diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 2d17e96659c2..c1650b616028 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,11 +1,11 @@ #DOCS #https://docs.github.com/en/github-ae@latest/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser # -blank_issues_enabled: false +blank_issues_enabled: true contact_links: - name: Feature Request - url: https://www.paradisestation.org/forum/60-suggestions/ - about: Please place all feature requests at the following link. (Paradise Station Forums) + url: https://discord.com/channels/1097181193939730453/1181261198096875670 + about: Запросы новых фич следует оставлять на форуме ss13-трекер в дискорде. - name: Exploit Reports - url: https://www.paradisestation.org/forum/179-exploit-reports/ - about: If your issue is an ingame exploit that allows players to gain an unfair advantage, or an issue which could affect server stability or security, please file it here so that it is safe from prying eyes. (Paradise Station Forums) + url: https://github.com/ss220club/Paradise-SS220/security + about: Критические баги, которые могут быть использованы со злыми намерениями, следует оставлять по ссылке. diff --git a/.github/ISSUE_TEMPLATE/issue_report.yml b/.github/ISSUE_TEMPLATE/issue_report.yml index e4397dc9b01d..4b3cdb5b5412 100644 --- a/.github/ISSUE_TEMPLATE/issue_report.yml +++ b/.github/ISSUE_TEMPLATE/issue_report.yml @@ -10,90 +10,82 @@ # label: | Box title | # description: | Box small text - Description | # -name: "Issue Report" +name: 'Issue Report' #title: "[Bug]: " | if you want to have a have it automatically say [Bug] when they start the form -description: "File an issue report to make us aware of a bug or issue." -#labels: [Bug] | Auto labels the post, as we do not use this, commenting out, purely as reference +description: 'Доложите о проблемах или багах, что бы мы могли их исправить.' +#labels: "Баг" body: - type: markdown attributes: - value: Thanks for taking the time to fill out this issue report! Don't forget to give it a meaningful title so users can find the report easily. - - type: checkboxes - id: not_an_exploit - attributes: - label: Exploit Reports - description: "[If your issue is an ingame exploit that allows players to gain an unfair advantage, or an issue which could affect server stability or security, please file it at this link so that it is safe from prying eyes.](https://www.paradisestation.org/forum/179-exploit-reports/)" - options: - - label: I confirm this issue is not an exploit. (Required) - required: true + value: Спасибо за оставленный отчёт! Не забудьте дать ему соответствующее проблеме название для упрощения работы другим. - type: input id: version attributes: label: BYOND Version - description: "What BYOND version were you using when the issue occurred? (Find this by pressing the cog in the top-right of the main BYOND menu, then 'About BYOND...') (Required)" + description: 'На какой версии BYOND встретился баг. (Если уверены, что не связано, можно пропустить)' validations: required: true - type: textarea id: description attributes: - label: Issue Description - description: What is the problem? (Required) - placeholder: I tried buckling myself to a chair but ended up on lavaland! + label: Описание проблемы + description: В чем состоит суть проблемы? (Обязательное поле) + placeholder: Я сел на стул, от чего взорвался, а мой мозг оказался в душе на ЦК! validations: required: true - type: textarea id: what-expected attributes: - label: What did you expect to happen? - description: Why do you think this is an issue? - placeholder: I expected to be strapped to a chair. + label: Что должно было произойти? + description: Почему вы считаете это проблемой? + placeholder: Я ожидал, что я просто сяду на стул и буду сидеть. - type: textarea id: what-happened attributes: - label: What happened instead? - description: How is what happened different from what you expected? - placeholder: I got sent to lavaland and died. + label: Что случилось вместо этого? + description: Как произошедшее отличается от ваших ожиданий? + placeholder: Я умер и оказался на ЦК. - type: textarea id: why-bad attributes: - label: Why is this bad/What are the consequences? - description: Why do you think this is an important issue? - placeholder: People sitting in chairs on the station should not end up being devoured by drakes. + label: Почему это плохо/Какие последствия? + description: Почему вы считаете эту проблему значительной? + placeholder: Игроки должны иметь возможность сидеть на стульях, не взрываясь. - type: textarea id: how-to-reproduce attributes: - label: Steps to reproduce the issue. - description: The most important section. Review everything you did leading up to causing the issue. (Required) - placeholder: Find a chair, buckle yourself into it, be eaten by dragon. + label: Шаги для повторения проблемы. + description: Самая важная часть. Опишите ВСЁ, что вы делали, что бы встретиться с проблемой. (Обязательное поле) + placeholder: Нашел стул, сел, взорвался. validations: required: true - type: textarea id: when-problem-start attributes: - label: When did the problem start happening? - description: If your report is about something that used to work but no longer does, when was the last time you remember it working? (Required) - placeholder: I could sit fine last week, so sometime around then. + label: Когда проблема началась? + description: Если отчет связан с тем, что раньше работало иначе, опишите последний раз, когда механика работала корректно. (Обязательное поле) + placeholder: Я мог садиться на стулья без проблем неделю назад, так что примерно тогда. validations: required: true - type: textarea id: extra-information attributes: - label: Extra information - description: Anything else you can tell us. - placeholder: "I think this issue was introduced in the following PR https://github.com/ParadiseSS13/Paradise/pull/18477" + label: Дополнительная информация + description: Всё, что вы считаете важным/относящимся к проблеме. + placeholder: Я думаю, что проблема начала появляться после этого PR https://github.com/ss220club/Paradise-SS220/pull/583 - type: textarea id: logs attributes: - label: Relevant log output/runtime error - description: Please copy and paste any relevant log output or runtime if you have access to this. Please censor any ckeys or IP addresses. + label: Связанные логи + description: Пожалуйста, предоставьте связанные логи или рантаймы, если имеете к ним доступ. (Лучше цензурить IP-адреса) render: DM diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5a0d21b14aac..fc3abcbeb510 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,51 +1,40 @@ - + + - - +## Что этот PR делает -## What Does This PR Do + + + - - - +## Почему это хорошо для игры -## Why It's Good For The Game + - +## Изображения изменений -## Images of changes + - +## Тестирование -## Testing - - - -
- -### Declaration - -- [ ] I confirm that I either do not require [pre-approval](https://github.com/ParadiseSS13/Paradise/blob/master/docs/CODE_OF_CONDUCT.md#types-of-changes-that-need-approval) for this PR, or I have obtained such approval and have included a screenshot to demonstrate this below. - - -
+ ## Changelog :cl: -add: Added new things -del: Removed old things -tweak: Tweaked a few things -fix: Fixed a few things -wip: Added a few works in progress -soundadd: Added a new sound thingy -sounddel: Removed an old sound thingy -imageadd: Added some icons and images -imagedel: Deleted some icons and images -spellcheck: Fixed a few typos -experiment: Added an experimental thingy +add: Что-то добавил +del: Что-то удалил +tweak: Поменял что-то по мелочи +fix: Что-то починил +wip: Какие-либо наработки в процессе +soundadd: Добавил новый звук +sounddel: Удалил старый звук +imageadd: Добавил новую картинку +imagedel: Удалил старую картинку +spellcheck: Исправил опечатку +experiment: Добавил экспериментальную функцию /:cl: - - - + + + diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000000..2d05b3df0298 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,82 @@ +'TGUI': + - changed-files: + - any-glob-to-any-file: ['tgui/**'] + +':sound: Звук': + - changed-files: + - any-glob-to-any-file: ['**/*.ogg'] + +':world_map: Изменение Карты': + - all: + - changed-files: + - any-glob-to-any-file: ['**/*.dmm'] + - all-globs-to-all-files: ['!_maps/map_files220/stations/*.dmm'] + +'Кибериада': + - changed-files: + - any-glob-to-any-file: ['_maps/map_files220/stations/boxstation.dmm'] + +'Керберос': + - changed-files: + - any-glob-to-any-file: ['_maps/map_files220/stations/deltastation.dmm'] + +'Цереброн': + - changed-files: + - any-glob-to-any-file: ['_maps/map_files220/stations/metastation.dmm'] + +'Фаррагус': + - changed-files: + - any-glob-to-any-file: ['_maps/map_files220/stations/cerestation.dmm'] + +':paintbrush: Спрайты': + - changed-files: + - any-glob-to-any-file: ['**/*.dmi'] + +':guitar: Инструменты': + - changed-files: + - any-glob-to-any-file: ['.github/**', 'tools/**', '.vscode/**', '.bin/**'] + +':floppy_disk: Изменение конфига': + - changed-files: + - any-glob-to-any-file: ['config/**'] + +':neckbeard: Документация': + - changed-files: + - any-glob-to-any-file: ['**/*.md'] + +':cd: SQL': + - changed-files: + - any-glob-to-any-file: ['SQL/**'] + +':feelsgood: Частичная модульность': + - all: + - changed-files: + - any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**', 'tgui/**'] + - any-glob-to-any-file: [modular_ss220/**] + - base-branch: 'master' + - head-branch: '^(?!merge[-_]upstream$).*' + +':finnadie: НЕ МОДУЛЬНО': + - all: + - changed-files: + - any-glob-to-any-file: ['code/**', 'icons/**', 'sounds/**', '_maps/map_files/**'] + - all-globs-to-all-files: '!modular_ss220/**' + - base-branch: 'master' + - head-branch: '^(?!merge[-_]upstream$).*' + +':pray: Слияние с восходящим потоком': + - all: + - base-branch: 'master' + - head-branch: 'merge[-_]upstream' + +':pencil: Перевод': + - base-branch: 'translate' + +':wrench: Фикс': + - head-branch: ['^fix', 'fix'] + +':trollface: Фича': + - head-branch: ['^feat', 'feat'] + +':shipit: Улучшение': + - head-branch: ['^tweak', 'tweak'] diff --git a/.github/workflows/auto_translate.yml b/.github/workflows/auto_translate.yml new file mode 100644 index 000000000000..1c892a2f4b02 --- /dev/null +++ b/.github/workflows/auto_translate.yml @@ -0,0 +1,61 @@ +name: Add new translation + +on: + workflow_dispatch: + push: + branches: ['translate'] + +concurrency: + group: translation + cancel-in-progress: false + +jobs: + add_translation: + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + name: 'Add new translation' + + steps: + - name: 'Update Branch' + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Installing Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' + + - name: Installing deps + run: | + python -m pip install --upgrade pip + pip install -r ./tools/translator/requirements.txt + + - name: Git fetch + run: | + git fetch + + - name: Create temporary branch + run: | + git checkout -b translate_tmp ${{ github.sha }}^ + + - name: Apply PR translation + run: | + git diff ${{ github.sha }}^..${{ github.sha }} | git apply + + - name: 'Generate Translation' + run: | + python ./tools/translator/converter.py + git add ./tools/translator/ss220replace.json + git checkout -- . + + - name: 'Push Translation' + run: | + git fetch origin translate + git checkout origin/translate + git config --local user.email "action@github.com" + git config --local user.name "ss220bot" + git commit -m "Generate translation file" + git push origin translate:translate diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml new file mode 100644 index 000000000000..c19d6fc7800a --- /dev/null +++ b/.github/workflows/check_changelog.yml @@ -0,0 +1,34 @@ +name: Changelog validation + +permissions: + contents: read + pull-requests: write + issues: write + +on: + pull_request_target: + types: [opened, reopened, edited, labeled, unlabeled, ready_for_review] + +jobs: + CheckCL: + runs-on: ubuntu-latest + if: github.base_ref == 'master' && github.event.pull_request.draft == false + + steps: + - name: Downloading scripts + run: | + wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.base_ref }}/tools/changelog/changelog_utils.py + wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.base_ref }}/tools/changelog/check_changelog.py + wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.base_ref }}/tools/changelog/tags.yml + - name: Installing Python + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 + with: + python-version: '3.x' + - name: Installing deps + run: | + python -m pip install --upgrade pip + pip install ruamel.yaml PyGithub + - name: Changelog validation + env: + GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} + run: python check_changelog.py diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20ca21d4a900..05ecbb5a80bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,8 @@ jobs: python tools/ci/define_sanity.py python tools/ci/restrict_file_types.py python tools/ci/check_map_sizes.py - python tools/ci/verify_sql_version.py - python tools/ci/no_duplicate_definitions.py + # python tools/ci/verify_sql_version.py # SS220 REMOVAL + # python tools/ci/no_duplicate_definitions.py # SS220 REMOVAL python -m tools.ci.check_icon_conflicts python -m tools.ci.check_icon_dupenames python -m tools.ci.check_legacy_attack_chain diff --git a/.github/workflows/ci_translate.yml b/.github/workflows/ci_translate.yml new file mode 100644 index 000000000000..5915ef350f05 --- /dev/null +++ b/.github/workflows/ci_translate.yml @@ -0,0 +1,44 @@ +name: CI +on: + push: + branches: + - translate + pull_request: + branches: + - translate + +jobs: + translate_check: + name: Run translate checks + runs-on: ubuntu-20.04 + steps: + - name: 'Update Branch' + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: Installing Python + uses: actions/setup-python@v4 + with: + python-version: '3.11' + + - name: Installing deps + run: | + python -m pip install --upgrade pip + pip install -r ./tools/translator/requirements.txt + + - name: Git fetch + run: | + git fetch + + - name: Create temporary branch + run: | + git checkout -b translate_tmp origin/translate + + - name: Apply PR translation + run: | + git diff ..${{ github.sha }} | git apply + + - name: 'Generate Translation' + run: | + python ./tools/translator/converter.py diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 000000000000..fa646aa88560 --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,24 @@ +name: Deploy + +concurrency: + group: deploy + +on: + workflow_dispatch: + push: + branches: ['master', 'devtest'] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - name: Trigger update + uses: appleboy/ssh-action@master + with: + host: ${{ secrets.GAME1_HOST }} + username: ${{ secrets.GAME1_USERNAME }} + key: ${{ secrets.GAME1_SSH_KEY }} + script: | + cd /opt/ss13/paradise/ + ./upgrade.sh diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml new file mode 100644 index 000000000000..4ee0d018cf6a --- /dev/null +++ b/.github/workflows/label.yml @@ -0,0 +1,13 @@ +name: "Label" + +on: +- pull_request_target + +jobs: + labeler: + runs-on: ubuntu-latest + steps: + - uses: actions/labeler@v5 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + sync-labels: true diff --git a/.github/workflows/label_merge_conflicts.yml b/.github/workflows/label_merge_conflicts.yml index d2a56e2ef3d4..76217480b4fe 100644 --- a/.github/workflows/label_merge_conflicts.yml +++ b/.github/workflows/label_merge_conflicts.yml @@ -1,13 +1,19 @@ name: 'Merge Conflict Detection' + on: push: branches: - master + pull_request_target: + types: [ready_for_review, opened, synchronize, reopened] jobs: triage: - runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-22.04 steps: - - uses: mschilde/auto-label-merge-conflicts@master + - uses: eps1lon/actions-label-merge-conflict@v2.1.0 with: - CONFLICT_LABEL_NAME: 'Merge Conflict' - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + dirtyLabel: 'Merge Conflict' + repoToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/merge_upstream.yml b/.github/workflows/merge_upstream.yml new file mode 100644 index 000000000000..3f07d729d9c0 --- /dev/null +++ b/.github/workflows/merge_upstream.yml @@ -0,0 +1,47 @@ +name: Merge Upstream + +on: + workflow_dispatch: + +jobs: + merge-upstream: + runs-on: ubuntu-latest + + steps: + - id: create_token + uses: actions/create-github-app-token@v1 + with: + app-id: ${{ secrets.APP_ID }} + private-key: ${{ secrets.PRIVATE_KEY }} + + - run: echo "GH_TOKEN=${{ steps.create_token.outputs.token }}" >> "$GITHUB_ENV" + + - name: Set up Python + uses: actions/setup-python@v4 + with: + python-version: 3.x + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + pip install PyGithub googletrans==4.0.0-rc1 + + - name: Download the script + run: | + wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/tools/changelog/changelog_utils.py + wget https://raw.githubusercontent.com/${{ github.repository }}/${{ github.ref_name }}/tools/merge-upstream/merge_upstream.py + + - name: Run the script + env: + GITHUB_TOKEN: ${{ env.GH_TOKEN }} + TARGET_REPO: 'ss220club/Paradise-SS220' + TARGET_BRANCH: 'master' + UPSTREAM_REPO: 'ParadiseSS13/Paradise' + UPSTREAM_BRANCH: 'master' + MERGE_BRANCH: 'merge-upstream' + TRANSLATE_CHANGES: 'true' + CHANGELOG_AUTHOR: 'ParadiseSS13' + run: | + git config --global user.email "action@github.com" + git config --global user.name "Upstream Sync" + python3 merge_upstream.py diff --git a/.github/workflows/render_nanomaps.yml b/.github/workflows/render_nanomaps.yml index 1dd4b192fb94..7bc82ba17c7b 100644 --- a/.github/workflows/render_nanomaps.yml +++ b/.github/workflows/render_nanomaps.yml @@ -43,7 +43,7 @@ jobs: git pull origin master git commit -m "NanoMap Auto-Update (`date`)" -a || true git push -f -u origin nanomap-render - result=$(gh pr create -t "Automatic NanoMap Update" -b "This pull request updates the server NanoMaps. Please review the diff images before merging." -l "NanoMaps" -H "nanomap-render" -B "master" 2>&1) || true + result=$(gh pr create -t "Automatic NanoMap Update" -b "This pull request updates the server NanoMaps. Please review the diff images before merging." -l "NanoMaps,:scroll: CL не требуется" -H "nanomap-render" -B "master" 2>&1) || true echo "$result" if echo "$result" | grep -q "No commits between master and nanomap-render"; then echo "No NanoMaps update required, skipping." diff --git a/.github/workflows/translate_branch_update.yml b/.github/workflows/translate_branch_update.yml new file mode 100644 index 000000000000..ae994b6125e1 --- /dev/null +++ b/.github/workflows/translate_branch_update.yml @@ -0,0 +1,39 @@ +name: Update translation branch + +on: + workflow_dispatch: + push: + branches: ['master'] + +concurrency: + group: translation + cancel-in-progress: false + +jobs: + update_translation: + runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write + name: 'Update old translation' + + steps: + - name: 'Update Branch' + uses: actions/checkout@v4 + with: + fetch-depth: 0 + + - name: 'Git config' + run: | + git config --local user.email "action@github.com" + git config --local user.name "SS220Manager" + + - name: 'Update translate branch' + run: | + git fetch origin translate + git checkout translate + git merge master + + - name: 'Push' + run: | + git push origin translate:translate diff --git a/.gitignore b/.gitignore index 5b9ebc9f76f3..9d446aa1793e 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,8 @@ rustlibs_panic.txt # mkdocs output. site + +# SS220 EDIT +sound/tts_cache/* +config/lobby_music/sounds/* +config/jukebox_music/sounds/* diff --git a/README.md b/README.md index 0815cdb96db9..3e9fbd551aa8 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,22 @@ Paradise Station -##

Welcome to the main repository for the Paradise Station version of [Space Station 13](https://spacestation13.com/).

+##

Добро пожаловать в репозиторий Paradise WyccStation SS220 по игре [Space Station 13](https://spacestation13.com/).

- CI - Render Nanomaps - Average time to resolve an issue - Percentage of issues still open + CI + Render Nanomaps + Average time to resolve an issue + Percentage of issues still open

-

Compiles sometimes Made in BYOND Made with crayons

- - -

- + @@ -34,14 +30,7 @@ Code docs - - - - - Website - - - + @@ -50,58 +39,53 @@

- - - > [!TIP] -> Want to contribute for the first time but unsure where to start?
-> Join our Discord and check out the [#coding_chat](https://discord.com/channels/145533722026967040/145700319819464704) channel for helpful links and advice!
-> Alternatively, have a look at our community maintained [Getting Started Guide](https://devdocs.paradisestation.org/contributing/getting_started/) +> Хочешь впервые внести свой вклад, но не знаешь, с чего начать?
+> Присоединяйся в наш [Дискорд](https://discord.com/invite/ss220), получи роль "Space Station 13", ознакомься с [FAQ](https://discord.com/channels/1097181193939730453/1202404779054202941) нашего трекера и приступай. За координацией, получением роли можно обратиться к Ведущему разработчику!
+> Также ознакомься с [Руководством по разработке](https://wiki.ss220.club/index.php/%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE_%D0%BF%D0%BE_%D1%80%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B5) -# Useful Documents and Links +# Полезная информация и ссылки - ### [Dream Maker (DM) Reference](https://www.byond.com/docs/ref/) -This reference site by the creators of BYOND details information on the DM language, the syntax used, functionality of native procs, and a lot more. This is always useful to have on hand when contributing. +Этот справочный сайт от создателей BYOND содержит подробную информацию о языке DM, используемом синтаксисе, функциональности нативных процедур (proc) и многом другом. Это всегда полезно иметь под рукой, когда вы вносите свой вклад. - ### [Autodocumentation Guide](https://devdocs.paradisestation.org/references/autodoc/) -This guide shows you how to leave code comments that comply with "autodocumentation", a system designed to make everyone's lives easier when reading or reviewing code! +Это руководство покажет вам, как оставлять комментарии к коду, соответствующие "автодокументации" - системе, призванной облегчить всем жизнь при чтении и ревью кода! - ### [Code of Conduct](https://devdocs.paradisestation.org/code_of_conduct/) -All contributors are expected to read our Code of Conduct before they take part in our community. +Все участники должны ознакомиться с нашим "Кодексом поведения", прежде чем принимать участие в жизни нашего сообщества. - ### [Contribution Guide](https://devdocs.paradisestation.org/contributing/) -Not sure how to take part and contribute? This guide gives an overview of how to make comments, pull requests, and open issues. +Не знаете, как принять участие и внести свой вклад? В этом руководстве дается обзор того, как делать комментарии, открывать Pull Requests и Issues. -This guide also sets out our code standards that we expect all submitted code to adhere to. +В этом руководстве также изложены наши стандарты [кода](https://github.com/ss220club/Paradise-SS220/blob/master/.github/CONTRIBUTING.md#specifications) и [маппинга](https://github.com/ss220club/Paradise-SS220/blob/master/.github/CONTRIBUTING.md#mapping-standards), соблюдения которых мы ожидаем при рассмотрении ваших изменений. -- ### [Community Maintained Guide to Contributing](https://devdocs.paradisestation.org/contributing/getting_started/) +- ### [Community Maintained Guide to Contributing](https://wiki.ss220.club/index.php/%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE_%D0%BF%D0%BE_%D1%80%D0%B0%D0%B7%D1%80%D0%B0%D0%B1%D0%BE%D1%82%D0%BA%D0%B5) -This community maintained guide covers how to set yourself up for success when attempting to contribute to Paracode. +Этот комьюнити гайд по разработке расскажет вам как подготовить себя на успех к введению новых изменений в билд. > [!IMPORTANT] -> Paradise does not provide precompiled binaries, requiring you to build from source to host a local server.
-> Building Paradise is quick and simple, all you need to install is [BYOND](https://www.byond.com/download/).
- -- ### [Paradise Station Development Team Structure](https://www.paradisestation.org/dev/policy/) - -A detailed policy document that governs how the Paradise Station Development Team functions, from the various roles that help keep things running to the process each PR goes through depending on the content. +> Билд Парадайз не предоставляет прекомпилированных бинарных файлов, вы должны пересобирать билд вручную, чтобы запустить свой локальный сервер.
+> Сборка билда Парадайз легка и проста, все что вам нужно, это установить [BYOND](https://www.byond.com/download/).
+> И ознакомиться с руководством [Installation Guide](.github/DOWNLOADING.md). - ### [TGUI Tutorial](tgui/docs/tutorial-and-examples.md) -TGUI is a user interface framework, built on InfernoJS, for all new player-facing UIs. +TGUI это фреймворк пользовательского интерфейса, основанный на InfernoJS. -TGUI is very different to most other BYOND user interfaces as it is written entirely in JavaScript with some data passed to and from DreamMaker. If you are looking to get to grips with TGUI, this tutorial is a good starting point. Additional information can also be found [here.](tgui) +TGUI сильно отличается от большинства других пользовательских интерфейсов BYOND, так как он полностью написан на JavaScript с передачей некоторых данных в DreamMaker и обратно. Если вы хотите освоить TGUI, этот туториал станет хорошей отправной точкой. Дополнительную информацию также можно найти [здесь](tgui). - ### [Mapping Guide](https://hackmd.io/@tgstation/SyVma0dS5#san7890s-A-Z-Guide-to-Mapping) -Mapping for Paradise station can be daunting to new contributors. Here's a comprehensive quick-start put together by a community member that takes you from A-Z. +Создание карты для станции билда Парадайз может показаться сложной задачей для новичков (на самом деле это не так). Вот краткое руководство, составленное одним из членов сообщества, которое поможет вам пройти путь от А до Я. ---- +Также стоит знать, что у маппинга как и кодинга есть свои стандарты, с которыми можно ознакомиться [здесь](https://github.com/ss220club/Paradise-SS220/blob/master/.github/CONTRIBUTING.md#mapping-standards). Стандарты покрывают не все ситуации на нашем форке, за дополнительной информацией вы можете обратиться к Ведущему мапперу. +--- # LICENSES @@ -115,31 +99,36 @@ Mapping for Paradise station can be daunting to new contributors. Here's a compr
AGPLv3 license ->All code after and including commit [1af3ddef2af85937251e24384c2173c4b6c3222b on 2015/01/05 22:04 GMT](https://github.com/ParadiseSS13/Paradise/commit/1af3ddef2af85937251e24384c2173c4b6c3222b) is licensed under the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.en.html) unless otherwise specified within the folder or file. +> All code after and including commit [1af3ddef2af85937251e24384c2173c4b6c3222b on 2015/01/05 22:04 GMT](https://github.com/ParadiseSS13/Paradise/commit/1af3ddef2af85937251e24384c2173c4b6c3222b) is licensed under the [GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.en.html) unless otherwise specified within the folder or file. +
GPLv3 license ->All code prior to commit [1af3ddef2af85937251e24384c2173c4b6c3222b on 2015/01/05 22:04 GMT](https://github.com/ParadiseSS13/Paradise/commit/1af3ddef2af85937251e24384c2173c4b6c3222b) is licensed under the [GPL General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.en.html) +> All code prior to commit [1af3ddef2af85937251e24384c2173c4b6c3222b on 2015/01/05 22:04 GMT](https://github.com/ParadiseSS13/Paradise/commit/1af3ddef2af85937251e24384c2173c4b6c3222b) is licensed under the [GPL General Public License version 3](https://www.gnu.org/licenses/gpl-3.0.en.html) +
MIT license ->Some files are licenced under the [MIT license](https://opensource.org/license/MIT), these files will clearly specify this licence at the head of each file. +> Some files are licenced under the [MIT license](https://opensource.org/license/MIT), these files will clearly specify this licence at the head of each file. +
Creative Commons 3.0 BY-NC-SA ->Any files with the ancestor directories [`Paradise/icons/goonstation`](icons/goonstation) or [`Paradise/sound/goonstation`](sound/goonstation) are licensed under the [Creative Commons 3.0 BY-NC-SA license](https://creativecommons.org/licenses/by-nc-sa/3.0). +> Any files with the ancestor directories [`modular_ss220/aesthetics/goonstation`](modular_ss220/aesthetics/goonstation), [`Paradise/icons/goonstation`](icons/goonstation) or [`Paradise/sound/goonstation`](sound/goonstation) are licensed under the [Creative Commons 3.0 BY-NC-SA license](https://creativecommons.org/licenses/by-nc-sa/3.0). > ->Further files or folders may also fall under this licence, and any such instances will be specified within the folder or file. +> Further files or folders may also fall under this licence, and any such instances will be specified within the folder or file. +
Creative Commons 3.0 BY-SA ->All other non-code assets, including icons and sound files, are licensed under the [Creative Commons 3.0 BY-SA license](https://creativecommons.org/licenses/by-sa/3.0/), unless otherwise specified within the folder or file. +> All other non-code assets, including icons and sound files, are licensed under the [Creative Commons 3.0 BY-SA license](https://creativecommons.org/licenses/by-sa/3.0/), unless otherwise specified within the folder or file. +
diff --git a/SQL/paradise_schema.sql b/SQL/paradise_schema.sql index e41d1abbf637..9bf589d9dcc5 100644 --- a/SQL/paradise_schema.sql +++ b/SQL/paradise_schema.sql @@ -646,3 +646,99 @@ CREATE TABLE `json_datum_saves` ( UNIQUE INDEX `ckey_unique` (`ckey`, `slotname`) USING BTREE, INDEX `ckey` (`ckey`) USING BTREE ) COLLATE = 'utf8mb4_general_ci' ENGINE = InnoDB; + + + +-- +-- SS220 ADDITIONS AND EDITS +-- + +# Updating DB from 49 to 49.220.1 +# Adds characters.tts_seed ~furior + +ALTER TABLE `characters` ADD `tts_seed` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL AFTER `custom_emotes`; + +-- +-- Table structure for table `ckey_whitelist` +-- +DROP TABLE IF EXISTS `ckey_whitelist`; +CREATE TABLE `ckey_whitelist` ( + `id` INT(11) NOT NULL AUTO_INCREMENT, + `date` DATETIME DEFAULT now() NOT NULL, + `ckey` VARCHAR(32) NOT NULL, + `adminwho` VARCHAR(32) NOT NULL, + `port` INT(5) UNSIGNED NOT NULL, + `date_start` DATETIME DEFAULT now() NOT NULL, + `date_end` DATETIME NULL, + `is_valid` BOOLEAN DEFAULT true NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +-- +-- Table structure for table `admin_wl` +-- +CREATE TABLE `admin_wl` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `ckey` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, + `admin_rank` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Administrator', + `level` int(2) NOT NULL DEFAULT '0', + `flags` int(16) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `ckey` (`ckey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +CREATE TABLE IF NOT EXISTS `discord_links` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `ckey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, + `discord_id` bigint(20) DEFAULT NULL, + `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), + `one_time_token` varchar(100) NOT NULL, + `valid` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; + +CREATE TABLE `budget` ( + `id` INT(11) NOT NULL AUTO_INCREMENT, + `date` DATETIME NOT NULL DEFAULT current_timestamp(), + `ckey` VARCHAR(32) NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci', + `amount` INT(10) UNSIGNED NOT NULL, + `source` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_general_ci', + `date_start` DATETIME NOT NULL DEFAULT current_timestamp(), + `date_end` DATETIME NULL DEFAULT (current_timestamp() + interval 1 month), + `is_valid` TINYINT(1) NOT NULL DEFAULT '1', + `discord_id` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) COLLATE='utf8mb4_general_ci' ENGINE=InnoDB; + +# Updating DB from 53.220.5 to 53.220.6 +# Adds species whitelist ~legendaxe + +ALTER TABLE `player` ADD `species_whitelist` LONGTEXT COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ('["human"]'); + +# Updating DB from 59.220.6 to 59.220.7 +# Adds SS220 toggle prefs ~Maxiemar + +DROP TABLE IF EXISTS `player_220`; +CREATE TABLE `player_220` ( + `ckey` VARCHAR(32) NOT NULL COLLATE utf8mb4_unicode_ci, + `toggles` int(11) DEFAULT NULL, + PRIMARY KEY (`ckey`) USING BTREE +) COLLATE = utf8mb4_unicode_ci ENGINE = InnoDB; + +ALTER TABLE `player_220` +ADD CONSTRAINT `fk_player_220_ckey` +FOREIGN KEY (`ckey`) REFERENCES `player`(`ckey`) +ON DELETE CASCADE +ON UPDATE CASCADE; + +DROP TRIGGER IF EXISTS `player_insert`; +DELIMITER // +CREATE TRIGGER `player_insert` +AFTER INSERT ON `player` +FOR EACH ROW +BEGIN + INSERT INTO `player_220` (`ckey`) + VALUES (NEW.ckey); +END; +// +DELIMITER ; diff --git a/SQL/updates220/49-49.220.1.sql b/SQL/updates220/49-49.220.1.sql new file mode 100644 index 000000000000..af91b999b28a --- /dev/null +++ b/SQL/updates220/49-49.220.1.sql @@ -0,0 +1,4 @@ +# Updating DB from 49 to 49.220.1 +# Adds characters.tts_seed ~furior + +ALTER TABLE `characters` ADD `tts_seed` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL AFTER `custom_emotes`; diff --git a/SQL/updates220/49.220.1-49.220.2.sql b/SQL/updates220/49.220.1-49.220.2.sql new file mode 100644 index 000000000000..0e6866daf9d3 --- /dev/null +++ b/SQL/updates220/49.220.1-49.220.2.sql @@ -0,0 +1,12 @@ +CREATE TABLE `ckey_whitelist` +( + `id` INT(11) NOT NULL AUTO_INCREMENT, + `date` DATETIME DEFAULT now() NOT NULL, + `ckey` VARCHAR(32) NOT NULL, + `adminwho` VARCHAR(32) NOT NULL, + `port` INT(5) UNSIGNED NOT NULL, + `date_start` DATETIME DEFAULT now() NOT NULL, + `date_end` DATETIME NULL, + `is_valid` BOOLEAN DEFAULT true NOT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; diff --git a/SQL/updates220/49.220.2-49.220.3.sql b/SQL/updates220/49.220.2-49.220.3.sql new file mode 100644 index 000000000000..036938b993c8 --- /dev/null +++ b/SQL/updates220/49.220.2-49.220.3.sql @@ -0,0 +1,9 @@ +CREATE TABLE `admin_wl` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `ckey` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, + `admin_rank` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Administrator', + `level` int(2) NOT NULL DEFAULT '0', + `flags` int(16) NOT NULL DEFAULT '0', + PRIMARY KEY (`id`), + KEY `ckey` (`ckey`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; diff --git a/SQL/updates220/50.220.3-50.220.4.sql b/SQL/updates220/50.220.3-50.220.4.sql new file mode 100644 index 000000000000..70dc8d2d51c6 --- /dev/null +++ b/SQL/updates220/50.220.3-50.220.4.sql @@ -0,0 +1,9 @@ +CREATE TABLE IF NOT EXISTS `discord_links` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `ckey` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, + `discord_id` bigint(20) DEFAULT NULL, + `timestamp` timestamp NOT NULL DEFAULT current_timestamp(), + `one_time_token` varchar(100) NOT NULL, + `valid` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; diff --git a/SQL/updates220/51.220.4-51.220.5.sql b/SQL/updates220/51.220.4-51.220.5.sql new file mode 100644 index 000000000000..4e974512f0e2 --- /dev/null +++ b/SQL/updates220/51.220.4-51.220.5.sql @@ -0,0 +1,12 @@ +CREATE TABLE `budget` ( + `id` INT(11) NOT NULL AUTO_INCREMENT, + `date` DATETIME NOT NULL DEFAULT current_timestamp(), + `ckey` VARCHAR(32) NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci', + `amount` INT(10) UNSIGNED NOT NULL, + `source` VARCHAR(32) NOT NULL COLLATE 'utf8mb4_general_ci', + `date_start` DATETIME NOT NULL DEFAULT current_timestamp(), + `date_end` DATETIME NULL DEFAULT (current_timestamp() + interval 1 month), + `is_valid` TINYINT(1) NOT NULL DEFAULT '1', + `discord_id` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) COLLATE='utf8mb4_general_ci' ENGINE=InnoDB; diff --git a/SQL/updates220/53.220.5-53.220.6.sql b/SQL/updates220/53.220.5-53.220.6.sql new file mode 100644 index 000000000000..7b0e22fce12c --- /dev/null +++ b/SQL/updates220/53.220.5-53.220.6.sql @@ -0,0 +1,4 @@ +# Updating DB from 53.220.5 to 53.220.6 +# Adds species whitelist ~legendaxe + +ALTER TABLE `player` ADD `species_whitelist` LONGTEXT COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ('["human"]'); diff --git a/SQL/updates220/59.220.6-59.220.7.sql b/SQL/updates220/59.220.6-59.220.7.sql new file mode 100644 index 000000000000..12a4f9a529ec --- /dev/null +++ b/SQL/updates220/59.220.6-59.220.7.sql @@ -0,0 +1,31 @@ +# Updating DB from 59.220.6 to 59.220.7 +# Adds SS220 toggle prefs ~Maxiemar + +DROP TABLE IF EXISTS `player_220`; +CREATE TABLE `player_220` ( + `ckey` VARCHAR(32) NOT NULL COLLATE utf8mb4_unicode_ci, + `toggles` int(11) DEFAULT NULL, + PRIMARY KEY (`ckey`) USING BTREE +) COLLATE = utf8mb4_unicode_ci ENGINE = InnoDB; + +ALTER TABLE `player_220` +ADD CONSTRAINT `fk_player_220_ckey` +FOREIGN KEY (`ckey`) REFERENCES `player`(`ckey`) +ON DELETE CASCADE +ON UPDATE CASCADE; + +DROP TRIGGER IF EXISTS `player_insert`; +DELIMITER // +CREATE TRIGGER `player_insert` +AFTER INSERT ON `player` +FOR EACH ROW +BEGIN + INSERT INTO `player_220` (`ckey`) + VALUES (NEW.ckey); +END; +// +DELIMITER ; + +INSERT INTO `player_220` (`ckey`) +SELECT `ckey` +FROM `player`; diff --git a/_maps/base_map.dm b/_maps/base_map.dm index 2c44a73bb675..6eb7555959ff 100644 --- a/_maps/base_map.dm +++ b/_maps/base_map.dm @@ -1,4 +1,17 @@ -#include "map_files\generic\centcomm.dmm" +/** + * SS220 EDIT - START + * ORIGINAL: #include "map_files\generic\centcomm.dmm" + * Uncomment define bellow if you need faster init for testing. + */ +//#define ENABLE_TEST_CC + +#ifndef ENABLE_TEST_CC +#include "map_files220\generic\centcomm.dmm" +#include "map_files220\generic\Admin_Zone.dmm" +#else +#include "map_files220\generic\centcomm_test.dmm" +#endif +// SS220 EDIT - END #define CC_TRANSITION_CONFIG DECLARE_LEVEL(CENTCOMM, SELFLOOPING, list(ADMIN_LEVEL, BLOCK_TELEPORT, IMPEDES_MAGIC)) #ifdef CIMAP #include "ci_map_testing.dm" diff --git a/_maps/map_files220/RandomRuins/LavaRuins/ash_old.dmm b/_maps/map_files220/RandomRuins/LavaRuins/ash_old.dmm new file mode 100644 index 000000000000..92d7ecb0b3dd --- /dev/null +++ b/_maps/map_files220/RandomRuins/LavaRuins/ash_old.dmm @@ -0,0 +1,942 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aH" = ( +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"bj" = ( +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/center/cracked, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"cp" = ( +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"eN" = ( +/obj/structure/stone_tile/block/cracked, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"hn" = ( +/obj/effect/mapping_helpers/no_lava, +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jc" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jg" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jP" = ( +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"kr" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"lx" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/obj/structure/closet/crate/wooden, +/obj/item/circuitboard/prisoner, +/obj/item/circuitboard/chem_master{ + pixel_y = -5; + pixel_x = 2 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"nE" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"nF" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"nH" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"nQ" = ( +/turf/simulated/wall/indestructible/boss, +/area/lavaland/surface/outdoors) +"nV" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"oo" = ( +/obj/effect/decal/remains/xeno, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"oA" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"py" = ( +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"pz" = ( +/obj/effect/baseturf_helper/asteroid/basalt, +/turf/simulated/wall/indestructible/boss, +/area/lavaland/surface/outdoors) +"pQ" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"qp" = ( +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/obj/structure/closet/crate/wooden, +/obj/item/seeds/aloe, +/obj/item/seeds/potato{ + pixel_x = 5 + }, +/obj/item/seeds/cotton{ + pixel_x = -7 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"qF" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"sc" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/mapping_helpers/no_lava, +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"tc" = ( +/obj/item/clothing/head/witchhunter_hat, +/obj/effect/decal/remains/human, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"tp" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"tq" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"tE" = ( +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"uj" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"uI" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"vW" = ( +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/lavaland/surface/outdoors) +"wl" = ( +/obj/structure/table/wood, +/obj/item/spear/bonespear, +/obj/item/spear/bonespear{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/structure/stone_tile/block/cracked, +/obj/effect/mapping_helpers/no_lava, +/obj/item/stack/sheet/bone{ + amount = 2 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"wv" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"wB" = ( +/turf/template_noop, +/area/template_noop) +"wH" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"wO" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"xc" = ( +/obj/item/flashlight/lantern{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/flashlight/lantern{ + pixel_x = -10 + }, +/obj/structure/stone_tile/block/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"yP" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"Bi" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Bv" = ( +/obj/structure/table/wood, +/obj/item/scythe/bone, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"CM" = ( +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Df" = ( +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"EV" = ( +/obj/structure/stone_tile/block/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Fu" = ( +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Hc" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Hl" = ( +/obj/structure/stone_tile/block/cracked, +/obj/effect/mapping_helpers/no_lava, +/obj/item/stack/sheet/wood{ + amount = 2 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Hu" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/item/mod/module/visor/night, +/obj/effect/mapping_helpers/no_lava, +/obj/structure/closet/crate/wooden, +/obj/item/stack/sheet/mineral/diamond{ + amount = 4; + pixel_x = 4 + }, +/obj/item/stack/sheet/bone{ + amount = 2 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"HL" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Io" = ( +/turf/simulated/wall/mineral/wood, +/area/lavaland/surface/outdoors) +"Jw" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"JR" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Kg" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"Lo" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Mp" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Py" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 9 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Rm" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"RE" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Ta" = ( +/obj/structure/necropolis_gate, +/obj/structure/stone_tile/slab/burnt, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Tl" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Uc" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/burnt, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Ue" = ( +/obj/structure/stone_tile/slab/burnt, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"VT" = ( +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors) +"Xz" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ZA" = ( +/obj/structure/stone_tile/slab, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) + +(1,1,1) = {" +wB +vW +vW +vW +vW +vW +vW +vW +vW +vW +Mp +Mp +Mp +Mp +wB +wB +wB +wB +wB +wB +"} +(2,1,1) = {" +vW +vW +vW +vW +vW +vW +vW +vW +vW +Mp +Mp +Mp +Mp +Mp +Mp +wB +wB +wB +wB +wB +"} +(3,1,1) = {" +vW +vW +nQ +Io +Io +nQ +Io +nQ +nQ +Io +nQ +jg +nQ +Mp +Mp +Mp +wB +wB +wB +Fu +"} +(4,1,1) = {" +vW +vW +Fu +bj +Tl +nF +Tl +tp +Mp +uj +jg +Mp +Mp +Mp +Mp +Mp +wB +wB +Fu +wB +"} +(5,1,1) = {" +vW +vW +Fu +eN +VT +pQ +nV +Rm +nQ +kr +Hc +Mp +Io +Mp +Mp +Mp +wB +Fu +Fu +wB +"} +(6,1,1) = {" +vW +vW +Fu +py +Df +jP +Kg +wH +Ta +Mp +sc +jc +Mp +Mp +Mp +Mp +Fu +Fu +wB +wB +"} +(7,1,1) = {" +vW +Fu +Fu +cp +tE +nE +yP +wH +nQ +Mp +Mp +Uc +Mp +Io +Fu +Fu +Fu +Fu +wB +wB +"} +(8,1,1) = {" +vW +Fu +Fu +wO +Bi +Ue +Jw +Py +nQ +RE +oo +JR +Mp +Fu +Fu +Fu +Fu +wB +wB +wB +"} +(9,1,1) = {" +vW +Fu +Fu +nQ +nQ +Mp +Mp +nQ +pz +Mp +Mp +Mp +Fu +Fu +Io +Mp +Mp +wB +wB +wB +"} +(10,1,1) = {" +Fu +Fu +vW +vW +vW +nQ +wl +Bv +nQ +Mp +Fu +Fu +Fu +Fu +nQ +kr +Mp +wB +wB +wB +"} +(11,1,1) = {" +Fu +Fu +vW +vW +vW +nQ +Hl +wv +HL +Fu +Fu +Fu +Fu +Lo +JR +kr +Mp +wB +wB +wB +"} +(12,1,1) = {" +wB +Fu +Fu +Mp +vW +Mp +EV +wv +Fu +Fu +Fu +Fu +Fu +Fu +nQ +Mp +Mp +wB +wB +wB +"} +(13,1,1) = {" +wB +Fu +Fu +Mp +vW +Io +xc +Fu +Fu +Fu +oA +tq +Fu +Fu +Fu +Mp +Mp +wB +wB +wB +"} +(14,1,1) = {" +wB +Fu +Fu +Fu +Mp +Io +Fu +Fu +Fu +Mp +oo +ZA +CM +Fu +Fu +Mp +Mp +wB +wB +wB +"} +(15,1,1) = {" +wB +wB +Fu +Fu +Mp +Fu +Fu +Fu +nQ +nQ +Mp +Xz +nQ +Fu +Mp +Mp +Mp +wB +wB +wB +"} +(16,1,1) = {" +wB +wB +Fu +Fu +Fu +Fu +Fu +vW +nQ +qp +nH +uI +nQ +Mp +Mp +Mp +Mp +wB +wB +wB +"} +(17,1,1) = {" +wB +wB +Fu +Fu +Fu +Fu +vW +vW +Io +EV +tc +Hu +nQ +hn +vW +vW +Mp +wB +wB +wB +"} +(18,1,1) = {" +wB +wB +wB +Fu +Fu +Fu +vW +vW +nQ +aH +qF +lx +nQ +vW +vW +vW +vW +wB +wB +wB +"} +(19,1,1) = {" +wB +wB +wB +wB +Fu +Fu +vW +vW +nQ +nQ +nQ +nQ +nQ +vW +vW +wB +wB +wB +wB +wB +"} +(20,1,1) = {" +wB +wB +wB +wB +wB +Fu +Fu +vW +vW +vW +vW +vW +vW +vW +wB +wB +wB +wB +wB +wB +"} diff --git a/_maps/map_files220/RandomRuins/LavaRuins/cheesus_temple.dmm b/_maps/map_files220/RandomRuins/LavaRuins/cheesus_temple.dmm new file mode 100644 index 000000000000..61112690678b --- /dev/null +++ b/_maps/map_files220/RandomRuins/LavaRuins/cheesus_temple.dmm @@ -0,0 +1,1294 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aV" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"bd" = ( +/obj/effect/baseturf_helper/lava/mapping_lava, +/turf/simulated/floor/grass/lavaland_air, +/area/lavaland/surface/outdoors) +"be" = ( +/obj/structure/statue/cheese/cheesus, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"bI" = ( +/obj/machinery/light/directional/south, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"cn" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"cr" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"cV" = ( +/obj/structure/mineral_door/wood, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"dk" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"dm" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/ruin/powered/cheesus) +"dp" = ( +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"dq" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"dC" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"dF" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"ei" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"en" = ( +/obj/structure/chair/sofa/pew/left, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"eW" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/siding/yellow/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"eX" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/lavaland/surface/outdoors) +"fk" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"fK" = ( +/obj/structure/table/wood/fancy/orange, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"gh" = ( +/obj/structure/table/wood/fancy/orange, +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/obj/item/food/sliceable/cheesecake, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"gV" = ( +/obj/structure/chair/sofa/pew, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"gX" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6 + }, +/obj/item/storage/box/mousetraps{ + pixel_x = -9 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"hZ" = ( +/mob/living/simple_animal/mouse, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"js" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency/old{ + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/storage/toolbox/mechanical/old{ + pixel_x = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -11; + pixel_y = 9 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -11; + pixel_y = 3 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"ks" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/ruin/powered/cheesus) +"kG" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"kJ" = ( +/obj/effect/baseturf_helper/lava/mapping_lava, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"ln" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"lv" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"lA" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 9; + pixel_x = 7 + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_y = 5; + pixel_x = 9 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"mn" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/wrench, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"mo" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/stairs/left, +/area/ruin/powered/cheesus) +"mO" = ( +/obj/structure/table/wood/fancy/orange, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"nA" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"oP" = ( +/obj/effect/spawner/window/shuttle, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/powered/cheesus) +"pm" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"pQ" = ( +/turf/simulated/floor/wood/fancy/oak/lavaland_air, +/area/lavaland/surface/outdoors) +"qq" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"qw" = ( +/turf/simulated/floor/grass/lavaland_air, +/area/lavaland/surface/outdoors) +"qK" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/mob/living/simple_animal/mouse, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"qQ" = ( +/obj/structure/table/wood/fancy/orange, +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/obj/item/food/macncheese{ + pixel_y = 7 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"rW" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"tw" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"tQ" = ( +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"vk" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"wp" = ( +/obj/structure/chair/comfy/yellow{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"wr" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"xk" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"xv" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"xT" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"yi" = ( +/obj/machinery/light/directional/north, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"yM" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/book/granter/spell/summon_cheese{ + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"zt" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors) +"Am" = ( +/obj/structure/table/wood/fancy/orange, +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/obj/item/reagent_containers/condiment/cheese_sauce{ + pixel_x = 1; + pixel_y = 7 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"AH" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/kirbyplants{ + pixel_y = 13 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Cn" = ( +/obj/effect/spawner/window/shuttle, +/obj/effect/mapping_helpers/damaged_window, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/powered/cheesus) +"CW" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"Dm" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"DW" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Eo" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/ruin/powered/cheesus) +"Ex" = ( +/obj/structure/table/wood/fancy/orange, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"EE" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda{ + pixel_y = 3; + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Ga" = ( +/mob/living/simple_animal/mouse, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Gz" = ( +/obj/effect/turf_decal/siding/yellow/corner, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Hh" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/food/vulpix/cheese{ + pixel_y = 6; + pixel_x = -9 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Hp" = ( +/obj/machinery/light/directional/north, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"Hv" = ( +/turf/simulated/wall/mineral/titanium, +/area/ruin/powered/cheesus) +"HV" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Ka" = ( +/turf/template_noop, +/area/template_noop) +"Km" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak/lavaland_air, +/area/lavaland/surface/outdoors) +"Md" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/mob/living/simple_animal/mouse, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Nc" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"NG" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Ou" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/stairs/right, +/area/ruin/powered/cheesus) +"OJ" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"OS" = ( +/obj/structure/chair/sofa/pew/right, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Ps" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Sv" = ( +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Ud" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Uu" = ( +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"UX" = ( +/obj/effect/turf_decal/siding/yellow, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Vn" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"VZ" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/ruin/powered/cheesus) +"Xw" = ( +/obj/structure/chair/comfy/yellow{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"XT" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/stack/sheet/cheese/fifteen{ + pixel_y = 7; + pixel_x = -7 + }, +/obj/item/stack/sheet/cheese/fifteen{ + pixel_y = 7; + pixel_x = 3 + }, +/obj/item/stack/sheet/cheese/fifteen{ + pixel_y = 11; + pixel_x = -2 + }, +/obj/effect/turf_decal/siding/yellow, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"Yy" = ( +/obj/structure/table/wood/fancy/orange, +/obj/effect/turf_decal/siding/yellow{ + dir = 5 + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/food/sliceable/cheesewheel, +/turf/simulated/floor/wood/fancy/oak, +/area/ruin/powered/cheesus) +"ZK" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/ruin/powered/cheesus) +"ZV" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) + +(1,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +ZV +ZV +ZV +ZV +ZV +Ka +Ka +Ka +Ka +Ka +"} +(2,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +ZV +ZV +ZV +ZV +ZV +ZV +ZV +Ka +Ka +Ka +Ka +"} +(3,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +ZV +Km +Km +Ka +Ka +ZV +ZV +ZV +ZV +Ka +Ka +"} +(4,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +pQ +Km +zt +qw +Ka +Ka +ZV +ZV +ZV +ZV +Ka +"} +(5,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +qw +qw +zt +Km +pQ +eX +qw +qw +Ka +Ka +Ka +ZV +ZV +ZV +"} +(6,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +qw +qw +qw +dm +cV +cV +dm +dm +dm +qw +Ka +Ka +Ka +ZV +ZV +"} +(7,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +qw +qw +qw +qw +dm +Sv +rW +Ga +fK +oP +qw +Ka +Ka +Ka +Ka +ZV +"} +(8,1,1) = {" +Ka +Ka +Ka +Ka +Ka +qw +qw +qw +Ka +Ka +qw +qw +qw +qw +dm +dm +Sv +Sv +Ud +AH +Cn +qw +qw +Ka +Ka +Ka +Ka +"} +(9,1,1) = {" +Ka +Ka +Ka +qw +qw +qw +qw +qw +qw +qw +qw +dm +oP +Cn +dm +mn +rW +Sv +Ud +Ex +oP +qw +qw +qw +Ka +Ka +Ka +"} +(10,1,1) = {" +Ka +Ka +Ka +qw +qw +qw +dm +oP +Cn +oP +oP +dm +tw +cn +mo +Sv +Ud +cr +dm +dm +dm +dm +dm +qw +Ka +Ka +Ka +"} +(11,1,1) = {" +Ka +Ka +qw +qw +dm +oP +oP +Dm +dF +dp +bI +dm +Uu +eW +ks +rW +Ud +Sv +mO +dm +HV +js +dm +qw +qw +Ka +Ka +"} +(12,1,1) = {" +Ka +Ka +qw +dm +dm +Hp +lv +gh +OJ +dk +dp +dm +qK +UX +Hv +dm +kG +rW +mO +dm +Ud +gX +dm +qw +Ka +Ka +Ka +"} +(13,1,1) = {" +Ka +Ka +Ka +oP +dF +CW +vk +ln +DW +xT +cn +cn +dq +xT +Am +Hv +en +Ud +dm +dm +Vn +dm +dm +qw +qw +Ka +Ka +"} +(14,1,1) = {" +Ka +Ka +qw +oP +ZK +dp +yM +kJ +be +Ud +Ex +Ud +Ud +Ud +XT +VZ +gV +DW +dm +kG +Sv +dm +bd +qw +qw +qw +Ka +"} +(15,1,1) = {" +Ka +qw +qw +Cn +dp +lv +Md +wr +Sv +Gz +Nc +Nc +wr +tQ +qQ +Hv +OS +Ud +dm +Ps +hZ +dm +dm +qw +qw +Ka +Ka +"} +(16,1,1) = {" +Ka +qw +qw +dm +dm +Hp +dp +Yy +dC +NG +CW +dm +aV +qq +Hv +dm +kG +Ud +dm +Sv +Ud +wp +oP +qw +qw +Ka +Ka +"} +(17,1,1) = {" +Ka +Ka +qw +qw +dm +Cn +Cn +xv +ZK +dF +ei +dm +aV +xk +Eo +rW +Sv +Sv +Vn +Sv +Ud +fk +oP +qw +qw +Ka +Ka +"} +(18,1,1) = {" +Ka +Ka +qw +qw +qw +qw +dm +oP +oP +oP +Cn +dm +pm +dC +Ou +nA +Sv +Sv +Vn +Sv +Ud +Hh +Cn +Ka +Ka +Ka +Ka +"} +(19,1,1) = {" +Ka +Ka +Ka +qw +Ka +qw +qw +qw +qw +qw +qw +dm +oP +oP +dm +mO +Sv +rW +dm +Sv +cr +Xw +Cn +qw +Ka +Ka +Ka +"} +(20,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +qw +qw +qw +qw +qw +qw +qw +dm +dm +Sv +Sv +dm +yi +Ud +dm +dm +qw +qw +Ka +Ka +"} +(21,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +qw +qw +qw +qw +dm +rW +Sv +dm +EE +lA +dm +qw +qw +Ka +Ka +ZV +"} +(22,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +qw +qw +qw +qw +dm +cV +cV +dm +dm +dm +dm +qw +Ka +Ka +ZV +ZV +"} +(23,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +qw +qw +eX +pQ +pQ +eX +qw +qw +qw +Ka +Ka +ZV +ZV +ZV +"} +(24,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +zt +pQ +Km +eX +qw +qw +Ka +ZV +ZV +ZV +ZV +Ka +"} +(25,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +ZV +Km +pQ +zt +Ka +Ka +ZV +ZV +ZV +ZV +Ka +Ka +"} +(26,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +ZV +ZV +ZV +ZV +ZV +ZV +ZV +ZV +Ka +Ka +Ka +Ka +"} +(27,1,1) = {" +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +Ka +ZV +ZV +ZV +ZV +ZV +ZV +Ka +Ka +Ka +Ka +Ka +"} diff --git a/_maps/map_files220/RandomRuins/LavaRuins/old_outpost.dmm b/_maps/map_files220/RandomRuins/LavaRuins/old_outpost.dmm new file mode 100644 index 000000000000..8b38dee73496 --- /dev/null +++ b/_maps/map_files220/RandomRuins/LavaRuins/old_outpost.dmm @@ -0,0 +1,1982 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aD" = ( +/obj/item/stack/tile, +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"aR" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"bu" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/structure/cable/orange{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"bw" = ( +/obj/structure/cable/orange{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "browncorner"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"bE" = ( +/obj/structure/cable/orange{ + icon_state = "0-4" + }, +/obj/item/mounted/frame/apc_frame{ + pixel_x = 3; + pixel_y = -8 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"cd" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"cJ" = ( +/turf/template_noop, +/area/template_noop) +"cU" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"dA" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 8 + }, +/area/ruin/unpowered/misc_lavaruin) +"en" = ( +/turf/simulated/wall, +/area/ruin/unpowered/misc_lavaruin) +"fC" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"fG" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"fW" = ( +/obj/structure/cable/orange{ + icon_state = "1-8" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"ga" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"gb" = ( +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"gu" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"gB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"hi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown" + }, +/area/ruin/unpowered/misc_lavaruin) +"hp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "blue"; + dir = 9 + }, +/area/ruin/unpowered/misc_lavaruin) +"hx" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"hR" = ( +/obj/structure/ore_box, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"im" = ( +/obj/structure/cable/orange{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"iO" = ( +/obj/structure/rack, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"jp" = ( +/obj/structure/cable/orange{ + icon_state = "0-4" + }, +/obj/item/mounted/frame/apc_frame{ + pixel_x = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 9 + }, +/area/ruin/unpowered/misc_lavaruin) +"jw" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"jS" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"ko" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/box/donkpockets/empty, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"kX" = ( +/obj/machinery/suit_storage_unit, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 8 + }, +/area/ruin/unpowered/misc_lavaruin) +"ll" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"lz" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"lT" = ( +/obj/machinery/power/port_gen/pacman/mrs, +/obj/structure/cable/orange, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"lW" = ( +/obj/structure/cable/orange{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"ms" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"nt" = ( +/obj/effect/spawner/window/shuttle, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"nz" = ( +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"nE" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"ov" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"oC" = ( +/obj/structure/cable/orange{ + icon_state = "2-8" + }, +/obj/structure/cable/orange{ + icon_state = "0-8" + }, +/obj/item/mounted/frame/apc_frame{ + pixel_x = 3; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"oU" = ( +/obj/machinery/door/airlock/external/glass, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium_yellow" + }, +/area/ruin/unpowered/misc_lavaruin) +"po" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"pu" = ( +/obj/structure/table_frame, +/obj/machinery/chem_dispenser/beer{ + pixel_y = 5 + }, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"pv" = ( +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"qC" = ( +/obj/structure/safe/floor, +/obj/item/gun/energy/kinetic_accelerator/experimental, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"qP" = ( +/obj/item/shard{ + pixel_x = 11 + }, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"ra" = ( +/obj/structure/cable/orange{ + icon_state = "0-8" + }, +/obj/item/mounted/frame/apc_frame{ + pixel_x = -16 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"rp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"sh" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown" + }, +/area/ruin/unpowered/misc_lavaruin) +"su" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"sD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium_yellow" + }, +/area/ruin/unpowered/misc_lavaruin) +"sE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"tl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"tB" = ( +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"um" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"uC" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"uF" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"uN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"vp" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"vs" = ( +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 8 + }, +/area/ruin/unpowered/misc_lavaruin) +"vw" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium_yellow" + }, +/area/ruin/unpowered/misc_lavaruin) +"wt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"wA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"xf" = ( +/obj/item/stack/sheet/metal, +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"xr" = ( +/obj/structure/mecha_wreckage/ripley/firefighter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"yA" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown" + }, +/area/ruin/unpowered/misc_lavaruin) +"yH" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 4 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"yR" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"zc" = ( +/obj/structure/cable/orange{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 5 + }, +/area/ruin/unpowered/misc_lavaruin) +"zl" = ( +/obj/structure/cable/orange{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"zW" = ( +/obj/item/stack/tile, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Ab" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Au" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/orange{ + icon_state = "0-2" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"Bn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"CL" = ( +/obj/item/stack/sheet/metal, +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"CO" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"Dt" = ( +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Du" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"DA" = ( +/turf/simulated/wall/mineral/titanium, +/area/ruin/unpowered/misc_lavaruin) +"DS" = ( +/obj/machinery/door/airlock/external/glass, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"DX" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Ea" = ( +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Er" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/ruin/unpowered/misc_lavaruin) +"Fc" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 10 + }, +/area/ruin/unpowered/misc_lavaruin) +"FF" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium_yellow" + }, +/area/ruin/unpowered/misc_lavaruin) +"FY" = ( +/obj/structure/mecha_wreckage/ripley/titan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Gu" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"He" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"HE" = ( +/obj/item/stack/tile, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "blue"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"Ic" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/ruin/unpowered/misc_lavaruin) +"Io" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"IC" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"IQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 8 + }, +/area/ruin/unpowered/misc_lavaruin) +"Ke" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cautionfull" + }, +/area/ruin/unpowered/misc_lavaruin) +"Kr" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 8 + }, +/area/ruin/unpowered/misc_lavaruin) +"Lh" = ( +/obj/effect/baseturf_helper/asteroid/basalt, +/turf/simulated/wall, +/area/ruin/unpowered/misc_lavaruin) +"LE" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"LJ" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/structure/grille/broken, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"LV" = ( +/obj/structure/cable/orange{ + icon_state = "0-4" + }, +/obj/item/mounted/frame/apc_frame{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"LX" = ( +/obj/structure/cable/orange{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"LZ" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/item/scalpel, +/obj/item/hemostat, +/obj/item/retractor, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "blue"; + dir = 6 + }, +/area/ruin/unpowered/misc_lavaruin) +"Mc" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Mm" = ( +/obj/machinery/door/airlock/external/glass, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Na" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"Nc" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Ne" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"Nr" = ( +/obj/structure/table_frame, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Ny" = ( +/obj/machinery/suit_storage_unit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 8 + }, +/area/ruin/unpowered/misc_lavaruin) +"NT" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown" + }, +/area/ruin/unpowered/misc_lavaruin) +"NW" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 1 + }, +/area/ruin/unpowered/misc_lavaruin) +"Oo" = ( +/obj/structure/rack, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"OH" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"OL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium_yellow" + }, +/area/ruin/unpowered/misc_lavaruin) +"Py" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 6 + }, +/area/ruin/unpowered/misc_lavaruin) +"PS" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/obj/structure/cable/orange{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"QR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/unpowered/misc_lavaruin) +"Rs" = ( +/obj/machinery/suit_storage_unit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "brown"; + dir = 4 + }, +/area/ruin/unpowered/misc_lavaruin) +"RE" = ( +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"St" = ( +/obj/machinery/power/smes, +/obj/structure/cable/orange{ + icon_state = "0-4" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"Sy" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/structure/cable/orange{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Td" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"TL" = ( +/obj/item/stack/tile, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"TW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"TX" = ( +/obj/structure/cable/orange{ + icon_state = "1-2" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"Ur" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"UL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium_yellow" + }, +/area/ruin/unpowered/misc_lavaruin) +"Vc" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "blue"; + dir = 5 + }, +/area/ruin/unpowered/misc_lavaruin) +"Vn" = ( +/obj/structure/cable/orange{ + icon_state = "1-4" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"WW" = ( +/obj/structure/cable/orange{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) +"Xu" = ( +/obj/structure/cable/orange{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance/external, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/misc_lavaruin) +"Zh" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/ruin/unpowered/misc_lavaruin) +"Zo" = ( +/obj/machinery/optable, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/unpowered/misc_lavaruin) + +(1,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(2,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(3,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +hx +en +en +en +hx +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(4,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +hx +St +Au +Na +lT +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(5,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +hx +OH +Dt +wt +Nc +en +DS +DS +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(6,1,1) = {" +cJ +cJ +cJ +nt +DX +DX +cJ +cJ +cJ +cJ +en +oC +TX +Na +Vn +en +Du +Dt +po +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(7,1,1) = {" +cJ +cJ +DX +nt +FF +nt +nt +cJ +cJ +hx +en +en +en +wt +OH +en +Dt +Dt +po +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(8,1,1) = {" +cJ +cJ +DA +UL +OL +OL +DA +cJ +cJ +en +uN +LX +Na +Na +fW +en +DS +Mm +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Ea +cJ +cJ +"} +(9,1,1) = {" +cJ +cJ +DX +sD +vw +sD +nt +en +en +en +en +Xu +hx +hx +en +en +sE +hi +en +en +po +TW +en +en +Ea +Ea +Ea +Ea +cJ +cJ +"} +(10,1,1) = {" +cJ +cJ +oU +Ur +lz +gb +oU +Mm +Kr +IQ +IQ +Ab +Kr +vs +IQ +bE +Dt +yA +en +LV +pv +Du +TL +hx +Ea +Ea +cJ +cJ +cJ +cJ +"} +(11,1,1) = {" +cJ +cJ +oU +Ne +tl +nz +oU +Mm +Io +Dt +Bn +im +Gu +Gu +uF +PS +WW +hi +en +cU +Du +Dt +Ea +Ea +Ea +cJ +cJ +cJ +cJ +cJ +"} +(12,1,1) = {" +cJ +cJ +nt +LE +Zh +gB +DX +en +en +en +hx +en +QR +Er +en +Lh +bu +nE +Mc +lW +Ea +Ea +Ea +Ea +cJ +cJ +cJ +cJ +cJ +cJ +"} +(13,1,1) = {" +cJ +cJ +DA +LE +ms +wA +DA +cJ +cJ +cJ +en +wt +aR +rp +gu +en +NW +zW +hx +Ea +Ea +Ea +su +LJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(14,1,1) = {" +cJ +cJ +DA +fG +jw +vp +DA +cJ +cJ +cJ +en +rp +ko +aD +rp +Ic +CL +Dt +Ea +Ea +Ea +yR +jS +ga +cJ +cJ +cJ +cJ +cJ +cJ +"} +(15,1,1) = {" +cJ +cJ +DA +yH +yH +yH +DA +cJ +cJ +cJ +Er +rp +He +Ke +Dt +Ic +cU +Ea +Ea +Ea +ll +Dt +Du +en +cJ +cJ +cJ +cJ +cJ +cJ +"} +(16,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Er +wt +gu +rp +wt +Td +Ea +Ea +Ea +hx +hx +hx +en +en +cJ +cJ +cJ +cJ +cJ +cJ +"} +(17,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +hx +qP +wt +wt +uC +Ea +Ea +Ea +hx +dA +Ny +kX +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(18,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +fC +pu +wt +aR +Ea +Ea +Ea +yA +hx +Du +pv +Du +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(19,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +ov +Nr +qC +Ea +Ea +Ea +CO +Dt +Td +Du +iO +Oo +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(20,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +hx +Ea +Ea +Ea +Ea +Ea +NW +Dt +en +pv +Du +Du +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(21,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Ea +Ea +Ea +Ea +Ea +hx +NW +NT +en +cd +IC +Rs +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(22,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Ea +Ea +Ea +Ea +Ea +Ea +Ea +hx +xf +yA +en +en +en +en +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(23,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Ea +Ea +Ea +Ea +Ea +yR +hx +hx +Ab +Dt +en +hp +tB +LJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(24,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Ea +Ea +Ea +Ea +Ea +hx +xr +zl +um +Sy +Du +RE +HE +Zo +po +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(25,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Ea +Ea +Ea +Ea +cJ +hx +Dt +ra +Lh +CO +Dt +en +Vc +LZ +po +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(26,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +Ea +Ea +Ea +Ea +cJ +cJ +en +Du +Du +en +NW +yA +en +en +en +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(27,1,1) = {" +cJ +cJ +cJ +cJ +cJ +Ea +Ea +Ea +cJ +cJ +cJ +cJ +en +FY +hR +en +NW +Dt +en +jp +Fc +TW +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(28,1,1) = {" +cJ +cJ +cJ +Ea +Ea +Ea +cJ +cJ +cJ +cJ +cJ +cJ +en +po +po +en +NW +Dt +en +NW +sh +po +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(29,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Mm +Du +zW +Mm +bw +nE +um +zc +Py +TW +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(30,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +Mm +Dt +Du +DS +Bn +Bn +en +ov +TW +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(31,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +en +TW +po +en +po +po +en +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(32,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} +(33,1,1) = {" +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +cJ +"} diff --git a/_maps/map_files220/RandomRuins/LavaRuins/scp_facility.dmm b/_maps/map_files220/RandomRuins/LavaRuins/scp_facility.dmm new file mode 100644 index 000000000000..a698a398fc6a --- /dev/null +++ b/_maps/map_files220/RandomRuins/LavaRuins/scp_facility.dmm @@ -0,0 +1,4092 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aK" = ( +/obj/structure/table/glass/plasma, +/obj/item/paper/scp/status_report, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"be" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkblue"; + dir = 4 + }, +/area/ruin/powered/scpfacility) +"bf" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"bp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/reagent_containers/drinks/britcup, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"bx" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"bI" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"ca" = ( +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/hostile/carp/eyeball, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"ce" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"cj" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/ruin/powered/scpfacility) +"de" = ( +/obj/structure/sign/directions/engineering, +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"em" = ( +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"et" = ( +/obj/effect/decal/cleanable/blood/writing, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 8 + }, +/area/ruin/powered/scpfacility) +"ey" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 5 + }, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"eY" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 9 + }, +/area/ruin/powered/scpfacility) +"fe" = ( +/obj/structure/table, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/ruin/powered/scpfacility) +"fu" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/effect/decal/cleanable/dust, +/obj/item/ammo_casing/c9mm, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"fw" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"fH" = ( +/obj/structure/girder/reinforced, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"fN" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"fS" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 6 + }, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"gu" = ( +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"gz" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"gZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"hf" = ( +/turf/simulated/mineral/random, +/area/lavaland/surface/outdoors) +"ic" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"ig" = ( +/obj/structure/table/reinforced, +/obj/item/melee/baton/loaded, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"ir" = ( +/obj/effect/mapping_helpers/no_lava, +/mob/living/simple_animal/hostile/asteroid/basilisk/watcher, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iu" = ( +/obj/machinery/shower{ + pixel_y = 15 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/ruin/powered/scpfacility) +"iN" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/ruin/powered/scpfacility) +"jQ" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "whiteblue" + }, +/area/ruin/powered/scpfacility) +"kf" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"ki" = ( +/obj/effect/baseturf_helper/lava/mapping_lava, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"kw" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_y = 4 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"kC" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 5 + }, +/area/ruin/powered/scpfacility) +"lB" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 10 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 8 + }, +/area/ruin/powered/scpfacility) +"lC" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"lI" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"my" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/table/reinforced, +/obj/item/circuitboard/cyborgrecharger, +/obj/item/crowbar, +/obj/item/weldingtool, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"mE" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkblue"; + dir = 4 + }, +/area/ruin/powered/scpfacility) +"mV" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 5 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 8 + }, +/area/ruin/powered/scpfacility) +"nn" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"nr" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"nz" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"nG" = ( +/obj/structure/table/reinforced, +/obj/item/pizzabox/infinite{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"nO" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/ruin/powered/scpfacility) +"oL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"oN" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkbluefull" + }, +/area/ruin/powered/scpfacility) +"oY" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkbluefull" + }, +/area/ruin/powered/scpfacility) +"pb" = ( +/obj/structure/rack, +/obj/item/storage/box/handcuffs, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"pm" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"pv" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"pw" = ( +/obj/effect/decal/cleanable/blood/writing, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"pR" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"qK" = ( +/mob/living/simple_animal/hostile/abomination/altform2, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"rv" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"rA" = ( +/obj/structure/sign/radiation, +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"rB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"rP" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 4 + }, +/area/ruin/powered/scpfacility) +"sa" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"sf" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"si" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/built/east, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 8 + }, +/area/ruin/powered/scpfacility) +"st" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/door/airlock{ + name = "Staff Room" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"sy" = ( +/obj/structure/barricade/security, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"sT" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"sY" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkbluefull" + }, +/area/ruin/powered/scpfacility) +"tP" = ( +/turf/template_noop, +/area/template_noop) +"ug" = ( +/mob/living/simple_animal/hostile/abomination/altform1, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"uY" = ( +/obj/machinery/economy/vending/snack, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"vd" = ( +/obj/machinery/door/airlock/maintenance/external, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"vs" = ( +/obj/effect/mapping_helpers/no_lava, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"vv" = ( +/obj/machinery/status_display, +/obj/structure/table/glass/plasma, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"vL" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkblue"; + dir = 4 + }, +/area/ruin/powered/scpfacility) +"vR" = ( +/mob/living/simple_animal/hostile/tree, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"wa" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"wm" = ( +/obj/structure/girder/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"wE" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/paper/scp/research_notes, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkbluefull" + }, +/area/ruin/powered/scpfacility) +"wK" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"wP" = ( +/obj/structure/sign/directions/medical{ + dir = 4 + }, +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"xi" = ( +/obj/structure/rack, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"xG" = ( +/obj/structure/table, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"xT" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"ym" = ( +/obj/structure/sign/xeno_warning_mining, +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"yw" = ( +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"yE" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"yF" = ( +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"yI" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"zg" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire{ + pixel_y = 4 + }, +/obj/item/extinguisher, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"zh" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"zl" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"zs" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"zB" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/bulletproof{ + pixel_y = 6 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"zQ" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"AT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/built/west, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Bd" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"Bx" = ( +/obj/item/chair{ + dir = 4; + pixel_y = -6; + pixel_x = -11 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"BI" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"BX" = ( +/obj/structure/table/glass/plasma, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"Ci" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder/displaced, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Cq" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkbluecorners" + }, +/area/ruin/powered/scpfacility) +"Cv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance/external, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Cz" = ( +/obj/structure/barricade/security, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"CI" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/closet/l3closet, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"Di" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 4 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"DE" = ( +/obj/item/chair{ + pixel_y = -6; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"DH" = ( +/obj/structure/girder/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"DJ" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/scientist, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"DZ" = ( +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"En" = ( +/obj/structure/rack, +/obj/item/flash{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/flash{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"EL" = ( +/obj/machinery/floodlight, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"EX" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Ff" = ( +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/hostile/faithless, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"Fh" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/lavaland/surface/outdoors) +"Fr" = ( +/obj/structure/table/glass/plasma, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"Fy" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "whiteblue" + }, +/area/ruin/powered/scpfacility) +"FK" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"FQ" = ( +/obj/item/analyzer, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"Gg" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 4 + }, +/area/ruin/powered/scpfacility) +"Gk" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/ammo_casing/c9mm, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"GX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"GZ" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/ruin/powered/scpfacility) +"Ha" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Hh" = ( +/obj/structure/sign/science, +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"Hk" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Hl" = ( +/obj/structure/table/glass/plasma, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"Ho" = ( +/obj/structure/rack, +/obj/item/grenade/barrier{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"Hu" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Hy" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/suit/hooded/cultrobes, +/obj/item/clothing/head/hooded/culthood{ + pixel_y = 12 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/ruin/powered/scpfacility) +"Hz" = ( +/obj/structure/closet/wardrobe/medic_white, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"HJ" = ( +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"HN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"HS" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"Ir" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Jj" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"Jm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Jp" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"Jv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Jx" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkblue"; + dir = 4 + }, +/area/ruin/powered/scpfacility) +"JM" = ( +/obj/structure/sign/directions/evac{ + dir = 1 + }, +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/powered/scpfacility) +"JO" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 1 + }, +/area/ruin/powered/scpfacility) +"JV" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/cursedclown, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"Ki" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "whiteblue" + }, +/area/ruin/powered/scpfacility) +"KE" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"KK" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"KP" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"KS" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"Lj" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 4 + }, +/area/ruin/powered/scpfacility) +"ML" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"Ng" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"NT" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 8 + }, +/area/ruin/powered/scpfacility) +"OE" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"OX" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Pc" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"Pr" = ( +/obj/machinery/doppler_array{ + name = "Система Сейсмического Оповещения"; + desc = "Старая ржавая машина" + }, +/obj/item/paper/scp/seismic_warning, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Pt" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"PG" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/ruin/powered/scpfacility) +"PI" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Qm" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"QW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_casing/c9mm, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Rh" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"Rt" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/powered/scpfacility) +"Rw" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/lavaland/surface/outdoors) +"RG" = ( +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/hostile/abomination/altform4, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Sa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Ss" = ( +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/ruin/powered/scpfacility) +"Sv" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"SG" = ( +/obj/structure/girder/displaced, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"SU" = ( +/obj/effect/mapping_helpers/no_lava, +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/ruin/powered/scpfacility) +"SV" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"SZ" = ( +/turf/simulated/floor/engine/cult/lavaland_air, +/area/ruin/powered/scpfacility) +"Tk" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkblue" + }, +/area/ruin/powered/scpfacility) +"Tl" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/ammo_casing/shotgun/buckshot, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"To" = ( +/mob/living/simple_animal/hostile/abomination, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"TC" = ( +/obj/item/stack/cable_coil/yellow, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"TD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"TJ" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Uq" = ( +/mob/living/simple_animal/hostile/abomination/super, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"UM" = ( +/obj/effect/mapping_helpers/no_lava, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Vv" = ( +/mob/living/simple_animal/hostile/abomination/altform3, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 1 + }, +/area/ruin/powered/scpfacility) +"VF" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "engine" + }, +/area/ruin/powered/scpfacility) +"VG" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"VO" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkred"; + dir = 8 + }, +/area/ruin/powered/scpfacility) +"Wa" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mob_spawn/human/corpse/scientist, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"WV" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"Xd" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"XD" = ( +/obj/machinery/computer/arcade, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"XO" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"XS" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"XW" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) +"Yp" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/effect/decal/cleanable/dust, +/obj/item/ammo_casing/shotgun/buckshot, +/turf/simulated/floor/plasteel/lavaland_air, +/area/ruin/powered/scpfacility) +"Yu" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"Yz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"YD" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkblue" + }, +/area/ruin/powered/scpfacility) +"YW" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkbluefull" + }, +/area/ruin/powered/scpfacility) +"ZD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/ruin/powered/scpfacility) +"ZE" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "cmo" + }, +/area/ruin/powered/scpfacility) + +(1,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +tP +tP +tP +tP +tP +"} +(2,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +tP +tP +tP +tP +tP +"} +(3,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +tP +tP +tP +tP +tP +"} +(4,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +tP +tP +tP +tP +tP +"} +(5,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +tP +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +SV +pm +hf +hf +hf +tP +tP +tP +tP +"} +(6,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +tP +tP +tP +UM +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +pm +SV +pm +hf +hf +hf +tP +tP +tP +tP +"} +(7,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +tP +tP +tP +vs +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +pm +Wa +pm +hf +hf +hf +tP +tP +tP +tP +"} +(8,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +Ha +HJ +hf +hf +tP +tP +tP +vs +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +pm +SV +pm +hf +hf +tP +tP +tP +tP +tP +"} +(9,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +HJ +HJ +Fh +pm +pm +gu +Yu +ic +pm +Fh +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +"} +(10,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +Ha +HJ +hf +Fh +pm +kf +DZ +SV +ic +pm +Fh +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +"} +(11,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +Ha +HJ +HJ +hf +Fh +pm +xG +SV +SV +ic +pm +Fh +hf +hf +hf +hf +hf +hf +Rw +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +hf +"} +(12,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +Ha +HJ +HJ +hf +Fh +pm +xG +RG +TC +ic +pm +Fh +hf +hf +hf +hf +Rw +hf +Fh +Fh +pm +pm +pm +pm +pm +pm +pm +pm +pm +Fh +hf +"} +(13,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +hf +Fh +pm +zQ +HN +EL +TJ +pm +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +wm +pm +XD +pv +XW +XW +XW +pv +wK +pm +Fh +hf +"} +(14,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +hf +Fh +pm +pm +Hk +Hk +gz +pm +pm +pm +pm +pm +pm +pm +Yu +XS +Sv +pm +Qm +XW +Bx +fw +sT +XW +Jp +pm +Fh +hf +"} +(15,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +hf +Fh +pm +GX +Xd +Xd +WV +yF +Xd +nr +Gk +Xd +yF +Xd +To +FK +GX +OX +XW +Ng +BX +Hl +BX +XW +XO +pm +Fh +hf +"} +(16,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +hf +hf +Fh +Yu +GX +Xd +GX +ey +pw +pw +pw +EX +ML +fu +EX +Yp +fS +Xd +st +XW +Ng +aK +vv +BX +XW +ZE +pm +Fh +hf +"} +(17,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +HJ +hf +hf +Fh +Fh +pR +Xd +zl +Xd +yF +Xd +yF +GX +QW +yI +Tl +Xd +Xd +Xd +OX +wa +Ng +Fr +BX +BX +XW +uY +pm +Fh +hf +"} +(18,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +hf +hf +Fh +pm +wm +Xd +yF +Fh +Yu +pm +pm +vd +pm +pm +JM +sa +bI +bI +pm +zs +XW +rB +rB +DE +wa +Hz +pm +Fh +hf +"} +(19,1,1) = {" +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +Ha +hf +hf +Fh +pm +Fh +GX +Fh +Fh +pm +em +yw +DZ +DZ +Di +pm +Xd +GX +Xd +pm +xT +KP +XW +VG +XW +KP +Hz +pm +Fh +hf +"} +(20,1,1) = {" +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +HJ +HJ +Ha +Ha +hf +Fh +Fh +Fh +Fh +Fh +Fh +pm +yE +DZ +DZ +DZ +kw +pm +Xd +yF +GX +pm +pm +pm +pm +pm +pm +pm +pm +pm +Fh +hf +"} +(21,1,1) = {" +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +HJ +HJ +Ha +Ha +Ha +hf +Fh +pm +Fh +hf +hf +Fh +pm +rv +Pr +Hu +lC +zg +pm +yF +Xd +yF +pm +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +hf +"} +(22,1,1) = {" +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +HJ +Ha +Ha +Ha +Ha +hf +Fh +pm +Fh +hf +hf +Fh +pm +pm +pm +pm +pm +pm +pm +CI +yF +zh +pm +Fh +Fh +hf +hf +hf +hf +hf +hf +hf +hf +"} +(23,1,1) = {" +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +HJ +Ha +Ha +Ha +Ha +Ha +hf +Fh +Fh +Fh +hf +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +pm +bx +cj +rA +pm +pm +Fh +hf +hf +hf +hf +hf +hf +hf +tP +"} +(24,1,1) = {" +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +HJ +Ha +Ha +Ha +Ha +Ha +hf +hf +hf +hf +hf +hf +Fh +pm +pm +pm +pm +pm +Fh +Fh +pm +iu +nO +iN +Fy +pm +Fh +hf +hf +hf +hf +hf +hf +tP +tP +"} +(25,1,1) = {" +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +HJ +HJ +Ha +Ha +Ha +Ha +Ha +Ha +hf +hf +hf +hf +hf +hf +Fh +pm +PG +fN +KE +KE +Fh +Fh +pm +Ss +iN +nO +jQ +pm +Fh +hf +hf +hf +hf +hf +tP +tP +tP +"} +(26,1,1) = {" +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +Ha +Ha +Ha +Ha +Ha +Ha +hf +Fh +Fh +Fh +Fh +Fh +Fh +Fh +Fh +my +KE +KE +KE +Fh +Fh +pm +fe +iN +nO +Ki +pm +Fh +Fh +Fh +Fh +hf +hf +tP +tP +tP +"} +(27,1,1) = {" +tP +tP +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +Ha +Ha +Ha +hf +Fh +Fh +Fh +hf +Fh +pm +pm +pm +pm +pm +pm +pm +pm +pm +pm +KE +pm +pm +pm +ym +cj +Hh +de +pm +pm +pm +pm +Fh +hf +tP +tP +tP +tP +"} +(28,1,1) = {" +tP +tP +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +Ha +Ha +hf +Fh +Fh +Fh +wm +Fh +Fh +Fh +pm +Pc +Pc +Pc +Pc +Pc +Pc +Pc +pm +KK +KE +KE +KE +GX +KE +KE +KE +KE +FQ +GX +wm +Fh +Fh +hf +tP +tP +tP +tP +"} +(29,1,1) = {" +tP +tP +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +HJ +Fh +Fh +Fh +Fh +wm +wm +GX +Fh +Fh +GX +pm +Pc +Pc +Pc +Pc +Pc +Pc +Pc +pm +sf +KE +OE +GX +GX +KE +KE +KE +KE +wm +wm +Fh +Fh +hf +hf +tP +tP +tP +tP +"} +(30,1,1) = {" +tP +hf +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +Ha +Fh +wm +GX +GX +GX +Pc +Pc +pm +GX +GX +pm +Pc +Pc +Pc +Pc +Pc +Pc +Pc +pm +GX +Bd +Cq +be +vL +Jx +GX +mE +GX +Fh +Fh +Fh +hf +hf +hf +tP +tP +tP +tP +"} +(31,1,1) = {" +tP +hf +hf +hf +hf +hf +hf +Ha +HJ +HJ +HJ +Ha +pm +Pc +Pc +Ff +Pc +Pc +Rh +pm +GX +GX +SG +Pc +Pc +ca +JV +Pc +Pc +Pc +pm +ce +Bd +Tk +pm +pm +PI +GZ +GZ +GZ +Fh +hf +hf +hf +hf +hf +tP +tP +tP +tP +"} +(32,1,1) = {" +tP +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +HJ +Ha +pm +Rh +Rh +Pt +Rh +Rh +Rh +pm +GX +GX +fH +Pc +Pc +Pc +nn +VF +Pc +Pc +pm +KE +KE +YD +fH +oN +YW +YW +fH +fH +Fh +hf +hf +hf +tP +tP +tP +tP +tP +tP +"} +(33,1,1) = {" +tP +hf +hf +hf +pm +pm +pm +pm +fH +HJ +Ha +Ha +pm +Rh +Rh +Pt +Rh +Rh +Rh +pm +GX +Yz +pm +Pc +Pc +Pc +Pc +VF +Pc +Pc +pm +KE +GX +YD +pm +sY +GX +YW +YW +Ir +Fh +hf +HJ +hf +tP +tP +tP +tP +tP +tP +"} +(34,1,1) = {" +tP +hf +hf +hf +pm +Jj +xi +Cz +sy +Ha +Ha +Ha +pm +Rh +Rh +Pt +Rh +Rh +Rh +pm +GX +Yz +pm +HS +Pc +Pc +Pc +Pc +Pc +Pc +pm +KE +GX +YD +pm +GX +YW +wE +YW +Jv +Fh +HJ +HJ +hf +hf +tP +tP +tP +tP +tP +"} +(35,1,1) = {" +tP +hf +hf +hf +pm +KS +eY +NT +Ir +Ha +Ha +Ha +Fh +DH +DH +ZD +DH +DH +DH +pm +Cv +GZ +pm +pm +pm +pm +lI +pm +pm +pm +pm +ce +KE +Tk +pm +oY +oY +oY +oY +bp +Fh +HJ +HJ +hf +hf +tP +tP +tP +tP +tP +"} +(36,1,1) = {" +tP +hf +hf +hf +pm +nG +JO +sf +Ir +Ir +Ha +Ha +Ha +NT +NT +mV +et +lB +NT +NT +sf +GZ +GZ +GZ +Ci +si +KE +NT +VO +VO +nz +GX +KE +YD +pm +pm +oL +oL +oL +oL +Fh +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +"} +(37,1,1) = {" +tP +hf +hf +hf +pm +ig +Vv +sf +ki +Ir +bf +Ha +Ha +Ha +sf +sf +sf +DJ +sf +sf +sf +GZ +GZ +GZ +GZ +Sa +qK +KE +sf +KE +KE +KE +KE +KE +pm +Ha +Ha +Ha +Ha +Ha +HJ +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +"} +(38,1,1) = {" +tP +hf +hf +hf +pm +BI +JO +sf +sf +sf +Ir +Ha +Ha +Ha +Ha +pm +pm +pm +pm +GZ +GZ +GZ +GZ +GZ +GX +AT +KE +GX +GX +Gg +rP +GX +Jm +GX +pm +Ha +Ha +Ha +Ha +HJ +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +tP +"} +(39,1,1) = {" +tP +hf +hf +hf +pm +Jj +kC +Lj +Lj +Lj +Ir +Ir +Ha +Rw +Ha +pm +GX +TD +GX +GX +Fh +Fh +pm +pm +pm +pm +lI +pm +pm +pm +wP +gZ +Fh +Fh +Fh +ir +Ha +Ha +HJ +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +tP +tP +"} +(40,1,1) = {" +tP +hf +hf +hf +pm +Jj +zB +Jj +Ho +En +pb +pm +Ha +Ha +Ha +SU +GX +GX +vR +GX +Fh +Fh +pm +Rh +Rh +Rh +Rh +Rh +Rh +Rh +pm +Fh +Fh +hf +Ha +Ha +Ha +HJ +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +"} +(41,1,1) = {" +tP +hf +hf +hf +pm +pm +pm +pm +pm +pm +pm +pm +HJ +Ha +Ha +Fh +Fh +GX +TD +GX +Fh +Fh +pm +Rh +Rh +SZ +Rh +SZ +Rh +ug +pm +Fh +hf +Ha +Ha +Ha +HJ +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +"} +(42,1,1) = {" +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +hf +Ha +Fh +Fh +GZ +Rt +Fh +Fh +pm +Rh +SZ +SZ +SZ +SZ +Rh +Rh +pm +hf +hf +Ha +Ha +HJ +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(43,1,1) = {" +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +hf +Ha +hf +Fh +Fh +Fh +Fh +pm +Rh +Uq +SZ +Hy +SZ +SZ +Rh +pm +hf +hf +Ha +Ha +HJ +HJ +Ha +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(44,1,1) = {" +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +Ha +Ha +hf +hf +Fh +pm +Ir +Rh +SZ +SZ +SZ +Rh +Rh +pm +hf +hf +Ha +HJ +HJ +HJ +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(45,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +hf +HJ +HJ +HJ +Ha +Ha +hf +Fh +Fh +fH +Ir +SZ +Rh +SZ +SZ +Rh +pm +hf +hf +Ha +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(46,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +Ha +Ha +HJ +HJ +Ha +hf +hf +Fh +Fh +Ir +Rh +Rh +Rh +Rh +Rh +pm +hf +Ha +Ha +HJ +HJ +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(47,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +Ha +Ha +HJ +HJ +HJ +hf +hf +Fh +Fh +pm +pm +pm +pm +pm +pm +Ha +Ha +HJ +HJ +HJ +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(48,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +Ha +Ha +HJ +HJ +HJ +HJ +hf +hf +Ha +Ha +Ha +Ha +Ha +Ha +Ha +HJ +HJ +HJ +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(49,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +Ha +HJ +HJ +HJ +HJ +HJ +hf +Ha +HJ +HJ +HJ +Ha +HJ +HJ +HJ +HJ +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(50,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +Ha +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +HJ +Ha +Ha +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(51,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +Ha +Ha +Ha +Ha +HJ +HJ +Ha +Ha +Ha +Ha +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(52,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +Ha +Ha +Ha +Ha +Ha +Ha +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(53,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +Ha +Ha +hf +hf +hf +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(54,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +hf +hf +hf +hf +hf +hf +hf +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} +(55,1,1) = {" +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +tP +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/convoy_ambush.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/convoy_ambush.dmm new file mode 100644 index 000000000000..e0b4e49a0175 --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/convoy_ambush.dmm @@ -0,0 +1,5823 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"bb" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = -27; + name = "intercom" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"bd" = ( +/obj/structure/closet/syndicate, +/obj/item/storage/backpack/duffel/syndie, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"bf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/shuttle/engine/router, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"bj" = ( +/obj/structure/shuttle/engine/router, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"bq" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"bA" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"bV" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/template_noop, +/area/template_noop) +"ci" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 5 + }, +/area/ruin/space/unpowered/unpowered_structures) +"cj" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib{ + wander = 0 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"cn" = ( +/obj/structure/closet/crate/secure, +/obj/item/stack/ore/plasma, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"cG" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"cJ" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_y = -10; + pixel_x = 16 + }, +/turf/template_noop, +/area/template_noop) +"dq" = ( +/obj/machinery/light_construct/small/west, +/obj/structure/closet, +/obj/structure/sign/nosmoking_1{ + pixel_x = -32 + }, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"dx" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/secure/weapon{ + opened = 1 + }, +/obj/item/clothing/mask/balaclava, +/obj/item/kitchen/knife/combat, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"dI" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 4 + }, +/area/ruin/space/unpowered/unpowered_structures) +"dO" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/secure, +/obj/item/stack/ore/plasma{ + amount = 2 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"eh" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"ew" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 2 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"eJ" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"fL" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "stairs"; + dir = 8 + }, +/area/ruin/space/unpowered/unpowered_structures) +"fN" = ( +/obj/item/salvage/ruin/nanotrasen, +/turf/template_noop, +/area/template_noop) +"fV" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate/engineering, +/obj/item/screwdriver, +/obj/item/wrench, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"gK" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/closet/crate/secure/weapon, +/obj/item/clothing/accessory/storage, +/obj/item/clothing/accessory/holster, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"hg" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"hV" = ( +/obj/machinery/door/poddoor, +/obj/machinery/door_control/shutter/west, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"ia" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"ie" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/template_noop, +/area/template_noop) +"it" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"iD" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "large"; + pixel_y = 9 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = -10; + pixel_x = 16 + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"iU" = ( +/obj/item/chair{ + dir = 4 + }, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/depot/space{ + name = "Syndicate Commando" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"jP" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/template_noop, +/area/template_noop) +"jU" = ( +/obj/item/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"kd" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "stairs"; + dir = 8 + }, +/area/ruin/space/powered) +"kt" = ( +/obj/structure/shuttle/engine/router, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"lG" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"lY" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"mq" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"mu" = ( +/obj/structure/lattice, +/obj/item/rack_parts, +/turf/template_noop, +/area/template_noop) +"mU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"mZ" = ( +/obj/item/pickaxe, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"nd" = ( +/obj/item/radio/intercom{ + dir = 4; + pixel_x = -27; + name = "intercom" + }, +/obj/effect/decal/cleanable/blood, +/obj/item/organ/internal/beard, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"ne" = ( +/turf/simulated/wall/mineral/titanium, +/area/ruin/space/unpowered/unpowered_structures) +"nI" = ( +/obj/structure/closet/crate, +/obj/item/storage/bag/ore, +/obj/item/storage/backpack/satchel/explorer, +/obj/item/gun/energy/plasmacutter, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"nK" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 4; + autolink_id = "air_in"; + on = 1 + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"nP" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 2 + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"nV" = ( +/obj/item/flashlight, +/turf/template_noop, +/area/template_noop) +"nW" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/unpowered/unpowered_structures) +"ok" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/template_noop, +/area/template_noop) +"oq" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"oE" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/template_noop, +/area/template_noop) +"pv" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"qa" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 6 + }, +/area/ruin/space/unpowered/unpowered_structures) +"rp" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"sn" = ( +/obj/structure/disposalpipe/segment{ + pixel_x = -1; + name = "Cannon Bore" + }, +/turf/simulated/wall/mineral/plastitanium/interior, +/area/ruin/space/unpowered/unpowered_structures) +"st" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"tv" = ( +/obj/structure/table_frame, +/obj/item/lighter{ + pixel_x = 8 + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"tU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/secure/weapon{ + opened = 1 + }, +/obj/item/gun/energy/disabler, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"tW" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/closet/crate/secure/weapon{ + req_access = list(3) + }, +/obj/item/gun/energy/laser/retro/old, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"tZ" = ( +/obj/structure/lattice, +/obj/structure/shuttle/engine/router, +/turf/template_noop, +/area/template_noop) +"uf" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"uW" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/deck/cards/tiny{ + pixel_x = -10 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"vo" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"vy" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"vP" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter{ + pixel_x = -6 + }, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 5 + }, +/area/ruin/space/unpowered/unpowered_structures) +"vU" = ( +/obj/effect/turf_decal/delivery, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/depot/space{ + name = "Syndicate Commando" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"vV" = ( +/obj/machinery/computer/nonfunctional{ + dir = 2; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"wc" = ( +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/template_noop, +/area/template_noop) +"wf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"wm" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"wr" = ( +/turf/template_noop, +/area/template_noop) +"wu" = ( +/obj/item/stack/ore/silver{ + amount = 25 + }, +/obj/structure/closet/crate, +/obj/item/stack/ore/gold{ + amount = 25 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"wB" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"wS" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"xn" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"yr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"yN" = ( +/obj/structure/machine_frame, +/obj/item/circuitboard/pacman, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"yO" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"yS" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"yT" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 2 + }, +/obj/structure/closet/crate, +/obj/item/grenade/frag, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"zo" = ( +/turf/simulated/mineral, +/area/ruin/space/unpowered/unpowered_structures) +"zv" = ( +/obj/machinery/door/poddoor, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"zU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"Ad" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"Ay" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"Bv" = ( +/obj/item/storage/toolbox/mechanical, +/turf/template_noop, +/area/template_noop) +"BO" = ( +/obj/structure/disposalpipe/segment{ + pixel_x = -1; + name = "Cannon Bore" + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"BU" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Cd" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker{ + name = "transport way beacon" + }, +/turf/template_noop, +/area/template_noop) +"Ci" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + dir = 8; + autolink_id = "air_in"; + on = 1 + }, +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"CB" = ( +/obj/structure/door_assembly/door_assembly_ext, +/turf/template_noop, +/area/template_noop) +"Da" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor, +/area/ruin/space/powered) +"De" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Dj" = ( +/obj/structure/closet/syndicate, +/obj/item/storage/box/donkpockets, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"Dq" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Dt" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = -2 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"DT" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluecornersalt"; + dir = 4 + }, +/area/ruin/space/unpowered/unpowered_structures) +"EB" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 4 + }, +/area/ruin/space/unpowered/unpowered_structures) +"ET" = ( +/obj/item/shovel, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Fw" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"FF" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/cardboard, +/obj/item/food/chinese/chowmein, +/obj/item/food/chinese/chowmein, +/obj/item/food/chinese/rice, +/obj/item/stack/spacecash/c20, +/obj/item/stack/spacecash/c10, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"FP" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"FZ" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/organ/external/arm, +/obj/item/organ/external/hand, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"GP" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/mask/gas, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 6 + }, +/area/ruin/space/unpowered/unpowered_structures) +"GT" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"GW" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/organ/internal/eyes, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 4 + }, +/area/ruin/space/unpowered/unpowered_structures) +"GX" = ( +/turf/simulated/wall/mineral/plastitanium/interior, +/area/ruin/space/unpowered/unpowered_structures) +"Hx" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"HA" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/cardboard, +/obj/item/food/chinese/rice, +/obj/item/food/chinese/chowmein, +/obj/item/reagent_containers/pill/methamphetamine, +/obj/item/reagent_containers/pill/methamphetamine, +/obj/item/reagent_containers/pill/methamphetamine, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"HI" = ( +/turf/simulated/mineral/random/low_chance, +/area/ruin/space/unpowered/unpowered_structures) +"HV" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/obj/structure/shuttle/engine/router, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"IL" = ( +/obj/item/airlock_electronics/destroyed, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"IM" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 2 + }, +/obj/structure/closet/crate, +/obj/item/grenade/frag, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"IN" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/depot/space{ + name = "Syndicate Commando" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"IZ" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluecornersalt" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Jf" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Jj" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"JS" = ( +/obj/item/shard, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"KG" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor{ + id_tag = "convoy_window" + }, +/turf/simulated/floor, +/area/ruin/space/unpowered/unpowered_structures) +"KK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"KX" = ( +/turf/simulated/floor/plating/airless{ + icon_state = "asteroidfloor" + }, +/area/ruin/space/unpowered/unpowered_structures) +"KY" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/closet, +/obj/structure/sign/nosmoking_1{ + pixel_x = -32 + }, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"KZ" = ( +/obj/structure/shuttle/engine/router, +/turf/simulated/floor/plating/airless{ + icon_state = "asteroidfloor" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Lo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure{ + desc = "A power generator that runs on solid plasma sheets. Rated for 80 kW max safe output."; + icon = 'icons/obj/power.dmi'; + icon_state = "portgen0_0"; + name = "\improper P.A.C.M.A.N.-type Portable Generator" + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"LF" = ( +/obj/effect/mob_spawn/human/corpse/assistant, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Md" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"MV" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter{ + pixel_x = -6 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluealtstrip"; + dir = 5 + }, +/area/ruin/space/unpowered/unpowered_structures) +"Nj" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate/engineering/electrical, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"NK" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"OT" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter{ + pixel_x = -6; + id = "convoy_window" + }, +/obj/item/salvage/loot/syndicate{ + pixel_x = 7 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"Py" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"PE" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"PZ" = ( +/obj/structure/lattice, +/obj/structure/closet/crate, +/turf/template_noop, +/area/template_noop) +"Qq" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 1 + }, +/turf/template_noop, +/area/template_noop) +"QK" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless{ + icon_state = "asteroidfloor" + }, +/area/ruin/space/unpowered/unpowered_structures) +"QN" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/obj/item/screwdriver, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"QV" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ra" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/shuttle/engine/router, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ru" = ( +/obj/machinery/mass_driver_frame{ + dir = 1; + name = "Kinetic Cannon"; + anchored = 1 + }, +/obj/structure/disposalpipe/segment{ + pixel_x = -1; + name = "Cannon Bore" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 2 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"RP" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/ruin/space/unpowered/unpowered_structures) +"RV" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/depot/space{ + name = "Syndicate Commando" + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/space/unpowered/unpowered_structures) +"RY" = ( +/obj/machinery/mass_driver_frame{ + dir = 1; + name = "Kinetic Cannon"; + anchored = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + pixel_x = -1; + name = "Cannon Bore" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 2 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Sn" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/effect/mob_spawn/human/corpse/damaged, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib{ + wander = 0 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Sw" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"SA" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"SR" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/closet/crate, +/obj/item/stack/ore/titanium{ + amount = 10 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Tg" = ( +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/effect/decal/cleanable/blood/gibs, +/obj/item/organ/internal/ears, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"TA" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"TF" = ( +/obj/structure/closet/syndicate, +/obj/item/ammo_box/magazine/m10mm, +/obj/item/gun/projectile/automatic/pistol, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"TT" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"TU" = ( +/obj/structure/lattice, +/obj/machinery/light_construct/directional/west, +/turf/template_noop, +/area/template_noop) +"Uo" = ( +/obj/item/stack/sheet/plasteel, +/turf/template_noop, +/area/template_noop) +"Up" = ( +/obj/machinery/mass_driver_frame{ + pixel_y = -21; + anchored = 1 + }, +/obj/machinery/conveyor_switch{ + pixel_x = 10; + pixel_y = 20 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plating/airless{ + icon_state = "asteroidfloor" + }, +/area/ruin/space/unpowered/unpowered_structures) +"UE" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/cardboard, +/obj/item/food/chinese/rice, +/obj/item/food/chinese/chowmein, +/obj/item/food/chinese/chowmein, +/obj/item/food/chinese/rice, +/obj/item/stack/spacecash/c100, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Vm" = ( +/obj/item/rack_parts, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"VO" = ( +/obj/structure/table, +/obj/item/grenade/plastic/c4, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/unpowered/unpowered_structures) +"VX" = ( +/obj/item/chair, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Wq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Wv" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Xg" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/organ/external/chest, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkbluecornersalt"; + dir = 4 + }, +/area/ruin/space/unpowered/unpowered_structures) +"YG" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"YP" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Ze" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Zv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + pixel_x = -1; + name = "Cannon Bore" + }, +/turf/template_noop, +/area/template_noop) +"ZW" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = -10; + pixel_x = 16 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) + +(1,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(2,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(3,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(4,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +zo +zo +wr +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +"} +(5,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +bq +Cd +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +Cd +bq +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +"} +(6,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +"} +(7,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +fN +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +HI +zo +zo +HI +HI +HI +HI +zo +zo +zo +zo +wr +wr +wr +"} +(8,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +HI +HI +HI +HI +HI +HI +HI +HI +zo +zo +zo +zo +wr +wr +wr +"} +(9,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +HI +HI +HI +HI +HI +HI +HI +HI +zo +zo +zo +wr +wr +wr +wr +"} +(10,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +HI +HI +HI +HI +HI +HI +HI +HI +zo +zo +zo +wr +wr +wr +wr +"} +(11,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +HI +HI +HI +HI +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +"} +(12,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +HI +HI +HI +zo +zo +zo +zo +zo +Jj +zo +wr +wr +wr +wr +wr +"} +(13,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +HI +HI +zo +zo +zo +Jj +Jj +Jj +Jj +wr +wr +wr +wr +wr +wr +"} +(14,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +Uo +zo +zo +zo +HI +zo +zo +Jj +Jj +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(15,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +Jj +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(16,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +Jj +Jj +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(17,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(18,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(19,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +HI +HI +zo +zo +zo +zo +lY +wr +wr +wr +wr +wr +wr +wr +wr +wr +Qq +bq +wr +wr +wr +zo +zo +wr +wr +wr +wr +nK +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(20,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +HI +HI +HI +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +lY +wr +wr +ok +wr +bq +wr +wr +wr +wr +wr +wr +GX +GX +GX +GX +Da +GX +GX +wr +wr +wr +wr +"} +(21,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +HI +HI +HI +HI +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +lY +wr +wr +wr +wr +wr +wr +wr +wr +BO +Ru +sn +vo +hg +bA +nW +GX +GX +wr +wr +wr +"} +(22,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +HI +HI +HI +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +GX +nW +PE +IM +bA +TF +GX +ew +wr +wr +wr +"} +(23,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +HI +HI +HI +HI +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +KG +Dt +bA +bA +zU +yO +ew +wr +wr +wr +"} +(24,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +HI +HI +zo +zo +zo +zo +wr +wr +wr +wr +ne +De +De +De +bV +jP +wr +Hx +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +KG +vV +zU +IN +zU +yO +ew +wr +wr +wr +"} +(25,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +RP +RP +BU +ZW +JS +bq +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +KG +OT +bA +bA +zU +yO +ew +wr +wr +wr +"} +(26,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +RP +KY +wf +yN +gK +Md +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +GX +nW +Ay +yT +bA +Dj +GX +ew +wr +wr +wr +"} +(27,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +hV +tW +st +Wv +NK +Dq +lY +bq +wr +wr +wr +wr +wr +wr +wr +wr +Zv +RY +sn +Ad +xn +bA +nW +GX +GX +wr +wr +wr +"} +(28,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +wr +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +zv +mU +dx +wB +cG +Dq +Dq +PZ +wr +wr +wr +wr +wr +wr +wr +wr +wr +GX +GX +GX +GX +Da +GX +GX +wr +wr +wr +wr +"} +(29,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zv +YP +wB +wB +tU +NK +NK +Py +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +Ci +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(30,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zv +Sw +cj +cG +Wv +Wv +cG +Py +wr +wr +wr +wr +wr +ie +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(31,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +RP +TT +kd +pv +UE +HA +FF +RP +wr +wr +wr +wr +lY +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(32,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +RP +RP +yS +RP +RP +RP +RP +Py +wc +wr +wr +ie +cJ +wr +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(33,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +HI +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wS +eJ +iU +nd +vy +FZ +TU +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(34,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +RP +ci +Xg +Tg +VX +GT +eh +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(35,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +ia +ia +vP +dI +GW +tv +bq +wr +wr +wr +wr +wr +zo +zo +HI +HI +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(36,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +ia +ia +ia +QV +iD +mu +wr +wr +wr +wr +wr +wr +zo +zo +HI +HI +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +"} +(37,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +HI +HI +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +"} +(38,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +"} +(39,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +wr +zo +zo +zo +zo +wr +wr +wr +wr +zo +zo +wr +wr +wr +"} +(40,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +wr +wr +wr +"} +(41,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +wr +wr +wr +"} +(42,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +zo +wr +zo +zo +wr +wr +wr +"} +(43,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(44,1,1) = {" +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(45,1,1) = {" +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(46,1,1) = {" +wr +wr +wr +zo +zo +zo +HI +HI +HI +HI +zo +zo +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(47,1,1) = {" +wr +wr +wr +zo +zo +zo +HI +HI +HI +HI +zo +zo +wr +wr +wr +wr +bq +Cd +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +Cd +bq +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(48,1,1) = {" +wr +wr +wr +zo +zo +zo +HI +HI +HI +HI +zo +zo +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(49,1,1) = {" +wr +wr +wr +zo +zo +zo +HI +HI +HI +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(50,1,1) = {" +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(51,1,1) = {" +wr +wr +wr +wr +wr +wr +zo +zo +zo +Jj +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(52,1,1) = {" +wr +wr +wr +wr +wr +zo +zo +zo +zo +Jj +Jj +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(53,1,1) = {" +wr +wr +wr +wr +zo +zo +zo +zo +Jj +Jj +Jj +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(54,1,1) = {" +wr +wr +wr +wr +zo +zo +Jj +Jj +Jj +Jj +Jj +Jj +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(55,1,1) = {" +wr +wr +wr +wr +wr +wr +Jj +Jj +zo +zo +Jj +Jj +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(56,1,1) = {" +wr +wr +wr +wr +wr +wr +Jj +zo +zo +Jj +Jj +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(57,1,1) = {" +wr +wr +wr +wr +wr +wr +zo +zo +zo +Jj +zo +zo +zo +zo +zo +oE +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(58,1,1) = {" +wr +wr +wr +wr +zo +zo +zo +zo +zo +Jj +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(59,1,1) = {" +wr +wr +wr +wr +zo +zo +zo +zo +zo +Jj +zo +zo +zo +zo +zo +wr +wr +wr +ne +De +De +De +De +De +De +ne +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(60,1,1) = {" +wr +wr +wr +zo +zo +zo +zo +zo +zo +mZ +zo +QN +uW +lG +zo +wr +wr +wr +RP +RP +BU +BU +BU +BU +RP +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(61,1,1) = {" +wr +wr +wr +zo +zo +Jj +RV +Jj +Jj +Jj +Jj +Jj +aZ +Jj +zo +zo +wr +wr +RP +dq +wf +Lo +KK +Wq +Ze +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(62,1,1) = {" +wr +wr +wr +wr +GX +GX +Da +GX +GX +GX +Jj +Jj +KX +QK +QK +zo +wr +kt +hV +Ra +yr +LF +SR +cn +fV +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(63,1,1) = {" +wr +wr +wr +oq +oq +bd +bA +bA +FP +nP +Jj +zo +KX +Up +KZ +HV +kt +kt +tZ +bf +TA +wB +wB +wB +SA +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(64,1,1) = {" +wr +wr +wr +oq +vV +zU +bA +bA +bA +nP +Jj +Jj +KX +QK +QK +wr +wr +kt +zv +bj +wB +vU +wB +dO +SA +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(65,1,1) = {" +wr +wr +wr +oq +oq +VO +rp +it +it +nP +Jj +zo +Jj +zo +wr +wr +wr +wr +zv +nI +st +Wv +Wv +wu +Nj +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(66,1,1) = {" +wr +wr +wr +wr +GX +GX +GX +GX +GX +GX +Jj +Jj +Jj +zo +wr +wr +wr +Bv +RP +Fw +fL +pv +pv +pv +pv +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(67,1,1) = {" +wr +wr +wr +wr +zo +zo +zo +ET +Jj +Jj +Jj +zo +Jj +Jj +oE +wr +wr +wr +RP +RP +wm +RP +RP +RP +RP +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(68,1,1) = {" +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +lY +YG +IL +bb +Sn +mq +Jf +wS +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(69,1,1) = {" +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +lY +wr +wr +wr +CB +RP +Vm +DT +jU +uf +IZ +GP +RP +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(70,1,1) = {" +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +ia +ia +MV +EB +EB +qa +ia +ia +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(71,1,1) = {" +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +zo +nV +wr +wr +wr +wr +wr +wr +ia +ia +ia +ia +ia +ia +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(72,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(73,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +zo +zo +zo +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(74,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(75,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(76,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +bq +Cd +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +Cd +bq +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(77,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +bq +bq +bq +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(78,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(79,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} +(80,1,1) = {" +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +wr +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/destroyed_infiltrator.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/destroyed_infiltrator.dmm new file mode 100644 index 000000000000..d7b8cd9b1278 --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/destroyed_infiltrator.dmm @@ -0,0 +1,1887 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ao" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/template_noop, +/area/template_noop) +"aw" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"az" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"aM" = ( +/obj/structure/door_assembly/door_assembly_ext, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"be" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/ruin/space/unpowered/unpowered_structures) +"bi" = ( +/obj/item/reagent_containers/hypospray/autoinjector/nanocalcium, +/turf/template_noop, +/area/template_noop) +"bq" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"bS" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/template_noop, +/area/template_noop) +"dE" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"dO" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"ew" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"gV" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"gZ" = ( +/obj/item/stack/tile{ + pixel_y = 14 + }, +/turf/template_noop, +/area/template_noop) +"he" = ( +/obj/item/stack/tile, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"hp" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"hs" = ( +/obj/item/tank/internals/anesthetic, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"hy" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"hK" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "large"; + pixel_y = 9; + pixel_x = 19 + }, +/turf/template_noop, +/area/template_noop) +"it" = ( +/obj/structure/chair/comfy/shuttle, +/obj/item/crowbar/red, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"ju" = ( +/obj/item/multitool, +/turf/template_noop, +/area/template_noop) +"jF" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"jM" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"kv" = ( +/obj/item/rack_parts, +/turf/template_noop, +/area/template_noop) +"lt" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/remains/human, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"lE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/computerframe{ + dir = 4 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"lK" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"lW" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/template_noop, +/area/template_noop) +"mt" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9; + pixel_x = -27 + }, +/turf/template_noop, +/area/template_noop) +"mS" = ( +/obj/structure/table_frame, +/obj/item/screwdriver{ + pixel_y = 9 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"nm" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"nr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"nA" = ( +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"nY" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/turf/template_noop, +/area/template_noop) +"ou" = ( +/obj/item/stock_parts/cell/high{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/template_noop, +/area/template_noop) +"oZ" = ( +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"pf" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"pE" = ( +/obj/item/shard, +/turf/template_noop, +/area/template_noop) +"pW" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"rf" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"rM" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"rR" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + autolink_id = "aisat_vent" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"rT" = ( +/obj/item/stack/tile, +/turf/template_noop, +/area/template_noop) +"sP" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"sW" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"tw" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"tA" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"tB" = ( +/obj/structure/closet/syndicate, +/turf/template_noop, +/area/template_noop) +"tE" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"tJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + anchored = 0 + }, +/turf/template_noop, +/area/template_noop) +"tM" = ( +/obj/item/trash/syndi_cakes, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"tO" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"tP" = ( +/obj/structure/table_frame, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"uS" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"uV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/machine_frame, +/obj/machinery/teleport/hub/upgraded, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"vt" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/circular_saw, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"wx" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + autolink_id = "aisat_vent" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"wK" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"xY" = ( +/obj/item/circuitboard/bodyscanner, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"yn" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_y = -10; + pixel_x = 16 + }, +/turf/template_noop, +/area/template_noop) +"yJ" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"yT" = ( +/obj/machinery/light_construct/directional/south, +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"zg" = ( +/obj/item/storage/box/syndidonkpockets, +/turf/template_noop, +/area/template_noop) +"zG" = ( +/obj/structure/table, +/obj/structure/lattice, +/obj/item/salvage/loot/syndicate, +/turf/template_noop, +/area/template_noop) +"zT" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/shard, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ab" = ( +/obj/item/stock_parts/capacitor, +/turf/template_noop, +/area/template_noop) +"AF" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"AT" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/template_noop, +/area/template_noop) +"Bz" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8; + icon_state = "burst_l" + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"CH" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/unpowered/unpowered_structures) +"CI" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"CK" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"CR" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/sheet/mineral/plastitanium, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Dg" = ( +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/template_noop, +/area/template_noop) +"Dj" = ( +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"DD" = ( +/obj/item/wrench, +/turf/template_noop, +/area/template_noop) +"EM" = ( +/obj/structure/table_frame, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"EW" = ( +/obj/item/stack/rods, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"GS" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"HU" = ( +/obj/structure/closet/crate/internals, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Io" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Iq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/template_noop, +/area/template_noop) +"IA" = ( +/obj/machinery/suit_storage_unit/syndicate/secure, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Jr" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Jx" = ( +/obj/item/weldingtool/largetank, +/obj/structure/lattice, +/obj/item/assembly/voice{ + pixel_y = 3 + }, +/turf/template_noop, +/area/template_noop) +"Kg" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"KK" = ( +/obj/item/shard{ + icon_state = "large"; + pixel_y = 9; + pixel_x = 19 + }, +/turf/template_noop, +/area/template_noop) +"La" = ( +/obj/machinery/porta_turret/syndicate{ + dir = 5 + }, +/turf/simulated/wall/mineral/plastitanium, +/area/ruin/space/unpowered/unpowered_structures) +"Ly" = ( +/turf/template_noop, +/area/template_noop) +"LO" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"LR" = ( +/obj/item/chair/stool, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Mt" = ( +/obj/item/stack/tile{ + pixel_x = 22 + }, +/turf/template_noop, +/area/template_noop) +"ME" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"MO" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + autolink_id = "southatmos_vent" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Nk" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard{ + icon_state = "large"; + pixel_y = 9 + }, +/turf/template_noop, +/area/template_noop) +"NM" = ( +/obj/machinery/door/window/reinforced/normal, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"NV" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Og" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ok" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"OE" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"OI" = ( +/obj/structure/table, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"OS" = ( +/obj/structure/closet/syndicate, +/obj/item/toy/plushie/nukeplushie, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"OV" = ( +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/template_noop, +/area/template_noop) +"Pg" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Pt" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Qh" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/mineral/plastitanium, +/turf/template_noop, +/area/template_noop) +"QW" = ( +/obj/structure/mirror{ + dir = 4; + pixel_y = -32; + icon_state = "mirror_broke" + }, +/obj/structure/closet/crate/medical{ + icon_state = "medicalcrate_open" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Sl" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ss" = ( +/obj/item/stack/tile{ + pixel_y = 14; + pixel_x = 18 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"SJ" = ( +/obj/structure/table_frame, +/obj/item/wrench, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"SK" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"SQ" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Uf" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/tile{ + pixel_y = 14; + pixel_x = 18 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ui" = ( +/obj/structure/table_frame, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ul" = ( +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Us" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"UE" = ( +/obj/machinery/light_construct/directional/east, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"UJ" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"UW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"UY" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "syndishuttle_door_ext"; + name = "Ship External Access" + }, +/obj/machinery/door_control/no_emag{ + pixel_y = 28 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Vh" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"VA" = ( +/obj/item/storage/toolbox/syndicate, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"VC" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/ruin/space/unpowered/unpowered_structures) +"WR" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/mineral/plastitanium, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Xc" = ( +/obj/item/chair/stool, +/turf/template_noop, +/area/template_noop) +"Xp" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"XO" = ( +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Yx" = ( +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/unpowered/unpowered_structures) +"YS" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/template_noop, +/area/template_noop) +"YV" = ( +/obj/structure/lattice, +/obj/item/stack/tile{ + pixel_y = 14 + }, +/turf/template_noop, +/area/template_noop) +"ZY" = ( +/obj/structure/grille/broken, +/obj/structure/computerframe, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) + +(1,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(2,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(3,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Bz +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(4,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +AT +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +hy +OE +Ly +Ly +Ly +Ly +Ly +Ly +"} +(5,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +nY +KK +Ly +Ly +OE +Ly +Ly +Ly +Ly +Nk +Ly +ME +Ly +Ly +Ly +Ly +Ly +"} +(6,1,1) = {" +Ly +Ly +Ly +Ly +Ly +jM +Bz +Bz +Bz +VC +Ly +uS +Ly +Ly +Ly +Ly +Ly +VC +Sl +Ly +SK +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(7,1,1) = {" +Ly +Ly +Ly +AT +Ly +VC +hy +az +hy +VC +Ly +VC +Ly +GS +Bz +Ly +lW +jM +oZ +sP +Ab +AT +Ly +Ly +Ly +Ly +Ly +Ly +"} +(8,1,1) = {" +Ly +Ly +Ly +Ly +Dg +gZ +vt +Ul +hs +VC +Ly +VC +SK +sP +az +Ly +Ly +VC +lE +uV +gZ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(9,1,1) = {" +Ly +Ly +Ly +Ly +Ly +OE +OE +xY +QW +CH +VC +VC +nr +Dj +YS +rT +VC +CH +sP +ao +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(10,1,1) = {" +Ly +Ly +Ly +NV +Ly +VC +EM +SK +Ss +nr +OI +VC +Yx +Yx +OE +VC +Yx +Ly +Ly +Ly +Ly +uS +Ly +Ly +Ly +Ly +Ly +Ly +"} +(11,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +nm +SK +Yx +EW +pf +LO +Yx +oZ +OE +sP +sP +OE +Ly +mt +Ly +Ly +uS +Ly +Ly +Ly +Ly +Ly +"} +(12,1,1) = {" +Ly +Ly +Ly +Ly +uS +VC +Yx +lt +LR +nr +Us +UE +aw +sP +Ly +sP +Ly +OE +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(13,1,1) = {" +Ly +Ly +Ly +Ly +Ly +VC +pW +EW +Yx +Ui +dO +VC +he +sP +Ly +Ly +Ly +Ly +Ly +Ly +Ly +La +OE +Ly +Ly +Ly +Ly +Ly +"} +(14,1,1) = {" +Ly +Ly +Ly +OE +Ly +VC +VC +sW +oZ +jM +VC +CH +be +jM +Ly +AT +Ly +Ly +Ly +nA +ou +tE +VC +Ly +Ly +HU +Ly +Ly +"} +(15,1,1) = {" +Ly +Ly +Ly +Ly +Ly +VC +IA +Ok +CR +Yx +NM +sP +tE +bi +Ly +Ly +Ly +OE +tE +Xc +Ly +sP +OE +DD +Ly +Ly +Ly +Ly +"} +(16,1,1) = {" +Ly +Ly +Ly +Ly +Ly +WR +oZ +Yx +Xp +tA +gV +zT +Ly +Ly +Ly +Ly +Ly +ew +Ly +Ly +XO +VA +jM +Ly +Ly +Ly +Ly +Ly +"} +(17,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +OE +oZ +jF +OI +VC +OE +Ly +Ly +uS +Ly +Ly +sP +Ly +tE +wK +tP +VC +Ly +Ly +Ly +Ly +Ly +"} +(18,1,1) = {" +Ly +Ly +Ly +Ly +SK +Ly +oZ +nA +nr +tA +sP +Ly +OE +Ly +Ly +zG +Ly +nY +nA +SJ +tM +mS +VC +Ly +Ly +Ly +Ly +Ly +"} +(19,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +oZ +sP +tA +sP +Xc +Ly +Ly +Ly +Ly +Ly +OE +VC +VC +VC +Jx +Ly +jM +Ly +Ly +Ly +Ly +Ly +"} +(20,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +sP +VC +Ly +tB +Ly +Iq +Ly +Ly +OE +CI +bq +wx +rR +jM +ju +Ly +Ly +Ly +Ly +Ly +Ly +"} +(21,1,1) = {" +Ly +Ly +Ly +Ly +Ly +VC +VC +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +sP +UW +SK +aM +yT +VC +Ly +kv +Ly +OV +Ly +Ly +Ly +"} +(22,1,1) = {" +Ly +Ly +Ly +Ly +La +Ly +Ly +Ly +Ly +sP +tA +tw +Ly +Ly +OE +Io +VC +MO +nr +oZ +VC +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(23,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Og +lK +VC +VC +UY +VC +VC +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(24,1,1) = {" +Ly +Ly +Ly +Ly +KK +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Uf +tA +tA +VC +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(25,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +gZ +Ly +Ly +Ly +rf +Yx +SQ +OE +Ly +SK +CK +Ly +Ly +AT +Ly +Ly +Ly +Ly +Ly +"} +(26,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +OE +VC +it +nr +Pt +VC +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(27,1,1) = {" +Ly +Ly +Ly +Ly +AT +Ly +Ly +Ly +Ly +Ly +Ly +VC +VC +OI +Ui +hp +VC +VC +Ly +Ly +Ly +Qh +Ly +Ly +Ly +Ly +Ly +Ly +"} +(28,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +he +VC +VC +oZ +SK +VC +VC +VC +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(29,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +OE +SK +Ly +VC +OI +Kg +Yx +oZ +Yx +Yx +OS +VC +yn +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(30,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +SK +Ly +zg +jM +tO +SK +rM +Pg +Ok +jF +SK +Mt +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(31,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +bS +SK +oZ +Vh +nA +AF +YV +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(32,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +SK +Ui +UJ +uS +ZY +yJ +dE +Jr +UJ +VC +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(33,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +VC +VC +OE +Ly +Ly +Ly +pE +Ly +Ly +tJ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(34,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +ao +Mt +Ly +Ly +Ly +Ly +uS +Ly +AT +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(35,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +hK +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(36,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +tJ +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(37,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} +(38,1,1) = {" +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +Ly +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/infected_ship.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/infected_ship.dmm new file mode 100644 index 000000000000..518b50d49579 --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/infected_ship.dmm @@ -0,0 +1,2715 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ac" = ( +/obj/structure/table, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/syndicate{ + pixel_x = -10; + pixel_y = 10 + }, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"al" = ( +/obj/machinery/suit_storage_unit/syndicate{ + mask_type = null; + storage_type = null; + suit_type = null; + req_access = null + }, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"aF" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"aH" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"aY" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"bh" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/dirt/blackpowder, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"bk" = ( +/obj/machinery/door/airlock/freezer{ + locked = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"bo" = ( +/obj/machinery/atmospherics/unary/vent_pump, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"bJ" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"bK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"bW" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"cB" = ( +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"cC" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"cK" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"cM" = ( +/obj/machinery/suit_storage_unit/syndicate{ + mask_type = null; + storage_type = null; + suit_type = null; + req_access = null + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"do" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"dq" = ( +/obj/structure/bed/nest, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"dG" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"dI" = ( +/mob/living/simple_animal/hostile/alien, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"dK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"dU" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"ep" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"eq" = ( +/obj/item/trash/spentcasing/shotgun, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"ez" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/powered/requires_power_space) +"eC" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/light_construct/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"eG" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/item/organ/internal/body_egg/alien_embryo{ + icon_state = "facehugger_dead" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"eK" = ( +/obj/structure/computerframe, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"eL" = ( +/obj/structure{ + desc = "For the union!"; + icon = 'icons/obj/tesla_engine/tesla_coil.dmi'; + icon_state = "coil0"; + name = "tesla coil" + }, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"eR" = ( +/obj/item/trash/spentcasing/bullet, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"eT" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/glass, +/obj/item/trash/spentcasing/bullet, +/obj/item/stack/sheet/cloth, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"ff" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/gibs/cleangibs, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"fK" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"gg" = ( +/obj/item/trash/can, +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"gD" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"gK" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"hc" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/powered/requires_power_space) +"hn" = ( +/obj/machinery/light_construct/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"hw" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"hF" = ( +/obj/structure/closet/crate/trashcart, +/obj/machinery/light/small/directional/east, +/obj/item/bedsheet/syndie, +/obj/item/trash/syndi_cakes, +/obj/item/trash/syndi_cakes, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"hG" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"hP" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"hS" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"ia" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"iv" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"iB" = ( +/turf/template_noop, +/area/template_noop) +"iH" = ( +/obj/structure/table, +/obj/structure{ + desc = "A microwave, perfect for reheating things with radiation."; + icon = 'icons/obj/kitchen.dmi'; + icon_state = "mw"; + name = "microwave"; + pixel_y = 9 + }, +/obj/item/food/syndidonkpocket{ + pixel_x = -7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"iL" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/closet/crate/secure/weapon{ + req_access = list(150) + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/item/toy/sword, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"iP" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"iS" = ( +/mob/living/simple_animal/hostile/alien, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"jb" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"jk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/mob/living/simple_animal/hostile/alien/sentinel, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"jl" = ( +/obj/structure/sign/poster/contraband/random/south, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/obj/item/trash/spentcasing/bullet, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"jp" = ( +/obj/machinery/optable, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/organ/internal/body_egg/alien_embryo, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"jr" = ( +/obj/item/chair, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"jw" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"jW" = ( +/mob/living/simple_animal/hostile/alien, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"kg" = ( +/obj/machinery/door/airlock/hatch{ + welded = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"km" = ( +/obj/machinery/door/airlock/highsecurity{ + welded = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"kx" = ( +/obj/item/chair/stool, +/obj/effect/spawner/random/dirt/often, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"ky" = ( +/obj/machinery/atmospherics/unary/vent_pump, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/spawner/random/dirt/often, +/obj/item/trash/spentcasing/bullet, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"kK" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/obj/item/trash/spentcasing/shotgun, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"kP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"la" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"lj" = ( +/obj/structure/extinguisher_cabinet/empty{ + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"lk" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/vomit/green, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"lm" = ( +/obj/machinery/light_construct/directional/west, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"lt" = ( +/obj/machinery/light_construct/directional/south, +/obj/structure/mirror{ + dir = 4; + pixel_y = 33; + icon_state = "mirror_broke" + }, +/obj/structure/sink{ + pixel_y = 17 + }, +/obj/item/organ/internal/body_egg/alien_embryo, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"lu" = ( +/obj/structure/bed/nest, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"lA" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"lP" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"mS" = ( +/obj/structure/door_assembly/door_assembly_ext, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"mW" = ( +/obj/structure/alien/resin/wall, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"nd" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"ne" = ( +/obj/item/trash/spentcasing/bullet, +/obj/item/trash/spentcasing/bullet, +/obj/item/stack/sheet/cardboard, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"nl" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"ns" = ( +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/decal/cleanable/blood/splatter, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"nz" = ( +/mob/living/simple_animal/hostile/alien, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"nE" = ( +/mob/living/simple_animal/hostile/alien/sentinel, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"nO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"nU" = ( +/obj/structure/grille/broken, +/obj/machinery/door/poddoor, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"ol" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"ou" = ( +/obj/structure/closet/firecloset, +/obj/structure/sign/fire{ + pixel_x = 31 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"oz" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2" + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"pg" = ( +/obj/structure/alien/egg/burst, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"pj" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/computerframe{ + icon_state = "comp_frame_5" + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/shard, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"pv" = ( +/obj/structure/sign/greencross{ + pixel_x = 31 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"pz" = ( +/obj/item/chair{ + dir = 4 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"pB" = ( +/obj/machinery/light_construct/directional/north, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"pK" = ( +/obj/structure/table/glass, +/obj/item/documents/syndicate/yellow, +/obj/item/phone{ + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"pO" = ( +/obj/machinery/light_construct/directional/south, +/obj/structure/closet/crate/can, +/obj/item/trash/syndi_cakes, +/obj/item/trash/raisins, +/obj/item/trash/can, +/obj/item/trash/plate, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"pP" = ( +/obj/item/shard{ + icon_state = "large"; + pixel_y = 9 + }, +/turf/template_noop, +/area/template_noop) +"qb" = ( +/obj/structure/closet, +/obj/item/clothing/head/collectable/welding, +/obj/item/weldingtool, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"qU" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"rs" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"rG" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -5; + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"rP" = ( +/obj/structure/alien/resin/wall, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"sb" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"sg" = ( +/obj/machinery/door/airlock/hatch{ + welded = 1; + locked = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"sj" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat/corgi, +/obj/item/food/meat/corgi, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/powered/requires_power_space) +"st" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"sy" = ( +/obj/structure/alien/resin/wall, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"sA" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"sQ" = ( +/obj/item/airlock_electronics/destroyed, +/turf/template_noop, +/area/template_noop) +"tv" = ( +/mob/living/simple_animal/hostile/alien/queen/large, +/obj/structure/bed/nest, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"tE" = ( +/obj/machinery/light_construct/directional/north, +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"tF" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/alien/egg/burst, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"tO" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"tX" = ( +/obj/structure/mecha_wreckage/mauler, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"ue" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"ug" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/spawner/random/dirt/often, +/obj/item/organ/external/chest, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"ul" = ( +/obj/structure/table_frame, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"um" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"vg" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/mob/living/simple_animal/hostile/alien, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"vk" = ( +/obj/machinery/light_construct/directional/west, +/obj/machinery/economy/vending/medical/syndicate_access, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"vB" = ( +/obj/structure/table/glass, +/obj/item/scalpel, +/obj/item/retractor, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"vL" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"vX" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"wO" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/organ/internal/beard, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"wY" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"xb" = ( +/obj/structure/shuttle/engine/large{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"xe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"xy" = ( +/obj/item/chair, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"xD" = ( +/obj/structure/alien/resin/wall, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"xG" = ( +/obj/machinery/light_construct/directional/west, +/obj/item/paper/crumpled, +/obj/effect/spawner/random/dirt/often, +/obj/item/storage/secure/briefcase/syndie, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"yd" = ( +/obj/structure/closet/syndicate, +/obj/item/storage/firstaid/brute/empty, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/storage/labcoat, +/obj/item/clothing/head/surgery, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"yp" = ( +/obj/structure/fans/tiny, +/obj/structure/alien/resin/wall, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"yu" = ( +/obj/machinery/door/poddoor, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"yV" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"zq" = ( +/obj/machinery/light_construct/directional/east, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red/airless{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered/requires_power_space) +"zH" = ( +/obj/machinery/light/small/directional/west, +/obj/item/reagent_containers/syringe, +/obj/item/organ/external/leg, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"zI" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"zK" = ( +/obj/machinery/atmospherics/unary/vent_pump, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"zT" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/dirt/often, +/obj/item/organ/internal/body_egg/alien_embryo{ + icon_state = "facehugger_dead" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"Ai" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/dirt/blackpowder, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"As" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1 + }, +/obj/item/gun/syringe, +/obj/item/organ/external/leg/right, +/obj/item/organ/external/chest, +/obj/effect/decal/cleanable/blood/splatter, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"AD" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"AV" = ( +/obj/machinery/light_construct/directional/east, +/obj/machinery/atmospherics/unary/vent_pump, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"BA" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"BK" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"Cg" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"CM" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"De" = ( +/obj/item/organ/internal/body_egg/alien_embryo, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"DC" = ( +/obj/machinery/porta_turret/syndicate, +/turf/simulated/wall/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Ej" = ( +/obj/structure/door_assembly/door_assembly_ext{ + anchored = 1 + }, +/obj/structure/barricade/security, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"ET" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Fv" = ( +/obj/structure/table, +/obj/item/paintkit/mercenary, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"FB" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"FH" = ( +/obj/structure/table_frame/wood, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"FM" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"FQ" = ( +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"FS" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"FT" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Ge" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/food/syndidonkpocket{ + pixel_y = 14; + pixel_x = 6 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"GD" = ( +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/turf/template_noop, +/area/template_noop) +"GW" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"He" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/paintkit/gygax_syndie, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"Hg" = ( +/obj/structure/bed/nest, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Hn" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer{ + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"HH" = ( +/obj/machinery/door/poddoor, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"HV" = ( +/obj/structure/extinguisher_cabinet/empty{ + pixel_x = 30 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"HY" = ( +/obj/structure/door_assembly/door_assembly_highsecurity{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/vomit/green, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"Ib" = ( +/obj/item/storage/toolbox/syndicate, +/obj/structure/closet, +/obj/item/multitool, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Ie" = ( +/obj/effect/spawner/random/blood/often, +/obj/structure/alien/resin/door{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"In" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"IH" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"IR" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"IX" = ( +/obj/structure/sign/electricshock{ + pixel_x = -35 + }, +/obj/structure/alien/egg/burst, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Ja" = ( +/obj/structure/table/reinforced, +/obj/item/stack/spacecash/c200, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Je" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/spawner/random/dirt/often, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Jp" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"JH" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/dispenser/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"JK" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"JO" = ( +/obj/item/stack/sheet/plasteel, +/turf/template_noop, +/area/template_noop) +"JS" = ( +/mob/living/simple_animal/hostile/alien/sentinel, +/obj/effect/decal/cleanable/blood/gibs/xeno/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Kv" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"KH" = ( +/obj/item/trash/spentcasing/bullet, +/obj/item/trash/spentcasing/bullet, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Ln" = ( +/obj/structure{ + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + icon = 'icons/obj/power.dmi'; + icon_state = "smes"; + name = "power storage unit" + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"LA" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "stage_left" + }, +/area/ruin/space/powered/requires_power_space) +"LO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"LP" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"LW" = ( +/obj/structure/door_assembly/door_assembly_ext, +/turf/template_noop, +/area/template_noop) +"Mu" = ( +/obj/structure/closet/syndicate, +/obj/item/clothing/under/syndicate/tacticool, +/obj/item/clothing/suit/armor/vest/fluff/tactical, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/shoes/jackboots, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"MM" = ( +/obj/item/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"Nj" = ( +/obj/structure/barricade/security, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"NN" = ( +/obj/machinery/suit_storage_unit/syndicate{ + mask_type = null; + storage_type = null; + suit_type = null; + state_open = 1; + req_access = null + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"NP" = ( +/obj/item/reagent_containers/drinks/oilcan, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"NY" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/item/organ/external/hand, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Ok" = ( +/obj/structure/alien/weeds/node, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"OA" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"OL" = ( +/obj/structure/alien/egg/burst, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"Pm" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Po" = ( +/obj/structure/closet/crate/engineering, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Pq" = ( +/obj/item/organ/internal/body_egg/alien_embryo{ + icon_state = "facehugger_dead" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Pr" = ( +/obj/structure/bed/nest, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Px" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda{ + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"PV" = ( +/obj/structure/door_assembly/door_assembly_pod, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"QS" = ( +/obj/machinery/light_construct/directional/west, +/obj/machinery/suit_storage_unit/syndicate{ + mask_type = null; + storage_type = null; + suit_type = null; + state_open = 1; + req_access = null + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"QU" = ( +/obj/machinery/suit_storage_unit/syndicate{ + mask_type = null; + storage_type = null; + suit_type = null; + state_open = 1; + req_access = null + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Rg" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Rl" = ( +/obj/machinery/economy/vending/cigarette/syndicate/free, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"RN" = ( +/obj/item/trash/spentcasing/bullet, +/obj/structure/alien/weeds/node, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Se" = ( +/obj/structure/door_assembly/door_assembly_pod{ + anchored = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"SA" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/spawner/random/dirt/often, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Tb" = ( +/obj/structure/sign/vacuum{ + pixel_x = -33 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered/requires_power_space) +"Tn" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/obj/structure/barricade/security, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Tq" = ( +/obj/structure/table_frame, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Tx" = ( +/obj/structure{ + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + icon = 'icons/obj/power.dmi'; + icon_state = "smes"; + name = "power storage unit" + }, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"TV" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Us" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/table_frame, +/obj/item/organ/internal/body_egg/alien_embryo{ + icon_state = "facehugger_impregnated" + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"UK" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + locked = 1 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"UL" = ( +/obj/structure/alien/egg/burst, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"UW" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"Vc" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red/airless{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered/requires_power_space) +"Vn" = ( +/obj/structure/barricade/security, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"VF" = ( +/obj/item/reagent_containers/syringe, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"VN" = ( +/obj/item/organ/external/chest, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"Wd" = ( +/obj/item/trash/spentcasing/bullet, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"We" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker, +/turf/template_noop, +/area/template_noop) +"Ww" = ( +/obj/item/clothing/suit/fire/firefighter, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"WQ" = ( +/obj/item/mounted/frame/apc_frame, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/structure/bed/nest, +/obj/effect/mob_spawn/human/corpse/syndicatecommando, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"WR" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"WW" = ( +/obj/machinery/door/poddoor, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"Xe" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/item/trash/spentcasing/bullet, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Xx" = ( +/obj/structure/alien/egg/burst, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"XJ" = ( +/obj/structure/alien/resin/wall, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"XL" = ( +/obj/structure/bed/nest, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"XW" = ( +/obj/structure/kitchenspike_frame, +/obj/item/stack/rods, +/obj/item/stack/rods, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/powered/requires_power_space) +"Ye" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/wall/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Yw" = ( +/obj/item/kirbyplants/dead, +/turf/simulated/floor/pod, +/area/ruin/space/powered/requires_power_space) +"Yy" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"YF" = ( +/obj/structure{ + icon = 'icons/obj/objects.dmi'; + icon_state = "borgdecon2"; + name = "cyborg recharging station" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 2 + }, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"YG" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"Zc" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/obj/item/trash/spentcasing/shotgun, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) +"Zd" = ( +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered/requires_power_space) +"Zk" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"ZA" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/alien/egg/burst, +/turf/simulated/floor/plating, +/area/ruin/space/powered/requires_power_space) +"ZE" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/c9mm, +/turf/simulated/floor/mineral/plastitanium, +/area/ruin/space/powered/requires_power_space) +"ZQ" = ( +/obj/item/storage/firstaid/fire/empty, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/splatter, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered/requires_power_space) + +(1,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +"} +(2,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +Zd +xb +dU +iB +dU +Zd +xb +jb +iB +iB +iB +"} +(3,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +Zd +Zd +Ye +dU +Ye +Zd +Zd +jb +iB +iB +iB +"} +(4,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +jb +Ye +Ye +Ln +Ye +Tx +Ye +Ye +jb +jb +iB +iB +"} +(5,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +Zk +jb +eL +Xx +IX +NP +jb +hc +sj +jb +iB +iB +"} +(6,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +lt +jb +ZA +WQ +tv +Xx +jb +XW +ez +jb +iB +iB +"} +(7,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +qU +jb +Ib +pg +FQ +Pr +jb +jb +bk +jb +iB +iB +"} +(8,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +nz +jb +yV +Xx +Pr +ul +jb +rG +rs +jb +iB +iB +"} +(9,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +VN +jb +Po +JS +XL +ul +jb +Hn +hP +jb +iB +iB +"} +(10,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +ol +jb +ET +JK +Ok +Hg +jb +Px +BK +jb +iB +iB +"} +(11,1,1) = {" +iB +iB +iB +iB +iB +GD +jw +Cg +jb +eC +JK +iS +hF +jb +gg +pz +jw +iB +iB +"} +(12,1,1) = {" +iB +iB +iB +iB +iB +iB +HH +Cg +hc +jb +jb +kg +hc +hc +aF +FH +jw +iB +iB +"} +(13,1,1) = {" +iB +iB +iB +iB +iB +iB +HH +cB +cB +vX +Cg +GW +jb +iH +gK +kx +jw +iB +iB +"} +(14,1,1) = {" +iB +iB +iB +iB +iB +pP +jw +cC +tO +Cg +ky +FS +st +bK +MM +Ge +WW +iB +iB +"} +(15,1,1) = {" +iB +iB +iB +iB +iB +iB +jw +ue +SA +HV +pv +LP +hc +LA +ff +jr +nU +iB +iB +"} +(16,1,1) = {" +iB +iB +iB +iB +iB +In +jb +xD +eR +hc +jb +Se +hc +hc +lj +pO +jb +iB +iB +"} +(17,1,1) = {" +iB +iB +iB +iB +iB +DC +sy +xD +Cg +jb +vk +ZQ +zH +jb +bJ +jb +jb +jb +iB +"} +(18,1,1) = {" +iB +iB +In +iB +iB +iB +sy +xD +Ie +xD +yd +dG +As +jb +dK +BA +Tb +Ej +iB +"} +(19,1,1) = {" +iB +iB +iB +iB +iB +In +sy +xD +tE +jb +vB +Kv +Tq +jb +aY +jb +Vc +jb +iB +"} +(20,1,1) = {" +iB +iB +iB +iB +sQ +sy +sy +xD +Cg +jb +jp +iP +ns +jb +IR +UK +zq +mS +iB +"} +(21,1,1) = {" +iB +iB +JO +fK +iB +LW +In +xD +Cg +jb +eK +VF +cK +jb +xe +jb +jb +hc +iB +"} +(22,1,1) = {" +iB +iB +iB +iB +iB +iB +sy +xD +PV +hc +jb +gD +jb +hc +bJ +jb +jb +iB +iB +"} +(23,1,1) = {" +iB +iB +iB +iB +JO +iB +jw +lA +CM +Ww +eT +bo +lm +lk +nO +Rl +jw +iB +iB +"} +(24,1,1) = {" +iB +JO +iB +iB +iB +iB +jw +hS +la +dI +ou +Nj +aH +Rg +vL +lA +jw +iB +iB +"} +(25,1,1) = {" +iB +iB +iB +iB +iB +iB +jw +Yw +hw +hc +jb +jb +jb +hc +zI +Yw +jw +iB +iB +"} +(26,1,1) = {" +iB +iB +iB +iB +iB +iB +jb +jb +st +jb +QS +jk +iL +jb +bJ +jb +jb +iB +iB +"} +(27,1,1) = {" +iB +iB +iB +iB +iB +fK +DC +jb +pB +jb +al +zT +Ja +jb +Pm +jb +DC +iB +iB +"} +(28,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +OA +jb +Wd +kP +ZE +jb +KH +jb +iB +iB +iB +"} +(29,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +sb +jb +NN +nd +FM +jb +cB +jb +iB +iB +iB +"} +(30,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +Tn +jb +sA +um +Mu +jb +cB +jb +iB +iB +iB +"} +(31,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +aH +hc +jb +km +jb +hc +ne +jb +iB +iB +iB +"} +(32,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jw +FT +AD +nl +wO +NY +Jp +aH +jw +iB +iB +iB +"} +(33,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jw +jW +FB +AV +ug +YG +TV +cC +jw +iB +iB +iB +"} +(34,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jw +eq +hc +jb +HY +jb +hc +IR +jw +iB +iB +iB +"} +(35,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jw +Xe +jb +pj +xy +xG +jb +lP +jw +iB +iB +iB +"} +(36,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jw +jl +jb +oz +vg +bW +jb +Jp +jw +iB +iB +iB +"} +(37,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jw +Je +jb +pK +Zc +Us +jb +hn +jw +iB +iB +iB +"} +(38,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +sg +jb +iv +ia +iv +jb +sg +jb +iB +iB +iB +"} +(39,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +Vn +qb +ac +kK +Fv +He +UW +jb +iB +iB +iB +"} +(40,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +tF +IH +Ai +eG +do +LO +OL +jb +iB +iB +iB +"} +(41,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +JH +UL +zK +Yy +nE +bh +hG +jb +iB +iB +iB +"} +(42,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +QU +dq +De +RN +WR +wY +tX +jb +iB +iB +iB +"} +(43,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +jb +cM +XJ +XJ +cB +Pq +sb +YF +jb +iB +iB +iB +"} +(44,1,1) = {" +iB +iB +iB +iB +iB +iB +DC +jb +rP +mW +mW +mW +lu +lu +ep +jb +DC +iB +iB +"} +(45,1,1) = {" +iB +iB +iB +iB +iB +iB +We +jb +jb +yp +yu +yu +yu +yu +jb +jb +We +iB +iB +"} +(46,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +iB +sy +sy +iB +iB +iB +iB +iB +iB +iB +iB +iB +"} +(47,1,1) = {" +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +iB +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/mechtransport_new.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/mechtransport_new.dmm new file mode 100644 index 000000000000..a36cc4ffc61a --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/mechtransport_new.dmm @@ -0,0 +1,4455 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ae" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"an" = ( +/obj/structure/holosign/barrier/atmos, +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"aA" = ( +/obj/structure/mecha_wreckage/phazon{ + obj_integrity = 40 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"aH" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"aK" = ( +/obj/structure/closet/crate{ + icon_state = "radiation"; + icon_opened = "radiation_open" + }, +/obj/item/stack/sheet/mineral/uranium/fifty, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"be" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/item/stamp/granted{ + pixel_y = 6; + pixel_x = -8 + }, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"bf" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"bh" = ( +/obj/structure/table, +/obj/item/toy/figure/mech/seraph{ + pixel_y = 9; + pixel_x = -5 + }, +/obj/machinery/door_control/shutter{ + pixel_x = 6; + id = "bdoorright_mech" + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"bn" = ( +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"bo" = ( +/obj/item/cigbutt{ + pixel_y = 15; + pixel_x = 6 + }, +/obj/item/cigbutt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"bs" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/powered) +"bw" = ( +/obj/item/stock_parts/cell/hyper/empty{ + pixel_y = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"bx" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"bC" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"bF" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"bK" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"bP" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele/axe, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"bR" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"cd" = ( +/obj/structure/shuttle/engine/large, +/turf/template_noop, +/area/template_noop) +"ce" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"cg" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"cz" = ( +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"cF" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda{ + dir = 8; + pixel_y = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"cG" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"cK" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/gun/spacegun, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"cX" = ( +/obj/effect/turf_decal/caution, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"cZ" = ( +/mob/living/simple_animal/hostile/scavengers/meele, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"dk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"dL" = ( +/obj/structure{ + icon_state = "controller-o"; + icon = 'icons/obj/stationobjs.dmi'; + desc = "These are some kind of high-tech structures."; + name = "data server"; + density = 1 + }, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"eq" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/obj/structure/barricade/security, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"et" = ( +/obj/structure/sign/evac, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/ruin/space/powered) +"ev" = ( +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"eJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "sright_mech" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"eR" = ( +/obj/structure/table_frame, +/obj/item/radio, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"eY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"fk" = ( +/obj/structure/closet/crate, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_modkit/voice/honk{ + pixel_y = 10; + pixel_x = 3 + }, +/obj/item/mecha_parts/mecha_equipment/thrusters, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"fK" = ( +/obj/structure/computerframe, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"fO" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/camera_bug, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"gB" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"gH" = ( +/obj/structure/mecha_wreckage/ripley{ + obj_integrity = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"gU" = ( +/obj/machinery/door_control/shutter/south{ + id = "sleft_mech"; + pixel_x = 8 + }, +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"hj" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/carpet/purple, +/area/ruin/space/powered) +"ho" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"hw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"hx" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"hK" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/item/toy/figure/mech/phazon{ + pixel_y = 20; + pixel_x = 5 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"hM" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"hW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"ib" = ( +/obj/machinery/light_construct/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"il" = ( +/turf/simulated/wall/r_wall, +/area/ruin/space/powered) +"io" = ( +/obj/machinery/door_control/shutter/north{ + id = "sright_mech"; + pixel_x = -8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"ir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"iG" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/flashlight{ + on = 1 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"iK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"iP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"iT" = ( +/obj/structure/closet, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"iU" = ( +/obj/item/kirbyplants, +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"jq" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/cigbutt{ + pixel_y = 10; + pixel_x = 6 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"jx" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"jz" = ( +/obj/structure/closet/crate/can, +/obj/item/toy/figure/mech/honk, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"jP" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"jS" = ( +/obj/effect/decal/cleanable/ash, +/obj/item/cigbutt{ + pixel_y = 10; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"jU" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/template_noop, +/area/template_noop) +"kv" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"kD" = ( +/obj/structure/table, +/obj/item/hand_labeler{ + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"kE" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"kK" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele/crusher, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"kM" = ( +/mob/living/simple_animal/hostile/scavengers/gun/spacegun, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"kO" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"kR" = ( +/obj/structure/table, +/obj/item/stack/rods{ + amount = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal{ + pixel_x = -3; + amount = 20 + }, +/obj/item/stack/sheet/rglass{ + amount = 15 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"kU" = ( +/obj/structure/railing, +/turf/template_noop, +/area/template_noop) +"lf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"lk" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"ll" = ( +/obj/machinery/porta_turret{ + faction = "scavengers"; + lethal = 1 + }, +/obj/effect/dummy/lighting_obj, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"ly" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"lF" = ( +/obj/structure/closet/walllocker/emerglocker/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"lH" = ( +/obj/structure/lattice{ + icon_state = "lattice-2" + }, +/obj/structure/marker_beacon/dock_marker{ + name = "transport way beacon" + }, +/turf/template_noop, +/area/template_noop) +"lR" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"lS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"ma" = ( +/obj/item/trash/syndi_cakes, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"mt" = ( +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + id_tag = "hang1_mech" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"mN" = ( +/obj/machinery/button/windowtint/west{ + id = "mech_toilet" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"mU" = ( +/mob/living/simple_animal/hostile/scavengers/gun, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"nc" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"ng" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/rollie, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = 3 + }, +/obj/item/storage/fancy/rollingpapers{ + pixel_y = 7; + pixel_x = 6 + }, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"nj" = ( +/obj/structure/chair, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"nk" = ( +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"nx" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/ruin/space/powered) +"nA" = ( +/obj/machinery/door/airlock/external{ + locked = 1 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"nM" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"nV" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/table, +/obj/item/hand_labeler{ + pixel_y = 9 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_y = 2; + pixel_x = -8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"ob" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"oh" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"ol" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"ov" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"oE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"oL" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"oY" = ( +/obj/structure/closet/crate{ + icon_state = "scicrate"; + icon_opened = "scicrate_open" + }, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/plasteel{ + amount = 50 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"pm" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"pn" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"pw" = ( +/obj/structure/railing/corner, +/turf/template_noop, +/area/template_noop) +"pQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"qa" = ( +/obj/structure/table, +/obj/item/weldingtool, +/obj/item/clothing/head/welding/flamedecal, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"qt" = ( +/obj/structure/lattice{ + icon_state = "lattice-2" + }, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/template_noop, +/area/template_noop) +"qv" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"qA" = ( +/obj/mecha/combat/durand/old{ + obj_integrity = 120 + }, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/ruin/space/powered) +"qB" = ( +/obj/machinery/door_control/shutter/south{ + id = "sright_mech"; + pixel_x = -8 + }, +/obj/machinery/light_construct/directional/east, +/mob/living/simple_animal/hostile/scavengers/laser, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"qC" = ( +/mob/living/simple_animal/hostile/scavengers/laser, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"qT" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"qU" = ( +/turf/template_noop, +/area/template_noop) +"qW" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"rn" = ( +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"ro" = ( +/obj/structure{ + icon_state = "mechfab1"; + desc = "Nothing is being built."; + name = "exosuit fabricator"; + icon = 'icons/obj/stationobjs.dmi'; + density = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"rs" = ( +/obj/structure/gunrack, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"rJ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mech_toilet" + }, +/obj/machinery/door/poddoor{ + id_tag = "bwindows_mech" + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"rU" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/laser, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"rZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 4; + pixel_y = 4; + volume = 0 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"sb" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/mecha_wreckage/ripley{ + obj_integrity = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"sh" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"ss" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"sw" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"sD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"sK" = ( +/turf/simulated/floor/carpet/purple, +/area/ruin/space/powered) +"sP" = ( +/obj/machinery/light_construct/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"sU" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"tf" = ( +/obj/structure/table, +/obj/item/toy/figure/mech/durand{ + pixel_y = 8 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"tj" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 12 + }, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/powered) +"tm" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"to" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"tv" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/ruin/space/unpowered/unpowered_structures) +"tE" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"tK" = ( +/obj/structure/mecha_wreckage/ripley{ + obj_integrity = 20 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"tM" = ( +/obj/effect/decal/cleanable/ants, +/mob/living/simple_animal/hostile/scavengers/meele, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/powered) +"ua" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"uk" = ( +/obj/structure/gunrack, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"ut" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"uI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"uU" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"vc" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/mecha_parts/part/odysseus_torso, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"vd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/broken{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"vo" = ( +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"vq" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/mob/living/simple_animal/hostile/scavengers/gun, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"vv" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/obj/structure/shuttle/engine/heater{ + anchored = 0; + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"vw" = ( +/obj/item/stack/package_wrap, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"vy" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"vF" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"vL" = ( +/obj/machinery/economy/vending/snack/free, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"vP" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "shang1_mech" + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"wi" = ( +/obj/effect/turf_decal/caution, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/laser/spacelaser, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"wl" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "sright_mech" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"wn" = ( +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"wp" = ( +/obj/machinery/door/poddoor{ + id_tag = "bwindows_mech" + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"wr" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"wv" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"wF" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"wZ" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"xa" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"xb" = ( +/obj/structure/bed, +/obj/item/bedsheet/purple, +/turf/simulated/floor/carpet/purple, +/area/ruin/space/powered) +"xe" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"xF" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/shard{ + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"xG" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"xY" = ( +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"yj" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/silver{ + amount = 15; + pixel_y = 5; + pixel_x = 3 + }, +/obj/item/stack/sheet/mineral/diamond{ + amount = 5; + pixel_y = 4; + pixel_x = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"yk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"ym" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = -30 + }, +/obj/structure/sink/directional/east, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"yr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"ys" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ruin/space/powered) +"yt" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"yy" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"yS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"yU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"ze" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"zy" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "entertainment_console"; + pixel_y = 32; + icon_screen = "entertainment_console_broken"; + icon_keyboard = null; + density = 0 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"zF" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"zI" = ( +/obj/structure/railing{ + dir = 1; + layer = 3.9 + }, +/turf/template_noop, +/area/template_noop) +"zK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/ruin/space/powered) +"zM" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ac" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Ae" = ( +/obj/machinery/door_control/shutter/north{ + id = "shang1_mech"; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/gun, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Ah" = ( +/obj/item/stack/rods, +/turf/template_noop, +/area/template_noop) +"An" = ( +/obj/machinery/door/airlock, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ao" = ( +/obj/structure/railing/corner{ + dir = 4; + layer = 3.9 + }, +/turf/template_noop, +/area/template_noop) +"Aq" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"AC" = ( +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"AR" = ( +/obj/item/flag, +/obj/machinery/light_construct/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"AS" = ( +/obj/structure/machine_frame, +/obj/item/stock_parts/cell/hyper/empty, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/circuitboard/smes{ + icon_state = "command_broken" + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"AT" = ( +/obj/item/chair, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Ba" = ( +/obj/effect/dummy/lighting_obj/moblight, +/turf/template_noop, +/area/template_noop) +"Be" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Bh" = ( +/obj/item/kirbyplants, +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Bj" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"BD" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"BX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Cl" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele/crusher, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Cm" = ( +/obj/machinery/light_construct/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Co" = ( +/obj/structure/table, +/obj/item/mecha_parts/core, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Cp" = ( +/obj/structure/railing, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Cw" = ( +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/powered) +"Cy" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Cz" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/mecha_wreckage/durand/old, +/obj/effect/decal/cleanable/dirt{ + obj_integrity = 200 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"CC" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/ruin/space/powered) +"CF" = ( +/obj/machinery/mecha_part_fabricator, +/obj/item/mecha_parts/part/odysseus_head, +/obj/item/mecha_parts/part/odysseus_right_leg, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"CK" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "bdoorright_mech" + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"CW" = ( +/obj/machinery/door/airlock/external{ + locked = 1; + welded = 1 + }, +/obj/structure/fans/tiny, +/obj/structure/barricade/wooden{ + layer = 3.11 + }, +/obj/structure/barricade/wooden/crude{ + layer = 3.11 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"CZ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/mecha_wreckage/gygax, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Dh" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "sright_mech" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Do" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/door_control/shutter/north{ + id = "hang1_mech"; + pixel_x = -6 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"DE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/nonfunctional{ + icon_state = "entertainment_console"; + pixel_y = 32; + icon_screen = "entertainment_console_broken"; + icon_keyboard = null; + density = 0 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"DG" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"DJ" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Eb" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"Ec" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light_construct/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ei" = ( +/obj/structure/chair, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"EI" = ( +/obj/structure{ + icon_state = "controller-p"; + icon = 'icons/obj/stationobjs.dmi'; + desc = "These are some kind of high-tech structures."; + name = "data server"; + density = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"EO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/mob/living/simple_animal/hostile/scavengers/laser, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"EP" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/laser/spacelaser, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Fh" = ( +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Fn" = ( +/obj/structure/mecha_wreckage/phazon{ + obj_integrity = 40 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Fr" = ( +/obj/structure/closet/crate{ + icon_state = "scicrate"; + icon_opened = "scicrate_open" + }, +/obj/item/stack/sheet/mineral/plastitanium/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ft" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/carpet/purple, +/area/ruin/space/powered) +"Fu" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Fv" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "bwindows_mech" + }, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Fx" = ( +/obj/structure{ + icon_state = "holopad_open"; + icon = 'icons/obj/stationobjs.dmi'; + desc = "Holopad for long-distance communication."; + name = "holopad" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Fy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"FA" = ( +/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/head/welding{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/storage/belt/utility, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"FF" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"FK" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"FS" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/table, +/obj/item/radio/off, +/obj/item/radio/off{ + pixel_y = 4; + pixel_x = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Gl" = ( +/obj/structure/table, +/obj/machinery/light/spot{ + dir = 1 + }, +/obj/item/reagent_containers/drinks/coffee{ + list_reagents = list("coffee"=0); + pixel_x = 10; + pixel_y = 7 + }, +/obj/item/book/manual/ripley_build_and_repair{ + pixel_x = -2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Gt" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Gu" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "shang2_mech" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/machinery/door_control/shutter/north{ + id = "shang2_mech" + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"GF" = ( +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"GH" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"GP" = ( +/obj/machinery/door/poddoor{ + id_tag = "hang1_mech" + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"GS" = ( +/obj/structure/table, +/obj/item/clothing/head/soft{ + pixel_y = 11; + pixel_x = 7 + }, +/obj/item/deck/cards/tiny{ + pixel_y = -2 + }, +/obj/item/toy/figure/mech/ripley{ + pixel_y = 20; + pixel_x = -6 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Hb" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele/crusher, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Hi" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Hl" = ( +/obj/structure{ + icon_state = "blackbox_b"; + icon = 'icons/obj/stationobjs.dmi'; + desc = "This is an old-style communications server."; + name = "communications server"; + density = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"Hn" = ( +/obj/machinery/computer/nonfunctional{ + name = "shuttle control console"; + desc = "The screen dims greens with an ERROR message. It looks completely unusable." + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Hs" = ( +/obj/machinery/power/smes, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"HB" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"HG" = ( +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"HJ" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/gun/energy/gun/turret, +/obj/item/flashlight/seclite, +/obj/item/trash/candy, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"HO" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"HQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"HU" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "shang3_mech" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ij" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Iw" = ( +/obj/structure/table, +/obj/machinery/light_construct/directional/west, +/obj/item/salvage/ruin/nanotrasen{ + pixel_x = -5 + }, +/obj/item/salvage/ruin/nanotrasen{ + pixel_x = 5 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Ix" = ( +/obj/structure/computerframe, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"IG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"II" = ( +/obj/machinery/computer/nonfunctional{ + name = "exosuit control console"; + desc = "The screen dims green with a bright ERROR message. It looks completely unusable." + }, +/obj/structure/computerframe, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"IK" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/sheet/mineral/titanium, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"IL" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Ja" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"Jq" = ( +/obj/item/kirbyplants, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Jr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Js" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "shang2_mech" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ju" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"JP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight{ + on = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"JZ" = ( +/obj/structure/table/wood, +/obj/item/trash/semki, +/obj/item/storage/box/zipties{ + pixel_y = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"Kb" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/ruin/space/powered) +"Kc" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Kl" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/storage/belt/utility, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"KH" = ( +/obj/structure/table, +/obj/machinery/status_display/directional/north, +/obj/item/trash/plate, +/obj/item/newspaper{ + pixel_y = 9; + pixel_x = 7 + }, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/powered) +"KW" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/railing{ + dir = 5 + }, +/mob/living/simple_animal/hostile/scavengers/laser/spacelaser, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"KY" = ( +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"La" = ( +/obj/structure/mecha_wreckage/ripley{ + obj_integrity = 20 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Lj" = ( +/obj/item/stack/cable_coil{ + amount = 5 + }, +/mob/living/simple_animal/hostile/scavengers/meele, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Lo" = ( +/obj/machinery/door_control/shutter/west{ + id = "shang3_mech"; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Lv" = ( +/obj/structure/table/wood, +/obj/item/ashtray/plastic, +/obj/item/cigbutt{ + pixel_y = 7 + }, +/obj/item/cigbutt, +/obj/item/cigbutt{ + pixel_y = 15; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"Lz" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "sright_mech" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"LC" = ( +/obj/machinery/door_control/shutter/south{ + id = "shang1_mech"; + pixel_x = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"LF" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "shang2_mech" + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"LV" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"LY" = ( +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"Md" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Me" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/mob/living/simple_animal/hostile/scavengers/laser/spacelaser, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Mi" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/ruin/space/powered) +"Mp" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Mr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"MN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"MY" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "sleft_mech" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Nb" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Ng" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Nl" = ( +/obj/structure/lattice{ + icon_state = "lattice-3" + }, +/turf/template_noop, +/area/template_noop) +"Nm" = ( +/obj/structure/computerframe, +/obj/item/shard{ + pixel_y = 9 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Nn" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"NF" = ( +/obj/structure/mecha_wreckage/honker, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/ruin/space/powered) +"NH" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + pixel_x = -3; + amount = 20 + }, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = 3 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Oh" = ( +/obj/machinery/light_construct/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"OB" = ( +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/template_noop) +"Pf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Pi" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/template_noop, +/area/template_noop) +"Pm" = ( +/obj/structure/table, +/obj/item/stack/sheet/mineral/titanium{ + amount = 10; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Po" = ( +/obj/structure/gunrack, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"PB" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"PF" = ( +/obj/structure/mecha_wreckage/durand{ + obj_integrity = 100 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"PS" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"PT" = ( +/obj/effect/spawner/window/shuttle, +/obj/machinery/door/poddoor{ + id_tag = "bwindows_mech" + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"PV" = ( +/obj/machinery/door/poddoor{ + id_tag = "bdoorleft_mech" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Qb" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Qd" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Qf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/ruin/space/powered) +"Ql" = ( +/obj/structure/shuttle/engine/heater{ + anchored = 0; + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"Qt" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele/axe, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Qx" = ( +/obj/item/flag/rnd{ + desc = "It's a flag." + }, +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"QD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"QF" = ( +/obj/structure/closet/crate, +/obj/item/mecha_parts/mecha_equipment/drill, +/obj/item/mecha_parts/mecha_equipment/drill{ + pixel_y = 10 + }, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp{ + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"QN" = ( +/obj/item/cigbutt/roach, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"QS" = ( +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 4; + pixel_y = 4; + volume = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"QY" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Rb" = ( +/obj/structure/closet/crate{ + icon_state = "scicrate"; + icon_opened = "scicrate_open" + }, +/obj/item/stack/sheet/mineral/gold/fifty, +/obj/item/stack/sheet/mineral/silver/fifty, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ry" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"RF" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"RM" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = 9; + pixel_y = -3 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"RW" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/ruin/space/powered) +"Sb" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/ruin/space/powered) +"Sc" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/gun/spacegun, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Sd" = ( +/obj/structure/table, +/obj/item/toy/plushie/ipcplushie, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Sq" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Sy" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/gloves/color/yellow, +/obj/item/multitool, +/obj/item/stack/cable_coil, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"SA" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"SH" = ( +/obj/effect/spawner/window/plastitanium, +/obj/structure/barricade/wooden/crude{ + layer = 3.11 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"SL" = ( +/obj/structure/shuttle/engine/heater{ + anchored = 0; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"SN" = ( +/obj/structure/mecha_wreckage/ripley{ + obj_integrity = 40 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"SV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Te" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/hyper, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Tf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Tg" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Tl" = ( +/obj/structure/shuttle/engine/heater{ + anchored = 0; + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"Ty" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/bluegrid, +/area/ruin/space/powered) +"TR" = ( +/obj/item/kirbyplants, +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"TS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"TZ" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Ud" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"Uj" = ( +/obj/machinery/door_control/shutter/north{ + id = "sleft_mech"; + pixel_x = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Uk" = ( +/obj/structure/chair, +/obj/item/cigbutt{ + pixel_y = 10; + pixel_x = 6 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Ul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Uo" = ( +/obj/machinery/atmospherics/unary/tank/oxygen_agent_b{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Uq" = ( +/obj/item/paintkit/durand_soviet, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Uu" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"UH" = ( +/obj/structure/machine_frame, +/obj/item/stock_parts/cell/hyper/empty, +/obj/item/stock_parts/cell/hyper/empty{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"UV" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "sleft_mech" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"UY" = ( +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/powered) +"Vh" = ( +/obj/structure/railing{ + dir = 1; + layer = 3.9 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Vk" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"Vo" = ( +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"VA" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele/axe, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"VB" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/cardboard, +/obj/item/food/baguette, +/obj/item/food/baguette, +/obj/item/food/beans, +/obj/item/food/beans, +/obj/item/food/beans, +/obj/item/food/beans, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/candy/candybar, +/obj/item/food/candy/candybar, +/obj/item/food/candy/candybar, +/obj/item/food/candy/taffy, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"VF" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical{ + pixel_y = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"VL" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"VO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/ruin/space/powered) +"VQ" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"VR" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"VY" = ( +/obj/item/circuitboard/atmoscontrol{ + icon_state = "command_broken" + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"VZ" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Wk" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter{ + pixel_x = -6; + id = "bdoorleft_mech" + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Wp" = ( +/obj/structure/disposalpipe/broken{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Wu" = ( +/obj/machinery/light_construct/directional/west, +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"WD" = ( +/obj/structure/closet/crate/secure/weapon{ + req_access = list(7) + }, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_modkit/voice/nanotrasen, +/obj/item/toy/figure/mech/mauler, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/south, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"WK" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"WM" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 9; + pixel_y = 5 + }, +/obj/item/kitchen/knife{ + pixel_y = 5; + pixel_x = -10 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Xa" = ( +/obj/effect/turf_decal/caution, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"Xy" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light_construct/directional/north, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Xz" = ( +/obj/effect/turf_decal/caution, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"XE" = ( +/obj/structure/mecha_wreckage/durand{ + obj_integrity = 100 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"XH" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/scavengers/meele, +/turf/simulated/floor/mineral/titanium/blue, +/area/ruin/space/powered) +"Yl" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"Ym" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Yn" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium/purple, +/area/ruin/space/powered) +"YU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/ruin/space/powered) +"ZF" = ( +/obj/structure/lattice/catwalk, +/mob/living/simple_animal/hostile/scavengers/gun/spacegun, +/turf/template_noop, +/area/template_noop) +"ZS" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/flask/barflask, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/powered) +"ZT" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/ruin/space/powered) +"ZZ" = ( +/obj/structure/lattice, +/obj/structure/holosign/barrier/atmos, +/turf/template_noop, +/area/template_noop) + +(1,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +"} +(2,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +GP +GP +Sb +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +Sb +PV +PV +PV +PV +PV +Sb +Sb +Sb +Sb +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +"} +(3,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +ZT +ZT +Sb +Vk +Vk +Vk +Vk +Vk +Vk +Vk +Vk +Vk +Kb +Qd +AC +bK +bK +kv +lS +Nn +xe +Kb +Sb +cd +qU +qU +qU +pw +jU +Ao +qU +Ba +qU +qU +qU +pw +jU +Ao +qU +qU +"} +(4,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +Kb +mt +mt +Kb +Sb +Vk +qU +qU +Vk +qU +qU +Vk +qU +Sb +hw +pQ +PF +IG +YU +Pf +lS +Mi +Kb +Kb +qU +qU +qU +qU +kU +ll +zI +qU +qU +qU +qU +qU +qU +ll +zI +qU +qU +"} +(5,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +Kb +Do +ZT +Be +FK +Kb +Sb +PT +PT +Sb +Sb +qU +Vk +qU +Sb +DE +dk +sD +nk +sD +aA +lS +bx +qv +zF +qU +qU +qU +qU +kU +OB +ys +qU +qU +qU +qU +qU +ze +OB +zI +qU +qU +"} +(6,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +kD +sD +sD +nk +nk +nk +Sb +VF +NH +Kb +Sb +Vk +Vk +Vk +Sb +lS +dk +gH +sD +sD +La +lS +yt +qv +zF +qU +qU +qU +qU +qU +OB +ys +qU +ce +ce +ce +qU +ze +Vk +qU +qU +qU +"} +(7,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +sD +Md +sh +HB +HB +LC +Kb +Ae +lf +gU +Kb +PT +PT +PT +Kb +Uj +SV +hW +hW +hW +ol +lS +NF +Kb +Kb +cd +qU +qU +qU +kU +ZF +ys +qU +ce +hM +ce +qU +ys +OB +zI +qU +qU +"} +(8,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +nk +VB +bR +sh +sh +pm +vP +lf +GF +cz +UV +Tf +Tf +yk +UV +Xa +mU +lS +AC +lS +hw +mU +bx +Kb +Kb +qU +qU +qU +qU +Pi +OB +ys +ys +ys +EO +ys +ys +ys +OB +zI +qU +qU +"} +(9,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +sD +vw +sD +sD +sD +hw +vP +lf +Cl +HG +MY +Ud +Ud +Ud +MY +Xa +pQ +YU +Fn +IG +Pf +AC +Kb +Kb +Sb +Sb +Sb +qU +qU +ys +wZ +ys +RW +Cp +zK +Vh +vF +ys +wZ +ys +qU +qU +"} +(10,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +Oh +HB +HB +HB +GF +Ng +Kb +jP +bn +yj +Kb +PT +PT +PT +Kb +Cm +Jr +sD +sD +sD +iK +oL +Kb +LV +Hs +Eb +Vo +cd +qU +ys +rn +hw +bo +GF +GF +Mr +vo +GF +GF +ys +qU +qU +"} +(11,1,1) = {" +qU +lH +Nl +Vk +OB +Sb +Sb +Sb +Sb +qU +Sb +Uu +sh +Md +HB +HB +nk +Sb +sb +lf +Co +Sb +qU +qU +qU +et +lS +Jr +kK +GF +nk +IL +lS +Sb +bw +cZ +Eb +Vo +qU +qU +ys +Ym +hw +Mr +Mr +eY +uI +kO +nx +nx +ys +qU +qU +"} +(12,1,1) = {" +qU +qU +qU +Sb +Sb +Kb +dL +EI +Kb +Sb +Sb +DJ +hw +tE +vq +VZ +sD +Sb +Cz +bn +Pm +Sb +qU +qU +qU +nA +lS +SN +hW +hw +hW +ol +lS +Sb +Kl +tm +Eb +Vo +cd +Ah +ys +Ei +Mr +ua +JZ +Bj +nx +il +nx +QD +ze +qU +qU +"} +(13,1,1) = {" +qU +qU +qU +PT +tf +Iw +oE +Sc +FF +Kb +Kb +iT +Tg +xF +ss +VR +be +Sb +cG +bn +BD +Sb +qU +qU +qU +Kb +Ec +AC +AC +AC +lS +Wk +nV +Kb +fK +oh +Eb +Vo +qU +qU +ys +Ym +eY +ua +Lv +pn +nx +Vo +QD +Vk +Vk +qU +qU +"} +(14,1,1) = {" +qU +qU +qU +PT +fO +VL +oE +QY +QY +TR +Kb +Kb +qW +Sb +Sb +DG +Kb +Kb +Sb +uU +Sb +Kb +Kb +Kb +Kb +Kb +Kb +Kb +Gu +Js +LF +Kb +Kb +Kb +VY +lR +Eb +zF +an +an +ys +Uk +Mr +nj +jq +cg +nx +QD +Vk +Vk +qU +qU +qU +"} +(15,1,1) = {" +qU +qU +qU +PT +Hn +VL +oE +Hn +Qt +oE +PT +Qx +ly +lS +lS +Ju +iU +Kb +lk +lf +PS +Kb +QF +oY +Rb +Kb +Sq +sD +nk +sD +sD +qT +Wu +Kb +lR +Mp +Sb +Kb +hx +ZZ +ys +yy +Hb +Nb +ng +kE +il +Vk +qU +Vk +qU +qU +qU +"} +(16,1,1) = {" +qU +qU +qU +PT +Fx +Ac +oE +Ix +VL +QY +ev +QY +XH +oE +oE +XH +oE +Kb +Gl +lf +VA +wp +lf +lf +WD +Kb +GS +sD +pm +sD +sD +sD +sD +Kc +to +Ry +SA +IK +HQ +GF +wZ +GF +hw +xa +RM +Bj +ys +qU +qU +qU +qU +qU +qU +"} +(17,1,1) = {" +qU +qU +qU +PT +II +ut +oE +Nm +oE +QY +PT +AR +lS +AC +lS +lS +Jq +Kb +Hi +hw +vy +Kb +fk +aK +Fr +Kb +Yl +sD +cK +nk +nk +nk +sP +Kb +iG +wv +Sb +Kb +hx +an +ys +ys +hw +ys +ys +ys +ys +Vk +qU +qU +qU +qU +qU +"} +(18,1,1) = {" +qU +qU +qU +PT +Gt +ut +oE +oE +oE +Bh +Kb +Kb +WK +Sb +Sb +Sb +Kb +Kb +Sb +Yn +Sb +Kb +Kb +Kb +Kb +Kb +Kb +Kb +HU +HU +HU +Kb +Kb +Kb +Xy +Ry +Eb +zF +an +an +ys +uk +hw +Wp +LY +ys +Vo +Vk +qU +qU +qU +qU +qU +"} +(19,1,1) = {" +qU +qU +qU +PT +Sd +Fv +qC +oE +PB +Kb +Kb +vL +lF +Sb +xb +xb +xb +Kb +sw +lf +Te +Sb +qU +qU +qU +Kb +TZ +Lo +lS +lS +kM +bh +FS +Kb +HO +xG +Eb +Vo +cd +Ah +ys +Po +hw +jS +rs +ys +Vo +Vk +Vk +qU +qU +qU +qU +"} +(20,1,1) = {" +qU +qU +qU +Sb +Sb +Kb +Hl +Ja +Kb +Sb +Sb +Ij +JP +WK +sK +sK +Ft +Sb +ob +bn +kR +Sb +qU +qU +qU +nA +AC +ae +XE +hw +IG +yS +lS +Sb +eR +GF +Eb +Vo +qU +Vk +ys +ys +ma +hw +bf +ys +Vk +Vk +qU +qU +qU +qU +qU +"} +(21,1,1) = {" +qU +qt +Nl +Vk +OB +Sb +Sb +Sb +Sb +qU +Sb +hK +Me +Sb +hj +sK +xb +Sb +CF +lf +Sy +Sb +qU +qU +qU +et +AC +Jr +sD +hw +nk +aA +lS +Sb +Lj +AT +Eb +Vo +cd +qU +Vk +CW +vd +yr +QS +wF +QD +qU +qU +qU +qU +qU +qU +"} +(22,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +PT +xY +GF +Sb +Sb +WK +Sb +Sb +vc +Xz +FA +Kb +PT +PT +PT +Kb +Cm +Jr +nk +nk +sD +iK +zM +Kb +UH +AS +Eb +Vo +qU +qU +QD +il +il +hw +il +nx +CC +ze +Vk +qU +qU +qU +qU +"} +(23,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +PT +Fh +lS +Sb +gB +lS +WM +Sb +CZ +wi +cz +Lz +Tf +hw +Tf +eJ +cX +SV +hW +hW +hW +Ul +lS +Kb +Kb +Sb +Sb +Sb +qU +qU +qU +nx +RF +hw +sU +nx +Cw +Vk +Vk +qU +qU +qU +qU +"} +(24,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +Sb +An +Sb +bs +tM +jz +Sb +ro +lf +cz +Dh +Ud +Ud +Ud +wl +Xa +GF +AC +AC +AC +lS +bP +bx +Kb +Kb +cd +qU +Ah +qU +Vk +nx +aH +rU +nc +nx +QD +Vk +ze +qU +qU +qU +qU +"} +(25,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +ym +yU +tv +KH +bs +lS +Sb +ho +lf +qB +Kb +PT +PT +PT +Kb +io +hw +hw +hw +YU +Pf +Uq +qA +Kb +Kb +qU +qU +qU +Vk +QD +SH +ir +rZ +BX +CW +VO +QD +QD +qU +qU +qU +qU +"} +(26,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +WK +Sb +Sb +ZS +bs +lS +Kb +GH +lf +Kb +Sb +Vk +Vk +Vk +Sb +lS +Jr +nk +GF +nk +IL +AC +yt +qv +zF +qU +qU +Vk +Vk +Cw +il +eq +hw +KY +il +ze +ze +Vk +qU +qU +qU +qU +"} +(27,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +lS +mN +Kb +tj +UY +cF +Sb +PT +PT +Sb +Sb +qU +Vk +qU +Sb +zy +Jr +sD +sD +sD +tK +lS +bx +qv +zF +qU +qU +qU +Vk +KW +il +il +bF +ys +il +Vk +qU +qU +qU +qU +qU +qU +"} +(28,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +Sb +rJ +Kb +Kb +Sb +Sb +Sb +qU +qU +Vk +qU +qU +Vk +qU +Sb +AC +MN +iP +iP +iP +ol +lS +Qf +Kb +Kb +cd +qU +qU +qU +qU +nx +jx +hw +ys +ys +ys +qU +qU +qU +qU +qU +qU +"} +(29,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Vk +Vk +Vk +Vk +Vk +Sb +ib +lS +VQ +EP +VQ +lS +ib +Ty +Kb +Sb +qU +qU +qU +qU +qU +nx +Qb +Fy +TS +qa +ys +ys +qU +qU +qU +qU +qU +"} +(30,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +Sb +Sb +CK +CK +CK +CK +CK +Sb +Sb +Sb +Sb +qU +qU +qU +qU +qU +il +HJ +wr +hw +wn +Cy +nx +qU +qU +qU +qU +qU +"} +(31,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +il +bC +ov +QN +SL +nx +nx +Vk +qU +qU +qU +qU +"} +(32,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +ys +Uo +Aq +Fu +nx +il +Vk +Vk +qU +qU +qU +qU +"} +(33,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +ys +vv +vv +vv +nx +Ql +Tl +Vk +qU +qU +qU +qU +"} +(34,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +nM +nM +nM +qU +nM +Vk +qU +qU +qU +qU +qU +"} +(35,1,1) = {" +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +qU +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/spacehotel.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/spacehotel.dmm new file mode 100644 index 000000000000..26475d0d4daf --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/spacehotel.dmm @@ -0,0 +1,12538 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/disco, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/bar) +"ad" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/template_noop, +/area/space/nearstation) +"ae" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"ag" = ( +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"at" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/structure/curtain/black, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"av" = ( +/obj/machinery/conveyor/north/ccw{ + dir = 4; + id = "hotelsdisposal" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"aw" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"ax" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"az" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar_control/autostart, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"aG" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/machinery/economy/vending/hatdispenser, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"aK" = ( +/obj/machinery/door/morgue{ + name = "Private Study" + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"aM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/cargostorage) +"aN" = ( +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"aO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"aQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"aU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"aW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/restoraunt3) +"aX" = ( +/obj/structure/chair, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"aZ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"bb" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/kitchen) +"bc" = ( +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"bd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"bh" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -9; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"bi" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"bn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"bs" = ( +/obj/structure/table/reinforced/brass, +/obj/item/clothing/head/soft/rainbow, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/guestroom1) +"bt" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"by" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue"; + dir = 1 + }, +/area/ruin/space/spacehotelv1/entryhallway) +"bz" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"bC" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/dresser, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom5) +"bG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/template_noop, +/area/space/nearstation) +"bI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/wood, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"bK" = ( +/turf/simulated/wall/indestructible, +/area/ruin/space/spacehotelv1/centralhallway) +"bL" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/guestroom3) +"bM" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"bQ" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/grille, +/turf/template_noop, +/area/space/nearstation) +"bZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"cb" = ( +/obj/machinery/power/apc/off_station/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/spacehotelv1/tcomms) +"cd" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"ce" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"cf" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"cj" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom2) +"cn" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"cp" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"cr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock{ + id_tag = "gstroom6"; + name = "Appartment 6" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom6) +"cs" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom5) +"cx" = ( +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"cB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"cE" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"cO" = ( +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"cT" = ( +/obj/machinery/prize_counter, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"cV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/structure/table/wood/fancy/blue, +/obj/item/bee_briefcase, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"cW" = ( +/obj/item/gps/ruin{ + pixel_y = 32; + gpstag = "Twin Nexus Space Hotel" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue"; + dir = 1 + }, +/area/ruin/space/spacehotelv1/entryhallway) +"db" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"dc" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/internals, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"de" = ( +/obj/structure/rack, +/obj/random/toolbox, +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"df" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"di" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"dk" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/freezer, +/obj/item/storage/box/monkeycubes, +/obj/item/food/grown/carrot, +/obj/item/food/grown/carrot, +/obj/item/food/grown/carrot, +/obj/item/food/grown/carrot, +/obj/item/food/grown/carrot, +/obj/item/food/grown/carrot, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"do" = ( +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/forehallway) +"dr" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"du" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"dy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"dA" = ( +/turf/simulated/floor/beach/water{ + slowdown = 3 + }, +/area/ruin/space/spacehotelv1/bar) +"dE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"dG" = ( +/obj/machinery/disposal/delivery_chute, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"dH" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"dJ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"dM" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"dT" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"dX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"ed" = ( +/obj/machinery/light/directional/north, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/lighter/zippo/black, +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"ee" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/beach/water{ + slowdown = 3 + }, +/area/ruin/space/spacehotelv1/bar) +"eg" = ( +/obj/structure/table/holotable/wood, +/obj/item/radio/headset, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"ei" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue"; + dir = 1 + }, +/area/ruin/space/spacehotelv1/entryhallway) +"er" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"ez" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral/end{ + dir = 8 + }, +/obj/structure/curtain/black, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"eC" = ( +/mob/living/simple_animal/hostile/retaliate/goat{ + name = "Albert" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"eD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"eE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"eF" = ( +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"eH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"eO" = ( +/obj/structure/chair/wood, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"eP" = ( +/obj/structure/railing/cap{ + dir = 10 + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"eW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"eY" = ( +/obj/machinery/light_switch{ + pixel_y = -24; + dir = 1 + }, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"fk" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/end{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"fo" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"fp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"fr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"fx" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/obj/machinery/economy/vending/sovietsoda, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"fD" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"fF" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"fG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom5) +"fK" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/guestroom2) +"fM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"fP" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"fV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"gb" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"gd" = ( +/obj/structure/table, +/obj/machinery/bottler{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"gl" = ( +/obj/structure/bed, +/obj/item/bedsheet/fluff/hugosheet, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom2) +"gp" = ( +/obj/structure/curtain/open/shower, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom6) +"gq" = ( +/obj/structure/table/wood/poker, +/obj/item/dice/d6, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"gw" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/green{ + dir = 4 + }, +/obj/item/toy/plushie/coffee_fox, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom6) +"gx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"gA" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"gC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forehallway) +"gF" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"gG" = ( +/obj/item/storage/box/monkeycubes, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"gO" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"gQ" = ( +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"gT" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"gU" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"ha" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"hi" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"hk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"hm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"hn" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"hs" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"ht" = ( +/obj/structure/sink/directional/west, +/obj/item/mounted/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom2) +"hw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/template_noop, +/area/space/nearstation) +"hy" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"hD" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"hE" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"hG" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"hH" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"hI" = ( +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"hL" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"hP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"hR" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/wiz{ + dir = 4 + }, +/obj/item/toy/plushie/corgi, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"hT" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"hW" = ( +/obj/structure/filingcabinet, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"if" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"ig" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/soap, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom2) +"ii" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"iq" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"is" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"it" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/safe/floor, +/obj/item/camera_bug, +/obj/item/flash, +/turf/simulated/floor/greengrid, +/area/ruin/space/spacehotelv1/reception) +"ix" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/item/toy/plushie/blue_fox, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"iy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"iB" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"iG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"iI" = ( +/obj/structure/chair/comfy, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/centralhallway) +"iU" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"jb" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/aquatic_kit/full, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/shrimp, +/obj/item/fish_eggs/shrimp, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"jc" = ( +/obj/structure/closet, +/obj/item/clothing/under/costume/maid, +/obj/item/clothing/under/rank/civilian/barber, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"jd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/coatrack, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom1) +"je" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"jg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue"; + dir = 1 + }, +/area/ruin/space/spacehotelv1/entryhallway) +"jj" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"jk" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer{ + dir = 4; + pixel_y = 5; + pixel_x = 3 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"jr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"jw" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"jx" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"jA" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"jC" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"jE" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"jJ" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "restoom1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"jK" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom1) +"jL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"jS" = ( +/mob/living/simple_animal/bot/medbot/adv{ + stationary_mode = 1; + name = "Accidents Happen" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"jW" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/forehallway) +"jX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"jZ" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/janitor) +"ke" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda{ + dir = 4; + pixel_y = 3; + pixel_x = 3 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"kg" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"ki" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"kl" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"ko" = ( +/obj/structure/dresser, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"kp" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"ky" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/bar) +"kB" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"kC" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/guestroom5) +"kD" = ( +/obj/structure/closet/crate/can, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"kG" = ( +/obj/structure/toilet, +/obj/machinery/door_control/bolt_control/east{ + id = "restoom1" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"kR" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/guestroom4) +"kS" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/door_control/bolt_control/north{ + id = "gstroom5"; + pixel_x = 8 + }, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"kT" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"kV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/restoraunt2) +"kX" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/button/windowtint/north{ + id = "restoom2_tint"; + pixel_x = -8 + }, +/obj/machinery/door_control/bolt_control/north{ + id = "restoom2"; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"la" = ( +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"lb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"le" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/guestroom6) +"lf" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"lh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"lj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"ll" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"lo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/template_noop, +/area/space/nearstation) +"lr" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"lt" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/table/reinforced/brass, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom1) +"lv" = ( +/obj/structure/musician/piano{ + icon_state = "piano" + }, +/obj/item/candle/eternal{ + pixel_y = 6; + pixel_x = 8 + }, +/obj/item/candle/eternal{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/item/trash/candle{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"lD" = ( +/obj/structure/table/wood/fancy/blue, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/drinks/mug, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"lS" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"lT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/food/grown/meatwheat, +/obj/item/food/grown/meatwheat, +/obj/item/food/grown/meatwheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/redbeet, +/obj/item/food/grown/redbeet, +/obj/item/food/grown/redbeet, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/soymilk, +/obj/item/reagent_containers/condiment/soymilk, +/obj/item/reagent_containers/condiment/soymilk, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"lU" = ( +/obj/machinery/door/airlock{ + id_tag = "gstroom3"; + name = "Appartment 3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom3) +"mb" = ( +/obj/structure/table/holotable/wood, +/obj/item/instrument/saxophone, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"me" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"mf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom4) +"mg" = ( +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/bar) +"mo" = ( +/obj/machinery/smartfridge/drinks, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"ms" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"mt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/curtain/black, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"mu" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"mv" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue"; + dir = 1 + }, +/area/ruin/space/spacehotelv1/entryhallway) +"mw" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/water{ + slowdown = 3 + }, +/area/ruin/space/spacehotelv1/bar) +"mA" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"mC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"mE" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/barber) +"mM" = ( +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"mO" = ( +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"mQ" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"mR" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ext_eva_door2"; + locked = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"mT" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer{ + dir = 4; + pixel_y = 5; + pixel_x = 3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"mX" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/door_control/bolt_control/north{ + id = "ext_eva_door2"; + pixel_x = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"nd" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"ni" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/drinks/mug, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"nj" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"nl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"nn" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"no" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/guestroom5) +"ns" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom3) +"nu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"nx" = ( +/obj/structure/table/reinforced/brass, +/obj/item/flashlight/lamp/bananalamp, +/obj/machinery/door_control/bolt_control/south{ + id = "gstroom1"; + pixel_x = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"ny" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"nC" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/guestroom3) +"nH" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"nI" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/engi2) +"nK" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"nP" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"nQ" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"nW" = ( +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"nX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"oa" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3; + pixel_y = 16 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 16 + }, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"ob" = ( +/obj/machinery/door/airlock/public/glass, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/centralhallway) +"oj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"ok" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"oo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/soap, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom4) +"op" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"or" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"os" = ( +/obj/machinery/door/airlock{ + id_tag = "gstroom1"; + name = "Appartment 1" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"ot" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"ov" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"oD" = ( +/obj/machinery/light_switch{ + pixel_y = -24; + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"oF" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"oL" = ( +/obj/structure/sink/directional/north, +/obj/item/holder/mouse{ + name = "Nicolas" + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/janitor) +"oQ" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"oR" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"oU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"oY" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"pd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"pg" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"pj" = ( +/obj/item/holder/mouse{ + name = "Elliot" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"pq" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"ps" = ( +/obj/machinery/power/smes{ + charge = 3000000 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"pv" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/centralhallway) +"px" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom5) +"py" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom4) +"pB" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/machinery/door/window/reinforced/normal, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"pC" = ( +/obj/structure/railing/cap, +/obj/structure/railing/cap{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"pD" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"pE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"pH" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"pJ" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"pL" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/guestroom1) +"pM" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"pN" = ( +/obj/structure/table/wood/fancy, +/obj/item/flashlight/lamp/green/off, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"pR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"pS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/centralhallway) +"pU" = ( +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/paicard, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom2) +"qg" = ( +/obj/structure/chair/sofa/right, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/guestroom1) +"ql" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda{ + dir = 4; + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"qn" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 2 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"qq" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"qt" = ( +/obj/structure/ai_core, +/turf/simulated/floor/greengrid/airless{ + icon_state = "bcircuit" + }, +/area/ruin/space/spacehotelv1/tcomms) +"qu" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"qA" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"qK" = ( +/obj/structure/table/reinforced/brass, +/obj/item/flashlight/lamp/green/off, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom5) +"qN" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/restoraunt2) +"qP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"qS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"qU" = ( +/obj/machinery/door_control/bolt_control/north{ + id = "gstroom4"; + pixel_x = -8 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"qV" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"qX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/water{ + slowdown = 3 + }, +/area/ruin/space/spacehotelv1/bar) +"rd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"rh" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"ri" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/machinery/economy/vending/shoedispenser, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"rj" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"rm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forehallway) +"rn" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"rp" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"rv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/guestroom4) +"rw" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"ry" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"rA" = ( +/turf/simulated/floor/plasteel/stairs, +/area/ruin/space/spacehotelv1/restoraunt3) +"rC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/end{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"rD" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"rI" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/west, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"rM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"rN" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "hotel_cargo2" + }, +/obj/machinery/door_control/shutter/east{ + id = "hotel_cargo2"; + name = "Storage Doors" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"rT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"rX" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"sq" = ( +/obj/structure/rack, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"sy" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi/honk, +/turf/simulated/floor/beach/water{ + slowdown = 3 + }, +/area/ruin/space/spacehotelv1/bar) +"sC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"sF" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"sH" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"sM" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"sQ" = ( +/obj/machinery/economy/vending/cola/free, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"sV" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"sX" = ( +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"tc" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ext_shuttle_door"; + locked = 1 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"te" = ( +/mob/living/simple_animal/hostile/alien/maid, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"tg" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"tj" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"tk" = ( +/obj/structure/window/full/basic, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/space/spacehotelv1/restoraunt2) +"tl" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/item/soap, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom3) +"tm" = ( +/obj/effect/spawner/random/cobweb/left/rare, +/obj/effect/spawner/random/dirt/often, +/obj/structure/rack, +/obj/random/tool, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"tn" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards/black, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"to" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/spawner/random/dirt/often, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"tq" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"tu" = ( +/obj/machinery/economy/vending/snack/free, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"tB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"tC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"tD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"tE" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 3 + }, +/obj/item/reagent_containers/condiment/peppermill, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"tI" = ( +/obj/structure/lattice/catwalk, +/turf/template_noop, +/area/space/nearstation) +"tJ" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/mime{ + dir = 4 + }, +/obj/item/toy/plushie/tuxedo_cat, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"tO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"tQ" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"tR" = ( +/obj/structure/sink/directional/east, +/obj/item/mounted/mirror{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom6) +"tV" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"tX" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/computer/monitor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"tY" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/machinery/economy/vending/snack/free, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"tZ" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom3) +"ub" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"uc" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/holder, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"uj" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"uq" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"uu" = ( +/obj/structure/table, +/obj/item/food/meatballspaghetti, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"uw" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"uA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bag/tray{ + pixel_y = 6 + }, +/obj/item/kitchen/knife{ + pixel_y = 6 + }, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/condiment/flour, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"uB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/end{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"uD" = ( +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"uF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"uI" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"uM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"uN" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral/end, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"uP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"uR" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom6) +"uS" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"uZ" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"va" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "hotelstrash" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"vf" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"vg" = ( +/obj/structure/table/holotable/wood, +/obj/item/radio/headset, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"vi" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/head/crown, +/obj/item/clothing/under/dress/redeveninggown, +/obj/item/clothing/under/suit/black, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"vk" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"vp" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"vu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -9; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"vw" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/effect/turf_decal/siding/wood/neutral/end{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"vB" = ( +/obj/structure/sink/directional/west, +/obj/item/mounted/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"vF" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"vI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/template_noop, +/area/space/nearstation) +"vJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"vK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom5) +"vL" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "hotel_cargo3" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"vQ" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/cargostorage) +"vU" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"vV" = ( +/obj/structure/sink/directional/east, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"wc" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/template_noop, +/area/space/nearstation) +"we" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"wf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3; + pixel_y = 16 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 16 + }, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"wg" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/ruin/space/spacehotelv1/barber) +"wj" = ( +/obj/structure/table/holotable/wood, +/obj/machinery/computer/library{ + pixel_y = 8 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"wl" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"wo" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/donut_box, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"wB" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"wC" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/shaker, +/obj/item/reagent_containers/glass/rag, +/obj/item/book/manual/barman_recipes, +/obj/item/lighter/zippo/engraved, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"wD" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"wE" = ( +/obj/machinery/economy/vending/sustenance, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"wF" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"wH" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"wI" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood/fancy, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"wK" = ( +/obj/structure/rack, +/obj/random/tool, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"wL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom3) +"wM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom1) +"wO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"wS" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"wU" = ( +/obj/structure/janitorialcart, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"wZ" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/suit/victsuit/red, +/obj/item/clothing/under/dress/victdress/red, +/obj/item/clothing/under/dress/victdress, +/obj/item/clothing/under/suit/victsuit, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"xb" = ( +/obj/machinery/door/airlock{ + id_tag = "gstroom2"; + name = "Appartment 2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom2) +"xf" = ( +/obj/structure/table/holotable/wood, +/obj/item/instrument/violin, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"xg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom3) +"xl" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"xm" = ( +/obj/machinery/door/poddoor{ + id_tag = "hotelstrash" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"xn" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/guestroom4) +"xp" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"xr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"xs" = ( +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"xt" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/centralhallway) +"xw" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"xB" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"xF" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"xJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"xK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/template_noop, +/area/space/nearstation) +"xN" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"xO" = ( +/obj/machinery/door/airlock/engineering, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"xQ" = ( +/obj/structure/table/wood/poker, +/obj/item/ashtray/bronze, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"xT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"xU" = ( +/obj/machinery/conveyor/north/ccw{ + dir = 4; + id = "hotelsdisposal" + }, +/obj/machinery/recycler, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"xY" = ( +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"yc" = ( +/obj/machinery/light_switch{ + pixel_y = -24; + dir = 1 + }, +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"yf" = ( +/obj/machinery/tcomms/relay/ruskie{ + network_id = "TWIN-NEXUS HOTEL" + }, +/turf/simulated/floor/greengrid/airless{ + icon_state = "bcircuit" + }, +/area/ruin/space/spacehotelv1/tcomms) +"yl" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"yu" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/centralhallway) +"yz" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"yD" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"yF" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"yG" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "hotel_cargo2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"yI" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"yN" = ( +/obj/machinery/door_control/bolt_control/south{ + id = "ext_shuttle_door"; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"yP" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/turf/simulated/floor/greengrid/airless{ + icon_state = "bcircuit" + }, +/area/ruin/space/spacehotelv1/tcomms) +"yT" = ( +/obj/structure/window/full/basic, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/space/spacehotelv1/restoraunt1) +"yV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"zb" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/cargostorage) +"zc" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/guestroom6) +"zg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"zh" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/guestroom6) +"zi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 6 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = -1; + pixel_x = -9 + }, +/obj/item/reagent_containers/condiment/mushroom_sauce{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/reagent_containers/condiment/garlic_sauce{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"zm" = ( +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"zq" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/machinery/economy/vending/suitdispenser, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"zt" = ( +/obj/machinery/chem_master/condimaster, +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"zu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"zv" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/machinery/door_control/bolt_control/south{ + id = "gstroom3"; + pixel_x = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom3) +"zx" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/brute, +/obj/item/reagent_containers/patch/silver_sulf, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"zy" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"zA" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"zB" = ( +/mob/living/simple_animal/crab, +/turf/simulated/floor/beach/coastline_t{ + slowdown = 2 + }, +/area/ruin/space/spacehotelv1/bar) +"zD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"zG" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards/tiny/doublecards, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"zH" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"zJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"zM" = ( +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"zN" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/conveyor_switch/oneway{ + id = "hotelsdisposal" + }, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"zR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"zU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"zZ" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Ac" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Ad" = ( +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Af" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"Aj" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Ak" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"Ap" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"Aq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/restoraunt1) +"Ar" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/template_noop, +/area/space/nearstation) +"AD" = ( +/obj/structure/window/full/basic, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/space/spacehotelv1/reception) +"AH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"AK" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"AN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"AP" = ( +/obj/structure/closet/crate/can, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"AT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"AZ" = ( +/obj/machinery/door/airlock{ + name = "Appartment 4"; + id_tag = "gstroom4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"Bb" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi, +/turf/simulated/floor/beach/water{ + slowdown = 3 + }, +/area/ruin/space/spacehotelv1/bar) +"Bd" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Bf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Bi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"Bj" = ( +/obj/structure/coatrack, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"Bn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"Bq" = ( +/obj/machinery/gibber, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"Bs" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"By" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Bz" = ( +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"BG" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"BI" = ( +/obj/machinery/economy/vending/sovietsoda, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/centralhallway) +"BJ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"BN" = ( +/obj/structure/bed, +/obj/item/bedsheet/rainbow, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom2) +"BV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"BW" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"BY" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"Cg" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"Ch" = ( +/obj/machinery/door/airlock/public/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/ruin/space/spacehotelv1/barber) +"Cj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"Ck" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "hotel_cargo3" + }, +/obj/machinery/door_control/shutter/south{ + id = "hotel_cargo3"; + name = "Storage Doors" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"Cl" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/yellow{ + dir = 1 + }, +/obj/item/toy/plushie/girly_corgi, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"Cn" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"Cq" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/plumbing, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom1) +"Cv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Cy" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Cz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"CC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/template_noop, +/area/space/nearstation) +"CH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/yellow, +/turf/template_noop, +/area/space/nearstation) +"CM" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"CO" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Da" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Dh" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"Dj" = ( +/obj/structure/dresser, +/obj/machinery/light_switch{ + pixel_y = 24 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"Dk" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Dl" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/cargostorage) +"Dv" = ( +/obj/machinery/economy/vending/clothing, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Dw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"Dx" = ( +/obj/structure/rack, +/obj/random/toolbox, +/obj/random/tool, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Dy" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"DA" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"DD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral/end{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"DE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"DF" = ( +/obj/structure/table/holotable/wood, +/obj/item/paper/pamphlet/deltainfo{ + name = "Hotel pamphlet"; + info = "
The Twin Nexus Hotel

A place of Sanctuary


Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff strive to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more information.
" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"DH" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/template_noop, +/area/space/nearstation) +"DJ" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"DK" = ( +/obj/structure/rack, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"DP" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"DR" = ( +/obj/structure/sink/directional/east, +/obj/item/mounted/mirror{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom4) +"DV" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"DW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom3) +"DY" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Ec" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Ef" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"Eh" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ext_eva_door"; + locked = 1 + }, +/obj/structure/fans/tiny, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Ek" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"En" = ( +/obj/machinery/driver_button{ + pixel_x = 24; + name = "Push me"; + id_tag = "hotelstrash" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Es" = ( +/turf/simulated/wall/r_wall, +/area/ruin/space/spacehotelv1/tcomms) +"Eu" = ( +/obj/structure/table/glass, +/obj/item/cane, +/obj/item/lighter/zippo, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom3) +"Ev" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/flashlight/lamp/green/off, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom6) +"Ez" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom2) +"EA" = ( +/obj/structure/flora/tree/palm, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"EB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/ruin/space/spacehotelv1/barber) +"ED" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"EG" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"EV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker, +/turf/template_noop, +/area/space/nearstation) +"EW" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/guestroom5) +"Fa" = ( +/obj/machinery/computer/nonfunctional, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"Fb" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"Fe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/template_noop, +/area/space/nearstation) +"Fh" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Fi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/template_noop, +/area/space/nearstation) +"Fj" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/head/kitty/mouse, +/obj/item/clothing/head/beret, +/obj/item/clothing/under/costume/kilt, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom1) +"Fk" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Fl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/holotable/wood, +/obj/item/flashlight/lamp/green/off, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"Fm" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Fo" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/rack, +/obj/item/stack/sheet/glass/fifty, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"Fr" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Fv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Fw" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/dress/blacktango, +/obj/item/clothing/under/suit/checkered, +/obj/item/clothing/under/suit/female, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"Fx" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Fy" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom2) +"Fz" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"FD" = ( +/turf/simulated/floor/beach/coastline_t{ + slowdown = 2 + }, +/area/ruin/space/spacehotelv1/bar) +"FK" = ( +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"FL" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/under/suit/burgundy, +/obj/item/clothing/under/dress/wedding/bride_red, +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"FN" = ( +/obj/machinery/light/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue"; + dir = 1 + }, +/area/ruin/space/spacehotelv1/entryhallway) +"FP" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/cargostorage) +"FR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/obj/item/reagent_containers/drinks/mug, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/guestroom1) +"FS" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"FU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"FV" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control/autostart{ + dir = 1 + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"FX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/cargostorage) +"Gb" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Gd" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"Gf" = ( +/obj/machinery/light/directional/west, +/obj/machinery/dye_generator, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/ruin/space/spacehotelv1/barber) +"Gh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/curtain/black, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"Gi" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"Gj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom2) +"Gl" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Gm" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Gs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Gv" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom3) +"Gw" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"Gx" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"Gy" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Gz" = ( +/obj/structure/table/wood/fancy, +/obj/item/paicard, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"GA" = ( +/obj/structure/window/full/basic, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/space/spacehotelv1/forehallway) +"GB" = ( +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"GJ" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/restoraunt3) +"GL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/template_noop, +/area/space/nearstation) +"GM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"GP" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/browntrenchcoat, +/obj/item/clothing/under/costume/maid, +/obj/item/clothing/head/kitty, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"GV" = ( +/obj/structure/sink/directional/west, +/obj/machinery/firealarm/directional/north, +/obj/item/mounted/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"GZ" = ( +/obj/structure/table/holotable/wood, +/obj/item/paper/pamphlet/deltainfo{ + name = "Hotel pamphlet"; + info = "
The Twin Nexus Hotel

A place of Sanctuary


Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff strive to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more information.
" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"Hb" = ( +/obj/machinery/door/airlock/freezer, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"Hd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue"; + dir = 1 + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Hj" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Ho" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Hr" = ( +/obj/machinery/teleport/perma, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Hx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"HA" = ( +/obj/structure/table, +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/random/toolbox, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"HB" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"HL" = ( +/obj/effect/turf_decal/siding/wood/neutral/end, +/obj/machinery/recharge_station, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"HM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"HP" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"HU" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/guestroom1) +"HX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"HY" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Ib" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/bar) +"If" = ( +/obj/structure/window/full/basic, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/space/spacehotelv1/entryhallway) +"Ig" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Ii" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom5) +"Ik" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood/fancy, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"Iu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Iv" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom5) +"IA" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"IB" = ( +/obj/structure/rack, +/obj/random/tool, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"IE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"IK" = ( +/obj/structure/chair/barber{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/ruin/space/spacehotelv1/barber) +"IQ" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/item/kirbyplants, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"IT" = ( +/obj/structure/table, +/obj/item/mounted/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/ruin/space/spacehotelv1/barber) +"IW" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3; + pixel_y = 16 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3; + pixel_y = 16 + }, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"IX" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom6) +"IY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom6) +"IZ" = ( +/turf/template_noop, +/area/template_noop) +"Ja" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Je" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Jj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"Jn" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/item/toy/plushie/crimson_fox, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"Jp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Ju" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"Jy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/jade, +/turf/template_noop, +/area/space/nearstation) +"JE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"JN" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/guestroom1) +"JO" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"JR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"JS" = ( +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"JT" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -9; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"JV" = ( +/turf/simulated/wall/indestructible, +/area/ruin/space/spacehotelv1/bar) +"JW" = ( +/turf/simulated/floor/plating/airless, +/area/ruin/space/spacehotelv1/tcomms) +"JZ" = ( +/obj/structure/table/holotable/wood, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/item/ashtray/bronze{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/item/storage/fancy/cigarettes{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"Ka" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Kb" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Kh" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Ki" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"Ko" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"Kt" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"Kz" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"KC" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"KD" = ( +/obj/structure/table/wood/fancy, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paicard, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"KF" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating/airless, +/area/ruin/space/spacehotelv1/tcomms) +"KG" = ( +/obj/machinery/light/directional/south, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"KJ" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/guestroom2) +"KQ" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/clown{ + dir = 4 + }, +/obj/item/toy/plushie/orange_cat, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"KR" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"KU" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"KX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"KY" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "restoom2_tint" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/entryhallway) +"KZ" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"Lc" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/plumbing, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom3) +"Le" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Lg" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Lj" = ( +/obj/machinery/fishtank/wall, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/reception) +"Lk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forehallway) +"Ll" = ( +/obj/structure/curtain/open/shower, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom4) +"Lm" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Lq" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Lr" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"Ls" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Lv" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"Lw" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Ly" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"LC" = ( +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"LF" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/janitor) +"LH" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"LI" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/space/nearstation) +"LN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"LP" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"LQ" = ( +/obj/structure/railing/cap{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"LU" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/reception) +"LY" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Ma" = ( +/obj/structure/table/holotable/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/ashtray/bronze, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"Mb" = ( +/obj/machinery/light_switch{ + pixel_y = -24; + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"Mg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/template_noop, +/area/space/nearstation) +"Mh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/template_noop, +/area/space/nearstation) +"Mj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Mk" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/entryhallway) +"Mo" = ( +/obj/structure/table/holotable/wood, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/ashtray/bronze, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"Mr" = ( +/obj/structure/coatrack, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom5) +"Ms" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/entryhallway) +"Mv" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/carpet/cyan, +/area/ruin/space/spacehotelv1/guestroom5) +"Mw" = ( +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom1) +"Mz" = ( +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/guestroom1) +"MA" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/kitchen) +"MC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"ME" = ( +/obj/machinery/light/directional/east, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"MI" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"MJ" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom1) +"MN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"MP" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"MX" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"MZ" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"Nb" = ( +/obj/structure/sink/directional/east, +/obj/item/mounted/mirror{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom1) +"Nc" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Ne" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"Ng" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"No" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/entryhallway) +"Nr" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom4) +"NC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/template_noop, +/area/space/nearstation) +"ND" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/purple{ + dir = 4 + }, +/obj/item/toy/plushie/orange_fox, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom6) +"NE" = ( +/obj/machinery/door/poddoor{ + id_tag = "hotel_cargo" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"NF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"NI" = ( +/obj/structure/toilet{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom2) +"NN" = ( +/obj/structure/rack, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"NR" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "restoom2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"NU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral/end{ + dir = 4 + }, +/obj/structure/curtain/black, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"NV" = ( +/obj/structure/table/holotable/wood, +/obj/item/instrument/guitar, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"NW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/template_noop, +/area/space/nearstation) +"NX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"NY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/mob/living/simple_animal/pet/cat/kitten, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"Og" = ( +/obj/structure/closet/crate/can, +/obj/structure/closet/walllocker/medlocker/west, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"Oj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Ol" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Op" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/engi1) +"Oq" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Os" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"Ox" = ( +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom6) +"Oy" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"OE" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/reagent_dispensers/spacecleanertank/west, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/janitor) +"OF" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"OG" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"OI" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"OL" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"OR" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/machinery/economy/vending/hatdispenser, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"OT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"OU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"OV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/spacehotelv1/tcomms) +"OY" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Pb" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"Ph" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/forehallway) +"Pi" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"Pj" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Pk" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Ps" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"Pt" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Pw" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Px" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/restoraunt3) +"PD" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"PL" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"PM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/firealarm/directional/south, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"PO" = ( +/obj/structure/rack, +/obj/random/toolbox, +/obj/random/tool, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"PQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Qc" = ( +/obj/structure/machine_frame, +/obj/item/circuitboard/tcomms/core, +/turf/simulated/floor/greengrid/airless{ + icon_state = "bcircuit" + }, +/area/ruin/space/spacehotelv1/tcomms) +"Qf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Qo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"Qq" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/cargostorage) +"Qw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/east, +/obj/vehicle/janicart, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/janitor) +"Qx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"QA" = ( +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"QC" = ( +/obj/machinery/conveyor/north/ccw{ + dir = 5; + id = "hotelsdisposal" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"QF" = ( +/obj/structure/table/reinforced/brass, +/obj/item/flashlight/lamp/bananalamp, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"QH" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"QI" = ( +/turf/simulated/floor/beach/coastline{ + slowdown = 3 + }, +/area/ruin/space/spacehotelv1/bar) +"QK" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"QO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper/pamphlet/deltainfo{ + name = "Hotel pamphlet"; + info = "
The Twin Nexus Hotel

A place of Sanctuary


Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff strive to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more information.
" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"QX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Ra" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Rc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"Rf" = ( +/obj/structure/sign/barber, +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/barber) +"Rj" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Rk" = ( +/turf/simulated/wall, +/area/space/nearstation) +"RC" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/obj/item/camera, +/obj/item/camera_film, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/centralhallway) +"RJ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"RL" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"RP" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"RR" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"RS" = ( +/obj/structure/sink/directional/east, +/obj/item/mounted/mirror{ + pixel_x = -32 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom3) +"RW" = ( +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"RY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"Sb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"Sd" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/guestroom1) +"Sj" = ( +/obj/structure/coatrack, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom6) +"So" = ( +/obj/structure/table/holotable/wood, +/obj/item/toy/plushie/orange_fox, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"Sr" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Su" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Sx" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"SA" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"SB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"SC" = ( +/obj/machinery/light_switch{ + pixel_y = -24; + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"SI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/survival_pod, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"SK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"SL" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"SU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/ruin/space/spacehotelv1/barber) +"SW" = ( +/obj/structure/table/wood/fancy/blue, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/glasses/sunglasses, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"SY" = ( +/turf/simulated/wall, +/area/ruin/space/spacehotelv1/restoraunt1) +"Tf" = ( +/obj/machinery/door/airlock/external, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Tl" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/cargostorage) +"Tq" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"Tv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/table/holotable/wood, +/obj/item/ashtray/bronze{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/machinery/fishtank/bowl{ + pixel_y = 11 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Tz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"TA" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom3) +"TD" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"TH" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"TL" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"TN" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/item/toy/plushie/purple_fox, +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"TO" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"TR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"TS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"TT" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"TV" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"TW" = ( +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom1) +"Ua" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Uc" = ( +/obj/structure/sink/kitchen/east, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"Ud" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/door_control/bolt_control/east{ + id = "ext_eva_door"; + pixel_y = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Uh" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Uq" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"UA" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"UF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"UH" = ( +/obj/machinery/door/airlock{ + id_tag = "gstroom5"; + name = "Appartment 5" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom5) +"UJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood/fancy, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/drinks/mug, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"UL" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"UN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/template_noop, +/area/space/nearstation) +"UO" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/reception) +"UP" = ( +/obj/structure/table/holotable/wood, +/obj/item/paper_bin, +/obj/item/pen/multi, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"UQ" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 1 + }, +/area/ruin/space/spacehotelv1/restoraunt3) +"UU" = ( +/obj/structure/table/holotable/wood, +/obj/item/paper/pamphlet/deltainfo{ + name = "Hotel pamphlet"; + info = "
The Twin Nexus Hotel

A place of Sanctuary


Welcome to The Twin-Nexus Hotel, \[insert name here]! The loyal staff strive to their best effort to cater for the best possible experience for all space(wo)men! If you have any questions or comments, please ask one of our on-board staff for more information.
" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/reception) +"UW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"UX" = ( +/obj/structure/window/full/basic, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/space/spacehotelv1/centralhallway) +"Va" = ( +/obj/structure/table/wood/fancy, +/obj/item/candle/eternal{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 9; + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"Ve" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Vh" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"Vn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Vq" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt3) +"Vr" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/grimy, +/area/ruin/space/spacehotelv1/forehallway) +"Vv" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"Vz" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/cargostorage) +"VF" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom2) +"VH" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/ruin/space/spacehotelv1/restoraunt2) +"VI" = ( +/obj/machinery/door_control/bolt_control/south{ + id = "gstroom2"; + pixel_x = -8 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green/off, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom2) +"VJ" = ( +/obj/machinery/power/solar, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"VL" = ( +/obj/machinery/power/smes{ + charge = 3000000 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"VM" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/carpmeat, +/obj/item/food/carpmeat, +/obj/item/food/carpmeat, +/obj/item/food/carpmeat, +/obj/item/food/cutlet, +/obj/item/food/cutlet, +/obj/item/food/cutlet, +/obj/item/food/cutlet, +/obj/item/food/cutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/sausage, +/obj/item/food/sausage, +/obj/item/food/sausage, +/obj/item/food/sausage, +/obj/item/food/smokedsausage, +/obj/item/food/smokedsausage, +/obj/item/food/smokedsausage, +/obj/item/fish/salmon, +/obj/item/fish/salmon, +/obj/item/fish/salmon, +/obj/item/fish/catfish, +/obj/item/fish/catfish, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"VO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/template_noop, +/area/space/nearstation) +"Wa" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"We" = ( +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/sand{ + slowdown = 1 + }, +/area/ruin/space/spacehotelv1/bar) +"Wf" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/structure/closet/crate/can, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"Wj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/soap, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom6) +"Wp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/centralhallway) +"Wq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/barber) +"Wr" = ( +/obj/machinery/door/poddoor{ + id_tag = "hotel_cargo" + }, +/obj/structure/fans/tiny, +/obj/machinery/door_control/shutter/east{ + id = "hotel_cargo"; + name = "Cargo Doors" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Wu" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"Wv" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"Wx" = ( +/obj/structure/closet/athletic_mixed, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/janitor) +"Wy" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"WD" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"WM" = ( +/obj/structure/table/wood/poker, +/obj/item/ashtray/bronze, +/obj/item/lighter/zippo/fluff/purple, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"WT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"WU" = ( +/obj/structure/sink/directional/west, +/obj/item/mounted/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom5) +"WY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/guestroom5) +"Xb" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/forehallway) +"Xh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/item/soap, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom1) +"Xl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/dresser, +/obj/machinery/door_control/bolt_control/north{ + id = "gstroom6"; + pixel_x = -8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ruin/space/spacehotelv1/guestroom6) +"Xs" = ( +/obj/structure/table, +/obj/item/clothing/under/costume/janimaid, +/obj/item/key/janitor, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/janitor) +"Xt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"Xy" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom4) +"XB" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"XC" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/bar) +"XF" = ( +/obj/structure/rack, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"XI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/forehallway) +"XK" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"XP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"XU" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/drinks/mug, +/turf/simulated/floor/carpet/arcade, +/area/ruin/space/spacehotelv1/guestroom2) +"XV" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt1) +"XX" = ( +/obj/effect/turf_decal/siding/wood/neutral/end, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"XY" = ( +/obj/structure/table/glass, +/obj/item/paicard, +/turf/simulated/floor/carpet/blue, +/area/ruin/space/spacehotelv1/guestroom3) +"Yd" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"Yh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"Yq" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"Yt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"Yy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/spacehotelv1/guestroom4) +"Yz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"YA" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi2) +"YC" = ( +/obj/structure/table/holotable/wood, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"YG" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom6) +"YK" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"YL" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/folder/red{ + pixel_x = 10; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/ruin/space/spacehotelv1/reception) +"YR" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"YS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "sepia" + }, +/area/ruin/space/spacehotelv1/bar) +"YU" = ( +/obj/structure/window/full/basic, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/ruin/space/spacehotelv1/barber) +"Zd" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/bar) +"Zf" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/restoraunt2) +"Zo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel, +/area/ruin/space/spacehotelv1/kitchen) +"Zp" = ( +/obj/machinery/door/airlock/freezer, +/turf/simulated/floor/plasteel/freezer, +/area/ruin/space/spacehotelv1/kitchen) +"Zv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"ZA" = ( +/obj/machinery/economy/vending/chinese/free, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/centralhallway) +"ZG" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/plumbing, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom2) +"ZJ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/bar) +"ZL" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards/tiny, +/turf/simulated/floor/carpet, +/area/ruin/space/spacehotelv1/restoraunt1) +"ZM" = ( +/obj/machinery/power/solar, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/space/nearstation) +"ZP" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/engi1) +"ZR" = ( +/obj/machinery/quantumpad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/spacehotelv1/entryhallway) +"ZS" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/ruin/space/spacehotelv1/forestarboardmaints) +"ZU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/oak, +/area/ruin/space/spacehotelv1/forehallway) +"ZZ" = ( +/obj/structure/curtain/open/shower, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/ruin/space/spacehotelv1/guestroom5) + +(1,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(2,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(3,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(4,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(5,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +EV +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(6,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(7,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +CH +IZ +IZ +IZ +IZ +IZ +EV +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +ad +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +CH +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(8,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +LI +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Jy +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +tI +XB +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(9,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +DH +LI +DH +DH +DH +DH +LI +LI +DH +DH +IZ +IZ +IZ +IZ +IZ +IZ +IZ +CH +IZ +aW +aW +aW +aW +aW +aW +aW +IZ +IZ +IZ +LI +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +Mg +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(10,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +EV +LI +LI +Es +Es +Es +Es +Es +Es +Es +Es +Es +LI +LI +ad +IZ +IZ +IZ +IZ +IZ +LI +IZ +aW +NV +LC +LC +LC +xf +aW +IZ +IZ +IZ +Jy +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +LI +Mg +LI +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +"} +(11,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +Es +qt +JW +tI +tI +tI +cb +yP +Es +DH +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +GJ +dT +lv +BY +LC +mb +GJ +IZ +IZ +IZ +LI +IZ +IZ +LI +IZ +IZ +IZ +LI +LI +LI +LI +LI +VO +UN +vI +LI +LI +LI +LI +LI +IZ +IZ +IZ +IZ +"} +(12,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +wc +IZ +IZ +IZ +LI +Es +yf +JW +tI +tI +tI +OV +Qc +Es +DH +IZ +LI +LI +LI +LI +LI +IZ +LI +LI +GJ +ED +Vq +pC +Vq +ED +GJ +LI +IZ +LI +LI +IZ +LI +LI +IZ +IZ +Ol +hE +hE +hE +hE +hE +hw +LI +Ar +xF +xF +xF +xF +xF +xF +IZ +IZ +IZ +"} +(13,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +DH +LI +IZ +IZ +IZ +DH +Es +Es +KF +Es +Es +Es +KF +Es +Es +DH +IZ +SY +SY +Aq +Aq +SY +Aq +Aq +SY +GJ +Px +UQ +LC +rA +BW +GJ +qN +kV +kV +kV +kV +kV +kV +qN +IZ +IZ +IZ +LI +tI +tI +tI +Mg +tI +Mg +tI +tI +tI +LI +IZ +IZ +IZ +IZ +IZ +"} +(14,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +DH +IZ +LI +IZ +IZ +IZ +bQ +DH +DH +tI +tI +tI +tI +Mg +LI +DH +LI +IZ +SY +Wv +Ad +uc +Ad +Ad +Ad +TH +GJ +eP +sV +Ly +sV +LQ +GJ +eO +bh +VH +zm +ub +vu +VH +kV +IZ +Ol +hE +hE +hE +hE +hE +hw +LI +Ar +xF +xF +xF +xF +xF +xF +IZ +IZ +IZ +"} +(15,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +DH +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +DH +tI +IZ +IZ +IZ +Mg +DH +IZ +IZ +IZ +Aq +Ad +nK +CO +gU +tn +OG +Ad +ez +bI +qA +GB +IW +cd +ez +zm +zm +zm +zm +zm +zm +zm +kV +IZ +IZ +IZ +LI +tI +tI +tI +Mg +tI +Mg +tI +tI +tI +LI +IZ +IZ +IZ +IZ +IZ +"} +(16,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +DH +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +tI +IZ +IZ +IZ +Mg +LI +IZ +IZ +IZ +Aq +Ad +nK +xQ +Fr +WM +OG +Ad +at +qS +GB +GB +GB +GB +Gh +ub +JT +VH +zm +ub +JT +VH +kV +IZ +Ol +hE +hE +hE +hE +hE +hw +LI +Ar +xF +xF +xF +xF +xF +xF +IZ +IZ +IZ +"} +(17,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +LI +LI +LI +LI +LI +LI +Sd +tI +tI +tI +tI +Mg +kR +LI +LI +LI +SY +Rj +Ad +Ig +Ig +Ig +Ad +Ad +NU +qS +GB +sF +GB +GB +NU +zm +zm +zm +zm +zm +zm +zm +kV +IZ +IZ +LI +LI +LI +LI +tI +Mg +tI +Mg +tI +LI +LI +LI +LI +IZ +IZ +IZ +IZ +"} +(18,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +LI +LI +LI +LI +Sd +Sd +Sd +Sd +Sd +Sd +Lk +Lk +jW +gC +rm +kR +kR +kR +kR +kR +kR +sH +Ad +Ad +Ad +gU +Fh +GJ +gF +GB +oa +GB +yc +GJ +ub +Va +VH +zm +ub +aw +VH +kV +IZ +IZ +IZ +IZ +IZ +IZ +tI +Mg +LI +Mg +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(19,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +LI +Sd +QF +KQ +tJ +nx +Sd +IQ +TD +pD +wF +Wf +kR +pN +Cl +hR +hL +kR +gU +Ad +gU +Ad +gq +Ad +GJ +wf +GB +hT +GB +qn +GJ +zm +zm +zm +zm +zm +zm +QH +qN +tI +tI +tI +VO +Fe +Fe +Fe +bG +tI +Mg +tI +LI +LI +LI +LI +IZ +IZ +IZ +IZ +"} +(20,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +LI +Sd +Dj +TW +TW +ax +os +lb +tD +rM +tD +bZ +AZ +fV +fV +Nr +Mb +kR +ZL +Ad +zG +Ad +Ja +Ad +GJ +mC +GB +te +GB +KG +GJ +ub +Va +VH +zm +ub +PD +kl +qN +nj +nI +IZ +Mg +IZ +IZ +IZ +Mg +LI +Mg +VJ +VJ +VJ +VJ +VJ +VJ +IZ +IZ +IZ +"} +(21,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +DH +DH +DH +IZ +IZ +LI +Sd +qg +FR +Mw +jd +Sd +Lm +eF +AT +eF +pH +kR +qU +bc +UJ +RJ +kR +op +me +NF +ii +XP +Ps +mt +Ne +TR +TR +nX +TR +mt +eH +nl +zg +Yt +xp +XX +PM +qN +Dk +nI +nI +aU +nI +nI +LI +Mg +tI +Mg +tI +tI +tI +LI +IZ +IZ +IZ +IZ +IZ +"} +(22,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Jy +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +Sd +pL +bs +Mw +lt +Sd +UA +eF +AT +eF +OR +kR +Gz +bc +wI +Oy +kR +OY +Ua +OY +uM +rX +SY +MA +yV +tE +zt +ql +mT +MA +jA +qN +qN +jL +MN +qN +qN +qN +nj +nI +fo +Ek +FV +nI +IZ +Mg +LI +Mg +VJ +VJ +VJ +VJ +VJ +VJ +IZ +IZ +IZ +"} +(23,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +Sd +Mz +Mz +Mw +Fj +Sd +LP +tQ +AT +zM +qV +kR +vi +bc +mu +Yy +kR +nI +nI +nI +Af +HB +yT +MA +di +RW +RW +Dw +RW +hH +Ju +qN +tk +rw +zJ +nI +bz +sM +Gb +nI +PO +By +VL +zu +IZ +Mg +tI +Mg +tI +tI +tI +LI +IZ +IZ +IZ +IZ +IZ +"} +(24,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +DH +DH +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Op +Op +JN +Sd +HU +Sd +Sd +Sd +rp +AT +Lr +kR +kR +kR +xn +kR +rv +kR +Fz +Je +nI +Os +HB +yT +MA +YK +RW +uA +zi +RW +bb +lT +qN +tk +rw +zJ +nI +YA +sM +nI +nI +Wy +fD +OU +nI +LI +Mg +LI +Mg +VJ +VJ +VJ +VJ +VJ +VJ +IZ +IZ +IZ +"} +(25,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +uF +de +Ls +Sd +wM +Nb +wM +Sd +rp +uB +cx +kR +mf +DR +mf +kR +Pk +KU +UF +Sb +Fv +eW +HB +yT +MA +yI +RW +jb +Bn +RW +Hb +gQ +qN +tk +rw +zJ +nI +fD +UF +LN +UF +FU +Yz +TV +zu +IZ +NC +Fe +Mh +LI +LI +LI +LI +LI +IZ +IZ +IZ +IZ +"} +(26,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +uF +cp +Ls +Sd +jK +Xh +Cq +Sd +Gx +ny +cx +kR +Xy +oo +py +kR +Qf +mE +mE +Wq +mE +LH +HB +yT +MA +DP +Uc +bi +Zo +uI +MA +VM +qN +tk +rw +Cj +nI +jX +nI +nI +nI +nI +nI +nI +nI +IZ +LI +tI +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(27,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +EV +LI +LI +DH +LI +LI +LI +LI +LI +LI +LI +LI +uF +wK +Ls +Sd +wM +MJ +Sd +Sd +rp +Vn +cx +kR +kR +Ll +mf +kR +aO +mE +Gf +EB +mE +uw +XV +SY +LU +LU +LU +LU +Lj +MA +MA +Zp +MA +qN +pg +Zf +nI +Qf +nI +UL +Fb +UL +Ib +tI +tI +tI +tI +tI +tI +tI +tI +tI +IZ +IZ +IZ +IZ +IZ +IZ +"} +(28,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +IZ +LI +IZ +IZ +tI +tI +Op +Op +Op +mX +Sd +Sd +Sd +Sd +vw +OF +QO +cf +HL +kR +kR +kR +kR +eD +mE +IK +SU +YU +Uq +uZ +wE +LU +zA +OI +jc +LU +gG +gQ +gQ +MA +xt +Uq +rd +Fv +WT +nI +Wu +JE +PL +Ib +IZ +IZ +IZ +LI +IZ +LI +IZ +Ib +tI +IZ +IZ +IZ +IZ +IZ +IZ +"} +(29,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +IZ +LI +IZ +IZ +VO +Fe +mR +Iu +Tf +LY +fK +Gj +NI +fK +fK +rp +ny +cx +EW +EW +ZZ +vK +EW +Qf +mE +IT +wg +Ch +wH +mO +Cy +LU +Fa +it +jS +LU +Bq +gQ +Cg +MA +ZA +Uq +tO +nI +nI +nI +Ib +Vv +Ib +Ib +Ib +Ib +ky +Ib +ky +Ib +ky +Ib +tI +IZ +IZ +IZ +IZ +IZ +IZ +"} +(30,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +LI +IZ +IZ +Mg +Op +Op +Op +Op +oj +fK +Fy +ig +ZG +fK +iU +Vn +cx +EW +px +Ii +Iv +EW +Qf +mE +mE +mE +Rf +Uq +df +vF +LU +YL +wo +Lv +LU +Gw +eC +TO +MA +BI +Uq +tO +Ib +kG +jJ +JE +JE +XF +Ib +yl +lj +ke +jk +wC +OL +gd +Ib +tI +IZ +EV +IZ +IZ +IZ +IZ +"} +(31,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +LI +IZ +IZ +Mg +Op +tg +fM +SK +Fm +fK +Gj +ht +Gj +fK +rp +rC +cx +EW +vK +WU +vK +EW +Cz +UF +lh +hs +nI +SL +rn +pv +LU +LU +LU +SI +LU +MA +MA +MA +MA +pv +Uq +tO +Ib +Ib +Ib +JE +JE +nW +Ib +SB +Yd +hI +hI +hI +hI +Zd +Ib +tI +IZ +LI +IZ +IZ +IZ +IZ +"} +(32,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +IZ +LI +IZ +IZ +Mg +Op +ZP +NX +fK +fK +fK +cj +fK +fK +fK +rp +AT +cx +EW +EW +EW +no +EW +EW +EW +Qf +nI +nI +cn +HY +pv +MX +sX +UP +Qo +hW +Og +eg +cT +MX +pv +DY +tO +Dh +JE +JE +JE +JE +nW +Ib +rh +YC +oQ +oQ +Ma +Mo +mo +Ib +tI +IZ +LI +IZ +IZ +IZ +IZ +"} +(33,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +IZ +LI +IZ +IZ +Mg +Op +gA +NX +fK +dM +TN +ag +FL +fK +AP +vp +AT +jj +gO +EW +wZ +aN +gT +Ap +kC +WT +nI +iI +Uq +HY +UX +wl +mM +kp +Qo +cE +JS +eg +mM +KZ +UX +Uq +tO +Ib +GV +vB +Yq +JE +nW +Ib +ae +SA +nd +nd +nd +nd +hI +Ib +tI +IZ +LI +IZ +IZ +IZ +IZ +"} +(34,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +IZ +LI +IZ +IZ +Mg +Op +Op +NX +KJ +ag +ag +ag +dJ +fK +mQ +eF +AT +eF +rj +EW +Mv +aN +Ef +eY +EW +cB +nI +iI +Uq +rn +pv +bM +mM +UU +Fl +GZ +vg +DF +mM +iB +pv +DY +tO +Ib +Ib +Ib +Ib +JE +ms +Ib +SB +SB +SB +SB +SB +or +Hx +Ib +ky +ky +ky +Ib +IZ +IZ +IZ +"} +(35,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +ad +LI +LI +LI +LI +LI +LI +LI +LI +Mg +LI +Op +nu +fK +ed +XU +ag +vf +fK +Lm +eF +AT +eF +pH +EW +kS +aN +Ik +KD +EW +nI +nI +yu +Uq +uZ +hG +mM +mM +mM +pE +mM +mM +mM +mM +So +UX +Uq +tO +aK +QA +QA +Ib +JE +ZJ +XC +iy +SB +SB +FK +FK +FK +FD +QI +dA +dA +ee +Ib +IZ +IZ +IZ +"} +(36,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +IZ +IZ +IZ +IZ +Mg +LI +uF +NX +fK +VF +Ez +Ez +Ez +xb +Zv +tD +NY +tD +Mj +UH +WY +WY +fG +bC +EW +Xs +LF +LF +pq +df +hG +mM +mM +xY +pE +mM +mM +xY +mM +kB +pv +ki +tO +pv +wj +lf +Ib +JV +JV +JV +YS +SB +SB +EA +FK +FK +FD +QI +dA +qX +dA +ky +IZ +IZ +IZ +"} +(37,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +Mg +LI +uF +NX +fK +pU +gl +BN +VI +fK +IA +hi +jC +dy +Bs +EW +Mr +cs +cs +qK +EW +oL +OE +jZ +yz +rn +pv +hn +mM +AD +jr +vU +tV +AD +mM +UO +pv +DY +tO +ob +QA +QA +Ak +bK +mg +JV +zD +SB +SB +FK +aX +FK +zB +QI +dA +sy +dA +ky +IZ +IZ +IZ +"} +(38,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +DH +DH +IZ +IZ +IZ +IZ +Mg +LI +uF +NX +fK +fK +fK +fK +fK +fK +jW +Rc +ov +xw +jW +EW +EW +EW +EW +EW +EW +Wx +Qw +LF +PQ +HY +UX +dr +mM +cO +pE +mM +mM +cO +mM +uq +UX +Uq +tO +pv +MI +QA +RC +bK +aa +JV +Bi +SB +SB +We +FK +FK +FD +QI +dA +dA +ee +Ib +IZ +IZ +IZ +"} +(39,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +Mg +LI +uF +NX +Op +az +oY +Nc +ps +Op +XI +AN +GA +ZU +XI +pv +FS +Cn +xs +wD +pv +LF +LF +LF +Qx +kT +pv +MX +mM +mM +pE +mM +mM +mM +mM +MX +pv +Tz +BV +pv +pv +ob +pv +bK +bK +JV +UW +SB +SB +FK +aX +wB +FD +QI +dA +dA +ee +Ib +IZ +IZ +IZ +"} +(40,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +Mg +LI +Op +is +to +pR +Gs +aZ +KX +Op +Xb +AN +GA +ZU +do +HP +QA +QA +QA +QA +Gy +Kh +Fx +oF +if +uZ +QK +Kh +Kh +Kh +if +mO +uZ +Kh +Kh +Kh +xl +nH +eE +rI +RR +Kh +tq +Kh +Kh +JO +UW +SB +SB +FK +aX +FK +FD +QI +dA +dA +mw +ky +IZ +IZ +IZ +"} +(41,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +EV +IZ +IZ +IZ +IZ +IZ +Mg +Op +Op +XK +Op +Op +TL +Gs +rD +xO +Ph +dX +GA +oU +Ph +hm +zU +zU +zU +zU +fp +tC +IE +JR +qP +Wp +JR +we +IE +tC +aQ +IE +tC +fr +xJ +hk +Bf +IE +QX +QX +IE +IE +IE +IE +IE +Ko +RY +SB +SB +xB +FK +Vh +FD +QI +dA +dA +Bb +ky +IZ +IZ +IZ +"} +(42,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +Mg +Op +tm +Ls +RL +Op +Dx +Gm +tX +Op +XI +AN +GA +ZU +XI +pv +Kt +JZ +ce +FS +pv +jE +du +Uh +Sr +vQ +vL +Ck +vQ +uS +vQ +vQ +mv +If +mv +pv +pv +pS +pv +pS +pS +pv +pS +pS +pv +Ib +je +SB +SB +FK +MZ +DK +FD +QI +dA +dA +ee +Ib +IZ +IZ +IZ +"} +(43,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Mg +Op +ll +Ls +nC +nC +nC +nC +nC +nC +jW +GM +AK +TS +jW +zc +zc +zc +zc +zc +zc +DA +du +du +du +vQ +FX +FX +FX +FX +Dl +vQ +Hd +Ra +Ka +Ms +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Ib +lS +SB +SB +SB +SB +gx +gx +sq +Ib +Ib +Ib +Ib +IZ +IZ +IZ +"} +(44,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +Mg +Op +Op +Ec +nC +Eu +ns +tZ +zv +nC +dH +rT +Gd +kg +CM +zc +Ev +gw +ND +Sj +zc +TT +du +zN +av +vQ +Vz +Fo +hD +Tl +vQ +vQ +by +Ra +Hj +Ms +Ms +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Ib +Ib +yl +zx +uj +uj +uj +ME +Bz +Ib +IZ +IZ +IZ +IZ +IZ +IZ +"} +(45,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +LI +Mg +LI +Op +Ls +nC +DW +xg +xg +xg +lU +Zv +tD +iG +tD +bn +cr +uR +Ox +Ox +Ox +zc +DV +pJ +er +xU +vQ +FX +Qq +dk +FX +yG +Su +Hd +Ra +Ka +sQ +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Ib +ky +Ib +ky +ky +ky +Ib +ky +Ib +IZ +IZ +IZ +IZ +IZ +IZ +"} +(46,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +Mg +LI +Op +Ls +nC +Bj +uD +ni +ko +nC +Lm +eF +AT +eF +pH +zc +Xl +la +lD +SW +zc +Ho +du +dG +QC +vQ +zb +hD +hD +FX +rN +Su +Hd +Ra +Ka +tu +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(47,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +Mg +LI +Op +XK +nC +XY +uD +uD +oD +nC +Pj +eF +AT +eF +Dv +zc +cV +la +la +SC +zc +Ho +du +du +du +vQ +FX +dc +ry +FX +vQ +vQ +Hd +tB +Ac +Ki +Ms +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(48,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +Mg +LI +Op +mA +nC +GP +uD +ix +Jn +nC +Sx +tQ +AT +zM +kD +zc +Fw +la +ok +nQ +zc +tj +oR +oR +yD +vQ +Vz +wS +hD +Tl +vQ +aG +Hd +Ra +Ka +db +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(49,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +Mg +LI +Op +lr +nC +nC +TA +nC +nC +nC +jW +Pi +hP +cx +zc +zc +zc +zh +zc +zc +zc +du +du +du +HM +vQ +aM +FP +FX +FX +vQ +ri +Hd +Ra +Ka +Mk +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +CH +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(50,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +LI +Mg +LI +Op +Ls +nC +RS +wL +wL +nC +Gl +zy +vp +DD +Vr +zc +IY +tR +IY +zc +KR +AH +sC +sC +MC +wO +vQ +Jj +vQ +vQ +vQ +vQ +zq +Hd +Ra +Ka +zH +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(51,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +DH +IZ +Mg +Op +Op +Ls +bL +wL +tl +Lc +nC +fx +Ve +tQ +dE +cx +zc +IX +Wj +YG +zc +hy +pd +du +Oq +OT +MP +nP +Jp +du +Dy +uu +du +du +Hd +Ra +yN +Ms +Ms +Ms +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(52,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Mg +Op +Kb +Ls +nC +wL +Gv +nC +nC +jW +jW +ha +Tv +Lr +zc +zc +gp +IY +zc +wU +pd +du +du +Aj +du +du +xT +Oj +zR +Oj +Oj +Cv +jg +HX +Ka +fF +KC +tc +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Jy +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(53,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Lg +IZ +Lg +IZ +Lg +IZ +IZ +IZ +Mg +Op +Lw +Ls +nC +nC +nC +nC +XK +Op +EG +vp +vJ +jj +bt +zc +zc +le +zc +du +HM +du +vk +OT +jw +du +du +du +du +du +du +du +FN +Xt +ot +Ms +Ms +Ms +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(54,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Bd +IZ +Bd +IZ +Bd +IZ +IZ +IZ +Mg +Op +pM +Ls +Ls +Ls +cp +Op +Tq +Fk +Ng +eF +fk +tD +iq +jE +DE +DE +DE +DE +xr +du +IB +OT +gb +Yh +IZ +IZ +IZ +IZ +No +Hr +Hd +Xt +Ka +qq +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(55,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Bd +LI +Bd +LI +Bd +IZ +IZ +IZ +Mg +Op +Op +YR +Op +Ls +Ls +Ls +Ls +Op +Lq +eF +yF +eF +tY +du +du +BG +du +du +uP +du +Pw +xN +Wa +du +IZ +IZ +IZ +IZ +No +uN +Hd +Xt +Ka +qq +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(56,1,1) = {" +IZ +IZ +IZ +IZ +tI +LI +LI +tI +Bd +LI +Bd +LI +Bd +VO +Fe +Fe +xK +vI +Op +uF +Op +bd +bd +Op +Op +Op +Lk +Lk +jW +Lk +Lk +du +NN +DA +RP +nn +Pt +du +ZS +DA +fP +Yh +IZ +IZ +IZ +IZ +No +ZR +Hd +Xt +Ka +qq +No +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(57,1,1) = {" +IZ +IZ +IZ +ad +Kz +Fe +Fe +Fe +lo +Fe +lo +Fe +lo +NW +LI +tI +LI +Fi +Fe +vI +Op +uF +uF +Op +LI +Op +LI +LI +LI +LI +LI +du +WD +pj +En +pB +va +du +HA +DA +Ud +du +LI +LI +LI +LI +Ms +Ms +cW +Xt +ot +Ms +Ms +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(58,1,1) = {" +IZ +IZ +IZ +IZ +tI +LI +LI +tI +Bd +LI +Bd +LI +Bd +NC +Fe +Fe +Fe +bG +LI +Mg +tI +tI +tI +tI +tI +tI +tI +tI +tI +tI +tI +du +du +Yh +du +du +xm +du +du +qu +du +du +IZ +IZ +IZ +IZ +No +jx +Hd +Xt +DJ +NE +Le +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(59,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Bd +LI +Bd +LI +Bd +IZ +IZ +IZ +IZ +Mg +tI +Mg +IZ +IZ +IZ +IZ +LI +IZ +LI +IZ +IZ +IZ +tI +Gi +tI +tI +Gi +tI +LI +tI +Yh +DA +Yh +IZ +IZ +IZ +IZ +IZ +No +BJ +ei +Xt +DJ +Wr +Le +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(60,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Bd +IZ +Bd +IZ +Bd +IZ +IZ +IZ +IZ +Mg +LI +Mg +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Gi +LI +LI +Gi +IZ +IZ +LI +du +Eh +du +IZ +IZ +IZ +IZ +IZ +Ms +Ms +Ms +NR +Ms +Ms +Ms +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(61,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +zZ +IZ +zZ +IZ +zZ +IZ +IZ +IZ +IZ +NC +CC +Mh +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Gi +LI +LI +Gi +IZ +IZ +tI +LI +IZ +LI +IZ +IZ +IZ +IZ +IZ +tI +Ms +kX +Da +vV +Ms +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(62,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Ol +hE +hE +hE +GL +xF +xF +xF +ZM +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Gi +LI +LI +Gi +IZ +IZ +IZ +EV +IZ +LI +IZ +IZ +IZ +IZ +IZ +tI +Ms +KY +KY +KY +Ms +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(63,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +LI +Mg +LI +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Gi +LI +LI +Gi +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +tI +tI +tI +tI +tI +tI +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(64,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Ol +hE +hE +hE +GL +xF +xF +xF +ZM +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Rk +Gi +tI +tI +Gi +Rk +IZ +IZ +IZ +IZ +ad +IZ +IZ +IZ +IZ +IZ +tI +IZ +IZ +IZ +IZ +IZ +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(65,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +LI +Mg +LI +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +CH +LI +LI +Gi +Gi +Gi +Gi +LI +LI +ad +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(66,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Ol +hE +hE +hE +GL +xF +xF +xF +ZM +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Rk +Gi +tI +tI +Gi +Rk +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(67,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +tI +Mg +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Gi +IZ +IZ +Gi +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(68,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +Mg +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(69,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +LI +Mg +LI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Jy +IZ +IZ +CH +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +Jy +IZ +IZ +IZ +IZ +IZ +EV +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(70,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +tI +Pb +tI +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(71,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +EV +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(72,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(73,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(74,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} +(75,1,1) = {" +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +IZ +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/syndie_space_base.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/syndie_space_base.dmm new file mode 100644 index 000000000000..3766a75eee9b --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/syndie_space_base.dmm @@ -0,0 +1,13758 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ag" = ( +/obj/item/extinguisher{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/extinguisher{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/extinguisher{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/flashlight{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/structure/rack{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"ai" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/medbay) +"am" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"an" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/storage) +"ap" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/syndicate/directional/south, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"aq" = ( +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"at" = ( +/obj/machinery/door_control{ + id = "syndie_lavaland_vault"; + name = "Vault Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 24; + specialfunctions = 4; + req_access = list(150) + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"ax" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"az" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"aA" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"aB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"aG" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 9"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"aM" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/light{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"aO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"aQ" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave North 1"; + network = list("SyndicateCaves"); + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"bb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"bg" = ( +/obj/machinery/cryopod/offstation{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"bk" = ( +/obj/structure/safe/floor, +/obj/effect/turf_decal/siding/box, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/effect/turf_decal/box/red, +/obj/effect/turf_decal/arrows/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"bq" = ( +/obj/machinery/chem_dispenser/upgraded, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"br" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer, +/obj/item/clothing/glasses/hud/health, +/obj/structure/reagent_dispensers/virusfood{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"bs" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"bI" = ( +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/structure/rack{ + dir = 8 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"bK" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/unpowered/syndicate_space_base/atmos) +"bM" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"bO" = ( +/obj/structure/sink{ + pixel_y = 24 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"bS" = ( +/obj/machinery/processor, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"bT" = ( +/obj/machinery/door/poddoor{ + id_tag = "SSBtestchamber"; + name = "Syndicate Test Lab Blast Door" + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/testlab) +"bU" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"bY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW3"; + location = "SBW2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"cg" = ( +/obj/machinery/light, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"cl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"cp" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"cq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"ct" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"cu" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"cw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/syndicate_space_base/storage) +"cx" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 4 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"cB" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"cE" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"cH" = ( +/obj/machinery/door/poddoor{ + id_tag = "synditoxlaunch"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"cI" = ( +/obj/machinery/computer/arcade/orion_trail, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"cK" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"cM" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"cN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"cP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"cS" = ( +/obj/machinery/chem_dispenser/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"cU" = ( +/obj/structure/bookcase/random, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"cV" = ( +/obj/machinery/economy/vending/suitdispenser/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"cY" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"dc" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"dd" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/sparker{ + id = "syndbaseigniter"; + pixel_y = 20 + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"de" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/paper/instruction/pacman_generator, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"di" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"dj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"dl" = ( +/obj/effect/turf_decal/stripes, +/turf/simulated/floor/indestructible, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"do" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"dw" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"dx" = ( +/obj/machinery/door/poddoor{ + id_tag = "syndbaseventing"; + name = "Venting Bay Door"; + power_state = 0 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"dA" = ( +/turf/space, +/area/ruin/unpowered/syndicate_space_base/inner) +"dD" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"dG" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/control) +"dH" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/item/hatchet, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"dK" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"dL" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"dM" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"dP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplefull" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"dT" = ( +/obj/machinery/cryopod/offstation{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"dW" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"dX" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/turf_decal/delivery/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"dZ" = ( +/obj/machinery/disposal{ + name = "Toxins Bomb Transfer Unit" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"ea" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"ec" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"eg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"el" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"ep" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"er" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"es" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"eD" = ( +/obj/machinery/alarm/syndicate/directional/west, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 8 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"eI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 4 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"eL" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"eN" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"eO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"eP" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/item/gun/energy/floragun, +/obj/item/gun/energy/floragun, +/obj/item/gun/energy/floragun, +/obj/item/gun/energy/floragun, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/book/manual/wiki/hydroponics, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"eR" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"eS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"eT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"eW" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/testlab) +"fb" = ( +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"ff" = ( +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/masks{ + pixel_x = -2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"fi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"fk" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"fm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"fo" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"fp" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"fq" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"fs" = ( +/obj/structure/sign/custodian, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/genetics) +"ft" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"fv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"fA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"fB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"fD" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"fE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/syndicate/directional/west, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"fF" = ( +/obj/structure/table/reinforced, +/obj/item/retractor, +/obj/item/hemostat, +/obj/item/cautery, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"fH" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"fI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"fJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave South 5"; + network = list("SyndicateCaves"); + dir = 6 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"fM" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"fP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"fR" = ( +/obj/effect/spawner/window/plastitanium, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"fS" = ( +/obj/machinery/monkey_recycler, +/obj/item/storage/box/monkeycubes/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"fV" = ( +/obj/machinery/door_control{ + id = "SSBrestricted"; + name = "Shutters Control"; + pixel_x = -24; + req_access = list(151) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"fY" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"ga" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"gd" = ( +/obj/machinery/economy/vending/medical/syndicate_access, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"gk" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/storage/box/foam_grenades, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/testlab) +"gm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"gt" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/syndicate/directional/west, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/storage/box/monkeycubes/syndicate, +/obj/item/storage/box/monkeycubes/syndicate, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = -7; + pixel_y = -7 + }, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/item/storage/box/monkeycubes/syndicate{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"gy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"gB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW2"; + location = "SBW1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"gC" = ( +/obj/machinery/monkey_recycler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"gE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"gF" = ( +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"gG" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/light{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"gM" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"gO" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreen" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"gQ" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 4 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"gR" = ( +/obj/machinery/cryopod/offstation{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"gS" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/computer/library/syndie, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"gW" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Animal Storage"; + req_access = list(150) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"gX" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"hc" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"hi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"hj" = ( +/obj/effect/spawner/window/plastitanium, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/service) +"hl" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"hq" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"hr" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Test Lab South"; + network = list("SyndicateTestLab"); + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"hx" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"hz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"hA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"hC" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"hL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"hM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"hN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"hO" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/virology) +"hP" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"hV" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"hY" = ( +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"ia" = ( +/obj/machinery/power/smes/engineering{ + charge = 0 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"if" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/unpowered/syndicate_space_base/inner) +"ig" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"ij" = ( +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/transfer_valve{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/table, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/obj/item/rpd{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"ip" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"it" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"iu" = ( +/obj/machinery/door_control{ + id = "SSBrestricted"; + name = "Shutters Control"; + pixel_x = 24; + req_access = list(151) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"iv" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"iw" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"iy" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"iB" = ( +/obj/structure/closet/crate/secure/gear{ + req_access = list(150) + }, +/obj/item/clothing/suit/space/syndicate, +/obj/item/clothing/suit/space/syndicate, +/obj/item/clothing/suit/space/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/head/helmet/space/syndicate, +/obj/item/clothing/head/helmet/space/syndicate, +/obj/item/clothing/head/helmet/space/syndicate, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"iD" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"iF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"iG" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/obj/item/lightreplacer, +/obj/item/lightreplacer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"iH" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, +/obj/item/kirbyplants/plant22, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"iJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"iK" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"iQ" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"iU" = ( +/obj/effect/spawner/window/plastitanium, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/service) +"iV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"iW" = ( +/obj/structure/foamedmetal, +/turf/simulated/floor/engine/air, +/area/ruin/unpowered/syndicate_space_base/testlab) +"iX" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"iZ" = ( +/obj/structure/sign/poster/contraband/syndicate_recruitment, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"je" = ( +/obj/structure/closet/crate/secure/gear{ + req_access = list(150) + }, +/obj/item/clothing/suit/space/syndicate, +/obj/item/clothing/suit/space/syndicate, +/obj/item/clothing/suit/space/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/head/helmet/space/syndicate, +/obj/item/clothing/head/helmet/space/syndicate, +/obj/item/clothing/head/helmet/space/syndicate, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"jf" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 8 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"jk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"jl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"jp" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"jH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"jL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 4"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"jQ" = ( +/obj/machinery/economy/vending/clothing/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"jS" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"jV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/floodlight, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"jW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"jX" = ( +/obj/machinery/economy/vending/medical/syndicate_access, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"kc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"kh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"kj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/syndicate/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"kk" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/effect/landmark/costume/random, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"kl" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"kr" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"kB" = ( +/obj/effect/mob_spawn/human/alive/spacebase_syndicate{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"kD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"kE" = ( +/turf/simulated/mineral, +/area/ruin/unpowered/syndicate_space_base/inner) +"kF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"kH" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Test Lab East"; + network = list("SyndicateTestLab"); + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"kK" = ( +/obj/machinery/power/apc/syndicate/directional/south, +/obj/structure/cable/green, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"kO" = ( +/obj/machinery/economy/vending/hatdispenser/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"kS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"kT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"kV" = ( +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/hand_labeler, +/obj/item/pen/red, +/obj/item/restraints/handcuffs, +/obj/item/clothing/glasses/science, +/obj/structure/table/glass, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"kX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"ld" = ( +/obj/machinery/alarm/syndicate/directional/south, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"lo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ls" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"lu" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"lw" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"lD" = ( +/obj/machinery/conveyor/east{ + id = "syndiegarbage" + }, +/obj/machinery/recycler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"lF" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"lG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"lN" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE"; + pixel_x = 32; + pixel_y = -32 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"lP" = ( +/obj/machinery/economy/vending/crittercare/free, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"lT" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"lW" = ( +/obj/machinery/power/apc/syndicate/directional/north, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ma" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/effect/landmark/costume/random, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"mh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"mi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"mk" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"ml" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"mn" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"mq" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/storage) +"mw" = ( +/obj/effect/mob_spawn/human/alive/spacebase_syndicate{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"mG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"mJ" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("SyndicateToxinsTest"); + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"mK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"mO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"mP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"mQ" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"mR" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"mX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"mZ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"nf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"nm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"nn" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"no" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"np" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"nr" = ( +/obj/structure/bed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"nt" = ( +/mob/living/simple_animal/cow{ + faction = list("neutral","syndicate") + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"nu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"nv" = ( +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"nw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"nx" = ( +/obj/machinery/atmospherics/unary/passive_vent, +/turf/simulated/floor/engine/air, +/area/ruin/unpowered/syndicate_space_base/atmos) +"nC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"nD" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = -6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"nE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"nF" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "syndiebase_mix_sensor" + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"nI" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"nP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"nS" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"nT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"nW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"nX" = ( +/obj/item/flag/syndi, +/obj/machinery/light, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"nY" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5; + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5; + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/storage/box/beakers/bluespace, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"nZ" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/effect/landmark/costume/random, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"oe" = ( +/obj/effect/turf_decal/delivery/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"ol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"on" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"op" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/circuitboard/gibber{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/circuitboard/dish_drive{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/circuitboard/scan_consolenew{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/circuitboard/scan_consolenew{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"oA" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"oD" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"oE" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"oJ" = ( +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 6"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"oM" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/unpowered/syndicate_space_base/service) +"oN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"oP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"pe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"pf" = ( +/turf/simulated/mineral/ancient/outer, +/area/ruin/unpowered/syndicate_space_base/storage) +"ph" = ( +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"pk" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"pl" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"pn" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"po" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"pp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"pq" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"ps" = ( +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"pu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"pA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"pB" = ( +/obj/machinery/computer/security/telescreen{ + name = "Test Lab Monitor"; + network = list("SyndicateTestLab") + }, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/testlab) +"pD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"pE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"pF" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"pG" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"pH" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/syndicate/directional/west, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"pM" = ( +/obj/structure/sign/poster/official/state_laws, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"pN" = ( +/obj/item/flag/syndi, +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"pP" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"pQ" = ( +/obj/machinery/camera/xray{ + dir = 8; + c_tag = "Toxins Chamber East"; + network = list("SyndicateToxinsTest") + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"pS" = ( +/turf/space, +/area/ruin/unpowered/syndicate_space_base/atmos) +"pT" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"pV" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/storage/box/disks, +/obj/item/storage/box/beakers, +/obj/item/storage/box/bodybags, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 14 + }, +/obj/item/storage/box/monkeycubes/syndicate, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/hand_labeler, +/obj/item/pen/multi/syndicate, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"qf" = ( +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"qj" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave North 3"; + network = list("SyndicateCaves"); + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"qs" = ( +/obj/machinery/light, +/obj/machinery/porta_turret/syndicate/exterior, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave North 4"; + network = list("SyndicateCaves"); + dir = 1 + }, +/turf/simulated/floor/vault, +/area/ruin/unpowered/syndicate_space_base/cave) +"qv" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"qx" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"qB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"qF" = ( +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"qJ" = ( +/obj/structure/chair, +/turf/simulated/floor/redgrid, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"qR" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"qT" = ( +/obj/machinery/light, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"qV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"qX" = ( +/obj/structure/foamedmetal, +/obj/structure/foamedmetal, +/turf/simulated/floor/engine/air, +/area/ruin/unpowered/syndicate_space_base/testlab) +"qY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"qZ" = ( +/obj/effect/mob_spawn/human/alive/spacebase_syndicate, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"ra" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"rb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"rc" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"rg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"rn" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"rq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"rr" = ( +/obj/machinery/atmospherics/binary/volume_pump, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"rs" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"rt" = ( +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/syndicate_space_base/atmos) +"rv" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"rw" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"ry" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"rD" = ( +/obj/structure/table, +/obj/item/kitchen/knife{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"rF" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"rP" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"rS" = ( +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/turf_decal/delivery/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"rT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"rW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"rX" = ( +/obj/machinery/prize_counter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"rY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"rZ" = ( +/obj/item/flag/syndi, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"sc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"sl" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/machinery/economy/vending/dinnerware, +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"sy" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"sA" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + autolink_id = "syndiebase_mix_out"; + dir = 8 + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"sF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"sR" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"sU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"sV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"tb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"th" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/multi/syndicate, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"ti" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets, +/obj/item/storage/box/donkpockets{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"tm" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave East 1"; + network = list("SyndicateCaves") + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"ts" = ( +/obj/machinery/economy/vending/hydroseeds, +/obj/structure/window/reinforced, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"tt" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"tu" = ( +/obj/machinery/light, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"tz" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"tB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"tD" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"tG" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/engineering) +"tJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "SSBrestricted"; + name = "Syndicate Restricted Area" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"tL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"tN" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/virology) +"tO" = ( +/obj/structure/sign/poster/official/high_class_martini, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/service) +"tP" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"tR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"tS" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Test Lab North"; + network = list("SyndicateTestLab") + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"tW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ui" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"uk" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"um" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/machinery/economy/vending/coffee/free, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"up" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"us" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/reagent_containers/spray/cleaner/advanced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"uy" = ( +/obj/item/clothing/accessory/stethoscope, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"uz" = ( +/turf/simulated/wall/indestructible/riveted, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"uB" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"uD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW6"; + location = "SBW5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"uJ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"uK" = ( +/obj/structure/sign/chemistry, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"uM" = ( +/obj/item/storage/part_replacer, +/obj/structure/rack{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"uN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"uT" = ( +/obj/effect/spawner/window/plastitanium, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/service) +"uU" = ( +/obj/structure/foamedmetal, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"uX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"uY" = ( +/obj/machinery/economy/vending/shoedispenser/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"uZ" = ( +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_x = 32 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/syndicate/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/control) +"va" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"vd" = ( +/obj/structure/table, +/obj/item/pen/multi/syndicate, +/obj/item/paper_bin, +/obj/item/stamp/syndicate, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"vf" = ( +/obj/machinery/seed_extractor, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"vh" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"vi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"vo" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "synditoxlaunch"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"vr" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"vu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"vw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"vy" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"vz" = ( +/obj/machinery/atmospherics/binary/volume_pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"vA" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"vB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"vC" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"vD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"vG" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"vJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"vN" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"vO" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/syndicate/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"vP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"vQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"vR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"vT" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"vV" = ( +/obj/item/stack/package_wrap, +/obj/item/book/manual/wiki/sop_service, +/obj/item/pen/blue{ + pixel_y = 4 + }, +/obj/item/book/manual/barman_recipes, +/obj/item/lighter/zippo, +/obj/item/reagent_containers/drinks/flask/barflask, +/obj/item/reagent_containers/drinks/flask/barflask, +/obj/structure/table/wood, +/obj/machinery/alarm/syndicate/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"vW" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/screwdriver/nuke, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"vX" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"wb" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"wd" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"wf" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"wn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"wp" = ( +/obj/machinery/door_control{ + id = "SSBtestchamber"; + name = "Blast Door Control" + }, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/testlab) +"wu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"wv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"wz" = ( +/obj/machinery/atmospherics/binary/circulator, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"wA" = ( +/obj/machinery/light/small, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"wE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"wI" = ( +/obj/machinery/economy/vending/artvend/free, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"wJ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"wK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW5"; + location = "SBW4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"wL" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"wO" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave North 5"; + network = list("SyndicateCaves"); + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"wP" = ( +/obj/structure/table/reinforced, +/obj/item/scalpel, +/obj/item/circular_saw{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"wW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/alarm/syndicate/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"xa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/syndicate_space_base/storage) +"xc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"xj" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"xn" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"xo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/syndicate_space_base/storage) +"xt" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 7"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"xu" = ( +/obj/structure/table/wood, +/obj/machinery/light, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"xw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"xD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"xL" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"xO" = ( +/obj/machinery/alarm/syndicate/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"xQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"xS" = ( +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW1"; + location = "SBW0" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"xW" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"xZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ya" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave South 2"; + network = list("SyndicateCaves"); + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"yb" = ( +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"yc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"yf" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"yh" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "synditoxlaunch" + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"ym" = ( +/obj/machinery/economy/vending/cigarette/syndicate/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"yq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"yx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"yC" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall/indestructible/syndicate, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"yD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"yE" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"yL" = ( +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"yR" = ( +/obj/item/kirbyplants/plant22, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"za" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"zb" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"zc" = ( +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"zd" = ( +/obj/machinery/dna_scannernew, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreen" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"ze" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW8"; + location = "SBW7" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"zh" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/delivery/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"zk" = ( +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW0"; + location = "SBW10" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"zl" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"zn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners"; + dir = 4 + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"zs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"zt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"zw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"zz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"zA" = ( +/obj/machinery/economy/vending/syndichem, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"zE" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"zF" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/effect/turf_decal/caution/red, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"zH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"zL" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"zO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"zQ" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"zR" = ( +/obj/machinery/door_control{ + id = "syndbaseventing"; + name = "Toxin Venting Control"; + pixel_x = 26; + pixel_y = -8 + }, +/obj/machinery/ignition_switch{ + id = "syndbaseigniter"; + pixel_x = 25; + pixel_y = 6 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + inlet_injector_autolink_id = "syndiebase_mix_in"; + outlet_vent_autolink_id = "syndiebase_mix_out"; + autolink_sensors = list("syndiebase_mix_sensor" = "Burn Mix"); + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"zT" = ( +/obj/machinery/bluespace_beacon/syndicate/infiltrator, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"zU" = ( +/obj/machinery/camera/emp_proof{ + c_tag = "Test Lab West"; + dir = 5; + network = list("SyndicateTestLab") + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"zW" = ( +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -30 + }, +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Ab" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Ae" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/redgrid, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"Af" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/enzyme{ + layer = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Ah" = ( +/obj/effect/mob_spawn/human/alive/spacebase_syndicate{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Ai" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/control) +"Aj" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ak" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Al" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Ao" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Ap" = ( +/obj/machinery/doppler_array{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Aq" = ( +/obj/structure/table/reinforced, +/obj/item/surgicaldrill, +/obj/item/bonegel, +/obj/item/bonesetter, +/obj/item/fix_o_vein, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"AB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"AD" = ( +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"AJ" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"AM" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"AQ" = ( +/obj/machinery/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"AS" = ( +/obj/structure/table/wood, +/obj/item/deck/unum, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"AT" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/effect/turf_decal/caution/red, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"AV" = ( +/turf/template_noop, +/area/template_noop) +"AW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"AY" = ( +/obj/machinery/cryopod/offstation{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"AZ" = ( +/obj/machinery/economy/vending/hydronutrients, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"Bd" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 5"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"Bf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Bg" = ( +/turf/simulated/floor/engine/air, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Bh" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Bi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Bk" = ( +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Bq" = ( +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 4 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"Br" = ( +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Bu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Bx" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/engineering) +"BC" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"BF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"BH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"BJ" = ( +/obj/machinery/light, +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"BK" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"BL" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"BQ" = ( +/obj/machinery/computer/security{ + dir = 4; + network = list("SyndicateTestLab","SyndicateToxinsTest","SyndicateCaves","SyndicateInterior"); + name = "syndicate security camera console"; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/control) +"BR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"BW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"BZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Cf" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "syndiegarbage"; + name = "disposal coveyor" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Cg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Cl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Cm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Cn" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Cr" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Cw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"CC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/shaker, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"CI" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 2"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"CM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"CR" = ( +/obj/machinery/alarm/syndicate/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"CS" = ( +/obj/structure/cable/green, +/obj/machinery/power/apc/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"CU" = ( +/obj/machinery/cryopod/offstation{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"CV" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"CX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"CZ" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/gun/syringe/syndicate, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Dg" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/unpowered/syndicate_space_base/service) +"Di" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/syndicate/directional/south, +/turf/simulated/floor/catwalk, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"Dl" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Du" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/control) +"Dy" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/service) +"DG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"DI" = ( +/obj/structure/sign/poster/official/obey, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/storage) +"DL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"DQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"DT" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"DU" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"DV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"DX" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/genetics) +"DZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Ea" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Eb" = ( +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Ed" = ( +/obj/structure/closet/crate/secure/gear{ + req_access = list(150) + }, +/obj/machinery/light{ + dir = 1 + }, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Ef" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/syndicate/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Ei" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Animal Storage"; + req_access = list(150) + }, +/mob/living/simple_animal/chicken{ + faction = list("neutral","syndicate") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"El" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"EA" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"EC" = ( +/obj/effect/mob_spawn/human/alive/spacebase_syndicate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"EF" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"EH" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"EN" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"EO" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5; + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5; + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5; + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/storage/box/beakers/bluespace, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"EP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"ES" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/vault{ + id_tag = "syndie_lavaland_vault"; + locked = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"ET" = ( +/obj/machinery/power/teg, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"EU" = ( +/obj/machinery/alarm/syndicate/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"EV" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Fa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Fd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Fe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ff" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Fi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Fj" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/vending_refill/snack{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/vending_refill/snack{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/vending_refill/snack{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/vending_refill/snack{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/vending_refill/snack{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/vending_refill/snack{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/vending_refill/coffee, +/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/item/vending_refill/cola, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Fk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Fl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Fp" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Fv" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Fw" = ( +/obj/machinery/biogenerator, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"Fz" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"FI" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/item/vending_refill/shoedispenser, +/obj/item/vending_refill/suitdispenser, +/obj/item/vending_refill/autodrobe, +/obj/item/vending_refill/hatdispenser, +/obj/item/vending_refill/clothing, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"FM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"FP" = ( +/obj/machinery/alarm/syndicate/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"FU" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"FZ" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"Gd" = ( +/obj/item/stack/sheet/mineral/plastitanium{ + amount = 30; + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/plastitanium{ + amount = 30 + }, +/obj/item/stack/sheet/mineral/plastitanium{ + amount = 30; + pixel_x = -5; + pixel_y = -5 + }, +/obj/structure/rack{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "east bump"; + pixel_x = 27 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Ge" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Gg" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Gh" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"Gi" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Go" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"Gp" = ( +/obj/structure/closet/secure_closet/freezer/meat/open, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24; + name = "south bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Gq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"Gs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Gt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Gz" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/medbay) +"GA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"GB" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"GL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"GM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"GN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"GO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"GP" = ( +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/syndicate/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 8 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"GX" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Ha" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Hc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Hd" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"Hi" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Hm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"Hn" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Ho" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Hr" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Hu" = ( +/obj/machinery/light, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave North 2"; + network = list("SyndicateCaves"); + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"HB" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/soap/syndie, +/obj/item/soap/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"HC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"HM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"HN" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"HO" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"HP" = ( +/mob/living/carbon/human/monkey, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"HS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/redgrid, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"HX" = ( +/obj/machinery/chem_dispenser/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"HZ" = ( +/obj/structure/table/glass, +/obj/item/folder/white, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -3 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/screwdriver/nuke, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Ic" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Id" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Ij" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ik" = ( +/obj/machinery/alarm/syndicate/directional/north, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Il" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave South 4"; + network = list("SyndicateCaves"); + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"Im" = ( +/obj/machinery/atmospherics/binary/circulator{ + side = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"In" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ip" = ( +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Is" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Iv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Ix" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Iz" = ( +/obj/structure/closet/crate/secure/gear{ + req_access = list(150) + }, +/obj/machinery/light, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/clothing/under/syndicate/combat, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military, +/obj/item/storage/belt/military, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/mask/gas/syndicate, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/obj/item/clothing/glasses/night, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"II" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"IJ" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"IL" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"IQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"IS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"IT" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"IX" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"IY" = ( +/obj/machinery/tcomms/relay/ruskie{ + network_id = "SYNDIE-RELAY" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"Ja" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Jc" = ( +/obj/machinery/computer/camera_advanced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"Jf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Jj" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Jk" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate Bioweapon Research Outpost" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"Jm" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Jn" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Jo" = ( +/obj/machinery/camera/xray{ + dir = 10; + c_tag = "Toxins Chamber South"; + network = list("SyndicateToxinsTest") + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"Jr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ju" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/taperecorder{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Jx" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Jy" = ( +/obj/machinery/turretid/syndicate{ + pixel_y = -24; + name = "Caves Turret Control Panel"; + control_area = "Syndicate Space Base Cave"; + req_access = list(150) + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/control) +"Jz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"JE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 8 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"JF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"JH" = ( +/obj/structure/window/reinforced, +/obj/machinery/chem_dispenser/upgraded, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"JL" = ( +/obj/structure/sign/poster/contraband/missing_gloves, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/storage) +"JR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"JU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"JV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/syndicate_space_base/storage) +"JZ" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Kb" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Kh" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"Km" = ( +/obj/machinery/autolathe/syndicate, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Ko" = ( +/turf/simulated/mineral, +/area/ruin/unpowered/syndicate_space_base/outer) +"Kw" = ( +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ky" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"KA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"KG" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"KL" = ( +/obj/structure/table, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/obj/item/rpd{ + pixel_y = 3 + }, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"KN" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"KO" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/virology) +"KR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"KS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"KZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"Lc" = ( +/obj/machinery/computer/cryopod{ + pixel_x = -32; + req_one_access = null; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Ld" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Lh" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Lj" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Lk" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave South 1"; + network = list("SyndicateCaves"); + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"Ln" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Ls" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"Lt" = ( +/obj/machinery/door/window/classic/reversed, +/obj/machinery/door/window/classic/reversed{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Lu" = ( +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/engine/air, +/area/ruin/unpowered/syndicate_space_base/atmos) +"LD" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 8"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"LE" = ( +/obj/machinery/porta_turret/syndicate/exterior, +/turf/simulated/floor/vault, +/area/ruin/unpowered/syndicate_space_base/cave) +"LF" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/storage/box/foam_grenades, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"LL" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave East 3"; + network = list("SyndicateCaves"); + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"LN" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"LP" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"LR" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"LS" = ( +/obj/structure/sign/poster/contraband/lamarr, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Mf" = ( +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"Mg" = ( +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Mk" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Ml" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Mn" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Mo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Mp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Mr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Mw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"My" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"MC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"MF" = ( +/obj/machinery/plantgenes, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/service) +"MK" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"MN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"MT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"MX" = ( +/obj/structure/closet/crate/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/obj/item/tank/internals/anesthetic, +/obj/item/tank/internals/anesthetic, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"MY" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Nf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Nm" = ( +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Nq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Ns" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Nv" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Nw" = ( +/obj/machinery/camera/xray{ + c_tag = "Toxins Chamber West"; + network = list("SyndicateToxinsTest"); + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"NI" = ( +/obj/structure/reagent_dispensers/spacecleanertank{ + pixel_y = 30 + }, +/obj/structure/extinguisher_cabinet{ + name = "west bump"; + pixel_x = -27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"NS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW9"; + location = "SBW8" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"NT" = ( +/obj/structure/closet/secure_closet/medical1{ + req_access = list(150) + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/storage/backpack/duffel/medical, +/obj/item/handheld_defibrillator, +/obj/item/handheld_defibrillator, +/obj/item/defibrillator, +/obj/machinery/alarm/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"NU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Od" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Og" = ( +/obj/machinery/conveyor/east{ + id = "syndiegarbage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Oi" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Ok" = ( +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW8"; + location = "SBW7" + }, +/turf/simulated/mineral, +/area/ruin/unpowered/syndicate_space_base/inner) +"On" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Op" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Ox" = ( +/turf/simulated/mineral/ancient/outer, +/area/ruin/unpowered/syndicate_space_base/main) +"OC" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/service) +"OF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"OI" = ( +/mob/living/simple_animal/pig{ + faction = list("neutral","syndicate") + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"OK" = ( +/obj/machinery/camera/xray{ + c_tag = "Toxins Chamber North"; + network = list("SyndicateToxinsTest") + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"OQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"OR" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/storage) +"OS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"OT" = ( +/turf/simulated/mineral/random/high_chance, +/area/ruin/unpowered/syndicate_space_base/inner) +"OY" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"OZ" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave East 4"; + network = list("SyndicateCaves"); + dir = 4 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"Pb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -24; + name = "west bump" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Pn" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Pp" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Pt" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/storage/box/foam_grenades{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/foam_grenades, +/obj/item/storage/box/foam_grenades{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Pu" = ( +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"PA" = ( +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW10"; + location = "SBW9" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"PB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"PG" = ( +/obj/machinery/economy/vending/cigarette/syndicate/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"PK" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"PL" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/virology) +"PM" = ( +/obj/machinery/conveyor/east{ + id = "syndiegarbage" + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"PN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"PS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"PU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"PX" = ( +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW7"; + location = "SBW6" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Qa" = ( +/obj/structure/disposalpipe/junction/y, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Qf" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"Qp" = ( +/obj/machinery/light, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Qr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Qv" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave South 3"; + network = list("SyndicateCaves"); + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"Qy" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Qz" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"QB" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"QD" = ( +/obj/structure/disposalpipe/junction/reversed, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"QG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"QM" = ( +/turf/simulated/mineral/ancient/outer, +/area/ruin/unpowered/syndicate_space_base/inner) +"QN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"QO" = ( +/obj/item/storage/box/monkeycubes/syndicate, +/obj/structure/sink{ + dir = 4; + pixel_x = 12 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"QT" = ( +/obj/item/clothing/gloves/color/fyellow/old, +/turf/simulated/floor/plating/asteroid/airless, +/area/ruin/unpowered/syndicate_space_base/inner) +"QU" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"QY" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Rb" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/service) +"Rf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Rg" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Rh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Ri" = ( +/turf/simulated/mineral/ancient/outer, +/area/ruin/unpowered/syndicate_space_base/outer) +"Rm" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Rp" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ru" = ( +/obj/machinery/atmospherics/binary/pump/on{ + name = "Air To Distro"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Rw" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/machinery/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"RN" = ( +/obj/machinery/reagentgrinder, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5 + }, +/obj/item/stack/sheet/mineral/uranium{ + amount = 10 + }, +/obj/item/stack/sheet/mineral/gold{ + amount = 10 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"RR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"RS" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/regular{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"RV" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"RX" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/main) +"RZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Sl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Sn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Sq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Sr" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Su" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/t_scanner, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Sv" = ( +/obj/structure/closet/crate/secure/weapon{ + req_access = list(150) + }, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/fire, +/obj/item/ammo_box/magazine/m10mm/fire, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Sz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/engineering{ + charge = 0 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"SA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"SD" = ( +/obj/machinery/driver_button{ + id_tag = "synditoxlaunch"; + pixel_y = 22; + range = 18 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"SF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"SL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"SM" = ( +/obj/structure/table/reinforced, +/obj/item/vending_refill/dinnerware{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/vending_refill/dinnerware{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydronutrients, +/obj/item/vending_refill/hydroseeds{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/vending_refill/hydroseeds{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"SN" = ( +/obj/structure/closet/crate/secure/weapon{ + req_access = list(150) + }, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/hp, +/obj/item/ammo_box/magazine/m10mm/fire, +/obj/item/ammo_box/magazine/m10mm/fire, +/obj/item/ammo_box/magazine/m10mm/ap, +/obj/item/ammo_box/magazine/m10mm/ap, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"SQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"SS" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"ST" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/control) +"SV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"SW" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Ta" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Th" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplefull" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Tj" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/chem_dispenser/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 8 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"To" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "syndiebase_mix_in"; + dir = 8 + }, +/turf/simulated/floor/engine/vacuum, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Tp" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 3"; + network = list("SyndicateCaves"); + dir = 8 + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"Tr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Tt" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Tu" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Tv" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/light_switch{ + dir = 8; + pixel_x = 24; + name = "east bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Ty" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/syndicate_space_base/storage) +"Tz" = ( +/obj/machinery/light, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"TD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"TE" = ( +/obj/structure/table/reinforced, +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/vending_refill/medical{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/vending_refill/medical, +/obj/item/vending_refill/medical{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"TK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"TN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"TW" = ( +/obj/structure/table, +/obj/machinery/alarm/syndicate/directional/south, +/obj/item/stack/sheet/metal/fifty, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/box/beakers, +/obj/item/storage/box/foam_grenades, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Uc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Ud" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Ue" = ( +/obj/machinery/computer/monitor/secret{ + name = "Engine Grid Power Monitoring Computer"; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Um" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Ut" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave East 5"; + network = list("SyndicateCaves"); + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"Uu" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/control) +"Uv" = ( +/obj/machinery/economy/vending/boozeomat/syndicate_access, +/obj/structure/extinguisher_cabinet{ + name = "south bump"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Uw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Ux" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"UC" = ( +/obj/machinery/alarm/syndicate/directional/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"UJ" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"UK" = ( +/obj/structure/foamedmetal, +/obj/structure/foamedmetal, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"UM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"UN" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"UQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"US" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ruin/unpowered/syndicate_space_base/storage) +"UT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"UV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"UX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Vh" = ( +/obj/machinery/economy/vending/toyliberationstation/secured, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"Vl" = ( +/turf/simulated/wall/indestructible/syndicate, +/area/ruin/unpowered/syndicate_space_base/toxtest) +"Vr" = ( +/obj/machinery/economy/vending/syndichem, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Vs" = ( +/obj/item/clothing/mask/gas/clown_hat{ + desc = "What is this? A secret syndie space face, inside the secret syndie space base?"; + name = "syndicate clown mask" + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"Vv" = ( +/obj/machinery/chem_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"VB" = ( +/obj/structure/cable/green{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"VE" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/storage/box/stockparts/deluxe{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/stockparts/deluxe{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/storage/box/stockparts/deluxe{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/storage/box/stockparts/deluxe{ + pixel_x = -5; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"VH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"VN" = ( +/obj/machinery/economy/vending/syndichem, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"VO" = ( +/obj/item/storage/belt/medical, +/obj/item/crowbar, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/accessory/stethoscope, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"VP" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"VS" = ( +/obj/machinery/navbeacon/invisible{ + codes_txt = "patrol;next_patrol=SBW4"; + location = "SBW3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"VT" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/genetics) +"VU" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/storage/box/disks, +/obj/item/storage/box/beakers, +/obj/item/storage/box/bodybags, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 14 + }, +/obj/item/storage/box/monkeycubes/syndicate, +/obj/machinery/light{ + dir = 8 + }, +/obj/item/hand_labeler, +/obj/item/pen/multi/syndicate, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkgreen" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"VW" = ( +/obj/machinery/computer/arcade/recruiter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"VY" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"VZ" = ( +/obj/machinery/cryopod/offstation{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"Wa" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/obj/item/kirbyplants/plant22, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Wf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Wi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Wm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Wr" = ( +/obj/machinery/alarm/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Wz" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/engineering) +"WC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"WD" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"WG" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"WJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"WO" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 4 + }, +/area/ruin/unpowered/syndicate_space_base/genetics) +"WT" = ( +/obj/machinery/light{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave East 2"; + network = list("SyndicateCaves") + }, +/turf/simulated/floor/plating{ + icon_state = "asteroidplating" + }, +/area/ruin/unpowered/syndicate_space_base/cave) +"WU" = ( +/obj/machinery/economy/vending/toyliberationstation/secured, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/ruin/unpowered/syndicate_space_base/storage) +"WV" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"WW" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Xa" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/toxlaunch) +"Xb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"Xc" = ( +/obj/machinery/door/poddoor{ + id_tag = "SSBtestchamber"; + name = "Syndicate Test Lab Blast Door" + }, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/testlab) +"Xf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Xh" = ( +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"Xn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/alarm/syndicate/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Xo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Xp" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/chef_recipes{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/kitchen/rollingpin, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"Xt" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Xv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"XA" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"XE" = ( +/obj/effect/mob_spawn/human/alive/spacebase_syndicate, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/ruin/unpowered/syndicate_space_base/dormitories) +"XF" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/atmos) +"XH" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"XL" = ( +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave West 1"; + network = list("SyndicateCaves"); + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"XM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/extinguisher_cabinet{ + name = "north bump"; + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"XR" = ( +/turf/simulated/floor/engine, +/area/ruin/unpowered/syndicate_space_base/testlab) +"XW" = ( +/obj/machinery/light{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Syndicate Base Cave East 6"; + network = list("SyndicateCaves"); + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient, +/area/ruin/unpowered/syndicate_space_base/cave) +"XX" = ( +/obj/machinery/economy/vending/autodrobe/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Yd" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Ye" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Yh" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Yj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"Yk" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Yo" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/effect/turf_decal/caution/red, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"Yu" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"Yw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"YF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"YG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ruin/unpowered/syndicate_space_base/medbay) +"YJ" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 1 + }, +/obj/machinery/light, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/ruin/unpowered/syndicate_space_base/service) +"YL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"YQ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"YR" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"YS" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/grass, +/area/ruin/unpowered/syndicate_space_base/service) +"YU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"YV" = ( +/obj/machinery/chem_master, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/ruin/unpowered/syndicate_space_base/chemistry) +"YY" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Zb" = ( +/obj/structure/rack, +/obj/item/rpd{ + pixel_y = 3 + }, +/obj/item/rpd{ + pixel_y = 3 + }, +/obj/item/rpd{ + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Zf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/telecomms) +"Zg" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"Zj" = ( +/obj/machinery/smartfridge/secure/chemistry/virology/preloaded/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"Zq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Zr" = ( +/obj/machinery/computer/monitor/secret{ + name = "Output Grid Power Monitoring Computer"; + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/engineering) +"Zv" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ZB" = ( +/obj/structure/disposalpipe/junction/reversed, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ZH" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'CHEMICAL TESTING ZONsE"; + name = "CHEMICAL TESTING ZONE" + }, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/unpowered/syndicate_space_base/testlab) +"ZI" = ( +/obj/structure/rack{ + dir = 8 + }, +/obj/effect/landmark/costume/random, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/arrivals) +"ZK" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"ZQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ZS" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/atmos) +"ZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/virology) +"ZU" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ZV" = ( +/obj/machinery/light_switch{ + pixel_y = 24; + name = "north bump" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/unpowered/syndicate_space_base/main) +"ZX" = ( +/obj/effect/spawner/window/plastitanium, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/ruin/unpowered/syndicate_space_base/arrivals) + +(1,1,1) = {" +AV +AV +AV +AV +Ri +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +AV +AV +AV +Ri +Ri +AV +Ri +Ri +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +AV +AV +AV +AV +AV +AV +"} +(2,1,1) = {" +AV +AV +AV +AV +AV +AV +Ri +AV +Ri +AV +AV +AV +Ri +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +Ri +Ri +Ri +AV +AV +AV +AV +AV +Ri +AV +AV +AV +Ri +AV +AV +AV +Ri +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +"} +(3,1,1) = {" +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +kE +kE +Ri +kE +kE +Ri +kE +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +AV +Ri +AV +Ri +Ri +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +Ri +AV +AV +AV +AV +AV +"} +(4,1,1) = {" +AV +Ri +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +kE +AD +LE +Mf +AD +kE +kE +AD +kE +kE +kE +Ri +kE +kE +Ko +Ri +kE +kE +Ri +Ri +AD +LE +AD +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +AV +AV +AV +"} +(5,1,1) = {" +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +Ri +kE +kE +Ri +AD +AD +Mf +AD +Mf +AD +AD +Mf +kE +kE +AD +AD +Mf +AD +AD +kE +kE +Ri +kE +Mf +Mf +AD +Mf +AD +AD +AD +Ri +kE +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +kE +kE +Ri +kE +Ri +Ri +Ri +Ri +AV +AV +AV +AV +AV +"} +(6,1,1) = {" +AV +AV +Ri +Ri +Ri +Ri +kE +kE +kE +Ri +kE +AD +kE +kE +AD +AD +Tp +kE +kE +jL +kE +kE +kE +Bd +Mf +Mf +Mf +AD +LE +AD +KN +AD +oJ +AD +AD +KN +kE +kE +kE +AD +Mf +xt +AD +Mf +AD +LE +kE +kE +kE +Ri +Ri +Ri +Ri +Ri +kE +kE +Ri +kE +kE +kE +kE +kE +kE +Ri +Ri +Ri +AV +AV +Ri +AV +"} +(7,1,1) = {" +AV +AV +Ri +Ri +Ri +kE +Ri +kE +LE +AD +AD +AD +AD +Mf +AD +cg +xn +xn +xn +xn +xn +xn +xn +xn +kE +AD +AD +kE +kE +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +AD +Mf +AD +kE +Ri +kE +AD +Ri +kE +AD +kE +kE +kE +AD +kE +kE +kE +kE +Ri +Ri +Ri +AV +AV +AV +AV +AV +"} +(8,1,1) = {" +AV +Ri +Ri +Ri +kE +kE +kE +AD +Mf +AD +Mf +AD +Mf +LE +kE +kE +xn +jQ +XX +kO +cV +uY +PG +xn +kE +kE +AD +kE +kE +eW +UK +uU +eW +uU +uU +uU +uU +uU +uU +uU +eW +uU +uU +eW +kE +AD +Mf +Mf +AD +AD +AD +Mf +AD +Mf +Mf +kE +kE +AD +AD +AD +kE +kE +kE +Ri +Ri +AV +AV +AV +AV +AV +"} +(9,1,1) = {" +AV +Ri +Ri +kE +kE +kE +Mf +Mf +XL +kE +kE +CI +kE +kE +kE +kE +xn +UQ +Xo +zH +zH +rg +Ta +xn +kE +kE +kE +kE +kE +eW +uU +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +eW +uU +eW +kE +kE +AD +AD +AD +Mf +LE +AD +Mf +AD +AD +AD +Mf +AD +kE +kE +kE +kE +kE +Ri +Ri +Ri +AV +AV +AV +AV +"} +(10,1,1) = {" +AV +Ri +Ri +AD +kE +Mf +AD +kE +xn +xn +xn +xn +xn +xn +xn +xn +xn +My +ma +nZ +kk +ZI +My +xn +xn +xn +xn +xn +kE +eW +uU +eW +tS +XR +Ip +XR +Bk +XR +Ip +XR +zU +eW +uU +eW +kE +kE +kE +kE +AD +LD +kE +AD +kE +kE +kE +aG +AD +AD +LE +kE +kE +kE +kE +kE +Ri +Ri +AV +AV +AV +AV +"} +(11,1,1) = {" +AV +Ri +Ri +Ri +AD +Mf +kE +kE +xn +th +ax +hC +IT +jS +wL +Fz +xn +Ln +xn +xn +LS +xn +EH +xn +NI +xj +HB +xn +eW +eW +eW +eW +JR +nP +XR +XR +XR +XR +XR +Ml +PN +eW +eW +eW +eW +tG +tG +tG +tG +tG +tG +tG +tG +tG +tG +tG +kE +Mf +AD +AD +AD +kE +kE +Ri +Ri +Ri +AV +Ri +AV +AV +"} +(12,1,1) = {" +Ri +Ri +Ri +kE +kE +AD +AD +kE +xn +nf +hi +QN +hV +zH +zH +Xo +gB +Mr +zH +wE +Cl +Cl +Zg +hV +zH +Wf +Pu +xn +uU +eW +iW +eW +Jx +XR +XR +XR +XR +XR +XR +XR +Tz +eW +iW +eW +iW +tG +fH +fE +de +Yh +Zb +Zr +Ue +Lh +Su +tG +kE +kE +AD +Mf +AD +AD +kE +kE +Ri +Ri +Ri +AV +AV +AV +"} +(13,1,1) = {" +AV +Ri +Ri +Ri +kE +kE +Mf +kE +xn +pD +iu +eS +IT +xQ +fp +oN +My +Ea +xQ +lF +xQ +xQ +IL +xn +iG +WG +nD +xn +uU +eW +iW +eW +qY +XR +XR +XR +XR +XR +XR +XR +vB +eW +iW +eW +iW +tG +qF +JU +qF +qF +qF +cB +JU +qF +qF +tG +kE +kE +AD +AD +Mf +kE +kE +kE +kE +Ri +Ri +AV +AV +AV +"} +(14,1,1) = {" +AV +Ri +Ri +Ri +Ri +AD +AD +wO +xn +tJ +xn +xn +xn +xn +xn +IT +Ln +xn +xn +xn +xn +CR +SA +xn +xn +xn +xn +xn +uU +eW +iW +eW +EU +XR +XR +XR +HP +XR +XR +XR +ap +eW +iW +eW +iW +tG +dK +Fi +KR +Ns +cq +ea +mZ +DG +ld +tG +tG +tG +Lk +kE +Mf +AD +kE +kE +Ri +Ri +Ri +AV +AV +AV +"} +(15,1,1) = {" +Ri +Ri +AV +Ri +Ri +Ri +AD +LE +xn +Dl +fV +xQ +xn +cI +hl +xQ +My +gS +QY +QY +xn +Oi +SA +xn +Cf +WV +Og +xn +uU +eW +iW +eW +qY +XR +XR +XR +XR +XR +XR +XR +fm +eW +iW +eW +iW +tG +JU +Ff +DQ +nu +Pp +OQ +BZ +qF +PA +qF +Ao +tG +kE +kE +AD +Mf +AD +kE +kE +Ri +Ri +AV +AV +AV +"} +(16,1,1) = {" +AV +AV +AV +Ri +Ri +kE +Mf +kE +iZ +xQ +xQ +Ab +xn +MY +Ye +cl +RR +pP +WD +WD +xn +XM +bb +xn +tb +Ux +PM +xn +eW +eW +eW +eW +Jx +XR +XR +XR +XR +XR +XR +XR +rn +eW +eW +eW +eW +tG +Ja +Sz +ia +Tr +JU +qF +Zq +rr +Mn +qF +tu +tG +kE +kE +AD +AD +AD +kE +kE +Ri +Ri +AV +AV +AV +"} +(17,1,1) = {" +AV +AV +AV +Ri +Ri +kE +AD +kE +xn +yL +fp +zT +xn +VW +Ye +xQ +My +pP +wJ +xu +xn +yL +mG +ZX +rY +xQ +lD +xn +uU +eW +iW +eW +Nq +Op +XR +XR +XR +XR +XR +aB +gE +eW +iW +eW +iW +tG +JU +OF +WC +Tr +JU +yE +jW +wz +vD +vz +hq +tG +kE +kE +Mf +AD +AD +AD +kE +Ri +Ri +AV +Ri +AV +"} +(18,1,1) = {" +AV +AV +Ri +Ri +Ri +Ri +Mf +AD +xn +xn +xn +xn +xn +qf +xQ +xQ +My +pP +AS +wJ +xn +vR +Ic +hV +xD +yc +Og +xn +uU +eW +iW +eW +kH +mK +KS +XR +uk +XR +KS +Wi +hr +eW +iW +eW +iW +tG +pA +dw +dw +iF +PS +OQ +Cm +ET +qF +qF +JZ +tG +kE +AD +Mf +LE +kE +kE +Ri +Ri +Ri +Ri +AV +AV +"} +(19,1,1) = {" +AV +AV +Ri +Ri +kE +AD +Mf +AD +kE +kE +kE +kE +xn +qf +xQ +vR +nW +pP +lu +RV +xn +gM +SQ +xn +Dl +xQ +PM +xn +uU +eW +iW +eW +wp +BF +ZH +eW +eW +eW +ZH +Uc +wp +eW +iW +eW +iW +tG +qF +Fl +nE +Mp +GN +Qy +zw +Im +fI +vz +hq +tG +kE +AD +AD +AD +kE +kE +kE +kE +Ri +Ri +AV +AV +"} +(20,1,1) = {" +AV +AV +Ri +Ri +kE +kE +AD +Mf +AD +AD +kE +kE +xn +rX +Tv +fk +vw +cU +QY +QY +xn +am +Mw +xn +xn +xQ +xQ +xn +eW +eW +iW +iW +eW +bT +eW +iW +iW +iW +eW +Xc +eW +iW +qX +eW +eW +tG +iv +qF +fi +Kb +zb +cM +TN +rr +Yd +qF +tu +tG +kE +kE +AD +Mf +AD +kE +kE +kE +Ri +Ri +AV +AV +"} +(21,1,1) = {" +Ri +Ri +Ri +Ri +kE +kE +kE +Mf +Mf +AD +AD +qs +xn +xn +xn +IT +qR +xn +xn +xn +xn +am +Mw +Ho +xn +xn +xn +xn +fS +eW +eW +eW +wp +UV +ZH +eW +wp +pB +ZH +yx +wp +eW +eW +eW +gk +tG +tG +Bx +Wz +tG +tG +tG +tG +XH +qF +qF +LF +tG +kE +kE +kE +Mf +AD +AD +kE +kE +Ri +Ri +Ri +AV +"} +(22,1,1) = {" +AV +Ri +Ri +kE +kE +kE +kE +AD +Mf +Mf +AD +Mf +Lj +iX +mO +Qr +Qa +fq +ZB +Cg +on +QD +hN +kF +fP +Pb +sR +mi +fP +fP +BC +Ix +zz +MC +kF +wW +fP +kT +fP +xc +zz +fP +uN +Is +fP +On +ZU +zz +mP +np +fP +wu +IX +IX +IX +GX +IX +IX +IX +IX +kE +AD +Mf +AD +kE +Ri +Ri +Ri +AV +AV +"} +(23,1,1) = {" +AV +Ri +Ri +kE +kE +kE +kE +AD +Mf +AD +Mf +AD +Lj +am +LN +am +ZQ +xZ +Bi +Gi +GA +sc +xS +In +am +am +Mw +Gi +yb +am +cK +tt +tW +am +Fe +am +am +Mw +am +am +tW +cK +Fe +Gi +am +hL +YQ +tW +zk +Fe +am +Mw +IX +dX +zh +nw +aM +EV +EV +IX +kE +Mf +Mf +AD +kE +kE +Ri +Ri +AV +AV +"} +(24,1,1) = {" +AV +Ri +Ri +Ri +kE +kE +AD +Mf +AD +AD +kE +kE +Dy +Dy +Dy +OC +iU +Dg +Dg +Dy +Dy +uT +Dy +Dy +am +am +Mw +IJ +IJ +PK +IJ +eR +IJ +PK +IJ +IJ +Gi +UM +Gg +Gg +Gg +Gg +Gg +Gg +Gg +MK +XF +Gg +Gg +Gg +am +Mw +IX +rS +oe +hA +EV +EV +EV +IX +kE +AD +AD +kE +kE +kE +Ri +Ri +AV +AV +"} +(25,1,1) = {" +AV +Ri +Ri +kE +kE +AD +Mf +LE +kE +kE +kE +kE +Dy +KZ +wf +AZ +ts +oM +oM +um +CC +UX +vV +Dy +Dy +Gi +UM +IJ +GB +vW +oE +EA +vT +HZ +Rw +IJ +am +Mw +Gg +Bg +Bg +Bg +zF +pE +za +tR +ui +pH +ml +Gg +Xh +up +Fp +lG +lG +eT +nw +nw +uB +IX +kE +Mf +AD +kE +kE +kE +Ri +Ri +AV +AV +"} +(26,1,1) = {" +AV +Ri +Ri +Ri +kE +kE +AD +AD +Mf +kE +kE +kE +Dy +AJ +aq +Gq +kS +oM +oM +WW +Rm +BR +IQ +vy +Dy +am +Mw +IJ +nY +rP +DZ +qx +DZ +rP +EO +IJ +am +Mw +Gg +Bg +Lu +nx +AT +Ru +Eb +uX +po +Eb +ml +Gg +ZV +Mw +IX +oA +oA +Hc +VY +VY +VY +IX +kE +AD +Mf +kE +Ri +kE +Ri +Ri +AV +AV +"} +(27,1,1) = {" +Ri +AV +Ri +Ri +Ri +AD +AD +Mf +kE +kE +kE +kE +Dy +bM +aq +aq +vf +oM +oM +WW +HC +Sn +GL +YJ +Dy +GA +bs +IJ +zA +DZ +ec +qx +RZ +DZ +VN +IJ +OY +Xv +Gg +Bg +Bg +Bg +Yo +Nf +do +iV +AB +Eb +Qp +Gg +GA +Xv +IX +oA +gG +nw +VY +VY +VY +IX +kE +AD +Mf +kE +Ri +Ri +Ri +Ri +AV +AV +"} +(28,1,1) = {" +AV +AV +Ri +Ri +kE +AD +AD +AD +AD +kE +kE +kE +Dy +AJ +aq +aq +MF +oM +oM +WW +HO +Jz +fv +Uv +Dy +am +up +Mk +Xn +JF +it +eg +Yj +zn +IS +Mk +tB +YF +Gg +Gg +Gg +Gg +Gg +eL +Eb +Rh +Iv +hx +nn +Gg +AQ +Mw +IX +IX +IX +GX +IX +IX +IX +IX +ya +Mf +AD +kE +kE +Ri +Ri +AV +Ri +AV +"} +(29,1,1) = {" +AV +AV +Ri +Ri +kE +kE +AD +AD +AD +AD +kE +kE +Dy +AJ +aq +aq +pF +oM +oM +jp +Rm +oP +GL +ym +tO +fA +BW +IJ +IJ +ry +uK +IJ +uK +yf +IJ +IJ +yq +BW +Gg +vA +rc +oD +Gg +Ik +Yk +Yk +ze +hx +rF +Gg +fA +wn +Hi +jH +FP +qB +vO +nw +Vr +IX +AD +AD +kE +AD +kE +Ri +Ri +AV +AV +AV +"} +(30,1,1) = {" +AV +Ri +Ri +Ri +kE +kE +AD +Mf +AD +kE +kE +kE +Dy +Hd +aq +aq +JH +oM +oM +jp +Rm +nS +vC +kK +Dy +am +Mw +IJ +Vv +Th +gm +IJ +Vv +Th +gm +IJ +ZV +Mw +Gg +Pn +rt +rt +lw +Eb +zl +zl +sF +AB +Od +Xt +sU +pp +IX +aA +nw +AW +nw +nw +Ju +IX +LE +Mf +kE +kE +kE +Ri +Ri +AV +AV +AV +"} +(31,1,1) = {" +AV +AV +Ri +Ri +Ri +AD +Mf +AD +kE +kE +kE +kE +Dy +AJ +aq +aq +Fw +oM +oM +iH +Ak +dL +VP +DU +OC +PX +Mw +PK +Fd +dP +Yw +PK +Fd +dP +Yw +PK +am +Mw +Gg +KL +rt +vP +wd +Yk +nI +es +zR +YR +ZS +Gg +QM +QM +IX +gX +cS +NS +KA +HM +TW +IX +AD +AD +kE +kE +kE +Ri +Ri +AV +AV +AV +"} +(32,1,1) = {" +AV +AV +Ri +Ri +kE +AD +Mf +AD +kE +kE +kE +kE +Dy +bM +aq +aq +eP +oM +oM +oM +oM +oM +oM +oM +Dg +am +Mw +IJ +bq +pG +YV +IJ +bq +pG +YV +IJ +zQ +Mw +Gg +Pn +rt +Mg +Gg +Al +kr +kr +Gg +lT +Gg +Gg +QM +QM +IX +IX +IX +SD +nw +nw +ij +IX +Mf +AD +kE +kE +Ri +Ri +Ri +AV +AV +AV +"} +(33,1,1) = {" +AV +Ri +Ri +Ri +kE +kE +AD +AD +AD +kE +kE +kE +Dy +rs +aq +kX +nm +oM +oM +oM +oM +oM +oM +oM +Dg +am +iK +IJ +IJ +PK +IJ +IJ +IJ +PK +IJ +pM +am +Mw +Gg +II +HN +FU +Gg +fM +To +sA +dx +bK +pS +Gg +kE +kE +IX +yh +Xa +Cn +xL +xL +dZ +IX +Qv +AD +kE +kE +Ri +Ri +Ri +Ri +AV +AV +"} +(34,1,1) = {" +AV +AV +Ri +Ri +Ri +Ri +AD +LE +Mf +AD +kE +kE +Dy +bO +fb +fb +fb +oM +oM +Wa +UJ +Um +Nv +sy +OC +am +Mw +ai +gd +pl +EN +mR +fD +fD +cE +ai +am +Jj +Gg +Gg +Gg +Gg +Gg +dd +nF +Qz +dx +pS +pS +Gg +kE +kE +IX +cp +Lt +hz +GM +Uw +hY +IX +AD +AD +kE +kE +Ri +Ri +AV +AV +AV +AV +"} +(35,1,1) = {" +AV +AV +AV +Ri +Ri +kE +AD +AD +Mf +AD +Mf +qj +Dy +Dy +jV +dH +eN +oM +oM +mk +Nm +Xp +Cw +ig +Dy +AQ +Xf +zL +NU +SV +UT +SV +MN +vu +Gt +BK +fP +FM +fR +UC +CV +Ls +Gg +kc +Sr +Sr +dx +pS +pS +Gg +kE +Ri +IX +gF +KG +Ap +mJ +lN +Id +IX +Mf +Mf +AD +Ri +Ri +Ri +AV +AV +Ri +AV +"} +(36,1,1) = {" +AV +AV +Ri +Ri +Ri +kE +kE +kE +AD +Mf +Mf +AD +kE +Dy +va +OI +DT +oM +oM +mk +hP +rT +yD +BJ +Dy +hM +Xv +ai +kj +nC +Mo +nC +PB +YG +zW +ai +GA +ip +ra +Zf +HS +vd +Gg +Gg +Gg +Gg +Gg +Gg +Gg +Gg +Ri +Ri +IX +vo +iD +IX +IX +pq +IX +IX +AD +Mf +kE +kE +Ri +Ri +AV +Ri +Ri +AV +"} +(37,1,1) = {" +AV +AV +AV +Ri +Ri +kE +kE +AD +AD +Mf +AD +AD +kE +Dy +aq +Gq +gW +oM +oM +mk +hP +MT +Cw +fY +Dy +am +Mw +ai +Cr +vQ +vQ +MX +iJ +Hn +RS +ai +am +Jr +Yu +zt +qJ +IY +dD +kE +kE +kE +kE +kE +kE +Ri +Ri +Ri +if +dA +if +QM +xW +tP +xW +Il +AD +Mf +kE +kE +Ri +Ri +AV +AV +AV +AV +"} +(38,1,1) = {" +AV +AV +AV +Ri +Ri +Ri +Ri +AD +Mf +Mf +Mf +kE +kE +Dy +nt +aq +ga +oM +oM +mk +Af +xw +tL +BL +Dy +fA +BW +Gz +QB +Xb +Xb +gy +Xb +Xb +VO +Gz +fA +aa +ra +mh +Ae +Jc +dD +kE +kE +kE +kE +kE +kE +Ri +Ri +if +if +dA +if +if +FZ +zE +FZ +Mf +AD +AD +kE +kE +Ri +Ri +AV +Ri +AV +AV +"} +(39,1,1) = {" +AV +AV +Ri +Ri +Ri +Ri +kE +AD +AD +Mf +kE +kE +kE +Dy +aq +kX +Ei +oM +oM +mk +rD +eO +Cw +bS +Dy +am +Mw +ai +fF +wP +Aq +ff +NT +vr +CZ +ai +am +dj +ra +VB +vh +Jk +dD +kE +kE +kE +kE +kE +kE +Ri +Ri +if +if +dA +dA +if +FZ +zE +FZ +Mf +Mf +AD +kE +Ri +Ri +Ri +Ri +AV +AV +AV +"} +(40,1,1) = {" +AV +AV +AV +Ri +Ri +kE +kE +kE +kE +AD +LE +kE +kE +Dy +yR +YS +ct +oM +oM +sl +rv +AM +Gp +Dy +Dy +Gi +UM +ai +ai +Gz +Gz +ai +ai +ai +ai +ai +Gi +OS +dD +dD +dD +dD +dD +Ai +Ai +kE +kE +kE +Ri +Ri +Ri +if +dA +dA +dA +if +FZ +zE +FZ +AD +AD +LE +kE +Ri +kE +Ri +Ri +Ri +AV +AV +"} +(41,1,1) = {" +AV +AV +AV +Ri +Ri +kE +kE +kE +Mf +AD +AD +kE +kE +Dy +Dy +Dy +Rb +Dg +Dg +Dy +Dy +hj +Dy +Dy +Xh +am +Mw +Gi +Kw +am +am +bU +am +zO +am +am +am +dj +iX +am +am +Ai +Uu +BQ +Ai +kE +kE +kE +Ri +Ri +if +if +dA +dA +dA +if +FZ +zE +xW +kE +Mf +AD +AD +kE +kE +Ri +Ri +AV +AV +AV +"} +(42,1,1) = {" +Ri +AV +AV +Ri +Ri +kE +AD +AD +AD +kE +AD +kE +kE +Ox +am +am +jk +Ky +SW +hc +zz +mn +Zv +fP +fP +fP +YU +mi +fP +fP +no +Bu +lo +di +lo +lo +LP +Rf +lo +ls +vN +ST +dG +Jy +Ai +kE +kE +Ri +Ri +Ri +if +if +dA +dA +dA +if +FZ +zE +xW +kE +AD +Mf +kE +kE +kE +Ri +Ri +Ri +AV +AV +"} +(43,1,1) = {" +AV +AV +Ri +Ri +Ri +Ri +kE +Mf +Mf +kE +kE +kE +kE +Ox +am +am +am +am +wK +am +tW +am +Fe +am +cK +am +Ij +JL +Gi +Gi +Jm +PL +hO +hO +PL +PL +PL +PL +PL +Fk +xZ +Ai +uZ +Du +Ai +kE +kE +Ri +Ri +if +if +dA +dA +dA +dA +if +FZ +zE +xW +kE +kE +AD +AD +kE +kE +Ri +Ri +Ri +AV +AV +"} +(44,1,1) = {" +AV +AV +Ri +Ri +Ri +kE +AD +Mf +az +az +az +az +az +az +az +az +az +Gi +UM +OR +OR +OR +OR +OR +OR +OR +OR +OR +am +am +Mw +tN +kV +RN +dc +hO +Wm +nr +PL +uD +Aj +Ai +Ai +Ai +Ai +kE +kE +Ri +Ri +QT +if +if +dA +dA +if +if +FZ +zE +xW +kE +kE +Mf +Mf +kE +kE +kE +Ri +Ri +Ri +AV +"} +(45,1,1) = {" +AV +Ri +Ri +Ri +kE +kE +AD +kE +az +CU +iw +CM +Lc +Sl +iw +dT +az +lW +pe +mq +lP +wI +gt +TE +SM +us +op +mq +am +GA +cu +ZK +DV +Sq +kD +KO +Wm +wA +PL +sV +TK +RX +kE +kE +kE +kE +kE +Ri +Ri +Ri +if +if +if +dA +if +if +FZ +wb +xW +kE +AD +AD +AD +kE +kE +kE +Ri +Ri +AV +AV +"} +(46,1,1) = {" +AV +Ri +Ri +kE +Ri +LE +Mf +kE +az +AY +DL +DL +DL +DL +DL +VZ +az +ZV +up +mQ +xo +xo +xo +US +xo +xo +xo +mQ +tB +tB +YF +PL +Ud +ZT +CX +hO +hO +hO +PL +am +am +RX +kE +kE +kE +kE +kE +kE +Ri +Ri +Vl +Vl +Vl +dA +if +QM +xW +Di +xW +kE +kE +AD +Mf +AD +kE +Ri +Ri +Ri +AV +AV +"} +(47,1,1) = {" +Ri +Ri +Ri +kE +kE +AD +Mf +Hu +az +AY +DL +cP +fB +vJ +DL +VZ +az +AQ +Mw +mq +Km +Gd +EF +bI +ep +Tt +QU +mq +am +am +rW +PL +jX +rb +Ge +YY +Wm +wA +PL +Lj +Lj +RX +kE +Mf +kE +kE +kE +kE +kE +Ri +Vl +Nw +Vl +cH +Vl +Vl +yC +ph +yC +kE +kE +AD +AD +kE +kE +kE +Ri +Ri +Ri +AV +"} +(48,1,1) = {" +AV +Ri +Ri +Ri +kE +AD +Mf +kE +az +gR +Tu +DL +kh +DL +tD +bg +az +am +Mw +OR +OR +OR +OR +OR +OR +OR +OR +OR +Xh +VS +Jj +PL +Jn +rb +Ge +hO +Wm +zc +PL +Mf +Mf +kE +AD +AD +kE +kE +kE +kE +Vl +Vl +Vl +Kh +Vl +nv +nT +nv +Vl +pk +Vl +kE +kE +kE +AD +Mf +kE +kE +kE +Ri +Ri +AV +"} +(49,1,1) = {" +AV +Ri +Ri +kE +kE +Mf +AD +kE +az +az +pN +DL +kh +DL +rZ +az +az +GA +Xv +mq +ti +Pt +ag +Fj +FI +uM +VE +mq +am +fA +Xv +PL +br +YL +SL +hO +hO +hO +PL +tm +Mf +AD +AD +AD +kE +kE +kE +Vl +Vl +iy +nv +nv +qv +nv +TD +nv +nv +nv +Vl +Vl +kE +kE +AD +AD +Ri +kE +kE +Ri +Ri +AV +"} +(50,1,1) = {" +Ri +Ri +Ri +AD +AD +Mf +AD +kE +kE +az +Ef +er +ol +rq +zs +ft +Ha +Ha +QG +dW +Ty +JV +xa +Ty +cw +Ty +Ty +dW +lo +lo +vi +PL +Br +kl +Ge +Ge +Ge +HX +PL +LE +Mf +AD +Mf +kE +kE +kE +Vl +Vl +nv +nv +nv +nv +qv +nv +TD +nv +nv +nv +nv +Vl +Vl +kE +Mf +AD +kE +kE +kE +Ri +Ri +AV +"} +(51,1,1) = {" +AV +Ri +Ri +kE +AD +AD +AD +kE +Ok +az +xO +cY +bY +qV +Bf +Fv +Fa +Fa +Gs +OR +WU +Hr +at +PU +Jf +vX +Vh +OR +Rp +sU +Ld +PL +Zj +XA +CS +Wr +QO +gC +PL +kE +Mf +AD +AD +Mf +kE +kE +Vl +uJ +nv +nv +nv +nv +qv +nv +TD +nv +nv +nv +nv +qT +Vl +fJ +AD +AD +kE +kE +kE +Ri +Ri +AV +"} +(52,1,1) = {" +AV +Ri +Ri +Ri +Mf +AD +kE +kE +az +az +pN +DL +BH +DL +nX +az +az +fA +pn +OR +OR +OR +OR +ES +an +OR +OR +OR +DX +DX +Gh +PL +PL +PL +PL +PL +PL +PL +PL +kE +kE +Mf +Mf +AD +kE +Vl +Vl +nv +nv +nv +nv +nv +qv +nv +TD +nv +nv +nv +nv +nv +Vl +Vl +kE +Mf +Mf +kE +kE +Ri +Ri +AV +"} +(53,1,1) = {" +Ri +Ri +Ri +kE +Mf +Mf +kE +kE +az +qZ +cY +DL +BH +DL +vG +Ah +az +Xh +am +OR +pf +OR +Sv +GO +SN +OR +pf +OR +pV +GP +JE +Tj +jf +eD +VU +DX +kE +kE +kE +kE +AD +Mf +AD +kE +kE +Vl +uJ +nv +nv +nv +nv +nv +qv +nv +TD +nv +nv +nv +nv +nv +qT +Vl +kE +kE +AD +kE +Ri +Ri +Ri +AV +"} +(54,1,1) = {" +Ri +Ri +Ri +kE +Mf +AD +kE +kE +az +EC +DL +VH +mX +aO +DL +kB +dM +AQ +am +OR +pf +OR +Ed +bk +Iz +OR +pf +OR +iQ +pu +Hm +SF +WJ +pu +wv +DX +fo +AD +LE +kE +Mf +AD +AD +kE +Vl +Vl +Vl +nv +nv +nv +nv +nv +qv +nv +TD +nv +nv +nv +nv +nv +Vl +Vl +Vl +kE +Mf +kE +kE +Ri +Ri +AV +"} +(55,1,1) = {" +Ri +Ri +Ri +Ri +Mf +Mf +kE +kE +az +EC +DL +DL +cN +DL +DL +kB +az +Ox +Ox +OR +pf +OR +je +uy +iB +OR +pf +OR +Qf +pu +EP +pu +El +pu +SS +DX +WT +Mf +AD +Mf +AD +Mf +kE +kE +Vl +OK +Kh +nv +nv +nv +nv +nv +qv +dl +TD +nv +nv +nv +nv +nv +Kh +Jo +Vl +OT +kE +kE +kE +Ri +Ri +AV +"} +(56,1,1) = {" +AV +Ri +Ri +Ri +Ri +AD +AD +kE +az +XE +LR +Bh +Rg +UN +LR +mw +az +Ox +Ox +OR +pf +OR +OR +DI +OR +OR +pf +OR +gO +WO +Bq +cx +gQ +eI +zd +VT +ps +tz +AD +AD +AD +kE +kE +kE +Vl +Vl +Vl +nv +nv +nv +nv +nv +qv +uz +TD +nv +nv +nv +nv +nv +Vl +Vl +Vl +OT +OT +kE +Ri +Ri +Ri +AV +"} +(57,1,1) = {" +AV +Ri +Ri +Ri +AD +Mf +Mf +aQ +az +az +az +az +az +az +az +az +az +kE +kE +OR +pf +pf +pf +OR +pf +pf +pf +OR +DX +DX +DX +fs +DX +DX +DX +DX +fs +Mf +Mf +Mf +AD +kE +kE +kE +kE +Vl +uJ +nv +nv +nv +nv +nv +Go +jl +el +nv +nv +nv +nv +nv +qT +Vl +OT +OT +Ri +kE +kE +Ri +Ri +AV +"} +(58,1,1) = {" +AV +AV +Ri +Ri +Ri +Ri +AD +AD +kE +kE +kE +kE +kE +AD +XW +kE +kE +kE +kE +OR +OR +OR +OR +OR +OR +OR +OR +OR +kE +kE +pT +kE +kE +kE +LL +kE +AD +Mf +AD +LE +AD +Mf +kE +OT +kE +Vl +Vl +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +Vl +Vl +kE +OT +kE +kE +kE +Ri +Ri +AV +"} +(59,1,1) = {" +AV +Ri +Ri +Ri +Ri +AD +AD +LE +AD +kE +kE +kE +AD +Mf +Mf +AD +kE +AD +kE +kE +kE +AD +Ut +kE +kE +kE +kE +OZ +AD +AD +Mf +Mf +AD +AD +LE +Mf +AD +AD +Mf +AD +kE +AD +kE +OT +kE +kE +Vl +uJ +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +qT +Vl +kE +kE +kE +OT +kE +Ri +Ri +Ri +AV +"} +(60,1,1) = {" +AV +AV +Ri +Ri +Ri +AD +AD +AD +Mf +AD +Mf +Mf +AD +Mf +Mf +Mf +LE +AD +AD +kE +kE +kE +AD +LE +kE +AD +Mf +Mf +Mf +Mf +AD +AD +Mf +AD +AD +Mf +AD +kE +kE +AD +AD +kE +kE +kE +kE +kE +Vl +Vl +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +nv +Vl +Vl +kE +kE +kE +kE +kE +Ri +Ri +AV +AV +"} +(61,1,1) = {" +AV +Ri +AV +Ri +Ri +Ri +kE +kE +kE +AD +AD +AD +kE +kE +AD +Mf +AD +AD +Mf +AD +Mf +Mf +AD +AD +AD +AD +Mf +AD +LE +AD +kE +kE +AD +Mf +AD +kE +kE +AD +kE +kE +AD +kE +kE +OT +kE +kE +kE +Vl +Vl +rw +nv +nv +nv +nv +nv +nv +nv +rw +Vl +Vl +kE +kE +kE +OT +kE +Ri +Ri +Ri +AV +AV +"} +(62,1,1) = {" +AV +AV +AV +Ri +Ri +kE +kE +Ri +kE +kE +kE +kE +kE +kE +kE +kE +kE +AD +AD +AD +AD +Ri +Ri +AD +AD +Ri +AD +AD +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +AD +Vs +kE +OT +kE +kE +kE +kE +Vl +Vl +Vl +rw +Vl +Kh +Vl +rw +Vl +Vl +Vl +kE +kE +OT +kE +OT +Ri +Ri +Ri +AV +AV +AV +"} +(63,1,1) = {" +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +kE +kE +kE +kE +kE +kE +kE +kE +kE +Ri +kE +kE +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +Ri +kE +Ri +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +OT +OT +kE +OT +OT +kE +kE +Vl +Vl +Vl +pQ +Vl +Vl +Vl +kE +OT +kE +OT +kE +kE +OT +OT +Ri +Ri +AV +AV +AV +"} +(64,1,1) = {" +AV +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +kE +Ri +kE +kE +Ri +kE +Ri +kE +kE +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +Ri +kE +Ri +Ri +kE +Ri +kE +kE +kE +kE +kE +OT +OT +OT +OT +kE +OT +OT +kE +kE +kE +Vl +Vl +Vl +kE +kE +OT +OT +kE +kE +kE +OT +OT +OT +Ri +Ri +Ri +AV +AV +"} +(65,1,1) = {" +AV +Ri +AV +AV +Ri +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +Ri +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +Ri +OT +OT +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +kE +OT +OT +kE +kE +kE +kE +OT +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +"} +(66,1,1) = {" +AV +AV +AV +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +kE +Ri +kE +kE +kE +Ri +kE +OT +OT +OT +kE +kE +kE +kE +kE +kE +Ri +kE +OT +Ri +Ri +Ri +Ri +AV +AV +AV +AV +"} +(67,1,1) = {" +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +AV +Ri +AV +AV +AV +Ri +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +AV +AV +AV +AV +Ri +AV +AV +AV +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +kE +kE +kE +kE +Ri +kE +kE +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +Ri +AV +AV +"} +(68,1,1) = {" +AV +AV +AV +AV +Ri +Ri +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +Ri +Ri +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +kE +Ri +kE +kE +kE +kE +Ri +Ri +Ri +Ri +Ri +AV +AV +Ri +Ri +AV +AV +AV +"} +(69,1,1) = {" +AV +AV +AV +Ri +Ri +AV +AV +AV +AV +AV +Ri +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +Ri +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +Ri +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +AV +AV +AV +Ri +Ri +AV +AV +"} +(70,1,1) = {" +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +AV +Ri +AV +AV +AV +AV +Ri +Ri +Ri +Ri +Ri +Ri +Ri +AV +AV +Ri +AV +AV +AV +AV +AV +AV +AV +AV +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/transit_bar.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/transit_bar.dmm new file mode 100644 index 000000000000..af6d9c94129e --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/transit_bar.dmm @@ -0,0 +1,505 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/simulated/wall/r_wall, +/area/ruin/space/powered) +"b" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/item/book/manual/barman_recipes, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"c" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_y = -2; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 5; + pixel_x = -2 + }, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"d" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"f" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"g" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/powered) +"h" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker{ + icon_state = "markerolive-on" + }, +/turf/template_noop, +/area/template_noop) +"i" = ( +/obj/machinery/barsign, +/turf/simulated/wall/r_wall, +/area/ruin/space/powered) +"j" = ( +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/space/powered) +"k" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/space/powered) +"l" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/powered) +"n" = ( +/turf/template_noop, +/area/template_noop) +"o" = ( +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"r" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = 9; + pixel_y = -3 + }, +/obj/item/ashtray/bronze{ + pixel_y = 10; + pixel_x = -8 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"t" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/monkey_paint{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"u" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/obj/item/storage/fancy/cigarettes{ + pixel_y = -2; + pixel_x = -7 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"v" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/space/powered) +"w" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"x" = ( +/obj/structure/lattice, +/turf/template_noop, +/area/template_noop) +"y" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"z" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"A" = ( +/obj/item/gps/ruin{ + gpstag = "Mini Pub"; + pixel_y = -32 + }, +/obj/structure/table, +/obj/machinery/chem_dispenser/beer{ + dir = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/powered) +"B" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"C" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"F" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda{ + dir = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/powered) +"G" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 8; + pixel_x = -7 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"J" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"K" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/space/powered) +"L" = ( +/obj/structure/table, +/obj/item/lighter/zippo/engraved, +/obj/item/reagent_containers/glass/rag{ + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/clothing/glasses/sunglasses/yeah{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/ruin/space/powered) +"N" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"P" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/space/powered) +"Q" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"R" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/space/powered) +"T" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/east, +/obj/item/ashtray/bronze, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 12; + pixel_x = 7; + list_reagents = list("innocent_erp = 50") + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = -2; + pixel_x = 8 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"V" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/ruin/space/powered) +"X" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_y = 8; + pixel_x = -10 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/ruin/space/powered) +"Y" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/ruin/space/powered) +"Z" = ( +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/ruin/space/powered) + +(1,1,1) = {" +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +"} +(2,1,1) = {" +n +h +x +x +h +x +x +h +n +n +n +n +n +n +n +"} +(3,1,1) = {" +n +x +n +a +Y +a +n +a +y +y +y +y +n +n +n +"} +(4,1,1) = {" +n +x +n +a +d +a +y +a +l +g +L +y +y +n +n +"} +(5,1,1) = {" +n +h +n +a +f +a +R +J +G +Q +Q +F +y +n +n +"} +(6,1,1) = {" +n +x +n +a +Z +k +k +N +X +Q +Q +A +a +h +n +"} +(7,1,1) = {" +n +x +a +a +K +k +k +N +c +b +t +a +a +x +n +"} +(8,1,1) = {" +n +h +a +P +k +k +k +k +k +j +v +a +n +x +n +"} +(9,1,1) = {" +n +n +y +z +V +C +o +T +w +a +f +a +n +h +n +"} +(10,1,1) = {" +n +n +y +y +r +u +z +a +y +a +B +i +n +x +n +"} +(11,1,1) = {" +n +n +n +y +y +y +y +a +n +a +Y +a +n +x +n +"} +(12,1,1) = {" +n +n +n +n +n +n +n +h +x +x +h +x +x +h +n +"} +(13,1,1) = {" +n +n +n +n +n +n +n +n +n +n +n +n +n +n +n +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/voxraiders_1.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/voxraiders_1.dmm new file mode 100644 index 000000000000..cc8e771d706c --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/voxraiders_1.dmm @@ -0,0 +1,1001 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"bg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"bu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"bG" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/item/rack_parts, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"ca" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"cv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/powered) +"dj" = ( +/obj/structure/closet/crate/engineering/electrical, +/obj/item/clothing/gloves/color/yellow, +/obj/item/stack/cable_coil, +/obj/item/t_scanner, +/obj/effect/turf_decal/box, +/obj/item/multitool, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"dQ" = ( +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"ft" = ( +/obj/structure/shuttle/engine/large, +/turf/template_noop, +/area/ruin/space/unpowered/unpowered_structures) +"fG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater{ + dir = 2 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"gx" = ( +/obj/structure/shuttle/engine/heater{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"gN" = ( +/obj/structure/shuttle/engine/heater{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"hJ" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"id" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/clothing/under/solgov, +/obj/item/clothing/head/soft/solgov, +/obj/item/clothing/glasses/sunglasses/big, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark_Golden_1"; + dir = 10 + }, +/area/ruin/space/unpowered/unpowered_structures) +"il" = ( +/obj/machinery/status_display{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark_Golden_1" + }, +/area/ruin/space/unpowered/unpowered_structures) +"iD" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"iG" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"iO" = ( +/obj/machinery/camera{ + dir = 10; + network = list("Scavengers"); + c_tag = "North-East"; + interact_offline = 1 + }, +/turf/template_noop, +/area/template_noop) +"jM" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"jP" = ( +/obj/machinery/door/airlock/external, +/obj/effect/turf_decal/stripes{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"lr" = ( +/obj/effect/turf_decal/box, +/obj/machinery/light_construct/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"mk" = ( +/obj/machinery/door_control/shutter/north{ + id = "scanegers_window" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "rampbottom"; + dir = 4 + }, +/area/ruin/space/powered) +"ni" = ( +/obj/item/wrench, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"nz" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"ot" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"oL" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/vox/ranged_laser/space, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"oW" = ( +/mob/living/simple_animal/hostile/vox/ranged_gun, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"qT" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "scanegers_window" + }, +/turf/simulated/floor/plating/nitrogen, +/area/ruin/space/powered) +"rS" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"sa" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"tz" = ( +/obj/machinery/camera{ + dir = 6; + network = list("Scavengers"); + c_tag = "South-East"; + interact_offline = 1 + }, +/turf/template_noop, +/area/template_noop) +"uc" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + id_tag = "scanegers_window" + }, +/turf/simulated/floor/plating/nitrogen, +/area/ruin/space/powered) +"uH" = ( +/mob/living/simple_animal/hostile/vox/melee, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"vl" = ( +/turf/simulated/wall/mineral/titanium, +/area/ruin/space/unpowered/unpowered_structures) +"vp" = ( +/obj/machinery/door/airlock/command{ + locked = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"vE" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"wn" = ( +/obj/item/stack/tile/plasteel, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"wJ" = ( +/obj/machinery/computer/security{ + network = list("Scavengers"); + name = "Skipjack Peep Console" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"xa" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/ruin/space/powered) +"xu" = ( +/turf/template_noop, +/area/ruin/space/unpowered/unpowered_structures) +"ye" = ( +/turf/template_noop, +/area/template_noop) +"yO" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"Ao" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating/nitrogen, +/area/ruin/space/powered) +"AK" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/ruin/space/unpowered/unpowered_structures) +"BJ" = ( +/obj/structure/door_assembly/door_assembly_ext, +/obj/item/airlock_electronics/destroyed, +/turf/template_noop, +/area/template_noop) +"Cc" = ( +/obj/structure/closet/crate, +/obj/item/rcd, +/obj/item/broken_device, +/obj/item/stock_parts/cell, +/obj/item/clothing/gloves/ring/gold, +/obj/item/stack/spacecash/c50, +/obj/item/stack/spacecash/c200, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"CI" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark_Golden_2" + }, +/area/ruin/space/unpowered/unpowered_structures) +"CQ" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Dx" = ( +/obj/machinery/camera{ + dir = 2; + network = list("Scavengers"); + c_tag = "South-West"; + interact_offline = 1 + }, +/turf/template_noop, +/area/template_noop) +"Eh" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark_Golden_1"; + dir = 5 + }, +/area/ruin/space/unpowered/unpowered_structures) +"EK" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "large"; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/lattice, +/obj/effect/dummy/lighting_obj, +/turf/template_noop, +/area/template_noop) +"EM" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"Fi" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"GU" = ( +/obj/structure/closet/crate, +/obj/item/clothing/head/fluff/goldtophat, +/obj/item/stack/sheet/mineral/diamond, +/obj/item/stack/sheet/mineral/titanium{ + amount = 20 + }, +/obj/item/stack/sheet/mineral/abductor{ + amount = 5 + }, +/obj/item/ammo_box/c10mm, +/obj/item/ammo_box/magazine/m556/arg, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"HC" = ( +/obj/machinery/door/airlock/external, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"IC" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"JI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark_Golden_1" + }, +/area/ruin/space/unpowered/unpowered_structures) +"JZ" = ( +/obj/item/clothing/head/welding, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"KN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"Lq" = ( +/turf/simulated/wall/mineral/plastitanium/interior, +/area/ruin/space/powered) +"Mk" = ( +/mob/living/simple_animal/hostile/vox/ranged_laser, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"Mp" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"Mq" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"NN" = ( +/obj/item/flag/solgov, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"Of" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"OC" = ( +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Pc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"QV" = ( +/obj/structure/shuttle/engine/heater{ + dir = 2 + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"QX" = ( +/mob/living/simple_animal/hostile/vox/ranged_laser/space, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) +"Ra" = ( +/obj/structure/closet, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"Rb" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/ruin/space/powered) +"Sp" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_l" + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"SX" = ( +/obj/structure/rack, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"Tm" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/light_construct/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "Dark" + }, +/area/ruin/space/unpowered/unpowered_structures) +"TG" = ( +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"UM" = ( +/obj/structure/rack, +/obj/item/tank/internals/nitrogen, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"UO" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"Va" = ( +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "rampbottom"; + dir = 4 + }, +/area/ruin/space/powered) +"Wi" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l" + }, +/turf/simulated/floor/plating/airless, +/area/ruin/space/powered) +"Xz" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/nitrogen, +/area/ruin/space/powered) +"XZ" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 9; + pixel_x = 8 + }, +/obj/item/toy/plushie/voxplushie, +/obj/item/food/cheesepizzaslice{ + pixel_y = -2; + pixel_x = -7 + }, +/obj/item/storage/box/zipties{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/grenade/plastic/c4, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen{ + icon_state = "plastitanium" + }, +/area/ruin/space/powered) +"Yg" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/ruin/space/powered) +"Zp" = ( +/obj/machinery/camera{ + dir = 1; + network = list("Scavengers"); + c_tag = "North-West"; + interact_offline = 1 + }, +/turf/template_noop, +/area/template_noop) +"ZK" = ( +/obj/structure/extinguisher_cabinet/empty{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/airless, +/area/ruin/space/unpowered/unpowered_structures) + +(1,1,1) = {" +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +"} +(2,1,1) = {" +ye +ye +ye +ye +ye +ye +ye +ye +vl +vl +vl +vl +ye +ye +ye +ye +"} +(3,1,1) = {" +ye +ye +ye +AK +vl +AK +vl +vl +vl +JZ +vE +vl +vl +ft +ye +ye +"} +(4,1,1) = {" +ye +ye +CQ +AK +id +AK +lr +Fi +wn +nz +vl +vl +vl +xu +ye +ye +"} +(5,1,1) = {" +ye +EK +IC +QX +ZK +AK +bg +dj +bg +Of +QV +rS +ye +ye +ye +ye +"} +(6,1,1) = {" +ye +CQ +OC +CI +il +AK +Mq +oL +Mq +Fi +gN +rS +ye +ye +ye +ye +"} +(7,1,1) = {" +ye +CQ +CQ +Eh +JI +vp +Pc +bg +Pc +Pc +gN +rS +ye +ye +ye +ye +"} +(8,1,1) = {" +ye +ye +jM +AK +nz +AK +Tm +bu +bg +bG +vl +vl +vl +ft +ye +ye +"} +(9,1,1) = {" +ye +ye +ye +AK +HC +AK +jP +ot +vl +Pc +NN +vl +vl +xu +ye +ye +"} +(10,1,1) = {" +ye +ye +ye +ye +ye +BJ +ye +ye +vl +vl +vl +vl +ye +ye +ye +ye +"} +(11,1,1) = {" +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +"} +(12,1,1) = {" +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +"} +(13,1,1) = {" +ye +ye +ye +ye +Zp +xa +Rb +ye +ye +ye +ye +ye +ye +ye +ye +ye +"} +(14,1,1) = {" +ye +ye +ye +ye +ye +Wi +xa +Rb +Rb +qT +qT +Rb +Rb +Rb +ye +ye +"} +(15,1,1) = {" +ye +ye +ye +ye +ye +Rb +uH +TG +sa +ni +TG +sa +GU +cv +Rb +Dx +"} +(16,1,1) = {" +ye +ye +ye +ye +Lq +xa +iD +Rb +XZ +Ra +SX +hJ +Cc +gx +Sp +ye +"} +(17,1,1) = {" +ye +ye +ye +Lq +xa +Yg +iG +Rb +Rb +Rb +Rb +Rb +Rb +xa +Sp +ye +"} +(18,1,1) = {" +ye +ye +ye +Ao +dQ +dQ +Mk +xa +EM +ca +wJ +UO +fG +Sp +ye +ye +"} +(19,1,1) = {" +ye +ye +ye +Lq +xa +UM +iG +Rb +mk +Xz +Xz +Va +Rb +xa +Sp +ye +"} +(20,1,1) = {" +ye +ye +ye +ye +Lq +xa +yO +Rb +dQ +KN +KN +dQ +UO +fG +Sp +ye +"} +(21,1,1) = {" +ye +ye +ye +ye +ye +Rb +dQ +dQ +Mp +oW +dQ +Mp +UO +cv +Rb +tz +"} +(22,1,1) = {" +ye +ye +ye +ye +ye +Wi +xa +Rb +Rb +uc +uc +Rb +Rb +Rb +ye +ye +"} +(23,1,1) = {" +ye +ye +ye +ye +iO +xa +Rb +ye +ye +ye +ye +ye +ye +ye +ye +ye +"} +(24,1,1) = {" +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +ye +"} diff --git a/_maps/map_files220/RandomRuins/SpaceRuins/whiteship.dmm b/_maps/map_files220/RandomRuins/SpaceRuins/whiteship.dmm new file mode 100644 index 000000000000..b561d0031027 --- /dev/null +++ b/_maps/map_files220/RandomRuins/SpaceRuins/whiteship.dmm @@ -0,0 +1,2837 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"af" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/closet/walllocker/emerglocker/north{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"aA" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/shuttle/abandoned) +"aI" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = -5; + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/structure/filingcabinet/chestdrawer/autopsy, +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"bg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"bP" = ( +/obj/structure/curtain/medical, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"bT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"bX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"bY" = ( +/obj/structure/closet/crate/can, +/obj/item/reagent_containers/glass/beaker/waterbottle/large/empty, +/obj/item/trash/pistachios, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"ca" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"cl" = ( +/obj/structure/table, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/syringe/insulin, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/syringe, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_y = 6 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"cT" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/reagent_containers/drinks/coffee{ + desc = "It's cold as dead body."; + pixel_x = 8; + pixel_y = 8; + volume = 15 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"dm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light_construct/directional/west, +/obj/item/hemostat, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"dr" = ( +/obj/structure/morgue, +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "privateroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"dv" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/reinforced/normal, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"dy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"dU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/decal/cleanable/blood/splatter, +/mob/living/simple_animal/hostile/undead/zombie, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"ec" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"fo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"gc" = ( +/obj/structure/coatrack, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"gf" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/tank/internals/emergency_oxygen/double, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"gs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"gB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"gD" = ( +/obj/machinery/door/airlock/medical, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"gL" = ( +/obj/machinery/light/directional/west, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"hl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/surgery, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"hs" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/abandoned) +"hR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipinnerairlock2"; + locked = 1; + name = "External Airlock" + }, +/turf/simulated/floor/mineral/titanium/airless, +/area/shuttle/abandoned) +"ic" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/clothing/under/rank/medical/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"ih" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshiproom1"; + layer = 3; + name = "Room 1 Shutters" + }, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"ii" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = -4; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"ik" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"io" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/item/clothing/mask/gas, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"is" = ( +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"iu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"iO" = ( +/obj/machinery/door_control/shutter/east{ + id = "whiteshipinnershutters"; + name = "Medical Ship Inner Shutters Control"; + pixel_y = -2 + }, +/obj/machinery/door_control/shutter/east{ + id = "whiteshipbridgeshutters"; + name = "Medical Ship Bridge Shutters Control"; + pixel_y = 7 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"iX" = ( +/obj/machinery/door/airlock/welded{ + id_tag = "whiteshuttletoilet" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"jg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"jt" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"ju" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"jD" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"kn" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"kC" = ( +/obj/item/gun/syringe/rapidsyringe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"kT" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"lO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + pixel_y = -19 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"ma" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"mj" = ( +/obj/item/clothing/mask/breath, +/turf/template_noop, +/area/space) +"mB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"nb" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipinnershutters"; + layer = 3; + name = "Medical Ship Inner Shutters" + }, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"nk" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/item/surgical_drapes, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"nH" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipinnershutters"; + layer = 3; + name = "Medical Ship Inner Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"nQ" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/structure/fans/tiny, +/obj/item/tank/internals/emergency_oxygen/empty, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "gnawed bones" + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/west{ + id = "whiteshipouterairlock1"; + in_use = 1; + pixel_y = -9 + }, +/obj/item/mod/control/pre_equipped/medical, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/abandoned) +"oB" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/coffee{ + desc = "It's cold as dead body."; + pixel_x = 8; + pixel_y = 8; + volume = 15 + }, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"oH" = ( +/obj/machinery/light/directional/west, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"oR" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"ph" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/structure/fans/tiny, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/west{ + id = "whiteshipouterairlock2"; + in_use = 1; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/abandoned) +"po" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "gnawed bones" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/undead/zombie, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"pz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"pE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"pG" = ( +/obj/structure/sign/poster/official/nanotrasen_logo, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/shuttle/abandoned) +"qi" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/obj/item/clothing/shoes/blue, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"qE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"rC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"sW" = ( +/obj/structure/table/tray, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/retractor, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"sX" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"sZ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "air into ship gas pump" + }, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"ta" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"tp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"tw" = ( +/mob/living/simple_animal/hostile/undead/zombie, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"ub" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"uo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/machinery/door_control/bolt_control/south{ + id = "whiteshipinnerairlock1"; + in_use = 1; + pixel_x = -8 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = -9 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"ut" = ( +/obj/item/wrench/medical, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"vk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/item/scalpel/laser/laser2{ + pixel_y = 12 + }, +/obj/structure/closet/walllocker/medlocker{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"vo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"vt" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"vH" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = 30 + }, +/obj/machinery/sleeper/survival_pod, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"vW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/flare/glowstick/emergency, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"wD" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipbridgeshutters"; + layer = 3; + name = "Medical Ship Bridge Shutters" + }, +/obj/docking_port/stationary/whiteship{ + dir = 8; + id = "whiteship_away"; + name = "Deep Space"; + dwidth = 8; + height = 31; + width = 21 + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 8; + height = 31; + id = "whiteship"; + name = "NT Medical Ship"; + width = 21 + }, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"wF" = ( +/obj/structure/rack, +/obj/machinery/light_construct/directional/south, +/obj/item/clothing/under/rank/medical/scrubs/green, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"wI" = ( +/obj/item/gun/energy/gun/mini, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"xf" = ( +/obj/machinery/power/smes, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"xg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/machinery/light_construct/small/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"xr" = ( +/obj/structure/rack, +/obj/item/mod/control/pre_equipped/medical, +/obj/item/clothing/mask/breath, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/item/tank/internals/emergency_oxygen/double, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"xx" = ( +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"xz" = ( +/obj/structure/sink/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"xP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/blood, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"yw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"yx" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipbackairlock2"; + locked = 1; + name = "External Airlock" + }, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"yH" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshipbridgeshutters"; + layer = 3; + name = "Medical Ship Bridge Shutters" + }, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"yQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/obj/machinery/door_control/bolt_control/north{ + id = "whiteshipbridgeairlock"; + in_use = 1; + pixel_x = -24 + }, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"zl" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 4; + pixel_y = 20 + }, +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Ag" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/medical/paramedic, +/obj/item/clothing/shoes/black, +/obj/item/surgical_drapes, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"AL" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Bm" = ( +/turf/template_noop, +/area/space) +"Bu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"By" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"BJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"BS" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/machinery/light_construct/small/west, +/obj/machinery/door_control/shutter/east{ + id = "whiteshiproom1"; + name = "Room 1 Shutters Control"; + pixel_y = -2 + }, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"BY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ce" = ( +/obj/structure/sign/lifestar, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/shuttle/abandoned) +"Ci" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"Cj" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"Ck" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"CI" = ( +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"CR" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"DF" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"DH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"DV" = ( +/obj/structure/rack, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/item/radio, +/obj/machinery/light_construct/directional/east, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"Ep" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"EF" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/under/rank/medical/doctor, +/obj/item/stack/medical/ointment/aloe, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Fw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"Fz" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"FA" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/bag/trash, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"FJ" = ( +/mob/living/simple_animal/hostile/carp, +/turf/template_noop, +/area/space) +"FZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/structure/sign/lifestar{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Gg" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/abandoned) +"Gi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Go" = ( +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipouterairlock2"; + locked = 1; + name = "External Airlock" + }, +/turf/simulated/floor/mineral/titanium/airless, +/area/shuttle/abandoned) +"Gv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8; + initialize_directions = 11 + }, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Gy" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/machinery/light_construct/small/west, +/obj/machinery/door_control/shutter/east{ + id = "whiteshiproom2"; + name = "Room 2 Shutters Control"; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"GC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/handheld_defibrillator, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"GO" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ia" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/shuttle/abandoned) +"IC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + desc = "Труба ведёт газ на фильтрацию"; + dir = 4; + name = "Труба на фильтрацию" + }, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"IG" = ( +/obj/machinery/door_control/bolt_control/south{ + id = "whiteshipbackairlock1"; + in_use = 1; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"Jn" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/drinks/mug/cmo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"JJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/rack, +/obj/item/storage/box/autoinjectors{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/machinery/light/directional/west, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = -1; + pixel_y = -2 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"JR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"Kr" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Kt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/obj/item/clothing/accessory/stethoscope, +/obj/item/flashlight/pen, +/obj/item/food/grown/apple{ + desc = "An apple a day - keeps doctor away..."; + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/salvage/ruin/nanotrasen{ + pixel_x = -10; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"KE" = ( +/obj/machinery/iv_drip, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"KK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"KM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"Ll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"LA" = ( +/obj/machinery/computer/shuttle/white_ship{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Mx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"Mz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "gnawed bones" + }, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"MN" = ( +/obj/structure/sink{ + layer = 4; + pixel_y = 19 + }, +/obj/structure/mirror{ + pixel_y = 35 + }, +/obj/machinery/atmospherics/unary/passive_vent, +/obj/effect/decal/cleanable/blood, +/obj/item/weldingtool{ + maximum_fuel = 15 + }, +/obj/machinery/door_control/bolt_control/south{ + id = "whiteshuttletoilet"; + in_use = 1; + pixel_x = -25 + }, +/mob/living/simple_animal/hostile/undead/zombie, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/shuttle/abandoned) +"MZ" = ( +/obj/item/gps/ruin{ + gpstag = "NT Medical Ship"; + pixel_y = -32 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"NI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/circular_saw, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"NR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/door/airlock/command{ + id_tag = "whiteshipbridgeairlock"; + locked = 1; + name = "Medical Shuttle Bridge airlock" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"NV" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "whiteshiproom2"; + layer = 3; + name = "Room 2 Shutters" + }, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"Oi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/under/retro/medical{ + name = "old medical officer's uniform" + }, +/mob/living/simple_animal/hostile/undead/zombie/fast, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"Pi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 4; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/rack, +/obj/item/extinguisher/mini, +/obj/item/clothing/gloves/color/fyellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"PB" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"PK" = ( +/obj/item/trash/liquidfood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1; + initialize_directions = 11 + }, +/obj/structure/extinguisher_cabinet{ + pixel_x = 5; + pixel_y = 30 + }, +/obj/machinery/door_control/bolt_control/north{ + id = "whiteshipinnerairlock2"; + in_use = 1; + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"PU" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"Qh" = ( +/obj/structure/table/tray, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/surgical, +/obj/machinery/atmospherics/unary/vent_scrubber{ + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/item/storage/firstaid/surgery{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Qp" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Qs" = ( +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipouterairlock1"; + locked = 1; + name = "External Airlock" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/abandoned) +"Qz" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"QF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Rf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/obj/machinery/door/airlock/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"Rw" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"RE" = ( +/obj/item/clothing/glasses/welding, +/obj/structure/closet, +/obj/item/screwdriver, +/obj/item/multitool, +/obj/item/wirecutters, +/obj/item/analyzer, +/obj/item/t_scanner, +/obj/item/stack/cable_coil, +/obj/item/flashlight, +/obj/item/clothing/head/hardhat, +/obj/item/weldingtool, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"RN" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"RT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipinnerairlock1"; + name = "External Airlock" + }, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/abandoned) +"RU" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"RZ" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/shuttle/abandoned) +"Sl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ss" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"Su" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"SU" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ta" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ts" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/shuttle/abandoned) +"Tt" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/shuttle/abandoned) +"TS" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde, +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Ud" = ( +/obj/machinery/optable, +/obj/item/clothing/mask/breath/medical, +/obj/item/tank/internals/anesthetic, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 26 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/abandoned) +"Ug" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control/bolt_control/north{ + id = "whiteshipbackairlock2"; + in_use = 1; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"Ul" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Uy" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"UY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Vj" = ( +/obj/machinery/light_construct/small/north, +/obj/item/clothing/gloves/color/red/insulated, +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/shuttle/abandoned) +"VU" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/toy/hampter/medical, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluefull" + }, +/area/shuttle/abandoned) +"WE" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/item/soap, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"WM" = ( +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"WS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/closet/l3closet, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Xa" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"XJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"XS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 15 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/abandoned) +"XW" = ( +/obj/machinery/door/airlock/external{ + id_tag = "whiteshipbackairlock1"; + name = "External Airlock" + }, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/shuttle/abandoned) +"XX" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1; + name = "standard air scrubber"; + on = 1; + scrub_N2O = 1; + scrub_Toxins = 1 + }, +/obj/structure/coatrack, +/obj/item/clothing/suit/storage/labcoat/cmo{ + desc = "Bluer than the standard model. Still look like a new one"; + name = "old chief medical officer's labcoat" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"Yn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"YG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"YM" = ( +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/shuttle/abandoned) +"YY" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/blood/a_minus, +/obj/item/reagent_containers/iv_bag/blood/a_plus, +/obj/item/reagent_containers/iv_bag/blood/b_minus, +/obj/item/reagent_containers/iv_bag/blood/b_plus, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/item/reagent_containers/iv_bag/blood/o_plus, +/obj/item/reagent_containers/iv_bag/blood/vox, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"Zf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + name = "scrubber to outside gas pump"; + target_pressure = 4000 + }, +/obj/item/clothing/under/rank/medical/scrubs/purple, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"Zn" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/abandoned) +"Zr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar/red{ + desc = "..."; + force = 20; + name = "Легендарная монтировка" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/shuttle/abandoned) +"Zx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) +"ZB" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/abandoned) +"ZP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/shuttle/abandoned) +"ZS" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/shuttle/abandoned) +"ZU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 8 + }, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/abandoned) + +(1,1,1) = {" +Bm +Bm +Bm +Bm +Bm +Bm +Zn +Zn +Bm +Zn +Zn +Bm +Bm +Bm +Bm +Bm +Bm +"} +(2,1,1) = {" +Bm +Bm +Bm +Bm +Bm +Ts +Ts +aA +Bm +aA +Ts +Ts +Bm +Bm +Bm +Bm +Bm +"} +(3,1,1) = {" +Bm +Bm +Bm +Bm +Bm +aA +oH +Ts +Bm +Ts +gL +aA +Bm +Bm +Bm +Bm +Bm +"} +(4,1,1) = {" +Bm +Bm +Bm +Bm +Bm +yx +Ug +Ts +Bm +Ts +IG +XW +Bm +Bm +Bm +Bm +Bm +"} +(5,1,1) = {" +Bm +Bm +Bm +Bm +Bm +Ts +is +Ts +Bm +Ts +ZS +Ts +Bm +Bm +Bm +Bm +Bm +"} +(6,1,1) = {" +Bm +Bm +Bm +Bm +Bm +Ce +CI +Ts +Bm +Ts +vW +Ce +Bm +Bm +Bm +Bm +Bm +"} +(7,1,1) = {" +Bm +Bm +FJ +Bm +Bm +Ts +ab +Ts +Bm +Ts +Mx +Ts +Bm +Bm +Bm +Bm +Bm +"} +(8,1,1) = {" +Bm +Bm +Bm +Bm +Zn +Ts +KM +Ts +Bm +Ts +CI +Ts +Zn +Bm +Bm +Bm +Bm +"} +(9,1,1) = {" +Bm +Bm +Bm +Bm +aA +Ts +Zr +Ts +Bm +Ts +rC +Ts +aA +Bm +Bm +Bm +Bm +"} +(10,1,1) = {" +Bm +Bm +Bm +Zn +Ts +Pi +RU +Ts +Bm +Ts +ut +RE +Ts +Zn +Bm +Bm +Bm +"} +(11,1,1) = {" +Bm +Bm +Bm +aA +Ts +XS +af +Ts +Bm +Ts +bT +FA +Ts +aA +Bm +Bm +Bm +"} +(12,1,1) = {" +Bm +Bm +Ts +Ts +xf +vo +DH +Ts +hs +Ts +Fw +Ll +Rw +Ts +Ts +Bm +Bm +"} +(13,1,1) = {" +Bm +Bm +pG +jt +Mz +qE +PB +Ts +nH +Ts +Qz +dy +sZ +kn +pG +Bm +Bm +"} +(14,1,1) = {" +Bm +ZB +Ts +Ts +Ts +jD +Ts +Ts +IC +Ts +Ts +ik +Ts +Ts +Ts +RZ +Bm +"} +(15,1,1) = {" +Bm +aA +Ts +Ts +io +Ck +Ep +Uy +Zf +Ci +xx +ic +dm +Ts +Ts +aA +Bm +"} +(16,1,1) = {" +Bm +aA +Ts +Qh +QF +Ss +Ts +CR +po +gc +Ts +vt +NI +YY +aA +aA +Bm +"} +(17,1,1) = {" +Bm +nb +nk +bg +xz +Ud +Ts +Ts +qi +Ts +Ts +sW +Gi +Gv +SU +nb +Bm +"} +(18,1,1) = {" +Ts +aA +aA +Ta +Ts +Ts +Ts +vH +pE +ju +Ts +Cj +tw +UY +KE +aA +Ts +"} +(19,1,1) = {" +ih +BS +ma +gB +ca +Ts +pz +tp +Ia +Kt +Ts +Ts +aA +vk +Kr +dr +Ts +"} +(20,1,1) = {" +Ts +Ts +aA +jg +wF +Ts +RN +mB +bX +PU +Ts +Vj +Ts +ii +GO +BY +Ts +"} +(21,1,1) = {" +NV +Gy +ma +Bu +WS +Ts +By +hl +fo +cl +Ts +MN +iX +Sl +ZP +TS +Ts +"} +(22,1,1) = {" +Ce +Ts +aA +gD +Ts +Ts +dv +Tt +gs +DF +Ts +bP +Ts +WE +aA +Ts +Ce +"} +(23,1,1) = {" +Go +ph +hR +ZU +cT +aA +Ts +Ts +Rf +aA +Ts +Ts +aA +lO +RT +nQ +Qs +"} +(24,1,1) = {" +Ts +Ts +aA +PK +ta +AL +aA +FZ +Zx +xg +aA +EF +JJ +uo +aA +Ts +Ts +"} +(25,1,1) = {" +Bm +nb +xr +JR +XJ +iu +yw +GC +dU +ec +Su +kC +KK +xP +gf +nb +mj +"} +(26,1,1) = {" +Bm +Ts +Ts +bY +YM +oR +aA +Ts +NR +Ts +aA +Ag +WM +Ul +Ts +Ts +Bm +"} +(27,1,1) = {" +Bm +Bm +aA +aA +Fz +aA +aA +aI +BJ +XX +aA +aA +DV +aA +aA +Bm +Bm +"} +(28,1,1) = {" +Bm +Bm +Gg +Ce +Ts +aA +zl +yQ +Yn +YG +MZ +aA +Ts +Ce +Gg +Bm +Bm +"} +(29,1,1) = {" +Bm +Bm +Bm +Bm +aA +VU +kT +wI +iO +Oi +sX +Jn +aA +Bm +Bm +Bm +Bm +"} +(30,1,1) = {" +Bm +Bm +Bm +Bm +yH +yH +ub +Qp +oB +LA +Xa +yH +yH +Bm +Bm +Bm +Bm +"} +(31,1,1) = {" +Bm +Bm +Bm +Bm +Bm +yH +yH +yH +wD +yH +yH +yH +Bm +Bm +Bm +Bm +Bm +"} diff --git a/_maps/map_files220/RandomZLevels/beach.dmm b/_maps/map_files220/RandomZLevels/beach.dmm new file mode 100644 index 000000000000..a58060d9d1b1 --- /dev/null +++ b/_maps/map_files220/RandomZLevels/beach.dmm @@ -0,0 +1,24143 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"ab" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"ai" = ( +/obj/structure/closet, +/obj/item/clothing/head/soft/black, +/obj/item/clothing/head/soft/black, +/obj/item/clothing/head/soft/black, +/obj/item/clothing/glasses/sunglasses, +/obj/item/key, +/obj/item/key, +/obj/item/key, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/awaymission/beach) +"aj" = ( +/obj/item/trash/candy{ + pixel_y = 9; + pixel_x = -9 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"an" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_y = 5 + }, +/obj/machinery/door_control/bolt_control/south{ + id = "beach_room_8" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"as" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 8; + color = "black"; + pixel_y = -1; + pixel_x = 5; + initialized = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"aw" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/item/reagent_containers/drinks/cans/thirteenloko{ + pixel_x = -18; + pixel_y = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"aK" = ( +/obj/effect/turf_decal/sand, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/sink/directional/west, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/east{ + id = "toilet1beach" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"aL" = ( +/obj/effect/turf_decal/siding/blue, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"aV" = ( +/obj/effect/turf_decal/sand/plating, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"bn" = ( +/obj/structure/sink/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "plastic" + }, +/area/awaymission/beach) +"br" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"by" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"bE" = ( +/obj/item/salvage/ruin/carp{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative, +/area/awaymission/beach) +"bF" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 6 + }, +/area/awaymission/beach) +"bS" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"bZ" = ( +/obj/item/megaphone{ + pixel_y = 2; + pixel_x = 1 + }, +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"cd" = ( +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/plasteel{ + icon_state = "plastic" + }, +/area/awaymission/beach) +"ce" = ( +/obj/effect/turf_decal/siding/dark_red, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"cg" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"cj" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"co" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/item/stack/tickets{ + pixel_x = -7 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"cq" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 25; + pixel_y = 22 + }, +/obj/item/stack/sheet/mineral/sandstone/fifty{ + pixel_x = 1; + pixel_y = -12 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"cu" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/hooded/salmon_costume, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"cx" = ( +/obj/machinery/door/airlock/wood{ + name = "Employees' Only" + }, +/turf/simulated/floor/plasteel{ + icon_state = "plastic" + }, +/area/awaymission/beach) +"cy" = ( +/obj/structure/musician/piano{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"cz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "plastic" + }, +/area/awaymission/beach) +"cA" = ( +/obj/machinery/reagentgrinder{ + pixel_y = 15; + pixel_x = -1 + }, +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/item/desk_bell{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"cB" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"cK" = ( +/obj/structure/table/glass, +/obj/item/paper{ + pixel_y = 7; + pixel_x = 2 + }, +/obj/item/screwdriver{ + pixel_y = 13; + pixel_x = 3 + }, +/obj/item/paper_bin, +/obj/item/pen{ + pixel_x = 9; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"cL" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"cN" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"cP" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 9 + }, +/area/awaymission/beach) +"cR" = ( +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 8 + }, +/area/awaymission/beach) +"cU" = ( +/obj/structure/mineral_door/sandstone{ + name = "Sandcastle" + }, +/obj/effect/turf_decal/sand/plating, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"cY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"cZ" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/awaymission/beach) +"dv" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 3"; + id_tag = "beach_room_3" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"dF" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 1 + }, +/area/awaymission/beach) +"dG" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"dH" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/wall/mineral/wood, +/area/awaymission/beach) +"dK" = ( +/obj/item/trash/candy, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"dM" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 8; + color = "black"; + pixel_y = -1; + pixel_x = 5; + initialized = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"dO" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"ee" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/mob/living/simple_animal/crab, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"eg" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"ei" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"ej" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"ek" = ( +/obj/machinery/door_control/bolt_control/north{ + id = "beach_room_12" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"es" = ( +/obj/structure/table/wood, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"ev" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"ew" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 16; + pixel_x = -4 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 14; + pixel_x = 8 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 9; + pixel_x = -2 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 5; + pixel_x = 11 + }, +/obj/effect/turf_decal/tile/red/full{ + color = "#B11111" + }, +/turf/simulated/floor/plasteel{ + icon_state = "smooth_large" + }, +/area/awaymission/beach) +"ey" = ( +/obj/structure/statue/sandstone/venus{ + dir = 4; + pixel_y = 9; + anchored = 1 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/beach) +"eA" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"eE" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"eG" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"eT" = ( +/obj/structure/fluff/beach_umbrella/syndi, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -6; + pixel_y = -6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"eV" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 8 + }, +/area/awaymission/beach) +"eW" = ( +/obj/structure/chair/plastic, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"eX" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/item/cigbutt{ + pixel_y = -9; + pixel_x = 13 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"fa" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"fc" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/item/reagent_containers/condiment/capsaicin{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/reagent_containers/condiment/bbqsauce{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"fm" = ( +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"fy" = ( +/obj/structure/fluff/beach_umbrella, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"fA" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"fD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"fJ" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"fM" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/wood{ + name = "Bathroom"; + id_tag = "toiletfarbeach" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"fW" = ( +/turf/simulated/floor/beach/away/water/drop_no_overlay, +/area/awaymission/beach) +"fX" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/phone{ + pixel_y = 9; + pixel_x = 8 + }, +/obj/item/desk_bell{ + pixel_x = -12; + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"gg" = ( +/obj/structure/table/wood, +/obj/machinery/door_control/bolt_control/south{ + id = "beach_room_10" + }, +/obj/item/soap/nanotrasen{ + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"gh" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_y = 4; + pixel_x = -8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"gi" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 9"; + id_tag = "beach_room_9" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"gk" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/structure/sink/directional/east, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/item/soap, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"gt" = ( +/obj/effect/turf_decal/sand, +/obj/structure/bedsheetbin, +/obj/structure/table, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"gu" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"gB" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 4"; + id_tag = "beach_room_4" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"gF" = ( +/obj/machinery/light/directional/north, +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/beach) +"gN" = ( +/obj/machinery/door_control/bolt_control/west{ + id = "beach_room_1" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"hg" = ( +/obj/item/cigbutt{ + pixel_y = -6; + pixel_x = -12 + }, +/obj/structure/railing/cap{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"hk" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"hn" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"hr" = ( +/obj/effect/turf_decal/sand, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/sink/directional/west, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/east{ + id = "toilet2beach" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"hu" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 4 + }, +/area/awaymission/beach) +"hv" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"hG" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "BeachGarage" + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"hI" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hos/double, +/obj/item/toy/plushie/slimeplushie{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"hJ" = ( +/obj/item/reagent_containers/syringe{ + pixel_y = -4; + pixel_x = 3 + }, +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"hO" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"hS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"hU" = ( +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"hV" = ( +/obj/structure/chair/stool/holostool{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"hW" = ( +/obj/effect/turf_decal/siding/wood/corner, +/obj/item/stack/tickets{ + pixel_x = -7; + pixel_y = 12 + }, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"hX" = ( +/turf/simulated/floor/beach/away/coastline/alternative, +/area/awaymission/beach) +"ia" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "textured_dark_large" + }, +/area/awaymission/beach) +"ic" = ( +/obj/machinery/light/directional/west, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"if" = ( +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"io" = ( +/obj/machinery/door/airlock/wood{ + name = "Trash Disposal" + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"iq" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"iy" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_y = 20; + pixel_x = -4 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 6; + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 14; + pixel_x = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"iD" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"iE" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"jd" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"jf" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"jg" = ( +/obj/structure/chair/stool/bamboo{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"jB" = ( +/obj/item/bikehorn/airhorn{ + pixel_y = -15; + pixel_x = -13 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/stool, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = -2; + pixel_x = 2 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"jF" = ( +/obj/structure/fluff/beach_umbrella/science, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"jK" = ( +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + icon_state = "textured_dark_large" + }, +/area/awaymission/beach) +"jL" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"jM" = ( +/turf/simulated/floor/carpet/red, +/area/awaymission/beach) +"jP" = ( +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/beach) +"jU" = ( +/obj/effect/turf_decal/siding/dark_red/corner, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"kg" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plushie/slimeplushie{ + pixel_x = 5; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"ki" = ( +/obj/item/trash/can{ + pixel_y = -5; + pixel_x = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"kp" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/machinery/economy/vending/cola/red, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"kv" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/chef_recipes, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"kx" = ( +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"ky" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"kz" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"kA" = ( +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 4 + }, +/area/awaymission/beach) +"kS" = ( +/obj/structure/statue/sandstone/venus{ + pixel_y = 9; + dir = 1; + anchored = 1 + }, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/beach) +"kT" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"kZ" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_y = 6; + pixel_x = -15 + }, +/obj/item/camera{ + pixel_y = 4; + pixel_x = 1 + }, +/obj/item/camera_film{ + pixel_y = -11; + pixel_x = -10 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"le" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 8; + color = "black"; + pixel_x = 5; + initialized = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"ll" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"lv" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "textured_dark_large" + }, +/area/awaymission/beach) +"lC" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/item/reagent_containers/drinks/cans/space_up{ + pixel_y = 12; + pixel_x = -8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"lF" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"lG" = ( +/obj/item/storage/toolbox/fluff{ + color = "cyan"; + pixel_y = -8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"lM" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 7; + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 15; + pixel_x = 2 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 5; + pixel_x = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"lP" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"lS" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"mi" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"ml" = ( +/obj/structure/table, +/obj/item/wrench{ + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/awaymission/beach) +"ms" = ( +/obj/structure/table, +/obj/item/kirbyplants{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"mx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"mO" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"mP" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"mQ" = ( +/turf/simulated/floor/wood, +/area/awaymission/beach) +"mS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"mT" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"mV" = ( +/obj/structure/table/wood, +/obj/item/tape{ + pixel_y = 7; + pixel_x = 11 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"nb" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 8; + pixel_x = 7 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 13; + pixel_x = -11 + }, +/obj/effect/turf_decal/tile/red/full{ + color = "#B11111" + }, +/turf/simulated/floor/plasteel{ + icon_state = "smooth_large" + }, +/area/awaymission/beach) +"nj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "textured_dark_large" + }, +/area/awaymission/beach) +"nk" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/pen/blue{ + pixel_x = -11; + pixel_y = 2 + }, +/obj/item/id_decal/aa07{ + layer = 2.7; + pixel_y = -3; + pixel_x = -2 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"nw" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"nx" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Clinic" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"nM" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"nZ" = ( +/obj/machinery/optable, +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"oc" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"oi" = ( +/obj/structure/table/wood/fancy, +/obj/machinery/light/directional/west, +/obj/item/clothing/under/misc/bluehawaiianshirt{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/clothing/under/misc/bluehawaiianshirt{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/clothing/under/misc/bluehawaiianshirt{ + pixel_y = 7 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"oj" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hos/double, +/obj/item/decorations/sticky_decorations/flammable/paperclock{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"ov" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"oE" = ( +/obj/effect/turf_decal/tile/red/full{ + color = "#B11111" + }, +/turf/simulated/floor/plasteel{ + icon_state = "smooth_large" + }, +/area/awaymission/beach) +"oO" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"oP" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"oQ" = ( +/obj/structure/table/wood, +/obj/item/paicard{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"ph" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 13; + pixel_x = 21 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 1; + pixel_x = 16 + }, +/obj/machinery/light/directional/north, +/obj/item/stack/medical/bruise_pack{ + pixel_x = -14; + pixel_y = 9 + }, +/obj/item/storage/belt/medical{ + pixel_y = 3; + pixel_x = -3 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"pm" = ( +/obj/item/storage/bag/tray, +/obj/effect/turf_decal/stripes/red/box, +/obj/item/food/grown/watermelon{ + pixel_y = 2; + pixel_x = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"pn" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/door/airlock/wood{ + name = "Room 7"; + id_tag = "beach_room_7" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"pp" = ( +/obj/structure/chair/plastic, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_x = 20; + pixel_y = -4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"pA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"pG" = ( +/obj/machinery/door_control/bolt_control/south{ + id = "beach_room_5" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"pH" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 16; + pixel_y = -16 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"pW" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Temporary Holding Cell" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/all/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "textured_dark_large" + }, +/area/awaymission/beach) +"qa" = ( +/obj/machinery/economy/vending/cigarette/beach, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"qf" = ( +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"qh" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"qk" = ( +/obj/structure/table/wood, +/obj/item/salvage/ruin/carp, +/obj/item/salvage/ruin/carp{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/salvage/ruin/carp{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"qn" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"qp" = ( +/turf/simulated/floor/carpet/blue, +/area/awaymission/beach) +"qs" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/book/manual/barman_recipes{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"qx" = ( +/obj/item/trash/can{ + pixel_y = -9; + pixel_x = 10 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"qA" = ( +/obj/structure/closet/walllocker/firelocker/north, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"qB" = ( +/obj/structure/fluff/beach_umbrella/science, +/obj/item/reagent_containers/drinks/cans/starkist{ + pixel_x = 11; + pixel_y = -2 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"qD" = ( +/obj/item/wirecutters{ + pixel_y = 9 + }, +/obj/machinery/light/directional/south, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"qH" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife{ + pixel_x = -12; + pixel_y = 4 + }, +/obj/item/clothing/head/chefhat, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"qJ" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"qR" = ( +/turf/simulated/floor/beach/away/water/deep, +/area/awaymission/beach) +"qT" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"rh" = ( +/obj/item/cigbutt{ + pixel_y = -11; + pixel_x = -15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"rq" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"rC" = ( +/obj/item/storage/toolbox/fluff{ + color = "cyan"; + pixel_x = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"rE" = ( +/obj/item/stack/sheet/mineral/sandstone/fifty{ + pixel_x = -12; + pixel_y = -3 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"rI" = ( +/obj/structure/chair/plastic, +/obj/item/reagent_containers/drinks/cans/space_mountain_wind{ + pixel_x = 18; + pixel_y = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"rJ" = ( +/obj/structure/table/wood, +/obj/machinery/door_control/bolt_control/south{ + id = "beach_room_11" + }, +/obj/item/storage/toolbox/fluff{ + color = "cyan" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"rS" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses{ + pixel_y = 18; + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/clothing/head/collectable/tophat{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"rW" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"sc" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 5 + }, +/area/awaymission/beach) +"sj" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 10 + }, +/area/awaymission/beach) +"sB" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"sJ" = ( +/obj/item/clothing/head/soft/black{ + pixel_x = -1; + pixel_y = -3 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"sP" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"sQ" = ( +/turf/simulated/floor/beach/away/water/deep/dense, +/area/awaymission/beach) +"sW" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 11"; + id_tag = "beach_room_11" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"tt" = ( +/obj/machinery/space_heater, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"tF" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing/cap{ + dir = 9 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"tH" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"uc" = ( +/obj/structure/table/wood, +/obj/item/deck/unum, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"ud" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"up" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"uu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"uD" = ( +/obj/item/clothing/head/soft/green, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"uJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/smartfridge/foodcart{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"va" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"vq" = ( +/obj/structure/chair/plastic, +/obj/item/reagent_containers/drinks/cans/starkist{ + pixel_x = 20; + pixel_y = -8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"vw" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"vG" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 2"; + id_tag = "beach_room_2" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"vI" = ( +/obj/structure/table/wood, +/obj/item/assembly/signaler{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/food/donut{ + pixel_x = 13 + }, +/obj/item/folder/blue{ + pixel_y = 13; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"vP" = ( +/obj/item/radio/off{ + pixel_y = 16; + pixel_x = -8 + }, +/obj/item/storage/box/monkeycubes{ + pixel_y = 10; + pixel_x = 4 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"vR" = ( +/obj/item/reagent_containers/drinks/cans/tonic{ + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"vS" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 1"; + id_tag = "beach_room_1" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"vT" = ( +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"vZ" = ( +/obj/item/trash/can{ + pixel_y = -9; + pixel_x = 10 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"wd" = ( +/obj/structure/railing/cap{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"we" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"wg" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 12"; + id_tag = "beach_room_12" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"wp" = ( +/obj/machinery/space_heater, +/obj/machinery/door_control/bolt_control/north{ + id = "beach_room_2" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"wr" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/wood{ + name = "Bathroom"; + id_tag = "toilet1beach" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"wx" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/machinery/door_control/bolt_control/west{ + id = "beach_room_6" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"wH" = ( +/obj/structure/chair/stool/bamboo{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"wP" = ( +/obj/machinery/door/airlock/wood/glass{ + name = "Rooms" + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"wU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway{ + dir = 5 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"xb" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/cardborg{ + pixel_y = -4 + }, +/obj/item/clothing/head/cardborg{ + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"xf" = ( +/mob/living/simple_animal/crab/sea, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"xg" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"xG" = ( +/obj/structure/chair, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"xJ" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/door/airlock/wood{ + name = "Room 1" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"xT" = ( +/obj/structure/sign/custodian{ + pixel_y = 32; + pixel_x = -32 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"xV" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "plastic" + }, +/area/awaymission/beach) +"xY" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 8; + color = "black"; + pixel_y = -2; + pixel_x = 5; + initialized = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"yh" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/machinery/economy/vending/cigarette/beach, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"yl" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/pen/multi{ + pixel_y = 8 + }, +/obj/item/paper{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"yt" = ( +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/beach/away/coastline/alternative, +/area/awaymission/beach) +"yB" = ( +/obj/effect/turf_decal/sand, +/mob/living/simple_animal/crab, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"yD" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"yI" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/door/airlock/wood{ + name = "Room 6"; + id_tag = "beach_room_6" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"yJ" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 16; + pixel_x = -2 + }, +/obj/machinery/cell_charger, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 12; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"yR" = ( +/obj/structure/bed, +/obj/machinery/iv_drip{ + pixel_y = 18; + pixel_x = -4 + }, +/obj/machinery/defibrillator_mount{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"yT" = ( +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"yY" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 4 + }, +/area/awaymission/beach) +"zl" = ( +/obj/machinery/door/airlock/wood{ + name = "Garage" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/awaymission/beach) +"zo" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"zt" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 0; + pixel_y = 16 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"zw" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"zF" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/chef/classic{ + pixel_y = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"zU" = ( +/obj/effect/turf_decal/siding/blue/corner, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ae" = ( +/obj/structure/table/wood, +/obj/item/melee/baseball_bat{ + pixel_y = 3; + pixel_x = 6 + }, +/obj/item/clothing/glasses/sunglasses/blindfold{ + pixel_y = 5; + pixel_x = -2 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"An" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"As" = ( +/obj/vehicle/atv{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/awaymission/beach) +"Au" = ( +/obj/structure/chair/stool/bamboo{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Av" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"AD" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"AG" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"AK" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/awaymission/beach) +"AO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/mousetraps{ + pixel_x = -5; + pixel_y = 14 + }, +/obj/structure/table, +/obj/item/storage/box/mousetraps{ + pixel_x = 12; + pixel_y = 15 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"AR" = ( +/obj/item/wrench{ + pixel_y = -1; + pixel_x = 6 + }, +/obj/structure/railing/cap{ + dir = 4 + }, +/obj/item/toy/windup_toolbox{ + pixel_x = -4; + pixel_y = -8 + }, +/obj/structure/railing/corner, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"Ba" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Bq" = ( +/obj/item/clothing/head/collectable/paper{ + desc = "What looks like an ordinary paper hat is actually a rare and valuable collector's edition paper hat. Keep away from fire, Curators, and ocean waves."; + pixel_y = -4 + }, +/obj/structure/chair/plastic, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Br" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Bt" = ( +/obj/vehicle/atv{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Bv" = ( +/obj/item/cigbutt{ + pixel_y = -6; + pixel_x = -12 + }, +/obj/item/clothing/head/soft/black, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"Bw" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 10"; + id_tag = "beach_room_10" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"BE" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hos/double, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"BJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/chair/wheelchair{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"BK" = ( +/obj/structure/rack, +/obj/item/cardboard_cutout{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/cardboard_cutout{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cardboard_cutout{ + pixel_y = 13 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"BU" = ( +/obj/item/toy/seashell, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"BV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_y = 15; + pixel_x = 6 + }, +/obj/item/clothing/suit/storage/labcoat{ + pixel_x = -12; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/silver_sulf/small{ + pixel_x = 2 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"BW" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 0; + pixel_y = 24 + }, +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ca" = ( +/obj/structure/closet/gmcloset, +/turf/simulated/floor/plasteel{ + icon_state = "plastic" + }, +/area/awaymission/beach) +"Cd" = ( +/obj/item/stack/sheet/mineral/sandstone/fifty{ + pixel_x = -14; + pixel_y = 6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Cf" = ( +/obj/structure/table/wood, +/obj/item/food/grown/watermelon{ + pixel_y = 8; + pixel_x = 5 + }, +/obj/item/food/grown/watermelon{ + pixel_y = 3; + pixel_x = -3 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ch" = ( +/obj/machinery/door/airlock/wood{ + name = "Employees' Only" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/beach) +"Cj" = ( +/obj/item/cigbutt{ + pixel_y = -7; + pixel_x = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Cl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"Cz" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/under/misc/redhawaiianshirt{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/clothing/under/misc/redhawaiianshirt{ + pixel_y = 3; + pixel_x = 6 + }, +/obj/item/clothing/under/misc/redhawaiianshirt{ + pixel_y = 7 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"CC" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"CE" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/machinery/door_control/bolt_control/north{ + id = "beach_room_9" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"CL" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"CW" = ( +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"Dg" = ( +/obj/structure/chair/plastic, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_x = -16; + pixel_y = -6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Dl" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Do" = ( +/obj/effect/turf_decal/siding/dark_red/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Du" = ( +/obj/item/cigbutt{ + pixel_y = -4; + pixel_x = 2 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"DH" = ( +/obj/structure/fluff/beach_umbrella/syndi, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -10; + pixel_y = -6 + }, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_x = 12 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"DJ" = ( +/turf/simulated/floor/plasteel/stairs, +/area/awaymission/beach) +"DR" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"DZ" = ( +/turf/simulated/wall/mineral/wood, +/area/awaymission/beach) +"Eb" = ( +/obj/item/storage/box/gloves{ + pixel_y = 14; + pixel_x = 7 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"Eg" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/reagent_containers/drinks/mug{ + pixel_x = -9; + pixel_y = 13 + }, +/obj/item/stamp{ + pixel_x = 6; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Ek" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Em" = ( +/obj/machinery/light/directional/south, +/obj/structure/janitorialcart{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Ew" = ( +/obj/effect/turf_decal/stripes/white, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ez" = ( +/obj/structure/table/holotable, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_y = 4; + pixel_x = -1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"EG" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/shovel{ + pixel_y = 15; + pixel_x = -8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"EQ" = ( +/obj/item/stack/tickets{ + pixel_x = 11; + pixel_y = 7 + }, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"ES" = ( +/obj/machinery/economy/vending/snack, +/obj/effect/turf_decal/sand, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"ET" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"EX" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"EY" = ( +/obj/structure/bonfire, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Fb" = ( +/obj/structure/table/wood/fancy/orange, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"Fh" = ( +/obj/structure/dresser, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/random/east, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Fl" = ( +/obj/structure/sign/directions/medical{ + dir = 1 + }, +/turf/simulated/wall/mineral/wood, +/area/awaymission/beach) +"Fo" = ( +/obj/machinery/door/airlock/wood{ + name = "Balcony"; + id_tag = "beach_room_x" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Fr" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"FK" = ( +/obj/machinery/economy/vending/autodrobe, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"FQ" = ( +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"FX" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 12; + pixel_x = 3 + }, +/obj/item/stock_parts/cell/emproof{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/clothing/head/soft/white{ + pixel_y = 3; + pixel_x = 5 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"FZ" = ( +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"Ge" = ( +/obj/structure/fluff/beach_umbrella/engine, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Gf" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"Gk" = ( +/obj/effect/turf_decal/sand{ + density = 1 + }, +/obj/effect/decal/fakelattice, +/turf/simulated/floor/pod/light, +/area/awaymission/beach) +"Go" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/lights/mixed{ + pixel_x = -4; + pixel_y = 18 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = 4; + pixel_y = 4; + color = "cyan" + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Gp" = ( +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"Gw" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Gz" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/item/clothing/mask/breath/medical{ + pixel_y = 7; + pixel_x = -9 + }, +/obj/item/clothing/mask/breath/medical{ + pixel_y = 4; + pixel_x = 3 + }, +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"GJ" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/donut_box{ + pixel_y = 18; + pixel_x = -11 + }, +/obj/item/seeds/coffee{ + pixel_y = 1 + }, +/obj/item/storage/box/donkpockets{ + pixel_y = 10; + pixel_x = 11 + }, +/obj/item/food/donut/sprinkles{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"GL" = ( +/obj/item/retractor{ + pixel_y = 8; + pixel_x = -2 + }, +/obj/item/cautery{ + pixel_y = 10 + }, +/obj/item/hemostat{ + pixel_y = -11 + }, +/obj/item/bonesetter{ + pixel_y = -12 + }, +/obj/structure/table/glass, +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"GM" = ( +/obj/machinery/door/airlock/wood{ + name = "Docks" + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"GV" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/jacket/miljacket/patch, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"He" = ( +/obj/effect/baseturf_helper/beach/sand, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Hg" = ( +/obj/structure/chair/plastic, +/obj/item/reagent_containers/drinks/cans/lemon_lime{ + pixel_y = -6; + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Hm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"Hq" = ( +/obj/structure/table/wood, +/obj/item/pen{ + pixel_y = 5; + pixel_x = 8 + }, +/obj/item/stack/tickets{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Ht" = ( +/obj/structure/billboard/space_cola, +/obj/effect/turf_decal/siding/dark_red, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Hv" = ( +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Hy" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -11; + pixel_y = -6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"HE" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/item/soap/homemade, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"HP" = ( +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"HS" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"HT" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"HZ" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 5"; + id_tag = "beach_room_5" + }, +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Ia" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Ic" = ( +/obj/item/toy/seashell, +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 4 + }, +/area/awaymission/beach) +"Ih" = ( +/turf/simulated/floor/carpet/cyan, +/area/awaymission/beach) +"Ir" = ( +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"Iy" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Iz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"IA" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"IC" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/storage/firstaid/o2, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"IH" = ( +/obj/effect/turf_decal/sand, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/sink/directional/west, +/obj/item/cigbutt{ + pixel_y = -7; + pixel_x = -13 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/east{ + id = "toilet3beach" + }, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"II" = ( +/obj/machinery/door/airlock/wood{ + name = "Janitorial" + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"IL" = ( +/turf/simulated/wall/indestructible/sandstone, +/area/awaymission/beach) +"IS" = ( +/obj/machinery/computer/arcade{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"IV" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Jf" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"Jh" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ji" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"Jq" = ( +/obj/structure/chair/stool/bamboo{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Jr" = ( +/obj/item/toy/seashell, +/turf/simulated/floor/beach/away/coastline/alternative, +/area/awaymission/beach) +"Js" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"JC" = ( +/obj/structure/chair/plastic{ + dir = 4 + }, +/obj/item/reagent_containers/drinks/cans/lemon_lime{ + pixel_x = 14; + pixel_y = -12 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"JJ" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/jacket/miljacket, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"JK" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 8; + color = "black"; + pixel_x = 5; + initialized = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"JO" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/iv_drip{ + pixel_y = 18; + pixel_x = -4 + }, +/obj/machinery/defibrillator_mount{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"JW" = ( +/obj/item/instrument/guitar{ + pixel_y = 4; + pixel_x = -1 + }, +/turf/simulated/floor/beach/away/coastline/alternative, +/area/awaymission/beach) +"JX" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/under/misc/orangehawaiianshirt{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/clothing/under/misc/orangehawaiianshirt{ + pixel_y = 3; + pixel_x = 6 + }, +/obj/item/clothing/under/misc/orangehawaiianshirt{ + pixel_y = 7 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"Kb" = ( +/obj/machinery/door/airlock/wood/glass{ + name = "Cabin" + }, +/turf/simulated/floor/carpet, +/area/awaymission/beach) +"Ke" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Kh" = ( +/obj/machinery/economy/vending/cola/red, +/obj/effect/turf_decal/tile/red/full{ + color = "#B11111" + }, +/turf/simulated/floor/plasteel{ + icon_state = "smooth_large" + }, +/area/awaymission/beach) +"Ko" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/wood{ + name = "Bathroom"; + id_tag = "toilet2beach" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"Ks" = ( +/obj/machinery/door/airlock/wood{ + name = "Arcade" + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"KB" = ( +/obj/structure/fluff/beach_umbrella/syndi, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_x = -6; + pixel_y = -6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"KE" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 16; + pixel_x = -7 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"KG" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/paicard{ + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"KK" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/food/grown/banana{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/food/grown/banana{ + pixel_y = 6; + pixel_x = -1 + }, +/obj/item/food/grown/banana{ + pixel_y = 4; + pixel_x = 3 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"KN" = ( +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/beach) +"KT" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"KV" = ( +/obj/structure/table/reinforced, +/obj/item/defibrillator/loaded{ + pixel_y = 7 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"Lb" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "BeachBoats" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Lm" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Lv" = ( +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"LD" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"LG" = ( +/obj/structure/flora/tree/palm{ + pixel_y = 18 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"LI" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/rice, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"LM" = ( +/obj/machinery/door/airlock/wood/glass{ + name = "Hotel's Facilities" + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"LN" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_y = 8; + pixel_x = -3 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"LQ" = ( +/obj/structure/closet/crate/secure/bin, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"LY" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine{ + pixel_y = 4; + fax_network = "Beach Hotel Fax"; + name = "Beach Hotel Fax Machine" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Mc" = ( +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"Md" = ( +/obj/item/cigbutt{ + pixel_y = 21; + pixel_x = -13 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Me" = ( +/obj/machinery/door/airlock/wood{ + name = "Room 8"; + id_tag = "beach_room_8" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Mg" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Ms" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_y = 12; + pixel_x = 6 + }, +/obj/item/camera_film{ + pixel_y = 4; + pixel_x = -2 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Mt" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Mu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Mv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"MH" = ( +/obj/machinery/economy/vending/medical{ + req_access = "201" + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"MJ" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"MN" = ( +/obj/machinery/icemachine{ + dir = 4; + pixel_x = -1; + pixel_y = -3 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"MT" = ( +/obj/effect/turf_decal/sand, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/structure/sink/directional/west, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/east{ + id = "toiletfarbeach" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"MW" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Ne" = ( +/obj/structure/fluff/beach_umbrella/syndi, +/obj/item/reagent_containers/drinks/cans/space_up{ + pixel_x = 11; + pixel_y = -2 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ng" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/door/airlock/wood{ + name = "Bathroom"; + id_tag = "toilet3beach" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/beach) +"Nq" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/random/east, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Nr" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"Nt" = ( +/obj/item/reagent_containers/glass/bucket/wooden{ + pixel_y = -2; + pixel_x = -12 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ny" = ( +/obj/structure/rack, +/obj/item/mop, +/obj/item/extinguisher, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"NM" = ( +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"NS" = ( +/obj/item/storage/box/syringes{ + pixel_y = 10; + pixel_x = -4 + }, +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 4; + pixel_x = 4 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"NU" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 1 + }, +/area/awaymission/beach) +"Oc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"Of" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Ol" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/bag/dice{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"On" = ( +/obj/structure/chair/plastic, +/obj/item/paicard{ + pixel_y = 4; + pixel_x = -1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Op" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"OA" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/machinery/light/directional/east, +/obj/item/reagent_containers/condiment/ketchup{ + pixel_y = 8; + pixel_x = -2 + }, +/obj/item/reagent_containers/condiment/mayonnaise{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"OK" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"OQ" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/fix_o_vein{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/surgical_drapes{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/surgical_drapes{ + pixel_x = 13; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"OS" = ( +/turf/simulated/wall/mineral/sandstone, +/area/awaymission/beach) +"Pe" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/carpet/cyan, +/area/awaymission/beach) +"Pn" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 8 + }, +/area/awaymission/beach) +"Pr" = ( +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"PE" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 0 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"PV" = ( +/obj/effect/baseturf_helper/beach/water, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"PW" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Locker Room" + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"Qo" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/hop/double, +/turf/simulated/floor/carpet/cyan, +/area/awaymission/beach) +"Qr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/gateway/centeraway{ + calibrated = 0; + interact_offline = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"Qx" = ( +/obj/item/cigbutt{ + pixel_y = -4; + pixel_x = 2 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"QH" = ( +/obj/structure/fluff/beach_umbrella/science, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -10; + pixel_y = -6 + }, +/obj/item/reagent_containers/drinks/cans/space_up{ + pixel_x = 12 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"QJ" = ( +/obj/structure/chair/plastic, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = 18; + pixel_y = -3 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"QK" = ( +/obj/structure/table/wood/fancy, +/obj/item/clothing/under/misc/pinkhawaiianshirt{ + pixel_y = 3; + pixel_x = -6 + }, +/obj/item/clothing/under/misc/pinkhawaiianshirt{ + pixel_y = 3; + pixel_x = 6 + }, +/obj/item/clothing/under/misc/pinkhawaiianshirt{ + pixel_y = 7 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"QO" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_y = 7; + pixel_x = -6 + }, +/obj/item/pen{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"QQ" = ( +/obj/item/tank/internals/anesthetic{ + pixel_y = 4 + }, +/obj/item/clothing/mask/breath/medical{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/structure/table/glass/reinforced, +/obj/item/bonegel{ + pixel_x = -8; + pixel_y = 16 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"Ri" = ( +/obj/effect/turf_decal/sand/plating, +/obj/item/reagent_containers/glass/bucket/wooden{ + pixel_y = 8; + pixel_x = -6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Rj" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Rk" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Rn" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"RC" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 0; + pixel_y = 6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"RM" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"RQ" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "plastic" + }, +/area/awaymission/beach) +"RU" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Admin" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Sa" = ( +/mob/living/simple_animal/crab, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Sg" = ( +/obj/structure/table/glass, +/obj/item/cigbutt{ + pixel_y = 2; + pixel_x = -12 + }, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Sk" = ( +/obj/machinery/economy/vending/cola/red, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"Sl" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/random/north, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Sq" = ( +/obj/structure/table/wood/poker, +/obj/item/stack/spacecash/c100{ + pixel_y = 5 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Ss" = ( +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 16; + pixel_x = -8 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/beach) +"SE" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative, +/area/awaymission/beach) +"SF" = ( +/obj/structure/closet{ + name = "Holding Cell Storage" + }, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"SS" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"SX" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/machinery/light/directional/east, +/obj/item/reagent_containers/glass/rag{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Tn" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Tq" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"Tt" = ( +/obj/structure/chair/stool/holostool, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/beach) +"TT" = ( +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"TU" = ( +/obj/structure/flora/tree/palm, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"TW" = ( +/obj/machinery/door/airlock/wood/glass{ + name = "Beach Access" + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Ub" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Uf" = ( +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 1 + }, +/area/awaymission/beach) +"Ug" = ( +/obj/machinery/light/directional/west, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"Uk" = ( +/obj/structure/fluff/beach_umbrella/cap, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Un" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Up" = ( +/obj/structure/statue/sandstone/venus{ + dir = 4; + pixel_y = 9 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Us" = ( +/obj/item/reagent_containers/drinks/cans/starkist{ + pixel_x = -6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ut" = ( +/obj/item/circular_saw{ + pixel_y = 4 + }, +/obj/item/scalpel{ + pixel_y = 15 + }, +/obj/structure/table/glass, +/turf/simulated/floor/wood/fancy/birch, +/area/awaymission/beach) +"Uu" = ( +/obj/machinery/door_control/shutter/south{ + id = "BeachGarage" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/awaymission/beach) +"UB" = ( +/obj/structure/flora/tree/palm{ + pixel_y = 25; + pixel_x = 10 + }, +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"UT" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"UW" = ( +/obj/structure/table/wood, +/obj/machinery/door_control/bolt_control/south{ + id = "beach_room_4" + }, +/obj/item/storage/toolbox/fluff{ + color = "cyan" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"UX" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"UZ" = ( +/obj/structure/table/wood, +/obj/item/kitchen/rollingpin{ + pixel_x = -12; + pixel_y = 3 + }, +/obj/item/kitchen/sushimat{ + pixel_x = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"Ve" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/door_control/shutter/south{ + id = "BeachBoats" + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"Vg" = ( +/obj/structure/table/wood, +/obj/item/stack/tickets{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/paper_bin, +/obj/item/reagent_containers/drinks/cans/grape_juice{ + pixel_x = -8; + pixel_y = 9 + }, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Vi" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/directional/east, +/turf/simulated/floor/carpet/cyan, +/area/awaymission/beach) +"Vp" = ( +/obj/machinery/light/directional/north, +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Vq" = ( +/obj/structure/marker_beacon/spotlight/yellow, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"Vv" = ( +/obj/machinery/economy/vending/cigarette/beach, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Vz" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"VC" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"VJ" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"VL" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/costume/pirate, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"VM" = ( +/obj/structure/table/wood, +/obj/item/multitool{ + pixel_x = -8; + pixel_y = -8 + }, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"VO" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"Wb" = ( +/obj/item/toy/plushie/nianplushie{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/red, +/area/awaymission/beach) +"Wf" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/syringe{ + pixel_x = 3 + }, +/obj/item/storage/firstaid/o2{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/storage/firstaid/brute{ + pixel_y = 8; + pixel_x = 4 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"Wm" = ( +/obj/structure/table/wood, +/obj/structure/decorative_structures/flammable/grandfather_clock{ + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Wq" = ( +/obj/structure/fluff/beach_umbrella/syndi, +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 8 + }, +/area/awaymission/beach) +"WB" = ( +/obj/machinery/door/airlock/wood{ + name = "Changing Room" + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/beach) +"WC" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"WD" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/item/storage/bag/tray, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"WE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/o2{ + pixel_y = 12; + pixel_x = -2 + }, +/obj/item/storage/firstaid/brute{ + pixel_y = 8; + pixel_x = -2 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"WF" = ( +/obj/structure/closet/crate, +/obj/item/clothing/suit/hooded/carp_costume, +/obj/item/clothing/head/hooded/carp_hood, +/obj/item/toy/plushie/carpplushie, +/obj/item/toy/plushie/shark, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"WI" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/apron/overalls, +/obj/machinery/door_control/bolt_control/west{ + id = "beach_room_7" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"WR" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/machinery/door/airlock/wood{ + name = "Tropical Kitchen" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"WS" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"WW" = ( +/obj/structure/flora/tree/palm{ + pixel_y = 16; + pixel_x = 12 + }, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"WX" = ( +/obj/machinery/door_control/bolt_control/north{ + id = "beach_room_3" + }, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Xh" = ( +/obj/structure/flora/tree/palm{ + pixel_y = 7; + pixel_x = 9 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Xj" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Medbay Clinic" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"Xq" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/wood, +/area/awaymission/beach) +"Xr" = ( +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Xv" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"XH" = ( +/obj/machinery/processor, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"XJ" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"XO" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "BeachBoats" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/beach) +"XT" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"XU" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/paper_bin, +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"XW" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ya" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/economy/vending/clothing, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ym" = ( +/obj/effect/turf_decal/sand, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Ys" = ( +/turf/simulated/floor/wood/fancy, +/area/awaymission/beach) +"Yv" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/beach) +"YB" = ( +/turf/simulated/floor/carpet/green, +/area/awaymission/beach) +"YQ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/sand, +/obj/item/clothing/shoes/sandal{ + pixel_y = 4; + pixel_x = 8 + }, +/obj/item/clothing/shoes/sandal{ + pixel_x = 4 + }, +/obj/item/clothing/shoes/sandal{ + pixel_y = -4 + }, +/obj/item/clothing/shoes/sandal{ + pixel_y = -7; + pixel_x = -3 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"YV" = ( +/obj/structure/chair/plastic{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Zc" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/item/cigbutt{ + pixel_y = -6; + pixel_x = -12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Zd" = ( +/obj/item/stack/tickets{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"Ze" = ( +/obj/structure/table/wood, +/obj/item/food/grown/watermelon{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/food/watermelonslice{ + pixel_x = -6 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"Zv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark_diagonal" + }, +/area/awaymission/beach) +"Zz" = ( +/obj/structure/table, +/obj/item/weldingtool{ + pixel_y = -7; + pixel_x = 4 + }, +/obj/item/trash/can{ + pixel_y = 10; + pixel_x = -5 + }, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"ZB" = ( +/turf/simulated/floor/plasteel/white{ + icon_state = "white_large" + }, +/area/awaymission/beach) +"ZG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/item/storage/toolbox/fluff{ + color = "cyan" + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/awaymission/beach) +"ZL" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/machinery/shower{ + pixel_y = 16 + }, +/obj/item/soap/deluxe, +/turf/simulated/floor/wood/parquet, +/area/awaymission/beach) +"ZM" = ( +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/beach/away/sand_alternative, +/area/awaymission/beach) +"ZS" = ( +/obj/structure/table/wood{ + color = "#ffcc33" + }, +/obj/item/desk_bell{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/beach) +"ZV" = ( +/obj/item/trash/candy, +/obj/structure/closet/crate/secure/bin, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) +"ZZ" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/directional/east, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/arcade, +/area/awaymission/beach) + +(1,1,1) = {" +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +"} +(2,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(3,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(4,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(5,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(6,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(7,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(8,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(9,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(10,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(11,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(12,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(13,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(14,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(15,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(16,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(17,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(18,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(19,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(20,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(21,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(22,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(23,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(24,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(25,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(26,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(27,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(28,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(29,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(30,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(31,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(32,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(33,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(34,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +oO +Of +Of +Of +Ba +MW +oO +Of +Of +Of +ud +Of +Of +Of +Ba +MW +oO +Of +Of +Of +Ba +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(35,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +nw +fJ +UT +ET +Gw +MW +nw +fJ +UT +ET +kT +fJ +UT +ET +Gw +MW +nw +fJ +UT +ET +Gw +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(36,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +DZ +Fo +eG +eG +DZ +MW +DZ +Fo +eG +eG +DZ +Fo +eG +eG +DZ +MW +DZ +Fo +eG +eG +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(37,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +DZ +UX +FZ +rq +DZ +DZ +DZ +ek +Ih +rq +DZ +mQ +FZ +Xq +DZ +DZ +DZ +WX +Ih +xb +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(38,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +DZ +VL +FZ +mQ +sW +Ys +wg +mQ +Ih +Xq +DZ +rq +FZ +mQ +gB +Ys +dv +mQ +Ih +ev +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(39,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +DZ +Nq +BE +rJ +DZ +Ys +DZ +Nq +Vi +OK +DZ +Fh +BE +UW +DZ +Ys +DZ +Wm +Qo +Nq +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(40,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +DZ +DZ +DZ +rW +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +Ys +DZ +DZ +DZ +DZ +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(41,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +fJ +Fo +mQ +Pe +rq +DZ +Ys +Ys +hk +Ys +Ys +Ys +Ys +hk +Ys +Ys +Ys +Ys +hk +Ys +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(42,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +jd +eG +GV +Ih +mQ +Bw +Ys +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +Ys +DZ +DZ +DZ +DZ +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(43,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +br +eG +Nq +Qo +gg +DZ +Ys +DZ +CE +FZ +Tn +DZ +JJ +Ih +pG +DZ +rW +DZ +wp +FZ +Xq +DZ +MW +cP +Pn +cR +Pn +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(44,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +dH +DZ +DZ +Ys +gi +mQ +FZ +ev +DZ +tt +Ih +mQ +HZ +Ys +vG +mQ +FZ +ev +DZ +cP +yY +BU +Xr +BU +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(45,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +fJ +Fo +mQ +cL +mQ +DZ +Ys +DZ +Sl +BE +Av +DZ +Sl +Qo +Av +DZ +Ys +DZ +Sl +BE +Av +DZ +yY +BU +uD +Xr +lG +Xr +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(46,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +jd +eG +cu +FZ +mQ +Me +Ys +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +Ys +DZ +DZ +DZ +DZ +DZ +RC +Xr +aw +fy +lC +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(47,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +br +eG +Nq +oj +an +DZ +Ys +Ys +hk +Ys +DZ +Xr +DZ +Ys +Ys +Ys +Ys +hk +Ys +Ys +TW +hO +Ym +Xr +Xr +Xr +Xr +Xr +Hv +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(48,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +DZ +DZ +DZ +Ys +DZ +DZ +pn +DZ +DZ +DZ +yI +DZ +DZ +Ys +DZ +DZ +DZ +DZ +DZ +Xr +Xr +Xr +Xr +Xr +RC +Xr +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(49,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +DZ +AO +Ys +Ny +DZ +Ys +DZ +WI +Ih +rq +DZ +wx +FZ +mQ +DZ +Ys +vS +gN +Ih +Xq +DZ +Xr +Xr +DZ +xJ +DZ +DZ +DZ +RC +NU +Pn +Pn +Pn +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(50,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +Go +Ys +Em +DZ +rW +DZ +mQ +Ih +ev +DZ +rq +FZ +ev +DZ +Ys +DZ +mQ +Ih +ev +DZ +RC +DZ +DZ +Ys +ic +Ys +DZ +DZ +RC +Xr +Xr +Xr +NU +Pn +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(51,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +mi +Ys +Ys +DZ +wP +DZ +Sl +Qo +Av +DZ +Sl +hI +uc +DZ +wP +DZ +Sl +Qo +OK +DZ +DZ +DZ +qA +Sq +Js +Ol +Rk +DZ +DZ +RC +Xr +Xr +Xr +Xr +NU +Pn +Pn +Pn +Pn +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(52,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +qT +DZ +II +DZ +Ys +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +Ys +DZ +DZ +DZ +DZ +Fl +cj +Ys +Ys +Iy +Iy +Iy +Ys +mi +eG +Xr +BU +Xr +Xr +jM +Xr +Xr +Xr +Xr +Xr +Uf +Pn +sj +MW +MW +MW +MW +cP +Pn +Pn +Pn +Pn +Pn +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(53,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +oO +Of +DZ +DZ +DZ +xT +Ys +Ys +Ys +Ys +Ys +Ys +yD +Ys +Ys +Ys +Ys +Ys +Ys +yD +Ys +LM +Ys +Ys +Lm +vw +Op +Ys +Ys +Ys +mi +eG +Xr +Xr +Xr +KB +Wb +Xr +Xr +Xr +Hv +Xr +Xr +Xr +NU +sj +MW +MW +MW +dF +Xr +RC +Xr +Xr +Xr +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(54,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +oO +WC +Md +Ys +io +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +Ys +LM +Ys +Ys +iD +ey +DR +Ys +Ys +ms +eG +eG +Ym +Xr +Xr +Xr +Xr +Xr +Xr +qp +Xr +Xr +RC +Xr +BU +NU +Pn +Pn +Pn +yY +Xr +Xr +Xr +Xr +Xr +BU +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(55,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +nw +aj +Ys +DZ +DZ +DZ +Oc +Oc +DZ +RU +DZ +DZ +DZ +DZ +DZ +eG +Xj +eG +DZ +DZ +DZ +DZ +DZ +DZ +rW +Rj +zo +dO +Ys +Ys +eG +eG +Ym +Ym +Xr +Xr +Xr +Xr +Xr +jF +Ss +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Sa +Xr +Jh +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(56,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +nw +Ys +Ys +DZ +lM +Du +Zv +Zv +rh +Zv +IA +DZ +WE +JO +VO +VO +ZB +ZB +MH +DZ +cd +cd +DZ +iy +Ys +XU +Ys +Ys +Ys +Ys +DZ +RC +Ym +yB +Ym +Xr +Xr +Xr +Hv +Xr +Xr +Xr +Xr +DZ +eG +eG +DZ +Xr +DZ +eG +eG +DZ +RC +Xr +Xr +Uk +Xr +Xr +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(57,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +eX +Qx +TT +DZ +GJ +Zv +cg +mV +cg +Zv +cK +DZ +BV +ZB +ZB +ZB +ZB +ZB +ZB +Ch +cz +cz +DZ +kx +FZ +yl +FZ +FZ +FZ +FZ +Kb +FZ +Ym +Ym +Ym +Xr +Xr +RC +Xr +Xr +Xr +Xr +DZ +DZ +Gf +Gf +DZ +eG +DZ +ZV +WF +DZ +DZ +Hv +Xr +qp +qp +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(58,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +AG +eA +TT +DZ +Sg +Zv +VM +vI +yJ +Zv +LY +DZ +ph +ZB +ZB +NS +ZB +ZB +hJ +DZ +xV +cz +DZ +FZ +FZ +Fb +FZ +FZ +FZ +dG +DZ +FZ +FZ +Ym +Ym +Xr +Xr +Xr +Xr +Xr +Xr +Xr +DZ +Sk +Gp +Gp +CW +Gp +CW +hW +oP +co +DZ +Xr +Xr +Xr +RC +Xr +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(59,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +AG +mT +DZ +Vp +Zv +Zc +Eg +Mu +rh +qD +DZ +kg +yR +ZB +Ji +Eb +ZB +Wf +DZ +xV +cz +DZ +kx +FZ +fX +FZ +FZ +FZ +FZ +Kb +FZ +FZ +FZ +Ym +Xr +Xr +Xr +Xr +Xr +Xr +Xr +DZ +DZ +ab +Zd +Gp +EQ +Nr +nM +Hq +Ys +eG +Xr +Xr +Xr +Hv +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(60,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +Zv +Zv +Zv +Cj +oc +DZ +DZ +eG +DZ +ZB +ZB +ZB +DZ +DZ +DZ +RQ +cz +DZ +KK +Ys +KG +Ys +Ys +Ys +DZ +DZ +RC +FZ +FZ +FZ +Xr +Xr +Xr +Xr +Xr +Xr +BU +Xr +DZ +eG +DZ +IS +IS +ZZ +Ys +oQ +Ys +DZ +Xr +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(61,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +Zv +RM +SF +vP +DZ +DZ +GL +Ut +DZ +nx +DZ +KV +DZ +xV +bn +cz +cz +DZ +DZ +Ys +Lm +vw +Op +Ys +eG +RC +YQ +Ym +FZ +FZ +FZ +Xr +Xr +Xr +Hv +Xr +Xr +RC +Xr +Ym +DZ +eG +eG +DZ +Ys +Vg +DZ +DZ +Xr +Xr +Xr +Xr +Xr +NU +sj +MW +jL +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(62,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +pW +Oc +Oc +DZ +DZ +OQ +fm +fm +fm +fm +DZ +eG +DZ +xV +cz +cz +cz +cz +cx +Ys +iD +kS +DR +Ys +eG +eG +YQ +Ym +Ym +FZ +FZ +FZ +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Ym +DZ +Ks +eG +DZ +Xr +Ym +Xr +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +Vq +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(63,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +nj +nj +lv +DZ +MW +Gz +fm +fm +fm +fm +Gw +MW +DZ +DZ +Ca +Ca +Ca +DZ +DZ +DZ +Rj +MJ +dO +Ys +mi +eG +YQ +Ym +Ym +Xr +FZ +FZ +FZ +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Ym +Xr +Xr +XT +fA +cB +cN +Xr +Xr +Xr +Ym +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(64,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +Oc +jK +nj +lv +Oc +MW +as +Tq +nZ +QQ +JK +Br +MW +MW +DZ +DZ +DZ +DZ +DZ +BJ +DZ +mS +DZ +Ys +Ys +lS +eG +gt +Ym +Hv +Xr +Xr +FZ +FZ +FZ +Xr +Xr +Xr +Hv +Xr +Ym +Ym +Ym +Xr +Ym +Xr +Ym +Xr +Ym +BU +Xr +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(65,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +ia +DZ +DZ +MW +AG +xY +dM +le +Br +MW +MW +MW +DZ +Cl +hS +Mv +ei +mx +mx +Hm +DZ +Vv +Dl +DZ +DZ +Ym +Xr +Xr +Xr +Xr +Xr +FZ +FZ +FZ +Xr +Xr +Xr +Ym +Ym +Ym +Xr +Ym +Xr +Ym +Ym +Xr +Xr +Xr +Ym +Xr +Xr +Hg +Xr +hX +MW +MW +MW +MW +MW +MW +MW +jL +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(66,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +we +Qr +pA +mx +mx +uJ +uu +DZ +DZ +DZ +DZ +Xr +Xr +Xr +Xr +BU +Xr +Xr +Xr +FZ +FZ +Ym +Ym +Ym +Ym +Ym +Xr +Xr +Ym +Ym +Xr +Xr +Ym +Xr +Xr +Xr +Xr +Xr +fy +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(67,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +wU +ov +cY +mx +ZG +DZ +DZ +DZ +Hv +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +RC +Xr +Ym +Ym +Ym +Ym +Ym +Ym +Xr +dK +DZ +DZ +eG +eG +DZ +DZ +ES +Xr +Ym +Xr +Xr +Dg +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(68,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +DZ +mP +Iz +DZ +DZ +cq +Xr +Xr +Xr +OS +OS +OS +Xr +Xr +Xr +Xr +Xr +Xr +Ym +Ym +Ym +Xr +Xr +Ym +Ym +LI +DZ +by +Ia +iq +rS +DZ +kp +Xr +Xr +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +Vq +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(69,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +DZ +DZ +DZ +DZ +hu +eV +Xr +Xr +OS +OS +aV +OS +OS +BU +Xr +Xr +Xr +Xr +Ym +Ym +RC +Xr +Xr +Xr +Ym +DZ +DZ +NM +hv +hv +hv +cA +wH +gu +Xr +Xr +vq +Xr +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(70,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +sc +eV +Cd +OS +aV +EG +aV +OS +BU +Xr +Jf +Yv +VC +Ym +Ym +Xr +Xr +Xr +Xr +Ym +WR +hv +hv +qk +hU +hv +WS +Jq +VJ +Xr +Xr +Uk +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +jL +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(71,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +rE +OS +aV +aV +aV +cU +Xr +Xr +DZ +DZ +DZ +Ym +Ym +Hv +Xr +Xr +Xr +UB +DZ +hv +fD +kv +zF +hv +WS +Jq +VJ +Xr +Xr +QJ +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(72,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Nt +OS +Ri +aV +aV +OS +BU +Xr +DZ +aK +wr +Ym +Ym +Xr +Xr +Xr +Xr +DZ +DZ +Ub +UZ +qH +hv +hv +qs +Jq +VJ +Xr +Xr +Xr +Xr +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(73,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +OS +OS +aV +OS +OS +BU +Xr +DZ +DZ +DZ +Ym +Ym +Xr +Xr +Xr +BU +DZ +HS +hv +Ek +XH +hv +LQ +SX +Au +Rn +Xr +Xr +Xr +pp +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(74,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +vT +Xr +OS +OS +OS +Xr +Xr +Xr +DZ +hr +Ko +Ym +Ym +Xr +Xr +Xr +Xr +eG +eE +hv +hv +hv +hv +fc +DZ +Rn +Xr +Xr +Xr +RC +Ge +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(75,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +BU +Xr +Xr +Xr +RC +Xr +DZ +DZ +DZ +DZ +Ym +Ym +Xr +Xr +Xr +Xr +eG +qf +hv +hv +hv +WD +WS +VJ +Xr +Xr +Xr +BU +Xr +rI +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +Vq +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(76,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Xr +Hv +Xr +Xr +Xr +Xr +Xr +DZ +IH +Ng +Ym +Ym +Xr +RC +Xr +Xr +eG +lP +hv +hv +gh +ZS +jg +Rn +Xr +Xr +Xr +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(77,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +sc +eV +TU +Xr +Xr +Xr +Xr +Xr +Xr +DZ +DZ +DZ +Ym +Ym +Xr +Xr +Hv +Xr +DZ +Mt +hv +va +OA +jg +Rn +Xr +Xr +Xr +Xr +Xr +Xr +Xr +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(78,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Xr +Xr +PV +Xr +Xr +Xr +DZ +qa +Ym +Ym +Ym +Xr +Xr +Xr +Xr +DZ +DZ +eG +eG +DZ +yh +Xr +Xr +Xr +Xr +Xr +Ez +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(79,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Xr +Xr +He +Xr +Xr +RC +Xr +Xr +Ym +Ym +Xr +Xr +Xr +Xr +Xr +RC +Xr +Xr +ki +Xr +Hv +Xr +Xr +Xr +Xr +Xr +xg +Xr +bE +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +jL +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(80,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +pH +Xr +Xr +RC +Xr +Xr +Xr +Xr +Xr +Ym +Ym +Xr +Xr +Xr +Xr +RC +Xr +RC +Xr +RC +Xr +Xr +Xr +Xr +Xr +Xr +Xr +XW +Xr +yt +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(81,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +XJ +Xr +Xr +Xr +Hv +Xr +Xr +Xr +Xr +Ym +Ym +Xr +Xr +Xr +Xr +Xr +Xr +BU +Xr +Xr +Xr +Xr +Xr +IC +bZ +Gk +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(82,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +sc +eV +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Ym +Ym +Ym +jU +ej +vZ +qh +Xr +Xr +Hv +Xr +Xr +Xr +Xr +jB +lF +DJ +Xr +Xr +Xr +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(83,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +BW +Xr +Xr +Xr +Xr +Xr +Xr +Xr +RC +Ym +Ym +Ht +Kh +oE +Pr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +TU +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +Vq +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(84,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Xr +JC +Xr +Ne +Xr +Xr +Xr +Xr +Ym +Ym +ce +ew +oE +Pr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Hv +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(85,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +sc +hu +Wq +Xr +Xr +qp +qp +Xr +Xr +Xr +Ym +Ym +ce +nb +oE +Pr +Xr +Hv +Xr +Xr +RC +Xr +Xr +TU +Xr +Xr +Sa +Xr +Xr +rC +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(86,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +sc +hu +eV +Xr +Xr +Xr +Xr +Xr +Ym +Ym +Do +IV +IV +ky +Xr +Xr +Xr +Xr +Xr +Xr +CC +CC +CC +CC +Xr +Xr +Xr +eW +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +jL +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(87,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +qB +Xr +Xr +Ym +Ym +Ym +RC +Xr +Xr +Xr +Xr +qx +Xr +Xr +Xr +zU +mO +mO +mO +mO +kz +if +Xr +QH +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(88,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +YB +YB +Xr +Ym +Ym +Xr +Xr +Xr +Xr +Xr +Xr +Xr +BU +On +eW +aL +Xr +Xr +Xr +Xr +Xr +qJ +Xr +eW +BU +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(89,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +sc +eV +Xr +Xr +Xr +Ym +Ym +Xr +Xr +Xr +Xr +Xr +Xr +WW +Xr +eW +eW +aL +Xr +Xr +Xr +Xr +Xr +qJ +Xr +Xr +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(90,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Xr +Xr +Ym +Ym +RC +Xr +Xr +Xr +Xr +Xr +Xr +Xr +eW +eW +aL +Xr +Xr +Xr +Xr +Xr +qJ +TU +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +Vq +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(91,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Hv +Xr +Xr +Ym +Ym +Xr +Xr +Xr +Xr +Hv +Xr +Ym +Xr +Xr +Xr +aL +Xr +Jh +Xr +Xr +Xr +qJ +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(92,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Xr +Xr +Ym +Ym +Ym +Ym +Ym +Xr +Xr +Xr +Xr +Xr +Xr +xG +aL +Xr +Xr +Xr +Xr +Xr +qJ +Sa +hX +MW +MW +MW +MW +MW +MW +MW +MW +jL +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(93,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +dF +RC +Xr +Xr +Ym +Ym +Ym +Xr +Ym +Ym +Xr +Ym +Xr +Xr +Xr +DH +aL +Ew +Ew +Ew +Ew +Ew +qJ +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(94,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +cP +yY +Xr +Xr +Hv +Ym +Ym +Xr +es +Xr +Xr +Xr +Xr +Xr +Xr +Xr +xG +aL +Xr +Xr +Xr +Xr +Xr +qJ +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(95,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +cP +yY +Xr +Xr +MN +Xr +Ym +Ym +Xr +Xr +Xr +Xr +Ym +Xr +Xr +PE +Xr +Xr +aL +Xr +Xr +Xr +Xr +Xr +qJ +Xr +hX +MW +MW +MW +MW +MW +Vq +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(96,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +cP +Pn +yY +Xr +Xr +Xr +Xr +Xr +Ym +Ym +Ym +Xr +Xr +Xr +Xr +Xr +Xr +Hv +eW +eW +aL +Xr +Xr +Xr +Xr +Xr +qJ +Hv +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(97,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +cP +yY +RC +Xr +BK +DZ +DZ +DZ +DZ +Ya +Ym +Ym +Xr +Xr +Xr +Xr +Xr +Ym +Xr +eW +eW +aL +Xr +Xr +Xr +Xr +Xr +qJ +BU +NU +sj +MW +jL +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(98,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Sa +DZ +DZ +DZ +iE +iE +DZ +DZ +jf +An +Xr +Xr +LN +Ms +Xr +Xr +Xr +eW +eW +aL +Xr +Xr +Xr +Xr +Xr +qJ +Xr +Xr +NU +sj +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(99,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +cP +kA +Xr +DZ +DZ +iE +KT +Ir +Ir +Ir +PW +Ir +SS +An +Xr +kZ +nk +Xr +Xr +Xr +Xr +Xr +HP +bS +bS +bS +bS +sB +FQ +Xr +Bq +BU +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(100,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +cP +yY +Xr +Xr +DZ +iE +Ir +Ir +Ir +Ir +Ir +PW +Ir +Ir +up +Xr +Xr +Xr +Hv +Xr +Xr +Xr +Xr +TU +Ke +Ke +Ke +Ke +Xr +Xr +Xr +vR +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(101,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +dF +BU +Xr +Xr +DZ +DZ +WB +DZ +DZ +iE +Ir +DZ +Ir +Ir +up +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +eW +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(102,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +cP +yY +Xr +BU +Ym +DZ +KN +jP +KN +DZ +iE +Ir +oi +Ir +Ir +up +Xr +Xr +TU +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +TU +Xr +Xr +Xr +eT +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(103,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +dF +Xr +zw +DZ +zl +DZ +DZ +jP +jP +DZ +DZ +Ir +JX +Ir +Ir +up +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +eW +Xr +Jr +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(104,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +dF +Xr +zw +DZ +cZ +ml +DZ +KN +jP +jP +DZ +Ir +QK +Ir +Ir +up +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +PE +Xr +Us +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(105,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +dF +TU +zw +DZ +AK +Uu +DZ +DZ +gF +jP +DZ +DZ +Cz +Ir +HT +ll +Xr +Xr +Hv +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +CC +Xr +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(106,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +dF +Xr +zw +DZ +ai +cZ +As +DZ +Tt +jP +KN +DZ +DZ +fA +ll +Xr +Xr +Xr +Xr +Xr +yT +AD +AD +AD +eg +Xr +Xr +eW +EY +YV +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(107,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +sc +eV +Xr +DZ +DZ +cZ +As +DZ +Tt +jP +KN +DZ +gk +Xr +Xr +Xr +Xr +PE +Xr +yT +Fr +Mc +Mc +Mc +Un +eg +Sa +Hy +Ke +Xr +Xr +Xr +BU +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(108,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +dF +BU +Bt +DZ +hG +hG +DZ +DZ +KN +DZ +DZ +HE +Xr +Xr +Xr +Xr +Xr +Xr +ZM +cy +Mc +Mc +Mc +Mc +EX +Xr +Xr +Xr +Xr +zt +Hv +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(109,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +sc +eV +Xr +Xr +Xr +Xr +Xr +DZ +DZ +DZ +ZL +Xr +xf +Xr +Xr +Xr +Xr +Xr +Xh +hV +Mc +Mc +Mc +Mc +DJ +Xr +Jh +Xr +Xr +Xr +Xr +hX +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(110,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +sc +eV +Xr +Sa +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +Xr +sJ +DZ +DZ +DZ +DZ +DZ +DZ +DZ +FK +Xr +Xr +Xr +Xr +SE +bF +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(111,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +sc +eV +Xr +Xr +Xr +Xr +Xr +Xr +Xr +CC +CC +Xr +CC +CC +yT +DZ +DZ +QO +CL +Ug +Zz +KE +DZ +DZ +Xr +Xr +SE +hu +bF +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(112,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +dF +TU +Xr +DZ +DZ +DZ +Xr +Xr +Xr +Xr +Xr +Xr +Xr +ZM +GM +Ir +hg +wd +wd +hg +wd +AR +DZ +DZ +hu +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(113,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +sc +eV +Xr +DZ +MT +fM +Xr +Xr +Xv +Xv +Xv +Xv +ee +LD +DZ +FX +Mg +Mg +Mg +Mg +Mg +sP +Bv +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(114,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +sc +eV +DZ +DZ +DZ +Xr +Cf +Xr +Xr +Xr +Xr +Xr +Xr +DZ +DZ +hn +hn +hn +hn +hn +tF +Ve +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(115,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +sc +eV +BU +Xr +Xr +Ze +pm +Xr +Xr +Xr +Lv +Xr +JW +DZ +Vz +qn +MW +MW +MW +MW +tH +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(116,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +dF +Xr +Hv +Sa +Xr +Xr +Xr +Xr +Ae +SE +Ic +bF +DZ +Up +fa +MW +MW +MW +MW +DZ +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(117,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +sc +eV +LG +vT +Xr +BU +SE +hu +hu +bF +MW +MW +DZ +DZ +XO +Lb +Lb +Lb +DZ +DZ +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(118,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +sc +hu +hu +hu +hu +bF +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(119,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(120,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(121,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(122,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(123,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(124,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(125,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +fW +fW +fW +fW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +MW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(126,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +fW +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(127,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(128,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(129,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(130,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(131,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(132,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(133,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(134,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +qR +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(135,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(136,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(137,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(138,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(139,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(140,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(141,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(142,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(143,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(144,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(145,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(146,1,1) = {" +IL +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +sQ +IL +"} +(147,1,1) = {" +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +IL +"} diff --git a/_maps/map_files220/RandomZLevels/blackmarketpackers.dmm b/_maps/map_files220/RandomZLevels/blackmarketpackers.dmm new file mode 100644 index 000000000000..0e2241bda2e2 --- /dev/null +++ b/_maps/map_files220/RandomZLevels/blackmarketpackers.dmm @@ -0,0 +1,23854 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/space, +/area/space) +"ab" = ( +/turf/simulated/mineral/random/high_chance, +/area/awaymission) +"ac" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"ad" = ( +/obj/effect/mob_spawn/human/corpse/doctor, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"ae" = ( +/obj/item/circular_saw, +/obj/structure/lattice, +/turf/space, +/area/awaymission/bmp_ship/medbay) +"ah" = ( +/obj/structure/alien/weeds, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"ai" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/turrets_south) +"al" = ( +/obj/item/stack/sheet/mineral/titanium, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"am" = ( +/obj/structure/lattice, +/turf/space, +/area/awaymission) +"an" = ( +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider"; + speed = 0.9 + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"ao" = ( +/obj/item/wrench/brass, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/bath) +"ap" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/shard, +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_south) +"ar" = ( +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"as" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"au" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"av" = ( +/obj/machinery/flasher/portable{ + anchored = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"aw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"ax" = ( +/obj/machinery/light/directional/east, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"aA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/soap{ + pixel_y = -7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"aB" = ( +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/gate) +"aC" = ( +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/turrets_south) +"aD" = ( +/obj/machinery/light/small/directional/north, +/mob/living/simple_animal/hostile/poison/giant_spider, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/bmp_ship/bath) +"aE" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"aF" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/smes/magical{ + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit"; + outputting = 0 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"aG" = ( +/obj/machinery/light_construct/small/north, +/obj/structure/alien/weeds, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"aH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"aI" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/bmp_ship/common) +"aK" = ( +/obj/structure/alien/weeds, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"aM" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/space, +/area/space) +"aN" = ( +/obj/structure/kitchenspike, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"aQ" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/gate) +"aR" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/apc_electronics, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"aS" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"aT" = ( +/obj/item/scalpel, +/obj/item/tank/internals/anesthetic, +/obj/structure/closet/crate/medical, +/obj/item/bodybag, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"aY" = ( +/obj/item/restraints/handcuffs, +/obj/structure/closet/crate, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"aZ" = ( +/obj/item/storage/box/syringes, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"ba" = ( +/obj/item/bodybag, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"bb" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"be" = ( +/obj/effect/decal/cleanable/blood/old{ + layer = 2.8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"bf" = ( +/obj/item/gun/energy/gun/turret, +/turf/space, +/area/space) +"bg" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"bh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bi" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bk" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/spawner/window/shuttle, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/fore) +"bl" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/reagent_containers/drinks/bottle/patron, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"bm" = ( +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bn" = ( +/obj/item/stack/spacecash/c500, +/obj/item/stack/spacecash/c100, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/storage/bag/money, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"bo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/lizard, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"bq" = ( +/obj/item/tank/internals/emergency_oxygen/empty, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/buffer) +"br" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/structure/largecrate/goat, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bt" = ( +/obj/machinery/door/airlock/silver, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/restraints/legcuffs/beartrap{ + armed = 1 + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"bu" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bv" = ( +/obj/structure/bed, +/obj/item/bedsheet/cult, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 24; + pixel_x = 8 + }, +/obj/machinery/light_construct/directional/east, +/obj/item/petcollar{ + name = "Derpy" + }, +/obj/effect/mob_spawn/human/corpse/tacticool, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"bw" = ( +/obj/structure/alien/weeds, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"by" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"bz" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"bA" = ( +/obj/effect/gibspawner/generic, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"bB" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"bE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/shuttle, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/fore) +"bF" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/shard, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"bG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"bH" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 10; + pixel_x = -13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"bI" = ( +/obj/machinery/door/airlock/external{ + locked = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"bJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bL" = ( +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"bM" = ( +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"bN" = ( +/obj/structure/closet, +/obj/item/clothing/suit/xenos, +/obj/item/clothing/head/xenos, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/instrument/xylophone, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"bO" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "DEAR DAIRY: So we was doing our typpical route when the captain says we've been picking up weird signals on some backwatter planet. Madsen wanted to stay on course but he ain't the captain, so we went out of the way to check it out. There was lots of rocks on the way, but we got to the planet fine. Found a big fancy camp with nobody around and this big metal donut thing with NT stamps all over it right in the middle. Case of beer too. Captain reckons we can pass it off to some buyer in the Syndicate. Ingram says it's bad luck and that someone is going to come look for it but it sounds like better money than selling bad meat to jerky companies."; + name = "Old Diary"; + layer = 2.9 + }, +/obj/item/pen/red{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/charcoal, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"bP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/effect/spawner/window/shuttle, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/fore) +"bQ" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"bR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/pen/multi/gold, +/obj/item/paper/crumpled/bloody{ + layer = 2.9; + desc = "Badly crumpled paper, heavily stained with blood. The full text cannot be understood, however, from fragments of words it becomes clear that this is a death note." + }, +/obj/item/gun/energy/gun/mini{ + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "wood-broken" + }, +/area/awaymission/bmp_ship/fore) +"bT" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"bU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"bW" = ( +/obj/machinery/gateway, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"bY" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/chair/office{ + dir = 8 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"bZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/reagent_containers/drinks/sillycup, +/obj/item/reagent_containers/pill/methamphetamine, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"ca" = ( +/obj/item/clothing/glasses/regular/hipster, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"cb" = ( +/obj/machinery/door/airlock/titanium{ + locked = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 3.3 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/armory) +"cc" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/shotgun/riot/short{ + pixel_x = 6 + }, +/obj/item/gun/projectile/shotgun/riot/short{ + pixel_x = 3 + }, +/obj/item/gun/projectile/shotgun/riot/short, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"cd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"ce" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"cg" = ( +/obj/machinery/door/airlock/titanium{ + locked = 1 + }, +/obj/machinery/door/poddoor{ + layer = 2.8; + id_tag = "packerCaptain"; + closingLayer = 3.11 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "carpetside" + }, +/area/awaymission/bmp_ship/fore) +"ch" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"ci" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machine_frame, +/obj/item/circuitboard/smes, +/obj/item/stack/cable_coil/green, +/turf/simulated/floor/greengrid, +/area/awaymission/bmp_ship/buffer) +"cm" = ( +/obj/structure/rack, +/obj/item/storage/box/mousetraps, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"co" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/centcom{ + dir = 4 + }, +/obj/item/reagent_containers/pill/methamphetamine, +/obj/structure/sign/poster/contraband/d_day_promo{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"cp" = ( +/obj/structure/alien/weeds, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"cq" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/item/ammo_casing, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"cr" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"cs" = ( +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"ct" = ( +/obj/item/shard, +/turf/space, +/area/space) +"cu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/closet/crate/freezer, +/obj/item/food/monstermeat/bearmeat, +/obj/item/food/monstermeat/bearmeat, +/obj/item/food/monstermeat/bearmeat, +/obj/item/food/monstermeat/bearmeat, +/obj/item/clothing/gloves/furgloves, +/obj/item/clothing/head/furcap, +/obj/item/clothing/shoes/furboots, +/obj/item/clothing/suit/furcoat, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"cv" = ( +/obj/machinery/defibrillator_mount{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"cw" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/reagent_containers/glass/rag, +/obj/item/storage/bag/trash, +/obj/item/trash/plate, +/obj/item/trash/plate, +/obj/item/trash/fried_vox, +/obj/item/trash/snack_bowl, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"cx" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"cy" = ( +/obj/machinery/door/airlock/silver, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"cz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"cB" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/greenglow, +/obj/item/food/monstermeat/spiderleg, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"cC" = ( +/obj/structure/alien/weeds, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"cD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"cE" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/tile/plasteel, +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"cF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/awaymission/bmp_ship/engines) +"cG" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/reagent_containers/glass/rag, +/obj/item/storage/bag/trash, +/obj/item/trash/plate, +/obj/item/trash/plate, +/obj/item/trash/tapetrash, +/obj/item/trash/tapetrash, +/obj/item/trash/popcorn, +/obj/item/trash/popcorn, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"cH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/obj/item/food/meat, +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/containment) +"cI" = ( +/obj/structure/table, +/obj/item/storage/box, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"cL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"cM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/computerframe, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"cN" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/chem_master/condimaster, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"cO" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"cP" = ( +/obj/structure/closet/secure_closet{ + req_access = list(111) + }, +/obj/item/id_decal/centcom, +/obj/item/clothing/head/helmet, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/structure/alien/weeds, +/obj/item/storage/fancy/shell/buck, +/obj/item/storage/fancy/shell/buck, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"cQ" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"cR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/obj/item/food/meat, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"cS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"cT" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"cU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/windoor_assembly{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"cV" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/sign/poster/contraband/energy_swords{ + pixel_y = 32 + }, +/obj/machinery/light_construct/small/east, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"cX" = ( +/obj/machinery/gibber, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"cY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"cZ" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/monstermeat/lizardmeat, +/obj/item/food/monstermeat/lizardmeat, +/obj/item/stack/sheet/animalhide/lizard, +/obj/effect/spawner/lootdrop/lizardboots, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"dc" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/stack/sheet/animalhide/monkey{ + layer = 3.2 + }, +/obj/effect/decal/remains/human, +/obj/structure/sign/poster/contraband/tools{ + pixel_x = -32 + }, +/obj/item/reagent_containers/pill/charcoal{ + layer = 2.9 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"de" = ( +/obj/structure/chair/comfy/beige, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"dg" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/storage/wallet/random, +/obj/item/bedsheet/captain{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/revolver{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"dh" = ( +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"dj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/securearea{ + name = "MAXIMUM ATTENTION"; + pixel_x = -32 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"dl" = ( +/obj/item/whetstone, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"dm" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"dn" = ( +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/structure/spider/stickyweb, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/bruise_pack/advanced, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/bmp_ship/bath) +"do" = ( +/obj/item/skeleton, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"dp" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"dq" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"dr" = ( +/obj/structure/alien/weeds, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ds" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"dt" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"du" = ( +/obj/item/mounted/shower{ + dir = 1 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/ducttape, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/bmp_ship/bath) +"dv" = ( +/obj/structure/flora/straw_bail, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"dw" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stock_parts/cell, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"dx" = ( +/obj/item/flashlight/flare{ + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"dy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"dz" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"dA" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat, +/obj/item/food/meat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"dB" = ( +/obj/item/crowbar, +/obj/item/storage/box/monkeycubes, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"dC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"dD" = ( +/obj/structure/closet/secure_closet/freezer/meat{ + opened = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"dE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"dF" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/structure/spider/stickyweb, +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc/off_station/directional/west{ + lighting_channel = 2; + locked = 0; + environment_channel = 0; + equipment_channel = 0; + start_charge = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"dG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/largecrate/lisa, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"dH" = ( +/obj/item/paper{ + info = "I'm no scientist, but judging from the design and components, it seems to be some kind of gateway. This thing is gonna be worth a lot of cash to the right man. The boys are excited, as they have every right to be, and I've let them crack into that case of beer we got. I normally wouldn't allow such a thing, but this is a time for celebration! It's not like a couple drinks will hurt anything."; + name = "Captain's log entry" + }, +/obj/structure/alien/weeds, +/obj/item/folder/red{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"dI" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"dJ" = ( +/obj/item/flashlight/lamp/bananalamp{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/structure/alien/weeds, +/obj/item/paperplane{ + pixel_x = 8 + }, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"dK" = ( +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/kitchen/utensil/fork{ + pixel_x = 7 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"dL" = ( +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"dM" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses/noir{ + pixel_y = -3 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 10; + layer = 2.9 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"dN" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"dO" = ( +/obj/machinery/door/airlock/silver, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"dP" = ( +/obj/structure/closet/critter{ + opened = 1 + }, +/mob/living/simple_animal/hostile/feral_cat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"dR" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"dT" = ( +/obj/machinery/shieldwallgen{ + anchored = 1 + }, +/obj/structure/sign/securearea{ + name = "DANGEROUS CARGO!"; + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"dU" = ( +/obj/item/reagent_containers/drinks/sillycup, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"dV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"dX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"dY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"dZ" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/firealarm/no_alarm/directional/south, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"eb" = ( +/obj/machinery/door/window/classic/reversed{ + color = "green" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"ec" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"ed" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + color = "green" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"ee" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"ef" = ( +/obj/structure/alien/weeds, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 7 + }, +/obj/item/pen/fancy, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"eg" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"eh" = ( +/obj/structure/alien/weeds, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ej" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"ek" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/cocoon, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"el" = ( +/obj/structure/closet/critter{ + opened = 1 + }, +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"em" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 26 + }, +/obj/structure/safe/floor, +/obj/item/coin/antagtoken, +/obj/item/coin/clown, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/clothing/head/crown/fancy, +/obj/item/stamp/chameleon, +/obj/item/clothing/accessory/medal/fluff/panzermedal, +/obj/item/stack/sheet/mineral/diamond{ + amount = 10 + }, +/obj/item/stack/sheet/mineral/gold{ + amount = 7 + }, +/obj/item/stack/sheet/mineral/silver{ + amount = 5 + }, +/obj/item/stack/spacecash/c1000{ + amount = 6590 + }, +/obj/item/clothing/gloves/ring/plasma, +/obj/item/clothing/gloves/ring/gold, +/obj/item/clothing/gloves/ring/gold, +/obj/machinery/economy/vending/boozeomat{ + layer = 3.1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"en" = ( +/obj/effect/landmark/awaystart, +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"ep" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"eq" = ( +/obj/structure/weightmachine/stacklifter, +/obj/item/reagent_containers/pill/methamphetamine, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"er" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/bmp_ship/containment) +"et" = ( +/obj/item/stack/sheet/mineral/uranium{ + amount = 30 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/engines) +"ev" = ( +/obj/structure/alien/weeds/node, +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ew" = ( +/obj/item/shard, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ex" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"ey" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/food/monstermeat/lizardmeat, +/obj/item/trash/plate{ + pixel_x = -5; + pixel_y = -1; + layer = 2.9 + }, +/obj/machinery/firealarm/no_alarm/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/kitchen) +"ez" = ( +/obj/effect/decal/cleanable/flour, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/kitchen) +"eA" = ( +/obj/structure/computerframe, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"eC" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"eD" = ( +/obj/structure/spider/stickyweb, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"eE" = ( +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"eF" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"eG" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/buffer) +"eH" = ( +/obj/structure/closet, +/obj/item/clothing/under/misc/overalls, +/obj/item/clothing/suit/chickensuit, +/obj/item/clothing/head/chicken, +/obj/item/laser_pointer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/instrument/trombone, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"eI" = ( +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/buffer) +"eJ" = ( +/obj/structure/sink/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"eL" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/engines) +"eN" = ( +/obj/structure/window/reinforced{ + color = "yellow"; + layer = 2.9 + }, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"eO" = ( +/obj/structure/table, +/obj/item/trash/plate{ + pixel_x = -5; + pixel_y = -1; + layer = 2.9 + }, +/obj/item/kitchen/utensil/fork, +/obj/item/reagent_containers/drinks/britcup{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"eP" = ( +/obj/structure/closet/walllocker/medlocker/west, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/splint, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/green, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"eQ" = ( +/obj/structure/window/reinforced{ + color = "yellow"; + layer = 2.9 + }, +/obj/item/food/grown/wheat, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"eR" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"eS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/kitchen) +"eT" = ( +/obj/item/storage/bag/fish, +/obj/item/storage/firstaid/aquatic_kit/full, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"eU" = ( +/obj/machinery/door/airlock/titanium, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"eV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"eW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"eX" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"eY" = ( +/obj/structure/alien/weeds, +/obj/item/reagent_containers/glass/beaker/drugs/meth{ + layer = 2.9 + }, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"eZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/obj/machinery/firealarm/no_alarm/directional/east, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"fb" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"fc" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/ore/iron, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"fd" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/nasavoid, +/obj/item/clothing/head/helmet/space/nasavoid, +/obj/item/clothing/mask/gas/explorer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"fe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"ff" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/buffer) +"fg" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"fh" = ( +/obj/item/cigbutt{ + pixel_x = -10; + pixel_y = -6 + }, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"fi" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"fj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/obj/structure/table, +/obj/item/ashtray/bronze, +/obj/item/cigbutt, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/cigbutt/roach{ + pixel_x = -12 + }, +/obj/machinery/light/directional/north, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"fk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"fl" = ( +/obj/effect/decal/remains/human, +/obj/effect/gibspawner/generic, +/turf/space, +/area/space) +"fn" = ( +/obj/machinery/door/airlock/silver, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/dormitories) +"fp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/bmp_ship/common) +"fq" = ( +/obj/item/trash/tastybread, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"fr" = ( +/obj/item/stack/tile/plasteel, +/turf/space, +/area/space) +"fs" = ( +/obj/structure/closet/crate/can, +/obj/item/trash/plate, +/obj/item/trash/plate, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/fork, +/obj/item/trash/chips, +/obj/item/trash/semki, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"ft" = ( +/obj/structure/sink/directional/west, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"fu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/alien/weeds, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"fv" = ( +/obj/item/stack/tile/plasteel, +/obj/item/stack/tile/plasteel, +/obj/item/stack/tile/plasteel, +/turf/space, +/area/space) +"fw" = ( +/obj/structure/alien/weeds, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/north{ + lighting_channel = 0; + locked = 0; + environment_channel = 0; + equipment_channel = 0; + operating = 0; + start_charge = 0 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"fx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/dead, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"fy" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/item/food/fried_vox{ + pixel_x = 4; + pixel_y = 12; + layer = 2.9 + }, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/kitchen) +"fz" = ( +/obj/item/beach_ball/holoball, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"fA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + layer = 2.71; + id_tag = "packerCargo"; + closingLayer = 3.11 + }, +/obj/machinery/door/airlock/silver{ + locked = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"fB" = ( +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"fC" = ( +/obj/structure/spider/stickyweb, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm/no_alarm/directional/west, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"fD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"fE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"fF" = ( +/obj/item/stack/tile/plasteel, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"fG" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 16; + pixel_x = 4 + }, +/obj/item/ammo_casing/shotgun{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"fH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/item/shard{ + icon_state = "small" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"fJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"fK" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"fL" = ( +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"fM" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/north, +/obj/item/kirbyplants/dead, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"fN" = ( +/obj/structure/sign/securearea{ + name = "MAXIMUM ATTENTION"; + pixel_x = 32 + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"fP" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/retaliate/kangaroo, +/obj/structure/closet/critter{ + opened = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"fQ" = ( +/obj/item/stack/ore/iron, +/obj/item/skeleton/r_leg, +/turf/space, +/area/space) +"fS" = ( +/obj/structure/table, +/obj/structure/window/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"fT" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"fU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"fW" = ( +/obj/structure/closet, +/obj/item/clothing/head/bio_hood, +/obj/item/clothing/suit/bio_suit, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"fX" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/awaymission) +"fY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/alien/weeds, +/obj/item/gun/syringe{ + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/structure/closet/walllocker/medlocker/east, +/obj/item/reagent_containers/glass/bottle/ether, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"fZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ga" = ( +/obj/item/stack/rods/ten, +/turf/space, +/area/space) +"gb" = ( +/obj/item/tank/internals/oxygen, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/mining) +"gc" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"gd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"ge" = ( +/obj/item/ammo_casing{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/space, +/area/space) +"gf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gh" = ( +/obj/machinery/door/airlock/titanium{ + locked = 1 + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/fore) +"gi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/titanium{ + locked = 1 + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/fore) +"gk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"gl" = ( +/obj/machinery/door/airlock/titanium{ + id = "packerToilet"; + locked = 1 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"gm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick, +/obj/item/flashlight/flare/glowstick/emergency{ + pixel_x = 2 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"gn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"go" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/classic/normal, +/obj/structure/windoor_assembly, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"gq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"gr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/alien/weeds/node, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gs" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gu" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/space, +/area/space) +"gv" = ( +/obj/structure/table, +/obj/item/food/sliceable/xenomeatbread, +/obj/item/kitchen/knife, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"gw" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"gx" = ( +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"gy" = ( +/obj/effect/mob_spawn/human/corpse/tacticool, +/turf/space, +/area/space) +"gz" = ( +/obj/item/shard, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gA" = ( +/obj/structure/lattice{ + light_power = 0 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/space, +/area/space) +"gB" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gD" = ( +/obj/structure/chair/stool, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gE" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gF" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"gG" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"gH" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/obj/item/kirbyplants/dead, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"gI" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"gJ" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/bmp_ship/common) +"gL" = ( +/obj/machinery/processor, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"gM" = ( +/obj/item/food/hugemushroomslice, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/kitchen) +"gN" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gP" = ( +/obj/item/multitool, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission) +"gQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gR" = ( +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gS" = ( +/obj/structure/cable, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/tank/internals/emergency_oxygen/empty, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"gT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"gU" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/awaymission/bmp_ship/dormitories) +"gV" = ( +/obj/machinery/door_control/shutter/south{ + id = "packerCargo" + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"gW" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = -30 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"gX" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/awaymission/bmp_ship/dormitories) +"gY" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"gZ" = ( +/obj/effect/landmark/awaystart, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"ha" = ( +/obj/effect/gibspawner/robot, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hb" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/clothing/mask/gas/explorer, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hc" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/closet/cardboard{ + opened = 1 + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"he" = ( +/obj/structure/alien/weeds, +/obj/structure/table/wood/fancy/red, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"hf" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"hg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/silver/glass, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/awaymission/bmp_ship/dormitories) +"hh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/grille, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/turrets_south) +"hj" = ( +/turf/simulated/mineral/random, +/area/awaymission) +"hk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"hq" = ( +/obj/structure/alien/weeds, +/obj/machinery/firealarm/no_alarm/directional/south, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"hr" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/spider/stickyweb, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"ht" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"hu" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/fluff/michael_guess_1, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"hw" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"hx" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/engraved{ + pixel_y = 12; + pixel_x = -9 + }, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"hy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/silver{ + locked = 1 + }, +/obj/structure/alien/weeds, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/fore) +"hz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/greenglow, +/obj/item/food/monstermeat/spiderleg, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"hB" = ( +/obj/machinery/light_construct/small/north, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"hC" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/buffer) +"hD" = ( +/obj/structure/rack, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"hE" = ( +/obj/machinery/light_construct/small/north, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen/empty, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/buffer) +"hF" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission) +"hG" = ( +/obj/machinery/fishtank, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"hH" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hI" = ( +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"hJ" = ( +/obj/machinery/light_construct/small/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hK" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"hL" = ( +/obj/item/mounted/frame/apc_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hM" = ( +/obj/structure/ore_box, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hN" = ( +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/crowbar/red, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hO" = ( +/obj/structure/ore_box, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"hP" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"hR" = ( +/obj/item/hand_labeler, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"hS" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/reagent_containers/glass/rag, +/obj/item/storage/bag/trash, +/obj/item/trash/plate, +/obj/item/trash/plate, +/obj/item/trash/raisins, +/obj/item/trash/raisins, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"hT" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/grille/broken, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"hV" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"hW" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated, +/area/awaymission/bmp_ship/fore) +"hX" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"hY" = ( +/obj/effect/gibspawner/robot, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"hZ" = ( +/obj/structure/window/reinforced{ + color = "yellow"; + layer = 2.9 + }, +/obj/structure/fermenting_barrel, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"ia" = ( +/obj/structure/mecha_wreckage/ripley, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"ib" = ( +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/mining) +"id" = ( +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"ie" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/fluff/duckchan, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"if" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"ih" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/armory) +"ii" = ( +/obj/structure/window/reinforced, +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ij" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"ik" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/power/port_gen/pacman/super, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/engines) +"il" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"im" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"in" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"ir" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/fore) +"is" = ( +/obj/item/kitchen/knife/butcher, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"it" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat, +/obj/item/food/hugemushroomslice, +/obj/effect/turf_decal/stripes/line, +/obj/item/food/monstermeat/spidermeat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"iu" = ( +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"iv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/rack, +/obj/item/flashlight/flare{ + pixel_y = -3 + }, +/obj/item/flashlight/flare{ + pixel_y = 3 + }, +/obj/item/flashlight/flare, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"iw" = ( +/obj/structure/alien/weeds, +/obj/machinery/photocopier, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ix" = ( +/obj/item/caution, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"iz" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"iA" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/window/reinforced, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/bmp_ship/kitchen) +"iB" = ( +/obj/structure/closet/critter{ + opened = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"iC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/bmp_ship/bath) +"iF" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/turrets_south) +"iG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/turrets_south) +"iH" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"iI" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/structure/spider/stickyweb, +/obj/machinery/power/apc/off_station/directional/north{ + lighting_channel = 2; + locked = 0; + environment_channel = 0; + equipment_channel = 0; + start_charge = 0 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"iJ" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"iK" = ( +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iL" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/grenade/chem_grenade/drugs, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iM" = ( +/turf/simulated/mineral/random/high_chance/clown, +/area/awaymission) +"iN" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iO" = ( +/obj/item/ammo_casing{ + pixel_y = 3; + pixel_x = 9 + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 24; + pixel_x = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iP" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/item/clothing/mask/gas/syndicate, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iQ" = ( +/obj/machinery/door/airlock/external{ + name = "Crackden Airlock" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iR" = ( +/obj/machinery/door/airlock/external{ + name = "Plain Airlock" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iU" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iV" = ( +/obj/item/ammo_casing{ + pixel_y = 3; + pixel_x = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iW" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/computer/monitor{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"iX" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/drugs/meth, +/obj/item/reagent_containers/glass/beaker/drugs/meth, +/obj/item/reagent_containers/glass/beaker/drugs/meth, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iY" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"iZ" = ( +/obj/item/food/chips, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"ja" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"jb" = ( +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"jc" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"jd" = ( +/obj/machinery/floodlight{ + in_use = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"je" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"jg" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/engines) +"jh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"ji" = ( +/obj/machinery/sleeper{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"jl" = ( +/obj/structure/chair/stool, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"jm" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"jn" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/obj/item/food/pastatomato, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"jq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"jr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/closet/crate/plastic, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner, +/obj/effect/turf_decal/delivery/red/partial, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"js" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/obj/structure/mopbucket, +/obj/item/mop, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"jv" = ( +/obj/structure/closet/walllocker/medlocker/west, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/green, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"jw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/security{ + locked = 1 + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/bmp_ship/containment) +"jx" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/awaymission/bmp_ship/trader_shuttle) +"jB" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/food/candy/candycane, +/obj/item/food/candy/confectionery/caramel_nougat, +/obj/item/food/candy/confectionery/toffee, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"jE" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/item/skeleton/head, +/turf/space, +/area/space) +"jF" = ( +/obj/structure/table, +/obj/item/food/xenomeatbreadslice{ + pixel_x = -8 + }, +/obj/item/trash/plate{ + pixel_x = 6; + pixel_y = 5; + layer = 2.9 + }, +/obj/item/trash/plate{ + pixel_x = -5; + pixel_y = -1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"jG" = ( +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/structure/alien/weeds, +/obj/item/food/meat, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"jI" = ( +/obj/machinery/door/airlock/security{ + locked = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/bmp_ship/containment) +"jL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/cocoon, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"jM" = ( +/obj/item/stack/cable_coil/pink, +/turf/space, +/area/space) +"jT" = ( +/obj/item/stock_parts/cell/empty, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/mining) +"kb" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 3.3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"kc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"kn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"kr" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/alien/weeds, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"ks" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"ku" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/corpse/damaged{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"kv" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"kx" = ( +/obj/structure/table/survival_pod, +/obj/item/reagent_containers/glass/beaker/drugs/meth, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_x = -3; + pixel_y = 4; + layer = 2.9 + }, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"kA" = ( +/obj/structure/spider/cocoon, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"kI" = ( +/obj/machinery/door/airlock/silver, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"kJ" = ( +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"kK" = ( +/obj/machinery/door/airlock/silver, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"kO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"kP" = ( +/obj/item/flag/species/human, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"kR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"kZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/grille/broken, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"ld" = ( +/obj/item/clothing/suit/space/syndicate/green/dark, +/turf/space, +/area/space) +"ll" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"lu" = ( +/obj/structure/dresser, +/obj/item/paper{ + info = "DEAR DAIRY: So we was doing our typpical route when the captain says we've been picking up weird signals on some backwatter planet. Madsen wanted to stay on course but he ain't the captain, so we went out of the way to check it out. There was lots of rocks on the way, but we got to the planet fine. Found a big fancy camp with nobody around and this big metal donut thing with NT stamps all over it right in the middle. Case of beer too. Captain reckons we can pass it off to some buyer in the Syndicate. Ingram says it's bad luck and that someone is going to come look for it but it sounds like better money than selling bad meat to jerky companies."; + name = "Old Diary p2"; + layer = 3.1 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"lv" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"lw" = ( +/obj/structure/coatrack{ + layer = 2.9 + }, +/obj/structure/coatrack{ + layer = 2.9 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"lD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"lF" = ( +/obj/structure/closet/secure_closet{ + color = "gray" + }, +/obj/item/clothing/under/syndicate/tacticool, +/obj/item/clothing/mask/fawkes, +/obj/item/clothing/shoes/combat, +/obj/item/storage/belt/military/assault, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/suit/jacket/miljacket, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/eyepro, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"lH" = ( +/obj/structure/table/tray, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"lK" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/bear, +/obj/structure/closet/critter{ + opened = 1 + }, +/obj/item/food/meat, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"lL" = ( +/obj/structure/closet/crate/engineering, +/obj/item/stock_parts/cell/high, +/obj/item/storage/belt/utility/full, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"lR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"lU" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"lV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/sign/poster/contraband/eat{ + pixel_y = 32 + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"lW" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"lX" = ( +/obj/item/apc_electronics, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"mb" = ( +/obj/machinery/light/directional/east, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"mc" = ( +/obj/machinery/door_control/shutter/west{ + id = "packerToilet"; + name = "remote door-control packerToilet" + }, +/obj/machinery/light/small/directional/south, +/obj/structure/toilet/material/gold{ + dir = 1 + }, +/obj/item/stack/spacecash/c500{ + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/bmp_ship/bath) +"mh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"mi" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/grass, +/area/awaymission) +"mp" = ( +/obj/structure/table, +/obj/item/screwdriver, +/obj/item/paper{ + info = "The next person who takes one of my screwdrivers gets stabbed with one. They are MINE. - Love, Madsen"; + name = "scribbled note" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"mA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/dead, +/obj/machinery/light_construct/small/north, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"mF" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"mI" = ( +/mob/living/simple_animal/cow{ + name = "Space cow Betsy" + }, +/turf/simulated/floor/grass, +/area/awaymission) +"mJ" = ( +/obj/structure/girder, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"mL" = ( +/obj/structure/alien/weeds, +/obj/item/circuitboard/hydroponics, +/obj/item/stack/cable_coil/green, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"mP" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"mW" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"mY" = ( +/obj/machinery/light_construct/small/south, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"nl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"nn" = ( +/obj/item/ammo_casing{ + pixel_y = 3; + pixel_x = 9 + }, +/turf/space, +/area/space) +"nt" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"nB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"nD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/armory) +"nE" = ( +/obj/effect/decal/cleanable/blood/old{ + layer = 2.8 + }, +/obj/effect/mob_spawn/human/corpse/syndicatesoldier/trader, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"nH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"nI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/bmp_ship/common) +"nK" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/space, +/area/space/nearstation) +"nO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/obj/item/kirbyplants/dead, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"nQ" = ( +/obj/structure/curtain/open{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"nT" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 10; + pixel_x = -13 + }, +/obj/item/ammo_casing{ + pixel_y = 3; + pixel_x = 9 + }, +/obj/item/ammo_casing{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m10mm, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"nU" = ( +/obj/item/crowbar/brass, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/gate) +"oe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider"; + speed = 0.9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"oh" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/item/ammo_casing{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"ol" = ( +/obj/item/tank/internals/oxygen, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"op" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"or" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"os" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/mounted/frame/apc_frame, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/armory) +"ov" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/dormitories) +"oy" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"oA" = ( +/obj/item/stack/ore/iron, +/turf/space, +/area/space) +"oC" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 11; + pixel_y = 13 + }, +/obj/item/clothing/head/collectable/captain, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"oD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stock_parts/cell/empty, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"oG" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"oR" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/structure/grille/broken, +/turf/space, +/area/space) +"pc" = ( +/obj/item/food/grown/banana, +/obj/item/food/grown/banana{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/food/grown/banana{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"pd" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/item/ammo_casing/shotgun{ + pixel_x = 12; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/apc_electronics, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"pe" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"pg" = ( +/obj/structure/closet/secure_closet{ + req_access = list(111) + }, +/obj/item/id_decal/gold, +/obj/item/clothing/head/helmet, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/accessory/storage/black_vest, +/obj/structure/alien/weeds, +/obj/item/storage/fancy/shell/buck, +/obj/item/storage/fancy/shell/buck, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"pn" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/apc_electronics, +/obj/item/clothing/mask/gas/explorer, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"pp" = ( +/obj/effect/decal/cleanable/ash, +/obj/item/skeleton/head, +/turf/space, +/area/space) +"pq" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/obj/machinery/power/apc/off_station/directional/east{ + lighting_channel = 2; + locked = 0; + environment_channel = 2; + equipment_channel = 2; + start_charge = 100 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"pr" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/common) +"pt" = ( +/obj/machinery/light_construct/small/south, +/mob/living/simple_animal/cockroach, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"pC" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/red_rum{ + pixel_x = -32 + }, +/obj/item/toy/sword{ + pixel_x = 8 + }, +/obj/item/bedsheet/wiz{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"pG" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -3; + pixel_y = 5; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/newspaper{ + pixel_y = 3; + pixel_x = 3; + layer = 2.9 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"pH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"pN" = ( +/obj/structure/closet/secure_closet{ + color = "gray" + }, +/obj/item/clothing/under/syndicate/tacticool, +/obj/item/clothing/mask/face/bee, +/obj/item/clothing/shoes/combat, +/obj/item/storage/belt/military/assault, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/suit/jacket/miljacket/navy, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/eyepro, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"pT" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"pU" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"pV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/critter{ + opened = 1 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"pW" = ( +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"pZ" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/spider/stickyweb, +/obj/structure/sign/radiation/rad_area{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"qb" = ( +/obj/structure/machine_frame, +/obj/item/circuitboard/smes, +/obj/item/stack/cable_coil/blue, +/turf/simulated/floor/greengrid, +/area/awaymission/bmp_ship/buffer) +"qk" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"ql" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"qp" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/ash, +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"qC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/power/smes/magical{ + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit"; + outputting = 0 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"qE" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 10; + pixel_x = -13 + }, +/obj/item/ammo_casing{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/space, +/area/space) +"qF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"qI" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/sunglasses/big, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"qJ" = ( +/obj/machinery/door/airlock/silver, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"qK" = ( +/obj/item/assembly/mousetrap/armed, +/obj/item/trash/tastybread, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"qL" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/space, +/area/space) +"qQ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"qS" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/firealarm/no_alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"qX" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/crowbar/fluff/zelda_creedy_1, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"rd" = ( +/obj/item/stack/ore/iron, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"rg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"rk" = ( +/obj/machinery/sleeper/survival_pod, +/obj/machinery/economy/vending/wallmed/syndicate/directional/west, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"rm" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"rw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"ry" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"rB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"rE" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"rJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"rL" = ( +/obj/structure/coatrack, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/small/directional/west, +/obj/item/clothing/suit/soldiercoat, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"rM" = ( +/obj/structure/table, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"rT" = ( +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/buffer) +"rY" = ( +/obj/structure/lattice, +/obj/item/gun/energy/gun/turret, +/turf/space, +/area/awaymission) +"sg" = ( +/obj/structure/curtain/open{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"sh" = ( +/obj/item/clothing/gloves/color/yellow/fake, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/mining) +"sj" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"so" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 10; + pixel_x = -13 + }, +/obj/item/wrench, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"sq" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/clothing/head/corgi, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_x = -32 + }, +/obj/item/reagent_containers/pill/charcoal, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"su" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/bodyanalyzer, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"sv" = ( +/obj/item/stack/tile/plasteel, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"sF" = ( +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/engines) +"sK" = ( +/obj/effect/decal/cleanable/blood/old{ + layer = 3.1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"sP" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"sQ" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"sU" = ( +/turf/simulated/wall/mineral/titanium/survival/pod, +/area/awaymission/bmp_ship/shelter) +"sW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"sX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 24; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"sZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"tb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"tc" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"tt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/awaymission/bmp_ship/engines) +"tw" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"tx" = ( +/obj/effect/turf_decal/delivery/white/partial, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"ty" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/gate) +"tA" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/kitchen) +"tE" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"tF" = ( +/mob/living/simple_animal/hostile/carp{ + maxHealth = 50; + name = "Annoyed space carp"; + health = 50 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"tJ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"tM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"tS" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"tX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/bath) +"tY" = ( +/obj/structure/alien/weeds, +/obj/item/skeleton/r_arm, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"uj" = ( +/obj/effect/mob_spawn/human/corpse/tacticool{ + layer = 4 + }, +/obj/item/gun/energy/laser{ + pixel_x = -5 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/mining) +"um" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"uo" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/buffer) +"ur" = ( +/obj/machinery/door/airlock/titanium{ + locked = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"ut" = ( +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/turrets_south) +"uu" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas/explorer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/clothing/head/helmet/space/nasavoid/ltblue, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"ux" = ( +/mob/living/simple_animal/cockroach, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"uB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/rack, +/obj/item/storage/belt/utility/full, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"uC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/walllocker/emerglocker/west, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"uI" = ( +/obj/item/stock_parts/cell/empty, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/buffer) +"uN" = ( +/obj/structure/closet/secure_closet{ + color = "gray" + }, +/obj/item/clothing/under/syndicate/tacticool, +/obj/item/clothing/mask/gas/monkeymask, +/obj/item/clothing/shoes/combat, +/obj/item/storage/belt/military/assault, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/eyepro, +/obj/item/clothing/suit/jacket/miljacket/desert, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"uR" = ( +/obj/item/circuitboard/operating, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"uS" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/bath) +"uT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"va" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/classic/normal, +/obj/structure/spider/stickyweb, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/structure/curtain/black, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"vd" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/space, +/area/space) +"ve" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/medbay) +"vi" = ( +/obj/machinery/door/airlock/vault{ + req_access = list(111); + hackProof = 1; + locked = 1 + }, +/obj/effect/mine/stun{ + faction = list("alien"); + layer = 2.6 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"vl" = ( +/obj/item/mod/control/pre_equipped/medical, +/turf/space, +/area/space) +"vr" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil, +/turf/space, +/area/space/nearstation) +"vs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"vy" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"vD" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 24; + pixel_x = 8 + }, +/obj/item/ammo_casing{ + pixel_y = 3; + pixel_x = 9 + }, +/turf/space, +/area/space) +"vH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"vK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"vV" = ( +/obj/machinery/door/airlock/titanium{ + locked = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 3.3 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/medbay) +"vY" = ( +/obj/structure/alien/weeds, +/obj/machinery/shieldwallgen{ + anchored = 1 + }, +/obj/structure/sign/securearea{ + name = "DANGEROUS CARGO!"; + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"wd" = ( +/obj/machinery/light_construct/small/south, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"wg" = ( +/obj/structure/alien/weeds, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/door_control/shutter/north{ + id = "packerCaptain" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"wh" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"wi" = ( +/obj/structure/alien/weeds, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"wk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"wo" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/kitchen) +"wt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"wv" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"wx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"wA" = ( +/mob/living/simple_animal/hostile/carp{ + maxHealth = 50; + name = "Annoyed space carp"; + health = 50 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"wB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/common) +"wG" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/item/food/monstermeat/spiderleg, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"wH" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/awaymission/bmp_ship/dormitories) +"wI" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 24; + pixel_x = 8 + }, +/obj/item/mounted/frame/apc_frame, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"wQ" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"wU" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/laser{ + pixel_x = -8 + }, +/obj/item/gun/energy/laser, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"wV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/mob/living/simple_animal/lizard, +/obj/structure/sign/engineering{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"wY" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"xe" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc/off_station/directional/north{ + lighting_channel = 2; + locked = 0; + environment_channel = 1; + equipment_channel = 0; + start_charge = 100 + }, +/obj/structure/sign/securearea{ + pixel_x = 32; + name = "DANGEROUS CARGO!" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"xg" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/critter{ + opened = 1 + }, +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/sentinel{ + health = 250; + maxHealth = 250 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"xj" = ( +/obj/item/clothing/under/syndicate/tacticool, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/firealarm/no_alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/awaymission/bmp_ship/dormitories) +"xk" = ( +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"xq" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/turf/space, +/area/space) +"xy" = ( +/obj/structure/coatrack, +/obj/item/clothing/head/fedora, +/obj/item/clothing/suit/draculacoat, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north{ + lighting_channel = 2; + locked = 0; + environment_channel = 0; + equipment_channel = 0; + start_charge = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/awaymission/bmp_ship/dormitories) +"xz" = ( +/obj/item/stack/ore/uranium, +/obj/effect/decal/cleanable/ash, +/obj/item/stock_parts/cell/empty, +/turf/space, +/area/space/nearstation) +"xA" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/reagent_containers/glass/rag, +/obj/item/storage/bag/trash, +/obj/item/trash/plate, +/obj/item/trash/plate, +/obj/item/trash/fried_vox, +/obj/item/trash/spacetwinkie, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"xC" = ( +/obj/structure/rack, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"xG" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/dormitories) +"xI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_south) +"xO" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"xQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"xW" = ( +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"ye" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/carp{ + maxHealth = 50; + name = "Annoyed space carp"; + health = 50 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"yf" = ( +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"yh" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/fore) +"yu" = ( +/obj/item/food/meat, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/north, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"yv" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/fore) +"yw" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"yE" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"yG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"yL" = ( +/obj/structure/closet/secure_closet{ + color = "gray" + }, +/obj/item/clothing/under/syndicate/tacticool, +/obj/item/clothing/mask/pig, +/obj/item/clothing/shoes/combat, +/obj/item/storage/belt/military/assault, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/suit/jacket/leather/overcoat, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/eyepro, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"yN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"yQ" = ( +/obj/item/stack/tile/plasteel, +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"yT" = ( +/obj/machinery/gateway/centeraway{ + calibrated = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"zb" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/buffer) +"zf" = ( +/obj/item/clothing/head/helmet/space/syndicate/green/dark, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"zo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider"; + speed = 0.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"zs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"zt" = ( +/obj/structure/closet/critter{ + opened = 1 + }, +/obj/structure/spider/stickyweb, +/obj/item/food/meat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"zy" = ( +/obj/structure/table, +/obj/item/pen/red, +/obj/item/poster/syndicate_recruitment{ + pixel_y = 12 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"zC" = ( +/obj/item/reagent_containers/pill/charcoal, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"zD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/gibspawner/generic, +/obj/structure/alien/weeds, +/obj/effect/decal/remains/human, +/obj/structure/closet/critter{ + opened = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"zP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"zW" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"zX" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/buffer) +"Ab" = ( +/obj/item/clothing/gloves/color/yellow, +/turf/space, +/area/space) +"Ac" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"Ad" = ( +/obj/structure/bed/pod, +/obj/item/bedsheet/rainbow, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"Af" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"Ak" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/armory) +"Ao" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"At" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/food/meat, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Aw" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/item/reagent_containers/pill/charcoal, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"Ay" = ( +/obj/item/stack/sheet/metal, +/turf/space, +/area/space) +"Az" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/armory) +"AI" = ( +/obj/structure/window/reinforced{ + color = "yellow"; + layer = 2.9 + }, +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"AL" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/clothing/head/bearpelt, +/obj/item/reagent_containers/pill/methamphetamine{ + layer = 2.9 + }, +/obj/structure/sign/poster/contraband/have_a_puff{ + pixel_x = -32 + }, +/mob/living/simple_animal/cockroach, +/obj/item/reagent_containers/pill/charcoal{ + layer = 2.9 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"AN" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"AW" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"AZ" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/north, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Bi" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/trash/snack_bowl, +/obj/item/reagent_containers/drinks/mug/cap{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Bn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Bw" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien{ + health = 180; + maxHealth = 180 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Bx" = ( +/obj/machinery/door/airlock/silver{ + locked = 1 + }, +/obj/structure/alien/weeds, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/fore) +"BC" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"BG" = ( +/mob/living/simple_animal/hostile/carp{ + maxHealth = 50; + name = "Annoyed space carp"; + health = 50 + }, +/turf/space, +/area/space) +"BI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/critter{ + opened = 1 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/containment) +"BK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + color = "green" + }, +/obj/structure/machine_frame, +/obj/item/stack/cable_coil/yellow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"BL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/cocoon, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"BQ" = ( +/obj/structure/closet/walllocker/medlocker/west, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/o2, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/green, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"BS" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"BV" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"BZ" = ( +/obj/machinery/door/airlock/silver{ + locked = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 3.3 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/gate) +"Cb" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Ck" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Cn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"Cu" = ( +/obj/item/clothing/mask/gas/explorer, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/buffer) +"Cy" = ( +/mob/living/simple_animal/mouse/gray, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/awaymission/bmp_ship/dormitories) +"CA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/walllocker/medlocker/west, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"CI" = ( +/obj/structure/alien/weeds, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"CJ" = ( +/turf/simulated/mineral/random, +/area/awaymission/bmp_ship/buffer) +"Dc" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 10; + pixel_x = -13 + }, +/turf/space, +/area/space) +"De" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Dh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"Dj" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/nasavoid/yellow, +/obj/item/clothing/head/helmet/space/nasavoid/yellow, +/obj/item/clothing/mask/gas/explorer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"Dn" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/engraved, +/obj/item/clothing/mask/cigarette/medical_marijuana, +/obj/item/clothing/mask/cigarette/medical_marijuana{ + pixel_y = 2; + pixel_x = 2 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"Dp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider"; + speed = 0.9 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Dr" = ( +/obj/item/food/meat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Ds" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Du" = ( +/obj/machinery/door/window/classic/reversed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"Dx" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"Dy" = ( +/obj/machinery/shieldwallgen{ + anchored = 1 + }, +/obj/structure/sign/securearea{ + name = "DANGEROUS CARGO!"; + pixel_y = -32 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"DC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"DD" = ( +/obj/structure/alien/weeds, +/obj/effect/mob_spawn/human/corpse/tacticool, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"DG" = ( +/obj/item/storage/bag/money{ + layer = 3.1 + }, +/obj/item/stack/spacecash/c500, +/obj/item/stack/spacecash/c100, +/obj/item/stack/spacecash/c100, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c10, +/obj/item/stack/spacecash/c10, +/obj/item/coin/iron, +/obj/item/coin/iron, +/obj/item/assembly/mousetrap/armed{ + layer = 2.9 + }, +/obj/structure/rack, +/obj/structure/alien/weeds, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"DP" = ( +/obj/item/clothing/suit/space/nasavoid/ltblue, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"DT" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"Ec" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Eh" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/gate) +"Ej" = ( +/obj/structure/table, +/obj/item/clothing/head/papersack, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"El" = ( +/obj/effect/mob_spawn/human/corpse/tacticool, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"Em" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/hydroseeds{ + slogan_delay = 700 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"Eo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"Eq" = ( +/obj/effect/decal/cleanable/flour, +/obj/item/trash/fried_vox, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/awaymission/bmp_ship/kitchen) +"Et" = ( +/obj/machinery/flasher/portable{ + anchored = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Ev" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/structure/grille/broken, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Ez" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"EA" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"EB" = ( +/obj/item/stack/cable_coil, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"EH" = ( +/obj/item/kitchen/knife/combat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"EL" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/kitchen) +"EO" = ( +/obj/item/food/meat, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"EW" = ( +/obj/structure/closet/crate/internals, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"Fb" = ( +/obj/structure/closet/walllocker/medlocker/west, +/obj/item/stack/medical/ointment/advanced, +/obj/item/stack/medical/ointment/advanced, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/green, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"Fe" = ( +/obj/item/shard, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"Fm" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"Fp" = ( +/obj/structure/table/tray, +/turf/space, +/area/space) +"Fs" = ( +/obj/machinery/light/small/directional/north, +/obj/item/reagent_containers/pill/charcoal, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"Fz" = ( +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_y = -32 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"FC" = ( +/turf/simulated/mineral, +/area/awaymission) +"FD" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/grille, +/obj/structure/window/reinforced, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"FJ" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/item/shard, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"FK" = ( +/obj/structure/chair/office/dark{ + layer = 2.8 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"FL" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/gate) +"FQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/bmp_ship/common) +"FT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/computerframe, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"FU" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/weeds/node, +/obj/item/skeleton/head, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"FZ" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/bmp_ship/armory) +"Gj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Gn" = ( +/obj/item/card/emag_broken, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"Go" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"Gq" = ( +/obj/structure/spider/stickyweb, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/structure/spider/cocoon, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Gs" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Gu" = ( +/obj/item/assembly/mousetrap/armed, +/obj/item/food/breadslice{ + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Gv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"Gy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Gz" = ( +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/sentinel{ + health = 250; + maxHealth = 250 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"GB" = ( +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"GG" = ( +/obj/structure/closet/crate/can, +/obj/item/trash/plate, +/obj/item/trash/plate, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/fork, +/obj/item/trash/candy, +/obj/item/trash/raisins, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"GI" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"GM" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/awaymission/bmp_ship/containment) +"GN" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + color = "green" + }, +/turf/simulated/floor/plasteel{ + dir = 0; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"GV" = ( +/obj/structure/largecrate, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"GX" = ( +/obj/structure/tubes, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/item/storage/bible, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"GY" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/vomit, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Hd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm/no_alarm/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Hl" = ( +/obj/item/stack/tile/plasteel, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"Hq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Hr" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Hv" = ( +/obj/structure/grille, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"Hy" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/awaymission/bmp_ship/trader_shuttle) +"Hz" = ( +/obj/structure/alien/weeds, +/obj/item/skeleton/l_leg, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"HA" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 16; + pixel_x = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"HE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/poison/giant_spider{ + health = 250; + maxHealth = 250; + name = "angry giant spider" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/armory) +"HH" = ( +/obj/machinery/door/airlock/titanium{ + locked = 1 + }, +/obj/machinery/holosign/surgery{ + id = "surgery1"; + icon_state = "sign_on" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"HJ" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/mining) +"HV" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/turrets_south) +"HZ" = ( +/obj/structure/alien/weeds, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Ik" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/obj/effect/decal/cleanable/ash, +/turf/space, +/area/space) +"Io" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/storage/box, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Ip" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"It" = ( +/obj/item/multitool, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/engines) +"Iy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"Iz" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"IA" = ( +/obj/effect/decal/remains/human, +/turf/space, +/area/space) +"IB" = ( +/obj/item/cigbutt/roach{ + pixel_x = -12 + }, +/obj/machinery/firealarm/no_alarm/directional/north, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"IF" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"IG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/securearea{ + name = "MAXIMUM ATTENTION"; + pixel_x = -32 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"IH" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"IJ" = ( +/obj/effect/turf_decal/delivery/white/partial, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"IN" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"IX" = ( +/obj/item/healthanalyzer/advanced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"IY" = ( +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"Je" = ( +/obj/structure/alien/weeds/node, +/obj/structure/alien/weeds, +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/hostile/alien/sentinel{ + health = 250; + maxHealth = 250 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Jh" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/mounted/frame/apc_frame, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/turrets_north) +"Jj" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -8; + pixel_y = -3 + }, +/mob/living/simple_animal/pet/cat/kitten{ + faction = list("alien","neutral"); + desc = "Он выглядит так, будто повидал многое за свою короткую жизнь" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"Jz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/machinery/door/window/classic/normal, +/obj/structure/windoor_assembly, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"JA" = ( +/obj/item/flashlight/flare{ + pixel_y = 3 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"JI" = ( +/obj/structure/alien/weeds, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"JJ" = ( +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/engines) +"JL" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"JS" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/bath) +"Kd" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"Ky" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/largecrate/cow, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"KD" = ( +/obj/structure/shuttle/engine/heater, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"KF" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 16; + pixel_x = 4 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"KG" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/bear, +/obj/structure/closet/critter{ + opened = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"KI" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"KK" = ( +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"KN" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 24; + pixel_x = 8 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"KV" = ( +/obj/structure/alien/weeds, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Lc" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window{ + dir = 8 + }, +/obj/item/storage/secure/briefcase/syndie, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"Ld" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/bmp_ship/engines) +"Le" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 16; + pixel_x = 4 + }, +/obj/structure/alien/weeds, +/mob/living/simple_animal/hostile/alien/sentinel{ + health = 250; + maxHealth = 250 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"Lk" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/awaymission/bmp_ship/engines) +"Ll" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Ls" = ( +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"Lt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"Lu" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Lx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"LC" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/buffer) +"LN" = ( +/obj/machinery/door/airlock/external{ + emagged = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"LR" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/bath) +"LT" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"LV" = ( +/obj/effect/turf_decal/stripes/line, +/mob/living/simple_animal/mouse/brown, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Md" = ( +/obj/structure/alien/weeds, +/obj/item/reagent_containers/drinks/mug/novelty{ + pixel_y = 10; + pixel_x = 10 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Mf" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"Mg" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/awaymission) +"Mi" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/bath) +"Ms" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Mu" = ( +/obj/item/folder/red, +/turf/space, +/area/space) +"MD" = ( +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/old{ + layer = 3.1 + }, +/obj/effect/mob_spawn/human/corpse/tacticool, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"MM" = ( +/obj/structure/alien/weeds, +/obj/item/storage/fancy/donut_box, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"MN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"MT" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"MY" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/carp, +/obj/structure/closet/critter{ + opened = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Nd" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/mining) +"Nf" = ( +/obj/structure/closet/crate, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/obj/item/storage/fancy/cigarettes/cigpack_midori, +/obj/item/storage/fancy/cigarettes/cigpack_med, +/obj/item/storage/fancy/cigarettes, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/obj/item/storage/fancy/matches, +/obj/machinery/light/small/directional/west, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_south) +"Nq" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south{ + lighting_channel = 2; + locked = 0; + environment_channel = 0; + equipment_channel = 0; + start_charge = 0 + }, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/turrets_south) +"Nw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"ND" = ( +/obj/item/stack/ore/iron, +/obj/effect/decal/cleanable/ash, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"NI" = ( +/obj/effect/decal/cleanable/ash, +/obj/item/stack/ore/uranium, +/turf/space, +/area/space) +"NW" = ( +/obj/machinery/flasher/portable{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"NZ" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Oj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/firealarm/no_alarm/directional/north, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/armory) +"Ok" = ( +/obj/machinery/power/terminal{ + dir = 8 + }, +/obj/structure/cable, +/turf/simulated/floor/engine/vacuum, +/area/awaymission/bmp_ship/buffer) +"Ol" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/helmet/skull, +/obj/structure/alien/weeds/node, +/obj/structure/closet/critter{ + opened = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"OC" = ( +/obj/structure/cable{ + icon_state = "0-2"; + pixel_y = 1 + }, +/obj/machinery/power/apc/off_station/directional/west{ + lighting_channel = 2; + locked = 0; + environment_channel = 0; + equipment_channel = 0; + start_charge = 0 + }, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/bath) +"OH" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/space, +/area/space) +"OI" = ( +/obj/structure/spider/stickyweb, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/awaymission/bmp_ship/engines) +"OS" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"OU" = ( +/obj/machinery/light/directional/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"OV" = ( +/obj/structure/alien/weeds, +/obj/machinery/recharger, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Ph" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/ash, +/turf/space, +/area/space) +"Pi" = ( +/obj/item/reagent_containers/glass/beaker/drugs/meth, +/mob/living/simple_animal/hostile/syndicate/ranged/space{ + health = 300; + maxHealth = 300 + }, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"Pt" = ( +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"Pu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Pz" = ( +/obj/structure/alien/weeds, +/obj/item/lighter/zippo/gonzofist, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"PF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stock_parts/cell/empty, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"PH" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/mineral/random/high_chance, +/area/awaymission) +"PJ" = ( +/obj/structure/alien/weeds, +/obj/item/weldingtool/largetank, +/obj/item/screwdriver, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"PK" = ( +/obj/item/stack/tile/plasteel, +/obj/item/skeleton/l_leg, +/turf/space, +/area/space) +"PL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/bmp_ship/common) +"PO" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"PP" = ( +/obj/structure/closet/crate/plastic, +/obj/item/restraints/handcuffs/cable, +/obj/item/restraints/handcuffs/cable, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"PQ" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/north, +/obj/effect/mob_spawn/human/corpse/tacticool, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"PR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/largecrate/cat, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"PY" = ( +/obj/structure/closet, +/obj/item/clothing/head/corgi, +/obj/item/clothing/suit/corgisuit, +/obj/item/laser_pointer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/instrument/accordion, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"Qc" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 16; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/chem_lab) +"Qf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Qi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/meat, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Qj" = ( +/obj/structure/alien/weeds, +/obj/item/food/monstermeat/spiderleg, +/obj/effect/decal/cleanable/greenglow, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Qk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/dead, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Qo" = ( +/obj/item/analyzer, +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 24; + pixel_x = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Qs" = ( +/obj/structure/fans, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"QA" = ( +/obj/machinery/smartfridge/survival_pod, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"QD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/item/shard, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"QN" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"QQ" = ( +/obj/machinery/flasher/portable{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"QT" = ( +/obj/structure/rack, +/obj/item/reagent_containers/drinks/trophy/gold_cup, +/obj/item/storage/box/flashbangs, +/obj/item/fluff/dogwhistle, +/obj/structure/alien/weeds, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"QW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/bmp_ship/common) +"QY" = ( +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"QZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/hydronutrients, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"Ra" = ( +/obj/structure/spider/stickyweb, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/bmp_ship/kitchen) +"Rg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Ri" = ( +/obj/item/trash/cheesie, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Rk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"Rm" = ( +/obj/machinery/door_control/shutter/south{ + id = "packerCaptain" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"Rn" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/medbay) +"RB" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"RF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"RJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/vault, +/area/awaymission/bmp_ship/buffer) +"RK" = ( +/obj/structure/girder, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"Sd" = ( +/obj/machinery/door/airlock/silver, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/common) +"Sf" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/trash/fried_vox{ + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Sg" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 10; + pixel_x = -13 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Sh" = ( +/turf/simulated/floor/grass, +/area/awaymission) +"Si" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"Sn" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"Sq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"Sw" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"Sy" = ( +/obj/machinery/light_construct/small/north, +/obj/structure/alien/weeds, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"SF" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/engines) +"SJ" = ( +/obj/item/stack/ore/uranium, +/turf/space, +/area/space) +"SM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"SV" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/bath) +"Td" = ( +/obj/structure/signpost, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"Ti" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/armory) +"Tj" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Tt" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/food/meat/corgi, +/obj/item/food/meat/corgi, +/obj/item/food/meat/corgi, +/obj/item/food/meat/corgi, +/obj/item/food/meat/corgi, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Tv" = ( +/mob/living/simple_animal/hostile/retaliate/poison/snake, +/obj/item/food/meat, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"TB" = ( +/obj/structure/closet/crate/engineering, +/obj/item/stock_parts/cell/high, +/obj/item/storage/belt/utility/full, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/cell/high, +/obj/item/stock_parts/cell/high, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/turrets_north) +"TI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + health = 150; + maxHealth = 150; + name = "Angry giant spider" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"TJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/wall/r_wall, +/area/awaymission/bmp_ship/containment) +"TM" = ( +/obj/effect/decal/cleanable/blood/old{ + layer = 3 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"TU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"TX" = ( +/obj/structure/lattice, +/obj/item/skeleton/r_hand, +/obj/item/skeleton/r_arm, +/obj/item/skeleton/l_hand, +/obj/item/skeleton/l_arm, +/turf/space, +/area/awaymission) +"Uc" = ( +/obj/item/ammo_casing/shotgun{ + pixel_x = 6 + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"Ue" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Ug" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/armory) +"Uh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/computerframe, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Uj" = ( +/obj/item/shard, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/trader_shuttle) +"Un" = ( +/mob/living/simple_animal/hostile/carp, +/turf/space, +/area/space) +"Uy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"UA" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"UF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"UH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"UI" = ( +/obj/structure/alien/weeds, +/obj/item/reagent_containers/drinks/mug{ + pixel_x = -8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"UK" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/awaymission) +"UQ" = ( +/obj/effect/gibspawner/generic, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"UT" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/turrets_north) +"UZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Vb" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Vd" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Vi" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"Vm" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/cleanable/greenglow, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Vn" = ( +/obj/structure/closet/secure_closet{ + color = "gold"; + req_access = list(111) + }, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/clothing/suit/space/nasavoid/captain, +/obj/item/clothing/head/helmet/space/nasavoid/captain, +/obj/item/clothing/accessory/medal/heart, +/turf/simulated/floor/wood/oak, +/area/awaymission/bmp_ship/fore) +"Vo" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Vt" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi, +/turf/space, +/area/space) +"Vu" = ( +/obj/structure/alien/weeds, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/item/shard, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Vw" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"VG" = ( +/obj/effect/decal/cleanable/greenglow, +/obj/item/food/monstermeat/spiderleg, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"VH" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/alien/weeds, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/alien/resin, +/obj/machinery/power/apc/off_station/directional/north{ + lighting_channel = 0; + environment_channel = 0; + equipment_channel = 0; + operating = 0; + start_charge = 0 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"VL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/largecrate, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"VO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/clothing/mask/gas/explorer, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/mining) +"VQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"VV" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/turrets_north) +"VX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/greenglow, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Wc" = ( +/obj/structure/sink/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"Wi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/stock_parts/cell/empty, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/buffer) +"Wu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"WC" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/bath) +"WD" = ( +/obj/effect/gibspawner/generic, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"WI" = ( +/obj/item/gps/computer, +/turf/simulated/floor/pod, +/area/awaymission/bmp_ship/shelter) +"WK" = ( +/obj/machinery/porta_turret/syndicate/exterior{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/shelter) +"WO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"WS" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"Xa" = ( +/obj/machinery/seed_extractor, +/obj/item/seeds/plump/walkingmushroom, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/awaymission/bmp_ship/kitchen) +"Xb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"Xj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"Xn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/punching_bag, +/turf/simulated/floor/wood/fancy/oak, +/area/awaymission/bmp_ship/common) +"Xy" = ( +/obj/item/stack/tile/plasteel, +/obj/structure/alien/weeds, +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"XB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/alien/weeds, +/obj/structure/alien/resin, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"XH" = ( +/obj/item/trash/tastybread, +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/west{ + lighting_channel = 2; + locked = 0; + environment_channel = 0; + equipment_channel = 0; + start_charge = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/awaymission/bmp_ship/common) +"XJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/corpse/tacticool, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"XP" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/obj/item/kirbyplants/dead, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"XQ" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/bmp_ship/common) +"XT" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille, +/obj/item/shard, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"XW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/ammo_casing{ + pixel_y = 3; + pixel_x = 9 + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/armory) +"XY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/bmp_ship/engines) +"Yf" = ( +/obj/machinery/door/window/classic/reversed{ + color = "yellow" + }, +/turf/simulated/floor/grass, +/area/awaymission/bmp_ship/kitchen) +"Yh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/obj/item/food/meat, +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Yl" = ( +/obj/effect/turf_decal/delivery/white/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/awaymission/bmp_ship/dormitories) +"Yo" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_y = 16; + pixel_x = 4 + }, +/turf/space, +/area/space) +"Yv" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"Yz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"YA" = ( +/obj/machinery/light_construct/small/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/walllocker/firelocker/west, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/buffer) +"YL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/gate) +"YO" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/hos{ + dir = 4 + }, +/obj/item/reagent_containers/pill/methamphetamine{ + layer = 2.9 + }, +/obj/structure/sign/poster/contraband/grey_tide{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet, +/area/awaymission/bmp_ship/dormitories) +"YR" = ( +/obj/item/clothing/mask/gas/explorer, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"YU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/dead, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/bmp_ship/containment) +"YX" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/fore) +"Za" = ( +/obj/machinery/door/airlock/titanium, +/obj/machinery/door/firedoor/closed{ + opacity = 0; + layer = 2.8 + }, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"Zb" = ( +/obj/effect/decal/cleanable/ash, +/turf/space, +/area/space) +"Zg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/food/meat, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"Zj" = ( +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/simulated/floor/grass, +/area/awaymission) +"Zm" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/awaymission) +"Zz" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/structure/curtain/black, +/turf/simulated/floor/engine, +/area/awaymission/bmp_ship/containment) +"ZB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"ZF" = ( +/obj/item/flashlight/flare, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/bmp_ship/mining) +"ZM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/bmp_ship/engines) +"ZN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/grille/broken, +/obj/item/stack/rods/ten, +/turf/simulated/floor/plating/airless, +/area/awaymission/bmp_ship/medbay) +"ZY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/awaymission/bmp_ship/engines) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gy +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +ac +ab +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Td +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Yo +ge +ac +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Dc +ge +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vd +aa +aa +aa +aa +aa +aa +nn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vD +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Dc +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +ab +ab +sU +sU +sU +sU +sU +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +sU +Qs +rk +kx +sU +WK +ac +ab +PH +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +sU +QA +Pi +Ao +lU +KF +wh +ac +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +sU +WI +Ad +GX +sU +ab +ac +ad +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +sU +sU +sU +sU +sU +ab +ab +ac +wh +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +qE +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +hj +hj +hj +hj +bf +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +hj +hj +ac +ac +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ct +aa +aa +Zb +aa +aa +aa +ac +fl +ld +aa +aa +aa +aa +nn +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +ir +ir +gf +Ev +XT +fH +yv +mF +oA +aa +am +rY +IA +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +vl +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +ir +JI +gN +eY +eY +Xy +yQ +yv +Zb +aa +SJ +Zb +aa +aa +aa +aa +aa +aa +aa +KF +ac +ac +hj +hj +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +ir +dL +Vb +ew +eW +eW +Vb +fF +yv +mF +aa +Zb +gP +aa +aa +NI +aa +aa +aa +ac +ac +ac +hj +hj +hj +hj +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +ir +dL +cB +dL +ev +dL +Vm +Gz +he +yv +gs +AW +fQ +TX +aa +ct +aa +qL +ac +Ab +ac +ac +ac +hj +hj +hj +hj +hj +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +ir +Pz +dL +dL +dL +PJ +mL +dL +dL +he +yv +sv +fc +pp +PK +oA +Zb +BG +ac +ac +ac +ac +ac +ac +ac +ac +hj +hj +hj +hj +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +ir +bk +bE +bP +ir +dL +dL +dL +dH +ef +MM +eX +Vb +dL +Vb +gh +gs +gz +gs +yv +kZ +hT +ii +ir +ir +ac +ac +ac +ac +ac +ac +ac +ac +ac +hj +hj +hj +hj +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +Vn +bl +oC +bR +yh +wg +dR +Md +dJ +eh +OV +DD +UI +dL +XB +gi +gC +gA +gE +yv +gs +aa +gs +gs +ir +ac +hj +hj +hj +hj +zf +ac +tF +ac +ac +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +kP +bn +bG +bF +cg +aK +dL +Vb +eA +DD +iw +dL +cB +dL +gr +yv +gB +gD +gE +yv +hB +al +SJ +gs +mF +hj +hj +hj +hj +hj +hj +hj +ac +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +ab +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +em +Jj +Gn +Rm +yh +cC +CI +Qj +dL +dL +dL +Bw +Vb +wi +fZ +yv +gs +gR +gs +yv +yv +hW +mJ +gs +yv +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +ir +so +bv +bQ +lw +ir +VH +Je +dr +cY +fb +eZ +xQ +pT +lv +fY +ir +gt +tE +gQ +hk +gS +YR +cE +hX +ir +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +lW +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +ir +ir +ir +ir +ir +ir +ir +ir +ir +ir +yh +hy +Bx +yh +ir +ir +ir +ir +ir +yh +hX +YX +YX +ir +yh +hj +hj +hj +hj +hj +hj +hj +iM +hj +hj +hj +ac +ac +ac +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +zX +QY +uC +YA +CA +ff +eE +ci +PF +zX +fw +kr +fu +bw +kr +hq +zX +rT +qb +oD +LC +hC +Iz +bq +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +zX +fd +fe +fe +mY +dO +Wi +dt +fk +bt +kO +jL +cS +RJ +gT +Go +kI +zb +Ok +sQ +qJ +hD +hC +bb +hC +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +zX +uu +ar +ar +zP +ff +eE +JL +eE +zX +an +fN +rg +jh +fN +eF +zX +uI +eI +uI +zX +rE +hY +hC +zX +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +iM +hj +hj +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oA +aa +aa +zX +Dj +ar +ar +pH +zX +zX +zX +zX +ff +Tj +GM +jI +jw +GM +Tj +ff +zX +zX +zX +zX +sQ +rE +rE +rE +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +zX +Iy +bI +bI +bT +zX +er +er +er +er +NW +fC +Ms +nH +Yv +QQ +er +er +er +er +zX +hE +wQ +bb +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +iM +hj +hj +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +uo +FD +El +DP +cd +zX +er +Ol +ah +er +vY +KV +oe +tM +um +Dy +er +ds +BI +er +LC +qp +Cu +eG +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +iM +hj +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ga +LC +uo +bI +bI +zX +zX +er +jG +mP +Vu +HZ +LT +BV +kc +ex +LT +cU +Pu +Yh +er +zX +LC +CJ +zX +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ay +oA +aa +aa +ve +er +zD +ah +er +dT +rw +sP +cL +Gy +Dy +er +Hq +pV +er +Nd +hj +hj +hj +hj +hj +hF +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jE +aa +oA +aa +fv +aa +fr +Ay +ve +er +er +er +er +fM +LT +MN +NZ +wG +XP +er +er +er +er +Nd +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +hj +KN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +OH +BG +gu +fr +aa +ve +er +zt +dN +er +dT +rw +XJ +ch +Gy +Dy +er +Ds +BI +er +hj +hj +hj +hj +hj +hj +hj +hj +hj +iU +iX +hj +hj +hj +hj +hj +hj +hj +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +OH +Un +aa +aa +aa +Ay +SJ +Fp +Zb +aa +as +bB +ve +er +PQ +Gq +Vd +UQ +VG +MN +MN +NZ +UQ +va +Pu +cH +TJ +Nd +hj +hj +hF +hj +hj +hj +hj +iL +iK +iK +ja +hj +hj +hj +hj +hj +hj +hj +hj +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oA +aa +aa +aa +Zb +vd +oA +Zb +bB +bB +ve +er +zt +dN +er +dT +rw +fE +WO +Gy +Dy +er +Dp +pV +er +Nd +Nd +hj +hj +hj +hj +hj +fW +iK +iK +iY +iK +je +hj +hj +hj +hj +hj +hj +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ct +oA +as +Zb +vr +ZB +dw +Rn +er +er +er +er +fM +NZ +Ll +BL +NZ +gH +er +er +er +TJ +Nd +sh +Nd +hj +hj +hj +hj +hj +iV +iV +iK +yf +jd +hj +hj +hj +hj +hj +hj +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +as +Zb +aa +as +by +pe +tw +Rn +er +dP +Dr +er +LT +Rg +Lu +FT +Gs +LT +er +fD +lK +er +Nd +gb +uj +hj +hj +hj +hj +gw +iN +iK +iK +jb +hj +hj +hj +hj +hj +hj +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ay +aa +aa +Zb +as +as +su +ZB +bz +uR +Rn +er +jq +fD +Zz +gd +TI +er +er +ek +kn +Jz +fD +Yz +er +Nd +rm +qX +HJ +hj +hj +hj +hj +iP +iV +iK +jc +hj +hj +hj +hj +hj +hj +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +bB +IF +by +bB +Hv +Ac +Rn +er +dP +Dr +er +gd +BS +Uh +cM +tJ +kn +er +Qi +KG +er +Nd +VO +ia +ha +gY +Nd +hj +hj +iO +iK +iK +iK +iK +hj +hj +hj +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ae +aa +ga +aa +aa +OH +aa +bB +aS +HA +QD +Si +lH +ve +er +er +er +er +mA +ej +MN +MN +kn +nO +er +er +er +er +Nd +ZF +rm +HJ +BC +jT +Nd +hj +iK +iK +iZ +jd +hj +hj +hj +ac +ac +KF +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ve +aZ +xk +HH +TM +cv +ve +er +iB +EO +er +VX +kA +bU +LT +kn +kn +er +At +MY +er +Nd +hJ +ib +id +id +BC +Nd +hj +iQ +hj +iK +hj +hj +hj +ac +ac +ac +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ve +aY +bA +wt +bg +MD +ve +er +yu +Pu +xO +ej +ej +Ue +bU +qK +gd +go +fD +cR +er +Nd +Hl +gZ +id +id +kJ +Nd +hj +Qc +hj +hj +hj +ac +ac +ac +ac +ac +hj +hj +hj +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ve +aT +Si +ve +Xb +ZN +ve +er +iB +Pu +er +kn +gd +hz +bU +gd +gd +er +kR +MY +er +Nd +gb +id +id +ib +ol +Nd +hj +iK +hj +ac +ac +ac +ac +ac +ac +hj +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(74,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ve +ba +TM +aS +Si +Si +ve +er +er +er +er +YU +gd +Ll +ks +kn +fx +er +er +er +er +Nd +pn +en +id +id +gY +Nd +hj +iR +hj +ac +ac +aa +aa +aa +aa +hj +hj +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(75,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +OH +ve +pe +wI +Fe +bA +ji +ve +er +el +Tv +er +PO +kn +Ue +ku +kn +kn +er +fD +fP +er +Nd +hL +EH +hH +JA +ix +Nd +ac +ac +fi +ac +aa +aa +aa +aa +aa +aa +hj +hj +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(76,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +OH +ve +cT +by +ca +lX +gc +ve +er +AZ +Dr +oy +kn +kn +Ue +Ue +kn +kn +go +fD +cR +er +Nd +hM +lD +lD +hb +ix +Nd +ac +ac +ac +aa +aa +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(77,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +OH +ve +be +sK +Si +Si +ji +ve +er +el +xW +er +Qk +Gu +Ck +Ue +ej +Qk +er +Zg +fP +er +Nd +hN +dx +ij +hH +ix +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(78,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +ve +wv +IX +by +Si +Si +ve +er +er +er +er +av +pq +zs +uT +wx +Et +er +er +er +er +Nd +hO +gY +il +xC +iz +Nd +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(79,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ve +ve +ve +vV +ve +ve +ve +ve +ve +XQ +pr +qQ +GM +jw +jw +GM +qQ +pr +xG +xG +xG +xG +xG +fn +xG +xG +xG +xG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(80,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ak +lV +dy +sX +FZ +FZ +FZ +FZ +FZ +XQ +eq +bL +dj +aI +gJ +IG +qk +gW +xG +gU +gX +ov +qF +Vi +ov +GI +AL +xG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(81,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ak +IN +Uc +pd +FZ +DG +hc +yL +FZ +XQ +dU +fB +Xn +wB +nI +Lx +fB +fB +xG +wH +Cy +hg +tx +Yl +hK +iu +pW +xG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(82,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +ab +ab +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Ak +Az +SM +fG +FZ +FU +Le +lF +FZ +XQ +mW +fB +bZ +fp +FQ +Lx +eD +fB +xG +xy +xj +ov +EA +im +ov +gG +hx +xG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(83,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +FC +FC +FC +FC +FC +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +bf +aa +aa +oA +aa +aa +Ak +os +bH +ce +FZ +aG +cp +wU +FZ +XQ +ry +ax +bY +PL +QW +fz +mb +GB +xG +xG +xG +xG +Af +im +xG +xG +xG +xG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(84,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +ab +FC +mi +UK +fX +FC +ab +ab +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Zb +Ak +HE +IH +sW +vi +Ti +Hz +cP +FZ +XQ +XQ +XQ +pr +Sd +Sd +pr +XQ +XQ +xG +sq +GI +ov +Af +im +ov +GI +co +xG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(85,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +ab +ab +FC +Zm +mI +UK +FC +ab +ab +ab +ac +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +Zb +OH +aa +oA +Ak +WS +sW +sW +vi +iJ +cp +pg +FZ +tA +gI +dv +eQ +aw +cz +XH +hP +cx +xG +ql +ux +hK +IJ +Yl +hK +iu +pW +xG +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(86,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +ab +ab +FC +fX +Sh +Sh +FC +ab +ab +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ct +xq +Ug +ih +bM +Fz +FZ +Sy +cp +cc +FZ +tA +hI +wY +eN +Nw +Ip +vK +UF +GG +xG +ie +hf +ov +Af +im +ov +gG +qI +xG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(87,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +ab +FC +UK +Mg +Zj +FC +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +OH +aa +Ph +oR +aE +aH +Ug +Oj +SM +mh +FZ +tY +yE +uN +FZ +tA +in +WD +Yf +yG +Hr +Sq +jl +Bi +xG +xG +xG +xG +OU +eR +xG +xG +xG +xG +iG +ap +hh +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(88,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +FC +FC +FC +FC +FC +ab +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +cr +wk +nK +au +Ug +nD +nT +oh +FZ +QT +xg +pN +FZ +tA +pc +wY +AI +Qf +UF +De +GY +dK +xG +dg +lu +ov +Af +im +ov +GI +YO +xG +iF +ai +iF +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(89,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +ab +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VV +jm +xz +wd +Ug +cV +XW +cq +FZ +FZ +FZ +FZ +FZ +tA +hG +hI +hZ +if +UF +De +jl +jn +xG +Fs +zC +hK +IJ +Yl +hK +iu +pt +xG +aC +ut +ut +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(90,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +VV +Jh +eC +aR +Ug +Ak +Ak +cb +Ak +Ak +Ak +Ak +tA +tA +EL +cy +EL +EL +UF +zo +de +eO +xG +bO +Aw +ov +Af +im +ov +FK +dM +xG +ut +xI +Nq +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(91,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +VV +gF +VV +aQ +bh +Bn +bJ +bs +PR +dC +aQ +dA +do +dF +Ra +dD +tA +fh +ll +Ec +jF +xG +xG +xG +xG +Af +im +xG +xG +xG +xG +HV +yw +HV +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(92,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +TB +Rk +lL +aQ +bi +Wu +Sg +Cb +fJ +dG +aQ +cX +dB +dl +is +eT +tA +fj +ll +Ec +gv +xG +dc +GI +ov +Af +im +ov +GI +pC +xG +Nf +KK +Mf +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(93,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +EW +Rk +EW +aQ +Tt +Vo +Wu +Wu +Xj +br +aQ +cO +zW +dE +cN +Dh +tA +IB +ll +GY +pG +xG +ql +iu +hK +IJ +Yl +hK +iu +pW +xG +cG +KK +xA +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(94,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +ee +lR +PP +aQ +Sf +bm +cZ +cs +TU +aN +aQ +EL +hw +EL +tA +kK +EL +Hr +fT +Ez +fs +xG +Dn +hf +ov +Af +im +ov +gG +hu +xG +hS +KK +cw +HV +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(95,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +IY +lR +IY +aQ +cI +Wu +fL +Qo +VQ +Ky +aQ +Xa +gM +GN +ey +Eq +fS +Hr +Vw +Hr +Hr +ov +xG +xG +ov +sg +nQ +ov +xG +xG +ov +Gv +KK +KK +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(96,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +UT +UT +nB +EB +BZ +YL +GV +RF +Gj +Io +cu +aQ +Em +eS +ed +fy +ez +iA +Hr +ll +fq +UF +eJ +js +JS +rL +sj +Cn +sZ +Cn +Cn +kb +rB +KK +HV +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(97,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +UT +IY +aQ +wV +nt +bu +eg +fJ +it +aQ +QZ +wo +eb +op +hr +Du +DC +oG +DC +DC +DC +aA +ur +tb +SV +SV +SV +SV +SV +JS +dh +HV +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(98,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +UT +aQ +nl +KI +yT +bW +TU +LV +aQ +mp +Wc +BK +gL +ft +jB +dp +cQ +ec +Ri +vy +cm +JS +PY +SV +dm +JS +LR +ep +LR +HV +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(99,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +UT +aQ +nl +dI +gn +iH +TU +rJ +aQ +jg +jg +jg +jg +jg +jg +jg +jg +jg +jg +jg +jg +jg +eH +pU +Ej +LR +dn +iC +LR +HV +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gu +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(100,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aQ +Hd +Wu +gq +Vo +TU +gV +aQ +cF +dY +iW +UH +eP +Fb +jv +BQ +UH +ZY +yN +dV +jg +bN +SV +zy +LR +aD +du +LR +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ye +LN +jx +jx +LN +Pt +Hy +Hy +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +"} +(101,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aQ +xe +hR +bo +or +hV +UZ +fA +bp +bp +fg +XY +tt +tt +XY +XY +XY +tt +bp +ZM +Kd +eV +SV +MT +LR +LR +LR +LR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kv +Uj +rd +RK +tS +Fm +wA +AN +RB +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(102,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aQ +aQ +dX +VL +VL +VL +jr +aQ +UA +Lk +Eo +gx +gx +gx +gx +gx +gx +gx +dq +Sw +jg +qS +Ls +Dx +gl +mc +LR +LR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kv +vs +nE +QN +tc +Lc +FJ +AN +RB +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(103,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aQ +aQ +aQ +aQ +aQ +eU +Eh +jg +OI +DT +Uy +qC +Uy +vH +aF +gx +gx +Lk +jg +JS +uS +LR +LR +LR +LR +LR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +kv +rM +Pt +Sn +oA +OS +ND +KD +RB +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(104,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aQ +aQ +aQ +aB +nU +aB +jg +iI +fU +DT +gk +gx +gx +gk +gx +DT +dZ +jg +OC +tX +ao +LR +LR +LR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jx +kv +Hy +Zb +aa +qL +aa +Hy +Hy +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(105,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aQ +Eh +FL +FL +FL +jg +ht +fK +Lt +cD +uB +gm +iv +DT +pZ +dz +jg +WC +WC +WC +JS +LR +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aM +SJ +aa +Ik +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(106,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Un +aa +aa +aa +aa +aa +ty +ty +ty +jg +jg +jg +Za +jg +jg +jg +jg +Za +jg +jg +jg +Mi +Mi +Mi +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(107,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jg +jg +It +JJ +JJ +jg +jg +ik +sF +et +jg +jg +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jM +aa +BG +Mu +aa +SJ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(108,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jg +eL +eL +eL +jg +jg +eL +eL +eL +jg +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Zb +Zb +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(109,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jg +SF +SF +SF +Ld +Ld +SF +SF +SF +jg +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +oA +aa +oA +aM +aM +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(110,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +Zb +aa +Zb +aa +aa +aa +jM +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(111,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aM +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(112,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +ac +ac +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Zb +aa +aa +aM +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(113,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(114,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Vt +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(115,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ab +ab +ab +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(116,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +ac +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(117,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Un +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +BG +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(118,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(119,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(120,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(121,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(122,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(123,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(124,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(125,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(126,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(127,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(128,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/_maps/map_files220/RandomZLevels/blackmesa.dmm b/_maps/map_files220/RandomZLevels/blackmesa.dmm new file mode 100644 index 000000000000..b04864b1a0bf --- /dev/null +++ b/_maps/map_files220/RandomZLevels/blackmesa.dmm @@ -0,0 +1,85283 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aan" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"aaL" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 9 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"abp" = ( +/obj/structure/fence/door, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"abt" = ( +/obj/item/trash/disk, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"acN" = ( +/obj/item/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"adJ" = ( +/obj/structure/closet/crate/can, +/obj/item/kitchen/knife/combat, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"adS" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"adZ" = ( +/obj/machinery/door/airlock/vault, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_hallway) +"aez" = ( +/obj/item/food/choccherrycakeslice, +/obj/structure/table/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"aeV" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_hallway_two) +"aeX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"afn" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"afY" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"ags" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_medbay) +"agE" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"aih" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"ajf" = ( +/obj/machinery/light_construct/directional/west, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"ajx" = ( +/obj/structure/largecrate, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"ajC" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"akl" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"akr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"akM" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"akR" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"alh" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"alo" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"alP" = ( +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/structure/closet/wardrobe/chemistry_white, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"alY" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"amx" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"amU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"ang" = ( +/obj/machinery/door/airlock/science/glass, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"anu" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"anx" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"anz" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"anD" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"aoc" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/gibspawner/human, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"aoe" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"aoo" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"aoA" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"apu" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"apw" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 8 + }, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"aqk" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"aqW" = ( +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"aqZ" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"arw" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"ato" = ( +/turf/simulated/floor/beach/away/coastline/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"atr" = ( +/obj/structure/table, +/obj/machinery/light/directional/east, +/obj/structure/alien/xenoweeds, +/obj/item/reagent_containers/glass/bottle/regeneration, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"atT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/resonant_chamber) +"aug" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"auq" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_emitter) +"aur" = ( +/obj/structure/sink/puddle/healing, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"auu" = ( +/obj/structure/mineral_door/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"auH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"avn" = ( +/obj/machinery/door/airlock/science, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"avx" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"avJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"awq" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/lambda_teleporter) +"awx" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/high_security_hallway) +"awZ" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake) +"axd" = ( +/obj/structure/barricade/security, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"axq" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"ayA" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 5 + }, +/obj/structure/alien/xenoweeds, +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"ayM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 4 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"azx" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"azC" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"azM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/power/emitter{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"azP" = ( +/obj/structure/curtain, +/obj/structure/curtain, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"aAc" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"aAd" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"aAo" = ( +/obj/machinery/door/airlock/science{ + id_tag = "gatesiguess" + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"aBt" = ( +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"aBu" = ( +/obj/machinery/door/airlock/command/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_hallway_two) +"aCa" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"aCI" = ( +/obj/effect/mob_spawn/human/corpse/engineer{ + pickable_species = list("Human"); + id = null; + back = null + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"aCL" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"aCN" = ( +/obj/structure/billboard/starway{ + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"aCS" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"aCT" = ( +/obj/item/spellbook/oneuse/summonitem, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"aDg" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"aDv" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"aDA" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"aDE" = ( +/obj/structure/xen_crystal, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/resonant_chamber) +"aDI" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"aEC" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"aED" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"aFG" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"aGx" = ( +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"aGR" = ( +/obj/effect/turf_decal/siding/red, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"aGY" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"aGZ" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"aHI" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"aIv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"aIK" = ( +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "blackbox_b"; + name = "blackbox"; + density = 1; + anchored = 1; + desc = "Some kind of machine." + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"aJA" = ( +/obj/effect/turf_decal/siding/blue, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"aJB" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/entrance_lobby) +"aKy" = ( +/obj/structure/railing, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_camp) +"aKA" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"aKG" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"aKT" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_servers) +"aLs" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"aMn" = ( +/obj/effect/turf_decal/siding/blue, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"aMD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"aNx" = ( +/obj/structure/inflatable/door{ + color = "#556B2F"; + opacity = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"aNH" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/black_ops_science_room) +"aNN" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"aOq" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"aOA" = ( +/obj/structure/chair/office, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"aOQ" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"aOZ" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/entrance_lobby) +"aPO" = ( +/obj/item/grown/log/steel, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"aPT" = ( +/obj/structure/table, +/obj/item/assembly/signaler/anomaly/bluespace, +/obj/item/stack/sheet/cloth/ten, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"aQk" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/stairs/medium, +/area/awaymission/black_mesa/entrance_internal_hall) +"aQp" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"aQF" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"aRb" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"aRc" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/lambda_teleporter) +"aSB" = ( +/obj/structure/table, +/obj/item/paper, +/obj/machinery/light_construct/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"aTy" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"aTL" = ( +/obj/machinery/chem_dispenser, +/obj/structure/reagent_dispensers/fueltank/chem/north, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"aUx" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"aUE" = ( +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"aUG" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"aUQ" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"aUS" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/entering_zone) +"aVz" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"aVB" = ( +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"aVR" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_hall) +"aVW" = ( +/obj/structure/fluff/tram_rail, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance) +"aWk" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"aXh" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"aXl" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"aXw" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"aXQ" = ( +/obj/structure/fluff/paper/stack{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"aYf" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"aYk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"aYx" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_hallway_two) +"aYW" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"aZb" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/high_security_hallway) +"aZd" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"aZK" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"aZV" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"baj" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ban" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"baK" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"baR" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"bbe" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/entrance_large_office) +"bbp" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"bby" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/freeman_arena) +"bbM" = ( +/obj/item/grenade/frag, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"bcx" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/railing, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"bcK" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"bdh" = ( +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/resonant_chamber) +"bez" = ( +/obj/machinery/light_construct/directional/east, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"bfq" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130 + }, +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"bhf" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"bhs" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"bhG" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"bhI" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_hallway) +"bid" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"bjc" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"bjM" = ( +/obj/structure/table, +/obj/item/pizzabox/pepperoni{ + pixel_y = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"bjS" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"bkh" = ( +/obj/structure/fence/corner, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"bkO" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"bkX" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"bla" = ( +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/entering_zone) +"bmb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/black_ops_hall) +"bnb" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"bno" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"bnC" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"bnK" = ( +/turf/simulated/floor/beach/away/blackmesa/electric, +/area/awaymission/black_mesa/employee_dorm_room) +"bnL" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"bnM" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"bon" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"bpk" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"bpl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"bpq" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 5 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"bpU" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"bqP" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"bry" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"bsg" = ( +/obj/structure/urinal{ + pixel_y = 32 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/equipment_room) +"bsQ" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"btq" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/wt550, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"btr" = ( +/obj/structure/window/reinforced, +/obj/structure/closet, +/obj/item/weaponcrafting/gunkit/universal_gun_kit/sol_gov, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"btF" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/deep_sci_chem) +"btH" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"btZ" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_camp) +"buj" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"bun" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"buK" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/structure/lattice/catwalk/mining, +/obj/machinery/door_control/shutter/north{ + id = "sectorcmain" + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"bvd" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/cryo_hallway) +"bvT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"bwp" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/wt550, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"bws" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"bwu" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"bwN" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa) +"bxc" = ( +/obj/structure/fluff/empty_sleeper{ + icon_state = "bodyscanner" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"bxi" = ( +/obj/structure/chair/sofa/bench/left, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"byo" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"bys" = ( +/obj/structure/fence/door, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"byt" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"byQ" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"bzp" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"bzR" = ( +/obj/structure/mineral_door/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"bzU" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/wt550m9, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"bAz" = ( +/obj/machinery/door/airlock/command/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"bAE" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"bBe" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"bBj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/genetics) +"bBB" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"bBQ" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"bCO" = ( +/obj/machinery/light/directional/west, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_hallway_two) +"bDH" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/cryo_room) +"bEg" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"bEs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_hallway) +"bEF" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"bEX" = ( +/obj/effect/decal/remains/human, +/obj/structure/flora/biolumini, +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"bFu" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/reagent_containers/drinks/coffee, +/obj/item/reagent_containers/drinks/tea{ + pixel_x = 5; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"bFx" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"bFV" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"bFW" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/cryo_hallway) +"bGm" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"bGS" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"bHd" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/black_mesa/equipment_room) +"bHe" = ( +/obj/effect/turf_decal/caution, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"bIw" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"bJi" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"bJo" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/alien, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"bJt" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"bJF" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"bJH" = ( +/obj/machinery/computer/rdconsole/public{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"bKD" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"bKF" = ( +/turf/simulated/floor/plasteel/stairs/medium, +/area/awaymission/black_mesa/entrance_internal_hall) +"bKK" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"bKS" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"bLa" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 6 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"bLk" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"bLn" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"bLq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"bLE" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"bLK" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"bLZ" = ( +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"bMr" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"bMG" = ( +/obj/structure/table, +/obj/item/clothing/glasses/regular, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"bML" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"bNb" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"bNe" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"bNp" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"bNu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"bNB" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"bNS" = ( +/obj/structure/table, +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"bOf" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"bOq" = ( +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"bOB" = ( +/obj/item/aicard, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"bPs" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/fluff/paper/stack, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"bPM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/power/emitter{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_button) +"bQb" = ( +/obj/structure/inflatable/door{ + color = "#556B2F"; + opacity = 1 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"bQe" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/black_mesa/hecu_zone_camp) +"bQp" = ( +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"bQw" = ( +/mob/living/simple_animal/hostile/blackmesa/xen/bullsquid, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"bQE" = ( +/obj/structure/closet, +/obj/structure/alien/xenoweeds, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"bRc" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/security_outpost) +"bRg" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"bRo" = ( +/obj/machinery/light/directional/south, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"bRH" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"bRL" = ( +/obj/structure/shockplant, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"bRQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/radio/intercom, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"bSp" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa) +"bTt" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"bTO" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"bUb" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"bUq" = ( +/obj/structure/table, +/obj/item/folder, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"bUQ" = ( +/mob/living/simple_animal/hostile/alien/maid, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"bWn" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"bWq" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/revolver/nagant, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"bWC" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"bWR" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/dorm_computers) +"bXh" = ( +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"bXL" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"bXX" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"bYb" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"bYn" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"bYq" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"bZf" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/item/stack/sheet/metal{ + amount = 40 + }, +/obj/item/storage/firstaid/regular/doctor, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"caq" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"caJ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/gas_emitter_chamber) +"cbt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_turret) +"cbz" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"cbQ" = ( +/obj/structure/table/wood, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"cct" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"ccM" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"ccS" = ( +/obj/structure/rack, +/obj/item/clothing/suit/sovietcoat/officer, +/obj/item/clothing/under/new_soviet/sovietofficer, +/obj/item/clothing/head/sovietofficerhat, +/obj/item/kitchen/knife/combat, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"cdh" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"cdE" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"cdV" = ( +/obj/structure/table, +/obj/structure/railing, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"cer" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"ceV" = ( +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"cff" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"cfp" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"cgk" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"cgL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/black_ops_entrance) +"cho" = ( +/obj/structure/table, +/obj/item/paper, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"ciE" = ( +/obj/structure/closet/crate/wooden, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"ciM" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"cjg" = ( +/obj/structure/window/plasmareinforced{ + can_be_unanchored = 0 + }, +/obj/structure/window/plasmareinforced{ + dir = 8; + can_be_unanchored = 0 + }, +/obj/structure/window/plasmareinforced{ + dir = 4; + can_be_unanchored = 0 + }, +/obj/structure/window/plasmareinforced{ + dir = 1; + can_be_unanchored = 0 + }, +/obj/structure/rack, +/obj/item/gun/energy/immolator/multi, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"cjz" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"cjE" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"ckl" = ( +/obj/machinery/access_button/north, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_entrance) +"ckq" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"ckE" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"ckW" = ( +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"clb" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"clo" = ( +/obj/structure/table, +/obj/item/stack/ore/bananium, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"clC" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"clK" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/freeman_arena) +"clO" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_hallway_two) +"cng" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"cnY" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"coA" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"coD" = ( +/obj/structure/table, +/obj/item/gun/projectile/automatic/m90, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"coE" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"coH" = ( +/obj/item/coin/antagtoken, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"coM" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/freeman_hallway) +"coV" = ( +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"cpi" = ( +/obj/effect/bump_teleporter{ + id = "xendown2"; + id_target = "xenup2" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"cpy" = ( +/obj/structure/fluff/paper/corner, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"cpC" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"cpL" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/deep_sci_turret) +"cqo" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"cqr" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"cqy" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"cqA" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"cqE" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/black_ops_science_room) +"cqV" = ( +/obj/structure/closet, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/storage/firstaid/regular/doctor, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"cre" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"crG" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"crM" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 6 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"crT" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"crV" = ( +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"csL" = ( +/obj/structure/alien/xenoweeds, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"csY" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/machinery/light/directional/west, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"cto" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"ctq" = ( +/obj/structure/table, +/obj/item/seeds/coffee, +/obj/item/seeds/coffee/robusta{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/food/grown/coffee/robusta, +/obj/item/food/grown/coffee{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/pill_bottle/happy{ + pixel_x = 8 + }, +/obj/item/storage/box/drinkingglasses, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"cty" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"cuC" = ( +/obj/structure/closet/crate/wooden, +/obj/item/storage/firstaid/ancient, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"cuI" = ( +/obj/structure/fence/door, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/science_internal) +"cuZ" = ( +/obj/structure/headspear, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"cvC" = ( +/obj/structure/table/wood, +/obj/item/food/sliceable/xenomeatbread, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"cwd" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"cxM" = ( +/obj/structure/table, +/obj/item/kitchen/knife/combat/survival, +/obj/item/geiger_counter, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa) +"cxX" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"czn" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"czJ" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"czM" = ( +/obj/machinery/light_construct/directional/north, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"cAn" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"cAx" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"cBF" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "computer"; + dir = 8 + }, +/obj/machinery/light_construct/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"cBU" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa) +"cCh" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_hallway) +"cCt" = ( +/obj/structure/mineral_door/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"cCI" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"cCS" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_server) +"cDl" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"cED" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"cES" = ( +/obj/structure/sign/flag/terragov{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"cFs" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"cFH" = ( +/obj/structure/chair/office/dark, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"cGq" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"cGt" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"cGF" = ( +/obj/structure/closet/crate/trashcart, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"cGG" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 9 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"cHo" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"cIK" = ( +/obj/structure/chair/office/dark, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"cJt" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"cJx" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"cJR" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"cKk" = ( +/obj/structure/alien/egg/burst, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"cKB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"cKL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"cKM" = ( +/obj/structure/sink/puddle/healing, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"cLr" = ( +/obj/structure/barricade/wooden{ + layer = 4 + }, +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"cLx" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_hallway) +"cLK" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + name = "broken computer"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"cMn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"cMq" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 10 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"cMJ" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"cNs" = ( +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"cNP" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"cOu" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance) +"cOx" = ( +/obj/structure/table, +/obj/item/phone, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"cOL" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"cOM" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"cPf" = ( +/obj/structure/table, +/obj/item/pen, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"cPk" = ( +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"cPK" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"cSE" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"cSJ" = ( +/obj/structure/table, +/obj/item/hemostat/alien, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"cTI" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "message_server"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"cTV" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/bump_teleporter{ + id = "lambda_lab_gate"; + density = 0 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/lambda_teleporter) +"cTX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"cUj" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"cUs" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"cUv" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"cUI" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_camp) +"cUU" = ( +/obj/machinery/economy/vending/cola/red, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"cVd" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"cWr" = ( +/obj/structure/fluff/paper/stack, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"cWH" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"cWS" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"cXa" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"cXr" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/cryo_storage) +"cXP" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"cXT" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"cYg" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"cYu" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"cYU" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/lambda_teleporter) +"cYW" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"cZa" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"cZc" = ( +/obj/machinery/light/directional/east, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"cZn" = ( +/obj/item/food/beans, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"cZp" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"cZB" = ( +/obj/machinery/chem_heater, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"cZE" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"cZS" = ( +/obj/structure/closet, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"cZZ" = ( +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"daR" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"dbQ" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"dch" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"dcM" = ( +/obj/structure/closet, +/obj/item/clothing/under/color/orange/prison, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"dcN" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"ddG" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 6 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"ddQ" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"den" = ( +/obj/structure/noticeboard{ + pixel_y = 32; + layer = 3.1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"deE" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"deI" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"deL" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"deS" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"dfc" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"dfu" = ( +/obj/machinery/power/emitter{ + anchored = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"dfw" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"dgH" = ( +/obj/item/flashlight/lantern, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"dgN" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_storage) +"dgZ" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"dhl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"dhr" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"diw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"djh" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"djm" = ( +/obj/structure/closet, +/obj/structure/alien/xenoweeds, +/obj/item/clothing/under/rank/security/officer/dispatch, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"dko" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/tea, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"dkq" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"dkw" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"dkS" = ( +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"dkX" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner"; + dir = 1 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"dlj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 6 + }, +/obj/machinery/optable, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"dls" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"dlO" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"dom" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"dop" = ( +/obj/effect/bump_teleporter{ + id = "teledown"; + id_target = "teleup" + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/lambda_hallway) +"dou" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"doL" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/structure/closet/crate/can, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"doV" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"dph" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/beach/away/coastline/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"dpl" = ( +/obj/item/food/popcorn, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"dpo" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/obj/machinery/door_control/shutter{ + id = "exp_room" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"dpI" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 6 + }, +/obj/structure/alien/xenoweeds, +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"dqQ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/security_outpost) +"dqR" = ( +/obj/item/tape/black_mesa/first_hecu, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"dsw" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"dsF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"dsJ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/gas_emitter_chamber) +"dsK" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"dsN" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"dto" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"dua" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"duq" = ( +/obj/structure/table, +/obj/machinery/computer/nonfunctional{ + name = "broken computer"; + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "laptop"; + dir = 2; + icon_keyboard = "laptop_key_lightmask"; + icon_screen = "laptop_broken" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"duE" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"dvg" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"dvJ" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"dwd" = ( +/obj/machinery/suit_storage_unit/hev_suit, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa) +"dwj" = ( +/obj/structure/curtain/open{ + color = "#556B2F" + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"dwI" = ( +/obj/machinery/door/airlock/science/glass, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"dwK" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"dwS" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"dyk" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"dyn" = ( +/obj/structure/mineral_door/xen, +/obj/effect/freeman_blocker, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"dyz" = ( +/obj/structure/table, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"dyA" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"dyC" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"dzf" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/wt550, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"dBk" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"dBl" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"dBp" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"dDc" = ( +/obj/structure/table, +/obj/item/razor, +/obj/item/flashlight/seclite, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"dDj" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/resonant_chamber) +"dDP" = ( +/obj/machinery/suit_storage_unit/hev_suit, +/obj/structure/window/plasmareinforced{ + dir = 4; + can_be_unanchored = 0 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa) +"dEx" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"dEH" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"dEI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"dFi" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 8 + }, +/obj/machinery/light_construct/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"dFZ" = ( +/obj/structure/gunrack, +/obj/item/melee/classic_baton, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"dGp" = ( +/obj/structure/table, +/obj/item/food/candy/candybar, +/obj/item/food/candy/confectionery{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/food/candy/confectionery{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"dGw" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"dGU" = ( +/obj/structure/alien/xenoweeds, +/obj/item/reagent_containers/drinks/cans/sodawater, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"dGY" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/xen/lost_camp) +"dHe" = ( +/obj/structure/fluff/tram_rail, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"dHX" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/entering_zone) +"dIN" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/gas_emitter_chamber) +"dJf" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"dJk" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"dJr" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"dJu" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/lost_camp) +"dKH" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/science_decon_room) +"dKS" = ( +/turf/simulated/mineral/ancient, +/area/awaymission/black_mesa/tram_room) +"dLV" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"dNc" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"dNg" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"dNl" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"dNw" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"dNy" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 5 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"dNT" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"dNY" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_science_room) +"dOg" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/stairs/right, +/area/awaymission/black_mesa/entrance_internal_hall) +"dOs" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"dOt" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"dON" = ( +/obj/item/tape/black_mesa/first_eas, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"dPd" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"dPL" = ( +/obj/machinery/door/airlock/command/glass, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"dQy" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"dRy" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"dRB" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 10 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"dSA" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/cryo_room) +"dSL" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"dSS" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_hall) +"dTi" = ( +/obj/item/gun/projectile/automatic/pistol/beretta, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"dTX" = ( +/obj/structure/closet/l3closet/janitor, +/obj/item/pizzabox/meat, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"dUl" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"dUt" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"dUI" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"dVy" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"dVA" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"dVX" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"dWi" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"dWW" = ( +/obj/structure/rack, +/obj/item/ammo_box/c9mm, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"dXu" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"dXC" = ( +/obj/structure/railing/cap/reversed{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"dXP" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"dXU" = ( +/obj/structure/table, +/obj/structure/railing, +/obj/structure/alien/xenoweeds, +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"dXX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"dYe" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"dYn" = ( +/obj/structure{ + icon = 'icons/obj/machines/research.dmi'; + icon_state = "d_analyzer"; + name = "Destructive Analyzer"; + density = 1; + anchored = 1; + desc = "Learn science by destroying things!" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"dYH" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_hallway) +"dZj" = ( +/obj/structure/table, +/obj/item/storage/belt/military, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"dZo" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"dZy" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_hall) +"dZQ" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"eab" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"eaI" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"eaO" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"ebE" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"ebZ" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"ecs" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"ecz" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 5 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"ecL" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"edu" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "relay_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/sign/nosmoking_1{ + pixel_x = 32 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"edK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"eeL" = ( +/obj/machinery/light/directional/west, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"eeW" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"eeY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/gas_emitter_chamber) +"efD" = ( +/obj/structure/stone_tile/slab, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"egb" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"egj" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"egw" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"egI" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"egN" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"egW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_emitter) +"ehz" = ( +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/black_ops_science_room) +"ehQ" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"ehS" = ( +/obj/structure/railing/cap/normal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"ehU" = ( +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"eid" = ( +/obj/item/storage/firstaid/brute, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"eir" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"eiv" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"eiL" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"eiY" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/entrance_lobby) +"eja" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"ejd" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"eji" = ( +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"ejL" = ( +/obj/item/chair, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"ekw" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/black_ops_button) +"ekz" = ( +/obj/machinery/light/directional/west, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"ekK" = ( +/obj/structure/shockplant, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"eln" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_hallway_two) +"elr" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/awaymission/black_mesa/resonant_chamber) +"elN" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"elV" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"ema" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"emO" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/cryo_room) +"ene" = ( +/obj/item/assembly/signaler/anomaly/vortex, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"enk" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/economy/vending/chinese/free, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"ent" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/genetics_elevator) +"enL" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/table, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/equipment_room) +"eow" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_entrance) +"eoT" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"eoZ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/resonant_chamber) +"epF" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"epO" = ( +/obj/structure/sign/flag/terragov{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"eqv" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"eqz" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"eqB" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"eqD" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"eqS" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"esZ" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"eth" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"etk" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"etr" = ( +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"etS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"etZ" = ( +/obj/effect/bump_teleporter{ + id = "lambda2"; + density = 0 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"eup" = ( +/obj/machinery/door/poddoor/preopen, +/obj/structure/fluff/tram_rail, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"euy" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"euz" = ( +/obj/machinery/iv_drip, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"eva" = ( +/obj/structure/rack, +/obj/item/melee/classic_baton, +/obj/item/shield/riot, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"evs" = ( +/obj/machinery/economy/vending/cola/red, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"evN" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/science_internal) +"evQ" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"ewG" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_hallway) +"ewJ" = ( +/obj/structure/table/wood, +/obj/item/food/xenomeatbreadslice, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"ewP" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"exq" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"exB" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"exE" = ( +/obj/machinery/door/airlock/public, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"exS" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"eyf" = ( +/obj/structure/flora/biolumini/mine, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"eyl" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"ezt" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"ezF" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"eAj" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"eBQ" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"eBZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"eCs" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop, +/area/awaymission/black_mesa/xen/freeman_hallway) +"eCF" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"eCR" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"eDl" = ( +/obj/machinery/door/airlock/vault, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"eEF" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"eEJ" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"eEN" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"eFl" = ( +/obj/structure/spacevine, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"eFJ" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"eFO" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"eFV" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"eGW" = ( +/obj/machinery/economy/vending/chinese/free, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"eHp" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/cream{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/reagent_containers/condiment/milk, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"eHr" = ( +/obj/structure/closet, +/obj/structure/alien/xenoweeds, +/obj/item/clothing/suit/storage/labcoat, +/obj/item/clothing/shoes/laceup, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"eHN" = ( +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/structure/closet/secure_closet/medical1{ + locked = 0 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"eHZ" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"eIm" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"eIT" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"eIW" = ( +/obj/machinery/autolathe/upgraded/gamma, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"eJa" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/employee_dorm_room) +"eJQ" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"eJR" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/science_decon_room) +"eKp" = ( +/obj/effect/turf_decal/siding/blue, +/obj/effect/mob_spawn/human/corpse/doctor{ + id = null; + pickable_species = list("Human") + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"eLc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"eLv" = ( +/obj/effect/gibspawner/human, +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"eLD" = ( +/obj/structure/sign/radiation, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/resonant_chamber) +"eLF" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"eMm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"eMu" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"eMQ" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"eNf" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"eOF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"eOR" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"eOY" = ( +/obj/structure/window/plasmareinforced{ + can_be_unanchored = 0 + }, +/obj/structure/window/plasmareinforced{ + dir = 8; + can_be_unanchored = 0 + }, +/obj/structure/window/plasmareinforced{ + dir = 4; + can_be_unanchored = 0 + }, +/obj/structure/rack, +/obj/item/clothing/under/costume/maid, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"ePY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"eQR" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"eRp" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 5 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"eRt" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"eRF" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"eSd" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/black_ops_entrance) +"eSl" = ( +/obj/structure/closet, +/obj/item/restraints/handcuffs, +/obj/item/clothing/under/color/orange/prison, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"eSp" = ( +/obj/machinery/r_n_d/protolathe, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"eSD" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"eSI" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"eTv" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"eTU" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"eUk" = ( +/obj/machinery/door/poddoor{ + id_tag = "teleporter_catwalk" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"eUy" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"eVZ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_button) +"eWi" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"eWk" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/lambda_hallway) +"eWP" = ( +/obj/structure/blob/normal, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"eXs" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/entrance_internal_hall) +"eXK" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"eXO" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"eXP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"eYb" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"eYn" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"eYM" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"eZR" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"faM" = ( +/obj/machinery/door/airlock/science/glass, +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"faN" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"fbn" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"fbq" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/deep_sci_feesh) +"fcg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"fck" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"fcp" = ( +/obj/machinery/door/poddoor{ + id_tag = "teleporter_catwalk" + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/lambda_teleporter) +"fcr" = ( +/mob/living/simple_animal/hostile/blackmesa/blackops/ranged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_button) +"feH" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"feI" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"feK" = ( +/obj/structure/table, +/obj/item/flamethrower/full, +/obj/item/tank/internals/plasma/empty, +/obj/item/tank/internals/plasma/empty, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"feX" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_hallway_two) +"feZ" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"ffQ" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/entrance_internal_hall) +"ffS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fgh" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"fgu" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"fgC" = ( +/obj/structure/table, +/obj/item/reagent_containers/hypospray/autoinjector, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"fgI" = ( +/obj/machinery/access_button/west{ + name = "Elevator Button" + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/genetics_elevator) +"fhZ" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"fie" = ( +/obj/structure/xen_crystal, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"fiv" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"fiA" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"fiC" = ( +/obj/structure/closet/crate/wooden, +/obj/item/food/meat, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"fje" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"fjl" = ( +/obj/machinery/light/directional/south, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"fjS" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/cryo_storage) +"fka" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/closet/l3closet/security, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"fkz" = ( +/obj/structure/fence/corner{ + dir = 9 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"fkB" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"fkH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"flK" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"fmd" = ( +/obj/structure/table, +/obj/item/camera, +/obj/item/storage/photo_album, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fmV" = ( +/obj/machinery/optable, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"fni" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"fnF" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/genetics_elevator) +"foa" = ( +/obj/structure/table, +/obj/machinery/computer/nonfunctional{ + name = "broken computer"; + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "laptop"; + dir = 2; + icon_keyboard = "laptop_key_lightmask"; + icon_screen = "laptop_broken" + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"fod" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"foH" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"foL" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"fpC" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/obj/item/assembly/signaler/anomaly/grav, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"fpQ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"fqj" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"fra" = ( +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"frM" = ( +/obj/structure/table, +/obj/item/food/fancy/doshik_spicy, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"frV" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fsf" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"fsq" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"fsL" = ( +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"ftv" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ftK" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"ftM" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"ftP" = ( +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"fuI" = ( +/obj/structure/table, +/obj/item/reagent_containers/hypospray/autoinjector/stimulants, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"fuL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/economy/vending/medical, +/obj/effect/turf_decal/siding/green{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"fvE" = ( +/obj/item/ammo_box/magazine/wt550m9, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"fvK" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop, +/area/awaymission/black_mesa/xen/entering_zone) +"fvM" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"fwX" = ( +/obj/structure/table, +/obj/item/kitchen/knife/combat, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"fxz" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_science_room) +"fxE" = ( +/mob/living/simple_animal/hostile/blackmesa/xen/bullsquid, +/turf/simulated/floor/beach/away/blackmesa/xen_acid, +/area/awaymission/black_mesa/xen/acid_lake) +"fxJ" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"fxY" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"fyd" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"fyP" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"fzi" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"fzj" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"fzo" = ( +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"fzy" = ( +/obj/structure/sign/xeno_warning_mining, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_hallway) +"fAv" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 6 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"fAH" = ( +/obj/structure/sign/poster/official/random/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fBe" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"fBf" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"fBh" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"fBG" = ( +/obj/machinery/door/poddoor{ + id_tag = "sectorcmain2" + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"fBJ" = ( +/obj/machinery/power/emitter{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"fBN" = ( +/obj/machinery/computer/nonfunctional, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"fCq" = ( +/obj/machinery/door/airlock/science/glass, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"fCN" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -28; + icon_state = "mirror_broke" + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/equipment_room) +"fCS" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/structure/alien/xenoweeds, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/equipment_room) +"fDl" = ( +/obj/structure/chair/sofa/bamboo/left, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"fDo" = ( +/obj/structure/largecrate, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"fDF" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"fDU" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"fFl" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"fGE" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"fHJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"fHO" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"fIC" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"fIX" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"fIZ" = ( +/obj/structure/railing, +/obj/structure{ + icon = 'icons/obj/machines/research.dmi'; + icon_state = "d_analyzer"; + name = "Destructive Analyzer"; + density = 1; + anchored = 1; + desc = "Learn science by destroying things!" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"fJF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fJZ" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"fKD" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"fLN" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"fMs" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"fMy" = ( +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"fMB" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"fNM" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"fNS" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa) +"fOx" = ( +/obj/machinery/computer/nonfunctional{ + dir = 2; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"fOB" = ( +/obj/machinery/light/directional/south, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"fOV" = ( +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fOY" = ( +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"fPh" = ( +/obj/machinery/computer/nonfunctional{ + dir = 2; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"fPl" = ( +/obj/machinery/door/airlock/science/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"fPn" = ( +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"fPp" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets/empty, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fPX" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"fQr" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"fQM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"fQV" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_hallway) +"fRD" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_button) +"fRH" = ( +/obj/machinery/economy/vending/snack/free, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"fRO" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"fRY" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"fSd" = ( +/obj/structure/closet, +/obj/item/toy/syndicateballoon/contractor, +/obj/item/card/id/prisoner, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"fSP" = ( +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"fST" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"fUM" = ( +/obj/structure/table, +/obj/item/paper, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"fVJ" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"fVU" = ( +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"fWa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"fWc" = ( +/obj/machinery/light/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"fWm" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"fWu" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"fWA" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/high_security_surgery) +"fWM" = ( +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_hallway) +"fXf" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"fXO" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"fXV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"fYx" = ( +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"fYF" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"fYK" = ( +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"fZl" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"fZt" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"gad" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"gae" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"gaz" = ( +/obj/item/chair, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"gaU" = ( +/turf/simulated/floor/beach/away/blackmesa/xen_acid, +/area/awaymission/black_mesa/xen/village_hallway) +"gbo" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/gas_emitter_chamber) +"gbu" = ( +/obj/structure/sign/science{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"gbW" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"gdi" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"gdy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_lobby) +"gdX" = ( +/obj/machinery/door/poddoor{ + id_tag = "sectorcmain" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"gdY" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"get" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"gev" = ( +/obj/structure/table, +/obj/item/geiger_counter, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"geO" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"gfi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"gfr" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"gfW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 9 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"ggn" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"ggE" = ( +/obj/structure/chair{ + dir = 4 + }, +/mob/living/simple_animal/hostile/blackmesa/hecu, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"ggX" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"ghq" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/genetics_sec) +"ghw" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"gjJ" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"gkP" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"gkS" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"glb" = ( +/turf/simulated/floor/beach/away/blackmesa/xen_acid, +/area/awaymission/black_mesa/xen/acid_lake) +"gly" = ( +/obj/machinery/light/directional/west, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"glC" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"gmt" = ( +/obj/structure/table, +/obj/item/tape/black_mesa/second_eas, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"gmw" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 6 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"gmy" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"gmI" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"gmP" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"gnh" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"gnB" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"gnZ" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"gol" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"got" = ( +/obj/structure/flora/tree/dead, +/obj/item/stack/rods, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"gov" = ( +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"goD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"gpv" = ( +/obj/structure/table, +/obj/item/grenade/gas/plasma, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"gpw" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"gpI" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/tram_tunnel) +"gpW" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/genetics_elevator) +"gpZ" = ( +/obj/structure/curtain/open{ + color = "#556B2F" + }, +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"gqw" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"gqO" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"gqY" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"grh" = ( +/obj/structure/table, +/obj/item/pizzabox/meat{ + pixel_y = 14 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"grl" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"grU" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130 + }, +/obj/machinery/light/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"gto" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"gtN" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/science_internal) +"gud" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"guJ" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"guL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + dir = 4 + }, +/obj/item/tank/internals/anesthetic, +/obj/structure/rack, +/obj/item/clothing/mask/breath/medical, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"guR" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"gvl" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"gvv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"gvG" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"gwD" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"gwO" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"gxb" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"gxj" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"gxv" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner"; + dir = 1 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"gxB" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/awaymission/black_mesa/resonant_chamber) +"gxC" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"gxJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"gxV" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"gyi" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"gyq" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"gyK" = ( +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"gzr" = ( +/obj/structure/table, +/obj/item/reagent_containers/hypospray/autoinjector/nanocalcium, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"gzv" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"gAm" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/black_ops_science_room) +"gAQ" = ( +/obj/structure/inflatable/door{ + color = "#556B2F"; + opacity = 1 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"gAT" = ( +/obj/structure/fence{ + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"gBb" = ( +/obj/structure/table, +/obj/item/scalpel/alien, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"gBe" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/pepper, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"gBA" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/closet/crate/can, +/obj/item/weaponcrafting/stock, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"gBL" = ( +/obj/structure/closet/crate/wooden, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/shotgun/buck, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"gCb" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"gCB" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_entrance) +"gCJ" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"gCY" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"gDe" = ( +/obj/structure/rack, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"gEn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"gEs" = ( +/obj/machinery/light/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"gHa" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"gHe" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"gHk" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"gHz" = ( +/obj/structure/closet, +/obj/structure/alien/xenoweeds, +/obj/item/shield/riot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"gHP" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"gHV" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"gJm" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/entrance_internal_hall) +"gJn" = ( +/obj/structure/xen_crystal, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"gJY" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"gLa" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/machinery/light/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"gMj" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"gMk" = ( +/obj/structure/table, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"gMF" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"gMY" = ( +/obj/effect/mob_spawn/human/corpse/doctor{ + id = null; + pickable_species = list("Human") + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"gNk" = ( +/obj/machinery/computer/crew{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"gNo" = ( +/obj/item/book/manual/wiki/chef_recipes, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"gOd" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"gOt" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"gPn" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"gPT" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"gQq" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"gQA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_computers) +"gRd" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"gRP" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"gSd" = ( +/obj/structure/railing, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_button) +"gSe" = ( +/obj/structure/table, +/obj/item/gun/projectile/automatic/m90, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"gSi" = ( +/obj/machinery/light_construct/directional/south, +/obj/structure/closet/crate/can, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"gSl" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"gSn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/genetics) +"gSC" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/acid_lake_building) +"gTf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"gTm" = ( +/obj/machinery/chem_dispenser, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"gTu" = ( +/obj/machinery/light/directional/west, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"gTQ" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"gUm" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"gUz" = ( +/obj/structure/closet/secure_closet, +/obj/item/clothing/shoes/jackboots, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/storage/belt/military, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"gVq" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"gVN" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"gWu" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"gXj" = ( +/obj/machinery/computer/nonfunctional{ + dir = 2; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"gXB" = ( +/obj/structure/table, +/obj/item/radio{ + icon_state = "radio"; + name = "old radio" + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"gXU" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/glass, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"gXY" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"gYd" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"gZk" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"gZB" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"gZR" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/obj/structure/sign/biohazard, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"han" = ( +/obj/structure/table/wood, +/obj/item/food/monstermeat/xenomeat, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"haK" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"hbJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/black_ops_hallway_two) +"hcd" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"hcf" = ( +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"hcm" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"hcP" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_hallway_two) +"hdw" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"hdx" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"hdF" = ( +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"hdH" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"hdI" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"heo" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"heE" = ( +/obj/machinery/door/airlock/bathroom, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"heL" = ( +/obj/structure/table, +/obj/machinery/computer/nonfunctional{ + name = "broken computer"; + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "laptop"; + dir = 8; + icon_keyboard = "laptop_key_lightmask"; + icon_screen = "laptop_broken" + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"heN" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"hgb" = ( +/obj/structure/rack, +/obj/item/lightreplacer, +/obj/item/stack/cable_coil/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"hhE" = ( +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"hhM" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"hhW" = ( +/obj/machinery/computer/nonfunctional, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/scientist_hall) +"hic" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"hil" = ( +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"hiu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"hiy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"hiI" = ( +/obj/structure/closet/crate/wooden, +/obj/item/flashlight, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"hiP" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"hjc" = ( +/obj/structure/closet, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"hjd" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"hjh" = ( +/obj/machinery/door/airlock/science/glass, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"hjx" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"hjO" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"hky" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"hkE" = ( +/obj/structure/closet/secure_closet, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"hkX" = ( +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/black_ops_button) +"hlJ" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"hmn" = ( +/obj/structure/table/wood, +/obj/item/tank_brush, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"hmQ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"hmX" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/freeman_arena) +"hmY" = ( +/obj/structure/rack, +/obj/item/assembly/signaler, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"hns" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"hov" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"hoQ" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"hoZ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"hpC" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"hqJ" = ( +/obj/structure/fence/door, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"hra" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"hrd" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/high_security_hallway) +"hri" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"hrl" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"hsL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/resonant_chamber) +"hsS" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"htb" = ( +/obj/effect/bump_teleporter{ + id = "xenup2"; + id_target = "xendown2" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"huL" = ( +/obj/machinery/door/poddoor/preopen, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"hvb" = ( +/obj/structure/largecrate, +/obj/structure/largecrate, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"hvc" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"hvh" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"hvE" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"hwz" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"hwZ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"hxC" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"hyk" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"hyS" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"hzy" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_hall) +"hzz" = ( +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/structure/table, +/obj/item/defibrillator/loaded, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"hzI" = ( +/obj/structure/rack, +/obj/item/ammo_box/c9mm, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"hAu" = ( +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"hAT" = ( +/obj/structure/curtain/open, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"hAW" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_uplift{ + pixel_x = 10 + }, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"hBk" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"hBy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_large_office) +"hCg" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"hCj" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"hDi" = ( +/obj/effect/bump_teleporter{ + id = "short1"; + id_target = "short2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/entrance_lobby) +"hDt" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"hDw" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"hDG" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"hEM" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"hER" = ( +/obj/structure/rack, +/obj/item/assembly/shock_kit, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"hGf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"hGp" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"hGD" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"hGS" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"hHF" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/effect/turf_decal/siding/blue, +/obj/structure/window/reinforced{ + layer = 4.2 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"hHT" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"hIf" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"hIk" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"hIr" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"hIO" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"hIQ" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 9 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"hJy" = ( +/obj/structure/table, +/obj/item/gun/projectile/automatic/pistol/beretta, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa) +"hKb" = ( +/obj/structure/chair/office/dark, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"hKN" = ( +/obj/structure/table, +/obj/item/lighter/random, +/obj/item/storage/fancy/cigarettes/cigpack_uplift{ + pixel_x = 10 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_y = 10; + pixel_x = -9 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"hLf" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_button) +"hLT" = ( +/obj/item/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"hLV" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/tram_room) +"hMp" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"hMz" = ( +/turf/simulated/floor/beach/away/blackmesa/xen_acid, +/area/awaymission/black_mesa/xen/freeman_hallway) +"hML" = ( +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"hNf" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"hNj" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"hNN" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/high_security_servers) +"hOh" = ( +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/science_internal) +"hOn" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"hOx" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"hPO" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"hQh" = ( +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"hQB" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"hRi" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"hRl" = ( +/obj/item/trash/candy, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"hSO" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"hTh" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/high_security_hallway) +"hTG" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"hUH" = ( +/obj/machinery/optable, +/obj/effect/gibspawner/xeno, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"hUI" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"hUZ" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"hVz" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_atrium) +"hVB" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"hWk" = ( +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"hWM" = ( +/obj/structure/gunrack, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"hWN" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"hWV" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/blue, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"hXe" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"hXp" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/paper{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/pen, +/obj/item/folder/red{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"hXX" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"hYc" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"hZJ" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"hZX" = ( +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/deep_sci_turret) +"iah" = ( +/obj/machinery/door/airlock/science/glass, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"iaA" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ibM" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"ibZ" = ( +/obj/structure/table/reinforced, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5 + }, +/obj/item/assembly/signaler/anomaly/bluespace, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"ict" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"icx" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"icy" = ( +/obj/machinery/light/directional/west, +/obj/machinery/porta_turret/syndicate/black_mesa/blackops, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"idq" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"idQ" = ( +/obj/machinery/gateway, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"ief" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"iew" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"ieG" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/tea, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 4 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"ieY" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"ifL" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ifO" = ( +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"igy" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"igU" = ( +/obj/item/storage/box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"ihp" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"ihr" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"ihO" = ( +/mob/living/simple_animal/hostile/blackmesa/blackops/ranged, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"iio" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"iiS" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"iiZ" = ( +/obj/structure/alien/xenoweeds, +/obj/item/kirbyplants, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"ijb" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/wt550m9, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"ikb" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"ikc" = ( +/obj/machinery/door/poddoor{ + id_tag = "biolabs" + }, +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"ikE" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_server) +"ikK" = ( +/obj/structure/table, +/obj/structure/railing, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"ikQ" = ( +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/genetics_elevator) +"ikV" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"iln" = ( +/obj/structure/fence, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"ilz" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_medbay) +"ilL" = ( +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"imm" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"imv" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"imF" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"imP" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"imQ" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"imS" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/awaymission/black_mesa/hecu_zone_camp) +"imX" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/genetics) +"inc" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"iot" = ( +/obj/structure/railing/corner, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"iox" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"ipw" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"ipA" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"ipB" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"ipV" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"iqw" = ( +/obj/item/target, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"iqA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"iqE" = ( +/obj/machinery/optable, +/obj/item/clothing/gloves/color/latex, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"irq" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 8 + }, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"isF" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"itM" = ( +/obj/structure/table, +/obj/item/assembly/signaler/anomaly/flux, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"itW" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 6 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"itY" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"iua" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"iud" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"ivk" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"ivV" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"ivZ" = ( +/obj/structure/table, +/obj/item/retractor/alien, +/obj/item/cautery/alien, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"iwO" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/black_ops_science_room) +"iwV" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ixB" = ( +/obj/item/food/beans, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"iyO" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"iyQ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"izs" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"iAP" = ( +/obj/structure/closet/crate/wooden, +/obj/item/kitchen/knife/combat, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"iBg" = ( +/obj/structure/gunrack, +/obj/item/ammo_box/n762, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"iBz" = ( +/obj/structure/table/glass, +/obj/item/assembly/igniter{ + pixel_x = -2 + }, +/obj/item/assembly/igniter{ + pixel_y = -1 + }, +/obj/item/stack/cable_coil/yellow, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/screwdriver, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"iCo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"iCI" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"iCR" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"iDd" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"iDh" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/food/muffin, +/obj/item/food/muffin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/food/poppypretzel, +/obj/item/food/plum_pie, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"iEm" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/structure/window/reinforced{ + layer = 4.2 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"iEv" = ( +/obj/structure/fence, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"iEw" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"iEN" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"iEU" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"iFq" = ( +/obj/machinery/door/airlock/command/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"iFr" = ( +/obj/structure/table, +/obj/machinery/computer/library{ + pixel_y = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"iFv" = ( +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"iFw" = ( +/obj/item/shovel, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"iFI" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"iFR" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_hall) +"iHf" = ( +/obj/structure/sign/xeno_warning_mining, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_emitter) +"iHr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"iHC" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/table, +/obj/item/kitchen/knife/combat/survival, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/equipment_room) +"iIo" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"iIy" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"iJd" = ( +/obj/structure/fluff/paper{ + dir = 6 + }, +/obj/structure/fluff/paper/stack{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"iJx" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/resonant_chamber) +"iKb" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/magical{ + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"iKx" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "computer"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"iKF" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 9 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"iLR" = ( +/obj/machinery/light/directional/north, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"iMc" = ( +/obj/item/ammo_box/magazine/wt550m9, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"iNb" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"iNd" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"iNC" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"iNF" = ( +/obj/structure/closet/l3closet/security, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"iNU" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"iOc" = ( +/obj/structure/railing, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_button) +"iOj" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake) +"iOl" = ( +/obj/structure/table, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/equipment_room) +"iOX" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"iPm" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"iPv" = ( +/obj/structure/table, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"iPU" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"iPV" = ( +/turf/simulated/floor/redgrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"iPW" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"iQm" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"iQJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"iQK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"iQT" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/genetics_elevator) +"iQV" = ( +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"iRm" = ( +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"iSY" = ( +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"iTn" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"iTM" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"iUc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"iUe" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"iUg" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"iUm" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"iUq" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"iVf" = ( +/obj/machinery/light/directional/west, +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_hallway) +"iVz" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/m90, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"iVT" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/cryo_room) +"iWp" = ( +/obj/item/wrench, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"iWu" = ( +/obj/item/pickaxe/mini, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/cryo_room) +"iWF" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"iWK" = ( +/obj/structure/rack, +/obj/item/assembly/prox_sensor, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"iWV" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/genetics_elevator) +"iXc" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"iXT" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/rods, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"iYj" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"iYu" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"iYA" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"iYQ" = ( +/obj/structure/inflatable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_camp) +"iYS" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"iZg" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"jap" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"jaA" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"jaZ" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"jbR" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"jca" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"jcg" = ( +/obj/machinery/light_construct/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"jcq" = ( +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"jcs" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"jcD" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/redgrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"jdo" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_hallway) +"jfT" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/village_hallway) +"jgb" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"jge" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"jgq" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"jgF" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/black_ops_entrance) +"jgN" = ( +/obj/machinery/door/poddoor{ + id_tag = "biolabs" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"jhc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"jhk" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"jhs" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"jhO" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"jhV" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"jif" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/deep_sci_feesh) +"jiD" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"jji" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"jjx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/patriot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"jjJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"jjK" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"jka" = ( +/obj/structure/closet/crate/wooden, +/obj/item/food/fancy/doshik_spicy, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"jkk" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"jks" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"jkJ" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"jkM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_computers) +"jlm" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"jls" = ( +/obj/item/chair, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"jlK" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/entrance) +"jlT" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"jlW" = ( +/obj/structure/table, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"jmf" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"jmt" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/assembly/signaler/anomaly/random, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"jmv" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"jmV" = ( +/obj/structure/closet, +/obj/item/clothing/glasses/meson/fluff/book_berner_1, +/obj/item/clothing/suit/storage/labcoat, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"jog" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"joJ" = ( +/mob/living/simple_animal/hostile/blackmesa/blackops/ranged, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"jpz" = ( +/obj/structure/closet/crate/can, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"jpP" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/acid_lake) +"jrB" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"jrC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"jrT" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/gas_emitter_chamber) +"jsj" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"jsy" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"jsE" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"jtE" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"jtF" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"juh" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"jva" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"jvq" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"jvD" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"jvW" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"jvZ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_entrance) +"jwc" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"jwD" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/resonant_chamber) +"jwL" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"jxZ" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"jyL" = ( +/obj/structure/sink/directional/west, +/obj/item/clothing/suit/chef/classic{ + name = "Jim Norton's Quebecois Coffee apron" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"jyU" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"jzj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/power/emitter{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"jzm" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"jzI" = ( +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/lambda_teleporter) +"jAL" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"jCt" = ( +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "blackbox"; + name = "blackbox"; + density = 1; + anchored = 1; + desc = "Some kind of machine." + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"jCK" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"jCN" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/stairs/right, +/area/awaymission/black_mesa/entrance_internal_hall) +"jCX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"jCZ" = ( +/obj/structure/table, +/obj/item/pen, +/obj/item/paper, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"jDN" = ( +/obj/structure/bed/mattress, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"jEz" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"jFC" = ( +/obj/structure/table, +/obj/item/phone, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"jFG" = ( +/obj/structure/closet, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"jFJ" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/security_outpost) +"jFQ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/cryo_hallway) +"jFS" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"jGc" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"jGd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/security_outpost) +"jGv" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"jGZ" = ( +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"jHk" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"jHl" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/obj/item/paper/researchnotes, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"jHF" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"jIh" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"jIH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_sec_point) +"jJg" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"jJn" = ( +/obj/structure/curtain, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"jJo" = ( +/obj/machinery/door/airlock/science, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"jJr" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "relay_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"jKh" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"jKr" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"jLi" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"jLu" = ( +/obj/structure/sign/chemistry{ + pixel_y = -32 + }, +/obj/item/taperecorder/empty, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"jLO" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"jMr" = ( +/obj/item/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"jME" = ( +/turf/simulated/mineral/ancient, +/area/awaymission/black_mesa/high_security_servers) +"jMF" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"jNg" = ( +/obj/structure/table, +/obj/item/assembly/signaler/anomaly/random, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"jNN" = ( +/obj/structure/holosign/barrier, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"jOm" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "teleporter"; + name = "Teleporter Access Control" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_button) +"jOQ" = ( +/obj/structure/table, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"jPD" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"jPN" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"jQc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"jQC" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"jRd" = ( +/obj/structure/cursed_slot_machine, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"jRH" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_medbay) +"jSI" = ( +/obj/structure/table, +/obj/item/grenade/xen_crystal, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"jTd" = ( +/obj/structure/railing, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"jTT" = ( +/turf/simulated/floor/beach/away/coastline/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"jUd" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"jUh" = ( +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"jUm" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"jUS" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"jVr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"jVs" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"jWc" = ( +/obj/machinery/light/directional/south, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"jWv" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"jWM" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"jWQ" = ( +/obj/structure/table, +/obj/item/stack/ore/bluespace_crystal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"jYs" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"jYB" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/tram_room) +"jYW" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"jZT" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"kag" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"kai" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/bruise_pack, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"kal" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"kaz" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"kaK" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"kaO" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"kbt" = ( +/obj/structure/rack, +/obj/item/assembly/igniter, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"kbv" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"kbN" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"kbO" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 10 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"kbV" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"kbX" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"kcY" = ( +/obj/structure/chair/sofa/bench, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"kdh" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"kdz" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"kdL" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"kem" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"keo" = ( +/obj/structure/sign/radiation{ + pixel_y = 32 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"keq" = ( +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"keG" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"kfn" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"kfX" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"kgg" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"kgv" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"kgw" = ( +/obj/item/flashlight/lantern, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"kht" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"khv" = ( +/obj/structure/table, +/obj/item/assembly/signaler/anomaly/cryo, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"khH" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"khN" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"kig" = ( +/obj/structure/gunrack, +/obj/effect/decal/cleanable/dirt, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"kii" = ( +/obj/structure/chair/sofa/bamboo/right, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"kik" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"kin" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"kiu" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"kiC" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/science_internal) +"kiK" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"kjE" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"kkn" = ( +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"kkT" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"klc" = ( +/obj/structure/barricade/sandbags, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"kly" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"klD" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"klF" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"kmP" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/high_security_servers) +"kni" = ( +/obj/structure/railing/cap/reversed{ + dir = 1 + }, +/obj/structure/railing/cap/normal, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"knL" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/reagent_containers/hypospray/autoinjector/stimulants, +/obj/item/reagent_containers/hypospray/autoinjector/nanocalcium, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"koI" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"kpg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"kpk" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"kpR" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"kpV" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"kqh" = ( +/obj/item/reagent_containers/drinks/bottle/vodka, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"kqI" = ( +/obj/machinery/light/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"kqK" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"krk" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"krn" = ( +/obj/machinery/light/directional/south, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_button) +"krv" = ( +/obj/machinery/economy/vending/cola/red, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"krR" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"krZ" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"ksI" = ( +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"ktr" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"ktK" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"ktP" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"ktX" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"kum" = ( +/obj/structure/railing, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"kuu" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/science_labs) +"kuy" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"kuM" = ( +/obj/item/ammo_box/magazine/m556{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/rack, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"kuN" = ( +/obj/machinery/porta_turret/syndicate/black_mesa/blackops, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"kuQ" = ( +/obj/structure/gunrack, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"kwz" = ( +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"kwE" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"kwL" = ( +/obj/structure/statue/gold/rd, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"kwU" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"kwV" = ( +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"kxy" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"kyg" = ( +/obj/structure/headspear, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"kzB" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"kzE" = ( +/obj/machinery/door/airlock/science/glass, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"kAJ" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"kBd" = ( +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"kBB" = ( +/obj/structure/table, +/obj/item/paper/researchnotes, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"kBM" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/high_security_emitter) +"kBN" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "blackcorner"; + dir = 4 + }, +/area/awaymission/black_mesa/entrance_lobby) +"kBY" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"kCx" = ( +/obj/machinery/atmospherics/unary/tank/carbon_dioxide, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"kCO" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/gas_emitter_chamber) +"kCU" = ( +/obj/effect/bump_teleporter{ + id = "xenup"; + id_target = "xendown" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"kDf" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"kDs" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/deep_sci_turret) +"kDY" = ( +/obj/structure/chair/sofa/bench{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"kEc" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"kEn" = ( +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"kEv" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"kEF" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"kEM" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"kEO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_hall) +"kFR" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"kGj" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/deep_sci_hall) +"kIR" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/structure/table, +/obj/item/clothing/accessory/armband/cargo, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"kIW" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"kJz" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"kKt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"kLl" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"kLw" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"kLL" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 10 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"kLY" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"kMr" = ( +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"kMu" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"kNg" = ( +/obj/machinery/light/directional/east, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"kNJ" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"kOC" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"kOQ" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"kPc" = ( +/obj/structure/window/reinforced, +/obj/structure/closet, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"kPp" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"kPq" = ( +/obj/machinery/light/directional/south, +/obj/structure/flora/rock, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"kPI" = ( +/obj/structure/table/reinforced, +/obj/structure/railing{ + dir = 4 + }, +/obj/item/paper/researchnotes, +/obj/item/pen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"kPM" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"kQb" = ( +/obj/item/storage/firstaid/regular, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"kQd" = ( +/obj/structure/table, +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/alien/xenoweeds, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"kQi" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"kQl" = ( +/obj/structure/table, +/obj/item/crowbar/freeman{ + pixel_y = 10 + }, +/obj/machinery/door_control/shutter{ + id = "biolabs"; + name = "Biolabs Blastdoor Control" + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/resonant_chamber) +"kQr" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/awaymission/black_mesa/resonant_chamber) +"kRb" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/bbqsauce, +/obj/item/reagent_containers/condiment/diablo_sauce, +/obj/item/reagent_containers/condiment/tomato_sauce, +/obj/item/reagent_containers/condiment/garlic_sauce, +/obj/item/reagent_containers/drinks/chicken_soup, +/obj/item/reagent_containers/drinks/chicken_soup, +/obj/item/reagent_containers/drinks/chicken_soup, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"kRr" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"kRH" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"kRO" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"kSR" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"kSZ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"kTb" = ( +/obj/machinery/door/poddoor{ + id_tag = "biolabs" + }, +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/awaymission/black_mesa/cryo_hallway) +"kTv" = ( +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"kUq" = ( +/obj/structure/spacevine, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"kUw" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + name = "broken computer"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"kVy" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"kWk" = ( +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"kWP" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"kWR" = ( +/obj/machinery/economy/vending/cola/free, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"kXg" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"kXz" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"kXH" = ( +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"kXM" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/dorm_tunnel) +"kXV" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/deep_sci_turret) +"kXZ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"kYs" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"kYD" = ( +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"kZm" = ( +/obj/structure/chair/sofa/corp{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"kZE" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"lam" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/tram_room) +"lar" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"laz" = ( +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"laJ" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"lbd" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/deep_sci_turret) +"lbj" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"lbw" = ( +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"lbW" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"lce" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"lcy" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"lcz" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"lcX" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"ldo" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 5 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"ldX" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 5 + }, +/obj/structure/closet/crate/can, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"leY" = ( +/obj/machinery/status_display{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"lgH" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"lgI" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"lhm" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"liq" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"ljD" = ( +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ljT" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"lkl" = ( +/obj/structure/closet/secure_closet, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/shoes/jackboots, +/obj/item/flash, +/obj/item/storage/belt/military, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"lkt" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"lkL" = ( +/obj/structure/railing/corner, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"lkQ" = ( +/obj/structure/inflatable/door{ + color = "#556B2F"; + opacity = 1 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"lld" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"llO" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"lmi" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/stack/telecrystal/twenty, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"lml" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"lmr" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/xen_crystal, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"lmy" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 4 + }, +/area/awaymission/black_mesa/lambda_teleporter) +"lmV" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"lmZ" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"lnj" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"lnI" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/folder/blue, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"lnQ" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"loB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/reflector/box{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"lpL" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"lpY" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"lql" = ( +/obj/structure/table, +/obj/item/storage/firstaid/surgery{ + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"lqR" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_hallway) +"lqS" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"lrb" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"lro" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"lrt" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"lrK" = ( +/obj/machinery/power/emitter{ + dir = 4; + anchored = 1 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/redgrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"lsb" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"lsj" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"lsT" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/genetics_elevator) +"lta" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"lte" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_medbay) +"ltj" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ltT" = ( +/obj/structure/fence, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"luI" = ( +/obj/structure/table, +/obj/item/clipboard, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"lvD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/red, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/obj/structure/closet/secure_closet/medical2{ + locked = 0 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"lvJ" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/structure/railing, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/deep_sci_turret) +"lvN" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"lwp" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"lwx" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"lwC" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"lwD" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"lxh" = ( +/obj/structure/railing/cap/reversed{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"lxi" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"lxu" = ( +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"lxB" = ( +/obj/machinery/light/small/built/east, +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"lxF" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/security_outpost) +"lya" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"lyD" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/lost_camp) +"lyG" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"lyJ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"lzo" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"lzF" = ( +/obj/structure/railing/cap/normal{ + dir = 1 + }, +/obj/structure/railing/cap/reversed, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"lAt" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_hallway) +"lAx" = ( +/obj/structure/sign/poster/official/random/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"lAQ" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"lBi" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"lBQ" = ( +/obj/structure/table, +/obj/item/folder, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"lCm" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"lCw" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/scientist_hall) +"lCA" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"lCF" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_emitter) +"lCM" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"lDc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/science_decon_room) +"lDh" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"lDK" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"lEA" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"lEO" = ( +/obj/structure/table, +/obj/machinery/light_construct/directional/north, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"lET" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"lFG" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_button) +"lFO" = ( +/obj/item/clothing/accessory/armband/engine, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"lFP" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"lGh" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_camp) +"lGV" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"lHs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"lHF" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"lHU" = ( +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"lIs" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"lIL" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"lJG" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"lKn" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/beach/away/coastline/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"lKw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"lKx" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"lKB" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"lLt" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/item/radio{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"lLI" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"lMA" = ( +/obj/item/bodyanalyzer/advanced, +/obj/structure/table, +/obj/item/handheld_defibrillator, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"lML" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/gas_emitter_chamber) +"lMU" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"lNi" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"lNH" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/blood/old, +/obj/item/assembly/signaler/anomaly/pyro, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"lOL" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"lPH" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"lPM" = ( +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"lPN" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"lQm" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"lQx" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"lRc" = ( +/obj/structure/closet/crate/can, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"lRe" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_hallway_two) +"lRj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"lRr" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"lRP" = ( +/obj/machinery/computer/nonfunctional, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"lSY" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"lTy" = ( +/obj/structure/table, +/obj/item/food/fancy/doshik, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"lUo" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"lUJ" = ( +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"lWe" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"lWA" = ( +/obj/structure/mineral_door/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"lWK" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_y = 10; + pixel_x = 9 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"lXl" = ( +/obj/structure/table, +/obj/item/stack/telecrystal/fifty, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"lXo" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"lYk" = ( +/obj/machinery/door/airlock/science, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"lYn" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"lYC" = ( +/obj/machinery/economy/vending/janidrobe, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"lYY" = ( +/obj/machinery/door/poddoor{ + id_tag = "biolabs" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"lZe" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"lZi" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"lZl" = ( +/obj/structure/closet, +/obj/item/storage/toolbox/syndicate, +/obj/item/card/id/prisoner, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"lZs" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"lZz" = ( +/obj/effect/turf_decal/siding/trimline/brown/corner{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"mae" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"maG" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"maH" = ( +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"mbh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/economy/vending/medidrobe, +/obj/effect/turf_decal/siding/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"mbB" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"mck" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"mcy" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"mcK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/power/emitter{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"mdm" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 9 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"mdI" = ( +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"mdS" = ( +/obj/machinery/autolathe, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"mdX" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/pack/ketchup, +/obj/item/reagent_containers/condiment/pack/hotsauce, +/obj/item/reagent_containers/condiment/pack/hotsauce, +/obj/item/reagent_containers/condiment/pack/ketchup, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"meh" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"mfO" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"mfQ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"mga" = ( +/obj/machinery/porta_turret/syndicate/black_mesa, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"mgk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_lobby) +"mgS" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"mhy" = ( +/obj/structure/sign/xeno_warning_mining{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"mhB" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"mhL" = ( +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/scientist_hall) +"miy" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"mja" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"mjb" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"mjI" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/science_internal) +"mjU" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/lambda_teleporter) +"mkw" = ( +/obj/structure{ + icon = 'icons/obj/machines/gravity_generator.dmi'; + icon_state = "generator_body"; + name = "gravitational generator"; + density = 1; + anchored = 1; + layer = 3.1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"mky" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"mkI" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_hallway) +"mkM" = ( +/obj/structure/table, +/obj/item/instrument/guitar, +/obj/item/deck/cards/black, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"mkU" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"mlf" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"mli" = ( +/obj/structure/alien/xenoweeds, +/obj/machinery/door_control/shutter/west{ + id = "sectorcmain2" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"mlK" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"mlN" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"mmc" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/equipment_room) +"mmv" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"mna" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"mnL" = ( +/turf/simulated/wall/indestructible/boss, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"mob" = ( +/mob/living/simple_animal/hostile/blackmesa/sec/ranged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"mog" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"moi" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/science_decon_room) +"moj" = ( +/obj/structure/table, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"mok" = ( +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"moQ" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"mpn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"mpu" = ( +/obj/machinery/door_control/shutter/east{ + id = "nihi"; + req_access = list(271) + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"mpE" = ( +/turf/simulated/floor/beach/away/coastline/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"mpR" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"mpV" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_hallway) +"mpX" = ( +/obj/machinery/chem_master, +/obj/structure/reagent_dispensers/fueltank/chem/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"mqa" = ( +/obj/structure/table, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"mqJ" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"mrC" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"mrZ" = ( +/obj/machinery/smartfridge/secure/chemistry, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"msB" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"mtw" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_hallway_two) +"mtH" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"mvB" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"mwb" = ( +/obj/machinery/light/directional/north, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"mwg" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"mwp" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/awaymission/black_mesa/science_internal) +"mwB" = ( +/mob/living/simple_animal/hostile/blackmesa/sec, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"mwW" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"mxd" = ( +/obj/structure/sink/puddle/healing, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"mxS" = ( +/obj/structure/table/abductor, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"mxV" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_surgery) +"myv" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_hall) +"mzl" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"mzF" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"mzI" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"mAW" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130 + }, +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"mBt" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"mBw" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/village_hallway) +"mBO" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"mCE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_button) +"mCH" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"mCV" = ( +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"mDg" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"mDm" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"mDy" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"mDG" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/black_mesa/security_outpost) +"mEC" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa) +"mEZ" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"mFn" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"mFF" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"mFY" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"mHz" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"mHK" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"mIc" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"mIE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"mIM" = ( +/obj/structure/xen_crystal, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"mIR" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"mJo" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"mJu" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"mJw" = ( +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"mJy" = ( +/obj/machinery/economy/vending/coffee/free, +/obj/structure/sign/poster/official/random/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"mJI" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"mKp" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"mKq" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"mKs" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"mLs" = ( +/obj/structure/railing, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"mLZ" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"mMa" = ( +/obj/effect/bump_teleporter/lambda{ + id = "lambda_xen3"; + id_target = "lambda_lab_gate"; + color = "lime" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"mMq" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/obj/structure/fluff/tram_rail, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"mMJ" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"mML" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"mMZ" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"mNM" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"mNY" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"mOs" = ( +/obj/structure/table, +/obj/machinery/light_construct/directional/north, +/obj/item/folder/red, +/obj/item/assembly/signaler/anomaly/vortex, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"mOG" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"mOJ" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"mOZ" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"mPy" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"mPD" = ( +/obj/structure/railing, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"mPR" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"mPU" = ( +/obj/structure/alien/resin/wall, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"mQC" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/pfork, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"mQD" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"mQK" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"mQR" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/stairs/left, +/area/awaymission/black_mesa/equipment_room) +"mQW" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/equipment_room) +"mRC" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"mSg" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/red, +/obj/structure/closet/crate/medical, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment/advanced, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"mSq" = ( +/obj/structure/closet, +/obj/structure/alien/xenoweeds, +/obj/item/clothing/head/helmet, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"mSt" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"mSL" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"mTe" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"mTm" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"mTx" = ( +/obj/item/book/granter/crafting_recipe/dusting, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"mTG" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"mTL" = ( +/obj/item/tape/black_mesa/third_hecu, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"mTU" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"mUn" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/black_ops_science_room) +"mVb" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"mVB" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"mVH" = ( +/obj/structure/rack, +/obj/item/grenade/plastic/c4, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"mVL" = ( +/obj/structure/table, +/obj/item/paper, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"mWc" = ( +/obj/machinery/chem_master, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"mWo" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"mWu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/ore/bluespace_crystal/refined{ + amount = 2 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"mXa" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"mXp" = ( +/obj/structure/sign/poster/official/random/south, +/obj/item/flag/species/human, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"mXr" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"mXR" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"mYp" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_sec_point) +"mYx" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"mYJ" = ( +/obj/structure/barricade/sandbags, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"mZb" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"mZM" = ( +/obj/structure/table, +/obj/item/shield/riot/tele, +/obj/machinery/light_construct/directional/west, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/equipment_room) +"mZT" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"mZX" = ( +/obj/item/weaponcrafting/gunkit/accelerator, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/science_internal) +"naa" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"nak" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/entrance_large_office) +"naq" = ( +/obj/structure/chair/sofa/bench/right, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"naB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"naK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_atrium) +"naV" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"nbM" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"ncb" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"ncp" = ( +/obj/structure/sink/puddle/healing, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"ncG" = ( +/obj/structure/table, +/obj/item/food/beans, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"ncU" = ( +/obj/structure/table/wood, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"ndr" = ( +/obj/structure/billboard/space_cola{ + pixel_y = 3 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"ndw" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"ndz" = ( +/obj/structure/railing/cap/reversed{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"ndD" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/power/emitter{ + anchored = 1 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"nea" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"nfC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"nfH" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"ngq" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"ngN" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"ngU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"nhd" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/machinery/light/directional/west, +/obj/item/storage/firstaid/regular/doctor, +/obj/item/storage/firstaid/regular/doctor, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"nhf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"nio" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"nix" = ( +/obj/machinery/light/directional/south, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"niK" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"njg" = ( +/obj/structure/table, +/obj/item/ashtray/bronze, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/laser_pointer/red, +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"njy" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"njE" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/gibspawner/human, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"njT" = ( +/obj/machinery/door/poddoor{ + id_tag = "teleporter" + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_hall) +"njV" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"nkg" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/beach/away/blackmesa/xen_acid, +/area/awaymission/black_mesa/xen/acid_lake) +"nkY" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"nlz" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_turret) +"nlI" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/acid_lake) +"nmA" = ( +/turf/simulated/wall/mineral/wood, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"nmK" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/resonant_chamber) +"nnb" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"nnq" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"nof" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"noB" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"noU" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"npr" = ( +/obj/machinery/computer/nonfunctional{ + dir = 2; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"npw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"nqe" = ( +/obj/structure/inflatable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"nqn" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/awaymission/black_mesa/hecu_zone_atrium) +"nqq" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"nqu" = ( +/obj/structure/rack, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"nrj" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_hallway_two) +"nru" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"nsg" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"nsl" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"nts" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"ntL" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ntM" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"ntN" = ( +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"ntP" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"ntU" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/wt550, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"nup" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"nvG" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"nvH" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_armory) +"nvI" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"nvO" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"nwm" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"nwB" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"nwT" = ( +/obj/structure/closet/secure_closet, +/obj/item/clothing/mask/balaclava, +/obj/item/kitchen/knife/combat, +/obj/item/grenade/smokebomb, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"nxH" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"nyy" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"nyE" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 6 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"nzJ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"nAw" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_hall) +"nAy" = ( +/obj/structure/table, +/obj/item/trash/snack_bowl, +/obj/structure/noticeboard{ + pixel_y = 32; + layer = 3.1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"nBd" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 8 + }, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"nBm" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/genetics_sec) +"nCg" = ( +/obj/machinery/light/directional/west, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"nCQ" = ( +/obj/structure/barricade/wooden{ + layer = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"nDj" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"nDw" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"nEp" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"nEy" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/genetics) +"nFf" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"nFj" = ( +/obj/structure/chair/office/dark, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"nFK" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"nGp" = ( +/obj/structure/alien/xenoweeds, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"nHf" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "message_server"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"nHH" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"nHJ" = ( +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"nHK" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"nID" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"nJb" = ( +/obj/structure/barricade/wooden{ + layer = 4 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"nKj" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/beach/away/blackmesa/electric, +/area/awaymission/black_mesa/employee_dorm_room) +"nKq" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_hall) +"nKw" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"nKH" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"nLg" = ( +/obj/machinery/door/airlock/science/glass, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"nLp" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"nLB" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"nLE" = ( +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"nLK" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"nLL" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"nMf" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/structure/fluff/tram_rail, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"nMo" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"nMp" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/high_security_hallway) +"nMz" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"nNc" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"nNh" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"nNm" = ( +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"nOa" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"nOG" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"nOT" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"nPs" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"nPN" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"nQI" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"nQR" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"nSi" = ( +/obj/machinery/light/directional/north, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"nSk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/black_mesa/high_security_hallway) +"nSs" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"nSy" = ( +/obj/machinery/smartfridge/secure/chemistry, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"nSD" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"nSG" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"nSO" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"nTq" = ( +/obj/machinery/atmospherics/portable/scrubber/huge, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"nTw" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"nUi" = ( +/obj/machinery/door/poddoor{ + id_tag = "biolabs" + }, +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"nVH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"nWb" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"nWx" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"nWB" = ( +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"nWT" = ( +/obj/item/tape/black_mesa/second_hecu, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"nXD" = ( +/obj/machinery/gateway/centeraway{ + calibrated = 0; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"nXH" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"nXQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"nXT" = ( +/obj/structure/fence, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"nYv" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/machinery/light/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"nYy" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"nYY" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"nZc" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel/dark{ + icon_state = "blackcorner"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_lobby) +"nZK" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"oaf" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"oao" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"oaH" = ( +/obj/item/stack/rods, +/mob/living/simple_animal/hostile/blackmesa/xen/bullsquid, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/acid_lake) +"obr" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"obx" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"obz" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/deep_sci_medbay) +"ocb" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"ocg" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"ocq" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"ocA" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"oee" = ( +/obj/structure/closet, +/obj/item/restraints/handcuffs, +/obj/item/clothing/under/color/orange/prison, +/obj/item/card/id/prisoner, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"oep" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"oes" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/high_security_servers) +"oeA" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 30 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"oeB" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/material{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/helmet/material, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"oeI" = ( +/obj/structure/fence, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"ofw" = ( +/obj/machinery/economy/vending/plasmaresearch, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"ofG" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"ofJ" = ( +/obj/structure/alien/weeds/node, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"ofQ" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"ofW" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"ogv" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"ogO" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"ogV" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"ohx" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"oih" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa) +"oiK" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/patriot{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"ojj" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"oju" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"ojH" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"ojR" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"olg" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"oly" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"olH" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"olY" = ( +/obj/structure/railing/cap/reversed, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"omX" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ona" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/awaymission/black_mesa/hecu_zone_camp) +"onc" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"onB" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"onP" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"onX" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/deep_sci_hall) +"onZ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"oon" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"ooy" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"ooB" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"ooF" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"opo" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"opF" = ( +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/acid_lake) +"oqc" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"oqn" = ( +/obj/structure/table, +/obj/machinery/computer/nonfunctional{ + name = "broken computer"; + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "laptop"; + dir = 1; + icon_keyboard = "laptop_key_lightmask"; + icon_screen = "laptop_broken" + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"oqy" = ( +/obj/structure/curtain/medical, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"oqC" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"oqE" = ( +/obj/structure/fence/corner{ + dir = 5 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"oqJ" = ( +/obj/machinery/light/directional/west, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"orh" = ( +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "blackbox_b"; + name = "blackbox"; + density = 1; + anchored = 1; + desc = "Some kind of machine." + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"osC" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"ouD" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"ouG" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"ouJ" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"ouT" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/redgrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"ovR" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"owu" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"owC" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"owG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"owQ" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"oxr" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"oxP" = ( +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"oyy" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"oyB" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"oyK" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_server) +"oyL" = ( +/obj/machinery/light/directional/west, +/obj/structure/table, +/obj/item/tape/black_mesa/third_eas, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"oza" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"ozP" = ( +/obj/structure/closet/crate/can, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"ozQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/cryo_room) +"oAA" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"oBu" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"oBB" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"oBG" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"oBS" = ( +/obj/structure/table, +/obj/item/stack/sheet/xenochitin, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"oCm" = ( +/obj/structure/shockplant, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"oCR" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"oCX" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/awaymission/black_mesa/resonant_chamber) +"oDL" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"oDR" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"oEb" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"oEe" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"oFm" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"oFn" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"oFP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"oGC" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"oGN" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"oGP" = ( +/obj/machinery/power/emitter{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/redgrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"oGW" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"oHA" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"oHQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"oHR" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"oHU" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/black_mesa/high_security_hallway) +"oHW" = ( +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"oIn" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"oIv" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"oIM" = ( +/obj/machinery/atmospherics/unary/tank/oxygen_agent_b, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"oIV" = ( +/obj/structure/sign/poster/official/science{ + pixel_y = 32 + }, +/obj/structure/fluff/empty_sleeper{ + icon_state = "bodyscanner" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"oJf" = ( +/obj/structure/largecrate, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"oJU" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"oKh" = ( +/obj/machinery/suit_storage_unit/hev_suit, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"oKo" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"oKR" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/structure/fluff/paper/stack, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"oKV" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"oLS" = ( +/obj/structure/closet/crate/can, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"oMw" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_server) +"oME" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"oMH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"oMO" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"oMX" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"oNw" = ( +/obj/structure/table, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/food/grown/banana{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"oNZ" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"oOz" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"oOP" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"oPd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"oPq" = ( +/obj/structure/fluff/tram_rail, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"oPu" = ( +/obj/machinery/door/poddoor{ + id_tag = "biolabs" + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"oPx" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa) +"oPS" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"oPV" = ( +/obj/item/stack/rods, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/acid_lake) +"oQS" = ( +/obj/structure/closet/crate/wooden, +/obj/item/kitchen/knife/combat/survival/bone, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"oRp" = ( +/obj/effect/bump_teleporter{ + id = "labdown"; + id_target = "labup" + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/scientist_hall) +"oRD" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"oRM" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"oSj" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"oTb" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"oTy" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"oTO" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"oTR" = ( +/obj/structure/window/reinforced, +/obj/structure/closet, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"oUE" = ( +/obj/effect/spawner/window/shuttle, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"oUI" = ( +/obj/structure/closet, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"oVV" = ( +/obj/machinery/chem_master, +/obj/machinery/light/directional/north, +/obj/structure/sign/chemistry{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"oWH" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/entrance_internal_hall) +"oWT" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"oWV" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"oXc" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"oXq" = ( +/obj/structure/barricade/sandbags, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"oXS" = ( +/obj/structure/curtain/open{ + color = "#556B2F" + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"oYq" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_button) +"oYZ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/black_ops_science_room) +"oZp" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"oZt" = ( +/obj/structure/fence/door{ + dir = 4; + open = 1 + }, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"oZv" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"oZD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "teleporter_catwalk"; + name = "Teleporter Catwalk Control" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"oZV" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"paf" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"paH" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"paI" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"pbx" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"pbF" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"pbY" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"pbZ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/rag, +/obj/item/stack/spacecash{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"pck" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/entrance) +"pcx" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pcB" = ( +/obj/structure/marker_beacon/spotlight/jade, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"pdq" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"pdr" = ( +/obj/structure/closet, +/obj/structure/alien/xenoweeds, +/obj/item/clothing/suit/armor/vest/security, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"pdH" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"pdI" = ( +/obj/machinery/porta_turret/syndicate/black_mesa/blackops, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"pfg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/lambda_teleporter) +"pfp" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/genetics_elevator) +"pfy" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"pfE" = ( +/obj/structure/railing, +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/awaymission/black_mesa/black_ops_button) +"pge" = ( +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"pgg" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"pgX" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"phm" = ( +/obj/structure/sign/chemistry{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"phF" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_button) +"phZ" = ( +/obj/structure/table, +/obj/machinery/computer/library{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pig" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/lambda_teleporter) +"pin" = ( +/obj/effect/bump_teleporter{ + id = "adminup"; + id_target = "admindown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/cryo_storage) +"piw" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"piC" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"piL" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"pjp" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"pky" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"pkT" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"plF" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"plT" = ( +/turf/simulated/wall/indestructible/boss, +/area/awaymission/black_mesa/xen/freeman_arena) +"plV" = ( +/obj/structure/closet/body_bag{ + opened = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"pnF" = ( +/obj/structure/table, +/obj/item/paper, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"pnW" = ( +/obj/structure/table/wood, +/obj/item/food/meat, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"ppc" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"ppW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"pqM" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal, +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"pqV" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"prG" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"prK" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"psb" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"psj" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"psS" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"ptr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/cryo_room) +"ptT" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"ptW" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/awaymission/black_mesa/hecu_zone_atrium) +"ptY" = ( +/obj/structure/table, +/obj/structure/noticeboard{ + pixel_y = 32; + layer = 3.1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"pui" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"puW" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pvo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"pvq" = ( +/obj/machinery/door/airlock/science/glass, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"pwk" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"pwu" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"pwV" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 4 + }, +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pxb" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"pxl" = ( +/obj/machinery/light/directional/east, +/obj/machinery/porta_turret/syndicate/black_mesa/blackops, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"pxr" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 10 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"pxs" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"pxF" = ( +/obj/structure/inflatable, +/obj/structure/inflatable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_camp) +"pxR" = ( +/obj/machinery/computer/rdconsole/public{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"pxT" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"pyz" = ( +/obj/machinery/light/directional/west, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"pzi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_computers) +"pzr" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"pzv" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"pzS" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"pAt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"pAA" = ( +/obj/machinery/light/directional/west, +/obj/structure/largecrate, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"pAC" = ( +/obj/effect/turf_decal/siding/trimline/brown/corner{ + alpha = 130 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pAW" = ( +/obj/machinery/light/directional/north, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"pCa" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"pCC" = ( +/obj/machinery/power/emitter{ + anchored = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/deep_sci_turret) +"pDq" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/food/donut/sprinkles, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pDE" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"pDM" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa) +"pDN" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner"; + dir = 4 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"pDV" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"pEM" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/entrance) +"pFp" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_hallway) +"pFE" = ( +/obj/item/clothing/accessory/medal/science, +/obj/structure/table/glass, +/obj/item/clothing/glasses/science, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"pGt" = ( +/obj/item/gun/projectile/automatic/m90, +/obj/structure/gunrack, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"pHL" = ( +/obj/machinery/light/directional/east, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"pIu" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"pIv" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/obj/structure/chair/sofa/bench, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pJw" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"pJz" = ( +/obj/structure/closet, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"pJG" = ( +/obj/effect/bump_teleporter{ + id = "hecudown"; + id_target = "hecuup" + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"pKq" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"pKO" = ( +/obj/machinery/door/airlock/vault, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"pKR" = ( +/mob/living/simple_animal/hostile/blackmesa/xen/bullsquid, +/turf/simulated/floor/beach/away/blackmesa/xen_acid, +/area/awaymission/black_mesa/xen/freeman_hallway) +"pKU" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/high_security_servers) +"pLt" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/effect/turf_decal/siding/blue, +/obj/structure/window/reinforced{ + layer = 4.2 + }, +/obj/effect/mob_spawn/human/corpse/doctor{ + id = null; + pickable_species = list("Human") + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"pLR" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"pMq" = ( +/obj/machinery/light/directional/south, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"pMF" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"pMO" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"pNr" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"pNN" = ( +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"pNQ" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"pNZ" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular/doctor, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"pOk" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"pOl" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"pOI" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/lambda_hallway) +"pPs" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"pPy" = ( +/obj/structure/table, +/obj/item/stack/telecrystal/twenty, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"pPH" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"pPK" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"pQk" = ( +/obj/structure/mineral_door/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"pQo" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"pQv" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"pRr" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"pRJ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"pSO" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"pSY" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/resonant_chamber) +"pTC" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"pTE" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/genetics_elevator) +"pTM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_button) +"pUu" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"pUB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"pUJ" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"pUT" = ( +/obj/machinery/access_button/west{ + name = "Elevator Button" + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/scientist_hall) +"pVh" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/stairs/right, +/area/awaymission/black_mesa/equipment_room) +"pVt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"pVI" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"pVX" = ( +/obj/structure/blob/normal, +/mob/living/simple_animal/hostile/blob/blobbernaut, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"pWi" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"pWE" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"pWK" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"pXr" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"pXw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"pXU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"pYv" = ( +/obj/structure/table, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"pZQ" = ( +/obj/structure/sign/greencross{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"pZW" = ( +/obj/structure/flora/biolumini/mine, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"pZY" = ( +/obj/structure/rack, +/obj/item/ammo_box/a762, +/obj/item/ammo_box/a762, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"qas" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"qdV" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"qeh" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"qek" = ( +/obj/item/clothing/mask/gas/explorer, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"qeo" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"qeH" = ( +/obj/structure/table, +/obj/item/food/fancy/doshik_spicy, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"qfg" = ( +/obj/effect/bump_teleporter{ + id = "hecuup"; + id_target = "hecudown" + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_entrance) +"qfN" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"qfZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"qgG" = ( +/obj/item/ammo_box/n762, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"qhG" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"qhW" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/deep_sci_hall) +"qhX" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"qjg" = ( +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"qju" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"qjx" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"qjz" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"qjE" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/deep_sci_hall) +"qjI" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"qjZ" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"qkv" = ( +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"qkQ" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"qlk" = ( +/obj/structure/railing, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"qll" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"qln" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_camp) +"qlF" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"qmb" = ( +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/structure/table, +/obj/item/bodyanalyzer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"qml" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/window/reinforced{ + layer = 4.2 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"qmF" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/awaymission/black_mesa/entrance_internal_hall) +"qnf" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"qnz" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"qoz" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_medbay) +"qpe" = ( +/obj/structure/rack, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"qpL" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"qpX" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"qqz" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"qqB" = ( +/obj/effect/mob_spawn/human/corpse/charredskeleton, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"qqP" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"qqS" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"qqU" = ( +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"qqZ" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"qrx" = ( +/obj/machinery/light/directional/south, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"qrA" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"qrX" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/item/folder/red, +/obj/item/pen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"qrZ" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"qst" = ( +/obj/effect/bump_teleporter{ + id = "xendown"; + id_target = "xenup" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"qsG" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"qtb" = ( +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"qtJ" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"qtO" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"quB" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"qvj" = ( +/obj/structure/bonfire/lit, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"qwo" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/brute{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"qwz" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/cryo_hallway) +"qwU" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"qxk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"qxy" = ( +/obj/structure/chair, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"qxN" = ( +/obj/item/chair, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"qyi" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"qzz" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"qzB" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"qzN" = ( +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"qzT" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"qAE" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/black_mesa/high_security_hallway) +"qAN" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"qBd" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"qBv" = ( +/turf/simulated/wall/mineral/wood, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"qBx" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/cryo_hallway) +"qCh" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"qCs" = ( +/obj/machinery/optable, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"qDS" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"qEe" = ( +/obj/machinery/light/directional/west, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"qEj" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"qEp" = ( +/obj/item/storage/box, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"qEr" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 10 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"qEt" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"qEG" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"qEL" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"qFb" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "blackcorner" + }, +/area/awaymission/black_mesa/entrance_lobby) +"qFt" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 10 + }, +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"qFD" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"qGf" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/bruise_pack, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"qGp" = ( +/obj/structure/table, +/obj/item/kitchen/knife/combat/survival, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"qGt" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"qGF" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"qGR" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"qHA" = ( +/obj/structure/railing, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"qIc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"qIh" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"qIu" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"qIz" = ( +/obj/item/crowbar/freeman, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"qKf" = ( +/obj/structure/chair/sofa/bench, +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"qKp" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"qKr" = ( +/obj/structure/sink/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"qKK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_surgery) +"qKL" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"qLa" = ( +/obj/structure/table, +/obj/item/radio/intercom, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"qMA" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"qMD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"qMG" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"qMK" = ( +/obj/structure/curtain/open{ + color = "#556B2F" + }, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"qMR" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_medbay) +"qMW" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"qNi" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"qNv" = ( +/obj/structure/table, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"qNC" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"qNR" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"qNS" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"qNW" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"qOv" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/awaymission/black_mesa/black_ops_button) +"qOA" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"qOI" = ( +/obj/structure/table, +/obj/machinery/microscope{ + pixel_y = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"qPE" = ( +/obj/structure/closet/crate/wooden, +/obj/item/food/fancy/doshik, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"qPF" = ( +/obj/structure/closet/walllocker/firelocker/south, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"qPR" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"qPT" = ( +/obj/machinery/door/airlock/science/glass, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"qQa" = ( +/obj/machinery/door/poddoor/preopen, +/obj/structure/fluff/tram_rail, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"qQc" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"qQh" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"qQx" = ( +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"qSe" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"qSf" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"qSh" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/resonant_chamber) +"qTf" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"qTX" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"qUm" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"qUv" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"qUx" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"qUG" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"qUW" = ( +/obj/structure/stone_tile/surrounding/cracked, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"qVd" = ( +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"qVj" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"qVL" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 5 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"qWm" = ( +/obj/structure/table, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"qWn" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"qYR" = ( +/obj/structure/table/wood, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/freeman_arena) +"qYW" = ( +/obj/machinery/door/poddoor/preopen, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/obj/structure/fluff/tram_rail, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"qZe" = ( +/obj/structure/stone_tile/slab, +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/gordon_freeman, +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"qZh" = ( +/obj/item/stack/sheet/mineral/sandbags{ + amount = 10 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"qZK" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"rab" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_button) +"raf" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"raF" = ( +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"rbO" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_server) +"rbQ" = ( +/obj/structure/fence/cut/large, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"rcb" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"rcA" = ( +/obj/structure/table, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"rcG" = ( +/obj/structure/alien/xenoweeds, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"rdq" = ( +/obj/structure/largecrate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"rdw" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/flower/weaklight, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"rdI" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"rei" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"reH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/item/gun/projectile/automatic/pistol/beretta, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/obj/item/ammo_box/magazine/beretta/mm919, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"rfg" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"rfy" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 5 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"rfZ" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"rgQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"rhs" = ( +/obj/structure/closet/body_bag, +/obj/machinery/light/directional/north, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"rhL" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"rig" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"rit" = ( +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"rix" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"riF" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_entrance) +"riS" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"riV" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/black_mesa/equipment_room) +"rji" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/black_mesa/equipment_room) +"rkn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/genetics_sec) +"rlo" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"rlS" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"rlX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"rma" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/box/condimentbottles, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"rmM" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"rmQ" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"rnc" = ( +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"rnD" = ( +/obj/structure/marker_beacon/spotlight/yellow, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"roF" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"rpk" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"rpF" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"rrl" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"rrs" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"rru" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/science_internal) +"rsC" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"rsF" = ( +/obj/structure/table, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"rtp" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"rtu" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/engineering, +/obj/machinery/light/directional/south, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"rtx" = ( +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/resonant_chamber) +"rur" = ( +/obj/item/taperecorder/empty, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"ruQ" = ( +/obj/structure/table, +/obj/item/folder/blue, +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"rvi" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"rvt" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"rwr" = ( +/obj/structure/fence, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_emitter) +"rwP" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"rxp" = ( +/obj/machinery/power/emitter{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"rxC" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"ryp" = ( +/obj/structure/table, +/obj/machinery/syndicatebomb/training, +/obj/item/screwdriver, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"rzl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"rzE" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/black_ops_button) +"rzI" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"rzK" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"rzP" = ( +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"rAG" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 1 + }, +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"rAV" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"rBc" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/patriot{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"rBh" = ( +/obj/item/trash/cheesie, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"rBp" = ( +/obj/structure/bonfire/lit, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"rBw" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/flora/rock/pile, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"rBF" = ( +/obj/structure/alien/xenoweeds, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa) +"rBL" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 2 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"rCF" = ( +/obj/machinery/light/directional/east, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_hallway_two) +"rCN" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"rCY" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"rDe" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"rDh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/stack/ore/bluespace_crystal/refined{ + amount = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"rEA" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"rEO" = ( +/obj/structure/table, +/obj/machinery/microscope{ + pixel_y = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"rFw" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"rFM" = ( +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"rGg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_button) +"rGj" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"rGO" = ( +/obj/effect/turf_decal/siding/red{ + dir = 10 + }, +/obj/machinery/optable, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"rHw" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/beach/away/coastline/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"rIt" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/tram_room) +"rJm" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/acid_lake) +"rJr" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"rJI" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"rJY" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"rKj" = ( +/obj/structure/table, +/obj/effect/spawner/random/food_or_drink/three_course_meal, +/obj/item/kitchen/knife/plastic, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"rKr" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"rKy" = ( +/obj/machinery/light/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"rKz" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"rKC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"rKU" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"rLL" = ( +/mob/living/simple_animal/hostile/carp/megacarp, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/deep_sci_feesh) +"rMe" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/gas_emitter_chamber) +"rMf" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"rMY" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"rNW" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"rOq" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"rOt" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"rOw" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"rOY" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"rPi" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"rPn" = ( +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"rPt" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"rPN" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"rQk" = ( +/obj/machinery/light/directional/east, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"rQt" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"rQu" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/black_ops_entrance) +"rQO" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"rQU" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"rQX" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"rRP" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"rSI" = ( +/obj/structure/table, +/obj/item/food/beans, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"rSN" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"rTj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"rTn" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"rTo" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"rTZ" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"rUp" = ( +/obj/item/trash/semki, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"rUw" = ( +/obj/item/clothing/mask/facehugger/toy, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"rUx" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"rVM" = ( +/obj/machinery/door/poddoor/preopen, +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"rWO" = ( +/obj/machinery/power/smes, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"rXH" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"rXP" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"rYt" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 10 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"rYF" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 9 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"rZx" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_chem) +"rZF" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_hall) +"rZJ" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"san" = ( +/obj/structure/inflatable/door{ + color = "#556B2F"; + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"saK" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"saU" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "message_server"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"saZ" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/black_mesa/entrance) +"sbd" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/obj/item/paper/researchnotes, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"sbg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"scl" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/freeman_arena) +"scX" = ( +/obj/structure/table, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"sdt" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/high_security_sec_point) +"sec" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/dorm_tunnel) +"sed" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"sek" = ( +/obj/structure/alien/xenoweeds, +/obj/item/inflatable/torn, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"sep" = ( +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"sez" = ( +/obj/machinery/door/airlock/science, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_hall) +"seR" = ( +/obj/machinery/door/poddoor{ + id_tag = "teleporter" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"seT" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/awaymission/black_mesa/high_security_hallway) +"sfi" = ( +/obj/structure/closet/crate/wooden, +/obj/item/clothing/under/pants/shorts/red, +/obj/item/stack/spacecash/c1000, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"sfp" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"sfz" = ( +/obj/machinery/economy/vending/cola/red, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"sgl" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"sgC" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"sgF" = ( +/obj/structure/closet/crate/wooden, +/obj/item/fireaxe, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"sgG" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 10 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"shz" = ( +/obj/machinery/door/airlock/vault, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"shE" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/lost_camp) +"shF" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"shN" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"sji" = ( +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"sjR" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"sjW" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"skR" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"slw" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/scientist_hall) +"slF" = ( +/obj/structure/blob/normal, +/mob/living/simple_animal/hostile/blob/blobspore, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"smm" = ( +/obj/item/taperecorder/empty, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"smx" = ( +/obj/machinery/economy/vending/cola/red, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"smy" = ( +/obj/effect/bump_teleporter{ + id = "admindown"; + id_target = "adminup" + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"smE" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_hall) +"smM" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"snC" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"snO" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"sob" = ( +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"soi" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"soY" = ( +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"spz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_emitter) +"spC" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"spQ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"sqa" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"sqh" = ( +/obj/structure/table, +/obj/item/gun/energy/lasercannon, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"sqX" = ( +/obj/item/clothing/accessory/medal/science{ + pixel_x = 5 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_x = -5 + }, +/obj/structure/table/glass, +/obj/item/clothing/glasses/science{ + pixel_x = 5 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"sre" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"srC" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"srS" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/cryo_room) +"ssa" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"ssS" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"ssX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/reflector/box{ + dir = 8 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"sth" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"stw" = ( +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"sty" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"sun" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"suO" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"svf" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"svi" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"svy" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"swe" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa) +"swk" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"swo" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 10 + }, +/obj/item/reagent_containers/drinks/coffee{ + desc = "Its cold like the space outside noo!"; + pixel_x = -6; + pixel_y = 8; + list_reagents = list("coffee" = 0) + }, +/obj/structure/sign/poster/official/random/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"sxP" = ( +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"sxR" = ( +/obj/machinery/door/airlock/science/glass, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"syu" = ( +/obj/machinery/door/poddoor{ + id_tag = "sectorcams" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"szk" = ( +/obj/machinery/door/airlock/silver/glass, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"szl" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/drinks/cans/sodawater, +/obj/item/reagent_containers/drinks/cans/sodawater, +/obj/item/reagent_containers/drinks/cans/sodawater, +/obj/item/reagent_containers/drinks/cans/sodawater, +/obj/item/reagent_containers/drinks/cans/sodawater, +/obj/item/reagent_containers/drinks/cans/lemon_lime, +/obj/item/reagent_containers/drinks/cans/lemon_lime, +/obj/item/reagent_containers/drinks/cans/lemon_lime, +/obj/item/reagent_containers/drinks/cans/cola, +/obj/item/reagent_containers/drinks/cans/cola, +/obj/item/reagent_containers/drinks/cans/cola, +/obj/item/reagent_containers/drinks/cans/grape_juice, +/obj/item/reagent_containers/drinks/cans/grape_juice, +/obj/item/reagent_containers/drinks/cans/grape_juice, +/obj/item/reagent_containers/drinks/cans/dr_gibb, +/obj/item/reagent_containers/drinks/cans/dr_gibb, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"szm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"szv" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"szB" = ( +/obj/item/inflatable/torn, +/obj/structure/fluff/paper/stack{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"sAx" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"sAF" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"sAG" = ( +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"sAU" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 4 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"sAZ" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"sBm" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"sCc" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"sCp" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"sCq" = ( +/obj/structure/table, +/obj/item/ammo_box/c9mm, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"sCM" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"sCN" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/radio/intercom{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/item/pen{ + pixel_y = 10; + pixel_x = -5 + }, +/obj/machinery/recharger{ + pixel_y = 10; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"sCY" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"sDk" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"sEb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"sEE" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"sEM" = ( +/obj/machinery/processor{ + pixel_y = 9; + layer = 3.13 + }, +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"sGf" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"sGp" = ( +/obj/structure/table, +/obj/item/circular_saw/alien, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"sGw" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light_construct/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"sHl" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"sHE" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"sHU" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"sIx" = ( +/turf/simulated/wall/indestructible/boss, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"sIF" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"sJM" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"sLq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"sLJ" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 6 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"sMf" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"sMA" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"sME" = ( +/obj/item/chair, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"sMM" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"sNi" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"sNn" = ( +/obj/structure/closet/crate/can, +/obj/item/food/donut/sprinkles, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/gas_emitter_chamber) +"sNG" = ( +/obj/structure/table, +/obj/item/radio/intercom, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"sOm" = ( +/obj/structure/railing, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"sOI" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"sPi" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"sPZ" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_entrance) +"sQb" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"sQr" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"sQB" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"sQQ" = ( +/obj/structure/table, +/obj/item/gibtonite, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"sRF" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"sRN" = ( +/obj/structure/rack, +/obj/item/whetstone, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"sSg" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"sSW" = ( +/obj/structure/closet/body_bag{ + opened = 1 + }, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"sTc" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/deep_sci_turret) +"sTH" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"sUG" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"sWx" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 6 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"sXb" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"sXe" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"sXl" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"sXB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_hallway) +"sYP" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"sYR" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/red, +/obj/effect/turf_decal/siding/green{ + dir = 8 + }, +/obj/structure/closet/secure_closet/chemical{ + locked = 0 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"sZo" = ( +/obj/item/chair, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"sZJ" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"tas" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/scientist_hall) +"tax" = ( +/obj/structure/flora/biolumini/mine, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"taX" = ( +/obj/machinery/economy/vending/snack/free, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"tbg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_large_office) +"tbs" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"tbC" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/freeman_arena) +"tbG" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"tbR" = ( +/obj/structure/table, +/obj/item/newspaper, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"tbZ" = ( +/obj/structure/railing, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/lambda_hallway) +"tcd" = ( +/obj/structure/billboard/fortune_telling{ + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"tce" = ( +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/mob/living/simple_animal/hostile/blackmesa/xen/nihilanth, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"tcm" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"tcC" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"tdi" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"tds" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"teb" = ( +/obj/structure/xen_crystal, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"tey" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"tgn" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"tgq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"tgE" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/cryo_storage) +"thE" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"thF" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"thK" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_servers) +"tii" = ( +/obj/structure/inflatable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"tiE" = ( +/obj/structure/chair/office/dark, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"tiK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"tiU" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen/multi/gold, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"tjq" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"tjO" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"tjP" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"tjR" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/gibspawner/human, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"tjU" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"tkT" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_hall) +"tlf" = ( +/obj/effect/turf_decal/siding/red, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"tma" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"tmH" = ( +/obj/structure/stone_tile/slab, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"tmU" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"toD" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/deep_sci_hall) +"tpy" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"tpH" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"tqR" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"tqS" = ( +/obj/structure/alien/xenoweeds, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"trA" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"tsf" = ( +/obj/item/salvage/ruin/brick, +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/black_mesa/equipment_room) +"tsO" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/lighter/random, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"tsY" = ( +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"ttd" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"tto" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/power/emitter{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"ttW" = ( +/obj/structure/rack, +/obj/item/grenade/frag, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"tuo" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"tuH" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"tuO" = ( +/obj/machinery/light/directional/east, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"tuP" = ( +/obj/structure/closet/secure_closet/medical2{ + locked = 0 + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"tvb" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"tvB" = ( +/obj/machinery/door/airlock/wood/glass, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"tvK" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa) +"tvY" = ( +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"twj" = ( +/obj/structure/shockplant, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/village_hallway) +"txg" = ( +/obj/structure/sign/xeno_warning_mining, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_surgery) +"txn" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"txt" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/genetics_elevator) +"txI" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"tym" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"tyQ" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"tzg" = ( +/obj/structure/table, +/obj/item/paper, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"tBP" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"tBV" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"tCd" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 6 + }, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"tDf" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"tDL" = ( +/obj/structure/curtain/open{ + color = "#556B2F" + }, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"tEt" = ( +/obj/structure/table, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"tEP" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"tEV" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/machinery/light_construct/directional/south, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"tFu" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"tFy" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"tFG" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + id_tag = "exp_room" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"tFL" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"tFM" = ( +/obj/effect/bump_teleporter{ + id = "teleup"; + id_target = "teledown" + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_hallway_two) +"tFX" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"tGd" = ( +/obj/effect/turf_decal/siding/trimline/brown/corner{ + alpha = 130; + dir = 8 + }, +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"tGv" = ( +/obj/structure/table, +/obj/item/clothing/glasses/regular, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 10; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"tGy" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/science_labs) +"tGI" = ( +/obj/structure/closet/crate/can, +/obj/item/push_broom, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"tHe" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"tHp" = ( +/obj/structure/closet/crate/can, +/obj/item/clothing/glasses/sunglasses/big, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"tHJ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/science_labs) +"tIM" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/awaymission/black_mesa/high_security_hallway) +"tIX" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"tJj" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"tJO" = ( +/obj/structure/gunrack, +/obj/item/shield/riot, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"tKa" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/vest/security{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/suit/armor/vest/security, +/obj/item/clothing/suit/armor/vest/security{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"tKc" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"tKJ" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"tKS" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/pfork, +/obj/item/kitchen/utensil/pspoon{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"tLj" = ( +/obj/machinery/atmospherics/unary/tank/oxygen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"tLK" = ( +/obj/structure/sign/xeno_warning_mining{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"tMj" = ( +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"tMu" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"tMF" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/suit_storage_unit/hev_suit, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/equipment_room) +"tNJ" = ( +/obj/structure/closet/body_bag{ + opened = 1 + }, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"tNR" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"tON" = ( +/obj/structure/table_frame, +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_medbay) +"tPQ" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_hall) +"tQv" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/xen + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/acid_lake_building) +"tQw" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"tQE" = ( +/obj/structure/largecrate, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"tRK" = ( +/obj/structure/curtain, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"tSb" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"tSk" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"tSu" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"tSC" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"tTt" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"tTE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"tTG" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"tUl" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"tUR" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"tVX" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"tWO" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/lwap, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"tWQ" = ( +/obj/structure/table, +/obj/item/weaponcrafting/gunkit/plasma, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"tXC" = ( +/obj/structure/curtain, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"tXF" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"tYb" = ( +/obj/structure/closet/crate/can, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"tYo" = ( +/obj/structure/gunrack, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"tYq" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"tYG" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"tZg" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"tZT" = ( +/obj/effect/bump_teleporter{ + id = "short2"; + id_target = "short1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/science_internal) +"uax" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/entrance_tunnel) +"uba" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"ube" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"ubv" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"ubM" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"uch" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"ucZ" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/grenade/frag, +/obj/item/grenade/frag, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"udm" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/cryo_room) +"ueg" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"uew" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"ueD" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"ueE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"ueF" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"ueW" = ( +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/black_ops_server) +"ufQ" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ufZ" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"ugT" = ( +/obj/structure/table, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"uhc" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "blackcorner"; + dir = 1 + }, +/area/awaymission/black_mesa/entrance_lobby) +"uhs" = ( +/obj/structure/table, +/obj/item/food/candy/taffy, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"uhN" = ( +/obj/structure/chair/office/dark, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"uhX" = ( +/obj/structure/closet/crate/can, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"uir" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/obj/structure/chair/sofa/bench/left, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"uiB" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"uiG" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"uiI" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"uiL" = ( +/obj/structure/closet/secure_closet, +/obj/item/clothing/mask/balaclava, +/obj/item/kitchen/knife/combat, +/obj/item/storage/belt/military, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"uiP" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_camp) +"ujH" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"ukM" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ukQ" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"ulz" = ( +/obj/machinery/door/airlock/silver/glass, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"ulT" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"umi" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"unK" = ( +/obj/structure/curtain/medical, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"unR" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"upk" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"uqH" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"urb" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"urh" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/freeman_arena) +"urj" = ( +/obj/structure/table, +/obj/item/megaphone, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"urp" = ( +/obj/structure/table, +/obj/item/stack/telecrystal/five, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"urs" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"usu" = ( +/obj/structure/mineral_door/xen, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"usy" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/equipment_room) +"usK" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"utI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/resonant_chamber) +"utP" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_tunnel) +"uul" = ( +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/security_outpost) +"uuu" = ( +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_button) +"uux" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"uuS" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"uvv" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"uvY" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "black"; + dir = 4 + }, +/area/awaymission/black_mesa/entrance_lobby) +"uwo" = ( +/obj/effect/gibspawner/human, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"uwY" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"uxS" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"uyw" = ( +/obj/machinery/optable, +/obj/item/defibrillator/compact/advanced/loaded, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"uyV" = ( +/obj/machinery/light/directional/west, +/obj/structure/bed/dogbed, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"uza" = ( +/obj/machinery/door/airlock/science/glass, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_hallway_two) +"uzo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"uzC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"uzH" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/obj/structure/sign/flag/terragov, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_camp) +"uAD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"uAM" = ( +/obj/effect/bump_teleporter/lambda{ + id = "lambda_xen2"; + id_target = "lambda2" + }, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/lambda_teleporter) +"uAV" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_button) +"uBD" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"uCd" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"uCn" = ( +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"uCx" = ( +/obj/structure/table, +/obj/item/weaponcrafting/gunkit/decloner, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"uCF" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"uDt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"uDy" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/black_mesa/entrance) +"uDM" = ( +/turf/simulated/wall/indestructible/boss, +/area/awaymission/black_mesa/xen/freeman_hallway) +"uEe" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"uEh" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"uEC" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"uEM" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/scientist_hall) +"uEO" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/equipment_room) +"uES" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"uEW" = ( +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"uEY" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"uFe" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/awaymission/black_mesa/science_internal) +"uFo" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"uFw" = ( +/obj/item/taperecorder/empty, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"uFD" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"uGl" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "message_server"; + name = "server"; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"uGD" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"uGL" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"uHn" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"uHp" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/xen_pylon/freeman{ + pixel_y = 12 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"uHq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"uHz" = ( +/obj/effect/turf_decal/siding/green{ + dir = 1 + }, +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"uHW" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/gas_emitter_chamber) +"uIO" = ( +/obj/machinery/porta_turret/syndicate/black_mesa/blackops, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"uJh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"uKC" = ( +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_hallway_two) +"uKJ" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"uKL" = ( +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "blackbox_b"; + name = "blackbox"; + density = 1; + anchored = 1; + desc = "Some kind of machine." + }, +/obj/machinery/light/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"uKR" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"uLl" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"uLn" = ( +/obj/structure/holosign/barrier, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"uLw" = ( +/obj/structure/closet, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/toxin, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"uLA" = ( +/obj/machinery/economy/vending/coffee/free, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"uMg" = ( +/obj/structure/table, +/obj/structure{ + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + icon_state = "microscope"; + name = "\improper Микроскоп"; + density = 1; + anchored = 1; + desc = "Самый обычный микроскоп." + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"uMq" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"uNf" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/lambda_teleporter) +"uNn" = ( +/obj/structure/rack, +/obj/item/flash, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"uNr" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"uNu" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"uNK" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"uNL" = ( +/turf/simulated/mineral/ancient, +/area/awaymission/black_mesa) +"uNQ" = ( +/obj/structure/table, +/obj/item/clothing/accessory/medal/silver, +/obj/item/clothing/accessory/armband, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"uNY" = ( +/obj/structure/curtain, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"uOb" = ( +/obj/machinery/light/directional/west, +/obj/structure/closet, +/obj/item/clothing/mask/cigarette/rollie{ + list_reagents = list("thc" = 40, "cbd" = 20) + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"uOn" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"uOD" = ( +/obj/structure/closet/crate/can, +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"uOU" = ( +/obj/structure/barricade/wooden{ + layer = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"uPg" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"uPC" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/scientist_hall) +"uRe" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"uRg" = ( +/obj/structure{ + icon = 'icons/obj/machines/research.dmi'; + icon_state = "d_analyzer"; + name = "Destructive Analyzer"; + density = 1; + anchored = 1; + desc = "Learn science by destroying things!" + }, +/obj/machinery/light_construct/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"uRJ" = ( +/obj/structure/chair/sofa/bench, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"uRP" = ( +/obj/effect/turf_decal/siding/red{ + dir = 8 + }, +/obj/item/tank/internals/anesthetic, +/obj/structure/rack, +/obj/item/clothing/mask/breath/medical, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"uRV" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"uRY" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "black"; + dir = 1 + }, +/area/awaymission/black_mesa/entrance_lobby) +"uSl" = ( +/obj/structure/flora/biolumini/mine, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"uSv" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"uSx" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"uTs" = ( +/obj/machinery/suit_storage_unit/hev_suit, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"uTv" = ( +/obj/structure/closet/secure_closet, +/obj/item/clothing/shoes/jackboots, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"uUV" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/pickaxe/silver, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"uVv" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/shotgun/boltaction, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"uVS" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"uVU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal, +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/poster/random_official, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"uVZ" = ( +/obj/structure/table, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"uWi" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"uWu" = ( +/obj/item/inflatable/torn, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"uWv" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"uWx" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"uWR" = ( +/obj/structure/closet/walllocker/medlocker/west, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"uXd" = ( +/obj/structure/sign/radiation{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"uYz" = ( +/obj/item/flashlight/flare, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"uYY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"uZJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"vaB" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 5 + }, +/obj/structure/alien/xenoweeds, +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"vdm" = ( +/obj/item/ammo_box/magazine/wt550m9, +/obj/item/ammo_box/magazine/wt550m9, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/science_internal) +"vdn" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"vdv" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/door_control/bolt_control/south{ + pixel_x = -8; + id = "gatesiguess" + }, +/obj/machinery/door_control/shutter/south{ + pixel_x = 8; + id = "sectorcams" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"vdy" = ( +/obj/structure/closet/crate/wooden, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c1000, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"vdH" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"vdT" = ( +/obj/structure/inflatable/door{ + color = "#556B2F"; + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"veZ" = ( +/obj/structure/fence{ + dir = 1 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"vfb" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"vfs" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/entrance_lobby) +"vfF" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"vfH" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/black_ops_button) +"vfW" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"vfY" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"vgs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"vgS" = ( +/obj/machinery/computer/nonfunctional, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"vhh" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"vhm" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_turret) +"vhr" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/resonant_chamber) +"viz" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"viD" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"viY" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"vjm" = ( +/obj/effect/turf_decal/siding/trimline/blue/corner{ + alpha = 130; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_internal_hall) +"vjF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"vky" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/deep_sci_turret) +"vln" = ( +/obj/structure/table, +/obj/item/radio{ + icon_state = "radio"; + name = "old radio" + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"vlB" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"vlH" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"vlJ" = ( +/obj/machinery/shieldwallgen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"vlW" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"vmq" = ( +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"vmE" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"vmV" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"vna" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"vnq" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"vnt" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/entrance_lobby) +"voM" = ( +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"vpB" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"vpF" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"vqb" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/science_internal) +"vqB" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"vrW" = ( +/obj/item/food/donut/sprinkles, +/obj/structure/table/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"vsu" = ( +/obj/structure/table/wood, +/obj/item/dice/d20/fate/one_use, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"vte" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_storage) +"vtp" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/wood, +/area/awaymission/black_mesa/employee_dorm_room) +"vtv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"vtP" = ( +/obj/item/organ/internal/body_egg/alien_embryo{ + icon_state = "facehugger_dead" + }, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"vtR" = ( +/obj/structure/noticeboard{ + pixel_y = 32; + layer = 3.1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"vug" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"vuI" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"vuJ" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_chem) +"vvp" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/equipment_room) +"vvv" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/lambda_teleporter) +"vvz" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"vwk" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"vxK" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"vyy" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/deep_sci_storage) +"vzi" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"vzD" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"vzR" = ( +/obj/structure/xen_crystal, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"vBa" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"vBv" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"vCc" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/black_ops_entrance) +"vCS" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"vDm" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp_hallway) +"vDD" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/painkillers, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"vDH" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"vDJ" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"vEF" = ( +/obj/structure/rack, +/obj/item/ammo_box/c9mm, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"vEG" = ( +/obj/machinery/light/directional/west, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"vEP" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/resonant_chamber) +"vEW" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"vEX" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden{ + layer = 4 + }, +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/science_internal) +"vFk" = ( +/obj/effect/bump_teleporter{ + id = "labup"; + id_target = "labdown" + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/genetics_elevator) +"vGh" = ( +/obj/effect/turf_decal/siding/red, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"vGq" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/material{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/head/helmet/material, +/obj/item/clothing/head/helmet/material{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"vHh" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"vHz" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_lobby) +"vHC" = ( +/obj/structure/rack, +/obj/item/weaponcrafting/gunkit/universal_gun_kit/sol_gov, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"vIJ" = ( +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"vJf" = ( +/obj/structure/table, +/obj/item/storage/firstaid/fire{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/fire{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"vJj" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"vJo" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"vJv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"vKf" = ( +/obj/structure/table, +/obj/item/weaponcrafting/gunkit/xray, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"vKk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"vKo" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/field/generator, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"vKr" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/tram_room) +"vKJ" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"vLL" = ( +/obj/machinery/door/airlock/science, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"vMq" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "black"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_lobby) +"vMG" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"vNr" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"vNv" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/high_security_hallway) +"vNJ" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/black_mesa/high_security_hallway) +"vNO" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"vOl" = ( +/obj/machinery/bookbinder, +/obj/machinery/light_construct/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"vOm" = ( +/obj/machinery/light/directional/south, +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"vOo" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"vOS" = ( +/obj/structure/table, +/obj/item/surgicaldrill/alien, +/obj/item/hemostat/alien, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/high_security_surgery) +"vPe" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"vPi" = ( +/obj/machinery/light/small/built/west, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"vPl" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/village_hallway) +"vPn" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/flour, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"vPA" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"vQr" = ( +/obj/structure/alien/xenoweeds, +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"vQy" = ( +/obj/structure/table/abductor, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"vQD" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_hall) +"vQO" = ( +/obj/structure/table, +/obj/structure/fluff/paper/stack{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"vQT" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"vRc" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"vRg" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"vRh" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"vRu" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"vRw" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"vRI" = ( +/turf/simulated/floor/beach/away/coastline/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"vTw" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"vUj" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/marker_beacon/spotlight/jade{ + icon_state = "markerolive-on" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"vUy" = ( +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/door/airlock/vault, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_sec_point) +"vUI" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_tunnel) +"vVn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"vVB" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"vVE" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel/stairs/left, +/area/awaymission/black_mesa/entrance_internal_hall) +"vVX" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"vWb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"vXa" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"vYx" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_atrium) +"vYz" = ( +/obj/effect/turf_decal/siding/green{ + dir = 9 + }, +/obj/structure/table, +/obj/item/stack/medical/splint, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"vZQ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_button) +"wao" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"wap" = ( +/obj/machinery/access_button/north, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"waR" = ( +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"wbj" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"wbv" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"wbA" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"wbU" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"wbV" = ( +/turf/simulated/floor/carpet/blue, +/area/awaymission/black_mesa/high_security_hallway) +"wcf" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"wcw" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/wt550, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"wcP" = ( +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"wde" = ( +/obj/machinery/light/directional/west, +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"weJ" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"weQ" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "black" + }, +/area/awaymission/black_mesa/entrance_lobby) +"weS" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"wfO" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"wfP" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"wfQ" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"wgt" = ( +/obj/structure/table, +/obj/item/flashlight, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/equipment_room) +"wgI" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"whU" = ( +/obj/machinery/light/directional/north, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"wic" = ( +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"wit" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"wix" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"wje" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"wlb" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_surgery) +"wlu" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics_sec) +"wlI" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"wlV" = ( +/obj/effect/turf_decal/siding/red, +/obj/effect/mob_spawn/human/corpse/doctor{ + id = null; + pickable_species = list("Human") + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"wmp" = ( +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"wmH" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"wnd" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"wnC" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130; + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"wnM" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"wnV" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/food/chips, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"woi" = ( +/obj/structure/closet/crate/can, +/obj/item/pen, +/obj/machinery/light_construct/directional/north, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"woq" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_tunnel) +"woF" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 2 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"wpw" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"wpZ" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_button) +"wqt" = ( +/obj/machinery/door/airlock/science/glass, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"wqJ" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/black_ops_turret_blockade) +"wrp" = ( +/obj/structure/closet, +/obj/structure/alien/xenoweeds, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"wrQ" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"wsl" = ( +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"wsn" = ( +/obj/machinery/door/airlock/science/glass, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"wsC" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/engine, +/area/awaymission/black_mesa/high_security_emitter) +"wsF" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"wta" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"wtx" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"wtD" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/lost_camp) +"wtP" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"wuu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"wwA" = ( +/obj/structure/table, +/obj/item/folder/white, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"wwF" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"wwP" = ( +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/black_ops_button) +"wwZ" = ( +/turf/simulated/floor/beach/away/coastline/xen{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"wxi" = ( +/obj/structure/closet, +/obj/item/weaponcrafting/gunkit/universal_gun_kit/sol_gov, +/obj/structure/alien/xenoweeds, +/obj/item/storage/firstaid/regular/doctor, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"wyA" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"wyE" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"wyF" = ( +/obj/structure/table, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = -32; + density = 0; + layer = 3.1 + }, +/obj/item/documents, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"wzh" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"wzB" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/black_mesa/tram_room) +"wzD" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_emitter) +"wzN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/cooker/deepfryer, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"wzP" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"wzR" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"wzZ" = ( +/obj/structure/railing/cap/normal{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/resonant_chamber) +"wAc" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"wAg" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"wAi" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"wAR" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"wAU" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/mob_spawn/human/corpse/scientist{ + pickable_species = list("Human"); + id = null; + pda = null; + back = null + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"wBn" = ( +/obj/effect/turf_decal/siding/trimline/green{ + alpha = 130; + dir = 4 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"wBx" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"wBz" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"wCu" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"wCL" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"wCR" = ( +/obj/structure/closet/crate/can, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"wCW" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"wDh" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"wDP" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"wFc" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/decal/remains/human, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"wFY" = ( +/obj/structure/sign/flag/terragov{ + pixel_x = -32 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_camp) +"wGd" = ( +/obj/structure/table, +/obj/item/folder/red, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"wGe" = ( +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"wGz" = ( +/obj/structure/closet/body_bag, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"wGQ" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/cryo_room) +"wIg" = ( +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"wJs" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/shotgun, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"wJL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_surgery) +"wJQ" = ( +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"wKi" = ( +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/black_ops_hall) +"wKw" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"wKE" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/power/emitter{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"wKG" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_feesh) +"wLh" = ( +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"wLi" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"wLq" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"wMM" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 8 + }, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"wMP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/genetics_sec) +"wNr" = ( +/obj/effect/turf_decal/siding/trimline/green/corner{ + alpha = 130 + }, +/obj/machinery/light_construct/directional/east, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"wNR" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"wOg" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"wOK" = ( +/obj/machinery/computer/nonfunctional{ + dir = 2; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_server) +"wOT" = ( +/obj/structure{ + icon_state = "pod_broken3"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "Holopad for long-distance communication."; + name = "broken pod"; + density = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"wPx" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"wPz" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"wPC" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"wPE" = ( +/obj/structure/table, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 1 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"wPI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance_lobby) +"wQi" = ( +/obj/structure/closet, +/obj/item/clothing/suit/storage/labcoat/genetics, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"wQm" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/hecu_zone_camp) +"wQs" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_hallway) +"wQB" = ( +/obj/machinery/door/poddoor{ + id_tag = "nihi" + }, +/turf/simulated/floor/vault{ + icon_state = "alienvault" + }, +/area/awaymission/black_mesa/xen/nihilanth_arena) +"wRn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"wRC" = ( +/obj/structure/table, +/obj/item/radio/intercom, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"wRF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/resonant_chamber) +"wSs" = ( +/obj/structure/inflatable, +/obj/structure/curtain/medical, +/turf/simulated/floor/plasteel/white, +/area/awaymission/black_mesa/hecu_zone_camp) +"wTh" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"wTy" = ( +/obj/structure/bed/roller, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"wTA" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"wTC" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"wUj" = ( +/obj/structure/chair/office/dark, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"wUJ" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"wUZ" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/xen/entering_zone) +"wWc" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"wWn" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/entrance_tunnel) +"wWD" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/deep_sci_feesh) +"wWL" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"wWP" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"wXX" = ( +/obj/item/soap, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"wYu" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 6 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"wYZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"wZm" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"wZr" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding/red, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"wZx" = ( +/obj/machinery/light/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/genetics_elevator) +"wZE" = ( +/obj/structure/gunrack, +/obj/item/ammo_box/magazine/wt550m9, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"wZG" = ( +/obj/structure/noticeboard{ + pixel_y = 32; + layer = 3.1 + }, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"wZH" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"wZO" = ( +/obj/structure/fluff/tram_rail, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance) +"wZR" = ( +/obj/structure/flora/biolumini/mine/weaklight, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"wZY" = ( +/obj/structure/closet, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel{ + icon_state = "brownfull" + }, +/area/awaymission/black_mesa/hecu_zone_bathroom) +"xah" = ( +/obj/structure/inflatable/door{ + color = "#556B2F"; + opacity = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/lost_camp) +"xaA" = ( +/obj/structure/gunrack, +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"xaE" = ( +/obj/machinery/light/directional/east, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_feesh) +"xaY" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_button) +"xby" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/lambda_teleporter) +"xcg" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/genetics_elevator) +"xcv" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_hallway) +"xcI" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/high_security_emitter) +"xcL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/gas_emitter_chamber) +"xcU" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"xdi" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_medbay) +"xdr" = ( +/obj/structure/railing/cap/normal{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/entrance) +"xds" = ( +/obj/structure/computerframe{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"xdz" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake) +"xdF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/dorm_tunnel) +"xdZ" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"xeE" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_sec_point) +"xfC" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"xgy" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub"; + name = "server"; + density = 1; + anchored = 1 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"xgX" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_decon_room) +"xhR" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"xik" = ( +/obj/effect/light_emitter/colored/dark_purple, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"xjf" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/deep_sci_hall) +"xjh" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"xlH" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 1 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"xlP" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/acid_lake_building) +"xmi" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xmz" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 2 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_servers) +"xmC" = ( +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"xmG" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"xmI" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"xmS" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/machinery/light_construct/directional/west, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"xmZ" = ( +/obj/structure/table, +/obj/item/tank/internals/plasma/full, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"xno" = ( +/turf/simulated/wall/indestructible/rock/mineral/xen, +/area/awaymission/black_mesa/xen/nihilanth_hallway) +"xoa" = ( +/obj/structure/table, +/obj/item/weaponcrafting/gunkit/tesla, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_labs) +"xoD" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/awaymission/black_mesa/science_internal) +"xoE" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/machinery/damaged, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"xoF" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"xpb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"xpf" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xpp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/curtain, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xpr" = ( +/obj/structure/fluff/tram_rail{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/entrance) +"xpL" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"xqH" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/bump_teleporter{ + id = "short1"; + id_target = "short2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/black_mesa/entrance_lobby) +"xqQ" = ( +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"xrh" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/dorm_computers) +"xrD" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/lost_camp) +"xrL" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 4 + }, +/area/awaymission/black_mesa/xen/freeman_hallway) +"xrX" = ( +/obj/structure/table, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/dorm_computers) +"xsh" = ( +/obj/structure{ + icon = 'icons/obj/machines/research.dmi'; + icon_state = "tdoppler"; + name = "tachyon-doppler array"; + density = 1; + anchored = 1; + desc = "A highly precise directional sensor array which measures the release of quants from decaying tachyons. The doppler shifting of the mirror-image formed by these quants can reveal the size, location and temporal affects of energetic disturbances within a large radius ahead of the array." + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"xsq" = ( +/obj/structure/table, +/obj/item/flashlight/seclite, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xti" = ( +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/vortigaunt_village) +"xtr" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet, +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/suit/jacket/miljacket, +/obj/item/clothing/under/pants/camo, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xuh" = ( +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/obj/structure/inflatable{ + opacity = 1; + color = "#556B2F" + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/xen/lost_camp) +"xuE" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"xuX" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"xwf" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "tcstation"; + icon_screen = "tcstation_broken"; + icon_keyboard = null + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/lambda_teleporter) +"xwD" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 4 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"xwS" = ( +/turf/simulated/floor/beach/away/coastline/xen/edge_drop{ + dir = 9 + }, +/area/awaymission/black_mesa/xen/entering_zone) +"xwU" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_atrium) +"xxi" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"xxl" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plating/dirt/xen_dirt, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"xxs" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"xxt" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"xxB" = ( +/obj/structure/closet/crate/wooden, +/obj/item/stack/spacecash/c1000, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_downstairs_atrium) +"xxH" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/gibspawner/human, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/tram_room) +"xyI" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"xyX" = ( +/obj/effect/decal/remains/human, +/obj/item/salvage/loot/soviet, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/security_outpost) +"xzz" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"xBt" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"xBS" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_servers) +"xCf" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/lambda_teleporter) +"xCC" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"xCP" = ( +/obj/machinery/chem_master, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/genetics) +"xEz" = ( +/obj/structure/closet/crate/secure/weapon, +/obj/item/storage/bible, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"xET" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/entrance_lobby) +"xFf" = ( +/obj/machinery/porta_turret/syndicate/black_mesa/heavy, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_turret) +"xFl" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"xFq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_external_sec) +"xFC" = ( +/obj/machinery/light/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"xFO" = ( +/obj/structure/closet/crate/secure/weapon, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_entrance) +"xGo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/xen/acid_lake_building) +"xGL" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"xGZ" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_storage) +"xHI" = ( +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"xHM" = ( +/obj/structure/table, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xHR" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/entrance_internal_hall) +"xHW" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"xIf" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"xIr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/beach/away/water{ + color = "#5AAA88"; + water_overlay_image = null + }, +/area/awaymission/black_mesa/resonant_chamber) +"xJI" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/deep_sci_hall) +"xJX" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/flora/rock, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/tram_room) +"xKx" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"xKJ" = ( +/obj/structure/table, +/obj/item/taperecorder/empty, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/employee_dorm_room) +"xKX" = ( +/obj/structure/closet/crate/wooden, +/obj/item/food/beans, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_storage) +"xMb" = ( +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"xMl" = ( +/obj/item/stack/telecrystal/fifty, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/nihilanth_computer) +"xMu" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/pspoon, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xOm" = ( +/obj/machinery/sleeper, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"xOF" = ( +/obj/structure/alien/xenoweeds, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/smooth{ + icon_state = "smooth_large" + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"xOI" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_internal) +"xOS" = ( +/obj/structure/table, +/obj/item/storage/firstaid/surgery{ + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/deep_sci_medbay) +"xPM" = ( +/obj/machinery/door/airlock/silver, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_button) +"xPR" = ( +/obj/machinery/atmospherics/portable/canister/custom_mix, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"xQP" = ( +/turf/simulated/floor/plasteel/stairs/medium, +/area/awaymission/black_mesa/hecu_zone_atrium) +"xQU" = ( +/obj/structure/table_frame, +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/sheet/metal{ + amount = 40 + }, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/cryo_room) +"xQW" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"xRP" = ( +/obj/structure/table/wood, +/obj/item/assembly/signaler/anomaly/random, +/turf/simulated/floor/wood/fancy/cherry, +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth) +"xSi" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light_construct/directional/south, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/resonant_chamber) +"xSs" = ( +/obj/structure/rack, +/obj/item/grenade/frag, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/black_ops_armory) +"xSt" = ( +/turf/simulated/floor/bluegrid, +/area/awaymission/black_mesa/black_ops_button) +"xTo" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"xTq" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"xTU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/high_security_hallway) +"xUr" = ( +/obj/structure/alien/xenoweeds, +/obj/structure/fluff/paper/stack{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_large_office) +"xUH" = ( +/obj/effect/decal/cleanable/glass, +/mob/living/simple_animal/hostile/blackmesa/blackops/ranged, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"xUT" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/structure/sign/poster/official/science{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/science_labs) +"xVj" = ( +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_infirmary) +"xVp" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/tram_tunnel) +"xVF" = ( +/obj/effect/light_emitter/colored/lime, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_arena) +"xVG" = ( +/obj/item/ammo_box/magazine/m556, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"xVR" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + name = "broken computer"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"xWl" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"xWr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"xWY" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/patriot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"xYg" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"xYn" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"xYo" = ( +/obj/item/chair/stool, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/equipment_room) +"xYx" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"xYz" = ( +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"xYF" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/xen/acid_lake_hallway) +"xYX" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_external_hall) +"xZh" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/hecu_zone_atrium) +"xZo" = ( +/obj/structure/railing/cap/normal{ + dir = 1 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"xZI" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_camp) +"xZJ" = ( +/obj/effect/gibspawner/human, +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/black_mesa/employee_dorm_room) +"xZT" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/cryo_room) +"yad" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/power/emitter{ + anchored = 1 + }, +/turf/simulated/floor/catwalk, +/area/awaymission/black_mesa/scientist_hall) +"yai" = ( +/turf/simulated/wall/mineral/wood, +/area/awaymission/black_mesa/xen/freeman_arena) +"yaO" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/storage/firstaid/fire, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/cryo_room) +"yaR" = ( +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"ybf" = ( +/obj/structure/xen_crystal, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"ybG" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/entering_zone) +"ybK" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/cryo_room) +"ycf" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/science_decon_room) +"ycg" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "computer"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"ydW" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/black_mesa/entrance) +"yeI" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/black_mesa/lambda_hallway) +"yfb" = ( +/obj/effect/freeman_blocker, +/obj/structure/mineral_door/xen, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"yfM" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 1 + }, +/obj/structure/chair/sofa/bench/right, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"ygZ" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/black_mesa/hecu_zone_towards_facility) +"yhB" = ( +/obj/structure/table, +/obj/structure/alien/xenoweeds, +/obj/item/healthanalyzer/advanced, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"yia" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/black_mesa/security_outpost) +"yih" = ( +/obj/effect/turf_decal/siding/trimline/blue{ + alpha = 130; + dir = 8 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) +"yiA" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/turf/simulated/floor/plating/xen, +/area/awaymission/black_mesa/xen/freeman_puzzle) +"yiX" = ( +/obj/structure/table, +/obj/item/paper, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/hecu_zone_test_chambers) +"yjq" = ( +/obj/structure/spacevine/xen, +/turf/simulated/floor/beach/away/water/deep/xen, +/area/awaymission/black_mesa/xen/freeman_hallway) +"yjw" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot, +/obj/item/shield/riot, +/obj/item/clothing/head/helmet/riot, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/security_outpost) +"yjJ" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/high_security_surgery) +"yke" = ( +/obj/machinery/porta_turret/syndicate/black_mesa, +/turf/simulated/floor/plasteel/smooth, +/area/awaymission/black_mesa/high_security_hallway) +"yli" = ( +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/black_mesa/genetics_elevator) +"yln" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/black_mesa/hecu_zone_camp) +"ylz" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + icon_state = "green"; + dir = 8 + }, +/area/awaymission/black_mesa/entrance_internal_hall) +"ylH" = ( +/obj/machinery/door/airlock/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark" + }, +/area/awaymission/black_mesa/security_outpost) +"ylL" = ( +/obj/structure/table, +/obj/item/assembly/signaler/anomaly/random, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/black_ops_science_room) +"ylZ" = ( +/obj/effect/turf_decal/siding/trimline/brown{ + alpha = 130; + dir = 9 + }, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/plasteel, +/area/awaymission/black_mesa/entrance_lobby) + +(1,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(2,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(3,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(4,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(5,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +rSN +rSN +aug +oHA +tFL +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +hMz +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(6,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +coV +coV +coV +coV +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hMz +hMz +hMz +hMz +hMz +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +tym +rMf +pDM +pDM +pDM +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(7,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +coV +coV +coV +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +coV +coV +qnz +coV +coV +coV +coV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +eIT +coE +eIT +eIT +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +hMz +fWM +mpV +fWM +hMz +hMz +pKR +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +jVs +jVs +jVs +jVs +pDM +pDM +pDM +pDM +jVs +jVs +jVs +jVs +jVs +jVs +jVs +jVs +jVs +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(8,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +coV +coV +coV +coV +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +coV +coV +coV +coV +coV +coV +coV +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +coV +kRH +rfy +oHA +jap +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +egj +fWM +fWM +fWM +fWM +fWM +bhI +hMz +hMz +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +nSO +vRc +vRc +vRc +vRc +fra +yjq +yjq +fra +vRc +vRc +vRc +vRc +vRc +xrL +vRc +vRc +vRc +fra +xlH +iIy +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(9,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +coV +coV +coV +coV +coV +coV +coV +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +qnz +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +ccM +pxr +wwZ +eIT +eIT +eIT +wZR +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +fWM +fWM +fWM +fWM +fWM +fWM +fWM +fWM +hMz +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fra +fra +fra +fra +fra +fra +fra +fra +fra +fra +fra +fra +fra +fra +fra +fra +nSO +fra +fra +fra +crM +kQi +uKJ +egj +egj +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(10,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qnz +qnz +coV +coV +aaL +egN +pZW +egN +egN +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +coV +coV +qnz +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +cYW +coV +coV +coV +coV +coV +coV +coV +fAv +wwZ +eIT +eIT +eIT +eIT +cCt +eIT +hoQ +hoQ +hoQ +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +hMz +hMz +hMz +hMz +hMz +hMz +fWM +fWM +hMz +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fra +fra +fra +yjq +yjq +yjq +fra +mrC +mrC +mrC +mrC +mrC +mrC +mrC +fra +fra +fra +fra +fra +crM +hIQ +dOt +uKJ +egj +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(11,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qnz +qnz +coV +coV +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +kRH +aaL +jPD +eIT +eIT +eIT +eIT +cCt +eIT +eIT +eIT +eIT +eIT +wAg +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +hMz +pDM +pDM +pDM +hMz +hMz +pFp +fWM +hMz +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fra +fra +fra +pDM +pDM +pDM +pDM +pDM +vmV +vmV +vmV +bRL +vmV +vmV +vmV +pDM +pDM +pDM +fra +crM +hIQ +hil +uKJ +uKJ +uKJ +tym +uKJ +uKJ +jAL +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(12,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lKn +coV +qnz +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +bYn +coV +coV +coV +coV +coV +coV +coV +coV +kRH +wwZ +eIT +eIT +eIT +eIT +eIT +cCt +eIT +eIT +eIT +eIT +eIT +hoQ +hoQ +hoQ +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +pDM +cBU +pDM +pDM +hMz +hMz +fWM +hMz +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fra +fra +fra +pDM +pDM +cBU +cBU +cBU +pDM +pDM +uKJ +uKJ +tym +uKJ +rMf +pDM +pDM +cBU +pDM +pDM +pDM +pDM +pDM +uKJ +jAL +uKJ +uKJ +uKJ +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(13,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eIT +jTT +coV +coV +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +kRH +wwZ +eIT +eIT +eIT +eIT +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +hoQ +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +pDM +pDM +hMz +fWM +jdo +hMz +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fra +fra +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +rMf +uKJ +uKJ +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +bzR +bzR +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(14,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eIT +jTT +coV +coV +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +coV +coV +coV +coV +coV +gmw +wwZ +coE +eIT +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pKR +fWM +fWM +hMz +pDM +pDM +cBU +cBU +cBU +pDM +pDM +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +lQm +qQx +qQx +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(15,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +oKV +oKV +oKV +oKV +oKV +oKV +bOf +pDM +pDM +pDM +pDM +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eIT +jTT +coV +coV +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +cYW +kRH +aaL +hYc +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hyk +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +bhI +fWM +hMz +hMz +pDM +cBU +cBU +pDM +pDM +ato +eCs +fra +hwZ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +lQm +qQx +ief +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(16,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +iln +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ekK +jTT +coV +coV +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +wZR +eIT +mxd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hMz +fWM +fWM +hMz +pDM +cBU +cBU +pDM +mIM +ato +eCs +fra +fra +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +qQx +lQm +qQx +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(17,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +ngq +ngq +xuh +dNw +dNw +dNw +dNw +dNw +dNw +dNw +xuh +oKV +dNw +nqe +nqe +nqe +dNw +oKV +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eIT +eIT +jTT +coV +coV +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eIT +hoQ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hMz +hMz +fWM +fWM +pDM +cBU +cBU +pDM +gkS +ato +eCs +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +lQm +lQm +qQx +qQx +ocg +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(18,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +ngq +ngq +ngq +ngq +nea +ngq +xQW +dNw +vVn +jji +eoT +uEC +hWk +snO +rCN +dNw +oKV +dNw +kbN +ivV +ivV +dNw +dNw +oKV +oKV +oKV +uux +oKV +oKV +oKV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +mBt +eIT +jTT +coV +coV +coV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eIT +hoQ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hMz +fWM +fWM +pDM +pDM +cBU +pDM +pDM +rHw +eCs +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +kyg +qQx +qQx +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(19,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +adS +ngq +ivk +ngq +ngq +ngq +ngq +ngq +gZR +hWk +lTy +frM +ncG +hWk +sTH +vVn +dNw +oKV +dNw +kbN +hWk +vVn +qTX +dNw +dNw +oKV +oKV +pMO +oKV +oKV +oKV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fie +kRO +sLJ +qnz +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eIT +hoQ +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +jAL +uKJ +uKJ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hMz +fWM +fWM +fWM +pDM +cBU +cBU +pDM +ato +eCs +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +qQx +qQx +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(20,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +ngq +ngq +ukQ +ngq +ngq +bla +bla +bla +sAx +dNw +hWk +pKq +vVn +jCK +hLT +hWk +ipV +dNw +dNw +dNw +hWk +vVn +vVn +kkT +ivV +dNw +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +qnz +qnz +qnz +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ueg +coE +pDM +pDM +pDM +pDM +cBU +cBU +cBU +pDM +lbW +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +hyk +egj +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fWM +uKJ +fWM +pDM +cBU +cBU +pDM +ato +eCs +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +qQx +qQx +kyg +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(21,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +ngq +ngq +ngq +bla +bla +bla +bla +bla +bla +wUZ +gAQ +hWk +vVn +ejL +vVn +vVn +vVn +hWk +xah +ihr +xah +hWk +vVn +hWk +hWk +psS +nqe +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qnz +qnz +coV +coV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ueg +wZR +mxd +oFn +aBt +tvY +pDM +cBU +cBU +cBU +pDM +hoQ +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +bhI +pDM +cBU +cBU +pDM +pDM +fra +fra +fra +fra +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +quB +qQx +qQx +qQx +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(22,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +ngq +ngq +ngq +bla +bla +bla +bla +bla +bla +bla +bla +sAx +dNw +hWk +rCN +sTH +rCN +sCp +vVn +vVn +dNw +dNw +xuh +hWk +vVn +hWk +rCN +sTH +nqe +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qnz +coV +coV +coV +coV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +gov +eIT +oFn +eIT +xWl +eIT +pDM +cBU +cBU +cBU +pDM +hoQ +eIT +hoQ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +uKJ +pDM +cBU +cBU +cBU +pDM +pDM +fra +fra +nSO +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(23,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +ngq +ngq +ngq +bla +aUS +bla +ngq +ngq +bla +bla +ngq +ngq +ngq +gZR +hWk +hWk +rCN +hWk +hWk +hWk +vVn +dNw +oKV +dNw +lDK +vVn +hWk +rCN +hWk +nqe +oKV +oKV +oKV +oKV +oKV +oKV +dGY +vlJ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +coV +coV +coV +coV +qnz +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hoQ +eIT +eIT +fie +hoQ +pDM +cBU +cBU +cBU +pDM +eIT +eIT +hoQ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +pDM +pDM +cBU +cBU +cBU +pDM +pDM +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +moQ +lQm +lQm +lQm +qQx +qQx +jHF +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(24,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +ngq +ngq +ngq +bla +bla +bla +ngq +ngq +ngq +bla +bla +ngq +ngq +xQW +dNw +uew +jHk +tKS +rCN +oon +foH +oon +dNw +oKV +dNw +hWk +cWH +gyq +hWk +ipV +dNw +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +qnz +qnz +pDM +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hoQ +hoQ +hoQ +hoQ +gYd +pDM +cBU +cBU +pDM +pDM +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +egj +pDM +cBU +cBU +cBU +cBU +pDM +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +qQx +lQm +lQm +lQm +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(25,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +ngq +ngq +bEX +ngq +ngq +bla +bla +ngq +ngq +ngq +qjg +bla +bla +ngq +ngq +ngq +dNw +dNw +dNw +dNw +xah +dNw +dNw +dNw +xuh +oKV +dNw +hWk +pDE +dNl +hWk +vVn +gZR +dNw +dNw +dNw +xrD +xrD +xrD +oKV +oKV +pQk +qEG +qEG +qEG +tds +qEG +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +coV +coV +qnz +qnz +pDM +pDM +pDM +oHA +oHA +oHA +eyf +oHA +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hoQ +hoQ +hoQ +hoQ +gYd +cBU +cBU +pDM +pDM +hoQ +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +egj +pDM +cBU +cBU +cBU +pDM +pDM +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +ief +lQm +lQm +lQm +mzF +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +lQm +lQm +lQm +lQm +lQm +lQm +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(26,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +ngq +ngq +ngq +ngq +bla +bla +ngq +ngq +ngq +ngq +bla +bla +bla +hMp +ngq +oKV +oKV +oKV +dNw +lDK +dNw +oKV +oKV +oKV +oKV +dNw +hWk +rCY +sQB +hWk +hWk +xah +hWk +hWk +xah +shE +shE +dJu +oKV +oKV +pQk +qEG +qEG +qEG +qEG +qEG +nbM +nbM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +coV +coV +coV +bYn +coV +coV +coV +coV +coV +coV +coV +coV +coV +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hoQ +hoQ +hoQ +pDM +cBU +pDM +pDM +hoQ +hoQ +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +fra +fra +fra +fra +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +qQx +kyg +lQm +lQm +lQm +lQm +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(27,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +ngq +ngq +ngq +ngq +xjh +onc +wtx +onc +onc +vEW +ngq +ngq +bla +bla +ngq +ngq +oKV +oKV +oKV +dNw +hWk +dNw +oKV +oKV +oKV +oKV +dNw +hWk +oqn +bAE +hWk +vVn +xah +ihr +hWk +xah +shE +shE +dJu +oKV +oKV +pQk +qEG +qEG +qEG +qEG +qEG +nbM +nbM +nbM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +coV +xYF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hoQ +hoQ +pDM +pDM +pDM +hoQ +hoQ +eIT +eIT +eIT +wAg +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +hwZ +mrC +mrC +mrC +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +lQm +lQm +lQm +lQm +nmA +nmA +nmA +nmA +nmA +nmA +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +lQm +lQm +lQm +lQm +moQ +lQm +lQm +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(28,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +ngq +ngq +ngq +ngq +ngq +xjh +ddG +xwS +vzi +eYn +sgG +dNy +vEW +ngq +bla +bla +bla +ngq +oKV +dNw +dNw +dNw +vdT +dNw +dNw +dNw +dNw +oKV +dNw +hWk +dZo +sQB +hWk +vVn +gZR +dNw +dNw +dNw +xrD +xrD +xrD +oKV +oKV +pQk +qEG +qEG +nbM +nbM +qEG +qEG +qEG +nbM +nbM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +coV +coV +qnz +coV +qnz +coV +coV +coV +coV +coV +cYW +coV +coV +kRH +wwZ +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +hoQ +hoQ +hoQ +hoQ +hoQ +eIT +eIT +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +hyk +uKJ +pDM +cBU +cBU +cBU +pDM +crM +hIQ +vmV +vmV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +nmA +oQS +aHI +aHI +aHI +nmA +lQm +lQm +lQm +lQm +lQm +lQm +qQx +bhf +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(29,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +ngq +ngq +ngq +ngq +ngq +vRI +xwS +kwV +vzi +kwV +kwV +sgG +bpq +vEW +ngq +bla +bla +ngq +fzj +dNw +ciM +vVn +vVn +njE +ivV +iNF +dNw +oKV +dNw +lDK +oqn +fuI +hWk +vVn +dNw +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +pDM +pDM +nbM +qEG +vDm +qEG +qEG +qEG +byQ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +coV +coV +coV +coV +qnz +qnz +qnz +coV +coV +coV +coV +coV +coV +coV +coV +kRH +wwZ +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +hoQ +eIT +hoQ +hoQ +hoQ +hoQ +hoQ +hoQ +eIT +eIT +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +hIQ +dVX +uKJ +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +nmA +pnW +aHI +aHI +aHI +nmA +lQm +lQm +lQm +lQm +moQ +qQx +qQx +qQx +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(30,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +rNW +ngq +ngq +ngq +ngq +vRI +fvK +kwV +vzi +kwV +kwV +kwV +sgG +bpq +vEW +bla +bla +ngq +oKV +gZR +hWk +rCN +pxT +vVn +hWk +iNF +dNw +oKV +dNw +vVn +hWk +hWk +rCN +pGt +nqe +oKV +oKV +oKV +oKV +oKV +oKV +dGY +vlJ +pDM +cBU +cBU +pDM +pDM +qEG +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +coV +coV +coV +gmw +wwZ +uSl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +eIT +eIT +eIT +hoQ +hoQ +eIT +nWx +hoQ +nWx +hoQ +hoQ +eIT +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +jAL +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +pDM +uKJ +uKJ +egj +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +nmA +pnW +wGe +iOX +aHI +tMu +qQx +qQx +lQm +lQm +lQm +qQx +qQx +lQm +lQm +lQm +nmA +nmA +nmA +nmA +nmA +nmA +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(31,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +uSv +ngq +xjh +ddG +fvK +kwV +wtx +kwV +kwV +kwV +kwV +sgG +bpq +vEW +bla +bla +wtD +dNw +oon +uKR +kin +vVn +vVn +rQU +dNw +dNw +dNw +vVn +vVn +hWk +hWk +pGt +nqe +oKV +oKV +oKV +oKV +oKV +oKV +pDM +pDM +pDM +cBU +cBU +cBU +pDM +mTG +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +wMM +gmw +aaL +hYc +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +hoQ +ekK +eIT +eIT +eIT +hoQ +hoQ +eIT +eIT +nWx +eIT +eIT +eIT +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +uKJ +uKJ +pDM +pDM +cBU +cBU +cBU +pDM +egj +uKJ +uKJ +pDM +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +quB +lQm +lQm +nmA +pnW +aHI +aHI +aHI +nmA +lQm +qQx +qQx +lQm +lQm +qQx +qQx +lQm +lQm +lQm +nmA +wbj +aHI +aHI +aHI +nmA +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(32,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +xjh +ddG +xwS +kwV +kwV +vzi +kwV +kwV +kwV +kwV +kwV +sgG +fxJ +bla +bla +shE +vdT +rCN +xmC +hDw +pDV +rCN +hWk +vdT +ihr +xah +hWk +rCN +qhG +rCN +kuM +nqe +oKV +oKV +oKV +oKV +ooB +oKV +pDM +pDM +cBU +cBU +cBU +cBU +pDM +nbM +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egN +egN +hYc +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hoQ +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +oFn +eIT +eIT +eIT +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +egj +uKJ +egj +pDM +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +moQ +lQm +lQm +lQm +lQm +lQm +lQm +nmA +stw +aHI +aHI +aHI +nmA +lQm +lQm +qQx +qQx +qQx +qQx +qQx +qQx +qQx +qQx +tMu +aHI +aHI +aHI +xRP +nmA +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(33,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +vRI +xwS +kwV +kwV +kwV +vzi +kwV +kwV +kwV +kwV +kwV +xhR +kpk +ngq +bla +wtD +dNw +hWk +xmC +sek +hDw +kin +iNF +dNw +dNw +dNw +kkT +rCN +vVn +hWk +kuM +dNw +oKV +oKV +oKV +bUb +oKV +oKV +oKV +pDM +cBU +cBU +cBU +cBU +pDM +pDM +qEG +qEG +qEG +nbM +nbM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +swe +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hoQ +eIT +eIT +coE +eIT +eIT +hoQ +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +egj +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +egj +uEW +uKJ +pDM +cBU +cBU +cBU +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +nmA +nmA +nmA +nmA +nmA +nmA +lQm +kyg +qQx +qQx +qQx +qQx +qQx +qQx +qQx +lQm +nmA +kii +iOX +aHI +cbQ +nmA +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(34,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +vRI +fvK +kwV +kwV +kwV +vzi +kwV +kwV +kwV +kwV +kwV +xhR +fxJ +ngq +ngq +oKV +gZR +qqz +hDw +hDw +hDw +hCj +iNF +dNw +oKV +dNw +hWk +vVn +rCN +ihr +dNw +dNw +oKV +oKV +oKV +oKV +oKV +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +nbM +nbM +tds +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eIT +eIT +eIT +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eIT +eIT +eIT +eIT +eIT +hoQ +eIT +eIT +wZR +eIT +eIT +eIT +eIT +hoQ +hoQ +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +pDM +egj +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +uKJ +uKJ +pDM +pDM +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +ddQ +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +qQx +qQx +lQm +lQm +lQm +lQm +nmA +fDl +aHI +aHI +fbn +nmA +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(35,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +vRI +fvK +kwV +kwV +kwV +wtx +kwV +kwV +kwV +kwV +kwV +xhR +fxJ +ngq +ngq +fzj +dNw +csL +sek +hDw +sek +hDw +fka +dNw +oKV +dNw +ivV +ivV +ivV +dNw +dNw +oKV +oKV +oKV +oKV +oKV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +nbM +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lkQ +lkQ +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +eIT +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +egj +egj +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +cBU +pDM +egj +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +qQx +lQm +lQm +lQm +lQm +lQm +oXc +lQm +qQx +qQx +qQx +qQx +lQm +lQm +lQm +lQm +nmA +nmA +tMu +nmA +nmA +nmA +lQm +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(36,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +vRI +fvK +kwV +kwV +nvO +dlO +nHH +kwV +uWx +kwV +kwV +xhR +bpq +vEW +ngq +oKV +dNw +dNw +hDw +hDw +hDw +dNw +dNw +dNw +oKV +dNw +nqe +nqe +nqe +dNw +oKV +oKV +oKV +oKV +oKV +oKV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +qEG +qEG +nbM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qIh +iOj +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +eIT +eIT +eIT +hoQ +hoQ +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +egj +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +pDM +pDM +cBU +pDM +pDM +uKJ +uKJ +pDM +cBU +cBU +cBU +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +qQx +lQm +lQm +lQm +lQm +lQm +qQx +qQx +qQx +qQx +lQm +lQm +lQm +lQm +nmA +kii +aHI +aHI +aHI +nmA +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(37,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +dph +fvK +kwV +kwV +qqP +etZ +qHA +kwV +kwV +kwV +kwV +kwV +sgG +fxJ +ngq +ngq +ngq +gmP +gmP +gmP +gmP +gmP +ngq +iln +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +bOf +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +vDm +qEG +nbM +nbM +nbM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +glb +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hoQ +eIT +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hyk +egj +uKJ +egj +pDM +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +vuI +pDM +pDM +pDM +uKJ +jAL +uKJ +pDM +cBU +cBU +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +qQx +lQm +lQm +lQm +lQm +lQm +xmI +qQx +lQm +lQm +lQm +lQm +lQm +nmA +fDl +aHI +aHI +stw +nmA +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(38,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +ngq +vRI +fvK +kwV +kwV +vzD +bKS +wFc +kwV +kwV +kwV +kwV +kwV +xhR +fxJ +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +iln +dYe +oKV +oKV +oKV +uux +ooB +oKV +oKV +oKV +oKV +oKV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +byQ +qEG +nbM +nbM +nbM +nbM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +pDM +pDM +pDM +pDM +pDM +pDM +pDM +glb +pDM +pDM +glb +glb +glb +glb +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +hoQ +eIT +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uKJ +uKJ +uKJ +egj +pDM +cBU +cBU +cBU +cBU +pDM +pDM +uKJ +uKJ +uKJ +uKJ +uKJ +uKJ +hyk +uKJ +pDM +pDM +cBU +cBU +pDM +lQm +lQm +lQm +lQm +dUI +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +kyg +lQm +qQx +qQx +lQm +moQ +lQm +qQx +qQx +qQx +lQm +lQm +lQm +lQm +jHF +nmA +nmA +nmA +nmA +nmA +nmA +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(39,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +ngq +vRI +fvK +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +xhR +fxJ +ngq +ngq +ngq +ngq +ngq +adS +ngq +ngq +ngq +iln +prK +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +oKV +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +nbM +nbM +nbM +qEG +nbM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +fxE +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +wZR +eIT +eIT +eIT +eIT +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +uKJ +mIM +pDM +pDM +cBU +cBU +cBU +cBU +pDM +egj +egj +dJr +dJr +egj +egj +egj +pDM +pDM +cBU +cBU +cBU +pDM +lQm +moQ +lQm +lQm +lQm +lQm +lQm +lQm +nmA +nmA +nmA +nmA +nmA +lQm +lQm +lQm +qQx +qQx +qQx +qQx +lQm +lQm +qQx +qQx +lQm +lQm +moQ +lQm +lQm +lQm +lQm +lQm +lQm +lQm +ddQ +lQm +lQm +lQm +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(40,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +hMp +vRI +fvK +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +xhR +fxJ +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +pDM +pDM +pDM +pDM +pDM +oKV +oKV +oKV +oKV +oKV +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +pDM +pDM +xti +jIh +jIh +jIh +jIh +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +fxE +glb +glb +glb +glb +glb +qIh +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eIT +eIT +eIT +eIT +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +uKJ +uKJ +uKJ +pDM +cBU +cBU +cBU +cBU +pDM +pDM +egj +egj +egj +egj +pDM +pDM +pDM +cBU +cBU +cBU +cBU +pDM +lQm +lQm +lQm +lQm +ddQ +lQm +lQm +lQm +nmA +pnW +aHI +aHI +nmA +lQm +lQm +qQx +qQx +vmq +qQx +qQx +qQx +lQm +qQx +qQx +qQx +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(41,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +vRI +ldo +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +itW +fxJ +ngq +ngq +ngq +xjh +onc +onc +vEW +ngq +ngq +pDM +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +nbM +qEG +qEG +pDM +cBU +cBU +cBU +pDM +pDM +xti +jIh +jIh +gSe +lXl +jIh +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +rJm +rJm +glb +glb +glb +glb +glb +glb +dLV +glb +glb +glb +glb +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cCt +cCt +cCt +cCt +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +mIM +uKJ +uKJ +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +egj +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +lQm +nmA +nmA +nmA +nmA +nmA +cbQ +aHI +aHI +tMu +qQx +qQx +qQx +qQx +qQx +qQx +qQx +qQx +lQm +qQx +qQx +qQx +lQm +lQm +lQm +lQm +lQm +lQm +ddQ +lQm +lQm +lQm +lQm +quB +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(42,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +vVX +dRB +ldo +kwV +kwV +kwV +kwV +kwV +kwV +kwV +kwV +itW +iKF +eTU +ngq +ngq +xjh +ddG +xwS +qEr +fxJ +hMp +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eqS +qEG +qEG +nbM +qEG +qEG +pDM +cBU +cBU +cBU +pDM +xti +xti +jIh +rSI +pzv +sZo +jIh +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +eiv +glb +glb +glb +glb +qIh +qIh +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +wta +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +nsl +nWB +nWB +nsl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +uDM +yfb +uDM +pDM +cBU +pDM +cBU +cBU +cBU +cBU +pDM +pDM +egj +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lQm +lQm +nmA +vrW +aHI +aHI +nmA +cbQ +aHI +aHI +nmA +lQm +qQx +vmq +qQx +rBp +qQx +vmq +qQx +qQx +qQx +qQx +kyg +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(43,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +vVX +dRB +ldo +crT +lcX +crT +crT +kwV +kwV +itW +iKF +eTU +ngq +ngq +ngq +vRI +xwS +kwV +itW +fxJ +ngq +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nbM +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +pDM +xti +xti +jIh +foa +xti +qOA +jIh +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +nsl +nsl +nsl +nsl +nWB +nsl +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +pDM +egj +egj +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +lQm +lQm +nmA +jRd +iOX +aHI +tMu +aHI +iOX +aHI +nmA +lQm +lQm +qQx +qQx +qQx +qQx +qQx +qQx +lQm +qQx +qQx +qQx +lQm +nmA +nmA +nmA +nmA +nmA +lQm +lQm +lQm +lQm +lQm +lQm +lQm +moQ +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(44,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +vVX +kOQ +kOQ +kOQ +kOQ +dRB +ldo +itW +iKF +eTU +ngq +ngq +ngq +hMp +vRI +ldo +itW +iKF +eTU +ngq +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nbM +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +pDM +xti +xti +jIh +gXB +ikV +xti +jIh +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nsl +eZR +nsl +nsl +nWB +nWB +nsl +nsl +nsl +nsl +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +pDM +pDM +pDM +pDM +cBU +cBU +pDM +egj +egj +pDM +pDM +cBU +pDM +pDM +pDM +cBU +cBU +cBU +pDM +pDM +lQm +nmA +aez +aHI +aHI +nmA +aHI +aHI +aHI +nmA +lQm +lQm +qQx +qQx +vmq +qQx +qQx +qQx +lQm +qQx +qQx +qQx +lQm +nmA +wbj +aHI +aEC +nmA +lQm +lQm +lQm +oXc +lQm +lQm +lQm +lQm +lQm +lQm +wbv +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(45,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +ngq +ngq +vVX +kOQ +kOQ +eTU +ngq +ukQ +ngq +ngq +ngq +vVX +kOQ +kOQ +eTU +ngq +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +nbM +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +pDM +xti +xti +jIh +jIh +bQb +jIh +jIh +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +rJm +rJm +rJm +pzr +pzr +pzr +pzr +pzr +pzr +aNx +aNx +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +nsl +nsl +nsl +nsl +nWB +nWB +nsl +nsl +kNJ +kNJ +nsl +nsl +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +qZK +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +pDM +egj +egj +egj +pDM +pDM +pDM +bbM +pDM +pDM +cBU +cBU +cBU +pDM +lQm +nmA +nmA +nmA +nmA +nmA +aHI +aHI +aHI +nmA +lQm +lQm +lQm +qQx +qQx +qQx +qQx +lQm +kyg +lQm +qQx +qQx +qQx +nmA +aHI +aHI +aEC +nmA +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +wbv +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(46,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +qEG +vDm +qEG +pDM +pDM +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +fxE +glb +glb +glb +glb +rJm +pzr +pzr +pzr +pzr +pzr +smx +wnM +pzr +oKh +uzo +lUJ +lUJ +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nNc +nsl +nsl +lnQ +nsl +nsl +nsl +nsl +kNJ +nsl +nsl +eZR +nsl +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fNS +pDM +pDM +pDM +pDM +pDM +uvv +sOI +sOI +sOI +bIw +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +pDM +cBU +pDM +pDM +egj +egj +pDM +egj +vuI +uKJ +jAL +pDM +cBU +cBU +cBU +pDM +lQm +lQm +lQm +lQm +lQm +nmA +wbj +stw +stw +nmA +lQm +lQm +lQm +lQm +lQm +qQx +qQx +lQm +lQm +lQm +qQx +qQx +qQx +tMu +aHI +aHI +fbn +nmA +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(47,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +ngq +ngq +ybG +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qEG +qEG +qEG +qEG +qEG +nbM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +sjR +eEF +xti +gJn +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +rJm +rJm +pzr +lUJ +uzo +gTu +lUJ +uzo +lUJ +pzr +tHe +uzo +jsy +lUJ +pzr +rJm +glb +glb +glb +glb +glb +fxE +glb +glb +glb +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +nsl +nsl +nsl +nsl +nsl +nWB +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +kNJ +kNJ +kNJ +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fNS +fNS +pDM +yai +yai +yai +yai +yai +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +pDM +egj +egj +egj +egj +uKJ +gZk +mIM +pDM +cBU +cBU +cBU +pDM +lQm +lQm +lQm +lQm +lQm +nmA +nmA +nmA +nmA +nmA +lQm +lQm +oXc +qQx +qQx +qQx +lQm +lQm +lQm +qQx +qQx +lQm +qQx +nmA +aHI +aHI +vsu +nmA +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +deE +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(48,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nbM +qEG +qEG +qEG +qEG +nbM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +obr +ncp +grl +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +tii +aOA +coD +duq +dEx +lUJ +xlP +pzr +kbV +lUJ +uzo +kVy +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +kNJ +kNJ +nsl +nWB +nsl +nsl +nsl +sIx +sIx +sIx +sIx +sIx +sIx +sIx +kNJ +kNJ +pDM +pDM +cBU +cBU +cBU +pDM +pDM +fNS +fNS +fNS +pDM +yai +qYR +clK +qYR +yai +sOI +sOI +sOI +sOI +sOI +sOI +sOI +ogO +sOI +sOI +sOI +sOI +pDM +cBU +cBU +pDM +pDM +egj +egj +egj +eid +uKJ +pDM +pDM +cBU +cBU +cBU +pDM +mzF +lQm +lQm +lQm +lQm +lQm +lQm +lQm +jHF +lQm +lQm +lQm +lQm +qQx +qQx +lQm +lQm +moQ +lQm +qQx +qQx +lQm +lQm +nmA +aHI +aHI +fbn +nmA +lQm +lQm +lQm +lQm +lQm +mzF +lQm +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(49,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +ngq +ngq +ybG +ybG +ybG +ngq +ngq +ngq +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nbM +qEG +qEG +qEG +qEG +nbM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +sjR +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +tii +aOA +vlW +kXz +pTC +uzo +uzo +aNx +uzo +wCW +uzo +kig +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +kNJ +kNJ +nsl +nsl +nWB +nsl +nsl +sIx +wLh +nWB +cfp +nWB +wLh +sIx +nsl +kNJ +kNJ +pDM +cBU +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +yai +tbC +hmX +hmX +yai +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +pDM +pDM +egj +egj +uKJ +uKJ +pDM +cBU +cBU +pDM +pDM +pDM +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +qQx +lQm +lQm +lQm +lQm +lQm +bhf +qQx +lQm +lQm +nmA +aHI +aHI +aEC +nmA +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(50,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +gvG +gvG +gvG +gvG +gvG +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +nbM +qEG +qEG +qEG +qEG +nbM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +lWA +lWA +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +pzr +aOA +qeH +rvt +pTC +uzo +etS +pzr +uzo +lUJ +lUJ +tWO +pzr +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nsl +uiB +nsl +nsl +kNJ +nsl +nWB +nWB +nsl +nsl +sIx +nWB +oDR +nWB +nWB +mky +sIx +nsl +nsl +nsl +pDM +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +yai +hmX +hmX +hmX +yai +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +pDM +pDM +cBU +cBU +pDM +rMf +uKJ +uKJ +uKJ +pDM +cBU +pDM +pDM +inc +veZ +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +nmA +nmA +nmA +nmA +nmA +tMu +nmA +nmA +nmA +lQm +lQm +qQx +qQx +lQm +lQm +nmA +sCM +aHI +aEC +nmA +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(51,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +gvG +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +qEG +qEG +qEG +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qqS +xti +eEF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +oOz +glb +glb +glb +glb +rJm +pzr +keq +xlP +uzo +uzo +lUJ +uzo +pzr +jjK +viz +pzr +pzr +pzr +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +qPR +nsl +nsl +nWB +nsl +nsl +sIx +mky +nWB +nWB +nWB +nDw +sIx +nsl +nsl +nsl +nsl +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +yai +yai +urh +yai +yai +plT +plT +sOI +sOI +sOI +sOI +sOI +sOI +xfC +xVF +sOI +sOI +sOI +sOI +pDM +pDM +cBU +pDM +jUh +gZk +mIM +pDM +pDM +cBU +pDM +inc +inc +veZ +lQm +lQm +lQm +lQm +quB +lQm +lQm +lQm +nmA +aHI +aHI +aHI +nmA +aHI +aHI +aHI +nmA +deE +lQm +qQx +qQx +qQx +lQm +nmA +nmA +nmA +nmA +nmA +lQm +lQm +lQm +lQm +lQm +lQm +lQm +dUI +lQm +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(52,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +gvG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qEG +byQ +qEG +qEG +tds +vDm +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +qqS +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +qIh +qIh +glb +glb +glb +rJm +pzr +pzr +pzr +pzr +aNx +pzr +pzr +jLi +uzo +vug +pzr +jSI +uCx +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nsl +kNJ +kNJ +nsl +nsl +nsl +nsl +nWB +nsl +nsl +sIx +sIx +sIx +nWB +sIx +sIx +sIx +nsl +nsl +nsl +nsl +pDM +pDM +pDM +sOI +sOI +xVF +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +plT +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +pDM +pDM +vuI +pDM +pDM +cBU +cBU +pDM +inc +inc +veZ +lQm +lQm +lQm +lQm +moQ +lQm +lQm +lQm +nmA +aHI +iOX +aHI +nmA +aHI +aHI +fbn +nmA +ddQ +lQm +qQx +qQx +qQx +lQm +lQm +lQm +lQm +lQm +lQm +lQm +moQ +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(53,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +gvG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +nQI +nLB +dJk +qEG +aur +qEG +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +qIh +qIh +qIh +glb +glb +glb +rJm +rJm +pzr +lUJ +ifO +oKR +bQp +pzr +xGo +rzl +mpn +pzr +lUJ +sME +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +kNJ +nsl +nsl +nsl +nWB +nWB +nsl +qPR +nsl +nsl +nsl +nWB +nsl +nsl +nsl +nsl +nsl +nsl +tpH +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +plT +rXP +sOI +plT +sOI +sOI +sOI +sOI +sOI +qZK +sOI +sOI +sOI +sOI +pDM +cBU +cBU +pDM +pDM +pDM +cBU +cBU +cBU +pDM +inc +inc +veZ +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +nmA +aHI +aHI +aHI +tMu +aHI +aHI +fbn +nmA +lQm +lQm +qQx +qQx +lQm +lQm +kyg +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +deE +lQm +lQm +lQm +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(54,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +gvG +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +nQI +tCd +ntN +qVL +dJk +mTG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +qIh +qIh +glb +glb +glb +glb +rJm +pzr +lEO +gaz +cWr +cnY +pzr +hdw +lUJ +viz +pzr +hmQ +uzo +tii +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +kNJ +kNJ +nsl +nsl +nWB +nWB +nsl +nsl +nsl +nsl +nsl +nWB +nsl +nsl +nsl +dNT +nsl +nsl +nsl +pDM +pDM +pDM +sOI +sOI +sOI +qZK +sOI +sOI +sOI +qtJ +sOI +sOI +sOI +sOI +plT +uHp +plT +sOI +sOI +sOI +sOI +wnd +cKM +sOI +sOI +sOI +sOI +sOI +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +inc +veZ +lQm +lQm +lQm +lQm +lQm +lQm +lQm +lQm +nmA +stw +cbQ +cjE +nmA +aHI +fbn +xRP +nmA +weS +weS +oZt +oZt +oZt +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +weS +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(55,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +gvG +gvG +gvG +gvG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +mpE +ntN +oCm +ntN +gPn +qEG +qEG +qEG +qEG +nbM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +qqS +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +qIh +glb +glb +glb +glb +glb +glb +ofQ +aXQ +uWu +lUJ +pzr +pzr +aNx +pzr +pzr +lUJ +igU +tii +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +pDM +nsl +mgS +kNJ +kNJ +nsl +nsl +nWB +nsl +nsl +nsl +nsl +nsl +nsl +nWB +nsl +nsl +bno +nsl +nsl +nsl +nsl +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +sOI +rXP +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +inc +inc +inc +oqE +weS +weS +weS +weS +weS +weS +weS +weS +nmA +nmA +nmA +nmA +nmA +nmA +nmA +nmA +nmA +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(56,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +nfH +ngq +ngq +ngq +ngq +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +jva +kLL +ntN +mdm +jmv +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +qqS +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +eiv +glb +glb +glb +glb +glb +glb +glb +gSC +mTU +uzo +lUJ +pzr +wOT +xlP +uWR +qEp +mKp +uzo +tii +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nWB +nsl +nsl +nsl +tpH +nWB +nWB +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +pDM +pDM +sOI +sOI +sOI +cKM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +rXP +rXP +rXP +sOI +sOI +sOI +sOI +sOI +sOI +qwU +sOI +qtJ +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +iPU +inc +inc +inc +inc +inc +fYx +fYx +fYx +inc +jtF +inc +inc +inc +inc +qll +inc +inc +inc +inc +inc +mPy +inc +inc +inc +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(57,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +ngq +ngq +ngq +ngq +cPk +adS +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +uNu +jva +pQv +jmv +mTG +qEG +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +eLF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +ofQ +uzo +cpy +aNx +lUJ +uzo +lHF +uzo +uzo +lUJ +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +kNJ +nsl +nsl +nsl +nWB +nsl +nsl +nsl +nsl +nWB +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nNc +pDM +pDM +pDM +pDM +sOI +sOI +sOI +sOI +xfC +sOI +sOI +qwU +sOI +sOI +rXP +rXP +rXP +rXP +rXP +sOI +sOI +qZK +sOI +sOI +sOI +sOI +sOI +sOI +qZK +sOI +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +inc +inc +inc +inc +inc +inc +inc +upk +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(58,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +ngq +qjg +ngq +ngq +ngq +ngq +ngq +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +byQ +aur +qEG +qEG +qEG +qEG +vDm +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eLF +xti +uPg +xti +eLF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +pzr +fgu +lvN +szB +iJd +pzr +pNZ +fmV +mjb +oxP +jrB +aGY +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +efD +cre +cre +cre +cre +cre +cre +nsl +nsl +nsl +nsl +cdh +nsl +eZR +nsl +pDM +pDM +pDM +pDM +qZK +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +rXP +rXP +rXP +rXP +rXP +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +bIw +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +pDM +inc +inc +inc +qll +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +dbQ +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +dbQ +inc +inc +inc +inc +inc +inc +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(59,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +uSv +ngq +aWk +ngq +ngq +ngq +ngq +qjg +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +byQ +qEG +qEG +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eLF +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +pzr +pzr +pzr +san +san +pzr +pzr +pzr +tii +tii +tii +pzr +pzr +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +cre +lbj +cre +cre +cre +cre +cre +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +rXP +rXP +rXP +rXP +ncb +rXP +rXP +rXP +rXP +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +pDM +inc +bpk +inc +inc +inc +inc +inc +inc +inc +xik +inc +inc +qll +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xik +inc +inc +inc +qll +inc +inc +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(60,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ngq +ngq +crV +ngq +ngq +ngq +ngq +ngq +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qEG +qEG +qEG +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eLF +eLF +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +dNT +nsl +nsl +nsl +cre +cre +nsl +nsl +nsl +cre +cre +cre +cre +cre +vnq +ecz +kbO +cre +cre +nsl +nsl +btH +sIx +sOI +sOI +sOI +sOI +plT +rXP +sOI +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +sOI +rXP +sOI +plT +plT +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(61,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ybf +ngq +ngq +ngq +ngq +ngq +ngq +wcP +aWk +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +vDm +qEG +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +eLF +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +cre +cre +nsl +dNT +nsl +cre +cre +cre +qUW +cre +cre +cre +tmH +iUm +cre +nsl +nsl +cre +dyn +sOI +sOI +sOI +sOI +plT +uHp +rXP +rXP +rXP +rXP +ptT +rXP +qZe +rXP +pOk +rXP +rXP +rXP +rXP +uHp +plT +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +fYx +idq +fYx +inc +inc +inc +inc +iPU +inc +inc +inc +inc +inc +inc +inc +dbQ +inc +inc +inc +inc +bpk +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(62,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +nfH +ngq +ngq +qjg +ngq +ngq +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +fxE +glb +glb +glb +glb +rJm +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +cre +cre +nsl +nsl +nsl +cre +cre +cre +cre +eCF +yiA +cre +cre +cre +gVN +nsl +nsl +cre +sIx +sOI +sOI +bIw +plT +sOI +rXP +sOI +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +rXP +sOI +plT +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +inc +inc +inc +dbQ +inc +inc +inc +inc +upk +inc +inc +inc +inc +qll +inc +inc +inc +inc +inc +fYx +fYx +inc +inc +qll +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(63,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +ngq +uSv +ngq +ngq +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +iOj +awZ +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +tmH +cre +cre +cre +cre +cre +cre +cdh +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +sOI +sOI +sOI +sOI +plT +plT +sOI +sOI +rXP +rXP +rXP +rXP +hjx +rXP +rXP +rXP +rXP +sOI +sOI +plT +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(64,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +dTi +sAF +sXe +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +opF +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +qPR +nsl +nsl +nsl +cre +cre +cre +cre +cre +cre +cre +nsl +nsl +nNc +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +pDM +sOI +sOI +qwU +sOI +sOI +sOI +sOI +sOI +sOI +sOI +rXP +rXP +rXP +rXP +rXP +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +wnd +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +htb +jUd +lwD +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +lwD +kwz +kCU +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(65,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eLF +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +gaU +pui +pDM +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +awZ +opF +glb +glb +glb +glb +fxE +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nNc +nsl +nWB +nWB +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +uiB +nsl +nsl +pDM +pDM +pDM +pDM +sOI +qZK +cKM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +rXP +rXP +rXP +rXP +rXP +sOI +sOI +qtJ +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +htb +jUd +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +cNs +kwz +kCU +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(66,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qEG +qEG +mTG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eLF +eLF +eLF +eLF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pui +pui +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +opF +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nWB +nWB +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +bno +pDM +pDM +pDM +pDM +sOI +sOI +wnd +sOI +xfC +sOI +sOI +wnd +qtJ +sOI +sOI +rXP +rXP +rXP +sOI +wnd +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +inc +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(67,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qEG +qEG +qEG +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +eLF +eLF +eLF +eLF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +gaU +pui +sXe +sXe +mBw +glb +glb +glb +glb +oPV +rJm +glb +glb +glb +glb +glb +glb +glb +opF +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +bno +nsl +nsl +nsl +uiB +nsl +nWB +mky +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +mgS +nsl +nsl +nsl +pDM +pDM +pDM +qwU +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +sOI +rXP +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +xVF +sOI +sOI +sOI +uvv +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xoF +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +inc +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(68,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pQk +pQk +pQk +pDM +pDM +cBU +cBU +cBU +pDM +pDM +pDM +eLF +eLF +eLF +eLF +eLF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +sXe +sAF +pui +pui +mBw +vPl +glb +glb +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +opF +opF +opF +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +fxE +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nWB +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +uHp +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +uvv +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +uMq +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(69,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +wIg +wIg +wIg +xti +pDM +pDM +pDM +pDM +pDM +pDM +eLF +eLF +eLF +eLF +eLF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sAF +pui +pui +hQB +pDM +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +opF +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +nsl +nsl +sIx +sIx +sIx +sIx +nWB +sIx +sIx +nsl +nsl +nsl +nsl +nsl +kNJ +nsl +nsl +nsl +nsl +pDM +pDM +pDM +sOI +yai +yai +yai +yai +yai +sOI +sOI +sOI +qZK +sOI +sOI +sOI +plT +plT +sOI +plT +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +uvv +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +xoF +inc +inc +inc +inc +xik +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(70,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +xti +xti +wIg +wIg +wIg +xti +xti +xti +gud +gud +pDM +eLF +eLF +eLF +eLF +eLF +eLF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +pui +pui +pDM +pDM +pDM +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +opF +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nNc +nsl +nsl +sIx +fIC +nWB +nWB +nWB +nWB +sIx +nsl +nsl +nsl +nsl +nsl +nsl +nsl +kNJ +nsl +pDM +pDM +pDM +sOI +sOI +yai +qYR +tbC +hmX +yai +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +plT +plT +sOI +sOI +sOI +qwU +sOI +sOI +sOI +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xoF +inc +inc +inc +inc +inc +inc +lZe +inc +inc +rnD +cNs +cNs +rnD +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +rnD +cNs +oGW +rnD +inc +inc +lZe +inc +inc +inc +upk +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(71,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +xti +xti +xti +xti +wIg +wIg +wIg +xti +xti +xti +xti +eLF +eLF +eLF +eLF +eLF +eLF +eLF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pui +pui +pui +pui +pDM +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +opF +opF +opF +opF +glb +glb +glb +glb +glb +glb +qIh +qIh +glb +glb +glb +glb +glb +glb +glb +glb +pDM +pDM +cBU +cBU +cBU +cBU +pDM +nsl +nsl +xBt +nsl +sIx +mky +nWB +nWB +nWB +nDw +sIx +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +cBU +pDM +sOI +sOI +yai +qYR +hmX +hmX +urh +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +plT +plT +sOI +plT +uvv +sOI +sOI +sOI +sOI +qwU +sOI +sOI +uvv +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +upk +inc +inc +inc +inc +inc +inc +cNs +oGW +vQy +psj +psj +psj +fYx +fYx +fYx +psj +psj +psj +vQy +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(72,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +xti +xti +xti +wIg +wIg +wIg +xti +xti +xti +xti +xti +vDJ +eLF +eLF +eLF +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pui +pui +gaU +pDM +pDM +pDM +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +oPV +glb +glb +glb +glb +glb +opF +glb +glb +glb +glb +glb +qIh +dLV +qIh +glb +glb +glb +glb +glb +glb +glb +glb +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +kNJ +kNJ +nNc +sIx +nWB +nWB +nWB +nWB +nWB +sIx +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +pDM +cBU +pDM +sOI +sOI +yai +bby +hmX +hmX +yai +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +uvv +uvv +sOI +sOI +qtJ +sOI +sOI +sOI +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +inc +inc +lZe +inc +inc +inc +cNs +cNs +iew +fYx +waR +fYx +fYx +fYx +fYx +fYx +waR +fYx +wNR +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(73,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +xti +xti +xti +sfp +xti +xti +xti +xti +xti +wIg +wIg +wIg +xti +xti +obr +xti +xti +xti +eLF +eLF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +alo +pui +sXe +pDM +pDM +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +nkg +glb +glb +glb +glb +opF +glb +glb +glb +glb +qIh +qIh +qIh +glb +glb +glb +glb +glb +glb +glb +glb +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +kNJ +kNJ +kNJ +sIx +fvE +cfp +fIC +nWB +fvE +sIx +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +pDM +cBU +cBU +pDM +pDM +sOI +yai +yai +yai +yai +yai +sOI +sOI +sOI +sOI +sOI +sOI +sOI +bIw +sOI +sOI +sOI +sOI +sOI +uvv +uvv +uvv +sOI +sOI +sOI +sOI +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xoF +inc +inc +inc +inc +inc +inc +inc +inc +inc +cNs +cNs +iew +waR +avx +fYx +inc +fYx +fYx +fYx +avx +waR +wNR +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(74,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +xti +xti +xti +xti +eab +xti +xti +wIg +xti +xti +xti +xti +xti +xti +xti +vDJ +eLF +eLF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +pui +pui +pDM +pDM +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +got +glb +glb +glb +glb +glb +glb +glb +opF +opF +glb +glb +glb +qIh +oOz +qIh +glb +glb +glb +glb +glb +glb +glb +dLV +qIh +pDM +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +kNJ +kNJ +sIx +sIx +sIx +sIx +sIx +sIx +sIx +nsl +nsl +dNT +nsl +nNc +nsl +nsl +pDM +cBU +cBU +cBU +cBU +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +ogO +sOI +sOI +sOI +sOI +sOI +qZK +sOI +sOI +uvv +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +inc +lZe +inc +inc +inc +cNs +cNs +iew +fYx +waR +fYx +fYx +fYx +fYx +fYx +waR +fYx +wNR +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +xik +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(75,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +uPg +xti +xti +xti +uPg +xti +xti +xti +xti +xti +xti +wIg +xti +xti +xti +xti +xti +apu +xti +xti +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sXe +pui +pui +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +opF +glb +glb +glb +qIh +qIh +qIh +glb +qIh +glb +glb +glb +glb +glb +qIh +pDM +pDM +cBU +cBU +pDM +pDM +nsl +kNJ +kNJ +kNJ +kNJ +kNJ +xBt +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +cBU +cBU +cBU +cBU +pDM +pDM +sOI +sOI +sOI +sOI +xVF +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +uvv +uvv +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +inc +inc +inc +inc +inc +cNs +cNs +vQy +tDf +tDf +tDf +fYx +fYx +fYx +tDf +tDf +tDf +vQy +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +qll +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(76,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +grl +xti +xti +wIg +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +sjR +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +hQB +pui +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +glb +glb +glb +glb +jpP +glb +glb +glb +glb +glb +fxE +glb +opF +glb +glb +glb +glb +qIh +qIh +qIh +qIh +glb +glb +glb +qIh +qIh +qIh +pDM +cBU +cBU +cBU +pDM +nsl +cZn +nsl +kNJ +kNJ +pDM +kNJ +kNJ +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +nsl +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +uvv +uvv +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xoF +inc +inc +inc +inc +lZe +inc +inc +rnD +cNs +cNs +rnD +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +rnD +cNs +cNs +rnD +inc +inc +lZe +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(77,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +wIg +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pui +pui +gaU +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +qIh +dLV +bQw +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +opF +opF +opF +opF +opF +qIh +qIh +qIh +qIh +qIh +qIh +qIh +qIh +pDM +pDM +pDM +cBU +cBU +pDM +pDM +teb +nsl +nsl +nsl +kNJ +pDM +pDM +pDM +pDM +nsl +nsl +nsl +nsl +nsl +qPR +nsl +nsl +nsl +nsl +nsl +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +sOI +uvv +uvv +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +uMq +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +pDM +cBU +cBU +cBU +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(78,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +qBv +qBv +qBv +qBv +qBv +xti +xti +wIg +wIg +wIg +wIg +xti +faN +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pui +sXe +gaU +gaU +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +qIh +wta +qIh +qIh +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +egI +qIh +glb +glb +glb +glb +qIh +qIh +pDM +cBU +cBU +cBU +cBU +pDM +qPR +nsl +nsl +nsl +nsl +nsl +pDM +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +lZe +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +fYx +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +pDM +cBU +cBU +pDM +gnh +mPy +dkS +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(79,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +qBv +iQV +ncU +iQV +qBv +xti +wIg +wIg +fYK +wIg +wIg +wIg +wIg +xti +xti +xti +xti +xti +sfp +xti +xti +xti +sfp +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +alo +sXe +gaU +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +qIh +qIh +qIh +qIh +qIh +dLV +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +pDM +pDM +cBU +cBU +cBU +cBU +pDM +sji +lGV +nsl +nsl +nsl +nsl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +fYx +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +mPy +inc +inc +inc +inc +xoF +pDM +pDM +pDM +pDM +pDM +inc +inc +cPK +coH +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(80,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +sfp +xti +xti +qBv +fOY +kXZ +wsF +qBv +xti +wIg +wIg +wIg +wIg +wIg +wIg +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +sXe +sXe +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +glb +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +pDM +pDM +cBU +cBU +cBU +cBU +cBU +pDM +yaR +nsl +nsl +lGV +mgS +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +lZe +inc +upk +inc +cNs +cNs +inc +inc +inc +inc +qqU +fYx +fYx +qqU +inc +inc +inc +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +inc +inc +inc +inc +inc +pDM +pDM +pDM +xoF +xoF +inc +inc +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(81,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +qBv +fiC +wsF +wsF +qBv +xti +fYK +wIg +qvj +wIg +fYK +wIg +xti +xti +xti +xti +xti +xti +xti +xti +xti +uPg +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pui +pui +sXe +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +cZn +xVG +yaR +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +xoF +xoF +xoF +xoF +coH +inc +inc +xMl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(82,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +qBv +qBv +aYW +qBv +qBv +xti +wIg +wIg +wIg +wIg +wIg +wIg +xti +xti +xti +xti +xti +xti +xti +xti +eab +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pui +pui +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +fxE +glb +glb +glb +glb +glb +glb +glb +rJm +glb +glb +glb +glb +glb +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +kBd +inc +inc +lZe +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +inc +inc +jtF +inc +inc +xoF +pDM +pDM +xoF +xoF +inc +cPK +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(83,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +cuZ +xti +wIg +ncp +cuZ +xti +wIg +wIg +fYK +wIg +wIg +wIg +kgw +wIg +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pui +pui +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +wta +qIh +qIh +glb +glb +glb +glb +glb +glb +oOz +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +xoF +xoF +inc +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +pDM +pDM +xoF +inc +inc +inc +iPU +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(84,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +xti +xti +wIg +xti +xti +xti +xti +wIg +wIg +wIg +wIg +xti +xti +wIg +xti +xti +xti +xti +xti +oAA +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +rJm +glb +glb +glb +qIh +qIh +qIh +eiv +glb +glb +glb +glb +glb +qIh +qIh +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +xoF +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +xik +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +pDM +pDM +pDM +dkS +coH +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(85,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +apu +xti +wIg +wIg +wIg +wIg +wIg +wIg +wIg +wIg +xti +xti +xti +wIg +xti +xti +obr +xti +xti +xti +xti +sfp +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sXe +pui +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +glb +qIh +glb +glb +glb +glb +glb +qIh +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +mPy +cPK +inc +inc +pDM +pDM +xoF +inc +lZe +inc +mPy +inc +cNs +cNs +inc +inc +inc +qqU +inc +fYx +fYx +qqU +inc +inc +inc +cNs +cNs +inc +mPy +inc +lZe +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(86,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +grl +xti +xti +sfp +xti +xti +wIg +xti +xti +xti +dgH +xti +wIg +xti +xti +xti +xti +wIg +wIg +wIg +wIg +xti +xti +xti +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pui +pui +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +oPV +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +inc +lbw +inc +xoF +pDM +xoF +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +bpk +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(87,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +wIg +xti +xti +xti +cuZ +xti +wIg +xti +cuZ +xti +xti +xti +xti +xti +wIg +wIg +xti +xti +xti +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pui +sXe +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +nkg +rJm +glb +glb +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +ixB +inc +qIz +inc +inc +xoF +xoF +xoF +inc +lZe +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(88,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +wIg +xti +xti +qBv +qBv +qBv +aYW +qBv +qBv +qBv +xti +xti +xti +xti +xti +wIg +wIg +xti +xti +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sXe +sXe +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +sXe +glb +glb +glb +glb +glb +glb +glb +nkg +glb +glb +glb +rJm +jpP +oSj +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +inc +inc +inc +xoF +pDM +xoF +xoF +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(89,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +ncp +dgH +wIg +wIg +sfp +xti +qBv +wsF +wsF +wsF +wsF +wsF +qBv +xti +xti +sfp +xti +xti +xti +wIg +wIg +xti +auu +sXe +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +auu +auu +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +sXe +sXe +rJm +glb +glb +awZ +glb +glb +oaH +glb +glb +glb +awZ +rJm +qIh +qIh +glb +glb +glb +glb +fxE +glb +glb +glb +glb +glb +qIh +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +lbw +inc +inc +inc +xoF +pDM +xoF +xoF +lZe +inc +inc +rnD +cNs +cNs +rnD +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +rnD +cNs +cNs +rnD +inc +inc +lZe +inc +xik +inc +inc +inc +inc +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(90,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +xti +wIg +xti +xti +xti +qBv +cuC +wsF +wsF +vRw +ncU +qBv +xti +xti +xti +xti +eab +xti +xti +wIg +wIg +auu +sXe +sXe +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sXe +sXe +sXe +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +hQB +sXe +sXe +sXe +rJm +rJm +glb +glb +glb +glb +glb +glb +glb +glb +oSj +qIh +qIh +eiv +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +dLV +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cPK +inc +ixB +pDM +pDM +pDM +xoF +xoF +inc +inc +inc +inc +cNs +cNs +vQy +psj +psj +psj +fYx +fYx +fYx +psj +psj +psj +vQy +oGW +oGW +inc +inc +inc +inc +inc +inc +inc +inc +tax +inc +xoF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(91,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +xti +xti +xti +wIg +xti +xti +xti +qBv +qBv +fOY +wsF +wsF +wsF +qBv +xti +xti +xti +xti +xti +xti +xti +xti +xti +auu +sXe +sXe +sXe +jhV +pDM +pDM +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +sXe +sXe +sXe +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +gaU +gaU +sXe +sXe +sXe +sXe +awZ +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +upk +pDM +pDM +cBU +pDM +pDM +xoF +lZe +inc +inc +inc +cNs +cNs +iew +fYx +waR +fYx +fYx +fYx +fYx +fYx +waR +fYx +wNR +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(92,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +xti +wIg +wIg +wIg +wIg +xti +obr +xti +xti +qBv +qBv +hmn +cvC +ewJ +qBv +xti +xti +xti +xti +xti +sfp +xti +sjR +pDM +pDM +sXe +sXe +sXe +sXe +sXe +pDM +pDM +cBU +cBU +pDM +pDM +fNS +sXe +sXe +sXe +sXe +sXe +pDM +cBU +cBU +cBU +cBU +pDM +pDM +pDM +gaU +gaU +gaU +sXe +khH +sXe +sXe +sXe +qIh +qIh +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +cBU +cBU +pDM +pDM +xoF +inc +inc +inc +inc +cNs +cNs +iew +waR +avx +fYx +fYx +fYx +fYx +fYx +avx +waR +wNR +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +inc +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(93,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +xti +xti +xti +qBv +qBv +aYW +qBv +qBv +xti +xti +xti +xti +xti +xti +qBv +qBv +qBv +qBv +qBv +grl +pDM +pDM +pDM +xti +xti +xti +pDM +pDM +pDM +pDM +sXe +sXe +alo +sXe +sXe +pDM +pDM +pDM +pDM +sXe +twj +sXe +sXe +sXe +alo +sXe +pDM +cBU +pDM +pDM +pDM +pDM +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +pDM +pDM +egI +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +qIh +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +gqw +alh +cBU +cBU +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +lZe +inc +xik +inc +cNs +cNs +iew +fYx +waR +fYx +fYx +fYx +fYx +fYx +waR +fYx +wNR +cNs +cNs +inc +inc +inc +lZe +inc +inc +inc +inc +xoF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(94,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +xti +xti +xti +xti +sfp +qBv +fOY +wsF +wsF +qBv +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +pDM +cBU +pDM +pDM +pDM +pDM +pDM +cBU +cBU +pDM +pDM +sXe +sXe +sXe +sXe +sXe +sXe +pDM +pDM +sXe +sXe +sXe +sXe +sXe +sXe +sXe +rQt +pDM +pDM +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +pDM +pDM +pDM +qIh +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +glb +wta +qIh +qIh +glb +glb +qIh +qIh +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +cBU +pLR +xZJ +cBU +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +inc +inc +oGW +eaI +vQy +tDf +tDf +tDf +fYx +fYx +fYx +tDf +tDf +tDf +vQy +cNs +cNs +inc +inc +inc +inc +inc +inc +inc +xoF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(95,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +xti +xti +xti +qBv +wsF +kXZ +wsF +qBv +xti +xti +xti +pDM +pDM +pDM +pDM +xti +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +sXe +sXe +sXe +sXe +auu +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +auu +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +pDM +pDM +cBU +pDM +pDM +qIh +qIh +qIh +glb +glb +glb +glb +glb +glb +glb +glb +glb +xdz +qIh +egI +qIh +qIh +qIh +qIh +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +eJa +rzP +lnj +nKH +alh +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +lZe +inc +inc +rnD +cNs +cNs +rnD +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +rnD +cNs +cNs +rnD +inc +inc +lZe +inc +inc +xoF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(96,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xti +xti +xti +xti +eab +xti +qBv +ncU +han +wsF +qBv +xti +xti +pDM +pDM +cBU +cBU +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +eNf +sXe +sXe +auu +sXe +sXe +sXe +sXe +iyO +sXe +sXe +sAF +sXe +sXe +auu +sXe +sXe +eNf +sXe +sXe +sXe +sXe +sXe +sIF +pDM +pDM +pDM +cBU +cBU +cBU +pDM +pDM +pDM +qIh +wta +qIh +glb +glb +glb +glb +glb +glb +glb +glb +qIh +qIh +qIh +qIh +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +byo +uba +byo +byo +byo +byo +byo +byo +uba +byo +byo +eJa +eJa +tQw +qqZ +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(97,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xti +xti +xti +xti +xti +xti +qBv +qBv +qBv +qBv +qBv +xti +xti +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +sXe +sXe +auu +sXe +sXe +sAF +sXe +sXe +sXe +sXe +sXe +sXe +sXe +auu +sXe +sXe +sXe +sXe +sXe +sXe +sXe +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +qIh +qIh +qIh +qIh +qIh +qIh +qIh +qIh +qIh +qIh +qIh +qIh +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +byo +byo +byo +byo +byo +byo +byo +gPT +byo +iZg +byo +eJa +tGI +tQw +tQw +cXa +pPH +tQw +dVy +tQw +tQw +eJa +kEn +dpl +kik +rBh +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +lZe +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +lZe +inc +xoF +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(98,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +xti +xti +xti +xti +xti +xti +xti +xti +xti +xti +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +sXe +sXe +auu +sXe +sXe +sXe +sXe +sXe +sIF +sXe +sXe +sXe +sXe +auu +sXe +sXe +sXe +sXe +sXe +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +qIh +qIh +qIh +qIh +qIh +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +iZg +byo +llO +jFC +byo +tiU +llO +byo +qrX +jFC +byo +byo +eJa +naq +bnK +bnK +bnK +qWm +uxS +tQw +fQr +tQw +hsS +rit +rit +rUp +rit +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +xoF +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(99,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +xti +obr +xti +xti +xti +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +rQt +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +sXe +auu +sXe +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +tKJ +byo +ocA +ggX +byo +fOx +ggX +byo +mML +ggX +byo +tKJ +eJa +kcY +bnK +bnK +bnK +hPO +tQw +tQw +cXa +tQw +eJa +abt +rit +qVj +hRl +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +fYx +inc +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(100,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +xti +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +byo +byo +byo +byo +byo +iZg +gPT +byo +byo +byo +byo +eJa +uRJ +bnK +ibM +cXa +hPO +mDg +tQw +nKw +cXa +eJa +pZY +uVv +qpe +eva +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +kBd +cNs +lwD +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +lwD +cNs +inc +inc +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(101,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +byo +pXr +jFC +byo +xrX +jFC +byo +llO +bUq +byo +byo +eJa +kcY +bnK +bnK +cXa +gmt +xKJ +qWm +qWm +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +cNs +cNs +inc +inc +qll +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +inc +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(102,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +tKJ +byo +tSb +ggX +byo +ocA +ggX +byo +mML +ggX +byo +tKJ +eJa +bxi +cXa +bnK +aTy +tQw +tQw +bnK +bnK +ueF +eeL +tQw +nKj +iRm +nKH +qEe +hcm +tQw +pqV +eJa +tuo +lJG +lJG +lJG +woq +cKL +oHR +lJG +lJG +cKL +cKL +iEv +tuo +tuo +lJG +baK +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +inc +inc +cNs +cNs +inc +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(103,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +byo +byo +byo +gPT +cAx +byo +gPT +byo +byo +byo +xrh +eJa +pqV +nnq +bnK +tQw +bnK +bnK +bnK +cXa +cXa +bnK +tQw +bnK +bnK +bnK +nnq +nnq +tQw +tQw +fcg +fkH +cKL +cKL +oHR +cKL +lJG +lJG +lJG +lJG +vTw +cKL +rbQ +cKL +cKL +lJG +vTw +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +xoF +inc +cNs +cNs +inc +inc +inc +inc +inc +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(104,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +byo +xrX +hVB +byo +aGZ +xrX +byo +llO +pXr +byo +pzi +tQw +bnK +tQw +eja +tQw +bnK +cXa +bnK +tQw +bnK +bnK +cXa +bnK +bnK +bnK +ueF +bnK +bnK +cXa +eJa +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +gpI +cKL +cKL +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +xoF +bpk +cNs +cNs +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +inc +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(105,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +tKJ +byo +mML +ggX +byo +ocA +ggX +byo +fOx +ggX +byo +kEM +tQw +bnK +tQw +tQw +tQw +cXa +tQw +tQw +fqj +bnK +bnK +ueF +bnK +bnK +cXa +bnK +bnK +bnK +ueF +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gpI +lJG +oHR +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +inc +cNs +cNs +inc +inc +inc +inc +fYx +idq +xxl +inc +inc +inc +inc +cNs +cNs +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(106,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +wQm +wQm +wQm +wQm +uzH +wQm +wQm +wQm +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +etk +byo +byo +byo +byo +byo +byo +byo +byo +gPT +byo +tQw +cXa +tQw +tQw +bnK +bnK +bnK +bnK +tQw +bnK +tQw +nnq +tQw +tQw +bnK +bnK +bnK +bnK +nnq +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gpI +lJG +cKL +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +cNs +cNs +inc +inc +inc +inc +fYx +fYx +fYx +inc +inc +inc +inc +cNs +cNs +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(107,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +wQm +xmi +wyF +wRC +isF +frV +lKx +wQm +uzH +uzH +wQm +hAu +uGD +hAu +hAu +hAu +hAu +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +awq +awq +awq +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +byo +byo +hxC +byo +byo +rMY +iZg +byo +hxC +byo +byo +gQA +ueF +tQw +nnq +bnK +bnK +bnK +ueF +nnq +nnq +bnK +bnK +tQw +tQw +gOd +tQw +ueF +tQw +nnq +nnq +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gpI +vTw +cKL +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cNs +cNs +pDM +inc +inc +inc +lcy +lcy +lcy +inc +pDM +pDM +pDM +cNs +cNs +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(108,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +sJM +hAu +hAu +iFw +hAu +hAu +hAu +hAu +wQm +fOV +kiK +fOV +dqR +uFw +fOV +wQm +jjx +reH +wQm +hAu +uGD +hAu +hAu +hAu +hAu +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +awq +awq +nkY +jmV +xwf +awq +awq +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xrh +xrh +jkM +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +xrh +akr +tQw +bMr +akr +eJa +iUc +akr +eJa +tvB +eJa +akr +akr +eJa +tvB +eJa +akr +iUc +eJa +tvB +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gpI +cKL +cKL +gpI +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cNs +cNs +pDM +pDM +pDM +pDM +shz +shz +shz +pDM +pDM +cBU +pDM +cNs +cNs +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(109,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +wQm +wQm +wQm +wQm +wQm +qZh +qZh +hAu +uGD +sJM +hAu +wQm +njg +heL +uNQ +dDc +urj +fOV +wQm +eOF +fYF +wQm +sJM +uGD +ojR +hAu +hAu +sJM +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +pNr +hGp +pNr +pNr +pNr +hGp +pNr +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +eFJ +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +alh +nKH +nKH +alh +eJa +rit +rit +gly +ueF +eJa +rit +rit +oqJ +rit +eJa +rit +rit +oqJ +rit +eJa +cBU +cBU +cBU +cBU +lam +lam +lam +pWi +pWi +pWi +pWi +pWi +lam +lam +lam +kbX +lam +bRc +mbB +iKb +hov +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(110,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +wQm +kMu +ucZ +vEF +wQm +wQm +qZh +hAu +uGD +hAu +hAu +wQm +vhh +fOV +fOV +kkn +fOV +fOV +wQm +eOF +xtr +wQm +hAu +uGD +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +pNr +pNr +pdq +pNr +pdq +pNr +pNr +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +xdF +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +ouG +cBU +eLv +cBU +eJa +hML +ueF +mNM +dyz +eJa +kEn +rit +mNM +oNZ +eJa +kEn +rit +mNM +dyz +eJa +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +mog +euy +lam +bRc +bRc +jGd +bRc +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(111,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +sJM +hAu +wQm +den +fOV +nfC +fOV +oXS +fOV +hAu +uGD +hAu +hAu +wQm +fOV +ggE +ttd +ttd +ttd +fOV +tFy +fOV +fOV +oXS +fOV +qtO +fOV +fOV +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +lmy +xgy +kPI +ibZ +vwk +bFx +lmy +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +mEZ +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +cBU +cBU +pLR +ouG +eJa +uBD +dyz +vtp +dyz +eJa +uBD +dyz +uGL +dyz +eJa +uBD +dyz +uGL +dyz +eJa +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +euy +lam +mWo +mWo +iYu +qju +vjF +mWo +mWo +mWo +mWo +mWo +mWo +kpg +qju +qju +lld +qju +qju +lld +qju +qju +vjF +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(112,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +wQm +vPe +bRQ +kIR +bLq +wQm +kMu +hAu +uGD +hrl +hAu +wQm +den +luI +jaZ +hXp +tbR +fOV +fOV +fOV +fOV +oXS +fOV +qtO +fOV +fOV +hAu +hAu +hAu +hAu +hAu +sJM +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +hdH +sqa +sqa +fPX +sqa +sqa +sty +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +nXQ +lEA +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +cBU +gqw +gqw +cBU +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +eJa +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +eiL +lam +uLA +mbB +qKL +qKL +yia +tsO +qKL +qKL +qKL +qKL +qKL +yia +oep +oee +cMn +oep +dcM +cMn +oep +fSd +fWa +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cNs +lwD +pDM +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +lwD +cNs +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(113,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +lHU +lHU +lHU +aqW +lHU +lHU +hUZ +lHU +lHU +lHU +naa +naa +hAu +uGD +hAu +hAu +hAu +wQm +fOV +mzI +qeo +hHT +wQm +kMu +hAu +uGD +hAu +hAu +wQm +jbR +uWi +uWi +uZJ +uWi +fOV +fOV +ttd +saU +wQm +hAu +uGD +hAu +fOV +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +sqa +tgq +iud +bYq +bsQ +sLq +sqa +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +nXQ +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +oTb +deS +oep +oep +yia +mXR +mbB +mbB +mbB +mbB +mbB +yia +ftP +mbB +cMn +jDN +vNO +cMn +ftP +vNO +gol +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +cNs +cNs +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(114,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +lHU +lHU +lHU +jlm +lHU +lHU +lHU +lHU +jlm +lHU +lHU +lHU +naa +hAu +uGD +uGD +ojR +hAu +wQm +wQm +qMK +wQm +dwj +wQm +kMu +hAu +uGD +hAu +hAu +wQm +fOV +fOV +fOV +fOV +fOV +kgg +fOV +cqA +cTI +wQm +hAu +uGD +ojR +fOV +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +sJM +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +sqa +pVt +ewP +nXD +idQ +bHe +sqa +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +nXQ +vdn +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +eJa +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +oEe +mbB +jls +mbB +lHs +ueE +fQM +ueE +dBp +ueE +fQM +jrC +qfZ +egw +iYu +qfZ +egw +iYu +qfZ +gnB +mWo +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +cpi +cpi +pDM +cBU +cBU +pDM +wsl +sAG +wsl +pDM +cBU +cBU +pDM +qst +qst +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(115,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +jlm +lHU +lHU +lHU +lHU +rPn +eaO +rPn +rPn +xuE +rPn +rPn +lHU +rPn +rPn +lAQ +soY +hXe +soY +soY +soY +soY +soY +mzI +fOV +wcf +fOV +fOV +hAu +uGD +hAu +hAu +wQm +iYQ +iYQ +iYQ +wQm +oXS +wQm +oXS +iYQ +iYQ +wQm +hAu +uGD +hAu +fOV +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +sqa +ban +dOs +uNf +wAR +pky +sqa +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +nXQ +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +qKp +mbB +uFD +fVJ +cMn +mbB +mbB +mbB +vNO +mbB +tTt +aUQ +mbB +vNO +mbB +mbB +vNO +xHI +mbB +mbB +uFD +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(116,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +rPn +iNb +rPn +rPn +lhm +rPn +rPn +rPn +rPn +rPn +rPn +rPn +rPn +lhm +lAQ +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +fOV +hAu +ojR +uGD +hAu +hAu +hAu +hAu +hAu +hAu +hAu +fOV +wFY +fOV +hAu +hAu +hAu +hAu +uGD +hAu +fOV +hAu +hAu +wQm +wQm +wQm +wQm +wQm +wQm +wQm +wQm +wQm +kjE +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +sqa +owQ +sqa +fPX +sqa +owQ +sqa +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +nXQ +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +cqr +mbB +mbB +mbB +wJQ +mbB +tTt +uFD +mbB +mbB +mbB +ppW +vNO +mbB +bNb +mbB +mbB +vNO +mbB +mbB +kBY +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(117,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +rPn +rPn +rPn +rPn +rPn +rPn +rPn +rPn +rPn +rPn +rPn +rPn +eaO +rPn +rPn +rPn +lAQ +soY +soY +oZp +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +oju +hAu +hAu +hAu +hAu +hAu +hAu +hAu +fOV +hAu +fOV +hAu +hAu +hAu +hAu +uGD +hAu +fOV +hAu +hAu +wQm +szl +rFM +sEM +pRJ +dGp +vPn +kRb +wQm +kjE +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +awq +eUk +awq +pfg +pfg +pfg +awq +eUk +awq +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +vdn +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +bNB +mbB +bNb +mbB +iCo +mbB +mbB +mbB +mbB +mbB +mbB +aUQ +mbB +uFD +mbB +mbB +mbB +mbB +mbB +mbB +vNO +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(118,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +rPn +rPn +rPn +xuE +rPn +rPn +lHU +lHU +lHU +lHU +lHU +lHU +sed +lHU +lHU +lHU +lAQ +soY +soY +nvG +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +oju +uGD +hAu +hAu +hAu +hAu +ojR +hAu +fOV +ojR +fOV +hAu +ojR +hAu +uGD +uGD +hAu +fOV +uGD +hAu +wQm +fJF +fOV +fOV +sob +fOV +fOV +mSt +oXS +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +awq +pNr +hGp +ofW +oZD +ofW +gEs +pNr +awq +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +imv +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +mFY +mbB +mbB +mbB +oHQ +oME +mbB +tTt +mbB +uFD +kBY +gxJ +qfZ +eTv +kpg +qfZ +eTv +kpg +qfZ +eTv +mWo +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(119,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +rPn +rPn +rPn +rPn +lHU +lHU +lHU +jlm +lHU +lHU +lHU +lHU +jlm +lHU +lHU +lHU +naa +vln +wnV +hrl +uGD +uGD +soY +soY +soY +soY +soY +soY +soY +soY +soY +oju +oju +oju +oju +oju +oju +oju +qGt +oju +qGt +oju +oju +uGD +uGD +hAu +hAu +fOV +uGD +hAu +wQm +wzN +iHr +rma +cTX +nQR +ffS +hAT +wQm +cGF +hAu +cBU +cBU +cBU +cBU +cBU +cBU +awq +awq +hGp +pNr +pNr +jzI +pig +pig +pig +pig +rQX +pNr +hGp +awq +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +lEA +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +tcd +jYB +jYB +oPq +nMf +cNP +jYB +jYB +jYB +rTo +aXh +lam +whU +mbB +mbB +xpb +pbx +qju +qju +npw +mbB +mbB +cES +yia +ftP +vNO +bML +ftP +vNO +bML +jDN +mbB +bvT +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(120,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +rPn +rPn +rPn +uwo +lHU +lHU +lHU +lHU +lHU +lHU +lHU +lHU +jEz +lHU +lHU +lHU +naa +naa +hAu +hAu +ojR +uGD +hAu +hAu +fOV +fOV +hAu +hAu +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +hAu +ojR +hAu +fOV +uGD +hAu +wQm +fAH +fOV +fOV +fOV +fOV +fOV +lAx +wQm +sJM +hAu +cBU +cBU +cBU +cBU +cBU +awq +hGp +pNr +pNr +jzI +jzI +jzI +jzI +cTV +pig +jzI +jzI +jzI +pNr +pNr +hGp +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +nXQ +nXQ +vdn +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +nPs +jYB +jYB +oPq +dHe +cNP +nPs +aih +aih +kOC +vKr +rIt +mbB +vNO +mbB +cMn +sCN +uyV +oUI +cMn +mbB +bNb +mbB +yia +oep +eSl +bML +oep +lZl +bML +oep +eSl +bML +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +wsl +sAG +wsl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(121,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +xuE +rPn +eaO +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +fOV +fOV +fOV +hAu +hAu +hAu +ojR +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +hAu +hAu +fOV +uGD +hAu +wQm +swo +fOV +tFy +fOV +fOV +fOV +lAx +wQm +hAu +hAu +cBU +cBU +cBU +cBU +awq +pNr +nYY +jzI +cYU +jzI +jzI +jzI +pig +jzI +jzI +pig +jzI +cYU +jzI +jzI +pNr +nYY +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +gBL +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +nPs +jYB +jYB +oPq +dHe +cNP +nPs +nPs +nPs +vKr +vKr +qxk +xHI +mbB +mbB +uVU +gnZ +dyC +ksI +ylH +mbB +mbB +epO +gEn +qju +qju +dEI +qju +qju +dEI +lld +qju +iqA +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(122,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +jlm +rPn +rPn +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +fOV +fOV +fOV +hAu +hAu +hAu +hAu +hAu +hAu +hAu +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +soY +fOV +fOV +fOV +uGD +hAu +wQm +mJy +fOV +mae +mQC +jwL +fOV +mXp +wQm +hAu +hAu +cBU +cBU +cBU +cBU +awq +kqI +jzI +jzI +jzI +jzI +jzI +nNm +bOq +tto +bOq +nNm +jzI +jzI +jzI +pig +pig +qzT +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +imv +jYB +jYB +oPq +dHe +cNP +nPs +nPs +nPs +vKr +vKr +rIt +mbB +vNO +mbB +cMn +urb +pWE +hWM +ePY +mbB +mbB +vNO +yia +uVZ +oTR +gBe +kPc +lLt +wCu +cMn +dzf +mok +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(123,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +iNb +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +ojR +wQm +wQm +iYQ +tDL +iYQ +eIm +wQm +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +uGD +oju +soY +soY +soY +soY +soY +soY +soY +hAu +hAu +uGD +hAu +wQm +nAy +fOV +mae +xHM +jwL +fOV +mSt +wQm +hAu +hAu +cBU +cBU +cBU +awq +nYY +nYY +jzI +pig +jzI +iEw +xby +xby +tJj +tJj +tJj +xby +xby +sXl +jzI +pig +pig +nYY +nYY +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +lEA +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +nPs +czn +czn +cff +aXh +lam +cXT +mbB +vNO +oMH +qIc +qju +qju +eMm +vNO +vNO +epO +yia +mbB +keG +mbB +hjO +mbB +mbB +oHQ +mXr +iMc +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(124,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +rPn +rPn +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +sJM +hAu +wQm +fck +mdI +mdI +mdI +vDD +wQm +hrl +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +uGD +uGD +soY +soY +soY +soY +soY +soY +hAu +hAu +uGD +ojR +wQm +ebE +fOV +mae +xMu +jwL +fOV +vlB +wQm +hAu +hAu +cBU +cBU +cBU +awq +kqI +pig +pig +jzI +iEw +uES +uSx +uSx +uSx +uSx +uSx +uSx +uSx +piw +cqy +pig +pig +pig +qzT +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +tma +vdn +nXQ +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +foL +vKr +lam +eqv +mbB +vNO +vNO +cMn +wzR +mbB +mbB +vNO +vNO +kBY +yia +bhs +vNO +mbB +mbB +mbB +mbB +oHQ +eIW +kBY +mWo +mWo +mWo +mWo +mWo +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(125,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +rPn +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +wQm +wQm +mdI +sSg +mdI +wQm +wQm +hAu +hAu +hAu +hAu +hAu +ojR +hAu +hAu +ojR +hAu +hAu +uGD +hAu +soY +soY +soY +soY +soY +soY +hAu +uGD +hAu +wQm +sfz +fOV +mae +pxb +jwL +fOV +sEE +wQm +hAu +hAu +cBU +cBU +awq +pNr +nYY +aRc +jzI +jzI +sOm +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +vCS +jzI +jzI +jzI +pNr +pNr +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +vdn +nXQ +nXQ +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +qFD +uFD +vNO +deS +wJQ +mbB +mbB +tTt +mbB +vNO +mbB +aUQ +mbB +mbB +tTt +mbB +mbB +tcC +cMn +sCN +xMb +mWo +mWo +ccS +xyX +iBg +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(126,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +eaO +rPn +rPn +jlm +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +wQm +kEF +mdI +mdI +mdI +kEF +wQm +hAu +hAu +hAu +btZ +wQm +wQm +wQm +wQm +wQm +wQm +uGD +uGD +hAu +hAu +soY +soY +soY +soY +soY +fOV +qtO +fOV +oXS +fJF +tFy +mae +mdX +jwL +fOV +nxH +wQm +sJM +hAu +cBU +cBU +awq +iua +jzI +jzI +jzI +nNm +sOm +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +uSx +oBB +nNm +jzI +jzI +jzI +pNr +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +nXQ +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +vtR +mbB +mbB +mbB +iCo +uFD +mbB +mbB +deS +vNO +mbB +wYZ +mbB +mbB +xHI +mbB +bNb +vNO +pqM +lYn +mbB +mDG +pKO +qek +kqh +bWq +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +wsl +sAG +wsl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(127,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +rPn +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +wQm +wQm +jmf +mdI +pMq +wQm +wQm +hAu +hAu +hAu +wQm +lkl +oiK +tXC +edK +pWK +wQm +hAu +hAu +hAu +hAu +soY +soY +soY +soY +aQF +hAu +uGD +hAu +iYQ +taX +hGf +fOV +fOV +fOV +xpf +fPp +wQm +hAu +hAu +cBU +cBU +awq +pNr +jzI +jzI +jzI +bOq +icx +uSx +uSx +uSx +lRr +dUl +iNd +uSx +uSx +uSx +xCf +bOq +jzI +jzI +jzI +pNr +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +nXQ +eFJ +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +pvo +oFm +lam +uul +jFJ +lxF +uul +gol +mbB +bNb +mbB +vNO +acN +mbB +mfO +mbB +vNO +vNO +vNO +mbB +mbB +aUQ +mbB +mbB +mWo +mWo +mWo +mWo +mWo +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(128,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +rPn +rPn +rPn +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +wQm +kEF +mdI +tNJ +mdI +kEF +wQm +hAu +hAu +hAu +wQm +jJn +tRK +tRK +fOV +oyB +wQm +hAu +uGD +hAu +hAu +soY +soY +kZE +aQF +soY +hAu +uGD +ojR +iYQ +iYQ +bjM +hGf +fOV +xpf +dUt +wQm +btZ +hAu +hAu +cBU +cBU +awq +mFn +pig +pig +jzI +ndD +icx +uSx +uSx +uSx +xCf +uAM +icx +uSx +uSx +uSx +xCf +wKE +jzI +jzI +cYU +qzT +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +nXQ +nXQ +vdn +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +uqH +kiu +lam +pbZ +bFu +iDh +njV +mWo +iLR +qKL +qKL +mbB +mbB +kBY +mWo +whU +mbB +vNO +mbB +tcC +vNO +cMn +tKa +kBY +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(129,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +rPn +nOT +rPn +ygZ +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +sJM +hAu +wQm +wQm +sSg +mdI +mdI +wQm +wQm +hAu +hAu +hAu +wQm +uTv +xWY +tRK +fOV +wLq +wQm +hAu +uGD +hAu +hAu +soY +soY +aQF +soY +soY +hAu +uGD +hAu +hAu +iYQ +iYQ +amx +jtE +ouJ +wQm +wQm +hAu +ojR +hAu +cBU +cBU +awq +mKs +pig +jzI +jzI +bOq +icx +uSx +uSx +uSx +kRr +roF +iNC +uSx +uSx +uSx +xCf +bOq +jzI +jzI +jzI +pNr +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +nXQ +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +xJX +fjl +lam +wZG +spC +spC +spC +mWo +ptY +ikb +hKN +lWK +mbB +mbB +mWo +mbB +keG +mbB +keG +mbB +vNO +oHQ +vGq +iMc +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(130,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +rPn +rPn +rPn +xuE +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +wQm +kEF +mdI +mdI +mdI +kEF +wQm +hAu +hAu +hAu +wQm +jJn +tRK +azP +fOV +xsq +wQm +hAu +uGD +hAu +hAu +soY +soY +soY +soY +soY +soY +uGD +uGD +hAu +hAu +iYQ +wQm +wQm +wQm +wQm +hAu +hAu +hAu +hAu +cBU +cBU +awq +pNr +jzI +cYU +jzI +nNm +sOm +uSx +uSx +uSx +uSx +xcU +uSx +uSx +uSx +uSx +oBB +nNm +jzI +jzI +jzI +pNr +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +xJX +dKS +lam +tYG +eHp +ctq +jyL +mWo +jls +rdI +jls +rdI +mbB +ryp +mWo +tEt +kPc +eQR +btr +mtH +wCu +gol +yjw +qDS +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(131,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +jlm +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +oih +wQm +wQm +wQm +ojR +wQm +wQm +wSs +unK +wSs +wQm +wQm +ojR +hAu +hAu +wQm +uiL +xWY +tRK +fOV +lRc +wQm +hAu +uGD +hAu +hAu +soY +soY +soY +soY +soY +soY +soY +uGD +uGD +hAu +hAu +hAu +hAu +hAu +hAu +ojR +sJM +hAu +hAu +cBU +cBU +awq +pNr +pNr +jzI +jzI +pig +qlk +uSx +uSx +uSx +uSx +xcU +uSx +uSx +uSx +uSx +oBB +jzI +jzI +jzI +pNr +pNr +awq +cBU +cBU +cBU +sec +sec +sec +sec +sec +sec +sec +sec +vdn +nXQ +nXQ +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +dKS +dKS +lam +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +mWo +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(132,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +rPn +rPn +qrA +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wQm +wGz +wGz +wQm +hAu +fOV +wQm +pjp +mdI +pjp +wQm +wQm +hAu +hAu +hAu +wQm +jJn +tRK +tRK +fOV +saK +wQm +soY +oju +soY +soY +soY +soY +soY +soY +soY +soY +soY +oju +soY +hAu +hAu +ojR +hAu +hAu +hAu +hAu +hAu +hAu +hAu +cBU +cBU +cBU +awq +mFn +jzI +pig +pig +uHn +hiP +uSx +uSx +uSx +xcU +uSx +uSx +uSx +jaA +pNQ +pig +jzI +jzI +qzT +awq +cBU +cBU +cBU +cBU +sec +dto +dto +dto +vdn +sfi +ltT +lZs +dto +nXQ +vdn +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +lam +huL +eup +qQa +rVM +huL +lam +lam +lam +tiK +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +wsl +sAG +wsl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(133,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +qrA +lHU +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wQm +rhs +sSW +wQm +fOV +fOV +tDL +mdI +mdI +mdI +tuP +wQm +hAu +hAu +hAu +wQm +hkE +xWY +tRK +fOV +saK +wQm +soY +oju +soY +soY +soY +uiP +soY +soY +soY +soY +soY +oju +soY +iYQ +iYQ +iYQ +iYQ +wQm +wQm +wQm +hAu +hAu +cBU +cBU +cBU +cBU +awq +iQm +nYY +pig +jzI +jzI +uHn +anu +hiP +uSx +xcU +uSx +jaA +anu +exB +jzI +pig +pig +pNr +nYY +awq +cBU +cBU +cBU +cBU +sec +dto +nXQ +dto +dto +dto +abp +dto +nXQ +vdn +vdn +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +dKS +dKS +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(134,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +cBU +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +cBU +wQm +plV +fOV +oXS +fOV +fOV +wQm +lql +iqE +oMX +wQm +wQm +hAu +hAu +hAu +wQm +xpp +tRK +tRK +fOV +mSt +oXS +soY +kZE +soY +soY +soY +gyK +soY +soY +soY +soY +ndz +qGt +soY +iYQ +nqu +kxy +hgb +nof +tuH +wQm +hAu +hAu +cBU +cBU +cBU +cBU +cBU +awq +kqI +jzI +vvv +jzI +jzI +jzI +uHn +anu +fcp +anu +exB +jzI +jzI +pig +jzI +jzI +rKy +awq +cBU +cBU +cBU +cBU +cBU +sec +nXQ +dto +sec +sec +sec +sec +sec +sec +sec +sec +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +jYs +dKS +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +wsl +vzR +vzR +vzR +wsl +rJr +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(135,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +eqD +rPn +rPn +rPn +lHU +cBU +cBU +cBU +cBU +cBU +cBU +rsC +vYz +bLZ +eHN +alP +sYR +uRP +rGO +rsC +cBU +wQm +wQm +wQm +wQm +yln +hAu +btZ +wQm +wQm +wQm +wQm +hAu +hAu +hAu +hAu +wQm +gUz +xWY +tRK +fOV +mSt +oXS +soY +soY +aQF +soY +soY +aKy +bQe +imS +imS +ona +qln +qGt +soY +iYQ +lFO +uYz +fOV +fOV +bFV +wQm +hAu +hAu +cBU +cBU +cBU +cBU +cBU +awq +nYY +pNr +pig +jzI +jzI +jzI +jzI +jzI +jzI +pig +jzI +jzI +cYU +jzI +jzI +pNr +pNr +awq +cBU +cBU +cBU +cBU +cBU +sec +mEZ +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +uqH +kPq +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +vzR +sAG +sAG +sAG +sAG +rJr +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(136,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +fkB +rPn +rPn +rPn +lHU +lHU +lHU +cBU +cBU +cBU +cBU +cBU +rsC +qmb +hvh +aAc +aAc +wZr +qGf +tlf +rsC +cBU +cBU +hAu +hAu +hAu +hAu +hAu +ojR +hAu +hAu +hAu +ojR +hAu +hAu +hAu +hAu +wQm +jJn +tRK +tRK +fOV +fmd +wQm +soY +oju +soY +soY +hAu +lGh +bQe +imS +imS +ona +xZI +qGt +soY +oXS +fJF +fOV +tFy +fOV +rtu +wQm +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +awq +gbW +pNr +pNr +jzI +jzI +jzI +jzI +pig +pig +pig +pig +jzI +nYY +pNr +gbW +awq +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +pvo +tNR +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +vzR +sAG +mxS +mxS +sAG +xno +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +fzo +fzo +fzo +qVd +fzo +fzo +fzo +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(137,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +rPn +rPn +rPn +rPn +lHU +ubv +lHU +cBU +cBU +cBU +cBU +rsC +hzz +umi +aAc +nLL +wlV +oqy +tlf +rsC +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +sJM +hAu +hAu +hAu +hAu +hAu +hAu +hAu +wQm +nwT +rBc +uNY +vgs +mkM +wQm +soY +oju +soY +soY +hAu +lGh +bQe +imS +imS +ona +xZI +oju +soY +oXS +fJF +ttd +fOV +fOV +elN +wQm +sJM +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +awq +gbW +pNr +pNr +jzI +jzI +pig +jzI +jzI +nYY +nYY +fWc +awq +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +dgN +dgN +dgN +dgN +dgN +dgN +dgN +dgN +dgN +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +uqH +vKr +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +vzR +sAG +mxS +mxS +sAG +usu +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(138,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +skR +xuE +rPn +rPn +lHU +lHU +lHU +cBU +cBU +cBU +cBU +rsC +uHz +gMY +nLL +aAc +aGR +oqy +vGh +rsC +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hrl +hAu +btZ +wQm +wQm +wQm +oXS +wQm +wQm +soY +oju +soY +soY +hAu +aKy +bQe +imS +imS +ona +qln +uGD +soY +iYQ +bNS +cLK +svy +vgs +dhl +wQm +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +awq +pNr +gbW +pNr +pNr +nYY +fWc +nYY +awq +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +lZs +sec +cBU +cBU +cBU +cBU +cBU +dgN +mIc +pUB +nXT +mIc +pUB +kDf +mIc +kbt +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +rTo +vKr +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +vzR +sAG +mxS +mxS +sAG +xno +wsl +sAG +wsl +pDM +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(139,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +jlm +qrA +rTn +rPn +rPn +rPn +rPn +qrA +lHU +cBU +cBU +cBU +cBU +rsC +maH +aAc +aAc +aAc +mSg +kai +tlf +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +sJM +hAu +hAu +ojR +hAu +sJM +hAu +hAu +hAu +soY +soY +soY +soY +oju +soY +soY +hAu +hVz +cLr +cLr +cLr +cLr +hVz +uGD +soY +pxF +iYQ +iYQ +iYQ +wQm +oXS +wQm +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +awq +eWk +eWk +adZ +eWk +eWk +awq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +vdn +dto +sec +cBU +cBU +cBU +cBU +cBU +dgN +hdx +mIc +hqJ +mIc +pUB +axq +mIc +kDf +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +dHe +cNP +jYB +jYB +jYB +tvb +eiL +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +vzR +sAG +sAG +sAG +sAG +rJr +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(140,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +lHU +rPn +eaO +rPn +qrA +lHU +cBU +cBU +cBU +cBU +rsC +fuL +mbh +dXX +lxu +lvD +guL +dlj +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +uGD +uGD +uGD +hAu +soY +oju +soY +oju +oju +sJM +hAu +hAu +naK +qNS +qNS +qNS +qNS +naK +hAu +hAu +sJM +hAu +hAu +hAu +hAu +fOV +fOV +qzN +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eWk +iVf +lqR +lAt +eWk +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +mEZ +dto +sec +cBU +cBU +cBU +cBU +cBU +dgN +pUB +mIc +nXT +sHE +xpL +sHE +mIc +hER +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +wzB +xGL +oUE +xGL +wzB +jYB +jYB +rTo +vKr +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +wsl +vzR +vzR +vzR +wsl +rJr +sAG +sAG +sAG +pDM +cBU +cBU +cBU +cBU +pDM +pDM +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +mnL +mnL +mnL +mnL +mnL +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +pDM +pDM +cBU +cBU +cBU +cBU +cBU +"} +(141,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +lHU +lHU +rPn +rPn +rPn +jlm +lHU +cBU +cBU +cBU +cBU +rsC +uch +oOP +iEm +oOP +oOP +oOP +sZJ +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +hAu +hAu +uGD +hAu +hAu +hAu +hAu +klc +oju +oju +hAu +hAu +hAu +hAu +naK +qNS +qNS +qNS +qNS +naK +hAu +hAu +uGD +uGD +uGD +uGD +hAu +wQm +oXS +wQm +wQm +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eWk +lqR +lqR +lqR +eWk +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +nXQ +nXQ +sec +cBU +cBU +cBU +cBU +cBU +dgN +ufZ +xCC +nXT +sHE +mIc +kDf +mIc +iWK +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +wzB +gwD +lzF +qlF +wzB +aih +aih +pJw +aCI +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +pDM +pDM +fzo +fzo +qVd +fzo +fzo +fzo +fzo +mnL +mnL +fzo +fzo +qVd +fzo +fzo +mnL +mnL +fzo +fzo +fzo +fzo +qVd +fzo +fzo +pDM +pDM +cBU +cBU +cBU +cBU +"} +(142,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +qrA +rPn +rPn +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +rsC +rtp +aAc +hHF +uNr +aAc +aAc +aMn +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +soY +soY +hAu +hAu +hAu +hAu +naK +qNS +qNS +qNS +qNS +naK +hAu +hAu +hAu +hAu +hAu +oXq +hAu +wQm +fOV +iWp +wQm +cBU +cBU +cBU +cBU +cBU +eWk +eWk +eWk +eWk +eWk +eWk +eWk +eWk +lqR +lqR +lqR +eWk +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +sec +cBU +cBU +cBU +cBU +cBU +dgN +pUB +pUB +hqJ +niK +oTO +mIc +sHE +kDf +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +raf +iio +uCd +iio +tXF +nPs +nPs +vKr +jLO +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +cBU +pDM +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +"} +(143,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +lHU +lHU +rPn +rPn +rPn +lHU +lHU +cBU +cBU +cBU +cBU +rsC +wlI +uNr +aAc +nLL +aAc +hvh +aMn +rsC +rsC +rsC +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hAu +hAu +hVz +naK +naK +hVz +wic +wic +wic +wic +hVz +naK +naK +hVz +hAu +hAu +uGD +hAu +wQm +rfg +rfg +wQm +cBU +cBU +cBU +cBU +cBU +eWk +dop +pOI +tbZ +lqR +lqR +cLx +lqR +lqR +mkI +lqR +eWk +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +sec +cbz +sec +cBU +cBU +cBU +cBU +cBU +dgN +mIc +mIc +nXT +mIc +tFX +mIc +tIX +hER +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +imv +jYB +wzB +iYA +kni +xxH +wzB +nPs +nPs +vKr +eiL +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +pDM +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +cBU +"} +(144,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +lHU +lHU +lHU +lHU +rPn +xuE +ubv +lHU +cBU +cBU +cBU +cBU +rsC +heN +nLL +pLt +aAc +hvh +hvh +iFv +gmy +lpY +uwY +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hAu +hAu +hVz +hVz +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +hVz +hVz +hAu +hAu +hAu +wQm +wQm +wQm +wQm +cBU +cBU +cBU +cBU +cBU +eWk +dop +pOI +pOI +lqR +lqR +lqR +lqR +lqR +lqR +lqR +eWk +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +dto +sec +sec +sec +sec +sec +sec +sec +sec +sec +sec +jka +mIc +oTO +mIc +jka +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +ndr +jYB +xGL +mpR +cZp +iio +xGL +czn +czn +cff +vKr +iah +nHK +nCg +nHK +nHK +nHK +nHK +cSE +pwk +uhX +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +wsl +sAG +wsl +pDM +cBU +cBU +pDM +fzo +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +fzo +pDM +cBU +cBU +cBU +"} +(145,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +sed +lHU +jlm +lHU +lHU +eqD +qpX +xuE +eqD +lHU +lHU +cBU +cBU +cBU +cBU +rsC +rGj +gOt +qml +gOt +mJw +aAc +aAc +oGN +imP +eKp +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hAu +hAu +hVz +hVz +dwK +qNS +qNS +qNS +qNS +qNS +mTe +mTe +mTe +qNS +qNS +dwK +hVz +hVz +hAu +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eWk +dop +pOI +tbZ +lqR +cCh +lqR +lqR +lqR +cCh +cLx +eWk +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +dto +nXQ +cbz +dto +mEZ +dto +vdn +dto +vdn +nXQ +dto +cbz +mIc +mIc +wBx +mIc +qPE +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +nPs +jYB +xGL +ktP +cZp +iio +xGL +jYB +jYB +foL +vKr +iah +nHK +nHK +nHK +nHK +pwk +nHK +nHK +nHK +nHK +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +cBU +pDM +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +mnL +fzo +qVd +fzo +mnL +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +pDM +cBU +cBU +cBU +"} +(146,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +qrA +lHU +lHU +qpX +lHU +rPn +rPn +jlm +lHU +lHU +cBU +cBU +cBU +rsC +rsC +rsC +rsC +rsC +wCR +hvh +hvh +fNM +uNr +aMn +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hVz +hVz +qNS +qNS +qNS +mTe +qNS +qNS +qNS +qNS +qNS +aqk +wbA +qNS +qNS +qNS +hVz +hVz +hAu +hAu +hAu +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eWk +eWk +eWk +eWk +eWk +eWk +eWk +eWk +eWk +eWk +eWk +eWk +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +lEA +dto +cbz +dto +nXQ +oBu +nXQ +dto +vdn +dto +dto +cbz +mIc +oTO +kDf +mIc +mIc +dgN +dgN +dgN +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +nPs +jYB +xGL +mpR +cZp +iio +xGL +jYB +jYB +rTo +eiL +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +nHK +sth +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +pDM +pDM +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +qVd +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +"} +(147,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +lHU +qrA +qrA +lHU +lHU +rPn +rPn +lHU +sed +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rsC +kWR +hvh +gMY +wwA +hWN +aMn +rsC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hVz +fpQ +qNS +qNS +mTe +qNS +qNS +xwU +tjU +grh +iPv +qNS +mTe +qNS +qNS +qNS +fpQ +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sec +sec +sec +sec +sec +sec +sec +sec +sec +sec +sec +sec +sec +bLk +mIc +hmY +mIc +mIc +nXT +mIc +pUB +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +imv +jYB +xGL +mpR +cZp +iio +xGL +jYB +jYB +rTo +euy +lam +cBU +cBU +cBU +cBU +cBU +cBU +kCO +nHK +pwk +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +pDM +cBU +pDM +fzo +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +mnL +mnL +fzo +fzo +fzo +fzo +pDM +cBU +cBU +"} +(148,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +ubv +lHU +lHU +lHU +eqD +xuE +rPn +lHU +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rsC +fRH +hvh +aAc +uhs +gNk +ssS +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +msB +msB +msB +msB +msB +cBU +cBU +cBU +cBU +cBU +cBU +hVz +jvW +qNS +mTe +mTe +qNS +tzg +iPv +rKU +rKU +jCZ +xwU +qNS +mTe +qNS +qNS +jwc +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +nlz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dgN +exS +mIc +wBx +mIc +xKX +nXT +feZ +mRC +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +xGL +aoc +cZp +qEL +xGL +jYB +jYB +rTo +vKr +lam +cBU +cBU +cBU +cBU +cBU +cBU +kCO +nHK +pwk +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pcB +sAG +wsl +pDM +pDM +pDM +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +qVd +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +pDM +cBU +cBU +"} +(149,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sed +lHU +lHU +lHU +lHU +lHU +lHU +lHU +rPn +rPn +lHU +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rsC +sYP +hvh +hvh +aAc +hvh +aMn +lKw +ljT +nWb +gHe +eSD +nhf +eSD +mJu +aED +meh +kAJ +xFl +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +hVz +xZh +qNS +mTe +qNS +iPv +cOx +kYs +weJ +deL +bnC +xwU +iPv +qNS +qNS +qNS +vdH +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +iCI +sMA +sMA +nlz +gHa +cWS +cWS +cWS +cWS +qeh +uHq +uHq +cWS +cWS +bid +cWS +nlz +bpU +bpU +nlz +cBU +xdi +xdi +xdi +xdi +xdi +xdi +xdi +xdi +xdi +xdi +xdi +xdi +cBU +dgN +fDo +mIc +kDf +mIc +mIc +hqJ +pUB +vmE +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +wzB +iio +iio +iio +wzB +jYB +jYB +rTo +bRo +lam +cBU +cBU +cBU +cBU +cBU +cBU +kCO +pwk +nHK +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +sAG +wsl +usu +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +qVd +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +pDM +cBU +cBU +"} +(150,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +qrA +qrA +lHU +lHU +lHU +pdI +lHU +rPn +rPn +lHU +pdI +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rsC +ezt +uNr +aAc +hvh +aAc +aJA +szk +xVj +eSD +nhf +eSD +xVj +iNU +ljT +mJu +ulz +gpZ +sQr +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +hVz +jcs +wbA +aqk +qNS +hGS +dyk +dZQ +nLp +deL +deL +imF +bEg +qNS +qNS +tSk +wPC +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +iCI +mna +sMA +sTc +uHq +bid +cWS +srC +lET +lET +lET +avJ +avJ +aKA +cWS +cWS +qeh +cWS +arw +nlz +cBU +xdi +rrl +qUx +rrl +csY +fMy +lxi +euz +qUx +rrl +qUx +xdi +cBU +dgN +sHE +mIc +mIc +mIc +mIc +nXT +pUB +tFX +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +wzB +xGL +xGL +xGL +wzB +jYB +jYB +rTo +vKr +lam +cBU +cBU +cBU +cBU +cBU +cBU +kCO +nHK +sth +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +sAG +wsl +usu +qVd +qVd +qVd +qVd +mnL +qVd +qVd +qVd +qVd +qVd +qVd +tce +qVd +qVd +qVd +qVd +qVd +qVd +qVd +qVd +qVd +qVd +qVd +qVd +mnL +qVd +qVd +qVd +qVd +pDM +cBU +cBU +"} +(151,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +jlm +lHU +lHU +lHU +lHU +lHU +rPn +rPn +lHU +jlm +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rsC +dua +gkP +gkP +gkP +ghw +wDh +lKw +gHe +eSD +iNU +nWb +cKB +eSD +iNU +ljT +meh +kAJ +sQr +diw +msB +msB +msB +msB +msB +msB +msB +hVz +bnM +mTe +qNS +qNS +xwU +wZm +dZQ +dZQ +dZQ +deL +dZQ +cOx +mTe +qNS +tSk +wPC +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +sMA +sMA +cpC +nlz +eJQ +cWS +cWS +kaO +kXV +kXV +kXV +kXV +kXV +vhm +aKA +ktr +cWS +cWS +cWS +nlz +cBU +xdi +jPN +vOo +aNN +vOo +aNN +vOo +vOo +aNN +vOo +vOo +xdi +cBU +dgN +oJf +mIc +mIc +mIc +pzS +nXT +xpL +mIc +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +rTo +aCI +lam +cBU +cBU +cBU +cBU +cBU +cBU +kCO +nHK +nHK +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +sAG +sAG +sAG +sAG +wsl +usu +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +qVd +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +pDM +cBU +cBU +"} +(152,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +qrA +lHU +lml +lml +lml +lHU +lHU +rPn +rPn +lHU +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +rsC +msB +sQr +rRP +diw +sQr +sQr +sQr +wCL +sQr +sQr +pXw +nqn +qNS +mTe +qNS +qNS +iPv +hWV +sgC +dZQ +dZQ +feH +tjU +xwU +mTe +qNS +qNS +wPC +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +sMA +aoe +ktX +vky +vRg +nup +nup +egb +kXV +cbt +vky +vky +kXV +kXV +vhm +olg +cjz +ugT +lBQ +nlz +cBU +xdi +rrl +wTy +rrl +wTy +rrl +qUx +rrl +qUx +fMy +qUx +xdi +cBU +dgN +dgN +vte +lYk +vte +dgN +dgN +dgN +dgN +dgN +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +foL +euy +lam +cBU +cBU +cBU +cBU +cBU +cBU +kCO +nHK +nHK +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +qVd +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +pDM +cBU +cBU +"} +(153,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lHU +lHU +lHU +shN +xUH +lml +lHU +lHU +lAQ +lAQ +lHU +lHU +lHU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +sQr +diw +sQr +diw +rEA +diw +sQr +sQr +sQr +nLg +xQP +qNS +qNS +qNS +qNS +qNS +xwU +xwU +deL +tSC +xwU +xwU +qNS +qNS +qNS +qNS +wPC +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +doV +aan +ktX +cbt +vBv +pCC +hZX +lvJ +kXV +vky +xFf +cbt +lbd +lbd +cpL +sMf +nlz +nlz +nlz +nlz +cBU +xdi +lMA +eMu +rxC +vOo +aNN +vOo +vOo +vOo +rxC +fOB +xdi +xdi +cBU +xjf +uFo +onX +uFo +xjf +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +rTo +eiL +lam +cBU +cBU +cBU +kCO +kCO +kCO +kCO +hjh +hjh +kCO +kCO +kCO +kCO +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +mnL +mnL +fzo +fzo +fzo +fzo +pDM +cBU +cBU +"} +(154,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +cgL +cgL +jgF +cgL +gCB +gCB +lmZ +ema +gCB +gCB +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +xYX +diw +sQr +sQr +sQr +sQr +sQr +sQr +sQr +pXw +ptW +qNS +qNS +qNS +sDk +mTe +qNS +xwU +dZQ +xwU +xwU +qNS +qNS +sDk +qNS +qNS +qQh +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +mna +cMJ +ktX +cbt +jjJ +sbg +sbg +rOt +kXV +vky +cbt +vky +kXV +kXV +aCS +anz +wGd +wGd +cjz +nlz +cBU +xdi +uyw +ags +mTm +jRH +eMu +aNN +vOo +iSY +vOo +vOo +fje +xdi +cBU +xjf +uFo +onX +mMJ +xjf +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +enk +cUU +lam +cBU +cBU +cBU +kCO +deI +azx +ppc +nHK +nHK +mJI +ppc +hZJ +fBJ +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +qVd +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +mnL +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +"} +(155,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +vvz +kzB +suO +mKq +gCB +sCY +vCc +vCc +sCY +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +usK +kpV +sQr +msB +msB +msB +msB +msB +msB +msB +hVz +jcs +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +qNS +vMG +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +sMA +sMA +ktX +vky +cWS +cWS +uHq +kaO +kXV +kXV +kXV +kXV +kXV +aCS +uEe +cWS +cWS +fKD +oMO +nlz +cBU +xdi +xOS +qMR +xOm +qoz +tON +aNN +kLw +qwo +vJf +cXP +cXP +xdi +cBU +xjf +uFo +onX +uFo +xjf +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +lam +huL +eup +qYW +rVM +huL +lam +lam +lam +lam +lam +cBU +cBU +cBU +kCO +lKB +xcL +ene +nHK +nHK +ppc +ppc +glC +fBJ +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +mnL +fzo +qVd +fzo +mnL +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +pDM +cBU +cBU +cBU +"} +(156,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +urs +sCY +sCY +sCY +gCB +sCY +vCc +vCc +sCY +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +sQr +diw +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +hVz +hVz +qNS +qNS +qNS +qNS +qNS +qNS +qjZ +qNS +mTe +qNS +qNS +qNS +dBk +qNS +fpQ +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +gQq +dls +sqh +vky +cWS +bid +cWS +lwC +epF +epF +epF +epF +epF +uEe +uHq +cWS +oPS +cWS +itM +nlz +cBU +xdi +cBU +cBU +cBU +ilz +xdi +aNN +xdi +xdi +xdi +xdi +xdi +xdi +cBU +xjf +xJI +onX +qzB +xjf +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +fST +xcL +ppc +nHK +nHK +nHK +nHK +glC +fBJ +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +fzo +pDM +cBU +cBU +cBU +"} +(157,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +gCB +gCB +qWn +gCB +gCB +sCY +vCc +vCc +sCY +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +sQr +diw +aZd +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hVz +hVz +rJI +qNS +tSk +tSk +qNS +qNS +qNS +qNS +sDk +qNS +qNS +sDk +rJI +hVz +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +khv +kBB +qGR +nlz +cWS +cWS +ktr +cWS +cWS +oPS +cWS +cWS +uHq +uHq +cWS +cWS +nlz +cZa +xmZ +nlz +cBU +xdi +cBU +cBU +xdi +lte +xdi +bwN +xdi +cBU +cBU +cBU +cBU +cBU +cBU +xjf +iQK +onX +jLu +xjf +rZx +rZx +rZx +rZx +rZx +rZx +rZx +rZx +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +lKB +xcL +mJI +nHK +nHK +nHK +nHK +glC +fBJ +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +qVd +qVd +fzo +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +cBU +"} +(158,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +bJF +lCA +sCY +sCY +gCB +sCY +vCc +vCc +sCY +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +aCa +kpV +usK +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hVz +hVz +qrZ +kZm +kZm +kZm +lPN +jwc +vMG +rJI +nCQ +nCQ +nCQ +hVz +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlz +nlz +nlz +nlz +nlz +tbG +tbG +nlz +nlz +nlz +nlz +nlz +xjf +xjf +xjf +smE +sez +smE +xjf +xjf +xjf +xjf +xjf +kGj +kGj +xjf +xjf +xjf +dSS +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +nWT +onX +uFo +dSS +tTG +dfw +tTG +dfw +dfw +rOq +obx +dfw +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +uHW +xcL +ppc +ppc +ppc +nHK +nHK +pSO +fBJ +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +"} +(159,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +lCA +lCA +sCY +sCY +gCB +sCY +vCc +vCc +sCY +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +sQr +sQr +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hVz +hVz +hVz +hVz +hVz +hVz +hVz +sAZ +sAZ +sAZ +aIv +sAZ +hVz +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +tHp +lmV +lmV +jkJ +wbV +evs +ewG +cBU +nKq +pNN +mhy +oJU +uFo +oJU +mhy +hra +jgb +nAw +nAw +rZF +rZF +jgb +oJU +pZQ +vJo +nHJ +izs +uFo +uFo +uFo +uFo +vJv +uFo +uFo +onX +phm +xjf +rZx +rZx +rZx +oIn +dfw +dfw +aZK +dfw +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +eeY +eeY +eeY +esZ +kCO +hjh +hjh +kCO +kCO +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +qVd +fzo +fzo +fzo +fzo +mnL +mnL +fzo +fzo +qVd +fzo +fzo +mnL +mnL +fzo +fzo +fzo +fzo +qVd +fzo +fzo +pDM +pDM +cBU +cBU +cBU +cBU +"} +(160,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sCY +mPR +lCA +sCY +gCB +uIO +vCc +vCc +uIO +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +czM +sQr +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sAZ +rlo +rlo +rlo +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +mJo +lmV +lmV +qEt +wbV +mwg +ewG +cBU +nKq +onX +onX +onX +onX +onX +onX +onX +onX +kEO +qjE +nAw +qjE +onX +onX +onX +onX +onX +onX +onX +onX +onX +onX +onX +onX +qhW +onX +uFo +xjf +cBU +cBU +rZx +oqC +aZK +fgC +vuJ +gzr +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +sNn +jrT +lML +rMe +kCO +oyy +rei +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +mnL +mnL +mnL +mnL +mnL +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +pDM +pDM +cBU +cBU +cBU +cBU +cBU +"} +(161,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sCY +lCA +sCY +sCY +gCB +gCB +wqt +wqt +gCB +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dom +dom +dom +dom +dom +dom +dom +dom +dom +cBU +cBU +cBU +cBU +cBU +cBU +cBU +msB +mYJ +usK +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sAZ +rdq +lRj +rlo +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +leY +dWi +mJo +lmV +jMF +mwg +ewG +cBU +nKq +uFo +uFo +uFo +vJo +uFo +uFo +uFo +uFo +rQk +jVr +uFo +dBl +eir +azC +uFo +uFo +vJv +uFo +vJv +uFo +qkv +uFo +uFo +iQK +uFo +eir +vJv +xjf +cBU +cBU +rZx +jlW +dfw +alY +nFj +soi +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +rMe +dsJ +rMe +rMe +kCO +rei +rei +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(162,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +uIO +sCY +sCY +uIO +gCB +sCY +vCc +vCc +sCY +gCB +cBU +cBU +cBU +dom +dom +dom +dom +dom +dom +kdh +jlT +dch +ojj +ssa +wrQ +rOY +dom +dom +dom +dom +dom +dom +dom +dom +msB +tLK +sQr +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sAZ +rlo +rdq +qas +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +lmV +cGt +lmV +lmV +wbV +mwg +ewG +cBU +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +dSS +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +xjf +cBU +cBU +rZx +mrZ +dfw +oqC +dfw +nFK +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +rMe +dIN +rMe +gbo +kCO +rei +rei +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +fzo +fzo +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(163,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +gCB +qWn +gCB +gCB +gCB +sCY +vCc +vCc +sCY +gCB +cBU +cBU +cBU +dom +wgI +bws +mqJ +wgI +kIW +wgI +piL +wgI +wgI +wgI +wgI +wgI +kIW +wgI +wgI +wgI +mqJ +wgI +wgI +wgI +aVB +sQr +sQr +mFF +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +sAZ +rlo +lRj +lRj +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +lmV +lmV +lmV +eFO +bTt +mwg +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +pRr +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rZx +gTm +obx +cxX +dfw +bLn +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +uOn +kCO +kCO +kCO +kCO +rei +rei +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +fzo +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +fzo +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(164,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sun +sCY +sCY +sCY +gCB +uLn +vCc +vCc +uLn +gCB +cBU +cBU +cBU +dom +wgI +wgI +wgI +fIX +wgI +wgI +dkq +wgI +bws +wgI +wgI +fIX +wgI +wgI +bws +fIX +wgI +wgI +wgI +wgI +aVB +sQr +sQr +exq +msB +cBU +cBU +cBU +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +kLY +rlo +lRj +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +leY +lmV +mJo +lmV +jMF +mwg +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +lrb +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rZx +mpX +gxC +dfw +dfw +dfw +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +imv +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +ppc +voM +ppc +bnb +kCO +rei +jsj +rei +rei +rei +oyy +nnb +jsj +sCc +rei +rei +nnb +rei +fSP +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +fzo +mpu +fzo +qVd +fzo +fzo +fzo +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(165,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sCY +sCY +sCY +sCY +gCB +urs +vCc +vCc +urs +gCB +cBU +cBU +cBU +dom +dom +dom +sGf +dom +dom +dom +dom +dom +sGf +dom +dom +dom +dom +dom +sGf +dom +dom +dom +dom +dom +msB +tLK +mFF +buj +msB +cBU +cBU +cBU +sAZ +tbs +rlo +rlo +qas +rlo +rlo +rlo +lRj +rlo +rdq +lRj +rlo +rlo +rlo +rlo +lRj +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +lmV +ftM +lmV +lmV +jMF +mwg +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +pRr +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rZx +alY +bNe +bJt +ouD +dXP +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +aCN +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +vHC +ppc +ppc +wJs +kCO +rei +iYS +rei +oyy +rei +rei +dgZ +rei +rei +mZT +hNj +rei +rei +fSP +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +mnL +mnL +wQB +wQB +wQB +mnL +mnL +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(166,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sCY +sCY +sCY +sCY +gCB +gCB +pbY +pbY +gCB +gCB +gCB +cBU +cBU +dom +mMZ +mMZ +uEh +mMZ +lta +dom +mMZ +mMZ +uEh +mMZ +lta +dom +mMZ +mMZ +uEh +mMZ +lta +dom +uNL +uNL +msB +jog +buj +mOG +msB +cBU +cBU +cBU +sAZ +lRj +rlo +oCR +rlo +rlo +rlo +utP +lRj +rlo +oCR +lRj +rdq +lRj +rdq +lRj +lRj +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +lmV +lmV +lmV +tsY +kwL +kal +ewG +cBU +cBU +cBU +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +lrb +wKG +wKG +wKG +wKG +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +rZx +rZx +rZx +rZx +rZx +rZx +rZx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +nPs +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +kCO +mIR +mIR +kCO +kCO +kCO +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +fzo +fzo +fzo +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(167,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sCY +sCY +rQu +aOq +sCY +fWm +sCY +sCY +fWm +sCY +gCB +cBU +cBU +dom +uEY +fwX +ycg +cho +oNw +dom +aFG +rcA +ycg +yiX +aFG +dom +aFG +yiX +ycg +rcA +aFG +dom +uNL +uNL +msB +fLN +feI +feI +msB +cBU +cBU +cBU +sAZ +utP +lRj +lRj +lRj +lRj +rdq +rlo +rlo +rlo +rlo +rlo +rlo +rlo +rlo +rlo +olH +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +oly +lmV +lmV +ewG +ewG +ewG +ewG +cBU +cBU +cBU +wKG +qgG +bXL +pAA +ohx +lrb +lrb +vEG +lrb +lrb +bXL +pAA +bOB +bXL +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +nPs +nPs +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +kCO +smy +smy +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(168,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +kuN +sCY +aOq +sCY +sCY +sCY +sCY +sCY +sCY +sun +gCB +cBU +cBU +dom +iQJ +iQJ +iQJ +iQJ +iQJ +dom +iQJ +iQJ +iQJ +iQJ +iQJ +dom +iQJ +iQJ +iQJ +iQJ +iQJ +dom +uNL +uNL +msB +sQr +exq +mFF +msB +cBU +cBU +cBU +sAZ +rlo +lRj +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +sAZ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +ewG +cBU +cBU +cBU +cBU +cBU +cBU +wKG +bXL +bXL +ohx +lrb +lrb +lrb +lrb +lrb +lrb +ohx +bXL +bXL +bXL +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +imv +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +kCO +naV +naV +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(169,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sCY +urs +sCY +mPR +nYy +sCY +sCY +sCY +sCY +sCY +gCB +cBU +cBU +dom +kUq +kUq +kUq +eFl +kUq +dom +aUE +aUE +aUE +hoZ +aUE +dom +pVX +eWP +slF +eWP +eWP +dom +uNL +uNL +msB +sQr +mFF +mVb +msB +cBU +cBU +cBU +sAZ +rlo +lRj +sAZ +cBU +aKT +oes +pKU +krR +kfX +owC +wde +oes +nVH +kXH +mhB +jhO +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +jif +jif +jif +jif +jif +jif +jif +jif +jif +jif +jif +wWD +wWD +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +kCO +kCO +kCO +kCO +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(170,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +gCB +gCB +gCB +sCY +sCY +sCY +sCY +qMG +sCY +osC +gCB +cBU +cBU +dom +kUq +kUq +kUq +kUq +kUq +dom +hoZ +aUE +aUE +aUE +aUE +dom +eWP +eWP +eWP +eWP +eWP +dom +uNL +uNL +msB +mVb +sQr +sQr +msB +cBU +cBU +cBU +sAZ +oCR +rlo +sAZ +cBU +aKT +oes +oes +bEF +khN +flK +oes +jME +nVH +kXH +kXH +dEH +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +bXh +bXh +bXh +jcq +bXh +bXh +bXh +bXh +bXh +bXh +bXh +bXh +jcq +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(171,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +mKq +oyL +cgL +suO +sCY +sCY +sCY +sCY +sCY +sCY +gCB +cBU +cBU +dom +kUq +eFl +kUq +kUq +kUq +dom +aUE +aUE +aUE +aUE +aUE +dom +eWP +eWP +eWP +eWP +eWP +dom +uNL +uNL +msB +lwx +sQr +mFF +msB +cBU +cBU +cBU +sAZ +oCR +oCR +sAZ +cBU +aKT +fDF +oes +vHh +jZT +oes +oes +cdE +aeX +kXH +kXH +cJt +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +bXh +rLL +bXh +fkz +qGF +qGF +qGF +fkz +bXh +bXh +bXh +bXh +bXh +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(172,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sun +mHK +jgF +suO +sCY +rQu +qMG +sCY +sCY +lCA +gCB +cBU +cBU +dom +kUq +kUq +kUq +eFl +kUq +dom +aUE +hoZ +aUE +aUE +aUE +dom +slF +eWP +eWP +eWP +eWP +dom +uNL +uNL +msB +sQr +buj +mFF +msB +cBU +cBU +cBU +sAZ +rlo +lRj +sAZ +cBU +aKT +cdE +qzz +rmQ +xmz +jME +oes +jME +aeX +kXH +kXH +thK +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +bXh +bXh +bXh +gAT +bXh +bXh +bXh +gAT +bXh +bXh +bXh +bXh +bXh +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(173,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +smm +kUw +gCB +sCY +sCY +sCY +sCY +sCY +qMG +sCY +gCB +cBU +cBU +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +dom +uNL +uNL +msB +aYk +mOG +tBV +msB +cBU +cBU +cBU +sAZ +lRj +rlo +sAZ +cBU +aKT +rBw +mYx +jUm +jME +jME +oes +jME +aeX +kXH +kXH +krv +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +nMp +aZb +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +bXh +bXh +bXh +gAT +bXh +qtb +bXh +bys +bXh +bXh +bXh +rLL +bXh +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(174,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +lgH +gCB +gCB +rQu +sCY +aOq +sCY +lCA +lCA +lCA +gCB +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +xYX +mFF +buj +msB +cBU +cBU +cBU +sAZ +lRj +rlo +sAZ +cBU +aKT +bBQ +nLK +jUm +lFP +jME +oes +hNN +nVH +kXH +kXH +iTn +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +jcq +bXh +bXh +gAT +bXh +bXh +bXh +gAT +bXh +bXh +bXh +bXh +bXh +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +xZT +xZT +xZT +xZT +xZT +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(175,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sCY +bKD +sCY +aOq +rQu +sCY +qMG +lCA +sCY +tjR +gCB +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +mVb +msB +cBU +cBU +cBU +sAZ +utP +rlo +sAZ +cBU +aKT +cFH +nLK +jUm +gad +jME +jME +cdE +nVH +kXH +kXH +oKo +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +bXh +bXh +bXh +kuy +qGF +qGF +qGF +bkh +bXh +bXh +jcq +bXh +bXh +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +xZT +dSA +dSA +dSA +dSA +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(176,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +gCB +gCB +gCB +sCY +tFu +lCA +sCY +qMG +sCY +sCY +sCY +ilL +bJF +gCB +cBU +cBU +uNL +uNL +uNL +uNL +lmr +aYf +rBF +aYf +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +uuS +sQr +sQr +msB +cBU +cBU +cBU +sAZ +lRj +rlo +sAZ +cBU +aKT +bBQ +mYx +jUm +gXj +gvl +qNW +rpk +nVH +kXH +kXH +cJt +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hTh +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +rLL +bXh +bXh +bXh +bXh +bXh +bXh +bXh +jcq +bXh +bXh +bXh +bXh +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +jYB +jYB +jYB +oPq +mMq +cNP +jYB +jYB +jYB +lam +cBU +cBU +cBU +cBU +xZT +ozQ +dSA +bDH +ozQ +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +fzo +fzo +fzo +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(177,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eSd +fsL +sCY +sCY +lCA +sCY +aOq +sCY +sCY +sCY +ihO +lCA +lCA +nix +gCB +cBU +cBU +uNL +uNL +uNL +aYf +aYf +ceV +nGp +iiZ +aYf +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +sQr +msB +cBU +cBU +cBU +sAZ +lRj +rlo +sAZ +cBU +aKT +wUj +nLK +hIO +gXj +oRM +wAi +mmv +nVH +kXH +kXH +thK +aKT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ewG +hrd +hrd +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wKG +jif +jif +jif +jif +jif +jif +jif +wWD +wWD +wWD +jif +jif +jif +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lam +lam +lam +pWi +pWi +pWi +pWi +pWi +lam +lam +lam +cBU +cBU +cBU +cBU +xZT +bDH +emO +iWu +ozQ +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +fzo +fzo +fzo +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(178,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eSd +sCY +sCY +rFw +sCY +qMG +sCY +sCY +sCY +sCY +sCY +lCA +lCA +bJF +gCB +cBU +cBU +uNL +uNL +uNL +hQh +cJR +mTx +hhE +dGU +aYf +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +sQr +msB +cBU +cBU +cBU +sAZ +lRj +rlo +sAZ +cBU +aKT +jKh +mmv +cdE +vHh +vHh +wAi +wAi +aeX +kXH +nzJ +oDL +aKT +aKT +aKT +aKT +aKT +uNL +aKT +uNL +ewG +ewG +ewG +ewG +ewG +ewG +ewG +ewG +ewG +ewG +fzy +hrd +hrd +fzy +ewG +ewG +ewG +ewG +cBU +cBU +cBU +wKG +bXL +bXL +ohx +lrb +lrb +lrb +lrb +bXL +bXL +lrb +lrb +ohx +ohx +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xZT +xZT +xZT +xZT +eyl +daR +xZT +xZT +xZT +xZT +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qVd +fzo +fzo +fzo +fzo +fzo +qVd +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(179,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eSd +lCA +sun +sCY +sCY +lCA +ilL +nYy +sCY +qMG +lCA +sCY +lCA +jFS +gCB +cBU +cBU +uNL +uNL +uNL +hQh +hhE +aCT +kWk +gNo +aPO +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +mVb +sQr +msB +cBU +cBU +cBU +sAZ +rlo +rlo +sAZ +cBU +aKT +jME +jME +jME +oes +oes +vHh +wAi +aeX +wAi +wAi +wAi +wAi +qjI +fXf +jME +vHh +uNL +cdE +uNL +dYH +dYH +iUe +cUv +lmV +lmV +ftM +hiy +hiy +lmV +dNg +igy +hns +nXH +lmV +lmV +lmV +ewG +cBU +cBU +cBU +wKG +eji +bXL +xaE +ohx +lrb +lrb +cUj +lrb +bXL +lrb +cUj +ohx +eji +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xZT +nNh +uDt +pOl +ptr +ptr +uDt +pOl +koI +xZT +xGZ +xzz +bBe +bBe +ciE +bBe +ajf +bBe +bBe +owu +pgX +ajx +sgF +cXr +xmG +dTX +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qVd +fzo +fzo +qVd +fzo +fzo +fzo +qVd +fzo +fzo +qVd +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(180,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eSd +tFu +lCA +sCY +sCY +cZc +xFO +sCY +sCY +sCY +sCY +lCA +mTL +sCY +gCB +cBU +cBU +uNL +uNL +uNL +uNL +kTv +jkk +jkk +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +fLN +diw +diw +msB +mlf +mlf +mlf +mlf +jhc +mlf +mlf +cBU +aKT +oes +jME +cdE +cdE +oes +wAi +jKh +ang +wAi +wAi +wAi +owC +fXf +owC +vHh +uNL +jxZ +vHh +uNL +uNL +fQV +uUV +hns +hns +uJh +uJh +uJh +hns +hns +uJh +uJh +hns +hns +hns +iyQ +lmV +ewG +cBU +cBU +cBU +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +wKG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xZT +tUl +wwF +pOl +wGQ +ptr +wGQ +srS +wGQ +mXa +owu +owu +owu +bBe +bBe +owu +owu +owu +kFR +owu +owu +bBe +bBe +mIE +owu +bGS +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(181,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +gCB +gCB +gCB +gCB +gCB +gCB +pkT +sCY +sCY +qMG +osC +gCB +gCB +gCB +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +diw +sQr +msB +nID +jFG +uOb +fyP +sEb +dsK +mlf +cBU +aKT +fDF +cdE +cdE +oes +wAi +owC +wAi +aeX +wAi +wAi +noU +jKh +wAi +owC +jKh +uNL +cdE +uNL +uNL +uNL +uNL +bun +dYH +lmV +lmV +hns +hns +hns +yke +lmV +hiy +uJh +mga +lmV +hns +lmV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +bFW +bFW +bFW +bFW +bFW +nSi +pOl +srS +iVT +srS +srS +pOl +kaz +xZT +kMr +owu +owu +bBe +bBe +kMr +pgX +pgX +owu +tZg +tZg +bBe +bBe +cXr +lYC +owu +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +fzo +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +qVd +fzo +fzo +fzo +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(182,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +eow +eow +sPZ +eow +eow +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +msB +diw +sep +sQr +msB +sEb +wUJ +gqY +sEb +cUs +wXX +mlf +cBU +aKT +goD +pxs +cdE +wAi +nLE +kNg +cdE +nVH +tyQ +xBS +wAi +mYp +jIH +jIH +vPA +mYp +mYp +mYp +uNL +xcI +xcI +spz +egW +spz +xcI +lCF +auq +auq +xcI +xcI +iHf +kzE +xcI +lmV +hns +qdV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +xcv +clC +clC +jiD +bFW +pOl +wwF +wGQ +wGQ +wGQ +wGQ +pOl +tKc +xZT +dWW +owu +tjO +cXr +cXr +cXr +cXr +cXr +cXr +iDd +iDd +cXr +cXr +cXr +cXr +cXr +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +qVd +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +qVd +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(183,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +sPZ +sPZ +riF +sPZ +sPZ +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +sQr +sQr +njy +sEb +sEb +jMr +wTh +wTh +ehU +mlf +cBU +aKT +aKT +aKT +aKT +aKT +aKT +aKT +aKT +aKT +aKT +aKT +aKT +mYp +bXX +oTy +xeE +mYp +cBU +cBU +cBU +cBU +xcI +bwu +bwu +klD +gMF +auq +auq +auq +bwu +spz +fsq +fsq +xcI +lmV +igy +hiy +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +bFW +bFW +bFW +bFW +bFW +bFW +oRD +wKw +jQC +ebZ +bFW +pOl +pOl +srS +wGQ +wGQ +wGQ +pOl +ybK +xZT +uNn +owu +tjO +cXr +cBU +cBU +cBU +cBU +cXr +pin +pin +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +qVd +fzo +kXg +dRy +dRy +jKr +fPn +jKr +dRy +dRy +ofG +fzo +qVd +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(184,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +gCB +ckl +riF +sPZ +sPZ +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +msB +lwx +sQr +wTC +mlf +mlf +mlf +sEb +fJZ +fxY +rKr +ehU +mlf +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mYp +rgQ +pQo +pQo +mYp +cBU +xcI +xcI +xcI +xcI +bwu +rig +tYq +ckW +ckW +ckW +fXV +bwu +spz +qUm +qSe +xcI +imQ +vNv +xYx +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +ict +vKJ +qfN +vKJ +vKJ +wLi +bvd +bvd +bvd +bvd +qBx +wGQ +wGQ +wGQ +wGQ +wGQ +ptr +pOl +mcy +xZT +sRN +kFR +dWW +cXr +cBU +cBU +cBU +cBU +cXr +fjS +fjS +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +fzo +fzo +iot +jyU +tgn +tgn +tgn +oIv +tgn +tgn +tgn +fRO +vUj +fzo +fzo +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(185,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +riF +sPZ +riF +sPZ +riF +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +sQr +uCn +mlf +hOn +heE +sEb +sEb +sEb +sEb +ehU +mlf +cBU +cBU +cBU +mxV +mxV +mxV +mxV +mxV +mxV +mxV +mxV +mxV +cBU +mYp +mYp +vUy +mYp +mYp +cBU +xcI +bwu +guR +rwr +klD +ckW +ckW +ckW +ckW +ckW +ckW +oPd +spz +dsN +szv +xcI +lmV +dQy +hiy +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +vKJ +vKJ +vKJ +vKJ +vKJ +wLi +bvd +bvd +qwz +bvd +qBx +wGQ +wGQ +wGQ +srS +wGQ +wGQ +unR +tKc +xZT +cXr +cXr +cXr +cXr +cBU +cBU +cBU +cBU +cXr +cXr +cXr +cXr +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +qVd +fzo +fzo +jTd +tgn +tgn +tgn +tgn +oIv +tgn +tgn +tgn +tgn +vfW +fzo +fzo +qVd +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(186,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +qfg +qfg +qfg +qfg +qfg +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +fLN +exq +sQr +maG +mlf +iYj +mlf +psb +cZS +wZY +anx +nBd +mlf +cBU +cBU +cBU +mxV +uYY +vtP +cKk +mxV +uYY +cOM +bhG +mxV +cBU +mYp +oeB +pQo +mVH +mYp +cBU +xcI +kQb +bwu +rwr +bwu +ckW +iqw +ckW +ckW +wsC +rxp +bwu +spz +cjg +wzD +xcI +lmV +kag +lmV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +imX +imX +imX +imX +imX +imX +imX +imX +imX +imX +imX +imX +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +vKJ +vKJ +vKJ +vKJ +vKJ +wLi +qwz +bvd +bvd +bvd +qBx +wGQ +srS +iVT +wGQ +wGQ +wGQ +pOl +duE +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +qVd +fzo +jTd +tgn +tgn +tgn +tgn +oIv +tgn +tgn +tgn +tgn +vfW +fzo +qVd +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(187,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +gCB +gCB +gCB +gCB +gCB +gCB +gCB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +msB +msB +mlf +mlf +mlf +mlf +mlf +mlf +mlf +mlf +mlf +cBU +cBU +cBU +mxV +rUw +ofJ +bUQ +mxV +lar +uYY +wlb +mxV +cBU +mYp +gDe +qBd +btq +mYp +cBU +xcI +guR +guR +rwr +bwu +ckW +ckW +ckW +ckW +ckW +ckW +bwu +spz +aLs +fsq +xcI +lmV +uJh +mJo +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +imX +kPp +qkQ +mqa +ejd +mwW +wZH +mwW +wZH +tmU +eRF +imX +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +lYY +lYY +lYY +bFW +bFW +bFW +pAW +jQC +iFI +pge +bFW +miy +pOl +pOl +wGQ +wGQ +pOl +pOl +wmp +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +fzo +fzo +qVd +jTd +tgn +tgn +tgn +bkO +lrt +paf +tgn +tgn +tgn +vfW +qVd +fzo +fzo +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(188,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +msB +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mxV +cKk +uYY +wlb +mxV +wlb +uYY +uYY +mxV +cBU +mYp +mYp +mYp +mYp +mYp +cBU +xcI +xcI +xcI +xcI +bwu +gTf +ckW +ckW +ckW +ckW +eLc +bwu +spz +qUm +qSe +xcI +xYx +uJh +lmV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +imX +hcf +vJj +eRF +qkQ +qkQ +ckq +eRF +ckq +uNK +qkQ +imX +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +lYY +lYY +lYY +bFW +cBU +bFW +paI +kDY +kDY +jhs +bFW +bbp +bbp +bbp +ube +ube +wit +wit +wit +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +qVd +qVd +qVd +qVd +mLs +tgn +tgn +tgn +vfW +mMa +jTd +tgn +tgn +tgn +ntM +qVd +qVd +qVd +qVd +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(189,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +kaK +msB +cBU +msB +msB +msB +msB +msB +msB +msB +msB +cBU +cBU +cBU +cBU +mxV +mPU +mPU +mPU +mxV +uYY +wlb +lar +mxV +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +xcI +bwu +bwu +bwu +oPd +dJf +bwu +bwu +bwu +spz +fsq +fsq +xcI +hiy +uJh +qdV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +imX +xCP +uNK +eRF +nDj +qkQ +qkQ +qkQ +qkQ +eRF +nio +imX +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +oza +bFW +oza +bFW +cBU +bFW +bFW +bFW +bFW +bFW +xZT +hdF +hiu +wit +xYn +xYn +wit +aKG +hdF +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +fzo +fzo +qVd +jTd +tgn +tgn +tgn +nMo +dRy +dVA +tgn +tgn +tgn +vfW +qVd +fzo +fzo +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(190,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +sQr +msB +msB +msB +nTw +cVd +fRY +fRY +pyz +lyG +msB +msB +msB +mxV +mxV +mxV +djh +djh +djh +txg +djh +djh +djh +mxV +mEC +mEC +mEC +mEC +mEC +mEC +mEC +mEC +mEC +mEC +xcI +xcI +xcI +xcI +xcI +xcI +xcI +xcI +xcI +xcI +xcI +xcI +xcI +mga +uJh +hiy +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +imX +wDP +eRF +jmt +iKx +uGl +qkQ +qkQ +qkQ +wQi +wQi +imX +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +vKJ +sXB +wQs +bFW +cBU +cBU +cBU +cBU +cBU +cBU +xZT +gHk +vlH +wit +ube +xoE +wit +wAc +aKG +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +qVd +fzo +jTd +tgn +tgn +tgn +tgn +tgn +tgn +tgn +tgn +tgn +vfW +fzo +qVd +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(191,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +mVb +sQr +sQr +aAd +fVU +fVU +fVU +gCY +fVU +fVU +mVb +diw +sQr +qKK +gfi +fni +jCX +jCX +jCX +jCX +jCX +xWr +jCX +wJL +uOU +lmV +lmV +lmV +ekz +lmV +lmV +lmV +lmV +nXH +lmV +lmV +lmV +lmV +nXH +cGt +lmV +bEs +lmV +lmV +nXH +lmV +lmV +hiy +uJh +lmV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +imX +gSn +bBj +gSn +gSn +gSn +gSn +lCm +bBj +gSn +gSn +imX +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +akl +sXB +vKJ +bFW +cBU +cBU +cBU +cBU +cBU +cBU +xZT +xHW +uzC +rPN +rPN +aKG +qqB +iXT +aKG +rrs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +qVd +fzo +fzo +jTd +tgn +tgn +tgn +tgn +tgn +tgn +tgn +tgn +tgn +vfW +fzo +fzo +qVd +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +"} +(192,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +fLN +sQr +sQr +mVb +sQr +sQr +sQr +sQr +exq +sQr +sQr +diw +diw +sQr +pvq +wRn +dsF +dsF +fyd +fyd +fyd +dsF +dsF +fyd +faM +nJb +nJb +hns +igy +hns +hns +hns +hns +hns +hns +hns +hns +iyQ +hns +hns +hns +hns +sxR +hns +hns +hns +igy +hns +uJh +uJh +hiy +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +cGG +vBa +vBa +vBa +vBa +vBa +vBa +vBa +vBa +cMq +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +oza +bFW +oza +bFW +cBU +cBU +cBU +cBU +cBU +cBU +xZT +gHk +uzC +lIs +cwd +lNH +aKG +aKG +nZK +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +fzo +fzo +eAj +sXb +tgn +tgn +tgn +tgn +tgn +tgn +tgn +eeW +qAN +fzo +fzo +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(193,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +sQr +vNr +sQr +sQr +sQr +sQr +mVb +sQr +sQr +sQr +sQr +diw +sQr +sQr +qKK +wRn +fyd +dsF +dsF +fyd +fyd +fyd +dsF +dsF +wJL +uOU +lmV +lmV +lmV +lmV +lmV +lmV +lmV +cGt +lmV +lmV +lmV +lmV +lmV +lmV +lmV +lmV +bEs +lmV +lmV +hns +dYH +lmV +dWi +igy +lmV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +hSO +hSO +hSO +hSO +hSO +hSO +hSO +iUg +gto +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +ikc +lYY +kTb +bFW +cBU +cBU +cBU +cBU +cBU +cBU +xZT +iiS +uzC +iIo +lIs +rPN +lIs +wAc +xQU +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +qVd +fzo +lrt +nEp +sXb +tgn +tgn +tgn +eeW +nEp +hEM +fzo +qVd +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(194,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +msB +msB +msB +msB +msB +msB +irq +msB +pXw +pXw +pXw +pXw +msB +msB +msB +mxV +kbv +owG +owG +rTj +owG +lro +fyd +fyd +lXo +mxV +ewG +ewG +ewG +ewG +ewG +ewG +ewG +ewG +wbV +wbV +wbV +wbV +wbV +wbV +wbV +ewG +ewG +ewG +ewG +ewG +hns +vxK +ewG +mJo +gzv +lmV +ewG +ewG +ewG +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +oHW +lsT +lsT +lsT +lsT +lsT +lsT +iUg +vXa +lsT +lsT +lsT +lsT +lsT +lsT +lsT +lsT +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bFW +ikc +lYY +nUi +bFW +cBU +cBU +cBU +cBU +cBU +cBU +xZT +mOs +eqz +rPN +fBh +lIs +qnf +gXU +bTO +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +qVd +fzo +fzo +fzo +fzo +eAj +nEp +nEp +nEp +qAN +fzo +fzo +fzo +fzo +qVd +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(195,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +gCb +apw +gCb +lcz +rzI +bqP +tBP +gCb +uNL +uNL +mxV +lOL +hUH +dvg +qCs +ivZ +amU +dsF +dsF +fyd +mxV +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +adJ +ecs +ecs +ecs +ecs +ecs +tMj +ewG +uNL +uNL +uNL +ewG +vNJ +tIM +ewG +lmV +hns +qdV +ewG +qEt +aZV +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +hSO +lsT +yli +fgI +ikQ +vFk +lsT +iUg +tSu +hwz +hwz +mVB +hwz +hwz +mVB +hwz +rYt +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +vfs +vfs +vfs +vfs +hic +sNi +grU +vfs +cBU +cBU +cBU +cBU +cBU +cBU +xZT +yaO +cBF +feK +xPR +lNi +gpv +jGv +gev +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +qVd +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +fzo +qVd +fzo +fzo +fzo +fzo +qVd +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(196,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +gCb +apw +gCb +aCL +jgq +xFq +aCL +gCb +uNL +uNL +mxV +vOS +bJo +gBb +cSJ +sGp +spQ +fyd +fyd +fyd +mxV +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +ewG +ewG +ewG +ewG +ewG +ewG +ewG +ewG +uNL +uNL +uNL +ewG +nSk +seT +ewG +hiy +igy +vxK +hDG +lmV +ttW +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +hSO +cCI +ikQ +iQT +ikQ +vFk +lsT +ogV +ogV +aOQ +ogV +ogV +vfF +xcg +ogV +vfF +bnL +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +aPT +fvM +akR +fCq +eHZ +caq +qNR +vfs +vfs +vfs +vfs +vfs +cBU +cBU +xZT +xZT +xZT +xZT +xZT +xZT +xZT +xZT +xZT +xZT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +fzo +fzo +fzo +qVd +fzo +fzo +qVd +qVd +qVd +fzo +fzo +qVd +fzo +fzo +fzo +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(197,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +gCb +vfY +hUI +aCL +tuO +xFq +aCL +gCb +uNL +uNL +mxV +qKK +qKK +qKK +qKK +qKK +qKK +qKK +fPl +qKK +mxV +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +oHU +uNL +ewG +xTU +hns +bun +ewG +qEt +bwp +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +hSO +kEc +iQT +ikQ +ikQ +vFk +lsT +gSl +gSl +jNN +gSl +gSl +gSl +gSl +gSl +ogV +bnL +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +phZ +iaA +sNi +vfs +eHZ +sNi +qNR +vfs +qKr +xmS +kem +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qVd +fzo +fzo +qVd +fzo +qVd +fzo +qVd +fzo +fzo +qVd +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(198,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +gCb +gCb +gCb +gCb +gCb +gCb +vpF +gCb +uNL +uNL +mxV +gpw +yjJ +eOR +yjJ +yjJ +nwB +pVI +fyd +fyd +mxV +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +qAE +uNL +ewG +hiy +fQV +cUv +ewG +qEt +bzU +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +hSO +lsT +yli +iWV +ikQ +vFk +lsT +hSO +bcx +cGq +cGq +ggn +cGq +ovR +mOZ +bpl +jge +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +oao +iwV +ifL +gdy +eHZ +sNi +qNR +fCq +sNi +sNi +sNi +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +qVd +fzo +fzo +qVd +fzo +fzo +qVd +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(199,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +gCb +iVz +vfY +fBf +vfY +gCb +uNL +uNL +mxV +fyd +fZl +fyd +dsF +kqK +dsF +fyd +fyd +jvD +mxV +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +bun +bry +dYH +ewG +axd +ttW +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +wZx +lsT +lsT +lsT +lsT +lsT +lsT +hSO +ipw +lsT +lsT +lsT +lsT +ent +ogV +gZB +ent +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +dko +geO +iwV +gdy +eHZ +sNi +qNR +vfs +sNi +qNv +sNi +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pDM +pDM +pDM +pDM +pDM +pDM +pDM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(200,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +gCb +xaA +pdH +vfY +wyA +gCb +uNL +uNL +mxV +eOY +fyd +pHL +fyd +fyd +pVI +bcK +fyd +fyd +mxV +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +fQV +fQV +dYH +ewG +ewG +ewG +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +anD +hSO +hSO +hSO +hSO +hSO +hSO +hSO +hSO +hRi +lsT +cBU +cBU +lsT +gpW +gSl +gSl +pfp +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +phZ +iaA +ifL +gdy +eHZ +sNi +qNR +gdy +uhN +rEO +hcd +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(201,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +gCb +gCb +gCb +gCb +gCb +gCb +uNL +uNL +mxV +mxV +mxV +mxV +mxV +mxV +mxV +mxV +mxV +mxV +mxV +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +bSp +uNL +uNL +ewG +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +ayA +cGq +ggn +cGq +nts +cGq +cGq +jvq +cGq +bLa +lsT +cBU +cBU +lsT +fnF +gSl +gSl +pTE +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +pDq +fDU +rnc +vfs +eHZ +jsE +qNR +gdy +fMs +gfr +ifL +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(202,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +ewG +uNL +uNL +uNL +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lsT +lsT +lsT +lsT +lsT +lsT +lsT +lsT +lsT +lsT +lsT +lsT +cBU +cBU +lsT +ent +ogV +gZB +ent +lsT +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +vfs +vfs +vfs +vfs +eHZ +sNi +qNR +gdy +ifL +bez +iwV +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(203,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +jYW +xOF +xOF +qEj +ghq +ghq +ghq +ghq +ghq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +eHZ +sNi +mAW +vfs +vfs +vfs +vfs +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(204,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +xHR +vDH +vDH +aUx +wMP +uMg +wlu +jNg +ghq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +eHZ +sNi +kpR +vfs +jpz +fvM +qKr +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(205,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +gRd +wPz +vDH +aUx +wMP +kgv +svi +uVS +ghq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +vfs +vfs +vfs +lya +sNi +qNR +fCq +sNi +sNi +nvI +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(206,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +uNL +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +xHR +xxs +vDH +aUx +rkn +uVS +pPs +urp +ghq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +vnt +hDi +oPu +eHZ +sNi +qNR +vfs +hjd +uhN +nwm +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +pEM +pEM +pEM +pEM +pEM +pEM +pEM +pEM +pEM +jlK +jlK +jlK +jlK +jlK +jlK +jlK +pEM +pEM +pEM +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(207,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +xHR +vDH +vDH +aUx +rkn +vVB +kgv +uVS +ghq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +vnt +xqH +oPu +eHZ +omX +qNR +gdy +sNi +sNi +ntL +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +xYz +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(208,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +vqb +vqb +vqb +vqb +vqb +vqb +vqb +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +eEN +vDH +vDH +aUx +vLL +fsf +cIK +hBk +ghq +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +vfs +vfs +vfs +eHZ +sNi +qNR +gdy +sNi +uhN +sbd +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(209,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +hOh +rru +rru +mjI +rru +rru +rru +iJx +vQr +rcG +aXl +jwD +kQl +dDj +pSY +pSY +pSY +pSY +pSY +xxt +dsw +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +dGw +vDH +vDH +aUx +ghq +ghq +ghq +ghq +ghq +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfs +eHZ +sNi +qNR +gdy +sNi +atr +yhB +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(210,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +mjI +mjI +mjI +mjI +mjI +mjI +mjI +iJx +aXl +wzh +aXl +vhr +qSh +qSh +qSh +qSh +qSh +qSh +qSh +pgg +xIf +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +qKf +vDH +vDH +gCJ +qNC +cJx +cJx +cJx +bon +cJx +cJx +cJx +cJx +cJx +cJx +cJx +bon +cJx +cJx +cJx +qFt +ffQ +cBU +cBU +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +eHZ +sNi +qNR +vfs +vfs +vfs +vfs +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(211,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +mjI +mjI +rru +rru +rru +mjI +vdm +iJx +aXl +aXl +aXl +rWO +aXl +aXl +aXl +heo +aXl +aXl +rWO +ogv +xIf +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +rQO +vDH +vDH +afY +eXs +gJm +eXs +eXs +eXs +eXs +eXs +eXs +eXs +eXs +eXs +eXs +eXs +eXs +afY +afY +woF +ffQ +cBU +cBU +vfs +ylZ +dFi +tey +vfb +vfb +vfb +dFi +vfb +lZz +eMQ +qNR +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(212,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +rru +mjI +mjI +mjI +mjI +mjI +mZX +iJx +aXl +aXl +krZ +aXl +aXl +aXl +itY +aXl +aXl +aXl +aXl +ogv +wje +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +vaB +rhL +mDm +mDm +mDm +mDm +mDm +mDm +rzK +mDm +mDm +mDm +mDm +dkw +mDm +mDm +rhL +mDm +ujH +afY +aUx +ffQ +cBU +cBU +vfs +eHZ +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +mAW +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(213,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +rru +mjI +vqb +vqb +vqb +vqb +vqb +iJx +aXl +aXl +aXl +aXl +utI +rtx +rtx +rtx +xIr +aXl +aXl +ogv +cZZ +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +xHR +aDg +aUx +ffQ +cBU +cBU +vfs +eHZ +sNi +pAC +nOG +nOG +nOG +nOG +nOG +lUo +nOG +wYu +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(214,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +rru +mjI +vqb +liq +bLE +bLE +liq +iJx +agE +wzZ +aXl +aXl +rtx +iJx +oWV +iJx +rtx +aXl +heo +ogv +lMU +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +aSB +onP +bRg +bMG +shF +vOl +bbe +xHR +afY +kJz +ffQ +cBU +cBU +vfs +eHZ +sNi +kpR +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(215,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +rru +mjI +vqb +gtN +gtN +gtN +gtN +syu +gxB +aXl +aXl +dfu +nmK +oWV +aDE +oWV +rtx +rlS +aXl +ogv +lMU +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +pYv +nqq +bWC +shF +fBe +pnF +tbg +xHR +afY +gBA +ffQ +cBU +cBU +vfs +yfM +ufQ +mAW +vfs +xds +iXc +vfs +piC +juh +kht +xxi +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +uDy +cOu +cOu +cOu +uDy +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(216,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +mjI +mjI +vqb +gtN +gtN +gtN +gtN +syu +oCX +aXl +aXl +aXl +rtx +iJx +oWV +iJx +rtx +aXl +elr +xIf +lMU +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +jWQ +shF +rUx +laJ +tiE +iCR +tbg +xHR +afY +jhk +ffQ +cBU +cBU +vfs +pIv +sNi +qNR +vfs +iwV +ifL +wsn +gdi +wAU +vtv +qQc +vfs +jGZ +tYb +bBB +gHP +nSD +sGw +bBB +gHP +nSD +mDy +gLa +vfs +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gdY +eYb +eYb +saZ +dwS +xdr +dSL +saZ +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(217,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +vqb +vqb +vqb +vqb +mjI +mjI +vqb +liq +hpC +hpC +liq +eLD +ojH +lxh +aXl +aXl +atT +rtx +pSY +rtx +wRF +aXl +kQr +cHo +lMU +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +fBN +krk +mQK +ocq +shF +jWv +hBy +xHR +afY +mlN +ffQ +cBU +cBU +vfs +uir +sNi +qNR +vfs +sNi +sNi +gdy +lmi +pxR +qIu +cZE +vfs +mDy +mDy +mDy +mDy +mDy +mDy +mDy +mDy +mDy +mDy +mDy +vfs +cBU +cBU +cBU +cBU +pEM +gxb +gxb +gxb +gxb +gxb +gxb +gxb +bNu +lPM +lPM +hlJ +tcm +etr +tcm +cOu +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(218,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dNY +dNY +dNY +dNY +dNY +dNY +mtw +mtw +mtw +mtw +mtw +mtw +mtw +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +qMW +sNG +xoD +vqb +vEX +vqb +vqb +aAo +vqb +vqb +vqb +iJx +clb +aXl +aXl +rWO +aXl +ooy +pSY +aXl +aXl +aXl +rWO +pPK +lMU +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +qOI +shF +sHU +bjc +tiE +onP +hBy +xHR +afY +thE +ffQ +cBU +cBU +vfs +qhX +sNi +qNR +vfs +sNi +sNi +gdy +gdy +gdy +gdy +gdy +vfs +sNi +eMQ +sNi +sNi +ufQ +sNi +sNi +sNi +omX +sNi +sNi +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +buK +haK +gxb +gxb +gxb +bNu +lPM +lPM +saZ +onZ +dXC +tcm +cOu +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(219,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +fiv +fiv +fiv +hvc +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfH +vfH +vfH +vfH +vfH +vfH +vfH +vfH +vfH +vfH +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dNY +pIu +pIu +iUq +pIu +dNY +bCO +bCO +bCO +mtw +lRe +lRe +lRe +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +hjc +rKC +vdv +vqb +rKC +sjW +qGp +gtN +liq +liq +liq +iJx +aXl +aXl +rmM +mBO +sHl +sHl +pSY +aXl +aXl +aXl +aXl +ulT +xSi +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +mHz +xUr +mQK +bjc +oBG +mWc +tbg +xHR +afY +vqB +ffQ +cBU +cBU +vfs +eHZ +sNi +qNR +vfs +sNi +sNi +iwV +iwV +ljD +geO +ifL +vfs +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +fBG +mli +mDy +qQc +dNc +qQc +qQc +gdX +lPM +viY +eYb +eYb +eYb +bWn +lPM +lPM +cOu +wyE +vRu +tcm +cOu +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(220,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +eXO +aDv +eXO +hvc +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfH +jOm +fcr +phF +fRD +fRD +iOc +oYq +oYq +vfH +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dNY +pIu +pIu +rOw +pIu +iFq +lRe +lRe +lRe +aBu +lRe +nrj +lRe +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +dZj +rKC +rKC +hXX +kLl +lCM +vpB +gtN +liq +mQD +cDl +iJx +aXl +heo +oZv +hsL +hsL +hsL +pSY +aXl +aXl +bGm +aXl +rXH +wzh +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uPC +wfP +xqQ +xqQ +xqQ +xqQ +eWi +xqQ +xqQ +xqQ +xqQ +nSG +eWi +xqQ +xqQ +xqQ +uPC +slw +pUT +slw +oRp +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +pYv +auH +oqc +fHO +shF +gSi +bbe +fWu +afY +tEV +ffQ +ffQ +ffQ +ffQ +lZz +sNi +qNR +vfs +tqS +mDy +mDy +mDy +mDy +mDy +sNi +vfs +ukM +omX +qFb +uvY +uvY +uvY +uvY +kBN +sNi +sNi +sNi +fBG +aOZ +aJB +aJB +aJB +aJB +aJB +gdX +lPM +lPM +lPM +lPM +lPM +lPM +lPM +lPM +cOu +wyE +vRu +tcm +cOu +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(221,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +eXO +aDv +eXO +hvc +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfH +uAV +fRD +fRD +fRD +fRD +hLf +rab +rab +vfH +cBU +cBU +cBU +nvH +nvH +nvH +nvH +nvH +nvH +pIu +pIu +pIu +pIu +iFq +lRe +lRe +lRe +aBu +lRe +nrj +aYx +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +ezF +moj +wcw +vqb +iEN +wTA +lZi +gtN +mQD +liq +wWc +iJx +eUy +nFf +ipA +bdh +hsL +vEP +pSY +aXl +aXl +lce +aXl +aXl +aXl +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uPC +hhW +txI +uEM +uEM +uEM +uEM +uEM +uEM +uEM +uEM +uEM +uEM +dXu +uEM +uEM +sUG +mhL +mhL +mhL +oRp +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +mWc +shF +fBe +shF +shF +shF +tbg +nSs +nSs +vjm +fMB +vVE +qmF +tpy +sNi +omX +tGd +vfs +sNi +mDy +wfO +bJi +bJi +hKb +jUS +vfs +sNi +sNi +weQ +vfs +plF +qLa +cPf +uRY +sNi +sNi +sNi +fBG +mDy +qQc +qQc +qQc +qQc +qQc +gdX +lPM +lkL +sgl +sgl +sgl +ydW +lPM +lPM +cOu +wyE +vRu +tcm +cOu +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(222,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +jzm +aDv +vRh +hvc +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfH +xaY +xaY +xaY +wpZ +qOv +pfE +rab +mCE +vfH +cBU +cBU +cBU +nvH +xEz +nhd +aXw +knL +nvH +pIu +pIu +pIu +pIu +dNY +rCF +rCF +rCF +mtw +lRe +nrj +lRe +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +vqb +vqb +vqb +vqb +liq +liq +liq +gtN +liq +liq +jWc +tGy +tGy +tGy +tGy +iJx +tFG +tFG +tFG +tFG +tFG +iJx +iJx +iJx +iJx +iJx +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uPC +hhW +txI +uEM +mck +uEM +uEM +uEM +elV +uEM +uEM +uEM +uEM +uEM +uEM +uEM +oFP +mhL +mhL +mhL +oRp +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +woi +shF +wWP +shF +shF +shF +dwI +nSs +eCR +nSs +ooF +aQk +bKF +nSs +sNi +sNi +sNi +qPT +sNi +mDy +mDy +mDy +mDy +mDy +aVz +vfs +sNi +sNi +weQ +iFr +mvB +hKb +mOJ +uRY +sNi +sNi +sNi +vfs +vfs +mgk +mgk +gdy +mgk +vfs +vfs +mwb +mPD +gxb +gxb +gxb +bNu +lPM +lPM +cOu +wyE +vRu +tcm +cOu +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(223,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +eXO +aDv +eXO +hvc +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vfH +vZQ +hkX +hkX +gSd +rab +rab +rab +bPM +vfH +cBU +cBU +cBU +nvH +pUJ +mob +pUJ +pUJ +nvH +pIu +pIu +pIu +pIu +dNY +dNY +dNY +dNY +dNY +lRe +nrj +lRe +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +cct +hNf +liq +gtN +liq +liq +gMj +tGy +wfQ +uCF +tGy +uRg +dpo +hIf +xsh +hIf +jHl +uRg +tGy +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +uPC +xqQ +kly +uEM +xqQ +xqQ +laz +xqQ +xqQ +xqQ +xqQ +xqQ +laz +xqQ +xqQ +xqQ +uPC +slw +slw +slw +oRp +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +cqo +shF +shF +gvv +shF +bPs +tbg +nSs +nSs +fzi +pCa +jCN +dOg +pCa +oEb +ftv +bfq +vfs +sNi +mDy +orh +jCt +orh +bjS +uLl +vfs +sNi +sNi +weQ +ueD +mDy +hKb +lnI +uRY +sNi +sNi +eMQ +vfs +uRe +qTf +dyA +iXc +gyi +aVz +vfs +lPM +mPD +gxb +gxb +gxb +bNu +lPM +lPM +cOu +wyE +vRu +tcm +cOu +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(224,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +hvc +hvc +hvc +eXO +aDv +eXO +hvc +hvc +hvc +hvc +hvc +tkT +iFR +iFR +tkT +cBU +vfH +xSt +hkX +hkX +gSd +rab +rab +rab +pTM +vfH +cBU +cBU +cBU +nvH +uTs +pUJ +pUJ +pUJ +eDl +pIu +pIu +pIu +pIu +pIu +pIu +pIu +pIu +dNY +lRe +nrj +lRe +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +liq +mQD +liq +gtN +liq +mQD +gMj +tGy +dvJ +ckE +tGy +mLZ +dou +hyS +thF +thF +dou +eqB +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +cBU +cBU +cBU +cBU +cBU +uPC +uPC +gTQ +hIr +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +jWv +shF +qjx +vKf +shF +jcg +bbe +sQb +afY +ocb +ffQ +ffQ +ffQ +ffQ +aqZ +sNi +lDh +vfs +lpL +mDy +qQc +gdi +qQc +gdi +ifL +vfs +sNi +sNi +weQ +xET +mDy +guJ +wix +uRY +sNi +sNi +sNi +vfs +ltj +iwV +eth +iwV +iwV +ifL +gxj +lPM +ngN +gxb +gxb +gxb +xTq +sgl +sgl +saZ +cty +tcm +dSL +saZ +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(225,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +eXO +eXO +gJY +cto +oZV +riS +iTM +eXO +eXO +eXO +vRh +tkT +gHV +gHV +tkT +cBU +vfH +xSt +ekw +ekw +gSd +rab +rab +rab +bPM +vfH +cBU +cBU +cBU +nvH +hCg +mwB +pUJ +pUJ +nvH +pIu +pIu +pIu +pIu +pIu +pIu +fgh +fgh +dNY +lRe +nrj +lRe +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +sxP +liq +mQD +gtN +mQD +liq +gMj +tGy +xoa +fHJ +tGy +keo +thF +thF +thF +thF +mLZ +thF +eJR +nru +nru +nru +sBm +nru +nru +nru +nru +moi +moi +moi +nru +eJR +cBU +cBU +cBU +cBU +cBU +uPC +mlK +uEM +uEM +mcK +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +fBN +auH +pPy +klF +shF +eHr +tbg +ndw +afY +doL +ffQ +hvE +vUI +uax +fhZ +sNi +lDh +vfs +sNi +mDy +kEv +kEv +oaf +bjS +sMM +vfs +ukM +sNi +nZc +vMq +vMq +vMq +vMq +uhc +omX +sNi +sNi +vfs +phZ +iaA +iwV +ifL +ifL +aVz +vfs +sgl +viD +gxb +gxb +gxb +gxb +gxb +gxb +uDy +cOu +cOu +cOu +uDy +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(226,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +hvc +rfZ +eXO +eXO +eXO +eXO +eXO +eXO +rfZ +cAn +jca +jca +tkT +gHV +gHV +tkT +cBU +vfH +xSt +wwP +ekw +gSd +rab +rab +rab +pTM +vfH +cBU +cBU +cBU +nvH +hzI +pUJ +tYo +mob +nvH +kSZ +pIu +pIu +pIu +pIu +fgh +hDt +qrx +dNY +lRe +nrj +lRe +mtw +mtw +mtw +mtw +mtw +mtw +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +vqb +vqb +liq +gtN +liq +liq +jWc +tGy +wtP +uCF +jJo +kuu +kuu +kuu +kuu +kuu +kuu +kuu +tEP +nru +nru +hri +nru +nru +aDA +hri +nru +nru +nru +nru +mNY +eJR +cBU +cBU +cBU +cBU +cBU +uPC +tas +uEM +uEM +kKt +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +wao +shF +shF +shF +mZb +eHr +tbg +ndw +afY +evQ +ffQ +cng +opo +uax +jks +sNi +lDh +vfs +sNi +mDy +rDe +qQc +qQc +qQc +iwV +vfs +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +sNi +vfs +puW +ifL +ifL +cqV +vfs +vfs +vfs +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(227,1,1) = {" +cBU +cBU +cBU +hvc +hvc +hvc +hvc +hvc +hvc +hvc +hvc +hvc +hvc +hvc +eXO +eXO +eXO +eXO +eXO +eXO +eXO +eXO +gJY +aDv +aDv +vQD +gHV +gHV +tkT +cBU +vfH +xSt +rzE +hkX +gSd +rab +rab +rab +bPM +vfH +cBU +cBU +cBU +nvH +hzI +pUJ +ntU +pUJ +nvH +pIu +pIu +pIu +pIu +iox +pIu +fgh +pIu +dNY +lRe +nrj +lRe +lRe +hbJ +hcP +clO +feX +tFM +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +liq +gtN +mQD +liq +xKx +tGy +tjP +jJg +tGy +keo +thF +thF +nyy +thF +thF +thF +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +lDc +lDc +cOL +vOm +eJR +cBU +cBU +cBU +cBU +cBU +uPC +ntP +uEM +uEM +loB +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +cqo +shF +jOQ +uWv +shF +wxi +hBy +ndw +afY +oGC +ffQ +vdy +opo +uax +bzp +sNi +cgk +vfs +sNi +sNi +gwO +gwO +gwO +iwV +ifL +vfs +nMz +sNi +sNi +rTZ +sNi +aUG +sNi +sNi +sNi +ufQ +rTZ +vfs +uax +uax +eYM +uax +uax +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(228,1,1) = {" +cBU +cBU +cBU +hvc +eXO +eXO +eXO +qpL +eXO +eXO +eXO +eXO +hvc +hvc +eXO +eXO +eXO +rfZ +hvb +xxB +eXO +eXO +gJY +aDv +aDv +tkT +gHV +gHV +tkT +cBU +vfH +vZQ +hkX +hkX +gSd +rab +rab +rab +pTM +vfH +cBU +cBU +cBU +nvH +tJO +pUJ +dFZ +pUJ +nvH +rOw +pIu +pIu +ylL +lBi +ylL +pIu +pIu +dNY +lRe +nrj +nrj +nrj +uza +nrj +uKC +uKC +tFM +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +liq +gtN +dON +rur +cDl +tGy +rwP +jJg +tGy +lSY +mLZ +thF +thF +thF +thF +uCF +tGy +cBU +cBU +cBU +cBU +cBU +eJR +get +xgX +gWu +gae +xZo +nru +eJR +cBU +cBU +cBU +cBU +cBU +uPC +fPh +txI +uEM +kKt +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +rJY +shF +tGv +mVL +auH +eFV +tbg +ndw +afY +ecL +ffQ +cng +cng +uax +mkU +pMF +fiA +vfs +ifL +ifL +baj +uiG +oWT +ifL +ifL +vfs +kfn +sNi +aQp +vfs +vfs +vfs +vfs +gdy +wPI +mgk +vfs +vfs +lsj +vPi +opo +hiI +uax +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(229,1,1) = {" +cBU +cBU +cBU +hvc +jzm +eXO +eXO +eXO +rfZ +eXO +lLI +vRh +hvc +hvc +jzm +eXO +eXO +rfZ +eXO +eXO +eXO +eXO +kum +aDv +aDv +bmb +gHV +gHV +tkT +cBU +vfH +xSt +xSt +xSt +gSd +rab +rab +rab +bPM +vfH +cBU +cBU +cBU +nvH +kuQ +pUJ +wZE +nPN +nvH +pIu +pIu +pIu +tdi +lIL +ajC +rOw +pIu +dNY +lRe +lRe +lRe +lRe +hbJ +hcP +clO +aeV +tFM +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +liq +gtN +xOI +liq +liq +tGy +nTq +hIk +tGy +uKL +noB +jJr +edu +bNp +cYu +aIK +tGy +cBU +cBU +cBU +cBU +cBU +eJR +akM +iPW +ycf +hGD +kPM +nru +eJR +cBU +cBU +cBU +cBU +cBU +uPC +lRP +uEM +uEM +kKt +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +mdS +tiE +onP +dYn +shF +shF +tbg +ndw +afY +doL +ffQ +opo +cng +uax +aqZ +sNi +lDh +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +rZJ +sNi +rBL +vfs +puW +dhr +pcx +iaA +rPt +wmH +ifL +vfs +opo +qNi +cng +hvE +uax +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(230,1,1) = {" +cBU +cBU +cBU +hvc +eXO +eXO +eXO +rfZ +eXO +eXO +lLI +joJ +hvc +hvc +eXO +eXO +eXO +eXO +eXO +eXO +eXO +eXO +gJY +aDv +aDv +bmb +gHV +tPQ +tkT +cBU +vfH +uuu +rab +rab +rab +rab +rab +rab +rGg +vfH +cBU +cBU +cBU +nvH +tYo +pUJ +cED +pUJ +nvH +pIu +pIu +fFl +tdi +lIL +ajC +tVX +pIu +dNY +mtw +mtw +mtw +mtw +mtw +mtw +mtw +mtw +mtw +mtw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +liq +gtN +xyI +tGy +tGy +tGy +uXd +szm +tGy +tGy +tGy +tGy +tGy +tGy +tGy +tGy +tGy +tGy +tGy +tGy +cBU +cBU +eJR +get +fIZ +sCq +mNY +nru +nru +eJR +cBU +cBU +cBU +cBU +cBU +uPC +nsg +txI +uEM +kKt +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +bbe +onP +shF +clo +vQO +shF +shF +tbg +ndw +afY +eSI +ffQ +vUI +cng +uax +aqZ +sNi +sPi +yih +yih +yih +yih +yih +yih +yih +yih +kWP +hOx +sNi +rBL +vfs +puW +dhr +fGE +mfQ +dhr +ifL +ifL +vHz +opo +opo +cng +ngU +uax +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(231,1,1) = {" +cBU +cBU +cBU +hvc +eXO +coA +eXO +eXO +eXO +eXO +lLI +lLI +hvc +hvc +eXO +eXO +eXO +eXO +eXO +rfZ +pfy +eXO +gJY +aDv +aDv +bmb +gHV +gHV +tkT +cBU +vfH +uuu +rab +rab +rab +rab +rab +rab +rab +vfH +cBU +cBU +cBU +nvH +xSs +pUJ +tYo +pUJ +nvH +pIu +uiI +pIu +tdi +lIL +ajC +pIu +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +mEC +vqb +liq +gtN +liq +tGy +tLj +rAV +jJg +uCF +mWu +tGy +bxc +ipB +tGy +cZB +cFs +nSy +gRP +eSp +bJH +tGy +cBU +cBU +eJR +get +iPW +vgS +bkX +nru +nru +eJR +eJR +cBU +cBU +cBU +cBU +uPC +gjJ +uEM +uEM +qMD +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +mQW +mQW +mQW +mQW +mQW +mQW +mQW +cBU +cBU +cBU +cBU +cBU +cBU +bbe +bMG +shF +qOI +oBS +krk +shF +tbg +eRt +afY +ocb +ffQ +cng +cng +uax +qUG +sNi +sNi +ftv +sNi +sNi +sNi +sNi +omX +sNi +sNi +sNi +sNi +sNi +rBL +vfs +puW +ifL +fZt +ifL +dhr +ifL +ifL +vfs +vUI +lxB +opo +ngU +uax +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(232,1,1) = {" +cBU +cBU +cBU +hvc +eXO +eXO +eXO +pfy +pfy +eXO +eXO +eXO +tQE +aDv +eXO +eXO +eXO +rfZ +rfZ +rfZ +eXO +eXO +gJY +aDv +aDv +tkT +gHV +gHV +tkT +cBU +vfH +vfH +xPM +xPM +vfH +vfH +vfH +vfH +vfH +vfH +cBU +cBU +cBU +nvH +xSs +mwB +kuQ +pUJ +nvH +pIu +pIu +pIu +tdi +lIL +ajC +pIu +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +mEC +hJy +vqb +liq +gtN +liq +tGy +oIM +jJg +uCF +uCF +vKo +tGy +pFE +ipB +tGy +aTL +uCF +uCF +uCF +uCF +ipB +tGy +cBU +cBU +eJR +get +fIZ +fUM +nru +nru +nru +eXK +eJR +eJR +cBU +cBU +cBU +uPC +tas +mck +uEM +mcK +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +wgt +aoo +olY +usy +paH +paH +mQW +cBU +cBU +cBU +cBU +cBU +cBU +bbe +jWv +shF +sQQ +czJ +shF +eHr +tbg +gVq +afY +eSI +ffQ +opo +vUI +uax +ldX +wBn +pwV +wBn +wBn +wBn +wBn +pwV +wBn +wBn +wBn +wBn +pwV +wBn +sWx +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +vfs +uax +uax +eYM +uax +uax +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(233,1,1) = {" +cBU +cBU +cBU +hvc +eXO +eXO +rfZ +rfZ +eXO +eXO +eXO +eXO +aDv +aDv +eXO +eXO +eXO +eXO +rfZ +pfy +eXO +eXO +gJY +aDv +aDv +tkT +gHV +gHV +tkT +cBU +cBU +vfH +rab +rab +vfH +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nvH +ijb +mSL +wZE +pUJ +nvH +pIu +pIu +fFl +tdi +lIL +ajC +tVX +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +dwd +tvK +mwp +liq +gtN +cer +tGy +kCx +uCF +uCF +uCF +vKo +tGy +oIV +ipB +tGy +oVV +iBz +uCF +uCF +rvi +xUT +tGy +cBU +cBU +eJR +wpw +iPW +npr +bkX +nru +nru +nru +nru +uPC +uPC +uPC +uPC +uPC +tas +uEM +uEM +loB +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +vvp +aoo +aoo +mQR +paH +xFC +mQW +cBU +cBU +cBU +cBU +cBU +cBU +bbe +cqo +rdw +shF +shF +shF +eHr +hBy +ndw +afY +eSI +ffQ +cng +opo +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +vUI +cng +cng +cng +opo +cng +opo +opo +opo +cng +cng +cng +uax +gxb +gxb +gxb +gxb +gxb +gxb +gxb +gxb +vIJ +gxb +gxb +wZO +aVW +xpr +gxb +gxb +gxb +gxb +gxb +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(234,1,1) = {" +cBU +cBU +cBU +hvc +jzm +eXO +eXO +eXO +eXO +eXO +rfZ +pfy +aDv +aDv +eXO +eXO +eXO +rfZ +eXO +pfy +eXO +eXO +gJY +aDv +qSf +tkT +gHV +gHV +tkT +cBU +cBU +vfH +eVZ +krn +vfH +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nvH +nvH +nvH +nvH +nvH +nvH +kSZ +pIu +pIu +tdi +lIL +ajC +gUm +sRF +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +dDP +tvK +uFe +liq +gtN +liq +tGy +baR +uCF +uCF +uCF +rDh +tGy +sqX +ipB +avn +ipB +uCF +uCF +uCF +uCF +qPF +tGy +cBU +cBU +eJR +get +fIZ +rsF +nru +eXK +nru +nru +nru +uPC +bRH +tas +mlK +tas +tas +uEM +uEM +kKt +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +enL +aoo +aoo +pVh +paH +hTG +mQW +cBU +cBU +cBU +cBU +cBU +cBU +bbe +kdL +wBz +shF +qsG +shF +shF +tbg +ndw +afY +eSI +ffQ +cng +cng +opo +opo +vUI +cng +cng +cng +opo +vUI +opo +cng +cng +opo +opo +cng +opo +opo +opo +cng +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +pEM +pEM +pEM +pEM +pEM +pEM +pEM +pEM +pEM +jlK +jlK +jlK +jlK +jlK +jlK +jlK +pEM +pEM +pEM +pEM +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(235,1,1) = {" +cBU +cBU +cBU +hvc +eXO +eXO +rfZ +eXO +coA +eXO +eXO +eXO +aDv +aDv +eXO +rfZ +eXO +eXO +kYD +rfZ +eXO +eXO +gJY +aDv +aDv +tkT +gHV +gHV +tkT +cBU +cBU +vfH +rab +rab +vfH +cBU +cBU +hhM +hhM +hhM +hhM +hhM +hhM +hhM +lrK +iPV +hhM +pIu +pIu +pIu +pIu +fFl +tdi +lIL +ajC +pUu +fgh +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +mEC +cxM +vqb +liq +gtN +liq +tGy +mCV +uCF +uCF +uCF +tGy +tGy +bxc +ipB +tGy +hAW +uLw +pJz +iPm +ofw +vKk +tGy +cBU +cBU +eJR +lyJ +iPW +rsF +nru +nru +aDA +nru +nru +smM +uEM +uEM +uEM +uEM +uEM +uEM +elV +kKt +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +tMF +aoo +ehS +kQd +paH +paH +mQW +cBU +cBU +cBU +cBU +cBU +cBU +bbe +uOD +mZb +ruQ +bYb +oLS +lsb +bbe +ndw +afY +eSI +ffQ +opo +cng +opo +vUI +vUI +lsj +opo +opo +opo +opo +cng +cng +vUI +opo +snC +cng +cng +cng +opo +opo +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(236,1,1) = {" +cBU +cBU +cBU +hvc +eXO +pfy +eXO +eXO +eXO +eXO +eXO +eXO +aDv +aDv +eXO +eXO +eXO +eXO +eXO +eXO +eXO +eXO +gJY +aDv +aDv +tkT +rcb +gHV +tkT +tkT +tkT +tkT +hzy +hzy +tkT +tkT +tkT +tkT +aGx +aGx +icy +aGx +aGx +hhM +jcD +jcD +hhM +pIu +pIu +pIu +pIu +pIu +tdi +lIL +ajC +fgh +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mEC +mEC +vqb +liq +gtN +liq +tGy +bZf +uCF +uCF +uCF +uCF +tGy +tGy +aRb +tGy +tGy +tGy +tGy +tGy +tGy +tGy +tGy +cBU +cBU +eJR +get +fIZ +ycf +svf +svf +svf +svf +mNY +uEM +uEM +uEM +uEM +uEM +uEM +uEM +uEM +kKt +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +iHC +aoo +aoo +ikK +paH +lQx +mQW +mQW +mQW +mQW +mQW +ffQ +ffQ +bbe +bbe +bbe +bbe +bbe +bbe +bbe +bbe +ndw +aDg +eSI +ffQ +snC +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(237,1,1) = {" +cBU +cBU +cBU +hvc +eXO +pfy +eXO +eXO +eXO +eXO +eXO +eXO +aDv +tQE +eXO +eXO +eXO +eXO +rfZ +eXO +eXO +eXO +gJY +aDv +aDv +bmb +gHV +tPQ +tkT +gHV +jGc +gHV +gHV +gHV +gHV +gHV +seR +tkT +hhM +wqJ +wqJ +wqJ +hhM +hhM +iPV +iPV +hhM +kSZ +pIu +pIu +rOw +pIu +tdi +lIL +ajC +pIu +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +liq +gtN +cer +tGy +wfQ +ckE +uCF +uCF +uCF +wbU +gbu +uCF +wbU +uCF +uCF +uCF +tGy +cBU +cBU +cBU +cBU +cBU +eJR +wpw +iPW +nHf +pbF +aDI +wzP +pbF +ozP +uPC +yad +aMD +ssX +aMD +aMD +vWb +jzj +azM +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +tMF +aoo +aoo +cdV +paH +paH +pdr +bQE +bQE +pdr +mQW +rYF +hky +iWF +hky +hky +hky +oxr +hky +hky +hky +ftK +afY +nYv +ffQ +cng +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(238,1,1) = {" +cBU +cBU +cBU +hvc +eXO +eXO +eXO +eXO +eXO +rfZ +eXO +eXO +aDv +aDv +pfy +eXO +eXO +eXO +rfZ +eXO +eXO +eXO +gJY +aDv +aDv +bmb +gHV +gHV +aVR +wKi +wKi +wKi +wKi +wKi +wKi +wKi +njT +dPL +bLK +bLK +bLK +bLK +bLK +bAz +bLK +bLK +swk +pIu +pIu +pIu +pIu +fFl +tdi +lIL +ajC +tVX +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +ihp +gtN +liq +tGy +wfQ +ckE +uCF +uCF +uCF +uCF +qCh +uCF +uCF +uCF +uCF +uCF +tGy +cBU +cBU +cBU +cBU +cBU +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +eJR +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +uPC +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +iOl +aoo +aoo +dXU +paH +paH +paH +paH +paH +paH +mQW +ftK +iEU +ubM +ubM +ubM +wnC +afY +afY +afY +wNr +ubM +ubM +dpI +ffQ +cng +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(239,1,1) = {" +cBU +cBU +cBU +hvc +eXO +rfZ +rfZ +eXO +eXO +eXO +eXO +eXO +tQE +aDv +pfy +eXO +eXO +xxB +eXO +eXO +eXO +eXO +gJY +cto +riS +bmb +gHV +gHV +dZy +wKi +wKi +wKi +wKi +wKi +wKi +wKi +njT +dPL +bLK +bLK +bLK +bLK +bLK +bAz +bLK +bLK +lgI +pIu +pIu +pIu +pIu +pIu +tdi +lIL +ajC +pIu +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +vqb +vqb +vqb +liq +gtN +mQD +tGy +oeA +qCh +uCF +uCF +uCF +tGy +tGy +tGy +tGy +lPH +kuu +lPH +tGy +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +mQW +mQW +mQW +mQW +gHz +paH +ieY +xYo +ieY +paH +fCS +afY +eSI +ffQ +ffQ +ffQ +ffQ +ehQ +mja +mja +ffQ +ffQ +ffQ +ffQ +ffQ +cng +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(240,1,1) = {" +cBU +cBU +cBU +hvc +eXO +eXO +eXO +eXO +eXO +eXO +eXO +eXO +hvc +hvc +eXO +eXO +eXO +eXO +eXO +rfZ +eXO +rfZ +kum +cto +riS +bmb +gHV +tPQ +tkT +gHV +ktK +gHV +gHV +gHV +gHV +gHV +seR +tkT +hhM +wqJ +wqJ +wqJ +hhM +hhM +iPV +iPV +hhM +kSZ +pIu +fgh +pIu +fgh +gMk +scX +xdZ +pIu +sRF +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +kiC +tZT +jgN +kSR +gtN +liq +tGy +tGy +tGy +tGy +tGy +tGy +tGy +dPd +bKK +tGy +ipB +kuu +ipB +tGy +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +wrp +paH +paH +paH +paH +paH +mQW +sQb +eSI +ffQ +rix +ieG +xwD +sAU +ayM +ayM +ayM +pDN +ffQ +iAP +opo +cng +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(241,1,1) = {" +cBU +cBU +cBU +hvc +eXO +lLI +lLI +lLI +eXO +lLI +lLI +lLI +hvc +hvc +eXO +eXO +eXO +rfZ +rfZ +eXO +eXO +eXO +gJY +cto +riS +tkT +gHV +gHV +tkT +tkT +tkT +tkT +eEJ +eEJ +tkT +tkT +tkT +tkT +aGx +aGx +pxl +aGx +aGx +hhM +jcD +jcD +hhM +pIu +fgh +kwU +pIu +fgh +pIu +wuu +pIu +pIu +rOw +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +kiC +tZT +jgN +kSR +gtN +liq +bLE +mQD +liq +mQD +liq +oeI +gxV +xuX +xuX +gxV +ipB +kuu +ipB +tGy +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +mSq +raF +mQW +paH +mQW +cYg +mQW +rAG +eSI +ffQ +qxy +rKj +qxN +tTE +tTE +tTE +tTE +wPE +ffQ +vUI +cng +opo +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(242,1,1) = {" +cBU +cBU +cBU +hvc +jzm +eXO +eXO +eXO +eXO +eXO +eXO +vRh +hvc +hvc +jzm +coA +eXO +eXO +eXO +eXO +eXO +eXO +gJY +cto +riS +tkT +gHV +gHV +tkT +cBU +cBU +oMw +pwu +pwu +oMw +cBU +cBU +hhM +hhM +hhM +hhM +hhM +hhM +hhM +ouT +oGP +hhM +fgh +hDt +eBQ +hDt +fXO +fgh +fgh +pIu +pIu +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +vqb +vqb +vqb +mQD +gtN +gtN +gtN +gtN +gtN +gtN +gtN +cuI +kuu +kuu +kuu +kuu +kuu +kuu +ipB +tGy +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +mQW +mQW +mQW +mQW +mQW +bQE +paH +paH +paH +paH +paH +mQW +ndw +eSI +ffQ +rKz +rpF +tTE +rpF +tTE +gfW +jQc +gxv +ffQ +uAD +cng +uax +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(243,1,1) = {" +cBU +cBU +cBU +hvc +hvc +hvc +hvc +eXO +eXO +eXO +hvc +hvc +hvc +hvc +pfy +eXO +gJY +crG +vna +aoA +iTM +eXO +eXO +eXO +vRh +tkT +gHV +gHV +tkT +cBU +cBU +oMw +kdz +mCH +oMw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +exE +exE +dNY +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +sxP +liq +liq +liq +mQD +ihp +mQD +liq +oeI +ipB +ipB +ipB +ipB +ipB +ipB +ipB +tGy +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +mQW +mZM +uEO +fCN +uEO +mQW +paH +paH +uRV +uRV +xYo +paH +mQW +lWe +eSI +ffQ +qjz +eGW +tjq +hdI +ylz +dkX +ffQ +ffQ +ffQ +vUI +cng +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +wPx +qyi +lwp +"} +(244,1,1) = {" +cBU +cBU +cBU +cBU +cBU +hvc +lzo +lzo +lzo +lzo +lzo +hvc +cBU +hvc +hvc +hvc +hvc +eXO +aDv +eXO +hvc +hvc +hvc +hvc +hvc +tkT +tkT +tkT +tkT +cBU +cBU +oMw +kdz +mCH +oMw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dNY +pIu +wWL +wWL +iUq +pIu +pIu +pIu +pIu +pIu +iUq +pIu +pIu +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +vqb +vqb +vqb +vqb +vqb +vqb +vqb +vqb +vqb +vqb +tGy +tGy +tGy +tGy +tGy +tGy +tGy +tGy +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +bsg +paH +jWM +paH +paH +paH +paH +paH +paH +jWM +paH +paH +mQW +rAG +onB +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +ffQ +cng +cng +cng +vUI +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +kwE +coM +scl +nOa +byt +tQv +"} +(245,1,1) = {" +cBU +cBU +cBU +cBU +cBU +hvc +lzo +lzo +lkt +lzo +lzo +hvc +cBU +cBU +cBU +cBU +hvc +eXO +aDv +eXO +hvc +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +oMw +pwu +pwu +oMw +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +dNY +wWL +pIu +trA +pIu +pIu +pIu +pIu +pIu +pIu +pIu +pIu +pIu +pIu +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +bsg +paH +paH +paH +paH +rPi +paH +paH +pdr +djm +djm +mSq +mQW +eRp +nyE +ffQ +cng +gXY +opo +opo +opo +cng +cng +cng +opo +uax +uax +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +nlI +jfT +qUv +qMA +lyD +dHX +"} +(246,1,1) = {" +cBU +cBU +cBU +cBU +cBU +hvc +hvc +wap +lkt +lzo +lzo +hvc +cBU +cBU +cBU +cBU +hvc +jzm +aDv +vRh +hvc +cBU +cBU +cBU +cBU +oMw +oMw +oMw +oMw +oMw +oMw +oMw +wOg +wOg +oMw +oMw +oMw +oMw +oMw +oMw +oMw +cBU +cBU +dNY +dNY +dNY +pIu +pIu +pIu +pIu +iox +pIu +iox +pIu +pIu +iox +sRF +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +bsg +paH +dfc +paH +dfc +paH +mQW +mQW +mQW +mQW +mQW +mQW +mQW +eYM +uax +uax +opo +uax +uax +uax +uax +uax +uax +uax +uax +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(247,1,1) = {" +cBU +cBU +cBU +cBU +cBU +hvc +lkt +lzo +lkt +lzo +lkt +hvc +cBU +cBU +cBU +cBU +hvc +eXO +aDv +eXO +hvc +cBU +cBU +cBU +cBU +oMw +cCS +cCS +oyK +cCS +cCS +cCS +pwu +pwu +cCS +cCS +cCS +oyK +cCS +cCS +oMw +cBU +cBU +cBU +cBU +dNY +dNY +dNY +xYg +lBi +xVR +tWQ +xVR +lBi +xYg +xVR +lBi +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +mQW +rji +mQW +riV +mQW +rji +mQW +cBU +cBU +cBU +cBU +cBU +uax +vUI +cng +cng +vUI +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +"} +(248,1,1) = {" +cBU +cBU +cBU +cBU +cBU +hvc +pJG +pJG +pJG +pJG +pJG +hvc +cBU +cBU +cBU +cBU +hvc +eXO +aDv +eXO +hvc +cBU +cBU +cBU +cBU +oMw +cCS +pXU +mkw +eXP +txn +lqS +pwu +prG +fpC +txn +pXU +mkw +eXP +cCS +oMw +cBU +cBU +cBU +cBU +cBU +cBU +dNY +aNH +aNH +aNH +aNH +aNH +aNH +aNH +aNH +aNH +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +tsf +mQW +bHd +mQW +tsf +mQW +cBU +cBU +cBU +cBU +cBU +uax +uax +uax +uax +uax +uax +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +ikE +vQT +kBM +kXM +jFQ +nEy +"} +(249,1,1) = {" +cBU +cBU +cBU +cBU +cBU +hvc +hvc +hvc +hvc +hvc +hvc +hvc +cBU +cBU +cBU +cBU +hvc +fiv +fiv +fiv +hvc +cBU +cBU +cBU +cBU +oMw +cCS +naB +ueW +imm +txn +wOK +pwu +pwu +tqR +txn +naB +ueW +imm +cCS +oMw +cBU +cBU +cBU +cBU +cBU +cBU +dNY +ehz +iwO +ehz +ehz +mUn +ehz +ehz +ehz +iwO +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mQW +mQW +mQW +mQW +mQW +mQW +mQW +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +myv +fod +awx +bWR +eoZ +evN +"} +(250,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +oMw +cCS +pAt +eBZ +rlX +txn +mzl +pwu +pwu +tqR +txn +pAt +eBZ +rlX +cCS +oMw +cBU +cBU +cBU +cBU +cBU +cBU +dNY +cqE +ehz +ehz +gAm +ehz +ehz +cqE +ehz +ehz +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +mjU +afn +gmI +kDs +xVp +tHJ +dKH +"} +(251,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +oMw +cCS +cCS +rbO +cCS +cCS +cCS +pwu +pwu +cCS +cCS +cCS +rbO +cCS +cCS +oMw +cBU +cBU +cBU +cBU +cBU +cBU +dNY +mUn +ehz +ehz +ehz +ehz +iwO +ehz +gAm +oYZ +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +yeI +jvZ +sre +fbq +dqQ +lCw +txt +"} +(252,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +oMw +cBU +cBU +cBU +cBU +cBU +cBU +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +dNY +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +eln +xTo +gqO +obz +hLV +nBm +nak +"} +(253,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +fxz +cUI +fWA +btF +caJ +mmc +oWH +"} +(254,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +tUR +vYx +kmP +toD +tgE +wWn +pck +"} +(255,1,1) = {" +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +cBU +lFG +dcN +sdt +vyy +udm +eiY +oPx +"} diff --git a/_maps/map_files220/RandomZLevels/caves.dmm b/_maps/map_files220/RandomZLevels/caves.dmm new file mode 100644 index 000000000000..ae6dd9fd983c --- /dev/null +++ b/_maps/map_files220/RandomZLevels/caves.dmm @@ -0,0 +1,53698 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ac" = ( +/obj/machinery/door/airlock/medical, +/obj/machinery/door/firedoor/closed, +/obj/effect/mapping_helpers/airlock/welded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ae" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/shreds, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/green, +/area/awaymission/caves/build/reqpower_build) +"af" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ah" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"ai" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"al" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"am" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"an" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"ao" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"ap" = ( +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + maxbodytemp = 1500 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"as" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/awaymission/caves/build/reqpower_build) +"au" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/shard, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"av" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"aw" = ( +/obj/structure/curtain/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt" + }, +/area/awaymission/caves/build/reqpower_build) +"az" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "destroyed_target_prism" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"aD" = ( +/obj/machinery/optable, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"aE" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile10" + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"aF" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4 + }, +/obj/effect/decal/remains/human, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"aG" = ( +/obj/machinery/door_control/shutter/north{ + id = "cave_shutters"; + name = "shutters control" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "cave_shutters" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"aH" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"aJ" = ( +/obj/structure/closet/secure_closet{ + req_access = list(271); + opened = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"aK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"aP" = ( +/obj/machinery/porta_turret{ + faction = "syndicate"; + lethal = 1; + interact_offline = 1 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"aT" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/cocoon, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"aV" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"aW" = ( +/obj/structure/cult/archives, +/obj/item/spellbook/oneuse/fake_gib, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"aX" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"aY" = ( +/obj/item/stock_parts/micro_laser, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"bb" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/obj/effect/turf_decal{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/east, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"bc" = ( +/obj/structure/mecha_wreckage/ripley/firefighter, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"bd" = ( +/obj/structure/constructshell, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"be" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "trap-fire"; + density = 0 + }, +/obj/item/organ/external/chest, +/obj/effect/gibspawner/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"bf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"bg" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "nexus-red" + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"bh" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"bi" = ( +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"bk" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"bm" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"bo" = ( +/obj/structure/curtain/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 8 + }, +/area/awaymission/caves/build/reqpower_build) +"bq" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"bt" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"bu" = ( +/obj/structure/door_assembly/door_assembly_min{ + anchored = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"bw" = ( +/obj/structure{ + icon_state = "pod_broken"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "The remains of the cloning pod. Something broke it from the inside."; + name = "broken pod"; + density = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"bB" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden{ + layer = 3.01 + }, +/obj/structure/barricade/wooden/crude{ + layer = 3.01 + }, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"bE" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"bG" = ( +/obj/structure/flora/rock/pile, +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"bK" = ( +/obj/item/stack/sheet/bone, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"bL" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"bM" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"bO" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface{ + light_color = null; + light_power = 0; + light_range = 0 + }, +/area/awaymission/caves) +"bP" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"bQ" = ( +/obj/machinery/optable, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"bS" = ( +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"bT" = ( +/obj/item/stack/rods, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"bU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"bV" = ( +/obj/item/clothing/head/helmet/riot/knight/templar, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"bX" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/toy/character/wizard{ + pixel_y = 10 + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/food/grown/apple/poisoned, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"bY" = ( +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"ca" = ( +/obj/structure/flora/ash/stem_shroom, +/obj/structure/spacevine, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"cc" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"cg" = ( +/obj/effect/spawner/random/dirt/often, +/mob/living/simple_animal/pet/cat/runtime{ + name = "Witches Familiar"; + desc = "A witch!"; + maxbodytemp = 500 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"ci" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 5 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo20" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"cj" = ( +/obj/structure/cult/altar, +/obj/item/clothing/gloves/ring/silver, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ck" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/crowbar, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"cm" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"cn" = ( +/obj/structure/window/reinforced/polarized{ + dir = 1; + id = "cave4_bath2" + }, +/obj/machinery/button/windowtint/south{ + id = "cave4_bath2" + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"cq" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"cs" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ct" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_y = 10; + pixel_x = -5 + }, +/obj/item/paper_bin{ + pixel_x = 6 + }, +/obj/item/pen, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"cv" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"cz" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"cA" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"cB" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"cC" = ( +/obj/effect/gibspawner/human, +/obj/structure/kitchenspike, +/obj/item/organ/external/leg, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"cD" = ( +/obj/structure{ + icon_state = "pod_broken2"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "The remains of the cloning pod. Something broke it from the inside."; + name = "broken pod"; + density = 1 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"cE" = ( +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"cF" = ( +/obj/structure/railing, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"cH" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"cK" = ( +/obj/structure/sign/securearea{ + pixel_y = -30 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"cO" = ( +/obj/item/pickaxe/mini, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"cP" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"cT" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 1 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"cW" = ( +/obj/structure/dresser, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"cX" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"cY" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"da" = ( +/obj/structure/statue{ + icon_state = "angelattack"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"db" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"dd" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"dh" = ( +/obj/structure/statue{ + icon_state = "angelseen"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"di" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/shower{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"dj" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"dk" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"do" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/mob/living/simple_animal/hostile/skeleton, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"dp" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/trash, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"dq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"dr" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"ds" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"du" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt" + }, +/area/awaymission/caves/build/reqpower_build) +"dw" = ( +/obj/structure/girder, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"dz" = ( +/obj/structure/spawner/skeleton{ + max_mobs = 5 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"dA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"dC" = ( +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"dF" = ( +/obj/structure/closet, +/obj/item/clothing/suit/browntrenchcoat, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/spacecash/c20, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"dG" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"dI" = ( +/obj/machinery/atmospherics/unary/tank/oxygen, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"dP" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"dQ" = ( +/obj/structure{ + icon = 'icons/obj/machines/mining_machines.dmi'; + icon_state = "console"; + name = "stacking machine console"; + pixel_y = 32; + anchored = 1 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"dR" = ( +/obj/structure/sign/biohazard{ + pixel_y = -30 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"dS" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/experimentor{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"dU" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"dV" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/obj/structure/curtain/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"dX" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ea" = ( +/mob/living/simple_animal/hostile/asteroid/hivelord{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ed" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"ee" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"ef" = ( +/obj/structure/sink/directional/west, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"eg" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ek" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"eo" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"eq" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/tome, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ev" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"ew" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"eA" = ( +/obj/item/stack/sheet/metal, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"eB" = ( +/obj/structure/railing, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"eD" = ( +/obj/effect/turf_decal/stripes, +/obj/structure/fence{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"eE" = ( +/obj/item/flashlight{ + on = 1 + }, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"eF" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/mining_scanner, +/obj/item/mining_voucher, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"eG" = ( +/obj/item/kirbyplants, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"eK" = ( +/mob/living/simple_animal/hostile/abomination/altform4{ + maxbodytemp = 1500 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"eL" = ( +/obj/structure/flora/ash/rock/style_random, +/obj/structure/spacevine, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"eM" = ( +/mob/living/simple_animal/hostile/abomination/altform1{ + maxbodytemp = 1500 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"eO" = ( +/obj/structure/closet, +/obj/item/clothing/suit/fluff/dusty_jacket, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/gun/energy/laser/retro, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"eQ" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 4 + }, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo10" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"eR" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"eW" = ( +/obj/structure/window/reinforced/polarized{ + id = "cave4_bath1" + }, +/obj/machinery/button/windowtint/north{ + id = "cave4_bath1" + }, +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/bikehorn/rubberducky, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/caves/build/reqpower_build) +"eZ" = ( +/obj/structure/curtain/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"fa" = ( +/obj/structure/table, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/splint, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"fb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"fc" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"fe" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ff" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"fi" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"fk" = ( +/obj/structure/door_assembly/door_assembly_med{ + anchored = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"fl" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/gibspawner/human, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"fm" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"fo" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"fp" = ( +/obj/structure/spider/stickyweb, +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"fq" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/structure/coatrack, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"fs" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"fu" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"fw" = ( +/obj/item/storage/firstaid/brute/empty, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"fz" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"fC" = ( +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"fD" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"fF" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves/build) +"fI" = ( +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo7" + }, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"fM" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"fN" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"fQ" = ( +/obj/structure/table_frame, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"fS" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/caves/build/reqpower_build) +"fT" = ( +/obj/structure/cult/pylon, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"fU" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"fV" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo19" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"fW" = ( +/obj/structure/closet{ + opened = 1 + }, +/obj/item/clothing/mask/breath, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"fX" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"ga" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"gc" = ( +/turf/simulated/wall, +/area/awaymission/caves) +"gd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"gf" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"gg" = ( +/obj/structure/table, +/obj/item/mod/module/visor/night, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"gh" = ( +/obj/effect/baseturf_helper/lava/mapping_lava, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/caves/build) +"gj" = ( +/obj/structure/closet/crate/freezer{ + opened = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"gk" = ( +/obj/structure/dresser, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"gl" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/salvage/ruin/tablet{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/salvage/ruin/tablet{ + pixel_y = 10; + pixel_x = -6 + }, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"gm" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile2" + }, +/obj/effect/decal/cleanable/dust, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"gq" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"gs" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"gu" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"gv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"gB" = ( +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"gI" = ( +/obj/item/rack_parts, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"gL" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"gN" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"gO" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves/build) +"gP" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/melee/classic_baton/telescopic{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = -9 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"hb" = ( +/obj/structure/flora/rock, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"hd" = ( +/obj/item/storage/firstaid/surgery, +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"he" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"hi" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"hj" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile19" + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"hk" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"hn" = ( +/obj/structure/statue{ + icon_state = "angelattack"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"hp" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"ht" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"hu" = ( +/obj/structure/flora/ash/leaf_shroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"hw" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"hC" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_block4" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"hD" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/fans/tiny/invisible, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"hE" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"hF" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"hG" = ( +/obj/item/shard/plasma, +/obj/effect/decal/cleanable/glass/plasma, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"hH" = ( +/obj/structure/statue{ + icon_state = "angelattack"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"hI" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"hJ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"hL" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"hM" = ( +/obj/structure/closet/body_bag{ + opened = 1 + }, +/obj/effect/mob_spawn/human/corpse/skeleton, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"hO" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"hP" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"hQ" = ( +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider{ + wander = 0; + maxbodytemp = 1500 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"hS" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "AAS_Off_Open"; + name = "messaging server"; + desc = "A machine that processes and routes PDA and request console messages."; + pixel_x = -5; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/caves/build/reqpower_build) +"hY" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center4" + }, +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"hZ" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"ie" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/dirt/often, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"if" = ( +/obj/item/kirbyplants, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ig" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 4 + }, +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ih" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ij" = ( +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"ik" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"ip" = ( +/obj/structure/railing, +/obj/structure/sink/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"ir" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"is" = ( +/obj/structure/spider/stickyweb, +/obj/machinery/iv_drip, +/obj/item/storage/firstaid/toxin, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"iu" = ( +/obj/item/flag/solgov, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"iv" = ( +/obj/item/clothing/under/rank/medical/scrubs/green, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"iw" = ( +/obj/structure/cult/altar, +/obj/item/clothing/gloves/ring/glass, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ix" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"iy" = ( +/obj/item/food/grown/poppy{ + pixel_y = -15; + pixel_x = -5 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"iA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/railing/corner, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"iC" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"iD" = ( +/mob/living/simple_animal/hostile/abomination, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"iE" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"iF" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"iG" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "messaging server"; + desc = "A machine that processes and routes PDA and request console messages."; + density = 1; + anchored = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/caves/build/reqpower_build) +"iH" = ( +/mob/living/simple_animal/hostile/poison/giant_spider{ + wander = 0; + maxbodytemp = 1500 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"iM" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"iQ" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + pixel_x = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"iR" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"iW" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"iZ" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/awaymission/caves/build/reqpower_build) +"ja" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"je" = ( +/obj/machinery/economy/vending/snack/free, +/obj/effect/mapping_helpers/machinery/damaged, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"jg" = ( +/obj/effect/baseturf_helper/lava/mapping_lava, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/caves) +"jh" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/spawner/random/dirt/often, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"ji" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/light_construct/small/east, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"jm" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile2" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"jn" = ( +/obj/effect/spawner/random/blood/often, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"jp" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone, +/obj/item/reagent_containers/glass/beaker{ + pixel_y = 3; + pixel_x = 3 + }, +/obj/item/reagent_containers/syringe/insulin, +/obj/effect/spawner/random/dirt/often, +/obj/item/dnascrambler, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"js" = ( +/obj/structure/table_frame/wood, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 10 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"jt" = ( +/obj/structure/statue{ + icon_state = "angelseen"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"jv" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile1" + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"jy" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"jA" = ( +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/item/extinguisher/mini, +/obj/item/pickaxe/mini, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/backpack/satchel/explorer, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"jC" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/miningcar, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"jE" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"jF" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"jL" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"jM" = ( +/obj/structure/closet/radiation, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"jN" = ( +/obj/item/stack/sheet/metal, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"jP" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"jQ" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"jW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"jX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"jY" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"jZ" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ka" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/windoor_assembly, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"kc" = ( +/obj/structure/table/reinforced, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/paper/researchnotes, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"kf" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro1" + }, +/area/awaymission/caves) +"kg" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"kh" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_block4" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"kl" = ( +/obj/structure/sign/securearea{ + pixel_x = -30 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"km" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"kn" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/table, +/obj/item/radio, +/obj/item/radio{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/card/id/away/old{ + name = "Miner's Personal ID"; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"ko" = ( +/mob/living/simple_animal/hostile/scarybat, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"kp" = ( +/obj/machinery/optable, +/obj/item/clothing/gloves/color/latex, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"kv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"kC" = ( +/obj/effect/decal/remains/human, +/obj/item/food/grown/harebell, +/obj/item/clothing/suit/armor/riot/knight/red, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"kD" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"kF" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"kG" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/awaymission/caves/build) +"kH" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"kI" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"kR" = ( +/obj/item/reagent_containers/spray, +/mob/living/simple_animal/hostile/poison/giant_spider{ + wander = 0; + maxbodytemp = 1500 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"kU" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"kV" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"lc" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"lg" = ( +/obj/item/cultivator/rake, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"lj" = ( +/obj/structure/door_assembly/door_assembly_med{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"lk" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"lm" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"lo" = ( +/mob/living/simple_animal/hostile/abomination/altform3{ + maxbodytemp = 1500 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"lp" = ( +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/item/extinguisher/mini, +/obj/item/pickaxe/mini, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/backpack/satchel/explorer, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"lq" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"lr" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo9" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ls" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"lt" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves/build) +"lv" = ( +/obj/structure{ + icon_state = "pod_broken2"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "The remains of the cloning pod. Something broke it from the inside."; + name = "broken pod"; + density = 1 + }, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/curtain/medical, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"lw" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/food/candy/cotton/poison, +/obj/item/food/candy/jellybean/poison{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/food/candy/gummyworm/poison, +/obj/item/food/candy/gummybear/poison{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"lx" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"ly" = ( +/obj/machinery/suit_storage_unit/lavaland{ + req_access = list(271); + storage_type = null; + locked = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"lD" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/caves/build/reqpower_build) +"lE" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"lG" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"lJ" = ( +/obj/item/organ/external/chest, +/obj/item/kitchen/knife/butcher, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"lL" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo18" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"lQ" = ( +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "portal1"; + desc = "An evil portal made by dark magics. Surprisingly stable."; + name = "eldritch portal"; + can_be_hit = 0; + anchored = 1 + }, +/obj/effect/bump_teleporter{ + id = "5cavedown"; + id_target = "6caveup" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro1" + }, +/area/awaymission/caves) +"lT" = ( +/obj/effect/bump_teleporter{ + id = "2caveup"; + id_target = "1cavedown" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"lU" = ( +/obj/item/chair/wood, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"lV" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"lW" = ( +/obj/structure/railing, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"lY" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"lZ" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"mc" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"mf" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"mi" = ( +/obj/structure/railing/cap{ + dir = 6 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"mj" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ml" = ( +/obj/structure/closet/crate/grave{ + opened = 1; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"mn" = ( +/mob/living/simple_animal/hostile/poison/giant_spider{ + wander = 0; + maxbodytemp = 1500 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"mo" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ms" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile1" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"mx" = ( +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"mz" = ( +/turf/simulated/wall/indestructible/cult, +/area/awaymission/caves) +"mB" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 6 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"mC" = ( +/turf/simulated/wall, +/area/awaymission/caves/build) +"mD" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/storage/bag/ore, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"mH" = ( +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"mI" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden{ + layer = 3.01 + }, +/obj/structure/barricade/wooden/crude{ + layer = 3.01 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"mJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"mL" = ( +/obj/machinery/shield{ + icon_state = "shield-cult"; + max_integrity = 150; + name = "Invoker's Shield" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"mM" = ( +/obj/item/stack/rods, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"mN" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"mR" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"mT" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"mX" = ( +/obj/structure/closet, +/obj/item/clothing/suit/storage/labcoat, +/obj/item/clothing/shoes/centcom, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"na" = ( +/obj/item/folder/yellow, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"nb" = ( +/obj/item/shard/plasma{ + icon_state = "plasmasmall" + }, +/obj/effect/decal/cleanable/glass/plasma, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"nc" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/light_construct/small/east, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"ng" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo3" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"nj" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"nl" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"nm" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"no" = ( +/obj/structure/door_assembly/door_assembly_hatch, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ns" = ( +/obj/structure/spacevine, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"nt" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/gibspawner/human, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"nu" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/awaymission/caves) +"nv" = ( +/obj/structure/statue{ + icon_state = "angelattack"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"nx" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"nz" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"nB" = ( +/obj/structure/bed/roller, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"nC" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"nD" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "conduit-red" + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"nE" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"nF" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_block2" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"nG" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"nJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"nK" = ( +/obj/item/crowbar/small, +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"nN" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt" + }, +/area/awaymission/caves/build/reqpower_build) +"nO" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"nP" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/rods, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"nQ" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"nR" = ( +/obj/item/chair/stool, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"nU" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile22" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"nW" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"nX" = ( +/obj/item/stack/ore/glass/basalt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"nZ" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/awaymission/caves/build/reqpower_build) +"oa" = ( +/obj/structure/chair/comfy/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"oc" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"oi" = ( +/obj/structure/mecha_wreckage/ripley, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"om" = ( +/obj/structure/flora/rock/pile, +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"oo" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"oq" = ( +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"or" = ( +/obj/structure/closet/walllocker/firelocker/south, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ot" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ow" = ( +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"oz" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"oA" = ( +/mob/living/simple_animal/hostile/abomination/super{ + maxbodytemp = 1500 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 8 + }, +/area/awaymission/caves/build/reqpower_build) +"oB" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"oG" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/item/radio, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"oK" = ( +/obj/structure/closet{ + opened = 1 + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/anesthetic, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"oM" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"oN" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"oP" = ( +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"oQ" = ( +/obj/effect/bump_teleporter{ + id_target = "3cave_down"; + id = "4cave_up" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"oR" = ( +/obj/item/stack/rods, +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"oS" = ( +/obj/structure{ + icon = 'icons/obj/pipes/disposal.dmi'; + icon_state = "pipe-c"; + name = "pipe"; + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"oU" = ( +/obj/item/mounted/frame/intercom, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"oV" = ( +/obj/structure/cult/altar, +/obj/item/clothing/gloves/ring/gold, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"oX" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "destroyed_target_prism" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"oY" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build/reqpower_build) +"pc" = ( +/obj/structure/table/tray, +/obj/item/scalpel/laser/laser3, +/obj/item/retractor, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"pd" = ( +/obj/structure/closet/crate/grave/gravelead{ + opened = 1; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ph" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"pi" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"pk" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"pm" = ( +/obj/structure/disposalpipe/broken{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"pq" = ( +/obj/effect/turf_decal/box, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"pr" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"ps" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/brick, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"pt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"pw" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt" + }, +/area/awaymission/caves/build/reqpower_build) +"pB" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"pE" = ( +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"pH" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile10" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"pI" = ( +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/chasm/straight_down/lava_land_surface{ + light_color = null; + light_power = 0; + light_range = 0 + }, +/area/awaymission/caves) +"pJ" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"pQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"pT" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"pU" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"pV" = ( +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"pY" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"pZ" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"qa" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile2" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"qd" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/paper/caves/pacman, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"qe" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"qf" = ( +/obj/structure/bed, +/obj/item/bedsheet/fluff, +/obj/structure/curtain/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"qg" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/black, +/area/awaymission/caves/build/reqpower_build) +"qi" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/awaymission/caves) +"qj" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"qn" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light_construct/small/east, +/obj/structure/coatrack, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"qo" = ( +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/item/mod/control/pre_equipped/mining/vendor, +/obj/item/mod/control/pre_equipped/mining/vendor, +/obj/item/mod/control/pre_equipped/mining/vendor, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"qp" = ( +/obj/structure/closet, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"qt" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"qx" = ( +/obj/machinery/suit_storage_unit/lavaland{ + req_access = list(271); + storage_type = null; + locked = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"qE" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"qH" = ( +/obj/machinery/door/poddoor{ + id_tag = "cave4_blast" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"qI" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"qM" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"qP" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"qQ" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"qS" = ( +/obj/structure/railing, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"qT" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"qX" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/structure/closet/l3closet/general, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"qY" = ( +/obj/structure/railing/corner, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"qZ" = ( +/obj/structure/mineral_door/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"ra" = ( +/obj/structure/door_assembly/door_assembly_med, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"rf" = ( +/obj/item/stack/sheet/runed_metal{ + amount = 10 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"rg" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"rh" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "destroyed_target_prism" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ri" = ( +/obj/structure/spider/stickyweb, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"rm" = ( +/obj/item/bonegel, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ro" = ( +/obj/machinery/door/airlock/survival_pod/glass, +/obj/effect/mapping_helpers/machinery/destroyed, +/obj/machinery/door/poddoor/preopen{ + id_tag = "cave4_blast2" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"rp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"rq" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"rs" = ( +/obj/machinery/flasher{ + pixel_y = 32; + id = "cave4_flash" + }, +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"rv" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"rx" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ry" = ( +/obj/item/skeleton/r_hand{ + pixel_y = 10; + pixel_x = 3 + }, +/obj/item/candle/eternal/wizard{ + pixel_x = -5; + pixel_y = -9; + lit = 1; + flickering = 1; + icon_state = "candle1_flicker" + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"rA" = ( +/obj/structure/statue{ + icon_state = "angelattack"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"rB" = ( +/obj/structure/closet/crate/miningcar, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"rM" = ( +/obj/structure/showcase/horrific_experiment, +/obj/structure/curtain/medical, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"rN" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"rQ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet/body_bag, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"rX" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"rZ" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"sd" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"se" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"sf" = ( +/obj/structure/flora/ash/tall_shroom, +/obj/structure/spacevine, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"sh" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"si" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"sj" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"sm" = ( +/obj/structure/flora/ash/cap_shroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"sn" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/laser/retro, +/obj/item/gun/energy/laser/retro, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"so" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"sq" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"sr" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"sw" = ( +/obj/structure/spider/stickyweb, +/obj/machinery/light_construct/small/east, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"sy" = ( +/obj/structure/closet/crate/miningcar, +/obj/item/stack/ore/plasma{ + amount = 20 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"sz" = ( +/mob/living/simple_animal/hostile/skeleton, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"sA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"sF" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"sK" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/effect/mapping_helpers/airlock/welded, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"sL" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"sM" = ( +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/item/extinguisher/mini, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/backpack/satchel/explorer, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"sO" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"sP" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center1" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"sU" = ( +/obj/item/storage/box/monkeycubes/neaeracubes, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"sV" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"sY" = ( +/obj/structure/cult/pylon, +/obj/effect/decal/cleanable/dust, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile2" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ta" = ( +/obj/structure/closet/secure_closet, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"td" = ( +/obj/structure/statue{ + icon_state = "angelseen"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"th" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/caves/build/reqpower_build) +"tj" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "trap-fire"; + density = 0 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"tk" = ( +/obj/item/candle/eternal/wizard{ + pixel_y = 14; + pixel_x = 8; + lit = 1; + flickering = 1; + icon_state = "candle1_flicker" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"tm" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center1" + }, +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"tn" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"tr" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 5 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/documents{ + desc = " Документы ''СОВЕРШЕННО СЕКРЕТНО'', напечатанные на защищенной от копирования бумаге. В них описываются ужасные эксперименты, проводимые в секретной лаборатории под эгидой Транс-Солнечной Федерации."; + name = "SolGov secret documents" + }, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ts" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"tw" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"tx" = ( +/obj/item/stack/sheet/metal, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"ty" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"tB" = ( +/obj/structure/spirit_board{ + anchored = 1 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"tC" = ( +/obj/effect/turf_decal/stripes{ + dir = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"tD" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"tG" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/kirbyplants, +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"tJ" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/flashlight/lantern{ + on = 1 + }, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"tK" = ( +/obj/random/tool, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"tL" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"tM" = ( +/obj/structure{ + icon = 'icons/obj/pipes/disposal.dmi'; + icon_state = "pipe-c"; + name = "pipe"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"tP" = ( +/obj/item/bedsheet/blue, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"tQ" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"tT" = ( +/obj/structure/dresser, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/black, +/area/awaymission/caves/build/reqpower_build) +"tU" = ( +/obj/structure/closet, +/obj/item/clothing/suit/storage/labcoat, +/obj/item/clothing/suit/storage/labcoat, +/obj/item/clothing/shoes/centcom, +/obj/item/stack/spacecash/c200, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"tV" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"tW" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"tZ" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile2" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ua" = ( +/obj/machinery/conveyor{ + dir = 6; + id = "packageSort2" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"uc" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = -32 + }, +/obj/structure/table/wood/fancy/red, +/obj/item/spellbook/oneuse/smoke, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"ud" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 6 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"ue" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/mob/living/simple_animal/hostile/skeleton, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ug" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"uh" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"ui" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"uj" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/structure/curtain/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"uk" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"un" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel/stairs/right, +/area/awaymission/caves/build/reqpower_build) +"uo" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"up" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ur" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"uu" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"uv" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"ux" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"uy" = ( +/obj/item/cultivator/rake, +/obj/item/shovel, +/obj/structure/rack, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"uB" = ( +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/awaymission/caves) +"uG" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"uI" = ( +/obj/structure/chair/sofa/corp{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"uJ" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"uL" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "messaging server"; + desc = "A machine that processes and routes PDA and request console messages."; + density = 1; + anchored = 1 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/caves/build/reqpower_build) +"uO" = ( +/obj/structure/stone_tile/slab, +/obj/structure/stone_tile/slab, +/mob/living/simple_animal/hostile/deadwizard, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"uP" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"uR" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"uS" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"uU" = ( +/obj/effect/landmark/awaystart, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"uW" = ( +/mob/living/simple_animal/hostile/asteroid/basilisk{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"uX" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"uY" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo14" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"va" = ( +/obj/structure/flora/ash/tall_shroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"vb" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"vc" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"vg" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"vh" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/structure/curtain/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"vi" = ( +/obj/structure/closet/crate/miningcar, +/obj/item/stack/ore/silver{ + amount = 30 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"vj" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"vl" = ( +/obj/machinery/fishtank/wall, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"vo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"vr" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"vx" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"vy" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"vC" = ( +/obj/structure/table, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/south, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"vE" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"vG" = ( +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"vI" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"vJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"vK" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "destroyed_target_prism" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"vL" = ( +/obj/structure/table_frame, +/obj/item/healthanalyzer, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"vQ" = ( +/obj/structure/closet/crate/can, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"vS" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"vV" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/item/stock_parts/capacitor, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/caves/build/reqpower_build) +"vW" = ( +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "controller-o"; + name = "blackbox recorder"; + density = 1; + anchored = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/caves/build/reqpower_build) +"vX" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"vY" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"vZ" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"wd" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"we" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"wh" = ( +/obj/machinery/suit_storage_unit/lavaland{ + req_access = list(271); + storage_type = null; + locked = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"wi" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"wo" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/item/assembly/igniter, +/obj/item/stock_parts/capacitor, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"wr" = ( +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ws" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"wu" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ww" = ( +/obj/structure/barricade/wooden, +/obj/structure/barricade/wooden/crude, +/obj/structure/curtain/black, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"wx" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 6 + }, +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"wy" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"wB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + pixel_x = 6; + pixel_y = 8; + id = "cave4_blast" + }, +/obj/machinery/door_control/shutter{ + pixel_x = 6; + pixel_y = -3; + id = "cave4_blast2" + }, +/obj/item/radio{ + pixel_y = 5; + pixel_x = -5 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"wC" = ( +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"wD" = ( +/obj/structure/closet/crate, +/obj/item/borg/upgrade/modkit/cooldown, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"wE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"wG" = ( +/obj/effect/bump_teleporter{ + id = "3cave_down"; + id_target = "4cave_up" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"wH" = ( +/obj/structure/sink/directional/east, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"wL" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "destroyed_target_prism" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"wN" = ( +/obj/structure{ + icon_state = "pod_broken2"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "The remains of the cloning pod. Something broke it from the inside."; + name = "broken pod"; + density = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"wO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet, +/obj/item/clothing/under/rank/medical/scrubs, +/obj/item/clothing/mask/surgical, +/obj/item/gun/syringe/rapidsyringe, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"wQ" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"wT" = ( +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"wV" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "elevatorshaft" + }, +/area/awaymission/caves/build/reqpower_build) +"wZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"xd" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"xf" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/caves/build/reqpower_build) +"xg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"xh" = ( +/obj/structure/closet/crate, +/obj/item/mecha_parts/mecha_equipment/drill, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"xi" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build/reqpower_build) +"xk" = ( +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/structure/closet/crate/secure/plasma, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"xq" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"xy" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"xz" = ( +/obj/item/tank/internals/emergency_oxygen/empty, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"xC" = ( +/obj/structure{ + icon_state = "pod_broken2"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "The remains of the cloning pod. Something broke it from the inside."; + name = "broken pod"; + density = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"xE" = ( +/obj/effect/decal/cleanable/glass/plasma, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"xH" = ( +/obj/structure/spawner/skeleton{ + max_mobs = 5 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"xJ" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/crate/freezer/iv_storage, +/obj/item/reagent_containers/iv_bag/blood/vox, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/effect/spawner/random/dirt/often, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/item/reagent_containers/iv_bag/blood/o_plus, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"xQ" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"xS" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"xV" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular/empty{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"yb" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/neutral/corner, +/obj/structure/barricade/wooden, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"ye" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"yf" = ( +/obj/structure/rack, +/obj/item/shield/mirror, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"yh" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"yo" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"yp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"yt" = ( +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"yw" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"yz" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"yD" = ( +/obj/item/storage/box/gloves, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"yF" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"yG" = ( +/obj/machinery/flasher{ + pixel_y = 32; + id = "cave4_flash" + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"yH" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "sacrificealtar-red" + }, +/obj/effect/decal/cleanable/cobweb, +/obj/item/soulstone, +/obj/item/coin/plasma{ + pixel_y = -3; + pixel_x = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"yJ" = ( +/obj/structure/extinguisher_cabinet/empty{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/shreds, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"yK" = ( +/obj/structure/railing, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"yN" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/structure/sign/explosives/alt{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"yO" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"yP" = ( +/obj/effect/bump_teleporter{ + id_target = "2cavedown"; + id = "3caveup" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"yR" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"yS" = ( +/turf/simulated/wall/indestructible/rock/mineral{ + icon = 'icons/effects/effects.dmi'; + icon_state = "1"; + name = "pitch black darkness"; + desc = "Go to the deep"; + mouse_opacity = 0 + }, +/area/awaymission/caves) +"yU" = ( +/obj/structure/railing, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"yW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"yY" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/awaymission/caves/build/reqpower_build) +"za" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"zc" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 4 + }, +/area/awaymission/caves/build/reqpower_build) +"zf" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"zg" = ( +/obj/structure/dresser, +/obj/item/flashlight/lantern{ + pixel_y = 18 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"zk" = ( +/obj/machinery/power/apc/off_station/empty_charge/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"zl" = ( +/obj/item/organ/external/arm, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"zm" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"zp" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"zq" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"zs" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"zw" = ( +/obj/item/fluff/zekemirror{ + pixel_x = -7; + pixel_y = -5 + }, +/obj/item/candle/eternal/wizard{ + lit = 1; + flickering = 1; + icon_state = "candle1_flicker" + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"zx" = ( +/obj/structure/table, +/obj/item/trash/tray, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"zy" = ( +/obj/item/clothing/under/syndicate/sniper, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"zA" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"zD" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"zF" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"zG" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"zJ" = ( +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"zK" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"zO" = ( +/obj/structure/stone_tile/slab, +/mob/living/simple_animal/hostile/skeleton, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"zT" = ( +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"zU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"zW" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "pristine_surrounding_tile2" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"zY" = ( +/obj/structure/closet/radiation{ + opened = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"zZ" = ( +/obj/machinery/door/poddoor{ + id_tag = "cave_elevator" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ag" = ( +/obj/item/circular_saw, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"An" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ap" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Aq" = ( +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ar" = ( +/obj/machinery/light_construct/small/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"At" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Au" = ( +/obj/structure/closet, +/obj/item/stack/spacecash/c100, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Ay" = ( +/obj/effect/bump_teleporter{ + id = "5cave_up"; + id_target = "4cave_down" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Az" = ( +/obj/machinery/igniter, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"AD" = ( +/obj/item/clothing/gloves/ring/immortality_ring, +/obj/structure/cult/altar, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"AE" = ( +/obj/effect/spawner/random/blood/often, +/mob/living/simple_animal/hostile/clown/mutant{ + maxbodytemp = 1500 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"AG" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"AI" = ( +/obj/structure/table, +/obj/structure/sign/nosmoking_2{ + pixel_y = 30 + }, +/obj/item/card/id/away/old{ + name = "Miner's Personal ID"; + pixel_x = -5 + }, +/obj/item/card/id/away/old{ + name = "Miner's Personal ID" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"AK" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + pixel_x = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"AL" = ( +/obj/structure/bed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"AM" = ( +/obj/structure{ + icon = 'icons/obj/pipes/disposal.dmi'; + icon_state = "pipe-s"; + name = "pipe"; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"AO" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"AP" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/spider/cocoon, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"AQ" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/stairs/left, +/area/awaymission/caves/build/reqpower_build) +"AR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"AV" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"AW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"AX" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"AZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ba" = ( +/obj/structure/mineral_door/iron, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Bc" = ( +/obj/structure/flora/rock, +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Bd" = ( +/obj/structure/closet, +/obj/item/clothing/suit/armor/vest/old, +/obj/item/clothing/suit/armor/vest/old, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/mask/balaclava, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"Bg" = ( +/obj/machinery/shield{ + icon_state = "shield-cult"; + max_integrity = 150; + name = "Invoker's Shield" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro2" + }, +/area/awaymission/caves) +"Bk" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Bl" = ( +/obj/structure/closet/crate/grave{ + opened = 1; + anchored = 1 + }, +/obj/item/stack/sheet/bone, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Bn" = ( +/obj/structure/closet/crate/can, +/obj/item/soulstone/anybody/purified, +/obj/item/storage/bible, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Bo" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Bq" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "guest"; + density = 0; + pixel_x = -32; + icon_keyboard = null; + icon_screen = "guest_broken" + }, +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Bs" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile11" + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Bu" = ( +/obj/structure/flora/rock, +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/awaymission/caves) +"Bw" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"By" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo12" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Bz" = ( +/obj/structure/statue{ + icon_state = "angel"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"BC" = ( +/obj/item/chair/wood{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"BE" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/machinery/light_construct/small/east, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"BF" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/machinery/flasher_button{ + pixel_y = -32; + id = "cave4_flash" + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"BG" = ( +/obj/structure/sign/securearea{ + pixel_x = 30 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"BH" = ( +/turf/simulated/floor/lava/lava_land_surface, +/area/awaymission/caves) +"BK" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"BL" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"BM" = ( +/obj/structure/door_assembly/door_assembly_pod{ + anchored = 1 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/airlock_electronics, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"BU" = ( +/obj/structure/flora/rock, +/mob/living/simple_animal/hostile/asteroid/basilisk{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"BW" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"BY" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ca" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Cb" = ( +/obj/structure/spider/cocoon, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Cd" = ( +/obj/machinery/door/airlock/hatch, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ce" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Cf" = ( +/obj/effect/spawner/random/blood/often, +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Cg" = ( +/obj/machinery/flasher{ + pixel_y = 32; + id = "cave4_flash" + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Ci" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ck" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Cl" = ( +/obj/item/clothing/mask/gas/clown_hat/pennywise{ + pixel_y = -5; + pixel_x = -10 + }, +/obj/item/candle/eternal/wizard{ + pixel_y = 7; + pixel_x = -18; + lit = 1; + flickering = 1; + icon_state = "candle1_flicker" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Cn" = ( +/turf/simulated/wall, +/area/awaymission/caves/build/reqpower_build) +"Cs" = ( +/obj/machinery/shield{ + icon_state = "shield-cult"; + max_integrity = 150; + name = "Invoker's Shield" + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Cv" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Cx" = ( +/obj/structure/sign/greencross{ + pixel_y = 30 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Cz" = ( +/obj/structure/extinguisher_cabinet{ + name = "north extinguisher cabinet"; + pixel_y = 30 + }, +/obj/structure/chair/comfy, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"CA" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/effect/mapping_helpers/machinery/damaged, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"CB" = ( +/obj/structure/door_assembly/door_assembly_pod{ + anchored = 1 + }, +/obj/item/airlock_electronics, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"CE" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/stock_parts/capacitor, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"CH" = ( +/obj/item/stack/rods, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"CJ" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"CL" = ( +/obj/structure/ore_box, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"CM" = ( +/obj/structure/door_assembly/door_assembly_min{ + anchored = 1 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"CN" = ( +/obj/structure/closet, +/obj/item/clothing/mask/breath, +/obj/item/gun/energy/kinetic_accelerator, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"CO" = ( +/obj/structure/flora/ash/stem_shroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"CP" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"CQ" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"CU" = ( +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"CZ" = ( +/obj/item/kinetic_crusher, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Dc" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile10" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Df" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro1" + }, +/area/awaymission/caves) +"Dj" = ( +/obj/structure/barricade/wooden, +/obj/structure/barricade/wooden/crude{ + layer = 3.01 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Do" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Dt" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Du" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Dv" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Dw" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stock_parts/capacitor/adv, +/obj/item/circuitboard/holopad, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Dx" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"DH" = ( +/obj/structure/cult/pylon, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"DL" = ( +/obj/structure/mineral_door/iron, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"DM" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"DQ" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"DR" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 4 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"DT" = ( +/obj/structure/table/glass, +/obj/item/cautery, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"DW" = ( +/obj/machinery/door/airlock/command{ + locked = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"DZ" = ( +/obj/machinery/light_construct/small/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"Ea" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ed" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/obj/machinery/light_construct/small/north, +/obj/effect/spawner/random/dirt/often, +/obj/structure/railing/cap{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Ef" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Eh" = ( +/obj/machinery/light_construct/small/east, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"Ei" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Ej" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"Ek" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "conduit-red" + }, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"En" = ( +/turf/simulated/wall/indestructible/wood, +/area/awaymission/caves) +"Ep" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile10" + }, +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Eq" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker{ + pixel_y = 10 + }, +/obj/item/reagent_containers/syringe/sarin, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Es" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile12" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Eu" = ( +/obj/item/flash, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ew" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ey" = ( +/obj/structure{ + icon = 'icons/obj/pipes/disposal.dmi'; + icon_state = "pipe-s"; + name = "pipe"; + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ez" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/caves) +"EB" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"ED" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"EE" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"EG" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"EI" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"EJ" = ( +/mob/living/simple_animal/hostile/abomination/altform4, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo6" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"EM" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro2" + }, +/area/awaymission/caves) +"EN" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ER" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/item/healthanalyzer{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"ES" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/flashlight/flare, +/obj/item/flashlight/flare, +/obj/item/flashlight/flare, +/obj/item/flashlight/flare, +/obj/item/flashlight/flare, +/obj/structure/closet/crate, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"ET" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"EV" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"EW" = ( +/obj/item/storage/firstaid/o2, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"EY" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"EZ" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Fe" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Fi" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/diamond{ + amount = 15 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"Fk" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Fl" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/stack/sheet/mineral/adamantine{ + amount = 5 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Fn" = ( +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"Fo" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/clipboard{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/pen, +/obj/effect/turf_decal{ + dir = 10 + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Fp" = ( +/obj/machinery/door/airlock/bathroom, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Fr" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Fx" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"Fz" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/siding/wood/neutral, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"FA" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"FE" = ( +/obj/structure/closet/walllocker/emerglocker/east, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"FF" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"FG" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"FJ" = ( +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/item/gun/energy/kinetic_accelerator, +/obj/item/extinguisher/mini, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/backpack/satchel/explorer, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"FK" = ( +/obj/structure/sink/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"FL" = ( +/obj/structure{ + icon_state = "pod_broken3"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "Holopad for long-distance communication."; + name = "broken pod"; + density = 1 + }, +/obj/structure/windoor_assembly, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"FO" = ( +/obj/structure/closet/critter, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"FP" = ( +/obj/structure/mecha_wreckage/ripley, +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"FR" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"FY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"FZ" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Gc" = ( +/obj/item/restraints/handcuffs/cable/zipties/used, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ge" = ( +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Gg" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Gh" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/stack/sheet/runed_metal{ + amount = 5 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Gi" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Gj" = ( +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Gk" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "guest"; + pixel_y = -32; + density = 0; + icon_screen = "guest_broken"; + icon_keyboard = null + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Gn" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Go" = ( +/obj/structure/table, +/obj/item/mod/module/hydraulic, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Gq" = ( +/obj/machinery/door/airlock/medical/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Gw" = ( +/obj/structure/cult/pylon, +/obj/effect/decal/cleanable/dust, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 1 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"GA" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"GB" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"GC" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"GD" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"GF" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"GG" = ( +/obj/item/stack/rods, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"GH" = ( +/obj/machinery/iv_drip{ + pixel_y = -14 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"GJ" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"GN" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/carpet/green, +/area/awaymission/caves/build/reqpower_build) +"GR" = ( +/obj/structure/closet/crate/wooden, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"GU" = ( +/obj/structure{ + icon = 'icons/obj/pipes/disposal.dmi'; + icon_state = "pipe-c"; + name = "pipe"; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"GV" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ha" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Hc" = ( +/obj/structure/table_frame, +/obj/item/storage/firstaid/fire, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"Hd" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"He" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Hf" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/machinery/light_construct/small/west, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Hg" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Hh" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Hi" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Hj" = ( +/obj/effect/decal/remains/robot, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Hk" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Hl" = ( +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Hm" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Hn" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "guest"; + density = 0; + pixel_x = -32; + icon_screen = "guest_broken"; + icon_keyboard = null + }, +/obj/structure/flora/rock, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Hr" = ( +/obj/structure/table, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"Hw" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Hx" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/often, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"HA" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"HC" = ( +/obj/structure/sign/biohazard{ + pixel_y = -30 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"HD" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"HF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"HG" = ( +/turf/simulated/wall/indestructible/necropolis, +/area/awaymission/caves) +"HH" = ( +/obj/structure/closet/crate/wooden, +/obj/structure/stone_tile/slab, +/obj/item/toy/character/lich, +/obj/effect/decal/cleanable/dust, +/obj/item/clothing/shoes/sandal/magic, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"HI" = ( +/obj/item/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"HJ" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"HL" = ( +/obj/structure/closet/l3closet/general, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"HM" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"HR" = ( +/obj/machinery/gateway, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"HU" = ( +/obj/structure/railing/cap{ + dir = 8 + }, +/obj/item/storage/belt/medical/surgery, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"HV" = ( +/obj/effect/turf_decal/caution, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"HW" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"HX" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"HY" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"HZ" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Ic" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ih" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Ii" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ik" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"In" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ip" = ( +/obj/structure/bookcase, +/obj/item/spellbook/oneuse/summonitem, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Is" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"It" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/brown{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Ix" = ( +/obj/structure/closet/critter/fox, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ID" = ( +/obj/structure/cult/altar, +/obj/item/clothing/gloves/ring/plasma, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"IF" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"II" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/wiz{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"IK" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"IL" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + pixel_x = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"IM" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"IP" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"IS" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + pixel_x = 9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"IX" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_block4" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"IY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/obj/machinery/door/poddoor/preopen{ + id_tag = "cave4_blast2" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ja" = ( +/obj/structure{ + icon_state = "smes"; + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit"; + icon = 'icons/obj/power.dmi'; + density = 1 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Jd" = ( +/obj/machinery/mech_bay_recharge_port, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"Je" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Jf" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 1 + }, +/area/awaymission/caves/build/reqpower_build) +"Jg" = ( +/obj/structure{ + icon_state = "smes"; + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit"; + icon = 'icons/obj/power.dmi'; + density = 1 + }, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Jh" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/stack/sheet/mineral/bananium{ + amount = 5 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Jj" = ( +/obj/structure/chair/sofa/corp/left, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Jl" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/machinery/door/firedoor/closed, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Jn" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Jt" = ( +/obj/structure/computerframe, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Ju" = ( +/mob/living/simple_animal/hostile/skeleton, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Jv" = ( +/obj/structure/chair/sofa/corp/right, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Jy" = ( +/obj/structure/spider/stickyweb, +/obj/machinery/optable, +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"Jz" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"JC" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"JD" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"JJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"JN" = ( +/obj/machinery/door/poddoor{ + id_tag = "cave4_solgovdoor" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"JO" = ( +/obj/structure{ + icon_state = "pod_broken3"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "Holopad for long-distance communication."; + name = "broken pod"; + density = 1 + }, +/obj/structure/windoor_assembly, +/obj/effect/decal/cleanable/glass, +/obj/structure/curtain/medical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"JS" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 6 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"JU" = ( +/obj/structure/railing/cap{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"JW" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "guest"; + icon_screen = "guest_lightmask"; + icon_keyboard = null; + pixel_y = 32; + density = 0 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"JY" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ka" = ( +/obj/effect/decal/cleanable/shreds, +/obj/machinery/light_construct/small/east, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Kc" = ( +/obj/machinery/shield{ + icon_state = "shield-cult"; + max_integrity = 150; + name = "Invoker's Shield" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Kd" = ( +/mob/living/simple_animal/hostile/abomination/altform2{ + maxbodytemp = 1500 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Ke" = ( +/obj/item/reagent_scanner, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Kh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/railing, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ki" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Kl" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"Km" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Kp" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ks" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Ku" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/tool, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Kw" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/barricade/wooden/crude{ + layer = 3.01 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"Ky" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 9 + }, +/obj/structure/closet/cabinet, +/obj/item/clothing/under/solgov/command, +/obj/item/clothing/head/soft/solgov/marines/command, +/obj/item/gun/projectile/automatic/pistol/m1911, +/obj/item/clothing/shoes/jackboots, +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c500, +/obj/item/stack/spacecash/c1000, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Kz" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"KB" = ( +/obj/item/stack/rods, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"KC" = ( +/obj/structure/flora/rock/pile, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"KF" = ( +/obj/machinery/door/airlock/medical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"KJ" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center4" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"KL" = ( +/obj/structure/table_frame/wood, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"KN" = ( +/obj/structure/flora/rock, +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"KO" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"KP" = ( +/mob/living/simple_animal/hostile/poison/giant_spider{ + wander = 0; + maxbodytemp = 1500 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"KQ" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"KR" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"KT" = ( +/obj/effect/rune/narsie{ + used = 1 + }, +/obj/effect/decal/cleanable/molten_object/large, +/obj/item/organ/internal/eyes, +/obj/item/clothing/suit/wizrobe/marisa/fake, +/obj/item/clothing/head/witchwig, +/obj/item/clothing/gloves/ring/gold, +/obj/effect/gibspawner/human, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"KX" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"KY" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"KZ" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable, +/obj/structure/sign/electricshock{ + pixel_y = -30 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"Ld" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Lf" = ( +/obj/structure/closet/crate/wooden, +/obj/item/clothing/suit/hooded/fluff/bone, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Lh" = ( +/obj/structure/flora/rock/pile, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Lj" = ( +/obj/structure/cult/altar, +/obj/item/stack/sheet/runed_metal{ + amount = 10 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Ll" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"Lm" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile1" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ln" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Lq" = ( +/obj/effect/turf_decal/stripes{ + dir = 1 + }, +/obj/structure/fence/cut/large{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Lr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ls" = ( +/obj/structure/sign/securearea{ + pixel_x = -30 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Lt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Lv" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Lz" = ( +/obj/machinery/light_construct/small/east, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"LB" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"LH" = ( +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"LI" = ( +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"LJ" = ( +/obj/structure/table, +/obj/item/gun/projectile/revolver/russian, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"LM" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "tcstation"; + icon_screen = "tcstation_broken"; + icon_keyboard = null + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"LO" = ( +/obj/machinery/gateway/centeraway{ + calibrated = 0; + interact_offline = 1 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"LR" = ( +/obj/machinery/door/airlock/hatch, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"LU" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/caves) +"LV" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Md" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/mob/living/simple_animal/hostile/abomination/super{ + maxbodytemp = 1500 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Me" = ( +/obj/item/toy/crayon/red, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Mh" = ( +/obj/item/screwdriver, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Mi" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Mo" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/obj/effect/spawner/random/blood/often, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Mp" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/carpet/green, +/area/awaymission/caves/build/reqpower_build) +"Mq" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Mu" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/awaymission/caves/build/reqpower_build) +"MA" = ( +/obj/structure/spider/cocoon, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"MC" = ( +/obj/machinery/iv_drip{ + pixel_x = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"MF" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "destroyed_target_prism" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"MH" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "cave_shutters" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"MU" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "trap-fire"; + density = 0 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"MV" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"MX" = ( +/obj/item/flashlight{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"MY" = ( +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Nh" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Nj" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light_construct/small/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Nm" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Nn" = ( +/obj/structure/table, +/obj/item/ashtray/bronze, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"No" = ( +/obj/structure/mineral_door/iron, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Np" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Nq" = ( +/obj/machinery/door/airlock/survival_pod, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"Nt" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_block1" + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Nx" = ( +/obj/machinery/light_construct/small/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"NA" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"NE" = ( +/obj/structure/cult/pylon, +/obj/effect/decal/cleanable/dust, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center4" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"NF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"NI" = ( +/obj/structure/closet/crate/grave/gravelead{ + opened = 1; + anchored = 1 + }, +/obj/item/stack/sheet/bone, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"NJ" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"NK" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"NL" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 5 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo24" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"NN" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"NP" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/gold{ + amount = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"NR" = ( +/obj/structure/closet/body_bag, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"NS" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/card/id/away/old{ + name = "Miner's Personal ID"; + pixel_x = -5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"NU" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light_construct/small/north, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"NX" = ( +/obj/structure/closet/crate/wooden, +/obj/item/seeds/berry/poison, +/obj/item/seeds/nettle/death, +/obj/item/seeds/cannabis/death, +/obj/item/seeds/berry/death, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"NY" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Oc" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "entertainment_console"; + pixel_x = -32; + icon_keyboard = null; + density = 0 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/mob/living/simple_animal/mouse, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"Od" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"Oi" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ok" = ( +/obj/structure/spider/cocoon, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"Ol" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/caves/build/reqpower_build) +"Om" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"On" = ( +/obj/item/borg/upgrade/modkit/range, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Oo" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Os" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"Ot" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/indestructible, +/area/awaymission/caves/build) +"Ox" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"OA" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"OF" = ( +/obj/effect/bump_teleporter{ + id = "2cavedown"; + id_target = "3caveup" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"OK" = ( +/obj/machinery/shield{ + icon_state = "shield-cult"; + max_integrity = 150; + name = "Invoker's Shield" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"OL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "cave4_blast2" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"OM" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ON" = ( +/obj/structure/table_frame, +/obj/item/reagent_containers/iv_bag/blood/vox, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"OR" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/effect/mapping_helpers/airlock/welded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"OS" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"OV" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"OZ" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"Pb" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Pd" = ( +/obj/structure{ + icon_state = "pod_broken3"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "Holopad for long-distance communication."; + name = "broken pod"; + density = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Pe" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"Pf" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Ph" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Pj" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "elevatorshaft" + }, +/area/awaymission/caves) +"Pl" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Pn" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + pixel_x = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Po" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/toolbox{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Pp" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Pq" = ( +/obj/structure/closet/walllocker/medlocker/south, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Pv" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 8 + }, +/area/awaymission/caves/build/reqpower_build) +"Pw" = ( +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Py" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo13" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Pz" = ( +/obj/structure/spider/cocoon, +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/awaymission/caves) +"PA" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"PB" = ( +/mob/living/simple_animal/hostile/abomination/altform3{ + maxbodytemp = 1500 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"PE" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center4" + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"PF" = ( +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + maxbodytemp = 1500 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"PG" = ( +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"PJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/effect/spawner/random/dirt/often, +/obj/structure/sign/nosmoking_2{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"PO" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + pixel_x = 9 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"PP" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"PQ" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 6 + }, +/obj/item/kirbyplants, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"PR" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/miningcar, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"PT" = ( +/obj/effect/gibspawner/human, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"PY" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"PZ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/suit_storage_unit/lavaland{ + req_access = list(271); + storage_type = null; + locked = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Qc" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Qg" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Qm" = ( +/obj/structure/table_frame, +/obj/random/tool, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"Qn" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Qp" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Qr" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/stack/sheet/plasteel{ + amount = 5 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Qs" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Qu" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Qy" = ( +/obj/structure/rack, +/obj/item/melee/cultblade, +/obj/item/whetstone/cult, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"QE" = ( +/obj/item/flashlight/flare, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"QF" = ( +/obj/structure/dresser, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/purple, +/area/awaymission/caves/build/reqpower_build) +"QN" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile9" + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"QO" = ( +/obj/structure{ + icon_state = "pod_broken"; + icon = 'modular_ss220/maps220/icons/misc_objects.dmi'; + desc = "The remains of the cloning pod. Something broke it from the inside."; + name = "broken pod"; + density = 1 + }, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"QS" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"QX" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile10" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ra" = ( +/obj/structure/railing/cap{ + dir = 8 + }, +/obj/item/shard, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"Rf" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Rg" = ( +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ri" = ( +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"Rk" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Rn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ro" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Rp" = ( +/obj/item/bedsheet/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Rq" = ( +/obj/item/chair/wood, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Rv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Rw" = ( +/obj/structure/fence/door{ + dir = 4; + open = 1 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Ry" = ( +/obj/structure{ + icon = 'icons/obj/machines/heavy_lathe.dmi'; + icon_state = "h_lathe_maint"; + name = "\improper E.X.P.E.R.I-MENTOR"; + density = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"RB" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/patriot{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/black, +/area/awaymission/caves/build/reqpower_build) +"RD" = ( +/obj/structure/flora/rock/pile, +/obj/item/stack/rods, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"RE" = ( +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"RG" = ( +/obj/structure/sign/securearea{ + pixel_x = 30 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"RH" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"RJ" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"RK" = ( +/obj/structure/showcase/horrific_experiment{ + icon_state = "pod_cloning"; + desc = "Some sort of pod filled with... What is this?" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"RM" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "guest"; + icon_screen = "guest_lightmask"; + icon_keyboard = null; + pixel_y = 32; + density = 0 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"RN" = ( +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"RP" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"RR" = ( +/obj/item/hemostat, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"RU" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"RV" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_block1" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"RY" = ( +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"Sb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Se" = ( +/obj/structure/mineral_door/iron, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Sh" = ( +/obj/structure/statue{ + icon_state = "angelseen"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Sk" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Sl" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"So" = ( +/obj/structure/closet/crate, +/obj/item/storage/firstaid/regular, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Sp" = ( +/obj/structure/table, +/obj/item/mod/module/active_sonar, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"Sq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Sr" = ( +/mob/living/simple_animal/hostile/hellhound/tear, +/obj/effect/gibspawner/human, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Su" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Sx" = ( +/obj/item/borg/upgrade/modkit/damage, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"SA" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"SB" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"SC" = ( +/obj/machinery/shield{ + icon_state = "shield-cult"; + max_integrity = 150; + name = "Invoker's Shield" + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"SD" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/indestructible, +/area/awaymission/caves/build) +"SH" = ( +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"SI" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/effect/mapping_helpers/machinery/damaged, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"SM" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"SO" = ( +/obj/item/stack/sheet/metal, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"SR" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"SS" = ( +/obj/structure/flora/rock/pile, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"SU" = ( +/obj/item/stack/sheet/wood{ + amount = 3 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"SV" = ( +/obj/structure/sink/puddle, +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"SX" = ( +/obj/machinery/power/smes, +/obj/machinery/light_construct/small/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"SY" = ( +/obj/structure/table/glass, +/obj/item/surgicaldrill, +/obj/effect/spawner/random/dirt/often, +/obj/item/bonesetter, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"SZ" = ( +/obj/machinery/suit_storage_unit/lavaland{ + req_access = list(271); + storage_type = null; + locked = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Tc" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/rack, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Te" = ( +/obj/structure/spider/cocoon, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Tf" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Tg" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/machinery/door/poddoor/preopen{ + id_tag = "cave_base"; + layer = 3.11; + closingLayer = 3.11 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Th" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Tk" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"Tl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/engine, +/area/awaymission/caves/build/reqpower_build) +"Tm" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Tp" = ( +/obj/structure/flora/rock/pile, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Tr" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ts" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/light_construct/small/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Tu" = ( +/obj/structure/table, +/obj/item/extinguisher/mini, +/obj/item/card/id/away/old{ + name = "Miner's Personal ID" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build) +"Tv" = ( +/obj/item/stock_parts/matter_bin, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Tw" = ( +/obj/structure/table/wood, +/obj/item/seeds/tower, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Ty" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Tz" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"TB" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"TD" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"TF" = ( +/obj/machinery/door_control/shutter/north{ + id = "cave_base"; + pixel_x = -8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"TG" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass/plasma, +/obj/machinery/door/poddoor/preopen{ + id_tag = "cave4_blast2" + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"TK" = ( +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/awaymission/caves) +"TM" = ( +/obj/item/candle/eternal/wizard{ + pixel_x = -11; + lit = 1; + flickering = 1; + icon_state = "candle1_flicker" + }, +/obj/item/organ/internal/heart{ + pixel_y = -6 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"TN" = ( +/obj/structure/closet/crate/wooden, +/obj/item/kitchen/knife/ritual, +/obj/item/staff/broom, +/obj/item/clothing/accessory/necklace/locket/fluff/fethasnecklace, +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"TQ" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"TU" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"TV" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"TX" = ( +/obj/structure/railing/cap{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"TZ" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ud" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"Ug" = ( +/obj/structure/closet{ + opened = 1 + }, +/obj/item/clothing/head/surgery/green, +/obj/item/clothing/suit/apron/surgical, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Uh" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/machinery/light_construct/small/north, +/obj/item/storage/belt/utility/full/multitool, +/obj/item/flashlight/shadowlight, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Uj" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/caves/build/reqpower_build) +"Uk" = ( +/obj/structure/rack/skeletal_bar/left, +/obj/item/clothing/suit/hooded/cultrobes, +/obj/effect/spawner/random/blood/often, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Um" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Un" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Uq" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Ur" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/welded, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Us" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Ut" = ( +/obj/structure/bed/roller, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"Uv" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Uy" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Uz" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"UB" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"UC" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"UE" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"UF" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"UH" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"UI" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"UJ" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"UK" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"UL" = ( +/obj/structure/table, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 4 + }, +/obj/machinery/door_control/shutter{ + pixel_y = -2; + id = "cave4_solgovdoor" + }, +/obj/machinery/button/windowtint{ + pixel_y = 8; + id = "cave4_solgov" + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo15" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"UM" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"UN" = ( +/obj/structure/statue{ + icon_state = "angelseen"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"UO" = ( +/obj/effect/mob_spawn/human/corpse/damaged, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/obj/effect/spawner/random/dirt/often, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"UP" = ( +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro3" + }, +/area/awaymission/caves) +"US" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"UY" = ( +/obj/effect/bump_teleporter{ + id = "4cave_down"; + id_target = "5cave_up" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"UZ" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Va" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"Vb" = ( +/obj/effect/bump_teleporter{ + id = "1cavedown"; + id_target = "2caveup" + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Vc" = ( +/obj/structure/closet/walllocker/emerglocker/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Vd" = ( +/obj/effect/baseturf_helper/asteroid/basalt{ + baseturf = /turf/simulated/floor/plating + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/caves/build/reqpower_build) +"Vi" = ( +/obj/structure/statue{ + icon_state = "angelseen"; + desc = "An incredibly lifelike marble carving. Its eyes seems to follow you.."; + anchored = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Vk" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Vm" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Vn" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"Vq" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Vs" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Vt" = ( +/obj/effect/gibspawner/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Vv" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/computerframe, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Vx" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "cave4_solgov" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"VB" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/caves/build/reqpower_build) +"VC" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"VD" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"VG" = ( +/obj/item/gun/energy/kinetic_accelerator, +/obj/structure/closet, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"VK" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/flora/rock, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"VL" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"VM" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/structure/sign/xeno_warning_mining{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"VP" = ( +/obj/item/clothing/glasses/night, +/obj/structure/closet, +/obj/random/tool, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"VR" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"VS" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/mineral_door/iron, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"VT" = ( +/obj/machinery/light_construct/small/south, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air, +/area/awaymission/caves) +"VV" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"VX" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile2" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"VY" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"VZ" = ( +/obj/structure/bookcase/random, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Wb" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Wd" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/glass/beaker{ + pixel_y = 3; + pixel_x = 3; + list_reagents = list("methamphetamine" = 30) + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/dnascrambler, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"We" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/slime{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe/bioterror, +/obj/item/reagent_containers/syringe/heparin{ + pixel_y = 2 + }, +/obj/item/reagent_containers/applicator/burn, +/obj/item/storage/box/monkeycubes/stokcubes, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Wg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/indestructible, +/area/awaymission/caves/build) +"Wj" = ( +/obj/structure/cult/pylon, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro1" + }, +/area/awaymission/caves) +"Wk" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Wn" = ( +/obj/structure/table, +/obj/item/card/id/away/old{ + name = "Miner's Personal ID"; + pixel_x = -5 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Wq" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Wr" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 5; + pixel_y = 7 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Wt" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Wv" = ( +/obj/structure/railing/cap{ + dir = 8 + }, +/mob/living/simple_animal/hostile/abomination/altform1, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"Ww" = ( +/obj/structure/sign/securearea{ + pixel_x = -30 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Wz" = ( +/obj/structure/janitorialcart, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"WA" = ( +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"WD" = ( +/obj/machinery/door_control/shutter/south{ + id = "cave_elevator"; + pixel_x = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"WF" = ( +/obj/structure/closet/coffin/sarcophagus{ + opened = 1 + }, +/obj/structure/stone_tile/slab, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"WG" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/brute, +/obj/item/reagent_containers/applicator/burn, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "white" + }, +/area/awaymission/caves/build) +"WI" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"WJ" = ( +/obj/item/shovel, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"WL" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile19" + }, +/mob/living/simple_animal/hostile/skeleton, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"WN" = ( +/obj/effect/decal/remains/human, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"WO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/mod/module/springlock, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"WP" = ( +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"WR" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/awaymission/caves) +"WS" = ( +/obj/structure/rack/skeletal_bar/right, +/obj/item/clothing/suit/hooded/cultrobes, +/obj/effect/spawner/random/blood/often, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"WV" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -5; + pixel_y = -8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"WW" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves/build) +"WX" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Xa" = ( +/obj/structure/door_assembly/door_assembly_med, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Xb" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"Xc" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/remains/robot, +/obj/machinery/suit_storage_unit/lavaland{ + req_access = list(271); + storage_type = null; + locked = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Xe" = ( +/mob/living/simple_animal/hostile/hellhound, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Xi" = ( +/obj/structure/grille, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Xl" = ( +/obj/structure/cult/pylon, +/obj/effect/decal/cleanable/dust, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_block4" + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center4" + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Xn" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/chasm/straight_down/lava_land_surface{ + light_color = null; + light_power = 0; + light_range = 0 + }, +/area/awaymission/caves) +"Xo" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Xq" = ( +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Xv" = ( +/obj/structure/bonfire, +/obj/structure{ + icon = 'icons/obj/decorations.dmi'; + icon_state = "paper_cauldron"; + pixel_y = 4; + density = 1; + name = "cauldron" + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Xx" = ( +/obj/machinery/porta_turret{ + faction = "syndicate"; + lethal = 1; + interact_offline = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Xy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Xz" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/awaymission/caves/build/reqpower_build) +"XB" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"XF" = ( +/obj/structure/closet/body_bag{ + opened = 1 + }, +/obj/effect/mob_spawn/human/corpse/skeleton, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"XG" = ( +/obj/item/wisp_lantern, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"XH" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding/corner, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"XJ" = ( +/obj/structure/disposalpipe/broken{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"XK" = ( +/obj/effect/bump_teleporter{ + id = "6caveup"; + id_target = "5cavedown" + }, +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "portal1"; + desc = "An evil portal made by dark magics. Surprisingly stable."; + name = "eldritch portal"; + can_be_hit = 0; + anchored = 1 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro2" + }, +/area/awaymission/caves) +"XL" = ( +/obj/effect/decal/cleanable/glass/plasma, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"XN" = ( +/obj/machinery/optable, +/obj/item/fix_o_vein/alien, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"XO" = ( +/obj/item/stack/sheet/metal, +/obj/structure/flora/rock, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"XP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"XQ" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"XS" = ( +/obj/structure/bookcase/random, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"XT" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/carpet/green, +/area/awaymission/caves/build/reqpower_build) +"XU" = ( +/obj/effect/rune/narsie{ + used = 1 + }, +/obj/structure/cult/forge, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"XW" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"XZ" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Ya" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Yb" = ( +/obj/item/kirbyplants, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"Yd" = ( +/obj/structure/cult/pylon, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "necro3" + }, +/area/awaymission/caves) +"Ye" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "conduit-red" + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"Yf" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Yi" = ( +/obj/machinery/door_control/shutter/north{ + pixel_x = 8; + id = "dummy"; + name = "elevator up" + }, +/obj/machinery/door_control/shutter/north{ + pixel_x = -8; + id = "dummy"; + name = "elevator down" + }, +/obj/effect/turf_decal/stripes{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves/build) +"Yk" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding_tile2" + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Yo" = ( +/obj/structure/table, +/obj/machinery/recharger, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/caves/build/reqpower_build) +"Yq" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/awaymission/caves/build/reqpower_build) +"Ys" = ( +/obj/machinery/door/airlock/survival_pod, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Yu" = ( +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Yw" = ( +/mob/living/simple_animal/hostile/poison/giant_spider{ + wander = 0; + maxbodytemp = 1500 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Yx" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"YC" = ( +/obj/effect/decal/solgov_logo{ + icon_state = "sol_logo8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"YH" = ( +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"YI" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/medical/scrubs/green, +/obj/item/clothing/under/rank/medical/scrubs/green, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"YL" = ( +/obj/structure/dresser, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/lavaland_air, +/area/awaymission/caves) +"YM" = ( +/obj/structure/cult/pylon, +/obj/effect/decal/cleanable/dust, +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_surrounding1"; + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"YS" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/disabler, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"YZ" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/flora/rock/pile, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Za" = ( +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "dark" + }, +/area/awaymission/caves) +"Ze" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"Zg" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_center3" + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"Zj" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves/build) +"Zm" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 8 + }, +/area/awaymission/caves/build/reqpower_build) +"Zn" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"Zq" = ( +/obj/structure/flora/rock/pile, +/mob/living/simple_animal/hostile/asteroid/basilisk{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Zr" = ( +/obj/structure/closet/crate/freezer{ + opened = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/caves/build/reqpower_build) +"Zu" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"Zv" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile9" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"Zw" = ( +/obj/effect/turf_decal/siding/wood/neutral/corner{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) +"Zz" = ( +/obj/structure/closet/crate/wooden, +/obj/structure/stone_tile/slab, +/obj/item/reagent_containers/drinks/trophy/bronze_cup, +/obj/item/reagent_containers/drinks/bottle/wine{ + name = "Thousand-year-old wine"; + icon_state = "patronbottle" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ZB" = ( +/obj/structure/cult/pylon, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult/lavaland_air, +/area/awaymission/caves) +"ZC" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/flora/rock, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"ZE" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ZF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/gibs/body, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/awaymission/caves/build/reqpower_build) +"ZG" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ZH" = ( +/obj/structure/stone_tile/slab/cracked{ + icon_state = "cracked_tile10" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ZL" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/plating/lavaland_air, +/area/awaymission/caves) +"ZM" = ( +/obj/structure/table/wood, +/obj/item/seeds/wheat, +/obj/item/seeds/wheat, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/awaymission/caves) +"ZN" = ( +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel, +/area/awaymission/caves/build) +"ZP" = ( +/obj/structure/windoor_assembly, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ZU" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/caves/build/reqpower_build) +"ZZ" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/caves/build/reqpower_build) + +(1,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +jg +gh +"} +(2,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +Vd +"} +(3,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(4,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(5,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +EN +SV +LU +va +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(6,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +EN +dX +dX +sm +hu +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(7,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +En +En +En +LU +LU +EN +dX +dX +dX +NX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +yS +yS +yS +yS +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(8,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +LU +LU +TK +TK +TK +TK +TK +LU +LU +LU +En +En +II +En +En +LU +EN +uy +dX +En +En +En +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +LU +LU +LU +LU +Ay +Ay +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +yS +yS +yS +yS +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(9,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +En +zg +zA +uc +En +LU +En +En +AV +En +yH +En +En +TK +TK +TK +TK +LU +TK +LU +LU +LU +TK +TK +TK +TK +TK +LU +LU +LU +LU +TK +LU +LU +LU +LU +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Te +TK +TK +TK +TK +Te +Pz +TK +TK +TK +TK +Cb +Cb +dX +dX +TK +dX +dX +Cb +TK +TK +TK +TK +TK +TK +Te +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +Ez +Vb +Vb +Ez +LU +LU +LU +LU +LU +Ez +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(10,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +En +TN +UH +nj +En +En +En +gl +UH +zA +UH +Bn +En +En +En +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +TK +TK +TK +LU +TK +TK +TK +LU +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +Te +TK +TK +dX +sr +sr +dX +sr +TK +TK +TK +TK +TK +dX +sr +dX +TK +TK +TK +Te +TK +TK +TK +TK +dX +sr +TK +TK +sr +Te +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +bO +bO +TK +TK +bO +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +Ez +kD +kD +Ez +LU +LU +TK +LU +LU +Ez +LU +LU +Ez +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(11,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +En +UH +cg +UH +zA +bB +zA +zA +UH +Sr +XS +En +En +Xv +En +En +En +En +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +dX +LU +dX +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Te +sr +sr +sr +sr +TK +TK +sr +sr +dX +TK +TK +TK +dX +sr +sr +dX +TK +TK +TK +sr +dX +sr +Te +TK +TK +sr +sr +sr +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +TK +TK +TK +TK +LU +LU +Ez +VM +ie +Ez +TK +TK +TK +TK +LU +Ez +nx +LU +Ez +LU +LU +LU +bO +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +Aq +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(12,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +En +zq +UH +zq +En +En +UH +TM +Me +UH +zA +qZ +zA +UH +En +cC +lJ +En +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +dX +dX +dX +dX +dX +va +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +dX +dX +dX +sr +sr +sr +dX +dX +dX +sr +hQ +dX +sr +sr +sr +sr +sr +sr +dX +dX +Te +TK +TK +sr +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +Sx +dX +bO +bO +bO +bO +dX +dX +dX +TK +TK +dX +dX +dX +TK +TK +TK +LU +Ez +VD +kD +dU +TK +TK +TK +TK +TK +Ez +nx +nx +Ez +LU +LU +bO +bO +bO +TK +TK +TK +TK +TK +TK +dX +Gc +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(13,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +En +Ip +zA +zq +En +Ye +Cl +KT +ry +En +En +En +UH +zA +mI +zl +KQ +En +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +dX +dX +dX +dX +dX +dX +dX +dX +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Te +sr +TK +TK +dX +Te +TK +dX +PF +sr +dX +sr +sr +dX +dX +TK +TK +TK +PF +sr +sr +sr +sr +TK +TK +sr +sr +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +Sl +bO +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +Ez +kD +NY +Kp +dX +gO +CL +CL +TK +Ez +nx +nx +dU +LU +LU +bO +bO +bO +bO +TK +TK +TK +TK +TK +xz +dX +Tr +PG +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(14,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +En +En +zq +En +En +En +zw +iy +tk +En +lw +tJ +zA +UH +En +En +En +En +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +dX +dX +nu +dX +dX +nu +dX +dX +dX +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +sr +sr +sr +TK +dX +sr +sr +sr +sr +sr +dX +dX +dX +TK +TK +sr +sr +sr +sr +sr +dX +dX +sr +sr +dX +sr +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +TK +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +va +aV +yw +yw +dX +dX +gc +Aq +dX +nx +dU +EZ +nx +SB +nx +LU +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +cO +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(15,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +En +En +En +LU +En +En +Ek +En +En +bX +CQ +zA +UH +zA +En +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +nu +nu +nu +nu +nu +nu +dX +dX +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +nx +dX +Te +TK +sr +sr +sr +hQ +sr +sr +TK +TK +dX +Cb +TK +sr +sr +sr +sr +sr +sr +dX +TK +dX +sr +TK +sr +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +dX +Aq +dX +gO +aV +dX +kD +VD +WW +FZ +VD +nx +nx +EZ +EZ +KC +nx +nx +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +TK +Rf +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(16,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +En +En +En +En +ww +ww +En +En +qZ +En +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +Yu +kD +Ja +nu +nu +dX +dX +dX +dX +dX +dX +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +dX +sr +sr +sr +sr +sr +sr +TK +TK +Cb +dX +TK +TK +TK +sr +sr +sr +Te +TK +TK +TK +sr +TK +TK +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +dX +gc +dX +dX +Aq +bO +bO +Xn +bO +dX +nx +SB +fz +gc +dX +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +Rf +Rf +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(17,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +TK +TK +LU +TK +TK +TK +va +sm +sm +va +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +VD +kD +nu +nu +dX +dX +dX +hu +dX +dX +Aq +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +sr +sr +sr +sr +sr +sr +sr +sr +dX +TK +TK +TK +TK +dX +dX +dX +Te +TK +TK +TK +TK +TK +sr +TK +TK +Te +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +wr +dX +aV +bO +bO +bO +bO +bO +Aq +EZ +EZ +Kp +pI +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(18,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +BH +BH +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +VD +VD +ee +aP +cH +dX +nx +dX +dX +dX +dX +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +sr +sr +sr +sr +sr +sr +dX +dX +sr +sr +dX +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +aV +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +bO +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(19,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +nu +nu +kD +VD +nu +kF +Ki +dX +dX +dX +dX +LU +dX +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +sr +sr +sr +sr +sr +sr +sr +dX +sr +sr +dX +PF +sr +sr +sr +sr +hQ +dX +TK +TK +TK +TK +sr +sr +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +bO +bO +Xn +bO +bO +bO +bO +bO +bO +aV +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +Aq +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(20,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +BH +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +BH +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +nx +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +yS +nu +nu +PR +nu +Nm +nu +nu +dX +dX +dX +dX +dX +va +dX +dX +dX +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +sr +sr +sr +TK +TK +sr +sr +sr +sr +sr +sr +ri +dX +dX +dX +dX +dX +TK +TK +sr +dX +sr +sr +sr +Te +TK +TK +TK +Te +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +Ot +Ot +Ot +Ot +dX +dX +dX +dX +dX +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +EW +dX +kD +aV +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(21,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +BH +TK +TK +dX +dX +TK +TK +TK +BH +TK +TK +TK +BH +BH +BH +BH +BH +BH +TK +TK +TK +TK +dX +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +yS +wG +LV +kD +VD +VD +kD +BW +dX +dX +dX +dX +dX +dX +dX +dX +dX +LU +TK +TK +TK +TK +TK +TK +nx +dX +TK +dX +dX +sr +sr +sr +TK +sr +sr +sr +sr +hQ +ri +sr +sr +dX +dX +TK +TK +TK +TK +sr +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +Ot +VP +yN +Ot +Ot +Ot +dX +dX +dX +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +kD +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(22,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +BH +BH +BH +TK +dX +Xq +dX +Aq +BH +BH +BH +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Aq +dX +TK +TK +TK +TK +dX +dX +TK +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +yS +wG +SA +VD +kD +kD +kD +KX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +dX +dX +dX +iH +dX +va +dX +sr +sr +PF +sr +sr +sr +sr +sr +dX +ri +dX +sr +dX +dX +TK +dX +dX +sr +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +SZ +JC +Wt +zU +KZ +Ot +dX +dX +dX +dX +TK +TK +bO +bO +bO +bO +kG +kG +Zj +Zj +kG +kG +dX +kD +kD +dX +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(23,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +TK +TK +TK +dX +TK +TK +dX +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +yS +nu +nu +PR +nu +Nm +nu +nu +nx +dX +dX +dX +LU +dX +dX +dX +dX +LU +TK +dX +TK +TK +TK +dX +TK +TK +dX +dX +dX +sr +sr +sr +sr +sr +sr +sr +sr +dX +sr +sr +sr +sr +sr +dX +TK +TK +dX +sr +Te +TK +TK +TK +sr +sr +sr +sr +sr +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +SZ +JC +HF +Ot +Ot +Ot +fF +dX +tK +dX +TK +bO +bO +TK +dX +aV +kG +Is +AP +Hc +Hr +kG +Aq +VD +kD +dX +bO +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(24,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +Aq +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +TK +TK +TK +dX +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +nu +nu +kD +VD +nu +dX +dX +dX +dX +LU +dX +dX +nx +LU +LU +TK +hu +TK +TK +TK +dX +TK +TK +TK +dX +sr +sr +sr +sr +fp +sr +sr +sr +sr +PF +dX +dX +sr +dX +sr +sr +dX +dX +sr +dX +TK +TK +TK +sr +sr +sr +sr +sr +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +UZ +JC +uU +ui +Fn +uh +NY +NY +NY +aV +bO +bO +bO +TK +aV +NY +kG +ta +KP +MA +xV +kG +dX +VD +kD +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +va +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(25,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +mz +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +dX +mf +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +nx +dX +dX +dX +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +kD +VD +jX +Xx +dX +dX +dX +dX +dX +dX +dX +LU +LU +TK +nx +dX +TK +TK +dX +TK +TK +TK +sr +sr +sr +sr +sr +sr +sr +sr +sr +dX +sr +dX +va +sr +dX +dX +sr +sr +sr +TK +TK +TK +sr +sr +sr +sr +sr +sr +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +Uh +sd +kv +ev +Fn +uh +NY +NY +aV +bO +bO +bO +aV +gc +NY +NY +kG +WP +nE +fa +WG +kG +dX +dX +kD +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(26,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +ET +Zz +mz +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +dX +dX +dX +dX +dX +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +TK +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +VD +kD +nu +nu +dX +dX +dX +dX +dX +dX +dX +LU +LU +TK +TK +dX +TK +TK +sr +sr +TK +TK +sr +sr +sr +sr +sr +sr +hQ +sr +dX +dX +sr +dX +nx +sr +dX +dX +dX +dX +dX +TK +TK +sr +sr +sr +sr +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +AI +sd +kv +Ot +SD +Wg +Ci +Sq +Lv +bO +bO +Lv +kD +wd +kD +kD +kG +Cz +nE +kG +kG +kG +Cx +VD +kD +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(27,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +nv +ET +HH +mz +TK +TK +TK +TK +TK +TK +TK +TK +mz +mz +kV +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +dX +dX +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +TK +dX +dX +Aq +TK +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +pU +kD +Ja +nu +nu +dX +dX +dX +dX +Aq +dX +LU +LU +TK +TK +dX +dX +sr +sr +sr +TK +TK +TK +TK +sr +TK +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +TK +TK +TK +sr +sr +TK +dX +sr +sr +TK +TK +TK +TK +Te +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +Qs +JC +AR +nK +lZ +Ot +dX +dX +TK +TK +bO +Ld +kD +kD +kD +kD +kG +Ut +nE +uG +Ar +Kw +NY +kD +kD +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(28,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +ig +do +ET +ET +mz +mz +mz +mz +TK +TK +TK +TK +TK +TK +UI +Hh +dX +BH +BH +BH +BH +BH +mz +BH +BH +BH +BH +mf +dX +dX +dX +dX +BH +BH +BH +BH +BH +dX +dX +nx +BH +BH +BH +BH +BH +BH +BH +BH +TK +dX +dX +dX +dX +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +nu +nu +nu +nu +nu +nu +dX +dX +dX +dX +dX +LU +TK +TK +TK +TK +Aq +sr +sr +sr +sr +TK +TK +TK +sr +sr +sr +TK +TK +TK +TK +sr +TK +TK +TK +TK +TK +TK +TK +sr +sr +TK +dX +dX +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +Ot +Ot +yh +mN +Ot +Ot +Ot +dX +TK +TK +TK +bO +Ap +nC +jE +kD +NY +kG +nB +Ud +kG +kG +kG +AW +kD +kD +dX +TK +TK +Bu +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +nX +nX +nX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(29,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +vS +al +fM +wC +Ef +Se +wQ +Ju +mz +mz +TK +TK +TK +TK +mz +mz +dX +ms +BH +BH +BH +BH +mz +mz +BH +BH +BH +dX +Xq +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +dX +dX +nx +dX +TK +dX +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +nu +dX +dX +nu +dX +dX +nu +dX +dX +dX +dX +LU +LU +TK +TK +TK +TK +TK +sr +sr +sr +sr +sr +TK +TK +TK +TK +sr +sr +sr +TK +TK +sr +TK +TK +TK +TK +TK +dX +dX +dX +dX +nx +dX +TK +TK +TK +TK +Te +TK +sr +TK +sr +Te +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +Ot +Ot +Ot +Ot +dX +dX +dX +TK +TK +bO +bO +TK +TK +yK +kD +aV +kG +kR +fw +yt +se +kG +Lr +kD +VD +dX +Pb +mc +mc +mc +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +nX +nX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(30,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +Vi +qa +mz +mz +mz +Je +Je +mz +mz +TK +TK +TK +TK +mz +Xq +dX +BH +fc +BH +mz +Xq +Xq +dX +BH +BH +dX +dX +dX +BH +BH +BH +BH +dX +dX +BH +BH +BH +Aq +dX +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +TK +TK +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +dX +dX +dX +dX +dX +dX +dX +dX +va +LU +LU +TK +TK +TK +TK +TK +TK +sr +sr +sr +sr +sr +TK +sr +TK +TK +TK +TK +nx +dX +dX +dX +TK +TK +TK +dX +dX +dX +TK +dX +TK +TK +TK +TK +TK +TK +Te +dX +TK +PF +TK +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +bO +bO +TK +TK +TK +yK +kD +dX +kG +Ok +LH +mn +Jy +kG +Lr +kD +kD +dX +dX +dX +dX +Pb +mc +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(31,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +YZ +mz +dX +mz +mz +TK +TK +mz +TK +TK +TK +TK +TK +dX +Aq +zW +BH +BH +mz +Xq +Aq +BH +BH +BH +dX +nx +dX +dX +dX +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +dX +dX +Aq +dX +LU +dX +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +sr +TK +TK +sr +nx +dX +sr +TK +dX +dX +dX +sr +dX +TK +dX +dX +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +sr +sr +dX +sr +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +TK +dX +TK +TK +TK +TK +bO +TK +TK +TK +dX +yK +kD +aV +kG +xJ +yt +is +hd +kG +Lr +uP +kD +dX +dX +Aq +dX +kG +kG +kG +kG +kG +kG +kG +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(32,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +Dv +mz +mz +dX +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +BH +BH +BH +BH +mz +mz +BH +BH +BH +dX +dX +dX +ms +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +dX +dX +BH +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +dX +dX +LU +LU +LU +LU +TK +TK +TK +TK +aT +TK +aT +TK +TK +TK +TK +TK +TK +TK +TK +sr +sr +sr +sr +TK +sr +dX +sr +dX +dX +TK +dX +TK +TK +TK +TK +dX +dX +TK +TK +TK +Te +TK +TK +TK +sr +TK +dX +dX +sr +Te +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +Aq +dX +bO +dX +dX +dX +dX +dX +TK +TK +TK +TK +bO +TK +TK +TK +TK +yK +kD +NY +kG +kG +kG +kG +kG +kG +Lr +kD +kD +dX +dX +dX +dX +kG +gq +Fx +NJ +Fi +gq +kG +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(33,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +qT +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +zO +mz +ml +bK +nx +TK +RP +TK +TK +TK +TK +TK +TK +dX +BH +BH +BH +BH +BH +BH +BH +BH +Es +dX +Xq +Xq +Xq +cT +Xq +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +dX +BH +dX +dX +dX +BH +BH +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +hQ +sr +sr +sr +sr +sr +aT +TK +TK +TK +TK +sr +sr +PF +sr +TK +TK +dX +sr +hQ +dX +TK +TK +dX +TK +TK +TK +TK +TK +sr +TK +TK +TK +sr +sr +sr +dX +dX +TK +dX +sr +sr +sr +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +bO +bO +bO +TK +TK +TK +TK +TK +TK +bO +bO +TK +TK +TK +TK +yK +kD +NY +TX +Aq +dX +dX +dX +dX +Lr +NY +dX +gO +dX +va +dX +kG +gq +Od +ts +gq +gq +kG +TK +TK +TK +TK +TK +TK +TK +dX +Aq +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(34,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +iE +Ox +mz +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +jm +mz +dX +Dv +ml +sz +Je +RU +TK +TK +TK +TK +TK +dX +BH +BH +BH +BH +BH +BH +BH +BH +dX +RU +Xq +dX +dX +dX +dX +fc +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +sr +sr +sr +sr +PF +sr +sr +sr +sr +sr +TK +TK +TK +sr +PF +sr +TK +TK +sr +sr +sr +sr +TK +TK +dX +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +sr +sr +dX +dX +sr +hQ +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +dX +bO +bO +bO +TK +TK +TK +TK +bO +TK +TK +TK +TK +TK +qS +kD +NY +sA +fb +fb +fb +fb +fb +Lt +kD +aV +gc +dX +dX +dX +kG +ED +NP +NJ +tW +gq +kG +mc +dX +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(35,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +wC +zK +mz +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +Gi +mz +ml +dX +bK +Dv +dX +nx +In +TK +TK +TK +TK +mz +BH +BH +BH +BH +BH +BH +BH +dX +Xq +mf +Xq +dX +Xq +dX +mf +dX +Xq +mf +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +dX +dX +dX +TK +LU +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +aT +sr +sr +TK +dX +TK +TK +TK +TK +sr +sr +TK +TK +sr +sr +sr +TK +TK +sr +sr +fp +sr +TK +TK +ap +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +PF +sr +dX +sr +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +dX +dX +bO +bO +bO +bO +TK +bO +bO +TK +TK +TK +dX +dX +yK +kD +NY +kD +kD +kD +kD +kD +kD +kD +kD +aV +wr +NY +aV +Aq +kG +PJ +tW +ts +tW +Od +kG +mc +dX +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(36,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +mz +No +No +mz +mz +mz +mz +mz +mz +mz +mz +mz +mz +LU +LU +TK +TK +mz +sz +Dv +ml +EZ +mf +mz +GR +mz +mz +mz +TK +mz +mz +BH +BH +BH +BH +mz +rN +Xq +dX +mz +Xq +Xq +mz +mz +mz +dX +dX +Xq +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +dX +dX +dX +LU +LU +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +sr +TK +TK +TK +sr +dX +dX +TK +TK +TK +TK +dX +iH +TK +dX +dX +sr +TK +TK +sr +sr +sr +sr +TK +dX +dX +dX +dX +TK +sr +TK +TK +TK +TK +TK +sr +sr +sr +sr +dX +Te +TK +dX +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +TK +TK +TK +dX +dX +TK +bO +bO +bO +bO +TK +TK +TK +qY +vJ +vJ +UC +NY +jY +gc +fF +dX +kD +kD +kD +kD +kD +kD +kD +kD +kD +aV +kG +TV +TV +NJ +NJ +Kl +kG +Pb +dX +dX +dX +ko +dX +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(37,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +UN +Dv +Xq +Xq +ET +Xq +Xq +mz +mz +mz +Xq +Xq +Dv +UI +aE +mf +TK +TK +TK +mz +Bl +dX +dX +Dv +mz +mz +mz +mz +td +mz +mz +BH +BH +BH +BH +mz +mz +mz +dX +fD +mz +mz +mz +mz +mz +mz +mz +mz +dX +kf +dX +dX +BH +BH +BH +BH +dX +dX +BH +BH +dX +dX +dX +dX +dX +BH +BH +BH +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +aT +sr +dX +dX +sr +hQ +dX +TK +TK +dX +TK +TK +dX +TK +TK +dX +sr +sr +TK +sr +sr +PF +sr +TK +sr +hQ +sr +dX +dX +dX +TK +TK +TK +TK +TK +Te +TK +TK +dX +dX +TK +sr +sr +sr +Te +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +bO +bO +TK +bO +bO +bO +bO +TK +TK +dX +dX +dX +TK +TK +bO +TK +TK +qY +UC +NY +kD +kD +kD +aV +Aq +dX +dX +dX +dX +dX +FY +vo +vo +vo +Su +kD +kD +kG +tn +bk +Ej +NJ +Kl +kG +dX +dX +dX +dX +dX +dX +WJ +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(38,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +UN +Dv +Dv +Xq +Xq +Xq +Xq +Dv +mz +Xq +Xq +Xq +Dv +Yk +PP +TK +TK +TK +TK +mz +mz +TK +mz +wQ +mz +TK +VX +dX +dX +Xq +mz +mz +mz +dX +fD +fD +iF +Xq +dX +mz +mz +mz +HG +HG +HG +HG +HG +mz +kf +dX +dX +dX +BH +BH +BH +fD +iF +Xq +dX +dX +nx +dX +dX +dX +dX +BH +dX +BH +BH +mz +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +aT +PF +dX +sr +nx +TK +dX +dX +TK +TK +va +dX +TK +TK +TK +sr +TK +sr +sr +sr +sr +TK +dX +dX +sr +sr +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +dX +sr +sr +dX +sr +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +bO +TK +qY +UC +NY +kD +kD +kD +aV +dX +dX +dX +dX +kG +EE +HY +mC +kG +kG +kG +rp +kD +NY +kG +kG +aG +MH +MH +kG +kG +dX +dX +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(39,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Xq +Bw +TK +TK +TK +mz +TK +TK +TK +TK +TK +TK +TK +Xq +dX +UI +Se +iF +hC +Xq +Xq +Xq +Xq +IX +dX +tZ +mz +HG +HG +kf +kf +HG +kf +EM +kf +dX +dX +dX +Xq +Xq +dX +Xq +Xq +IX +Xq +Xq +Xq +Xq +IX +Xq +Xq +dX +dX +EZ +Aq +mz +mz +mz +mz +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +dX +TK +sr +dX +dX +dX +TK +TK +Aq +dX +TK +dX +dX +sr +TK +TK +sr +sr +TK +TK +sr +sr +TK +TK +dX +dX +dX +dX +TK +TK +sr +TK +TK +TK +TK +sr +Te +dX +va +dX +dX +sr +sr +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +dX +TK +cF +NY +kD +NY +dX +Aq +dX +dX +dX +va +dX +kG +lp +JC +kn +Ze +ly +EE +Kh +kD +NY +gd +At +kD +KY +kD +Xy +WW +dX +dX +dX +dX +dX +dX +dX +dX +cO +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(40,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +Xq +Xq +Xq +Dv +Xq +Xq +Dv +Xq +Xq +Xq +Dv +GJ +Xq +wQ +mz +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +ET +vI +dX +Se +RV +rN +Hw +Xq +RU +dX +nx +dX +mz +mz +HG +lQ +kf +kf +kf +EM +HG +dX +dX +dX +dX +sV +Xq +Xq +BH +BH +Xq +Hw +Xq +RU +dX +dX +fD +fD +iF +wQ +nx +jv +hj +WI +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +sr +sr +sr +sr +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +dX +dX +TK +dX +TK +dX +dX +TK +TK +TK +TK +TK +sr +sr +TK +TK +nx +dX +va +dX +TK +TK +sr +dX +TK +TK +TK +TK +TK +dX +dX +TK +TK +dX +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +TK +TK +dX +dX +TK +qY +vJ +vJ +UC +NY +kD +lt +gc +TK +TK +dX +bO +dX +dX +mC +FJ +NS +nR +gB +qx +HM +rp +kD +NY +dX +dX +VD +kD +kD +wZ +dX +dX +dX +va +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(41,1,1) = {" +LU +LU +LU +LU +LU +LU +mz +mz +mz +Dv +Xq +Xq +Dv +Xq +Xq +Xq +Dv +Xq +Xq +Xq +Dv +Dv +Xq +Xq +mz +TK +TK +TK +TK +TK +TK +TK +TK +nF +mf +ET +dX +dX +mz +mz +BH +sV +In +mz +dX +fi +dX +mz +mz +HG +HG +kf +kf +HG +HG +HG +dX +dX +dX +dX +nx +Xq +BH +BH +BH +dX +sV +In +BH +dX +fi +Xq +dX +dX +wQ +Bw +iC +af +mf +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +sr +sr +sr +sr +dX +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +TK +TK +TK +TK +sr +TK +TK +TK +TK +TK +TK +sr +TK +TK +TK +dX +dX +TK +dX +dX +TK +nx +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +TK +TK +dX +dX +cF +kD +kD +kD +kD +kD +Pb +TK +TK +TK +dX +bO +dX +bO +kG +jA +mx +hw +ew +wh +HM +pt +kD +dX +Aq +dX +dX +VD +jC +wZ +dX +dX +dX +dX +dX +dX +dX +dX +rB +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(42,1,1) = {" +LU +LU +LU +LU +LU +LU +mz +Bz +Dv +Dv +Xq +Dv +Xq +Xq +Xq +Xq +Dv +Xq +Xq +Xq +Dv +Dv +Xq +mz +mz +TK +TK +TK +zD +TK +TK +TK +TK +Xq +UI +dX +hH +mz +mz +mz +BH +mz +mz +mz +BH +BH +dX +mz +mz +mz +HG +HG +HG +HG +HG +mz +kf +dX +dX +dX +Xq +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +dX +dX +wQ +nx +mB +cP +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +sr +hQ +sr +dX +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +dX +TK +TK +Aq +dX +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +dX +dX +dX +dX +TK +dX +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +dX +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +bO +bO +bO +bO +TK +TK +TK +TK +cF +kD +NY +Ge +kD +kD +Pb +TK +TK +dX +dX +bO +bO +bO +kG +sM +ZN +ZN +CU +qx +kI +rp +kD +NY +dX +dX +VD +kD +kD +wE +dX +dX +dX +dX +dX +dX +dX +Aq +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(43,1,1) = {" +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +mz +mz +mz +TK +TK +TK +In +TK +mz +mz +mz +dX +mz +mz +mz +mz +dX +mz +BH +BH +BH +BH +BH +BH +dX +dX +mz +mz +mz +mz +mz +mz +mz +mz +dX +UP +dX +dX +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +dX +BH +BH +BH +Aq +mz +mz +mz +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +sr +sr +sr +sr +sr +sr +sr +sr +sr +TK +TK +TK +TK +dX +dX +TK +TK +dX +dX +TK +dX +dX +dX +TK +TK +TK +sr +sr +TK +TK +dX +TK +dX +Aq +TK +TK +TK +dX +dX +TK +TK +TK +TK +nx +TK +TK +TK +TK +TK +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +bO +bO +bO +bO +TK +bO +TK +TK +cF +kD +aV +mc +Pb +mc +mc +TK +TK +dX +dX +bO +bO +bO +kG +mC +Dj +Dj +kG +kG +kG +Ea +kD +NY +dX +gc +kD +kD +kD +wZ +gc +dX +dX +dX +dX +dX +dX +dX +dX +rB +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(44,1,1) = {" +LU +LU +LU +LU +LU +LU +mz +WF +uO +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +mz +mz +mz +mz +TK +TK +mz +tZ +tm +mz +EZ +dX +dX +dX +dX +In +mz +dX +mz +BH +BH +BH +BH +BH +BH +BH +dX +dX +mz +mz +mz +mz +mz +mz +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +dX +dX +Aq +BH +BH +BH +BH +BH +BH +BH +nx +mz +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +sr +sr +sr +sr +dX +dX +dX +dX +sr +TK +TK +TK +TK +sr +TK +TK +dX +dX +dX +TK +dX +sr +TK +TK +TK +sr +TK +TK +dX +dX +TK +TK +dX +dX +TK +dX +dX +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +bO +bO +bO +bO +bO +bO +bO +TK +cF +kD +NY +mc +TK +TK +TK +TK +TK +dX +bO +bO +bO +dX +kG +he +JC +ao +ui +Fn +uh +NY +aV +VD +kD +wd +kD +kD +kD +yp +mJ +Ro +NF +Lv +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(45,1,1) = {" +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +mz +mz +mz +TK +TK +mz +Xq +nF +mz +dX +dX +UI +Zv +dX +nU +TK +dX +mz +BH +BH +BH +BH +BH +BH +BH +Xq +Xq +mf +BH +dX +mf +ms +dX +Bs +Xq +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +dX +LU +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +sr +sr +sr +sr +sr +dX +dX +sr +TK +TK +TK +sr +TK +TK +dX +nx +TK +TK +TK +dX +dX +TK +sr +sr +TK +Aq +dX +sr +TK +TK +TK +dX +sr +sr +TK +TK +TK +dX +Aq +dX +dX +dX +sr +TK +Te +TK +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +Aq +bO +bO +bO +bO +bO +bO +bO +bO +cF +kD +lt +gc +TK +TK +TK +TK +TK +dX +bO +Aq +dX +dX +kG +ir +JC +hw +ev +Eh +Va +kD +kD +VD +VD +kD +kD +kD +kD +NY +kD +kD +Sb +fo +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(46,1,1) = {" +LU +LU +LU +LU +LU +LU +mz +Bz +Dv +Dv +Xq +Dv +Xq +Xq +Xq +Xq +Dv +Xq +Xq +Xq +Dv +Dv +Xq +mz +mz +mz +mz +mz +EZ +mz +mz +dX +ET +GB +TK +mz +mz +TK +TK +mz +BH +BH +BH +mz +mz +Aq +BH +BH +mf +dX +BH +BH +BH +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +TK +TK +dX +TK +TK +TK +TK +dX +dX +TK +sr +TK +dX +dX +sr +dX +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +dX +TK +TK +TK +sr +TK +sr +sr +sr +Te +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +Lv +aV +aV +dX +TK +TK +TK +TK +TK +dX +bO +bO +bO +dX +kG +lx +JC +kG +kG +mC +kG +Ts +kD +dX +dX +Jz +kD +kD +kD +NY +dX +kD +hP +SB +Aq +TK +TK +TK +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(47,1,1) = {" +LU +LU +LU +LU +LU +LU +mz +mz +mz +Dv +Xq +Xq +Dv +Xq +Xq +Xq +Dv +Xq +Xq +Xq +Dv +Dv +Xq +Xq +mz +TK +TK +TK +nx +dX +dX +mf +dX +TK +TK +TK +TK +TK +TK +TK +BH +BH +mz +Xq +Dc +dX +mz +BH +BH +mf +BH +BH +dX +mf +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +dX +sr +TK +TK +TK +TK +dX +sr +sr +TK +dX +sr +sr +dX +TK +TK +TK +dX +nx +dX +dX +iH +dX +va +dX +TK +TK +TK +sr +TK +dX +dX +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +bO +bO +bO +Mq +dX +TK +TK +TK +bO +bO +bO +bO +bO +dX +bO +bO +kG +ES +Hj +kG +Go +Po +kG +rp +kD +dX +Qn +Ic +VD +VY +kD +Wn +CL +hP +hP +rg +Lh +EZ +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(48,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +Xq +Xq +Xq +Dv +Xq +Xq +Dv +Xq +Xq +Xq +Dv +Dv +Xq +Xq +mz +TK +TK +TK +TK +Xq +dX +Xq +dX +mz +dX +dX +TK +dX +nx +In +Xq +Xq +BH +dX +UI +mo +mz +BH +BH +BH +BH +dX +dX +dX +nx +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +dX +BH +BH +BH +BH +BH +dX +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +Te +TK +TK +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +dX +dX +dX +sr +dX +dX +TK +TK +TK +hQ +dX +dX +sr +sr +dX +TK +TK +TK +TK +dX +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +dX +sr +dX +sr +dX +Te +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +TK +TK +dX +Aq +bO +dX +dX +dX +bO +bO +bO +TK +TK +dX +dX +dX +dX +dX +kG +Nx +JC +Np +jh +eR +kG +rp +kD +Ge +Ge +nu +Yi +Km +tC +nu +CL +dX +SB +fC +nx +nx +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(49,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Dv +Xq +Xq +mz +TK +nx +dX +nx +dX +dX +dX +mz +mz +mz +dX +dX +EZ +mz +mz +BH +rv +dX +Xq +Xq +mz +mz +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +nx +BH +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +sr +dX +dX +dX +dX +dX +TK +TK +TK +dX +ap +dX +TK +TK +TK +TK +dX +TK +sr +dX +dX +dX +dX +Aq +dX +dX +dX +sr +dX +TK +TK +TK +TK +sr +sr +sr +TK +TK +TK +TK +sr +sr +sr +TK +TK +dX +PF +sr +TK +dX +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +dX +bO +dX +dX +bO +bO +dX +TK +TK +TK +TK +TK +TK +TK +dX +kG +cX +Tu +mC +Xc +PZ +kG +rp +kD +dX +nu +nu +Lq +Rw +eD +nu +nu +EZ +nx +nx +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(50,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +UN +Dv +Dv +Xq +Xq +Xq +Xq +Dv +mz +Xq +Xq +Xq +Dv +Dv +Xq +Xq +mz +mz +mz +dX +Xq +mz +mz +mz +mz +da +mz +Xq +dX +dX +dX +mz +BH +BH +mz +mz +Xq +Lf +mz +BH +BH +BH +BH +dX +Aq +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +PF +dX +dX +Aq +dX +TK +TK +TK +TK +TK +dX +dX +TK +TK +nx +dX +sr +dX +TK +TK +TK +TK +TK +dX +va +TK +dX +dX +TK +TK +TK +sr +TK +TK +sr +sr +TK +TK +TK +sr +PF +sr +sr +sr +sr +sr +dX +TK +TK +sr +Pz +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +bO +dX +dX +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +dX +kG +kI +HY +kG +kG +kG +kG +rp +kD +dX +nu +XZ +Pj +Pj +Pj +bt +nu +dX +Aq +nx +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(51,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +UN +Dv +Xq +Xq +Xq +Xq +Xq +mz +mz +mz +Xq +Xq +Dv +Dv +Xq +Xq +mz +TK +mz +mz +Xq +dX +dX +Xq +dX +cB +Wk +mf +TK +mz +dX +TK +BH +BH +mz +BH +dX +Xq +dX +BH +BH +BH +BH +dX +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +sr +sr +sr +dX +dX +dX +dX +TK +dX +dX +TK +TK +TK +dX +dX +TK +dX +dX +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +ap +dX +dX +Aq +dX +sr +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +sr +sr +dX +TK +TK +TK +dX +Te +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +dX +TK +dX +dX +TK +TK +Ck +aV +WA +gc +TK +TK +bO +bO +TK +TK +TK +TK +TK +dX +BY +dX +av +dA +Ro +Ro +Ro +jW +kD +dX +nu +XZ +Pj +Pj +Pj +XZ +nu +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(52,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +mz +mz +mz +mz +mz +mz +mz +mz +mz +mz +DL +DL +mz +mz +mz +TK +TK +mz +dX +dX +dX +dX +mf +lc +An +dX +dX +mz +mz +TK +TK +BH +BH +BH +mz +dX +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +sr +hQ +dX +dX +TK +TK +TK +sr +sr +TK +dX +dX +TK +TK +TK +sr +dX +dX +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +TK +sr +TK +dX +sr +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +bO +bO +bO +dX +dX +dX +iA +Ro +dq +NY +aV +dX +dX +TK +TK +bO +bO +bO +TK +TK +TK +dX +bO +Lv +nW +NY +NY +NY +NY +NY +NY +dX +nu +nu +Pj +Pj +Pj +nu +nu +TK +TK +TK +TK +TK +TK +nx +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(53,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +Dv +Dv +mz +mz +TK +TK +TK +mz +mz +dX +dX +TK +mz +jt +mz +dX +mf +Se +UI +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +Te +sr +dX +dX +TK +TK +dX +dX +hQ +dX +dX +sr +sr +dX +dX +sr +TK +dX +dX +TK +TK +TK +TK +dX +dX +TK +dX +dX +dX +dX +dX +sr +TK +TK +TK +TK +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +sr +fp +TK +TK +TK +TK +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +bO +bO +dX +dX +dX +dX +Lr +kD +kD +NY +kD +dX +TK +TK +TK +TK +bO +bO +bO +TK +bO +bO +bO +bO +dX +dX +dX +dX +dX +lt +gc +dX +nu +mc +Pj +Pj +Pj +XZ +nu +TK +TK +TK +nx +TK +TK +nx +nx +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(54,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +mz +mz +TK +TK +TK +TK +TK +TK +TK +mz +mz +mz +mz +mz +mz +dX +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +dX +sr +sr +dX +dX +dX +sr +dX +dX +TK +TK +Te +TK +TK +dX +dX +sr +sr +TK +TK +TK +TK +nx +TK +TK +TK +TK +TK +TK +TK +sr +sr +dX +TK +TK +nx +dX +TK +TK +sr +sr +dX +TK +TK +sr +sr +sr +TK +TK +TK +sr +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +mc +dX +Aq +dX +dX +dX +Lr +kD +kD +kD +kD +dX +TK +TK +TK +TK +bO +TK +bO +bO +bO +bO +bO +nQ +Lv +aV +dX +dX +dX +dX +dX +dX +nu +nu +bt +XZ +bt +nu +nu +TK +TK +dX +nx +nx +RD +nx +SB +nx +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(55,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +mz +mz +TK +TK +TK +TK +TK +dX +dX +dX +NI +dX +pd +mz +UI +dX +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +BH +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +sr +dX +dX +sr +dX +TK +TK +TK +TK +TK +TK +TK +TK +dX +sr +dX +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +dX +sr +sr +sr +TK +sr +TK +sr +sr +TK +sr +sr +TK +TK +TK +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +mc +Pb +dX +dX +dX +dX +AZ +kD +kD +Pw +dX +dX +bO +bO +bO +bO +bO +TK +TK +bO +bO +bO +aV +EI +gc +gf +WR +WR +dX +Aq +dX +TK +TK +nu +nu +nu +nu +nu +TK +TK +TK +dX +Aq +dX +nx +SB +oo +yo +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(56,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +mz +mz +mz +TK +TK +dX +dX +TK +dX +sz +dX +dX +dX +dX +dX +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +dX +PF +sr +dX +dX +dX +TK +TK +TK +TK +dX +Aq +dX +dX +TK +TK +dX +TK +TK +TK +dX +TK +TK +TK +dX +dX +dX +TK +TK +TK +dX +dX +TK +TK +sr +Yw +sr +TK +TK +TK +sr +TK +TK +TK +sr +sr +TK +TK +dX +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +Pb +dX +gc +qi +qi +qi +ZL +vX +qi +qi +qi +EI +bO +bO +bO +TK +TK +TK +bO +bO +EI +aV +aV +zp +UM +EB +WR +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +yU +kD +kD +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(57,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +Dv +Dv +JS +mz +mz +mz +mz +Sh +dX +Ya +dX +Xq +dX +pd +mz +dX +mz +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +dX +BH +dX +BH +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +sr +sr +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +dX +sr +sr +dX +dX +TK +dX +TK +TK +TK +TK +dX +TK +TK +TK +dX +sr +TK +TK +TK +CO +TK +TK +TK +TK +dX +dX +TK +dX +dX +sr +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +mc +TK +qi +qE +CP +gc +CH +zA +qi +Nj +CN +EI +bO +bO +bO +TK +TK +TK +bO +bO +qj +dX +BC +KL +uo +uJ +pZ +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Lr +kD +kD +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(58,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +Dv +UI +Zg +Uz +ms +ET +ET +dX +mf +Bo +dX +bK +sz +dX +mz +dX +mz +TK +BH +BH +BH +BH +BH +TK +TK +TK +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +dX +BH +BH +BH +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +dX +sr +sr +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +dX +dX +TK +TK +dX +sr +TK +TK +TK +dX +dX +dX +TK +TK +TK +dX +CO +dX +dX +sr +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +nx +TK +TK +TK +TK +qi +zA +Rq +CM +UH +sO +Ur +UH +Ih +gc +dX +bO +bO +dX +TK +TK +TK +bO +bO +bO +bO +yw +zp +Os +pZ +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Lr +kD +kD +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(59,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +mz +WL +fc +ET +mf +Xq +dX +mf +dX +dX +dX +dX +mz +dX +mz +TK +TK +BH +BH +BH +BH +TK +TK +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +dX +dX +TK +TK +dX +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +dX +TK +dX +TK +TK +TK +TK +TK +nx +dX +dX +dX +TK +TK +dX +dX +TK +TK +sr +sr +TK +TK +TK +TK +nx +dX +dX +dX +dX +Aq +dX +dX +sr +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +nx +lY +dX +EZ +dX +Wr +qi +dF +ji +qi +oM +XW +gc +zA +LI +EI +nQ +dX +bO +dX +TK +TK +TK +dX +Ge +dX +bO +dX +aV +lU +gc +GU +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Lr +kD +kD +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(60,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +mz +Xq +mz +hn +bK +TK +TK +dX +dX +pd +mz +dX +mz +TK +BH +BH +BH +TK +TK +TK +TK +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +dX +dX +BH +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +ap +dX +dX +Aq +dX +TK +TK +TK +TK +TK +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +sr +sr +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +Bu +Bu +nx +EZ +dX +dX +rq +gc +gc +gc +gc +zT +ow +gc +EI +tP +dX +HI +dX +bO +dX +TK +TK +dX +dX +EI +dX +bO +bO +dX +BC +XZ +Ey +dX +sm +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Lr +kD +kD +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(61,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +Xq +mz +TK +TK +TK +pd +dX +pd +dX +dX +dX +TK +TK +BH +BH +TK +TK +TK +TK +TK +TK +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +sr +dX +TK +TK +TK +dX +dX +TK +TK +dX +hu +nx +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +nx +lY +dX +vG +dX +dX +dX +gc +Us +bL +ai +MY +UH +sh +bt +bO +bO +bO +bO +bO +dX +TK +dX +dX +dX +WR +aV +Ki +bO +sq +Os +bt +pm +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +Lr +kD +kD +va +Aq +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(62,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +ET +mz +TK +dX +sz +mz +mz +mz +dX +dX +TK +TK +BH +BH +BH +BH +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +dX +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Te +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +va +dX +TK +TK +TK +sr +sr +sr +sr +dX +dX +dX +dX +TK +TK +TK +TK +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +nx +dX +dX +dX +dX +dX +ZL +UH +UF +zA +UH +HD +aV +bt +bO +EI +dX +bO +bO +TK +TK +TK +dX +dX +WR +fU +Ki +bO +yw +uo +WR +XJ +TK +TK +dX +dX +Aq +dX +dX +Aq +dX +TK +TK +TK +TK +bO +bO +dX +Lr +kD +kD +Pw +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(63,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +ET +mz +TK +TK +dX +dX +dX +dX +dX +TK +TK +BH +BH +TK +BH +TK +TK +TK +TK +TK +TK +TK +ns +sf +ns +ns +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +Te +TK +TK +sr +TK +TK +TK +dX +TK +TK +dX +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +dX +dX +dX +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +mT +dX +dX +dX +dX +dX +gc +hF +nc +ck +UH +eE +sh +Wq +dX +gc +TK +bO +bO +bO +TK +TK +TK +dX +WR +EI +XZ +bO +dX +EI +WR +Ey +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +TK +TK +bO +bO +EI +gf +Ge +WR +WR +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(64,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +ET +mz +TK +TK +TK +dX +dX +dX +mz +TK +TK +BH +BH +TK +TK +TK +TK +TK +TK +TK +TK +ns +ns +ns +ns +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +sr +TK +TK +sr +TK +nx +dX +dX +dX +dX +dX +TK +TK +TK +dX +dX +Aq +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +dX +va +dX +dX +dX +dX +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +sm +dX +dX +ZM +qi +qi +qi +gc +za +oM +gc +qi +qi +qi +TK +TK +TK +bO +bO +bO +TK +dX +dX +bO +bO +bO +oS +AM +AM +tM +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +bO +bO +bO +xh +aV +FR +pr +WR +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(65,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +NY +mz +TK +TK +TK +mz +QX +hY +mz +TK +TK +BH +TK +TK +TK +hu +Aq +dX +TK +TK +TK +dX +Aq +ns +ns +ca +TK +TK +TK +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +dX +PF +dX +TK +dX +sr +dX +dX +dX +sr +TK +dX +TK +TK +dX +dX +TK +TK +TK +TK +sr +dX +dX +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +dX +dX +Aq +dX +dX +dX +sr +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +EN +WJ +dX +dX +dX +Tw +gc +bm +YL +EI +XW +ow +gc +am +XQ +qi +dX +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +dX +Ey +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +dX +bO +bO +bO +dX +bO +yw +FP +WR +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(66,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +pH +mz +TK +LU +LU +mz +iE +UK +mz +TK +BH +BH +TK +TK +TK +dX +TK +dX +ns +TK +TK +ns +dX +dX +dX +dX +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +dX +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +TK +TK +TK +TK +dX +TK +TK +TK +TK +dX +TK +TK +sr +sr +dX +sr +dX +TK +TK +hQ +sr +TK +TK +TK +TK +TK +dX +dX +TK +TK +dX +sr +sr +dX +dX +sr +dX +dX +TK +dX +TK +TK +TK +TK +TK +nx +dX +TK +dU +sr +dX +dU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +EN +dX +dX +dX +dX +va +qi +UH +VD +VD +UH +qt +qi +Gn +hJ +qi +dX +TK +TK +TK +bO +bO +TK +TK +bO +bO +TK +TK +Ey +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +dX +dX +dX +bO +bO +bO +bO +bO +bO +yw +ws +WR +dX +TK +LU +LU +LU +LU +LU +LU +LU +"} +(67,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +Fk +mz +LU +LU +LU +mz +ue +TK +TK +TK +BH +TK +TK +TK +TK +TK +ns +sf +ns +TK +TK +dX +TK +TK +dX +ns +ns +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +dX +dX +TK +TK +TK +dX +dX +TK +TK +TK +TK +dX +sr +dX +TK +sr +TK +Te +dX +TK +TK +sr +dX +dX +TK +TK +sr +hQ +sr +sr +dX +dX +dX +dX +dX +TK +TK +dX +dX +dX +dX +Aq +dX +TK +TK +TK +TK +dX +dX +TK +dU +CO +sr +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +EN +lg +EN +EN +TK +qi +VG +Ka +hL +UH +sh +oP +sw +Au +qi +dX +TK +TK +TK +TK +bO +TK +bO +bO +TK +TK +TK +Ey +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +dX +dX +Aq +bO +bO +bO +nQ +aV +RY +Jd +Ge +dX +TK +LU +LU +LU +LU +LU +LU +LU +"} +(68,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +qT +mz +LU +LU +LU +mz +qT +TK +TK +LU +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +dX +TK +TK +TK +TK +ns +ns +TK +TK +BH +BH +BH +BH +BH +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +Cb +dX +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +dX +sr +dX +Te +TK +sr +TK +dX +sr +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +dX +TK +TK +nx +dX +dX +dX +dX +dX +dX +dX +dX +TK +dU +sr +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +EN +TK +TK +TK +qi +EI +gc +gc +ps +zA +qi +qi +qi +qi +TK +TK +TK +TK +TK +bO +bO +bO +TK +TK +TK +TK +pm +dX +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +bO +bO +bO +bO +bO +dX +yw +bc +EI +dX +TK +LU +LU +LU +LU +LU +LU +LU +"} +(69,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +qT +mz +LU +LU +LU +mz +TK +TK +TK +LU +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +ns +ns +TK +Aq +TK +TK +ns +eL +TK +TK +BH +BH +BH +BH +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +dX +TK +TK +hQ +sr +dX +sr +dX +PF +sr +sr +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +sr +sr +dX +dX +TK +TK +TK +TK +TK +dX +hu +dX +dX +dX +dX +TK +TK +nu +sr +Ge +dU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +gc +vj +Rp +qj +nP +om +gc +YL +It +qi +TK +TK +TK +TK +TK +TK +bO +bO +bO +TK +TK +TK +dX +bO +bO +bO +TK +TK +TK +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +CZ +dX +dX +yw +si +WR +dX +TK +LU +LU +LU +LU +LU +LU +LU +"} +(70,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +LU +LU +LU +LU +LU +TK +TK +TK +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +Aq +ns +ns +ns +TK +XG +bV +va +ns +TK +TK +TK +dX +BH +BH +BH +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +TK +TK +LU +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +Te +sr +sr +sr +TK +TK +sr +dX +dX +TK +ri +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +sr +sr +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +nu +Ge +Ge +nu +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +gc +RN +RE +gc +Mi +lG +qi +zA +UH +qi +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +dX +bO +bO +bO +TK +TK +TK +TK +bO +bO +bO +bO +dX +aV +UM +FR +WR +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(71,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +LU +LU +LU +LU +LU +TK +TK +TK +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +ns +hu +ns +ns +dX +kC +TK +TK +TK +TK +TK +dX +dX +BH +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +TK +TK +LU +LU +LU +TK +LU +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +Cb +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +sr +Te +TK +TK +Te +Pz +TK +Te +TK +TK +nx +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +nu +yP +yP +nu +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +qi +eO +RN +LU +Mi +EY +bu +Lz +qp +qi +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +bO +On +EI +EI +WR +WR +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(72,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +TK +LU +LU +LU +LU +LU +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +yS +yS +yS +yS +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +qi +qi +LU +LU +EI +gc +gc +qi +qi +qi +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(73,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(74,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(75,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(76,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(77,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(78,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(79,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(80,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(81,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(82,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(83,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(84,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +as +mX +tU +as +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(85,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +dV +pk +pk +qf +as +Mp +Tk +SU +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(86,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +gk +pk +pk +cW +as +GN +XT +ae +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(87,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +as +as +as +as +as +LU +as +vh +pk +pk +uj +as +Tk +XT +Mp +as +Ol +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +yS +yS +yS +yS +LU +LU +LU +LU +LU +LU +LU +LU +"} +(88,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +Ri +Ry +Ri +Rg +as +LU +as +QF +pk +pk +QF +as +Pe +jL +NA +js +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +dX +dX +dX +dX +TK +TK +Aq +TK +TK +TK +TK +TK +TK +LU +LU +LU +nu +lT +lT +nu +LU +LU +LU +LU +LU +LU +LU +LU +"} +(89,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +Ri +Ri +Ri +Ri +as +LU +as +fq +xQ +IP +Xb +Nq +fN +ZZ +oa +dS +as +ah +zx +vE +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +TK +TK +cO +dX +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +dX +dX +CO +bO +bO +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +nu +kD +kD +nu +LU +LU +LU +LU +LU +LU +LU +LU +"} +(90,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +Rg +xE +nb +Ri +as +LU +as +as +Fp +as +as +as +eG +Ll +oa +Fz +Ol +dP +Ei +iR +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +bO +TK +TK +TK +bO +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +TK +TK +dX +dX +TK +TK +bO +bO +dX +dX +bO +dX +dX +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +TK +TK +TK +TK +LU +nu +kD +VD +nu +LU +LU +LU +LU +LU +LU +LU +LU +"} +(91,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +as +as +as +as +as +LU +LU +LU +LU +LU +as +OL +TG +IY +ro +as +LU +as +eW +Rk +cn +as +vQ +Zw +db +Ll +LB +Oc +bY +as +vl +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +TK +bO +bO +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +TK +WN +QE +TK +TK +bO +bO +CO +dX +dX +dX +dX +bO +bO +bO +bO +bO +bO +TK +TK +TK +bO +bO +bO +bO +bO +dX +dX +TK +TK +LU +LU +nu +xy +RJ +nu +LU +LU +LU +LU +LU +LU +LU +LU +"} +(92,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +LU +LU +LU +LU +BH +BH +BH +BH +LU +BH +BH +LU +BH +LU +LU +BH +BH +BH +BH +LU +LU +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +xf +xf +xf +xf +as +iu +Dw +iu +as +LU +LU +as +as +as +as +wB +hG +PA +Vc +as +LU +as +Uj +vg +dP +as +yb +zf +YH +qn +bE +LJ +vC +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +LU +TK +TK +TK +TK +Aq +TK +TK +TK +dX +dX +bO +bO +bO +bO +bO +TK +TK +TK +TK +bO +dX +dX +TK +TK +bO +bO +bO +bO +dX +dX +TK +TK +TK +LU +nu +Kp +kD +nu +LU +LU +LU +LU +LU +LU +LU +LU +"} +(93,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +LU +LU +BH +BH +BH +BH +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +BH +BH +BH +BH +LU +BH +LU +LU +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +xf +RB +tT +xf +as +eg +XH +dP +as +as +LU +as +Tl +Tl +Rn +oz +xS +aa +or +as +LU +as +as +as +as +as +ac +Ol +as +as +dj +uI +ud +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +Aq +dX +dX +dX +dX +dX +bO +bO +TK +bO +TK +TK +TK +TK +TK +TK +bO +bO +dX +dX +TK +TK +TK +bO +bO +bO +dX +TK +TK +TK +LU +nu +dX +Ge +nu +LU +LU +LU +LU +LU +LU +LU +LU +"} +(94,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +xf +qg +qg +xf +tG +Mu +yY +Xz +vY +as +LU +as +Az +dr +qH +HV +xS +xS +Pq +as +LU +LU +as +Ol +Uv +ip +eB +jp +bP +as +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +dX +hu +dX +Aq +dX +TK +TK +TK +TK +TK +TK +dX +TK +dX +TK +dX +bO +bO +dX +dX +TK +TK +bO +bO +bO +dX +TK +TK +TK +TK +dX +dX +Kp +TK +LU +LU +LU +LU +LU +LU +LU +LU +"} +(95,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +xf +Ky +CJ +DW +Ed +aa +aa +EJ +Mo +as +LU +as +aF +zG +Rn +cE +bb +Fo +aa +as +LU +LU +as +QO +xS +Wv +Ra +Zn +Um +rM +Ol +Vk +XN +AK +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +dX +dX +dX +dX +dX +TK +TK +dX +TK +TK +dX +dX +TK +dX +dX +dX +bO +bO +hu +dX +TK +TK +TK +bO +bO +CO +dX +TK +TK +TK +TK +dX +bO +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(96,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +xf +tr +wx +as +eM +He +By +fI +Oi +as +as +as +as +as +as +as +as +as +ot +as +as +LU +as +as +ON +GD +sF +gL +bU +Ol +Ol +Ag +iv +ZU +oK +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +dX +dX +dX +dX +dX +dX +TK +TK +dX +dX +TK +dX +dX +dX +dX +dX +bO +bO +bO +dX +TK +TK +TK +TK +bO +bO +bO +dX +TK +TK +Aq +TK +dX +bO +bO +TK +TK +LU +LU +LU +LU +LU +LU +"} +(97,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +BH +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +xf +xf +xf +xf +ct +lL +Py +YC +ng +OR +sj +DM +as +iG +uL +vW +Ol +Hd +Vn +di +as +LU +LU +as +Rn +Rn +uX +yO +mM +yO +lV +IM +yW +Ug +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +CO +dX +nx +dX +dX +dX +dX +dX +dX +dX +dX +bO +bO +bO +bO +bO +bO +bO +dX +TK +TK +TK +TK +bO +bO +bO +dX +TK +bO +dX +dX +dX +VD +bO +bO +TK +LU +LU +LU +LU +LU +LU +"} +(98,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +TK +TK +TK +xf +NL +fV +uY +lr +UO +Ol +RM +vy +hi +Rk +aY +vV +as +qX +ff +pB +as +LU +as +as +We +eB +VL +Rn +iQ +as +as +pV +rm +MC +Zr +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +TK +dX +dX +dX +hu +dX +TK +TK +TK +TK +bO +dX +dX +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +bO +bO +bO +dX +bO +bO +sy +dX +kD +Pb +bO +bO +TK +TK +LU +LU +LU +LU +LU +"} +(99,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Xq +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +TK +TK +TK +xf +xf +ci +UL +eQ +PQ +as +vc +vr +as +uL +iG +hS +as +jM +OZ +zY +as +LU +as +lv +aa +JU +nl +bS +Zn +FL +Ol +IL +bQ +DT +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +bO +bO +bO +TK +TK +TK +dX +dX +TK +TK +TK +TK +bO +bO +bO +dX +TK +bO +bO +bO +bO +bO +dX +Aq +TK +TK +TK +bO +bO +bO +dX +bO +bO +bO +Kp +kD +TK +TK +bO +bO +TK +LU +LU +LU +LU +LU +"} +(100,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Xq +dX +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +BH +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +TK +aV +TK +cz +xf +Vx +Vx +Vx +xf +as +Ol +ot +as +as +as +as +as +Ol +Ys +as +as +as +as +as +hk +ef +Wb +vL +Nh +as +as +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +dX +TK +bO +bO +bO +bO +bO +dX +dX +dX +TK +TK +bO +bO +bO +dX +bO +bO +bO +bO +dX +TK +TK +bO +bO +TK +TK +LU +LU +LU +LU +"} +(101,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Xq +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +nx +aV +Kp +NY +NY +aV +vx +JN +qI +Bq +lo +Hi +Tp +pi +uu +Tp +Hn +hb +Bc +hb +lD +wy +as +as +Ol +lq +as +as +as +xC +bw +cD +wO +kc +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +dX +bO +bO +bO +bO +TK +bO +bO +bO +TK +TK +TK +TK +bO +bO +bO +dX +dX +TK +bO +TK +TK +bO +bO +dX +dX +dX +dX +bO +bO +bO +dX +dX +bO +bO +dX +aV +va +mc +TK +TK +bO +TK +TK +LU +LU +LU +LU +"} +(102,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Xq +Aq +dX +Xq +dX +vI +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +Ez +NY +NY +aV +vZ +vx +BH +JN +eA +tQ +aH +wy +FA +bh +bh +bG +Ln +hb +lD +hb +hb +oA +eZ +AQ +Ty +hI +oU +nZ +bo +jQ +bi +OM +ZP +Zm +RK +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +dX +bO +bO +TK +TK +TK +TK +TK +bO +bO +TK +TK +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +bO +dX +dX +bO +bO +dX +dX +dX +dX +mc +TK +TK +bO +TK +TK +LU +LU +LU +LU +"} +(103,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +vI +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +mz +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +dX +TK +TK +TK +TK +TK +TK +dU +VK +aV +dU +Ez +BH +BH +xf +jy +lD +tQ +HA +as +as +jy +as +as +jy +lD +jy +SS +du +eZ +un +FE +ls +UJ +iZ +aw +eK +gN +bh +zc +nN +Qc +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +nx +CO +bO +bO +TK +TK +TK +TK +dX +dX +bO +bO +bO +TK +bO +bO +bO +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +bO +dX +bO +bO +bO +va +kD +dX +Pb +TK +TK +TK +bO +bO +TK +LU +LU +LU +LU +"} +(104,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +xd +wu +xd +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +Aq +dX +dX +dX +TK +TK +TK +TK +TK +TK +dU +mR +Ge +cc +BH +BH +dX +xf +lD +ZG +ZG +as +tQ +lD +lD +lD +lD +lD +lD +lD +hE +an +as +as +Ol +SH +as +as +as +Pd +wN +Pd +ZF +pc +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +bO +bO +TK +TK +TK +TK +TK +EI +dX +bO +bO +bO +bO +bO +bO +bO +nx +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +bO +bO +bO +Du +ij +WR +TK +TK +TK +TK +TK +bO +TK +TK +LU +LU +LU +"} +(105,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +mz +mz +mz +BH +mz +mz +dX +BH +BH +BH +BH +xd +xd +GF +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mL +mL +mL +xd +wu +cY +xd +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +nx +VK +vb +Kp +vx +dU +BH +dX +VB +lD +lD +hE +jy +tQ +tQ +lD +lD +lD +lD +lD +lD +BM +as +as +gu +oR +lW +Eq +KO +as +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +TK +WR +NY +BK +nx +bO +bO +bO +bO +bO +bO +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +CO +bO +bO +bO +kD +pJ +TK +TK +TK +TK +TK +bO +bO +TK +TK +LU +LU +LU +"} +(106,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +OK +OK +OK +xd +xd +wu +mz +BH +fD +Xq +BH +BH +Aq +BH +fi +xd +tD +tD +mz +BH +BH +BH +BH +BH +BH +BH +BH +mz +xd +wu +Tm +tD +tD +tD +GF +xd +wu +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +dX +ZC +ZC +rg +aV +BH +BH +BH +xf +lD +lD +jN +as +aH +Ik +as +lD +lD +lD +lD +lD +lD +as +rM +sU +mi +HU +Gg +OS +JO +as +UE +kp +PO +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +TK +TK +WR +Kp +dX +bO +bO +bO +bO +bO +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +dX +dX +dX +dX +WR +WR +WR +kD +Za +EI +TK +TK +TK +TK +TK +bO +bO +TK +LU +LU +LU +"} +(107,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +mz +mz +OK +GF +GF +GF +GF +GF +xd +OK +BH +BH +BH +BH +IX +vI +Dt +sP +GF +wu +tD +mz +BH +BH +BH +BH +BH +BH +BH +BH +mz +wu +wu +GF +tD +tD +tD +GF +wu +wu +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +dX +nx +EV +Ez +gf +ZC +dU +BH +BH +xf +lD +FO +aH +TQ +Ik +Ik +bU +Ik +CE +lD +lD +aH +AX +as +as +Wd +lW +KB +Pn +Rn +Ol +as +Rk +RR +Zn +fW +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +TK +TK +WR +wD +dX +nx +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +dX +zJ +wi +dp +Pp +kD +kD +WR +TK +TK +TK +TK +TK +bO +bO +TK +LU +LU +LU +"} +(108,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +OK +mz +mz +xd +Bk +xd +GF +GF +xd +wu +GF +xd +xd +mL +dX +ET +vI +ET +Pl +dX +BH +vI +xd +tD +tD +dX +BH +BH +BH +BH +BH +BH +BH +BH +mz +PE +GF +GF +VC +tD +tD +tD +GF +TU +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +Aq +dX +dX +dX +dX +BH +rQ +TZ +XF +dU +BH +BH +xf +FO +Ik +tQ +Xa +hE +HJ +kg +Tv +tQ +aH +lD +lD +Ik +UB +as +bU +TQ +nl +PB +Rk +yD +fk +Rk +Md +YI +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +dX +bO +TK +TK +TK +TK +TK +TK +TK +fo +dX +nx +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +WR +Ii +kD +kD +kD +kD +zJ +dX +DQ +dX +dX +TK +TK +bO +bO +bO +TK +LU +LU +LU +"} +(109,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +xd +Bk +GF +GF +GF +wu +wu +xd +GF +US +GF +GF +xd +mL +nx +BH +BH +BH +ET +ET +vI +RU +BH +tD +tD +vI +dX +BH +BH +BH +BH +BH +BH +BH +mL +SC +GF +wu +wu +VV +GF +xd +GF +wu +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +TK +nx +Aq +BH +uR +Un +NR +dU +BH +BH +xf +ZG +hE +aH +TQ +yW +tQ +Yf +tQ +lD +lD +lD +lD +tQ +as +as +ER +lW +Wb +Rn +Rn +as +as +Zn +Rk +GH +gj +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +dX +hu +bO +TK +TK +TK +TK +TK +TK +TK +Kp +EI +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +bO +bO +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +qj +kD +gc +dQ +kD +kD +bT +aV +WR +dX +bO +TK +TK +bO +bO +bO +TK +LU +LU +LU +"} +(110,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +mz +dX +wu +xd +GF +FF +VV +xd +mz +mz +mz +mz +mz +OK +mz +mz +BH +BH +OK +mz +mz +BH +BH +BH +BH +xd +GF +vI +dX +nx +BH +BH +BH +BH +dX +ET +ET +mL +mz +mz +mz +xH +Bk +xd +VV +GF +mz +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +dX +dX +TK +TK +TK +Aq +dX +BH +BH +uR +Om +XB +BH +BH +xf +yW +Ix +hE +as +yW +lD +as +lD +lD +lD +lD +lD +tQ +as +QO +so +JU +nl +Gg +Ke +rM +as +kU +aD +SY +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +dX +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +bO +bO +bO +bO +EI +ua +wo +BE +BL +Qu +dG +aV +WR +bO +bO +bO +bO +bO +bO +TK +TK +LU +LU +LU +"} +(111,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +OK +nx +dX +GF +GF +Sl +dz +mz +mz +mz +BH +BH +BH +nx +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +ET +dX +mz +BH +BH +dX +ET +vI +ET +fi +mz +mz +BH +mz +mz +mz +xd +xd +OK +OK +vI +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +BH +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +dX +BH +BH +BH +hM +BH +BH +BH +BH +xf +as +as +as +as +lD +lD +as +lD +lD +lD +jy +jy +lD +as +as +Jt +ef +oc +ZE +nm +as +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +dX +dX +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +dX +TK +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +va +dX +TK +TK +TK +bO +bO +bO +bO +bO +dX +WR +WR +WR +gf +EI +nQ +EI +bO +TK +TK +bO +bO +bO +TK +LU +LU +LU +LU +"} +(112,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +dX +Xq +GF +xd +xd +mz +mz +mz +BH +BH +BH +BH +BH +BH +dX +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +ET +fi +vI +BH +Ks +Xq +vI +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +vI +OK +dX +BH +vI +BH +BH +Aq +dX +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +TK +BH +BH +TK +TK +dX +dX +TK +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +lD +lD +lD +as +aH +lD +lD +lD +lD +lD +lD +lD +lD +lD +jN +as +as +Ol +KF +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +dX +CO +bO +dX +dX +dX +bO +bO +bO +bO +TK +TK +TK +TK +TK +bO +dX +dX +dX +dX +bO +bO +dX +TK +TK +TK +dX +dX +dX +TK +TK +bO +bO +bO +dX +va +dX +dX +dX +dX +nQ +ux +dX +bO +bO +bO +bO +bO +TK +TK +LU +LU +LU +LU +"} +(113,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +mL +dX +xd +wu +wu +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +vI +ET +dX +ZH +dX +nx +dX +BH +BH +BH +Aq +BH +BH +BH +BH +BH +BH +mz +mz +OK +vI +vI +dX +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +BH +BH +TK +TK +TK +dX +TK +TK +dX +TK +TK +TK +TK +BH +dX +Aq +BH +BH +BH +BH +LU +lD +lD +Rg +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +Ik +pQ +HA +Ww +oG +as +Wz +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +nx +dX +dX +dX +dX +dX +dX +dX +bO +bO +TK +TK +TK +TK +TK +dX +bO +bO +dX +dX +dX +dX +TK +TK +TK +TK +dX +dX +dX +TK +bO +bO +dX +dX +dX +dX +dX +dX +VD +bO +bO +bO +bO +bO +bO +TK +TK +TK +LU +LU +LU +LU +LU +"} +(114,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Aq +Xq +mz +mz +Se +mz +mz +xd +xd +mz +BH +BH +BH +BH +BH +BH +BH +BH +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +fi +nx +dX +ET +ET +ET +dX +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Xq +In +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +BH +dX +BH +TK +TK +dX +dX +TK +TK +dX +dX +dX +TK +TK +BH +dX +BH +BH +BH +BH +LU +LU +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +lD +tQ +tQ +lj +iD +nl +Ce +PY +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +dX +Aq +dX +bO +bO +TK +TK +TK +TK +TK +dX +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +dX +dX +TK +TK +TK +dX +dX +TK +TK +TK +Aq +dX +kD +dX +dX +aV +vb +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +"} +(115,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Xq +mz +OK +OK +OK +mz +Ks +Xq +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Xq +ET +Xq +vI +dX +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +vI +Lm +vI +BH +BH +Aq +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +BH +BH +BH +TK +TK +dX +dX +dX +TK +TK +dX +TK +TK +TK +TK +BH +BH +BH +BH +BH +LU +LU +lD +lD +lD +lD +lD +lD +lD +lD +Ol +lD +XO +tQ +lD +FG +tQ +jF +as +xq +vr +as +SR +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +Aq +dX +dX +dX +dX +dX +dX +bO +TK +TK +TK +TK +TK +va +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +dX +TK +TK +TK +dX +TK +TK +TK +TK +dX +dX +dX +dX +aV +nx +nx +vb +TK +TK +TK +LU +LU +LU +LU +LU +LU +"} +(116,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +Xq +Xq +mz +GF +mz +GF +mz +Xq +dX +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Xq +dX +dX +dX +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +Ks +Xq +dX +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +dX +TK +TK +TK +TK +BH +BH +BH +BH +LU +LU +LU +lD +lD +aH +aH +tQ +lD +lD +lD +as +Ol +CB +HA +as +as +as +as +as +as +zF +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +dX +dX +dX +bO +TK +TK +TK +TK +TK +dX +dX +dX +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +TK +TK +dX +dX +dX +dX +bO +bO +bO +bO +bO +nx +TK +TK +LU +LU +LU +LU +LU +"} +(117,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +OK +mz +GF +GF +FF +mz +mz +dX +nx +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Aq +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +Xq +dX +dX +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +dX +TK +TK +BH +dX +TK +TK +TK +TK +TK +BH +BH +BH +BH +LU +LU +lD +lD +Ol +Ol +lD +hE +lD +tQ +as +SI +VR +AO +as +uS +aK +Qp +as +lE +Rg +lD +lD +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +nx +CO +dX +dX +bO +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +bO +TK +bO +bO +bO +TK +TK +dX +Aq +dX +dX +dX +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +CO +nx +TK +TK +LU +LU +LU +LU +"} +(118,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +dX +nx +OK +OK +GF +FF +AE +GF +GF +mz +mz +In +OK +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +dX +Hw +ET +vI +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +lD +ZG +lD +Yf +ug +ek +tQ +eo +as +je +Hk +iW +as +as +Cd +as +as +HZ +gs +jy +lD +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +bO +bO +bO +dX +dX +bO +bO +bO +dX +dX +dX +dX +dX +dX +dX +bO +bO +TK +TK +TK +TK +TK +TK +dX +dX +va +dX +TK +TK +TK +bO +bO +bO +bO +hu +dX +dX +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +LU +LU +"} +(119,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +GF +nt +GF +GF +GF +Tz +GF +mz +mz +OK +BH +BH +BH +BH +BH +BH +BH +dX +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +vI +ET +vI +BH +BH +BH +BH +BH +BH +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +Aq +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +lD +Eu +tQ +ra +lD +Ik +eo +lD +as +Jv +xg +vy +AG +Yq +Vn +rZ +ot +dP +lD +lD +lD +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +bO +bO +TK +TK +dX +dX +dX +dX +bO +bO +bO +dX +dX +dX +dX +dX +Aq +bO +bO +bO +TK +TK +TK +TK +TK +dX +dX +nx +dX +TK +TK +bO +bO +bO +bO +bO +dX +bO +bO +bO +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +vi +TK +LU +LU +"} +(120,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +mz +mz +GF +GF +GF +GF +GF +GF +GF +wu +GF +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +ET +vI +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +dX +dX +Aq +dX +TK +TK +TK +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +as +jy +as +jy +ot +as +as +as +Jj +Fe +Gk +Ol +ik +cA +gs +jy +lD +lD +lD +lD +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +bO +bO +bO +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +bO +bO +aV +dX +nx +dX +dX +sy +TK +LU +LU +LU +"} +(121,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +mz +oV +FF +GF +GF +GF +GF +GF +Vt +GF +wu +GF +mz +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +mz +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +vI +In +ET +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +dX +dX +dX +BH +TK +BH +BH +BH +BH +BH +BH +BH +xf +tL +yR +Rn +HW +jP +gP +YS +as +Nn +dP +VL +as +as +as +as +as +lD +lD +lD +lD +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +dX +dX +TK +TK +TK +bO +bO +bO +dX +dX +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +aV +kD +dX +TK +TK +TK +TK +LU +LU +LU +LU +"} +(122,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +mz +AD +GF +GF +bg +Cv +MU +GF +bg +xd +GF +Vq +mz +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +dX +dX +Xq +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +Xl +ET +ET +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +TK +BH +dX +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +xf +rs +yR +Pf +bf +xS +Vv +ur +Ol +yJ +Rk +Yb +as +Ph +we +xf +xf +xf +xf +oY +xi +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +nx +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +bO +bO +bO +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +Aq +Ge +TK +TK +LU +LU +TK +LU +LU +LU +LU +"} +(123,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +mz +cj +GF +GF +Vt +aX +Gh +aX +GF +GF +FF +GF +mz +BH +BH +BH +BH +BH +dX +mz +mz +OK +BH +dX +mz +BH +BH +BH +mz +Xq +Xq +BH +mz +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +NE +ET +KJ +ET +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +Aq +dX +dX +dX +TK +TK +BH +BH +BH +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +xf +as +as +as +oz +Rk +ih +BF +Ol +IF +dP +Pv +if +Jf +VL +bq +BH +BH +BH +BH +BH +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +dX +dX +TK +bO +bO +dX +CO +dX +dX +bO +bO +bO +bO +dX +va +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +dX +dX +dX +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(124,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +dX +BH +mz +ID +jn +GF +MU +Jh +XU +Qr +MU +GF +GF +FF +mz +BH +BH +BH +BH +BH +dX +OK +dX +dX +OK +mf +mz +BH +BH +BH +mz +BH +Xq +BH +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +NE +ET +nz +yz +DH +mz +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +TK +dX +dX +dX +TK +TK +BH +dX +BH +TK +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +xf +AL +tw +Rn +oz +Rk +xS +vy +AG +RH +Rk +Kd +Rk +dk +VL +bq +BH +BH +BH +BH +BH +BH +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +TK +TK +dX +dX +dX +dX +dX +dX +TK +TK +TK +dX +dX +TK +TK +bO +bO +bO +bO +bO +dX +dX +dX +bO +dX +dX +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +dX +dX +fo +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(125,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +dX +BH +mz +iw +GF +GF +GF +aX +Fl +aX +GF +GF +GF +GF +mz +BH +BH +BH +BH +dX +dX +OK +dX +dX +mz +mf +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +DH +UI +ET +ET +Gw +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +dX +TK +BH +BH +Aq +TK +TK +dX +dX +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +Cg +yR +Pf +TB +pw +cv +fX +Cn +JW +cv +cv +Jn +xg +JD +bq +BH +BH +BH +BH +BH +BH +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +hu +dX +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +dX +TK +TK +TK +TK +dX +bO +bO +bO +dX +dX +dX +Aq +dX +dX +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +nx +dX +nx +dX +Pb +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(126,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +dX +mz +mz +Bk +GF +bg +US +MU +GF +bg +GF +GF +mz +mz +BH +BH +BH +dX +dX +OK +mz +nx +dX +OK +ET +mz +mz +BH +BH +BH +BH +BH +yz +mz +dX +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +DH +ET +ET +ET +sY +mz +mz +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +dX +Aq +BH +BH +dX +BH +dX +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +xf +as +as +as +KR +WX +as +as +as +as +as +as +as +sK +as +xf +BH +BH +BH +BH +BH +BH +BH +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +TK +TK +TK +TK +TK +dX +Aq +dX +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +bO +bO +dX +dX +dX +dX +dX +dX +dX +dX +dX +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +Aq +dX +dX +dX +dX +TK +TK +dX +mc +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(127,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +mz +mz +GF +GF +FF +GF +GF +Vt +FF +mz +mz +BH +BH +BH +Aq +dX +mz +mz +dX +dX +dX +OK +ET +dX +mz +mz +mz +OK +dX +ET +mf +mz +dX +dX +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +ET +ET +ET +YM +mz +mz +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +dX +dX +TK +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +xf +AL +yR +JY +GG +sF +as +Hg +Kz +Tc +xk +as +LM +WV +fm +xf +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +TK +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +bO +bO +dX +TK +TK +dX +dX +bO +dX +dX +dX +dX +dX +dX +ea +dX +dX +dX +dX +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +TK +aV +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(128,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +mz +GF +Vt +GF +Tz +Nt +GF +GF +mz +BH +BH +BH +BH +BH +dX +mz +dX +dX +dd +dX +mz +dX +ET +dX +dX +dX +nx +dX +dX +dX +mz +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +dX +ET +vI +DH +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +dX +dX +Aq +dX +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +xf +yG +qP +Gq +uk +GA +Ce +dP +dP +Rg +dP +as +sn +Rk +iM +xf +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +TK +TK +TK +dX +dX +va +TK +dX +dX +TK +TK +bO +bO +bO +dX +TK +dX +bO +bO +dX +dX +dX +va +dX +TK +TK +TK +dX +dX +dX +TK +dX +dX +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +TK +km +ed +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(129,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +OK +GF +GF +GF +GF +GF +GF +GF +mz +BH +BH +BH +BH +BH +BH +mz +dX +dX +dX +dX +OK +dX +dX +Xq +dX +mz +mz +mz +mz +ET +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +VX +In +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +xf +xf +xf +xf +bq +hD +xf +xf +xf +xf +xf +xf +xf +Oo +xf +xf +BH +BH +BH +BH +BH +BH +dX +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +TK +TK +dX +dX +dX +dX +TK +dX +TK +TK +bO +bO +bO +bO +bO +dX +bO +bO +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +nx +TK +TK +TK +TK +dX +dX +bO +bO +bO +bO +dX +TK +TK +TK +TK +TK +TK +TK +gv +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(130,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +OK +VV +GF +GF +GF +xd +GF +QN +mz +BH +BH +BH +BH +BH +BH +mz +dX +dX +nx +mz +mz +mz +mz +mz +dX +dX +mf +mf +mz +BH +mz +dX +dX +nx +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +BH +ET +dX +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +BH +BH +nu +NU +Ge +tx +nu +BH +BH +BH +BH +BH +dX +dX +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +TK +TK +dX +dX +dX +dX +TK +TK +TK +bO +bO +bO +TK +TK +bO +bO +bO +bO +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +va +dX +dX +dX +bO +bO +TK +TK +TK +TK +TK +TK +TK +mc +Ew +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(131,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +mz +mz +xd +FF +hO +wu +xd +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +mz +HG +HG +HG +mz +mz +mz +mz +ET +mz +BH +OK +dX +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +BH +ET +BH +BH +BH +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +BH +BH +nu +nu +vZ +aV +NY +nu +nu +BH +BH +BH +dX +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +bO +bO +TK +TK +TK +TK +TK +bO +bO +CO +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +TK +TK +TK +TK +TK +TK +mc +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(132,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +GF +xd +Ks +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +HG +HG +HG +Yd +HG +HG +HG +HG +mz +dX +mz +dX +mz +mz +mz +mz +mz +mz +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +qM +ET +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +mz +dX +dX +Xq +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nu +Fr +pE +uv +ds +Gj +nu +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +dX +TK +dX +TK +TK +TK +TK +TK +bO +bO +bO +TK +TK +TK +TK +TK +bO +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +TK +TK +bO +bO +TK +TK +mc +Hm +Ca +aV +fo +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(133,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +Ba +mz +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +mz +HG +yS +HG +kf +Wj +HG +Wj +HG +Ks +GF +mz +dX +dX +dX +Xq +Xq +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +nx +ET +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +mz +Xq +dX +dX +mz +TK +TK +dX +dX +dX +dX +dX +dX +dX +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +NN +Do +BH +bt +dU +zm +pZ +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +Aq +dX +dX +dX +dX +dX +dX +TK +TK +TK +bO +TK +TK +TK +TK +TK +TK +TK +bO +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +aV +dX +Hm +ix +TK +TK +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(134,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +Sl +mL +mL +mL +dX +OK +BH +BH +BH +BH +BH +BH +BH +mz +dX +mz +HG +yS +XK +kf +kf +UP +Df +Bg +GF +GF +mz +yz +ET +ET +dX +Xq +Xq +Xq +mf +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +vI +ET +dX +mz +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +pd +sz +dX +dX +dX +mz +TK +TK +TK +TK +TK +TK +dX +dX +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Yx +XL +BH +BH +NN +vZ +NN +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +dX +dX +hu +dX +dX +TK +TK +bO +bO +bO +bO +bO +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +dX +Pw +dX +bO +aV +dX +dX +Sk +TK +TK +TK +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(135,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +dX +vI +Xq +nx +ET +dX +mz +BH +BH +BH +BH +BH +BH +mz +ET +mz +HG +yS +HG +kf +Wj +HG +Yd +HG +GF +mf +mz +dX +dX +BH +BH +mf +mf +Xq +Xq +Xq +Xq +mf +BH +BH +BH +BH +BH +BH +BH +BH +dX +ET +dX +qM +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +pd +sz +dX +Aq +dX +dX +TK +TK +TK +TK +TK +dX +dX +TK +dX +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +pZ +aV +NN +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +Aq +dX +dX +dX +dX +dX +dX +TK +TK +TK +bO +bO +bO +bO +TK +TK +TK +dX +dX +dX +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +EI +EI +no +WR +WR +Kp +nx +dX +Pw +Zq +dX +TK +dX +nx +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(136,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +dX +dz +rx +ET +vI +vI +mz +BH +BH +BH +BH +BH +BH +mz +ET +mz +HG +HG +HG +Wj +HG +HG +HG +HG +mz +GF +mz +dX +mz +mz +OK +mz +mz +BH +dX +Xq +BH +BH +BH +BH +BH +BH +BH +BH +nx +Xq +mz +dX +Xq +vI +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +mz +dX +dX +TK +dX +dX +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Th +BH +pZ +vZ +NN +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +uW +dX +dX +BU +TK +TK +TK +bO +bO +bO +bO +TK +TK +TK +dX +bO +dX +dX +bO +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +bO +bO +bO +bO +bO +gc +Jg +hp +Hf +EI +Uy +dX +WA +gc +dX +dX +dX +CL +dX +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(137,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +Sl +dX +ET +ET +dX +vI +mz +BH +BH +BH +BH +BH +dX +mz +ET +mz +mz +mz +HG +HG +HG +mz +mz +mz +mz +GF +mz +dX +mz +nD +ja +nD +mz +BH +Xq +BH +BH +vI +BH +BH +BH +BH +BH +BH +BH +Xq +mz +DR +ET +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +mz +dX +Xq +mz +dX +dX +dX +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +bt +au +oB +pZ +nu +aV +pZ +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +TK +bO +bO +bO +bO +bO +bO +TK +dX +dX +bO +bO +dX +bO +bO +TK +TK +TK +TK +TK +TK +TK +WR +WR +Xi +bO +bO +dX +bO +wi +So +nO +zp +SO +dX +dX +dX +dX +CL +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(138,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +OK +dX +dX +ET +dX +dX +nx +mz +mz +BH +BH +BH +BH +dX +ET +ET +ET +ET +mz +mz +mz +mz +mz +dX +GF +GF +GF +dX +nx +mz +Hx +be +Hx +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Xq +BH +Ks +ET +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +pd +sz +dX +dX +TK +TK +mz +dX +TK +TK +TK +TK +TK +dX +dX +dX +BH +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nu +Zu +Qg +vZ +vZ +nJ +nu +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +bO +bO +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +dX +bO +bO +bO +TK +TK +TK +TK +TK +TK +WR +Sp +Mh +bO +bO +EI +bO +bO +aV +VD +mD +WR +Aq +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(139,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +OK +nx +dX +dX +vI +ET +dX +dX +dX +mz +BH +BH +BH +BH +dX +mz +ET +mz +Xq +dX +Xq +mf +dX +ET +ET +mz +mz +ET +dX +mz +mz +nD +GF +nD +OK +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +vI +ET +In +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +pd +sz +dX +dX +mz +TK +mz +sz +pd +TK +TK +TK +TK +TK +TK +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nu +nu +aV +vZ +NY +nu +nu +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +dX +Aq +TK +bO +bO +bO +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +dX +bO +bO +bO +bO +TK +TK +TK +TK +nx +WO +fQ +MV +bO +bO +aV +na +nx +Kp +Kp +eF +WR +dX +bO +dX +dX +bO +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(140,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +mz +mz +mz +Kc +mz +Xq +Xq +OK +BH +BH +BH +BH +dX +mz +ET +mz +mz +mz +mz +mz +mz +mz +mz +mz +ET +ET +mz +mz +ja +ja +tB +ja +OK +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +ET +dX +ET +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +mz +dX +Xq +dX +dX +dX +dX +sz +pd +TK +TK +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nu +Hl +aV +dC +nu +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +bO +bO +TK +TK +dX +dX +dX +dX +dX +bO +bO +bO +dX +bO +bO +bO +bO +bO +TK +TK +nx +dX +cq +Kp +aV +dX +bO +bO +aV +aV +nO +dX +VT +WR +dX +bO +dX +bO +bO +bO +bO +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(141,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +mz +bd +tD +tD +mz +mz +dX +mz +BH +BH +BH +BH +BH +mz +dX +nx +dX +mz +BH +BH +ET +dX +BH +BH +vI +nx +OK +ja +ja +up +ja +ja +mz +dX +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +ET +vI +ET +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +mz +dX +dX +Xq +Aq +dX +TK +dX +mz +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +BH +BH +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +xf +Oo +xf +xf +as +as +as +as +as +as +BH +BH +BH +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +bO +bO +bO +bO +dX +TK +TK +TK +CO +bO +bO +bO +CO +dX +bO +bO +bO +bO +bO +TK +TK +TK +WR +gg +UM +SO +bO +BK +DZ +qo +aJ +aJ +UM +qj +dX +bO +bO +bO +bO +bO +bO +bO +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(142,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +dX +mz +bd +rf +tD +eq +mz +Ks +OK +BH +BH +BH +BH +BH +mz +mz +dX +ET +dX +dX +Xq +mf +Xq +BH +mz +OK +dX +OK +ja +ja +EG +EG +EG +mz +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +ET +ET +ET +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +dX +dX +Xq +TK +TK +TK +dX +mz +TK +TK +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +rX +bM +WD +xf +Yf +TQ +as +lD +lD +as +LU +BH +BH +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +dX +oq +TK +TK +TK +TK +bO +bO +bO +dX +dX +TK +TK +TK +dX +dX +bO +bO +bO +dX +Aq +bO +bO +TK +TK +TK +TK +TK +WR +dw +aV +bO +bO +EI +WR +WR +EI +qj +Aq +dX +dX +bO +dX +bO +bO +bO +bO +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(143,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +mz +mz +mz +VS +mz +mz +mz +OK +BH +BH +BH +BH +BH +dX +mz +mz +mz +mz +mz +dX +dX +dX +mz +mz +vI +vI +mz +mz +mz +OK +mz +mz +mz +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +In +ET +ET +ET +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +dX +dX +dX +dX +dX +Xq +Xq +TK +TK +mz +sz +pd +TK +TK +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +dX +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +hD +pq +fs +yF +zZ +lD +fS +tQ +lD +lD +lD +LU +LU +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +va +dX +dX +TK +TK +TK +bO +bO +bO +nx +dX +TK +TK +TK +TK +dX +dX +bO +bO +dX +dX +bO +bO +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +TK +TK +TK +TK +TK +bO +dX +bO +bO +dX +bO +bO +bO +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(144,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +aW +mz +yf +Qy +Xe +tD +Lj +mz +Xq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nx +Ks +dX +dX +BH +dX +Xq +dX +BH +BH +dX +dX +dX +dX +dX +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +nx +BH +ET +dX +dX +nx +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +yS +LU +dX +LU +dX +dX +LU +TK +dX +dX +dX +dX +TK +TK +dX +sz +pd +TK +TK +TK +TK +TK +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +hD +xg +Rk +Rk +zZ +wV +AO +lD +lD +lD +lD +LU +LU +LU +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +oi +dX +Aq +bO +TK +bO +bO +bO +bO +dX +dX +dX +TK +bO +bO +dX +dX +dX +dX +bO +bO +bO +bO +TK +bO +bO +TK +TK +TK +TK +TK +bO +TK +TK +TK +bO +bO +bO +bO +bO +bO +dX +bO +bO +bO +bO +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(145,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +tj +Cs +tD +tD +tD +fe +tD +mz +nx +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +vI +ET +BH +BH +BH +Xq +mf +BH +BH +BH +BH +nx +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +Aq +ET +Xq +vI +dX +OK +dX +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +yS +UY +dX +dX +dX +LU +TK +TK +dX +dX +dX +dX +dX +Xq +dX +dX +TK +TK +TK +TK +TK +dX +dX +BH +dX +BH +BH +BH +BH +BH +BH +BH +dX +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +bq +IS +cs +dP +zZ +wV +th +AO +wy +wy +lD +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +nx +Aq +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +bO +TK +TK +bO +TK +TK +bO +bO +bO +bO +bO +bO +bO +dX +dX +bO +bO +bO +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(146,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +mz +VZ +VZ +VZ +tD +tD +mz +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +ET +vI +BH +BH +BH +BH +nx +mf +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +dX +PT +rv +Ks +PT +dX +OK +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +yS +UY +dX +LU +LU +LU +TK +mz +dX +mz +Xq +dX +mz +dX +mz +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +nG +yO +Rk +as +Yf +Yf +dP +TQ +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +bO +bO +TK +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +dX +dX +CO +dX +dX +bO +bO +bO +bO +bO +TK +bO +bO +bO +bO +TK +bO +bO +bO +bO +bO +bO +TK +TK +bO +bO +dX +dX +bO +bO +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(147,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +mz +mz +mz +VS +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nx +mf +ET +vI +BH +BH +BH +BH +BH +mf +Xq +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +vI +dX +fu +jZ +TD +Xq +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +yS +LU +LU +LU +LU +LU +TK +mz +mz +mz +dX +dX +mz +mz +mz +TK +TK +TK +TK +TK +TK +dX +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +xf +xf +xf +xf +Tg +as +as +as +as +as +as +qe +ga +as +as +as +as +as +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +uB +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +TK +TK +TK +dX +dX +dX +dX +dX +dX +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(148,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +mz +Uk +tD +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xd +GF +xd +dX +BH +BH +BH +BH +BH +BH +BH +dX +Xq +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +vI +tV +LO +HR +vI +vI +mz +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +pY +mz +dX +ET +mz +ET +mz +mz +TK +TK +TK +TK +TK +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +dI +XP +qQ +xf +TF +HC +as +wH +FK +Bd +as +dP +dR +Ol +NK +Uq +as +Ol +rh +wL +vK +Ol +as +yS +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +bO +bO +bO +bO +bO +dX +dX +dX +dX +dX +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +dX +CL +dX +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(149,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nx +dX +Kc +WS +tD +Kc +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +GF +ty +GF +BH +BH +BH +BH +BH +BH +BH +Aq +BH +dX +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +dX +Xo +QS +fl +ET +vI +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +UN +ET +ET +ET +EZ +ET +wC +rA +mz +TK +TK +TK +TK +BH +BH +BH +BH +TK +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +OA +Rv +mj +xf +Rk +Rk +ot +Rk +MX +Rk +CA +yF +xg +OV +Rk +Rk +AG +Ls +dP +kH +Rk +kl +oQ +yS +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +LU +TK +LU +TK +TK +bO +bO +bO +bO +bO +bO +dX +dX +dX +bO +bO +bO +bO +TK +TK +TK +TK +TK +dX +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +TK +dX +dX +TK +nx +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(150,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Kc +Kc +tD +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +vI +GF +ty +xd +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +mf +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Aq +cm +ET +ET +Xq +dX +Aq +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +dh +ET +EZ +ET +sL +ht +ET +UN +mz +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +Ku +JJ +SM +LR +Rk +xg +Ys +lk +xg +dP +Jl +Rk +ph +ka +Rk +yF +AG +RG +ph +Rk +dP +BG +oQ +yS +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +Aq +bO +bO +bO +bO +bO +bO +bO +bO +bO +dX +dX +TK +TK +TK +TK +TK +dX +bO +bO +bO +bO +bO +bO +bO +bO +bO +bO +TK +TK +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(151,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Aq +BH +mz +OK +mz +dX +BH +BH +BH +BH +BH +BH +BH +BH +GF +GF +vI +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Xq +Xq +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +ET +DR +dX +cm +ET +mz +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +ET +nF +mf +IK +fM +ET +Xq +mz +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +xf +Dx +Ha +zk +xf +Rk +cK +as +Qm +zs +gI +as +Rk +Rk +jy +Tf +Vm +as +Ol +az +MF +oX +Ol +as +yS +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +sr +dX +dX +TK +Aq +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +bO +bO +bO +dX +dX +bO +bO +bO +bO +bO +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(152,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +ET +vI +vI +nx +mz +BH +BH +BH +BH +BH +BH +Aq +GF +GF +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Xq +dX +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +ET +dX +nx +dX +Xq +ET +mz +nx +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +kh +wC +IK +wC +HX +gm +mz +mz +TK +TK +TK +TK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +xf +qd +SX +lm +xf +Yo +hZ +xf +xf +xf +xf +xf +HL +ga +xf +xf +xf +xf +as +as +as +as +as +as +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +LU +LU +LU +LU +TK +TK +TK +TK +dX +dX +va +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +CO +dX +dX +bO +bO +bO +bO +bO +bO +dX +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(153,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nx +dX +Xq +mz +BH +BH +BH +BH +BH +BH +ET +GF +Cf +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +nx +Xq +Xq +dX +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +dX +dX +vI +dX +dX +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +wC +ET +Xq +mz +mz +TK +TK +TK +TK +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +xf +xf +xf +xf +xf +xf +xf +xf +dX +dX +dX +xf +xf +xf +xf +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +LU +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +Aq +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(154,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +dX +vI +dX +OK +OK +BH +BH +BH +BH +mz +xd +GF +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +fT +mf +fT +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nx +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mH +Ep +mz +TK +TK +TK +TK +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +GV +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(155,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +dX +dX +Ks +OK +BH +BH +BH +OK +GF +wu +xd +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Xq +oN +Xq +dX +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +mz +BH +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +mz +mz +ye +Fk +mz +mz +TK +TK +TK +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +pT +dX +TK +TK +TK +TK +TK +sr +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +Aq +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(156,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +GF +wu +xd +mz +BH +BH +BH +mz +GF +xd +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Aq +dX +vI +fT +Xq +ZB +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +qT +mH +mz +LU +TK +TK +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +sr +sr +sr +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(157,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +xd +wu +xd +mf +OK +BH +BH +mz +vI +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +Xq +Xq +mf +Aq +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +Gi +KN +Xq +LU +LU +TK +TK +dX +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +dX +dX +BH +BH +BH +BH +BH +dX +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +sm +TK +TK +TK +TK +TK +TK +TK +TK +TK +nx +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +dX +dX +TK +dX +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(158,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +GF +tD +xd +ty +BH +BH +BH +mz +vI +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +nx +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +Je +LU +mH +Xq +LU +LU +TK +TK +dX +dX +dX +BH +BH +BH +BH +BH +dX +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +dX +BH +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +nx +TK +dX +TK +TK +TK +dX +dX +dX +TK +dX +TK +dX +dX +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(159,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +GF +xd +GF +OK +BH +BH +mz +ET +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +UI +LU +LU +LU +TK +TK +TK +TK +dX +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +BH +BH +BH +BH +dX +dX +dX +BH +LU +BH +BH +BH +BH +dX +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +aT +sr +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +TK +TK +dX +va +dX +dX +dX +Aq +dX +dX +TK +dX +dX +CO +dX +dX +TK +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(160,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +OK +GF +wu +xd +OK +BH +BH +mz +xd +GF +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +BH +BH +BH +BH +dX +BH +BH +LU +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +sr +dX +dX +dX +TK +TK +TK +sr +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +sr +TK +TK +TK +TK +TK +ko +dX +TK +TK +dX +TK +TK +GV +dX +dX +dX +dX +dX +dX +dX +dX +TK +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(161,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +mz +xd +xd +vI +mz +BH +BH +mz +wu +xd +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +TK +TK +dX +TK +TK +BH +BH +BH +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +LU +LU +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +aT +dX +iH +sr +TK +TK +sr +TK +TK +TK +TK +TK +TK +sr +sr +dX +dX +dX +dX +TK +TK +TK +TK +pT +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +GV +dX +Aq +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(162,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +ET +dX +BH +BH +mz +xd +xd +nx +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +TK +TK +TK +dX +sr +TK +TK +dX +sr +TK +dX +TK +TK +TK +TK +TK +dX +Aq +dX +dX +dX +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +va +dX +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(163,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +vI +dX +mz +mz +OK +mz +OK +OK +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +dX +Aq +dX +dX +dX +dX +nx +dX +TK +TK +TK +TK +dX +dX +dX +dX +dX +TK +TK +dX +dX +TK +TK +TK +Aq +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +nx +dX +TK +TK +TK +TK +va +dX +Aq +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(164,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +Aq +BH +BH +BH +nx +dX +yz +ty +GF +wu +wu +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +hQ +dX +dX +dX +dX +dX +dX +dX +dX +sr +TK +TK +TK +dX +va +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +dX +dX +TK +TK +TK +TK +dX +va +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(165,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +mz +BH +BH +xd +GF +GF +GF +mz +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +dX +dX +sr +sr +sr +sr +dX +sr +sr +sr +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +dX +dX +nx +dX +va +dX +dX +dX +TK +dX +TK +TK +TK +TK +TK +TK +dX +dX +TK +TK +dX +dX +dX +dX +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(166,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +Aq +BH +BH +mz +BH +mz +mz +OK +mz +OK +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +sr +va +sr +Aq +sr +TK +TK +sr +TK +TK +TK +dX +TK +TK +dX +dX +dX +dX +dX +TK +TK +dX +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +dX +dX +dX +TK +TK +dX +dX +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(167,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +nu +NY +sr +nu +sr +TK +TK +TK +TK +TK +TK +dX +nx +dX +dX +ko +dX +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +TK +GV +dX +dX +nx +dX +TK +TK +TK +TK +dX +TK +TK +TK +TK +TK +dX +ko +dX +dX +hu +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(168,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +dX +BH +dX +dX +BH +dX +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +nu +GC +sr +nu +sr +TK +TK +TK +TK +TK +GV +dX +dX +dX +dX +dX +TK +TK +TK +TK +TK +dX +dX +dX +dX +TK +TK +TK +TK +CO +dX +TK +TK +TK +TK +dX +dX +dX +TK +va +TK +TK +TK +dX +TK +nx +dX +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(169,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +sr +nu +sr +Vs +nu +sr +sr +sr +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +dX +TK +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +dX +nx +hu +dX +dX +TK +TK +dX +nx +va +dX +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(170,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +BH +dX +dX +dX +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +nu +GC +CO +nu +TK +TK +sr +TK +TK +TK +TK +TK +dX +va +TK +TK +TK +TK +TK +dX +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +CO +dX +dX +va +TK +TK +TK +hu +dX +dX +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(171,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +dX +dX +dX +dX +dX +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +TK +LU +LU +nu +Ge +Vs +nu +LU +TK +TK +TK +TK +LU +LU +LU +TK +dX +dX +TK +TK +TK +dX +dX +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(172,1,1) = {" +LU +LU +LU +LU +LU +BH +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +TK +LU +LU +LU +nu +OF +OF +nu +LU +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(173,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +yS +yS +yS +yS +LU +LU +LU +LU +LU +LU +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +TK +LU +LU +LU +LU +LU +LU +LU +"} +(174,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(175,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(176,1,1) = {" +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(177,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(178,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(179,1,1) = {" +LU +LU +LU +LU +BH +BH +BH +LU +BH +BH +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(180,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +Sl +zy +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(181,1,1) = {" +LU +LU +LU +LU +LU +LU +BH +BH +BH +wT +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +dX +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(182,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +BH +BH +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +BH +BH +BH +BH +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(183,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +dX +LU +LU +LU +LU +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +BH +BH +LU +LU +LU +LU +LU +BH +BH +BH +LU +BH +BH +BH +LU +LU +LU +BH +BH +BH +BH +BH +LU +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +BH +BH +BH +BH +BH +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(184,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +BH +BH +LU +LU +LU +LU +LU +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +LU +LU +LU +LU +LU +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +BH +LU +LU +LU +LU +BH +BH +LU +LU +BH +BH +LU +LU +LU +LU +BH +LU +LU +LU +BH +BH +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(185,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +BH +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(186,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(187,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(188,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(189,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} +(190,1,1) = {" +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +LU +"} diff --git a/_maps/map_files220/RandomZLevels/gate_lizard.dmm b/_maps/map_files220/RandomZLevels/gate_lizard.dmm new file mode 100644 index 000000000000..67c68484ec4d --- /dev/null +++ b/_maps/map_files220/RandomZLevels/gate_lizard.dmm @@ -0,0 +1,59258 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aae" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"aaw" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"aaG" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"aaN" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"abm" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"abv" = ( +/obj/structure/flora/ash/stem_shroom, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"abx" = ( +/mob/living/simple_animal/hostile/pirate/ranged{ + loot = null + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"adi" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"adt" = ( +/obj/machinery/light_construct/small/south, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"adP" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"aga" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"agV" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/structure/table_frame, +/obj/item/reagent_containers/syringe{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/clothing/mask/surgical, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"ahk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"ahF" = ( +/obj/structure/chair/office{ + dir = 8; + pixel_x = -12 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"ahG" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"ahX" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "swamp1" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"aix" = ( +/obj/structure/flora/junglebush, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"aiM" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door_control/shutter/north{ + id = "Main in"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ajt" = ( +/obj/item/reagent_containers/drinks/oilcan, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ajx" = ( +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"ajJ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"akj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"aks" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"akZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"alw" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"amv" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"anu" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"anV" = ( +/obj/structure/falsewall/reinforced{ + name = "Suspicious-looking wall" + }, +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"aoh" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"aoG" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"apx" = ( +/obj/item/shard, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/paper{ + pixel_x = 17 + }, +/obj/structure/table_frame, +/obj/item/phone{ + pixel_x = 16; + pixel_y = -9 + }, +/obj/item/clothing/accessory/stethoscope, +/obj/machinery/door_control/shutter/west{ + id = "CMDgate"; + req_access = list(301) + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"apz" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"apC" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"arp" = ( +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"aru" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"arP" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"ast" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"asV" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/waterfall) +"asY" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ati" = ( +/obj/item/reagent_containers/drinks/cans/cola, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"atM" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"atT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box/empty, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_y = 9; + pixel_x = 13 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"aud" = ( +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"aug" = ( +/obj/structure/flora/rock/pile, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"auq" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/closet{ + opened = 1 + }, +/obj/item/clothing/head/soft, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"axq" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway12" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"azA" = ( +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/river) +"azN" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"azY" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"aBV" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/river) +"aDI" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"aEA" = ( +/obj/machinery/firealarm/directional/east, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"aFo" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"aFD" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"aGh" = ( +/obj/item/broken_bottle, +/obj/item/broken_bottle{ + pixel_x = 12; + pixel_y = 9 + }, +/obj/item/broken_bottle{ + pixel_x = 12 + }, +/obj/machinery/light/directional/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"aGN" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway2" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"aGR" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "lake1" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"aHb" = ( +/obj/structure/sign/explosives/alt{ + pixel_x = -32 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"aHl" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"aHq" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"aId" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"aIo" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"aIM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"aIU" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/jungle_planet/outside/abandoned) +"aJg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"aJz" = ( +/obj/effect/turf_decal/caution, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"aKg" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"aLd" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"aLI" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"aLO" = ( +/obj/structure/table_frame, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"aLT" = ( +/obj/item/mod/construction/broken_core, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"aMI" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"aNk" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"aOn" = ( +/obj/item/clothing/accessory/necklace/skullcodpiece, +/obj/item/clothing/accessory/necklace/talisman, +/obj/item/clothing/accessory/necklace/skullcodpiece, +/obj/item/clothing/accessory/necklace/talisman, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"aPj" = ( +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"aPk" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"aPo" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"aPs" = ( +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"aRy" = ( +/obj/machinery/door/airlock/mining{ + locked = 1; + name = "main Hangar"; + req_access = list(301); + id_tag = "commanddoor" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Main in"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"aSb" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"aUn" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"aUt" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"aUD" = ( +/turf/simulated/wall/mineral/wood, +/area/awaymission/jungle_planet/outside/cave) +"aUN" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"aVe" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"aVq" = ( +/obj/structure/door_assembly/door_assembly_hatch{ + anchored = 1 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"aVr" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"aVQ" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = -32 + }, +/obj/item/card/id/away/old/sec{ + name = "MC-16 multicard"; + desc = "A clip on ID Badge, has one of those fancy new magnetic strips built in." + }, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"aWy" = ( +/obj/structure/rack, +/obj/item/shield/riot/buckler, +/obj/item/shield/riot/buckler, +/obj/item/shield/riot/buckler, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"aYE" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/table/wood/fancy/royalblack, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"aZA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"baN" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"bbp" = ( +/obj/item/clothing/head/helmet/skull, +/obj/item/clothing/head/helmet/skull, +/obj/structure/closet/crate/wooden, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"bbq" = ( +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "spiderling"; + name = "dead spider" + }, +/obj/effect/decal/cleanable/blood/writing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"bbN" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "lake2" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"bcc" = ( +/obj/structure/flora/junglebush/large, +/mob/living/simple_animal/hostile/panther/huge_panther{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bcE" = ( +/obj/item/stack/sheet/bone, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee{ + id = "lake5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"bdd" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bdt" = ( +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/suit/browntrenchcoat, +/obj/item/storage/backpack/industrial, +/obj/item/storage/belt/utility, +/obj/item/storage/bag/ore, +/obj/structure/sign/nosmoking_1{ + pixel_y = -30 + }, +/obj/item/flashlight/seclite, +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"bdW" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"bec" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"beC" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/decal/straw, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"beN" = ( +/obj/machinery/door/airlock/engineering{ + name = "engineering"; + req_access = list(271) + }, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/indestructible, +/area/awaymission/jungle_planet/inside/complex) +"bgE" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bhj" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"bhA" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"bil" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"bjz" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"bjA" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"bjW" = ( +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"bka" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"bkg" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"bkL" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"bkN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"bkW" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"blr" = ( +/obj/structure/flora/junglebush, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "pathway11" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"blW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"bmT" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"bon" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_y = 2; + pixel_x = -2 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"bos" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate/engineering, +/obj/item/clothing/gloves/color/fyellow/old, +/obj/item/multitool, +/obj/item/clothing/head/welding, +/obj/random/toolbox, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"boK" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"bpT" = ( +/obj/structure/computerframe, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/jungle_planet/outside/abandoned) +"bql" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "dorm"; + req_access = list(271) + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"bqo" = ( +/obj/item/skeleton/head, +/obj/item/skeleton/l_arm, +/obj/item/skeleton/r_leg{ + pixel_y = 7 + }, +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gibdown1_flesh"; + pixel_x = -9; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bqx" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"bqF" = ( +/obj/item/kitchen/utensil/spoon{ + pixel_x = -3; + pixel_y = 18 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"bqH" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside) +"bqM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/largecrate, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"brp" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"bru" = ( +/obj/structure/closet/crate/wooden/barrel, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"brT" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"bse" = ( +/obj/structure{ + icon = 'icons/obj/pipes/disposal.dmi'; + icon_state = "pipe-s"; + name = "pipe" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"bsm" = ( +/obj/item/stack/sheet/mineral/plasma{ + amount = 20 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"bsO" = ( +/obj/item/paper/researchnotes, +/obj/item/stack/telecrystal, +/obj/item/stack/sheet/leather, +/obj/item/stack/sheet/leather, +/obj/item/stack/sheet/leather, +/obj/item/stack/sheet/leather, +/obj/item/clothing/accessory/necklace/dope, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"bti" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"bty" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave/small) +"btH" = ( +/obj/structure/sign/directions/security{ + pixel_y = -3; + pixel_x = 31 + }, +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_x = 31; + pixel_y = 4 + }, +/obj/structure/sign/directions/cargo{ + pixel_y = -10; + pixel_x = 31 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"btI" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"btQ" = ( +/obj/item/skeleton/l_hand, +/obj/item/skeleton/r_arm, +/obj/item/skeleton/head{ + pixel_y = -11; + pixel_x = -23 + }, +/obj/item/skeleton/head{ + pixel_y = -11 + }, +/obj/item/skeleton/head{ + pixel_x = -21 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"btX" = ( +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"bus" = ( +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"bvC" = ( +/obj/structure/flora/junglebush/large, +/obj/effect/firefly/green{ + layer = 10 + }, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"bvE" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 7 + }, +/obj/machinery/recharger{ + pixel_x = -7 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 11 + }, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"bwB" = ( +/obj/structure/bonfire/lit, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"bxc" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"byp" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush4" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"byv" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"byV" = ( +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"bzG" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"bzW" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"bAQ" = ( +/obj/structure/fence/end{ + dir = 1 + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"bBj" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/item/stock_parts/manipulator, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"bBA" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"bBM" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/turf_decal/grass{ + dir = 6 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"bBR" = ( +/obj/item/food/grown/chili, +/obj/item/food/grown/carrot, +/obj/item/food/grown/mushroom/chanterelle, +/obj/item/food/grown/mushroom/chanterelle, +/obj/item/food/grown/onion, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"bCI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Command"; + interact_offline = 1 + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"bDb" = ( +/obj/item/card/id/away/old/sec{ + name = "MC-16 multicard"; + desc = "A clip on ID Badge, has one of those fancy new magnetic strips built in." + }, +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"bEz" = ( +/obj/effect/decal/remains/human, +/obj/item/clothing/suit/sovietcoat, +/obj/item/clothing/shoes/jackboots, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"bES" = ( +/obj/effect/spawner/random/dirt/frequent, +/obj/item/kirbyplants, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"bFi" = ( +/obj/machinery/gateway, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"bFX" = ( +/obj/structure/table, +/obj/item/megaphone, +/obj/item/phone{ + pixel_y = 12; + pixel_x = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"bFY" = ( +/obj/structure/chair/office{ + dir = 1; + pixel_y = 12 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/jungle_planet/outside/abandoned) +"bGr" = ( +/obj/structure/table, +/obj/machinery/processor{ + pixel_y = 9; + layer = 3.13 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"bHE" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bIQ" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"bJa" = ( +/obj/structure/flora/rock, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bJi" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/waterfall) +"bKK" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 20 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"bKN" = ( +/obj/structure/table_frame, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/shard, +/obj/item/clothing/mask/surgical, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"bLF" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"bLU" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/river) +"bMV" = ( +/obj/effect/mapping_helpers/turfs/rust, +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/outside/cave) +"bNa" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/sunglasses, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"bND" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/head/cowboyhat/tan, +/obj/item/clothing/suit/browntrenchcoat, +/obj/item/storage/bible{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"bNI" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"bNN" = ( +/obj/item/food/grown/harebell, +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"bNX" = ( +/obj/structure/flora/rock/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"bOu" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"bOP" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bQa" = ( +/obj/structure/flora/ash/tall_shroom, +/mob/living/simple_animal/hostile/panther/huge_panther{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"bRP" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"bSK" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"bSO" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"bTq" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"bUF" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"bUP" = ( +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/item/coin/gold, +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/wooden, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"bVh" = ( +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"bWE" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"bWN" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"bXc" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"bXF" = ( +/obj/machinery/suit_storage_unit/syndicate{ + req_access = null; + state_open = 1; + interact_offline = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"bYg" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"cak" = ( +/obj/structure/flora/rock, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"caz" = ( +/obj/item/camera_assembly, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"caM" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"caT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"cbj" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"cbH" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"cbY" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"ccc" = ( +/obj/structure/closet/crate/wooden/barrel, +/obj/item/food/syntikebab, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"cco" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/bonfire/lit, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"cdh" = ( +/obj/structure/gunrack, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"cfb" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/pirate) +"cfe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"cfi" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 1 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"cfm" = ( +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"cfR" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"cgb" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"cge" = ( +/obj/structure/table/wood, +/obj/item/trash/tray, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"cgI" = ( +/obj/item/flashlight, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"chq" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"cjo" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"cjT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/item/camera{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/item/laser_pointer, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"cku" = ( +/turf/simulated/wall, +/area/awaymission/jungle_planet/inside/complex) +"ckL" = ( +/obj/effect/decal/straw/light, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"cll" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"clv" = ( +/obj/machinery/bodyscanner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"cmE" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"cmS" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/laser/retro/old{ + desc = "An older model of the basic lasergun, no longer used by Nanotrasen's private security or military forces. Nevertheless, it is still quite deadly and easy to maintain, making it a favorite amongst pirates and other outlaws."; + pixel_y = -9 + }, +/obj/item/gun/energy/laser/retro/old{ + desc = "An older model of the basic lasergun, no longer used by Nanotrasen's private security or military forces. Nevertheless, it is still quite deadly and easy to maintain, making it a favorite amongst pirates and other outlaws." + }, +/obj/item/gun/energy/laser/retro/old{ + desc = "An older model of the basic lasergun, no longer used by Nanotrasen's private security or military forces. Nevertheless, it is still quite deadly and easy to maintain, making it a favorite amongst pirates and other outlaws."; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/jungle_planet/inside/complex) +"cnk" = ( +/mob/living/simple_animal/hostile/jungle_lizard, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"cnH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"cnW" = ( +/obj/effect/turf_decal/delivery, +/obj/item/stack/sheet/mineral/uranium{ + amount = 30 + }, +/obj/structure/closet/crate/radiation, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"cod" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"coG" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "Cargo out" + }, +/obj/machinery/door/airlock/mining{ + name = "second hangar"; + req_access = list(301) + }, +/obj/machinery/door_control/shutter/north{ + id = "Cargo out"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"cpc" = ( +/obj/structure/disposalpipe/broken{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"cpI" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cqs" = ( +/obj/item/stack/sheet/metal, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"cqy" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"cqL" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"crg" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"crR" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"csE" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"ctB" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ctF" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cum" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"cuM" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"cuS" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"cwo" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"cxP" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"cxR" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cyg" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"cyh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"czz" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1; + desc = "A portable generator for emergency backup power."; + name = "P.A.C.M.A.N.-type portable generator" + }, +/obj/machinery/light/small/directional/east, +/obj/structure/cable, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"cAA" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/item/restraints/handcuffs, +/obj/item/clothing/suit/armor/vest, +/obj/item/kitchen/knife/combat, +/obj/item/flashlight/seclite, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"cAK" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"cAM" = ( +/obj/item/reagent_containers/syringe{ + pixel_x = -1; + pixel_y = -11 + }, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/cautery, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"cBW" = ( +/obj/structure/closet, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/industrial, +/obj/item/storage/backpack/industrial, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"cBY" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cCb" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"cDs" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"cDS" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp/green{ + pixel_x = 10; + pixel_y = -6 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/flashlight/pen{ + pixel_x = -8 + }, +/obj/item/folder/white{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"cDY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "dorm"; + req_access = list(271) + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"cEd" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cEh" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"cEv" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave9" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"cEE" = ( +/mob/living/simple_animal/hostile/jungle_lizard/axeman{ + wander = 0 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"cET" = ( +/obj/item/wrench, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"cFz" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"cFB" = ( +/obj/effect/turf_decal/box, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"cFQ" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"cGy" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"cGL" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cHB" = ( +/obj/structure/flora/rock, +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"cHC" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"cIb" = ( +/obj/structure/rack, +/obj/item/storage/backpack/quiver, +/obj/item/storage/backpack/quiver, +/obj/item/storage/backpack/quiver/full, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"cIq" = ( +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"cIA" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"cIC" = ( +/obj/structure/flora/straw_bail/alt_1, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside) +"cIV" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"cJq" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cJO" = ( +/obj/effect/turf_decal/caution, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"cKa" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"cLm" = ( +/obj/machinery/door/firedoor/closed, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/machinery/door/airlock/engineering{ + locked = 1; + name = "engineering"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"cLG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"cNf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"cNM" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/cave/small) +"cOa" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"cPb" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"cPg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"cPv" = ( +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"cPB" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"cRx" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "cave2" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"cSH" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cSN" = ( +/obj/structure/fence/corner{ + pixel_x = 15 + }, +/obj/structure/fence/cut/large, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"cTp" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cTt" = ( +/obj/effect/baseturf_helper/beach/sand, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/river) +"cUf" = ( +/obj/item/camera_assembly, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"cUI" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/grass{ + dir = 6 + }, +/obj/effect/turf_decal/grass{ + dir = 8 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"cVe" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"cVt" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"cVD" = ( +/obj/structure/flora/tree/jungle/small, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cVI" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 6 + }, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"cWx" = ( +/obj/item/stack/rods, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cWA" = ( +/obj/effect/decal/nanotrasen_logo{ + icon_state = "logo6" + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/newspaper, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"cWO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"cXx" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 20 + }, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"cYa" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"cYu" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/inside/complex) +"dbn" = ( +/obj/structure/door_assembly/door_assembly_ext{ + anchored = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/jungle_planet/outside/abandoned) +"dbJ" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"dbU" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"dco" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"dcG" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"dcU" = ( +/obj/effect/turf_decal/delivery, +/obj/item/stack/sheet/mineral/uranium{ + amount = 30 + }, +/obj/structure/closet/crate/radiation, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"deq" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"der" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "swamp6" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"dfE" = ( +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"dgk" = ( +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/waterfall) +"dhE" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"diI" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"diO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"djG" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"djO" = ( +/obj/item/cigbutt, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"djW" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"dke" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"dkt" = ( +/obj/machinery/light/directional/north, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/awaymission/jungle_planet/inside/complex) +"dkV" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"dla" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"dll" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/sign/securearea{ + pixel_y = -31 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"dlv" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "lake3" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"dmi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Hang in"; + interact_offline = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"dmx" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"dnc" = ( +/obj/effect/decal/cleanable/blood/oil/streak, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"dno" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"dob" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"doc" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"doE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"dph" = ( +/obj/effect/spawner/random/dirt/frequent, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"dpm" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"dpL" = ( +/obj/structure/closet, +/obj/item/food/candy/candybar, +/obj/item/stack/spacecash/c10, +/obj/item/flashlight/seclite, +/obj/item/clothing/shoes/combat, +/obj/item/storage/belt/security, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"dpW" = ( +/obj/effect/turf_decal/grass{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"drb" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"drq" = ( +/turf/simulated/mineral/random{ + turf_type = /turf/simulated/floor/plating/asteroid/ancient; + baseturf = /turf/simulated/floor/plating/asteroid/ancient + }, +/area/awaymission/jungle_planet/outside/cave) +"drM" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/junglebush{ + icon_state = "bush5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"dsk" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/item/pipe_meter{ + anchored = 1 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"dsp" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"dsE" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"dtW" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"dtX" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"dud" = ( +/obj/structure/curtain/medical, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"dvj" = ( +/obj/structure/chair/sofa/pew{ + dir = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"dvN" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"dwI" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"dwN" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"dxA" = ( +/obj/random/toolbox, +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"dxS" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/waterfall) +"dzn" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "waterfall5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"dBV" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/outside/cave) +"dCq" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"dDX" = ( +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"dGF" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"dGT" = ( +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"dHz" = ( +/obj/item/stack/rods, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"dIs" = ( +/obj/structure/flora/straw_bail/alt_2, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside) +"dIT" = ( +/obj/structure/bed, +/obj/item/bedsheet/black{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"dKi" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"dKU" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"dLx" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"dLG" = ( +/obj/item/chair, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"dLI" = ( +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"dLM" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"dMz" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"dMT" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"dMZ" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/welding{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/obj/item/mod/core/plasma, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"dNG" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"dNR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"dNU" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/item/radio, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"dOI" = ( +/obj/item/flag/syndi, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"dPd" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/flora/junglebush, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"dPQ" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"dPT" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"dQH" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"dQN" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"dQS" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass10" + }, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"dQU" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"dRW" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"dSf" = ( +/obj/item/reagent_containers/glass/rag, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"dSl" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"dSA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"dTm" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"dTB" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"dUE" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"dVT" = ( +/obj/machinery/door_control/shutter/north{ + name = "Armory Shutters-control"; + id = "Arm in"; + req_access = list(301) + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"dWp" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"dWC" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"dWN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"dWW" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"dXw" = ( +/obj/machinery/light_construct/small/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"dYL" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"dZu" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"dZG" = ( +/obj/structure/table/wood, +/obj/item/airlock_electronics, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/item/assembly/prox_sensor, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/river) +"dZH" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"eag" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"eat" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"eay" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/gun/energy/laser/retro/old, +/obj/item/fireaxe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"eaA" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ebS" = ( +/obj/structure/sink/directional/west, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"ecl" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ecz" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"ecJ" = ( +/obj/structure/table/reinforced, +/obj/item/trash/chips, +/obj/item/stack/tape_roll, +/obj/item/reagent_containers/drinks/coffee{ + desc = "Its cold like the space outside noo!"; + list_reagents = list("coffee" = 0) + }, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"ecP" = ( +/obj/structure/stone_tile/surrounding/cracked, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"edO" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"eew" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"efM" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"efS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"egj" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"egx" = ( +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/wood{ + amount = 30 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"egD" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"ehV" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = 30; + density = 0 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"eis" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/black{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ejI" = ( +/obj/structure/bonfire, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"eky" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"elg" = ( +/obj/structure/bed, +/obj/item/stack/sheet/cloth, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"elw" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"elP" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"emh" = ( +/obj/item/grenade/flashbang, +/obj/item/storage/belt/security, +/obj/item/clothing/shoes/combat, +/obj/item/kitchen/knife/combat, +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/jungle_planet/inside/complex) +"ena" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"enb" = ( +/obj/item/cigbutt, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"enG" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"epa" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"epj" = ( +/obj/item/camera_assembly, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/awaymission/jungle_planet/inside/complex) +"epz" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"epR" = ( +/obj/item/clothing/suit/armor/vest, +/obj/item/reagent_containers/spray/pepper, +/obj/item/grenade/flashbang, +/obj/item/kitchen/knife/combat, +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/jungle_planet/inside/complex) +"eqh" = ( +/obj/item/pickaxe/mini, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"erb" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"ere" = ( +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/obj/structure/firelock_frame{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"erB" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"esq" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway8" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"esx" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 5 + }, +/obj/item/pen, +/obj/item/clipboard, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"esZ" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/awaymission/jungle_planet/inside/complex) +"etJ" = ( +/obj/structure/closet/crate, +/obj/item/poster/syndicate_recruitment, +/obj/item/taperecorder/empty, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"etK" = ( +/obj/structure{ + icon = 'icons/obj/pipes/disposal.dmi'; + icon_state = "pipe-c"; + name = "pipe"; + dir = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"euu" = ( +/obj/structure/rack, +/obj/item/clothing/mask/face/tribal, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"euH" = ( +/obj/structure/flora/junglebush/large, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"euM" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_corner"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"euW" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"eve" = ( +/obj/structure/flora/ausbushes/ywflowers, +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"evz" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"evE" = ( +/obj/structure/toilet/material/gold, +/obj/machinery/door_control/shutter{ + layer = 2.9; + id = "gatelizard_piratcaptain"; + name = "hidden button" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ewJ" = ( +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_x = -27 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ewM" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"exm" = ( +/obj/effect/turf_decal/grass{ + dir = 4 + }, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_corner"; + dir = 8 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"eyi" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/mecha_wreckage/ripley, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ezc" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"eAe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"eAh" = ( +/obj/machinery/light_construct/small/west, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"eBs" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave) +"eBR" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"eCt" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"eDn" = ( +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/item/stack/cable_coil{ + pixel_y = 5; + amount = 2; + pixel_x = 12 + }, +/obj/item/stock_parts/capacitor/adv, +/obj/item/stock_parts/capacitor/adv{ + pixel_y = 10; + pixel_x = -13 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"eEy" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"eEO" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"eER" = ( +/obj/item/coin/gold{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/item/clothing/accessory/necklace, +/obj/item/clothing/accessory/necklace/locket, +/obj/structure/stone_tile/slab, +/obj/item/stack/ore/plasma, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"eFd" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_5" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"eFw" = ( +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside) +"eGz" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"eGY" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/landmark/awaystart, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"eHa" = ( +/obj/structure/closet/secure_closet{ + locked = 0; + name = "kitchen Cabinet"; + req_access = list(201) + }, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/sugar, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"eHK" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"eIh" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"eIw" = ( +/obj/structure/chair/comfy/brown{ + dir = 4; + pixel_x = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"eIQ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"eJx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + list_reagents = list("rum" = 50) + }, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"eJy" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/spider/stickyweb, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10; + light_power = 4 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"eJW" = ( +/obj/structure/table/reinforced, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"eKg" = ( +/obj/structure/gunrack, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside) +"eKq" = ( +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"eKx" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"eLl" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "waterfall6" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"eNT" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"eOw" = ( +/obj/structure/flora/rock/pile/largejungle{ + icon_state = "rocks3" + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/waterfall) +"eOG" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"eOP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/writing{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"eOR" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"ePb" = ( +/obj/item/gun/energy/gun/mini{ + selfcharge = 1; + name = "self-charge gun prototype" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"ePR" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "waterfall5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"eQS" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"eQU" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"eQY" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "swamp3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"eRg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"eRi" = ( +/obj/machinery/door_control/shutter/east{ + id = "Right in"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"eRs" = ( +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"eSa" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden/crude, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"eSc" = ( +/obj/structure/machine_frame, +/obj/item/stock_parts/micro_laser, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"eTu" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"eUc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"eUq" = ( +/obj/structure/flora/rock, +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"eUt" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"eUG" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"eUP" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"eVl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"eVr" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/waterfall) +"eXT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"eZk" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"faH" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"fbH" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"fck" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 5 + }, +/obj/item/clothing/head/helmet/skull{ + pixel_x = -10; + pixel_y = -6 + }, +/obj/item/pen{ + pixel_y = 8 + }, +/obj/item/kitchen/knife/combat/survival/bone, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"fcs" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"fdc" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"fdG" = ( +/obj/effect/mist, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"feB" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/decal/remains/human, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee{ + id = "lake5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"ffh" = ( +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ffL" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/jungle_planet/outside/abandoned) +"ffP" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"fgp" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"fgN" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"fhn" = ( +/obj/structure/flora/junglebush, +/obj/machinery/light_construct/directional/east, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"fht" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"fhz" = ( +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"fid" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fio" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"fiw" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/waterfall) +"fiM" = ( +/obj/effect/turf_decal/box, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"fjM" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fky" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"flq" = ( +/obj/machinery/door/airlock{ + name = "dorm"; + req_access = list(271) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"flw" = ( +/obj/structure/table/wood, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"fmQ" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"fnt" = ( +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/obj/machinery/door/firedoor/closed, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Right in"; + dir = 8; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"fnP" = ( +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"fpm" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"fpn" = ( +/obj/item/chair, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"fpQ" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"fqy" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "2post" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fqI" = ( +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"fqK" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/stack/rods, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"frk" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway7" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"frH" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"frV" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"frZ" = ( +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0) + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"fsa" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"ftZ" = ( +/obj/structure/flora/junglebush, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ful" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"fwi" = ( +/obj/item/camera_assembly, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/item/kirbyplants, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"fwu" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "lake4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"fwy" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"fwY" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"fxM" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"fyJ" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "swamp1" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fzE" = ( +/obj/item/kitchen/knife/combat/survival/bone{ + pixel_x = -14 + }, +/obj/item/kitchen/knife/combat/survival/bone, +/obj/structure/table/wood, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fzF" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"fAe" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"fAF" = ( +/obj/structure/flora/rock/pile/largejungle{ + icon_state = "rocks3" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"fBg" = ( +/obj/item/stack/sheet/bone, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"fBw" = ( +/obj/structure/door_assembly/door_assembly_sec{ + anchored = 1 + }, +/obj/item/airlock_electronics, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"fBI" = ( +/obj/machinery/door/airlock{ + name = "restrooms" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"fCe" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"fCt" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard{ + icon_state = "small" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + dir = 8; + interact_offline = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"fDN" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass10" + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"fEk" = ( +/obj/item/stack/sheet/animalhide/monkey, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/outside/cave) +"fEq" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"fET" = ( +/obj/structure/table/wood, +/obj/item/trash/plate{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = -32 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"fFa" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/oilcan, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 30 + }, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"fFg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"fFk" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"fFW" = ( +/obj/structure/closet/cabinet, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/obj/item/lighter/zippo, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/stack/spacecash/c100, +/obj/item/lighter/zippo/fluff/purple, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/ammo_box/shotgun/buck, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"fGf" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"fGg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"fGG" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"fHr" = ( +/obj/item/trash/semki, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/river) +"fHD" = ( +/obj/structure/flora/straw_bail, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside) +"fHO" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"fHT" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fJc" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"fJs" = ( +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"fJU" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"fKx" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"fKz" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"fKP" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/river) +"fKU" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fLn" = ( +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/waterfall) +"fLt" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"fLK" = ( +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"fMh" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"fMq" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fMw" = ( +/obj/structure/flora/ausbushes, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"fMx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"fNF" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"fOl" = ( +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"fOv" = ( +/obj/item/stack/ore/plasma, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"fOZ" = ( +/obj/item/stack/cable_coil{ + amount = 1; + max_amount = 5 + }, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"fPe" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"fQm" = ( +/turf/simulated/wall/indestructible, +/area/awaymission/jungle_planet/inside) +"fQG" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"fRH" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"fRW" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"fSp" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"fSv" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 8 + }, +/obj/machinery/recharger{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"fSD" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"fTv" = ( +/obj/structure/computerframe, +/obj/machinery/firealarm/directional/north, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"fWS" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"fYa" = ( +/obj/structure/cable, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"fYi" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8; + on = 1 + }, +/obj/machinery/door/poddoor/shutters{ + anchored = 0 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"fYj" = ( +/obj/structure/railing, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"fYG" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/reagent_containers/drinks/bottle/rum{ + list_reagents = list("rum" = 0) + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"fZj" = ( +/obj/structure/railing, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"gad" = ( +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"gaD" = ( +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"gaG" = ( +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = 9 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0) + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"gaK" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/inside/complex) +"gbK" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"gbN" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"gck" = ( +/obj/structure/machine_frame, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor{ + pixel_x = 14 + }, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/item/stack/cable_coil{ + pixel_y = 4; + amount = 2 + }, +/obj/item/circuitboard/autolathe, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"gdv" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/awaymission/jungle_planet/inside/complex) +"gdK" = ( +/obj/structure/fence/cut/large, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"geg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/arrows, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"geP" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"gfa" = ( +/obj/effect/mist, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/waterfall) +"gfM" = ( +/obj/machinery/light/directional/north, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"gge" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside) +"ghQ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"giu" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"giz" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"gjF" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "lake5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"gkK" = ( +/obj/structure/flora/ausbushes/fullgrass, +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gkO" = ( +/obj/item/toy/crayon/spraycan, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"glo" = ( +/obj/item/stack/sheet/metal, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"glO" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"gmI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"gnh" = ( +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"gnq" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet) +"gnw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"gon" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"gop" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"gpq" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gpD" = ( +/obj/item/reagent_containers/condiment/enzyme{ + layer = 5; + pixel_y = 14 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"gpG" = ( +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"gqc" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"grz" = ( +/obj/machinery/door/airlock/external{ + interact_offline = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/jungle_planet/outside/abandoned) +"grU" = ( +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"gtf" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"gus" = ( +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"guT" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"guZ" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "waterfall4" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/waterfall) +"gvg" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"gvS" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"gwC" = ( +/obj/structure/stone_tile/surrounding_tile/burnt, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"gwZ" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gxN" = ( +/obj/machinery/door/firedoor/closed, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"gxQ" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"gxU" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "hub_off"; + name = "messaging server"; + desc = "A machine that processes and routes PDA and request console messages."; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/jungle_planet/inside/complex) +"gys" = ( +/obj/machinery/light_construct/small/east, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"gyH" = ( +/obj/structure/railing/corner, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"gzp" = ( +/obj/structure/curtain/medical, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"gzq" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gzv" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"gzU" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "lake4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"gAk" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"gAD" = ( +/obj/structure/curtain/black, +/obj/item/reagent_containers/drinks/bottle/rum{ + list_reagents = list("rum" = 0) + }, +/obj/effect/mob_spawn/human/corpse/skeleton, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"gAO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"gBW" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"gDx" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gDE" = ( +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"gDF" = ( +/obj/structure/closet, +/obj/item/clothing/under/color/red, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"gEr" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"gEY" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"gFb" = ( +/obj/structure/closet/crate/radiation, +/obj/item/stack/sheet/mineral/uranium{ + amount = 30 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"gFf" = ( +/obj/structure/table/wood, +/obj/item/whetstone, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"gFX" = ( +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/jungle_lizard/meele{ + wander = 0 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"gGu" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"gGN" = ( +/obj/structure/door_assembly, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"gGW" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "2post" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gHN" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/broken_bottle, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"gIo" = ( +/obj/machinery/porta_turret/syndicate, +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/jungle_planet/outside/abandoned) +"gIY" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"gJg" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"gJG" = ( +/obj/item/storage/belt/medical{ + pixel_y = 18 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"gJT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/hostile/jungle_lizard/meele{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gKv" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CMDgate" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"gLf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"gLH" = ( +/obj/structure/closet, +/obj/item/autopsy_scanner, +/obj/item/clothing/suit/apron/surgical, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/surgical, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"gMt" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"gMI" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"gMT" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"gNh" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gOJ" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"gPq" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "pathway11" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gQc" = ( +/obj/structure/flora/junglebush, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gQD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"gQV" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"gRZ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside/abandoned) +"gSJ" = ( +/obj/structure/closet{ + opened = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/clothing/suit/blacktrenchcoat, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"gTb" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"gTg" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"gTF" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"gTN" = ( +/mob/living/simple_animal/hostile/jungle_lizard, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"gUi" = ( +/obj/machinery/door/airlock/mining{ + name = "second hangar"; + locked = 1; + req_access = list(301); + id_tag = "hang2in" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Cargo in" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"gUQ" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/item/shovel{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"gVy" = ( +/obj/structure/sacrificealtar{ + icon_state = "sacrificealtar-red"; + density = 1; + climbable = 1 + }, +/obj/effect/spawner/random/blood/often, +/obj/item/claymore/ceremonial, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"gVX" = ( +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"gWs" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"gWu" = ( +/obj/structure/flora/rock, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"gXD" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"gYj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"gYy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"gYH" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/item/food/grown/lily, +/obj/item/food/grown/moonflower, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"gZm" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"gZv" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside) +"gZQ" = ( +/obj/item/stack/rods, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"haC" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"haX" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"hbb" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hbL" = ( +/obj/machinery/door/airlock/medical{ + name = "morgue"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"hcz" = ( +/obj/item/paper/crumpled, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hdm" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"hdu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"heb" = ( +/obj/structure/extinguisher_cabinet{ + name = "north extinguisher cabinet"; + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"heD" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"heN" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hfj" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stock_parts/cell/high/empty, +/obj/item/stock_parts/cell/high/empty, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"hfz" = ( +/obj/structure/flora/junglebush, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "waterfall4" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hfB" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"hfN" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"hfY" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"hga" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"hgk" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"hgI" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hhn" = ( +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 12 + }, +/obj/item/pen/multi/gold, +/obj/item/clothing/accessory/necklace, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/item/stack/ore/plasma, +/obj/item/stack/sheet/mineral/gold{ + amount = 25 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"hht" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/bone{ + amount = 5 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"hhN" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"hhU" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stock_parts/capacitor/adv, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"hjc" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hjj" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hkx" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"hkE" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hlk" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"hlm" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 28 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"hmr" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/spiderling_remains, +/obj/item/cigbutt, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hmu" = ( +/obj/item/chair{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"hnr" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"hnL" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"hnS" = ( +/obj/structure/railing, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"hnY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"hoX" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"hpE" = ( +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside) +"hqz" = ( +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"hqG" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hqZ" = ( +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/awaymission/jungle_planet/inside/complex) +"hrV" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hsj" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "lake3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"hsv" = ( +/obj/structure/table/glass, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -32 + }, +/obj/item/stack/medical/splint{ + pixel_x = 6 + }, +/obj/item/stack/medical/bruise_pack, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"hsD" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/storage/box, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"htc" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hty" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/brigdoor{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/abandoned) +"htM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"htO" = ( +/obj/item/airlock_electronics, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"hua" = ( +/obj/structure/flora/rock, +/obj/structure/flora/junglebush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"hux" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"huL" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"hvt" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/machine_frame, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"hvD" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hvL" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"hvX" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"hws" = ( +/obj/structure/table/wood, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"hwW" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"hxY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"hyb" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/item/storage/box/syndie_kit, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside) +"hyD" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/rods, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"hzV" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/blue{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"hAv" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/gloves/fingerless, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/backpack/industrial, +/obj/item/storage/belt/utility, +/obj/item/storage/bag/ore, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"hAD" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"hCe" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"hCM" = ( +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"hDZ" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"hEw" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hFe" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"hFi" = ( +/obj/effect/decal/cleanable/generic, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hFQ" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"hGt" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"hHf" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"hHj" = ( +/obj/structure/chair/wood, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"hHM" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hHO" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "pathway5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hHU" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"hIm" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hIW" = ( +/mob/living/simple_animal/hostile/jungle_lizard/meele, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"hJI" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"hJO" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "waterfall5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hJX" = ( +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = -7 + }, +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/inside/complex) +"hKc" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"hKK" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"hLp" = ( +/obj/structure/flora/junglebush/large, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"hMy" = ( +/obj/structure/flora/junglebush/large, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "cave1" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hMA" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"hNb" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"hNN" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"hNO" = ( +/obj/effect/decal/cleanable/cobweb, +/mob/living/simple_animal/hostile/jungle_lizard/axeman{ + wander = 0 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"hOx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mushroom_bowl{ + pixel_y = -23; + pixel_x = 9 + }, +/obj/item/food/grown/mushroom/chanterelle, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"hPx" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/pen, +/obj/item/newspaper, +/obj/machinery/light_construct/directional/east, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"hPE" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hRv" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hSs" = ( +/obj/item/clothing/head/collectable/flatcap, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"hTo" = ( +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/obj/structure/extinguisher_cabinet/empty{ + pixel_y = 31 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"hUi" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"hUH" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/radio, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"hUQ" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"hVl" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"hWa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/rods, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"hWd" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway6" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hWj" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"hWw" = ( +/obj/effect/decal/nanotrasen_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"hWA" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"hWY" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"hXX" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"hYQ" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside/cave/pirate) +"iad" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"iah" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"iaj" = ( +/obj/structure/flora/rock/pile, +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"iaV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"iaW" = ( +/obj/structure/flora/rock, +/obj/effect/mist, +/turf/simulated/floor/beach/away/water/deep{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"ibb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light_construct/directional/north, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"ibh" = ( +/obj/structure/bonfire/lit, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"ibw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/light_construct/directional/west, +/obj/effect/spawner/random/dirt/often, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"ibX" = ( +/obj/item/chair, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"icJ" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/item/flash, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"idC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"idR" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"iek" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security{ + locked = 1; + name = "security"; + req_access = list(301) + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ieT" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure{ + icon = 'icons/obj/machines/mining_machines.dmi'; + icon_state = "console"; + name = "stacking machine console"; + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ifh" = ( +/obj/structure/flora/ash/leaf_shroom, +/mob/living/simple_animal/hostile/jungle_lizard/axeman{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"ifJ" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"igf" = ( +/obj/effect/turf_decal/box, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"igC" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"igH" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"igR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"igW" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/airlock/mining{ + locked = 1; + name = "main hangar"; + req_access = list(301) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Hang in"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"iim" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"iiu" = ( +/obj/machinery/door/airlock/glass, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"ikb" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"ikG" = ( +/obj/item/stack/rods, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"ikH" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"ikN" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"ilx" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"ilA" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"ilG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"img" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/waterfall) +"imq" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stock_parts/cell/high/empty, +/turf/simulated/floor/indestructible, +/area/awaymission/jungle_planet/outside) +"ina" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"iob" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"ipA" = ( +/obj/item/stack/rods, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"ipM" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"irF" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/obj/item/crowbar/large, +/obj/item/storage/box/lights/mixed, +/obj/machinery/light/directional/north, +/obj/item/t_scanner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"isl" = ( +/obj/machinery/atmospherics/unary/tank{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"isn" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/kirbyplants, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"isv" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"isG" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"isU" = ( +/obj/structure/flora/rock, +/obj/structure/flora/junglebush, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"isZ" = ( +/obj/machinery/photocopier, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"itu" = ( +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"itw" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"itG" = ( +/obj/structure/flora/ausbushes/fullgrass, +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"iuf" = ( +/obj/item/storage/bag/ore, +/obj/item/clothing/suit/browntrenchcoat, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"iuK" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"iuL" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/radiation, +/obj/item/stack/sheet/mineral/bananium{ + amount = 30 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"ivg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"ivL" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"ivZ" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"iwe" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"iwL" = ( +/obj/structure/flora/rock/pile, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"ixx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"iyF" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"iyT" = ( +/obj/item/chair, +/obj/effect/spawner/random/blood/often, +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/abandoned) +"izy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"iAq" = ( +/obj/machinery/door/airlock/medical{ + name = "medbay"; + req_access = list(301) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iAY" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"iBS" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"iBT" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/conveyor_switch, +/obj/structure/noticeboard{ + dir = 4; + pixel_x = -29 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iBX" = ( +/obj/structure/railing, +/obj/structure/sign/poster/official/walk{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"iDD" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"iDP" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iEl" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"iEE" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"iEF" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"iEV" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"iFa" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"iFl" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "cave4" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"iGn" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"iGo" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"iGS" = ( +/obj/structure/chair, +/obj/item/newspaper, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iGT" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"iHH" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"iJu" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"iJL" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"iKa" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "lake1" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"iKm" = ( +/obj/structure/table_frame/wood, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"iKu" = ( +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/razor, +/obj/item/clothing/glasses/sunglasses, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"iKL" = ( +/obj/structure{ + icon = 'icons/obj/machines/gateway.dmi'; + icon_state = "toff"; + name = "gateway"; + density = 1; + anchored = 1; + desc = "A mysterious gateway built by unknown hands, it allows for faster than light travel to far-flung locations." + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"iKW" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = 30 + }, +/obj/item/flag/species, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iMw" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"iMH" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iMN" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/diamond{ + amount = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"iMW" = ( +/obj/structure/closet, +/obj/item/clothing/head/soft, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"iNw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "gate_lizard_QM" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"iNC" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"iOr" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave11" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"iPQ" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/storage/firstaid/regular/empty, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"iQb" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/roller_holder, +/obj/item/roller_holder{ + pixel_y = 8; + pixel_x = -11 + }, +/obj/item/storage/box/masks{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"iQn" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iRg" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/inside/complex) +"iRD" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/gloves/fingerless, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/backpack/industrial, +/obj/item/storage/belt/utility, +/obj/item/storage/bag/ore, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iRJ" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"iTk" = ( +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"iTx" = ( +/obj/item/stack/sheet/wood{ + amount = 30 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"iUc" = ( +/obj/machinery/door/airlock/titanium/glass, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"iUT" = ( +/obj/machinery/computer/monitor{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"iVc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CMDgate" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"iVX" = ( +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/cave/small) +"iWz" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"iWW" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"iXr" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"iXs" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/arrows, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"iXz" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard, +/obj/item/stack/rods{ + amount = 2 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"iXN" = ( +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"iYQ" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"iZo" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_x = 8 + }, +/obj/machinery/recharger{ + pixel_x = -5 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"iZN" = ( +/obj/structure/flora/rock/pile, +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"iZU" = ( +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"jaD" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"jbb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"jbn" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jck" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"jcp" = ( +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"jdy" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"jdE" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jei" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jeC" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"jfu" = ( +/obj/item/pickaxe, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"jfF" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave) +"jgU" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/random/dirt/frequent, +/obj/machinery/power/apc/off_station/empty_charge/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"jgY" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"jhj" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"jhS" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"jhW" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"jid" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/waterfall) +"jie" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mushroom_bowl, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"jiu" = ( +/obj/structure/cable, +/obj/item/mounted/frame/apc_frame, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"jiB" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"jiZ" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/river) +"jjL" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jlc" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jlv" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jlK" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside) +"jlN" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival/bone{ + pixel_x = -14 + }, +/obj/item/kitchen/knife/combat/survival/bone, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"jlU" = ( +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"jlV" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway14" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jml" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "swamp3" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jmD" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"jox" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 5 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"jps" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"jpz" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"jpO" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jrI" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/effect/turf_decal/grass{ + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"jrM" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"jrP" = ( +/obj/item/stock_parts/capacitor, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jrS" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"jsY" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "waterfall4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"jtc" = ( +/obj/effect/firefly{ + layer = 10 + }, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"jte" = ( +/obj/machinery/gateway/centeraway{ + interact_offline = 1; + calibrated = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"jtx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"jtW" = ( +/obj/structure/window/full/plasmareinforced, +/turf/simulated/floor/indestructible, +/area/awaymission/jungle_planet/inside/complex) +"juL" = ( +/obj/structure/girder, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"juZ" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"jvs" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 6 + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"jvN" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"jvT" = ( +/obj/random/tool, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"jwe" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"jxB" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"jxF" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"jxH" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"jxT" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"jyE" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jyR" = ( +/obj/effect/turf_decal/box, +/obj/item/multitool{ + pixel_x = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jAq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "gate_lizard_QM" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"jAE" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "packageSort2" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jAF" = ( +/obj/effect/mist, +/turf/simulated/floor/beach/away/water/deep{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"jBs" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"jCf" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"jCs" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"jCL" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway2" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jCQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"jCT" = ( +/obj/structure/bonfire{ + layer = 2.9 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"jCV" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"jDd" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"jEf" = ( +/mob/living/simple_animal/hostile/jungle_lizard/axeman{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"jEv" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"jEF" = ( +/obj/machinery/bodyscanner, +/obj/effect/decal/cleanable/blood/gibs{ + color = "red"; + icon_state = "gibdown1_flesh"; + pixel_x = -9; + pixel_y = 11 + }, +/obj/machinery/light/directional/east, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"jEQ" = ( +/obj/structure/chair/office/light{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"jEV" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "lake5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"jFa" = ( +/obj/item/kirbyplants, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"jFM" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/door_control/shutter/south{ + id = "Cargo in"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"jHd" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/inside/complex) +"jHM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"jHY" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/railing/corner, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"jIh" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/cardboard, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/obj/item/reagent_containers/drinks/cans/cola, +/obj/item/reagent_containers/drinks/cans/cola, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jIo" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"jIu" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"jIx" = ( +/obj/effect/decal/nanotrasen_logo/n1, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jKc" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"jKi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"jKq" = ( +/obj/item/stack/sheet/metal, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"jKX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"jLE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"jMb" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave1" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"jMj" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"jMH" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 7 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 7 + }, +/obj/machinery/light_construct/directional/west, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"jMK" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"jOl" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"jOs" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"jOD" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"jOR" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"jPL" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"jPS" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"jQg" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"jQM" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/machinery/door_control/shutter/south{ + id = "Sec in"; + name = "Security Shutters-control"; + req_access = list(301) + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"jTv" = ( +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"jUZ" = ( +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jVn" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "waterfall6" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"jVr" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"jVL" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave2" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"jXL" = ( +/obj/structure/closet/cabinet, +/obj/item/melee/energy/sword/pirate, +/obj/item/clothing/suit/hgpirate, +/obj/item/clothing/glasses/eyepatch, +/obj/item/clothing/head/hgpiratecap, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"jYd" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"jYl" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"jYu" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"jYR" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/item/storage/belt/utility{ + pixel_y = -8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"jZg" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 20 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"jZh" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"jZI" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"kaQ" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"kba" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"kby" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"kcy" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"kcJ" = ( +/obj/random/tool, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"kdB" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kdN" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"kdR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"kdW" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"ket" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"key" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway1" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kfu" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/jungle_planet/outside/abandoned) +"kgY" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"khp" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"khX" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"kiO" = ( +/obj/item/stack/rods, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kjd" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/largecrate/chick, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"kjn" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/rods, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"kjq" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kjR" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"kka" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"klf" = ( +/obj/structure/chair/sofa/pew{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"klh" = ( +/obj/item/bedsheet/brown, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"klA" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/item/reagent_containers/glass/bucket/wooden{ + pixel_x = -6; + pixel_y = -10 + }, +/mob/living/simple_animal/hostile/jungle_lizard/meele{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kmg" = ( +/obj/machinery/door/airlock/glass, +/obj/structure/firelock_frame, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"kmw" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_y = 2; + pixel_x = -2 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"kmX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/item/shield/riot, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"knx" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway14" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"knJ" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"knT" = ( +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"koU" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/inside/complex) +"kpa" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"kqa" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"kqc" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kre" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/brown{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"krt" = ( +/obj/item/chair/wood{ + pixel_x = 22 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"ksq" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"ktu" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"ktw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Command"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"kuj" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"kuH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"kuK" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"kvb" = ( +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/structure/table, +/obj/item/kitchen/rollingpin{ + pixel_y = 7 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"kvJ" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"kvL" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave) +"kvY" = ( +/obj/item/shard, +/obj/item/ammo_casing/caseless/arrow, +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"kwl" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"kwD" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"kwU" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"kxd" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"kxv" = ( +/obj/effect/spawner/random/blood/often, +/obj/machinery/door/firedoor, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"kxC" = ( +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"kxM" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"kzn" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kzC" = ( +/obj/item/rack_parts, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"kzI" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"kzW" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kBj" = ( +/obj/structure/closet/crate{ + opened = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"kBQ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kCj" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass10" + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kCn" = ( +/obj/structure/closet/cabinet, +/obj/item/lighter/zippo, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/razor, +/obj/item/clothing/suit/leathercoat, +/obj/item/clothing/head/flatcap, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/card/id/away/old/sec{ + name = "MC-16 multicard"; + desc = "A clip on ID Badge, has one of those fancy new magnetic strips built in." + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"kDm" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kDq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"kDy" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"kDX" = ( +/obj/structure{ + icon = 'icons/obj/machines/gateway.dmi'; + icon_state = "toff"; + name = "gateway"; + desc = "A mysterious gateway built by unknown hands, it allows for faster than light travel to far-flung locations."; + density = 1; + anchored = 1; + dir = 6 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreycamo" + }, +/area/awaymission/jungle_planet/inside) +"kEk" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"kEE" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"kGA" = ( +/obj/structure/chair, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"kGW" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kHa" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"kHh" = ( +/obj/structure/table/wood, +/obj/item/food/monkeysdelight, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"kHP" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"kHW" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"kIg" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"kIr" = ( +/obj/structure/table/wood, +/obj/item/t_scanner, +/obj/item/stock_parts/cell/high/empty, +/obj/item/stack/cable_coil, +/obj/item/broken_device, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"kJf" = ( +/obj/structure/flora/rock/pile, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kJm" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/light_construct/directional/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"kJC" = ( +/obj/structure/closet, +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/gloves/combat, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"kKh" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/stock_parts/capacitor/adv, +/obj/item/stock_parts/matter_bin, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"kLd" = ( +/obj/machinery/economy/vending/medical{ + req_access = list(301) + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"kLj" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"kLT" = ( +/obj/effect/waterfall, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"kNa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"kNf" = ( +/obj/machinery/porta_turret{ + lethal = 1; + faction = "pirate" + }, +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/jungle_planet/outside/abandoned) +"kOz" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kPT" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"kRa" = ( +/obj/structure/chair/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"kRf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"kRN" = ( +/obj/effect/turf_decal/box, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"kRO" = ( +/obj/structure/sink/directional/west, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"kRR" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = -32; + density = 0 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"kSV" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside) +"kSX" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kTt" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kTx" = ( +/obj/structure/railing, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"kTH" = ( +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 1 + }, +/area/awaymission/jungle_planet/inside/complex) +"kUl" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"kUv" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway10" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kUz" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside) +"kVj" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"kVK" = ( +/obj/item/stack/sheet/wood, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kWa" = ( +/obj/structure{ + icon_state = "smes"; + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit"; + icon = 'icons/obj/power.dmi'; + density = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"kWk" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"kWD" = ( +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"kWV" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"kXb" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside) +"kXj" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "swamp2" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"kXJ" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"kZj" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"kZu" = ( +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"kZx" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"kZX" = ( +/obj/structure/stone_tile/block/burnt, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"kZZ" = ( +/obj/structure/bed, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"lbq" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"lbI" = ( +/obj/structure/door_assembly/door_assembly_research{ + anchored = 1 + }, +/obj/machinery/door/firedoor/closed, +/obj/item/airlock_electronics, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lbV" = ( +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/item/restraints/handcuffs, +/obj/item/clothing/suit/armor/vest, +/obj/item/kitchen/knife/combat, +/obj/item/flashlight/seclite, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside) +"lcp" = ( +/obj/structure/fluff/drake_statue{ + desc = "A towering black-stone sculpture of a monstrous raptor. It makes you uncomfortable looking at this colossus."; + name = "giant lizard statue" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"lcU" = ( +/obj/item/beach_ball/holoball, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"ldP" = ( +/obj/item/stack/sheet/metal, +/obj/structure/railing, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"leE" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lfb" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/cardboard, +/obj/item/food/beans, +/obj/item/food/beans, +/obj/item/food/beans, +/obj/item/food/beans, +/obj/item/food/candy/donor, +/obj/item/food/candy/donor, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lfj" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 8 + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"lgq" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"lgB" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"lgS" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/waterfall) +"lhy" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lid" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"liw" = ( +/obj/structure/gunrack, +/obj/item/fireaxe/boneaxe, +/obj/item/spear/bonespear, +/obj/item/scythe/bone, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"liA" = ( +/obj/effect/turf_decal/plaque, +/obj/structure/statue/soviet_mulebot{ + name = "CargoMULE" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"liO" = ( +/obj/item/reagent_containers/drinks/mushroom_bowl{ + pixel_y = -11; + pixel_x = -11 + }, +/obj/item/reagent_containers/drinks/mushroom_bowl{ + pixel_y = -23; + pixel_x = 9 + }, +/obj/item/food/grown/mushroom/libertycap, +/obj/item/food/grown/mushroom/reishi{ + pixel_x = -7 + }, +/obj/item/food/grown/mushroom/amanita, +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"ljf" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ljB" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"ljO" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"ljY" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"lkE" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"lle" = ( +/obj/structure/girder, +/obj/item/stack/rods, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"llu" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush5" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"llI" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/river) +"lme" = ( +/obj/item/camera_assembly, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lms" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/item/paper, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lmK" = ( +/obj/machinery/door/airlock/research{ + locked = 1; + name = "robotech" + }, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"lnu" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -9; + pixel_y = 8 + }, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"lnA" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"lpa" = ( +/obj/structure/chair/comfy{ + dir = 1 + }, +/obj/structure/computerframe{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"lqx" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"lqG" = ( +/turf/simulated/floor/plating{ + icon_plating = "asteroidplating"; + icon_state = "asteroidplating" + }, +/area/awaymission/jungle_planet/outside/river) +"lqX" = ( +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"lrA" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium" + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"lsa" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"lsg" = ( +/obj/structure/closet/crate, +/obj/item/storage/firstaid/regular, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lsj" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"lsA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "asteroidfloor" + }, +/area/awaymission/jungle_planet/outside) +"lsG" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/necropolis_gate/locked{ + name = "Temple gate" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"lsJ" = ( +/obj/structure/flora/rock/pile, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"ltE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lwa" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"lwg" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"lwj" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "swamp6" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lxd" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate, +/obj/item/storage/bag/ore, +/obj/item/kitchen/knife/combat/survival, +/obj/item/flashlight/seclite, +/obj/item/flashlight/seclite, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/bag/ore, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"lxn" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"lxs" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"lyb" = ( +/obj/effect/turf_decal/grass{ + dir = 8 + }, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_corner"; + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"lyL" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"lAc" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"lAr" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"lCT" = ( +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 30 + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 1 + }, +/area/awaymission/jungle_planet/inside/complex) +"lDk" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"lFd" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"lFB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lFP" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"lGm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"lGL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lGN" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"lIv" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"lIF" = ( +/obj/machinery/iv_drip, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"lIX" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"lIZ" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"lJs" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lJw" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/e_gun/old, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"lJK" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lKZ" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"lLh" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lNN" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lNR" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/abandoned) +"lOj" = ( +/obj/structure/flora/rock/pile, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"lOz" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "Cargo out" + }, +/obj/machinery/door/airlock/mining{ + name = "second hangar"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"lPf" = ( +/obj/structure/mineral_door/sandstone, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"lPB" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"lPZ" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 8 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"lRe" = ( +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"lRl" = ( +/obj/item/flashlight/flare/torch, +/obj/item/flashlight/flare/torch{ + pixel_x = 9 + }, +/obj/structure/table/wood, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lRu" = ( +/obj/structure/table/reinforced, +/obj/item/airlock_electronics, +/obj/item/shard, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + dir = 8; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"lRz" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"lRG" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/jungle_planet/outside/abandoned) +"lRM" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/lights/mixed, +/obj/item/poster/random_contraband, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"lSN" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"lTs" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"lUr" = ( +/obj/structure/closet, +/obj/item/clothing/under/costume/pirate, +/obj/item/clothing/head/bandana, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"lVB" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/river) +"lVQ" = ( +/obj/item/flashlight/flare/torch, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"lWe" = ( +/obj/structure/closet{ + opened = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"lWu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"lWJ" = ( +/obj/structure/gunrack, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"lWL" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"lXp" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"lZs" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"mat" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"maV" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"mbT" = ( +/obj/structure/flora/tree/jungle/small, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"mcY" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"mdf" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mdg" = ( +/obj/structure/closet, +/obj/item/clothing/gloves/fingerless, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/bag/ore, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mdl" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"mdt" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"mfd" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mfj" = ( +/obj/structure/flora/ash/cap_shroom, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"mfr" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/empty_charge/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"mfu" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"mgq" = ( +/obj/effect/baseturf_helper/beach/sand, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/waterfall) +"mgw" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"mha" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"mhl" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"mij" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"min" = ( +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"miM" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"miP" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"mjF" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mjM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/silver{ + amount = 40 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"mky" = ( +/obj/machinery/door/airlock/mining{ + name = "second hangar"; + locked = 1; + req_access = list(301); + id_tag = "hang2in" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"mkC" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"mkI" = ( +/obj/machinery/door/airlock/security{ + locked = 1; + name = "security"; + req_access = list(301) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mkW" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"mlq" = ( +/obj/structure/flora/tree/jungle/small, +/obj/effect/firefly/blue{ + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"mls" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mlv" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"mlQ" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/head/fedora/brownfedora, +/obj/item/cane, +/obj/item/clothing/shoes/cowboy/black, +/obj/item/clothing/suit/browntrenchcoat, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/lighter/zippo/engraved, +/obj/item/clothing/head/helmet/skull, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"mmK" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"mng" = ( +/obj/structure/stone_tile/surrounding_tile, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"mof" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"mog" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/outside/cave) +"mph" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"mpQ" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"mpV" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"mqx" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"mqD" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_corner" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"mqZ" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/clothing/shoes/workboots, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"mre" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mrK" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"msr" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"msZ" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mtm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"mtz" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass10" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"mtZ" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/mecha_wreckage/ripley, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mub" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "waterfall2" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"muE" = ( +/obj/item/shovel, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"mwV" = ( +/obj/structure/closet, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/suit/storage/labcoat/science, +/obj/item/clothing/suit/storage/labcoat/science, +/obj/item/clothing/shoes/centcom, +/obj/item/clothing/shoes/centcom, +/obj/item/storage/backpack/science, +/obj/item/storage/backpack/science, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"mxg" = ( +/obj/effect/turf_decal/grass{ + dir = 5 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"mxl" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"mxx" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"myG" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_y = 2; + pixel_x = -2 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"myZ" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave/pirate) +"mzp" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside) +"mzt" = ( +/obj/item/chair/wood, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mzv" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"mzx" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"mzI" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/item/stack/sheet/bone, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"mAF" = ( +/turf/simulated/wall/indestructible/wood, +/area/awaymission/jungle_planet/outside/cave) +"mAP" = ( +/obj/structure/stone_tile/slab, +/mob/living/simple_animal/hostile/jungle_lizard/leader{ + wander = 0 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"mAT" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = 30 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"mBd" = ( +/obj/machinery/door/airlock/engineering{ + name = "engineering"; + req_access = list(271) + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"mBN" = ( +/obj/structure/table/wood, +/obj/item/food/meat, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"mCb" = ( +/obj/structure/flora/tree/great_tree{ + pixel_x = -48; + pixel_y = -10; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"mCj" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"mCz" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/obj/structure/flora/ausbushes/reedbush, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"mCN" = ( +/obj/item/stock_parts/cell/high/empty, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"mDQ" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mEZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"mFh" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"mFJ" = ( +/obj/effect/turf_decal/grass{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"mFZ" = ( +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mHv" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"mHQ" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/item/camera_assembly, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mHV" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/blood/often, +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/abandoned) +"mIG" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush8" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mIK" = ( +/obj/item/clothing/mask/balaclava, +/obj/item/clothing/head/officer, +/obj/item/clothing/under/color/red, +/obj/item/storage/fancy/matches, +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/storage/belt/fannypack, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mIR" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"mIS" = ( +/obj/item/stack/sheet/mineral/plastitanium{ + amount = 5 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"mJf" = ( +/obj/item/stack/cable_coil{ + amount = 1; + max_amount = 5 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"mJv" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"mKk" = ( +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 9 + }, +/area/awaymission/jungle_planet/inside/complex) +"mKl" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"mKz" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"mKX" = ( +/obj/item/camera_assembly, +/obj/item/stack/cable_coil{ + amount = 2 + }, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mKY" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"mLM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"mLY" = ( +/obj/structure/bonfire, +/obj/structure{ + icon = 'icons/obj/decorations.dmi'; + icon_state = "paper_cauldron"; + pixel_y = 4; + density = 1; + name = "cauldron" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"mMo" = ( +/obj/structure/closet/crate/wooden/barrel, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"mNu" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"mNO" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"mNV" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"mOa" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mOh" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"mOx" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mOS" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mOX" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"mPQ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/rock, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mRn" = ( +/obj/structure/stone_tile/surrounding/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"mRw" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"mRQ" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"mSc" = ( +/obj/structure/flora/rock, +/obj/effect/mist, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"mSj" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"mSD" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/river) +"mSO" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mSW" = ( +/obj/machinery/light/small/directional/north, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"mTn" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mTB" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"mTE" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"mTI" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"mUy" = ( +/obj/item/stack/sheet/wood{ + amount = 30 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"mUM" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/inside/complex) +"mUR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"mVg" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"mVl" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mWq" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"mWX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + pixel_x = 8; + id = "Command"; + name = "command shsutters control"; + req_access = list(301) + }, +/obj/machinery/door_control/shutter{ + pixel_x = -8; + name = "shutters control"; + id = "Hang in"; + req_access = list(301) + }, +/obj/machinery/door_control/bolt_control{ + pixel_y = 8; + in_use = 1; + desiredstate_open = 1; + id = "commanddoor"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mYb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"mYm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/wrench, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"mYn" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"mYK" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"mYL" = ( +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"mYW" = ( +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"mZK" = ( +/obj/structure/extinguisher_cabinet{ + pixel_y = -30 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"mZT" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"nai" = ( +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"nbc" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"nbB" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "cave7" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"nbQ" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave3" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"ncb" = ( +/obj/item/clothing/gloves/ring/gold, +/obj/item/clothing/accessory/necklace/locket, +/obj/item/coin/gold, +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/wooden, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ncg" = ( +/obj/structure/flora/rock, +/mob/living/simple_animal/hostile/panther/huge_panther{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"ncm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"ndV" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "cave4" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"neX" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"nfW" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Command"; + interact_offline = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"nfZ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/east, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"ngO" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 5 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"nhk" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"nhA" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"nib" = ( +/obj/item/clothing/suit/armor/bone, +/obj/item/clothing/gloves/bracer, +/obj/item/clothing/gloves/bracer, +/obj/item/clothing/suit/armor/bone, +/obj/structure/closet/crate/wooden, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"njd" = ( +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"njs" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/glass, +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"njE" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"njH" = ( +/obj/structure/spider/stickyweb, +/mob/living/simple_animal/hostile/poison/giant_spider, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"njL" = ( +/obj/structure/table/wood, +/obj/item/food/monkeysdelight, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"njP" = ( +/obj/effect/turf_decal/box, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"nld" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/river) +"nok" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mushroom_bowl, +/obj/item/food/grown/mushroom/chanterelle, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"nou" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"nph" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"nqg" = ( +/mob/living/simple_animal/lizard, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"nry" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "cave6" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"nrY" = ( +/obj/item/stack/sheet/metal, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"nsm" = ( +/obj/structure/table/wood, +/obj/item/deck/cards/tiny, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"nsX" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"nub" = ( +/obj/item/airlock_electronics, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"nuz" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"nva" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"nvA" = ( +/obj/structure/table/reinforced, +/obj/item/radio, +/obj/item/radio, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"nwg" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"nwi" = ( +/obj/item/stock_parts/micro_laser, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"nwk" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 8 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"nwM" = ( +/obj/machinery/light/directional/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/inside/complex) +"nyc" = ( +/obj/structure/closet, +/obj/item/storage/box/gloves, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"nyz" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"nyY" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"nzd" = ( +/obj/structure/closet/crate/can, +/obj/item/trash/can, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"nzh" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "lake2" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"nzK" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"nAu" = ( +/obj/random/tool, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"nAK" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"nBk" = ( +/obj/item/clothing/head/helmet/old, +/obj/effect/decal/cleanable/generic, +/obj/machinery/firealarm/directional/south, +/obj/structure/extinguisher_cabinet{ + pixel_x = 25 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"nBO" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"nBY" = ( +/obj/item/trash/raisins, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"nCA" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"nCT" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway10" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"nDj" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"nEG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"nFb" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave9" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"nGx" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"nIc" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave) +"nIL" = ( +/obj/structure/table/tray, +/obj/item/scalpel{ + pixel_y = 8 + }, +/obj/item/retractor, +/obj/item/hemostat{ + pixel_y = 2 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/fix_o_vein, +/obj/item/surgicaldrill, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"nJX" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"nKe" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway12" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"nLu" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "lake3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"nLG" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"nMp" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"nMr" = ( +/obj/effect/mapping_helpers/turfs/rust, +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/outside/cave) +"nMI" = ( +/obj/structure/grille, +/obj/item/stack/sheet/plastitaniumglass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"nMQ" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"nNc" = ( +/obj/structure/falsewall/bookcase, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"nNs" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "swamp1" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"nNY" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"nOA" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 5 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"nOE" = ( +/obj/structure/extinguisher_cabinet{ + name = "south extinguisher cabinet"; + pixel_y = -30 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"nOY" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/robot, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"nPk" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"nQO" = ( +/obj/structure/chair/comfy/brown, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"nQT" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_y = 2; + pixel_x = -2 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"nRb" = ( +/turf/simulated/wall/mineral/wood, +/area/awaymission/jungle_planet/outside) +"nRH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + name = "Hallway Door" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"nRW" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"nSy" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"nSR" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"nSX" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"nTH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Command"; + name = "Command Shutters" + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"nTQ" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/mob/living/simple_animal/hostile/panther/huge_panther{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"nUo" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/grass{ + dir = 5 + }, +/obj/effect/turf_decal/grass{ + dir = 8 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"nUx" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"nUE" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"nWh" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"nWE" = ( +/obj/item/stack/cable_coil{ + amount = 1; + max_amount = 5 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"nXA" = ( +/mob/living/simple_animal/hostile/jungle_lizard/meele, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"nXO" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave7" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"nZd" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"nZe" = ( +/obj/item/reagent_containers/drinks/trophy/silver_cup, +/obj/item/clothing/gloves/ring/gold, +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"nZE" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"nZX" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"oal" = ( +/obj/item/stack/rods, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"oaT" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway1" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"obB" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/inside) +"obG" = ( +/obj/machinery/light_construct/directional/west, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"obM" = ( +/obj/machinery/door/airlock/hatch, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"odX" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"oeO" = ( +/mob/living/simple_animal/hostile/pirate{ + loot = null + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"oeY" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"ofe" = ( +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"ofn" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"ogU" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"ohf" = ( +/obj/item/rack_parts, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"ohw" = ( +/obj/structure/flora/rock, +/obj/effect/mist, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/waterfall) +"ohy" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ohA" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/mob/living/simple_animal/hostile/jungle_lizard/archer{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"oiR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CMDgate" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"oiX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"oiZ" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"ojJ" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/waterfall) +"oke" = ( +/obj/item/reagent_containers/drinks/oilcan, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"okx" = ( +/obj/structure/beebox, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"okA" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"olI" = ( +/obj/structure/railing, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"omz" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/inside/complex) +"omT" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate/wooden, +/obj/item/food/grown/cannabis, +/obj/item/food/grown/cannabis, +/obj/item/food/grown/cannabis/ultimate, +/obj/item/food/grown/cannabis/ultimate, +/obj/item/food/grown/cannabis/ultimate, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"omY" = ( +/obj/item/flag, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"onb" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"onB" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/cave) +"ooe" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"oov" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"opf" = ( +/obj/effect/decal/nanotrasen_logo{ + icon_state = "logo2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"opl" = ( +/obj/structure/fence{ + dir = 4; + pixel_x = 15 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"oqn" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"oqo" = ( +/obj/machinery/light/directional/west, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"oqX" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"orj" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"orm" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"osc" = ( +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"osI" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"otS" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"oud" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"ouu" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"ouM" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"ovS" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"owA" = ( +/obj/structure/flora/rock, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave10" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"owK" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"owL" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"oyb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/mining{ + name = "second hangar"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"oyy" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"oyE" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"oAq" = ( +/obj/item/stack/sheet/bone{ + amount = 5 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"oAs" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"oAu" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/inside/complex) +"oAH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/outside/cave) +"oBa" = ( +/obj/structure/table, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"oBh" = ( +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"oBM" = ( +/obj/structure/flora/junglebush, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"oCe" = ( +/obj/structure{ + icon = 'icons/obj/machines/gateway.dmi'; + icon_state = "toff"; + name = "gateway"; + desc = "A mysterious gateway built by unknown hands, it allows for faster than light travel to far-flung locations."; + density = 1; + anchored = 1; + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreycamo" + }, +/area/awaymission/jungle_planet/inside) +"oCR" = ( +/obj/structure{ + icon = 'icons/obj/machines/research.dmi'; + icon_state = "doppler"; + name = "long-distance communication antenna"; + desc = "Technological communication device."; + density = 1; + anchored = 1 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"oDl" = ( +/obj/structure/railing, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"oDv" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 10 + }, +/area/awaymission/jungle_planet/inside/complex) +"oDF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"oDZ" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/fluff/drake_statue/falling{ + desc = "A towering black-stone sculpture of a monstrous raptor. Cracks run down its surface and parts of it have fallen off."; + name = "giant lizard statue" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"oFc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"oFV" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"oFY" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"oHz" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"oHE" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/light_construct/directional/west, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"oHG" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"oIE" = ( +/obj/structure/decorative_structures/metal/statue/moon{ + anchored = 1 + }, +/obj/structure/stone_tile/slab/burnt, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"oJv" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"oJx" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"oKl" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"oKw" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/mecha_wreckage/ripley/firefighter, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"oKy" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "waterfall6" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"oLd" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"oLz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/inside) +"oMg" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer" = 0); + pixel_x = -11; + pixel_y = 2 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"oMS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"oNm" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"oNz" = ( +/obj/item/clothing/gloves/ring/gold, +/obj/structure/safe/floor, +/obj/item/documents/nanotrasen, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/kirbyplants, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"oND" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"oOq" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"oPC" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"oQl" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave/pirate) +"oQY" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave6" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"oRs" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"oRE" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"oSb" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"oSm" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"oSr" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 0.3; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/obj/structure/flora/tree/jungle/small, +/obj/effect/dummy/lighting_obj{ + light_power = 6 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"oSL" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"oSZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"oTf" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"oTr" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/fork{ + pixel_x = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"oTJ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mushroom_bowl{ + pixel_y = -11; + pixel_x = -11 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"oUq" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"oXX" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/waterfall) +"oYz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"oZh" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"oZt" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "waterfall5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"oZC" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"oZK" = ( +/obj/machinery/door/airlock/command{ + locked = 1; + name = "command"; + req_access = list(301) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"pbA" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pbE" = ( +/obj/structure/chair/wood, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"pbH" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"pce" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"pcp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"pcr" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"pcB" = ( +/obj/structure/flora/junglebush/large, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pdL" = ( +/obj/item/clothing/glasses/sunglasses, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"pdY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"peh" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"pfh" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreycamo" + }, +/area/awaymission/jungle_planet/inside) +"pfi" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway7" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pgx" = ( +/obj/structure/railing, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pgy" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"pho" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway6" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"phs" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"piJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/light_construct/directional/east, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"piV" = ( +/obj/structure/largecrate, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"piW" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside) +"pjI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"pjP" = ( +/obj/item/stack/spacecash/c1000, +/obj/item/stack/spacecash/c500, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/wooden, +/obj/item/stack/spacecash/c1000, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"pjT" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pkD" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pli" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"plk" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"plU" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"pmk" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/newton{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"pnG" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"pnJ" = ( +/obj/effect/spawner/window/shuttle, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"poV" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "cave3" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"ppD" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"ppW" = ( +/obj/structure/statue/silver/monkey, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"pqt" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"prp" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"prI" = ( +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"psv" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/screwdriver, +/obj/item/reagent_containers/drinks/coffee{ + desc = "Its cold like the space outside noo!"; + pixel_x = -6; + pixel_y = 8; + list_reagents = list("coffee" = 0) + }, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"psW" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave) +"pus" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"puK" = ( +/obj/effect/mist, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"pvb" = ( +/obj/structure{ + icon = 'icons/obj/machines/gateway.dmi'; + icon_state = "toff"; + name = "gateway"; + desc = "A mysterious gateway built by unknown hands, it allows for faster than light travel to far-flung locations."; + density = 1; + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"pwd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"pwP" = ( +/turf/simulated/wall/indestructible/wood, +/area/awaymission/jungle_planet/outside/cave/pirate) +"pwS" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"pxl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"pxm" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/outside/river) +"pyu" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pyX" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"pzw" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pzW" = ( +/obj/effect/spawner/random/dirt/frequent, +/obj/item/bedsheet/black, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"pzZ" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "syndieturret2"; + name = "destroyed turret"; + desc = "Technological communication device"; + density = 1; + anchored = 1 + }, +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/jungle_planet/outside/abandoned) +"pBQ" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"pCa" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pCi" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"pDO" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"pEk" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pFF" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/welding{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/obj/item/disk/tech_disk{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"pFI" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"pGk" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"pGy" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet{ + opened = 1 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"pGZ" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/inside) +"pHo" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"pHp" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroidfloor" + }, +/area/awaymission/jungle_planet/outside/river) +"pII" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"pJn" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pJH" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pJO" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 1 + }, +/area/awaymission/jungle_planet/inside/complex) +"pKO" = ( +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"pKX" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pLD" = ( +/obj/item/stack/rods, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pLT" = ( +/obj/structure/sign/poster/official/walk{ + pixel_y = -32 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"pMn" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"pMB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"pMW" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"pNv" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"pNW" = ( +/obj/machinery/porta_turret_construct, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"pOr" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/abandoned) +"pRD" = ( +/obj/item/cigbutt, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"pRO" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"pRX" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"pRZ" = ( +/obj/structure/flora/junglebush, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "lake5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"pSD" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"pTC" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"pUX" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"pVc" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"pWf" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2"; + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"pWh" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/fluff/dusty_jacket, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/mask/bandana/fluff/dar, +/obj/item/clothing/under/pants/tan, +/obj/item/card/id/away/old/sec{ + name = "MC-16 multicard"; + desc = "A clip on ID Badge, has one of those fancy new magnetic strips built in." + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"pWt" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave7" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"pWH" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box/empty, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"pWK" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"pXA" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside) +"pYs" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"pYP" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"pZa" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"pZY" = ( +/obj/item/reagent_containers/drinks/oilcan, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qaT" = ( +/obj/structure/sign/radiation{ + pixel_y = 65 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qbS" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/item/pipe_meter{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qbZ" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/structure/spider/cocoon, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qcZ" = ( +/obj/structure/table/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"qdL" = ( +/obj/structure/fence, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"qeb" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/bow, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"qee" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/item/newspaper, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"qeg" = ( +/obj/effect/mob_spawn/human/corpse/syndicatesoldier, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"qeW" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"qfd" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"qfJ" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"qgv" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 6 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"qgA" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/storage/fancy/egg_box, +/obj/item/reagent_containers/drinks/bottle/cream, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"qgJ" = ( +/obj/machinery/light_switch{ + name = "east light switch"; + pixel_x = 24; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"qhD" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"qim" = ( +/obj/effect/decal/remains/human, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"qjI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"qkl" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"qkp" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"qkM" = ( +/obj/item/coin/gold, +/obj/item/coin/gold{ + pixel_x = -9 + }, +/obj/item/clothing/accessory/necklace/locket{ + pixel_x = 9 + }, +/obj/item/stack/ore/plasma, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/outside/cave) +"qlp" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/blood/often, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qlE" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/remains/human, +/obj/machinery/light/directional/west, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"qma" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"qmr" = ( +/obj/structure/table, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "laptop"; + dir = 8; + icon_keyboard = "laptop_key_lightmask"; + icon_screen = "laptop_broken" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"qni" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/inside) +"qnu" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"qnx" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside) +"qnM" = ( +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"qnO" = ( +/obj/structure/flora/ash/tall_shroom, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"qoi" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "bush2" + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"qox" = ( +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside/abandoned) +"qph" = ( +/obj/structure/closet/syndicate, +/obj/item/clothing/suit/jacket/bomber/syndicate, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"qpu" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"qpv" = ( +/obj/item/shard, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"qpP" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush4" + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"qpV" = ( +/obj/effect/spawner/random/dirt/frequent, +/obj/item/circular_saw, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qpZ" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"qqi" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"qqF" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"qrw" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside/cave/pirate) +"qsD" = ( +/mob/living/simple_animal/hostile/scarybat{ + faction = list("junglemob") + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"qsJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"qtS" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"quj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"qur" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"qvZ" = ( +/obj/structure/fence/corner{ + dir = 1; + pixel_x = -14; + pixel_y = -1 + }, +/obj/structure/fence{ + pixel_y = -1 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"qwf" = ( +/obj/machinery/door/airlock/engineering{ + name = "engineering"; + req_access = list(271) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qwh" = ( +/obj/structure/flora/ash/leaf_shroom, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"qwq" = ( +/obj/effect/turf_decal/grass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qwS" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"qwX" = ( +/obj/machinery/atmospherics/trinary/tvalve/bypass{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qxn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Command"; + name = "Command Shutters" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"qxu" = ( +/obj/effect/turf_decal/arrows, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"qxx" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/river) +"qyk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qzb" = ( +/obj/item/razor, +/obj/item/clothing/head/officer, +/obj/item/flashlight/seclite, +/obj/structure/closet, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/lighter/zippo, +/obj/item/clothing/head/officer, +/obj/item/coin/iron, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"qzh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining{ + locked = 1; + name = "main hangar"; + req_access = list(301) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Hang in"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"qzW" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"qBi" = ( +/obj/structure/closet/crate/radiation, +/obj/item/stack/sheet/mineral/uranium{ + amount = 30 + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"qCn" = ( +/mob/living/simple_animal/hostile/jungle_lizard/axeman{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"qCV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qDq" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"qDP" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"qEe" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"qEf" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"qEs" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"qEZ" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"qFu" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"qFG" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qIk" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/blood/often, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"qIV" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"qJj" = ( +/obj/machinery/door/firedoor/closed, +/obj/machinery/door/airlock/engineering{ + name = "engineering"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"qJo" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/river) +"qJI" = ( +/obj/item/storage/fancy/donut_box/empty, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"qJR" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/largecrate, +/obj/structure/sign/explosives/alt{ + pixel_x = 31 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"qLR" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"qNh" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"qNs" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/grass{ + dir = 9 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"qNW" = ( +/obj/structure/bonfire/lit, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/small) +"qOq" = ( +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/river) +"qOs" = ( +/obj/structure/sink{ + layer = 4; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"qOH" = ( +/obj/structure/table/wood, +/obj/item/food/meat{ + pixel_y = -22; + pixel_x = -7 + }, +/obj/item/food/monkeysdelight, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"qOM" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"qPc" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass7" + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"qPA" = ( +/obj/machinery/kitchen_machine/oven, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"qPT" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"qQz" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/kitchen/knife{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"qQS" = ( +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"qRh" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"qSF" = ( +/obj/item/shard, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"qST" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/gold{ + amount = 43 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qTm" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "swamp4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"qTn" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"qTC" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"qTY" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "waterfall1" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"qUO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"qVg" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qVG" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/mob/living/simple_animal/hostile/panther/huge_panther{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"qVY" = ( +/obj/structure/table/wood, +/obj/item/food/meat, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"qVZ" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"qXQ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"qYg" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "lake4" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"qYR" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/often, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"qZP" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"ras" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"raJ" = ( +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rbk" = ( +/obj/structure/sink/directional/west, +/obj/effect/decal/cleanable/spiderling_remains, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"rbm" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"rbZ" = ( +/obj/item/kitchen/knife/combat/survival/bone, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"rce" = ( +/obj/structure/flora/rock/pile/largejungle{ + icon_state = "rocks3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rcw" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rcF" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/jungle_planet/outside/abandoned) +"rcL" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"rdv" = ( +/obj/structure/flora/rock/pile, +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"rdF" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rdZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"rfe" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"rfZ" = ( +/obj/structure/largecrate, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"rgF" = ( +/obj/structure/table, +/obj/item/trash/can, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"rhk" = ( +/obj/item/stack/rods, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rhY" = ( +/obj/structure/table/holotable/wood, +/obj/item/trash/candle{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/coin/gold, +/obj/item/clothing/mask/cigarette/pipe/cobpipe, +/obj/item/reagent_containers/drinks/bottle/rum{ + list_reagents = list("rum" = 0) + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"rim" = ( +/obj/structure/chair/wood, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"riR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + interact_offline = 1 + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"rjb" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/red{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"rjA" = ( +/obj/structure/gunrack, +/obj/structure/window/reinforced, +/obj/item/gun/energy/laser/retro/old{ + desc = "An older model of the basic lasergun, no longer used by Nanotrasen's private security or military forces. Nevertheless, it is still quite deadly and easy to maintain, making it a favorite amongst pirates and other outlaws." + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/obj/item/gun/energy/laser/retro/old{ + desc = "An older model of the basic lasergun, no longer used by Nanotrasen's private security or military forces. Nevertheless, it is still quite deadly and easy to maintain, making it a favorite amongst pirates and other outlaws."; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"rks" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"rlI" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort2" + }, +/obj/structure/sign/explosives/alt{ + pixel_x = 31 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"rlZ" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"rma" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rmO" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "cave9" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"rmV" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"rne" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway9" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rnw" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/shard, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"rnx" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/tree/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rnO" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/obj/item/chair, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"rox" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush8" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rpw" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"rpz" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rpZ" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/waterfall) +"rqY" = ( +/mob/living/simple_animal/hostile/jungle_lizard/spearman{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rrf" = ( +/obj/structure{ + icon_state = "smes"; + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit"; + icon = 'icons/obj/power.dmi'; + density = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"rrw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"rrT" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"rsE" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"ruk" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"ruK" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/river) +"rvr" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"rvF" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"rvH" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway6" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rww" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"rwz" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"rwV" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rxH" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rxJ" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"ryt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"ryw" = ( +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -32 + }, +/obj/machinery/optable, +/obj/item/clothing/gloves/color/latex, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "bluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"ryQ" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"ryS" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"rzP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "asteroidfloor" + }, +/area/awaymission/jungle_planet/outside/river) +"rAd" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"rAr" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"rAs" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/airlock/mining{ + name = "main hangar"; + req_access = list(301) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Hang in"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"rAR" = ( +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"rBb" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"rBr" = ( +/obj/structure/chair/office/dark, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = -32; + density = 0 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"rBC" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"rBF" = ( +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/waterfall) +"rCN" = ( +/obj/structure/table_frame, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"rDj" = ( +/obj/random/tool, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"rEW" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rFs" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"rFx" = ( +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -27 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"rHc" = ( +/obj/structure/flora/rock, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rHn" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"rHT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/storage/fancy/matches, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"rIj" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/river) +"rIP" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/sign/poster/official/walk{ + pixel_y = 33 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"rJp" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/flora/ash/cap_shroom, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"rJu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"rJC" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"rKf" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "pathway8" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rKg" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"rKR" = ( +/obj/structure/fence{ + pixel_y = -1 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"rLA" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"rLI" = ( +/obj/item/cultivator/rake, +/mob/living/simple_animal/hostile/jungle_lizard/meele{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"rMi" = ( +/obj/structure/bonfire{ + layer = 2.9 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"rMG" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "bush8" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rMM" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rMO" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/brute, +/obj/item/bonegel, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"rNb" = ( +/obj/structure/railing, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"rNB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"rNE" = ( +/obj/structure/flora/junglebush, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"rNJ" = ( +/obj/machinery/door_control/shutter/south{ + id = "Main in"; + req_access = list(301); + interact_offline = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"rNK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + interact_offline = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"rOc" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"rOh" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"rPW" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"rQp" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 6; + pixel_x = 2 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"rQP" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"rRd" = ( +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"rRq" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"rRv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"rSb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"rSn" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"rSv" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/outside/cave) +"rSM" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/suit/tracksuit, +/obj/item/clothing/head/soft/black, +/obj/item/stack/spacecash/c20, +/obj/item/crowbar/small, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"rSX" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"rTs" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "AAS_Off_Open"; + name = "messaging server"; + desc = "A machine that processes and routes PDA and request console messages."; + pixel_x = -5; + density = 1; + anchored = 1 + }, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/micro_laser, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/jungle_planet/inside/complex) +"rUm" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/closet/crate{ + opened = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"rUV" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Shuttle Maintenance" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"rUY" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/inside) +"rVe" = ( +/obj/item/camera_assembly, +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"rVt" = ( +/obj/random/toolbox, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"rVw" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"rXc" = ( +/obj/item/coin/gold{ + pixel_x = -17; + pixel_y = 11 + }, +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"rXw" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"rXM" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"rXU" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"rYr" = ( +/mob/living/simple_animal/hostile/pirate{ + loot = null + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"rYy" = ( +/obj/structure/fence{ + dir = 4; + pixel_x = -14 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"rYB" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"rYD" = ( +/obj/effect/turf_decal/grass{ + dir = 4 + }, +/mob/living/simple_animal/hostile/retaliate/poison/snake{ + faction = list("hostile","jungle","junglemob") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"rZa" = ( +/obj/item/shovel, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"sac" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"sar" = ( +/obj/structure{ + icon = 'icons/obj/machines/mining_machines.dmi'; + icon_state = "unloader-corner"; + name = "unloading machine"; + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"sba" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"sbj" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/obj/structure/flora/ausbushes/reedbush, +/obj/effect/mist, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"sbm" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sbr" = ( +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp, +/area/awaymission/jungle_planet/outside/cave) +"sbX" = ( +/obj/structure/barricade/wooden, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "waterfall1" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/waterfall) +"scm" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"sdf" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"sdS" = ( +/mob/living/simple_animal/hostile/pirate/ranged{ + loot = null + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"sel" = ( +/obj/item/stack/sheet/metal, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"sex" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"sfR" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"sgy" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/largecrate, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"shj" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/turf_decal/delivery/white, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sia" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"siH" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"sji" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"sjJ" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"skb" = ( +/obj/structure/fence{ + dir = 4; + pixel_x = -14 + }, +/obj/structure/holohoop{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"skh" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"snc" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"snf" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"snP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"soo" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock, +/obj/item/stack/rods, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"soK" = ( +/obj/effect/decal/cleanable/generic, +/obj/machinery/light/directional/north, +/obj/effect/spawner/random/dirt/often, +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"spE" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"spN" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"sqc" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"sqI" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/outside) +"sru" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"srB" = ( +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"srO" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"srT" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ssu" = ( +/obj/structure/sign/poster/official/random/east, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/inside/complex) +"ssW" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2" + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"stk" = ( +/obj/item/extinguisher, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"suk" = ( +/obj/structure/necropolis_arch{ + name = "Temple Arch"; + desc = "A massive arch decorated with horrific ornaments and draughts." + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"suE" = ( +/obj/structure/mineral_door/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"suM" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave8" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"sxr" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 8 + }, +/area/awaymission/jungle_planet/outside/river) +"syB" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"syJ" = ( +/obj/structure/table, +/obj/item/card/id/away/old/sec{ + name = "MC-16 multicard"; + desc = "A clip on ID Badge, has one of those fancy new magnetic strips built in." + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"syQ" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/brown{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"syW" = ( +/obj/structure/fence/corner{ + pixel_x = 15; + pixel_y = -1 + }, +/obj/structure/fence{ + pixel_y = -1 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"syZ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"szb" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"szn" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"szw" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"szR" = ( +/obj/effect/turf_decal/delivery, +/obj/item/stack/sheet/metal/fifty, +/obj/structure/closet/crate{ + opened = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"szY" = ( +/obj/item/stack/package_wrap, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"sAP" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + dir = 8; + interact_offline = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sBv" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sBD" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "swamp4" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"sCe" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/shard, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"sCU" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"sDk" = ( +/obj/item/chair/wood{ + pixel_x = 22 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"sDP" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"sDQ" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/item/food/grown/poppy, +/obj/item/food/grown/geranium, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"sFa" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"sFi" = ( +/obj/structure/grille, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"sHe" = ( +/obj/machinery/door/airlock/public{ + name = "Kitchen"; + req_access = list(271) + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"sHm" = ( +/obj/item/storage/backpack/industrial, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"sHQ" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside/cave/pirate) +"sIz" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/shaker, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"sIC" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "waterfall1" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"sIX" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass7" + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"sJd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"sKo" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate/engineering, +/obj/item/stock_parts/cell/high, +/obj/item/stack/cable_coil, +/obj/item/stack/rods{ + amount = 15 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"sKN" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"sMs" = ( +/obj/structure/kitchenspike_frame, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"sMA" = ( +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sMO" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sMZ" = ( +/obj/item/pen{ + pixel_x = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"sNa" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"sNM" = ( +/obj/structure/decorative_structures/metal/statue/sun{ + layer = 10; + anchored = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"sOd" = ( +/obj/item/stack/ore/glass, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"sOV" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway9" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"sPL" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"sPM" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"sQH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door_control/shutter/south{ + id = "Cargo in"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"sQQ" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "cave3" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"sRf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/outside/river) +"sRJ" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages." + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 5 + }, +/area/awaymission/jungle_planet/inside/complex) +"sSk" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"sTs" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"sTK" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/waterfall) +"sTS" = ( +/obj/machinery/door/firedoor/closed, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Arm in"; + dir = 2; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"sTV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"sUj" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"sUJ" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"sUU" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"sVj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 1 + }, +/area/awaymission/jungle_planet/inside/complex) +"sWi" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/rack_parts, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sWR" = ( +/obj/structure/sign/radiation{ + pixel_y = 65 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sXj" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/awaymission/jungle_planet/inside/complex) +"sXU" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"sYz" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"sYR" = ( +/obj/structure/disposalpipe/broken{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"sZo" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"sZs" = ( +/mob/living/simple_animal/hostile/pirate/ranged{ + loot = null + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"tas" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"tbb" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"tcb" = ( +/obj/structure/flora/ash/leaf_shroom, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"tcr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"tcP" = ( +/obj/structure/table, +/obj/item/folder/syndicate/red, +/obj/item/pen, +/obj/item/salvage/loot/syndicate{ + pixel_y = 10; + pixel_x = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"tcS" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"tdt" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"tei" = ( +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/small) +"tek" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"tey" = ( +/obj/item/food/grown/chili, +/obj/item/food/grown/carrot, +/obj/item/food/grown/mushroom/chanterelle, +/obj/item/food/grown/mushroom/chanterelle, +/obj/item/food/grown/onion, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"teN" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"tfh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"tfz" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"tgl" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"tgz" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"tha" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"tho" = ( +/obj/effect/spawner/random/blood/often, +/mob/living/simple_animal/hostile/jungle_lizard/meele{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"thr" = ( +/obj/structure{ + icon = 'icons/obj/machines/gateway.dmi'; + icon_state = "toff"; + name = "gateway"; + density = 1; + anchored = 1; + dir = 9; + desc = "A mysterious gateway built by unknown hands, it allows for faster than light travel to far-flung locations." + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreycamo" + }, +/area/awaymission/jungle_planet/inside) +"thJ" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"tio" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/tree/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"tiT" = ( +/obj/effect/waterfall{ + dir = 4 + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave/small) +"tjL" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"tjS" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "swamp2" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"tlv" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"tmv" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/bone, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"tmC" = ( +/mob/living/simple_animal/hostile/jungle_lizard/meele{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"tna" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"tnm" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside/waterfall) +"tnK" = ( +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tnM" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"tnS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"tnT" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_corner"; + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"tnX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"tpa" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"tps" = ( +/obj/effect/spawner/random/dirt/often, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"tpH" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"tqm" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"tqq" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/clothing/head/helmet/old, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/jungle_planet/inside/complex) +"tqF" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"tqZ" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/shard, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"trG" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"trH" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tsv" = ( +/obj/effect/decal/cleanable/blood/gibs/robot, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"tsM" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"tte" = ( +/obj/item/bikehorn/golden, +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/wooden, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ttC" = ( +/obj/item/chair/stool/bar{ + pixel_x = -13 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"ttY" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"tvT" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway7" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"twn" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"twF" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel{ + icon_state = "asteroidfloor" + }, +/area/awaymission/jungle_planet/outside/river) +"twZ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"txh" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"tzH" = ( +/obj/machinery/door/airlock/mining{ + name = "second hangar"; + locked = 1; + req_access = list(301); + id_tag = "hang2in" + }, +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Cargo in" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"tAH" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"tAR" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/landmark/awaystart, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"tAY" = ( +/obj/machinery/light_construct/small/north, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tBs" = ( +/obj/effect/waterfall{ + dir = 4 + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"tBu" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/awaymission/jungle_planet/inside) +"tBJ" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"tCk" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tCl" = ( +/obj/item/chair/wood, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"tDf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"tDn" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"tDA" = ( +/obj/structure/flora/rock/pile, +/mob/living/simple_animal/hostile/scarybat{ + faction = list("junglemob") + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"tDH" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/waterfall) +"tEi" = ( +/obj/item/rack_parts, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tEr" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 1 + }, +/area/awaymission/jungle_planet/inside/complex) +"tEA" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"tEQ" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tGN" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"tHT" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"tIH" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"tJi" = ( +/obj/structure/kitchenspike_frame, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"tJG" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"tKb" = ( +/obj/structure/fence, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"tKK" = ( +/obj/structure/table, +/obj/item/card/id/away/old/sec{ + name = "MC-16 multicard"; + desc = "A clip on ID Badge, has one of those fancy new magnetic strips built in." + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tLd" = ( +/obj/structure/table/wood, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"tLh" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate{ + opened = 1 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"tLH" = ( +/obj/structure/door_assembly/door_assembly_ext{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"tLL" = ( +/obj/structure/table/wood/fancy/royalblack, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"tMk" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave2" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"tMG" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/cobweb2, +/obj/random/toolbox, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tNq" = ( +/obj/effect/waterfall{ + dir = 1 + }, +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave) +"tNF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"tOo" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"tOz" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plasteel{ + icon_state = "asteroidfloor" + }, +/area/awaymission/jungle_planet/outside) +"tOB" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/mineral/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"tPa" = ( +/obj/structure/closet, +/obj/item/clothing/suit/browntrenchcoat, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/gloves/fingerless, +/obj/item/kitchen/knife/combat/survival, +/obj/item/storage/belt/utility, +/obj/item/flashlight/seclite, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"tQw" = ( +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"tQB" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway13" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"tRE" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"tSG" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"tTi" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"tTx" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/decal/remains/human, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"tTG" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"tTV" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"tTZ" = ( +/obj/effect/turf_decal/caution, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"tUb" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"tUn" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush8" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"tUw" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"tUy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Right in"; + dir = 8; + interact_offline = 1 + }, +/obj/machinery/door/airlock/mining{ + locked = 1; + name = "main hangar"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"tUU" = ( +/obj/effect/spawner/random/dirt/often, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"tUX" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"tVe" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"tVL" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"tVQ" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"tWg" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"tWr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/window/full/plasmareinforced, +/turf/simulated/floor/indestructible, +/area/awaymission/jungle_planet/inside/complex) +"tWG" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"tYz" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"tYH" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/awaymission/jungle_planet/inside/complex) +"tYL" = ( +/obj/structure/fence, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"tZR" = ( +/obj/structure/fence/door, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"tZW" = ( +/obj/mecha/working/ripley{ + obj_integrity = 140 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"uaO" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate{ + opened = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"ubw" = ( +/obj/effect/spawner/random/blood/often, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"uca" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 1 + }, +/obj/structure/ore_box, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"ucj" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"ucK" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"ude" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle{ + pixel_x = -10 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/bruise_pack, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"udf" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"udR" = ( +/obj/item/bonesetter{ + pixel_x = 17; + pixel_y = -13 + }, +/obj/effect/spawner/random/dirt/frequent, +/obj/item/storage/firstaid/toxin, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"udS" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway11" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"ueo" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"ueO" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside/river) +"ueW" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"ufR" = ( +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/cave) +"ugF" = ( +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ugL" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"ugR" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"ugX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"uhg" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uim" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ujc" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/item/camera_assembly, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"ujg" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/cave/small) +"ujY" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"ukm" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ukM" = ( +/turf/simulated/wall, +/area/awaymission/jungle_planet/inside) +"uli" = ( +/obj/item/stack/sheet/mineral/gold{ + amount = 25 + }, +/obj/item/stack/sheet/mineral/gold{ + amount = 25 + }, +/obj/item/coin/diamond, +/obj/item/coin/silver, +/obj/machinery/light/small/directional/north, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/diamond, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/effect/spawner/random/dirt/often, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"ulv" = ( +/obj/effect/spawner/random/oil/maybe, +/mob/living/simple_animal/hostile/poison/giant_spider, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"ulP" = ( +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"umH" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"umO" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"umP" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "2post" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"unA" = ( +/obj/structure/mineral_door/sandstone, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"unS" = ( +/obj/item/chair{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"uoc" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uoQ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"uoY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"upc" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"upX" = ( +/obj/item/stack/rods, +/obj/item/shard, +/obj/effect/spawner/random/dirt/maybe, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"uqU" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uqY" = ( +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside) +"urG" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"usE" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/port_gen/pacman/super{ + anchored = 1; + desc = "A portable generator for emergency backup power."; + name = "S.U.P.E.R.P.A.C.M.A.N.-type portable generator" + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"usV" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"usY" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/waterfall) +"utb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"uts" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"utY" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"uue" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/ammo_casing/caseless/arrow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"uus" = ( +/obj/structure/closet, +/obj/item/storage/firstaid/brute/empty, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/regular, +/obj/item/roller_holder, +/obj/item/handheld_defibrillator, +/obj/item/storage/box/syringes, +/obj/item/stack/medical/bruise_pack, +/obj/item/storage/box/gloves, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"uvz" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"uvF" = ( +/obj/structure{ + icon_state = "smes"; + desc = "A high-capacity superconducting magnetic energy storage (SMES) unit."; + name = "power storage unit"; + icon = 'icons/obj/power.dmi'; + density = 1 + }, +/obj/structure/cable, +/obj/structure/sign/poster/ripped{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/awaymission/jungle_planet/outside/abandoned) +"uxL" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"uyI" = ( +/mob/living/simple_animal/hostile/panther/huge_panther{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"uAo" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 8 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"uAH" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/obj/effect/decal/cleanable/blood/gibs/old, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uAI" = ( +/obj/structure/closet/crate/wooden, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/stack/medical/ointment/advanced, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/splint, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"uBo" = ( +/obj/item/match, +/obj/effect/decal/cleanable/spiderling_remains, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"uBr" = ( +/obj/structure/closet, +/obj/item/stamp/qm, +/obj/item/clothing/shoes/centcom, +/obj/item/lighter/zippo, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"uBw" = ( +/obj/structure/machine_frame, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/capacitor{ + pixel_x = 14 + }, +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/item/stack/cable_coil{ + pixel_y = 4; + amount = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"uBO" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"uCa" = ( +/obj/item/tank/internals/plasma/empty{ + pixel_x = 14 + }, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uCg" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"uCt" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"uDo" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"uEa" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "lake3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uFt" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uFL" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway13" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uGb" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"uGj" = ( +/obj/structure/table/wood, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"uGp" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe{ + id = "pathway13" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uIb" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"uIx" = ( +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"uIE" = ( +/obj/item/pickaxe/mini, +/obj/item/stack/ore/glass, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"uIX" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"uJH" = ( +/obj/structure/reagent_dispensers/oil, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"uJN" = ( +/obj/machinery/door/poddoor{ + id_tag = "gatelizard_piratcaptain" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"uJW" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"uJY" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"uKb" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"uKR" = ( +/obj/structure/closet, +/obj/item/clothing/mask/gas, +/obj/item/wrench, +/obj/item/analyzer, +/obj/item/tank/internals/plasma/empty, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"uKT" = ( +/obj/structure/kitchenspike, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"uMl" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway9" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uMp" = ( +/obj/item/stack/rods{ + amount = 2 + }, +/obj/item/stack/sheet/metal{ + pixel_x = 9 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"uMZ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uNs" = ( +/obj/structure{ + icon = 'icons/obj/machines/gateway.dmi'; + icon_state = "toff"; + name = "gateway"; + desc = "Technological communication device"; + density = 1; + anchored = 1; + dir = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkgreycamo" + }, +/area/awaymission/jungle_planet/inside) +"uNx" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"uND" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"uNI" = ( +/obj/item/handheld_defibrillator, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"uOh" = ( +/obj/item/camera_assembly, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"uOn" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"uOZ" = ( +/obj/structure/mineral_door/sandstone, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"uPH" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"uPZ" = ( +/obj/item/stack/rods, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"uQQ" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"uRs" = ( +/obj/structure/extinguisher_cabinet{ + pixel_x = 6; + pixel_y = 30 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"uRJ" = ( +/obj/machinery/door/airlock{ + name = "restrooms" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"uSc" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"uSt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"uTk" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uUj" = ( +/obj/item/stack/sheet/wood{ + amount = 30 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uVT" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"uWc" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/decal/straw/edge, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uWU" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"uXd" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave4" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"uXf" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"uZv" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave) +"uZY" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"val" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/sign/poster/contraband/random/west, +/obj/random/tool, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"vao" = ( +/obj/structure/flora/rock/pile/largejungle{ + pixel_y = 2; + pixel_x = -2 + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vbD" = ( +/obj/machinery/door/airlock/freezer, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"vbX" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"vbZ" = ( +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"vcV" = ( +/obj/effect/decal/cleanable/blood/writing, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"vdZ" = ( +/obj/structure{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "controller-o"; + name = "blackbox recorder"; + density = 1; + anchored = 1 + }, +/obj/item/stock_parts/capacitor, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/turf/simulated/floor/greengrid{ + icon_state = "bcircuit" + }, +/area/awaymission/jungle_planet/inside/complex) +"veX" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"vgc" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "lake4" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vgy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "spiderling"; + name = "dead spider" + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"vgF" = ( +/obj/effect/decal/cleanable/spiderling_remains, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"vgG" = ( +/obj/structure/table, +/obj/item/pen, +/obj/item/folder/yellow{ + pixel_x = -5 + }, +/obj/machinery/door_control/bolt_control{ + pixel_x = 8; + desiredstate_open = 1; + id = "hang2in" + }, +/obj/machinery/door_control/shutter{ + pixel_x = 8; + pixel_y = 8; + id = "gate_lizard_QM" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"vhm" = ( +/obj/structure/stone_tile/block, +/obj/structure/sacrificealtar{ + icon_state = "sacrificealtar-red"; + density = 1; + climbable = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"vhL" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vhX" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave11" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"viC" = ( +/obj/structure/flora/rock, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"viM" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"vjr" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"vjv" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/turf_decal/grass{ + dir = 6 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/inside/complex) +"vjw" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/cave/small) +"vkt" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vkC" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"vlw" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/table, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"vly" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vlT" = ( +/obj/item/stack/sheet/bone{ + amount = 5 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"vmE" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"vni" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/obj/effect/decal/remains/human, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/blood/often, +/obj/machinery/light_construct/small/west, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"voq" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"vot" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"voN" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"vpw" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"vpR" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"vqo" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"vqB" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/gold{ + amount = 43 + }, +/obj/item/stack/sheet/mineral/silver{ + amount = 40 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"vqT" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"vrK" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside) +"vrM" = ( +/obj/item/clothing/suit/armor/vest, +/obj/item/reagent_containers/spray/pepper, +/obj/item/storage/belt/security, +/obj/item/clothing/shoes/combat, +/obj/item/kitchen/knife/combat, +/obj/structure/closet/secure_closet{ + req_access = list(271) + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/awaymission/jungle_planet/inside/complex) +"vrP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + dir = 8; + interact_offline = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"vsU" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"vta" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/storage/briefcase{ + pixel_x = -2; + pixel_y = -5 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"vtg" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "Skynet_heavy" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vtE" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"vvz" = ( +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/shoes/sandal, +/obj/item/clothing/suit/unathi/mantle, +/obj/item/clothing/suit/unathi/mantle, +/obj/item/clothing/suit/unathi/robe, +/obj/item/clothing/suit/unathi/robe, +/obj/structure/closet/crate/wooden, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"vvO" = ( +/obj/item/broken_device, +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"vwd" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"vws" = ( +/obj/structure/fermenting_barrel, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"vwu" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 1 + }, +/area/awaymission/jungle_planet/outside/river) +"vwC" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/computerframe{ + icon_state = "comp_frame_5"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vwT" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway12" + }, +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vwW" = ( +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "spiderling"; + name = "dead spider" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"vzJ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vAX" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"vBt" = ( +/obj/structure/closet, +/obj/item/stack/sheet/plasteel{ + amount = 15 + }, +/obj/item/stack/sheet/plasteel{ + amount = 15 + }, +/obj/item/stack/sheet/plasteel{ + amount = 15 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/obj/item/mod/core/plasma, +/obj/item/mod/construction/plating, +/obj/item/mod/construction/plating, +/obj/item/mod/construction/plating, +/obj/item/circuitboard/autolathe, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/awaymission/jungle_planet/inside/complex) +"vBw" = ( +/obj/item/stack/rods, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"vBz" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"vBY" = ( +/obj/structure/necropolis_arch{ + name = "Temple Arch"; + desc = "A massive arch decorated with horrific ornaments and draughts." + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave9" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"vCb" = ( +/obj/structure/table/wood, +/obj/item/food/fried_vox{ + pixel_y = 5 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"vCt" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/item/stack/sheet/mineral/plastitanium, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"vCC" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"vCY" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"vDD" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"vEl" = ( +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"vEu" = ( +/mob/living/simple_animal/hostile/jungle_lizard, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"vEC" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"vEJ" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vEO" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vFj" = ( +/obj/structure/computerframe{ + icon_state = "comp_frame_2" + }, +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"vFE" = ( +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"vFR" = ( +/obj/effect/turf_decal/caution/stand_clear/red, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vGb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/engine, +/area/awaymission/jungle_planet/inside/complex) +"vGM" = ( +/obj/structure/flora/rock/pile/largejungle{ + icon_state = "rocks3" + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"vHc" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -3; + pixel_y = 18 + }, +/obj/item/reagent_containers/drinks/drinkingglass, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"vHh" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/securearea{ + pixel_y = -31 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"vIH" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/clipboard, +/obj/item/radio{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/awaymission/jungle_planet/inside) +"vIV" = ( +/obj/machinery/door/firedoor/closed, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + dir = 8; + interact_offline = 1 + }, +/obj/machinery/door/airlock/security{ + locked = 1; + name = "security"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"vJx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"vKb" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"vKf" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"vKK" = ( +/obj/structure/chair, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vLD" = ( +/turf/simulated/floor/beach/away/water/deep{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"vMf" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"vMq" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"vMu" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave8" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"vMv" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"vMV" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"vNb" = ( +/obj/structure/fence/door, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"vNE" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/often, +/mob/living/simple_animal/parrot, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"vOh" = ( +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/outside/cave) +"vPB" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"vPN" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/indestructible/riveted, +/area/awaymission/jungle_planet/inside) +"vPR" = ( +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"vPU" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"vQf" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/rock, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vQC" = ( +/mob/living/simple_animal/hostile/jungle_lizard{ + wander = 0 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"vRw" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"vRK" = ( +/obj/structure/chair/brass{ + dir = 4 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"vSc" = ( +/obj/effect/spawner/random/dirt/frequent, +/mob/living/simple_animal/lizard, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"vSq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vSu" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vSL" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"vTu" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"vTx" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"vUt" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"vUv" = ( +/obj/structure/table_frame, +/turf/simulated/floor/mineral/titanium/yellow, +/area/awaymission/jungle_planet/outside/abandoned) +"vVv" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"vVD" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/remains/human, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"vVX" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "waterfall6" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"vXz" = ( +/obj/machinery/optable, +/obj/item/scalpel{ + pixel_y = -1 + }, +/obj/machinery/light_construct/small/west, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/awaymission/jungle_planet/inside/complex) +"vYH" = ( +/obj/effect/turf_decal/arrows{ + dir = 4 + }, +/obj/structure/closet/crate{ + opened = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"vYJ" = ( +/mob/living/simple_animal/hostile/jungle_lizard/meele{ + wander = 0 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"vZa" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"wae" = ( +/obj/structure/flora/rock, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"wak" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wax" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"waQ" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wbK" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma/fifty, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"wbT" = ( +/obj/effect/spawner/random/dirt/maybe, +/mob/living/simple_animal/hostile/poison/giant_spider/hunter, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wcv" = ( +/obj/structure/bed/mattress, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/small) +"wcW" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"wdb" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wdZ" = ( +/obj/structure/table_frame/wood, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"weh" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 10 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"weC" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"wfe" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush2" + }, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"wft" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"wgn" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"who" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"wie" = ( +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"wjd" = ( +/obj/structure/chair/stool/bar, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"wjj" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"wjJ" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"wkc" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"wkh" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"wld" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15; + pixel_x = -11 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"wlz" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wmO" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wnc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom" + }, +/area/awaymission/jungle_planet/outside/river) +"wne" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/awaymission/jungle_planet/outside/river) +"wnr" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/awaymission/jungle_planet/inside/complex) +"woa" = ( +/obj/item/stack/rods, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"woW" = ( +/obj/structure/closet, +/obj/item/clothing/under/costume/pirate_rags, +/obj/item/clothing/head/bandana, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"wpb" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"wrq" = ( +/obj/structure/flora/rock, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"wrK" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"wrU" = ( +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"wtJ" = ( +/obj/effect/decal/cleanable/blood/gibs/robot, +/turf/simulated/floor/plasteel{ + icon_state = "purple"; + dir = 1 + }, +/area/awaymission/jungle_planet/inside/complex) +"wtM" = ( +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"wtW" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"wuN" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/spawner/random/blood/often, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee{ + id = "lake5" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wvP" = ( +/obj/structure/kitchenspike, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"wwU" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged{ + id = "cave10" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"wxj" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wxE" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush8" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wxN" = ( +/obj/structure/firelock_frame, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"wyt" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"wyS" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate, +/obj/item/vending_refill/boozeomat, +/obj/item/vending_refill/medical, +/obj/item/vending_refill/snack, +/obj/item/vending_refill, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"wzc" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"wzh" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wzk" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/awaymission/jungle_planet/inside/complex) +"wzs" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wzM" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wBe" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside) +"wCr" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/shard, +/obj/structure/flora/junglebush, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside) +"wCz" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) +"wCJ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wCZ" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 6 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"wDF" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wEc" = ( +/obj/structure/decorative_structures/metal/statue/golden_disk, +/obj/structure/stone_tile/slab/cracked, +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"wEA" = ( +/obj/item/stack/sheet/mineral/gold{ + amount = 25 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 12; + pixel_y = 12; + amount = 25 + }, +/obj/item/coin/gold{ + pixel_x = -9 + }, +/obj/item/coin/gold{ + pixel_x = -17; + pixel_y = 11 + }, +/obj/item/coin/gold, +/obj/item/clothing/gloves/ring/gold{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/clothing/gloves/ring/gold, +/obj/item/coin/gold{ + pixel_x = -9; + pixel_y = 11 + }, +/obj/structure/stone_tile/slab, +/obj/item/clothing/accessory/necklace/locket{ + pixel_x = 9 + }, +/obj/item/clothing/accessory/necklace/locket, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"wEF" = ( +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wEK" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"wEU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"wFg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + interact_offline = 1 + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wFj" = ( +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -7 + }, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"wGc" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/sign/nosmoking_1{ + pixel_x = -32 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"wGC" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wGY" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"wHC" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"wHR" = ( +/obj/structure/flora/junglebush/large, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "cave1" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"wIo" = ( +/obj/structure/mineral_door/sandstone, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"wIA" = ( +/obj/item/stack/rods, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"wIY" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"wJh" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/indestructible, +/area/awaymission/jungle_planet/inside) +"wJq" = ( +/obj/structure/flora/junglebush, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"wKg" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/awaymission/jungle_planet/outside) +"wMa" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_corner"; + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"wMk" = ( +/obj/structure/table/wood, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"wME" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"wMO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"wMU" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"wMY" = ( +/obj/item/toy/plushie/lizardplushie, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"wNr" = ( +/obj/item/rack_parts, +/obj/item/rack_parts, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/item/shield/riot, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wNS" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/abandoned) +"wOh" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wOm" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"wOP" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/jungle_planet/outside/abandoned) +"wOR" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wOV" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave/small) +"wPk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"wPA" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/jungle_planet/outside/abandoned) +"wQo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wQM" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16; + pixel_y = 17 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"wQY" = ( +/obj/structure/flora/junglebush, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"wQZ" = ( +/obj/effect/decal/cleanable/cobweb2{ + icon_state = "cobweb1" + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"wRw" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/tree/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 0.3; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/obj/effect/dummy/lighting_obj{ + light_power = 6 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"wSt" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wTj" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light_construct/small/west, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/jungle_planet/inside/complex) +"wTo" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"wUi" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"wVx" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wVU" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"wWr" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/sign/monkey_paint{ + pixel_y = 30 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"wWP" = ( +/obj/item/reagent_containers/glass/bucket/wooden, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"wXR" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"wYk" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/awaymission/jungle_planet/inside/complex) +"wYy" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"wZE" = ( +/obj/structure/curtain/medical, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/jungle_planet/inside/complex) +"wZQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"wZY" = ( +/obj/item/storage/bag/cash, +/obj/effect/spawner/random/dirt/often, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"xae" = ( +/mob/living/simple_animal/hostile/pirate{ + loot = null + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"xag" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = -7; + pixel_y = -10 + }, +/obj/item/stack/rods, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xam" = ( +/obj/effect/landmark/awaystart, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/jungle_planet/outside/abandoned) +"xaI" = ( +/obj/effect/turf_decal/caution, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside/complex) +"xaS" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/obj/item/trash/chips{ + pixel_x = -8 + }, +/obj/item/trash/can, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xbo" = ( +/obj/machinery/door/airlock/command{ + locked = 1; + name = "command"; + req_access = list(301); + id_tag = "commanddoor" + }, +/obj/machinery/door/firedoor/closed, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Command"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xbW" = ( +/obj/machinery/door/firedoor/closed, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Arm in"; + dir = 2; + interact_offline = 1 + }, +/obj/machinery/door/airlock/security{ + locked = 1; + name = "security"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "dark" + }, +/area/awaymission/jungle_planet/inside/complex) +"xcu" = ( +/obj/structure/reagent_dispensers/oil, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"xcy" = ( +/obj/structure/flora/junglebush, +/mob/living/simple_animal/hostile/poison_snake{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xdw" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xdz" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/black{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"xdC" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/effect/spawner/random/blood/often, +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xeo" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"xeD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/river) +"xeZ" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"xfi" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/broken_bottle, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave/pirate) +"xfj" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"xfn" = ( +/obj/item/ammo_casing/caseless/arrow, +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/dirt/often, +/obj/machinery/door_control/shutter/south{ + name = "Armory Shutters-control"; + id = "Arm in"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/awaymission/jungle_planet/inside/complex) +"xfP" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside) +"xhl" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "swamp4" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"xhO" = ( +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xiE" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xjp" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xkA" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/cave/small) +"xkK" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"xlu" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/diamond{ + amount = 25 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xmJ" = ( +/obj/item/reagent_containers/drinks/mushroom_bowl, +/obj/item/food/badrecipe, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xmQ" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xqn" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate{ + opened = 1 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 20 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xqz" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"xrT" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/obj/item/clothing/mask/cigarette/pipe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/river) +"xsD" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xsG" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"xsI" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xsR" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xtn" = ( +/obj/effect/turf_decal/delivery, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xtu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xtv" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"xuA" = ( +/obj/item/stack/rods, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"xuH" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"xuU" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"xwv" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/rock/pile/largejungle{ + pixel_y = 2; + pixel_x = -2 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xxa" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"xxH" = ( +/obj/item/trash/can, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"xye" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/jungle_planet/outside/abandoned) +"xyC" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xyX" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"xAp" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 5 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xAs" = ( +/obj/item/chair{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/awaymission/jungle_planet/inside/complex) +"xAS" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"xAY" = ( +/obj/item/flashlight/flare/torch{ + pixel_x = -9; + anchored = 1; + tool_volume = 300; + on = 1 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xBG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/glasses/hud/health, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"xCf" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"xCP" = ( +/obj/effect/decal/remains/human, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/awaymission/jungle_planet/inside/complex) +"xCQ" = ( +/obj/effect/spawner/random/dirt/often, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"xCT" = ( +/obj/item/stack/cable_coil{ + pixel_y = 10; + amount = 2 + }, +/obj/effect/spawner/random/dirt/often, +/mob/living/simple_animal/lizard, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside) +"xCW" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"xDc" = ( +/obj/structure/stone_tile/block, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xDg" = ( +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xDi" = ( +/obj/structure/rack{ + dir = 8; + layer = 2.9 + }, +/obj/item/pickaxe/mini{ + pixel_y = 7 + }, +/obj/item/shovel{ + pixel_x = -5; + pixel_y = -7 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xDN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Hang in"; + interact_offline = 1 + }, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"xDV" = ( +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water/deep/dense_canpass, +/area/awaymission/jungle_planet/outside/river) +"xFu" = ( +/obj/structure/flora/junglebush{ + icon_state = "bush4" + }, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xFL" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/waterfall) +"xGI" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"xHs" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_y = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"xJH" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/structure/largecrate, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xJT" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + name = "arrival console" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/outside) +"xKX" = ( +/obj/item/flashlight/lantern, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xMU" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"xNb" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xOa" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "cafeteria" + }, +/area/awaymission/jungle_planet/inside/complex) +"xOb" = ( +/obj/structure/flora/ausbushes/reedbush{ + pixel_x = 16 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"xOi" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"xOj" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/mineral/plasma/fifty, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/inside/complex) +"xOV" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "cave4" + }, +/turf/simulated/floor/engine/cult, +/area/awaymission/jungle_planet/outside/cave) +"xPb" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xPg" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/cave) +"xPj" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = 8 + }, +/obj/item/phone{ + pixel_y = 12; + pixel_x = 9 + }, +/obj/item/radio{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xPr" = ( +/obj/machinery/door/airlock/research{ + name = "robotech"; + req_access = list(301) + }, +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xPM" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/item/stack/rods, +/obj/item/shard, +/obj/item/shard{ + pixel_x = 9 + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"xPX" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/rock/pile, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"xQa" = ( +/obj/structure/flora/ash/tall_shroom, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave) +"xQp" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/frequent, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkneutralfull" + }, +/area/awaymission/jungle_planet/inside) +"xQt" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "waterfall2" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"xQC" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"xQV" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/jungle_planet/outside/abandoned) +"xRv" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/item/pen/fancy, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + list_reagents = list("whiskey" = 0); + pixel_x = -9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/inside/complex) +"xSz" = ( +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xSA" = ( +/obj/structure/flora/rock, +/obj/structure/grille/broken, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/jungle_planet/outside/cave) +"xTB" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"xTU" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/jungle_planet/outside/cave/small) +"xUs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id_tag = "Sec in"; + interact_offline = 1 + }, +/obj/machinery/door/airlock/security{ + locked = 1; + name = "security"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xVk" = ( +/obj/structure/bed, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside) +"xVv" = ( +/obj/structure/flora/grass/jungle{ + pixel_x = -15 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/river) +"xVE" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"xVT" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null; + dir = 4 + }, +/area/awaymission/jungle_planet/outside) +"xWo" = ( +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/awaymission/jungle_planet/inside/complex) +"xWD" = ( +/obj/item/stack/cable_coil{ + pixel_y = -11; + amount = 2 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"xWT" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/effect/spawner/random/dirt/often, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"xYt" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/river) +"xZe" = ( +/obj/item/chair{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"xZy" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"xZK" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside/cave/pirate) +"xZT" = ( +/obj/item/cigbutt, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"yaX" = ( +/obj/structure{ + icon = 'icons/obj/machines/mining_machines.dmi'; + icon_state = "stacker"; + name = "stacking machine"; + anchored = 1; + density = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ybw" = ( +/obj/structure/railing, +/turf/simulated/floor/beach/away/sand, +/area/awaymission/jungle_planet/outside/river) +"ycX" = ( +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner{ + id = "pathway10" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ydq" = ( +/obj/structure/bed/mattress/dirty, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"ydD" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear{ + id = "pathway9" + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"yep" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside/river) +"yeB" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"yeD" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/river) +"yeN" = ( +/obj/structure/table/wood, +/obj/item/organ/external/chest, +/turf/simulated/floor/wood/oak, +/area/awaymission/jungle_planet/outside/cave) +"yfS" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/inside/complex) +"ygc" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/light_emitter{ + light_color = "#FFFFFF"; + set_cap = 1; + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi'; + icon_state = "sunlight_helper"; + layer = 10 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ygj" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside/waterfall) +"ygn" = ( +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/jungle_lizard, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "ground" + }, +/area/awaymission/jungle_planet/outside) +"ygw" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/outside) +"yhd" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside/river) +"yhO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/closed, +/obj/machinery/door/airlock/engineering{ + name = "engineering"; + req_access = list(271) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ykF" = ( +/obj/effect/turf_decal/delivery, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel, +/area/awaymission/jungle_planet/inside/complex) +"ylm" = ( +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plating, +/area/awaymission/jungle_planet/outside/abandoned) +"ylR" = ( +/obj/structure/flora/junglebush/large{ + icon_state = "bush3" + }, +/mob/living/simple_animal/hostile/panther/huge_panther{ + wander = 0 + }, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/jungle_planet/outside) +"ylZ" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_big_full" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/jungle_planet/outside) + +(1,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +bty +lNR +mgq +gnq +"} +(2,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +gpG +gpG +gpG +gpG +miM +miM +miM +gpG +gpG +gpG +gpG +xDV +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fRH +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +rUY +oQl +jOl +cTt +"} +(3,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gOJ +miM +miM +gOJ +gOJ +gpG +gpG +gpG +gpG +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +qpP +fRH +egD +egD +dLI +wKg +dpm +miM +miM +nGx +nGx +jbn +lWL +aHl +fKz +miM +miM +miM +ylZ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(4,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +xDV +gpG +gOJ +miM +miM +gOJ +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +dLI +qpP +osI +dpm +dLI +fRH +dLI +aHl +nGx +uGb +fKz +nGx +mYK +nGx +uGb +nGx +nGx +mYK +qeW +qeW +jbn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(5,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gOJ +miM +miM +gOJ +oLd +gpG +gpG +gpG +gpG +gpG +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fRH +fhz +fhz +dLI +osI +xsI +sNa +sNa +nGx +nGx +bLF +nGx +nGx +nGx +fKz +nGx +lWL +aHl +tUn +cYa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(6,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +xDV +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +cJq +ctB +lWL +lWL +fjM +xAp +ctB +ctB +fKz +sNa +sNa +uTk +gDx +fjM +sNa +sNa +tUn +lWL +eZk +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(7,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +rOc +nai +nai +aFD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +wrq +fhz +fEq +mdl +eew +qsJ +jbn +fhz +jKi +qeW +fKU +uCa +sNa +jZI +fcs +fEq +fEq +sNa +bOP +fcs +rNB +gLf +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(8,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +pWh +eay +xTU +xTU +qNW +tei +vpR +sYz +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aFD +nai +aFD +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +oBM +xFu +fjM +cYa +fEq +cJO +wOP +wOP +kxd +wOP +wOP +wOP +lWL +eDn +fhz +giz +fGf +qfJ +ina +fhz +eZk +fhz +fhz +blW +mSO +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(9,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +omY +vpR +vpR +suE +gaD +tei +tei +gaD +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +rOc +nai +nai +nai +aFD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mAF +nai +nai +mAF +nai +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xFu +mIG +rox +qeW +hjj +fhz +wEK +wOP +vUv +wOP +ueW +bqM +wyt +eJy +wOP +rcF +qfJ +xfP +eZk +nEG +fhz +sNa +sNa +fhz +blW +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(10,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +wcv +xTU +xTU +qcZ +vpR +gaD +vpR +xTU +xTU +xTU +xTU +xTU +tiT +tiT +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +nai +aFD +nai +aFD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +mAF +nai +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +frH +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gOJ +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kTt +jlv +lWL +lWL +lxs +pnJ +vEl +iGo +iGo +jxT +jxT +jxT +wkc +jxT +bjW +qfJ +mSO +gTb +ina +fhz +fhz +fhz +fhz +dno +lWL +lWL +tUn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(11,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +jBs +vpR +vpR +vpR +suE +tei +xTU +xTU +xTU +jAF +jAF +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +aFD +nai +nai +nai +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mAF +nai +nai +nai +miM +nai +rOc +miM +miM +nai +miM +miM +miM +miM +nai +rOc +miM +miM +miM +miM +nai +nai +nai +aFD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +tpH +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +omz +jHd +omz +omz +omz +omz +jHd +cYu +cYu +miM +miM +miM +miM +miM +miM +miM +fKU +tUn +hjj +xsI +cYa +xPM +qpZ +rJu +vEl +njH +ugR +udf +jxT +jxT +tLH +fcs +mat +sNa +nEG +fhz +fhz +fhz +fhz +fcs +eZk +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(12,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +bBR +uAI +xTU +xTU +tei +tei +xTU +nAK +nAK +iaW +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +nai +miM +nai +nai +nai +qsD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +miM +pKO +nai +aFD +nai +qsD +mAF +miM +nai +nai +nai +miM +miM +miM +miM +miM +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +xeZ +frH +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +tpH +miM +miM +miM +omz +ifJ +pHo +eAh +pYs +wmO +jHd +omz +jHd +miM +miM +miM +miM +miM +jHd +jHd +jHd +jHd +jHd +omz +lWL +wOP +wOP +eJW +wOP +dUE +fhn +cuS +jQg +wOP +rcF +fhz +qfJ +jcp +ina +fhz +fhz +fhz +lWL +aHl +eZk +lWL +cYa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(13,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +tei +bvC +mrK +nAK +nAK +vLD +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +mAF +nai +rOc +nai +nai +qsD +nai +mAF +miM +miM +miM +miM +nai +mAF +nai +nai +mAF +miM +miM +miM +miM +miM +miM +miM +miM +nai +aFD +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +frH +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +frH +gOJ +gOJ +gpG +miM +miM +miM +miM +omz +sMA +woa +pHo +kuK +vgF +aud +pHo +omz +miM +miM +miM +jHd +jHd +jHd +uKR +eGz +shj +dsk +gaK +cYa +fhz +wOP +wOP +wOP +wOP +wOP +wEK +wOP +owL +ena +akZ +qfJ +jcp +hdu +fhz +fhz +qeW +tUn +fhz +tUn +cEd +tUn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(14,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +xTU +xTU +aUn +aUn +xkA +aoG +nAK +pSD +aIo +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +nai +nai +miM +nai +nai +mAF +nai +nai +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +pJn +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +oLd +gpG +gpG +tpH +miM +miM +cku +sWi +pHo +pHo +rDj +cku +cku +tAY +omz +miM +miM +miM +jHd +xWT +rUV +wXR +kuK +gDE +pGk +gaK +pNv +fEq +sJd +gNh +fhz +lbq +ikb +fMh +eAe +fcs +kRf +qfJ +iWW +aHl +ina +fhz +fhz +eQS +fhz +fhz +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(15,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +xTU +xTU +xTU +sSk +nAK +nAK +nAK +eEO +nAK +sSk +nAK +jdy +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +pKO +miM +miM +nai +miM +miM +nai +nai +nai +nai +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mAF +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +mAF +nai +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xeZ +gpG +gpG +gpG +gpG +gpG +gpG +pJn +tpH +aLd +mqx +mqx +xVv +kSX +gOJ +gOJ +cku +cku +cku +cku +cku +iEl +cku +sXj +byV +yfS +jHd +omz +omz +omz +omz +dXw +koU +xcu +qbZ +wXR +pUX +koU +ohf +fEq +oFY +xZy +rvr +eat +rvr +uDo +fhz +fio +dob +fcs +nCA +nCA +hdu +fhz +xsI +jrI +qeW +lWL +uTk +cYa +cYa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(16,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +miM +xTU +xTU +nAK +nAK +xTU +aUn +jdy +nAK +oSr +xkA +wzc +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +mAF +nai +nai +mAF +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +mAF +nai +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +aFD +nai +miM +miM +miM +mAF +miM +miM +miM +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xeZ +heN +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +tqm +aga +oBh +oBh +vwu +lRz +gOJ +cku +vni +cku +wTj +cku +hgk +kHa +sXj +nuz +jox +dnc +nBO +grU +vcV +mYn +wbT +koU +mAT +ulv +vgF +wDF +koU +kzC +cbY +fcs +oDl +syJ +bkW +iMW +auq +kcy +kcy +vVv +tHT +nCA +nCA +sNa +fhz +cYa +nGx +fKz +lWL +lWL +mYK +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(17,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +miM +xTU +xTU +xTU +nAK +xTU +jdy +nAK +sSk +xkA +jdy +xkA +jdy +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +nai +nai +nai +nai +nai +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +aFD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +nai +nai +qsD +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +frH +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +aLd +ruK +oBh +oBh +oBh +jhj +oUq +vMV +cku +arP +cku +arP +cku +wax +nSR +sXj +cku +cku +cku +sXj +jlU +koU +lRM +fnP +gaK +lDk +pZY +dGT +dGT +obM +fhz +oFY +fMh +lGN +kzI +fiM +fhz +fhz +cFB +kcy +lGN +fcs +fxM +byv +qeW +xsI +sNa +fKz +uGb +bXc +eZk +cYa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(18,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +miM +xTU +xTU +nAK +nAK +pSD +nAK +sac +vMq +mrK +eEO +jdy +mlq +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +qvZ +rYy +skb +rYy +bAQ +oBh +oBh +oBh +fMx +nOA +hWA +bbq +fBI +cVI +nMQ +uRJ +fGg +kwU +btX +sXj +btI +gaK +rSX +xZT +koU +tMG +hFi +gys +wXR +koU +fEq +fMh +fhz +erb +fJs +kzI +fJs +mfu +xJT +psv +aJg +nCA +fhz +fGf +ina +fhz +fhz +sNa +xsI +fZj +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(19,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +xTU +xTU +nAK +xTU +xTU +rAd +iVX +aUn +aUn +aIo +xTU +aIo +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +nai +tZW +miM +miM +miM +miM +miM +miM +nai +rOc +nai +miM +miM +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +frH +gpG +gpG +frH +gOJ +gpG +gpG +gpG +xuA +tqm +bVh +bVh +bVh +tKb +oBh +fQG +rxH +fMx +ebS +kRO +rbk +cku +nMQ +nMQ +sXj +nSX +fht +fht +sXj +pHo +gaK +wOR +hmr +gaK +gaK +gaK +gaK +gaK +gaK +uoc +oFY +nCA +dMz +uNx +fhz +fhz +fhz +eUt +uNx +ygw +fMh +fGf +cNf +pdY +oiX +qfJ +fhz +fhz +kTx +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(20,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +xTU +xTU +nAK +xTU +xTU +iVX +iVX +jtc +iVX +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +nai +aFD +aFD +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +mYK +lWL +miM +miM +miM +miM +miM +lWL +miM +miM +miM +gpG +gpG +gpG +pJn +gOJ +gpG +gpG +gpG +gOJ +ikG +bVh +lcU +gMT +qdL +oBh +aoh +aks +cku +sXj +cku +cku +cku +ati +iRJ +sXj +cku +cku +cku +sXj +dGT +gaK +lnu +vmE +vcV +xyX +uBo +sMO +dQU +koU +hjj +tqF +uSt +uSt +uSt +wMO +uSt +jHM +fcs +fcs +uSt +qfJ +uts +cNf +aMI +cnH +pwd +pwd +tNF +ajJ +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(21,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +xTU +xTU +nAK +nAK +xTU +vjw +iVX +iVX +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +mAF +nai +mAF +miM +miM +miM +miM +miM +miM +tDA +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mAF +miM +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aix +qfd +aHl +xsI +miM +lWL +aHl +sNa +nhk +rfe +miM +miM +gpG +gpG +gOJ +gpG +gpG +gpG +gpG +gOJ +rKR +vCY +boK +nPk +gdK +dco +qTC +egj +igC +sXj +rSM +bDb +flq +dGT +fOl +bql +krt +fck +cku +sXj +aud +cku +sXj +odX +cku +ilx +cku +cku +wHC +hdm +mTn +idC +wOP +wOP +wOP +wOP +wOP +wOP +wOP +oHG +ena +jKX +xfP +qfJ +fGf +fhz +iGn +iGn +fhz +blW +lWL +cYa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(22,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +miM +xTU +xTU +nAK +mWq +cNM +iVX +ujg +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +nai +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +fKU +xdw +lWL +aHl +lWL +sNa +sNa +qnu +oBh +kVj +hPE +gpG +gpG +gpG +gpG +gpG +gpG +gpG +tpH +rKR +iob +aKg +aKg +vNb +oBh +oBh +pxm +rBC +sXj +xkK +tUU +cku +fOl +mUy +cku +vta +pZa +sXj +ajx +mFZ +cku +dQH +bNI +vXz +kjn +pmk +lle +mha +kZx +ina +wOP +wOP +bNa +wOP +wGc +cXx +jZg +lZs +wOP +rcF +wZQ +tTV +qfJ +fhz +wOP +ulP +ulP +wOP +blW +lWL +eZk +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(23,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +xTU +xTU +xTU +nAK +wOV +cNM +iVX +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +nai +miM +miM +miM +miM +miM +mAF +nai +mAF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +lWL +eZk +rnx +lWL +tgl +sNa +cJq +ujY +oBh +iFa +aUt +mOX +gpG +gpG +gpG +gpG +gpG +gpG +gpG +rKR +iob +aKg +jCV +tYL +oBh +oBh +pxm +rBC +sXj +sXj +sXj +cku +iRJ +bti +sXj +sXj +sXj +sXj +jFa +wft +cku +tSG +bNI +cum +sMZ +ahF +cku +dNG +koU +vMf +pnJ +eFd +rJu +iUc +gMI +rfZ +jxT +jxT +jxT +tLH +fhz +viM +tHT +nEG +wOP +vDD +vDD +wOP +blW +lWL +lWL +cYa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(24,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +miM +miM +miM +gpG +gpG +miM +xTU +xTU +xTU +nAK +nAK +ruk +vjw +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +nai +nai +nai +nai +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +miM +miM +lWL +miM +lWL +lWL +aHl +lWL +fKU +lWL +fQG +nhk +rxH +oBh +ahG +kSX +gpG +gpG +gpG +gpG +gpG +gpG +rKR +xYt +aug +oud +tKb +oBh +jxF +mzv +lqX +sXj +syQ +hFQ +cku +gfM +bti +cku +nMQ +kre +sXj +oAu +iRg +sXj +sXj +sXj +cku +gLH +kvJ +cku +dGT +kZx +vMf +ivZ +vFj +rJu +iUc +gMI +jxT +xam +jxT +jxT +kpa +qUO +bTq +nCA +hdu +wOP +maV +jxT +wEK +fZj +aKg +nhk +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(25,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +miM +miM +miM +miM +gpG +miM +xTU +xTU +xTU +xTU +nAK +mWq +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +nai +nai +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +lWL +miM +miM +jbn +aHl +jbn +miM +miM +miM +jbn +eZk +qeW +lWL +aHl +lWL +qeW +fKU +fKU +lWL +lWL +fQG +vCC +rxH +rxH +oBh +osc +gOJ +gpG +gpG +gpG +gpG +gpG +syW +bVh +bVh +opl +cSN +oBh +fQG +hnS +iuK +sXj +rHT +tCl +bql +nMQ +bti +cDY +pbE +fFW +sXj +sBv +uJW +iVc +hGt +apx +cku +cku +hbL +sXj +kuK +gaK +ina +wOP +wOP +hPx +wOP +qJR +mTE +wEU +wEU +wOP +rcF +mLM +qfJ +kRf +nEG +tLH +cPb +vDD +wOP +pNv +rMM +aks +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(26,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +miM +miM +miM +miM +gpG +miM +xTU +xTU +xTU +xTU +xTU +nAK +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +iTk +iTk +iTk +miM +miM +miM +miM +miM +fKU +qfd +aHl +xsI +jbn +iah +xsI +lJs +nTQ +lWL +lWL +aHl +iah +lWL +eZk +sCU +nGx +nGx +fMq +fKU +fKU +xsI +xsI +lWL +sNa +aoh +fQG +hPE +gOJ +gOJ +gpG +gpG +gpG +gpG +dLM +vBz +wIA +aBV +oBh +rxH +wzs +jrM +rBC +sXj +sXj +sXj +cku +nMQ +iRJ +cku +sXj +sXj +sXj +vKK +min +gKv +hcz +evz +upX +uus +rsE +sXj +dGT +gaK +uMZ +eVl +wOP +wOP +wOP +wOP +wOP +wOP +wOP +pVc +ena +diO +xfP +sNa +ina +wOP +jxT +eNT +wOP +blW +aks +aks +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(27,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +gpG +gpG +miM +miM +gpG +miM +miM +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +gpG +gpG +miM +xTU +xTU +xTU +xTU +xTU +nAK +nAK +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +rpz +cWx +rpz +rpz +rpz +lWL +mYK +mTn +miM +miM +miM +miM +miM +iTk +fzF +lWL +lWL +miM +aHl +miM +aHl +fKU +fKU +xdw +lWL +qur +lWL +xsI +iTk +trG +iTk +hSs +lRe +cJq +iTk +lWL +wcW +hWY +nGx +lWL +aHl +fKU +sNa +lWL +sNa +lWL +ujY +jMK +gOJ +aLd +kSX +gOJ +gpG +gpG +gpG +gpG +gOJ +gOJ +bhA +bUF +fQG +mUR +cyg +wnc +sXj +bND +pzW +bql +vSc +bti +gxN +kwD +kCn +sXj +iGS +lJK +njs +jEQ +mzx +qZP +pHo +aVr +sXj +wSt +gaK +mSO +eZk +pcp +qjI +fhz +mYb +qjI +dNR +pcp +oFY +lWL +cEd +sNa +sNa +ahk +wOP +pnJ +pnJ +wOP +blW +aoh +gpG +xDV +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(28,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +gpG +gpG +miM +gpG +gpG +gpG +gpG +xDV +gpG +miM +miM +miM +gpG +miM +miM +miM +xTU +xTU +xTU +xTU +xTU +nAK +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mTn +lWL +szw +mof +wie +kcJ +iTk +lWL +hux +lWL +miM +miM +sNa +miM +iTk +iTk +lWL +cJq +lWL +lWL +lWL +cJq +fKU +lWL +eZk +gzq +aHl +iTk +umO +nUE +tsv +iTk +iTk +jfu +iTk +iTk +eZk +upc +lJs +qeW +lJs +lWL +ctB +ctB +ctB +sNa +sNa +fQG +fSD +jxH +fQG +oUq +kSX +gpG +gpG +gpG +gpG +chq +gOJ +bhA +ybw +lIv +lqX +nsX +lIv +sXj +kZZ +bti +cku +bqx +dGT +sXj +eGY +mdt +cku +rAR +dNU +oiR +ksq +cDS +iQb +pwS +lpa +cku +onb +gaK +lWL +wjJ +mTn +rZa +wtM +fhz +fEq +tVL +fcs +kuj +eZk +abm +lWL +cbY +izy +fGf +fMh +bhj +qjI +oDF +aks +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(29,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +miM +miM +gpG +gpG +gOJ +miM +xTU +xTU +xTU +xTU +nAK +nAK +nAK +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +pgx +iTk +uca +fzF +iTk +iTk +lWL +cJq +lWL +mYK +mTn +lWL +lWL +aHl +iTk +iTk +iTk +iTk +iTk +iTk +lWL +mTn +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +lWL +mHv +tWG +lWL +iTk +fKU +lWL +lWL +aHl +sNa +lWL +uim +aKg +phs +nhk +rxH +aks +osc +gOJ +gpG +gpG +gpG +gpG +chq +bhA +eTu +lqX +iuK +rEW +lIv +sXj +sXj +cku +sXj +iiu +jtx +sXj +cku +sXj +sXj +lme +lJK +cku +ibb +xBG +kHP +iJu +kLd +sXj +wSt +gaK +lWL +cxR +bBM +mxg +pzw +fhz +fKU +lLh +vFE +liA +liA +lWL +jDd +jDd +wtM +fGf +fhz +gyH +eat +qRh +aks +gOJ +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +"} +(30,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +miM +xTU +xTU +xTU +nAK +nAK +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +cTp +iTk +iTk +iTk +iTk +mTn +iTk +iTk +lWL +iTk +iTk +iTk +lWL +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +nZE +iTk +iTk +iTk +adi +sNa +xsI +xsI +lJs +lJs +sNa +vUt +lWL +sNa +mYK +hWY +eZk +iTk +iTk +fKU +lJs +lWL +ctB +sNa +sNa +vUt +fQG +aks +ujY +fQG +oBh +osc +gOJ +gpG +gpG +gpG +gpG +gpG +bhA +oBh +crg +dKU +djO +bOu +kmg +byV +fET +jMH +nMQ +bti +fOl +pnG +kxM +cyh +lJK +lJK +iAq +iPQ +mzx +gJG +ivg +hsv +sXj +wSt +tBu +obB +obB +obB +obB +obB +obB +pxl +wCr +tha +qni +qni +coG +lOz +lOz +tBu +fcs +fhz +erb +fQG +nhk +aks +azY +gOJ +gpG +gpG +gpG +xDV +gpG +gpG +xDV +gpG +gpG +gpG +miM +miM +"} +(31,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gOJ +miM +xTU +xTU +sSk +nAK +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +tUn +kiO +iTk +fKU +iTk +iTk +iTk +iTk +iTk +iTk +aHl +lWL +lWL +aHl +cJq +iTk +iTk +iTk +iTk +iTk +iTk +iTk +lWL +aHl +iTk +hux +cEd +ueo +lWL +lJs +lWL +lWL +sNa +sNa +mYK +lWL +lWL +aHl +lWL +iTk +iTk +iTk +lWL +lWL +aHl +sNa +sNa +sNa +lWL +lWL +lWL +aHl +jhj +hIm +gOJ +gOJ +gOJ +gpG +gpG +gOJ +bhA +lSN +lIv +rim +oMg +scm +rnw +fWS +wpb +pFI +nMQ +bti +bqF +rbm +gJg +wQo +vmE +szb +cku +agV +rMO +nzK +pwS +clv +sXj +vPR +tBu +dtX +val +xqz +msr +vKf +eRg +wQZ +oiZ +vrK +aHb +iAY +jxB +bmT +jxB +obB +fEq +oFY +erb +fQG +aKg +oBh +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +miM +"} +(32,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +miM +xTU +xTU +nAK +pSD +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +aHl +lWL +hux +iTk +iTk +mTn +sHm +iTk +cWx +umP +hux +hux +lWL +uUj +mTn +mTn +iTk +iTk +iTk +lWL +lWL +aHl +lWL +lWL +lWL +lWL +iah +cEd +lJs +lWL +lWL +lWL +lWL +lWL +pKX +sNa +qeW +lWL +aHl +fKU +iTk +iTk +iTk +lWL +aHl +lWL +mYK +ctB +sNa +sNa +qeW +lWL +aHl +oBh +oUq +xVv +kSX +gpG +gpG +gpG +ouu +bhA +juZ +lIv +hvL +uGj +sia +wQo +bti +iRJ +nMQ +iTx +iTx +fJc +caT +lAr +wQo +btI +szb +sXj +dud +dud +gzp +wZE +dud +cku +wXR +tBu +sji +utb +xCT +vgy +tcr +oLz +tLh +xtn +xDg +wbK +eOR +xDg +orm +xDg +tBu +fcs +fEq +erb +nhk +oBh +jhj +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(33,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xTU +xTU +xTU +nAK +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +byp +mTn +uWU +iTk +iTk +iTk +iTk +iTk +hWj +sCe +rKg +fhz +cVe +eFw +hux +mTn +fKU +lsA +iTk +lWL +lWL +lWL +sNa +vUt +lWL +sNa +mYK +lWL +lWL +bjA +nGx +lWL +lWL +lWL +lWL +sNa +qeW +qeW +mYK +xsI +xsI +iTk +iTk +lWL +aHl +lWL +lWL +aHl +sNa +sNa +qeW +qeW +mYK +xuH +xuH +oBh +osc +gpG +gpG +gpG +gpG +bhA +ybw +lqX +sDk +wdZ +gIY +fMx +bti +wjd +wGY +ttC +wGY +aEA +nfZ +ehV +fMx +sPM +ubw +sXj +bkL +uVT +udR +wFj +nIL +sXj +wSt +obB +urG +oKl +czz +iYQ +aSb +tBu +qFG +qYR +bsm +uaO +gZm +xDg +iAY +pLT +obB +cNf +fhz +kTx +fQG +oBh +oBh +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(34,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +xTU +xTU +pSD +sSk +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +lWL +tUn +yeB +fky +hux +iTk +iTk +iTk +aHl +jhW +pWH +fhz +bqH +dWC +fKU +fKU +eZk +lsA +iTk +lWL +aHl +lWL +sNa +sNa +mYK +aHl +lWL +aHl +hWY +tWG +kJf +lWL +lWL +lWL +lWL +mYK +lWL +qeW +lWL +fKU +xsI +iTk +iTk +fKU +lWL +aHl +lWL +aHl +sNa +lWL +lWL +qeW +lWL +nhk +aks +rvF +osc +gpG +gpG +gpG +gpG +bhA +ybw +lIv +pdL +lqX +lqX +cku +sHe +oTr +lTs +xfj +vHc +sXj +cku +cku +sXj +kxv +wdb +sXj +ude +qpV +cAM +uNI +ryw +sXj +sMO +obB +obB +pGZ +pGZ +pGZ +pGZ +obB +bKK +wTo +piV +vjr +vbX +xDg +xsD +caz +obB +nCA +kRf +fhz +jhj +oBh +nyY +wIY +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(35,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gOJ +frH +gOJ +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +xTU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mTn +lWL +lWL +lWL +mYK +lWL +mTn +iTk +lWL +iTk +lWL +doE +sqI +twn +hpE +gGW +pRO +lsA +lsA +lsA +iTk +fqy +lWL +lWL +lWL +sNa +sNa +qeW +lWL +aHl +wcW +jIo +oSm +lWL +lWL +cJq +lWL +sNa +lWL +aHl +lWL +lWL +eZk +iTk +iTk +fKU +lWL +aHl +lWL +sNa +sNa +sNa +lWL +aHl +lWL +neX +oBh +oBh +osc +gpG +gpG +gpG +gpG +bhA +oBh +dKU +lqX +lIv +rBC +fMx +eIh +gpD +dSf +dla +szY +sXj +mph +wvP +sXj +lJK +szb +cku +bKN +lIF +jEF +hlm +wnr +sXj +uZY +dGT +sMO +obB +thr +oCe +uNs +ibw +oMS +xDg +tnT +dpW +mqD +kBj +xDg +mVg +obB +nCA +fEq +bhj +dHz +oBh +nph +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(36,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +fKU +aHl +lWL +fKU +byp +fKU +mTn +lWL +lWL +lWL +lWL +fzF +lWL +hux +fKU +lWL +eFw +qSF +xsI +fpn +mTn +euH +tOz +lsA +lWL +iTk +lWL +lWL +aHl +lWL +lWL +sNa +qeW +qeW +lWL +lWL +aHl +jbn +miM +xsI +lWL +uim +aHl +sNa +uhg +lWL +lJs +lWL +iTk +iTk +iTk +eZk +lWL +xsI +lWL +uim +aHl +sNa +sNa +lWL +vCC +lPZ +oBh +osc +gOJ +gpG +gpG +gpG +gZQ +oBh +oNm +oNm +oNm +xVE +fMx +qQz +xOa +kvb +dla +sIz +sXj +haC +vwW +sXj +lJK +pqt +cku +sXj +sXj +sXj +sXj +sXj +sXj +sXj +cku +onb +pGZ +pfh +tRE +iKL +tAR +oMS +xPb +mFJ +kXb +qwq +xDg +xDg +iMN +tBu +obB +hUQ +obB +obB +obB +osc +heN +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(37,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +aHl +cJq +lWL +lWL +lWL +mYK +miM +miM +miM +miM +lWL +mYK +lWL +hux +lWL +lWL +juL +eKg +lbV +kSV +jpz +eFw +dWC +lWL +sNa +iTk +lWL +aHl +lWL +lJs +lWL +lWL +aHl +qeW +cJq +lWL +jbn +miM +miM +lWL +aHl +vQf +mOS +dwI +nva +hux +hux +sNa +fKU +iTk +iTk +fKU +lWL +aHl +lJs +sNa +qeW +lWL +lWL +lWL +fQG +oRE +neX +osc +gOJ +gpG +gpG +gpG +tek +uIb +vBz +dtW +xsG +miM +cku +qOs +xOa +ilA +dla +xOa +vbD +haC +adt +omz +ooe +szb +szb +lJK +lJK +szb +nwM +dGF +vkC +szn +sXj +sMO +pGZ +tRE +pvb +kDX +xQp +kWk +xDg +euM +rYD +wMa +xDg +sKN +cwo +tBu +gSJ +cDs +obG +vZa +vAX +hPE +gOJ +ouu +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(38,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +gOJ +chq +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +wfe +lWL +lWL +fKU +aHl +fKU +lWL +miM +miM +miM +miM +miM +miM +lWL +lWL +fKU +hux +hux +lWL +juL +aHl +jlK +knT +fhz +imq +djG +oal +lWL +iTk +lWL +aHl +lWL +lJs +lWL +sNa +lWL +aHl +lWL +miM +miM +miM +miM +miM +miM +miM +mPQ +uhg +eZk +qeW +cGL +uhg +hux +iyF +iTk +iTk +iTk +lJs +lWL +qeW +sNa +lWL +lWL +lWL +ujY +dco +fQG +osc +gOJ +gpG +gpG +gpG +gpG +gpG +lsJ +tpH +miM +miM +cku +lqx +qPA +bGr +gBW +tgz +sXj +qgA +eHa +omz +lJK +szb +pHo +cgI +lJK +tdt +ssu +dGF +rJC +vkC +sXj +wSt +pGZ +wrU +cLG +gQD +oFc +tps +wyS +lxd +atM +xDg +cnW +xDg +mRw +tBu +jVr +xuU +kGA +egx +tha +fQG +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(39,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +chq +gOJ +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +lWL +lWL +mYK +lWL +lWL +miM +miM +miM +miM +miM +miM +mYK +lWL +lWL +iTk +hux +lWL +lWL +sel +jpz +dPd +knJ +jpz +eFw +sNa +lWL +lWL +lWL +lWL +xsI +lWL +sNa +cVD +sNa +sNa +mYK +miM +miM +miM +miM +miM +miM +miM +miM +cGL +mPQ +mOS +eZk +qeW +fKU +iTk +iTk +iTk +iTk +lWL +qeW +eZk +lJs +qeW +lWL +sNa +fQG +fQG +oBh +oUq +aId +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +cku +sXj +omz +omz +omz +koU +omz +jHd +jHd +omz +qzh +qzh +jHd +dmi +xDN +xDN +jHd +omz +ere +nRH +sXj +dGT +pGZ +qVg +nvA +hsD +ecJ +kdR +qtS +bos +sKo +xtu +mjM +aZA +qST +tBu +cDs +oND +ibX +iKm +khp +fQG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(40,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +frH +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +mYK +miM +miM +miM +miM +fKU +miM +miM +miM +miM +miM +miM +miM +lWL +hux +fKU +iTk +lWL +lWL +lWL +lWL +lWL +xag +rhk +sNa +qNh +gTb +lWL +lWL +lWL +lWL +aHl +lWL +sNa +qeW +lWL +lWL +jbn +mYK +miM +miM +miM +miM +miM +miM +miM +sNa +jbn +lNN +lWL +lWL +aHl +lWL +aHl +iTk +iTk +lWL +vzJ +sNa +sNa +ctB +sNa +sNa +neX +aoh +oBh +jhj +osc +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +jHd +jAE +mxl +rlI +hHU +hHU +iBT +kjd +aJz +tTZ +pGy +iRD +hAv +szb +tPa +jHd +mdf +vkC +cku +aud +obB +pGZ +pGZ +pGZ +pGZ +idR +iAY +iAY +rSn +qyk +qCV +qlp +xJH +tBu +klh +mcY +njE +vqo +kUz +fQG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(41,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +fid +lWL +iTk +lWL +lWL +lWL +mYK +sNa +sNa +lWL +sNa +lWL +fKU +lWL +lWL +lWL +lWL +lWL +lWL +mYK +miM +jbn +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +lWL +lWL +mYK +mTn +bcc +iTk +iTk +iTk +lJs +lWL +sNa +sNa +lWL +sNa +lWL +ujY +dco +kqa +xuH +osc +gpG +gpG +gpG +xDV +gpG +frV +gOJ +xeZ +miM +miM +rfe +omz +vtg +cku +ieT +sar +sar +cxP +nRW +bus +wft +iuf +gUQ +sPM +mqZ +lWe +jHd +uRs +vkC +vkC +ngO +oHE +weh +dGF +bES +fQm +ukM +jAq +jAq +ukM +ukM +mRw +ncm +sjJ +tBu +xVk +xVk +gvS +dwN +vAX +dHz +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(42,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +fQG +bJa +lWL +eZk +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +fKU +lWL +lWL +lWL +lWL +lWL +sNa +gTb +lWL +lWL +lWL +fKU +lWL +fKU +sNa +sNa +lNN +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +mYK +lWL +iTk +iyF +iTk +lWL +sNa +lWL +sNa +lWL +lWL +ctB +aks +fQG +fQG +oBh +hIm +gOJ +gpG +gpG +gpG +gpG +gpG +usV +lyL +sxr +oBh +xOi +omz +vtg +cku +dGT +dWW +dWW +lJK +vhL +rpw +rlZ +vKb +uJW +tlv +xCQ +bdt +jHd +lnA +btH +mKX +pHo +btI +rAr +dGF +hfY +wJh +rdZ +akj +vIH +mfr +ukM +mRw +ixx +qYR +tBu +obB +obB +vAX +vAX +obB +fQG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(43,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +frH +miM +miM +miM +miM +miM +miM +miM +fQG +nhk +lWL +lJs +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +mYK +lWL +fMq +pyu +qfd +qfd +fMq +fMq +fMq +lWL +eZk +lWL +iTk +iTk +iTk +lJs +sNa +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +fKU +iTk +iTk +iTk +fKU +twn +uim +sNa +uim +lWL +lWL +ujY +aks +ujY +oBh +osc +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +jPL +aBV +xuH +omz +vtg +yaX +gnh +iDP +epa +jlc +kEk +srB +rlZ +gad +rcL +uJW +bkg +mdg +omz +omz +omz +omz +jHd +sdf +jgY +dGF +xaS +fQm +fTv +nQO +vgG +hJI +iNw +xDg +dYL +uND +vPN +miM +rcw +aKg +fQG +fQG +fQG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(44,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gOJ +lPB +miM +miM +miM +miM +miM +rxH +miP +fQG +lWL +qeW +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +fMq +oZh +lWL +eZk +lWL +lWL +lWL +iTk +lWL +lWL +iTk +iTk +iTk +iTk +lWL +sNa +lWL +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +dPQ +lWL +fKU +iTk +iTk +iTk +lWL +ctB +fKU +lWL +uim +sNa +lWL +fQG +wzh +neX +fQG +pkD +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +xDV +gpG +ppD +oBh +omz +koU +koU +heb +vYH +epa +rBb +kEk +lsj +rlZ +bkN +xDi +cBW +lsg +hkx +fpm +hwW +hwW +uJW +omz +wME +mYW +vkC +mzt +wJh +uBr +bRP +bFX +tnS +kby +xsR +eOP +xsR +vPN +miM +miM +fQG +nhk +frH +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(45,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +aLd +qxx +oBh +miM +miM +miM +miP +fQG +fQG +fQG +aHl +lWL +miM +miM +miM +miM +miM +miM +miM +miM +mTn +lWL +lJs +cYa +lWL +aHl +fMq +fid +hux +lWL +fMq +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +lWL +lWL +sNa +cJq +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +fKU +uqU +lWL +aHl +iyF +lWL +fKU +fKU +lWL +sNa +lWL +aHl +fQG +uoQ +fQG +jxH +heN +lOj +ket +gOJ +cGy +erB +gpG +gpG +gpG +gpG +mmK +tIH +omz +tUb +sgy +dGT +dGT +ykF +rBb +rFs +lsj +kXJ +iXs +mfd +gbN +srO +gbN +dSl +dkV +vkC +xaI +igW +eUc +lGm +vJx +szb +wJh +ucK +cfm +akj +gmI +ukM +tRE +kmX +aVQ +vPN +miM +miM +miM +miM +tpH +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(46,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +bhA +oBh +jhj +fQG +miM +miP +rdF +aKg +neX +fQG +cJq +fKU +lWL +miM +miM +miM +miM +miM +miM +jbn +lWL +lWL +lWL +mYK +lJs +ylR +fKU +lWL +hux +hux +hux +lWL +iTk +iTk +iTk +iTk +iTk +iTk +iTk +lWL +sNa +lWL +sNa +pKX +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +jmD +iTk +iTk +lWL +aHl +xsI +lJs +sNa +sNa +lWL +veX +aks +fQG +fSD +jxH +fGG +oUq +kSX +uPZ +gOJ +gpG +gpG +gpG +gpG +glO +dKU +jHd +srT +dGT +aaG +qVG +hFe +vmE +btI +voq +dGF +mjF +oSL +btI +dGF +dGF +dGF +aPo +vkC +xaI +rAs +kuH +dSA +wYy +szb +wJh +isn +akj +baN +qgJ +oyb +htM +gnw +jFM +vPN +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(47,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +aLd +ruK +oBh +oBh +aoh +miM +fQG +aKg +neX +aKg +neX +sNa +lWL +lWL +miM +miM +miM +miM +mYK +eZk +fKU +lWL +lWL +cJq +fKU +lWL +lWL +lWL +fKU +lWL +lWL +fMq +lWL +iTk +iTk +iTk +iTk +iTk +iTk +iTk +lWL +lWL +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +fKU +bJa +fKU +iTk +iTk +iTk +iTk +lWL +lWL +lWL +fMq +lWL +bVh +bVh +bVh +aKg +fQG +fQG +bVh +lqG +rzP +pHp +gWs +lqX +ucj +gVX +dKU +fSp +aRy +dGT +dGT +aaG +qzW +mkC +jEv +btI +vwd +rpw +sTs +mHQ +wEF +uJW +dGT +tUX +qma +lfb +jIh +omz +rnO +tDf +wYy +jUZ +wJh +wJh +wJh +wJh +fQm +fQm +gUi +tzH +mky +vPN +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(48,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +bhA +oBh +oBh +oBh +aks +aKg +fdc +aKg +fQG +jCs +fQG +lWL +sNa +sNa +fKU +lWL +lWL +lWL +lWL +aix +fKU +cYa +lWL +lJs +lWL +lWL +lWL +mYK +lWL +fMq +fKU +lWL +eZk +fMq +eZk +eZk +iyF +sNa +lWL +lWL +sNa +vUt +lWL +sNa +mYK +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +lWL +iTk +iTk +iTk +iTk +iTk +iTk +nZE +bVh +dWN +bVh +bVh +bVh +fQG +hVl +rzP +rzP +rzP +dKU +gpG +gpG +bdW +dKU +dKU +aRy +dGT +dGT +jOR +wRw +rUm +hFe +kEk +rJC +dGF +omz +omz +omz +xbo +xbo +omz +omz +omz +jHd +omz +sPM +sTV +iaV +uOh +ovS +pDO +sPM +sPM +sPM +ewJ +tDf +tjL +sQH +vPN +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(49,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +bhA +oBh +oBh +oBh +neX +neX +neX +veX +gop +aKg +fdc +qeW +sNa +sNa +lWL +enG +fKU +sNa +sNa +sNa +lWL +miM +miM +miM +miM +miM +lWL +jbn +lWL +lWL +lWL +lWL +eZk +lWL +eZk +fMq +lWL +sNa +fMq +lWL +sNa +sNa +mYK +lWL +cJq +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +mYK +lWL +iTk +iTk +iTk +iTk +mYK +fQG +bVh +bVh +bVh +bVh +bVh +rzP +rzP +rzP +lqG +qEf +eKx +gpG +lwa +jvN +bdW +aRy +uJW +dGT +aaG +vjv +exm +nUo +xOj +pyX +fgp +jHd +szb +aGh +sPM +mZK +koU +oNz +qlE +hzV +omz +soK +tDf +quj +geg +wgn +uoY +lGm +lGm +qIk +cAK +cKa +jvs +snP +omz +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(50,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +bhA +jhj +oBh +oBh +aKg +neX +jCs +aoh +fQG +neX +veX +lWL +lWL +lWL +lWL +sNa +sNa +sNa +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +cJq +fMq +lWL +qfd +eZk +aHl +fKU +fMq +lWL +lWL +lWL +pKX +sNa +qeW +lWL +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +lWL +cJq +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +fQG +fQG +ujY +fQG +fGG +iEV +fQG +rVe +rzP +pLD +wIY +gpG +xDV +gpG +glO +rNJ +jHd +aiM +eHK +cUI +lyb +qNs +vPB +iMH +rJC +cbj +omz +vEO +lJK +jIx +pTC +koU +mlQ +ePb +eIw +omz +haX +gAO +dGF +qxu +hxY +rRv +giu +vMv +kDq +kDq +kDq +kDq +ryt +omz +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(51,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +bhA +oBh +oBh +aoh +aKg +aks +aks +fQG +aKg +aoh +aKg +qeW +sNa +lWL +lWL +lWL +mYK +jbn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fMq +lWL +fMq +lWL +sNa +sNa +fMq +oZh +lWL +lWL +lWL +lWL +lWL +sNa +qeW +qeW +mYK +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +aHl +lWL +lWL +mYK +lWL +lWL +lWL +lWL +lWL +lWL +lWL +oyy +vEC +tfh +hty +vEC +qox +fQG +lqG +kgY +gOJ +gpG +gpG +gpG +sPL +qEf +omz +dWp +wHC +okA +wHC +wHC +dcU +iMH +vqB +pHo +ktw +fJU +tsM +opf +sPM +oZK +pnG +mUy +xRv +omz +prI +qee +wft +wft +iXz +eag +ffh +geP +geP +fYi +nzd +aUN +eag +jHd +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(52,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +aBV +oBh +fQG +jCf +aKg +aKg +aKg +fQG +fQG +nhk +lWL +cJq +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +fMq +lWL +sNa +fKU +lWL +fKU +fKU +aHl +lWL +lWL +lWL +mYK +lWL +qeW +mYK +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +cJq +lWL +mYK +lWL +cJq +lWL +lWL +qeW +jaD +atT +iyT +jZh +brT +nhk +aoh +osc +gOJ +gpG +gpG +gpG +bhA +rfe +omz +ssW +gAk +plk +xlu +dGT +vmE +nWh +dGF +mYW +bCI +lms +wGC +btI +rFx +koU +omz +omz +omz +mUM +lRu +hJX +vIV +sAP +jHd +jHd +vrP +fCt +fqK +gaK +omz +jHd +gaK +omz +omz +omz +omz +jHd +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(53,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +aBV +jhj +aKg +jCs +gop +veX +fQG +fQG +fQG +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +aHl +sNa +eZk +fqy +iyF +lWL +sNa +lWL +lWL +lWL +sNa +lWL +cJq +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +aHl +lWL +lWL +aHl +tfh +nwk +bjW +fNF +uMp +tVe +rzP +fFk +gOJ +gpG +gpG +gpG +bhA +qpu +omz +esZ +tVQ +szR +iMH +oJx +iuL +pII +bSK +rJC +ktw +mWX +tQw +hWw +uJW +uJW +jHd +cmS +tEi +kDy +jQM +omz +igR +wxN +koU +tKK +kdW +gMt +kvY +bvE +omz +rjb +qzb +kJm +gDF +fgN +kJC +omz +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(54,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +dLM +aBV +aKg +neX +aKg +fQG +fQG +fQG +nhk +lWL +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +sNa +sNa +sNa +iTk +jbn +sNa +xsI +lWL +uim +aHl +sNa +sNa +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +cJq +aHl +lWL +lWL +eZk +lWL +qox +kNa +ugR +mHV +pOr +sRf +twF +oUq +kSX +rwz +gpG +gpG +gqc +miM +omz +uBw +cET +sba +aIM +nZX +oHz +xqn +fgp +pyX +nfW +oTf +sDP +btI +sPM +efM +jHd +epj +wzk +tYH +wYk +xbW +khX +uJY +mkI +uue +wCJ +iXN +bjz +uJW +gaK +mDQ +vmE +oSZ +rOh +edO +xWo +omz +miM +miM +miM +miM +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(55,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +ouu +chq +aoh +fQG +fQG +veX +neX +fQG +fQG +cpI +lWL +fKU +fKU +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +cVD +lWL +sNa +iTk +lWL +lWL +aHl +sNa +fKU +lWL +lWL +mYK +jbn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +jbn +lWL +myG +lWL +lWL +tOo +qox +rjA +cAA +jiu +qox +qox +vqT +rxH +hPE +gpG +gpG +gpG +miM +miM +omz +fFa +szb +tEQ +pHo +szb +qxu +rJC +wft +nNY +bCI +oTf +sDP +cWA +sPM +sPM +jHd +tqq +wNr +kka +qLR +sTS +qVZ +fpQ +jKq +ljO +szb +wak +mDQ +uJW +fBw +lgq +nLG +qmr +rgF +rCN +xWo +omz +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(56,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +fQG +fQG +fQG +fQG +fQG +lWL +fKU +cYa +lJs +fKU +eZk +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +aHl +lWL +aHl +lWL +aHl +fKU +lWL +fKU +lWL +lWL +lWL +cJq +pKX +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +lWL +cJq +lWL +qeW +lWL +qox +qox +gRZ +hTo +jbb +uvF +qox +fQG +tpH +gpG +gpG +gpG +miM +miM +omz +kRN +jei +kHW +njP +szb +qxu +rJC +wft +kIg +omz +xPj +lJK +wlz +hmu +sPM +jHd +dkt +vmE +xCP +xfn +omz +dVT +crR +koU +icJ +xZe +btI +mDQ +stk +gaK +fpQ +lJK +dLG +edO +unS +tnK +omz +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(57,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +aLI +gOJ +fQG +fQG +oBh +fQG +fQG +mOa +fKU +llu +lWL +fKU +fKU +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +jbn +mYK +lWL +aHl +oZh +key +lWL +lWL +lWL +fKU +xsI +xsI +lWL +mYK +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +owK +pYP +owK +owK +tfz +xFL +cqs +vqT +gon +tfh +vqT +qox +rxH +kSX +gOJ +xDV +gpG +gOJ +miM +omz +vwC +oKw +mtZ +jjL +uJW +wft +wft +wft +eRi +omz +iKW +esx +cjT +vEJ +isZ +jHd +emh +epR +vrM +nBk +omz +ujc +xAs +jHd +hUH +aLO +qJI +mDQ +bYg +omz +elg +mIK +piJ +iKu +vRw +dpL +omz +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(58,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +chq +dLM +aBV +oBh +oBh +fQG +cYa +qeW +lWL +cYa +mOa +cYa +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +jbn +lWL +lWL +mYK +lWL +fKU +fKU +lWL +lWL +fKU +fKU +sNa +mYK +sNa +qeW +lWL +aHl +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +owK +ljY +owK +owK +aNk +aNk +owK +mhl +gvg +vBw +owK +nyY +hPE +gOJ +gpG +gpG +gpG +frH +jHd +omz +omz +omz +omz +omz +tUy +fnt +tUy +omz +omz +jHd +qxn +nTH +hkE +jHd +omz +gaK +omz +omz +jHd +omz +gaK +omz +gaK +cWO +wFg +iek +dGT +xUs +gaK +gaK +riR +omz +rNK +omz +omz +omz +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(59,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +dLM +aBV +oBh +oBh +lWL +eZk +fKU +lWL +fKU +ctB +qeW +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +mYK +aHl +lWL +lWL +oZh +fKU +nva +lWL +fMq +fKU +lWL +mYK +sNa +uTk +qeW +mYK +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +ljY +owK +aNk +owK +tEA +rXU +mlv +jid +ljB +mKl +kdB +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +fQG +wjj +lFP +cjo +jck +lIv +lqX +lqX +nhk +jwe +lVB +lIv +fQG +fQG +pMW +jCs +yeD +lqX +lIv +lIv +lqX +bzW +lqX +lIv +lIv +lIv +lIv +aKg +isv +fQG +fQG +nhk +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(60,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +tpH +gpG +gpG +gpG +bhA +jhj +oBh +ctB +fKU +fKU +fKU +eZk +llu +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +rHc +jbn +cVD +mYK +fKU +qeW +fKU +sNa +lWL +lWL +fKU +lWL +mYK +fKU +lWL +qeW +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +cIV +eOw +owK +hLp +jid +ojJ +rRd +xOb +mqx +iwL +gOJ +gOJ +gpG +dCq +sXU +aId +miM +miM +fQG +neX +wjj +lFP +cjo +jck +lIv +lqX +neX +fQG +gOJ +bhA +dHz +wOh +xPX +crg +iEF +qpv +fQG +rwV +aKg +bzW +lqX +iZU +prp +eKx +lIv +eIQ +kEE +nDj +fQG +qPc +sIX +wIY +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(61,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +bhA +qpu +oBh +lWL +pli +cYa +lJs +fKU +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +mYK +fKU +lWL +fKU +lWL +lWL +lWL +fKU +lWL +aHl +sNa +lWL +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +hua +dvN +isU +fLn +fLn +aNk +img +vsU +ygj +rmV +oBh +hIm +gOJ +gpG +gpG +bhA +jhj +miM +miM +miM +miM +dPT +yep +nSy +lFP +ueO +lwa +aKg +wzM +rdF +pJn +dLM +vBz +vBz +qEZ +fKP +rxJ +oBh +rfe +oBh +lXp +wxj +aks +vTx +crg +fOZ +lqX +mbT +vGM +xMU +vBz +hPE +snf +gOJ +gOJ +miM +miM +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(62,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +pJn +gpG +bhA +oBh +oBh +lWL +drM +cYa +aHl +miM +miM +lJs +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +aHl +lWL +sNa +mYK +fKU +lWL +aHl +lWL +fKU +lWL +mYK +sNa +sNa +sNa +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kLT +fdG +dvN +hhN +oyE +lgS +mlv +vsU +ygj +aHq +fiw +oBh +osc +gOJ +gpG +xDV +bhA +oBh +miM +miM +miM +miM +gpG +gpG +iHH +lFP +brp +bhA +neX +tDn +tJG +tpH +gpG +gpG +tpH +gOJ +dLM +hXX +vBz +vBz +vBz +hPE +dLM +vBz +hPE +glo +gpG +gOJ +dLM +kzn +pEk +chq +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(63,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +ppD +oBh +jhj +llu +mOa +fKU +fKU +miM +miM +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +cJq +lWL +iBS +eZk +mYK +lWL +lWL +lWL +fKU +fKU +lWL +lWL +aHl +lWL +cJq +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kLT +mSc +xCf +caM +dvN +dvN +kjR +ygj +dvN +aHq +tnm +fLn +oBh +osc +gOJ +gpG +gpG +kGW +vBz +lKZ +miM +frH +pJn +gpG +gpG +oov +lFP +rNb +dLM +vBz +wIY +tpH +gpG +gpG +gpG +gpG +gpG +tpH +gpG +gpG +gpG +gOJ +gpG +gpG +gpG +gpG +rVw +gpG +gpG +gOJ +tpH +frH +gpG +tpH +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(64,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +tqm +oBh +oBh +ctB +lWL +aHl +miM +miM +lWL +lWL +lWL +mYK +cYa +miM +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +jbn +aHl +lWL +lWL +oZh +lWL +jbn +fKU +lWL +lWL +lWL +lWL +lWL +mYK +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kLT +sbj +dvN +miM +oAs +ezc +dvN +aHq +tnm +fLn +fLn +oBh +osc +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dTB +gpG +qEe +cjo +fYj +gpG +tpH +gOJ +gpG +gpG +frH +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(65,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +bhA +oBh +oBh +lWL +lWL +lWL +lWL +mYK +tUn +lWL +lWL +lWL +lWL +mYK +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +lWL +sNa +vUt +lWL +sNa +mYK +lWL +fKU +pli +lWL +fKU +fMq +lWL +lWL +qeW +aHl +sNa +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mNO +jIu +mNO +xFL +gvg +fLn +nQT +oUq +kSX +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xuA +lFP +brp +gpG +gpG +gpG +gpG +gpG +tpH +gpG +gpG +gpG +gpG +gpG +frH +gOJ +gpG +gpG +nWE +gOJ +gpG +gpG +gpG +hyD +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(66,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +dLM +aBV +oBh +lWL +lWL +lWL +lWL +aHl +cYa +cJq +lWL +aHl +lWL +dPQ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +mYK +sNa +sNa +mYK +lWL +sNa +sNa +iTk +fKU +lWL +aHl +fKU +lWL +aHl +aHl +sNa +lNN +aHl +miM +miM +jbn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +hKc +mJv +dQN +wMU +ljY +aNk +fLn +oBh +oBh +osc +gOJ +gpG +gpG +gpG +gpG +xDV +ouu +gpG +gpG +gpG +ikN +lFP +brp +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +mNV +mqx +mqx +mqx +gQV +aId +gOJ +gpG +mJf +gpG +gpG +gpG +gbK +rYB +jHY +pjT +pjT +pjT +tAH +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(67,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +mpV +aBV +fMq +aHl +myZ +myZ +lWL +aHl +fjM +lWL +myZ +myZ +fjM +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +pKX +lNN +qeW +lWL +sNa +iyF +lWL +fKU +lWL +lWL +xsI +lJs +lWL +sNa +lWL +mYK +miM +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +ljY +miM +miM +miM +owK +fCe +peh +ljY +aNk +xFL +xtv +dcG +xOi +osc +gOJ +gpG +gpG +gpG +gpG +gOJ +aLd +mqx +xxa +gpG +oov +lFP +brp +gpG +gpG +gpG +miM +miM +miM +gOJ +gOJ +gpG +mNV +ruK +oBh +oBh +oBh +oBh +osc +frH +gpG +wPk +hWa +ldP +mkW +nld +xOi +oBh +lqX +oCR +lIv +mgw +kSX +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(68,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gXD +lWL +myZ +myZ +lWL +aHl +lWL +lWL +aHl +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +mYK +miM +aHl +uim +qeW +qeW +mYK +iTk +fMq +lWL +fKU +lWL +aHl +aHl +lWL +lWL +ctB +lWL +fKU +fKU +lWL +lWL +miM +fKU +fKU +miM +miM +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +aHl +aae +aHl +ecl +fKU +qfd +aHl +jYd +aHl +vkt +rxH +jhj +osc +gOJ +gpG +gpG +gpG +gpG +gOJ +miM +miM +oUq +kSX +glO +rBC +gGN +crg +gTg +miM +miM +miM +miM +miM +frH +gOJ +bhA +oBh +oBh +oBh +oBh +nyY +hPE +gOJ +gpG +jYu +mEZ +olI +ruK +oBh +oBh +aoh +fQG +mCN +lqX +oBh +qoi +kSX +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(69,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gOJ +myZ +myZ +myZ +mSO +fjM +lWL +bHE +lWL +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +lWL +qeW +aHl +lWL +lWL +fKU +lWL +lWL +lWL +gkK +sNa +lJs +lWL +fKU +cJq +jbn +lWL +fKU +fKU +fKU +lWL +miM +miM +lWL +uqU +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +cJq +lWL +lWL +cVD +uqU +fKU +xdw +lWL +sNa +uqU +dbU +oBh +osc +rwz +gpG +gpG +gpG +gpG +gOJ +miM +miM +miM +oUq +nub +xWD +lIv +iBX +iDD +miM +miM +miM +miM +gOJ +gpG +gOJ +bhA +oBh +neX +rxH +nyY +hPE +gOJ +gpG +pMn +pCi +mEZ +iEE +oFV +kWV +aoh +koU +koU +mBd +koU +gaK +fDN +nph +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(70,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +myZ +myZ +myZ +myZ +myZ +myZ +fMq +jpO +tUn +fMq +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +sNa +lWL +aHl +qeW +sNa +aHl +lWL +fKU +sNa +sNa +lWL +lJs +lWL +fKU +lWL +sNa +fKU +lWL +aix +fKU +lWL +aHl +fKU +miM +lWL +lWL +lWL +mYK +xdw +mYK +sNa +uqU +miM +miM +miM +miM +miM +uqU +qeW +lWL +sNa +qeW +bdd +fMq +lWL +lWL +fKU +aHl +eZk +vkt +vkt +fKU +rxH +xuH +osc +gOJ +gpG +gpG +gpG +gpG +gOJ +miM +miM +miM +sXj +aPs +geP +aPs +cku +sXj +sXj +sXj +miM +miM +gpG +gpG +gpG +bhA +oBh +aKg +gaK +koU +hkE +wQo +wQo +koU +yhO +yhO +yhO +koU +gaK +gaK +gaK +oqX +ugF +gxU +gaK +oBh +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(71,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +fMq +lJs +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +xsI +lWL +uim +aHl +sNa +sNa +eZk +sNa +lWL +iTk +fKU +fKU +sNa +sNa +lWL +oaT +sNa +lJs +lJs +fKU +sNa +lWL +lWL +lWL +bgE +pli +xdw +lWL +mYK +cJq +mYK +lWL +fKU +aix +xdw +lWL +sNa +uqU +lWL +lWL +fKU +qfd +cVD +xsI +fMq +qfd +lWL +lWL +aHl +aHl +lWL +iBS +lWL +mYK +rma +hEw +lrA +osc +gOJ +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +sXj +dGT +sPM +mKz +jOs +fKx +oDv +sXj +elP +gpG +gpG +gpG +gpG +bhA +oBh +aKg +gaK +amv +vlw +lIX +qkl +kba +hnY +fFg +vot +oqo +eXT +mBd +dGT +nbc +jrP +vdZ +gaK +oBh +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(72,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +lJs +myZ +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +lWL +aHl +mYK +jbn +cVD +lWL +rqY +oZh +lWL +fKU +iTk +fKU +fKU +lWL +lWL +lJs +lWL +sNa +vUt +lJs +sNa +sNa +sNa +lWL +lWL +lWL +fKU +uqU +lWL +lWL +lWL +mYK +mYK +lWL +fKU +fKU +fKU +aix +lWL +lWL +lWL +bgE +fKU +xdw +fMq +sNa +fKU +lWL +aHl +aHl +mYK +qeW +vkt +xsI +uim +kzW +nhk +oBh +rdv +kSX +gpG +gpG +gpG +gpG +gOJ +tpH +miM +miM +sXj +tEr +sUU +fLt +cUf +huL +dGT +cku +rIP +faH +faH +faH +faH +faH +faH +vHh +koU +pgy +szb +azN +lGL +rrw +vSq +xNb +vSq +hlk +uJW +koU +jHd +jHd +jHd +rTs +gaK +oBh +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(73,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +pwP +cfb +pwP +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +sNa +vUt +lWL +sNa +mYK +lWL +lWL +fKU +iTk +lWL +lWL +lWL +lJs +lWL +oaT +sNa +sNa +lJs +eZk +uhg +uhg +lWL +pKX +cJq +fKU +uqU +mYK +miM +miM +miM +miM +lWL +fMq +fMq +sNa +sNa +lWL +lWL +fMq +lWL +fMq +ylR +lWL +fMq +lWL +lWL +lWL +lWL +fMq +lWL +lWL +lWL +mYK +aHl +nhk +oBh +oBh +osc +gpG +gpG +xDV +gpG +sXj +sXj +cku +cku +sXj +xPr +lbI +cPv +cku +dGT +dGT +aPs +lIv +lIv +euW +lIv +lIv +lIv +lIv +lIv +cLm +pHo +vTu +iUT +cfe +dph +szb +siH +siH +jgU +ugX +koU +jCQ +nyz +jHd +koU +gaK +oBh +dQS +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(74,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +myZ +fqI +fqI +fqI +iwe +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +sNa +sNa +mYK +lWL +lWL +aHl +sNa +fKU +iTk +fKU +lWL +fKU +lWL +fHT +lWL +lWL +sNa +sNa +fKU +qeW +lWL +sNa +qeW +fKU +fKU +miM +miM +miM +miM +miM +aae +aHl +lNN +sNa +lWL +lWL +bLF +nGx +lWL +hux +hux +fMq +fMq +fMq +lWL +fMq +lWL +lWL +mYK +lWL +lWL +lWL +mYK +mYK +fQG +nhk +uOn +osc +gpG +gpG +gpG +aLd +sXj +mKk +kRR +rBr +sfR +iNC +skh +hAD +sXj +pJO +sPM +uJW +lIv +lIv +lIv +lIv +lIv +euW +lIv +lIv +qJj +uJW +oYz +koU +tWr +jtW +beN +jtW +jtW +koU +qwf +koU +dGT +dGT +ouM +oBh +oBh +oBh +osc +ouu +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(75,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +gOJ +chq +gOJ +miM +miM +miM +miM +miM +miM +miM +myZ +myZ +myZ +fqI +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +pKX +sNa +qeW +lWL +lWL +lWL +fKU +aHl +fKU +nva +lWL +lWL +lJs +lJs +lJs +lWL +sNa +fKU +qfd +aHl +xsI +aHl +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +sNa +hux +hux +lWL +hux +hux +aHl +fMq +hux +fMq +hux +hux +lWL +lWL +lWL +lWL +lWL +mYK +lWL +lWL +lWL +mYK +rxH +rxH +oBh +osc +gpG +gpG +aLd +ruK +sXj +hqZ +gkO +nqg +gdv +sPM +xSz +mpQ +sXj +sXj +cku +sXj +lqX +iEF +lwa +lwa +iEF +lqX +lAc +dll +koU +spE +jPS +jtW +rSb +mYm +gYy +gYy +aru +koU +ilG +waQ +qwX +qbS +cmE +lWu +oBh +aoh +hPE +snf +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(76,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +gpG +miM +gpG +tpH +chq +gOJ +fAF +gOJ +lPB +miM +miM +miM +miM +miM +miM +myZ +myZ +xZK +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +sNa +qeW +qeW +mYK +fKU +fKU +lWL +pli +sNa +lWL +lWL +lWL +lWL +lJs +lWL +lWL +fKU +fKU +ygc +aHl +qXQ +miM +miM +miM +miM +miM +miM +jbn +iTk +fzF +lWL +lWL +lWL +aHl +lWL +aHl +lWL +who +who +fMq +fMq +hux +fMq +nGx +nGx +nGx +nGx +nGx +fMq +lWL +lWL +aHl +hUi +ujY +ujY +hPE +gpG +gpG +dmx +oBh +wQo +gck +btI +iQn +qOM +sPM +skh +dGT +lmK +sVj +mwV +sXj +sUj +htO +nwg +gpG +gpG +gpG +bhA +rxH +koU +kxC +vTu +jtW +nwi +usE +iXr +jrS +pjI +koU +htc +sbm +isl +ivL +fMx +neX +fQG +fQG +fQG +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(77,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +lPB +mqx +mqx +mqx +mqx +ruK +oBh +yhd +fQG +fQG +fQG +miM +miM +myZ +eEy +fqI +pwP +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +mYK +lWL +qeW +lWL +lWL +lWL +lWL +pli +lWL +lWL +lWL +aHl +aHl +lWL +lWL +sNa +fKU +aHl +eZk +qfd +sFa +miM +miM +miM +miM +lWL +iTk +lWL +lWL +sNa +lWL +ylZ +lWL +lWL +lWL +lWL +who +lWL +abm +lWL +lWL +lWL +aHl +nGx +lWL +fMq +fMq +bLF +nGx +lWL +lWL +lWL +nhk +nhk +ujY +gpG +gpG +gpG +ppD +tYz +mTI +mRQ +mre +aLT +uJW +btI +btI +rQp +cku +sVj +vBt +sXj +oBh +oBh +osc +gpG +gpG +gpG +ipA +fQG +tqZ +oBa +tCk +beN +kZu +hhU +fYa +hfj +vGb +koU +koU +gaK +gaK +omz +jHd +fQG +ikH +oBh +oUq +kSX +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(78,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +aLd +qxx +oBh +oBh +oBh +oBh +qTC +oBh +kfu +nMI +hvX +pNW +rMM +miM +myZ +myZ +fqI +fqI +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +qXQ +vUt +lWL +sNa +lWL +sNa +sNa +mYK +lWL +iTk +fKU +fKU +aHl +lWL +lWL +xsI +lWL +uim +aHl +aHl +lWL +iBS +lWL +mYK +miM +miM +miM +jbn +sNa +iTk +lFB +sNa +sNa +lWL +lWL +lWL +lWL +iTk +iTk +lWL +who +lWL +lWL +aHl +lWL +lWL +nGx +bLF +fMq +lWL +lWL +nGx +mYK +lWL +lWL +nhk +fQG +nhk +gpG +gpG +gpG +dLM +aBV +qPT +cEh +sPM +eyi +vFR +jYR +gxQ +bBj +sXj +wtJ +nyc +sXj +oBh +vGM +osc +gpG +gpG +gpG +bhA +oBh +wQo +oZC +tCk +jtW +kZu +kKh +fYa +hvt +tnX +koU +cod +qaT +kZj +jHd +rMG +neX +oBh +oBh +oBh +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(79,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +xeD +azA +azA +xeD +oBh +oBh +jhj +oBh +mIS +jhS +pcr +oeY +jvT +wxE +miM +miM +myZ +myZ +fqI +fqI +qwh +myZ +myZ +miM +miM +miM +miM +miM +miM +miM +qXQ +sNa +dPQ +lWL +lWL +lWL +pKX +sNa +lWL +iTk +lWL +fKU +fKU +fKU +lWL +aHl +lWL +sNa +qeW +mYK +uTk +gzq +jYd +sNa +miM +miM +iyF +fMq +qqF +sNa +sNa +lWL +lWL +hux +lWL +lWL +sNa +lWL +bLF +nGx +who +who +who +who +lWL +hux +lWL +nGx +nGx +kmw +nGx +nGx +lWL +lWL +lWL +ujY +fQG +nhk +gpG +gpG +xDV +gpG +dLM +sXj +kTH +ajt +leE +jyR +igf +eSc +deq +cku +lCT +qhD +sXj +nyY +vBz +hHM +gpG +gpG +xDV +ppD +oBh +fMx +fSv +vTu +jtW +qBi +kZu +kZu +kZu +hfB +koU +gFb +sZo +dGT +jHd +jHd +oBh +oBh +fDN +jhj +osc +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(80,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +azA +xeD +azA +azA +oBh +azA +oBh +nBY +oBh +hvX +hvX +ylm +bjW +oBh +fQG +xrT +miM +myZ +myZ +hqz +qnO +fqI +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +miM +pKX +sNa +qeW +lWL +lWL +lWL +sNa +qeW +lWL +lWL +xsI +lWL +lWL +lWL +lWL +lWL +tio +lWL +lWL +hrV +lWL +mYK +miM +miM +jmD +iTk +fyJ +sNa +sNa +lWL +lWL +lWL +lWL +lWL +sNa +sNa +who +nGx +nGx +nGx +nGx +nGx +bXc +lWL +hux +lWL +cIA +nGx +lWL +nGx +nGx +lWL +mYK +mYK +fQG +fQG +ujY +gOJ +gpG +gpG +gpG +gpG +sXj +sRJ +uIx +nhA +pFF +dMZ +dfE +itu +sXj +jOD +uJH +cku +hPE +tpH +gpG +gpG +gpG +mNV +ruK +oBh +koU +irF +nOE +koU +koU +koU +koU +koU +koU +koU +dGT +sWR +pHo +trH +omz +oBh +oBh +nyY +rRq +hPE +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(81,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +aBV +oBh +oBh +oBh +oBh +oBh +kfu +xQV +xQV +rVt +bjW +wxE +dZG +miM +myZ +myZ +myZ +myZ +fqI +fqI +myZ +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +lWL +sNa +qeW +qeW +lWL +lWL +mYK +mYK +lWL +xsI +lWL +myG +eZk +cJq +lWL +qeW +mYK +lWL +qeW +lWL +mYK +mYK +lWL +lWL +lWL +cJq +sNa +sNa +lWL +fMq +lWL +lWL +lWL +sNa +lWL +lWL +who +nGx +rqY +who +nGx +nGx +nGx +lWL +hux +lWL +lWL +nGx +nGx +uGb +nGx +lWL +fMq +fMq +fQG +rxH +fQG +osc +gpG +gpG +gpG +gOJ +sXj +sXj +sXj +fMx +fMx +fMx +cku +sXj +sXj +sXj +sXj +sXj +gpG +chq +gpG +gpG +lPB +ruK +oBh +tUw +gaK +fwi +pHo +uBO +xdC +nrY +pHo +eAh +elw +pHo +dGT +pHo +pHo +trH +omz +jhj +kCj +hPE +oLd +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(82,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +aBV +oBh +oBh +oBh +oBh +dTm +kfu +xQV +hvX +oBh +rMM +qOq +miM +myZ +myZ +myZ +myZ +myZ +fqI +pwP +myZ +myZ +iwe +myZ +myZ +myZ +miM +miM +lWL +mYK +lWL +qeW +lWL +lWL +sNa +lWL +aHl +iTk +lWL +sNa +lWL +lWL +fKU +mYK +miM +miM +miM +miM +miM +lWL +vao +lWL +abm +sNa +sNa +lWL +lWL +fMq +tjS +hux +ylZ +lWL +lWL +aHl +nGx +tWG +nGx +nGx +uAo +nGx +who +who +lWL +fMq +fMq +fMq +lWL +fMq +lWL +fMq +fKU +fMq +rxH +oBh +xuH +nph +gpG +gpG +gpG +gOJ +tpH +gOJ +gOJ +gOJ +oBh +gOJ +gOJ +tpH +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +dLM +vBz +mxx +hPE +gaK +gaK +gaK +gaK +gaK +koU +ewM +wVx +cHC +hRv +hjc +pHo +pHo +jHd +omz +nyY +hbb +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +miM +"} +(83,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +tqm +oBh +oBh +oBh +oBh +oBh +ffL +dbn +ffL +oeO +fQG +llI +miM +myZ +myZ +myZ +myZ +myZ +fqI +xZK +fqI +fqI +fqI +mij +myZ +myZ +miM +miM +lWL +sNa +lWL +aHl +lWL +uim +aHl +sNa +mYK +aGN +lWL +fKU +lWL +mYK +rNE +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +rqY +lWL +lWL +fMq +ahX +hux +hux +lWL +lWL +aHl +nGx +nGx +sNa +bLF +hnL +iTk +lWL +who +fMq +fMq +lWL +lWL +lWL +aHl +lWL +lWL +fMq +pCa +lWL +hMA +nhk +ujY +osc +gpG +gpG +gpG +gOJ +gOJ +gpG +gpG +tpH +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +tpH +gpG +gpG +gpG +gpG +gpG +koU +gaK +gaK +gaK +gaK +gaK +gaK +anV +jHd +dLM +wIY +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +"} +(84,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +aBV +oBh +oBh +oBh +oBh +oBh +oBh +igH +wxE +aKg +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +fqI +fqI +fqI +pwP +myZ +myZ +miM +miM +uim +aHl +sNa +hvD +lWL +sNa +mYK +lWL +lWL +lWL +jbn +aix +eZk +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +aHl +hux +hux +sNa +sNa +hux +lWL +lWL +lWL +lWL +nGx +nGx +nGx +nGx +hWY +kXj +iTk +fMq +nGx +nGx +nGx +lWL +aHl +aHl +lWL +fMq +fMq +fKU +fMq +fQG +fQG +nhk +kDm +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gpG +gpG +xDV +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +"} +(85,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +aBV +oBh +oBh +oBh +oBh +oBh +oqn +nAu +rxH +bVh +xfi +frZ +myZ +myZ +myZ +myZ +myZ +myZ +fqI +fqI +bWN +bWN +myZ +myZ +miM +miM +miM +lWL +sNa +sNa +mYK +lWL +lWL +aHl +fKU +lWL +lWL +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fzF +lWL +lWL +lWL +lWL +lWL +sNa +qfd +hux +lWL +lWL +lWL +nGx +nGx +uqY +nGx +lWL +hux +who +iTk +uSc +uGb +nGx +lWL +lWL +lWL +lWL +lWL +fMq +fKU +lWL +fMq +rxH +fQG +nhk +nwg +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gOJ +gpG +gpG +xDV +gpG +gOJ +gpG +gpG +xeZ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +miM +miM +miM +miM +"} +(86,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +aLd +ruK +oBh +kfu +kfu +wPA +isG +isG +oBh +bVh +bVh +enb +kwl +sdS +xdz +eis +myZ +myZ +myZ +fqI +fqI +bWN +abx +mij +myZ +miM +miM +miM +miM +lWL +sNa +sNa +qeW +lWL +lWL +raJ +lWL +lWL +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +lWL +iTk +lWL +lWL +ylZ +sNa +sNa +sNa +who +who +hux +lWL +who +nGx +uqY +uqY +nGx +xwv +lWL +pus +cOa +qFu +nGx +lWL +lWL +cIA +nGx +bXc +lWL +fMq +fMq +fMq +fKU +rxH +qTn +fQG +osc +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gpG +gpG +gpG +gOJ +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gpG +gpG +gpG +xeZ +gOJ +gpG +gOJ +frH +gpG +xDV +gOJ +gOJ +gOJ +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +"} +(87,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +aLd +ruK +kNf +jhS +kfu +aIU +kfu +ffL +oBh +hYQ +hYQ +aPj +gaG +hYQ +pbH +qkp +enb +hYQ +hYQ +myZ +hqz +fqI +fqI +fqI +myZ +myZ +miM +miM +lWL +aHl +lWL +mYK +sNa +qeW +qeW +lWL +lWL +fKU +lWL +xsI +lWL +miM +miM +aHl +miM +miM +miM +miM +aHl +sNa +lWL +lWL +sNa +sNa +sNa +lWL +lWL +lWL +lWL +lWL +who +nGx +nGx +bLF +uqY +nGx +lWL +hWY +nGx +sNa +nGx +lWL +lWL +cIA +nGx +lWL +nGx +lWL +lWL +lWL +mYK +lWL +rxH +rxH +pJH +hPE +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +cVt +mqx +mqx +mqx +kSX +gpG +gOJ +gOJ +xCW +lgB +aUt +mqx +rPW +gOJ +cFQ +mqx +mqx +cfR +mqx +mqx +rYB +cak +kSX +gOJ +gpG +gpG +miM +miM +gOJ +gOJ +gpG +gpG +xDV +gpG +xDV +gpG +gpG +gpG +gpG +miM +"} +(88,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +gpG +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +kjq +bhA +oBh +jhS +bpT +bFY +xQV +xQV +grz +oBh +hYQ +cdh +pbH +kUl +hYQ +dIT +aPj +xae +kIr +hYQ +myZ +myZ +pwP +umH +pwP +myZ +myZ +miM +miM +aHl +lWL +mYK +lWL +lWL +lWL +vzJ +lWL +nva +lWL +lWL +lWL +cJq +fKU +lWL +cEd +cJq +jbn +miM +miM +lWL +lNN +lWL +lWL +hux +hux +lWL +lWL +qfd +pyu +lWL +lWL +mYK +nGx +nGx +nGx +nGx +nGx +fKz +nGx +nGx +uAo +lWL +who +lWL +uGb +nGx +nGx +cIA +lWL +lWL +lWL +lWL +lWL +ujY +ryQ +pRX +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gpG +gpG +gpG +gOJ +gpG +gpG +aLd +ruK +oBh +oBh +oBh +oUq +kSX +heN +aLd +jiZ +tcS +ujY +fQG +fQG +fQG +gOJ +fQG +nhk +fQG +rxH +jhj +aDI +aoh +miM +miM +gpG +frH +miM +miM +miM +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +miM +"} +(89,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +aLd +ruK +oBh +kNf +jhS +kfu +lRG +kfu +ffL +isG +hYQ +lJw +aPj +ljf +hYQ +hYQ +nou +qkp +rrf +hYQ +myZ +myZ +wkh +fqI +myZ +myZ +myZ +miM +miM +aHl +lWL +lWL +cVD +sNa +lWL +aHl +lWL +sNa +lWL +lWL +lWL +lWL +qeW +miM +miM +cEd +cEd +lWL +miM +lWL +sNa +ylZ +lWL +hux +lWL +sNa +sNa +qfd +lWL +lWL +lWL +aHl +nGx +tWG +lWL +nGx +lWL +nGx +hWY +lWL +iyF +lWL +who +lWL +lWL +ohA +lWL +nGx +bXc +lWL +aHl +lWL +lWL +nhk +osc +frH +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +fwY +mqx +mqx +mqx +mqx +mqx +kSX +gpG +gOJ +gpG +bhA +fQG +ujY +fQG +nhk +nhk +kdN +chq +aKg +ujY +nhk +doc +fQG +fQG +uCg +pJn +aoh +rxH +nhk +hUi +aKg +fQG +nhk +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +miM +"} +(90,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +bhA +oBh +qpu +oBh +oBh +kfu +kfu +wPA +isG +isG +hYQ +lWJ +aPj +hYQ +hYQ +asY +pbH +aPj +hYQ +hYQ +hYQ +hYQ +fqI +myZ +myZ +myZ +myZ +miM +miM +aHl +xsI +lWL +uim +aHl +sNa +sNa +lWL +lWL +lWL +lWL +iTk +qeW +lWL +miM +miM +miM +aHl +vly +lWL +lWL +sNa +lWL +lWL +kBQ +lWL +lWL +sNa +sNa +lWL +fMq +lWL +lWL +hWY +nGx +hux +nGx +nGx +uGb +nGx +lWL +xhl +lWL +who +lWL +sNa +mVl +lWL +lWL +lWL +mCz +lWL +lWL +lWL +ujY +qwS +gOJ +gOJ +gOJ +gOJ +gpG +gOJ +gOJ +lPB +bLU +oBh +fQG +fQG +fQG +nhk +lFd +kOz +gOJ +aLd +ruK +fQG +nhk +aoh +fdc +aKg +gOJ +gOJ +ujY +nhk +ujY +aks +fQG +fQG +fQG +uPH +gOJ +fQG +neX +fQG +rdF +rcw +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(91,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gOJ +gpG +gpG +gpG +gpG +aLd +fHr +oBh +oBh +oBh +oBh +oBh +oBh +oBh +oBh +isG +qrw +hYQ +hYQ +hYQ +hYQ +sex +epz +uvz +aPj +uvz +eaA +fqI +fqI +myZ +myZ +myZ +myZ +miM +miM +lWL +aHl +lWL +sNa +qeW +lWL +fMq +jbn +fKU +lWL +lWL +iyF +cJq +qeW +miM +miM +miM +miM +miM +miM +lWL +lNN +iTk +sNa +sNa +qfd +lWL +bLF +sNa +lWL +lWL +lWL +aHl +nGx +sNa +lWL +nGx +lWL +tWG +kXj +fMq +lWL +hux +hux +hux +sNa +lWL +lWL +aHl +aHl +lWL +lWL +lWL +aHl +nhk +fPe +mqx +mqx +mqx +mqx +mqx +mqx +sXU +ruK +oBh +fQG +nhk +fQG +fQG +fQG +fQG +fQG +gOJ +rxH +aKg +sUJ +aks +aKg +fbH +ujY +chq +aKg +neX +aks +ujY +doc +aks +fQG +fQG +fQG +gOJ +nhk +fQG +qTn +fQG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(92,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +miM +gOJ +gpG +gpG +gOJ +bhA +oBh +oBh +oBh +kfu +kfu +wPA +isG +rrT +oke +oBh +fqI +uvz +aPj +sYR +hYQ +hYQ +nou +aPj +hYQ +hYQ +hYQ +hYQ +fqI +myZ +myZ +myZ +myZ +miM +miM +mYK +lWL +lWL +aHl +lWL +jbn +lWL +lWL +fKU +fKU +fKU +iTk +lWL +aHl +miM +miM +miM +miM +miM +miM +lWL +sNa +iTk +sNa +lWL +lWL +lWL +hWY +sNa +lWL +hux +lWL +lWL +uGb +nGx +nGx +nGx +hWY +nGx +who +lWL +who +who +lWL +lWL +sNa +lWL +aHl +lWL +aHl +lWL +aHl +lWL +lWL +ujY +fQG +nhk +fQG +fQG +fQG +fQG +fQG +fQG +nhk +fQG +fQG +lWL +lWL +fKU +lWL +lWL +nGx +fKz +fKU +qfd +aHl +xsI +lWL +vkt +eZk +nGx +lWL +sNa +fKU +mYK +aHl +mTn +lWL +lWL +nhk +gOJ +fQG +gop +nhk +rcw +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(93,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +miM +miM +miM +gOJ +gpG +gpG +gOJ +oSb +qpu +kNf +jhS +kfu +aIU +kfu +ffL +oBh +oBh +neX +hYQ +lfj +hYQ +aPj +hYQ +iZo +qkp +fqI +bBA +hYQ +myZ +myZ +fqI +myZ +myZ +myZ +myZ +miM +miM +lWL +mYK +lWL +aHl +jCL +lWL +fMq +lWL +eZk +lWL +fKU +lWL +lWL +lWL +myG +miM +miM +miM +miM +jbn +lWL +lWL +iTk +kBQ +lWL +sNa +lWL +sNa +sNa +sNa +sNa +sNa +lWL +nGx +lWL +nGx +nGx +nGx +lWL +who +who +who +fMq +lWL +lWL +lWL +lWL +lWL +lWL +lWL +mYK +lWL +lWL +lWL +ujY +fQG +fQG +fQG +fQG +nhk +rxH +fQG +fQG +ujY +fQG +fQG +lWL +mYK +lWL +lWL +aHl +nGx +lWL +fKU +fKU +xdw +lWL +sNa +uqU +lWL +nGx +eZk +lWL +aHl +aHl +aHl +aHl +mTn +lNN +neX +gOJ +neX +wQY +rxH +doc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(94,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +miM +miM +gOJ +gOJ +gpG +gpG +gpG +gpG +pbA +oBh +jhS +bpT +bFY +xQV +xQV +grz +oBh +oBh +oBh +hYQ +hYQ +hYQ +aPj +sZs +aPj +pRD +aPj +cge +myZ +myZ +myZ +fqI +fqI +myZ +myZ +myZ +miM +miM +miM +lWL +enG +eZk +fMq +fMq +lWL +fMq +mOx +fMq +lWL +lWL +fMq +cJq +fKU +lWL +mYK +miM +lWL +lWL +cJq +lWL +nNs +lWL +sNa +sNa +lWL +sNa +sNa +ylZ +who +who +nGx +nGx +eQY +nGx +rqY +lWL +lWL +lWL +aHl +lWL +lWL +aHl +lWL +lWL +mYK +lWL +lWL +lWL +mYK +lWL +lWL +lWL +lWL +lWL +mYK +mYK +lWL +mYK +lWL +lWL +fKU +lWL +lWL +lWL +lWL +upc +nGx +lWL +lWL +nGx +mYK +fKU +aHl +eZk +qfd +qfd +fKU +nGx +nGx +lWL +lWL +qeW +rHc +mTn +mTn +mTn +jbn +gOJ +gOJ +nhk +qnu +fQG +fQG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(95,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gOJ +bhA +oBh +kNf +jhS +kfu +lRG +kfu +ffL +oBh +oBh +wne +hYQ +hYQ +xfi +aPj +cbH +aPj +aPj +qkp +qkp +lUr +myZ +myZ +myZ +ohy +ohy +myZ +myZ +miM +miM +miM +lWL +aHl +iTk +iTk +qeW +fMq +lWL +fMq +lWL +lWL +lWL +lWL +sNa +fKU +lWL +lWL +lWL +lWL +lWL +lWL +lWL +who +lWL +lWL +lWL +lWL +kBQ +sNa +lWL +who +lWL +tWG +nGx +nGx +eRs +sNa +sNa +lWL +lWL +lWL +hux +jml +fMq +lWL +lWL +abm +lWL +lWL +mYK +mYK +mYK +sNa +lWL +lWL +lWL +lWL +lWL +lWL +vSu +pyu +mYK +lWL +lWL +lWL +mYK +nGx +nGx +nGx +lWL +sNa +nGx +nGx +nGx +lWL +iBS +lWL +mYK +rma +nGx +lWL +oJv +sNa +sNa +cVD +aHl +miM +miM +miM +gOJ +aks +rcw +rxH +aks +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(96,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +dLM +aBV +oBh +qpu +kfu +kfu +wPA +isG +oBh +isG +oBh +fqI +bxc +qkp +hHj +nsm +vCb +sru +qkp +fqI +woW +myZ +myZ +myZ +myZ +ohy +myZ +myZ +miM +miM +miM +miM +iTk +iTk +iTk +iTk +iTk +lWL +fMq +qeW +lWL +fMq +lWL +lWL +fKU +lWL +cJq +lWL +sNa +lNN +sNa +sNa +who +who +nGx +lWL +lWL +sNa +sNa +xTB +who +lWL +nGx +kmw +lWL +sNa +sNa +lWL +lWL +aHl +hux +hux +hux +hux +lWL +lWL +lWL +lWL +qeW +lWL +lWL +pKX +sNa +mYK +aHl +bLF +nGx +nGx +nGx +upc +lWL +lWL +lWL +lWL +lWL +lWL +cIA +nGx +lWL +fKU +mYK +fKU +sNa +nGx +lWL +mYK +lWL +fMw +aHl +nGx +qeW +nJX +aix +mYK +vzJ +miM +miM +miM +miM +gOJ +nhk +miM +nai +eBs +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(97,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +dLM +rIj +oBh +oBh +oBh +oBh +oBh +oBh +oeO +myZ +pbH +qkp +gzv +hHj +efS +wMk +sru +fqI +rYr +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +fMq +fMq +iTk +iTk +jCT +qCn +iTk +fMq +fMq +sNa +lWL +lWL +lWL +fKU +fKU +lWL +aHl +lWL +lWL +sNa +sNa +lWL +aHl +who +bLF +lWL +who +ylZ +lWL +aHl +lWL +aHl +nGx +nGx +sNa +sNa +who +nGx +nGx +fKz +lWL +iTk +hux +lWL +lWL +aHl +lWL +mYK +ctB +lWL +sNa +sNa +lWL +qeW +lWL +cIA +upc +nGx +nGx +nGx +nGx +nGx +nGx +nGx +lWL +aHl +lWL +lWL +lWL +fKU +lWL +fKU +xsI +nGx +nGx +nGx +nGx +nGx +eZk +nGx +sNa +ctB +fKU +lWL +miM +miM +miM +miM +miM +kvL +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(98,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +dLM +vBz +aBV +oBh +jhj +oBh +oBh +miM +myZ +tnM +aPj +qkp +bec +eJx +efS +qkp +pbH +hYQ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +fMq +qeW +iTk +iTk +iTk +iTk +fMq +lWL +sNa +lWL +oZh +lWL +lWL +sNa +lWL +lWL +bLF +upc +hux +lWL +lWL +itG +who +lWL +who +lwj +lWL +lWL +lWL +aHl +nGx +nGx +hWY +sNa +mYK +nGx +nGx +fKz +fKz +lWL +lWL +lWL +lWL +lWL +abm +lWL +lWL +ctB +uim +sNa +lWL +mYK +lWL +aHl +lWL +nGx +nGx +cIA +fKz +bLF +nGx +nGx +bLF +lWL +sNa +lWL +lWL +lWL +mYK +lWL +aHl +mYK +xsI +mYK +mYK +hqG +hWY +nGx +nGx +xsI +cJq +jYd +aHl +miM +miM +miM +miM +miM +kvL +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(99,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +gOJ +dLM +aBV +xxH +oBh +wxE +miM +hYQ +sHQ +tnM +qkp +jiB +txh +hfN +oRs +epz +fAe +qkp +gHN +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +lWL +iTk +iTk +iTk +iTk +jCL +fMq +lWL +sNa +sNa +lWL +iTk +lWL +sNa +sNa +lWL +nGx +lWL +lWL +iTk +lWL +sNa +sNa +lWL +who +hux +hux +hux +who +lWL +nGx +nGx +lWL +sNa +nGx +uGb +nGx +uGb +nGx +hux +cEd +fMq +fKU +ctB +lWL +aHl +fMq +fMq +xsI +lWL +lWL +lWL +lWL +mYK +lWL +xsI +aHl +lWL +lWL +aHl +lWL +lWL +lWL +sNa +sNa +lWL +lWL +lWL +lWL +lWL +mYK +fKU +lWL +lWL +fKU +mYK +mYK +fKU +nGx +hWY +sNa +jbn +miM +miM +miM +miM +miM +kvL +kvL +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(100,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +dLM +aBV +oBh +nhk +miM +miM +hYQ +hYQ +wtW +eOG +cpc +uvz +ljf +hYQ +hYQ +myZ +hNN +fYG +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +fMq +lWL +cVD +tOo +mYK +aHl +aHl +lWL +lWL +sNa +lWL +iTk +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +hux +who +abm +lWL +hux +who +who +who +bLF +tWG +der +sNa +sNa +nGx +nGx +nGx +nGx +nGx +lWL +cEd +fMq +fKU +fMq +fKU +fKU +msZ +fMq +lWL +ctB +lWL +fKU +fMq +lWL +lWL +lWL +mYK +lWL +lWL +lWL +pKX +lWL +lWL +mYK +sNa +lWL +aHl +lWL +lWL +lWL +lWL +lWL +lWL +aHl +lWL +fKU +mYK +fKU +mYK +nGx +nGx +nGx +jfF +kvL +miM +miM +kvL +kvL +rOc +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +"} +(101,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gOJ +gpG +gOJ +miM +miM +miM +miM +miM +myZ +myZ +myZ +hYQ +hYQ +aPj +dbJ +myZ +myZ +myZ +myZ +pbH +rhY +myZ +myZ +myZ +myZ +miM +miM +fMq +lWL +sNa +vUt +lWL +sNa +lWL +lWL +lWL +aHl +lWL +sNa +cqy +abm +lWL +lWL +hux +lWL +iyF +iTk +lWL +hux +hux +who +lWL +lWL +lWL +who +lWL +nGx +nGx +fMq +sNa +sNa +nGx +nGx +nGx +aHl +nGx +lWL +lWL +cEd +fMq +fKU +fKU +jbn +fKU +fMq +fKU +fKU +xsI +fMq +fKU +fKU +iGT +lWL +lWL +qeW +mYK +sNa +sNa +lWL +lWL +lWL +pKX +pKX +lWL +lWL +lWL +mYK +mYK +mYK +lWL +mYK +mYK +lWL +aHl +mYK +fKU +fKU +uFt +sNa +miM +miM +kvL +nIc +kvL +kvL +nai +aFD +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +nai +miM +miM +miM +miM +miM +miM +"} +(102,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +miM +miM +miM +miM +miM +myZ +myZ +myZ +uQQ +qkp +pbH +xeo +myZ +myZ +evE +gAD +qkp +rww +myZ +myZ +myZ +myZ +gZv +lWL +aHl +lWL +sNa +sNa +lWL +lWL +lWL +aHl +lWL +lWL +aHl +sNa +lWL +lWL +lWL +iTk +lWL +lWL +iTk +lWL +lWL +hux +lWL +who +who +hux +lWL +lWL +lWL +aHl +fMq +fMq +fMq +nGx +nGx +nGx +aHl +nGx +nGx +sBD +fKU +jbn +fKU +fKU +ylZ +fKU +fKU +fKU +fKU +fKU +fMq +fMq +ctB +fKU +fKU +lWL +lWL +lWL +mYK +sNa +lWL +lWL +sNa +sNa +lWL +lWL +lWL +xsI +lWL +lWL +lWL +lWL +vzJ +lWL +lWL +mYK +mYK +lWL +mYK +fKU +mYK +jbn +miM +miM +miM +miM +kvL +kvL +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +rOc +miM +miM +nai +miM +miM +nai +nai +miM +miM +miM +miM +miM +"} +(103,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +gOJ +gpG +gpG +gOJ +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +gpG +miM +miM +miM +miM +myZ +lwg +qkp +sZs +oPC +myZ +myZ +myZ +myZ +vNE +qkp +bil +myZ +myZ +myZ +miM +lWL +lWL +lWL +fMq +sNa +sNa +qeW +lWL +aHl +lWL +mYK +lWL +sNa +aHl +lWL +lWL +iTk +fMq +hux +fMq +lWL +lWL +lWL +lWL +hux +hux +hux +lWL +aHl +aHl +lWL +lWL +lWL +aHl +nGx +nGx +nGx +myG +nGx +nGx +fMq +fKU +fMq +fKU +fKU +fKU +fMq +fKU +fMq +fKU +rqY +ofe +fMq +jbn +fMq +fKU +lWL +lWL +lWL +mYK +lWL +lWL +lWL +mYK +xsI +lWL +lWL +mYK +sNa +lWL +lWL +aHl +eZk +qeW +lWL +lWL +lWL +mYK +mYK +mYK +mYK +mYK +mYK +miM +miM +miM +miM +nIc +kvL +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +nai +xQa +miM +nai +nai +nai +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(104,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +gpG +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +gpG +gpG +gpG +gpG +miM +miM +myZ +myZ +mSW +qkp +fRW +myZ +myZ +iJL +nNc +qkp +pbH +myZ +myZ +myZ +myZ +miM +mYK +cJq +aHl +fMq +fMq +sNa +qeW +qeW +lWL +lWL +mYK +mYK +lWL +lWL +aHl +sNa +sNa +syZ +itw +kBQ +lWL +sNa +sNa +sNa +lWL +lWL +lWL +fMq +aHl +abm +lWL +lWL +lWL +lWL +nGx +nGx +nGx +nGx +nGx +nGx +lWL +lWL +fKU +fKU +ftZ +fMq +fMq +fMq +qnM +fMq +lWL +aHl +fMq +fMq +lWL +fMq +fKU +lWL +lWL +lWL +qeW +lWL +hWd +lWL +lWL +lWL +qeW +sNa +lhy +aHl +lWL +lWL +lWL +sNa +sNa +lWL +lWL +lWL +aHl +mYK +lWL +lWL +mYK +miM +miM +miM +miM +miM +kvL +aFD +nai +eUP +nai +nai +uyI +miM +miM +miM +nai +nai +nai +nai +nai +nai +nai +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(105,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +myZ +kUl +kUl +kUl +myZ +myZ +qkp +myZ +wWr +myZ +myZ +myZ +myZ +myZ +miM +lWL +aHl +lWL +fMq +fMq +lWL +fMq +qeW +lWL +lWL +lWL +lWL +mYK +aHl +lWL +aHl +uhg +hux +dKi +hux +kBQ +lWL +lWL +lWL +who +who +who +who +aHl +fMq +lWL +lWL +aHl +lWL +nGx +tWG +nGx +nGx +nGx +nGx +rce +lWL +fKU +fKU +iTk +iTk +lWL +aHl +fMq +fMq +lWL +pli +fKU +fMq +lWL +aHl +fKU +lWL +lWL +lWL +tOo +mYK +lWL +lWL +lWL +sNa +sNa +sNa +sNa +lWL +lWL +lWL +lWL +mYK +sNa +vUt +aHl +lWL +lWL +lWL +mYK +lNN +mYK +miM +miM +miM +kvL +kvL +kvL +nai +kPT +nai +nai +nai +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +nai +nai +nai +aFD +miM +miM +miM +miM +miM +miM +miM +miM +"} +(106,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +myZ +myZ +myZ +myZ +myZ +myZ +uJN +myZ +myZ +myZ +myZ +myZ +myZ +myZ +miM +lWL +aHl +mYK +fMq +lWL +sNa +fMq +lWL +lWL +lWL +lWL +lWL +lWL +mYK +lWL +lWL +lWL +hux +hux +kBQ +hux +qeW +lWL +aHl +lWL +mYK +lWL +sNa +aHl +lWL +lWL +lWL +lWL +aHl +nGx +nGx +piW +nGx +tWG +nGx +myG +lWL +fKU +fMq +fMq +fKU +fKU +fKU +fKU +fKU +fKU +gQc +fKU +fKU +lWL +fMq +fKU +fMq +lWL +lWL +lWL +qeW +lWL +fKU +fKU +fKU +lWL +rvH +lWL +lWL +lWL +qeW +qeW +lWL +aHl +sNa +sNa +lWL +aHl +lWL +mYK +sNa +aHl +miM +miM +miM +kvL +kvL +kvL +nai +aFD +nai +kPT +nai +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +"} +(107,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +myZ +myZ +myZ +myZ +ppW +qkp +wZY +myZ +myZ +myZ +myZ +myZ +myZ +miM +mYK +lWL +xsI +lWL +sNa +lWL +sNa +sNa +lWL +sNa +sNa +aHl +lWL +lWL +lWL +lWL +lWL +hux +cSH +itw +kBQ +qeW +qeW +mYK +lWL +mYK +mYK +lWL +lWL +aHl +fMq +lWL +lWL +lWL +nGx +uqY +uqY +uqY +nGx +nGx +lWL +fMq +fKU +fMq +fKU +fKU +eUG +fKU +fKU +fKU +fKU +qeW +alw +fMq +iTk +fMq +fMq +fKU +eZk +xsI +fMq +pho +fKU +fKU +lWL +fKU +lWL +lWL +iTk +iTk +qeW +qeW +lWL +aHl +lWL +aHl +aHl +lWL +lWL +lWL +mYK +pKX +mYK +miM +miM +miM +miM +nai +nai +nai +miM +miM +kPT +nai +nai +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +"} +(108,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +myZ +myZ +myZ +bUP +pbH +ncb +myZ +myZ +myZ +myZ +myZ +myZ +miM +lWL +lWL +aHl +aHl +sNa +qeW +lWL +lWL +jbn +lWL +lWL +lWL +fMq +lWL +lWL +lWL +mYK +lWL +ltE +hux +mls +lWL +qeW +lWL +lWL +lWL +lWL +lWL +aHl +lWL +lWL +lWL +lWL +aHl +tWG +nGx +uqY +uqY +nGx +qTm +fMq +lWL +lWL +lWL +fKU +fKU +fMq +fMq +fMq +fMq +fMq +iGT +fMq +lWL +iyF +fKU +fKU +fKU +eZk +hHO +fMq +lWL +fKU +iTk +iTk +fKU +fKU +cJq +lWL +iyF +iTk +iTk +lWL +lWL +lWL +mYK +sNa +sNa +aHl +lWL +lWL +lNN +aHl +miM +miM +miM +miM +nai +nai +nai +miM +miM +eUP +rbZ +aFD +nai +nai +nai +miM +miM +miM +miM +miM +nai +miM +nai +nai +nai +xQa +miM +miM +miM +miM +miM +miM +miM +"} +(109,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +miM +myZ +myZ +myZ +uli +qkp +pjP +myZ +miM +miM +miM +miM +miM +miM +lWL +sNa +sNa +mYK +aHl +lWL +fMq +lWL +lWL +lWL +lWL +aHl +lWL +lWL +sNa +lWL +cJq +mYK +lWL +aHl +cJq +lWL +aHl +mYK +cVD +lWL +lWL +lWL +lWL +aHl +lWL +lWL +fMq +nGx +nGx +uqY +pXA +nGx +nGx +lWL +lWL +enG +eZk +mYK +mYK +cJq +lWL +lWL +lWL +mYK +xsI +kqc +lWL +aHl +iTk +fKU +fMq +lWL +eZk +eZk +lWL +qeW +cJq +lWL +aHl +fKU +fKU +lWL +iBS +lWL +pfi +lWL +lWL +qeW +tvT +lWL +sNa +aHl +lWL +lWL +lWL +mYK +aHl +miM +miM +miM +miM +miM +miM +nai +nai +miM +nai +nai +miM +miM +miM +nai +ncg +miM +miM +miM +miM +aFD +nai +kPT +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +"} +(110,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +myZ +myZ +myZ +nZe +qkp +tte +myZ +miM +miM +miM +miM +miM +miM +lWL +cJq +pKX +sNa +qeW +lWL +lWL +jpO +lWL +vUt +sNa +sNa +sNa +lWL +pKX +lWL +lWL +lWL +aHl +lWL +lWL +sNa +sNa +mYK +sNa +sNa +aHl +lWL +aHl +lWL +lWL +lWL +dPQ +nGx +tWG +adP +nGx +nGx +cJq +eZk +eZk +qeW +qeW +qeW +mYK +mYK +mYK +lWL +lWL +lWL +fKU +fKU +fMq +fMq +fKU +viC +qeW +lWL +aHl +eZk +xsI +lWL +lWL +lWL +lWL +hWd +miM +lWL +eZk +lWL +lWL +lWL +lWL +lWL +lWL +sNa +aHl +sNa +lWL +lWL +lWL +dPQ +aHl +miM +miM +miM +miM +miM +miM +nai +nai +miM +nai +miM +miM +miM +miM +mfj +miM +miM +miM +miM +miM +bQa +nai +eUP +nai +miM +nai +nai +miM +miM +miM +miM +miM +miM +"} +(111,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +myZ +myZ +myZ +myZ +jXL +myZ +myZ +miM +miM +miM +miM +miM +miM +aHl +lWL +lWL +sNa +qeW +qeW +lWL +lWL +sNa +sNa +lWL +lWL +cJq +sNa +lWL +miM +miM +miM +miM +miM +miM +lWL +lWL +miM +aHl +lWL +aHl +lWL +mYK +mYK +aHl +aHl +aHl +aHl +nGx +nGx +nGx +lWL +eZk +qeW +fKU +miM +qEs +eZk +lWL +lWL +lWL +lWL +dPQ +mYK +fMq +fKU +xsI +fKU +fKU +fKU +qeW +fMq +lWL +rQP +iTk +fMq +fMq +miM +miM +miM +miM +jbn +sNa +rne +sNa +cJq +lWL +lWL +sNa +sNa +ecl +sNa +lWL +lWL +aHl +sNa +lWL +miM +miM +miM +miM +nai +miM +miM +nai +miM +mKY +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +kPT +nai +nai +nai +miM +miM +miM +miM +miM +miM +"} +(112,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +myZ +myZ +myZ +myZ +myZ +myZ +myZ +miM +miM +miM +miM +miM +lWL +lWL +lWL +lWL +mYK +lWL +qeW +aHl +lWL +sNa +fMq +lWL +lWL +aHl +sNa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +vzJ +lWL +aHl +lWL +mYK +mYK +sNa +aHl +miM +fKU +fKU +lWL +iah +fKU +miM +miM +miM +miM +miM +miM +sNa +sNa +lWL +lWL +mYK +mYK +uTk +fMq +fKU +gwZ +fzF +iTk +iTk +iTk +iTk +sNa +qeW +miM +miM +miM +miM +miM +miM +miM +fKU +sNa +aHl +iTk +lWL +sNa +lWL +mYK +lWL +aHl +lWL +lWL +mYK +uim +miM +miM +miM +miM +nai +miM +miM +nai +nai +nai +eUP +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +miM +nai +nai +nai +rOc +miM +miM +miM +miM +miM +"} +(113,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +lWL +lWL +lWL +sNa +lWL +aHl +mYK +aHl +fMq +qqF +lWL +lWL +lWL +sNa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +dPQ +mYK +mYK +lWL +lWL +mYK +mYK +miM +miM +miM +fKU +miM +fKU +fKU +miM +miM +miM +miM +miM +miM +miM +lWL +sNa +lWL +lWL +mYK +fMq +fMq +fMq +fKU +lWL +fMq +lWL +fMq +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +fKU +lWL +iyF +lWL +lWL +lWL +sNa +sNa +lWL +lWL +lWL +dPQ +sNa +miM +miM +miM +miM +nai +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +nai +miM +miM +rOc +nai +nai +nai +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +"} +(114,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +miM +miM +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +xsI +cJq +uim +aHl +sNa +sNa +lWL +lWL +lWL +sNa +lWL +lWL +mYK +sNa +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +lWL +qeW +mYK +mYK +mYK +dPQ +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +miM +miM +miM +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +fKU +fKU +iTk +lWL +lWL +sNa +mYK +fKU +nva +lWL +lWL +lWL +sNa +aHl +miM +miM +miM +nai +nai +miM +tcb +miM +miM +miM +miM +nai +nai +nai +nai +nai +miM +miM +miM +nai +nai +nai +nai +miM +miM +nai +miM +miM +miM +miM +miM +miM +"} +(115,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +aHl +lWL +sNa +qeW +lWL +cJq +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +aHl +mYK +lWL +aHl +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +frk +sNa +sNa +sNa +fKU +cJq +fKU +iTk +sNa +sNa +eZk +nva +fKU +nva +nva +mYK +lWL +mYK +mYK +aHl +miM +miM +miM +nai +miM +nai +nai +miM +miM +miM +nai +miM +miM +nai +miM +miM +miM +miM +miM +nai +nai +aFD +nai +nai +nai +miM +miM +miM +miM +miM +miM +"} +(116,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +mYK +lWL +jbn +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +mYK +sNa +sNa +mYK +uim +sNa +aHl +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fMq +enG +sNa +sNa +fKU +fKU +fKU +fKU +sNa +eZk +sNa +fKU +nva +nva +lWL +sNa +cJq +lWL +mYK +miM +miM +miM +nai +nai +nai +nai +nai +nai +nai +nai +nai +nai +nai +miM +miM +nai +nai +nai +nai +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +"} +(117,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +miM +gOJ +gOJ +fQG +aoh +aoh +fQG +fQG +fQG +fQG +fQG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +fKU +aix +lWL +lWL +twn +uFL +fKU +lWL +lWL +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +jbn +lWL +eZk +lWL +sNa +esq +iTk +lWL +eZk +eZk +eZk +eZk +sNa +sNa +sNa +sNa +sNa +sNa +mYK +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +nai +miM +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +"} +(118,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +miM +gpG +gpG +xDV +gOJ +gOJ +fQG +fQG +fQG +aoh +aoh +bka +fQG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +nGx +fKU +lWL +aHl +fKU +lWL +fKU +cJq +lWL +iTk +iTk +iTk +jbn +miM +miM +miM +aHl +vwT +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +sNa +sNa +iTk +iTk +eZk +lWL +xsI +xsI +sNa +jbn +lWL +lWL +sNa +lWL +lWL +sNa +jYd +miM +miM +miM +miM +miM +nai +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(119,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +dBV +dBV +dBV +dBV +dBV +dBV +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +gOJ +fQG +fQG +aoh +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +miM +lWL +cVD +nGx +uGp +lWL +lWL +lWL +rqY +lWL +lWL +iyF +lWL +lWL +cJq +lWL +lWL +fKU +tQB +iTk +sNa +sNa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +lNN +lWL +iTk +fKU +eZk +uMl +lWL +lWL +xsI +lWL +lWL +lWL +mYK +iim +lWL +cJq +aHl +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(120,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +bMV +dBV +utY +cPg +gYj +dBV +pWf +gWu +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +fmQ +gpG +gpG +fmQ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +oLd +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nGx +fMq +lWL +aHl +nGx +nGx +nGx +lWL +lWL +rqY +lWL +lWL +sNa +sNa +sNa +lWL +sNa +sNa +sNa +lWL +cJq +iTk +iTk +iTk +jbn +lWL +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +eZk +lWL +eZk +lWL +fKU +fKU +xsI +qeW +lWL +sNa +lWL +lWL +lWL +nva +lWL +lWL +lWL +aHl +mYK +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +rXw +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(121,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gWu +thJ +aFo +eQU +cPg +mtm +kLj +gWu +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +ufR +miM +miM +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +fQG +fQG +miM +miM +miM +miM +miM +miM +miM +kvL +kvL +kvL +kvL +nGx +nGx +fMq +adP +lWL +nGx +nGx +nGx +sNa +sNa +who +knx +sNa +sNa +who +who +nKe +sNa +nGx +bLF +lWL +sNa +sNa +lWL +iTk +cJq +sNa +sNa +sNa +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +fMq +eZk +fKU +miM +miM +miM +miM +fMq +lWL +lWL +lWL +xsI +sNa +fKU +qeW +xsI +sNa +qeW +fKU +lWL +lWL +lWL +mYK +lWL +lWL +gpq +aHl +xsI +miM +miM +miM +miM +miM +miM +tBs +miM +tBs +miM +miM +miM +miM +miM +dxS +sbX +dxS +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(122,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +gWu +gWu +jKc +jte +bFi +pMB +gWu +vvO +xSA +miM +rSv +rSv +miM +miM +miM +miM +miM +miM +ufR +ufR +ufR +miM +miM +fmQ +miM +miM +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +aLd +rYB +aUt +kSX +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +miM +miM +miM +miM +kvL +kvL +kvL +kvL +miM +miM +miM +lWL +lWL +lWL +mYK +fMq +fMq +nGx +nGx +sNa +who +who +iTk +lWL +who +who +sNa +sNa +upc +bLF +nGx +nGx +lWL +sNa +sNa +aHl +lWL +lWL +sNa +aHl +gPq +miM +miM +miM +miM +miM +miM +lWL +aHl +eZk +eZk +lWL +fMq +lWL +lWL +lWL +aHl +blr +miM +miM +miM +iTk +fzF +qeW +sNa +lWL +jbn +sNa +lWL +jbn +eZk +qeW +fKU +fKU +lWL +nva +sNa +lWL +lWL +cJq +lWL +mYK +owK +miM +miM +pYP +miM +dvN +dgk +tBs +dgk +miM +miM +miM +miM +mlv +gtf +mlv +rBF +mlv +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(123,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +dBV +dBV +iMw +tGN +nOY +cPg +dBV +dBV +dBV +dBV +dBV +bMV +miM +miM +miM +ufR +ufR +ufR +ufR +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gOJ +ujY +nhk +nhk +oBh +oUq +kSX +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gOJ +miM +miM +kvL +kvL +kvL +miM +miM +miM +miM +miM +nGx +lWL +dPQ +lWL +fMq +fMq +nGx +nGx +nGx +lWL +who +who +iTk +aHl +lWL +nGx +bXc +nGx +nGx +uqY +nGx +bLF +nGx +lWL +lWL +sNa +lWL +jbn +lWL +lWL +fMq +miM +miM +miM +miM +miM +jbn +lWL +lWL +iTk +fzF +fMq +fKU +fKU +iTk +fzF +lWL +lWL +lWL +lWL +iTk +iTk +lWL +qeW +lWL +xsI +xsI +lWL +aHl +eZk +eZk +fKU +fKU +fKU +fMq +lWL +fKU +sNa +lWL +lWL +lWL +lWL +qDq +xFL +ljY +owK +rks +oOq +dgk +dgk +oOq +dvN +owK +owK +xFL +mFh +owK +rBF +rBF +mlv +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(124,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +dBV +dBV +sFi +sFi +lid +dBV +soo +dBV +dBV +sFi +dBV +ufR +ufR +ufR +ufR +ufR +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gOJ +fQG +fQG +ujY +ujY +fQG +nhk +oUq +kSX +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +miM +kvL +kvL +miM +miM +miM +miM +miM +miM +nGx +nGx +lWL +lWL +lWL +mYK +nGx +nGx +nGx +lWL +lWL +qfd +qfd +lWL +lWL +nGx +nGx +uqY +uqY +uqY +tWG +nGx +nGx +lWL +sNa +lWL +bLF +nGx +lWL +iTk +cJq +lWL +eZk +kUv +eZk +fKU +udS +iTk +lNN +lWL +fKU +iTk +iTk +iyF +iTk +iTk +lWL +lWL +iTk +lWL +cJq +lWL +aHl +lWL +lWL +lWL +fKU +fKU +mYK +lWL +xsI +lWL +fKU +ydD +fKU +qeW +qeW +lWL +fKU +sNa +sNa +lWL +cJq +aNk +ljY +jeC +sqc +oOq +dsE +xCf +dvN +xCf +dvN +owK +qTY +mlv +owK +rpZ +rBF +wJq +mlv +sIC +miM +miM +miM +miM +miM +miM +miM +miM +"} +(125,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +onB +kvL +kvL +kvL +rOc +hCe +ufR +onB +ufR +ufR +ufR +ufR +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gOJ +ujY +nhk +fQG +nhk +aoh +aoh +oBh +osc +tpH +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +miM +miM +miM +miM +miM +miM +gOJ +nGx +nGx +nGx +aHl +fMq +nGx +nGx +nGx +bXc +lWL +nGx +nGx +lWL +iTk +lWL +nGx +nGx +nGx +nGx +tWG +bLF +nGx +fKz +lWL +sNa +nGx +nGx +lWL +lWL +lWL +iyF +lWL +eZk +sNa +lNN +iTk +lWL +ctB +sNa +sNa +jbn +lWL +ctB +sNa +lWL +ycX +lWL +sNa +sNa +sNa +lWL +mYK +lWL +lWL +lWL +sOV +xsI +fKU +jbn +xsI +eZk +qeW +lWL +fKU +fKU +lWL +aHl +lWL +fKU +hfz +fKU +sNa +lWL +tfz +ljY +mlv +dvN +owK +ryS +pYP +ryS +dvN +mlv +mlv +mlv +mlv +mlv +owK +rBF +owK +ljY +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(126,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +ufR +ufR +ufR +kvL +kvL +kvL +kvL +ufR +kvL +ufR +nai +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +xDV +gpG +gpG +gOJ +ujY +jCs +bcE +cll +gTF +fQG +nhk +oBh +hgI +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +oLd +gOJ +gOJ +miM +gOJ +gOJ +oLd +gOJ +gOJ +anu +nGx +nGx +nGx +nGx +nGx +nGx +nGx +nGx +lWL +lWL +nGx +lWL +iTk +lWL +lWL +uGb +nGx +aHl +bLF +nKe +who +fKz +lWL +lWL +nGx +bLF +lWL +lWL +lWL +iTk +iTk +lWL +iTk +iTk +fKU +lWL +ctB +ctB +sNa +fKU +fKU +ctB +sNa +sNa +fKU +fKU +fKU +lWL +lWL +iTk +aHl +lWL +qeW +lWL +xsI +fKU +eZk +xsI +xsI +qeW +qeW +fKU +fKU +fKU +sNa +lWL +fKU +lWL +lWL +lWL +sNa +lWL +owK +owK +dvN +ryS +guZ +rBF +owK +dvN +dvN +mlv +oXX +owK +owK +oXX +mlv +ryS +mlv +mlv +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(127,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +onB +ufR +ufR +kvL +rOc +kvL +kvL +kvL +ufR +nai +nai +aFD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gOJ +fQG +nhk +hDZ +tTx +wuN +mzI +fQG +aoh +osc +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gOJ +gOJ +tTi +gOJ +miM +miM +jhj +oBh +gus +nGx +nGx +nGx +nGx +qfd +sNa +sNa +lWL +who +lWL +nGx +nGx +nGx +bXc +sNa +hWY +sNa +wld +bXc +hWY +sNa +nGx +lWL +hWY +lWL +nGx +lWL +lWL +lWL +axq +eZk +sNa +sNa +sNa +lWL +lWL +aHl +ctB +sNa +ctB +fKU +fKU +fKU +sNa +sNa +lWL +fKU +fKU +lWL +iTk +iTk +lWL +qeW +eZk +fKU +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +hJO +qeW +qeW +lWL +sNa +eve +lWL +lWL +owK +owK +dvN +mlv +pYP +spN +mZT +dvN +dzn +ryS +owK +owK +ryS +owK +mlv +mlv +mlv +mlv +ryS +dgk +miM +miM +miM +miM +miM +miM +miM +"} +(128,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +ufR +kvL +kvL +kvL +ufR +nai +kvL +ufR +ufR +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +fQG +mCb +sNM +gVy +jCs +jCs +jEV +jCs +hPE +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gOJ +gOJ +gpG +gOJ +oLd +xeZ +miM +miM +miM +oBh +bNX +gus +nGx +nGx +nGx +uGb +nGx +nGx +nGx +nGx +lWL +who +lWL +lWL +lWL +nGx +nGx +kmw +lWL +who +lWL +bLF +aHl +nGx +gOJ +fQG +kEE +chq +tpH +fQG +nhk +aoh +aoh +jhj +rxH +aks +aks +fQG +fQG +oBh +fQG +veX +lWL +lWL +lWL +lWL +jbn +lWL +lWL +lWL +lWL +lWL +lWL +fKU +lWL +qeW +qeW +lWL +eZk +eky +fKU +fKU +lWL +lWL +oZh +lWL +oZh +lWL +lWL +lWL +oZh +rqY +oZh +lWL +owK +oOq +dvN +dvN +dvN +oOq +owK +owK +sIC +mlv +mlv +mlv +owK +mlv +mlv +mFh +xFL +wJq +dvN +dgk +ohw +tNq +miM +miM +miM +miM +miM +"} +(129,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kvL +kvL +kvL +nai +nai +mOh +nai +nai +mOh +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +xDV +gpG +gpG +gpG +gOJ +nhk +nhk +feB +hDZ +neX +qim +neX +fQG +fQG +nhk +gpG +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +gOJ +gpG +gOJ +gpG +gpG +gpG +oBh +miM +miM +oBh +gOJ +nGx +nGx +gus +nGx +nGx +lWL +lWL +lWL +nGx +lWL +qfd +sNa +sNa +iyF +qfd +nGx +nGx +nGx +lWL +sNa +nGx +sNa +lWL +tpH +fQG +fQG +fQG +gOJ +fQG +fQG +fQG +oBh +fQG +oBh +rxH +rxH +oBh +oBh +iaj +oBh +fQG +lWL +lWL +mYK +lWL +fKU +lWL +fMq +lWL +fMq +lWL +lWL +fKU +lWL +lWL +lWL +fKU +fKU +fKU +lWL +lWL +iTk +iTk +lWL +lWL +aHl +lWL +sNa +lWL +qeW +lWL +lWL +kqc +dvN +dsE +dvN +dvN +owK +xFL +owK +mlv +mlv +mlv +owK +mlv +mlv +mlv +mlv +owK +mlv +owK +dvN +dgk +gfa +tNq +miM +miM +miM +miM +miM +"} +(130,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +nai +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +ujY +jCs +jCs +cll +pRZ +jCs +aoh +gOJ +fQG +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gOJ +gpG +gOJ +gOJ +tpH +oBh +oBh +oBh +gOJ +gus +gus +nGx +nGx +lWL +qfd +sNa +sNa +lWL +nGx +nGx +lWL +sNa +lWL +nGx +lWL +sNa +nGx +nGx +nGx +nGx +nGx +nGx +tpH +gOJ +fQG +gOJ +fQG +fQG +fQG +oBh +oBh +jhj +qpu +oBh +oBh +oBh +qpu +oBh +eKq +fQG +lWL +lWL +lWL +rKf +fKU +lWL +lWL +fMq +lWL +ePR +fKU +lWL +fMq +oZh +lWL +lWL +lWL +lWL +sNa +sNa +sNa +lWL +mYK +fKU +fKU +hfz +sNa +bLF +qeW +qeW +sNa +nGx +dvN +dvN +dvN +owK +owK +owK +mlv +mlv +owK +owK +mlv +mlv +mlv +mlv +jsY +owK +dvN +dvN +dgk +puK +dgk +gfa +ohw +tNq +miM +miM +miM +"} +(131,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aFD +miM +cCb +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +fQG +ujY +vVD +rxH +aoh +jCs +jCs +neX +jCs +gOJ +gpG +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gOJ +gpG +gOJ +gOJ +xeZ +oBh +qTC +oBh +oBh +gus +nGx +nGx +nGx +qfd +sNa +nGx +sNa +sNa +lWL +nGx +nGx +nGx +lWL +sNa +bLF +nGx +nGx +bLF +nGx +uqY +uqY +nGx +gOJ +gOJ +gOJ +uPH +gOJ +fQG +dLM +mxx +vBz +vBz +vBz +vBz +vBz +mxx +fKP +fQG +rxH +fQG +fQG +aoh +aoh +lWL +lWL +lWL +lWL +aHl +iTk +fBg +qeW +fMq +lWL +lWL +lWL +lWL +lWL +lWL +fKU +fKU +lWL +fKU +fKU +fKU +lWL +lWL +fKz +fKz +nGx +nGx +nGx +nGx +owK +xFL +owK +mFh +owK +mlv +mlv +owK +ljY +mFh +owK +jYl +owK +owK +jYl +oOq +dvN +jYl +jYl +dgk +dgk +ohw +tNq +miM +miM +miM +miM +"} +(132,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +uOZ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +fQG +aoh +mzI +jCs +fQG +nhk +fQG +gOJ +rxH +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +oBh +nQT +oBh +oBh +gus +nGx +nGx +gus +nGx +nGx +bXc +nGx +nGx +bLF +nGx +lWL +bLF +nGx +nGx +who +who +nGx +nGx +nGx +nGx +uqY +uqY +gpG +gpG +gpG +gpG +frH +gOJ +gOJ +gOJ +gOJ +tpH +gOJ +gOJ +chq +gOJ +dLM +neX +neX +rxH +rxH +rxH +rxH +fMq +lWL +lWL +fMq +uKT +pWK +iTk +iTk +iTk +fMq +fKU +lWL +lWL +lWL +fKU +fKU +qeW +qeW +lWL +lWL +lWL +nGx +nGx +nGx +nGx +nGx +nGx +nGx +qeW +dRW +owK +ryS +owK +owK +ljY +owK +owK +xFL +owK +owK +jYl +owK +dvN +dvN +dvN +oOq +xQt +dgk +usY +gfa +tNq +miM +miM +miM +miM +miM +"} +(133,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +bhA +nhk +ujY +fQG +jCs +fQG +ujY +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gOJ +gpG +gpG +gOJ +gpG +gOJ +gOJ +gOJ +gOJ +heN +gOJ +nGx +nGx +gus +gus +qfd +nGx +uqY +nGx +nGx +nGx +nGx +nGx +nGx +lWL +uGb +nGx +bLF +lWL +who +who +qfd +uqY +uqY +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +nCT +fQG +fQG +fQG +fQG +fQG +fQG +fQG +nhk +aHl +tho +ibh +fBg +iTk +lWL +oZt +lWL +lWL +fKU +qeW +eZk +hoX +nGx +nGx +fKz +nGx +nGx +nGx +nGx +lWL +lWL +bLF +lWL +lWL +owK +ryS +ryS +xFL +owK +owK +owK +owK +jYl +jYl +owK +mFh +dvN +xCf +xFL +mFh +miM +dvN +fdG +ohw +dgk +miM +miM +miM +miM +miM +miM +"} +(134,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +dLM +aBV +oBh +fQG +nhk +fQG +gOJ +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +gOJ +gOJ +gpG +gpG +gOJ +gOJ +oBh +oBh +oBh +gus +qIV +gus +gus +uGb +nGx +nGx +nGx +uqY +uqY +uqY +nGx +nGx +lWL +sNa +sNa +sNa +lWL +nGx +who +lWL +uqY +uqY +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +bon +tpH +gOJ +gOJ +gOJ +gOJ +neX +qTn +neX +fQG +fQG +fQG +ujY +qeW +lWL +pWK +tho +pWK +fMq +lWL +fMq +lWL +lWL +qeW +hWY +tWG +kJf +lWL +nGx +nGx +nGx +nGx +lWL +mYK +hux +hux +bHE +hux +jYl +owK +owK +owK +ful +ljY +owK +jYl +jYl +owK +ljY +owK +dvN +mFh +mFh +miM +miM +miM +dvN +miM +miM +miM +miM +miM +miM +miM +miM +"} +(135,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +vbZ +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +jwe +aBV +oBh +ryQ +hPE +gOJ +gOJ +gOJ +oBh +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +gpG +xeZ +gOJ +gOJ +oBh +oBh +oBh +oBh +gus +gus +nGx +nGx +nGx +lWL +nGx +bLF +uqY +uqY +nGx +nGx +lWL +lWL +lWL +nGx +lsa +nGx +uqY +uqY +bLF +nGx +uqY +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gpG +gpG +gpG +gOJ +gOJ +dLM +vBz +fKP +oBh +oBh +fQG +mYK +aHl +aHl +uKT +fMq +lWL +lWL +aHl +lWL +lWL +lWL +wcW +hWY +oSm +nGx +bLF +nGx +nGx +lWL +fMq +lWL +hux +lWL +lWL +hux +owK +ljY +mlv +mlv +owK +owK +owK +jYl +owK +owK +owK +dsE +dvN +jYl +miM +miM +miM +dvN +fdG +miM +miM +miM +miM +miM +miM +miM +miM +"} +(136,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gqc +vBz +hPE +gpG +gpG +gpG +gOJ +gOJ +jhj +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +xeZ +tpH +gOJ +gOJ +tpH +gOJ +nGx +nGx +nGx +qfd +sNa +nGx +nGx +nGx +uqY +nGx +nGx +nGx +nGx +bLF +nGx +lWL +lWL +nGx +uqY +uqY +uqY +uqY +uqY +gpG +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +dLM +rIj +oBh +oBh +lWL +lWL +lWL +aHl +fMq +lWL +lWL +mYK +lWL +lWL +lWL +lWL +lWL +nGx +nGx +nGx +lWL +lWL +lWL +xsI +lWL +fKU +fKU +fKU +fKU +mFh +owK +mlv +mlv +mFh +ryS +owK +xFL +owK +dvN +dvN +dvN +dvN +oOq +dsE +dgk +dgk +xCf +ohw +tNq +miM +miM +miM +miM +miM +miM +miM +"} +(137,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +unA +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +aoh +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gOJ +gpG +gOJ +gOJ +oBh +oBh +oBh +oBh +nGx +nGx +nGx +nGx +lWL +nGx +uGb +nGx +nGx +nGx +nGx +nGx +lWL +lWL +lWL +qfd +lWL +nGx +uqY +nGx +uqY +uqY +lsa +gOJ +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +aBV +xuH +oBh +ujY +fQG +fQG +nhk +fQG +aHl +lWL +lWL +aHl +lWL +lWL +nGx +nGx +nGx +nGx +mYK +aHl +hux +xsI +lWL +lWL +mYK +lWL +lWL +owK +xFL +mlv +mlv +owK +owK +owK +owK +dsE +dvN +dvN +dgk +dgk +usY +dgk +dgk +dgk +dvN +gfa +gfa +tNq +miM +miM +miM +miM +miM +miM +"} +(138,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +otS +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +oBh +oBh +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gOJ +gOJ +gOJ +gOJ +gOJ +tpH +gOJ +oBh +gus +syB +nGx +nGx +nGx +nGx +lWL +sNa +nGx +lWL +bLF +lWL +who +who +iTk +qfd +qfd +nGx +nGx +nGx +uqY +nGx +uGb +gOJ +fQG +nhk +fQG +gOJ +gOJ +gOJ +gOJ +gOJ +gOJ +tpH +gOJ +tpH +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +tpH +dLM +aBV +oBh +oBh +oBh +ujY +fQG +fQG +lWL +lWL +mYK +lWL +lWL +lWL +nGx +nGx +nGx +lWL +lWL +hux +lWL +lWL +lWL +lWL +lWL +qeW +lWL +xFL +owK +owK +mlv +owK +owK +dvN +dvN +dvN +dgk +dgk +dgk +dgk +dgk +dgk +dvN +tDH +fdG +dgk +gfa +tNq +miM +miM +miM +miM +miM +miM +"} +(139,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mSj +heD +xmQ +miM +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +oBh +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +gpG +gpG +gOJ +tpH +wQM +oBh +gOJ +gOJ +gus +gus +sNa +nGx +lWL +who +who +sNa +sNa +sNa +nGx +lWL +who +who +lWL +lWL +nGx +nGx +ast +who +who +nGx +sNa +fQG +fQG +fQG +fQG +fQG +ujY +rxH +fQG +fQG +rxH +chq +rxH +tpH +heN +chq +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +dLM +qJo +oBh +oBh +oBh +fQG +fQG +mYK +lWL +lWL +lWL +lWL +nGx +nGx +nGx +lWL +qeW +mYK +hux +lWL +lWL +lWL +qeW +lWL +lWL +lWL +owK +owK +ryS +owK +owK +dvN +dvN +dgk +dgk +dgk +dvN +dvN +tDH +dgk +dgk +dvN +dvN +xQC +gfa +tNq +miM +miM +miM +miM +miM +miM +miM +"} +(140,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +apz +kWD +lPf +nai +aFD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +gOJ +oBh +jhj +oBh +gOJ +nGx +nGx +nGx +nGx +nGx +lWL +nGx +nGx +nGx +sNa +lWL +who +who +lWL +lWL +nGx +bLF +lWL +lWL +lWL +nGx +lWL +sNa +fQG +nhk +fQG +fQG +fQG +fQG +fQG +fQG +nhk +ujY +gOJ +heN +gOJ +rxH +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +jwe +eBR +aBV +qpu +fQG +nhk +fQG +fQG +oBh +fQG +gOJ +gOJ +nGx +mYK +fMq +qeW +lWL +aHl +jpO +lWL +lWL +lWL +mYK +fQG +jCs +jYl +owK +ryS +ljY +dvN +dvN +dgk +dgk +dvN +oOq +dvN +dgk +dgk +jYl +mFh +wJq +mlv +ljY +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(141,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +uxL +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gOJ +gOJ +gOJ +xeZ +oBh +oBh +oBh +oBh +nGx +nGx +nGx +nGx +nGx +nGx +nGx +lWL +sNa +nGx +nGx +nGx +nGx +nGx +nGx +lWL +lWL +sNa +sNa +nGx +jlV +lWL +sNa +fQG +fQG +fQG +ujY +ujY +ujY +fQG +ujY +fQG +fQG +qTn +gOJ +chq +rxH +qTn +rxH +gOJ +gOJ +gpG +gpG +frH +gpG +gpG +gpG +gpG +gOJ +ouu +dLM +vBz +aBV +ujY +fQG +oBh +pJH +hPE +gOJ +gOJ +fKU +fKU +lWL +hux +aHl +lWL +fKU +lWL +lWL +lWL +lWL +fQG +fQG +owK +ljY +owK +dvN +dvN +dgk +dgk +dvN +dvN +dsE +dgk +dgk +jYl +jYl +mlv +mlv +mFh +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(142,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +bsO +xyC +uxL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gpG +gOJ +gOJ +tpH +oBh +ffP +nGx +nGx +nGx +nGx +nGx +nGx +bLF +nGx +sNa +nGx +nGx +lWL +sNa +sNa +lWL +iTk +lWL +nGx +nGx +lWL +lWL +lWL +lWL +fQG +neX +fQG +fQG +fQG +fQG +uoQ +fQG +fQG +fQG +ujY +fQG +gOJ +chq +rxH +rxH +fQG +gOJ +gOJ +gpG +gOJ +gOJ +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +dLM +fQG +oBh +vpw +hPE +gOJ +gOJ +gOJ +fKU +mYK +hux +hux +lWL +fKU +fKU +fKU +lWL +lWL +xsI +fQG +aKg +owK +owK +dvN +dsE +dgk +dgk +dsE +dvN +dgk +dgk +dgk +owK +mub +mlv +wJq +tfz +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(143,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xyC +kWD +xhO +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +jhj +fQG +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +aLd +voN +kSX +gOJ +gOJ +nGx +nGx +uqY +uqY +nGx +nGx +nGx +nGx +lWL +nGx +nGx +nGx +lWL +lWL +nGx +nGx +nGx +nGx +lWL +aHl +lWL +lWL +lWL +ujY +aks +fQG +fQG +nhk +aoh +aKg +fQG +nhk +fQG +fQG +qTn +qTn +gOJ +fQG +neX +fQG +fQG +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +fQG +ujY +wIY +gOJ +mtz +gOJ +rxH +rxH +hux +lWL +lWL +lWL +fQG +fQG +fQG +neX +neX +fQG +rxH +fQG +owK +ljY +dvN +dgk +dgk +oOq +dvN +dgk +dgk +xGI +oOq +owK +xFL +jYl +mFh +mub +owK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(144,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xyC +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +oBh +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +gOJ +gpG +gOJ +gOJ +xeZ +bhA +jhj +osc +gOJ +gOJ +nGx +uqY +uqY +nGx +nGx +nGx +bXc +nGx +nGx +nGx +sNa +bLF +nGx +nGx +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +qeW +sNa +lhy +aHl +lWL +lWL +lWL +sNa +sNa +lWL +lWL +lWL +lWL +mYK +nGx +lWL +jCs +fQG +nhk +fQG +rxH +gOJ +gOJ +gpG +gpG +gOJ +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +mtz +rcw +rxH +tpH +rxH +aKg +hux +lWL +xsI +lWL +fQG +fQG +fQG +fQG +rxH +rxH +rxH +qTn +dvN +dvN +dgk +dgk +dvN +dvN +dgk +dgk +jYl +mFh +dvN +dvN +dvN +xFL +jYl +mlv +jYl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(145,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +wIo +miM +miM +fwy +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +jhj +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gOJ +ppD +oBh +osc +gOJ +gOJ +uqY +uqY +uqY +nGx +nGx +nGx +uqY +nGx +lWL +sNa +sNa +nGx +aHl +jlV +lWL +lWL +lWL +lWL +fKU +fMq +fKU +lWL +sNa +sNa +nva +lWL +lWL +lWL +lWL +mYK +sNa +vUt +aHl +lWL +aHl +lWL +bLF +lWL +jCs +jCs +aoh +aoh +rxH +rxH +gOJ +gOJ +gpG +gOJ +gpG +gpG +gpG +gpG +ouu +tpH +gOJ +gOJ +rxH +mtz +fQG +fQG +aKg +lWL +lWL +lWL +lWL +fQG +aKg +fQG +nhk +fQG +fQG +gOJ +gOJ +dvN +dgk +dgk +dgk +dgk +dgk +dgk +mFh +jYl +jYl +dvN +oOq +dgk +oOq +jYl +djW +mFh +gfa +tNq +miM +miM +miM +miM +miM +miM +miM +miM +"} +(146,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +pBQ +kWD +kWD +kWD +uxL +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +oBh +oBh +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +aLd +ruK +nyY +wIY +gOJ +gpG +uqY +uqY +uqY +nGx +nGx +uqY +uqY +nGx +lWL +nGx +nGx +lWL +lWL +hux +hux +lWL +iTk +lWL +fKU +lWL +mYK +fKU +fKU +lWL +fKU +fMq +lWL +qeW +qeW +lWL +aHl +sNa +sNa +lWL +lWL +nGx +nGx +qeW +fQG +jCs +rxH +fQG +fQG +rxH +nhk +gOJ +gOJ +bon +gOJ +gpG +gpG +gpG +gOJ +gOJ +gpG +gpG +gOJ +gOJ +qTn +fQG +ujY +fQG +jCs +jCs +jCs +aKg +fQG +fQG +fQG +gOJ +gOJ +gOJ +gpG +dgk +dgk +dsE +dgk +dgk +dgk +dgk +dgk +dgk +dgk +dgk +dvN +dgk +dgk +jVn +tDH +dsE +dgk +gfa +gfa +tNq +miM +miM +miM +miM +miM +miM +"} +(147,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +miM +miM +miM +kWD +tTG +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gjF +gpG +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +tpH +gOJ +ppD +oBh +aKg +gOJ +gpG +gpG +nGx +nGx +nGx +tWG +nGx +nGx +uqY +nGx +nGx +lWL +lWL +iKa +hux +hux +xsI +lWL +iTk +iTk +fKU +fKU +fKU +fKU +fKU +fKU +fKU +lWL +qeW +qeW +lWL +aHl +lWL +aHl +aHl +fKU +fKU +nGx +nGx +fKU +fKU +hux +fQG +fQG +jCs +fQG +fQG +fQG +gOJ +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +rxH +fQG +fQG +fQG +fQG +fQG +fQG +gOJ +gOJ +frH +gOJ +gpG +gpG +gpG +aHq +wOm +wOm +kaQ +wOm +cPB +dgk +dgk +dgk +dgk +dgk +dgk +dgk +dgk +dvN +tDH +dvN +usY +gfa +tNq +miM +miM +miM +miM +miM +miM +miM +"} +(148,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nMp +kWD +kWD +miM +vRK +miM +kWD +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gpG +oBh +gpG +gOJ +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gOJ +gOJ +gpG +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +pJn +gOJ +tpH +bhA +oBh +aKg +gOJ +gOJ +gOJ +nGx +bLF +lWL +lWL +lWL +nGx +nGx +nGx +nGx +lWL +lWL +hux +hux +fKU +lWL +fKU +lWL +iTk +lWL +fKU +fKU +lWL +fKU +fKU +aHl +mYK +lWL +lWL +lWL +lWL +lWL +lWL +qeW +fKU +hux +lWL +fKz +lWL +lWL +lWL +fQG +fQG +fQG +fQG +aoh +rxH +fQG +gOJ +gOJ +gpG +gOJ +gOJ +gOJ +gpG +gpG +gpG +frH +gOJ +gOJ +gOJ +gOJ +gOJ +rxH +rxH +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +aLd +mqx +asV +fLn +eVr +fLn +sTK +bJi +wOm +tWg +kaQ +lxn +dvN +dvN +owK +owK +dvN +dvN +dgk +dgk +dgk +ohw +miM +miM +miM +miM +miM +miM +miM +"} +(149,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +mSj +fEk +xAY +kWD +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gpG +gpG +jCs +chq +gOJ +gpG +gpG +gpG +gpG +gOJ +aLd +kSX +gOJ +aLd +kSX +gOJ +gOJ +gpG +gpG +gpG +gpG +gOJ +tpH +cVt +rYB +sXU +rYB +mqx +ruK +oBh +aoh +gOJ +gOJ +gOJ +nGx +lWL +lWL +fKU +lWL +nGx +nGx +lWL +lWL +fKU +lWL +hux +eZk +eZk +eZk +hux +iyF +lWL +fKU +fKU +hux +hux +aHl +eZk +lWL +hux +hux +eZk +lWL +mYK +xsI +kqc +lWL +fKU +fKU +fMq +nGx +lWL +lWL +lWL +rwz +gOJ +ouu +fQG +aoh +rxH +fQG +fQG +gOJ +gOJ +gOJ +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +aLd +ruK +oBh +fLn +fLn +fLn +owK +fLn +fLn +fLn +fLn +fLn +owK +owK +owK +owK +jYl +owK +dsE +usY +dvN +gfa +tNq +miM +miM +miM +miM +miM +miM +miM +"} +(150,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +miM +xyC +mAP +tTG +miM +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +gOJ +fQG +fQG +gOJ +gOJ +gOJ +gpG +gpG +gOJ +bhA +kgY +aLd +ruK +oUq +mqx +mqx +kSX +gOJ +gOJ +aLd +xHs +sXU +ruK +oBh +oBh +oBh +oBh +oBh +aKg +aoh +gOJ +tpH +gOJ +lWL +lWL +lWL +fKU +lWL +lWL +lWL +fKU +lWL +lWL +hux +hux +xsI +hux +hux +mYK +iTk +lWL +lWL +fKU +eZk +hux +hux +eZk +lWL +hux +mYK +eZk +lWL +lWL +fMq +fKU +fKU +lWL +fKU +eZk +nGx +nGx +lWL +cIA +gOJ +nhk +gOJ +fQG +fQG +rxH +neX +ujY +fQG +fQG +ujY +fQG +gOJ +gOJ +frH +gOJ +gOJ +gOJ +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gpG +gOJ +aLd +rYB +aUt +ruK +qpu +oBh +fLn +fLn +owK +owK +jYl +owK +mFh +vVX +owK +owK +mlv +owK +ljY +cIV +mFh +dvN +dvN +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(151,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fwy +kWD +kWD +xyC +mng +xyC +kWD +hCM +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gpG +gpG +gpG +gpG +chq +gOJ +rxH +fQG +jCs +rxH +fQG +gOJ +gOJ +aLd +mqx +ruK +osc +tqm +oBh +oBh +qpu +oBh +oUq +mqx +mqx +mSD +oBh +oBh +oBh +aoh +aKg +jCs +lkE +rxH +neX +jCs +neX +neX +fQG +lWL +lWL +hux +hux +lWL +fKU +fKU +fKU +lWL +hux +hux +hux +hux +fKU +qeW +lWL +iTk +iTk +fMq +fKU +eZk +eZk +hux +eZk +lWL +hux +lWL +eZk +mYK +mYK +lWL +lWL +xsI +fKU +fKU +fKU +qeW +nGx +fMq +uGb +gOJ +gOJ +rwz +fQG +rxH +rxH +fQG +rxH +rxH +rxH +rxH +rxH +fQG +fQG +fQG +gOJ +gOJ +gOJ +tpH +gOJ +gOJ +gOJ +gOJ +gOJ +gOJ +gOJ +fQG +rxH +rxH +oBh +oBh +oBh +fQG +jYl +jYl +owK +owK +jYl +jYl +owK +mFh +owK +mlv +mlv +owK +jYl +owK +mFh +miM +dvN +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(152,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +tTG +orj +orj +orj +orj +orj +orj +kWD +mng +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +xDV +gpG +gpG +gOJ +gOJ +fQG +rxH +fQG +qTn +fQG +fQG +jCs +fQG +aLd +ruK +oBh +nyY +hPE +tqm +oBh +oBh +oBh +fQG +qpu +oBh +oBh +oBh +fQG +aoh +bka +neX +rxH +neX +neX +neX +jCs +neX +neX +aKg +fQG +fKU +lWL +lWL +hux +hux +lWL +lWL +lWL +fKU +hux +xsI +hux +mYK +lWL +fKU +lWL +iTk +lWL +fKU +lWL +lWL +eZk +hux +eZk +eZk +lWL +hux +hux +lWL +mYK +mYK +qeW +fMq +fKU +lWL +fKU +lWL +nGx +hux +lWL +fQG +fQG +gOJ +ouu +fQG +fQG +rxH +rxH +mYK +qeW +lWL +lWL +mYK +eZk +lWL +lWL +lWL +fKU +lWL +lWL +fKU +fKU +fKU +fKU +fKU +lWL +xsI +fKU +lWL +fKU +fKU +fKU +aix +owK +jLE +jYl +wJq +owK +jYl +jYl +jYl +owK +owK +owK +jYl +jYl +mFh +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(153,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +hhn +xyC +kWD +oTJ +flw +jie +njL +qVY +nok +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +apz +snc +nMp +miM +miM +miM +miM +miM +miM +miM +miM +gpG +gpG +gpG +gOJ +gOJ +nhk +qTn +gzU +qTn +jCs +fQG +bVh +bVh +jCs +fQG +oBh +oBh +nph +chq +jwe +fQG +fQG +fQG +jCs +jCs +jCs +fQG +aKg +fQG +fQG +fQG +bbN +miM +miM +miM +miM +miM +rxH +rxH +rdF +nhk +fKU +hux +hux +lWL +hux +hux +hux +hux +hux +lWL +lWL +hux +lWL +aHl +eZk +fMq +iTk +iTk +fKU +lWL +lWL +aHl +fKU +fMq +hux +hux +xsI +qeW +sNa +hux +itw +kBQ +lWL +lWL +lWL +lWL +lWL +fKz +hux +lWL +fKU +fKU +lWL +lWL +mCz +lWL +fKU +fKU +fKU +qeW +qeW +lWL +lWL +fKU +lWL +lWL +fKU +fKU +mYK +lWL +fKU +fKU +hux +aHl +fKU +xsI +xsI +pli +fid +lWL +fKU +lWL +lWL +tfz +tfz +owK +mlv +mlv +mFh +cIV +owK +owK +mFh +owK +jeC +owK +mlv +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(154,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +wEc +qkM +wEA +tTG +cgb +jie +cco +kWD +xmQ +cco +flw +hHf +kWD +nMp +miM +miM +miM +miM +miM +bzG +kWD +kWD +kWD +kWD +rmO +dvj +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fQG +fQG +bIQ +fQG +qTn +qTn +aoh +jCs +fQG +qTn +fQG +bVh +fQG +fQG +fQG +neX +tpH +aKg +qTn +jCs +jCs +fQG +fQG +hsj +fQG +jCs +jCs +jCs +nhk +miM +miM +miM +miM +ujY +qTn +fQG +jCs +jCs +jCs +hux +hux +lWL +nLu +lWL +fKU +lWL +lWL +uEa +qeW +qeW +mYK +lWL +lWL +bHE +lWL +iTk +iTk +fKU +lWL +hux +lWL +fKU +lWL +xsI +hux +eZk +eZk +uhg +hux +cSH +hux +fKU +fKU +ueo +lWL +fMq +nGx +lWL +fKU +fKU +lWL +fKU +fKU +lWL +mYK +fKU +fKU +lWL +mYK +lWL +mYK +fKU +fKU +hux +hux +fKU +lWL +hux +hux +fKU +hux +hux +hux +lWL +aHl +lWL +hux +hux +mSO +miM +miM +miM +ljY +miM +miM +miM +xFL +oKy +tfz +owK +jYl +eCt +jYl +mlv +mlv +mlv +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(155,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +eER +rXc +kWD +qOH +nok +hOx +flw +jie +jie +kWD +uxL +kWD +miM +miM +miM +miM +miM +kWD +kWD +kWD +kWD +kWD +kWD +vSL +kWD +csE +miM +miM +miM +miM +miM +miM +miM +miM +miM +fQG +fQG +nhk +tna +bVh +aKg +qTn +jCs +jCs +fQG +fQG +fQG +bVh +bVh +bVh +fQG +qYg +fQG +fQG +fQG +bVh +bVh +fQG +fQG +rxH +fQG +fQG +jCs +jCs +jCs +fQG +miM +rcw +fQG +fQG +fQG +bbN +fQG +aKg +qeW +cJq +aGR +lWL +lWL +lWL +iTk +lWL +fKU +fKU +fKU +lWL +lWL +mYK +lWL +lWL +iTk +lWL +fKU +mYK +hux +lWL +fKU +lWL +xsI +hux +lWL +hux +lWL +hux +hux +kBQ +fKU +lWL +lWL +lWL +lWL +nGx +lWL +fKU +lWL +lWL +aHl +lWL +lWL +xcy +fKU +hux +hux +hux +hux +lWL +fKU +hux +hux +fKU +fKU +lWL +hux +xsI +fKU +hux +hux +hux +hux +hux +lWL +hux +lWL +eLl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xFL +mlv +mlv +mlv +mlv +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(156,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fOv +kWD +kWD +xiE +xiE +xiE +xiE +xiE +xiE +kWD +cqL +kWD +wIo +kWD +kWD +kWD +qQS +kWD +kWD +kWD +kWD +kWD +kWD +kWD +wUi +hnr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +qTn +tna +bVh +vQC +bVh +bVh +qTn +jCs +fQG +rxH +fQG +rdF +jCs +jCs +aKg +chq +aoh +fQG +aKg +fQG +fQG +ofn +jCs +fQG +bVh +hVl +bVh +rdF +jCs +jCs +fQG +fQG +dlv +hVl +bVh +bVh +fQG +aKg +lWL +iTk +iTk +iTk +iTk +lWL +iTk +iTk +lWL +lWL +iTk +iTk +iTk +fKU +nzh +fMq +iTk +lWL +lWL +lWL +lWL +fMq +fKU +fKU +qeW +lWL +lWL +hux +lWL +hux +cSH +itw +fKU +fKU +qeW +nGx +nGx +nGx +lWL +lWL +lWL +hux +hux +lWL +eZk +lWL +hux +hux +eZk +eZk +eZk +lWL +fKU +lWL +fKU +lWL +eZk +lWL +hux +xsI +lWL +lWL +lWL +lWL +fKU +lWL +hux +lWL +hux +hux +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(157,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +kWD +kWD +kWD +kWD +uxL +kWD +wIo +kWD +kWD +vBY +kWD +kWD +lcp +vhm +wVU +hNb +kWD +snc +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +bVh +tmC +rMi +bVh +bVh +qTn +fQG +jCs +fQG +jCs +jCs +jCs +fQG +aKg +gOJ +nhk +bka +fQG +jCs +jCs +jCs +ujY +miM +fQG +gzU +fQG +fQG +aKg +rxH +bVh +bVh +fQG +fQG +wQY +fQG +fQG +bbN +lWL +lWL +jbn +lWL +fKU +lWL +lWL +xsI +lWL +fKU +lWL +lWL +lWL +iTk +iTk +iTk +iTk +fKU +lWL +lWL +aHl +hux +fKU +fKU +qeW +lWL +mYK +lWL +mYK +lWL +ltE +hux +lWL +lWL +eZk +lWL +nGx +aHl +lWL +lWL +lWL +eZk +hux +hux +eZk +lWL +hux +mYK +eZk +lWL +bHE +lWL +fKU +fKU +fKU +mYK +lWL +xsI +hux +xsI +aHl +hux +hux +lWL +lWL +lWL +lWL +eZk +cJq +hux +hux +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(158,1,1) = {" +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +kWD +kWD +kWD +wIo +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +vSL +snc +kWD +snc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aKg +bVh +hVl +bVh +bVh +fwu +jCs +jCs +ofn +jCs +fQG +miM +qTn +gOJ +gOJ +jCs +jCs +jCs +jCs +aKg +miM +miM +miM +miM +aKg +jCs +jCs +lkE +aKg +fQG +rdF +fQG +rcw +jCs +jCs +jCs +ofn +lWL +miM +lWL +fKU +eZk +lWL +qeW +qeW +qeW +lWL +lWL +eZk +vgc +lWL +lWL +iTk +iTk +fKU +fMq +lWL +fKU +hux +fKU +fKU +lWL +qeW +fKU +lWL +cJq +mYK +lWL +cVD +lWL +lWL +lWL +lWL +fKz +nGx +lWL +lWL +fKU +eZk +eZk +hux +eZk +lWL +hux +lWL +eZk +lWL +lWL +hux +fKU +lWL +hux +lWL +lWL +cJq +lWL +lWL +cJq +lWL +lWL +fid +hux +lWL +qur +lWL +lWL +lWL +hux +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(159,1,1) = {" +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +kWD +miM +miM +miM +miM +miM +tLL +aYE +tLL +miM +kWD +kWD +nFb +klf +kWD +dvj +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +tna +bVh +bVh +bVh +nhk +bka +rxH +jCs +fQG +nhk +miM +miM +miM +chq +rdF +qTn +fQG +miM +miM +miM +miM +miM +miM +miM +fQG +fQG +jCs +jCs +fQG +jCs +jCs +jCs +miM +miM +miM +fQG +fQG +lWL +miM +lWL +lWL +cJq +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +fMq +lWL +iTk +fKU +fKU +fKU +lWL +lWL +lWL +lWL +ohA +lWL +lWL +lWL +lWL +jbn +lWL +lWL +lWL +mYK +cJq +fMq +mYK +nGx +lWL +fKU +lWL +lWL +eZk +hux +eZk +eZk +lWL +hux +hux +eZk +lWL +lWL +lWL +lWL +lWL +hux +hux +lWL +lWL +lWL +lWL +lWL +lWL +lWL +lWL +mYK +lWL +eLl +lWL +miM +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(160,1,1) = {" +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +vSL +kWD +vSL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nhk +aoh +aoh +jCs +fQG +miM +miM +miM +miM +frH +gOJ +qTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fQG +fQG +fQG +miM +miM +miM +miM +miM +qTn +miM +miM +mYK +lWL +miM +miM +miM +mYK +lWL +dPQ +lWL +lWL +dPQ +lWL +qeW +mYK +fMq +iTk +lWL +lWL +lWL +fKU +fKU +fKU +lWL +fKU +lWL +cJq +lWL +aHl +miM +miM +miM +miM +lWL +lWL +mYK +lWL +nGx +sNa +fKU +lWL +lWL +aHl +fKU +jbn +hux +hux +xsI +qeW +lWL +lWL +xsI +fKU +lWL +cJq +lWL +mSO +miM +miM +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(161,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +cqL +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +wIo +miM +apz +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nhk +miM +miM +miM +miM +miM +miM +miM +miM +gOJ +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nhk +miM +miM +miM +miM +miM +fQG +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +lWL +lWL +lWL +lWL +lWL +lWL +iTk +iTk +lWL +iTk +iTk +fMq +lWL +fKU +fKU +fKU +lWL +aHl +miM +miM +miM +miM +miM +lWL +lWL +lWL +dPQ +nGx +lWL +fKU +fKU +hux +lWL +fKU +lWL +xsI +hux +eZk +eZk +lWL +lWL +lWL +lWL +lWL +mYK +miM +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(162,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +bWE +kWD +uxL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +ujY +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +lWL +cVD +ohA +lWL +iTk +iTk +fMq +lWL +lWL +lWL +fMq +fMq +qqF +lWL +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +hWY +hWY +lWL +fKU +hux +lWL +fKU +lWL +xsI +hux +lWL +hux +lWL +lWL +cJq +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(163,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +rXM +uxL +kWD +cEv +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +sNa +sNa +nva +fKU +lWL +lWL +nva +eZk +aHl +lWL +aHl +nva +nva +fMq +miM +miM +miM +miM +miM +miM +miM +miM +eZk +lWL +sNa +nGx +lWL +fKU +lWL +lWL +fKU +fKU +qeW +lWL +lWL +hux +lWL +lWL +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +jbn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(164,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +aHl +fKU +fKU +lWL +sNa +sNa +sNa +sNa +lWL +fKU +fMq +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +jbn +cJq +nGx +lWL +fKU +aHl +hux +fKU +fKU +qeW +lWL +mYK +lWL +lWL +lWL +hux +hux +lWL +fMq +fKU +jpO +fKU +jbn +miM +miM +miM +miM +miM +miM +miM +qqF +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(165,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +kWD +kWD +xmQ +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +rqY +iTk +rqY +lWL +sNa +lWL +pKX +sNa +mYK +fMq +fMq +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fMq +nGx +lWL +fKU +fKU +hux +fKU +fKU +lWL +qeW +fKU +lWL +lWL +cJq +lWL +hux +hux +aix +fMq +lWL +eZk +fid +hux +fKU +jbn +aix +miM +miM +fMq +jbn +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +fKU +hux +hux +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(166,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xQa +kWD +apz +kWD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aUD +aUD +aUD +aUD +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nRb +nRb +nRb +apC +nRb +nRb +nRb +nRb +lWL +sNa +uim +jdE +qeW +mYK +miM +miM +miM +miM +miM +miM +miM +miM +eZk +lWL +nGx +fKz +lWL +fKU +lWL +lWL +lWL +aHl +lWL +lWL +lWL +lWL +lWL +mYK +fMq +miM +miM +miM +fMq +eZk +aHl +fKU +fMq +miM +fKU +hux +aix +fKU +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +fKU +fKU +cJq +lWL +fKU +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(167,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +kWD +kWD +nai +vMu +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aUD +omT +aPk +vws +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +dIs +fHD +beC +ckL +lWL +lWL +lWL +nRb +nRb +lWL +aHl +fMq +qeW +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +lWL +qqF +lWL +nGx +mYK +fKU +lWL +xsI +fKU +lWL +hux +lWL +dPQ +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +fKU +fKU +cJq +xsI +xsI +eZk +fKU +hux +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(168,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +nai +miM +miM +miM +miM +miM +miM +tcb +nai +miM +rOc +rOc +pWt +kWD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aUD +tey +iFl +vws +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +wae +kvL +kvL +nIc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +dIs +fHD +cIC +uWc +iTk +iTk +sNa +sNa +lWL +nRb +nRb +aHl +fMq +aHl +lWL +cJq +aHl +fMq +miM +miM +miM +miM +miM +lWL +lWL +lWL +hWY +sNa +lWL +aHl +fMq +fKU +lWL +hux +lWL +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +lWL +eZk +hux +xsI +hux +fid +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(169,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +nai +nai +mfj +miM +miM +miM +sbr +sbr +nai +dhE +nai +mYL +mng +kWD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aUD +aUD +arp +aUD +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kvL +nIc +ufR +kvL +kvL +kvL +miM +miM +miM +miM +drq +drq +nai +drq +miM +miM +miM +sbr +miM +miM +miM +miM +miM +miM +miM +nRb +nRb +sNa +sNa +iTk +iTk +lWL +sNa +lWL +nRb +mYK +lWL +eZk +fMq +lWL +lWL +aHl +mTn +aHl +miM +miM +miM +miM +mYK +lWL +nGx +lWL +lWL +lWL +mYK +fKU +cJq +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +enG +eZk +hux +lWL +hux +eZk +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(170,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +miM +sbr +sbr +sbr +sbr +miM +miM +miM +nai +sbr +sbr +miM +sbr +nai +nai +nai +nai +nai +kWD +kWD +nai +nai +miM +miM +miM +miM +sbr +sbr +sbr +qeg +miM +vtE +miM +miM +miM +mBN +dhE +nai +nai +nai +nai +nai +miM +miM +fsa +vEu +arp +lIZ +nXA +arp +arp +arp +bru +lIZ +ccc +miM +miM +miM +miM +miM +miM +miM +rOc +uZv +ufR +ufR +ufR +ufR +nIc +kvL +miM +miM +otS +pKO +miM +miM +drq +drq +drq +drq +drq +miM +miM +miM +miM +miM +miM +miM +uhg +xdw +sNa +sNa +sNa +iTk +iTk +sNa +lWL +nRb +lWL +aHl +qeW +qeW +lWL +aHl +cJq +lWL +aHl +miM +miM +miM +miM +lWL +dPQ +bLF +nGx +nGx +lWL +qeW +lWL +mSO +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +lWL +eZk +mYK +hux +xsI +hux +xsI +hux +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(171,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +nai +sbr +sbr +sbr +sbr +aFD +miM +miM +nai +cIq +kWD +kWD +kWD +nai +miM +miM +miM +miM +sbr +nai +nai +fLK +nai +nai +nai +miM +otS +nai +gTN +nai +nai +nai +nai +nai +miM +miM +dMT +plU +arp +arp +pce +arp +arp +arp +mMo +gFX +ccc +miM +miM +miM +sDQ +miM +kWD +kWD +nai +kvL +kvL +kvL +ufR +kvL +kvL +kvL +xQa +drq +nai +miM +miM +miM +drq +miM +miM +miM +drq +miM +miM +miM +miM +miM +miM +okx +eZk +qeW +sNa +sNa +lWL +lWL +iTk +sNa +lWL +nRb +nRb +aHl +aHl +sNa +sNa +lWL +mYK +lWL +mYK +miM +miM +miM +miM +lWL +lWL +fMq +nGx +lWL +hux +ylZ +dPQ +fMq +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mTn +cJq +hux +hux +mTn +lWL +xsI +lWL +fid +hux +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(172,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +nai +miM +miM +miM +kWD +rOc +kWD +kWD +nai +cHB +miM +miM +miM +miM +nai +nai +nai +nai +nai +iOr +tZR +nai +nai +nai +nai +nai +nai +nai +nai +miM +miM +dMT +aPk +pce +mLY +aPk +arp +pce +pce +bru +aPk +ccc +miM +miM +oIE +bNN +oAH +liO +kWD +nai +kvL +kvL +kvL +kvL +kvL +kvL +kvL +miM +miM +miM +miM +miM +drq +nai +miM +miM +miM +nai +miM +miM +miM +miM +miM +okx +jyE +eZk +ctF +iTk +pWK +iTk +iTk +iTk +lWL +lWL +lWL +nRb +sNa +lWL +eZk +lWL +aHl +lWL +lWL +aHl +miM +miM +miM +miM +lWL +hux +mYK +hWY +hux +hux +lWL +hux +miM +miM +miM +eZk +miM +miM +miM +miM +fKU +aHl +miM +miM +miM +miM +miM +miM +miM +miM +mYK +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +fKU +abm +lWL +fKU +lWL +fKU +hux +hux +qeW +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(173,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +nai +nai +miM +nai +xyC +nai +kWD +wCZ +nai +nai +miM +miM +miM +miM +tpa +nai +nai +nai +nai +nai +miM +nai +nai +nai +nai +nai +nai +nai +nai +miM +miM +cuM +arp +aPk +pce +arp +pce +arp +arp +arp +uXd +pce +miM +miM +miM +gYH +miM +kWD +kWD +nai +nIc +kvL +uZv +nIc +kvL +nIc +miM +miM +miM +miM +miM +sbr +drq +miM +miM +miM +miM +drq +miM +miM +miM +miM +lWL +ghQ +eZk +iWz +lWL +iTk +pWK +iTk +lWL +lWL +lWL +sNa +lWL +nRb +lWL +qeW +kVK +lWL +lWL +lWL +dPQ +mTn +miM +miM +miM +miM +lWL +hux +hux +nGx +hux +jpO +fMq +lWL +miM +hux +aHl +hux +fKU +miM +miM +hWY +nGx +tWG +nGx +aHl +fKU +miM +miM +miM +fKU +lWL +qeW +miM +miM +miM +miM +miM +miM +hux +fKU +fKU +lWL +mTn +lWL +hux +hux +hux +nGx +nGx +fKz +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(174,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +nai +nai +nai +tTG +kWD +kWD +kWD +nai +aFD +miM +miM +miM +miM +miM +miM +miM +tpa +miM +miM +miM +miM +dLx +dLx +nai +nai +miM +miM +miM +miM +miM +gEr +arp +arp +vYJ +arp +pce +arp +arp +arp +miM +miM +miM +miM +miM +miM +miM +dke +wCZ +nai +nai +aFD +nai +kvL +kvL +kvL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sOd +miM +miM +miM +miM +bSO +hvD +lWL +lWL +lWL +iTk +iTk +iTk +lWL +lWL +lWL +sNa +lWL +nRb +lWL +mTn +sNa +lWL +sNa +lWL +aHl +sNa +miM +miM +miM +miM +lWL +lWL +qqF +fKz +fMq +pcB +lWL +miM +miM +mYK +fKU +cJq +fMq +miM +miM +jIo +miM +miM +nGx +adP +nGx +aHl +lWL +miM +fKU +qeW +fKU +jbn +miM +miM +miM +miM +miM +hux +aix +lWL +lWL +aHl +lWL +hux +nGx +bLF +nGx +qeW +adP +nGx +nGx +miM +miM +miM +miM +miM +miM +miM +kvL +miM +miM +miM +miM +miM +miM +miM +miM +"} +(175,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +nai +nai +rOc +tTG +kWD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +wIo +miM +miM +miM +miM +miM +gEr +arp +arp +bwB +pce +ndV +arp +arp +arp +arp +arp +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +sbr +kWD +kWD +miM +miM +miM +miM +miM +eqh +miM +miM +miM +bqo +njd +bSO +iTk +ygn +iTk +iTk +iTk +iTk +lWL +lWL +lWL +lWL +lWL +nRb +wHR +qeW +sNa +lWL +sNa +lWL +mYK +mTn +mTn +miM +miM +miM +miM +fMq +eZk +nGx +fHO +lWL +mTn +miM +fMq +mYK +lWL +fMq +fKz +miM +bLF +jbn +miM +miM +fKU +fKU +nGx +nGx +fKU +mYK +fKU +uTk +qeW +qeW +qeW +qeW +qeW +miM +miM +lWL +fKU +lWL +nGx +nGx +nGx +nGx +nGx +lWL +lWL +mTn +lWL +lWL +adP +uIX +qnx +miM +miM +miM +miM +miM +nIc +miM +miM +miM +miM +miM +miM +miM +miM +"} +(176,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +wMY +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +suM +wIo +kWD +kWD +kWD +kWD +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +uxL +dhE +ifh +miM +miM +miM +tJi +sMs +arp +arp +arp +arp +arp +arp +pce +miM +arp +miM +miM +miM +miM +miM +miM +cCb +miM +miM +jVL +miM +miM +miM +miM +miM +miM +miM +miM +miM +qQS +miM +miM +miM +miM +miM +kWD +miM +miM +njd +btQ +uAH +lWL +vlT +iTk +pWK +iTk +iTk +iTk +lWL +cBY +nGx +cBY +lWL +nRb +lWL +kVK +qeW +lWL +lWL +lWL +lWL +lWL +aHl +miM +miM +miM +miM +qeW +fKU +nGx +mTn +ipM +nGx +nGx +aix +lWL +lWL +nGx +mYK +fKz +hWY +miM +miM +miM +aHl +eZk +fKU +adP +nGx +fKU +lWL +fKU +fKU +qeW +qur +qeW +qeW +miM +lWL +lWL +lWL +nGx +nGx +lWL +fKU +fKU +fKU +fKU +fKU +lWL +fKU +fKU +lWL +nGx +guT +uKb +miM +miM +miM +kvL +kvL +miM +miM +miM +miM +miM +miM +miM +miM +"} +(177,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +wCZ +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nMp +ras +kWD +miM +miM +miM +miM +miM +miM +nXO +miM +rOc +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +hNO +kWD +nai +nai +miM +miM +miM +tJi +tJi +pce +aPk +yeN +gFf +jlN +hws +kHh +miM +arp +miM +miM +miM +miM +miM +miM +miM +miM +miM +tTG +miM +miM +miM +miM +miM +wae +nai +miM +miM +kWD +kWD +miM +miM +miM +kWD +xDc +miM +miM +bSO +xjp +bSO +lWL +ejI +vlT +iTk +iTk +iTk +iTk +lWL +lWL +nGx +lWL +sNa +nRb +eZk +sNa +lWL +mTn +lWL +aHl +cJq +lWL +mTn +miM +miM +miM +miM +miM +lWL +fHO +xsI +fMq +eZk +hWY +nGx +mYK +nGx +nGx +jIo +jpO +miM +miM +miM +miM +miM +aHl +eZk +lWL +bLF +nGx +nGx +lWL +fKU +lWL +qeW +qeW +qeW +jbn +aHl +cJq +nGx +nGx +jbn +eZk +mTn +lWL +hux +qeW +eZk +lWL +aHl +mTn +xsI +lWL +adP +nGx +tbb +psW +xPg +kvL +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(178,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +nMp +kWD +tTG +oDZ +ogU +sbr +sbr +sbr +mCj +apz +wCZ +qgv +kWD +kWD +uxL +kWD +miM +miM +miM +fwy +miM +kWD +kWD +wwU +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +xyC +kWD +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +wrK +miM +miM +xQa +cRx +nai +miM +miM +miM +miM +wIo +miM +rOc +nai +nai +mYL +nai +nai +nai +miM +kWD +kWD +miM +miM +kWD +kWD +kWD +miM +miM +njd +njd +cFz +cFz +cFz +iTk +iTk +iTk +iTk +iTk +iTk +cBY +nGx +cBY +sNa +nRb +sNa +sNa +sNa +kVK +sNa +sNa +aHl +aHl +miM +miM +miM +miM +miM +fKU +pcB +nGx +hux +hux +fKU +fKU +fKU +hux +fKU +gDx +aHl +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +fKU +lWL +fKz +nGx +nGx +fKU +aHl +xsI +aix +fKU +nGx +nGx +nGx +lWL +lWL +eZk +lWL +eZk +eZk +eZk +eZk +eZk +xsI +fKU +xsI +hux +weC +wCz +gge +miM +nIc +kvL +kvL +miM +miM +miM +miM +miM +miM +miM +miM +"} +(179,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +tTG +wCZ +apz +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +mRn +miM +miM +miM +miM +miM +nai +nai +kWD +kWD +kWD +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +uxL +mRn +kWD +ecP +nai +nai +nai +miM +miM +miM +dhE +xQa +miM +miM +rOc +miM +xQa +xQa +dhE +xOV +nai +nai +aFD +kWD +nai +nai +nai +nai +miM +kWD +nai +nai +aFD +kWD +kWD +kWD +kWD +kWD +nMp +gwC +kWD +miM +miM +kWD +cEE +uxL +xyC +miM +lWL +bSO +cFz +cnk +iTk +iTk +iTk +iTk +oAq +ejI +iTk +lWL +nGx +lWL +lWL +nRb +kVK +lWL +sNa +lWL +lWL +lWL +mTn +mTn +miM +miM +miM +miM +miM +lWL +aHl +nGx +mTn +aHl +eZk +mYK +fid +hux +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +fKU +fKU +cJq +lWL +aHl +nGx +nGx +nGx +nGx +nGx +nGx +nGx +qqi +fKU +lWL +lWL +xsI +lWL +eZk +eZk +lWL +fKU +fKU +eZk +xsI +fKU +fKU +lWL +lWL +dZH +syB +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(180,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +kWD +kWD +kWD +wwU +iZN +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +vhX +gTN +rOc +miM +miM +nai +nai +nai +nai +miM +nai +nai +nai +aFD +nai +qQS +nai +nai +nai +kWD +nai +nai +nai +nai +nMp +kWD +kWD +uxL +kWD +kWD +kWD +kWD +kWD +suk +cqL +tTG +uxL +kWD +lsG +kWD +xDc +vPU +xyC +uxL +kZX +fzF +iTk +iTk +iTk +iTk +iTk +iTk +iTk +iTk +rLI +cBY +nGx +cBY +lWL +nRb +lWL +lWL +lWL +lWL +cJq +mYK +mTn +lWL +nai +miM +miM +miM +miM +mTn +hux +fHO +miM +miM +xsI +hux +hux +eZk +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +fKU +fKU +eZk +lWL +lWL +nGx +upc +bLF +nGx +nGx +qqi +hyb +lWL +hux +mSO +cJq +fKU +qeW +hux +mTn +eZk +fKU +eZk +eZk +xsI +fKU +lWL +enG +lWL +ttY +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(181,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +rOc +aFD +rOc +nai +nai +rOc +nai +miM +nai +vMu +apz +kWD +kWD +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +uxL +nai +nai +nai +nai +nai +nai +nai +rOc +nai +nry +nai +nai +nai +nai +nai +kWD +kWD +kWD +uxL +kWD +kWD +kWD +kWD +suk +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +nai +kWD +kWD +kWD +kWD +miM +miM +kWD +cEE +uxL +xyC +miM +miM +lRl +lWL +iTk +iTk +iTk +cBY +lWL +cBY +wWP +cBY +nGx +nGx +nGx +lWL +nRb +aHl +lWL +mYK +lWL +miM +miM +miM +miM +jMb +nai +miM +miM +miM +mSO +fid +nGx +miM +miM +miM +jbn +mYK +eZk +miM +miM +miM +mTn +miM +miM +miM +miM +miM +miM +lWL +fKU +fKU +eZk +fKU +fKU +twZ +mTB +gEY +nGx +weC +xVT +gus +lWL +hux +lWL +fKU +lWL +fKU +mTn +mTn +aix +lWL +fKU +lWL +fKU +lWL +eZk +eZk +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(182,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +drq +miM +mfj +miM +miM +nai +miM +nai +xQa +nai +kWD +kWD +kWD +nry +rOc +nai +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +nai +aFD +nai +nai +qQS +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +tMk +nai +aFD +nai +nai +nai +miM +kWD +kWD +miM +miM +kWD +kWD +kWD +miM +miM +miM +fzE +sNa +cJq +lWL +lWL +nGx +nGx +adP +nGx +nGx +adP +nGx +cBY +nRb +nRb +lWL +lWL +lWL +lWL +mTn +miM +miM +miM +nai +nai +nai +nai +miM +miM +lWL +nGx +lWL +miM +miM +miM +miM +miM +miM +miM +mTn +fKU +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +eZk +lWL +aix +lWL +syB +mzp +diI +tas +syB +lWL +lWL +hux +qeW +mTn +xsI +uXf +gIo +uXf +hKK +uXf +pzZ +uXf +wKg +xsI +eZk +lWL +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(183,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +miM +miM +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +drq +miM +tcb +miM +miM +miM +miM +miM +miM +miM +miM +kWD +jTv +kWD +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +nai +nai +kWD +kWD +kWD +kWD +kWD +kWD +tTG +kWD +kWD +kWD +kWD +kWD +kWD +abv +abv +abv +muE +aFD +nai +nai +nai +miM +nbQ +nai +jEf +miM +miM +miM +nai +miM +miM +miM +miM +kWD +sbr +miM +miM +kWD +xhO +miM +miM +miM +miM +lWL +lWL +sNa +lNN +cBY +lWL +cBY +lWL +cBY +nGx +cBY +lWL +nRb +lWL +aHl +lWL +aHl +cVD +aHl +miM +miM +miM +nai +miM +miM +mTn +lWL +lWL +xsI +nGx +mSO +miM +miM +miM +miM +miM +miM +miM +mYK +aix +miM +miM +miM +miM +miM +miM +miM +miM +miM +mTn +lWL +xsI +lWL +gus +wBe +mzp +gge +cfi +ylZ +hux +hux +qeW +lWL +uXf +kfu +kfu +kfu +dLI +kfu +kfu +kfu +uXf +xsI +hux +hux +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(184,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +drq +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +uxL +nai +aFD +nai +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +tTG +kWD +kWD +miM +miM +miM +nai +cRx +miM +miM +miM +miM +miM +kWD +mYL +miM +miM +miM +nai +muE +miM +miM +miM +wIo +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +uxL +tTG +miM +miM +miM +miM +aHl +sNa +lWL +sNa +lWL +miM +miM +miM +nRb +nRb +nRb +nRb +lWL +dPQ +mTn +sNa +sNa +mTn +miM +miM +nai +nai +miM +miM +lWL +mTn +hux +ukm +nGx +fKU +miM +miM +miM +miM +miM +miM +miM +fKU +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +xsI +xsI +hux +hux +gus +gus +gus +gus +lWL +hux +lWL +lWL +alw +uXf +kfu +mIR +kfu +uXf +kfu +bXF +kfu +uXf +lWL +hux +fKU +fKU +fKU +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(185,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +sbr +sbr +sbr +sbr +owA +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +nai +nai +dhE +nai +miM +miM +miM +miM +miM +nai +kWD +kWD +kWD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +wrK +miM +miM +miM +miM +miM +rOc +miM +miM +miM +pce +lIZ +pce +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +miM +miM +miM +miM +aHl +qeW +miM +miM +miM +miM +miM +miM +aHl +lWL +cVD +sNa +sNa +miM +miM +miM +miM +miM +miM +nai +miM +miM +miM +xsI +cJq +hux +nGx +bLF +hux +miM +miM +miM +miM +miM +miM +miM +miM +fKU +mTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +hux +fKU +lWL +aHl +hux +hux +lWL +lWL +bjA +nGx +lWL +wKg +ugL +iad +kfu +dpm +kfu +aVe +aVq +hga +hux +aHl +fKU +fKU +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(186,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +rOc +rOc +miM +miM +miM +nai +nai +nai +nai +miM +miM +miM +miM +aFD +nbB +kWD +kWD +kWD +kWD +nai +tTG +kWD +kWD +miM +eUq +kWD +kWD +cqL +nai +nai +miM +miM +arp +arp +lIZ +tmv +nai +arp +pce +arp +arp +miM +tLd +xAS +miM +miM +miM +miM +miM +miM +miM +miM +arp +cIb +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +ctB +miM +miM +miM +miM +miM +miM +miM +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +rOc +miM +miM +aHl +lWL +aHl +wWP +fHO +gJT +hux +miM +miM +miM +miM +miM +miM +miM +lWL +mTn +dPQ +miM +miM +miM +miM +miM +fKU +miM +miM +miM +miM +miM +lWL +aix +fKU +lWL +qeW +hux +hux +hWY +tWG +vSu +fid +egD +kfu +iad +kfu +aaN +kfu +vCt +hvX +hWY +nGx +cJq +fKU +pli +aix +fKU +mTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(187,1,1) = {" +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +nai +nai +nai +rOc +sbr +sbr +nai +miM +miM +miM +miM +miM +nai +nai +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +kWD +nai +nai +rOc +miM +miM +ecz +tLd +arp +mNu +arp +arp +miM +miM +miM +miM +mNu +arp +miM +miM +miM +miM +vvz +arp +pce +nai +arp +aWy +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +rOc +miM +miM +miM +miM +miM +klA +nGx +jbn +hux +hMy +miM +miM +miM +miM +miM +miM +miM +mTn +fKU +hux +mTn +miM +miM +miM +lWL +fKU +mYK +fKU +lWL +lWL +qeW +lWL +fKU +qeW +uTk +lWL +lWL +teN +hWY +oSm +hux +wKg +kfu +iad +kfu +drb +kfu +aVe +wNS +rLA +jIo +fKU +lWL +lWL +lWL +lWL +mTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(188,1,1) = {" +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +nai +miM +miM +miM +miM +miM +abv +nai +kWD +kWD +kWD +kWD +kWD +suk +oQY +uxL +kWD +nai +nai +nai +nai +miM +miM +pce +pce +vEu +ktu +arp +pce +jMj +arp +gGu +arp +kRa +hht +miM +miM +miM +miM +bbp +poV +arp +pce +sQQ +euu +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aFD +miM +miM +miM +miM +miM +fKz +fKz +fKU +hMy +eZk +eZk +fKU +miM +miM +miM +miM +miM +lWL +lWL +mYK +fKU +fKU +aHl +lWL +fKU +fKU +lWL +cJq +fKU +qeW +qeW +lWL +fKU +lWL +mYK +mTn +mTn +lWL +lWL +lWL +ctB +fRH +kfu +nZd +tcP +xye +dOI +iad +tOB +nGx +hux +lWL +fKU +lWL +aHl +jbn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(189,1,1) = {" +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +miM +miM +miM +miM +miM +rJp +nai +nai +kWD +tTG +uCt +kWD +kWD +kWD +kWD +nai +nai +nai +miM +nai +nai +miM +arp +arp +arp +qDP +arp +ecz +tLd +arp +mNu +arp +arp +nai +miM +miM +miM +miM +nib +pce +pce +pce +pce +liw +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +sbr +miM +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +rOc +miM +miM +miM +jps +nGx +bLF +fKU +qur +dZu +fKU +miM +miM +miM +miM +lWL +fKU +fKU +fKU +fKU +lWL +hux +enG +eZk +lWL +qeW +qeW +eZk +lWL +qeW +lWL +fKU +aix +lWL +miM +miM +miM +miM +aHl +miM +miM +miM +kfu +iad +iad +iad +aVe +iad +kfu +hux +fKU +lWL +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(190,1,1) = {" +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +rOc +nai +nai +miM +miM +miM +miM +miM +miM +miM +kWD +kWD +kWD +kWD +miM +miM +rOc +nai +miM +miM +miM +rOc +miM +arp +arp +nai +pce +arp +arp +arp +pce +arp +hIW +arp +arp +miM +miM +miM +miM +miM +aOn +arp +miM +arp +qeb +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +sbr +sbr +miM +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +miM +miM +miM +fKz +fKz +miM +lWL +lWL +lWL +miM +miM +miM +miM +mTn +lWL +fKU +mYK +eZk +hux +fKU +eZk +eZk +lWL +aHl +lWL +qeW +hux +eZk +eZk +lWL +fKU +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +ffL +kfu +qph +rHn +etJ +kfu +ffL +hux +fKU +eZk +cJq +mTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(191,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +arp +arp +arp +ydq +dDX +pce +arp +dDX +dDX +arp +pce +arp +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +sbr +miM +miM +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +miM +miM +miM +miM +miM +miM +miM +xsI +mYK +miM +miM +miM +miM +mTn +fKU +fKU +aix +eZk +mTn +aix +lWL +mTn +lWL +uTk +qeW +hux +hux +fKU +lWL +lWL +fKU +fKU +miM +miM +miM +miM +miM +miM +miM +miM +aHl +dsp +ffL +ffL +dxA +ffL +ffL +dsp +hux +lWL +lWL +aHl +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(192,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nUx +dDX +miM +miM +miM +dDX +arp +miM +miM +miM +miM +arp +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +miM +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +drq +drq +drq +rOc +miM +miM +rOc +miM +miM +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +mTn +lWL +fKU +fKU +lWL +eZk +fKU +fKU +lWL +qeW +qeW +mYK +qeW +lWL +lWL +aix +fKU +fKU +aix +lWL +miM +miM +miM +miM +miM +miM +miM +miM +hux +hKK +dsp +kfu +kWa +kfu +dsp +lWL +eZk +lWL +mTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(193,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +dDX +miM +miM +arp +miM +dDX +dDX +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +drq +drq +drq +uIE +rOc +rOc +aFD +rOc +aFD +nai +aFD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aHl +fKU +cJq +fKU +fKU +mTn +miM +miM +miM +miM +miM +miM +mTn +mTn +fKU +fKU +lWL +mTn +miM +miM +miM +miM +miM +miM +miM +miM +fKU +lWL +wKg +kfu +kfu +kfu +dLI +lWL +eZk +eZk +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(194,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +mfj +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +ydq +arp +arp +pce +arp +arp +pce +pce +arp +dDX +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +aFD +rOc +rOc +rOc +drq +drq +drq +drq +miM +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +mTn +mYK +miM +miM +miM +miM +miM +miM +miM +miM +miM +lWL +lWL +lWL +mYK +miM +miM +miM +miM +miM +miM +miM +miM +lWL +aix +fKU +dLI +dLI +dLI +wKg +cJq +lWL +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(195,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +arp +arp +pce +arp +arp +pce +miM +pce +arp +pce +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +miM +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +mfj +nai +nai +lVQ +miM +rOc +aFD +drq +drq +drq +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mTn +mTn +fKU +fKU +fKU +lWL +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(196,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +mfj +nai +nai +miM +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +dDX +pce +miM +miM +arp +arp +miM +miM +miM +dDX +dDX +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +xQa +eUP +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +mYK +mTn +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(197,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +nai +rOc +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +nai +aUD +sbr +sbr +sbr +sbr +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +arp +dDX +miM +dDX +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +rOc +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(198,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +vOh +mog +mog +mog +mog +vOh +nai +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +pce +pce +pce +pce +sbr +arp +pce +nai +nai +rOc +nai +miM +miM +miM +miM +miM +ydq +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(199,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +mog +tBJ +xmJ +kWD +xKX +eSa +nai +nai +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +aUD +sbr +arp +pce +pce +aUD +sbr +sbr +sbr +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +sbr +miM +miM +miM +miM +miM +miM +aUD +aUD +aaw +aUD +nai +abv +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(200,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +mog +bse +bse +etK +bEz +mog +miM +nai +nai +nai +nai +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +nai +sbr +sbr +sbr +sbr +sbr +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +aUD +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +aUD +pce +pce +aUD +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(201,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +nMr +mog +vOh +vOh +mog +mog +miM +miM +miM +miM +nai +mfj +nai +nai +nai +nai +nai +nai +sbr +sbr +sbr +sbr +miM +miM +sbr +sbr +sbr +miM +miM +xQa +nai +sbr +sbr +sbr +sbr +xQa +nai +nai +pce +aUD +sbr +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +pce +arp +abv +nai +rOc +xQa +pce +pce +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +aUD +arp +pce +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(202,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +nai +nai +nai +nai +nai +miM +miM +miM +miM +miM +miM +miM +miM +nai +sbr +sbr +sbr +sbr +sbr +sbr +sbr +pce +pce +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +pce +pce +arp +aUD +miM +sbr +sbr +sbr +aUD +pce +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +aUD +arp +aUD +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(203,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +rOc +sbr +sbr +nai +miM +miM +miM +miM +miM +miM +miM +miM +nai +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +pce +arp +aUD +sbr +sbr +sbr +sbr +sbr +arp +pce +arp +sbr +sbr +miM +miM +sbr +sbr +sbr +sbr +arp +pce +aUD +sbr +sbr +sbr +sbr +xQa +nai +nai +nai +miM +miM +miM +nai +nai +abv +pce +nai +pce +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(204,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +miM +miM +miM +miM +sbr +sbr +sbr +sbr +nai +miM +miM +miM +miM +miM +miM +miM +nai +nai +sbr +sbr +miM +sbr +sbr +sbr +sbr +sbr +aUD +nai +rOc +nai +nai +xQa +nai +nai +arp +sbr +aUD +sbr +sbr +miM +sbr +sbr +sbr +sbr +sbr +sbr +arp +arp +xQa +nai +nai +nai +nai +miM +miM +nai +nai +rOc +nai +nai +miM +miM +nai +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(205,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +nai +nai +miM +miM +nai +mfj +rOc +nai +nai +sbr +sbr +miM +miM +miM +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +aUD +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +xQa +nai +nai +rOc +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(206,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +sbr +sbr +sbr +sbr +mfj +nai +miM +nai +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(207,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +nai +nai +nai +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(208,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(209,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(210,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(211,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +sbr +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(212,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(213,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(214,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} +(215,1,1) = {" +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +miM +"} diff --git a/_maps/map_files220/RandomZLevels/spacebattle.dmm b/_maps/map_files220/RandomZLevels/spacebattle.dmm new file mode 100644 index 000000000000..152eb5454ca7 --- /dev/null +++ b/_maps/map_files220/RandomZLevels/spacebattle.dmm @@ -0,0 +1,81502 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/sign/radiation{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"ab" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"ac" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "RightBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"ad" = ( +/obj/machinery/door/airlock/public, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"ae" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"af" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "CenterBridge" + }, +/turf/space, +/area/space) +"ag" = ( +/obj/machinery/suit_storage_unit/syndicate{ + state_open = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"ah" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"ai" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"aj" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"ak" = ( +/obj/item/weldingtool, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"al" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"am" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/obj/item/paper/slip/spacebattle/voxcap3, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"ap" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages." + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"aq" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/space_battle/hallway11) +"as" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical/old, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"at" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/security, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway6) +"av" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"aw" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/tank/toxins{ + dir = 1; + volume = 200 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"ax" = ( +/obj/structure/table/tray, +/obj/item/storage/toolbox/mechanical/old, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"ay" = ( +/obj/effect/turf_decal/siding/blue, +/obj/machinery/optable, +/obj/effect/gibspawner/human, +/obj/effect/mob_spawn/human/corpse/spacebattle/medic, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"az" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway3) +"aA" = ( +/obj/structure/closet/cardboard{ + icon_state = "cardboard_engineering" + }, +/obj/item/grenade/chem_grenade/metalfoam, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 6 + }, +/area/awaymission/space_battle/engine) +"aB" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"aC" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/deck/cards/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"aD" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway1) +"aF" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"aG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"aH" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"aI" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"aJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/power/compressor{ + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"aK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"aL" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"aM" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway11) +"aN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway11) +"aP" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 4; + base_icon_state = "sleeper_s-open" + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"aR" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway3) +"aS" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"aT" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"aV" = ( +/turf/space, +/area/awaymission/space_battle/syndicate) +"aW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"aX" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway11) +"aY" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/mob/living/simple_animal/hostile/viscerator, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"aZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"ba" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"bb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/turf/space, +/area/space) +"bc" = ( +/obj/structure/lattice, +/turf/space, +/area/awaymission/space_battle/hallway10) +"bd" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "ext2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway1) +"be" = ( +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway3) +"bf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"bg" = ( +/obj/structure/sign/directions/cargo{ + pixel_y = 11 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 4 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -3 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = -9 + }, +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/cruiser) +"bh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/space, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"bj" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/table/tray, +/obj/item/storage/firstaid/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"bl" = ( +/obj/structure/shuttle/engine/platform, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate1) +"bm" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"bn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"bo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"bp" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway3) +"bq" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side_inv" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"br" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/awaymission/space_battle/medbay) +"bs" = ( +/obj/machinery/door/airlock/public, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"bt" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"bu" = ( +/obj/structure/fluff/paper/stack, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/west, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"bv" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"bw" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"bx" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret5) +"by" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"bz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"bA" = ( +/obj/structure/window/full/shuttle{ + anchored = 0 + }, +/turf/space, +/area/space) +"bB" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + base_icon_state = "sleeper_s-open" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"bC" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"bF" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "dorms" + }, +/turf/space, +/area/space) +"bG" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"bH" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"bI" = ( +/obj/structure/shuttle/engine/router, +/turf/simulated/floor/engine/airless, +/area/awaymission/space_battle/syndicate/syndicate6) +"bK" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/closet/crate/secure/weapon, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"bL" = ( +/obj/structure/chair/comfy/shuttle/dark, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"bN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"bO" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"bR" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"bU" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"bW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"bX" = ( +/obj/structure/rack, +/obj/item/screwdriver/power, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway4) +"bZ" = ( +/obj/machinery/door/airlock/medical, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/cruiser) +"ca" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/space, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"cb" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"cc" = ( +/obj/machinery/door_control/shutter/north{ + id = "LHall" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/prhallway1) +"cd" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway5) +"ce" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nosmooth{ + icon_state = "plastinum_wall-137-d" + }, +/area/awaymission/space_battle/cruiser) +"cf" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/cruiser) +"cg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"ci" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"ck" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"cl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"cm" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"cn" = ( +/obj/structure/sign/directions/cargo{ + dir = 1; + pixel_y = 11 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 4 + }, +/obj/structure/sign/directions/medical{ + dir = 1; + pixel_y = -3 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -9 + }, +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/cruiser) +"co" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway4) +"cp" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/paper/spacebattle/voxcap2, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"cq" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"cr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/prhallway2) +"cs" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/cruiser) +"ct" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"cu" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"cv" = ( +/turf/simulated/mineral, +/area/awaymission) +"cw" = ( +/obj/item/stack/ore/glass, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/asteroid/airless, +/area/space) +"cx" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"cz" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"cA" = ( +/obj/machinery/door/airlock{ + id_tag = "t2" + }, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"cB" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"cC" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"cD" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"cF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"cG" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"cH" = ( +/obj/structure/closet/crate/medical, +/obj/item/roller_holder, +/obj/item/roller_holder, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"cI" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway1) +"cJ" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway3) +"cK" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/shuttle/engine/large{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"cL" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"cM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret4) +"cN" = ( +/obj/item/wirecutters, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"cP" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"cQ" = ( +/obj/item/shard, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"cR" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space) +"cS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"cT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/space, +/area/awaymission/space_battle/hallway10) +"cU" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "RightBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"cV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"cX" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/machinery/atmospherics/unary/tank/toxins{ + volume = 2000 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"cZ" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "cryo1" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"da" = ( +/obj/structure/closet/cardboard, +/obj/item/food/beans, +/obj/item/food/beans, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"db" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"dc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"de" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"dg" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + name = "computer" + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"dh" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/item/gun/energy/plasmacutter, +/obj/item/mecha_parts/mecha_equipment/mining_scanner, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"dj" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"dk" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"dm" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"dn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"do" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"dp" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"dq" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"dr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"ds" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"dt" = ( +/obj/machinery/door_control/shutter/east{ + id = "spacebattlestorage" + }, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"du" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"dv" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"dw" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"dx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway1) +"dz" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"dA" = ( +/obj/machinery/atmospherics/binary/passive_gate{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"dC" = ( +/obj/machinery/door/airlock/engineering, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/storage) +"dD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"dF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"dG" = ( +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"dH" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"dI" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate4) +"dJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway5) +"dK" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/obj/machinery/field/containment{ + layer = 1 + }, +/obj/effect/decal/fakelattice{ + density = 0 + }, +/turf/simulated/floor/fakespace, +/area/awaymission/space_battle/sec_storage) +"dL" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"dM" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"dN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"dO" = ( +/mob/living/simple_animal/hostile/bear/brown{ + faction = list("neutral"); + name = "Winny" + }, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"dP" = ( +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"dR" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"dU" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"dV" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate2) +"dY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"dZ" = ( +/obj/effect/turf_decal/box, +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red/airless{ + icon_state = "plastitanium" + }, +/area/awaymission/space_battle/syndicate) +"eb" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"ec" = ( +/obj/structure/table/reinforced, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 6 + }, +/area/awaymission/space_battle/bridge) +"ed" = ( +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"ee" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate1) +"ef" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "LeftDronSpot2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"eg" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate3) +"eh" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"ei" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "LeftDronSpot" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"ej" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/secure/gear, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"ek" = ( +/obj/item/gun/projectile/shotgun/lethal, +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"el" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/machinery/field/generator{ + layer = 1; + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"em" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "RightBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"en" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway2) +"eo" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate3) +"eq" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "control_boxp"; + dir = 8; + icon = 'icons/obj/machines/particle_accelerator.dmi' + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 4 + }, +/area/awaymission/space_battle/bridge) +"er" = ( +/obj/machinery/door/airlock/engineering, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/cruiser) +"es" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"et" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"ev" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"ex" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret7) +"ey" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway10) +"eA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway5) +"eB" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"eC" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "cryo1" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"eD" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"eE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"eH" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/awaymission/space_battle/syndicate/syndicate3) +"eI" = ( +/obj/structure/rack, +/obj/item/wirecutters, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"eJ" = ( +/obj/machinery/optable, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"eK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"eL" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engineering) +"eM" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/atmospherics/binary/circulator{ + icon_state = "circ8-off" + }, +/turf/simulated/floor/engine/airless, +/area/awaymission/space_battle/cruiser) +"eN" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"eO" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/titanium/blue/airless, +/area/space) +"eP" = ( +/obj/structure/showcase/machinery/oldpod/used{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"eQ" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway4) +"eR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"eS" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/cable{ + icon_state = "2-4" + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway2) +"eT" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/radiation, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"eU" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway8) +"eV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"eX" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/space, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway10) +"eY" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"eZ" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/documents/syndicate/yellow, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"fa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway1) +"fc" = ( +/obj/machinery/light_construct/directional/south, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"fd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/prhallway2) +"fe" = ( +/obj/item/stack/rods, +/turf/space, +/area/space) +"ff" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/prhallway1) +"fg" = ( +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"fh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"fi" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"fj" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "ssu" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"fk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"fm" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/space_battle) +"fn" = ( +/obj/structure/closet/crate/wooden/barrel, +/obj/item/food/honeycomb, +/obj/item/food/honeycomb, +/obj/item/food/honeycomb, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"fo" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"fp" = ( +/obj/structure{ + icon = 'icons/obj/turrets.dmi'; + icon_state = "destroyed_target_prism" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space) +"fq" = ( +/obj/structure/sign/poster/official/random/north, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"fr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway10) +"fs" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"ft" = ( +/obj/machinery/floodlight/anchored, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway4) +"fu" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 9 + }, +/area/awaymission/space_battle/engineering) +"fv" = ( +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway1) +"fw" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/engine) +"fx" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side"; + layer = 3.1 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"fy" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/trash/tray, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"fz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/obj/structure/machine_frame{ + layer = 4; + icon = 'icons/obj/singularity.dmi'; + icon_state = "TheSingGen" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway2) +"fA" = ( +/obj/effect/turf_decal/box/corners, +/obj/structure/closet/crate/secure/gear, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate1) +"fC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway11) +"fD" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "LeftTurret" + }, +/obj/structure/window/reinforced/survival_pod, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret7) +"fE" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway5) +"fF" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway4) +"fG" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret8) +"fH" = ( +/obj/structure/closet, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 8 + }, +/area/awaymission/space_battle/hallway8) +"fI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"fJ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + req_access = list(301) + }, +/obj/structure/rack, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway8) +"fK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"fM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"fO" = ( +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret2) +"fP" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"fQ" = ( +/obj/item/stack/sheet/metal{ + amount = 15 + }, +/turf/space, +/area/space) +"fR" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/turret7) +"fS" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/shuttle/engine/platform, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate1) +"fT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"fU" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"fV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway2) +"fW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/sign/deathsposal{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"fX" = ( +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/obj/item/stack/rods, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 10 + }, +/area/awaymission/space_battle/hallway11) +"fY" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"ga" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"gb" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"gd" = ( +/obj/structure/rack, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"ge" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"gf" = ( +/obj/structure/table/reinforced, +/obj/item/paper/spacebattle/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"gg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"gh" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway2) +"gi" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "CenterBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate) +"gj" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"gl" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"gm" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"gn" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/cruiser) +"go" = ( +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate1) +"gp" = ( +/obj/machinery/economy/vending/engivend, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"gr" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"gs" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate4) +"gu" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/clothing/glasses/welding/superior, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"gv" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 2; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"gw" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"gx" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "RightTurret" + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret2) +"gy" = ( +/obj/machinery/mass_driver_frame{ + dir = 4; + pixel_x = -4; + pixel_y = -3; + layer = 3.1; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = -18; + layer = 4; + color = "gray" + }, +/obj/machinery/power/grounding_rod{ + pixel_x = -9; + pixel_y = 19; + anchored = 1; + layer = 3 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"gz" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"gB" = ( +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"gC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/prhallway3) +"gE" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway2) +"gF" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"gG" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"gH" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"gI" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/prhallway2) +"gJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"gK" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 2; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"gL" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/wt550m9/wtap, +/obj/item/ammo_box/magazine/wt550m9/wtap{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret5) +"gM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"gN" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargodeliverySB" + }, +/obj/structure/closet/crate/secure/weapon, +/obj/item/gun/energy/laser/retro/old, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"gO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate) +"gQ" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "cargodeliverySB" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"gR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + req_access = list(301) + }, +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway8) +"gS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/space, +/area/awaymission/space_battle/hallway10) +"gT" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"gU" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway7) +"gX" = ( +/obj/machinery/power/apc/off_station/empty_charge/directional/south, +/obj/structure/cable, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/living) +"gY" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway5) +"gZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"ha" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway9) +"hb" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/item/stack/rods/fifty, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway2) +"hc" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway7) +"hd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/prhallway2) +"he" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"hf" = ( +/mob/living/simple_animal/hostile/mimic/crate{ + faction = list("syndicate"); + health = 80; + maxHealth = 80 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"hg" = ( +/obj/structure/inflatable/door, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space) +"hh" = ( +/obj/machinery/conveyor/northwest/ccw{ + dir = 5; + id = "cargodeliverySB" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"hi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/stack/tile, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway2) +"hj" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/machinery/door/airlock/engineering, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"hl" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"hm" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"hn" = ( +/obj/structure/reagent_dispensers/oil, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"ho" = ( +/obj/structure/closet, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engine) +"hp" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/space) +"hq" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway9) +"hr" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engine) +"hs" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"ht" = ( +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway5) +"hv" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/clothing/glasses/night, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"hx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway4) +"hy" = ( +/mob/living/simple_animal/hostile/viscerator, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"hz" = ( +/obj/structure/toilet, +/obj/machinery/door_control/bolt_control/north{ + id = "t1" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"hA" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret6) +"hC" = ( +/obj/item/chair/stool, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"hD" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/airless, +/area/space) +"hF" = ( +/obj/machinery/power/grounding_rod{ + pixel_x = 9; + pixel_y = 19; + anchored = 1; + layer = 3 + }, +/obj/machinery/mass_driver_frame{ + dir = 8; + pixel_x = 4; + pixel_y = -3; + layer = 3.1; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = 18; + layer = 4; + color = "gray" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"hG" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"hH" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engine) +"hI" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "CenterBridge" + }, +/obj/effect/mine/sound/bwoink, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"hJ" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway10) +"hL" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"hN" = ( +/obj/structure/shuttle/engine/large{ + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/cruiser) +"hO" = ( +/obj/machinery/door/airlock/medical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/cruiser) +"hP" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret6) +"hQ" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"hR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/suit/armor/bulletproof, +/obj/machinery/light/small/directional/east, +/mob/living/simple_animal/hostile/mimic/crate{ + faction = list("syndicate"); + health = 80; + maxHealth = 80 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"hS" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"hT" = ( +/obj/machinery/mass_driver{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"hU" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "CenterBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"hW" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/space_battle) +"hX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"hY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "BSAup" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"hZ" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "1ShipLock"; + layer = 3.1; + closingLayer = 3.2 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"ia" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "hangar" + }, +/turf/space, +/area/space) +"ic" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = 18; + layer = 4; + color = "gray" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"id" = ( +/obj/structure/closet/crate/can, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engine) +"ie" = ( +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"if" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"ig" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway2) +"ih" = ( +/obj/structure/window/plasmareinforced, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"ii" = ( +/obj/structure/machine_frame, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"ij" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"ik" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"il" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"im" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway1) +"in" = ( +/obj/effect/turf_decal/box, +/obj/structure/mecha_wreckage/ripley, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"ip" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"ir" = ( +/obj/item/honey_frame, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"is" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-9-d" + }, +/area/awaymission/space_battle/syndicate/syndicate2) +"it" = ( +/obj/machinery/bsa/full/east, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"iu" = ( +/obj/item/gun/projectile/automatic/c20r, +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"iv" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"iw" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"ix" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"iy" = ( +/obj/item/chair, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/scientist, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"iA" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"iB" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/light/directional/east, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"iC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"iD" = ( +/obj/item/storage/toolbox/mechanical/old, +/turf/space, +/area/space) +"iE" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/structure/fluff/paper/stack{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"iF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"iG" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/engineering) +"iH" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "1ShipLock"; + layer = 3.1; + closingLayer = 3.2 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"iI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"iJ" = ( +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"iK" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3" + }, +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"iL" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engineering) +"iM" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "engBack" + }, +/turf/space, +/area/space) +"iN" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway3) +"iO" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"iP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"iQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door_control/shutter/south{ + id = "SpaceBattlePodbay2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/crowbar/large, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"iR" = ( +/obj/structure/foamedmetal, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"iS" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"iT" = ( +/obj/machinery/door/airlock{ + id_tag = "t3" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"iU" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "ext2" + }, +/turf/space, +/area/space) +"iV" = ( +/obj/structure/closet/walllocker/firelocker/north, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"iW" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"iY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"iZ" = ( +/obj/item/ammo_casing/c45{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"ja" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway5) +"jb" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"jc" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark_large" + }, +/area/space) +"jd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"je" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/cruiser) +"jf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"jg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/coin/antagtoken/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"jh" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate1) +"ji" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"jk" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway2) +"jl" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/ammo_casing/c45{ + dir = 5 + }, +/obj/item/ammo_casing/c45{ + dir = 6; + pixel_x = 12; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"jm" = ( +/obj/machinery/light/directional/north, +/obj/item/storage/fancy/shell/buck, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"jn" = ( +/obj/structure/closet/crate/secure/plasma, +/obj/item/stack/sheet/mineral/plasma{ + amount = 15 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engine) +"jo" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 4; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"jp" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"jq" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"jr" = ( +/obj/item/stack/cable_coil/five, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"js" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"jt" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + pixel_y = -1; + id = "RightTurret"; + name = "starboard turret control" + }, +/obj/machinery/door_control/shutter{ + pixel_y = 8; + id = "LeftTurret"; + name = "starboard turret control" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"ju" = ( +/obj/machinery/power/apc/off_station/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway1) +"jv" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate6) +"jB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"jC" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"jD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"jE" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"jF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "cargo" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"jG" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/space, +/area/awaymission/space_battle/hallway10) +"jH" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway6) +"jI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"jJ" = ( +/obj/structure/showcase/machinery/oldpod/used{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway9) +"jK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"jL" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"jM" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"jN" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"jO" = ( +/obj/structure/showcase/machinery/oldpod/used, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"jP" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_y = 10; + pixel_x = -5; + on = 1 + }, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"jQ" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"jR" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "pod1" + }, +/turf/space, +/area/space) +"jS" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"jT" = ( +/obj/structure{ + icon = 'icons/obj/machines/drone_fab.dmi'; + icon_state = "drone_fab_idle"; + density = 1; + anchored = 1; + name = "drone fabricator"; + desc = "It appears to be broken SMES." + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate3) +"jU" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"jV" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"jX" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"jY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway5) +"jZ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"ka" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"kc" = ( +/obj/item/ammo_casing/c45{ + dir = 5; + pixel_x = -2 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"kd" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway3) +"ke" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"kf" = ( +/obj/structure/door_assembly/door_assembly_ext, +/turf/space, +/area/space) +"kg" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"kh" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"ki" = ( +/turf/space, +/area/awaymission/space_battle/cruiser) +"kk" = ( +/obj/structure/rack, +/obj/item/wrench, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engineering) +"kl" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/structure/chair/comfy/shuttle/dark, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"km" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"kn" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"ko" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"kq" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"kr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"ks" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"kt" = ( +/obj/structure/lattice, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "CenterBridge" + }, +/turf/space, +/area/space) +"ku" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargodeliverySB" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"kv" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/space_battle/syndicate) +"kx" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"kA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/awaymission/space_battle/hallway11) +"kB" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"kC" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway1) +"kD" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/secure/weapon, +/obj/item/storage/fancy/shell/buck, +/obj/item/storage/fancy/shell/buck, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"kF" = ( +/obj/structure/closet/crate/can, +/obj/item/flashlight/seclite, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway6) +"kG" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/awaymission/space_battle/hallway8) +"kH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"kI" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/mob/living/simple_animal/hostile/mimic/crate{ + faction = list("syndicate"); + health = 80; + maxHealth = 80 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"kJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"kK" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway2) +"kL" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"kM" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway9) +"kN" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "toilet" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"kO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"kP" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway1) +"kQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"kR" = ( +/obj/structure/closet/cardboard, +/obj/item/food/beans, +/obj/item/food/beans, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"kS" = ( +/obj/structure/chair/comfy/shuttle/dark, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"kU" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate3) +"kV" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"kW" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/arrows{ + layer = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"kX" = ( +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway4) +"kY" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"la" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"lb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"lc" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"le" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate1) +"lf" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/space, +/area/awaymission/space_battle/hallway10) +"lg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/prhallway1) +"lh" = ( +/obj/structure/rack, +/obj/item/storage/fancy/shell/slug, +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 5 + }, +/area/awaymission/space_battle/hallway8) +"li" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"lj" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"lk" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"ll" = ( +/obj/item/screwdriver, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"lm" = ( +/obj/structure/closet/cardboard{ + icon_state = "cardboard_engineering" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"ln" = ( +/obj/structure/sign/pods{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway1) +"lo" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"lp" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/cardboard{ + icon_closed = "cardboard_syndicate"; + icon_opened = "cardboard_open_syndicate"; + icon_state = "cardboard_syndicate" + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"lq" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"lr" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"ls" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "pod1" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"lt" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"lu" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/space_battle/syndicate/syndicate2) +"lx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/bed/roller{ + color = "gray" + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"ly" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"lz" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret2) +"lA" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"lB" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/corner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 9 + }, +/area/awaymission/space_battle/hallway2) +"lC" = ( +/obj/structure/closet/crate{ + opened = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"lD" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"lE" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"lF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway1) +"lI" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate6) +"lJ" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"lK" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"lL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"lM" = ( +/obj/structure/rack, +/obj/item/ammo_box/c9mm, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret3) +"lN" = ( +/obj/machinery/door/poddoor, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"lP" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"lQ" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"lR" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"lS" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/turf/space, +/area/space) +"lT" = ( +/obj/machinery/economy/vending/cigarette/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"lU" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"lV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"lW" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"lX" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"lY" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"ma" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/power/compressor{ + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"mb" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle{ + name = "Syndicate Commander Bodyguard" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"me" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"mf" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"mg" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"mh" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"mi" = ( +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"mj" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/space, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"mk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway8) +"ml" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"mm" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"mn" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret3) +"mo" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nosmooth{ + icon_state = "plastinum_wall-9-d" + }, +/area/awaymission/space_battle/cruiser) +"mp" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"mq" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"mr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/rods, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"mt" = ( +/obj/item/stack/ore/silver, +/turf/space, +/area/space) +"mu" = ( +/obj/structure/closet/crate/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"mv" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"mw" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "SpaceBattlePodbaySpace" + }, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"mx" = ( +/obj/structure/closet/walllocker/emerglocker/east, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"my" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/atmospherics/binary/circulator{ + icon_state = "circ4-off" + }, +/turf/simulated/floor/engine/airless, +/area/awaymission/space_battle/cruiser) +"mz" = ( +/obj/item/robotanalyzer, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate3) +"mA" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"mB" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/siding/black/corner, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway1) +"mC" = ( +/mob/living/simple_animal/frog/scream{ + wander = 0; + pixel_y = 10; + name = "ItsMeJaba"; + health = 50 + }, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/space_battle) +"mD" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/space_battle/syndicate/syndicate5) +"mE" = ( +/obj/structure{ + icon = 'icons/obj/supermatter.dmi'; + icon_state = "darkmatter"; + desc = "It looks like a unactive supermatter shard.. Can I touch it?"; + layer = 5; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/engine) +"mF" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"mG" = ( +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/kitchen) +"mH" = ( +/obj/effect/turf_decal/delivery/white/hollow/left, +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"mI" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate1) +"mM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"mN" = ( +/obj/item/storage/toolbox/mechanical/old, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"mO" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "cryo2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"mQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/engineering) +"mS" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/directional/east, +/obj/effect/mob_spawn/human/corpse/spacebattle/assistant, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"mU" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"mV" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"mX" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"mY" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"na" = ( +/obj/structure/table/reinforced, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"nb" = ( +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/depot/armory{ + armour_penetration_flat = 20; + armour_penetration_percentage = 80; + loot = list(/obj/effect/decal/cleanable/ash,/obj/item/documents/syndicate/blue); + speed = 2; + health = 600; + maxHealth = 450; + name = "Syndicate Commander" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"nc" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway4) +"nd" = ( +/obj/structure/railing/cap/reversed{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"ne" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"ng" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"nh" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/space, +/area/space) +"ni" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway2) +"nj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway1) +"nk" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"nl" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plating/airless, +/area/space) +"nm" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"nn" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"no" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "ext1" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"np" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"nq" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/machinery/atmospherics/unary/tank/toxins{ + volume = 2000 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"nt" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"nu" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"nv" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"nw" = ( +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"nx" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate4) +"nz" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 4; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"nA" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/security, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway5) +"nC" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/improvised, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"nD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway3) +"nF" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"nG" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"nI" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"nJ" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"nK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"nM" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/space_battle/hallway11) +"nN" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"nO" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"nP" = ( +/obj/machinery/suit_storage_unit{ + suit_type = /obj/item/mod/control/pre_equipped/prototype; + mask_type = /obj/item/clothing/mask/breath; + state_open = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"nQ" = ( +/obj/item/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"nR" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/turret3) +"nS" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "gripper" + }, +/turf/space, +/area/space) +"nT" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate6) +"nU" = ( +/obj/item/cigbutt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"nV" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "CenterBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"nW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret5) +"nX" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "turret4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret4) +"nY" = ( +/obj/machinery/sleeper/syndie, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"nZ" = ( +/obj/item/stack/tile, +/turf/space, +/area/space) +"oa" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"ob" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"oc" = ( +/obj/structure/machine_frame{ + icon_state = "box_2" + }, +/obj/effect/decal/cleanable/blood/gibs/up, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"od" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"oe" = ( +/obj/structure/gunrack, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/awaymission/space_battle/hallway2) +"of" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"og" = ( +/obj/machinery/door/airlock/engineering, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/storage) +"oh" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/pizzabox/meat, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"oi" = ( +/obj/structure/closet/cardboard{ + icon_closed = "cardboard_syndicate"; + icon_opened = "cardboard_open_syndicate"; + icon_state = "cardboard_syndicate" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"oj" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"ok" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/arrows{ + layer = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"ol" = ( +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/space, +/area/space) +"om" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"on" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"op" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"oq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"or" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"os" = ( +/obj/effect/turf_decal/delivery, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"ou" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/circulator{ + icon_state = "circ8-off" + }, +/turf/simulated/floor/engine/airless, +/area/awaymission/space_battle/cruiser) +"ov" = ( +/obj/structure/closet/crate/secure/gear, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"ow" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"ox" = ( +/obj/effect/decal/cleanable/shreds, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/directional/south, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"oz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"oA" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"oB" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/engineering, +/obj/item/clothing/mask/breath/red_gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas/cyborg, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"oC" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"oD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"oE" = ( +/obj/item/stack/ore/glass, +/turf/simulated/floor/plating/asteroid/airless, +/area/space) +"oH" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway10) +"oI" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/space, +/area/space) +"oJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"oN" = ( +/obj/machinery/door_control/bolt_control/north{ + id = "t2" + }, +/obj/item/salvage/ruin/brick{ + pixel_y = -5 + }, +/obj/structure/toilet, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"oO" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 9 + }, +/area/awaymission/space_battle/bridge) +"oP" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"oQ" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway6) +"oR" = ( +/obj/structure/railing/cap/reversed{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"oS" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"oT" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/machinery/field/generator{ + layer = 1; + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"oU" = ( +/obj/item/chair/wood/wings, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"oV" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"oW" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"oX" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"oY" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate1) +"oZ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"pa" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"pb" = ( +/obj/machinery/door/airlock{ + id_tag = "t1" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"pc" = ( +/obj/structure/chair/office, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/scientist, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"pd" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/engineering) +"pg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"ph" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"pi" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"pj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"pk" = ( +/obj/effect/turf_decal/box/white, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"pl" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"pm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret3) +"pn" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"po" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway6) +"pp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = -18; + layer = 4; + color = "gray" + }, +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"pq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/obj/structure/machine_frame{ + layer = 4; + icon = 'icons/obj/singularity.dmi'; + icon_state = "TheSingGen" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"pr" = ( +/obj/machinery/conveyor/northwest/ccw{ + id = "cargodeliverySB" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"ps" = ( +/obj/machinery/porta_turret/syndicate, +/turf/simulated/floor/plating/airless, +/area/space) +"pt" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "LeftTurret" + }, +/obj/structure/window/reinforced/survival_pod, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret4) +"pu" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/space_battle/syndicate/syndicate6) +"pw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway3) +"px" = ( +/obj/machinery/access_button/north{ + autolink_id = "SB1" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/awaymission/space_battle/hallway2) +"py" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"pA" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-9-d" + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"pB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "gripper" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"pC" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"pE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"pG" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"pI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway1) +"pJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/critter/dog_tamaskan, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"pK" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"pL" = ( +/obj/structure/fluff/paper/stack{ + dir = 1 + }, +/obj/item/storage/toolbox/mechanical/old, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"pM" = ( +/obj/structure/window/plasmareinforced, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"pN" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"pO" = ( +/obj/structure/shuttle/engine/huge{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"pP" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"pQ" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side_inv"; + layer = 3.1 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/shuttle/engine/huge{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"pR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway10) +"pS" = ( +/obj/machinery/mineral/processing_unit, +/obj/machinery/conveyor{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"pT" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway6) +"pU" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway1) +"pW" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"pX" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"pY" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged{ + id = "VoxCap" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"pZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"qa" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/weldingtool/experimental/brass, +/obj/item/screwdriver/brass, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"qb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway2) +"qc" = ( +/obj/effect/turf_decal/delivery/white/hollow/left, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark_large" + }, +/area/space) +"qe" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"qh" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"qi" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway1) +"qj" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"qk" = ( +/obj/structure/closet/crate, +/obj/item/storage/belt/security/webbing, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"ql" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"qm" = ( +/obj/structure/showcase/machinery/oldpod/used, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"qp" = ( +/obj/machinery/door/airlock/engineering, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"qq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/obj/structure/machine_frame{ + layer = 4; + icon = 'icons/obj/singularity.dmi'; + icon_state = "TheSingGen" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway2) +"qs" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"qt" = ( +/obj/structure/inflatable, +/turf/simulated/floor/plating/airless, +/area/space) +"qu" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/storage/box/survival, +/obj/item/storage/box/survival, +/obj/item/storage/box/survival, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"qv" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway1) +"qw" = ( +/obj/item/weldingtool/largetank, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"qy" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"qz" = ( +/obj/structure/lattice, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "BSAdown" + }, +/turf/space, +/area/space) +"qB" = ( +/obj/item/crowbar/large, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"qD" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"qH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/off_station/empty_charge/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"qI" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/shuttle/engine/huge{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"qJ" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"qL" = ( +/obj/machinery/suit_storage_unit{ + suit_type = /obj/item/clothing/suit/space/vox/pressure; + mask_type = /obj/item/clothing/mask/breath/vox; + boots_type = /obj/item/clothing/shoes/magboots/vox; + helmet_type = /obj/item/clothing/head/helmet/space/vox/pressure + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"qN" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"qO" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"qQ" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"qR" = ( +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"qS" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/syringe, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"qT" = ( +/obj/machinery/mineral/stacking_machine, +/obj/machinery/conveyor{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"qU" = ( +/obj/structure/table, +/obj/item/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"qV" = ( +/obj/item/stack/ore/gold, +/turf/space, +/area/space) +"qW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway9) +"qX" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"qY" = ( +/turf/simulated/wall/mineral/wood, +/area/awaymission/space_battle) +"qZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway10) +"ra" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/item/handheld_defibrillator, +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"rb" = ( +/obj/item/stack/rods, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"rc" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"rd" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"re" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway2) +"rf" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"rh" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"ri" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"rj" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"rk" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/paper/spacebattle/voxcap1, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"rl" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/south, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway10) +"rm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"rn" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "Syndicate Defence Laser Turret"; + attacked = 1; + reqpower = 0; + syndicate = 1; + faction = "syndicate"; + color = "grey"; + active_power_consumption = 0; + idle_power_consumption = 0; + locked = 0 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"ro" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"rp" = ( +/obj/effect/turf_decal/caution/red, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"rq" = ( +/obj/structure/closet/radiation, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"rr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"rs" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"rt" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"ru" = ( +/obj/structure/chair/wheelchair, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"rv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway11) +"ry" = ( +/obj/machinery/mineral/unloading_machine, +/obj/machinery/conveyor{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"rz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"rB" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal{ + amount = 15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"rE" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"rF" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nosmooth{ + icon_state = "plastinum_wall-10-d" + }, +/area/awaymission/space_battle/cruiser) +"rG" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-5-d" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"rH" = ( +/obj/machinery/power/grounding_rod{ + pixel_x = 9; + pixel_y = 19; + anchored = 1; + layer = 3 + }, +/obj/machinery/mass_driver_frame{ + dir = 8; + pixel_x = 4; + pixel_y = -3; + layer = 3.1; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = 18; + layer = 4; + color = "gray" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"rI" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/chair/comfy/shuttle, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/titanium/blue/airless, +/area/space) +"rJ" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id_tag = "syndicate_elite" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate1) +"rL" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"rN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/wrench, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"rO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engineering) +"rP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"rQ" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway1) +"rR" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/freezer, +/obj/item/storage/box/syndidonkpockets, +/obj/item/storage/box/syndidonkpockets, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"rU" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"rV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"rW" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"rY" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"sa" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"sb" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "Syndicate Defence Laser Turret"; + attacked = 1; + reqpower = 0; + syndicate = 1; + faction = "syndicate"; + color = "grey"; + active_power_consumption = 0; + idle_power_consumption = 0; + locked = 0 + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"sc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"sd" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway5) +"se" = ( +/obj/machinery/power/apc/off_station/empty_charge/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"sg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway4) +"si" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"sj" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"sk" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/siding/black/full, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"sl" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway2) +"sm" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "core"; + name = "data server"; + desc = "A machine that processes and routes PDA and request console messages."; + density = 1; + anchored = 1 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"sn" = ( +/obj/structure/chair/comfy/shuttle/dark, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"sp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/wirecutters, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"sq" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"ss" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/awaymission/space_battle/hallway2) +"st" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"su" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"sv" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway2) +"sw" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/closet/crate/secure/weapon, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/suit/armor/vest/bloody, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"sy" = ( +/obj/machinery/door/airlock/security, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"sA" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway2) +"sB" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/obj/item/paper/spacebattle/mimics, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"sD" = ( +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"sE" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"sF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway6) +"sG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/awaymission/space_battle/hallway4) +"sH" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"sI" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "cargodeliverySB" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"sK" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway5) +"sL" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway2) +"sM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"sO" = ( +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"sQ" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"sR" = ( +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"sT" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/power/compressor{ + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"sV" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate1) +"sW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"sX" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"sY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"sZ" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "RightTurret" + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret8) +"ta" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway2) +"tb" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"tc" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"td" = ( +/obj/item/ammo_casing/shotgun, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"tf" = ( +/obj/structure/table, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway9) +"tg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway1) +"ti" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"tj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"tm" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"tn" = ( +/obj/effect/decal/fakelattice{ + density = 0 + }, +/obj/item/kirbyplants, +/turf/space, +/area/space) +"to" = ( +/obj/structure/rack, +/obj/item/ammo_box/c9mm, +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 4 + }, +/area/awaymission/space_battle/hallway8) +"tp" = ( +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/cruiser) +"tq" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -32 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"tr" = ( +/obj/structure/chair/office, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"ts" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate4) +"tt" = ( +/obj/structure/lattice, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "MainBridge" + }, +/turf/space, +/area/awaymission/space_battle/prhallway2) +"tu" = ( +/obj/effect/decal/fakelattice{ + density = 0 + }, +/turf/space, +/area/awaymission/space_battle/engineering) +"tv" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"tw" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"tx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway3) +"tz" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate3) +"tA" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate2) +"tC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"tD" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/prhallway2) +"tF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway8) +"tG" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "1ShipLock" + }, +/obj/machinery/door/poddoor{ + id_tag = "1ShipLock"; + layer = 3.1; + closingLayer = 3.2 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"tH" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"tI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway10) +"tJ" = ( +/obj/machinery/door_control/shutter/east{ + id = "syndicate_elite" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"tK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/prhallway2) +"tL" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "QM" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"tO" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"tP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/plastic, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"tR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + req_access = list(301) + }, +/obj/structure/rack, +/obj/item/clothing/head/helmet, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway8) +"tS" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/awaymission/space_battle/hallway10) +"tT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"tU" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"tV" = ( +/obj/structure/railing/cap/reversed{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"tW" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/mob/living/simple_animal/hostile/viscerator, +/obj/item/paper/spacebattle/voxcap, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"tX" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"tY" = ( +/obj/machinery/smartfridge/food, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"tZ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"ua" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner"; + dir = 8 + }, +/area/awaymission/space_battle/bridge) +"ub" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"uc" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"ud" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"uf" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"ug" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/turret6) +"uh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway8) +"uj" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"uk" = ( +/obj/structure/beebox/unwrenched, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"ul" = ( +/obj/structure/bed, +/obj/item/bedsheet/fluff/hugosheet, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"um" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/shotgun/buck, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 4 + }, +/area/awaymission/space_battle/bridge) +"un" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway11) +"uo" = ( +/obj/structure/girder/reinforced, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space) +"up" = ( +/obj/item/storage/toolbox/electrical, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway6) +"ur" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 10 + }, +/area/awaymission/space_battle/hallway11) +"ut" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/shard, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"uv" = ( +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/effect/turf_decal/box/corners, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway7) +"uw" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engine) +"uy" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/machinery/computer/nonfunctional{ + name = "computer" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"uz" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow/old, +/obj/item/clothing/gloves/color/yellow{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"uA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"uB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"uD" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"uE" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/space_battle/syndicate/syndicate3) +"uF" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate1) +"uG" = ( +/obj/structure/window/plasmareinforced, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side_inv"; + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"uI" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"uJ" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/huge{ + dir = 4 + }, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate6) +"uK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret5) +"uL" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"uM" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"uO" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"uP" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 8; + pixel_y = 6; + pixel_x = -4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"uR" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"uS" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small" + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib, +/turf/simulated/floor/plating/airless, +/area/space) +"uT" = ( +/obj/structure/closet/crate/can, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal{ + icon_state = "enforcer_red" + }, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"uU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/prhallway3) +"uV" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"uW" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/body_bag, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"uX" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "LHall" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway1) +"uY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"va" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/critter/hamster, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"vc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/awaymission/space_battle/hallway8) +"vd" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret8) +"ve" = ( +/obj/structure/curtain/medical, +/obj/effect/turf_decal/siding/blue, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"vf" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"vh" = ( +/obj/item/stack/medical/bruise_pack, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"vi" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"vj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"vk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate1) +"vl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/window/reinforced, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway7) +"vm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"vo" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"vp" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"vq" = ( +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/awaymission/space_battle/hallway11) +"vr" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/awaymission/space_battle/syndicate) +"vs" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "Syndicate Defence Laser Turret"; + attacked = 1; + reqpower = 0; + syndicate = 1; + faction = "syndicate"; + color = "grey"; + active_power_consumption = 0; + idle_power_consumption = 0; + locked = 0 + }, +/obj/structure/window/full/plastitanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"vt" = ( +/obj/machinery/power/smes, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"vu" = ( +/obj/structure/toilet, +/obj/effect/decal/cleanable/blood, +/obj/machinery/door_control/bolt_control/north{ + id = "t3" + }, +/obj/effect/mob_spawn/human/corpse/spacebattle/security, +/obj/item/paper/crumpled/bloody/spacebattle/officer, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"vv" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/obj/item/paper/spacebattle/syndicate2, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"vw" = ( +/obj/structure/lattice, +/turf/space, +/area/awaymission/space_battle/hallway2) +"vx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/obj/structure/machine_frame{ + layer = 4; + icon = 'icons/obj/singularity.dmi'; + icon_state = "TheSingGen" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway11) +"vy" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway9) +"vz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 9 + }, +/area/awaymission/space_battle/engine) +"vB" = ( +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway10) +"vC" = ( +/obj/structure/table/reinforced, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engine) +"vD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"vE" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate5) +"vF" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway5) +"vG" = ( +/obj/effect/decal/remains/robot, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"vH" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/secure/gear, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"vI" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"vK" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"vL" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"vN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"vO" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"vP" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"vQ" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"vR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"vS" = ( +/obj/machinery/mass_driver{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway11) +"vT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"vU" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/huge{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"vX" = ( +/obj/structure/table/reinforced, +/obj/item/stack/medical/ointment, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"vY" = ( +/obj/structure/closet, +/obj/item/clothing/suit/space/hardsuit/security, +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 9 + }, +/area/awaymission/space_battle/hallway8) +"vZ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency/old, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway1) +"wb" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"wd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"we" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"wg" = ( +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway3) +"wh" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "LeftBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"wj" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"wl" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway3) +"wm" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"wn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"wo" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"wq" = ( +/obj/item/stack/sheet/metal, +/turf/space, +/area/space) +"wr" = ( +/obj/machinery/door/airlock/external{ + id_tag = "SD2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway2) +"ws" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"wu" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/storage/box/syndidonkpockets, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"wv" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"ww" = ( +/obj/item/stack/rods, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"wx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"wy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"wz" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/medic, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"wA" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"wB" = ( +/obj/structure/rack, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/awaymission/space_battle/hallway11) +"wC" = ( +/obj/machinery/door/airlock/external, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/cruiser) +"wD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"wE" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"wF" = ( +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"wG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"wH" = ( +/obj/effect/spawner/window/shuttle, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"wI" = ( +/obj/structure/fluff/paper/stack, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"wJ" = ( +/turf/simulated/floor/grass, +/area/awaymission/space_battle) +"wL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/prhallway1) +"wM" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"wN" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"wO" = ( +/obj/item/kirbyplants, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway6) +"wP" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/alarm/syndicate/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"wQ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"wR" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"wS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"wT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway2) +"wU" = ( +/obj/structure/shuttle/engine/heater, +/turf/simulated/floor/plating/airless, +/area/space) +"wV" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"wW" = ( +/obj/structure/closet/crate/can, +/obj/item/reagent_containers/patch/styptic, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway9) +"wY" = ( +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "turret3" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark_large" + }, +/area/space) +"wZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"xa" = ( +/obj/structure/showcase/machinery/oldpod/used{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway9) +"xc" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "RightTurret" + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret1) +"xe" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"xf" = ( +/obj/item/stock_parts/cell/high/empty, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"xg" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"xj" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "LeftDronSpot2" + }, +/turf/space, +/area/space) +"xk" = ( +/obj/effect/mapping_helpers/turfs/burn, +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"xl" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + id_tag = "SpaceBattlePodbay1" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway4) +"xn" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"xo" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"xp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/rack_parts, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"xq" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"xr" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"xs" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"xt" = ( +/obj/structure/window/plasmareinforced, +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/cruiser) +"xu" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"xv" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/space) +"xy" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"xz" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"xA" = ( +/obj/effect/decal/syndie_logo, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"xB" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"xC" = ( +/obj/item/flag/syndi, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"xD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"xF" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mob_spawn/human/corpse/spacebattle/medic, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/simulated/floor/plating/airless, +/area/space) +"xG" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/space_battle/syndicate/syndicate1) +"xH" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway7) +"xI" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret4) +"xJ" = ( +/obj/effect/spawner/window/plastitanium, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"xK" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/hypospray/autoinjector/survival, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"xL" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/obj/machinery/field/containment{ + layer = 1 + }, +/obj/effect/decal/fakelattice{ + density = 0 + }, +/turf/simulated/floor/fakespace, +/area/awaymission/space_battle/sec_storage) +"xM" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"xN" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 4 + }, +/area/awaymission/space_battle/bridge) +"xP" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"xQ" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"xR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway3) +"xS" = ( +/obj/structure/sign/security{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"xT" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "dark_large" + }, +/area/space) +"xU" = ( +/obj/item/wrench, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"xV" = ( +/obj/structure/chair/comfy/shuttle/dark, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"xW" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"xX" = ( +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/obj/effect/decal/cleanable/blood, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"xY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret6) +"yd" = ( +/obj/structure/chair/office, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"ye" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "cargoship" + }, +/turf/space, +/area/space) +"yf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"yg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway3) +"yh" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"yi" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"yk" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"yl" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/space_battle/hallway1) +"ym" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"yn" = ( +/obj/machinery/door/airlock/external, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway5) +"yo" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"yp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"yq" = ( +/obj/structure/computerframe, +/turf/space, +/area/space) +"yr" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib, +/turf/space, +/area/space) +"ys" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-9-d" + }, +/area/awaymission/space_battle/syndicate) +"yu" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"yv" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"yw" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"yx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"yy" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"yz" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass10" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/space_battle) +"yA" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engine) +"yB" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"yC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"yD" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"yE" = ( +/obj/structure/table, +/obj/item/deck/cards/tiny, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"yF" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/unary/outlet_injector, +/turf/space, +/area/space) +"yG" = ( +/turf/space, +/area/space) +"yH" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/collectable/captain, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"yI" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/power/emitter{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"yJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway5) +"yK" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"yL" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"yM" = ( +/obj/structure/table, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"yN" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/coffin/corn, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"yO" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"yQ" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret2) +"yR" = ( +/obj/machinery/door/airlock/command, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/server) +"yS" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"yT" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"yU" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/space) +"yV" = ( +/obj/item/stack/ore/iron, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/asteroid/airless, +/area/space) +"yW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway9) +"yX" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "turret3" + }, +/turf/space, +/area/space) +"yY" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"yZ" = ( +/obj/structure/dispenser/oxygen, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway4) +"za" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway4) +"zb" = ( +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/turf/space, +/area/space) +"zd" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle) +"ze" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret3) +"zf" = ( +/obj/item/stack/sheet/mineral/plastitanium, +/turf/space, +/area/space) +"zg" = ( +/obj/structure/chair/office, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"zh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"zi" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "Syndicate Defence Laser Turret"; + attacked = 1; + reqpower = 0; + syndicate = 1; + faction = "syndicate"; + color = "grey"; + active_power_consumption = 0; + idle_power_consumption = 0; + locked = 0 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"zj" = ( +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"zk" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway2) +"zl" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"zm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"zn" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"zo" = ( +/obj/item/stack/cable_coil, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"zp" = ( +/obj/effect/turf_decal/delivery/white/hollow/left, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/obj/item/screwdriver, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"zq" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/space) +"zr" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/sec_storage) +"zs" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"zw" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"zx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/space) +"zA" = ( +/obj/structure/closet/cardboard{ + icon_state = "cardboard_engineering" + }, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"zB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"zC" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 5 + }, +/area/awaymission/space_battle/hallway2) +"zD" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway2) +"zE" = ( +/obj/structure/curtain/medical, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"zF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/space) +"zG" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"zH" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway1) +"zI" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"zK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"zL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/ammo_casing/c45{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"zM" = ( +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"zN" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"zP" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"zQ" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway8) +"zS" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"zU" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret8) +"zV" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"zW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "QM" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"zX" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"zY" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/hallway1) +"Ab" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"Ad" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway4) +"Ae" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Af" = ( +/obj/structure/rack, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Ag" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ah" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Ai" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/item/flag/atmos, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"Aj" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "VoxCap" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"Ak" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1 + }, +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate3) +"Al" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Am" = ( +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/engineering) +"An" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway5) +"Ao" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"Ap" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Aq" = ( +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/effect/turf_decal/box/corners, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"At" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Av" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Aw" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/drill, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Ax" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate4) +"Az" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"AA" = ( +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"AB" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nosmooth{ + icon_state = "plastinum_wall-3" + }, +/area/awaymission/space_battle/hallway1) +"AE" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/machinery/field/generator{ + layer = 1; + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"AF" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/maintenance, +/mob/living/simple_animal/hostile/mimic/crate{ + faction = list("syndicate"); + health = 80; + maxHealth = 80 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"AG" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"AH" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/awaymission/space_battle/hallway8) +"AI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway3) +"AJ" = ( +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/space, +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"AK" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret7) +"AL" = ( +/obj/machinery/economy/vending/boozeomat/syndicate_access, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"AM" = ( +/obj/item/pipe{ + dir = 8 + }, +/turf/space, +/area/space) +"AN" = ( +/obj/item/stack/cable_coil, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"AO" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"AP" = ( +/obj/structure/gunrack, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"AS" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_ver, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"AT" = ( +/obj/structure{ + icon = 'icons/obj/machines/drone_fab.dmi'; + icon_state = "drone_fab_idle"; + density = 1; + anchored = 1; + name = "drone fabricator"; + desc = "It appears to be broken SMES." + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate4) +"AU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway2) +"AV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"AY" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"AZ" = ( +/obj/machinery/door_control/shutter/east{ + id = "syndicate_elite" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Ba" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"Bb" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 6 + }, +/area/awaymission/space_battle/hallway11) +"Bc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway2) +"Bd" = ( +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/plating/airless, +/area/space) +"Be" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/mob/living/simple_animal/bot/secbot/griefsky{ + pixel_x = 16; + pixel_y = 16; + faction = list("syndicate"); + loot = list(/obj/item/melee/energy/sword/saber) + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Bf" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/item/stack/rods/fifty, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/awaymission/space_battle/hallway2) +"Bg" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway10) +"Bh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/prhallway1) +"Bi" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space) +"Bj" = ( +/obj/machinery/access_button/south{ + autolink_id = "SB2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"Bk" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Bl" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/awaymission/space_battle/syndicate/syndicate4) +"Bm" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway4) +"Bn" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"Bo" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_keyboard = ""; + icon_screen = "telescreen"; + icon_state = "telescreen_console"; + pixel_x = 32; + density = 0 + }, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Bp" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/indestructible/grass, +/area/awaymission/space_battle) +"Bq" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Br" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway9) +"Bs" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Bt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"Bu" = ( +/obj/structure/closet/crate/engineering/electrical, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"Bv" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"Bw" = ( +/obj/machinery/door/airlock/command, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"Bx" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/space, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"Bz" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"BA" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"BB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"BC" = ( +/obj/structure/table, +/obj/item/gun/projectile/revolver/doublebarrel, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway9) +"BD" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"BE" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table/reinforced, +/obj/item/paintkit/firefighter_combat, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"BF" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + icon_state = "laptop"; + dir = 8; + icon_keyboard = "laptop_key_lightmask"; + icon_screen = "laptop_broken" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 4 + }, +/area/awaymission/space_battle/bridge) +"BG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"BI" = ( +/obj/machinery/door/airlock/command, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"BJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway5) +"BK" = ( +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"BL" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"BM" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/huge{ + dir = 4; + layer = 2 + }, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate6) +"BN" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"BO" = ( +/obj/machinery/power/smes, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"BR" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"BS" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway1) +"BT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway5) +"BU" = ( +/obj/structure/rack, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"BV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway10) +"BW" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/suit/armor/bulletproof/sec, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway8) +"BX" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"BY" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_l" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"BZ" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Ca" = ( +/obj/item/clothing/head/hardhat, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Cb" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Cc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret8) +"Cd" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"Cf" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"Cg" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ch" = ( +/obj/machinery/door/airlock/external{ + id_tag = "SD1" + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway2) +"Ci" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"Cm" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/space) +"Cn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway6) +"Cr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"Cs" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ct" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Cu" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"Cv" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/structure/sign/poster/official/random/south, +/obj/effect/gibspawner/human, +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"Cw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"Cy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"Cz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway3) +"CB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway1) +"CC" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "turret3" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret5) +"CD" = ( +/obj/item/stack/medical/bruise_pack, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"CE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway2) +"CF" = ( +/obj/item/stack/sheet/mineral/titanium, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/prhallway1) +"CH" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"CI" = ( +/obj/machinery/power/apc/off_station/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway1) +"CJ" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"CK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"CL" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"CM" = ( +/obj/structure/railing/cap/normal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"CN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"CO" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"CP" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "grass7" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/space_battle) +"CQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"CR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/prhallway1) +"CS" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"CT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway5) +"CU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"CV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway1) +"CW" = ( +/obj/machinery/door/airlock/engineering, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/cruiser) +"CX" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate3) +"CY" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"CZ" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"Da" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"Db" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway5) +"Dc" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/patron{ + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Dd" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway8) +"De" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway9) +"Df" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Dg" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"Dh" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/meson/fluff/book_berner_1, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engine) +"Di" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Dj" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway3) +"Dk" = ( +/obj/machinery/conveyor/northwest{ + id = "cargodeliverySB" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"Dl" = ( +/obj/machinery/door/poddoor/shutters/preopen, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate) +"Dm" = ( +/obj/machinery/door_control/shutter/north{ + id = "CentralSyn" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Dn" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"Dp" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"Dq" = ( +/obj/structure/shuttle/engine/large{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"Ds" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/space) +"Dt" = ( +/obj/structure/gunrack, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway11) +"Dv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway3) +"Dw" = ( +/obj/effect/turf_decal/delivery/white/hollow/left, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway7) +"Dx" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway1) +"Dz" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/secure/gear, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"DA" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"DB" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"DD" = ( +/obj/machinery/door/airlock/external{ + id_tag = "SD2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway2) +"DE" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/machine, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"DF" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"DG" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "engBack" + }, +/turf/space, +/area/space) +"DH" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"DJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret5) +"DK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "RightBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"DL" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"DM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"DO" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/engineering) +"DP" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/atmospherics/unary/tank/toxins{ + dir = 1; + volume = 200 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"DQ" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil, +/turf/space, +/area/awaymission/space_battle/living) +"DR" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/machine, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"DS" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway7) +"DT" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"DU" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"DV" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"DY" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/space_battle) +"DZ" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway2) +"Ea" = ( +/obj/effect/decal/fakelattice{ + density = 0 + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "hangar" + }, +/turf/space, +/area/space) +"Eb" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate6) +"Ec" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"Ed" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ee" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Eg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway7) +"Eh" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"Ei" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Ej" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"El" = ( +/obj/item/stack/ore/iron, +/turf/simulated/floor/plating/asteroid/airless, +/area/space) +"Em" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway2) +"En" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Eo" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Ep" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"Eq" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway2) +"Er" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"Es" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway8) +"Et" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"Eu" = ( +/obj/item/stock_parts/cell/high/empty, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"Ev" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"Ew" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/security, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"Ey" = ( +/obj/machinery/door/firedoor, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"Ez" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"EA" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret8) +"EE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"EF" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "bush8" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/space_battle) +"EH" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/structure/closet/crate/secure/gear, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"EI" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"EJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_construct/directional/east, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "QM" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"EK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway2) +"EL" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "RightTurret" + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret3) +"EM" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"EN" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"EO" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"EP" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"EQ" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/kitchen) +"ER" = ( +/obj/effect/turf_decal/delivery/red, +/obj/mecha/working/ripley/firefighter, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"ET" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"EU" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"EV" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-10-d" + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"EW" = ( +/obj/machinery/mass_driver_frame{ + dir = 8; + pixel_x = 4; + pixel_y = -3; + layer = 3.1; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = 18; + layer = 4; + color = "gray" + }, +/obj/machinery/power/grounding_rod{ + pixel_x = 9; + pixel_y = 19; + anchored = 1; + layer = 3 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"EX" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "LeftTurret" + }, +/obj/structure/window/reinforced/survival_pod, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret6) +"EY" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/mineral, +/area/awaymission) +"EZ" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/directional/south, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Fb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"Fc" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"Fd" = ( +/obj/structure/table, +/obj/item/chair, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Ff" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/prhallway1) +"Fh" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "BSAup" + }, +/turf/space, +/area/space) +"Fi" = ( +/obj/structure/rack, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway10) +"Fj" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway3) +"Fk" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"Fl" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/mass_driver, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/awaymission/space_battle/hallway2) +"Fo" = ( +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"Fp" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged{ + id = "dorms" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway1) +"Fq" = ( +/turf/simulated/floor/indestructible/grass, +/area/awaymission/space_battle) +"Fr" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway2) +"Fs" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Ft" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/prhallway3) +"Fu" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Fv" = ( +/obj/item/kirbyplants, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway6) +"Fw" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "core"; + name = "data server"; + desc = "A machine that processes and routes PDA and request console messages."; + density = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"Fx" = ( +/obj/effect/decal/fakelattice{ + density = 0 + }, +/obj/item/stack/cable_coil, +/turf/space, +/area/space) +"Fy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Fz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"FA" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"FB" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"FC" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutralcorner"; + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"FD" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway1) +"FE" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"FF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"FG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/medical, +/obj/item/storage/box/iv_bags, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"FH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/prhallway3) +"FI" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"FJ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"FK" = ( +/obj/machinery/door/window/reinforced/normal, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"FL" = ( +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"FM" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"FN" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"FO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"FP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/space) +"FQ" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"FR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "GATE"; + name = "Nuke Vault Door Controller" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 4 + }, +/area/awaymission/space_battle/bridge) +"FS" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway2) +"FT" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"FV" = ( +/obj/structure/gunrack, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway2) +"FW" = ( +/obj/structure/table, +/obj/item/kirbyplants{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway9) +"FY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"Ga" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"Gb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/prhallway2) +"Gc" = ( +/obj/structure/rack, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Gd" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 4 + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"Ge" = ( +/obj/machinery/door/airlock/titanium, +/turf/simulated/floor/mineral/titanium/blue, +/area/awaymission/space_battle/hallway1) +"Gg" = ( +/obj/item/chair, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Gh" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"Gi" = ( +/obj/structure/showcase/machinery/oldpod/used{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway9) +"Gj" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages." + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Gk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Gm" = ( +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/obj/structure/sign/engineering{ + pixel_x = 32 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Gn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 10 + }, +/area/awaymission/space_battle/engine) +"Go" = ( +/turf/simulated/floor/plating/airless, +/area/space) +"Gp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Gq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"Gr" = ( +/obj/item/kirbyplants{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway3) +"Gt" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"Gv" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"Gw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/storage) +"Gx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "cargo" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Gy" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"Gz" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargodeliverySB" + }, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"GA" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/sec_storage) +"GB" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 8 + }, +/area/awaymission/space_battle/bridge) +"GC" = ( +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway1) +"GD" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"GE" = ( +/obj/structure/railing/cap/normal{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"GG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway3) +"GH" = ( +/obj/machinery/airlock_controller/air_cycler{ + pixel_x = 32; + ext_button_link_id = "SB1"; + ext_door_link_id = "SD1"; + int_door_link_id = "SD2"; + int_button_link_id = "SB2"; + vent_link_id = "SV1" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + autolink_id = "SV1" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway2) +"GI" = ( +/obj/machinery/computer/nonfunctional{ + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"GJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/ammo_casing/c45{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"GK" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"GL" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"GM" = ( +/obj/machinery/computer/monitor{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"GN" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"GO" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"GP" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/off_station/empty_charge/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret7) +"GR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = -18; + layer = 4; + color = "gray" + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"GS" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"GT" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"GU" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/mecha/lockermech, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"GV" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway11) +"GW" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/space, +/area/space) +"GX" = ( +/obj/structure/fans/tiny, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"GY" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate1) +"GZ" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + name = "computer" + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ha" = ( +/obj/machinery/mass_driver_frame{ + dir = 4; + pixel_x = -4; + pixel_y = -3; + layer = 3.1; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = -18; + layer = 4; + color = "gray" + }, +/obj/machinery/power/grounding_rod{ + pixel_x = -9; + pixel_y = 19; + anchored = 1; + layer = 3 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/awaymission/space_battle/hallway2) +"Hb" = ( +/obj/structure/table/reinforced, +/obj/item/paper/spacebattle/bridge, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"Hc" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/asteroid/airless, +/area/space) +"He" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/turret2) +"Hf" = ( +/obj/item/stack/ore/iron, +/turf/space, +/area/space) +"Hg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"Hh" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"Hj" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"Hk" = ( +/obj/machinery/door/airlock/security{ + name = "Armory"; + req_access = list(301) + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"Hl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"Hm" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate6) +"Hn" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "MainBridge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"Hp" = ( +/obj/structure/closet/toolcloset, +/obj/item/clothing/glasses/material, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engine) +"Hq" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway2) +"Hr" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"Ht" = ( +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"Hu" = ( +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate4) +"Hv" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 6 + }, +/area/awaymission/space_battle/engineering) +"Hx" = ( +/obj/item/stack/medical/splint, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Hy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/weldingtool, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"Hz" = ( +/obj/item/kirbyplants{ + pixel_y = 8 + }, +/turf/space, +/area/space) +"HB" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"HD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway6) +"HF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway3) +"HG" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret8) +"HJ" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"HK" = ( +/obj/structure/curtain/medical, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"HL" = ( +/obj/item/ammo_casing/c45{ + dir = 5 + }, +/obj/item/ammo_casing/c45{ + dir = 6; + pixel_x = 12; + pixel_y = -3 + }, +/obj/item/ammo_casing/c45{ + dir = 9; + pixel_x = 5; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"HM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"HN" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/cook{ + name = "Nathaniel Waters"; + id = null; + pickable_species = list("Human") + }, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"HO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"HQ" = ( +/obj/item/stack/package_wrap, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"HR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"HS" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/structure/fans/tiny, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"HT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway9) +"HU" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light/small/directional/east, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"HV" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/sign/cargo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway2) +"HW" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "spacebattlestorage"; + name = "Secure Storage" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"HX" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"HY" = ( +/obj/structure/curtain/medical, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"HZ" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"Ia" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"Ib" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/shotgun, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Ic" = ( +/obj/item/kirbyplants{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"Id" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"If" = ( +/obj/machinery/computer/nonfunctional{ + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"Ig" = ( +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Ih" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 5 + }, +/area/awaymission/space_battle/engineering) +"Ii" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Ij" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"Ik" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Il" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/mass_driver, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway2) +"Im" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "turret1" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret7) +"In" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/awaymission/space_battle/syndicate/syndicate4) +"Io" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/storage) +"Ip" = ( +/obj/item/pen{ + pixel_x = 8; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"Iq" = ( +/obj/structure/disposalpipe/broken, +/turf/space, +/area/space) +"Ir" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Is" = ( +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"It" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Iu" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway1) +"Iv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Iw" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Ix" = ( +/obj/machinery/economy/vending/engivend, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engine) +"Iy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Iz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"IA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"IB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical/old, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"IE" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"IG" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"IH" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"II" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"IJ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/empty_charge/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"IK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway4) +"IL" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"IM" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"IN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"IO" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway5) +"IP" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space) +"IQ" = ( +/obj/item/shard, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"IR" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/engineering) +"IS" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"IU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/prhallway2) +"IV" = ( +/obj/machinery/conveyor{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"IW" = ( +/obj/machinery/floodlight/anchored, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"IX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engine) +"IY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/prhallway2) +"IZ" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway6) +"Ja" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/cherry, +/area/awaymission/space_battle) +"Jc" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Jd" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "Syndicate Defence Laser Turret"; + attacked = 1; + reqpower = 0; + syndicate = 1; + faction = "syndicate"; + color = "grey"; + active_power_consumption = 0; + idle_power_consumption = 0; + locked = 0 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Je" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/shuttle/engine/huge{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"Jf" = ( +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"Jg" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"Ji" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"Jj" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/huge{ + dir = 4 + }, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate6) +"Jk" = ( +/obj/item/flag/syndi, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Jl" = ( +/obj/structure/inflatable/door, +/turf/simulated/floor/plating/airless, +/area/space) +"Jn" = ( +/obj/structure/gunrack, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Jo" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Jp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"Jr" = ( +/obj/effect/mob_spawn/human/corpse/spacebattle/security, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway1) +"Jt" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"Ju" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"Jv" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Jw" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/secure/loot, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Jx" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway7) +"Jy" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Jz" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"JA" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CentralSyn"; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate) +"JB" = ( +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"JC" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/rack, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"JD" = ( +/obj/item/screwdriver, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "pod1" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"JE" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"JF" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"JG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"JH" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/door_control/shutter{ + id = "1ShipLock" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"JJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"JK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway5) +"JL" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility, +/obj/item/t_scanner, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"JN" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"JP" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"JR" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"JS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway6) +"JT" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway5) +"JV" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engineering) +"JW" = ( +/obj/structure/table/reinforced, +/obj/item/lighter/zippo, +/obj/item/clothing/mask/cigarette/pipe/cobpipe, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"JX" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway10) +"JY" = ( +/obj/structure/lattice, +/turf/space, +/area/awaymission/space_battle/hallway3) +"JZ" = ( +/obj/item/ammo_casing/c45{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Ka" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"Kb" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret7) +"Kc" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/body_bag, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ke" = ( +/obj/machinery/door/airlock/security, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"Kg" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/folder/yellow, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Kh" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Ki" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"Kj" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate) +"Kk" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"Kl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway11) +"Km" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/prhallway2) +"Kn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway6) +"Ko" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/machinery/door/poddoor{ + layer = 3.2; + id_tag = "GATE"; + interact_offline = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Kp" = ( +/obj/item/airlock_electronics, +/turf/space, +/area/space) +"Kq" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ks" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate2) +"Kt" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret5) +"Ku" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"Kv" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Kw" = ( +/obj/item/kitchen/knife/butcher, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"Kz" = ( +/obj/machinery/power/apc/off_station/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "turret2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret6) +"KA" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/recharger, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"KB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway7) +"KC" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "Rhall" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway3) +"KD" = ( +/obj/item/stack/cable_coil, +/turf/space, +/area/space) +"KE" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"KF" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"KH" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"KJ" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/folder/red, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"KK" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret4) +"KL" = ( +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"KM" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"KN" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/laser, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"KO" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/kitchen) +"KP" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/plastitanium/red/airless{ + icon_state = "plastitanium" + }, +/area/awaymission/space_battle/syndicate) +"KQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"KR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"KS" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "dorms" + }, +/turf/space, +/area/awaymission/space_battle/living) +"KT" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass, +/area/awaymission/space_battle) +"KU" = ( +/obj/structure/door_assembly/door_assembly_sec, +/turf/space, +/area/space) +"KV" = ( +/obj/machinery/porta_turret/syndicate, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space) +"KW" = ( +/turf/simulated/mineral, +/area/space) +"KX" = ( +/obj/effect/decal/fakelattice{ + density = 0 + }, +/turf/space, +/area/space) +"KY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"KZ" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/turret5) +"La" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure{ + icon = 'icons/goonstation/objects/powersink.dmi'; + icon_state = "powersink0"; + name = "power sink"; + desc = "A nulling power sink which drains energy from electrical systems."; + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/engineering) +"Lc" = ( +/obj/effect/turf_decal/delivery/hollow/right, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Ld" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper/crumpled/bloody/spacebattle/mechanic, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"Le" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Lh" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Li" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/west, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Lj" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/storage/box/survival_vox, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"Lk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/storage) +"Ll" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "1ShipLock" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Lm" = ( +/obj/machinery/door_control/shutter/south{ + id = "Rhall" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/prhallway3) +"Ln" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway11) +"Lo" = ( +/obj/structure/table/reinforced, +/obj/item/pipe, +/obj/item/pipe{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engine) +"Lp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"Lq" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Lr" = ( +/obj/structure/closet{ + opened = 1 + }, +/turf/space, +/area/space) +"Ls" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway1) +"Lt" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"Lu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway6) +"Lv" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway2) +"Lw" = ( +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"Lx" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"Ly" = ( +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"Lz" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/floor/engine/airless, +/area/awaymission/space_battle/syndicate/syndicate6) +"LA" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway4) +"LB" = ( +/obj/effect/turf_decal/delivery/hollow, +/mob/living/simple_animal/hostile/mimic/crate{ + faction = list("syndicate"); + health = 80; + maxHealth = 80 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"LC" = ( +/obj/structure/table_frame, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"LE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway8) +"LF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway3) +"LG" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"LH" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"LI" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway3) +"LJ" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway3) +"LK" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"LL" = ( +/obj/structure{ + icon = 'icons/obj/power.dmi'; + icon_state = "smes"; + density = 1; + anchored = 1; + name = "Nanotrasen PSU"; + desc = "It appears to be broken SMES." + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"LM" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"LP" = ( +/obj/item/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"LQ" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/closet/crate/secure/gear, +/obj/item/clothing/head/helmet/night, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate1) +"LR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"LS" = ( +/obj/structure/table/reinforced, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"LT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"LU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"LV" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"LW" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway2) +"LX" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/security, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/awaymission/space_battle/hallway8) +"LY" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/mecha_wreckage/ripley/firefighter, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Ma" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"Mb" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Md" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Me" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"Mf" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret2) +"Mg" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"Mh" = ( +/obj/structure/coatrack, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 8 + }, +/area/awaymission/space_battle/bridge) +"Mi" = ( +/obj/item/chair, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Mj" = ( +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/space, +/area/space) +"Mk" = ( +/obj/structure/lattice, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/space, +/area/awaymission/space_battle/living) +"Ml" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "dorms" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/prhallway2) +"Mm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate) +"Mn" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"Mo" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway2) +"Mp" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Mr" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"Ms" = ( +/obj/item/stack/medical/bruise_pack/advanced, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 8 + }, +/area/awaymission/space_battle/bridge) +"Mt" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Mv" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Mw" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"Mx" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Mz" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway4) +"MA" = ( +/obj/machinery/door/airlock/external, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"MB" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"MC" = ( +/obj/structure/lattice/catwalk, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "pod1" + }, +/turf/space, +/area/space) +"MD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 8 + }, +/area/awaymission/space_battle/hallway8) +"ME" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"MF" = ( +/obj/structure/window/plasmareinforced, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"MG" = ( +/obj/structure/machine_frame{ + icon_state = "box_1" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"MI" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"MJ" = ( +/obj/item/rack_parts, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"MK" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engineering) +"ML" = ( +/obj/machinery/economy/vending/snack/free, +/obj/structure/sign/poster/ripped{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"MM" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"MN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"MO" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "spacebattlestorage"; + name = "Secure Storage" + }, +/obj/machinery/door_control/shutter/south{ + id = "spacebattlestorage" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"MP" = ( +/obj/structure/rack, +/obj/item/stack/rods/fifty, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway11) +"MQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"MS" = ( +/obj/structure/cable, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "BSAdown" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"MT" = ( +/obj/structure/rack, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"MU" = ( +/obj/item/stack/ore/glass, +/turf/space, +/area/space) +"MV" = ( +/obj/machinery/door/airlock/freezer, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"MW" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/living) +"MX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/item/flashlight/lamp{ + pixel_y = 10; + pixel_x = -5; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"MY" = ( +/mob/living/simple_animal/hostile/poison/bees{ + faction = list("neutral") + }, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"Na" = ( +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Nc" = ( +/obj/effect/turf_decal/box, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Nd" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"Ne" = ( +/obj/machinery/atmospherics/unary/vent_scrubber{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/engine) +"Nf" = ( +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Ng" = ( +/obj/item/ammo_casing/shotgun/buckshot, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Ni" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway1) +"Nj" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"Nl" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"Nm" = ( +/obj/machinery/computer/sm_monitor{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"Nn" = ( +/obj/structure/closet{ + opened = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"No" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Np" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"Nq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Ns" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"Nu" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate5) +"Nv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"Nw" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Nx" = ( +/obj/structure/rack, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Ny" = ( +/obj/effect/decal/remains/robot, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate5) +"Nz" = ( +/obj/structure/curtain/medical, +/obj/effect/turf_decal/siding/blue, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"NA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"NB" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/space, +/area/space) +"NC" = ( +/obj/structure/table/reinforced, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 5 + }, +/area/awaymission/space_battle/bridge) +"ND" = ( +/obj/structure/railing, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure{ + icon = 'icons/obj/power.dmi'; + icon_state = "smes"; + density = 1; + anchored = 1; + name = "Nanotrasen PSU"; + desc = "It appears to be broken SMES." + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/awaymission/space_battle/hallway11) +"NE" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway3) +"NF" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/turret8) +"NG" = ( +/obj/structure/showcase/machinery/oldpod/used, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"NH" = ( +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_y = 11 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 4 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -3 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -9 + }, +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/cruiser) +"NJ" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "BSAdown" + }, +/turf/space, +/area/space) +"NK" = ( +/obj/structure/table/reinforced, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"NL" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"NM" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"NN" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/clothing/head/collectable/petehat, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"NO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"NP" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"NQ" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"NR" = ( +/obj/structure/table/reinforced, +/obj/structure/fluff/paper/stack{ + dir = 8 + }, +/obj/item/folder/yellow{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"NS" = ( +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"NT" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"NU" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-5-d" + }, +/area/awaymission/space_battle/syndicate) +"NW" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/plastic, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"NY" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r" + }, +/turf/simulated/floor/plating/airless, +/area/space) +"NZ" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Ob" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"Oc" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"Od" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Oe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "hangar" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway4) +"Of" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/engineering) +"Og" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged{ + id = "turret2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"Oh" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret3) +"Oi" = ( +/obj/item/clothing/gloves/color/fyellow/old, +/turf/space, +/area/space) +"Oj" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway6) +"Ok" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway10) +"On" = ( +/obj/effect/decal/remains/robot, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate4) +"Oo" = ( +/obj/structure/machine_frame, +/obj/item/stack/cable_coil, +/obj/effect/gibspawner/human, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"Op" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate) +"Or" = ( +/obj/effect/gibspawner/human, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"Os" = ( +/obj/structure/rack, +/obj/item/tank/jetpack, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Ot" = ( +/obj/item/ammo_casing/shotgun/buckshot, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"Ou" = ( +/obj/structure/flora/grass/jungle{ + icon_state = "bush2" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/awaymission/space_battle) +"Ow" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Ox" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "turret2" + }, +/turf/space, +/area/space) +"Oy" = ( +/obj/structure/rack, +/obj/item/storage/fancy/shell/buck, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret2) +"OA" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"OB" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"OC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"OE" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "SpaceBattlePodbaySpace" + }, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"OF" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate1) +"OG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"OH" = ( +/obj/machinery/power/smes{ + charge = 300000; + output_level = 100000 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"OI" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"OJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/off_station/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret4) +"OL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway1) +"ON" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"OO" = ( +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"OQ" = ( +/obj/structure/rack, +/obj/item/crowbar, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"OR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"OS" = ( +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"OT" = ( +/obj/structure/lattice, +/turf/space, +/area/awaymission/space_battle/living) +"OU" = ( +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"OV" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/machinery/field/containment{ + layer = 1; + dir = 4 + }, +/obj/effect/decal/fakelattice{ + density = 0 + }, +/turf/simulated/floor/fakespace, +/area/awaymission/space_battle/sec_storage) +"OW" = ( +/obj/effect/turf_decal/delivery, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"OX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret3) +"OY" = ( +/obj/machinery/light/directional/east, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"OZ" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Pa" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate6) +"Pb" = ( +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/awaymission/space_battle/engine) +"Pc" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"Pd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"Pe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway3) +"Pf" = ( +/obj/structure/lattice, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/space, +/area/awaymission/space_battle/prhallway2) +"Pg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 10 + }, +/area/awaymission/space_battle/hallway8) +"Ph" = ( +/obj/structure/inflatable/door, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"Pi" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/lasercannon, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Pk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"Pl" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway5) +"Pm" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Pn" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret3) +"Pp" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"Pq" = ( +/obj/machinery/power/apc/off_station/empty_charge/directional/south, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"Pr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Ps" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Pt" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway10) +"Pu" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Pv" = ( +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate2) +"Pw" = ( +/obj/item/storage/fancy/cigarettes/cigpack_random, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/awaymission/space_battle/hallway9) +"Py" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + id_tag = "SpaceBattlePodbay2" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway4) +"Pz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway6) +"PA" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "engBack" + }, +/turf/space, +/area/space) +"PB" = ( +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"PC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/item/reagent_containers/hypospray/autoinjector/nanocalcium, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"PE" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"PF" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"PG" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"PH" = ( +/obj/machinery/door_control/shutter/north{ + id = "LHall" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/prhallway1) +"PI" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate3) +"PJ" = ( +/obj/item/wirecutters/brass, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"PK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"PL" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engineering) +"PM" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"PO" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"PP" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 5 + }, +/area/awaymission/space_battle/hallway2) +"PQ" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"PR" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway1) +"PS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"PT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"PV" = ( +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"PW" = ( +/obj/machinery/power/treadmill{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway1) +"PX" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/circulator{ + icon_state = "circ4-off" + }, +/turf/simulated/floor/engine/airless, +/area/awaymission/space_battle/cruiser) +"PY" = ( +/obj/machinery/power/treadmill{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway1) +"PZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/item/clothing/suit/fire/firefighter/atmos, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"Qc" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway10) +"Qd" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"Qe" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Qg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway6) +"Qh" = ( +/obj/item/ammo_casing/shotgun/buckshot, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Qi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway3) +"Ql" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/reagent_containers/drinks/oilcan/full, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Qm" = ( +/obj/structure/closet/crate/secure/gear, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate) +"Qn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway1) +"Qp" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"Qq" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway6) +"Qr" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate3) +"Qs" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/awaymission/space_battle/hallway11) +"Qt" = ( +/obj/item/rack_parts, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"Qu" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/space, +/area/awaymission/space_battle/cruiser) +"Qv" = ( +/obj/machinery/door/airlock, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway2) +"Qw" = ( +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_y = 11 + }, +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 4 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -3 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_y = -9 + }, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"Qx" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Qy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door_control/shutter/south{ + id = "SpaceBattlePodbay1" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/multitool, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"Qz" = ( +/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 = 6; + pixel_y = 12 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"QA" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"QB" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "hangar" + }, +/turf/space, +/area/space) +"QC" = ( +/obj/machinery/suit_storage_unit/syndicate{ + state_open = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"QE" = ( +/obj/structure/engineeringcart, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway4) +"QF" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"QG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"QH" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway8) +"QI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"QJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"QK" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "cargodeliverySB" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"QL" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate) +"QM" = ( +/obj/machinery/door/airlock/hatch, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"QN" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"QO" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway5) +"QR" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"QS" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"QT" = ( +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"QV" = ( +/obj/item/storage/firstaid/o2, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"QW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"QX" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3"; + layer = 3.1 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ra" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"Rb" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"Rc" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret2) +"Rd" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"Re" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway10) +"Rf" = ( +/obj/structure/shuttle/engine/huge, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"Rg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Rh" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"Ri" = ( +/obj/item/ammo_box/magazine/m10mm, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway1) +"Rj" = ( +/obj/machinery/mecha_part_fabricator, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"Rk" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway1) +"Rl" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Rm" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 10 + }, +/area/awaymission/space_battle/engineering) +"Ro" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"Rq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Rs" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged{ + id = "turret4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/hallway6) +"Rt" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "LeftBridge" + }, +/turf/space, +/area/space) +"Ru" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Rv" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/corner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 9 + }, +/area/awaymission/space_battle/hallway2) +"Rw" = ( +/obj/item/stack/cable_coil, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"Rx" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"Ry" = ( +/obj/item/shard, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"Rz" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"RA" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate2) +"RD" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway11) +"RE" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"RF" = ( +/obj/effect/mob_spawn/human/corpse/spacebattle/assistant, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"RG" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "spacebattlestorage"; + name = "Secure Storage" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"RI" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"RJ" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/storage) +"RK" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"RL" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"RM" = ( +/obj/machinery/light/directional/south, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged{ + id = "turret3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"RN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway3) +"RO" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway3) +"RP" = ( +/obj/structure/lattice/catwalk, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space{ + id = "CenterBridge" + }, +/turf/space, +/area/awaymission/space_battle/syndicate) +"RQ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"RR" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + name = "computer" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"RS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"RT" = ( +/obj/structure/closet/crate/can, +/obj/item/reagent_containers/glass/bottle/morphine, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 10 + }, +/area/awaymission/space_battle/bridge) +"RU" = ( +/obj/structure/chair/comfy/shuttle/dark, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"RV" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"RW" = ( +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"RY" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"RZ" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space{ + id = "toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway3) +"Sa" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Sb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Sc" = ( +/obj/item/stack/sheet/metal{ + amount = 15 + }, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"Sd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret4) +"Se" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/ammo_casing/shotgun, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"Sf" = ( +/obj/effect/turf_decal/delivery, +/obj/item/clothing/head/helmet/swat/syndicate, +/mob/living/simple_animal/hostile/mimic/crate{ + faction = list("syndicate"); + health = 80; + maxHealth = 80 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Sg" = ( +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Sh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Si" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"Sj" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/awaymission/space_battle/hallway11) +"Sk" = ( +/obj/structure/table/reinforced, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Sm" = ( +/obj/effect/turf_decal/box, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/plastitanium/red/airless{ + icon_state = "plastitanium" + }, +/area/awaymission/space_battle/syndicate) +"Sn" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-9-d" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"Sp" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway10) +"Sr" = ( +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/space, +/area/space) +"Ss" = ( +/obj/machinery/computer/nonfunctional{ + desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; + dir = 8 + }, +/obj/item/paper/docs_part/spacebattle/bridge2, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 4 + }, +/area/awaymission/space_battle/bridge) +"St" = ( +/obj/structure{ + icon = 'icons/obj/power.dmi'; + icon_state = "smes"; + density = 1; + anchored = 1; + name = "Nanotrasen PSU"; + desc = "It appears to be broken SMES." + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/engine) +"Su" = ( +/obj/item/tank/internals/air, +/turf/space, +/area/space) +"Sw" = ( +/obj/effect/mob_spawn/human/corpse/spacebattle/assistant, +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/space, +/area/space) +"Sx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Sy" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "cargoship" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"Sz" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/wrench/brass, +/obj/item/crowbar/brass, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"SC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"SE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"SF" = ( +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"SG" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/coffin/sarcophagus, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"SH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + req_access = list(301) + }, +/obj/structure/rack, +/obj/item/clothing/shoes/jackboots/noisy{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/jackboots/noisy, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway8) +"SI" = ( +/obj/machinery/suit_storage_unit{ + state_open = 1 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"SJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 8 + }, +/area/awaymission/space_battle/hallway1) +"SL" = ( +/obj/machinery/door/airlock, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway11) +"SN" = ( +/obj/structure{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "core"; + name = "data server"; + desc = "A machine that processes and routes PDA and request console messages."; + density = 1; + anchored = 1 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/server) +"SO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"SP" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"SR" = ( +/obj/effect/decal/syndie_logo, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"SS" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"SU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = -18; + layer = 4; + color = "gray" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway11) +"SV" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"SW" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"SX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway2) +"Ta" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Tb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"Tc" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Td" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Te" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway3) +"Tf" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Tg" = ( +/obj/structure/showcase/machinery/oldpod/used, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"Th" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Ti" = ( +/obj/item/shard, +/turf/space, +/area/space) +"Tj" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/hypospray/safety, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"Tk" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway6) +"Tm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged{ + id = "toilet" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/prhallway3) +"Tn" = ( +/obj/effect/turf_decal/delivery/white/hollow/left, +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/awaymission/space_battle/hallway4) +"Tp" = ( +/turf/space, +/area/awaymission/space_battle/syndicate/syndicate6) +"Tq" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate5) +"Tr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"Ts" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Tt" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway2) +"Tu" = ( +/obj/item/reagent_containers/drinks/bottle/cognac, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Tv" = ( +/obj/effect/turf_decal/box, +/obj/structure/mecha_wreckage/ripley/deathripley, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Tx" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway2) +"Ty" = ( +/turf/simulated/wall/indestructible/whiteshuttle/nosmooth{ + icon_state = "plastinum_wall-21-d" + }, +/area/awaymission/space_battle/cruiser) +"Tz" = ( +/obj/machinery/computer/nonfunctional{ + icon_state = "broken"; + icon_screen = "broken"; + icon_keyboard = "generic_key_broken" + }, +/obj/effect/decal/cleanable/glass, +/obj/item/paper/spacebattle/syndicate2, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"TB" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"TC" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"TE" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"TF" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/assistant, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"TG" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"TH" = ( +/obj/structure/lattice, +/obj/item/stack/sheet/plastitaniumglass, +/turf/space, +/area/space) +"TK" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"TL" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway11) +"TM" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"TN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/awaymission/space_battle) +"TP" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkfull" + }, +/area/space) +"TQ" = ( +/obj/structure{ + icon = 'icons/obj/power.dmi'; + icon_state = "smes"; + density = 1; + anchored = 1; + name = "Nanotrasen PSU"; + desc = "It appears to be broken SMES." + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 1 + }, +/area/awaymission/space_battle/hallway2) +"TR" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"TS" = ( +/turf/simulated/wall/indestructible/syndishuttle/nosmooth{ + icon_state = "plastitanium_wall-5-d" + }, +/area/awaymission/space_battle/syndicate/syndicate2) +"TU" = ( +/obj/structure/closet{ + opened = 1 + }, +/obj/item/clothing/head/welding/flamedecal/blue, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 5 + }, +/area/awaymission/space_battle/hallway4) +"TV" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate4) +"TW" = ( +/mob/living/simple_animal/hostile/viscerator, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"TX" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/space) +"TY" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space) +"TZ" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargodeliverySB" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"Ua" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/prhallway2) +"Ub" = ( +/obj/machinery/gateway/centeraway{ + interact_offline = 1; + calibrated = 0 + }, +/turf/simulated/floor/fakespace, +/area/awaymission/space_battle/sec_storage) +"Uc" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate2) +"Ud" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"Ue" = ( +/obj/structure/closet/walllocker/firelocker/north, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway3) +"Uf" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/airless{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/awaymission/space_battle/hallway11) +"Ug" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/space, +/area/space) +"Ui" = ( +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"Uj" = ( +/obj/item/stack/ore/glass, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"Um" = ( +/obj/machinery/atmospherics/unary/vent_scrubber, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/engine) +"Un" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"Uo" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"Up" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway7) +"Us" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"Ut" = ( +/obj/structure/cable, +/obj/machinery/power/apc/off_station/empty_charge/directional/south, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Uu" = ( +/obj/structure/door_assembly/door_assembly_public, +/obj/machinery/economy/vending/cola/red, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/kitchen) +"Uv" = ( +/obj/machinery/door/firedoor, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"Uw" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Ux" = ( +/obj/structure/closet/secure_closet/freezer/meat/open, +/obj/item/food/amanitajelly, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"Uy" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"UA" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/engine) +"UB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"UC" = ( +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"UD" = ( +/obj/item/rack_parts, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret7) +"UF" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"UG" = ( +/obj/machinery/power/grounding_rod{ + pixel_x = -9; + pixel_y = 19; + anchored = 1; + layer = 3 + }, +/obj/machinery/mass_driver_frame{ + dir = 4; + pixel_x = -4; + pixel_y = -3; + layer = 3.1; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = -18; + layer = 4; + color = "gray" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/awaymission/space_battle/hallway11) +"UH" = ( +/obj/structure/rack, +/obj/item/stack/sheet/mineral/plasma{ + amount = 15 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"UI" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"UJ" = ( +/obj/structure/closet/cardboard{ + icon_closed = "cardboard_syndicate"; + icon_opened = "cardboard_open_syndicate"; + icon_state = "cardboard_syndicate" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"UK" = ( +/obj/item/gun/projectile/shotgun/lethal, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"UL" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/storage/toolbox/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"UM" = ( +/obj/item/stack/medical/ointment/advanced, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"UN" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow/old, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 4 + }, +/area/awaymission/space_battle/engine) +"UO" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret4) +"UP" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"UQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"UR" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/gun/projectile/shotgun/lethal, +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"US" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"UT" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"UU" = ( +/obj/machinery/atmospherics/binary/passive_gate{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/hallway8) +"UV" = ( +/obj/structure{ + icon = 'icons/obj/power.dmi'; + icon_state = "teg"; + density = 1; + anchored = 1; + desc = "It appears to be some sort of generator."; + name = "WaffeCo PGU" + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/engine) +"UW" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"UX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway4) +"UZ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"Va" = ( +/obj/machinery/recharger/wallcharger{ + pixel_y = -32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Vb" = ( +/obj/item/kitchen/knife, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"Vc" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway10) +"Vd" = ( +/obj/machinery/door/airlock/hatch{ + color = "grey" + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"Ve" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "hangar" + }, +/turf/space, +/area/space) +"Vf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway11) +"Vg" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/brute, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret1) +"Vh" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Vi" = ( +/obj/item/wirecutters, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"Vj" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"Vk" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Vl" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/pill/mannitol, +/obj/item/reagent_containers/pill/methamphetamine{ + pixel_y = 10; + pixel_x = 5 + }, +/obj/item/reagent_containers/pill/methamphetamine{ + pixel_y = 10; + pixel_x = -5 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"Vm" = ( +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"Vn" = ( +/obj/item/stack/rods{ + amount = 15 + }, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"Vo" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/scientist, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"Vq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway1) +"Vr" = ( +/obj/effect/spawner/window/plastitanium, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"Vs" = ( +/obj/structure/showcase/machinery/oldpod/used, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway9) +"Vw" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"Vx" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation"; + name = "computer" + }, +/obj/item/paper/spacebattle/syndicate3, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Vy" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/asteroid/airless, +/area/space) +"Vz" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/storage/backpack/duffel/syndie/med/surgery, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"VA" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"VB" = ( +/obj/structure/window/plasmareinforced, +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"VC" = ( +/turf/simulated/wall/indestructible/whiteshuttle, +/area/awaymission/space_battle/cruiser) +"VD" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/patch/silver_sulf, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/awaymission/space_battle/bridge) +"VE" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"VF" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/turret4) +"VG" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/oilcan/full, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"VH" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 9 + }, +/area/awaymission/space_battle/hallway10) +"VI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret6) +"VJ" = ( +/obj/machinery/door_control/shutter/south{ + id = "Rhall" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 6 + }, +/area/awaymission/space_battle/prhallway3) +"VL" = ( +/obj/item/pipe{ + dir = 5 + }, +/turf/space, +/area/space) +"VM" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/oilcan, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"VN" = ( +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway10) +"VO" = ( +/obj/structure/chair/office, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"VP" = ( +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"VQ" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"VS" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"VU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"VV" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/secure/loot, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"VW" = ( +/obj/structure/shuttle/engine/large{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"VX" = ( +/obj/item/ammo_casing/c45{ + dir = 9; + pixel_x = 5; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"VY" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 10 + }, +/area/awaymission/space_battle/hallway10) +"VZ" = ( +/obj/item/ammo_casing/c45{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 1 + }, +/area/awaymission/space_battle/bridge) +"Wa" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/caution/stand_clear, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway7) +"Wc" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Wd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "ssu" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/prhallway3) +"We" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/structure/fluff/paper/stack{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Wf" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"Wg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Wh" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway7) +"Wi" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate6) +"Wj" = ( +/obj/effect/turf_decal/delivery, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Wk" = ( +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway6) +"Wl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"Wm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"Wn" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"Wq" = ( +/obj/machinery/mass_driver_frame{ + dir = 8; + pixel_x = 4; + pixel_y = -3; + layer = 3.1; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + pixel_x = 18; + layer = 4; + color = "gray" + }, +/obj/machinery/power/grounding_rod{ + pixel_x = 9; + pixel_y = 19; + anchored = 1; + layer = 3 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 8 + }, +/area/awaymission/space_battle/hallway2) +"Wr" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "turret1" + }, +/turf/space, +/area/space) +"Wu" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/engineering) +"Ww" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Wx" = ( +/obj/effect/landmark/awaystart, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Wz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"WA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway3) +"WB" = ( +/obj/structure/lattice, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "BSAup" + }, +/turf/space, +/area/space) +"WC" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"WD" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/security, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway6) +"WF" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/freezer/money, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"WG" = ( +/obj/structure/chair/office, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"WH" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"WI" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"WJ" = ( +/obj/effect/decal/cleanable/blood/gibs/down, +/turf/simulated/floor/plasteel/freezer, +/area/awaymission/space_battle/kitchen) +"WK" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"WL" = ( +/obj/machinery/door/airlock/public, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/kitchen) +"WM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"WN" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway8) +"WO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"WR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"WS" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway5) +"WT" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"WU" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/rollingpin, +/obj/item/kitchen/knife, +/obj/item/food/carpmeat, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"WV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"WX" = ( +/obj/item/reagent_containers/patch/styptic, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"WZ" = ( +/obj/machinery/door/airlock/security{ + name = "Turret Room" + }, +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway5) +"Xb" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway2) +"Xc" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"Xd" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "LeftDronSpot" + }, +/turf/space, +/area/space) +"Xe" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/mob_spawn/human/corpse/bartender{ + id = null; + pickable_species = list("Human") + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"Xf" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red"; + dir = 1 + }, +/area/awaymission/space_battle/hallway8) +"Xg" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway2) +"Xh" = ( +/obj/machinery/conveyor{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Xi" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/hallway2) +"Xj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "yellow"; + dir = 1 + }, +/area/awaymission/space_battle/engineering) +"Xk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"Xl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/hallway8) +"Xm" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"Xn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway5) +"Xo" = ( +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"Xp" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"Xr" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway3) +"Xs" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/machinery/field/generator{ + layer = 1; + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/sec_storage) +"Xt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Xu" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"Xv" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/prhallway2) +"Xw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"Xy" = ( +/obj/machinery/door_control/shutter/south{ + id = "SpaceBattlePodbaySpace" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway8) +"Xz" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"XA" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway9) +"XB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"XC" = ( +/obj/item/stack/ore/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"XD" = ( +/obj/structure/fans/tiny, +/obj/structure/windoor_assembly{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/arrows{ + dir = 1; + layer = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway7) +"XE" = ( +/obj/structure/closet/toolcloset, +/obj/item/clothing/glasses/material, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 5 + }, +/area/awaymission/space_battle/engine) +"XF" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/turf_decal/siding/black/corner, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway1) +"XG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/transit_tube, +/obj/effect/spawner/window/shuttle, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"XH" = ( +/obj/mecha/combat/marauder/mauler{ + max_integrity = 250 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate5) +"XI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"XJ" = ( +/obj/structure/table_frame, +/obj/item/stack/sheet/metal{ + amount = 15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"XK" = ( +/obj/item/airlock_electronics/destroyed, +/turf/space, +/area/space) +"XM" = ( +/obj/item/ammo_casing/c45{ + dir = 9 + }, +/obj/item/ammo_casing/c45{ + dir = 5; + pixel_x = -2; + pixel_y = -9 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"XO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"XP" = ( +/obj/structure/safe/floor{ + known_by = list("captain") + }, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/clothing/mask/balaclava, +/obj/item/storage/secure/briefcase/syndie, +/obj/item/clothing/under/syndicate/tacticool, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"XQ" = ( +/obj/machinery/door/airlock, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"XR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway10) +"XS" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/airless, +/area/space) +"XT" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate1) +"XW" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "LeftTurret" + }, +/obj/structure/window/reinforced/survival_pod{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/hallway6) +"XX" = ( +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner{ + id = "cryo2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"XY" = ( +/obj/item/crowbar, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"XZ" = ( +/obj/effect/turf_decal/box, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "LeftDronSpot2" + }, +/turf/simulated/floor/mineral/plastitanium/red/airless{ + icon_state = "plastitanium" + }, +/area/awaymission/space_battle/syndicate) +"Ya" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/awaymission/space_battle/medbay) +"Yb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway3) +"Yc" = ( +/obj/machinery/light_construct/directional/south, +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway11) +"Yd" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/living) +"Ye" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"Yf" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/engine) +"Yg" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate1) +"Yh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/airless, +/area/awaymission/space_battle/living) +"Yj" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"Yk" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal, +/area/awaymission/space_battle/cruiser) +"Ym" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/awaymission/space_battle/hallway8) +"Yn" = ( +/obj/machinery/porta_turret{ + lethal = 1; + name = "ship defense turret"; + attacked = 1; + faction = "hostile" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "LeftTurret" + }, +/obj/structure/window/reinforced/survival_pod, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/turret5) +"Yo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/item/storage/box/syndie_kit, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"Yp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee{ + id = "RightBridge" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"Yq" = ( +/obj/machinery/door/firedoor/closed{ + layer = 3.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/hallway3) +"Yr" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate) +"Ys" = ( +/obj/item/ammo_casing/shotgun, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner"; + dir = 8 + }, +/area/awaymission/space_battle/hallway9) +"Yt" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"Yu" = ( +/obj/machinery/door/airlock, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway2) +"Yw" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal{ + amount = 15 + }, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"Yy" = ( +/obj/structure/sign/radiation{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "yellow"; + dir = 8 + }, +/area/awaymission/space_battle/engine) +"Yz" = ( +/obj/machinery/gateway, +/obj/effect/decal/fakelattice{ + density = 0 + }, +/turf/simulated/floor/fakespace, +/area/awaymission/space_battle/sec_storage) +"YA" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate/syndicate2) +"YB" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"YC" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway11) +"YD" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/closet/crate/secure/weapon, +/obj/item/clothing/head/helmet, +/obj/item/clothing/head/helmet, +/obj/item/clothing/head/helmet, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"YE" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 4 + }, +/area/awaymission/space_battle/syndicate/syndicate3) +"YF" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"YG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/radiation, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/coin/uranium, +/obj/item/clothing/gloves/ring/uranium, +/obj/item/stack/sheet/mineral/uranium, +/turf/simulated/floor/mineral/plastitanium, +/area/awaymission/space_battle/syndicate/syndicate2) +"YH" = ( +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"YI" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/off_station/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway3) +"YJ" = ( +/obj/structure/curtain/medical, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/space_battle/medbay) +"YK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"YL" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/enforcer/lethal, +/obj/item/ammo_box/magazine/enforcer/lethal, +/turf/simulated/floor/mineral/titanium, +/area/awaymission/space_battle/storage) +"YM" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/awaymission/space_battle/syndicate/syndicate6) +"YN" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 8 + }, +/area/awaymission/space_battle/prhallway2) +"YO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"YP" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/mineral/plastitanium/red{ + icon_state = "titanium_white" + }, +/area/awaymission/space_battle/syndicate/syndicate1) +"YQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway3) +"YR" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/awaymission/space_battle/engine) +"YS" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "cargoship" + }, +/turf/space, +/area/space) +"YT" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate4) +"YU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_diagonal" + }, +/area/awaymission/space_battle/server) +"YV" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/mineral/titanium, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/cruiser) +"YW" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red/airless, +/area/awaymission/space_battle/syndicate/syndicate5) +"YX" = ( +/obj/machinery/computer/nonfunctional, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"YY" = ( +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"YZ" = ( +/obj/item/stack/ore/glass, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission) +"Za" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 16; + pixel_y = -10 + }, +/mob/living/simple_animal/hostile/malf_drone/spacebattle, +/turf/space, +/area/space) +"Zb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/cruiser) +"Zc" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "BR" + }, +/obj/machinery/door_control/shutter/south{ + id = "BR" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/bridge) +"Zd" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/turret8) +"Ze" = ( +/obj/machinery/computer/nonfunctional{ + dir = 1; + name = "computer" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Zf" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "podfloor" + }, +/area/awaymission/space_battle/syndicate/syndicate4) +"Zg" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate) +"Zh" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Zj" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway3) +"Zk" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/syndicate/syndicate1) +"Zl" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"Zm" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/awaymission/space_battle/prhallway3) +"Zn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 1 + }, +/area/awaymission/space_battle/hallway4) +"Zq" = ( +/obj/item/restraints/handcuffs/cable, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway8) +"Zr" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"Zs" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/airless, +/area/awaymission/space_battle/syndicate) +"Zt" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "blueyellowfull" + }, +/area/awaymission/space_battle/kitchen) +"Zu" = ( +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/awaymission/space_battle/kitchen) +"Zv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"Zx" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"Zy" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"Zz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue"; + dir = 8 + }, +/area/awaymission/space_battle/bridge) +"ZA" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/power/compressor{ + dir = 8 + }, +/turf/simulated/floor/engine/plasma{ + toxins = 200 + }, +/area/awaymission/space_battle/syndicate/syndicate6) +"ZB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/awaymission/space_battle/cruiser) +"ZC" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate3) +"ZD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"ZE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) +"ZF" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"ZG" = ( +/obj/structure/table, +/obj/item/clipboard, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/sec_storage) +"ZH" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "gripper" + }, +/turf/space, +/area/space) +"ZI" = ( +/turf/simulated/floor/plasteel/airless{ + icon_state = "rampbottom"; + dir = 4 + }, +/area/awaymission/space_battle/syndicate/syndicate4) +"ZJ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate2) +"ZK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/machinery/power/apc/off_station/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/space_battle/hallway8) +"ZL" = ( +/obj/machinery/door_control/shutter/west{ + id = "SpaceBattlePodbaySpace" + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway7) +"ZN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/awaymission/space_battle/hallway4) +"ZO" = ( +/obj/machinery/door/airlock/external, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway6) +"ZP" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/space_battle/syndicate/syndicate6) +"ZQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/hallway10) +"ZR" = ( +/obj/item/ammo_casing/shotgun, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway9) +"ZS" = ( +/obj/machinery/door/airlock/engineering, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/prhallway3) +"ZT" = ( +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone{ + id = "ext1" + }, +/turf/space, +/area/space) +"ZV" = ( +/mob/living/simple_animal/hostile/viscerator, +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/awaymission/space_battle/syndicate) +"ZX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/blood, +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer, +/turf/simulated/floor/plasteel{ + icon_state = "neutral"; + dir = 4 + }, +/area/awaymission/space_battle/prhallway2) +"ZZ" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel, +/area/awaymission/space_battle/hallway4) + +(1,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(2,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(3,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(4,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(5,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(6,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(7,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(8,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(9,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(10,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(11,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(12,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +YB +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(13,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +yG +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(14,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(15,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(16,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(17,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(18,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(19,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(20,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +yG +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(21,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(22,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(23,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(24,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(25,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +YB +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(26,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(27,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(28,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(29,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +TX +TX +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(30,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +TX +yG +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(31,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +TX +TX +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(32,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +TX +yG +yG +yG +yG +yG +yG +yG +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(33,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +TX +TX +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(34,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +TX +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(35,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +TX +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(36,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(37,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(38,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(39,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(40,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(41,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZH +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(42,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(43,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(44,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(45,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(46,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(47,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(48,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +Hm +Hm +Hm +Hm +Hm +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(49,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +cG +xy +QR +cG +cG +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(50,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +nS +yG +YM +cG +BR +yh +BR +cG +YM +nS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(51,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +xW +yy +yy +yy +yy +yy +xW +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(52,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +yh +FQ +yy +FQ +UL +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(53,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +lI +YM +YM +QM +YM +YM +lI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(54,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +nT +nq +tv +Ai +pB +Kk +tv +aw +Wi +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(55,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +nT +nq +tv +UT +cF +bN +tv +aw +Wi +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TX +TX +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(56,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +nT +cX +et +cF +eY +PZ +ZP +DP +Wi +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(57,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +jv +YM +Eh +bO +ct +kQ +DV +Zx +Lt +YM +jv +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(58,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +DG +yG +yG +yG +yG +yG +yG +yG +yG +DG +Lz +YM +wP +wv +Et +FA +ae +wv +ik +YM +Lz +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(59,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +nT +Rh +WI +YK +wM +YK +WI +SP +Wi +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(60,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +nT +sT +ZA +Vj +aJ +Vj +ZA +ma +Wi +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(61,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +YM +Pa +Eb +uJ +Eb +BM +Eb +Jj +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(62,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +YM +Tp +Tp +Tp +Tp +Tp +Tp +Tp +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(63,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +YM +YM +YM +Tp +Tp +Tp +Tp +Tp +Tp +Tp +YM +YM +YM +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(64,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +YM +YM +yG +yG +yG +yG +yG +yG +yG +YM +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(65,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(66,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +PA +yG +yG +yG +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(67,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ki +hN +ki +hN +gn +ki +hN +ki +hN +yG +yG +YM +bI +YM +ki +hN +ki +hN +gn +ki +hN +ki +hN +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(68,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +uF +Dq +uF +ps +yG +yG +yG +yG +yG +yG +yG +Rt +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +ci +st +st +st +nF +st +st +st +zI +VC +yG +YM +YM +YM +QS +st +st +st +nF +st +st +st +dG +YM +YM +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(69,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +VW +uF +ps +yG +yG +yG +yG +yG +yG +yG +go +lQ +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +VC +VC +VC +VC +VC +VC +VC +VC +VC +yG +YM +YM +YM +VC +pu +VC +VC +VC +VC +VC +pu +VC +YM +YM +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(70,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +lQ +uF +uF +uF +Rt +yG +yG +yG +yG +yG +uF +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +fu +PL +PL +PL +JV +PL +PL +PL +Rm +VC +iM +YM +bI +YM +YM +YM +gd +Os +lo +kR +da +YM +YM +YM +bI +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(71,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +xG +Jn +xG +uF +yG +yG +yG +yG +uF +uF +me +wN +ba +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +eI +eh +BL +Lw +qw +Lw +Lw +dn +eL +VC +yG +YM +YM +YM +GL +mm +oX +RW +RW +RW +CY +oX +Ii +YM +YM +YM +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(72,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +uF +gv +gF +cL +xG +ti +ti +xG +uF +uF +uF +eJ +PB +ax +uF +uF +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +Ns +Lw +Lw +Lw +Lw +eh +Lw +Nn +Wu +KX +yG +Lr +EV +VC +nC +oX +RW +RW +RW +CY +oX +oX +lk +VC +pA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kU +kU +kU +WK +WK +kU +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(73,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +uF +vU +uF +gv +gF +cL +uF +Ll +iH +uF +DE +jL +Ro +PB +PB +PB +xG +lT +xr +SI +xG +uF +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Wr +yG +yG +yG +yG +yG +VC +VC +VC +il +Lw +qy +Lw +Lw +IR +DO +Of +iG +KX +Oi +yG +yG +VC +YL +RW +MT +RW +CY +TF +DR +RW +OQ +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kU +kU +gm +vo +vo +vo +vo +uE +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(74,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +go +JF +uF +gv +gF +cL +xG +Mb +Mb +xG +dv +PB +Vb +dv +zo +dv +Vd +gF +gF +gF +xr +xr +gF +Ru +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +ex +VC +qH +Lw +BL +Lw +ll +MJ +mQ +mQ +KX +lS +yG +yG +yG +VC +Af +CY +cu +RW +Wx +CY +cu +RW +Gc +VC +JR +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +kU +kU +kU +kU +uE +ZC +kU +pX +vo +hS +uE +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(75,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +go +JF +uF +gv +gF +cL +xG +gF +gF +xG +Vd +xG +QT +Vl +YP +Xp +xG +GD +gF +gF +gF +gF +gF +qh +uF +uF +rn +uF +uF +ps +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Wr +yG +yG +yG +yG +yG +yG +fD +GP +VC +La +qy +Lw +Lw +IR +tu +Lw +pd +Oi +yG +yG +yG +yG +VC +BU +CY +Yw +Wx +RJ +Wx +Gc +RW +Nx +VC +NO +xc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +CX +eo +eo +eo +eo +YE +PI +vo +vo +vo +hS +uE +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(76,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +cK +uF +gv +kx +gF +dU +gF +gF +gF +gF +uF +uF +uF +uF +uF +uF +sV +pk +gF +gF +gF +gF +xG +uF +eb +eb +eb +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +uF +uF +uF +uF +uF +uF +uF +rG +wH +AK +VC +Xj +qw +Lw +Lw +Lw +Lw +Nn +pd +mQ +KX +yG +GW +yG +VC +tO +RW +RW +oX +Wx +RW +TF +oX +HB +VC +AJ +wH +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +CX +eo +eo +eo +eo +Qr +PI +If +vo +vo +vo +eg +tz +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(77,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +JF +uF +uF +uF +uF +xG +fg +ee +oY +gF +uF +uF +uF +xC +US +Td +sV +sV +gF +PG +PG +sD +uF +eb +eb +eb +mI +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iA +Yg +Av +ph +ph +ph +Av +gF +Vx +xG +rG +Kb +fR +TC +aK +aK +aK +Nj +Lw +Lw +Lw +Lw +VC +yG +yG +yG +VC +oX +RW +CY +RW +RW +RW +oX +Io +Lk +NQ +OC +xc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +CX +eo +eo +eo +eo +jT +PI +oj +rd +vo +vo +eg +tz +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(78,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +bl +uF +jo +gF +QC +xG +gF +le +fA +ck +xG +uF +SR +uI +NM +Jz +Mp +sV +gF +PG +PG +ck +xG +eb +mI +mI +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +GY +gF +gF +gF +gF +gF +gF +gF +gF +Zk +jh +Im +VC +gp +Lw +Nn +BL +Nv +Lw +Am +tu +Lw +VC +yG +yG +yG +VC +RW +Gc +Gc +cu +Os +Gc +UH +XY +Gw +VC +BG +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +CX +eo +eo +eo +eo +eo +PI +oj +rd +vo +vo +eg +tz +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(79,1,1) = {" +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +cK +uF +lU +gF +gF +dU +gF +gF +gF +gF +dU +gF +kl +jg +RQ +Xu +Le +sV +gF +PG +PG +gF +hZ +eb +mI +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +GY +gF +gF +gF +gF +gF +gF +gF +gF +rJ +vk +AK +VC +Qt +Lw +Gy +aK +Ec +aK +aK +Nj +AG +VC +gn +gn +gn +VC +ka +Pm +Pm +Sh +Sh +Wg +Sh +Pm +yf +VC +se +xc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +CX +eo +mz +eo +eo +eo +PI +If +vo +vo +vo +eg +tz +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(80,1,1) = {" +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +JF +uF +ph +gF +gF +dU +gF +gF +gF +gF +dU +gF +yT +Ir +vp +yi +iF +sV +gF +PG +PG +gF +tG +eb +mI +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +jR +iA +Bv +It +NP +NP +NP +It +gF +AZ +xG +Sn +UD +VC +Ih +iL +rO +iL +kk +MK +MK +rO +Hv +VC +Qu +je +tp +VC +RW +oX +Gm +mS +RW +Pr +At +kL +RW +VC +Vg +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ak +eo +eo +eo +eo +eH +PI +vo +vo +vo +EN +uE +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(81,1,1) = {" +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fS +uF +BZ +Tc +Pi +xG +gF +ee +oY +ck +xG +uF +XT +dM +oZ +wh +JH +sV +gF +PG +PG +ck +xG +eb +mI +mI +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +uF +uF +uF +uF +uF +uF +uF +Sn +VC +VC +VC +VC +VC +hj +VC +VC +VC +VC +qp +VC +VC +VC +VC +VC +VC +VC +dC +VC +VC +VC +og +VC +VC +VC +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +kU +kU +kU +kU +uE +ZC +kU +pX +vo +EN +uE +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(82,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +cK +uF +uF +uF +uF +xG +fg +LQ +OF +gF +uF +uF +uF +Jk +kS +Td +sV +sV +gF +PG +PG +sD +uF +eb +eb +eb +mI +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cf +VC +Fi +Ok +VC +VH +pR +qZ +VY +VC +vz +Pk +aa +UB +Nm +GM +eK +Mw +Yy +UB +Gn +VC +CV +fa +lF +FD +VC +Iu +vZ +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kU +kU +lc +vo +vo +vo +vo +uE +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(83,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +JF +uF +gv +Rl +gF +dU +gF +gF +gF +gF +uF +uF +uF +uF +uF +uF +sV +PG +gF +gF +gF +gF +xG +uF +eb +eb +eb +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yF +jG +bc +eX +VC +VN +XR +JD +Vc +VC +IX +Sa +Yf +wj +AV +ga +OZ +cC +OZ +fw +UA +VC +mB +JJ +Ls +ln +VC +kP +pU +AB +AB +Ty +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kU +kU +kU +WK +WK +kU +kU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(84,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +go +qI +uF +gv +gF +cL +xG +gF +gF +xG +dU +xG +ph +ph +ph +ph +xG +GD +gF +gF +gF +gF +gF +hv +uF +uF +rn +uF +uF +ps +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Za +yG +yU +NY +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TY +MC +gS +bc +Bg +ey +uM +EE +Uo +rl +VC +Ix +sW +eR +PS +ke +ke +ke +OZ +sW +uA +jn +VC +dx +Hg +Er +kC +rQ +zH +Ge +yl +yl +uS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(85,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +go +JF +uF +gv +gF +cL +xG +Mb +Mb +xG +gF +gF +gF +gF +gF +gF +dU +gF +gF +gF +xr +xr +KA +vQ +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +xF +eO +yG +yG +yG +yG +yG +yG +yG +yG +yG +iD +yG +yG +yF +lf +cT +Qc +VC +Vi +XR +ls +Vc +VC +hr +OZ +Iv +pM +Um +St +Ne +zS +OZ +uA +Lo +VC +mB +JJ +Er +Jr +VC +PR +pU +AB +AB +ce +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(86,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +uF +lQ +uF +gv +gF +cL +uF +Ll +Ll +uF +aL +wu +uP +US +mF +mA +xG +Na +xr +nJ +xG +uF +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cf +VC +VC +VC +VC +HM +Ba +Uo +oH +VC +ho +OZ +En +yI +mE +UV +YR +zS +HQ +Iv +vC +VC +dx +JJ +Ls +pI +VC +VC +VC +VC +VC +fe +yG +bA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(87,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +uF +gv +gF +cL +xG +ti +ti +xG +uF +uF +uF +US +aC +mA +uF +uF +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +zq +yU +yG +yG +fe +yU +wU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +VC +tS +fr +qZ +dp +XR +Uo +hJ +VC +yA +OZ +Iv +pM +Um +St +Ne +zS +sW +Xt +Dh +VC +XF +JJ +Ls +SJ +PW +PW +PY +VC +KX +yG +nh +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(88,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +uF +uF +xG +AP +xG +uF +yG +yG +zf +yG +uF +uF +US +iB +mA +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Sr +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +VC +VC +cf +cf +yu +Uo +Uo +XR +Ew +JX +jU +id +Di +dk +PS +Wc +Wc +Wc +OZ +sW +Iv +uw +VC +CI +yY +zY +Ls +zm +zK +OL +VC +VC +tn +IP +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +"} +(89,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +Dq +uF +uF +uF +yG +yG +yG +yG +yG +Rt +uF +uF +uF +uF +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +oI +yG +yG +yU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +TL +lC +of +Vf +VC +pl +JG +XO +op +nQ +vB +zh +Hp +UQ +uB +gM +Ei +Ei +fk +fk +Nq +dk +Pb +VC +XF +zm +jK +jK +jK +fh +Qn +VC +Mo +Xi +cR +KX +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +"} +(90,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +go +JF +uF +ps +yG +yG +yG +fe +yG +yG +yG +go +VW +xG +uF +uF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +rI +yG +yU +yG +yG +yG +yG +yG +yG +yG +yG +Ti +yG +VC +cf +Bt +YC +rV +fT +DB +gJ +NA +Uo +yE +rW +Pt +zh +Hp +Lh +OZ +OZ +uj +Ei +aZ +Ei +fk +fk +hH +VC +dx +Ls +sk +Ls +sk +fK +nj +Fk +CK +hi +Tt +Xb +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +"} +(91,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +Dg +ON +uF +yG +yG +yG +yG +yG +yG +yG +yG +go +eb +ON +KV +yG +yG +yG +yG +yG +yG +Rt +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +jR +bb +zb +yG +yG +yG +wH +MP +aq +vq +kA +aN +VC +Re +BV +ZQ +Sp +Sp +tI +zh +XE +OH +UN +uz +rq +kh +kh +Hh +lm +zA +aA +VC +qi +Fp +Ni +qv +BS +tg +im +VC +re +FC +oR +TG +Bf +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +"} +(92,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +Hc +cv +cv +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Bi +yG +yG +Sw +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +hF +Gv +ur +jd +VC +VC +VC +CJ +VC +VC +VC +VC +FJ +kJ +pE +kJ +kJ +bv +VC +VC +VC +VC +VC +VC +VC +VC +VC +VC +VC +VC +MW +VC +VC +VC +ym +lB +Lx +EW +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +"} +(93,1,1) = {" +cv +cv +cv +cv +cv +cv +Hc +Vy +Hc +Hc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +Iq +bb +XG +vx +aX +vS +ND +mf +VC +Vs +yW +ha +FW +VC +Xs +xL +AE +VC +Iy +Zy +Th +eT +ER +LY +pi +BE +NW +sw +YD +bK +zj +TZ +VC +NG +TK +dc +eP +VC +mh +TQ +Fl +gh +qq +Az +bb +bb +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +"} +(94,1,1) = {" +cv +cv +iR +iR +mr +jQ +YB +TX +yG +yG +yG +MU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ti +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +nh +yG +yG +VC +VC +UG +Sj +Bb +jd +VC +Tg +bt +Fy +Br +VC +OV +Ub +Yz +Ko +Lq +XI +ZD +sM +ZD +ZD +jI +SE +ZD +ZD +ZD +wx +zW +TZ +VC +NG +ed +Yh +eP +VC +ym +zC +jX +Ha +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +"} +(95,1,1) = {" +cv +cv +cv +cv +cv +YO +YO +Uj +TX +TX +Vy +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +Dt +Me +tV +jd +VC +qm +Nf +hL +hq +VC +el +dK +oT +VC +IL +WM +wy +gr +Aw +dh +Ej +rP +wy +gr +wy +Ej +qD +Gz +VC +NG +Ht +jD +eP +VC +ym +CM +nk +oe +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(96,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +Hc +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Go +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +cf +Bt +jf +jd +VC +Tg +Sg +Hx +vy +VC +VC +VC +VC +cf +ql +WM +Eo +wy +bw +Wj +Ej +qD +Jw +zr +mU +Wz +qD +ku +VC +jO +lP +zl +Cv +VC +ym +Bc +FS +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(97,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +hp +Dg +yG +yG +yG +yG +yG +yG +yG +Dg +yG +yG +yG +hp +hp +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ox +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +lY +jf +jd +VC +Tg +Tu +Xe +Ys +kM +VC +IV +qT +Xh +kD +oz +wE +bw +zX +bw +Ej +bG +VV +mU +wy +Ej +bG +TZ +VC +cB +cQ +Un +eP +VC +ym +Bc +FS +VC +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(98,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Dg +yG +yG +yG +yG +fe +yG +yG +yG +Go +Dg +yG +yG +hp +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +Ju +Og +jd +VC +IJ +PK +bt +Nw +tf +VC +pS +uy +Ow +XI +OB +yp +DM +QI +tc +iC +Sb +ZD +ZD +ZD +fs +qD +TZ +VC +NG +ml +DQ +ii +VC +ym +Bc +FS +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(99,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +hp +Go +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +VC +Bt +jf +jd +VC +fq +EP +ZR +bt +BC +VC +ry +WC +OA +Gp +gr +ri +FG +Ej +rP +uD +uD +uD +uD +qu +Wz +qD +gN +VC +MG +ed +Mk +oc +VC +ym +Bc +FS +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(100,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +zf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +zf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +hP +VC +GS +jf +jd +VC +nU +Al +bt +Pw +wW +VC +Nc +cx +sQ +wd +rR +dq +JC +Wz +rP +uD +Lc +uD +dH +oB +Ej +rP +TZ +VC +NG +RF +Si +gX +VC +ym +sL +Xb +VC +Rc +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(101,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +EX +hP +VC +RD +HX +jE +VC +xq +Fy +bt +Br +VC +VC +zr +zr +GA +Jo +bw +HU +bw +Ej +qD +fP +gl +Bq +dH +BD +Ej +rP +TZ +VC +Oo +VQ +jD +OT +lK +ni +ni +ni +VC +yQ +gx +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(102,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Xd +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +hP +VC +GN +ET +jd +VC +OO +Fy +vf +jJ +VC +Ps +No +Zh +zr +tL +zr +zr +zr +yS +yS +zr +zr +zr +zr +GA +fM +rP +ku +VC +NG +ed +zN +Yd +KS +vw +en +Fr +VC +yQ +Mn +yG +yG +bF +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(103,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +EX +VI +ug +IA +Ev +jd +VC +jm +Fy +vf +Gi +VC +SW +Dc +XP +zr +nN +ZF +Kg +ge +xB +jF +Pq +zr +ge +ge +qR +Gx +qD +gN +VC +jO +ed +sc +ox +VC +sL +eS +Em +He +Mf +gx +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(104,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +xY +VC +eD +jf +jd +VC +XA +Fy +bt +jJ +VC +Tf +ge +ge +qR +ge +wS +rE +xB +vj +WO +xB +QK +Dk +ZG +zr +Ae +sI +TZ +VC +NG +ed +jD +Xc +VC +ym +CE +DZ +VC +lz +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +"} +(105,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +EX +Kz +cf +IE +aM +Jg +cf +qW +De +HT +xa +VC +Gj +ge +xB +zr +ng +dt +JP +fU +zB +ji +zB +zr +pr +gQ +QK +gQ +gQ +hh +VC +NG +Or +jD +ed +VC +Xg +sa +Xg +VC +fO +gx +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +"} +(106,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +XC +Hc +Hc +TX +Hc +Vy +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Xd +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ox +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +hA +VC +Ob +fC +ob +VC +jS +CJ +cf +VC +VC +VC +VC +VC +VC +VC +VC +cf +RG +kB +HW +MO +cf +VC +VC +VC +VC +VC +VC +VC +VC +VC +Bn +qN +VC +np +WR +AU +VC +Oy +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +"} +(107,1,1) = {" +cv +cv +cv +iR +ww +YO +YO +jQ +TX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +VC +Ob +fC +Eu +VC +lg +CR +Qv +fd +Tb +vK +Tb +Tb +Tb +HV +xD +xD +Pf +tt +IY +QJ +Np +Np +HV +Tb +Tb +vK +Tb +Tb +Ml +Qv +gC +FH +VC +np +WR +AU +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YB +cv +cv +"} +(108,1,1) = {" +cv +cv +cv +cv +cv +cv +YB +jQ +El +Hc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Xd +zf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +xf +fC +dm +VC +CB +jZ +sv +tK +iP +iP +iP +FY +ZX +LW +CN +HO +Cw +Ua +XB +EJ +PT +CN +LW +iP +iP +cl +eE +iP +Gb +sv +HF +nD +VC +np +WR +AU +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YB +YB +cv +cv +"} +(109,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +hp +hp +yG +yG +yG +yG +yG +yG +zf +yG +yG +yG +yG +yG +yG +Xd +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +FB +rv +dm +VC +fv +ij +bg +VC +VC +VC +VC +bs +VC +VC +VC +VC +cf +Lv +Lv +cf +VC +VC +VC +uO +hO +bZ +VC +VC +VC +cn +GG +LI +VC +np +WR +AU +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YB +YB +YB +cv +cv +"} +(110,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +hp +Dg +yG +yG +yG +yG +wq +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +cf +FB +fC +Eu +VC +aD +ij +VC +dY +dY +dY +dY +tj +Li +Bz +BX +si +VC +tD +cr +VC +mi +RS +ve +Ya +RS +Ra +kq +KM +WH +VC +GG +cJ +VC +np +WR +AU +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YB +YB +YB +YB +YB +cv +"} +(111,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +wq +yG +yG +yG +yG +fp +yG +yG +zf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +wH +wB +Qs +rb +dm +VC +CB +OU +VC +tr +Cb +qU +dY +dY +iJ +Uw +aF +Mi +VC +gE +EK +VC +MX +MN +HY +xP +RS +zP +pa +RS +Gq +Hj +wl +nD +VC +np +nd +ev +hb +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YB +YB +YB +YB +YB +cv +cv +"} +(112,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Xd +yG +yG +ol +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +rH +OI +fX +dm +VC +ju +Vq +VC +VO +Uw +KO +iw +dY +VO +Uw +Uw +iw +VC +sl +fV +VC +mi +lD +ve +OR +RS +pa +wz +ru +Vw +Ka +NE +be +VC +np +Rv +yw +Wq +ic +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +YB +YB +YB +YB +YB +cv +cv +"} +(113,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ti +yG +yG +yG +yG +wq +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +bb +bb +XG +pq +cq +hT +nM +fc +VC +Ff +CF +VC +pc +XJ +EQ +mG +iJ +si +aF +Uw +Ct +VC +Hq +ta +VC +PC +Yo +HY +Wn +QV +br +cH +sE +Tj +VC +GG +nD +VC +su +LL +Il +ig +fz +fI +bb +bb +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +YB +YB +YB +YB +YB +cv +cv +cv +"} +(114,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Dg +Dg +lR +lR +Dg +yG +lR +TH +Dg +Dg +rf +AN +wq +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ox +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +nZ +yG +yG +Dg +pp +SU +Uf +LU +TR +VC +GC +Bh +VC +Qx +Bz +dY +mG +Bz +Gg +dY +dY +zG +VC +Tx +wT +VC +xX +yv +Nz +AY +RS +RY +VC +VC +VC +VC +GG +nD +VC +np +PP +DT +gy +GR +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +"} +(115,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +kv +KP +Mm +lR +lR +KP +QL +sb +QL +QL +QL +QL +QL +QL +QL +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +nh +xz +Dg +LU +Dg +dm +VC +PH +ff +VC +VO +Uw +tU +dY +dY +zg +Uw +Fd +dY +VC +zk +ta +VC +iI +MN +HY +OR +SS +NT +YJ +bj +xK +VC +Ft +VJ +VC +np +GE +oP +FV +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +YB +cv +cv +cv +cv +cv +"} +(116,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +Zg +Zg +Vr +KP +Mm +Op +KP +QL +kv +Zs +Zs +Xm +QL +QL +QL +QL +QL +kv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +nZ +yG +yG +yG +Dg +hG +Dg +ob +VC +Rk +uX +VC +VO +yM +rB +iw +Bz +VO +Uw +Cb +iw +VC +zD +ta +VC +mi +RS +ve +OR +LH +FO +zE +pa +ay +VC +GG +KC +VC +np +WR +AU +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +zq +Nu +Uy +Rz +Nu +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(117,1,1) = {" +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ps +QL +RK +sn +Ze +Vr +KP +gO +Op +Sm +QL +vr +RP +vr +vr +vr +vr +vr +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +AM +yG +NB +yG +fQ +KD +Dg +tm +ob +VC +cc +CR +VC +VO +Uw +aF +iJ +dY +hQ +Uw +Uw +LP +VC +Km +gI +VC +sj +RS +Nz +cz +Gh +wb +HK +ra +lJ +VC +gC +Lm +VC +np +WR +qb +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +bf +LC +AA +AA +EM +EM +mD +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(118,1,1) = {" +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +LM +LM +Zg +Us +KP +Mm +Op +KP +vs +vr +QL +QL +QL +QL +QL +QL +QL +QL +QL +NU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +oI +yG +yG +yG +yG +Bi +yG +yG +yG +Dg +yG +yG +yG +rv +TB +cf +CB +Pc +cf +dY +dY +Bz +dY +lj +dY +Zu +pK +Fs +cf +Qv +Yu +NH +VC +VC +VC +VC +VC +VC +VC +VC +VC +cf +GG +nD +VC +Ke +sy +cf +VC +cf +px +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +bf +Nu +Nu +AA +Nu +AA +AA +aT +mD +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(119,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +QL +kv +ei +kv +QL +QL +UW +UW +QL +QL +kv +Zl +aS +DU +pW +pW +Ta +DU +LM +RE +kv +NU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +ie +YB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fQ +yG +yG +yG +yG +VL +yG +Dg +rv +LU +SL +bd +Fz +WL +dY +dY +sO +dY +dY +dY +Gg +Bz +dY +ad +Tb +lL +KY +Xv +Ma +YN +Uv +Tb +Tb +vK +Tb +IU +Qv +GG +nD +qN +np +no +DD +jk +Ch +ss +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +KX +bf +yG +gH +Ny +Gd +PQ +Rw +AA +AA +lW +mD +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(120,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +LM +LM +LM +LM +LM +NZ +LM +LM +LM +LM +LM +UW +FE +LM +LM +LM +LM +LM +LM +LM +LM +Kj +aV +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +Sc +yG +fe +yG +yG +yG +yG +yG +yG +yG +oI +yG +yG +yG +yG +Dg +yG +yG +yG +xz +Kl +yO +SL +Ri +Fz +Uu +dY +dY +dY +HL +dY +dY +dY +dY +dY +ad +QG +VS +rY +rY +cN +SV +RV +QG +QG +Hn +QG +hd +sA +GG +Zm +qN +np +VU +wr +GH +Ch +ss +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +bf +xk +IQ +xJ +Tz +AA +AA +AA +gj +fo +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(121,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +kv +LM +LM +LM +LM +cZ +LM +LM +LM +LK +LM +LM +nV +UW +FE +LM +LM +LM +LM +LM +LM +LM +LM +Kj +aV +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +yG +yG +Kp +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hz +yG +yG +yG +KD +yG +Dg +LU +dm +cf +CB +wG +cf +oh +UZ +gf +fy +tY +qB +Bz +dY +zw +cf +JE +Zc +cf +VC +VC +VC +VC +VC +VC +VC +VC +VC +NH +Wd +Fj +VC +np +Bj +cf +VC +VC +ss +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +KX +KX +bf +jV +mv +LC +sq +bf +AA +gj +fo +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(122,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +vs +KN +jp +LM +LM +QL +QL +QL +QL +QL +QL +LM +LM +LM +QL +kv +Zl +ip +pP +py +Mx +Mx +pP +LM +LM +kv +ys +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +xQ +YB +ie +yG +KU +yG +yG +yG +yG +yG +oI +yG +yG +yG +yG +yG +yG +yG +fe +nZ +LU +Dg +SC +ob +VC +CB +Fz +VC +NS +cV +cV +cV +FK +dY +dY +ML +EZ +VC +ly +bn +VC +jP +LS +NR +QN +bu +Ic +VC +qQ +CS +VC +Ue +cJ +VC +np +bo +Eq +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +bf +vG +lt +Fx +bf +xJ +ut +PF +AA +AA +gj +fo +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(123,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +vs +KN +jp +LM +LK +QL +aP +aP +aP +aP +QL +LM +LM +pN +vs +vr +QL +QL +QL +QL +QL +QL +QL +QL +QL +ys +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +fe +yG +yG +yG +yG +yG +yG +yG +fQ +yG +yG +yG +yG +VC +DA +LU +dm +VC +CB +ij +VC +CO +KH +cV +cV +KO +KO +KO +KO +KO +VC +Se +GJ +cf +uT +iy +BK +iE +YU +Ab +VC +qQ +CS +cf +GG +nD +VC +np +WR +AU +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +bf +od +GT +LV +bf +zM +nm +bf +FN +EM +EM +gj +fo +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(124,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +kv +kv +LM +LM +jp +LM +eC +LM +LM +jp +LM +LM +pN +QL +vr +vr +vr +vr +vr +vr +vr +Dg +yG +yG +af +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +wH +DA +fC +Yc +VC +aD +Ia +VC +jq +CD +HN +KH +KO +hm +JB +mV +Ci +VC +td +iY +yR +sY +sY +wI +sY +yd +ud +VC +nP +fj +ZS +GG +nD +VC +su +WR +AU +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +zf +KX +Is +Ny +od +bf +CZ +FN +YW +EM +nY +mD +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(125,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Je +QL +Ee +LM +QL +bB +bB +bB +bB +QL +LM +LM +QL +QL +QL +QL +vs +QL +QL +QL +QL +QL +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +wH +Ob +fC +dm +VC +CB +Fb +VC +Rx +uR +Kw +Zt +MV +mV +mV +WJ +tH +VC +UR +zL +cf +Nl +Vm +zV +nG +Vo +Rb +VC +qQ +CS +cf +GG +nD +VC +np +Iz +AU +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nd +Nu +Nu +Nu +RI +Nd +AA +bf +lt +bf +Nd +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(126,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +LM +LM +QL +QL +QL +QL +QL +QL +LM +FL +QL +pN +ag +pN +QL +tW +Lj +Qd +QL +vs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +NB +VC +un +fC +GV +VC +wL +ff +VC +he +WU +cV +cV +KO +Ux +JB +mV +dz +VC +VZ +bn +VC +SN +Fw +sm +Fw +SF +Ic +VC +qQ +mx +VC +Tm +uU +VC +SX +WR +kK +VC +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +Nu +TE +AA +AA +EM +EM +bf +KX +yG +yG +yG +zf +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(127,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +LM +LK +LM +LM +LM +cZ +LM +LK +LM +LM +QL +LM +LM +rU +QL +NN +TW +wF +QL +QL +JA +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +Ln +VC +VC +Dx +cI +VC +VC +VC +VC +YV +cf +VC +VC +VC +VC +VC +Bw +BI +VC +VC +VC +VC +VC +VC +VC +VC +VC +VC +cf +CL +gw +cf +cf +yk +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +Nu +Nu +Uy +lt +Nu +Nd +yG +yG +fe +yG +yG +yG +yG +fe +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(128,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kv +kv +QL +LM +LM +LM +sX +LM +LM +hU +LM +LM +LM +jp +LM +LK +LM +QL +aY +wF +hy +QL +Vh +Zg +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +eM +Mr +oq +VC +uh +Xl +tF +VC +vY +fH +Pg +gR +VC +oO +Zz +Zz +Mh +Ot +ua +GB +Zz +Ms +RT +VC +hz +pb +yo +Ij +VC +Gr +tx +yg +VC +wZ +qX +ou +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +zf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(129,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kv +kv +QL +pN +pN +QL +kv +jp +jp +kv +QL +LM +LM +QL +LM +LM +rU +QL +TW +Aj +ZV +QL +Dm +LM +QL +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +VE +VE +pO +uG +MQ +VC +Cy +ow +xS +VC +kO +Ry +Ym +fJ +VC +yH +by +JE +JE +iZ +vT +jl +JE +by +na +VC +VC +VC +Xo +Ij +cf +YQ +tC +Qi +VC +RN +bq +VE +VE +Rf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +XK +kf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hc +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(130,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Je +QL +QL +QL +QL +NZ +LM +LM +LG +QL +LM +rU +QL +Ig +FT +kV +kv +wF +wF +qL +QL +Ee +fi +Ze +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +VE +VE +VE +MF +UU +VC +Cy +ow +Mg +Hk +Xf +Zq +AH +BW +VC +JW +JE +JE +XM +JZ +VX +JE +vh +JE +VD +VC +oN +cA +MM +rc +XQ +Xr +tC +iN +VC +dA +iK +VE +VE +VE +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +zf +yG +yG +yG +yG +yG +yG +yG +yG +yG +Vy +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(131,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +AL +LM +LM +KE +pW +LM +LM +QL +pY +LM +kv +kv +QL +kv +kv +yL +kv +kv +QL +LM +bL +RE +JA +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +VE +VE +VE +ih +MQ +VC +Cy +Hl +UI +VC +EI +IS +kG +SH +VC +IH +JE +by +kc +JE +Gk +Ib +UK +Kh +vX +VC +VC +VC +mX +MM +cf +YQ +tC +Qi +cf +RN +KF +VE +VE +VE +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hf +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(132,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +Ee +pW +pW +Zg +QA +uL +LM +QL +LM +LM +MI +kv +xA +Ah +ah +km +Bk +kv +MI +LM +LM +fi +RE +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +VC +my +kn +om +DL +Wm +wQ +lX +Qw +lh +to +LX +tR +VC +Hb +JE +mb +JE +Ng +JE +by +UM +WX +qS +VC +vu +iT +kN +Xo +Qw +YQ +wD +WA +qj +FM +hs +PX +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hc +TX +cw +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(133,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kv +kv +QL +fi +Zg +QA +Zg +Be +uL +LM +QL +LM +LM +LM +jp +Jv +ws +Fu +LM +iS +ds +yB +gz +Dp +fi +vv +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +cf +oA +uf +VC +tX +aH +Ey +cf +VC +VC +VC +VC +VC +jt +by +ek +JE +nb +JE +JE +mb +JE +NK +VC +VC +VC +VC +VC +cf +LJ +HZ +Yq +cf +es +oJ +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +Hc +TX +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(134,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kv +kv +QL +fi +rk +Zg +Zg +Zg +uL +LM +QL +LM +LM +LM +jp +kY +pn +la +Rq +fY +ds +yB +wm +HJ +bL +RE +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +xt +bR +jb +Cy +ow +MD +Es +cf +pg +IB +Ki +VC +ap +vO +Qh +JE +Kh +JE +JE +JE +WG +Cf +VC +xp +KQ +ZB +cf +RZ +Xo +tC +Qi +VB +vP +cs +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +Hc +yG +yG +yG +yG +yG +yG +yG +yG +Hc +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(135,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Je +QL +LM +Mx +Mx +QA +QA +uL +LM +QL +LM +LM +MI +kv +ne +KR +gg +xe +JN +kv +MI +LM +LM +fi +Ze +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +Yk +VC +Cy +js +Jp +Jp +CW +pj +lV +aW +VC +ap +vO +Gk +Bo +Jy +VA +Bo +JE +WG +Cf +VC +Id +Cu +pj +er +CQ +pZ +Yb +iN +VC +Yk +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +TX +oE +yG +yG +yG +yG +yG +KW +yG +Vy +Vy +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(136,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +Ee +LM +LM +Mx +Mx +LM +LM +QL +LM +pY +kv +kv +QL +kv +kv +ds +kv +kv +QL +LM +fi +RE +JA +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +xn +ow +vc +mk +cf +dr +Lp +yC +VC +NC +eq +BF +VC +Ss +xN +VC +um +FR +ec +VC +Ji +Lp +IN +cf +Cz +vm +tC +Qi +cf +VC +yG +yG +yG +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +Vy +El +yG +yG +yG +yG +ol +yG +yG +Hc +Vy +cv +cv +cv +cv +yG +yG +yG +KW +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(137,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +QL +QL +QL +OY +LM +LM +LM +QL +sR +rU +QL +Xz +oa +Qz +kv +hI +ov +ov +QL +Ee +bL +am +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +Cy +ow +SO +VC +VC +VC +Da +VC +VC +Mn +Mn +Mn +VC +wH +Mn +VC +wH +Mn +Mn +VC +cf +Da +cf +VC +VC +Xk +WT +VC +VC +yG +yG +oI +yG +Mj +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +TX +Hc +yG +yG +yG +yG +yG +yG +yG +yG +oE +TX +cv +yG +yG +KW +KW +yG +yG +yG +yG +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(138,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kv +kv +QL +pN +pN +QL +kv +jp +jp +kv +QL +LM +LM +QL +BA +Wl +Vz +QL +yB +yB +yB +QL +LM +LM +QL +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +iV +ow +SO +VC +Ui +Ui +wV +QW +VC +xM +vt +vD +VE +VE +VE +EU +BO +oW +Zb +VC +VE +tT +Zb +VE +VC +Ph +VC +VC +ia +yG +yG +yG +yG +fQ +yG +yG +fe +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +TX +Vy +Vy +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KW +TX +yG +KW +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(139,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +kv +kv +QL +LM +LM +LM +NZ +LM +LM +LM +LM +LM +LM +Rd +nw +LR +tq +QL +yB +ov +Qm +QL +sH +QA +JA +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +Cy +ow +SO +VC +as +Ui +we +hX +Mn +zs +vt +Ao +vD +VE +EU +vI +BO +oW +ca +Mn +VE +FF +Dn +UP +VC +kd +az +Dg +yG +yG +yG +Ve +yG +yG +oI +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +Vy +Hc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Vy +yG +qV +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(140,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Je +QL +LM +LM +LM +mO +LM +LM +LM +LM +LM +LK +QL +BA +Wl +uc +QL +yB +yB +yB +QL +QL +JA +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +Cy +bW +qs +VC +qO +Ui +eB +QW +Mn +zs +vt +Ao +Ao +VE +vI +vI +BO +oW +lq +Mn +VE +bU +VE +JL +VC +JY +Pe +Ds +Dg +yG +yG +yG +oI +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +TX +Hc +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(141,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +LM +LK +QL +QL +QL +QL +QL +QL +LM +LM +QL +Xz +Oc +Yr +QL +iu +ov +qk +QL +vs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +wR +ow +RM +VC +Bx +TM +IW +hY +MA +yK +cm +nv +Ao +VE +vI +dF +VE +VE +hl +MA +MS +bm +VE +RR +VC +aR +pw +VC +zq +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +oE +Vy +Vy +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(142,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +aV +aV +Zr +QL +Ee +LM +QL +aP +aP +aP +aP +QL +sR +LM +QL +QL +QL +QL +vs +QL +QL +QL +QL +QL +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +VC +Cy +ow +SO +VC +VC +Ui +Ui +Ui +Mn +mj +vt +vD +nv +vD +dF +EU +BO +oV +Cr +Mn +VE +VE +bm +VC +VC +bp +LF +Dj +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +Vy +oE +yG +KW +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(143,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +kv +kv +LM +LM +jp +LM +LM +XX +LM +jp +LM +LM +pN +QL +vr +vr +vr +vr +vr +vr +vr +kt +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +bx +VC +Cy +ow +Hr +cf +VC +VC +Ui +du +Mn +PO +vt +Ao +vD +VE +EU +vI +BO +oW +Cr +Mn +bh +cm +VC +VC +VC +Te +LF +RO +VC +Zd +wH +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(144,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +vs +KN +jp +LM +LM +QL +bB +bB +bB +bB +QL +LM +LM +pN +vs +vr +QL +QL +QL +QL +QL +QL +QL +QL +QL +NU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Yn +uK +KZ +Wm +Ye +mq +Dd +WN +VC +VC +Ui +Mn +db +vt +Ao +Ao +VE +vI +vI +BO +oW +Dn +Mn +cm +VC +VC +cb +yD +Dv +xR +AI +NF +fG +sZ +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(145,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +vs +LG +jp +LM +LM +QL +QL +QL +QL +QL +QL +LM +LM +LM +QL +kv +Zl +aS +DU +pW +pW +pW +qJ +LM +RE +kv +NU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +nW +VC +gT +tZ +Xy +cf +QH +eU +VC +VC +VC +VE +VE +nv +Ao +it +vI +dF +YH +VE +VE +VC +VC +VC +Ud +xu +VC +Zj +wg +Dj +VC +Cc +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(146,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +kv +LM +LK +LM +LM +LM +LM +mO +LM +LK +LM +LM +nV +UW +FE +LM +LM +LM +LM +LM +LM +LM +LM +Kj +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Yn +DJ +VC +OE +mw +mw +cf +cf +QH +eU +VC +VC +VE +VE +VE +nn +VE +wn +ak +VE +VE +VE +VC +VC +cb +uY +cf +cf +Ad +Ad +Ad +VC +vd +sZ +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +Vy +yG +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(147,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +LM +LM +LM +LM +LM +sX +LM +LM +LM +LM +LM +UW +FE +LM +LM +LM +LM +LM +LM +LM +LM +Kj +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +Kt +VC +Up +PM +PM +ZL +VC +cf +QH +ZK +VC +Mn +jN +Mn +cf +VE +cf +Mn +bH +Mn +VC +VC +cb +jB +cf +VC +LA +vi +co +Ep +VC +EA +wH +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +KW +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(148,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +QL +kv +ef +kv +QL +QL +UW +UW +QL +QL +kv +Zl +ip +pP +Mx +Mx +py +pP +LM +LM +kv +ys +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Yn +CC +VC +DS +PM +PM +PM +Ca +VC +cf +LE +VC +cm +bh +cm +VC +VE +VC +VE +VE +VE +VC +YI +uY +cf +VC +UX +mu +FI +GO +nc +VC +zU +sZ +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +yG +yG +yG +yG +yG +yG +KW +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(149,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +LM +LM +Zg +Us +KP +Mm +Op +dZ +vs +vr +QL +QL +QL +QL +QL +QL +QL +QL +QL +ys +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +gL +VC +Wh +PM +PM +PM +PM +ai +VC +zQ +VC +VE +cm +cm +lr +VE +lr +VE +VE +VE +VC +za +cf +VC +UX +Xw +bC +bC +Bu +fF +VC +HG +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(150,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ps +QL +RK +sn +Ze +Us +KP +Mm +Op +KP +QL +vr +vr +vr +vr +vr +vr +vr +Dg +yG +yG +yG +af +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +YB +YB +YB +YB +YB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +VC +qt +hg +qt +Wf +PM +PM +PM +Df +VC +VE +VE +VE +KL +yG +VE +VE +VE +VE +VC +yZ +QE +sg +lb +bC +bC +mg +on +Mz +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(151,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +Zg +cp +Us +KP +Mm +Op +Sm +QL +QL +Xm +Xm +Xm +QL +QL +QL +QL +QL +kv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +YB +YB +YB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Dg +VC +zx +zF +FP +qt +KB +PM +xU +tP +VC +VE +VE +Dg +Dg +yG +Dg +Dg +VE +VE +VC +hn +bC +bC +bC +ZN +Hy +aG +LT +fW +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +mt +yG +yG +yG +yG +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(152,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +QL +KP +Mm +gi +KP +dZ +QL +vs +QL +QL +QL +QL +QL +QL +QL +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Dg +Ds +Cm +wY +jc +qc +qt +Wf +PM +mM +VC +VE +Dg +Dg +yG +yG +yG +Dg +Dg +VE +VC +Zn +bC +bC +bC +cg +gB +vL +Tn +Ly +Py +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(153,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +QL +XZ +Mm +Op +KP +KP +QL +QL +QL +zi +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Dg +yG +Dg +Ds +xT +xT +Bi +qt +KB +Df +VC +VC +VC +WB +Dg +yG +Dg +Dg +VC +VC +cf +nK +Vn +nI +nI +kW +rh +rh +rh +rp +kX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Hf +yG +Hf +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(154,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +QL +QL +vs +Dl +Dl +Dl +Dl +vs +QL +QL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yU +yG +yG +yG +yG +Dg +xv +Ds +Bi +Ds +Jl +KB +KB +xo +Sk +VC +yG +Dg +yG +Dg +yG +VC +Bm +VM +gZ +bC +bC +rm +cg +mH +rh +Aq +Ly +kX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(155,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yU +yU +yG +yG +nZ +fe +fQ +Dg +xv +TP +Bi +qt +KB +rz +pL +nO +wH +yG +Dg +yG +Dg +yG +Mn +YX +hC +ZE +ZZ +rm +bC +rN +lx +vN +iQ +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +mt +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(156,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +xj +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yU +yG +yG +oI +yG +yq +nh +yG +Dg +Dg +Bd +qt +KB +Bs +xs +VG +Mn +yG +Dg +yG +Dg +yG +Mn +Ld +Ip +Tr +bC +rm +bC +bC +sG +eQ +VC +VC +yr +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(157,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +fQ +yG +KD +yG +yG +Ug +ol +yG +yG +yG +Dg +Ds +Ds +qt +Wf +KB +Df +PM +wH +yG +Dg +Fh +Dg +NJ +Mn +Rj +HR +vR +bC +bC +rm +bC +bX +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(158,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fQ +yG +yG +yG +yG +Dg +Ds +yG +KD +yG +Dg +hD +hg +gU +vl +Df +PM +VC +yG +Dg +yG +Dg +yG +VC +cP +rr +ZN +sp +aG +LT +fW +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(159,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +xj +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +Su +yG +Dg +yG +yG +yG +nZ +Dg +qt +Dw +hc +dD +Ut +VC +yG +Dg +yG +Dg +yG +VC +jM +ZE +cg +gB +rh +zp +jr +xl +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(160,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +nh +fe +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +Dg +qt +xH +XD +Df +PM +VC +yG +Dg +yG +Dg +yG +VC +Ku +ZE +ok +rh +rh +Cd +rp +kX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +EY +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(161,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Dg +yG +nZ +yG +yG +yG +yG +yG +yG +yG +hg +uv +Wa +Vk +Iw +VC +yG +Dg +yG +Dg +yG +VC +PE +ZE +cg +mH +rh +PV +II +kX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(162,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +xj +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +oI +yG +yG +yG +yG +yG +yG +yG +oI +fe +oI +yG +yG +yG +nZ +yG +Dg +qt +Eg +Jx +Df +YF +VC +yG +Dg +yG +qz +yG +VC +al +ZE +bz +Zv +ME +Qy +cf +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YO +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(163,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +nh +yG +Dg +yG +yG +Lr +yG +yG +yG +yU +yU +yG +yG +Dg +qt +Wf +YF +Df +PM +VC +yG +Dg +yG +Dg +yG +VC +TU +Oe +hx +IK +ft +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yV +yG +yG +yG +yG +YZ +jQ +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(164,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ti +yG +yG +yG +Dg +yG +yG +yG +uo +yU +yU +yG +yG +yG +VC +VC +VC +cf +wC +cf +VC +Dg +WB +yG +Dg +Dg +VC +VC +yn +VC +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KW +yG +yG +KW +KW +Hc +yG +yG +cv +cv +YO +YO +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(165,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +yG +yG +oI +yG +yG +yG +yG +yG +fQ +yG +VC +UO +VC +at +JS +kF +VC +yG +Dg +yG +Dg +yG +VC +BJ +BT +JT +VC +mn +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KW +yG +yG +cv +cv +cv +cv +ww +iR +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(166,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +xj +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +oI +yG +yG +yG +yG +yG +Dg +yG +yG +fe +yG +yG +yG +yG +yG +yG +Mn +KK +cf +Oj +kH +po +Mn +yG +Dg +yG +Dg +yG +Mn +CT +dJ +vF +VC +Pn +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ZT +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +iR +iR +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(167,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fQ +yG +yG +yG +nh +yG +yG +yG +yG +oI +yG +yG +pt +cM +VF +Lu +or +Wk +Mn +yG +Dg +yG +Dg +NJ +Mn +CT +An +JK +nR +pm +EL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(168,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +fe +yG +yG +yG +Mn +Sd +cf +IZ +kH +po +Mn +yG +Dg +yG +Dg +yG +Mn +CT +Xn +eA +VC +OX +Mn +yG +QB +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(169,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +pt +OJ +VC +up +sF +Rs +VC +yG +Dg +Fh +Dg +yG +VC +cd +ja +sd +VC +Oh +EL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(170,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +KK +VC +cf +ZO +cf +VC +Dg +Dg +yG +Dg +Dg +VC +VC +yn +VC +VC +ze +wH +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(171,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +pt +KK +VC +Cn +Pz +wO +VC +yG +Dg +yG +Dg +yG +VC +fE +BT +jY +VC +Pn +EL +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(172,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Mn +nX +VC +IZ +WV +pT +VC +yG +Dg +yG +Dg +yG +VC +CT +Xn +vF +VC +Pn +Mn +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(173,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +xI +VC +HD +eV +po +Mn +yG +Dg +yG +Dg +yG +Mn +nA +Xn +eA +VC +lM +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(174,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +lu +Jc +Jc +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +VC +jH +Pd +Qq +Mn +yG +Dg +yG +qz +yG +Mn +IO +WS +ht +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(175,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +Jd +Jd +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +VC +IZ +CU +Qg +Mn +Fh +Dg +yG +Dg +yG +wH +CT +yJ +eA +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(176,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Jd +Ks +BN +BN +Jd +Jc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +oQ +Kn +Fv +VC +yG +Dg +yG +Dg +yG +VC +Db +QO +Pl +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(177,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +BN +BN +Ks +ZJ +BN +Jd +Jc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +cf +tb +cf +VC +Dg +Dg +yG +Dg +Dg +VC +WZ +VC +VC +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +gs +gs +gs +iO +iO +gs +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(178,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +lu +DF +DF +lu +BN +BN +BN +ix +BN +BN +Jd +Jc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +VC +WD +Tk +VC +Dg +Dg +Dg +Dg +Dg +VC +gY +sK +VC +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +gs +gs +NL +wo +wo +wo +wo +Bl +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(179,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +BN +Ag +Sx +Sx +Yp +cS +Ks +kr +kr +Ks +lu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +rF +XW +XW +mo +yG +yG +yG +yG +QB +rF +fp +Dg +nl +Ug +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +gs +gs +gs +gs +gs +Pp +gs +gb +wo +ko +Bl +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(180,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +nz +Ks +BN +pG +os +xg +os +dN +Ks +hf +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ti +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TV +Zf +Zf +Zf +Zf +ZI +dI +wo +wo +wo +ko +Bl +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(181,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +nz +BN +Ks +BN +pG +iv +Od +iv +oD +Ks +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TV +Hu +Zf +On +Zf +Ax +dI +GI +wo +wo +wo +ts +nx +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(182,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +lu +Ks +BN +Ts +Ks +ZJ +ac +os +LB +BB +Rg +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TV +Zf +Zf +Zf +Zf +AT +dI +aj +YT +wo +wo +ts +nx +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(183,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +pQ +gK +BN +BN +lu +BN +lA +OG +OG +Rg +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +Ks +lu +YA +YA +AS +lu +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TV +Zf +Zf +Zf +Zf +Zf +dI +aj +YT +wo +wo +ts +nx +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(184,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +QX +gK +BN +BN +ix +BN +BN +BN +BN +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +lu +GX +GX +GX +lu +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +TS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TV +Zf +Zf +Hu +Zf +Zf +dI +GI +wo +wo +wo +ts +nx +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(185,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +fx +gK +BN +BN +lu +Jd +BN +BN +Jd +XS +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +aB +GZ +dV +dV +dV +gG +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ea +Kq +Cg +mp +rt +lu +TS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +TV +Zf +Zf +Zf +Zf +In +dI +wo +wo +wo +dR +Bl +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +TX +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(186,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +lu +Ks +Cs +Cs +lu +lu +EO +EO +lu +Ks +Ks +Ks +lu +ps +yG +yG +yG +yG +Ks +Ks +Ks +aB +MB +GK +GK +GK +BN +CH +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +uV +uV +UC +de +lN +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +gs +gs +gs +gs +gs +Pp +gs +gb +wo +dR +Bl +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +TX +TX +yG +TX +TX +TX +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(187,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +lu +Tv +zn +jC +iv +vH +AF +lp +Ks +lu +ps +yG +yG +Ks +Ks +Ks +BN +BN +BN +BN +BN +BN +BN +aI +Ks +Ks +Ks +Ks +Ks +ps +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +KX +UC +UC +lN +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +gs +gs +nt +wo +wo +wo +wo +Bl +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +TX +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(188,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +lu +lu +Kv +Mt +zn +jC +Od +iv +SG +yN +Sf +Ks +lu +wA +wA +Ks +Ks +BN +BN +BN +BN +BN +BN +BN +BN +CH +Ks +Ks +Ks +Ks +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +Yt +yG +yG +yG +yG +yG +yG +yG +yG +yG +KX +uV +UC +tJ +lu +is +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +gs +gs +gs +iO +iO +gs +gs +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +TX +TX +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(189,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +pQ +lu +Yj +li +zn +jC +xg +oC +ej +OW +YG +oC +Ks +Jd +BN +oS +BN +BN +BN +BN +Uc +Uc +Pu +BN +BN +YY +Ks +dL +YA +YA +RA +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +tw +IG +mp +Kq +KX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Yt +Ks +Ks +is +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(190,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +QX +Ks +gu +Mt +zn +jC +os +ro +os +xg +os +xg +lu +BN +BN +BN +rs +do +BN +BN +IM +Uc +Uc +BN +BN +Va +lu +YA +RA +RA +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Qe +UC +UC +UC +KX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(191,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +fx +Ks +qa +zn +zn +Mt +kr +kr +kr +kr +kr +kr +cU +BN +BN +xV +eZ +ab +RL +BN +xV +Ik +Uc +BN +BN +BN +Ed +YA +RA +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +UF +UC +UC +uV +Kq +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +HS +HS +zd +zd +zd +cv +cv +cv +cv +cv +cv +cv +"} +(192,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +pQ +Ks +Sz +PJ +zn +li +if +if +if +if +if +if +ix +BN +BN +Mv +KJ +We +RL +BN +Mv +sB +Uc +BN +BN +BN +Ed +YA +RA +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +tw +Md +Ww +mp +uV +KX +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +zd +zd +Jf +Jf +Jf +Jf +zd +cv +cv +cv +cv +cv +cv +cv +"} +(193,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +QX +Ks +Ql +li +zn +jC +ro +Od +ro +Od +ro +OW +lu +BN +BN +BN +cD +MB +BN +BN +IM +Uc +Uc +BN +BN +Va +lu +YA +RA +RA +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +Jf +Jf +qe +Jf +TN +Jf +zd +zd +cv +cv +cv +cv +cv +cv +"} +(194,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +fx +lu +lE +Mt +zn +jC +Od +xg +kI +kg +Dz +WF +Ks +Jd +BN +Ap +BN +BN +BN +BN +Uc +Uc +Pu +BN +BN +YY +Ks +YA +YA +dL +RA +Dg +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +Jf +Jf +Jf +Jf +mY +Jf +Jf +zd +zd +cv +cv +cv +cv +cv +"} +(195,1,1) = {" +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +lu +lu +GU +li +zn +jC +ro +os +Kc +uW +Kc +Ks +lu +nu +nu +Ks +Ks +rL +BN +BN +BN +BN +BN +BN +BN +CH +Ks +Ks +Ks +Ks +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +zd +dw +Jf +MY +Jf +Jf +MY +Jf +dw +zd +zd +cv +cv +cv +cv +"} +(196,1,1) = {" +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +lu +in +zn +jC +pJ +va +EH +hR +Ks +lu +ps +yG +yG +Ks +Ks +Ks +BN +BN +BN +BN +BN +BN +BN +aI +Ks +Ks +Ks +Ks +Ks +ps +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +zd +Jf +Jf +uk +Jf +mY +Jf +Jf +uk +Jf +Jf +zd +cv +cv +cv +cv +"} +(197,1,1) = {" +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +lu +Ks +nz +nz +lu +lu +EO +EO +lu +Ks +Ks +Ks +lu +ps +yG +yG +yG +yG +Ks +Ks +Ks +aB +do +AO +AO +AO +BN +CH +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +zd +Bp +Fq +dw +Jf +qe +Jf +qe +Jf +Jf +mY +TN +zd +cv +cv +cv +cv +"} +(198,1,1) = {" +cv +cv +cv +cv +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +pQ +gK +BN +BN +lu +Jd +BN +BN +Jd +Jc +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +aB +dg +tA +tA +tA +gG +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +EF +hW +Fq +Fq +uk +MY +Jf +Jf +Jf +uk +Jf +Jf +zd +cv +cv +cv +cv +"} +(199,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +QX +gK +BN +BN +ix +BN +BN +BN +BN +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +lu +GX +GX +GX +lu +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +hW +CP +fm +Fq +Jf +Jf +Jf +Jf +MY +Jf +Jf +zd +zd +cv +cv +cv +cv +"} +(200,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Pv +Pv +fx +gK +BN +BN +lu +em +Ag +Sx +Sx +cS +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +Ks +lu +YA +YA +AS +lu +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +DY +mC +yz +wJ +qe +Jf +dw +Jf +Jf +mY +Jf +zd +cv +cv +cv +cv +cv +"} +(201,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +lu +Ks +BN +Ts +Ks +ZJ +pG +os +iv +yx +cS +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +hW +Ou +yz +wJ +Jf +qe +Jf +qe +Jf +Jf +Jf +zd +cv +cv +cv +cv +cv +"} +(202,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Cs +BN +Ks +BN +pG +xg +os +AF +oD +Ks +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +zd +zd +wJ +KT +Jf +Jf +Jf +pC +TN +Jf +Jf +zd +cv +cv +cv +cv +cv +"} +(203,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Cs +Ks +BN +pG +kI +ro +os +dN +Ks +VP +Ks +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +zd +zd +qY +qY +Ja +qY +qY +Jf +Jf +TN +zd +cv +cv +cv +cv +cv +"} +(204,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +BN +lA +OG +OG +DK +Rg +Ks +if +if +Ks +lu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +qY +Ga +dP +fn +qY +Jf +qe +Jf +zd +cv +cv +cv +cv +cv +"} +(205,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +lu +DF +DF +lu +BN +BN +BN +ix +BN +BN +Jd +Jc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +qY +ir +dP +Gt +qY +Jf +zd +zd +zd +cv +cv +cv +cv +cv +"} +(206,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +BN +BN +Ks +ZJ +BN +Jd +Jc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +qY +oU +dO +ul +qY +Jf +zd +cv +cv +cv +cv +cv +cv +cv +"} +(207,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Jd +Ks +BN +BN +Jd +Jc +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +qY +qY +qY +qY +qY +zd +zd +cv +cv +cv +cv +cv +cv +cv +"} +(208,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +Ks +Ks +Ks +Jd +Jd +Ks +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(209,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Ks +lu +Jc +Jc +Ks +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(210,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(211,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(212,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(213,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(214,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(215,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(216,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(217,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(218,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(219,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(220,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(221,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(222,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +iU +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(223,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(224,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ye +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(225,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(226,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(227,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(228,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +Tq +Tq +Tq +Tq +Tq +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(229,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +mD +Qp +Qp +ub +Qp +Qp +mD +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(230,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +RU +ks +ks +Fc +ks +ks +Jt +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(231,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ps +Nu +QF +ks +ks +dj +ks +ks +av +Nu +ps +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(232,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +mD +Nu +vE +rj +vE +Nu +vE +rj +vE +Nu +mD +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(233,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +Nu +eN +ks +UJ +XH +oi +ks +eN +Nu +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(234,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +oi +ks +ks +OS +ks +ks +OS +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(235,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +Nu +Fo +OS +ks +ks +ks +oi +Fo +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(236,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +Fo +ks +ks +ks +ks +ks +Fo +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(237,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ye +yG +Nu +Ez +ks +mN +Sy +dj +ks +Ez +Nu +yG +ye +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(238,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +iW +iW +mD +DH +mD +iW +iW +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(239,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +Nu +BY +BY +Nu +yG +Nu +BY +BY +Nu +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(240,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(241,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(242,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(243,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(244,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(245,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(246,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(247,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +ol +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(248,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(249,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(250,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(251,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +YS +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(252,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(253,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +YB +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(254,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +YB +YB +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} +(255,1,1) = {" +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +yG +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +cv +"} diff --git a/_maps/map_files220/RandomZLevels/wildwest.dmm b/_maps/map_files220/RandomZLevels/wildwest.dmm new file mode 100644 index 000000000000..7823c96333a5 --- /dev/null +++ b/_maps/map_files220/RandomZLevels/wildwest.dmm @@ -0,0 +1,26515 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"ab" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ae" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"ai" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"aj" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/delivery, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"al" = ( +/obj/structure/curtain/medical, +/obj/effect/mine/dnascramble, +/obj/item/retractor{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/wildwest/wildwest_mines) +"an" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 4 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"ap" = ( +/obj/effect/mine/dnascramble, +/obj/item/stack/sheet/mineral/sandstone, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ar" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"as" = ( +/obj/item/trash/tastybread, +/obj/item/trash/chips, +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/corpse/miner, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"az" = ( +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"aC" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/awaymission/wildwest/wildwest_mines) +"aD" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"aG" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"aJ" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"aK" = ( +/obj/item/seeds/carrot, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"aL" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid9" + }, +/area/awaymission/wildwest/wildwest_mines) +"aS" = ( +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand4" + }, +/area/awaymission/wildwest/wildwest_mines) +"aV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"aZ" = ( +/turf/simulated/floor{ + icon_state = "cultdamage4" + }, +/area/awaymission/wildwest/wildwest_vault) +"bc" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"bd" = ( +/obj/structure/table/holotable/wood, +/obj/item/food/mint, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"bh" = ( +/obj/structure/curtain/black, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"bq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"bu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"bw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"bB" = ( +/obj/machinery/light/small/directional/south, +/mob/living/simple_animal/hostile/syndicate/melee, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"bH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"bJ" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"bP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/igniter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"bR" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"bW" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"bY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"cd" = ( +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"ch" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"cj" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/stack/rods, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"cm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"cp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/curtain/medical, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"cq" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"ct" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"cw" = ( +/obj/effect/mine/dnascramble, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"cz" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"cC" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"cK" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ww_window" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/awaymission/wildwest/wildwest_refine) +"cM" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"cN" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"cQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"cS" = ( +/obj/structure/cult/pylon, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"cT" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 8 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"cV" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid2" + }, +/area/awaymission/wildwest/wildwest_mines) +"db" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid12" + }, +/area/awaymission/wildwest/wildwest_mines) +"dc" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"de" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"dk" = ( +/obj/structure/girder, +/obj/item/stack/sheet/mineral/sandstone, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"dn" = ( +/obj/effect/mine/gas/plasma, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ds" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"dt" = ( +/obj/effect/decal/cleanable/blood/writing, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"dC" = ( +/obj/structure/shuttle/engine/router, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"dG" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"dI" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"dL" = ( +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"dM" = ( +/obj/structure/table/holotable/wood, +/obj/item/fan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"dN" = ( +/obj/structure/table/holotable/wood, +/obj/item/book/random, +/obj/item/clothing/glasses/regular{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"dQ" = ( +/obj/item/salvage/ruin/tablet{ + pixel_y = 10; + pixel_x = -6 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"dS" = ( +/obj/structure/girder/displaced, +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"dY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/hemostat{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/awaymission/wildwest/wildwest_mines) +"eb" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 10; + pixel_y = 14 + }, +/obj/machinery/door_control/shutter{ + id = "ww_window"; + pixel_x = -9 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"ec" = ( +/obj/item/stack/sheet/cardboard, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ee" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid5" + }, +/area/awaymission/wildwest/wildwest_mines) +"eh" = ( +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand9" + }, +/area/awaymission/wildwest/wildwest_mines) +"em" = ( +/turf/simulated/mineral/ancient, +/area/awaymission/wildwest/wildwest_mines) +"en" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"er" = ( +/obj/effect/mine/dnascramble, +/obj/item/stack/sheet/mineral/sandstone, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"et" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"ey" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"eB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"eH" = ( +/obj/structure/table/holotable/wood, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/utensil/fork{ + pixel_x = 6 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"eK" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"eL" = ( +/obj/structure/table, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"eN" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"eP" = ( +/obj/structure/sink/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/awaymission/wildwest/wildwest_mines) +"eT" = ( +/obj/effect/step_trigger/message{ + message = "Древние циклопические стены, ужасающие петроглифы и сладковатый запах затхлости... Стоит скорее повернуть назад, пока этот проклятый зов окончательно не захватил ваш разум!" + }, +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"eX" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"eZ" = ( +/obj/item/broken_bottle, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"fd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/stock_parts/matter_bin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"ff" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"fm" = ( +/obj/structure/closet/cabinet, +/obj/item/stack/spacecash/c200, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"fr" = ( +/mob/living/simple_animal/hostile/creature, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"ft" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"fu" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"fw" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/effect/landmark/awaystart, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"fx" = ( +/obj/machinery/gateway/centeraway{ + calibrated = 0 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"fy" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"fz" = ( +/obj/item/shard, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"fB" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"fD" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"fM" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid5" + }, +/area/awaymission/wildwest/wildwest_mines) +"fP" = ( +/obj/structure/flora/ash/tall_shroom, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"fQ" = ( +/obj/structure/table_frame, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"fT" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"fU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"fV" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"fZ" = ( +/obj/structure/girder/displaced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"ge" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"gk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"go" = ( +/obj/structure/reagent_dispensers/fueltank/chem{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"gq" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"gs" = ( +/obj/item/flag/cult, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"gu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"gz" = ( +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"gB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"gE" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/awaymission/wildwest/wildwest_refine) +"gI" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"gK" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"gM" = ( +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand12" + }, +/area/awaymission/wildwest/wildwest_mines) +"gN" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"gO" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"gQ" = ( +/obj/structure/table, +/obj/item/analyzer, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"gX" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"ha" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"hd" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"hg" = ( +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"hi" = ( +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"hk" = ( +/turf/simulated/wall/mineral/sandstone, +/area/awaymission/wildwest/wildwest_mines) +"hl" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"hp" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"hs" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"hx" = ( +/obj/structure/table/holotable/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/item/flashlight/lamp{ + pixel_x = 9; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"hB" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"hI" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"hM" = ( +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand3" + }, +/area/awaymission/wildwest/wildwest_mines) +"hN" = ( +/obj/structure/table, +/obj/item/megaphone, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/reagent_containers/drinks/coffee, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"hR" = ( +/obj/structure/closet{ + icon_state = "mining" + }, +/obj/item/storage/belt/mining, +/obj/item/clothing/shoes/workboots/mining, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"hU" = ( +/obj/structure/curtain/black, +/obj/effect/mine/dnascramble, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"hW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet{ + icon_state = "syndicate" + }, +/obj/item/storage/belt/military, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"hY" = ( +/obj/item/wrench, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"ib" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"ic" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"it" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/awaymission/wildwest/wildwest_refine) +"iu" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 9 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"iy" = ( +/obj/machinery/door_control/shutter/north{ + id = "ww_door_ext" + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"iB" = ( +/obj/structure/closet, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"iD" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"iE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"iG" = ( +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"iI" = ( +/obj/structure/filingcabinet, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"iJ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"iL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/awaymission/wildwest/wildwest_refine) +"iS" = ( +/turf/simulated/wall/indestructible/necropolis, +/area/awaymission/wildwest/wildwest_vault) +"iT" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"iV" = ( +/obj/item/salvage/ruin/tablet{ + pixel_y = 10 + }, +/turf/simulated/floor{ + icon_state = "necro2" + }, +/area/awaymission/wildwest/wildwest_vault) +"iW" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"iY" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"iZ" = ( +/obj/effect/step_trigger/message{ + message = "Вы ловите себя на мысли, что ваши ноги начали двигаться в такт хаотичному ритму зова!" + }, +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"jb" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid10" + }, +/area/awaymission/wildwest/wildwest_mines) +"jc" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"je" = ( +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"jg" = ( +/obj/structure/closet/walllocker/emerglocker/east, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"ji" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"jj" = ( +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"jl" = ( +/obj/effect/mine/dnascramble, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"js" = ( +/turf/simulated/floor{ + icon_state = "necro3" + }, +/area/awaymission/wildwest/wildwest_vault) +"jy" = ( +/obj/structure/table, +/obj/item/stack/sheet/plasteel{ + amount = 10 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/sheet/metal{ + amount = 50 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/clothing/head/welding{ + layer = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"jB" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "toxinsdriver" + }, +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"jC" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/awaymission/wildwest/wildwest_refine) +"jM" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"jP" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"jR" = ( +/obj/structure/table, +/obj/item/t_scanner, +/obj/item/wrench, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"jT" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/nanotrasen, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"jV" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"jW" = ( +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"jX" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"kf" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"kg" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/deck/cards/tiny, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"ki" = ( +/obj/item/stack/tile/wood, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"kk" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"kn" = ( +/obj/structure/table, +/obj/item/trash/tray, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"kt" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"ku" = ( +/obj/item/cultivator/rake, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"kx" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"kA" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"kE" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"kJ" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"kL" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/awaymission/wildwest/wildwest_refine) +"kO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"kQ" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid7" + }, +/area/awaymission/wildwest/wildwest_mines) +"kR" = ( +/obj/structure/flora/rock, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"kS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"kT" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"kV" = ( +/obj/effect/mine/dnascramble, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid9" + }, +/area/awaymission/wildwest/wildwest_mines) +"ld" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/mine/dnascramble, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"lg" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/cardboard, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"lh" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"ll" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/enzyme{ + layer = 5; + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ln" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"lo" = ( +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"lp" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid2" + }, +/area/awaymission/wildwest/wildwest_mines) +"lr" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"ls" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"lt" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 9 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"lv" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 5 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"lw" = ( +/mob/living/simple_animal/hostile/faithless{ + wander = 0 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"lD" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"lF" = ( +/obj/machinery/optable, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/item/circular_saw, +/obj/item/cautery, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/wildwest/wildwest_mines) +"lJ" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"lL" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ + id_tag = "ww_pod" + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"lM" = ( +/obj/structure/table_frame/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"lN" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"lR" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"lX" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"lY" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"md" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"mg" = ( +/turf/simulated/floor/plating/airless, +/area/space) +"mm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"mn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/awaymission/wildwest/wildwest_mines) +"mr" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"mw" = ( +/obj/structure/table/holotable/wood, +/obj/item/seeds/corn, +/obj/item/seeds/corn{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/seeds/corn{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"my" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"mz" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"mE" = ( +/obj/item/salvage/ruin/carp, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"mJ" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/delivery, +/obj/machinery/mineral/mint, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"mL" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 1 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"mM" = ( +/obj/effect/mine/dnascramble, +/obj/item/storage/firstaid/brute/empty, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"mS" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"mU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"mW" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"nf" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"nh" = ( +/obj/structure/table/holotable/wood, +/obj/item/ashtray/glass, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 6 + }, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"ni" = ( +/obj/structure/closet{ + icon_state = "syndicate" + }, +/obj/item/clothing/mask/balaclava, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"nn" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"nt" = ( +/obj/structure/computerframe, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"nA" = ( +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"nC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"nE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"nF" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"nK" = ( +/turf/simulated/mineral/ancient, +/area/awaymission/wildwest/wildwest_vault) +"nL" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"nQ" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"nT" = ( +/mob/living/simple_animal/hostile/faithless{ + wander = 0 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"nV" = ( +/turf/simulated/floor/carpet/royalblack, +/area/awaymission/wildwest/wildwest_vault) +"nW" = ( +/obj/item/stack/rods, +/turf/space, +/area/space) +"nX" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/largecrate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"oe" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/flora/corn_stalk{ + anchored = 1; + pixel_y = 15 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"oi" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"oj" = ( +/obj/item/stack/rods{ + amount = 4 + }, +/turf/space, +/area/space) +"ok" = ( +/obj/item/storage/bag/trash{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/bag/trash{ + pixel_x = -7 + }, +/obj/item/storage/bag/trash{ + pixel_x = -2 + }, +/obj/item/storage/bag/trash{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"om" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/tile/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"on" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"oo" = ( +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"oy" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"oC" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/machinery/door_control/shutter{ + id = "ww_pod"; + pixel_x = 7; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"oF" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"oH" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "sound/hallucinations/i_see_you1.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"oK" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"oL" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"oO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"oP" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor{ + icon_state = "necro1" + }, +/area/awaymission/wildwest/wildwest_vault) +"oR" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/drinkingglass/soda, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -7 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"pa" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"pb" = ( +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"pg" = ( +/obj/structure/closet{ + icon_state = "syndicate" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"pj" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"ps" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/glass/rag, +/obj/item/reagent_containers/drinks/shaker, +/obj/item/reagent_containers/drinks/drinkingglass/soda{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/soda{ + pixel_x = 11; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"pF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"pG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"pH" = ( +/obj/structure/mineral_door/wood, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"pK" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/door_control/shutter/south{ + id = "ww_hang1" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"pL" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"pO" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"pQ" = ( +/obj/machinery/computer/nonfunctional{ + dir = 8; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"pR" = ( +/obj/item/kirbyplants, +/obj/effect/mine/dnascramble, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"pS" = ( +/obj/structure/curtain/medical, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/wildwest/wildwest_mines) +"qb" = ( +/obj/structure/closet/walllocker/emerglocker/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"qe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"qi" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"qn" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/curtain/medical, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"qq" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"qw" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/corn, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"qz" = ( +/obj/structure/closet{ + icon_state = "mining" + }, +/obj/item/mining_scanner, +/obj/item/clothing/suit/hooded/explorer, +/obj/item/clothing/suit/jacket/bomber/mining, +/obj/item/storage/backpack/industrial, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"qE" = ( +/obj/structure/girder/reinforced, +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"qH" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"qJ" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"qM" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"qN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"qO" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"qR" = ( +/obj/item/trash/tastybread{ + pixel_y = 12 + }, +/obj/item/trash/raisins, +/obj/item/circuitboard/biogenerator, +/obj/item/stack/rods, +/obj/item/broken_bottle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"qW" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"qZ" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ri" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "sound/hallucinations/behind_you1.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"rl" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/black, +/obj/item/storage/box/lights/mixed, +/obj/item/crowbar/engineering, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"rn" = ( +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"rp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"rs" = ( +/obj/effect/gibspawner, +/turf/simulated/floor{ + icon_state = "necro1" + }, +/area/awaymission/wildwest/wildwest_vault) +"rt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"rw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"rx" = ( +/obj/structure/machine_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"rA" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"rF" = ( +/obj/effect/mine/dnascramble, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/awaymission/wildwest/wildwest_mines) +"rM" = ( +/obj/effect/decal/cleanable/glass, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"rN" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"rR" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility{ + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"rU" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sa" = ( +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sc" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sg" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/stethoscope, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sq" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sr" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sw" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"sy" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"sz" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sD" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"sE" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"sF" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_l" + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"sG" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"sH" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/head/soft, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"sZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"th" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "sound/hallucinations/over_here1.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"to" = ( +/obj/effect/mine/dnascramble, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"tp" = ( +/obj/structure/flora/ash/tall_shroom, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"tr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"tv" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/awaymission/wildwest/wildwest_mines) +"ty" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet{ + icon_state = "syndicate" + }, +/obj/item/gun/projectile/automatic/pistol, +/obj/item/ammo_box/magazine/m10mm, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"tz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"tB" = ( +/obj/machinery/economy/vending/snack/free, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"tH" = ( +/obj/item/broken_bottle, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"tK" = ( +/obj/item/salvage/ruin/tablet{ + pixel_x = 5 + }, +/turf/simulated/floor{ + icon_state = "necro3" + }, +/area/awaymission/wildwest/wildwest_vault) +"tM" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"tP" = ( +/obj/structure/table/holotable/wood, +/obj/item/book/random, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"tQ" = ( +/obj/structure/curtain/black, +/obj/effect/mine/gas/plasma, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"tW" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"tX" = ( +/obj/machinery/light/small/directional/east, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"tZ" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"uc" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ud" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/clothing/suit/hooded/cultrobes, +/obj/item/trash/candle{ + pixel_x = 9; + pixel_y = 1 + }, +/obj/item/clothing/suit/hooded/cultrobes/cult_shield, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"uk" = ( +/mob/living/simple_animal/hostile/syndicate/ranged, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"ul" = ( +/obj/structure/rack, +/obj/item/flashlight/seclite, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"um" = ( +/turf/simulated/floor{ + icon_state = "necro1" + }, +/area/awaymission/wildwest/wildwest_vault) +"ur" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"ut" = ( +/obj/effect/decal/cleanable/blood/gibs, +/turf/simulated/floor{ + icon_state = "necro2" + }, +/area/awaymission/wildwest/wildwest_vault) +"uv" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/curtain/medical, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/wildwest/wildwest_mines) +"uw" = ( +/obj/effect/mine/dnascramble, +/obj/item/gun/energy/kinetic_accelerator, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"uy" = ( +/obj/structure/closet{ + icon_state = "mining" + }, +/obj/item/mining_scanner, +/obj/item/clothing/suit/jacket/bomber/mining, +/obj/item/clothing/shoes/workboots/mining, +/obj/item/storage/backpack/industrial, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"uC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"uF" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"uN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"uO" = ( +/obj/effect/turf_decal/box, +/obj/structure/mecha_wreckage/ripley, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"uR" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/wall/mineral/plastitanium, +/area/awaymission/wildwest/wildwest_refine) +"uS" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"uT" = ( +/obj/item/bikehorn/rubberducky, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"vc" = ( +/obj/structure/curtain/medical, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"vk" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"vp" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"vq" = ( +/obj/effect/gibspawner, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"vr" = ( +/turf/simulated/floor/plating/asteroid/airless, +/area/awaymission/wildwest/wildwest_mines) +"vu" = ( +/obj/item/broken_device, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"vz" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes, +/obj/item/storage/belt/medical, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"vA" = ( +/mob/living/simple_animal/hostile/illusion, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"vD" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"vE" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"vF" = ( +/obj/structure/machine_frame, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"vJ" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"vL" = ( +/obj/structure/table/reinforced, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"we" = ( +/obj/effect/turf_decal/delivery, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"wh" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"wk" = ( +/obj/item/reagent_containers/drinks/oilcan, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"wp" = ( +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"ws" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"wz" = ( +/obj/structure/closet/cabinet, +/obj/item/stack/spacecash/c50, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"wA" = ( +/obj/machinery/gateway, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"wB" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"wD" = ( +/obj/effect/turf_decal/arrows{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"wE" = ( +/obj/structure/table/holotable/wood, +/obj/item/seeds/eggplant, +/obj/item/seeds/garlic{ + pixel_x = 3 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"wF" = ( +/obj/structure/curtain/medical, +/obj/effect/mine/dnascramble, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"wK" = ( +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"wN" = ( +/obj/item/salvage/ruin/tablet{ + pixel_x = 5 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"wR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"wU" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"wX" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"xa" = ( +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"xb" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"xc" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"xd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"xf" = ( +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"xj" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"xk" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet/cyan, +/area/awaymission/wildwest/wildwest_mines) +"xm" = ( +/obj/structure/closet/cabinet, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/carpet/cyan, +/area/awaymission/wildwest/wildwest_mines) +"xo" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"xp" = ( +/obj/structure/girder/displaced, +/turf/space, +/area/space) +"xq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/marker_beacon/dock_marker, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"xr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"xw" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/obj/item/hand_labeler{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"xy" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid9" + }, +/area/awaymission/wildwest/wildwest_mines) +"xB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/tile/plasteel, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"xE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidplating" + }, +/area/awaymission/wildwest/wildwest_mines) +"xI" = ( +/turf/simulated/wall/indestructible/cult, +/area/awaymission/wildwest/wildwest_vault) +"xL" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"xM" = ( +/obj/machinery/door/airlock/vault{ + locked = 1 + }, +/turf/simulated/floor{ + icon_state = "necro1" + }, +/area/awaymission/wildwest/wildwest_vault) +"xT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"yi" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"yt" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid4" + }, +/area/awaymission/wildwest/wildwest_mines) +"yH" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/bottle/beer, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"yK" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"yP" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/drinkingglass/soda{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"yS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/fix_o_vein, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/wildwest/wildwest_mines) +"yT" = ( +/obj/structure/table_frame/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"yU" = ( +/turf/simulated/floor/carpet/cyan, +/area/awaymission/wildwest/wildwest_mines) +"za" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"zd" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"zn" = ( +/obj/structure/table/reinforced, +/obj/item/toy/figure/crew/syndie, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"zt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"zu" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"zC" = ( +/obj/effect/landmark/awaystart, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"zD" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + layer = 8 + }, +/obj/item/stack/sheet/metal{ + amount = 50; + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass{ + amount = 50 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"zG" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"zL" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "modular_ss220/aesthetics_sounds/sound/creepy/many_whisper1.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"zO" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"zP" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/ruin/soviet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"zS" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"zU" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"zV" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"zY" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"Aa" = ( +/obj/structure/table/holotable/wood, +/obj/item/clothing/glasses/monocle, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Ab" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/delivery, +/obj/structure/largecrate, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Ap" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"As" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ww_hang2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Au" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Az" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"AD" = ( +/obj/effect/rune/narsie{ + used = 1 + }, +/obj/structure/fluff/divine/conduit{ + icon_state = "convertaltar-red" + }, +/obj/item/kitchen/knife/ritual, +/obj/item/organ/internal/heart, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"AG" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"AI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"AJ" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"AK" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"AM" = ( +/obj/effect/mob_spawn/human/corpse/skeleton, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"AO" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor{ + icon_state = "necro1" + }, +/area/awaymission/wildwest/wildwest_vault) +"AQ" = ( +/obj/item/trash/chips, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"AS" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"AT" = ( +/obj/structure/table/holotable/wood, +/obj/machinery/chem_dispenser/soda{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"AU" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "sound/hallucinations/turn_around1.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"AV" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "modular_ss220/aesthetics_sounds/sound/creepy/scary_whisper1.ogg"; + triggerer_only = 1 + }, +/obj/effect/step_trigger/message{ + message = "Этот камень как будто не на своем месте." + }, +/obj/effect/decal/cleanable/blood/writing{ + dir = 8 + }, +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"AX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"AY" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"AZ" = ( +/turf/simulated/floor{ + icon_state = "cultdamage6" + }, +/area/awaymission/wildwest/wildwest_vault) +"Bb" = ( +/turf/simulated/floor{ + icon_state = "cultdamage3" + }, +/area/awaymission/wildwest/wildwest_vault) +"Be" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Bf" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Bj" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 10 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"Bm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Bo" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Bp" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"Br" = ( +/obj/structure/table/holotable/wood, +/obj/item/kitchen/utensil/fork{ + pixel_x = 6 + }, +/obj/item/kitchen/utensil/spoon, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Bt" = ( +/obj/structure/cult/pylon, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"BD" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/awaymission/wildwest/wildwest_mines) +"BH" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"BJ" = ( +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"BU" = ( +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"BW" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"Cb" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/awaymission/wildwest/wildwest_mines) +"Cm" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cultdamage" + }, +/area/awaymission/wildwest/wildwest_vault) +"Cw" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/drinkingglass/soda{ + pixel_x = 11 + }, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Cx" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/wildwest/wildwest_mines) +"CB" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"CD" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"CE" = ( +/obj/machinery/door/airlock/vault{ + locked = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vaultdoors) +"CF" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/space) +"CG" = ( +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"CW" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"CZ" = ( +/obj/structure/table/holotable/wood, +/obj/item/desk_bell{ + anchored = 1 + }, +/obj/machinery/door/window, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Da" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "small"; + pixel_x = 10; + pixel_y = 9 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"De" = ( +/turf/simulated/floor{ + icon_state = "cultdamage" + }, +/area/awaymission/wildwest/wildwest_mines) +"Di" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Dj" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/machinery/door_control/shutter/north{ + id = "ww_hang1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Do" = ( +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Du" = ( +/obj/structure/flora/ash/cap_shroom, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Dv" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Dw" = ( +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand4" + }, +/area/awaymission/wildwest/wildwest_mines) +"Dy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"DA" = ( +/obj/structure/table/holotable/wood, +/obj/item/ashtray/glass{ + pixel_x = 6 + }, +/obj/item/clothing/mask/cigarette, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"DB" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"DF" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate/trashcart, +/obj/item/fireaxe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"DG" = ( +/obj/structure/curtain/black, +/obj/effect/mine/dnascramble, +/turf/simulated/floor/carpet/cyan, +/area/awaymission/wildwest/wildwest_mines) +"DI" = ( +/obj/structure/chair/comfy/black, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"DL" = ( +/obj/structure/table/holotable/wood, +/obj/item/lighter/zippo, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/item/storage/fancy/cigarettes/cigpack_uplift, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"DO" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"DQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"DT" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidplating" + }, +/area/awaymission/wildwest/wildwest_mines) +"DU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"DW" = ( +/obj/item/stack/tile/wood, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"DY" = ( +/obj/item/stack/sheet/plasteel, +/turf/space, +/area/space) +"Eb" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Ee" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"Eg" = ( +/obj/structure/barricade/sandbags, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Eq" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Er" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Eu" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Ez" = ( +/obj/structure/closet{ + icon_state = "mining" + }, +/obj/item/clothing/suit/hooded/explorer, +/obj/item/mod/control/pre_equipped/mining/asteroid, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ED" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"EG" = ( +/obj/effect/mob_spawn/human/corpse/miner, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"EH" = ( +/mob/living/simple_animal/hostile/creature, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"EI" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"EL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/awaymission/wildwest/wildwest_mines) +"ER" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ES" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "ww_window" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/awaymission/wildwest/wildwest_refine) +"ET" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/awaymission/wildwest/wildwest_mines) +"EX" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"EY" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Fb" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Ff" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"Fn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Fp" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"Fs" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Ft" = ( +/obj/item/trash/chips{ + pixel_x = 12 + }, +/obj/item/trash/cheesie, +/obj/item/circuitboard/aiupload_broken, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"FB" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"FH" = ( +/obj/structure/table/holotable/wood, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"FI" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"FL" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"FS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"FU" = ( +/obj/machinery/light/small/directional/north, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Gb" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Gc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Gf" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"Go" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"Gs" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/dice/d6, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Gt" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Gv" = ( +/obj/structure/curtain/black, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"Gy" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"Gz" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"GC" = ( +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand6" + }, +/area/awaymission/wildwest/wildwest_mines) +"GF" = ( +/obj/structure/table, +/obj/item/food/carpmeat, +/obj/item/kitchen/knife, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"GG" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/rack, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"GI" = ( +/obj/effect/mine/gas/plasma, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/closet/cardboard, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"GK" = ( +/obj/item/stack/sheet/mineral/sandstone, +/obj/effect/mine/dnascramble, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"GM" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"GP" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"GQ" = ( +/obj/item/kirbyplants, +/obj/effect/mine/dnascramble, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"GS" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/mine/dnascramble, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Hg" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/trash/tastybread, +/obj/item/trash/tastybread, +/obj/item/trash/tastybread, +/obj/item/trash/tastybread, +/obj/item/trash/chips, +/obj/item/trash/chips, +/obj/item/trash/can, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"Hh" = ( +/obj/structure/table/holotable/wood, +/obj/machinery/chem_dispenser/beer{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Hj" = ( +/obj/structure/table/holotable/wood, +/obj/item/food/mint, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Hm" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Hn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"Hu" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"Hw" = ( +/obj/structure/marker_beacon/dock_marker, +/turf/simulated/floor/plating/airless, +/area/space) +"Hx" = ( +/obj/structure/curtain/black, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"HE" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"HF" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/obj/structure/bed/roller, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"HG" = ( +/obj/effect/mine/dnascramble, +/obj/item/trash/chips, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"HI" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"HJ" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"HS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"HT" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "barber" + }, +/area/awaymission/wildwest/wildwest_mines) +"HU" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"Ie" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Ih" = ( +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Ii" = ( +/obj/structure/curtain/black, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"Im" = ( +/obj/machinery/door_control/shutter/west, +/obj/structure/door_assembly/door_assembly_ext, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"In" = ( +/turf/simulated/floor{ + icon_state = "cultdamage" + }, +/area/awaymission/wildwest/wildwest_vault) +"Ip" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/north, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Ir" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/stack/rods{ + amount = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Ix" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/whetstone/cult, +/obj/item/trash/candle{ + pixel_y = 12 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"Iy" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"IB" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"IF" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/space) +"IH" = ( +/obj/structure/shuttle/engine/router, +/obj/structure/shuttle/engine/router, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"IL" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"IN" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"IS" = ( +/obj/structure/closet{ + icon_state = "syndicate" + }, +/obj/item/storage/backpack/duffel/syndie, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"IU" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"IX" = ( +/obj/structure/closet/cabinet, +/obj/item/stack/spacecash/c100, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"Jf" = ( +/obj/effect/decal/cleanable/shreds, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Jp" = ( +/turf/simulated/floor{ + icon_state = "cultdamage3" + }, +/area/awaymission/wildwest/wildwest_mines) +"Jt" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Ju" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/space, +/area/space) +"JI" = ( +/obj/structure/stone_tile/surrounding/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"JK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/wildwest/wildwest_mines) +"JN" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"JO" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"JQ" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"JR" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"JS" = ( +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"JU" = ( +/obj/structure/marker_beacon/dock_marker, +/turf/space, +/area/space) +"JV" = ( +/obj/machinery/light/small/directional/west, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"Kb" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Kk" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Kr" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Ku" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"KA" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/awaymission/wildwest/wildwest_mines) +"KJ" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000" + }, +/obj/item/flag/syndi, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"KK" = ( +/obj/structure/barricade/sandbags, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"KL" = ( +/obj/effect/mine/dnascramble, +/obj/item/clothing/suit/jacket/bomber/mining, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"KN" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"KO" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"KR" = ( +/turf/simulated/wall/r_wall, +/area/awaymission/wildwest/wildwest_refine) +"KV" = ( +/obj/effect/gibspawner, +/turf/simulated/floor{ + icon_state = "necro2" + }, +/area/awaymission/wildwest/wildwest_vault) +"KZ" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Lc" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Le" = ( +/obj/item/salvage/ruin/tablet, +/turf/simulated/floor/bluegrid{ + icon_state = "bcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"Lp" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Lr" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"Lv" = ( +/turf/space, +/area/space) +"LE" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"LG" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"LO" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space) +"LP" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/carpet/cyan, +/area/awaymission/wildwest/wildwest_mines) +"LS" = ( +/obj/item/trash/tapetrash, +/obj/item/trash/raisins{ + pixel_y = 18 + }, +/obj/item/trash/raisins{ + pixel_x = -17; + pixel_y = 11 + }, +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"LT" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space) +"LU" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid8" + }, +/area/awaymission/wildwest/wildwest_mines) +"LV" = ( +/obj/effect/gateway, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"Mc" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/spacecash/c50, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"Md" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Me" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"Mf" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"Mh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Mi" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Mk" = ( +/obj/effect/decal/cleanable/blood/old, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Mq" = ( +/obj/structure/falsewall/rock_ancient, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"Mu" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"Mv" = ( +/obj/structure/shuttle/engine/router, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"MD" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/awaymission/wildwest/wildwest_mines) +"MF" = ( +/obj/structure/curtain/black, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"MG" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"MI" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"MJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker, +/turf/space, +/area/space) +"MK" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"MM" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/wall/mineral/plastitanium, +/area/awaymission/wildwest/wildwest_refine) +"MO" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/wildwest/wildwest_mines) +"MP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"Nd" = ( +/obj/item/chair/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Ne" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"Nf" = ( +/obj/effect/gibspawner, +/turf/simulated/floor{ + icon_state = "necro3" + }, +/area/awaymission/wildwest/wildwest_vault) +"Nh" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"Ni" = ( +/obj/machinery/wish_granter_dark, +/turf/simulated/floor{ + icon_state = "necro3" + }, +/area/awaymission/wildwest/wildwest_vault) +"Nj" = ( +/obj/structure/table/glass, +/obj/item/handheld_defibrillator, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Nk" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "ww_window" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/awaymission/wildwest/wildwest_refine) +"Nq" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Ns" = ( +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"Nt" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Nw" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Nz" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"NB" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/remains/human, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"NC" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"NH" = ( +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"NJ" = ( +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"NP" = ( +/obj/structure/table_frame/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"NR" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"NU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"NY" = ( +/obj/effect/decal/cleanable/blood/gibs, +/obj/effect/gibspawner, +/turf/simulated/floor{ + icon_state = "necro1" + }, +/area/awaymission/wildwest/wildwest_vault) +"Od" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Oi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/corpse/miner, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"Os" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Ov" = ( +/obj/effect/step_trigger/message{ + message = "Вы ощущаете странный зловещий зов, что доносится из глубин пещеры..." + }, +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"Ow" = ( +/obj/structure/rack, +/obj/item/cultivator/rake, +/obj/item/shovel/spade, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"OF" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "ww_hang1" + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"OL" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ww_hang2" + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"ON" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"OS" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/south, +/obj/item/salvage/loot/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"OT" = ( +/obj/structure/table_frame/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"OV" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"OY" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"OZ" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Ph" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Pl" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Pn" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Pt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Pz" = ( +/obj/structure/table/holotable/wood, +/obj/item/food/mint, +/obj/item/kitchen/utensil/spoon, +/obj/item/kitchen/utensil/fork{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"PC" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"PG" = ( +/obj/effect/decal/cleanable/blood/drip, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "4" + }, +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"PK" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"PL" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"PM" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"PO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"PT" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"PU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"PW" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Qc" = ( +/obj/machinery/iv_drip{ + pixel_y = -14 + }, +/obj/machinery/iv_drip{ + pixel_x = 7 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Qe" = ( +/obj/structure/cult/pylon, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"Qj" = ( +/obj/structure/shuttle/engine/large{ + dir = 8 + }, +/turf/space, +/area/space) +"Ql" = ( +/obj/structure/curtain/black, +/turf/simulated/floor/carpet/orange, +/area/awaymission/wildwest/wildwest_mines) +"Qn" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Qo" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Qs" = ( +/obj/item/stack/tile/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Qu" = ( +/obj/item/trash/spentcasing/shotgun, +/obj/item/trash/sosjerky{ + pixel_x = 11 + }, +/obj/item/trash/can, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidplating" + }, +/area/awaymission/wildwest/wildwest_mines) +"Qy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/largecrate, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Qz" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"QB" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"QG" = ( +/obj/structure/machine_frame, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"QH" = ( +/turf/simulated/floor{ + icon_state = "cultdamage7" + }, +/area/awaymission/wildwest/wildwest_vault) +"QL" = ( +/obj/structure/table/glass, +/obj/item/bonesetter{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/bonegel{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/scalpel, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/awaymission/wildwest/wildwest_mines) +"QQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"QU" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/dirt, +/obj/item/salvage/loot/pirate, +/turf/simulated/floor/carpet/purple, +/area/awaymission/wildwest/wildwest_mines) +"QW" = ( +/turf/simulated/wall/mineral/plastitanium/interior, +/area/awaymission/wildwest/wildwest_refine) +"QY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Re" = ( +/obj/machinery/photocopier, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Rm" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"Rs" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuitoff" + }, +/area/awaymission/wildwest/wildwest_vault) +"Rx" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"RA" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"RL" = ( +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"RO" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"RQ" = ( +/obj/structure/closet/crate/can, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"RY" = ( +/obj/structure/closet{ + icon_state = "syndicate" + }, +/obj/item/clothing/under/syndicate/tacticool, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Sa" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Sb" = ( +/obj/effect/mine/dnascramble, +/obj/item/stack/sheet/mineral/sandstone, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid9" + }, +/area/awaymission/wildwest/wildwest_mines) +"Sf" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4; + icon_keyboard = "syndie_key"; + icon_screen = "syndinavigation" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Sn" = ( +/obj/structure/closet{ + icon_state = "mining" + }, +/obj/item/mining_voucher, +/obj/item/clothing/suit/hooded/explorer, +/obj/item/clothing/shoes/workboots/mining, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Sq" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/bottle/beer, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Sr" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"Sw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"SD" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "3" + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"SL" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"SO" = ( +/obj/effect/step_trigger/sound_effect{ + happens_once = 1; + sound = "sound/hallucinations/im_here1.ogg"; + triggerer_only = 1 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"SR" = ( +/obj/structure/mineral_door/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"SU" = ( +/obj/effect/turf_decal/delivery/white, +/obj/structure/closet/crate, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"SZ" = ( +/obj/structure/rack, +/obj/item/salvage/ruin/brick, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowfull" + }, +/area/awaymission/wildwest/wildwest_refine) +"Tc" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Tg" = ( +/obj/effect/mine/dnascramble, +/obj/structure/flora/rock, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Ti" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"Tk" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Tl" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/fire{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/brute{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Tm" = ( +/obj/item/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"To" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"Tx" = ( +/obj/effect/mine/gas/plasma, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"TA" = ( +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"TG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"TH" = ( +/turf/simulated/floor{ + icon_state = "cultdamage2" + }, +/area/awaymission/wildwest/wildwest_vault) +"TI" = ( +/obj/item/stack/rods, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"TL" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"TN" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"TO" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"TQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"TS" = ( +/obj/machinery/mineral/ore_redemption, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_mines) +"TX" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/trash/can, +/obj/item/trash/can, +/obj/item/trash/can, +/obj/item/trash/can, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"TZ" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Ua" = ( +/obj/structure/closet{ + icon_state = "mining" + }, +/obj/item/clothing/suit/hooded/explorer, +/obj/item/clothing/shoes/workboots/mining, +/obj/item/storage/backpack/industrial, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Uf" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"Ui" = ( +/obj/structure/rack, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Uj" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Uk" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_x = -28 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Uq" = ( +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 16; + pixel_y = -10 + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Ur" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Uz" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"UB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mob_spawn/human/corpse/miner, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidplating" + }, +/area/awaymission/wildwest/wildwest_mines) +"UD" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ww_hang2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"UH" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"UN" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/fans/tiny/invisible, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"UV" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"UW" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"UX" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"UZ" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"Vi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Vj" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Vv" = ( +/turf/simulated/floor{ + icon_state = "necro2" + }, +/area/awaymission/wildwest/wildwest_vault) +"VF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"VG" = ( +/obj/structure/table/holotable/wood, +/obj/item/food/mint, +/obj/item/kitchen/utensil/fork, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"VJ" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"VO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"VP" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"VT" = ( +/obj/structure/curtain/black, +/obj/effect/mine/dnascramble, +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"VU" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"VV" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"VW" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/drinkingglass/soda{ + pixel_x = 6 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"VZ" = ( +/obj/effect/mine/dnascramble, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroid2" + }, +/area/awaymission/wildwest/wildwest_mines) +"Wa" = ( +/obj/item/kirbyplants/dead, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"Wc" = ( +/obj/structure/disposalpipe/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidplating" + }, +/area/awaymission/wildwest/wildwest_mines) +"Wk" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Wq" = ( +/obj/effect/decal/cleanable/blood/drip{ + icon_state = "5" + }, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Ws" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"WH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"WI" = ( +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand13" + }, +/area/awaymission/wildwest/wildwest_mines) +"WJ" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) +"WK" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 8 + }, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_mines) +"WL" = ( +/obj/item/chair/wood{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"WM" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"WS" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"WY" = ( +/obj/machinery/light/small/directional/north, +/obj/item/stack/tile/wood, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"Xe" = ( +/obj/structure/flora/rock/pile, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"Xn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Xr" = ( +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/cardboard, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"Xt" = ( +/obj/effect/mine/dnascramble, +/obj/effect/mob_spawn/human/corpse/miner, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Xz" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"XE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"XF" = ( +/obj/structure/flora/ash/leaf_shroom, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"XI" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"XN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"XQ" = ( +/obj/structure/fluff/divine/conduit{ + icon_state = "sacrificealtar-red" + }, +/obj/item/book_of_babel, +/turf/simulated/floor{ + icon_state = "cult" + }, +/area/awaymission/wildwest/wildwest_vault) +"XR" = ( +/mob/living/simple_animal/hostile/syndicate/ranged, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"XS" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Yc" = ( +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Ye" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/spacecash/c200, +/obj/item/stack/spacecash/c50, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"Yh" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile/slab/cracked{ + dir = 9 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"Yi" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"Yl" = ( +/obj/machinery/light/small/directional/east, +/obj/item/salvage/ruin/pirate, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Ym" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"YB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mob_spawn/human/corpse/miner, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"YC" = ( +/turf/simulated/floor/carpet, +/area/awaymission/wildwest/wildwest_mines) +"YH" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"YI" = ( +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"YJ" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/green, +/area/awaymission/wildwest/wildwest_mines) +"YK" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/sign/poster/contraband/random/north, +/obj/item/salvage/ruin/brick, +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"YM" = ( +/obj/effect/mine/dnascramble, +/obj/effect/decal/cleanable/generic, +/obj/effect/mob_spawn/human/corpse/miner, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"YQ" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium"; + pixel_x = 16; + pixel_y = -10 + }, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/awaymission/wildwest/wildwest_mines) +"YT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"YW" = ( +/turf/simulated/floor/plating/ironsand{ + icon_state = "ironsand7" + }, +/area/awaymission/wildwest/wildwest_mines) +"YY" = ( +/obj/effect/turf_decal/arrows, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Za" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"Zi" = ( +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Zj" = ( +/obj/item/stack/rods, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/broken_bottle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor" + }, +/area/awaymission/wildwest/wildwest_mines) +"Zk" = ( +/obj/structure/table_frame/wood, +/obj/structure/table_frame/wood, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Zm" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Zn" = ( +/obj/structure/healingfountain, +/turf/simulated/floor{ + icon_state = "necro1" + }, +/area/awaymission/wildwest/wildwest_vault) +"Zp" = ( +/obj/structure/table/holotable/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"Zq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard{ + icon_state = "medium"; + pixel_y = 9 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_mines) +"Zr" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/awaymission/wildwest/wildwest_refine) +"Zu" = ( +/obj/effect/decal/cleanable/blood/writing{ + dir = 1 + }, +/turf/simulated/floor/plating/ironsand, +/area/awaymission/wildwest/wildwest_mines) +"ZG" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ZK" = ( +/obj/structure/flora/ash/stem_shroom, +/turf/simulated/floor/plating/asteroid, +/area/awaymission/wildwest/wildwest_mines) +"ZL" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet/red, +/area/awaymission/wildwest/wildwest_mines) +"ZO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/plastitanium/red, +/area/awaymission/wildwest/wildwest_refine) +"ZQ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/awaymission/wildwest/wildwest_refine) +"ZU" = ( +/obj/structure/mineral_door/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/awaymission/wildwest/wildwest_mines) +"ZV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/awaymission/wildwest/wildwest_refine) +"ZW" = ( +/obj/structure/window/plasmareinforced{ + color = "#FF0000"; + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + dir = 8 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating/airless, +/area/awaymission/wildwest/wildwest_refine) + +(1,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(2,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(3,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(4,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(5,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(6,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(7,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(8,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(9,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(10,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(11,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +JU +nW +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Rm +Lv +Lv +MJ +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(12,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +MJ +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(13,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +JU +Lv +Lv +Lv +xp +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(14,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +DY +Lv +Rm +mg +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Rm +Lv +Lv +Lv +Lv +LO +LO +LO +Lv +Lv +Lv +Lv +nW +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(15,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +vr +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +nW +Lv +Lv +Lv +Lv +Lv +Lv +Qj +Lv +Lv +Lv +nW +Lv +Lv +DY +Lv +Lv +Lv +Lv +Lv +Rm +Lv +Lv +LO +LO +Hw +mg +Hw +LO +LO +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(16,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +vr +Lv +Lv +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Rm +Rm +Ju +Lv +Lv +jC +it +FI +mg +mg +FI +it +jC +Lv +Lv +mg +Rm +Lv +Lv +Lv +Lv +Lv +Rm +Rm +Lv +LT +mg +kL +kL +kL +mg +IF +Lv +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(17,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +em +em +em +em +Lv +Lv +Lv +vr +vr +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +em +Lv +Lv +DY +Rm +Lv +jC +it +UN +ZW +ZW +ZW +it +jC +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Rm +Lv +zt +QW +kL +Sf +kL +QW +QB +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(18,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +vr +vr +vr +vr +em +em +em +vr +vr +vr +vr +em +vr +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +em +em +em +oj +xp +Rm +Lv +jC +Ip +Eu +Eu +Eu +Eu +OS +jC +Lv +Rm +DY +Lv +LO +LO +LO +Lv +Lv +Lv +Rm +Lv +zt +QW +vL +Eb +zn +QW +QB +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(19,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +vr +em +em +em +em +em +vr +em +em +em +em +em +em +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +vr +em +Lv +Lv +Lv +Lv +vr +em +em +em +em +em +Lv +MJ +Lv +jC +Lc +Lc +Lc +Lc +Lc +LE +jC +Lv +MJ +Lv +nW +bu +mg +CF +Lv +Lv +MJ +Rm +Lv +zt +QW +zU +Lc +nL +QW +QB +Lv +Rm +MJ +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(20,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +vr +em +em +em +em +em +em +Rm +Lv +jC +Lc +Lc +Lc +Lc +Lc +LE +jC +Lv +Rm +Lv +Lv +bu +mg +CF +Lv +Lv +Lv +Rm +Lv +zt +QW +ZO +fw +FS +QW +QB +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(21,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +KR +KR +jC +Lc +Eb +Eb +Eb +Lc +LE +jC +KR +Nk +Nk +KR +Nw +RL +lL +KR +KR +KR +Rm +PU +bq +jC +mz +zC +Lc +Wk +bw +kS +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(22,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +tv +tv +tv +tv +tv +tv +tv +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +KR +Mh +jC +qJ +jC +ty +Od +qJ +hW +jC +QQ +xB +xr +wk +ds +Nq +iW +Za +Za +KR +mr +bq +dL +jC +mz +zC +LE +QW +dL +bw +xq +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(23,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +tv +tv +tv +em +em +em +em +em +em +tv +tv +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +KR +TG +jC +LG +jC +ni +Sr +Lc +Lc +Wk +ar +fZ +VO +je +hl +pF +YY +VO +et +KR +zt +it +QW +jC +mz +Lc +LE +QW +QW +it +QB +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(24,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +tv +em +em +em +em +em +em +em +em +em +em +tv +tv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +KR +TG +xb +pQ +jC +RY +Lc +pg +IS +it +iG +fu +UV +nC +pF +eK +pF +UV +VO +KR +zt +QW +cz +mL +Lc +Lc +Lc +KJ +cz +QW +QB +Rm +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(25,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +tv +tv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +KR +TG +xb +xb +jC +it +jB +it +it +it +iW +ON +jj +ji +iG +iG +iG +hY +go +KR +zt +jC +sF +jC +mz +zC +LE +QW +sF +jC +QB +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(26,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +tv +em +em +em +em +em +em +wp +em +em +em +em +em +em +em +em +tv +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +KR +TG +iG +kA +jC +jC +Mv +jC +jC +iG +iG +iG +VO +ZV +Zr +iG +YY +nC +UV +KR +zt +sF +dL +jC +cC +zC +mU +QW +dL +sF +QB +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(27,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +em +em +em +em +em +em +wp +wp +em +em +em +em +em +em +em +em +tv +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +KR +ds +iG +ar +jC +jC +Mv +jC +jC +iG +iW +bR +iG +nA +kJ +kJ +kJ +UZ +za +KR +zt +dL +dL +jC +mz +zC +LE +jC +dL +dL +QB +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(28,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +tv +em +em +em +em +em +em +em +em +em +wp +wp +wp +wp +wp +wp +em +em +em +em +tv +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +tv +tv +tv +em +em +em +em +em +em +em +em +em +KR +TQ +qE +iG +jC +it +Mv +it +jC +iG +dS +iG +pO +Dv +oC +Me +Fp +nn +vD +KR +zt +dL +dL +it +jC +az +jC +it +dL +dL +QB +Rm +MJ +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(29,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +tv +em +em +wp +wp +wp +em +em +em +em +wp +wp +em +em +em +em +wp +wp +wp +em +em +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +KR +Ir +iG +iG +uR +iG +Mv +iG +MM +ar +iW +Za +bc +Za +iL +gE +iL +PO +fV +KR +iD +dL +dL +dL +KR +iy +KR +dL +WJ +Hn +gX +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(30,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +wp +em +em +em +wp +wp +wp +EH +wp +wp +em +em +em +em +wp +wp +wp +wp +em +em +em +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +KR +ds +iG +Yc +iG +iG +Mv +ar +ar +pO +bH +qe +YB +NU +iG +iG +iG +qe +Gc +KR +KR +KR +KR +KR +KR +iG +KR +WJ +Ee +Rm +Lv +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(31,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +em +wp +wp +em +em +em +em +em +wp +em +em +em +em +em +em +em +wp +em +em +em +em +em +tv +em +em +em +em +em +em +em +em +em +em +em +em +tv +tv +em +em +em +em +Qu +qR +em +em +em +em +em +em +em +em +KR +ds +iG +iG +iG +Mv +Mv +Mv +ar +ar +KN +rw +iG +AI +rw +AI +aV +UH +iW +KR +Tc +iG +PL +TA +KR +iG +KR +QB +Rm +Rm +Rm +Rm +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(32,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +em +em +wp +wp +wp +em +em +em +em +wp +vp +em +em +em +em +em +em +em +em +em +em +em +em +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +em +em +em +em +em +as +LS +ok +em +em +em +em +em +em +em +KR +ds +iG +iG +dC +Mv +iG +IH +dC +kA +iW +Za +hg +Za +Za +Za +ds +pF +iJ +KR +KR +KR +hi +KR +KR +iG +KR +KR +KR +KR +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(33,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +tv +em +wp +em +em +wp +em +wp +wp +wp +em +em +em +wp +wp +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +AQ +Ft +Zj +Sw +Cx +Cx +Cx +Cx +Cx +Cx +Cx +KR +tr +rw +rw +Mv +mm +iE +bY +Mv +rw +aa +fQ +qq +hN +sH +sH +ds +iG +iW +KR +MI +Za +Za +Za +Im +Za +xT +jP +BH +KR +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(34,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +tv +tv +em +EH +wp +wp +wp +gz +em +em +em +wp +em +em +em +wp +wp +wp +dt +YH +Bj +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +eZ +UB +MP +MP +ZK +hk +hB +qW +tH +wK +cw +KR +KR +KR +KR +qE +KR +KR +KR +KR +KR +KR +KR +KR +KR +KR +KR +As +OL +UD +KR +MI +Za +PO +PO +PO +Za +nt +Za +MK +KR +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(35,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +em +em +wp +wp +lt +gz +wp +em +em +wp +wp +wp +dt +wp +em +wp +em +em +an +em +em +em +wp +wp +wp +em +em +wp +wp +wp +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +rx +Oi +xE +DT +ED +dn +ap +Zm +sq +sq +VP +wK +wK +wK +TI +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +KR +Za +Pl +Za +Pn +Za +Za +PO +lJ +Za +Za +eb +jP +Ap +cK +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(36,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +em +em +em +YH +WK +Gy +lv +wp +Zu +wp +em +em +em +em +em +wp +em +em +an +em +em +em +em +wp +wp +em +em +wp +wp +wp +wp +em +em +em +em +em +em +em +em +em +em +hk +hk +hk +em +Wc +DQ +Hg +hk +hk +hk +xy +aL +Sb +xy +JS +wK +TI +wK +wK +wK +wK +wK +wK +hB +wK +wK +wK +wK +wK +KR +Za +wD +Za +MG +Za +Za +tM +Za +Za +EY +Mi +Za +Mi +cK +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(37,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +em +em +em +em +em +AV +YH +wp +em +em +em +em +em +em +wp +wp +wp +em +em +an +YH +em +wp +wp +wp +gM +wp +wp +YI +em +em +wp +Du +wp +wp +em +em +em +em +em +em +em +hk +UX +hk +em +Xr +vu +TX +hk +JN +hk +kV +xy +xy +mW +to +oy +hk +hk +hk +hk +dk +hk +hk +hk +hk +wK +wK +wK +wK +KR +kf +Za +PO +Za +WM +Za +PO +Za +Za +rA +uF +Za +iB +KR +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(38,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +em +em +wp +em +Mq +em +em +em +em +em +em +em +em +wp +em +em +em +em +em +Ov +em +wp +wp +GC +wp +wp +wp +wp +wp +wp +wK +wK +Du +em +em +em +em +wK +hk +hk +hk +hk +ED +hk +hk +hk +hk +hk +hk +ED +hk +hk +hk +hk +Os +JS +wK +hk +kk +aD +QG +JS +gB +jc +AS +hk +wK +wK +wK +db +KR +dc +dc +PO +dc +sw +dc +dc +PO +dc +aG +xw +Za +CB +KR +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(39,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +gz +em +iu +dt +gz +wp +em +em +em +em +em +em +em +wp +wp +wp +em +em +em +wp +em +wp +wp +wp +wp +wp +wU +wp +wp +wp +wK +wK +wp +wp +wK +em +wK +wK +hk +YC +dI +tQ +JS +ln +hk +Cb +eP +hk +ln +JS +Ql +kx +Ne +hk +VZ +JS +wK +hk +Jf +JS +JS +JS +UW +DW +hI +hk +ee +wK +wK +wK +KR +Ab +Ie +Za +zP +we +Ie +Uj +Bo +gN +Qy +KR +KR +KR +KR +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(40,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +tv +em +gz +gz +cT +wp +gz +wp +em +em +em +em +em +em +em +em +em +wp +em +em +WS +an +WS +wp +wp +gM +wp +wp +wp +wp +wp +gM +wK +wK +wp +wK +wK +wK +wK +wK +hk +de +hp +hk +JS +Pt +hk +aC +HT +hk +JS +Pt +hk +Mu +sy +hk +wK +JS +wK +hk +WY +ey +JS +kO +ec +Jf +rR +hk +wK +wK +wK +hB +KR +Uj +Ie +oL +Qz +Qz +Ie +Ie +wD +gN +gN +cK +Lv +Rm +Rm +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(41,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +tv +em +em +em +em +EG +WS +wp +em +em +em +em +em +em +em +em +em +em +em +em +em +wp +SD +wp +aS +wp +wp +wp +wp +wp +wp +wp +wp +wp +wK +wK +wK +wK +wK +wK +wK +hk +hk +hk +hk +JS +Pt +hk +aC +EL +hk +kO +Pt +hk +hk +hk +hk +Wq +CW +wK +hk +sG +cd +JS +Qs +JS +JS +rl +hk +wK +wK +wK +wK +KR +Uj +aj +Za +ZQ +zP +Ie +Ie +PO +gN +nX +cK +Lv +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(42,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +em +em +em +em +em +em +em +wp +wp +wp +em +em +em +em +em +em +em +em +em +em +em +wp +Dw +WS +wp +wp +wp +wp +wp +wp +wp +wp +IL +wK +wK +wK +wK +wK +wK +wK +wK +hk +lo +en +MF +Pt +JS +hk +aC +rF +hk +Xn +cd +hU +JV +lo +hk +wK +JS +wK +hk +kE +jg +lX +JS +Xz +jy +sz +hk +wK +kQ +wK +wK +KR +mJ +aj +Za +gN +Qz +Ie +aj +PO +gN +nX +cK +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(43,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +tv +em +em +em +em +em +em +em +em +em +em +em +wp +wp +wp +wp +wp +gz +em +em +em +em +em +em +wp +Dw +wp +wp +wp +wp +wp +wp +wp +wp +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +hk +zY +HU +hk +Pt +JS +hk +hk +ED +hk +jl +ki +hk +wz +NC +hk +wK +JS +wK +hk +hk +hk +hk +ED +hk +hk +hk +hk +wK +wK +wK +wK +KR +nX +ZQ +oL +gN +we +Qz +zP +wD +gN +we +cK +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(44,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +wp +em +em +em +em +em +em +em +em +em +em +em +wp +em +wp +em +gz +gz +em +em +em +em +em +wp +wp +wp +wp +wp +wp +wp +wp +wK +wK +wK +JS +JS +VP +JS +kO +hB +JS +JS +Gb +hk +hk +hk +hk +Pt +JS +JS +lY +JS +JS +Pt +Pt +hk +hk +hk +hk +wK +JS +LU +Ku +wK +wK +wK +JS +wK +xy +wK +Ku +wK +wK +wK +wK +KR +ur +gN +Za +nX +Qz +Qz +zP +PO +ZQ +Kk +KR +KR +KR +KR +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(45,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +wp +wp +em +em +em +em +em +em +em +em +em +em +wp +em +wp +em +em +gz +wp +em +em +em +em +wp +YI +wp +hM +wp +WI +wp +wK +wK +wK +wK +JS +JS +JS +JS +JS +GI +VP +JS +wK +hk +YC +pL +MF +Pt +JS +Ih +iY +iY +Ih +PW +Pt +Hx +Vj +md +hk +wK +JS +wK +wK +wK +wK +wK +JS +wK +JS +JS +kO +JS +JS +JS +JS +OF +Za +Za +Za +Be +Be +dc +Be +Za +Za +Za +qH +lg +PM +KR +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(46,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +gz +gz +wp +em +em +em +em +em +em +em +em +em +em +wp +wp +wp +em +em +em +wp +em +em +em +em +wp +wp +wU +wp +wp +wp +wp +wK +wK +wK +wK +JS +JS +wK +wK +wK +wK +VP +JS +wK +hk +Uz +hs +hk +Pt +VP +Sa +Gs +NP +XS +Pt +Pt +hk +zu +uS +hk +wK +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +HG +JS +JS +JS +OF +lN +Za +PO +PO +Za +Za +PO +Za +Za +PO +qH +qH +Eq +KR +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(47,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +EH +gz +em +wp +gz +em +em +em +wp +wp +wp +wp +em +em +em +em +em +em +em +em +wp +em +em +em +em +em +em +wp +wp +wp +wp +wp +wK +wK +wK +wK +JS +KL +wK +wK +wK +db +JS +JS +wK +hk +hk +hk +hk +Pt +JS +Sa +kg +Ye +VF +Pt +Qs +hk +hk +hk +hk +wK +er +ey +JS +VP +JS +JS +JS +JS +JS +JS +JS +JS +kO +JS +JS +OF +lN +Za +PO +Za +Za +Za +PO +Za +PO +PO +qH +qH +Fs +KR +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(48,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +wp +em +em +gz +gz +wp +wp +wp +wp +em +em +em +em +em +em +em +em +em +wp +wp +em +em +em +em +em +em +wp +wp +wp +wp +wp +wK +hB +wK +wK +JS +Eg +wX +wX +wK +cV +JS +JS +wK +hk +ge +JS +kO +Pt +JS +Ih +Ur +SL +cd +tz +Pt +Pt +sZ +ch +hk +wK +JS +JS +wK +wK +wK +wK +JS +wK +VP +PG +JQ +JS +JS +JS +JS +OF +Za +lJ +PO +PO +PO +Za +PO +PO +Za +uk +Za +Za +Ap +cK +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(49,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +em +tv +em +em +wp +em +em +em +em +wp +em +em +wp +wp +iZ +wp +wp +wp +wp +wp +gz +gz +gz +em +em +em +em +em +em +YW +wp +wp +wp +wp +wp +wK +wK +wK +wK +to +JS +wK +wX +wK +wK +JS +JS +wK +hk +ge +Pt +rU +JS +Qn +GS +md +md +dG +JS +Pt +Pt +Pt +rp +hk +wK +JS +JS +wK +gq +wK +wK +JS +wK +OZ +Wq +cj +wK +wK +fM +wK +KR +Dj +Au +Au +Au +Za +PO +ul +SZ +Ns +Za +Za +Za +Ap +cK +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(50,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +em +tv +tv +em +gz +gz +em +em +em +em +em +em +em +em +em +em +em +em +em +em +gz +em +em +em +em +em +em +em +wp +wp +wp +wp +wp +wp +wK +wK +wK +wK +gq +JS +JS +wK +wX +wK +wK +JS +JS +wK +hk +hk +hk +hk +WH +Da +hk +ED +ED +hk +WH +WH +hk +hk +hk +hk +wK +JS +JS +wK +hk +hk +hk +ED +hk +hk +Zq +WH +WH +CZ +hk +wK +KR +gN +gN +gN +gN +Za +KR +ES +ES +ES +KR +Eq +qH +qH +KR +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(51,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +wp +gz +em +em +em +em +em +em +em +wp +wp +wp +em +em +em +gz +gz +em +em +em +em +em +em +em +eh +wK +wK +wK +wK +wK +wK +wK +hk +hk +hk +ZU +ED +hk +hk +hk +Lp +JS +JS +wK +Ku +wK +wK +wK +TI +wK +oo +JS +VP +wK +wK +wK +wK +wK +wK +wK +wK +JS +JS +wK +hk +qi +pG +pG +sr +GQ +Md +Gt +XI +pK +hk +wK +KR +gN +JO +JO +we +Za +KR +Lv +Rm +Rm +KR +PM +qH +Fs +KR +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(52,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +tv +em +gz +gz +em +em +em +em +em +em +em +em +wp +wp +gz +gz +gz +em +em +em +em +em +em +em +em +em +wK +wK +wK +wK +wK +wK +wK +hk +Sn +ln +JS +Hm +ln +Ui +hk +wK +JS +kO +JS +JS +JS +JS +JS +JS +JS +JS +JS +YM +JS +VP +JS +JS +JS +JS +JS +JS +JS +JS +wK +hk +Mf +pa +ae +pG +VF +YC +gu +VF +pG +hk +wK +KR +JO +JO +Ph +we +Za +KR +Lv +Rm +Rm +KR +qH +SU +Fs +KR +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(53,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +wp +wp +em +em +em +em +em +em +em +em +em +em +em +EH +em +em +em +em +em +em +em +em +em +em +wK +wK +wK +wK +wK +wK +wK +hk +qz +JS +cd +VP +JS +JS +Gf +wK +JS +JS +JS +JS +JS +JS +ey +JS +JS +JS +kO +JS +kO +VP +JS +JS +VP +JS +JS +JS +JS +JS +wK +hk +xc +pa +pG +YC +YC +YC +YC +VF +AJ +hk +wK +KR +KR +KR +KR +KR +KR +KR +Lv +Lv +Rm +KR +KR +KR +KR +KR +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(54,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +gz +gz +wp +em +em +em +em +em +em +em +em +em +wp +em +em +em +em +em +em +em +em +em +wK +IL +wK +wK +wK +wK +wK +wK +hk +Ez +JS +uw +cd +JS +Ui +hk +wK +JS +JS +wK +gq +wK +wK +wK +wK +wK +wK +JS +JS +wK +vk +Uq +IL +wK +wK +Tg +wK +JS +JS +yt +hk +pj +pG +pG +Kr +Re +iI +hx +zS +zS +hk +Tx +Cx +em +em +tv +em +vr +vr +Lv +Lv +Lv +Lv +Lv +Lv +Rm +Lv +Rm +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(55,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +tv +em +em +gz +gz +wp +wp +wp +em +em +em +em +em +gz +gz +gz +wp +wp +em +em +em +em +wK +wK +wK +wK +wK +wK +hB +wK +wK +hk +uy +JS +JS +cd +cd +JS +hk +wX +Eg +JS +wK +hk +hk +hk +hk +WH +WH +hk +ED +ED +hk +aJ +yi +hk +hk +hk +hk +Lp +JS +JS +wK +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +wK +Cx +em +em +tv +em +vr +vr +vr +vr +vr +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(56,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +em +em +em +em +em +em +wp +wp +wp +em +em +em +em +wp +em +em +wp +em +em +em +em +wK +XF +wK +em +em +wK +wK +wK +wK +hk +Ua +JS +JS +JS +cd +Ui +hk +wK +Eg +JS +wK +hk +jW +YJ +Ii +JS +JS +ln +kO +cd +ln +cd +QY +VT +dI +YC +hk +wK +JS +JS +JS +ED +JS +xj +JS +JS +Ih +Ih +Vj +cQ +hk +wK +wK +Cx +em +em +tv +em +em +em +em +vr +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(57,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +em +em +em +em +em +em +wp +wp +gz +gz +em +em +em +wp +em +em +wp +em +em +em +em +em +em +wK +wK +em +wK +wK +wK +wK +hk +hR +JS +JS +JS +JS +Ui +hk +wK +Eg +JS +wK +hk +Uf +kT +hk +JS +Pt +qb +Pt +JS +ai +Qs +Pt +hk +hp +de +hk +wK +JS +JS +wK +hk +JS +Pt +JS +VF +Vi +Qo +iY +Ih +hk +wK +wK +Cx +em +em +tv +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(58,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +em +em +em +gz +gz +em +gz +gz +em +wp +wp +em +em +wp +em +wp +gz +em +em +em +em +em +em +em +tp +em +em +wK +wK +wK +hk +uc +JS +JS +kO +JS +Ym +hk +wK +JS +JS +wK +hk +hk +hk +hk +xf +Pt +hk +hk +hk +hk +JS +Pt +hk +hk +hk +hk +wX +nQ +to +wK +hk +Wa +XE +pR +Pt +DI +dM +tP +tW +hk +wK +Cx +Cx +em +em +tv +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(59,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +xI +xI +gz +gz +em +em +em +em +gz +vp +em +em +em +em +wp +em +em +em +em +em +em +em +em +wK +wK +em +wK +wK +wK +hk +Go +gI +eB +JS +VP +JS +hk +wK +JS +JS +wK +hk +lo +en +hU +JS +Pt +hk +Mu +oK +hk +Pt +Pt +bh +lR +jW +hk +mW +kO +JS +wK +hk +HI +XE +HI +om +DI +Bf +FL +tW +hk +wK +Cx +Cx +em +em +tv +tv +em +em +em +em +em +em +vr +vr +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(60,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +xI +xI +jX +EI +eT +wp +wp +gz +gz +gz +em +em +em +em +wp +wp +em +em +em +em +em +em +em +em +em +wK +wK +wK +Tx +wK +hk +DO +gI +eB +JS +JS +JS +ED +JS +JS +JS +wK +hk +Hu +QU +hk +cd +Pt +Ql +vJ +CG +hk +Pt +JS +hk +xo +rN +hk +wK +VP +Eg +wX +hk +HI +XE +HI +Pt +DI +dN +nh +tW +hk +wK +wK +wK +em +em +em +tv +em +em +em +em +em +vr +vr +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(61,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +em +xI +Iy +sD +nF +em +em +em +em +em +em +em +em +em +em +wp +em +em +em +wp +em +em +em +em +em +em +ZK +wK +wK +wK +Do +hk +eX +Ti +eB +JS +sc +JS +ED +JS +JS +JS +wK +hk +hk +hk +hk +JS +Pt +hk +hk +KZ +hk +jl +kO +hk +hk +hk +hk +wK +JS +JS +wK +hk +HI +XE +HI +Pt +DI +jT +Aa +tW +hk +wK +wK +wK +em +em +em +tv +tv +em +em +em +em +vr +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(62,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +tv +xI +Jp +jX +AK +sD +JR +gz +em +em +em +em +em +em +em +em +em +fr +em +em +em +wp +em +em +em +em +em +em +em +wK +wK +wK +wK +hk +gI +Ti +wB +AX +rn +lr +hk +Lp +JS +JS +wK +hk +CG +zO +Ql +JS +JS +hk +fm +ft +hk +Pt +Pt +Gv +en +lo +hk +wK +to +JS +wK +hk +HI +jW +HI +Pt +Ih +SL +SL +Ih +hk +wK +wK +wK +tp +em +em +em +tv +em +em +em +em +em +Lv +Lv +em +vr +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(63,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +tv +em +xI +Bt +gz +Yh +JR +JI +Bt +xI +em +em +em +em +em +em +em +em +em +em +em +wp +wp +em +em +em +em +em +em +em +wK +wp +wK +wK +hk +eB +AX +eB +AX +eB +uO +hk +wK +to +kO +wK +hk +sy +Mc +hk +XR +JS +MF +VJ +YC +hk +JS +JS +hk +HU +zY +hk +wX +Eg +JS +wK +hk +HI +tX +HI +Xz +Ih +Ih +ZL +NH +hk +wK +wK +wK +wK +wK +em +em +tv +tv +em +em +em +em +em +Lv +Lv +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(64,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +em +xI +gz +gz +gz +gO +De +gz +xI +em +em +em +em +em +em +em +em +em +em +wp +wp +wp +wp +wp +em +em +em +em +em +wp +wp +wK +wK +hk +bP +eB +ib +AX +eB +AX +hk +wK +JS +JS +wK +hk +hk +hk +hk +JS +JS +hk +hk +hk +hk +JS +JS +hk +hk +hk +hk +mW +VP +VP +Xe +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +em +em +wK +wK +XF +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(65,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +xI +Bt +lD +Bt +xI +xI +xI +tv +tv +em +em +em +em +em +em +em +em +em +wp +em +em +wp +wp +em +wp +wp +wp +wp +wp +IL +wK +hk +IN +FB +hd +sE +gI +cM +hk +wK +JS +JS +wK +hk +CG +kx +Ql +JS +JS +hk +TL +Uf +hk +ki +JS +DG +xk +yU +hk +wK +JS +JS +wK +wK +wK +wK +LU +wK +yt +wK +wK +wK +hB +em +XF +wK +wK +em +em +em +em +tv +tv +em +em +em +em +vr +Lv +Lv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(66,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +xI +xI +Lr +xI +xI +em +tv +em +tv +tv +tv +tv +em +em +em +em +em +em +wp +em +em +wp +wp +wp +wp +em +em +wp +wp +wK +wK +hk +cm +eB +AX +eB +gI +DU +hk +wK +JS +VP +wK +hk +fB +IX +hk +ER +JS +bh +cN +jW +hk +cd +ER +hk +xm +LP +hk +mW +JS +kO +JS +JS +JS +JS +JS +JS +wK +wK +wK +em +em +em +wK +wK +em +em +em +em +em +em +tv +em +em +em +em +vr +Lv +Lv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(67,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +tv +xI +xI +xI +xI +CE +xI +xI +xI +xI +em +em +em +em +tv +tv +em +em +em +em +wp +wp +wp +wp +wp +em +em +em +em +em +wK +wp +wK +wK +hk +ic +fd +wR +AX +Ti +DU +hk +wK +JS +JS +wK +hk +hk +hk +hk +hk +ED +hk +hk +hk +hk +ED +hk +hk +hk +hk +hk +Lp +JS +JS +JS +JS +mM +JS +kO +JS +mW +wK +wK +kR +em +em +wK +wK +em +em +em +em +em +em +tv +em +em +em +em +em +Lv +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(68,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +xI +Qe +pb +pb +AU +xI +pb +pb +xI +em +em +em +em +em +em +tv +em +em +em +wp +wp +wp +em +em +em +em +em +em +em +wK +wK +wK +wK +hk +eB +AX +AX +eB +Ti +cM +hk +wK +Eg +JS +wK +hk +DF +vF +hk +Uk +QY +Jt +JS +XN +cd +Dy +XN +Dy +hk +wK +wK +wK +JS +JS +wK +wK +wK +JS +wK +wK +wK +wK +wK +wK +wK +em +wK +wK +wK +em +em +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(69,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +tv +em +xI +xI +xI +pb +pb +xI +pb +pb +xI +xI +xI +xI +xI +em +em +tv +tv +em +em +wp +em +wp +em +em +em +em +em +em +em +wK +wK +wK +wK +hk +iT +TS +kt +bW +xd +Ti +hk +GK +Eg +JS +wK +hk +JS +AM +hk +Pt +Pt +bB +hk +zG +XN +XN +uT +oF +hk +wK +wK +wK +JS +JS +lp +hk +hk +ED +hk +hk +hk +hk +hk +hk +hk +hk +hk +wK +wK +em +em +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(70,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +tv +em +em +em +xI +pb +pb +xI +Qe +pb +pb +pb +pb +ha +xI +em +em +em +tv +em +em +wp +wp +wp +em +em +em +em +em +em +em +em +wK +wK +wK +hk +hk +hk +hk +hk +hk +hk +hk +KK +Eg +JS +wK +hk +VU +JS +hk +ED +hk +ED +hk +XN +XN +XN +Dy +XN +hk +wK +wK +wK +JS +JS +wK +hk +HF +Pt +Bm +Pt +my +Er +my +IB +pS +BD +hk +hk +wK +em +em +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(71,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +tv +em +em +em +xI +xI +pb +xI +pb +pb +pb +xI +xI +pb +xI +em +em +em +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +wK +wK +wK +wK +wK +wK +wK +hB +wK +wK +ee +wK +JS +JS +wK +hk +Kb +kO +hk +ld +hk +YK +hk +Ff +on +on +on +Ff +hk +wK +wK +wK +JS +JS +wK +hk +Az +Pt +Pt +Pt +lM +Zp +KO +JS +pS +dY +KA +hk +wK +wK +em +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(72,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +em +xI +pb +xI +xI +xI +pb +pb +xI +pb +xI +em +em +em +em +tv +em +em +em +em +em +em +em +em +em +em +em +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +JS +JS +wK +hk +hk +pH +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +wK +IL +wK +JS +JS +wK +hk +Tl +Pt +Fn +Pt +Pt +Pt +Pt +JS +al +MO +QL +hk +wK +wK +em +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(73,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +em +xI +pb +pb +pb +xI +xI +xI +xI +pb +xI +xI +em +em +em +tv +tv +em +em +em +em +em +em +em +Du +em +em +em +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +JS +JS +wK +Ku +wK +wK +wK +IL +wK +wK +wK +wK +wK +wK +wK +wK +nf +wK +wK +wK +JS +JS +wK +hk +Nj +JS +Mk +JS +Pt +Pt +Pt +sc +uv +JK +lF +hk +wK +wK +XF +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(74,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +em +xI +ha +pb +pb +pb +pb +pb +pb +pb +lw +xI +em +em +em +em +tv +tv +em +em +em +em +em +em +wK +wK +fP +wK +IL +wK +wK +wK +wK +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +VP +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +VP +JS +wK +hk +vz +JS +cp +wF +cp +hk +cp +vc +hk +mn +MD +hk +em +tp +wK +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(75,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +em +xI +xI +lw +xI +xI +xI +xI +pb +xI +xI +pb +xI +em +em +em +em +em +tv +em +em +em +em +em +em +IL +ws +em +wK +wK +wK +wK +wK +wK +JS +kO +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +to +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +JS +VP +wK +hk +sg +JS +qn +VP +OV +hk +fD +Pt +hk +ET +YQ +hk +em +em +wK +em +em +em +tv +em +em +em +em +em +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(76,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +em +xI +Qe +pb +pb +pb +pb +xI +pb +xI +pb +pb +xI +em +em +em +em +em +tv +tv +em +em +em +em +em +hB +wK +em +vE +wE +wK +wK +wK +wK +JS +JS +wK +wK +wK +wK +wK +wK +gq +wK +yt +wK +wK +wK +wK +wK +JS +wK +Uq +wK +wK +wK +wK +wK +ee +gq +wK +JS +JS +wK +hk +Qc +JS +qn +fT +TN +hk +eL +Ws +hk +yS +hk +hk +em +em +wK +wK +em +em +tv +em +em +em +em +em +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(77,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +em +xI +xI +xI +pb +xI +pb +xI +pb +xI +pb +xI +xI +em +em +em +em +em +em +tv +em +em +em +em +em +em +em +em +em +mw +wK +wK +ku +wK +JS +JS +wK +wK +wK +wK +wK +wK +hk +hk +rM +WH +hk +hk +hk +hk +ED +hk +rM +WH +hk +WH +WH +hk +hk +hk +wK +JS +JS +Gb +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +wK +em +em +em +wK +em +em +tv +em +em +em +em +vr +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(78,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +Lv +em +em +tv +em +em +xI +xI +xI +Qe +xI +pb +xI +pb +xI +pb +xI +pb +xI +em +em +em +em +em +em +em +em +tv +em +em +em +em +em +em +em +em +wK +qw +yt +oe +wK +JS +JS +wK +hk +hk +hk +hk +hk +hk +FU +fz +Rx +bJ +Gz +qZ +ln +JS +ln +sa +JS +IB +sc +JS +Di +RO +hk +wK +Xt +VP +wK +wK +wK +wK +Tx +hB +wK +wK +wK +wK +wK +wK +wK +wK +em +em +em +wK +em +em +tv +em +em +em +em +em +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(79,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +xI +xI +pb +pb +pb +pb +pb +xI +pb +xI +pb +xI +pb +xI +em +em +em +em +em +em +em +em +em +tv +em +em +em +em +em +em +em +wK +IU +wK +IU +wK +JS +JS +wK +hk +ab +HJ +mE +GF +hk +AT +JS +oR +bJ +JS +Pt +Tm +JS +JS +Fb +JS +cd +ki +JS +yH +Br +hk +wK +JS +JS +mW +wK +hk +hk +hk +hk +hk +hk +hk +wK +wK +wK +wK +wK +wK +em +em +wK +em +em +tv +em +em +em +em +vr +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(80,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +xI +pb +pb +xI +xI +xI +xI +xI +pb +xI +pb +xI +pb +xI +em +em +em +em +em +em +em +em +em +tv +tv +tv +tv +em +em +em +Ow +wK +IU +aK +IU +wK +JS +JS +wK +hk +jV +tz +JS +AY +hk +gK +JS +jM +bJ +JS +OY +yP +Pt +QY +VG +EX +Pt +OT +JS +Zk +VW +hk +wK +VP +JS +wK +wK +hk +oi +ct +wh +Pt +yK +hk +wK +wK +wK +wK +wK +wK +em +wK +wK +em +em +tv +em +em +em +em +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(81,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +xI +pb +pb +xI +xI +pb +pb +ha +pb +pb +pb +pb +pb +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +tv +em +em +em +GG +wK +oe +wK +oe +wK +JS +JS +wK +hk +FH +QY +xa +ll +hk +DL +JS +Hh +JS +JS +JS +Nd +JS +JS +VP +JS +Pt +xL +JS +qO +mS +hk +wK +VP +JS +wK +wK +hk +JS +Pt +VF +VF +qN +hk +wK +wK +wK +wK +wK +wK +em +wK +em +em +em +tv +em +em +em +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(82,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +xI +xI +pb +pb +xI +pb +xI +xI +pb +pb +xI +xI +xI +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +tv +em +em +em +em +wK +oe +db +IU +wK +JS +JS +wK +hk +ls +Pt +Zi +kn +hk +ps +Qs +ZG +bJ +JS +cd +PK +JS +JS +JS +JS +Pt +JS +JS +AG +RO +hk +wK +JS +kO +wK +wK +hk +ff +Fn +Pt +rt +Bp +hk +wK +wK +wK +wK +wK +wK +wK +wK +em +em +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(83,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +xI +xI +pb +xI +pb +Qe +xI +xI +xI +xI +Bb +pb +pb +pb +pb +ha +xI +xI +xI +xI +pb +xI +xI +pb +xI +tv +em +em +em +em +wK +oe +wK +IU +wK +JS +JS +hB +hk +Nt +Pt +JS +QY +hk +NR +JS +yT +bJ +Qs +Pt +Pz +Nd +JS +DA +eN +Tm +bd +Pt +Hj +Cw +hk +wK +JS +JS +JS +JS +SR +gk +nE +HS +oO +Bp +hk +wK +wK +wK +wK +wK +wK +wK +em +em +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(84,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +xI +pb +xI +xI +xI +xI +pb +pb +pb +pb +xI +xI +xI +xI +xI +xI +TH +Qe +xI +pb +xI +pb +pb +xI +em +tv +em +em +em +TZ +wK +wK +wK +wK +JS +JS +wK +hk +BU +zV +RA +VP +hk +BU +Pt +yP +bJ +JS +JS +Pt +JS +JS +zd +JS +Pt +CD +JS +eH +Rx +hk +wK +JS +JS +wK +wK +hk +YT +oO +uN +uC +To +hk +wK +wK +wK +wK +wK +em +em +em +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(85,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +xI +pb +pb +pb +pb +pb +pb +xI +xI +xI +xI +pb +lw +xI +lw +xI +pb +pb +xI +pb +xI +Qe +pb +xI +em +tv +em +em +em +em +em +wK +wK +wK +JS +JS +wK +hk +fU +Yl +Pt +Pt +ED +JS +VF +tz +JS +kO +JS +JS +JS +Pt +Tm +Pt +Pt +JS +JS +qO +Tk +hk +wK +JS +JS +wK +wK +hk +Yi +Yi +Yi +JS +zD +hk +wK +wK +wK +em +em +em +em +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(86,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +xI +lw +xI +xI +xI +xI +xI +xI +pb +pb +pb +pb +pb +xI +pb +xI +pb +pb +pb +pb +xI +xI +xI +xI +em +tv +em +em +em +em +em +wK +wK +wK +JS +JS +wK +hk +hk +hk +hk +hk +hk +VV +JS +Sq +bJ +JS +GM +tB +qM +WL +Rx +JS +PC +PC +PC +ER +RQ +hk +wK +JS +JS +wK +wK +hk +GP +GP +fy +gQ +jR +hk +wK +em +wK +wK +em +em +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(87,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +xI +xI +xI +xI +xI +pb +ri +pb +pb +pb +pb +pb +pb +pb +xI +em +em +tv +em +em +em +em +em +wK +wK +JS +JS +wK +wK +wK +wK +wK +wK +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +hk +wK +JS +JS +wK +wK +hk +hk +hk +hk +hk +hk +hk +em +em +wK +em +em +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(88,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +em +xI +xI +xI +xI +xI +xI +xI +xI +Qe +xI +pb +pb +pb +pb +pb +xI +pb +pb +pb +pb +pb +pb +lw +xI +em +em +tv +em +em +em +em +em +wK +DB +JS +JS +wK +wK +wK +wK +wK +wK +wK +wK +jb +jb +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +JS +JS +wK +wK +wK +em +em +em +em +em +em +em +em +em +em +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(89,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +em +xI +Qe +SO +pb +pb +pb +pb +xI +xI +xI +pb +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +em +em +tv +em +em +em +em +em +wK +wK +JS +JS +JS +JS +JS +JS +JS +JS +Tg +wK +kO +JS +JS +JS +JS +hB +JS +JS +to +kO +JS +JS +JS +JS +JS +JS +JS +JS +JS +wK +wK +em +em +em +em +em +em +tv +tv +tv +tv +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(90,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +em +xI +xI +TH +xI +pb +xI +pb +pb +pb +pb +pb +xI +pb +pb +xI +Qe +gs +xI +xI +xI +gs +Qe +xI +em +em +em +tv +tv +em +em +em +em +wK +wK +JS +JS +JS +JS +JS +wK +em +em +wK +JS +JS +JS +to +JS +JS +JS +JS +kO +JS +JS +JS +JS +kO +hB +wK +XR +JS +JS +JS +wK +em +em +em +em +em +em +em +tv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(91,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +xI +pb +pb +xI +pb +xI +xI +pb +xI +xI +xI +xI +pb +ha +xI +vA +pb +Ix +XQ +ud +pb +vA +xI +em +em +em +em +tv +em +em +em +em +wK +wK +wK +em +em +em +em +em +em +em +wK +wK +wK +wK +wK +wK +jb +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +wK +em +em +em +em +em +em +em +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(92,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +em +xI +pb +pb +xI +pb +xI +pb +pb +pb +pb +pb +pb +pb +pb +xI +pb +pb +pb +vA +pb +ha +pb +xI +em +em +em +em +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +wK +wK +wK +em +wK +em +em +em +wK +wK +em +em +em +em +em +em +em +em +tv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(93,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +em +xI +pb +pb +xI +pb +xI +pb +xI +xI +pb +lw +pb +pb +pb +xI +vq +pb +NB +TO +lh +pb +vq +xI +em +em +em +em +em +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +XF +wK +em +em +em +em +em +em +wK +wK +em +em +em +em +em +em +em +em +em +tv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(94,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +em +xI +xI +pb +pb +xI +lw +xI +pb +pb +xI +pb +pb +pb +xI +pb +xI +ha +pb +lh +AD +NB +pb +pb +xI +em +em +em +em +em +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(95,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +em +xI +pb +pb +xI +xI +pb +xI +pb +Qe +xI +pb +pb +pb +xI +pb +xI +pb +pb +NB +pb +TO +lh +pb +xI +em +em +em +em +em +em +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +vr +vr +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(96,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +pb +xI +xI +xI +pb +xI +xI +xI +xI +pb +xI +xI +xI +pb +xI +vA +pb +pb +pb +dQ +pb +vA +xI +em +em +em +em +em +em +tv +tv +em +em +em +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +tv +tv +tv +tv +tv +em +em +tv +tv +tv +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +vr +vr +vr +vr +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(97,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +pb +xI +Qe +xI +ha +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +Qe +pb +wN +lh +vq +pb +Qe +xI +xI +xI +xI +em +em +em +em +tv +tv +tv +tv +tv +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +xI +xI +xI +tv +tv +tv +tv +xI +xI +xI +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(98,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +tv +em +em +xI +pb +xI +pb +pb +pb +pb +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +CE +xI +xI +xI +xI +xI +pb +xI +xI +em +em +em +em +em +xI +xI +xI +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +pb +xI +xI +xI +xI +xI +xI +BJ +xI +xI +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(99,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +em +tv +em +em +xI +pb +xI +pb +xI +xI +pb +pb +pb +xI +xI +Qe +pb +pb +pb +pb +pb +pb +pb +oH +pb +pb +pb +pb +xI +pb +pb +pb +em +em +em +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +BJ +BJ +xI +xI +tv +tv +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(100,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +em +em +tv +em +em +xI +pb +xI +pb +pb +xI +xI +xI +pb +pb +xI +xI +pb +xI +xI +xI +xI +In +xI +xI +xI +pb +xI +pb +xI +pb +xI +pb +pb +em +em +em +xI +xI +pb +pb +pb +pb +pb +pb +Qe +pb +pb +pb +QH +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +Qe +pb +pb +pb +pb +pb +pb +BJ +BJ +BJ +BJ +BJ +BJ +BJ +xI +xI +tv +tv +tv +tv +tv +tv +tv +tv +tv +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(101,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +em +tv +em +em +xI +pb +xI +xI +pb +pb +pb +xI +xI +pb +pb +xI +pb +xI +pb +Qe +xI +pb +xI +pb +xI +pb +xI +Qe +xI +pb +xI +xI +pb +pb +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +Qe +pb +pb +pb +LV +pb +pb +BJ +BJ +pb +pb +pb +pb +pb +BJ +BJ +pb +pb +Le +BJ +BJ +BJ +BJ +BJ +BJ +BJ +xI +xI +xI +xI +xI +xI +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(102,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +em +tv +em +em +xI +In +pb +xI +xI +xI +pb +pb +xI +xI +pb +pb +pb +xI +pb +pb +xI +pb +xI +pb +xI +pb +xI +xI +xI +pb +pb +xI +Qe +em +em +em +xI +pb +ha +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +BJ +BJ +nT +BJ +BJ +BJ +BJ +BJ +BJ +xI +NJ +xI +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(103,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +em +em +em +tv +em +em +xI +pb +pb +pb +pb +xI +Qe +pb +pb +xI +xI +xI +xI +xI +pb +xI +xI +pb +xI +pb +xI +pb +xI +pb +pb +pb +xI +xI +xI +em +em +em +xI +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +nT +BJ +BJ +BJ +BJ +xI +BJ +BJ +xI +BJ +xI +xI +xI +xI +NJ +xI +em +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(104,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +pb +pb +pb +pb +xI +xI +pb +pb +pb +xI +pb +pb +pb +pb +lw +pb +pb +xI +pb +xI +pb +xI +pb +pb +xI +xI +pb +pb +Qe +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +LV +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +BJ +BJ +BJ +BJ +BJ +BJ +NJ +NJ +NJ +NJ +xI +em +em +em +tv +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(105,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +xI +lw +pb +pb +pb +xI +xI +lw +pb +xI +xI +pb +xI +pb +pb +pb +pb +xI +pb +pb +pb +xI +pb +lw +xI +pb +pb +xI +em +em +xI +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +LV +pb +pb +Bb +pb +pb +pb +pb +pb +pb +BJ +BJ +BJ +xI +BJ +BJ +xI +BJ +xI +xI +xI +xI +NJ +xI +xI +em +em +tv +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(106,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +xI +xI +pb +pb +pb +pb +xI +xI +pb +xI +pb +pb +xI +xI +pb +xI +xI +xI +pb +xI +pb +xI +pb +pb +xI +pb +xI +xI +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +Bb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +ha +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +LV +pb +pb +pb +BJ +pb +BJ +BJ +pb +BJ +BJ +BJ +BJ +xI +cS +NJ +cS +xI +em +em +tv +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(107,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +tv +em +xI +xI +xI +xI +pb +lw +Qe +xI +xI +pb +xI +xI +pb +xI +Qe +pb +pb +xI +xI +pb +xI +pb +xI +pb +dQ +pb +In +xI +xI +xI +xI +pb +pb +pb +pb +pb +pb +LV +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +pb +pb +pb +pb +pb +BJ +pb +pb +pb +BJ +BJ +BJ +BJ +BJ +xI +xI +NJ +xI +xI +em +em +tv +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(108,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +em +xI +xI +Cm +xI +xI +xI +pb +pb +xI +pb +xI +pb +pb +pb +pb +zL +pb +pb +pb +xI +pb +xI +xI +xI +xI +pb +pb +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +BJ +pb +pb +pb +pb +pb +BJ +BJ +pb +BJ +pb +pb +BJ +BJ +BJ +xI +cS +NJ +cS +xI +em +em +tv +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(109,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +xI +pb +pb +pb +pb +xI +Qe +pb +pb +pb +xI +xI +xI +xI +xI +pb +xI +xI +xI +xI +pb +xI +pb +pb +pb +AZ +pb +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +LV +pb +pb +pb +pb +pb +Qe +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +BJ +xI +xI +xI +xI +NJ +xI +xI +em +em +tv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(110,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +em +em +tv +em +em +em +xI +xI +pb +pb +pb +xI +xI +xI +xI +pb +xI +In +pb +pb +xI +pb +xI +xI +pb +pb +pb +xI +pb +pb +pb +pb +pb +xI +pb +Qe +pb +pb +Qe +pb +pb +Qe +pb +pb +Qe +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +QH +pb +pb +pb +pb +pb +pb +pb +ha +pb +pb +pb +AZ +pb +pb +pb +pb +pb +pb +BJ +pb +BJ +xI +Rs +Nz +PT +NJ +NJ +xI +em +em +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(111,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +em +em +tv +em +em +em +em +xI +pb +pb +pb +pb +xI +xI +xI +xI +xI +lw +pb +pb +xI +pb +pb +pb +pb +xI +pb +xI +pb +pb +pb +pb +Qe +xI +pb +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +BJ +xI +Nh +fx +wA +NJ +NJ +xI +em +em +tv +em +em +em +Lv +Lv +Lv +em +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(112,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +em +em +tv +em +em +em +em +xI +xI +pb +xI +pb +Qe +xI +pb +pb +pb +pb +pb +pb +xI +xI +xI +xI +xI +xI +xI +xI +pb +pb +In +pb +pb +CE +pb +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +Bb +pb +pb +pb +pb +pb +LV +pb +BJ +pb +xI +BW +HE +tZ +NJ +NJ +xI +em +em +tv +em +em +em +Lv +Lv +Lv +em +em +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(113,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +em +xI +xI +ha +xI +pb +pb +xI +xI +xI +xI +cq +xI +pb +QH +pb +pb +pb +pb +pb +pb +pb +th +pb +pb +pb +pb +CE +SO +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +pb +pb +pb +pb +pb +pb +pb +Qe +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +BJ +pb +pb +pb +pb +pb +pb +pb +xI +xI +xI +xI +NJ +xI +xI +em +em +tv +em +em +em +Lv +Lv +Lv +em +em +em +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(114,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +xI +xI +xI +xI +xI +xI +pb +xI +xI +pb +pb +pb +xI +pb +pb +xI +xI +xI +pb +pb +xI +pb +xI +pb +pb +pb +pb +pb +pb +pb +CE +pb +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +LV +pb +pb +pb +BJ +BJ +pb +pb +pb +pb +pb +pb +pb +pb +BJ +pb +pb +pb +xI +iS +iS +iS +xM +iS +iS +iS +em +tv +em +em +em +Lv +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(115,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +xI +Qe +pb +pb +pb +pb +pb +pb +xI +xI +xI +pb +xI +pb +pb +pb +pb +xI +xI +pb +xI +Qe +xI +ha +pb +pb +pb +pb +pb +Qe +xI +pb +nV +nV +nV +nV +nV +nV +nV +nV +nV +nV +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +BJ +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +iS +Nf +oP +js +um +tK +iS +em +tv +em +em +em +Lv +Lv +Lv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(116,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +xI +xI +xI +pb +xI +xI +xI +pb +pb +pb +xI +pb +xI +pb +xI +xI +pb +Qe +xI +xI +xI +xI +xI +xI +pb +xI +xI +xI +pb +pb +xI +pb +Qe +pb +pb +Qe +pb +pb +Qe +pb +pb +Qe +pb +lw +pb +pb +pb +pb +LV +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +BJ +pb +pb +Qe +pb +pb +pb +xI +xI +xI +iS +ut +ut +um +rs +oP +iS +tv +tv +em +em +em +Lv +Lv +Lv +Lv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(117,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +pb +xI +xI +xI +xI +xI +pb +xI +pb +xI +pb +xI +pb +pb +pb +xI +lw +pb +pb +xI +pb +pb +xI +pb +pb +pb +xI +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +Qe +pb +pb +pb +LV +BJ +BJ +pb +pb +pb +pb +pb +xI +em +em +iS +AO +um +um +oP +um +iS +tv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(118,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +xI +pb +pb +xI +nK +nK +xI +pb +xI +pb +xI +ha +xI +xI +xI +xI +xI +xI +pb +pb +xI +pb +pb +xI +pb +pb +xI +xI +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +ha +pb +pb +pb +pb +pb +pb +BJ +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +em +em +iS +KV +um +Ni +um +Vv +iS +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(119,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +xI +xI +pb +xI +xI +nK +xI +pb +xI +pb +xI +pb +pb +xI +pb +pb +pb +xI +pb +pb +xI +pb +pb +xI +pb +xI +xI +em +xI +pb +pb +pb +pb +pb +lw +pb +pb +pb +ha +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +xI +em +em +iS +um +js +iS +iV +NY +iS +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(120,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +em +em +xI +pb +pb +xI +nK +xI +pb +xI +pb +xI +pb +pb +xI +Qe +pb +pb +xI +xI +pb +xI +xI +xI +xI +xI +xI +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +AZ +pb +pb +Qe +pb +pb +pb +pb +pb +pb +pb +BJ +BJ +pb +pb +pb +pb +pb +pb +Bb +pb +pb +xI +em +em +iS +Zn +iS +iS +iS +Zn +iS +tv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(121,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +tv +em +em +em +xI +xI +pb +xI +nK +xI +pb +xI +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +xI +em +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +ha +pb +pb +BJ +pb +pb +pb +pb +pb +pb +pb +ha +xI +em +em +iS +iS +iS +iS +iS +iS +iS +tv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(122,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +tv +em +xI +xI +xI +pb +pb +xI +nK +xI +pb +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +pb +xI +xI +em +em +em +xI +pb +pb +Qe +pb +LV +pb +pb +pb +LV +pb +pb +pb +pb +Qe +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +LV +pb +pb +pb +pb +xI +em +em +iS +iS +iS +iS +iS +iS +iS +tv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(123,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +xI +pb +pb +pb +xI +xI +nK +xI +pb +xI +pb +xI +aZ +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +em +em +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +In +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +LV +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +em +em +em +em +em +em +em +em +em +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(124,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +xI +xI +xI +pb +xI +xI +xI +xI +pb +pb +cq +pb +ha +pb +pb +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +em +em +em +em +xI +pb +ha +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +lw +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +Qe +pb +pb +pb +pb +pb +Qe +pb +pb +xI +em +em +em +em +em +em +em +em +tv +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(125,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +tv +em +em +xI +Qe +pb +pb +pb +pb +pb +pb +pb +xI +pb +xI +Qe +xI +xI +em +em +em +em +em +em +em +xI +xI +em +em +em +em +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +xI +xI +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +pb +xI +em +em +em +em +em +em +em +tv +tv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(126,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +tv +em +em +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +em +em +em +em +em +em +em +em +em +em +em +em +em +em +xI +pb +pb +pb +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +xI +pb +pb +xI +xI +em +xI +xI +xI +pb +pb +pb +pb +pb +xI +xI +xI +xI +xI +xI +xI +pb +pb +pb +pb +pb +xI +xI +xI +em +em +em +em +em +tv +tv +tv +em +em +em +vr +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(127,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +xI +xI +xI +xI +xI +em +em +em +em +em +em +em +em +em +em +xI +xI +xI +xI +em +em +em +em +xI +xI +xI +xI +xI +xI +xI +em +em +em +em +em +xI +xI +xI +xI +xI +xI +xI +em +em +em +em +tv +tv +tv +tv +em +em +em +vr +vr +vr +vr +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(128,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +tv +em +em +em +em +vr +vr +vr +vr +vr +vr +vr +vr +vr +em +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(129,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +vr +vr +vr +vr +vr +vr +vr +vr +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(130,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +vr +vr +vr +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +vr +vr +vr +vr +vr +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(131,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +vr +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +vr +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(132,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +vr +vr +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +vr +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(133,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +vr +Lv +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(134,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +em +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +em +Lv +Lv +em +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(135,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(136,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(137,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(138,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(139,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(140,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(141,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(142,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(143,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(144,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(145,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(146,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(147,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(148,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(149,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} +(150,1,1) = {" +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +Lv +"} diff --git a/_maps/map_files220/generic/Admin_Zone.dmm b/_maps/map_files220/generic/Admin_Zone.dmm new file mode 100644 index 000000000000..4460addb6e52 --- /dev/null +++ b/_maps/map_files220/generic/Admin_Zone.dmm @@ -0,0 +1,80724 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ab" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"ac" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"ad" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"ae" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/structure/mineral_door/wood{ + name = "Changing chamber" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"af" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/storage/bag/money{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"ag" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"am" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"an" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/indestructible/cobble, +/area/ghost_bar/outdoor) +"ao" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/outdoor) +"ap" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"aq" = ( +/obj/structure/table/tray, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/item/surgical_drapes{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/surgery{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"as" = ( +/obj/structure/ghost_bar_cryopod{ + icon = 'icons/obj/cryogenic2.dmi'; + icon_state = "bodyscanner"; + name = "покинуть гост-бар" + }, +/obj/effect/turf_decal/tile/bar/full, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"au" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug{ + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"av" = ( +/obj/item/stack/cable_coil, +/obj/structure/table{ + color = "#73d1cb" + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"aw" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator/multi, +/turf/simulated/floor/wood/oak, +/area/admin) +"ax" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, +/turf/simulated/floor/wood/oak, +/area/admin) +"ay" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"aA" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"aB" = ( +/obj/machinery/economy/vending/janidrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"aE" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/ghost_bar/indoor) +"aG" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"aH" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"aI" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"aJ" = ( +/obj/structure/bonfire/lit/dense, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"aK" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/ghost_bar/indoor) +"aL" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"aN" = ( +/obj/structure/curtain/open/shower, +/obj/structure/window/reinforced/tinted{ + dir = 4 + }, +/obj/machinery/shower{ + dir = 1 + }, +/turf/simulated/floor/plating/abductor{ + icon_state = "alienplating" + }, +/area/ghost_bar/indoor) +"aO" = ( +/obj/docking_port/mobile{ + dwidth = 13; + height = 18; + id = "vox_shuttle"; + name = "scavenger shuttle"; + width = 19; + dir = 2; + pixel_y = -5 + }, +/obj/docking_port/stationary{ + dwidth = 13; + height = 18; + id = "vox_shuttle_away"; + name = "Scavenger Base"; + width = 19; + dir = 2; + pixel_y = 11 + }, +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + id_tag = "voxwest_door_ext"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/machinery/access_button/west{ + autolink_id = "voxwest_btn_ext"; + req_access = list(152) + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"aQ" = ( +/obj/item/clothing/under/color/rainbow, +/obj/item/clothing/glasses/sunglasses_fake, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"aS" = ( +/obj/effect/landmark/abductor/agent{ + team = 2 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"aV" = ( +/obj/machinery/light/directional/west, +/obj/structure/chair/brass{ + color = "#f700ff"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"aW" = ( +/obj/structure/rack{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "minibar_left"; + name = "skeletal minibar" + }, +/obj/item/pickaxe/mini, +/obj/item/hatchet, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"aY" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"aZ" = ( +/obj/structure/lattice, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/space/nearstation/centcom) +"bb" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"bc" = ( +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 26 + }, +/obj/machinery/sleeper/upgraded{ + dir = 2; + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"be" = ( +/obj/machinery/fishtank/tank, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"bf" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"bg" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 4 + }, +/area/ghost_bar/indoor) +"bj" = ( +/obj/structure/fence, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 8 + }, +/area/ghost_bar/indoor) +"bn" = ( +/obj/structure/sink/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurplecorners"; + dir = 1; + nitrogen = 103.984 + }, +/area/vox_base) +"bp" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/plating/abductor{ + icon_state = "alienplating" + }, +/area/ghost_bar/indoor) +"bq" = ( +/obj/structure/chair/stool/holostool{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"bu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"bv" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"bw" = ( +/obj/machinery/economy/vending/tool/free{ + color = "#e67e7e" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"by" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/turf/simulated/floor/wood/oak, +/area/admin) +"bz" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/wall/indestructible, +/area/admin) +"bA" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs/toy, +/obj/item/restraints/handcuffs/toy, +/obj/item/restraints/handcuffs/toy, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 10 + }, +/area/ghost_bar/indoor) +"bB" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/ninja/holding) +"bE" = ( +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/machinery/access_button/east{ + autolink_id = "voxwest_btn_ext"; + req_access = list(152) + }, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"bF" = ( +/obj/machinery/abductor/console{ + team = 1 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"bH" = ( +/obj/machinery/abductor/console{ + team = 3 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"bI" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/simulated/floor/wood/oak, +/area/admin) +"bJ" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"bK" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"bL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"bM" = ( +/turf/simulated/wall/indestructible/riveted, +/area/tdome/tdomeobserve) +"bP" = ( +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"bQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"bS" = ( +/obj/structure/table/abductor, +/obj/item/hemostat/alien, +/obj/item/scalpel/alien, +/obj/item/circular_saw/alien, +/obj/item/retractor/alien, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"bV" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/loot/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"bX" = ( +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"bY" = ( +/obj/structure/alien/weeds, +/obj/item/flashlight/flare/torch{ + on = 1; + pixel_x = -9; + pixel_y = 10 + }, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"bZ" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/carpet/green, +/area/shuttle/trade/sol) +"ca" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"cb" = ( +/obj/effect/landmark/newplayer_start, +/turf/simulated/wall/indestructible/splashscreen, +/area/start) +"cd" = ( +/obj/structure/table/reinforced/brass, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurplecorners"; + dir = 4; + nitrogen = 103.984 + }, +/area/vox_base) +"cg" = ( +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/wizard_station) +"ci" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"cj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"ck" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/carpet/green, +/area/shuttle/trade/sol) +"cm" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"cn" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"co" = ( +/obj/structure/table/abductor, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/obj/item/fix_o_vein/alien, +/obj/item/bonesetter/alien, +/obj/item/bonegel/alien, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"cp" = ( +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"cq" = ( +/obj/item/stack/sheet/fur, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"ct" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/ghost_bar/indoor) +"cu" = ( +/obj/item/reagent_containers/glass/bucket/wooden{ + pixel_x = 9; + pixel_y = -2; + name = "сральное ведро"; + desc = "Омерзительно. Им кто-то недавно пользовался?!" + }, +/obj/item/paper/crumpled{ + pixel_x = -9; + pixel_y = 2 + }, +/obj/item/poster/random_contraband{ + pixel_x = -26; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/vox) +"cv" = ( +/obj/structure/table/abductor, +/obj/item/paper/abductor, +/obj/item/scalpel/alien, +/obj/item/cautery/alien, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"cw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_y = 7 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"cx" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"cy" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/pizzabox{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"cz" = ( +/obj/structure/table/wood, +/obj/item/gun/medbeam, +/turf/simulated/floor/wood/oak, +/area/admin) +"cA" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"cB" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/structure/light_fake/small, +/turf/simulated/floor/wood/oak, +/area/admin) +"cC" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/drinks/shaker, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"cE" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"cG" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"cH" = ( +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"cI" = ( +/turf/simulated/wall/indestructible/riveted, +/area/tdome/tdomeadmin) +"cJ" = ( +/obj/structure/dresser, +/obj/item/candle/eternal/wizard{ + pixel_y = 11 + }, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"cL" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/chicken, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"cM" = ( +/obj/machinery/processor, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurplecorners"; + nitrogen = 103.984 + }, +/area/vox_base) +"cN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"cO" = ( +/obj/machinery/cryopod/offstation{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"cP" = ( +/obj/structure/table/wood, +/obj/item/fireaxe/energized, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"cQ" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/space/space_ninja, +/obj/item/clothing/shoes/space_ninja, +/obj/item/clothing/mask/gas/space_ninja, +/obj/item/clothing/gloves/space_ninja, +/obj/item/clothing/suit/space/space_ninja, +/obj/item/katana/energy, +/turf/simulated/floor/wood/oak, +/area/admin) +"cR" = ( +/turf/simulated/wall/indestructible/syndishuttle, +/area/ghost_bar/indoor) +"cT" = ( +/obj/machinery/door_control/no_emag{ + id = "tdomeflash"; + name = "Flash control" + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"cU" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/ninja/outpost) +"cV" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid7" + }, +/area/holodeck/source_desert) +"cY" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid8" + }, +/area/holodeck/source_desert) +"cZ" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/dice, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/wood, +/area/wizard_station) +"da" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/cobblestone, +/area/ghost_bar/outdoor) +"de" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/bikehorn/airhorn, +/turf/simulated/floor/plasteel/goonplaque/nosey, +/area/wizard_station) +"df" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"dg" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/science, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"di" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/ruin/space/bubblegum_arena) +"dj" = ( +/obj/item/restraints/handcuffs/toy, +/obj/item/restraints/handcuffs/toy, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"dk" = ( +/obj/structure/table/wood, +/obj/item/bostaff, +/turf/simulated/floor/wood/oak, +/area/admin) +"dl" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"dm" = ( +/obj/structure/mineral_door/wood, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"dn" = ( +/obj/structure/table/wood, +/obj/item/pizzabox/pizza_bomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"do" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/tag/blue, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"dq" = ( +/obj/structure/closet/crate/freezer{ + color = "#73d1cb" + }, +/obj/item/organ/internal/heart/vox, +/obj/item/organ/internal/heart/vox, +/obj/item/organ/internal/kidneys/vox, +/obj/item/organ/internal/kidneys/vox, +/obj/item/organ/internal/liver/vox, +/obj/item/organ/internal/liver/vox, +/obj/item/organ/internal/lungs/vox, +/obj/item/organ/internal/lungs/vox, +/obj/item/organ/internal/eyes/vox, +/obj/item/organ/internal/eyes/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"dr" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"ds" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"dt" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"du" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap{ + pixel_y = 9 + }, +/obj/item/stack/package_wrap{ + pixel_y = 5 + }, +/obj/item/stack/package_wrap{ + pixel_y = 1 + }, +/obj/item/stack/package_wrap{ + pixel_y = -3 + }, +/obj/item/hand_labeler{ + pixel_y = -6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"dw" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/turf/simulated/floor/wood/oak, +/area/admin) +"dx" = ( +/obj/machinery/door_control/no_emag{ + id = "thunderdomegen"; + name = "General Supply Control"; + req_access = list(102) + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"dz" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/economy/vending/shoedispenser/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"dA" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon, +/turf/simulated/floor/wood/oak, +/area/admin) +"dB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + icon_state = "cult" + }, +/area/holodeck/source_theatre) +"dC" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"dD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"dF" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"dG" = ( +/obj/structure/chair/sofa/bamboo/right, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"dH" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"dJ" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/effect/landmark/spawner/trader, +/obj/item/bedsheet/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"dK" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"dM" = ( +/obj/item/reagent_containers/dropper, +/obj/structure/table/abductor, +/obj/item/storage/box/rxglasses{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/storage/box/disks{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"dN" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"dO" = ( +/obj/structure/curtain/open{ + color = "#512d1b"; + anchored = 1 + }, +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 8; + color = "#a55d3a" + }, +/area/ghost_bar/outdoor) +"dP" = ( +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"dQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"dR" = ( +/obj/item/flashlight/lamp/green{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/space, +/area/space/nearstation/centcom) +"dT" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"dV" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/wood{ + name = "Janitorial" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"dW" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"dX" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood" + }, +/area/holodeck/source_theatre) +"dY" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"dZ" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/turf/simulated/floor/wood/oak, +/area/admin) +"ea" = ( +/obj/structure/table/wood/poker, +/obj/machinery/door_control/shutter{ + id = "eventroom"; + name = "Ready room"; + pixel_x = -6; + pixel_y = 6; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"eb" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 4 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"ec" = ( +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"ed" = ( +/obj/structure/closet/abductor, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"ee" = ( +/obj/structure/closet/abductor, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"ef" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/shuttle/survival_pod, +/turf/simulated/floor/plating/nitrogen, +/area/shuttle/vox) +"eg" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"eh" = ( +/obj/structure/dresser, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"ei" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"ej" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"ek" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/economy/vending/autodrobe/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"el" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/green, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"em" = ( +/obj/effect/landmark/spawner/atmos_test, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"en" = ( +/obj/effect/landmark/spawner/vox_raider, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + dir = 1; + nitrogen = 103.984 + }, +/area/vox_base) +"eo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"ep" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"eq" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"er" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/teleport, +/turf/simulated/floor/wood/oak, +/area/admin) +"eu" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/ghost_bar/indoor) +"ev" = ( +/obj/machinery/economy/vending/cola/free{ + name = "\improper Wizbust Softdrinks" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"ew" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"ex" = ( +/obj/machinery/door_control{ + id = "voxshutters"; + name = "vox remote shutter control"; + req_access = list(152); + wires = 1; + pixel_x = 28; + pixel_y = 27 + }, +/obj/structure/chair/brass{ + color = "#f700ff"; + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"ey" = ( +/obj/structure/chair/sofa/right{ + color = "#63009c" + }, +/obj/effect/landmark/spawner/roundstart_observer, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"ez" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/green, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"eA" = ( +/obj/structure/chair/brass{ + color = "#f700ff"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"eB" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"eC" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"eD" = ( +/obj/structure/table, +/obj/item/tank/internals/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/head/sombrero/shamebrero, +/turf/simulated/floor/wood/oak, +/area/admin) +"eE" = ( +/obj/machinery/abductor/pad{ + team = 1 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"eG" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"eI" = ( +/obj/item/flag/solgov, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"eJ" = ( +/obj/machinery/iv_drip, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"eK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/tag/red, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"eL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction/enchanted, +/turf/simulated/floor/wood/oak, +/area/admin) +"eN" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/cans/cola, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"eO" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards/doublecards{ + pixel_y = 2 + }, +/turf/simulated/floor/carpet/arcade, +/area/trader_station/sol) +"eP" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"eQ" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"eR" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"eT" = ( +/mob/living/simple_animal/cow, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"eU" = ( +/obj/item/flag/solgov, +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"eV" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"eX" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"eY" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/proto, +/turf/simulated/floor/wood/oak, +/area/admin) +"eZ" = ( +/turf/space, +/area/space/nearstation/centcom) +"fb" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"fc" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"ff" = ( +/obj/structure/fluff/beach_umbrella/science, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"fg" = ( +/obj/structure/table/wood, +/obj/item/dualsaber/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"fh" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/melee/energy/sword/saber/red, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"fi" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_emptycourt) +"fj" = ( +/obj/structure/curtain/open{ + color = "#512d1b"; + anchored = 1 + }, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/ghost_bar/outdoor) +"fm" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult" + }, +/area/holodeck/source_theatre) +"fn" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/hook, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"fp" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"fr" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/obj/structure/closet/secure_closet/medical3{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"fs" = ( +/obj/structure/chair/sofa{ + color = "#63009c" + }, +/obj/effect/landmark/spawner/roundstart_observer, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"ft" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"fu" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"fv" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/stairs/left, +/area/ghost_bar/indoor) +"fy" = ( +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"fz" = ( +/obj/effect/turf_decal/tile/blue, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"fC" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/wood{ + name = "Botany / Storage" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"fD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"fE" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"fF" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand, +/turf/simulated/floor/wood/oak, +/area/admin) +"fG" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Thunderdome."; + name = "Thunderdome Telescreen"; + network = list("Thunderdome") + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"fH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"fI" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/vox_base) +"fJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"fL" = ( +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"fN" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"fO" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plasteel + }, +/turf/simulated/wall/indestructible, +/area/adminconstruction) +"fP" = ( +/obj/item/reagent_containers/glass/bucket/wooden{ + pixel_x = 9; + pixel_y = -2; + name = "сральное ведро"; + desc = "Омерзительно. Им кто-то недавно пользовался?!" + }, +/obj/item/paper/crumpled{ + pixel_x = -9; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"fQ" = ( +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"fS" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/vox) +"fT" = ( +/obj/structure/table/glass, +/obj/structure/light_fake{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/item/bodyanalyzer/advanced{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/storage/box/masks{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/storage/box/gloves{ + pixel_y = 6; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"fW" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"fX" = ( +/turf/simulated/floor/plating/abductor, +/area/ghost_bar/indoor) +"fZ" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/trash/semki, +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"gc" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, +/turf/simulated/floor/wood/oak, +/area/admin) +"gd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"gf" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"gg" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 6 + }, +/area/ghost_bar/outdoor/beach) +"gh" = ( +/obj/machinery/economy/vending/engivend, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"gi" = ( +/mob/living/simple_animal/bot/cleanbot, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"gj" = ( +/obj/item/trash/chips, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"gk" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/door, +/turf/simulated/floor/wood/oak, +/area/admin) +"gl" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"gm" = ( +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/outdoor) +"gn" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"gq" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/tdome/tdomeobserve) +"gr" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"gt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/regular{ + pixel_x = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/outdoor/beach) +"gu" = ( +/obj/structure/closet/crate/freezer{ + color = "#73d1cb" + }, +/obj/item/reagent_containers/iv_bag/blood/vox, +/obj/item/reagent_containers/iv_bag/blood/vox, +/obj/machinery/light/directional/west, +/obj/structure/closet/walllocker/medlocker/west{ + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"gv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/outdoor/beach) +"gw" = ( +/mob/living/simple_animal/butterfly, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"gx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"gy" = ( +/obj/structure/table/glass{ + color = "#73d1cb" + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = 2 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"gz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"gA" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"gB" = ( +/obj/machinery/door/airlock/sandstone{ + id_tag = "ghostcaferesortbathroom1"; + name = "Resort Bathroom" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"gC" = ( +/obj/effect/landmark/abductor/scientist{ + team = 3 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"gD" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/storage/fancy/matches, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"gE" = ( +/obj/structure/table/wood, +/obj/item/whetstone/super, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"gF" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"gG" = ( +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"gH" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/clothing/glasses/meson{ + pixel_x = 5 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"gI" = ( +/obj/structure/closet/crate/wooden, +/obj/item/instrument/accordion, +/obj/item/instrument/banjo, +/obj/item/instrument/bikehorn, +/obj/item/instrument/eguitar, +/obj/item/instrument/glockenspiel, +/obj/item/instrument/guitar, +/obj/item/instrument/harmonica, +/obj/item/instrument/piano_synth, +/obj/item/instrument/recorder, +/obj/item/instrument/saxophone, +/obj/item/instrument/trombone, +/obj/item/instrument/trumpet, +/obj/item/instrument/violin, +/obj/item/instrument/xylophone, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"gJ" = ( +/obj/structure/fluff/beach_umbrella/engine, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"gK" = ( +/obj/machinery/tcomms/relay/cc, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"gL" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/remains/human, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"gM" = ( +/obj/structure/table/abductor, +/turf/simulated/floor/plating/abductor, +/area/ghost_bar/indoor) +"gN" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"gP" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/item/deck/tarot, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"gQ" = ( +/obj/structure/stone_tile/slab/burnt, +/turf/simulated/floor/lava/lava_land_surface, +/area/ruin/space/bubblegum_arena) +"gR" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/projectile/shotgun/sc_pump" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"gS" = ( +/obj/structure/table/wood, +/obj/item/encryptionkey/headset_cargo, +/obj/item/encryptionkey/headset_com, +/obj/item/encryptionkey/headset_eng, +/obj/item/encryptionkey/headset_iaa, +/obj/item/encryptionkey/headset_med, +/obj/item/encryptionkey/headset_medsci, +/obj/item/encryptionkey/headset_rob, +/obj/item/encryptionkey/headset_sci, +/obj/item/encryptionkey/headset_sec, +/obj/item/encryptionkey/headset_service, +/turf/simulated/floor/wood/oak, +/area/admin) +"gU" = ( +/obj/structure/lattice, +/turf/simulated/floor/plating/airless{ + icon_state = "asteroidplating" + }, +/area/space/nearstation/centcom) +"gW" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating/nitrogen, +/area/shuttle/vox) +"gX" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/security, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"gY" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation/centcom) +"gZ" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/stairs/medium, +/area/ghost_bar/indoor) +"hb" = ( +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"hc" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"hd" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"he" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"hg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/machinery/computer/shuttle/vox{ + dir = 8 + }, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"hh" = ( +/obj/mecha/combat/marauder/mauler/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"hi" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ar, +/turf/simulated/floor/wood/oak, +/area/admin) +"hj" = ( +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"hk" = ( +/obj/structure/rack{ + icon = 'icons/obj/stationobjs.dmi'; + icon_state = "minibar_right"; + name = "skeletal minibar" + }, +/obj/item/pickaxe/mini, +/obj/item/hatchet, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"hl" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"hm" = ( +/obj/structure/ghost_bar_cryopod{ + icon = 'icons/obj/cryogenic2.dmi'; + icon_state = "bodyscanner"; + name = "returning ghost sleeper"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"hn" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet/green, +/area/ghost_bar/indoor) +"ho" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/energy/noisecannon" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"hp" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"hq" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"hr" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/gavelblock{ + desc = "Smack it with a gavel hammer when the wizard council gets rowdy." + }, +/obj/item/gavelhammer{ + desc = "Order, order! No bombs in my council chamber." + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"hs" = ( +/obj/structure/bed, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"ht" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"hv" = ( +/obj/structure/fence/door/opened, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"hw" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"hy" = ( +/turf/simulated/wall/indestructible/syndicate, +/area/ghost_bar/indoor) +"hA" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"hB" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"hD" = ( +/obj/structure/lattice, +/obj/machinery/porta_turret/syndicate{ + faction = "Vox"; + name = "vox turret"; + eprojectile = /obj/item/projectile/beam/disabler; + projectile = /obj/item/projectile/beam/disabler + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"hE" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/slipping/honkmother, +/turf/simulated/floor/wood/oak, +/area/admin) +"hI" = ( +/obj/effect/landmark/spawner/tdome1, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"hJ" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"hK" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"hL" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/obj/item/flashlight{ + pixel_y = 12 + }, +/obj/item/flashlight{ + pixel_y = 6 + }, +/obj/item/flashlight, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"hN" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom" + }, +/area/holodeck/source_theatre) +"hQ" = ( +/obj/machinery/iv_drip, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = 28 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"hR" = ( +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/sandstone{ + id_tag = "ghostcaferesort2"; + name = "Beach Cabin" + }, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"hT" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "tdome2"; + name = "Corpse Retreival Entrance" + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"hU" = ( +/obj/structure/light_fake, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"hV" = ( +/obj/mecha/combat/gygax/dark/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"hX" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal/wizard{ + pixel_y = 11 + }, +/obj/item/coin/uranium, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"hZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy, +/turf/simulated/floor/wood/oak, +/area/admin) +"ib" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"ic" = ( +/turf/simulated/wall/indestructible/rock, +/area/vox_base) +"ie" = ( +/obj/structure/bed, +/obj/effect/landmark/spawner/trader, +/obj/item/bedsheet/brown, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"if" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/sleeper/upgraded{ + dir = 2; + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"ig" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/ghost_bar/indoor) +"ih" = ( +/obj/structure/fence, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"ii" = ( +/obj/machinery/computer/arcade/battle, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/simulated/floor/carpet/arcade, +/area/ghost_bar/indoor) +"ij" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/grape_juice{ + pixel_x = -16; + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/cans/grape_juice{ + pixel_x = -16; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/cans/grape_juice{ + pixel_x = -16 + }, +/obj/item/reagent_containers/drinks/cans/lemon_lime{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/cans/lemon_lime{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/cans/lemon_lime{ + pixel_x = -4 + }, +/obj/item/reagent_containers/drinks/cans/space_mountain_wind{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/cans/space_mountain_wind{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/cans/space_mountain_wind{ + pixel_x = 8 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"ik" = ( +/obj/structure/chair/comfy/purp{ + name = "wizard council throne"; + dir = 1 + }, +/obj/effect/landmark/spawner/roundstart_observer, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"il" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"im" = ( +/obj/structure/table/wood, +/obj/item/toy/katana, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"in" = ( +/turf/simulated/wall/indestructible/rock, +/area/ghost_bar/outdoor) +"io" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot, +/turf/simulated/floor/wood/oak, +/area/admin) +"ir" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"it" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 3 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"iu" = ( +/obj/structure/railing/cap/reversed{ + dir = 8; + pixel_y = -4 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"iv" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/ashtray/glass, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"iw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"ix" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"iz" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 6 + }, +/area/ghost_bar/outdoor/beach) +"iB" = ( +/obj/structure/light_fake, +/obj/machinery/economy/vending/atmosdrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"iC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/ninja/holding) +"iF" = ( +/obj/machinery/door/airlock/titanium/glass{ + id_tag = "soltrader_north" + }, +/obj/effect/turf_decal/siding/wood/birch{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"iG" = ( +/obj/machinery/door/airlock/survival_pod{ + name = "Transport Ship" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"iH" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/welding{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 1; + pixel_y = 1 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"iK" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"iL" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ghostcafesec" + }, +/turf/simulated/wall/indestructible/opsglass, +/area/ghost_bar/indoor) +"iM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol, +/turf/simulated/floor/wood/oak, +/area/admin) +"iN" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"iO" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"iP" = ( +/obj/structure/chair/comfy/purp{ + name = "wizard council throne" + }, +/obj/effect/landmark/spawner/roundstart_observer, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"iQ" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/ghost_bar/outdoor/beach) +"iR" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/ghost_bar/indoor) +"iS" = ( +/obj/machinery/processor, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"iT" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 1; + pixel_y = -2 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/wizard_station) +"iV" = ( +/obj/structure/fence/door, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"iX" = ( +/obj/effect/turf_decal/tile/neutral/fourcorners, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"iY" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"iZ" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"ja" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"jc" = ( +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"jd" = ( +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"ji" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/obj/structure/chair/wheelchair{ + dir = 4 + }, +/obj/item/crutches, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"jj" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"jk" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"jl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher, +/turf/simulated/floor/wood/oak, +/area/admin) +"jm" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"jn" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/wood, +/area/trader_station/sol) +"jq" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood/oak, +/area/admin) +"js" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"jt" = ( +/obj/machinery/bodyscanner{ + dir = 1; + color = "#73d1cb" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"ju" = ( +/obj/structure/window/full/shuttle/survival_pod, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"jv" = ( +/obj/machinery/economy/vending/scidrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"jw" = ( +/obj/structure/closet/crate/freezer{ + name = "Cooler" + }, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"jx" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/carpet/green, +/area/shuttle/trade/sol) +"jA" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/stack/ore/uranium, +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"jB" = ( +/obj/structure/table/wood, +/obj/item/nullrod/tribal_knife, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"jC" = ( +/obj/structure/curtain/open{ + color = "#512d1b"; + anchored = 1 + }, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/ghost_bar/indoor) +"jD" = ( +/obj/structure/table/wood, +/obj/item/fireaxe/boneaxe, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"jE" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"jF" = ( +/obj/effect/landmark/spawner/holocarp, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"jG" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"jH" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"jJ" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"jK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/reclinable/anaconda, +/obj/item/gun/projectile/revolver/reclinable/rsh12{ + pixel_y = -12 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"jL" = ( +/obj/structure/flora/tree/sakura{ + icon_state = "cherry_blossom3" + }, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"jM" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/change, +/turf/simulated/floor/wood/oak, +/area/admin) +"jN" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"jO" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + id_tag = "voxeast_door_int"; + locked = 1; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/machinery/access_button/east{ + autolink_id = "voxeast_btn_int"; + req_access = list(152) + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"jP" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"jQ" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/spawner/tdomeadmin, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"jR" = ( +/obj/machinery/economy/vending/cola, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"jS" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/sleeper/upgraded, +/turf/simulated/floor/plasteel/grimy, +/area/ninja/outpost) +"jT" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"jU" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"jV" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"jY" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"jZ" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/turf/simulated/floor/wood/oak, +/area/admin) +"ka" = ( +/obj/item/toy/therapy, +/turf/simulated/floor/carpet/orange, +/area/ghost_bar/indoor/cave) +"kb" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomegen"; + name = "General Supply" + }, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"kc" = ( +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"kd" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0; + layer = 2 + }, +/obj/structure/window/plasmareinforced{ + color = "purple" + }, +/obj/structure/window/plasmareinforced{ + color = "purple"; + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"ke" = ( +/obj/machinery/economy/vending/cargodrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"kf" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"kg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"ki" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/floragun, +/turf/simulated/floor/wood/oak, +/area/admin) +"kj" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"kk" = ( +/obj/structure/table/wood/fancy/purple, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"kl" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"km" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side_inv" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0; + layer = 2.5 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"ko" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/resurrection, +/turf/simulated/floor/wood/oak, +/area/admin) +"kq" = ( +/obj/structure/table/wood, +/obj/item/butcher_chainsaw, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"kr" = ( +/obj/machinery/door/airlock/sandstone{ + id_tag = "ghostcaferesortbathroom2"; + name = "Resort Bathroom" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"ks" = ( +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"kt" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"ku" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"kv" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock, +/area/ghost_bar/outdoor/beach) +"kw" = ( +/obj/item/stack/cable_coil, +/obj/structure/table{ + color = "#73d1cb" + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"kB" = ( +/obj/structure/rack, +/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, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/obj/item/tank/internals/plasmaman/belt/full, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"kE" = ( +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/structure/sink/directional/north, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"kF" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plating/abductor, +/area/ghost_bar/indoor) +"kG" = ( +/turf/simulated/wall/indestructible/fakedoor, +/area/ninja/holding) +"kH" = ( +/turf/space, +/area/space/centcomm) +"kI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"kL" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/toy/plushie/voxplushie, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/item/reagent_containers/pill/random_drugs, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"kM" = ( +/obj/structure/table/wood, +/obj/item/hatchet/unathiknife, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"kN" = ( +/obj/structure/shuttle/engine/platform{ + dir = 8; + layer = 2.9 + }, +/obj/structure/shuttle/engine/huge{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"kP" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"kQ" = ( +/obj/structure/table, +/obj/item/food/grown/citrus/lemon, +/obj/item/food/grown/berries, +/obj/item/food/grown/banana, +/obj/item/food/grown/cherries, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/corn, +/obj/item/food/grown/mushroom/amanita, +/turf/simulated/floor/wood/oak, +/area/admin) +"kR" = ( +/obj/structure/bed/abductor, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"kS" = ( +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"kT" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/envy, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"kU" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/syndieminibomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"kV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 5 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"kW" = ( +/obj/structure/table, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"kX" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/turf_decal/siding/wood/birch{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/birch{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"kY" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"kZ" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"la" = ( +/obj/machinery/recharger, +/obj/structure/table/reinforced{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"lc" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ld" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"le" = ( +/obj/machinery/gibber, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"lf" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"lg" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/rollingpapers, +/obj/machinery/smartfridge/disks{ + pixel_y = 2 + }, +/obj/item/gun/energy/floragun, +/obj/item/hatchet, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"lh" = ( +/obj/machinery/processor, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"li" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_thunderdomecourt) +"lj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/space/nearstation/centcom) +"lk" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"lm" = ( +/obj/machinery/economy/vending/snack, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"ln" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/ghost_bar/indoor) +"lo" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"lp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/ghost_bar/indoor) +"lr" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_x = -5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"lt" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"lv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"lw" = ( +/obj/structure/chair/brass{ + color = "#f700ff"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"lx" = ( +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"ly" = ( +/obj/structure/fence/post, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"lz" = ( +/turf/simulated/floor/carpet/black, +/area/ghost_bar/indoor) +"lA" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"lB" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/item/storage/bag/dice, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"lC" = ( +/obj/structure/closet/secure_closet/personal{ + locked = 0 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"lE" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"lF" = ( +/obj/machinery/airlock_controller/access_controller{ + ext_door_link_id = "voxeast_door_ext"; + int_door_link_id = "voxeast_door_int"; + pixel_x = -24; + ext_button_link_id = "voxeast_btn_ext"; + int_button_link_id = "voxeast_btn_int"; + req_access = list(152) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"lG" = ( +/turf/simulated/wall/indestructible/riveted, +/area/start) +"lH" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/vanillapod, +/obj/item/food/grown/vanillapod, +/obj/item/food/grown/sugarcane, +/obj/item/food/grown/sugarcane, +/obj/item/food/grown/oat, +/obj/item/food/grown/oat, +/obj/item/food/grown/grapes, +/obj/item/food/grown/grapes, +/obj/item/food/grown/corn, +/obj/item/food/grown/corn, +/obj/item/food/grown/chili, +/obj/item/food/grown/chili, +/obj/item/food/grown/carrot, +/obj/item/food/grown/apple, +/obj/item/food/grown/ambrosia/vulgaris, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"lI" = ( +/mob/living/simple_animal/hostile/creature{ + name = "Experiment 35b" + }, +/obj/item/candle/eternal/wizard, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"lJ" = ( +/obj/structure/dresser{ + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -3; + pixel_y = 22 + }, +/turf/simulated/floor/carpet/blue, +/area/ghost_bar/indoor) +"lK" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"lL" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"lM" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"lN" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/candle/eternal/wizard, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"lP" = ( +/obj/structure/spacevine, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"lQ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"lR" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle, +/turf/simulated/floor/wood/oak, +/area/admin) +"lS" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"lT" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"lU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/wall/indestructible/rock, +/area/ghost_bar/outdoor) +"lX" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"lY" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/item/kirbyplants, +/obj/structure/window/reinforced/clockwork{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"lZ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"ma" = ( +/obj/machinery/plantgenes, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"md" = ( +/obj/structure/table/reinforced/brass, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + dir = 4; + nitrogen = 103.984 + }, +/area/vox_base) +"me" = ( +/obj/structure/toilet/material/bluespace{ + pixel_y = 8 + }, +/turf/simulated/floor/plating/abductor{ + icon_state = "alienplating" + }, +/area/ghost_bar/indoor) +"mf" = ( +/obj/structure/table{ + color = "#73d1cb" + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"mg" = ( +/obj/structure/chair/sofa/bamboo/left, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"mi" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/sodawater, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"mj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"mk" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"ml" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/mineral/gold{ + amount = 5; + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/stack/sheet/mineral/silver{ + amount = 5; + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"mm" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"mn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/nagant, +/turf/simulated/floor/wood/oak, +/area/admin) +"mp" = ( +/obj/structure/rack, +/obj/item/kitchen/knife/ritual, +/obj/structure/window/reinforced/clockwork{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"mq" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"mr" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"ms" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/indestructible/cobble, +/area/ghost_bar/outdoor) +"mt" = ( +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"mu" = ( +/obj/machinery/economy/vending/clothing/free, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"mv" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"mw" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"mx" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + nitrogen = 103.984 + }, +/area/vox_base) +"my" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"mA" = ( +/obj/structure/spacevine, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor/cave) +"mB" = ( +/obj/item/gun/rocketlauncher, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"mC" = ( +/obj/machinery/status_display, +/turf/simulated/wall/indestructible/riveted, +/area/tdome/tdomeobserve) +"mD" = ( +/obj/machinery/light/directional/north, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"mF" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 1 + }, +/area/ghost_bar/outdoor) +"mH" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/minerals, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"mI" = ( +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"mM" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"mO" = ( +/obj/machinery/computer/nonfunctional{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"mQ" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/harpoon{ + pixel_y = 5 + }, +/obj/item/harpoon{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"mR" = ( +/obj/structure/table/wood, +/obj/item/multisword, +/obj/item/multisword/pike, +/obj/item/multisword/pure_evil, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"mS" = ( +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"mT" = ( +/obj/structure/alien/resin/wall, +/obj/structure/alien/weeds, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"mU" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/mateba, +/turf/simulated/floor/wood/oak, +/area/admin) +"mV" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"mX" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid" + }, +/area/holodeck/source_desert) +"mY" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"mZ" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"na" = ( +/obj/structure/table/wood, +/obj/item/melee/energy/sword, +/obj/item/melee/energy/sword/cyborg, +/obj/item/melee/energy/sword/cyborg/saw, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"nb" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"ne" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/shoes/roman, +/obj/item/shield/riot/roman, +/obj/item/clothing/head/helmet/roman/legionaire, +/obj/item/spear/bonespear, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"nf" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"ng" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"nh" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"ni" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"nj" = ( +/turf/simulated/floor/catwalk/airless, +/area/shuttle/vox) +"nk" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy" + }, +/area/holodeck/source_meetinghall) +"nl" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/turf_decal/siding/white/corner, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"nm" = ( +/obj/machinery/jukebox, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"nn" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 9 + }, +/area/ghost_bar/outdoor/beach) +"no" = ( +/obj/effect/spawner/random/traders/vehicle, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"np" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"nr" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"ns" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/trader_station/sol) +"nt" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/cobblestone, +/area/ghost_bar/outdoor) +"nw" = ( +/obj/structure/spacevine, +/obj/structure/mineral_door/wood, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"nx" = ( +/obj/machinery/computer/nonfunctional{ + name = "security console"; + icon_screen = "security"; + icon_keyboard = "security_key" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 1 + }, +/area/ghost_bar/indoor) +"ny" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 10 + }, +/area/ghost_bar/outdoor/beach) +"nz" = ( +/obj/machinery/door/airlock/titanium/glass{ + id_tag = "soltrader_south" + }, +/obj/effect/turf_decal/siding/wood/birch, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"nA" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"nB" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"nC" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"nD" = ( +/obj/effect/landmark/abductor/scientist{ + team = 2 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"nE" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"nH" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/food/burger/cheese, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"nK" = ( +/obj/structure/table/wood, +/obj/item/abductor_baton, +/obj/item/abductor/silencer, +/obj/item/abductor/mind_device, +/obj/item/abductor/gizmo, +/obj/structure/ninjatele{ + pixel_x = -28 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"nL" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"nM" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"nN" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/simulated/floor/wood/oak, +/area/admin) +"nQ" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"nR" = ( +/obj/effect/landmark/abductor/scientist, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"nU" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/projectile/shotgun/riot/buckshot" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"nV" = ( +/obj/structure/table/wood, +/obj/item/tank/internals/emergency_oxygen/double/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/candle/eternal/wizard{ + pixel_y = 11 + }, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"nW" = ( +/obj/structure/chair, +/obj/effect/landmark/spawner/tdomeobserve, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"nX" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "Какой-то /obj/item/gun/energy/laser/retro/sc_retro. Хз что это." + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"nY" = ( +/obj/structure/dresser{ + pixel_y = 7 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -3; + pixel_y = 22 + }, +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"nZ" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"oa" = ( +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/machinery/light/directional/north, +/obj/structure/rack{ + color = "#e67e7e" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"oc" = ( +/obj/item/paper_bin/nanotrasen, +/obj/structure/table/wood/poker, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"od" = ( +/obj/machinery/kitchen_machine/microwave/upgraded, +/obj/structure/table/reinforced/brass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + nitrogen = 103.984 + }, +/area/vox_base) +"oe" = ( +/obj/item/restraints/handcuffs, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"of" = ( +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"og" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/detective, +/turf/simulated/floor/wood/oak, +/area/admin) +"oh" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/blindmut, +/obj/item/dnainjector/clumsymut, +/obj/item/dnainjector/comic, +/obj/item/dnainjector/coughmut, +/obj/item/dnainjector/deafmut, +/obj/item/dnainjector/epimut, +/obj/item/dnainjector/firemut, +/obj/item/dnainjector/glassesmut, +/obj/item/dnainjector/h2m, +/obj/item/dnainjector/hallucination, +/obj/item/dnainjector/hulkmut, +/obj/item/dnainjector/insulation, +/obj/item/dnainjector/m2h, +/obj/item/dnainjector/small_size, +/obj/item/dnainjector/morph, +/obj/item/dnainjector/nobreath, +/obj/item/dnainjector/noprints, +/obj/item/dnainjector/regenerate, +/obj/item/dnainjector/remoteview, +/obj/item/dnainjector/stuttmut, +/obj/item/dnainjector/telemut, +/obj/item/dnainjector/tourmut, +/turf/simulated/floor/wood/oak, +/area/admin) +"oj" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"ol" = ( +/turf/simulated/wall/indestructible/wood, +/area/ghost_bar/indoor) +"on" = ( +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"op" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"oq" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 1 + }, +/area/ghost_bar/outdoor) +"os" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"ot" = ( +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/structure/table{ + color = "#73d1cb" + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/brute{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"ou" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database"; + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"ov" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/decorations/sticky_decorations/flammable/googlyeyes, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"ox" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"oz" = ( +/obj/structure/chair/sofa/corner, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"oA" = ( +/obj/structure/sink/directional/north, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"oB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"oC" = ( +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/decal/remains/human, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"oD" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"oE" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/arcade, +/area/trader_station/sol) +"oF" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/survival_pod/glass{ + hackProof = 1; + aiControlDisabled = 1; + name = "vox door"; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"oG" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/economy/vending/cigarette/beach, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"oH" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/economy/vending/suitdispenser/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"oJ" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"oL" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/wood/oak, +/area/admin) +"oM" = ( +/obj/effect/baseturf_helper/asteroid/basalt, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"oN" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb{ + pixel_x = 9 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"oO" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "vox glassdoor"; + req_access = list(152) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"oQ" = ( +/obj/machinery/computer/security/camera_bug{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"oR" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"oS" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0; + layer = 2.5 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"oU" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"oV" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"oX" = ( +/obj/structure/table/wood, +/obj/item/gun/syringe/rapidsyringe, +/turf/simulated/floor/wood/oak, +/area/admin) +"oY" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/box/red, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"oZ" = ( +/obj/structure/rack, +/obj/item/radio/intercom/syndicate{ + pixel_x = -24; + dir = 4 + }, +/obj/item/kitchen/knife/shiv/carrot, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"pa" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pc" = ( +/turf/simulated/wall/indestructible/fakeglass/brass{ + color = "#4b5582" + }, +/area/vox_base) +"pe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"pg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/structure/closet/crate/secure/bin{ + anchored = 1; + color = "#996633" + }, +/obj/item/storage/belt/chameleon, +/obj/item/clothing/glasses/meson{ + pixel_x = 5 + }, +/obj/item/food/fancy/doshik_spicy, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"ph" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"pi" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/machinery/flasher{ + id = "soltraderflash"; + pixel_x = 24 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"pj" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"pk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/turf/simulated/floor/wood/oak, +/area/admin) +"pp" = ( +/obj/item/stack/sheet/wetleather, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"pq" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"pt" = ( +/obj/item/flag/wiz, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"pv" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"pw" = ( +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"px" = ( +/obj/item/flag/solgov, +/obj/machinery/door_control/no_emag/east{ + id = "trader_privacy"; + name = "Privacy Shutters Control"; + pixel_y = 8; + req_access = list(160) + }, +/obj/machinery/door_control/no_emag/east{ + id = "soltrader_south"; + name = "Trade Deposits Door"; + normaldoorcontrol = 1; + pixel_y = -8; + req_access = list(160) + }, +/obj/machinery/flasher_button{ + id = "soltraderflash"; + pixel_x = 24; + req_access = list(160) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"py" = ( +/obj/structure/chair/brass, +/obj/item/toy/plushie/voxplushie{ + desc = "Мини-прималис. Главное в воксе - держать клюв Кирпичом. Игрушка сшитая основателем камневидного базирования в перерыве между рейдами."; + name = "Кирпич"; + color = "#ff78f4" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"pz" = ( +/obj/structure/musician/piano{ + dir = 4 + }, +/turf/space, +/area/space/nearstation/centcom) +"pA" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/ghost_bar/outdoor/beach) +"pB" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"pC" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin, +/turf/simulated/floor/wood/oak, +/area/admin) +"pD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"pE" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasma_pistol, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"pF" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/ghost_bar/outdoor/beach) +"pH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"pI" = ( +/obj/structure/sink/puddle, +/mob/living/simple_animal/butterfly, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"pJ" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver/trick_revolver, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"pL" = ( +/obj/structure/sink/directional/north, +/obj/structure/mirror{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"pM" = ( +/turf/simulated/wall/indestructible/wood, +/area/ninja/holding) +"pN" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eventroom"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"pO" = ( +/turf/simulated/wall/indestructible/riveted, +/area/space/centcomm) +"pP" = ( +/obj/structure/sink/kitchen/west, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"pQ" = ( +/obj/structure/closet/secure_closet/freezer/meat/open, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"pR" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"pS" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"pU" = ( +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/trade/sol) +"pV" = ( +/obj/structure/flora/tree/dead, +/obj/structure/alien/xenoweeds, +/obj/effect/firefly/green, +/turf/simulated/floor/ash/rocky, +/area/ghost_bar/indoor) +"pW" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"pX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"pY" = ( +/obj/structure/cult/archives, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"pZ" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 2 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"qb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"qd" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/xray, +/turf/simulated/floor/wood/oak, +/area/admin) +"qe" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"qf" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/wood{ + name = "Botany" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"qh" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/simulated/floor/wood/oak, +/area/admin) +"qj" = ( +/obj/structure/table/wood/fancy, +/obj/structure/light_fake{ + dir = 4 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"ql" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"qm" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/line{ + dir = 8 + }, +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"qn" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"qo" = ( +/obj/structure/sink/puddle/healing, +/obj/structure/alien/xenoweeds, +/obj/effect/firefly/blue, +/turf/simulated/floor/ash/rocky, +/area/ghost_bar/indoor) +"qt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/golden, +/turf/simulated/floor/wood/oak, +/area/admin) +"qu" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"qv" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"qw" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"qx" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"qz" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/ghost_bar/indoor/cave) +"qA" = ( +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/space/nearstation/centcom) +"qB" = ( +/obj/structure/closet/walllocker/firelocker/south, +/obj/effect/turf_decal/box/red, +/obj/item/reagent_containers/pill/random_drugs, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"qE" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"qG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/ghost_bar/indoor) +"qH" = ( +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"qI" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/item/storage/box/legal_loot/amount_5, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"qJ" = ( +/obj/machinery/cooker/deepfryer/upgraded, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + nitrogen = 103.984 + }, +/area/vox_base) +"qL" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/loot/crate, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"qQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"qR" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/piecannon, +/obj/item/paper{ + info = "Если тут ничего не видно, значит никто до сих пор не вернул спрайт пирожной пушке." + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"qT" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qU" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"qW" = ( +/obj/item/kirbyplants, +/obj/machinery/computer/cryopod{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"qX" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"qY" = ( +/turf/simulated/floor/plating/airless{ + icon_state = "asteroidplating" + }, +/area/space/nearstation/centcom) +"qZ" = ( +/turf/simulated/mineral/ancient/outer, +/area/space/nearstation/centcom) +"ra" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"rb" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"rc" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"rd" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + id_tag = "voxwest_door_int"; + locked = 1; + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/machinery/access_button/east{ + autolink_id = "voxwest_btn_int"; + req_access = list(152) + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"re" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/ghost_bar/indoor) +"rf" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Containment" + }, +/turf/simulated/floor/plating/abductor{ + icon_state = "alienplating" + }, +/area/ghost_bar/indoor) +"rh" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"ri" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"rj" = ( +/obj/structure/rack, +/obj/item/toy/sword, +/obj/item/gun/projectile/revolver/capgun, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"rk" = ( +/turf/simulated/wall/indestructible/fakeglass/brass{ + color = "#ff00fb"; + name = "витрина" + }, +/area/vox_base) +"rl" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/ghost_bar/indoor) +"rm" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"ro" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/wood/oak, +/area/admin) +"rp" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner, +/obj/structure/table/wood/fancy/orange, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"rq" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"rr" = ( +/obj/structure/table/wood, +/obj/item/melee/energy/axe, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"rs" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Kitchen Shutters"; + dir = 2; + id_tag = "ghostcafekitchen" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/ghost_bar/indoor) +"rt" = ( +/obj/machinery/cryopod/offstation{ + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"ru" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/item/food/disk{ + pixel_x = -8 + }, +/obj/item/trash/disk{ + pixel_x = 14; + pixel_y = 5 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"rv" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"rw" = ( +/obj/structure/showcase/machinery{ + icon = 'icons/obj/machines/telecomms.dmi'; + icon_state = "processor"; + name = "subsystem signal decrypter"; + desc = null + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"rx" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock, +/area/ghost_bar/indoor/cave) +"ry" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"rz" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"rA" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/structure/mineral_door/wood{ + name = "Main chamber" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"rB" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"rC" = ( +/obj/machinery/computer/security/camera_bug, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"rD" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"rE" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_basketball) +"rF" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0; + layer = 2.5 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"rG" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/turf/simulated/floor/wood/oak, +/area/admin) +"rI" = ( +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"rJ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Kitchen Shutters"; + id_tag = "ghostcafekitchen" + }, +/obj/structure/table/reinforced, +/turf/simulated/wall/indestructible/fakeglass, +/area/ghost_bar/indoor) +"rK" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"rL" = ( +/obj/structure/closet/crate/wooden, +/obj/item/grown/log/tree, +/obj/item/grown/log/tree, +/obj/item/grown/log/tree, +/obj/item/grown/log/tree, +/obj/item/grown/log/tree, +/obj/item/lighter/zippo, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"rM" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"rP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/alien, +/turf/simulated/floor/wood/oak, +/area/admin) +"rR" = ( +/turf/simulated/wall/r_wall, +/area/start) +"rS" = ( +/obj/structure/kitchenspike, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"rT" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 1 + }, +/area/ghost_bar/outdoor/beach) +"rU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"rY" = ( +/turf/simulated/floor/lava/lava_land_surface, +/area/ruin/space/bubblegum_arena) +"sa" = ( +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"sc" = ( +/obj/machinery/abductor/experiment{ + team = 4 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"sd" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"se" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/turf/simulated/floor/grass, +/area/ghost_bar/indoor/cave) +"sg" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"si" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/wood/glass{ + desc = "A strange small bar. It's actually remarkably close to Space Station 13."; + name = "The Snoozy Floofer" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"sj" = ( +/turf/simulated/wall/indestructible/fakedoor, +/area/ninja/outpost) +"sk" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/obj/structure/beebox{ + name = "Shrine" + }, +/turf/simulated/floor/carpet/lone, +/area/ghost_bar/indoor) +"sl" = ( +/obj/effect/spawner/window/plasma/grilled, +/turf/simulated/floor/plating/abductor{ + icon_state = "alienplating" + }, +/area/ghost_bar/indoor) +"sm" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro, +/turf/simulated/floor/wood/oak, +/area/admin) +"sn" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/trader_station/sol) +"so" = ( +/obj/structure/chair/sofa/bamboo/left, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"sp" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"sq" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/structure/closet, +/obj/item/clothing/suit/armor/secjacket, +/obj/item/clothing/head/helmet, +/obj/item/clothing/glasses/sunglasses, +/obj/item/storage/belt/security/full, +/obj/item/clothing/head/soft/sec/corp, +/obj/item/storage/backpack/security, +/obj/item/clothing/suit/armor/vest/security, +/obj/item/clothing/under/rank/security/officer, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/shoes/jackboots, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 5 + }, +/area/ghost_bar/indoor) +"sr" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"ss" = ( +/obj/structure/shuttle/engine/large{ + dir = 4; + pixel_x = -33; + pixel_y = -32 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/trade/sol) +"su" = ( +/obj/item/gun/grenadelauncher, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"sv" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/item/grenade/smokebomb{ + pixel_x = 5 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"sw" = ( +/obj/structure/bed/mattress/dirty, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -10; + pixel_y = -3 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"sx" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/machinery/flasher{ + id = "soltraderflash"; + pixel_x = 24 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"sy" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"sz" = ( +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/wood{ + name = "Medical" + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"sA" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/wood/oak, +/area/admin) +"sB" = ( +/mob/living/carbon/human/monkey/magic, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"sC" = ( +/obj/structure/closet/crate/secure/bin{ + anchored = 1; + color = "#00eafa" + }, +/obj/effect/turf_decal/box/red, +/obj/effect/spawner/random/trash, +/obj/item/jammer{ + pixel_x = 4 + }, +/obj/item/food/fancy/doshik, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"sE" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/carpet/green, +/area/shuttle/trade/sol) +"sG" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/vox_base) +"sJ" = ( +/obj/structure/table/wood/fancy/red, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"sL" = ( +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"sM" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/structure/closet/secure_closet/medical2{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"sN" = ( +/obj/machinery/door/airlock/wood/glass{ + desc = "A strange small bar. It's actually remarkably close to Space Station 13."; + name = "Library" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"sO" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7" + }, +/area/holodeck/source_knightarena) +"sQ" = ( +/obj/machinery/abductor/pad{ + team = 2 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"sR" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"sS" = ( +/obj/machinery/abductor/pad{ + team = 4 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"sT" = ( +/obj/machinery/economy/vending/magivend, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"sU" = ( +/obj/structure/sink/kitchen/west, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"sW" = ( +/obj/structure/chair/comfy/red, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"sY" = ( +/obj/structure/showcase/horrific_experiment{ + icon_state = "pod_cloning"; + desc = "Some sort of pod filled with... What is this?" + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"ta" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"tb" = ( +/obj/machinery/prize_counter, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"tc" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"te" = ( +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"tg" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/lighter/zippo, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"th" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"tj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/tequila{ + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_y = 11; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/bottle/cognac{ + pixel_x = 12; + pixel_y = 6 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"tl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"tm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"to" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"tp" = ( +/obj/item/clothing/head/collectable/paper, +/turf/simulated/floor/beach/away/coastline/alternative, +/area/ninja/holding) +"tq" = ( +/obj/machinery/computer/arcade/recruiter, +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/carpet/arcade, +/area/ghost_bar/indoor) +"tr" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative, +/area/ghost_bar/outdoor/beach) +"ts" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"tt" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"tv" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"tx" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + name = "Redspace Teleporter Console" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ty" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"tA" = ( +/obj/machinery/optable{ + color = "#73d1cb" + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 26 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"tB" = ( +/obj/machinery/bodyscanner{ + dir = 4; + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"tD" = ( +/turf/simulated/floor/indestructible/cobble/side, +/area/ghost_bar/outdoor) +"tF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/turf/simulated/floor/wood/oak, +/area/admin) +"tG" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/ghost_bar/indoor) +"tH" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"tI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"tJ" = ( +/obj/effect/turf_decal/sand, +/obj/structure/closet{ + name = "beachwear closet" + }, +/obj/item/clothing/shoes/sandal{ + desc = "A very fashionable pair of flip-flops."; + name = "flip-flops" + }, +/obj/item/clothing/shoes/sandal{ + desc = "A very fashionable pair of flip-flops."; + name = "flip-flops" + }, +/obj/item/clothing/glasses/sunglasses, +/obj/item/clothing/glasses/sunglasses/big, +/obj/item/clothing/glasses/sunglasses, +/obj/item/clothing/under/misc/swimsuit/black, +/obj/item/clothing/under/misc/swimsuit/blue, +/obj/item/clothing/under/misc/swimsuit/green, +/obj/item/clothing/under/misc/swimsuit/purple, +/obj/item/clothing/under/misc/swimsuit/red, +/obj/item/clothing/under/pants/shorts/black, +/obj/item/clothing/under/pants/shorts/blue, +/obj/item/clothing/under/pants/shorts/green, +/obj/item/clothing/under/pants/shorts/grey, +/obj/item/clothing/under/pants/shorts/red, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"tK" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"tM" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/ash/rocky, +/area/ghost_bar/indoor) +"tN" = ( +/obj/item/storage/briefcase{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/secure/briefcase, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"tO" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/light_fake, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor) +"tP" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"tQ" = ( +/obj/machinery/vox_shop, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"tR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"tS" = ( +/obj/structure/chair/stool/holostool{ + dir = 4 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"tT" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/indestructible/cobble, +/area/ghost_bar/outdoor) +"tU" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"tV" = ( +/obj/structure/bed, +/obj/item/bedsheet/green, +/turf/simulated/floor/carpet/green, +/area/ghost_bar/indoor) +"tY" = ( +/obj/structure/curtain, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"tZ" = ( +/obj/machinery/chem_master/condimaster{ + name = "BrewMaster 3000" + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"ua" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ub" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 5 + }, +/area/ghost_bar/outdoor/beach) +"ud" = ( +/obj/structure/mirror/magic{ + pixel_x = -28 + }, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"ue" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/computer/arcade/orion_trail, +/turf/simulated/floor/carpet/arcade, +/area/ghost_bar/indoor) +"uf" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/shuttle/trade/sol) +"ug" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"uh" = ( +/obj/structure/closet/crate/freezer{ + color = "#73d1cb" + }, +/obj/item/reagent_containers/iv_bag/blood/vox, +/obj/item/reagent_containers/iv_bag/blood/vox, +/obj/structure/closet/walllocker/medlocker/east{ + color = "#73d1cb" + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"uj" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"uk" = ( +/obj/structure/closet/crate/freezer, +/obj/item/storage/firstaid/aquatic_kit/full, +/obj/item/reagent_containers/glass/bucket, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/shrimp, +/obj/item/fish_eggs/shrimp, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/ghost_bar/indoor) +"ul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/white/hollow/left, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"un" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 24; + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"uo" = ( +/obj/structure/table, +/obj/structure/light_fake{ + dir = 8 + }, +/obj/item/soap, +/obj/item/soap, +/obj/item/soap, +/obj/item/soap, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"up" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"uq" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_y = 26 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"us" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"ut" = ( +/obj/structure/table/abductor, +/obj/structure/light_fake, +/obj/item/surgical_drapes, +/obj/item/surgicaldrill/alien, +/obj/item/cautery/alien, +/obj/item/bonesetter, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"ux" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain, +/turf/simulated/floor/wood/oak, +/area/admin) +"uz" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/wood, +/area/wizard_station) +"uA" = ( +/obj/machinery/photocopier, +/obj/structure/light_fake, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"uC" = ( +/obj/structure/table, +/obj/item/lighter/zippo, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"uE" = ( +/obj/structure/fence, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"uF" = ( +/turf/simulated/wall/indestructible/necropolis, +/area/ruin/space/bubblegum_arena) +"uG" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/wood{ + name = "Storage" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"uH" = ( +/obj/structure/table/wood, +/obj/item/camera_film{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 8; + pixel_x = -6 + }, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"uJ" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/indestructible/cobble/corner{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"uK" = ( +/obj/effect/mob_spawn/human/alive/ghost_bar{ + icon_state = "bodyscanner-open"; + icon = 'icons/obj/cryogenic2.dmi'; + name = "проснуться в гост-баре" + }, +/obj/effect/turf_decal/tile/blue/full, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"uL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy, +/obj/item/gun/energy/laser/captain, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun/cyborg, +/obj/item/gun/energy/gun/nuclear, +/turf/simulated/floor/wood/oak, +/area/admin) +"uN" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 1; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"uO" = ( +/turf/simulated/wall/mineral/titanium/survival/nodiagonal, +/area/shuttle/vox) +"uP" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"uR" = ( +/turf/simulated/wall/indestructible/wood, +/area/ninja/outpost) +"uS" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/vermouth{ + pixel_y = 18; + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/bottle/gin{ + pixel_y = 11; + pixel_x = 7 + }, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_y = 7 + }, +/obj/item/reagent_containers/drinks/bottle/goldschlager{ + pixel_y = 9; + pixel_x = -13 + }, +/obj/item/reagent_containers/drinks/bottle/fernet{ + pixel_y = 8; + pixel_x = -6 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"uU" = ( +/obj/structure/table/wood, +/obj/item/pen/multi, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"uW" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "What?" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"uX" = ( +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"uY" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = -2 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = -8 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"va" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4; + icon_state = "heater3x3"; + tag = "icon-heater (NORTH)" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/platform{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"vb" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/e_gun/old, +/turf/simulated/floor/wood/oak, +/area/admin) +"vc" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"vd" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ve" = ( +/obj/structure/table/wood, +/obj/item/toy/sword, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"vf" = ( +/obj/structure/table, +/obj/item/whetstone, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"vg" = ( +/obj/structure/table/wood, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/turf/simulated/floor/wood/oak, +/area/admin) +"vh" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"vi" = ( +/obj/structure/table/abductor, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"vj" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 8 + }, +/area/ghost_bar/outdoor/beach) +"vk" = ( +/obj/structure/dresser, +/obj/item/flashlight/lamp/green{ + pixel_y = 16; + pixel_x = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"vm" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"vn" = ( +/mob/living/simple_animal/turkey, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"vo" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"vr" = ( +/obj/structure/decorative_structures/metal/statue/metal_angel, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/vox_base) +"vs" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper/crumpled/bloody/ruins/lavaland/clown_planet{ + name = "our demands"; + info = "Deliver five cream pies to the agreed place or your apprentice gets honked again" + }, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"vt" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/syringe/dart/medical/tainted, +/obj/item/reagent_containers/syringe/dart/medical/tainted, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"vu" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"vv" = ( +/obj/item/beach_ball, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"vx" = ( +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"vy" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/corner, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"vz" = ( +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"vA" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/outdoor) +"vD" = ( +/turf/simulated/floor/beach/away/sand_alternative, +/area/ninja/holding) +"vE" = ( +/obj/structure/lattice, +/obj/item/card/emag{ + pixel_y = -54; + pixel_x = 31; + name = "странный емаг"; + desc = "Это полностью функционирующий емаг. Его даже можно взять в руки, но он находится будто не здесь..." + }, +/turf/space, +/area/space/nearstation/centcom) +"vF" = ( +/obj/structure/fence/corner, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"vG" = ( +/obj/structure/spacevine, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"vH" = ( +/obj/structure/closet/abductor, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"vJ" = ( +/obj/structure/chair/stool, +/obj/item/clothing/head/bandana{ + pixel_y = -10 + }, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ninja/holding) +"vK" = ( +/obj/item/storage/bag/cash, +/obj/item/coin/antagtoken{ + pixel_y = -11 + }, +/obj/item/coin/antagtoken{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/coin/antagtoken{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/clothing/head/lordadmiralhat{ + pixel_y = 8; + name = "адмиральская шляпа"; + desc = "Шляпа снятая с головы самого адмирала флота НТ. Или ССП? ТСФ? Не важно. Она снята с головы о-о-очень важной шишки." + }, +/obj/item/clothing/gloves/ring/gold/blessed{ + pixel_y = -32; + name = "золотое кольцо всевластия"; + desc = "Кольцо отобранное у группы карликов на Лаваленде. История не важна. Главное - что оно было для них важно и оно блестит!" + }, +/obj/item/food/fathersoup{ + pixel_x = 32; + pixel_y = -30; + name = "великий суп"; + desc = "Этот великий суп был приготовлен самим Bat'Ya, ценящийся всеми сословиями. Но даже от одного только взгляда на него - у вас уже слезятся глаза. Ты его не сможешь доесть, даже не пытайся."; + antable = 0; + bitesize = 0.01 + }, +/turf/simulated/floor/mineral/gold/fancy, +/area/vox_base) +"vL" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"vM" = ( +/obj/structure/table/wood, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = 6 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = 2 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4.5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"vN" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/clothing/gloves/color/blue, +/obj/item/mop, +/obj/item/mop, +/obj/item/storage/bag/trash, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"vP" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 6; + dir = 1 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"vQ" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/shuttle/trade/sol) +"vR" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"vS" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"vT" = ( +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"vU" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/plastic, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"vV" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating/nitrogen, +/area/shuttle/vox) +"vW" = ( +/obj/structure/curtain/open{ + color = "#512d1b"; + anchored = 1 + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4; + color = "#a55d3a" + }, +/area/ghost_bar/outdoor) +"vY" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"wa" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/reagent_containers/glass/rag{ + pixel_y = 12 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"wb" = ( +/turf/simulated/wall/indestructible/rock, +/area/space/nearstation/centcom) +"wc" = ( +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/structure/table/abductor, +/obj/item/flashlight/pen{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"wd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"we" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/emp, +/turf/simulated/floor/wood/oak, +/area/admin) +"wf" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler/cyborg, +/obj/item/gun/energy/mimicgun, +/turf/simulated/floor/wood/oak, +/area/admin) +"wg" = ( +/obj/machinery/atmospherics/unary/tank/nitrogen, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"wh" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain/scattershot, +/turf/simulated/floor/wood/oak, +/area/admin) +"wi" = ( +/obj/structure/bed/mattress/dirty, +/obj/item/restraints/handcuffs, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/vox) +"wj" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor/cave) +"wk" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/flashlight{ + pixel_y = 12 + }, +/obj/item/flashlight{ + pixel_y = 6 + }, +/obj/item/flashlight, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"wl" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"wp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/mini, +/turf/simulated/floor/wood/oak, +/area/admin) +"wq" = ( +/obj/structure/table/wood, +/obj/item/deck/tarot, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"wt" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/dice/d20, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"wu" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/obj/machinery/economy/vending/medidrobe{ + prices = list() + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"wv" = ( +/obj/machinery/door/window/reinforced/reversed{ + dir = 4; + name = "vox glassdoor"; + req_access = list(152) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"wy" = ( +/turf/simulated/floor/plasteel/grimy, +/area/ninja/outpost) +"wz" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"wC" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"wE" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"wF" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"wH" = ( +/obj/machinery/economy/vending/chemdrobe{ + prices = list() + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/ghost_bar/indoor) +"wI" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/light/disco, +/area/ghost_bar/outdoor/beach) +"wJ" = ( +/obj/structure/chair, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/obj/effect/landmark/spawner/tdomeobserve, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"wL" = ( +/obj/machinery/door/airlock/wood{ + glass = 1; + name = "Surgery" + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"wM" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/radio/headset/centcom, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"wN" = ( +/obj/structure/chair/brass{ + dir = 1 + }, +/obj/effect/landmark/spawner/vox_raider, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"wQ" = ( +/obj/structure/light_fake, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"wR" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/contraband/red_rum{ + pixel_y = 32 + }, +/obj/machinery/chem_dispenser/beer/upgraded{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"wS" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/item/trash/snack_bowl, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/vox) +"wV" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"wW" = ( +/obj/machinery/economy/vending/hydrodrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"wX" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"xa" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"xb" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 8 + }, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"xc" = ( +/obj/structure/table/reinforced/brass, +/obj/item/hand_valuer{ + pixel_x = -6 + }, +/obj/item/hand_valuer{ + pixel_x = 4 + }, +/obj/machinery/recharger, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"xd" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/ashtray/glass, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"xe" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/antiblind, +/obj/item/dnainjector/anticlumsy, +/obj/item/dnainjector/anticomic, +/obj/item/dnainjector/anticough, +/obj/item/dnainjector/antideaf, +/obj/item/dnainjector/antiepi, +/obj/item/dnainjector/antifire, +/obj/item/dnainjector/antiglasses, +/obj/item/dnainjector/antihallucination, +/obj/item/dnainjector/antihulk, +/obj/item/dnainjector/antiinsulation, +/obj/item/dnainjector/anti_small_size, +/obj/item/dnainjector/antimorph, +/obj/item/dnainjector/antinobreath, +/obj/item/dnainjector/antinoprints, +/obj/item/dnainjector/antiregenerate, +/obj/item/dnainjector/antiremoteview, +/obj/item/dnainjector/antistutt, +/obj/item/dnainjector/antitele, +/obj/item/dnainjector/antitour, +/turf/simulated/floor/wood/oak, +/area/admin) +"xf" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"xg" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/item/reagent_containers/syringe/dart/medical/tainted, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = -5; + pixel_x = 6 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"xh" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"xl" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"xn" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"xq" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r, +/turf/simulated/floor/wood/oak, +/area/admin) +"xr" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_y = 12; + pixel_x = -6 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_y = 4 + }, +/obj/item/reagent_containers/condiment/pack/ketchup{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/condiment/pack/ketchup{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/reagent_containers/condiment/pack/hotsauce{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/pack/hotsauce{ + pixel_x = 7; + pixel_y = 8 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"xs" = ( +/obj/structure/table{ + color = "#73d1cb" + }, +/obj/item/storage/firstaid/brute{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"xt" = ( +/obj/structure/rack, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/under/suit/black, +/obj/item/clothing/suit/wcoat, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"xw" = ( +/obj/item/kirbyplants, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"xx" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"xy" = ( +/obj/structure/table/wood, +/obj/item/toy/foamblade, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"xA" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"xC" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = -2 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = -8 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"xD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/candle/eternal{ + pixel_x = 18; + pixel_y = -12 + }, +/obj/item/candle/eternal{ + pixel_x = 14 + }, +/obj/item/candle/eternal{ + pixel_x = 18; + pixel_y = 12 + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"xH" = ( +/obj/structure/coatrack, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"xI" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/simulated/floor/wood/oak, +/area/admin) +"xJ" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"xK" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"xM" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/survival_pod/glass{ + hackProof = 1; + aiControlDisabled = 1; + name = "vox door" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"xN" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb, +/obj/machinery/syndicatebomb/training, +/turf/simulated/floor/wood/oak, +/area/admin) +"xO" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"xP" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor) +"xQ" = ( +/obj/structure/chair/comfy/yellow{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"xR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"xS" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"xT" = ( +/obj/structure/mopbucket/full, +/obj/item/mop/advanced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"xU" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/reagent_containers/condiment/enzyme, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"xX" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"xY" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse, +/turf/simulated/floor/wood/oak, +/area/admin) +"xZ" = ( +/obj/effect/turf_decal/sand, +/obj/structure/light_fake, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"ya" = ( +/turf/simulated/floor/lava/mapping_lava, +/area/wizard_station) +"yb" = ( +/obj/structure/mineral_door/wood, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"yd" = ( +/obj/machinery/economy/vending/virodrobe{ + prices = list() + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/ghost_bar/indoor) +"ye" = ( +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"yf" = ( +/obj/effect/overlay/palmtree_l, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"yg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"yh" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/stack/spacecash, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"yi" = ( +/obj/structure/table/glass{ + color = "#73d1cb" + }, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/bodybag, +/obj/item/reagent_containers/syringe/dart/medical{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_containers/syringe/dart/medical{ + pixel_x = 2; + pixel_y = 7 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"yj" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"yk" = ( +/obj/structure/chair/brass{ + name = "arch wizard's throne" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"yl" = ( +/obj/machinery/door/airlock/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"ym" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"yn" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/lusty_xenomorph{ + pixel_y = 31 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/vox_raider, +/obj/effect/decal/cleanable/blood/slime, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"yo" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/machinery/chem_dispenser/beer/upgraded{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"yp" = ( +/turf/simulated/wall/indestructible, +/area/adminconstruction) +"yq" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"yr" = ( +/turf/simulated/floor/plasteel/dark, +/area/ninja/outpost) +"ys" = ( +/obj/machinery/economy/vending/genedrobe{ + prices = list() + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/ghost_bar/indoor) +"yu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9; + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater2x2_side"; + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/trade/sol) +"yx" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"yz" = ( +/turf/simulated/floor/indestructible/cobble/side{ + dir = 1 + }, +/area/ghost_bar/outdoor) +"yA" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/structure/fans/tiny/invisible, +/obj/structure/barricade/wooden, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"yB" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/item/toy/plushie/voxplushie, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"yC" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/slipping, +/turf/simulated/floor/wood/oak, +/area/admin) +"yD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"yE" = ( +/obj/machinery/economy/vending/nta/admin, +/turf/simulated/floor/wood/oak, +/area/admin) +"yF" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"yH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/nuclear, +/turf/simulated/floor/wood/oak, +/area/admin) +"yI" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser/cyborg, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/scatter, +/obj/item/gun/energy/laser/tag, +/turf/simulated/floor/wood/oak, +/area/admin) +"yK" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"yM" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"yN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid" + }, +/area/holodeck/source_desert) +"yO" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/mirror{ + pixel_y = -31 + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"yP" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"yR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurplefull"; + nitrogen = 103.984 + }, +/area/vox_base) +"yT" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"yU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"yV" = ( +/turf/simulated/wall/indestructible/fakeglass/brass{ + color = "#4b5582" + }, +/area/space/nearstation/centcom) +"yW" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/item/reagent_containers/glass/bucket/wooden{ + pixel_x = -8; + pixel_y = -11; + name = "сральное ведро"; + desc = "Омерзительно. Им кто-то недавно пользовался?!" + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/blood/slime, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"yX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/destroyer, +/turf/simulated/floor/wood/oak, +/area/admin) +"yY" = ( +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"yZ" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"za" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/green, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"zc" = ( +/obj/machinery/economy/vending/lawdrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"zd" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/rag{ + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"ze" = ( +/obj/machinery/hydroponics/constructable, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor) +"zf" = ( +/obj/item/storage/bag/tray, +/obj/item/storage/box/drinkingglasses{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/storage/box/cups{ + pixel_x = -5 + }, +/obj/item/kitchen/rollingpin{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"zg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"zi" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/wizard_station) +"zj" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"zl" = ( +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/sandstone{ + id_tag = "ghostcaferesort1"; + name = "Beach Cabin" + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"zm" = ( +/obj/structure/closet/walllocker/firelocker/north, +/obj/effect/turf_decal/box/red, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"zo" = ( +/turf/simulated/floor/indestructible/necropolis, +/area/ruin/space/bubblegum_arena) +"zp" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"zr" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"zs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill/red, +/turf/simulated/floor/wood/oak, +/area/admin) +"zt" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/item/storage/box/legal_loot/amount_2, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"zu" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/economy/vending/clothing/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"zw" = ( +/obj/structure/table/wood, +/obj/item/adminfu_scroll, +/turf/simulated/floor/wood/oak, +/area/admin) +"zx" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"zy" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 8 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"zz" = ( +/obj/item/flag/solgov, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"zA" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/simulated/floor/wood/oak, +/area/admin) +"zC" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"zE" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing/corner, +/turf/simulated/floor/indestructible/cobble, +/area/ghost_bar/outdoor) +"zF" = ( +/obj/effect/landmark/spawner/tdome2, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"zG" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/tank/nitrogen{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"zJ" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"zL" = ( +/obj/machinery/computer/library{ + pixel_y = 8 + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"zM" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 4 + }, +/area/ghost_bar/outdoor/beach) +"zP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/minebot, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"zQ" = ( +/obj/structure/rack, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"zR" = ( +/obj/structure/sign/poster/contraband/lusty_xenomorph{ + pixel_y = -32 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal laundrycart with wheels."; + name = "laundry cart" + }, +/obj/item/clothing/under/costume/janimaid, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"zT" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood/oak, +/area/admin) +"zU" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"zW" = ( +/turf/simulated/floor/carpet/green, +/area/ghost_bar/indoor) +"zX" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"zY" = ( +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/siding/thinplating/end, +/obj/machinery/door_control/no_emag/west{ + id = "vox_shower"; + name = "Door Bolt Control"; + normaldoorcontrol = 1; + specialfunctions = 4; + pixel_x = 28; + pixel_y = -5 + }, +/obj/item/soap/nanotrasen, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/vox_raider, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"zZ" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/storage/box/alienhandcuffs, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"Aa" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"Ab" = ( +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "voxwest_btn_ext"; + ext_door_link_id = "voxwest_door_ext"; + int_button_link_id = "voxwest_btn_int"; + int_door_link_id = "voxwest_door_int"; + pixel_x = 24; + req_access = list(152) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Ac" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"Ad" = ( +/obj/machinery/chem_dispenser/mutagensaltpeter, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Ae" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/wood{ + name = "Kitchen" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Af" = ( +/obj/machinery/optable{ + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Ag" = ( +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"Ah" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible, +/area/admin) +"Ai" = ( +/obj/item/clothing/shoes/sandal/fancy, +/turf/simulated/floor/carpet/blue, +/area/ghost_bar/indoor) +"Aj" = ( +/obj/structure/bed/abductor, +/turf/simulated/floor/plating/abductor, +/area/ghost_bar/indoor) +"Al" = ( +/obj/structure/closet/crate/secure/bin, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Ao" = ( +/obj/machinery/computer/nonfunctional{ + icon = 'icons/obj/abductor.dmi'; + icon_state = "console"; + name = "alien console" + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Aq" = ( +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"At" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/m1911, +/turf/simulated/floor/wood/oak, +/area/admin) +"Au" = ( +/obj/machinery/economy/vending/autodrobe/free, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Av" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Ax" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/space/nearstation/centcom) +"Ay" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/trader_station/sol) +"Az" = ( +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"AB" = ( +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -10; + pixel_y = -3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/vox) +"AD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"AE" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat, +/obj/item/food/salmonmeat/snailmeat, +/obj/item/food/salmonmeat/snailmeat, +/obj/item/food/salmonmeat/turtlemeat, +/obj/item/food/salmonmeat/turtlemeat, +/obj/item/food/monstermeat/goliath, +/obj/item/food/monstermeat/goliath, +/obj/item/food/monstermeat/bearmeat, +/obj/item/food/monstermeat/bearmeat, +/obj/item/food/meat/mouse, +/obj/item/food/meat/mouse, +/obj/item/food/grown/meatwheat, +/obj/item/food/grown/meatwheat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/carpmeat, +/obj/item/food/carpmeat, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"AF" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"AH" = ( +/obj/effect/spawner/window/shuttle, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/shuttle/trade/sol) +"AI" = ( +/obj/machinery/economy/vending/detdrobe{ + prices = list() + }, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"AJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"AK" = ( +/obj/machinery/economy/vending/robodrobe{ + prices = list() + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/ghost_bar/indoor) +"AM" = ( +/obj/machinery/igniter/on, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"AN" = ( +/obj/effect/landmark/abductor/agent{ + team = 3 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"AO" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"AP" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"AT" = ( +/obj/structure/alien/weeds, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"AV" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/fireball, +/turf/simulated/floor/wood/oak, +/area/admin) +"AW" = ( +/obj/machinery/computer/card/centcom{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"AX" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"AY" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"AZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug/novelty, +/obj/item/candle/eternal/wizard{ + pixel_y = 11 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"Bb" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"Bc" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"Bd" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/ghost_bar/indoor) +"Be" = ( +/obj/structure/stone_tile/surrounding/burnt, +/obj/structure/stone_tile/center/burnt, +/obj/effect/landmark/spawner/bubblegum, +/turf/simulated/floor/lava/lava_land_surface, +/area/ruin/space/bubblegum_arena) +"Bf" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"Bg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver, +/turf/simulated/floor/wood/oak, +/area/admin) +"Bh" = ( +/obj/machinery/chem_dispenser/upgraded{ + hackedcheck = 1 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Bi" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock, +/area/ghost_bar/outdoor) +"Bk" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"Bl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ak814, +/turf/simulated/floor/wood/oak, +/area/admin) +"Bn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Bo" = ( +/obj/effect/landmark/spawner/tdomeobserve, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/tdome/tdomeobserve) +"Bp" = ( +/obj/structure/showcase, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"Bq" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/ash/rocky, +/area/ghost_bar/indoor) +"Bt" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 1 + }, +/area/ghost_bar/outdoor/beach) +"Bv" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Bw" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/flour, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"Bx" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/trader_station/sol) +"By" = ( +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"Bz" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/wood/oak, +/area/admin) +"BB" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"BC" = ( +/obj/structure/rack, +/obj/item/clothing/suit/wizrobe/magusblue, +/obj/item/clothing/head/wizard/magus, +/obj/item/staff, +/obj/item/clothing/suit/wizrobe/magusred, +/obj/item/clothing/head/wizard/magus, +/obj/item/staff, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"BD" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"BE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/trader_station/sol) +"BF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/structure/closet/walllocker/firelocker/north, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"BG" = ( +/obj/structure/table/wood/poker, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"BI" = ( +/obj/structure/closet/secure_closet/freezer/meat/open, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/sausage, +/obj/item/food/sausage, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/spaghetti, +/obj/item/food/spaghetti, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"BK" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid11" + }, +/area/holodeck/source_desert) +"BM" = ( +/obj/item/gun/projectile/revolver/grenadelauncher/multi, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"BN" = ( +/obj/structure/table/wood, +/obj/item/melee/candy_sword, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"BO" = ( +/obj/structure/statue/fountain/aged, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"BP" = ( +/obj/effect/turf_decal/siding/wideplating{ + dir = 1 + }, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"BQ" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/pneumatic_cannon, +/obj/item/pneumatic_cannon{ + pixel_x = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"BR" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_x = 4; + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_x = 4 + }, +/obj/machinery/barsign/ghost_bar{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"BS" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/structure/alien/weeds, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"BT" = ( +/obj/machinery/door_control/shutter/south{ + id = "ghostcafesec" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/ghost_bar/indoor) +"BV" = ( +/turf/simulated/floor/grass, +/area/ghost_bar/indoor/cave) +"BX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"BZ" = ( +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Ca" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/wood/oak, +/area/admin) +"Cb" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"Cc" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/turf/simulated/floor/wood/oak, +/area/admin) +"Cd" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"Ce" = ( +/obj/item/restraints/handcuffs/cable/pink{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/restraints/handcuffs/cable/pink, +/obj/item/restraints/handcuffs/cable/pink{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/vox) +"Cf" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"Cg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"Ch" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/trade/sol) +"Ci" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"Ck" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/shuttle/survival_pod, +/turf/simulated/floor/plating/nitrogen, +/area/shuttle/vox) +"Cn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"Co" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/poster/random_contraband{ + pixel_x = -26; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"Cp" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/food/grown/icepepper, +/obj/item/food/grown/icepepper, +/obj/item/food/grown/citrus/lemon, +/obj/item/food/grown/citrus/lime, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/cherries, +/obj/item/food/grown/apple, +/obj/item/food/grown/ambrosia/deus, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"Cq" = ( +/obj/structure/closet/secure_closet/freezer/meat/open, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/sausage, +/obj/item/food/sausage, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/spaghetti, +/obj/item/food/spaghetti, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + dir = 8; + nitrogen = 103.984 + }, +/area/vox_base) +"Cr" = ( +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/outdoor/beach) +"Ct" = ( +/obj/effect/turf_decal/sand{ + density = 1 + }, +/obj/effect/decal/fakelattice, +/turf/simulated/floor/indestructible{ + icon_state = "plating" + }, +/area/ghost_bar/outdoor/beach) +"Cv" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/donksoft, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"Cw" = ( +/obj/structure/bed/mattress/dirty, +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"Cx" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"Cy" = ( +/obj/structure/closet/cabinet, +/obj/item/multitool/ai_detect{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/multitool/ai_detect{ + pixel_x = -1 + }, +/obj/item/screwdriver/nuke, +/obj/item/clothing/suit/poncho/green, +/obj/item/clothing/suit/poncho/green, +/obj/item/clothing/suit/poncho/green, +/obj/item/clothing/suit/poncho/green, +/obj/item/clothing/suit/poncho/green, +/obj/item/clothing/suit/poncho/green, +/obj/item/clothing/head/sombrero/green, +/obj/item/clothing/head/sombrero/green, +/obj/item/clothing/head/sombrero/green, +/obj/item/clothing/head/sombrero/green, +/obj/item/clothing/head/sombrero/green, +/obj/item/clothing/head/sombrero/green, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Cz" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"CB" = ( +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"CD" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/carbine, +/turf/simulated/floor/wood/oak, +/area/admin) +"CF" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"CG" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"CH" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/fire{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"CI" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/experimental, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"CJ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"CK" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"CM" = ( +/obj/machinery/optable, +/turf/simulated/floor/wood/oak, +/area/admin) +"CN" = ( +/obj/item/gun/throw, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"CO" = ( +/obj/structure/janitorialcart{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"CP" = ( +/obj/effect/turf_decal/siding/wideplating/corner{ + dir = 1 + }, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"CQ" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"CR" = ( +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/structure/table/wood, +/obj/machinery/door_control/no_emag/east{ + id = "tdome1"; + req_access = list(102) + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"CS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"CT" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/tentacle, +/turf/simulated/floor/wood/oak, +/area/admin) +"CU" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/prize_counter, +/turf/simulated/floor/carpet/arcade, +/area/ghost_bar/indoor) +"CV" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"CW" = ( +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"CY" = ( +/obj/item/seeds/ambrosia/gaia, +/obj/item/seeds/pumpkin/blumpkin, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/watertank, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/reagent_containers/glass/bucket/wooden, +/obj/item/reagent_containers/glass/bucket/wooden, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/item/clothing/glasses/hud/hydroponic, +/obj/structure/closet, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/obj/item/storage/box/disks_plantgene, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Db" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"Dc" = ( +/obj/structure/mirror{ + pixel_y = -31 + }, +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"Dd" = ( +/obj/machinery/sleeper/upgraded{ + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"De" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Df" = ( +/obj/structure/bedsheetbin, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"Dg" = ( +/obj/machinery/economy/vending/hydroseeds, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Dh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"Di" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/ghost_bar/indoor) +"Dl" = ( +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 8 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -8 + }, +/turf/simulated/floor/carpet/orange, +/area/ghost_bar/indoor/cave) +"Dm" = ( +/obj/structure/table/reinforced/brass, +/obj/item/hand_valuer{ + pixel_x = -6 + }, +/obj/item/hand_valuer{ + pixel_x = 4 + }, +/obj/machinery/cell_charger, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Dn" = ( +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"Do" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "Тут должен был быть доминатор, но к счастью его тут нет." + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Dq" = ( +/obj/effect/landmark/abductor/scientist{ + team = 4 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"Dr" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_thunderdomecourt) +"Ds" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"Dt" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser, +/turf/simulated/floor/wood/oak, +/area/admin) +"Dw" = ( +/obj/structure/light_fake, +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"Dx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Dy" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/shaker, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"Dz" = ( +/obj/machinery/abductor/console{ + team = 2 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"DA" = ( +/obj/machinery/cryopod/offstation{ + dir = 4; + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"DB" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"DC" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"DE" = ( +/turf/simulated/floor/indestructible/cobble, +/area/ghost_bar/outdoor) +"DF" = ( +/obj/structure/bonfire/lit/dense, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/outdoor) +"DG" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"DH" = ( +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8 + }, +/obj/item/kitchen/knife, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_y = 5 + }, +/obj/machinery/reagentgrinder{ + desc = "Used to grind things up into raw materials and liquids."; + pixel_y = 5 + }, +/obj/structure/table/reinforced/brass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + dir = 4; + nitrogen = 103.984 + }, +/area/vox_base) +"DI" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/raw_bacon, +/obj/item/food/sausage, +/obj/item/food/sausage, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/catfishmeat, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/rawcutlet, +/obj/item/food/spaghetti, +/obj/item/food/spaghetti, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"DJ" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"DL" = ( +/obj/effect/landmark/spawner/tradergearminor, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"DM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"DN" = ( +/obj/structure/bed, +/turf/simulated/floor/indestructible/cobble/corner, +/area/ghost_bar/outdoor) +"DO" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"DP" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/medical, +/obj/machinery/light/spot, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"DQ" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ninja/holding) +"DR" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic, +/turf/simulated/floor/wood/oak, +/area/admin) +"DS" = ( +/obj/structure/bed, +/obj/item/bedsheet/blue, +/turf/simulated/floor/carpet/blue, +/area/ghost_bar/indoor) +"DT" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/obj/machinery/door/airlock/titanium/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"DU" = ( +/obj/machinery/hydroponics/soil, +/obj/item/shovel, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"DV" = ( +/obj/machinery/chem_master/condimaster, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"DW" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"DX" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + id_tag = "voxeast_door_ext"; + locked = 1; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/machinery/access_button/west{ + autolink_id = "voxeast_btn_ext"; + req_access = list(152) + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"DZ" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"Ea" = ( +/obj/structure/chair/brass{ + dir = 8 + }, +/obj/effect/landmark/spawner/vox_raider, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Ec" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_boxingcourt) +"Ef" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"Eh" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/mindflayer, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ei" = ( +/obj/machinery/flasher{ + id = "tdomeflash"; + name = "Thunderdome Flash" + }, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"Ek" = ( +/obj/structure/alien/weeds, +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"El" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/shuttle/vox) +"Em" = ( +/obj/machinery/smartfridge, +/turf/simulated/wall/indestructible/wood, +/area/ghost_bar/indoor) +"En" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"Eo" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"Ep" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Eq" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/abductor{ + desc = "What could possibly be in here?"; + name = "Laboraty" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/ghost_bar/indoor) +"Er" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"Eu" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ninja/holding) +"Ev" = ( +/obj/structure/chair/stool, +/obj/machinery/computer/security/telescreen{ + desc = "Damn, they better have /tg/thechannel on these things."; + icon_state = "entertainment"; + name = "Entertainment monitor"; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"Ew" = ( +/obj/structure/chair/brass{ + dir = 4 + }, +/obj/effect/landmark/spawner/vox_raider, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Ey" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"EC" = ( +/obj/structure/table/abductor, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"ED" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"EG" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/telegun, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"EH" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"EJ" = ( +/mob/living/simple_animal/crab{ + name = "Клешня" + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"EK" = ( +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"EL" = ( +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"EM" = ( +/turf/simulated/floor/carpet, +/area/admin) +"EN" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/engineering, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"EO" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"EQ" = ( +/obj/structure/bed/mattress/dirty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"ER" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/service, +/obj/machinery/light/spot{ + dir = 1 + }, +/obj/item/stack/tile/disco_light/thirty, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"ES" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian/soul, +/turf/simulated/floor/wood/oak, +/area/admin) +"ET" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"EV" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"EW" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/engineering, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/admin) +"Fa" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/jungle, +/area/wizard_station) +"Fb" = ( +/obj/item/gun/energy/taser, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fc" = ( +/obj/structure/billboard/fortune_telling, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Ff" = ( +/obj/structure/closet/abductor, +/turf/simulated/floor/plating/abductor{ + icon_state = "alienplating" + }, +/area/ghost_bar/indoor) +"Fg" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 1 + }, +/area/ghost_bar/outdoor) +"Fh" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"Fi" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lwap, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fj" = ( +/obj/structure/fence, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Fk" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fl" = ( +/obj/machinery/door_control/shutter/south{ + id = "ghostcafekitchen" + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"Fm" = ( +/turf/simulated/wall/indestructible/sandstone, +/area/ghost_bar/indoor) +"Fn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fp" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/bluespace_beacon/syndicate, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fq" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/item/grenade/smokebomb{ + pixel_x = -9 + }, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb{ + pixel_x = 9 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Fr" = ( +/obj/structure/fluff/beach_umbrella/cap, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Ft" = ( +/obj/structure/table/reinforced{ + color = "#cc52c0" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Fv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/megaphone, +/obj/item/clothing/mask/whistle, +/turf/simulated/floor/wood, +/area/ghost_bar/outdoor/beach) +"Fx" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/turf/simulated/floor/plasteel/dark/nitrogen, +/area/vox_base) +"Fy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/turret, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Fz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"FA" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/ghost_bar/indoor) +"FC" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"FD" = ( +/obj/machinery/light/directional/south, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"FE" = ( +/obj/structure/table/wood/fancy/purple, +/obj/effect/decal/cleanable/dirt, +/obj/item/paper_bin, +/obj/item/flashlight/pen, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"FF" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"FG" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/candle/eternal/wizard, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"FH" = ( +/obj/effect/turf_decal/sand, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"FI" = ( +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/sandstone{ + id_tag = "ghostcafebeachfreezer"; + name = "Beach Freezer" + }, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"FJ" = ( +/mob/living/simple_animal/turtle, +/turf/simulated/floor/beach/away/water, +/area/ghost_bar/outdoor) +"FK" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/line, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"FL" = ( +/obj/item/coin/silver, +/obj/item/coin/silver, +/obj/item/coin, +/obj/machinery/economy/slot_machine, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/simulated/floor/carpet/arcade, +/area/ghost_bar/indoor) +"FM" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"FN" = ( +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"FO" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/ritual, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"FR" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_thunderdomecourt) +"FS" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"FT" = ( +/obj/item/circular_saw, +/obj/structure/table{ + color = "#73d1cb" + }, +/obj/item/scalpel, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = 10; + pixel_x = -3 + }, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = 7; + pixel_x = 2 + }, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = 3; + pixel_x = 7 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"FU" = ( +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"FV" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"FW" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"FY" = ( +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"FZ" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Ga" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/short, +/turf/simulated/floor/wood/oak, +/area/admin) +"Gc" = ( +/obj/structure/railing, +/turf/simulated/floor/indestructible/cobble/corner{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"Ge" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Gf" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"Gg" = ( +/obj/structure/chair/stool/holostool{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"Gh" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"Gi" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4; + cover_color = "#68452a" + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Gj" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/structure/pondering_orb, +/obj/effect/turf_decal/woodsiding{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"Gk" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"Gm" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Gn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/fingergun/fake, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Go" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/obj/item/clothing/mask/breath/vox, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Gp" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid6" + }, +/area/holodeck/source_desert) +"Gr" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw, +/turf/simulated/floor/wood/oak, +/area/admin) +"Gt" = ( +/obj/structure/healingfountain{ + time_between_uses = 600 + }, +/turf/simulated/floor/grass, +/area/ghost_bar/indoor/cave) +"Gu" = ( +/turf/simulated/floor/carpet/arcade, +/area/trader_station/sol) +"Gv" = ( +/obj/machinery/cell_charger, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/item/pickaxe, +/obj/structure/closet/walllocker/firelocker/east, +/obj/structure/table/reinforced{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/mineral/sandbags, +/obj/item/stack/sheet/mineral/sandbags, +/obj/item/stack/sheet/mineral/sandbags, +/obj/item/stack/sheet/mineral/sandbags, +/obj/item/stack/sheet/mineral/sandbags, +/obj/item/stack/sheet/mineral/sandbags, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Gy" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 1 + }, +/area/ghost_bar/indoor) +"Gz" = ( +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor/cave) +"GA" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, +/turf/simulated/floor/wood/oak, +/area/admin) +"GB" = ( +/obj/effect/decal/remains/mouse, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = -1; + pixel_x = -9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"GC" = ( +/obj/structure/curtain/open{ + color = "#512d1b"; + anchored = 1 + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4; + color = "#a55d3a" + }, +/area/ghost_bar/outdoor) +"GE" = ( +/obj/structure/mirror{ + pixel_y = 26 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"GF" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"GG" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/simulated/floor/wood/oak, +/area/admin) +"GH" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/turf/simulated/floor/indestructible/cobble/side, +/area/ghost_bar/outdoor) +"GI" = ( +/obj/structure/dresser{ + icon = 'icons/obj/abductor.dmi'; + icon_state = "dispenser"; + name = "organ storage" + }, +/turf/simulated/floor/plating/abductor{ + icon_state = "alienplating" + }, +/area/ghost_bar/indoor) +"GJ" = ( +/obj/machinery/economy/vending/hatdispenser/free, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"GK" = ( +/obj/machinery/status_display, +/turf/simulated/wall/indestructible/riveted, +/area/tdome/tdomeadmin) +"GL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"GN" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/healing, +/turf/simulated/floor/wood/oak, +/area/admin) +"GP" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/abductor{ + desc = "What could possibly be in here? Probably naked people."; + id_tag = "cozyfloofspot1"; + name = "Bedroom" + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"GR" = ( +/obj/machinery/economy/vending/artvend{ + name = "\improper WizArtVend" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"GS" = ( +/obj/machinery/economy/vending/detdrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"GT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"GU" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"GV" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"GW" = ( +/obj/effect/spawner/window/shuttle/survival_pod, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/plating/nitrogen, +/area/shuttle/vox) +"GY" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/wormhole_projector, +/turf/simulated/floor/wood/oak, +/area/admin) +"GZ" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/tank/jetpack/improvised, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Hc" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/gyropistol, +/turf/simulated/floor/wood/oak, +/area/admin) +"Hd" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/pill/random_drugs, +/obj/item/stack/vox_cash/c500{ + pixel_x = 9 + }, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = -1; + pixel_x = -9 + }, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = -5 + }, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = -9; + pixel_x = 9 + }, +/turf/simulated/floor/plating/nitrogen, +/area/space/nearstation/centcom) +"He" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/disks{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/storage/box/syringes{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -11 + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Hg" = ( +/obj/structure/chair/sofa/bamboo/right, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Hh" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"Hj" = ( +/obj/structure/railing, +/turf/simulated/floor/indestructible/cobble/side, +/area/ghost_bar/outdoor) +"Hk" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/crossbow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Hl" = ( +/obj/structure/flora/biolumini/lamp/weaklight, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"Hn" = ( +/obj/structure/flora/rock/pile, +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Hp" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue/half, +/turf/simulated/floor/plasteel/stairs, +/area/ghost_bar/outdoor) +"Hr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/ghost_bar/indoor/cave) +"Hs" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"Ht" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"Hv" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing, +/turf/simulated/floor/indestructible/cobble/side, +/area/ghost_bar/outdoor) +"Hw" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomegen"; + name = "General Supply" + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"Hy" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/drinkingglasses, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"Hz" = ( +/turf/simulated/floor/plasteel/stairs, +/area/ghost_bar/outdoor/beach) +"HA" = ( +/obj/item/pickaxe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/space/nearstation/centcom) +"HB" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"HC" = ( +/obj/structure/chair/brass, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"HD" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"HE" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"HF" = ( +/obj/machinery/economy/vending/bardrobe{ + prices = list() + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"HG" = ( +/obj/structure/fermenting_barrel, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"HH" = ( +/obj/item/bikehorn/rubberducky, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/wizard_station) +"HI" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"HK" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"HL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle, +/turf/simulated/floor/wood/oak, +/area/admin) +"HM" = ( +/turf/simulated/floor/indestructible{ + icon_state = "plating" + }, +/area/ghost_bar/indoor) +"HN" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"HP" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid3" + }, +/area/holodeck/source_desert) +"HQ" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"HR" = ( +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"HT" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Thunderdome."; + name = "Thunderdome Telescreen"; + network = list("Thunderdome") + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"HU" = ( +/obj/effect/overlay/palmtree_l, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ninja/holding) +"HV" = ( +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/space/nearstation/centcom) +"HW" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"HY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"Ia" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"Ib" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/outdoor) +"Id" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ie" = ( +/obj/effect/mapping_helpers/light{ + light_color = "#3fb9c1" + }, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"If" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"Ig" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/item/food/disk{ + pixel_x = -8 + }, +/obj/item/food/disk{ + pixel_x = 6 + }, +/obj/item/trash/disk, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Ih" = ( +/obj/machinery/economy/merch, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Ii" = ( +/mob/living/simple_animal/crab{ + name = "Кусака" + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Ij" = ( +/obj/structure/table/reinforced/brass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_or_drink/three_course_meal, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurplefull"; + nitrogen = 103.984 + }, +/area/vox_base) +"Il" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"Im" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/harpoon{ + pixel_y = 5 + }, +/obj/item/harpoon{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"Io" = ( +/obj/item/beach_ball, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ninja/holding) +"Ip" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/food/grown/icepepper, +/obj/item/food/grown/icepepper, +/obj/item/food/grown/citrus/lemon, +/obj/item/food/grown/citrus/lime, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/cherries, +/obj/item/food/grown/apple, +/obj/item/food/grown/ambrosia/deus, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + dir = 8; + nitrogen = 103.984 + }, +/area/vox_base) +"Iq" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "tdome1"; + name = "Corpse Retreival Entrance" + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeadmin) +"Ir" = ( +/obj/structure/shuttle/engine/large{ + dir = 4; + pixel_x = -40; + pixel_y = -32 + }, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"Iu" = ( +/obj/machinery/door/airlock/bathroom, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"Iv" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"Ix" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/flag/species/vox, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"Iy" = ( +/obj/effect/turf_decal/sand, +/obj/structure/light_fake, +/obj/structure/sign/restroom{ + pixel_y = -32 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Iz" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"IB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"IC" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"ID" = ( +/turf/simulated/floor/carpet/blue, +/area/ghost_bar/outdoor/beach) +"IE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"IG" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/spawner/tdomeadmin, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"IH" = ( +/obj/machinery/computer/operating{ + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"II" = ( +/obj/item/gun/syringe/syndicate, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"IJ" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"IK" = ( +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"IL" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"IO" = ( +/mob/living/simple_animal/chicken, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"IP" = ( +/obj/structure/table/abductor, +/obj/item/retractor/alien, +/obj/item/hemostat/alien, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"IR" = ( +/obj/machinery/door_control/no_emag{ + id = "thunderdome"; + name = "Main Blast Doors Control"; + req_access = list(102) + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"IS" = ( +/turf/simulated/wall/mineral/gold, +/area/vox_base) +"IT" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"IU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"IV" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/wood/oak, +/area/admin) +"IW" = ( +/obj/structure/chair/stool/holostool{ + dir = 8 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"IX" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"IZ" = ( +/obj/structure/light_fake, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"Ja" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/storage/fancy/matches, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"Jb" = ( +/obj/structure/chair/comfy/red, +/turf/simulated/floor/carpet/arcade, +/area/trader_station/sol) +"Jc" = ( +/obj/structure/table/wood, +/obj/item/chainsaw/doomslayer, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"Jd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/bow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Je" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/door, +/turf/simulated/floor/wood/oak, +/area/admin) +"Jf" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/nitrogen, +/area/shuttle/vox) +"Jg" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"Jh" = ( +/obj/machinery/economy/vending/snack/free{ + name = "\improper Wizmore Chocolate Corp" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"Jj" = ( +/obj/structure/fence{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 1 + }, +/area/ghost_bar/indoor) +"Jk" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Jl" = ( +/obj/structure/table/wood/fancy/purple, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Jm" = ( +/obj/structure/rack, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/obj/item/flashlight/lantern, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Jn" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 2 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Jq" = ( +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"Jr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/survival_pod/glass, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Js" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"Jt" = ( +/obj/structure/barricade/sandbags, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"Ju" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Jv" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/lighter, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"Jw" = ( +/turf/simulated/floor/beach/away/coastline/alternative, +/area/ninja/holding) +"Jy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro/old, +/turf/simulated/floor/wood/oak, +/area/admin) +"Jz" = ( +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"JB" = ( +/obj/machinery/abductor/gland_dispenser, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"JC" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"JD" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival/bone, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"JE" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 4 + }, +/area/ghost_bar/outdoor/beach) +"JF" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library{ + pixel_y = 8; + req_one_access = null + }, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"JH" = ( +/obj/structure/table/wood/fancy/purple, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"JI" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/item/candle/eternal{ + pixel_y = -12; + pixel_x = -18 + }, +/obj/item/candle/eternal{ + pixel_x = -18; + pixel_y = 12 + }, +/obj/item/candle/eternal{ + pixel_x = -13 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"JJ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"JK" = ( +/obj/structure/chair/sofa/bamboo/left{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"JL" = ( +/obj/effect/landmark/spawner/vox_raider, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"JM" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "ghostcafemedical"; + name = "Medbay Shutters" + }, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/ghost_bar/indoor) +"JP" = ( +/obj/effect/landmark/abductor/agent{ + team = 4 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"JQ" = ( +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"JR" = ( +/obj/structure/closet/cabinet, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"JS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/trader_station/sol) +"JT" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/cobble/side, +/area/ghost_bar/outdoor) +"JV" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"JW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/mounted, +/turf/simulated/floor/wood/oak, +/area/admin) +"JX" = ( +/obj/item/food/grown/cannabis/rainbow, +/obj/item/food/grown/cannabis/rainbow, +/obj/item/food/grown/cannabis/rainbow, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"JY" = ( +/obj/structure/table/wood, +/obj/item/candle/eternal/wizard{ + pixel_y = 5; + pixel_x = -7 + }, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"JZ" = ( +/obj/structure/shuttle/engine/platform{ + layer = 2.9; + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/trade/sol) +"Ka" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7" + }, +/area/holodeck/source_knightarena) +"Kb" = ( +/turf/simulated/wall/indestructible/opsglass/limited_smooth, +/area/vox_base) +"Kc" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/item/food/fancy/doshik_spicy{ + pixel_x = -3 + }, +/obj/item/food/fancy/doshik{ + pixel_y = 1; + pixel_x = 3 + }, +/obj/item/food/fancy/doshik{ + pixel_y = -6; + pixel_x = 5 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Kf" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"Kg" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"Kj" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Kk" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff, +/turf/simulated/floor/wood/oak, +/area/admin) +"Kl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"Km" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood/oak, +/area/admin) +"Kn" = ( +/obj/machinery/flasher{ + id = "tdomeflash"; + name = "Thunderdome Flash" + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"Kr" = ( +/obj/structure/flora/biolumini, +/obj/structure/alien/xenoweeds, +/obj/effect/firefly/blue, +/turf/simulated/floor/ash/rocky, +/area/ghost_bar/indoor) +"Ks" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"Kt" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"Kv" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Kw" = ( +/obj/structure/closet, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Kx" = ( +/obj/structure/sink/directional/south{ + color = "#73d1cb"; + dir = 2; + pixel_y = 23 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Ky" = ( +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/simulated/floor/wood/oak, +/area/admin) +"Kz" = ( +/obj/structure/chair/comfy/beige{ + dir = 1; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"KA" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"KB" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"KC" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 8 + }, +/area/ghost_bar/outdoor/beach) +"KD" = ( +/obj/machinery/door_control/no_emag{ + id = "thunderdomehea"; + name = "Heavy Supply Control"; + req_access = list(102) + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"KF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id = "GhostCafeMedical" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ghostcafemedical"; + name = "Medbay Shutters" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"KG" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, +/turf/simulated/floor/wood/oak, +/area/admin) +"KH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"KI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"KJ" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"KK" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0; + layer = 2 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"KL" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/crossbow/french, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"KO" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"KP" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/mob/living/simple_animal/pig, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"KQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/yellow, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"KR" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"KS" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_basketball) +"KU" = ( +/obj/effect/landmark/spawner/tradergearmajor, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"KV" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"KW" = ( +/obj/structure/ninjatele{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel/dark, +/area/ninja/outpost) +"KX" = ( +/obj/structure/sign/poster/official/fruit_bowl, +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/vox_base) +"KY" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 1 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"La" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/booze, +/turf/simulated/floor/wood/oak, +/area/admin) +"Lb" = ( +/obj/structure/table/tray{ + color = "#73d1cb" + }, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Ld" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult" + }, +/area/holodeck/source_theatre) +"Le" = ( +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"Lg" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/tdome/tdomeadmin) +"Lh" = ( +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/wood/glass{ + desc = "A strange small bar. It's actually remarkably close to Space Station 13."; + name = "The Snoozy Floofer" + }, +/turf/simulated/floor/plasteel/stairs, +/area/ghost_bar/indoor) +"Li" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/smartfridge/foodcart{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Lj" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Lm" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"Ln" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"Lo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/directional/north, +/obj/structure/closet/walllocker/firelocker/north, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Lq" = ( +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"Lr" = ( +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"Lt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Lw" = ( +/obj/structure/window/reinforced/mazeglass, +/obj/structure/window/reinforced/mazeglass{ + dir = 1 + }, +/obj/item/soap, +/obj/structure/mopbucket{ + dir = 4 + }, +/obj/item/mop, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/trader_station/sol) +"Lx" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/simulated/floor/wood/oak, +/area/admin) +"Lz" = ( +/obj/machinery/optable/abductor, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"LA" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/barricade/sandbags, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"LC" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"LD" = ( +/obj/structure/chair/brass, +/obj/effect/landmark/spawner/vox_raider, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"LE" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/shaker, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"LF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"LH" = ( +/obj/structure/table/wood, +/obj/item/deck/unum, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"LI" = ( +/obj/structure/fence/door, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"LJ" = ( +/obj/effect/turf_decal/sand, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"LK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/lethal, +/turf/simulated/floor/wood/oak, +/area/admin) +"LL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer, +/turf/simulated/floor/wood/oak, +/area/admin) +"LM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_fake/small, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"LN" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/ghost_bar/indoor) +"LO" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"LQ" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue/half, +/turf/simulated/floor/plasteel/stairs, +/area/ghost_bar/outdoor) +"LR" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid5" + }, +/area/holodeck/source_desert) +"LS" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/wood/glass{ + name = "Lounge" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"LT" = ( +/obj/structure/dresser, +/obj/structure/mirror{ + pixel_y = -30 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"LU" = ( +/obj/structure/table/wood, +/obj/machinery/bottler{ + pixel_y = 5 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"LV" = ( +/obj/structure/table/abductor, +/obj/item/storage/box/alienhandcuffs, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"LW" = ( +/obj/machinery/computer/syndicate_depot/teleporter, +/turf/simulated/floor/wood/oak, +/area/admin) +"LX" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"LY" = ( +/obj/machinery/door/airlock/survival_pod{ + name = "Cockpit" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"LZ" = ( +/obj/item/flag/solgov, +/obj/machinery/door_control/no_emag/east{ + id = "soltrader_north"; + name = "Trade Deposits Door"; + normaldoorcontrol = 1; + pixel_y = 8; + req_access = list(160) + }, +/obj/machinery/door_control/no_emag/east{ + id = "trader_privacy"; + name = "Privacy Shutters Control"; + pixel_y = -8; + req_access = list(160) + }, +/obj/machinery/flasher_button{ + id = "soltraderflash"; + pixel_x = 24; + req_access = list(160) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"Ma" = ( +/obj/structure/statue/silver/secborg{ + icon = 'icons/mob/robots.dmi'; + icon_state = "Service2"; + dir = 8; + pixel_x = -11; + pixel_y = 2; + name = "робот-пианист в глубоком космосе"; + desc = "Статуя робота во фраке сидящего за пианино в открытом космосе. Судя по всему он здесь уже давно. И у него отличный металлический блестящий зад." + }, +/turf/space, +/area/space/nearstation/centcom) +"Mc" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/ghost_bar/outdoor/beach) +"Md" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/wizard_station) +"Me" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"Mf" = ( +/obj/structure/decorative_structures/metal/statue/golden_disk, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/vox_base) +"Mg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + dir = 1; + nitrogen = 103.984 + }, +/area/vox_base) +"Mh" = ( +/obj/machinery/optable{ + color = "#73d1cb" + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 26 + }, +/obj/item/organ/internal/brain, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Mi" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/carpet/green, +/area/shuttle/trade/sol) +"Mj" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Mk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Ml" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Mm" = ( +/obj/structure/fence, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"Mp" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/effect/turf_decal/stripes/asteroid/line, +/obj/structure/chair/stool/bar, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Mr" = ( +/obj/machinery/door/window/reinforced/reversed{ + dir = 1; + name = "vox glassdoor"; + color = "red"; + req_access = list(152) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"Ms" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"Mt" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/indestructible/cobble/side, +/area/ghost_bar/outdoor) +"Mv" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + nitrogen = 103.984 + }, +/area/vox_base) +"Mx" = ( +/turf/simulated/floor/light/disco, +/area/ghost_bar/outdoor/beach) +"Mz" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"MC" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun, +/turf/simulated/floor/wood/oak, +/area/admin) +"MD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"ME" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/food/sliceable/turkey, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"MF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/simulated/floor/wood/oak, +/area/admin) +"MH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/temperature, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"MI" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater2x2_side"; + dir = 4; + pixel_x = -8 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9; + dir = 8 + }, +/turf/simulated/floor/indestructible{ + icon_state = "plating" + }, +/area/ghost_bar/indoor) +"ML" = ( +/obj/structure/bed, +/obj/effect/landmark/spawner/wiz, +/obj/item/bedsheet/wiz, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"MO" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"MR" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/cobblestone, +/area/ghost_bar/outdoor) +"MT" = ( +/obj/structure/chair/comfy/yellow{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"MU" = ( +/obj/item/restraints/handcuffs, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"MV" = ( +/obj/machinery/chem_master/condimaster{ + name = "BrewMaster 3000" + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"MW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"MX" = ( +/obj/structure/table/wood, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/turf/simulated/floor/wood/oak, +/area/admin) +"MY" = ( +/obj/structure/coatrack, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"Na" = ( +/obj/structure/closet/cabinet/wizard, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"Nc" = ( +/obj/structure/lattice, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"Nd" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"Ne" = ( +/obj/machinery/economy/vending/chefdrobe, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"Nf" = ( +/turf/simulated/floor/carpet/blue, +/area/ghost_bar/indoor) +"Ng" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"Ni" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Nk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/arrows/black{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Nm" = ( +/obj/structure/table/reinforced/brass, +/obj/item/storage/box/alienhandcuffs, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Np" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/chaos, +/turf/simulated/floor/wood/oak, +/area/admin) +"Nq" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/plastic, +/turf/simulated/floor/plating/nitrogen, +/area/space/nearstation/centcom) +"Nr" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/loot/crate, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Ns" = ( +/obj/structure/musician/piano{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Nt" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/outdoor) +"Nu" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Nx" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor/cave) +"Ny" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/crossbow, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Nz" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"NA" = ( +/obj/item/stack/sheet/cardboard{ + amount = 10 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/structure/table, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"ND" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid1" + }, +/area/holodeck/source_desert) +"NE" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ash/rock/style_random, +/obj/item/flashlight/flare/torch{ + on = 1; + pixel_x = -9; + pixel_y = 10 + }, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor/cave) +"NF" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" + }, +/area/holodeck/source_basketball) +"NH" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud{ + pixel_x = 6 + }, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"NI" = ( +/obj/machinery/abductor/experiment{ + team = 2 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"NK" = ( +/obj/machinery/cooker/deepfryer/upgraded, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"NL" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/machinery/door/airlock/titanium/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"NM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"NN" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating/nitrogen, +/area/shuttle/vox) +"NQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/aps, +/turf/simulated/floor/wood/oak, +/area/admin) +"NR" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"NS" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"NT" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"NU" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/syringe/blowgun" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"NV" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"NW" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"NY" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"NZ" = ( +/obj/structure/table/wood/fancy/orange, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "trader_privacy"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/machinery/door/window{ + dir = 4; + name = "Стойка"; + req_access = list(160) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"Oa" = ( +/obj/structure/rack, +/obj/item/clothing/under/plasmaman/wizard, +/obj/item/clothing/head/helmet/space/plasmaman/wizard, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/plasmaman/belt/full, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"Od" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Oe" = ( +/obj/structure/chair/comfy/green{ + dir = 1 + }, +/obj/effect/landmark/spawner/tdomeadmin, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"Of" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Og" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"Oh" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/kitchen/knife, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"Oi" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid" + }, +/area/holodeck/source_desert) +"Ok" = ( +/obj/structure/table/reinforced/brass, +/obj/item/card/id/prisoner/random, +/obj/item/card/id/prisoner/random, +/obj/item/card/id/prisoner/random, +/obj/item/card/id/prisoner/random, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Om" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"On" = ( +/obj/machinery/abductor/console{ + team = 4 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"Oo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_boxingcourt) +"Op" = ( +/obj/item/storage/box/drinkingglasses{ + pixel_y = 3 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_y = 8 + }, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"Oq" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/ghost_bar/outdoor/beach) +"Or" = ( +/obj/structure/table/wood, +/obj/item/gun/syringe, +/turf/simulated/floor/wood/oak, +/area/admin) +"Os" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/trader_station/sol) +"Ot" = ( +/turf/simulated/wall/indestructible/riveted, +/area/tdome/arena) +"Ow" = ( +/mob/living/simple_animal/crab{ + name = "Ракушка" + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Ox" = ( +/turf/simulated/floor/carpet, +/area/adminconstruction) +"Oy" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"Oz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill, +/turf/simulated/floor/wood/oak, +/area/admin) +"OA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/chair/stool, +/obj/item/clothing/under/misc/bluehawaiianshirt, +/obj/item/clothing/glasses/sunglasses, +/turf/simulated/floor/wood, +/area/ghost_bar/outdoor/beach) +"OB" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"OC" = ( +/turf/simulated/wall/indestructible/wood, +/area/trader_station/sol) +"OD" = ( +/obj/structure/table/wood/fancy/purple, +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/lamp/bananalamp{ + pixel_y = 20; + pixel_x = -14 + }, +/obj/item/pizzabox{ + icon_state = "pizzabox_open" + }, +/obj/item/book/manual/nuclear{ + pixel_x = 5 + }, +/obj/item/food/disk{ + pixel_x = -8 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"OE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/walllocker/firelocker/north, +/obj/effect/turf_decal/box/red, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"OF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle/carbine, +/turf/simulated/floor/wood/oak, +/area/admin) +"OH" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_emptycourt) +"OI" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"OJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"OL" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/blacktrenchcoat, +/obj/item/clothing/shoes/black, +/turf/simulated/floor/wood/oak, +/area/admin) +"OM" = ( +/obj/structure/shuttle/engine/heater{ + icon_state = "heater2x2"; + dir = 4; + pixel_x = -8 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9; + dir = 8 + }, +/turf/simulated/floor/indestructible{ + icon_state = "plating" + }, +/area/ghost_bar/indoor) +"ON" = ( +/obj/structure/shuttle/engine/huge, +/turf/simulated/floor/catwalk/airless, +/area/shuttle/vox) +"OO" = ( +/obj/machinery/computer/camera_advanced/abductor{ + team = 1 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"OP" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"OQ" = ( +/obj/machinery/vox_trader, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"OR" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"OS" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"OU" = ( +/obj/machinery/economy/vending/shoedispenser/free, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"OV" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "vox glassdoor"; + color = "red"; + req_access = list(152) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"OW" = ( +/obj/structure/table/wood, +/obj/item/whetstone, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"OY" = ( +/obj/structure/light_fake, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"OZ" = ( +/obj/structure/railing/cap/normal{ + dir = 8; + pixel_y = 4 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"Pa" = ( +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/ghost_bar/indoor) +"Pb" = ( +/obj/structure/closet, +/obj/item/storage/belt/utility/chief/full{ + name = "Construction Toolbelt" + }, +/obj/item/storage/belt/utility/chief/full{ + name = "Construction Toolbelt" + }, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/stack/tile/carpet/twenty, +/obj/item/stack/tile/carpet/royalblue/twenty, +/obj/item/stack/tile/carpet/royalblack/twenty, +/obj/item/stack/tile/carpet/red/twenty, +/obj/item/stack/tile/carpet/purple/twenty, +/obj/item/stack/tile/carpet/orange/twenty, +/obj/item/stack/tile/carpet/green/twenty, +/obj/item/stack/tile/carpet/cyan/twenty, +/obj/item/stack/tile/carpet/blue/twenty, +/obj/item/stack/tile/carpet/black/twenty, +/obj/item/stack/sheet/wood{ + amount = 25 + }, +/obj/item/stack/tile/wood{ + amount = 25 + }, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"Pc" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"Pd" = ( +/obj/machinery/abductor/experiment{ + team = 1 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"Pe" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"Pf" = ( +/obj/structure/bookcase/random, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"Pg" = ( +/obj/machinery/light/directional/west, +/obj/item/flag/species/vox, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"Ph" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_sol_base"; + name = "Docking Port" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"Pk" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/abductor{ + desc = "What could possibly be in here?"; + name = "Laboraty" + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Pm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Pn" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded{ + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Po" = ( +/obj/item/trash/tastybread, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"Pp" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Pq" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator/multi/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ps" = ( +/obj/machinery/door/airlock/wood{ + id_tag = "ghostcafecabin3"; + name = "Wooden Cabin" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Pt" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"Pu" = ( +/obj/effect/overlay/palmtree_r, +/obj/effect/overlay/coconut, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ninja/holding) +"Pv" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/red, +/area/ghost_bar/indoor) +"Pw" = ( +/obj/structure/closet/wardrobe/white, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/ghost_bar/indoor) +"Py" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/hos, +/turf/simulated/floor/wood/oak, +/area/admin) +"Pz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/spikethrower, +/turf/simulated/floor/wood/oak, +/area/admin) +"PA" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/carpet/green, +/area/ghost_bar/indoor) +"PB" = ( +/obj/structure/table/wood, +/obj/item/holo/esword, +/obj/item/holo/esword/green, +/obj/item/holo/esword/red, +/obj/item/melee/energy/sword/pirate, +/obj/item/melee/energy/sword/saber, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/melee/energy/sword/saber/green, +/obj/item/melee/energy/sword/saber/purple, +/obj/item/melee/energy/sword/saber/red, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"PD" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/multi{ + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"PE" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"PH" = ( +/obj/machinery/smartfridge/foodcart{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"PI" = ( +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"PJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel, +/turf/simulated/floor/wood/oak, +/area/admin) +"PK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurplefull"; + nitrogen = 103.984 + }, +/area/vox_base) +"PL" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"PN" = ( +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"PO" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"PP" = ( +/obj/structure/closet/wardrobe/orange/prison, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 6 + }, +/area/ghost_bar/indoor) +"PQ" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/turf/simulated/floor/wood/oak, +/area/admin) +"PR" = ( +/turf/simulated/wall/indestructible/sandstone, +/area/ghost_bar/outdoor/beach) +"PS" = ( +/obj/structure/statue/sandstone/venus{ + color = "#5c5c5c"; + desc = "She lies just out of reach, as always. She somehow has your only toolbox."; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/wizard_station) +"PT" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"PU" = ( +/obj/structure/flora/rock/pile/largejungle{ + layer = 2.9 + }, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"PV" = ( +/turf/simulated/wall/indestructible/abductor, +/area/abductor_ship) +"PW" = ( +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"PY" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"Qb" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/ghost_bar/indoor) +"Qc" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Thunderdome."; + name = "Thunderdome Telescreen"; + network = list("Thunderdome") + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"Qd" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "beach" + }, +/area/holodeck/source_beach) +"Qe" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"Qf" = ( +/obj/machinery/economy/vending/suitdispenser/free, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Qg" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"Qh" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"Qi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"Qj" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"Ql" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/food/grown/icepepper, +/obj/item/food/grown/icepepper, +/obj/item/food/grown/citrus/lemon, +/obj/item/food/grown/citrus/lime, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/cherries, +/obj/item/food/grown/apple, +/obj/item/food/grown/ambrosia/deus, +/turf/simulated/floor/plasteel/freezer, +/area/ghost_bar/indoor) +"Qm" = ( +/obj/effect/overlay/palmtree_l, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"Qn" = ( +/obj/machinery/economy/vending/medidrobe{ + prices = list() + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/ghost_bar/indoor) +"Qo" = ( +/obj/structure/shuttle/engine/platform{ + dir = 8; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"Qq" = ( +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"Qr" = ( +/obj/machinery/economy/vending/hydrodrobe{ + prices = list() + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Qs" = ( +/obj/effect/landmark/spawner/ninjastart, +/turf/simulated/floor/plasteel/grimy, +/area/ninja/outpost) +"Qt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/tommygun, +/turf/simulated/floor/wood/oak, +/area/admin) +"Qv" = ( +/obj/structure/table, +/obj/item/clothing/head/that{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"Qx" = ( +/obj/structure/closet/wardrobe/grey, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"Qy" = ( +/obj/effect/turf_decal/sand, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Qz" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/hatch{ + name = "vox hatch"; + aiControlDisabled = 1; + hackProof = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"QA" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/simulated/floor/wood/oak, +/area/admin) +"QC" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"QG" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"QH" = ( +/obj/structure/table/wood, +/obj/item/fireaxe, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"QI" = ( +/obj/mecha/combat/honker/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"QK" = ( +/obj/structure/shuttle/engine/platform{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0; + layer = 2.5 + }, +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"QL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"QM" = ( +/obj/structure/curtain/black{ + anchored = 1 + }, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/ghost_bar/indoor) +"QN" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/admin) +"QO" = ( +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"QP" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/shiv/carrot, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"QQ" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/obj/machinery/economy/vending/hatdispenser/free, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"QR" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted, +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"QT" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"QV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"QW" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/cobble, +/area/ghost_bar/outdoor) +"QX" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"QZ" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/trade/sol) +"Rc" = ( +/turf/simulated/wall/mineral/plastitanium/nosmooth{ + icon_state = "plastitanium_wall-0"; + icon = 'icons/turf/walls/plastitanium_wall.dmi' + }, +/area/vox_base) +"Rd" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Rf" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Rh" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_thunderdomecourt) +"Ri" = ( +/obj/structure/alien/weeds, +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"Rj" = ( +/obj/item/paper{ + info = "Комната копипастнута с парашизы. Много чего что есть в билде, тут может отсутствовать, потому что всем лень изучать, особенно мне. /Если ты заметишь что тут чего-то нет, напиши мне в карточную или разрабскую. /-Aylong"; + name = "Напоминалка" + }, +/turf/simulated/floor/carpet, +/area/admin) +"Rk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"Rl" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"Rn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Ro" = ( +/obj/structure/table/wood/fancy/purple, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Rp" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Rq" = ( +/obj/machinery/washing_machine, +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"Rr" = ( +/obj/machinery/poolcontroller/invisible, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ninja/holding) +"Rs" = ( +/obj/machinery/light/directional/south, +/obj/machinery/economy/vending/tool/free{ + color = "#e67e7e" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"Rt" = ( +/obj/structure/marker_beacon/spotlight/yellow, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/indestructible/cobble/corner{ + dir = 1 + }, +/area/ghost_bar/outdoor) +"Ru" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"Rv" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Rx" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"Ry" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"Rz" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted{ + dir = 1 + }, +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"RA" = ( +/obj/machinery/sleeper/upgraded, +/turf/simulated/floor/wood/oak, +/area/admin) +"RC" = ( +/obj/structure/rack, +/obj/item/camera, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"RD" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"RE" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8; + cover_color = "#68452a" + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"RF" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8; + cover_color = "#68452a" + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"RG" = ( +/obj/machinery/computer/shuttle/trade/sol, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"RI" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdome"; + name = "Thunderdome Blast Door" + }, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"RJ" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/survival_pod/glass{ + hackProof = 1; + aiControlDisabled = 1; + name = "vox door"; + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"RK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/vox_raider, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"RL" = ( +/obj/effect/landmark/spawner/holding_facility, +/turf/simulated/floor/engine, +/area/ninja/holding) +"RM" = ( +/obj/structure/bookcase/random, +/obj/item/book/granter/spell/summon_cheese, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"RN" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"RO" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"RP" = ( +/obj/machinery/door/airlock/titanium/glass, +/obj/effect/turf_decal/siding/wood/birch, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"RQ" = ( +/turf/simulated/wall/indestructible/riveted, +/area/tdome/arena_source) +"RS" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"RT" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/ninja/holding) +"RU" = ( +/obj/machinery/igniter/on, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"RV" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/chrono_gun, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"RW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter/adv, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"RX" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/storage/fancy/donut_box{ + pixel_y = 5 + }, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"RY" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"RZ" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"Sd" = ( +/obj/item/cardboard_cutout{ + icon = 'icons/mob/mob.dmi'; + icon_state = "ghost2"; + name = "призрак"; + desc = "А, это просто картонка..." + }, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"Se" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/airlock/abductor{ + desc = "What could possibly be in here? Probably naked people."; + name = "Meeting Room" + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Sf" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"Sg" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"Sh" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"Sj" = ( +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"Sl" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"Sm" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"So" = ( +/obj/effect/turf_decal/sand, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Sp" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/tommygun, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Sr" = ( +/obj/structure/toilet{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/trader_station/sol) +"Ss" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/ghost_bar/indoor) +"St" = ( +/obj/machinery/sleeper/upgraded{ + dir = 4; + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Sx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurple"; + dir = 1; + nitrogen = 103.984 + }, +/area/vox_base) +"Sz" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/tile/blue/opposingcorners, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"SA" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"SB" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/book/manual/barman_recipes, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"SD" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"SG" = ( +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/space/nearstation/centcom) +"SH" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"SJ" = ( +/obj/machinery/door/airlock/titanium/glass, +/obj/effect/turf_decal/siding/wood/birch{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"SK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/mounted, +/turf/simulated/floor/wood/oak, +/area/admin) +"SM" = ( +/obj/structure/chair/sofa/left{ + dir = 4; + color = "#63009c" + }, +/obj/effect/landmark/spawner/roundstart_observer, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"SN" = ( +/obj/item/trash/snack_bowl, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/vox_base) +"SO" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/effect/mapping_helpers/light, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"SP" = ( +/obj/structure/alien/weeds, +/obj/item/clothing/suit/xenos, +/obj/item/clothing/head/xenos, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"SQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"SR" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/admin) +"ST" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 7; + height = 18; + id = "trade_sol_base"; + name = "docking bay 2 at Jupiter Station"; + width = 15; + dheight = 1 + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 7; + height = 18; + id = "trade_sol"; + name = "sol trade shuttle"; + width = 15; + dheight = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"SU" = ( +/obj/item/radio{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/radio{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/radio, +/obj/structure/table/wood, +/obj/machinery/door_control/no_emag/west{ + id = "tdome2"; + req_access = list(102) + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"SV" = ( +/turf/simulated/floor/beach/away/coastline/alternative, +/area/ghost_bar/outdoor/beach) +"SX" = ( +/obj/machinery/computer/shuttle/vox, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Ta" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"Tb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Td" = ( +/obj/machinery/cooker/deepfryer/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"Te" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/focus, +/turf/simulated/floor/wood/oak, +/area/admin) +"Tf" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_y = 8; + pixel_x = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"Th" = ( +/obj/structure/table/wood, +/obj/item/radio/headset, +/obj/item/radio/headset/abductor, +/obj/item/radio/headset/alt, +/obj/item/radio/headset/binary{ + name = "binary radio headset" + }, +/obj/item/radio/headset/bot{ + name = "bot radio headset" + }, +/obj/item/radio/headset/centcom, +/obj/item/radio/headset/chameleon{ + name = "chamelon radio headset" + }, +/obj/item/radio/headset/ert, +/obj/item/radio/headset/ert/alt/commander, +/obj/item/radio/headset/heads{ + name = "heads radio headset" + }, +/obj/item/radio/headset/heads/ai_integrated, +/obj/item/radio/headset/heads/blueshield/alt, +/obj/item/radio/headset/heads/captain/alt, +/obj/item/radio/headset/heads/ce, +/obj/item/radio/headset/heads/cmo, +/obj/item/radio/headset/heads/hop, +/obj/item/radio/headset/heads/hos, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/rd, +/obj/item/radio/headset/headset_cargo, +/obj/item/radio/headset/headset_cargo/mining, +/obj/item/radio/headset/headset_com, +/obj/item/radio/headset/headset_eng, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_medsci, +/obj/item/radio/headset/headset_rob, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sec, +/obj/item/radio/headset/headset_sec/alt, +/obj/item/radio/headset/headset_service, +/obj/item/radio/headset/syndicate{ + name = "syndicate radio headset" + }, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt/syndteam{ + name = "syndicate team headset" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ti" = ( +/obj/structure/chair/sofa/corner{ + dir = 6; + color = "#63009c" + }, +/obj/effect/landmark/spawner/roundstart_observer, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"Tj" = ( +/obj/item/camera, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ninja/holding) +"Tl" = ( +/obj/effect/mapping_helpers/airlock/access/all/shuttles/vox, +/obj/machinery/door/airlock/survival_pod/glass{ + hackProof = 1; + aiControlDisabled = 1; + name = "vox door"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"To" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Tt" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/trader_station/sol) +"Tu" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Tv" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"Tw" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill/blue, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ty" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/vox_base) +"Tz" = ( +/turf/simulated/wall/indestructible/alien, +/area/ghost_bar/indoor) +"TB" = ( +/obj/structure/table/abductor, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"TC" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/item/storage/box/legal_loot/amount_5, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/item/trash/doshik{ + pixel_y = -14; + pixel_x = 7 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"TD" = ( +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"TE" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/candle/eternal/wizard{ + pixel_y = 5; + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/mugwort{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"TF" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"TG" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/harpoon{ + pixel_y = 5 + }, +/obj/item/harpoon{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"TH" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/simulated/floor/wood/oak, +/area/admin) +"TI" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"TJ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"TK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/cyborg, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"TL" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/grass/no_creep, +/area/ghost_bar/outdoor) +"TM" = ( +/obj/machinery/abductor/pad{ + team = 3 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"TN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield, +/turf/simulated/floor/wood/oak, +/area/admin) +"TO" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/wood/oak, +/area/admin) +"TP" = ( +/obj/structure/rack, +/obj/item/clothing/suit/wizrobe/marisa, +/obj/item/clothing/shoes/sandal/marisa, +/obj/item/clothing/head/wizard/marisa, +/obj/item/staff/broom, +/turf/simulated/floor/carpet/black, +/area/wizard_station) +"TQ" = ( +/obj/structure/flora/rock/pile, +/turf/simulated/floor/grass, +/area/ghost_bar/indoor/cave) +"TR" = ( +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/item/clothing/suit/space/vox/pressure, +/obj/item/clothing/head/helmet/space/vox/pressure, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/tank/jetpack/carbondioxide, +/obj/item/tank/jetpack/carbondioxide, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"TS" = ( +/obj/structure/fence/post, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"TT" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"TU" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/loot/crate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"TV" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/marker_beacon/spotlight/yellow, +/turf/simulated/floor/indestructible/cobble/corner{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"TW" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"TX" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"TY" = ( +/turf/simulated/wall/indestructible, +/area/space/centcomm) +"TZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9; + dir = 4 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater2x2"; + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/trade/sol) +"Ua" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_basketball) +"Ud" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/fancy{ + pixel_y = 4 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"Ue" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"Ug" = ( +/obj/structure/table/wood, +/obj/item/pen/blue{ + pixel_x = -8 + }, +/obj/item/paper_bin, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"Uh" = ( +/obj/structure/table/wood/fancy/orange, +/turf/simulated/floor/carpet, +/area/ghost_bar/indoor) +"Ui" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, +/turf/simulated/floor/wood/oak, +/area/admin) +"Uk" = ( +/obj/structure/table/wood, +/obj/item/chainsaw, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"Ul" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun/pen, +/turf/simulated/floor/wood/oak, +/area/admin) +"Un" = ( +/obj/effect/turf_decal/tile/blue/fourcorners, +/turf/simulated/floor/plasteel, +/area/ghost_bar/indoor) +"Uo" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Up" = ( +/turf/simulated/wall/indestructible, +/area/admin) +"Uq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"Ur" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor/cave) +"Us" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/machinery/computer/arcade, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Uv" = ( +/obj/structure/toilet{ + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white_small" + }, +/area/ghost_bar/indoor) +"Uw" = ( +/obj/item/storage/toolbox/electrical{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/emergency{ + pixel_y = 1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -3 + }, +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ffae00"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Ux" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/airlock/security{ + name = "Detainment" + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Uy" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Uz" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"UE" = ( +/obj/effect/landmark/spawner/bubblegum_arena, +/turf/simulated/floor/indestructible/necropolis, +/area/ruin/space/bubblegum_arena) +"UF" = ( +/obj/machinery/door/airlock/silver{ + name = "Уборная"; + id_tag = "vox_shower"; + color = "#804482" + }, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"UG" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs, +/area/ghost_bar/outdoor) +"UH" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"UL" = ( +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/ghost_bar/indoor) +"UM" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/ashtray/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"UO" = ( +/turf/simulated/floor/wood/oak, +/area/admin) +"UP" = ( +/obj/structure/closet/wardrobe/xenos, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"UQ" = ( +/obj/mecha/combat/reticence/loaded, +/turf/simulated/floor/wood/oak, +/area/admin) +"UR" = ( +/turf/simulated/floor/indestructible/cobble/corner{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"UU" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/turf/simulated/floor/wood/oak, +/area/admin) +"UV" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 6 + }, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"UW" = ( +/obj/effect/landmark/spawner/tdomeobserve, +/obj/structure/chair, +/turf/simulated/floor/plasteel/dark, +/area/tdome/tdomeobserve) +"UX" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/ghost_bar/indoor) +"UY" = ( +/obj/machinery/economy/vending/hydronutrients, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"UZ" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"Va" = ( +/turf/simulated/floor/indestructible/cobble/side{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"Vb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/mini_uzi, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vc" = ( +/obj/structure/decorative_structures/metal/statue/moon, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/vox_base) +"Vd" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 1 + }, +/area/ghost_bar/outdoor/beach) +"Ve" = ( +/obj/structure/table/wood, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Vf" = ( +/obj/item/trash/plate, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"Vg" = ( +/obj/structure/table/wood, +/obj/structure/light_fake{ + dir = 4 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 5; + pixel_x = 9 + }, +/turf/simulated/floor/wood/parquet, +/area/ghost_bar/indoor) +"Vh" = ( +/obj/structure/table/wood, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/tdome/tdomeadmin) +"Vi" = ( +/obj/structure/closet{ + name = "coat closet" + }, +/obj/item/clothing/suit/hooded/wintercoat/captain, +/obj/item/clothing/suit/hooded/wintercoat/captain, +/obj/item/clothing/suit/hooded/wintercoat/cargo, +/obj/item/clothing/suit/hooded/wintercoat/cargo, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/suit/hooded/wintercoat/engineering, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos, +/obj/item/clothing/suit/hooded/wintercoat/fluff, +/obj/item/clothing/suit/hooded/wintercoat/fluff, +/obj/item/clothing/suit/hooded/wintercoat/fluff/shesi, +/obj/item/clothing/suit/hooded/wintercoat/fluff/shesi, +/obj/item/clothing/suit/hooded/wintercoat/hydro, +/obj/item/clothing/suit/hooded/wintercoat/hydro, +/obj/item/clothing/suit/hooded/wintercoat/medical, +/obj/item/clothing/suit/hooded/wintercoat/medical, +/obj/item/clothing/suit/hooded/wintercoat/miner, +/obj/item/clothing/suit/hooded/wintercoat/miner, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/security, +/obj/item/clothing/suit/hooded/wintercoat/security, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Vk" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy" + }, +/area/holodeck/source_meetinghall) +"Vl" = ( +/obj/structure/table/wood, +/obj/item/whetstone/cult, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"Vn" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/indoor/cave) +"Vo" = ( +/obj/structure/table, +/obj/structure/light_fake, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/condiment/enzyme, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = -32 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"Vp" = ( +/obj/structure/displaycase{ + start_showpiece_type = /obj/item/toy/spinningtoy + }, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"Vq" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/ghost_bar/outdoor/beach) +"Vr" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vs" = ( +/turf/simulated/wall/indestructible/boss, +/area/wizard_station) +"Vt" = ( +/obj/item/flag/wiz, +/turf/simulated/floor/carpet/purple, +/area/wizard_station) +"Vu" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/polymorph, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vw" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vx" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/wall/indestructible/fakeglass, +/area/trader_station/sol) +"Vy" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"VA" = ( +/obj/effect/baseturf_helper/asteroid, +/turf/simulated/wall/indestructible/rock, +/area/ghost_bar/indoor) +"VC" = ( +/obj/effect/turf_decal/sand, +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"VD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/turf/simulated/floor/wood/oak, +/area/admin) +"VE" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"VF" = ( +/obj/structure/marker_beacon/spotlight/yellow, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/indoor/cave) +"VH" = ( +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"VI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"VJ" = ( +/obj/structure/sink/directional/south, +/obj/structure/mirror{ + pixel_y = -29 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -11; + pixel_y = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"VK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/turf/simulated/floor/wood/oak, +/area/admin) +"VL" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"VM" = ( +/obj/structure/table/wood, +/obj/item/razor{ + pixel_x = 10 + }, +/obj/item/candle/eternal/wizard{ + pixel_y = 11 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"VN" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"VO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/operating{ + dir = 1; + color = "#73d1cb" + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"VP" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"VQ" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"VR" = ( +/obj/structure/flora/ausbushes/ppflowers, +/mob/living/simple_animal/butterfly, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"VS" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "seashallow" + }, +/area/holodeck/source_beach) +"VT" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/ghost_bar/indoor) +"VU" = ( +/obj/structure/flora/ash/rock/style_random, +/obj/structure/alien/weeds, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"VV" = ( +/obj/structure/bed, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"VW" = ( +/obj/structure/rack, +/obj/item/bedsheet/black, +/obj/item/bedsheet/blue, +/obj/item/bedsheet/brown, +/obj/item/bedsheet/green, +/obj/item/bedsheet/grey, +/obj/item/bedsheet/orange, +/obj/item/bedsheet/purple, +/obj/item/bedsheet/yellow, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"VX" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4; + cover_color = "#68452a" + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"VY" = ( +/obj/machinery/abductor/experiment{ + team = 3 + }, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"VZ" = ( +/obj/machinery/recharger, +/obj/structure/table/wood, +/turf/simulated/floor/wood/fancy/cherry, +/area/wizard_station) +"Wa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/tool/free{ + color = "#e67e7e" + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Wb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/capgun, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Wc" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Wd" = ( +/obj/structure/table/wood, +/obj/item/toy/chainsaw, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"We" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/green, +/area/ghost_bar/indoor) +"Wf" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb{ + pixel_x = -9 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 9 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Wg" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/obj/item/tank/internals/nitrogen, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Wj" = ( +/obj/structure/closet, +/obj/effect/spawner/random/traders/civilian, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"Wl" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel/stairs/right, +/area/ghost_bar/indoor) +"Wm" = ( +/obj/structure/light_fake, +/obj/structure/chair/comfy/blue{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/trader_station/sol) +"Wn" = ( +/obj/structure/closet/secure_closet/bar, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"Wo" = ( +/turf/simulated/floor/beach/away/water, +/area/ghost_bar/outdoor) +"Wp" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"Ww" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Wx" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/arc_revolver, +/turf/simulated/floor/wood/oak, +/area/admin) +"WA" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"WC" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"WD" = ( +/obj/structure/table/wood, +/obj/item/bio_chip_implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/bio_chip_implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/bio_chip_implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/bio_chip_implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/bio_chip_implanter/freedom, +/obj/item/bio_chip_implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/bio_chip_implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/bio_chip_implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"WE" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "Компактная снайперка /obj/item/gun/projectile/automatic/sniper_rifle/compact" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"WF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/m90, +/turf/simulated/floor/wood/oak, +/area/admin) +"WI" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4; + icon_state = "heater3x3_side"; + tag = "icon-heater (NORTH)" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/platform{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"WJ" = ( +/obj/machinery/door/airlock/wood{ + name = "Wooden Cabin" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/cherry, +/area/ghost_bar/indoor) +"WK" = ( +/obj/structure/alien/weeds, +/obj/structure/alien/egg/burst, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"WL" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "tranquillite" + }, +/area/ghost_bar/indoor) +"WM" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"WO" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/survival_pod/glass, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 1; + icon_state = "open"; + id_tag = "voxshutters"; + name = "Blast Shutters"; + opacity = 0 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/vox) +"WP" = ( +/obj/machinery/door/poddoor{ + id_tag = "thunderdomehea"; + name = "Heavy Supply" + }, +/turf/simulated/floor/plasteel, +/area/tdome/arena_source) +"WR" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"WS" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"WT" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, +/turf/simulated/floor/wood/oak, +/area/admin) +"WV" = ( +/obj/structure/flora/biolumini/flower/weaklight, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"WX" = ( +/obj/structure/table/wood, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/turf/simulated/floor/wood/oak, +/area/admin) +"WY" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"WZ" = ( +/obj/structure/curtain{ + alpha = 240; + color = "#B22222"; + name = "Curtain" + }, +/turf/simulated/floor/carpet/royalblack, +/area/ghost_bar/indoor) +"Xa" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xb" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xc" = ( +/obj/structure/chair/brass{ + color = "#f700ff"; + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Xd" = ( +/obj/effect/turf_decal/tile/blue/anticorner/contrasted, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"Xe" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"Xf" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"Xg" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/wood/fancy, +/area/ghost_bar/outdoor) +"Xj" = ( +/obj/machinery/light/spot, +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"Xk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/wt550, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xm" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xn" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/blue/half/contrasted{ + dir = 4 + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/toxin{ + pixel_x = 6 + }, +/obj/machinery/door_control/shutter/east{ + id = "ghostcafemedical" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"Xr" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"Xs" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/structure/closet/walllocker/firelocker/north, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Xu" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"Xv" = ( +/turf/simulated/wall/indestructible/wood, +/area/wizard_station) +"Xy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Xz" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_y = 3 + }, +/obj/item/stack/package_wrap{ + pixel_y = 6 + }, +/obj/item/stack/package_wrap{ + pixel_y = 9 + }, +/obj/item/hand_labeler{ + pixel_y = 14 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/shuttle/trade/sol) +"XA" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/ghost_bar/indoor) +"XB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/speargun, +/turf/simulated/floor/wood/oak, +/area/admin) +"XC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 6 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/ghost_bar/outdoor/beach) +"XE" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4; + icon_state = "heater3x3_side_inv"; + tag = "icon-heater (NORTH)" + }, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/shuttle/engine/platform{ + dir = 4; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"XG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/arrows/black{ + pixel_y = 16 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"XH" = ( +/obj/structure/chair/sofa/bamboo/right{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"XI" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/item/reagent_containers/syringe/dart/medical/tainted, +/obj/item/reagent_containers/syringe/dart/medical/tainted{ + pixel_y = -5; + pixel_x = 6 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"XJ" = ( +/obj/structure/table/wood, +/obj/item/deck/unum, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"XK" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/ghost_bar/outdoor/beach) +"XL" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/shuttle/trade/sol) +"XN" = ( +/turf/simulated/floor/cobblestone, +/area/ghost_bar/outdoor) +"XQ" = ( +/turf/simulated/floor/plasteel/dark, +/area/trader_station/sol) +"XR" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 4 + }, +/area/ghost_bar/outdoor) +"XS" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/vanillapod, +/obj/item/food/grown/vanillapod, +/obj/item/food/grown/sugarcane, +/obj/item/food/grown/sugarcane, +/obj/item/food/grown/oat, +/obj/item/food/grown/oat, +/obj/item/food/grown/grapes, +/obj/item/food/grown/grapes, +/obj/item/food/grown/corn, +/obj/item/food/grown/corn, +/obj/item/food/grown/chili, +/obj/item/food/grown/chili, +/obj/item/food/grown/carrot, +/obj/item/food/grown/apple, +/obj/item/food/grown/ambrosia/vulgaris, +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/pill/random_drugs, +/obj/item/reagent_containers/pill/random_drugs, +/obj/item/reagent_containers/pill/random_drugs, +/turf/simulated/floor/plasteel/dark/nitrogen{ + icon_state = "darkpurplecorners"; + dir = 8; + nitrogen = 103.984 + }, +/area/vox_base) +"XU" = ( +/obj/effect/spawner/random/traders/large_item, +/turf/simulated/floor/wood/fancy/birch, +/area/shuttle/trade/sol) +"XW" = ( +/obj/structure/flora/biolumini, +/obj/structure/alien/xenoweeds, +/turf/simulated/floor/ash/rocky, +/area/ghost_bar/indoor) +"XY" = ( +/obj/structure/shuttle/engine/platform{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"XZ" = ( +/obj/structure/table/wood, +/obj/item/melee/spellblade, +/turf/simulated/floor/wood/oak, +/area/admin) +"Yb" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/blue, +/area/ghost_bar/indoor) +"Yc" = ( +/obj/mecha/combat/phazon{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Yd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ye" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/dice/d20, +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/wizard_station) +"Yf" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/ghost_bar/indoor) +"Yg" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ninja/holding) +"Yi" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/traders, +/turf/simulated/floor/carpet/orange, +/area/shuttle/trade/sol) +"Yj" = ( +/obj/structure/showcase/machinery{ + icon = 'icons/obj/abductor.dmi'; + icon_state = "experiment"; + name = "subsystem signal decrypter"; + desc = null + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Yk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Yl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Yn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol, +/turf/simulated/floor/wood/oak, +/area/admin) +"Yo" = ( +/obj/vehicle/janicart, +/obj/item/key/janitor, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Yp" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/flag/species/vox, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"Yq" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Yr" = ( +/obj/structure/fluff/drake_statue{ + pixel_x = 0; + color = "yellow"; + name = "Статуя Великому Ящеру"; + desc = "Когда-то племена ящеров поклонялись огромному ящеру, вселяющий ужас во всех неугодных. Но некий Русс его сразил. О былом величии Великого Ящера теперь напоминают только такие статуи, которые уже успели растащить коллекционеры-чаелюбы, не оставив ничего аборигенам." + }, +/turf/simulated/floor/mineral/gold/fancy, +/area/vox_base) +"Ys" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 4 + }, +/area/ghost_bar/outdoor/beach) +"Yt" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Yu" = ( +/obj/structure/table/reinforced{ + color = "#cc52c0" + }, +/obj/effect/spawner/random/officetoys, +/obj/item/paper_bin{ + pixel_x = 10 + }, +/obj/item/flashlight/pen{ + pixel_x = 9 + }, +/turf/simulated/floor/mineral/plastitanium{ + color = "#ff78f4"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"Yv" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/ghost_bar/indoor) +"Yw" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/mob/living/simple_animal/chick, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Yy" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"YA" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/red, +/obj/item/clothing/shoes/brown, +/obj/item/clothing/suit/armor/vest, +/obj/item/clothing/head/helmet/swat, +/obj/item/gun/energy/laser, +/obj/item/shield/energy, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 3; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel/dark, +/area/tdome/arena) +"YB" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/cobblestone, +/area/ghost_bar/outdoor) +"YC" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/decloner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"YD" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"YE" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"YF" = ( +/obj/structure/table/abductor, +/obj/item/bonegel/alien, +/obj/item/bonesetter/alien, +/obj/item/fix_o_vein/alien, +/obj/item/surgicaldrill/alien, +/obj/item/circular_saw/alien, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"YI" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"YK" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/kitchen/knife, +/turf/simulated/floor/carpet/black, +/area/trader_station/sol) +"YM" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7" + }, +/area/holodeck/source_knightarena) +"YN" = ( +/obj/structure/rack{ + color = "#e67e7e" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/grenade/plastic/c4, +/obj/item/grenade/plastic/c4{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/grenade/plastic/c4{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/shuttle/vox) +"YO" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/indestructible/cobble/side{ + dir = 8 + }, +/area/ghost_bar/outdoor) +"YP" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"YQ" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative{ + dir = 8 + }, +/area/ghost_bar/outdoor/beach) +"YR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/item/reagent_containers/syringe/dart/medical/tainted, +/turf/simulated/floor/mineral/plastitanium{ + color = "#fff894"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"YS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/ghost_bar/indoor) +"YT" = ( +/obj/structure/spacevine{ + name = "thick vines"; + opacity = 1 + }, +/obj/structure/flora/rock/pile, +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"YU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/ghost_bar/indoor) +"YV" = ( +/turf/simulated/wall/indestructible/rock, +/area/ghost_bar/indoor) +"YW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"YY" = ( +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_y = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/trader_station/sol) +"YZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/turf/simulated/floor/wood/oak, +/area/admin) +"Za" = ( +/obj/structure/closet, +/obj/item/storage/belt/utility/chief/full{ + name = "Construction Toolbelt" + }, +/obj/item/storage/belt/utility/chief/full{ + name = "Construction Toolbelt" + }, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/stack/tile/carpet/twenty, +/obj/item/stack/tile/carpet/royalblue/twenty, +/obj/item/stack/tile/carpet/royalblack/twenty, +/obj/item/stack/tile/carpet/red/twenty, +/obj/item/stack/tile/carpet/purple/twenty, +/obj/item/stack/tile/carpet/orange/twenty, +/obj/item/stack/tile/carpet/green/twenty, +/obj/item/stack/tile/carpet/cyan/twenty, +/obj/item/stack/tile/carpet/blue/twenty, +/obj/item/stack/tile/carpet/black/twenty, +/obj/item/stack/sheet/wood{ + amount = 25 + }, +/obj/item/stack/tile/wood{ + amount = 25 + }, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"Zc" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/structure/table/holotable/wood{ + color = "#996633" + }, +/obj/item/storage/bag/money{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/trader_station/sol) +"Zd" = ( +/obj/machinery/economy/vending/engidrobe{ + prices = list() + }, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"Ze" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 4 + }, +/obj/machinery/computer/shuttle/trade/sol{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/trade/sol) +"Zf" = ( +/turf/simulated/floor/plating/airless, +/area/shuttle/vox) +"Zh" = ( +/obj/effect/turf_decal/sand, +/obj/effect/turf_decal/stripes/asteroid/corner{ + dir = 8 + }, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"Zi" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid2" + }, +/area/holodeck/source_desert) +"Zk" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Zm" = ( +/obj/item/toy/plushie/corgi, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"Zn" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"Zo" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/animate, +/turf/simulated/floor/wood/oak, +/area/admin) +"Zp" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"Zq" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/lighter/zippo/fluff/duckchan, +/turf/simulated/floor/mineral/plastitanium{ + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/vox_base) +"Zr" = ( +/turf/space{ + icon_state = "black" + }, +/area/space/centcomm) +"Zs" = ( +/turf/simulated/floor/cobblestone/dungeon, +/area/ghost_bar/indoor/cave) +"Zt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plating/nitrogen, +/area/space/nearstation/centcom) +"Zu" = ( +/obj/item/storage/bag/cash, +/obj/item/coin/gold{ + pixel_x = -10; + pixel_y = -6 + }, +/obj/item/coin/gold{ + pixel_x = -6; + pixel_y = -9 + }, +/obj/item/coin/gold{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/item/coin/gold{ + pixel_y = -7 + }, +/obj/item/coin/gold{ + pixel_x = 6; + pixel_y = -10 + }, +/obj/item/coin/gold{ + pixel_x = 12; + pixel_y = -9 + }, +/obj/item/instrument/violin/golden{ + pixel_y = -31; + desc = "Золотая виолончель великого рок-виолончель музыканта. Говорят её до сих пор ищут целыми системами!"; + name = "золотая рок-виолончель" + }, +/obj/item/card/id/representative_ussp{ + pixel_x = -32; + pixel_y = -24 + }, +/obj/item/card/id/representative_tsf{ + pixel_x = -32; + pixel_y = -38 + }, +/turf/simulated/floor/mineral/gold/fancy, +/area/vox_base) +"Zv" = ( +/obj/structure/toilet, +/obj/structure/curtain/open, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip"; + dir = 9 + }, +/area/ghost_bar/indoor) +"Zw" = ( +/obj/structure/marker_beacon/dock_marker, +/turf/simulated/floor/ash, +/area/ghost_bar/outdoor) +"Zx" = ( +/obj/effect/landmark/abductor/agent, +/turf/simulated/floor/plating/abductor, +/area/abductor_ship) +"ZA" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/mega_syndieminibomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"ZC" = ( +/obj/effect/turf_decal/siding/white/corner, +/turf/simulated/floor/plating/dirt, +/area/ghost_bar/outdoor) +"ZD" = ( +/obj/structure/decorative_structures/metal/statue/sun, +/turf/simulated/wall/indestructible/fakeglass/brass, +/area/vox_base) +"ZE" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/structure/curtain/open{ + color = "#222222"; + name = "wizard council curtain"; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/red, +/area/wizard_station) +"ZF" = ( +/obj/structure/window/full/shuttle/survival_pod, +/turf/simulated/floor/mineral/plastitanium/red/nitrogen, +/area/vox_base) +"ZG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/plastitanium{ + color = "#00ffea"; + nitrogen = 103.984; + oxygen = 0; + name = "vox floor" + }, +/area/shuttle/vox) +"ZI" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/ashtray/bronze, +/turf/simulated/floor/carpet/purple, +/area/ghost_bar/indoor) +"ZJ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/ghost_bar/indoor) +"ZL" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/chair/stool/bamboo, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"ZM" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke, +/turf/simulated/floor/plating/asteroid/ancient/airless, +/area/space/nearstation/centcom) +"ZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating/nitrogen, +/area/vox_base) +"ZP" = ( +/obj/structure/closet/wardrobe/grey, +/obj/item/clothing/under/dress/redeveninggown, +/turf/simulated/floor/wood, +/area/ghost_bar/indoor) +"ZQ" = ( +/turf/simulated/wall/indestructible/wood, +/area/ghost_bar/outdoor) +"ZR" = ( +/obj/structure/closet/crate, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/item/storage/fancy/candle_box, +/obj/item/stack/sheet/plastic/fifty, +/obj/item/stack/sheet/plastic/fifty, +/obj/item/stack/sheet/plastic/fifty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/smooth, +/area/ghost_bar/indoor) +"ZT" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/sand_alternative, +/area/ghost_bar/outdoor/beach) +"ZV" = ( +/turf/simulated/floor/mineral/gold/fancy, +/area/vox_base) +"ZW" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/sign/security{ + pixel_y = 32 + }, +/turf/simulated/floor/grass, +/area/ghost_bar/outdoor) +"ZY" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/cobblestone, +/area/ghost_bar/outdoor) + +(1,1,1) = {" +Ah +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Ot +Ot +Ot +Ot +Ot +Ot +kH +kH +kH +kH +kH +kH +kH +kH +RQ +RQ +RQ +RQ +RQ +RQ +RQ +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(2,1,1) = {" +Up +bz +BB +tI +tI +Bv +Up +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +kT +FO +QH +jD +EM +EM +Of +mk +qx +Tu +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +dN +dN +dN +dN +dN +Ot +kH +kH +kH +kH +kH +kH +kH +kH +RQ +fh +fh +fh +fh +fh +RQ +kH +kH +kH +pO +mY +Tv +Tv +Tv +jH +De +aG +aG +aG +TW +pO +"} +(3,1,1) = {" +Up +bL +UO +UO +UO +UO +Rd +Up +zT +UO +IV +Up +zT +UO +IV +Up +JD +UO +UO +UO +EM +EM +UO +UO +UO +fg +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Hw +Hw +Hw +Hw +Hw +Ot +Ot +Ot +kH +kH +kH +kH +kH +kH +RQ +kb +kb +kb +kb +kb +RQ +RQ +RQ +kH +pO +mY +Tv +xS +KS +NF +kY +Ua +Jk +aG +TW +pO +"} +(4,1,1) = {" +Up +ca +UO +UO +UO +UO +Rd +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +QP +xh +OW +vU +EM +EM +ib +pJ +UO +ve +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +Jq +Jq +Jq +Jq +aA +YA +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +vL +RQ +kH +pO +DZ +KS +xS +KS +NF +kY +rE +Jk +Ua +qT +pO +"} +(5,1,1) = {" +Up +lX +UO +Km +UO +UO +Rd +Up +Up +SA +Up +Up +Up +SA +Up +Up +vY +gE +Vl +PB +EM +EM +xy +im +UO +Ny +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +zF +Jq +zF +Jq +aA +YA +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +vL +RQ +kH +pO +pa +aH +xS +KS +NF +kY +Ua +Jk +rq +Ep +pO +"} +(6,1,1) = {" +Up +ua +lt +UO +UO +lt +Rd +Up +tI +bL +tI +Up +tI +bL +tI +Up +OS +UO +UO +UO +EM +EM +do +eK +UO +wd +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +Jq +zF +Jq +Jq +aA +YA +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +vL +RQ +kH +pO +pa +aH +aH +aH +xA +nC +rq +rq +rq +Ep +pO +"} +(7,1,1) = {" +Up +Up +Up +UO +UO +Up +Up +Up +bL +UO +bL +iY +bL +UO +bL +Up +jB +fn +Uk +BN +EM +EM +oB +Sp +UO +ta +Up +kH +TY +kH +TY +kH +fO +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +zF +Jq +zF +Jq +aA +YA +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +vL +RQ +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(8,1,1) = {" +Up +bL +lE +UO +UO +UO +pN +UO +UO +UO +UO +UO +UO +UO +UO +Up +to +kq +Jc +na +EM +EM +Sm +Yl +UO +IB +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +Jq +Jq +Jq +Jq +aA +YA +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +vL +RQ +kH +pO +JC +JC +JC +JC +JC +JC +JC +Qd +VS +VS +pO +"} +(9,1,1) = {" +Up +tx +UO +UO +UO +UO +pN +UO +UO +UO +UO +UO +UO +UO +UO +Up +kM +UO +UO +UO +EM +EM +UO +UO +UO +Rn +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +bM +bM +bM +bM +Ot +th +th +th +th +th +Ot +cI +cI +cI +cI +cI +cI +kH +pO +RQ +RI +RI +RI +RI +RI +RQ +pO +pO +kH +pO +JC +hw +JC +JC +aQ +JC +JC +Qd +VS +VS +pO +"} +(10,1,1) = {" +Up +bL +lt +UO +UO +UO +pN +UO +UO +UO +UO +UO +UO +UO +UO +Up +Nz +cP +rr +mR +EM +EM +Mk +AJ +Wd +vu +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +UW +Bo +UW +gq +AM +Jq +Jq +Jq +Jq +Jq +AM +Lg +SU +lT +dP +HQ +cI +kH +pO +RU +yY +yY +yY +yY +yY +RU +pO +kH +kH +pO +JC +JC +JC +JC +JC +JC +JC +Qd +VS +VS +pO +"} +(11,1,1) = {" +Up +Up +Up +UO +UO +Up +Up +Up +bL +UO +bL +vS +bL +UO +bL +Up +Up +Up +Up +Up +EM +EM +Up +Up +Up +Up +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +wJ +Bo +nW +gq +ug +Jq +Jq +Jq +Jq +Jq +ug +hT +ku +dP +dP +eG +GK +kH +pO +Kg +yY +yY +yY +yY +yY +Kg +pO +kH +kH +pO +JC +vm +JC +JC +JC +vv +JC +Qd +VS +VS +pO +"} +(12,1,1) = {" +Up +tI +Bv +UO +UO +Bv +tI +Up +tI +bL +bL +Up +tI +bL +tI +Up +MH +zP +CI +TK +EM +EM +KL +Hk +Kv +Wb +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +LA +ug +Jq +Jq +Jq +ug +LA +Lg +jQ +dP +dP +NT +Lg +kH +pO +Cx +Kg +yY +yY +yY +Kg +Cx +pO +kH +kH +pO +JC +JC +JC +JC +JC +JC +JC +Qd +VS +VS +pO +"} +(13,1,1) = {" +Up +EV +EV +UO +UO +EV +EV +Up +Up +SA +Up +Up +Up +SA +Up +Up +Gn +UO +UO +UO +EM +EM +UO +UO +UO +II +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +mC +fG +Bo +fG +gq +Jq +Jt +Jq +Jq +Jq +Jt +Jq +Lg +HT +dP +dP +wM +Lg +kH +pO +yY +Eo +yY +yY +yY +Eo +yY +pO +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(14,1,1) = {" +Up +jj +EV +UO +UO +EV +vd +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +Jd +GY +sA +Pz +EM +EM +XB +Or +MX +pE +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +Jq +Jq +Jq +Jq +Jq +Jq +Jq +Lg +jQ +dP +dP +vM +cI +kH +pO +yY +yY +yY +yY +yY +yY +yY +pO +kH +kH +pO +jY +Il +Il +Il +Il +fb +fb +fb +fb +ri +pO +"} +(15,1,1) = {" +Up +PE +EV +UO +UO +EV +HE +Up +zT +UO +IV +Up +zT +UO +IV +Up +Zk +ki +NU +cz +EM +EM +tF +Ul +oX +Xy +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +Jq +Jq +Jq +Jq +Jq +Jq +Jq +Lg +IG +dP +dP +Uq +Lg +kH +pO +yY +yY +yY +yY +yY +yY +yY +pO +kH +kH +pO +nZ +Ec +Ec +Ec +Ec +Oo +Oo +Oo +Oo +WY +pO +"} +(16,1,1) = {" +Up +Rd +Rd +UO +UO +Rd +Wc +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +RW +UO +UO +UO +EM +EM +UO +UO +UO +EG +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +Jq +Jq +Jq +Jq +Jq +Jq +Jq +Lg +Qc +dP +dP +KD +Lg +kH +pO +yY +yY +yY +yY +yY +yY +yY +pO +kH +kH +pO +nZ +Ec +Ec +Ec +Ec +Oo +Oo +Oo +Oo +WY +pO +"} +(17,1,1) = {" +Up +aa +UO +UO +UO +Nu +ea +Up +Up +Up +Up +Up +Up +Up +Up +Up +RV +vc +Fy +ho +EM +EM +YC +zj +fc +qR +Up +Up +Up +Up +Up +Up +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +UW +Bo +nW +gq +Jq +Jq +Jq +Kn +Jq +Jq +Jq +Lg +Oe +dP +dP +IR +cI +kH +pO +yY +yY +yY +Ei +yY +yY +yY +pO +kH +kH +pO +nZ +Ec +Ec +Ec +Ec +Oo +Oo +Oo +Oo +WY +pO +"} +(18,1,1) = {" +Up +Kw +UO +UO +UO +Id +BG +Up +WX +vg +Th +xe +oh +gS +WD +Up +Up +Up +Up +Up +EM +EM +Up +Up +Up +Up +Up +EW +EW +EW +EW +EW +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +Jq +Jq +Jq +Jq +Jq +Jq +Jq +Lg +cT +dP +dP +dx +Lg +kH +pO +yY +yY +yY +yY +yY +yY +yY +pO +kH +kH +pO +hA +rv +rv +rv +rv +FM +FM +FM +FM +Gk +pO +"} +(19,1,1) = {" +Up +Up +Up +uW +uW +Up +Up +Up +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +Ox +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +Jq +Jq +Jq +Jq +Jq +Jq +Jq +Lg +IG +dP +dP +Uq +Lg +kH +pO +yY +yY +yY +yY +yY +yY +yY +pO +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(20,1,1) = {" +Up +bL +iY +bL +bL +bL +bL +Up +TH +NQ +Yn +jK +og +ES +mn +qt +UO +hZ +xq +VD +EM +Rj +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +Ox +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +Jq +Jq +Jq +Jq +Jq +Jq +Jq +Lg +jQ +dP +dP +Jv +cI +kH +pO +yY +yY +yY +yY +yY +yY +yY +pO +kH +kH +pO +JV +JV +JV +JV +JV +JV +JV +JV +JV +JV +pO +"} +(21,1,1) = {" +Up +KJ +Kz +bL +bL +bL +bL +Up +UU +lR +by +LL +CN +Yd +mU +Bg +UO +Vb +eY +WF +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +Ox +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +mC +fG +Bo +fG +gq +Jq +Jt +Jq +Jq +Jq +Jt +Jq +Lg +HT +dP +dP +tN +Lg +kH +pO +yY +Eo +yY +yY +yY +Eo +yY +pO +kH +kH +pO +JV +em +JV +JV +JV +JV +JV +JV +em +JV +pO +"} +(22,1,1) = {" +Up +qU +oc +BG +ne +bL +bL +Up +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +EM +EM +Zo +Je +Np +jM +Up +QN +QN +QN +QN +QN +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +wJ +Bo +nW +gq +LA +ug +Jq +Jq +Jq +ug +LA +Lg +jQ +dP +dP +xx +Lg +kH +pO +Cx +Kg +yY +yY +yY +Kg +Cx +pO +kH +kH +pO +JV +JV +JV +JV +JV +JV +JV +JV +JV +JV +pO +"} +(23,1,1) = {" +Up +Up +Up +Up +Up +Up +Up +Up +zA +io +nU +PJ +io +DR +MC +UO +eL +UO +WE +HL +EM +EM +Je +UO +UO +UO +Up +Up +Up +Up +Up +Up +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +nW +Bo +nW +gq +ug +Jq +Jq +Jq +Jq +Jq +ug +Iq +ku +dP +dP +Vh +GK +kH +pO +Kg +yY +yY +yY +yY +yY +Kg +pO +kH +kH +pO +JV +em +JV +JV +JV +JV +JV +JV +em +JV +pO +"} +(24,1,1) = {" +Up +Jn +UO +ET +UQ +Yc +hV +hh +Ga +Fn +gR +pk +Lx +LK +YZ +UO +Gr +UO +dZ +VK +EM +EM +Kk +yC +Te +GN +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +UW +Bo +UW +gq +AM +Jq +Jq +Jq +Jq +Jq +AM +Lg +CR +lT +dP +HQ +cI +kH +pO +RU +yY +yY +yY +yY +yY +RU +pO +kH +kH +pO +JV +JV +JV +JV +JV +JV +JV +JV +JV +JV +pO +"} +(25,1,1) = {" +Up +xI +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +SR +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bM +bM +bM +bM +bM +Ot +th +th +th +th +th +Ot +cI +cI +cI +cI +cI +cI +kH +pO +RQ +RI +RI +RI +RI +RI +RQ +pO +pO +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(26,1,1) = {" +Up +Xb +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +SR +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +Jq +Jq +Jq +Jq +aA +rD +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +za +RQ +kH +pO +mX +mX +mX +mX +cV +mX +mX +mX +mX +yN +pO +"} +(27,1,1) = {" +Up +Jn +UO +FS +UO +KR +rG +QI +Xk +Qt +SR +EM +EM +Hc +mB +gd +UO +yE +Up +Up +Up +Up +Up +EM +EM +Up +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +hI +Jq +hI +Jq +aA +rD +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +za +RQ +kH +pO +mX +Oi +Zi +mX +mX +cV +Oi +mX +ND +mX +pO +"} +(28,1,1) = {" +Up +Up +Up +Up +Up +Up +Up +Up +Bl +hi +SR +EM +EM +su +BM +jl +UO +UO +Up +Eh +qd +ux +Xm +UO +UO +sm +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +Jq +hI +Jq +Jq +aA +rD +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +za +RQ +kH +pO +Gp +mX +mX +yN +mX +mX +cV +mX +mX +HP +pO +"} +(29,1,1) = {" +Up +ax +gc +kQ +bI +nN +GA +Up +EM +EM +EM +EM +EM +UO +UO +UO +UO +hE +Up +Oz +UO +UO +UO +UO +UO +nX +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +hI +Jq +hI +Jq +aA +rD +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +za +RQ +kH +pO +mX +mX +mX +BK +mX +mX +mX +cV +mX +mX +pO +"} +(30,1,1) = {" +Up +PQ +UO +TO +Vr +UO +jq +Up +EM +EM +EM +EM +EM +UO +UO +UO +UO +XZ +Up +Tw +UO +dw +QA +ro +UO +Jy +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Jq +Jq +Jq +Jq +Jq +aA +rD +Ot +kH +kH +kH +kH +kH +kH +RQ +yY +yY +yY +yY +yY +WP +za +RQ +kH +pO +mX +cY +mX +mX +mX +LR +yN +mX +cV +Oi +pO +"} +(31,1,1) = {" +Up +Cc +UO +Bh +UO +UO +Ui +Up +EM +EM +SR +er +ko +Vu +AV +gk +fF +CT +Up +zs +UO +Pq +At +OF +UO +yI +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Hw +Hw +Hw +Hw +Hw +Ot +Ot +Ot +kH +kH +kH +kH +kH +kH +RQ +kb +kb +kb +kb +kb +RQ +RQ +RQ +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(32,1,1) = {" +Up +xK +UO +UO +EM +EM +EM +EM +EM +EM +SR +Up +Up +Up +Up +Up +Up +Up +Up +xY +UO +UO +UO +UO +UO +uL +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +el +el +el +el +el +Ot +kH +kH +kH +kH +kH +kH +kH +kH +RQ +ez +ez +ez +ez +ez +RQ +kH +kH +kH +pO +yq +xJ +xJ +xJ +xJ +ep +ep +ep +ep +Js +pO +"} +(33,1,1) = {" +Up +CM +UO +UO +EM +EM +EM +EM +EM +EM +EM +EM +EM +zw +nK +La +OL +dk +Up +CD +UO +aw +Wx +Fb +UO +wf +Up +kH +TY +kH +TY +kH +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Ot +Ot +Ot +Ot +Ot +Ot +Ot +kH +kH +kH +kH +kH +kH +kH +kH +RQ +RQ +RQ +RQ +RQ +RQ +RQ +kH +kH +kH +pO +sr +OH +OH +OH +OH +fi +fi +fi +fi +RS +pO +"} +(34,1,1) = {" +Up +Ca +RA +UO +oL +Vw +SR +Up +EM +EM +EM +EM +EM +UO +UO +UO +UO +lA +Up +BX +UO +UO +UO +UO +UO +wh +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +sr +OH +OH +OH +OH +fi +fi +fi +fi +RS +pO +"} +(35,1,1) = {" +Up +Up +Up +UO +Up +Up +Up +Up +EM +EM +Up +Up +UO +UO +UO +UO +UO +cQ +Up +yX +UO +JW +rP +yH +UO +dA +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +sr +OH +OH +OH +OH +fi +fi +fi +fi +RS +pO +"} +(36,1,1) = {" +Up +WT +Bz +UO +UO +Up +GG +UO +EM +EM +ZA +Up +LW +UO +UO +UO +UO +Ky +Up +MF +UO +wp +Fk +iM +UO +DM +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Er +Zp +Zp +Zp +Zp +Pt +Pt +Pt +Pt +DO +pO +"} +(37,1,1) = {" +Up +mM +UO +UO +UO +Up +we +UO +UO +UO +kU +Up +Fp +UO +UO +UO +UO +UO +Up +Fi +UO +UO +UO +UO +UO +TN +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(38,1,1) = {" +Up +eD +qh +KG +UO +Up +pC +xN +DB +dn +yM +Up +Up +UO +Mj +Xa +AW +ou +Up +SK +Py +Do +Do +Dt +KH +vb +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +QT +TI +TI +TI +ew +hB +Sf +Sf +Sf +Kt +pO +"} +(39,1,1) = {" +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +AP +Ka +Ka +Ka +sO +YM +Ka +Ka +Ka +hd +pO +"} +(40,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +AP +Ka +Ka +Ka +sO +YM +Ka +Ka +Ka +hd +pO +"} +(41,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +AP +Ka +Ka +Ka +sO +YM +Ka +Ka +Ka +hd +pO +"} +(42,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Iv +wC +wC +wC +tc +lc +AD +AD +AD +Qg +pO +"} +(43,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(44,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +pO +"} +(45,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +nk +JQ +Vk +nk +bq +bq +bq +bq +bq +nk +pO +"} +(46,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +nk +JQ +Vk +nk +bq +bq +bq +bq +bq +nk +pO +"} +(47,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +nk +JQ +Vk +nk +bq +bq +bq +bq +bq +nk +pO +"} +(48,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +pO +"} +(49,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(50,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +UH +JJ +hp +KB +IX +IX +KB +hp +JJ +UH +pO +"} +(51,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Vy +hp +JJ +KB +tS +tS +KB +JJ +hp +Vy +pO +"} +(52,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +UH +JJ +hp +KB +ld +ld +KB +hp +JJ +UH +pO +"} +(53,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Vy +hp +JJ +KB +IW +IW +KB +JJ +hp +Vy +pO +"} +(54,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +UH +JJ +hp +KB +IX +IX +KB +hp +JJ +UH +pO +"} +(55,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(56,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +"} +(57,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +"} +(58,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +"} +(59,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +"} +(60,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +"} +(61,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(62,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +RZ +RZ +RZ +RZ +RZ +RZ +RZ +gN +RZ +RZ +pO +"} +(63,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +RZ +wE +RZ +RZ +RZ +DC +RZ +RZ +WA +RZ +pO +"} +(64,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +RZ +RZ +RZ +RZ +RZ +RZ +RZ +RZ +RZ +RZ +pO +"} +(65,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +RZ +RZ +Lm +RZ +WA +RZ +RZ +RZ +DC +RZ +pO +"} +(66,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +RZ +RZ +RZ +RZ +RZ +RZ +wE +RZ +RZ +gN +pO +"} +(67,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(68,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +"} +(69,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +"} +(70,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +"} +(71,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +"} +(72,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +"} +(73,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(74,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +dB +Ld +Ld +hN +dX +dX +FU +FU +FU +FU +pO +"} +(75,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +fm +Ld +Ld +dX +FU +Gg +Gg +Gg +Gg +Gg +pO +"} +(76,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +fm +Ld +Ld +dX +FU +Gg +Gg +Gg +Gg +Gg +pO +"} +(77,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +fm +Ld +Ld +dX +FU +Gg +Gg +Gg +Gg +Gg +pO +"} +(78,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +fm +Ld +Ld +hN +dX +dX +FU +FU +FU +FU +pO +"} +(79,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(80,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +yj +Gf +Gf +Gf +GU +sd +WM +WM +WM +rM +pO +"} +(81,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +mw +Rh +Rh +Rh +FR +li +Dr +Dr +Dr +PT +pO +"} +(82,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +mw +Rh +Rh +Rh +FR +li +Dr +Dr +Dr +PT +pO +"} +(83,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +mw +Rh +Rh +Rh +FR +li +Dr +Dr +Dr +PT +pO +"} +(84,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +nM +Pc +Pc +Pc +qv +oj +tP +tP +tP +kf +pO +"} +(85,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(86,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +pO +"} +(87,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Bb +jF +Bb +Bb +Bb +Bb +Bb +Bb +jF +Bb +pO +"} +(88,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Bb +Bb +Bb +Bb +jF +jF +Bb +Bb +Bb +Bb +pO +"} +(89,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Bb +jF +Bb +Bb +Bb +Bb +Bb +Bb +jF +Bb +pO +"} +(90,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +pO +"} +(91,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +"} +(92,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(93,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(94,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(95,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(96,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(97,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(98,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(99,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(100,1,1) = {" +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +Zr +"} +(101,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(102,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(103,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(104,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(105,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(106,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(107,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(108,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(109,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(110,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(111,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +ic +yn +xT +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(112,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +fI +HI +pD +YP +fI +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(113,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +fI +zY +ZO +VJ +fI +wb +wb +wb +wb +wb +wb +wb +wb +HV +HV +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(114,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +wb +ic +fI +UF +fI +fI +fI +fI +fI +fI +wb +wb +wb +HV +aZ +aZ +HV +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(115,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +fI +fI +fI +fI +fI +ht +zG +fI +Cw +yW +EQ +fI +wb +wb +wb +aZ +gY +kH +wb +wb +wb +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(116,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +fI +fI +DA +DA +DA +sG +pH +qb +sG +SN +MU +Co +fI +HA +wb +wb +gY +kH +kH +wb +kH +HV +wb +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(117,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +fI +ee +JL +pH +RK +te +pH +pH +fI +ZF +Tl +ZF +fI +Ax +wb +wb +kH +kH +kH +kH +kH +kH +HV +HV +wb +HV +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(118,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +fI +ed +pH +RK +pH +pH +pH +pH +fI +kg +pH +QV +fI +Ax +Ax +yV +kH +kH +pz +dR +kH +kH +kH +wb +wb +HV +HV +HV +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(119,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +wb +fI +fI +rt +rt +rt +sG +te +pH +Mz +pH +pH +tm +Fx +lj +Nq +yV +kH +kH +Ma +kH +kH +kH +gY +gY +kH +kH +HV +HV +HV +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(120,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +aZ +aZ +aZ +fI +fI +fI +fI +fI +Xs +pH +fI +zg +pH +LM +fI +lj +Zt +yV +kH +kH +kH +kH +kH +gY +gY +kH +kH +HV +HV +wb +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(121,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +aZ +gY +gY +aZ +fI +Ok +NH +ja +sG +pH +pH +fI +ZF +Tl +ZF +fI +Ax +wb +wb +kH +kH +kH +kH +wb +kH +kH +HV +HV +wb +wb +wb +HV +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(122,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +gY +gY +kH +kH +vE +sG +rC +HC +te +Mz +pH +ht +sG +oe +SN +EQ +fI +Ax +Hd +wb +wb +kH +kH +wb +wb +gY +gY +wb +wb +wb +wb +HV +HV +wb +HV +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(123,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uR +cU +cU +uR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +gY +gY +gY +gY +kH +kH +qZ +qZ +fI +Nm +Zn +te +sG +pH +ht +fI +sw +Co +fP +fI +yV +yV +wb +gY +gY +gY +wb +kH +kH +kH +kH +kH +HV +HV +HV +HV +HV +HV +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(124,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uR +wy +Qs +uR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +HV +kH +gY +gY +gY +gY +qZ +qZ +qZ +fI +fI +fI +fI +fI +ED +sG +fI +fI +sG +fI +fI +HV +HV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(125,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uR +sj +uR +jS +wy +uR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +HV +HV +gY +gY +kH +kH +gY +aZ +qZ +qZ +qZ +qZ +qZ +qZ +Ty +iw +fQ +Ty +wb +gU +gU +aZ +HV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(126,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uR +yr +yr +yr +yr +uR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +qZ +HV +aZ +aZ +qZ +qZ +HV +kH +gY +aZ +HV +HV +HV +qZ +qZ +Ty +iw +YW +Ty +wb +aZ +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(127,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uR +KW +yr +yr +yr +uR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +fI +fI +sG +sG +fI +fI +qZ +HV +HV +kH +gY +gY +kH +kH +kH +gU +sG +iw +iw +sG +gU +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(128,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uR +yr +yr +yr +yr +uR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +fI +fI +vr +xc +Dm +Vc +fI +qZ +qZ +HV +kH +kH +gY +gY +kH +gY +gU +sG +HN +YW +sG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +gY +gY +gY +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(129,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uR +uR +uR +uR +uR +uR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +hq +cA +VP +Bn +PN +XI +fI +fI +fI +sG +sG +fI +fI +fI +gY +aZ +qY +sG +sa +YW +sG +kH +hD +fS +fS +fS +NN +fS +NN +fS +fS +fS +NN +NN +fS +fS +fS +fS +hD +kH +gY +gY +gY +gY +aZ +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(130,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +pM +pM +pM +pM +pM +pM +pM +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +zm +Bn +Bn +Bn +Bn +ru +fI +wk +bw +mQ +mQ +Wa +uY +fI +ic +HV +ic +Ty +iw +iw +Ty +kH +kH +jd +QK +zt +TC +oN +vt +qI +gW +iH +Uw +EK +kI +km +XY +Zf +ON +kH +kH +kH +kH +kH +HV +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(131,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +Yg +Yg +rB +xt +RN +RN +AO +pM +pM +pM +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +Fq +EO +EO +SQ +SQ +LX +fI +hL +iw +mQ +mQ +rz +xC +fI +ic +pc +ic +Ty +tl +sa +Ty +kH +kH +jd +QK +fL +Dx +Dx +Dx +Dx +dr +ts +ts +ts +ts +oS +XY +Zf +nj +kH +kH +kH +kH +HV +HV +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(132,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bB +Qi +Qi +Qi +cN +cN +cN +cN +iC +RL +RL +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +fI +fI +rk +ul +SQ +SQ +ju +pg +sa +iw +YW +YW +CS +fI +ic +Ix +oY +Ty +sG +xf +Rc +fS +fS +fS +El +Dx +TU +yB +Dx +Nr +gW +la +Gv +hK +ry +rF +XY +Zf +nj +kH +kH +kH +kH +HV +HV +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(133,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bB +Wn +Qi +LE +lS +cN +cN +cN +OP +RL +RL +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +IS +Yr +Zu +rk +OQ +Nk +SQ +xM +iw +iw +iw +iw +YW +HN +gn +lv +Ac +fD +gn +Ac +Ac +Kb +fS +ks +Dx +rd +Dx +Dx +Dx +Dx +sv +fS +fS +fS +NN +fS +fS +fS +fS +hD +kH +gY +gY +gY +aZ +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(134,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bB +mV +Qi +Pe +lS +cN +cN +cN +OP +RL +RL +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +IS +ZV +vK +rk +tQ +XG +SQ +xM +iw +iw +iw +iw +iw +sa +gn +gx +Ac +uj +sG +gx +Ac +bE +aO +vx +Ab +fS +Nr +bV +qL +Dx +xg +fS +mf +ot +kw +gu +tB +FT +El +fS +kH +kH +gY +gY +aZ +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(135,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +bB +mV +Qi +uC +lS +cN +cN +cN +iC +RL +RL +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +fI +fI +rk +pX +SQ +FN +ju +eV +YW +iw +iw +iw +CS +fI +ic +Yp +ic +Ty +Ac +hg +Rc +fS +fS +fS +fS +fS +fS +Jf +iO +Jf +fS +bc +vz +MW +MW +MW +MW +Af +fS +kH +kH +kH +kH +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(136,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +eR +Qi +eN +lS +cN +cN +Gh +pM +pM +pM +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +Wf +Ig +Kc +SQ +SQ +Rp +fI +GZ +GZ +iw +iw +GZ +GZ +fI +ic +pc +ic +Ty +gn +Ty +Rc +fS +Yu +lw +aV +eA +fS +Ft +Jz +CW +GW +if +ZG +wv +oO +Lt +Lt +VO +fS +kH +kH +kH +kH +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(137,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +Ru +Qv +nA +lS +cN +Ev +Iz +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +OE +Bn +IU +Bn +rU +qQ +fI +GZ +GZ +HN +iw +GZ +GZ +fI +ic +gU +aZ +ic +Ac +ic +kH +vV +eB +yD +yD +yD +Qz +yD +yD +yD +Jr +mt +HY +gz +HY +Im +TG +BQ +fS +kH +kH +kH +kH +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(138,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +RC +cN +cN +cN +cN +cN +fW +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +EO +gH +Od +rU +PN +YR +fI +Lo +iw +YW +YW +iw +Pm +sG +gU +aZ +kH +pc +gx +pc +kH +vV +SX +ex +yD +yD +zC +yD +yD +yD +Jr +HY +gz +mt +HY +Mr +HY +mt +gW +kH +kH +kH +kH +HV +HV +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(139,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +rj +cN +cN +cN +cN +cN +Gh +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +fI +fI +fI +Mf +xc +Dm +ZD +fI +Wg +Go +sa +HN +Go +Wg +sG +gU +gY +kH +pc +Ac +pc +kH +fS +fS +oQ +yD +yD +fS +Ft +Jz +FD +GW +oa +HY +HY +gz +zZ +YN +Rs +fS +kH +kH +kH +HV +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(140,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +tb +cN +cN +cN +cN +Ev +Iz +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +fI +fI +sG +sG +fI +fI +ju +ju +oF +RJ +ju +ju +fI +wb +kH +kH +ic +Ac +ic +kH +kH +eC +kd +Xc +Xc +fS +fS +Jf +fS +El +bJ +HY +HY +HY +OV +HY +mt +gW +kH +kH +kH +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(141,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +Qe +RT +cN +cN +cN +cN +HB +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +qZ +qZ +aZ +kH +HV +wb +GJ +ye +kj +FN +FN +xw +bQ +Au +wb +HV +fI +fI +gn +fI +fI +kH +hD +fS +Jf +Jf +fS +Nc +Nc +eC +KK +wg +bu +gz +mt +TR +By +By +fS +kH +kH +kH +kH +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(142,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +vD +vD +vD +vD +tt +lm +jR +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +aZ +aZ +gY +gY +kH +wb +Qf +iw +iw +FN +FN +iw +iw +mu +wb +wb +fI +xs +vT +av +fI +kH +kH +Nc +Nc +Nc +Nc +Nc +fS +fS +fS +El +BF +ej +ej +uO +ef +ef +fS +kH +kH +kH +kH +HV +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(143,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +Pu +vD +vD +vD +vD +Jw +DQ +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +HV +HV +kH +gY +gY +gU +wb +OU +iw +SQ +SQ +SQ +SQ +iw +eh +wb +wb +fI +Kx +cj +dq +fI +kH +kH +kH +kH +kH +Nc +Nc +fS +Pg +lF +jO +HY +HY +HY +WO +wS +AB +fS +kH +kH +kH +kH +kH +HV +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(144,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +vD +vD +vJ +vD +vD +Jw +DQ +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +aZ +HV +fI +fI +sG +sG +fI +FZ +SQ +SQ +pH +pH +SQ +SQ +Cy +wb +HV +sG +IH +cj +gy +sG +kH +kH +kH +kH +kH +Nc +Nc +DX +HY +HY +fS +mD +eo +gz +Ck +Ce +cu +fS +kH +kH +kH +kH +kH +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(145,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kG +vD +Tj +vD +Io +vD +Jw +DQ +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +aZ +gY +gY +aZ +fI +cM +DH +md +cd +xd +FN +pH +Ew +Ew +pH +LF +fI +wb +HV +fI +Mh +Tb +Lb +fI +kH +kH +Nc +Nc +fS +fS +fS +fS +wg +kL +fS +XE +va +WI +fS +wi +El +fS +kH +kH +kH +kH +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(146,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +vD +vD +Eu +vD +vD +tp +DQ +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +gY +gY +gU +sG +od +yR +yR +Sx +Zq +FN +LD +JH +Jl +wN +qB +fI +HV +aZ +fI +eJ +cj +jt +fI +kH +kH +kH +kH +Nc +hD +fS +fS +fS +fS +fS +Qo +Qo +kN +fS +fS +fS +hD +kH +kH +kH +kH +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(147,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +HU +vD +Pu +vD +vD +Jw +Rr +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +HV +gU +sG +Mv +yR +Ij +en +Ro +SQ +py +FE +JH +wN +FN +sG +gU +gY +fI +tA +vT +Lb +fI +kH +kH +kH +kH +kH +kH +Nc +hD +fS +fS +fS +Zf +Zf +Zf +fS +hD +Nc +kH +kH +kH +kH +HV +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(148,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +pM +pM +pM +pM +pM +pM +pM +pM +pM +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +qY +sG +mx +PK +Ij +Mg +kk +SQ +LD +UM +OD +wN +FN +sG +gU +gY +sG +IH +cj +yi +sG +gU +gY +gY +kH +kH +kH +kH +kH +kH +kH +fS +Zf +Zf +Zf +fS +kH +kH +kH +kH +kH +gY +HV +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(149,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +KX +qJ +yR +PK +Sx +Ro +SQ +pH +Ea +Ea +pH +SQ +fI +pc +pc +fI +St +cj +St +fI +gU +aZ +gY +gY +gY +kH +kH +kH +kH +kH +nj +nj +nj +nj +nj +kH +kH +kH +kH +gY +gY +HV +SG +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(150,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +fI +XS +Ip +Cq +bn +iw +SQ +SQ +pH +te +SQ +SQ +iZ +gx +Ac +iZ +cj +cj +GB +sG +wb +gU +kH +kH +kH +kH +kH +kH +kH +kH +gY +kH +kH +kH +gY +kH +kH +kH +kH +HV +HV +HV +SG +SG +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(151,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +fI +fI +sG +sG +fI +Ju +ye +kj +sC +IL +Yq +ye +fI +pc +pc +fI +Dd +uh +Dd +fI +HV +HV +HV +kH +HV +HV +kH +kH +kH +gY +gY +kH +kH +kH +gY +gY +kH +kH +HV +HV +HV +HV +qA +SG +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(152,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +gU +gU +qY +fI +fI +fI +fI +sG +sG +fI +fI +fI +gU +gY +fI +sG +fI +sG +fI +wb +HV +HV +HV +HV +HV +HV +HV +wb +wb +gY +kH +kH +kH +gY +wb +wb +wb +wb +wb +SG +qA +ZM +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(153,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +kH +kH +kH +gY +gY +HV +HV +kH +kH +kH +gY +gY +gY +qZ +qZ +qZ +gU +gU +gY +kH +gY +gY +gY +wb +wb +wb +wb +HV +HV +wb +wb +wb +wb +wb +kH +kH +HV +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(154,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +gY +gY +gY +gY +gY +kH +qZ +kH +qZ +aZ +gY +gY +kH +kH +qZ +kH +HV +aZ +aZ +kH +kH +HV +aZ +gU +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +HV +HV +HV +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +wb +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(155,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +qZ +aZ +gY +kH +kH +kH +kH +kH +kH +gY +kH +kH +kH +kH +HV +aZ +gU +HV +kH +kH +kH +kH +HV +HV +aZ +wb +wb +HV +wb +wb +HV +HV +HV +kH +kH +HV +HV +HV +HV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(156,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +qZ +qZ +aZ +kH +kH +kH +kH +kH +kH +gY +gY +kH +kH +kH +kH +gY +gY +gY +kH +kH +kH +kH +kH +kH +gY +aZ +wb +wb +wb +HV +HV +kH +kH +kH +kH +kH +HV +HV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(157,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +qZ +qZ +kH +kH +kH +kH +kH +kH +kH +gY +kH +kH +kH +gY +gY +gY +kH +kH +kH +kH +kH +kH +gY +gY +HV +HV +HV +HV +HV +kH +kH +kH +kH +kH +kH +HV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(158,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(159,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(160,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(161,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(162,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(163,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(164,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(165,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kv +Bi +kH +kH +kH +kH +kH +"} +(166,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kc +kc +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +VA +rx +kH +kH +kH +kH +kH +"} +(167,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +rY +rY +rY +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +rY +rY +rY +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kc +in +in +in +Gm +To +kc +wX +kc +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(168,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +zo +zo +zo +zo +zo +zo +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +To +QG +kc +kc +QG +kc +kc +kc +kc +kc +kc +bv +Gm +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +Nd +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(169,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +in +kc +QG +Gm +kc +in +kc +kc +kc +kc +kc +kc +kc +kc +gm +kc +kc +kc +kc +in +bv +bv +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +Zs +Zs +Zs +ql +FC +lx +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(170,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +zo +zo +zo +zo +zo +UE +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +in +kc +kc +kc +QG +kc +kc +bv +kc +gm +QG +kc +gm +kc +kc +kc +gm +gm +kc +kc +kc +kc +kc +in +in +in +Ml +Ml +Gm +kc +bv +in +in +in +in +in +in +lx +Hl +Zs +Zs +Zs +Zs +Zs +in +lx +in +in +in +in +kH +kH +kH +kH +kH +"} +(171,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +QG +kc +kc +To +Nt +gm +gm +kc +gm +kc +gm +gm +kc +kc +kc +kc +kc +wX +kc +gm +kc +gm +gm +gm +dj +kc +wX +kc +bv +kc +kc +Pp +bv +kc +kc +in +Gm +in +Zs +Nd +Zs +Zs +Zs +Zs +Zs +Zs +Zs +Zs +in +in +in +in +kH +kH +kH +kH +kH +"} +(172,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +kc +QG +kc +kc +QG +kc +kt +OB +bv +kc +kc +kc +kc +ao +gm +kc +kc +wX +kc +bv +kc +kt +Ml +kc +gm +kc +gm +kc +gm +kc +bv +kc +bv +kc +kc +kc +kc +bv +ym +in +in +in +Zs +Zs +Zs +ir +Zs +Zs +Zs +Nd +Zs +in +in +in +kH +kH +kH +kH +kH +"} +(173,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +wF +eX +kc +kc +kc +QG +kc +kc +kc +kc +OB +QG +gm +gm +kc +kc +kc +kc +bv +kc +kc +Ml +kc +bv +eX +kc +kc +gm +gm +ao +kc +To +kc +QG +kc +kc +kc +Gm +in +in +in +Ur +wj +Gz +Gz +Gz +ql +Zs +Zs +Zs +Zs +FC +in +kH +kH +kH +kH +kH +"} +(174,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +kc +DU +kc +eX +kc +QG +kc +kc +kc +kc +kc +kc +kc +nE +gm +nl +aI +nr +aI +aI +aI +aI +aI +aI +aI +aI +TL +aI +PO +gm +ZC +Ib +wV +kc +kc +gm +kc +kc +in +in +in +in +in +Gz +Gz +Gz +Gz +Gz +Zs +Zs +Zs +ir +Zs +in +kH +kH +kH +kH +kH +"} +(175,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +rI +bv +kc +kc +ol +ol +ol +ol +ol +ol +ol +ol +ol +JM +sz +ol +Rt +PY +LO +LO +PY +LO +LO +LO +LO +LO +LO +uJ +Xu +tK +xO +TV +BP +To +Gm +kc +kc +in +in +in +in +in +in +in +wj +Nx +Nx +Gz +Gz +in +in +Sd +Zs +in +kH +kH +kH +kH +kH +"} +(176,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +Zm +bb +QG +gf +ol +sM +fT +aq +fr +ol +Rz +HK +Ef +ji +GV +ol +yz +zE +XR +XR +XR +XR +XR +XR +XR +an +DE +DE +OZ +ec +iu +Hj +BP +zU +gm +kc +kc +kc +OB +in +in +in +in +wX +nE +AF +kc +vA +in +in +in +in +lx +in +kH +kH +kH +kH +kH +"} +(177,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +UE +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ym +ZL +pI +Rf +wF +ol +RO +ft +ft +yT +wL +RO +ft +ft +ft +yT +ol +yz +Hv +Wo +Wo +Wo +Wo +Wo +Wo +Wo +mF +DE +DE +NS +DE +DE +Hj +BP +kc +gm +gm +kc +kc +kc +To +kc +kP +Ml +zU +kc +fJ +Ml +kc +nE +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(178,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +bv +kc +jL +VR +bv +ol +os +wz +hQ +gl +ol +wu +CH +Xn +jJ +Xd +ol +yz +GH +Hp +Wo +Wo +Wo +Wo +Wo +Wo +mF +QW +Mt +DF +Fg +DE +Hj +BP +kc +ao +QG +kc +kc +kc +bv +kc +kP +kc +QG +kc +kc +kc +kc +bv +rI +in +in +in +in +kH +kH +kH +kH +kH +"} +(179,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +gQ +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +gw +To +Hn +nE +rI +ol +ol +ol +ol +ol +ol +ol +ol +ol +KF +sz +ol +oq +Hv +Wo +Wo +Wo +Wo +Wo +Wo +Wo +mF +DE +DE +YO +DE +DE +Hj +BP +QG +kc +kc +kc +kc +bv +kc +kc +kP +bv +kc +kc +kc +OB +Gm +kc +kc +in +in +in +in +kH +kH +kH +kH +kH +"} +(180,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +gQ +gQ +gQ +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ol +ol +ol +ol +ol +ol +zJ +sU +lr +MV +lh +Bc +ol +FL +BZ +BZ +ol +yz +JT +LQ +Wo +Wo +FJ +Wo +Wo +Wo +mF +DE +Va +Va +Va +Va +Gc +BP +kc +kc +kc +zU +kc +ym +in +in +in +in +kc +kc +kc +kc +bv +kc +bv +in +in +in +in +kH +kH +kH +kH +kH +"} +(181,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +di +di +gQ +gQ +gQ +zo +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ol +AE +AE +Ql +DI +ol +Ht +Kl +Kl +Kl +Kl +Fl +ol +iR +BZ +OY +ol +yz +Hv +Wo +Wo +Wo +Wo +Wo +Wo +Wo +mF +tD +ZQ +vW +dO +GC +ZQ +CP +kc +kc +kc +OB +in +in +in +in +in +in +in +kc +kc +kc +kc +QG +kc +Gm +in +in +in +kH +kH +kH +kH +kH +"} +(182,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +di +di +di +Be +gQ +gQ +gQ +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ol +KP +sL +sL +sL +Ae +Kl +Kl +If +Sg +Kl +pQ +rs +CU +Yk +BZ +Pa +yz +GH +LQ +Wo +Wo +Wo +Wo +Wo +Wo +mF +tD +tg +yU +zx +CJ +fj +bv +kc +bv +kc +in +in +Tz +Tz +Tz +Tz +Tz +in +in +in +in +kc +kc +Ml +kc +in +in +in +kH +kH +kH +kH +kH +"} +(183,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +di +di +di +di +gQ +zo +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ol +Ne +sL +sL +rS +ol +Td +Kl +zf +vf +Kl +Kl +Ae +lz +BZ +BZ +Lh +yz +Hv +Wo +Wo +Wo +Wo +Wo +Wo +Wo +mF +tD +vo +cn +Ag +bX +fj +bv +kc +bv +in +in +in +Tz +sY +Bd +ZJ +Tz +in +in +in +in +in +in +kc +kc +in +in +in +kH +kH +kH +kH +kH +"} +(184,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +gQ +gQ +di +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ol +np +sL +sL +yx +ol +le +Kl +Kl +Kl +Kl +PH +rs +ii +BZ +BZ +Pa +yz +tT +fu +Ks +fu +fu +fu +Ks +fu +ms +tD +vo +cn +Ag +bX +fj +kc +TX +kc +in +Kr +tM +Tz +Ao +UX +lp +Tz +Tz +Tz +Tz +Tz +Tz +in +wX +kc +ym +in +in +kH +kH +kH +kH +kH +"} +(185,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +gQ +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ol +ol +qf +ol +ol +ol +nQ +pB +OR +WL +Kl +xU +ol +tq +BZ +Yk +ol +DN +VV +Va +Va +Va +MY +hs +hs +Va +Hh +UR +WS +VH +Ag +bX +fj +kc +kc +kc +in +Bq +XW +rf +QO +qG +lp +Tz +Pw +Pw +AK +Qn +Tz +in +in +Gm +kc +To +in +kH +kH +kH +kH +kH +"} +(186,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +ol +ol +oA +QO +CY +CY +ol +ol +ol +ol +ol +rJ +ol +ol +ue +BZ +OY +ol +ol +ol +si +si +si +ol +ol +ol +ol +ol +ol +ol +pj +RD +Xg +ZQ +bv +kc +zU +in +XW +qo +sl +QO +tG +aE +Eq +ft +ft +ft +Oy +Tz +in +in +kc +kc +To +in +kH +kH +kH +kH +kH +"} +(187,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +ol +xP +VI +Ry +Ry +ac +xP +ol +HF +PI +jG +PI +PI +Op +lz +BZ +BZ +ol +Qb +UL +UL +UL +UL +UL +ct +ol +Yk +DW +YE +ol +ol +LS +ol +ol +kP +kP +kP +in +pV +tM +Tz +He +dM +wc +Tz +wH +ft +ys +yd +Tz +in +in +kc +kc +Gm +in +kH +kH +kH +kH +kH +"} +(188,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +UE +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +ol +ol +ze +ty +dD +dD +Dh +tO +ol +DV +mm +ml +tj +PI +PI +lz +BZ +BZ +ig +QQ +fz +NW +iX +iX +iX +hU +ol +hl +gP +lB +ol +wW +BZ +ke +ol +kc +kc +TX +in +in +in +Tz +Tz +Tz +Tz +Tz +Tz +Eq +Tz +Tz +Tz +in +in +QG +kc +kc +in +kH +kH +kH +kH +kH +"} +(189,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +ol +ol +xP +xP +oR +ma +Ad +oR +xP +ol +UZ +PI +LU +uS +mm +zX +aK +BZ +BZ +ig +oH +gA +Jg +NW +iX +iX +ph +ol +BZ +Uo +Rv +ol +jv +BZ +iB +ol +bv +kt +kc +Ml +in +in +in +in +in +in +Tz +Yv +QO +rw +bS +Tz +Tz +in +in +kc +Ml +in +kH +kH +kH +kH +kH +"} +(190,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +ol +UY +VI +Ry +fp +up +FF +oR +xP +ol +BR +PI +lZ +lZ +PI +iv +aK +BZ +OY +ig +dz +fz +Ds +Ds +Ds +qw +ph +LS +BZ +Yk +OY +ol +aB +Yk +Zd +ol +TX +kc +kc +kc +QG +eX +vG +vG +Yy +QG +Pk +QO +YS +yg +GL +Ao +Tz +in +in +kc +Ml +in +kH +kH +kH +kH +kH +"} +(191,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +ol +Dg +NM +dD +VT +OJ +OJ +mj +xP +ol +ij +PI +PI +vn +PI +mv +aK +BZ +BZ +fv +dF +Ms +Un +QC +eq +vR +QR +ol +Ih +Ni +uU +ol +zc +BZ +GS +ol +kc +Ml +kc +QG +QG +QG +tv +vG +Yy +kc +Pk +QO +xR +tR +IE +Ao +Tz +in +in +bv +kc +in +kH +kH +kH +kH +kH +"} +(192,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +UE +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +ol +ol +xP +xP +oR +Qr +xX +oR +xP +ol +zy +PI +mm +PI +PI +mv +aK +BZ +BZ +gZ +dF +cH +Ms +Un +qw +cH +Dw +ol +ol +ol +ol +ol +ol +BZ +ol +ol +kc +kc +kc +kc +kc +vG +kc +wX +Yy +QG +Tz +Yv +QO +Yj +ut +Tz +Tz +in +in +kc +kc +in +kH +kH +kH +kH +kH +"} +(193,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +ol +ol +ze +QL +Ry +Ry +fp +tO +ol +wR +PI +PI +PI +PI +SB +aK +BZ +BZ +Wl +dF +fz +Ds +uP +Un +qw +Ng +ol +aW +BZ +gi +uo +Yo +BZ +hm +ol +kc +Ml +kc +eX +in +in +in +in +in +in +Tz +Tz +Pk +Tz +Tz +Tz +Tz +Tz +in +kc +kt +in +kH +kH +kH +kH +kH +"} +(194,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +ol +xP +NM +dD +dD +Rk +xP +ol +VL +jE +HG +PI +Rx +mv +aK +BZ +OY +ig +ek +Ms +eq +eq +eq +vR +ph +ol +hk +BZ +BZ +BZ +BZ +BZ +hm +Pa +kc +kc +kc +in +in +Tz +Tz +Tz +Tz +Tz +Tz +QO +QO +Tz +me +bp +aN +Tz +in +kc +kc +in +kH +kH +kH +kH +kH +"} +(195,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +zo +zo +zo +zo +UE +zo +zo +zo +zo +zo +zo +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +ol +ol +yF +lg +QO +QO +ol +ol +ol +ol +xr +PI +cC +nm +lz +Yk +BZ +ig +zu +iX +iX +nf +ci +dC +ph +LS +BZ +Yk +zQ +kB +VW +BZ +hm +Pa +kc +bv +kc +in +in +Tz +SH +cx +fy +fy +Tz +Yv +QO +Tz +fX +fX +kF +Tz +in +kc +Gm +in +kH +kH +kH +kH +kH +"} +(196,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +rY +rY +rY +rY +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +rY +rY +rY +rY +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +ol +ol +ol +fC +Em +ol +Hy +NA +ol +rl +lz +LN +lz +lz +BZ +BZ +ig +cE +iX +iX +iX +nf +vR +hU +ol +Jm +BZ +BZ +BZ +BZ +Yk +hm +Pa +kc +kc +TX +in +in +Tz +EC +vi +fy +fy +Se +QO +QO +GP +fX +fX +Aj +Tz +in +kP +kP +in +kH +kH +kH +kH +kH +"} +(197,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +zo +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +ol +ZR +Cg +Cg +Dn +Dn +Cg +uG +BZ +BZ +BZ +BZ +BZ +BZ +BZ +ol +re +sp +sp +sp +sp +sp +eu +ol +kW +kW +Vi +BZ +BZ +BZ +hm +ol +kc +kt +kc +in +in +Tz +NY +ng +fy +fy +Tz +QO +QO +Tz +Ff +GI +gM +Tz +in +kc +kc +in +kH +kH +kH +kH +kH +"} +(198,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +pZ +IP +cv +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +uF +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +ol +Dn +Cg +Dn +Dn +Cg +Cg +ol +jc +gD +bf +BZ +jc +ZI +bf +ol +ol +ol +si +si +si +ol +ol +ol +ol +ol +ZP +Yk +BZ +BZ +ol +ol +kc +kc +QG +kc +in +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +Tz +in +kc +Ml +in +kH +kH +kH +kH +kH +"} +(199,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +NI +hj +nD +hj +JB +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +ol +gI +xl +gh +Dn +Pb +Za +ol +Lq +RX +lM +Kj +Lq +MO +lM +ol +wX +QG +XN +XN +XN +QG +kc +ol +GE +WZ +Uy +BZ +BZ +cm +ol +kc +bv +kc +kc +kc +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kc +QG +in +kH +kH +kH +kH +kH +"} +(200,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +Dz +hj +Lz +hj +YF +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +ol +ol +ol +ol +ol +ol +ol +ol +ol +QM +ol +ol +ol +QM +ol +ol +QG +kc +XN +XN +XN +kc +kc +ol +ol +ol +ol +BZ +BZ +ol +ol +kc +kc +kc +kc +kc +kc +kc +in +in +in +in +in +in +in +in +in +in +in +Ml +kc +kc +kc +in +kH +kH +kH +kH +kH +"} +(201,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +sQ +hj +aS +hj +kR +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +gK +in +in +in +in +in +in +in +Zw +pw +pw +pw +pw +pw +pw +pw +pw +pw +Zw +ih +QG +Ml +Pp +ZY +XN +kc +Ml +rb +ol +GE +WZ +BZ +BZ +ol +HW +kc +kc +kc +wX +kc +kc +kc +kc +kc +kc +kc +kc +bv +kc +kc +kc +kc +kc +kc +kc +kc +kc +in +kH +kH +kH +kH +kH +"} +(202,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +vH +LV +vH +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +pw +Ta +pw +pw +pw +pw +pw +pw +pw +Ta +pw +ly +kc +kc +XN +XN +XN +rc +Pp +kc +ol +ol +ol +Pa +ol +ol +kc +kc +kc +kc +kc +kc +kc +bv +kc +kc +kc +Gm +kc +Ml +kc +kc +QG +kc +kc +kc +QG +kc +dl +in +kH +kH +kH +kH +kH +"} +(203,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +rb +uE +pw +pw +pw +pw +Di +Di +Di +pw +pw +pw +pw +ih +kc +kc +XN +XN +kc +kc +Gm +kc +kc +kc +HW +kc +kc +Gm +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +Ml +kc +kt +kc +kc +kc +kc +kc +kc +dl +in +in +kH +kH +kH +kH +kH +"} +(204,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +kc +QG +TS +pw +pw +pw +pw +Di +mO +Di +pw +pw +pw +pw +ih +ag +XN +XN +XN +To +kc +kc +wX +IO +kc +kc +TX +kc +kc +kc +kc +kc +QG +kc +kc +Ml +kc +kc +Gm +kc +kc +kc +kc +kc +OB +kc +kc +To +To +Gm +in +in +in +kH +kH +kH +kH +kH +"} +(205,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +kc +QG +uE +pw +pw +pw +CQ +cR +YU +cR +CQ +pw +pw +pw +hv +XN +XN +XN +XN +kc +PU +zU +QG +kc +kc +kt +kc +kc +kc +rc +kc +kc +kc +kc +kc +kc +QG +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(206,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +se +in +rb +kc +TX +uE +pw +pw +pw +ln +cR +LY +cR +ln +pw +pw +pw +ih +SD +XN +XN +Pp +dG +Yw +BO +cL +kc +Ml +kc +kc +wX +kc +kc +rc +Gm +kc +kc +kc +OB +rI +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(207,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +se +SO +QG +kc +Gm +LI +pw +pw +pw +cR +jm +jm +jm +iG +UG +pw +pw +ih +kc +wX +XN +eT +so +kc +rc +zU +kc +rb +zU +ol +ol +ol +ol +ol +kc +kc +kc +kc +kc +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(208,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +Hr +in +QG +Ml +kc +uE +pw +wQ +ln +cR +uK +jm +yK +cR +ln +mq +pw +ih +QG +zU +XN +XN +TX +XH +JK +kc +kc +wX +rc +ol +CO +cp +vN +ol +kc +kt +kc +QG +kc +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(209,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +TQ +in +in +TX +QG +uE +pw +cR +cR +cR +IC +jm +Fz +cR +cR +cR +pw +ly +kc +QG +XN +XN +XN +rc +Gm +XN +XN +XN +rb +ol +Rq +gG +En +ol +QG +kc +kc +QG +kc +QG +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(210,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +BV +qz +in +Fc +kc +Fj +pw +OM +MI +cR +as +jm +yK +cR +OM +MI +pw +Mm +kc +kc +XN +XN +ZY +XN +XN +XN +XN +XN +XN +dV +gG +gG +zR +ol +kc +kc +kc +QG +HW +kc +kc +Gm +mI +mI +tr +gg +sR +sR +sR +Bt +YI +in +in +in +in +in +kH +kH +kH +kH +kH +"} +(211,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +BV +Gt +in +kc +QG +TS +pw +HM +HM +cR +jm +jm +jm +cR +HM +HM +pw +ih +Pp +kc +HR +XN +XN +nt +XN +XN +kc +kc +QG +ol +Sz +gG +En +ol +kc +kc +kc +kc +kc +kc +rc +mI +mI +mI +SV +sR +sR +XK +sR +Bt +mI +mI +FW +in +in +in +kH +kH +kH +kH +kH +"} +(212,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +NE +BV +qz +in +kc +kc +uE +pw +Ir +pw +cR +Qx +UP +CV +cR +Ir +pw +pw +ih +kc +kc +rc +XN +XN +XN +kc +kc +bv +kc +ol +ol +ol +ol +ol +ol +kc +kc +kc +kc +kc +kc +mI +jN +mI +oU +SV +sR +sR +sR +sR +Bt +mI +mI +mI +mI +in +in +kH +kH +kH +kH +kH +"} +(213,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +YD +Gz +BV +in +in +kc +Ml +uE +pw +pw +pw +ln +cR +cR +cR +ln +pw +pw +pw +ly +ag +kc +kc +kc +XN +XN +XN +kc +kc +kc +ol +dW +PI +PI +xD +ol +kc +kc +kc +OB +kc +kc +mI +mI +mI +tr +gg +sR +sR +sR +nn +Ys +rK +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(214,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +eb +IP +cv +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +YD +YD +Vn +in +kc +kc +kc +uE +pw +pw +pw +nh +cR +cR +cR +nh +pw +pw +pw +ih +kc +Ml +OB +Gm +kc +XN +XN +rb +kc +QG +ol +Kf +mm +Sh +sk +jC +kc +kc +kc +kc +kc +kc +mI +TJ +tr +gg +sR +sR +sR +sR +Bt +mI +mI +mI +mI +jN +FW +in +kH +kH +kH +kH +kH +"} +(215,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +sc +hj +Dq +hj +JB +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +YD +YD +Vn +SO +QG +QG +kc +TS +pw +pw +pw +pw +cR +cR +cR +pw +pw +pw +pw +ih +kc +kc +kc +kc +zU +kc +XN +bv +kt +kc +ol +JR +PI +mm +JI +jC +nE +QG +kc +kc +kc +kc +mI +mI +SV +sR +sR +sR +sR +nn +Ys +mI +mI +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(216,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +On +hj +Lz +hj +co +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +Ri +YD +in +in +in +Gm +QG +uE +pw +Ta +pw +pw +pw +pw +pw +pw +pw +Ta +pw +ih +Ss +hy +hy +hy +Ss +kc +XN +kc +bv +kc +ol +WC +PI +PI +PI +WJ +XN +kc +kc +kc +kc +kc +mI +mI +SV +sR +sR +sR +sR +Bt +mI +mI +mI +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(217,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +sS +hj +JP +hj +kR +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +AT +AT +in +in +in +in +kc +uE +Zw +pw +pw +pw +pw +pw +pw +pw +pw +pw +Zw +ly +hy +Zv +bj +bA +hy +ZW +XN +XN +kc +kc +ol +qn +qH +qH +xH +jC +To +kc +kc +kc +wX +mI +mI +mI +SV +sR +sR +sR +sR +Bt +mI +mI +mI +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(218,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +vH +LV +vH +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +mT +AT +mT +mT +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +hy +Gy +iV +FA +iL +XN +XN +XN +kc +rb +ol +qH +qH +qH +mm +jC +To +XN +kc +kc +kc +jN +mI +mI +SV +sR +sR +sR +sR +ub +YQ +mI +mI +mI +mI +QX +mI +in +kH +kH +kH +kH +kH +"} +(219,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +zi +zi +zi +zi +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +mT +AT +AT +mT +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +hy +Jj +vF +FA +Ux +XN +XN +kc +rc +kc +ol +Uh +KQ +yP +Cn +ol +kc +kc +QG +QG +kc +mI +Ge +mI +rT +ny +sR +sR +sR +sR +Bt +TJ +mI +mI +Ge +mI +mI +in +kH +kH +kH +kH +kH +"} +(220,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +mT +AT +AT +mT +mT +mT +in +in +mT +mT +mT +mT +mT +mT +mT +in +in +in +in +ym +hy +nx +fH +BT +hy +zU +XN +XN +kc +QG +ol +ol +jC +jC +ol +ol +kc +bv +kc +QG +kc +rc +mI +mI +mI +SV +sR +sR +sR +sR +Bt +mI +mI +mI +mI +EL +mI +in +kH +kH +kH +kH +kH +"} +(221,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +mT +AT +AT +AT +WK +mT +mT +mT +mT +VU +AT +AT +AT +AT +AT +YD +RY +YT +Yy +kc +hy +sq +bg +PP +hy +kc +XN +XN +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +rc +mI +mI +mI +SV +sR +sR +sR +sR +ub +KC +mI +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(222,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +ya +Vs +Vs +Vs +Vs +Vs +Vs +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +mT +mT +mT +AT +AT +bY +AT +gL +AT +AT +AT +AT +AT +AT +YD +YD +yA +kt +Gm +kc +Ss +hy +hy +hy +Ss +XN +XN +bv +kc +kc +kc +kc +kt +Gm +kc +kc +XN +kc +To +kc +kc +kc +kc +mI +oU +rT +ny +sR +sR +sR +sR +Bt +oU +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(223,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +Vs +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +mT +mT +AT +AT +AT +AT +AT +AT +AT +BS +Ek +AT +AT +YD +in +in +zU +kc +QG +kc +kc +kt +XN +XN +XN +bv +kc +kc +QG +kc +kc +kc +kc +OB +XN +kc +kc +kc +kc +kc +kc +mI +TJ +mI +SV +sR +XK +sR +sR +Bt +mI +mI +mI +mI +FW +in +kH +kH +kH +kH +kH +"} +(224,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +mT +VU +AT +AT +mT +mT +mT +WK +AT +AT +AT +mT +mT +YD +in +in +kc +OB +kc +To +Ml +QG +XN +XN +kc +kc +kc +kc +kc +QG +kc +kc +kc +zU +kc +kc +kc +TX +kc +kc +kc +mI +mI +mI +SV +sR +sR +sR +sR +ub +KC +mI +mI +mI +FW +in +kH +kH +kH +kH +kH +"} +(225,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +mT +mT +SP +mT +mT +in +mT +mT +mT +mT +mT +in +in +in +lU +XN +XN +Ml +XN +XN +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +QG +kc +XN +kc +Ml +kc +kc +kc +QG +kc +mI +jN +mI +SV +sR +sR +sR +sR +sR +Bt +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(226,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +eZ +eZ +eZ +Ch +Ch +QZ +QZ +QZ +QZ +Ch +Ch +eZ +eZ +eZ +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Xv +Xv +cg +cg +Xv +Xv +Xv +Xv +Xv +Xv +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +mT +mT +mT +in +in +in +in +in +in +in +in +XN +da +XN +XN +zU +kc +XN +XN +XN +XN +kc +QG +kc +kc +kc +OB +kc +TX +kc +kc +XN +kc +kc +kc +kc +rc +kc +kc +mI +mI +mI +mI +SV +sR +sR +sR +sR +nn +Ys +mI +EL +mI +mI +in +kH +kH +kH +kH +kH +"} +(227,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +eZ +Ch +QZ +Ch +Ch +TF +Ze +rp +ds +Ch +Ch +QZ +Ch +eZ +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Xv +Bp +Bf +Bf +oZ +cg +Cf +oC +mZ +Xv +ya +ya +ya +zi +ya +ya +ya +ya +zi +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +QG +rI +ym +XN +XN +XN +XN +XN +Ml +bv +kc +kc +kc +Gm +kc +kc +Ml +kc +kc +XN +XN +bv +kc +XN +XN +rc +kc +kc +kc +wX +Gm +kc +kc +kc +kc +mI +mI +mI +mI +SV +sR +sR +sR +sR +Bt +oU +jN +mI +yf +mI +in +kH +kH +kH +kH +kH +"} +(228,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +eZ +QZ +Qq +Qq +Yi +he +oJ +TT +he +Yi +Qq +Qq +QZ +eZ +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +cg +VM +ad +Bf +Bf +cg +Az +eg +Cf +Xv +ya +ya +ya +zi +zi +ya +ya +ya +zi +zi +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +ol +ol +ol +ol +ol +ol +Ml +kc +kc +XN +MR +XN +Ml +bv +XN +Ml +kc +kc +kc +wX +kc +Ml +kc +rc +kc +TX +kc +kc +ZY +kc +zU +XN +XN +rc +kc +kc +kc +kc +kc +kc +kc +kc +mI +mI +mI +tr +gg +sR +sR +nn +vj +Ys +mI +mI +mI +mI +mI +in +kH +kH +kH +kH +kH +"} +(229,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +eZ +QZ +Qh +sJ +Ch +nB +CK +eQ +Fh +Ch +sJ +Qh +QZ +eZ +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +zi +zi +zi +cg +qX +sB +Bf +ad +cg +Cf +ni +lI +Xv +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +uH +XA +Bk +uX +AI +ol +kc +XN +XN +XN +Ml +kc +kc +wX +kc +kc +kc +bb +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +wX +kc +kc +kc +kc +kc +kc +XN +kc +kc +kc +mI +jN +mI +mI +SV +sR +sR +nn +Ys +mI +mI +mI +Ow +mI +FW +in +in +kH +kH +kH +kH +kH +"} +(230,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +it +IP +cv +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ch +Ch +Ch +Ch +Ch +NL +Ch +Ch +DT +Ch +Ch +Ch +Ch +Ch +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +zi +Xv +lY +Bf +Bf +mp +cg +mZ +Ci +Cf +Xv +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +Ug +Cz +Bk +uX +uA +ol +XN +YB +XN +kc +kc +kc +kc +kc +kc +kc +bv +kc +pp +Pp +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +bv +XN +XN +kc +kc +XN +kc +kc +tU +mI +AY +oU +SV +sR +sR +Bt +mI +ZT +mI +mI +mI +mI +in +in +in +in +in +in +kH +kH +"} +(231,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +VY +hj +gC +hj +JB +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ch +XU +lL +SJ +he +he +gX +EN +he +he +RP +lL +no +Ch +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +zi +ya +Xv +Xv +Xv +Xv +Xv +Xv +zi +Xv +zL +Bf +Bf +ev +cg +op +Fa +ni +Xv +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +jU +uX +uX +uX +uX +sN +XN +XN +kc +kc +kc +OB +kc +kc +kc +kc +kc +rb +aJ +cq +kc +kc +kc +kc +OB +kc +kc +HW +kc +kc +kc +bv +kc +kc +kc +kc +kc +kc +OB +kc +rc +mI +mI +pA +Oq +Oq +Oq +Oq +Oq +Oq +Mc +So +So +So +So +So +tJ +Fm +Fm +Fm +in +kH +kH +"} +(232,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +bH +hj +Lz +hj +YF +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ch +Cv +FY +Ch +ER +Me +IT +IT +ab +DP +Ch +FY +mH +Ch +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +zi +ya +cg +TP +ud +Oa +BC +Xv +Xv +Xv +VZ +Bf +Bf +Jh +Xv +Xv +Xv +Xv +Xv +Xv +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +BD +uX +Bk +uX +pY +ol +rb +kc +kc +kc +kc +kc +Gm +kc +kc +kc +OB +of +kc +kc +kc +QG +kc +kc +kc +zU +kc +kc +kc +Gm +kc +kc +kc +kc +Ml +kc +kc +kc +kc +kc +kc +ZT +mI +Vq +iQ +iQ +iQ +iQ +iQ +iQ +pF +So +So +So +So +So +So +gB +Dc +Fm +in +kH +kH +"} +(233,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +TM +hj +AN +hj +kR +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ch +QZ +kX +Ch +Wj +CF +DL +KU +IJ +dg +Ch +kX +QZ +Ch +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +zi +ya +ya +ya +ya +ya +ya +Xv +Na +hb +hb +hb +JY +iT +Xv +GR +Bf +Bf +pt +Xv +Xv +Pf +RM +pv +Xv +cg +Xv +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +JF +Cz +Bk +uX +nL +ol +kc +kc +wX +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +To +kc +kc +kc +kc +kc +wX +kc +kc +kc +rc +kc +kc +To +kc +kt +kc +kc +kc +kc +kc +mI +mI +mI +tr +gg +sR +sR +sR +Bt +ZT +mI +So +So +So +So +LJ +Iy +Fm +Fm +Fm +in +kH +kH +"} +(234,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +vH +LV +vH +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ch +FY +FY +SJ +he +pR +XL +XL +Sl +he +RP +FY +FY +Ch +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +zi +ya +ya +ya +ya +ya +ya +Xv +nV +hb +hb +hb +ra +HH +Xv +Xv +AZ +Bf +Bf +ZE +kS +kS +kS +kS +kS +kS +Xv +Xv +ya +ya +ya +ya +zi +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +ol +ol +ol +ol +ol +ol +kc +kc +kc +kc +kc +To +To +kc +kc +kc +AF +kc +kc +kc +To +kc +rc +kc +kt +kc +kc +kc +kc +kc +TX +kc +To +kc +kc +kc +kc +kc +kc +mI +mI +mI +tr +gg +sR +sR +sR +nn +Ys +mI +mI +So +So +So +So +So +So +kr +yO +Fm +in +kH +kH +"} +(235,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +QZ +FV +FY +Ch +LZ +Qj +du +Xz +Qj +px +Ch +FY +FV +QZ +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +zi +ya +ya +ya +ya +ya +ya +cg +sT +hb +hb +un +hb +Md +Xv +Xv +ey +Bf +Bf +ZE +iP +fZ +FG +jA +ik +kS +pv +Xv +ya +ya +ya +ya +zi +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +Gm +kc +kc +kc +kc +kc +kc +kc +QG +kc +kc +rb +kc +kc +wX +kc +kc +Pp +kc +kc +rc +kc +kc +kc +kc +QG +kc +kc +kc +kc +kc +kc +kc +rc +mI +jN +mI +mI +SV +sR +sR +sR +sR +Bt +oU +mI +mI +LJ +So +So +So +So +So +Fm +Fm +Fm +in +kH +kH +"} +(236,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +QZ +Ud +DG +Ch +Ch +NZ +AH +AH +NZ +Ch +Ch +rm +Ud +QZ +OC +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +XQ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +Xv +Xv +Xv +ae +Xv +Xv +Xv +Xv +Xv +fs +oM +Bf +ZE +iP +Ja +de +cZ +ik +kS +pv +Xv +ya +ya +ya +ya +zi +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +kc +rc +fE +bv +kc +kc +OB +kc +kc +kc +kc +kt +wX +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +OB +kc +kc +kc +wX +kc +kc +kc +rc +in +oU +tr +JE +JE +gg +sR +XK +sR +sR +Bt +mI +mI +mI +So +So +Li +zr +VC +oG +in +in +in +in +in +in +"} +(237,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +rR +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +QZ +Uz +FY +Ch +zz +sg +lQ +lQ +sg +zz +Ch +FY +Uz +QZ +OC +OC +Ey +AX +OC +OC +OC +OC +OC +OC +OC +OC +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +Xv +Vf +ov +Sj +Vt +TE +Xv +hX +SM +Ti +Bf +Bf +ZE +iP +yh +hr +uz +ik +kS +pv +Xv +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +Gz +KO +dl +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +kc +Ml +kc +kc +kc +kc +kc +Gm +kc +kc +kc +kc +kc +AF +kc +kc +kc +kc +kc +Gm +in +in +tr +gg +sR +sR +sR +sR +sR +nn +vj +Ys +mI +mI +mI +xZ +PR +PR +PR +PR +PR +PR +Fm +Fm +Fm +Fm +in +"} +(238,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ch +KI +FY +iF +he +sE +ck +ck +Mi +he +nz +FY +KI +Ch +Vx +xa +Ey +Ey +Zc +xa +OC +OC +YY +lC +dJ +KA +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +Xv +vs +lf +Sj +gj +Sj +rA +Bf +Bf +Bf +Bf +Bf +ZE +iP +Ye +yk +Gj +ik +kS +pv +Xv +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +Gz +Gz +in +in +kc +OB +rc +kc +kc +kc +kc +kc +kc +kc +kc +OB +kc +kc +kc +kc +kc +in +in +in +in +in +in +kc +kc +kc +kc +kc +kc +rI +in +in +in +tr +gg +sR +sR +sR +sR +sR +nn +Ys +mI +mI +mI +mI +EJ +vy +PR +VE +pP +VQ +iS +NK +Fm +Cp +BI +Fm +in +"} +(239,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ch +TZ +yu +Ch +jP +jx +uf +uf +bZ +Xj +Ch +TZ +yu +Ch +Vx +oV +Ey +Ey +Ey +Ey +Ey +yl +TD +TD +TD +LT +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +zi +Xv +Po +Sj +Sj +Sj +Sj +rA +Bf +Bf +Bf +Bf +Og +ZE +kS +kS +kS +kS +lK +kS +Xv +Xv +ya +ya +zi +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +wj +in +in +in +in +in +in +in +in +kc +Gm +kc +kc +kc +kc +kc +kc +kc +kc +Gm +in +in +mI +FW +mI +ZT +in +in +rI +kc +kc +Gm +kc +in +in +tr +zM +gg +sR +sR +sR +sR +sR +sR +Bt +mI +mI +gt +Fv +Ct +mI +FK +LC +IK +IK +IK +IK +IK +FI +sL +sL +Fm +in +"} +(240,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +vQ +JZ +JZ +Ch +ix +pi +he +he +sx +Aa +Ch +JZ +JZ +vQ +Vx +us +Ey +Ey +Ey +eI +xa +OC +TD +TD +TD +IZ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +zi +zi +zi +Xv +cJ +ML +Sj +kl +Vp +Xv +Xv +cg +cg +cg +Xv +Xv +Xv +pv +lN +pv +Xv +cg +Xv +ya +ya +ya +zi +zi +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +Gz +Gz +in +in +in +in +in +in +in +in +in +in +in +ym +kc +kc +rI +kc +in +in +in +mI +ZT +mI +mI +mI +mI +in +in +in +in +in +in +in +in +iz +sR +sR +sR +sR +nn +vj +vj +vj +Ys +mI +mI +OA +gv +Hz +mI +FK +LC +IK +Oh +Bw +Rl +tZ +Fm +lH +ei +Fm +in +"} +(241,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +eZ +ss +pU +vQ +Ch +Ch +dH +ST +Ch +Ch +vQ +ss +pU +eZ +Vx +oD +Ey +Ey +Ey +Ey +Ey +yl +TD +TD +TD +LT +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +Xv +Xv +Xv +cg +Xv +Xv +Xv +ya +zi +zi +zi +zi +ya +Xv +Xv +Xv +Xv +Xv +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +Gz +mA +Vn +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +mI +gF +tr +JE +JE +JE +JE +KC +mI +in +in +in +in +aY +lP +sR +sR +sR +sR +nn +Ys +mI +mI +mI +mI +mI +mI +mI +mI +mI +mI +FK +XC +IK +IK +IK +IK +Vo +Fm +uk +sL +Fm +in +"} +(242,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +eZ +eZ +eZ +eZ +eZ +OC +Ph +Ph +OC +eZ +eZ +eZ +eZ +eZ +Vx +xa +Ey +Ey +Gu +Tt +Tt +OC +YY +lC +ie +KA +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +ol +ol +ol +nw +ol +ol +ol +ol +ol +ol +ol +ol +ol +ol +ol +in +in +in +in +ZT +mI +tr +gg +Om +sR +sR +sR +ub +JE +JE +in +lP +aY +aY +Xe +lP +nn +ny +sR +Bt +mI +mI +ID +mI +Cr +mI +Ge +mI +QX +EL +mI +Zh +PR +pS +IK +IK +IK +rh +Fm +be +sL +Fm +in +"} +(243,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +OC +OC +OC +OC +OC +OC +Ey +Ey +OC +Vx +Vx +Vx +Vx +Vx +OC +OC +Ey +Ey +Jb +oE +oE +OC +OC +OC +OC +OC +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +Db +Le +Le +Le +Aq +wl +MT +ol +ol +Uv +tY +fy +fy +rL +ol +Lj +mI +mI +mI +mI +mI +SV +xn +sR +sR +sR +Om +sR +sR +sR +Ln +sR +lP +aY +lP +nn +Ys +Vd +vj +Ys +TJ +Fr +ID +ff +Cr +mI +ZT +mI +mI +AY +mI +So +PR +PR +wa +LC +IK +PR +Fm +Fm +Fm +Fm +in +"} +(244,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Ue +TD +Wp +OC +xa +RG +Ey +Ey +OC +qW +cO +cO +cO +xa +OC +eI +Ey +Ey +Jb +eO +Wm +OC +JX +JX +JX +JX +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +zi +ya +ya +ya +PS +zi +zi +ya +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +dK +Le +cw +Le +GT +Ia +Ia +ol +ol +kE +ol +vk +fy +Cd +ol +mI +mI +ZT +mI +mI +mI +SV +sR +sR +sR +Ie +sR +sR +sR +sR +Ln +sR +sR +lP +in +in +jN +mI +oU +mI +mI +mI +mI +mI +mI +mI +mI +WV +mI +mI +mI +So +FH +Zh +jV +qm +KY +PR +jw +IK +kZ +PR +in +"} +(245,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +KA +TD +TD +yl +Ey +Ey +Ey +Ey +VN +Ey +Ey +Ey +Ey +Ey +VN +Ey +Ey +Ey +Jb +oE +Gu +OC +OC +OC +OC +OC +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +ya +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +xb +Le +Dy +Le +qe +Ia +Ia +ol +ol +ol +ol +ol +am +ol +ol +ol +Ps +ol +ol +mI +mI +rT +vj +ny +xn +Om +sR +nn +vj +vj +in +in +in +in +in +in +in +jN +mI +mI +yf +mI +ZT +mI +mI +mI +Ii +mI +jN +mI +mI +mI +So +So +So +So +vy +IK +IK +IK +ay +PR +in +"} +(246,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +cb +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +OO +IP +cv +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +uq +WR +ie +OC +Hs +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Ey +Gu +ns +Gu +OC +YY +lC +dJ +KA +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +zi +ya +ya +zi +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +Yf +qE +kV +Le +PW +fN +xQ +ol +YV +YV +ol +zp +BZ +BZ +dt +BZ +BZ +Ns +ol +Lj +mI +ZT +mI +rT +vj +vj +vj +Ys +mI +Lj +in +in +in +in +in +in +in +Hg +mI +EL +mI +mI +mI +mI +mI +mI +mI +Gi +VX +mI +Gi +VX +So +Mx +Mx +Mx +yZ +TB +IK +Rl +zd +PR +in +"} +(247,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +Pd +hj +nR +hj +JB +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +OC +OC +OC +OC +eU +Ey +Ey +Bx +lk +TD +sy +sy +sy +TD +BE +il +Ey +Ey +Ey +Ey +Ey +yl +TD +TD +TD +LT +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +ol +ol +ol +Le +ol +ol +ol +ol +YV +YV +ol +Us +BZ +mr +Ww +BZ +BZ +aL +jC +mI +mI +mI +mI +mI +mI +mI +mI +mI +mI +in +in +in +Cb +gJ +VF +in +in +mg +mI +Lj +mI +mI +mI +ZT +mI +hJ +mI +jk +LH +mI +mi +Ve +So +Mx +Mx +Mx +yZ +TB +IK +IK +vP +PR +in +"} +(248,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +bF +hj +Lz +hj +YF +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +sn +Os +sn +OC +Hs +Ey +Ey +Ay +df +TD +YK +NR +cy +TD +Bx +my +Ey +Ey +Ey +eI +xa +OC +TD +TD +TD +IZ +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +ap +dY +ol +Le +ol +We +hn +ol +YV +YV +ol +Al +BZ +CG +XJ +jT +BZ +BZ +jC +mI +mI +mI +ZT +mI +oU +mI +ZT +mI +FW +in +in +in +Qm +ka +Lr +in +in +hJ +mI +Ge +mI +mI +mI +Ge +mI +mI +mI +RF +RE +Ge +RF +RE +So +Mx +wI +Mx +Mp +TB +IK +IK +uN +PR +in +"} +(249,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +eE +hj +Zx +hj +kR +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +JS +JS +JS +Iu +Ey +Ey +Ey +Bx +yo +TD +wt +ME +nH +TD +Ay +Xf +Ey +Ey +Ey +Ey +Ey +yl +TD +TD +TD +LT +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +zi +zi +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +on +on +gr +Le +PA +zW +zW +ol +YV +YV +ol +iK +BZ +sW +au +jT +BZ +BZ +jC +mI +ZT +mI +mI +mI +mI +mI +mI +mI +in +in +in +in +hc +Dl +Lr +cG +lo +hJ +mI +mI +mS +mS +mI +mI +mI +So +Qy +So +So +So +So +So +So +So +So +So +Zh +PR +GF +IK +bK +PR +in +"} +(250,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +vH +LV +vH +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +Sr +Lw +Sr +OC +xa +pe +xa +BE +PD +TD +dQ +dQ +dQ +TD +Bx +NV +Ey +Ey +af +xa +OC +OC +YY +lC +ie +KA +OC +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +ya +Vs +Vs +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +HD +on +ol +tH +ol +zW +tV +ol +YV +YV +ol +Av +BZ +Yt +wq +jT +BZ +BZ +ol +gF +mI +FW +mI +mI +ZT +mI +mI +mI +in +in +in +in +Cb +Lr +VF +in +Fm +Fm +Fm +Fm +Fm +Fm +Fm +QM +Fm +hR +Fm +Fm +Fm +Fm +Fm +Fm +Fm +QM +Fm +zl +Fm +PR +PR +PR +PR +PR +in +"} +(251,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +PV +PV +PV +PV +PV +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +Vx +Vx +Vx +Vx +Vx +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +OC +jn +kH +kH +kH +kH +kH +kH +kH +kH +kH +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +Vs +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +ol +ol +ol +ol +ol +ol +ol +ol +YV +YV +ol +PL +BZ +oz +vh +BZ +BZ +OY +ol +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +Fm +Uv +Fm +Pv +on +yb +CB +CB +CB +CB +Fm +Uv +Fm +Yb +Nf +dm +ox +Le +Le +Le +Fm +in +in +in +in +in +in +"} +(252,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +Pn +BZ +BZ +Uy +BZ +BZ +cm +ol +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +Fm +pL +bP +on +on +Fm +qu +pW +UV +eP +Fm +pL +bP +Nf +Ai +Fm +Le +dT +Tf +Xr +Fm +in +kH +kH +kH +kH +kH +"} +(253,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ol +ol +ol +ol +ol +ol +ol +ol +ol +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +Fm +KV +Fm +nY +OI +Fm +CB +nb +Vg +js +Fm +Df +Fm +lJ +DS +Fm +Le +iN +qj +pq +Fm +in +kH +kH +kH +kH +kH +"} +(254,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +Fm +in +kH +kH +kH +kH +kH +"} +(255,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +in +kH +kH +kH +kH +kH +"} diff --git a/_maps/map_files220/generic/Lavaland.dmm b/_maps/map_files220/generic/Lavaland.dmm new file mode 100644 index 000000000000..6d668d52241b --- /dev/null +++ b/_maps/map_files220/generic/Lavaland.dmm @@ -0,0 +1,76653 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/simulated/wall/indestructible/boss, +/area/lavaland/surface/outdoors) +"ab" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ac" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ad" = ( +/turf/simulated/mineral/random/high_chance/volcanic, +/area/lavaland/surface/outdoors) +"ae" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"af" = ( +/obj/structure/necropolis_gate/legion_gate, +/obj/structure/necropolis_arch, +/obj/structure/stone_tile/slab, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ag" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ah" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ai" = ( +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors) +"aj" = ( +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"ak" = ( +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors/unexplored/danger) +"al" = ( +/turf/simulated/mineral/random/high_chance/volcanic, +/area/lavaland/surface/outdoors/unexplored/danger) +"am" = ( +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors/unexplored) +"an" = ( +/turf/simulated/mineral/random/volcanic/labormineral, +/area/lavaland/surface/outdoors) +"ap" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"aq" = ( +/turf/simulated/wall, +/area/mine/laborcamp) +"ar" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp Bathroom"; + dir = 4; + network = list("Labor Camp") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"as" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/mine/outpost/custodial) +"at" = ( +/obj/machinery/shower{ + dir = 8; + pixel_x = -6 + }, +/obj/structure/curtain/open/shower, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"au" = ( +/obj/machinery/suit_storage_unit/gulag, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) +"av" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"aw" = ( +/obj/structure/platform/reinforced{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ax" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"ay" = ( +/obj/item/bikehorn/rubberducky, +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 8; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"az" = ( +/obj/machinery/mineral/processing_unit{ + dir = 1 + }, +/obj/machinery/conveyor{ + id = "mining_internal" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"aA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Labor Camp Storage"; + dir = 1; + network = list("Labor Camp") + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"aB" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"aD" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"aE" = ( +/obj/item/radio/intercom/locked/prison{ + pixel_y = 22 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"aF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/mine/laborcamp) +"aI" = ( +/obj/structure/chair/sofa/bench/left, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"aJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"aK" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"aL" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/chair/brass{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"aM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"aN" = ( +/obj/machinery/light/directional/east, +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"aP" = ( +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"aQ" = ( +/obj/structure/table, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"aS" = ( +/obj/machinery/mineral/ore_redemption/labor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"aT" = ( +/obj/structure/ore_box, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"aU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"aV" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"aW" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"aX" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"aY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"aZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"ba" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Labor"; + name = "labor camp blast door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/laborcamp/security) +"bb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"bd" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"be" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"bf" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"bg" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/hallway/west) +"bh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"bi" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"bk" = ( +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"bl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/arrows, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/laborcamp) +"bm" = ( +/obj/machinery/cryopod, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/mine/laborcamp) +"bn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/mine/laborcamp) +"bo" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"bp" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/storage) +"bq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"br" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white"; + dir = 8 + }, +/area/mine/outpost/medbay) +"bs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/east) +"bt" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/lockers) +"bu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable/orange{ + icon_state = "0-8" + }, +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Console" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"bv" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/requests_console/directional/east, +/obj/structure/closet/secure_closet/quartermaster/lavaland, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"bw" = ( +/obj/structure/sign/nanotrasen, +/turf/simulated/wall, +/area/mine/outpost/lockers) +"bx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"by" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/laborcamp) +"bz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"bA" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"bB" = ( +/obj/machinery/power/apc/directional/north, +/obj/machinery/computer/cryopod{ + pixel_y = 38 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"bC" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/beacon, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"bD" = ( +/obj/machinery/suit_storage_unit/lavaland, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"bE" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"bF" = ( +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors/outpost/catwalk) +"bG" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -7 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/storage/box/donkpockets, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"bH" = ( +/obj/machinery/computer/arcade{ + dir = 4 + }, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"bI" = ( +/turf/simulated/wall, +/area/mine/outpost/engineering) +"bJ" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/mine/outpost/cafeteria) +"bK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"bL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/mine/laborcamp) +"bM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"bN" = ( +/turf/simulated/wall, +/area/mine/outpost/cafeteria) +"bO" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/mine/laborcamp) +"bP" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/maintenance/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"bQ" = ( +/obj/structure/closet/crate/secure/loot, +/obj/effect/mapping_helpers/no_lava, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"bR" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"bS" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"bT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-6" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"bU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"bV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"bW" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"bX" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"bY" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Suit Storage"; + network = list("Mining Outpost"); + dir = 6 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"bZ" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"ca" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"cb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"cc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"cd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"ce" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"cg" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"ch" = ( +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"ci" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"cj" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"ck" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"cl" = ( +/obj/structure/lattice/catwalk/mining, +/obj/item/food/fortunecookie{ + pixel_y = -5; + pixel_x = -6 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"cm" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"cn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + dir = 4 + }, +/area/mine/outpost/medbay) +"co" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/lavaland/surface/outdoors) +"cp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"cq" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"cr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"cs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"ct" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"cw" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/storage) +"cx" = ( +/obj/structure/chair/sofa/bench/right, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"cy" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"cz" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"cA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"cB" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/atmospherics/portable/canister/air, +/obj/item/radio/intercom/locked/prison{ + pixel_y = 22 + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"cC" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"cD" = ( +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"cE" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"cF" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/cafeteria) +"cG" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/laborcamp/security) +"cH" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/medbay) +"cI" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"cJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 8 + }, +/area/mine/outpost/hallway/east) +"cK" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"cL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"cM" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"cN" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"cO" = ( +/turf/simulated/wall/r_wall, +/area/mine/outpost/comms) +"cP" = ( +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"cQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/bluegrid, +/area/mine/outpost/comms) +"cR" = ( +/obj/structure/lattice/catwalk/mining, +/mob/living/simple_animal/cockroach/brad, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"cS" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/light/directional/east, +/obj/structure/sign/poster/official/random/east, +/obj/item/pen/multi{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"cT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"cU" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"cV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"cW" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"cX" = ( +/obj/structure/window/reinforced, +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"cY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"cZ" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/multi_tile/supply/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"da" = ( +/obj/machinery/camera{ + c_tag = "Mining Outpost - East Hallway - North"; + dir = 8; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"db" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"dc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/airlock) +"dd" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"de" = ( +/turf/simulated/wall, +/area/mine/outpost/airlock) +"df" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/spawner/random/dirt/maybe, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"dg" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/mechbay) +"dh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/mine/outpost/hallway/east) +"di" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"dj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"dk" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"dl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 8 + }, +/area/mine/outpost/hallway/east) +"dm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/item/clothing/head/hardhat/orange, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"dn" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/structure/cable{ + icon_state = "1-10" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"do" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/item/clothing/gloves/color/fyellow, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"dp" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"dq" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"dr" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"ds" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/caution, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"dt" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow/right, +/obj/machinery/door_control/shutter/east{ + id = "mining_mechbay"; + name = "Mech Bay Shutters"; + pixel_y = 5; + req_access = list(54) + }, +/obj/machinery/light_switch{ + pixel_x = 24; + name = "East Switch"; + dir = 8; + pixel_y = -5 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"du" = ( +/turf/simulated/wall/r_wall, +/area/mine/outpost/quartermaster) +"dv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 1 + }, +/area/mine/outpost/hallway/east) +"dw" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2; + pixel_x = 1 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"dx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"dy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"dz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"dA" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"dB" = ( +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/machinery/alarm/directional/north, +/obj/effect/turf_decal/loading_area, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"dC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"dD" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/cyan, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"dE" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"dF" = ( +/obj/structure/chair/sofa/bench, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"dG" = ( +/obj/machinery/atmospherics/binary/pump/on, +/obj/effect/baseturf_helper/lava_land, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"dH" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"dI" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/machinery/ai_status_display/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"dJ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple"; + dir = 8 + }, +/area/mine/outpost/lockers) +"dK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/directions/medical{ + pixel_x = -27 + }, +/obj/structure/sign/directions/cargo{ + pixel_x = -27; + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 1 + }, +/area/mine/outpost/hallway/east) +"dL" = ( +/obj/machinery/door/airlock/maintenance/external{ + welded = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"dM" = ( +/obj/effect/spawner/random/cobweb/left/rare, +/obj/effect/decal/cleanable/glass, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"dN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"dO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"dP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"dQ" = ( +/obj/machinery/sleeper{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white"; + dir = 8 + }, +/area/mine/outpost/medbay) +"dR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"dS" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"dT" = ( +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"dU" = ( +/obj/structure/rack, +/obj/random/tool, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"dV" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"dW" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/baseturf_helper/lava_land, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"dX" = ( +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"dY" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Box Storage"; + dir = 1; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"ea" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"eb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mining qm" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/mine/outpost/quartermaster) +"ec" = ( +/obj/structure/glowshroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"ed" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"ee" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"ef" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"eg" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/stripes/box, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"eh" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"ei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 1 + }, +/area/mine/outpost/hallway/east) +"ej" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/burnt{ + dir = 1 + }, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ek" = ( +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"el" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Central Hallway"; + dir = 4; + network = list("Mining Outpost") + }, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"em" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/turf_decal/delivery/hollow/right, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"en" = ( +/obj/machinery/conveyor{ + id = "mining_internal" + }, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"eo" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"ep" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mining qm" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/quartermaster) +"eq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "mining_internal"; + name = "mining conveyor" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"er" = ( +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"es" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"et" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/production) +"eu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"ev" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"ew" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"ex" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"ey" = ( +/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/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"ez" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"eA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"eC" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/window/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/mine/outpost/hallway/east) +"eD" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-9" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"eE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 1 + }, +/area/mine/outpost/hallway/east) +"eF" = ( +/obj/structure/sign/lifestar{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"eG" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/storage) +"eH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 4 + }, +/area/mine/outpost/hallway/west) +"eI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/medbay) +"eJ" = ( +/turf/simulated/wall, +/area/mine/outpost/storage) +"eK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"eL" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/vending_refill/wallmed, +/obj/item/vending_refill/cigarette, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"eM" = ( +/turf/simulated/wall, +/area/mine/outpost/maintenance/south) +"eN" = ( +/turf/simulated/wall, +/area/mine/outpost/production) +"eO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/airlock) +"eP" = ( +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_y = -24 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -30 + }, +/obj/structure/sign/directions/engineering{ + pixel_y = -36; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"eQ" = ( +/obj/machinery/light_switch{ + pixel_x = 24; + name = "East Switch"; + dir = 8; + pixel_y = -5 + }, +/obj/machinery/button/windowtint/east{ + pixel_y = 5; + id = "mining qm" + }, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Quartermaster's Office"; + dir = 9; + network = list("Mining Outpost") + }, +/obj/effect/baseturf_helper/lava_land, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"eR" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"eS" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"eT" = ( +/obj/machinery/door/airlock/command/qm/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "mining qm" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/quartermaster) +"eU" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"eV" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/hallway/west) +"eW" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"eX" = ( +/obj/machinery/mineral/processing_unit_console, +/turf/simulated/wall, +/area/mine/outpost/production) +"eY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"eZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"fa" = ( +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"fb" = ( +/obj/structure/reagent_dispensers/oil, +/obj/item/reagent_containers/drinks/oilcan, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"fc" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/that, +/obj/structure/window/basic{ + dir = 1 + }, +/obj/item/clothing/glasses/sunglasses_fake, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"fd" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"fe" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"ff" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"fg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"fh" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/sign/nosmoking_1{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"fj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/east) +"fk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"fl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/mine/outpost/medbay) +"fm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"fn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"fo" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"fp" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"fq" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"fr" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/medbay) +"fs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"ft" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/maintenance/south) +"fu" = ( +/obj/structure/platform/reinforced/corner{ + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"fv" = ( +/obj/effect/baseturf_helper/lava_land, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"fw" = ( +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/mine/outpost/comms) +"fx" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"fy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow"; + dir = 1 + }, +/area/mine/outpost/hallway/west) +"fz" = ( +/obj/machinery/door/airlock/external/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredfull" + }, +/area/mine/outpost/hallway/west) +"fA" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"fB" = ( +/obj/machinery/tcomms/relay/mining, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/mine/outpost/comms) +"fC" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"fD" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"fE" = ( +/obj/effect/turf_decal/delivery/hollow/left, +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"fF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"fG" = ( +/obj/effect/turf_decal/caution, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"fH" = ( +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_y = -24 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"fI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"fJ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"fK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"fL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"fM" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"fN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"fO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"fP" = ( +/obj/machinery/mineral/unloading_machine{ + dir = 1; + icon_state = "unloader-corner"; + input_dir = 1; + output_dir = 2 + }, +/obj/machinery/conveyor{ + id = "mining_internal" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"fQ" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/unexplored/danger) +"fT" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"fU" = ( +/turf/simulated/mineral/ancient, +/area/mine/outpost/engineering) +"fV" = ( +/turf/simulated/wall/indestructible/boss/see_through, +/area/lavaland/surface/outdoors/legion) +"fW" = ( +/obj/structure/necropolis_gate/locked, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"fX" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"fY" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"fZ" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"ga" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"gb" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowaltstrip" + }, +/area/lavaland/surface/outdoors) +"gd" = ( +/turf/simulated/wall, +/area/mine/outpost/mechbay) +"ge" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"gf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"gg" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"gh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Communications"; + network = list("Mining Outpost"); + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/mine/outpost/comms) +"gi" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"gj" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/center, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"gk" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"gl" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"gm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"gn" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Mining Outpost - West Hallway"; + dir = 1; + network = list("Mining Outpost") + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"go" = ( +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"gp" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/hallway/west) +"gq" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"gr" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"gs" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"gt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"gu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/flasher_button{ + id = "labor"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"gv" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"gw" = ( +/turf/simulated/wall, +/area/mine/outpost/hallway/west) +"gx" = ( +/obj/structure/fans/tiny, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_away2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"gy" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"gz" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"gA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/cyan{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"gB" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"gC" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"gD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"gF" = ( +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_away2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"gG" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"gH" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"gI" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"gJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 4 + }, +/area/mine/outpost/hallway/west) +"gK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"gL" = ( +/obj/effect/mapping_helpers/no_lava, +/obj/structure/flora/ash/rock/style_random, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"gM" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"gO" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"gP" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"gQ" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"gR" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"gS" = ( +/obj/structure/closet/crate/trashcart, +/obj/item/trash/liquidfood, +/obj/item/trash/tastybread, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"gW" = ( +/obj/machinery/camera{ + c_tag = "Mining Outpost - Landing Pad North"; + dir = 9; + network = list("Mining Outpost") + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"gX" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"gZ" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"hb" = ( +/obj/structure/stone_tile/block/burnt{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"hc" = ( +/obj/structure/stone_tile/slab, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"hd" = ( +/obj/machinery/iv_drip, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white"; + dir = 8 + }, +/area/mine/outpost/medbay) +"hf" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_away" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/mine/laborcamp/security) +"hg" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center/cracked, +/mob/living/simple_animal/hostile/megafauna/legion, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"hh" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"hj" = ( +/obj/structure/platform/reinforced{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"hl" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"hq" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"hs" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"hv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"hx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"hy" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"hz" = ( +/obj/structure/table, +/obj/item/gps/mining{ + pixel_x = 10 + }, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"hA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"hH" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"hI" = ( +/obj/structure/stone_tile/block/burnt, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"hJ" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"hO" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/chair/brass{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"hQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom/locked/prison{ + pixel_y = -22; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"hR" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/obj/item/weldingtool/experimental/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"hU" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"ic" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"id" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ie" = ( +/obj/machinery/light/directional/east, +/obj/item/kirbyplants, +/obj/structure/sign/kiddieplaque/remembrance/mining{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"ig" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"ih" = ( +/obj/structure/window/reinforced/clockwork{ + dir = 8; + move_resist = 45000 + }, +/obj/structure/stone_tile/slab, +/obj/structure/bookcase{ + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ii" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/shower{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Airlock"; + network = list("Mining Outpost"); + dir = 5 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"ij" = ( +/obj/effect/baseturf_helper/lava_land, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"io" = ( +/turf/simulated/wall, +/area/mine/outpost/custodial) +"iq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"ir" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 5 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"is" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"it" = ( +/obj/structure/stone_tile/block, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iu" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iw" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ix" = ( +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iy" = ( +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iA" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/lockers) +"iC" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/block/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"iD" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"iK" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"iP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"iQ" = ( +/obj/effect/turf_decal/delivery/hollow/left, +/obj/machinery/mech_bay_recharge_port, +/obj/structure/cable, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Mechbay"; + dir = 10; + network = list("Mining Outpost") + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"iT" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel, +/area/mine/outpost/maintenance/south) +"iU" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iX" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iY" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"iZ" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ja" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jb" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/arrows, +/obj/machinery/mineral/labor_points_checker{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/laborcamp) +"jg" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"jj" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"jk" = ( +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"jl" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/center/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"jm" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"jn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"jp" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp Breakroom"; + dir = 8; + network = list("Labor Camp") + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"jq" = ( +/obj/structure/stone_tile, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jr" = ( +/obj/structure/stone_tile/center, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"js" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jt" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"jx" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jC" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jD" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"jF" = ( +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"jH" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"jJ" = ( +/obj/structure/firelock_frame, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"jK" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/directional/west, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"jL" = ( +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"jN" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/center/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"jP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"jQ" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jR" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jS" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"jU" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"jW" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/center/burnt, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ka" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"kd" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Bridge"; + dir = 8; + network = list("Mining Outpost") + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"kf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 1 + }, +/area/mine/outpost/hallway/west) +"kg" = ( +/obj/structure/fluff/drake_statue, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"kj" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"kl" = ( +/obj/structure/fluff/drake_statue/falling, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"km" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ko" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"kv" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"kw" = ( +/turf/simulated/mineral/random/high_chance/volcanic, +/area/lavaland/surface/outdoors/legion) +"ky" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"kz" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"kA" = ( +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"kB" = ( +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"kD" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"kE" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/bed/dogbed/brad, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"kG" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"kH" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/center/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"kJ" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/center, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"kM" = ( +/turf/simulated/wall/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"kN" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"kQ" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/marker_beacon/dock_marker, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"kX" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/airlock) +"lc" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"le" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"lf" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/window/reinforced/clockwork{ + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"lg" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"lj" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ll" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"lo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"lp" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"lq" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"lr" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ls" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lt" = ( +/obj/structure/stone_tile/block/burnt, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"lu" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"lv" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lw" = ( +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lx" = ( +/obj/structure/fans/tiny, +/obj/effect/spawner/random/dirt/maybe, +/obj/machinery/door/airlock/maintenance/external/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/catwalk, +/area/mine/outpost/hallway/west) +"ly" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lz" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"lD" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"lE" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"lF" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"lG" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"lH" = ( +/obj/effect/rune{ + color = "#DAA520"; + desc = "An odd collection of symbols."; + name = "brass rune"; + rune_blood_color = "#DAA520" + }, +/mob/living/simple_animal/hostile/megafauna/dragon{ + color = "#C2B015"; + health = 5000; + maxHealth = 5000; + melee_damage_lower = 60; + melee_damage_upper = 65; + name = "ancient drake" + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"lI" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"lP" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"lQ" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 6 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lR" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"lS" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lU" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/window/reinforced/clockwork{ + dir = 4; + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"lW" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"lZ" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"ma" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mb" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"md" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"me" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"mf" = ( +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mi" = ( +/obj/machinery/computer/security{ + dir = 4; + network = list("Labor Camp") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"mj" = ( +/obj/item/clothing/under/color/orange, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"mk" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ml" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"mn" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mp" = ( +/obj/machinery/power/port_gen/pacman{ + anchored = 1 + }, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Life Support"; + dir = 5; + network = list("Mining Outpost") + }, +/obj/structure/cable/orange, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"mq" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mr" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ms" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mt" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"mu" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"mv" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"mw" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"mx" = ( +/obj/structure/stone_tile, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"my" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"mA" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mB" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mC" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"mD" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mF" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mG" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mH" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mI" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mJ" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mK" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mL" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mM" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mN" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mO" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mP" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"mQ" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mS" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mT" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"mV" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mW" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mX" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mY" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"mZ" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"na" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"nb" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"nc" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ne" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"nf" = ( +/obj/structure/stone_tile/slab/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ng" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ns" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"nv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"nw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"nx" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"nC" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/bookcase, +/obj/structure/window/reinforced/clockwork{ + dir = 1 + }, +/obj/structure/window/reinforced/clockwork, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"nL" = ( +/obj/structure/stone_tile/slab/burnt, +/obj/structure/stone_tile/slab, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"nN" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/obj/item/cigbutt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"nS" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"nX" = ( +/obj/machinery/door/airlock/maintenance/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"ob" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"oc" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"oe" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"oj" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4; + name = "scrubber outlet" + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/mine/laborcamp) +"on" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"op" = ( +/obj/structure/closet/secure_closet/brig/gulag, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"ow" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"oA" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"oB" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/food/grown/harebell, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"oF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"oG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"oM" = ( +/obj/structure/stone_tile/surrounding_tile/burnt, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"oP" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"oR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"oS" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner, +/obj/item/cigbutt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"oT" = ( +/obj/structure/stone_tile/surrounding_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"oU" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"oX" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"pa" = ( +/obj/machinery/firealarm/directional/south, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"pb" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"pd" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/light/small/directional/south, +/obj/structure/closet, +/obj/item/storage/bag/trash, +/obj/machinery/alarm/directional/south, +/obj/item/storage/box/lights/mixed, +/obj/item/caution, +/obj/item/caution, +/obj/item/caution, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners" + }, +/area/mine/outpost/custodial) +"pg" = ( +/obj/structure/stone_tile/slab, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"pn" = ( +/obj/machinery/computer/shuttle/labor/one_way{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"pq" = ( +/obj/docking_port/stationary{ + area_type = /area/lavaland/surface/outdoors; + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_away"; + name = "labor camp"; + turf_type = /turf/simulated/floor/plating/lavaland_air; + width = 9 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors) +"pt" = ( +/obj/item/radio/intercom/locked/prison{ + pixel_y = -22; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/mine/laborcamp/security) +"pB" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/marker_beacon/dock_marker, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"pC" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"pI" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"pJ" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors/unexplored/danger) +"pQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"pT" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"qd" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/lavaland/surface/outdoors) +"qi" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/lavaland/surface/outdoors/outpost/catwalk) +"qm" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/item/trash/chips, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"qr" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"qs" = ( +/obj/machinery/suit_storage_unit/lavaland, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"qw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"qA" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp Central 2"; + network = list("Labor Camp") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"qJ" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall/r_wall, +/area/mine/laborcamp) +"qK" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"qR" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"qT" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/mine/laborcamp) +"rd" = ( +/obj/structure/closet/secure_closet/brig/gulag, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"ri" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"rj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"rm" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "mining_internal" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"ro" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp External"; + dir = 4; + network = list("Labor Camp") + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"rr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"rz" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"rA" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"rJ" = ( +/obj/structure/cable{ + icon_state = "2-5" + }, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"rL" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"rM" = ( +/obj/structure/platform/reinforced/corner{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"rO" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"rQ" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"rS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/mine/laborcamp) +"rV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/catwalk, +/area/mine/outpost/hallway/west) +"rW" = ( +/obj/structure/stone_tile/surrounding/cracked, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"rY" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/burnt, +/obj/structure/stone_tile/surrounding_tile/burnt{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"sf" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/mob/living/simple_animal/hostile/asteroid/basilisk/watcher/magmawing, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"sp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"st" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/cap/hidden/supply{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"sv" = ( +/obj/structure/platform/reinforced/corner{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"sw" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"sx" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"sD" = ( +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"sF" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"sL" = ( +/obj/structure/closet/cardboard, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"sM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"sN" = ( +/obj/structure/stone_tile/block/burnt{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"sO" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"sP" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/mine/laborcamp/security) +"sR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"sT" = ( +/obj/machinery/camera{ + c_tag = "Mining Outpost - East Hallway - South"; + dir = 9; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners"; + dir = 4 + }, +/area/mine/outpost/hallway/east) +"td" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"te" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/cafeteria) +"ti" = ( +/obj/structure/stone_tile/slab/burnt, +/obj/structure/fluff/drake_statue/falling{ + move_resist = 40000 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"tj" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"tm" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"to" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"tp" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"tx" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"tC" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp Airlock"; + network = list("Labor Camp") + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"tE" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"tI" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/structure/sign/bobross{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"tJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/laborcamp) +"tK" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"tN" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/table/reinforced/brass, +/obj/item/weldingtool/experimental/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"tQ" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/window/reinforced/clockwork{ + dir = 4; + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"tT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/item/radio/intercom/locked/prison{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"tV" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"tZ" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/mine/laborcamp) +"ua" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 6 + }, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ue" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"uf" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/tapetrash, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + pixel_y = 22 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"ug" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"uh" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"ui" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/center, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"uk" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"um" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"uq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/mechbay) +"us" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + dir = 8 + }, +/area/mine/outpost/medbay) +"uv" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"uC" = ( +/obj/structure/closet/crate/necropolis/tendril, +/obj/structure/stone_tile/slab, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"uG" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external/glass{ + id_tag = "mining_away" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredfull" + }, +/area/mine/outpost/hallway/west) +"uI" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"uL" = ( +/obj/effect/spawner/window/reinforced, +/obj/machinery/flasher{ + id = "labor"; + layer = 4 + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"uN" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"uO" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"uQ" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"uR" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"uW" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"va" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"vb" = ( +/obj/machinery/computer/shuttle/mining{ + req_access = null; + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"vc" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/block, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"vf" = ( +/obj/machinery/power/apc/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"vg" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"vh" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"vj" = ( +/obj/structure/stone_tile/slab/burnt, +/obj/structure/stone_tile/slab/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"vk" = ( +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors) +"vm" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/structure/window/reinforced/clockwork{ + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"vq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"vw" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/obj/item/lighter/random{ + pixel_x = 2 + }, +/obj/item/radio/intercom/locked/prison{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"vy" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"vz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/mine/outpost/hallway/west) +"vA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 8 + }, +/area/mine/outpost/hallway/east) +"vG" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium/interior, +/area/lavaland/surface/outdoors) +"vI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/item/trash/syndi_cakes, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"vK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"vP" = ( +/obj/structure/stone_tile/block/burnt{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"vR" = ( +/obj/structure/stone_tile/block/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"vS" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"vT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"vU" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/lavaland/surface/outdoors) +"vW" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"vY" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"vZ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mining qm" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/quartermaster) +"wg" = ( +/obj/machinery/mineral/equipment_vendor/labor, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"wh" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"wn" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/mob/living/simple_animal/hostile/asteroid/basilisk/watcher/magmawing, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"wp" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"wt" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/lavaland/surface/outdoors) +"wC" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"wD" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"wG" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/cyan{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/mine/outpost/comms) +"wI" = ( +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/turf/simulated/floor/plasteel/dark, +/area/mine/outpost/comms) +"wN" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/medbay) +"wP" = ( +/obj/structure/sign/securearea{ + name = "\improper KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/mine/laborcamp) +"wS" = ( +/obj/structure/stone_tile/surrounding_tile/burnt, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"wY" = ( +/obj/item/clothing/mask/gas/clown_hat, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"wZ" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/wall/indestructible/boss, +/area/lavaland/surface/outdoors) +"xb" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"xc" = ( +/obj/structure/stone_tile/surrounding_tile, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"xh" = ( +/obj/machinery/computer/prisoner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/mine/laborcamp/security) +"xl" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/mechbay) +"xo" = ( +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"xp" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/burnt{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"xv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"xx" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"xz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id_tag = "mining_mechbay"; + name = "Mech Bay Shutters" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"xA" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"xC" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"xD" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/random/high_chance/volcanic, +/area/lavaland/surface/outdoors/unexplored/danger) +"xF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"xG" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"xL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/lockers) +"xM" = ( +/obj/machinery/computer/crew, +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"xP" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"xR" = ( +/obj/structure/rack, +/obj/item/storage/bag/ore, +/obj/item/flashlight/lantern, +/obj/item/pickaxe/safety, +/obj/item/mining_scanner, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/mask/breath, +/obj/machinery/light/small{ + dir = 8 + }, +/obj/item/clothing/head/beanie/orange, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/suit/storage/hazardvest, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) +"xS" = ( +/obj/structure/sign/fire, +/turf/simulated/wall, +/area/lavaland/surface/outdoors/outpost/catwalk) +"xT" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"xW" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"xX" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"ye" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"yj" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ym" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"yo" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/mine/outpost/comms) +"yp" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"yq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 1 + }, +/area/mine/outpost/hallway/west) +"yr" = ( +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"yv" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"yw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Labor Camp Lockers"; + network = list("Labor Camp"); + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"yx" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"yD" = ( +/obj/structure/stone_tile/block, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"yG" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/chair/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"yL" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/wall/boss, +/area/lavaland/surface/outdoors) +"yQ" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"yR" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/decal/cleanable/spiderling_remains, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"yS" = ( +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"yW" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/mob/living/simple_animal/hostile/asteroid/big_legion, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"yX" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"zc" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"zd" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"zh" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"zo" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"zs" = ( +/obj/structure/reagent_dispensers/fueltank/chem/west, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"zt" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"zu" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/mine/outpost/lockers) +"zy" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/custodial) +"zB" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"zC" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"zH" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"zJ" = ( +/obj/structure/flora/ash/leaf_shroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"zN" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"zO" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"zQ" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"zR" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"zV" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/unexplored) +"zY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Ab" = ( +/obj/machinery/light_switch/north, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"Ac" = ( +/obj/structure/window/reinforced/clockwork{ + dir = 8; + move_resist = 45000 + }, +/obj/structure/bookcase{ + move_resist = 45000 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ae" = ( +/obj/structure/disposaloutlet, +/obj/structure/lattice/catwalk/mining, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating/lavaland_air, +/area/mine/outpost/hallway/east) +"Af" = ( +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Aj" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"Ak" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Al" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"Ao" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/regular, +/obj/machinery/light_switch/west, +/obj/machinery/defibrillator_mount/loaded/locked{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white"; + dir = 8 + }, +/area/mine/outpost/medbay) +"Aq" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"As" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 4 + }, +/area/mine/outpost/hallway/west) +"Av" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ax" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/window/reinforced/clockwork{ + dir = 1; + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Az" = ( +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"AA" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"AB" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1; + name = "scrubber outlet" + }, +/turf/simulated/floor/plating/lavaland_air, +/area/mine/outpost/hallway/east) +"AE" = ( +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/lavaland/surface/outdoors) +"AF" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"AJ" = ( +/obj/structure/stone_tile/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"AK" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"AN" = ( +/obj/docking_port/stationary{ + area_type = /area/lavaland/surface/outdoors; + dir = 8; + dwidth = 3; + height = 5; + id = "mining_away"; + name = "lavaland mine"; + turf_type = /turf/simulated/floor/plating/lavaland_air; + width = 7 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors/outpost/catwalk) +"AP" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"AR" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"AX" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/structure/glowshroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Be" = ( +/obj/machinery/camera{ + c_tag = "Mining Outpost - Cafeteria"; + dir = 1; + network = list("Mining Outpost") + }, +/obj/item/kirbyplants, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"Bg" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/structure/marker_beacon/dock_marker, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowcornersalt" + }, +/area/lavaland/surface/outdoors) +"Bj" = ( +/obj/structure/rack, +/obj/item/storage/bag/ore, +/obj/item/pickaxe/safety, +/obj/item/flashlight/lantern, +/obj/item/mining_scanner, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/beanie/orange, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/suit/storage/hazardvest, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) +"Bl" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Bm" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"Bp" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Bq" = ( +/obj/structure/stone_tile/block/burnt{ + dir = 1 + }, +/obj/structure/stone_tile/block, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Bt" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Bu" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Bx" = ( +/obj/structure/clockwork/wall_gear, +/turf/simulated/wall/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"By" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/restraints/handcuffs{ + pixel_y = 4 + }, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"BB" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors) +"BC" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"BD" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"BE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/airlock) +"BH" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/hallway/east) +"BT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"BV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"Ca" = ( +/obj/machinery/economy/vending/sovietsoda, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"Cb" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center/cracked, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Cf" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/structure/marker_beacon/dock_marker, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowcornersalt"; + dir = 4 + }, +/area/lavaland/surface/outdoors) +"Ch" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"Cn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/sign/custodian{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"Co" = ( +/turf/simulated/wall, +/area/mine/outpost/medbay) +"Ct" = ( +/turf/simulated/mineral/ancient/lava_land_surface_hard, +/area/lavaland/surface/outdoors/unexplored/danger) +"Cw" = ( +/obj/machinery/mineral/equipment_vendor, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/east) +"Cx" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Cy" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Labor"; + name = "labor camp blast door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"CC" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/obj/effect/mapping_helpers/no_lava, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Main Airlock"; + dir = 4; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"CD" = ( +/obj/effect/turf_decal/loading_area, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"CF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 1 + }, +/area/mine/outpost/hallway/west) +"CG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/meter, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"CI" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/bot/secbot/beepsky{ + desc = "Powered by the tears and sweat of laborers."; + name = "Prison Ofitser" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/laborcamp/security) +"CL" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"CM" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"CN" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredfull" + }, +/area/mine/outpost/hallway/west) +"CV" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/table/reinforced/brass, +/obj/item/wirecutters/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"CW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/stack/medical/splint, +/obj/item/stack/medical/bruise_pack/advanced, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"Dc" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Dd" = ( +/obj/structure/toilet, +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"De" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/figure/crew/assistant, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + pixel_y = 22 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"Dh" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Dk" = ( +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Dm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"Dq" = ( +/turf/simulated/wall, +/area/mine/outpost/hallway/east) +"Dt" = ( +/obj/item/stack/ore/iron, +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors) +"Dy" = ( +/obj/item/toy/figure/crew/miner, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Dz" = ( +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_y = -24 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -30 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"DA" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"DB" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center/cracked, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"DC" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"DD" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"DK" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"DN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/railing/cap{ + dir = 8 + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"DS" = ( +/obj/structure/stone_tile/block, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"DT" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"DU" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"DX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"DZ" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/random/high_chance/volcanic, +/area/lavaland/surface/outdoors) +"Ec" = ( +/obj/structure/stone_tile/slab/cracked, +/mob/living/simple_animal/hostile/asteroid/basilisk/watcher/magmawing, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Eg" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Ei" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"Ej" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"El" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/custodial) +"Em" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ez" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + dir = 1 + }, +/area/mine/outpost/medbay) +"EA" = ( +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"EB" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"ED" = ( +/obj/structure/stone_tile/slab, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"EF" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/laborcamp/security) +"EG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/pump, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"EH" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"EO" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"EP" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = -32 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"EU" = ( +/obj/structure/sign/lifestar{ + pixel_x = -32 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Fa" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Fe" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"Ff" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Fl" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Fp" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"Fs" = ( +/obj/structure/stone_tile/block/burnt{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Fv" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/obj/structure/cable/orange{ + icon_state = "0-2" + }, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"Fx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/lockers) +"FD" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"FH" = ( +/obj/machinery/economy/vending/snack, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"FI" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"FJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mining qm" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/mine/outpost/quartermaster) +"FK" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"FL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/west) +"FO" = ( +/obj/structure/lavaland_billboard, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"FW" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/mine/laborcamp/security) +"FX" = ( +/obj/structure/ore_box, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Gc" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/marker_beacon/dock_marker, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Ge" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Gh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"Gm" = ( +/obj/structure/table, +/obj/item/storage/firstaid/ancient, +/obj/machinery/camera{ + c_tag = "Labor Camp Infirmary"; + network = list("Labor Camp"); + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"Gp" = ( +/obj/structure/sign/poster/contraband/clown, +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/mine/laborcamp) +"Gt" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Gv" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Gz" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/burnt{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"GD" = ( +/obj/structure/sign/poster/contraband/lusty_xenomorph, +/turf/simulated/wall, +/area/mine/laborcamp) +"GF" = ( +/obj/item/clothing/shoes/orange, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"GG" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/window/reinforced/clockwork{ + dir = 4; + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"GO" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"GS" = ( +/obj/structure/stone_tile, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"GT" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"GV" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Hc" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/mine/laborcamp/security) +"Hd" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/burnt, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Hf" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Hi" = ( +/obj/structure/bedsheetbin, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Hl" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"Hs" = ( +/turf/simulated/wall/r_wall, +/area/mine/laborcamp) +"Hu" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/window/reinforced/clockwork{ + dir = 1; + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Hw" = ( +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Hy" = ( +/obj/structure/stone_tile/slab, +/obj/item/wrench/brass, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"HA" = ( +/obj/machinery/atmospherics/binary/pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/laborcamp) +"HB" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"HE" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight/flare, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/lavaland/surface/outdoors) +"HF" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"HG" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"HI" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"HJ" = ( +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"HK" = ( +/obj/machinery/suit_storage_unit/gulag, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) +"HM" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"HN" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp/security) +"HO" = ( +/obj/machinery/light/directional/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"HT" = ( +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/storage) +"HU" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"HW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/railing/cap{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"HX" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Ia" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Id" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"If" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/center, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Ik" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Il" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/trash/sosjerky, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"Ip" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"Iv" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/cobweb/right/rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"Iw" = ( +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"Ix" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Iz" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/ancient/lava_land_surface_hard, +/area/lavaland/surface/outdoors/unexplored/danger) +"ID" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"IF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"IG" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"IH" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"IK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/lockers) +"IM" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"IN" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowaltstrip"; + dir = 4 + }, +/area/lavaland/surface/outdoors) +"IP" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/chair/brass{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"IS" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/bookcase, +/obj/structure/window/reinforced/clockwork, +/obj/structure/window/reinforced/clockwork{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"IT" = ( +/obj/structure/stone_tile/slab, +/obj/structure/window/reinforced/clockwork{ + dir = 1; + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"IZ" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Miner Lockers"; + dir = 6; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"Jd" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/center, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Ji" = ( +/obj/structure/platform/reinforced/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Jl" = ( +/obj/structure/table, +/obj/item/storage/firstaid/machine, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"Jm" = ( +/obj/structure/stone_tile/block, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"Jo" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"Jq" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Jv" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/surrounding_tile, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Jx" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowcornersalt"; + dir = 8 + }, +/area/lavaland/surface/outdoors) +"JC" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"JD" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/item/toy/cattoy{ + pixel_y = 11; + pixel_x = -9 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"JI" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/closet/crate/necropolis/tendril, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"JJ" = ( +/obj/structure/door_assembly/door_assembly_silver, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/lavaland/surface/outdoors) +"JK" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "mining_internal" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"JP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/camera{ + c_tag = "Labor Bedroom 2"; + dir = 1; + network = list("Labor Camp") + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"JQ" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"JV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"JX" = ( +/obj/structure/table, +/obj/item/lighter/random, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"JY" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"JZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Kb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/disposalpipe/segment/corner, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"Kd" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors/unexplored) +"Kh" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/surrounding_tile/burnt{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Kl" = ( +/obj/structure/table, +/obj/item/trash/plate, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"Ko" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"Kq" = ( +/obj/item/mounted/frame/apc_frame, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"Kr" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/obj/item/paintkit/durand_skull, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ku" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner"; + dir = 8 + }, +/area/mine/outpost/medbay) +"Kw" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Kx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/railing, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/engineering) +"Kz" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"KB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/maintenance/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"KD" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/mine/outpost/maintenance/south) +"KE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"KG" = ( +/obj/structure/stone_tile/center/burnt, +/obj/structure/stone_tile/surrounding/cracked{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"KL" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/maintenance/external/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/catwalk, +/area/mine/outpost/hallway/west) +"KN" = ( +/obj/structure/stone_tile/slab/burnt, +/obj/structure/stone_tile/slab, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"KR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Labor Camp Landing Pad"; + network = list("Labor Camp"); + dir = 8 + }, +/obj/machinery/floodlight/anchored, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/lavaland/surface/outdoors) +"KS" = ( +/turf/simulated/wall/boss, +/area/lavaland/surface/outdoors/unexplored/danger) +"KU" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/lavaland/surface/outdoors) +"KX" = ( +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"KY" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners" + }, +/area/mine/outpost/custodial) +"Le" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/closet/crate/internals, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/crowbar/red, +/obj/item/crowbar/red, +/obj/item/crowbar/red, +/obj/item/crowbar/red, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Li" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/block/burnt{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Ll" = ( +/obj/structure/flora/ash/tall_shroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Lr" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Medical Bay"; + network = list("Mining Outpost") + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white"; + dir = 8 + }, +/area/mine/outpost/medbay) +"Lz" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/mine/laborcamp) +"LA" = ( +/obj/machinery/light/directional/south, +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"LE" = ( +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"LH" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 8 + }, +/obj/structure/stone_tile/center, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"LJ" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"LK" = ( +/obj/structure/table/glass, +/obj/machinery/firealarm/directional/east, +/obj/item/stack/medical/splint{ + pixel_x = 5 + }, +/obj/item/radio/intercom/directional/south, +/obj/item/healthupgrade{ + pixel_y = 7; + pixel_x = -7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white"; + dir = 8 + }, +/area/mine/outpost/medbay) +"LM" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"LO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/airlock) +"LQ" = ( +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"LS" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked, +/mob/living/simple_animal/hostile/asteroid/big_legion, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"LT" = ( +/obj/structure/stone_tile/surrounding_tile/burnt{ + dir = 8 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"LW" = ( +/obj/structure/stone_tile/surrounding/burnt, +/obj/structure/stone_tile/center/burnt, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ma" = ( +/obj/structure/stone_tile/slab/burnt, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Mf" = ( +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Mg" = ( +/obj/structure/sign/nanotrasen{ + pixel_x = 32 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Mh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"Mi" = ( +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Ml" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/center, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Mn" = ( +/obj/machinery/suit_storage_unit/lavaland, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/storage) +"Mr" = ( +/obj/structure/grille/broken, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/effect/baseturf_helper/lava_land, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"Mt" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"Mu" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Mz" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/mine/laborcamp) +"MK" = ( +/obj/structure/stone_tile/block, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"MP" = ( +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"MQ" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"MS" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"MW" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"MX" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/east) +"Nb" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Nc" = ( +/obj/structure/platform/reinforced{ + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Ne" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Ng" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Nh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"Ni" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/mine/laborcamp) +"Nj" = ( +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"Nk" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Nl" = ( +/turf/simulated/wall/mineral/titanium, +/area/lavaland/surface/outdoors) +"Nn" = ( +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Nq" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"ND" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"NG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"NI" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/light_switch/north, +/obj/structure/closet/wardrobe/miner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"NL" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"NM" = ( +/obj/structure/sign/nanotrasen, +/turf/simulated/wall/mineral/iron, +/area/lavaland/surface/outdoors) +"NP" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/marker_beacon/dock_marker, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowcornersalt"; + dir = 1 + }, +/area/lavaland/surface/outdoors) +"NR" = ( +/obj/structure/mopbucket/full, +/obj/item/mop, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners" + }, +/area/mine/outpost/custodial) +"NU" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Landing Pad South"; + dir = 8; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"NW" = ( +/obj/structure/platform/reinforced{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"NZ" = ( +/obj/structure/toilet, +/obj/effect/decal/cleanable/cobweb, +/obj/item/clothing/mask/balaclava, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"Oa" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/obj/structure/closet/crate/necropolis/tendril, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Oc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners"; + dir = 4 + }, +/area/mine/outpost/hallway/west) +"Oh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"Oq" = ( +/obj/machinery/conveyor{ + dir = 10; + id = "mining_internal" + }, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"Os" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/maintenance/east) +"Ov" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp Monitoring"; + network = list("Labor Camp"); + dir = 6 + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"OB" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/chair/brass{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"OE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"OF" = ( +/obj/item/card/id/prisoner/random, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/explored) +"OH" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"OK" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"OM" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"OS" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"OU" = ( +/obj/machinery/door_control/shutter/south{ + id = "Labor"; + name = "Labor Camp Lockdown"; + req_access = list(2) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/mine/laborcamp/security) +"OZ" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/wall/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Pg" = ( +/obj/structure/stone_tile/surrounding/cracked, +/obj/structure/stone_tile/center/burnt, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Pk" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Pr" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Pu" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/lockers) +"PB" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/lockers) +"PH" = ( +/obj/structure/lattice/catwalk/mining, +/obj/machinery/floodlight/anchored, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"PK" = ( +/obj/structure/closet/secure_closet/brig/gulag, +/obj/machinery/flasher{ + id = "labor"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"PN" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"PO" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"PQ" = ( +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/lockers) +"PS" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"PX" = ( +/turf/simulated/wall/r_wall, +/area/mine/laborcamp/security) +"Qb" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Qd" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing, +/obj/structure/marker_beacon/dock_marker, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Ql" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Qq" = ( +/obj/structure/cable, +/obj/effect/spawner/random/dirt/maybe, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"Qv" = ( +/obj/effect/spawner/random/cobweb/right/rare, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"Qz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"QB" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"QE" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"QF" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"QH" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center/cracked, +/mob/living/simple_animal/hostile/asteroid/basilisk/watcher/magmawing, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"QI" = ( +/obj/structure/stone_tile/block/cracked, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"QJ" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"QP" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"QQ" = ( +/obj/structure/stone_tile/block/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"QR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"QU" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"QZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Rb" = ( +/obj/structure/grille/broken, +/obj/structure/grille/broken, +/obj/effect/mob_spawn/human/corpse/skeleton, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors) +"Rd" = ( +/obj/structure/rack, +/obj/item/storage/bag/ore, +/obj/item/pickaxe/safety, +/obj/item/flashlight/lantern, +/obj/item/mining_scanner, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/beanie/orange, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/suit/storage/hazardvest, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) +"Rf" = ( +/obj/structure/sign/securearea{ + name = "\improper KEEP CLEAR: DOCKING AREA" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/mine/outpost/hallway/west) +"Rj" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"Rm" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/chair/brass{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Rn" = ( +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Rs" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Rz" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"RB" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/item/gps/ruin{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"RF" = ( +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/mine/outpost/hallway/east) +"RG" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/closet/crate/necropolis/tendril, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"RJ" = ( +/obj/structure/stone_tile/slab, +/obj/structure/window/reinforced/clockwork{ + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"RK" = ( +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"RO" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/marker_beacon/dock_marker, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"RQ" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 4 + }, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/center, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"RU" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"RY" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors) +"Sa" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/marker_beacon/dock_marker, +/obj/structure/railing, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Sd" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Sf" = ( +/obj/structure/stone_tile/slab, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Sg" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Sk" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Sm" = ( +/obj/structure/window/reinforced/clockwork{ + dir = 4; + move_resist = 45000 + }, +/obj/structure/bookcase{ + move_resist = 45000 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ss" = ( +/obj/structure/rack, +/obj/item/storage/bag/ore, +/obj/item/flashlight/lantern, +/obj/item/pickaxe/safety, +/obj/item/mining_scanner, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/beanie/orange, +/obj/item/clothing/gloves/fingerless, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/suit/storage/hazardvest, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/mine/laborcamp) +"Sx" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/mine/outpost/cafeteria) +"Sy" = ( +/obj/structure/stone_tile/surrounding/cracked{ + dir = 6 + }, +/obj/structure/stone_tile/center/cracked, +/obj/structure/stone_tile/surrounding/cracked{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"SA" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"SH" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile/block{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"SO" = ( +/obj/effect/turf_decal/box, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"SQ" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile/surrounding_tile/cracked, +/obj/structure/stone_tile/center/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ST" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"SW" = ( +/obj/machinery/computer/card/minor/qm, +/obj/machinery/alarm/directional/north, +/obj/item/radio/intercom{ + pixel_y = 35 + }, +/turf/simulated/floor/carpet, +/area/mine/outpost/quartermaster) +"Ta" = ( +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"Td" = ( +/obj/structure/stone_tile/slab/cracked, +/obj/structure/fluff/drake_statue/falling{ + move_resist = 40000 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Tj" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Tk" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp Bedroom 1"; + network = list("Labor Camp") + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"Tn" = ( +/turf/simulated/wall, +/area/mine/outpost/lockers) +"Ts" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/mine/laborcamp) +"Tw" = ( +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Ty" = ( +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"TF" = ( +/obj/structure/sign/nanotrasen{ + pixel_y = 32 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"TM" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"TN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/hallway/east) +"TU" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/mine/laborcamp) +"TV" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating/lavaland_air, +/area/lavaland/surface/outdoors) +"Uc" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Uf" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Uh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/cyan{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/obj/effect/spawner/random/dirt/maybe, +/turf/simulated/floor/catwalk, +/area/mine/outpost/engineering) +"Um" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Up" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredfull" + }, +/area/mine/outpost/hallway/west) +"Uq" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Ur" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"Ut" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Uv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id_tag = "mining_mechbay"; + name = "Mech Bay Shutters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/mine/outpost/mechbay) +"Ux" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/bookcase, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Uy" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/lavaland/surface/outdoors) +"UA" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"UF" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"UG" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"UK" = ( +/obj/structure/stone_tile/block{ + dir = 1 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"UO" = ( +/obj/structure/stone_tile, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"UQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/airlock) +"UT" = ( +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"UZ" = ( +/obj/effect/mapping_helpers/no_lava, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Vc" = ( +/obj/structure/stone_tile/slab/cracked{ + dir = 10 + }, +/obj/structure/stone_tile/slab/cracked{ + dir = 8 + }, +/obj/structure/stone_tile/slab/cracked, +/obj/structure/fluff/drake_statue/falling{ + move_resist = 40000 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Ve" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"Vg" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/east) +"Vm" = ( +/obj/effect/spawner/random/dirt/maybe, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel, +/area/mine/outpost/maintenance/south) +"Vn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Custodial Storage"; + network = list("Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreencorners" + }, +/area/mine/outpost/custodial) +"Vq" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Vr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"Vt" = ( +/obj/machinery/camera{ + c_tag = "Labor Camp Central"; + network = list("Labor Camp"); + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Vu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"Vv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Vw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/baseturf_helper/lava_land, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull"; + dir = 8 + }, +/area/mine/outpost/medbay) +"Vy" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Vz" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"VD" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"VI" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_away" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/mine/laborcamp) +"VJ" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/mine/laborcamp) +"VK" = ( +/obj/structure/flora/ash/stem_shroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"VL" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"VM" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/surrounding_tile/cracked{ + dir = 4 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"VN" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/mine/laborcamp) +"VO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"VP" = ( +/obj/structure/fluff/drake_statue{ + move_resist = 40000 + }, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"VQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/sign/directions/engineering{ + pixel_y = 30; + dir = 8 + }, +/obj/structure/sign/directions/cargo{ + pixel_y = 24 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow"; + dir = 8 + }, +/area/mine/outpost/hallway/west) +"VR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/mine/outpost/hallway/east) +"VS" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/legion) +"VV" = ( +/obj/machinery/firealarm/directional/west, +/obj/item/kirbyplants, +/obj/effect/spawner/random/dirt/maybe, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/airlock) +"VX" = ( +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/wall/boss, +/area/lavaland/surface/outdoors/unexplored/danger) +"Wa" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"Wb" = ( +/obj/structure/fluff/drake_statue{ + name = "ancient drake statue" + }, +/obj/structure/stone_tile/slab/burnt, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Wf" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"Wi" = ( +/obj/structure/glowshroom, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Wo" = ( +/obj/structure/closet/secure_closet/brig/gulag, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Wt" = ( +/obj/structure/window/reinforced/clockwork{ + dir = 4; + move_resist = 45000 + }, +/obj/structure/stone_tile/slab, +/obj/structure/bookcase{ + move_resist = 45000 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ww" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"Wx" = ( +/obj/structure/sign/securearea{ + name = "\improper KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/mine/laborcamp/security) +"WC" = ( +/obj/effect/mapping_helpers/no_lava, +/obj/structure/sign/nanotrasen{ + pixel_x = -32 + }, +/turf/simulated/mineral/volcanic/lava_land_surface, +/area/lavaland/surface/outdoors) +"WF" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"WI" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/structure/sign/nanotrasen, +/turf/simulated/wall, +/area/mine/outpost/maintenance/south) +"WJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/mine/laborcamp) +"WL" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"WM" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"WO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"WP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"WW" = ( +/obj/structure/stone_tile/slab, +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"WX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"Xb" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Xd" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/mine/laborcamp) +"Xi" = ( +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"Xl" = ( +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners"; + dir = 4 + }, +/area/mine/outpost/hallway/east) +"Xo" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"Xq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"Xr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Xs" = ( +/obj/structure/closet/secure_closet/miner, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/mine/outpost/lockers) +"Xt" = ( +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Xu" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Xy" = ( +/obj/machinery/door/airlock/maintenance/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining_station, +/turf/simulated/floor/catwalk, +/area/mine/outpost/storage) +"XD" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"XI" = ( +/obj/effect/mapping_helpers/turfs/rust, +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/lavaland/surface/outdoors/outpost/catwalk) +"XL" = ( +/obj/structure/lattice/catwalk/mining, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"XM" = ( +/obj/item/firealarm_electronics, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"XO" = ( +/obj/structure/stone_tile/block/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"XP" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/chair/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"XS" = ( +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/surrounding, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/tendril, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"XT" = ( +/obj/structure/lattice/catwalk/mining, +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors/outpost/catwalk) +"XU" = ( +/obj/structure/stone_tile/slab/burnt, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"XW" = ( +/obj/machinery/recharge_station, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner"; + dir = 8 + }, +/area/mine/outpost/mechbay) +"XY" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile/block{ + dir = 8 + }, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"Ya" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/east) +"Yb" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/mine/laborcamp/security) +"Yc" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"Yd" = ( +/obj/structure/stone_tile/block{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"Yf" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/marker_beacon/ten, +/obj/item/book/random, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"Yh" = ( +/obj/structure/closet/crate/necropolis/tendril, +/obj/structure/stone_tile/slab, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Yi" = ( +/obj/structure/stone_tile/slab, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Yn" = ( +/obj/structure/stone_tile/cracked{ + dir = 4 + }, +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/table/reinforced/brass, +/obj/item/wrench/brass, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Ys" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"Yt" = ( +/obj/structure/stone_tile/cracked{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Yv" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/mine/outpost/airlock) +"Yx" = ( +/turf/simulated/mineral/random/volcanic, +/area/lavaland/surface/outdoors/legion) +"YC" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_regular_floor = "yellowsiding"; + icon_state = "tranquillite" + }, +/area/mine/outpost/cafeteria) +"YI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"YJ" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"YO" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command/qm/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "mining qm" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/turf/simulated/floor/catwalk, +/area/mine/outpost/quartermaster) +"YV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/mine/laborcamp) +"YW" = ( +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/shuttle/labor/one_way{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/mine/laborcamp/security) +"YY" = ( +/obj/machinery/light/small/directional/north, +/obj/item/soap/homemade, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/mine/laborcamp) +"Zb" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss{ + icon = 'icons/turf/floors.dmi'; + icon_state = "clockwork_floor" + }, +/area/lavaland/surface/outdoors/legion) +"Zf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/mine/outpost/hallway/west) +"Zg" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mining qm" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/mine/outpost/quartermaster) +"Zj" = ( +/obj/structure/stone_tile{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/stone_tile/cracked, +/obj/structure/stone_tile{ + dir = 4 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Zk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/mine/laborcamp) +"Zn" = ( +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/lava/mapping_lava, +/area/lavaland/surface/outdoors) +"Zo" = ( +/obj/structure/stone_tile/block, +/obj/structure/stone_tile/surrounding_tile{ + dir = 1 + }, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"Zu" = ( +/obj/structure/stone_tile/surrounding, +/obj/structure/stone_tile/center, +/obj/structure/stone_tile/slab, +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/sacrificealtar, +/obj/item/spellbook/oneuse/random, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"Zv" = ( +/obj/machinery/economy/vending/sustenance, +/turf/simulated/floor/plasteel{ + icon_state = "darkredyellowfull" + }, +/area/mine/laborcamp) +"Zy" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/obj/structure/chair/brass{ + dir = 1 + }, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ZB" = ( +/obj/structure/stone_tile/slab/cracked, +/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ZC" = ( +/obj/structure/stone_tile/cracked{ + dir = 1 + }, +/obj/structure/stone_tile{ + dir = 4 + }, +/obj/structure/stone_tile, +/obj/structure/stone_tile{ + dir = 8 + }, +/mob/living/simple_animal/hostile/asteroid/hivelord/legion, +/turf/simulated/floor/indestructible/boss, +/area/lavaland/surface/outdoors/legion) +"ZF" = ( +/obj/structure/lattice/catwalk/mining, +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors/outpost/catwalk) +"ZJ" = ( +/obj/item/pickaxe, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ZK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/dirt/maybe, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/mine/outpost/maintenance/south) +"ZL" = ( +/obj/structure/stone_tile/surrounding_tile/cracked, +/turf/simulated/floor/lava/lava_land_surface, +/area/lavaland/surface/outdoors/legion) +"ZM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/mine/outpost/hallway/west) +"ZP" = ( +/obj/machinery/mineral/mint{ + input_dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/mine/outpost/production) +"ZQ" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/mapping_helpers/no_lava, +/turf/simulated/floor/plating/asteroid/basalt/lava_land_surface, +/area/lavaland/surface/outdoors) +"ZY" = ( +/obj/item/mounted/frame/intercom, +/obj/item/stack/cable_coil{ + amount = 1 + }, +/turf/simulated/floor/plasteel/lavaland_air{ + icon_state = "titanium" + }, +/area/lavaland/surface/outdoors) +"ZZ" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall/r_wall, +/area/mine/laborcamp/security) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +ad +ad +ad +ad +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +ab +ab +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ix +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +Ll +ab +ab +ab +ab +Xu +ab +dT +ab +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +al +al +al +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +fu +aw +aw +aw +aw +aw +aw +aw +aw +aw +aw +aw +sv +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ak +ak +ak +ak +ak +ak +ak +al +aj +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +Nc +Bg +IN +IN +IN +IN +IN +IN +IN +IN +IN +Cf +NW +ab +ab +aj +aj +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ab +aj +ab +ab +ad +an +an +an +an +an +an +Xb +aj +aj +an +an +an +an +an +an +an +an +ad +an +an +an +an +an +an +an +an +an +an +an +an +ab +ab +ab +an +an +ab +ab +an +an +an +an +an +an +an +an +an +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +Nc +gb +vk +vk +vk +vk +vk +vk +vk +vk +vk +Uy +NW +ab +ab +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +aj +ab +an +an +an +an +an +an +an +ab +ab +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +dT +Nc +gb +vk +vk +vk +vk +vk +vk +vk +vk +vk +Uy +NW +ab +aj +aj +aj +aj +aj +aj +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ix +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +ab +ab +an +an +an +an +an +an +vG +JJ +vG +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +aj +aj +ab +ab +Nc +gb +vk +vk +vk +vk +vk +vk +vk +vk +vk +Uy +NW +ab +aj +aj +aj +aj +aj +aj +ab +aj +aj +ab +aj +ad +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +ai +aj +aj +aj +aj +aj +ad +aj +aj +aj +aj +aj +aj +aj +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +aj +aj +an +an +an +an +an +an +Nl +HE +TV +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +ab +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ai +Nc +gb +vk +vk +vk +vk +vk +vk +vk +vk +vk +Uy +NW +ai +ai +aj +aj +ab +aj +aj +aj +aj +aj +aj +ab +ab +ad +ad +ad +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +ab +aj +aj +aj +aj +aj +aj +aj +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iX +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +aj +aj +aj +an +an +an +an +an +Dt +ZY +Nl +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +an +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ai +Nc +gb +vk +vk +vk +vk +vk +vk +pq +vk +vk +Uy +NW +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +ad +ad +ad +ad +ad +aj +ad +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iY +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +aj +aj +aj +an +an +an +an +an +RY +Rb +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +ab +aj +aj +aj +aj +aj +aj +ab +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +tj +aj +aD +aj +aj +Nc +Jx +wt +Wx +hf +PX +KR +Hs +VI +wP +wt +NP +NW +VK +ab +aj +aj +aj +aj +aj +aj +aj +aj +ad +ad +ad +ad +ad +ad +ad +ad +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ad +ab +aj +aj +aj +aj +aj +aj +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +ab +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +mj +tj +wY +aj +aj +Ji +hj +hj +PX +FW +PX +Hs +Hs +bO +VJ +hj +hj +rM +ab +ab +aj +aj +ab +aj +aj +aj +aj +ab +ad +ad +ad +ad +ad +ad +ad +ad +ad +ab +aj +aj +aj +aj +aj +aj +aj +ab +ad +ad +ad +ab +ab +aj +aj +aj +aj +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ak +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +ai +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +aD +OF +wD +aj +aj +cG +cG +cG +PX +Hc +PX +pn +Hs +TU +Hs +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +aj +aj +aj +aj +ab +ad +ad +ad +ad +ad +ad +aj +aj +aj +aj +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ir +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +ab +al +al +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +tj +aD +GF +aj +aj +cG +xh +mi +YW +pt +PX +DT +zY +JZ +VJ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +ab +aj +aj +aj +aj +aj +aj +aj +ab +ad +ad +ad +ab +ab +aj +aj +aj +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gP +ad +ad +ab +ab +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +ab +aj +al +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +aj +aj +aj +aj +aj +aj +aD +VJ +ap +ap +ap +VJ +VJ +Yb +Ov +OE +WP +vf +PX +rd +Xr +yw +Hs +oj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ad +ad +ad +ad +ad +ad +ad +ad +ad +ad +aj +aj +aj +aj +aj +aj +aj +aj +ab +ad +ad +ab +ab +aj +aj +aj +aj +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +ab +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +ai +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +ab +aj +aj +aj +aj +aj +aD +Hs +vw +zo +Kl +Zv +Ca +PX +Ab +EF +CI +gu +PX +PK +QZ +hQ +Hs +Lz +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +ad +ad +ad +ad +ad +ad +ad +ad +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +ab +aj +aj +aj +aj +aj +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +ab +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +ai +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +aj +aj +aj +aj +Gp +rj +wh +wh +JV +Il +PX +aK +aP +Dm +aZ +HN +JZ +YI +aJ +Hs +Ni +VJ +VJ +VJ +aj +aj +aj +aj +aj +aj +aj +aj +ab +ad +ad +ad +ad +ad +ad +ad +ad +ad +aj +aj +ab +ai +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +ab +aj +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +aj +aj +aj +aj +ab +ab +ab +ab +aj +aj +aj +aj +ab +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +ai +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +an +aj +aj +aj +qJ +vI +ic +ym +jp +hv +ZZ +sP +aQ +By +OU +PX +Wo +op +jn +Hs +bZ +sO +Vr +Hs +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +ad +ad +ad +ad +ad +ad +ab +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +ab +aj +aj +aj +ab +aj +aj +aj +aj +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +aj +aj +aj +aj +ab +ab +ab +ab +aj +aj +aj +aj +ab +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +VJ +VJ +Hs +qT +qT +qT +qT +Vz +PX +PX +ZZ +PX +ba +PX +Hs +Hs +Cy +Hs +ca +YV +cd +ap +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ad +ad +ad +ad +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ad +ab +aj +aj +aj +aj +aj +aj +aj +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ix +ab +ab +ab +aj +aj +aj +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +ai +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +VJ +NZ +sF +KE +ar +NG +qT +ME +Ss +xR +Bj +Rd +ug +Vt +JZ +vK +tJ +aq +cb +Ip +bh +ap +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +ad +aj +aj +aj +aj +aj +aj +aj +aj +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ab +ab +ab +ab +aj +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +VJ +qT +GD +YY +Xq +ax +aB +Xd +Ql +hA +Ql +aU +bb +Zk +Ne +to +by +bL +cc +ci +CW +ap +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +aj +aj +aj +aj +aj +ab +ab +ab +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +VJ +Dd +sF +KE +at +ay +aq +aE +JZ +uL +JZ +IF +xC +cy +bn +Oh +rS +qT +BC +bh +Gm +VJ +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ai +ad +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ix +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +VJ +VJ +aq +aq +aq +aq +tZ +qA +JZ +JZ +JZ +JZ +JZ +Vv +bl +aq +bA +VJ +Hs +Hs +Hs +VJ +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ad +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +Hs +au +au +au +HK +tZ +LQ +JZ +aM +wg +JZ +bk +Vv +jf +aq +bz +VJ +ce +cz +Hs +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +jq +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +VJ +lO +HA +av +sR +YJ +aF +eY +aV +aS +aW +be +Vv +bm +aq +bB +bM +cA +sM +qJ +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +aj +aj +ai +ab +ab +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +VJ +tT +WJ +qw +aA +aq +ap +gx +aq +qT +qT +qT +Vv +qT +aq +qT +VJ +cg +sM +qJ +dT +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +VK +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +ai +ai +am +ai +ab +ai +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +Hs +oA +Ts +JQ +oR +aq +VO +gD +aq +Tk +ND +zt +Ia +zt +rr +JP +VJ +cB +cC +VJ +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +dT +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +aj +ab +ab +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +ai +ai +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +Hs +VJ +VJ +Hs +VJ +VJ +xx +DX +aq +uf +VN +aq +Hi +aq +De +Fp +VJ +VJ +VJ +VJ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +ab +ai +aj +aj +aj +aj +aj +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ai +aj +aj +ai +aj +aj +aj +aj +aj +an +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +Hs +tC +JZ +Hs +VJ +VJ +VJ +qJ +VJ +VJ +Hs +Hs +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +XT +xb +xb +xb +xb +xb +xb +xb +vW +HM +aj +aj +aj +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ai +ai +ai +ab +ab +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +Hs +ap +gF +Hs +aT +aX +aX +aX +aD +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ri +LM +sx +pB +HX +HX +HX +HX +pB +Fl +OS +HM +aj +aj +aj +aj +aj +aj +aj +aj +ai +ab +aj +aj +aj +aj +aj +aj +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +ab +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +ai +ab +ai +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aD +aD +ro +aD +aD +aD +aD +aD +aD +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +fo +GO +fd +bF +bF +bF +bF +bF +bF +kQ +ch +Hf +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ja +ab +ab +ab +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ad +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aD +aD +aD +aD +aD +aD +aD +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +fo +Qd +bF +bF +bF +bF +bF +bF +bF +Eg +XL +Hf +aj +ab +ad +ai +zJ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ad +ab +ab +ab +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +ai +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aD +aD +aD +aD +aD +aD +aD +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +aj +aj +aj +FO +fo +tE +bF +bF +bF +bF +bF +bF +bF +Eg +XL +Hf +aj +ai +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +ai +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aD +aD +aD +aD +aD +aD +aD +aj +aj +aj +aj +aj +aj +aj +AE +aj +aj +aj +aj +aj +ab +fo +Sa +bF +bF +bF +bF +bF +bF +bF +Eg +ch +vh +aj +aj +ab +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +aj +aj +aj +ab +ab +ab +aj +aj +ab +aj +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +ai +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aT +aT +aT +an +aD +aj +aj +aj +aj +aj +aj +aj +aj +aj +AE +AE +aj +aj +ab +uN +Ur +fA +bF +bF +AN +bF +bF +bF +kQ +ch +Hf +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +aj +aj +aj +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ai +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +an +an +ab +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aD +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +AE +AE +aj +aj +nN +ch +na +RO +Rf +uG +Rf +tK +Gc +WF +xT +Cx +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +aj +aj +aj +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ai +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +Xu +aj +aj +aj +aj +aj +ab +AE +ab +aj +fo +ch +gW +zC +KL +CN +lx +bE +NU +Uq +dV +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ai +aj +aj +ai +ai +ai +aj +aj +aj +aj +aj +aj +aj +ab +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +XT +Bt +vW +uQ +uQ +LM +ch +xS +PH +eV +Up +eV +Le +xS +cP +Mi +Mi +AE +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jq +ab +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ai +ai +am +am +am +ai +aj +aj +aj +aj +aj +aj +aj +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +aj +aj +aj +aj +aj +aj +aj +aj +AE +aj +jt +du +Zg +YO +eb +eb +FJ +du +bg +bg +fz +bg +bg +Tn +Tn +Tn +Tn +bw +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iu +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +ai +aj +aj +aj +aj +aj +aj +aj +aj +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +AE +aj +ab +AE +aj +aj +ab +jt +du +xM +sp +dS +Nh +eu +ep +EO +Ch +vz +ZM +vb +Tn +IZ +dJ +Xs +PB +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ai +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +ab +ab +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +aj +aj +aj +aj +aj +AE +AE +AE +AE +AE +AE +ob +du +SW +Jo +hz +nS +fk +vZ +eR +dR +ga +ga +gi +Tn +BD +Fx +Bm +PB +AE +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +ab +aj +aj +aj +aj +AE +AE +AE +AE +AE +AE +gS +JC +du +bv +eQ +cS +sw +Kb +eT +WO +Ko +bC +ga +gl +Tn +Fe +PQ +zu +bt +AE +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +an +an +ab +aj +aj +ab +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +an +aj +aj +aj +aj +aj +ab +cO +cO +cO +cO +cO +xv +AX +du +du +du +du +du +du +du +gw +fC +oG +gf +gm +Pu +IK +xL +TM +PB +AE +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ja +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +ai +ab +aj +aj +aj +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +an +an +an +an +ab +aj +aj +aj +aj +aj +AE +AE +cO +yo +fB +fw +cO +XI +bo +bI +DK +Fv +mp +Kx +ev +fh +gw +fD +Ej +gg +gn +Tn +NI +iA +cm +PB +aj +aj +Dy +aj +aj +aj +aj +aj +AE +aj +aj +aj +aj +aj +aj +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ai +ab +ab +ab +ai +am +ai +aj +aj +ai +ai +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +AE +cO +cQ +wG +gh +cO +cP +JC +bI +bu +do +fN +DN +ey +bx +rV +fy +nw +Zf +zN +Tn +Tn +Tn +Tn +bt +TF +aj +aj +ab +ab +aj +dT +aj +AE +ab +aj +aj +aj +aj +aj +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +ai +ai +ai +am +am +am +ai +ai +am +am +ai +ai +aj +aj +aj +aj +aj +aj +ai +ai +aj +aj +aj +aj +aj +aj +aj +aj +ab +ai +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +AE +AE +cO +cO +wI +cO +cO +cP +hU +bI +Uh +CG +dG +HW +cp +fe +gw +zR +eZ +ga +cx +bg +kE +vh +Wi +aj +aj +aj +AE +AE +aj +AE +aj +aj +aj +aj +ab +aj +aj +aj +aj +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +ai +ai +ai +ai +ai +ai +am +am +ai +ai +aj +aj +aj +aj +ad +ab +ai +ai +ai +aj +aj +aj +aj +aj +aj +aj +ai +ai +ai +ai +ai +ai +ai +ai +aj +aj +aj +aj +ai +ai +ai +ai +ai +ai +ai +ab +ab +ai +ai +ai +ai +aj +aj +aj +aj +ai +ai +aj +aj +aj +aj +aj +aj +aj +ai +ai +ai +aj +aj +AE +aj +ab +AE +AE +Bp +dr +fX +gA +gA +gA +bP +fF +dD +dm +gv +ez +fU +gw +es +eZ +ga +dF +bg +cR +JD +aj +ab +dT +AE +AE +AE +ab +AE +AE +Mg +aj +AE +aj +aj +aj +aj +aj +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +ai +ai +ai +am +ai +ai +ai +am +ai +ai +ai +ai +ai +ai +ai +am +am +am +am +am +am +am +ai +ai +ab +ab +ai +am +am +am +am +am +am +am +ai +ai +am +am +am +am +ai +ab +ab +ab +ai +am +ai +ai +ai +ai +ai +ai +ai +ai +BB +yj +xG +xG +xG +KU +KU +KU +AE +JC +ec +gq +AE +AE +qi +bI +EG +dq +dI +bI +BT +fU +eg +ea +eZ +ie +aI +bg +cl +cI +ab +AE +AE +AE +AE +eN +et +et +eN +eN +et +et +dT +aj +ab +aj +aj +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +ai +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +ai +ai +am +am +am +am +am +am +am +am +ai +ai +yj +xG +xG +xG +KU +xG +KU +KU +AE +JC +AE +AE +AE +aj +Sx +bN +bN +bN +bN +bN +dx +fU +gw +sD +ek +gw +gw +gw +eM +eM +ft +ft +cP +cP +cP +eN +dB +ZP +CD +Rj +PO +et +ab +aj +aj +aj +aj +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +yj +xG +yj +KU +xG +KU +KU +KU +AE +oS +AE +aj +aj +ab +bN +HU +Ys +bG +tI +bN +ge +bI +gw +Ta +pQ +gw +sL +dU +KD +ZK +cr +KB +dO +dO +dO +dL +fI +di +aY +dN +yr +eN +AE +aj +ab +aj +aj +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +yj +xG +xG +yj +KU +KU +KU +bQ +NM +rO +aj +aj +Bl +bN +bN +HJ +xo +dy +YC +bN +VQ +el +ig +fg +QR +gp +cr +ed +gt +fL +uh +ft +cP +cP +cP +eN +dd +dC +yp +cX +rm +eN +AE +ab +aj +aj +aj +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +xG +xG +xG +xG +xG +xG +ZQ +yj +aj +Nk +aj +aj +ab +te +cU +Mt +fc +QF +eo +cF +CF +ga +xF +fZ +fH +gw +fb +cM +CL +yR +eL +eM +ft +ft +eM +et +dk +eq +ew +eX +JK +et +AE +ab +aj +ab +aj +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +jx +ad +ad +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +BB +xG +xG +xG +xG +xG +xG +xG +aj +Nk +aj +aj +aj +te +eW +xo +Vu +rz +WM +cF +yq +Az +gd +gd +gd +gd +gd +FD +ft +cV +eM +KD +bH +Yf +ft +et +Iv +fP +en +az +Oq +et +AE +AE +ab +aj +aj +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ai +ai +ai +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +BB +xG +xG +yj +xG +xG +xG +xG +aj +Nk +ab +aj +aj +te +cE +xo +WX +dy +Be +bN +kf +FL +dg +fE +jK +XW +gd +uq +xl +UT +Mr +qm +rJ +fY +eM +et +et +et +eN +eN +et +et +AE +AE +aj +aj +aj +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ad +ai +ai +ai +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +Kd +yj +xG +xG +yj +ZQ +xG +xG +aj +ZF +ab +aj +aj +bN +HO +ij +gH +eA +BV +bR +lo +fm +dg +eU +bT +fO +zs +pa +gd +iP +oU +dn +cM +FI +eM +JX +ft +AE +AE +AE +AE +AE +ab +aj +AE +aj +ab +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ad +ai +ai +ai +ai +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +Kd +xG +xG +KU +KU +gL +xG +aj +Nk +aj +zJ +aj +te +fJ +xo +bV +xo +Xo +bN +gJ +fm +dg +em +Nj +eD +Gh +iQ +xl +El +io +as +oP +er +OM +gQ +ft +AE +AE +AE +AE +dT +ab +aj +aj +aj +aj +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ad +ad +ad +jq +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +xG +xG +vU +xG +xG +aj +PS +aj +aj +ab +bJ +QE +cN +Qz +xo +LA +bN +As +bS +gd +Jl +Nj +oF +eK +SO +gd +zy +NR +io +ft +cV +eM +ff +ft +AE +AE +ab +ab +aj +aj +ab +aj +aj +aj +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +aj +ab +aj +aj +ab +ab +aj +ab +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +xG +xG +xG +xG +xG +eh +Rs +kd +aj +aj +te +bq +xo +ee +xX +FH +bN +Oc +eP +gd +db +Nj +cY +cT +dt +gd +Vn +pd +io +XM +er +eM +nX +WI +AE +ab +aj +ab +aj +aj +aj +aj +aj +aj +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +BB +xG +xG +xG +xG +xG +eJ +eJ +Xy +eJ +bp +cw +bN +cF +cF +VD +bN +bN +bN +eH +fa +gd +dg +xz +Uv +mU +gd +gd +KY +io +io +Kq +iT +eM +kz +aj +dT +ab +aj +aj +aj +aj +aj +aj +aj +aj +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +BB +xG +xG +xG +xG +xG +bp +dH +HT +bf +dA +eJ +cJ +dl +vA +Mh +dv +dK +ei +eE +bs +fj +TN +Ya +Ve +vq +dP +Cn +um +bi +st +Vm +er +cj +Hf +dT +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +xG +xG +xG +yj +bp +qs +jP +cs +jP +eG +dz +dj +fv +fp +Ww +fx +hy +eF +dh +VR +dj +sT +Xl +ef +gK +ct +Wa +ue +oc +Yc +jJ +cj +Hf +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +yj +yj +xG +EP +eJ +bY +cK +nv +bU +dX +cL +fK +dp +MX +Dq +Dq +Dq +Co +cH +cH +fr +Co +Co +vg +Dq +Dq +BH +Dq +eM +eM +cj +cj +Hf +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +aj +ab +ab +aj +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +yj +xG +xG +KU +bp +bD +hx +Al +jP +eG +aN +dj +da +Cw +Dq +dM +xP +eI +br +fl +cn +Ao +Co +iq +dw +BH +Dq +RF +cP +AK +Ix +uW +Cx +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +xG +xG +xG +KU +bp +bX +hx +Mn +uR +de +de +Dz +de +Dq +BH +dW +oB +Co +hd +us +Vw +dQ +Co +Qv +Nq +eC +Ae +AB +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +xG +xG +xG +qd +eJ +eJ +fs +eJ +eJ +de +VV +eO +BE +Qq +DA +RB +Vg +Co +Lr +Ku +Ez +LK +Co +Dq +BH +Dq +AE +AE +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +jb +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +xG +xG +KU +qd +eJ +ex +bK +ck +eJ +ii +on +dc +de +de +de +de +Os +Co +wN +wN +wN +Co +Co +AE +AE +AE +co +AE +aj +aj +aj +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +aj +aj +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +yj +KU +KU +KU +eJ +eS +bW +cq +fn +UQ +xA +LO +cZ +ds +dE +cZ +yj +EU +yj +KU +KU +KU +WC +KU +KU +yj +UZ +yj +yj +xG +xG +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +BB +yj +yj +KU +KU +KU +eJ +lc +bW +dY +eJ +gI +df +kX +cD +fG +vT +cD +yj +yj +yj +yj +KU +KU +KU +yj +yj +yj +xG +xG +xG +xG +xG +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +KU +KU +KU +eJ +bp +bp +bp +eJ +de +de +de +de +Yv +Yv +de +yj +yj +yj +yj +yj +yj +xG +yj +xG +yj +xG +xG +xG +xG +xG +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +ab +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +ai +ai +am +am +am +BB +yj +yj +yj +yj +yj +KU +KU +cW +yj +yj +KU +KU +WC +KU +KU +KU +yj +yj +CC +yj +yj +yj +yj +yj +yj +xG +xG +xG +xG +xG +xG +xG +xG +xG +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iw +ad +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +ab +aj +ab +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +ai +ab +ab +ai +ai +am +BB +yj +yj +yj +yj +yj +yj +KU +KU +yj +yj +yj +KU +KU +KU +KU +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +xG +xG +yj +xG +xG +xG +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(74,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +pC +pC +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +ab +ab +ab +ai +ab +ai +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +yj +xG +xG +xG +xG +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(75,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +pC +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +ab +ab +ab +ab +ab +ab +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +xG +yj +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(76,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +ai +ab +ab +ab +ab +ab +ab +ab +BB +yj +yj +yj +yj +yj +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +xG +xG +yj +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(77,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +pC +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +ai +ab +ab +ai +ab +ab +ab +ab +BB +BB +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +BB +BB +BB +BB +BB +BB +BB +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +BB +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(78,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +EA +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +ai +ai +ab +ab +ab +ab +yj +BB +BB +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +BB +BB +xG +xG +xG +yj +yj +yj +yj +yj +yj +yj +BB +yj +BB +xG +xG +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(79,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +kw +kw +kw +pC +pC +pC +EA +EA +EA +EA +EA +EA +EA +aj +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +ab +ab +ab +ab +ab +ab +yj +yj +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +xG +xG +yj +yj +yj +yj +yj +yj +yj +BB +BB +Kd +xG +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(80,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +kw +Yx +Yx +Yx +pC +pC +EA +EA +EA +EA +EA +EA +EA +aj +aj +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +ai +ai +ab +ab +ab +ab +yj +yj +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +xG +xG +xG +xG +xG +xG +xG +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +BB +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(81,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +kw +Yx +Yx +Yx +kw +pC +EA +EA +EA +EA +EA +EA +EA +aj +aj +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +ai +ab +ab +ab +ab +ab +yj +yj +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +xG +xG +xG +xG +xG +xG +xG +xG +xG +xG +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(82,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +Yx +Yx +Yx +kw +pC +EA +EA +EA +EA +EA +EA +EA +aj +aj +ab +ab +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +ai +ai +ai +ab +ab +yj +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +xG +xG +xG +xG +xG +yj +BB +BB +yj +yj +BB +Kd +Kd +Kd +BB +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(83,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +kw +kw +Nn +pC +EA +EA +EA +EA +EA +EA +EA +ab +aj +ab +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +ab +yj +yj +yj +yj +yj +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +BB +BB +yj +xG +xG +xG +xG +yj +yj +yj +BB +yj +yj +yj +BB +Kd +Kd +Kd +BB +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(84,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +pC +ab +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +ai +ab +yj +yj +yj +yj +yj +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +BB +xG +xG +xG +yj +BB +BB +BB +BB +yj +yj +yj +BB +Kd +Kd +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(85,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +pC +ab +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +ai +ab +ab +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +BB +xG +xG +yj +BB +Kd +Kd +BB +ZJ +yj +yj +yj +BB +Kd +Kd +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(86,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +pC +ab +aj +ab +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +ai +ab +ab +yj +yj +yj +yj +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +BB +xG +BB +BB +Kd +Kd +Kd +BB +FX +yj +yj +yj +BB +Kd +Kd +Kd +BB +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(87,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +Nn +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +pC +pC +ab +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +ai +ab +yj +yj +yj +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +yj +yj +yj +BB +Kd +BB +BB +BB +Kd +Kd +Kd +Kd +Kd +BB +yj +yj +DZ +Kd +Kd +Kd +Kd +BB +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(88,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +xW +pC +pC +pC +pC +pC +pC +pC +EA +pC +EA +pC +pC +ab +aj +ab +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +ai +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +BB +Kd +BB +BB +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +BB +Kd +Kd +Kd +Kd +BB +yj +xG +ab +aj +aj +aj +aj +aj +aj +aj +aj +"} +(89,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +pC +ab +aj +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(90,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +pC +ab +ab +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +ai +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(91,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +pC +ab +ab +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(92,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +LE +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +ab +ab +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(93,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +ab +ab +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(94,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +kw +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +ab +ab +ab +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(95,1,1) = {" +kM +kM +kM +yv +Kr +Av +kM +kM +kM +kM +kM +kw +Nn +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +EA +ab +ab +ab +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +ab +aj +aj +ab +aj +aj +aj +aj +aj +"} +(96,1,1) = {" +kM +kM +Bx +sf +QU +mY +kM +kM +kM +kM +kM +kw +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +ab +ab +ab +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +BB +aj +ab +aj +aj +aj +aj +aj +aj +aj +"} +(97,1,1) = {" +kM +kM +tp +ng +nf +gC +mq +Bx +kM +kM +kM +LE +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +aj +ab +ab +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +yj +yj +BB +BB +yj +yj +yj +yj +yj +BB +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(98,1,1) = {" +kM +kM +Ux +nc +yv +Kz +nc +mW +kM +kM +kM +pC +pC +pC +pC +Yx +Yx +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +yj +yj +BB +yj +yj +yj +yj +yj +yj +BB +BB +yj +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +ab +aj +aj +aj +aj +aj +aj +aj +aj +"} +(99,1,1) = {" +kM +kM +AA +mq +ng +nc +ZB +gC +tp +kM +kM +pC +pC +pC +pC +Yx +Yx +kw +pC +pC +pC +pC +EA +EA +EA +aj +aj +aj +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +yj +yj +BB +yj +yj +yj +yj +yj +yj +BB +Kd +BB +BB +BB +BB +yj +yj +BB +BB +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +BB +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(100,1,1) = {" +kM +kM +hq +gC +mW +gC +nc +QU +Sd +kM +kM +pC +pC +pC +kw +Yx +Yx +kw +pC +pC +pC +EA +EA +EA +EA +aj +aj +aj +ab +ab +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ai +yj +yj +yj +yj +yj +yj +BB +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +BB +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +Kd +Kd +Kd +Kd +Kd +Kd +BB +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(101,1,1) = {" +kM +kM +OK +mW +Cb +nc +mS +GT +kM +kM +kM +pC +pC +pC +pC +kw +kw +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +ab +ab +ab +aj +ab +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +Ct +Ct +Ct +VX +VX +VX +VX +VX +VX +VX +VX +VX +VX +VX +Ct +Ct +Ct +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +BB +BB +yj +BB +Kd +Kd +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +BB +BB +Kd +Kd +BB +Kd +Kd +Kd +BB +yj +BB +BB +Kd +Kd +Kd +Kd +BB +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(102,1,1) = {" +kM +kM +Sd +mq +GT +Vy +nf +Sd +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +Ct +Ct +VX +VX +VX +xG +VX +VX +xG +xG +xG +VX +VX +xG +VX +VX +VX +Ct +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +Kd +BB +yj +yj +yj +yj +BB +Kd +BB +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +yj +BB +BB +yj +BB +Kd +BB +yj +yj +yj +BB +yj +BB +BB +BB +BB +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(103,1,1) = {" +kM +kM +kM +nc +mY +nc +mW +kM +kM +kM +kM +kw +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +VX +xG +VX +xG +xG +xG +xG +xG +xG +xG +xG +xG +VX +xG +VX +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +BB +yj +yj +BB +yj +yj +yj +yj +BB +yj +BB +yj +BB +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(104,1,1) = {" +kM +kM +kM +Bx +kM +nf +kM +kM +kM +kM +kM +kw +kw +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +Ct +VX +VX +xG +hc +pb +VX +VX +xG +xG +xG +xG +xG +VX +VX +Mu +EB +xG +VX +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +yj +yj +BB +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +BB +BB +yj +yj +yj +yj +yj +BB +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +BB +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(105,1,1) = {" +kM +kM +kM +kM +kM +nc +kM +kM +kM +kM +kM +kM +kw +kw +xW +xW +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +xG +UF +xG +Af +xG +yj +XU +yj +yj +yj +Sf +yj +xG +UK +xG +QB +xG +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +Kd +BB +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +BB +Kd +BB +BB +BB +yj +yj +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +BB +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(106,1,1) = {" +kM +kM +kM +Bx +ng +gC +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +Ct +VX +xG +EB +xG +UF +jC +yj +yj +km +yj +yj +yj +DS +yj +yj +KX +QB +xG +hc +xG +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +BB +yj +yj +yj +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +BB +yj +yj +BB +Kd +Kd +Kd +Kd +BB +yj +yj +yj +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(107,1,1) = {" +kM +kM +kM +mW +nc +mW +iD +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +ab +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +VX +me +oe +fq +rL +yj +yj +KX +yj +yj +yj +jC +yj +yj +Kw +ST +oe +VL +VX +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +Kd +BB +yj +BB +zV +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +BB +Kd +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(108,1,1) = {" +kM +kM +hh +mq +uO +nc +Rm +hq +kM +kM +kM +kM +kM +kM +kM +kM +kw +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +xG +xG +VX +xG +yj +yj +rL +yj +yj +yj +yj +yj +yj +yj +Kw +yj +yj +xG +VX +xG +xG +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +ab +aj +aj +aj +aj +aj +aj +aj +"} +(109,1,1) = {" +kM +kM +RG +QH +ng +gC +QU +XD +kM +kM +kM +kM +kM +kM +kM +kM +Nn +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yL +xG +VX +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +VX +xG +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(110,1,1) = {" +kM +kM +iD +mW +nc +mY +gC +Bx +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yL +yj +yj +Sf +zc +KX +yj +yj +fM +yj +yj +yj +qr +yj +yj +jC +zc +oX +yj +yj +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +ab +aj +aj +aj +aj +aj +aj +"} +(111,1,1) = {" +kM +kM +kM +gC +rQ +nf +kM +kM +kM +Bx +Yn +AA +kM +kM +kM +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +yj +yj +yj +yj +yj +fq +DS +yj +km +yj +yj +yj +yj +yj +yj +yj +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(112,1,1) = {" +kM +kM +kM +Bx +kM +nc +kM +kM +kM +mW +mq +aL +nf +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +yj +yj +yj +DU +zc +zc +zc +zc +zc +zc +zc +Fa +yj +yj +yj +yj +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(113,1,1) = {" +kM +kM +kM +kM +kM +mW +kM +kM +hq +gC +nc +QU +ng +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +zc +zc +iU +IG +IG +IG +yj +yj +yj +yj +yj +IG +IG +IG +iU +zc +zc +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(114,1,1) = {" +kM +kM +kM +kM +kM +mq +kM +kM +CV +hO +mW +Xt +nc +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +UG +IG +yj +yj +yj +yj +yj +zc +KX +yj +KX +yj +jC +zc +yj +yj +yj +yj +yj +IG +QP +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(115,1,1) = {" +kM +kM +kM +kM +kM +nf +kM +kM +kM +QU +nc +ng +IP +kM +kM +pC +pC +kw +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +Sf +yj +ST +yj +yj +DS +yj +km +ST +DS +yj +km +yj +yj +fq +yj +Sf +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(116,1,1) = {" +kM +kM +kM +kM +nc +gC +nf +Bx +kM +mS +Ec +hq +hR +kM +kM +pC +kw +Yx +Yx +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +jC +yj +yj +yj +rA +zc +oT +yj +km +fq +DS +yj +Tw +zc +Pk +yj +yj +yj +KX +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +am +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(117,1,1) = {" +kM +kM +kM +Oa +mW +ng +nc +gC +kM +mq +gC +Bx +kM +kM +kM +kw +kw +Yx +Yx +kw +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +fq +yj +yj +yj +yj +yj +km +ST +DS +yj +yj +yj +yj +yj +ST +yj +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +am +am +am +am +am +ak +ak +ak +ak +ak +am +am +am +am +am +Kd +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(118,1,1) = {" +kM +kM +kM +iD +QU +nc +gC +mq +mW +nc +ng +kM +kM +kM +MK +ky +kw +Yx +Yx +kw +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +ST +zc +yj +km +yj +jr +km +ST +yj +km +fq +DS +yj +fq +DS +jr +yj +DS +yj +zc +fq +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +am +am +am +am +am +am +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +am +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(119,1,1) = {" +kM +kM +Bx +AF +OB +mY +mS +DB +kM +kM +kM +kM +kM +kM +pC +pC +kw +Yx +Yx +UO +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +ab +ab +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +IG +KX +rA +yj +yj +DS +yj +yj +ST +yj +yj +km +yj +yj +Pk +jC +IG +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +am +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +ab +aj +aj +aj +aj +aj +aj +aj +aj +"} +(120,1,1) = {" +kM +kM +kM +AA +mq +ng +XP +AF +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +QJ +aj +aj +aj +aj +aj +aj +mD +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +XY +yj +IG +zc +KX +yj +fq +yj +ST +yj +jC +zc +IG +yj +OH +yj +yj +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +ab +aj +aj +aj +aj +aj +aj +"} +(121,1,1) = {" +kM +kM +kM +kM +wn +nc +nf +Bx +kM +kM +kM +ae +jg +gB +gB +td +pC +pC +pC +pC +EA +EA +mu +EA +EA +aj +ab +mA +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +VX +yj +yj +IG +yj +yj +yj +km +yj +zO +yj +jr +yj +Dh +yj +DS +yj +yj +yj +IG +yj +yj +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(122,1,1) = {" +kM +kM +kM +kM +kM +mW +kM +kM +kM +kM +kM +iC +gr +gs +gr +gr +ns +pC +pC +pC +pC +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +jQ +ak +ak +ak +ak +al +iy +ab +ab +mK +al +ak +ak +ak +ak +ak +Ct +Ct +VX +yj +yj +yj +yj +yj +yj +DS +yj +yj +DS +yj +km +yj +yj +km +yj +yj +yj +yj +yj +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(123,1,1) = {" +kM +kM +kM +kM +kM +gC +kM +kM +kM +kM +kM +gR +ag +jF +gM +kB +jm +vR +pC +Yt +EA +EA +EA +EA +nx +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ab +ab +jx +ab +ab +mM +al +ak +ak +ak +Ct +Ct +Ct +VX +yj +ST +yj +zc +zc +yj +Pk +fq +jC +yj +yj +yj +KX +ST +qr +yj +zc +zc +yj +fq +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(124,1,1) = {" +kM +kM +kM +kM +kM +mY +kM +kM +kM +kM +kM +OZ +gG +go +kg +hs +gr +hH +iZ +iZ +EA +VS +EA +EA +EA +lw +aj +aj +ls +aj +aj +ST +jS +AJ +xD +pJ +xD +KX +yj +yQ +yj +yj +ST +yj +yj +mN +xD +Iz +KS +KS +VX +zc +zc +IG +yj +Kw +KX +jC +yj +fq +yj +jr +yj +ST +yj +KX +jC +rL +yj +IG +zc +zc +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +Kd +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(125,1,1) = {" +kM +kM +kM +mS +mV +mq +mV +nc +kM +kM +kM +OZ +gr +jH +gO +kD +ag +le +OZ +OZ +Aq +EA +EA +EA +EA +aj +aj +aj +aj +aj +lI +wZ +wZ +jS +yj +yj +fq +yj +ST +yj +KX +yj +yQ +yj +yj +yj +mO +yj +jC +Sf +Li +Li +Li +yj +yj +yj +yj +yj +yj +Id +DU +zc +Fa +DC +yj +yj +yj +yj +yj +yj +yj +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(126,1,1) = {" +kM +kM +kM +gj +gC +mr +nb +ne +kM +kM +kM +OZ +jk +gr +gr +gr +gr +gs +OZ +XO +XO +lz +XO +lF +XO +lP +lS +lp +lZ +lS +lS +lp +wZ +qr +yj +yj +yj +yj +yQ +yj +yj +yj +yj +yj +jS +yj +yj +yj +yj +Sf +Li +Li +Li +KX +Id +DU +DC +jC +yj +DU +oT +yj +Tw +Fa +yj +KX +FK +Fa +DC +jC +yj +ST +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +BB +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(127,1,1) = {" +mQ +mQ +fW +mQ +mW +hg +ac +nf +ac +ac +ac +af +lg +fT +kj +fT +fT +lg +Yi +DD +bd +DD +lD +lG +bd +lQ +lu +lW +ma +lq +mk +mn +oX +mF +yj +mG +yj +fq +yj +ST +yj +yj +yQ +yj +yj +KX +jR +jC +yj +Sf +Li +Li +Li +yj +DU +oX +oT +yj +jr +km +yj +Mf +yj +DS +jr +yj +Tw +oX +Fa +yj +yj +Sf +VX +Ct +Ct +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +am +Kd +Kd +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(128,1,1) = {" +kM +kM +kM +gk +mX +mZ +nc +ng +kM +kM +kM +OZ +jl +gr +ah +gG +gs +gy +OZ +lr +Hl +Hl +lE +Hl +lE +lR +lv +lv +mb +lR +ml +lR +wZ +DS +yj +yj +ST +jR +yj +yj +yj +mL +xD +gZ +yj +yj +jC +yj +yj +Sf +Li +Li +Li +fq +fM +oT +qr +ST +yj +Tw +Fa +yj +DU +oT +yj +fq +Pk +Tw +qr +ST +yj +jC +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +ab +ab +aj +aj +aj +aj +aj +aj +aj +"} +(129,1,1) = {" +kM +kM +kM +mS +mY +ms +hJ +id +kM +kM +kM +OZ +jm +jL +gM +kH +gr +hH +OZ +OZ +Iw +EA +EA +EA +nx +aj +aj +aj +aj +lw +aj +wZ +wZ +KX +yj +yj +yj +jC +yj +mI +yj +yj +xD +xD +yj +yj +yj +yj +jC +Sf +Li +Li +Li +yj +yj +yj +yj +yj +yj +fM +Tw +IG +oT +qr +yj +yj +yj +yj +yj +yj +yj +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(130,1,1) = {" +kM +kM +kM +kM +kM +nf +kM +kM +kM +kM +kM +OZ +gr +go +kl +hs +gG +lj +iZ +iZ +EA +EA +mv +my +Iw +aj +aj +aj +lI +aj +aj +yQ +KX +jS +ST +jS +yj +yj +yj +yj +yj +yj +jR +pJ +jS +yQ +yj +yj +KS +KS +VX +IG +IG +zc +yj +Ak +fq +ST +yj +KX +yj +jr +yj +jC +yj +fq +ST +uk +yj +zc +IG +IG +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Kd +Kd +Kd +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(131,1,1) = {" +kM +kM +kM +kM +kM +mY +kM +kM +kM +kM +kM +gR +ah +jN +gO +kJ +gr +Dk +pC +pC +EA +EA +EA +pC +CM +aj +jx +ab +ly +aj +aj +ab +ab +ak +al +ja +ab +mH +ab +ab +mJ +al +ak +ak +al +ab +ab +mP +Ct +Ct +VX +yj +jC +yj +IG +IG +yj +Id +KX +ST +yj +yj +yj +fq +jC +DC +yj +IG +IG +yj +KX +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(132,1,1) = {" +kM +kM +kM +kM +kM +mS +kM +kM +kM +kM +kM +gR +gr +gr +gr +jm +Yi +pC +pC +pC +EA +EA +EA +EA +EA +aj +ab +mB +aj +aj +aj +ab +ja +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +Ct +Ct +Ct +VX +yj +yj +yj +yj +yj +yj +DS +yj +yj +DS +yj +km +yj +yj +km +yj +yj +yj +yj +yj +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(133,1,1) = {" +kM +kM +kM +Bx +QU +ng +mq +Bx +kM +kM +kM +ae +gr +jm +ko +WL +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +iy +aj +aj +aj +kN +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +VX +yj +yj +zc +yj +yj +yj +km +yj +XY +yj +jr +yj +OH +yj +DS +yj +yj +yj +zc +yj +yj +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +aj +aj +aj +aj +ab +aj +aj +aj +aj +"} +(134,1,1) = {" +kM +kM +kM +uv +nf +mq +yG +iD +kM +kM +kM +kM +kM +kM +UO +pC +pC +pC +pC +pC +QJ +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +zO +yj +zc +IG +fq +yj +KX +yj +jC +yj +ST +IG +zc +yj +Dh +yj +yj +yj +VX +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Kd +Kd +Kd +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +ab +aj +aj +aj +aj +aj +aj +aj +aj +"} +(135,1,1) = {" +kM +kM +kM +PN +Zy +ng +mq +DB +kM +kM +kM +kM +kM +kM +pC +pC +pC +Qb +mt +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +zc +fq +ye +yj +yj +DS +yj +yj +jC +yj +yj +km +yj +yj +FK +ST +zc +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Kd +Kd +BB +yj +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(136,1,1) = {" +kM +kM +kM +Bx +mq +wn +ng +Bx +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +UO +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +mC +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +jC +IG +yj +km +yj +jr +km +jC +yj +km +fq +DS +yj +KX +DS +jr +yj +DS +yj +IG +KX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Kd +Kd +BB +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(137,1,1) = {" +kM +kM +kM +kM +mY +nf +mq +kM +kM +kM +kM +iK +pC +CM +UO +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +KX +yj +yj +yj +yj +yj +km +ST +DS +yj +yj +yj +yj +yj +jC +yj +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Kd +Kd +Kd +BB +BB +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(138,1,1) = {" +kM +kM +kM +ng +QU +Bu +QU +ZC +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +ST +yj +yj +yj +DC +IG +Fa +yj +km +fq +DS +yj +DU +IG +FK +yj +yj +yj +fq +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +Kd +Kd +Kd +Kd +BB +yj +BB +yj +yj +yj +yj +yj +yj +yj +yj +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(139,1,1) = {" +kM +kM +uv +mS +IH +mZ +mZ +nf +tN +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +Fa +yj +Sf +yj +jC +yj +yj +DS +yj +km +ST +DS +yj +km +yj +yj +KX +yj +Sf +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +pJ +Kd +Kd +Kd +BB +yj +BB +yj +BB +yj +yj +yj +yj +yj +BB +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(140,1,1) = {" +kM +Bx +iD +QU +mZ +JI +mZ +QU +PN +Bx +kM +kw +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +nx +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +zh +zc +yj +yj +yj +yj +yj +IG +fq +yj +fq +yj +ST +IG +yj +yj +yj +yj +yj +zc +MQ +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +pJ +Kd +Kd +Kd +Kd +BB +BB +yj +BB +BB +yj +yj +yj +yj +BB +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(141,1,1) = {" +kM +kM +AA +mq +yW +mZ +IH +mY +AA +kM +kM +kM +kw +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +LE +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +IG +IG +Dc +zc +zc +zc +yj +yj +yj +yj +yj +zc +zc +zc +Dc +IG +IG +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +pJ +pJ +pJ +Kd +Kd +Kd +Kd +BB +Kd +BB +yj +BB +yj +yj +yj +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(142,1,1) = {" +kM +kM +kM +ng +QU +nf +QU +mS +kM +kM +kM +kM +kw +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +yj +yj +yj +Tw +IG +IG +IG +IG +IG +IG +IG +oT +yj +yj +yj +yj +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +pJ +pJ +pJ +pJ +Kd +Kd +Kd +Kd +Kd +Kd +BB +Kd +BB +BB +yj +yj +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(143,1,1) = {" +kM +kM +kM +kM +kG +mY +vS +kM +kM +kM +kM +kM +kw +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +yj +yj +yj +yj +yj +yj +yj +yj +yj +DS +yj +km +yj +yj +yj +yj +yj +yj +yj +yj +yj +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +Kd +Kd +Kd +Kd +Kd +Kd +Kd +BB +BB +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(144,1,1) = {" +kM +kM +kM +kM +JY +vc +Zo +kM +kM +kM +kM +kw +UO +pC +pC +pC +pC +pC +pC +pC +EA +EA +mw +pC +nx +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +yj +yj +XU +IG +fq +yj +yj +Id +yj +yj +yj +DC +yj +yj +ST +IG +vj +yj +yj +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +Kd +Kd +Kd +Kd +Kd +Kd +Kd +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(145,1,1) = {" +kM +kM +kM +kM +yS +tV +Jv +kM +kM +kM +kM +LE +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +GS +pC +pC +mx +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +xG +VX +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +yj +VX +xG +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +pJ +Kd +Kd +Kd +xG +xG +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(146,1,1) = {" +kM +kM +kM +kM +jU +Jq +Kh +yS +LT +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +pC +pC +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +xG +xG +VX +xG +yj +yj +uk +yj +yj +yj +yj +yj +yj +yj +rL +yj +yj +xG +VX +xG +xG +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(147,1,1) = {" +kM +kM +kM +kM +jU +RK +QI +mf +yD +kM +kM +kw +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +pC +pC +aj +aj +aj +aj +aj +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +VX +Ik +Ge +KX +uk +yj +yj +fq +yj +yj +yj +ST +yj +yj +rL +jC +Ge +Sg +VX +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(148,1,1) = {" +kM +kM +kM +kM +yS +sN +SH +xp +yD +kM +kM +kw +kw +Qb +kw +pC +pC +ll +pC +pC +EA +EA +EA +pC +pC +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +Ct +VX +xG +EB +xG +ow +ST +yj +yj +km +yj +yj +yj +DS +yj +yj +fq +UF +xG +Ma +xG +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(149,1,1) = {" +kM +kM +kM +kM +fV +fV +Uf +Ut +yD +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +pC +EA +EA +EA +pC +EA +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +xG +ow +xG +Af +xG +yj +oX +yj +yj +yj +XU +yj +xG +UK +xG +Zn +xG +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(150,1,1) = {" +kM +kM +kM +Bx +ED +fV +jU +rY +hI +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +pC +EA +EA +EA +pC +EA +aj +aj +aj +aj +aj +ab +ab +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +Ct +VX +VX +xG +nL +SA +VX +VX +xG +xG +xG +xG +xG +VX +VX +zd +KN +xG +VX +VX +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(151,1,1) = {" +kM +kM +LH +zQ +Ml +fV +jU +MS +yS +kM +kM +Nn +pC +pC +pC +kw +kw +kw +pC +pC +pC +EA +EA +EA +EA +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +VX +VX +VX +xG +VX +xG +xG +xG +xG +xG +xG +xG +xG +xG +VX +xG +VX +VX +VX +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(152,1,1) = {" +kM +Bx +yD +Wb +jU +fV +Fs +kv +hI +kM +kM +pC +pC +pC +kw +kw +kw +pC +pC +pC +pC +pC +pC +pC +EA +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +Ct +Ct +VX +VX +VX +xG +VX +VX +xG +xG +xG +VX +VX +xG +VX +VX +VX +Ct +Ct +Ct +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(153,1,1) = {" +kM +kM +ui +HF +Jd +fV +jU +Rn +hI +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +Ct +Ct +Ct +VX +VX +VX +VX +VX +VX +VX +VX +VX +VX +VX +Ct +Ct +Ct +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(154,1,1) = {" +kM +kM +kM +Bx +ED +fV +yx +Hw +VM +kM +kM +kw +kw +Yt +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +ab +ab +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +Ct +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(155,1,1) = {" +kM +kM +kM +kM +kM +Bx +Gz +wp +uI +kM +kM +kM +kM +kw +kw +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +Ct +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(156,1,1) = {" +kM +kM +kM +kM +kM +kM +Sy +LW +ua +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(157,1,1) = {" +kM +kM +kM +Bx +kM +IS +Uc +LS +Nb +nC +kM +Bx +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(158,1,1) = {" +kM +kM +IM +mV +NL +Nb +Nb +is +Nb +Nb +Um +NL +Ng +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(159,1,1) = {" +kM +Bx +GV +jj +Nb +ID +Gt +WW +Uc +ID +Nb +Ff +MS +Bx +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(160,1,1) = {" +kM +ih +GV +vy +Nb +gX +Mz +Em +Nb +Pr +is +mT +MS +Ac +kM +kM +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(161,1,1) = {" +kM +Sm +UA +ZL +qK +SQ +vP +RK +vP +Hd +zQ +RQ +AR +Sm +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(162,1,1) = {" +kM +pg +Hu +yD +ti +Uf +gz +HI +Ei +yD +VP +jU +vm +Hy +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(163,1,1) = {" +kM +Ac +pT +Ty +HF +rW +Xi +jD +Aj +tm +HF +EH +AR +Ac +kM +kM +pC +pC +pC +pC +pC +pC +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(164,1,1) = {" +kM +Sm +HB +Bq +gz +wC +kA +hl +ka +zB +Ei +lt +Gv +Sm +kM +kM +pC +pC +pC +pC +pC +EA +EA +EA +EA +aj +ab +aj +aj +aj +aj +ab +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(165,1,1) = {" +Bx +ED +vY +RK +md +jD +Jm +lH +md +jD +Jm +XS +Jq +ED +Bx +kM +pC +pC +pC +pC +pC +EA +EA +EA +EA +ab +ab +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(166,1,1) = {" +kM +Ac +GV +Bq +Rz +AP +tx +HI +pI +Zb +xc +lt +MS +ih +kM +kM +Yt +kw +kw +pC +pC +EA +EA +EA +EA +ab +ab +ab +aj +ab +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(167,1,1) = {" +kM +Sm +HB +KG +sN +wS +Yd +jD +Wf +oM +sN +MW +Gv +Sm +kM +kM +Yx +Yx +Yx +Yx +pC +EA +EA +EA +pC +ab +ab +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +ab +aj +ab +aj +aj +aj +aj +aj +aj +"} +(168,1,1) = {" +kM +pg +Ax +QQ +Vc +Fs +Rz +hl +xc +yD +Td +Uf +lf +pg +kM +kM +Yx +Yx +Yx +Yx +pC +EA +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +fQ +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(169,1,1) = {" +kM +Ac +yX +jW +va +Pg +hb +RK +hb +If +va +ej +MS +Ac +kM +kM +Yx +Yx +Yx +Yx +pC +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +fQ +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +"} +(170,1,1) = {" +kM +Wt +LJ +HG +Sk +qR +Zj +MP +RU +Sk +Zj +RU +MS +Sm +kM +kM +Yx +Yx +Yx +Yx +kw +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(171,1,1) = {" +kM +Bx +Vq +ms +hJ +hJ +tQ +GG +lU +hJ +hJ +zH +Tj +Bx +kM +kM +Yx +Yx +Yx +Yx +kw +kw +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +"} +(172,1,1) = {" +kM +kM +kM +kM +Bx +RJ +Yh +Zu +uC +IT +Bx +kM +kM +kM +kM +kM +Yx +Yx +Yx +Yx +kw +kw +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +aj +"} +(173,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +Bx +kM +kM +kM +kM +kM +kM +kM +Yx +Yx +Yx +Yx +Yx +kw +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(174,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +kw +Yx +Yx +Yx +Yx +kw +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(175,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +QJ +Yx +Yx +Yx +Yx +UO +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(176,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +MK +pC +Yx +Yx +Yx +Yx +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(177,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +kw +kw +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(178,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(179,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(180,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +LE +pC +kw +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +ab +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(181,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +ab +ab +ab +ab +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(182,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(183,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(184,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +pC +kw +Yx +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(185,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +kw +Yx +Yt +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(186,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +kw +Yx +kw +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(187,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +kw +Yx +kw +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(188,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +kw +Yx +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(189,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kw +LE +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +EA +EA +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(190,1,1) = {" +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +kM +LE +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +pC +EA +ab +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(191,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(192,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(193,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(194,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(195,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(196,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(197,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(198,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +iy +ab +ad +ad +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(199,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +iy +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(200,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(201,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(202,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(203,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ad +iy +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(204,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(205,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(206,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +ab +ab +ab +ab +ab +ab +ai +ai +ab +ab +ab +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(207,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ad +ai +ai +ab +ab +ab +aj +ab +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(208,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ai +ai +ad +ab +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(209,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ad +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(210,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(211,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(212,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(213,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(214,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(215,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(216,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(217,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(218,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +js +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(219,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ad +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(220,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ai +ai +ai +ai +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +"} +(221,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ai +ai +ai +ai +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +"} +(222,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ai +ai +ai +ai +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +"} +(223,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ai +ai +ai +ai +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(224,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ai +ai +ai +ai +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(225,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gP +ai +ai +ai +ai +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(226,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ai +ai +ai +ai +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +al +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(227,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ai +ai +ai +ai +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +ab +ab +ab +al +al +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(228,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +al +al +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(229,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(230,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +fQ +fQ +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(231,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +fQ +fQ +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(232,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +it +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(233,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(234,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(235,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ad +ad +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(236,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ad +ad +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(237,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +gP +js +ab +ad +ad +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(238,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(239,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +ab +ab +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(240,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +aj +ab +aj +ab +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(241,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +ab +ab +ab +ab +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(242,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(243,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(244,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(245,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(246,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(247,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(248,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(249,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ad +ad +ad +ad +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(250,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ab +ab +ad +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(251,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +al +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(252,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(253,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ad +ad +ad +js +ab +ab +ab +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(254,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +js +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} +(255,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ad +ab +ab +ab +aj +aj +aj +aj +aj +aj +aj +aj +aj +ab +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +ak +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +aj +"} diff --git a/_maps/map_files220/generic/centcomm.dmm b/_maps/map_files220/generic/centcomm.dmm new file mode 100644 index 000000000000..5cb3995ca384 --- /dev/null +++ b/_maps/map_files220/generic/centcomm.dmm @@ -0,0 +1,106554 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aad" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"aaz" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"aaA" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"aaB" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"aaU" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/redgrid, +/area/syndicate_mothership) +"abl" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke{ + desc = "Однажды незадачливый отряд внедрения синдиката вместо настоящей бомбы, украл у НТ эту стилизованную кегу с пивом. Эти ребята более не ходят по миру, но кега всё ещё украшает один из местных баров. На ней виднеется зачёркнутое слово 'Нанотрейзен' и приписанное рядом, кровью, слово 'Синдикат'"; + name = "Syndicate-brand nuclear fission explosive"; + pixel_y = 12 + }, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"abo" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_away"; + name = "Велосипед"; + opacity = 0 + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"abG" = ( +/obj/effect/turf_decal/stripes/red, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"abI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"acq" = ( +/obj/structure/platform/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/evac) +"acz" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Главный по не твоим собачьим делам!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_stormtrooper"; + max_integrity = 9999; + name = "Плуто"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"acA" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"adf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 6 + }, +/area/centcom/ss220/park) +"adB" = ( +/turf/simulated/floor/beach/away/sand, +/area/syndicate_mothership/outside) +"adG" = ( +/obj/structure/sign/nosmoking_1{ + pixel_x = 32 + }, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"adJ" = ( +/turf/space, +/area/space/centcomm) +"aek" = ( +/obj/structure/bed/mattress, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"aev" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/machinery/gameboard, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/ss220/park) +"aey" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"aff" = ( +/obj/machinery/computer/card/centcom{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"afq" = ( +/obj/structure/fence/door{ + color = "#b0b7c6"; + dir = 1; + invulnerable = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"afs" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"agt" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"agH" = ( +/obj/item/fish/shark{ + desc = "Совсем не навязчивая акула. От слова совсем."; + name = "Акула?"; + pixel_y = 4 + }, +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 6 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"ahg" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"ahi" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass/bluespace{ + pixel_x = 16; + pixel_y = 9 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"aic" = ( +/obj/machinery/door/airlock/centcom{ + name = "Блокпост"; + req_one_access = list(101) + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"aiJ" = ( +/obj/structure/closet/syndicate/nuclear, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"ajc" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/general) +"ajk" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"ajl" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/box/white, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ajH" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"ajI" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/mech_bay_recharge_port/upgraded, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"ajW" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry/end, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"akc" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/park) +"akO" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"ala" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"alg" = ( +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/item/stamp/ploho{ + pixel_y = 6 + }, +/obj/item/stamp/bigdeny, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"als" = ( +/obj/structure/table/wood, +/obj/item/storage/firstaid/tactical, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"alC" = ( +/obj/structure/table, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/general) +"alW" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/sand, +/area/syndicate_mothership/outside) +"amr" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate Strike Team" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"amP" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"amV" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Изолятор" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"amY" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_sit) +"aoq" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/book/manual/wiki/sop_general{ + pixel_x = 5 + }, +/obj/item/book/manual/wiki/security_space_law/black, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"aoD" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"aoX" = ( +/obj/structure/light_fake/small{ + light_range = 6; + light_color = "red" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"apf" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"apg" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/space/hardsuit/syndi{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"apw" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/transparent/glass/titanium/plasma, +/area/centcom/ss220/admin2) +"apF" = ( +/obj/structure/rack, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/reagent_dispensers/spacecleanertank/south, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurplefull" + }, +/area/centcom/ss220/admin3) +"apR" = ( +/turf/simulated/floor/plasteel, +/area/centcom/ss220/park) +"aqj" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/door_control/no_emag{ + pixel_y = 8; + id = "СС_COO_WINDOW"; + name = "Blast Window Open"; + layer = 3; + req_access = list(114) + }, +/obj/item/clothing/mask/holo_cigar, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 12; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 6; + pixel_x = -7; + list_reagents = list("whiskey = 50") + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"aqp" = ( +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"aqq" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"arh" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"arm" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"arH" = ( +/obj/structure/table/wood, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"arI" = ( +/turf/simulated/floor/carpet/cyan, +/area/centcom/ss220/supply) +"arP" = ( +/obj/structure/statue/cyberiad/ne, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"ase" = ( +/obj/machinery/door/airlock/centcom{ + name = "Блокпост"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ast" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"asN" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"ata" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/control) +"atc" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/item/flag/syndi{ + layer = 4.2 + }, +/obj/structure/railing{ + layer = 4.3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"atn" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"atT" = ( +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"atZ" = ( +/obj/structure/fence{ + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"auh" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"auk" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/pulse/destroyer/annihilator{ + pixel_x = -6 + }, +/obj/item/gun/energy/pulse/destroyer/annihilator{ + pixel_x = 6 + }, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"auK" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"auQ" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"ava" = ( +/obj/structure/table/glass, +/obj/structure/light_fake, +/turf/simulated/floor/wood, +/area/centcom/ss220/court) +"avl" = ( +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = -30; + pixel_x = -7; + name = "SST Outside Doors"; + id = "SST_outside"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = -30; + pixel_x = 7; + id = "SST_to_ATOM"; + name = "SST to ATOM hall"; + req_access = list(153) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"avt" = ( +/obj/structure/flora/tree/jungle/small, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"avN" = ( +/obj/machinery/bluespace_beacon/syndicate, +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + color = "red"; + icon_state = "rightsecure"; + name = "Riot Control"; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"avS" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"avX" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = -6 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 6 + }, +/obj/item/gun/energy/gun/advtaser, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"awj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"awo" = ( +/obj/machinery/conveyor/east{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"awS" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"awU" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"axn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"axu" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/general) +"axL" = ( +/obj/structure/table, +/obj/item/storage/box/chemimp{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/storage/box/trackimp, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"axX" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"aya" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/beach/away/sand, +/area/syndicate_mothership/outside) +"ayh" = ( +/obj/machinery/door/airlock/centcom{ + name = "Дроп Под"; + req_access = list(109) + }, +/obj/machinery/door/poddoor/impassable{ + name = "Дроп Под"; + layer = 3.2; + closingLayer = 3.2; + id_tag = "cc_drop_pod_2" + }, +/obj/machinery/door_control/no_emag/no_cyborg{ + id = "cc_drop_pod_2"; + name = "Дроп Под"; + req_access = list(114); + pixel_y = 24 + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"ayu" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"ayH" = ( +/obj/structure/table/reinforced, +/obj/item/coin/antagtoken/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"ayT" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"azw" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/lwap, +/obj/item/gun/energy/lwap{ + pixel_x = 2 + }, +/obj/item/gun/energy/lwap{ + pixel_x = 4 + }, +/obj/item/gun/energy/lwap{ + pixel_x = 6 + }, +/obj/item/gun/energy/lwap{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"azN" = ( +/obj/machinery/door/window/reinforced/normal{ + color = "red"; + name = "Комната заключённых"; + req_access = list(104) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"aAs" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"aAE" = ( +/obj/machinery/economy/vending/nt_food/free, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"aBb" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"aBq" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/radio/headset/centcom{ + pixel_y = 4; + pixel_x = -5 + }, +/obj/item/radio/headset/centcom{ + pixel_y = 4; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"aBK" = ( +/obj/structure/statue/delta/c, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"aBP" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"aCE" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"aCG" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"aCJ" = ( +/obj/machinery/mech_bay_recharge_port/upgraded{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"aCQ" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"aCR" = ( +/obj/machinery/cryopod/robot/offstation, +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/admin3) +"aDf" = ( +/obj/item/target, +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"aDj" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/obj/structure/sign/poster/contraband/hacking_guide{ + pixel_y = 32 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/item/autosurgeon/organ/syndicate, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"aDC" = ( +/obj/machinery/computer/syndicate_depot/teleporter, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"aDD" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"aDO" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/syndicate_mothership/elite_squad) +"aEb" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"aER" = ( +/obj/structure/reagent_dispensers/fueltank/chem/west, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"aFb" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Барная стойка" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"aFw" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"aFH" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/syndicate_mothership/infteam) +"aFK" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"aFQ" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/door_control/no_emag{ + id = "syndFB_tool"; + name = "Tool Storage"; + wires = 1; + specialfunctions = 4; + pixel_x = -32; + emagged = 1; + req_access = list(153) + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"aGs" = ( +/obj/mecha/combat/gygax/dark/loaded, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"aGA" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 4 + }, +/area/syndicate_mothership/outside) +"aGS" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"aHv" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"aIa" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"aIg" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/supply) +"aIF" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_y = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 11; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"aJf" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ashtray/bronze{ + pixel_y = 13; + pixel_x = -8 + }, +/obj/machinery/fishtank/bowl{ + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"aJg" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"aJF" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"aJO" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/machine{ + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"aJW" = ( +/obj/machinery/photocopier, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"aKx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"aKR" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"aKT" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Бар" + }, +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"aKW" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"aLl" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"aLu" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"aLx" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"aMw" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod1_transit"; + name = "pod 1 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space/centcomm) +"aMx" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/ss220/admin3) +"aMJ" = ( +/obj/structure/rack, +/obj/item/radio/headset/headset_iaa/alt, +/obj/item/radio/headset/headset_iaa/alt, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/ntrep, +/obj/item/stamp/captain, +/obj/item/stamp/ce, +/obj/item/stamp/cmo, +/obj/item/stamp/hop, +/obj/item/stamp/hos, +/obj/item/stamp/law, +/obj/item/stamp/magistrate, +/obj/item/stamp/qm, +/obj/item/stamp/rd, +/obj/item/stamp/rep, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"aNi" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"aNn" = ( +/obj/machinery/gibber, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"aNL" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/ashtray/bronze{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"aOc" = ( +/obj/structure/closet/secure_closet/mime{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"aOu" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"aPj" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"aPD" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"aPO" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"aQn" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/item/book/manual/wiki/security_space_law/black, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"aQv" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/machinery/computer/crew/advanced{ + layer = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/command) +"aQA" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/centcom/ss220/evac) +"aQG" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate Infiltrators" + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"aQR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 5 + }, +/area/centcom/ss220/evac) +"aQT" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/storage/box/handcuffs{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/clothing/suit/straight_jacket{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/clothing/ears/earmuffs, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"aQU" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"aRn" = ( +/obj/machinery/computer/supplycomp{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"aRD" = ( +/obj/structure/curtain/open/shower/security{ + color = "#222222" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"aRI" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"aRZ" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"aSs" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_transit"; + name = "supply in transit"; + width = 12 + }, +/turf/space/transit, +/area/space/centcomm) +"aSu" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"aSV" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"aSX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"aTF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"aTN" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"aUl" = ( +/obj/machinery/computer/camera_advanced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"aUI" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream, +/obj/item/food/frozen/icecream, +/obj/item/food/frozen/icecreamsandwich, +/obj/item/food/frozen/icecreamsandwich, +/obj/item/food/frozen/berryicecreamsandwich, +/obj/item/food/frozen/berryicecreamsandwich, +/obj/item/food/frozen/berryicecreamsandwich, +/obj/item/food/frozen/berryicecreamsandwich, +/obj/item/food/frozen/popsicle/frozenpineapple, +/obj/item/food/frozen/popsicle/frozenpineapple, +/obj/item/food/frozen/popsicle/frozenpineapple, +/obj/item/food/frozen/popsicle/orangecream, +/obj/item/food/frozen/popsicle/orangecream, +/obj/item/food/frozen/popsicle/orangecream, +/obj/item/food/frozen/popsicle/orangecream, +/turf/simulated/floor/plasteel/white, +/area/centcom/ss220/evac) +"aVm" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"aVM" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"aVR" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"aVS" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"aWC" = ( +/obj/structure/table/wood, +/obj/item/food/grown/geranium, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/park) +"aWI" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"aXh" = ( +/obj/structure/table/wood/poker, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/structure/curtain/open/shower/security{ + anchored = 1 + }, +/obj/item/deck/cards/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"aXt" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/general) +"aXF" = ( +/obj/structure/rack/holorack, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"aYb" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"aYi" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 8 + }, +/area/centcom/ss220/admin1) +"aYH" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flashlight/lamp/green/off{ + pixel_x = 5; + pixel_y = -9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"aYM" = ( +/obj/machinery/economy/vending/nta/yellow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"aZc" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy, +/obj/effect/turf_decal/stripes/red/box, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"aZj" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"aZm" = ( +/obj/mecha/working/ripley/mining/old, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"aZq" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/obj/item/kirbyplants{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"baa" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"bai" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/obj/item/stack/sheet/mineral/plasma/fifty, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"baD" = ( +/obj/structure/railing/cap/reversed{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 4; + color = "#FFFFFF"; + pixel_x = 8; + layer = 1 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/beach/away/water/deep, +/area/centcom/ss220/admin1) +"bbA" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/obj/effect/landmark/spawner/syndicateofficer, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"bbH" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + dir = 1; + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"bbP" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/syndicate_mothership/infteam) +"bcb" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bcg" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"bcl" = ( +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"bcm" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"bcu" = ( +/obj/effect/turf_decal/delivery/blue, +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "ert_shuttle_door"; + name = "Шаттл ОБР" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"bcD" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/machinery/button/windowtint/north{ + id = "cc_syrg_2" + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"bda" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"bed" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + autolink_id = "syndie_cargo_left_shuttle_pump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"bem" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"bep" = ( +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"bew" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"bfb" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"bfd" = ( +/obj/structure/chair/sofa/bench/left, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"bfH" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"bfI" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"bgj" = ( +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"bgl" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_Armory_Mech"; + name = "Мехи" + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"bgH" = ( +/obj/machinery/computer/account_database, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"bgJ" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null; + dir = 1 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate) +"bgR" = ( +/obj/structure/closet/crate/secure/bin, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"bgX" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/shuttle/assault_pod/nanotrasen) +"bhA" = ( +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_COO_Mecha"; + name = "Не открывать" + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/obj/machinery/door_control/no_emag/west{ + id = "СС_COO_Mecha"; + name = "Blast Door Open"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"bhB" = ( +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"bhI" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"bhT" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"bhU" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/outside) +"biq" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"bir" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#6697cc"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin1) +"bis" = ( +/obj/machinery/door/airlock{ + name = "Приватная комната" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/centcom/ss220/park) +"bit" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"biX" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/mining_grenade, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/mining_grenade, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/mining_grenade, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/mining_grenade, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/mining_grenade, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/mining_grenade, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/plasma, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bjf" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"bjI" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_DeathSquad"; + layer = 3; + name = "Отряд Специальных Операций" + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"bjU" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 10 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 5 + }, +/obj/item/reagent_containers/condiment/enzyme, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"bkk" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"bkG" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/grass/no_creep, +/area/shuttle/escape) +"bkK" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier{ + pixel_y = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"bkU" = ( +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 5; + on = 1 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"bkV" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"bkW" = ( +/obj/structure/toilet/material/gold, +/obj/item/candle/eternal{ + pixel_y = 13; + start_lit = 1; + pixel_x = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/bar) +"blk" = ( +/obj/structure/falsewall/reinforced{ + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"blv" = ( +/obj/machinery/cryopod/robot/offstation, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"blA" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"blM" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/supply) +"blX" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"bmv" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/shuttle/specops) +"bmU" = ( +/obj/effect/decal/nanotrasen_logo/n6, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"bnh" = ( +/obj/structure/lattice, +/turf/space, +/area/space/centcomm) +"bnn" = ( +/obj/machinery/door/airlock/centcom{ + name = "Офисы"; + req_access = list(101) + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin2) +"bnr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"bnK" = ( +/obj/structure/table/wood, +/obj/item/tank/jetpack/oxygen/harness{ + pixel_y = 6 + }, +/obj/item/tank/jetpack/oxygen/harness{ + pixel_y = 3 + }, +/obj/item/tank/jetpack/oxygen/harness, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"bnQ" = ( +/obj/machinery/computer/communications, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"bof" = ( +/obj/structure/table/glass/reinforced/titanium{ + color = "#dbc921"; + name = "усиленный золотой стеклянный стол с отделкой из пластитана" + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 15; + pixel_y = 5 + }, +/obj/item/gavelblock{ + pixel_x = -14 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/gavelhammer{ + pixel_x = -10; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"bos" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"boE" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 6 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"boN" = ( +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"boV" = ( +/obj/structure/closet/masks, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"boW" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny/invisible, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"bpc" = ( +/obj/docking_port/stationary/transit{ + dir = 2; + dwidth = 8; + height = 15; + id = "admin_transit"; + name = "admin in transit"; + width = 18 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"bpl" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/sop_engineering, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/sop_science, +/obj/item/book/manual/wiki/sop_service, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"bpw" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"bpL" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"bpY" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"bqr" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"bqI" = ( +/obj/mecha/combat/marauder/seraph/loaded{ + color = "#006666"; + name = "Росинант" + }, +/obj/structure/light_fake/small{ + dir = 1; + light_range = 6; + light_color = "red" + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/black/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"bqK" = ( +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"bqV" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"brr" = ( +/obj/effect/overlay/coconut{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/structure/flora/tree/palm{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/beach/away/sand, +/area/centcom/ss220/evac) +"brH" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"brK" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndie_cargo_left_shuttle_pump" + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"brO" = ( +/obj/structure/statue/cyberiad/nw, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"brY" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt"; + dir = 1 + }, +/area/centcom/ss220/admin3) +"bsh" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/wall/indestructible/rock/mineral, +/area/syndicate_mothership/outside) +"bsx" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"bsz" = ( +/obj/structure/rack, +/obj/item/circuitboard/aiupload, +/obj/item/circuitboard/circuit_imprinter, +/obj/item/circuitboard/communications, +/obj/item/circuitboard/scientific_analyzer, +/obj/item/circuitboard/ore_redemption, +/obj/item/circuitboard/mining_shuttle, +/obj/item/circuitboard/protolathe, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bsB" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"bsC" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"bsH" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"bts" = ( +/obj/structure/platform/corner{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"buk" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"buT" = ( +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"bvE" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"bvR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/control) +"bxe" = ( +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"bxg" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"bxj" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"bxy" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"bxz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"bxA" = ( +/obj/effect/bump_teleporter{ + id = "Synd15"; + id_target = "Synd25" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"bxL" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Брифинг-зал"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/centcom/ss220/admin3) +"bxM" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/caution, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/mining) +"bxN" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"byf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"byg" = ( +/obj/machinery/flasher{ + id = "gulagshuttleflasher"; + pixel_x = 24 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"byz" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"bzS" = ( +/obj/effect/decal/nanotrasen_logo/n1, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/park) +"bAx" = ( +/obj/machinery/cryopod/robot/offstation, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"bAK" = ( +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"bBd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/centcom/ss220/evac) +"bBo" = ( +/obj/structure/platform, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"bCs" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"bCK" = ( +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = 25 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"bDj" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"bDT" = ( +/obj/structure/platform/corner{ + dir = 4; + anchored = 1 + }, +/obj/item/flag{ + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"bDX" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"bEA" = ( +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"bEW" = ( +/obj/machinery/door/airlock/external{ + name = "Шаттл доставки"; + opacity = 0; + req_access = list(106) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bFe" = ( +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"bFq" = ( +/obj/structure/sign/poster/official/nanotrasen_logo, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin2) +"bFx" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/diona{ + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"bFA" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/syndicate_mothership/outside) +"bGa" = ( +/obj/structure/table, +/obj/item/ashtray/bronze{ + pixel_y = 10 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"bGg" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"bGm" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"bGn" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"bGu" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"bGE" = ( +/obj/machinery/sleeper/upgraded{ + dir = 2 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"bGG" = ( +/obj/machinery/suit_storage_unit/syndicate{ + pixel_y = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"bHu" = ( +/obj/structure/marker_beacon/spotlight/jade, +/obj/structure/platform, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"bHv" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"bHy" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"bIf" = ( +/obj/structure/closet/wardrobe/chemistry_white, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 3 + }, +/obj/structure/window/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/storage/box/beakers/bluespace, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"bIm" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"bIG" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"bIJ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"bJO" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"bJW" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/machinery/photocopier/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"bKs" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"bKL" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + id_tag = "ferry_away"; + name = "Шаттл" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"bLl" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"bLo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_grenades"; + name = "SST Armory Grenades" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"bLA" = ( +/obj/structure/table, +/obj/item/gun/energy/ionrifle/carbine, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"bLF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Дроп Под"; + req_access = list(109) + }, +/obj/machinery/door/poddoor/impassable{ + name = "Дроп Под"; + layer = 3.2; + closingLayer = 3.2; + id_tag = "cc_drop_pod_1" + }, +/obj/machinery/door_control/no_emag/no_cyborg{ + id = "cc_drop_pod_1"; + name = "Дроп Под"; + req_access = list(114); + pixel_x = 24 + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"bLK" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/gunrack{ + color = "grey" + }, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/obj/structure/railing{ + color = "#36454F"; + dir = 6 + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"bMv" = ( +/obj/machinery/computer/communications{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"bMZ" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"bNg" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SyndFB_prison_stroll_blast"; + layer = 3.1; + closingLayer = 3.1 + }, +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"bNo" = ( +/obj/machinery/economy/vending/syndisnack, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"bNX" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"bOl" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"bOw" = ( +/obj/structure/statue/sandstone/venus{ + anchored = 1; + layer = 5; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; + icon_state = "plaque"; + name = "Comemmorative Plaque" + }, +/area/centcom/ss220/park) +"bPw" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/blue, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"bQf" = ( +/obj/effect/turf_decal/woodsiding/end, +/obj/item/flag/nt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin2) +"bQj" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"bQn" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/c4, +/obj/item/storage/backpack/duffel/syndie/c4{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"bQz" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/secure/briefcase, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"bQB" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/ss220/medbay) +"bQR" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"bRb" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/machinery/door_control/no_emag{ + pixel_y = 7; + id = "CC_conf_window"; + name = "Blast Window Open"; + pixel_x = -8 + }, +/obj/machinery/button/windowtint{ + id = "CC_Conf"; + range = 10; + pixel_y = -2; + pixel_x = -8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"bRc" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"bRe" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"bRw" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту"; + dir = 1; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"bRy" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/obj/machinery/door_control/no_emag/west{ + id = "QMLoaddoor2"; + layer = 3; + name = "Loading Doors"; + pixel_y = -8 + }, +/obj/machinery/door_control/no_emag/west{ + id = "QMLoaddoor"; + layer = 3; + name = "Loading Doors"; + pixel_y = 8; + req_access = list(79) + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"bRD" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"bRF" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/message_monitor{ + pixel_x = -6; + dir = 8 + }, +/obj/item/paper/monitorkey, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"bSb" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/silver/fifty{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/uranium/fifty{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bSm" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"bSp" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/black{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"bSH" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bSJ" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bSL" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"bSN" = ( +/obj/structure/table/glass, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/obj/item/mmi/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"bTt" = ( +/turf/simulated/floor/carpet, +/area/centcom/ss220/bar) +"bTx" = ( +/turf/simulated/floor/beach/away/water/dense{ + density = 0; + water_overlay_image = null + }, +/area/centcom/ss220/park) +"bTy" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/ss220/supply) +"bTz" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"bTM" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/machinery/economy/vending/medical/syndicate_access, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"bTO" = ( +/obj/effect/turf_decal/box/white{ + color = "#6697cc" + }, +/obj/effect/turf_decal/miscellaneous/number/number_1{ + color = "#6697cc"; + dir = 1; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"bTV" = ( +/obj/structure/flora/junglebush/large{ + layer = 4.6 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"bUd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"bUl" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/bottle/vermouth, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"bUB" = ( +/obj/structure/statue/delta/w, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"bUS" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/knighthammer{ + desc = "Молот, который был выкован в самых темных кузнях Нанотрейзен."; + name = "молот верховного секретариата Nanotrasen"; + color = "#ffea2e" + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"bUU" = ( +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"bVF" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"bVM" = ( +/obj/mecha/combat/gygax/nt/loaded_red, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/centcom/ss220/admin3) +"bVP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/centcom/ss220/park) +"bVS" = ( +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds{ + pixel_x = 9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/haemorrhage{ + pixel_x = 5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator{ + pixel_x = -5; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/item/ammo_box/magazine/sniper_rounds/soporific{ + pixel_x = -9; + pixel_y = -7 + }, +/obj/structure/light_fake/small, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"bVX" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"bWD" = ( +/obj/structure/closet/secure_closet/brig{ + req_access = list(153) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"bWK" = ( +/obj/effect/turf_decal/box/white, +/obj/machinery/jukebox/disco/indestructible, +/turf/simulated/floor/mineral/abductor, +/area/centcom/ss220/bar) +"bWW" = ( +/obj/effect/turf_decal/stripes/white, +/obj/structure/table/reinforced, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"bWX" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"bYd" = ( +/obj/structure/table/wood, +/obj/item/stack/telecrystal/fifty{ + pixel_x = 3 + }, +/obj/item/stack/telecrystal/fifty{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/stack/telecrystal/fifty{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/stack/telecrystal/fifty{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"bYl" = ( +/obj/item/flag/syndi, +/obj/machinery/light/directional/south, +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"bYr" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"bYX" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"bZl" = ( +/obj/item/flag/syndi, +/obj/machinery/computer/cryopod{ + pixel_x = 32; + req_access = list(150) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"bZz" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"bZY" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen/fancy, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"cam" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/candy/cotton/blue, +/obj/item/food/candy/cotton/pink, +/obj/item/food/candy/cotton/rainbow, +/obj/item/food/candy/cotton/yellow, +/obj/item/food/candy/cotton/rainbow, +/obj/item/food/candy/cotton/rainbow, +/obj/item/food/candy/cotton/rainbow, +/obj/item/food/candy/cotton/rainbow, +/obj/item/food/candy/cotton/pink, +/obj/item/food/candy/cotton/pink, +/obj/item/food/candy/cotton/yellow, +/obj/item/food/candy/cotton/yellow, +/obj/item/food/candy/cotton/blue, +/obj/item/food/candy/cotton/blue, +/turf/simulated/floor/plasteel/white, +/area/centcom/ss220/evac) +"cat" = ( +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate_sit) +"caZ" = ( +/obj/machinery/sleeper, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"cbg" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/admin2) +"cbA" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/shuttle/siberia) +"cbK" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"cch" = ( +/obj/structure/closet/crate/secure/bin{ + color = "#36373a"; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"cco" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"cct" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"ccF" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/laser/instakill/blue{ + pixel_x = -6 + }, +/obj/item/gun/energy/laser/instakill/blue{ + pixel_x = 6 + }, +/obj/item/gun/energy/laser/instakill/blue, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"ccZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/species/vox, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"cdn" = ( +/obj/structure/light_fake/small{ + light_range = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"cdG" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/mining) +"cdI" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"cdT" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "black" + }, +/area/centcom/ss220/evac) +"cdV" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"cex" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"ceC" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"ceM" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"cff" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/shuttle/escape) +"cgi" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod4_away"; + name = "recovery ship bay 4"; + width = 3; + dir = 4; + pixel_y = -2 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"cgm" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/turf_decal/siding/black{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"cgs" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"cgC" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/evac) +"cgE" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/l6_saw{ + pixel_x = -6 + }, +/obj/item/gun/projectile/automatic/l6_saw{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"cgX" = ( +/obj/structure/closet/secure_closet/clown{ + req_access = null + }, +/obj/item/clothing/suit/soldiercoat, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"chj" = ( +/obj/effect/decal/syndie_logo, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"chA" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"chG" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/syndicate_mothership/infteam) +"chQ" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"cib" = ( +/obj/structure/statue/sandstone/venus/pure{ + dir = 1; + pixel_y = 8; + layer = 5; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"cie" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"ciP" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin2) +"cje" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/disabler, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/disabler, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/disabler, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/disabler, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/disabler, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion{ + pixel_y = 11 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"cji" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 3.11; + name = "Shuttle Dock Door"; + closingLayer = 3.11 + }, +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"cjj" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"cjw" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"ckK" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/mining) +"ckX" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/machinery/light/spot{ + dir = 4 + }, +/obj/machinery/ai_status_display/north, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/obj/item/gun/energy/immolator/multi, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"ckZ" = ( +/obj/structure/mecha_wreckage/durand/old{ + icon_state = "durand"; + name = "\improper Дюранд Mk.II"; + desc = "Новая модель боевого экзоскелета пятого поколения серии \"Дюранд\". Быстрее. Выше. Сильнее. Кажется, он полностью инактивный.."; + dir = 8; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin3) +"clI" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"clK" = ( +/obj/structure/platform/corner{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"clO" = ( +/obj/structure/light_fake/small, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"clT" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Лазарет" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"cmL" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"cmZ" = ( +/turf/simulated/floor/transparent/glass, +/area/centcom/ss220/bar) +"cnh" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"cns" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"cnv" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"cnB" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/breath, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"cnF" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"cnG" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"cnL" = ( +/obj/structure/platform/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"cnR" = ( +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"coe" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun{ + pixel_x = 2 + }, +/obj/item/gun/energy/gun{ + pixel_x = 4 + }, +/obj/item/gun/energy/gun{ + pixel_x = 6 + }, +/obj/item/gun/energy/gun{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"cof" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"coB" = ( +/obj/structure/platform/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"coE" = ( +/obj/structure/statue/sandstone/venus/pure{ + anchored = 1; + layer = 5; + name = "Левера" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"coK" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"cpA" = ( +/obj/structure/sign/security{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"cqz" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/spawner/random/ccfood/alcohol, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"cqV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/shuttle/escape) +"cqW" = ( +/obj/structure/sign/double/map/right{ + pixel_y = 32 + }, +/obj/effect/landmark/spawner/syndicate_commando, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"cqX" = ( +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"crr" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"crx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"crz" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/pen/multi/gold{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/pen/multi/gold{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"crA" = ( +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"crM" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"csN" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"csP" = ( +/obj/structure/marker_beacon/spotlight/jade, +/obj/structure/platform{ + layer = 3.1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"ctc" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"cts" = ( +/obj/mecha/combat/marauder/ares/loaded, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"ctA" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/effect/spawner/window, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/bar) +"ctT" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"ctZ" = ( +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/tile/neutral/half{ + dir = 4; + color = "#FFFFFF"; + pixel_x = 8; + pixel_y = 1; + layer = 1 + }, +/turf/simulated/floor/beach/away/water/deep, +/area/centcom/ss220/admin1) +"cue" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"cuu" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/control) +"cuK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"cuN" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"cwb" = ( +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 4; + pixel_y = 38 + }, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 4; + pixel_y = 29 + }, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 4; + pixel_y = 20 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"cwg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"cwF" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/lavaland_air, +/area/shuttle/siberia) +"cxe" = ( +/obj/effect/turf_decal/box/corners{ + dir = 4 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/ss220/bar) +"cxH" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/command) +"cxO" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"cxV" = ( +/obj/machinery/computer/camera_advanced{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"cyn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"cyD" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"cAh" = ( +/obj/machinery/economy/vending/dinnerware, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"cBk" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"cBB" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"cBN" = ( +/obj/docking_port/stationary/transit{ + dwidth = 1; + height = 4; + id = "pod2_transit"; + name = "pod 2 in transit"; + width = 3 + }, +/turf/space/transit, +/area/space/centcomm) +"cCt" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"cCI" = ( +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"cDe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"cDl" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/effect/spawner/random/maintenance, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"cDV" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"cEu" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"cEC" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"cFa" = ( +/obj/structure/table/reinforced, +/obj/item/handheld_defibrillator{ + pixel_x = -3 + }, +/obj/item/handheld_defibrillator, +/obj/item/handheld_defibrillator{ + pixel_x = 3 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"cFB" = ( +/obj/structure/flora/tree/jungle/small, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"cFJ" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Escape Shuttle Cockpit"; + req_access = list(19) + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"cFP" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/turf/simulated/floor/redgrid, +/area/syndicate_mothership) +"cFW" = ( +/obj/machinery/door/airlock/centcom{ + name = "Офисы"; + req_access = list(101) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"cGn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 8 + }, +/area/centcom/ss220/park) +"cGH" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"cHj" = ( +/obj/structure/safe/floor, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/general) +"cHl" = ( +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/structure/table/wood/poker, +/obj/item/deck/cards/syndicate, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"cHz" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"cHP" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"cHT" = ( +/obj/mecha/combat/marauder/seraph, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"cHV" = ( +/obj/structure/statue/cyberiad/w, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"cIa" = ( +/obj/structure/table, +/obj/item/weldingtool/largetank{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/clothing/glasses/welding{ + pixel_y = 10 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"cIw" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/platform{ + layer = 3.1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"cJs" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/general) +"cKt" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/machinery/computer/arcade/orion_trail, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"cKO" = ( +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"cLj" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "syndishuttle_door_ext"; + name = "Ship External Access" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate"; + layer = 5; + name = "Outer Airlock"; + opacity = 0; + closingLayer = 3.11 + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating, +/area/shuttle/syndicate) +"cLm" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"cLo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"cLI" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"cLT" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Библиотека" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"cLV" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8; + color = "#36454F" + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"cMg" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"cNm" = ( +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"cNn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"cNI" = ( +/obj/item/flashlight, +/obj/item/gps{ + tracking = 0 + }, +/obj/item/radio{ + pixel_y = 6 + }, +/obj/structure/table/wood, +/obj/item/stock_parts/cell/bluespace, +/obj/item/storage/toolbox/syndicate, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"cNN" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/escape) +"cNV" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"cOw" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/effect/turf_decal/siding/blue/corner, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"cOJ" = ( +/obj/structure/flora/junglebush/large{ + pixel_x = -15; + pixel_y = -7 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"cOO" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"cOS" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"cPb" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/bio_chip_implanter/mindshield, +/obj/item/bio_chip_implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"cPy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"cPE" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/obj/structure/flora/ausbushes/sunnybush{ + pixel_y = 17 + }, +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"cPQ" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/centcom/ss220/evac) +"cQn" = ( +/obj/machinery/economy/vending/syndisnack, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"cQx" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"cRb" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"cRs" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"cRJ" = ( +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/biolumini, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"cSv" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"cSQ" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"cTP" = ( +/obj/structure/light_fake/small, +/obj/machinery/bodyscanner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"cUl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"cUy" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"cUU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"cWj" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"cWk" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"cWB" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/obj/item/radio/intercom/specops{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"cWI" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"cWN" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/supply) +"cWW" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"cXs" = ( +/obj/machinery/cryopod/robot/offstation, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkgreen" + }, +/area/centcom/ss220/bar) +"cXI" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"cXK" = ( +/obj/structure/lattice, +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/space, +/area/space/centcomm) +"cYj" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt" + }, +/area/centcom/ss220/admin3) +"cYE" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndFB_teleport1" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"cYK" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"cYN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"cYS" = ( +/obj/machinery/shower{ + dir = 1; + pixel_y = -2 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/park) +"cYU" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"cYV" = ( +/obj/machinery/door/airlock/centcom{ + name = "Офицерское Хранилище"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"cYX" = ( +/obj/structure/marker_beacon/spotlight/jade, +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"cZg" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/effect/turf_decal/stripes/red/box, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"cZq" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"cZG" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"cZH" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"cZT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"dai" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"daj" = ( +/obj/structure/safe{ + known_by = list("NNC"); + pixel_x = 5 + }, +/obj/item/stack/spacecash/c10000, +/obj/item/stack/spacecash/c10000, +/obj/item/stack/spacecash/c10000, +/obj/item/reagent_containers/drinks/bottle/goldschlager, +/obj/item/coin/gold, +/obj/item/toy/plushie/corgi, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/structure/platform/corner{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"daq" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"dar" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/obj/structure/statue/mooniverse, +/turf/simulated/floor/redgrid, +/area/syndicate_mothership) +"daz" = ( +/obj/machinery/computer/shuttle/nanotrasen/drop_pod, +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"daP" = ( +/obj/effect/decal/nanotrasen_logo/n4, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/park) +"dbh" = ( +/obj/structure/table/reinforced, +/obj/item/aicard, +/obj/item/storage/box/zipties, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"dbI" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/meat, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"dbJ" = ( +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"dce" = ( +/obj/structure/dresser, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/park) +"dcf" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"dck" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"dcn" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"dcD" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"dcJ" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/centcom/ss220/evac) +"ddr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"dds" = ( +/obj/effect/turf_decal/box/white{ + color = "#6697cc" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"ddt" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/clown{ + pixel_x = 2 + }, +/obj/item/gun/energy/clown{ + pixel_x = 4 + }, +/obj/item/gun/energy/clown{ + pixel_x = 6 + }, +/obj/item/gun/energy/clown{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"ddB" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"ddY" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"dea" = ( +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/admin3) +"dep" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"deB" = ( +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom{ + name = "Navy Captain bowman headset" + }, +/obj/item/clothing/accessory/medal/gold{ + name = "Navy Captain's gold medal" + }, +/obj/item/door_remote/centcomm, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/gloves/color/white, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee"=100,"bullet"=100,"laser"=100,"energy"=100,"bomb"=100,"rad"=100,"fire"=100,"acid"=100); + req_access = list(114) + }, +/obj/item/clothing/mask/holo_cigar, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"deM" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/specops, +/obj/machinery/door/airlock/hatch{ + aiControlDisabled = 1; + name = "Assault Pod" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"deV" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"deY" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/species/vulp, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"dff" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ashtray/bronze{ + pixel_x = -6 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"dfr" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"dfR" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"dgb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"dhe" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"dhg" = ( +/obj/structure/closet/crate, +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"dhi" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"dhs" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Шаттл" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"diL" = ( +/obj/structure/flora/junglebush/large{ + layer = 4.8 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"diQ" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/razor{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/item/reagent_containers/glass/bottle/frostoil{ + pixel_y = 8; + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/reagent/hairgrownium{ + pixel_y = -10 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -10; + pixel_y = -8 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"djc" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"djm" = ( +/obj/machinery/computer/secure_data, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"djr" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"djY" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"dkB" = ( +/obj/structure/table/reinforced{ + color = "#996633" + }, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 4; + dir = 4; + pixel_x = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/centcom/ss220/evac) +"dkD" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"dkW" = ( +/obj/structure/flora/tree/jungle/small{ + layer = 9.1 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"dlo" = ( +/obj/structure/closet/syndicate/personal, +/obj/structure/light_fake/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"dlt" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "syndicate_away" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"dlw" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"dlQ" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"dmb" = ( +/obj/machinery/computer/cryopod{ + pixel_y = -32; + req_access = list(150) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"dnm" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"dnK" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"dnW" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/shuttle/supply) +"don" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"dos" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/admin2) +"dow" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"doF" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "SyndFB_prison_outside" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"doH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"doR" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"doZ" = ( +/obj/item/reagent_containers/drinks/bottle/goldschlager, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"dpn" = ( +/obj/effect/turf_decal/stripes/red, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"dpr" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"dpU" = ( +/obj/structure/closet/cabinet{ + req_access = list(114) + }, +/obj/item/storage/box/centcomofficer, +/obj/item/radio/headset/centcom, +/obj/item/card/id/centcom, +/obj/item/door_remote/centcomm, +/obj/item/clothing/accessory/medal/gold{ + desc = null; + name = "Navy Captain's gold medal" + }, +/obj/item/gun/projectile/revolver/mateba, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/item/clothing/glasses/hud/security/sunglasses, +/obj/item/storage/backpack/satchel, +/obj/item/clothing/under/color/black, +/obj/item/clothing/accessory/blue, +/obj/item/clothing/accessory/black, +/obj/item/clothing/accessory/holster, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"dqd" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"dqv" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndie_cargo_left_shuttle_pump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"dqL" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"dqP" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/light_fake{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"drb" = ( +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/obj/machinery/door_control/no_emag/east{ + id = "QMLoaddoor2"; + layer = 4; + name = "Loading Doors"; + pixel_y = -8; + req_access = list(106) + }, +/obj/machinery/door_control/no_emag/east{ + id = "QMLoaddoor"; + layer = 4; + name = "Loading Doors"; + pixel_y = 8; + req_access = list(106) + }, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"drf" = ( +/obj/machinery/computer/shuttle/sst, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"drh" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма"; + id_tag = "syndicate_jail_airlock_ext"; + autoclose = 0; + locked = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"drn" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/turf_decal/siding/black{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"drz" = ( +/obj/item/flag/nt{ + layer = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"drF" = ( +/obj/effect/decal/remains/human, +/obj/structure/light_fake/small{ + dir = 4; + light_range = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"dsp" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/general) +"dsw" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/mug/med, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"dsQ" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"dtg" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"dti" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/infteam) +"dtn" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/shuttle/escape) +"dts" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"dtC" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"dub" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"duJ" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"duN" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/structure/bedsheetbin{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/evac) +"dvg" = ( +/obj/structure/table/wood, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold{ + pixel_x = 9 + }, +/obj/item/gun/projectile/automatic/pistol{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/lighter/zippo/gonzofist, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"dvm" = ( +/obj/effect/turf_decal/woodsiding/box, +/obj/effect/turf_decal/plaque, +/obj/structure/statue/holo_planet{ + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"dvG" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"dwn" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"dxQ" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"dxV" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/light_fake/small, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"dxX" = ( +/obj/item/beach_ball, +/obj/item/clothing/glasses/sunglasses/yeah{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/clothing/head/furcap{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -12; + pixel_y = -6 + }, +/turf/simulated/floor/beach/away/sand, +/area/centcom/ss220/evac) +"dys" = ( +/obj/machinery/door/airlock/bathroom{ + name = "Туалет" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"dyD" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_transit"; + name = "pod 3 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space/centcomm) +"dyK" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dyS" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"dzI" = ( +/obj/structure/table/wood, +/obj/item/food/sliceable/chocolatecake, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"dzJ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/admin3) +"dzR" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"dzS" = ( +/obj/structure/light_fake/spot, +/obj/structure/rack/holorack, +/obj/effect/turf_decal/delivery/white, +/obj/item/toy/syndicateballoon{ + pixel_x = -3 + }, +/obj/item/toy/syndicateballoon/contractor{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"dzV" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/commander, +/obj/machinery/door/airlock/centcom{ + name = "Покои ОСО" + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/black/corner, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"dzW" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"dAd" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"dAe" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"dAm" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"dAF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/ussp, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"dAU" = ( +/obj/machinery/economy/vending/clothing/free, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"dBb" = ( +/obj/machinery/economy/vending/nt_food/free, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"dBo" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"dBv" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"dBA" = ( +/obj/effect/turf_decal/delivery/blue, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Interior_1"; + layer = 3 + }, +/obj/machinery/door_control/no_emag/west{ + id = "СС_BD_Interior_1"; + name = "Blast Door Open"; + req_access = list(104) + }, +/obj/machinery/door/airlock/centcom{ + id_tag = "CC_Interior_1"; + name = "Зона ЦК"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"dBB" = ( +/obj/structure/table/wood, +/obj/item/storage/backpack/duffel/syndie/med/surgery{ + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"dBG" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"dCc" = ( +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"dCq" = ( +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"dCr" = ( +/obj/machinery/door/poddoor{ + id_tag = "SST_ready"; + name = "Shuttle Dock Door"; + layer = 3.11; + closingLayer = 3.11 + }, +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"dCv" = ( +/obj/structure/window/reinforced/tinted{ + pixel_y = -3 + }, +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"dCB" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark/spawner/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"dCI" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/suit/burgundy, +/obj/item/clothing/shoes/centcom, +/obj/item/clothing/under/dress/victdress/red, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"dCK" = ( +/obj/structure/table/reinforced, +/obj/item/roller/holo{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/roller/holo{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/roller/holo, +/obj/item/roller/holo{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"dDG" = ( +/obj/machinery/economy/vending/snack/free, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"dDW" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/asteroid/ancient + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"dEp" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"dEs" = ( +/obj/structure/bed/mattress, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"dEY" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"dFl" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"dGj" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"dGk" = ( +/obj/effect/turf_decal/siding/brown/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"dGC" = ( +/obj/structure/filingcabinet{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"dGG" = ( +/obj/machinery/door/airlock/centcom{ + name = "Камера"; + req_access = list(114) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_2"; + name = "Камера 2" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"dGO" = ( +/obj/structure/statue/gold/hos{ + anchored = 1; + layer = 5; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/goonplaque/memorial, +/area/centcom/ss220/park) +"dHB" = ( +/obj/machinery/door/airlock/centcom{ + name = "Комната углубленного допроса"; + req_access = list(109) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_8"; + layer = 3; + name = "Комната углубленного допроса" + }, +/obj/machinery/door_control/no_emag/east{ + id = "CC_SOD_8"; + name = "Комната углубленного допроса"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"dHM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"dHW" = ( +/obj/structure/statue/gold/ce{ + anchored = 1; + layer = 4; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/goonplaque/memorial, +/area/centcom/ss220/park) +"dHY" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"dIb" = ( +/obj/machinery/economy/vending/security, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/admin3) +"dIr" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"dII" = ( +/obj/structure/lattice, +/turf/simulated/floor/indestructible/transparent_floor{ + icon_state = "tube" + }, +/area/shuttle/syndicate) +"dIR" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"dJn" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"dJp" = ( +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"dJr" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"dJs" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"dJv" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"dJE" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"dJI" = ( +/obj/structure/table/glass, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/red, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"dJJ" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"dJX" = ( +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"dKe" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"dKh" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/clothing/glasses/meson/fluff, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"dKi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"dKp" = ( +/obj/structure/statue/cyberiad/s, +/obj/effect/turf_decal/woodsiding, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"dKq" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"dKw" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = 32 + }, +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"dKx" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/ss220/command) +"dKH" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/skrell{ + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"dLm" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"dLA" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/food/meatbun, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"dLC" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/centcom/ss220/park) +"dMb" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"dMg" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"dMr" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Cargo Shuttle" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"dMZ" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Nuclear Team Shuttle" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"dNj" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"dNn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/flashbangs{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -9; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"dNN" = ( +/obj/machinery/clonescanner, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"dOf" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/turf_decal{ + dir = 10 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"dOx" = ( +/obj/structure/marker_beacon/spotlight/jade, +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"dON" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"dOQ" = ( +/obj/structure/flora/junglebush, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"dOS" = ( +/obj/structure/table/reinforced, +/obj/item/radio/tactical{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/radio/tactical{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/radio/tactical{ + pixel_y = 5; + pixel_x = -5 + }, +/obj/item/radio/tactical{ + pixel_y = 5; + pixel_x = -5 + }, +/obj/item/radio/tactical{ + pixel_y = 5 + }, +/obj/item/radio/tactical{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"dPy" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"dPH" = ( +/obj/mecha/combat/marauder/ares, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"dPI" = ( +/obj/machinery/door/airlock/centcom{ + req_access = list(101); + id_tag = "CC_Cargo_Office_Exterior_1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"dQy" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"dQX" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"dRm" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"dRB" = ( +/obj/structure/table/glass, +/obj/item/paper{ + pixel_y = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"dRH" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"dRR" = ( +/obj/vehicle/bike{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"dRV" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/storage/firstaid/tactical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"dRY" = ( +/obj/structure/statue/cyberiad/e, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"dSq" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"dSQ" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"dSS" = ( +/obj/structure/table/reinforced{ + color = "#996633" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/evac) +"dTf" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/machinery/photocopier{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"dTw" = ( +/obj/mecha/combat/marauder/loaded, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"dTz" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"dTC" = ( +/obj/machinery/door/airlock/centcom{ + name = "Крио" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"dTG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/ss220/supply) +"dTR" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/spawner/window, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/bar) +"dUy" = ( +/obj/structure/shuttle/engine/platform{ + dir = 1; + layer = 2.9 + }, +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"dUF" = ( +/obj/machinery/door/airlock/centcom{ + name = "Конференц Зал"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_4"; + layer = 3; + name = "Переход в Отдел Специальных Операций" + }, +/obj/machinery/door_control/no_emag/north{ + id = "CC_SOD_4"; + name = "Переход в Отдел Специальных Операций"; + req_access = list(114) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"dUU" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"dUV" = ( +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate) +"dVH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"dVK" = ( +/obj/structure/chair/comfy/corp{ + dir = 4 + }, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"dWh" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"dXf" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"dXq" = ( +/obj/machinery/computer/crew/advanced{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"dXE" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/food/junglesalad, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"dXK" = ( +/obj/machinery/conveyor/east/ccw{ + dir = 6; + id = "QMLoad" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"dYf" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"dYg" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/ss220/bar) +"dYh" = ( +/obj/structure/chair/comfy/red{ + color = "#222222" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"dYv" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_1"; + name = "Камера 1" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/jail) +"dYP" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"dYV" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Пилот" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"dYY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"dZm" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_Armory"; + layer = 3; + name = "Оружейная" + }, +/obj/machinery/door_control/no_emag/east{ + id = "CC_Armory"; + name = "Оружейная"; + req_access = list(110) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"dZq" = ( +/obj/effect/turf_decal/stripes/red, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"dZw" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Escape Shuttle Cockpit"; + req_access = list(63) + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"dZA" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"dZF" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"dZG" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"eaG" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"eaV" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"ebd" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"ebn" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"ebp" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/green, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"ebq" = ( +/obj/machinery/door/airlock/centcom{ + name = "Камера"; + req_access = list(114) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_3"; + name = "Камера 3" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"ebz" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + closingLayer = 3.2; + id_tag = "SIT_ready"; + layer = 3.02 + }, +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/infteam) +"ebN" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"ebZ" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"edj" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "CC_Cargo_Turret"; + name = "КПП" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/supply) +"edS" = ( +/obj/machinery/suit_storage_unit/syndicate, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"edU" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray"; + dir = 8 + }, +/area/centcom/ss220/admin1) +"eeQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"eft" = ( +/obj/structure/table/reinforced{ + color = "#996633" + }, +/obj/effect/spawner/random/ccfood/dessert, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/evac) +"efF" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "CC_Armory_Advanced"; + name = "Дополнительный арсенал" + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/centcom/ss220/admin3) +"efX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access = list(79) + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/shuttle/supply) +"egv" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/centcom/ss220/evac) +"egO" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ehR" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin2) +"eig" = ( +/obj/structure/crematorium{ + id = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"eim" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"eit" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/shield/riot{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"eiJ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"eiK" = ( +/obj/structure/statue/delta/e, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"eiU" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"ejk" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"ejo" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/curtain/open/shower/security{ + color = "#222222" + }, +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/centcom/ss220/admin2) +"ejM" = ( +/obj/structure/rack, +/obj/item/storage/backpack/satchel{ + pixel_y = 12 + }, +/obj/item/storage/backpack/satchel{ + pixel_y = 5 + }, +/obj/item/storage/backpack/satcheldeluxe{ + pixel_y = 9 + }, +/obj/item/storage/backpack/satcheldeluxe{ + pixel_y = 9 + }, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"ekd" = ( +/obj/machinery/photocopier, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"ekl" = ( +/obj/structure/sink/kitchen/south, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"ekx" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"emB" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"emI" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/spawner/random/ccfood/alcohol, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"enl" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"enr" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"ent" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"enR" = ( +/obj/structure/table/glass, +/obj/item/stamp/ploho{ + pixel_y = 6 + }, +/obj/item/stamp/bigdeny, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"enT" = ( +/obj/structure/closet/cabinet{ + req_access = list(114) + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme Judge's robe" + }, +/obj/item/clothing/head/powdered_wig{ + desc = null; + name = "Supreme Judge wig" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme Judge gloves" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/card/id/centcom{ + icon_state = "deathsquad"; + name = "Supreme Judge ID card"; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/accessory/blue, +/obj/item/clothing/accessory/black, +/obj/item/clothing/accessory/holster, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt, +/obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt/coat_nt, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"enX" = ( +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"eoe" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/centcom/ss220/admin3) +"eoT" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма"; + id_tag = "syndicate_jail_airlock_int"; + autoclose = 0; + locked = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"eoV" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Парк" + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"epd" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/supply) +"epF" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"epI" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"eql" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "СС_Interior_2"; + name = "Зона ЦК"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"eqp" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"eqr" = ( +/obj/effect/turf_decal/stripes/red, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"eqK" = ( +/obj/structure/decorative_structures/metal/statue/golden_disk, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 5 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"eqO" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_transit"; + name = "specops in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"eqQ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/ss220/admin3) +"eqX" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"ero" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/mining_scanner, +/obj/item/mecha_parts/mecha_equipment/mining_scanner, +/obj/item/mecha_parts/mecha_equipment/mining_scanner, +/obj/item/mecha_parts/mecha_equipment/mining_scanner, +/obj/item/mecha_parts/mecha_equipment/mining_scanner, +/obj/item/mecha_parts/mecha_equipment/mining_scanner, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"erp" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray"; + dir = 4 + }, +/area/centcom/ss220/admin1) +"erG" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"erT" = ( +/obj/machinery/door_control/no_emag{ + id = "Aspid_deck"; + wires = 1; + name = "Aspid main storage"; + emagged = 1; + pixel_x = 32; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"esf" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"esh" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"esk" = ( +/obj/machinery/computer/camera_advanced{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"esp" = ( +/obj/effect/bump_teleporter{ + id = "Synd26"; + id_target = "Synd16" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"esG" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"etc" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"eti" = ( +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/obj/machinery/mineral/labor_prisoner_shuttle_console{ + pixel_y = 32 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/siberia) +"etr" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/dromedaryco{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/lighter/zippo{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"etw" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"etC" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_Armory_Advanced_3"; + name = "Энергетическое"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"etS" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 1; + pixel_x = 16; + color = "#6b8cc4"; + pixel_y = -16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"eup" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb{ + pixel_y = 1 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"eux" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"euO" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"evU" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + pixel_x = 16; + color = "#6b8cc4"; + pixel_y = 16 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/ss220/court) +"ewa" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"ewz" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"exx" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/infteam) +"exA" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"exD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/park) +"exT" = ( +/obj/structure/table/glass, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"eya" = ( +/obj/machinery/computer/crew/advanced, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"eyg" = ( +/obj/machinery/light/directional/west, +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"eyC" = ( +/obj/effect/turf_decal/plaque, +/obj/structure/marker_beacon/spotlight/yellow, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"ezj" = ( +/obj/machinery/computer/borgupload, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/ss220/command) +"ezC" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"ezD" = ( +/obj/item/bedsheet/syndie{ + dir = 1 + }, +/obj/structure/bed{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"ezO" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/mining) +"ezR" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"ezT" = ( +/obj/structure/statue/sandstone/venus/pure{ + dir = 1; + pixel_y = 8; + layer = 5; + anchored = 1 + }, +/obj/effect/turf_decal/woodsiding/end, +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin2) +"eAg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"eAh" = ( +/obj/effect/turf_decal/woodsiding/end, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"eAy" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/shuttle/gamma/space) +"eAJ" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"eAO" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"eBi" = ( +/obj/machinery/computer/security, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"eBy" = ( +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"eBZ" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"eCb" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 8; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"eCs" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/shuttle/administration) +"eCC" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"eDg" = ( +/obj/structure/closet/crate/secure/bin{ + anchored = 1; + color = "#996633" + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"eDl" = ( +/turf/simulated/floor/plating, +/area/syndicate_mothership/infteam) +"eDK" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"eDL" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"eDP" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"eEg" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Стационар" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"eEu" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/camera_advanced{ + pixel_x = -6; + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"eFe" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"eFi" = ( +/obj/effect/decal/nanotrasen_logo/n2, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/park) +"eFF" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"eFJ" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"eFM" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"eFN" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/turf_decal/siding/black{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"eGe" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"eGy" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/evac) +"eGK" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "CC_Cargo_Interior_1"; + name = "Зона ЦК Карго"; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Cargo_Interior_1"; + name = "Blast Door Open"; + req_access = list(104); + pixel_y = 24 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Cargo_Interior_1"; + layer = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"eGT" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"eGU" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"eHa" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/structure/grille, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"eHi" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_Armory_Blue"; + name = "Red" + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/admin3) +"eHl" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"eHN" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"eIa" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"eId" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"eIf" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"eIq" = ( +/obj/structure/gunrack{ + color = "grey" + }, +/obj/item/gun/projectile/automatic/gyropistol{ + pixel_x = -5 + }, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/obj/item/gun/projectile/automatic/sniper_rifle{ + pixel_x = 5 + }, +/obj/item/gun/rocketlauncher{ + pixel_x = 8 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"eIs" = ( +/obj/effect/landmark/spawner/syndicate_infiltrator, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"eII" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"eIW" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Шаттл ОБР"; + req_access = list(109) + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"eJc" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"eJp" = ( +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_y = -32 + }, +/obj/machinery/power/treadmill{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"eJs" = ( +/obj/effect/decal/syndie_logo, +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"eJx" = ( +/obj/structure/rack, +/obj/item/ammo_casing/rocket{ + pixel_x = -7; + pixel_y = 8 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = -7; + pixel_y = 4 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/ammo_casing/rocket{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"eJB" = ( +/obj/structure/statue/delta/ne, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"eJJ" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/structure/railing/cap/reversed{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"eKa" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"eKK" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/food/limecakeslice, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"eLp" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/shuttle/mining) +"eLW" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"eMo" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "UNKNOWN" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"eMy" = ( +/obj/machinery/door/airlock/public{ + name = "Дормы" + }, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/evac) +"eMJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/ss220/park) +"eNb" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_Armory"; + layer = 3; + name = "Оружейная" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"eNh" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"eNK" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"eNL" = ( +/obj/effect/decal/nanotrasen_logo/n2, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"eNO" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"eNV" = ( +/obj/structure/curtain/open/shower/security, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"eOh" = ( +/obj/structure/rack, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"eOl" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/general) +"eOE" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"eOK" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"eOW" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/syndicate_mothership/jail) +"ePf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ePy" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"ePO" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"ePY" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"eQL" = ( +/obj/machinery/door_control/no_emag/south{ + id = "CC_Armory_Advanced"; + name = "Оружейная - Дополнительный аренал"; + req_access = list(114) + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/grenade/empgrenade{ + pixel_x = -5; + pixel_y = 13 + }, +/obj/item/grenade/empgrenade{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/grenade/empgrenade{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 8; + pixel_y = 13 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/grenade/empgrenade{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"eQZ" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"eRf" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"eRG" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"eRI" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/bar) +"eRO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"eRW" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"eRY" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"eSd" = ( +/obj/structure/table/glass/reinforced/titanium, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"eSh" = ( +/obj/structure/shuttle/engine/platform{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"eSs" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/evac) +"eSA" = ( +/obj/structure/table/glass, +/obj/item/toy/hampter/deadsquad, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"eSO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"eSY" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/soap/syndie, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"eTi" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"eTs" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 4; + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"eTS" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/clothing/glasses/meson/fluff, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"eUn" = ( +/obj/structure/rack/holorack, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/bio_chip_implanter/mindshield, +/obj/item/bio_chip_implanter/mindshield, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/obj/effect/turf_decal/box/white, +/obj/structure/sign/poster/contraband/revolver{ + pixel_y = 32 + }, +/obj/item/organ/internal/cyberimp/arm/combat/centcom{ + color = "#aa9999"; + desc = "An extremely powerful cybernetic implant that contains combat and utility modules not used by NT special forces, i swear"; + icon_state = "tesla"; + name = "Syndie specops cybernetics implant" + }, +/obj/item/organ/internal/cyberimp/arm/combat/centcom{ + color = "#aa9999"; + desc = "An extremely powerful cybernetic implant that contains combat and utility modules not used by NT special forces, i swear"; + icon_state = "tesla"; + name = "Syndie specops cybernetics implant" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"eUA" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"eUN" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/structure/railing{ + color = "#36454F"; + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"eVk" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"eVw" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"eVA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"eWc" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"eXc" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"eXj" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"eXk" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"eXq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"eXA" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/tree/jungle/small{ + layer = 9.1; + pixel_x = -44; + pixel_y = -5 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"eXF" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"eXO" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"eYa" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"eYF" = ( +/obj/structure/light_fake, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/bar) +"eYN" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_sit) +"eZF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/conveyor/east{ + id = "QMLoad1"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"faa" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/syndicate{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stamp/chameleon{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"fad" = ( +/obj/structure/table/glass, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"fah" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"fal" = ( +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"fas" = ( +/obj/structure/closet/secure_closet/bar, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"faJ" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"fbg" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/sliceable/pizza/diablo, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"fbh" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1; + color = "gray" + }, +/area/centcom/ss220/command) +"fbl" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"fbq" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"fbJ" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 6 + }, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"fbR" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 4 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"fcw" = ( +/obj/structure/rack, +/obj/item/organ/internal/cyberimp/brain/anti_drop/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_drop/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_drop/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, +/obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/chest/reviver/hardened, +/obj/item/organ/internal/cyberimp/eyes/hud/diagnostic, +/obj/item/organ/internal/cyberimp/eyes/hud/diagnostic, +/obj/item/organ/internal/cyberimp/eyes/hud/diagnostic, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/security, +/obj/item/organ/internal/cyberimp/eyes/hud/security, +/obj/item/organ/internal/cyberimp/eyes/hud/security, +/obj/item/organ/internal/eyes/cybernetic/thermals/hardened, +/obj/item/organ/internal/eyes/cybernetic/thermals/hardened, +/obj/item/organ/internal/eyes/cybernetic/thermals/hardened, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/storage/box/mindshield, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/combat/centcom, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/janitorial, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/item/autosurgeon/organ, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"fcF" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/ar{ + pixel_x = -6 + }, +/obj/item/gun/projectile/automatic/ar{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/ar, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"fcL" = ( +/obj/structure/fence/corner{ + color = "#b0b7c6"; + dir = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"fdF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"fdO" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin2) +"ffa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/evac) +"ffc" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"ffq" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"ffz" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"ffJ" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + id_tag = "SIT_ready"; + layer = 3.01 + }, +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/infteam) +"fgd" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/space/hardsuit/syndi/elite/sst{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/suit/space/hardsuit/syndi/elite/sst, +/obj/item/clothing/suit/space/hardsuit/syndi/elite/sst{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"fgt" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/ashtray/plastic, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"fgG" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/item/kitchen/knife/butcher, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"fgJ" = ( +/obj/machinery/economy/vending/nta/medical, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/admin3) +"fgP" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"fgZ" = ( +/obj/machinery/economy/vending/nta/green, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"fhh" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/cqc_manual, +/obj/item/cqc_manual, +/obj/item/cqc_manual, +/obj/item/cqc_manual, +/obj/item/cqc_manual, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"fhp" = ( +/obj/structure/window/reinforced, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"fie" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"fiI" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_y = 7; + pixel_x = 5 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"fiP" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"fiW" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/supply) +"fiY" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"fje" = ( +/obj/machinery/sleeper/upgraded{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"fjg" = ( +/turf/space/transit/horizontal, +/area/space/centcomm) +"fjx" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"fjA" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"fjI" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain{ + pixel_x = -6; + pixel_y = 3 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"fjP" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/command) +"fjV" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 1 + }, +/area/centcom/ss220/admin1) +"fkM" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"fkO" = ( +/obj/effect/landmark/spawner/ert, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"fkV" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/wall/indestructible/rock/mineral, +/area/syndicate_mothership/outside) +"flk" = ( +/obj/machinery/chem_dispenser/soda/upgraded, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"fls" = ( +/obj/structure/chair/sofa/bench/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"flJ" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sst{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"fmj" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/card/id/syndicate{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/card/id/syndicate{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/card/id/syndicate, +/obj/item/card/id/syndicate/researcher{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/card/id/syndicate/researcher{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/card/id/syndicate/researcher{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"fmm" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"fmq" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/ss220/supply) +"fms" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"fmJ" = ( +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"fmQ" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/red/corner, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"fmX" = ( +/obj/machinery/bsa/full/admin/east, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"fnG" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"fnQ" = ( +/obj/structure/table/wood, +/obj/item/healthanalyzer/advanced, +/obj/item/healthanalyzer/advanced{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"fnU" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/syndicate_mothership) +"fog" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 8 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 2 + }, +/obj/item/clothing/accessory/holster, +/obj/machinery/door_control/no_emag/north{ + color = "#80ff80"; + id = "CC_Armory_Green"; + name = "Оружейная - Уровень 1"; + req_access = list(110) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"foK" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_x = 8; + pixel_y = 17 + }, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"foO" = ( +/obj/effect/turf_decal/woodsiding, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"fpx" = ( +/obj/effect/turf_decal/siding/black{ + dir = 9 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"fpM" = ( +/obj/effect/turf_decal/plaque, +/obj/structure/marker_beacon/spotlight/yellow, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"fpZ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"fqC" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"fqN" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/spawner/random/ccfood/alcohol, +/obj/structure/light_fake, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"fqT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/shuttle/escape) +"frj" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/coatrack, +/obj/item/clothing/suit/space/deathsquad/officer/soo_brown, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"frK" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/administration) +"frP" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/blue{ + desc = null; + name = "Blue tie" + }, +/obj/item/clothing/accessory/black{ + desc = null; + name = "Black tie" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/clothing/accessory/holster{ + desc = null; + name = "Shoulder holster" + }, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satchel, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/backpack/satcheldeluxe, +/obj/item/storage/belt/fannypack/black, +/obj/item/storage/belt/fannypack/black, +/obj/structure/light_fake{ + dir = 8 + }, +/obj/structure/sign/poster/official/razumause{ + pixel_x = -32 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"frR" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1; + layer = 5 + }, +/obj/item/kirbyplants{ + layer = 5 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"frW" = ( +/obj/structure/chair/stool{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"fsg" = ( +/obj/item/flag/syndi, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"fsm" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"fsG" = ( +/obj/structure/table/glass, +/obj/item/folder/red{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/folder/yellow{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/item/stamp/denied{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"fsO" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"fta" = ( +/obj/machinery/computer/shuttle/admin{ + name = "NTV Argos shuttle console" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"fti" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"fts" = ( +/obj/item/flag/nt, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"ftA" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/general) +"ftD" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Блокпост"; + req_access = list(101) + }, +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/door/poddoor/preopen{ + id_tag = "CC_Cargo_Turret"; + name = "КПП" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ftU" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"fud" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"ful" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"fur" = ( +/obj/machinery/door/airlock/bathroom{ + name = "Туалет" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/ss220/supply) +"fuC" = ( +/obj/effect/turf_decal/box/white{ + color = "#6697cc" + }, +/obj/effect/turf_decal/miscellaneous/number/number_6{ + color = "#6697cc"; + dir = 1; + pixel_y = -10 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"fuU" = ( +/obj/structure/table/glass, +/obj/item/storage/backpack/duffel/syndie/med/surgery{ + pixel_y = 6 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"fvf" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"fvZ" = ( +/obj/structure/table/wood, +/obj/item/book/random, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"fwQ" = ( +/obj/structure/closet/crate/internals, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/oxygen/red, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"fwR" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "syndieshutters_Aspid"; + name = "Blast Shutters" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"fxn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"fxv" = ( +/obj/structure/closet/crate/secure/bin{ + anchored = 1; + color = "#996633" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin1) +"fxM" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/syndicate_mothership/control) +"fxT" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"fyj" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8; + color = "gray" + }, +/area/centcom/ss220/admin1) +"fyn" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"fyv" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/paper{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"fyC" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"fyD" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/control) +"fyJ" = ( +/obj/structure/guillotine, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"fyW" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/organ/internal/cyberimp/chest/ipc_joints/magnetic_joints, +/obj/item/organ/internal/cyberimp/chest/ipc_joints/magnetic_joints, +/obj/item/organ/internal/cyberimp/chest/ipc_joints/magnetic_joints, +/obj/item/organ/internal/cyberimp/chest/ipc_joints/sealed, +/obj/item/organ/internal/cyberimp/chest/ipc_joints/sealed, +/obj/item/organ/internal/cyberimp/chest/ipc_joints/sealed, +/obj/item/organ/internal/cyberimp/chest/ipc_repair, +/obj/item/organ/internal/cyberimp/chest/ipc_repair, +/obj/item/organ/internal/cyberimp/chest/ipc_repair, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/nutriment/plus, +/obj/item/organ/internal/cyberimp/chest/reviver, +/obj/item/organ/internal/cyberimp/chest/reviver, +/obj/item/organ/internal/cyberimp/chest/reviver, +/obj/item/organ/internal/cyberimp/eyes/hud/diagnostic, +/obj/item/organ/internal/cyberimp/eyes/hud/diagnostic, +/obj/item/organ/internal/cyberimp/eyes/hud/diagnostic, +/obj/item/organ/internal/cyberimp/eyes/hud/hydroponic, +/obj/item/organ/internal/cyberimp/eyes/hud/hydroponic, +/obj/item/organ/internal/cyberimp/eyes/hud/hydroponic, +/obj/item/organ/internal/cyberimp/eyes/hud/jani, +/obj/item/organ/internal/cyberimp/eyes/hud/jani, +/obj/item/organ/internal/cyberimp/eyes/hud/jani, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/medical, +/obj/item/organ/internal/cyberimp/eyes/hud/security, +/obj/item/organ/internal/cyberimp/eyes/hud/security, +/obj/item/organ/internal/cyberimp/eyes/hud/security, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"fzb" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"fzc" = ( +/obj/machinery/computer/account_database{ + dir = 1 + }, +/obj/structure/light_fake, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"fzI" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 2; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 4 + }, +/area/centcom/ss220/admin3) +"fzO" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"fAi" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"fAs" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"fAu" = ( +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/infteam) +"fAv" = ( +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"fAH" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"fBu" = ( +/obj/machinery/door_control/no_emag{ + id = "syndicate_elite"; + name = "Blast Doors"; + pixel_x = -30; + pixel_y = -11; + req_access = list(150) + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"fBC" = ( +/obj/effect/turf_decal/delivery, +/obj/mecha/combat/durand/rover/loaded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"fBG" = ( +/obj/machinery/computer/crew/advanced, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"fBZ" = ( +/obj/machinery/kitchen_machine/grill/upgraded, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"fCs" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"fCu" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SyndFB_prison_stroll_blast"; + layer = 3.1; + closingLayer = 3.1 + }, +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"fCA" = ( +/obj/structure/rack, +/obj/item/grenade/smokebomb{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/grenade/smokebomb{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/item/grenade/smokebomb{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/admin3) +"fCJ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"fDx" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"fDF" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"fDG" = ( +/obj/structure/flora/tree/jungle{ + pixel_y = -12 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"fEC" = ( +/obj/machinery/door/window/reinforced/normal{ + req_access = list(106) + }, +/turf/simulated/floor/wood, +/area/centcom/ss220/court) +"fEW" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_elite) +"fFc" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"fFs" = ( +/obj/machinery/disposal/delivery_chute, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Стеклянный шлюз" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"fFM" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"fGn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"fGH" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 8; + pixel_x = -16; + color = "#6b8cc4"; + pixel_y = -16 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"fGI" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"fGX" = ( +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_1"; + dir = 1 + }, +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"fIv" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"fID" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidwarning"; + name = "floor" + }, +/area/syndicate_mothership/outside) +"fIS" = ( +/obj/machinery/computer/camera_advanced{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"fJl" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"fJB" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"fKd" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/control) +"fKf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"fKo" = ( +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_y = 14 + }, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"fKN" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"fKO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"fKU" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad2" + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"fLa" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "podfloor_light" + }, +/area/syndicate_mothership/jail) +"fLp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/status_display/supply_display, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/supply) +"fLI" = ( +/obj/machinery/sleeper/syndie, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"fLS" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/shuttle/assault_pod) +"fMh" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"fMl" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"fMH" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"fNc" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"fNM" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"fNX" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/storage/toolbox/electrical{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"fOd" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = -10 + }, +/obj/item/folder/red{ + pixel_x = -10; + pixel_y = 2 + }, +/obj/item/folder/red{ + pixel_x = -10; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = -10; + pixel_y = 6 + }, +/obj/item/folder/red{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/folder/blue, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_y = 8 + }, +/obj/item/folder/yellow{ + pixel_x = 10 + }, +/obj/item/folder/yellow{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/item/folder/yellow{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/folder/yellow{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/item/folder/yellow{ + pixel_x = 10; + pixel_y = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"fOj" = ( +/obj/structure/table/glass, +/obj/item/food/applepie, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"fOJ" = ( +/obj/effect/turf_decal/caution, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"fOP" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"fPg" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"fPl" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate_sit) +"fPr" = ( +/obj/effect/turf_decal/caution/stand_clear/white{ + color = "#6697cc"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip"; + dir = 8 + }, +/area/centcom/ss220/admin3) +"fPV" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"fQc" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/filingcabinet/security, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"fQz" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"fQI" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"fQN" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/table/glass, +/obj/machinery/photocopier{ + pixel_y = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"fQY" = ( +/obj/machinery/economy/vending/cigarette/syndicate/free, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"fRg" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/ss220/court) +"fRz" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/command) +"fRK" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"fRW" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/railing{ + dir = 8; + color = "#36454F" + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"fRY" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/decorations/sticky_decorations/flammable/pot_of_gold, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"fRZ" = ( +/obj/structure/shuttle/engine/large, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/cargo) +"fSb" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"fSO" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"fSX" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/onionrings, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"fTe" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"fTl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"fTn" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"fTv" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"fUq" = ( +/obj/effect/decal/nanotrasen_logo/n1, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"fUF" = ( +/obj/structure/flora/tree/jungle/small{ + pixel_x = -16 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"fUW" = ( +/obj/item/flag/syndi, +/obj/item/radio/intercom/syndicate{ + pixel_y = -28; + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"fVd" = ( +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"fVu" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_ver{ + id_tag = "nukeop_storage"; + name = "Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"fWk" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/infteam) +"fWz" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"fWG" = ( +/obj/structure/flora/tree/jungle, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"fWV" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"fXB" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"fYj" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/admin1) +"fYu" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"fYz" = ( +/obj/structure/table, +/obj/machinery/door_control/no_emag{ + id = "CC_Interior_1"; + name = "Открыть вход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = -2; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Exterior_1"; + name = "Открыть выход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 8; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Interior_1"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = -2; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Exterior_1"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = 8; + req_access = list(101) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"fYL" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -28; + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"fZl" = ( +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal, +/area/shuttle/assault_pod/nanotrasen) +"fZr" = ( +/obj/structure/platform/corner{ + dir = 4; + anchored = 1 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"fZv" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"gay" = ( +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/general) +"gaJ" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"gaZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"gbc" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"gbQ" = ( +/obj/structure/filingcabinet{ + pixel_x = -8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"gcj" = ( +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/space, +/area/space/centcomm) +"gcr" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"gcw" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"gcQ" = ( +/obj/structure/sign/flag/nanotrasen{ + icon = 'icons/obj/lavaland/artefacts.dmi'; + icon_state = "ashen_skull"; + pixel_x = -32; + name = "OMICRON"; + desc = "Слава Нанотрейзен!" + }, +/obj/structure/light_fake/small{ + light_range = 6; + light_color = "red" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"gcV" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"gdf" = ( +/obj/mecha/combat/phazon, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"geo" = ( +/obj/structure/fence/door{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"gfa" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"gfK" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/glasses/night, +/obj/item/clothing/shoes/jackboots/noisy, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/gloves/combat, +/obj/item/melee/baton/loaded{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"gfN" = ( +/obj/effect/bump_teleporter{ + id = "Synd13"; + id_target = "Synd23" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"gfV" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"ggq" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ggu" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/park) +"ghu" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ghz" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"giO" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"giW" = ( +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"gjQ" = ( +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"gka" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"gkd" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/admin3) +"gkv" = ( +/obj/structure/chair/sofa/corp/corner, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"gkE" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"gkK" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin3) +"gln" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/shuttle/escape) +"glr" = ( +/obj/structure/closet/secure_closet/mime{ + req_access = null + }, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"gnc" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"gns" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood, +/area/centcom/ss220/court) +"gnu" = ( +/obj/structure/chair/comfy/purp{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"gny" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"gnO" = ( +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"gnT" = ( +/obj/item/gun/projectile/automatic/sniper_rifle{ + desc = "На прикладе этой винтовки нацарапано 'гей'"; + name = "Потрёпанная снайперская винтовка" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"gnX" = ( +/obj/structure/chair/sofa/corp, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"goe" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"gof" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"goE" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/court) +"goZ" = ( +/obj/machinery/flasher{ + id = "syndie_FB_cells"; + pixel_y = -24 + }, +/obj/structure/sink/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"gpb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"gpi" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"gqH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gqL" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"gqO" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"gsp" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 1; + pixel_x = 16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"gsF" = ( +/obj/effect/bump_teleporter{ + id = "Synd21"; + id_target = "Synd11" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"gsT" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/supply) +"gsX" = ( +/obj/structure/chair/comfy/corp, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"gty" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"gue" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"guA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"guV" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"gva" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/ss220/command) +"gvk" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 1; + pixel_x = 16; + color = "#6b8cc4"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"gvz" = ( +/obj/effect/turf_decal/woodsiding/box, +/obj/structure/statue/cyberiad/c, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"gvI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/control) +"gvS" = ( +/obj/effect/turf_decal/siding/blue, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"gwi" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"gwz" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"gwI" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"gwX" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_Cargo_Turret"; + layer = 3; + name = "КПП" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/supply) +"gxh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"gxo" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_4"; + name = "Камера 4" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/jail) +"gxy" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/obj/item/storage/box/stockparts/deluxe, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"gxJ" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -18; + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"gxS" = ( +/obj/structure/fence/corner{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"gxV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/drinkingglasses, +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"gyr" = ( +/obj/structure/light_fake/small{ + light_range = 6 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/stamp/syndicate{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stamp/chameleon{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"gyy" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/wiki/security_space_law/black, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"gyW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"gzd" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"gzn" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 4 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"gAg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/box/mindshield{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/storage/box/ids{ + pixel_x = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"gAs" = ( +/obj/effect/bump_teleporter{ + id = "Synd14"; + id_target = "Synd24" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"gAB" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Turret"; + name = "Защита КПП"; + pixel_x = -6; + pixel_y = -2; + req_access = list(101) + }, +/obj/item/pen/multi/fountain{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"gAD" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"gAO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"gAP" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"gAT" = ( +/obj/structure/closet/crate/secure/bin{ + color = "#36373a"; + anchored = 1 + }, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"gBI" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"gBL" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/ss220/court) +"gCa" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/glasses/night, +/obj/item/clothing/shoes/jackboots/noisy, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/gloves/combat, +/obj/item/melee/baton/loaded{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"gCk" = ( +/obj/machinery/status_display/directional/east, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/centcom/ss220/evac) +"gCD" = ( +/obj/machinery/porta_turret/centcom/pulse, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"gCN" = ( +/obj/machinery/computer/shuttle/ferry/request, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"gDb" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"gDu" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/pen/multi/gold{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"gDv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"gDx" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera{ + c_tag = "Mining Outpost - Shuttle"; + dir = 5; + network = list("Mining Outpost") + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/mining) +"gDW" = ( +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/general) +"gEl" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"gEK" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 1 + }, +/obj/structure/railing/cap/reversed, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"gFk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gFr" = ( +/obj/item/kirbyplants, +/obj/machinery/button/windowtint/west{ + id = "CC_Dip" + }, +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"gFF" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/ss220/court) +"gFH" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"gFP" = ( +/obj/structure/marker_beacon/dock_marker, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"gFS" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"gFW" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"gGk" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Развед. Центр" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"gGN" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plasteel/stairs/left{ + color = "gray" + }, +/area/centcom/ss220/command) +"gGZ" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"gHo" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"gHF" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"gHP" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"gIb" = ( +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_sit) +"gIs" = ( +/obj/effect/turf_decal/stripes/white, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/stamp, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"gIQ" = ( +/obj/structure/table/wood/fancy/orange, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 6; + req_one_access = list(101); + color = "#ffea2e"; + name = "Факс Верховного Командования Nanotrasen"; + desc = "Смотря на этот факс, у вас по лицу начинает течь жир. Однако этот факс создан из чистейшего золота с вкраплениями из бриллиантов и духовных рубинов для Верховного Командования NanoTraHen" + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"gIY" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"gJs" = ( +/obj/structure/reagent_dispensers/beerkeg{ + desc = "Собственность Шерлока Субботина" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"gJu" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"gJM" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#6697cc"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"gJO" = ( +/obj/structure/platform/corner{ + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/evac) +"gJQ" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/stairs{ + dir = 8 + }, +/area/centcom/ss220/admin2) +"gJX" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"gKg" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"gKj" = ( +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"gKr" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/o2{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"gKE" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"gKF" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/syndicate_mothership/elite_squad) +"gLq" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"gLx" = ( +/obj/effect/spawner/window, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"gLU" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/general) +"gMt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"gMv" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/atmos{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/ce{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/captain{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/centcom/officer/navy{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/durathread{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/beret/eng{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fluff/sparkyninja_beret{ + name = "beret" + }, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/obj/item/clothing/head/fedora{ + icon_state = "wfedora" + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"gMN" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"gNr" = ( +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"gNs" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbrowncorners" + }, +/area/centcom/ss220/supply) +"gNx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"gNy" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ashtray/bronze{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"gNJ" = ( +/obj/machinery/economy/vending/coffee/free, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"gNL" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"gNW" = ( +/obj/structure/light_fake/small, +/obj/structure/sign/poster/contraband/random/south, +/obj/structure/chair/sofa/bench{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"gOF" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 5; + id = "laborcamp_transit"; + name = "labor in transit"; + width = 9; + pixel_x = 32 + }, +/obj/docking_port/mobile/labour{ + roundstart_move = "laborcamp_away" + }, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"gOQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"gPm" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/spawner/random/ccfood/dessert, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"gPJ" = ( +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/cargo) +"gQn" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"gQF" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/structure/sign/poster/official/love_ian{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"gQK" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = -6 + }, +/obj/item/folder/red{ + pixel_x = 6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"gQZ" = ( +/obj/structure/chair/sofa/bench/right, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"gRJ" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_engineering, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/nuclear, +/obj/item/book/manual/wiki/sop_service, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"gRN" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/syndicate_mothership/infteam) +"gRY" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"gSb" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"gSm" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"gSF" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"gTa" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"gTb" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"gTd" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/medbay) +"gTe" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"gTu" = ( +/obj/structure/musician/piano{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/bar) +"gTz" = ( +/obj/effect/bump_teleporter{ + id = "Synd16"; + id_target = "Synd26" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"gTR" = ( +/obj/machinery/photocopier, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"gTX" = ( +/obj/machinery/computer/robotics, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"gUm" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"gUG" = ( +/obj/structure/statue/uranium/nuke, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"gUH" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"gUX" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"gVh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gVv" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"gVF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"gVQ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/asteroid/ancient + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"gWg" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/ss220/court) +"gWq" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"gWM" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 9 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"gXr" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/specops, +/obj/machinery/door/airlock/hatch{ + aiControlDisabled = 1; + name = "Assault Pod" + }, +/obj/docking_port/mobile/assault_pod/nanotrasen, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"gXs" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"gXu" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"gXS" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"gXX" = ( +/obj/machinery/door/window{ + dir = 8; + name = "Toilet"; + opacity = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 9 + }, +/area/centcom/ss220/evac) +"gXY" = ( +/obj/effect/turf_decal/woodsiding/end, +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin2) +"gYe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Блокпост"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "CC_Turret"; + name = "КПП" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"gYi" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"gYq" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Shitspawn_Exterior_1"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = 8; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Shitspawn_Interior_1"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = -2; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Shitspawn_Interior_1"; + name = "Открыть вход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = -2; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Shitspawn_Exterior_1"; + name = "Открыть выход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 8; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"gYG" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 1; + pixel_x = 16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"gYI" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Туалеты" + }, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"gZt" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/spawner/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"gZH" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"gZM" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/structure/chair/sofa/bench{ + dir = 4; + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"hax" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"haC" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Бар" + }, +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"haI" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"haN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/species/taj, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"hbe" = ( +/obj/effect/decal/nanotrasen_logo/n2{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"hbm" = ( +/obj/item/storage/firstaid/o2, +/obj/structure/table, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"hbp" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/obj/item/gun/projectile/shotgun/automatic/dual_tube{ + pixel_x = 2 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 6 + }, +/obj/item/gun/projectile/shotgun/automatic/combat{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"hbv" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"hbC" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"hbG" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + dir = 1; + layer = 2.9 + }, +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"hcA" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"hcI" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"hdf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/indestructible/transparent_floor{ + icon_state = "router_dir"; + dir = 6 + }, +/area/shuttle/syndicate) +"hdk" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/ccfood/alcohol, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"hdo" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"hdv" = ( +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/c20r, +/obj/item/gun/projectile/automatic/c20r{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/light_fake/small, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"hdx" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CC_office2" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin2) +"hdC" = ( +/obj/machinery/bluespace_beacon/syndicate, +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + base_state = "rightsecure"; + color = "red"; + icon_state = "rightsecure"; + name = "Riot Control"; + req_access = list(153) + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"hdP" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/general) +"hdY" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма"; + id_tag = "syndicate_jail_cell" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"heD" = ( +/obj/structure/light_fake, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"heI" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"heP" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"heR" = ( +/obj/structure/chair/sofa/left, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"heV" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'FOURTH WALL'."; + name = "\improper FOURTH WALL"; + pixel_x = -32 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"hfb" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/bench/left{ + dir = 1; + cover_color = "#68452a" + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"hfn" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"hfq" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"hfr" = ( +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 1 + }, +/area/centcom/ss220/admin1) +"hfw" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"hfJ" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/storage/part_replacer/bluespace/tier4, +/obj/item/storage/part_replacer/bluespace/tier4, +/obj/item/storage/part_replacer/bluespace/tier4, +/obj/item/storage/part_replacer/bluespace/tier4, +/obj/item/storage/part_replacer/bluespace/tier4, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"hfQ" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"hgx" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"hgR" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"hhA" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"hhC" = ( +/obj/machinery/door/airlock/centcom{ + name = "Отдел кадров"; + req_access = list(101) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"hii" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"hil" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellow" + }, +/area/centcom/ss220/admin3) +"hiI" = ( +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"hiV" = ( +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"hjo" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"hjy" = ( +/obj/structure/railing/corner, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"hjC" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"hjZ" = ( +/obj/machinery/suit_storage_unit/syndicate, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"hka" = ( +/obj/machinery/door/airlock/centcom{ + name = "Конференц Зал"; + req_access = list(101) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"hkc" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"hkd" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Рабочая Зона" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"hlh" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + name = "Ship External Access"; + req_access = list(153) + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"hlj" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/shuttle/supply) +"hlZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"hmE" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/park) +"hmI" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/ashtray/bronze{ + pixel_x = 5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"hmX" = ( +/obj/structure/chair/comfy/corp{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"hnu" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 4; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/admin3) +"hnz" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"hnB" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"hnM" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"hnT" = ( +/obj/machinery/economy/vending/wallmed/syndicate/directional/north, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"hoc" = ( +/obj/machinery/flasher_button{ + id = "gulagshuttleflasher"; + name = "Flash Control"; + pixel_y = -24; + req_access = list(1) + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"hom" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/item/book/manual/wiki/security_space_law/black, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/wiki/sop_engineering, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/sop_medical, +/obj/item/book/manual/wiki/sop_science, +/obj/item/book/manual/wiki/sop_security, +/obj/item/book/manual/wiki/sop_service, +/obj/item/book/manual/wiki/sop_supply, +/obj/structure/bookcase, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"hop" = ( +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"hoH" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"hoJ" = ( +/obj/effect/decal/nanotrasen_logo/n6, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/park) +"hoK" = ( +/obj/machinery/door/airlock/centcom{ + name = "Оружейная"; + req_access = list(114) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_Office_Armory"; + layer = 3; + name = "Тебе скорее всего сюда нельзя, увы." + }, +/obj/machinery/door_control/no_emag/west{ + id = "СС_Office_Armory"; + name = "Blast Door Open"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"hoL" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"hoY" = ( +/obj/structure/table/glass, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/red, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"hpd" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 9 + }, +/area/centcom/ss220/evac) +"hpQ" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/bar) +"hqz" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/box/white, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"hqL" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"hqU" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit/directional/south, +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 4 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 8 + }, +/obj/item/lighter/zippo/fluff/michael_guess_1{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"hqY" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/turf_decal/siding/wideplating/dark/corner{ + dir = 8 + }, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"hrd" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 8; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/ss220/admin3) +"hrY" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/cowboy/white, +/obj/item/clothing/shoes/cowboy/white, +/obj/item/clothing/shoes/fluff/noble_boot{ + pixel_y = -5 + }, +/obj/item/clothing/shoes/fluff/noble_boot{ + pixel_y = -5 + }, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals{ + pixel_y = -5 + }, +/obj/item/clothing/shoes/jackboots/jacksandals{ + pixel_y = -5 + }, +/obj/item/clothing/shoes/leather{ + pixel_y = -3 + }, +/obj/item/clothing/shoes/leather{ + pixel_y = -3 + }, +/obj/item/clothing/shoes/white{ + pixel_y = -3 + }, +/obj/item/clothing/shoes/white{ + pixel_y = -3 + }, +/obj/item/clothing/shoes/centcom{ + pixel_y = -6 + }, +/obj/item/clothing/shoes/centcom{ + pixel_y = -6 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"hrZ" = ( +/obj/machinery/sleeper/syndie, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"hsa" = ( +/obj/structure/table, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/suit/straight_jacket, +/obj/item/melee/icepick, +/obj/item/radio/intercom/syndicate{ + pixel_x = 28; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"hse" = ( +/obj/structure/table, +/obj/machinery/door/window/brigdoor{ + color = "red"; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"hsI" = ( +/obj/structure/platform/corner{ + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"htc" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"htl" = ( +/obj/machinery/computer/card/minor{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreenfull" + }, +/area/centcom/ss220/command) +"htH" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"htP" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"huj" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"huM" = ( +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"huN" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"hva" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/nian{ + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"hvm" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"hvB" = ( +/obj/machinery/door/airlock/multi_tile/command/glass{ + name = "Командный Центр"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/stairs/left{ + color = "gray" + }, +/area/centcom/ss220/command) +"hwb" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"hwT" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"hxf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"hxM" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"hxQ" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/combat{ + pixel_y = 9 + }, +/obj/item/clothing/gloves/combat{ + pixel_y = 6 + }, +/obj/item/clothing/gloves/combat{ + pixel_y = 3 + }, +/obj/item/clothing/gloves/combat, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"hxU" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"hxY" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/ss220/bar) +"hyf" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"hyg" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"hyv" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"hyA" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"hyJ" = ( +/obj/machinery/door/airlock/centcom{ + name = "Офис Командования"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"hzD" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"hAD" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 1; + layer = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hAQ" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"hBJ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/admin3) +"hBN" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/kidan{ + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"hCi" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/control) +"hCC" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"hCE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"hCS" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"hDe" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/supply) +"hDG" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"hDK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"hDP" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"hDW" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"hEf" = ( +/obj/machinery/sleeper/syndie, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"hEp" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"hER" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"hFn" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"hFw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/no_emag{ + id = "syndieshutters"; + name = "remote shutter control"; + req_access = list(150) + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"hFD" = ( +/obj/structure/closet/crate/secure/bin, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"hFE" = ( +/obj/structure/chair/comfy/corp{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"hFJ" = ( +/obj/structure/chair/sofa/corp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"hFO" = ( +/obj/structure/flora/junglebush/large{ + layer = 4.7 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"hFS" = ( +/obj/structure/statue/mooniverse/soo, +/turf/simulated/floor/plasteel{ + desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; + icon_state = "plaque"; + name = "Comemmorative Plaque" + }, +/area/centcom/ss220/park) +"hFV" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/obj/item/teleporter/admin{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/teleporter/admin, +/obj/item/teleporter/admin{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/sign/poster/contraband/c20r{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"hGl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"hGn" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"hGz" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/bar) +"hGG" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"hHc" = ( +/obj/structure/chair/stool{ + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"hHu" = ( +/obj/structure/table/glass, +/obj/item/food/burger/cheese{ + pixel_y = 3 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"hHD" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"hHE" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"hHM" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/no_emag{ + pixel_y = 8; + name = "Первое орудие"; + id = "cc_bsa1"; + pixel_x = -6 + }, +/obj/machinery/door_control/no_emag{ + pixel_y = 8; + name = "Второе орудие"; + id = "cc_bsa2"; + pixel_x = 6 + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -2; + name = "Третье орудие"; + id = "cc_bsa3"; + pixel_x = -6 + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -2; + name = "Четвертое орудие"; + id = "cc_bsa4"; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"hIe" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/control) +"hIH" = ( +/obj/structure/closet/crate/secure/bin{ + color = "#36373a"; + anchored = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry/end, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"hIM" = ( +/obj/structure/statue/sandstone/venus{ + anchored = 1; + dir = 8; + layer = 5; + pixel_y = 8; + pixel_x = 15 + }, +/obj/structure/flora/ausbushes/sunnybush{ + layer = 5 + }, +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"hIN" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"hJh" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 8; + req_access = list(150) + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/infteam) +"hJi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_mech_rover"; + name = "SST Armory Mech Rover" + }, +/obj/effect/mapping_helpers/light{ + light_range = 3 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"hJm" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"hJt" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 5 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"hJN" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"hKh" = ( +/obj/structure/mirror{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"hKw" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/ss220/admin3) +"hKA" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/curtain/open/shower/security{ + color = "#222222" + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/centcom/ss220/admin2) +"hKD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"hKR" = ( +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/park) +"hKS" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"hLd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"hLg" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"hLH" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"hLN" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"hLU" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"hMj" = ( +/obj/machinery/smartfridge/secure/chemistry/preloaded/syndicate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"hMm" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null; + dir = 8 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate_sit) +"hMQ" = ( +/obj/structure/light_fake/small, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership) +"hMY" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"hNa" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"hNd" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"hNH" = ( +/obj/machinery/porta_turret/syndicate/interior, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"hNP" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"hOf" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"hOo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"hOq" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"hPo" = ( +/obj/structure/rack, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"hPu" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"hPF" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin2) +"hPK" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/item/flag/syndi, +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = 30; + id = "nukeop_storage"; + name = "ATOM Storage"; + req_access = list(150) + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"hPO" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/clusterbuster, +/obj/item/grenade/chem_grenade/incendiary{ + name = "Incendiary Grenade" + }, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/obj/item/kitchen/knife/combat, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"hQe" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"hQW" = ( +/obj/mecha/combat/marauder, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"hRt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndishuttle_vent"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"hRX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Блокпост"; + req_access = list(104) + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"hSb" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/pen/multi/fountain{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stamp/bigdeny{ + pixel_x = 12; + pixel_y = -1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"hSm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"hSE" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredaltstrip" + }, +/area/centcom/ss220/admin3) +"hSM" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/faxes, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/random/triple, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"hSN" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"hSO" = ( +/obj/structure/rack, +/obj/item/grenade/clusterbuster/emp{ + pixel_y = 12 + }, +/obj/item/grenade/clusterbuster/emp{ + pixel_y = 8 + }, +/obj/item/grenade/clusterbuster/emp{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"hTJ" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"hUn" = ( +/obj/machinery/icemachine{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"hUz" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"hUY" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/machinery/chem_dispenser/beer/upgraded{ + pixel_y = 6 + }, +/obj/structure/table/reinforced{ + color = "#996633" + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"hVc" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"hVs" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 8; + height = 20; + id = "freegolem_transit"; + name = "free golem in transit"; + width = 16 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space/centcomm) +"hVA" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"hWg" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"hWn" = ( +/obj/structure/light_fake/spot, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"hWD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"hXd" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_outside"; + name = "Outside Blast Door" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"hXq" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/mineral/abductor/fifty, +/obj/item/stack/sheet/mineral/bananium/fifty, +/obj/item/stack/sheet/mineral/tranquillite/fifty, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"hXC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"hXH" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"hXZ" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/proto, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 4 + }, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/proto{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"hYp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"hYu" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"hYK" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt" + }, +/area/centcom/ss220/admin3) +"hYP" = ( +/obj/machinery/light/directional/east, +/obj/structure/window/reinforced{ + color = "red" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate_sit) +"hZP" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"iaf" = ( +/obj/structure/fence{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"ibG" = ( +/obj/machinery/dna_scannernew/upgraded, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"ibI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/shuttle/escape) +"icd" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"icv" = ( +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray"; + dir = 4 + }, +/area/centcom/ss220/admin1) +"icE" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/ss220/command) +"icT" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"idU" = ( +/obj/structure/railing/cap/normal, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"ieh" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/machinery/gameboard, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/ss220/park) +"ieu" = ( +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"ieB" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"ieC" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"ieF" = ( +/obj/structure/statue/delta/north, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"ieM" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"ieQ" = ( +/obj/structure/table/glass, +/obj/machinery/fishtank/bowl{ + pixel_y = 6 + }, +/obj/item/toy/figure/crew/cmo{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"ieX" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"ieY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Labor Camp Shuttle"; + network = list("Labor Camp"); + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"ifc" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"ifC" = ( +/obj/effect/bump_teleporter{ + id = "Synd23"; + id_target = "Synd13" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ifH" = ( +/obj/structure/table/reinforced, +/obj/item/robot_parts/robot_component/armour{ + pixel_x = -4 + }, +/obj/item/stack/nanopaste{ + pixel_x = 5 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"ifL" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"ifN" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"igF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"igQ" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"ihB" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"ihY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"iiq" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"iis" = ( +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"iiw" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"ijd" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"ije" = ( +/obj/structure/bed/mattress, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"ijn" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/conveyor/east{ + id = "QMLoad1"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"ijz" = ( +/obj/machinery/flasher_button{ + id = "syndie_FB_cells"; + layer = 4; + name = "Prison Flasher"; + pixel_x = -26; + req_access = list(150) + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"ijD" = ( +/obj/structure/curtain/open/shower/engineering, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/supply) +"ijR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"ika" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"ikt" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/syndicate_mothership/elite_squad) +"ikL" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/spawner/ertdirector, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"ikR" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"ikT" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/ss220/court) +"ilj" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"ilB" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"ilF" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"ilH" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/plasmarglass/fifty{ + pixel_x = -7 + }, +/obj/item/stack/sheet/plasmarglass/fifty{ + pixel_x = -7 + }, +/obj/item/stack/sheet/plasmarglass/fifty{ + pixel_x = -7 + }, +/obj/item/stack/sheet/plasmarglass/fifty{ + pixel_x = -7 + }, +/obj/item/stack/sheet/plasmarglass/fifty{ + pixel_x = -7 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/plastitaniumglass/fifty, +/obj/item/stack/sheet/plastitaniumglass/fifty, +/obj/item/stack/sheet/plastitaniumglass/fifty, +/obj/item/stack/sheet/plastitaniumglass/fifty, +/obj/item/stack/sheet/plastitaniumglass/fifty, +/obj/item/stack/sheet/titaniumglass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/titaniumglass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/titaniumglass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/titaniumglass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stack/sheet/titaniumglass/fifty{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ilZ" = ( +/obj/structure/table/glass, +/obj/item/pizzabox/mushroom{ + pixel_y = 10 + }, +/obj/item/pizzabox/pepperoni{ + pixel_y = 13 + }, +/obj/item/pizzabox/hawaiian{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"imp" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"imy" = ( +/obj/effect/spawner/window/reinforced/tinted, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin2) +"imQ" = ( +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"ini" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"ink" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 8 + }, +/area/centcom/ss220/court) +"inv" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"inN" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + color = "gray" + }, +/area/centcom/ss220/admin3) +"ios" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"ioH" = ( +/obj/machinery/computer/account_database{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"ipb" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/l6_saw, +/obj/item/gun/projectile/automatic/l6_saw{ + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/l6_saw{ + pixel_x = 4 + }, +/obj/item/gun/projectile/automatic/l6_saw{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/l6_saw{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"ipi" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"ipl" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/pen/multi/gold{ + pixel_y = 3 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_y = 27 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"ipn" = ( +/obj/machinery/door_control/no_emag{ + pixel_x = -32; + wires = 1; + id = "nukeop_ready"; + name = "Shuttle Dock Door"; + specialfunctions = 4; + req_access = list(151) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ipu" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"ipH" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"ipI" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + req_access = list(114) + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/centcom/ss220/court) +"iqg" = ( +/obj/structure/flora/junglebush/large{ + layer = 5 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"iqm" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"iqn" = ( +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"iqG" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"iqM" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate) +"iri" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/pinkcuffs, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"irm" = ( +/obj/machinery/computer/cloning{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"iry" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"irE" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"irF" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/effect/spawner/random/ccfood/alcohol, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"irK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/airlock_controller/air_cycler{ + pixel_x = -25; + vent_link_id = "syndishuttle_vent"; + ext_door_link_id = "syndishuttle_door_ext"; + int_door_link_id = "syndishuttle_door_int"; + ext_button_link_id = "syndishuttle_btn_ext"; + int_button_link_id = "syndishuttle_btn_int"; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"ise" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 12; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 6; + pixel_x = -7; + list_reagents = list("whiskey = 50") + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 6 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/drinks/bottle/cognac{ + pixel_y = 5; + pixel_x = 5 + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"isq" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = -6 + }, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/m90, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"isB" = ( +/obj/structure/table, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/gold{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/gold/heroism{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/effect/turf_decal/stripes/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"isT" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"ita" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"itk" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1; + name = "Хранилище Канцелярии" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"itv" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"itw" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"itB" = ( +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"iuG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"iuJ" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"iuR" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"iuT" = ( +/obj/structure/light_fake/small, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"ivd" = ( +/obj/machinery/computer/arcade/battle{ + dir = 4 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"ivy" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 11; + pixel_y = 13 + }, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_x = 4; + pixel_y = 7 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"ivA" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + color = "gray" + }, +/area/centcom/ss220/admin1) +"ivB" = ( +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/machinery/door_control/no_emag/east{ + id = "CC_Armory_Advanced_3"; + name = "Энергетическое"; + req_access = list(114) + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/obj/item/ammo_box/magazine/m556{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"ivH" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"ivK" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_y = 5 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"ivP" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"ivS" = ( +/obj/effect/turf_decal/delivery/red, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iwe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/syndicate, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"iwf" = ( +/obj/structure/table/wood, +/obj/item/food/chocolatecakeslice, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"iwk" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"iwt" = ( +/obj/effect/baseturf_helper/lava_land, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/mining) +"iwE" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/ss220/command) +"iwO" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"ixm" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/stamp, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"ixq" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 10; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"ixG" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/deck/cards/black, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"iyK" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"iyT" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + id_tag = "nukeop_ready" + }, +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"izl" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/cyan, +/area/centcom/ss220/supply) +"izO" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"izV" = ( +/obj/effect/turf_decal/siding/black, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/documents/nanotrasen{ + pixel_y = -2; + pixel_x = 6 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Брифинг-зал"; + req_access = list(114) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"iAz" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"iAJ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/ss220/jail) +"iAT" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/effect/landmark/spawner/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"iBf" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"iBV" = ( +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"iCa" = ( +/obj/effect/landmark/spawner/prisonwarp, +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"iCF" = ( +/obj/structure/railing, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"iCR" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"iDh" = ( +/obj/structure/closet/syndicate/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iFa" = ( +/obj/structure/statue/diamond/ai1{ + pixel_y = 8; + anchored = 1; + layer = 3.2 + }, +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"iFn" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a"; + layer = 3.1 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"iFp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"iFr" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/bar) +"iFG" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/park) +"iFH" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"iGF" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"iHi" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"iHt" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/centcom/ss220/evac) +"iHu" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 6 + }, +/area/centcom/ss220/park) +"iHQ" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"iHR" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"iIw" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/bench{ + dir = 1; + cover_color = "#68452a" + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"iIC" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin1) +"iIH" = ( +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"iIJ" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "CC_conf_window"; + closingLayer = 3.2 + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/admin2) +"iJa" = ( +/obj/structure/table/reinforced, +/obj/item/borg/upgrade/selfrepair, +/obj/item/borg/upgrade/selfrepair, +/obj/item/stock_parts/cell/bluespace, +/obj/item/stock_parts/cell/bluespace, +/obj/item/borg/upgrade/vtec, +/obj/item/borg/upgrade/vtec, +/obj/item/storage/toolbox/drone{ + pixel_y = 13 + }, +/obj/machinery/door_control/no_emag/north{ + id = "CC_Armory_Mech"; + name = "Оружейная - Мехи"; + req_access = list(114) + }, +/obj/item/borg/upgrade/thrusters, +/obj/item/borg/upgrade/restart, +/obj/item/borg/upgrade/disablercooler, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"iJb" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"iJr" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_drop, +/obj/item/organ/internal/cyberimp/brain/anti_sleep, +/obj/item/organ/internal/cyberimp/brain/anti_sleep, +/obj/item/organ/internal/cyberimp/brain/anti_sleep, +/obj/item/organ/internal/cyberimp/brain/anti_stam, +/obj/item/organ/internal/cyberimp/brain/anti_stam, +/obj/item/organ/internal/cyberimp/brain/anti_stam, +/obj/item/organ/internal/cyberimp/brain/clown_voice, +/obj/item/organ/internal/cyberimp/brain/clown_voice, +/obj/item/organ/internal/cyberimp/brain/clown_voice, +/obj/item/organ/internal/cyberimp/brain/speech_translator, +/obj/item/organ/internal/cyberimp/brain/speech_translator, +/obj/item/organ/internal/cyberimp/brain/speech_translator, +/obj/item/organ/internal/cyberimp/brain/wire_interface, +/obj/item/organ/internal/cyberimp/brain/wire_interface, +/obj/item/organ/internal/cyberimp/brain/wire_interface, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"iJu" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"iJD" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"iJE" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"iJH" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"iKb" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium{ + pixel_x = -6; + pixel_y = 13 + }, +/obj/item/reagent_containers/drinks/bottle/cognac{ + pixel_y = 11 + }, +/obj/item/reagent_containers/drinks/bottle/goldschlager{ + pixel_y = 14; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/bottle/patron{ + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"iKz" = ( +/obj/effect/landmark/spawner/ert, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"iKK" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"iKN" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"iKO" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"iLT" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"iMo" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/centcom/ss220/medbay) +"iMy" = ( +/obj/machinery/door/airlock{ + name = "Приватная комната" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/centcom/ss220/park) +"iML" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/chem_master, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"iNh" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"iNH" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"iNZ" = ( +/obj/structure/flora/biolumini{ + pixel_y = 2 + }, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"iOx" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/autosurgeon/organ, +/obj/item/autosurgeon/organ, +/obj/item/autosurgeon/organ, +/obj/item/autosurgeon/organ, +/obj/item/autosurgeon/organ, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"iOD" = ( +/obj/structure/platform/corner{ + dir = 8; + anchored = 1 + }, +/obj/item/flag{ + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"iOM" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"iOS" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + armor = list("melee"=100,"bullet"=100,"laser"=100,"energy"=100,"bomb"=100,"rad"=100,"fire"=100,"acid"=100); + req_access = list(114) + }, +/obj/item/card/id/centcom{ + name = "Supreme Judge ID card"; + pixel_x = -3; + pixel_y = -3; + registered_name = "Supreme Judge" + }, +/obj/item/clothing/suit/judgerobe{ + name = "Supreme Judge's robe" + }, +/obj/item/clothing/head/powdered_wig{ + name = "Supreme Judge wig" + }, +/obj/item/clothing/under/suit/really_black{ + name = "Supreme Judge suit" + }, +/obj/item/clothing/gloves/color/white{ + desc = null; + name = "Supreme Judge gloves" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/mask/holo_cigar, +/obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt/coat_nt, +/obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt/coat_nt, +/obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt, +/obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"iOY" = ( +/obj/structure/statue/delta/sw, +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"iPl" = ( +/obj/machinery/computer/account_database{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreenfull" + }, +/area/centcom/ss220/command) +"iPE" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"iQa" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"iQA" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin2) +"iQW" = ( +/obj/structure/closet/crate/medical, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/storage/box/beakers, +/obj/item/robot_parts/l_arm, +/obj/item/robot_parts/r_arm, +/obj/item/clothing/mask/surgical, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/breath/medical, +/obj/item/robot_parts/l_leg, +/obj/item/robot_parts/r_leg, +/obj/item/radio/intercom/syndicate{ + pixel_x = -28; + dir = 4 + }, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"iRb" = ( +/obj/machinery/economy/vending/nt_food/free, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"iRB" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"iRI" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/shuttle/escape) +"iRQ" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"iSp" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"iSW" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"iTG" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/cargo) +"iTH" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/delivery/white, +/obj/item/circuitboard/autolathe/syndi, +/obj/item/circuitboard/autolathe/syndi, +/obj/item/circuitboard/sleeper/syndicate, +/obj/item/circuitboard/sleeper/syndicate, +/obj/item/borg/upgrade/syndicate, +/obj/item/borg/upgrade/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"iTO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"iUn" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"iUu" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 + }, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"iUy" = ( +/obj/effect/bump_teleporter{ + id = "Synd12"; + id_target = "Synd22" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"iUA" = ( +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"iUB" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SIT_outside" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"iUL" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"iVd" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"iVu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"iWD" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/pizzabox/infinite{ + pixel_y = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"iXk" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"iXp" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"iXE" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"iXO" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"iXU" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"iYk" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellow"; + dir = 1 + }, +/area/centcom/ss220/admin3) +"iYm" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredaltstrip" + }, +/area/centcom/ss220/jail) +"iYp" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/bar) +"iYq" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/megaphone, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"iZU" = ( +/obj/effect/turf_decal/stripes/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"jak" = ( +/obj/machinery/door/airlock/external{ + name = "Ship External Access"; + req_access = list(153) + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"jaq" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"jaR" = ( +/obj/item/robot_parts/robot_component{ + desc = "Некая блюспейс сущность, обещала когда нибудь его доделать..."; + name = "Недоделанный бот" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"jbl" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"jbF" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"jcg" = ( +/obj/structure/light_fake/spot, +/obj/machinery/door_control/no_emag{ + id = "Aspid_main_storage"; + wires = 1; + name = "Aspid main storage"; + emagged = 1; + pixel_y = -32; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"jdv" = ( +/obj/item/flag/nt{ + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"jdM" = ( +/obj/structure/light_fake/small, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jed" = ( +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"jef" = ( +/obj/structure/falsewall/reinforced{ + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"jeH" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_y = 5 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -12; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"jeI" = ( +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 6; + req_one_access = list(101); + color = "#ffea2e"; + name = "Факс Верховного Командования Nanotrasen"; + desc = "Смотря на этот факс, у вас по лицу начинает течь жир. Однако этот факс создан из чистейшего золота с вкраплениями из бриллиантов и духовных рубинов для Верховного Командования NanoTraHen" + }, +/obj/structure/table/wood/fancy/black, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"jfm" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"jfw" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor"; + name = "floor" + }, +/area/syndicate_mothership/outside) +"jfZ" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/donkpockets, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership) +"jgl" = ( +/obj/structure/platform/corner{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"jgu" = ( +/obj/structure/closet/crate/engineering, +/obj/item/storage/toolbox/electrical{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 4; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"jgz" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Escape Shuttle Infirmary" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"jgC" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/ss220/park) +"jgK" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"jhd" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"jhm" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium{ + pixel_x = -8; + pixel_y = 22; + layer = 4 + }, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium{ + pixel_x = -1; + pixel_y = 22; + layer = 4 + }, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium{ + pixel_x = 6; + pixel_y = 22; + layer = 4 + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"jhp" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/regular/doctor, +/obj/item/storage/firstaid/regular/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"jhI" = ( +/obj/machinery/washing_machine, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"jie" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"jir" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 6 + }, +/area/centcom/ss220/general) +"jiu" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/admin3) +"jiA" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"jjE" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"jki" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_Cargo_Turret"; + layer = 3; + name = "КПП" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/bar) +"jkl" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"jkN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"jlc" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"jlm" = ( +/obj/structure/chair/comfy/corp{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"jlp" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"jmk" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jmD" = ( +/obj/effect/turf_decal/box/white{ + color = "#6697cc" + }, +/obj/effect/turf_decal/miscellaneous/number/number_4{ + color = "#6697cc"; + dir = 1; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"jmF" = ( +/obj/item/storage/toolbox/fluff/lunchbox{ + pixel_x = 4; + pixel_y = -3 + }, +/turf/simulated/floor/beach/away/sand, +/area/syndicate_mothership/outside) +"jnz" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"jnA" = ( +/obj/machinery/door/airlock/centcom, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"jnR" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"joa" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"jof" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"jok" = ( +/turf/simulated/floor/beach/away/coastline{ + dir = 6; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"jom" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin1) +"joz" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/random, +/obj/item/book/manual/random, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"joD" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/asteroid/ancient + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"joG" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/centcom{ + dir = 1 + }, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/park) +"joQ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"joW" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 14; + pixel_y = 6 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + req_access = list(114) + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"jpN" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"jpY" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/machinery/economy/vending/syndicigs, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"jqd" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"jqr" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/park) +"jqw" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"jqE" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"jrf" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"jrk" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"jrr" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"jrC" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + closingLayer = 3.2; + id_tag = "SST_ready"; + layer = 3.02 + }, +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"jrH" = ( +/obj/item/kirbyplants, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"jsg" = ( +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jss" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/shuttle/escape) +"jsB" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"jsD" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"jsR" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jsW" = ( +/obj/structure/sign/flag/nanotrasen, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin2) +"jtg" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"jtX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jud" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"juv" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"juF" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/ss220/admin3) +"jvf" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"jvw" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"jvG" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin1) +"jvO" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/item/extinguisher/mini, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"jwn" = ( +/obj/structure/safe/floor, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"jwq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"jwS" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"jxO" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"jyq" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/control) +"jyu" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"jyz" = ( +/turf/simulated/floor/redgrid, +/area/centcom/ss220/admin3) +"jyE" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"jyU" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_outside"; + name = "Outside Blast Door" + }, +/obj/effect/turf_decal/siding/black, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"jyV" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"jyZ" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"jzh" = ( +/mob/living/silicon/decoy/syndicate{ + desc = "Мышь в естественной среде обитания"; + icon_state = "ai-fuzz"; + name = "R.A.T.G.E." + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/control) +"jAn" = ( +/obj/machinery/kitchen_machine/oven, +/obj/item/food/rawcookies/chocochips{ + pixel_x = -1; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"jAC" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/admin1) +"jAU" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder/red, +/obj/effect/turf_decal/siding/black{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"jAX" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/centcom/ss220/park) +"jBg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"jBE" = ( +/obj/structure/light_fake, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"jBO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"jCl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/bench/right, +/obj/structure/sign/double/map/left{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"jCR" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"jCU" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + pixel_x = 16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"jCX" = ( +/obj/structure/platform, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"jDz" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"jDQ" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"jEd" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"jEj" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"jEs" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"jEY" = ( +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"jEZ" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"jFn" = ( +/obj/mecha/combat/gygax/nt/loaded_epsilon, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"jFL" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/gunrack{ + color = "grey" + }, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/obj/structure/railing{ + color = "#36454F"; + dir = 4 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"jFQ" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"jGj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/safe{ + known_by = list("NNC") + }, +/obj/item/stack/spacecash{ + amount = 1000000; + max_amount = 1000000; + name = "Мильён" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"jGA" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"jHd" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"jHp" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/zipties{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/box/zipties{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 9; + pixel_y = 6 + }, +/obj/item/storage/box/teargas{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/item/storage/box/teargas{ + pixel_x = 9; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/admin3) +"jHG" = ( +/obj/structure/flora/rock/jungle, +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 5; + on = 1; + pixel_x = -2; + pixel_y = 11 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"jHL" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"jHN" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"jHR" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"jIb" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"jIP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"jIT" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"jJa" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"jJu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#99ff99"; + id_tag = "SST_armory_basic"; + name = "SST Armory Basic Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"jJQ" = ( +/obj/machinery/economy/vending/toyliberationstation, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"jKB" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"jKD" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"jKT" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/obj/machinery/door_control/no_emag{ + pixel_x = 32; + id = "Aspid_poddor_right"; + wires = 1; + name = "Aspid poddor"; + emagged = 1; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"jLd" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"jLf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"jLA" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"jLT" = ( +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"jLZ" = ( +/obj/item/flag/syndi, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"jMb" = ( +/obj/structure/table/glass/reinforced/titanium{ + color = "#dbc921"; + name = "усиленный золотой стеклянный стол с отделкой из пластитана" + }, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"jMe" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"jMh" = ( +/obj/structure/table/reinforced, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/machinery/door_control/no_emag/west{ + req_access = list(114); + name = "Огнестрел"; + id = "CC_Armory_Advanced_2" + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/m556/arg{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"jMn" = ( +/obj/structure/light_fake/spot, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"jMu" = ( +/obj/structure/closet/crate/freezer, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/nitrogen, +/obj/item/tank/internals/emergency_oxygen/plasma, +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"jMU" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/syndicate_elite) +"jNn" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"jNu" = ( +/obj/structure/chair/stool/bar/dark, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"jNw" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/obj/structure/light_fake, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"jNB" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"jOb" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"jOe" = ( +/obj/structure/table/glass, +/obj/item/circular_saw, +/obj/item/surgicaldrill, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/sink/directional/south, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"jOk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"jOx" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrowncorners" + }, +/area/centcom/ss220/supply) +"jOB" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"jPg" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"jPy" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Escape Shuttle Cell"; + req_access = list(63) + }, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"jPE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"jQa" = ( +/obj/structure/flora/rock, +/turf/simulated/floor/beach/away/sand, +/area/syndicate_mothership/outside) +"jQq" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + name = "custom placement" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"jRv" = ( +/obj/machinery/economy/vending/chinese/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"jRW" = ( +/obj/structure/table/glass, +/obj/item/food/benedict, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"jSO" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"jSP" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law/black, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"jUN" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"jVa" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/butcher_chainsaw, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"jVd" = ( +/obj/structure/bed/double, +/obj/item/bedsheet/centcom/double, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"jVl" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"jVL" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"jVM" = ( +/obj/structure/table/reinforced, +/obj/item/shield/riot/tele{ + pixel_x = -7 + }, +/obj/item/shield/riot/tele{ + pixel_x = -7 + }, +/obj/item/shield/riot/tele{ + pixel_x = -7 + }, +/obj/item/shield/riot/tele{ + pixel_x = 7 + }, +/obj/item/shield/riot/tele{ + pixel_x = 7 + }, +/obj/item/shield/riot/tele{ + pixel_x = 7 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"jVU" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/greys{ + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"jWb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Столовая" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin1) +"jWd" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"jWg" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8; + invisibility = 101; + layer = 1.6 + }, +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/syndicate) +"jWM" = ( +/obj/machinery/crema_switch{ + pixel_y = 32; + id = 2 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_y = -7 + }, +/obj/item/storage/box/gloves{ + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 11; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"jXb" = ( +/obj/structure/light_fake/spot, +/obj/structure/closet/crate/secure/bin{ + color = "#36373a"; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"jXc" = ( +/obj/structure/flora/tree/jungle{ + pixel_y = -12 + }, +/obj/item/flashlight/lantern{ + anchored = 1; + on = 1; + pixel_x = 10; + pixel_y = 14 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"jXp" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "CC_Armory_Advanced_2"; + name = "Огнестрел"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"jXy" = ( +/obj/effect/turf_decal/siding/wood/cherry/end, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"jXI" = ( +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"jYa" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"jYJ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin1) +"jZg" = ( +/obj/structure/table/wood, +/obj/item/food/tofukebab, +/obj/item/food/tofukebab, +/obj/item/food/tofukebab, +/obj/item/food/tofukebab, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"jZq" = ( +/obj/structure/table/wood, +/obj/machinery/door/window/classic/reversed{ + name = "Library Desk Door"; + dir = 8 + }, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"kbj" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"kbt" = ( +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"kbz" = ( +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Library Desk Door" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"kcc" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 4; + pixel_x = -16; + color = "#6b8cc4"; + pixel_y = 4 + }, +/obj/structure/platform{ + layer = 3.1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"kcH" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "CC_Armory_Red"; + name = "Gamma" + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/admin3) +"kcQ" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"kcW" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"kdg" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/dessert, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"kdh" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Лазарет" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"kdG" = ( +/obj/machinery/kitchen_machine/candy_maker/upgraded, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"kel" = ( +/obj/structure/table, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_y = -1 + }, +/obj/item/reagent_containers/syringe/insulin{ + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 11 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 16; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"keE" = ( +/obj/machinery/door/airlock/bathroom{ + name = "Уборная" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/park) +"keH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"keO" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"keY" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"kfh" = ( +/obj/mecha/combat/reticence/loaded, +/obj/effect/turf_decal/stripes/red/box, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kfk" = ( +/obj/structure/table/reinforced, +/obj/item/t_scanner, +/obj/item/rpd, +/obj/item/multitool/ai_detect, +/obj/item/storage/toolbox/syndicate, +/obj/item/storage/belt/chameleon, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"kfn" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"kfS" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_y = 5 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -8; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"khe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"khr" = ( +/obj/structure/table/reinforced, +/obj/item/storage/backpack/medic, +/obj/item/storage/belt/medical, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"kiN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/cargo) +"kiY" = ( +/obj/machinery/computer/shuttle/sst{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"kjH" = ( +/obj/structure/table/wood/fancy/black, +/obj/structure/chair/stool/bar{ + icon = 'icons/obj/lighting.dmi'; + icon_state = "lantern-on"; + light_color = "#FFBF00"; + light_range = 6; + name = "lantern"; + pixel_x = 4; + pixel_y = 6 + }, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 10 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"kjY" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"kkM" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndFB_med" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"kkN" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"kkQ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/ss220/court) +"kkS" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"klm" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"klr" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/pen/multi/gold, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"klt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"klL" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"kmp" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"kmr" = ( +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"kmE" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/black{ + dir = 1 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/supply) +"kmN" = ( +/obj/structure/chair/comfy/shuttle/dark, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"knb" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/general) +"kni" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"kns" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/shuttle/assault_pod) +"knO" = ( +/obj/machinery/economy/vending/medical/syndicate_access, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"knR" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"kof" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kok" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 10 + }, +/area/centcom/ss220/evac) +"kom" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_y = 19; + pixel_x = 12 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_x = -2; + pixel_y = 19 + }, +/obj/item/reagent_containers/drinks/bottle/goldschlager{ + pixel_y = 20; + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/bottle/cognac{ + pixel_y = 17; + pixel_x = 2 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + req_access = list(114) + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"kox" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"koA" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"koQ" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kpq" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/general) +"kpt" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"kpJ" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kqe" = ( +/obj/structure/statue/delta/nw, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"kqr" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"ksk" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"kss" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"ksJ" = ( +/obj/structure/table/wood/fancy/black, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kto" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"ktu" = ( +/obj/effect/turf_decal/siding/black{ + dir = 10 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/obj/structure/window/reinforced, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_x = -30 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"ktJ" = ( +/obj/structure/chair/sofa/bench/right, +/obj/structure/sign/double/map/left{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"ktL" = ( +/obj/effect/turf_decal/caution{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"ktP" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy{ + pixel_y = 9 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kue" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"kuA" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Парк" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"kuJ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch/syndicate/command, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"kuU" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kuW" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kvd" = ( +/obj/effect/mapping_helpers/light, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"kvk" = ( +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"kvF" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"kwM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kwP" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"kxw" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"kxZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"kyu" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/centcom/ss220/admin3) +"kyy" = ( +/obj/structure/platform, +/turf/simulated/floor/plasteel/stairs{ + dir = 4 + }, +/area/centcom/ss220/bar) +"kyT" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_3"; + name = "Камера 3" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/jail) +"kyU" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"kyX" = ( +/obj/structure/table/glass, +/obj/item/pizzabox/mushroom{ + pixel_y = 10 + }, +/obj/item/pizzabox/garlic{ + pixel_y = 14 + }, +/obj/item/pizzabox/hawaiian{ + pixel_y = 18 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"kzo" = ( +/obj/structure/rack, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/x4, +/obj/item/storage/backpack/duffel/syndie/x4{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"kzp" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"kzz" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"kzT" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/lighter/zippo/blue, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kAL" = ( +/obj/structure/statue/diamond/captain{ + pixel_y = 9; + anchored = 1; + layer = 4 + }, +/turf/simulated/floor/plasteel/goonplaque/memorial, +/area/centcom/ss220/park) +"kAS" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/syndicate_mothership/jail) +"kBw" = ( +/obj/structure/table/glass, +/obj/item/ashtray/bronze{ + pixel_y = 10 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/structure/light_fake/spot, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"kBX" = ( +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/shuttle/syndicate) +"kBZ" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"kCg" = ( +/obj/machinery/economy/vending/cigarette/syndicate/free, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"kCK" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"kCY" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"kDc" = ( +/obj/structure/window/full/reinforced/polarized{ + id = "SSTprivateroom"; + color = "red" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"kDg" = ( +/obj/machinery/flasher_button{ + id = "syndie_FB_cells"; + layer = 4; + name = "Prison Flasher"; + pixel_x = 26; + req_access = list(150) + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"kDm" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"kDv" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/mining) +"kDx" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/docking_port/mobile{ + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + width = 5 + }, +/obj/docking_port/stationary{ + dwidth = 2; + height = 12; + id = "ferry_away"; + name = "centcom bay 2"; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"kDH" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/park) +"kEk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/centcom/ss220/evac) +"kEm" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"kEs" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"kEB" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "СС_Interior_2"; + name = "Зона ЦК"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_Briefing_Room_BSA"; + name = "Батарея БСА" + }, +/obj/machinery/door_control/no_emag/north{ + id = "СС_Briefing_Room_BSA"; + name = "Blast Door Open"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"kED" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = -6 + }, +/obj/item/gun/energy/gun/blueshield/pdw9{ + pixel_x = 6 + }, +/obj/item/gun/energy/gun/blueshield/pdw9, +/obj/effect/turf_decal/delivery/red, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"kEE" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"kEM" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/lavaland_air, +/area/shuttle/siberia) +"kEN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"kEY" = ( +/obj/structure/rack, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"kEZ" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock" + }, +/obj/machinery/door_control/no_emag{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_x = -25; + req_access = list(150) + }, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Front Hull Door"; + opacity = 0; + req_access = list(150) + }, +/turf/simulated/floor/plating, +/area/shuttle/syndicate_sit) +"kFg" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"kFl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"kFm" = ( +/obj/machinery/door/airlock/centcom{ + name = "Конференц Зал"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_3"; + layer = 3; + name = "Переход в Отдел Специальных Операций" + }, +/obj/machinery/door_control/no_emag/east{ + id = "CC_SOD_3"; + name = "Переход в Отдел Специальных Операций"; + req_access = list(114) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kFy" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/sliceable/noel, +/obj/item/food/smokedsausage, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"kFG" = ( +/obj/structure/closet/jcloset, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 4 + }, +/area/centcom/ss220/general) +"kFK" = ( +/obj/structure/sink/kitchen/west, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"kFS" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"kFT" = ( +/obj/machinery/computer/cloning{ + dir = 4 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"kFU" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"kGg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/smartfridge/secure/chemistry, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"kGC" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"kGT" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"kHk" = ( +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"kHq" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/storage/fancy/donut_box, +/obj/structure/sign/poster/official/religious{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/admin3) +"kHF" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"kIj" = ( +/obj/structure/chair/stool/bar/dark{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin1) +"kIl" = ( +/obj/machinery/newscaster/directional/west, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"kIB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"kIS" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_sit_1"; + name = "Side Hull Door"; + opacity = 0; + req_access = list(150) + }, +/obj/structure/fans/tiny, +/obj/machinery/door_control/no_emag{ + id = "syndicate_sit_1"; + name = "Blast Doors"; + pixel_y = -23; + wires = 1; + req_access = list(150) + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit"; + name = "SIT shuttle"; + roundstart_move = "sit_away"; + width = 11 + }, +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit_transit"; + name = "sit in transit"; + pixel_x = -32; + width = 11 + }, +/turf/simulated/floor/plating, +/area/shuttle/syndicate_sit) +"kJc" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"kJF" = ( +/obj/machinery/optable, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"kJT" = ( +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_conf_private"; + name = "Переговорная" + }, +/obj/machinery/door_control/no_emag/north{ + id = "СС_conf_private"; + name = "Blast Door Open"; + req_access = list(114) + }, +/obj/machinery/door/airlock/centcom{ + name = "Переговорная"; + req_access = list(101) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kKq" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"kKs" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"kKO" = ( +/obj/machinery/porta_turret/syndicate{ + pixel_y = 2 + }, +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/indestructible/transparent_floor{ + icon_state = "router_dir"; + dir = 4 + }, +/area/shuttle/syndicate) +"kKV" = ( +/obj/effect/turf_decal/woodsiding/end, +/obj/item/flag/nt, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin2) +"kKX" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"kLu" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -8; + pixel_y = 16 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -1; + pixel_y = 16 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -1; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 6; + pixel_y = 16 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"kMg" = ( +/obj/structure/platform, +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"kMv" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndie_cargo_right_shuttle_pump" + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"kMx" = ( +/obj/structure/platform/corner{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"kMD" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/meat, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"kMT" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "cc_mech_weapon"; + name = "Mech" + }, +/obj/machinery/door_control/no_emag/west{ + id = "cc_mech_weapon"; + name = "Оружейная - Мехи"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/centcom/ss220/admin3) +"kNp" = ( +/obj/item/flag{ + pixel_y = 10 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"kNC" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"kNM" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"kOy" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"kOR" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"kPc" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"kPK" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"kPR" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/blue{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/park) +"kPY" = ( +/obj/effect/turf_decal{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kQG" = ( +/obj/structure/marker_beacon/spotlight/jade, +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"kQR" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/bar) +"kQT" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Cargo_Office_Exterior_1"; + name = "Открыть выход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 8; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Cargo_Office_Interior_1"; + name = "Открыть вход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = -2; + req_access = list(101) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/general) +"kRf" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/structure/table/wood/fancy/purple, +/obj/structure/sign/poster/official/random/north, +/obj/effect/spawner/random/ccfood/alcohol, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"kRo" = ( +/obj/machinery/clonepod/upgraded, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"kRT" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/bar) +"kSs" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/cowboy/white{ + name = "white boots" + }, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/fluff/noble_boot, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/jackboots/jacksandals, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/leather, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/white{ + icon_state = "secshoes"; + name = "shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"kSC" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"kSJ" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SyndFB_prison_stroll_blast"; + layer = 3.1; + closingLayer = 3.1 + }, +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"kTp" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/cyan, +/area/centcom/ss220/supply) +"kUd" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 10; + dir = 8 + }, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"kUq" = ( +/obj/structure/table/reinforced, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/stack/nanopaste, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 8; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"kUt" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"kUQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"kUR" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/mineral/plastitanium/fifty{ + pixel_x = -5 + }, +/obj/item/stack/sheet/mineral/plastitanium/fifty{ + pixel_x = -5 + }, +/obj/item/stack/sheet/mineral/plastitanium/fifty{ + pixel_x = -5 + }, +/obj/item/stack/sheet/mineral/plastitanium/fifty{ + pixel_x = -5 + }, +/obj/item/stack/sheet/mineral/plastitanium/fifty{ + pixel_x = -5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/obj/item/stack/sheet/mineral/titanium/fifty{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kVz" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin2) +"kWj" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"kWA" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"kXh" = ( +/turf/space/transit/east{ + dir = 8 + }, +/area/space/centcomm) +"kXn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ff9999"; + id_tag = "SST_armory_mech_mauler"; + name = "SST Armory Mech Mauler" + }, +/obj/effect/mapping_helpers/light{ + light_range = 3 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"kXO" = ( +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"kXP" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/obj/machinery/button/windowtint/south{ + id = "cc_syrg_1" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"kXT" = ( +/obj/effect/turf_decal/stripes/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kYy" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/general) +"kZg" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/bar) +"kZq" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"kZy" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"kZP" = ( +/obj/effect/decal/nanotrasen_logo/n6{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"lae" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"lav" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101); + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"laA" = ( +/obj/structure/sign/poster/contraband/lusty_xenomorph{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/blood/slime, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/bar) +"laG" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"laN" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"laR" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SyndFB_prison_stroll_blast"; + layer = 3.1; + closingLayer = 3.1 + }, +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"lbh" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/machinery/light{ + dir = 4 + }, +/obj/machinery/flasher_button{ + id = "gulagshuttleflasher"; + name = "Flash Control"; + req_access = list(1) + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"lbm" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"lby" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"lbI" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "cc_mech_weapon"; + name = "Mech" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/centcom/ss220/admin3) +"lbN" = ( +/obj/structure/chair/comfy/brown{ + color = "#FF3300" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"lbU" = ( +/obj/structure/punching_bag, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"lcf" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/gavelhammer{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/gavelblock{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"lci" = ( +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"lcm" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"lcH" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"lcZ" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"lde" = ( +/obj/machinery/suit_storage_unit/syndicate{ + pixel_y = 6 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"ldu" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"ldL" = ( +/obj/structure/rack, +/obj/item/reagent_containers/applicator/dual, +/obj/item/reagent_containers/applicator/dual, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/stethoscope, +/obj/item/storage/firstaid/tactical, +/obj/item/storage/firstaid/tactical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"lek" = ( +/obj/machinery/icemachine{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/centcom/ss220/evac) +"leS" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"lfl" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndFB_teleport" + }, +/turf/simulated/wall/indestructible/opsglass, +/area/syndicate_mothership/control) +"lfO" = ( +/obj/structure/table/wood, +/obj/item/card/id/prisoner/random, +/obj/item/camera_bug, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"lfR" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"lfS" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "vault" + }, +/area/centcom/ss220/bar) +"lgu" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = -28; + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"lgw" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 1 + }, +/area/centcom/ss220/admin3) +"lgH" = ( +/turf/space/transit, +/area/space/centcomm) +"lgV" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"lhx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -28 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"lhH" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"lhO" = ( +/obj/machinery/door/airlock/centcom{ + name = "Шаттл Доставки"; + req_access = list(106) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"lid" = ( +/obj/structure/bed/dogbed/pet, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/admin2) +"liO" = ( +/obj/machinery/computer/security/wooden_tv{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"liW" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/reagent_containers/drinks/trophy/gold_cup, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"ljl" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndFB_baseright"; + layer = 3.11; + closingLayer = 3.11 + }, +/obj/machinery/door/airlock/hatch/syndicate/command, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"ljn" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"ljw" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/admin3) +"ljx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"ljX" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/disabler{ + pixel_x = -6 + }, +/obj/item/gun/energy/disabler{ + pixel_x = -3 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler{ + pixel_x = 3 + }, +/obj/item/gun/energy/disabler{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"lkn" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"lkr" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/evac) +"lkx" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"lkA" = ( +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"lkE" = ( +/obj/item/flag/nt, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"lkU" = ( +/turf/simulated/floor/plating, +/area/syndicate_mothership/control) +"lkZ" = ( +/obj/structure/chair/comfy/brown{ + color = "#3300FF" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"lld" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"llv" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"llH" = ( +/turf/simulated/floor/plasteel/stairs{ + icon_state = "rampbottom"; + dir = 1 + }, +/area/centcom/ss220/admin2) +"llM" = ( +/obj/effect/turf_decal/siding/brown, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"lmy" = ( +/obj/item/storage/bible, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/park) +"lnf" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"lnr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"lol" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/court) +"lom" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"loL" = ( +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/obj/item/clothing/mask/muzzle{ + pixel_y = 8 + }, +/obj/item/melee/baseball_bat/homerun, +/obj/item/melee/baseball_bat/ablative{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"loY" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/mining) +"lpw" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/evac) +"lpx" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"lpN" = ( +/obj/machinery/door/airlock/centcom{ + name = "Хранилище"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/impassable{ + layer = 3; + id_tag = "cc_trial"; + name = "Хранилище" + }, +/obj/machinery/door_control/no_emag/west{ + name = "Хранилище"; + id = "cc_trial"; + req_access = list(101) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"lqf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"lqs" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin1) +"lqw" = ( +/obj/machinery/door_control/no_emag{ + id = "syndFB_baseleft"; + name = "Forward Base Access"; + pixel_y = -25; + wires = 1; + emagged = 1; + req_access = list(153) + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"lrc" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_away"; + name = "Syndicate Base"; + width = 18; + turf_type = /turf/simulated/floor/plating; + area_type = /area/syndicate_mothership + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership) +"lre" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"lry" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"lrI" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/admin{ + name = "NTV Argos shuttle navigation computer" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"lrT" = ( +/obj/structure/platform/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"lrX" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"lsg" = ( +/obj/machinery/economy/vending/autodrobe/free, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"lsn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/mod/control/pre_equipped/advanced, +/obj/item/mod/control/pre_equipped/atmospheric, +/obj/item/mod/control/pre_equipped/engineering, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"lsx" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "LMG M249 SAW"; + req_access = list(114) + }, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/ammo_box/magazine/mm556x45/ap, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/item/gun/projectile/automatic/l6_saw{ + desc = "A heavily modified 5.56 light machine gun, designated 'M249 SAW'."; + name = "M249 SAW" + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"lsI" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ltd" = ( +/obj/structure/spider/terrorweb/gray, +/turf/simulated/floor/plating, +/area/syndicate_mothership/control) +"lts" = ( +/obj/item/storage/lockbox/mindshield{ + pixel_y = 15; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"lty" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 4 + }, +/area/centcom/ss220/admin3) +"ltE" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"ltL" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/mimercd, +/obj/item/mecha_parts/mecha_equipment/mimercd, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ltN" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/item/soap/syndie, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"ltU" = ( +/obj/item/storage/box/drinkingglasses, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 30 + }, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership) +"lug" = ( +/obj/structure/table/wood/fancy/blue, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"lum" = ( +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"luO" = ( +/obj/machinery/computer/sm_monitor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"lvi" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"lvp" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"lvt" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"lvz" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"lvJ" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 18; + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"lvM" = ( +/obj/structure/window/reinforced, +/obj/structure/table/glass, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"lvS" = ( +/obj/machinery/door/airlock/centcom{ + req_access = list(101); + id_tag = "CC_Cargo_Office_Interior_1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"lwb" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"lwl" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkred" + }, +/area/centcom/ss220/admin3) +"lwp" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/admin2) +"lwu" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 9 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"lwI" = ( +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/supply) +"lxo" = ( +/obj/effect/landmark/spawner/syndicate_commando, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"lxq" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"lxF" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"lxO" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"lxW" = ( +/obj/effect/turf_decal/arrows/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/syndicate_mothership/elite_squad) +"lys" = ( +/obj/item/clothing/glasses/meson{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clothing/glasses/meson{ + pixel_x = -3; + pixel_y = 1 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = -2 + }, +/obj/item/clothing/glasses/meson{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/clothing/glasses/meson{ + pixel_x = 6; + pixel_y = -8 + }, +/obj/structure/rack, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"lyW" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"lzj" = ( +/obj/machinery/computer/shuttle/sit{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"lzl" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/teleporter, +/obj/item/mecha_parts/mecha_equipment/teleporter, +/obj/item/mecha_parts/mecha_equipment/teleporter, +/obj/item/mecha_parts/mecha_equipment/teleporter, +/obj/item/mecha_parts/mecha_equipment/teleporter, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/item/mecha_parts/core, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"lzG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"lAc" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Библиотека" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/bar) +"lAi" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"lAC" = ( +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"lAX" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"lAY" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"lBj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/control) +"lBT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"lCh" = ( +/obj/item/toy/figure/crew/syndie, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"lCD" = ( +/mob/living/simple_animal/mouse/brown/demon, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"lCN" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"lCY" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 2; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 1 + }, +/area/centcom/ss220/admin3) +"lDj" = ( +/obj/machinery/computer/nonfunctional{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/command) +"lDF" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/biolumini, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + dir = 8; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"lEt" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_x = 32 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"lEw" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"lEI" = ( +/obj/structure/rack, +/obj/item/gun/rocketlauncher{ + pixel_y = 6 + }, +/obj/item/gun/rocketlauncher{ + pixel_y = 3 + }, +/obj/item/gun/rocketlauncher, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"lFa" = ( +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"lGp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"lGw" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"lGX" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"lHi" = ( +/obj/item/flag/nt, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"lHj" = ( +/obj/structure/table/reinforced, +/obj/item/toy/plushie/marble_fox{ + pixel_y = 8 + }, +/obj/item/paper_bin/syndicate{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"lIU" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/machinery/economy/vending/toyliberationstation{ + contraband = null; + products = list(/obj/item/gun/projectile/automatic/toy=10,/obj/item/gun/projectile/automatic/toy/pistol=10,/obj/item/gun/projectile/shotgun/toy=10,/obj/item/toy/sword=10,/obj/item/ammo_box/foambox=20,/obj/item/toy/foamblade=10,/obj/item/toy/syndicateballoon=10,/obj/item/clothing/suit/syndicatefake=5,/obj/item/clothing/head/syndicatefake=5,/obj/item/gun/projectile/shotgun/toy/crossbow=10,/obj/item/gun/projectile/automatic/c20r/toy/riot=10,/obj/item/gun/projectile/automatic/l6_saw/toy/riot=10,/obj/item/gun/projectile/automatic/sniper_rifle/toy=10,/obj/item/ammo_box/foambox/riot=20,/obj/item/toy/katana=10) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"lJk" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"lJz" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"lJO" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/escape) +"lJY" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"lKj" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"lKp" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Блокпост"; + req_access = list(101) + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"lKs" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 2.71; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"lKt" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"lKA" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"lKN" = ( +/obj/structure/table/reinforced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang/limited, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"lLb" = ( +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"lLn" = ( +/obj/item/gun/projectile/automatic/m90{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/m90, +/obj/item/gun/projectile/automatic/m90{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/item/ammo_box/magazine/m556, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/gunrack, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"lLq" = ( +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"lLr" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"lLw" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"lMl" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"lMo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 8 + }, +/area/centcom/ss220/evac) +"lMs" = ( +/obj/structure/mirror/magic{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"lMv" = ( +/obj/item/paper/syndimemo{ + info = "ТАК ТЫ ПОЛУЧИЛ ЭТОТ ЧЕРТОВ ДИСК?
ЕСЛИ НЕТ ТО ПОЛУЧИ ЕГО!"; + name = "paper- '?'" + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"lMG" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "vault" + }, +/area/centcom/ss220/bar) +"lMN" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"lMX" = ( +/obj/structure/table/glass, +/obj/item/food/benedict{ + pixel_y = 6 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"lNa" = ( +/obj/structure/closet/secure_closet/medical1{ + req_access = list(150) + }, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/storage/box/beakers/bluespace, +/obj/item/grenade/bananade/casing, +/obj/item/grenade/bananade/casing, +/obj/item/grenade/bananade/casing, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/item/storage/bag/chemistry, +/obj/item/storage/bag/chemistry, +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"lNI" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"lOi" = ( +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/item/clothing/under/misc/acj{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/under/misc/acj{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/under/misc/acj{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/under/misc/acj, +/obj/item/clothing/under/misc/acj{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"lOq" = ( +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 2; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"lOr" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers/bluespace, +/obj/item/reagent_scanner/adv, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"lOJ" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"lPf" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "Aspid_poddor_left" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"lPi" = ( +/obj/structure/table/glass, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"lPo" = ( +/obj/machinery/economy/vending/nta/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"lPq" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"lPt" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/syndicate_mothership/control) +"lPU" = ( +/obj/structure/closet/secure_closet/personal/cabinet{ + req_access = null + }, +/obj/item/clothing/head/towel/orange, +/obj/item/clothing/under/towel/long/orange, +/obj/item/megaphone{ + pixel_y = 5; + color = "#ffea2e" + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"lPW" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"lQt" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/structure/light_fake/small{ + dir = 8; + icon = 'modular_ss220/aesthetics/decals/icons/siding.dmi'; + icon_state = "trimline_corner_fill"; + pixel_x = 5; + pixel_y = 4; + alpha = 100 + }, +/turf/simulated/floor/beach/away/water/deep, +/area/centcom/ss220/admin1) +"lRh" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"lRi" = ( +/obj/structure/light_fake, +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"lRo" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"lRu" = ( +/obj/structure/table, +/obj/item/paper/syndimemo{ + info = "Пришлось срочно вылететь на задание. Печенье доделаете сами. - Джордж"; + name = "Записка'"; + pixel_x = 3 + }, +/obj/item/paicard/syndicate{ + pixel_x = -4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"lRO" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"lSi" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "podfloor_light" + }, +/area/syndicate_mothership/jail) +"lSv" = ( +/obj/item/assault_pod/nanotrasen, +/obj/structure/table/glass/reinforced/plastitanium, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"lSy" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"lSE" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"lTh" = ( +/obj/structure/closet/cabinet{ + req_access = list(153) + }, +/obj/item/clothing/gloves/combat, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/under/syndicate, +/obj/item/card/id/syndicate/command, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"lTv" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"lTL" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/control) +"lTM" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"lUm" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"lUC" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"lUD" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"lVm" = ( +/obj/machinery/computer/nonfunctional{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreenfull" + }, +/area/centcom/ss220/command) +"lVw" = ( +/obj/structure/closet/crate, +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"lVy" = ( +/obj/structure/light_fake/small{ + dir = 1; + light_range = 6; + light_color = "red" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"lVH" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"lVR" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"lWc" = ( +/obj/structure/chair/comfy/red, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"lWm" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"lWx" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo19" + }, +/obj/effect/turf_decal/siding/black{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"lWU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"lWX" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"lXa" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/supply) +"lXd" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/security_space_law/black, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_medical, +/obj/item/book/manual/wiki/sop_security, +/obj/item/book/manual/wiki/sop_supply, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"lXe" = ( +/obj/machinery/sleeper/syndie, +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"lXi" = ( +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"lXw" = ( +/obj/structure/statue/elwycco{ + layer = 4; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; + icon_state = "plaque"; + name = "Comemmorative Plaque" + }, +/area/centcom/ss220/park) +"lYn" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/syndicate_mothership/infteam) +"lYo" = ( +/obj/structure/statue/gold/cmo{ + anchored = 1; + pixel_y = 9; + layer = 4 + }, +/turf/simulated/floor/plasteel/goonplaque/memorial, +/area/centcom/ss220/park) +"lYs" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/infteam) +"lZs" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"lZQ" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"mad" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/general) +"may" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/general) +"maQ" = ( +/obj/structure/morgue{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Морг"; + req_access = list(101); + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"maY" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/light_fake/small, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"mbQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mbV" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/mining) +"mcm" = ( +/obj/structure/closet/crate/secure/bin{ + color = "#36373a"; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"mcs" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"mcw" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"mcG" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"mcM" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1; + color = "gray" + }, +/area/centcom/ss220/command) +"mcR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"mcX" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SyndFB_prison_outside" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"mdm" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/evac) +"mdS" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"meb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/conveyor/east{ + id = "QMLoad1"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrowncorners" + }, +/area/centcom/ss220/supply) +"meG" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"meK" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/supply) +"meX" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/grass/no_creep, +/area/shuttle/escape) +"mfh" = ( +/obj/mecha/medical/odysseus, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"mgd" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"mgo" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"mgv" = ( +/obj/machinery/economy/vending/syndicigs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"mgE" = ( +/obj/structure/toilet/material/king/nt{ + dir = 8; + pixel_y = 8; + layer = 4; + pixel_x = -4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"mgU" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Спальня" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"mhk" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"mhu" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"mhw" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"mhM" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "Aspid_main_storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"mhV" = ( +/obj/structure/sign/poster/official/razumause{ + pixel_x = 32 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"miA" = ( +/obj/structure/noticeboard{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/item/paper/syndimemo{ + info = "Дней без рассекречивания Тайпана: 0" + }, +/obj/effect/decal/syndie_logo, +/obj/effect/turf_decal/siding/black{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"miD" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/centcom/ss220/admin3) +"mjx" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a" + }, +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"mjE" = ( +/obj/structure/chair/sofa/bench{ + dir = 1; + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"mjG" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/instrument/bikehorn{ + pixel_y = 12 + }, +/obj/item/storage/firstaid/surgery{ + icon_state = "duffel-syndimed" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"mjL" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"mjQ" = ( +/obj/machinery/computer/shuttle/sit, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"mjW" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"mkf" = ( +/obj/structure/chair/comfy/red{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"mkt" = ( +/mob/living/carbon/human/skeleton, +/obj/structure/mirror/magic{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"mkF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"mkU" = ( +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mln" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/impassable{ + name = "Батарея БСА"; + id_tag = "cc_bsa4" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"mlo" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/stamp/navcom{ + pixel_x = -9; + pixel_y = -4 + }, +/obj/item/stamp/ploho{ + pixel_y = -4; + pixel_x = -4 + }, +/obj/item/stamp/centcom{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/stamp/bigdeny{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"mlq" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar/large, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"mlw" = ( +/obj/structure/platform/corner, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"mlJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/centcom, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/park) +"mlS" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"mmc" = ( +/obj/structure/railing{ + layer = 4.3 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/centcom/ss220/admin1) +"mmu" = ( +/obj/structure/table, +/obj/item/storage/lockbox/mindshield, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"mmG" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"mmT" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mna" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"mni" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"mnx" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"mnN" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded{ + dir = 8; + pixel_y = 4 + }, +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"mnU" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"mnV" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/admin2) +"mot" = ( +/obj/machinery/door/airlock/centcom{ + name = "Телепортерная"; + req_access = list(109) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"mpg" = ( +/obj/machinery/computer/card{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreenfull" + }, +/area/centcom/ss220/command) +"mph" = ( +/obj/mecha/working/ripley/firefighter, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"mpn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"mpq" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mpu" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"mpv" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mpy" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/obj/structure/light_fake/spot, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/admin2) +"mpO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"mpP" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt" + }, +/area/centcom/ss220/court) +"mpV" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 1; + autolink_id = "syndie_cargo_right_shuttle_pump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"mqw" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod4_transit"; + name = "pod 4 in transit"; + width = 3 + }, +/turf/space/transit/east{ + dir = 8 + }, +/area/space/centcomm) +"mqA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"mqM" = ( +/obj/effect/decal/syndie_logo, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"mrc" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "CC_conf_priv_window"; + closingLayer = 3.2 + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/admin2) +"mrH" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/evac) +"mrL" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 8; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"mrZ" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"msb" = ( +/obj/structure/table, +/obj/item/storage/box/handcuffs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"msp" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"msE" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"mtH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredalt" + }, +/area/syndicate_mothership/control) +"muB" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"muV" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"mvf" = ( +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"mvw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"mvD" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"mwa" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"mwf" = ( +/obj/structure/light_fake, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/computer/cryopod{ + pixel_y = -32; + req_access = list(150) + }, +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"mws" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"mwu" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Библиотека" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"mxh" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"mxE" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 4; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"myQ" = ( +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_1"; + dir = 4 + }, +/obj/structure/closet/secure_closet/medical2{ + req_access = null + }, +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_1"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"myS" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/evac) +"mzp" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndFB_teleport" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/control) +"mzs" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mAi" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/sop_supply, +/obj/item/book/manual/wiki/sop_science, +/obj/item/book/manual/wiki/sop_medical, +/obj/item/book/manual/wiki/sop_security, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"mAl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"mAo" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"mAN" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"mAS" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"mBg" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate, +/obj/item/multitool, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"mBi" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"mBs" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"mBD" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма"; + id_tag = "syndicate_jail_airlock_ext"; + autoclose = 0; + locked = 1 + }, +/obj/machinery/access_button{ + autolink_id = "syndicate_jail_button_ext"; + name = "Jail Access Button"; + pixel_x = -25; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"mCj" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/beach/away/coastline{ + dir = 1; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"mCp" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"mDm" = ( +/obj/structure/chair/sofa/corp, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"mEb" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"mEk" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mEz" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"mED" = ( +/obj/effect/turf_decal/siding/black{ + dir = 5 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"mFZ" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"mGe" = ( +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"mGB" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"mGP" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"mHa" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"mHs" = ( +/obj/effect/turf_decal/caution, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"mIc" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"mIe" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_Turret"; + layer = 3; + name = "КПП" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/bar) +"mIL" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/park) +"mJy" = ( +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"mJB" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_7"; + layer = 3; + name = "Переход в Отдел Специальных Операций" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"mKA" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/syndicate, +/obj/item/stamp/chameleon{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/syndicatedetonator{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"mLi" = ( +/obj/structure/shuttle/engine/propulsion/burst/left, +/turf/simulated/floor/plating/airless, +/area/shuttle/specops) +"mLp" = ( +/obj/structure/chair/sofa/corp{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"mLE" = ( +/obj/machinery/photocopier, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/general) +"mLF" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/obj/effect/turf_decal/siding/black{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"mLN" = ( +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"mLO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"mLP" = ( +/obj/structure/curtain/open/shower/security{ + color = "#222222" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"mMa" = ( +/obj/item/flag/solgov{ + pixel_y = 10 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"mMq" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/obj/structure/bed, +/obj/item/bedsheet/centcom, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"mMv" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -10; + pixel_y = 7 + }, +/obj/item/stack/sheet/mineral/gold, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"mMF" = ( +/obj/structure/mecha_wreckage/durand/old{ + icon_state = "marauder"; + name = "\improper Синистер"; + desc = "Настало время нести корпоративный ад. Кажется, он полностью инактивный."; + color = "#635321"; + dir = 8; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin3) +"mML" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"mMR" = ( +/obj/machinery/computer/med_data{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/command) +"mNw" = ( +/obj/effect/decal/nanotrasen_logo/n1, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"mNy" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen/ce, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"mND" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"mNS" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mNX" = ( +/obj/structure/table/reinforced, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"mOu" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/spawner/aroomwarp, +/obj/structure/statue/sandstone/assistant{ + icon_state = "nanotrasen"; + icon = 'icons/mob/simple_human.dmi'; + dir = 8; + name = "Анатолий Рябченко"; + desc = "Самый главный офицер по охране КПП" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"mPk" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"mPw" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/court) +"mQn" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"mQq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"mQB" = ( +/mob/living/simple_animal/pet/dog/fox/alisa, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"mQL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/ss220/medbay) +"mRd" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"mRf" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"mRk" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_hor{ + id_tag = "nukeop_ready" + }, +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"mRB" = ( +/obj/effect/decal/nanotrasen_logo/n3{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"mRE" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/spawner/window, +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/bar) +"mRK" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"mRM" = ( +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"mTq" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"mTB" = ( +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"mTN" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin3) +"mTP" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"mTT" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/kirbyplants, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"mTZ" = ( +/obj/machinery/door/airlock/freezer, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"mUc" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"mUm" = ( +/obj/machinery/iv_drip, +/obj/machinery/iv_drip{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"mUz" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"mVr" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"mVM" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"mVX" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Стеклянный шлюз"; + dir = 1; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"mWo" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"mWp" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/glasses/night, +/obj/item/clothing/shoes/jackboots/noisy, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/gloves/combat, +/obj/item/melee/baton/loaded{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"mWy" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 6 + }, +/area/centcom/ss220/evac) +"mWW" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/ss220/command) +"mXk" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_2"; + name = "Камера 2" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/jail) +"mYF" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"mZw" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/obj/item/stack/telecrystal/fifty{ + amount = 115; + desc = null + }, +/obj/item/food/soup/beetsoup{ + desc = "Со вкусом политических убийств"; + name = "Борщ"; + pixel_y = 16 + }, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 9 + }, +/obj/item/stack/spacecash{ + amount = 1e+006; + desc = "Баксоны максона. Возможно кто-то приобретет пропуск."; + name = "100.000 �������� �������"; + max_amount = 1e+006 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"mZx" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/ert{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"mZG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndishuttle_vent"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"mZW" = ( +/obj/structure/light_fake/small, +/obj/structure/table, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/supply) +"nar" = ( +/obj/mecha/combat/gygax/nt/loaded_epsilon, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"naF" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"naJ" = ( +/obj/machinery/door/airlock/titanium{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"naQ" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"nbj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"nbm" = ( +/obj/effect/decal/nanotrasen_logo/n2, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"nbn" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"nbq" = ( +/obj/machinery/door/airlock/security/glass{ + name = "Навигатор Дроп Пода"; + req_access = list(110) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"nby" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"nbz" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/supply) +"nbL" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/shuttle/escape) +"ncb" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"nce" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"ncs" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"ncH" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"ncI" = ( +/obj/structure/light_fake/spot, +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ndh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/indestructible/transparent_floor{ + icon_state = "router_dir"; + dir = 8 + }, +/area/shuttle/syndicate) +"ndi" = ( +/obj/effect/bump_teleporter{ + id = "Synd24"; + id_target = "Synd14" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"ndl" = ( +/obj/structure/fence/corner{ + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"ndz" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = -6 + }, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = 6 + }, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear, +/obj/item/gun/energy/gun/nuclear{ + pixel_x = -6 + }, +/obj/item/gun/energy/gun/nuclear, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"neF" = ( +/obj/item/gun/rocketlauncher, +/obj/item/gun/rocketlauncher, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/item/ammo_casing/rocket, +/obj/effect/turf_decal/delivery/white, +/obj/structure/gunrack, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"neJ" = ( +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"neL" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"neO" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/structure/platform/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"neY" = ( +/obj/structure/window/reinforced/tinted{ + pixel_y = -3 + }, +/obj/structure/curtain/open/shower, +/obj/structure/light_fake{ + dir = 8 + }, +/obj/machinery/shower{ + dir = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"nfj" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"nfA" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "propulsion_r" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/administration) +"nfG" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/box, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"nfM" = ( +/obj/structure/table/glass/reinforced/titanium, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"ngG" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ngM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"ngT" = ( +/obj/structure/table, +/obj/item/assembly/signaler{ + code = 2; + frequency = 1449; + pixel_x = 8 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 10 + }, +/obj/item/electropack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"nhJ" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"nhQ" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Операционная"; + req_access = list(101); + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"niG" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"niK" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"niY" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"njQ" = ( +/obj/structure/statue/cyberiad/se, +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"njR" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"nks" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 8 + }, +/area/centcom/ss220/admin3) +"nkE" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"nkK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"nkM" = ( +/obj/structure/table/wood, +/obj/item/food/burger/superbite, +/obj/item/food/burger/superbite, +/obj/item/food/burger/superbite, +/obj/item/food/burger/superbite, +/obj/item/food/burger/superbite, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"nkS" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"nkW" = ( +/obj/structure/rack/holorack, +/obj/item/storage/belt/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/chameleon, +/obj/item/storage/belt/chameleon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/box/white, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"nlb" = ( +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nlc" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/gamma/space) +"nls" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/species/plasma, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"nlQ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/evac) +"nlX" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/bar) +"nmC" = ( +/obj/machinery/economy/vending/nta, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/admin3) +"nmM" = ( +/obj/effect/turf_decal/woodsiding, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/structure/statue/holo_planet{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"nmP" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"nnF" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"nnH" = ( +/obj/machinery/cryopod/robot/offstation, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"nnM" = ( +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/black{ + dir = 5 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"nnO" = ( +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = -30; + id = "nukeop_outside"; + name = "ATOM Outside Doors"; + req_access = list(153) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"nnU" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"non" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/biolumini/mine, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/general) +"nox" = ( +/obj/machinery/newscaster/security_unit/north, +/obj/machinery/computer/crew/advanced, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"noE" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"noH" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 4; + pixel_x = -16; + color = "#6b8cc4"; + pixel_y = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"noM" = ( +/obj/effect/turf_decal/plaque, +/obj/structure/marker_beacon/spotlight/yellow, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"noT" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/dessert, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"npf" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/immolator, +/obj/item/gun/energy/immolator{ + pixel_x = 2 + }, +/obj/item/gun/energy/immolator{ + pixel_x = 4 + }, +/obj/item/gun/energy/immolator{ + pixel_x = 6 + }, +/obj/item/gun/energy/immolator{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"npy" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"npI" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/lwap{ + pixel_x = -6 + }, +/obj/item/gun/energy/lwap{ + pixel_x = 6 + }, +/obj/item/gun/energy/lwap, +/obj/effect/turf_decal/delivery/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"npT" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 + }, +/obj/item/pen/multi/gold, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"nqg" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"nrf" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"nrg" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"nrh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/multitool{ + pixel_x = 11; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"nrC" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Cargo Shuttle" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"nse" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"nsJ" = ( +/obj/machinery/economy/vending/nta/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"nsV" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/shaker, +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"ntp" = ( +/obj/machinery/teleport/station, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"ntq" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "vault" + }, +/area/centcom/ss220/bar) +"ntK" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"ntU" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"nui" = ( +/obj/structure/light_fake, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"nun" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/centcom/ss220/park) +"nup" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"nuJ" = ( +/obj/item/storage/surgical_tray{ + pixel_y = 12 + }, +/obj/structure/table/reinforced, +/obj/item/autopsy_scanner, +/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde, +/obj/item/camera/autopsy{ + pixel_y = 3; + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/medbay) +"nuK" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"nuW" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"nvs" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/floor/plating/lavaland_air, +/area/shuttle/mining) +"nvF" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"nwi" = ( +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership) +"nwK" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/centcom/ss220/evac) +"nwV" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"nxC" = ( +/obj/effect/turf_decal/stripes/red, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"nyb" = ( +/obj/structure/flora/junglebush/large{ + pixel_y = -8 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"nyl" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"nyC" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/o2{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"nyE" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/gloves/ring/gold{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/clothing/gloves/ring/gold, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"nyK" = ( +/obj/effect/turf_decal/caution/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/ss220/supply) +"nze" = ( +/obj/structure/curtain/medical, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/medbay) +"nzh" = ( +/obj/structure/chair/stool/bar/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"nzr" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"nzB" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/evac) +"nzJ" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/disabler/smg, +/obj/item/gun/energy/disabler/smg{ + pixel_x = 2 + }, +/obj/item/gun/energy/disabler/smg{ + pixel_x = 4 + }, +/obj/item/gun/energy/disabler/smg{ + pixel_x = 6 + }, +/obj/item/gun/energy/disabler/smg{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"nAj" = ( +/obj/structure/bookcase/random, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"nAJ" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/obj/machinery/computer/camera_advanced{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"nAW" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"nBM" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/centcom/ss220/park) +"nBZ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/shuttle/escape) +"nCv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"nCM" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"nCS" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 4; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluecorners" + }, +/area/centcom/ss220/admin3) +"nDd" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"nDe" = ( +/obj/structure/bookcase/manuals/medical, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"nDq" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"nDx" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/park) +"nEh" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"nEq" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"nEQ" = ( +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"nEU" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"nFs" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"nFt" = ( +/obj/mecha/combat/gygax/nt, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"nFI" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "CC_Turret"; + name = "КПП" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/bar) +"nFN" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/sink/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"nGd" = ( +/obj/structure/statue/mooniverse{ + layer = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/goonplaque/memorial, +/area/syndicate_mothership/outside) +"nGl" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"nGm" = ( +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_COO_WINDOW"; + name = "reinforced window shutters" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/admin2) +"nGp" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad" + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"nGr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nGz" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"nGA" = ( +/turf/simulated/floor/plasteel, +/area/centcom/ss220/evac) +"nGB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"nGF" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/computer/crew/advanced, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"nHq" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"nHr" = ( +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"nHv" = ( +/obj/structure/table/glass, +/obj/item/storage/secure/briefcase, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"nHx" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"nHy" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law/black{ + pixel_x = -4 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/megaphone, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"nHO" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nHX" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 7 + }, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"nIb" = ( +/obj/machinery/door_control/no_emag/east{ + color = "#8080ff"; + id = "CC_Armory_Red"; + name = "Оружейная - Уровень 3"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"nIC" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"nID" = ( +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray" + }, +/area/centcom/ss220/command) +"nIE" = ( +/obj/effect/turf_decal/box/white, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"nIY" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"nJs" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/obj/effect/turf_decal/box/red/corners, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"nKi" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"nLl" = ( +/obj/machinery/chem_dispenser/upgraded, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"nMa" = ( +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"nMd" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/under/costume/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/rank/captain/parade{ + name = "parade uniform" + }, +/obj/item/clothing/under/rank/captain/parade{ + name = "parade uniform" + }, +/obj/item/clothing/under/costume/captain_fly{ + name = "rogue uniform" + }, +/obj/item/clothing/under/misc/assistantformal, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/benjaminfallout, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/elishirt, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/fluff/jay_turtleneck, +/obj/item/clothing/under/rank/procedure/iaa/formal/black, +/obj/item/clothing/under/rank/procedure/iaa/formal/black/skirt, +/obj/item/clothing/under/rank/procedure/iaa/formal/blue, +/obj/item/clothing/under/rank/procedure/iaa/formal/blue/skirt, +/obj/item/clothing/under/rank/procedure/iaa/formal/red, +/obj/item/clothing/under/rank/procedure/iaa/formal/red/skirt, +/obj/item/clothing/under/suit/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/suit/mafia{ + name = "black outfit" + }, +/obj/item/clothing/under/suit/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/suit/mafia/white{ + name = "white outfit" + }, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"nMj" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"nMt" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"nML" = ( +/obj/machinery/door/poddoor/impassable{ + density = 0; + icon_state = "open"; + id_tag = "syndFB_lockdown"; + opacity = 0 + }, +/turf/simulated/wall/indestructible/opsglass, +/area/syndicate_mothership/control) +"nMU" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"nNd" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"nNm" = ( +/obj/structure/table/reinforced, +/obj/item/stack/nanopaste, +/obj/item/mmi, +/obj/item/stack/nanopaste, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 4; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"nNB" = ( +/obj/structure/platform/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"nNU" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_y = 7 + }, +/obj/item/pen/fancy, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"nNZ" = ( +/obj/machinery/door/morgue{ + name = "Private Study"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"nOa" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"nOm" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/park) +"nOt" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"nOE" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"nOJ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"nOK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"nPa" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"nPy" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"nPO" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"nPQ" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"nPS" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/button/windowtint{ + id = "CC_Supreme"; + range = 10; + pixel_x = -5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"nPU" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners, +/obj/structure/rack, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_case/mindshield, +/obj/item/bio_chip_implanter, +/obj/item/bio_chip_implanter, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"nRk" = ( +/obj/machinery/kitchen_machine/oven/upgraded, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"nRv" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/machinery/door_control/no_emag/north{ + name = "OMICRON"; + color = "#ffbf80"; + id = "CC_DeathSquad"; + req_access = list(114) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"nRE" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"nRS" = ( +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nSc" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_Green"; + name = "Amber" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkgreenfull" + }, +/area/centcom/ss220/admin3) +"nSk" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/effect/landmark/spawner/syndicateofficer, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"nSN" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"nTf" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = -30 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"nTT" = ( +/obj/effect/decal/nanotrasen_logo/n5, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"nUg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"nUw" = ( +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"nUA" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"nUG" = ( +/obj/structure/table/glass, +/obj/item/pizzabox/margherita{ + pixel_y = 10 + }, +/obj/item/pizzabox/meat{ + pixel_y = 14 + }, +/obj/item/pizzabox/pepperoni{ + pixel_y = 18 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"nUM" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"nVy" = ( +/obj/machinery/economy/vending/nt_food/free, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"nVW" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"nWa" = ( +/obj/structure/marker_beacon/spotlight/jade, +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"nWb" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/south, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"nWf" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"nWG" = ( +/obj/machinery/computer/camera_advanced{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"nWT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_mech_maintenance"; + name = "SST Armory Mech Maintenance" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"nXd" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit/directional/north, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"nXD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"nXF" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Морг" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/medbay) +"nXL" = ( +/obj/machinery/door_control/no_emag/north{ + name = "Pod Door Control"; + id = "ert_shuttle_door"; + req_access = list(110) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"nZe" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"nZh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 5; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"nZk" = ( +/obj/machinery/economy/vending/hatdispenser/free, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"nZq" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"nZX" = ( +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"oah" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oaz" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"obi" = ( +/obj/structure/table/wood, +/obj/item/folder/white{ + pixel_x = -12 + }, +/obj/item/folder/white{ + pixel_x = -12; + pixel_y = 2 + }, +/obj/item/folder/white{ + pixel_x = -12; + pixel_y = 4 + }, +/obj/item/folder/white{ + pixel_x = -12; + pixel_y = 6 + }, +/obj/item/folder/white{ + pixel_x = -12; + pixel_y = 8 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"obD" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"ocR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ocT" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate/sit{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"ocW" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/railing{ + color = "#36454F"; + dir = 10 + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"odq" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ody" = ( +/obj/machinery/button/windowtint/south{ + id = "CC_office2" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"odA" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo17" + }, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"oea" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"oei" = ( +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"ofn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin1) +"ofW" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"ofZ" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/admin2) +"oge" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom{ + name = "custom placement" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"ogC" = ( +/obj/machinery/computer/arcade/recruiter, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"ogD" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"ogO" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"ohc" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"ohV" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"oio" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"ois" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CC_Conf" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin2) +"oiH" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/obj/structure/chair/comfy/shuttle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"oiT" = ( +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/syndicatedetonator{ + pixel_x = 4 + }, +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"oju" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"okd" = ( +/obj/structure/falsewall/reinforced{ + req_access = list(101) + }, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/general) +"okp" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1; + icon_state = "propulsion_r" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate_sit) +"oks" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/turf_decal/siding/wideplating/dark/corner, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"oky" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple{ + pixel_y = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple{ + pixel_y = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple{ + pixel_y = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple{ + pixel_y = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple{ + pixel_y = 10 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple{ + pixel_y = 10 + }, +/obj/effect/turf_decal/stripes/red/box, +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"okC" = ( +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/park) +"okD" = ( +/obj/machinery/economy/vending/nta/admin, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"olw" = ( +/obj/structure/table/glass, +/obj/item/food/boiledpelmeni, +/obj/item/food/boiledpelmeni{ + pixel_y = 14 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10; + pixel_y = 5 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"olQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"olS" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"olV" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 15 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"omf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"omq" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"ond" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"onr" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"onL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/boozeomat/syndicate_access, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership) +"ooR" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"opo" = ( +/obj/structure/table/wood, +/obj/item/book/random, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"opB" = ( +/obj/mecha/combat/marauder/mauler/loaded, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"oqd" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_y = 5 + }, +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/box/tapes{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"oqm" = ( +/obj/structure/dresser, +/obj/item/flashlight/lamp/green{ + pixel_x = 2; + pixel_y = 15; + layer = 3.1 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"oqn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/mod/control/pre_equipped/safeguard/gamma, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"oqs" = ( +/obj/effect/turf_decal/stripes/red, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"oqA" = ( +/obj/machinery/computer/cryopod{ + pixel_x = 32; + req_access = list(150) + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"oqG" = ( +/obj/machinery/cryopod/offstation{ + dir = 2 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/admin3) +"oqI" = ( +/obj/structure/window/reinforced, +/obj/item/flag/species/drask{ + pixel_y = 10 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"oqS" = ( +/turf/space, +/area/centcom/ss220/command) +"orn" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/syndicate) +"orK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/door_control/no_emag{ + id = "smindicate"; + name = "External Shutters Control"; + pixel_x = -25; + req_access = list(150) + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndishuttle_vent"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"orV" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Шаттл Нанотрейзен" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"osb" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/bar) +"osj" = ( +/obj/machinery/bodyscanner{ + dir = 2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"osy" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"otb" = ( +/obj/item/clothing/head/beret/centcom/officer, +/obj/item/clothing/shoes/centcom, +/obj/item/radio/headset/centcom, +/obj/item/clothing/under/rank/centcom, +/obj/item/card/id/centcom, +/obj/structure/closet/cabinet, +/obj/item/stamp/centcom, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/supply) +"otG" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"otU" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad" + }, +/obj/machinery/conveyor/east{ + id = "SFBQMLoad" + }, +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"ouD" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon{ + pixel_x = 2 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 4 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 6 + }, +/obj/item/gun/energy/lasercannon{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"ouY" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"ovn" = ( +/obj/structure/fence/end{ + color = "#b0b7c6"; + dir = 1; + invulnerable = 1 + }, +/obj/structure/fence/post{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"ovu" = ( +/obj/structure/fans/tiny/invisible, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_pod_ready"; + layer = 2.8; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"ovP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ovZ" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/red{ + dir = 1 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"owk" = ( +/obj/effect/baseturf_helper/asteroid/basalt, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/siberia) +"own" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000"; + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/storage/box/beakers/bluespace, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"owo" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"owu" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"owz" = ( +/obj/structure/holosign/barrier/engineering, +/turf/simulated/floor/plating, +/area/centcom/ss220/bar) +"oxa" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"oxt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"oxA" = ( +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"oyc" = ( +/obj/effect/turf_decal/siding/black{ + dir = 6 + }, +/obj/machinery/computer/communications{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_x = 30 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"oyn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"oyw" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"oyE" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "syndishuttle_door_ext"; + name = "Ship External Access" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "smindicate"; + layer = 5; + name = "Outer Airlock"; + opacity = 0; + closingLayer = 3.11 + }, +/obj/structure/fans/tiny/invisible, +/obj/docking_port/mobile{ + dwidth = 8; + height = 22; + id = "syndicate"; + name = "syndicate shuttle"; + roundstart_move = "syndicate_away"; + width = 18 + }, +/obj/docking_port/stationary/transit{ + dheight = 9; + dwidth = 5; + height = 22; + id = "syndicate_transit"; + name = "syndicate in transit"; + pixel_y = -32; + turf_type = /turf/space/transit/north; + width = 18 + }, +/turf/simulated/floor/plating, +/area/shuttle/syndicate) +"oyM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/shuttle/escape) +"oyR" = ( +/obj/machinery/computer/shuttle/syndicate, +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"oyT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/ore_box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"ozc" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/machinery/computer/secure_data/laptop{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"ozf" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a"; + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"ozt" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "syndieshutters"; + name = "Blast Shutters" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/shuttle/syndicate) +"ozy" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a" + }, +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"ozL" = ( +/obj/item/flag, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"ozU" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"oAL" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/asteroid/ancient + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"oAY" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"oBa" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"oBl" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/sop_supply, +/obj/item/book/manual/wiki/sop_service, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"oCk" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"oCn" = ( +/obj/machinery/bodyscanner{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"oCQ" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"oCU" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/recharge_station, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"oDo" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"oDu" = ( +/obj/structure/railing, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"oDv" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"oDM" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"oEb" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"oEC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/red, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"oEX" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 1; + height = 4; + id = "pod2_away"; + name = "recovery ship bay 2"; + width = 3 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"oFt" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "podfloor_light" + }, +/area/syndicate_mothership/jail) +"oFG" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/species/slime, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"oFQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"oFU" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4; + color = "gray" + }, +/area/centcom/ss220/admin1) +"oFZ" = ( +/obj/structure/chair/sofa/right, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"oGb" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"oGr" = ( +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"oGx" = ( +/obj/structure/bookcase/random, +/obj/structure/light_fake, +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/general) +"oGA" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"oGJ" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredalt" + }, +/area/syndicate_mothership/cargo) +"oGQ" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/xray, +/obj/item/gun/energy/xray{ + pixel_x = 2 + }, +/obj/item/gun/energy/xray{ + pixel_x = 4 + }, +/obj/item/gun/energy/xray{ + pixel_x = 6 + }, +/obj/item/gun/energy/xray{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"oGR" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards/doublecards, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"oHm" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"oHt" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"oHW" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + color = "red"; + name = "Riot Control"; + req_access = list(153) + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"oIw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/centcom/ss220/park) +"oIC" = ( +/obj/structure/table/glass, +/obj/item/food/boiledpelmeni, +/obj/item/food/boiledpelmeni{ + pixel_y = 14 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"oJf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"oJk" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"oJn" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"oJT" = ( +/obj/machinery/computer/security, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredfull" + }, +/area/centcom/ss220/command) +"oKb" = ( +/obj/structure/table, +/obj/item/reagent_containers/applicator/dual{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/reagent_containers/applicator/dual{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"oKw" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"oKA" = ( +/obj/structure/table/glass, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"oKL" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/machinery/computer/crew{ + pixel_x = -6; + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"oKN" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"oLo" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"oLq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 9 + }, +/area/centcom/ss220/evac) +"oLH" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + dir = 8; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"oLQ" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"oMf" = ( +/obj/structure/closet/jcloset, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 6 + }, +/area/centcom/ss220/evac) +"oMj" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"oMN" = ( +/obj/structure/table/glass, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/red, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"oNv" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"oOA" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"oOI" = ( +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_x = 32 + }, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"oOM" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"oOS" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"oPt" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/soap/deluxe{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/soap/deluxe{ + pixel_x = 1; + pixel_y = 7 + }, +/obj/item/soap/deluxe{ + pixel_x = 1; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"oPO" = ( +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"oPQ" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"oQc" = ( +/obj/structure/marker_beacon/dock_marker, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"oQk" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"oQT" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/kitchen_machine/oven{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"oRl" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"oRq" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"oRM" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "emergency_away"; + name = "Arrival Airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"oSd" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"oSk" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"oSz" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"oSJ" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту"; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"oSM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "QMLoad1" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"oTb" = ( +/obj/effect/turf_decal/caution/stand_clear/white, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"oTu" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin1) +"oTy" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"oTz" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"oTB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"oTS" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/biolumini/flower, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/general) +"oTU" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"oUn" = ( +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"oUP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"oVq" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"oVv" = ( +/obj/structure/chair/sofa/corp/left, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"oVC" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"oVH" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"oWk" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/spawner/random/ccfood/meat, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"oWo" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"oWw" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/curtain/open/shower/security{ + color = "#222222" + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/centcom/ss220/admin2) +"oWC" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/court) +"oWM" = ( +/obj/machinery/economy/vending/syndisnack, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oXf" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"oXh" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"oXo" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"oXz" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Блокпост"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"oXL" = ( +/obj/machinery/cryopod/offstation{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/admin3) +"oYc" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"oYe" = ( +/obj/structure/toilet, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"oYp" = ( +/obj/structure/flora/tree/jungle, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"oYr" = ( +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"oYs" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"oYu" = ( +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray"; + dir = 8 + }, +/area/centcom/ss220/admin1) +"oZd" = ( +/obj/structure/light_fake, +/obj/machinery/door_control/no_emag{ + pixel_y = -32; + id = "SST_armory_main"; + emagged = 1; + wires = 1; + name = "SST Armory"; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"oZL" = ( +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_1"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"oZO" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"pag" = ( +/obj/item/bio_chip_implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/bio_chip_implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/bio_chip_implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/bio_chip_implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/bio_chip_implanter/freedom, +/obj/item/bio_chip_implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/bio_chip_implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/bio_chip_implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/rack/holorack, +/obj/effect/turf_decal/box/white, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"pas" = ( +/obj/structure/statue/cyberiad/north, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"paH" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_6"; + layer = 3; + name = "Переход в Отдел Специальных Операций" + }, +/obj/machinery/door_control/no_emag/north{ + id = "CC_SOD_6"; + name = "Переход в Отдел Специальных Операций"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"paM" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pbw" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"pbF" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"pbI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"pbV" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"pcb" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/box/white, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"pcf" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_medical, +/obj/item/book/manual/wiki/sop_security, +/obj/item/book/manual/wiki/sop_supply, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"pcg" = ( +/obj/structure/chair/sofa, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"pcm" = ( +/obj/machinery/economy/vending/wallmed/syndicate/directional/south, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pcT" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"pda" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 + }, +/obj/machinery/barsign{ + icon_state = "syndibarsign"; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"pdg" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"pdj" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"pdx" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"pdR" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"peo" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"pez" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/carpet/cyan, +/area/centcom/ss220/supply) +"peR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Блокпост"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"peW" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"pfg" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"pfz" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/supply) +"pfZ" = ( +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"pgS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/shuttle/escape) +"phh" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"phi" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka{ + pixel_y = 12; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 8; + pixel_x = -1 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 2; + pixel_x = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"phM" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/obj/structure/light_fake, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"piG" = ( +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"piX" = ( +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"pjg" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/specops, +/obj/machinery/door/airlock/external{ + name = "Assault Pod"; + id_tag = "nt_drop_pod" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"pju" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"pjz" = ( +/obj/item/bodyanalyzer/advanced{ + pixel_x = -3 + }, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced{ + pixel_x = 3 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"pkq" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndFB_tool" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"pkR" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/storage/box/ids{ + pixel_y = 3 + }, +/obj/item/melee/classic_baton/ntcane{ + pixel_y = 4 + }, +/obj/item/paper{ + info = "Уволить клоуна." + }, +/obj/item/stamp/chameleon, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -32 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"plt" = ( +/obj/structure/chair/stool/bar/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/evac) +"plv" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/spawner/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"pmc" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"pmg" = ( +/obj/structure/statue/sandstone/venus/pure{ + dir = 1; + layer = 5; + anchored = 1; + name = "Правера" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"pmM" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/economy/vending/wallmed/syndicate/directional/south, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"pmQ" = ( +/obj/machinery/door_control/no_emag/west{ + color = "#ff8080"; + id = "CC_Armory_Blue"; + name = "Оружейная - Уровень 2"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"pnj" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"pnR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"poi" = ( +/obj/structure/chair/comfy/blue, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"poD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/infteam) +"ppn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/mod/control/pre_equipped/security, +/obj/item/mod/control/pre_equipped/security, +/obj/item/mod/control/pre_equipped/security, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ppu" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"ppy" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"ppB" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"ppK" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"ppW" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"pql" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/head/beret/solgov, +/obj/item/clothing/under/solgov/viper, +/obj/item/clothing/shoes/combat/swat, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"pqD" = ( +/obj/machinery/porta_turret/centcom{ + color = "#666666"; + faction = "syndicate"; + lethal = 1; + name = "Syndicate Defence Laser Turret"; + reqpower = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"pqS" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/spot{ + dir = 8 + }, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/ammo_box/shotgun/buck, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"pqU" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/drinks/bottle/wine, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 8 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"pqW" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"prf" = ( +/obj/structure/light_fake/spot, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"pri" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "nukeop_outside" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"prs" = ( +/obj/structure/table/glass, +/obj/item/food/applecakeslice{ + pixel_y = 4 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"psM" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"psX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"ptx" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"ptF" = ( +/obj/effect/turf_decal/box/red, +/obj/machinery/door/window/brigdoor{ + color = "red"; + name = "Riot Control"; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"ptP" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"ptT" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/obj/item/folder/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"pub" = ( +/obj/structure/chair/stool, +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"pur" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/mod/control/pre_equipped/research, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"puM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/access_button{ + autolink_id = "syndishuttle_btn_ext"; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"pvn" = ( +/obj/structure/sign/poster/official/space_cops{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"pvN" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"pwc" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pwe" = ( +/obj/structure/closet/l3closet/security, +/obj/item/watertank/janitor, +/obj/item/watertank/janitor, +/obj/item/watertank/janitor, +/obj/item/watertank/janitor, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/reagent_containers/spray/cleaner/advanced, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurplefull" + }, +/area/centcom/ss220/admin3) +"pwz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"pwL" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"pwZ" = ( +/obj/structure/statue/delta/se, +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"pxu" = ( +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"pxW" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda/upgraded{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership) +"pyA" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"pyG" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Отдел кадров"; + req_access = list(114) + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"pzc" = ( +/obj/structure/flora/tree/jungle{ + layer = 9.1 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"pzE" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/bio_chip_case/death_alarm, +/obj/item/bio_chip_case/death_alarm, +/obj/item/bio_chip_case/death_alarm, +/obj/item/bio_chip_case/death_alarm, +/obj/item/bio_chip_case/death_alarm, +/obj/item/bio_chip_case/adrenaline, +/obj/item/bio_chip_case/adrenaline, +/obj/item/bio_chip_case/adrenaline, +/obj/item/bio_chip_case/adrenaline, +/obj/item/bio_chip_case/adrenaline, +/obj/item/bio_chip_case/dust, +/obj/item/bio_chip_case/dust, +/obj/item/bio_chip_case/dust, +/obj/item/bio_chip_case/dust, +/obj/item/bio_chip_case/dust, +/obj/item/bio_chip_case/freedom, +/obj/item/bio_chip_case/freedom, +/obj/item/bio_chip_case/freedom, +/obj/item/bio_chip_case/freedom, +/obj/item/bio_chip_case/freedom, +/obj/item/bio_chip_case/krav_maga, +/obj/item/bio_chip_case/krav_maga, +/obj/item/bio_chip_case/krav_maga, +/obj/item/bio_chip_case/krav_maga, +/obj/item/bio_chip_case/krav_maga, +/obj/item/bio_chip_case/sad_trombone, +/obj/item/bio_chip_case/sad_trombone, +/obj/item/bio_chip_case/sad_trombone, +/obj/item/bio_chip_case/sad_trombone, +/obj/item/bio_chip_case/sad_trombone, +/obj/item/bio_chip_implanter, +/obj/item/bio_chip_implanter, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"pAE" = ( +/obj/machinery/pdapainter, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pAR" = ( +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"pAW" = ( +/obj/docking_port/stationary/transit{ + dwidth = 3; + height = 7; + id = "steel_rain_transit"; + name = "steel_rain in transit"; + width = 7 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"pBC" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"pCf" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pCD" = ( +/obj/structure/table/wood/fancy/royalblack, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/admin2) +"pCJ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"pCO" = ( +/obj/item/grenade/spawnergrenade/manhacks, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"pCS" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"pDd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/ss220/medbay) +"pDg" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Столовая" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"pEP" = ( +/obj/structure/table/reinforced{ + color = "#996633" + }, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/centcom/ss220/evac) +"pEW" = ( +/obj/machinery/suit_storage_unit/syndicate, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"pEY" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"pFa" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"pFk" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"pFo" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"pFz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/park) +"pFM" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"pGe" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"pGm" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/railing{ + color = "#36454F"; + dir = 5 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"pGW" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"pIs" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"pIZ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/chair/sofa/bench/right{ + dir = 1; + cover_color = "#68452a" + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"pJf" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/effect/turf_decal/siding/blue/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"pJi" = ( +/obj/machinery/autolathe/upgraded/gamma, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"pJj" = ( +/obj/structure/chair/sofa/corp/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"pJy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"pJD" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/random, +/obj/item/book/manual/random, +/obj/item/book/manual/wiki/security_space_law/black, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"pJN" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"pKg" = ( +/obj/item/flag/syndi, +/obj/machinery/door_control/no_emag{ + id = "syndFB_teleport1"; + name = "Teleporter"; + wires = 1; + specialfunctions = 4; + pixel_y = 32; + emagged = 1; + req_access = list(153) + }, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pKm" = ( +/obj/item/kirbyplants, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"pLm" = ( +/obj/structure/table, +/obj/item/circular_saw, +/obj/item/surgicaldrill{ + pixel_y = 5 + }, +/obj/item/kitchen/utensil/fork, +/obj/item/kitchen/utensil/spoon, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/structure/light_fake/small{ + dir = 4; + light_range = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"pLC" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"pMa" = ( +/obj/machinery/computer/shuttle/syndicate/drop_pod, +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/assault_pod) +"pMf" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"pMI" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database"; + dir = 4; + pixel_x = -5 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"pMO" = ( +/obj/structure/closet/cabinet{ + req_access = list(153) + }, +/obj/item/clothing/gloves/combat, +/obj/item/radio/headset/syndicate/alt/syndteam, +/obj/item/clothing/shoes/combat, +/obj/item/clothing/shoes/centcom{ + desc = null; + name = "Dress shoes" + }, +/obj/item/clothing/under/syndicate, +/obj/item/card/id/syndicate/command, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"pMS" = ( +/obj/item/flashlight/lantern{ + anchored = 1; + on = 1; + pixel_x = 10; + pixel_y = 14 + }, +/obj/structure/flora/tree/great_tree{ + pixel_x = -55 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"pNe" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/centcom/ss220/court) +"pNh" = ( +/obj/structure/shuttle/engine/propulsion/burst/right, +/turf/simulated/floor/plating/airless, +/area/shuttle/specops) +"pNp" = ( +/obj/structure/rack, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 10 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = -2 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"pNq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"pNx" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"pNy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/bench/left, +/obj/structure/sign/double/map/right{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"pOA" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 11; + id = "trade_sol_transit"; + name = "trade_sol in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"pON" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/white, +/obj/item/gun/energy/mindflayer{ + pixel_y = 12 + }, +/obj/item/gun/energy/mindflayer{ + pixel_y = 6 + }, +/obj/item/gun/energy/mindflayer, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"pOV" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/item/pizzabox/pepperoni, +/obj/item/pizzabox/margherita, +/obj/item/kitchen/knife, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"pPs" = ( +/obj/machinery/computer/camera_advanced{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"pPv" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pPJ" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/asteroid/ancient + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"pQc" = ( +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"pQr" = ( +/obj/structure/bed/double{ + dir = 1 + }, +/obj/item/bedsheet/black/double{ + dir = 1; + layer = 3 + }, +/obj/structure/curtain/open/shower/security{ + color = "#222222" + }, +/obj/structure/light_fake, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"pQE" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "syndieshutters"; + name = "Blast Shutters" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/shuttle/syndicate) +"pQT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/centcom/ss220/park) +"pRa" = ( +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/bar) +"pRe" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"pRh" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/ammo_box/magazine/smgm9mm, +/obj/item/gun/projectile/automatic/proto, +/obj/item/gun/projectile/automatic/proto, +/obj/item/gun/projectile/automatic/proto, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"pRk" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredcornersalt"; + dir = 8 + }, +/area/centcom/ss220/admin3) +"pRy" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"pSf" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"pSp" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"pSB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/vehicle/bike{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"pSI" = ( +/obj/structure/rack, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_arm{ + pixel_x = -10; + pixel_y = 8 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/l_leg{ + pixel_x = -10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/r_leg{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/actuator, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/armour, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/binary_communication_device, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/camera, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/diagnosis_unit, +/obj/item/robot_parts/robot_component/radio, +/obj/item/robot_parts/robot_component/radio, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"pSO" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"pTm" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"pTs" = ( +/obj/machinery/teleport/station/upgraded, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/supply) +"pTT" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_to_ATOM" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"pTW" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/shuttle/escape) +"pUc" = ( +/obj/machinery/door/airlock/centcom{ + name = "ОБР"; + req_access = list(109) + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"pUg" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"pUk" = ( +/turf/simulated/wall/indestructible/opsglass, +/area/syndicate_mothership) +"pUp" = ( +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_1"; + dir = 4 + }, +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"pUu" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"pUQ" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"pWr" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"pWD" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/machinery/door/poddoor{ + id_tag = "SIT_ready"; + name = "Shuttle Dock Door"; + layer = 3.11; + closingLayer = 3.11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"pWK" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"pWT" = ( +/obj/structure/table/glass, +/obj/item/food/boiledpelmeni, +/obj/item/food/boiledpelmeni{ + pixel_y = 14 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/bar) +"pXu" = ( +/obj/structure/flora/tree/jungle/small{ + layer = 9.1 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"pXL" = ( +/obj/structure/closet/secure_closet/guncabinet, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"pXM" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"pXR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"pYp" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/specops, +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + aiControlDisabled = 1 + }, +/obj/docking_port/mobile{ + dir = 2; + dwidth = 2; + height = 11; + id = "specops"; + name = "ert shuttle"; + width = 5 + }, +/obj/structure/fans/tiny, +/obj/docking_port/stationary{ + dir = 2; + dwidth = 2; + height = 11; + id = "specops_away"; + name = "centcom bay 3"; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops) +"pZC" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "CC_Cargo_Exterior_1"; + name = "Зона ЦК Карго"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Cargo_Exterior_1"; + layer = 3 + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Cargo_Exterior_1"; + name = "Blast Door Open"; + req_access = list(104); + pixel_y = 24 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"pZL" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 1 + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/supply) +"qab" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/centcom/ss220/park) +"qah" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"qaj" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/beach/away/coastline{ + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"qal" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"qaw" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"qbl" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"qbw" = ( +/obj/machinery/door/airlock/command/glass{ + name = "Зона ЦК"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"qbD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"qbU" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/item/storage/firstaid/tactical, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"qcs" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"qcz" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "CC_Armory_Epsilon"; + name = "Epsilon" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/admin3) +"qcZ" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"qdr" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/banana_mortar, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/banana_mortar, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/mousetrap_mortar, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/mousetrap_mortar, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine/silenced, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine/silenced, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qdx" = ( +/obj/machinery/computer/camera_advanced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"qdF" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"qdL" = ( +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"qef" = ( +/obj/effect/turf_decal/siding/blue/end, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"qem" = ( +/obj/machinery/door_control/no_emag/east{ + id = "СС_Jail_1"; + name = "Камера 1"; + pixel_y = 6 + }, +/obj/machinery/door_control/no_emag/east{ + id = "СС_Jail_2"; + name = "Камера 2"; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"qeu" = ( +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"qeO" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"qeR" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/computer/operating{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"qeY" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"qfk" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"qfq" = ( +/mob/living/simple_animal/pig, +/turf/simulated/floor/plating, +/area/syndicate_mothership/control) +"qfv" = ( +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qgz" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"qgA" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"qgG" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"qgL" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"qgV" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/item/flag{ + layer = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"qhu" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"qiZ" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"qjD" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"qjW" = ( +/obj/machinery/cryopod/offstation, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkgreen" + }, +/area/centcom/ss220/bar) +"qkt" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"qkJ" = ( +/obj/structure/bed/double{ + dir = 1 + }, +/obj/item/bedsheet/centcom/double{ + dir = 1 + }, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/admin2) +"qlc" = ( +/obj/machinery/economy/vending/shoedispenser/free, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"qln" = ( +/turf/simulated/floor/plasteel/white, +/area/centcom/ss220/evac) +"qlp" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"qlN" = ( +/obj/item/storage/box/monkeycubes/wolpincubes{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/storage/box/monkeycubes/farwacubes{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes/stokcubes{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/monkeycubes/neaeracubes{ + pixel_x = -6; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"qms" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate{ + pixel_y = 9 + }, +/obj/item/melee/energy/axe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"qnl" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"qno" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/item/storage/firstaid/adv, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qny" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"qnB" = ( +/obj/structure/rack, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/nullrod, +/obj/item/melee/classic_baton, +/obj/item/melee/classic_baton, +/obj/item/melee/classic_baton, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qnQ" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "Aspid_poddor_right" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"qog" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealt" + }, +/area/syndicate_mothership/elite_squad) +"qol" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"qos" = ( +/obj/structure/safe/floor, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"qoP" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"qoX" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4; + color = "gray" + }, +/area/centcom/ss220/admin1) +"qph" = ( +/obj/machinery/computer/communications{ + dir = 4; + pixel_x = -5 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"qpF" = ( +/obj/machinery/sleeper/upgraded{ + dir = 1 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"qqi" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"qql" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"qqn" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/storage/bag/cash/admin, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_y = -28 + }, +/obj/structure/light_fake, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"qqL" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"qqR" = ( +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"qqT" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_pod_ready" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"qrf" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 6 + }, +/obj/item/folder/red{ + pixel_x = -6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"qrs" = ( +/obj/machinery/computer/arcade, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"qrN" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"qsg" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"qsh" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/commander, +/obj/machinery/door/airlock/centcom{ + name = "Кабинет ОСО" + }, +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_COO_BSA"; + name = "Тебе скорее всего сюда нельзя, увы." + }, +/obj/machinery/door_control/no_emag/west{ + name = "Blast Door Open"; + id = "СС_COO_BSA"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin2) +"qsk" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"qsF" = ( +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"qsH" = ( +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"qtv" = ( +/obj/machinery/cryopod/robot/offstation, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"qtB" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + name = "Столовая ОБР"; + dir = 1 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"quh" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SIT_outside" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"quL" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"quM" = ( +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"quU" = ( +/obj/mecha/combat/marauder/loaded, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"qvc" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qvo" = ( +/turf/simulated/floor/plating/asteroid{ + dir = 8; + icon_state = "asteroidwarning"; + name = "floor" + }, +/area/syndicate_mothership/outside) +"qvv" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"qvx" = ( +/obj/effect/turf_decal/siding/blue/end{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"qvO" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qws" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"qwC" = ( +/obj/effect/turf_decal/caution/stand_clear{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"qxe" = ( +/obj/effect/turf_decal/box, +/obj/effect/landmark/spawner/nuclear_bomb/syndicate, +/obj/machinery/door/window/brigdoor{ + color = "red"; + name = "Secure Door"; + req_access = list(150) + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"qxU" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"qyb" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/door/airlock/hatch/syndicate/vault{ + name = "Vault"; + req_access = list(153) + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"qyB" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/ak814, +/obj/item/gun/projectile/automatic/ak814{ + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/ak814{ + pixel_x = 4 + }, +/obj/item/gun/projectile/automatic/ak814{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/ak814{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"qyF" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"qyK" = ( +/obj/machinery/door/poddoor{ + id_tag = "SST_ready"; + name = "Shuttle Dock Door"; + layer = 3.11; + closingLayer = 3.11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"qyR" = ( +/obj/machinery/economy/vending/medical/syndicate_access, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"qyS" = ( +/obj/machinery/photocopier, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"qAw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/access_button{ + autolink_id = "syndishuttle_btn_int"; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"qAA" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"qAM" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"qAV" = ( +/obj/mecha/combat/marauder/seraph{ + color = "#006666"; + name = "Росинант" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"qAX" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"qBk" = ( +/obj/machinery/computer/med_data/laptop, +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"qBC" = ( +/obj/machinery/door/airlock/titanium, +/obj/structure/fans/tiny, +/obj/docking_port/stationary{ + dir = 2; + dwidth = 3; + height = 8; + id = "backup_away"; + name = "Backup Shuttle Dock"; + width = 8 + }, +/obj/docking_port/mobile/emergency/backup{ + dir = 2; + dwidth = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"qBQ" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/park) +"qCH" = ( +/obj/machinery/porta_turret/syndicate/pod, +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/assault_pod) +"qCV" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"qCW" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"qDb" = ( +/obj/structure/table/glass, +/obj/item/food/bbqribs, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"qDc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/indestructible/transparent_floor{ + icon_state = "router_dir"; + dir = 4 + }, +/area/shuttle/syndicate) +"qDr" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qDx" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"qDD" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 10 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"qDR" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"qDW" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"qEr" = ( +/obj/effect/turf_decal/woodsiding, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/machinery/shuttle_manipulator{ + pixel_x = -15; + pixel_y = 10 + }, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/admin2) +"qEz" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"qEQ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/admin3) +"qEZ" = ( +/obj/structure/light_fake/small{ + dir = 4; + light_range = 6 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"qFd" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 8; + name = "Kitchen"; + req_access = list(150) + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"qFr" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/railing/cap/normal{ + color = "#36454F"; + dir = 4 + }, +/obj/structure/railing/cap/reversed{ + color = "#36454F"; + dir = 8 + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"qFs" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"qFx" = ( +/obj/effect/turf_decal/siding/red{ + color = "#aa2222"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"qFC" = ( +/obj/structure/chair/sofa/corp{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"qFK" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"qFS" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 28; + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"qGe" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"qGr" = ( +/obj/effect/turf_decal/loading_area/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qGL" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"qHy" = ( +/obj/machinery/door/airlock/centcom{ + name = "Зона ЦК"; + req_access = list(104) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qHP" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/evac) +"qHX" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/stamp/ploho{ + pixel_y = 4; + pixel_x = 5 + }, +/obj/item/stamp/navcom{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/pen/multi/gold, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"qId" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 4; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"qIf" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"qIv" = ( +/obj/structure/chair/sofa/right, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"qID" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/supply) +"qIF" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"qIX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"qIZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/syndicate{ + pixel_y = 5 + }, +/obj/item/pen/edagger{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"qJx" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"qJP" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"qKk" = ( +/obj/machinery/computer/card/centcom{ + dir = 4; + pixel_x = -5 + }, +/obj/item/radio/intercom/specops{ + dir = 4; + pixel_x = -24 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"qKs" = ( +/obj/structure/closet/secure_closet/guncabinet{ + name = "Automatic Shotgun"; + req_access = list(114) + }, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"qKB" = ( +/obj/structure/light_fake/small{ + light_range = 6 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + department = "Syndicate" + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"qKJ" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"qKR" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/centcom/ss220/admin3) +"qLq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/ss220/medbay) +"qLO" = ( +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"qMA" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 15 + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/structure/sign/flag/nanotrasen{ + pixel_y = 32; + layer = 2.9 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"qNi" = ( +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/obj/machinery/economy/vending/syndichem, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"qNp" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"qNs" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/fox/syndifox, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"qNB" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded{ + dir = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"qNC" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/c20r{ + pixel_x = -32 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"qOk" = ( +/obj/structure/closet/chefcloset, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"qPk" = ( +/obj/docking_port/stationary{ + area_type = /area/syndicate_mothership; + dir = 2; + dwidth = 11; + height = 18; + id = "emergency_syndicate"; + name = "404 Not Found"; + width = 29; + turf_type = /turf/simulated/floor/plating + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership) +"qPs" = ( +/obj/structure/table, +/obj/item/clothing/accessory/medal/silver{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/silver{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/silver{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/silver/leadership{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/silver/valor{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/effect/turf_decal/stripes/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qPB" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/bar) +"qPL" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"qQI" = ( +/obj/structure/table/glass, +/obj/item/food/applepie, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"qRh" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/structure/plasticflaps/mining, +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "Supply Dock Loading Door" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"qRj" = ( +/obj/machinery/door/airlock/medical/glass{ + name = "Escape Shuttle Infirmary" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"qSs" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/suit/victsuit/redblk, +/obj/item/clothing/shoes/centcom, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/park) +"qSt" = ( +/obj/docking_port/stationary{ + dwidth = 1; + height = 4; + id = "pod1_away"; + name = "recovery ship bay 1"; + width = 3 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"qSK" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/machinery/door_control/no_emag{ + pixel_x = 32; + id = "SIT_ready"; + specialfunctions = 4; + wires = 1; + name = "Shuttle Dock Door"; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/syndicate_mothership/infteam) +"qST" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"qTt" = ( +/obj/item/flag/med, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"qTE" = ( +/obj/machinery/door_control/no_emag/south{ + id = "SST_armory_mech_maintenance"; + wires = 1; + emagged = 1; + name = "SST_armory_mech_maintenance"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -40; + id = "SST_armory_mech_mauler"; + emagged = 1; + wires = 1; + name = "SST Armory Mech Mauler"; + color = "#ff9999"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -32; + pixel_x = 6; + id = "SST_armory_mech_gygax"; + emagged = 1; + wires = 1; + name = "SST_armory_mech_gygax"; + color = "#ffdd99"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -32; + pixel_x = -6; + id = "SST_armory_mech_rover"; + emagged = 1; + wires = 1; + name = "SST Armory Mech Rover"; + color = "#9999ff"; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qUe" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/commander, +/obj/machinery/door/airlock/centcom{ + name = "Кабинет ОСО" + }, +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_COO_Room"; + name = "Тебе скорее всего сюда нельзя, увы." + }, +/obj/machinery/door_control/no_emag/south{ + id = "СС_COO_Room"; + name = "Blast Door Open"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin2) +"qUf" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/toy/figure/mech/seraph{ + pixel_y = 16 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"qUg" = ( +/obj/structure/falsewall/reinforced{ + req_access = list(101) + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/bar) +"qUN" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"qVd" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"qVw" = ( +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"qWl" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/admin3) +"qWw" = ( +/obj/structure/chair/stool/bar/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"qWF" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"qWG" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"qXJ" = ( +/obj/machinery/door_control/no_emag/east{ + id = "СС_Jail_4"; + name = "Камера 4"; + pixel_y = -6 + }, +/obj/machinery/door_control/no_emag/east{ + id = "СС_Jail_3"; + name = "Камера 3"; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"qXK" = ( +/obj/effect/turf_decal/box/corners{ + dir = 8 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/ss220/bar) +"qXN" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 8; + pixel_x = -16; + color = "#6b8cc4"; + pixel_y = -28 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"qYl" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qYG" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/machinery/button/windowtint{ + id = "CC_Supreme"; + range = 10; + pixel_x = 4 + }, +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/admin2) +"qYQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"qZh" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Зона Отдыха" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qZj" = ( +/obj/structure/sign/flag/nanotrasen, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"qZy" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/light_fake{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"qZz" = ( +/obj/structure/table, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_y = 3 + }, +/obj/item/stack/package_wrap{ + pixel_y = 6 + }, +/obj/effect/turf_decal/stripes/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"qZI" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"qZQ" = ( +/obj/structure/morgue{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Морг"; + req_access = list(101); + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"qZS" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"qZV" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"ram" = ( +/obj/structure/mecha_wreckage/durand/old{ + icon_state = "old_durand"; + name = "\improper Дюранд Mk.I"; + desc = "Вышедший из использования боевой экзоскелет третьего поколения, использовавшийся корпорацией Нанотразен. Первая разработка для борьбы с враждебными инопланетными формами жизни. Кажется, он полностью инактивный."; + dir = 4; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin3) +"rat" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/structure/light_fake, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"raB" = ( +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"raC" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/structure/light_fake, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"rbd" = ( +/obj/mecha/combat/reticence/loaded, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rbf" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/yellow, +/obj/item/folder/blue{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/taperecorder{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"rbs" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"rbw" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"rbJ" = ( +/obj/machinery/door/airlock/multi_tile/command/glass{ + dir = 1; + name = "Зона ЦК" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"rcE" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"rdh" = ( +/obj/mecha/combat/honker/loaded, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rdp" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/supply) +"ref" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/flasher{ + id = "syndie_FB_cells"; + pixel_y = -24 + }, +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"rex" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"reD" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plating/asteroid/ancient + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"rfp" = ( +/obj/machinery/bodyscanner, +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_2" + }, +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_2"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"rfM" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Front Hull Door"; + opacity = 0; + req_access = list(150) + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/shuttle/syndicate_elite) +"rfO" = ( +/obj/structure/reagent_dispensers/fueltank/chem/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"rgd" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/dessert, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"rgp" = ( +/obj/machinery/button/windowtint/south{ + id = "SSTprivateroom"; + pixel_x = -8 + }, +/obj/machinery/door_control/no_emag{ + id = "SSTprivateroom"; + name = "Privacy Room Bolt Control"; + normaldoorcontrol = 1; + pixel_x = 8; + pixel_y = -32; + specialfunctions = 4; + wires = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"rgQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"rgS" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/bar) +"rhs" = ( +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + layer = 3.1; + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + layer = 3.1; + pixel_x = -6; + pixel_y = 10 + }, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"rhB" = ( +/obj/effect/turf_decal/woodsiding/end, +/obj/structure/statue/gold/heinrich_traisen{ + pixel_y = 8 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin2) +"rhX" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/stamp/magistrate{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 7 + }, +/obj/item/folder/red{ + pixel_x = 7 + }, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = -7 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"riU" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"rjk" = ( +/obj/effect/decal/nanotrasen_logo/n3, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"rjq" = ( +/obj/structure/table/wood, +/obj/item/food/watermelonslice, +/obj/effect/decal/syndie_logo{ + icon_state = "logo11" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"rjR" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"rjU" = ( +/obj/structure/table/reinforced, +/obj/item/melee/classic_baton{ + pixel_y = 7 + }, +/obj/item/melee/classic_baton{ + pixel_y = 5 + }, +/obj/item/melee/classic_baton{ + pixel_y = 3 + }, +/obj/item/melee/classic_baton{ + pixel_y = 2 + }, +/obj/item/melee/classic_baton, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"rjW" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 10 + }, +/obj/item/ashtray/bronze{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"rki" = ( +/obj/effect/turf_decal/stripes/red, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rkn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"rks" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"rkR" = ( +/obj/machinery/chem_dispenser/beer/upgraded, +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"rkZ" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/administration) +"rla" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"rlb" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"rlk" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"rlR" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"rlS" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"rlY" = ( +/obj/structure/chair/stool, +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"rma" = ( +/obj/structure/closet/crate/secure/bin{ + anchored = 1; + color = "#996633" + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"rmd" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + color = "gray" + }, +/area/centcom/ss220/command) +"rmx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/centcom/ss220/evac) +"rmy" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"rmX" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"rno" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rnW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"ros" = ( +/obj/item/flag/syndi, +/obj/structure/sign/poster/contraband/syndicate_recruitment{ + pixel_y = 30 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"roH" = ( +/obj/structure/sign/poster/official/enlist{ + pixel_y = 32 + }, +/obj/machinery/power/treadmill, +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"roR" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"rpv" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_transit"; + name = "ferry in transit"; + turf_type = /turf/space/transit/horizontal; + width = 5 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"rpC" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + pixel_x = 16; + color = "#6b8cc4"; + pixel_y = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"rpM" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8; + color = "#36454F" + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"rpU" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"rqt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"rqA" = ( +/obj/effect/spawner/random/ccfood/alcohol, +/obj/effect/spawner/random/ccfood/dessert, +/obj/structure/table/wood/fancy/blue, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"rqP" = ( +/obj/structure/table/wood, +/obj/item/beacon/syndicate/bomb{ + pixel_y = 8 + }, +/obj/item/beacon/syndicate/bomb{ + pixel_y = 4 + }, +/obj/item/beacon/syndicate/bomb, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"rqQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"rra" = ( +/obj/effect/turf_decal/box/white{ + color = "#6697cc" + }, +/obj/effect/turf_decal/miscellaneous/number/number_3{ + color = "#6697cc"; + dir = 1; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"rrb" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"rrp" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/bar) +"rrO" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/control) +"rrZ" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"rsk" = ( +/obj/structure/platform/corner, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"rsy" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/supply) +"rsz" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 2; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkred" + }, +/area/centcom/ss220/admin3) +"rsA" = ( +/obj/machinery/teleport/station, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"rsG" = ( +/obj/structure/rack, +/obj/item/rcd_ammo/large{ + pixel_x = 6; + pixel_y = 7 + }, +/obj/item/rcd_ammo/large{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/rcd_ammo/large{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/rcd_ammo/large{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/rcd_ammo/large{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/rcd_ammo/large{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/rcd_ammo/large{ + pixel_y = 7 + }, +/obj/item/rcd_ammo/large{ + pixel_y = 4 + }, +/obj/item/rcd_ammo/large{ + pixel_y = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rsJ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/machinery/door/poddoor/impassable{ + id_tag = "syndFB_baseleft"; + layer = 3.11; + closingLayer = 3.11 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"rsV" = ( +/obj/structure/table, +/obj/machinery/door_control/no_emag{ + id = "CC_Exterior_2"; + name = "Открыть выход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 8; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Exterior_2"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = 8; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Interior_2"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = -2; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_Interior_2"; + name = "Открыть вход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = -2; + req_access = list(101) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"rte" = ( +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/brute, +/obj/item/storage/firstaid/regular/doctor, +/obj/item/storage/firstaid/regular/doctor, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/fire, +/obj/item/storage/firstaid/o2, +/obj/item/storage/firstaid/toxin, +/obj/item/storage/firstaid/toxin, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"rtg" = ( +/obj/machinery/porta_turret/centcom{ + color = "#666666"; + faction = "syndicate"; + lethal = 1; + name = "Syndicate Defence Laser Turret"; + reqpower = 0 + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"rtm" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"rtA" = ( +/obj/structure/curtain/black, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/supply) +"rtC" = ( +/obj/structure/table, +/obj/item/clothing/accessory/medal{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/engineering{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/legal{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/medical{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/science{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/security{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/accessory/medal/service{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/accessory/medal/heart{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/clothing/accessory/medal/heart{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/clothing/accessory/medal/heart{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/stripes/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rtG" = ( +/obj/item/clothing/head/beret/centcom, +/obj/item/clothing/head/beret/centcom, +/obj/item/clothing/head/beret/centcom, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/item/clothing/suit/space/deathsquad/officer/soo_brown, +/obj/item/clothing/suit/space/deathsquad/officer/soo_brown, +/obj/item/clothing/suit/space/deathsquad/officer/soo_brown, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/item/clothing/mask/holo_cigar, +/obj/item/clothing/mask/holo_cigar, +/obj/item/clothing/mask/holo_cigar, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/security/sunglasses{ + pixel_y = 6 + }, +/obj/item/ammo_box/a357, +/obj/item/ammo_box/a357, +/obj/structure/closet/secure_closet/personal/cabinet{ + req_access = list(114) + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"rtJ" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"rus" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/centcom/ss220/admin3) +"ruD" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst_away"; + name = "Syndicate Base"; + width = 11; + turf_type = /turf/simulated/floor/plating + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"rvd" = ( +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"rvV" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/glasses/night, +/obj/item/clothing/shoes/jackboots/noisy, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/gloves/combat, +/obj/item/melee/baton/loaded{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"rwr" = ( +/obj/structure/rack, +/obj/item/melee/classic_baton/telescopic{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/melee/classic_baton/telescopic{ + pixel_y = 1 + }, +/obj/item/melee/classic_baton/telescopic{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"rwU" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"rxh" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 1; + name = "Riot Control" + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"rxI" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/gun/advtaser, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 2 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 4 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 6 + }, +/obj/item/gun/energy/gun/advtaser{ + pixel_x = 7 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"rxS" = ( +/obj/structure/platform{ + layer = 3.1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"ryr" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/ss220/medbay) +"ryx" = ( +/obj/item/toy/nuke, +/obj/structure/table/wood/poker, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership) +"rze" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"rzq" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"rzB" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 5 + }, +/area/centcom/ss220/park) +"rzF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"rzI" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/supply) +"rzY" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"rAi" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"rAr" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/infteam) +"rAw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 5 + }, +/area/centcom/ss220/park) +"rAW" = ( +/obj/machinery/conveyor/west{ + dir = 1 + }, +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"rBb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndishuttle_vent"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"rBo" = ( +/obj/machinery/door/airlock/centcom{ + name = "Дипломатический корпус"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"rBt" = ( +/obj/machinery/button/windowtint/north{ + id = "CC_office1" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"rBX" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"rCj" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"rDy" = ( +/obj/structure/flora/tree/great_tree{ + pixel_x = -33 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"rDF" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"rDS" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"rDY" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Операционная"; + req_access = list(101); + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/medbay) +"rEF" = ( +/obj/machinery/economy/vending/security, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"rER" = ( +/obj/machinery/door_control/no_emag/east{ + color = "#ffbf80"; + id = "CC_DeathSquad"; + name = "Blast Door Control"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"rFc" = ( +/obj/effect/decal/nanotrasen_logo/n4, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"rFm" = ( +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline/alternative{ + dir = 1 + }, +/area/centcom/ss220/admin1) +"rFv" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/photocopier{ + pixel_y = 6 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"rFR" = ( +/obj/structure/railing, +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium" + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"rFY" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/centcom/ss220/park) +"rFZ" = ( +/obj/machinery/door/airlock/hatch/syndicate/command, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"rHh" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Cargo_Interior_1"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = -2; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Cargo_Exterior_1"; + name = "Blast Door Open"; + pixel_x = 6; + pixel_y = 8; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Cargo_Exterior_1"; + name = "Открыть выход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = 8; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag{ + id = "CC_Cargo_Interior_1"; + name = "Открыть вход"; + normaldoorcontrol = 1; + pixel_x = -6; + pixel_y = -2; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"rHF" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"rHX" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/biolumini, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"rIg" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"rIO" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"rJo" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"rJs" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"rJW" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"rKv" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"rKA" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo3" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"rKF" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"rLd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#99ff99"; + id_tag = "SST_armory_basic"; + name = "SST Armory Basic Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rLs" = ( +/obj/structure/flora/tree/jungle{ + pixel_x = -32; + pixel_y = 0 + }, +/obj/structure/flora/junglebush, +/obj/effect/turf_decal/siding/wideplating/dark, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"rLB" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/park) +"rLQ" = ( +/obj/structure/sign/vacuum{ + icon_state = "doors" + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"rMi" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"rNH" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/book/manual/wiki/sop_engineering, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/sop_science, +/obj/item/book/manual/wiki/sop_service, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"rNL" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/railing/cap/normal{ + color = "#36454F"; + dir = 8 + }, +/obj/structure/railing/cap/reversed{ + color = "#36454F"; + dir = 4 + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"rNT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"rOg" = ( +/obj/machinery/door/window/reinforced/normal{ + req_access = list(106) + }, +/obj/structure/chair/comfy/lime{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"rOr" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/structure/displaycase{ + start_showpiece_type = /obj/item/gun/projectile/revolver/mateba; + pixel_y = 7 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"rOs" = ( +/obj/structure/table/reinforced, +/obj/item/handheld_defibrillator{ + pixel_x = -3 + }, +/obj/item/handheld_defibrillator{ + pixel_x = 3 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"rOv" = ( +/obj/machinery/cooker/deepfryer/upgraded, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"rOI" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rPb" = ( +/obj/structure/curtain/open/shower/security{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"rPF" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/centcom/ss220/admin3) +"rPO" = ( +/obj/structure/sign/double/map/left{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"rPS" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"rQg" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/syndicate_mothership/cargo) +"rQk" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + layer = 3.1 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"rQA" = ( +/obj/structure/rack, +/obj/item/flashlight{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/flashlight{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/flashlight{ + pixel_y = 3 + }, +/obj/item/flashlight{ + pixel_x = 3 + }, +/obj/item/flashlight{ + pixel_x = 6; + pixel_y = -3 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"rQC" = ( +/obj/structure/table/glass, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/ashtray/bronze{ + pixel_y = 10 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 14; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"rQX" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"rRb" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Дормы" + }, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/park) +"rRp" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/turf/simulated/floor/transparent/glass/titanium/plasma, +/area/centcom/ss220/admin2) +"rRY" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"rSG" = ( +/obj/structure/sign/nuke{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"rSQ" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"rSV" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"rSW" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"rSX" = ( +/obj/machinery/door/airlock/centcom{ + name = "Камера"; + req_access = list(114) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_1"; + name = "Камера 1" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"rTf" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"rTB" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"rTD" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"rTE" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"rTM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"rTO" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/chair/sofa/bench, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"rTT" = ( +/obj/structure/rack, +/obj/item/rcd/combat{ + pixel_y = 6 + }, +/obj/item/rcd/combat{ + pixel_y = 3 + }, +/obj/item/rcd/combat, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rUo" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "ert_shuttle_door"; + name = "Шаттл ОБР" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"rUz" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"rUF" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"rVq" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"rVv" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"rVx" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"rVD" = ( +/obj/structure/rack, +/obj/item/storage/belt/grenade/full{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/belt/grenade/full, +/obj/item/storage/belt/grenade/full{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"rVI" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"rVM" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"rWe" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end, +/obj/structure/railing{ + color = "#36454F"; + dir = 4 + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"rWF" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/specops) +"rXi" = ( +/obj/mecha/working/ripley/deathripley, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rXG" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"rXJ" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"rXN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"rYm" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/under/suit/charcoal, +/obj/item/clothing/shoes/centcom, +/obj/item/clothing/under/dress/victdress, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"rYx" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"rYA" = ( +/obj/vehicle/bike{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"rYI" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/syndicate) +"rYQ" = ( +/obj/machinery/economy/vending/clothing, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"rYT" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"rZn" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + dir = 8; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"rZt" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database" + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/general) +"rZF" = ( +/obj/item/kirbyplants{ + pixel_y = 15 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/evac) +"rZT" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"rZZ" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/admin3) +"sae" = ( +/obj/structure/sign/poster/official/nanotrasen_logo, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"san" = ( +/obj/machinery/door/airlock/centcom{ + name = "Конференц Зал Верховного Командования"; + req_access = list(114) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"sat" = ( +/obj/effect/decal/nanotrasen_logo/n6, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"saI" = ( +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"sbf" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/bottle/cream{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"sbJ" = ( +/obj/structure/table/glass/reinforced/titanium{ + color = "#dbc921"; + name = "усиленный золотой стеклянный стол с отделкой из пластитана" + }, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/fancy, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"sca" = ( +/obj/machinery/door/airlock/centcom{ + name = "Тюрьма"; + req_access = list(109) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_10"; + layer = 3; + name = "Тюрьма" + }, +/obj/machinery/door_control/no_emag/north{ + id = "CC_SOD_10"; + name = "Тюрьма"; + req_access = list(109) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"scg" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"sci" = ( +/obj/structure/statue/themis{ + pixel_y = 4 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"scs" = ( +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"scu" = ( +/obj/machinery/chem_dispenser/upgraded, +/turf/simulated/floor/engine, +/area/centcom/ss220/medbay) +"scK" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"scW" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/infteam) +"scX" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null; + dir = 1 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate_sit) +"sdf" = ( +/obj/structure/closet/crate/freezer{ + desc = "A crate."; + name = "Medical crate" + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/structure/curtain/black{ + pixel_x = 32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"sdE" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"sdG" = ( +/obj/structure/platform, +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"sdJ" = ( +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/oxygen/harness{ + pixel_y = 6 + }, +/obj/item/tank/jetpack/oxygen/harness{ + pixel_y = 3 + }, +/obj/item/tank/jetpack/oxygen/harness, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"sdP" = ( +/obj/item/beach_ball{ + pixel_y = 12 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"seb" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/evac) +"sej" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"sen" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"sfM" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"sfS" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/electropack{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"sgp" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"sgq" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/park) +"sgM" = ( +/obj/structure/light_fake, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"shd" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/item/bikehorn/rubberducky{ + pixel_y = 10; + pixel_x = 4 + }, +/obj/item/food/grown/banana{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/bikehorn{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"shq" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"shF" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"sii" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"siL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"siO" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"siY" = ( +/obj/structure/rack, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/obj/item/painter{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/painter{ + pixel_y = -5; + pixel_x = 3 + }, +/obj/item/painter{ + pixel_y = -8; + pixel_x = 6 + }, +/obj/item/painter{ + pixel_y = -8; + pixel_x = 6 + }, +/obj/item/painter{ + pixel_y = -2 + }, +/obj/item/painter{ + pixel_y = 1; + pixel_x = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"sji" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + pixel_x = 16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "navybluecorners" + }, +/area/centcom/ss220/admin3) +"sjW" = ( +/obj/machinery/optable, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/medbay) +"skx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"sky" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"slA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"slL" = ( +/obj/machinery/economy/vending/dinnerware, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/centcom/ss220/evac) +"slN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"slQ" = ( +/obj/mecha/combat/gygax, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"slU" = ( +/obj/structure/table/glass, +/obj/item/ashtray/bronze, +/turf/simulated/floor/wood, +/area/centcom/ss220/court) +"smc" = ( +/obj/structure/flora/tree/jungle{ + layer = 8.9 + }, +/obj/item/flashlight/lantern{ + anchored = 1; + on = 1; + pixel_x = -11; + pixel_y = 7 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"smh" = ( +/obj/structure/statue/cyberiad/sw, +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"smn" = ( +/obj/structure/table/wood/fancy/orange, +/obj/item/book/manual/wiki/faxes{ + pixel_y = 5 + }, +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/general) +"smo" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/holster{ + pixel_y = 10 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 8 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 4 + }, +/obj/item/clothing/accessory/holster{ + pixel_y = 2 + }, +/obj/item/clothing/accessory/holster, +/obj/machinery/door_control/no_emag/north{ + color = "#ffbf80"; + id = "CC_Armory_Epsilon"; + name = "Оружейная - Уровень 4"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"smu" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray" + }, +/area/centcom/ss220/admin3) +"smv" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"snm" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"sny" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"snz" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"snC" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/escape) +"soo" = ( +/obj/machinery/computer/shuttle/ert, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"sor" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"sot" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "navybluecorners" + }, +/area/centcom/ss220/admin3) +"soz" = ( +/obj/item/storage/fancy/crayons, +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership) +"soD" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"spM" = ( +/obj/structure/rack, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/clusterbuster/holy, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/item/grenade/chem_grenade/holywater, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"spP" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/shuttle/syndicate) +"sqk" = ( +/obj/structure/flora/rock/jungle, +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 5; + on = 1; + pixel_x = -1; + pixel_y = 10 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"sqr" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"sqt" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/stairs/left{ + color = "gray" + }, +/area/centcom/ss220/admin3) +"sqw" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "black" + }, +/area/centcom/ss220/park) +"srn" = ( +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"srs" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Кабинет ОЦК" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"srA" = ( +/obj/machinery/computer/shuttle/ert{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the Special Ops."; + name = "Special Ops. Monitor"; + network = list("ERT"); + pixel_x = -30 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"srB" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"ssh" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"stb" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin3) +"stf" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"sto" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/mining) +"stR" = ( +/obj/machinery/door/airlock/centcom{ + name = "Конференц Зал"; + req_access = list(101) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"stW" = ( +/obj/structure/shuttle/engine/huge, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate) +"sul" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/medbay) +"sus" = ( +/turf/simulated/floor/carpet/purple, +/area/centcom/ss220/admin2) +"suH" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin1) +"suN" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"suT" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/light_fake/small, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"svw" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "syndieshutters"; + name = "Blast Shutters" + }, +/obj/effect/spawner/window/plastitanium, +/turf/simulated/floor/plating, +/area/shuttle/syndicate) +"svN" = ( +/obj/docking_port/stationary/transit{ + dir = 4; + dwidth = 16; + height = 21; + id = "emergency_transit"; + name = "emergency in transit"; + width = 41 + }, +/turf/space/transit, +/area/space/centcomm) +"swL" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"swU" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"sxi" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"sxS" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/ss220/court) +"syd" = ( +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"syn" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/commander, +/obj/machinery/door/airlock/centcom{ + name = "Кабинет ОСО" + }, +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_COO_Room"; + name = "Тебе скорее всего сюда нельзя, увы." + }, +/obj/machinery/door_control/no_emag/south{ + id = "СС_COO_Room"; + name = "Blast Door Open"; + req_access = list(114) + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"syo" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Рабочая Зона" + }, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"sze" = ( +/obj/structure/chair/comfy/red{ + color = "#FFFFFF" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"szp" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4; + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"szK" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"sAM" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/ashtray/bronze{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"sAR" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"sAT" = ( +/obj/effect/turf_decal/delivery, +/obj/mecha/combat/gygax/dark/loaded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"sBm" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"sBv" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"sBy" = ( +/obj/effect/decal/nanotrasen_logo/n5, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/park) +"sCb" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/centcom/ss220/evac) +"sCx" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"sCI" = ( +/obj/machinery/computer/security{ + dir = 4; + network = list("SS13","Telecomms","Research Outpost","Mining Outpost") + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/shuttle/escape) +"sDk" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + hackProof = 1; + name = "Arrival Airlock" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"sDq" = ( +/obj/structure/sign/poster/contraband/smoke{ + pixel_x = -32 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/siding/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"sDK" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"sDS" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 1; + pixel_x = 16; + color = "#6b8cc4"; + pixel_y = -16 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"sEq" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"sEy" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"sFj" = ( +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/structure/rack, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"sFl" = ( +/obj/effect/turf_decal/siding/black, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"sFV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/photocopier{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/bee_briefcase{ + pixel_x = 3; + pixel_y = -19 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"sFZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"sHJ" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"sHP" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/jail) +"sHT" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/meatsteak, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"sIl" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/bar) +"sIn" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"sIy" = ( +/obj/structure/flora/tree/jungle/small{ + pixel_x = -39; + pixel_y = -5 + }, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"sIC" = ( +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/centcom/ss220/park) +"sIG" = ( +/obj/structure/flora/ausbushes/sunnybush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"sIJ" = ( +/obj/structure/statue/sandstone/venus/pure{ + pixel_y = 8; + anchored = 1; + layer = 5 + }, +/obj/effect/turf_decal/woodsiding/end, +/turf/simulated/floor/transparent/glass/reinforced, +/area/centcom/ss220/admin2) +"sIP" = ( +/obj/structure/table/glass, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"sIV" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/effect/landmark/spawner/ds, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"sJj" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"sJn" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"sJw" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/disabler/silencer, +/obj/item/gun/energy/disabler/silencer{ + pixel_x = 2 + }, +/obj/item/gun/energy/disabler/silencer{ + pixel_x = 4 + }, +/obj/item/gun/energy/disabler/silencer{ + pixel_x = 6 + }, +/obj/item/gun/energy/disabler/silencer{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"sJA" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 5 + }, +/area/centcom/ss220/general) +"sJP" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"sJR" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"sKd" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"sKq" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"sKC" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "CC_Exterior_2"; + name = "Зона ЦК"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Exterior_2"; + layer = 3 + }, +/obj/machinery/door_control/no_emag/west{ + id = "СС_BD_Exterior_2"; + name = "Blast Door Open"; + req_access = list(104) + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"sKF" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"sKI" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/bar) +"sKS" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/bola, +/obj/effect/turf_decal/stripes/red/box, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/immolator{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/immolator{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/immolator{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/immolator{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/immolator{ + pixel_y = 11 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/immolator{ + pixel_y = 11 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"sKW" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"sLl" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"sLm" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/pulse, +/obj/item/gun/energy/pulse{ + pixel_x = 2 + }, +/obj/item/gun/energy/pulse{ + pixel_x = 4 + }, +/obj/item/gun/energy/pulse{ + pixel_x = 6 + }, +/obj/item/gun/energy/pulse{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"sLq" = ( +/obj/machinery/economy/vending/wallmed/emergency_ntmed/directional/east, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"sLM" = ( +/turf/simulated/wall/indestructible/rock/mineral, +/area/syndicate_mothership/outside) +"sMd" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/obj/effect/turf_decal/siding/black{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin2) +"sMe" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/flag/species/unathi, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"sMg" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/glasses/night, +/obj/item/clothing/shoes/jackboots/noisy, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/gloves/combat, +/obj/item/melee/baton/loaded{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"sNl" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/sliceable/clowncake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"sNm" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"sNA" = ( +/obj/structure/fence{ + invulnerable = 1 + }, +/obj/structure/flora/tree/pine{ + color = "#336633"; + desc = "Напоминает о былых, более холодных временах..."; + layer = 2.9; + name = "Ель" + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"sNL" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"sNZ" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"sOo" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/assault_pod) +"sOq" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/stack/sheet/metal, +/obj/item/clothing/glasses/welding, +/obj/item/weldingtool, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_sit) +"sOr" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/documents/syndicate/blue, +/obj/item/documents/syndicate/mining, +/obj/item/documents/syndicate/red, +/obj/item/documents/syndicate/yellow, +/obj/item/documents/syndicate/yellow/trapped, +/obj/item/documents/syndicate, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"sPa" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 1; + icon_state = "rightsecure"; + name = "Riot Control" + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"sPm" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"sPs" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/railing{ + color = "#36454F"; + dir = 9 + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/admin2) +"sPz" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"sQc" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + pixel_x = 16; + color = "#6b8cc4"; + pixel_y = 4 + }, +/obj/structure/platform{ + layer = 3.1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"sQk" = ( +/obj/structure/sign/poster/official/religious, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/park) +"sQD" = ( +/mob/living/simple_animal/hostile/poison/giant_spider/hunter{ + desc = "Не очень любит синтетиков..."; + faction = list("syndicate"); + icon = 'icons/mob/terrorspider.dmi'; + icon_state = "terror_queen"; + name = "Королева Пауков" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/control) +"sQL" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/junglebush, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"sRe" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "syndie_cargo_right_shuttle_pump" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"sRE" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + pixel_x = 16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"sSn" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"sSv" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Exterior_1"; + layer = 3 + }, +/obj/machinery/door_control/no_emag/west{ + id = "СС_BD_Exterior_1"; + name = "Blast Door Open"; + req_access = list(104) + }, +/obj/machinery/door/airlock/centcom{ + id_tag = "CC_Exterior_1"; + name = "Зона ЦК Карго"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"sTr" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium_corner"; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"sUd" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"sUi" = ( +/turf/simulated/wall/indestructible, +/area/centcom/ss220/evac) +"sUj" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 14; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"sUo" = ( +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"sUR" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#6697cc"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin1) +"sUT" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"sUZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"sVA" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/machinery/chem_dispenser/beer/upgraded{ + pixel_y = 6 + }, +/obj/structure/table/reinforced{ + color = "#996633" + }, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"sVT" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/centcom/ss220/court) +"sWC" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"sWH" = ( +/obj/machinery/computer/bsa_control/admin, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"sWK" = ( +/obj/machinery/door/airlock/bathroom{ + name = "Уборная" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"sWN" = ( +/obj/structure/sign/pods, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/evac) +"sXg" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/pen/multi/fountain{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"sXm" = ( +/obj/machinery/flasher{ + id = "syndie_FB_cells"; + pixel_y = -24 + }, +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"sXn" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 5; + on = 1; + pixel_y = 10 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"sXy" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null; + dir = 1 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate_elite) +"sXM" = ( +/obj/structure/closet/secure_closet/syndicate/medbay, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"sYX" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/centcom/ss220/medbay) +"sYZ" = ( +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"sZj" = ( +/obj/structure/closet/secure_closet/medical2{ + req_access = null + }, +/obj/structure/window/reinforced/polarized{ + id = "cc_syrg_2"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"sZk" = ( +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"sZm" = ( +/obj/structure/closet/syndicate/personal, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"sZo" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_x = 2 + }, +/obj/item/gun/energy/laser{ + pixel_x = 4 + }, +/obj/item/gun/energy/laser{ + pixel_x = 6 + }, +/obj/item/gun/energy/laser{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"sZy" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/tree/jungle{ + pixel_x = -41; + pixel_y = -14 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"sZB" = ( +/obj/effect/spawner/random/ccfood/alcohol, +/obj/effect/spawner/random/ccfood/dessert, +/obj/structure/table/wood/fancy/red, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"sZR" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"tak" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"tax" = ( +/obj/machinery/porta_turret/centcom/pulse, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/bar) +"taB" = ( +/obj/machinery/economy/vending/snack/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"taV" = ( +/obj/structure/light_fake, +/obj/item/kirbyplants, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"taW" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"taY" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/machinery/economy/vending/chinese/free, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"tbJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/item/kitchen/utensil/spoon{ + layer = 4.1 + }, +/obj/effect/turf_decal{ + icon = 'icons/mob/nest.dmi'; + icon_state = "hole"; + name = "chasm" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"tbP" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = -28; + dir = 1 + }, +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно спит на посту"; + dir = 1; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Боба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown" + }, +/area/syndicate_mothership/jail) +"tca" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"tcq" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"tcF" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 8; + pixel_x = -16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"tcQ" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"tcR" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"tdd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"tdw" = ( +/obj/structure/flora/ausbushes/reedbush, +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"teA" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"teM" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"tfi" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"tfn" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/door_control/no_emag{ + pixel_x = 32; + id = "syndFB_med"; + name = "Medbay"; + wires = 1; + specialfunctions = 4; + emagged = 1; + req_access = list(153) + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"tfv" = ( +/obj/machinery/door/airlock/centcom{ + name = "ОБР"; + req_access = list(109) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"tgd" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"tgL" = ( +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/infteam) +"thG" = ( +/obj/effect/landmark/spawner/syndicate_infiltrator_leader, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"thM" = ( +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 6; + on = 1; + pixel_x = -7; + pixel_y = 15 + }, +/turf/simulated/floor/plasteel/stairs, +/area/syndicate_mothership/outside) +"tiB" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"tiF" = ( +/obj/machinery/economy/vending/nt_food/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"tjz" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"tjO" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"tkC" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/black{ + dir = 1 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/supply) +"tkJ" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/park) +"tkL" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/impassable{ + name = "Батарея БСА"; + id_tag = "cc_bsa2" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"tla" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/supply) +"tls" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"tlK" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"tlS" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/specops) +"tmm" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/machinery/recharge_station/upgraded, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"tmr" = ( +/obj/machinery/computer/camera_advanced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"tnw" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/dessert, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"tnM" = ( +/obj/effect/turf_decal/box/white/corners, +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredfull" + }, +/area/centcom/ss220/supply) +"tnT" = ( +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/centcom/ss220/medbay) +"tnX" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/turf/simulated/floor/transparent/glass/titanium/plasma, +/area/centcom/ss220/admin2) +"top" = ( +/obj/item/flag/nt, +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"toq" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/spot, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"tou" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"toU" = ( +/obj/effect/turf_decal/siding/wood/oak/corner, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"toV" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkyellowaltstrip" + }, +/area/centcom/ss220/court) +"tpc" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "nukeop_storage"; + name = "Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"tpj" = ( +/obj/machinery/computer/shuttle/sst, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"tpM" = ( +/obj/effect/decal/cleanable/confetti, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"tpO" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle/small, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"tpQ" = ( +/obj/effect/turf_decal/box/corners, +/turf/simulated/floor/mineral/abductor, +/area/centcom/ss220/bar) +"tpR" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/camera, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"tpT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"tqf" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"tqp" = ( +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"tqv" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/general) +"tqO" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray" + }, +/area/centcom/ss220/admin1) +"tqQ" = ( +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/infteam) +"try" = ( +/obj/structure/table, +/obj/item/bonegel, +/obj/item/bonesetter, +/obj/item/hemostat, +/obj/item/cautery, +/obj/item/surgicaldrill, +/obj/item/circular_saw, +/obj/item/scalpel, +/obj/item/retractor, +/obj/item/fix_o_vein, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"trV" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"tsb" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"tsc" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"tsj" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"tso" = ( +/obj/structure/table/wood, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"tsv" = ( +/obj/structure/flora/biolumini, +/turf/simulated/floor/beach/away/coastline/beachcorner{ + dir = 8; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"tsH" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/park) +"tsK" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"tsV" = ( +/obj/effect/decal/nanotrasen_logo/n4{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"ttK" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"ttZ" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"tuh" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/centcom/ss220/supply) +"tut" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"tuH" = ( +/obj/structure/computerframe, +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"tvv" = ( +/obj/machinery/computer/shuttle/syndicate{ + name = "Nuclear Operatives Shuttle Console" + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"tvZ" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/grenade/smokebomb, +/obj/item/grenade/smokebomb{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"twm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#ffdd99"; + id_tag = "SST_armory_mech_gygax"; + name = "SST Armory Mech DarkGygax" + }, +/obj/effect/mapping_helpers/light{ + light_range = 3 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"twr" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"twu" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/black{ + dir = 1 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"twY" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"txg" = ( +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Shitspawn_Interior_1"; + name = "Blast Door Open"; + req_access = list(114); + pixel_x = 24 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Shitspawn_Interior_1"; + layer = 3 + }, +/obj/machinery/door/airlock/centcom{ + name = "Блокпост"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"txK" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/court) +"tyo" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"tyY" = ( +/obj/machinery/cryopod/robot/offstation, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/admin3) +"tzm" = ( +/obj/machinery/door_control/no_emag{ + id = "СС_BD_Shitspawn_Exterior_1"; + name = "Blast Door Open"; + req_access = list(114); + pixel_x = 24 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Shitspawn_Exterior_1"; + layer = 3 + }, +/obj/machinery/door/airlock/centcom{ + name = "Блокпост"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"tzB" = ( +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"tAa" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/item/stamp/centcom{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/stamp/denied{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/stamp/granted{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 5; + pixel_y = 2 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/wood/end, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"tAi" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/commander, +/obj/machinery/door/airlock/centcom{ + name = "Кабинет ОСО" + }, +/obj/machinery/door/poddoor/impassable{ + layer = 3.2; + closingLayer = 3.2; + id_tag = "СС_COO_Briefing_Room"; + name = "Брифинг-зал" + }, +/obj/machinery/door_control/no_emag/west{ + name = "Blast Door Open"; + id = "СС_COO_Briefing_Room"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin2) +"tAH" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + density = 0; + icon_state = "open"; + id_tag = "syndFB_lockdown"; + opacity = 0; + layer = 3.1; + closingLayer = 3.1 + }, +/obj/machinery/door/airlock/hatch/syndicate/command, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"tAJ" = ( +/obj/item/pizzabox/meat{ + desc = "Любимая пицца Шерлока Субботина" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"tAO" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"tAQ" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"tAT" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/centcom/ss220/court) +"tAU" = ( +/obj/machinery/sleeper/syndie{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"tBr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"tBT" = ( +/obj/structure/rack/holorack, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/box/syndie_kit/chameleon, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/box/syndie_kit/chameleon{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/chameleon/noslip{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/box/white, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"tCk" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"tCr" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + id_tag = "nukeop_storage"; + name = "Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"tCJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"tDh" = ( +/obj/machinery/shieldwall{ + dir = 1; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"tDv" = ( +/obj/effect/turf_decal/box/white/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"tDK" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"tEp" = ( +/obj/structure/table/wood, +/obj/item/book/random, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"tEM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"tFj" = ( +/obj/item/flag/syndi, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"tFD" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"tGx" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"tHa" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch/syndicate/vault{ + name = "Vault"; + req_access = list(153) + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"tHs" = ( +/obj/effect/turf_decal/box/white{ + color = "#6697cc" + }, +/obj/effect/turf_decal/miscellaneous/number/number_2{ + color = "#6697cc"; + dir = 1; + pixel_y = -10 + }, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"tHw" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"tHS" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo5" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"tId" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"tIq" = ( +/obj/machinery/door_control/no_emag/south{ + emagged = 1; + wires = 1; + name = "SST Armory Basic Weapons"; + id = "SST_armory_basic"; + color = "#99ff99"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -40; + id = "SST_armory_advanced"; + emagged = 1; + wires = 1; + name = "SST_armory_advanced"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -32; + pixel_x = 6; + id = "SST_armory_grenades"; + emagged = 1; + wires = 1; + name = "SST_armory_grenades"; + color = "#ffdd99"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + pixel_y = -32; + pixel_x = -6; + id = "SST_armory_support"; + emagged = 1; + wires = 1; + name = "SST_armory_support"; + color = "#9999ff"; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"tIs" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"tIw" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/siberia) +"tIy" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"tIK" = ( +/obj/structure/holohoop{ + dir = 4 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"tIO" = ( +/obj/machinery/computer/mecha, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/ss220/command) +"tIT" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"tIW" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"tJr" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"tJz" = ( +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"tJG" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"tJL" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"tJM" = ( +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/supply) +"tKh" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"tKN" = ( +/obj/machinery/door/airlock/centcom{ + name = "Камера"; + req_access = list(114) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "СС_Jail_4"; + name = "Камера 4" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"tLy" = ( +/obj/machinery/computer/robotics, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluefull" + }, +/area/centcom/ss220/command) +"tLz" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"tLW" = ( +/obj/structure/light_fake, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"tMg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"tMn" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"tMz" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo7" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"tMG" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/obj/machinery/economy/vending/engineering, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"tMT" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/sliceable/birthdaycake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"tNq" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"tOi" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"tPb" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"tPc" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/supply) +"tPg" = ( +/obj/structure/sign/singulo{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"tPk" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"tPC" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"tQc" = ( +/turf/simulated/floor/wood, +/area/centcom/ss220/court) +"tQw" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/sliceable/pizza/macpizza, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"tQU" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"tRg" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/stamp/denied{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/pen/multi/fountain, +/obj/item/pen/multi/fountain{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"tRy" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"tRP" = ( +/obj/item/flashlight/lamp/green/off{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/structure/table/wood/fancy/orange, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/general) +"tRZ" = ( +/obj/structure/fence/post{ + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"tSr" = ( +/obj/structure/table/wood, +/obj/item/grenade/bananade/casing{ + pixel_x = 10 + }, +/obj/item/grenade/bananade/casing{ + pixel_x = 6 + }, +/obj/item/grenade/bananade/casing{ + pixel_x = 2 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"tSy" = ( +/obj/structure/table/glass/reinforced/titanium, +/obj/structure/bedsheetbin{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"tTd" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"tTm" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"tTt" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"tTA" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"tTZ" = ( +/obj/structure/sign/poster/official/kill_syndicate{ + pixel_y = -32 + }, +/obj/structure/light_fake/spot, +/obj/effect/turf_decal/tile/neutral{ + dir = 8; + color = "#6697cc" + }, +/obj/effect/turf_decal/tile/neutral{ + color = "red" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"tUK" = ( +/obj/structure/mecha_wreckage/durand/old{ + icon = 'modular_ss220/objects/icons/mecha.dmi'; + icon_state = "darkdurand"; + name = "\improper Ровер"; + desc = "Захваченный экзоскелет типа \"Ровер\". Представляет собой кустарную переделку оригинального \"Дюранд\" за авторством разработки Синдиката. Кажется, он полностью инактивный."; + dir = 4; + anchored = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_small" + }, +/area/centcom/ss220/admin3) +"tUV" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_y = 5 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 14; + pixel_y = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"tVl" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"tVo" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"tVr" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"tVz" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"tVB" = ( +/turf/simulated/floor/plating/asteroid{ + icon_state = "asteroidfloor"; + name = "floor" + }, +/area/syndicate_mothership/outside) +"tVG" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"tVN" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"tVQ" = ( +/obj/structure/light_fake/small{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту"; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"tVU" = ( +/obj/effect/turf_decal/arrows/white{ + dir = 4; + pixel_y = 8; + initialized = 1 + }, +/obj/effect/turf_decal/arrows/white{ + dir = 8; + pixel_y = -9; + initialized = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"tWa" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"tWc" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"tWq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/closet/cardboard{ + icon_closed = "cardboard_syndicate"; + icon_opened = "cardboard_open_syndicate"; + icon_state = "cardboard_syndicate" + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"tWr" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end{ + dir = 1 + }, +/obj/structure/mirror/magic{ + desc = null; + name = "mirror"; + pixel_x = 28 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"tWx" = ( +/obj/machinery/computer/bsa_control/admin, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"tXx" = ( +/obj/machinery/computer/camera_advanced/shuttle_docker/syndicate, +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"tXV" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrowncorners" + }, +/area/centcom/ss220/supply) +"tYt" = ( +/obj/machinery/economy/vending/syndisnack, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"tYW" = ( +/obj/structure/closet/boxinggloves, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"tZa" = ( +/obj/structure/lattice, +/turf/space, +/area/centcom/ss220/command) +"tZt" = ( +/obj/structure/chair/stool/bar/dark{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"tZB" = ( +/obj/structure/closet/emcloset, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/ss220/admin3) +"uao" = ( +/obj/structure/table/wood, +/obj/item/food/grown/moonflower, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"uaM" = ( +/obj/effect/decal/nanotrasen_logo/n3, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/park) +"uaS" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/storage/backpack/duffel/syndie/med/surgery{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/storage/backpack/duffel/syndie/med/surgery{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/backpack/duffel/syndie/med/surgery, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"uaV" = ( +/obj/structure/window/reinforced/tinted{ + pixel_y = -3 + }, +/obj/machinery/shower{ + dir = 4; + pixel_x = 6 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"uaY" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/centcom/ss220/admin3) +"ubg" = ( +/obj/machinery/economy/vending/suitdispenser, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"ubh" = ( +/obj/structure/table/wood/fancy/purple, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"ubx" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"ubR" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/pulse/pistol/m1911{ + pixel_x = -6 + }, +/obj/item/gun/energy/pulse/pistol/m1911{ + pixel_x = 6 + }, +/obj/item/gun/energy/pulse/pistol/m1911, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"ubX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrownfull" + }, +/area/centcom/ss220/supply) +"ucI" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"udq" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"udu" = ( +/obj/machinery/porta_turret/syndicate, +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/indestructible/transparent_floor{ + icon_state = "router_dir"; + dir = 8 + }, +/area/shuttle/syndicate) +"udw" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/centcom/ss220/admin1) +"udY" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/suit_storage_unit/gamma/secure, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"ued" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/external, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"uef" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"ueF" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda/upgraded{ + dir = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"ufd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape) +"ugE" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SyndFB_prison_stroll_blast"; + layer = 3.1; + closingLayer = 3.1 + }, +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"uhH" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"uhJ" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + id_tag = "SST_ready"; + layer = 3.01 + }, +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"uir" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"uiD" = ( +/obj/structure/rack, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/bodyanalyzer/advanced, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/clothing/glasses/hud/health/night, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ujq" = ( +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"ujz" = ( +/obj/structure/table/reinforced, +/obj/item/borg/upgrade/selfrepair, +/obj/item/borg/upgrade/selfrepair, +/obj/item/stock_parts/cell/bluespace, +/obj/item/stock_parts/cell/bluespace, +/obj/item/borg/upgrade/vtec, +/obj/item/borg/upgrade/vtec, +/obj/item/storage/toolbox/drone{ + pixel_y = 14 + }, +/obj/item/borg/upgrade/thrusters, +/obj/item/borg/upgrade/restart, +/obj/item/borg/upgrade/disablercooler, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"ujO" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/centcom/ss220/court) +"ukh" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = -4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"ukm" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/escape) +"uln" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/machinery/cryopod/offstation{ + icon_state = "sleeper_s"; + occupied_icon_state = "sleeper_s"; + dir = 1; + base_icon_state = "sleeper_s-open" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"ulG" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/lightreplacer/bluespace, +/obj/item/lightreplacer/bluespace, +/obj/item/lightreplacer/bluespace, +/obj/item/lightreplacer/bluespace, +/obj/item/lightreplacer/bluespace, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"ulL" = ( +/obj/effect/landmark/spawner/syndieprisonwarp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"ulY" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"umn" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"umL" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"umT" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kitchen/utensil/spoon{ + pixel_y = 2; + pixel_x = -10 + }, +/obj/item/kitchen/utensil/fork{ + pixel_y = 2 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 14; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"umW" = ( +/obj/effect/turf_decal/box/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"uns" = ( +/obj/structure/mirror{ + pixel_x = -30 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"unF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"unJ" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 8; + pixel_x = -16; + color = "#6b8cc4"; + pixel_y = -16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"uod" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + name = "Assault Pod"; + aiControlDisabled = 1 + }, +/obj/docking_port/mobile/assault_pod, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"uow" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"uox" = ( +/obj/structure/flora/rock/jungle, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"uoU" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/turf_decal/siding/black{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"uoV" = ( +/obj/structure/sign/flag/nanotrasen{ + icon = 'icons/obj/lavaland/artefacts.dmi'; + icon_state = "ashen_skull"; + pixel_x = -32; + name = "OMICRON"; + desc = "Слава Нанотрейзен!" + }, +/obj/structure/light_fake/small{ + dir = 1; + light_range = 6; + light_color = "red" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"upg" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/impassable{ + name = "Батарея БСА"; + id_tag = "cc_bsa1" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"ups" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/turf_decal/delivery/white, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/obj/item/food/pelmeni, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"upJ" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/turf_decal/box/red/corners{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"upK" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood/end, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"upU" = ( +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"uqw" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin3) +"uqx" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"urd" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "syndishuttle_door_int"; + locked = 1; + name = "Ship External Access" + }, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plating, +/area/shuttle/syndicate) +"urf" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"urp" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/item/flag{ + layer = 4 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"urs" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/shuttle/escape) +"urK" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/computer/mech_bay_power_console{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"uss" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/salad/herb, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"usQ" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/food/grown/meatwheat, +/obj/item/food/grown/meatwheat, +/obj/item/food/grown/meatwheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/wheat, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/tomato, +/obj/item/food/grown/whitebeet, +/obj/item/food/grown/redbeet, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/item/food/grown/rice, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"utc" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"utC" = ( +/obj/structure/closet/secure_closet/clown{ + req_access = null + }, +/obj/item/clothing/suit/soldiercoat, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"utJ" = ( +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/park) +"utN" = ( +/obj/machinery/shieldwall{ + dir = 8; + icon = 'icons/effects/beam.dmi'; + icon_state = "n_beam" + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"utP" = ( +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"uud" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"uus" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 5 + }, +/area/centcom/ss220/evac) +"uuL" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/cans/thirteenloko, +/obj/item/reagent_containers/drinks/cans/thirteenloko, +/obj/item/reagent_containers/drinks/cans/iced_tea{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/cans/iced_tea{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/ice, +/obj/item/reagent_containers/drinks/ice, +/obj/item/reagent_containers/drinks/ice, +/obj/item/reagent_containers/drinks/bottle/limejuice, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"uvv" = ( +/obj/structure/chair/sofa/corp/right, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"uvI" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/admin3) +"uwa" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"uxb" = ( +/obj/machinery/economy/vending/nta/engineer, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/admin3) +"uxt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/centcom/ss220/supply) +"uxH" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"uxI" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkredalt" + }, +/area/centcom/ss220/jail) +"uya" = ( +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/obj/structure/platform/corner, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"uyD" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/stamp/denied{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"uyJ" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"uzd" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"uze" = ( +/obj/vehicle/bike{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"uzJ" = ( +/obj/docking_port/mobile/emergency{ + dwidth = 11; + height = 18; + width = 29 + }, +/obj/machinery/door/airlock/titanium{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 16; + height = 21; + id = "emergency_away"; + name = "emergency centcom"; + width = 41 + }, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"uAi" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/obj/machinery/photocopier{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"uAx" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8; + color = "gray" + }, +/area/centcom/ss220/admin1) +"uAG" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"uAZ" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/escape) +"uBb" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/obj/structure/plasticflaps/mining, +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "Supply Dock Loading Door" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"uBs" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"uBy" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/ert{ + pixel_y = 12 + }, +/obj/item/storage/firstaid/ert{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/ert{ + pixel_y = 8 + }, +/obj/item/storage/firstaid/ert{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/ert{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/ert{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"uBQ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"uCg" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"uCE" = ( +/obj/structure/chair/sofa/corner, +/obj/effect/turf_decal/box/red/corners{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"uCR" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"uDl" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_main"; + name = "SST Armory" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluealtstrip" + }, +/area/syndicate_mothership/elite_squad) +"uDK" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/cargo) +"uEs" = ( +/obj/machinery/porta_turret/syndicate/interior, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"uFW" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil{ + pixel_y = 10 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = 6; + pixel_y = 1 + }, +/obj/item/robot_parts/robot_component/armour, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"uGb" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/meat, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"uGs" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/general) +"uHz" = ( +/obj/effect/turf_decal/woodsiding, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/machinery/shuttle_manipulator{ + pixel_x = -15; + pixel_y = 10 + }, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/command) +"uHD" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/regular, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"uHI" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"uIx" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"uJb" = ( +/obj/structure/curtain/open/shower/security{ + color = "#222222" + }, +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/bar) +"uJd" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/jungle, +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 5; + on = 1; + pixel_x = -1; + pixel_y = 10 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"uJu" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"uJB" = ( +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = -30; + id = "SIT_outside"; + name = "SIT Outside Doors"; + req_access = list(153) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"uKg" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"uKn" = ( +/obj/machinery/computer/shuttle/ert{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "vault" + }, +/area/centcom/ss220/admin3) +"uKI" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/bar) +"uKR" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"uLa" = ( +/obj/effect/turf_decal/siding/black{ + dir = 9 + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"uLK" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"uMm" = ( +/obj/structure/flora/tree/jungle, +/obj/item/flashlight/lantern{ + anchored = 1; + on = 1; + pixel_x = -9; + pixel_y = 11 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"uMr" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/medbay) +"uMC" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/grass/jungle + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/park) +"uMF" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"uMM" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = 7 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = -7; + pixel_y = 7 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/infteam) +"uNg" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"uNn" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"uNw" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/door_control/no_emag{ + id = "syndicate_jail_cell"; + name = "Bolt Cell Doors"; + normaldoorcontrol = 1; + pixel_y = -32; + specialfunctions = 4; + wires = 1; + req_access = list(150) + }, +/obj/effect/landmark/spawner/prisonsecuritywarp, +/obj/machinery/flasher_button{ + id = "syndie_FB_cells"; + layer = 4; + name = "Prison Flasher"; + pixel_y = -24; + req_access = list(150) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"uNx" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"uNO" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/east, +/obj/effect/landmark/spawner/prisonsecuritywarp, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"uNZ" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/blue, +/turf/simulated/floor/carpet/arcade, +/area/centcom/ss220/bar) +"uOi" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkredalt" + }, +/area/centcom/ss220/supply) +"uOr" = ( +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"uOx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/flashlight/seclite, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"uOO" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_x = 32 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"uPs" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"uPJ" = ( +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"uPO" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"uPZ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"uQl" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/obj/effect/turf_decal/box/white/corners{ + dir = 4 + }, +/obj/effect/turf_decal/box/white/corners, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"uQp" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen/hos, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"uRG" = ( +/obj/structure/table, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/administration) +"uRI" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"uRK" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"uRN" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + name = "Assault Pod"; + aiControlDisabled = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"uSr" = ( +/obj/structure/rack/holorack, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/scythe/tele, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/item/grenade/clusterbuster/cleaner, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"uSO" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"uST" = ( +/obj/structure/light_fake, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"uUb" = ( +/obj/machinery/door/airlock/titanium/glass{ + name = "Emergency Airlock Access"; + req_access = list(63) + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"uUz" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"uUA" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"uUK" = ( +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"uVd" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/obj/item/kirbyplants{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"uVv" = ( +/obj/structure/curtain/black{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/general) +"uVA" = ( +/obj/structure/flora/ausbushes/sunnybush{ + pixel_x = 10; + pixel_y = -5 + }, +/obj/item/beach_ball/holoball, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_x = -11; + pixel_y = 1; + initialized = 1 + }, +/obj/item/clothing/head/beanie/rasta{ + pixel_y = 7 + }, +/obj/item/clothing/glasses/regular/hipster{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/beach/away/sand, +/area/centcom/ss220/evac) +"uVB" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"uVK" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"uVO" = ( +/obj/machinery/economy/vending/cigarette/free, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"uWb" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Пункт Отправки" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"uWc" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null; + dir = 4 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate) +"uWq" = ( +/obj/structure/statue/delta/s, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"uWz" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"uWD" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate) +"uXa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"uXl" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin{ + pixel_x = 3 + }, +/obj/item/kitchen/knife{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"uXI" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/landmark/spawner/prisonsecuritywarp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"uXQ" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"uXT" = ( +/obj/structure/light_fake/small, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"uYa" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"uYx" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"uYy" = ( +/obj/effect/decal/nanotrasen_logo/n5{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"uYz" = ( +/obj/structure/fans/tiny/invisible, +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"uYN" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"vaw" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"vbb" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма" + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SyndFB_prison_stroll_blast"; + layer = 3.1; + closingLayer = 3.1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"vbh" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/structure/railing/cap/normal{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"vbl" = ( +/obj/machinery/sleeper/upgraded{ + dir = 1 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -32 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"vbN" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"vce" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/admin1) +"vcm" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel/stairs/right{ + color = "gray" + }, +/area/centcom/ss220/command) +"vcv" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"vcD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"vcG" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"vcJ" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/curtain/open/shower/security{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/bar) +"vcN" = ( +/obj/mecha/combat/durand, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vcQ" = ( +/obj/structure/flora/tree/jungle/small{ + pixel_x = -48 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"vdd" = ( +/obj/structure/table/glass, +/obj/item/food/boiledbuckwheat{ + pixel_y = 2 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"vdr" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/supply) +"vef" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"veo" = ( +/obj/effect/decal/syndie_logo, +/obj/effect/turf_decal/siding/black{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"veu" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"veQ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"veZ" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"vfi" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/mining) +"vfs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"vfw" = ( +/obj/effect/mapping_helpers/light, +/obj/structure/shuttle/engine/large, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/cargo) +"vfU" = ( +/turf/simulated/wall/indestructible/syndicate{ + smoothing_flags = 2 + }, +/area/syndicate_mothership/infteam) +"vgs" = ( +/obj/machinery/cryopod/offstation/right, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkgreen" + }, +/area/centcom/ss220/bar) +"vgA" = ( +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"vgC" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo6" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"vgG" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/machinery/photocopier/syndie, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"vgV" = ( +/obj/structure/table, +/obj/machinery/door_control/no_emag{ + id = "syndieshutters_Aspid"; + name = "remote shutter control"; + wires = 1; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vhm" = ( +/obj/machinery/computer/security/mining{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"vhB" = ( +/obj/structure/closet/syndicate/sst, +/obj/item/ammo_box/magazine/mm556x45/bleeding, +/obj/item/ammo_box/magazine/mm556x45, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"vhV" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/shuttle/escape) +"vif" = ( +/obj/structure/bookcase/random, +/obj/item/book/manual/wiki/sop_security, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/security_space_law/black, +/obj/item/book/manual/wiki/sop_command, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"viA" = ( +/turf/simulated/floor/plating, +/area/syndicate_mothership) +"viN" = ( +/obj/structure/lattice, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate) +"vjc" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"vjh" = ( +/obj/structure/computerframe, +/obj/effect/decal/syndie_logo, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"vjy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vjA" = ( +/obj/structure/light_fake/spot, +/obj/machinery/door_control/no_emag{ + id = "syndFB_lockdown"; + name = "Forward Base Bridge Lockdown"; + pixel_y = -25; + wires = 1; + req_access = list(153) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vjW" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side_inv" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate) +"vkc" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_Armory"; + layer = 3; + name = "Оружейная" + }, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"vki" = ( +/obj/machinery/tcomms/relay/cc, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/command) +"vkl" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"vkn" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"vkM" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vkS" = ( +/obj/machinery/door/airlock/highsecurity{ + req_access = list(114) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"vkU" = ( +/obj/machinery/door/airlock/centcom{ + name = "СРТ"; + req_access = list(109) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_9"; + layer = 3; + name = "СРТ" + }, +/obj/machinery/door_control/no_emag/north{ + id = "CC_SOD_9"; + name = "СРТ"; + req_access = list(109) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"vkV" = ( +/obj/effect/turf_decal/siding/brown{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"vlp" = ( +/obj/machinery/computer/message_monitor{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreenfull" + }, +/area/centcom/ss220/command) +"vlw" = ( +/obj/item/book/manual/wiki/security_space_law/black, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/wiki/sop_engineering, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/sop_medical, +/obj/item/book/manual/wiki/sop_science, +/obj/item/book/manual/wiki/sop_security, +/obj/item/book/manual/wiki/sop_service, +/obj/item/book/manual/wiki/sop_supply, +/obj/structure/bookcase, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"vlP" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/command) +"vmB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"vnc" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "cc_workers_toilet_1"; + name = "Душ" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"vnv" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 16; + layer = 5 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"vnG" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"vnU" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/structure/table/wood/fancy/royalblack, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/pen/multi/fountain{ + pixel_x = -1; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"vop" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/storage/bible{ + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/reagent_containers/drinks/bottle/holywater{ + pixel_y = 4; + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"voL" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 10 + }, +/area/centcom/ss220/general) +"voT" = ( +/obj/item/radio/intercom/syndicate{ + pixel_x = 28; + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"voU" = ( +/obj/machinery/porta_turret/syndicate{ + layer = 3.1 + }, +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/syndicate) +"vpo" = ( +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space/centcomm) +"vpq" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/centcom/ss220/evac) +"vpt" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 8; + height = 15; + id = "admin"; + name = "administration shuttle"; + timid = 1; + width = 18 + }, +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin_away"; + name = "centcom bay 1"; + timid = 1; + width = 19 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"vpw" = ( +/obj/structure/chair/sofa/left, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"vpP" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"vpQ" = ( +/obj/machinery/computer/card/centcom{ + dir = 1 + }, +/turf/simulated/floor/carpet/blue, +/area/centcom/ss220/admin2) +"vpZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"vqa" = ( +/obj/structure/table/wood, +/obj/effect/decal/syndie_logo{ + icon_state = "logo12" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"vqf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/ss220/supply) +"vqr" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 1 + }, +/area/syndicate_mothership/outside) +"vqP" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vqS" = ( +/obj/machinery/door/airlock/centcom{ + name = "Зал Верховного Суда"; + req_access = list(106,109,110) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/court) +"vqY" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/siberia) +"vrd" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"vru" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"vry" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vrJ" = ( +/turf/simulated/floor/light/disco, +/area/centcom/ss220/bar) +"vrL" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"vrQ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"vsk" = ( +/obj/structure/chair/sofa/left, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"vst" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"vsC" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/organ/internal/cyberimp/arm/janitorial/advanced, +/obj/item/organ/internal/cyberimp/arm/janitorial/advanced, +/obj/item/organ/internal/cyberimp/arm/janitorial/advanced, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/surgery, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/toolset, +/obj/item/organ/internal/cyberimp/arm/medibeam, +/obj/item/organ/internal/cyberimp/arm/medibeam, +/obj/item/organ/internal/cyberimp/arm/medibeam, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/obj/item/organ/internal/cyberimp/mouth/breathing_tube, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vsH" = ( +/obj/effect/decal/nanotrasen_logo/n5, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"vsJ" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/ar, +/obj/item/gun/projectile/automatic/ar{ + pixel_x = 2 + }, +/obj/item/gun/projectile/automatic/ar{ + pixel_x = 4 + }, +/obj/item/gun/projectile/automatic/ar{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/ar{ + pixel_x = 8 + }, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkred" + }, +/area/centcom/ss220/supply) +"vsO" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"vsR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/jail) +"vti" = ( +/obj/effect/turf_decal/box/corners{ + dir = 1 + }, +/turf/simulated/floor/mineral/abductor, +/area/centcom/ss220/bar) +"vto" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"vtt" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_syndicate{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = 13; + pixel_y = 9 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo10" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"vtC" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/machinery/door_control/no_emag{ + id = "CC_Cargo_Turret"; + name = "Защита КПП"; + pixel_x = 6; + pixel_y = 8; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"vtM" = ( +/obj/item/storage/briefcase, +/obj/structure/table/wood/fancy/black, +/obj/item/paper/safe_code{ + owner = "NNC" + }, +/obj/item/folder/yellow, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"vud" = ( +/obj/machinery/computer/camera_advanced, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"vuo" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"vuv" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/machinery/economy/vending/autodrobe, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"vux" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/reedbush, +/turf/simulated/floor/beach/away/coastline{ + dir = 4; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"vuz" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"vuE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership) +"vuV" = ( +/obj/structure/table/glass, +/obj/item/paper{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"vvl" = ( +/obj/structure/rack, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high/slime{ + pixel_x = 7 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 9 + }, +/obj/effect/turf_decal/box, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/obj/item/stock_parts/cell/bluespace{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"vvC" = ( +/obj/machinery/door_control/no_emag{ + pixel_x = -32; + id = "SST_ready"; + specialfunctions = 4; + wires = 1; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/syndicate_mothership/elite_squad) +"vvK" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/paper_bin/nanotrasen{ + pixel_y = 4 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"vwn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/structure/sign/poster/contraband/random{ + pixel_x = 30 + }, +/obj/item/reagent_containers/drinks/bottle/beer, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"vwI" = ( +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1; + maximum_pressure = 50000 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"vwP" = ( +/obj/machinery/sleeper/upgraded{ + dir = 2 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"vwR" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"vwT" = ( +/obj/structure/railing/corner, +/obj/machinery/door_control/no_emag{ + id = "syndFB_teleport"; + name = "Teleporter"; + wires = 1; + specialfunctions = 4; + pixel_y = 32; + emagged = 1; + req_access = list(153) + }, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vwW" = ( +/obj/effect/bump_teleporter{ + id = "Synd11"; + id_target = "Synd21" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"vwY" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"vxx" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/red/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"vxy" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/syndicate_sit) +"vxK" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/syndicate_mothership/elite_squad) +"vyu" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang{ + pixel_y = 9 + }, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"vyv" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"vyx" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/impassable{ + name = "Батарея БСА"; + id_tag = "cc_bsa3" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"vyz" = ( +/obj/mecha/combat/durand/old, +/obj/effect/turf_decal/stripes/red/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vyE" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"vyM" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"vzK" = ( +/obj/machinery/computer/med_data, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"vzZ" = ( +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/admin3) +"vAq" = ( +/obj/machinery/door_control/no_emag{ + id = "syndFB_baseright"; + name = "Forward Base Access"; + pixel_y = -25; + wires = 1; + emagged = 1; + req_access = list(153) + }, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vAv" = ( +/obj/structure/sign/poster/official/walk, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/park) +"vBp" = ( +/obj/machinery/door/airlock/titanium/glass{ + name = "Shuttle Cargo Hatch" + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"vBC" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/item/reagent_containers/drinks/bottle/kahlua{ + pixel_x = -8; + pixel_y = 19; + layer = 4 + }, +/obj/item/reagent_containers/drinks/bottle/kahlua{ + pixel_y = 19; + layer = 4 + }, +/obj/item/reagent_containers/drinks/bottle/kahlua{ + pixel_y = 19; + pixel_x = 8; + layer = 4 + }, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"vCj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"vCF" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/park) +"vCJ" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/mining) +"vCS" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"vDh" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CC_Supreme" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin2) +"vDq" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellowaltstrip" + }, +/area/syndicate_mothership/control) +"vDx" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo16" + }, +/obj/effect/turf_decal/siding/black{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"vDJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/ore_box, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"vEb" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/admin1) +"vEg" = ( +/obj/structure/light_fake/spot, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"vEn" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership/elite_squad) +"vEJ" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"vEK" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"vFm" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"vFp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 8; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"vFv" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/gamma/space) +"vFG" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/suit/armor/heavy, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/item/clothing/shoes/combat/swat, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vFR" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/admin2) +"vGQ" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"vHa" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/floor/plating, +/area/syndicate_mothership/cargo) +"vHd" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"vHq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vHw" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin3) +"vIm" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_away"; + name = "Шаттл ОБР"; + req_access = list(109) + }, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin3) +"vIu" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"vIS" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/dual, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ + pixel_y = 9 + }, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine{ + pixel_y = 9 + }, +/obj/effect/turf_decal/stripes/red/box, +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF"; + light_power = 10; + light_range = 5 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"vIV" = ( +/obj/machinery/economy/vending/cola/free, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"vJf" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"vJZ" = ( +/obj/structure/falsewall/reinforced{ + req_access = list(101) + }, +/obj/item/restraints/handcuffs/pinkcuffs{ + layer = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/park) +"vKj" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecornersalt" + }, +/area/syndicate_mothership/elite_squad) +"vKu" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/clothing/accessory/medal/gold{ + pixel_y = 9 + }, +/obj/effect/turf_decal/siding/wood/amaranth{ + dir = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/red, +/area/syndicate_mothership/control) +"vKE" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo15" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"vKN" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"vKP" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2"; + dir = 9 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"vMi" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"vMs" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/centcom/ss220/supply) +"vML" = ( +/obj/structure/chair/sofa/bench/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrown"; + dir = 1 + }, +/area/syndicate_mothership/jail) +"vMP" = ( +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"vNu" = ( +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/shuttle/engine/platform{ + layer = 2.9 + }, +/obj/structure/shuttle/engine/heater{ + icon_state = "heater3x3_side" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate) +"vNx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/shuttle/administration) +"vNQ" = ( +/obj/effect/bump_teleporter{ + id = "Synd22"; + id_target = "Synd12" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"vOd" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"vOq" = ( +/obj/structure/flora/junglebush/large{ + pixel_y = -7 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"vON" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"vPk" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/mod/control/pre_equipped/standard, +/obj/item/mod/control/pre_equipped/standard, +/obj/item/mod/control/pre_equipped/standard, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vPl" = ( +/obj/machinery/door/poddoor/multi_tile/three_tile_hor{ + id_tag = "Aspid_deck" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vPu" = ( +/obj/structure/chair, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"vPG" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate_elite) +"vPK" = ( +/obj/machinery/economy/vending/artvend/free, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/bar) +"vPU" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"vQp" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"vQD" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"vQE" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_to_ATOM" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"vQF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/conveyor/east/ccw{ + dir = 10; + id = "QMLoad1" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vRj" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"vRn" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/mod/control/pre_equipped/rescue, +/obj/item/mod/control/pre_equipped/medical, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"vRN" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"vRR" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"vRW" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/structure/light_fake/small{ + dir = 1; + icon = 'modular_ss220/aesthetics/decals/icons/siding.dmi'; + icon_state = "trimline_corner_fill"; + pixel_x = 5; + pixel_y = -5; + alpha = 100 + }, +/turf/simulated/floor/beach/away/water/deep, +/area/centcom/ss220/admin1) +"vSa" = ( +/obj/structure/closet/crate, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency, +/obj/item/flashlight/flare, +/obj/item/flashlight/flare, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"vSv" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"vSF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/medbay) +"vTp" = ( +/obj/machinery/atmospherics/unary/cryo_cell/upgraded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"vUB" = ( +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"vUI" = ( +/obj/structure/table/reinforced{ + color = "#996633" + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/structure/sign/flag/nanotrasen{ + pixel_y = 29 + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"vUN" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 12 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 9 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/lighter/zippo/fluff/michael_guess_1{ + pixel_x = 17; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"vVk" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/syndicate_mothership/cargo) +"vVI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"vVK" = ( +/obj/effect/landmark/shuttle_import, +/turf/space, +/area/space/centcomm) +"vVM" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 8 + }, +/area/centcom/ss220/park) +"vVY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"vWn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/centcom/ss220/medbay) +"vWq" = ( +/obj/structure/statue/gold/hop{ + pixel_y = 9; + anchored = 1; + layer = 4 + }, +/turf/simulated/floor/plasteel/goonplaque/memorial, +/area/centcom/ss220/park) +"vXa" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"vXc" = ( +/obj/machinery/conveyor/west{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"vXk" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"vXr" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo13" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/elite_squad) +"vXw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "navybluecornersalt" + }, +/area/syndicate_mothership/control) +"vYl" = ( +/obj/structure/platform/corner{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"vYp" = ( +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"vYw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"vYH" = ( +/turf/simulated/floor/plasteel/stairs{ + dir = 8 + }, +/area/syndicate_mothership/outside) +"vYO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/centcom/ss220/evac) +"vYY" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Central Command"; + pixel_y = 4; + req_one_access = list(101) + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"vZM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/infteam) +"wac" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "SST Private Room"; + id_tag = "SSTprivateroom" + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"wap" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"wat" = ( +/obj/structure/bookcase, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/park) +"wbm" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/spawner/random/ccfood/alcohol, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"wbu" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkredalt" + }, +/area/centcom/ss220/supply) +"wbL" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/medical/rescue_jaw, +/obj/item/mecha_parts/mecha_equipment/medical/rescue_jaw, +/obj/item/mecha_parts/mecha_equipment/medical/rescue_jaw, +/obj/item/mecha_parts/mecha_equipment/medical/sleeper, +/obj/item/mecha_parts/mecha_equipment/medical/sleeper, +/obj/item/mecha_parts/mecha_equipment/medical/sleeper, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"wcd" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"wct" = ( +/obj/machinery/door/airlock/centcom{ + name = "Коморка уборщика" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"wcw" = ( +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"wdk" = ( +/obj/structure/table/wood/fancy/purple, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"wdy" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 8 + }, +/area/centcom/ss220/general) +"wdK" = ( +/obj/machinery/door_control/no_emag/south{ + name = "Pod Door Control"; + id = "ert_shuttle_door"; + req_access = list(110) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/admin1) +"wdQ" = ( +/obj/structure/chair/sofa/bench, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"wdR" = ( +/obj/machinery/computer/nonfunctional, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"wem" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/admin2) +"wew" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/command) +"wex" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"wez" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/admin3) +"weC" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"weE" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + layer = 3.1 + }, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"weV" = ( +/obj/structure/table/glass/reinforced/titanium, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"wfs" = ( +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"wft" = ( +/obj/machinery/photocopier/faxmachine/longrange/syndie{ + name = "Фокс машина" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/syndicate_mothership/cargo) +"wfx" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/item/kirbyplants, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 10 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"wfX" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/turf_decal/siding/black{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"wfY" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"wgc" = ( +/obj/structure/rack, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/item/gun/energy/lasercannon, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"wgn" = ( +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/all/centcomm/specops, +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + aiControlDisabled = 1 + }, +/turf/simulated/floor/plating, +/area/shuttle/specops) +"wgp" = ( +/obj/machinery/computer/shuttle/syndicate/recall, +/obj/machinery/door_control/no_emag{ + id = "nukeop_ready"; + name = "Mission Launch Control"; + pixel_y = 26; + specialfunctions = 4; + wires = 1; + req_access = list(151) + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"wgD" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"wgH" = ( +/obj/structure/platform/corner{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"wgM" = ( +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/structure/closet/secure_closet/syndicate_officer, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 10 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"wgR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/comfy/lime{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/centcom/ss220/court) +"wgU" = ( +/obj/machinery/chem_dispenser/soda/upgraded{ + pixel_y = 6 + }, +/obj/structure/table/reinforced{ + color = "#996633" + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"whc" = ( +/obj/structure/table/wood, +/obj/item/food/grown/harebell, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"whl" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"wig" = ( +/obj/structure/bookcase/manuals, +/obj/item/book/manual/random, +/obj/item/book/manual/random, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"wiD" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"wiR" = ( +/obj/effect/turf_decal/arrows/white{ + color = "#6697cc"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"wjg" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin1) +"wji" = ( +/obj/machinery/economy/vending/sovietsoda, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"wjq" = ( +/obj/structure/sign/flag/nanotrasen{ + icon = 'icons/obj/lavaland/artefacts.dmi'; + icon_state = "ashen_skull"; + name = "OMICRON"; + desc = "Слава Нанотрейзен!" + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin3) +"wjv" = ( +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"wjw" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"wjB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_armory_advanced"; + name = "SST Armory Advanced Weapons" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"wjI" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"wjW" = ( +/obj/structure/extinguisher_cabinet, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/escape) +"wjX" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/taperecorder{ + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/stack/tape_roll{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/flash{ + pixel_y = 16; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"wkg" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"wkj" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"wkk" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_6"; + layer = 3; + name = "Переход в Отдел Специальных Операций" + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"wkC" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 2.71; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"wlp" = ( +/obj/machinery/economy/vending/chinese/free, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"wlr" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"wlN" = ( +/obj/structure/table, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + layer = 3.1; + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + layer = 3.1; + pixel_x = -6; + pixel_y = 10 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"wmd" = ( +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"wmh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"wml" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/supply) +"wmp" = ( +/obj/effect/turf_decal/delivery, +/obj/mecha/combat/marauder/mauler/loaded, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"wmt" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/siberia) +"wmB" = ( +/obj/structure/table/glass/reinforced/titanium{ + color = "#dbc921"; + name = "усиленный золотой стеклянный стол с отделкой из пластитана" + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"wmC" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/spot, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/specops) +"wmI" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"wnB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"wnU" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"wnX" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/spawner/syndicateofficer, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"woq" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/mapping_helpers/light, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"woC" = ( +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"wpy" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"wql" = ( +/obj/structure/fence/corner{ + color = "#b0b7c6"; + dir = 4; + invulnerable = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"wqp" = ( +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership/elite_squad) +"wqP" = ( +/obj/effect/turf_decal/siding/wood, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"wqZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/elite_squad) +"wra" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"wrk" = ( +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"wrt" = ( +/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/effect/turf_decal/tile/blue, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"wrP" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo18" + }, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"wsH" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/door_control/no_emag{ + id = "CC_conf_priv_window"; + name = "Blast Window Open"; + pixel_x = -6 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/pen/multi/gold{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"wsQ" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/centcom/ss220/evac) +"wtn" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave/upgraded{ + pixel_y = 5 + }, +/obj/structure/curtain/black{ + pixel_x = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/infteam) +"wtv" = ( +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/infteam) +"wtB" = ( +/obj/item/flag/nt{ + layer = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"wum" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/indestructible/transparent_floor{ + icon_state = "router_dir"; + dir = 10 + }, +/area/shuttle/syndicate) +"wuP" = ( +/obj/structure/table/wood, +/obj/item/storage/box/donkpockets, +/obj/item/radio/intercom/syndicate{ + pixel_y = -28; + dir = 1 + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"wuV" = ( +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/general) +"wuX" = ( +/obj/machinery/photocopier, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"wvf" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"wvq" = ( +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"wvv" = ( +/obj/structure/closet/secure_closet/personal, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/centcom/ss220/evac) +"wwi" = ( +/obj/machinery/prize_counter, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"wwl" = ( +/obj/structure/window/reinforced{ + dir = 8; + pixel_x = -4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"wwo" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"wwG" = ( +/obj/structure/flora/junglebush/large{ + pixel_y = -6 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"wwK" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/syndicate{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen/fancy{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"wwO" = ( +/turf/simulated/floor/beach/away/coastline/beachcorner{ + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"wxg" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/diamond/fifty{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"wxv" = ( +/obj/structure/shuttle/engine/platform{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/syndicate) +"wxU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"wye" = ( +/obj/structure/fence/post{ + color = "#b0b7c6"; + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"wyg" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 10 + }, +/area/centcom/ss220/evac) +"wyx" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 9 + }, +/area/centcom/ss220/park) +"wzu" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 17 + }, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/park) +"wzw" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"wzD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"wzN" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + hackProof = 1; + name = "Arrival Airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"wzW" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"wAa" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 12 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 9 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 6 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/lighter/zippo/fluff/michael_guess_1{ + pixel_x = -14; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/lone, +/area/centcom/ss220/bar) +"wAF" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership) +"wAI" = ( +/obj/machinery/door/airlock/centcom{ + name = "ОБР"; + req_access = list(109) + }, +/obj/machinery/door/poddoor/impassable{ + name = "Зона Отправки"; + layer = 3.2; + closingLayer = 3.2; + id_tag = "cc_dispatch_zone" + }, +/obj/machinery/door_control/no_emag/no_cyborg{ + id = "cc_dispatch_zone"; + name = "Зона Отправки"; + req_access = list(114); + pixel_y = 24 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/centcom/ss220/admin3) +"wAQ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 2 + }, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 4 + }, +/obj/item/gun/syringe/syndicate, +/obj/item/storage/firstaid/regular, +/obj/item/storage/firstaid/adv, +/obj/item/reagent_containers/hypospray/autoinjector/nanocalcium, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"wBj" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/bioterror{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe/capulettium_plus{ + pixel_x = -5 + }, +/obj/item/reagent_containers/syringe/gluttony{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/lethal{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe/pancuronium{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/syringe/sarin{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"wBp" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"wBu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "navybluecornersalt" + }, +/area/syndicate_mothership/control) +"wBS" = ( +/obj/machinery/door/airlock/centcom{ + id_tag = "СС_Interior_2"; + name = "Зона ЦК"; + req_access = list(101) + }, +/obj/machinery/door_control/no_emag/west{ + id = "СС_BD_Interior_2"; + name = "Blast Door Open"; + req_access = list(104) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "СС_BD_Interior_2"; + layer = 3 + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"wBT" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -7 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"wCi" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"wCx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Блокпост"; + req_access = list(101) + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"wCN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/centcom/ss220/court) +"wCP" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"wDi" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/supply) +"wDo" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 1; + height = 4; + id = "pod3_away"; + name = "recovery ship bay 3"; + width = 3 + }, +/turf/space/transit/horizontal, +/area/space/centcomm) +"wDC" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"wDE" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"wDK" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_transit"; + name = "mining in transit"; + width = 7; + pixel_x = 32 + }, +/obj/docking_port/mobile/mining{ + roundstart_move = "mining_away" + }, +/turf/simulated/floor/plating, +/area/shuttle/mining) +"wDR" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkgreen" + }, +/area/centcom/ss220/admin3) +"wEd" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"wEp" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 9 + }, +/area/centcom/ss220/evac) +"wEu" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"wER" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"wEY" = ( +/obj/machinery/clonepod/upgraded, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"wFj" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/park) +"wFO" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"wGg" = ( +/obj/structure/closet/secure_closet/contractor, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"wGE" = ( +/obj/machinery/light/spot{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/escape) +"wGX" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null; + dir = 8 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate_elite) +"wHr" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"wHD" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"wHR" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/item/paper/synditele, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"wId" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"wIp" = ( +/obj/structure/fans/tiny/invisible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"wIB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/beach/away/coastline{ + dir = 9; + water_overlay_image = null + }, +/area/centcom/ss220/evac) +"wIC" = ( +/obj/machinery/computer/scan_consolenew, +/turf/simulated/floor/plasteel/dark{ + icon_state = "barber" + }, +/area/shuttle/administration) +"wIQ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin3) +"wIR" = ( +/obj/machinery/economy/vending/coffee/free, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"wIV" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"wIW" = ( +/obj/structure/table/glass, +/obj/item/food/burger/bigbite{ + pixel_y = 8; + pixel_x = 3 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"wJb" = ( +/obj/mecha/combat/durand/loaded, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/centcom/ss220/admin3) +"wJe" = ( +/obj/structure/flora/ausbushes/stalkybush, +/turf/simulated/floor/beach/away/water{ + water_overlay_image = null + }, +/area/syndicate_mothership/outside) +"wJf" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"wJw" = ( +/obj/effect/turf_decal/box/white{ + color = "#6697cc" + }, +/obj/effect/turf_decal/miscellaneous/number/number_5{ + color = "#6697cc"; + dir = 1; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin3) +"wKe" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"wKo" = ( +/turf/simulated/floor/beach/away/water/dense{ + density = 0; + water_overlay_image = null + }, +/area/centcom/ss220/admin1) +"wKK" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"wLo" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/chainsaw{ + pixel_y = 10 + }, +/obj/item/kitchen/knife/butcher/meatcleaver, +/obj/item/melee/chainofcommand{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/jail) +"wLp" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/assault_pod/nanotrasen) +"wLJ" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/park) +"wLM" = ( +/obj/machinery/recharge_station/upgraded, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"wLN" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/syndicate/loot/common, +/obj/structure/closet/secure_closet/depot, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"wMc" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/access/all/security/brig, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/siberia) +"wMx" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"wMG" = ( +/obj/structure/closet/crate/trashcart{ + name = "Специальная доставка с ЦК" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"wMN" = ( +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/item/paper/syndimemo{ + info = "ПОЛУЧИТЕ ЭТОТ ЕБУЧИЙ ДИСК!" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"wMS" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 5 + }, +/area/centcom/ss220/evac) +"wMW" = ( +/obj/structure/closet/secure_closet/freezer/kitchen{ + req_access = null + }, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/flour, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor" + }, +/area/syndicate_mothership/elite_squad) +"wNi" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo4" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"wNr" = ( +/obj/effect/turf_decal/plaque{ + layer = 3 + }, +/obj/structure/statue/ell_good{ + pixel_y = 6 + }, +/turf/simulated/floor/redgrid, +/area/syndicate_mothership) +"wNB" = ( +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"wNP" = ( +/obj/effect/decal/nanotrasen_logo/n3, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"wNS" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"wOm" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo2" + }, +/obj/effect/turf_decal/siding/black{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"wOt" = ( +/obj/structure/chair/comfy/yellow{ + dir = 1; + layer = 3.1 + }, +/obj/structure/statue/sandstone/assistant{ + icon_state = "nanotrasen"; + icon = 'icons/mob/simple_human.dmi'; + dir = 1; + name = "Рядовой Кучин"; + desc = "Второй самый главный офицер по охране КПП" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"wOB" = ( +/obj/machinery/economy/vending/nta/janitor, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurplefull" + }, +/area/centcom/ss220/admin3) +"wOF" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit_away"; + name = "Syndicate Base"; + width = 11; + turf_type = /turf/simulated/floor/plating + }, +/turf/simulated/floor/plating, +/area/syndicate_mothership/infteam) +"wOH" = ( +/obj/machinery/door/airlock/maintenance_hatch{ + name = "Комната Грязи" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"wOK" = ( +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"wOX" = ( +/obj/machinery/economy/vending/tool/free, +/obj/effect/turf_decal/siding/brown{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"wPj" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 1; + icon_state = "rightsecure"; + name = "Riot Control" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"wPy" = ( +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/bluegrid, +/area/centcom/ss220/admin2) +"wPL" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/syndicate, +/obj/item/pen/multi/gold{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"wPX" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"wQR" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"wRe" = ( +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"wRu" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/tree/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"wRA" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/stairs/left{ + color = "gray" + }, +/area/centcom/ss220/admin1) +"wRC" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/kirbyplants{ + pixel_y = 9 + }, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"wRW" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/siding/red{ + color = "#aa2222" + }, +/obj/machinery/door_control/no_emag{ + pixel_x = -32; + id = "Aspid_poddor_left"; + wires = 1; + name = "Aspid poddor"; + emagged = 1; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"wSr" = ( +/obj/effect/bump_teleporter{ + id = "Synd25"; + id_target = "Synd15" + }, +/turf/simulated/floor/plasteel{ + color = "gray"; + icon_state = "rampbottom" + }, +/area/syndicate_mothership) +"wSu" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"wSY" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/shuttle/escape) +"wTj" = ( +/obj/structure/table/wood, +/obj/item/food/grown/lily, +/turf/simulated/floor/carpet/green, +/area/centcom/ss220/park) +"wTs" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/obj/machinery/status_display/supply_display/north, +/turf/simulated/floor/grass/no_creep, +/area/centcom/ss220/general) +"wTV" = ( +/obj/structure/table/abductor, +/obj/effect/spawner/random/ccfood/meat, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/simulated/floor/fakespace, +/area/centcom/ss220/bar) +"wUK" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/hotdog, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin1) +"wVE" = ( +/obj/effect/decal/remains/xeno, +/turf/space, +/area/space/centcomm) +"wVR" = ( +/obj/machinery/door/airlock/centcom/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"wWg" = ( +/obj/machinery/door/poddoor{ + id_tag = "SIT_ready"; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"wWB" = ( +/obj/structure/table/glass, +/obj/item/food/appletart{ + pixel_y = -3 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"wWJ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkbluealtstrip" + }, +/area/centcom/ss220/supply) +"wWO" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder/blue, +/obj/effect/turf_decal/siding/black, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"wXs" = ( +/obj/structure/sign/poster/contraband/c20r{ + pixel_y = 32 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"wXx" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"wXP" = ( +/obj/structure/statue/fountain, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"wYj" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/combat, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/white{ + desc = null + }, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"wYC" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility/chief/full{ + pixel_y = 9 + }, +/obj/item/storage/belt/utility/chief/full{ + pixel_y = 6 + }, +/obj/item/storage/belt/utility/chief/full{ + pixel_y = 3 + }, +/obj/item/storage/belt/utility/chief/full, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"wZp" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/mecha/combat/durand/rover/loaded, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"wZv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"wZM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"xaH" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 1; + pixel_x = 16; + color = "#6b8cc4" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "navybluecorners" + }, +/area/centcom/ss220/admin3) +"xaZ" = ( +/obj/structure/table/reinforced, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/obj/item/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/beacon/syndicate/bomb{ + pixel_x = -5; + pixel_y = 12 + }, +/obj/item/grenade/plastic/c4{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/grenade/syndieminibomb{ + pixel_x = 8 + }, +/obj/machinery/recharger/wallcharger{ + pixel_x = 30 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"xbg" = ( +/obj/structure/table/glass, +/obj/item/food/bananacakeslice{ + pixel_y = 4 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = -10 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"xbw" = ( +/obj/structure/curtain/black{ + pixel_y = -32; + anchored = 1 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"xbR" = ( +/obj/structure/sign/security{ + pixel_x = 32 + }, +/obj/structure/showcase{ + icon = 'icons/mob/robots.dmi'; + icon_state = "secborg"; + name = "Охранный Робот"; + desc = "Кажется оно ни на что не реагирует..." + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"xbY" = ( +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 10; + height = 35; + id = "whiteship_transit"; + name = "whiteship in transit"; + width = 21 + }, +/turf/space/transit/horizontal{ + dir = 4 + }, +/area/space/centcomm) +"xcj" = ( +/obj/effect/landmark/spawner/prisonwarp, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/centcom/ss220/jail) +"xcl" = ( +/obj/machinery/door/airlock/centcom{ + name = "Конференц Зал"; + req_access = list(101) + }, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_5"; + layer = 3; + name = "Переход в Отдел Специальных Операций" + }, +/obj/machinery/door_control/no_emag/north{ + id = "CC_SOD_5"; + name = "Переход в Отдел Специальных Операций"; + req_access = list(114) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xcy" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluecornersalt" + }, +/area/centcom/ss220/bar) +"xcG" = ( +/obj/structure/window/reinforced{ + color = "red"; + dir = 8 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 4 + }, +/obj/structure/window/reinforced{ + color = "red"; + dir = 1 + }, +/obj/structure/grille, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/control) +"xdA" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 4 + }, +/area/centcom/ss220/general) +"xdN" = ( +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = -25; + id = "SyndFB_prison_stroll"; + name = "Prison Stroll Zone"; + normaldoorcontrol = 4; + specialfunctions = 4; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = -35; + pixel_x = -7; + name = "Prison Outside Doors"; + id = "SyndFB_prison_outside"; + req_access = list(153) + }, +/obj/machinery/door_control/no_emag{ + wires = 1; + emagged = 1; + pixel_y = -35; + pixel_x = 7; + id = "SyndFB_prison_stroll_blast"; + name = "Prison Stroll Blastdoors"; + req_access = list(153) + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"xdT" = ( +/obj/machinery/economy/vending/boozeomat/syndicate_access, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"xeh" = ( +/obj/machinery/computer/camera_advanced, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xel" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/ashtray/bronze{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/admin2) +"xey" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"xeH" = ( +/obj/effect/turf_decal/box, +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/book/manual/nuclear{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/structure/window/plasmareinforced{ + color = "red" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"xeN" = ( +/obj/structure/table/reinforced, +/obj/item/syndicatedetonator, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"xeT" = ( +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"xeY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"xfn" = ( +/obj/machinery/clonescanner, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"xfp" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/cat/syndi, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"xft" = ( +/obj/structure/bed, +/obj/item/bedsheet/syndie, +/obj/effect/turf_decal/miscellaneous/goldensiding{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"xfI" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/box/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"xfK" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/sniper_rifle{ + pixel_x = -6 + }, +/obj/item/gun/projectile/automatic/sniper_rifle{ + pixel_x = 6 + }, +/obj/item/gun/projectile/automatic/sniper_rifle, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin3) +"xfQ" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"xgV" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "SFBQMLoad" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcornersalt" + }, +/area/syndicate_mothership/cargo) +"xhl" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + dir = 1; + name = "Riot Control" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"xhK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/door/poddoor/impassable{ + color = "#9999ff"; + id_tag = "SST_armory_support"; + name = "SST Armory Support Items" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"xhZ" = ( +/obj/structure/statue/sandstone/venus/pure{ + pixel_y = 8; + anchored = 1; + layer = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"xia" = ( +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/obj/item/kirbyplants{ + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/centcom/ss220/admin2) +"xie" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/syndicate_mothership) +"xik" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/spawner/aroomwarp, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"xio" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/general) +"xis" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xjf" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 9 + }, +/area/centcom/ss220/general) +"xjk" = ( +/obj/structure/sink/directional/north, +/obj/structure/mirror{ + pixel_y = 34 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/centcom/ss220/supply) +"xjv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/syndidonkpockets, +/obj/item/storage/box/syndidonkpockets, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"xjz" = ( +/obj/structure/table/wood/fancy/royalblue, +/obj/effect/spawner/random/ccfood/meat, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"xjE" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library{ + pixel_y = 3; + layer = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"xjP" = ( +/obj/machinery/computer/camera_advanced{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xjY" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet, +/area/centcom/ss220/bar) +"xka" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/color/black, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/security, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/science, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/medical, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/retro/engineering, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/misc/durathread, +/obj/item/clothing/under/suit/mafia/white, +/obj/item/clothing/under/suit/mafia/white, +/obj/item/clothing/under/suit/mafia/vest, +/obj/item/clothing/under/suit/mafia/vest, +/obj/item/clothing/under/suit/mafia/tan, +/obj/item/clothing/under/suit/mafia/tan, +/obj/item/clothing/under/suit/mafia, +/obj/item/clothing/under/suit/mafia, +/obj/item/clothing/under/rank/procedure/iaa/formal/black, +/obj/item/clothing/under/rank/procedure/iaa/formal/black, +/obj/item/clothing/under/rank/procedure/iaa/formal/blue, +/obj/item/clothing/under/rank/procedure/iaa/formal/blue, +/obj/item/clothing/under/rank/procedure/iaa/formal/red, +/obj/item/clothing/under/rank/procedure/iaa/formal/red, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"xkj" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/park) +"xko" = ( +/obj/structure/table/wood, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"xkJ" = ( +/obj/structure/mirror{ + pixel_x = 30 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + density = 0; + desc = "Он пытался сбежать..."; + icon = 'icons/mob/mob.dmi'; + icon_state = "ghost2"; + invisibility = 40; + name = "Закованное привидение" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"xld" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/structure/light_fake{ + dir = 4 + }, +/turf/simulated/floor/pod/light, +/area/centcom/ss220/supply) +"xle" = ( +/obj/structure/chair/sofa/corp{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblue, +/area/centcom/ss220/admin2) +"xlM" = ( +/obj/machinery/door/airlock/external{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "emergency_away"; + name = "Arrival Airlock" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"xlO" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Бар" + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"xmT" = ( +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/syndicate_mothership/outside) +"xng" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"xny" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"xnV" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/clothing/mask/muzzle{ + pixel_y = -12 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 12 + }, +/obj/item/reagent_containers/syringe/calomel{ + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe/heparin{ + pixel_y = 4 + }, +/obj/item/bio_chip_implanter/mindshield{ + pixel_y = 1; + pixel_x = -2 + }, +/obj/item/clothing/mask/muzzle/safety/shock{ + pixel_y = -8 + }, +/obj/item/clothing/glasses/sunglasses/blindfold{ + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/centcom/ss220/jail) +"xnY" = ( +/obj/machinery/economy/vending/medical, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"xnZ" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/obj/structure/chair/sofa/bench/left{ + dir = 8; + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkblue" + }, +/area/centcom/ss220/evac) +"xoz" = ( +/obj/effect/mapping_helpers/airlock/access/all/centcomm/general, +/obj/machinery/door/airlock/centcom{ + name = "Каюта ОЦК" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/general) +"xoC" = ( +/obj/structure/closet/secure_closet/mime{ + req_access = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"xoZ" = ( +/obj/machinery/computer/drone_control{ + layer = 4 + }, +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/centcom/ss220/command) +"xpi" = ( +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"xpk" = ( +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 6 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/control) +"xpm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/bench/left, +/obj/structure/sign/double/map/right{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership/infteam) +"xpr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/shuttle/escape) +"xpt" = ( +/obj/item/flag/syndi, +/obj/structure/curtain/black{ + pixel_x = -32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_x = -32; + pixel_y = 32; + anchored = 1 + }, +/obj/structure/curtain/black{ + pixel_y = 32; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"xpD" = ( +/turf/simulated/floor/plating, +/area/centcom/ss220/supply) +"xpS" = ( +/obj/structure/chair/comfy/corp{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"xpV" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/obj/item/food/sliceable/pizza/bacon, +/obj/item/food/lemoncakeslice, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"xqe" = ( +/obj/effect/turf_decal/box/white, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/ammo_box/magazine/m50, +/obj/item/gun/projectile/automatic/pistol/deagle/camo{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/obj/item/gun/projectile/automatic/pistol/deagle/camo{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/sign/poster/contraband/syndicate_pistol{ + pixel_y = 32 + }, +/obj/structure/light_fake{ + dir = 1 + }, +/obj/structure/gunrack, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/control) +"xqG" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"xqX" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"xrP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/crew/advanced{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xsh" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"xsI" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/beach/away/sand, +/area/syndicate_mothership/outside) +"xtg" = ( +/obj/structure/flora/junglebush/large{ + layer = 4.9 + }, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"xty" = ( +/obj/machinery/door/window/brigdoor{ + color = "red"; + name = "Cell Door"; + req_access = list(150) + }, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate_sit) +"xtE" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/syndicate_mothership/infteam) +"xtU" = ( +/obj/structure/statue/sandstone/assistant{ + anchored = 1; + desc = "Он точно не спит на посту!"; + dir = 4; + icon = 'icons/mob/simple_human.dmi'; + icon_state = "syndicate_smg"; + max_integrity = 9999; + name = "Биба"; + obj_integrity = 9999 + }, +/obj/effect/turf_decal/miscellaneous/goldensiding/corner{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xtW" = ( +/obj/structure/table/glass, +/obj/item/food/boiledpelmeni, +/obj/item/food/boiledpelmeni{ + pixel_y = 14 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"xtY" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/machinery/economy/vending/cigarette/free, +/obj/effect/turf_decal/siding/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"xui" = ( +/obj/machinery/door/poddoor{ + id_tag = "nukeop_ready"; + layer = 2.71; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"xuw" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo9" + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"xuW" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"xvf" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"xvt" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowalt" + }, +/area/syndicate_mothership/cargo) +"xvN" = ( +/obj/structure/sign/poster/contraband/random{ + pixel_y = -30 + }, +/obj/structure/light_fake/small, +/obj/effect/turf_decal/siding/brown, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"xvT" = ( +/obj/structure/table/wood{ + color = "#996633" + }, +/turf/simulated/floor/plating{ + icon = 'icons/turf/floors.dmi'; + icon_state = "elevatorshaft"; + name = "floor"; + color = "#f63d3d" + }, +/area/syndicate_mothership/elite_squad) +"xwK" = ( +/obj/structure/bookcase/random, +/obj/structure/light_fake{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/general) +"xwO" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/command) +"xwW" = ( +/obj/item/radio/intercom/syndicate{ + pixel_y = 28 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"xxd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brownoldfull" + }, +/area/syndicate_mothership/jail) +"xxf" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/obj/effect/turf_decal/siding/black{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/jail) +"xxA" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xxI" = ( +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/bar) +"xyp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/delivery/white, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"xzq" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass/bluespace{ + pixel_x = -16; + pixel_y = 9 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin1) +"xzF" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"xzI" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access = list(79) + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile/supply{ + dir = 4 + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + width = 12 + }, +/turf/simulated/floor/plating, +/area/shuttle/supply) +"xAj" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_outside" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/syndicate_mothership/elite_squad) +"xAG" = ( +/obj/structure/table/glass, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/item/stamp/denied{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"xBH" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "darkblue" + }, +/area/centcom/ss220/admin3) +"xCo" = ( +/obj/vehicle/bike{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership) +"xCA" = ( +/obj/machinery/light/spot, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"xCL" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"xCN" = ( +/obj/structure/table/wood/fancy/black, +/obj/effect/turf_decal/tile/neutral/full{ + color = "#000000" + }, +/obj/item/documents/nanotrasen{ + pixel_y = -2; + pixel_x = 6 + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/admin2) +"xCV" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "navybluealt" + }, +/area/syndicate_mothership/control) +"xCW" = ( +/obj/structure/table/glass, +/obj/structure/light_fake/spot{ + dir = 1 + }, +/obj/item/food/boiledpelmeni, +/obj/item/food/boiledpelmeni{ + pixel_y = 14 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 10; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"xDl" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/general) +"xDD" = ( +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_GammaShuttle"; + layer = 3; + name = "Гамма Шаттл" + }, +/obj/machinery/door_control/no_emag/east{ + id = "CC_GammaShuttle"; + name = "Blast Door Control"; + req_access = list(114); + pixel_x = 0; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"xDX" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/bar) +"xEu" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/effect/spawner/random/ccfood/meat, +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"xEG" = ( +/obj/structure/light_fake/spot, +/obj/effect/turf_decal/miscellaneous/goldensiding, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xEM" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"xFs" = ( +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/elite_squad) +"xFu" = ( +/obj/structure/rack, +/obj/item/gun/medbeam{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/gun/medbeam, +/obj/item/gun/medbeam{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"xFQ" = ( +/obj/machinery/computer/camera_advanced, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"xGd" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/jungle, +/area/centcom/ss220/park) +"xGu" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"xGy" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/obj/structure/platform/corner{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"xHb" = ( +/obj/effect/turf_decal/grass{ + icon_state = "grass_edge_medium"; + dir = 1 + }, +/turf/simulated/floor/plating/asteroid/ancient{ + name = "sand" + }, +/area/syndicate_mothership/outside) +"xHl" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"xHA" = ( +/obj/item/flag/species/human{ + pixel_y = 10 + }, +/obj/structure/light_fake/spot{ + dir = 4 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin2) +"xHZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/medbay) +"xIq" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Шаттл доставки"; + opacity = 0; + req_access = list(106) + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"xIy" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/iv_bag/blood/o_minus{ + pixel_x = -3 + }, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/item/reagent_containers/iv_bag/blood/o_minus{ + pixel_x = 3 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -3 + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/centcom/ss220/medbay) +"xIB" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xIE" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/clothing/suit/armor/bulletproof, +/obj/item/clothing/glasses/night, +/obj/item/clothing/shoes/jackboots/noisy, +/obj/item/clothing/head/helmet/swat, +/obj/item/clothing/gloves/combat, +/obj/item/melee/baton/loaded{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "darkredalt" + }, +/area/centcom/ss220/admin3) +"xIN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/gold{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/stamp/centcom{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xIS" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/item/paper_bin, +/obj/item/pen/fancy, +/obj/structure/window/plasmareinforced{ + color = "red"; + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"xJa" = ( +/obj/machinery/door/airlock/hatch/syndicate/command{ + name = "Тюрьма"; + id_tag = "syndicate_jail_airlock_int"; + autoclose = 0; + locked = 1 + }, +/obj/machinery/access_button{ + autolink_id = "syndicate_jail_button_int"; + name = "Jail Access Button"; + pixel_x = -25; + req_access = list(153) + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredaltstrip" + }, +/area/syndicate_mothership/jail) +"xJk" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/structure/table/wood/fancy/black, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"xJy" = ( +/obj/machinery/economy/vending/chinese/free, +/obj/effect/turf_decal/siding/brown{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/infteam) +"xJF" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/door/window/brigdoor{ + color = "red"; + name = "Arrivals Post"; + req_access = list(154); + dir = 4 + }, +/obj/machinery/airlock_controller/access_controller{ + name = "Jail Access Console"; + pixel_y = 4; + ext_door_link_id = "syndicate_jail_airlock_ext"; + int_door_link_id = "syndicate_jail_airlock_int"; + ext_button_link_id = "syndicate_jail_button_ext"; + int_button_link_id = "syndicate_jail_button_int" + }, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"xJN" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CC_office1" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin2) +"xKy" = ( +/obj/structure/chair/stool, +/obj/effect/decal/syndie_logo{ + icon_state = "logo8" + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/infteam) +"xKV" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"xKW" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"xLm" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/mining) +"xLG" = ( +/obj/structure/flora/ausbushes, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"xMa" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xMj" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/centcom/ss220/jail) +"xMs" = ( +/obj/effect/turf_decal/stripes/red, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"xMF" = ( +/obj/item/decorations/sticky_decorations/flammable/snowman{ + pixel_x = -7; + pixel_y = -8 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"xNf" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/park) +"xNn" = ( +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/obj/structure/flora/rock/pile/largejungle, +/obj/structure/flora/tree/great_tree{ + pixel_x = -47 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"xNU" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clipboard{ + pixel_y = 3 + }, +/obj/item/toner, +/obj/item/toner{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/park) +"xOd" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/admin2) +"xOp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/conveyor/east{ + id = "QMLoad1"; + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"xOt" = ( +/obj/structure/statue/gold/rd{ + anchored = 1; + layer = 4; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/goonplaque/memorial, +/area/centcom/ss220/park) +"xOF" = ( +/turf/simulated/floor/plating, +/area/syndicate_mothership/elite_squad) +"xOS" = ( +/turf/simulated/floor/carpet/royalblack, +/area/centcom/ss220/bar) +"xPo" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkblue" + }, +/area/centcom/ss220/bar) +"xPO" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/control) +"xPP" = ( +/obj/structure/weightmachine/stacklifter, +/turf/simulated/floor/wood/oak, +/area/centcom/ss220/park) +"xRf" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/flora/bush, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/control) +"xRB" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a" + }, +/obj/structure/flora/ausbushes/fullgrass{ + layer = 2 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"xSw" = ( +/obj/machinery/conveyor/north{ + id = "SFBQMLoad2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"xSx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/white, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership) +"xSI" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/assault_pod) +"xSN" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"xSS" = ( +/obj/structure/platform/corner{ + dir = 8; + anchored = 1 + }, +/obj/structure/flora/biolumini/lamp, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/centcom/ss220/admin1) +"xSZ" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer/upgraded{ + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbluefull" + }, +/area/centcom/ss220/bar) +"xTy" = ( +/obj/structure/flora/ausbushes/grassybush{ + layer = 5 + }, +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"xTE" = ( +/obj/machinery/light/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/administration) +"xUm" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/centcom/ss220/evac) +"xUG" = ( +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"xUI" = ( +/obj/structure/closet/secure_closet/clown{ + req_access = null + }, +/obj/item/clothing/suit/soldiercoat, +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/syndicate_mothership/infteam) +"xVe" = ( +/obj/effect/decal/nanotrasen_logo_circle{ + icon_state = "ntlogo_sec"; + dir = 4; + pixel_x = -16; + color = "#6b8cc4"; + pixel_y = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkyellowcornersalt" + }, +/area/centcom/ss220/court) +"xVf" = ( +/obj/structure/rack, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/repair_droid, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay, +/obj/item/mecha_parts/mecha_equipment/thrusters, +/obj/item/mecha_parts/mecha_equipment/thrusters, +/obj/item/mecha_parts/mecha_equipment/thrusters, +/obj/item/mecha_parts/mecha_equipment/thrusters, +/obj/item/mecha_parts/mecha_equipment/thrusters, +/obj/item/mecha_parts/mecha_equipment/thrusters, +/obj/effect/turf_decal/box, +/obj/structure/light_fake, +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"xVV" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "SST_pod_ready"; + layer = 2.8; + name = "Shuttle Dock Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/syndicate_mothership) +"xWi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcornersalt" + }, +/area/syndicate_mothership/control) +"xWv" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/syndicate{ + pixel_x = 5 + }, +/obj/item/clothing/head/welding{ + pixel_x = -9; + pixel_y = 10 + }, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium, +/area/syndicate_mothership/elite_squad) +"xWF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/command) +"xWJ" = ( +/obj/effect/decal/nanotrasen_logo/n1{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"xWX" = ( +/obj/structure/sign/restroom{ + pixel_x = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"xYa" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/jungle/no_creep, +/area/centcom/ss220/admin1) +"xYf" = ( +/obj/structure/barricade{ + icon = 'icons/turf/shuttle.dmi'; + icon_state = "diagonalWall3"; + name = "diagonal shields"; + proj_pass_rate = 0; + max_integrity = 200; + armor = list(melee = 10, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 10, acid = 0); + stacktype = null; + dir = 8 + }, +/turf/simulated/floor/indestructible/transparent_floor, +/area/shuttle/syndicate) +"xYk" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/syndicate_mothership/control) +"xYo" = ( +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/bar) +"xYI" = ( +/obj/structure/rack, +/obj/effect/turf_decal/box, +/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/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/supply) +"xYL" = ( +/obj/structure/light_fake{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/supply) +"xYQ" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stamp, +/obj/item/stamp/denied{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/centcom/ss220/admin3) +"xZh" = ( +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_y = 8 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_y = 14 + }, +/obj/structure/table/wood/fancy/red, +/turf/simulated/floor/carpet/red, +/area/centcom/ss220/bar) +"xZs" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/siberia) +"xZz" = ( +/obj/effect/mapping_helpers/airlock/access/all/syndicate, +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Airlock" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "syndicate_elite"; + name = "Side Hull Door"; + opacity = 0; + req_access = list(150) + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst"; + name = "SST shuttle"; + roundstart_move = "sst_away"; + width = 11 + }, +/obj/docking_port/stationary/transit{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst_transit"; + name = "sst in transit"; + pixel_x = 32; + width = 11 + }, +/turf/simulated/floor/plating, +/area/shuttle/syndicate_elite) +"xZK" = ( +/obj/machinery/teleport/hub/upgraded, +/turf/simulated/floor/mineral/plastitanium, +/area/shuttle/syndicate) +"xZL" = ( +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/jail) +"xZR" = ( +/obj/machinery/door/poddoor/impassable{ + id_tag = "CC_SOD_7"; + layer = 3; + name = "Переход в Офисы" + }, +/obj/machinery/door_control/no_emag/north{ + id = "CC_SOD_7"; + name = "Переход в Отдел Специальных Операций"; + req_access = list(114) + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_large" + }, +/area/centcom/ss220/admin1) +"xZY" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "darkpurple"; + dir = 8 + }, +/area/centcom/ss220/general) +"yaB" = ( +/obj/effect/decal/syndie_logo{ + icon_state = "logo14" + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/syndicate_mothership/control) +"yaK" = ( +/obj/machinery/sleeper/upgraded{ + dir = 1 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/centcom/ss220/medbay) +"yaO" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/light_fake/small{ + dir = 4 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/syndicate_mothership) +"yaR" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible/riveted, +/area/centcom/ss220/admin2) +"ybt" = ( +/turf/simulated/floor/plating, +/area/centcom/ss220/bar) +"ybG" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/effect/landmark/spawner/syndicate_infiltrator, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/infteam) +"ybO" = ( +/obj/structure/filingcabinet/security, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/court) +"ybP" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"ycd" = ( +/obj/structure/table/glass, +/obj/item/food/benedict, +/turf/simulated/floor/mineral/plastitanium, +/area/centcom/ss220/supply) +"ych" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"ycW" = ( +/obj/machinery/status_display, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/escape) +"ydP" = ( +/obj/structure/bed/double{ + dir = 1 + }, +/obj/item/bedsheet/centcom/double{ + dir = 1 + }, +/turf/simulated/floor/carpet/orange, +/area/centcom/ss220/general) +"yed" = ( +/obj/structure/chair/comfy/purp{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/admin2) +"yex" = ( +/obj/item/syndicatedetonator{ + desc = "Радиус взрыва: 255x255x255"; + name = "Слишком опасная кнопка"; + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/infteam) +"yey" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"yez" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/elite_squad) +"yeU" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced{ + color = "red" + }, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"yfo" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Base" + }, +/turf/simulated/floor/wood/oak, +/area/syndicate_mothership/elite_squad) +"yfH" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin1) +"yfK" = ( +/obj/machinery/economy/vending/cola/free, +/turf/simulated/floor/carpet/black, +/area/syndicate_mothership/jail) +"yfO" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "darkbluealt" + }, +/area/centcom/ss220/admin1) +"yfX" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"ygn" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "darkbrown" + }, +/area/centcom/ss220/admin3) +"ygE" = ( +/obj/structure/table/wood, +/obj/item/toner{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/toner, +/obj/item/toner{ + pixel_y = 2; + pixel_x = 2 + }, +/obj/item/toner{ + pixel_y = 4; + pixel_x = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/centcom/ss220/admin1) +"ygI" = ( +/obj/machinery/conveyor/south{ + id = "SFBQMLoad" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/cargo) +"yic" = ( +/obj/structure/fence{ + dir = 4; + invulnerable = 1 + }, +/turf/simulated/floor/indestructible/grass, +/area/syndicate_mothership/outside) +"yij" = ( +/obj/effect/decal/nanotrasen_logo/n4, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/evac) +"yim" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"yiV" = ( +/obj/structure/light_fake, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 6 + }, +/area/centcom/ss220/evac) +"yiW" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CC_Dip" + }, +/turf/simulated/floor/plating, +/area/centcom/ss220/admin2) +"yiY" = ( +/obj/item/flag/nt, +/turf/simulated/floor/plasteel/dark, +/area/centcom/ss220/admin3) +"yjr" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/folder/yellow{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/black{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/command) +"yjy" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/indestructible/grass/no_creep, +/area/syndicate_mothership/outside) +"yjG" = ( +/turf/simulated/floor/carpet/black, +/area/centcom/ss220/park) +"yjM" = ( +/obj/machinery/door/airlock/hatch/syndicate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/syndicate) +"yjV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/airlock/hatch/syndicate{ + name = "Syndicate Nuclear Team Shuttle" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/shuttle/syndicate) +"yjZ" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "navyblue" + }, +/area/centcom/ss220/admin3) +"ykh" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/bar) +"ykz" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/syndicate_mothership/jail) +"ylp" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "dark_herringbone" + }, +/area/centcom/ss220/admin1) +"ymi" = ( +/obj/structure/statue/silver/monkey{ + pixel_y = 14; + anchored = 1 + }, +/obj/effect/turf_decal/plaque, +/turf/simulated/floor/wood/fancy/cherry, +/area/centcom/ss220/supply) + +(1,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(2,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(3,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +mlS +tJz +tJz +tJz +iyK +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +lAC +tJz +tJz +fti +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(4,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +mlS +mlS +tJz +fti +tJz +mlS +mlS +mlS +mlS +mlS +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +fti +tJz +tJz +tJz +tJz +mlS +tJz +lAC +pdR +huN +lAC +oDu +pfZ +rTB +lAC +lAC +lAC +lAC +pdR +lAC +lAC +lAC +lAC +lAC +lAC +tJz +fti +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +mlS +tJz +mlS +tJz +mlS +tJz +tJz +mlS +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(5,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +mlS +mlS +tJz +tJz +tJz +tJz +gHo +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +chQ +tJz +mlS +mlS +tJz +tJz +chQ +tJz +tJz +mlS +tJz +oGr +tJz +mlS +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +lAC +lAC +vrd +lAC +rQg +rQg +rQg +vVk +jak +vVk +rQg +rQg +rQg +rQg +vVk +slN +lPf +vVk +rQg +rQg +lAC +lAC +tJz +tJz +tJz +tJz +tJz +gJu +mlS +tJz +tJz +tJz +heV +tJz +mlS +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +gHo +tJz +ita +tJz +tJz +tJz +tJz +mlS +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(6,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +mlS +tJz +mlS +tJz +tJz +tJz +fti +tJz +tJz +tJz +tJz +vfU +gRN +gRN +gRN +gRN +gRN +gRN +gRN +vfU +tJz +tJz +tJz +tJz +fti +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +mlS +tJz +tJz +tJz +tJz +lAC +lAC +lAC +lAC +tJz +lAC +lAC +lAC +rQg +rQg +rQg +vVk +bCs +rQg +brK +vjy +bed +wLN +aoD +rQg +bnK +mAS +mna +mna +wRW +joa +rQg +rQg +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +oGr +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tPk +mlS +tJz +tJz +tJz +tJz +tJz +tJz +ych +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +fkV +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(7,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +mlS +tJz +tJz +iyK +tJz +tJz +mlS +tJz +gRN +gRN +gRN +vfU +vfU +wfY +pAE +aQG +wPL +gny +vgG +wfY +vfU +vfU +gRN +gRN +gRN +tJz +tJz +tJz +tJz +tJz +mlS +tJz +mlS +mlS +tJz +tJz +tJz +mlS +tJz +gHo +tJz +tJz +lAC +rQg +bVF +bVF +bVF +vVk +rQg +rQg +vVk +hER +hER +piG +aSX +rQg +dqv +dcn +bed +wLN +jKB +rQg +apg +qFx +jKB +jKB +lXi +nkM +rQg +hbG +lAC +lAC +tJz +tJz +mlS +tJz +tJz +mlS +tJz +tJz +tPk +tJz +tPk +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +mlS +mlS +gHo +tJz +tJz +mlS +tJz +mAo +tJz +tJz +ych +sIG +sIG +chQ +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(8,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +gJu +tJz +tJz +tJz +tJz +tJz +tJz +tJz +gRN +xpt +uqx +mgo +kOR +mgo +mgo +mgo +mgo +mgo +mgo +mgo +kOR +mgo +uqx +cnF +gRN +tJz +mlS +tJz +tJz +tJz +tJz +mlS +tJz +sIG +tJz +tJz +chQ +tJz +mlS +tJz +tJz +tJz +lAC +fwR +rtg +pqD +pqD +rQg +kiN +bWX +ygI +otU +otU +piG +aSX +vVk +vVk +hlh +vVk +lKt +dxV +rQg +cNI +qFx +jKB +jKB +lXi +jZg +rQg +dub +fRZ +lAC +tJz +tJz +tJz +tJz +tJz +wRu +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +mlS +tJz +tJz +tJz +tJz +tJz +gHo +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(9,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +tJz +mlS +mlS +fti +tJz +tJz +tJz +mlS +tJz +tJz +gRN +uOr +mgo +noE +bfI +vkV +mqM +sDK +wPX +eRO +lae +noE +bfI +vkV +mgo +tTd +gRN +tJz +tJz +tJz +tJz +tJz +tJz +fti +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +lAC +rQg +bVX +bVX +bVX +vVk +iTG +agt +rQg +hER +hER +piG +xsh +iLT +iLT +hOq +rQg +aoD +lKt +rQg +fgd +lpx +rqt +rqt +jEj +ifL +rQg +dub +gPJ +lAC +tJz +tJz +tJz +tJz +tJz +tPk +tJz +ePO +iyK +tJz +tJz +tJz +mlS +tJz +tJz +tJz +chQ +mlS +tJz +tJz +sIG +tJz +tJz +tJz +tPk +tJz +tJz +tJz +tJz +tJz +chQ +tJz +gHo +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(10,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +tJz +sIG +tJz +chQ +tJz +gRN +gRN +gRN +vfU +vfU +vfU +eFJ +mgo +rSW +wOK +llM +lWm +rlY +vtt +itv +hLU +rSW +wOK +llM +mgo +mgo +vfU +vfU +vfU +gRN +gRN +gRN +tJz +tJz +tJz +mlS +mlS +tJz +tJz +tJz +tJz +chQ +tJz +tJz +huN +lAC +lAC +lAC +tJz +rQg +kiN +agt +rQg +rQg +rQg +vVk +xvt +slN +slN +ihY +vVk +rQg +rQg +rQg +rQg +vVk +dMr +dMr +vVk +rQg +rQg +rQg +rQg +lAC +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +gHo +tJz +tJz +tJz +tJz +tJz +tJz +mlS +gHo +tJz +tJz +tJz +tJz +chQ +adB +adB +tJz +tJz +tJz +tJz +tJz +tJz +gHo +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(11,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +mlS +tJz +tJz +gRN +ivd +kzp +vfU +yex +vfU +jhI +mgo +rSW +wOK +llM +bIG +pub +rjq +nuW +owu +rSW +wOK +llM +mgo +gDb +vfU +gnT +vfU +kzp +gzn +gRN +tJz +tJz +tJz +tJz +tJz +tJz +tPk +tJz +mlS +tJz +tJz +tJz +lAC +lAC +rQg +bVF +bVF +vVk +kiN +agt +rQg +gJs +tAJ +rQg +kDm +cOS +slN +nbj +mhM +nbj +sAT +wmp +fBC +rTM +slN +slN +nbj +bhB +iTH +eAO +eSh +vfw +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sIG +mlS +tJz +tJz +tJz +tJz +tJz +gHo +mlS +mlS +tJz +adB +adB +adB +adB +adB +dSQ +aRI +mTB +mlS +mlS +tJz +tJz +oGr +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(12,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +tJz +tJz +tJz +gRN +lYn +gSb +vfU +vfU +vfU +jJQ +mgo +rSW +wOK +llM +wNi +xKy +vqa +vKE +fOP +rSW +wOK +llM +mgo +mgo +vfU +vfU +vfU +gSb +kCY +gRN +tJz +tJz +tJz +chQ +mlS +tJz +iyK +mlS +tJz +tJz +tJz +lAC +lAC +rQg +vVk +oGJ +oGJ +vVk +eeQ +vVk +rQg +rQg +rQg +vVk +xvt +slN +slN +nbj +abI +eeQ +rqt +rqt +rqt +tTA +slN +slN +nbj +bhB +bYd +eAO +eSh +gPJ +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tPk +tJz +tJz +mlS +adB +adB +alW +dSQ +duJ +duJ +aRI +mTB +mTB +mTB +mTB +mTB +tJz +gHo +chQ +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(13,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +chQ +mlS +tJz +vfU +bfI +vkV +vZM +mgo +xvf +mgo +mgo +rSW +wOK +aAs +bfI +bfI +bfI +bfI +bfI +dGk +wOK +llM +mgo +mgo +rDF +mgo +skx +noE +bfI +vfU +tJz +tJz +tJz +tJz +tJz +tJz +mlS +mlS +tJz +tJz +tJz +lAC +rQg +rQg +gUH +slN +slN +uDK +slN +xgV +rqt +cex +rQg +oCQ +tTA +slN +slN +nbj +abI +slN +ihY +mna +mna +mna +mna +mna +keY +bhB +fmj +vVk +rQg +lAC +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +chQ +tJz +tJz +vYH +tJz +mlS +tPk +tJz +adB +dSQ +duJ +aRI +mTB +mTB +mTB +nRE +mTB +wJe +mTB +mTB +tJz +tPk +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(14,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +mlS +tJz +mlS +sIG +tJz +vfU +jbl +llM +vZM +gIY +xvf +mgo +mgo +xJy +cQn +xtY +vIV +sUT +sUT +sUT +wji +vuv +rYQ +wOX +mgo +mgo +rDF +gIY +skx +rSW +fMl +vfU +tJz +tJz +mlS +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +fwR +vgV +slN +slN +oYr +vVk +neJ +slN +slN +nbj +vPl +rTM +oCQ +rqt +cex +nbj +abI +slN +nbj +yeU +cPy +xng +sJP +ajk +iwO +bhB +aXF +eAO +dUy +lAC +lAC +tJz +tJz +tJz +tJz +tPk +tJz +tJz +mlS +tJz +tJz +mlS +tPk +tJz +vqr +nGd +thM +tJz +tJz +mAN +alW +bbH +dJn +mTB +tdw +mTB +mTB +mTB +mTB +mTB +gSF +mTB +mTB +tJz +gHo +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(15,1,1) = {" +sLM +sLM +sLM +mlS +tJz +chQ +tJz +tJz +tJz +mvf +mvf +iUB +wOK +xvN +vfU +vfU +vfU +rKv +rKv +vfU +vfU +vfU +vfU +hnT +mgo +pcm +vfU +vfU +vfU +vfU +djY +djY +vfU +vfU +vfU +cRs +wOK +quh +mvf +mvf +mvf +mvf +mvf +mlS +tPk +tJz +fti +tJz +tJz +tJz +fwR +wdR +slN +slN +vEg +rQg +mjW +slN +slN +nbj +slN +rTM +dyS +wdR +kiN +jcg +rQg +rQg +sKq +yeU +cPy +xng +sJP +ajk +iwO +bhB +dzS +eAO +dUy +lAC +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +aGA +tJz +tJz +tJz +jQa +adB +aya +nMa +mTB +mTB +mTB +wJe +mTB +mTB +mTB +mTB +mTB +mTB +mlS +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(16,1,1) = {" +sLM +sLM +sLM +mlS +tJz +tJz +tJz +tJz +mvf +mvf +mvf +iUB +wOK +llM +niK +jyV +vfU +aPj +mgo +vfU +jaR +olQ +vfU +mgo +mgo +mgo +vfU +pCO +olQ +vfU +mgo +gDb +vfU +epI +aaz +rSW +wOK +quh +mvf +mvf +mvf +mvf +mvf +tJz +gHo +mlS +tJz +tJz +tJz +tJz +fwR +wdR +slN +slN +upU +vVk +keY +slN +slN +nbj +erT +rTM +qgG +mna +keY +nbj +mhM +slN +nbj +yeU +cPy +xng +sJP +ajk +iwO +bhB +uSr +eAO +dUy +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +gHo +tJz +adB +jmF +dSQ +aRI +mTB +mTB +mTB +mTB +mTB +mTB +mTB +pGe +mTB +mTB +tPk +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(17,1,1) = {" +sLM +sLM +sLM +tJz +ePO +tJz +tJz +mvf +mvf +mvf +tJz +vfU +jbl +llM +naF +iAz +vfU +jOk +jOk +vfU +vfU +vfU +vfU +jOk +jOk +jOk +vfU +vfU +vfU +vfU +jOk +jOk +vfU +dlw +xtE +rSW +fMl +vfU +tJz +tJz +tJz +mvf +mvf +tJz +mlS +tJz +tJz +tJz +tJz +tJz +rQg +rQg +gUH +slN +slN +uDK +slN +uyJ +mna +keY +rQg +qgG +ngM +slN +slN +nbj +abI +slN +eeQ +rqt +rqt +rqt +rqt +rqt +cex +bhB +lsx +vVk +rQg +lAC +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +mAN +alW +xsI +nMa +mTB +gSF +mTB +mTB +mTB +pGe +mTB +mTB +mTB +mTB +oGr +tJz +mlS +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(18,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tJz +vfU +wOK +aAs +bfI +bfI +sDq +bfI +bfI +vfU +tFj +xny +aFH +gcw +gcw +gcw +chG +xny +bDX +vfU +bfI +bfI +dzR +bfI +bfI +dGk +wOK +vfU +tJz +chQ +tJz +mvf +mvf +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +rQg +vVk +jxO +jxO +vVk +ihY +vVk +rQg +rQg +rQg +vVk +xvt +slN +slN +nbj +abI +ihY +mna +mna +mna +ngM +slN +slN +nbj +bhB +qKs +vHa +eSh +fRZ +huN +tJz +tJz +tJz +tJz +esh +tJz +tJz +tJz +tJz +mlS +tJz +tJz +chQ +tJz +tJz +tPk +tJz +tJz +adB +aya +bbH +dJn +mTB +mTB +wJe +mTB +mTB +gSF +mTB +mTB +mTB +tJz +tJz +mlS +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +ciP +ciP +ciP +ciP +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(19,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +gRN +qsF +tSr +wOK +wOK +wOK +wOK +wOK +gRN +cgX +olQ +olQ +olQ +olQ +olQ +olQ +olQ +xoC +gRN +wOK +wOK +wOK +wOK +wOK +wOK +ubx +gRN +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +rQg +bVX +bVX +vVk +kiN +eDK +rQg +wft +abI +rQg +kDm +iKN +slN +nbj +abI +nbj +sAT +wmp +fBC +rTM +slN +slN +nbj +bhB +neF +vHa +eSh +gPJ +lAC +tJz +tJz +tJz +tJz +tJz +hPu +tJz +tJz +esh +tJz +tJz +tJz +tJz +mlS +tJz +sIG +tJz +tJz +tJz +adB +alW +bbH +dJn +mTB +mTB +wJe +mTB +mTB +mTB +mTB +mTB +tJz +nPy +mlS +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +bsB +deB +frP +iOS +bsB +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vce +vce +vce +vce +vce +vce +vce +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(20,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +mlS +tJz +gRN +qsF +als +wOK +tvZ +eup +tvZ +wOK +gRN +cgX +olQ +swU +swU +swU +swU +swU +olQ +xoC +gRN +wOK +wOK +wOK +wOK +wOK +wOK +ubx +gRN +tJz +fti +tJz +mvf +mvf +mvf +mlS +tJz +tJz +tJz +tJz +tJz +huN +lAC +lAC +lAC +tJz +rQg +kiN +eDK +rQg +rQg +rQg +vVk +xvt +slN +slN +eeQ +vVk +rQg +rQg +rQg +rQg +vVk +dMr +dMr +vVk +rQg +rQg +rQg +rQg +lAC +lAC +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +oYp +tJz +mlS +tJz +chQ +mlS +tJz +tJz +mAN +tJz +adB +adB +oaz +mTB +mTB +mTB +mTB +mTB +wJe +mTB +mTB +tJz +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +wYj +iqn +iqn +iqn +cPb +ciP +adJ +adJ +adJ +adJ +adJ +adJ +vce +vce +gLq +cRJ +jbF +cQx +vux +lDF +vce +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(21,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tJz +gRN +qsF +dBB +wOK +wOK +wOK +wOK +wOK +gRN +cgX +olQ +olQ +swU +swU +swU +olQ +olQ +xoC +gRN +wOK +wOK +wOK +wOK +wOK +wOK +ubx +gRN +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mlS +mlS +tJz +tJz +tJz +lAC +rQg +bVF +bVF +bVF +vVk +iTG +eDK +rQg +awo +xSw +xzF +fJl +iLT +iLT +gfa +rQg +lKt +lKt +rQg +fgd +mAS +mna +mna +aRZ +ifL +rQg +dub +fRZ +lAC +lAC +tJz +tJz +tJz +tJz +tJz +mlS +chQ +tPk +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tPk +tJz +tJz +tJz +tJz +adB +adB +bbH +dJn +mTB +mTB +dnK +mTB +mTB +mTB +tJz +tJz +mlS +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +lEw +iqn +iqn +iqn +lEw +ciP +ciP +ciP +ciP +ciP +adJ +adJ +vce +gLq +jok +wKo +wKo +wKo +wKo +fMH +oLH +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(22,1,1) = {" +sLM +sLM +sLM +tJz +chQ +mvf +mvf +tJz +tJz +tJz +tJz +vfU +wOK +ohc +wOK +wOK +wOK +ohc +wOK +vfU +xUI +olQ +olQ +olQ +dDW +olQ +olQ +olQ +glr +vfU +fQY +wOK +ohc +knR +knR +knR +fMl +vfU +tJz +tJz +iyK +tJz +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +lAC +fwR +pqD +pqD +pqD +rQg +kiN +eDK +sCx +xSw +xSw +xzF +aSX +vVk +vVk +hlh +vVk +lKt +dxV +rQg +cNI +qFx +jKB +jKB +lXi +jZg +rQg +dub +gPJ +lAC +tJz +mlS +tJz +tJz +tJz +tPk +tJz +tJz +mlS +tJz +tJz +mlS +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tPk +tJz +gHo +adB +bbH +dJn +mTB +mTB +mTB +mTB +tPk +tJz +mlS +mlS +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +gMv +iqn +iqn +iqn +kSs +ciP +qYG +dos +pCD +ciP +adJ +adJ +vce +nup +wKo +wKo +wKo +wKo +wKo +wKo +rFm +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(23,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mlS +tJz +fti +tJz +vfU +vfU +vfU +jOk +jOk +jOk +vfU +vfU +vfU +cgX +olQ +olQ +olQ +swU +olQ +olQ +olQ +xoC +vfU +vfU +oSk +vfU +uMM +rAr +lYs +hJh +vfU +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +tJz +tJz +tJz +lAC +rQg +bVX +bVX +bVX +vVk +rQg +rQg +vVk +vXc +xSw +xzF +aSX +rQg +kMv +dcn +mpV +tJL +lKt +rQg +apg +qFx +jKB +jKB +lXi +nkM +rQg +hbG +lAC +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +mlS +tJz +tJz +tJz +tJz +tJz +esh +mlS +mlS +tJz +tJz +mlS +mlS +tJz +tJz +sIG +adB +bbH +iJH +dJn +mTB +tJz +tPk +tJz +tJz +chQ +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +nlc +nlc +nlc +nlc +eAy +nlc +nlc +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +bsB +nMd +ciP +cYV +ciP +ciP +sus +qkJ +lid +ciP +ciP +lwp +vce +jHL +wKo +gLx +gLx +gLx +gLx +wKo +fjV +vce +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(24,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +mlS +tJz +gRN +lOq +ybG +mgo +mgo +mgo +ybG +pTm +vfU +utC +lqf +sJR +qSK +gcw +bbP +sJR +lqf +aOc +vfU +hJN +pXR +vfU +wtv +tgL +wtv +poD +gRN +tJz +mlS +tJz +chQ +tPk +mvf +mvf +mvf +mvf +mvf +tJz +tJz +lAC +tJz +tJz +tJz +tJz +tJz +tJz +tJz +rQg +rQg +rQg +vVk +vkl +rQg +sRe +vHq +mpV +boW +lKt +rQg +bnK +lpx +rqt +rqt +jKT +joa +rQg +rQg +lAC +lAC +tJz +tJz +chQ +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +wRu +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +esh +tJz +tJz +adB +adB +tJz +tJz +tJz +tPk +tPk +tJz +gHo +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +nlc +pqS +imQ +pJi +jHd +udY +nlc +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +frK +frK +frK +frK +frK +frK +frK +frK +frK +frK +frK +frK +frK +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +qdL +qdL +llH +sus +sus +sus +frR +vDh +vDh +gLq +jok +wKo +gLx +vRW +lQt +gLx +wKo +fMH +rZn +vce +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(25,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +chQ +tJz +tJz +gRN +lOq +eIs +mgo +thG +mgo +eIs +pTm +vfU +vfU +vfU +vfU +vfU +pWD +vfU +vfU +vfU +vfU +vfU +hKh +pXR +vfU +scW +wtv +tgL +fWk +gRN +mlS +fti +mlS +mlS +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mlS +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +mlS +tJz +rQg +rQg +rQg +vVk +jak +rQg +rQg +rQg +rQg +rQg +vVk +slN +qnQ +vVk +rQg +rQg +lAC +lAC +lAC +tJz +tJz +tJz +tJz +tPk +tJz +tPk +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +mlS +tJz +tJz +chQ +tJz +tJz +tPk +tJz +tJz +tPk +tPk +gHo +tJz +gHo +mlS +gHo +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +nlc +pRh +jHd +hPO +jHd +ajI +nlc +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +frK +hNP +nAJ +bMv +frK +ibG +nrg +vcG +oKb +wfs +nrg +wEY +frK +frK +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +vpP +jeI +qph +qKk +pMI +rFv +vpP +ciP +ieB +xGy +lWX +nPS +vnU +cCt +daj +vDh +wwO +jok +wKo +gLx +gLx +baD +ctZ +gLx +gLx +wKo +fMH +rZn +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(26,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +mvf +tJz +tJz +tJz +tJz +gRN +lOq +eIs +mgo +mgo +mgo +eIs +pTm +vfU +tJz +tJz +vfU +jBO +gaZ +jBO +vfU +tJz +tJz +vfU +tqQ +dcf +vfU +wtv +tgL +wtv +poD +gRN +tJz +mlS +mlS +mvf +mvf +mvf +mvf +mlS +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +fti +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +rFR +mRM +lhH +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +xHb +lAC +lAC +tJz +fti +tJz +tJz +tJz +tJz +tJz +tPk +mlS +tJz +tJz +tJz +tJz +tJz +gJu +tJz +tJz +tJz +oGr +gJu +tJz +mlS +tJz +tJz +tJz +tJz +gHo +tPk +ilB +tJz +tPk +tJz +tJz +tJz +gHo +tPk +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +nlc +jrr +jHd +pXL +jHd +cts +nlc +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +frK +frK +eCs +uRG +sej +bRc +frK +wIC +wCi +wCi +wCi +wCi +wCi +irm +frK +rkZ +nfA +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +ciP +buk +iqn +iqn +qoP +iqn +iqn +buk +mLP +qdL +etw +vIu +xHl +xHl +oei +vDh +vDh +iNZ +gLx +gLx +gLx +cnR +udw +mmc +jnz +gLx +gLx +gLx +fjV +vce +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(27,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +mvf +tJz +tJz +tJz +tJz +vfU +eBy +qgz +mgo +oqA +mgo +qgz +eBy +vfU +tJz +tJz +gRN +gaZ +jBO +gaZ +gRN +tJz +iyK +vfU +ast +pXR +vfU +wtn +exx +dti +vfU +vfU +mlS +mlS +mvf +mvf +mvf +mvf +tJz +tJz +tJz +mvf +mvf +mvf +mvf +gJu +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +mvf +mvf +fJB +cZq +cZq +cZq +cZq +cZq +cZq +mvf +mvf +sTr +tsb +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +chQ +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tPk +tJz +tJz +tJz +tJz +gHo +tPk +fjx +tPk +sIG +tJz +tJz +iGF +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ajH +ajH +ajH +jlp +ajH +ajH +ajH +jlp +ajH +ajH +ajH +fXB +rzI +hDe +hDe +hDe +rzI +adJ +adJ +adJ +adJ +rzI +nlc +ckX +gNr +jHd +vFv +urK +nlc +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +frK +cKO +cKO +cKO +cKO +hhA +frK +vwP +wCi +wCi +wCi +wCi +wCi +dNN +frK +rkZ +nfA +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +vlw +kHF +tNq +vnv +qHX +qUf +tNq +kHF +mLP +qdL +wvf +vQp +vQp +vQp +atn +vDh +lTM +jok +gLx +rHX +jnz +avS +vbh +eJJ +avS +iHi +ddB +gLx +fMH +rZn +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(28,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +mvf +tJz +tJz +mlS +tJz +vfU +gRN +gRN +vfU +vfU +vfU +gRN +gRN +vfU +tJz +fti +vfU +jCl +jBO +jBO +gRN +tJz +fti +vfU +vfU +vfU +vfU +gRN +gRN +gRN +vfU +iyK +tJz +mvf +mvf +mvf +mvf +mlS +tJz +tJz +mlS +chQ +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mlS +oAL +tJz +tJz +mvf +mvf +gEK +dNj +dNj +dNj +dNj +dNj +ctT +fti +mlS +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tPk +mlS +tJz +tJz +tPk +tJz +tJz +mlS +tJz +mlS +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tPk +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ajH +eTi +dQy +qCW +qCW +mQn +qCW +qCW +qCW +qCW +lVw +ajH +rzI +iJb +egO +lsI +rzI +adJ +adJ +adJ +adJ +rzI +nlc +nlc +nlc +eAy +nlc +nlc +nlc +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +frK +mMq +aLu +kKs +cKO +hax +frK +jGA +wCi +vgA +try +kGT +eLW +eCs +frK +frK +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +vlw +kHF +oXh +ilj +xJk +xGu +oXh +kHF +ciP +rlb +qdL +hom +vlw +vlw +vDh +vDh +mJy +wKo +gLx +iHi +enr +biq +olS +gBI +biq +bkV +iHi +gLx +wKo +hfr +vce +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(29,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +iyK +tJz +tJz +tRZ +tJz +tJz +vfU +xpm +jBO +gaZ +gRN +tJz +tJz +tRZ +tJz +tJz +tJz +tPk +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mlS +tJz +tJz +mlS +tJz +hDW +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +pxu +pxu +uUK +bhU +bhU +rTB +tJz +tJz +tJz +mvf +mvf +mvf +tJz +mlS +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tPk +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +gHo +tPk +tJz +tJz +mlS +tJz +tJz +tPk +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +jlp +gCN +pRy +dFl +dFl +dFl +dFl +dFl +dFl +dFl +dFl +kDx +bKL +egO +egO +lsI +hDe +adJ +rzI +rzI +rzI +rzI +rzI +rzI +rzI +xDD +rzI +rzI +rzI +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +frK +frK +frK +frK +frK +gGk +frK +frK +frK +clT +frK +frK +frK +frK +frK +rkZ +nfA +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +vlw +kHF +oXh +etw +rRp +oei +oXh +hqU +ciP +yaR +jef +ciP +ciP +ciP +vDh +gLq +jok +wKo +gLx +jnz +bGg +kXO +rIg +rIg +tIT +oYc +jnz +gLx +wKo +fMH +rZn +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(30,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +chQ +tJz +tJz +mlS +mlS +woq +mlS +tJz +tJz +tJz +atZ +tJz +iyK +gRN +jBO +gaZ +gaZ +gRN +tJz +tJz +atZ +tPk +tPk +fti +tJz +tPk +mvf +mvf +mvf +mvf +mvf +kHk +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +iBV +iBV +xmT +bhU +bhU +rTB +tJz +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tPk +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +chQ +tJz +mlS +tJz +tJz +tPk +tJz +gHo +tJz +iGF +mlS +mlS +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ajH +eTi +dMg +tgd +tgd +bsC +tgd +tgd +tgd +tgd +dhg +ajH +vdr +oXo +egO +lsI +hDe +adJ +rzI +hMY +oky +vIS +vyu +rzI +kvF +kvF +kvF +rzI +snC +snC +snC +snC +snC +snC +snC +snC +snC +adJ +adJ +adJ +kue +cbK +smv +frK +iry +oPO +lUD +lUD +lUD +oPO +frK +pdj +aJF +swL +frK +rkZ +nfA +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ciP +ciP +ciP +ciP +nXd +oXh +etw +apw +oei +oXh +wlr +ciP +jVa +wNB +vif +oqm +ciP +heP +jok +wKo +wKo +gLx +iis +bGg +bAK +iis +wjg +aYi +cPE +xSS +gLx +wKo +wKo +rFm +vce +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(31,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +lAC +lAC +lAC +lAC +lAC +tRZ +tJz +tJz +vfU +erG +gaZ +jBO +vfU +tJz +tJz +tRZ +tJz +tJz +chQ +tJz +tPk +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +fnU +pUk +pUk +pUk +pUk +pUk +fnU +hXd +hXd +fnU +tJz +tJz +tJz +tJz +tJz +mlS +tJz +fti +tJz +tJz +tJz +lPt +fxM +fxM +fxM +fxM +rsJ +rsJ +fxM +fxM +fxM +fxM +tJz +tJz +mvf +kHk +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +mlS +tPk +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +sIG +tJz +tJz +tJz +fjx +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +ajH +ajH +ajH +jlp +ajH +ajH +ajH +jlp +ajH +ajH +ajH +fXB +rzI +egO +egO +lsI +hDe +adJ +rzI +sKS +egO +egO +lRh +rzI +xYL +egO +xKW +rzI +snC +goe +goe +goe +wGE +goe +goe +goe +snC +adJ +adJ +adJ +kue +fta +kxw +dYV +oPO +oPO +oPO +oPO +oPO +oPO +xlO +oPO +oPO +rTD +frK +frK +adJ +adJ +adJ +adJ +adJ +wjg +wjg +wjg +wjg +wjg +wjg +wjg +wjg +wjg +ciP +uuL +oXh +vkS +kHF +oXh +etw +apw +oei +oXh +wqP +ciP +lPU +wNB +wNB +pQr +ciP +nup +wKo +wKo +wKo +wjg +wjg +bGg +eMo +wjg +wjg +cnv +mgE +rVv +wjg +wKo +wKo +fMH +tsv +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(32,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +tJz +gHo +tJz +tJz +tJz +lAC +vfU +vfU +vfU +vfU +vfU +vfU +vfU +vfU +vfU +wWg +vfU +vfU +vfU +vfU +fnU +fnU +fnU +fnU +fnU +fnU +cUl +pri +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +taY +qcs +uxH +rXN +rXN +rRY +srn +vru +fnU +tJz +tJz +tJz +tJz +tJz +mlS +mlS +tJz +tJz +tJz +lPt +lPt +hjZ +edS +pEW +fxM +pCf +gZH +fxM +ltd +jzh +fxM +fxM +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tPk +tJz +mlS +tJz +mlS +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +iJb +egO +lsI +rzI +adJ +rzI +cZg +egO +egO +aZc +rzI +egO +egO +egO +rzI +snC +goe +goe +goe +goe +goe +goe +gKE +snC +adJ +adJ +adJ +kue +lrI +vwY +frK +fWV +oPO +oPO +xTE +oPO +oPO +frK +oPO +oPO +iuR +frK +rkZ +nfA +adJ +adJ +adJ +adJ +wjg +lLw +ebn +wjg +fxv +lqs +sky +gQF +fFc +ciP +iKb +oXh +imy +kHF +oXh +etw +tnX +oei +oXh +vtM +ciP +ozc +wNB +wNB +weV +ciP +mJy +wKo +wKo +wKo +wjg +rNT +bGg +bAK +hSM +wjg +cFB +gIQ +peW +wjg +wKo +wKo +wKo +rFm +vce +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(33,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +lAC +vfU +uYz +nVW +dqP +nVW +nVW +nVW +nVW +nVW +nVW +nVW +dqP +nVW +cBB +fnU +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +fnU +cFP +gHP +srn +srn +vru +vru +srn +srn +srn +lWU +pUk +tJz +fti +tJz +mlS +tJz +mlS +tJz +tJz +tJz +lPt +lPt +rQA +hCi +urf +iKK +fxM +hLH +nGz +fxM +lkU +ltd +ltd +fxM +fxM +tJz +tJz +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +tJz +chQ +tJz +tJz +tJz +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +hDe +hDe +hDe +rzI +rzI +dhs +rzI +rzI +rzI +rzI +eFM +jiA +jiA +tXV +sUd +kvF +egO +kvF +rzI +snC +goe +goe +goe +goe +goe +goe +sor +snC +adJ +adJ +adJ +frK +frK +frK +frK +frK +amV +frK +eCs +wRe +oPO +frK +oPO +oPO +jJa +frK +rkZ +nfA +adJ +adJ +adJ +adJ +vce +kEm +ebn +nUG +kIj +lqs +lMX +xbg +jkl +ciP +eIq +tqf +imy +lkA +lkE +wvf +vQp +atn +lkE +lkA +ciP +ciP +nNZ +ciP +ciP +ciP +ciP +lwp +lwp +ciP +ciP +ygE +bGg +bAK +hSM +ciP +ciP +ciP +ciP +ciP +xJN +iQA +ciP +ciP +ciP +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(34,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +mvf +tJz +tJz +tJz +mvf +tJz +tJz +tVB +fID +ffJ +wIp +eDl +eDl +eDl +eDl +eDl +eDl +eDl +wOF +eDl +eDl +eDl +vxx +fnU +vef +tWq +jtX +qYQ +jtX +kWj +auQ +nGr +oah +nGr +nXD +rrb +fnU +wNr +gHP +srn +srn +srn +srn +srn +srn +vru +lWU +pUk +tJz +mlS +mlS +tJz +tJz +tJz +tJz +tJz +lPt +lPt +lys +hCi +urf +urf +qah +lPt +hLH +nGz +fxM +lkU +lkU +lkU +fxM +fxM +fxM +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +mvf +mvf +mvf +mvf +mvf +gHo +tJz +tJz +mlS +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rtA +rtA +rtA +rzI +rQX +jie +jie +jie +bYr +rzI +egO +egO +rzI +dPH +dPH +cxO +egO +egO +egO +sUd +gYi +egO +gYi +ued +qBC +goe +goe +goe +goe +goe +goe +sor +snC +adJ +adJ +adJ +adJ +frK +oiH +vNx +iXE +oPO +mmu +frK +orV +orV +frK +oPO +uNx +uNx +eCs +frK +frK +adJ +adJ +adJ +adJ +vce +oFQ +ebn +kyX +kIj +lqs +tGx +tGx +ebn +ciP +ciP +ciP +ciP +ciP +ciP +ciP +hyJ +ciP +ciP +ciP +ciP +mBs +iqn +iNh +kVz +vst +wIR +vGQ +mLp +pJj +ciP +fOd +bGg +bAK +hSM +ciP +tNq +bem +ePy +kIl +vIu +vIu +lvM +tNq +dXq +bsB +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(35,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +mvf +tJz +mvf +tJz +tJz +tJz +tJz +tJz +tJz +ebz +wIp +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +vxx +fnU +gOQ +tCJ +haI +jsg +ivS +ala +qsk +ovP +haI +jsg +gFk +gOQ +fnU +fnU +rJW +eJs +tHS +ijR +oRq +eSO +vru +vwn +uOx +fnU +lAC +tJz +mlS +mlS +tJz +chQ +tJz +lPt +lPt +siY +hCi +urf +mNX +kfk +qah +lPt +hLH +lqw +fxM +ltd +sQD +ltd +fxM +gty +fxM +fxM +tJz +tJz +mlS +mlS +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +tJz +tJz +mlS +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +rzI +rzI +rzI +otb +oVq +oVq +lpN +eNK +ptx +ptx +tla +dai +rzI +egO +egO +rzI +hQW +hQW +cxO +rZT +egO +gNs +sUd +egO +egO +egO +rzI +snC +goe +goe +goe +goe +goe +goe +sor +snC +adJ +adJ +adJ +adJ +frK +lyW +vNx +azN +oPO +kxw +frK +oPO +oPO +frK +aFb +etr +niG +jIb +frK +rkZ +nfA +adJ +adJ +adJ +wjg +hLg +ebn +ahi +kIj +lqs +lqs +lqs +suH +ciP +wem +wem +gbQ +sii +vIu +wjv +vIu +vIu +giW +jLd +ciP +iqn +iqn +eSd +aCG +aCG +hPF +ini +ini +fqC +ciP +obi +bGg +bAK +hSM +ciP +uVO +vIu +dJI +hCC +pPs +vIu +alg +xeh +cjj +vYY +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(36,1,1) = {" +sLM +sLM +sLM +tJz +mvf +mvf +mvf +mvf +tJz +tJz +mvf +tJz +fti +tJz +fID +fAu +wIp +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +vxx +fnU +gOQ +ocR +ovP +dJp +ovP +dJp +ovP +nRS +jsg +nRS +mpq +gOQ +gOQ +tpc +srn +eXq +vgC +aad +rvd +nby +srn +fnU +fnU +fnU +lAC +tJz +tJz +tJz +tJz +tJz +tJz +fxM +jvO +hCi +urf +urf +pwc +sdJ +qah +lPt +hLH +nGz +fxM +ltd +lkU +lkU +fxM +gty +gty +fxM +tJz +chQ +fti +tJz +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +mvf +mvf +mvf +mvf +tJz +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +fmq +rzI +fmq +rzI +otb +oVq +mkt +rzI +lsI +lsI +egO +cOO +vbN +rzI +egO +xCL +rzI +nFt +nFt +cxO +wwo +egO +vvl +nbz +kvF +egO +kvF +rzI +snC +goe +goe +goe +goe +goe +goe +dYP +snC +adJ +adJ +adJ +adJ +frK +frK +eCs +lFa +oPO +hyf +frK +wRe +xCA +frK +oPO +oPO +oPO +oPO +frK +rkZ +nfA +adJ +adJ +adJ +wjg +vHd +ebn +qjD +kIj +lqs +ebn +aVS +aVS +ciP +coE +wvq +iqn +iqn +jlm +jlm +jlm +iqn +vIu +mRK +ciP +iqn +kmN +hSb +hPF +aCG +aCG +scs +scs +scs +ciP +wjg +bGg +itk +wjg +ciP +exA +vIu +nHv +dRB +hbC +vIu +fhp +xIB +vIu +htP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(37,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +tJz +mvf +tJz +mvf +tJz +tJz +fID +ffJ +wIp +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +vxx +fnU +gOQ +tCJ +bcl +nlb +haI +jsg +haI +ovP +bcl +ovP +oEC +gOQ +gOQ +tpc +srn +rKA +iJD +onr +tsj +qKJ +srn +fnU +lAC +lAC +lAC +tJz +tJz +fti +tJz +tJz +tJz +fxM +eTS +urf +urf +urf +xPO +mlq +iKK +fxM +hLH +nGz +fxM +lkU +ltd +lkU +fxM +gty +gty +fxM +tJz +mlS +tJz +tJz +fnU +gOQ +njR +gXS +jrf +gXS +gXS +gXS +gXS +gXS +jrf +gXS +gXS +jrf +gXS +gXS +gXS +gXS +gXS +jrf +gXS +chA +gOQ +fnU +tJz +mvf +mvf +mvf +tJz +tJz +qPL +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +vqf +rzI +vqf +rzI +ymi +oVq +mZW +rzI +nIE +lsI +lsI +cOO +oCk +egO +egO +egO +rzI +cHT +cHT +cxO +egO +egO +lzl +rzI +xYL +egO +xKW +rzI +snC +goe +goe +goe +bTz +goe +goe +goe +snC +adJ +adJ +adJ +adJ +adJ +adJ +frK +rzq +xTE +axL +frK +oPO +oPO +frK +ljn +gxV +bGu +qNB +frK +frK +adJ +adJ +adJ +adJ +vce +hFn +ebn +xzq +kIj +lqs +aKR +lMX +hHu +ciP +jLd +iqn +jlm +jlm +wmB +sbJ +jMb +jlm +iqn +wvq +ciP +dBv +qCV +bUS +aCG +aCG +hPF +wKe +fgt +jNw +ciP +dAe +bGg +bAK +gUm +ciP +rBt +vIu +vIu +vIu +vIu +vIu +dJv +kpJ +vIu +jeH +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(38,1,1) = {" +sLM +sLM +sLM +sLM +tJz +mvf +mvf +mvf +tJz +mvf +tJz +tJz +tVB +tJz +fID +fAu +wIp +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +eDl +vxx +fnU +vef +wxU +don +mbQ +don +kFl +don +kFl +don +kFl +dgb +gOQ +fnU +fnU +hPK +wAF +gVv +kox +npy +hoH +srn +fnU +fnU +fnU +fnU +fnU +fnU +tJz +tJz +tJz +lPt +lPt +dcD +urf +urf +lBj +qST +rfO +uJu +fxM +hLH +nGz +fxM +lkU +lkU +ltd +fxM +fxM +fxM +nML +nML +tJz +tJz +mlS +fnU +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +fti +mvf +mvf +tJz +gHo +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +fur +rzI +fur +rzI +otb +oVq +mkt +rzI +lsI +lsI +lsI +cOO +rsy +wcd +egO +egO +rzI +rzI +rzI +ahg +egO +egO +jOx +sUd +egO +egO +egO +rzI +snC +snC +snC +snC +snC +snC +snC +snC +snC +adJ +adJ +adJ +adJ +adJ +adJ +frK +frK +frK +frK +frK +igF +vpt +frK +frK +frK +frK +frK +frK +adJ +adJ +adJ +adJ +adJ +vce +fas +ebn +kLu +kIj +lqs +lbm +vdd +toq +ciP +mRK +iqn +wmB +wmB +jMb +uCg +wmB +wmB +iqn +vIu +ciP +iqn +iqn +iqn +hPF +aCG +aCG +scs +scs +scs +ciP +lUm +bGg +vaw +tAO +bnn +vIu +vIu +vIu +vIu +vIu +vIu +vIu +vIu +vIu +vIu +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(39,1,1) = {" +sLM +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +vfU +bJO +pMf +pMf +pMf +pMf +pMf +pMf +pMf +pMf +pMf +pMf +pMf +ntK +fnU +gOQ +gOQ +gOQ +fYu +gOQ +gOQ +gOQ +gOQ +fYu +gOQ +gOQ +rrb +fnU +dar +gHP +vru +srn +vru +srn +srn +srn +srn +bgj +dfR +bnr +bnr +fnU +tJz +tJz +lPt +lPt +gpi +hCi +urf +urf +fGn +fxM +fxM +fxM +fxM +rFZ +cqX +fxM +fxM +fxM +fxM +fxM +lwu +ezD +wgM +nML +nML +tJz +mlS +fnU +vef +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +rrb +fnU +tJz +tJz +mvf +mvf +tJz +chQ +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +vqf +bTy +dTG +rzI +otb +nEU +oVq +rzI +lsI +lsI +lsI +cOO +umW +oCk +egO +egO +rzI +slQ +slQ +cxO +ktP +egO +egO +sUd +kvF +egO +kvF +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +aXt +abo +abo +aXt +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +wjg +lLw +ebn +jWb +lqs +lqs +aKR +fOj +prs +ciP +lug +pSf +bof +pIs +iiq +dvm +eAh +sbJ +iqn +vIu +san +iqn +iqn +iqn +aCG +aCG +hPF +ini +ini +dZA +ciP +dkW +bGg +bAK +sQL +ciP +nGB +qdx +kGC +vIu +tQU +ciP +ciP +dRm +vIu +tUV +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(40,1,1) = {" +sLM +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +lAC +lAC +vfU +vfU +gRN +gRN +gRN +gRN +gRN +gRN +gRN +gRN +gRN +gRN +gRN +vfU +fnU +gOQ +gOQ +fVu +fnU +gOQ +gOQ +gOQ +tCr +fnU +gOQ +gOQ +fVu +fnU +aaU +gHP +dRR +xCo +rYA +mcR +srn +srn +srn +bgj +dfR +bnr +ujq +fnU +tJz +tJz +lPt +vDq +hCi +urf +urf +urf +nMt +fxM +iXp +gFH +gFH +tjz +vEJ +gFH +gFH +gFH +gFH +fxM +bCK +oTz +qDD +wfx +nML +mlS +tJz +fnU +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +chQ +mvf +mvf +tJz +tJz +mlS +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +xjk +dTG +vqf +rzI +rzI +rzI +rzI +rzI +lsI +lsI +lsI +cOO +umW +oCk +egO +egO +rzI +vcN +vcN +cxO +cje +egO +gNs +sUd +gYi +egO +gYi +rzI +sLm +azw +npf +oGQ +ouD +sZo +coe +nzJ +sJw +rxI +ddt +rzI +adJ +adJ +adJ +adJ +adJ +adJ +adJ +aXt +jIT +jIT +aXt +adJ +adJ +adJ +adJ +adJ +aXt +wjg +wjg +wjg +wjg +wjg +wjg +wjg +wjg +ofn +lqs +ebn +tGx +tGx +ciP +mRK +iqn +wmB +wmB +wmB +lLr +wmB +jMb +iqn +vIu +ciP +iqn +iqn +iqn +hPF +aCG +aCG +vRR +xle +ihB +ciP +qWG +bGg +bAK +fTv +xJN +soo +kCK +vIu +vIu +vIu +bsB +ciP +xOd +vIu +lwb +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(41,1,1) = {" +sLM +sLM +sLM +sLM +tJz +mvf +mvf +mvf +tJz +tJz +tJz +mlS +vrd +lAC +fnU +fnU +don +don +cuK +don +don +don +don +don +don +don +cuK +don +don +fnU +don +don +don +fnU +don +don +don +don +fnU +don +don +don +fnU +fnU +fnU +fnU +fnU +fnU +fnU +ios +nrC +fnU +fnU +fnU +bnr +bnr +fnU +pUk +pUk +fxM +oZO +urf +urf +urf +urf +lrX +fxM +hLH +gZH +wjw +wjw +qlp +wjw +bvE +urf +urf +fxM +lTh +oTz +oTz +gyr +fxM +pUk +pUk +fnU +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tJz +esh +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +xjk +vqf +rzI +rzI +mLN +fdF +fdF +rzI +lsI +lsI +lsI +cOO +umW +oCk +egO +xCL +rzI +gdf +gdf +cxO +egO +egO +fNX +rzI +egO +egO +egO +rzI +bNX +fiW +egO +fiW +esG +fiW +bNX +fiW +egO +fiW +esG +rzI +aXt +aXt +aXt +aXt +aXt +aXt +aXt +aXt +jIT +jIT +aXt +aXt +aXt +aXt +aXt +aXt +aXt +hYu +ekd +iXU +wjg +ybP +oDv +fiP +wjg +eId +lqs +lqs +lqs +suH +ciP +jLd +iqn +hFE +hFE +jMb +sbJ +wmB +hFE +iqn +wvq +ciP +ciP +ciP +ciP +hKA +ejo +oWw +ciP +ciP +ciP +ciP +qWG +bGg +bAK +lUm +xJN +ePY +vIu +mwa +vIu +vIu +qAV +ciP +xeh +cjj +vYY +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(42,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +mlS +lAC +fnU +fnU +hxf +hxf +hxf +hxf +gOQ +gOQ +hxf +hxf +hxf +dts +hxf +hxf +hxf +gOQ +uCR +gOQ +gOQ +hxf +nCv +gbc +dts +hxf +gOQ +jVL +hxf +gOQ +gOQ +fnU +eSY +icT +oPQ +nFN +eXO +fnU +srn +srn +srn +mcR +fnU +bnr +bnr +dlt +eAg +gsF +fxM +tMG +urf +urf +lBj +lNI +bQj +fxM +hLH +nGz +fxM +fxM +fxM +fxM +fxM +tAH +tAH +fxM +pMO +oTz +wnX +iUu +fxM +vwW +vVY +dlt +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +mlS +tJz +oGr +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +vqf +vqf +gYI +mLN +uxt +uxt +cdn +rzI +lsI +lsI +lsI +cOO +aIg +wWJ +egO +egO +rzI +kfh +rbd +cxO +ltL +egO +xVf +nbz +kvF +egO +kvF +rzI +qyB +jwS +vsJ +ipb +qyF +okD +gwi +fbR +hXZ +jwS +hbp +rzI +kNM +jIT +gcV +axu +sEq +xwK +sEq +sEq +jIT +jIT +lVH +wct +xjf +wdy +xZY +voL +aXt +ebn +jwn +ebn +aic +mmG +tTm +nmP +wjg +iRb +lqs +lqs +aVS +aVS +ciP +pmg +wvq +iqn +iqn +hFE +hFE +hFE +iqn +vIu +mRK +wjg +qWG +avS +gUm +bGg +utP +bAK +iis +cCI +kSC +avS +qWG +bGg +bAK +vrQ +ciP +ejk +hoY +dJs +vIu +vIu +bsB +ciP +tNq +rYT +bsB +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(43,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +fnU +qkt +gXS +gXS +gXS +gXS +gXS +omf +ful +omf +omf +omf +gXS +slA +omf +omf +omf +omf +omf +omf +omf +jfm +gXS +gXS +rqQ +jIP +gqH +vDJ +rrb +fnU +sgp +ePf +ePf +hOo +hOo +fnU +srn +vru +vru +uln +fnU +bnr +bnr +dlt +eAg +vNQ +fxM +rEF +urf +urf +dKh +fxM +fxM +fxM +hLH +nGz +nML +sAR +bUU +bUU +rHF +oTz +oTz +fxM +lTh +oTz +oTz +qKB +fxM +iUy +vVY +dlt +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +fti +mvf +mvf +tJz +mlS +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +rzI +rzI +uxt +rzI +syo +rzI +rzI +nIE +lsI +lsI +cOO +oCk +egO +egO +egO +rzI +rdh +rdh +cxO +qdr +egO +bcg +sUd +nIY +gYi +hLN +sUd +bpY +kvF +kvF +kvF +kvF +kvF +kvF +kvF +kvF +kvF +qdF +rzI +mCp +jIT +jIT +wVR +jIT +jIT +jIT +jIT +jIT +jIT +gcV +aXt +sJA +xdA +kFG +jir +aXt +bxy +xik +rsV +wjg +dYf +tTm +nmP +wjg +ceM +lqs +lqs +wWB +wIW +ciP +mnV +mnV +dGC +oVH +vIu +sNZ +vIu +vIu +giW +jLd +wjg +cnR +xNn +dep +bGg +utP +bAK +eqp +cnR +uzd +pzc +qWG +bGg +bAK +vyM +ciP +ciP +ciP +ciP +cFW +ciP +ciP +ciP +ciP +ciP +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(44,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tVB +fID +mRk +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +oyT +qqR +sUZ +gOQ +fnU +hOo +hOo +ePf +xWX +ePf +ios +vru +vru +vru +mwf +fnU +bnr +bnr +dlt +eAg +ifC +fxM +iUA +urf +urf +dKh +fxM +odq +gFH +tjz +nGz +nML +lHj +mkf +bUU +rxh +oTz +oTz +fxM +vsO +oTz +oTz +ewa +fxM +gfN +vVY +dlt +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tJz +chQ +mlS +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +xpD +rXJ +rzI +baa +rzI +lld +fpZ +rzI +lsI +lsI +egO +cOO +vbN +rzI +ase +rzI +rzI +mfh +mfh +cxO +wbL +egO +bcg +sUd +gYi +gYi +gYi +sUd +kcW +fjA +vsC +iJr +pzE +egO +fjA +lsn +vRn +oqn +bcg +rzI +oKA +xio +gcV +axu +gcV +jIT +mlw +dBG +bts +jIT +mGB +aXt +aXt +aXt +aXt +aXt +aXt +vce +wCx +vce +wjg +dYf +tTm +nmP +wjg +wjg +wjg +pDg +jom +wjg +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +wjg +iis +kNC +gUm +bGg +utP +bAK +sIy +cnR +avS +xLG +iis +bGg +bAK +dAe +ciP +uVO +ftU +bsB +oXh +xSN +gxh +oDM +qny +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(45,1,1) = {" +sLM +sLM +sLM +tJz +tJz +gHo +tJz +mvf +mvf +mvf +tJz +tVB +fID +nZX +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +iVu +ovP +keH +gOQ +fnU +lkx +fnU +lkx +fnU +rzF +fnU +vru +vru +vru +acA +fnU +eKa +mpv +fxM +fxM +fxM +fxM +fxM +fxM +pkq +fxM +fxM +uvv +urf +gZH +ggq +nML +eVk +mKA +bUU +rHF +oTz +brH +fxM +fxM +kuJ +kuJ +fxM +fxM +pUk +pUk +fnU +vef +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +rrb +fnU +chQ +mlS +mvf +mvf +tJz +tJz +tJz +mlS +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +iUn +lld +wOH +mLN +rzI +jEs +lld +rzI +rQX +jie +jie +pfz +dai +rzI +oVq +sny +rzI +mph +mph +cxO +biX +egO +bcg +sUd +kvF +kvF +kvF +sUd +kcW +uQl +fyW +iOx +nPU +egO +uQl +vPk +pur +ppn +bcg +rzI +bkK +fjI +lPi +axu +gcV +jIT +eux +tqv +fvf +jIT +gcV +gcV +gcV +lVH +gcV +gcV +aXt +iZU +iZU +iZU +wjg +dYf +tTm +vEb +hfq +hfq +oDv +oGA +hfq +hfq +hfq +hfq +tzB +hfq +hfq +hfq +oDv +hfq +tzB +hfq +fiP +wjg +biq +biq +biq +olS +utP +gBI +biq +biq +biq +biq +biq +olS +vaw +tAO +bnn +vIu +vIu +vIu +vIu +enR +kzT +aJf +ody +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(46,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +mvf +mvf +tVB +tVB +fID +nZX +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +tCJ +bcl +sUZ +gOQ +fnU +yaO +fnU +ffq +aXh +hAD +fnU +muB +saI +saI +muB +fnU +pUk +pUk +fxM +uEs +bvR +jyq +fxM +hjy +pPv +aFQ +fxM +oVv +urf +xEG +fxM +fxM +gKg +eHa +fxM +rHF +oTz +oTz +eqK +agH +oTz +oTz +vKu +nML +cSv +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tJz +tJz +oGr +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +trV +mqA +rzI +uxt +rzI +aek +ije +rzI +eNK +ptx +ptx +ptx +nhJ +rzI +oVq +kof +rzI +rzI +aZm +cxO +ero +egO +bcg +mVX +nHq +qeO +hHE +fFs +kcW +egO +egO +egO +egO +egO +egO +egO +egO +egO +bcg +rzI +fQN +qZI +wwl +axu +gcV +jIT +sdG +oTS +fvf +jIT +jIT +jIT +jIT +jIT +jIT +jIT +sKC +iZU +iZU +iZU +wBS +mmG +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +cgs +qbw +utP +utP +utP +utP +utP +utP +utP +utP +utP +utP +utP +utP +bAK +gUm +bFq +vIu +vIu +vIu +vIu +vIu +vIu +vIu +tPg +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(47,1,1) = {" +sLM +sLM +tJz +tJz +mvf +mvf +tJz +mvf +mvf +mvf +tVB +tVB +fID +nZX +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +xSx +tsc +oju +gOQ +fnU +fnU +fnU +fnU +fnU +fnU +fnU +fnU +dfR +dfR +fnU +fnU +tJz +tJz +fxM +ptF +qwC +mtH +lfl +iCF +fyD +mhk +lPt +bQR +urf +nGz +nML +aey +bUU +bUU +hii +lci +oTz +oTz +oTz +oTz +oTz +oTz +mMv +nML +aLl +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tPk +tJz +gJu +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +rzI +rzI +syo +rzI +rzI +rzI +rzI +rzI +rzI +uWb +rzI +rzI +rzI +ifN +oVq +wJf +rzI +rXi +cxO +egO +egO +eUA +rzI +oXo +gyW +xCL +rzI +kcW +xYI +hXq +bai +kUR +egO +gxy +hfJ +ulG +fhh +bcg +rzI +oKA +auK +gcV +axu +gcV +jIT +fRK +dsp +fvf +jIT +gcV +gcV +gcV +gcV +gcV +gcV +aXt +iZU +oqs +iZU +wjg +qUN +nfj +jYJ +iIC +nfj +nfj +nfj +nfj +nfj +nfj +dZF +nfj +nfj +jYJ +tTm +tTm +tTm +tTm +tTm +nmP +wjg +rIg +rIg +rIg +rIg +rIg +tIT +rIg +rIg +rIg +rIg +rIg +sHJ +bAK +cnv +ciP +rVq +vIu +kfS +vIu +vIu +vIu +hCC +vIu +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(48,1,1) = {" +sLM +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +tJz +jfw +tVB +fID +mRk +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +tCJ +vUB +gVh +gOQ +fnU +wMN +plv +oiT +iAT +vJf +fnU +bjf +mEk +jLT +bjf +fnU +tJz +tJz +fxM +aDC +urf +mtH +lfl +iCF +cuu +mhk +lPt +hLH +urf +nGz +nML +wwK +mkf +bUU +xhl +lci +oTz +oTz +oTz +oTz +oTz +oTz +sOr +nML +nSN +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +fti +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +dEs +ije +rzI +gGZ +doH +pLC +vMs +rzI +fxn +ofW +ppK +ofW +ppK +ase +oVq +oVq +jvf +rzI +aZm +cxO +egO +egO +tuh +rzI +kvF +gyW +kvF +rzI +kcW +aGS +wxg +bSb +ilH +egO +isB +qPs +rtC +qZz +bcg +rzI +mCp +jIT +jIT +wVR +jIT +jIT +lrT +jEd +vYl +jIT +mcw +aXt +axu +axu +axu +aXt +aXt +mPw +mPw +mPw +mPw +yfH +eyC +gHF +eGT +eyC +ttZ +mPw +mPw +mPw +mPw +mPw +nKi +sNm +dYf +tTm +asN +jAC +sLl +tTm +nmP +wjg +iis +eqp +jnz +jnz +iis +hgx +iis +kNC +dep +wmI +gUm +bGg +bAK +gXu +hdx +joz +hVA +vuV +vIu +vIu +whl +rla +whl +ciP +ciP +mrc +mrc +mrc +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(49,1,1) = {" +sLM +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +tJz +tJz +tVB +fID +nZX +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +jud +lnr +bUd +rrb +fnU +cDl +plv +ryx +gZt +tWa +fnU +qNs +mEk +dPy +maY +fnU +tJz +fti +lPt +hdC +qwC +mtH +lfl +iCF +fKd +mhk +lPt +hLH +gZH +ggq +nML +eVk +mKA +bUU +lxO +lci +oTz +vjA +fxM +fxM +tHa +tHa +fxM +fxM +aHv +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tJz +mlS +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +ifc +mLN +syo +aVm +uxt +uxt +dVH +hkd +ppK +ppK +ppK +ppK +ppK +rzI +gYq +qID +koQ +rzI +vyz +uNn +gYi +cmL +aCJ +rzI +gYi +gyW +gYi +rzI +nIY +gYi +cmL +gYi +gYi +egO +gYi +gYi +cmL +gYi +hLN +rzI +kNM +jIT +gcV +axu +gcV +jIT +jIT +jIT +jIT +jIT +gcV +axu +kNM +oKA +blA +lPi +aXt +jSP +dhe +gQK +mPw +mPw +mPw +mPw +mPw +mPw +mPw +mPw +eaV +bxj +oWC +mPw +mPw +mPw +dYf +tTm +mjE +jAC +izO +tTm +nmP +vce +cEC +cnR +cnR +vYp +pXu +hgx +cnR +qWG +eNO +jnz +kNC +bGg +bAK +ghz +hdx +pNq +aUl +leS +vIu +tQU +bFq +ciP +ciP +ciP +oBl +dRH +tDK +dRH +gyy +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(50,1,1) = {" +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +mvf +tJz +tVB +fID +nZX +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +nwV +vVI +mvw +mvw +vVI +fnU +wXs +plv +cHl +gZt +wkj +fnU +xfp +mEk +jLT +oTB +fnU +iyK +tJz +lPt +hNH +hIe +lTL +fxM +iCF +fyD +ncI +fxM +hLH +nGz +fxM +fxM +kqr +npT +ogO +bJW +kPK +oTz +oTz +fxM +ros +cNm +cNm +bfb +nML +cSv +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +gHo +mvf +mvf +tJz +oGr +chQ +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +oLo +aek +rzI +fKN +qVd +nOa +rDS +rzI +ppK +ppK +ppK +ppK +taV +rzI +hDe +lKp +hDe +rzI +rzI +rzI +rzI +rzI +rzI +rzI +sUd +ubX +sUd +rzI +phh +phh +nbz +qdF +bpY +tVU +qdF +bpY +nbz +phh +phh +rzI +aXt +aXt +aXt +aXt +mvD +jIT +uLK +joQ +uLK +jIT +jIT +wVR +jIT +jIT +tMn +rat +aXt +fTn +sze +vrL +jEY +jEY +eWc +gSm +dhe +pFo +wCN +eDP +ujO +aBP +oWC +oWC +oWC +mPw +dYf +tTm +nZe +jAC +xqG +tTm +nmP +vce +jnz +jnz +jnz +dAe +cnv +hgx +cnR +wex +jnz +cnR +oyw +bGg +bAK +dep +ciP +bQz +fyv +oMN +vIu +vIu +wuX +fIS +bsB +ciP +heI +iIH +dVK +iIH +iuT +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(51,1,1) = {" +sLM +tJz +tJz +mvf +mvf +tJz +mvf +mvf +tJz +mvf +tVB +tVB +fID +nZX +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +fnU +pUk +pUk +pUk +pUk +fnU +vJf +pUQ +dCB +pUQ +srn +fnU +kEs +mEk +jLT +qIZ +fnU +tJz +tJz +fxM +fxM +lgV +xWi +fxM +paM +pXM +xis +fxM +fsg +nGz +nML +mjQ +miA +bbA +crr +mpO +cgm +uJB +gWM +fxM +xqe +vQD +bqr +lOi +nML +nSN +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +rrb +fnU +tJz +chQ +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +jRW +ppK +ppK +ppK +uST +rzI +dZq +kXT +rki +rzI +bpY +egO +qdF +fsO +bcg +dXf +bpY +gyW +qdF +dXf +kcW +bcg +eCC +kcW +bcg +tVU +kcW +bcg +eCC +kcW +bcg +rzI +gAD +gAD +gAD +aXt +gcV +jIT +jIT +jIT +jIT +jIT +gcV +axu +gcV +gcV +gcV +bkK +aXt +pFo +sze +dSq +lbN +lvJ +eWc +dzW +dzW +dzW +wCN +gnc +ujO +aBP +lby +lby +gns +mPw +gfV +tTm +aVM +eyC +aVM +tTm +nmP +vce +jnz +kNC +gXu +ozy +enr +xfQ +bkV +hfb +ddB +blX +qWG +bGg +bAK +ntU +hdx +vud +kCK +oOA +vIu +vIu +vIu +hCC +vYY +ciP +lum +klr +dff +wsH +iFp +mrc +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(52,1,1) = {" +sLM +tJz +tJz +tJz +mvf +mvf +tJz +mvf +mvf +mvf +tJz +tVB +fID +iyT +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +lrc +dlt +ovP +ovP +ovP +ovP +cji +rJo +rJo +rJo +rJo +rJo +xie +rJo +kFg +vPu +wXx +pUk +tJz +tJz +lPt +kvk +urf +ata +mzp +vQD +xYk +bqr +cYE +urf +nGz +nML +szK +wOm +cZH +pSO +gVQ +odA +nnO +apf +fxM +hFV +rex +xpi +nkW +nML +oxa +reD +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +mlS +mvf +mvf +tJz +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +epd +tkC +lXa +rzI +cWN +kmE +wml +rzI +qQI +ppK +ppK +ppK +ppK +tzm +kXT +kXT +kXT +txg +egO +sUd +egO +egO +egO +sUd +egO +lzG +bSH +oQk +bSH +bSH +byf +bcg +kcW +tVU +bcg +kcW +egO +egO +egO +dPI +mHs +lSE +ktL +lvS +jIT +jIT +mlw +dBG +bts +jIT +nui +aXt +axu +axu +axu +aXt +aXt +qyS +sqr +mcs +oge +fFM +eWc +dzW +dzW +dzW +wCN +jLA +ujO +aBP +gns +slU +ava +mPw +dYf +tTm +sKF +fYj +sKF +tTm +nmP +vce +jnz +iUL +qWG +xRB +bGg +wXP +bAK +iIw +jnz +eXA +blX +bGg +bAK +tVo +hdx +xIB +vIu +vYY +vIu +vIu +kuW +xIN +fad +ciP +wmd +nUw +xel +nMj +iFp +mrc +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(53,1,1) = {" +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +mvf +tJz +tVB +fID +nZX +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +dlt +ovP +ovP +ovP +ovP +cji +nbn +nbn +nbn +bRD +hiV +nbn +vYw +nGl +hSN +oRl +pUk +tJz +tJz +lPt +kvk +urf +ata +mzp +tsK +meG +fbJ +cYE +urf +nGz +nML +bpw +inv +rlk +oea +yaB +wrP +avl +apf +fxM +eUn +rex +xpi +tBT +nML +oxa +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +fti +mvf +mvf +tJz +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +tJM +tJM +tJM +rzI +lwI +lwI +lwI +rzI +sIP +ppK +ppK +ppK +ppK +rzI +kXT +kXT +kXT +rzI +nIY +egO +hLN +ekx +bcg +pWr +nIY +egO +hLN +pWr +kcW +bcg +cNn +kcW +bcg +tVU +kcW +bcg +qvO +kcW +bcg +rzI +tHw +gAD +jBE +aXt +gcV +jIT +cIw +may +fvf +jIT +gcV +axu +gcV +gcV +gcV +bkK +aXt +ybO +sqr +sqr +sqr +tAT +mpP +sxS +sxS +sxS +vqS +gBL +sVT +aBP +eRf +eRf +gns +mPw +dYf +tTm +aVM +eyC +aVM +tTm +wra +wjg +jnz +qWG +qWG +mjx +hCS +rIg +oYc +pIZ +weC +qWG +avS +bGg +bAK +hWn +bFq +vIu +vIu +vIu +vIu +vIu +xrP +vyv +aIF +ciP +rSG +nUw +gNy +nMj +lGX +mrc +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(54,1,1) = {" +sLM +tJz +tJz +tJz +tJz +mvf +mvf +tJz +mvf +tJz +tVB +tVB +fID +mRk +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +fnU +pUk +pUk +pUk +pUk +fnU +wgp +srn +vJf +tdd +jLT +fnU +dlQ +wZM +tls +dlQ +fnU +tJz +tJz +fxM +fxM +lgV +gvI +fxM +vwT +pPv +dyK +fxM +pKg +nGz +nML +ohV +eFN +nSk +qbl +tJr +lWx +xdN +hJt +fxM +aDj +tsK +fbJ +pag +nML +cSv +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +rrb +fnU +tJz +tJz +mvf +mvf +tJz +mlS +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +eYa +egO +snm +rzI +snm +egO +eYa +rzI +rzI +ppK +ppK +rzI +rzI +rzI +rzI +rzI +rzI +rzI +kvF +egO +kvF +rzI +rzI +rzI +sUd +sUd +sUd +rzI +phh +phh +fLp +hLN +nIY +tVU +hLN +nIY +nbz +phh +phh +rzI +axu +oXz +axu +aXt +mvD +jIT +sdG +non +fvf +jIT +jIT +wVR +jIT +jIT +tMn +raC +aXt +djm +jEY +jEY +nHy +rhX +lol +sWC +ljx +wgR +wCN +sDS +eWc +evU +hcA +hcA +toV +qqL +mmG +tTm +asN +jAC +sLl +tTm +nmP +vce +jnz +owo +jnz +kKX +cUU +lUm +jnz +iis +cnR +sZy +jnz +bGg +toU +pmc +bnn +vIu +vIu +vIu +vIu +vIu +vIu +kCK +vYY +ciP +wNB +nzr +wNB +nzr +wNB +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(55,1,1) = {" +sLM +tJz +tJz +tJz +mvf +tJz +tJz +mvf +tJz +mvf +tJz +tVB +fID +nZX +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +fmQ +psX +rnW +rnW +rnW +fnU +tYt +srn +srn +mEk +suT +fnU +ltU +soz +jfZ +pOV +fnU +tJz +iyK +lPt +hNH +bvR +jyq +fxM +iCF +fyD +ncI +fxM +hLH +nGz +fxM +fxM +bRF +eEu +oKL +vqP +vqP +oTz +oTz +fxM +ros +cNm +cNm +bfb +nML +nSN +gOQ +gOQ +gOQ +tou +qPk +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +chQ +mvf +mvf +tJz +tJz +mlS +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +mgU +rzI +rzI +rzI +mgU +rzI +rzI +rzI +ppK +ppK +eXF +arH +tso +tso +tso +tso +rzI +gYi +egO +gYi +rzI +bpY +uUz +kvF +egO +kvF +uUz +kvF +kvF +sen +kvF +kvF +egO +kvF +qdF +ajl +xfI +xfI +rzI +kQT +cJs +alC +aXt +gcV +jIT +fRK +kYy +fvf +jIT +gcV +axu +kNM +oKA +blA +lPi +aXt +sci +jEY +jEY +dYh +lcf +lol +hNd +rOg +tQc +fEC +gFF +eWc +eWc +eWc +eWc +bgR +mPw +dYf +tTm +mjE +jAC +izO +tTm +nmP +vce +jnz +eqp +qWG +ghz +fkM +ghz +qWG +vrQ +jnz +xey +jnz +bGg +bAK +kEN +ciP +exA +xxA +bsB +oXh +tca +gzd +cxV +bsB +ciP +joW +ciP +wNB +ciP +kom +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(56,1,1) = {" +sLM +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +tVB +tVB +fID +nZX +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +hLd +kcQ +gqH +xyp +tLW +fnU +jpY +uwa +jkN +mEk +jLT +fnU +koA +nwi +atT +hMQ +pUk +tJz +fti +lPt +oHW +qwC +mtH +lfl +iCF +rrO +mhk +lPt +hLH +vEJ +bLl +nML +eVk +faa +bUU +lxO +lci +oTz +brH +fxM +fxM +qyb +qyb +fxM +fxM +aHv +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +hDe +egO +oVq +egO +hzD +egO +oVq +egO +bcb +rzI +ppK +ppK +ppK +cYK +lSy +lSy +gQn +tso +rzI +egO +egO +egO +rzI +kcW +uHD +kZq +pfg +egO +rsG +rTT +hxQ +gyW +egO +egO +egO +egO +bcg +xfI +xfI +xfI +rzI +eOl +cHj +eOl +peR +jIT +jIT +lrT +jEd +vYl +jIT +nui +aXt +axu +axu +axu +aXt +aXt +vzK +jEY +jEY +oge +gUX +lol +tJG +dZG +pNe +wCN +fGH +eWc +xVe +gue +gue +fRg +qqL +mmG +tTm +nZe +jAC +xqG +tTm +nmP +wjg +vce +vce +wjg +vce +vce +vce +wjg +vce +vce +vce +wjg +tTm +rbJ +wjg +ciP +ciP +ciP +ciP +dUF +ciP +ciP +ciP +ciP +ciP +yaR +ciP +kJT +ciP +ciP +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(57,1,1) = {" +sLM +tJz +tJz +mvf +tJz +tJz +tJz +mvf +mvf +tJz +jfw +tVB +fID +nZX +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +fAH +fTe +epF +hxf +fnU +lRu +vru +iiw +mEk +bnr +ldu +nwi +fTl +vuE +aSV +pUk +tJz +tJz +fxM +aDC +urf +mtH +lfl +iCF +xRf +mhk +lPt +hLH +urf +nGz +nML +nNU +mkf +bUU +wPj +lci +oTz +oTz +oTz +oTz +oTz +oTz +liW +nML +cSv +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +gHo +tJz +mvf +mvf +tJz +mlS +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +hDe +egO +oVq +egO +oVq +egO +oVq +egO +ozU +rzI +ppK +ppK +ppK +ycd +sIP +qDb +pRe +arH +rzI +kvF +egO +kvF +rzI +kcW +qno +huj +qDr +egO +uBy +wYC +pNp +oSM +nGp +egO +egO +egO +fKU +pju +pju +pju +rzI +mLE +eOl +hdP +aXt +gcV +jIT +jIT +jIT +jIT +jIT +gcV +axu +kNM +oKA +blA +lPi +aXt +ybO +sqr +sqr +sqr +ipI +ink +gWg +gWg +gWg +vqS +kkQ +ikT +aBP +lby +lby +gns +mPw +dYf +tTm +tTm +tTm +tTm +tTm +vEb +hfq +hfq +hfq +tzB +hfq +hfq +hfq +oDv +hfq +hfq +hfq +tzB +oGA +oGA +iJu +ciP +nVy +dhi +ajW +vIu +eSA +hIH +ciP +ciP +rbf +jyu +jsW +vIu +jsW +pJD +wig +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(58,1,1) = {" +sLM +sLM +tJz +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tVB +fID +mRk +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +sFZ +hXC +tEM +hxf +fnU +jAn +srn +nHx +mEk +jLT +fnU +nUA +pxW +fbq +onL +fnU +tJz +tJz +fxM +avN +qwC +mtH +lfl +iCF +fyD +mhk +lPt +bQR +urf +nGz +nML +tvv +bUU +bUU +oOS +lci +oTz +oTz +oTz +oTz +oTz +oTz +fRY +nML +aLl +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +fti +mvf +mvf +tJz +tPk +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +mgU +rzI +rzI +iJb +egO +egO +rzI +rzI +qGL +ppK +ppK +ppK +ppK +ppK +ppK +uST +rzI +xYL +egO +xKW +nbz +ahg +egO +egO +egO +egO +egO +egO +egO +vQF +dXK +egO +egO +oTb +vKP +pju +pju +pcb +rzI +aXt +aXt +aXt +aXt +aXt +aXt +aXt +gcV +jIT +jIT +jIT +wVR +jIT +jIT +tMn +rat +aXt +qyS +sqr +mcs +jQq +txK +eWc +dzW +dzW +dzW +wCN +jLA +ujO +aBP +gns +slU +ava +mPw +gfV +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +cgs +kFm +vIu +vIu +vIu +vIu +vIu +tQU +ciP +esf +oXh +oXh +oXh +vIu +oXh +oXh +oXh +mVM +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(59,1,1) = {" +sLM +sLM +tJz +tJz +mvf +tJz +mvf +mvf +mvf +tJz +tJz +tVB +fID +nZX +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +siL +rtJ +sUZ +dts +wkC +mNS +mNS +mNS +tOi +jdM +fnU +fnU +fnU +fnU +fnU +fnU +pUk +pUk +fxM +uEs +hIe +lTL +fxM +paM +pXM +tfn +fxM +uvv +urf +xEG +fxM +fxM +xcG +eHa +fxM +rHF +oTz +oTz +mZw +kjH +oTz +oTz +nyE +nML +nSN +gOQ +gOQ +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +chQ +mvf +mvf +tJz +tJz +tJz +mlS +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +eYa +egO +snm +rzI +fal +oVq +egO +rzI +fxn +ppK +ppK +ppK +ppK +ppK +ppK +ppK +ppK +rzI +egO +egO +egO +rzI +kcW +lEI +pON +wgc +egO +uiD +xka +sFj +eZF +qYl +egO +egO +bSJ +rAW +aIa +aIa +aIa +rzI +ftA +nZq +qsH +qsH +jIT +lHi +aXt +gcV +jIT +guV +mGB +axu +gcV +gcV +gcV +bkK +aXt +pFo +sze +dSq +lkZ +gxJ +eWc +dzW +dzW +dzW +wCN +gnc +ujO +aBP +eRf +eRf +gns +mPw +qUN +jYJ +iIC +nfj +nfj +nfj +hqL +hqL +nfj +nfj +dZF +nfj +hqL +nfj +nfj +nfj +hqL +dZF +nfj +teA +nfj +lRo +ciP +bQf +wem +wem +kKV +vIu +vIu +stR +vIu +vIu +vIu +vIu +vIu +vIu +vIu +vIu +oXh +ciP +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(60,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +mvf +mvf +tVB +tVB +fID +nZX +cyn +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +hxU +ovP +niY +hxf +fnU +muB +srn +srn +mEk +jmk +fnU +iDh +ovP +hXC +iDh +fnU +bDj +cWj +fxM +fxM +fxM +fxM +fxM +fxM +kkM +fxM +fxM +oVv +urf +vEJ +bLl +nML +eVk +faa +bUU +rHF +oTz +brH +fxM +fxM +kuJ +kuJ +fxM +fxM +pUk +pUk +fnU +vef +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +rrb +fnU +tJz +mlS +mvf +mvf +tJz +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +arI +arI +arI +rzI +gnX +bew +egO +qZh +ppK +ppK +ppK +xeT +ppK +ppK +ppK +ppK +ppK +rzI +kvF +egO +kvF +rzI +kcW +eJx +qnB +vFG +egO +bsz +spM +aMJ +eZF +qYl +egO +egO +bSJ +rAW +aIa +aIa +aIa +rzI +uGs +eya +qsH +nfM +qsH +jIT +aXt +aXt +jnA +aXt +aXt +aXt +aXt +aXt +blk +aXt +aXt +fTn +sze +vrL +jEY +jEY +eWc +pUu +dhe +pFo +wCN +eDP +ujO +aBP +oWC +oWC +oWC +mPw +fpM +gHF +eGT +noM +wjg +wjg +xZR +mJB +wjg +ciP +ciP +ciP +rBo +yiW +yiW +yiW +rBo +ciP +ciP +ciP +ciP +hhC +ciP +ciP +ciP +ciP +ofZ +vIu +wvq +ciP +ezT +oXh +oXh +vIu +vIu +yed +yed +yed +vIu +oXh +iIJ +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(61,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +mvf +tVB +tVB +fID +nZX +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +tCJ +bcl +sUZ +gOQ +fnU +sfM +srn +srn +mEk +mUc +fnU +iDh +ovP +hXC +iDh +fnU +bnr +bnr +dlt +eAg +ndi +fxM +qyR +urf +urf +sXM +fxM +dEp +wjw +pCf +nGz +nML +nNU +mkf +bUU +sPa +oTz +oTz +fxM +vsO +oTz +oTz +ewa +fxM +gAs +vVY +dlt +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tJz +chQ +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +izl +kTp +pez +rzI +hFJ +bew +egO +rzI +ppK +ppK +ppK +rzI +haC +haC +haC +haC +haC +rzI +gYi +egO +gYi +rzI +nIY +gYi +gYi +gYi +gYi +gYi +gYi +gYi +meb +qYl +egO +egO +bSJ +rAW +ngG +ngG +hqz +rzI +wTs +rZt +hfw +fiI +gFW +sgM +aXt +jIT +jIT +ieu +top +okd +lSE +lMs +lSE +lSE +aXt +jSP +dhe +qrf +mPw +mPw +mPw +mPw +mPw +mPw +mPw +mPw +lfR +fIv +oWC +mPw +mPw +mPw +wjg +wjg +wjg +wjg +wjg +cch +msp +msp +aNL +ciP +ciP +bkk +vIu +mLF +fVd +sMd +vIu +gFr +ciP +ciP +gAT +vIu +vIu +vIu +wNS +ciP +wem +vIu +jVl +ois +ofZ +oXh +vIu +vIu +yed +tAQ +hmI +dck +yed +vIu +tNq +iIJ +mrc +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(62,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +fnU +nCM +uKg +khe +hDK +hDK +uKg +uKg +uKg +hDK +hDK +khe +hDK +oUP +khe +hDK +khe +hDK +hDK +uKg +uKg +cWW +hDK +hDK +mjL +vpZ +cZG +aTN +rrb +fnU +lZQ +iiw +vJf +mEk +jLT +fnU +sZm +hXC +ovP +dlo +fnU +bnr +bnr +dlt +eAg +wSr +fxM +qyR +urf +urf +sXM +fxM +fxM +fxM +hLH +nGz +nML +tpj +bUU +bUU +rHF +oTz +oTz +fxM +lTh +oTz +oTz +gyr +fxM +bxA +vVY +dlt +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +kvd +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +rzI +rzI +rzI +gkv +imp +iJb +rzI +ppK +ppK +ppK +aKT +bep +bep +bep +bep +bep +rzI +egO +egO +xCL +rzI +rzI +jPg +rdp +mhu +egO +tDv +pZL +qZz +xOp +qYl +egO +egO +bSJ +rAW +ngG +ngG +ngG +rzI +uGs +bKs +qsH +nfM +qsH +jIT +srs +jIT +jIT +iWD +phM +aXt +aXt +aXt +aXt +aXt +gLU +mPw +goE +mPw +mPw +xWF +rSV +muV +tWc +lVm +qaw +fRz +fRz +fRz +fRz +fRz +ybP +hfq +hfq +oKN +oKN +kzz +qgV +jvG +msp +msp +ipH +ciP +bFx +iQa +vIu +vIu +vIu +vIu +vIu +iQa +deY +ciP +exA +vIu +vIu +vIu +kPc +ciP +gXY +vIu +kuU +ois +wem +oXh +vIu +rjW +tAQ +tAQ +vFR +tAQ +tAQ +vIu +oXh +bsB +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(63,1,1) = {" +sLM +sLM +sLM +sLM +bsh +tJz +chQ +tJz +mvf +mvf +tJz +tJz +lAC +fnU +fnU +klm +hxf +hxf +hxf +hxf +dts +hxf +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +gOQ +vRN +hxf +dts +vRN +hxf +gbc +gOQ +jLf +hxf +kni +hxf +gOQ +gOQ +fnU +rMi +veZ +srn +mEk +jLT +fnU +iDh +ovP +hXC +iDh +fnU +bnr +bnr +dlt +eAg +esp +fxM +bTM +urf +urf +vXw +eXc +qqi +fxM +hLH +nGz +fxM +fxM +fxM +fxM +fxM +tAH +tAH +fxM +pMO +oTz +wnX +iUu +fxM +gTz +vVY +dlt +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +mlS +mvf +mvf +tJz +sIG +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +adJ +adJ +rzI +rtA +rtA +rtA +rzI +sIP +dtg +sIP +rzI +bep +bep +bep +bep +bep +rzI +kvF +egO +kvF +bcb +rzI +wMG +uOi +nyK +nyK +nyK +wbu +bWW +xOp +qYl +egO +qfv +ghu +rAW +oTU +oTU +oTU +rzI +ftA +dTf +qsH +qsH +jIT +lHi +aXt +jIT +jIT +taW +xDl +aXt +fRz +fRz +oqS +oqS +cxH +luO +qaw +csP +ptT +jyE +jyE +enl +uRI +lVm +qaw +lnf +enl +bZY +nWf +fRz +mPk +tjO +iPE +kFy +sNl +hxM +ijd +jvG +msp +msp +ttK +ciP +oqI +iQa +poi +giW +aZq +bqV +ebd +iQa +oFG +ciP +lXd +wnB +pyG +wnB +wnB +ciP +ofZ +vIu +kBw +ciP +rhB +vIu +lWc +tAQ +oXh +oXh +qEr +oXh +oXh +vIu +vIu +oXh +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(64,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +vrd +lAC +fnU +fnU +jtX +jtX +vfs +jtX +jtX +jtX +jtX +jtX +jtX +jtX +vfs +jtX +jtX +fnU +vQE +vQE +fnU +jtX +jtX +jtX +fnU +xui +fnU +jtX +jtX +jtX +fnU +fnU +fnU +fnU +dfR +dfR +fnU +fnU +rVI +rVI +fnU +fnU +bnr +bnr +fnU +pUk +pUk +fxM +hMj +urf +urf +lBT +urf +xCV +fxM +hLH +vEJ +gFH +gFH +fah +gFH +xtU +urf +urf +fxM +lTh +oTz +oTz +qKB +fxM +pUk +pUk +fnU +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +adJ +adJ +adJ +adJ +adJ +rzI +hDe +hDe +hDe +rzI +ouY +mnN +nsV +pSp +xld +rzI +gYi +egO +gYi +vry +rzI +icd +meK +blM +pTs +tnM +gsT +gIs +ijn +wEd +uPJ +drb +uPJ +rtm +aKW +aKW +aKW +rzI +aXt +aXt +xoz +aXt +aXt +aXt +aXt +jIT +jIT +dXE +kbj +aXt +fRz +oqS +oqS +cxH +cxH +gRY +uya +kKq +bsx +cYX +crM +mNy +lVm +qaw +nWa +jyE +jyE +nOE +enl +cxH +dYf +tjO +iIC +uYa +uYa +xYa +urp +jvG +msp +msp +ylp +ciP +jVU +iQa +poi +giW +foO +bqV +ebd +iQa +haN +ciP +rNH +wNB +roR +wNB +wNB +ciP +wem +vIu +jVl +ois +wem +oXh +doR +bRb +sXg +tAQ +wPy +sUj +tAQ +vIu +oXh +bsB +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(65,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +lAC +lAC +ikt +ikt +gKF +gKF +gKF +gKF +gKF +gKF +gKF +gKF +gKF +gKF +gKF +ikt +ikt +wqZ +wqZ +fnU +fnU +fnU +fnU +fnU +jYa +fnU +fnU +fnU +fnU +fnU +qEz +bLA +eim +dCq +sFl +mmT +hXC +ovP +ovP +bgj +dfR +bnr +ujq +fnU +tJz +tJz +lPt +qNi +wBu +lBT +lBT +wrt +vMi +fxM +eFF +wjw +wjw +pCf +gZH +wjw +wjw +wjw +wjw +fxM +bCK +oTz +xpk +oBa +nML +tJz +tJz +fnU +gOQ +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +gOQ +fnU +tJz +mlS +mvf +mvf +tJz +mlS +mlS +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +rzI +hDe +hDe +hDe +rzI +rzI +oXo +egO +egO +ozU +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +rzI +jvw +bEW +rzI +bEW +iOM +rzI +rzI +rzI +rzI +tRP +mad +wuV +gDW +knb +aXt +bsH +jIT +jIT +eKK +kbj +aXt +oqS +oqS +oqS +cxH +kBZ +qaw +gkE +wfX +hyv +jyE +jyE +wWO +lVm +qaw +tKh +jyE +jyE +jyE +ncb +cxH +dYf +tjO +cgs +tyo +bfH +wjg +wjg +cHz +msp +msp +gNJ +ciP +dKH +iQa +poi +gDu +nmM +rjR +ebd +iQa +dAF +ciP +tNq +aoq +crz +hJm +wNB +ciP +gXY +vIu +kuU +ois +ofZ +oXh +vIu +vIu +gnu +tAQ +sAM +tAQ +gnu +vIu +tNq +iIJ +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(66,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +mlS +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +ikt +fQz +rTf +rTf +rTf +rTf +rTf +rTf +rTf +rTf +rTf +rTf +rTf +cns +ikt +wqZ +wqZ +fnU +viA +viA +qCH +fLS +uRN +kns +qCH +viA +viA +fnU +lGp +hXC +ovP +ovP +ovP +ovP +hXC +hXC +hXC +bgj +dfR +bnr +bnr +fnU +tJz +chQ +lPt +lPt +dbJ +wBu +lBT +urf +eiJ +fxM +fxM +fxM +fxM +rFZ +cqX +fxM +fxM +fxM +fxM +fxM +qDx +xft +bEA +nML +nML +tJz +tJz +fnU +vef +tou +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +viA +aqq +rrb +fnU +tJz +mlS +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +kvF +egO +kvF +vkM +rzI +bnh +bnh +bnh +adJ +adJ +adJ +rzI +rzI +wFO +egO +vdr +egO +rSQ +rzI +rzI +rzI +rzI +ydP +wuV +wuV +ajc +oGx +aXt +boE +jIT +jIT +wkg +ieX +aXt +oqS +oqS +cxH +cxH +aCQ +qaw +gkE +nnM +tKh +jyE +muV +tWc +xoZ +qaw +tKh +jyE +jyE +jyE +muV +cxH +dYf +tjO +cgs +iwk +iwk +iwk +wjg +wjg +oFU +erp +wjg +ciP +hBN +iQa +poi +giW +foO +bqV +ebd +iQa +ccZ +ciP +ciP +ivK +hmX +vpQ +wNB +ciP +wem +vIu +wvq +ciP +sIJ +oXh +oXh +vIu +vIu +gnu +gnu +gnu +vIu +oXh +iIJ +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(67,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tVB +tJz +fID +uhJ +gTa +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +dWh +ikt +dJr +wqZ +fnU +viA +qCH +sOo +xSI +vCS +xSI +sOo +qCH +viA +fnU +jsR +hXC +hXC +hXC +hXC +lGp +ovP +hXC +fnU +fnU +fnU +fnU +fnU +fnU +tJz +tJz +tJz +lPt +lPt +wZv +urf +urf +vXw +bpL +nLl +rcE +fxM +hLH +nGz +fxM +lkU +lkU +lkU +fxM +fxM +fxM +nML +nML +tJz +tJz +tJz +fnU +gOQ +deV +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +uKg +mjL +gOQ +fnU +tJz +fti +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +gYi +egO +xKW +tPc +rzI +rzI +rzI +bnh +bnh +adJ +adJ +adJ +rzI +uBb +xIq +rzI +xIq +qRh +rzI +adJ +adJ +rzI +kpq +uVv +gay +smn +knb +aXt +nkS +jIT +jIT +dLA +phM +aXt +oqS +oqS +cxH +iwE +qaw +xUG +coB +mcM +shq +tKh +iqm +yjr +aRn +qaw +tKh +jyE +aDD +dOx +fRz +fRz +sNL +tjO +cgs +uss +wUK +fbg +wjg +wjg +qoX +icv +wjg +ciP +aJO +iQa +poi +giW +uVd +bqV +ebd +iQa +nls +ciP +lPq +iIH +iIH +iIH +iIH +ciP +ofZ +vIu +vIu +hka +vIu +vIu +vIu +vIu +vIu +vIu +vIu +vIu +oXh +ciP +iIJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(68,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +tVB +tJz +jrC +gTa +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +dWh +ikt +wqZ +wqZ +fnU +fnU +kns +kfn +vCS +gEl +vCS +tPC +kns +fnU +fnU +fnU +rVx +hXC +ovP +ovP +lGp +hXC +uXT +fnU +tJz +tJz +tJz +tJz +tJz +mlS +fti +tJz +tJz +fxM +wZv +urf +urf +urf +urf +xMa +ent +fxM +hLH +nGz +fxM +lkU +lkU +lkU +fxM +gty +gty +fxM +tJz +tJz +fti +tJz +fnU +gOQ +gOQ +vwR +gOQ +vwR +gOQ +gOQ +vwR +gOQ +gOQ +vwR +vwR +gOQ +gOQ +vwR +gOQ +gOQ +vwR +gOQ +vwR +gOQ +gOQ +fnU +tJz +tJz +mvf +mvf +tJz +gHo +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +rzI +kPY +kPY +kPY +qHy +bpY +coK +rzI +rzI +bnh +wDi +wDi +wDi +wDi +hlj +xzI +wDi +efX +dnW +wDi +wDi +adJ +rzI +aXt +axu +axu +axu +aXt +aXt +aAE +bFe +bFe +nHr +top +aXt +oqS +cxH +cxH +iwE +qaw +rsk +cWI +fbh +pQc +dsQ +mNy +vhm +qaw +tKh +jyE +crM +uyD +jyE +tKh +hvB +mmG +xWJ +cgs +udq +udq +udq +wjg +fpM +msp +msp +wEu +ciP +hva +iQa +vIu +vIu +vIu +vIu +vIu +iQa +sMe +ciP +uir +naQ +iIH +iIH +iIH +ciP +gXY +vIu +tQU +ciP +jEZ +oXh +oXh +oXh +vIu +oXh +oXh +oXh +wzW +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(69,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +tJz +mvf +mvf +mvf +tJz +mvf +fti +tJz +fID +utN +gTa +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +dWh +ikt +wqZ +wqZ +xVV +jYa +uRN +vCS +ceC +pMa +sPz +vCS +uod +gXs +lKs +ipn +hXC +hXC +hXC +lGp +hXC +ovP +ovP +fnU +fnU +fnU +tJz +mlS +chQ +tJz +mlS +tJz +tJz +fxM +gMN +wBu +urf +urf +lBT +urf +qbU +lPt +hLH +nGz +fxM +lkU +lkU +qfq +fxM +gty +gty +fxM +tJz +tJz +mlS +tJz +fnU +fnU +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +tDh +fnU +fnU +mlS +mvf +mvf +mvf +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +bnh +adJ +adJ +adJ +rzI +rzI +rzI +rzI +eGK +rzI +rzI +aJg +jOx +rpU +rzI +bnh +wDi +jOb +jOb +jOb +jOb +jOb +bRy +jOb +jOb +jOb +wDi +vEK +adJ +adJ +adJ +bnh +adJ +adJ +aXt +aXt +axu +axu +axu +aXt +aXt +oqS +cxH +tLy +qaw +tKh +eqX +fpx +euO +tKh +tKh +bSp +esk +qaw +tKh +ncb +bZY +hQe +jyE +tKh +nID +mmG +hbe +cgs +bfH +tyo +uMF +wjg +xhZ +msp +msp +kUt +ciP +ciP +aJW +oqd +kNp +xHA +mMa +clI +exT +ciP +ciP +jEZ +ioH +ksJ +kpJ +gAg +ciP +ofZ +vIu +tFD +ciP +ciP +tRg +ppy +jsW +eXk +jsW +wig +pJD +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(70,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +tJz +mvf +mvf +tJz +tJz +mvf +tJz +tJz +fID +uhJ +gTa +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +xOF +dWh +ikt +wqZ +wqZ +fnU +fnU +kns +kfn +vCS +gof +vCS +tPC +kns +fnU +fnU +fnU +pUk +pUk +pUk +pUk +lGp +ovP +ovP +hXC +pSB +fnU +tJz +tJz +tJz +tJz +tJz +tJz +tJz +lPt +lPt +lNa +wBu +lBT +lBT +wrt +lOr +lPt +hLH +vAq +fxM +lkU +lkU +lkU +fxM +gty +fxM +bFA +tJz +tJz +chQ +tJz +tJz +tJz +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +qvo +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +tJz +tJz +sIG +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +bnh +rzI +gCD +gwX +kXT +kXT +eqr +edj +vtC +egO +qcZ +ijD +bnh +wDi +jOb +jOb +jOb +jOb +jOb +jOb +jOb +jOb +jOb +mLO +hGn +adJ +adJ +adJ +bnh +adJ +adJ +adJ +bnh +adJ +adJ +adJ +bnh +adJ +oqS +cxH +iwE +gvk +tKh +sQc +wew +lav +tKh +tKh +gGN +jgl +tKh +tKh +etS +tKh +rpC +tKh +fRz +fRz +dYf +mRB +vEb +hfq +hfq +iJu +wRA +msp +jvG +jvG +jdv +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +ciP +ciP +xcl +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(71,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +tJz +mvf +mvf +tJz +mvf +tJz +tVB +tJz +fID +utN +gTa +xOF +xOF +xOF +xOF +xOF +xOF +xOF +ruD +xOF +xOF +xOF +dWh +ikt +dJr +wqZ +fnU +viA +qCH +sOo +jqw +vCS +jqw +sOo +qCH +viA +fnU +mkU +nHO +ovP +wBp +hse +ovP +hXC +ovP +ovP +pSB +pUk +tJz +tJz +mlS +mlS +mlS +tJz +tJz +tJz +lPt +lPt +sdf +wBu +lBT +urf +bSN +lPt +hLH +nGz +fxM +lkU +lkU +lkU +fxM +fxM +fxM +tJz +tJz +gHo +mlS +mlS +chQ +tJz +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tVB +tJz +tJz +tVB +tJz +tJz +tJz +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +rzI +gCD +gwX +kXT +kXT +kXT +ftD +wOt +egO +dHY +ijD +cXK +wDi +tak +jOb +jOb +jOb +jOb +jOb +jOb +jOb +umL +mLO +hGn +adJ +gcj +adJ +bnh +bnh +bnh +bnh +cXK +bnh +bnh +bnh +bnh +bnh +tZa +cxH +vvK +kQG +shq +rxS +uHz +siO +xwO +shq +rmd +nEQ +shq +shq +shq +shq +shq +shq +vki +fRz +cSQ +tsV +tjO +tjO +tjO +cgs +ivA +msp +msp +msp +iFa +uMr +eig +qZV +qZQ +uMr +bcD +aPO +lCN +bGE +sYX +rOs +sYX +fje +fGX +aPO +kXP +uMr +ybP +oGA +fiP +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(72,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +gHo +tJz +tJz +tJz +tJz +lAC +ikt +iCR +qvc +qZy +qvc +qvc +qvc +qvc +qvc +qvc +qvc +qZy +qvc +hHD +ikt +wqZ +wqZ +fnU +viA +viA +qCH +kns +uRN +kns +qCH +viA +viA +fnU +aDf +qAX +hXC +ovP +hse +ovP +ovP +hXC +lGp +uze +fnU +tJz +tJz +fWG +tJz +tJz +tJz +mlS +chQ +tJz +lPt +lPt +jMu +wBu +urf +lRi +fxM +hLH +nGz +fxM +lkU +lkU +lkU +fxM +fxM +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tVB +jfw +tVB +tVB +tJz +jfw +tVB +tVB +jfw +tJz +tVB +fti +tJz +tVB +tVB +jfw +tVB +tVB +tJz +tJz +mvf +kHk +mvf +mvf +tJz +gHo +tJz +tJz +chQ +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +bnh +rzI +gCD +gwX +kXT +kXT +abG +edj +rHh +egO +scg +ijD +bnh +wDi +jOb +jOb +jOb +jOb +jOb +jOb +jOb +jOb +jOb +mLO +hGn +adJ +adJ +adJ +bnh +adJ +adJ +adJ +bnh +adJ +adJ +adJ +bnh +adJ +oqS +cxH +mWW +qXN +tKh +kcc +vlP +mlo +tKh +tKh +vcm +wgH +tKh +tKh +unJ +tKh +noH +tKh +fRz +fRz +dYf +uYy +iIC +nfj +nfj +lRo +tqO +msp +jvG +jvG +jdv +uMr +jWM +vSF +maQ +uMr +kmr +xHZ +pAR +mUm +qLq +hXH +qLq +mUm +oZL +xHZ +tnT +uMr +dYf +tTm +nmP +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(73,1,1) = {" +sLM +sLM +sLM +sLM +tJz +chQ +mvf +mvf +mvf +tJz +tJz +tJz +mlS +mlS +lAC +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +qyK +ikt +ikt +ikt +ikt +ikt +wqZ +wqZ +fnU +fnU +fnU +fnU +fnU +ovu +fnU +fnU +fnU +fnU +fnU +pUk +pUk +mUz +ovP +mzs +ovP +lcH +hXC +ovP +ovP +fnU +tJz +mlS +tJz +tJz +tJz +tJz +mlS +mlS +fti +tJz +lPt +lPt +lXe +mws +qeR +fxM +tjz +vEJ +fxM +lkU +lkU +fxM +fxM +tJz +tJz +mlS +tJz +tJz +mlS +chQ +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +mvf +tJz +tJz +mvf +mvf +mvf +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +bnh +adJ +adJ +adJ +rzI +rzI +rzI +rzI +pZC +rzI +rzI +msE +gNs +hWg +rzI +bnh +wDi +jOb +jOb +jOb +jOb +jOb +vXk +jOb +jOb +jOb +wDi +ncH +adJ +adJ +adJ +bnh +adJ +adJ +osb +uJb +uJb +uJb +uJb +uJb +osb +oqS +cxH +gva +qaw +tKh +eqX +mED +twY +tKh +tKh +jAU +lDj +qaw +tKh +ncb +bZY +hQe +jyE +tKh +hvB +mmG +kZP +cgs +cGH +bfH +uMF +wjg +cib +msp +msp +wEu +uMr +sjW +mAl +cTP +uMr +sZj +rDY +rfp +osj +ryr +xIy +ryr +oCn +myQ +rDY +pUp +uMr +dYf +tTm +nmP +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(74,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +mlS +tJz +vrd +lAC +lAC +tJz +tJz +tRZ +tJz +tJz +ikt +drf +wqZ +cDe +ikt +tJz +iyK +ikt +wqZ +wqZ +ikt +tJz +tJz +tJz +ikt +wqZ +ikt +tJz +tJz +tJz +tRZ +tJz +pUk +pUk +pUk +pUk +pUk +pUk +fnU +jyU +jyU +fnU +tJz +tJz +mlS +chQ +mlS +tJz +tJz +tJz +tJz +tJz +tJz +lPt +fxM +fxM +fxM +fxM +ljl +ljl +fxM +fxM +fxM +fxM +tJz +tJz +tJz +fti +tJz +tJz +chQ +tJz +tJz +gHo +mvf +mvf +tJz +mvf +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +wyx +vVM +dLC +rzI +dqd +rUz +rzI +rzI +bnh +wDi +wDi +wDi +wDi +wDi +wDi +wDi +wDi +wDi +wDi +wDi +adJ +osb +osb +osb +osb +osb +osb +osb +wRC +ixG +wRC +ixG +wRC +osb +oqS +cxH +cxH +ezj +qaw +nNB +dON +mcM +pQc +dsQ +uQp +lDj +qaw +tKh +jyE +crM +ixm +jyE +tKh +nID +mmG +tjO +cgs +iwk +iwk +iwk +wjg +fpM +msp +msp +kUt +uMr +nuJ +mAl +dKi +nXF +jUN +vmB +gYG +sRE +qLq +vmB +qLq +gYG +sRE +vmB +nOt +uMr +dYf +tTm +nmP +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(75,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +atZ +tJz +iyK +gKF +wqZ +cDe +wqZ +gKF +tJz +tJz +gKF +wqZ +wqZ +gKF +tJz +tJz +iyK +gKF +wqZ +gKF +tJz +tJz +tJz +atZ +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +pxu +pxu +uUK +bhU +bhU +rTB +tJz +tJz +tJz +tJz +tJz +tJz +chQ +mlS +mlS +mlS +tJz +tJz +tJz +mvf +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +bVP +apR +nOm +rzI +rzI +rzI +rzI +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +osb +lsg +dAU +nZk +qlc +vPK +osb +lvi +bZz +xOS +dQX +nse +osb +oqS +oqS +cxH +tIO +qaw +xUG +hsI +fbh +shq +tKh +iqm +tVN +aQv +qaw +tKh +jyE +aDD +dOx +fRz +fRz +sNL +tjO +cgs +fSX +sHT +tQw +wjg +wjg +oYu +uAx +wjg +uMr +uMr +uMr +uMr +uMr +kEY +vWn +iMo +vWn +iMo +vWn +iMo +vWn +iMo +vWn +rhs +uMr +dYf +tTm +lvt +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(76,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +mvf +tJz +tJz +mlS +tJz +mlS +tJz +tJz +tJz +tJz +tJz +atZ +tJz +tJz +ikt +ktJ +cDe +cDe +gKF +tJz +tJz +gKF +wqZ +wqZ +gKF +tJz +tJz +tJz +gKF +wqZ +gKF +tJz +tJz +iyK +atZ +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +fJB +cZq +iBV +iBV +xmT +bhU +bhU +rTB +tJz +mlS +chQ +tJz +mlS +tJz +tJz +gHo +tJz +tJz +gHo +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +bVP +apR +exD +nDx +qBQ +bnh +bnh +bnh +adJ +adJ +adJ +osb +osb +hGz +hGz +hGz +hGz +hGz +osb +osb +osb +osb +pRa +pRa +pRa +pRa +pRa +uJb +mDm +emI +xOS +emI +qFC +osb +oqS +oqS +cxH +cxH +oJT +qaw +jCX +uLa +tKh +jyE +muV +tWc +mMR +qaw +tKh +jyE +jyE +jyE +muV +cxH +dYf +tjO +cgs +udq +udq +udq +wjg +wjg +edU +fyj +wjg +uMr +xfn +kFT +kRo +uMr +hPo +jhp +kUq +mxE +ldL +gNL +hAQ +eCb +nNm +pSI +rte +uMr +dYf +tTm +nmP +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(77,1,1) = {" +sLM +sLM +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +fgP +tJz +mlS +mlS +mlS +tJz +tJz +fti +atZ +tJz +tJz +ikt +pNy +wqZ +cDe +gKF +tJz +fti +gKF +wqZ +wqZ +gKF +tJz +fti +tJz +gKF +wqZ +gKF +tJz +tJz +tJz +atZ +tJz +mvf +kHk +mvf +mvf +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +gHo +mvf +xHb +idU +fDx +fDx +fDx +fDx +fDx +yjy +fti +tJz +tJz +tJz +tJz +tJz +gHo +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +qBQ +vCF +vCF +vCF +qBQ +qBQ +bVP +apR +exD +jqr +qBQ +qBQ +qBQ +qBQ +qBQ +qBQ +qBQ +osb +sKW +mGP +ltE +iSW +tVr +ayu +sKW +osb +rkn +kbt +pRa +kbt +kbt +kbt +pRa +uJb +mDm +mTq +xOS +mTq +qFC +osb +oqS +oqS +oqS +cxH +dKx +qaw +jCX +vcv +enl +jyE +jyE +wDC +mpg +qaw +tKh +jyE +jyE +jyE +ncb +cxH +dYf +tjO +cgs +bfH +tyo +wjg +wjg +vjc +msp +msp +rlS +uMr +kZy +qLq +iRB +uMr +nze +nze +nze +kdh +nze +nze +nze +kdh +nze +nze +nze +uMr +mPk +tTm +cgs +tZB +jiu +adJ +rWF +rWF +rWF +rWF +rWF +rWF +rWF +rWF +rWF +mLi +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(78,1,1) = {" +sLM +sLM +sLM +tJz +chQ +mvf +mvf +mvf +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +atZ +tJz +tJz +gKF +wqZ +cDe +wqZ +gKF +tJz +tJz +gKF +wqZ +wqZ +gKF +tJz +iyK +tJz +gKF +wqZ +gKF +tJz +tJz +tJz +atZ +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +gHo +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +mvf +sTr +tsb +tsb +tsb +tsb +tsb +tsb +tsb +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +ewz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +adJ +adJ +adJ +adJ +adJ +qBQ +vCF +vCF +vCF +qBQ +qvv +ppW +qvv +ppW +fie +qBQ +bVP +apR +iFG +qBQ +qBQ +oUn +tkJ +klL +hjo +klL +nDe +osb +oWk +heR +wbm +xxI +gPm +xEM +fqN +osb +kbt +kbt +pRa +kbt +kbt +kbt +pRa +uJb +hop +xjz +xOS +xjz +uWz +osb +fRz +oqS +oqS +cxH +cxH +icE +neO +kMg +bsx +cYX +crM +uQp +iPl +qaw +nWa +jyE +jyE +mML +enl +cxH +dYf +tjO +vEb +oKN +oKN +bYX +urp +jvG +msp +msp +ipH +uMr +qlN +qLq +eVA +uMr +sZR +uKR +aTF +vmB +pnj +ieQ +pnj +vmB +aTF +iJE +ppu +gTd +dYf +tTm +cBk +nPO +rLQ +rWF +rWF +lhx +lhx +nDd +llv +nDd +mZx +srA +tlS +bmv +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(79,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +tJz +mlS +mlS +tJz +ePO +chQ +tJz +tJz +tRZ +tJz +tJz +ikt +cDe +wqZ +cDe +ikt +tJz +tJz +ikt +wqZ +wqZ +ikt +tJz +tJz +tJz +ikt +wqZ +ikt +tJz +tJz +tJz +atZ +tJz +mvf +mvf +mvf +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +chQ +gHo +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +mvf +mvf +tJz +tJz +mvf +tJz +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +gHo +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +bnh +bnh +adJ +adJ +qBQ +vCF +vCF +vCF +qBQ +qvv +ppW +qvv +xGd +bTV +hFO +diL +xtg +iqg +vCF +bVP +apR +nOm +qBQ +tkJ +oUn +tkJ +oUn +tkJ +oUn +tkJ +osb +cqz +csN +fGI +fGI +fGI +gJX +xEu +osb +kbt +osb +xjY +kbt +bGm +kbt +eYF +qPB +mhV +ayT +dIR +vKN +oOI +osb +fRz +fRz +oqS +oqS +cxH +icE +qaw +bHu +jqE +jyE +jyE +enl +tVN +vlp +qaw +lnf +enl +bZY +nWf +fRz +mPk +tjO +iPE +xpV +tMT +bfH +ijd +jvG +msp +msp +ttK +uMr +fZv +qLq +eVA +kdh +hCE +vWn +iMo +vWn +iMo +vWn +iMo +vWn +iMo +vWn +eVA +eEg +mmG +tTm +cgs +rUo +vIm +pYp +hnM +hnM +hnM +hnM +hnM +hnM +hnM +wmC +tlS +bmv +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(80,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +tIs +tJz +tJz +tJz +mlS +mlS +mlS +tJz +tJz +tJz +ikt +ikt +ikt +ikt +ikt +dCr +ikt +ikt +ikt +ikt +ikt +pTT +pTT +ikt +ikt +ikt +ikt +ikt +qqT +ikt +ikt +yic +yic +ndl +tJz +mvf +mvf +mvf +gHo +eOW +eOW +mcX +mcX +eOW +eOW +eOW +eOW +eOW +eOW +gwz +gwz +gwz +ovn +gwz +gwz +gwz +ovn +gwz +gwz +gwz +fcL +tJz +tJz +tJz +mlS +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +tJz +tJz +mvf +mvf +mvf +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +gHo +tJz +tJz +tJz +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +vCF +vCF +vCF +qBQ +qvv +fUF +xGd +qvv +qvv +quM +jHG +xGd +buT +buT +iXO +buT +bkU +vCF +bVP +apR +exD +vAv +nAj +oUn +nyl +oUn +tkJ +oUn +tkJ +osb +woC +vyE +dpr +dpr +dpr +kJc +jXy +osb +kyy +osb +iYp +pRa +gTu +pRa +iYp +osb +osb +aRD +aRD +aRD +osb +osb +osb +osb +osb +osb +osb +osb +osb +osb +wjg +xWF +rSV +muV +tWc +htl +qaw +fjP +fRz +fRz +fRz +fRz +ctc +nfj +nfj +uYa +uYa +iHQ +urp +jvG +msp +msp +ylp +uMr +sPm +pDd +tqp +uMr +gpb +nhQ +fKO +qbD +qbD +fKO +fKO +fKO +fKO +qbD +jPE +gTd +dYf +tTm +wdK +nPO +mgd +rWF +rWF +hwT +teM +hnM +hnM +teM +rmX +cWB +tlS +bmv +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(81,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +chQ +mlS +mlS +tJz +tJz +tJz +gKF +ptP +vxK +mhw +vvC +qGr +jhd +mhw +kkN +kkN +snz +dHM +dHM +hOf +kkN +kkN +kkN +snz +dHM +jhd +xAj +mvf +mvf +mvf +mvf +mvf +mvf +mvf +gHo +eOW +jBg +bda +bda +hwb +eOW +wGg +yfK +wlp +eOW +chQ +mlS +mvf +hjC +mvf +tIK +mvf +hjC +mvf +tJz +chQ +fDF +tJz +mlS +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +gHo +tJz +mvf +mvf +mvf +tJz +mvf +mvf +mvf +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +esh +tJz +tJz +mlS +mlS +tJz +mlS +mlS +tJz +tJz +tJz +chQ +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +qvv +xGd +qvv +qvv +qvv +qLO +jHG +qvv +ppW +qvv +ppW +xGd +buT +buT +buT +buT +buT +vCF +bVP +apR +exD +mwu +fmJ +fmJ +fmJ +fmJ +fmJ +fmJ +fmJ +lAc +uow +uow +uow +uow +uow +uow +uow +uow +cnL +mEz +wHr +wHr +wHr +wHr +wHr +fZr +uow +uow +uow +uow +uow +eBZ +uow +hiI +uow +umn +osb +tax +tax +tax +wjg +wjg +wjg +wjg +wjg +wjg +wjg +wjg +pWK +lom +lUC +wjg +wjg +wjg +wjg +wjg +wjg +wjg +wjg +cch +msp +msp +bGa +uMr +vTp +bQB +eVA +uMr +kGg +lLb +bIf +xqX +fKf +xnY +ilF +ilF +dCK +vmB +yaK +uMr +mPk +tTm +cgs +uKn +jiu +adJ +rWF +rWF +rWF +wgn +wgn +rWF +rWF +rWF +rWF +pNh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(82,1,1) = {" +sLM +sLM +sLM +chQ +tJz +mvf +mvf +tJz +chQ +tJz +tJz +tJz +mlS +fti +tJz +mlS +tJz +tJz +tJz +gKF +cyD +cYU +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +dHM +xAj +mvf +mvf +mvf +mvf +mvf +kHk +mvf +tJz +eOW +tVQ +bda +bda +bRw +kAS +rwr +nUM +lJz +eOW +gHo +tJz +mvf +hjC +mvf +mvf +mvf +hjC +mvf +ych +mlS +fDF +tJz +tJz +gHo +tJz +tJz +mlS +chQ +tJz +tJz +tPk +tJz +gHo +tJz +mlS +tJz +tJz +mvf +mvf +mvf +mvf +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +chQ +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tPk +mlS +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +quM +fie +qvv +vOq +buT +buT +buT +buT +buT +buT +xGd +buT +buT +buT +buT +buT +vCF +bVP +apR +exD +fmJ +fmJ +fmJ +fmJ +fmJ +fmJ +fmJ +fmJ +bTt +dnm +dnm +sLq +dnm +dnm +dnm +dnm +dnm +dnm +rrp +xYo +nlX +dnm +dnm +dnm +dnm +rrp +nlX +dnm +dnm +dnm +dnm +dnm +dnm +rrp +uUA +osb +jki +mIe +mIe +wjg +cHP +yfO +ieC +lvz +uBQ +mcm +xuW +oTu +tTm +nmP +wjg +wjg +wjg +fpM +nEh +uBs +noM +wjg +wjg +paH +wkk +wjg +uMr +vTp +mQL +scK +uMr +scu +rPS +cNV +fyn +fKf +hCE +iMo +vWn +iMo +vWn +qpF +uMr +dYf +tTm +nmP +nPO +nPO +adJ +adJ +adJ +jSO +eIW +eIW +jSO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(83,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +gKF +ptP +aDO +klt +mrL +dHM +aEb +klt +klt +klt +klt +klt +klt +klt +klt +klt +klt +klt +klt +klt +xAj +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +eOW +hYp +bda +bda +bxz +kAS +bNo +nUM +oAY +kAS +mvf +mvf +mvf +hjC +mvf +mvf +mvf +hjC +mvf +mvf +mvf +fDF +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +mlS +tJz +mvf +mvf +tJz +tJz +mvf +mvf +mvf +mvf +tJz +tJz +mvf +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mlS +tJz +mlS +tJz +tJz +mlS +tJz +mlS +tJz +wRu +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +xGd +qvv +ppW +buT +buT +buT +buT +buT +buT +buT +buT +buT +buT +sdP +buT +buT +vCF +bVP +apR +exD +sQk +qql +amP +qeY +tkJ +fmJ +fmJ +tkJ +osb +osb +osb +osb +dDG +tCk +cOw +lvp +lvp +qef +qsg +xYo +uUA +qvx +lvp +lvp +pFM +qsg +uUA +osb +osb +osb +osb +osb +osb +laN +uUA +osb +xMs +xMs +xMs +wjg +dYf +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +vEb +bOl +xuW +hfq +hfq +oTu +vEb +hfq +hfq +hfq +oGA +oGA +fiP +uMr +aWI +hKD +tVl +uMr +iML +adG +own +kFU +tPb +wlN +kel +cFa +pjz +rks +vbl +uMr +dYf +tTm +lvt +nPO +adJ +adJ +adJ +adJ +nPO +aMx +hKw +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(84,1,1) = {" +sLM +sLM +sLM +tJz +chQ +mvf +mvf +tJz +tJz +tJz +tJz +ikt +gKF +gKF +gKF +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +vuo +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +doF +bda +bda +bda +bxz +kAS +liO +nUM +aNi +kAS +mvf +kHk +mvf +geo +mvf +mvf +mvf +afq +mvf +mvf +mvf +fDF +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tPk +chQ +tJz +tJz +tJz +tJz +tJz +mvf +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mvf +tJz +tJz +mvf +mvf +gHo +mvf +mvf +mvf +mvf +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +mlS +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +ppW +qvv +jHG +buT +buT +buT +qvv +xGd +fie +buT +buT +xGd +buT +buT +buT +buT +buT +vCF +bVP +apR +exD +vCF +iBf +amP +qeY +tkJ +fmJ +fmJ +dJE +osb +eDg +qVw +ykh +ykh +gJX +uNZ +bGn +wap +vON +kRT +xYo +kZg +fQI +wap +upJ +gvS +qsg +uUA +jrH +sZk +eOE +dTz +osb +gQZ +qsg +uUA +sSv +xMs +xMs +xMs +dBA +mmG +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +nmP +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +uMr +sul +dYf +tTm +nmP +nPO +adJ +adJ +adJ +adJ +nPO +cZT +cZT +nPO +adJ +nPO +nPO +nPO +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(85,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tIs +gKF +pKm +ogD +ogD +fzb +kDc +eOK +hyg +eOK +ikt +ptP +yez +cyD +fNc +cyD +yez +ptP +ikt +keO +xWv +gAP +ikt +wZp +wZp +wZp +ikt +lMv +tJz +wjI +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +xxd +bda +bda +bda +pdx +eOW +dvg +nUM +xbw +kAS +mvf +mvf +ebp +hjC +mvf +mvf +mvf +hjC +bPw +mvf +mvf +fDF +tJz +tJz +tJz +tJz +mlS +tJz +chQ +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +mvf +tJz +tJz +mlS +tJz +tJz +tJz +mlS +tJz +tJz +mlS +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +fie +qvv +buT +buT +buT +qvv +qvv +pMS +qvv +buT +buT +xGd +buT +buT +buT +buT +buT +vCF +bVP +apR +exD +vCF +oUn +oUn +oUn +oUn +fmJ +fmJ +oEb +osb +wgU +qVw +pdg +tZt +gJX +gvS +pcg +kMD +dbI +cmZ +cmZ +cmZ +kMD +dbI +dAd +gvS +qsg +uUA +dxQ +sZk +sZB +wQR +osb +wdQ +qsg +xPo +osb +nxC +xMs +dpn +wjg +dYf +tTm +iIC +nfj +nfj +nfj +nfj +nfj +nfj +hqL +hqL +hqL +nfj +nfj +nfj +hqL +cpA +nfj +nfj +jYJ +tTm +vEb +hfq +xuW +hfq +hfq +hfq +hfq +hfq +hfq +xuW +hfq +hfq +hfq +hfq +hfq +hfq +xuW +hfq +oTu +tTm +nmP +nPO +adJ +adJ +adJ +adJ +jSO +oLQ +bcu +jSO +nPO +nPO +miD +bgl +wJb +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(86,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +chQ +tJz +fti +tJz +gKF +qIv +pNx +iwf +rrZ +kDc +jFQ +xvT +qAM +ikt +oWM +nOJ +nOJ +nOJ +nOJ +nOJ +pbI +ikt +jsB +jsB +jsB +ikt +hJi +hJi +hJi +ikt +ikt +ikt +chQ +tJz +wjI +gHo +tJz +mvf +mvf +mvf +mvf +xxd +bda +bda +bda +bda +qZS +nUM +nUM +wuP +eOW +mvf +mvf +eOh +hjC +mvf +mvf +mvf +hjC +eOh +mvf +mvf +fDF +tJz +tJz +chQ +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +gHo +mvf +mvf +tJz +mvf +mvf +mvf +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +chQ +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +ppW +buT +buT +buT +ppW +brO +cHV +smh +rQk +buT +buT +xGd +buT +buT +qJP +buT +bkU +vCF +bVP +apR +exD +vCF +iBf +amP +qeY +aYH +jZq +kbz +xNU +osb +sVA +qVw +irF +tZt +gJX +gvS +vpw +uGb +noT +vrJ +cmZ +vrJ +tnw +wTV +uRK +gvS +qsg +uUA +dxQ +sZk +xZh +hoL +osb +bfd +qsg +uUA +osb +nFI +gYe +nFI +wjg +bMZ +tTm +nmP +osb +osb +osb +osb +osb +osb +tlK +qtB +osb +nPO +nPO +nPO +vkU +nPO +nPO +nPO +dYf +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +tTm +nmP +nPO +nPO +nPO +nPO +nPO +nPO +nXL +nqg +fts +nPO +ujz +lRO +bgl +wJb +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(87,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +tJz +tJz +gHo +tJz +gKF +vsk +dzI +fCJ +fmm +kDc +dGj +pqU +wIV +ikt +eIa +nOJ +nOJ +nOJ +nOJ +nOJ +qog +faJ +rno +chj +hZP +nTf +vXr +rOI +rno +kXn +opB +ikt +tJz +tJz +tJz +wjI +tJz +mvf +mvf +mvf +mvf +xxd +bda +bda +bda +clO +eOW +cEu +uNO +xko +eOW +mvf +mvf +gqL +hjC +mvf +uud +mvf +hjC +gqL +mvf +mvf +fDF +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +gJu +mlS +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mvf +tJz +tJz +tJz +tJz +tJz +tPk +tJz +tJz +tPk +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +qvv +buT +buT +qvv +fie +pas +gvz +dKp +iFn +buT +buT +xGd +bTV +hFO +diL +xtg +iqg +vCF +bVP +apR +nOm +qBQ +qBQ +qBQ +qBQ +xjE +lxF +fmJ +ulY +osb +jhm +qVw +vUN +tZt +gJX +gvS +qsg +cmZ +vrJ +vti +vrJ +qXK +vrJ +cmZ +uUA +gvS +qsg +uUA +eNV +sZk +jOB +bSm +osb +osb +peo +uUA +nFI +gAB +mOu +fYz +wjg +dYf +tTm +nmP +osb +ups +sxi +qws +gTb +hfn +kQR +kQR +prf +nPO +gkd +rZZ +rZZ +rZZ +kHq +nPO +wLM +nfj +nfj +hqL +nfj +nfj +nfj +nfj +nfj +nfj +nfj +nfj +hqL +nfj +nfj +nfj +nfj +nfj +nfj +nfj +jYJ +tTm +nmP +nPO +iuJ +veQ +fCs +qgA +nSc +uef +lJY +kpt +kMT +juv +kpt +bgl +eoe +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(88,1,1) = {" +sLM +sLM +sLM +chQ +tJz +mvf +mvf +tJz +tJz +tJz +tJz +ikt +mGe +mGe +qEZ +mGe +kDc +bqK +qeu +rgp +ikt +cyD +nOJ +eiU +nOJ +eiU +nOJ +qog +uDl +rno +vkn +nOK +tVG +rno +hdo +rno +kXn +opB +ikt +tJz +gHo +fti +tJz +tJz +mvf +kHk +mvf +tJz +eOW +oSJ +bda +bda +tbP +eOW +eOW +eOW +eOW +eOW +mvf +mvf +itw +wql +iaf +iaf +iaf +gxS +itw +mvf +mvf +fDF +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tPk +tJz +tJz +tJz +tJz +mvf +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +mlS +tJz +tpO +tJz +tJz +tJz +tJz +tJz +chQ +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +buT +buT +qvv +nnF +arP +dRY +njQ +weE +buT +buT +qvv +quM +fie +utJ +lmy +utJ +qBQ +bVP +apR +exD +rFY +ieh +jgC +qBQ +qBQ +fxT +fmJ +oJf +osb +vUI +qVw +irF +tZt +gJX +gvS +qsg +cmZ +cmZ +vrJ +bWK +vrJ +cmZ +cmZ +uUA +gvS +qsg +uUA +eRI +ctA +mRE +dTR +osb +gQZ +qsg +uUA +nFI +fGI +qos +fGI +hRX +mmG +tTm +lvt +osb +sIl +sIl +sIl +uXl +eRY +xYo +isT +olw +nPO +rvV +vnG +rZZ +hHc +xIE +nPO +ciP +ciP +ciP +qUe +ciP +ciP +ciP +nPO +nPO +nPO +nPO +nPO +eql +nPO +nPO +nPO +nPO +nPO +nPO +nPO +dYf +tTm +nmP +nPO +fgZ +lJY +lJY +wDR +nSc +uef +lJY +kpt +lbI +juv +kpt +bgl +eoe +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(89,1,1) = {" +sLM +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +chQ +tJz +ikt +ikt +yfo +ikt +ikt +ikt +kDc +wac +kDc +ikt +arm +nOJ +fnQ +nOJ +eiU +nOJ +qog +uDl +rno +mnU +tMz +nPa +rXG +uNg +rno +kXn +opB +ikt +tJz +tJz +wjI +gHo +tJz +mvf +mvf +mvf +tJz +eOW +rVM +bda +bda +bda +kSJ +oFt +lSi +oFt +kSJ +mvf +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +mvf +fDF +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +mlS +tJz +tJz +tJz +tJz +chQ +gHo +tJz +mvf +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mvf +tJz +mvf +mvf +mvf +mvf +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +mlS +mlS +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +vOq +buT +buT +qvv +qvv +qvv +jXc +ppW +qvv +buT +buT +ppW +qvv +ppW +utJ +utJ +utJ +qBQ +bVP +apR +exD +eMJ +eMJ +eMJ +ggu +qBQ +fmJ +fmJ +aVR +osb +vBC +qVw +wAa +tZt +gJX +gvS +qsg +cmZ +vrJ +cxe +vrJ +tpQ +vrJ +cmZ +uUA +gvS +qsg +uUA +jrH +enX +mBi +oTy +osb +wdQ +qsg +uUA +nFI +gTR +fGI +tId +wjg +dYf +tTm +nmP +osb +usQ +sIl +sIl +sbf +eRY +xYo +isT +mWo +nPO +gCa +jCR +rZZ +frW +mWp +nPO +ciP +wem +fdO +ehR +fdO +wem +ciP +qhu +syd +dkD +jiu +hBJ +lJY +nPO +tUK +nPO +ozL +nPO +ram +nPO +dYf +tTm +lvt +nPO +fgZ +lJY +lJY +ljX +nPO +fog +sot +kpt +nPO +iJa +eXj +bgl +bVM +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(90,1,1) = {" +sLM +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +sIG +gKF +wqp +oyn +oyn +qAA +oyn +oyn +oyn +hTJ +ikt +mgv +nOJ +nOJ +nOJ +nOJ +nOJ +qog +kjY +rno +vPU +uPs +lEt +ddY +lMN +rno +kXn +opB +ikt +tJz +tJz +tJz +gHo +chQ +mvf +mvf +mvf +chQ +eOW +hYp +bda +bda +bda +kSJ +fLa +fLa +fLa +vbb +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +wye +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +mvf +mvf +tJz +mvf +mvf +tJz +tJz +mvf +mvf +mvf +mvf +tJz +mvf +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tJz +tJz +tJz +gHo +mlS +tJz +tJz +tJz +mlS +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +xPP +buT +buT +ksk +rIO +rma +qvv +qvv +xGd +buT +buT +buT +obD +uJd +qvv +ppW +vOq +qBQ +bVP +apR +exD +eMJ +eMJ +eMJ +akc +qBQ +pqW +fmJ +nAW +osb +hUY +qVw +irF +tZt +gJX +gvS +oFZ +kMD +kdg +vrJ +cmZ +vrJ +rgd +dbI +bos +gvS +qsg +uUA +dxQ +enX +rqA +jaq +osb +bfd +qsg +uUA +osb +osb +lhO +osb +wjg +dYf +tTm +nmP +osb +oQT +sIl +sIl +aZj +eRY +xYo +isT +xtW +nPO +gCa +jCR +rZZ +frW +mWp +nPO +ciP +cbg +fdO +ehR +fdO +mpy +ciP +eBi +wpy +fsG +jiu +ljw +lJY +mTN +uAG +eII +uAG +eII +ppB +nPO +dYf +tTm +nmP +nPO +rYx +lJY +lJY +dNn +nPO +nPO +cwb +hnz +nPO +nPO +rus +bgl +bVM +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(91,1,1) = {" +sLM +sLM +tJz +chQ +tJz +mvf +mvf +tJz +tJz +tJz +tJz +gKF +tiB +xFs +lre +lre +lre +xFs +oyn +jLZ +ikt +ptP +nOJ +wcw +nOJ +nOJ +nOJ +dow +ikt +nWT +nWT +nWT +ikt +twm +twm +twm +ikt +ikt +ikt +gHo +tJz +wjI +tJz +tJz +mvf +mvf +mvf +tJz +eOW +fls +bda +bda +jDQ +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +bNg +eOW +ugE +eOW +eOW +eOW +eOW +eOW +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +mlS +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +mvf +tJz +mvf +mvf +mvf +tJz +mvf +mvf +mvf +mlS +tJz +tJz +tJz +tJz +tJz +iyK +tJz +tJz +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +xPP +buT +buT +kEE +kEE +iKO +qvv +nnF +eVw +lYo +buT +buT +buT +qvv +qvv +quM +fie +qBQ +bVP +apR +exD +rFY +aev +jgC +qBQ +qBQ +aBb +fmJ +uPO +osb +wgU +qVw +pdg +tZt +gJX +gvS +pcg +uGb +wTV +cmZ +cmZ +cmZ +uGb +wTV +dAd +gvS +qsg +uUA +dxQ +enX +fKo +uKI +osb +osb +peo +uUA +osb +qBk +xYo +aSu +wjg +dYf +tTm +nmP +osb +rOv +sIl +sIl +hpQ +rgS +xYo +pWT +xtW +nPO +sMg +jCR +rZZ +frW +gfK +nPO +ciP +ofZ +fdO +ehR +fdO +ofZ +ciP +nox +syd +nPO +nPO +nPO +stb +lJY +lJY +dds +dds +dds +mTN +sqt +bir +tTm +nmP +nPO +rYx +lJY +lJY +rjU +nPO +fgJ +juv +kpt +wOB +nPO +nPO +nPO +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(92,1,1) = {" +sLM +sLM +tJz +gJu +tJz +mvf +mvf +tJz +tJz +tJz +tJz +gKF +wqp +xFs +xeN +hcI +mBg +xFs +oyn +lPW +ikt +cyD +nOJ +wcw +wcw +nOJ +nOJ +qTE +ikt +oSz +dqL +oSz +ikt +aGs +aGs +aGs +ikt +xMF +atZ +tJz +wjI +wjI +tJz +wjI +mvf +mvf +mvf +tJz +eOW +rTO +bda +bda +gNW +eOW +pcT +ivy +lfO +eOW +aOu +etc +aOu +eOW +qGe +pFk +mpn +eOW +ovZ +uns +aOu +eOW +tJz +tJz +mlS +tJz +mlS +tJz +tJz +mlS +tJz +tJz +tJz +mlS +mlS +tJz +mlS +tJz +mvf +tJz +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +tJz +nnU +mlS +tJz +tPk +tJz +tJz +wRu +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +tYW +buT +buT +sXn +kEE +pGW +qvv +xGd +xkj +hqY +dHW +buT +buT +buT +fie +ppW +qvv +qBQ +qab +apR +iFG +qBQ +qBQ +qBQ +qBQ +qBQ +qBQ +cLT +qBQ +osb +eDg +qVw +ykh +ykh +gJX +gvS +uCE +ncs +lOJ +rrp +xYo +nlX +qgL +ncs +nJs +gvS +qsg +uUA +eNV +enX +eIf +lGw +osb +veu +wMx +pwL +osb +cMg +xYo +iHR +wjg +dYf +tTm +nmP +osb +qrN +xSZ +ueF +eQZ +eRY +xYo +shF +mni +nPO +roH +nks +lJY +lgw +eJp +nPO +ciP +ofZ +fdO +ehR +fdO +ofZ +ciP +awS +lJY +lJY +lJY +bxL +eHN +lJY +dds +dds +dds +dds +uqw +smu +sUR +tTm +nmP +nPO +nMU +dOS +jVM +eit +nPO +qWl +juv +kpt +apF +nPO +nsJ +nsJ +nsJ +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(93,1,1) = {" +sLM +sLM +tJz +tJz +gHo +mvf +mvf +tJz +gJu +fti +tJz +gKF +wqp +dAm +rzY +xFs +xFs +xFs +oyn +oyn +vuo +nOJ +nOJ +wcw +wcw +joD +wcw +oZd +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +tJz +sNA +tJz +fti +tJz +gHo +tJz +mvf +kHk +mvf +tJz +eOW +vML +bda +bda +bHy +eOW +xwW +nUM +bWD +eOW +oYe +ulL +ref +eOW +giO +atc +mpn +eOW +oYe +ulL +goZ +eOW +tJz +tJz +woq +tJz +tJz +tJz +tJz +tPk +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +mvf +mvf +mvf +tJz +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mvf +tJz +mvf +mvf +mvf +tJz +mvf +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +lbU +buT +buT +buT +buT +buT +fie +qvv +qvv +eVw +rLs +dGO +buT +buT +buT +buT +buT +eoV +bVP +apR +pQT +cGn +cGn +cGn +cGn +cGn +cGn +cGn +nBM +osb +osb +osb +osb +wDE +ipu +eAJ +mnx +mnx +qef +qsg +xYo +uUA +qvx +mnx +mnx +pJf +qsg +uUA +osb +osb +osb +osb +osb +osb +osb +mdS +osb +hyA +xYo +ebN +wjg +dYf +tTm +nmP +osb +hfn +eNh +eNh +eNh +xcy +xYo +sKI +jXb +nPO +mrZ +qDR +oJk +qDR +kss +nPO +ciP +ciP +ciP +syn +ciP +ciP +ciP +iYq +lJY +lJY +qZj +nPO +iOD +lJY +dds +dds +dds +dds +rlR +sae +dYf +tTm +nmP +nPO +nPO +nPO +nPO +nPO +nPO +qWl +juv +kpt +pwe +nPO +eHi +eHi +eHi +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(94,1,1) = {" +sLM +sLM +tJz +chQ +tJz +mvf +mvf +tJz +chQ +tJz +tJz +gKF +wqp +xFs +nrh +bUl +amr +xFs +oyn +lPW +ikt +cyD +nOJ +wcw +wcw +nOJ +nOJ +tIq +ikt +nNd +mRd +nNd +ikt +uaS +xFu +dRV +ikt +tJz +atZ +tJz +kmp +tJz +tJz +chQ +mvf +mvf +mvf +chQ +eOW +rVM +bda +bda +bda +qZS +nUM +nUM +bWD +eOW +raB +bda +lCD +eOW +qGe +pFk +mpn +eOW +raB +bda +ykz +eOW +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tPk +gJu +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +mvf +tJz +mvf +tJz +mvf +tJz +mvf +mvf +tJz +mvf +tJz +tJz +oGr +tJz +tJz +mlS +mlS +mlS +tJz +tJz +mlS +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +lbU +buT +buT +buT +buT +buT +qvv +qvv +qvv +mcG +dOQ +kAL +buT +buT +buT +buT +buT +buT +bVP +apR +apR +apR +apR +apR +apR +apR +apR +apR +exD +kuA +uow +eBZ +uow +uow +uow +uow +uow +uow +uow +kRT +xYo +kZg +uow +uow +uow +uow +kRT +uUA +oXf +osb +bkW +ybt +qUg +laA +ybt +owz +osb +jjE +wiD +ebZ +wjg +dYf +tTm +nmP +osb +xDX +mRf +mRf +mRf +mRf +xYo +dBb +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +hGG +htH +htH +htH +mTP +ciP +ciP +gsp +jCU +djc +ktu +bhT +lJY +lJY +dds +dds +dds +mTN +sqt +bir +tTm +vEb +hfq +hfq +iJu +vkc +uYN +nqg +nqg +xaH +sji +nqg +pmQ +qEQ +qEQ +eqQ +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(95,1,1) = {" +sLM +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +gJu +tJz +gKF +tiB +xFs +tIy +tIy +tIy +xFs +oyn +jLZ +ikt +ptP +nOJ +wcw +nOJ +nOJ +nOJ +vKj +ikt +jJu +jJu +jJu +ikt +xhK +xhK +xhK +ikt +ikt +ikt +tJz +iyK +wjI +wjI +tJz +mvf +mvf +mvf +tJz +eOW +oSJ +bda +bda +bRw +eOW +emB +nUM +bWD +eOW +kAS +hdY +kAS +eOW +laR +eOW +fCu +eOW +kAS +hdY +kAS +eOW +tJz +tJz +tJz +tJz +tPk +tJz +tJz +tJz +tJz +tJz +iyK +mlS +tJz +tJz +tJz +tJz +mvf +mvf +mvf +mvf +mvf +tJz +mvf +mvf +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mvf +mvf +mvf +tJz +mlS +tJz +tJz +tJz +tJz +chQ +tJz +tJz +wRu +tJz +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +boV +buT +buT +sXn +kEE +iKO +xGd +qvv +pUg +oks +vWq +buT +buT +buT +qvv +ppW +qvv +qBQ +rAw +jAX +nun +nun +nun +nun +nun +jAX +nun +nun +adf +dnm +dnm +dKe +dnm +dnm +dnm +dnm +dnm +rrp +xYo +nlX +dnm +wHD +dnm +wHD +dnm +rrp +xYo +uUA +eSs +nlQ +eSs +eSs +eSs +ybt +eSs +eSs +eSs +eSs +eSs +eSs +wjg +dYf +tTm +nmP +osb +xCW +oIC +ilZ +oIC +oIC +tTt +kwP +ciP +pcf +aQn +lkn +mTT +nWG +tAa +ciP +ciP +gWq +htH +htH +htH +htH +htH +tAi +lJY +lJY +fAv +izV +bhT +igQ +hfQ +hfQ +hfQ +hfQ +hfQ +inN +wiR +tTm +tTm +tTm +tTm +cgs +eNb +juv +lJY +lJY +lJY +lJY +lJY +lJY +vwI +xKV +tTZ +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(96,1,1) = {" +sLM +sLM +tJz +tJz +tJz +mvf +mvf +chQ +tJz +tJz +tJz +gKF +wqp +oyn +nzh +nzh +oyn +oyn +oyn +hTJ +ikt +kCg +nOJ +nOJ +nOJ +nOJ +nOJ +qog +faJ +rno +chj +hZP +qNC +vXr +rOI +rno +wjB +hdv +ikt +tJz +gHo +fyC +tJz +gHo +mvf +mvf +mvf +tJz +eOW +voT +bda +bda +hwb +eOW +osy +uNw +eOW +eOW +irE +hlZ +hlZ +ijz +ddr +acz +vsR +ijz +hlZ +hlZ +hgR +eOW +tJz +tJz +chQ +mlS +mlS +tJz +tJz +mlS +tJz +mlS +tJz +tJz +chQ +tJz +mlS +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +mlS +oGr +tJz +mlS +tJz +tJz +tJz +mlS +gHo +tJz +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +oGb +buT +buT +kEE +kEE +pGW +qvv +uMm +xkj +xOt +buT +buT +buT +qvv +qvv +quM +vOq +qBQ +qBQ +qBQ +qBQ +qBQ +qBQ +rRb +qBQ +qBQ +qBQ +qBQ +qBQ +osb +osb +osb +xYo +tLz +osb +osb +osb +rbs +jrk +cWk +sUi +sUi +mTZ +sUi +sUi +rbs +jrk +cWk +eSs +hbv +eSs +hbv +eSs +owz +eSs +uaV +dCv +neY +dCv +hIN +wjg +mPk +tTm +lvt +osb +osb +osb +osb +osb +osb +osb +osb +ciP +bpl +xpS +byz +byz +gsX +xCN +ciP +ciP +oYs +htH +htH +htH +frj +ciP +ciP +tcF +qId +djc +oyc +bhT +lJY +lJY +dds +dds +dds +uqw +smu +sUR +tTm +iIC +nfj +nfj +lRo +dZm +tIW +yjZ +yjZ +hrd +nCS +yjZ +nIb +dzJ +dzJ +xBH +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(97,1,1) = {" +sLM +sLM +tJz +tJz +tJz +mvf +mvf +tJz +tJz +tJz +tJz +ikt +pda +abl +nPQ +doZ +qFd +ikt +ikt +ikt +ikt +lIU +nOJ +rqP +nOJ +eiU +nOJ +lxW +uDl +rno +vkn +nOK +tVG +rno +hdo +rno +wjB +dCc +ikt +gHo +rUF +tJz +tJz +tJz +mvf +mvf +mvf +tJz +eOW +eOW +lry +lry +eOW +eOW +xIS +xJF +eOW +omq +ddr +iTO +iTO +veo +fnG +xuw +suN +vDx +iTO +iTO +mpn +kAS +tJz +tJz +mlS +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +gJu +tJz +tJz +tJz +tJz +mvf +mvf +tJz +mvf +mvf +mvf +tJz +mvf +mvf +tJz +mvf +mvf +mvf +tJz +tJz +mvf +mvf +tJz +tPk +tJz +mlS +tJz +tJz +lCh +tJz +tPk +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +oGb +buT +buT +gcr +hkc +rma +xGd +qvv +qvv +buT +buT +buT +qvv +sqk +ppW +qvv +fie +qBQ +kPR +rLB +pql +qBQ +sqw +oIw +nBM +qBQ +cRb +twu +lAi +osb +dvG +qWw +sZk +sZk +sZk +wdk +iFr +rbs +jrk +cWk +seb +lek +qln +cPQ +seb +rbs +jrk +cWk +eSs +dys +eSs +dys +eSs +mxh +eSs +guA +guA +guA +guA +guA +wjg +dYf +tTm +vEb +jgK +iFr +vgs +vgs +vgs +vgs +vgs +osb +ciP +ciP +rpM +ocW +byz +sPs +cLV +fRW +ciP +tmm +htH +htH +htH +qqn +ciP +aBq +lJY +lJY +qZj +nPO +bDT +lJY +dds +dds +dds +dds +rlR +sae +dYf +tTm +nmP +nPO +nPO +nPO +nPO +nPO +nPO +dea +juv +kpt +dIb +nPO +kcH +kcH +kcH +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(98,1,1) = {" +sLM +sLM +tJz +tJz +chQ +mvf +mvf +tJz +tJz +tJz +tJz +ikt +xdT +bqK +qeu +bqK +qeu +kFK +wzw +nRk +ikt +cyD +nOJ +eiU +nOJ +uIx +nOJ +lxW +uDl +rno +mnU +tMz +nPa +rXG +uNg +rno +wjB +lLn +ikt +gHo +fti +gHo +tJz +chQ +mvf +kHk +mvf +chQ +eOW +msb +bda +bda +mBD +oWo +pPJ +hlZ +xJa +ddr +iTO +iTO +iTO +oDo +hEp +cie +nce +gFS +iTO +iTO +mpn +kAS +tJz +fti +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +mlS +tJz +tJz +tJz +mlS +tJz +mvf +tJz +tJz +tJz +tJz +tJz +mvf +tJz +tJz +mvf +tJz +tJz +tJz +tJz +gHo +tJz +tJz +mvf +tJz +tJz +tJz +mlS +tJz +lCh +gUG +lCh +tJz +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +vOq +buT +buT +qvv +qvv +qvv +fDG +qvv +nyb +buT +buT +qvv +qvv +xGd +qvv +bTx +bTx +qBQ +sgq +hKR +sIn +iMy +bVP +yjG +exD +bis +wrk +wrk +wFj +osb +qrs +qWw +sZk +sZk +sZk +ubh +iFr +rbs +jrk +cWk +seb +aUI +kEk +cam +seb +rbs +jrk +sCb +vXa +vXa +jHN +vXa +jHN +iqG +eSs +oPt +guA +wsQ +guA +tSy +wjg +dYf +tTm +tTm +nmP +iFr +dYg +dYg +dYg +dYg +ntq +osb +bqI +bhA +bHv +qFr +bHv +rNL +qWF +qWF +dzV +htH +htH +htH +htH +hrY +ciP +awS +lJY +lJY +lJY +bxL +eHN +lJY +dds +dds +dds +dds +mTN +sqt +bir +tTm +nmP +nPO +jFn +uPZ +qol +cdV +nPO +jHp +juv +kpt +fCA +nPO +lPo +lPo +lPo +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(99,1,1) = {" +sLM +sLM +gJu +tJz +tJz +mvf +mvf +tJz +tJz +chQ +tJz +gKF +rkR +qeu +bqK +qeu +fgG +bjU +bqK +fBZ +ikt +jRv +nOJ +nOJ +nOJ +nOJ +nOJ +qog +kjY +rno +vPU +uPs +uOO +ddY +lMN +rno +wjB +bVS +ikt +dMb +tJz +gHo +tJz +tJz +mvf +mvf +mvf +tJz +eOW +iri +bda +bda +drh +gDv +vCj +vCj +eoT +tpT +iTO +iTO +iTO +bit +bRe +qFs +jsD +hVc +iTO +iTO +mpn +kAS +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +mvf +tJz +tJz +tJz +mlS +tJz +tJz +tJz +chQ +tJz +lCh +mlS +mlS +tJz +tJz +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +buT +buT +qvv +smc +kqe +bUB +iOY +rQk +buT +buT +qvv +quM +fie +bTx +bTx +bTx +qBQ +wzu +qFK +sIn +qBQ +bVP +yjG +exD +qBQ +huM +wrk +fvZ +osb +cKt +qWw +sZk +sZk +sZk +dwn +osb +dfr +jrk +cWk +sUi +slL +qln +vpq +sUi +rbs +jrk +jrk +jrk +jrk +jrk +jrk +jrk +cWk +eSs +eSs +eSs +eSs +vnc +eSs +wjg +dYf +tTm +tTm +cgs +dTC +xYo +xYo +xYo +hxY +cXs +osb +ciP +ciP +jFL +bLK +byz +pGm +eUN +rWe +ciP +enT +htH +htH +htH +dpU +ciP +nGF +syd +nPO +nPO +nPO +gkK +lJY +lJY +dds +dds +dds +uqw +smu +sUR +tTm +nmP +nPO +nar +lJY +lJY +lKN +nPO +uxb +juv +kpt +nmC +nPO +nPO +nPO +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(100,1,1) = {" +sLM +sLM +tJz +tJz +tJz +mvf +mvf +mvf +tJz +fti +tJz +gKF +wBT +bqK +qeu +bqK +bIm +vRj +qeu +aNn +ikt +ubg +nOJ +nOJ +nOJ +nOJ +nOJ +pnR +ikt +rLd +rLd +rLd +ikt +bLo +bLo +bLo +ikt +ikt +ikt +gHo +tJz +iyK +tJz +tJz +mvf +mvf +mvf +tJz +eOW +eOW +lry +lry +eOW +eOW +eOW +eOW +eOW +sJn +tpT +iTO +iTO +uoU +xxf +nrf +cLI +drn +iTO +iTO +mpn +kAS +tJz +tJz +mlS +tJz +tJz +tJz +tJz +mlS +gHo +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mvf +tJz +tJz +tJz +tJz +tJz +tJz +tPk +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +ppW +buT +buT +qvv +qvv +ieF +aBK +uWq +iFn +buT +buT +xGd +qvv +bTx +bTx +lXw +bTx +qBQ +qBQ +qBQ +qBQ +qBQ +sIC +yjG +exD +qBQ +dCI +wrk +oHt +osb +qrs +qWw +sZk +sZk +sZk +sZk +quL +rbs +fUq +cWk +mTZ +qln +kEk +qln +mTZ +rbs +fUq +gJO +nkE +rCj +xnZ +clK +jrk +cWk +eSs +wEp +dcJ +eSs +oLq +aQA +wjg +dYf +tTm +tTm +nmP +iFr +lMG +lMG +lMG +lMG +lfS +osb +ciP +rtG +byz +byz +byz +byz +ise +ciP +ciP +fcw +htH +htH +htH +ejM +ciP +uSO +wpy +xYQ +jiu +hBJ +lJY +uqw +rAi +jDz +rAi +jDz +vHw +nPO +dYf +tTm +nmP +nPO +fsm +lJY +lJY +aYM +nPO +nPO +cwb +hnz +nPO +nPO +miD +jXp +isq +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(101,1,1) = {" +sLM +sLM +tJz +tJz +tJz +mvf +mvf +mvf +tJz +gHo +tJz +gKF +flk +gKj +sSn +uYx +bqK +qeu +bqK +kdG +ikt +ptP +eDL +cyD +nOJ +cyD +eDL +ptP +ikt +nNd +vhB +nNd +ikt +kzo +bQn +rVD +ikt +tJz +tJz +tJz +tJz +gHo +tJz +tJz +mvf +mvf +mvf +tJz +eOW +jyZ +bda +bda +bda +cnG +twr +cnG +eOW +eOW +soD +vCj +vCj +kDg +vCj +vCj +vCj +kDg +vCj +vCj +auh +eOW +tJz +tJz +tJz +chQ +mlS +mlS +tJz +tJz +mlS +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +mvf +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tPk +tJz +tJz +chQ +gHo +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +buT +buT +buT +xGd +eJB +eiK +pwZ +weE +buT +buT +qvv +wwG +bTx +bTx +bTx +bTx +qBQ +joG +utJ +rbw +qBQ +bVP +bzS +mIL +qBQ +qBQ +keE +qBQ +osb +ogC +qWw +sZk +sZk +sZk +sZk +xYo +rbs +eNL +cWk +sUi +dkB +qln +pEP +sUi +rbs +eNL +bBo +xUm +cuN +qIf +oio +jrk +cWk +sWK +vYO +ffa +sWK +vYO +eGy +wjg +ssh +hqL +xbR +akO +iFr +qjW +qjW +qjW +qjW +qjW +osb +ciP +qMA +jVd +tWr +xia +rOr +upK +ciP +gAO +fQc +jGj +gJQ +sFV +kwM +ciP +bgH +syd +ukh +jiu +ljw +lJY +nPO +mMF +nPO +ozL +nPO +ckZ +nPO +dYf +tTm +nmP +nPO +fsm +lJY +lJY +aYM +nPO +smo +uaY +kpt +nPO +jMh +lRO +jXp +fcF +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(102,1,1) = {" +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +tJz +tJz +tJz +ikt +gKF +gKF +gKF +ikt +wSu +bqK +qeu +qOk +ikt +ikt +ikt +ikt +vuo +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +tJz +gHo +wjI +dMb +gHo +wjI +chQ +mvf +mvf +mvf +chQ +eOW +jyZ +tpM +bda +ykz +bda +bda +bda +ffz +eOW +kAS +hdY +kAS +eOW +kAS +hdY +kAS +eOW +kAS +hdY +kAS +eOW +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +gHo +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +uox +tJz +mlS +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +xGd +qvv +buT +buT +buT +qLO +qvv +rDy +qvv +buT +buT +fie +qvv +bTx +bTx +bOw +bTx +qBQ +aWC +utJ +heD +qBQ +bVP +eFi +exD +jqr +qBQ +pFz +kDH +osb +osb +osb +cDV +sZk +piX +osb +osb +dfr +rjk +cWk +seb +qln +kEk +qln +seb +rbs +rjk +bBo +oSd +hIM +jpN +ozf +jrk +cWk +eSs +aQR +yiV +eSs +vYO +wvv +xZL +xZL +sca +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +ciP +ciP +ciP +ciP +ciP +ciP +ciP +ciP +eJc +iqn +iqn +iqn +iqn +pkR +ciP +nPO +fNM +nPO +nPO +nPO +kEB +nPO +nPO +nPO +nPO +nPO +nPO +nPO +dYf +tTm +nmP +nPO +dTw +lJY +lJY +cjw +qcz +aaB +lJY +kpt +efF +juv +kpt +jXp +npI +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(103,1,1) = {" +sLM +sLM +sLM +tJz +tJz +chQ +mvf +mvf +mvf +tJz +chQ +tJz +mlS +tJz +tJz +gKF +wMW +qeu +bqK +tVz +ikt +rPO +sBv +xFs +xFs +xFs +sBv +dmb +ikt +cYN +cLo +qal +qal +qal +pCS +qal +ikt +tJz +tJz +iyK +fti +tJz +tJz +tJz +mvf +mvf +mvf +tJz +eOW +fyJ +bda +otG +bda +bda +uXI +bda +wER +eOW +raB +bda +gMt +eOW +raB +bda +bda +eOW +raB +bda +ykz +eOW +tJz +mlS +tJz +tJz +mlS +tJz +tJz +chQ +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +gHo +tJz +mlS +mlS +tJz +mlS +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +mlS +wRu +tJz +tJz +mlS +sIG +tJz +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +fie +vOq +buT +buT +buT +ppW +qvv +cOJ +buT +buT +qvv +qvv +bTx +bTx +bTx +bTx +qBQ +wTj +utJ +sIn +iMy +bVP +uaM +exD +nDx +qBQ +tsH +pFz +cYS +osb +crA +sZk +sZk +jNu +neL +iFr +rbs +yij +cWk +seb +eft +dSS +eft +seb +rbs +yij +bBo +wKK +xTy +hNa +ozf +jrk +cWk +eSs +lkr +duN +eSs +gXX +wyg +xZL +jKD +iAJ +nEq +ucI +nEq +nEq +nEq +ucI +nEq +nEq +iYm +dHB +ipi +ipi +diQ +xnV +aQT +umT +ciP +nRv +jHR +iqn +iqn +aff +ciP +ciP +nPO +nPO +nPO +nuK +pvN +hfQ +nuK +hDG +nPO +ccF +cgE +xfK +nPO +dYf +tTm +lvt +nPO +quU +ygn +ika +fiY +qcz +aaB +lJY +kpt +efF +juv +kpt +etC +kED +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(104,1,1) = {" +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +mvf +tJz +tJz +mlS +avt +tJz +gKF +bxe +bqK +qeu +hUn +ikt +cqW +lxo +lxo +xFs +lxo +lxo +lxo +jWd +qal +qal +qal +ikt +jWd +ikt +jWd +ikt +tJz +tJz +wjI +gHo +tJz +tJz +tJz +mvf +kHk +mvf +tJz +eOW +jyZ +bda +ykz +bda +wBj +bda +bda +qms +eOW +oYe +ulL +sXm +eOW +oYe +ulL +sXm +eOW +oYe +bda +sXm +eOW +tJz +fti +tJz +tPk +tJz +tJz +mlS +tJz +tJz +tJz +tJz +mlS +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +mlS +tJz +mlS +tJz +mlS +mlS +mlS +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +qvv +ppW +jHG +buT +buT +buT +buT +buT +buT +buT +xGd +sqk +bTx +bTx +hFS +bTx +qBQ +mlJ +utJ +mHa +xNf +bVP +daP +exD +akc +qBQ +qBQ +vJZ +qBQ +osb +kRf +sZk +sZk +jNu +neL +iFr +rbs +vsH +cWk +sUi +plt +plt +plt +sUi +rbs +vsH +bBo +oVC +uVB +oNv +kkS +jrk +cWk +eSs +eSs +eSs +eSs +wMS +oMf +xZL +rBX +uxI +qem +uxI +uxI +uxI +uxI +uxI +qXJ +ond +rJs +xZL +ipi +ipi +ipi +ipi +pyA +phi +ciP +ipl +iqn +mQB +jNn +fzc +ciP +hFD +tiF +afs +uAi +dLm +xAG +hfQ +rQC +foK +nPO +djc +djc +djc +nPO +dYf +tTm +nmP +nPO +nPO +nPO +nPO +nPO +nPO +hSO +yjZ +eQL +nPO +ivB +eXj +etC +ndz +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(105,1,1) = {" +sLM +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +mvf +tJz +mlS +mlS +tJz +gKF +cAh +fPg +kUd +vuz +ikt +sUo +sUo +sUo +bZl +sUo +sUo +sUo +ikt +ltN +dBo +dBo +ikt +mIc +ikt +vEn +ikt +tJz +tJz +dMb +tJz +tJz +tJz +tJz +mvf +mvf +mvf +tJz +eOW +jyZ +ykz +drF +knO +loL +hsa +pLm +ngT +eOW +sEy +qnl +rze +eOW +rze +iXk +rze +eOW +rze +xkJ +tbJ +eOW +tJz +tJz +chQ +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +mlS +tJz +mlS +mlS +tJz +tJz +tJz +mlS +mlS +tJz +tJz +tJz +sIG +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vCF +qvv +quM +qvv +vOq +buT +buT +buT +buT +buT +buT +buT +qvv +quM +fie +bTx +bTx +bTx +qBQ +qBQ +qBQ +qBQ +qBQ +bVP +sBy +exD +ggu +qBQ +tsH +pFz +cYS +osb +wwi +sZk +sZk +jNu +neL +iFr +rbs +bmU +sCb +cdI +vXa +vXa +vXa +cdI +nzB +bmU +acq +eTs +gZM +szp +kMx +jrk +cWk +eSs +taB +sdE +eSs +eSs +eSs +xZL +dYv +rSX +xZL +mXk +dGG +xZL +kyT +ebq +xZL +gxo +tKN +xZL +rKF +ipi +pyA +cXI +ipi +ekl +ciP +mAi +iqn +iqn +iqn +tNq +ciP +lJY +lJY +lJY +lJY +lJY +lJY +hfQ +lJY +lJY +nPO +djc +auk +nPO +nPO +pUc +jiu +pUc +nPO +nPO +nPO +nPO +nPO +nPO +nPO +wAI +nPO +nPO +nPO +rus +etC +avX +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(106,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +tJz +chQ +mvf +mvf +mvf +mvf +tJz +tJz +chQ +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +ikt +tJz +tJz +tJz +tJz +tJz +tJz +chQ +mvf +mvf +mvf +chQ +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +eOW +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +mlS +tJz +tJz +tJz +tJz +tJz +gHo +tJz +tJz +mlS +tJz +tJz +tJz +mlS +tJz +chQ +tJz +tJz +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +ppW +qvv +fie +qvv +qvv +qLO +xGd +qvv +jHG +qvv +qvv +qvv +qvv +xGd +qvv +bTx +bTx +qBQ +uao +tEp +olV +qBQ +bVP +hoJ +mIL +qBQ +qBQ +keE +qBQ +qBQ +osb +hGz +hGz +riU +hGz +hGz +osb +rbs +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +jrk +sCb +aLx +vXa +vXa +vXa +iqG +cgC +xZL +gnO +xcj +xMj +gnO +iCa +xMj +fMh +iCa +xMj +gnO +iCa +xZL +tpR +pyA +ipi +ipi +kto +sfS +ciP +gRJ +iqn +ikL +iqn +iqn +qsh +hfQ +nFs +hfQ +hfQ +hfQ +hfQ +hfQ +nFs +hfQ +hoK +djc +nPO +nPO +psM +uAG +eII +uAG +oJn +nPO +nPO +nPO +nPO +nPO +wtB +rPF +drz +nPO +nPO +nPO +nPO +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(107,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +mvf +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +tJz +mlS +tJz +chQ +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +tJz +tJz +tJz +mlS +tJz +tJz +mlS +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +uMC +vCF +vCF +vCF +qBQ +qvv +vcQ +fie +qvv +qvv +quM +xGd +qvv +ppW +qvv +fie +qvv +fie +qBQ +sIn +qiZ +sIn +qBQ +sIC +yjG +exD +qBQ +rYm +jXI +jXI +wat +osb +sYZ +sYZ +sYZ +sYZ +sYZ +osb +kWA +jrk +myS +rTE +rTE +rTE +rTE +rTE +mrH +jrk +myS +rTE +rTE +pJN +rTE +rTE +rTE +rTE +rTE +pJN +rTE +dEY +lpw +xZL +jMe +oxA +xZL +jlc +oxA +xZL +jMe +oxA +xZL +jMe +tut +xZL +wLo +lts +shd +mjG +wjX +vop +ciP +bsB +aqj +xjP +rYT +bsB +ciP +bnQ +qJx +fAi +lJY +hfQ +lJY +bnQ +qJx +fAi +nPO +ubR +nPO +tyY +fkO +gJM +mNw +gJM +iKz +aCR +nPO +fBG +lRO +nPO +uYN +nqg +lRO +nPO +nvF +fuC +wJw +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(108,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +mvf +mvf +mvf +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +kHk +mvf +mvf +mvf +mvf +tJz +tJz +tJz +fti +tJz +tJz +mlS +tJz +mlS +tJz +woq +mlS +mlS +gHo +tJz +mlS +mlS +mlS +mlS +woq +chQ +mlS +tJz +tJz +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +vCF +vCF +vCF +qBQ +qvv +qvv +qvv +fie +qvv +sqk +qvv +quM +qvv +qBQ +okC +okC +okC +iMy +bVP +yjG +exD +bis +jXI +jXI +cue +osb +osb +gjQ +dtC +dtC +dtC +rPb +iFr +rbs +jrk +cWk +hpd +lMo +lMo +lMo +kok +rbs +jrk +nWb +eSs +eSs +eSs +sDk +eSs +eSs +eSs +eSs +eSs +sDk +eSs +eSs +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +xZL +sHP +ciP +ciP +nGm +nGm +nGm +ciP +ciP +tWx +wnU +sWH +lJY +srB +lJY +tWx +wnU +sWH +nPO +nPO +nPO +oqG +fkO +lJY +nbm +lJY +iKz +oXL +nPO +xFQ +kpt +tfv +iYk +vzZ +hil +mot +mTN +cUy +jmD +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(109,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +tJz +mlS +chQ +tJz +tJz +tJz +tJz +tJz +chQ +tJz +tJz +mlS +tJz +tJz +mlS +mlS +mlS +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +vCF +vCF +vCF +qBQ +qvv +ppW +qvv +qvv +fie +qBQ +okC +okC +okC +qBQ +bVP +yjG +exD +qBQ +wLJ +jXI +opo +osb +lKA +bxN +hdk +oGR +hdk +vcJ +iFr +rbs +jrk +cWk +bBd +wIB +vFp +ixq +ffa +rbs +jrk +cWk +eSs +adJ +fjg +wDo +fjg +adJ +eSs +adJ +fjg +cgi +fjg +adJ +eSs +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +kFS +bhI +tmr +mkF +yiY +hHM +yiY +bhI +tmr +mkF +jMn +nPO +nPO +oqG +fkO +lJY +wNP +lJY +iKz +oXL +nPO +yfX +eXj +nPO +fud +yjZ +ezR +nPO +lJY +aFw +rra +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(110,1,1) = {" +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +sLM +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +qBQ +qBQ +qBQ +qBQ +qBQ +qBQ +qBQ +hmE +dce +qSs +qBQ +rzB +nun +iHu +qBQ +whc +kUQ +hDP +osb +pbF +bxN +dUU +mYF +dUU +vcJ +iFr +rbs +jrk +cWk +bBd +bIJ +dxX +qaj +ffa +rbs +jrk +cWk +eSs +fjg +fjg +fjg +fjg +fjg +eSs +fjg +fjg +fjg +fjg +fjg +eSs +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +jiu +jiu +jiu +jiu +jiu +jiu +jiu +jiu +jiu +jiu +jiu +nPO +nPO +oqG +fkO +lJY +rFc +lJY +iKz +oXL +nPO +nPO +nPO +nPO +nPO +ayh +nPO +nPO +pvn +aFw +tHs +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(111,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eSs +eSs +eSs +eSs +eSs +eSs +eSs +eSs +eMy +eSs +eSs +eSs +eSs +eSs +eSs +eSs +eSs +osb +hKS +sYZ +sYZ +osb +rbs +jrk +cWk +nwK +mCj +brr +qaj +rZF +rbs +jrk +cWk +eSs +fjg +fjg +fjg +fjg +fjg +eSs +fjg +fjg +fjg +fjg +fjg +eSs +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +wVE +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +oqG +fkO +lJY +nTT +lJY +iKz +oXL +nPO +jNB +gwI +nPO +bSL +kyu +vto +nPO +lJY +aFw +bTO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(112,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +fjg +fjg +fjg +fjg +adJ +sWN +cdT +rmx +egv +sWN +adJ +fjg +fjg +fjg +fjg +adJ +osb +osb +osb +osb +eSs +xlM +seb +xlM +seb +bIJ +uVA +qaj +seb +xlM +seb +xlM +eSs +fjg +fjg +fjg +fjg +fjg +eSs +fjg +fjg +fjg +fjg +fjg +eSs +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +tyY +fkO +gJM +sat +gJM +iKz +aCR +nPO +lSv +qxU +nbq +brY +jyz +qxU +nPO +lJY +mTN +fPr +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(113,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +fjg +fjg +fjg +fjg +fjg +fjg +eSs +iHt +nGA +qHP +eSs +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +eSs +jrk +seb +jrk +seb +nZh +kxZ +awU +seb +jrk +seb +jrk +eSs +fjg +fjg +fjg +fjg +fjg +eSs +fjg +fjg +fjg +fjg +fjg +eSs +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +qZj +lVR +rAi +rER +rAi +wIQ +qZj +nPO +nIC +ffc +nPO +gFP +qKR +oQc +nPO +jed +ntp +wez +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(114,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +fjg +fjg +fjg +fjg +fjg +qSt +wzN +bBd +mdm +ffa +wzN +oEX +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +eSs +sJj +eSs +aYb +seb +seb +seb +seb +seb +sJj +eSs +aYb +eSs +adJ +fjg +fjg +fjg +adJ +eSs +adJ +fjg +fjg +fjg +adJ +eSs +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +nPO +nPO +bjI +nPO +bjI +nPO +nPO +nPO +nPO +nPO +nPO +uvI +pjg +jiu +nPO +nPO +nPO +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(115,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +fjg +fjg +fjg +fjg +fjg +fjg +eSs +uus +gCk +mWy +eSs +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +eSs +jrk +seb +jrk +seb +adJ +adJ +adJ +seb +jrk +seb +jrk +eSs +bnh +bnh +bnh +bnh +bnh +bnh +bnh +bnh +bnh +bnh +bnh +bnh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +nPO +uoV +kyu +tRy +kyu +gcQ +nPO +nPO +nPO +nPO +iRQ +fZl +deM +bgX +iRQ +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(116,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +fjg +fjg +fjg +fjg +adJ +eSs +eSs +eSs +eSs +eSs +adJ +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +eSs +oRM +seb +oRM +seb +adJ +adJ +adJ +seb +oRM +seb +oRM +eSs +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +qtv +lgw +sIV +sIV +sIV +nks +nnH +nPO +nPO +iRQ +iRQ +kOy +wLp +kOy +iRQ +iRQ +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(117,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +snC +snC +snC +naJ +snC +uzJ +snC +eRG +eRG +eRG +snC +naJ +snC +naJ +snC +snC +eRG +eRG +snC +snC +snC +snC +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +fmX +aqp +jiu +fmX +aqp +jiu +fmX +aqp +jiu +fmX +aqp +nPO +nPO +ieM +sIV +hYK +juF +fzI +sIV +qxU +nPO +qDW +bgX +lTv +laG +lcZ +laG +hnB +bgX +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(118,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +cnh +yey +iVd +dJX +snC +lLq +iFH +tfi +tfi +tfi +tMg +lLq +lLq +lLq +tMg +tfi +tfi +tfi +tfi +mpu +snC +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +qZj +ieM +sIV +lwl +wjq +rsz +sIV +hSE +bLF +pjg +deM +fOJ +qIF +daz +pFa +boN +gXr +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(119,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +iNH +dJX +dJX +dJX +jPy +iuG +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +fms +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +ieM +sIV +pRk +hnu +lCY +sIV +qxU +nPO +nPO +bgX +lTv +laG +eGU +laG +hnB +bgX +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(120,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +snC +iNH +dJX +dJX +lAY +eRG +iuG +hWD +lMl +lMl +lMl +wCP +lMl +hWD +lMl +lMl +lMl +wCP +lMl +hWD +fms +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +bAx +lty +sIV +sIV +sIV +cYj +blv +nPO +nPO +iRQ +iRQ +lxq +sBm +lxq +iRQ +iRQ +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(121,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +snC +eRG +snC +snC +snC +iNH +dJX +dJX +lAY +eRG +iuG +hWD +bkG +ycW +meX +wjW +bkG +hWD +meX +wjW +bkG +ukm +meX +hWD +pCJ +snC +cNN +cNN +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +jiu +aqp +aqp +nPO +nPO +nPO +lVy +cco +cco +cco +aoX +nPO +nPO +nPO +nPO +iRQ +bgX +deM +bgX +iRQ +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(122,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +dIr +bxg +sCI +dtn +snC +mEb +fAs +dJX +cLm +snC +iuG +hWD +tfi +tfi +tfi +daq +tfi +hWD +tfi +tfi +tfi +daq +tfi +hWD +fms +snC +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +nPO +upg +upg +jiu +tkL +tkL +jiu +vyx +vyx +jiu +mln +mln +eFe +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +nPO +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(123,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +dyD +kXh +kXh +kXh +kXh +mqw +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +wgD +itB +jnR +jnR +snC +snC +eRG +jPy +snC +snC +iuG +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +fms +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(124,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +gTX +lJk +itB +itB +ycW +wSY +iRI +xpr +nBZ +eRG +iuG +hWD +lMl +lMl +lMl +wCP +lMl +hWD +lMl +lMl +lMl +wCP +lMl +hWD +fms +snC +cNN +cNN +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(125,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +jtg +lJk +itB +itB +cFJ +fqT +hWD +hWD +iuG +dZw +iuG +hWD +bkG +ukm +meX +wjW +bkG +hWD +meX +wjW +bkG +ycW +meX +hWD +fms +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(126,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +oOM +lJk +itB +itB +cFJ +fqT +hWD +hWD +iuG +dZw +iuG +hWD +tfi +tfi +tfi +daq +tfi +hWD +tfi +tfi +tfi +daq +tfi +hWD +fms +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(127,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +sKd +lJk +itB +itB +ycW +dKw +eGe +xeY +nDq +eRG +iuG +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +hWD +pCJ +snC +cNN +cNN +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(128,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +lZs +itB +wId +cof +snC +snC +uUb +uUb +snC +snC +tcR +tMg +lLq +lLq +lMl +lMl +lMl +lMl +lMl +lMl +hWD +hWD +lMl +lMl +mpu +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(129,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +uHI +wmh +jss +urs +snC +hbm +xeY +eGe +lKj +snC +snC +snC +vBp +vBp +snC +snC +snC +snC +lJO +eRG +jgz +jgz +eRG +ycW +snC +snC +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(130,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +snC +eRG +snC +snC +snC +aQU +iuG +ufd +fms +snC +mND +aER +lLq +lLq +fSO +ivH +oCU +snC +tcQ +hGl +pgS +pgS +qIX +dsw +khr +snC +cNN +cNN +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(131,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +snC +aQU +iuG +ufd +fms +ycW +nbL +gln +oyM +oyM +oyM +oyM +cqV +qRj +yim +hGl +pgS +pgS +qIX +yim +utc +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(132,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +eRG +aQU +iuG +ufd +fms +snC +fbl +cff +ibI +ibI +ibI +ibI +vhV +qRj +yim +hGl +pgS +pgS +qIX +yim +utc +eRG +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(133,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +mpu +crx +vcD +ooR +snC +cIa +jwq +eRW +mpu +vSa +jgu +gKr +lJO +caZ +ivP +rmy +tcq +nyC +qTt +cnB +snC +uAZ +pTW +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(134,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +snC +eRG +gTe +gTe +eRG +snC +snC +eRG +eRG +eRG +eRG +eRG +snC +snC +snC +snC +eRG +eRG +eRG +eRG +snC +snC +snC +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(135,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(136,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(137,1,1) = {" +adJ +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +kXh +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(138,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(139,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(140,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(141,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(142,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(143,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(144,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(145,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(146,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(147,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(148,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(149,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(150,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +ezO +cdG +ezO +cdG +eLp +nvs +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(151,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +ezO +ezO +loY +gDx +bxM +xLm +ezO +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(152,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +cdG +sto +vfi +iwt +bxM +mbV +ezO +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(153,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +ezO +ezO +vCJ +kDv +bxM +ckK +ezO +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(154,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +ezO +cdG +wDK +cdG +eLp +nvs +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(155,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(156,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(157,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(158,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(159,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +aSs +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(160,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vVK +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(161,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(162,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(163,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(164,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(165,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(166,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(167,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(168,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(169,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(170,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(171,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(172,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(173,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(174,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +hMm +vxy +vxy +vxy +vxy +vxy +vxy +kIS +vxy +vxy +vxy +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(175,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +okp +gIb +fPl +cat +pbw +fSb +fSb +arh +qNp +lzj +vxy +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(176,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +amY +gIb +fPl +xty +arh +arh +arh +arh +arh +arh +kEZ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(177,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +xZs +xZs +vqY +xZs +xZs +vqY +xZs +xZs +xZs +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +eYN +gIb +fPl +hYP +sOq +aFK +aFK +eHl +qNp +ocT +vxy +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(178,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +vqY +uXQ +lAX +wMc +wmt +stf +ieY +kEM +cwF +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +scX +vxy +vxy +vxy +vxy +vxy +vxy +vxy +vxy +vxy +vxy +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(179,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +vqY +gNx +lAX +xZs +eti +owk +tIw +cbA +cwF +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(180,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +vqY +lbh +hoc +xZs +byg +dOf +tIw +kEM +cwF +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +xbY +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(181,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +xZs +xZs +htc +xZs +xZs +xZs +gOF +xZs +xZs +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +wGX +jMU +jMU +jMU +jMU +jMU +jMU +jMU +jMU +jMU +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(182,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +bcm +fEW +tAU +eyg +jof +jof +hvm +gqO +kiY +jMU +jMU +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(183,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +fzO +fEW +dJJ +dJJ +dJJ +dJJ +dJJ +dJJ +dJJ +fBu +rfM +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(184,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +axX +fEW +aPD +vPG +vPG +vPG +vPG +dJJ +flJ +jMU +jMU +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(185,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +sXy +jMU +jMU +jMU +jMU +jMU +jMU +xZz +jMU +jMU +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(186,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(187,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(188,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(189,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(190,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(191,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(192,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(193,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(194,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(195,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(196,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(197,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(198,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(199,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(200,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(201,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(202,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(203,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(204,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(205,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(206,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(207,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(208,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(209,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(210,1,1) = {" +adJ +fjg +fjg +bpc +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(211,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(212,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(213,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(214,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(215,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +eqO +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +rpv +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(216,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +pOA +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(217,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +hVs +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(218,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(219,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(220,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(221,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(222,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(223,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +vpo +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(224,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(225,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(226,1,1) = {" +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(227,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(228,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(229,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(230,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(231,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +svN +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(232,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +xYf +qDc +viN +kKO +viN +qDc +iqM +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(233,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +xYf +viN +kKO +viN +spP +orn +orn +orn +orn +orn +orn +orn +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(234,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +voU +pQE +pQE +orn +orn +orn +orn +orn +orn +iQW +iSp +kJF +rYI +vjW +wxv +dUV +stW +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(235,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +hdf +dII +orn +bGG +tBr +nHX +xZK +rsA +wHR +wAQ +nUg +mFZ +mFZ +mFZ +jOe +uWD +wxv +dUV +dUV +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(236,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +orn +orn +orn +orn +orn +lde +oxt +hSm +hSm +hSm +hSm +hSm +hSm +hSm +tBr +pbV +fuU +vNu +wxv +dUV +dUV +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(237,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +voU +orn +pEY +oKw +kyU +orn +bGG +uVK +uVK +qFS +uVK +uVK +uVK +uVK +uVK +vSv +hEf +orn +orn +spP +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(238,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +orn +ayH +uVK +uVK +uVK +spP +spP +dMZ +yjM +spP +orn +uVK +uVK +oHm +fLI +hrZ +spP +orn +orn +orn +orn +voU +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(239,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +aMw +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +ozt +vjh +cwg +jqd +mQq +fUW +orn +aaA +uVK +orn +orn +orn +uVK +pmM +spP +orn +spP +rBb +irK +orK +spP +orn +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(240,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +ozt +tXx +uhH +aCE +lcm +hUz +yjV +uVK +uVK +aiJ +kBX +qxe +uVK +ezC +urd +qAw +awj +kIB +aKx +gVF +puM +oyE +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(241,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +ozt +oyR +pBC +qfk +vOd +vFm +yjV +uVK +uVK +aiJ +kBX +xeH +uVK +ezC +urd +pJy +nkK +cct +dYY +axn +pwz +cLj +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(242,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +ozt +tuH +fWz +ikR +oMj +bYl +orn +vMP +uVK +orn +orn +orn +uVK +fYL +spP +jWg +spP +mZG +uXa +hRt +spP +orn +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(243,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +orn +hFw +uVK +uVK +uVK +spP +spP +dMZ +dMZ +orn +orn +uVK +uVK +oxt +dbh +fwQ +spP +orn +orn +orn +orn +voU +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +pAW +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(244,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +voU +orn +rwU +fPV +gaJ +orn +bGG +uVK +uVK +lgu +uVK +uVK +uVK +uVK +uVK +vSv +mVr +orn +orn +spP +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(245,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +cBN +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +orn +orn +orn +orn +orn +lde +oHm +wzD +wzD +wzD +wzD +wzD +wzD +wzD +unF +lcm +ifH +vjW +wxv +dUV +stW +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(246,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +wum +dII +orn +bGG +unF +dKq +dKq +djr +nfG +eaG +rgQ +lcm +lcm +lcm +xjv +uWD +wxv +dUV +dUV +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(247,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +voU +svw +svw +orn +orn +orn +orn +orn +orn +iwe +xaZ +uFW +gka +vNu +wxv +dUV +dUV +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(248,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +bgJ +viN +udu +viN +spP +orn +orn +orn +orn +orn +orn +orn +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(249,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +bgJ +ndh +viN +udu +viN +ndh +uWc +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(250,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(251,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(252,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(253,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(254,1,1) = {" +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +lgH +adJ +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +fjg +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} +(255,1,1) = {" +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +adJ +"} diff --git a/_maps/map_files220/generic/centcomm_test.dmm b/_maps/map_files220/generic/centcomm_test.dmm new file mode 100644 index 000000000000..101b14c0aff7 --- /dev/null +++ b/_maps/map_files220/generic/centcomm_test.dmm @@ -0,0 +1,69097 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ah" = ( +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/oak, +/area/admin) +"ao" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"aw" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator/multi, +/turf/simulated/floor/wood/oak, +/area/admin) +"ax" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/fork, +/obj/item/lighter, +/obj/item/restraints/handcuffs/cable/red, +/obj/item/storage/box/mousetraps, +/obj/item/storage/fancy/cigarettes, +/obj/item/pen, +/turf/simulated/floor/wood/oak, +/area/admin) +"aG" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"aH" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"aQ" = ( +/obj/item/clothing/under/color/rainbow, +/obj/item/clothing/glasses/sunglasses_fake, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"bq" = ( +/obj/structure/chair/stool/holostool{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"by" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer/lethal, +/turf/simulated/floor/wood/oak, +/area/admin) +"bz" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/wall/indestructible, +/area/admin) +"bI" = ( +/obj/structure/table, +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/turf/simulated/floor/wood/oak, +/area/admin) +"bJ" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"bL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"bM" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"ca" = ( +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"cb" = ( +/obj/effect/landmark/newplayer_start, +/turf/simulated/wall/indestructible/splashscreen, +/area/start) +"cz" = ( +/obj/structure/table/wood, +/obj/item/gun/medbeam, +/turf/simulated/floor/wood/oak, +/area/admin) +"cB" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/obj/structure/light_fake/small, +/turf/simulated/floor/wood/oak, +/area/admin) +"cN" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"cP" = ( +/obj/structure/table/wood, +/obj/item/fireaxe/energized, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"cQ" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/space/space_ninja, +/obj/item/clothing/shoes/space_ninja, +/obj/item/clothing/mask/gas/space_ninja, +/obj/item/clothing/gloves/space_ninja, +/obj/item/clothing/suit/space/space_ninja, +/obj/item/katana/energy, +/turf/simulated/floor/wood/oak, +/area/admin) +"cT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/shuttle/escape) +"cV" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid7" + }, +/area/holodeck/source_desert) +"cY" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid8" + }, +/area/holodeck/source_desert) +"dk" = ( +/obj/structure/table/wood, +/obj/item/bostaff, +/turf/simulated/floor/wood/oak, +/area/admin) +"dn" = ( +/obj/structure/table/wood, +/obj/item/pizzabox/pizza_bomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"do" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/tag/blue, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"dw" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator, +/turf/simulated/floor/wood/oak, +/area/admin) +"dx" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/escape) +"dA" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon, +/turf/simulated/floor/wood/oak, +/area/admin) +"dB" = ( +/obj/structure/rack/holorack, +/obj/item/clothing/under/dress/dress_saloon, +/obj/item/clothing/head/hairflower, +/turf/simulated/floor/holofloor{ + icon_state = "cult" + }, +/area/holodeck/source_theatre) +"dN" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/grass/no_creep, +/area/shuttle/escape) +"dP" = ( +/obj/machinery/computer/station_alert{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/shuttle/escape) +"dX" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "wood" + }, +/area/holodeck/source_theatre) +"dZ" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/obj/item/ammo_box/magazine/sniper_rounds/penetrator, +/turf/simulated/floor/wood/oak, +/area/admin) +"ea" = ( +/obj/structure/table/wood/poker, +/obj/machinery/door_control/shutter{ + id = "eventroom"; + name = "Ready room"; + pixel_x = -6; + pixel_y = 6; + req_access = list(150) + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"el" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"em" = ( +/obj/effect/landmark/spawner/atmos_test, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"ep" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"er" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/teleport, +/turf/simulated/floor/wood/oak, +/area/admin) +"ew" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"ez" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"eD" = ( +/obj/structure/table, +/obj/item/tank/internals/oxygen/yellow, +/obj/random/bomb_supply, +/obj/item/clothing/head/sombrero/shamebrero, +/turf/simulated/floor/wood/oak, +/area/admin) +"eK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/tag/red, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"eL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction, +/obj/item/gun/projectile/shotgun/boltaction/enchanted, +/turf/simulated/floor/wood/oak, +/area/admin) +"eR" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/shuttle/escape) +"eY" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/proto, +/turf/simulated/floor/wood/oak, +/area/admin) +"fb" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"fc" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"fg" = ( +/obj/structure/table/wood, +/obj/item/dualsaber/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"fi" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_emptycourt) +"fm" = ( +/obj/effect/landmark/costume/random, +/obj/structure/rack/holorack, +/turf/simulated/floor/holofloor{ + icon_state = "cult" + }, +/area/holodeck/source_theatre) +"fn" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/hook, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"fF" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand, +/turf/simulated/floor/wood/oak, +/area/admin) +"fG" = ( +/turf/simulated/wall/indestructible/fakeglass, +/area/adminconstruction) +"fO" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/plasteel + }, +/turf/simulated/wall/indestructible, +/area/adminconstruction) +"gc" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/rods, +/obj/item/pen, +/turf/simulated/floor/wood/oak, +/area/admin) +"gd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher/multi/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"gk" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/door, +/turf/simulated/floor/wood/oak, +/area/admin) +"gq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"gE" = ( +/obj/structure/table/wood, +/obj/item/whetstone/super, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"gN" = ( +/obj/structure/flora/grass/brown, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"gR" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/projectile/shotgun/sc_pump" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"gS" = ( +/obj/structure/table/wood, +/obj/item/encryptionkey/headset_cargo, +/obj/item/encryptionkey/headset_com, +/obj/item/encryptionkey/headset_eng, +/obj/item/encryptionkey/headset_iaa, +/obj/item/encryptionkey/headset_med, +/obj/item/encryptionkey/headset_medsci, +/obj/item/encryptionkey/headset_rob, +/obj/item/encryptionkey/headset_sci, +/obj/item/encryptionkey/headset_sec, +/obj/item/encryptionkey/headset_service, +/turf/simulated/floor/wood/oak, +/area/admin) +"hd" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/blue, +/obj/item/clothing/head/helmet/riot/knight/blue, +/obj/item/holo/claymore/blue, +/turf/simulated/floor/holofloor{ + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"hh" = ( +/obj/mecha/combat/marauder/mauler/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"hi" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ar, +/turf/simulated/floor/wood/oak, +/area/admin) +"ho" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/energy/noisecannon" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"hp" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"hw" = ( +/obj/effect/overlay/palmtree_r, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"hA" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"hB" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"hE" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/slipping/honkmother, +/turf/simulated/floor/wood/oak, +/area/admin) +"hI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/shuttle/escape) +"hN" = ( +/turf/simulated/floor/holofloor{ + icon_state = "rampbottom" + }, +/area/holodeck/source_theatre) +"hV" = ( +/obj/mecha/combat/gygax/dark/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"hZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy, +/turf/simulated/floor/wood/oak, +/area/admin) +"ib" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"ii" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"im" = ( +/obj/structure/table/wood, +/obj/item/toy/katana, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"io" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot, +/turf/simulated/floor/wood/oak, +/area/admin) +"iM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol, +/turf/simulated/floor/wood/oak, +/area/admin) +"iP" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"iY" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"jj" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"jl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/grenadelauncher, +/turf/simulated/floor/wood/oak, +/area/admin) +"jm" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "Тут должен был быть доминатор, но к счастью его тут нет."; + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/paper{ + info = "Тут должен был быть доминатор, но к счастью его тут нет."; + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"jq" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/wood/oak, +/area/admin) +"jB" = ( +/obj/structure/table/wood, +/obj/item/nullrod/tribal_knife, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"jD" = ( +/obj/structure/table/wood, +/obj/item/fireaxe/boneaxe, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"jF" = ( +/obj/effect/landmark/spawner/holocarp, +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"jH" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"jK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/reclinable/anaconda, +/obj/item/gun/projectile/revolver/reclinable/rsh12{ + pixel_y = -12 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"jM" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/change, +/turf/simulated/floor/wood/oak, +/area/admin) +"jQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"jY" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"jZ" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/turf/simulated/floor/wood/oak, +/area/admin) +"kb" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"kf" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"ki" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/floragun, +/turf/simulated/floor/wood/oak, +/area/admin) +"ko" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/resurrection, +/turf/simulated/floor/wood/oak, +/area/admin) +"kq" = ( +/obj/structure/table/wood, +/obj/item/butcher_chainsaw, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"kH" = ( +/turf/space, +/area/space/centcomm) +"kM" = ( +/obj/structure/table/wood, +/obj/item/hatchet/unathiknife, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"kQ" = ( +/obj/structure/table, +/obj/item/food/grown/citrus/lemon, +/obj/item/food/grown/berries, +/obj/item/food/grown/banana, +/obj/item/food/grown/cherries, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/corn, +/obj/item/food/grown/mushroom/amanita, +/turf/simulated/floor/wood/oak, +/area/admin) +"kT" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/envy, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"kU" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/syndieminibomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"kY" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"lc" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"ld" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"li" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_thunderdomecourt) +"lt" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"lA" = ( +/obj/item/storage/toolbox/syndicate{ + desc = "A powerful relic many men worked long and hard to keep safe and away from the forces of evil."; + force = 1e+008; + name = "toolbox of robustness" + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"lC" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access = list(79) + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/shuttle/supply) +"lE" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"lG" = ( +/turf/simulated/wall/indestructible/riveted, +/area/start) +"lR" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle, +/turf/simulated/floor/wood/oak, +/area/admin) +"lX" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"mk" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/obj/item/ammo_box/foambox/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"mn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/nagant, +/turf/simulated/floor/wood/oak, +/area/admin) +"mw" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/red, +/obj/item/clothing/under/color/red, +/obj/item/holo/esword/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"mB" = ( +/obj/item/gun/rocketlauncher, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"mC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"mH" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"mM" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space/hardsuit/syndi, +/obj/item/clothing/suit/space/hardsuit/syndi/elite{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"mR" = ( +/obj/structure/table/wood, +/obj/item/multisword, +/obj/item/multisword/pike, +/obj/item/multisword/pure_evil, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"mU" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/mateba, +/turf/simulated/floor/wood/oak, +/area/admin) +"mX" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid" + }, +/area/holodeck/source_desert) +"mY" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"na" = ( +/obj/structure/table/wood, +/obj/item/melee/energy/sword, +/obj/item/melee/energy/sword/cyborg, +/obj/item/melee/energy/sword/cyborg/saw, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"ne" = ( +/obj/structure/table/wood/poker, +/obj/item/clothing/shoes/roman, +/obj/item/shield/riot/roman, +/obj/item/clothing/head/helmet/roman/legionaire, +/obj/item/spear/bonespear, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"nk" = ( +/turf/simulated/floor/holofloor{ + icon_state = "grimy" + }, +/area/holodeck/source_meetinghall) +"nC" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"nK" = ( +/obj/structure/table/wood, +/obj/item/abductor_baton, +/obj/item/abductor/silencer, +/obj/item/abductor/mind_device, +/obj/item/abductor/gizmo, +/obj/structure/ninjatele{ + pixel_x = -28 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"nM" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"nN" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/turf/simulated/floor/wood/oak, +/area/admin) +"nU" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/projectile/shotgun/riot/buckshot" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"nX" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "Какой-то /obj/item/gun/energy/laser/retro/sc_retro. Хз что это." + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"nZ" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"oc" = ( +/obj/item/paper_bin/nanotrasen, +/obj/structure/table/wood/poker, +/obj/item/pen/multi/gold, +/obj/item/stamp/chameleon, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"og" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/detective, +/turf/simulated/floor/wood/oak, +/area/admin) +"oh" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/blindmut, +/obj/item/dnainjector/clumsymut, +/obj/item/dnainjector/comic, +/obj/item/dnainjector/coughmut, +/obj/item/dnainjector/deafmut, +/obj/item/dnainjector/epimut, +/obj/item/dnainjector/firemut, +/obj/item/dnainjector/glassesmut, +/obj/item/dnainjector/h2m, +/obj/item/dnainjector/hallucination, +/obj/item/dnainjector/hulkmut, +/obj/item/dnainjector/insulation, +/obj/item/dnainjector/m2h, +/obj/item/dnainjector/small_size, +/obj/item/dnainjector/morph, +/obj/item/dnainjector/nobreath, +/obj/item/dnainjector/noprints, +/obj/item/dnainjector/regenerate, +/obj/item/dnainjector/remoteview, +/obj/item/dnainjector/stuttmut, +/obj/item/dnainjector/telemut, +/obj/item/dnainjector/tourmut, +/turf/simulated/floor/wood/oak, +/area/admin) +"oj" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"ou" = ( +/obj/machinery/computer/account_database{ + name = "Admin Accounts Database"; + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"ov" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"oB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"oL" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/wood/oak, +/area/admin) +"oX" = ( +/obj/structure/table/wood, +/obj/item/gun/syringe/rapidsyringe, +/turf/simulated/floor/wood/oak, +/area/admin) +"pa" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"pk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel/improvised, +/turf/simulated/floor/wood/oak, +/area/admin) +"pC" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin, +/turf/simulated/floor/wood/oak, +/area/admin) +"pE" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasma_pistol, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"pJ" = ( +/obj/structure/table/wood, +/obj/item/toy/russian_revolver/trick_revolver, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"pN" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eventroom"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"pO" = ( +/turf/simulated/wall/indestructible/riveted, +/area/space/centcomm) +"qd" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/xray, +/turf/simulated/floor/wood/oak, +/area/admin) +"qh" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/random/bomb_supply, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/simulated/floor/wood/oak, +/area/admin) +"qt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/golden, +/turf/simulated/floor/wood/oak, +/area/admin) +"qv" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"qx" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/obj/item/ammo_box/foambox/sniper, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"qR" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/piecannon, +/obj/item/paper{ + info = "Если тут ничего не видно, значит никто до сих пор не вернул спрайт пирожной пушке." + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"qT" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"qU" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ri" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"ro" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/wood/oak, +/area/admin) +"rq" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"rr" = ( +/obj/structure/table/wood, +/obj/item/melee/energy/axe, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"rv" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"rD" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"rE" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_basketball) +"rG" = ( +/obj/mecha/combat/marauder/seraph/loaded, +/turf/simulated/floor/wood/oak, +/area/admin) +"rM" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"rP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/alien, +/turf/simulated/floor/wood/oak, +/area/admin) +"rR" = ( +/turf/simulated/wall/r_wall, +/area/start) +"sd" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"sm" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro, +/turf/simulated/floor/wood/oak, +/area/admin) +"sr" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"su" = ( +/obj/item/gun/grenadelauncher, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"sA" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator, +/turf/simulated/floor/wood/oak, +/area/admin) +"sO" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7" + }, +/area/holodeck/source_knightarena) +"ta" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"tc" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"th" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/shuttle/escape) +"to" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"tx" = ( +/obj/machinery/computer/syndicate_depot/teleporter{ + name = "Redspace Teleporter Console" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"tF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large, +/turf/simulated/floor/wood/oak, +/area/admin) +"tI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"tN" = ( +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"tP" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"tS" = ( +/obj/structure/chair/stool/holostool{ + dir = 4 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"ua" = ( +/obj/machinery/teleport/hub/upgraded{ + admin_usage = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ug" = ( +/obj/machinery/computer/security{ + dir = 4; + network = list("SS13","Telecomms","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/shuttle/escape) +"ux" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain, +/turf/simulated/floor/wood/oak, +/area/admin) +"uL" = ( +/obj/structure/table/wood, +/obj/item/gun/energy, +/obj/item/gun/energy/laser/captain, +/obj/item/gun/energy/e_gun, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun/cyborg, +/obj/item/gun/energy/gun/nuclear, +/turf/simulated/floor/wood/oak, +/area/admin) +"uS" = ( +/obj/structure/light_fake/spot{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"uW" = ( +/obj/machinery/door/airlock/hatch/syndicate{ + name = "What?" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"vb" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/e_gun/old, +/turf/simulated/floor/wood/oak, +/area/admin) +"vc" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/turret, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"vd" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/ai_status_display{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"ve" = ( +/obj/structure/table/wood, +/obj/item/toy/sword, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"vg" = ( +/obj/structure/table/wood, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/obj/item/suppressor, +/turf/simulated/floor/wood/oak, +/area/admin) +"vm" = ( +/obj/effect/overlay/palmtree_l, +/obj/effect/overlay/coconut, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"vu" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"vv" = ( +/obj/item/beach_ball, +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"vM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"vS" = ( +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"vU" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/plastic, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"vY" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher/meatcleaver, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"wd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/enforcer, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"we" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/emp, +/turf/simulated/floor/wood/oak, +/area/admin) +"wf" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/clown, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler/cyborg, +/obj/item/gun/energy/mimicgun, +/turf/simulated/floor/wood/oak, +/area/admin) +"wh" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/captain/scattershot, +/turf/simulated/floor/wood/oak, +/area/admin) +"wp" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/mini, +/turf/simulated/floor/wood/oak, +/area/admin) +"wC" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"wE" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"wJ" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"wM" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"xe" = ( +/obj/structure/table/wood, +/obj/item/dnainjector/antiblind, +/obj/item/dnainjector/anticlumsy, +/obj/item/dnainjector/anticomic, +/obj/item/dnainjector/anticough, +/obj/item/dnainjector/antideaf, +/obj/item/dnainjector/antiepi, +/obj/item/dnainjector/antifire, +/obj/item/dnainjector/antiglasses, +/obj/item/dnainjector/antihallucination, +/obj/item/dnainjector/antihulk, +/obj/item/dnainjector/antiinsulation, +/obj/item/dnainjector/anti_small_size, +/obj/item/dnainjector/antimorph, +/obj/item/dnainjector/antinobreath, +/obj/item/dnainjector/antinoprints, +/obj/item/dnainjector/antiregenerate, +/obj/item/dnainjector/antiremoteview, +/obj/item/dnainjector/antistutt, +/obj/item/dnainjector/antitele, +/obj/item/dnainjector/antitour, +/turf/simulated/floor/wood/oak, +/area/admin) +"xh" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"xq" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r, +/turf/simulated/floor/wood/oak, +/area/admin) +"xy" = ( +/obj/structure/table/wood, +/obj/item/toy/foamblade, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"xA" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"xI" = ( +/obj/item/mecha_parts/mecha_equipment/cable_layer, +/obj/item/mecha_parts/mecha_equipment/drill/diamonddrill, +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp, +/obj/item/mecha_parts/mecha_equipment/rcd, +/obj/item/mecha_parts/mecha_equipment/extinguisher, +/obj/structure/closet/crate, +/turf/simulated/floor/wood/oak, +/area/admin) +"xJ" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"xK" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"xN" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb, +/obj/machinery/syndicatebomb/training, +/turf/simulated/floor/wood/oak, +/area/admin) +"xS" = ( +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"xY" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse, +/turf/simulated/floor/wood/oak, +/area/admin) +"yj" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"yp" = ( +/turf/simulated/wall/indestructible, +/area/adminconstruction) +"yq" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"yC" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/slipping, +/turf/simulated/floor/wood/oak, +/area/admin) +"yE" = ( +/obj/machinery/economy/vending/nta/admin, +/turf/simulated/floor/wood/oak, +/area/admin) +"yH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/nuclear, +/turf/simulated/floor/wood/oak, +/area/admin) +"yI" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser/cyborg, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/scatter, +/obj/item/gun/energy/laser/tag, +/turf/simulated/floor/wood/oak, +/area/admin) +"yM" = ( +/obj/structure/table/wood, +/obj/item/grenade/smokebomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"yN" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid" + }, +/area/holodeck/source_desert) +"yX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/destroyer, +/turf/simulated/floor/wood/oak, +/area/admin) +"yY" = ( +/obj/docking_port/mobile/emergency{ + dwidth = 11; + height = 18; + width = 29 + }, +/obj/machinery/door/airlock/titanium{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 16; + height = 21; + id = "emergency_away"; + name = "emergency centcom"; + width = 41 + }, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"za" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/shuttle/escape) +"zj" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/boltaction/enchanted/arcane_barrage/blood, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"zs" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill/red, +/turf/simulated/floor/wood/oak, +/area/admin) +"zw" = ( +/obj/structure/table/wood, +/obj/item/adminfu_scroll, +/turf/simulated/floor/wood/oak, +/area/admin) +"zA" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/combat, +/turf/simulated/floor/wood/oak, +/area/admin) +"zP" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/minebot, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"zT" = ( +/obj/structure/dresser, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ag" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"Ah" = ( +/obj/effect/baseturf_helper{ + baseturf = /turf/simulated/floor/indestructible + }, +/turf/simulated/wall/indestructible, +/area/admin) +"At" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/m1911, +/turf/simulated/floor/wood/oak, +/area/admin) +"Az" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_r" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"AD" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"AJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"AM" = ( +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"AP" = ( +/obj/structure/table/holotable, +/obj/item/clothing/suit/armor/riot/knight/red, +/obj/item/clothing/head/helmet/riot/knight/red, +/obj/item/holo/claymore/red, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"AV" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/fireball, +/turf/simulated/floor/wood/oak, +/area/admin) +"AW" = ( +/obj/machinery/computer/card/centcom{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Bb" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_wildlife) +"Bg" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver, +/turf/simulated/floor/wood/oak, +/area/admin) +"Bh" = ( +/obj/machinery/chem_dispenser/upgraded{ + hackedcheck = 1 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Bl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/ak814, +/turf/simulated/floor/wood/oak, +/area/admin) +"Bo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"Bv" = ( +/obj/item/kirbyplants, +/obj/structure/light_fake/small{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Bz" = ( +/obj/structure/rack, +/obj/item/tank/jetpack/oxygen, +/obj/item/tank/jetpack/oxygen, +/turf/simulated/floor/wood/oak, +/area/admin) +"BB" = ( +/obj/structure/light_fake/small{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"BG" = ( +/obj/structure/table/wood/poker, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"BK" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid11" + }, +/area/holodeck/source_desert) +"BM" = ( +/obj/item/gun/projectile/revolver/grenadelauncher/multi, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"BN" = ( +/obj/structure/table/wood, +/obj/item/melee/candy_sword, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"BX" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ca" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/wood/oak, +/area/admin) +"Cc" = ( +/obj/structure/table, +/obj/item/storage/toolbox/syndicate, +/obj/item/shard, +/obj/item/kitchen/knife, +/obj/item/storage/firstaid/tactical, +/turf/simulated/floor/wood/oak, +/area/admin) +"Cx" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/grass/no_creep, +/area/shuttle/escape) +"CD" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/carbine, +/turf/simulated/floor/wood/oak, +/area/admin) +"CI" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/experimental, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"CM" = ( +/obj/machinery/optable, +/turf/simulated/floor/wood/oak, +/area/admin) +"CN" = ( +/obj/item/gun/throw, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"CR" = ( +/obj/machinery/computer/emergency_shuttle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"CT" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/tentacle, +/turf/simulated/floor/wood/oak, +/area/admin) +"De" = ( +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Do" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/supply) +"Dr" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_thunderdomecourt) +"Dt" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"DB" = ( +/obj/structure/table/wood, +/obj/item/grenade/syndieminibomb, +/turf/simulated/floor/wood/oak, +/area/admin) +"DC" = ( +/obj/structure/flora/tree/dead, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"DJ" = ( +/turf/simulated/floor/holofloor/space, +/area/holodeck/source_space) +"DM" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lasercannon/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"DO" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"DR" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic, +/turf/simulated/floor/wood/oak, +/area/admin) +"DZ" = ( +/obj/structure/holohoop, +/turf/simulated/floor/holofloor{ + dir = 1; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"Ec" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_boxingcourt) +"Eh" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/mindflayer, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ep" = ( +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Er" = ( +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"EG" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/telegun, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"EH" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Holodeck Projector Floor" + }, +/area/holodeck/source_plating) +"EM" = ( +/turf/simulated/floor/carpet, +/area/admin) +"ES" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian/soul, +/turf/simulated/floor/wood/oak, +/area/admin) +"ET" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"EU" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"EV" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"EW" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/engineering, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/admin) +"Fb" = ( +/obj/item/gun/energy/taser, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fi" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/lwap, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fk" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/pistol/m1911, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/shotgun/bulldog, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fp" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/bluespace_beacon/syndicate, +/turf/simulated/floor/wood/oak, +/area/admin) +"Fy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/turret, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"FM" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"FO" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/ritual, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"FR" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_thunderdomecourt) +"FS" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"FU" = ( +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"Ga" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/riot/short, +/turf/simulated/floor/wood/oak, +/area/admin) +"Gf" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"Gg" = ( +/obj/structure/chair/stool/holostool{ + dir = 1 + }, +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_theatre) +"Gk" = ( +/obj/structure/table/holotable, +/obj/item/clothing/gloves/boxing/hologlove{ + icon_state = "boxinggreen"; + item_state = "boxinggreen" + }, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"Gn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/fingergun/fake, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Gp" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid6" + }, +/area/holodeck/source_desert) +"Gr" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw, +/turf/simulated/floor/wood/oak, +/area/admin) +"GA" = ( +/obj/structure/table, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/reagent_containers/glass/bottle/adminordrazine, +/turf/simulated/floor/wood/oak, +/area/admin) +"GG" = ( +/obj/structure/table/wood, +/obj/machinery/syndicatebomb/badmin/clown, +/turf/simulated/floor/wood/oak, +/area/admin) +"GK" = ( +/obj/machinery/door/airlock/titanium{ + aiControlDisabled = 1; + hackProof = 1; + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch" + }, +/turf/simulated/floor/plating, +/area/shuttle/escape) +"GN" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/healing, +/turf/simulated/floor/wood/oak, +/area/admin) +"GU" = ( +/obj/structure/holowindow, +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"GY" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/wormhole_projector, +/turf/simulated/floor/wood/oak, +/area/admin) +"Hc" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/gyropistol, +/turf/simulated/floor/wood/oak, +/area/admin) +"Hk" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/crossbow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Hw" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/shuttle/escape) +"HE" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = -30 + }, +/obj/structure/light_fake/small, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"HL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle, +/turf/simulated/floor/wood/oak, +/area/admin) +"HP" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid3" + }, +/area/holodeck/source_desert) +"HQ" = ( +/obj/machinery/door/airlock/highsecurity, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"HT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/shuttle/escape) +"Id" = ( +/obj/structure/closet{ + icon_closed = "cabinet_closed"; + icon_opened = "cabinet_open"; + req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"If" = ( +/obj/structure/light_fake/spot, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/shuttle/escape) +"Il" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_boxingcourt) +"Iq" = ( +/turf/simulated/floor/mineral/plastitanium/red/brig, +/area/shuttle/escape) +"Is" = ( +/obj/structure/light_fake/spot{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/supply) +"Iv" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 5; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"IB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"IG" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/escape) +"II" = ( +/obj/item/gun/syringe/syndicate, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"IR" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"IV" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/wood/oak, +/area/admin) +"IW" = ( +/obj/structure/chair/stool/holostool{ + dir = 8 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"IX" = ( +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"Jc" = ( +/obj/structure/table/wood, +/obj/item/chainsaw/doomslayer, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"Jd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/bow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Je" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/door, +/turf/simulated/floor/wood/oak, +/area/admin) +"Jk" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_basketball) +"Jn" = ( +/obj/machinery/mech_bay_recharge_port/upgraded/unsimulated{ + dir = 2 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Jq" = ( +/turf/simulated/floor/plasteel/dark, +/area/shuttle/escape) +"Js" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"Jt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/shuttle/escape) +"Jv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"Jy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/retro/old, +/turf/simulated/floor/wood/oak, +/area/admin) +"JC" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "desert" + }, +/area/holodeck/source_beach) +"JD" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/combat/survival/bone, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"JJ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"JQ" = ( +/turf/simulated/floor/holofloor/carpet, +/area/holodeck/source_meetinghall) +"JV" = ( +/turf/simulated/floor/holofloor{ + icon_state = "engine"; + name = "Burn-Mix Floor"; + nitrogen = 0; + oxygen = 2500; + temperature = 370; + toxins = 5000 + }, +/area/holodeck/source_burntest) +"JW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/mounted, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ka" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7" + }, +/area/holodeck/source_knightarena) +"Kg" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/shuttle/escape) +"Kk" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff, +/turf/simulated/floor/wood/oak, +/area/admin) +"Km" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood/oak, +/area/admin) +"Kn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/shuttle/escape) +"Kt" = ( +/obj/structure/table/holotable, +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"Kv" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Kw" = ( +/obj/structure/closet, +/obj/structure/light_fake/small{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Ky" = ( +/obj/structure/table/wood, +/obj/item/sleeping_carp_scroll, +/turf/simulated/floor/wood/oak, +/area/admin) +"Kz" = ( +/obj/structure/chair/comfy/beige{ + dir = 1; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"KB" = ( +/turf/simulated/floor/holofloor{ + icon_state = "asteroid" + }, +/area/holodeck/source_picnicarea) +"KD" = ( +/obj/structure/shuttle/engine/propulsion, +/turf/simulated/floor/plating/airless, +/area/shuttle/escape) +"KG" = ( +/obj/structure/table, +/obj/random/tool, +/obj/item/clothing/gloves/color/yellow, +/obj/item/pinpointer/advpinpointer, +/turf/simulated/floor/wood/oak, +/area/admin) +"KH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"KJ" = ( +/obj/machinery/computer/card/centcom, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"KL" = ( +/obj/structure/table/wood, +/obj/item/gun/throw/crossbow/french, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"KR" = ( +/obj/mecha/combat/marauder/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"KS" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_basketball) +"La" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/booze, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ld" = ( +/turf/simulated/floor/holofloor{ + icon_state = "cult" + }, +/area/holodeck/source_theatre) +"Lg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/shuttle/escape) +"Lm" = ( +/obj/structure/flora/tree/pine, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"Lx" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel/improvised/cane, +/turf/simulated/floor/wood/oak, +/area/admin) +"LA" = ( +/obj/machinery/door/airlock/external{ + id_tag = "s_docking_airlock"; + name = "Shuttle Hatch"; + req_access = list(79) + }, +/obj/structure/fans/tiny, +/obj/docking_port/mobile/supply{ + dir = 4 + }, +/obj/docking_port/stationary{ + dir = 4; + dwidth = 5; + height = 7; + id = "supply_away"; + name = "supply centcom"; + width = 12 + }, +/turf/simulated/floor/plating, +/area/shuttle/supply) +"LK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/lethal, +/turf/simulated/floor/wood/oak, +/area/admin) +"LL" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/enforcer, +/turf/simulated/floor/wood/oak, +/area/admin) +"LR" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid5" + }, +/area/holodeck/source_desert) +"LW" = ( +/obj/machinery/computer/syndicate_depot/teleporter, +/turf/simulated/floor/wood/oak, +/area/admin) +"Mj" = ( +/obj/structure/table, +/obj/item/card/id/centcom{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id, +/obj/item/card/id/admin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Mk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/l6_saw/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"MC" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun, +/turf/simulated/floor/wood/oak, +/area/admin) +"MD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/adminconstruction) +"MF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/pulse/destroyer/annihilator, +/turf/simulated/floor/wood/oak, +/area/admin) +"MH" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/temperature, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"MX" = ( +/obj/structure/table/wood, +/obj/item/mecha_parts/mecha_equipment/medical/syringe_gun, +/turf/simulated/floor/wood/oak, +/area/admin) +"Np" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/chaos, +/turf/simulated/floor/wood/oak, +/area/admin) +"Nu" = ( +/obj/structure/chair/comfy/beige{ + dir = 8; + layer = 5; + pixel_y = -2 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ny" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/crossbow, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Nz" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"ND" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid1" + }, +/area/holodeck/source_desert) +"NF" = ( +/turf/simulated/floor/holofloor{ + icon_state = "red" + }, +/area/holodeck/source_basketball) +"NQ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/aps, +/turf/simulated/floor/wood/oak, +/area/admin) +"NT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/shuttle/escape) +"NU" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "/obj/item/gun/syringe/blowgun" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Oe" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"Of" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/obj/item/ammo_box/foambox, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Oi" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor{ + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid" + }, +/area/holodeck/source_desert) +"Oo" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_boxingcourt) +"Or" = ( +/obj/structure/table/wood, +/obj/item/gun/syringe, +/turf/simulated/floor/wood/oak, +/area/admin) +"Ot" = ( +/obj/machinery/computer/robotics, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/shuttle/escape) +"Ox" = ( +/turf/simulated/floor/carpet, +/area/adminconstruction) +"Oz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill, +/turf/simulated/floor/wood/oak, +/area/admin) +"OD" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/advtaser, +/obj/structure/fans/tiny/invisible, +/turf/simulated/floor/wood/oak, +/area/admin) +"OF" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/ionrifle/carbine, +/turf/simulated/floor/wood/oak, +/area/admin) +"OH" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_emptycourt) +"OL" = ( +/obj/structure/table/wood, +/obj/item/clothing/suit/blacktrenchcoat, +/obj/item/clothing/shoes/black, +/turf/simulated/floor/wood/oak, +/area/admin) +"OS" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/butcher, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"OW" = ( +/obj/structure/table/wood, +/obj/item/whetstone, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"Pc" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_thunderdomecourt) +"Pq" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/immolator/multi/cyborg, +/turf/simulated/floor/wood/oak, +/area/admin) +"Pt" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"Py" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/hos, +/turf/simulated/floor/wood/oak, +/area/admin) +"Pz" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/spikethrower, +/turf/simulated/floor/wood/oak, +/area/admin) +"PB" = ( +/obj/structure/table/wood, +/obj/item/holo/esword, +/obj/item/holo/esword/green, +/obj/item/holo/esword/red, +/obj/item/melee/energy/sword/pirate, +/obj/item/melee/energy/sword/saber, +/obj/item/melee/energy/sword/saber/blue, +/obj/item/melee/energy/sword/saber/green, +/obj/item/melee/energy/sword/saber/purple, +/obj/item/melee/energy/sword/saber/red, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"PE" = ( +/obj/structure/chair/comfy/beige{ + dir = 4; + layer = 5; + pixel_y = -2 + }, +/obj/machinery/status_display{ + pixel_y = 30 + }, +/obj/structure/light_fake/small{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"PJ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/doublebarrel, +/turf/simulated/floor/wood/oak, +/area/admin) +"PQ" = ( +/obj/item/storage/box/syringes, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/assembly/timer, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/grenade/chem_grenade/large, +/obj/item/gun/syringe/rapidsyringe, +/obj/item/reagent_containers/spray/chemsprayer, +/obj/structure/closet, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/obj/item/ammo_casing/shotgun/dart, +/turf/simulated/floor/wood/oak, +/area/admin) +"PT" = ( +/obj/structure/table/holotable, +/obj/item/clothing/head/helmet/thunderdome, +/obj/item/clothing/suit/armor/tdome/green, +/obj/item/clothing/under/color/green, +/obj/item/holo/esword/green, +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"Qc" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/shuttle/escape) +"Qd" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "beach" + }, +/area/holodeck/source_beach) +"Qg" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 6; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"Qt" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/tommygun, +/turf/simulated/floor/wood/oak, +/area/admin) +"QA" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield/pdw9, +/turf/simulated/floor/wood/oak, +/area/admin) +"QH" = ( +/obj/structure/table/wood, +/obj/item/fireaxe, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"QI" = ( +/obj/mecha/combat/honker/loaded{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"QN" = ( +/obj/structure/table/wood, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/obj/item/holosign_creator/atmos, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "dark" + }, +/area/admin) +"QP" = ( +/obj/structure/table/wood, +/obj/item/kitchen/knife/shiv/carrot, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"QT" = ( +/obj/structure/table/holotable, +/obj/machinery/readybutton, +/turf/simulated/floor/holofloor{ + dir = 9; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"Rd" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Rh" = ( +/turf/simulated/floor/holofloor{ + icon_state = "redfull" + }, +/area/holodeck/source_thunderdomecourt) +"Rj" = ( +/obj/item/paper{ + info = "Комната копипастнута с парашизы. Много чего что есть в билде, тут может отсутствовать, потому что всем лень изучать, особенно мне. /Если ты заметишь что тут чего-то нет, напиши мне в карточную или разрабскую. /-Aylong"; + name = "Напоминалка" + }, +/obj/effect/landmark/spawner/roundstart_observer, +/turf/simulated/floor/carpet, +/area/admin) +"Rn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/toy/pistol/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"RA" = ( +/obj/machinery/sleeper/upgraded, +/turf/simulated/floor/wood/oak, +/area/admin) +"RI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/shuttle/escape) +"RP" = ( +/obj/structure/shuttle/engine/propulsion{ + icon_state = "burst_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"RQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/shuttle/escape) +"RS" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_emptycourt) +"RV" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/chrono_gun, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"RW" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter/adv, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"RZ" = ( +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"Sf" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "blue" + }, +/area/holodeck/source_knightarena) +"Sm" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Sp" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/toy/tommygun, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"SA" = ( +/obj/structure/mineral_door/wood, +/turf/simulated/floor/wood/oak, +/area/admin) +"SK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/mounted, +/turf/simulated/floor/wood/oak, +/area/admin) +"SR" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/admin) +"SU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/shuttle/escape) +"SV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/shuttle/engine/heater, +/turf/simulated/floor/plating/airless, +/area/shuttle/supply) +"Te" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/focus, +/turf/simulated/floor/wood/oak, +/area/admin) +"Th" = ( +/obj/structure/table/wood, +/obj/item/radio/headset, +/obj/item/radio/headset/abductor, +/obj/item/radio/headset/alt, +/obj/item/radio/headset/binary{ + name = "binary radio headset" + }, +/obj/item/radio/headset/bot{ + name = "bot radio headset" + }, +/obj/item/radio/headset/centcom, +/obj/item/radio/headset/chameleon{ + name = "chamelon radio headset" + }, +/obj/item/radio/headset/ert, +/obj/item/radio/headset/ert/alt/commander, +/obj/item/radio/headset/heads{ + name = "heads radio headset" + }, +/obj/item/radio/headset/heads/ai_integrated, +/obj/item/radio/headset/heads/blueshield/alt, +/obj/item/radio/headset/heads/captain/alt, +/obj/item/radio/headset/heads/ce, +/obj/item/radio/headset/heads/cmo, +/obj/item/radio/headset/heads/hop, +/obj/item/radio/headset/heads/hos, +/obj/item/radio/headset/heads/magistrate/alt, +/obj/item/radio/headset/heads/ntrep, +/obj/item/radio/headset/heads/rd, +/obj/item/radio/headset/headset_cargo, +/obj/item/radio/headset/headset_cargo/mining, +/obj/item/radio/headset/headset_com, +/obj/item/radio/headset/headset_eng, +/obj/item/radio/headset/headset_iaa, +/obj/item/radio/headset/headset_med, +/obj/item/radio/headset/headset_medsci, +/obj/item/radio/headset/headset_rob, +/obj/item/radio/headset/headset_sci, +/obj/item/radio/headset/headset_sec, +/obj/item/radio/headset/headset_sec/alt, +/obj/item/radio/headset/headset_service, +/obj/item/radio/headset/syndicate{ + name = "syndicate radio headset" + }, +/obj/item/radio/headset/syndicate/alt, +/obj/item/radio/headset/syndicate/alt/syndteam{ + name = "syndicate team headset" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Tu" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/obj/item/ammo_box/foambox/sniper/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Tv" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_basketball) +"Tw" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/laser/instakill/blue, +/turf/simulated/floor/wood/oak, +/area/admin) +"TH" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle/gold, +/turf/simulated/floor/wood/oak, +/area/admin) +"TI" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "red" + }, +/area/holodeck/source_knightarena) +"TK" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/cyborg, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"TN" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/gun/blueshield, +/turf/simulated/floor/wood/oak, +/area/admin) +"TO" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/wood/oak, +/area/admin) +"TW" = ( +/turf/simulated/floor/holofloor{ + dir = 10; + icon_state = "green" + }, +/area/holodeck/source_basketball) +"TY" = ( +/turf/simulated/wall/indestructible, +/area/space/centcomm) +"Ua" = ( +/turf/simulated/floor/holofloor{ + icon_state = "greenfull" + }, +/area/holodeck/source_basketball) +"Ui" = ( +/obj/structure/table, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/reagent_containers/glass/beaker/bluespace, +/obj/item/storage/box/autoinjectors, +/turf/simulated/floor/wood/oak, +/area/admin) +"Uk" = ( +/obj/structure/table/wood, +/obj/item/chainsaw, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"Ul" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/meteorgun, +/obj/item/gun/energy/meteorgun/pen, +/turf/simulated/floor/wood/oak, +/area/admin) +"Up" = ( +/turf/simulated/wall/indestructible, +/area/admin) +"Uq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/shuttle/escape) +"UH" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"UO" = ( +/turf/simulated/floor/wood/oak, +/area/admin) +"UQ" = ( +/obj/mecha/combat/reticence/loaded, +/turf/simulated/floor/wood/oak, +/area/admin) +"UU" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol/deagle/camo, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/mini_uzi, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/shuttle/escape) +"Vk" = ( +/obj/structure/table/holotable/wood, +/turf/simulated/floor/holofloor{ + icon_state = "grimy" + }, +/area/holodeck/source_meetinghall) +"Vl" = ( +/obj/structure/table/wood, +/obj/item/whetstone/cult, +/turf/simulated/floor/plasteel{ + icon_state = "alienvault" + }, +/area/admin) +"Vr" = ( +/obj/structure/table, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/infra, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/obj/item/assembly/prox_sensor, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vu" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/wand/polymorph, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vw" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/wood/oak, +/area/admin) +"Vy" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/holofloor/grass, +/area/holodeck/source_picnicarea) +"VD" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/turf/simulated/floor/wood/oak, +/area/admin) +"VK" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/sniper_rifle/syndicate, +/turf/simulated/floor/wood/oak, +/area/admin) +"VS" = ( +/turf/simulated/floor/holofloor{ + icon = 'icons/misc/beach.dmi'; + icon_state = "seashallow" + }, +/area/holodeck/source_beach) +"Wb" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/capgun, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Wc" = ( +/obj/structure/table/wood/poker, +/obj/item/radio/intercom/syndicate, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/admin) +"Wd" = ( +/obj/structure/table/wood, +/obj/item/toy/chainsaw, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Wx" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/arc_revolver, +/turf/simulated/floor/wood/oak, +/area/admin) +"WA" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/holofloor{ + icon_state = "snow" + }, +/area/holodeck/source_snowfield) +"WD" = ( +/obj/structure/table/wood, +/obj/item/bio_chip_implanter/adrenalin{ + pixel_x = 12; + pixel_y = -12 + }, +/obj/item/bio_chip_implanter/emp{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/item/bio_chip_implanter/explosive{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/bio_chip_implanter/explosive_macro{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/bio_chip_implanter/freedom, +/obj/item/bio_chip_implanter/krav_maga{ + pixel_x = -9; + pixel_y = 9 + }, +/obj/item/bio_chip_implanter/mindshield{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/bio_chip_implanter/storage{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"WE" = ( +/obj/structure/table/wood, +/obj/item/paper{ + info = "Компактная снайперка /obj/item/gun/projectile/automatic/sniper_rifle/compact" + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"WF" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/m90, +/turf/simulated/floor/wood/oak, +/area/admin) +"WM" = ( +/turf/simulated/floor/holofloor{ + dir = 8; + icon_state = "green" + }, +/area/holodeck/source_thunderdomecourt) +"WP" = ( +/obj/structure/shuttle/engine/heater, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/escape) +"WT" = ( +/obj/structure/rack, +/obj/item/clothing/suit/space, +/obj/item/clothing/suit/space, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/helmet/space, +/obj/item/clothing/head/helmet/space, +/turf/simulated/floor/wood/oak, +/area/admin) +"WX" = ( +/obj/structure/table/wood, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/obj/item/suppressor/specialoffer, +/turf/simulated/floor/wood/oak, +/area/admin) +"WY" = ( +/turf/simulated/floor/holofloor{ + icon_state = "green" + }, +/area/holodeck/source_boxingcourt) +"Xa" = ( +/obj/structure/table, +/obj/item/card/id/silver{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/card/id/captains_spare, +/obj/item/card/id/lifetime{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xb" = ( +/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, +/obj/item/mecha_parts/mecha_equipment/weapon/energy/pulse, +/obj/item/mecha_parts/mecha_equipment/weapon/honker, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/carbine, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/flashbang/clusterbang, +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot, +/obj/structure/closet/crate, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xk" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/wt550, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xm" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/lasercarbine, +/turf/simulated/floor/wood/oak, +/area/admin) +"Xy" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/kinetic_accelerator/crossbow/large/cyborg, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"XB" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/speargun, +/turf/simulated/floor/wood/oak, +/area/admin) +"XF" = ( +/obj/structure/light_fake/spot{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/shuttle/escape) +"XZ" = ( +/obj/structure/table/wood, +/obj/item/melee/spellblade, +/turf/simulated/floor/wood/oak, +/area/admin) +"Yc" = ( +/obj/mecha/combat/phazon{ + operation_req_access = list(114) + }, +/turf/simulated/floor/wood/oak, +/area/admin) +"Yd" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/revolver/russian, +/turf/simulated/floor/wood/oak, +/area/admin) +"Yl" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/c20r/toy/riot, +/turf/simulated/floor/carpet/arcade, +/area/admin) +"Yn" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/automatic/pistol, +/turf/simulated/floor/wood/oak, +/area/admin) +"YC" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/decloner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"YM" = ( +/obj/structure/holowindow{ + dir = 1 + }, +/turf/simulated/floor/holofloor{ + icon_state = "asteroid7" + }, +/area/holodeck/source_knightarena) +"YZ" = ( +/obj/structure/table/wood, +/obj/item/gun/projectile/shotgun/automatic/dual_tube, +/turf/simulated/floor/wood/oak, +/area/admin) +"Zi" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon = 'icons/turf/floors/plating.dmi'; + icon_state = "asteroid2" + }, +/area/holodeck/source_desert) +"Zk" = ( +/obj/structure/table/wood, +/obj/item/gun/energy/plasmacutter, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkneutralfull" + }, +/area/admin) +"Zo" = ( +/obj/structure/table/wood, +/obj/item/gun/magic/staff/animate, +/turf/simulated/floor/wood/oak, +/area/admin) +"Zp" = ( +/turf/simulated/floor/holofloor{ + dir = 4; + icon_state = "red" + }, +/area/holodeck/source_emptycourt) +"Zr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/shuttle/escape) +"ZA" = ( +/obj/structure/table/wood, +/obj/item/grenade/clusterbuster/mega_syndieminibomb, +/turf/simulated/floor/wood/oak, +/area/admin) + +(1,1,1) = {" +Ah +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(2,1,1) = {" +Up +bz +BB +tI +tI +Bv +Up +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +kT +FO +QH +jD +EM +EM +Of +mk +qx +Tu +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +mY +Tv +Tv +Tv +jH +De +aG +aG +aG +TW +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(3,1,1) = {" +Up +bL +UO +UO +UO +UO +Rd +Up +zT +UO +IV +Up +zT +UO +IV +Up +JD +UO +UO +UO +EM +EM +UO +UO +UO +fg +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +mY +Tv +xS +KS +NF +kY +Ua +Jk +aG +TW +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(4,1,1) = {" +Up +ca +UO +UO +UO +UO +Rd +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +QP +xh +OW +vU +EM +EM +ib +pJ +UO +ve +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +DZ +KS +xS +KS +NF +kY +rE +Jk +Ua +qT +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(5,1,1) = {" +Up +lX +UO +Km +UO +UO +Rd +Up +Up +SA +Up +Up +Up +SA +Up +Up +vY +gE +Vl +PB +EM +EM +xy +im +UO +Ny +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +pa +aH +xS +KS +NF +kY +Ua +Jk +rq +Ep +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(6,1,1) = {" +Up +ua +lt +UO +UO +lt +Rd +Up +tI +bL +tI +Up +tI +bL +tI +Up +OS +UO +UO +UO +EM +EM +do +eK +UO +wd +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +pO +EH +EH +EH +EH +EH +EH +EH +EH +EH +EH +pO +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +DJ +pO +pa +aH +aH +aH +xA +nC +rq +rq +rq +Ep +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(7,1,1) = {" +Up +Up +Up +UO +UO +Up +Up +Up +bL +UO +bL +iY +bL +UO +bL +Up +jB +fn +Uk +BN +EM +EM +oB +Sp +UO +ta +Up +kH +TY +kH +TY +kH +fO +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +yp +kH +TY +kH +TY +kH +TY +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(8,1,1) = {" +Up +bL +lE +UO +UO +UO +pN +UO +UO +UO +UO +UO +UO +UO +UO +Up +to +kq +Jc +na +EM +EM +Sm +Yl +UO +IB +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +pO +dB +Ld +Ld +dX +dX +dX +FU +FU +FU +FU +pO +JC +JC +JC +JC +JC +JC +JC +Qd +VS +VS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(9,1,1) = {" +Up +tx +UO +UO +UO +UO +pN +UO +UO +UO +UO +UO +UO +UO +UO +Up +kM +UO +UO +UO +EM +EM +UO +UO +UO +Rn +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +Bb +jF +Bb +Bb +Bb +Bb +Bb +Bb +jF +Bb +pO +fm +Ld +Ld +dX +FU +Gg +Gg +Gg +Gg +Gg +pO +JC +hw +JC +JC +aQ +JC +JC +Qd +VS +VS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(10,1,1) = {" +Up +bL +lt +UO +UO +UO +pN +UO +UO +UO +UO +UO +UO +UO +UO +Up +Nz +cP +rr +mR +EM +EM +Mk +AJ +Wd +vu +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +Bb +Bb +Bb +Bb +jF +jF +Bb +Bb +Bb +Bb +pO +fm +Ld +Ld +dX +FU +Gg +Gg +Gg +Gg +Gg +pO +JC +JC +JC +JC +JC +JC +JC +Qd +VS +VS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(11,1,1) = {" +Up +Up +Up +UO +UO +Up +Up +Up +bL +UO +bL +vS +bL +UO +bL +Up +Up +Up +Up +Up +EM +EM +Up +Up +Up +Up +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +Bb +jF +Bb +Bb +Bb +Bb +Bb +Bb +jF +Bb +pO +fm +Ld +Ld +dX +FU +Gg +Gg +Gg +Gg +Gg +pO +JC +vm +JC +JC +JC +vv +JC +Qd +VS +VS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(12,1,1) = {" +Up +tI +Bv +UO +UO +Bv +tI +Up +tI +bL +bL +Up +tI +bL +tI +Up +MH +zP +CI +TK +EM +EM +KL +Hk +Kv +Wb +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +Bb +pO +fm +Ld +Ld +hN +dX +dX +FU +FU +FU +FU +pO +JC +JC +JC +JC +JC +JC +JC +Qd +VS +VS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(13,1,1) = {" +Up +EV +EV +UO +UO +EV +EV +Up +Up +SA +Up +Up +Up +SA +Up +Up +Gn +UO +UO +UO +EM +EM +UO +UO +UO +II +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(14,1,1) = {" +Up +jj +EV +UO +UO +EV +vd +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +Jd +GY +sA +Pz +EM +EM +XB +Or +MX +pE +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +RZ +RZ +RZ +RZ +RZ +RZ +RZ +gN +RZ +RZ +pO +yj +Gf +Gf +Gf +GU +sd +WM +WM +WM +rM +pO +jY +Il +Il +Il +Il +fb +fb +fb +fb +ri +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(15,1,1) = {" +Up +PE +EV +UO +UO +EV +HE +Up +zT +UO +IV +Up +zT +UO +IV +Up +Zk +ki +NU +cz +EM +EM +tF +Ul +oX +Xy +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +RZ +wE +RZ +RZ +RZ +DC +RZ +RZ +WA +RZ +pO +mw +Rh +Rh +Rh +FR +li +Dr +Dr +Dr +PT +pO +nZ +Ec +Ec +Ec +Ec +Oo +Oo +Oo +Oo +WY +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(16,1,1) = {" +Up +Rd +Rd +UO +UO +Rd +Wc +Up +jZ +UO +cB +Up +jZ +UO +cB +Up +RW +UO +UO +UO +EM +EM +UO +UO +UO +EG +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +RZ +RZ +RZ +RZ +RZ +RZ +RZ +RZ +RZ +RZ +pO +mw +Rh +Rh +Rh +FR +li +Dr +Dr +Dr +PT +pO +nZ +Ec +Ec +Ec +Ec +Oo +Oo +Oo +Oo +WY +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(17,1,1) = {" +Up +aa +UO +UO +UO +Nu +ea +Up +Up +Up +Up +Up +Up +Up +Up +Up +RV +vc +Fy +ho +EM +EM +YC +zj +fc +qR +Up +Up +Up +Up +Up +Up +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +RZ +RZ +Lm +RZ +WA +RZ +RZ +RZ +DC +RZ +pO +mw +Rh +Rh +Rh +FR +li +Dr +Dr +Dr +PT +pO +nZ +Ec +Ec +Ec +Ec +Oo +Oo +Oo +Oo +WY +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(18,1,1) = {" +Up +Kw +UO +UO +UO +Id +BG +Up +WX +vg +Th +xe +oh +gS +WD +Up +Up +Up +Up +Up +EM +EM +Up +Up +Up +Up +Up +EW +EW +EW +EW +EW +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +RZ +RZ +RZ +RZ +RZ +RZ +wE +RZ +RZ +gN +pO +nM +Pc +Pc +Pc +qv +oj +tP +tP +tP +kf +pO +hA +rv +rv +rv +rv +FM +FM +FM +FM +Gk +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(19,1,1) = {" +Up +Up +Up +uW +uW +Up +Up +Up +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +Ox +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(20,1,1) = {" +Up +bL +iY +bL +bL +bL +bL +Up +TH +NQ +Yn +jK +og +ES +mn +qt +UO +hZ +xq +VD +EM +Rj +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +Ox +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +JV +JV +JV +JV +JV +JV +JV +JV +JV +JV +pO +mX +mX +mX +mX +cV +mX +mX +mX +mX +yN +pO +yq +xJ +xJ +xJ +xJ +ep +ep +ep +ep +Js +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(21,1,1) = {" +Up +KJ +Kz +bL +bL +bL +bL +Up +UU +lR +by +LL +CN +Yd +mU +Bg +UO +Vb +eY +WF +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +Ox +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +JV +em +JV +JV +JV +JV +JV +JV +em +JV +pO +mX +Oi +Zi +mX +mX +cV +Oi +mX +ND +mX +pO +sr +OH +OH +OH +OH +fi +fi +fi +fi +RS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(22,1,1) = {" +Up +qU +oc +BG +ne +bL +bL +Up +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +UO +EM +EM +Zo +Je +Np +jM +Up +QN +QN +QN +QN +QN +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +JV +JV +JV +JV +JV +JV +JV +JV +JV +JV +pO +Gp +mX +mX +yN +mX +mX +cV +mX +mX +HP +pO +sr +OH +OH +OH +OH +fi +fi +fi +fi +RS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(23,1,1) = {" +Up +Up +Up +Up +Up +Up +Up +Up +zA +io +nU +PJ +io +DR +MC +UO +eL +UO +WE +HL +EM +EM +Je +UO +UO +UO +Up +Up +Up +Up +Up +Up +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +JV +em +JV +JV +JV +JV +JV +JV +em +JV +pO +mX +mX +mX +BK +mX +mX +mX +cV +mX +mX +pO +sr +OH +OH +OH +OH +fi +fi +fi +fi +RS +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(24,1,1) = {" +Up +Jn +UO +ET +UQ +Yc +hV +hh +Ga +Fn +gR +pk +Lx +LK +YZ +UO +Gr +UO +dZ +VK +EM +EM +Kk +yC +Te +GN +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +JV +JV +JV +JV +JV +JV +JV +JV +JV +JV +pO +mX +cY +mX +mX +mX +LR +yN +mX +cV +Oi +pO +Er +Zp +Zp +Zp +Zp +Pt +Pt +Pt +Pt +DO +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(25,1,1) = {" +Up +xI +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +SR +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(26,1,1) = {" +Up +Xb +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +EM +SR +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +QT +TI +TI +TI +ew +hB +Sf +Sf +Sf +Kt +pO +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +pO +UH +JJ +hp +KB +IX +IX +KB +hp +JJ +UH +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(27,1,1) = {" +Up +Jn +UO +FS +UO +KR +rG +QI +Xk +Qt +SR +EM +EM +Hc +mB +gd +UO +yE +Up +Up +Up +Up +Up +EM +EM +Up +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +AP +Ka +Ka +Ka +sO +YM +Ka +Ka +Ka +hd +pO +nk +JQ +Vk +nk +bq +bq +bq +bq +bq +nk +pO +Vy +hp +JJ +KB +tS +tS +KB +JJ +hp +Vy +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(28,1,1) = {" +Up +Up +Up +Up +Up +Up +Up +Up +Bl +hi +SR +EM +EM +su +BM +jl +UO +UO +Up +Eh +qd +ux +Xm +UO +UO +sm +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +AP +Ka +Ka +Ka +sO +YM +Ka +Ka +Ka +hd +pO +nk +JQ +Vk +nk +bq +bq +bq +bq +bq +nk +pO +UH +JJ +hp +KB +ld +ld +KB +hp +JJ +UH +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(29,1,1) = {" +Up +ax +gc +kQ +bI +nN +GA +Up +EM +EM +EM +EM +EM +UO +UO +UO +UO +hE +Up +Oz +UO +UO +UO +UO +UO +nX +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +AP +Ka +Ka +Ka +sO +YM +Ka +Ka +Ka +hd +pO +nk +JQ +Vk +nk +bq +bq +bq +bq +bq +nk +pO +Vy +hp +JJ +KB +IW +IW +KB +JJ +hp +Vy +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(30,1,1) = {" +Up +PQ +UO +TO +Vr +UO +jq +Up +EM +EM +EM +EM +EM +UO +UO +UO +UO +XZ +Up +Tw +UO +dw +QA +ro +UO +Jy +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +pO +Iv +wC +wC +wC +tc +lc +AD +AD +AD +Qg +pO +nk +nk +nk +nk +nk +nk +nk +nk +nk +nk +pO +UH +JJ +hp +KB +IX +IX +KB +hp +JJ +UH +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(31,1,1) = {" +Up +Cc +UO +Bh +UO +UO +Ui +Up +EM +EM +SR +er +ko +Vu +AV +gk +fF +CT +Up +zs +UO +Pq +At +OF +UO +yI +Up +kH +TY +kH +TY +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +TY +kH +TY +kH +TY +kH +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +pO +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(32,1,1) = {" +Up +xK +UO +UO +EM +EM +EM +EM +EM +EM +SR +Up +Up +Up +Up +Up +Up +Up +Up +xY +UO +UO +UO +UO +UO +uL +Up +kH +kH +kH +kH +kH +yp +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +MD +yp +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(33,1,1) = {" +Up +CM +UO +UO +EM +EM +EM +EM +EM +EM +EM +EM +EM +zw +nK +La +OL +dk +Up +CD +UO +aw +Wx +Fb +UO +wf +Up +kH +TY +kH +TY +kH +yp +yp +yp +yp +yp +yp +yp +yp +HQ +yp +HQ +yp +yp +fG +yp +yp +HQ +yp +HQ +yp +yp +yp +yp +yp +yp +yp +yp +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(34,1,1) = {" +Up +Ca +RA +UO +oL +Vw +SR +Up +EM +EM +EM +EM +EM +UO +UO +UO +UO +lA +Up +BX +UO +UO +UO +UO +UO +wh +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +yp +MD +yp +MD +yp +kH +kH +kH +yp +MD +yp +MD +yp +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(35,1,1) = {" +Up +Up +Up +UO +Up +Up +Up +Up +EM +EM +Up +Up +UO +UO +UO +UO +UO +cQ +Up +yX +UO +JW +rP +yH +UO +dA +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +yp +MD +fG +MD +fG +kH +kH +kH +fG +MD +fG +MD +yp +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(36,1,1) = {" +Up +WT +Bz +UO +UO +Up +GG +UO +EM +EM +ZA +Up +LW +UO +UO +UO +UO +Ky +Up +MF +UO +wp +Fk +iM +UO +DM +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +yp +MD +fG +MD +fG +kH +kH +kH +fG +MD +fG +MD +yp +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(37,1,1) = {" +Up +mM +UO +UO +UO +Up +we +UO +UO +UO +kU +Up +Fp +UO +UO +UO +UO +UO +Up +Fi +UO +UO +UO +UO +UO +TN +Up +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +yp +MD +fG +MD +fG +kH +kH +kH +fG +MD +fG +MD +yp +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(38,1,1) = {" +Up +eD +qh +KG +UO +Up +pC +xN +DB +dn +yM +Up +Up +UO +Mj +Xa +AW +ou +Up +SK +Py +UO +UO +UO +jm +vb +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +yp +MD +yp +MD +yp +kH +kH +kH +yp +MD +yp +MD +yp +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(39,1,1) = {" +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +Up +UO +KH +UO +Up +Up +Up +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +yp +bM +yp +bM +yp +yp +fG +yp +yp +bM +yp +bM +yp +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +TY +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(40,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +Up +ah +OD +ah +Up +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +dx +dx +dx +dx +GK +dx +yY +dx +ez +ez +ez +dx +GK +dx +GK +dx +dx +ez +ez +dx +dx +dx +dx +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(41,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +rR +kH +Do +Do +Do +Do +Do +LA +Do +lC +Do +Do +Do +kH +kH +kH +kH +kH +kH +kH +kH +kH +dx +Iq +Iq +Iq +Iq +dx +AM +AM +mC +mC +mC +AM +AM +XF +AM +AM +mC +mC +mC +mC +mC +dx +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(42,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +Do +rD +rD +rD +rD +rD +bJ +rD +rD +rD +Do +RP +kH +kH +kH +kH +kH +kH +kH +kH +ez +Iq +Iq +Iq +Iq +Iq +el +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +mC +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(43,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +Do +rD +rD +rD +rD +rD +rD +rD +rD +rD +SV +Dt +kH +kH +kH +kH +kH +kH +kH +dx +dx +iP +Iq +Iq +Iq +ez +el +RI +mC +mC +mC +mC +mC +RI +mC +mC +mC +mC +mC +RI +mC +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(44,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +Do +ii +rD +rD +rD +rD +rD +rD +rD +ao +SV +Dt +kH +kH +kH +dx +dx +ez +dx +dx +dx +Iq +Iq +Iq +Iq +ez +el +RI +dN +dx +Cx +dx +dN +RI +Cx +dx +dN +dx +Cx +RI +If +dx +IG +IG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(45,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +Do +rD +rD +rD +rD +rD +rD +rD +rD +rD +SV +Dt +kH +kH +kH +dx +Jq +Uq +ug +Kg +dx +Iq +Iq +Iq +Iq +dx +el +RI +mC +mC +mC +mC +mC +RI +mC +mC +mC +mC +mC +RI +mC +dx +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(46,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +Do +rD +rD +rD +Is +rD +rD +rD +rD +rD +Do +Az +kH +kH +kH +ez +Jq +Jq +Jq +EU +dx +dx +ez +Iq +dx +dx +eR +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +mC +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(47,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +Do +Do +Do +Do +Do +Do +Do +Do +Do +Do +Do +kH +kH +kH +kH +ez +Ot +Jq +Jq +Jq +dx +HT +HT +hI +hI +ez +el +RI +mC +mC +mC +mC +mC +RI +mC +mC +mC +mC +mC +RI +If +dx +IG +IG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(48,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ez +Oe +Jq +Jq +Jq +AM +Vh +RI +RI +el +RI +el +RI +dN +dx +Cx +dx +dN +RI +Cx +dx +dN +dx +Cx +RI +mC +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(49,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ez +CR +Jq +Jq +Jq +AM +Vh +RI +RI +el +RI +el +RI +mC +mC +mC +mC +mC +RI +mC +mC +mC +mC +mC +RI +mC +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(50,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +cb +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ez +tN +Jq +Jq +Jq +dx +Kn +Kn +Jv +Jv +ez +el +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +RI +mC +dx +IG +IG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(51,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ez +Jq +Jq +Jq +EU +dx +dx +AM +AM +dx +dx +mC +AM +AM +AM +mC +mC +mC +cN +mC +mC +RI +RI +mC +mC +mC +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(52,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +dx +Uq +Uq +dP +Hw +dx +mC +Jv +Kn +wM +dx +dx +dx +AM +AM +dx +dx +dx +dx +dx +ez +RI +RI +ez +dx +dx +dx +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(53,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +dx +dx +ez +dx +dx +dx +mC +el +Lg +mC +dx +mC +mC +AM +AM +mC +Ag +mC +dx +Zr +Jt +SU +SU +gq +ov +Zr +dx +IG +IG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(54,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +dx +dx +mH +el +Lg +mC +dx +AM +za +NT +NT +NT +NT +th +AM +Zr +Jt +SU +SU +gq +Zr +Zr +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(55,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +ez +mC +el +Lg +mC +dx +uS +RQ +Qc +Qc +Qc +Qc +cT +AM +Zr +Jt +SU +SU +gq +Zr +Zr +ez +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(56,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +dx +mC +Bo +vM +mC +dx +mC +mC +mC +mC +mC +mC +mC +dx +Zr +wJ +jQ +jQ +IR +Zr +Zr +dx +WP +KD +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(57,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +dx +ez +kb +kb +ez +dx +dx +ez +ez +ez +ez +ez +dx +dx +dx +dx +ez +ez +ez +ez +dx +dx +dx +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(58,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(59,1,1) = {" +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +lG +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(60,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(61,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(62,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(63,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(64,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(65,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(66,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(67,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(68,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(69,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(70,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(71,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(72,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(73,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(74,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(75,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(76,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(77,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(78,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(79,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(80,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(81,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(82,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(83,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(84,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(85,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(86,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(87,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(88,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(89,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(90,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(91,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(92,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(93,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(94,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(95,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(96,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(97,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(98,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(99,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(100,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(101,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(102,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(103,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(104,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(105,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(106,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(107,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(108,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(109,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(110,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(111,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(112,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(113,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(114,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(115,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(116,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(117,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(118,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(119,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(120,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(121,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(122,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(123,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(124,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(125,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(126,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(127,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(128,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(129,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(130,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(131,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(132,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(133,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(134,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(135,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(136,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(137,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(138,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(139,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(140,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(141,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(142,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(143,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(144,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(145,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(146,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(147,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(148,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(149,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(150,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(151,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(152,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(153,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(154,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(155,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(156,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(157,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(158,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(159,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(160,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(161,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(162,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(163,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(164,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(165,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(166,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(167,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(168,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(169,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(170,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(171,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(172,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(173,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(174,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(175,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(176,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(177,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(178,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(179,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(180,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(181,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(182,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(183,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(184,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(185,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(186,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(187,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(188,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(189,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(190,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(191,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(192,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(193,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(194,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(195,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(196,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(197,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(198,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(199,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(200,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(201,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(202,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(203,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(204,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(205,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(206,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(207,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(208,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(209,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(210,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(211,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(212,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(213,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(214,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(215,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(216,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(217,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(218,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(219,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(220,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(221,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(222,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(223,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(224,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(225,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(226,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(227,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(228,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(229,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(230,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(231,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(232,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(233,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(234,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(235,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(236,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(237,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(238,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(239,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(240,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(241,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(242,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(243,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(244,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(245,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(246,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(247,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(248,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(249,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(250,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(251,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(252,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(253,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(254,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} +(255,1,1) = {" +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +kH +"} diff --git a/_maps/map_files220/shuttles/ferry_clown.dmm b/_maps/map_files220/shuttles/ferry_clown.dmm new file mode 100644 index 000000000000..9e8014d6abbf --- /dev/null +++ b/_maps/map_files220/shuttles/ferry_clown.dmm @@ -0,0 +1,180 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/space, +/area/space) +"b" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/wall/mineral/bananium, +/area/shuttle/transport) +"c" = ( +/turf/simulated/wall/mineral/bananium, +/area/shuttle/transport) +"d" = ( +/obj/structure/window/full/shuttle{ + color = "yellow" + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"i" = ( +/obj/machinery/economy/vending/artvend/free, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"j" = ( +/obj/machinery/economy/vending/autodrobe/free, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"k" = ( +/obj/structure/sign/clown{ + pixel_y = 32 + }, +/obj/item/bedsheet/clown, +/obj/structure/bed, +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"l" = ( +/obj/machinery/door/airlock/bananium/glass{ + id_tag = "s_docking_airlock"; + name = "Шаттл Клоунов" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + timid = 1; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"m" = ( +/turf/simulated/floor/mineral/titanium/yellow, +/area/shuttle/transport) +"n" = ( +/obj/machinery/computer/shuttle/ferry/request{ + dir = 8 + }, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"q" = ( +/obj/item/flag/clown, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"r" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/yellow, +/area/shuttle/transport) +"s" = ( +/obj/structure/dresser, +/obj/item/food/grown/banana, +/obj/item/grenade/bananade, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"t" = ( +/obj/structure/statue/bananium/clown, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"N" = ( +/obj/item/bedsheet/clown, +/obj/structure/bed, +/turf/simulated/floor/noslip, +/area/shuttle/transport) +"Z" = ( +/obj/item/bedsheet/clown, +/obj/structure/bed, +/obj/machinery/light/spot, +/turf/simulated/floor/noslip, +/area/shuttle/transport) + +(1,1,1) = {" +a +b +l +b +a +"} +(2,1,1) = {" +b +c +m +c +b +"} +(3,1,1) = {" +c +q +m +q +c +"} +(4,1,1) = {" +c +i +m +j +c +"} +(5,1,1) = {" +d +N +m +N +d +"} +(6,1,1) = {" +c +s +m +s +c +"} +(7,1,1) = {" +c +k +m +Z +c +"} +(8,1,1) = {" +c +s +m +s +c +"} +(9,1,1) = {" +d +N +m +N +d +"} +(10,1,1) = {" +c +t +r +t +c +"} +(11,1,1) = {" +c +d +n +d +c +"} +(12,1,1) = {" +a +d +d +d +a +"} diff --git a/_maps/map_files220/shuttles/ferry_convoy.dmm b/_maps/map_files220/shuttles/ferry_convoy.dmm new file mode 100644 index 000000000000..29877a29c965 --- /dev/null +++ b/_maps/map_files220/shuttles/ferry_convoy.dmm @@ -0,0 +1,280 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/space, +/area/space) +"b" = ( +/obj/structure/shuttle/engine/propulsion/burst/left{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"c" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"d" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"f" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"g" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"h" = ( +/obj/structure/toilet, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"i" = ( +/obj/structure/closet/wardrobe/orange/prison, +/obj/item/card/id/prisoner, +/obj/item/card/id/prisoner, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"j" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/reversed{ + name = "Reinforced Glass Door" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"k" = ( +/obj/structure/chair/comfy/shuttle, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"l" = ( +/obj/machinery/computer/shuttle/ferry/request{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + layer = 2.8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"m" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"n" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"q" = ( +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"r" = ( +/obj/machinery/economy/vending/security, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/spot, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"s" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_y = 4 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/spot{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"t" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"D" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"I" = ( +/obj/machinery/door/airlock/titanium/glass{ + name = "Зона Содержания" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"K" = ( +/obj/structure/shuttle/engine/propulsion/burst/right{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"N" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Reinforced Glass Door" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"P" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"U" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"V" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -24 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"Z" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock"; + name = "Шаттл Конвоя" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + timid = 1; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) + +(1,1,1) = {" +a +b +c +K +a +"} +(2,1,1) = {" +b +c +c +c +K +"} +(3,1,1) = {" +c +h +D +q +c +"} +(4,1,1) = {" +c +i +m +q +c +"} +(5,1,1) = {" +c +c +I +c +c +"} +(6,1,1) = {" +d +P +f +V +d +"} +(7,1,1) = {" +d +k +U +t +d +"} +(8,1,1) = {" +c +s +n +r +c +"} +(9,1,1) = {" +c +j +n +N +c +"} +(10,1,1) = {" +d +l +n +g +d +"} +(11,1,1) = {" +d +d +n +d +d +"} +(12,1,1) = {" +a +d +Z +d +a +"} diff --git a/_maps/map_files220/shuttles/ferry_medical.dmm b/_maps/map_files220/shuttles/ferry_medical.dmm new file mode 100644 index 000000000000..c192a7349a7d --- /dev/null +++ b/_maps/map_files220/shuttles/ferry_medical.dmm @@ -0,0 +1,295 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/space, +/area/space) +"b" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"c" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"d" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"h" = ( +/obj/machinery/bodyscanner{ + dir = 2 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"i" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_y = -1 + }, +/obj/item/reagent_containers/syringe/insulin{ + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 11 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 16; + pixel_y = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"j" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"k" = ( +/obj/machinery/optable, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -29 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"l" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock"; + name = "Медицинский Шаттл" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + timid = 1; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"m" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"n" = ( +/obj/machinery/computer/shuttle/ferry/request{ + dir = 8 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"q" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"r" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"s" = ( +/obj/structure/table/reinforced, +/obj/item/handheld_defibrillator{ + pixel_x = -3 + }, +/obj/item/handheld_defibrillator{ + pixel_x = 3 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"t" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"w" = ( +/obj/machinery/computer/med_data, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"B" = ( +/obj/machinery/sleeper/upgraded{ + dir = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"C" = ( +/obj/machinery/iv_drip, +/obj/machinery/iv_drip{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 29 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"J" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/shuttle/transport) +"N" = ( +/obj/machinery/computer/crew{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"P" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/clothing/gloves/color/latex/nitrile, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"W" = ( +/obj/structure/closet/secure_closet/medical2{ + req_access = null + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) +"Y" = ( +/obj/machinery/door/airlock/titanium/glass{ + name = "Кабина Пилота" + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"Z" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/iv_bag/blood/o_minus{ + pixel_x = -3 + }, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/item/reagent_containers/iv_bag/blood/o_minus{ + pixel_x = 3 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -3 + }, +/obj/item/reagent_containers/iv_bag/salglu, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 3 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/transport) + +(1,1,1) = {" +a +b +l +b +a +"} +(2,1,1) = {" +b +J +m +J +b +"} +(3,1,1) = {" +c +h +m +q +c +"} +(4,1,1) = {" +c +C +m +k +c +"} +(5,1,1) = {" +c +B +m +P +c +"} +(6,1,1) = {" +d +Z +m +i +d +"} +(7,1,1) = {" +d +t +m +t +d +"} +(8,1,1) = {" +j +s +m +W +j +"} +(9,1,1) = {" +c +c +Y +c +c +"} +(10,1,1) = {" +d +w +r +N +d +"} +(11,1,1) = {" +d +d +n +d +d +"} +(12,1,1) = {" +a +d +d +d +a +"} diff --git a/_maps/map_files220/shuttles/ferry_tsf.dmm b/_maps/map_files220/shuttles/ferry_tsf.dmm new file mode 100644 index 000000000000..468b9046c99a --- /dev/null +++ b/_maps/map_files220/shuttles/ferry_tsf.dmm @@ -0,0 +1,305 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/space, +/area/space) +"b" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/transport) +"c" = ( +/turf/simulated/wall/mineral/plastitanium, +/area/shuttle/transport) +"d" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/preopen{ + id_tag = "TSF_Shuttle_2" + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"e" = ( +/obj/structure/chair/comfy/shuttle/dark, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"g" = ( +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/shuttle/transport) +"h" = ( +/obj/structure/chair/comfy/shuttle/dark, +/obj/machinery/status_display/directional/north, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"i" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navyblue" + }, +/area/shuttle/transport) +"j" = ( +/obj/item/flag/solgov, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark{ + dir = 9; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"k" = ( +/obj/structure/chair/comfy/shuttle/dark, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 32 + }, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"l" = ( +/obj/machinery/door/airlock/centcom{ + name = "Шаттл ТСФ" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + timid = 1; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"m" = ( +/turf/simulated/floor/catwalk, +/area/shuttle/transport) +"n" = ( +/obj/machinery/computer/shuttle/ferry/request{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/shuttle/transport) +"o" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/door_control/shutter{ + id = "TSF_Shuttle_2"; + name = "Pilot Shutters Control" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"q" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/obj/machinery/status_display/directional/south, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"r" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"s" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 8; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"t" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/obj/machinery/status_display/directional/south, +/obj/machinery/recharger/wallcharger/upgraded{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/dark{ + dir = 6; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"D" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/obj/structure/sign/flag/terragov{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navyblue" + }, +/area/shuttle/transport) +"H" = ( +/obj/effect/spawner/window/plastitanium, +/obj/machinery/door/poddoor/preopen{ + id_tag = "TSF_Shuttle_1" + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"J" = ( +/obj/machinery/door/airlock/centcom/glass{ + name = "Кабина Пилота" + }, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel/dark{ + icon_state = "navybluefull" + }, +/area/shuttle/transport) +"N" = ( +/obj/item/flag/solgov, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark{ + dir = 10; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"O" = ( +/obj/structure/table/reinforced{ + color = "#444444" + }, +/obj/machinery/door_control/shutter{ + id = "TSF_Shuttle_1"; + name = "Boarding Shutters Control" + }, +/turf/simulated/floor/plasteel/dark{ + dir = 5; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"Q" = ( +/turf/simulated/floor/plasteel/dark{ + dir = 4; + icon_state = "navyblue" + }, +/area/shuttle/transport) +"R" = ( +/turf/simulated/wall/mineral/plastitanium/nodiagonal, +/area/shuttle/transport) +"Y" = ( +/obj/structure/chair/comfy/shuttle/dark, +/obj/structure/sign/flag/terragov{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark{ + dir = 1; + icon_state = "navyblue" + }, +/area/shuttle/transport) + +(1,1,1) = {" +a +b +l +b +a +"} +(2,1,1) = {" +b +R +g +R +b +"} +(3,1,1) = {" +c +h +s +q +c +"} +(4,1,1) = {" +H +e +m +i +H +"} +(5,1,1) = {" +c +Y +m +D +c +"} +(6,1,1) = {" +H +e +m +i +H +"} +(7,1,1) = {" +c +k +Q +t +c +"} +(8,1,1) = {" +c +c +J +c +c +"} +(9,1,1) = {" +c +j +s +N +c +"} +(10,1,1) = {" +d +O +r +o +d +"} +(11,1,1) = {" +d +d +n +d +d +"} +(12,1,1) = {" +a +d +d +d +a +"} diff --git a/_maps/map_files220/shuttles/ferry_ussp.dmm b/_maps/map_files220/shuttles/ferry_ussp.dmm new file mode 100644 index 000000000000..6deaec71fba0 --- /dev/null +++ b/_maps/map_files220/shuttles/ferry_ussp.dmm @@ -0,0 +1,302 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/space, +/area/space) +"b" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"c" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"d" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"e" = ( +/obj/item/flag/ussp, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"f" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/shuttle/transport) +"g" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"h" = ( +/obj/item/flag/ussp, +/obj/machinery/light/directional/north, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"i" = ( +/obj/structure/chair/comfy/shuttle/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"j" = ( +/obj/structure/closet/crate, +/obj/item/paper, +/obj/item/paper, +/obj/item/paper, +/obj/item/stamp/ussp, +/obj/item/pen/hos{ + name = "USSP fountain pen"; + desc = "An expensive-looking pen." + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"k" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_y = 32 + }, +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_y = 12; + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 9; + pixel_x = 6 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/red, +/area/shuttle/transport) +"l" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock"; + name = "Шаттл СССП" + }, +/obj/docking_port/mobile{ + dir = 4; + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + timid = 1; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"m" = ( +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"n" = ( +/obj/machinery/computer/shuttle/ferry/request{ + dir = 8 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"o" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"q" = ( +/obj/item/flag/ussp, +/obj/machinery/light/directional/south, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"r" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"s" = ( +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/shuttle/transport) +"t" = ( +/obj/structure/sign/poster/contraband/communist_state{ + pixel_y = -32 + }, +/obj/structure/table/wood/fancy/red, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_y = 8 + }, +/obj/item/radio/phone{ + pixel_y = 8 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/red, +/area/shuttle/transport) +"x" = ( +/obj/machinery/door/window/reinforced/reversed{ + name = "Reinforced Glass Door"; + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/shuttle/transport) +"G" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/shuttle/transport) +"K" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Reinforced Glass Door" + }, +/turf/simulated/floor/carpet/red, +/area/shuttle/transport) +"M" = ( +/obj/structure/chair/comfy/shuttle/dark, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"N" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"O" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"R" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) +"U" = ( +/turf/simulated/floor/carpet/red, +/area/shuttle/transport) +"Y" = ( +/obj/structure/chair/comfy/shuttle/dark{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/mineral/plastitanium/red, +/area/shuttle/transport) + +(1,1,1) = {" +a +b +l +b +a +"} +(2,1,1) = {" +b +G +o +G +b +"} +(3,1,1) = {" +c +h +o +q +c +"} +(4,1,1) = {" +d +i +g +O +d +"} +(5,1,1) = {" +d +M +R +Y +d +"} +(6,1,1) = {" +c +f +x +f +c +"} +(7,1,1) = {" +c +k +U +t +c +"} +(8,1,1) = {" +c +s +K +s +c +"} +(9,1,1) = {" +c +j +m +N +c +"} +(10,1,1) = {" +d +e +r +e +d +"} +(11,1,1) = {" +d +d +n +d +d +"} +(12,1,1) = {" +a +d +d +d +a +"} diff --git a/_maps/map_files220/shuttles/ferry_vip.dmm b/_maps/map_files220/shuttles/ferry_vip.dmm new file mode 100644 index 000000000000..f378cf6dded0 --- /dev/null +++ b/_maps/map_files220/shuttles/ferry_vip.dmm @@ -0,0 +1,215 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"a" = ( +/turf/space, +/area/space) +"b" = ( +/obj/structure/shuttle/engine/propulsion/burst/left{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"c" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"d" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/transport) +"f" = ( +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"g" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Telecomms","Research Outpost","Mining Outpost","ERT","CentComm","Thunderdome") + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"h" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"i" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"j" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"l" = ( +/obj/machinery/computer/shuttle/ferry/request{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"m" = ( +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"n" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"q" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin{ + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"r" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"s" = ( +/obj/machinery/recharger, +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/transport) +"t" = ( +/obj/item/bedsheet/black, +/obj/structure/bed, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"I" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"J" = ( +/obj/structure/shuttle/engine/propulsion/burst/right{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/transport) +"P" = ( +/obj/structure/closet/crate/secure/bin{ + color = "#36373a"; + anchored = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"U" = ( +/obj/machinery/door/airlock/titanium/glass{ + name = "Комната VIP" + }, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"V" = ( +/obj/structure/dresser, +/turf/simulated/floor/carpet/royalblack, +/area/shuttle/transport) +"Z" = ( +/obj/machinery/door/airlock/titanium/glass{ + name = "Шаттл VIP" + }, +/obj/docking_port/mobile{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry"; + name = "ferry shuttle"; + roundstart_move = "ferry_away"; + timid = 1; + width = 5 + }, +/turf/simulated/floor/plating, +/area/shuttle/transport) + +(1,1,1) = {" +a +b +c +J +a +"} +(2,1,1) = {" +b +c +c +c +J +"} +(3,1,1) = {" +c +h +m +q +c +"} +(4,1,1) = {" +d +i +f +I +d +"} +(5,1,1) = {" +d +i +f +t +d +"} +(6,1,1) = {" +c +P +f +V +c +"} +(7,1,1) = {" +c +c +U +c +c +"} +(8,1,1) = {" +c +s +n +r +c +"} +(9,1,1) = {" +c +j +n +j +c +"} +(10,1,1) = {" +d +l +n +g +d +"} +(11,1,1) = {" +d +d +n +d +d +"} +(12,1,1) = {" +a +d +Z +d +a +"} diff --git a/_maps/map_files220/stations/boxstation.dmm b/_maps/map_files220/stations/boxstation.dmm new file mode 100644 index 000000000000..e25ce7c36150 --- /dev/null +++ b/_maps/map_files220/stations/boxstation.dmm @@ -0,0 +1,164563 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/space, +/area/space) +"aab" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"aac" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"aad" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aaf" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"aag" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"aah" = ( +/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/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/ai_slipper, +/mob/living/simple_animal/bot/secbot/pingsky, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"aai" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aau" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"aaQ" = ( +/obj/docking_port/stationary/whiteship{ + dir = 8; + id = "whiteship_cyberiad"; + name = "North of Cyberiad"; + dwidth = 8; + height = 31; + width = 21 + }, +/turf/space, +/area/space) +"aaZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"abd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"abp" = ( +/obj/effect/landmark/spawner/carp, +/turf/space, +/area/space) +"abN" = ( +/turf/simulated/wall/r_wall, +/area/station/security/permabrig) +"abO" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/obj/item/radio/intercom/custom{ + pixel_y = 36 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"abP" = ( +/obj/machinery/suit_storage_unit/security/secure, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"abY" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"aca" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/range) +"acb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/range) +"acc" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"acf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"ach" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"aci" = ( +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"acj" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aco" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/range) +"act" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/range) +"acu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/range) +"acv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/range) +"acw" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/main) +"acx" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/security/main) +"acy" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/security/main) +"acB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"acD" = ( +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/structure/sink/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/security/main) +"acE" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"acH" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/trackimp{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/storage/box/chemimp{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/storage/lockbox/mindshield, +/obj/item/storage/lockbox/mindshield{ + pixel_y = 4 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"acK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"acL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"acM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/main) +"acO" = ( +/obj/machinery/magnetic_controller{ + autolink = 1; + name = "Firing Range Control Console"; + path = "w;e;e;w;s;n;n;s" + }, +/turf/simulated/wall, +/area/station/security/range) +"acP" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/obj/structure/sign/goldenplaque{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"acR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"acS" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/main) +"acV" = ( +/obj/item/restraints/handcuffs/pinkcuffs, +/turf/simulated/floor/plating, +/area/station/security/main) +"acW" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"acX" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/mop, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"adb" = ( +/obj/structure/shelf/security, +/obj/item/grenade/barrier{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/grenade/barrier{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/item/grenade/barrier{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/grenade/barrier{ + pixel_x = -6 + }, +/obj/item/grenade/barrier{ + pixel_x = 1 + }, +/obj/item/grenade/barrier{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"adg" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"adi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"adj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"adl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"adm" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/machinery/firealarm/directional/east, +/obj/item/paper/firingrange{ + pixel_y = 4; + pixel_x = -6 + }, +/turf/simulated/floor/plating, +/area/station/security/range) +"ado" = ( +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"adp" = ( +/obj/machinery/door/airlock/bathroom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"adw" = ( +/obj/structure/table, +/obj/item/ashtray/bronze{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/machinery/alarm/directional/west, +/obj/item/eftpos, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"adB" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_nw"; + name = "northwest of station"; + width = 18 + }, +/turf/space, +/area/space) +"adE" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair/stool, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"adH" = ( +/obj/machinery/suit_storage_unit/security/hos/secure, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"adI" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/button/windowtint/north{ + id = "hos_room"; + pixel_x = 10 + }, +/obj/machinery/light_switch/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"adN" = ( +/obj/structure/table, +/obj/item/instrument/harmonica, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"adP" = ( +/obj/structure/shelf/security, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_y = -3 + }, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_y = -3 + }, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_y = -3 + }, +/obj/item/storage/fancy/shell/beanbag{ + pixel_y = 3 + }, +/obj/item/storage/fancy/shell/beanbag{ + pixel_y = 3 + }, +/obj/item/storage/fancy/shell/beanbag{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"adQ" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"adX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"adY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/main) +"adZ" = ( +/obj/structure/sign/directions/engineering, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -7 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 7 + }, +/turf/simulated/wall, +/area/station/command/office/blueshield) +"aeb" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"aeg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"aej" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"aek" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/camera{ + c_tag = "Brig Security Equipment Lockers"; + dir = 4 + }, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"ael" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/main) +"aem" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"aev" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/range) +"aex" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"aey" = ( +/obj/machinery/computer/brigcells{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/warden) +"aeA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/security/main) +"aeB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"aeC" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug/hos{ + pixel_x = 8; + pixel_y = 16 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/lighter/zippo/hos{ + pixel_x = -4; + pixel_y = 19 + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"aeD" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/button/windowtint/east{ + id = "HoS"; + pixel_y = -8; + req_access = list(58) + }, +/obj/machinery/keycard_auth/east{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"aeE" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"aeF" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"aeG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aeH" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"aeI" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/prisonershuttle) +"aeJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"aeP" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"aeR" = ( +/obj/machinery/flasher/portable, +/obj/machinery/camera{ + c_tag = "Brig Secure Armory North" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aeS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aeT" = ( +/obj/machinery/kitchen_machine/oven, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"aeU" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/west, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"aeV" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/item/radio/intercom/custom{ + dir = 8; + pixel_x = 36 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = 22; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"afa" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"afe" = ( +/obj/structure/shelf/security, +/obj/item/storage/fancy/shell/tranquilizer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"afk" = ( +/obj/machinery/photocopier, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"afl" = ( +/obj/machinery/door_control/shutter/south{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_x = 6; + req_access = list(2) + }, +/obj/machinery/door_control/shutter/south{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -6; + req_access = list(2) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"afm" = ( +/turf/simulated/wall/r_wall, +/area/station/security/warden) +"afn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"afo" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/light/directional/east, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"afs" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/hallway) +"afu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"afx" = ( +/obj/structure/shelf/security, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/clothing/glasses/sunglasses_fake{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/glasses/sunglasses_fake{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"afK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/main) +"afM" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/pen/multi{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/stamp/hos{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"afO" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"afT" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"afV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"afX" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"agb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"agc" = ( +/obj/structure/curtain/open/shower/security{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/item/soap/nanotrasen, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"agk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"ago" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"agp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"agq" = ( +/obj/machinery/camera{ + c_tag = "Brig Main Hall West 2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"agt" = ( +/obj/machinery/door/poddoor/impassable/gamma, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"agO" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"agP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"agS" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"agT" = ( +/obj/machinery/power/apc/directional/north, +/obj/machinery/camera{ + c_tag = "Brig Main Hall Center" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"agV" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"agW" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"agZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"ahf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/main) +"ahk" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ahm" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_security{ + pixel_x = -6 + }, +/obj/item/book/manual/wiki/sop_legal{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/machinery/door_control/normal{ + id = "hosofficedoor"; + name = "Office Door"; + pixel_x = 6; + pixel_y = 15; + req_access = list(58) + }, +/obj/machinery/door_control/shutter{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = 6; + pixel_y = 6; + req_access = list(2) + }, +/obj/machinery/door_control/shutter{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_x = 6; + pixel_y = -3; + req_access = list(2) + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"ahr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"ahA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ahB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ahD" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ahF" = ( +/turf/space, +/area/shuttle/gamma/station) +"ahG" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = 12 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = 4 + }, +/obj/item/gun/projectile/shotgun/riot, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"ahQ" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Brig Main Hall East 1" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ahR" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"ahT" = ( +/obj/structure/reagent_dispensers/peppertank/north, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"ahU" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"ahV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_North"; + location = "Armory_South" + }, +/mob/living/simple_animal/bot/secbot/armsky{ + auto_patrol = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"ahW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/power/apc/important/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aic" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aid" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"aif" = ( +/obj/structure/shelf/security, +/obj/item/storage/box/handcuffs{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/storage/box/handcuffs{ + pixel_y = -4 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/box/seccarts{ + pixel_y = 8 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aig" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/service) +"aih" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hos) +"aij" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/target/syndicate{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/target/syndicate{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/target/syndicate{ + pixel_y = 8 + }, +/obj/item/target, +/obj/item/target{ + pixel_x = 8 + }, +/obj/item/target{ + pixel_x = -8 + }, +/obj/structure/shelf/security, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"aio" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aip" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aiq" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/ablative, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"air" = ( +/obj/machinery/economy/vending/security, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"ait" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"aiv" = ( +/turf/simulated/wall/r_wall, +/area/station/security/armory/secure) +"aiw" = ( +/obj/structure/lattice, +/obj/machinery/camera/motion{ + c_tag = "Armory Exterior"; + dir = 1 + }, +/turf/space, +/area/station/security/armory/secure) +"aiz" = ( +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aiB" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/disabler{ + pixel_y = 8 + }, +/obj/item/gun/energy/disabler{ + pixel_y = 4 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler{ + pixel_y = -4 + }, +/obj/item/gun/energy/disabler{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aiD" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/camera{ + c_tag = "Brig Main Hall West 1" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aiN" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/gun{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aiO" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Brig Secure Armory East"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aiU" = ( +/obj/machinery/light_switch/south, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aiV" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aiX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aiY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"aja" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ajg" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ajj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"ajk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"ajn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/lobby) +"ajp" = ( +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"ajq" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/laser{ + pixel_y = 8 + }, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"ajr" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = 8 + }, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/sslr, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"ajx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"ajy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"ajJ" = ( +/obj/structure/sign/poster/official/random/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ajK" = ( +/obj/structure/shelf/security, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = -6 + }, +/obj/item/clothing/suit/armor/bulletproof/sec, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = 6 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = 8 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"ajN" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"ajP" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ajT" = ( +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ajU" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ajV" = ( +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"akf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aki" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"akl" = ( +/obj/machinery/flasher/portable, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"akm" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"akt" = ( +/obj/structure/shelf/security, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = -6 + }, +/obj/item/clothing/suit/armor/riot/sec, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = 6 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 8 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aku" = ( +/obj/structure/shelf/security, +/obj/item/shield/riot{ + pixel_x = -6 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"akv" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"akw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"akx" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/brig) +"akB" = ( +/turf/simulated/wall/r_wall, +/area/station/security/range) +"akC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"akD" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"akF" = ( +/obj/machinery/newscaster/security_unit/north, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"akG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"akI" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"akJ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"akK" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Security's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"akL" = ( +/obj/structure/flora/rock/jungle, +/mob/living/simple_animal/lizard{ + name = "Greentext" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"akN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"akQ" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"akW" = ( +/turf/simulated/wall, +/area/station/security/range) +"akY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"akZ" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prisonlockers) +"alc" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"ald" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/iaa, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"ale" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"alf" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"alk" = ( +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aln" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"alo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"alp" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/detective, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"alq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/main) +"alr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/door/airlock/multi_tile/security/glass{ + id_tag = "BrigLeft" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"als" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/asmaint2) +"alt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"alu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/main) +"alv" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"alB" = ( +/turf/simulated/floor/plasteel, +/area/station/security/range) +"alD" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"alG" = ( +/obj/machinery/economy/vending/cigarette/free, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"alH" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"alJ" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"alL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"alM" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"alN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/brig) +"alP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"alQ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"alR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "Brig" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Processing" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"alS" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"alT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/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/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"alV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"alX" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Secure Armory"; + name = "Secure Armory Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"alZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Secure Armory" + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Secure Armory" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"ama" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"amb" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"amc" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"amd" = ( +/obj/structure/chair/stool, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"ame" = ( +/obj/machinery/door/airlock/maintenance{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"amf" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"amh" = ( +/obj/structure/grille/broken, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"amm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/main) +"amn" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/wiki/sop_legal, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"amr" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_security, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/main) +"ams" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"amt" = ( +/obj/machinery/requests_console/directional/east, +/obj/machinery/computer/brigcells{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"amv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"amw" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Security" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/door/window/classic/reversed, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"amy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"amz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security/warden, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"amA" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Brig Warden's Office" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"amC" = ( +/obj/structure/closet/secure_closet/warden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"amE" = ( +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/warden) +"amG" = ( +/obj/structure/shelf/security, +/obj/item/reagent_containers/spray/pepper{ + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pepper, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -8 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/storage) +"amH" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_y = 25 + }, +/obj/machinery/recharger/wallcharger{ + pixel_y = 35 + }, +/obj/item/assembly/timer{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/flash{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/item/assembly/timer{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/storage) +"amI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"amJ" = ( +/obj/structure/table/reinforced, +/obj/structure/reagent_dispensers/peppertank/north, +/obj/machinery/light/directional/north, +/obj/item/clothing/accessory/holster{ + pixel_x = -8 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -4 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster{ + pixel_x = 4 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 8 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 8; + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/storage) +"amK" = ( +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"amL" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"amM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"amO" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/wiki/security_space_law, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"amP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"amQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/main) +"amS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"amT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "HoS" + }, +/obj/machinery/door/airlock/command/hos/glass{ + id_tag = "hosofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/hos, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"amU" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"amW" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"anb" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"and" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_security, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"anf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ang" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison General South"; + dir = 8; + network = list("Prison","SS13") + }, +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"anh" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Air to Port" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ank" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#85130b"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"ann" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"anp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"anq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"anu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"anv" = ( +/turf/simulated/wall, +/area/station/security/armory/secure) +"anA" = ( +/turf/simulated/wall, +/area/station/security/main) +"anD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Warden's Desk" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/warden) +"anE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"anG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"anH" = ( +/turf/simulated/wall/r_wall, +/area/station/security/main) +"anJ" = ( +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"anL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/main) +"anM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"anN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"anS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/main) +"anT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"anU" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/book/manual/wiki/sop_security, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"anW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"anX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/lobby) +"anZ" = ( +/obj/structure/table, +/obj/item/camera, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aoa" = ( +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Internal Affairs Office"; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aob" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/internal_affairs, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aoe" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aog" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"aoh" = ( +/obj/effect/turf_decal/stripes/red/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/brig) +"aok" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/lobby) +"aom" = ( +/obj/machinery/computer/brigcells{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/lobby) +"aop" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/lobby) +"aor" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aot" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"aov" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/warden, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"aow" = ( +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_y = 28 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aox" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"aoz" = ( +/obj/structure/shelf/security, +/obj/item/radio/security{ + pixel_y = 12 + }, +/obj/item/radio/security, +/obj/item/radio/security{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/radio/security{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/radio/security{ + pixel_x = 8 + }, +/obj/item/radio/security{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/storage) +"aoA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aoB" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"aoC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/security/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/storage) +"aoJ" = ( +/turf/simulated/floor/plasteel, +/area/station/security/main) +"aoL" = ( +/obj/structure/table, +/obj/item/taperecorder, +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"aoM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/main) +"aoN" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/main) +"aoO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/lobby) +"aoP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"aoR" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"aoS" = ( +/obj/machinery/computer/card/minor/hos{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"aoU" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/red{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 1" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aoW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aoX" = ( +/obj/structure/bed/mattress, +/obj/machinery/camera{ + c_tag = "Brig Cell 3" + }, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_y = 28 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aoY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/security/prison/cell_block/a) +"apa" = ( +/obj/structure/table, +/obj/item/camera, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"apc" = ( +/obj/machinery/newscaster/security_unit/east, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"apd" = ( +/obj/structure/shelf/security, +/obj/machinery/alarm/directional/west, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"ape" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/requests_console/directional/south, +/obj/item/radio/intercom/department/security{ + pixel_x = -22; + dir = 4 + }, +/obj/item/radio/intercom/custom{ + dir = 4; + pixel_x = -36 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/warden) +"apf" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/eftpos, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"apg" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/paper/armory, +/obj/item/clipboard, +/obj/item/stamp/warden, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"aph" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"api" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"apj" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"apk" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/warden) +"apn" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"apo" = ( +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"app" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + name = "Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"apq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + name = "Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"aps" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"apu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"apy" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + req_access = list(63) + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"apz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"apA" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/obj/structure/table/reinforced, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Brig Security Equipment South"; + dir = 4 + }, +/obj/item/crowbar/red, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/storage) +"apB" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/storage) +"apE" = ( +/obj/machinery/disposal, +/obj/machinery/alarm/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/storage) +"apG" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"apH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"apI" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"apJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"apK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"apM" = ( +/obj/machinery/camera{ + c_tag = "Brig Briefing Room" + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"apO" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"apQ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"apS" = ( +/turf/simulated/wall, +/area/station/security/storage) +"apT" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"apU" = ( +/obj/structure/table/wood, +/obj/machinery/power/apc/directional/south, +/obj/machinery/camera{ + c_tag = "Brig Head of Security's Office"; + dir = 1 + }, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/cartridge/detective, +/obj/item/megaphone, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"apV" = ( +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/radio/security{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"apW" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch/south, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"apY" = ( +/obj/structure/bed, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"apZ" = ( +/obj/item/storage/secure/safe{ + pixel_y = 30 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aqb" = ( +/obj/item/storage/secure/safe{ + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aqc" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aqd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"aqn" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aqq" = ( +/obj/item/soap, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aqr" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aqu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aqv" = ( +/turf/simulated/wall, +/area/station/security/warden) +"aqx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"aqy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"aqE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"aqF" = ( +/obj/machinery/monkey_recycler, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"aqG" = ( +/turf/simulated/wall, +/area/station/command/office/hos) +"aqH" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/command/hos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/hos, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"aqI" = ( +/turf/simulated/wall/r_wall, +/area/station/security/brig) +"aqP" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aqQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aqR" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"aqS" = ( +/obj/machinery/computer/security{ + dir = 4; + network = list("Prison") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aqU" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"aqV" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"aqW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"aqX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aqY" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aqZ" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"ara" = ( +/obj/structure/table, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stamp/law, +/obj/item/pen/multi, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"arb" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"arj" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/lobby) +"ark" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/lobby) +"arl" = ( +/obj/machinery/computer/security{ + dir = 4; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/lobby) +"arn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"arp" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/lobby) +"ars" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"ary" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"arA" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"arC" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"arD" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"arE" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"arF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"arH" = ( +/obj/item/mop, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"arK" = ( +/obj/machinery/power/apc/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"arL" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"arM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"arN" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"arQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/evidence) +"arR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"arS" = ( +/obj/item/toy/pet_rock, +/obj/machinery/door_control/bolt_control/east{ + id = "secmaintdorm1" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"arT" = ( +/obj/item/toy/plushie/deer, +/obj/machinery/door_control/bolt_control/east{ + id = "secmaintdorm2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"arU" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"arX" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + name = "Port Auxiliary Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"asb" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"asc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"asf" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"asg" = ( +/obj/item/bikehorn/rubberducky, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"asi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"asj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/bench/right{ + cover_color = "#85130b"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"asl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"asr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"ass" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"asu" = ( +/obj/item/melee/baseball_bat, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"asy" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"asz" = ( +/obj/machinery/light/small/directional/east, +/obj/item/storage/bag/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"asD" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"asF" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"asI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"asJ" = ( +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"asL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"asM" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"asN" = ( +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"asO" = ( +/obj/machinery/computer/prisoner{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"asP" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"asQ" = ( +/obj/machinery/light/directional/west, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"asR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/lobby) +"asU" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"asX" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/lobby) +"asY" = ( +/obj/structure/chair/office/dark, +/obj/machinery/door_control/normal/east{ + id = "BrigRight"; + name = "Brig Foyer Right Doors"; + req_access = list(63) + }, +/obj/machinery/door_control/normal/east{ + pixel_y = 8; + name = "Brig Foyer Left Doors"; + req_access = list(63); + desc = "A remote control switch for the brig foyer."; + id = "BrigLeft" + }, +/obj/machinery/door_control/normal/east{ + pixel_y = -8; + desc = "A remote control switch for the brig foyer."; + id = "BrigEast"; + name = "Brig Foyer East Doors"; + req_access = list(63) + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/lobby) +"atb" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"atc" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"ate" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"atg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"ati" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"atk" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"atl" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"atp" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + req_access = list(63) + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"atr" = ( +/obj/machinery/door/airlock{ + id_tag = "secmaintdorm1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ats" = ( +/obj/machinery/door/airlock{ + id_tag = "secmaintdorm2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"att" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"atu" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"atw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"atx" = ( +/obj/machinery/newscaster/security_unit/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"aty" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"atA" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"atC" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"atF" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + name = "Port Auxiliary Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"atG" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fore) +"atJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"atN" = ( +/obj/machinery/computer/prisoner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"atO" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"atS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"atT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"atY" = ( +/obj/machinery/light_switch/west, +/obj/structure/rack, +/obj/machinery/syndicatebomb/training{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"aua" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"auc" = ( +/turf/simulated/wall, +/area/station/security/brig) +"aue" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aug" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"auh" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aui" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/security/storage) +"auj" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aul" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/rack, +/obj/item/storage/box/handcuffs{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/box/teargas, +/obj/item/megaphone{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aum" = ( +/obj/machinery/door_timer/cell_3{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"aun" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"auo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"aup" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Security Pod" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"auq" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"auy" = ( +/obj/machinery/camera{ + c_tag = "Brig Labor Camp Airlock North" + }, +/obj/structure/table, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/restraints/handcuffs, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"auD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"auE" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"auF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/lobby) +"auI" = ( +/obj/structure/closet/secure_closet/evidence, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"auJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Security Reception"; + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/paper_bin{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/lobby) +"auK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"auL" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/lobby) +"auM" = ( +/obj/machinery/power/apc/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"auN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 1"; + name = "Cell 1" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"auO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"auP" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 3"; + name = "Cell 3" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"auR" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell Block A North"; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"auS" = ( +/obj/machinery/light_switch/west, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"auT" = ( +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing West"; + dir = 4 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"auU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"auV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"auW" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/obj/machinery/button/windowtint/south{ + id = "Processing"; + req_access = list(63) + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"auX" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"auY" = ( +/obj/structure/table, +/obj/machinery/light_switch/south, +/obj/item/hand_labeler, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"auZ" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ava" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"avb" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"avc" = ( +/obj/item/toy/figure/crew/secofficer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"avd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"ave" = ( +/obj/machinery/camera{ + c_tag = "Brig Main Hall South-West"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"avf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"avg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"avh" = ( +/obj/machinery/hologram/holopad{ + pixel_x = -16 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"avi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"avj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"avk" = ( +/obj/machinery/camera{ + c_tag = "Prison Forestry North"; + dir = 6; + network = list("Prison","SS13") + }, +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"avl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"avm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"avo" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"avp" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"avq" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"avs" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"avt" = ( +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod3"; + name = "escape pod 3" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"avu" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/south, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"avw" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_3) +"avz" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"avA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"avB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"avC" = ( +/obj/structure/sink/directional/east, +/obj/item/soap, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"avE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/mattress/dirty{ + dir = 1 + }, +/obj/item/stack/cable_coil/random, +/mob/living/simple_animal/mouse/white, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"avF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"avG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"avL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"avO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"avQ" = ( +/obj/item/storage/secure/safe{ + pixel_x = -27; + pixel_y = 5 + }, +/obj/machinery/camera{ + c_tag = "Internal Affairs Office"; + dir = 4 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"avS" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"avY" = ( +/obj/machinery/door_timer/cell_2{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/station/security/prison/cell_block/a) +"awa" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"awc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"awd" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"awf" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Processing" + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "Brig" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"awh" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/processing) +"awk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"awl" = ( +/turf/simulated/wall, +/area/station/maintenance/fore) +"awx" = ( +/obj/structure/table, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/item/scissors/barber, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"awA" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"awC" = ( +/obj/structure/chair, +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"awD" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"awE" = ( +/obj/structure/table, +/obj/item/toy/figure/griffin, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"awF" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"awG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/security/detective) +"awH" = ( +/obj/structure/table, +/obj/item/dice/d20, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"awK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"awM" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"awN" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dust, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"awO" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/button/windowtint/east{ + id = "virology" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"awP" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/security/glass{ + dir = 2; + id_tag = "BrigEast" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"awQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"awR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"awS" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"awV" = ( +/turf/simulated/wall, +/area/station/security/processing) +"axb" = ( +/turf/simulated/wall/r_wall, +/area/station/security/execution) +"axe" = ( +/turf/simulated/wall, +/area/station/security/detective) +"axh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"axi" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"axk" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"axn" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil, +/turf/space, +/area/space/nearstation) +"axp" = ( +/obj/machinery/requests_console/directional/west, +/obj/machinery/papershredder, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"axq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"axr" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/machinery/light/nightshifted/east, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"axs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"axt" = ( +/obj/structure/table, +/obj/item/storage/box/evidence{ + pixel_x = -6 + }, +/obj/item/storage/box/evidence{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"axu" = ( +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"axw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"axy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"axz" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"axB" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "Brig Lobby East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/lobby) +"axE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"axG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"axH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"axI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/multi_tile/security/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"axJ" = ( +/obj/machinery/door_timer/cell_4{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"axK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"axL" = ( +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"axM" = ( +/obj/machinery/hologram/holopad{ + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"axO" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"axP" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Processing" + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "Brig" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/processing) +"axQ" = ( +/obj/item/radio/intercom/custom{ + dir = 1; + pixel_y = -36 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = -22; + dir = 1 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/processing) +"axR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/processing) +"axS" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/processing) +"axU" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"axW" = ( +/obj/structure/rack, +/obj/item/radio, +/obj/item/reagent_containers/drinks/mug/sec, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"axX" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/rack, +/obj/item/storage/fancy/donut_box, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"axY" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/item/taperecorder, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"axZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/lobby) +"aya" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"ayb" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/station/public/dorms) +"ayc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/north, +/obj/structure/rack, +/obj/item/mop{ + pixel_x = -6 + }, +/obj/item/mop{ + pixel_x = 2 + }, +/obj/item/mop{ + pixel_x = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ayd" = ( +/obj/structure/chair/barber, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/item/decorations/sticky_decorations/flammable/spider, +/obj/structure/mirror{ + icon_state = "mirror_broke"; + broken = 1; + pixel_y = 28 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ayf" = ( +/obj/structure/table, +/obj/item/toy/figure/crew/hos, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ayg" = ( +/obj/structure/table, +/obj/item/toy/figure/owl, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ayn" = ( +/obj/machinery/door_timer/cell_5{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"ayo" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"ayp" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/processing) +"ayq" = ( +/obj/structure/table, +/obj/item/taperecorder, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"ayr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"ays" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst_home"; + name = "Near Cyberiad Arrivals"; + width = 11 + }, +/turf/space, +/area/space) +"ayt" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/obj/machinery/firealarm/directional/south, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"ayx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ayz" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"ayA" = ( +/obj/structure/table/wood, +/obj/structure/noticeboard{ + pixel_y = -30 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/item/storage/box/evidence{ + pixel_y = 2; + pixel_x = -18 + }, +/obj/item/storage/photo_album, +/obj/item/camera_film{ + pixel_y = 7 + }, +/obj/item/camera_film{ + pixel_y = 7 + }, +/obj/item/camera/detective, +/turf/simulated/floor/wood/oak, +/area/station/security/detective) +"ayB" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/grille, +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/execution) +"ayC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"ayD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"ayG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/security/brig) +"ayH" = ( +/obj/machinery/button/windowtint/west{ + id = "IAA"; + req_access = list(38) + }, +/obj/machinery/economy/vending/lawdrobe, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"ayI" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"ayK" = ( +/obj/machinery/camera{ + c_tag = "Brig Lobby West"; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"ayM" = ( +/obj/machinery/ai_status_display/south, +/obj/item/reagent_containers/drinks/mug/sec, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/lobby) +"ayN" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/lobby) +"ayP" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/lobby) +"ayQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ayS" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"ayT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + id = "Cell 2"; + name = "Cell 2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"ayU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/brigdoor{ + id = "Cell 4"; + name = "Cell 4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"ayV" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"ayW" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"ayX" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"aza" = ( +/turf/simulated/wall/r_wall, +/area/station/security/processing) +"azb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"azc" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation/observation) +"azd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Interrogation" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"azf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"azm" = ( +/obj/structure/rack, +/obj/item/clothing/suit/fire/firefighter, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/obj/item/extinguisher, +/obj/item/clothing/head/hardhat/red, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"azn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"azq" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"azs" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"azt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/e_chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"azu" = ( +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/security/execution) +"azv" = ( +/obj/machinery/door/window/reinforced/reversed{ + dir = 8; + name = "Justice Chamber" + }, +/obj/machinery/door/window/reinforced/reversed{ + dir = 4; + name = "Justice Chamber" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Justice gas pump" + }, +/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/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/red, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"azw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"azy" = ( +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"azz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"azB" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"azD" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/lobby) +"azE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/lobby) +"azG" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"azH" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"azI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"azJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"azK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"azL" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/interrogation) +"azM" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"azN" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"azO" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"azP" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"azR" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/lobby) +"azS" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"azU" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall, +/area/station/engineering/solar/fore_starboard) +"azV" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/prisonershuttle) +"azW" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 5"; + name = "Cell 5 Locker" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 5"; + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"azX" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"azY" = ( +/obj/machinery/button/windowtint/west{ + id = "Interrogation"; + req_access = list(63); + pixel_y = -6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/light_switch/west{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"aAa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"aAb" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aAc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"aAd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aAf" = ( +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"aAg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aAm" = ( +/turf/simulated/wall/r_wall, +/area/station/legal/courtroom) +"aAo" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"aAp" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"aAq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aAr" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"aAu" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aAv" = ( +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/cable, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/security/execution) +"aAx" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prison/cell_block/a) +"aAy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aAz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"aAA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"aAB" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"aAC" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"aAE" = ( +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/west, +/obj/machinery/firealarm/directional/south, +/obj/structure/closet/secure_closet/iaa, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aAF" = ( +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"aAG" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/internal_affairs, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aAH" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aAI" = ( +/obj/structure/table, +/obj/item/pen, +/obj/machinery/alarm/directional/east, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aAL" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aAM" = ( +/obj/machinery/camera{ + c_tag = "Magistrate's Office"; + dir = 4 + }, +/obj/item/radio/intercom/custom{ + dir = 4; + pixel_x = -36 + }, +/obj/item/radio/intercom/department/security{ + pixel_x = -22; + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aAN" = ( +/obj/structure/table, +/obj/item/taperecorder{ + pixel_x = -7; + pixel_y = -5 + }, +/obj/item/megaphone{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/machinery/button/windowtint/east{ + id = "Magistrate"; + pixel_y = 6; + req_access = list(74) + }, +/obj/machinery/door_control/normal/east{ + id = "magistrateofficedoor"; + name = "Office Door"; + pixel_y = -6; + req_access = list(74) + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aAO" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/magistrate, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aAP" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "17" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"aAQ" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aAR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"aAT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"aAY" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aAZ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aBa" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + id = "Cell 5"; + name = "Cell 5" + }, +/obj/machinery/door/firedoor, +/obj/item/radio/intercom/directional/south, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"aBb" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"aBc" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBd" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/structure/spider/stickyweb, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aBe" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBf" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBg" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBh" = ( +/obj/item/stack/tile/wood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aBi" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder{ + pixel_y = 4; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"aBj" = ( +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aBm" = ( +/obj/item/stack/rods, +/turf/space, +/area/space) +"aBn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"aBo" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"aBp" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"aBq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aBs" = ( +/turf/simulated/wall, +/area/station/security/interrogation/observation) +"aBw" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aBy" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"aBA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"aBB" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/kitchen_machine/grill{ + pixel_x = 1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"aBH" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"aBI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aBK" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/obj/item/seeds/chili, +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"aBN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aBO" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aBP" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aBR" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aBS" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/obj/structure/reagent_dispensers/peppertank/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aBT" = ( +/obj/item/paper/crumpled, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless, +/area/space/nearstation) +"aBU" = ( +/obj/machinery/light_construct/small/west, +/obj/machinery/status_display/directional/north, +/obj/structure/spider/stickyweb, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBV" = ( +/obj/item/storage/fancy/crayons, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBW" = ( +/obj/structure/holosign/barrier, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBX" = ( +/obj/item/trash/liquidfood, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aBZ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/airless, +/area/space/nearstation) +"aCa" = ( +/obj/machinery/ai_status_display/east, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aCb" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"aCc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "IAA" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/iaa, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aCd" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/directional/north, +/obj/machinery/computer/secure_data/laptop, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aCe" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/alarm/directional/west, +/obj/machinery/computer/prisoner, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aCf" = ( +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aCg" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Magistrate's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aCh" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aCi" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -9; + pixel_y = 6 + }, +/obj/item/pen/multi/gold{ + pixel_x = -22; + pixel_y = 8 + }, +/obj/item/clothing/head/helmet/skull/yorick{ + pixel_x = 7; + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aCj" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 4 + }, +/obj/item/stamp/magistrate{ + pixel_y = 7; + pixel_x = -7 + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aCl" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aCo" = ( +/mob/living/simple_animal/bot/secbot/beepsky, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aCp" = ( +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_y = -26 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aCq" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/camera{ + c_tag = "Brig Cell 2"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aCr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aCs" = ( +/obj/structure/bed/mattress, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 4"; + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"aCu" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/command/bridge) +"aCv" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "conference" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"aCw" = ( +/obj/structure/bed/mattress/dirty, +/obj/machinery/flasher{ + id = "Cell 5"; + pixel_y = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"aCx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aCz" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aCB" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit_arrivals"; + name = "Cyberiad North-West Solars"; + width = 11 + }, +/turf/space, +/area/space) +"aCF" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aCG" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aCH" = ( +/turf/simulated/wall, +/area/station/security/execution) +"aCI" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445; + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"aCK" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "brig_courtroom"; + name = "Brig Courtroom Shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door_control/shutter/north{ + id = "brig_courtroom"; + name = "Brig Courtroom Shutter Control"; + req_access = list(2) + }, +/turf/simulated/floor/plating, +/area/station/security/brig) +"aCL" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"aCM" = ( +/obj/item/shard, +/obj/item/stack/rods, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aCN" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"aCO" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aCP" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"aCQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/item/kitchen/knife, +/obj/effect/decal/cleanable/dust, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aCR" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dust, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/station/maintenance/abandonedbar) +"aCS" = ( +/obj/item/lighter/random, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aCU" = ( +/obj/item/stack/sheet/mineral/plasma{ + amount = 10 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/structure/rack, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"aCV" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/clothing/mask/bandana/skull, +/obj/item/melee/baseball_bat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aCW" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/patron, +/obj/item/storage/fancy/cigarettes/cigpack_shadyjims, +/obj/machinery/light_construct/small/east, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aCZ" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aDb" = ( +/obj/structure/table, +/obj/item/camera, +/obj/machinery/light/small/directional/north, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aDc" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aDd" = ( +/obj/structure/particle_accelerator/power_box{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"aDe" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Magistrate" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"aDf" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"aDg" = ( +/obj/structure/table, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aDh" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aDi" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aDj" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aDk" = ( +/obj/machinery/light/directional/north, +/obj/structure/table, +/obj/item/beacon, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"aDm" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aDo" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/security/prison/cell_block/a) +"aDp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aDq" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/table, +/obj/item/food/cheesewedge, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aDr" = ( +/obj/machinery/kitchen_machine/grill, +/obj/effect/mapping_helpers/machinery/destroyed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"aDs" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aDt" = ( +/obj/machinery/fishtank/tank, +/obj/structure/sign/poster/contraband/random/west, +/obj/item/tank_brush, +/obj/structure/spider/stickyweb, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aDu" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar_control{ + name = "Fore Port Solar Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aDv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/clown, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/service/clown) +"aDw" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_port) +"aDx" = ( +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aDz" = ( +/obj/structure/rack, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/clothing/head/fedora/brownfedora, +/obj/item/storage/belt/holster, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aDA" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aDB" = ( +/obj/structure/rack, +/obj/item/camera, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aDC" = ( +/obj/structure/closet/cabinet, +/obj/item/storage/box/evidence, +/obj/item/clothing/suit/wcoat, +/obj/item/clothing/suit/blacktrenchcoat, +/obj/item/clothing/under/suit/tan, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aDD" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aDF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aDH" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/brig) +"aDI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "brig_courtroom"; + name = "Brig Courtroom Shutters" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"aDJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/brig) +"aDL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aDN" = ( +/turf/simulated/wall, +/area/station/public/mrchangs) +"aDP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aDQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom"; + dir = 8 + }, +/area/station/legal/courtroom) +"aDR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"aDS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aDV" = ( +/obj/item/airlock_electronics, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/station/maintenance/abandonedbar) +"aDW" = ( +/obj/structure/door_assembly/door_assembly_silver{ + anchored = 1; + name = "Service Room" + }, +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aDX" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aDY" = ( +/obj/item/stack/tile/plasteel, +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aDZ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"aEa" = ( +/obj/structure/table/wood, +/obj/item/trash/can, +/obj/item/reagent_containers/glass/rag, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aEc" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aEg" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aEi" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/hallway/primary/fore) +"aEj" = ( +/turf/simulated/wall, +/area/station/hallway/primary/fore) +"aEl" = ( +/turf/simulated/wall, +/area/station/legal/courtroom) +"aEm" = ( +/obj/structure/table/wood/poker, +/obj/item/ashtray/bronze, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/hallway/primary/fore) +"aEn" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/detective, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aEo" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aEp" = ( +/obj/machinery/computer/security/wooden_tv{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/machinery/button/windowtint/north{ + id = "Detective"; + pixel_x = -8; + req_access = list(4) + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aEr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"aEw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aEx" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dust, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aEy" = ( +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"aEz" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/lipstick/random, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/maintenance/abandonedbar) +"aEB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aEC" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aED" = ( +/obj/machinery/power/terminal, +/obj/machinery/light/small/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aEE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aEF" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aEG" = ( +/obj/structure/safe/floor, +/obj/item/clothing/suit/storage/det_suit/forensics, +/obj/item/detective_scanner, +/obj/item/gun/projectile/revolver/capgun, +/obj/item/ammo_box/caps, +/obj/item/ammo_box/caps, +/obj/item/ammo_box/caps, +/obj/item/clothing/head/det_hat, +/obj/item/cartridge/detective, +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aEH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aEI" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aEJ" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aEK" = ( +/obj/structure/chair, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aEL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aEN" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aEO" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"aEP" = ( +/obj/structure/chair/stool, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aEQ" = ( +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aES" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aET" = ( +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aEU" = ( +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/machine_frame, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aEV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "escape" + }, +/area/station/maintenance/abandonedbar) +"aEW" = ( +/obj/item/stack/rods, +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/maintenance/abandonedbar) +"aEX" = ( +/obj/item/trash/pistachios, +/obj/machinery/light/directional/south, +/obj/effect/mapping_helpers/machinery/destroyed, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aEY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aEZ" = ( +/obj/machinery/light/directional/south, +/obj/structure/coatrack, +/obj/item/clothing/suit/tracksuit, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aFa" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/structure/sink/kitchen/east, +/obj/structure/closet/walllocker/medlocker/south, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aFb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/saltshaker, +/obj/item/reagent_containers/condiment/peppermill, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"aFc" = ( +/obj/structure/chair/stool, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aFd" = ( +/obj/structure/closet/cabinet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"aFh" = ( +/turf/simulated/floor/plasteel/stairs{ + icon_state = "rampbottom"; + dir = 1 + }, +/area/station/legal/courtroom) +"aFm" = ( +/obj/structure/table, +/obj/item/gavelblock{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/gavelhammer, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aFn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"aFo" = ( +/obj/machinery/light_switch/west, +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aFp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aFq" = ( +/obj/structure/table, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/folder/yellow{ + pixel_x = 10; + pixel_y = 1 + }, +/obj/item/pen/multi{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aFs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aFt" = ( +/obj/machinery/disposal, +/obj/machinery/newscaster/security_unit/south, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aFw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/fore) +"aFy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aFz" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"aFA" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/hallway/primary/fore) +"aFB" = ( +/obj/structure/table/wood, +/obj/item/book/manual/detective{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/flask/detflask{ + pixel_x = 16; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aFD" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/dromedaryco{ + pixel_x = -16; + pixel_y = 2 + }, +/obj/item/ashtray/bronze{ + pixel_x = -16 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aFE" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"aFF" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aFG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"aFH" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aFI" = ( +/turf/simulated/wall, +/area/station/public/arcade) +"aFJ" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aFK" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "holodeck" + }, +/turf/simulated/floor/plating, +/area/station/public/dorms) +"aFL" = ( +/turf/simulated/wall/r_wall, +/area/station/security/evidence) +"aFM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/crayon/white, +/obj/effect/decal/cleanable/ants, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"aFN" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/brown, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"aFO" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"aFP" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/turf/simulated/floor/carpet, +/area/station/maintenance/fsmaint) +"aFQ" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Control"; + dir = 1 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aFR" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aFS" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aFT" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_port) +"aFU" = ( +/obj/structure/table, +/obj/item/toy/figure/crew/detective, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aFV" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes, +/obj/item/ashtray/glass, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fpmaint2) +"aFW" = ( +/obj/machinery/light/small/directional/east, +/obj/item/paper/crumpled, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aFX" = ( +/obj/structure/table, +/obj/item/folder, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fpmaint2) +"aGa" = ( +/obj/machinery/smartfridge/drying_rack, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Prison Forestry South"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aGb" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aGc" = ( +/obj/structure/mineral_door/wood{ + name = "Abandoned Bar" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aGd" = ( +/obj/effect/spawner/random/fungus/frequent, +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"aGe" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/cable, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aGi" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"aGj" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/chair/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aGk" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/holder, +/turf/simulated/floor/carpet, +/area/station/maintenance/fpmaint) +"aGl" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint) +"aGm" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"aGn" = ( +/turf/simulated/wall, +/area/station/maintenance/fpmaint2) +"aGo" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/turf/simulated/floor/carpet, +/area/station/maintenance/fpmaint) +"aGp" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint) +"aGq" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/legal/courtroom) +"aGr" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/legal/courtroom) +"aGs" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/legal/courtroom) +"aGu" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Courtroom North"; + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aGy" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aGA" = ( +/obj/machinery/camera{ + c_tag = "Brig Detective's Office" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/window/basic{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/obj/item/radio/intercom/custom{ + pixel_y = 36 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aGC" = ( +/obj/machinery/economy/vending/detdrobe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/security/detective) +"aGE" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/security/detective) +"aGF" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/storage/lockbox/spy_kit, +/obj/item/storage/box/bodybags, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/machinery/newscaster/security_unit/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/security/detective) +"aGG" = ( +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/security/detective) +"aGH" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/rare, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aGI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aGJ" = ( +/obj/structure/rack, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aGL" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aGM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aGN" = ( +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aGO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/button/windowtint/west{ + id = "holodeck"; + range = 9 + }, +/obj/machinery/hologram/holopad{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aGP" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"aGQ" = ( +/obj/machinery/prize_counter, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aGR" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aGT" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/port) +"aGU" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/power/solar_control{ + name = "Fore Starboard Solar Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aGW" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aGX" = ( +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aGY" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aGZ" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"aHa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aHb" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aHc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"aHd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"aHe" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aHf" = ( +/obj/structure/table, +/obj/item/whetstone, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aHg" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fpmaint2) +"aHh" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aHi" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fpmaint2) +"aHj" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aHk" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fpmaint2) +"aHl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aHm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aHq" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"aHr" = ( +/obj/structure/table, +/obj/item/melee/baseball_bat, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aHt" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/carpet, +/area/station/maintenance/fpmaint) +"aHu" = ( +/obj/structure/table/wood/poker, +/obj/item/dice/d6, +/turf/simulated/floor/carpet, +/area/station/maintenance/fpmaint) +"aHv" = ( +/obj/item/clothing/head/fedora, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aHw" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Accused" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/legal/courtroom) +"aHx" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/item/radio/intercom/directional/west, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/legal/courtroom) +"aHy" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/legal/courtroom) +"aHz" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aHA" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Courtroom" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom/gallery) +"aHB" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Courtroom Lobby" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aHC" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aHD" = ( +/obj/structure/chair, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/courtroom/gallery) +"aHE" = ( +/turf/simulated/wall/r_wall, +/area/station/security/detective) +"aHF" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/window/basic{ + dir = 8 + }, +/obj/effect/turf_decal/siding/black{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/courtroom/gallery) +"aHH" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aHI" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aHJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aHK" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aHM" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aHN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aHO" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aHP" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aHR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/item/wrench, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aHS" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aHT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aHU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"aHW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aHX" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Forensic laboratory"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aHY" = ( +/obj/machinery/door/airlock/bathroom{ + id = "toilet2"; + id_tag = "toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/toilet/unisex) +"aIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/detective) +"aIc" = ( +/turf/simulated/wall, +/area/station/service/clown) +"aIf" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space) +"aIg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/detective) +"aIi" = ( +/obj/structure/table/tray, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/surgical, +/obj/item/autopsy_scanner{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "surgery cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/detective) +"aIj" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aIl" = ( +/turf/simulated/wall, +/area/station/legal/magistrate) +"aIn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stock_parts/cell/high/empty, +/obj/item/toy/figure/crew/ninja, +/obj/structure/closet/crate/secure{ + req_one_access = list(33,41) + }, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aIo" = ( +/turf/simulated/wall, +/area/station/legal/lawoffice) +"aIp" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aIq" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aIu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aIv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aIw" = ( +/obj/machinery/camera{ + c_tag = "Fore Port Solar Access" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aIx" = ( +/obj/structure/table, +/obj/item/paper/crumpled, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Kitchen"; + req_access = list(28) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aIz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Security Checkpoint" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"aIA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aIB" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aIC" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aID" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/item/clothing/shoes/jackboots, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aIE" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aIF" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"aIH" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aII" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aIJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aIK" = ( +/obj/item/book/manual/detective, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aIL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aIM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Magistrate" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aIO" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aIQ" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aIR" = ( +/obj/structure/table, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aIS" = ( +/obj/structure/grille, +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aIT" = ( +/obj/item/clothing/under/suit/mafia, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aIU" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint) +"aIV" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/spawner/random/maintenance, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint) +"aIX" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/basic, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aIY" = ( +/obj/machinery/computer/holodeck_control{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aJa" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/structure/window/basic, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aJb" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aJc" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aJd" = ( +/obj/structure/window/basic{ + dir = 8 + }, +/obj/structure/window/basic, +/obj/effect/turf_decal/siding/black{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/courtroom/gallery) +"aJe" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aJj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/hallway/primary/fore) +"aJk" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/pen/multi{ + pixel_y = 7; + pixel_x = -3 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/item/hand_labeler{ + pixel_x = -4 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/detective) +"aJl" = ( +/obj/structure/window/basic{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood/oak, +/area/station/security/detective) +"aJq" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/security/detective) +"aJr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJs" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJt" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/security, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aJu" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/maintenance/fore) +"aJv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aJw" = ( +/obj/machinery/door/airlock/bathroom{ + id = "toilet4"; + id_tag = "toilet4" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"aJx" = ( +/obj/structure/table/reinforced, +/obj/item/razor{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/machinery/destroyed, +/obj/item/clothing/under/rank/civilian/barber, +/obj/item/clothing/shoes/laceup, +/obj/item/storage/box/barber, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aJy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/landmark/spawner/xeno, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aJB" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Freezer" + }, +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"aJD" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aJE" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"aJH" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/port) +"aJI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/maintenance/fsmaint) +"aJK" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"aJL" = ( +/obj/machinery/economy/slot_machine, +/obj/item/coin/iron, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJM" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJN" = ( +/obj/item/coin/gold, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJO" = ( +/obj/item/garrote/improvised, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aJP" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"aJR" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"aJS" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_1) +"aJU" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fpmaint2) +"aJV" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_2) +"aJW" = ( +/mob/living/simple_animal/mouse, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint) +"aJX" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aJY" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aKa" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aKb" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aKc" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aKd" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aKf" = ( +/obj/item/clothing/under/suit/mafia/vest, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aKh" = ( +/obj/structure/chair/office/dark, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aKj" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/clothing/mask/bandana/skull, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aKl" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aKr" = ( +/obj/machinery/ai_status_display/west, +/obj/item/flag/nt{ + layer = 3.3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark"; + dir = 6 + }, +/area/station/legal/courtroom) +"aKs" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aKu" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aKw" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aKx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer/glass{ + id_tag = "magistrateofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Magistrate" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"aKy" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/hallway/primary/fore) +"aKA" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/hallway/primary/fore) +"aKE" = ( +/obj/machinery/door/airlock/maintenance{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aKF" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aKG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aKI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aKK" = ( +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aKL" = ( +/obj/machinery/door/poddoor{ + id = "maints2"; + id_tag = "maints2" + }, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor5"; + random_icon_states = null + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreen" + }, +/area/station/maintenance/fsmaint) +"aKM" = ( +/mob/living/simple_animal/pet/cat/spacecat/musya, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"aKO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aKQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aKT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"aKU" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dirt, +/obj/item/ashtray/bronze{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"aKV" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/fancy/cigarettes/cigpack_random, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"aKW" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/fpmaint2) +"aKX" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet/red, +/area/station/public/arcade) +"aKY" = ( +/obj/structure/closet, +/obj/item/coin/iron, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aKZ" = ( +/obj/item/coin/gold, +/obj/item/coin/iron, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aLb" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"aLc" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aLd" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry) +"aLe" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"aLf" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"aLh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Detective" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"aLk" = ( +/obj/machinery/kitchen_machine/oven, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aLn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint2) +"aLr" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aLt" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aLu" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aLv" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"aLx" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aLA" = ( +/turf/simulated/wall, +/area/station/service/mime) +"aLB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aLC" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aLD" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aLE" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aLF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aLG" = ( +/obj/item/food/meat/slab, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aLH" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"aLJ" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aLK" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aLL" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fpmaint) +"aLM" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aLN" = ( +/obj/structure/chair/comfy/brown{ + color = "#514E58"; + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aLO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aLP" = ( +/turf/simulated/wall, +/area/station/public/sleep) +"aLQ" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/machinery/button/windowtint{ + id = "Courtroom"; + pixel_y = -12; + req_one_access = list(74,3) + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aLR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aLS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Chapel Funeral Processing East"; + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/service/chapel) +"aLT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aLY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aMa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aMd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aMg" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aMi" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aMj" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aMl" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/obj/item/deck/cards, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"aMm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aMn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aMo" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aMp" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"aMq" = ( +/turf/simulated/wall, +/area/station/maintenance/electrical) +"aMr" = ( +/turf/simulated/wall, +/area/space/nearstation) +"aMs" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/entry) +"aMt" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"aMw" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aMy" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aMz" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aMA" = ( +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"aMB" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aMD" = ( +/obj/machinery/status_display/directional/south, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aME" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aMI" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/sign/poster/random/west, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/public/arcade) +"aMJ" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/storage/box/lights/mixed, +/obj/item/melee/flyswatter, +/obj/item/reagent_containers/spray/cleaner, +/obj/item/storage/bag/trash, +/obj/item/flashlight, +/obj/item/cartridge/janitor, +/obj/structure/closet, +/obj/item/stack/spacecash/c50, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aMK" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aMM" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"aMO" = ( +/obj/structure/table, +/obj/item/pen, +/obj/item/paper_bin/nanotrasen, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aMR" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fpmaint) +"aMS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/writing, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aMU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aMW" = ( +/obj/effect/decal/cleanable/blood/writing, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aMX" = ( +/obj/machinery/door/window/classic/normal, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/maintenance/fpmaint) +"aMY" = ( +/obj/structure/grille, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aMZ" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aNb" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/courtroom/gallery) +"aNc" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aNg" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/effect/decal/cleanable/dirt, +/obj/item/camera/spooky, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"aNh" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"aNi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aNj" = ( +/obj/structure/chair/comfy/brown{ + color = "#514E58"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"aNk" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"aNm" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aNo" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/maintenance/electrical) +"aNp" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aNq" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/bluegrid, +/area/station/maintenance/electrical) +"aNt" = ( +/obj/docking_port/mobile/pod{ + id = "pod1"; + name = "escape pod 1" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"aNu" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aNv" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aNw" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/hallway/secondary/entry) +"aNx" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aNy" = ( +/obj/docking_port/mobile/pod{ + id = "pod2"; + name = "escape pod 2" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"aNB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aNC" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aNE" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aNH" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aNJ" = ( +/obj/structure/statue/themis{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "plaque" + }, +/area/station/legal/courtroom) +"aNK" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway South"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aNM" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/courtroom/gallery) +"aNP" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aNT" = ( +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aNX" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/trash, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aNZ" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aOb" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "casino" + }, +/turf/simulated/floor/plating, +/area/station/public/arcade) +"aOg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aOi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"aOl" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/engineering/glass{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"aOm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aOn" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/chefhat, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint2) +"aOo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/meat/slab, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aOp" = ( +/obj/structure/closet/crate/freezer, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aOq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aOr" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"aOs" = ( +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aOv" = ( +/obj/machinery/door/airlock/maintenance{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aOw" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aOx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aOy" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aOz" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aOB" = ( +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aOC" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aOE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"aOF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aOI" = ( +/turf/simulated/wall, +/area/station/public/dorms) +"aOK" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"aOL" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aOM" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"aOP" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"aOQ" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aOR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"aOS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/storage) +"aOT" = ( +/obj/structure/chair, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aOU" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/item/circuitboard/operating, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aOV" = ( +/obj/structure/computerframe, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aOW" = ( +/obj/structure/chair, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aOX" = ( +/obj/structure/lattice, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/space, +/area/space/nearstation) +"aOY" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aOZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"aPa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/obj/item/food/meat/slab, +/obj/item/clothing/mask/face/fox, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint2) +"aPc" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fpmaint2) +"aPd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + id_tag = "apsolar_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/north{ + autolink_id = "apsolar_btn_ext"; + req_access = list(13) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"aPe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aPf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aPg" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aPi" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aPj" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"aPk" = ( +/obj/structure/statue/tranquillite/mime, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aPm" = ( +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aPq" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"aPr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"aPt" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aPu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"aPv" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aPx" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/legal/courtroom/gallery) +"aPA" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aPB" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aPC" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aPD" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/station/legal/courtroom/gallery) +"aPE" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aPF" = ( +/obj/machinery/economy/vending/cola, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aPG" = ( +/obj/machinery/disposal, +/obj/machinery/alarm/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"aPH" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aPJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aPK" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maints1"; + id_tag = "maints1" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreencorners" + }, +/area/station/maintenance/fsmaint) +"aPL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"aPM" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"aPN" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aPO" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"aPR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aPS" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aPT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aPW" = ( +/obj/structure/mirror{ + icon_state = "mirror_broke"; + pixel_y = 28 + }, +/obj/machinery/iv_drip, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aPX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aPY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aPZ" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/caution, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aQa" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"aQb" = ( +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aQd" = ( +/obj/structure/closet/secure_closet/mime, +/obj/machinery/button/windowtint/south{ + id = "mime" + }, +/obj/item/reagent_containers/spray/waterflower, +/obj/item/lipstick/random{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/random, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aQe" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aQf" = ( +/obj/structure/janitorialcart, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"aQg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aQh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aQi" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aQj" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aQk" = ( +/obj/machinery/economy/vending/artvend, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"aQl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aQo" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"aQp" = ( +/obj/machinery/camera{ + c_tag = "Theatre" + }, +/obj/item/kirbyplants/plant31, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"aQq" = ( +/obj/machinery/economy/vending/autodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"aQr" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/alarm/directional/north, +/obj/item/chair/wood{ + pixel_y = 8; + pixel_x = -2 + }, +/obj/item/chair/wood{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/chair/wood{ + pixel_y = 8; + pixel_x = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"aQs" = ( +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Hydroponics Desk" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid" + }, +/area/station/service/hydroponics) +"aQv" = ( +/turf/simulated/wall, +/area/station/public/sleep_male) +"aQw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aQx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"aQy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aQz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aQA" = ( +/obj/structure/flora/junglebush/large{ + pixel_y = 0 + }, +/obj/structure/flora/rock/pile, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"aQC" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/door_control/bolt_control/east{ + id = "toilet_dorm3" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"aQD" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aQE" = ( +/turf/simulated/wall, +/area/station/public/sleep_female) +"aQG" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aQI" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aQJ" = ( +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aQL" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aQM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/plantgenes, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/station/maintenance/fsmaint) +"aQN" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/rack, +/obj/item/hatchet, +/obj/item/reagent_containers/spray/plantbgone, +/obj/item/reagent_containers/glass/bottle/mutagen, +/obj/item/cultivator, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aQO" = ( +/obj/machinery/door_control/shutter/north{ + id = "Death"; + name = "Blast Door Control D" + }, +/obj/structure/table, +/obj/item/seeds/tomato{ + pixel_y = 6 + }, +/obj/item/seeds/tomato{ + pixel_x = -9 + }, +/obj/item/seeds/tomato{ + pixel_x = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/station/maintenance/fsmaint) +"aQP" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aQS" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aQT" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aQU" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"aQV" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/britcup{ + list_reagents = list("tea"=15); + pixel_x = 4; + pixel_y = 2 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"aQW" = ( +/obj/structure/table, +/obj/item/camera_assembly, +/obj/item/camera_assembly, +/obj/item/assembly/prox_sensor{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/alarm/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aQY" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aRa" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aRd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aRe" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aRf" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aRg" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aRh" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aRi" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aRj" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aRl" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aRm" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"aRp" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/fpmaint2) +"aRw" = ( +/turf/simulated/wall/r_wall, +/area/station/ai_monitored/storage/eva) +"aRx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aRy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/starboard/west) +"aRA" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aRC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aRF" = ( +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aRH" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"aRI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aRJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"aRM" = ( +/obj/structure/table, +/obj/item/storage/box/cups, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aRO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"aRP" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aRQ" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aRR" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/camera{ + c_tag = "Courtroom South"; + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"aRU" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aRV" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"aRW" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/secondary/entry) +"aRX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aRZ" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aSc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aSd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aSf" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aSj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aSk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/fitness) +"aSl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/sleep) +"aSn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aSo" = ( +/obj/structure/closet/wardrobe/white, +/obj/item/clothing/shoes/jackboots, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/item/reagent_containers/drinks/cans/badminbrew, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aSp" = ( +/obj/structure/table/glass, +/obj/item/hemostat, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aSq" = ( +/obj/structure/table/glass, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aSs" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aSt" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fpmaint2) +"aSu" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fpmaint) +"aSv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aSA" = ( +/turf/simulated/wall/r_wall, +/area/station/supply/expedition/gate) +"aSC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"aSH" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aSJ" = ( +/obj/item/flag/clown, +/obj/machinery/camera{ + c_tag = "Clown Office" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aSM" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"aSN" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"aSQ" = ( +/obj/effect/landmark/start/botanist, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/hydroponics) +"aSR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aSW" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"aSX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"aSY" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"aTa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/medical, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aTb" = ( +/obj/effect/decal/cleanable/dirt, +/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/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aTf" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aTg" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aTh" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aTj" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aTm" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aTo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aTp" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aTt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/power/apc/critical/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aTu" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/garden) +"aTv" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"aTx" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"aTy" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"aTA" = ( +/obj/structure/table/glass, +/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, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aTC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"aTD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/random/west, +/turf/simulated/floor/carpet/red, +/area/station/public/arcade) +"aTE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aTF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"aTG" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aTI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aTJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"aTL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"aTM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/lifestar, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"aTN" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"aTQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"aTR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aTS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/chem_dispenser, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"aTT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/chem_master, +/obj/structure/reagent_dispensers/fueltank/chem/north, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"aTU" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -2; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"aTV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/chem_heater, +/obj/machinery/light/directional/north, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"aTW" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"aTY" = ( +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"aTZ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aUa" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aUc" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aUd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aUe" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/spacecash/c10, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"aUf" = ( +/obj/structure/table/wood, +/obj/item/candle, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"aUg" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aUh" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "Backup Power Monitoring Console" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"aUk" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aUl" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aUm" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aUn" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aUo" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aUr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aUs" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aUt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"aUu" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/garden) +"aUx" = ( +/obj/machinery/seed_extractor, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aUz" = ( +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aUA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/service/hydroponics) +"aUE" = ( +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"aUG" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/clown, +/obj/machinery/door/airlock/bananium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aUH" = ( +/obj/machinery/gateway/centerstation, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"aUI" = ( +/obj/effect/landmark/start/clown, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aUJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aUK" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aUL" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"aUN" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"aUO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"aUP" = ( +/obj/machinery/door_control/shutter/north{ + desc = "A remote control switch for the medbay foyer."; + id = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter Control" + }, +/obj/structure/table/glass, +/obj/item/clothing/glasses/science{ + pixel_y = 10 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 4 + }, +/obj/item/clothing/glasses/science{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"aUQ" = ( +/turf/simulated/wall, +/area/station/public/toilet/unisex) +"aUR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"aUS" = ( +/turf/simulated/wall, +/area/station/service/bar) +"aUT" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"aUU" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aUV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aUW" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aUX" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/dronefabricator) +"aUY" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"aUZ" = ( +/turf/space, +/area/station/hallway/secondary/entry) +"aVa" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aVc" = ( +/turf/simulated/wall, +/area/station/security/checkpoint/secondary) +"aVd" = ( +/obj/machinery/camera{ + c_tag = "Arrivals East"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aVe" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aVg" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/public/storage/tools) +"aVh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aVi" = ( +/turf/simulated/wall, +/area/station/public/storage/tools) +"aVj" = ( +/turf/simulated/wall/r_wall, +/area/station/public/storage/tools) +"aVk" = ( +/obj/structure/closet/secure_closet/freezer/money, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/vault) +"aVl" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/command/vault) +"aVm" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/alarm/directional/north, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/command/vault) +"aVn" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/table/reinforced, +/obj/structure/closet/fireaxecabinet{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/vault) +"aVo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"aVp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"aVq" = ( +/obj/structure/closet/walllocker/firelocker/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aVr" = ( +/obj/machinery/gateway, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/supply/expedition/gate) +"aVs" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 8 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/cherry, +/area/station/public/mrchangs) +"aVu" = ( +/turf/simulated/wall, +/area/station/service/bar/atrium) +"aVx" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"aVy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"aVA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aVC" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"aVI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"aVN" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"aVO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"aVQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aVV" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/arrival/station) +"aVX" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aVY" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/arrival/station) +"aWb" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aWc" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aWd" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aWf" = ( +/obj/structure/reagent_dispensers/peppertank/north, +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aWg" = ( +/obj/machinery/camera{ + c_tag = "Mini Satellite Access"; + dir = 4; + network = list("SS13","MiniSat","Engineering") + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"aWh" = ( +/obj/machinery/requests_console/directional/north, +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aWi" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/north, +/obj/item/wirecutters, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWj" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aWk" = ( +/obj/machinery/economy/vending/assist, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWm" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/north, +/obj/item/assembly/igniter{ + pixel_x = -8 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/assembly/igniter{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWn" = ( +/obj/structure/table, +/obj/machinery/alarm/directional/north, +/obj/item/flashlight{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/t_scanner{ + pixel_y = 4; + pixel_x = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -6; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWo" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/north, +/obj/item/multitool{ + pixel_x = -12; + pixel_y = 2 + }, +/obj/item/multitool{ + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage" + }, +/obj/item/assembly/signaler{ + pixel_x = 12; + pixel_y = 10 + }, +/obj/item/assembly/signaler{ + pixel_x = 12; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWp" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWq" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 4; + pixel_x = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWr" = ( +/obj/structure/table, +/obj/machinery/status_display/directional/north, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWs" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/station/command/vault) +"aWt" = ( +/obj/machinery/economy/vending/tool, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aWu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/command/vault) +"aWv" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/command/vault) +"aWw" = ( +/obj/machinery/nuclearbomb{ + r_code = "LOLNO" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/vault) +"aWx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/command/vault) +"aWz" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/balltoy, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"aWB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aWC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aWD" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aWE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aWF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aWG" = ( +/obj/structure/closet/secure_closet/clown, +/obj/machinery/button/windowtint/south{ + id = "clown" + }, +/obj/item/food/grown/banana, +/obj/item/food/grown/banana{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/food/grown/banana{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/clothing/under/costume/soldieruniform, +/obj/item/clothing/suit/sovietcoat, +/obj/item/clothing/head/stalhelm, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aWH" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aWI" = ( +/obj/structure/table/glass, +/obj/item/storage/box/cups, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"aWJ" = ( +/obj/structure/bed, +/obj/item/bedsheet/clown, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aWK" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/bananalamp{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/food/pie{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/stamp/clown{ + pixel_x = -5 + }, +/obj/item/toy/figure/crew/clown{ + pixel_x = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aWL" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aWM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/status_display/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aWN" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"aWP" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"aWR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"aWS" = ( +/obj/machinery/economy/vending/chinese, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"aWT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aWU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aWV" = ( +/obj/item/stack/rods{ + amount = 10 + }, +/obj/machinery/kitchen_machine/oven, +/obj/item/storage/box/donkpockets, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"aWW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green/off, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = 7; + pixel_y = -2 + }, +/obj/item/lighter/zippo{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/machinery/newscaster/directional/north, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"aWX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aXc" = ( +/obj/machinery/crema_switch{ + pixel_y = -25 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"aXd" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/crematorium, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"aXe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"aXf" = ( +/obj/structure/flora/junglebush/large{ + pixel_y = -18 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"aXg" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"aXh" = ( +/obj/machinery/driver_button{ + id_tag = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = 25 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/service/chapel) +"aXi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"aXj" = ( +/obj/structure/morgue, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium"; + dir = 4 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"aXk" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"aXl" = ( +/obj/machinery/door/poddoor{ + id_tag = "chapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"aXn" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_r" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"aXp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"aXq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aXr" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXs" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXt" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXu" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXv" = ( +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXw" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXx" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXy" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aXA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"aXB" = ( +/obj/structure/closet, +/obj/item/crowbar, +/obj/item/flash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aXC" = ( +/obj/structure/chair/office/dark, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"aXD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"aXE" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = 22; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aXF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aXI" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = -6; + pixel_y = 9 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 4; + pixel_x = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aXL" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aXM" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/public/storage/tools) +"aXO" = ( +/obj/machinery/camera{ + c_tag = "Vault"; + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/shelf/command, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_y = -2; + pixel_x = 8 + }, +/obj/item/coin/gold{ + pixel_y = 6; + pixel_x = -8 + }, +/obj/item/storage/belt/champion/wrestling{ + pixel_y = 8 + }, +/obj/item/coin/gold{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/command/vault) +"aXP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/command/vault) +"aXQ" = ( +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aXR" = ( +/obj/item/coin/silver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/coin/silver{ + pixel_x = 12; + pixel_y = 7 + }, +/obj/item/coin/silver{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/coin/silver{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/coin/silver{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/structure/closet/crate{ + name = "Silver Crate" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/command/vault) +"aXX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"aXZ" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"aYa" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aYb" = ( +/obj/item/tank/internals/emergency_oxygen, +/obj/effect/spawner/random/maintenance, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aYc" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aYf" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/command/bridge) +"aYg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greencorner" + }, +/area/station/command/bridge) +"aYh" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aYl" = ( +/obj/structure/sign/poster/official/random/north, +/obj/machinery/economy/vending/medidrobe, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"aYm" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"aYn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"aYo" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"aYr" = ( +/obj/machinery/washing_machine, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"aYs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"aYt" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "smstorage"; + name = "Supermatter Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"aYu" = ( +/obj/machinery/door/window/classic/normal{ + name = "EVA Equipment" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/eva, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"aYv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aYx" = ( +/obj/structure/crematorium, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"aYy" = ( +/obj/machinery/door/window/classic/reversed{ + name = "EVA Equipment" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/eva, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"aYz" = ( +/obj/machinery/camera{ + c_tag = "Chapel North" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/service/chapel) +"aYA" = ( +/obj/structure/table, +/obj/item/storage/fancy/candle_box/full{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/service/chapel) +"aYB" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"aYC" = ( +/obj/structure/chair/comfy/brown{ + color = "#514E58"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"aYD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aYE" = ( +/obj/structure/chair/comfy/brown{ + color = "#514E58"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aYF" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"aYG" = ( +/obj/structure/closet/coffin, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"aYI" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mime" + }, +/turf/simulated/floor/plating, +/area/station/service/mime) +"aYJ" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aYK" = ( +/obj/structure/rack, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aYL" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aYM" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aYO" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aYP" = ( +/turf/simulated/wall, +/area/station/service/chapel) +"aYQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"aYT" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"aYU" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"aYV" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"aYZ" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"aZa" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aZb" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = -22; + dir = 1 + }, +/obj/machinery/newscaster/security_unit/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aZc" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aZe" = ( +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/item/stack/cable_coil{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil{ + pixel_y = 1 + }, +/obj/item/stack/tape_roll{ + pixel_y = -12; + pixel_x = 4 + }, +/obj/item/stack/tape_roll{ + pixel_y = -12; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aZf" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/security{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aZh" = ( +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aZi" = ( +/mob/living/simple_animal/mouse/brown/tom, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/station/command/vault) +"aZj" = ( +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"aZk" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/command/vault) +"aZm" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/service/chapel) +"aZq" = ( +/obj/structure/safe{ + known_by = list("captain") + }, +/obj/machinery/light_switch/south, +/obj/item/clothing/head/bearpelt, +/obj/item/folder/documents, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/stack/spacecash/c1000, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/command/vault) +"aZr" = ( +/obj/structure/table, +/obj/machinery/light/directional/east, +/obj/item/weldingtool{ + pixel_y = 4; + pixel_x = -2 + }, +/obj/item/crowbar{ + pixel_x = 2; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aZs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aZt" = ( +/obj/structure/curtain/open/shower/security, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aZu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aZv" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"aZw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aZx" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aZy" = ( +/obj/machinery/door/poddoor{ + id = "maints3"; + id_tag = "maints3" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aZz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"aZC" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/structure/statue/chickenstatue{ + layer = 4 + }, +/obj/structure/window/reinforced/tinted{ + pixel_y = -1; + dir = 4 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/mrchangs) +"aZD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"aZE" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"aZF" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/service/chapel) +"aZG" = ( +/obj/machinery/door/airlock{ + id_tag = "PrivateRoom1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"aZL" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "toilet_dorm1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"aZN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"aZU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"aZW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aZY" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aZZ" = ( +/obj/item/gun/throw/crossbow, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"baa" = ( +/obj/item/food/grown/banana, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bab" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/camera{ + c_tag = "Garden"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"bac" = ( +/obj/item/clothing/suit/soldiercoat, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bad" = ( +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bag" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bah" = ( +/obj/machinery/suit_storage_unit/clown/secure, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bai" = ( +/obj/machinery/suit_storage_unit/mime/secure, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"baj" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/light/small/directional/north, +/obj/structure/shelf/command, +/obj/item/clothing/shoes/magboots{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/clothing/shoes/magboots{ + pixel_y = -4 + }, +/obj/item/clothing/shoes/magboots{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/clothing/shoes/magboots{ + pixel_y = 8 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bam" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"bao" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/stack/package_wrap, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"baq" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bar" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bat" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/fpmaint2) +"bau" = ( +/turf/simulated/wall, +/area/station/service/library) +"bav" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/table/wood, +/obj/item/dice/d20, +/obj/item/dice, +/obj/item/storage/box/characters, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bax" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bay" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/service/chapel) +"baz" = ( +/turf/simulated/wall, +/area/station/service/chapel/office) +"baA" = ( +/obj/structure/shelf, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/service/chapel) +"baB" = ( +/obj/structure/closet/coffin, +/obj/machinery/door/window/classic/normal{ + name = "Coffin Storage"; + req_access = list(22) + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"baC" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"baE" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"baF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"baI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/crematorium, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"baL" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/service/hydroponics) +"baM" = ( +/obj/machinery/door/airlock/public/glass{ + id_tag = "vipbar_bolt"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "vipbar" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar) +"baN" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"baZ" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bbf" = ( +/obj/machinery/door/airlock/vault{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/supply/vault, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/command/vault) +"bbg" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/station/public/dorms) +"bbi" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"bbj" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 8 + }, +/obj/item/analyzer{ + pixel_y = -8 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bbk" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bbm" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bbn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor6"; + random_icon_states = null + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkgreen" + }, +/area/station/maintenance/fsmaint) +"bbo" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bbp" = ( +/obj/structure/shelf, +/obj/machinery/light_switch/east, +/obj/item/stack/package_wrap{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/package_wrap{ + pixel_y = -4 + }, +/obj/item/stack/package_wrap{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/stack/package_wrap{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bbq" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"bbr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/north) +"bbu" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"bbv" = ( +/obj/machinery/light/directional/north, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/fitness) +"bbw" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bby" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"bbE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"bbG" = ( +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bbH" = ( +/obj/structure/table, +/obj/item/food/baguette, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bbI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bbJ" = ( +/obj/item/food/grown/banana, +/obj/item/storage/backpack/duffel/clown, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bbK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bbL" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bbM" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen{ + anchored = 1 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"bbN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bbO" = ( +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"bbP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bbQ" = ( +/obj/machinery/ai_status_display/north, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bbR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bbT" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bbZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/bed, +/obj/item/bedsheet/red, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"bca" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"bcb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bcc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"bcd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"bce" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/landmark/start/artist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"bcf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"bch" = ( +/obj/structure/chair/office/dark, +/obj/machinery/camera{ + c_tag = "Library North" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bci" = ( +/obj/structure/chair/office/dark, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bck" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/grille, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bcm" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"bcn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"bco" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bcp" = ( +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bcq" = ( +/obj/structure/closet/secure_closet/chaplain, +/obj/machinery/firealarm/directional/west, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bcr" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bct" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bcu" = ( +/obj/structure/table/wood, +/obj/item/pen, +/obj/item/reagent_containers/drinks/bottle/holywater, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bcw" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Chapel Chaplain's Office" + }, +/obj/structure/table/wood, +/obj/item/lighter/zippo/black, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bcx" = ( +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bcz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bcA" = ( +/obj/structure/dispenser, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"bcB" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/storage/fancy/crayons, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bcC" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bcD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bcF" = ( +/obj/machinery/light/directional/west, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/service/chapel) +"bcG" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Lounge" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"bcM" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcN" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bcO" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bcP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/service/chapel) +"bcQ" = ( +/obj/structure/table/glass, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/plant_analyzer, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light_switch/south, +/obj/item/storage/bag/plants/seed_sorting_tray{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/garden) +"bcR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"bcT" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bcW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"bcZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/hallway/primary/port) +"bda" = ( +/obj/structure/platform{ + dir = 8; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bdb" = ( +/obj/structure/table, +/obj/item/wrench{ + pixel_y = 4 + }, +/obj/item/crowbar{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bdd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"bde" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bdg" = ( +/obj/structure/table, +/obj/machinery/newscaster/directional/south, +/obj/item/storage/belt/utility{ + pixel_y = 8; + pixel_x = -14 + }, +/obj/item/clothing/gloves/color/fyellow, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bdh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bdi" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast west"; + name = "Bridge Blast Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bdj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bdk" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bdm" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bdn" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bdq" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway 2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bdr" = ( +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"bdu" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/garden) +"bdv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/north) +"bdw" = ( +/obj/item/flag/nt, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 39 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/north) +"bdx" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/nutrient/ez{ + pixel_x = 4 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/rh{ + pixel_x = -4 + }, +/obj/machinery/light/directional/east, +/obj/item/reagent_containers/glass/bottle/nutrient/mut{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/garden) +"bdy" = ( +/obj/structure/sign/poster/official/random/west, +/obj/machinery/light/directional/west, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bdz" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bdA" = ( +/obj/structure/rack, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bdB" = ( +/obj/machinery/light/directional/east, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bdD" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"bdE" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bdF" = ( +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"bdG" = ( +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"bdH" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"bdI" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bdK" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"bdO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bdP" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast east"; + name = "Bridge Blast Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bdQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"bdR" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bdT" = ( +/turf/simulated/wall, +/area/station/service/kitchen) +"bdX" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bdY" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "chapelgun" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window{ + dir = 1; + name = "Mass Driver" + }, +/obj/structure/window/reinforced, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"bea" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"beb" = ( +/turf/simulated/wall, +/area/station/service/hydroponics) +"bec" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/table/wood, +/obj/machinery/bottler, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"bee" = ( +/obj/machinery/power/apc/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bef" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"beg" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"beh" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/effect/turf_decal/stripes, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"bel" = ( +/obj/structure/rack, +/obj/item/storage/bible{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bem" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"beo" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bep" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"beq" = ( +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"ber" = ( +/obj/structure/table/wood, +/obj/item/stack/tile/carpet/black{ + amount = 10 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bes" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bet" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/chaplain, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"beu" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/nw) +"bev" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/north) +"bex" = ( +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bey" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"beE" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai_upload) +"beG" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"beL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/port) +"beO" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/hallway/primary/port) +"beP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/garden) +"beQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"beR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/storage/tools) +"beX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bfb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"bfc" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bfh" = ( +/obj/structure/sign/securearea, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"bfi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bfl" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bfo" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/kitchen_machine/oven{ + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bfp" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bfq" = ( +/obj/machinery/gameboard, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bfv" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bfy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bfz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bfB" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Hydroponics" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/station/maintenance/fsmaint) +"bfH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/service/hydroponics) +"bfM" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/rack, +/obj/item/vending_refill/cigarette{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/vending_refill/coffee{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"bfQ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/service/hydroponics) +"bfS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/service/chapel) +"bfT" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bfU" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"bfV" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bfW" = ( +/obj/structure/shelf, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bfX" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bfY" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_service, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bfZ" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_general, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bga" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/eftpos, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bgb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/service/chapel) +"bgf" = ( +/obj/structure/table/wood, +/obj/item/candle, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bgg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"bgi" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bgj" = ( +/obj/structure/table/wood, +/obj/item/food/chips, +/obj/item/reagent_containers/drinks/cans/cola, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry) +"bgk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgn" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/directions/cargo{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/bridge{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 39 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgq" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bgr" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bgs" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Office Supplies"; + dir = 4 + }, +/obj/machinery/status_display/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"bgt" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"bgu" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgv" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"bgw" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/vending_refill/cola{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/vending_refill/snack{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"bgz" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bgA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bgB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgC" = ( +/obj/structure/sign/double/map/left{ + pixel_y = 31 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgD" = ( +/obj/structure/sign/double/map/right{ + pixel_y = 31 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgE" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bgG" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgH" = ( +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgI" = ( +/obj/item/beacon, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bgJ" = ( +/obj/machinery/light/directional/north, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bgK" = ( +/obj/machinery/light/directional/west, +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/supply/expedition/gate) +"bgL" = ( +/obj/machinery/light/directional/east, +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/supply/expedition/gate) +"bgM" = ( +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/garden) +"bgN" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bgP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/nw) +"bgQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Tool Storage" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bgS" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bgT" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/cherry, +/area/station/public/mrchangs) +"bgU" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"bgV" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"bgW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L11" + }, +/area/station/hallway/primary/central/north) +"bgZ" = ( +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"bha" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L1" + }, +/area/station/hallway/primary/central/north) +"bhb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L3" + }, +/area/station/hallway/primary/central/north) +"bhc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L5" + }, +/area/station/hallway/primary/central/north) +"bhg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"bhh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/north) +"bhm" = ( +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry) +"bhn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"bhq" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"bhu" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Hydroponics Delivery"; + req_access = list(35) + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"bhv" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"bhx" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bhz" = ( +/obj/machinery/photocopier{ + toner = 0 + }, +/obj/machinery/alarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"bhA" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"bhE" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"bhF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"bhH" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"bhI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-r" + }, +/area/station/supply/expedition/gate) +"bhK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bhN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"bhO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"bhP" = ( +/obj/structure/shelf/supply, +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/ai_status_display/north, +/obj/item/radio{ + pixel_y = 12; + pixel_x = 8 + }, +/obj/item/radio{ + pixel_y = 12 + }, +/obj/item/radio{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/radio{ + pixel_x = -8 + }, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"bhQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"bhU" = ( +/obj/structure/window/reinforced, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bhV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/north) +"bhX" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/welded, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bhZ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bia" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/papershredder, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bid" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bih" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/light/directional/west, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bii" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bip" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bir" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bit" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"biu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"biv" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"biw" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"biE" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"biI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "L7" + }, +/area/station/hallway/primary/central/north) +"biK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "L9" + }, +/area/station/hallway/primary/central/north) +"biL" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall/r_wall, +/area/station/security/brig) +"biM" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/requests_console/directional/north, +/obj/structure/shelf/command, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"biN" = ( +/obj/structure/table/reinforced, +/obj/item/assembly/signaler{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/assembly/signaler{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"biO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "L13" + }, +/area/station/hallway/primary/central/north) +"biP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/soysauce, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ChangKitchen"; + name = "Mr. Chang's Shutters" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"biQ" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/eftpos{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ChangKitchen"; + name = "Mr. Chang's Shutters" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"biR" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ChangKitchen"; + name = "Mr. Chang's Shutters" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"biT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/kitchen/utensil/spork{ + pixel_x = -10 + }, +/obj/item/kitchen/utensil/spork{ + pixel_x = 10 + }, +/obj/item/kitchen/utensil/spork{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/kitchen/utensil/spork{ + pixel_y = 2; + pixel_x = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ChangKitchen"; + name = "Mr. Chang's Shutters" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"biZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"bjg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bji" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"bjn" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bjp" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access = list(22) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bjr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bjs" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/service/chapel) +"bju" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bjy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"bjz" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "19" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bjA" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bjD" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bjE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"bjF" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bjI" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bjL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/closet/secure_closet/freezer/products, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bjN" = ( +/obj/structure/table/glass, +/obj/item/dice/d20, +/turf/simulated/floor/light/purple, +/area/station/service/bar/atrium) +"bjO" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry) +"bjQ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry) +"bjR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"bjS" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bjT" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bjU" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Center"; + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bjY" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bkb" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway 3"; + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bkc" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes{ + pixel_y = 2 + }, +/obj/item/lighter{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"bkd" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"bkf" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bki" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bkn" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bkq" = ( +/obj/structure/sign/directions/cargo{ + pixel_y = -39 + }, +/obj/structure/sign/directions/bridge{ + dir = 4; + pixel_y = -32 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bkr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bks" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bkv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"bkx" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bky" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"bkA" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"bkB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"bkC" = ( +/obj/structure/sign/directions/engineering{ + pixel_y = -39 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -32 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -25 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bkD" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bkE" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"bkF" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"bkR" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast west"; + name = "Bridge Blast Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bkT" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"bkW" = ( +/obj/machinery/power/apc/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -7; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"bkX" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bkZ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/invisible, +/obj/machinery/camera{ + c_tag = "Library Study"; + dir = 8 + }, +/obj/item/stack/tape_roll, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bld" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"blf" = ( +/obj/structure/railing/cap{ + dir = 5 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/supply/expedition/gate) +"blg" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"blh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"bli" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"blj" = ( +/turf/simulated/floor/carpet, +/area/station/service/library) +"bll" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"blm" = ( +/obj/machinery/camera{ + c_tag = "Chapel South"; + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bln" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"blo" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"blp" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bls" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/goonplaque, +/area/station/hallway/secondary/entry) +"blw" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"blx" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"bly" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHW"; + location = "Lockers" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"blz" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"blB" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"blE" = ( +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"blJ" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"blK" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"blL" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"blM" = ( +/turf/simulated/wall, +/area/station/public/locker) +"blP" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"blQ" = ( +/turf/simulated/wall, +/area/station/maintenance/port) +"blR" = ( +/turf/simulated/wall, +/area/station/public/storage/emergency/port) +"blT" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/public/storage/emergency/port) +"blU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"blV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"blW" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"blX" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"blY" = ( +/obj/machinery/status_display, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"bmb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/nw) +"bmc" = ( +/turf/simulated/wall/r_wall, +/area/station/command/bridge) +"bmg" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bmi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"bmk" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/railing/cap{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/supply/expedition/gate) +"bml" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bmm" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bmo" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"bmp" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"bmt" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/door_control/bolt_control/south{ + id = "toilet_sec_1" + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"bmv" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"bmA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"bmB" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bmD" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera{ + c_tag = "Library East"; + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bmE" = ( +/obj/machinery/light/small/directional/south, +/mob/living/simple_animal/pet/dog/bullterrier/genn, +/obj/structure/bed/dogbed, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bmF" = ( +/obj/structure/cult/archives, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bmG" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bmH" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bmI" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bmJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"bmK" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bmL" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"bmO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"bmS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bmT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bmU" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bmW" = ( +/obj/structure/sign/poster/official/random/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bnd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L4" + }, +/area/station/hallway/primary/central/north) +"bne" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L2" + }, +/area/station/hallway/primary/central/north) +"bnf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "spooky"; + name = "Observer-Start" + }, +/turf/simulated/floor/plasteel{ + icon_state = "L8" + }, +/area/station/hallway/primary/central/north) +"bng" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnh" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Lockers"; + location = "EVA" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L6" + }, +/area/station/hallway/primary/central/north) +"bni" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L12" + }, +/area/station/hallway/primary/central/north) +"bnj" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Security"; + location = "EVA2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L10" + }, +/area/station/hallway/primary/central/north) +"bnk" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "L14" + }, +/area/station/hallway/primary/central/north) +"bno" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"bnq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluered" + }, +/area/station/command/bridge) +"bnr" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bns" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"bnu" = ( +/obj/machinery/economy/atm/directional/east, +/obj/machinery/camera{ + c_tag = "Arrivals Hallway"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bnv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bny" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"bnz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bnA" = ( +/obj/structure/closet/wardrobe/xenos, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnB" = ( +/obj/machinery/economy/vending/vulpix, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnC" = ( +/obj/machinery/economy/vending/artvend, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnD" = ( +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnE" = ( +/obj/structure/rack, +/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, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bnF" = ( +/obj/machinery/economy/vending/clothing, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnG" = ( +/obj/machinery/economy/vending/autodrobe, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnH" = ( +/obj/machinery/economy/vending/hatdispenser, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnI" = ( +/obj/machinery/economy/vending/suitdispenser, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnJ" = ( +/obj/machinery/economy/vending/shoedispenser, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bnK" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bnM" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA2"; + location = "Dorm" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"bnP" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"bnR" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/command/bridge) +"bnS" = ( +/turf/simulated/wall, +/area/station/public/storage/tools/auxiliary) +"bnT" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bnU" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase, +/obj/item/storage/box/pdas{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/ids, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bnV" = ( +/obj/machinery/computer/monitor{ + name = "Bridge Power Monitoring Computer" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/command/bridge) +"bnW" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/command/bridge) +"bnX" = ( +/obj/machinery/computer/communications, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bnY" = ( +/obj/machinery/computer/shuttle/labor, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"boa" = ( +/obj/machinery/computer/shuttle/mining, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/bridge) +"bob" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"bod" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"boe" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"bof" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"boh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/assembly/timer, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bol" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"bom" = ( +/obj/effect/landmark/start/bartender, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"bop" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"bor" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/stack/sheet/rglass/fifty{ + pixel_y = 12 + }, +/obj/item/stack/rods/fifty{ + pixel_y = -4 + }, +/obj/item/stack/cable_coil{ + pixel_y = 8 + }, +/obj/item/stack/cable_coil{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"box" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"boy" = ( +/obj/machinery/door/morgue{ + name = "Private Study" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"boB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/service/hydroponics) +"boD" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/secondary/exit) +"boF" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"boG" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"boI" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"boJ" = ( +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"boL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"boP" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"boT" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"boU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/corner, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"boV" = ( +/obj/structure/closet/secure_closet/bar, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"boW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"boX" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"boZ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bpa" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bpb" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/rack, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/obj/item/flashlight/flare/glowstick/emergency, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bpc" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bpd" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bpe" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/camera{ + c_tag = "Locker Room East"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bpf" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/head/hardhat, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bpl" = ( +/obj/machinery/light_switch/west, +/obj/effect/decal/cleanable/dust, +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/stairs{ + icon_state = "rampbottom"; + dir = 1 + }, +/area/station/public/vacant_store) +"bpm" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bpn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/machinery/computer/security/telescreen/engine{ + layer = 4; + network = list("Singularity") + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"bpo" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/command/bridge) +"bpq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/command/bridge) +"bpr" = ( +/obj/structure/table/reinforced, +/obj/item/flash, +/obj/item/flash, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bpt" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bpu" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_command, +/obj/item/aicard, +/obj/item/multitool/command, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"bpw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "bridge blast east"; + name = "East Bridge Blast Door Control"; + pixel_x = 6; + pixel_y = -2; + req_access = list(19) + }, +/obj/machinery/door_control/shutter{ + id = "bridge blast west"; + name = "West Bridge Blast Door Control"; + pixel_x = -6; + pixel_y = -2; + req_access = list(19) + }, +/obj/machinery/door_control/shutter{ + id = "bridge blast north"; + name = "North Bridge Blast Door Control"; + pixel_x = 6; + pixel_y = 8; + req_access = list(19) + }, +/obj/machinery/keycard_auth{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"bpx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greencorner" + }, +/area/station/command/bridge) +"bpB" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bpF" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bpM" = ( +/obj/effect/landmark/start/chaplain, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"bpQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/sink/kitchen/west, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"bpT" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/effect/landmark/start/dealer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"bpX" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bpY" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Library Desk Door" + }, +/obj/machinery/status_display/directional/north, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/library{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bqb" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"bqc" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bqd" = ( +/obj/structure/table/wood, +/obj/machinery/light_switch/east, +/obj/machinery/computer/library{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bqg" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"bqi" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prisonershuttle) +"bqj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bql" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bqm" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "mrchang" + }, +/turf/simulated/floor/plating, +/area/station/public/mrchangs) +"bqn" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"bqq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "stairs-m" + }, +/area/station/hallway/primary/central/nw) +"bqr" = ( +/turf/simulated/wall, +/area/station/public/vacant_office) +"bqs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "stairs-m" + }, +/area/station/hallway/primary/central/ne) +"bqu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Research Division Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"bqv" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bqw" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -2; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bqx" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bqz" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/alarm/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bqA" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/extinguisher, +/obj/item/extinguisher, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bqC" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bqF" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bqG" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/storage/toolbox/emergency, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bqI" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/service/hydroponics) +"bqJ" = ( +/obj/effect/landmark/start/dealer, +/obj/structure/chair/office, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/vacant_store) +"bqK" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/tape_roll, +/obj/item/stack/tape_roll, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bqL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/service/hydroponics) +"bqN" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/central/nw) +"bqO" = ( +/obj/machinery/computer/prisoner, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/command/bridge) +"bqP" = ( +/obj/machinery/computer/secure_data, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/command/bridge) +"bqQ" = ( +/obj/machinery/camera{ + c_tag = "Bridge West" + }, +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost","Telecomms") + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/command/bridge) +"bqR" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bqS" = ( +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bqU" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"bqV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"bqY" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bqZ" = ( +/obj/machinery/computer/shuttle/mining, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/command/bridge) +"bra" = ( +/obj/machinery/computer/security/mining, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/command/bridge) +"brb" = ( +/obj/machinery/camera{ + c_tag = "Bridge East" + }, +/obj/machinery/computer/supplycomp, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/command/bridge) +"brd" = ( +/obj/item/skeleton/head, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"bre" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"brk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"brl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"brn" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"brp" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"brq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-r" + }, +/area/station/hallway/primary/central/nw) +"brr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"brs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/service/hydroponics) +"bru" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"brw" = ( +/obj/structure/bookcase{ + name = "bookcase (Adult)" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"brx" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library{ + dir = 4; + pixel_y = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bry" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"brz" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"brA" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/librarian, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"brB" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"brD" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"brE" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"brF" = ( +/obj/structure/rack, +/obj/item/melee/baton/cattleprod, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"brG" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"brK" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 16; + height = 21; + id = "emergency_home"; + name = "emergency evac bay"; + width = 41 + }, +/turf/space, +/area/space) +"brL" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"brS" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/command/bridge) +"brU" = ( +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"bsc" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/structure/rack, +/obj/item/extinguisher, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bsf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bsg" = ( +/obj/structure/table, +/obj/item/clothing/head/soft{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bsh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bsi" = ( +/obj/random/plushie, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bsk" = ( +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bsl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitecorner" + }, +/area/station/hallway/secondary/entry) +"bsm" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"bsn" = ( +/obj/effect/spawner/random/cobweb/left/rare, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bso" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/miner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bsp" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/hallway/primary/central/nw) +"bsq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bss" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bst" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bsv" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/command/bridge) +"bsw" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/command/bridge) +"bsx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"bsy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bsz" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bsD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"bsE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/command/bridge) +"bsG" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/command/bridge) +"bsI" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bsJ" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/hallway/primary/central/ne) +"bsK" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/ne) +"bsL" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/central/ne) +"bsO" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bsP" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bsQ" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bsR" = ( +/obj/structure/displaycase, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/trimline{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"bsW" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/supermatter_room) +"bsX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/service/hydroponics) +"bsZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + id_tag = "vacantstore"; + name = "Vacant Store Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/maintenance{ + dir = 8 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Store" + }, +/turf/simulated/floor/plating, +/area/station/public/vacant_store) +"bta" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"btb" = ( +/obj/structure/table/wood, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bte" = ( +/turf/simulated/wall, +/area/station/hallway/primary/starboard/east) +"bth" = ( +/obj/structure/table/wood, +/obj/item/paper, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bti" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"btj" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"btk" = ( +/obj/structure/sign/poster/official/random, +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/exit) +"btl" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"btp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/hallway/secondary/exit) +"btq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/service/hydroponics) +"bts" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"btA" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"btB" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"btE" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"btF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"btG" = ( +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"btH" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"btK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"btL" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"btO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"btT" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"btU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/service/hydroponics) +"btZ" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/rack, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bua" = ( +/obj/machinery/light/small/directional/north, +/obj/item/rcs, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"buc" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bud" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"buf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/status_display/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bug" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"bui" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"buj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/public/vacant_store) +"buk" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/port) +"bun" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/nw) +"buy" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"buz" = ( +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"buA" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"buB" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"buC" = ( +/obj/structure/table/glass, +/turf/simulated/floor/light/purple, +/area/station/service/bar/atrium) +"buE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"buN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"buQ" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"buS" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Auxiliary Docking North"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"buT" = ( +/obj/machinery/economy/vending/cigarette, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"buU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"buX" = ( +/obj/structure/computerframe, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bva" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"bvb" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bvc" = ( +/obj/structure/table/wood, +/obj/item/hand_labeler, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bve" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bvf" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_home"; + name = "port bay 3"; + width = 5 + }, +/turf/space, +/area/space) +"bvl" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"bvm" = ( +/obj/machinery/light_switch/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bvn" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bvo" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bvq" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/public/locker) +"bvr" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"bvs" = ( +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"bvv" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bvx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"bvC" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bvF" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bvL" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"bvN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"bvO" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bvP" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"bvR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"bvU" = ( +/obj/machinery/camera{ + c_tag = "Mini Satellite Teleporter"; + dir = 1; + network = list("SS13","MiniSat") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bvV" = ( +/obj/machinery/requests_console/directional/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"bvX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"bvY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"bwc" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bwf" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/hallway/primary/central/ne) +"bwg" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"bwh" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"bwi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/ne) +"bwj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"bwt" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bwv" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bwz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/trimline/corner{ + dir = 4 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"bwA" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"bwC" = ( +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"bwD" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"bwG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bwK" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bwL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "mechbay_outer"; + name = "Mech Bay Public Shutter" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"bwM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"bwN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/nw) +"bwO" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bwP" = ( +/obj/structure/toilet{ + pixel_y = 8; + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/south{ + id = "toilet_ass1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bwQ" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet_ass3" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bwS" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bwW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"bxb" = ( +/turf/simulated/wall, +/area/station/supply/storage) +"bxc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"bxd" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort1" + }, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"bxe" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "packageSort1" + }, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"bxf" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort1" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"bxg" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"bxi" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "15" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/nw) +"bxj" = ( +/obj/machinery/light_switch/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"bxk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"bxp" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/kirbyplants{ + pixel_y = 10 + }, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"bxq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bxr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/stairs/left, +/area/station/command/bridge) +"bxs" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/kirbyplants{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"bxt" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bxu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"bxw" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bxz" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"bxA" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bxB" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"bxD" = ( +/obj/machinery/camera{ + c_tag = "Bridge Central"; + dir = 1 + }, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bxK" = ( +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bxM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/service/hydroponics) +"bxO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bxP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/north, +/obj/item/storage/fancy/donut_box, +/obj/item/food/grown/poppy, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"bxQ" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/light_switch/west, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bxR" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bxS" = ( +/obj/structure/table/wood, +/obj/item/pen, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bxT" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bxU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"bxV" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bxW" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bxX" = ( +/obj/machinery/requests_console/directional/east, +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/rnd) +"bxY" = ( +/obj/machinery/newscaster/security_unit/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"bxZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"byh" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Vacant Office"; + dir = 1 + }, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"byj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"byk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort1" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"byl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"bym" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"byn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"byp" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"byq" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"byr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/hallway/primary/central/ne) +"byv" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"byw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"byy" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"byz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"byF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/west) +"byO" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/melee/chainofcommand, +/obj/item/card/id/captains_spare, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"byP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"byZ" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bzb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"bzd" = ( +/obj/structure/flora/tree/jungle{ + pixel_y = -14 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"bzf" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "garden" + }, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"bzi" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bzk" = ( +/obj/machinery/smartfridge/food/chef, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"bzm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"bzq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bzr" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bzu" = ( +/obj/structure/toilet{ + pixel_y = 8; + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/landmark/start/assistant, +/obj/machinery/door_control/bolt_control/south{ + id = "toilet_ass2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bzx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"bzA" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"bzB" = ( +/obj/structure/rack, +/obj/item/apc_electronics, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bzD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"bzG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bzH" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/north, +/obj/item/stack/tape_roll{ + pixel_x = 6 + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bzI" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/shelf/supply, +/obj/item/storage/box{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/storage/box{ + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/storage/box{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box{ + pixel_y = 8 + }, +/obj/item/storage/box{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bzJ" = ( +/turf/simulated/wall, +/area/station/supply/office) +"bzK" = ( +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = -8 + }, +/obj/item/stack/package_wrap{ + pixel_y = -10 + }, +/obj/item/stack/package_wrap{ + pixel_y = -12 + }, +/obj/item/dest_tagger{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/dest_tagger{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bzM" = ( +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/west) +"bzO" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bzP" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/apmaint) +"bzQ" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bzT" = ( +/obj/structure/table/glass, +/obj/item/ashtray/bronze, +/turf/simulated/floor/carpet/green, +/area/station/command/bridge) +"bzU" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bAb" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/photocopier, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"bAc" = ( +/obj/machinery/door/airlock/command/cap, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain/bedroom) +"bAf" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/east) +"bAg" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 25 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 39 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/sign/directions/bridge{ + dir = 8; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bAh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bAi" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bAk" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bAl" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/camera{ + c_tag = "Central Hallway East"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/east) +"bAn" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bAo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bAp" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bAq" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bAr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/primary/starboard/west) +"bAs" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/hallway/primary/starboard/west) +"bAt" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/hallway/primary/starboard/west) +"bAy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/nw) +"bAz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"bAA" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/hallway/primary/central/nw) +"bAB" = ( +/obj/machinery/camera{ + c_tag = "Bridge West Entrance"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/nw) +"bAD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"bAE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/station/hallway/secondary/exit) +"bAF" = ( +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Mail" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bAK" = ( +/obj/structure/sign/poster/official/random, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"bAN" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"bAO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bAS" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bAW" = ( +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 4"; + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bAX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bAY" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bBc" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/science/rnd) +"bBj" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bBk" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bBn" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bBo" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bBp" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bBq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/west) +"bBr" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"bBy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"bBA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"bBB" = ( +/turf/simulated/wall/r_wall, +/area/station/command/teleporter) +"bBF" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/east) +"bBM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bBN" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bBP" = ( +/obj/machinery/camera{ + c_tag = "Locker Room Toilets"; + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bBQ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/wardrobe/pjs, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"bCf" = ( +/turf/simulated/wall, +/area/station/maintenance/disposal) +"bCg" = ( +/obj/machinery/computer/security/telescreen/entertainment/television, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"bCi" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_home"; + name = "port bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"bCj" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"bCo" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bCp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bCq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bCs" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"bCu" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bCv" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bCw" = ( +/turf/simulated/wall, +/area/station/command/meeting_room) +"bCz" = ( +/obj/item/stack/sheet/cardboard, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bCA" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"bCE" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bCF" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/west) +"bCH" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/hallway/primary/central/south) +"bCJ" = ( +/obj/structure/sign/kiddieplaque{ + pixel_y = -32 + }, +/obj/structure/table/wood/fancy/blue, +/obj/item/phone, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bCK" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/computer/aiupload{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bCL" = ( +/obj/item/radio/intercom/private{ + pixel_y = -22; + dir = 1 + }, +/obj/machinery/computer/borgupload{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bCO" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bCR" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bCS" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bCT" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"bCW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"bCX" = ( +/obj/machinery/light/directional/south, +/obj/structure/railing/cap/reversed, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"bCY" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/east) +"bCZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bDa" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bDb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/starboard/west) +"bDc" = ( +/obj/structure/table/glass, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000"; + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000"; + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bDf" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bDg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bDi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bDj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"bDk" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"bDl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"bDn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"bDp" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/railing/cap/normal, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"bDq" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "robotics"; + name = "Robotics Lab Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "robo" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"bDr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bDu" = ( +/obj/machinery/light/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bDv" = ( +/obj/structure/sink/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bDx" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bDA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bDC" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"bDH" = ( +/obj/machinery/computer/med_data/laptop{ + pixel_y = 2 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bDI" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bDN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bDO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"bDR" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Storage"; + dir = 8 + }, +/obj/structure/closet/crate/internals, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bDU" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"bDW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"bDX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/office) +"bEb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"bEf" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bEi" = ( +/obj/structure/closet/crate/medical, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bEj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/west) +"bEl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/service/chapel) +"bEm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/status_display/directional/east, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bEn" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bEp" = ( +/turf/simulated/wall, +/area/station/medical/reception) +"bEq" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + dir = 1; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"bEt" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"bEu" = ( +/turf/simulated/wall, +/area/station/medical/morgue) +"bEw" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"bEx" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"bEy" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bEz" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bEA" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics) +"bED" = ( +/turf/simulated/wall/r_wall, +/area/station/science/rnd) +"bEE" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bEF" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"bEG" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/exit) +"bEI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"bEJ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bEK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"bEM" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/item/crowbar{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bEN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/tracker, +/turf/space, +/area/station/engineering/solar/port) +"bER" = ( +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"bES" = ( +/obj/machinery/door/poddoor{ + id_tag = "ToxinsVenting"; + name = "Toxins Venting Bay Door"; + power_state = 0 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"bET" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bEX" = ( +/obj/machinery/conveyor/west{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"bFd" = ( +/obj/structure/rack, +/obj/item/dest_tagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bFi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Dorm"; + location = "HOP2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/east) +"bFj" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 1" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"bFl" = ( +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bFo" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFp" = ( +/obj/machinery/door_control/shutter/south{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + req_access = list(31) + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bFq" = ( +/obj/structure/sign/poster/contraband/random/south, +/obj/structure/shelf/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bFr" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFs" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFu" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFv" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFw" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 5" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFy" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bFz" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFA" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/effect/turf_decal/arrows/black, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bFB" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 6" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFC" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/gravitygenerator) +"bFD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"bFE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"bFH" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bFN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"bFO" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bFP" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/turbine) +"bFQ" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bFT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bFU" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"bFV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bFW" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bFX" = ( +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bFY" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bFZ" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bGb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/port) +"bGc" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"bGe" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 2 + }, +/obj/item/stamp/cmo, +/obj/effect/spawner/random/officetoys, +/obj/item/lighter/zippo/cmo{ + pixel_x = 16; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"bGf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"bGg" = ( +/obj/machinery/hologram/holopad{ + pixel_y = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"bGh" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"bGi" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/structure/disaster_counter/chemistry{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bGj" = ( +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"bGk" = ( +/obj/machinery/hologram/holopad{ + pixel_y = 16 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bGl" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Auxiliary Docking South" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bGo" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"bGp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/east, +/obj/item/radio/intercom/directional/north, +/obj/structure/closet/firecloset/full, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"bGq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/storage/bag/chemistry{ + pixel_y = 10; + pixel_x = 4 + }, +/obj/item/storage/bag/chemistry{ + pixel_y = 4; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bGr" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics/chargebay) +"bGs" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bGt" = ( +/obj/structure/sign/directions/engineering{ + pixel_y = -39 + }, +/obj/structure/sign/directions/cargo{ + dir = 8; + pixel_y = -32 + }, +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_y = -25 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"bGv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bGw" = ( +/obj/structure/shelf/science, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = -2 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"bGx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"bGz" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bGB" = ( +/obj/structure/shelf/science, +/obj/item/stack/sheet/glass{ + amount = 10; + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/plasteel/fifteen{ + pixel_y = -4 + }, +/obj/item/stack/sheet/glass{ + amount = 10; + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bGD" = ( +/obj/machinery/camera{ + c_tag = "Research Lobby"; + network = list("Research","SS13") + }, +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bGE" = ( +/obj/structure/table, +/obj/machinery/button/windowtint/west{ + id = "robo" + }, +/obj/item/clothing/head/welding{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/book/manual/ripley_build_and_repair{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = -6; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bGF" = ( +/obj/machinery/requests_console/directional/north, +/obj/structure/shelf/science, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4; + pixel_x = -6 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bGG" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bGH" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bGK" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"bGL" = ( +/obj/structure/chair, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bGM" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"bGN" = ( +/obj/structure/sink/puddle, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"bGQ" = ( +/obj/machinery/mineral/stacking_unit_console, +/turf/simulated/wall, +/area/station/maintenance/disposal) +"bGR" = ( +/obj/structure/rack, +/obj/item/multitool, +/obj/item/multitool, +/obj/machinery/camera{ + c_tag = "Auxiliary Tool Storage" + }, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bGY" = ( +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bHc" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"bHh" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bHi" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bHn" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_y = 2 + }, +/obj/item/toy/figure/crew/cargotech{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/supply/sorting) +"bHu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"bHv" = ( +/obj/effect/spawner/random/cobweb/left/rare, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/port) +"bHy" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"bHz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"bHB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"bHD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"bHG" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"bHJ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug/med{ + pixel_x = 7; + pixel_y = -10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/cans/dr_gibb{ + pixel_y = -15; + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"bHL" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bHM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bHO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bHS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bHY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"bHZ" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/emergency) +"bIa" = ( +/turf/simulated/wall, +/area/station/science/robotics) +"bIb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bIc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"bId" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"bIh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/economy/vending/chemdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"bIi" = ( +/obj/structure/sink/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/science/genetics) +"bIj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/structure/cable, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"bIk" = ( +/obj/machinery/door_control/shutter/north{ + id = "robotics"; + name = "Robotics Lab Shutters Control"; + pixel_x = 24; + req_access = list(29) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bIl" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bIo" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"bIp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"bIq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"bIw" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bIy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bIA" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"bIC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"bIG" = ( +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office"; + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/telepad_cargo, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"bIH" = ( +/obj/structure/sign/mech{ + desc = "A painting of an ED-209 security robot."; + name = "\improper ED-209 painting"; + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"bIK" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bIL" = ( +/obj/machinery/smartfridge/secure/circuits/aiupload/experimental, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"bIN" = ( +/obj/machinery/smartfridge/secure/circuits/aiupload/highrisk, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"bIP" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/spawner/random/cobweb/right/rare, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/port) +"bIR" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Stbd"; + location = "HOP" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/east) +"bIS" = ( +/obj/machinery/economy/vending/cargodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"bIU" = ( +/obj/machinery/requests_console/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #2" + }, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bIV" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #1" + }, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bIW" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bIX" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay North" + }, +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bIY" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #3" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bIZ" = ( +/obj/machinery/light/directional/north, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bJb" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"bJc" = ( +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = -11; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = 11; + pixel_y = 9 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = -8 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = -1; + pixel_y = -4 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + list_reagents = list("beer"=0); + pixel_x = 9; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bJh" = ( +/obj/structure/table, +/obj/item/defibrillator/loaded, +/obj/item/defibrillator/loaded{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"bJi" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bJr" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/obj/machinery/r_n_d/circuit_imprinter{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/machinery/button/windowtint/west{ + id = "rnd" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/rnd) +"bJs" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bJt" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bJu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/port) +"bJx" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"bJA" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8; + pixel_x = -10 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 2; + pixel_x = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bJE" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"bJF" = ( +/obj/machinery/camera{ + c_tag = "Medbay Chemistry"; + dir = 4 + }, +/obj/machinery/requests_console/directional/west, +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 12 + }, +/obj/item/hand_labeler{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bJJ" = ( +/obj/machinery/door/airlock/wood, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"bJP" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera{ + c_tag = "Medbay Surgery East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"bJU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/table, +/obj/item/petcollar{ + pixel_y = -4; + pixel_x = -4 + }, +/obj/item/petcollar, +/obj/item/petcollar{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"bJW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bJY" = ( +/obj/structure/disposalpipe/trunk, +/obj/structure/disposaloutlet, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"bJZ" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bKc" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bKg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bKi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bKj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bKk" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"bKl" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bKn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bKo" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/mug{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"bKp" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bKs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/expedition) +"bKt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bKv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bKw" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/port) +"bKz" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bKB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bKC" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageExternal" + }, +/obj/machinery/newscaster/security_unit/east, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bKF" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/maintenance/port) +"bKH" = ( +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bKI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"bKJ" = ( +/turf/simulated/wall, +/area/station/command/office/hop) +"bKQ" = ( +/obj/structure/shelf/supply, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 8 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bKT" = ( +/obj/structure/table, +/obj/item/mmi/robotic_brain{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = -2 + }, +/obj/item/radio/headset/headset_sci{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bLi" = ( +/obj/machinery/gravity_generator/main/station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"bLj" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint2) +"bLo" = ( +/obj/machinery/door_control/shutter/north{ + id = "rdlab2"; + name = "Research and Development Lab Shutters Control"; + pixel_x = -24; + req_access = list(47) + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/rnd) +"bLp" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/telepad_cargo, +/obj/effect/turf_decal/box, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/rnd) +"bLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"bLy" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Chemistry Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"bLE" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/science/robotics/chargebay) +"bLF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"bLG" = ( +/obj/item/skeleton/l_leg, +/obj/item/skeleton/r_leg, +/obj/item/skeleton/l_foot, +/obj/item/skeleton/r_foot, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/fsmaint) +"bLI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"bLJ" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/public/storage/tools/auxiliary) +"bLK" = ( +/obj/item/soap{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 6 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"bLQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"bLR" = ( +/turf/simulated/wall, +/area/station/science/server) +"bLU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/south) +"bLV" = ( +/obj/structure/table/reinforced, +/obj/item/stack/spacecash/c50, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"bLX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bLY" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bLZ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bMa" = ( +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"bMb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bMc" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bMd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bMg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bMi" = ( +/obj/machinery/door_control/shutter/north{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + pixel_x = -1; + req_access = list(31) + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bMn" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/west) +"bMq" = ( +/obj/machinery/light/directional/north, +/obj/machinery/firealarm/directional/north, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bMt" = ( +/obj/machinery/disposal, +/obj/structure/sign/poster/official/random/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"bMx" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/station/supply/sorting) +"bMA" = ( +/obj/machinery/mineral/ore_redemption, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bMJ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"bMT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"bMW" = ( +/obj/machinery/light/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"bMZ" = ( +/obj/effect/turf_decal/delivery/red, +/obj/machinery/door/window/reinforced/normal{ + name = "Body delivery system" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bNf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"bNi" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/fyellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"bNj" = ( +/obj/machinery/mecha_part_fabricator/station, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"bNk" = ( +/obj/structure/table, +/obj/item/robotanalyzer, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/robotanalyzer{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"bNl" = ( +/obj/structure/table, +/obj/item/multitool{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/multitool{ + pixel_x = 10; + pixel_y = 2 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = -3; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"bNm" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bNo" = ( +/obj/structure/bed/amb_trolley{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"bNp" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"bNq" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "robotics"; + name = "Robotics Lab Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Robotics Desk" + }, +/obj/machinery/door/firedoor, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = 7; + pixel_y = 7 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/robotics{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"bNt" = ( +/obj/machinery/r_n_d/protolathe, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/science/rnd) +"bNu" = ( +/obj/structure/rack, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/directional/east, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/rnd) +"bNv" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/secondary/exit) +"bNx" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"bNy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bNz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bNA" = ( +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bNC" = ( +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"bND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bNG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"bNH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bNI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"bNJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"bNK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/storage) +"bNL" = ( +/obj/effect/landmark/start/coroner, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bNM" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bNN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"bNP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"bNQ" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/economy/vending/robodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bNR" = ( +/obj/effect/turf_decal{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bNT" = ( +/obj/effect/turf_decal{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bNW" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bOb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bOd" = ( +/obj/machinery/door/poddoor{ + id_tag = "trash"; + name = "disposal bay door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"bOg" = ( +/obj/machinery/door_control/shutter/west{ + id = "QMLoaddoor"; + name = "Loading Doors"; + pixel_y = -8; + req_access = list(79) + }, +/obj/machinery/door_control/shutter/west{ + id = "QMLoaddoor2"; + name = "Loading Doors"; + pixel_y = 8; + req_access = list(79) + }, +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bOj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bOr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bOs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"bOt" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/computer/supplycomp/public{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bOu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/all_access/directional/east, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"bOv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"bOw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"bOz" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bOA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluered" + }, +/area/station/command/bridge) +"bOB" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bOE" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Mix to Turbine" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"bOH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bOM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"bOQ" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/clipboard{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 9 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bOR" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bOT" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bOU" = ( +/obj/structure/sign/chemistry, +/turf/simulated/wall/r_wall, +/area/station/medical/chemistry) +"bOV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/paper/nuclear_guide_spacing{ + pixel_x = 10; + pixel_y = 7 + }, +/obj/item/paper/nuclear_guide_defusing{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/paper/nuclear_guide_operating{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/item/disk/nuclear/training{ + pixel_y = 1; + pixel_x = -6 + }, +/obj/item/disk/nuclear/training{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"bPd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"bPe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"bPf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"bPg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/obj/structure/table/glass, +/obj/item/eftpos{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bPh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"bPi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bPl" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"bPs" = ( +/obj/structure/table, +/obj/item/storage/belt/utility{ + pixel_y = 8 + }, +/obj/item/mecha_parts/core{ + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"bPt" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"bPy" = ( +/obj/machinery/mecha_part_fabricator/station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"bPz" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/machinery/light_switch/north, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/science/robotics) +"bPA" = ( +/obj/structure/table/wood, +/obj/structure/bedsheetbin{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"bPD" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bPF" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"bPG" = ( +/obj/structure/closet/walllocker/emerglocker/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bPH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"bPK" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door_control/normal{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyerPort"; + name = "Medbay Doors Control"; + req_access = list(5) + }, +/obj/item/storage/box/rxglasses{ + pixel_y = 14 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Medical Reception" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"bPN" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 9; + height = 18; + id = "admin_home"; + name = "port bay 1"; + timid = 1; + width = 19 + }, +/turf/space, +/area/space) +"bPO" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bPP" = ( +/obj/machinery/computer/security/mining, +/obj/machinery/firealarm/directional/north, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"bPR" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"bPT" = ( +/obj/structure/sign/vacuum/external, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bPV" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bPW" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bPX" = ( +/obj/structure/closet/emcloset, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bPY" = ( +/obj/structure/closet/emcloset, +/obj/machinery/status_display/supply_display/north, +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bPZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"bQe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Cargo Desk"; + req_access = list(50) + }, +/obj/structure/noticeboard{ + pixel_y = 27 + }, +/obj/item/desk_bell{ + anchored = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/general{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bQf" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bQh" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/hallway/primary/central/sw) +"bQj" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/camera{ + c_tag = "Bridge South"; + dir = 4 + }, +/turf/simulated/floor/transparent/glass, +/area/station/command/bridge) +"bQq" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"bQs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bQt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"bQB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"bQF" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bQQ" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"bQR" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/paramedic) +"bQS" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/shelf/medbay, +/obj/item/storage/box/beakers{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/iv_bags{ + pixel_y = -6 + }, +/obj/item/storage/box/syringes{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/box/beakers{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/iv_bags{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bQT" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"bQV" = ( +/turf/simulated/wall, +/area/station/medical/medbay) +"bQX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint2) +"bQZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bRb" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bRc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bRg" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bRj" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"bRk" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/bluegrid, +/area/station/science/robotics/chargebay) +"bRm" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"bRo" = ( +/obj/machinery/computer/card/minor/qm, +/obj/machinery/camera{ + c_tag = "Quartermaster's Office" + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"bRp" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/robotics) +"bRq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"bRs" = ( +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bRt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"bRy" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar/large, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"bRz" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bRI" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bRK" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bRL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bRM" = ( +/obj/machinery/autolathe, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bRN" = ( +/obj/machinery/computer/supplycomp{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bRQ" = ( +/obj/structure/reagent_dispensers/fueltank/chem/east, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Research Robotics Lab"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bRR" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bRT" = ( +/mob/living/simple_animal/pet/dog/corgi/borgi, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bRU" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"bRW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"bRY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"bRZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"bSf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/turbine) +"bSk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"bSn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"bSo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/chem_master, +/obj/structure/reagent_dispensers/fueltank/chem/west, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"bSq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"bSt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bSu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/structure/sign/lifestar, +/turf/simulated/floor/plating, +/area/station/medical/medbay) +"bSv" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + name = "Anti-Theft Shield" + }, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + dir = 1; + name = "Anti-Theft Shield" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"bSw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"bSx" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"bSy" = ( +/obj/item/kirbyplants/plant32, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bSA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"bSB" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/sleeper{ + dir = 4; + pixel_x = 3 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"bSC" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/hand_labeler{ + pixel_x = -18; + pixel_y = 10 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -12; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bSD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bSE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bSG" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bSH" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "surgery1" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/primary) +"bSJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"bSK" = ( +/obj/item/clipboard{ + pixel_y = 3; + pixel_x = 5 + }, +/obj/structure/table, +/obj/item/stamp/granted{ + pixel_x = -7; + pixel_y = 9 + }, +/obj/item/stamp/denied{ + pixel_x = -7 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bSM" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bSN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/chemistry, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"bSP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"bSQ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bSR" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "paramedic" + }, +/turf/simulated/floor/plating, +/area/station/medical/paramedic) +"bSU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"bSV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bSW" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"bSZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bTa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"bTb" = ( +/turf/simulated/wall, +/area/station/science/rnd) +"bTe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"bTg" = ( +/obj/machinery/ai_status_display/east, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/science/robotics) +"bTi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/turbine) +"bTk" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"bTq" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bTr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "supply_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/supply/supply_shuttle, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bTu" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bTv" = ( +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bTw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"bTy" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"bTA" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/west, +/obj/machinery/camera{ + c_tag = "Cargo Office"; + dir = 4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/multitool{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bTG" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bTI" = ( +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/official/science{ + pixel_x = -32 + }, +/obj/structure/shelf/medbay, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = -6 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6; + pixel_x = -8 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bTM" = ( +/obj/structure/table/glass, +/obj/item/reagent_scanner/adv{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/reagent_scanner/adv{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"bTN" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"bTP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"bTT" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/item/phone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/eftpos{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/hand_labeler{ + pixel_x = 2; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"bTU" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bTW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"bTX" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bTZ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/spawner/xmastree, +/turf/simulated/floor/grass, +/area/station/medical/sleeper) +"bUa" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bUc" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/button/windowtint/west{ + id = "paramedic"; + pixel_y = 8; + range = 10 + }, +/obj/effect/landmark/start/paramedic, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"bUd" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"bUg" = ( +/obj/structure/plasticflaps/mining, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bUh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"bUk" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"bUl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bUp" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bUs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"bUu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"bUx" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bUy" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_atmos_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button{ + autolink_id = "eng_atmos_btn_ext"; + pixel_y = 24; + req_access = list(13) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"bUE" = ( +/obj/item/flag/nt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"bUG" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bUH" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bUK" = ( +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"bUN" = ( +/obj/structure/sign/poster/official/random/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"bUO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"bUR" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bUT" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Research Division" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bUU" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bVd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bVj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"bVk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"bVl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bVp" = ( +/obj/machinery/button/windowtint/east{ + id = "qm"; + pixel_y = 8; + req_access = list(41) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/keycard_auth/east{ + pixel_y = -6 + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"bVr" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/sop_supply{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/eftpos{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/folder/yellow{ + pixel_y = -5; + pixel_x = -5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bVt" = ( +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bVu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"bVw" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bVx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"bVA" = ( +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"bVF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"bVJ" = ( +/mob/living/simple_animal/hostile/gorilla/cargo_domestic{ + name = "Forklift" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bVL" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/sw) +"bVN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"bVT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"bVV" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "CloningDoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "cloning" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cloning) +"bVZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"bWa" = ( +/turf/simulated/wall, +/area/station/medical/cryo) +"bWb" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bWd" = ( +/turf/simulated/wall, +/area/station/medical/cloning) +"bWe" = ( +/obj/structure/sign/poster/official/random, +/turf/simulated/wall, +/area/station/science/robotics/chargebay) +"bWf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bWg" = ( +/turf/simulated/wall, +/area/station/science/genetics) +"bWi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"bWj" = ( +/turf/simulated/wall, +/area/station/science/robotics/chargebay) +"bWk" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bWl" = ( +/obj/structure/closet/secure_closet/roboticist, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"bWq" = ( +/obj/structure/closet/firecloset, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"bWt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"bWu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"bWv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"bWA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"bWC" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"bWF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bWH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-l" + }, +/area/station/hallway/primary/central/ne) +"bWJ" = ( +/obj/structure/closet/secure_closet{ + anchored = 1; + name = "Evidence Storage"; + req_access = list(4) + }, +/obj/item/folder/red{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/folder/red{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/security/detective) +"bWL" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bWP" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "supply bay"; + width = 12 + }, +/turf/space, +/area/space) +"bWR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/misc_lab) +"bWT" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/storage) +"bWU" = ( +/obj/machinery/economy/merch, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bWW" = ( +/obj/structure/table, +/obj/item/storage/belt/utility{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/screwdriver/cargo{ + pixel_y = 14 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bXc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"bXe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bXf" = ( +/obj/structure/table, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"bXq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"bXB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"bXD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/sleeper) +"bXF" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"bXI" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bXK" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/medical/sleeper) +"bXL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bXM" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medcabin1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"bXN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"bXO" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bXP" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bXQ" = ( +/obj/machinery/computer/cloning{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"bXR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bXS" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + dir = 1 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"bXY" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/west) +"bYb" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/turf_decal/woodsiding/end, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/command/bridge) +"bYc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"bYd" = ( +/obj/effect/decal/cleanable/blood/drip{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bYe" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"bYf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/maintenance/asmaint2) +"bYj" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/rd) +"bYk" = ( +/obj/machinery/clonescanner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"bYl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"bYm" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/mug, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"bYr" = ( +/obj/structure/table, +/obj/item/megaphone{ + pixel_x = 2; + pixel_y = 11 + }, +/obj/item/paper_bin{ + pixel_y = -5; + pixel_x = -6 + }, +/obj/item/pen{ + pixel_y = -5; + pixel_x = -5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"bYu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/sign/chemistry{ + pixel_x = -32; + pixel_y = 32 + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bYv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bYw" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bYx" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bYy" = ( +/obj/machinery/conveyor/west/ccw{ + dir = 9; + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bYF" = ( +/obj/item/vending_refill/boozeomat, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"bYG" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bYH" = ( +/obj/machinery/light/directional/south, +/obj/machinery/computer/guestpass{ + pixel_y = -28 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/office) +"bYI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bYJ" = ( +/obj/machinery/status_display/supply_display/east, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/office) +"bYL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"bYM" = ( +/turf/simulated/wall, +/area/station/supply/qm) +"bYO" = ( +/obj/machinery/economy/atm/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"bYP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"bYQ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_s_tesla_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/access_button{ + autolink_id = "eng_s_tesla_btn_ext"; + pixel_y = 24; + req_access = list(10,13) + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/engineering/control) +"bYR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/central/sw) +"bYX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/sw) +"bYZ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bZh" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bZk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"bZl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bZm" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/fire{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/fire{ + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Medbay Storage" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"bZn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"bZo" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"bZp" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bZq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"bZs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"bZt" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South East"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"bZu" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 7 + }, +/obj/item/eftpos{ + pixel_x = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"bZv" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"bZw" = ( +/obj/structure/closet/radiation, +/obj/machinery/power/apc/directional/south, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"bZD" = ( +/obj/machinery/camera{ + c_tag = "Medbay Waiting Room" + }, +/obj/machinery/light_switch/east, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"bZE" = ( +/obj/structure/chair/comfy/teal, +/obj/effect/landmark/start/doctor, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"bZH" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera{ + c_tag = "Virology Observation"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"bZJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera{ + c_tag = "Medbay Treatment West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"bZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"bZN" = ( +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"bZP" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Medbay Hallway North" + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bZZ" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft) +"cam" = ( +/turf/simulated/wall, +/area/station/supply/miningdock) +"can" = ( +/obj/machinery/camera{ + c_tag = "Medbay Lobby"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cao" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/expedition) +"cap" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/expedition) +"caq" = ( +/obj/item/flag/nt, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cas" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"cat" = ( +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/expedition) +"cau" = ( +/obj/structure/shelf/science, +/obj/item/radio/intercom/directional/west, +/obj/structure/reagent_dispensers/fueltank/chem/north, +/obj/item/mmi{ + pixel_y = -4; + pixel_x = -6 + }, +/obj/item/mmi{ + pixel_y = -4 + }, +/obj/item/mmi{ + pixel_y = -4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"cav" = ( +/obj/structure/table, +/obj/item/retractor{ + pixel_x = 8 + }, +/obj/machinery/light_switch/north, +/obj/item/hemostat{ + pixel_x = -4 + }, +/obj/item/scalpel{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"caw" = ( +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/sw) +"cay" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"caz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"caA" = ( +/turf/simulated/wall, +/area/station/medical/sleeper) +"caC" = ( +/obj/machinery/ai_status_display/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"caE" = ( +/obj/structure/table/reinforced, +/obj/machinery/defibrillator_mount/loaded, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"caF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"caH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"caI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"caL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"caM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"caN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"caP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/examroom, +/turf/simulated/floor/plating, +/area/station/medical/sleeper) +"caQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"caR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"caS" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/item/ashtray/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"caV" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/box/iv_bags{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/storage/box/patch_packs{ + pixel_y = -4 + }, +/obj/item/storage/box/pillbottles{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/storage/box/iv_bags{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/patch_packs{ + pixel_y = 8 + }, +/obj/item/storage/box/pillbottles{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"caW" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/vials{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Virology Workspace" + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cbd" = ( +/turf/simulated/wall/r_wall, +/area/station/science/server/coldroom) +"cbj" = ( +/turf/simulated/wall/r_wall, +/area/station/science/storage) +"cbk" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/obj/item/storage/firstaid/machine, +/obj/item/storage/firstaid/machine, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"cbn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/rd, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/science/rd, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"cbo" = ( +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"cbq" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cbr" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/medical/sleeper) +"cbs" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cbu" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cbv" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cbz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"cbB" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cbE" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on{ + dir = 1; + name = "Temperature control unit" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Cryo Tank Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cbH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cbI" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cbJ" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/gps/mining, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cbK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cbR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cbT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cbU" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cbV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"cbX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"ccb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"ccd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"ccg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"ccj" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"cck" = ( +/obj/structure/table/glass, +/obj/item/storage/box/donkpockets, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Virology Break Room"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ccm" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"ccn" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"cco" = ( +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"ccq" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cct" = ( +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 16; + pixel_y = 2 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/alarm/directional/south, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"ccv" = ( +/obj/structure/closet, +/obj/item/restraints/handcuffs/pinkcuffs, +/obj/item/melee/chainofcommand, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ccx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ccz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"ccA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"ccC" = ( +/obj/machinery/button/windowtint/south{ + id = "cloning"; + pixel_x = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"ccE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"ccF" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"ccG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/closet/walllocker/emerglocker/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"ccJ" = ( +/obj/structure/closet/secure_closet/paramedic, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"ccL" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"ccN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"ccO" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"ccR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"ccX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"ccY" = ( +/obj/machinery/conveyor/east{ + id = "packageExternal" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/classic/reversed{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"ccZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/conveyor/east{ + id = "packageExternal" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"cdb" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cdd" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"cde" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cdf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/rd/glass{ + id_tag = "rdofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "rd" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"cdh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cdk" = ( +/obj/machinery/disposal, +/obj/machinery/camera{ + c_tag = "Research Hallway North"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cdo" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"cdC" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 4; + name = "CORPSE disposal unit" + }, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Body Utilizer" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/robotics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"cdF" = ( +/obj/machinery/computer/operating{ + dir = 1; + name = "Robotics Operating Computer" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"cdG" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cdI" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/central/sw) +"cdJ" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"cdK" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"cdM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"cdN" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"cdP" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cdQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/west, +/obj/item/stack/cable_coil, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cdS" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/sw) +"cdT" = ( +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/sw) +"cdU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"cdV" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/sw) +"cdX" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/nw) +"cdY" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"cea" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"ceb" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Room"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"ceh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"cej" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"cen" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cep" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ces" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"cet" = ( +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"ceu" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"cev" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"cew" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"cex" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"cey" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"ceB" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"ceC" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"ceD" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO_Bed" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"ceE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"ceF" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/south) +"ceH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"ceJ" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"ceK" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"ceM" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/science/server/coldroom) +"ceN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 16 + }, +/obj/item/paicard{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/megaphone{ + pixel_x = -4; + pixel_y = -2 + }, +/obj/item/lighter/zippo/rd{ + pixel_x = -6; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"ceP" = ( +/obj/structure/closet/secure_closet/ntrep, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ceT" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR: EMERGENCY ENTRANCE'."; + name = "KEEP CLEAR: EMERGENCY ENTRANCE" + }, +/turf/simulated/wall, +/area/station/medical/medbay) +"ceU" = ( +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cfb" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"cfc" = ( +/obj/machinery/light/directional/east, +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cfh" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AIW"; + location = "QM" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"cfi" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"cfm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"cfn" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"cfo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cfp" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cfw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cfy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/east) +"cfA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cfB" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"cfE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"cfF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cfI" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/sleeper, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"cfJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cfK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"cfL" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cfP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cfW" = ( +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/pet/cat/runtime, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cfX" = ( +/obj/machinery/camera{ + c_tag = "Medbay Chief Medical Officer's Office" + }, +/obj/item/folder/white{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/structure/table/glass, +/obj/item/flashlight/pen{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = 4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cfY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/psych) +"cfZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "xenobio4"; + name = "Chamber 4 Containment Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"cga" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cgi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"cgk" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/junction/y, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"cgl" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=AftH"; + location = "AIW" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"cgm" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=CHE"; + location = "AIE" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"cgq" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cgs" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"cgv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"cgA" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"cgE" = ( +/obj/machinery/economy/vending/plasmaresearch, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"cgJ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP"; + location = "CHE" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "18" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"cgQ" = ( +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"cgS" = ( +/turf/simulated/wall, +/area/station/command/office/blueshield) +"cgT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid" + }, +/area/station/service/hydroponics) +"cgW" = ( +/turf/simulated/wall, +/area/station/command/office/ntrep) +"cgX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"cgZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"chc" = ( +/turf/simulated/wall, +/area/station/service/janitor) +"chd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"chf" = ( +/turf/simulated/wall, +/area/station/maintenance/aft) +"chh" = ( +/turf/simulated/wall, +/area/station/medical/paramedic) +"chk" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cho" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"chp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"chq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/medbay2) +"chr" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/cmo) +"chs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cht" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"chu" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera{ + c_tag = "Medbay Surgery West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"chx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"chy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"chA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"chB" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"chD" = ( +/obj/item/stack/sheet/metal/ten{ + pixel_y = 2 + }, +/obj/structure/table, +/obj/item/clothing/head/beret/atmos{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"chE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"chH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"chJ" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"chK" = ( +/obj/structure/table, +/obj/item/handheld_defibrillator{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/handheld_defibrillator{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/handheld_defibrillator{ + pixel_x = -6 + }, +/obj/item/handheld_defibrillator{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"chL" = ( +/obj/structure/sink/directional/west, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"chM" = ( +/obj/structure/displaycase/labcage, +/obj/structure/sign/poster/contraband/lamarr{ + pixel_y = 31 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"chN" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"chO" = ( +/obj/structure/table/glass, +/obj/item/pen/multi, +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + network = list("Research","SS13") + }, +/obj/item/reagent_containers/drinks/mug/rd{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/taperecorder{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"chP" = ( +/obj/machinery/suit_storage_unit/rd/secure, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"chR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("n2o_sensor"="Tank"); + dir = 1; + inlet_injector_autolink_id = "n2o_in"; + name = "Nitrous Oxide Supply Control"; + outlet_vent_autolink_id = "n2o_out" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/engineering/atmos) +"chU" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{ + pixel_x = 4 + }, +/obj/item/reagent_containers/drinks/cans/bottler/glass_bottle{ + pixel_x = -9 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"chX" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"cic" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cid" = ( +/turf/simulated/wall, +/area/station/science/toxins/test) +"cie" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/test) +"cif" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cig" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"cij" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/test) +"civ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/command/vault) +"ciz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"ciB" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"ciC" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"ciD" = ( +/obj/item/flag/cargo, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"ciE" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"ciG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"ciH" = ( +/obj/item/flashlight/lantern, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"ciI" = ( +/obj/machinery/conveyor/southwest{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"ciJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"ciK" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ciM" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway South-West"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"ciN" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"ciP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"ciQ" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/belt/medical{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/belt/medical{ + pixel_y = -6 + }, +/obj/item/storage/belt/medical{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"ciR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"ciX" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"ciY" = ( +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"cja" = ( +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cjc" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/port) +"cjd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cjf" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cjg" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cjh" = ( +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"cjj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"cjm" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"cjq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"cjs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cjw" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"cjz" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cjA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cjB" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "surgery2" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/secondary) +"cjC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cjF" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cjG" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Do Not Revive"; + req_access = list(6) + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/morgue{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"cjN" = ( +/obj/machinery/computer/card/minor/rd{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"cjO" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"cjR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cjU" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cjV" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cjZ" = ( +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"ckb" = ( +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"ckc" = ( +/obj/structure/weightmachine/stacklifter, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"ckg" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/mob/living/simple_animal/pet/dog/pug/frank, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"ckk" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + width = 7 + }, +/turf/space, +/area/space) +"ckn" = ( +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"cko" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 8 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"ckp" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ckr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/holosign/surgery{ + id = "surgery1" + }, +/obj/machinery/door/airlock/medical/glass{ + id = "surgery1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "surgery1" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/primary) +"ckt" = ( +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"ckv" = ( +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ckw" = ( +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"ckx" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/expedition) +"ckz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Medbay Surgery Observation"; + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"ckB" = ( +/obj/machinery/camera{ + c_tag = "Medbay Hallway Center"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"ckC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"ckD" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"ckE" = ( +/obj/structure/table/glass, +/obj/item/eftpos{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"ckF" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway Psychiatrist Office"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"ckG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"ckI" = ( +/obj/structure/sign/poster/official/random/north, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "NT Representative's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ckL" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"ckM" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/supply/miningdock) +"ckN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "ntrepofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/ntrep, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ckP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"ckR" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ckU" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/psychiatrist, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/patients_rooms) +"ckV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/patients_rooms) +"ckW" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"ckX" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/clothing/gloves/color/latex/nitrile{ + pixel_y = 16 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -8; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"ckZ" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/item/defibrillator/loaded{ + layer = 4; + pixel_y = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cla" = ( +/turf/simulated/wall, +/area/station/command/office/rd) +"clc" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"cle" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + layer = 4; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"clf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"clg" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"clj" = ( +/obj/machinery/computer/security/telescreen/rd{ + pixel_y = 2 + }, +/obj/structure/table/glass, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"cll" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"cln" = ( +/obj/machinery/door_control/shutter{ + id = "Biohazard"; + name = "Biohazard Shutter Control"; + pixel_x = -8; + pixel_y = 8; + req_access = list(30) + }, +/obj/item/folder/white{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/structure/table/glass, +/obj/machinery/door_control/normal{ + id = "rdofficedoor"; + name = "Office Door"; + pixel_x = -8; + pixel_y = -2; + req_access = list(30) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/paper/monitorkey{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/stamp/rd{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"clp" = ( +/turf/simulated/wall/r_wall, +/area/station/science/explab/chamber) +"clq" = ( +/obj/machinery/computer/mecha{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"clr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"clw" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"clA" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"clB" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"clE" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"clF" = ( +/mob/living/simple_animal/mouse, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"clH" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Test Chamber North"; + network = list("Toxins","Research","SS13") + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"clJ" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"clL" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "co2_in"; + dir = 1 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"clN" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"clO" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"clP" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Pure to Port" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"clR" = ( +/obj/structure/bed/dogbed/pet, +/mob/living/simple_animal/pet/cat/floppa, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"clS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"clU" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"clW" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"clX" = ( +/obj/structure/fermenting_barrel, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"clY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"clZ" = ( +/obj/machinery/computer/general_air_control{ + autolink_sensors = list("mair_in_meter"="Mixed Air In","air_sensor"="Mixed Air Supply Tank","mair_out_meter"="Mixed Air Out","dloop_atm_meter"="Distribution Loop","wloop_atm_meter"="Waste Loop"); + dir = 8; + level = 3; + name = "Distribution and Waste Monitor" + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/door_control/shutter/north{ + desc = "A remote control-switch for the engineering lobby emergency supply room."; + id = "engemergencyeva"; + name = "Lobby Emergency Supply"; + pixel_x = 24; + pixel_y = 8; + req_access = list(32) + }, +/obj/machinery/door_control/normal/north{ + desc = "A remote control-switch for the engineering lobby doors."; + id = "englobby"; + name = "Lobby Entrance"; + pixel_x = 24; + pixel_y = -8; + req_access = list(32) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"cma" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cmb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cmc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + id_tag = "apsolar_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/south{ + autolink_id = "apsolar_btn_int"; + req_access = list(13) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cmd" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cme" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cmg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door_control/shutter/north{ + desc = "A remote control-switch for secure storage."; + id = "enginestorage"; + name = "Engineering Engine Storage"; + req_access = list(11) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cmi" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Research Director" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/rd{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"cmj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/shelf/engineering, +/obj/item/clothing/suit/radiation{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = -4 + }, +/obj/item/clothing/suit/radiation{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/clothing/head/radiation{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = 6 + }, +/obj/item/clothing/head/radiation{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cmn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cmo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cmq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cms" = ( +/obj/machinery/computer/card/minor/cmo{ + dir = 4 + }, +/obj/item/radio/intercom/department/medbay{ + pixel_x = -32; + pixel_y = 5 + }, +/obj/item/radio/intercom/custom{ + pixel_x = -32; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cmv" = ( +/obj/machinery/keycard_auth/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cmy" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"cmB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Genetics Reception" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/science/research{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/genetics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/science/genetics) +"cmF" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cmG" = ( +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cmI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cmK" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"cmQ" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade/firefighting{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"cmR" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/service/janitor) +"cmT" = ( +/obj/machinery/light/directional/east, +/obj/machinery/suit_storage_unit/blueshield/secure, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cmU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cmV" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"cmX" = ( +/obj/machinery/atmospherics/portable/scrubber/huge, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cmZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/caution/red, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cnb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cnf" = ( +/obj/machinery/atmospherics/portable/scrubber/huge, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/nosmoking_2{ + pixel_x = 28 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cng" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cnk" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall, +/area/station/science/toxins/test) +"cnm" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"cno" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cns" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"cnu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/mob/living/simple_animal/mouse/hamster/representative, +/obj/structure/bed/dogbed/pet, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cnv" = ( +/obj/item/seeds/berry, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"cnx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cny" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/server/coldroom) +"cnA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"cnF" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"cnH" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cnI" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"cnJ" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cnL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cnM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cnN" = ( +/obj/structure/table/glass, +/obj/machinery/door_control/normal{ + id = "cmoofficedoor"; + name = "Office Door"; + pixel_x = -4; + req_access = list(40) + }, +/obj/machinery/button/windowtint{ + id = "CMO"; + pixel_x = 7; + pixel_y = 6 + }, +/obj/machinery/door_control/shutter{ + id = "Biohazard_medi"; + name = "Emergency Medbay Quarantine"; + pixel_x = -4; + pixel_y = 11; + req_access = list(40) + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cnP" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"cnQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cnR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cnS" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cnT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/miningdock) +"cnU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"cnW" = ( +/obj/structure/table, +/obj/item/camera/autopsy, +/obj/item/scalpel{ + pixel_y = 2 + }, +/obj/item/autopsy_scanner{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"cnX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cnY" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cnZ" = ( +/obj/machinery/status_display/directional/west, +/obj/structure/sink/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"coa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"cod" = ( +/turf/simulated/wall/r_wall, +/area/station/science/explab) +"coe" = ( +/obj/structure/table/glass, +/obj/item/storage/box/masks{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/item/storage/box/gloves{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cof" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"cog" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"coi" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "Main Distro to Aux Distro Valve" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"con" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 4 + }, +/obj/effect/turf_decal/siding/trimline{ + dir = 4 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"cop" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cot" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"cou" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"coA" = ( +/obj/item/seeds/apple, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"coC" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"coH" = ( +/obj/machinery/computer/med_data/laptop, +/obj/structure/sign/poster/official/random/north, +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"coL" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"coM" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"coP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"coT" = ( +/obj/machinery/computer/crew, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"coU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/unary/tank/toxins{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"coW" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"coZ" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"cpa" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/emergency{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cpb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cpc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"cpd" = ( +/obj/machinery/photocopier, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"cph" = ( +/obj/structure/table/glass, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cpm" = ( +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/structure/closet/cabinet, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cpn" = ( +/obj/structure/table/reinforced, +/obj/item/eftpos{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/eftpos{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cpr" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"cpt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"cpv" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on/server, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera{ + c_tag = "Research Server Room"; + network = list("Research","SS13"); + pixel_x = 22 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"cpw" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cpy" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1; + filled = 1 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cpz" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cpA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"cpC" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/storage) +"cpD" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"cpE" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cpI" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitehall" + }, +/area/station/science/genetics) +"cpL" = ( +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cpO" = ( +/obj/machinery/atmospherics/binary/valve/open{ + name = "Virology Air Supply" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cpR" = ( +/turf/simulated/wall, +/area/station/science/explab) +"cpS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"cpU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"cpW" = ( +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"cqa" = ( +/obj/machinery/computer/area_atmos{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cqc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/science/tox_storage, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cqe" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"cqj" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"cqk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"cqn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cqo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cqs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cqw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cqA" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cqB" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/machinery/camera{ + c_tag = "Expedition Room"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"cqC" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cqD" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cqF" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cqG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/miner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cqI" = ( +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"cqJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"cqK" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cqM" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"cqN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft) +"cqO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"cqQ" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cqT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cqW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"cqZ" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/closet/secure_closet/psychiatrist, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/drinkingglass/soda, +/obj/item/reagent_containers/drinks/drinkingglass/soda, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cre" = ( +/obj/item/storage/box/cups{ + pixel_x = 14; + pixel_y = 4 + }, +/obj/item/storage/box/cups{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/structure/table, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"crj" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"crm" = ( +/obj/structure/bed, +/obj/item/bedsheet/fluff, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"crn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"crp" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"crq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"crr" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"crw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"crz" = ( +/obj/structure/table, +/obj/item/ashtray/bronze, +/obj/item/clothing/mask/cigarette, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"crA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"crC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/office) +"crD" = ( +/turf/simulated/wall, +/area/station/medical/psych) +"crG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"crI" = ( +/obj/structure/table, +/obj/item/extinguisher/mini, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"crJ" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"crK" = ( +/obj/structure/sign/explosives, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"crL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"crM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"crN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"crQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"crR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"crX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"crY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/surgery/observation) +"crZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/examroom, +/turf/simulated/floor/plating, +/area/station/medical/surgery/observation) +"csa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"csb" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"csc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"cse" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"csi" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Toxins Mixing Room" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"csp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"csq" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"csr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"cst" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"csv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"csw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "blueshieldofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"csB" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"csC" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/station/hallway/primary/aft) +"csD" = ( +/turf/simulated/wall, +/area/station/engineering/controlroom) +"csE" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"csF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/science/server/coldroom) +"csH" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Server Interior Door"; + superconductivity = 0 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Server Exterior Door"; + superconductivity = 0 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server/coldroom) +"csI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/detective) +"csK" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"csL" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"csM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"csN" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"csO" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"csQ" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"csS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"csX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cta" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/surgery/secondary) +"cth" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"ctj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"ctk" = ( +/obj/machinery/smartfridge/secure/chemistry/virology/preloaded, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ctl" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"cto" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"ctq" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ctr" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"ctt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"ctu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/explab) +"cty" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"ctz" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"ctC" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"ctE" = ( +/obj/item/lighter/random, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"ctG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/multi_tile/security/glass{ + id_tag = "BrigRight" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"ctH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ctI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"ctJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ctL" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"ctN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ctO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ctQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/toxins/mixing) +"ctX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"ctY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"ctZ" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cua" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cuc" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/aft) +"cud" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cuf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"cuh" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/safe, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cui" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cuj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft) +"cul" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"cum" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/brute{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/brute{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cuo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"cup" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cus" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/o2{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/o2{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cut" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cuu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"cuv" = ( +/obj/structure/closet/walllocker/emerglocker/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cuw" = ( +/obj/machinery/suit_storage_unit/cmo/secure, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"cux" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cuy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"cuA" = ( +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cuB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cuE" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cuF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cuG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cuI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cuJ" = ( +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cuL" = ( +/obj/machinery/door/airlock/medical/glass{ + id = "paramedic" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "paramedic" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"cuM" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"cuN" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cuQ" = ( +/turf/simulated/wall, +/area/station/maintenance/asmaint2) +"cuS" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/asmaint2) +"cuW" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cuZ" = ( +/obj/machinery/light/directional/south, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light_switch/west, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"cva" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"cvb" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"cvc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"cve" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"cvf" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cvl" = ( +/mob/living/simple_animal/mouse/gray, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cvm" = ( +/obj/item/clothing/gloves/color/rainbow, +/obj/item/clothing/shoes/rainbow, +/obj/item/clothing/under/color/rainbow, +/obj/item/clothing/head/soft/rainbow, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cvp" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"cvq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cvr" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"cvs" = ( +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cvt" = ( +/turf/simulated/wall/indestructible/riveted, +/area/station/science/toxins/test) +"cvu" = ( +/obj/structure/table, +/obj/item/analyzer{ + pixel_x = 2; + pixel_y = 12 + }, +/obj/item/healthanalyzer{ + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cvv" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Test Chamber East"; + dir = 8; + network = list("Toxins","Research","SS13") + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"cvw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"cvx" = ( +/turf/simulated/wall, +/area/station/engineering/tech_storage) +"cvy" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"cvz" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"cvA" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"cvB" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"cvC" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cvD" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cvI" = ( +/turf/simulated/wall, +/area/station/public/construction) +"cvM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cvO" = ( +/obj/structure/shelf/medbay, +/obj/machinery/light_switch/south, +/obj/item/storage/box/monkeycubes/wolpincubes{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/storage/box/monkeycubes/stokcubes{ + pixel_y = -4 + }, +/obj/item/storage/box/monkeycubes/neaeracubes{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/storage/box/monkeycubes{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/monkeycubes/farwacubes{ + pixel_y = 8 + }, +/obj/item/storage/box/monkeycubes/nian_worme_cubes{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cvP" = ( +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cvQ" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"cvS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"cvT" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"cvU" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cvV" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cvW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"cvY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"cvZ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "paramedic" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/paramedic) +"cwc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"cwg" = ( +/obj/effect/turf_decal/delivery/blue, +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"cwk" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cwl" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cwo" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"cwr" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cwx" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"cwy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"cwz" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cwB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cwG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"cwJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cwK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cwN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"cwO" = ( +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cwR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cwS" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cwU" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"cwY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"cxb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cxd" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cxe" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"cxf" = ( +/obj/structure/table, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/machinery/light/directional/north, +/obj/item/reagent_containers/drinks/mug/sci{ + desc = "A purple mug with a small piece of duct tape on it that has 'Janitor's' written on it in sharpie. Looks a bit too.. scientific to belong to the Janitor."; + name = "Janitor's mug"; + pixel_x = 6; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"cxj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"cxk" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "Gas Mix Inlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/engineering/atmos) +"cxn" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cxo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"cxt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/nightshifted/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cxu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cxx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"cxz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/construction) +"cxA" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cxB" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cxD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/suit/storage/paramedic, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cxE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/body_bag, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cxF" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cxH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"cxJ" = ( +/obj/machinery/door/airlock/virology, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"cxL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"cxN" = ( +/turf/simulated/wall, +/area/station/science/xenobiology) +"cxO" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft) +"cxP" = ( +/obj/machinery/light_switch/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"cxT" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"cxU" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Primate Pen" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/geneticist, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/genetics, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitehall" + }, +/area/station/science/genetics) +"cxW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"cxX" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/incinerator) +"cyb" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"cyc" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"cyd" = ( +/obj/machinery/atmospherics/unary/tank/toxins{ + volume = 3200 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cye" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/tank/oxygen{ + volume = 3200 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cyf" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cyg" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cyh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cyj" = ( +/obj/structure/grille/broken, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cyk" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"cyn" = ( +/obj/structure/closet/emcloset, +/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"cyo" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"cyp" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cyq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cys" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cyt" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cyv" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/chief_engineer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/break_room) +"cyw" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/engineering/break_room) +"cyx" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cyy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cyz" = ( +/obj/machinery/door/airlock/external{ + id_tag = "aisat_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/access_button{ + autolink_id = "aisat_btn_int"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"cyA" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cyB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"cyC" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"cyD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cyF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/item/melee/cultblade/dagger, +/obj/item/skeleton{ + icon_state = "torso" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/fsmaint) +"cyG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cyH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cyI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cyJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cyK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cyM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"cyN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"cyO" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/port) +"cyP" = ( +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cyQ" = ( +/obj/structure/table, +/obj/item/plant_analyzer{ + pixel_y = 12 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cyS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cyV" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cyW" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/item/reagent_containers/drinks/britcup{ + list_reagents = list("tea"=15); + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"cyX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"cyZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"czb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"czc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"czd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"cze" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/hallway) +"czf" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"czg" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft) +"czh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Medical Delivery" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"czi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"czj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"czn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"czq" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"czr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"czu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"czw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"czA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"czB" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/janitor, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"czC" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"czD" = ( +/obj/structure/closet/radiation, +/obj/machinery/light/directional/north, +/obj/structure/window/basic{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"czG" = ( +/obj/structure/table, +/obj/item/kitchen/utensil/pspork, +/obj/item/kitchen/knife/plastic, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"czH" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"czJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"czK" = ( +/obj/machinery/atmospherics/binary/pump, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"czN" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"czO" = ( +/obj/machinery/bodyscanner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"czQ" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"czR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"czS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"czT" = ( +/obj/machinery/camera{ + c_tag = "Construction Area"; + dir = 4; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"czV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"czW" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"czY" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cAb" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cAd" = ( +/obj/item/flashlight, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cAe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cAg" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/turretid/stun{ + name = "AI Antechamber Turret Control"; + pixel_y = -24; + req_access = list(75) + }, +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Antechamber Center"; + dir = 1; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"cAi" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"cAl" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"cAm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"cAo" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"cAp" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cAq" = ( +/obj/machinery/light_switch/south, +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"cAu" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cAv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cAw" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cAz" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cAB" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/aft) +"cAC" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Virology Lobby"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"cAD" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/closet/secure_closet/geneticist, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"cAG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"cAI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"cAK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cAL" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cAN" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cAO" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cAP" = ( +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"cAR" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "o2_in"; + dir = 1 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"cAS" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cAT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cAU" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cAW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cAY" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cBe" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cBi" = ( +/obj/machinery/door/poddoor{ + id_tag = "disvent"; + name = "Incinerator Vent" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"cBj" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"cBk" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"cBl" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/camera/motion{ + c_tag = "AI Satellite Hallway"; + dir = 4; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"cBn" = ( +/obj/machinery/light_switch/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cBp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"cBq" = ( +/obj/structure/table, +/obj/item/mounted/frame/apc_frame{ + pixel_y = 10 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/camera{ + c_tag = "Engineering Drone Fabricator Room"; + dir = 4; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"cBr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cBs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"cBt" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/smes) +"cBu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cBv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cBB" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cBC" = ( +/obj/structure/table, +/obj/item/electropack{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cBD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"cBE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cBF" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cBG" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/maintenance/asmaint2) +"cBH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cBJ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cBL" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/shelf/service, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = 2; + pixel_y = -4 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = 10; + pixel_y = -4 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 8 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cBN" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cBQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cBR" = ( +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"cBS" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "telescienceblast"; + name = "test chamber blast doors" + }, +/turf/simulated/floor/plating, +/area/station/science/explab) +"cBU" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cBY" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/atmos) +"cBZ" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/janitor, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"cCa" = ( +/obj/item/storage/bag/trash{ + pixel_x = 6 + }, +/obj/structure/closet/crate/trashcart, +/obj/item/storage/bag/trash{ + pixel_y = 5 + }, +/obj/item/storage/bag/trash{ + pixel_x = 7; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"cCc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "testlab"; + name = "Testing Lab Shutters" + }, +/turf/simulated/floor/plating, +/area/station/science/misc_lab) +"cCf" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cCh" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"cCi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"cCo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cCp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"cCq" = ( +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"cCw" = ( +/obj/machinery/igniter{ + id = "Incinerator" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"cCz" = ( +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cCC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/incinerator) +"cCD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cCI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"cCJ" = ( +/obj/item/bedsheet/purple, +/obj/structure/bed, +/obj/item/toy/plushie/purple_fox, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cCK" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"cCL" = ( +/obj/structure/closet/crate/can, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"cCO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"cCQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"cCR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"cCT" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cCU" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cCV" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cCW" = ( +/turf/simulated/wall, +/area/station/medical/surgery/primary) +"cCX" = ( +/obj/structure/closet/emcloset, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cDa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"cDc" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "tox_in"; + dir = 1 + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"cDe" = ( +/obj/structure/shelf/science, +/obj/structure/disposalpipe/segment, +/obj/item/assembly/igniter{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/item/assembly/igniter{ + pixel_y = -2 + }, +/obj/item/assembly/igniter{ + pixel_y = -2; + pixel_x = 6 + }, +/obj/item/assembly/timer{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/assembly/timer{ + pixel_y = 8 + }, +/obj/item/assembly/timer{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cDf" = ( +/turf/simulated/wall, +/area/station/medical/surgery/secondary) +"cDg" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical, +/obj/item/clothing/glasses/welding, +/obj/item/stack/rods{ + amount = 50 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/maintenance/asmaint2) +"cDi" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"cDj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cDk" = ( +/turf/simulated/wall, +/area/station/aisat/hall) +"cDl" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/engineering/supermatter_room) +"cDm" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/aft) +"cDo" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cDp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"cDt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/misc_lab) +"cDv" = ( +/obj/structure/table/glass, +/obj/item/storage/box/beakers{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Research Genetics"; + dir = 1; + network = list("SS13","Research") + }, +/obj/machinery/firealarm/directional/south, +/obj/item/storage/box/disks{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/storage/box/syringes{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"cDw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"cDx" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/station/hallway/primary/aft) +"cDz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"cDA" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cDC" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"cDD" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Research Test Lab"; + network = list("Research","SS13") + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/north, +/obj/item/assembly/signaler{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cDE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"cDF" = ( +/obj/machinery/chem_heater, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cDG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/misc_lab) +"cDH" = ( +/obj/machinery/chem_dispenser, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cDI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"cDL" = ( +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cDN" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Test Chamber South"; + dir = 1; + network = list("Toxins","Research","SS13") + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"cDO" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cDP" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"cDQ" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"cDR" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cDS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cDU" = ( +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"cDV" = ( +/obj/machinery/door_control/shutter/south{ + id = "disvent"; + name = "Incinerator Vent Control"; + req_access = list(12) + }, +/obj/machinery/atmospherics/meter, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cDW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"cDX" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cDY" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cDZ" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"cEa" = ( +/obj/machinery/door/airlock/external{ + id_tag = "aisat_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/obj/machinery/access_button{ + autolink_id = "aisat_btn_ext"; + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"cEb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cEd" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cEe" = ( +/obj/structure/shelf/engineering, +/obj/item/t_scanner{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = -4 + }, +/obj/item/multitool{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/clothing/gloves/color/yellow{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cEi" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"cEj" = ( +/obj/machinery/light/directional/south, +/obj/vehicle/janicart{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cEk" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = -6 + }, +/obj/item/pen{ + pixel_x = -6 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cEn" = ( +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cEp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/maintenance/aft) +"cEr" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"cEs" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cEu" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"cEv" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cEx" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/aft) +"cEy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/engineering/control) +"cEz" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Janitor" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"cEB" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/maintenance/aft) +"cED" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/official/healthy{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"cEE" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cEH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cEJ" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"cEL" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/station/hallway/secondary/entry) +"cEM" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_n_tesla_vent" + }, +/obj/effect/turf_decal/stripes/end, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/control) +"cES" = ( +/obj/structure/table, +/obj/item/rcs, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"cEV" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"cFb" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cFc" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_x = -29 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"cFh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"cFm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cFn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"cFo" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cFu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cFz" = ( +/obj/machinery/hologram/holopad, +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"cFA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cFB" = ( +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cFF" = ( +/obj/structure/chair/stool, +/obj/structure/sign/pods{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cFG" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cFI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"cFJ" = ( +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cFM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/meter, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"cFP" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cFQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"cFT" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Kitchen" + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/fork{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "kitchenbar"; + name = "Kitchen Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"cFU" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/misc_lab) +"cFX" = ( +/obj/machinery/door/airlock/welded, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cFY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cFZ" = ( +/obj/structure/shelf/science, +/obj/item/storage/box/beakers{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/storage/box/beakers{ + pixel_y = -4 + }, +/obj/item/storage/box/beakers{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/storage/box/syringes{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/pillbottles{ + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cGa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cGd" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/dropper{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_x = 14; + pixel_y = 8 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_x = 14; + pixel_y = 2 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cGi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"cGl" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cGq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cGr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cGs" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cGt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"cGv" = ( +/obj/structure/shelf/command, +/obj/item/circuitboard/aiupload{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/card{ + pixel_y = -4 + }, +/obj/item/circuitboard/borgupload{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/engineering/tech_storage) +"cGw" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"cGz" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cGB" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"cGD" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/obj/item/eftpos/register, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cGE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"cGJ" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cGK" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"cGL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"cGN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/ai_status_display/north, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cGR" = ( +/obj/machinery/photocopier{ + toner = 0 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"cGS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"cGT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"cGU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"cGV" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/closet/secure_closet/expedition, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"cGW" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "scibomb_vent"; + dir = 8 + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "scibomb_btn_ext"; + ext_door_link_id = "scibomb_door_ext"; + int_button_link_id = "scibomb_btn_int"; + int_door_link_id = "scibomb_door_int"; + pixel_y = 27; + req_access = list(13); + vent_link_id = "scibomb_vent" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cGY" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cGZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"cHa" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"cHb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/ai_status_display/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cHd" = ( +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cHf" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cHk" = ( +/turf/simulated/wall, +/area/station/engineering/equipmentstorage) +"cHm" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cHn" = ( +/obj/structure/table, +/obj/item/folder{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/radio/alternative{ + pixel_x = 8; + pixel_y = 14 + }, +/obj/item/folder{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cHo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/misc_lab) +"cHp" = ( +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/misc_lab) +"cHq" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/misc_lab) +"cHr" = ( +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cHs" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cHv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cHw" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cHz" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cHA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"cHC" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cHD" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cHG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"cHH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cHL" = ( +/obj/item/radio/intercom/locked/prison{ + dir = 8; + name = "Prison Intercom (General)"; + pixel_x = 22 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"cHM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cHN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cHO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cHP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cHQ" = ( +/turf/simulated/wall, +/area/station/engineering/break_room) +"cHR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal) +"cHS" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 4; + name = "Gas filter (N2O tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"cHT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cHU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cHW" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "toilet_sec_2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"cHX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cHZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/structure/sign/chemistry{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"cIa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"cId" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cIf" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"cIg" = ( +/obj/structure/shelf/engineering, +/obj/machinery/light_switch/west, +/obj/item/circuitboard/sleeper{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/bodyscanner{ + pixel_y = 8 + }, +/obj/item/circuitboard/cloning{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/circuitboard/cryo_tube{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/clonepod{ + pixel_y = -4 + }, +/obj/item/circuitboard/clonescanner{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cIh" = ( +/obj/structure/shelf/engineering, +/obj/item/circuitboard/scientific_analyzer{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/rdserver{ + pixel_y = 8 + }, +/obj/item/circuitboard/circuit_imprinter{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/protolathe{ + pixel_y = -4 + }, +/obj/item/circuitboard/rdconsole{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cIi" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cIj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"cIl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/shreds, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cIm" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"cIn" = ( +/obj/structure/table, +/obj/item/storage/bag/money, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"cIo" = ( +/obj/structure/reagent_dispensers/spacecleanertank/north, +/obj/machinery/economy/vending/janidrobe, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"cIp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cIr" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cIs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cIt" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cIu" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cIv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"cIw" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"cIy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"cIC" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Testing Chamber Delivery Chute" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cID" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/computer/security/telescreen/research{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cIE" = ( +/obj/structure/table/reinforced, +/obj/machinery/ignition_switch{ + id = "testigniter"; + pixel_x = -6 + }, +/obj/machinery/door_control/shutter{ + id = "RnDChem"; + name = "Chamber Blast Doors"; + pixel_x = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cIF" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/tape/random{ + pixel_x = 12 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cIK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cIL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"cIN" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cIO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door_control/shutter/south{ + id = "telescienceblast"; + name = "Test Chamber Blast Doors" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"cIS" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/controlroom) +"cIV" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cIW" = ( +/obj/structure/shelf/engineering, +/obj/machinery/firealarm/directional/west, +/obj/item/circuitboard/prisoner{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/secure_data{ + pixel_y = -4 + }, +/obj/item/circuitboard/camera{ + pixel_x = 6; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cIX" = ( +/obj/structure/shelf/engineering, +/obj/item/circuitboard/ore_redemption{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/pandemic{ + pixel_y = -4 + }, +/obj/item/circuitboard/autolathe{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cIY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cIZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-r" + }, +/area/station/hallway/primary/central/ne) +"cJa" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cJb" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"cJg" = ( +/obj/structure/shelf/engineering, +/obj/machinery/camera{ + c_tag = "Engineering Atmos SM Equipment Room"; + dir = 1; + network = list("SS13","Engineering") + }, +/obj/machinery/door_control/shutter/south{ + desc = "A remote control-switch for the SM Radiation Security Shutters"; + id = "engsm2"; + name = "SM Door Radiation Shutters Control" + }, +/obj/item/clothing/gloves/color/black{ + pixel_x = -6; + pixel_y = -5 + }, +/obj/item/clothing/gloves/color/black{ + pixel_y = -6 + }, +/obj/item/clothing/gloves/color/black{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"cJi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"cJo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/engineering/glass{ + id = "englobby" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cJp" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/item/t_scanner{ + pixel_x = 10; + pixel_y = 12 + }, +/obj/item/t_scanner{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/radio/headset/headset_eng{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/storage) +"cJq" = ( +/obj/structure/shelf/engineering, +/obj/item/circuitboard/teleporter_hub{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/teleporter{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/message_monitor{ + pixel_y = -4 + }, +/obj/item/circuitboard/teleporter_station{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cJt" = ( +/turf/simulated/floor/carpet, +/area/station/maintenance/aft) +"cJu" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cJv" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/aft) +"cJx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cJy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cJz" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door_control/shutter{ + id = "xenobio6"; + name = "Chamber 6 Containment Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"cJA" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/directional/west, +/obj/machinery/camera/motion{ + c_tag = "EVA Motion Sensor"; + dir = 4 + }, +/obj/item/book/manual/evaguide{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stack/tape_roll{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"cJC" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cJD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cJE" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cJF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"cJG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cJH" = ( +/obj/structure/table/reinforced, +/obj/item/weldingtool, +/obj/item/clothing/head/welding, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cJK" = ( +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cJL" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module Chamber 5"; + network = list("Research","SS13") + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cJM" = ( +/obj/item/radio/intercom/private{ + pixel_x = 28; + pixel_y = 4 + }, +/obj/item/radio/intercom/custom{ + pixel_x = -28; + pixel_y = 4 + }, +/obj/item/radio/intercom/custom{ + pixel_y = 34 + }, +/obj/machinery/door_control/shutter/north{ + pixel_x = null; + name = "AI Core Shutters"; + id = "AI Core Shutters" + }, +/obj/effect/landmark/start/ai, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"cJO" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cJP" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "RnDChem"; + name = "Biohazard Shutter" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cJQ" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cJT" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "RnDChem"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"cKb" = ( +/turf/simulated/wall, +/area/station/maintenance/assembly_line) +"cKc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cKg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cKi" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cKk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "6" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cKr" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cKs" = ( +/obj/structure/closet, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cKu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"cKv" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cKy" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cKz" = ( +/obj/structure/shelf/engineering, +/obj/item/circuitboard/aifixer{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/mechfab{ + pixel_y = 8 + }, +/obj/item/circuitboard/mech_bay_power_console{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/mech_recharger{ + pixel_y = -4 + }, +/obj/item/circuitboard/cyborgrecharger{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cKD" = ( +/obj/machinery/door/airlock/medical{ + locked = 1; + req_access = list(33) + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/chemistry, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cKE" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"cKF" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cKK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"cKS" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"cKT" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cKU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cKV" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"cKX" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"cLa" = ( +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cLb" = ( +/turf/simulated/wall/r_wall, +/area/station/science/test_chamber) +"cLc" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cLd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"cLe" = ( +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"cLf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/south{ + id = "Skynet_heavy" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cLh" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cLi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cLj" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"cLn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cLq" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "tox_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 2000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"cLu" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cLx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cLy" = ( +/obj/structure/sign/vacuum/external{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cLz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cLA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"cLB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cLC" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cLD" = ( +/obj/structure/table, +/obj/item/lightreplacer, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cLE" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cLF" = ( +/obj/structure/largecrate, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cLG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"cLJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cLK" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/computer/monitor{ + dir = 8; + name = "Grid Power Monitoring Computer" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"cLM" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cLR" = ( +/obj/item/storage/toolbox/emergency, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cLS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cLT" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cLV" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"cMa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 4; + filter_type = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cMd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/box/syringes, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/aft) +"cMr" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cMx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/south{ + id = "Skynet_heavy" + }, +/obj/machinery/camera{ + c_tag = "Engineering Assembly Line"; + dir = 9; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cMy" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/assembly_line) +"cMz" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"cMB" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cME" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/south{ + id = "Skynet_heavy" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cMG" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cMJ" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio7"; + name = "Chamber 7 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cMK" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"cMN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cMO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"cMQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio7"; + name = "Chamber 7 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cMS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cMU" = ( +/obj/structure/table/reinforced, +/obj/structure/barricade/wooden, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cMV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cMX" = ( +/obj/machinery/camera{ + c_tag = "Secure Tech Storage"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/tech_storage) +"cMY" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"cNh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cNi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/maintenance/asmaint2) +"cNl" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cNt" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cNv" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "aisat_vent"; + dir = 4 + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "aisat_btn_ext"; + ext_door_link_id = "aisat_door_ext"; + int_button_link_id = "aisat_btn_int"; + int_door_link_id = "aisat_door_int"; + pixel_y = 25; + vent_link_id = "aisat_vent" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"cNw" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Mixed Air Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"cNx" = ( +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"cNA" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cNB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cND" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"cNE" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"cNG" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"cNJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"cNK" = ( +/obj/structure/barricade/wooden, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"cNM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/space, +/area/station/engineering/solar/port) +"cNO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cNP" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"cNS" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"cNT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"cNV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"cNX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"cNY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"cNZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"cOb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"cOd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cOe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"cOf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"cOh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cOi" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/hallway) +"cOj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter South"; + dir = 1; + network = list("SS13","Engineering","engine") + }, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cOk" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/hallway) +"cOl" = ( +/obj/structure/shelf/command, +/obj/item/circuitboard/crew{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/communications{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/engineering/tech_storage) +"cOm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cOn" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"cOq" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cOr" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/assembly_line) +"cOt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cOu" = ( +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"cOx" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "maint_house" + }, +/obj/structure/barricade/wooden, +/obj/machinery/door_control/shutter/north{ + id = "maint_house"; + name = "shutter door controller" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cOy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/east{ + id = "Skynet_heavy" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cOz" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/grilled, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"cOA" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"cOB" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Unfiltered to Mix" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cOC" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cOE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"cOF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"cOG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"cOH" = ( +/obj/structure/particle_accelerator/particle_emitter/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"cOI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cON" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cOT" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cOU" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cOW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cOY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Suit Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"cOZ" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cPb" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "paramedic" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/paramedic) +"cPc" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cPj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cPk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/station/engineering/control) +"cPn" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cPo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cPq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"cPr" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"cPs" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/break_room) +"cPu" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_port) +"cPv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cPx" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"cPy" = ( +/obj/machinery/power/apc/critical/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cPz" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/directional/south, +/obj/item/clothing/mask/gas, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Area control access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"cPA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/power/apc/directional/south, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"cPB" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"cPD" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/atmosplaque{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cPE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cPG" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cPH" = ( +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cPI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cPM" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cPN" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Engineering Lobby West"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"cPO" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cPP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"cPS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"cPT" = ( +/obj/structure/cable, +/obj/machinery/power/turbine, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"cPU" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cPV" = ( +/obj/structure/particle_accelerator/particle_emitter/center{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"cPW" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cPX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cPZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cQe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/supermatter_room) +"cQg" = ( +/obj/machinery/camera{ + c_tag = "Engineering Atmos East"; + network = list("SS13","Engineering") + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cQi" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"cQj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"cQk" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"cQm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cQn" = ( +/turf/simulated/wall, +/area/station/medical/virology) +"cQo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cQp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Port"; + dir = 4; + network = list("SS13","Engineering","engine") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cQr" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cQs" = ( +/obj/item/wrench, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cQu" = ( +/obj/item/toy/plushie/slimeplushie, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cQw" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"cQx" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"cQy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cQB" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/hallway) +"cQE" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cQH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cQI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"cQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plasteel/stairs/left, +/area/station/engineering/control) +"cQK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cQL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cQM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cQN" = ( +/obj/structure/shelf/engineering, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8 + }, +/obj/item/storage/belt/utility{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cQO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cQP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cQR" = ( +/obj/structure/chair/wheelchair{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cQS" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cQT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cQU" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/obj/structure/engineeringcart, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cQW" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"cQX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"cQZ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cRa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cRe" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cRf" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/smes) +"cRh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cRi" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"cRj" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "External Gas to Loop" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cRk" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cRl" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cRo" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"cRp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cRq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"cRr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cRw" = ( +/obj/structure/dispenser{ + pixel_x = -1 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"cRy" = ( +/obj/effect/decal/cleanable/blood/gibs/robot, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cRz" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cRA" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cRB" = ( +/obj/item/pickaxe, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"cRC" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cRE" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cRJ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cRK" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/landmark/spawner/xeno, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cRL" = ( +/obj/structure/girder, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cRM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cRN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/belt/utility{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/storage/belt/utility{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/multitool{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/multitool{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/clothing/head/welding{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"cRO" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cRP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cRR" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/ce) +"cRS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cRT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/station/engineering/hallway) +"cRU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cRV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cRX" = ( +/obj/structure/sign/poster/official/random/north, +/obj/machinery/camera{ + c_tag = "Engineering Foyer East"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/station/engineering/hallway) +"cRY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio7"; + name = "Chamber 7 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cSa" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cSb" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/item/wirecutters, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"cSd" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cSf" = ( +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cSh" = ( +/obj/structure/table, +/obj/item/clothing/glasses/science{ + pixel_y = 4 + }, +/obj/item/clothing/glasses/science, +/obj/structure/sign/poster/official/safety_eye_protection{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cSl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"cSm" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"cSp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"cSq" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cSr" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/machinery/door_control/shutter/west{ + desc = "A remote control-switch for the engineering lobby emergency supply room."; + id = "engemergencyeva"; + name = "Lobby Emergency Supply"; + pixel_y = 6; + req_access = list(32) + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"cSs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"cSt" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cSv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cSw" = ( +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"cSx" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/smes) +"cSz" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cSA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"cSE" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"cSF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"cSG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cSH" = ( +/obj/machinery/processor{ + name = "Slime Processor" + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Module North"; + network = list("Research","SS13") + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cSI" = ( +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"cSJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cSK" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("tox_sensor"="Tank"); + dir = 1; + inlet_injector_autolink_id = "tox_in"; + name = "Toxin Supply Control"; + outlet_vent_autolink_id = "tox_out" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cSM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"cSN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"cSO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Fore"; + dir = 1; + network = list("SS13","Engineering","engine") + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"cSP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cSQ" = ( +/obj/structure/table/glass, +/obj/item/paper{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cSR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cST" = ( +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cSU" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"cSV" = ( +/obj/effect/turf_decal/siding/wood, +/obj/structure/table/wood/fancy/red, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/glass/beaker/large, +/obj/machinery/light/small/directional/south, +/obj/machinery/button/windowtint/south{ + pixel_x = -6; + id = "mrchang" + }, +/obj/machinery/door_control/shutter/south{ + id = "ChangKitchen"; + name = "Mr. Chang's Shutters Control"; + pixel_x = 6 + }, +/obj/item/kitchen/knife{ + pixel_x = -8 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"cSW" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/structure/table/wood/fancy/red, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"cSY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/stairs{ + icon_state = "rampbottom" + }, +/area/station/engineering/supermatter_room) +"cSZ" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"cTa" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"cTf" = ( +/obj/structure/table, +/obj/item/storage/belt/utility{ + pixel_x = 6 + }, +/obj/item/storage/belt/utility{ + pixel_x = -6 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"cTg" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"cTh" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cTi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"cTj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cTl" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cTm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"cTn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/space, +/area/space/nearstation) +"cTo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"cTp" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/field/generator, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"cTq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"cTr" = ( +/obj/machinery/camera{ + active_power_consumption = 0; + c_tag = "Turbine Vent"; + dir = 6; + network = list("Turbine") + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"cTs" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cTt" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"cTv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"cTw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"cTA" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Mix to Distro" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cTB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cTD" = ( +/obj/machinery/field/generator, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"cTE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cTF" = ( +/obj/structure/shelf/engineering, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/item/radio{ + pixel_x = -8 + }, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cTG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"cTH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"cTI" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"cTM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cTN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/stairs/left, +/area/station/engineering/hallway) +"cTO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cTP" = ( +/obj/structure/table, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"cTT" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/shelf/engineering, +/obj/item/radio{ + pixel_x = -8 + }, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"cTU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cTV" = ( +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Engineering Chief Engineer's Office"; + dir = 1 + }, +/obj/machinery/keycard_auth/south, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/office/ce) +"cTW" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"cUc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/southeast/ccw{ + id = "Skynet_heavy" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cUd" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cUe" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2o_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"cUg" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"cUh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cUi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"cUj" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"cUk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"cUl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"cUm" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"cUo" = ( +/obj/machinery/computer/atmoscontrol{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cUq" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"cUs" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"cUt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cUu" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"cUv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cUw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cUx" = ( +/turf/simulated/wall, +/area/station/engineering/emergency) +"cUy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cUz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cUL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"cUM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"cUN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cUQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cUR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"cUS" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cUT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"cUV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cUW" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cVb" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "enginestorage"; + name = "Engine Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/control) +"cVd" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/hall) +"cVh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cVi" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cVj" = ( +/obj/structure/table, +/obj/item/storage/belt/utility{ + pixel_x = -6 + }, +/obj/item/storage/belt/utility{ + pixel_x = 6 + }, +/obj/item/flashlight{ + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"cVk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"cVl" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cVm" = ( +/obj/machinery/power/emitter{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cVn" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"cVp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cVs" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "waste_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 2000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"cVw" = ( +/obj/machinery/camera{ + c_tag = "Engineering SMES Room"; + dir = 1; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/smes) +"cVy" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/smes) +"cVB" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/space, +/area/space/nearstation) +"cVE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"cVF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/machinery/ai_status_display/north, +/obj/item/geiger_counter{ + pixel_y = 8 + }, +/obj/item/geiger_counter{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cVH" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"cVI" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 1 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"cVJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"cVL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"cVM" = ( +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"cVN" = ( +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"cVP" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/meter{ + autolink_id = "sm_sen_cold" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"cVQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"cVR" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cVS" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Engineering Atmos Storage"; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"cVT" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"cVU" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/item/wrench{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/storage) +"cVV" = ( +/obj/structure/flora/ausbushes/genericbush, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"cWf" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cWh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"cWj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"cWl" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"cWm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cWp" = ( +/obj/machinery/camera{ + c_tag = "Engineering Break Room"; + dir = 4; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"cWq" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"cWr" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cWt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cWx" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"cWz" = ( +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"cWB" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/visible/red, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cWC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad{ + pixel_x = -16 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"cWD" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction{ + dir = 1 + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cWE" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 0 + }, +/obj/effect/overlay/coconut{ + pixel_y = -6 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"cWI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"cWJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"cWL" = ( +/obj/item/reagent_containers/drinks/bottle/beer, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"cWM" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"cWO" = ( +/obj/structure/particle_accelerator/particle_emitter/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"cWQ" = ( +/obj/item/clothing/glasses/sunglasses/yeah, +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"cWR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"cWU" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cWV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"cWW" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_atmos_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/access_button{ + autolink_id = "eng_atmos_btn_int"; + pixel_y = 24; + req_access = list(13) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"cWX" = ( +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"cWY" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("n2_sensor"="Tank"); + dir = 1; + inlet_injector_autolink_id = "n2_in"; + name = "Nitrogen Supply Control"; + outlet_vent_autolink_id = "n2_out" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/engineering/atmos) +"cWZ" = ( +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"cXa" = ( +/obj/machinery/camera{ + c_tag = "Engineering Singularity South-East"; + dir = 8; + network = list("SS13","Singularity","Engineering") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cXb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cXd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"cXh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/east) +"cXj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/secondary/exit) +"cXm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"cXp" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"cXq" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo/engraved, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"cXs" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"cXw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cXx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"cXA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cXE" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/rollingpapers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cXF" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"cXG" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"cXJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"cXL" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"cXO" = ( +/obj/machinery/computer/security/telescreen/ce{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"cXP" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cXQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"cXR" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"cXS" = ( +/obj/machinery/computer/security/engineering{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"cXT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cXU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cXV" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -14; + pixel_y = 5 + }, +/obj/item/ashtray/glass{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"cXW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cXX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"cXY" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Air to Port" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cYa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"cYb" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"cYe" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"cYg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cYh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "rdlab2"; + name = "Research and Development Lab Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"cYj" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cYn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cYq" = ( +/obj/machinery/light/directional/east, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/station/engineering/control) +"cYr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"cYv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"cYy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cYC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cYH" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"cYK" = ( +/obj/structure/shelf, +/obj/effect/decal/cleanable/dirt, +/obj/item/toner{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/machinery/light_switch/east, +/obj/item/toner{ + pixel_y = -4 + }, +/obj/item/toner{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/camera_film{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/camera{ + pixel_y = 6 + }, +/obj/item/camera_film{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"cYM" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cYN" = ( +/obj/structure/closet/secure_closet/expedition, +/obj/machinery/camera/motion{ + c_tag = "Gateway Motion Sensor"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"cYO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cYP" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway West"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/west) +"cYQ" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cYT" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"cYU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"cYV" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"cYW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"cYX" = ( +/obj/item/chair/stool{ + pixel_x = 6; + pixel_y = -5 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cZa" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light_switch/south, +/obj/structure/closet/secure_closet/expedition, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"cZb" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cZc" = ( +/obj/structure/shelf/engineering, +/obj/item/clothing/gloves/color/black{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/gloves/color/black{ + pixel_y = -6 + }, +/obj/item/clothing/gloves/color/black{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"cZd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"cZg" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"cZh" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cZn" = ( +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"cZp" = ( +/obj/item/stack/cable_coil, +/obj/structure/table/glass, +/obj/machinery/power/apc/directional/north, +/obj/item/weldingtool/research, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cZq" = ( +/obj/machinery/light/directional/north, +/obj/structure/closet/l3closet/scientist, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"cZs" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door_control/shutter{ + id = "xenobio7"; + name = "Chamber 7 Containment Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"cZt" = ( +/obj/structure/rack, +/obj/item/storage/box/syringes, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"cZu" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"cZv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cZw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"cZy" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cZz" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cZD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/rnd) +"cZF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/space, +/area/space/nearstation) +"cZG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"cZL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cZM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"cZP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"cZS" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"cZT" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"cZU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"cZV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"cZW" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/break_room) +"cZX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cZY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"cZZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"daa" = ( +/obj/machinery/light_switch/west, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"dab" = ( +/obj/structure/table, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/rods{ + amount = 50; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"dac" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"daf" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/closet/secure_closet/exile, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"dag" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Port to Filter" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dah" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + name = "Gas to Filter" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/supermatter_room) +"dar" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/secure_storage) +"dau" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dav" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH VOLTAGE'"; + icon_state = "shock"; + name = "HIGH VOLTAGE" + }, +/turf/simulated/wall, +/area/station/engineering/solar/port) +"daw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"day" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"daB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"daG" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"daH" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"daI" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"daK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"daM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"daN" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/ai_status_display/south, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"daO" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"daP" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"daQ" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"daR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"daT" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"daV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"daW" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"daX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/valve{ + dir = 4; + name = "Exhaust Reuse" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"daY" = ( +/obj/structure/closet/crate, +/obj/item/vending_refill/cargodrobe, +/obj/item/vending_refill/boozeomat, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dba" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"dbb" = ( +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"dbh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"dbi" = ( +/obj/structure/table, +/obj/item/newspaper, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dbo" = ( +/obj/structure/closet/crate/freezer, +/obj/item/organ/internal/heart/vox, +/obj/item/organ/internal/liver/vox, +/obj/effect/spawner/random/maintenance, +/obj/item/organ/internal/heart/vox, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"dbq" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dbr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"dbt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"dbv" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"dbx" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dby" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"dbz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dbI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"dbJ" = ( +/obj/item/clothing/ears/earmuffs{ + pixel_y = 13; + pixel_x = -4 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/table, +/obj/machinery/firealarm/directional/east, +/obj/item/crowbar/large, +/obj/item/crowbar/large{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"dbK" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"dbL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/break_room) +"dbM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dbN" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/engineering/utility) +"dbO" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/camera{ + c_tag = "EVA"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"dbR" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module Chamber 4"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"dbW" = ( +/obj/structure/reflector/single{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dbX" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dbZ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_s_tesla_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/access_button{ + autolink_id = "eng_s_tesla_btn_int"; + pixel_y = 24; + req_access = list(10,13) + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/engineering/control) +"dcb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/hallway/primary/central/north) +"dce" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"dcf" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"dci" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dcj" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"dcl" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"dcm" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dcn" = ( +/mob/living/simple_animal/parrot/poly, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"dcq" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/storage) +"dcr" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/engineering/glass{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"dcs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"dct" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"dcv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/hallway) +"dcy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dcz" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Mix to Gas" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dcB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/dronefabricator) +"dcE" = ( +/obj/structure/shelf/engineering, +/obj/item/circuitboard/powermonitor{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/smes{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/atmos_alert{ + pixel_y = -4 + }, +/obj/item/circuitboard/stationalert{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dcF" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dcH" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"dcK" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"dcN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dcO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"dcP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"dcR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"dcS" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/curtain/open/shower/engineering, +/obj/effect/turf_decal/siding/yellow/end, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/noslip, +/area/station/engineering/supermatter_room) +"dcV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"ddf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"ddk" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"ddm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"ddn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Mix Bypass" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"ddp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"ddq" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"ddr" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"ddt" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"ddv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"ddx" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"ddD" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"ddE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"ddF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"ddG" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"ddN" = ( +/obj/structure/cable, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"ddP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"ddQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"ddR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"ddT" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"ddU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"ddY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"dea" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"deb" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"dec" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ded" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"dee" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"def" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"deg" = ( +/obj/structure/cable, +/obj/machinery/power/tracker, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/starboard) +"deh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"dei" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/space, +/area/space/nearstation) +"dej" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dek" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/computer/monitor{ + dir = 4; + name = "Grid Power Monitoring Computer" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"dem" = ( +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"der" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"deu" = ( +/obj/machinery/power/apc/critical/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"dev" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"dew" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"dex" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"deA" = ( +/obj/structure/table, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/smes) +"deB" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/smes) +"deD" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"deE" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_starboard) +"deF" = ( +/obj/machinery/power/grounding_rod, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"deG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"deH" = ( +/obj/machinery/atmospherics/binary/pump{ + desc = "A pump used for transfering from pure circuit to the Engines circuit"; + dir = 4; + name = "Pure to Engines"; + on = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"deI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"deJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"deK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"deL" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/east, +/obj/item/megaphone, +/obj/item/stock_parts/cell/high/plus, +/obj/item/stock_parts/cell/high/plus, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd_ammo/large, +/obj/item/rcd/preloaded, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"deM" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"deN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"deO" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/storage) +"deP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/south, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"deQ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Mix to Gas Turbine" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"deR" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"deS" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"deU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"deW" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"deX" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hos_secure_doors"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"deY" = ( +/obj/structure/table/reinforced, +/obj/item/lighter/zippo/ce, +/obj/item/storage/fancy/cigarettes{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/machinery/button/windowtint/west{ + id = "CE"; + pixel_y = 8; + req_access = list(56) + }, +/obj/machinery/door_control/normal/west{ + id = "ceofficedoor"; + name = "Office Doors"; + pixel_y = -2; + req_access = list(56) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"deZ" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dfa" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dfb" = ( +/obj/structure/chair/stool, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Control"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dfc" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"dfg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/engineering/break_room) +"dfh" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dfj" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dfn" = ( +/obj/machinery/power/solar_control{ + dir = 1; + name = "Aft Starboard Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dfo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dfp" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dfq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"dfr" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/cans/sodawater, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"dfs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"dft" = ( +/obj/machinery/disposal, +/obj/machinery/alarm/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"dfu" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 1; + name = "Mix to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfx" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/station/engineering/equipmentstorage) +"dfA" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dfB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"dfD" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dfE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"dfF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfG" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"dfH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfI" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 4; + name = "Gas mixer (N2/O2)"; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"dfK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"dfN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/rpd, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"dfQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dfT" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Mix to Port" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dfU" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dfW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"dfZ" = ( +/obj/item/extinguisher, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dgc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"dgd" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dgg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dgi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dgj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dgm" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dgn" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"dgp" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dgq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"dgr" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"dgs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dgt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dgy" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"dgz" = ( +/obj/structure/table/holotable/wood, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 10 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"dgC" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"dgH" = ( +/obj/effect/turf_decal/siding/wood, +/obj/machinery/light/small/directional/south, +/obj/machinery/cooker/deepfryer{ + foodcolor = null + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"dgI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dgM" = ( +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dgN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"dgP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/atmospheric/glass{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dgQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dgS" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"dgT" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"dgU" = ( +/obj/structure/table, +/obj/item/storage/toolbox{ + pixel_y = 3; + color = "pink" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dgV" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"dgW" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dgX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/curved{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"dgZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"dha" = ( +/obj/structure/mopbucket, +/obj/item/caution, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dhf" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dhk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/transit_tube/horizontal, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"dhp" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Mr.Chang's"; + dir = 4 + }, +/obj/machinery/kitchen_machine/grill{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/machinery/door_control/shutter/south{ + id = "ChangKitchenBottom"; + name = "Mr. Chang's Bottom Shutters Control"; + pixel_x = -8 + }, +/obj/machinery/light_switch/south{ + pixel_x = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"dhq" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/structure/chair/stool, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"dhv" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/atmos_personal, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"dhx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"dhB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/engineering/atmos) +"dhC" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Nitrogen Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/engineering/atmos) +"dhE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/engineering/atmos) +"dhF" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Oxygen Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/engineering/atmos) +"dhH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"dhI" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dhJ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dhL" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"dhM" = ( +/obj/item/stack/sheet/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"dhQ" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dhY" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dib" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dig" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dij" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"dik" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"dil" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"dim" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/storage/office) +"dio" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"diq" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dis" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Hallway West" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"diu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"div" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"diw" = ( +/obj/item/flag/nt, +/obj/machinery/camera{ + c_tag = "Central Hallway North" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/north) +"dix" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/hallway/primary/central/north) +"diB" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"diC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"diD" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/rack, +/obj/item/screwdriver, +/obj/item/radio, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"diE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"diF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"diG" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"diI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"diJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"diK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"diL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "teledoor"; + name = "AI Satellite Teleport Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"diM" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"diN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"diO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"diQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"diU" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"diV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"dja" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"djb" = ( +/obj/machinery/ai_status_display/south, +/obj/structure/table, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/reagent_containers/drinks/mug/eng{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"djc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dje" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/hallway/primary/central/north) +"djf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"djg" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"djh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/service/hydroponics) +"djl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"djp" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching engines."; + layer = 4; + name = "Engine Telescreen"; + network = list("Singularity","engine"); + pixel_y = 30 + }, +/obj/machinery/requests_console/directional/west, +/obj/machinery/camera{ + c_tag = "Engineering Reception"; + network = list("SS13","Engineering") + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 8 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"djq" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"djr" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"djs" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"djv" = ( +/obj/machinery/light/directional/north, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"djC" = ( +/obj/machinery/camera{ + c_tag = "Aft Starboard Solar Access"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"djD" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"djE" = ( +/obj/structure/chair/office/dark, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"djG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/chair, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"djH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"djI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"djJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"djL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"djO" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"djP" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"djQ" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_starboard) +"djR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"djV" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"djW" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-West" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"djZ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"dka" = ( +/obj/structure/reflector/single{ + anchored = 1; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dkb" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"dkd" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"dke" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/station/engineering/supermatter_room) +"dkf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"dkg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"dkm" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"dkn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"dkr" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"dku" = ( +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/closet/l3closet/janitor, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"dkv" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dky" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway North-East" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"dkz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dkA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dkB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dkC" = ( +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Engineering Atmos Center North"; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dkD" = ( +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"dkH" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dkI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dkJ" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"dkK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dkM" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"dkO" = ( +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"dkP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"dkQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dkR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dkT" = ( +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"dkU" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"dkV" = ( +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"dkW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dkX" = ( +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"dkZ" = ( +/obj/structure/lattice, +/obj/structure/transit_tube, +/turf/space, +/area/space/nearstation) +"dlb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"dlc" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"dld" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dle" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dlg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dlk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"dll" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"dlo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"dlq" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/door_control/normal/south{ + id = "blueshieldofficedoor"; + name = "Office Door"; + pixel_x = 6; + req_access = list(67) + }, +/obj/machinery/door_control/shutter/south{ + id = "blueshield"; + name = "Privacy Shutters Control"; + pixel_x = -6; + req_access = list(67) + }, +/obj/machinery/keycard_auth/south{ + pixel_y = -34 + }, +/obj/effect/landmark/start/blueshield, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"dlt" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"dlu" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"dlv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"dlw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dlx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dlz" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dlD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"dlK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"dlP" = ( +/obj/effect/landmark/spawner/xeno, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dlR" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dlT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dlU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Hallway East"; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dlX" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"dlZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dma" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"dmb" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"dmd" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Atmos to Loop" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dme" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dmg" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"dmk" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"dml" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Waste Out" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dmm" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "waste_in"; + dir = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"dmp" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"dms" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dmw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"dmy" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"dmz" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/supermatter_room) +"dmA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"dmB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"dmD" = ( +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"dmE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"dmG" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "tox_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"dmH" = ( +/obj/structure/computerframe{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"dmI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/assembly_line) +"dmJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dmK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"dmL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dmP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"dmQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"dmR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dmS" = ( +/obj/machinery/door_control/shutter/east{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + req_access = list(11) + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dmT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"dmU" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"dmV" = ( +/obj/structure/table, +/obj/item/aicard{ + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dmW" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dmX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"dmY" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dnc" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"dnd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"dne" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dnf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dng" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/aft) +"dnh" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dni" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnk" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"dnl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnm" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 4; + filter_type = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dnq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnx" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"dny" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dnG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"dnI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"dnM" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/camera, +/obj/item/book/codex_gigas, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"dnN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-l" + }, +/area/station/hallway/primary/central/nw) +"dnR" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/carpet, +/area/station/maintenance/aft) +"dnV" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"dnW" = ( +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"dnY" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/science/hallway) +"dnZ" = ( +/turf/simulated/wall, +/area/station/turret_protected/aisat/interior) +"dob" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"doe" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"doh" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/starboard) +"doi" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"doj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Security Checkpoint"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"dop" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"dos" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"dot" = ( +/obj/structure/table, +/obj/item/key/janitor, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"dou" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"dox" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"doy" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/item/folder, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"doz" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_4) +"doE" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"doF" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"doG" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + name = "Starboard Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/starboard) +"doH" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"doI" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Space Loop In" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"doK" = ( +/obj/structure/shelf/science, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/obj/item/transfer_valve, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"doL" = ( +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod4"; + name = "escape pod 4" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"doM" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/south, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"doN" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"doY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat/interior) +"dpb" = ( +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"dpd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"dpf" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/aisat/interior) +"dpg" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/teleport/station, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"dph" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"dpl" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/recharge_station, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"dpm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dpn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"dpp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dpq" = ( +/obj/machinery/camera{ + c_tag = "NT Representative's Office"; + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/newscaster/security_unit/south, +/obj/item/taperecorder, +/obj/item/lighter/zippo/nt_rep, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"dpu" = ( +/obj/structure/rack, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat/interior) +"dpw" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 16 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/stack/cable_coil{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"dpx" = ( +/obj/structure/table, +/obj/machinery/status_display/directional/south, +/obj/item/hand_tele, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"dpA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dpC" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dpD" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/smes) +"dpE" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dpF" = ( +/obj/structure/reflector/double{ + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dpJ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter/west{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + req_access = list(11) + }, +/obj/machinery/the_singularitygen, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"dpK" = ( +/obj/machinery/light/directional/east, +/obj/machinery/porta_turret/ai_turret/disable, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"dpL" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/station/hallway/primary/aft) +"dpM" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dpO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dpP" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"dpT" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dpV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"dpY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"dpZ" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/office/ce) +"dqk" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dql" = ( +/obj/structure/bed, +/obj/item/toy/plushie/voxplushie, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"dqm" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"dqn" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "n2o_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 2000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"dqp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"dqq" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/curtain/open/shower/engineering, +/obj/effect/turf_decal/siding/yellow/end, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/noslip, +/area/station/engineering/supermatter_room) +"dqv" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dqw" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"dqx" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/engineering/break_room) +"dqA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"dqD" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dqE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"dqF" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"dqL" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dqM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"dqO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"dqQ" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior East"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/station/aisat/hall) +"dqT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"dqX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"drf" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"drg" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"drh" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"dro" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"drq" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"drt" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"drv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/turret_protected/ai) +"dry" = ( +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"drA" = ( +/obj/structure/chair/office/dark, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"drB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"drE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"drG" = ( +/obj/machinery/light/directional/west, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"drK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/newscaster/security_unit{ + name = "AI newscaster"; + pixel_x = -32; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"drM" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"drN" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "AI Core Shutters"; + name = "AI Chamber Entrance Shutters" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/ai) +"drO" = ( +/obj/machinery/light/directional/east, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"drP" = ( +/turf/simulated/floor/plating, +/area/station/aisat/service) +"drR" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"drS" = ( +/obj/machinery/light/directional/north, +/obj/machinery/ai_status_display/north, +/obj/machinery/camera{ + c_tag = "Engineering Atmos Northeast"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"drT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "engemergencyeva"; + name = "Emergency Supplies" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"drV" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "CO2 Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"drX" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South West"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/station/turret_protected/ai) +"dsa" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South East"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/station/turret_protected/ai) +"dsb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dsc" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"dsd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dse" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/ai_slipper, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"dsg" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"dsh" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dsi" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"dsj" = ( +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South"; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/station/turret_protected/ai) +"dsx" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dsy" = ( +/obj/item/flag/sec, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"dsz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"dsG" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"dsH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dsI" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"dsJ" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil{ + pixel_y = 2 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dsK" = ( +/obj/machinery/camera{ + c_tag = "Engineering Foyer West"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dsL" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dsN" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"dsT" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dsU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dsY" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"dta" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"dtb" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/stairs/left, +/area/station/engineering/equipmentstorage) +"dtc" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"dtg" = ( +/obj/effect/turf_decal/siding/yellow/corner{ + dir = 8 + }, +/obj/structure/railing/cap{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"dtk" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"dtl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"dtn" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"dto" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"dtp" = ( +/obj/machinery/computer/station_alert, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dtq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/status_display/directional/north, +/obj/machinery/computer/monitor{ + name = "Engine Power Monitoring Computer" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dts" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dtt" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dtv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dtw" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/camera{ + c_tag = "Tech Storage"; + network = list("SS13","Engineering") + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dtF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"dtH" = ( +/obj/structure/closet/radiation, +/obj/machinery/light/directional/north, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"dtL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"dtN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"dud" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dup" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"duq" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"dur" = ( +/obj/machinery/door/airlock/external{ + id_tag = "arrivalsmaint_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "arrivalsmaint_btn_int"; + pixel_x = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"duF" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dve" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"dvv" = ( +/mob/living/simple_animal/pet/sloth/paperwork, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"dvz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"dvC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"dvD" = ( +/obj/machinery/camera{ + c_tag = "Prison Cafeteria External"; + dir = 8; + network = list("Prison","SS13") + }, +/turf/space, +/area/space) +"dvM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"dvX" = ( +/obj/structure/rack, +/obj/item/restraints/legcuffs/beartrap{ + pixel_y = 12 + }, +/obj/item/restraints/legcuffs/beartrap{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"dvY" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/port) +"dwg" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"dwA" = ( +/obj/machinery/floodlight, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"dwT" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dwZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dxa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dxe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"dxq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"dxt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"dxw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"dxK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dxX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"dyh" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Kitchen"; + req_access = list(28) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dyn" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dyw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dyA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"dyH" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/smes) +"dzg" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"dzn" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/west) +"dzp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"dzA" = ( +/obj/machinery/door/airlock/hydroponics, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"dzE" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"dzN" = ( +/obj/structure/mopbucket/full, +/obj/item/mop, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dzO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"dzS" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"dAh" = ( +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"dAq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"dAw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"dAD" = ( +/obj/structure/disposalpipe/junction/reversed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"dAH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"dBd" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"dBg" = ( +/obj/structure/closet/secure_closet/captains, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"dBt" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dBB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"dBR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"dBW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"dCA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_South"; + location = "Armory_North" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"dCN" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dCV" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"dDc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dDd" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"dDk" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dDw" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"dDy" = ( +/obj/structure/door_assembly/door_assembly_mai{ + anchored = 1 + }, +/obj/structure/barricade/wooden/crude, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dDB" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dDI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"dDQ" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/robotics) +"dDZ" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"dEb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/meat/slab, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dEc" = ( +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Engineering Atmospherics Control Room - East"; + network = list("SS13","Engineering"); + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"dEj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"dEq" = ( +/obj/structure/rack, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"dEv" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 6 + }, +/obj/item/stamp/mime{ + pixel_y = 6; + pixel_x = -6 + }, +/obj/item/toy/figure/crew/mime{ + pixel_x = -5 + }, +/obj/item/food/baguette, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"dEw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Kitchen" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "kitchenbar"; + name = "Kitchen Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"dEz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"dEG" = ( +/obj/structure/table, +/obj/item/pizzabox/vegetable, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dEI" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/interrogation) +"dET" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"dFd" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "toxinsdriver" + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"dFG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"dFI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Chemistry Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"dFK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"dGa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"dGj" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"dGn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + id_tag = "eng_n_tesla_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/access_button{ + autolink_id = "eng_n_tesla_btn_int"; + pixel_y = -24; + req_access = list(10,13) + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/engineering/control) +"dGF" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dGR" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"dHc" = ( +/obj/structure/sink/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dHp" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/main) +"dHv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"dHF" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/south, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"dHU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/light/small/nightshifted/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"dIa" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"dIc" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"dIh" = ( +/obj/structure/dresser, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dIY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/coatrack, +/obj/item/storage/belt/chef, +/obj/item/clothing/head/chefhat, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"dJa" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"dJg" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"dJl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"dJW" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "n2_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"dKa" = ( +/obj/effect/spawner/window/grilled, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/engineering/emergency) +"dKh" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/machinery/door_control/shutter/west{ + id = "justice_blast"; + name = "Space Vent"; + req_access = list(2) + }, +/obj/machinery/flasher_button{ + id = "Execution"; + pixel_x = -32; + pixel_y = 7 + }, +/obj/machinery/alarm/directional/north, +/obj/item/reagent_containers/glass/bottle/facid, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"dKq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"dKy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"dKH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"dKK" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"dLo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dLF" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast east"; + name = "Bridge Blast Doors" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"dLJ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "robotics"; + name = "Robotics Lab Shutters" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "robo" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics/chargebay) +"dLK" = ( +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"dLN" = ( +/obj/effect/decal/cleanable/molten_object/large, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dLZ" = ( +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dMb" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"dMc" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"dMr" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"dMy" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dMJ" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/starboard/east) +"dMS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dNc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 5 + }, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"dNi" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"dNX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dOb" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/rum, +/obj/item/reagent_containers/glass/rag{ + pixel_x = -7 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"dOd" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"dOh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"dOl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"dOo" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"dOs" = ( +/obj/structure/table/glass, +/obj/item/soap/nanotrasen, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"dPe" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dPw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"dPA" = ( +/obj/machinery/door/airlock/engineering/glass{ + heat_proof = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"dQa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"dQe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"dQC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"dQM" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module Chamber 6"; + network = list("Research","SS13") + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"dQR" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"dRb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dRf" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dRi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"dRk" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dRz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"dSf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"dSj" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dust, +/obj/item/eftpos, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"dSu" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"dTF" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"dTG" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 8 + }, +/area/station/engineering/ai_transit_tube) +"dTI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"dTL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"dTW" = ( +/obj/structure/dresser, +/obj/item/lipstick/random, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dUm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"dUv" = ( +/obj/structure/table/wood, +/obj/item/book/random, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"dUw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"dUW" = ( +/obj/structure/shelf/engineering, +/obj/item/ai_module/reset{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/airlock_electronics{ + pixel_y = -4 + }, +/obj/item/apc_electronics{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"dVb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"dVg" = ( +/obj/structure/chair/stool, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"dVG" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO_Bed" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"dVQ" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"dWs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"dWK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dWP" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"dWT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"dXm" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dXo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/structure/rack, +/obj/item/storage/toolbox/emergency{ + pixel_x = -2 + }, +/obj/item/storage/belt/utility, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/maintenance/asmaint2) +"dXp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"dXx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/obj/item/storage/wallet, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"dXC" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/rods{ + amount = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"dXX" = ( +/obj/structure/sink/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"dYl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"dYq" = ( +/obj/structure/door_assembly/door_assembly_public{ + anchored = 1; + name = "Chapel" + }, +/obj/structure/barricade/wooden/crude{ + layer = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dYJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"dYQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"dYR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dYX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "evamaint_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"dZs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"dZA" = ( +/obj/machinery/door/airlock/wood, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dZB" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"eah" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"eal" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"eaT" = ( +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eba" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/mecha_wreckage/durand/old, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ebh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"ebu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"ebI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"ebP" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ebS" = ( +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/structure/table, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ece" = ( +/obj/structure/table, +/obj/item/candle, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ecg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"ech" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ecq" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"ecs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"ecy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"ecG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"ecH" = ( +/turf/simulated/wall, +/area/station/engineering/ai_transit_tube) +"ecI" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"ecT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"ecV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/hallway/secondary/exit) +"ecW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"edf" = ( +/obj/structure/table, +/obj/item/wrench{ + pixel_y = 4 + }, +/obj/item/radio/headset/headset_eng{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"edk" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"edp" = ( +/obj/structure/table, +/obj/item/cartridge/engineering{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/cartridge/engineering{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/cartridge/engineering{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"edz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"edM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"edQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/hallway/secondary/exit) +"edS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"edY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"eei" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/station/security/permabrig) +"eel" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"eew" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"eez" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"eeF" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/flask/barflask{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/lighter/zippo{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/machinery/light/directional/north, +/obj/machinery/newscaster/directional/north, +/obj/item/eftpos{ + pixel_x = 9; + pixel_y = 5 + }, +/turf/simulated/floor/light/purple, +/area/station/service/bar) +"eeJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"eeW" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"efk" = ( +/obj/structure/rack, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/sign/poster/contraband/red_rum{ + pixel_y = 30 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"efl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-m" + }, +/area/station/supply/expedition/gate) +"efn" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/rag{ + pixel_y = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/light/purple, +/area/station/service/bar) +"efD" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/assembly_line) +"efJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/splatter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"efN" = ( +/obj/structure/table/wood/poker, +/obj/item/stack/spacecash/c10, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"efW" = ( +/turf/simulated/wall, +/area/station/public/vacant_store) +"ega" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/west, +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"egl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"egq" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"egu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"egI" = ( +/obj/structure/table, +/obj/item/storage/box/monkeycubes{ + pixel_y = 3 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -6 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"egK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"egM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"egO" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"egR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"egW" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft) +"ehb" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"ehi" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "conference" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "heads_meeting"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"ehl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"ehs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"ehv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"ehE" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Air to Port" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ehK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ehO" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"ehQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/aft) +"ehT" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"eic" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"eie" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"eiq" = ( +/obj/structure/sign/directions/evac{ + dir = 4; + pixel_y = 39 + }, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = 32 + }, +/obj/structure/sign/directions/science{ + pixel_y = 25 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"eiJ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "rdlab2"; + name = "Research and Development Lab Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rnd" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"eiU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"eiZ" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"ejc" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/engineer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"eje" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"ejw" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"ejH" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"ejV" = ( +/obj/item/stack/sheet/bone, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ekd" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"ekB" = ( +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"ekQ" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"ekY" = ( +/obj/structure/railing{ + dir = 6 + }, +/turf/simulated/floor/transparent/glass, +/area/station/service/bar/atrium) +"eln" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"elB" = ( +/obj/machinery/door/morgue{ + name = "Interrogation Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/interrogation) +"elC" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"elE" = ( +/obj/machinery/hologram/holopad{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ema" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"emr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"emy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor{ + id_tag = "maintcham2"; + name = "Containment Pen" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"emD" = ( +/obj/structure/sign/poster/contraband/random, +/turf/simulated/wall, +/area/station/maintenance/aft) +"emL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"eng" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"enk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"enG" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"enJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"enO" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"eof" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"eoP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"eoR" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"eoT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"eoX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"epd" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/stairs{ + icon_state = "rampbottom" + }, +/area/station/maintenance/fsmaint) +"epp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"epu" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"epT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"eqb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"eqJ" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"eqL" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"eqO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"erd" = ( +/obj/effect/spawner/random/blood/often, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ere" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"eri" = ( +/obj/structure/table/wood/poker, +/obj/item/coin/iron, +/obj/item/coin/iron, +/obj/item/coin/gold, +/obj/item/coin/iron, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"erj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"erp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"erN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/turbine) +"erU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"esC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"esD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"esG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos) +"esJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/turbine) +"esK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"esL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"esN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"esO" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"esP" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/head/welding, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"esS" = ( +/obj/structure/railing/cap{ + dir = 5 + }, +/turf/simulated/floor/plasteel/stairs/right, +/area/station/public/dorms) +"esT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"esV" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"etb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"etL" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"etR" = ( +/obj/machinery/door/airlock/external{ + id_tag = "fpsolar_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "fpsolar_btn_int"; + pixel_x = 24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"eup" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"euu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/mob/living/simple_animal/nian_caterpillar{ + name = "Сеньйор"; + desc = "Мотылёк. Обожает светочи. Знает всю атмосферику, но из-за своего скверного характера не расскажет, даже если бы мог говорить." + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"euy" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"euD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"euQ" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/closet, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"euT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"euX" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"evo" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"evw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"evC" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/rnd) +"evS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"ewf" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel/stairs/left, +/area/station/command/bridge) +"ewu" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"ewS" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"ewU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"ewV" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/snack, +/obj/structure/sign/poster/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"ewY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"exe" = ( +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/security/main) +"exh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"exm" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/machinery/camera{ + c_tag = "Hydroponics"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"exu" = ( +/obj/structure/chair/sofa/left, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"exC" = ( +/obj/machinery/door/airlock{ + req_access = list(26) + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"exD" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"exN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"exT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"eyg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"eyi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"eyp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"eyq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"eyB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"ezc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ezf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/disposal) +"ezg" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"ezy" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/shelf/science, +/obj/item/stock_parts/manipulator{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stock_parts/micro_laser{ + pixel_y = -4 + }, +/obj/item/stock_parts/manipulator{ + pixel_y = -4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ezG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/seeds/banana, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ezU" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"eAi" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"eAk" = ( +/obj/structure/kitchenspike, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"eAt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"eAu" = ( +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/medical/patients_rooms) +"eAF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"eBx" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"eBy" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"eBE" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka{ + pixel_y = 12; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 8; + pixel_x = -1 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 2; + pixel_x = -1 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"eBF" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"eBX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"eCl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"eDs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "wloop_atm_meter"; + name = "Waste Loop" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/atmos/control) +"eDB" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall/r_wall, +/area/station/ai_monitored/storage/eva) +"eDE" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"eEj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/main) +"eEE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"eEO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"eER" = ( +/obj/structure/sign/poster/official/random/north, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"eES" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"eEU" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"eFl" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eFn" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/help_others{ + pixel_y = 32 + }, +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"eFs" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dust, +/obj/item/lighter/random, +/obj/item/rollingpaper, +/obj/item/food/grown/cannabis, +/obj/item/ashtray/plastic, +/turf/simulated/floor/carpet/orange, +/area/station/maintenance/fsmaint) +"eFV" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"eFY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"eGm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"eGo" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eGs" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"eGC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"eGJ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/librarian, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"eGU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"eGX" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"eGZ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eHI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"eHX" = ( +/obj/structure/table, +/obj/item/taperecorder{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"eIk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"eIm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"eIN" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"eIP" = ( +/obj/structure/table/wood, +/obj/item/paper/safe_code{ + owner = "captain" + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"eJo" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"eJr" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "dloop_atm_meter"; + name = "Distribution Loop" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"eJt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"eJD" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"eJI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"eJL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"eJY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/vacant_store) +"eKd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"eKe" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/station/engineering/equipmentstorage) +"eKz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"eKA" = ( +/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eKC" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"eKH" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eKL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"eLa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"eLe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"eLi" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"eLj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eLk" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"eLu" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/item/eftpos{ + pixel_x = -13; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"eLz" = ( +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"eLE" = ( +/obj/machinery/camera{ + c_tag = "Research Research and Development Lab"; + dir = 8; + network = list("Research","SS13") + }, +/obj/machinery/newscaster/directional/east, +/obj/structure/shelf/science, +/obj/item/stock_parts/matter_bin{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stock_parts/scanning_module{ + pixel_y = -4 + }, +/obj/item/stock_parts/capacitor{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/stock_parts/scanning_module{ + pixel_y = 12 + }, +/obj/item/stock_parts/capacitor{ + pixel_y = 12; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/rnd) +"eLL" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"eMe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/evidence) +"eMu" = ( +/obj/machinery/door/airlock/vault{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eMw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"eMV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/detective) +"eMZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eNd" = ( +/obj/machinery/turretid/stun{ + name = "AI Satellite Service Bay Turret Control"; + pixel_x = -6; + req_access = list(75) + }, +/turf/simulated/wall/r_wall, +/area/station/aisat/service) +"eNi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"eNn" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"eNs" = ( +/obj/structure/table/wood/fancy/royalblack, +/obj/item/folder/blue, +/obj/item/megaphone, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"eND" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"eOd" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"eOH" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/bridge) +"eOI" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/obj/item/wirerod, +/obj/item/wirecutters, +/obj/item/crowbar/large, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"eOQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ePp" = ( +/obj/structure/sign/explosives{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"ePu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"ePD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"ePE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"ePP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"ePV" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"ePY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"eQo" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Waste In" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"eQB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"eQH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"eQY" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"eRn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"eSa" = ( +/obj/structure/chair/sofa/corp/right, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"eSg" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"eSr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/apmaint) +"eSw" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"eSz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"eTj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"eTn" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"eTp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"eTJ" = ( +/mob/living/simple_animal/pet/dog/fox/renault, +/obj/structure/bed/dogbed/renault, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"eTO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"eTV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"eUh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"eUi" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage West"; + dir = 4; + network = list("SS13","Engineering") + }, +/obj/machinery/the_singularitygen/tesla, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"eUk" = ( +/obj/structure/closet/crate/freezer, +/obj/effect/spawner/random/food_or_drink/three_course_meal, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"eUq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"eUA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"eUC" = ( +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"eUF" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solar Access" + }, +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"eVw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/xmastree, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"eVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"eVK" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay Entrance"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"eVQ" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"eWx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"eWA" = ( +/obj/structure/machine_frame, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eWB" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hos_secure_doors" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"eWC" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"eWH" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"eWK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eXr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"eXy" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/cell_charger, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"eXA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eXO" = ( +/obj/machinery/computer/card{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"eYV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "xenobio2"; + name = "Chamber 2 Containment Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"eYY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "mechbay_outer"; + name = "Mech Bay Public Shutter" + }, +/obj/machinery/door_control/shutter/east{ + id = "mechbay_outer"; + name = "Outer Mech Bay Shutters Control"; + req_access = list(29) + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"eZi" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_s_tesla_vent"; + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/control) +"eZj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"eZo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eZu" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#85130b"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"eZM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"fah" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"fav" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = -11; + pixel_y = 4 + }, +/obj/effect/spawner/random/officetoys{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"faB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"faK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id_tag = "mechbay_inner"; + name = "Mech Bay" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/machinery/door_control/shutter/south{ + id = "mechbay_inner"; + name = "Inner Mech Bay Shutter Control"; + req_access = list(29) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"fbn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"fbp" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/waterbottle/empty, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"fbz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"fbA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/radio/intercom/locked/confessional{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"fbT" = ( +/obj/machinery/computer/general_air_control{ + autolink_sensors = list("mair_in_meter"="Mixed Air In","air_sensor"="Mixed Air Supply Tank","mair_out_meter"="Mixed Air Out","dloop_atm_meter"="Distribution Loop","wloop_atm_meter"="Waste Loop"); + dir = 1; + level = 3; + name = "Distribution and Waste Monitor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"fbX" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"fcb" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat/atmos) +"fcd" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fck" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"fct" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"fcH" = ( +/obj/item/latexballon, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fcL" = ( +/obj/structure/disposalpipe/junction/y, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"fcM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fcQ" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/door_control/bolt_control/south{ + id = "toilet_sec_2" + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"fda" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"fdb" = ( +/obj/machinery/door/airlock/command/cap, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/office/captain) +"fdd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"fdg" = ( +/obj/machinery/atmospherics/trinary/tvalve/flipped{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fdo" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"fdz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "eng_s_tesla_btn_ext"; + ext_door_link_id = "eng_s_tesla_door_ext"; + int_button_link_id = "eng_s_tesla_btn_int"; + int_door_link_id = "eng_s_tesla_door_int"; + pixel_y = 25; + vent_link_id = "eng_s_tesla_vent"; + req_access = list(10,13) + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/engineering/control) +"fdC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"fdF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fdH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/status_display/directional/north, +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/corgi/ian, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"fdN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"fdX" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "cloning" + }, +/turf/simulated/floor/plating, +/area/station/medical/cloning) +"fea" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/item/clothing/gloves/color/fyellow/old, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"feq" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/item/reagent_containers/condiment/enzyme, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"fes" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/station/public/dorms) +"feA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"feC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/trimline{ + dir = 1 + }, +/obj/structure/shelf, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"feH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"feR" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/research_director, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"feU" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"ffY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"fgr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/science/rnd) +"fgv" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"fhe" = ( +/obj/item/kirbyplants, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"fho" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/railing/cap/normal, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/public/fitness) +"fhx" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fhE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fhH" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/razor{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/item/reagent_containers/glass/bottle/frostoil{ + pixel_y = 8; + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/reagent/hairgrownium{ + pixel_y = -10 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -10; + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"fhY" = ( +/obj/item/tank/internals/emergency_oxygen/engi/empty, +/obj/item/tank/internals/emergency_oxygen/engi/empty, +/obj/structure/closet/crate/freezer/iv_storage, +/obj/item/clothing/mask/breath/medical, +/obj/item/clothing/mask/breath/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"fig" = ( +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"fin" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/machinery/camera{ + c_tag = "Bar South"; + dir = 1 + }, +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"fio" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"fiM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"fjd" = ( +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fjf" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"fjx" = ( +/obj/structure/closet/secure_closet/research_reagents, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"fjE" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"fjM" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/onion, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fjN" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"fjO" = ( +/obj/structure/sign/directions/medical{ + dir = 4; + pixel_x = 32; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fjQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"fke" = ( +/obj/machinery/atmospherics/binary/valve/open, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"fki" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"fko" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"fkC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/nightshifted/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft) +"fkF" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"fkT" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"flm" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"flW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"fma" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"fmd" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fmg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"fmk" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"fmn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/asmaint) +"fmp" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"fmG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"fmH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"fmN" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"fmT" = ( +/obj/item/stack/tile/mineral, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fnd" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"fnP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"fnT" = ( +/obj/machinery/porta_turret/ai_turret, +/obj/item/radio/intercom/locked/ai_private{ + broadcasting = 1; + dir = 1; + listening = 0; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"fnV" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fnX" = ( +/obj/machinery/door/airlock/command/qm/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "qm" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"foi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"foC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"fpa" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"fpd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"fpe" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"fpl" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"fpB" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/expedition) +"fpG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"fpO" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/space, +/area/space) +"fpT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"fqk" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/instrument/bikehorn{ + pixel_y = 12 + }, +/obj/effect/decal/cleanable/dust, +/obj/item/storage/firstaid/surgery{ + icon_state = "duffel-syndimed" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"fqq" = ( +/obj/machinery/light/directional/east, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "24" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/security/prison/cell_block/a) +"fqt" = ( +/obj/item/storage/bag/plasticbag, +/obj/item/trash/fried_vox, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fqI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"fqJ" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/item/coin/plasma, +/obj/item/book/manual/wiki/sop_general, +/obj/item/book/manual/wiki/sop_command, +/obj/item/megaphone, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"fqN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/terminal, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"fqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fqV" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"fqZ" = ( +/obj/effect/turf_decal/delivery/white, +/obj/machinery/kitchen_machine/oven{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"frm" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"fry" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"frM" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"fsm" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/survival, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"fsI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Engineering Tesling Engine Room North"; + network = list("SS13","Singularity","Engineering") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"fsM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio7"; + name = "Chamber 7 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"fsQ" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"fsR" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display/directional/west, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"fsW" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Engineering Lobby East"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"ftc" = ( +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"ftl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/east) +"ftm" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/item/seeds/amanita, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"ftt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"ftM" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light_switch/west, +/obj/machinery/photocopier, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"ftW" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("waste_sensor"="Tank"); + dir = 1; + inlet_injector_autolink_id = "waste_in"; + name = "Gas Mix Tank Control"; + outlet_vent_autolink_id = "waste_out" + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/engineering/atmos) +"fuy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"fuz" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"fuH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/station/maintenance/fsmaint) +"fvf" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fvi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"fvq" = ( +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"fvs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"fvy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/prisonershuttle) +"fvT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"fvV" = ( +/obj/structure/table, +/obj/item/toy/crayon/spraycan, +/obj/item/deck/cards, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fwa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"fwc" = ( +/obj/machinery/door_control/shutter/north{ + id = "smstorage"; + name = "Supermatter Storage"; + pixel_x = 24; + req_access = list(32) + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"fwf" = ( +/obj/structure/table, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"fwy" = ( +/obj/item/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fwA" = ( +/obj/machinery/requests_console/directional/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood/oak, +/area/station/security/detective) +"fwF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fxr" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"fxu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"fxD" = ( +/obj/machinery/camera{ + c_tag = "Research Access"; + network = list("Research","SS13") + }, +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"fxJ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"fxN" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"fxP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/bedsheet/orange, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"fxU" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"fyM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fyQ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "HydroHallway"; + name = "Hydroponics Shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"fyR" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"fyV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"fza" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"fzl" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"fzq" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"fzC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"fzT" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"fAd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"fAn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"fAt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"fAw" = ( +/obj/machinery/tcomms/core/station, +/obj/machinery/camera{ + c_tag = "Telecommunications Core"; + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"fAC" = ( +/obj/machinery/power/solar{ + name = "Aft Port Solar Array" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"fAH" = ( +/obj/structure/rack, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed{ + pixel_x = 3; + pixel_y = -5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fAL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"fAN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"fAO" = ( +/obj/structure/railing/cap/normal, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"fBi" = ( +/obj/machinery/light_switch/west{ + pixel_y = 6 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"fBj" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"fBk" = ( +/obj/structure/table, +/obj/item/clothing/glasses/science{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/requests_console/directional/north, +/obj/item/healthanalyzer/advanced{ + pixel_x = -4 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner"; + pixel_x = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"fBw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"fBy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/molten_object/large, +/obj/effect/decal/remains/human, +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"fBH" = ( +/obj/structure/closet/crate, +/obj/item/coin/silver, +/obj/item/grenade/chem_grenade, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fBN" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fCh" = ( +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"fCA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"fCJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"fCX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"fDa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"fDc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fDd" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fDp" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"fDJ" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/launch) +"fDM" = ( +/obj/effect/spawner/random/cobweb/right/rare, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fDP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"fDU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fEx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fEE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"fEI" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_x = 30 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"fEN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"fEO" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"fEP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"fET" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"fFz" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"fFC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"fFF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"fFO" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"fFY" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fGr" = ( +/turf/simulated/floor/transparent/glass, +/area/station/command/bridge) +"fGH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"fGI" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fGT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control/shutter/east{ + id = "maintcham"; + name = "Containment Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fHe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/security/prison/cell_block/a) +"fHg" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"fHA" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/obj/effect/decal/cleanable/dirt, +/obj/structure/curtain/black, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"fHD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fHE" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/science/server/coldroom) +"fId" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"fIf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor7"; + random_icon_states = null + }, +/obj/structure/sign/nosmoking_1{ + pixel_x = 30 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreen" + }, +/area/station/maintenance/fsmaint) +"fIB" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"fIC" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"fIP" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "scene" + }, +/turf/simulated/floor/plating, +/area/station/service/bar/atrium) +"fIU" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fJa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/xenobio{ + pixel_x = -31 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"fJe" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"fJg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/engine/directional/west, +/obj/machinery/power/apc/critical/directional/north, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Gas to Filter" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"fJu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fJD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fJK" = ( +/obj/structure/rack, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fJX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"fKf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"fKw" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/item/caution, +/obj/structure/rack, +/obj/item/caution, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fKS" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fKW" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"fLX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/lobby) +"fMa" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"fMb" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/station/science/xenobiology) +"fMc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"fMn" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fMG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"fMK" = ( +/mob/living/simple_animal/mouse, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"fMM" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"fMR" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/prisonlockers) +"fMY" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"fNa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fNk" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"fNC" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"fNH" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"fNQ" = ( +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"fOi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fOq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fOP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"fOQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"fPq" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fPr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"fPx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"fPy" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/rd) +"fPF" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"fPR" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"fQr" = ( +/obj/structure/shelf, +/obj/item/storage/box/gloves, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"fQw" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/stamp/captain{ + pixel_x = -10 + }, +/obj/machinery/door_control/normal{ + id = "captainofficedoor"; + name = "Office Door"; + pixel_y = -3; + req_access = list(20) + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"fQI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fRo" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/structure/chair, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"fRp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"fRv" = ( +/turf/simulated/floor/plating, +/area/station/security/main) +"fRK" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/alarm/directional/east, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/camera{ + c_tag = "AI Satellite Service Bay"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"fRL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"fSi" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "evamaint_vent"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"fSH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"fSJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"fSM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"fSV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"fTc" = ( +/obj/structure/closet/crate{ + name = "solar pack crate" + }, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/circuitboard/solar_control, +/obj/item/tracker_electronics, +/obj/item/paper/solar, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"fTt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Gas to Mix" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"fTy" = ( +/obj/machinery/smartfridge/secure/extract, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"fTz" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fTD" = ( +/obj/machinery/plantgenes, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/hydroponics) +"fTO" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"fTR" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"fTV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"fUk" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"fUC" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/morgue{ + dir = 1 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"fUQ" = ( +/turf/simulated/wall, +/area/station/public/fitness) +"fUW" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"fUY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"fVg" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/trash/can, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/station/maintenance/abandonedbar) +"fVk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fVq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/west) +"fVy" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/fancy/cigarettes/dromedaryco, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fVY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"fWj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"fWk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"fWl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"fWu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"fWJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"fWP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"fWQ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/science/genetics) +"fXj" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fXo" = ( +/mob/living/simple_animal/bot/cleanbot{ + on = 0 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/aisat/service) +"fXt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fXK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"fXL" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"fXQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door_control/shutter/west{ + id = "teleshutter"; + name = "Teleporter Shutters Access Control"; + req_access = list(62) + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"fYe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"fYg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/dorms) +"fYu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"fYx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/landmark/start/chemist, +/obj/structure/chair/stool, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"fYD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fYN" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"fZu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/extinguisher, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"fZy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"fZC" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"fZD" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_engineering{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"fZM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"fZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/mousetrap/armed, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/abandonedbar) +"fZX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"gan" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"gaS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gaY" = ( +/turf/simulated/wall/r_wall, +/area/station/command/meeting_room) +"gbs" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/science/hallway) +"gby" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"gbM" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "durka1"; + name = "Privacy Shutters Control"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/machinery/door_control/shutter{ + id = "durka2"; + name = "Privacy Shutters Control"; + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"gce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gdp" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/healthy{ + pixel_y = 32 + }, +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"gdq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"gdy" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Engineering Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"gdP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"gdQ" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"gdX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/mattress/dirty{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"geb" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"gei" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"geo" = ( +/obj/machinery/ai_status_display/north, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"gez" = ( +/obj/structure/table/wood/poker, +/obj/item/coin/iron, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"geH" = ( +/obj/structure/chair/sofa{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"geX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"gff" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gfo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/lobby) +"gfC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gfW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"ggd" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/shaker{ + pixel_y = 5; + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/sign/poster/contraband/very_robust{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"ggr" = ( +/obj/item/stack/rods{ + amount = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ggv" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"ggx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"ggB" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"ggC" = ( +/obj/structure/table/glass, +/obj/item/taperecorder{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/simulated/floor/light/purple, +/area/station/service/bar/atrium) +"ggD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ggI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/maintenance/aft) +"ghP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ghQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"ghR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/shelf/engineering, +/obj/machinery/door_control/shutter/north{ + desc = "A remote control-switch for the SM Radiation Security Shutters"; + id = "engsm2"; + name = "SM Door Radiation Shutters Control" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"ghU" = ( +/obj/structure/table/glass, +/obj/item/storage/box/masks{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"gim" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"gin" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"giy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"giQ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"giR" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hos_secure_doors" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"giX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"gji" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/lobby) +"gjN" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"gjP" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/chair/sofa{ + color = "#85130b"; + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"gkf" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"gkm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"gkn" = ( +/obj/machinery/light_switch/west, +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"gkw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gkC" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"gll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"glv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"gly" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/trimline{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"glC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"glD" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge North-West"; + dir = 4 + }, +/obj/structure/chair/sofa/bench/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"glM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"glP" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"glR" = ( +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "viro_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/west{ + autolink_id = "viro_btn_int"; + name = "Virology Lab Access Button"; + req_access = list(39) + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"gmn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"gmu" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"gmE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/seclite{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"gmF" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"gmU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"gmW" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gnp" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"gnB" = ( +/obj/structure/closet/coffin, +/obj/structure/sign/holy{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"gnG" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"gnV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"goq" = ( +/obj/structure/largecrate, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"goy" = ( +/turf/simulated/wall, +/area/station/security/prisonlockers) +"goA" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/service, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar) +"goC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"goJ" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"goN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"goS" = ( +/obj/structure/chair/comfy/black, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/landmark/start/bar, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"goX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"gpa" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/qm) +"gpk" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"gpp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gpx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Secure Storage"; + name = "Secure Storage" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/secure_storage) +"gpB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"gpH" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/public/vacant_store) +"gqn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"gqq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"gqr" = ( +/obj/machinery/holosign_switch/east{ + id = "surgery2"; + pixel_y = 8 + }, +/obj/machinery/light_switch/east{ + pixel_y = -8 + }, +/obj/machinery/button/windowtint/east{ + id = "surgery2" + }, +/obj/structure/closet/crate/freezer/iv_storage/organ, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"gqu" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"gqA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"gqN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"gqW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"grd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"gru" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/atmos) +"grw" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"grC" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"grH" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"gsd" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/item/reagent_containers/drinks/mug/novelty, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"gsg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal) +"gsh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"gsx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"gsN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gsQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/security/permabrig) +"gsS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"gsY" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gtx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/security/permabrig) +"gtB" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/effect/turf_decal/arrows/black, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"gtV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gug" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"guy" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"guJ" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/paper/tcommskey{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/stamp/ce{ + pixel_x = 7 + }, +/obj/item/pen/multi{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"guK" = ( +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/hostile/killertomato{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"guL" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr, +/obj/item/ammo_box/magazine/sslr{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"guQ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -7 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"guR" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar) +"gvg" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"gvh" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pfork, +/obj/item/kitchen/utensil/pfork, +/obj/item/kitchen/utensil/pfork, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/seeds/ambrosia, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"gvi" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"gvW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"gwb" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gwo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gww" = ( +/obj/machinery/fishtank/bowl, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gwx" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"gwz" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"gwH" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 2; + name = "Gas filter (N2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"gxb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"gxl" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gxE" = ( +/obj/structure/mirror{ + pixel_y = -34 + }, +/obj/effect/landmark/start/assistant, +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"gxW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"gyA" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gyR" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"gyS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"gzl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/nw) +"gzN" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"gzQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"gzU" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"gAb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"gAk" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"gAm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"gAt" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"gAF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gAS" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"gAY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"gBh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"gBF" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"gCl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gCq" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "AI Core Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/important/directional/north, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"gCr" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gCU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"gCV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"gCX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Engineering Atmos West"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"gDp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "telescienceblast"; + name = "test chamber blast doors" + }, +/obj/effect/turf_decal/stripes, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"gDH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gDJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/atmospheric/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos) +"gDS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"gDU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gEb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"gEd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"gEj" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gEs" = ( +/obj/structure/dresser, +/obj/item/toy/figure/crew/cmo{ + pixel_y = 14 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Quarters"; + network = list("Medical","SS13") + }, +/obj/machinery/button/windowtint/north{ + pixel_x = -8; + id = "CMO_Bed" + }, +/obj/item/clothing/under/towel/long/alt/cyan{ + pixel_y = -5; + pixel_x = -7 + }, +/obj/item/clothing/head/towel/cyan{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"gEz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/station/public/dorms) +"gEH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gEL" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"gEZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"gFm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"gFt" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"gFD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"gFG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "holodeck" + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"gFS" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"gFU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gFV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/hallway) +"gFW" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"gFX" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/public/fitness) +"gGk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door_control/shutter/south{ + desc = "A remote control-switch for the SM Radiation Security Shutters"; + id = "engsm2"; + name = "SM Door Radiation Shutters Control" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"gGq" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/dorms) +"gGO" = ( +/obj/structure/displaycase/captain, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"gGQ" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"gGR" = ( +/obj/effect/spawner/random/cobweb/right/rare, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gGY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"gHg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Chamber"; + network = list("SS13","Engineering","engine") + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"gHo" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"gHx" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"gHL" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"gIn" = ( +/obj/item/lighter/random, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"gIp" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"gIr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"gIy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"gIU" = ( +/obj/machinery/door/airlock/wood{ + desc = "No solicitors please." + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"gJa" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gJd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door_control/shutter/west{ + id = "maints3"; + name = "Blast Door Control C"; + pixel_y = -6 + }, +/obj/machinery/door_control/shutter/west{ + id = "maints2"; + name = "Blast Door Control B"; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gJl" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/turret_protected/aisat/interior) +"gJF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"gJH" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"gJI" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"gKn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"gKs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"gKF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"gKL" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gKN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/medbay) +"gKS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/nosmoking_1, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"gLe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gLu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/hallway) +"gLA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"gLG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"gLN" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"gMa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/food/dough{ + desc = "A piece of dough. It looks moldy and is hard as a rock. Hope you're not planning on turning this into a pizza.."; + name = "old dough" + }, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint2) +"gMc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"gMl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"gMv" = ( +/obj/item/ashtray/bronze, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"gMB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"gMH" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/item/storage/secure/safe{ + pixel_x = -27; + pixel_y = 5 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/fancy/candle_box/eternal{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/storage/fancy/candle_box/eternal{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/fancy/candle_box/eternal{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"gMP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"gNf" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"gNs" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"gNQ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"gNY" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"gOa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"gOd" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"gOk" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/hydroponics/soil, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"gOm" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"gOo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gOw" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + name = "Aft Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"gOE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gOF" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"gOI" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"gOK" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/obj/effect/turf_decal/arrows/black{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 8; + id_tag = "hopqueue"; + name = "Privacy Shutters" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"gOT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gPb" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/grass, +/area/station/maintenance/asmaint) +"gPj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"gPk" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"gPM" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"gPO" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_out_meter"; + layer = 2.9; + name = "Mixed Air Tank Out" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"gPW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gQi" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/computer/cryopod/robot{ + pixel_x = -30; + pixel_y = 30 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/aisat/service) +"gQs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"gQD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"gQK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gQN" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gRe" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"gRp" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/medical/patients_rooms) +"gRB" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dust, +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 5; + on = 1; + pixel_x = -1; + pixel_y = 10 + }, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"gRE" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"gRU" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"gSa" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"gSd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"gSE" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"gSJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"gSN" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"gSP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"gSR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/hallway) +"gST" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"gSU" = ( +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/item/camera_assembly, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"gSY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gTH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"gTQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/north) +"gTX" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"gUh" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gUm" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge North-East" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"gUp" = ( +/obj/item/holder/mouse, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gUq" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"gUO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"gVb" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"gVp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"gVs" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gVt" = ( +/obj/structure/table, +/obj/machinery/microscope{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/security/detective) +"gVu" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway South"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"gVC" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"gVD" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/item/restraints/handcuffs/cable/blue, +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gVE" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"gVT" = ( +/obj/structure/table, +/obj/machinery/light_switch/north, +/obj/machinery/light/directional/north, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/hallway) +"gVU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"gVX" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/station/engineering/equipmentstorage) +"gWp" = ( +/obj/machinery/doppler_array{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"gWv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"gWI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"gWU" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"gWV" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Bar Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"gWZ" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/access_button/north{ + autolink_id = "perma_btn_ext"; + name = "Prison Wing Access Button"; + req_access = list(2) + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/effect/turf_decal/stripes/red, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"gXj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing/cap/reversed{ + dir = 4 + }, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"gXo" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"gXL" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Toxins Launcher"; + req_access = list(7) + }, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Toxins Launcher"; + req_access = list(7) + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"gXX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gYf" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"gYk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"gYq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"gYr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gYs" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"gYL" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"gYM" = ( +/obj/structure/rack, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"gYO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"gYV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"gZc" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"gZg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gZn" = ( +/obj/effect/spawner/random/cobweb/left/rare, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gZo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"gZH" = ( +/obj/effect/decal/remains/human, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"gZS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"gZW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"gZX" = ( +/obj/machinery/light/directional/east, +/obj/machinery/requests_console/directional/east, +/obj/structure/filingcabinet/chestdrawer, +/obj/item/folder/white, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"hae" = ( +/obj/structure/reagent_dispensers/fueltank{ + desc = "Вагончик с топливом. Достаточно лёгкий, видать не полный. Интересно, кто его тут оставил..."; + tank_volume = 1000 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/service/bar) +"hag" = ( +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"hak" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"hau" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"haz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/security/permabrig) +"haD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/dorms) +"haU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"hba" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"hbb" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"hbc" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"hbq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"hbu" = ( +/obj/item/reagent_containers/spray/cleaner, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 3; + pixel_y = -4 + }, +/obj/structure/rack, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hbP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"hcb" = ( +/obj/item/radio/intercom, +/turf/simulated/wall, +/area/station/engineering/atmos) +"hcy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"hcz" = ( +/obj/item/kirbyplants/plant10, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"hcA" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"hcE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"hcZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"hdS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"hdW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/maintenance/asmaint) +"hea" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"hen" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"hes" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"het" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"hew" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/abandonedbar) +"heL" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"heW" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/stack/sheet/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"hfb" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 1; + name = "Space Loop Out" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hft" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/space, +/area/space/nearstation) +"hfu" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"hfD" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"hgb" = ( +/obj/structure/chair, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"hgR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hgT" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/cane{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/light/nightshifted/west, +/obj/machinery/button/windowtint/east{ + id = "psych"; + pixel_y = -2; + pixel_x = 18 + }, +/obj/item/clothing/glasses/hud/skills, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"hgU" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"hhf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"hhh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hhk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast west"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"hhl" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"hhn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"hhz" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"hhV" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"hhW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/science/rnd) +"hhX" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"hib" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"hir" = ( +/obj/item/candle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"hit" = ( +/obj/structure/sign/securearea, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"hiw" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"hiL" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/effect/turf_decal/arrows/black, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"hiM" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"hiO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Prison Entry"; + dir = 6; + network = list("Prison","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/flasher{ + id = "prison"; + pixel_x = 16; + pixel_y = 22 + }, +/obj/machinery/flasher_button{ + id = "prison"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"hiQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"hju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"hjH" = ( +/obj/machinery/light/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/toner, +/obj/item/toner{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"hjO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"hjX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"hke" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"hkN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hld" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hlq" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"hlG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hlI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"hmj" = ( +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"hmq" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hmu" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"hmR" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"hmS" = ( +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hnb" = ( +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"hng" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"hnk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"hnp" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"hnB" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper{ + pixel_y = -4 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 10; + pixel_x = -5 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/reagent_dispensers/virusfood/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"hnS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"hnY" = ( +/obj/machinery/light/directional/north, +/obj/structure/table, +/obj/item/fix_o_vein{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/bonegel{ + pixel_y = 6 + }, +/obj/item/bonesetter{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"hod" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"hoz" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"hoB" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + width = 9 + }, +/turf/space, +/area/space) +"hoD" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"hoJ" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/disposal) +"hoS" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"hpd" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Air Out" + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"hpr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hpP" = ( +/obj/structure/table, +/obj/item/storage/fancy/rollingpapers, +/obj/item/storage/fancy/matches, +/obj/item/seeds/tobacco, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"hpQ" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/storage/briefcase, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"hpR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"hpY" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"hqe" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=HOP2"; + location = "Stbd" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"hqi" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/port) +"hqo" = ( +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/structure/table/glass, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"hqC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 22 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"hra" = ( +/obj/item/trash/tastybread, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hrg" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "air_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"hri" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"hrm" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"hrq" = ( +/obj/structure/janitorialcart, +/obj/machinery/light/directional/east, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"hrE" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"hrK" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"hrS" = ( +/obj/structure/chair/comfy/black, +/obj/structure/chair/comfy/brown{ + color = "#514E58" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hsk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"hsm" = ( +/obj/machinery/recharge_station, +/obj/machinery/door_control/bolt_control/west{ + id = "toilet4"; + pixel_y = 6 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"hsz" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/contraband/random/west, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/structure/bed{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hsB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"hsD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hsO" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"hsP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"hsQ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/toxins/mixing) +"hsZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "Brig Cell Block A South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"htr" = ( +/obj/structure/closet/walllocker/firelocker/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"htR" = ( +/obj/structure/chair/sofa/right{ + color = "#85130b"; + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"htV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"htY" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"hua" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/flashlight{ + pixel_y = 6 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"hug" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"huo" = ( +/obj/structure/chair/stool, +/obj/effect/spawner/random/dirt/frequent, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"huD" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"huR" = ( +/obj/item/crowbar/red, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/aft) +"hvc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"hvu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hvR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"hwE" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"hwH" = ( +/obj/structure/closet/firecloset, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hwW" = ( +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"hxo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"hxx" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 2 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"hxJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"hyj" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"hyk" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"hyv" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/computer/rnd_backup/station{ + dir = 1 + }, +/obj/item/disk/rnd_backup_disk, +/obj/machinery/light_switch/east, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"hyx" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hyz" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"hyE" = ( +/obj/machinery/door/airlock/freezer{ + req_access = list(28) + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hyH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"hyO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"hyQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"hyR" = ( +/obj/item/toy/figure/crew/cargotech, +/obj/item/cartridge/qm, +/obj/item/cartridge/qm{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/qm{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/closet/secure_closet/quartermaster, +/obj/item/toy/figure/crew/qm, +/obj/item/coin/silver{ + pixel_y = 5; + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"hzh" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/kitchen/rollingpin, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hzj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"hzy" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"hzG" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + name = "Gas filter (Toxins tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"hzN" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hAh" = ( +/obj/structure/flora/rock/pile/largejungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"hAl" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door_control/shutter/north{ + id = "paramedic"; + name = "Garage Door Control"; + req_access = list(66) + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"hAx" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Kitchen Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"hAL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hAR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"hAX" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"hBo" = ( +/obj/structure/punching_bag, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/fitness) +"hBs" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/machinery/light/directional/south, +/obj/machinery/computer/account_database{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"hBu" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/robotanalyzer, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hBw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"hBF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"hCn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"hCr" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"hCs" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hCu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hCz" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"hCF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"hCG" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hCY" = ( +/obj/effect/spawner/random/blood/often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/apmaint) +"hDd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hDf" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/medical/genetics, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"hDl" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"hDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"hDI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hDJ" = ( +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"hDN" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/effect/decal/remains/mouse/pinkie, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"hDS" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/mug/sci, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"hEd" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"hEl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluered" + }, +/area/station/command/bridge) +"hEu" = ( +/obj/machinery/light_switch/west, +/obj/machinery/camera{ + c_tag = "Prisoner Lockers"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"hEB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"hEW" = ( +/obj/machinery/suit_storage_unit/industrial/ce/secure, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"hEX" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"hFe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"hFx" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"hFz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hFE" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hFP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"hFW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"hFX" = ( +/obj/structure/bed, +/obj/item/bedsheet/cmo, +/obj/effect/landmark/start/chief_medical_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"hGg" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "conference" + }, +/obj/machinery/door/airlock/command/glass{ + id_tag = "conference" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"hGj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hGo" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"hGM" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/item/bikehorn/rubberducky{ + pixel_y = 10; + pixel_x = 4 + }, +/obj/item/food/grown/banana{ + pixel_x = -4; + pixel_y = -6 + }, +/obj/item/bikehorn{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"hGQ" = ( +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"hGY" = ( +/obj/machinery/door/airlock/command/cap{ + id_tag = "captainofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"hHp" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/ai_module/nanotrasen, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"hHt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"hHK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"hHN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"hIc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"hIm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"hIC" = ( +/obj/machinery/door_timer/cell_1{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/station/security/prison/cell_block/a) +"hIP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"hIY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hJj" = ( +/obj/machinery/computer/security/telescreen/engine, +/turf/simulated/wall/r_wall, +/area/station/engineering/supermatter_room) +"hJq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"hJA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"hKc" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hKe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"hKw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hKX" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/command/bridge) +"hLa" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"hLh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonlockers) +"hLk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"hLl" = ( +/obj/item/restraints/handcuffs/cable/cyan, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/newscaster/directional/north, +/obj/item/storage/pill_bottle/random_drug_bottle{ + pixel_x = -12 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hLu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"hLv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"hLB" = ( +/obj/effect/spawner/random/blood/often, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hLC" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"hLG" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "rdlab2"; + name = "Research and Development Lab Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Research and Development Desk" + }, +/obj/item/desk_bell{ + anchored = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"hLM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"hMt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/statue/cyberiad/ne, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/command/bridge) +"hMI" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hML" = ( +/obj/machinery/camera{ + c_tag = "Prison Forestry External"; + network = list("Prison","SS13") + }, +/turf/space, +/area/space) +"hMV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"hNd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"hNf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"hNr" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hNy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"hNT" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"hOa" = ( +/obj/machinery/camera{ + c_tag = "Medbay Cloning"; + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/machinery/light_switch/west, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"hOf" = ( +/mob/living/simple_animal/pig/sanya, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/service/hydroponics) +"hOh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hOq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"hOz" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "xenobio1"; + name = "Chamber 1 Containment Blast Door"; + pixel_y = 4; + req_access = list(55) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"hOA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"hOJ" = ( +/obj/machinery/economy/vending/chefdrobe, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"hPx" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/sign/poster/official/air1{ + pixel_x = 31 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"hPB" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"hPE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"hPH" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"hPR" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"hQH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"hQV" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"hQW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"hRm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"hRx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/statue/cyberiad/nw, +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/command/bridge) +"hRF" = ( +/obj/structure/chair/sofa/bench/left, +/obj/machinery/newscaster/directional/north, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hRN" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/grey_tide{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"hRS" = ( +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "eng_atmos_btn_ext"; + ext_door_link_id = "eng_atmos_door_ext"; + int_button_link_id = "eng_atmos_btn_int"; + int_door_link_id = "eng_atmos_door_int"; + pixel_y = 25; + vent_link_id = "eng_atmos_vent"; + req_access = list(10,13) + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_atmos_vent"; + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"hRY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"hSD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/pump{ + name = "Gas to Chamber" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"hSN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"hSU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"hTu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hTv" = ( +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"hTA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"hTF" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module East"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"hTK" = ( +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 28 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/science/hallway) +"hUa" = ( +/obj/structure/chair/stool/bar/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar) +"hUh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"hUj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/lifestar, +/turf/simulated/floor/plating, +/area/station/medical/cryo) +"hUm" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo"; + pixel_x = -5 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"hUC" = ( +/obj/machinery/computer/arcade, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"hUP" = ( +/obj/structure/closet/secure_closet/brig, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"hUV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"hUX" = ( +/obj/machinery/recharge_station, +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"hVD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"hWo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"hWr" = ( +/obj/machinery/computer/monitor{ + dir = 1; + name = "Engine Power Monitoring Computer" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"hWu" = ( +/obj/structure/table, +/obj/item/plant_analyzer, +/obj/item/storage/bag/plants/portaseeder, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"hWI" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch/west, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"hWQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"hWT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"hXf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"hXp" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"hXB" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"hXR" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"hYf" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"hYk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"hYo" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/lighter/zippo/engraved{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"hYr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"hYs" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"hZz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"hZH" = ( +/obj/structure/closet/crate, +/obj/item/stack/nanopaste, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hZN" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hZO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"hZR" = ( +/obj/machinery/camera{ + c_tag = "Engineering Singularity North-East"; + dir = 8; + network = list("SS13","Singularity","Engineering") + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"hZZ" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"iac" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iag" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "prisoner supression system"; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"iai" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"ial" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"iam" = ( +/obj/structure/safe, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/item/grenade/smokebomb, +/obj/item/restraints/handcuffs, +/obj/item/clothing/suit/browntrenchcoat, +/obj/item/clothing/head/fedora/brownfedora, +/obj/structure/sign/poster/random/north, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"iat" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"iav" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"iaM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ibp" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/sign/kidanplaque{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"ibt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ibL" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"ibM" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/reagent_dispensers/oil, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"ibW" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"icn" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"idn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/security/main) +"ido" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"idz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"idF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/smes) +"idY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"iek" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"iev" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"iez" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/port) +"ieC" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"ieI" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"ieP" = ( +/obj/item/seeds/cannabis, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"ieW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"ifJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"ifT" = ( +/obj/structure/table/wood, +/obj/machinery/bottler, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"ifV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/reagent_containers/drinks/bottle/wine, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"ifW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"igq" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"igV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"ihv" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"ihx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"ihJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/effect/turf_decal/stripes, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"ihW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"iih" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + id_tag = "fssolar_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "fssolar_btn_ext"; + pixel_x = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"iip" = ( +/obj/machinery/ai_status_display/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"iit" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"ijf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"ijg" = ( +/obj/item/trash/pistachios, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ijp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ijw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"ijP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/valve{ + dir = 4; + name = "port to heat exchange" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ike" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/central/sw) +"ikg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"iki" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/north, +/obj/structure/shelf/service, +/obj/item/hatchet{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/hatchet{ + pixel_y = -6 + }, +/obj/item/hatchet{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/bag/plants/portaseeder{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/bag/plants/portaseeder{ + pixel_y = 8 + }, +/obj/item/storage/bag/plants/portaseeder{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"iks" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"ikx" = ( +/obj/structure/engineeringcart, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ikS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"ilc" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/multi/fountain, +/obj/item/hand_tele, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"ilj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"ill" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"ilS" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"imr" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"imB" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"inc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"ind" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler{ + pixel_x = 4; + pixel_y = 10 + }, +/obj/item/roller{ + pixel_y = 6 + }, +/obj/machinery/alarm/directional/south, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -10; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"inj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"inm" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"inu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"inv" = ( +/obj/structure/table, +/obj/machinery/alarm/directional/south, +/obj/item/gun/syringe, +/obj/item/gun/syringe{ + pixel_y = 3 + }, +/obj/item/gun/syringe{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"inD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"inP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"inQ" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"inV" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"iot" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"iow" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"ioM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"ioU" = ( +/obj/machinery/disposal, +/obj/structure/sign/vacuum/external{ + pixel_x = -30 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/camera{ + c_tag = "Research Toxins Launch Room"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"ipb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/spirit_board, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"ipe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"ipz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"ipA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/stairs{ + icon_state = "rampbottom"; + dir = 1 + }, +/area/station/public/fitness) +"ipF" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"ipG" = ( +/obj/effect/turf_decal/delivery/green, +/obj/machinery/economy/vending/hydroseeds, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"ipJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"ipS" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "clown" + }, +/turf/simulated/floor/plating, +/area/station/service/clown) +"iqf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/flasher{ + id = "Execution"; + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"iqq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"iqI" = ( +/obj/structure/table, +/obj/item/rpd, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"iqN" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"irE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/morgue) +"irJ" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/command/office/ce) +"irV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"irY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"isi" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/atmos) +"ism" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"isv" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"isD" = ( +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"isE" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"isK" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"isZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"itH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"itZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iue" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"iun" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"iuF" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iuO" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/engineering/ai_transit_tube) +"ivY" = ( +/obj/structure/sink/directional/west, +/obj/machinery/camera{ + c_tag = "Virology Airlock" + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ivZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"iwe" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort1" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"iwn" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "secmaint_vent"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iws" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iwD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"iwJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"iwP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/computer/guestpass/hop{ + pixel_x = 28 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"iwS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ixh" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/landmark/start/assistant, +/obj/machinery/door_control/bolt_control/east{ + id = "toilet_dorm2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"ixr" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"ixy" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"ixH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"ixM" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"ixW" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("o2_sensor"="Tank"); + dir = 1; + inlet_injector_autolink_id = "o2_in"; + name = "Oxygen Supply Control"; + outlet_vent_autolink_id = "o2_out" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/engineering/atmos) +"iyc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/machinery/door/firedoor, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"iyh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"iyp" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/item/flag/nt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"iyI" = ( +/obj/structure/closet/boxinggloves, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"iyJ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleshutter"; + name = "Teleport Access Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/teleporter) +"iyY" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"izh" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"izm" = ( +/obj/structure/table/glass, +/obj/item/paper, +/obj/item/pen/blue, +/turf/simulated/floor/carpet/green, +/area/station/command/bridge) +"izr" = ( +/obj/machinery/requests_console/directional/north, +/obj/structure/chair/comfy/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"izR" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"izV" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"iBm" = ( +/turf/simulated/wall, +/area/station/science/lobby) +"iBD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/door_control/bolt_control/east{ + id = "PrivateRoom2" + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"iBI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/secondary/exit) +"iBL" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/door_control/bolt_control/east{ + id = "toilet_dorm1" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"iBM" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"iBP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iBU" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/disposal) +"iBV" = ( +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"iCq" = ( +/obj/machinery/camera{ + c_tag = "Aft Port Solar Control"; + dir = 1 + }, +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"iCD" = ( +/obj/machinery/light_construct/small/east, +/obj/item/trash/chips, +/mob/living/simple_animal/moth, +/turf/simulated/floor/carpet, +/area/station/maintenance/fsmaint) +"iDd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"iDg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"iDh" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iDk" = ( +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "secmaint_btn_ext"; + ext_door_link_id = "secmaint_door_ext"; + int_button_link_id = "secmaint_btn_int"; + int_door_link_id = "secmaint_door_int"; + pixel_y = -25; + req_access = list(13); + vent_link_id = "secmaint_vent" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "secmaint_vent"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iDz" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"iDD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"iDG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iDL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"iDX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"iEg" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/box/autoinjectors{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/storage/box/syringes{ + pixel_y = -4 + }, +/obj/item/storage/box/beakers{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/storage/box/autoinjectors{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_y = 8 + }, +/obj/item/storage/box/beakers{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"iED" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"iEE" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"iEJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"iFb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + name = "Cooling Loop to Gas" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"iFh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"iFm" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"iFq" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "heat exchange to port" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"iFI" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command/glass{ + req_access = list(16) + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"iFR" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"iFW" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"iGq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"iGI" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module Chamber 7"; + network = list("Research","SS13") + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"iGP" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"iGV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/security/detective) +"iHu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"iHy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"iHE" = ( +/obj/machinery/iv_drip, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"iHI" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iHT" = ( +/obj/structure/shelf/engineering, +/obj/item/clothing/gloves/color/black{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/clothing/gloves/color/black{ + pixel_y = -6 + }, +/obj/item/clothing/gloves/color/black{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"iHY" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"iIi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"iIk" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"iIt" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"iIA" = ( +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"iIB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"iIG" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"iIQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/paper/firingrange{ + pixel_y = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plating, +/area/station/security/range) +"iIW" = ( +/obj/structure/mineral_door/wood, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iJf" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Research Toxins Mixing"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"iJg" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"iJA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iKi" = ( +/obj/machinery/dnaforensics, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/security/detective) +"iKr" = ( +/obj/structure/table, +/obj/item/trash/chips, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = 7; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"iKS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"iKU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"iLb" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"iLg" = ( +/obj/machinery/door/poddoor{ + id_tag = "turbinevent"; + name = "Turbine Vent" + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/turbine) +"iLu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/stairs/right, +/area/station/engineering/hallway) +"iLw" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Bar" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"iLx" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"iLA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iLP" = ( +/obj/machinery/light/directional/south, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"iMe" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"iMm" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"iMG" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"iMW" = ( +/obj/structure/table/wood, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil{ + pixel_y = 4 + }, +/obj/item/gun/projectile/revolver/doublebarrel{ + pixel_y = 16 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -6 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"iMZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"iNe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/clothing/under/rank/medical/scrubs, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"iNn" = ( +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light_switch/west, +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"iNP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"iOj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iOD" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_command, +/obj/item/folder/blue, +/obj/item/pen/multi/fountain, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"iOG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"iOQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"iOV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"iOY" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/official/random/north, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -8; + pixel_y = 7 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"iPb" = ( +/obj/machinery/computer/security/telescreen/entertainment/television, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"iPh" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway"; + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"iPz" = ( +/obj/structure/table, +/obj/machinery/computer/library{ + pixel_y = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"iPF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"iPH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"iPS" = ( +/obj/machinery/door/airlock/hydroponics, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid" + }, +/area/station/service/hydroponics) +"iPZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"iQk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iQo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_often, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iQq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint2) +"iQs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/stairs/medium, +/area/station/hallway/primary/aft) +"iQt" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"iQu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"iQB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"iQI" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iQO" = ( +/obj/machinery/door/airlock/bathroom, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"iRc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"iRz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/space, +/area/space/nearstation) +"iRA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"iRI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"iRT" = ( +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"iRV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"iSv" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/secondary/exit) +"iTw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"iTA" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"iTB" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "10" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"iTC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"iTE" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"iTW" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/space_heater, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"iUc" = ( +/turf/simulated/wall/r_wall, +/area/station/telecomms/chamber) +"iUd" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 10 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/carpet/purple, +/area/station/service/bar) +"iUf" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"iUh" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"iUO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iVp" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"iVr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iVE" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"iVU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"iWw" = ( +/obj/structure/table, +/obj/item/clothing/glasses/welding, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/assembly_line) +"iWy" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/south, +/obj/item/storage/fancy/matches, +/obj/item/reagent_containers/drinks/flask/gold, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/lighter/zippo/cap, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"iWJ" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/random, +/obj/effect/decal/cleanable/shreds, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/maintenance/fsmaint) +"iWP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"iWZ" = ( +/turf/simulated/wall, +/area/station/command/office/captain/bedroom) +"iXf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"iXj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"iXl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"iXs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"iXD" = ( +/turf/simulated/floor/light, +/area/station/maintenance/asmaint) +"iXW" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"iYn" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"iYo" = ( +/obj/item/taperecorder, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"iYD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"iYH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"iYO" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"iZe" = ( +/obj/structure/table/wood, +/obj/item/ashtray/bronze{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/lighter/zippo{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/clothing/mask/cigarette/cigar/havana, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"iZj" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"iZn" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"iZp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iZz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"iZI" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/corn, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"iZR" = ( +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"iZV" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"jak" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Janitor Closet"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"jam" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"jar" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/maintenance/fsmaint) +"jaO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"jbh" = ( +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/hostile/lizard/croco/gena, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"jbt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"jbB" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/public/dorms) +"jbO" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"jbR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"jbW" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"jcc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"jcg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"jcp" = ( +/obj/structure/musician/piano{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"jcx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/exploredrobe, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/expedition) +"jcV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor6"; + random_icon_states = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"jcY" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"jdi" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"jdz" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jdY" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"jeb" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/structure/sign/vacuum/external{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/engineering/control) +"jer" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"jeG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"jeP" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/photo_album, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"jeQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"jeS" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/obj/item/radio/intercom/custom{ + pixel_y = 36 + }, +/obj/structure/filingcabinet/security, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/lobby) +"jeW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"jfa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"jfb" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"jfm" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"jft" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"jfx" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"jfJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jfQ" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "Medbay Treatment East"; + dir = 8 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"jfS" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jfW" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"jgi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jgm" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/table, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"jgx" = ( +/obj/structure/table, +/obj/item/screwdriver, +/obj/item/wrench, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"jgA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jgP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"jgS" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/smes) +"jgY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluered" + }, +/area/station/command/bridge) +"jhj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"jik" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hop"; + name = "Privacy Shutters" + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"jiy" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"jiC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/service/bar/atrium) +"jiG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/maintenance/aft) +"jjl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jjs" = ( +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jjy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + target_pressure = 303; + name = "Air to connector" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"jjD" = ( +/obj/structure/grille, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jjK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"jjX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jkw" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"jkI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jkP" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"jlt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jlY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/door/window/reinforced/reversed{ + dir = 4; + name = "Suit Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"jmr" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"jmB" = ( +/obj/structure/shelf, +/obj/item/reagent_containers/glass/bottle/nutrient/ez{ + pixel_x = -8 + }, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez{ + pixel_x = 8 + }, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/storage/bag/plants/seed_sorting_tray{ + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pestspray{ + pixel_x = 8; + pixel_y = 12 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"jmU" = ( +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jmZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"jnc" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jne" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jnm" = ( +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage South"; + dir = 1; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"jnE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "robotics"; + name = "Robotics Lab Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"joe" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"jog" = ( +/obj/structure/toilet{ + pixel_y = 8; + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/door_control/bolt_control/south{ + id = "toilet_ass3" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"joq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"jot" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"jox" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"joA" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"jpb" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"jpc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jpi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jpm" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"jpn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"jpy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"jpG" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"jpP" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_y = 32 + }, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jqd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"jqj" = ( +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Antechamber North"; + dir = 1; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"jqo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"jqB" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/random/id_skins/no_chance, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"jqN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"jqS" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"jqU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jra" = ( +/obj/machinery/door_control/bolt_control/east{ + id = "vipbar_bolt"; + pixel_y = -6 + }, +/obj/machinery/button/windowtint/east{ + id = "vipbar"; + pixel_y = 6 + }, +/obj/structure/table/glass, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/lighter/zippo/fluff/purple{ + pixel_x = 8; + pixel_y = 2 + }, +/turf/simulated/floor/light/purple, +/area/station/service/bar) +"jrj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Brig Restroom"; + dir = 1 + }, +/obj/structure/table, +/obj/item/clothing/under/towel/long/alt/red{ + pixel_x = -8; + pixel_y = -5 + }, +/obj/item/clothing/under/towel/long/red{ + pixel_x = -8 + }, +/obj/item/clothing/under/towel/short/alt/red{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/item/clothing/under/towel/short/red{ + pixel_x = 8; + pixel_y = -3 + }, +/obj/item/clothing/head/towel/red{ + pixel_x = 7 + }, +/obj/item/clothing/head/towel/red{ + pixel_x = -7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/security/main) +"jrq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"jrt" = ( +/obj/structure/rack, +/obj/item/storage/box/monkeycubes/wolpincubes, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jru" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"jrA" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"jrD" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"jrG" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"jrV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"jsn" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"jsv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/disk, +/obj/item/food/disk{ + pixel_y = -6; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/maintenance/apmaint) +"jsF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"jsR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/bench/left{ + dir = 4 + }, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"jtc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"jtl" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jts" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jtt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"jtE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"jtK" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"jtP" = ( +/obj/item/kirbyplants, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"jtR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"juH" = ( +/obj/item/storage/fancy/cigarettes/cigpack_random, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"juO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"juZ" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"jva" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jvd" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"jvX" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/camera{ + c_tag = "Bar East"; + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"jwb" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jwn" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"jwr" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jws" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"jxf" = ( +/obj/item/storage/toolbox/emergency, +/obj/structure/rack, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"jxj" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jxo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"jxs" = ( +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"jxu" = ( +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"jxv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"jxJ" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"jxS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jyo" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/slime, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jyu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"jyy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"jyE" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"jyI" = ( +/obj/structure/shelf/medbay, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -4 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8; + pixel_x = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"jyJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"jyO" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"jyP" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"jza" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"jzn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"jzz" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"jzO" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"jzU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"jzZ" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/psychiatrist, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"jAz" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"jAH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/robotics) +"jAM" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"jAX" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/obj/item/lighter/zippo, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jAY" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/item/rack_parts, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"jBe" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/magistrate) +"jBn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plasteel/stairs{ + dir = 1 + }, +/area/station/engineering/control) +"jBo" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jBA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"jBC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jBJ" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"jCb" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"jCr" = ( +/obj/machinery/computer/crew, +/obj/machinery/camera{ + c_tag = "Medbay Paramedic"; + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"jCt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"jCu" = ( +/obj/machinery/economy/vending/scidrobe, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/nightshifted/south, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/hallway) +"jCU" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"jDf" = ( +/obj/structure/table, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonlockers) +"jDg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"jDn" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"jDB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"jDC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"jDJ" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"jDS" = ( +/obj/structure/marker_beacon/spotlight/jade, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/command/bridge) +"jEq" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"jEE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"jEV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jFf" = ( +/obj/structure/closet/crate/secure{ + req_one_access = list(33,41) + }, +/obj/item/circuitboard/chem_dispenser, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/storage/pill_bottle/random_drug_bottle, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jFo" = ( +/obj/machinery/bodyscanner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"jFt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jFF" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"jGG" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jGR" = ( +/obj/item/candle, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"jHG" = ( +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"jIj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"jIy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"jIE" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module Hazard Pen"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"jIM" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "incinerator_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button{ + autolink_id = "incinerator_btn_int"; + name = "Incinerator Airlock Control"; + pixel_y = -22 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"jIX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jJh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/toilet/unisex) +"jJn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"jJJ" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"jJU" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"jKr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jKA" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jKH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jKN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"jKP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"jKZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"jLf" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"jLh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/main) +"jLt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"jLy" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"jLz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"jLT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"jMp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jMr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/alarm/directional/east, +/obj/machinery/door_control/bolt_control/west{ + id = "PrivateRoom1" + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"jMw" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"jMx" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/space, +/area/space/nearstation) +"jNd" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"jNl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"jNM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jNP" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/processing) +"jNY" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"jOj" = ( +/obj/structure/table/wood, +/obj/item/vending_refill/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"jOs" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"jOx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"jOA" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke{ + name = "Nanotrasen-brand nuclear fizz-sion explosive" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/maintenance/apmaint) +"jPb" = ( +/obj/machinery/ai_status_display/east, +/obj/machinery/atmospherics/unary/thermomachine/freezer/on/server{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"jPi" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"jPw" = ( +/obj/machinery/door/airlock/freezer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jPx" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jPW" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jPX" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"jPY" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"jPZ" = ( +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/asmaint) +"jQc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"jQi" = ( +/obj/machinery/icemachine{ + dir = 8; + pixel_x = -1; + pixel_y = -3 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"jQu" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hos_secure_doors" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"jQC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"jQD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jQI" = ( +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jQQ" = ( +/obj/item/latexballon, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jQW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"jRb" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"jRf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"jRj" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"jRk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jRo" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jRz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"jRF" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"jRM" = ( +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"jRQ" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jRW" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"jSa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"jSe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jSf" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light_switch/south, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"jSn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"jSq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"jSF" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"jSG" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal{ + amount = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jSZ" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"jTb" = ( +/obj/structure/falsewall, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"jTo" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"jTq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"jTS" = ( +/obj/structure/bed/roller, +/obj/item/organ/internal/kidneys/vox, +/obj/item/storage/box/survival_vox, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"jUf" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"jUn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"jUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"jUt" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"jUF" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Medical Officer's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"jUM" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jUZ" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"jVb" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"jVf" = ( +/obj/vehicle/secway, +/obj/item/key/security, +/obj/machinery/newscaster/security_unit/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"jVr" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"jVt" = ( +/obj/structure/table/wood, +/obj/machinery/cell_charger{ + pixel_x = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"jVD" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_s_tesla_vent"; + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/control) +"jVE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"jWy" = ( +/obj/structure/table/wood, +/obj/item/storage/lockbox/medal, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"jWE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"jWV" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jXg" = ( +/obj/machinery/door/airlock/external{ + id_tag = "arrivalsmaint_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "arrivalsmaint_btn_ext"; + pixel_x = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"jXI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jYu" = ( +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"jYv" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/grassybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"jYF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/food/tomatoslice, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jYQ" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jYZ" = ( +/turf/simulated/wall, +/area/station/medical/patients_rooms) +"jZa" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"jZh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"jZo" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"jZu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jZx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/nw) +"jZB" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway 3"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"jZK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"jZQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/processing) +"kaa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"kak" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/space, +/area/space/nearstation) +"kaB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kaD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"kaE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"kbg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kbv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/stairs/right, +/area/station/legal/courtroom/gallery) +"kcl" = ( +/obj/machinery/door_control/shutter/north{ + desc = "A remote control-switch for the engineering security doors."; + id = "teledoor"; + name = "AI Satellite Teleport Shutters Control"; + req_one_access = list(17,75) + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"kcx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"kcJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"kcQ" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"kcW" = ( +/obj/structure/flora/grass/jungle, +/obj/item/radio/intercom/locked/prison{ + dir = 8; + name = "Prison Intercom (General)"; + pixel_x = 22 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"kdh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/item/food/grown/cannabis, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"kdx" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/junction/reversed, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"kdD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"kdE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"kdL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kdZ" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"kee" = ( +/obj/machinery/iv_drip, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kep" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kew" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"keJ" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"keZ" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"kfk" = ( +/obj/structure/chair/comfy/black, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"kfu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"kgc" = ( +/obj/item/reagent_containers/drinks/cans/badminbrew, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kgg" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kgC" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"kgM" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"khe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"khl" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/qm) +"khv" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 7; + height = 18; + id = "trade_dock"; + name = "port bay 4 at Cyberiad"; + width = 15; + dheight = 1 + }, +/turf/space, +/area/space) +"khK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/tank/internals/plasma, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"khQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door_control/shutter/east{ + id = "Singularity"; + name = "Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"khW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"khY" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "o2_sensor" + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"kil" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kiq" = ( +/obj/machinery/light_switch/south, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"kiu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"kiF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kjf" = ( +/obj/machinery/door_control/shutter/south{ + id = "representative"; + name = "Privacy Shutters Control"; + pixel_x = -6; + req_access = list(73) + }, +/obj/machinery/door_control/normal/south{ + id = "ntrepofficedoor"; + name = "Office Door"; + pixel_x = 6; + req_access = list(73) + }, +/obj/machinery/keycard_auth/south{ + pixel_y = -34 + }, +/obj/effect/landmark/start/nanotrasen_rep, +/obj/structure/chair/comfy/corp{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"kjp" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reflector/double, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Storage"; + dir = 8; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"kju" = ( +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"kjy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"kjG" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"kjL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kjM" = ( +/obj/item/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"kjN" = ( +/obj/machinery/power/smes/engineering, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/smes) +"kkd" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/kitchen/knife, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"kkv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kky" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"kkz" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "toilet_dorm3" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"kkO" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/folder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kkP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"kkT" = ( +/obj/machinery/conveyor/east{ + dir = 6; + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kla" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"klh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"klj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"kll" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"klz" = ( +/mob/living/simple_animal/crab/coffee{ + desc = "Master of the GYM."; + name = "Billy Crabington"; + real_name = "Billy Crabington" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/fitness) +"klA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"klN" = ( +/mob/living/simple_animal/pet/cat/var_cat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"klS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kmr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"kmA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"kmE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/science/robotics) +"knX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 14 + }, +/obj/item/multitool{ + pixel_y = 2; + pixel_x = 6 + }, +/obj/item/clothing/head/welding{ + pixel_y = 5; + pixel_x = -6 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"knY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"kok" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"kom" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"koD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/nightshifted/east, +/obj/effect/landmark/start/psychiatrist, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"koT" = ( +/obj/structure/flora/grass/jungle, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"kpx" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"kpz" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"kpA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kpO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"kpR" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kqi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"kqo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"kqv" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"kqK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"kqR" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 4; + filter_type = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"krb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"krv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"krw" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"krz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"krD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"krG" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"krJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"krV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control/shutter/west{ + id = "maintcham2"; + name = "Containment Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ksj" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/item/clothing/mask/cigarette/random, +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kso" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/item/rollingpaper, +/obj/item/lighter, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"kst" = ( +/obj/item/cartridge/signal/toxins{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/structure/table/glass, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = -6; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"ksx" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maints1"; + id_tag = "maints1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ksJ" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ksP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"kto" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass/no_creep, +/area/station/command/bridge) +"ktq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"ktw" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Research E.X.P.E.R.I-MENTOR Lab"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/table, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/stack/package_wrap, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"ktF" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 22 + }, +/obj/item/radio/intercom/private{ + dir = 1; + pixel_y = -22 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"ktP" = ( +/obj/structure/bed, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"ktT" = ( +/obj/structure/table/wood, +/obj/item/pizzabox/margherita, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"kua" = ( +/obj/structure/mirror{ + pixel_y = -34 + }, +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"kum" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "3" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kuA" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"kuG" = ( +/obj/structure/chair/sofa/pew{ + dir = 1 + }, +/mob/living/simple_animal/mouse/gray, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"kuL" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"kuW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"kvn" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_s_tesla_vent"; + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/control) +"kvz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"kvJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"kwk" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kwo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"kwG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"kwO" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"kwP" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"kwV" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"kwZ" = ( +/obj/structure/curtain/open/shower, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shower{ + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/disposal) +"kxm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"kxr" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Engineering Singularity South-West"; + dir = 4; + network = list("SS13","Singularity","Engineering") + }, +/turf/space, +/area/station/engineering/control) +"kxx" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"kxy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"kxL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"kyf" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"kyh" = ( +/obj/machinery/washing_machine, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kym" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kyK" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid" + }, +/area/station/service/hydroponics) +"kyM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"kzf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"kzi" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kzo" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"kzB" = ( +/obj/effect/spawner/random/food_or_drink/three_course_meal, +/obj/structure/closet/crate/freezer, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kzX" = ( +/obj/effect/landmark/start/doctor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"kAp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"kAr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door_control/shutter/south{ + id = "Secure Armory"; + name = "Secure Armory Shutter Control"; + req_access = list(3) + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"kAJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"kAS" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/hos{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/directional/west, +/obj/effect/landmark/start/head_of_security, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hos) +"kAX" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/trash, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"kBe" = ( +/obj/machinery/door/airlock/bathroom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"kBh" = ( +/obj/structure/railing/cap/reversed{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"kBq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"kBr" = ( +/obj/machinery/requests_console/directional/east, +/obj/machinery/light/floor, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"kBF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"kBH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Body Utilizer" + }, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/disposal/delivery_chute{ + dir = 4; + name = "CORPSE disposal unit" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/genetics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"kBI" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/item/clothing/shoes/black, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"kBK" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/table/glass, +/obj/item/cartridge/medical{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/cartridge/medical{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/cartridge/chemistry{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"kBQ" = ( +/obj/structure/table/wood, +/obj/item/stack/package_wrap, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/hand_labeler{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"kCd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"kCq" = ( +/obj/structure/sink/directional/north{ + layer = 3.1 + }, +/obj/structure/mirror{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"kCw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"kCH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kCM" = ( +/obj/item/flag/cult, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"kCN" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"kCP" = ( +/obj/structure/chair/comfy/teal, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"kDl" = ( +/obj/machinery/washing_machine, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"kDp" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/light/directional/east, +/obj/structure/filingcabinet/medical, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"kDx" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"kDW" = ( +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable, +/obj/machinery/light/directional/south, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"kDY" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kEe" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"kEj" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "vipbar" + }, +/turf/simulated/floor/plating, +/area/station/service/bar) +"kEv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"kEA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kEK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"kEM" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"kEV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"kFB" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"kFJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"kGb" = ( +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"kGo" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"kGs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"kGy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"kGB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kGL" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"kGM" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"kHi" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"kHl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"kHm" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Cryo Tank Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"kHG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"kIa" = ( +/obj/structure/cable, +/obj/machinery/power/solar_control{ + dir = 4; + name = "Aft Port Solar Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"kIk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/detective) +"kIR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"kIT" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"kIZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"kJc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"kJk" = ( +/obj/structure/chair/sofa/bench/left{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"kJs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"kJJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"kJQ" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/airlock/external{ + id_tag = "mining_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"kJT" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"kKg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"kKD" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"kKJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"kKV" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"kKW" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 1; + id_tag = "durka2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"kLc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"kLd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kLn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kLp" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_sm_vent"; + dir = 8 + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "eng_sm_btn_ext"; + ext_door_link_id = "eng_sm_door_ext"; + int_button_link_id = "eng_sm_btn_int"; + int_door_link_id = "eng_sm_door_int"; + pixel_y = 25; + vent_link_id = "eng_sm_vent"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"kLR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/atmos) +"kMc" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kMd" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"kMj" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"kMw" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"kMB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"kMN" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen/fancy, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kNq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"kNE" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"kNO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"kNP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"kNS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/assembly_line) +"kNX" = ( +/obj/structure/chair/sofa/corp/left, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet/green, +/area/station/command/bridge) +"kNY" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"kOa" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"kOq" = ( +/obj/machinery/computer/communications{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"kOt" = ( +/obj/structure/shelf/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"kPs" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"kPE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kPF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"kPK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kPS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/red, +/area/station/public/arcade) +"kPV" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kPY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"kQb" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#85130b"; + dir = 1 + }, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"kQn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"kQo" = ( +/obj/structure/girder, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kQs" = ( +/obj/structure/dresser, +/obj/machinery/light_switch/west, +/obj/machinery/newscaster/security_unit/north, +/obj/item/toy/figure/crew/hop{ + layer = 4; + pixel_x = -4; + pixel_y = 14 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/clothing/under/towel/long/blue, +/obj/item/clothing/head/towel/blue, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"kQw" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kQQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/button/windowtint/west{ + id = "arcade" + }, +/turf/simulated/floor/carpet/red, +/area/station/public/arcade) +"kQW" = ( +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "viro_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/north{ + autolink_id = "viro_btn_ext"; + layer = 3.6; + name = "Virology Lab Access Button"; + req_access = list(39) + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"kQY" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kRo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"kRT" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"kRV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kSe" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"kSn" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kSp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kSz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"kSI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"kSK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kSP" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/welded, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"kTh" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"kTo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"kTA" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"kTP" = ( +/obj/structure/weightmachine/stacklifter, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"kTU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kTZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"kUo" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"kUv" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module Chamber 2"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"kUL" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"kVo" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 6 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet/purple, +/area/station/service/bar) +"kVw" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"kWa" = ( +/obj/machinery/camera{ + c_tag = "Medbay Morgue South"; + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"kWl" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"kWu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"kWx" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kWz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"kWF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"kWH" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"kWL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"kXd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"kXe" = ( +/obj/effect/turf_decal/woodsiding/box, +/obj/structure/statue/cyberiad/c, +/turf/simulated/floor/plasteel{ + desc = "\"This is a plaque in honour of our comrades on the G4407 Stations. Hopefully TG4407 model can live up to your fame and fortune.\" Scratched in beneath that is a crude image of a meteor and a spaceman. The spaceman is laughing. The meteor is exploding."; + dir = 4; + icon_state = "plaque"; + name = "Comemmorative Plaque" + }, +/area/station/command/bridge) +"kXp" = ( +/obj/structure/chair, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"kXD" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"kXQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"kYd" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"kYr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"kYu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + id_tag = "assolar_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "assolar_btn_int"; + pixel_x = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"kYC" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"kYS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"kZv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"laq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lax" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"laK" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"laL" = ( +/obj/structure/table, +/obj/item/camera, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 22 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"laP" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"laU" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"laW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"lbb" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/directional/east, +/obj/machinery/alarm/directional/south, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"lbd" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"lbn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"lbs" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"lbD" = ( +/obj/structure/closet/emcloset, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"lbM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lbX" = ( +/obj/structure/cable, +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/smes) +"lbZ" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"lcg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"lcl" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"lcB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"lcD" = ( +/obj/machinery/door/window{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"lcH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lcL" = ( +/obj/effect/spawner/random/barrier/wall_probably, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lcZ" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/server/coldroom) +"ldc" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ldf" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ldl" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lee" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/folder/white, +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"lem" = ( +/obj/machinery/camera{ + c_tag = "Cryodorms" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"leF" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"leL" = ( +/obj/structure/rack, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"leS" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"lfj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"lfn" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"lfC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lfW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"lfX" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lfZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/economy/vending/engidrobe, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/equipmentstorage) +"lgb" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"lgl" = ( +/obj/machinery/mineral/equipment_vendor/explorer, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/expedition) +"lgO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"lgQ" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"lgS" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"lgW" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"lgY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"lhf" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"lhl" = ( +/obj/item/trash/pistachios, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lhs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"lht" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"lhy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"lhL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"lhN" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 5 + }, +/obj/structure/chair/sofa/corp/left, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/carpet/purple, +/area/station/service/bar) +"lie" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lik" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"liO" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/science/robotics) +"liP" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai_upload) +"liX" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"ljh" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "incinerator_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button{ + autolink_id = "incinerator_btn_ext"; + layer = 3.1; + name = "Incinerator Airlock Control"; + pixel_y = -23 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"ljI" = ( +/obj/structure/shelf/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ljT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"lko" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"lkw" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"llj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"llx" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"llD" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"llI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"llV" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/main) +"lme" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"lmi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"lmq" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"lmy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"lmM" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "enginestorage"; + name = "Engine Storage" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/control) +"lmS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"lmU" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"lnh" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"lnL" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"lnQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"lnV" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"lon" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shovel/spade, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"lop" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"lor" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"loP" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/security/detective) +"lpi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"lpu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"lpz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"lpF" = ( +/obj/machinery/optable, +/obj/machinery/light/directional/south, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/security/detective) +"lpN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/south) +"lpV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"lqd" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/asmaint2) +"lqj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"lql" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "16" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lqm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"lqw" = ( +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"lqF" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"lrs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"lrw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lrF" = ( +/obj/structure/shelf/security, +/obj/machinery/status_display/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/clothing/glasses/sunglasses_fake{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/box/flashbangs, +/obj/item/clothing/glasses/sunglasses_fake{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"lrJ" = ( +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"lrL" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lrQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"lrW" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lrY" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"lsh" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/maintcentral) +"lsk" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/genetics) +"lsx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"lsI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"lsL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lsX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lte" = ( +/obj/machinery/light/directional/west, +/obj/machinery/papershredder, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ltK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/south) +"ltM" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"ltN" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"luh" = ( +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"lui" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"luz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"luD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"luJ" = ( +/obj/effect/decal/cleanable/crayon{ + color = "#cc3300"; + initialized = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"luV" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"lvb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/misc_lab) +"lvd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"lvk" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"lvs" = ( +/obj/structure/closet/crate{ + name = "Silver Crate"; + opened = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/maintenance/apmaint) +"lvE" = ( +/obj/structure/machine_frame, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lvJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"lvL" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"lvM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lwb" = ( +/obj/machinery/economy/vending/chinese, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"lwg" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"lwj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lwn" = ( +/obj/structure/mirror{ + pixel_y = -34 + }, +/obj/structure/sink/directional/south, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"lwt" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"lwG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lwN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"lwY" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"lxc" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"lxA" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"lxB" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "air_in"; + dir = 1 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"lxC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lxE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"lxH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"lxO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"lyv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"lyS" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"lzb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lzw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"lzA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"lzN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/expedition) +"lzR" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"lAb" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/small/west, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lAc" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/blood/tracks/mapped{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lAr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"lAs" = ( +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"lAt" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"lAD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lAK" = ( +/obj/machinery/economy/vending/virodrobe, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"lAN" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"lBb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"lBg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"lBr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"lBQ" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"lBS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"lCk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"lCp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"lCt" = ( +/obj/machinery/turretid/stun{ + name = "AI Chamber Hallway Turret Control"; + pixel_y = 6; + req_access = list(75) + }, +/turf/simulated/wall/r_wall, +/area/station/aisat/hall) +"lCu" = ( +/obj/item/toy/crayon/spraycan, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lCG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + id_tag = "assolar_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "assolar_btn_ext"; + pixel_x = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"lCQ" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"lCR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"lDi" = ( +/obj/structure/sink/directional/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"lDk" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "Gas Mix Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/engineering/atmos) +"lDo" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/storage/photo_album{ + pixel_y = -10 + }, +/obj/item/crowbar, +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 8 + }, +/obj/structure/sign/bobross{ + pixel_x = 32 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"lDx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"lEo" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"lEA" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"lED" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"lEE" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"lEH" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/sign/restroom{ + pixel_y = 31 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"lEM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"lEW" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "arcade" + }, +/turf/simulated/floor/plating, +/area/station/public/arcade) +"lEZ" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"lFa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"lFe" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"lFv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"lFz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"lFH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"lFM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"lFO" = ( +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar) +"lFP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"lGd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lGi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"lGj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"lGD" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"lGY" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"lHm" = ( +/obj/item/bodybag, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"lHs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"lHw" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/structure/closet/crate/freezer, +/obj/item/organ/internal/lungs/vox, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"lHL" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/mime, +/obj/machinery/door/airlock/tranquillite, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"lHM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"lHS" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"lHU" = ( +/obj/structure/table, +/obj/item/storage/box/gloves{ + pixel_y = 4 + }, +/obj/item/storage/box/bodybags{ + pixel_y = -7 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"lHX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"lIv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"lIR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South"; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"lIV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"lJf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lJs" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"lJK" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/storage/bible{ + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/reagent_containers/drinks/bottle/holywater{ + pixel_y = 4; + pixel_x = -8 + }, +/obj/structure/sign/poster/official/random/north, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"lJT" = ( +/obj/structure/chair/sofa/pew, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"lJV" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"lJX" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lKj" = ( +/obj/item/soap, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"lKq" = ( +/turf/simulated/wall, +/area/station/security/permabrig) +"lKF" = ( +/obj/structure/sign/poster/contraband/missing_gloves{ + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lKL" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"lKO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"lKP" = ( +/obj/structure/reagent_dispensers/watertank/high, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"lKS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"lLC" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"lLH" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"lLM" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/maintenance, +/obj/item/reagent_containers/syringe/insulin, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/item/trash/liquidfood, +/obj/item/trash/spentcasing/shotgun, +/obj/item/trash/spacetwinkie, +/obj/item/trash/raisins, +/obj/item/trash/raisins, +/obj/item/trash/tray, +/obj/item/trash/waffles, +/obj/item/trash/raisins, +/obj/item/trash/pistachios, +/obj/item/trash/gum, +/obj/item/trash/gum, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"lMl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lMs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"lMN" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"lMP" = ( +/obj/structure/sign/poster/contraband/random/north, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"lNb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lNg" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"lNi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/door_assembly/door_assembly_silver, +/obj/structure/barricade/wooden/crude, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/apmaint) +"lNp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"lNs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lNE" = ( +/obj/machinery/light/directional/south, +/obj/structure/closet/secure_closet/genetics, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"lNG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"lNS" = ( +/obj/machinery/disposal, +/obj/machinery/door_control/shutter/west{ + id = "testlab"; + name = "Test Lab Privacy Shutters"; + pixel_y = 5 + }, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"lOE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/dorms) +"lOM" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"lOY" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/fore) +"lPa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lPp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"lPz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"lPL" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"lPN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"lPQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"lPR" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lPS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"lPT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/vacant_store) +"lQc" = ( +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lQf" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"lQh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"lQi" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lQp" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/classic/normal{ + layer = 3; + req_access = list(50); + dir = 1; + name = "Delivery Chute" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/general{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"lQx" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/legal/courtroom) +"lQE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"lQL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"lQS" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"lQV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lQZ" = ( +/obj/structure/chair/comfy/brown{ + color = "#514E58"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"lRd" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"lRi" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/binary/pump{ + name = "cooling loop to port" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"lRt" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"lRy" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"lRS" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "o2_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"lSa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lSv" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"lSw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/floor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"lSz" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"lSU" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"lTk" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"lTr" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/rnd) +"lTB" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"lTU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door_control/shutter/west{ + desc = "A remote control-switch for the SM Radiation Security Shutters"; + id = "engsm2"; + name = "SM Door Radiation Shutters Control"; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"lUa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"lUn" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"lUp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"lUq" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 32 + }, +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"lUK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"lUN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lVk" = ( +/obj/structure/table, +/obj/machinery/status_display/directional/north, +/obj/item/flashlight{ + pixel_y = 10 + }, +/obj/item/flashlight{ + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"lVr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"lVs" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"lVy" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/qm) +"lVz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"lVB" = ( +/obj/machinery/atmospherics/unary/passive_vent, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"lVU" = ( +/obj/structure/closet/emcloset, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"lVX" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"lWF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lWU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"lXb" = ( +/obj/structure/statue/bananium/clown, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"lXd" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pfork, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"lXe" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/ai_module/crewsimov, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"lXg" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Air to Station"; + on = 1; + target_pressure = 303 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"lXh" = ( +/turf/simulated/wall, +/area/station/hallway/primary/aft) +"lXi" = ( +/obj/machinery/chem_master, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"lXA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"lXF" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/fish/salmon, +/obj/item/fish/salmon, +/obj/item/fish/salmon, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/salmon, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/rice, +/obj/item/reagent_containers/condiment/rice, +/obj/item/storage/firstaid/aquatic_kit/full, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"lXG" = ( +/mob/living/simple_animal/mouse, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/mob/living/simple_animal/hostile/scarybat, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/apmaint) +"lXR" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lXU" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"lYc" = ( +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lYd" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/ntrep, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lYm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"lYt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"lYC" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + sort_type_txt = "7" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"lYM" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"lYX" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"lZu" = ( +/obj/structure/curtain/open/shower/security{ + icon_state = "closed"; + opacity = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"lZw" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lZC" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"lZI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lZS" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/security/permabrig) +"lZV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"mac" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"mao" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"maF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/north) +"maP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mba" = ( +/obj/effect/decal/cleanable/blood/splatter, +/obj/item/garrote/improvised, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mbb" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mbP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"mbZ" = ( +/obj/structure/chair/sofa/pew/left, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"mcg" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/clothing/mask/muzzle{ + pixel_y = -12 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 12 + }, +/obj/item/reagent_containers/syringe/calomel{ + pixel_y = 8 + }, +/obj/item/reagent_containers/syringe/heparin{ + pixel_y = 4 + }, +/obj/item/bio_chip_implanter/mindshield{ + pixel_y = 1; + pixel_x = -2 + }, +/obj/item/clothing/mask/muzzle/safety/shock{ + pixel_y = -8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"mcl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"mcq" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"mcw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mcx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"mcF" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"mcK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"mcM" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"mcQ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"mdi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/north) +"mdn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/smes) +"mdr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/dorms) +"mdy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"mdX" = ( +/obj/item/food/grown/cannabis, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/mask/cigarette/medical_marijuana, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"mem" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"mev" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"meB" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/tank/internals/oxygen/yellow, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"meN" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"meO" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/interrogation) +"mfk" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"mfu" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet_ass1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"mfv" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"mfy" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"mfS" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/orange, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"mgb" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"mgd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"mgh" = ( +/obj/machinery/economy/vending/assist/free, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"mgo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"mgF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"mgJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"mgZ" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"mha" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/space, +/area/space/nearstation) +"mhh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"mhm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/floodlight{ + light_power = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"mhv" = ( +/obj/structure/table/reinforced, +/obj/item/lighter/zippo{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/structure/sign/securearea{ + desc = "Under the painting a plaque reads: 'While the meat grinder may not have spared you, fear not. Not one part of you has gone to waste... You were delicious.'"; + icon_state = "monkey_painting"; + name = "Mr. Deempisi portrait"; + pixel_y = 32 + }, +/obj/machinery/door_control/bolt_control/west{ + id = "vipbar_bolt" + }, +/obj/machinery/light/directional/north, +/obj/item/book/manual/wiki/sop_service{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/book/manual/barman_recipes{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/simulated/floor/light/purple, +/area/station/service/bar) +"mhQ" = ( +/obj/structure/railing/cap/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"mhT" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"mhW" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"mia" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"mib" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/maintenance/aft) +"mii" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"miq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"miF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/iaa, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"miN" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Access"; + network = list("Research","SS13") + }, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"miW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"miY" = ( +/turf/simulated/wall, +/area/station/engineering/dronefabricator) +"mjg" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"mjh" = ( +/obj/structure/table/reinforced, +/obj/machinery/defibrillator_mount/loaded, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"mju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"mjE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"mjO" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Engineering Singularity North-West"; + dir = 4; + network = list("SS13","Singularity","Engineering") + }, +/turf/space, +/area/station/engineering/control) +"mjP" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"mjR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"mjW" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command/hos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/security/hos, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"mjZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"mki" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/wardrobe/coroner, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"mko" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"mkq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"mkx" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"mkE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"mlg" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/structure/closet/crate/trashcart, +/obj/effect/decal/cleanable/dust, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"mll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/meat/slab, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/fpmaint) +"mlv" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet, +/obj/item/restraints/legcuffs/beartrap, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mlz" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"mlC" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/blue{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/clothing/gloves/boxing{ + pixel_x = 5; + pixel_y = -6 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"mlF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"mma" = ( +/obj/structure/dresser, +/obj/machinery/camera{ + c_tag = "Brig Head of Security's Bedroom" + }, +/obj/machinery/newscaster/security_unit/north, +/obj/machinery/door_control/shutter/west{ + id = "hos_secure_doors" + }, +/obj/item/clothing/under/towel/long/alt/red, +/obj/item/clothing/head/towel/red, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hos) +"mmr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"mms" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"mmt" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"mmB" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mmV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"mnh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"mol" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"moA" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"moH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plating, +/area/station/medical/psych) +"moN" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"moR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"moS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"mpm" = ( +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"mpt" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"mpK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"mpV" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"mpX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"mqw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/station/public/dorms) +"mqE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"mqG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"mqK" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"mqV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"mrc" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"mrd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"mrk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"mrw" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mrK" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"mrY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"msm" = ( +/obj/structure/machine_frame, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"msr" = ( +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"msC" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/banana, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"msN" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"msR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/door_control/shutter/west{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_y = 8; + req_access = list(12) + }, +/obj/machinery/driver_button{ + id_tag = "trash"; + pixel_x = -24; + pixel_y = -8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"msU" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/locker) +"msY" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mtc" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/camera{ + c_tag = "Engineering Equipment Storage"; + dir = 8; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"mtx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"mtW" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"muq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"mut" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"muu" = ( +/obj/machinery/dye_generator, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"muv" = ( +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"mvk" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/service/janitor) +"mvm" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mvK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"mvX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"mws" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mwL" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/supply/storage) +"mwO" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"mwY" = ( +/obj/structure/closet/crate, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"mxn" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"mxz" = ( +/obj/machinery/space_heater, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mxA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/science{ + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"mxH" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"mxJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mxM" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"mxP" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"mxZ" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"myq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint2) +"myQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"mze" = ( +/obj/structure/table/reinforced, +/obj/item/food/breadslice, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = 7 + }, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 1; + id_tag = "durka2" + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Secure Desk" + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Secure Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/psychology{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"mzj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mzk" = ( +/obj/structure/chair/comfy/teal, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"mzC" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"mzL" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"mzM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mAd" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"mAX" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mAY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"mAZ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "scibomb_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button/west{ + autolink_id = "scibomb_btn_ext"; + pixel_y = 24; + req_access = list(13); + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mBl" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/port) +"mBE" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mBZ" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"mCc" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"mCp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"mCw" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"mCx" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mCA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/glasses/sunglasses/blindfold, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"mCO" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"mCV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"mCW" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/random/hampter, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fpmaint2) +"mDs" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mDv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/mob/living/simple_animal/moth, +/turf/simulated/floor/carpet, +/area/station/maintenance/fsmaint) +"mDx" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the E.X.P.E.R.I-MENTOR chamber."; + layer = 4; + name = "E.X.P.E.R.I-MENTOR Camera Screen"; + network = list("Telepad"); + pixel_x = -32 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/experimentor{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"mDE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"mDO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/supermatter_room) +"mDZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"mEa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/service/hydroponics) +"mEh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/obj/effect/spawner/random/cobweb/left/rare, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mEj" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/main) +"mEk" = ( +/obj/machinery/door/airlock/welded, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"mEs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"mEx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mEF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"mEM" = ( +/obj/structure/displaycase/hos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"mET" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"mFq" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"mFE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"mFI" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"mFO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mFQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"mGG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio7"; + name = "Chamber 7 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"mGQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"mHb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mHh" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hos_secure_doors"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"mHA" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mHO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/hallway/secondary/exit) +"mIA" = ( +/obj/structure/shelf/supply, +/obj/item/stamp/granted, +/obj/item/stamp/granted, +/obj/item/stamp/granted, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/obj/item/clothing/head/soft, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"mIJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mIM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"mIU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"mJi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/molten_object/large, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mJm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"mJp" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"mJO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"mJT" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"mKq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"mKA" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"mKG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"mKO" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"mLu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"mLw" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"mLH" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"mMk" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"mMo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"mMp" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mMA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"mMB" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"mMY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"mNd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"mNI" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"mNK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"mNR" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mNS" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"mNT" = ( +/obj/item/skeleton/r_hand, +/obj/item/skeleton/r_arm, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"mNX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"mOa" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"mOp" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"mOz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"mOG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"mOH" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/hydrodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"mPO" = ( +/obj/machinery/door/poddoor{ + id = "Death"; + id_tag = "Death" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mQf" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"mQk" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"mQz" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"mQL" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"mQX" = ( +/obj/structure/barricade/wooden, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mRf" = ( +/obj/item/bedsheet/hop, +/obj/structure/bed, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"mRJ" = ( +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"mRO" = ( +/obj/structure/table, +/obj/item/roller{ + pixel_y = 6 + }, +/obj/item/roller{ + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"mSo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mSI" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"mSJ" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"mTh" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/contraband/have_a_puff{ + pixel_y = 32 + }, +/obj/structure/shelf/service, +/obj/item/storage/box/disks_plantgene{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/storage/box/disks_plantgene{ + pixel_y = -4 + }, +/obj/item/storage/box/disks_plantgene{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 12; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"mTi" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"mTj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"mTx" = ( +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 11 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 7 + }, +/obj/item/reagent_containers/syringe/insulin{ + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_y = -1 + }, +/obj/machinery/light/directional/south, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"mTA" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/science/rnd) +"mTT" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"mTZ" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"mUh" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"mUt" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"mUM" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"mUT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"mVh" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/power/apc/directional/west, +/obj/item/crowbar, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"mVr" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2_sensor" + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"mVB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"mVG" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"mVI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mVJ" = ( +/obj/machinery/power/solar{ + name = "Aft Port Solar Array" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"mVO" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"mVP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"mWa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"mWf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/command/vault) +"mWq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"mXz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"mXS" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"mYc" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/clothing/under/towel/long{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/clothing/under/towel/long{ + pixel_y = 8; + pixel_x = 4 + }, +/obj/item/clothing/under/towel/short{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/clothing/under/towel/short{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/item/clothing/head/towel{ + pixel_y = 10; + pixel_x = -6 + }, +/obj/item/clothing/head/towel{ + pixel_y = 10; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/toilet/unisex) +"mYn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"mYv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"mYy" = ( +/obj/machinery/camera{ + c_tag = "Bridge Lounge Zone East"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"mYL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 4; + filter_type = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"mZd" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"mZf" = ( +/obj/machinery/conveyor/west{ + id = "garbage" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"mZn" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"mZp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"mZs" = ( +/obj/structure/sign/custodian{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"mZC" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"nah" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"nan" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"naG" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"naU" = ( +/obj/item/skeleton/l_hand, +/obj/item/skeleton/l_arm, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"nbj" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"nbx" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/maintenance/asmaint2) +"nbz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast west"; + name = "Bridge Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"nbA" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"nbC" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"nbE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"nbW" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/command, +/obj/machinery/door_control/shutter/north{ + id = "heads_meeting"; + name = "Privacy Shutters Control"; + pixel_x = -11 + }, +/obj/machinery/button/windowtint/north{ + id = "conference"; + pixel_x = 11 + }, +/obj/machinery/door_control/bolt_control/north{ + id = "conference" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"nci" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"ncM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"ncY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"ndn" = ( +/obj/structure/curtain/open/shower/security{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/landmark/start/security_officer, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"ndr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"ndt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"ndH" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"ndQ" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"ndX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"neo" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"neF" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/entry) +"neH" = ( +/obj/structure/closet/crate/medical, +/obj/item/crutches, +/obj/item/crutches{ + pixel_x = 4 + }, +/obj/item/crutches{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"neO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"neP" = ( +/obj/structure/barricade/wooden, +/obj/machinery/conveyor/east{ + id = "Skynet_heavy" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"neV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nfo" = ( +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"nfE" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"ngB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"ngO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"ngQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ngS" = ( +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/item/kirbyplants, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"ngT" = ( +/obj/structure/chair/sofa/corp/left, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"ngV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"nhc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nhm" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"nhs" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"nhw" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nhF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"nhO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"nib" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/obj/machinery/light_switch/south, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"nic" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"nif" = ( +/obj/structure/table/glass, +/obj/item/deck/cards, +/turf/simulated/floor/light/purple, +/area/station/service/bar/atrium) +"nin" = ( +/obj/machinery/light/directional/west, +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"nio" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/window/reinforced/reversed{ + dir = 4; + name = "Drone Fabricator Room" + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Engineering" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction{ + dir = 4 + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/dronefabricator) +"nis" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"niH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"niJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"niP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"niR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"niT" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 8; + pixel_y = 5 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"niW" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"njM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hop"; + name = "Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"nkk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/hallway/secondary/exit) +"nko" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"nkt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"nky" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"nkO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"nkP" = ( +/obj/machinery/ignition_switch{ + id = "Turbine_igniter"; + pixel_x = 8; + pixel_y = -38 + }, +/obj/machinery/computer/security/telescreen/turbine{ + dir = 8; + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control/shutter{ + id = "turbinevent"; + name = "Turbine Vent Control"; + pixel_x = -8; + pixel_y = -38; + req_access = list(12) + }, +/obj/machinery/door_control/shutter/south{ + id = "auxincineratorvent"; + name = "Auxiliary Vent Control"; + pixel_x = -8; + req_access = list(12) + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"nkX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"nlc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"nlj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"nln" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/security/permabrig) +"nlv" = ( +/obj/effect/landmark/start/coroner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"nlI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"nlK" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/brig) +"nlT" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/medical/genetics, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"nmc" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"nmk" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 35 + }, +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"nmJ" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"nmO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"nnj" = ( +/obj/effect/turf_decal/delivery/green, +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"nnC" = ( +/obj/item/beacon, +/obj/effect/turf_decal/stripes, +/obj/machinery/camera{ + c_tag = "Research Toxins Test Chamber Center"; + dir = 8; + invuln = 1; + name = "Hardened Bomb-Test Security Camera"; + network = list("Toxins","Research","SS13") + }, +/turf/simulated/floor/plasteel/airless/indestructible, +/area/station/science/toxins/test) +"nnK" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"nnW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nof" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"noh" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"noq" = ( +/obj/machinery/conveyor/west{ + dir = 1; + id = "QMLoad" + }, +/obj/machinery/status_display/supply_display/west, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"noy" = ( +/obj/machinery/computer/card/minor/ce{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/office/ce) +"npb" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/science/genetics) +"npc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"npm" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 22 + }, +/obj/item/radio/intercom/private{ + dir = 1; + pixel_y = -22 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"nps" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"npF" = ( +/obj/machinery/door/poddoor{ + id = "maints2"; + id_tag = "maints2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"npM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/medbay2) +"npQ" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"npW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"nqa" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"nqn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"nqv" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/port) +"nqC" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 8; + state = 2 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"nqG" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/mime{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"nqL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"nqN" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"nqX" = ( +/obj/structure/table, +/obj/item/paper{ + desc = ""; + info = "Brusies sustained in the holodeck can be healed simply by sleeping."; + name = "Holodeck Disclaimer" + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"nrd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/library) +"nrC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"nrD" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/expedition) +"nrP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"nrS" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/book/manual/atmospipes, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"nsq" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"nsu" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/apmaint) +"nsA" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nsK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"nsP" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"nsZ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"nte" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ntg" = ( +/mob/living/simple_animal/hostile/retaliate/goat/chef, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"ntl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"ntr" = ( +/obj/machinery/cooker/deepfryer, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"ntt" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"ntD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nuM" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"nuO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"nuW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"nvm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"nvq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"nvw" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"nvy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"nvN" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/ai_transit_tube) +"nvO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"nwj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/maintenance/asmaint2) +"nwx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nwG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"nwO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"nwR" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"nxg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/qm) +"nxm" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"nxy" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"nxH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"nxY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"nyJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"nyR" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"nzd" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast west"; + name = "Bridge Blast Doors" + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"nzm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/telecomms/chamber) +"nzp" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"nzx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nzF" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/smartfridge/foodcart{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"nAi" = ( +/obj/machinery/conveyor/east{ + dir = 2; + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"nAq" = ( +/obj/structure/sink/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"nAs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"nAy" = ( +/obj/structure/bed/mattress/dirty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nAE" = ( +/obj/machinery/smartfridge, +/obj/machinery/door_control/shutter/east{ + id = "HydroHallway"; + name = "Hydroponics Privacy Shutters Control"; + req_access = list(35) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"nAL" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"nAM" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nAN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"nBc" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 12 + }, +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/official/random/south, +/obj/item/stack/cable_coil{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/stack/cable_coil{ + pixel_x = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"nBq" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/obj/item/book/manual/wiki/engineering_guide, +/obj/item/clothing/glasses/meson/engine, +/obj/item/clothing/glasses/meson/engine{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"nBs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nBw" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"nBz" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_y = 3; + pixel_x = 4 + }, +/obj/item/stamp/granted{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/stamp/qm{ + pixel_y = 6; + pixel_x = -7 + }, +/obj/item/stamp/denied{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/item/lighter/zippo/engraved{ + pixel_x = 9; + pixel_y = 20 + }, +/obj/item/pen/red{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"nBI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor{ + id_tag = "maintcham"; + name = "Containment Pen" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nBN" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nBZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"nCa" = ( +/obj/machinery/conveyor/west{ + dir = 1; + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"nCk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + id_tag = "mechbay_inner"; + name = "Mech Bay" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"nCm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"nCM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"nCP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "xenobio3"; + name = "Chamber 3 Containment Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"nCV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"nCX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"nCZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"nDd" = ( +/obj/structure/closet/secure_closet/hop, +/obj/machinery/camera/autoname{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"nDi" = ( +/obj/structure/bed, +/obj/machinery/light/small/directional/east, +/obj/random/hampter, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nDq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"nDZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"nEA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"nEC" = ( +/obj/structure/sign/poster/contraband/random/south, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nET" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door_control/shutter{ + id = "xenobio5"; + name = "Chamber 5 Containment Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"nFc" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"nFg" = ( +/obj/machinery/camera{ + c_tag = "Mini Satellite Teleporter"; + dir = 1; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"nFw" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"nFG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/rnd) +"nFP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"nGj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"nGo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"nGq" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"nGG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"nGL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"nGV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"nHv" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"nHx" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"nHW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"nIb" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#2f8faf"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/command/bridge) +"nIq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"nIF" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"nIH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"nIM" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"nIU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"nIX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"nJf" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/closet/radiation, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"nJl" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/thermomachine/freezer/on{ + name = "Temperature control unit" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"nJo" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/legal/courtroom/gallery) +"nJz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nJA" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"nJV" = ( +/obj/machinery/access_button{ + autolink_id = "evamaint_btn_ext"; + pixel_x = 25; + req_access = list(13) + }, +/obj/machinery/door/airlock/external{ + id_tag = "evamaint_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"nKq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"nKv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nKO" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/plantbgone, +/obj/effect/decal/cleanable/dirt, +/obj/item/cultivator/rake, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"nLa" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/rnd) +"nLf" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/light/directional/west, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"nLg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"nLp" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"nLw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nLC" = ( +/obj/machinery/light/directional/west, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"nLT" = ( +/obj/machinery/computer/security/engineering{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"nMd" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nMi" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 1; + name = "port to space" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"nMz" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"nME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"nMG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"nMT" = ( +/obj/structure/closet/secure_closet/personal, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"nNb" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/paper_bin, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nNf" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"nNh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"nNq" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"nNv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"nNX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"nOa" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/expedition) +"nOo" = ( +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"nOx" = ( +/obj/structure/grille, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nOD" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"nOE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"nOW" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/structure/window/basic{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"nPm" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"nPD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"nPG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"nQl" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/turf/simulated/floor/light/purple, +/area/station/service/bar) +"nQG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"nQT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"nQW" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"nRx" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"nRB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"nRN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/east) +"nRP" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nRS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"nSe" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"nSm" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"nSv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"nSH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nSN" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nSQ" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nTf" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"nTk" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "air_in" + }, +/obj/machinery/sparker{ + id = "toxinsigniter"; + pixel_x = -20 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"nTm" = ( +/obj/machinery/sparker{ + id = "testigniter"; + name = "Test Igniter"; + pixel_x = -25 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"nTn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"nTv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/backpack/duffel/medical, +/obj/item/clothing/under/rank/medical/nurse, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/aft) +"nTG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"nTN" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"nTP" = ( +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/transparent/glass, +/area/station/service/bar/atrium) +"nTQ" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"nTZ" = ( +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass/no_creep, +/area/station/command/bridge) +"nUh" = ( +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"nUj" = ( +/obj/machinery/button/windowtint/west{ + id = "scene"; + range = 10 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Bar West"; + dir = 4 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"nUn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nVh" = ( +/turf/simulated/wall, +/area/station/engineering/atmos) +"nVn" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"nVq" = ( +/obj/structure/shelf/service, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/hatchet, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/small/directional/east, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/service/hydroponics) +"nVB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"nWm" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"nWM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"nWW" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -6; + pixel_y = 14 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/lighter/zippo/hop{ + pixel_x = -7 + }, +/obj/item/paper{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/pen/multi/fountain{ + pixel_y = -3; + pixel_x = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"nWZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/bluespace_beacon, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"nXo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"nXr" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"nXu" = ( +/obj/structure/window/reinforced, +/obj/structure/table/reinforced, +/obj/item/hemostat, +/obj/item/scalpel, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"nXB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/engine{ + icon_state = "rampbottom"; + name = "reinforced stairs" + }, +/area/station/science/test_chamber) +"nXK" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nXN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"nXT" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Casino" + }, +/obj/structure/sign/poster/random/north, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"nXU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"nYk" = ( +/obj/machinery/reagentgrinder{ + pixel_x = -1; + pixel_y = 9 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"nYs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"nYF" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"nYX" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/officetoys{ + pixel_x = -2; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"nYZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"nZI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"nZN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"nZW" = ( +/obj/machinery/igniter{ + id = "Turbine_igniter"; + luminosity = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"oac" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"oap" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"oaI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"oaX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"oaY" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/suit_storage_unit/cmo/sec_storage/secure, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"obb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Hydroponics Desk" + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Kitchen Desk" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"obE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"obK" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/wood/cherry, +/area/station/public/mrchangs) +"obX" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "21" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oca" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"oce" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"ocw" = ( +/obj/structure/table, +/obj/item/storage/belt/utility{ + pixel_y = 8 + }, +/obj/item/multitool{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/hallway) +"ocJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"ocX" = ( +/obj/structure/table, +/obj/item/cautery{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/surgicaldrill{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/circular_saw, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"odl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"odt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"odx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"odD" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"odL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"odO" = ( +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "incinerator_btn_ext"; + ext_door_link_id = "incinerator_door_ext"; + int_button_link_id = "incinerator_btn_int"; + int_door_link_id = "incinerator_door_int"; + name = "Incinerator Access Console"; + pixel_x = -26; + pixel_y = 6; + req_access = list(12) + }, +/obj/machinery/ignition_switch{ + id = "Incinerator"; + pixel_x = -24; + pixel_y = -6 + }, +/obj/machinery/atmospherics/meter, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"odR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"oes" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "23" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"oeO" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/shelf/science, +/obj/item/storage/firstaid/regular/empty{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/storage/firstaid/regular/empty{ + pixel_y = -6 + }, +/obj/item/storage/firstaid/regular/empty{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/healthanalyzer{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/healthanalyzer{ + pixel_y = 8 + }, +/obj/item/healthanalyzer{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"ofq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ofu" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"ofw" = ( +/turf/simulated/wall, +/area/station/security/prisonershuttle) +"ofy" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"ofP" = ( +/obj/structure/sign/restroom{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ofW" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/bookcase, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"ogg" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"ogr" = ( +/obj/structure/table, +/obj/item/storage/belt/medical, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"ogH" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/engineering/ai_transit_tube) +"ogI" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/chemistry) +"ogJ" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"ogL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ogO" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"ohp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"ohx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio7"; + name = "Chamber 7 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"ohy" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"oid" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"oij" = ( +/obj/structure/chair/sofa/left{ + color = "#85130b" + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"oil" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Hydroponics Desk" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "HydroHallway"; + name = "Hydroponics Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"ois" = ( +/obj/structure/sign/restroom{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"oiz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oiA" = ( +/obj/machinery/camera{ + c_tag = "Medbay Hallway South"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"oiI" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge) +"oiM" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oiQ" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/space, +/area/space/nearstation) +"oiS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"oja" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"ojb" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "RnDChem"; + name = "Biohazard Shutter" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"ojj" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/alarm/directional/west, +/obj/machinery/space_heater, +/obj/machinery/camera{ + c_tag = "AI Satellite Atmospherics"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"ojs" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"ojt" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_sm_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "eng_sm_btn_ext"; + pixel_y = 24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"ojz" = ( +/obj/structure/sign/poster/contraband/random/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"ojJ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/sofa/right, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"ojT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ojV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"okb" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/vodka, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"okf" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"okj" = ( +/obj/machinery/door/airlock/external{ + id_tag = "eng_sm_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "eng_sm_btn_int"; + pixel_y = 24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"okB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"okN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"olg" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"oll" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"olv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"olD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"olG" = ( +/obj/machinery/light/directional/north, +/obj/structure/rack, +/obj/item/stack/sheet/plasteel{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"olN" = ( +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"olW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"omd" = ( +/obj/item/stack/sheet/metal/ten, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"omz" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"omE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/office/captain) +"omI" = ( +/obj/effect/landmark/start/assistant, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"onc" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics) +"onv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"onE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"onM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"onQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"ooa" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"ooP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"ooY" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "burn_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"opa" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/storage) +"opf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluered" + }, +/area/station/command/bridge) +"opg" = ( +/obj/item/seeds/potato, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oph" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"opj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"opF" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/smes) +"opY" = ( +/obj/machinery/door/airlock/command/qm/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "qm" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"oqc" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"oqL" = ( +/obj/machinery/door/airlock/external{ + id_tag = "secmaint_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "secmaint_btn_int"; + name = "interior access button"; + pixel_y = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oqT" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/small/nightshifted/south, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"oqZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"orf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"orv" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"orA" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"orE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"orM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"orU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"orY" = ( +/obj/effect/spawner/window/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"osa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"osm" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"osq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"osy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "apsolar_vent"; + dir = 4 + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "apsolar_btn_ext"; + ext_door_link_id = "apsolar_door_ext"; + int_button_link_id = "apsolar_btn_int"; + int_door_link_id = "apsolar_door_int"; + pixel_y = -25; + req_access = list(13); + vent_link_id = "apsolar_vent" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"osz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"osB" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"osE" = ( +/obj/structure/table, +/obj/item/paper_bin, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"osN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"otc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"oto" = ( +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"otr" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"otv" = ( +/obj/structure/mecha_wreckage/ripley, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"otH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"otJ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"otL" = ( +/obj/machinery/light/directional/west, +/obj/machinery/photocopier, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"otW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"otX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"otY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation/observation) +"oub" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/utility) +"oum" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 1 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"ouo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"ouw" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"ouH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "loadingareadirty1" + }, +/area/station/maintenance/fsmaint) +"ouJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ouM" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"ouO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ovb" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"ovu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint2) +"owa" = ( +/obj/machinery/ai_status_display/north, +/obj/machinery/camera{ + c_tag = "Departure Lounge Security" + }, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"owm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"owz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"owB" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"owH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"owJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"owP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/asmaint) +"owR" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oxe" = ( +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"oxf" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oxy" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/morgue{ + dir = 1 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"oxN" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/patients_rooms) +"oym" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oyG" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"oyH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Gas to Cooling Loop" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"oyO" = ( +/obj/item/stack/package_wrap, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ozh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"ozC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/storage) +"ozI" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ozS" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ozX" = ( +/obj/structure/shelf/science, +/obj/item/storage/box/bodybags, +/obj/item/storage/box/masks, +/obj/item/storage/box/gloves, +/obj/item/tank/internals/anesthetic, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/clothing/mask/breath/medical, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"oAs" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"oAD" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"oAS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oBb" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"oBq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oBs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"oBz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/maintenance/asmaint) +"oBJ" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/effect/turf_decal/siding/yellow/end, +/obj/structure/curtain/open/shower/engineering, +/obj/effect/turf_decal/miscellaneous/plumbing{ + dir = 1 + }, +/turf/simulated/floor/noslip, +/area/station/engineering/hallway) +"oBL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/holosign/surgery{ + id = "surgery2" + }, +/obj/machinery/door/airlock/medical/glass{ + id = "surgery2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "surgery2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/secondary) +"oBM" = ( +/obj/item/restraints/legcuffs/beartrap{ + armed = 1 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oBR" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/tape_roll, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"oBV" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 4; + state = 2 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"oCa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"oCG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"oDa" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"oDj" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/sink/puddle, +/mob/living/simple_animal/turtle, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"oDm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"oDq" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/ai_transit_tube) +"oDE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"oDT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"oEp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"oEu" = ( +/obj/structure/sign/biohazard{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"oEG" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"oEK" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "air_in"; + dir = 1; + on = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"oER" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"oFj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"oFk" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"oFq" = ( +/obj/structure/shelf/science, +/obj/structure/disposalpipe/segment, +/obj/item/assembly/igniter{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/item/storage/box/monkeycubes, +/obj/item/assembly/timer{ + pixel_y = -6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"oFB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"oFK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"oFY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oGf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/sovietsoda, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/permabrig) +"oGg" = ( +/obj/machinery/bodyscanner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"oGi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"oGl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"oGm" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"oGs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"oGv" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oGw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + name = "burn chamber to port" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"oGA" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"oGU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/binary/valve{ + dir = 1; + name = "port to space" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"oGV" = ( +/obj/structure/sign/chinese, +/turf/simulated/wall, +/area/station/public/mrchangs) +"oHl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"oHA" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4; + name = "Maintenance Air Supply" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"oHE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"oHO" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/dorms) +"oIg" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"oIB" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/firealarm/directional/east, +/obj/machinery/computer/message_monitor{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"oIJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"oJc" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"oJe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oJo" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/hallway) +"oJq" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"oJr" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/asmaint) +"oJs" = ( +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/transparent/glass, +/area/station/service/bar/atrium) +"oJu" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/closet/jcloset, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"oJw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"oJF" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"oJO" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"oJZ" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/detective) +"oKl" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"oKo" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"oKu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"oKx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"oLe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"oLk" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/break_room) +"oLm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"oLB" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/station/engineering/supermatter_room) +"oLJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"oLQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"oLS" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"oLW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light_switch/south, +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4; + name = "Filter to Space" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"oMc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"oMr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"oMN" = ( +/obj/structure/table, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"oMR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reflector/double, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"oNu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"oNy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/office/captain) +"oND" = ( +/obj/machinery/light/directional/west, +/obj/machinery/power/apc/directional/north, +/obj/machinery/firealarm/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"oNT" = ( +/obj/machinery/mass_driver{ + dir = 8; + id_tag = "trash" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"oOe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"oOz" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"oPr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/red, +/area/station/public/arcade) +"oPu" = ( +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"oPO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"oPS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"oPT" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"oPV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "conference" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/command/glass{ + id_tag = "conference" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"oPX" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"oPY" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway 1"; + dir = 4; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"oQd" = ( +/obj/machinery/door/airlock/external{ + id_tag = "secmaint_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "secmaint_btn_ext"; + req_access = list(13); + pixel_y = 24 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oQe" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"oQv" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oQB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"oQN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"oQQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"oQT" = ( +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"oQZ" = ( +/obj/structure/closet/wardrobe/engineering_yellow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/maintenance/fsmaint) +"oRn" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"oRu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"oRB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"oRC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oRH" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal) +"oRP" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/grenade/chem_grenade/firefighting{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"oSl" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oSm" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat/irish/remi, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"oSt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"oSA" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"oSF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"oSG" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"oSJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"oTk" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oTy" = ( +/obj/machinery/ai_status_display{ + layer = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/medical/storage) +"oTG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"oTT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"oUf" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/economy/vending/secdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"oUn" = ( +/obj/effect/landmark/start/doctor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"oUI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"oUP" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/coffee{ + list_reagents = list("coffee"=0); + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/book/manual/wiki/sop_general{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"oUV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"oUW" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"oUX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"oUZ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"oVr" = ( +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/nuclearbomb/training, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"oVs" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"oVy" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oVA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"oVH" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"oVJ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"oVO" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"oVU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"oVY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"oWe" = ( +/obj/structure/table, +/obj/item/storage/photo_album, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"oWo" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"oWB" = ( +/obj/structure/table/wood, +/obj/item/book/manual/barman_recipes{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/reagent_containers/drinks/shaker, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"oWE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"oWF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"oWJ" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"oWM" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"oWV" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oWW" = ( +/obj/structure/cult/archives, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oXo" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal laundrycart with wheels."; + name = "laundry cart" + }, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar/large, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"oXr" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"oXK" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oXN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oYb" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/hallway) +"oYe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"oYo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"oYu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"oYv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"oYC" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal) +"oYI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"oYM" = ( +/obj/structure/safe/floor{ + known_by = list("captain") + }, +/obj/item/gun/projectile/revolver/russian, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/toy/figure/crew/captain, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"oYN" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 5 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"oZa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"oZe" = ( +/obj/structure/lattice, +/turf/space, +/area/station/engineering/control) +"oZi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"oZr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oZY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/all/engineering/equipment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"paa" = ( +/obj/machinery/turretid/stun{ + name = "AI Upload Turret Control"; + pixel_y = 6; + req_access = list(75) + }, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai_upload) +"pak" = ( +/obj/structure/rack, +/obj/item/circuitboard/chem_heater{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/item/circuitboard/thermomachine{ + pixel_x = -5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pao" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"paz" = ( +/obj/item/vending_refill/cigarette, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/contraband/rebels_unite{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"paK" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + dir = 8; + name = "Prison Intercom (General)"; + pixel_x = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"paO" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/woodsiding/end{ + dir = 1 + }, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/grass/jungle/no_creep, +/area/station/command/bridge) +"paW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"pbc" = ( +/obj/item/toy/plushie/robo_corgi, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pbv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"pbx" = ( +/obj/machinery/light/directional/west, +/obj/machinery/computer/area_atmos/area{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"pbz" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pbY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pcu" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_int"; + locked = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/access_button/west{ + autolink_id = "turbine_btn_int"; + name = "Gas Turbine Airlock Control" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"pcF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pcR" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/storage/bible, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"pcX" = ( +/obj/machinery/computer/rdconsole/core, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/rnd) +"pdE" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"pey" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"peF" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall, +/area/station/supply/storage) +"pfj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"pfm" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + name = "Лупа" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/command/bridge) +"pfB" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/space_heater, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/maintenance/abandonedbar) +"pfE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"pfF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"pfI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/port) +"pgD" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"pgE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"pgT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 9 + }, +/area/station/engineering/control) +"pgV" = ( +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pgW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"pgX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"phd" = ( +/obj/effect/turf_decal/siding/yellow/corner, +/obj/structure/railing/cap, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"phl" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"phw" = ( +/obj/machinery/atmospherics/supermatter_crystal/engine, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"phC" = ( +/obj/structure/dresser, +/obj/machinery/camera{ + c_tag = "Dormitories Room Two" + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"phG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/ticket_machine{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/turf_decal/arrows/black{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 8; + id_tag = "hopqueue"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"pic" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"pij" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"pin" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Medbay Reception Break Room" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"pio" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"piF" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"piK" = ( +/obj/structure/sign/poster/ripped{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"piL" = ( +/obj/structure/sink/kitchen/north, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"piQ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"pjc" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "25" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"pji" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/structure/holohoop{ + dir = 4; + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pjk" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/coroner, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"pjq" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"pjs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"pjR" = ( +/obj/structure/table/wood, +/obj/item/poster/random_contraband{ + pixel_y = 2 + }, +/obj/item/poster/random_contraband{ + pixel_y = 10 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"pkf" = ( +/obj/machinery/door/airlock/external{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"pko" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"pkG" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "bluered" + }, +/area/station/command/bridge) +"pkO" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"pkQ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "11" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"pkX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Engineering Particle Accellerator"; + dir = 1; + network = list("SS13","Singularity","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"plc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"plj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"plk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/prison/cell_block/a) +"pll" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = -2 + }, +/obj/item/folder, +/obj/item/pen/multi/fountain, +/obj/item/stamp/rep, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"plV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"plW" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/sign/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"pml" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pmv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"pmG" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/chair/sofa/left, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"pmH" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"pmR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pni" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/red, +/area/station/public/arcade) +"pnz" = ( +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor7"; + random_icon_states = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"pnE" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pnG" = ( +/obj/structure/railing, +/obj/effect/turf_decal/siding/yellow, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"pnT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/computerframe{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pnV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/aft) +"pnX" = ( +/obj/structure/table, +/obj/item/kitchen/rollingpin{ + pixel_x = 3 + }, +/obj/item/kitchen/knife{ + pixel_x = -8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"pob" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/shelf/service, +/obj/item/reagent_containers/condiment/flour{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/flour{ + pixel_y = -4 + }, +/obj/item/reagent_containers/condiment/flour{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/reagent_containers/condiment/rice{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/sugar{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"poe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pom" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/cmo, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/cmo, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/office/cmo) +"pon" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"pop" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"pou" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "HydroHallway"; + name = "Hydroponics Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"poy" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"poC" = ( +/obj/structure/closet/secure_closet/research_reagents, +/obj/structure/sign/poster/contraband/random/east, +/obj/structure/disaster_counter/scichem{ + pixel_y = 32 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"ppd" = ( +/obj/machinery/camera{ + c_tag = "Dormitories West"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/economy/vending/coffee, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"ppm" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people{ + pixel_y = 2; + pixel_x = 6 + }, +/obj/item/paper/hydroponics{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"ppo" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "1" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"ppw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ppH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ppN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"ppO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/security/permabrig) +"ppR" = ( +/obj/item/stack/sheet/metal/ten, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"ppV" = ( +/obj/machinery/economy/vending/sustenance, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"pqb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"pql" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"pqA" = ( +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"pqE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"pqS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"pqW" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"prr" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"prt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"prB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"prM" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"prR" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/security/detective) +"prX" = ( +/obj/structure/closet/secure_closet/cargotech, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"psa" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"psP" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"psT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"psU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"psV" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"ptw" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"pty" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"ptz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"ptK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"ptR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/mob/living/simple_animal/chicken/wife, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid" + }, +/area/station/service/hydroponics) +"pua" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"puj" = ( +/obj/structure/sign/explosives{ + pixel_x = 31 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"puo" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"puy" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/station/engineering/solar/port) +"puD" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "toilet_sec_1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"pva" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"pvo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"pvp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pvL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"pvM" = ( +/obj/item/reagent_containers/drinks/mug/med{ + pixel_y = 10 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"pvP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"pvT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/curtain, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"pwc" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "bluered" + }, +/area/station/command/bridge) +"pwf" = ( +/obj/machinery/chem_dispenser, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"pwk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"pwm" = ( +/obj/structure/sign/poster/official/random/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pwD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"pwE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"pwS" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"pwU" = ( +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF" + }, +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"pxv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"pxz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pxD" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reflector/box{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"pxG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"pxL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"pxP" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"pya" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"pyl" = ( +/obj/item/kirbyplants/plant32, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"pyn" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"pyq" = ( +/obj/structure/table/wood/fancy/red, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"pyI" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/science/storage) +"pyS" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "n2_in"; + dir = 1 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"pzr" = ( +/obj/machinery/camera{ + c_tag = "Mining Dock External"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"pzF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/fsmaint) +"pzN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pzQ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/paper/ntrep, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"pzX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pzZ" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes, +/obj/machinery/access_button/south{ + autolink_id = "perma_btn_int"; + name = "Prison Wing Access Button"; + req_access = list(2) + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"pAi" = ( +/turf/simulated/wall, +/area/station/medical/medbay2) +"pAl" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pAp" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"pAv" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/structure/statue/chickenstatue{ + layer = 4 + }, +/obj/structure/window/reinforced/tinted, +/obj/structure/window/reinforced/tinted{ + pixel_y = -1; + dir = 4 + }, +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry/end{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/mrchangs) +"pAx" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"pAM" = ( +/obj/structure/table, +/obj/item/soap/deluxe, +/obj/item/clothing/accessory/stethoscope, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pAU" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_legal{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 3 + }, +/obj/item/book/manual/wiki/sop_security{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"pAZ" = ( +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/station/engineering/equipmentstorage) +"pBf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"pBh" = ( +/obj/machinery/status_display/directional/west, +/obj/item/flag/nt{ + layer = 3.3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark"; + dir = 6 + }, +/area/station/legal/courtroom) +"pBP" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pCe" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"pCv" = ( +/obj/item/shard, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pCx" = ( +/obj/machinery/chem_heater, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"pCy" = ( +/obj/structure/closet/secure_closet/cmo, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"pCK" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"pCR" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"pCW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"pDr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"pDz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pDK" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"pDZ" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pEp" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"pEu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pEE" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"pEO" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pET" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/bridge) +"pEY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"pFm" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/airlock_electronics, +/obj/item/airlock_electronics, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/sheet/mineral/plasma/fifty, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"pGR" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pHd" = ( +/obj/structure/closet/cabinet, +/obj/item/lighter/zippo/engraved, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"pHs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pHG" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"pHV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"pIe" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"pIr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"pIx" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pIP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"pIY" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"pJb" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/machinery/door_control/shutter/west{ + id = "stationawaygate"; + name = "Gateway Shutters Control"; + req_access = list(62) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"pJh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"pJH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"pJV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"pJY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pKi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pKr" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Captain's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"pKv" = ( +/obj/structure/platform/corner{ + dir = 4; + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"pKP" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"pLy" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"pLI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/main) +"pLW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"pMg" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door_control/bolt_control/west{ + id = "psych_bolt"; + pixel_y = 7; + pixel_x = -14 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"pMj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"pMq" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/flashlight, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"pMy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Atmos Center"; + network = list("SS13","Engineering") + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"pMD" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"pMM" = ( +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"pMP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"pMX" = ( +/obj/structure/closet/radiation, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"pNe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"pNw" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 1; + id_tag = "durka1" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"pNx" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/engivend, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"pNz" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/atmospipes, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/break_room) +"pNG" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"pNL" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"pNQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"pOg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"pOl" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/science/robotics/chargebay) +"pOo" = ( +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"pOt" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pOw" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"pOK" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"pOY" = ( +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pPi" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"pPj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"pPr" = ( +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"pPw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pPK" = ( +/obj/machinery/door/window/classic/normal{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"pQf" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Shower" + }, +/obj/machinery/shower{ + dir = 4 + }, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky/captain, +/obj/effect/turf_decal/siding/white/end{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"pQg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"pQu" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/clothing/head/griffin, +/obj/item/clothing/head/cuban_hat, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"pQD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pRf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor2"; + random_icon_states = null + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"pRg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"pRh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"pRj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"pRm" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"pRq" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/tesla_coil, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"pRv" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"pRD" = ( +/obj/machinery/computer/supplycomp, +/obj/machinery/light/directional/north, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"pRE" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Module Chamber 3"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"pRP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/primary/starboard/west) +"pRS" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "waste_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"pRT" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"pSb" = ( +/obj/machinery/camera{ + c_tag = "Secure Lab - Test Chamber"; + dir = 8; + network = list("TestChamber","SS13","Research") + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"pSk" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"pSs" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"pSW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"pTa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Secure Desk" + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Secure Desk" + }, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 1; + id_tag = "durka1" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/psychology{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"pTj" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"pTs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"pTx" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"pTK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"pTX" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"pUp" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"pUy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pUB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"pUQ" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"pUR" = ( +/mob/living/simple_animal/mouse, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"pUS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"pUX" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"pUZ" = ( +/obj/machinery/computer/general_air_control{ + autolink_sensors = list("n2_sensor"="Nitrogen","o2_sensor"="Oxygen","co2_sensor"="Carbon Dioxide","tox_sensor"="Toxins","n2o_sensor"="Nitrous Oxide","waste_sensor"="Gas Mix Tank"); + dir = 1; + name = "Tank Monitor" + }, +/obj/machinery/door_control/shutter/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + req_access = list(24) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"pVq" = ( +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "arrivalsmaint_btn_ext"; + ext_door_link_id = "arrivalsmaint_door_ext"; + int_button_link_id = "arrivalsmaint_btn_int"; + int_door_link_id = "arrivalsmaint_door_int"; + pixel_x = 25; + req_access = list(13); + vent_link_id = "arrivalsmaint_vent" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"pVu" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/hallway/primary/central/south) +"pVw" = ( +/obj/structure/sink/directional/west, +/obj/item/reagent_containers/glass/bucket, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"pVW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"pVZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"pWW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/aft) +"pXs" = ( +/obj/item/clothing/under/misc/swimsuit/black, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"pXR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"pXY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/box/bodybags, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"pYd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"pYZ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"pZe" = ( +/obj/structure/sign/fire{ + pixel_y = -32 + }, +/obj/machinery/fishtank/tank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pZg" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pZj" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"pZA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"pZI" = ( +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"pZK" = ( +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera{ + c_tag = "Xenobiology Module West"; + dir = 4; + network = list("Research","SS13") + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"pZM" = ( +/obj/structure/closet/toolcloset, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"pZP" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"qaa" = ( +/obj/machinery/door/airlock/command/cap{ + id_tag = "captainofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"qab" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"qaq" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"qat" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"qaA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"qaD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/science/tox_storage, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"qaI" = ( +/obj/item/clothing/suit/chef/classic, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"qaK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qaU" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 2 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"qaW" = ( +/obj/effect/turf_decal/siding/purple/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/purple/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet/purple, +/area/station/service/bar) +"qaX" = ( +/obj/structure/table, +/obj/item/paper/pamphlet, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"qbR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"qbX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"qcp" = ( +/obj/structure/rack, +/obj/item/stack/sheet/metal{ + amount = 20 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = 1; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"qcv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"qcH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"qcZ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"qdi" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"qdk" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/weldingtool, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"qdG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"qdQ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"qef" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"qei" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"qej" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"qek" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/closet/body_bag, +/obj/effect/spawner/random/maintenance, +/obj/structure/reagent_dispensers/peppertank/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/maintenance/fore) +"qen" = ( +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 22 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"qeI" = ( +/obj/item/assembly/mousetrap/armed, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qfw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"qfy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"qfI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"qfJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"qfL" = ( +/obj/structure/railing, +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"qgi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"qgy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal laundrycart with wheels."; + name = "laundry cart" + }, +/obj/item/clothing/under/color/grey, +/obj/item/clothing/under/color/grey, +/obj/machinery/light_construct/small/north, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"qgz" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"qgC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/space, +/area/space/nearstation) +"qgE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"qgF" = ( +/obj/structure/sink/directional/west, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/service/hydroponics) +"qgQ" = ( +/obj/item/storage/toolbox/emergency/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qhq" = ( +/turf/simulated/wall, +/area/station/science/misc_lab) +"qhr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"qhC" = ( +/obj/structure/chair/sofa/bench, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qhK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qhO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"qhY" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"qig" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qiB" = ( +/obj/structure/sign/poster/contraband/punch_shit{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qiG" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"qiN" = ( +/obj/structure/urinal{ + pixel_y = 30 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qiX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"qjs" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "black" + }, +/area/station/security/permabrig) +"qju" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor/east{ + dir = 6; + id = "Skynet_heavy" + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"qjA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/abandonedbar) +"qjC" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"qjE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"qjX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"qjZ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"qkc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/patients_rooms) +"qky" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"qkz" = ( +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/hallway) +"qkA" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"qkB" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"qkC" = ( +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"qlb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"qlo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"qlt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qlz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"qlA" = ( +/obj/structure/platform/corner{ + dir = 8; + anchored = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"qlE" = ( +/obj/item/restraints/handcuffs/cable/green, +/obj/machinery/conveyor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qlP" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"qmh" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm2"; + name = "SM Radiation Security Lock" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"qmv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qmw" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"qmB" = ( +/obj/machinery/computer/arcade, +/obj/machinery/camera{ + c_tag = "Prison Library"; + dir = 6; + network = list("Prison","SS13") + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"qmH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/qm) +"qmU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"qmW" = ( +/obj/machinery/light_switch/north, +/obj/structure/dresser, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/clothing/under/towel/long/alt/blue{ + pixel_y = -5 + }, +/obj/item/clothing/head/towel/blue{ + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"qmX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"qnk" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/computer/general_air_control{ + autolink_sensors = list("burn_sensor"="Burn Mix"); + name = "Bomb Mix Monitor" + }, +/obj/machinery/door_control/shutter/north{ + id = "ToxinsVenting"; + name = "Toxin Venting Control"; + pixel_x = -8 + }, +/obj/machinery/ignition_switch{ + id = "toxinsigniter"; + pixel_x = 6; + pixel_y = 25 + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"qno" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Gym"; + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"qnq" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageSort1" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"qnK" = ( +/obj/machinery/bodyscanner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"qnM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/economy/vending/atmosdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"qnW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "prison"; + pixel_y = 22 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"qom" = ( +/obj/structure/table/wood, +/obj/machinery/status_display/directional/north, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"qor" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"qot" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/shelf/supply, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/obj/item/hand_labeler, +/obj/item/clothing/accessory/armband/cargo, +/obj/item/clothing/accessory/armband/cargo, +/obj/item/clothing/accessory/armband/cargo, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qov" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qoQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/engineer, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"qoT" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/break_room) +"qpi" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -7 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"qpq" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"qpu" = ( +/obj/machinery/camera{ + c_tag = "Bridge Lounge Zone West"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"qpw" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"qqy" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"qqB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qqZ" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"qrd" = ( +/obj/structure/sign/nosmoking_1{ + pixel_y = -30 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qri" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"qrr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"qrw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"qrI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"qrJ" = ( +/obj/machinery/camera{ + c_tag = "Research Mech Bay"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"qsi" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"qsl" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/item/flashlight/lamp/green{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"qss" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"qsA" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qsQ" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"qsV" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/obj/item/kirbyplants, +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"qsX" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5; + pixel_y = 10 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5; + pixel_y = 10 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -5 + }, +/obj/machinery/light/directional/south, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"qtc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qtd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"qth" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qtm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qtr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qtA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"qtC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"qtJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"qtQ" = ( +/obj/effect/spawner/random/blood/often, +/obj/structure/chair, +/obj/item/garrote/improvised, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qtR" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"qtT" = ( +/obj/structure/bookcase/random, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"quc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qup" = ( +/obj/structure/curtain/open/shower, +/obj/machinery/shower{ + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qus" = ( +/obj/structure/table, +/obj/item/rcs, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"qvf" = ( +/obj/structure/table, +/obj/item/melee/baton/cattleprod, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"qvo" = ( +/obj/structure/closet/secure_closet/expedition, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"qvr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"qvO" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/rnd) +"qvP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/detective) +"qvV" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/machinery/camera{ + c_tag = "Research Toxins Storage Room"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"qws" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"qwt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkgreen" + }, +/area/station/maintenance/fsmaint) +"qwJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/cultivator, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qwM" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"qwP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"qwU" = ( +/obj/structure/chair/sofa/corp, +/obj/effect/landmark/start/vip, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/green, +/area/station/command/bridge) +"qwV" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"qxd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qxF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"qxW" = ( +/obj/structure/table, +/obj/item/eftpos{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"qxZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"qyf" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"qyh" = ( +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/main) +"qyq" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"qyu" = ( +/obj/machinery/light_switch/east{ + pixel_y = 6 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"qyy" = ( +/obj/item/holder/mouse, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qyM" = ( +/obj/structure/cable/yellow, +/obj/machinery/computer/monitor{ + name = "Engine Power Monitoring Computer" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/smes) +"qyT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"qzh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"qzn" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"qzo" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Kitchen" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/station/maintenance/fsmaint) +"qzV" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"qAg" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/apmaint) +"qAn" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"qAo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"qAt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/port) +"qAG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qAH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/beach_ball/holoball, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qAK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qAU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"qAZ" = ( +/obj/structure/particle_accelerator/fuel_chamber{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"qBk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"qBo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/aft) +"qBw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/smes) +"qCi" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"qCk" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/supply/warehouse) +"qCv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"qCB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Atmospherics Control Room - West"; + network = list("SS13","Engineering"); + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"qCH" = ( +/obj/effect/spawner/random/cobweb/right/rare, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"qCJ" = ( +/obj/structure/curtain/open/shower, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/shower{ + pixel_y = 20 + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/disposal) +"qCM" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "sm_sen_cont"; + output = 127 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"qCO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"qCZ" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"qDn" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "perma_btn_ext"; + ext_door_link_id = "perma_door_ext"; + int_button_link_id = "perma_btn_int"; + int_door_link_id = "perma_door_int"; + name = "Prison Access Console"; + pixel_x = -27; + pixel_y = 25 + }, +/obj/machinery/door_control/shutter/north{ + desc = "A remote control-switch to lock down the prison wing's blast doors"; + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_x = -38; + req_access = list(2) + }, +/obj/machinery/flasher_button{ + id = "prison"; + pixel_x = -38; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"qDq" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/oil/often, +/obj/structure/sign/poster/contraband/tools{ + pixel_y = 32 + }, +/turf/simulated/floor/carpet/orange, +/area/station/maintenance/fsmaint) +"qDr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"qDM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"qEa" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"qEe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"qEo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"qEs" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"qEt" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"qEv" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"qEE" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"qEP" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"qEW" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qFj" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "air_in"; + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"qFr" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"qFt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"qFw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qFy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"qFK" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/electropack{ + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"qFN" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"qFV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qFW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"qGb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"qGl" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qGm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"qGK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"qGU" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"qHc" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/atmos) +"qHj" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior West"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/space, +/area/station/aisat/hall) +"qHw" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"qHO" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/toxin{ + pixel_y = 4 + }, +/obj/item/storage/firstaid/toxin{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"qIg" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/quartermaster, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/supply/qm) +"qIl" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"qIn" = ( +/obj/machinery/economy/vending/boozeomat/syndicate_access, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"qIu" = ( +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"qIy" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/hydroponics) +"qIz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"qIL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"qIN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"qIO" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/sw) +"qJb" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qJf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/effect/spawner/random/blood/often, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"qJg" = ( +/turf/simulated/wall, +/area/station/supply/sorting) +"qJx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/hop{ + id_tag = "hopofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"qJB" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"qJH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"qJK" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qJN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/coroner, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"qJO" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"qKa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "19" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"qKu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"qKv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"qKE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"qKG" = ( +/obj/effect/turf_decal/loading_area, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"qKN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"qKX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"qKZ" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/bluegrid{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/station/science/xenobiology) +"qLc" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"qLd" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"qLe" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"qLo" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"qLp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"qLB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/south) +"qLD" = ( +/obj/machinery/camera{ + c_tag = "Vacant Store" + }, +/obj/machinery/door_control/shutter/north{ + id = "vacantstore_entry" + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/trimline/corner{ + dir = 1 + }, +/obj/structure/displaycase, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"qLE" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_in_meter"; + layer = 2.9; + name = "Mixed Air Tank In" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"qLK" = ( +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"qMa" = ( +/obj/machinery/door/airlock/external{ + id_tag = "fpmaint_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "fpmaint_btn_int"; + pixel_x = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qMy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qME" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"qMI" = ( +/obj/item/flag/cult, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"qMY" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qNa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"qNk" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes, +/obj/machinery/access_button/north{ + autolink_id = "perma_btn_int"; + name = "Prison Wing Access Button"; + req_access = list(2) + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"qNx" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qNz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"qNB" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"qNM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"qNN" = ( +/obj/machinery/teleport/station, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"qOj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/security/prisonershuttle) +"qOs" = ( +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "xeno_btn_ext"; + ext_door_link_id = "xeno_door_ext"; + int_button_link_id = "xeno_btn_int"; + int_door_link_id = "xeno_door_int"; + name = "Xenobiology Access Console"; + pixel_x = 22; + pixel_y = -8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/east{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"qOx" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qOI" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"qON" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"qOP" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qPa" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"qPt" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/obj/machinery/recycler, +/obj/structure/sign/securearea{ + name = "\improper STAY CLEAR HEAVY MACHINERY"; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"qPx" = ( +/obj/item/kirbyplants, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"qPF" = ( +/obj/structure/curtain/open/shower/security{ + icon_state = "closed"; + opacity = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/wood/cherry, +/area/station/public/mrchangs) +"qPI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"qQm" = ( +/obj/machinery/cryopod/robot, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"qQx" = ( +/obj/machinery/power/port_gen/pacman, +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Engineering Equipment Storage Hardsuits"; + dir = 4; + network = list("SS13","Engineering") + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"qQy" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"qQE" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"qQO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/tox, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"qRs" = ( +/obj/machinery/light/directional/south, +/obj/structure/table, +/obj/item/eftpos{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/eftpos{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"qRu" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"qRS" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"qRU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"qRV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"qSh" = ( +/obj/machinery/door/airlock{ + id_tag = "PrivateRoom2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"qSr" = ( +/obj/structure/shelf/engineering, +/obj/machinery/camera{ + c_tag = "Engineering Equipment Storage Lockers"; + network = list("SS13","Engineering") + }, +/obj/machinery/newscaster/directional/north, +/obj/item/radio, +/obj/item/radio, +/obj/item/radio, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"qSB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qSD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"qSL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"qTl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"qTA" = ( +/obj/structure/chair/sofa/right, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"qTK" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/obj/item/c_tube, +/turf/simulated/floor/carpet/orange, +/area/station/maintenance/fsmaint) +"qTN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qTO" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/space/nearstation) +"qTQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"qUd" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Kitchen" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchenhall"; + name = "Kitchen Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"qUp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qUu" = ( +/obj/machinery/light_switch/west, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"qUQ" = ( +/obj/machinery/kitchen_machine/microwave, +/obj/structure/table, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"qVf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"qVp" = ( +/obj/structure/closet/walllocker/firelocker/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 10 + }, +/area/station/engineering/control) +"qVv" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/trash/gum, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"qVG" = ( +/obj/machinery/door/airlock/command/hop, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"qVK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"qVP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"qVU" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + name = "Aft Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"qWP" = ( +/obj/machinery/hologram/holopad{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"qWR" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"qXm" = ( +/obj/item/flag/mime, +/obj/machinery/camera{ + c_tag = "Mime Office" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch/north, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"qXp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"qXs" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"qXB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"qXL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"qXR" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"qYn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qYr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"qYy" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Air to Waste"; + target_pressure = 101 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"qYC" = ( +/obj/item/pen/fancy, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"qYJ" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"qYK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"qYO" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qZw" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/ai_module/corp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"qZx" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"qZD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"qZN" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/asmaint2) +"rac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/largecrate, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"rad" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"rao" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"ras" = ( +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"raG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"raH" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"raL" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/soap, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"raN" = ( +/obj/effect/turf_decal/stripes/end, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"raP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"raV" = ( +/obj/structure/rack, +/obj/item/rpd, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"raZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"rbb" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"rbu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"rbx" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/camera{ + c_tag = "AI Satellite Antechamber South"; + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"rbz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"rbX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"rbZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rcf" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rcm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"rcs" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"rcD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rcG" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"rcY" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rcZ" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/normal{ + name = "Cryo Tank Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/all/medical/general, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"rda" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"rdu" = ( +/obj/structure/shelf/engineering, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_y = -4 + }, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"rdv" = ( +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"rdL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"ree" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"reu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"rex" = ( +/obj/structure/table/reinforced, +/obj/item/shard{ + icon_state = "medium" + }, +/obj/structure/window/reinforced, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"reE" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"reO" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/maintenance/asmaint) +"rff" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/power/apc/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"rfh" = ( +/obj/item/clothing/under/misc/assistantformal, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"rfp" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"rfB" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/curved{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"rgl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"rgs" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"rgv" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"rgz" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"rgM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/mounted/frame/apc_frame, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"rgR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rgZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random/barrier/grille_often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rhk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"rhs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"rhG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"rhK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rhM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/expedition) +"rik" = ( +/obj/structure/table/wood, +/obj/item/paper/blueshield, +/obj/item/paper_bin, +/obj/item/pen/blue, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/status_display/directional/east, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"rix" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/catwalk, +/area/station/maintenance/turbine) +"riJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"rjh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rjK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"rjP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"rjY" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"rkb" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rkl" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/space, +/area/station/maintenance/turbine) +"rkL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/seeds/cannabis, +/obj/item/food/grown/ambrosia/vulgaris, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rkR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"rkS" = ( +/obj/structure/closet/secure_closet/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/hallway) +"rlm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"rlu" = ( +/turf/simulated/wall/r_wall, +/area/station/security/interrogation) +"rlA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"rlG" = ( +/obj/effect/landmark/start/mime, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"rlS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"rlX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"rmi" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rmu" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"rmH" = ( +/obj/structure/bed/mattress, +/obj/effect/decal/cleanable/dirt, +/obj/item/bedsheet/blue, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rmI" = ( +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 4 + }, +/area/station/hallway/primary/aft) +"rmT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/space, +/area/space/nearstation) +"rmV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"rna" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency/old{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"rnd" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rng" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rnu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluered" + }, +/area/station/command/bridge) +"rnx" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge South-East"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"rnK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"rnW" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"ron" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"rov" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"roK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/legal/courtroom/gallery) +"roN" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"rpd" = ( +/obj/structure/railing/cap{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"rpV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"rqa" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/service/hydroponics) +"rqd" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"rqs" = ( +/obj/structure/table, +/obj/item/folder/yellow, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rqy" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rqM" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"rrD" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rrF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"rrL" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"rsv" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/turbine) +"rsI" = ( +/obj/structure/table, +/obj/item/paper/gravity_gen, +/obj/item/pen/blue, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"rtu" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rtA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/science{ + id_tag = "GeneticsDoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/science/research, +/obj/effect/mapping_helpers/airlock/access/all/medical/genetics, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"rtU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/detective) +"ruu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ruL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "blueshield"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"ruR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"rvf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"rvp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rvw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/mime, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/service/mime) +"rvA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/spiderling_remains, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"rvH" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rwb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"rwc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"rwo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"rwv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"rwI" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rwZ" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"rxm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rxp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"rxK" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"rxV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"rxW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"rxX" = ( +/obj/structure/filingcabinet, +/obj/item/radio/intercom/private{ + dir = 4; + pixel_x = -36 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"ryo" = ( +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"rys" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/captain) +"ryN" = ( +/obj/structure/girder, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"rzr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"rzw" = ( +/obj/structure/closet, +/obj/item/clothing/suit/ianshirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rzy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"rzA" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"rzF" = ( +/turf/simulated/floor/plasteel, +/area/station/science/rnd) +"rzR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rzU" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/break_room) +"rAe" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/security/permabrig) +"rAi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/head/surgery/blue, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"rAp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/defibrillator_mount{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"rAt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"rAI" = ( +/obj/structure/spider/stickyweb, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"rAN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/tox, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"rAR" = ( +/obj/structure/table, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/taperecorder{ + pixel_x = 11; + pixel_y = 5 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"rBx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition/gate) +"rBN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"rBZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"rCg" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"rCn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"rCT" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"rDG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"rDI" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rDJ" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"rDM" = ( +/obj/structure/grille, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rDS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/space, +/area/space/nearstation) +"rDV" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/bottle/cream{ + pixel_y = 10; + pixel_x = 6 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"rDW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"rDX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rEh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"rEs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"rEv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rEx" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rEz" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rED" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"rEZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rFe" = ( +/obj/structure/chair/sofa/bench{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"rFC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/gravitygenerator) +"rFK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rFP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"rFZ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"rGa" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rGv" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"rGR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/prison/cell_block/a) +"rGW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"rHa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"rHk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"rHu" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rHz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"rHF" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"rIw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"rID" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"rIE" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"rIV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"rJo" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"rJp" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"rKe" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"rKr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"rKD" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/hydroponics) +"rKP" = ( +/obj/machinery/door/airlock{ + id_tag = "toilet_ass2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"rKV" = ( +/turf/simulated/wall, +/area/station/science/hallway) +"rLa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"rLf" = ( +/obj/structure/curtain/open/shower/security{ + icon_state = "closed"; + opacity = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/wood/cherry, +/area/station/public/mrchangs) +"rLo" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"rLs" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/office/captain) +"rLK" = ( +/obj/machinery/newscaster/directional/west, +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 28 + }, +/mob/living/simple_animal/frog/scream{ + real_name = "лягушка-нонконформист"; + name = "лягушка-нонконформист"; + desc = "Кто-нибудь, заткните её пожалуйста!" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"rLL" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"rLY" = ( +/obj/machinery/r_n_d/experimentor, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"rMb" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rMi" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"rMp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal) +"rMq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"rMP" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "fpsolar_vent" + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "fpsolar_btn_ext"; + ext_door_link_id = "fpsolar_door_ext"; + int_button_link_id = "fpsolar_btn_int"; + int_door_link_id = "fpsolar_door_int"; + pixel_x = 25; + req_access = list(13); + vent_link_id = "fpsolar_vent" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"rMX" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"rMZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Singularity"; + name = "Singularity Blast Doors"; + opacity = 0 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door_control/shutter/east{ + id = "Singularity"; + name = "Containment Blast Doors" + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"rNi" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/obj/machinery/keycard_auth/east{ + pixel_y = -12 + }, +/obj/machinery/papershredder, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"rNj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"rNv" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/surgery/primary) +"rND" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"rOg" = ( +/obj/structure/dresser, +/obj/machinery/camera{ + c_tag = "Dormitories Room One" + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"rOu" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"rPa" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"rPd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"rPf" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"rPv" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"rPK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"rPS" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"rPU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/rnd) +"rPV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"rPY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"rQn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/evidence) +"rQr" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"rQs" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"rQO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rQP" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rQW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "22" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"rRa" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 24 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"rRt" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"rRy" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "n2o_in"; + dir = 1 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"rRU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/statue/cyberiad/e, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/command/bridge) +"rRW" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/hydroponics/prespawned, +/obj/machinery/camera{ + c_tag = "Hydroponics Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"rRX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"rRY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"rSe" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/blood/tracks/mapped, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rSz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"rSI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rSS" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"rTm" = ( +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rTy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/computer/message_monitor, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"rTB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"rTE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"rTF" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rTZ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/engineering/control) +"rUR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"rVm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"rVt" = ( +/obj/machinery/porta_turret/ai_turret, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat/service) +"rVK" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"rVO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rVS" = ( +/obj/machinery/economy/vending/security, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"rWd" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/item/clothing/head/beanie/stripedgreen, +/obj/item/clothing/mask/cigarette/rollie, +/obj/structure/sign/poster/contraband/ambrosia_vulgaris{ + pixel_x = 32 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"rWn" = ( +/obj/effect/turf_decal/caution{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"rWq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"rWr" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"rWy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"rWA" = ( +/obj/machinery/clonepod, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"rWB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rWS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"rWU" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'RADIOACTIVE AREA'"; + icon_state = "radiation"; + name = "RADIOACTIVE AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"rWZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/sw) +"rXa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"rXb" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"rXm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"rXw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"rXC" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rXN" = ( +/obj/machinery/biogenerator, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/delivery/green, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"rXS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/assembly_line) +"rXY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"rYm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"rYr" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"rYt" = ( +/obj/machinery/camera{ + c_tag = "Engineering Engine Storage"; + network = list("SS13","Engineering") + }, +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"rYG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/statue/cyberiad/sw, +/obj/effect/turf_decal/woodsiding/end{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/command/bridge) +"rZd" = ( +/obj/structure/railing/cap/normal, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"rZm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"rZF" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"rZM" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/brittany/psycho, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"sar" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"saF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"sbp" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"sbs" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "14" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"sbD" = ( +/obj/machinery/computer/sm_monitor, +/obj/machinery/camera{ + c_tag = "Engineering SM Prep Room"; + network = list("SS13","Engineering") + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"sbR" = ( +/obj/machinery/door/airlock/bathroom{ + id = "toilet2"; + id_tag = "toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"scB" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/item/stack/cable_coil{ + amount = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"scM" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"sdm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"sdu" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sdw" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"sdE" = ( +/obj/structure/closet/walllocker/emerglocker/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 6 + }, +/area/station/engineering/control) +"sdP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"sdX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"sea" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"sec" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"sem" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sen" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_x = -5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"sep" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"seH" = ( +/obj/structure/lattice, +/obj/structure/transit_tube/curved/flipped, +/turf/space, +/area/space/nearstation) +"seI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"seW" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"sfe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"sft" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/supply/supply_shuttle, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"sfu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"sgt" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"sgu" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"sgS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/equipmentstorage) +"sgZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/service/chapel) +"shi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"shq" = ( +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"shz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"shN" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/turf_decal/siding/yellow{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"sim" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"sir" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/aft) +"six" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"siC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"siM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/bathroom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"sji" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/rare, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/apmaint) +"sjl" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"sju" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"sjM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sjO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/main) +"ska" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_x = 32 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"skf" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"skh" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"ski" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/smes) +"skl" = ( +/obj/machinery/door/airlock/external{ + id_tag = "fpmaint_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "fpmaint_btn_ext"; + pixel_x = 24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"skD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/hall) +"skT" = ( +/obj/item/rollingpaper, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sln" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"slo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"slp" = ( +/obj/machinery/door/airlock/maintenance{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"slC" = ( +/obj/machinery/holosign_switch/west{ + id = "surgery1"; + pixel_y = 8 + }, +/obj/machinery/light_switch/west{ + pixel_y = -8 + }, +/obj/machinery/button/windowtint/west{ + id = "surgery1" + }, +/obj/structure/closet/crate/freezer/iv_storage/organ, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"slF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"smk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"sms" = ( +/obj/machinery/light/floor, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"smu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"smx" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"smz" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"smJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"smL" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"smS" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/cobweb/right/rare, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"smW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"snc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"snj" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"snx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"snE" = ( +/obj/structure/closet/crate/secure{ + req_one_access = list(33,41) + }, +/mob/living/simple_animal/hostile/scarybat, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/maintenance/apmaint) +"snN" = ( +/obj/machinery/camera{ + c_tag = "Engineering Tesling Engine Room South"; + dir = 1; + network = list("SS13","Singularity","Engineering") + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"snV" = ( +/obj/machinery/atmospherics/trinary/tvalve/digital/flipped, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"sol" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"sou" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/transparent/glass, +/area/station/command/bridge) +"soF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"soK" = ( +/obj/structure/girder, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"soR" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/maintenance/asmaint2) +"soX" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint2) +"spe" = ( +/obj/machinery/camera{ + c_tag = "Bar North" + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"sph" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"spl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"spo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"spH" = ( +/obj/effect/decal/cleanable/vomit, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sqb" = ( +/obj/structure/bed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/bedsheet/orange, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"sqc" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"sqf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"sqn" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + sort_type_txt = "12" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"sqz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"sqC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"sqU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/fore) +"sqV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"sqZ" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/main) +"srv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"srB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"ssc" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ssf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"sst" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"ssI" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"ssL" = ( +/obj/effect/spawner/random/maintenance, +/obj/item/clothing/gloves/color/blue, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"ssQ" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/chief_engineer, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"ssU" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/binary/valve{ + dir = 4; + name = "Output to Waste" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"ssY" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"sto" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"stp" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"stu" = ( +/obj/machinery/power/tesla_coil, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"stG" = ( +/obj/machinery/gibber, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"stO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sud" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/atmospheric/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/atmos/control) +"sug" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"suo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"suB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"suR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/station/supply/sorting) +"suV" = ( +/obj/machinery/light/directional/south, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/pen/multi{ + pixel_y = 9 + }, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/eftpos{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"sve" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"svp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"svD" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"svK" = ( +/mob/living/simple_animal/cow/betsy, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "asteroid" + }, +/area/station/service/hydroponics) +"svW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"swk" = ( +/obj/structure/chair, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"swY" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"sxg" = ( +/obj/machinery/sleeper{ + pixel_x = 3 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"sxh" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"sxn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"sxu" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"sxv" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"sxS" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"syc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"syf" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkyellow" + }, +/area/station/science/robotics/chargebay) +"syl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"sym" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"syp" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 15; + pixel_y = 7 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"syr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/ripped{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"syE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"syS" = ( +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"szF" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"szS" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"szU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"sAe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"sAi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sAl" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"sAm" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"sAq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"sAy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"sAB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood, +/mob/living/carbon/human/farwa, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sAM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"sAT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"sBh" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/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/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"sBi" = ( +/obj/structure/filingcabinet, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"sBx" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"sBN" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/sheet/cloth, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"sBO" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"sBR" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"sBS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"sBT" = ( +/obj/machinery/computer/arcade{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"sBW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sCd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/east, +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = -4 + }, +/obj/item/tank/internals/air{ + pixel_x = 7 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"sCm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"sCE" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sCF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sCG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"sCW" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sCY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"sDk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"sDq" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"sDr" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/food/donkpocket, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sDy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sDz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"sDH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sDL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sDU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "vault" + }, +/area/station/command/vault) +"sEl" = ( +/obj/structure/bed, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/mob_spawn/human/corpse/skeleton, +/mob/living/simple_animal/hostile/scarybat, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/maintenance/apmaint) +"sEm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/theatre) +"sEn" = ( +/obj/structure/shelf/medbay, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_y = -6 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_y = 8 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"sEu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sEJ" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"sEL" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"sEO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"sES" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"sFh" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"sFl" = ( +/obj/machinery/computer/general_air_control{ + autolink_sensors = list("n2_sensor"="Nitrogen","o2_sensor"="Oxygen","co2_sensor"="Carbon Dioxide","tox_sensor"="Toxins","n2o_sensor"="Nitrous Oxide","waste_sensor"="Gas Mix Tank"); + dir = 4; + name = "Tank Monitor" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"sFm" = ( +/obj/effect/turf_decal{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"sFy" = ( +/obj/structure/closet/l3closet/scientist, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sFE" = ( +/obj/structure/shelf, +/obj/item/shovel/spade{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/plant_analyzer{ + pixel_y = -4 + }, +/obj/item/cultivator{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/shovel/spade{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/clothing/gloves/botanic_leather{ + pixel_y = 8 + }, +/obj/item/cultivator{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"sFQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"sFR" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"sFX" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO_Bed" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"sGi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"sGl" = ( +/obj/structure/lattice, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"sGs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"sHi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sHq" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"sHs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"sHt" = ( +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"sHC" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"sHW" = ( +/obj/machinery/door/airlock/welded, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sIF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/engineering/gravitygenerator) +"sIO" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"sJC" = ( +/obj/machinery/economy/slot_machine, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"sJQ" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sJX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"sKa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"sKj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"sKs" = ( +/obj/structure/closet/crate/internals, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sKE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 6 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"sKF" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/machinery/door_control/shutter/south{ + id = "engsm"; + name = "Radiation Shutters Control" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"sKK" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "Plasma Outlet Valve" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sKQ" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/official/help_others{ + pixel_y = 31 + }, +/obj/machinery/conveyor{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sKS" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/medical/patients_rooms) +"sLe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/engineering/control) +"sLp" = ( +/obj/structure/disposalpipe/junction/y, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sLy" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"sLN" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"sLX" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"sLZ" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"sMc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"sMH" = ( +/obj/machinery/atmospherics/binary/valve/digital{ + name = "N2O Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"sMJ" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"sNy" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"sNJ" = ( +/obj/structure/closet/walllocker/emerglocker/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"sNP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"sNQ" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"sOf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"sOi" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"sOr" = ( +/obj/machinery/door/airlock/external{ + id_tag = "fpsolar_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "fpsolar_btn_ext"; + pixel_x = 24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"sOE" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Engineer's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"sOH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Kitchen" + }, +/obj/structure/shelf/service, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_y = 12; + pixel_x = 8 + }, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/soymilk, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"sOK" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sPb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sPs" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sPu" = ( +/obj/item/clothing/suit/mantle/old, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"sPx" = ( +/obj/structure/bed{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"sPz" = ( +/obj/machinery/door/firedoor, +/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/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"sPF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sPI" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"sQe" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 6 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"sQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/obj/item/clothing/head/soft/blue, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sQv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/stairs{ + icon_state = "rampbottom" + }, +/area/station/engineering/supermatter_room) +"sRi" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sRj" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"sRm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"sRw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"sRx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"sRJ" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"sRW" = ( +/obj/machinery/computer/cryopod{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"sRY" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"sSa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/ai_monitored/storage/eva) +"sSf" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sSj" = ( +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"sSE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"sSN" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"sSP" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"sSQ" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/station/science/hallway) +"sSS" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"sSX" = ( +/obj/structure/sink/kitchen/west, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"sTE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"sTF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "assolar_btn_ext"; + ext_door_link_id = "assolar_door_ext"; + int_button_link_id = "assolar_btn_int"; + int_door_link_id = "assolar_door_int"; + pixel_x = 25; + req_access = list(13); + vent_link_id = "assolar_vent" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "assolar_vent"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"sTQ" = ( +/obj/structure/table, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"sTU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/closet/crate/can, +/obj/item/newspaper, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"sTX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"sTY" = ( +/obj/structure/girder, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sUe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/economy/vending/crittercare, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"sUw" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer{ + pixel_x = 2; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"sUQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"sUZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"sVg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=EVA"; + location = "Security" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"sVr" = ( +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"sVG" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"sVZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/lobby) +"sWO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"sXV" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"sYo" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"sYp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"sYr" = ( +/obj/machinery/computer/operating{ + icon_state = "operatingb"; + name = "Robotics Operating Computer"; + stat = 1 + }, +/obj/machinery/light/directional/north, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/assembly_line) +"sYP" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/reagent_containers/glass/bucket{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/item/reagent_containers/glass/bucket{ + pixel_y = -5; + pixel_x = -8 + }, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"sYT" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "Medbay" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/medical/medbay2) +"sZe" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"sZg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"sZh" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"sZJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sZP" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"sZQ" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"taa" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"tab" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"tae" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/fore) +"tai" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"taM" = ( +/mob/living/simple_animal/slime, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"taS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"tbr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"tbw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"tbJ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"tbU" = ( +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"tbW" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/oak, +/area/station/maintenance/abandonedbar) +"tcw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"tcI" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"tcM" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tcX" = ( +/obj/machinery/photocopier, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"tdb" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"tde" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tdf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"tdh" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"tdT" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("co2_sensor"="Tank"); + dir = 1; + inlet_injector_autolink_id = "co2_in"; + name = "Carbon Dioxide Supply Control"; + outlet_vent_autolink_id = "co2_out" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos) +"teg" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"ten" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurplecorners" + }, +/area/station/command/office/rd) +"tep" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Custodial Closet" + }, +/obj/structure/window/reinforced, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/janitor{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"teD" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/door/window{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/maintenance/abandonedbar) +"teT" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"tfd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/main) +"tfk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"tfv" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tfz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dust, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tfH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tfT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"tga" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tgb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"tge" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"tgh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"tgC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"tgF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"tgR" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"tgZ" = ( +/obj/structure/reflector/box{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"thb" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"thl" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"thq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"tht" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"thu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"thE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"thF" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"thJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"thV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"tia" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sink/kitchen/east, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"tiR" = ( +/obj/machinery/door_control/shutter/south{ + id = "kitchenhall"; + name = "Kitchen Hallway Shutters Control"; + pixel_x = 6; + req_access = list(28) + }, +/obj/machinery/door_control/shutter/south{ + id = "kitchenbar"; + name = "Kitchen Bar Shutters Control"; + pixel_x = -6; + req_access = list(28) + }, +/obj/machinery/processor, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"tjb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"tjc" = ( +/turf/simulated/wall, +/area/station/supply/expedition) +"tjk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Security Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"tjM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"tkb" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tkc" = ( +/obj/structure/sign/poster/official/random/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"tkf" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Bridge Conference Room"; + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"tks" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/storage) +"tkw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tky" = ( +/obj/structure/closet/wardrobe/atmospherics_yellow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"tkD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"tkN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tkW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tli" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/papershredder, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"tlj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"tls" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"tly" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"tlC" = ( +/obj/structure/sink/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/mirror{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/public/toilet/lockerroom) +"tlI" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tlP" = ( +/obj/effect/landmark/spawner/rev, +/obj/machinery/light/directional/east, +/obj/structure/toilet/material/captain{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/command/office/captain/bedroom) +"tlR" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tmd" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/item/trash/semki, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tmO" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/station/engineering/ai_transit_tube) +"tmS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"tmX" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tnb" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"tnn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"tnF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"tnJ" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/item/clothing/head/soft/rainbow, +/turf/simulated/floor/beach/sand, +/area/station/hallway/secondary/exit) +"tnR" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + name = "Пупа" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/command/bridge) +"ton" = ( +/obj/structure/table/wood, +/obj/item/videocam, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"toB" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"toH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tpu" = ( +/obj/machinery/newscaster/security_unit/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"tpP" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "virology" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"tpW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"tqd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"tqo" = ( +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"tqp" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"tqr" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#2f8faf"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/command/bridge) +"tqy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/door/morgue{ + name = "Private Study" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tqH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/rare, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"tqW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"tqX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"trg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/statue/cyberiad/se, +/obj/effect/turf_decal/woodsiding/end{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/command/bridge) +"trl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"trp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"trR" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/expedition) +"tsG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"tsJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"tsK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"tsL" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Mix to Engine" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"tsO" = ( +/obj/structure/table, +/obj/item/soap/deluxe/laundry{ + pixel_y = 4 + }, +/obj/item/soap/deluxe/laundry{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"ttf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"tth" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"ttj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ttq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ttZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"tue" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"tuy" = ( +/obj/structure/sign/securearea, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "telescienceblast"; + name = "test chamber blast doors" + }, +/turf/simulated/floor/plating, +/area/station/science/explab) +"tuJ" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"tuZ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tvj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/meter{ + autolink_id = "sm_sen_hot" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"tvr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"tvE" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"tvQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "arrivalsmaint_vent" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"twp" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"twu" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"twv" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/west, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"twx" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"twH" = ( +/obj/structure/chair/sofa/corp/right, +/obj/effect/landmark/start/vip, +/obj/machinery/camera{ + c_tag = "Bridge Lounge Zone Center" + }, +/turf/simulated/floor/carpet/green, +/area/station/command/bridge) +"twL" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"twT" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"txj" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"txq" = ( +/obj/machinery/keycard_auth/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"txr" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"txu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"txJ" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"txR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"tyo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + density = 0; + icon_state = "open"; + id_tag = "representative"; + name = "Privacy Shutters"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"tyv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"tzm" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"tzo" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/maintenance/fsmaint) +"tzE" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tzW" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/item/toy/plushie/tuxedo_cat{ + name = "Runtime plushie" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tAa" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/killertomato{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"tAb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"tAk" = ( +/obj/machinery/computer/guestpass, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/controlroom) +"tAm" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"tAp" = ( +/obj/item/extinguisher, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/structure/table/glass, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"tBn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"tBA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"tBE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"tBQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"tBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/ai_slipper, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"tCl" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"tCH" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"tCY" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"tDg" = ( +/obj/structure/weightmachine/stacklifter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"tDn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"tDo" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"tDB" = ( +/obj/structure/safe/floor, +/obj/item/soap/homemade, +/obj/item/key/janitor{ + name = "spare key"; + pixel_y = 7 + }, +/obj/item/bikehorn/rubberducky, +/obj/item/clothing/head/crown, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/apmaint) +"tDC" = ( +/obj/machinery/camera{ + c_tag = "Bridge East Entrance"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/ne) +"tDS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"tDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"tEq" = ( +/obj/machinery/floodlight, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"tEu" = ( +/obj/structure/table/wood/fancy/blue, +/obj/item/ai_module/reset, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"tEw" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "hos_secure_doors"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"tFl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"tFr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tFt" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"tFF" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/atmos/control) +"tFZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light/small/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"tGg" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/obj/machinery/requests_console/directional/north, +/obj/machinery/button/windowtint/west{ + desc = "A remote control switch for polarized windows. For culling the sight of the equipment-starved masses."; + id = "rdrobosurgery"; + pixel_y = 4; + range = 1 + }, +/obj/machinery/button/windowtint/west{ + desc = "A remote control switch for polarized windows. For culling the sight of the equipment-starved masses."; + id = "rd"; + pixel_y = -4; + range = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"tGs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tGx" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"tGy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"tGJ" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"tGO" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tGW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"tGZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tHr" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/taperecorder{ + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/stack/tape_roll{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/flash{ + pixel_y = 16; + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"tHv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"tHO" = ( +/obj/structure/chair/sofa/bench/right, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tIg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"tIl" = ( +/obj/machinery/computer/rnd_network_controller/station{ + dir = 4 + }, +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"tIt" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/equipmentstorage) +"tIy" = ( +/obj/item/toy/balloon, +/obj/item/toy/balloon{ + pixel_x = 7; + pixel_y = -7 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tJa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hop"; + name = "Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"tJj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tJz" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"tJA" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"tJE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"tKa" = ( +/obj/structure/table/glass, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/carpet/orange, +/area/station/maintenance/fsmaint) +"tKk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"tKA" = ( +/obj/machinery/door/airlock/external{ + id_tag = "evamaint_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"tLb" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"tLn" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"tLp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random/oil/maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tLs" = ( +/obj/structure/safe/floor, +/obj/item/coin/mythril, +/obj/item/stack/spacecash/c200, +/obj/item/instrument/violin/golden, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"tLB" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"tMg" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"tMq" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"tMs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/blood/often, +/obj/random/mech, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"tMx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"tMP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"tMT" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"tMU" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"tNc" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/drinkingglass, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"tNg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"tNn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"tND" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"tNR" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"tOn" = ( +/obj/machinery/suit_storage_unit/captain/secure, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"tOo" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"tOs" = ( +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"tOE" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/engineer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"tOQ" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"tPe" = ( +/obj/machinery/computer/drone_control, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"tPf" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = -1; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tPq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"tPC" = ( +/obj/vehicle/ambulance{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"tPD" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"tPR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"tPT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"tPW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/geneticist, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"tPX" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/disposaloutlet, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"tQa" = ( +/obj/machinery/atmospherics/binary/valve/open{ + name = "Maintenance Air Supply" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tQm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"tQn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/bluegrid{ + nitrogen = 100; + oxygen = 0; + temperature = 80 + }, +/area/station/science/xenobiology) +"tQJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"tQW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"tRw" = ( +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"tRD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"tRE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/station/maintenance/apmaint) +"tRG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"tSb" = ( +/obj/item/candle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"tSi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"tSu" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"tSx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"tSF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"tSN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tSW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/external{ + id_tag = "fssolar_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "fssolar_btn_int"; + pixel_x = 24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"tTf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tTh" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"tTi" = ( +/obj/machinery/door_control/shutter/north{ + id = "hopqueue"; + name = "Queue Privacy Shutters Control"; + pixel_x = -6; + req_access = list(57) + }, +/obj/machinery/door_control/shutter/north{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = 6; + req_access = list(57) + }, +/obj/machinery/flasher_button{ + id = "hopflash"; + pixel_y = 36 + }, +/obj/machinery/door_control/ticket_machine_button{ + pixel_x = -24; + pixel_y = -7 + }, +/obj/machinery/pdapainter, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"tTj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + sort_type_txt = "5" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"tTx" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/fore) +"tTz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"tTF" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"tTV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"tUd" = ( +/obj/structure/closet/cabinet, +/obj/item/clothing/accessory/stethoscope, +/obj/item/crowbar, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"tUi" = ( +/obj/item/stack/tile/mineral, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tUD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tUH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"tVb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"tVd" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/east, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -10; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -4 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"tVq" = ( +/obj/structure/chair/sofa, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"tVP" = ( +/obj/machinery/bluespace_beacon, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"tVR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"tWd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tWh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"tWt" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"tWz" = ( +/obj/item/beacon, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"tWD" = ( +/obj/structure/closet/crate, +/obj/item/food/breadslice, +/obj/item/food/breadslice, +/obj/item/food/breadslice, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/onion, +/obj/item/food/grown/onion, +/obj/item/storage/box/donkpockets, +/obj/item/storage/fancy/egg_box, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/rice, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"tWI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tWL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"tXx" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tXB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"tXD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"tXE" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/red{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"tXG" = ( +/obj/machinery/camera{ + c_tag = "Prison Cafeteria"; + network = list("Prison","SS13") + }, +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"tXI" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"tXP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"tYc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/hallway/primary/central/south) +"tYe" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"tYh" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"tYm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"tYr" = ( +/obj/machinery/door_control/shutter/west{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + req_access = list(11) + }, +/obj/machinery/door_control/shutter/west{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_y = 10; + req_access = list(10) + }, +/obj/machinery/door_control/shutter/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_y = -10; + req_access = list(24) + }, +/obj/machinery/computer/monitor{ + dir = 4; + name = "Engine Power Monitoring Computer" + }, +/obj/machinery/light_switch/south, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"tYP" = ( +/obj/structure/sign/poster/official/random/east, +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 18 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"tYW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"tZo" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/obj/machinery/photocopier/faxmachine/longrange{ + pixel_y = 4; + department = "Quartermaster's Office" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/qm) +"tZu" = ( +/obj/structure/table, +/obj/item/toy/crayon/spraycan, +/obj/item/restraints/handcuffs/cable/random, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"tZx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"tZM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tZY" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel/stairs/right, +/area/station/command/bridge) +"uac" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"uag" = ( +/obj/machinery/turretid/stun{ + name = "AI Satellite Atmospherics Turret Control"; + pixel_x = 4; + req_access = list(75) + }, +/turf/simulated/wall/r_wall, +/area/station/aisat/atmos) +"uax" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"uaY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ubo" = ( +/obj/structure/shelf/command, +/obj/item/circuitboard/robotics{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/circuitboard/rnd_backup_console{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/rnd_network_controller{ + pixel_y = -4 + }, +/obj/item/circuitboard/mecha_control{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/tech_storage) +"ubq" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/boxing/green{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/clothing/gloves/boxing/yellow, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ubE" = ( +/obj/machinery/newscaster/security_unit/north, +/obj/structure/table/wood, +/obj/item/stamp/hop{ + pixel_x = 8; + pixel_y = 11 + }, +/obj/item/stamp/granted{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = -1 + }, +/obj/item/folder/blue{ + pixel_x = -3; + pixel_y = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"ubK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ubX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/courtroom/gallery) +"ucB" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ucE" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ucJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"ucQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"ucU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"udc" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"udh" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"udn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"udq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"uds" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"udz" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"udO" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_s_tesla_vent"; + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/control) +"ueB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"ueC" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal) +"ueH" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/spacecash/c10, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"ueT" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ueZ" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/transparent/glass, +/area/station/service/bar/atrium) +"ufc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"ufj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"ufl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"ufq" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"ufu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"ufw" = ( +/obj/structure/closet/wardrobe/orange/prison, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"ufC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ufN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"ufZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"ugC" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ugT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"ugW" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ugX" = ( +/obj/structure/platform/corner{ + dir = 8; + anchored = 1 + }, +/obj/structure/disposalpipe/segment/corner, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"uhh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"uhl" = ( +/obj/structure/closet/paramedic, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"uhA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uhU" = ( +/obj/machinery/light_switch/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"uid" = ( +/obj/structure/disaster_counter/toxins, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/launch) +"uii" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"uij" = ( +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"uiw" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/computer/general_air_control/pt_monitor{ + dir = 1; + autolink_sensors = list("sm_sen_hot"="Горячий Контур","sm_sen_cold"="Холодный Контур","sm_sen_cont"="Зона Содержания") + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"uiI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"ujD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"ujG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"ujR" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/engineering/ai_transit_tube) +"ujX" = ( +/obj/effect/spawner/random/fungus/maybe, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"ujY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"uka" = ( +/obj/structure/chair/stool, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"uki" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"ukl" = ( +/obj/machinery/door/window/classic/reversed, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ukr" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"uku" = ( +/obj/item/stock_parts/cell/high, +/obj/item/clothing/glasses/meson{ + pixel_y = 5 + }, +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/equipmentstorage) +"ukG" = ( +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"ukQ" = ( +/obj/structure/closet/body_bag, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ukV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/science/server/coldroom) +"ula" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/health/sunglasses{ + pixel_y = -12 + }, +/obj/item/book/manual/wiki/sop_medical{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"ule" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"uls" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/wine, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -5 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"ulv" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"uly" = ( +/obj/machinery/mineral/stacking_machine{ + input_dir = 8; + stack_amt = 10; + output_dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"ulC" = ( +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"ulK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"ulX" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"umg" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hos) +"umk" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"umw" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/brig) +"umx" = ( +/obj/effect/landmark/start/chef, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"umH" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"umJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"umQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"uno" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"unM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Engineering"; + name = "Engineering Security Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"unR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"uoH" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"uoQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"uoR" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"uph" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"upp" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hop) +"upI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"upW" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "medcabin2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"upZ" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"uqo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/storage) +"uqr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"uqy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"uqE" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uqH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"ure" = ( +/obj/machinery/disposal, +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"urf" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"urr" = ( +/obj/machinery/door/poddoor{ + id_tag = "auxincineratorvent"; + name = "Auxiliary Incinerator Vent" + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"ury" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"urF" = ( +/obj/structure/chair/sofa/bench/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"urL" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"urP" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"urU" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/west) +"usw" = ( +/obj/machinery/door/airlock/maintenance{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"usH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"usZ" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uti" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"utp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "fssolar_vent" + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "fssolar_btn_ext"; + ext_door_link_id = "fssolar_door_ext"; + int_button_link_id = "fssolar_btn_int"; + int_door_link_id = "fssolar_door_int"; + pixel_x = 25; + req_access = list(13); + vent_link_id = "fssolar_vent" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"utu" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"utC" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"utP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"uuh" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch/east, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/qm) +"uuo" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/secondary/exit) +"uuu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"uuE" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/xmastree, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"uuH" = ( +/obj/structure/table, +/obj/item/clothing/mask/cigarette/rollie, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uuJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/storage) +"uuX" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"uuZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uvc" = ( +/obj/machinery/door/airlock/command/hop, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/office/hop) +"uvk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uvu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"uvB" = ( +/obj/structure/marker_beacon/spotlight/yellow, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"uvM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"uwe" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uwh" = ( +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 8 + }, +/obj/structure/transit_tube_pod{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"uwi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/sign/xenobio{ + pixel_x = -31 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uwn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uwr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"uwB" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"uwH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"uwJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uwN" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"uwP" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"uwU" = ( +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/aisat/hall) +"uwW" = ( +/obj/machinery/message_server, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"uxk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"uxn" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/dorms) +"uxt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"uxB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uxX" = ( +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/obj/machinery/camera{ + c_tag = "Bar Storage"; + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"uyO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"uyY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"uzD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"uzL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uzM" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Disposals"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor_switch/oneway{ + id = "garbage"; + name = "disposal coveyor" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"uAb" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass/no_creep, +/area/station/command/bridge) +"uAd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"uAg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"uAo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"uAu" = ( +/obj/structure/bed/dogbed{ + desc = "A comfy-looking spider bed. You can even strap your pet in, just in case the gravity turns off."; + name = "spider bed" + }, +/mob/living/simple_animal/hostile/retaliate/araneus, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"uAw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/incinerator) +"uAC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"uAG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"uAL" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"uAT" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"uAU" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"uAW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Holodeck" + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"uAX" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"uBf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Chamber 4 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"uBn" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"uBz" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"uBG" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uBJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uBQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uCf" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/unary/passive_vent, +/turf/space, +/area/station/science/toxins/mixing) +"uCC" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 1; + name = "Gas filter (O2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"uCJ" = ( +/obj/structure/table/wood/fancy/red, +/obj/item/candle/eternal, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"uCK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "Medbay Lobby Reception"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"uCQ" = ( +/obj/machinery/camera{ + c_tag = "Dormitories East"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"uCT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Courtroom" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom/gallery) +"uCU" = ( +/obj/structure/closet, +/obj/item/book/random/triple, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uDJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"uDR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"uDS" = ( +/obj/structure/table/reinforced, +/obj/item/soap, +/obj/item/clothing/shoes/galoshes, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uEc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uEL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/screwdriver, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"uES" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/stairs/right, +/area/station/engineering/control) +"uEU" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"uFa" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/access_button/south{ + autolink_id = "perma_btn_ext"; + name = "Prison Wing Access Button"; + req_access = list(2) + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/effect/turf_decal/stripes/red, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"uFe" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/tech_storage) +"uFn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"uFr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"uFC" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat/ratatui, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"uGf" = ( +/obj/structure/table/reinforced, +/obj/item/food/grilledcheese{ + pixel_y = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"uGk" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage East"; + dir = 9; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"uGA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair/comfy/shuttle{ + dir = 4; + name = "prisoner transfer chair" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uGE" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"uGG" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"uHy" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uHz" = ( +/obj/structure/table/wood, +/obj/item/phone{ + desc = "Предположительно, это прямая линия с центральным командованием Нанотрейзен. Он даже не подключен."; + name = "красный телефон"; + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"uHA" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"uHD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"uHT" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rd" + }, +/turf/simulated/floor/plating, +/area/station/science/server) +"uHX" = ( +/obj/structure/sign/poster/contraband/borg_fancy_2{ + pixel_y = 31 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uIf" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/asmaint2) +"uIg" = ( +/obj/machinery/atmospherics/binary/valve/open{ + name = "Maintenance Air Supply" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"uIn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"uJm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uJq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"uJB" = ( +/obj/machinery/door/airlock/external{ + id_tag = "evamaint_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "evamaint_btn_int"; + req_access = list(13); + pixel_x = 24 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"uKa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/fsmaint) +"uKn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"uKD" = ( +/obj/machinery/fishtank/wall{ + opacity = 1 + }, +/turf/simulated/wall, +/area/station/service/kitchen) +"uKG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"uKK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"uKL" = ( +/obj/machinery/status_display/directional/south, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"uKQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"uLo" = ( +/obj/structure/chair/sofa/corp/right, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"uLp" = ( +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"uLu" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"uLv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uLw" = ( +/obj/machinery/door/airlock/external{ + id_tag = "secmaint_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uLD" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"uLN" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Hydroponics Pasture"; + dir = 9 + }, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/eftpos{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/eftpos{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/service/hydroponics) +"uLO" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_port) +"uMa" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"uMl" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"uMp" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"uMr" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"uMu" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"uMy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"uMU" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uMZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"uNg" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"uNj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"uNo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uNP" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"uOF" = ( +/obj/structure/closet, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/assembly/signaler, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uOG" = ( +/obj/structure/rack, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"uOT" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"uPe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button{ + autolink_id = "xeno_btn_int"; + name = "Xenobiology Access Button"; + pixel_y = 24; + req_access = list(55) + }, +/obj/effect/turf_decal/stripes, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/xenobio, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"uPn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/tank/internals/oxygen, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uPs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"uPA" = ( +/obj/machinery/disposal, +/obj/structure/sign/poster/official/help_others{ + pixel_y = -30 + }, +/obj/machinery/requests_console/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"uPG" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"uPV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"uPX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"uPY" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 4; + icon_state = "right"; + name = "Captain's Desk Door" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/blueshield{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblue, +/area/station/command/office/captain) +"uQe" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"uQv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/equipmentstorage) +"uQV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uRb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Starboard"; + dir = 8; + network = list("SS13","Engineering","engine") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"uRK" = ( +/obj/item/organ/internal/heart/vox, +/obj/item/food/fried_vox, +/obj/structure/table, +/obj/item/scalpel, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"uSc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uSD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Chamber 6 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"uSG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"uSY" = ( +/obj/structure/spider/stickyweb, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/maintenance/abandonedbar) +"uTe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"uTo" = ( +/obj/machinery/door/airlock/external{ + id_tag = "secmaint_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uTu" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"uUe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"uUf" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/maintenance/fsmaint) +"uUy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"uUD" = ( +/obj/machinery/drone_fabricator, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/dronefabricator) +"uUL" = ( +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating, +/area/station/aisat/atmos) +"uVd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uVj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"uVr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"uVt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"uVu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"uVA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"uVG" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uVH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"uVL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"uVU" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/junglebush, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/public/arcade) +"uWf" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Prison Solitary 2"; + dir = 8; + network = list("Prison","SS13") + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"uWp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"uWw" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uWP" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uXd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy, +/area/station/legal/courtroom) +"uXm" = ( +/obj/machinery/door/poddoor{ + id = "maints3"; + id_tag = "maints3" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreen" + }, +/area/station/maintenance/fsmaint) +"uXy" = ( +/obj/effect/turf_decal/siding/white, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"uXA" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"uXE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"uXM" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"uYw" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"uYz" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_pump/on, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"uYB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uZe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Aft"; + network = list("SS13","Engineering","engine") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"uZn" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"uZx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"uZJ" = ( +/obj/machinery/computer/arcade/recruiter{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"uZW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"vaa" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"vah" = ( +/obj/effect/turf_decal/delivery/blue/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"val" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/west{ + autolink_id = "xeno_btn_ext"; + name = "Xenobiology Access Button"; + req_access = list(55) + }, +/obj/effect/turf_decal/stripes, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard"; + name = "Biohazard Shutter" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/science/xenobio, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"vaz" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vaH" = ( +/turf/simulated/wall, +/area/station/engineering/hallway) +"vbf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"vbp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"vbq" = ( +/obj/structure/grille, +/obj/structure/sign/mech{ + pixel_y = 29 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vbz" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"vbB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vbD" = ( +/obj/structure/bed/psych, +/obj/random/therapy, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"vbI" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vbQ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vca" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + name = "Jeremy" + }, +/obj/machinery/camera{ + c_tag = "Showers"; + dir = 1 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/toilet/unisex) +"vcb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"vcm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"vcy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"vcO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vcQ" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/secondary/entry) +"vcS" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"vcX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"vdh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"vdo" = ( +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"vdx" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/disposal) +"vdL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"vdY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"vep" = ( +/obj/machinery/door/airlock/freezer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"veF" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "rampbottom" + }, +/area/station/service/bar/atrium) +"veM" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"veP" = ( +/turf/simulated/wall, +/area/station/legal/courtroom/gallery) +"veR" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/security/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"veU" = ( +/obj/item/candle, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"veV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vfa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"vfc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Chamber 3 Containment Blast Doors" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Chamber 2 Containment Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"vfp" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "AI Core Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 24; + pixel_x = 9 + }, +/obj/machinery/camera{ + c_tag = "AI Satellite Exterior South"; + network = list("SS13","MiniSat") + }, +/obj/machinery/turretid/lethal{ + check_synth = 1; + name = "AI Chamber Turret Control"; + pixel_y = 26; + pixel_x = -7; + req_access = list(75) + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"vfy" = ( +/obj/item/chair/stool{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vfE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"vfJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vfW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/vacant_store) +"vfY" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"vgd" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"vgl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "eng_n_tesla_btn_ext"; + ext_door_link_id = "eng_n_tesla_door_ext"; + int_button_link_id = "eng_n_tesla_btn_int"; + int_door_link_id = "eng_n_tesla_door_int"; + pixel_y = -25; + vent_link_id = "eng_n_tesla_vent"; + req_access = list(10,13) + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/engineering/control) +"vgM" = ( +/obj/structure/rack, +/obj/item/clothing/shoes/workboots, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/head/hardhat, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vgR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("air_sensor"="Tank"); + dir = 1; + inlet_injector_autolink_id = "air_in"; + name = "Mixed Air Supply Control"; + outlet_setting = 2000; + outlet_vent_autolink_id = "air_out" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"vhd" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"vhf" = ( +/obj/structure/chair, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint) +"vhs" = ( +/obj/structure/table/wood, +/obj/item/melee/chainofcommand, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/south, +/obj/machinery/button/windowtint/south{ + id = "hos_room"; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hos) +"vhu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"vhN" = ( +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"vic" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vih" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vim" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"viP" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"vjd" = ( +/obj/machinery/driver_button{ + id_tag = "toxinsdriver"; + pixel_x = 6; + pixel_y = 24; + range = 18 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch/north{ + pixel_x = -7 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"vjf" = ( +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"vjg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vjx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"vjY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vkC" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"vkM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vkV" = ( +/obj/item/clothing/shoes/clown_shoes, +/turf/space, +/area/space) +"vlh" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vlj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"vlF" = ( +/obj/machinery/light_construct/small/east, +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full, +/obj/item/storage/fancy/candle_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"vmd" = ( +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"vmk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"vmn" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/command/cmo/glass{ + id_tag = "cmoofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CMO" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/cmo, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/office/cmo) +"vmr" = ( +/obj/machinery/hologram/holopad{ + pixel_y = 16 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"vmz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"vmA" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"vmH" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vmW" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"vmZ" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"vnc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"vnM" = ( +/obj/structure/weightmachine/weightlifter, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/public/fitness) +"vnO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"vnR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/stairs/right, +/area/station/command/bridge) +"vnY" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"vnZ" = ( +/obj/machinery/suit_storage_unit/qm/secure, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/qm) +"vog" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/station/engineering/solar/port) +"voo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/structure/dispenser, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vpf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"vpE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vpJ" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards/doublecards, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"vpM" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/siding/wood/end{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "mrchang" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"vpR" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"vpS" = ( +/obj/structure/table, +/obj/item/cartridge/medical, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vqm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/economy/vending/bardrobe, +/turf/simulated/floor/wood/fancy/oak, +/area/station/service/bar) +"vqp" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"vqt" = ( +/obj/structure/particle_accelerator/end_cap{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"vqS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Kitchen" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "kitchenbar"; + name = "Kitchen Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"vrA" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"vrF" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"vsr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"vsw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flag/rnd, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"vsR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"vtf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vtj" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#85130b"; + dir = 1 + }, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonershuttle) +"vts" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 3; + name = "Gas filter (CO2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"vtO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "stairs-l" + }, +/area/station/supply/expedition/gate) +"vtW" = ( +/mob/living/simple_animal/hostile/killertomato{ + desc = "Прирученный ботаниками томат-убийца. Не подпускать к Сане."; + faction = list("plants","neutral","hostile"); + name = "Витамин" + }, +/obj/machinery/hologram/holopad{ + pixel_x = -16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/service/hydroponics) +"vue" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"vum" = ( +/obj/item/trash/tapetrash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vup" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"vur" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"vuu" = ( +/obj/structure/window/reinforced, +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_x = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vuA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"vuF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/package_wrap, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/fsmaint) +"vuK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"vuN" = ( +/obj/structure/closet/firecloset, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/science/hallway) +"vuU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"vvd" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vve" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/public/vacant_store) +"vvq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"vvK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"vvV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vwc" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"vwd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"vwk" = ( +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vwn" = ( +/obj/structure/flora/ausbushes/pointybush, +/obj/structure/window/reinforced{ + dir = 8 + }, +/mob/living/simple_animal/cock/clucky, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"vws" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"vwC" = ( +/obj/structure/closet/secure_closet/rd, +/obj/machinery/light_switch/west, +/obj/machinery/keycard_auth/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"vwS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/science/robotics/chargebay) +"vwU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"vxf" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/starboard/west) +"vxo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"vxu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/apmaint) +"vxy" = ( +/obj/structure/bed, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"vxz" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"vxB" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/structure/bookcase/sop, +/turf/simulated/floor/wood/fancy/oak, +/area/station/command/meeting_room) +"vxC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"vxS" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "maint_house" + }, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vyu" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"vyw" = ( +/obj/structure/chair/stool, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"vyz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/turf/space, +/area/space/nearstation) +"vyQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"vze" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering Atmos NorthWest"; + network = list("SS13","Engineering") + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"vzg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"vzq" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vzE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"vzI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"vAC" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"vAN" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"vAO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 8 + }, +/area/station/public/dorms) +"vAW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"vAZ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vBm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"vBs" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CE" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/command/ce/glass{ + id_tag = "ceofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/ce, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"vBv" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"vBC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vBG" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"vBH" = ( +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vBJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/warden) +"vBK" = ( +/obj/machinery/status_display, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast north"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"vBN" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"vBV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"vBX" = ( +/obj/structure/reagent_dispensers/spacecleanertank/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vCe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/noticeboard{ + pixel_x = -32 + }, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ChangKitchenBottom"; + name = "Mr. Chang's Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname, +/turf/simulated/floor/plating, +/area/station/public/mrchangs) +"vCM" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"vDp" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/black, +/area/station/service/bar/atrium) +"vDt" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/external{ + id_tag = "eng_n_tesla_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/general, +/obj/machinery/access_button{ + autolink_id = "eng_n_tesla_btn_ext"; + pixel_y = -24; + req_access = list(10,13) + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/engineering/control) +"vDR" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"vDX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/tool, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"vDY" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"vEm" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"vEo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"vEr" = ( +/obj/structure/rack, +/obj/item/storage/box/bodybags{ + pixel_y = 3 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"vEw" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "paramedic" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/paramedic) +"vEA" = ( +/obj/structure/sink/kitchen/east, +/obj/item/reagent_containers/glass/bucket, +/obj/item/radio/intercom/locked/prison{ + dir = 8; + name = "Prison Intercom (General)"; + pixel_x = 22 + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"vEL" = ( +/obj/structure/platform{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"vET" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"vEW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vFd" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"vFk" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"vFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"vFA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"vFJ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "psych" + }, +/turf/simulated/floor/plating, +/area/station/medical/psych) +"vFL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos) +"vFV" = ( +/obj/item/kitchen/knife{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/clothing/under/syndicate/tacticool{ + pixel_x = -1 + }, +/obj/item/clothing/mask/balaclava{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"vFZ" = ( +/obj/machinery/computer/arcade/battle{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arcade"; + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"vGj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"vGq" = ( +/obj/structure/table, +/obj/item/stack/sheet/cardboard{ + amount = 10 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge South-West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"vGB" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/captain{ + dir = 1 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"vGE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"vHd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"vHJ" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/lighter/random{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"vHK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"vHT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_y = 32 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"vHV" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"vIc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vIj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "9" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"vIO" = ( +/obj/machinery/r_n_d/server/station, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/science/server/coldroom) +"vIU" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"vIW" = ( +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"vJc" = ( +/obj/structure/sign/poster/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"vJf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkyellow" + }, +/area/station/engineering/break_room) +"vJv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"vJy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"vKe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vKr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"vKs" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"vKu" = ( +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/transparent/glass, +/area/station/service/bar/atrium) +"vKC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/atmos) +"vKE" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_dock"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"vKP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"vKU" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/warden) +"vKV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"vLq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"vLB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"vLF" = ( +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen" + }, +/obj/effect/turf_decal/stripes, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"vLT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"vMa" = ( +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/asmaint) +"vMe" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vMv" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/security/permabrig) +"vMz" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"vMJ" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vMN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vMV" = ( +/obj/structure/chair/sofa/corner{ + color = "#85130b"; + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"vNg" = ( +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"vNh" = ( +/obj/machinery/shower{ + pixel_y = 20 + }, +/obj/structure/curtain/open/shower{ + anchored = 1 + }, +/obj/structure/window/reinforced/tinted{ + pixel_y = -1; + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/toilet/unisex) +"vNj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vNo" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack/improvised{ + pixel_y = 8 + }, +/obj/item/healthanalyzer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vNT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/wall, +/area/station/maintenance/aft) +"vNX" = ( +/obj/machinery/cryopod/robot, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plating, +/area/station/aisat/service) +"vOb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"vOq" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"vOy" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vOD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"vOE" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyer" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"vON" = ( +/obj/machinery/shower{ + dir = 4 + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"vOR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"vPh" = ( +/obj/machinery/camera{ + c_tag = "Dormitories North" + }, +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/dorms) +"vPr" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vPw" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"vPz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/camera{ + c_tag = "Prison General North"; + dir = 5; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"vPC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vPP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"vQt" = ( +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "fpmaint_btn_ext"; + ext_door_link_id = "fpmaint_door_ext"; + int_button_link_id = "fpmaint_btn_int"; + int_door_link_id = "fpmaint_door_int"; + pixel_x = 24; + pixel_y = 6; + req_access = list(13); + vent_link_id = "fpmaint_vent" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "fpmaint_vent"; + dir = 1 + }, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vQT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"vQV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"vQZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"vRd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"vRp" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vRG" = ( +/obj/structure/sign/poster/contraband/revolver{ + pixel_y = 30 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"vRJ" = ( +/obj/machinery/camera{ + c_tag = "Research E.X.P.E.R.I-MENTOR Chamber"; + dir = 4; + network = list("Telepad","Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"vRL" = ( +/obj/item/roller{ + pixel_y = 6 + }, +/obj/item/roller{ + pixel_y = 10 + }, +/obj/item/roller{ + pixel_y = 16 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"vSh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/gravitygenerator) +"vSi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bag/tray, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"vSq" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"vSz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/structure/closet/crate/freezer, +/obj/item/storage/firstaid/aquatic_kit/full, +/obj/item/reagent_containers/glass/bucket, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/shrimp, +/obj/item/fish_eggs/shrimp, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/service/kitchen) +"vSC" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"vSH" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/maintenance, +/obj/item/trash/tray, +/obj/item/trash/waffles, +/obj/item/trash/semki, +/obj/item/trash/gum, +/obj/item/trash/sosjerky, +/obj/item/trash/raisins, +/obj/item/trash/gum, +/obj/item/trash/candy, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"vSI" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"vTp" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "air_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 2000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"vTx" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/detective) +"vTz" = ( +/obj/structure/chair, +/obj/item/radio/intercom/locked/confessional{ + dir = 8; + pixel_x = 22 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"vTD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"vTU" = ( +/obj/machinery/power/apc/important/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"vUq" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vUy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"vUA" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Waste to Port" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vUK" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/table/wood, +/obj/item/trash/candle, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"vVF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/south) +"vWa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"vWr" = ( +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge) +"vWt" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"vWw" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"vWz" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/south, +/obj/item/clipboard, +/obj/item/hand_labeler, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"vWD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"vWF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"vWN" = ( +/obj/structure/closet/cabinet, +/obj/effect/decal/cleanable/dirt, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/under/pants/white, +/obj/item/clothing/accessory/scarf/white, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/abandonedbar) +"vXb" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"vXo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"vXp" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"vXN" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/junction/reversed, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"vXQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"vXT" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Containment Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Chamber 5 Containment Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"vYb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vYh" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"vYv" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"vYx" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/storage/toolbox, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/maintenance/aft) +"vYH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals North" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"vYJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vYQ" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vYS" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"vZh" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/se) +"vZl" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vZo" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/generic, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vZD" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"vZV" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/table, +/obj/item/cartridge/signal/toxins, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"vZX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"wap" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Dormitories Center"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"wbl" = ( +/obj/effect/turf_decal/siding/purple{ + dir = 9 + }, +/obj/structure/chair/sofa/corp/right, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet/purple, +/area/station/service/bar) +"wbr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"wbB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"wbM" = ( +/obj/machinery/cryopod, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"wbV" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"wci" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"wcr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/statue/cyberiad/s, +/obj/effect/turf_decal/woodsiding, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/command/bridge) +"wcs" = ( +/obj/machinery/door/airlock/bathroom{ + id_tag = "toilet_dorm2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"wcA" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"wcC" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom/gallery) +"wcG" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"wcS" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + dir = 1; + icon_state = "open"; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter"; + opacity = 0 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"wdm" = ( +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"weg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluered" + }, +/area/station/command/bridge) +"weo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"wet" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"wew" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"weG" = ( +/obj/machinery/power/terminal, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"weK" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"weS" = ( +/obj/item/book/codex_gigas, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"weV" = ( +/obj/machinery/economy/vending/genedrobe, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"wgs" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wgt" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wgA" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"wgI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"whv" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"why" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wie" = ( +/obj/machinery/camera{ + c_tag = "Blueshield's Office"; + dir = 1 + }, +/obj/machinery/newscaster/security_unit/south, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"wii" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"wiG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"wiS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"wjh" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wjr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wjx" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"wjQ" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 1 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"wjV" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#85130b"; + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"wkg" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/wheat/rice, +/obj/machinery/light/directional/west, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"wkz" = ( +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"wkB" = ( +/obj/machinery/door/airlock/maintenance{ + electrified_until = -1; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/chemistry, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wkM" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"wkQ" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"wle" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wlh" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/camera{ + c_tag = "Engineering Emergency Supplies"; + dir = 4; + network = list("SS13","Engineering") + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/emergency) +"wls" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"wml" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"wmY" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wna" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/box/gloves{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/storage/box/bodybags{ + pixel_y = -4 + }, +/obj/item/storage/box/masks{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/storage/box/gloves{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/bodybags{ + pixel_y = 8 + }, +/obj/item/storage/box/masks{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"wnh" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"wny" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"wnG" = ( +/obj/structure/chair/sofa/bench/left, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wnQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/supermatter_room) +"wnR" = ( +/obj/machinery/conveyor/southeast{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"wnU" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"woj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wom" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"wox" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 5 + }, +/area/station/engineering/control) +"woA" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/hallway) +"woD" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"woK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"woV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wpu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wpx" = ( +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"wpH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"wpN" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wpW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wpY" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"wqh" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"wqu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/aicard, +/obj/item/circuitboard/aicore{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"wqv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/obj/structure/coatrack, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/abandonedbar) +"wqZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/dorms) +"wri" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"wrj" = ( +/obj/effect/turf_decal/stripes/red/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"wrk" = ( +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wrl" = ( +/obj/machinery/ai_status_display/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge) +"wrn" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"wro" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"wrH" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wrM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/roller, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"wsm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"wsA" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"wsC" = ( +/obj/structure/flora/rock, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/public/dorms) +"wsD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wsY" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"wtn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wtp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wtq" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "rampbottom" + }, +/area/station/maintenance/abandonedbar) +"wtA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"wug" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"wuh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"wut" = ( +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel, +/area/station/supply/expedition) +"wuy" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor2"; + random_icon_states = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"wuA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wuP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wve" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/shelf/service, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = 32 + }, +/obj/item/reagent_containers/condiment/milk{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/milk{ + pixel_y = 12 + }, +/obj/item/reagent_containers/condiment/milk{ + pixel_y = 12; + pixel_x = 8 + }, +/obj/item/reagent_containers/condiment/milk{ + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"wvz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wvD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wvN" = ( +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = 4 + }, +/obj/item/stack/package_wrap{ + pixel_y = 1 + }, +/obj/item/book/manual/wiki/sop_service, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"wvQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"wwc" = ( +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "evamaint_btn_ext"; + ext_door_link_id = "evamaint_door_ext"; + int_button_link_id = "evamaint_btn_int"; + int_door_link_id = "evamaint_door_int"; + name = "EVA Airlock Console"; + pixel_x = 25; + req_access = list(1,5,11,18,24); + vent_link_id = "evamaint_vent" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"wwL" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"wwM" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + id_tag = "vacantstore"; + name = "Vacant Store Shutters" + }, +/obj/machinery/door/firedoor, +/obj/structure/noticeboard{ + pixel_y = -32; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/maintenance{ + dir = 8 + }, +/obj/machinery/door/window/classic/normal{ + name = "Store"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/public/vacant_store) +"wwZ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rdrobosurgery" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"wxn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/lobby) +"wxp" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"wxu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"wxF" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hos_room" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"wxL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"wym" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/storage) +"wyv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wyB" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"wyJ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/brig) +"wzx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/west) +"wzE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor_switch{ + id = "Skynet_heavy" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"wzQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/storage) +"wzY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wAd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"wAj" = ( +/obj/structure/railing/cap{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel/stairs/left, +/area/station/public/dorms) +"wAF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"wAG" = ( +/obj/machinery/chem_master, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"wAO" = ( +/turf/simulated/wall, +/area/station/supply/warehouse) +"wAP" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/moth, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wAW" = ( +/obj/structure/sink/directional/east, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wBf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wBy" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"wBF" = ( +/obj/effect/landmark/start/doctor, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"wBH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wBM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"wBU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wCd" = ( +/obj/machinery/door/window/classic/normal, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"wCk" = ( +/obj/machinery/light/directional/west, +/obj/machinery/porta_turret/ai_turret/disable, +/turf/simulated/floor/bluegrid, +/area/station/aisat/hall) +"wCq" = ( +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_x = -2; + pixel_y = 4 + }, +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"wCM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/binary/pump{ + name = "Cooling Loop Bypass" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellow" + }, +/area/station/engineering/supermatter_room) +"wCP" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"wCQ" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/robotics/chargebay) +"wCX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"wCZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/toilet/unisex) +"wDe" = ( +/obj/structure/sign/poster/contraband/random/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "stage_bleft" + }, +/area/station/maintenance/fsmaint) +"wDt" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"wDV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"wEb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wEe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/wall/r_wall, +/area/station/science/test_chamber) +"wEP" = ( +/obj/machinery/newscaster/directional/east, +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"wFr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/ash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wFR" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wFX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/chem_dispenser, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"wGj" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"wGn" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"wGJ" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"wGR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/aft) +"wHa" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/locked/prison{ + dir = 4; + name = "Prison Intercom (General)"; + pixel_x = -22 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"wHh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wHl" = ( +/obj/effect/turf_decal/delivery/green, +/obj/machinery/economy/vending/hydronutrients, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"wHo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wHw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wHA" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/asmaint) +"wHB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/binary/pump{ + name = "Fuel Pipe to Incinerator" + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"wHF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wHW" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/brig) +"wHZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"wIc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"wIr" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Kill Chamber"; + superconductivity = 0 + }, +/obj/effect/turf_decal/stripes, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"wIv" = ( +/obj/structure/table, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"wIz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"wII" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"wIO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"wIU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge) +"wJc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/can, +/obj/item/wirecutters, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"wJf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/office) +"wJg" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/storage) +"wJn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"wJv" = ( +/obj/structure/chair, +/obj/structure/sign/nosmoking_1{ + pixel_y = 32 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"wJK" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"wKx" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"wKB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wKM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wLp" = ( +/obj/structure/table, +/obj/item/trash/gum, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"wLq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"wLu" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/restroom{ + pixel_y = 31 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"wLF" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"wLY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"wMl" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Do Not Revive"; + req_access = list(6) + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/morgue{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"wMx" = ( +/obj/structure/table/wood, +/obj/item/pinpointer, +/obj/item/disk/nuclear, +/obj/item/storage/secure/safe{ + pixel_x = 27; + pixel_y = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"wMz" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/medbay2) +"wMN" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"wMV" = ( +/obj/structure/railing/corner{ + dir = 1; + layer = 3.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"wNa" = ( +/obj/item/kirbyplants/dead, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"wNc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"wNp" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"wNr" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wNE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"wNT" = ( +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/structure/bed, +/obj/item/bedsheet/black, +/obj/effect/spawner/random/cobweb/right/rare, +/obj/random/hampter, +/turf/simulated/floor/carpet/royalblack, +/area/station/maintenance/apmaint) +"wOf" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "co2_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 2000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"wOM" = ( +/obj/machinery/camera{ + c_tag = "Prison Solitary 1"; + dir = 4; + network = list("Prison","SS13") + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"wOW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"wPf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/secure_storage) +"wPg" = ( +/obj/structure/curtain/open/shower/security, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/red, +/area/station/public/arcade) +"wPs" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/maintenance/asmaint) +"wPx" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fore) +"wPF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wPX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"wQa" = ( +/obj/machinery/requests_console/directional/west, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"wQi" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"wQr" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"wQv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wQI" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "eng_n_tesla_vent" + }, +/obj/structure/sign/vacuum/external{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/end, +/obj/structure/closet/walllocker/firelocker/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/control) +"wQK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"wQM" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"wQO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wQQ" = ( +/obj/machinery/door/airlock/engineering/glass{ + heat_proof = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"wRz" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wRA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"wRB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"wRN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"wSs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wSU" = ( +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Turbine"; + network = list("SS13","Engineering"); + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"wTf" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wTp" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/fpmaint2) +"wTE" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"wTO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"wUT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"wVi" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/exit) +"wVG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/asmaint) +"wVH" = ( +/obj/machinery/door/airlock/security/glass{ + req_access = list(1) + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"wVJ" = ( +/obj/machinery/camera/autoname{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/door_control/normal{ + id = "hopofficedoor"; + name = "Office Door"; + pixel_x = 24; + pixel_y = -24; + req_access = list(57) + }, +/obj/machinery/requests_console/directional/south, +/obj/item/megaphone{ + pixel_y = 8; + pixel_x = -4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"wWf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"wWp" = ( +/obj/effect/decal/cleanable/blood/xeno, +/obj/machinery/light/small/directional/south, +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/asmaint) +"wWC" = ( +/obj/machinery/atmospherics/binary/valve/open{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wWG" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"wWM" = ( +/obj/structure/closet/secure_closet/hos, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hos) +"wXg" = ( +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"wXm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plasteel, +/area/station/maintenance/solar_maintenance/port) +"wXC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"wXK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"wYg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"wYh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"wYi" = ( +/obj/effect/decal/cleanable/blood/footprints{ + color = "#727272"; + icon_state = "blood2"; + initialized = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/utility) +"wYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Personnel's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/command/office/hop) +"wYs" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"wYL" = ( +/obj/item/flashlight/lantern, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"wZb" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/fsmaint) +"wZe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"wZp" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"wZA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wZU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wZZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/hallway) +"xab" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xaU" = ( +/obj/structure/shelf/service, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/item/clothing/glasses/hud/hydroponic{ + pixel_y = -4; + pixel_x = -6 + }, +/obj/item/clothing/glasses/hud/hydroponic{ + pixel_y = -4 + }, +/obj/item/clothing/glasses/hud/hydroponic{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/watertank{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/hydroponics) +"xaY" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"xaZ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Air to Mix" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xbO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"xbT" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xcg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"xcq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"xcB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xcC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"xcG" = ( +/obj/machinery/button/windowtint/east{ + id = "garden" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/machinery/hydroponics/soil, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"xcO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"xde" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xdl" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"xdo" = ( +/obj/structure/shelf/engineering, +/obj/machinery/requests_console/directional/east, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stack/sheet/plasteel/fifteen{ + pixel_y = 4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/hallway) +"xdt" = ( +/obj/machinery/atmospherics/trinary/mixer/flipped{ + dir = 8; + name = "Миксер топливной смеси турбины" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xdy" = ( +/obj/machinery/camera{ + c_tag = "Research Hallway Center"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/hallway) +"xdA" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"xdJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/medical/reception) +"xdO" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xdS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"xdY" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/light_switch/west, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/science/genetics) +"xea" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"xec" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/statue/cyberiad/w, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/command/bridge) +"xeq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"xeB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/science/robotics) +"xeC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xeG" = ( +/obj/structure/chair/sofa/corp/left, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/hallway/secondary/exit) +"xeH" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "Secure Storage"; + name = "Secure Storage" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/secure_storage) +"xeR" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"xfg" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"xfi" = ( +/obj/structure/table/wood/poker, +/obj/machinery/button/windowtint/north{ + id = "casino" + }, +/obj/item/storage/bag/money, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"xfI" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/smes) +"xfO" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/kitchen/utensil/spoon{ + pixel_y = 2; + pixel_x = -10 + }, +/obj/item/kitchen/utensil/fork{ + pixel_y = 2 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_x = 14; + pixel_y = 2 + }, +/obj/structure/sign/poster/official/random/north, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"xfQ" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xgm" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"xgn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"xgp" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/supermatter_room) +"xgz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"xgI" = ( +/obj/structure/rack, +/obj/item/clothing/head/welding{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/head/welding{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"xgO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"xha" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xhe" = ( +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"xho" = ( +/obj/structure/railing, +/obj/structure/flora/ausbushes/grassybush, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"xhq" = ( +/obj/machinery/conveyor/west{ + id = "garbage" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Disposal Exit"; + name = "Disposal Exit Vent"; + opacity = 0 + }, +/obj/structure/sign/deathsposal{ + pixel_x = -32; + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"xhx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xhz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/hos) +"xhA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"xhM" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"xhR" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"xhW" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xhX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/clothing/gloves/color/latex, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xia" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"xir" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/exit) +"xiA" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xiC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/library) +"xiF" = ( +/obj/structure/table/glass, +/obj/machinery/photocopier/faxmachine/longrange{ + pixel_y = 4; + department = "Research Director's Office" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"xiV" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clothing/mask/balaclava, +/obj/effect/turf_decal/delivery/red, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"xiZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"xjh" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"xjj" = ( +/turf/simulated/wall, +/area/station/command/office/captain) +"xjB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"xkF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"xkG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"xkX" = ( +/obj/machinery/shieldwallgen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"xlg" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/toy/minimeteor, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xlx" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"xlC" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/expedition) +"xlV" = ( +/turf/simulated/floor/plating, +/area/station/engineering/supermatter_room) +"xmi" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"xmj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/generic, +/obj/effect/decal/cleanable/molten_object/large, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xmq" = ( +/obj/structure/closet/crate/internals, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xmu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard/east) +"xmA" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"xmN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/engineering/hallway) +"xmW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machine_frame, +/turf/simulated/floor/plasteel, +/area/station/maintenance/assembly_line) +"xmZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"xnb" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"xne" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"xnr" = ( +/obj/machinery/computer/teleporter{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"xnG" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"xnM" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xnT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"xof" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Head of Personnel's Desk" + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Head of Personnel's Desk" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/hop{ + dir = 4 + }, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_x = -6; + pixel_y = 24 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"xol" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/closet/secure_closet/roboticist, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"xon" = ( +/obj/structure/disaster_counter/supermatter, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"xox" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/blue{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"xoE" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/west, +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/qm) +"xoN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"xoT" = ( +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/obj/effect/decal/remains/mouse, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"xpv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"xpP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xpV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_ext"; + locked = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "turbine_btn_ext"; + ext_door_link_id = "turbine_door_ext"; + int_button_link_id = "turbine_btn_int"; + int_door_link_id = "turbine_door_int"; + name = "Turbine Access Console"; + pixel_x = 40; + pixel_y = 6 + }, +/obj/machinery/access_button/west{ + autolink_id = "turbine_btn_ext"; + name = "Gas Turbine Airlock Control" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"xqa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/maintenance/asmaint2) +"xqn" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"xqp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"xqv" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"xqL" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xqV" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"xrq" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "20" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xrI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/detective) +"xrP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"xrV" = ( +/obj/structure/table, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight/pen{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/maintenance/aft) +"xsi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xsk" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/supply/expedition) +"xsl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xsx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/seeds/ambrosia, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/maintenance/asmaint) +"xsC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"xsP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/engineering/control) +"xsY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xth" = ( +/obj/structure/table_frame, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xts" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/holder, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"xtJ" = ( +/obj/structure/table, +/obj/item/book/manual/supermatter_engine{ + pixel_x = -5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/item/book/manual/engineering_particle_accelerator, +/obj/item/book/manual/engineering_singularity_safety{ + pixel_x = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/equipmentstorage) +"xtW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xtZ" = ( +/mob/living/simple_animal/pet/penguin/baby, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"xub" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xue" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"xun" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xuG" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/storage) +"xuI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xvd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xvh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/statue/cyberiad/north, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/command/bridge) +"xvo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/brig) +"xvs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/seeds/ambrosia/deus, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/asmaint) +"xvG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=QM"; + location = "CHW" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"xvM" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xvN" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"xvP" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Auxiliary Docking South-East"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"xvS" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"xvT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"xwb" = ( +/obj/structure/closet/bombcloset, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/hallway) +"xwg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"xwS" = ( +/obj/machinery/particle_accelerator/control_box, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"xxa" = ( +/obj/machinery/economy/vending/crittercare, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xxc" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xxd" = ( +/obj/structure/sign/poster/contraband/fun_police{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xxh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"xxv" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/fore) +"xxG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/railing/cap/reversed, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/public/fitness) +"xxU" = ( +/obj/machinery/camera{ + c_tag = "Teleporter Room" + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/command/teleporter) +"xyr" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkpurple" + }, +/area/station/science/robotics) +"xyG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/command/office/captain) +"xyK" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "co2_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"xze" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/hallway/secondary/exit) +"xzp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/engineering/utility) +"xzs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xzG" = ( +/obj/machinery/camera{ + c_tag = "Engineering Atmos Mini-Hallway"; + dir = 4; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"xzI" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"xzY" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xAf" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xAk" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/construction) +"xAn" = ( +/obj/effect/turf_decal/stripes/red/line{ + dir = 8 + }, +/obj/effect/turf_decal/caution/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/brig) +"xAw" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"xBf" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"xBl" = ( +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"xBw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"xBC" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/asmaint2) +"xBM" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"xBP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"xCd" = ( +/obj/effect/turf_decal/delivery/blue/partial, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xCf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"xCt" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/table/wood, +/obj/machinery/smartfridge/id, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"xCz" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/storage) +"xCH" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/west, +/obj/item/flash{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/flash{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"xDc" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"xDr" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xDw" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xDA" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"xEb" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/table/wood, +/obj/item/food/muffin{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/stack/tape_roll, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fsmaint) +"xEA" = ( +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/effect/decal/cleanable/dust, +/mob/living/simple_animal/frog/wednesday, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/maintenance/abandonedbar) +"xFd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/asmaint) +"xFl" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"xFt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"xFJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xFM" = ( +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_random{ + pixel_x = 7; + pixel_y = 5 + }, +/obj/item/lighter/random{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"xFQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/hallway) +"xFY" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"xGy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xGE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"xGF" = ( +/obj/effect/turf_decal/delivery/blue/partial{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"xGU" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"xHr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"xHs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"xHv" = ( +/obj/item/toy/crayon/random, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"xHy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/food/disk{ + pixel_x = -6 + }, +/obj/item/food/disk{ + pixel_y = 10; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/maintenance/apmaint) +"xHz" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellowcorners" + }, +/area/station/engineering/equipmentstorage) +"xHC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old{ + icon_state = "mfloor5"; + random_icon_states = null + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"xHJ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/item/clothing/head/beanie/rasta, +/turf/simulated/floor/carpet, +/area/station/maintenance/asmaint) +"xHL" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/obj/machinery/light_switch/east, +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/service/bar/atrium) +"xIi" = ( +/obj/machinery/chem_master, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/aft) +"xIj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xIm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"xII" = ( +/obj/structure/table/wood, +/obj/item/food/pistachios, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xJa" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xJf" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/south) +"xJi" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"xJk" = ( +/obj/structure/table/glass, +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "viro_btn_ext"; + ext_door_link_id = "viro_door_ext"; + int_button_link_id = "viro_btn_int"; + int_door_link_id = "viro_door_int"; + name = "Virology Lab Access Console"; + pixel_y = -24 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/obj/item/storage/belt/medical, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"xJn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xJD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"xJE" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/ce) +"xJG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/command/bridge) +"xJO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/caution{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xJR" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xKa" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"xKc" = ( +/obj/effect/turf_decal/caution, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"xKi" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"xKp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"xKv" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/carrot, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xKE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"xKT" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/effect/spawner/random/blood/maybe, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xLj" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xLs" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xLu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"xLv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xLx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"xLF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xLQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/supply/expedition/gate) +"xLR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/drip, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"xMa" = ( +/obj/machinery/door_control/shutter/east{ + id = "vacantstore" + }, +/obj/effect/turf_decal/siding/trimline/corner, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"xMG" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"xMI" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/item/flashlight/lantern{ + anchored = 1; + layer = 5; + on = 1; + pixel_x = -1; + pixel_y = 10 + }, +/turf/simulated/floor/carpet/black, +/area/station/maintenance/fsmaint) +"xMK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"xML" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xNr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/security/brig) +"xNv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"xNV" = ( +/obj/machinery/biogenerator, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xOn" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"xOA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"xOH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"xOM" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/aft) +"xOQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xPa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"xPb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xPg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"xPo" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "atmos"; + name = "Atmos Blast Door"; + opacity = 0 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"xPw" = ( +/obj/structure/chair/sofa/pew/right, +/obj/item/trash/semki, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"xPz" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"xPE" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/security/permabrig) +"xPH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"xPJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/beer{ + pixel_y = 6 + }, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"xPO" = ( +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/table, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"xPW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"xQd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xQB" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xQF" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/se) +"xQL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"xQP" = ( +/obj/structure/chair/comfy/black, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/comfy/brown{ + color = "#514E58" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"xRk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/service/chapel) +"xRy" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/door_control/shutter/west{ + id = "maints1"; + name = "Blast Door Control A" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xRB" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/qm) +"xRG" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/science/rnd) +"xRI" = ( +/obj/machinery/camera{ + c_tag = "Prison Solitary External"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/space, +/area/space) +"xRM" = ( +/obj/structure/lattice, +/obj/structure/grille, +/obj/structure/sign/explosives, +/turf/space, +/area/space/nearstation) +"xRP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/gibs/xeno, +/obj/effect/decal/remains/human, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/maintenance/aft) +"xRT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"xRU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"xRV" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 2; + sort_type_txt = "13" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/hallway) +"xRY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"xSq" = ( +/obj/structure/table/glass, +/obj/item/clothing/mask/cigarette/pipe, +/turf/simulated/floor/carpet/green, +/area/station/command/bridge) +"xSt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"xSF" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/paper{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/interrogation) +"xSH" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"xSV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/maintenance/fsmaint) +"xSZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"xTc" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/south) +"xTH" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"xTJ" = ( +/obj/item/trash/semki, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xTR" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"xTV" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/landmark/start/bar, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"xTZ" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"xUg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"xUG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"xUK" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/west, +/obj/item/slime_scanner, +/obj/item/slime_scanner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"xUS" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xUX" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Kill Chamber"; + superconductivity = 0 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Chamber 1 Containment Blast Doors" + }, +/obj/effect/turf_decal/stripes, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"xVf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"xVq" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/station/command/meeting_room) +"xVC" = ( +/obj/structure/closet/secure_closet/injection, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"xVF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"xVM" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"xVP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/vomit, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/aft) +"xVT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"xWg" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"xWm" = ( +/obj/item/trash/chips, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint2) +"xWJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"xWL" = ( +/obj/item/storage/secure/safe{ + pixel_x = -27; + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"xWM" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffel, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"xWN" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction/reversed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"xWO" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"xWT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast east"; + name = "Bridge Blast Doors" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"xWX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xXe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/transit_tube, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat/interior) +"xXt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"xXD" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"xXO" = ( +/obj/structure/table, +/obj/item/storage/belt/utility{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/welding, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"xXP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint2) +"xYc" = ( +/obj/structure/chair/comfy/black, +/mob/living/simple_animal/walrus, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"xYi" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"xYl" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xYp" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + name = "engine outlet injector"; + volume_rate = 200 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/supermatter_room) +"xYq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"xYu" = ( +/obj/structure/table, +/obj/item/clothing/under/pants/shorts/black{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/clothing/under/pants/shorts/blue, +/obj/item/clothing/under/pants/shorts/red{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/reagent_containers/drinks/trophy/bronze_cup, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xYK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central/north) +"xZg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"xZh" = ( +/obj/machinery/door/airlock/virology, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"xZq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/brig) +"xZH" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation/observation) +"xZQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"yaa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"yab" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/psych/glass{ + id_tag = "psych_bolt" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "psych" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"yac" = ( +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"yad" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Coroner" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/morgue{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"yaK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/table, +/obj/item/food/meat/tomatomeat, +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ybE" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/secondary/exit) +"ybL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/engineering/control) +"ybN" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"ybT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"ybX" = ( +/obj/machinery/camera{ + c_tag = "Toilet"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet/unisex) +"ycf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "vacantstore_entry"; + name = "Vacant Store Shutters"; + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/public/vacant_store) +"ycj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"ycr" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"ycK" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ydt" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ydv" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/welded, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ydz" = ( +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"ydH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/security/permabrig) +"ydU" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/spacecash/c10, +/turf/simulated/floor/engine, +/area/station/maintenance/fsmaint) +"yeH" = ( +/obj/item/candle/eternal, +/obj/structure/table/wood/fancy/red, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/dorms) +"yeI" = ( +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/structure/morgue{ + dir = 1 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"yeL" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"yfb" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/rack, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass/fifty, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/atmos/storage) +"yfi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"yfn" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start/scientist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"yfR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/ai_monitored/storage/eva) +"yfY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ygq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/dorms) +"ygr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/hallway) +"ygu" = ( +/mob/living/carbon/human/monkey, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"ygC" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ygF" = ( +/obj/structure/table/glass, +/obj/item/clothing/head/cakehat, +/turf/simulated/floor/light/purple, +/area/station/service/bar/atrium) +"ygK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/misc_lab) +"ygX" = ( +/obj/effect/decal/cleanable/ash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"yha" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"yhb" = ( +/obj/structure/table/glass/reinforced/plastitanium, +/obj/item/storage/box/handcuffs{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/clothing/suit/straight_jacket{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"yhr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"yhw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/atmos) +"yhF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"yhP" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/computer/security/engineering{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos/control) +"yhS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Brig Firing Range"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"yhY" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/apmaint) +"yig" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"yiu" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"yiy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"yiF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "testlab"; + name = "Testing Lab Shutters" + }, +/turf/simulated/floor/plating, +/area/station/science/misc_lab) +"yiH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"yiL" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"yiR" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"yiY" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/station/public/mrchangs) +"yiZ" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/fsmaint) +"yjg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"yjv" = ( +/obj/machinery/alarm/server/directional/west, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/science/server/coldroom) +"yjA" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/roller, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"yjH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/storage) +"yjQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"yjR" = ( +/obj/machinery/door/airlock/external{ + id_tag = "scibomb_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button/east{ + autolink_id = "scibomb_btn_int"; + pixel_y = 24; + req_access = list(13); + pixel_x = 0 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"yjV" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"yko" = ( +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/engineering/ai_transit_tube) +"ykt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/command/office/ce) +"yku" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/science/hallway) +"ykv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet/green, +/area/station/public/arcade) +"ykw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"ykA" = ( +/obj/structure/shelf/engineering, +/obj/machinery/light/directional/north, +/obj/item/multitool{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/cartridge/atmos{ + pixel_y = -6 + }, +/obj/item/t_scanner{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/multitool{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/cartridge/atmos{ + pixel_y = 6 + }, +/obj/item/t_scanner{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"ykF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ykL" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/maintenance/asmaint2) +"ylb" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/hallway/primary/central/se) +"ylC" = ( +/obj/structure/chair/sofa/corp, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"ylG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/hallway) +"ylO" = ( +/turf/simulated/wall, +/area/station/medical/surgery/observation) +"ylS" = ( +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/atmos) +"ylW" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"yme" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/atmos) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +khv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMs +vKE +vKE +aMs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMs +pkf +pkf +aMs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aSd +eGs +eGs +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aSd +eGs +eGs +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aLd +neF +eoP +aSd +aaa +aaa +aaa +aVV +aVY +aVY +aVY +aVV +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aLd +neF +eoP +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aLd +vKE +vKE +aLd +bjQ +aaa +aaa +aVY +aYM +jyO +bcr +aVY +aaa +aaa +cEL +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cEL +aaa +aaa +aaa +aaa +aaa +aLd +pkf +pkf +aLd +bjQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aLd +gGY +aSf +euy +aLd +aaa +aaa +aVV +aYL +jyO +bcN +aVV +aaa +aaa +aMs +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMs +aaa +aaa +aaa +aaa +aaa +aLd +gGY +aSf +euy +aLd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMs +aMs +aMs +aLd +gGY +aSf +urF +aLd +aaa +aVV +aVV +aVV +jMw +aVV +aVV +aVV +aaa +aLd +aLd +aSd +aSd +aLd +aaa +aaa +aaa +aaa +aaa +aMs +aaa +aaa +aaa +aaa +aaa +aLd +gGY +aSf +urF +aLd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJP +aJP +aJP +aRm +aOP +aMs +swY +aMB +aSd +aSd +aSd +aVV +aXr +kGb +jyO +kGb +aXs +aVV +aSd +aSd +aSd +blB +boP +aLd +aaa +aaa +aaa +aaa +aaa +aMs +aaa +aaa +aaa +aaa +aaa +aLd +gGY +aMB +aSd +aSd +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJS +aLb +aMp +aNt +bMa +aPZ +kaE +bLZ +aRU +cve +aRU +aVX +aXs +aYZ +aYZ +aYZ +aXs +aVX +aRU +aQa +aRU +aMd +bMg +aSd +aaa +aaa +aaa +aaa +aaa +aLd +aaa +aaa +aaa +aaa +aaa +aLd +sEJ +boL +piQ +cve +piQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJP +aJP +aJP +aRm +aOR +aMs +ikg +uKL +aSd +aSd +aSd +aVV +aXt +aXs +aXs +aXs +beG +aVV +aSd +aSd +aSd +cFJ +bsh +aSd +aaa +aaa +aaa +aaa +aaa +sVG +aaa +aaa +aaa +aaa +aaa +aSd +pNQ +bLZ +piQ +cve +piQ +bPN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMs +aMs +aMs +aLd +aRa +rGW +mOp +mTi +aSd +aVV +aXu +aYZ +aYZ +aYZ +bes +aVV +aSd +bid +mOp +aSf +bsh +aSd +aaa +aaa +aaa +aaa +aaa +sVG +aaa +aaa +aaa +aaa +aaa +aSd +pNQ +uKL +aSd +aSd +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJR +aJR +aJR +aRV +aOP +aMs +vYH +aSf +aSf +aUk +aSd +aVY +aXv +aXs +aXs +aXs +aXs +aVY +aSd +bgI +aSf +aSf +bsh +aSd +aaa +aaa +aaa +aaa +aaa +sVG +aaa +aaa +aaa +aaa +aaa +aSd +pNQ +aSf +mTi +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aJV +aLf +aMt +aNy +bMa +aPZ +bMb +aSf +aSf +aUn +aSd +aVY +aXw +aYZ +aYZ +aYZ +aXs +aVY +aSd +bjT +aSf +aSf +qvr +aSd +aaa +aaa +aaa +aaa +aaa +sVG +aaa +aaa +aaa +aaa +aaa +aSd +bGl +aSf +bKp +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aJR +aJR +aJR +aRV +aOR +aMs +aPJ +aRd +aTp +aUm +aSd +aVV +aXx +aXs +aXs +aXs +bex +aVV +aSd +bjS +aTp +aSf +bsh +aSd +aaa +aaa +aaa +aaa +aaa +sVG +aaa +aaa +aaa +aaa +aaa +aSd +pNQ +aMD +aSd +aSd +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aab +aMs +aNw +aNw +aLd +aPT +aMD +aSd +aSd +aSd +aVV +aXy +aYZ +aYZ +aYZ +aXs +aVV +aSd +aSd +aSd +blE +bsh +aSd +aaa +aaa +aaa +aaa +aaa +sVG +aaa +aaa +aaa +aaa +aaa +aSd +pNQ +bLZ +pkf +cve +pkf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aRp +mxz +aKa +aGn +aPR +bLZ +aRU +cve +aRU +aVX +aXs +jyO +jyO +jyO +aXs +aVX +aRU +aQa +aRU +qwP +bOb +aSd +aaa +aaa +bvf +aaa +aaa +aLd +aaa +aaa +bCi +aaa +aaa +aLd +tND +sLN +pkf +cve +pkf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ays +aaa +aaa +aaa +aaa +doE +aII +aII +aII +aII +aHl +vEo +vPw +aQw +aRe +aSd +aSd +aSd +aVV +aVV +aYV +aYV +aYV +aVV +aVV +aSd +aSd +aSd +dce +bdO +aLd +dOd +aSd +bvl +aSd +dOd +aMs +dOd +aSd +bDC +aSd +dOd +aLd +qfI +aRe +aSd +aSd +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +alv +alv +alv +alv +apo +alv +alv +alv +alv +aab +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +doE +jXg +pVq +tvQ +dur +pTK +sar +aGn +aPY +aSf +bLY +aSd +aUZ +aVV +aXn +aYT +aYT +aYT +bey +aVV +aUZ +aSd +bpX +aSf +bgR +aMs +aSd +aSd +aOQ +aSd +aSd +aMs +aSd +aSd +aOQ +aSd +aSd +aMs +qfI +aSf +bLY +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ppR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aab +aab +aab +aab +aab +aaa +axn +aaa +aab +aaa +aBm +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +doE +aII +aII +aII +aII +aNC +iOQ +aGn +aPY +aSf +cIK +aLd +aLd +aLd +aSd +aSd +aSd +aSd +aSd +aLd +aLd +aLd +niR +aSf +bsl +aMs +aUl +aSd +bvl +aSd +bwO +aMs +aUl +aSd +bDC +aSd +bwO +aMs +oLQ +aSf +xaY +aLd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aab +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +arX +arL +atF +aaa +arX +arL +atF +aaa +arX +arL +atF +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aII +aLB +oGl +aGn +mCp +aSf +aME +aUo +aUV +jQc +edY +aTo +aTo +aTo +lko +bdn +bgH +bjU +bmS +aSf +aSj +bgG +aME +aTo +aTo +bLX +bmS +bzr +aME +aYD +aTo +aTo +bmS +xvP +bgB +aSf +bMc +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +bEN +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +arX +arM +atF +aaa +arX +arM +atF +aaa +arX +arM +atF +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aII +aMy +iOQ +aGn +aQy +aRf +aRW +aSn +aTt +aVd +aXq +aZN +bcW +bgl +bhK +aSf +blg +aSf +aSf +aSf +bsq +buf +buS +blV +hCn +uGE +bDu +bEm +plc +bIb +bJs +jiy +plc +plc +sTE +blg +qaX +aLd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +qAt +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +arX +arM +atF +aab +arX +arM +atF +aab +arX +arM +atF +aaa +aab +aaa +aaa +aaa +aaa +aaa +aGn +aGn +aGn +bat +aGn +aGn +aNB +flm +aKW +aGn +aGn +aGn +aGn +aVc +aVc +aVc +aVc +aVc +bgk +bhE +aSd +aSd +aSd +aSd +bre +bgk +bqr +bqr +bqr +bqr +bBr +bqr +bqr +bnS +bnS +bnS +kNP +vYh +dsG +cAm +aTp +pEp +aSd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +aab +puy +aab +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +arX +arM +atF +aaa +arX +arM +atF +aaa +arX +arM +atF +aab +aab +aaa +aaa +aaa +aaa +aaa +bat +aHR +pql +aGn +blL +vEo +ngO +wvQ +ngO +aTh +aPv +ngO +ksP +aVc +aWd +aXB +aZY +aVc +bgw +bhO +aSW +bgt +bkc +bmo +brk +bmW +bqr +buX +oyG +bvm +sAq +btF +bqr +bud +buc +bnS +bwt +bnS +bnS +ckp +blQ +nqv +blQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aab +cyO +aab +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +aab +aaa +arX +arM +atF +aaa +arX +arM +atF +aaa +arX +arM +atF +aaa +aab +aaa +aAd +aDw +aFT +aDw +aSt +aHM +aIJ +aKW +aKb +iOQ +aGn +aKW +aGn +aGn +aGn +aGn +iOQ +aVc +aWc +aXA +aZW +bcX +bgu +bhO +pic +bgj +bjO +vcQ +brk +bgB +bqr +buX +ibL +eqL +sAq +rrL +bqr +bFY +ucQ +qUu +jtt +cTP +bnS +pfj +bnK +hEd +mBl +nqv +blQ +iez +aaa +iez +bKv +bKv +bKv +bKv +iez +aaa +gzN +cgQ +cgQ +cgQ +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +qVU +vog +gOw +aaa +alv +alv +alv +alv +alv +alv +aQU +alv +alv +alv +alv +alv +alv +aQU +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aab +aaa +aaa +aaa +arN +aaa +aaa +aaa +arN +aaa +aaa +aaa +arN +aaa +aaa +aAd +aAd +aAd +aDu +aEC +aFQ +aSt +sve +erj +aGn +aDD +oGl +aGn +aOT +aHl +aRh +aSo +aGn +mHA +aVc +aWf +aXD +aZf +aUt +aAZ +bhO +aSX +bhm +bhm +aSX +brk +bpF +bqr +rjY +btG +btB +sAq +rrL +bqr +bFZ +nfo +nfo +hJq +bqG +bnS +jFt +bnK +bnK +cjg +bnw +vwk +blQ +bKv +dvY +cjf +kUo +kJk +oJO +blQ +bKv +cng +fJK +rcY +cgQ +cng +cng +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +qVU +pfI +gOw +aaa +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aaa +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +amU +anG +anG +arb +asb +asb +asb +asb +asb +asb +asb +asb +asb +asb +laU +sOr +rMP +etR +hoD +aEE +aFS +aHh +gnV +fMK +aVa +jgi +krJ +aGn +aPW +aQb +aRg +aHl +aGn +rPS +aVc +doi +aXC +aZa +aIz +aNu +bhN +aSW +bhm +bhm +bmo +brl +bss +ehb +brU +jcg +qtA +oTT +pjR +bqr +bGR +cDQ +bDx +vXp +bqK +bnS +lXU +lrs +tZM +qRV +qRV +lrs +uds +tZM +qRV +qRV +tZM +tZM +qRV +tZM +lrs +cqF +iXf +ubK +qMa +vQt +skl +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +fAC +pfI +mVJ +aaa +aaa +aaa +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +aab +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aab +aaa +aaa +aaa +arU +aaa +aaa +aaa +arU +aaa +aaa +aaa +arU +aaa +aaa +aAd +aAd +aAd +aDx +aED +aFR +aHg +aIw +aKa +aGn +aLu +jwb +aGn +aOV +aPX +aRi +aHS +aKW +iOQ +aVc +aWh +aXD +aZh +aUt +bgB +bhO +sQe +bhv +bhv +aSY +brk +boT +bqr +nmJ +btB +bvn +joq +byh +bqr +bnS +bnS +bnS +bnS +bnS +bLJ +wmY +bnK +cyp +cyp +svp +bJt +bKw +cjc +bKw +bKw +bKw +bKw +bKw +bKw +cjc +cvp +wjh +tdb +gYs +cgQ +gYs +cgQ +cgQ +cgQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aQU +aaa +fAC +pfI +mVJ +aaa +aaa +aab +cyO +aab +aaa +aaa +aab +cyO +aab +aaa +aaa +aab +cyO +aab +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +alv +aab +aaa +arX +asL +atF +aaa +arX +asL +atF +aaa +arX +asL +atF +aaa +aab +aaa +aAd +aDw +aDw +aFT +aHi +hCz +aKa +aGn +fRo +iOQ +aGn +aOU +jSe +aHl +aSp +aGn +tqH +gAb +doj +aXE +aZb +aVc +bcG +bhO +aMs +aMs +aMs +aMs +brn +rjP +bqr +bvb +btA +bvn +joq +qON +bqr +bHv +hqi +mBl +cEv +bJt +bnK +kSI +bnK +bJt +hYf +cJO +rFK +bKv +aaa +blQ +bNP +bCs +gdX +brF +blQ +aaa +cng +uQV +lNb +yac +cgQ +cdG +cdG +cdG +cgQ +bCf +bOd +iBU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +fAC +pfI +gOw +aab +aab +qVU +vog +gOw +aaa +aaa +qVU +vog +gOw +aaa +aaa +qVU +vog +gOw +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +arX +asL +atF +aaa +arX +asL +atF +aaa +arX +asL +atF +aab +aab +aaa +aaa +aaa +aaa +aaa +aGn +aHS +aGn +aGn +aGn +oGl +aKW +aOW +dyw +aRj +aSq +aTu +aTu +aTu +aTu +aTu +aTu +aTu +bcM +bhO +bgv +biv +bkd +blJ +brk +bgB +bqr +bvc +btH +hjH +bwM +btF +bqr +bGb +bJu +uBz +lgY +eBX +bSA +rDX +svp +svp +bnw +svp +bET +bKv +aaa +nqv +kMw +fmd +cqK +qjC +iez +aaa +cng +mVI +aVC +woj +syc +uJm +dud +jRQ +hoJ +bCf +oNT +iBU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +fAC +pfI +gOw +aaa +aaa +qVU +pfI +gOw +aab +aab +qVU +pfI +gOw +aab +aab +qVU +pfI +gOw +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +arX +asL +atF +aab +arX +asL +atF +aab +arX +asL +atF +aaa +aab +aaa +aaa +aGn +bat +aGn +aGn +aRC +aGn +bPF +aGn +tfT +aGn +aGn +aQe +aKW +aGn +aTu +aUu +aUu +aUu +aXI +aZj +aTu +bgC +bhQ +blh +blh +blh +blh +brp +bgB +bqr +bqr +bqr +bqr +bqr +bqr +bqr +bIP +hqi +blQ +thb +bnK +vaa +eBX +gOo +gOo +eBX +rXC +blK +mBl +nqv +blQ +dvY +svp +gqW +mBl +blQ +blQ +gYs +cwl +lNb +euX +gYs +cgQ +tcM +xWX +fSH +esK +xhq +bCf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +fAC +pfI +gOw +aab +aab +qVU +pfI +mVJ +aaa +aaa +qVU +pfI +gOw +aaa +aaa +qVU +pfI +gOw +aab +alv +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMr +aaa +aaa +aaa +aaa +alv +aab +arX +asL +atF +aaa +arX +asL +atF +aaa +arX +asL +atF +aab +aab +aaa +aGn +aGn +aEF +aFU +aHj +aIH +aKW +aHl +pDr +tqX +mCx +xqv +iQq +ovu +iRA +aTu +aUz +eXr +aVe +aVe +aUr +aTu +bgD +blV +blV +bls +fMG +fMG +bnu +boW +tde +nRS +jqo +btL +cWt +vZo +mBl +blQ +blQ +mBl +nRB +svp +qiX +bKv +bKv +bKv +blQ +fDM +gqA +mEk +ezU +aaf +kSP +gqA +kIZ +ydv +fvf +btL +cFX +xzs +xzs +iBP +hwH +cgQ +rgs +kzB +bCf +lbs +mZf +bCf +iBU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +fAC +pfI +gOw +aaa +aaa +fAC +pfI +mVJ +aaa +aaa +fAC +pfI +gOw +aaa +aaa +fAC +pfI +mVJ +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +alv +aaa +arX +asM +atF +aaa +arX +asM +atF +aaa +arX +asM +atF +aaa +alv +aaa +bat +aDA +aEH +aEJ +aJY +aIK +aGn +aHS +mHb +aGn +aKW +aRp +aGn +aGn +qcv +uuX +ces +eEE +tYW +lxH +aZc +aTu +aTu +aTu +bgn +xDA +bgG +blM +blM +blM +blM +blM +blM +bvq +cho +iDG +cvl +wHo +pwm +ebP +ebI +bnK +stO +bKv +aaa +aaa +nqv +blQ +nqv +blQ +bKv +bKv +blQ +bKv +bKv +nqv +bKv +bKv +cgQ +rtu +coL +lNb +wom +ygC +cgQ +cgQ +bCf +twp +bEX +msR +aic +cxX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +fAC +pfI +gOw +aaa +aaa +fAC +pfI +mVJ +aaa +aaa +fAC +pfI +gOw +aaa +aaa +fAC +pfI +mVJ +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +alv +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +alv +aaa +aII +aDz +aEG +aFV +aHk +aIH +aGn +aLu +jEV +bat +aBy +afO +aBy +aKW +bQX +aTu +aUx +aTA +aWj +odL +aVe +bdu +bgM +beP +bgz +vJv +bgz +blM +dig +dfh +sBx +dig +dnG +blM +bwK +bnK +svp +bnK +bnK +bnw +bnK +svp +cyj +cjc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gzN +cgQ +gYs +wpN +rgR +coL +cgQ +bsi +bCf +fza +bEX +tMs +aic +uQe +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aQU +aaa +aab +puy +aab +aab +aab +fAC +pfI +mVJ +aab +aab +fAC +pfI +gOw +aab +aab +fAC +pfI +mVJ +aab +aQU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +alv +alv +alv +alv +alv +aab +alv +alv +alv +alv +alv +alv +alv +alv +alv +aaa +aII +aDC +aEK +aFX +mCW +aHl +aKW +aDD +miW +aGn +afO +aOX +aab +bat +bQX +aTu +aUs +aVe +aVe +odL +aVe +aVe +aVe +beQ +bgz +bly +bgz +blM +bnv +idz +idz +idz +fmg +boZ +bnK +cEb +bnK +bJt +bpf +vgM +bnK +bnK +bMd +bKF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cng +nsu +cgQ +cgQ +dpT +xOA +gYs +cgQ +bCf +qPt +bEX +uzM +iBU +fHD +jrG +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +aaa +aab +cyO +aab +aaa +aaa +qVU +pfI +gOw +aaa +aaa +qVU +pfI +gOw +aaa +aaa +qVU +pfI +gOw +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +abN +abN +abN +dvD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aII +aDB +aEJ +aFW +aHm +aIL +aGn +aSs +jEV +bat +aBT +aBy +aBZ +bat +nSe +aTu +aUz +aVe +aVe +mhh +aVe +bdH +aVe +beP +bgz +vJv +bgz +blM +cVn +bnD +bqv +bqv +bnD +bvs +bvs +fBj +bvs +bvs +fBj +bvs +bnw +svp +sTY +bKw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cng +eSr +wAW +cgQ +rgR +coL +tGO +sCW +bCf +wnR +ciI +oYC +bCf +cfJ +cwx +cBi +cBi +cBi +cwx +aaa +alv +aaa +aaa +aab +cyO +cyO +cyO +aab +aaa +aab +puy +aab +aaa +aaa +aab +puy +aab +aaa +aaa +aab +puy +aab +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aMr +aMr +aab +abN +aeT +ssf +abN +abN +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aCB +aaa +aaa +aaa +aGn +aGn +aKW +neo +aGn +aLn +aGn +aLu +vBG +aGn +aRp +aII +aGn +aGn +bQX +aTu +aUu +aUu +aUu +aVe +bab +bdx +bcQ +aTu +bgq +vxC +bjY +blM +mBZ +bnD +xWM +dgU +hDJ +bvs +bwP +bvs +bzu +bvs +jog +bvs +cRE +bnw +qhr +cjc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +qiN +hCY +lNi +xhx +vZX +vZX +pJY +hoJ +uly +gsg +cmK +iBU +cfJ +cwx +qFj +cCw +cDP +cwx +aab +aQU +aab +cyO +cyO +cyO +dav +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +cyO +aab +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +jHG +yiL +wJc +abN +qdi +dma +akQ +abN +abN +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aGn +mEh +aNE +xXP +aKW +jjl +aHl +aHS +szU +nky +nXN +aHS +aGn +aTf +inD +aTu +aTu +aTu +aTu +aXL +aTu +aTu +aTu +aTu +bgr +ueB +bgz +blM +bpa +bnD +bfc +bfc +btO +bvs +mfu +bvs +rKP +bvs +bwQ +bvs +bym +bvF +qhr +bKw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +sji +bzP +gYs +kQo +coL +lNb +gfC +bGQ +uUe +rzr +lQp +iBU +cfJ +cwx +kJJ +ljh +ujX +tzm +aaa +alv +aaa +cyO +aab +cyO +cyO +cyO +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +qXR +qQy +uFC +vSi +lXd +vSi +esV +ryo +abN +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aGn +ehv +ehl +aSH +aGn +xSZ +gVb +bRY +qXL +aKW +ufN +aRA +aKW +dwT +uTe +cwG +xHs +aVg +aWk +aXQ +aZe +bbj +bdb +beR +bgz +vJv +bgz +blM +bnr +bnD +bnD +bnD +cwy +bvs +bBN +iDg +byn +bGk +qKE +ciC +bvs +bnK +qiX +buk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +gYs +cgQ +cgQ +vYQ +xLv +uBQ +mWq +cHR +pey +ueC +rMp +bCf +cfJ +cwx +cBj +cCq +cDU +cwx +aaa +alv +aaa +cyO +aaa +aab +aab +aab +aab +alv +alv +alv +alv +aQU +alv +alv +alv +aQU +alv +alv +alv +aQU +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +ppV +yiL +oSm +oEG +jLf +oEG +gAt +tWD +abN +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bat +mLH +mLH +plj +aEL +dRb +tQW +aLu +aGn +aGn +oVs +aKa +aGn +aLu +dwT +aHS +dDc +uuX +xNv +uVA +fXK +nxH +aXQ +aVh +bgz +vJv +bpc +blM +bnA +eqO +hfu +azb +bRL +bzQ +bBP +tlC +bEz +bDv +gdQ +bJx +bvs +bnw +qhr +cjc +aaa +aaa +aaa +aaa +aaa +aaa +bWP +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gzN +tUd +bIH +gIU +qSB +krw +rvp +hsD +bCf +izV +eUk +oRH +lnV +cyo +cwx +kJJ +jIM +kJJ +cwx +aaa +aQU +aaa +cyO +aaa +aab +aQU +dQR +dQR +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +tXG +cHL +tia +lxO +eGU +mgF +ouo +gvh +abN +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aGn +bat +aGn +aKW +aGn +aGn +jGG +aMy +aNB +aGn +aKW +aGn +aGn +aGn +aGn +aLu +hhz +aVi +aWi +uyY +aXQ +aXQ +aXQ +beR +bgz +vJv +bki +blM +bnB +bnD +bqv +bqv +mia +bvs +bvs +bvs +bvs +bvs +bvs +bvs +fBj +bJt +tSN +blQ +aaa +aaa +bPT +bRI +sft +peF +sft +bUg +bPT +aaa +aaa +aaa +aaa +aaa +gzN +klN +rhG +cgQ +cgQ +cgQ +tGO +sCF +vdx +bCf +vdx +ejH +cwx +cyn +czH +odO +czJ +cDV +cwx +aaa +aab +aaa +cyO +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +abN +rAe +lKq +lKq +eFY +hhX +eFY +lKq +lKq +abN +abN +abN +abN +abN +abN +abN +abN +aab +aaa +aab +aaa +aaa +aaa +doE +doE +dYX +fSi +fSi +tKA +dLo +rEh +aHl +aLu +aHS +aLB +aLB +aGn +aKb +aHl +jKr +aVi +aWn +uyY +aXQ +aXQ +bde +aVi +bgz +ghQ +bkb +blM +bnC +bnD +bqw +bqx +mia +bzU +msU +bzA +blM +wRz +wRz +jZu +bKt +wBH +kJs +mBl +aaa +aaa +bKB +bRK +bTq +bxb +xSH +bYw +bKB +aaa +aaa +aaa +aaa +aaa +cgQ +vjf +czR +lQE +tLs +gYs +sCW +sCF +mjE +bCf +kwZ +ezf +cwx +cyb +czQ +tTz +pgE +cDL +tzm +aaa +aab +aaa +cyO +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +xPE +rRa +rLK +siM +guy +uVj +pMP +vPz +eei +xJa +pji +wHa +qjs +kDl +oXo +jNY +abN +xPE +abN +xPE +abN +aaa +aaa +aaa +doE +nJV +oxe +wwc +uJB +uKQ +sAy +aHS +aHS +aHl +aHS +aLt +aKW +qky +aHS +uii +aVi +aWm +uyY +oUW +aXQ +bcT +aVi +bgz +nWm +fZX +sAm +srB +srB +fwf +bsg +nVB +eJI +byp +cns +blM +dsU +bCp +cNA +blQ +bnw +xeC +bxb +bKB +bKB +bKB +bRI +bTr +bxb +bTr +bUg +bKB +bxb +bKB +bKB +bxb +aaa +cgQ +wNT +qcZ +vkC +bCg +cgQ +puo +vKe +fGI +bCf +qCJ +dTL +cwx +cyc +czJ +feA +cCz +cDX +cwx +aaa +aab +aaa +cyO +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xPE +rAe +rAe +lKq +xnT +anf +krG +anf +gtx +xDw +avm +xhW +exh +hjX +pty +oBb +rAe +luh +lEA +vON +xPE +aaa +aaa +aaa +aaa +aGn +bat +aGn +aGn +bdK +mDs +rPV +qYJ +fSJ +wbV +klh +aGn +qwM +aHS +isZ +aVi +aWo +uyY +aXQ +bbm +bdg +aVi +vLB +jNl +oll +bkx +bnD +bnD +bqw +bqx +rXm +bvv +bBQ +bzA +blM +cRK +bCo +bsf +blQ +bnw +ozI +bxb +bPY +oWJ +bNR +bRR +bNT +bOg +bNR +bYy +nCa +noq +nCa +nCa +bxb +aaa +gzN +cgQ +gzN +gzN +cgQ +gzN +cgQ +sCF +tdb +vdx +bCf +bCf +cwx +cyd +czK +mqG +aag +cDZ +cwx +aaa +aab +aaa +cNM +aaa +aab +aaa +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xPE +hUX +wEP +kBe +hDl +hDl +vWw +ado +lZS +qYn +qAH +hCs +kTP +mzL +uVr +orU +lKq +asg +lKj +jAz +xPE +aaa +aaa +aaa +aaa +aaa +aaa +aGn +aIQ +eyB +aPc +aGn +aKW +aGn +aHS +uLu +aLu +aGn +aKW +cig +aVi +aWq +uyY +aXQ +aXQ +bdh +aVi +bgz +vJv +oll +blM +bnF +bpd +bfc +bfc +rXm +bng +blM +blM +bvq +blQ +blQ +iZp +blQ +lKF +lsL +bxb +bPX +bKz +bPO +bRR +bKz +byw +bTu +bYx +oWJ +qMY +oWJ +sFm +bKB +aaa +aaa +aaa +aab +aab +aab +aaa +cng +vKe +coL +tGO +nXK +ygC +cwx +cye +oQB +iKU +uAw +uhh +tzm +aab +aab +oKx +aPd +oKx +aab +aab +aab +cSU +qsQ +qsQ +qsQ +cSU +cKr +cKr +cKr +cSU +cKr +cKr +cKr +cSU +cKr +cKr +cKr +cSU +cKr +cKr +cKr +cKr +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +abN +xPE +lKq +lKq +lKq +lKq +oGf +vWw +haz +hKc +jIX +fcd +hIc +ado +krG +asi +atA +avg +awS +tRw +abN +hTu +hlG +akQ +abN +aaa +aaa +aGn +bat +bat +aGn +aLk +hrm +dyh +wqh +lpV +aHl +aHS +aLu +jKr +aVi +aWr +uyY +aXQ +aXQ +aNv +beR +bgz +vJv +bkf +blM +bnG +eqO +azb +azb +vsr +nMT +blM +fcH +blQ +bJt +rEx +sDy +ouJ +faB +wKM +bNH +hyQ +kPV +byj +gSN +kbg +tBQ +bKz +bKz +byw +djL +bKz +vHV +bKB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cng +gGR +gQK +oQN +fOP +uYB +cwx +cyf +czJ +cBn +cCD +cDO +cwx +aaa +aaa +oKx +osy +oKx +aaa +aaa +aab +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +vMV +gjP +htR +lKq +lKq +fct +ppO +poe +mKG +jts +exh +ado +anf +eZu +lKq +lKq +rAe +rAe +lKq +mfS +fjM +ftm +abN +abN +aaa +aaa +aaa +aaa +aII +dEG +aRg +aIx +aJX +nIM +maP +cHG +aXZ +gTH +aVi +aWp +pSk +tBA +pRh +bgQ +epp +mTT +kRT +oll +blM +bnH +bnD +bnD +bnD +bwG +bsk +blM +rzw +blQ +bua +gFU +hIP +htV +mwL +bxb +bxb +bMq +ojT +bKz +bRR +bKz +bKz +vcS +bHh +bHh +bKz +bKz +vHV +bKB +aaa +aaa +aaa +aaa +aaa +aaa +aab +gzN +cgQ +gYs +cgQ +xLj +sCF +cwx +cwx +cwx +cwx +cCC +cwx +cwx +cvp +cPu +oKx +cmc +oKx +oKx +aab +aab +cSU +qsQ +qsQ +qsQ +cSU +jft +jft +jft +cSU +clS +pqE +clS +cSU +jft +jft +jft +cSU +cKr +cKr +cKr +cSU +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +oij +uLp +uLp +hpP +hld +llj +gsQ +ydH +vMv +ydH +nln +ado +anf +wjV +lKq +qen +xBl +twu +aEO +jkw +lsX +aEO +wkg +abN +abN +aaa +aaa +aaa +aII +gMa +qaI +dyh +aJX +gvi +xSt +aHS +aKb +aNx +aVi +aWt +aXQ +aZr +bbp +bdk +beR +bgz +vJv +oll +blM +bnI +bnD +bnD +bnD +knY +bnD +blM +fmd +blQ +bET +aXX +rXH +xWJ +bxb +bIV +bQf +bKz +ojT +bKz +kkT +nAi +nAi +nAi +nAi +nAi +vmd +bKz +nxm +bxb +aab +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +cgQ +cyg +cqs +ecW +oiM +vZX +auX +jWV +vjY +nZI +coL +coL +cPu +cLy +eez +kIa +uLO +aab +cSU +cSU +sdw +aab +aaa +mjO +aaa +aaa +aaa +oZe +aaa +aaa +aaa +oZe +aaa +aaa +aaa +kxr +aaa +aab +dpm +cSU +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +qmB +mgZ +uLp +ebh +qWR +fct +anf +ado +uVd +anf +ado +anf +ado +asj +lKq +fMM +hAh +xBl +aEO +aAr +avi +acR +fMM +sSX +abN +abN +aab +bat +bat +soX +aOn +aGn +aGn +aMA +mMp +aSu +aJU +aSt +aXM +aVj +aVj +aVj +aVj +aVj +aVj +bdq +iTE +blP +blM +bnJ +bpe +bqz +btT +bsk +bnD +blM +jQQ +blQ +gVs +jDC +lvM +bFd +bxb +bIU +bQf +bKz +wQv +bKz +bKz +bKz +bXe +bHh +bHh +bHh +byw +byw +qot +bxb +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gzN +kSp +fCJ +lfC +lrw +eXA +vUq +fCJ +tTf +vvd +vZX +pJY +cPu +tAm +nps +fXL +cPu +aab +cSU +iIG +dpO +lBS +aaa +cTn +cVB +cVB +cZF +cVB +cVB +hft +cVB +cVB +hft +cVB +cVB +rDS +aaa +hcy +afT +cSU +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +abN +hUC +mgZ +nFc +vOD +qWR +xPa +ado +anf +sDL +anf +eBy +bfl +ado +asl +lKq +avk +fMM +fMM +fMM +twu +avi +twu +eES +fMM +feU +abN +aaa +aGn +aLB +aPa +aKd +wTp +aaa +aQg +kpO +gSY +aaa +aab +aaa +aab +aaa +aab +aaa +aaa +beL +bgA +vJv +oll +blM +blM +blM +blM +blM +blM +blM +bvq +blQ +mBl +bUR +xUg +mBl +blQ +bxb +bIY +bQf +wZA +wPF +bKz +bKz +byw +byw +bKz +bKz +bKz +byw +wuP +ljI +bxb +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cgQ +oMc +cqs +cvp +cvp +cyk +cvp +sCW +cqs +gYs +xLj +gfC +uLO +mxn +eZM +iCq +cPu +aaa +cSU +iIG +cRA +sdw +aab +gAm +uwH +iWP +diq +iWP +iWP +diq +iWP +iWP +diq +iWP +egM +gAm +aab +dpm +cRA +jRW +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +abN +abN +laL +spo +tvr +uGG +nDZ +nDZ +nDZ +wro +aja +akG +anN +mIM +aqu +atO +avj +twu +jkw +fMM +aAq +aBI +cUL +aDF +kSK +aGa +abN +aaa +aMA +aMA +hyE +aMA +aMA +aaa +aQg +wle +buN +aab +aUE +aLH +aUE +aUE +aUE +aUE +aab +beL +bgA +vJv +oll +blQ +cFP +bnK +cRC +bCs +bJt +bnK +bnw +svp +bnK +dCN +pvp +blQ +bKH +bxb +bIX +bQf +bKz +ojT +ozC +ojs +ojs +vsR +ojs +ojs +cKV +ojs +sdm +mIA +bxb +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gzN +cCo +cvf +cyk +lvs +snE +cvp +cgQ +goJ +cgQ +cqs +euD +cPu +cPu +gim +cPu +uLO +aaa +cSU +cPG +cVm +sdw +aaa +gAm +fJu +hke +aab +aab +bvr +aaa +doE +aab +aab +orA +fIU +gAm +aaa +dpm +nSm +iLx +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +abN +iPz +nYZ +rhk +adj +sqb +fxP +oAs +lUa +ajg +adN +vMJ +sSf +asr +atS +avm +jkw +eES +jmB +sDL +aAr +twu +neO +twu +xNV +abN +aab +aMA +aLD +aMS +aOp +aMA +aMA +aMA +uHy +buN +aaa +aUE +aVk +aWu +aXO +aZk +aLH +aaa +beL +bgA +nkX +uzD +dDk +vWa +vWa +jpc +tWI +iws +wLq +hsk +rSI +cqQ +pvp +jnc +blQ +fea +bxb +xKE +snx +bKz +ojT +ceE +bYM +bYM +mzC +jDn +xJi +bYM +aau +fnX +bYM +bYM +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gzN +mFO +why +cvp +vxu +xHy +cvp +dEq +cqs +cgQ +ygC +euD +cyk +qqB +cCo +cBr +gzN +aaa +cSU +cRz +cRA +sdw +aab +dei +cWf +aab +aaa +aaa +doE +aab +doE +aaa +aaa +aab +cRk +mha +aab +dpm +cRA +dfA +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +abN +oWe +uLp +ofW +abN +abN +abN +abN +kXd +axs +nJA +pZj +anf +hNf +adj +avl +cUL +ayx +gMl +kkv +aEO +koT +avi +aEO +sFE +abN +aaa +aGi +aLC +aPi +dEb +aPu +aMA +tHO +wle +buN +aab +aUE +aWs +sDU +aWs +aZi +bbq +beL +beL +pvo +ueB +oll +blR +blR +blR +blR +bsc +bql +svp +qCk +wAO +wAO +wAO +wAO +wAO +wAO +wAO +bIZ +kTU +bKz +ojT +prX +bYM +bPP +bXf +bYr +nBz +xoE +lVy +nxg +tZo +bYM +aaa +aaa +aaa +aaa +ckk +aaa +aaa +aaa +aaa +cgQ +mut +kSn +eMu +lXG +jOA +cvp +efk +aeE +gYs +nXK +gfC +cvp +cgQ +oMc +daY +cgQ +aab +cSU +wZp +gBF +sdw +aaa +gAm +fJu +aab +aaa +doE +doE +doE +doE +doE +aaa +aab +fIU +gAm +aaa +dpm +jRj +cAN +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +abN +abN +abN +abN +twL +wOM +abN +fRp +anf +ado +oUV +hDl +sgt +lKq +avo +kcW +fMM +ouO +akL +fMM +xBl +avi +jkw +vEA +abN +aab +aGi +aLG +aMU +aOq +sZg +aOr +qhC +aXF +uaY +aaa +aUE +aVm +aWw +civ +aXP +bbf +bcZ +beO +rlS +fDa +oll +blR +bqC +bpb +blR +blT +bql +bnw +wAO +bDI +tFZ +bBk +bCv +bEi +bFl +bIw +jsF +fxu +eIm +gUO +prX +bYM +pRD +bRW +qIg +fav +xRB +sCm +tSx +fPF +bYL +aaa +aaa +bYP +bYP +kJQ +bYP +bYP +aaa +aab +gzN +rbX +dlZ +cvp +tDB +jsv +cyk +cqs +uMl +cgQ +cgQ +wsD +gYs +sKs +cCo +cdG +cgQ +aab +cSU +cSU +cRz +dpO +doE +gAm +fJu +cst +doE +doE +uwH +iWP +egM +doE +doE +doE +fIU +gAm +doE +cRA +dfA +cSU +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xMG +ybN +utC +abN +hqC +ado +oUV +ang +lKq +ass +lKq +lKq +lKq +twu +avf +aAr +aBK +iZI +xKv +msC +abN +abN +aaa +aMA +aLF +mll +aOo +aPu +aMA +wnG +kpO +wHF +aab +aUE +aVl +mWf +aWv +aWv +bbq +beL +beL +bgA +vJv +iPh +blR +brz +bnz +bui +blR +jjK +bnK +bxc +ulv +lHS +bGY +ulv +fPx +bFp +wAO +bMi +bKz +bKz +tBE +bIS +bYM +bRo +iQB +nlc +bVp +khl +qmH +kKg +hyR +fFF +aaa +aaa +cam +xHr +qat +qat +cam +aaa +aab +cgQ +dDy +gYs +cyk +tRE +sEl +cvp +yhY +bLV +oWV +cgQ +euD +cgQ +cLF +nJz +lNb +gzN +aab +cSU +cSU +cRz +cLC +aab +dei +cWf +aaa +aab +doE +fJu +qPa +fIU +doE +aab +aaa +cRk +mha +aab +cLC +dfA +cSU +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +lfn +gxb +lTB +fwa +ado +asi +lKq +rAe +aQl +aQl +avC +abN +hTu +azs +akQ +abN +hTu +azs +akQ +abN +aaa +aaa +aMA +aLC +aMW +chX +aPj +aMA +aMA +kpO +wHF +aaa +aUE +aVn +aWx +aXR +aZq +aUE +aaa +beL +bgA +cvW +eyi +czN +nhO +ijw +iYO +blR +bql +bst +wAO +byv +mwY +ulv +qWP +rrF +bFq +wAO +bxb +bKB +bVl +kLn +bKB +bYM +bYM +mzC +jdi +bYM +bYM +vnZ +gpa +uuh +bYM +aab +aaa +cam +cnm +mdy +lxA +cam +aaa +aab +gzN +tUi +mNR +cvp +cvp +cvp +cvp +fwy +kjM +hsO +uMl +deP +cgQ +cgQ +rbX +cdG +gzN +aab +cSU +cSU +cRz +lgQ +doE +gAm +fJu +doE +doE +doE +xvT +rWS +tJE +doE +doE +cZh +fIU +gAm +doE +cRA +dfA +cSU +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xRI +abN +rcm +abN +abN +fBw +krG +hNf +lKq +eOI +aQl +arH +aPi +axb +hML +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aGi +aLD +mll +sym +aMA +aaa +aQg +wle +wHF +aab +aLH +aUE +aUE +aLH +aLH +aUE +aab +beL +bgA +vJv +oll +blR +iFm +rEs +cEJ +blR +niJ +bCj +wAO +ulv +ulv +bBj +bCz +ulv +kOt +wAO +bIW +crC +hTA +lPN +bPZ +bRM +bTA +bVr +bWW +bYG +bzJ +ixy +opY +bYM +bYM +cam +cam +cam +cGE +esD +pzr +cam +gzN +cgQ +cgQ +hIY +vOy +lAb +vBH +isE +rgs +uMl +wXg +jQI +kjG +euD +coL +gYs +rbX +coL +cgQ +aab +cSU +gOm +cVl +sdw +aaa +gAm +fJu +aab +aaa +doE +doE +doE +doE +doE +aaa +aab +fIU +gAm +aaa +dpm +dqL +dsL +cSU +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abN +tYe +ajy +vpR +kok +anf +asi +rAe +aqP +asz +aue +avE +axb +ayB +azu +aAv +axb +aaa +aaa +aGi +aMA +aQg +aMA +aMA +aMA +aAH +aOr +aMA +aaa +aQg +kpO +lAD +aaa +aaa +aab +aaa +aab +aaa +aab +aaa +beL +bgA +vJv +bkf +blR +bnE +rEs +blR +blR +bql +cho +wAO +bzB +bBj +ulv +bDR +bCu +bKQ +wAO +bJi +bUa +rXY +pHG +sHs +sEO +sEO +cUq +pJV +bYI +bzJ +cbI +fGH +eKd +wQa +cES +kMd +cnS +eKd +rWn +cqA +cam +bvo +coM +cgQ +oZr +ggr +opg +kdL +qwJ +cgQ +vRG +clF +vyw +sJC +rMq +yhF +cgQ +cOx +vxS +gzN +aaa +cSU +cRz +cRA +sdw +aab +dei +cWf +aab +aaa +aaa +doE +aab +doE +aaa +aaa +aab +cRk +mha +aab +dpm +cRA +dfA +cSU +aab +aaa +doE +doE +doE +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xMG +pgW +lJV +abN +jSq +qFw +hNf +abN +abN +abN +abN +abN +axb +ayz +azt +aAu +axb +axb +aaa +aMA +aGe +aHr +aIR +aGb +aMA +iRI +aQl +aMA +aMA +aMA +aRl +aSu +aMR +aSu +aMR +aSu +aSu +aMR +aSu +aSu +aSu +bgE +vJv +oll +blR +bqA +bsI +blR +bsn +sjl +mBl +wAO +wAO +wAO +wAO +wAO +wAO +wAO +wAO +bzJ +bNM +bBn +xgn +bBn +bBn +bVJ +sBS +bBn +bYH +bzJ +cbH +kpA +cfb +jVE +cfb +kQY +qat +tRG +xTR +rJo +cam +ctN +cMr +gYs +reE +qyy +gwb +xab +cgQ +cgQ +jQI +wsD +lnh +kym +cgQ +aOZ +kLd +rEZ +cPU +gzN +aaa +cSU +cUd +cVm +sdw +aaa +gAm +fJu +lht +aab +aab +doE +aaa +wMN +aab +aab +dhY +fIU +gAm +aaa +dpm +nSm +tCH +cSU +aab +aab +dgc +bUy +dgc +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dOd +aab +aab +dOd +aab +aab +qws +aaa +abN +vxy +uWf +abN +qnW +txj +rgl +oUI +jgx +pbx +aug +avG +aCH +iqf +yjQ +hLv +plW +axb +axb +aMA +aGj +aGb +aIT +aJO +aOr +qCH +oap +aLM +aMA +aQj +aLr +bSM +oPS +uMU +oPS +bSM +bSM +bSM +oPS +bSM +vpE +mTT +vYS +oll +blR +brE +bsQ +blR +cUW +bql +blQ +bxe +byy +byy +qnq +osB +bDU +qJg +bHc +qJg +cjq +bMx +bTv +bBn +sxS +bBn +hZO +eLe +aRX +cas +cbK +kum +cfm +dNi +cfm +cfm +gAk +unR +uXM +cno +cam +ldf +cPj +cgQ +wkQ +owJ +jSG +tUi +smx +rgs +nOx +jjD +tGO +cgQ +cgQ +dxK +mFO +coL +qhK +cng +aaa +cSU +bIK +ciz +sdw +aab +gAm +fJu +afO +aaa +aaa +doE +aaa +afO +aaa +aaa +afO +fIU +gAm +aab +dpm +axO +bWL +cSU +aab +aab +dgc +hRS +dgc +doE +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +bqi +bqi +abN +abN +abN +abN +nYs +xJO +ams +abN +aqQ +iag +auf +avG +aCH +ayC +azv +aBN +aBN +nQT +axb +aMA +aOr +aMA +aIS +aPj +aMA +aMA +aAH +aMA +aOr +qUp +tkw +aMA +aMA +aOr +aMA +aMA +aMA +aMA +aMA +aMA +aMA +bgJ +ppo +epu +blR +blR +blR +blR +mBl +bny +blQ +bxd +byk +byz +bzG +qJg +qJg +qJg +bAF +lfW +vGE +lfW +bSK +bPV +bRN +bBn +itH +pUQ +bYJ +bzJ +cbJ +scB +cfc +bso +cjU +cko +cnT +qat +mii +cno +cam +fMn +tQa +hMI +fmT +fDd +cgQ +dXC +piK +cgQ +cqs +gfC +ygC +cwz +tGO +pEu +cCo +coL +cwl +cyk +aaa +cSU +cSU +ckG +hZR +aaa +rmT +gKn +dkQ +dkQ +dkQ +dkQ +cHN +dkQ +dkQ +dkQ +dkQ +fwF +iRz +aaa +cXa +ckG +cSU +cSU +cSU +cSU +dgc +cWW +dgc +dgc +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +bqi +ayo +atN +rCT +kQb +ofw +qNk +wLF +pzZ +abN +aqS +kEK +auj +aCH +aCH +ayD +axE +aAy +aBP +aCG +axb +aEQ +aGl +aQP +gOT +aKc +aLJ +aMY +iRI +aLK +aMA +aQh +wQO +aMA +baa +bbH +aMA +bgs +bhz +bkT +cGR +cYH +dim +bgz +mVB +lmy +lmy +lAs +bpl +mwO +bsm +iMe +efW +bxd +bDN +aVN +lWU +bIG +bJE +kMj +odl +qXB +bNW +qJg +bzJ +bQe +bDX +bDX +cbz +bzJ +tjc +tjc +tjc +tjc +tjc +tjc +tjc +tjc +cog +nNh +coP +cqG +cam +cwB +cgQ +gYs +cgQ +cgQ +cgQ +aeP +lED +sHW +fOP +lGd +cqs +sJQ +xJR +wsD +oMc +wcG +cyk +cyk +cyk +cSU +cSU +vDt +cSU +cPn +aab +afO +cLC +cYQ +cYQ +cYQ +vqp +cYQ +cYQ +cYQ +cLC +afO +aab +qJO +cSU +bYQ +cSU +udO +eZi +cSU +bQq +ujG +uOG +dgc +dcq +aaa +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +hoB +nsq +nwO +jeQ +aBA +vtj +ofw +hiO +uGA +dFG +anq +qDn +pOg +auh +aCH +dKh +wcC +azw +qxZ +aBO +aCF +axb +aEP +aGk +aHt +aIU +aJW +hLB +aMX +tDS +aLM +aMA +aQi +xGy +aOs +aZZ +bbG +aMA +bfM +aYn +iTw +wJf +rmV +dil +kll +hzj +bgz +blX +ycf +bsR +buj +vfW +sTU +efW +iwe +bDN +aVN +lWU +nPG +tVb +lFv +oJF +pCW +qpw +qJg +bOt +bHi +bUU +bUU +vlj +iLP +tjc +cao +xlC +nrD +nOa +ckx +jcx +tjc +tjc +cam +xzY +cam +ckM +lUN +tzE +cyg +cgQ +kyh +mCA +gUp +egK +cgQ +coL +vKe +lNb +raP +ykF +gfC +cCo +gAF +cgQ +jUM +sCW +cSU +wQI +vgl +cSU +cSU +cYQ +cYQ +cYQ +cYQ +hvR +moS +dlk +moS +dmT +cYQ +cYQ +cYQ +cYQ +cSU +cSU +fdz +jeb +pgT +qVp +cSU +bQq +ujG +rmu +xvS +dgS +dgS +dgS +bSf +dgS +dgS +dgS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +bcL +fvy +nwO +kIR +ank +ofw +akm +lJf +anu +kQn +paK +wLY +aul +aCH +xVC +wBy +azz +vCM +aBS +aCI +axb +aFc +aGo +aHu +aYc +aKf +aLL +aMY +mNX +aLM +aMA +qNx +xGy +aOr +bad +bbJ +aMA +bgx +bhF +bkW +cGS +cYK +dim +bgz +vJv +bgz +blW +ycf +feC +eJY +bqJ +bwA +vve +bxf +qJg +bzI +nHx +qjZ +qjZ +qjZ +ekd +qjZ +qjZ +bVk +lmq +lmq +nIU +jox +huD +ybT +wut +cap +sKa +kzf +eRn +tgh +rhM +lgl +tjc +cnX +qlt +aeG +sOK +ijp +yfY +sCW +cgQ +hRN +egK +cJi +coL +cgQ +qov +txR +lXR +ghP +rpV +pNe +laq +nzx +qAG +nzx +cYn +cSU +cEM +rTZ +cUu +cTh +tbU +tbU +tbU +cYQ +xsP +cWO +cPV +cOH +cwN +cYQ +tbU +tbU +tbU +cTl +cUu +sLe +cEy +wox +sdE +cSU +bWT +cZg +wJg +dcq +dzg +liX +qKX +xQL +coU +wHZ +dgS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dOd +aaa +aaa +aaa +aaa +aaa +bqi +auy +aeF +mao +ofw +ofw +gWZ +qkA +uFa +lKq +lKq +wVH +lKq +aCH +aCH +aCH +azy +aCH +aCH +aCH +axb +aET +aPt +aPt +aIV +aKj +aLK +aOr +dyn +aOr +aMA +aPi +nvO +aMA +bac +aSA +aSA +aSA +aSA +aSA +aSA +aSA +aSA +eLi +vJv +wpx +efW +efW +qLD +gpH +lPT +sZe +efW +bxd +qJg +bzH +lzR +aVN +qus +box +aVN +bKC +hiL +bMA +bFA +yaa +dvC +bBo +gMB +nvw +tjc +lzN +uNj +btK +syS +btK +oFK +bKs +shq +fCJ +eOQ +cqs +cqs +fdF +gfC +coL +cgQ +dIh +cqs +mCA +cqs +gYs +xOA +aai +cqs +iFh +tGO +cKb +cOz +cOz +cKb +cPW +mSo +cSU +cSU +dGn +cSU +mfv +cPr +cQi +dqm +rWU +reu +nhm +aDd +ePY +pkX +rWU +cPr +cQi +dqm +mfv +cSU +dbZ +cSU +kvn +jVD +cSU +ddt +gKF +dhL +otr +dzg +ncY +irV +irV +irV +qEo +bSf +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +bcL +azV +ekB +kIR +awk +aoh +tXE +hgU +xAn +wrj +aqX +axw +atg +fNQ +gVE +nsZ +oSF +ayG +gVE +nlK +aqI +biL +aGp +aHv +aSu +aKh +aLM +aMZ +xha +jEE +uJq +jEE +eUA +aMA +aSA +aSA +rBx +aSA +bhH +blf +cGV +cYN +aSA +djO +fuz +bks +efW +iam +xMa +con +gly +bwz +efW +bxg +qJg +bzK +bBp +bCE +bEf +bFy +bHn +qJg +ccY +qJg +bSQ +bUp +dyA +nFw +bVt +bWU +tjc +cat +qaq +trR +kwV +cqB +syp +fpB +tjc +coL +eGZ +pDZ +xLv +cJa +qFN +ryN +gYs +cgQ +cgQ +tPf +qAg +cgQ +cqs +aai +lNb +mFO +cKb +cKb +sYr +efD +cKb +cKb +mSo +cSU +cut +ybL +ftt +cfo +cfo +fWk +vrF +rMZ +cKK +xwS +qAZ +ePY +nlj +khQ +cyy +scM +cfo +cfo +dDB +bTa +cSU +cSU +cSU +cSU +bQq +ddr +ddr +oSG +dzg +dpY +lEM +cRa +iqq +wZe +erN +rkl +bFP +bFP +bFP +esJ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aem +afa +myQ +nvy +agZ +xvo +eTV +auU +auU +tZx +auU +xLu +auU +auU +auU +tZx +eSw +xNr +npW +sAM +aDH +aqI +aAm +aAm +aAm +aEl +aEl +aEl +aOv +aEl +aMY +aPi +smu +aQj +aSA +aTv +aTx +bgK +vtO +bam +cGT +rBx +pJb +bgP +pBf +bkq +efW +efW +efW +bsZ +wwM +efW +efW +suR +qJg +qJg +qJg +qJg +lfW +lfW +lfW +qJg +ccZ +qJg +dUw +dUw +uxt +bPW +dUw +dUw +tjc +tjc +tjc +tjc +tjc +tjc +tjc +tjc +xsk +xxc +xQB +cgQ +rgs +gxl +rgR +coL +coL +sCW +cgQ +gYs +cgQ +cgQ +lNb +wrk +cVR +mFO +cKb +cMy +cNG +kNS +iWw +cKb +pUy +ntD +cTM +qrr +pAx +cTM +cTM +ulX +rnW +cSU +vuK +ePY +vqt +ePY +diV +cSU +feH +dmL +dmL +dmL +cui +cxd +cSU +gnB +jGR +hea +drh +ddr +ddr +dzg +dzg +bOE +dos +bVj +cIs +cWm +dgS +dgS +dgS +dgS +dgS +rsv +doE +doE +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +bqi +aeI +qOj +fId +afV +wyJ +iwJ +akY +anT +okB +anT +ars +anT +arA +ave +wHW +anT +ayG +anT +ago +aDJ +aqI +aGr +aHx +aLx +pBh +aNJ +aKr +uXd +aEl +aEl +lQx +xGy +aQl +aSA +aTy +aUH +aVr +efl +xKc +cGZ +rBx +iIt +bgP +pBf +bgS +dnN +beu +cdX +bun +bun +gzl +bun +bxi +urU +bzM +bBq +bCF +bEj +bEj +fVq +bMn +bEj +bMJ +bOw +bOw +rWZ +bOw +bOw +bOw +bYO +eVK +bKI +bOw +bOw +bTk +cgQ +cST +gzN +coL +cqs +coL +sPF +pUy +pEY +eWK +cNB +eWK +cqT +cme +tNg +vPr +cNB +iYH +cKb +cLz +cKb +rXS +dmI +dmI +cOr +cKb +cKb +cSU +cSU +cSU +cSU +cSU +cSU +fsI +fbn +cSU +nWM +dmE +tge +dmE +cGU +cSU +fko +dmL +snN +cSU +cSU +cSU +cSU +hea +hea +hea +ddr +dgq +nIX +rix +wHB +rPd +mms +nMz +bFN +rzy +pUp +wii +pUp +oQe +dgS +dgS +dgS +dnx +doE +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +bqi +aeH +auV +afo +agk +wyJ +iwJ +ajp +aIo +aIo +aqV +asD +alc +aIo +aIo +aIo +aIo +aIo +aIo +aCK +aDI +aAm +aGq +aHw +aOB +nUh +aLN +nUh +oEp +aOz +aHC +aEl +wQO +aPi +aSA +gZc +lwg +bgL +bhI +xLQ +nME +cMz +div +jZx +xvG +bQs +bqq +bQs +bQs +bQs +bQs +bpm +bQs +nmc +htY +bDO +dWs +bDO +bDO +bDO +dZs +bDO +wDV +dCV +uuu +ePD +mZn +tkD +tkD +tkD +tkD +lQL +qYK +cfh +bNx +cgQ +cgQ +tGO +cgQ +cqs +tGO +cqs +lNb +iHI +lSa +pxL +pxL +pxL +jYQ +aVC +pxL +cqF +aVC +xuI +cWD +gtB +cdQ +cYU +cYU +cYU +cYU +dmH +ere +cQm +cSU +cVi +rna +tdf +cSU +cmg +cUz +cSU +diK +bpn +djs +bpn +diK +cSU +dmL +cUz +uVu +jBn +cYv +dqX +dqX +dqX +dqX +dqX +dqX +djf +nTQ +dzg +wSU +cZb +tSF +qfy +hOA +daX +xpV +bOM +pcu +nZW +fyR +cPT +fZy +iLg +doE +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aMr +aMr +aMr +aab +jMx +akZ +akZ +goy +fMR +goy +goy +agq +aid +aty +aIo +aoa +aKw +asO +fpa +avQ +axp +ayH +azB +aAE +aIo +aDb +ykw +aBn +aGs +aHy +aOB +eNs +aLQ +aKl +aOB +aOB +aRP +aEl +wQO +biE +aSA +aSA +rBx +aSA +bhP +bmk +qvo +cZa +aSA +djW +lbn +bgS +brq +bnP +bnP +bnP +bnP +xPg +bAz +bxk +bXY +byF +byF +byF +byF +byF +byF +cYP +hiw +cdI +bQh +ike +bRZ +bTy +bTy +bYX +bYR +caw +bTy +pij +dQe +cyH +fCJ +mzj +jva +mzj +nKv +eXA +eXA +cRL +cAK +cwl +wFR +fnV +cwz +sCW +sCW +cgQ +coL +clr +cKb +mNd +mVP +cJx +deG +cJx +cJx +vcX +pjs +xmW +cSU +rYt +vLT +vjx +lmM +pon +gwx +ddG +cPk +cQj +deh +cQJ +nsK +dTF +sAe +dkH +rZd +djb +dcq +xCz +sOi +skh +jAY +bWT +ddr +wzQ +ddr +dzg +mpV +cQS +fDP +nko +bOu +nkP +pUp +hhV +pUp +lMN +dgS +dgS +dgS +dnx +cTr +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akZ +ufw +hEu +iyY +wsY +goy +ago +iwJ +atg +qri +anZ +aqY +asN +asN +dvv +asN +asN +aSv +aKs +aCb +aDL +ykw +aFh +aOB +aOB +aOB +nUh +nUh +nUh +aOB +aOB +aRM +aEl +xGy +aQl +aPi +aSA +aSA +aSA +aSA +aSA +aSA +aSA +aSA +djV +wjx +bkv +bmb +bmb +bmb +bmb +bgP +xPg +bAy +gaY +gaY +gaY +ehi +ehi +ehi +ehi +ehi +gaY +gaY +upp +upp +gOK +hVD +hVD +hVD +hVD +phG +bKJ +qIO +eJL +cfi +cgQ +smS +coL +lNb +lNb +cSz +lNb +cyg +gYs +gzN +cgQ +bnT +bnT +gzN +bnT +bnT +cgQ +coL +cOh +cKb +cKb +cOy +wzE +cNZ +cLd +cLd +pUS +vLq +rgM +cSU +dgN +daG +cVh +cVb +ikS +bzm +dmL +cYq +enk +dqE +uES +dts +dmL +dfo +bzm +eWH +nBq +dar +dar +dar +dar +dar +dar +dar +wzQ +hGQ +dgS +dgS +dgS +dgS +bTi +dgS +dgS +dgS +dgS +dgS +urr +dgS +eKL +vyz +gvg +doE +ixr +ixr +ixr +ixr +ixr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +akZ +xVM +rwo +ydz +jDf +jbR +ago +grH +npW +ald +aKs +aKs +xVf +pqS +avS +riJ +klj +ptz +xiZ +miF +ecT +bZo +aFh +aOB +nUh +nUh +nUh +xTH +nUh +nUh +nUh +aRR +aEl +gZg +uNo +uNo +uNo +yjg +uNo +yjg +wzY +biE +aQl +bCq +bgS +lbn +bkv +bmb +aaa +aaa +bmb +bgP +xPg +bAB +gaY +bvV +tkf +izh +ehO +dJa +dJa +dJa +qRS +uZn +upp +niT +lSv +kHi +kHi +kHi +kHi +bRU +bKJ +cdT +eJL +bTy +cgQ +gYs +gzN +sCW +lNb +mFO +nBs +hyx +pgV +xOA +xOA +lNb +coL +coL +sqV +eXA +mzj +mzj +ucB +coL +cKb +qju +cME +cMx +cLf +cUc +tmS +cLG +xmW +cSU +uDJ +rac +cXw +cVb +ikS +qAU +dtt +cSU +cZG +dcr +cSU +cPy +dmL +dfo +dmS +wDt +cLT +dar +cwU +cDz +hPR +stu +stu +dar +dev +sLy +dcq +lGD +kak +kak +qVf +ucU +xxh +xxh +xxh +iDd +ucU +cDi +dzO +oJq +kBq +oJq +kBq +oJq +doE +ixr +aIf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jbR +lgS +xRT +ydz +hLh +xVF +ago +iwJ +akY +sDq +aob +ara +asP +aKs +lFz +aKs +ayI +ara +aAG +aCb +aDc +aDL +aFh +aOB +aHz +aIX +fda +aLR +pYd +aOw +aPA +aRQ +aEl +xOQ +aPi +aRw +aRw +aRw +aRw +aRw +bml +aRw +aRw +aRw +djZ +lbn +bkv +bmb +aaa +aaa +bqN +bsp +bwN +bAA +gaY +cXq +ulC +uHz +ewS +fxJ +sSN +fxJ +ulC +gYL +upp +upp +xof +tJa +njM +jik +upp +upp +upp +cdS +gFt +cEV +cgQ +cvm +gzN +wgt +coL +mFO +lNb +cnX +cvI +cvI +cvI +cvI +cvI +cvI +xqL +cvI +lQi +cqs +vPC +dmY +miY +miY +miY +miY +miY +cOy +tmS +cJx +mLu +cSU +goq +sfe +uEL +cSU +dtp +dmL +cXP +cSU +woK +jTq +dar +dar +xeH +gpx +dar +dar +dar +dar +cwU +wPf +hPR +stu +stu +dar +wzQ +jPX +dcq +rMi +cZS +cZS +dij +fEE +dij +dij +cZS +rov +bXq +bXq +bXq +bXq +bXq +bXq +bXq +bXq +oJq +ixr +aIf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nNv +hUP +utu +dFK +xJD +sBh +auU +tgF +akY +rED +aoe +aMO +aCb +aCb +aCc +aCb +aCb +aoe +aAI +aCb +aDg +aDQ +aBn +aGu +aHz +aJa +nUh +aLO +nUh +aOy +aPA +bDk +aEl +rmi +eDB +aRw +bbL +bdy +bgN +bhU +bvx +cJA +daf +bfh +bgP +lbn +bkv +bmb +aaa +aaa +bmc +ogO +bwS +bwg +gaY +nbW +olN +iOD +biZ +sBO +kBQ +xVq +uwP +hBs +bKJ +tTi +vup +eXO +iai +wkM +otL +xCt +upp +cdV +eJL +bTy +cgW +cgW +cgW +cgW +cgW +lYd +cgW +cgW +cvI +cyD +cyD +cyt +czT +cyD +olD +cvI +cvI +coL +vPC +miY +miY +tCl +cBq +dpw +miY +neP +bsD +cMU +cNK +cSU +cSU +cSU +cSU +cSU +dtq +ouM +cXP +cYC +cZL +daK +dar +uOT +wPf +uHD +dpJ +eUi +pdE +lJs +lJs +wPf +hPR +pRq +pRq +dar +iyc +dcq +dcq +kmr +cZS +sRi +hfb +oiz +qFr +doI +cvw +jaO +gJI +rov +gJI +rov +gJI +rov +gJI +rov +gJI +ixr +aIf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wPX +lgS +esN +xue +hLh +aeg +iOG +hQH +ajP +aIo +aCb +aCb +aIo +avd +bEK +axu +aIo +aIo +aIl +aIl +aDe +aIM +aIl +aIl +aHA +aHA +aHA +uCT +aHA +aHA +aHA +veP +nJo +tkb +aRw +bah +bbK +suo +aVO +aYu +baq +kXQ +aSC +beX +bgP +jBA +ufZ +bmb +aaa +aaa +bmc +bdi +hhk +bkR +gaY +nOD +ulC +oUZ +hoS +urP +jSZ +urP +ulC +jZa +bKJ +ubE +qgi +qSL +kHl +tPT +gmF +wVJ +upp +qIO +eJL +bTy +cgW +ciD +cRB +cgW +coH +cMN +caq +cgW +geo +cyD +cyD +cys +czS +czS +xAk +cWX +cvI +coL +hGj +miY +uUD +tUH +cOG +dQa +cOE +cJF +kEv +tyv +tyv +dsH +tgC +cSU +mJT +cSU +cJC +pxP +cXS +cSU +deD +gSJ +dar +dcl +ehs +pCK +cwU +cwU +eMw +lJs +lJs +wPf +hPR +cwU +edk +dar +yme +tIg +snV +wXK +cde +dbt +daM +daM +xsl +dop +dij +aab +cZS +cZS +cZS +cZS +cZS +aab +aab +ixr +ixr +ixr +ixr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abY +afO +aab +afO +qTO +aMr +aab +aab +abY +akZ +wxp +kvz +xue +hLh +wPX +aqX +axw +atg +alr +avd +avd +asQ +avd +ipz +gji +ayK +azE +aIl +aCe +aDi +aDi +aFo +aIl +aJc +aPC +hag +aLY +gEZ +iUh +jZo +veP +gZn +gEH +aRw +baj +bbP +bdA +ecg +bit +vgd +bdX +xgO +eup +bgP +lbn +bkv +bmb +aaa +bmc +bmc +bmc +byq +bmc +gaY +vxB +ckn +eZj +jPi +sAT +nZN +nZN +nZN +nZN +uvc +rfp +qgi +nQG +cTv +wYq +nYX +suV +upp +bVL +tWt +cdJ +cgW +ciH +cqI +cgW +coT +fjN +gsd +cgW +cKv +auo +cxu +cxu +czV +cAW +tjM +eJo +cvI +cqs +vPC +miY +pao +aGm +sOf +dhx +aUX +qGb +dlR +fpe +qGb +qGb +dgs +cSU +cSU +cSU +cSU +cSU +cSU +cSU +dis +daK +dar +cRo +wPf +qGm +cND +fKf +lhs +hNd +cYr +avL +qwV +cCI +jnm +dar +cBv +cTj +vUA +lPa +ngQ +dag +gDH +cvM +gwH +dhB +cRq +cCQ +dkM +pyS +dkO +dkO +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +aab +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aaa +akZ +vDY +tCY +egq +psa +goy +aqX +axw +akY +alo +aAz +axL +axL +axL +axL +alL +ajn +azD +aIl +aCd +aDh +iIi +aFm +aIl +aHB +aPC +eJt +aLT +rWy +aJc +aPB +veP +aGb +gEH +aRw +bai +bbN +rIV +fTV +aYy +bar +bdR +aTQ +beX +bgP +lbn +bkv +bmb +aaa +bmc +bqO +bsv +vQV +jSf +bCw +qsV +pMj +siC +rxV +kUL +hyz +tli +qNB +jCU +bKJ +fdH +qaA +hnS +eQB +wAF +iMZ +pNG +upp +cey +vVF +ciM +cgW +cgW +cgW +cgW +ckI +cMN +sBi +cgW +sIO +cyD +cyD +cyD +czn +cyD +cyD +cEd +cvI +xun +vPC +miY +tPe +dhx +pjq +dpl +cUx +cUx +cUx +cUx +cUx +dsK +cSa +cHk +dgn +xHz +qQx +vmW +dgn +cHk +tGW +daK +dar +lmU +wtA +ifW +ifW +dcP +ifW +sYp +ifW +ifW +ifW +pRj +jDJ +dar +vze +cSd +gmW +jNM +dkA +gmW +hvu +bOr +cDS +cWY +dij +aab +dkr +mVr +bbM +dkO +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afO +afO +aab +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aaa +afm +aqv +aqv +aqv +aqv +aqv +aiD +ait +sAM +alN +aok +arj +arj +auF +aAz +alL +ayM +aIl +aIl +aCg +aDi +aDi +aFq +aIl +lKL +aJb +qlA +tXD +hag +aJc +aPE +veP +aQl +gEH +aRw +aRw +bbQ +bdB +bgN +bhU +fdC +beg +dbv +hit +bgP +lbn +bkv +bmb +aaa +bmc +bqQ +bpt +oaI +hEX +bCw +bCw +aCv +aCv +oPV +hGg +aCv +aCv +bCw +bCw +bKJ +rzA +kDp +dIa +rNi +juZ +atJ +iwP +qJx +tYc +lUn +cdN +cgW +fNC +bAb +lte +ckv +cMN +dGj +cgW +cyD +cyD +cyD +vmZ +czn +cyD +cyD +cyD +cvI +cgQ +neV +miY +dcB +unM +nio +cUx +cUx +wlh +nLf +cRw +cUx +mol +kGy +cHk +rbb +cTH +sgS +cVQ +tIt +cHk +tGW +cSv +dar +cwU +cwU +cwU +ema +cwU +cwU +cTD +cTD +deF +cwU +eMw +pFm +dar +hJA +cSd +gmW +osz +egu +cZX +esT +dgg +gZo +dhC +djl +cBs +cFM +dJW +dkO +dkO +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afO +afO +aab +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aaa +afm +aey +aeU +afk +ape +aqv +arD +axw +ajT +auc +ujD +kSz +kSz +auD +wxn +sVZ +ayN +aDe +aAM +aCf +aCf +aLE +aFp +aDe +aHF +aJd +aKu +ron +hag +hag +hag +roK +aPi +xJn +aYa +aRw +aRw +aRw +aRw +biu +fdC +beg +daT +sSa +bgP +lbn +bky +bmc +bmc +bmc +bqP +bsw +tdh +xJG +lvd +bxr +oYe +oYe +bSU +bBy +bBy +bEb +jOx +oiI +bKJ +bKJ +bKJ +bKJ +upp +upp +qVG +upp +upp +cdY +vVF +jKP +cgZ +ckv +ckw +ckw +cLn +fzT +woD +cgW +cvI +cxz +cxz +cvI +kmA +cxz +cxz +cvI +cvI +coC +cWU +dsg +hXf +gzQ +gXo +drT +cSr +eTp +eTp +mKq +dKa +cSG +uVt +cHk +dta +cOY +hnk +jlY +dta +cHk +dgp +daK +dar +tEq +tEq +cSE +lYM +qRu +uGk +cTD +cTp +deF +nGq +eMw +fTc +dar +svW +cUM +dqD +xdt +rzR +oVA +sph +vkM +iOj +vFL +kWF +ycr +cZS +cZS +cZS +cZS +cZS +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +aaa +abY +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aaa +jyu +jfx +amy +aov +apg +fAN +aqX +axw +atg +auc +aom +arl +asX +iwD +axZ +alL +ayN +aDe +aAO +aCj +aDj +aCf +gqq +aDe +aHD +aNM +aPD +gDS +cWl +cWl +aPG +veP +bag +gEH +aQl +aMA +aEN +kwO +aRw +biM +ucJ +ozh +dbO +aRw +bgV +bmB +bkA +cjj +bnU +bpr +bqR +hBF +bqS +bxu +fZM +tZY +wrl +pLy +qpu +htr +iRV +bqS +oca +bxZ +tqr +nTZ +hKX +jDS +upp +kQs +ccX +nWW +upp +jfa +iat +qLB +ckN +fry +mbP +bSE +coW +pzQ +kjf +cgW +coC +jxf +wIv +cyA +czw +cBu +kdZ +oBR +lXh +cPN +cHD +cHD +cKk +gEL +mNS +drT +ecq +usH +dbh +exN +kGs +vuA +pIP +oZY +dtb +dtk +uQv +eTj +eKe +gQs +cId +nLg +xfI +xfI +xfI +xfI +xfI +deO +deO +deO +deO +deO +deO +dar +dar +dar +ckP +isi +oWM +osz +ooa +hcb +gCX +cSd +uCC +dhE +cRq +moR +dkM +cAR +dkT +dkT +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afX +afX +afX +afX +aYm +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aaa +uPX +amz +qIL +amy +apf +pbv +aqX +mUM +npW +umw +anX +ark +asR +egl +axZ +axz +ayN +aDe +aAN +aCi +aCf +inu +jBe +aKx +ubX +aNb +kbv +pfE +hag +hag +aPF +veP +aPi +wpW +aYb +msY +bbR +tJj +hOh +lzw +yfR +bee +aRw +aRw +bgU +erp +bbr +blU +bnR +bpo +bqS +hBF +bxu +pET +beE +beE +beE +beE +beE +beE +beE +pwc +bnq +lPQ +nIb +kto +uAb +tnR +upp +mRf +fvq +gug +upp +xTc +hng +tqW +otH +dto +ckw +uoR +cnu +pll +dpq +cgW +mQz +cPH +cHD +crX +cHD +cGq +mhQ +ggB +lXh +cFo +mOG +hxo +oac +seW +jPY +cUx +uMr +eJD +pAp +qaU +bHZ +cGl +cRJ +dsY +gVX +fMc +cWC +dpd +pAZ +dsY +qqy +fYe +rPY +dyH +jgS +cRf +xfI +xuG +jAM +qzV +piF +yfb +aOS +nLT +ylS +yhw +lAr +qHc +oWM +jRk +gmW +dpV +dfB +cSd +cDS +ixW +agp +rMi +dkr +khY +bbO +dkT +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +afO +afX +afX +ahF +ahF +ahF +ahF +ahF +ahF +ahF +aaa +afm +jVf +krz +amy +aph +pbv +aqX +axw +akY +auc +jeS +aoO +asY +auJ +axZ +alL +ayP +aIl +aIl +aCl +aDi +aEg +aFt +aIl +veP +aPx +aPx +aMa +aNP +aPx +aPx +veP +aad +lwj +aYh +aOr +bbT +bdE +aRw +biN +bor +cRN +aRw +dix +bha +bne +mdi +vBK +bnW +bpt +nFP +tKk +bxA +beE +beE +oGA +tEu +lXe +oGA +bIL +beE +paO +bYb +hEl +fGr +fGr +kto +uAb +upp +bdz +aAo +nDd +upp +ceu +pVZ +cjh +cgW +ciK +ceP +cgW +fEP +tyo +chH +cgW +pZM +cvD +dpL +cxo +rmI +cBp +cAL +cDY +lXh +irY +mqV +oCa +ePP +shz +cMG +csD +csD +cvB +cvB +csD +csD +xFQ +cRM +cHk +cXG +cIy +jJn +cXJ +dkJ +cHk +tGW +daK +hUV +lbX +jbt +opF +xfI +xuG +jAM +vmA +piF +djq +aOS +fqV +cSd +fXt +cRh +qHc +oWM +osz +gmW +deR +dfI +yiy +gZo +dhF +mqE +vQT +dkM +lRS +dkT +dkT +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afX +afX +afX +afO +aaa +aaa +afO +afX +aiv +aiv +agt +aiv +aiv +aiv +aiv +afm +amA +jzU +aot +ojV +alT +rHa +tgF +iZR +auc +ujD +kSz +kSz +dEj +gfo +cBD +ajn +aDf +aIl +aDe +aDe +aDe +aIl +aIl +aHH +aJe +aFy +goC +aSN +aSN +aPH +aEj +aMA +dMy +aMA +aMA +aMA +aMA +aRw +aRw +aRw +aRw +aRw +diw +bhb +bnd +bbr +blU +bnV +bpq +oTG +jfJ +bxw +beE +bxp +vNg +vNg +bxq +jtE +kDW +beE +rnu +weg +lsI +uvB +fGr +fGr +nTZ +upp +upp +upp +upp +upp +cet +pVZ +kGM +cgW +cgW +cgW +cgW +qIu +czA +czA +oPY +kyM +czA +czA +jqd +czA +mrY +wnU +lXh +lXh +cGJ +cHD +cHD +cHH +dAq +dAq +csD +djp +cNS +dek +mlz +csD +cQE +cUt +cXL +cTI +tOE +xtJ +cXF +cTI +cXL +cPX +wpH +dHv +kjN +cBt +cVw +xfI +cSm +cvy +xcg +lrJ +lZV +deO +rOu +cSd +fXt +cRh +qHc +oWM +daO +gmW +cXb +dfH +cXW +dgQ +nuO +cZS +aab +cZS +cZS +cZS +cZS +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +afO +aaa +aab +aaa +aiv +aiv +ale +anW +adb +abP +aiz +xWL +afm +amC +auO +afl +apj +vfa +ago +oaX +vvq +alN +aop +arp +arp +auL +avd +alL +aog +avd +avd +azP +aFy +lpi +aDm +aCZ +aFy +aFF +aFF +ajk +aFF +aFF +aSN +aNK +azH +hHt +aRF +sDk +atc +bdF +ayV +ayV +aZx +bbr +dcb +bdv +bhc +bnh +xYK +blU +bnY +bpu +bqU +hBF +bxD +beE +vNg +vNg +byP +uWp +liP +bCK +beE +twH +xSq +hRx +xec +rYG +fGr +fGr +bQj +bmc +nzd +pZP +pVu +cew +cgl +cdN +xJf +clO +czA +czA +cHD +cHD +cHD +cHD +cua +cHD +cHD +crX +cHD +cGq +czA +clO +cDx +coC +bLF +bLF +iHy +dAq +sFl +cPB +niP +ejc +rNj +lvk +tRD +uKK +dsT +cXL +kpx +dVg +lfZ +ihv +kpx +cXL +lsx +qLo +qiG +qBw +cSx +deA +xfI +cVS +egO +cVU +joA +dkP +uqo +kLR +dkz +dle +cRh +qHc +dpM +daP +fdg +ctJ +oFY +dgg +qEe +dhH +uPV +vWD +qLE +lxB +dkV +dkV +cZS +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +afO +aaa +aab +aaa +aiv +afe +aor +acj +acH +adg +ajj +aln +alV +vKU +uNP +aov +api +vfa +ago +xZq +cUR +ctG +aEr +axy +axy +bVN +axy +sVg +nAN +nAN +nAN +azJ +qCv +aCo +emr +xpv +prM +qCv +qCv +jyy +cIv +qCv +qCv +qCv +qCv +aQD +aIu +jRf +aWB +owz +owz +owz +baE +bdd +bdd +bdd +biI +bnf +xYK +kdE +bnX +thF +oTG +bsz +wIU +bAD +tsK +tsK +tsK +grw +fkF +bCJ +beE +qwU +bzT +xvh +kXe +wcr +tTV +dYJ +dYJ +buQ +nbz +gyR +bLU +cev +cgk +lyv +lyv +clN +gWI +hBw +tnn +tnn +tnn +tnn +ccz +tbJ +vbp +ctt +rQW +oDT +xXt +mZd +iQs +xXt +tTj +xWN +oja +gdy +cIS +cxe +cxe +cNT +cxe +fmp +cvB +cUw +cUt +cXL +kpx +cIw +uku +gzU +kpx +cXL +ntt +wpH +hHN +dyH +ski +deB +xfI +cVN +cSA +cJp +dcH +mgb +deO +rwb +dkA +fXt +deJ +qpq +anh +osz +gmW +glM +cXT +iJA +cDS +vgR +dij +aab +dkr +hrg +bdG +dkV +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +afO +aaa +aab +aiv +aiv +adP +ajj +acj +aif +abP +ajj +vET +vBJ +amE +anE +aox +apk +uPX +ago +uAG +akY +alo +aAz +aAz +aAz +auM +aAz +fLX +axB +ajn +ajn +azR +aCa +aCx +aFF +aFF +hFW +aFF +aHT +aIO +lik +aQS +aNc +aHT +aHT +aHT +aNT +aSc +aHa +lnL +aIO +tae +aZx +bev +bhh +bhV +biK +bnj +xYK +krb +boa +bpw +bqV +hBF +bxO +paa +bxt +vNg +byP +bBA +liP +bCL +beE +kNX +izm +hMt +rRU +trg +fGr +fGr +sou +bmc +nzd +rQs +bCH +cey +cgm +cdN +lpN +ciN +cfn +twT +cHD +cHD +cHD +cHD +odx +ecy +cOA +cfn +cFh +axk +cnA +ciN +csC +cDA +sim +ecs +cHO +dAq +dMr +clZ +tAk +lBg +dYQ +lbb +csD +cUw +cHb +cHk +kpx +cIy +eAt +cXJ +aYU +cHk +vFA +fdo +mko +qyM +mdn +idF +xfI +ieI +dTI +dcO +ciG +lKP +aOS +gei +dkB +dlg +deJ +cSd +dfF +osz +gmW +cSd +kaB +smJ +gZo +cNw +djl +cBs +gPO +vTp +dkV +dkV +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afX +afX +afX +afO +aaa +afO +aab +aiv +ahT +alf +ahU +aio +acK +acK +aeS +alk +afm +aqx +anD +vBJ +aqv +aqv +agO +umJ +lHX +aAx +mOa +tgR +hQV +aAx +awc +awP +aAx +mOa +tgR +eqb +aAx +aEi +aFw +aFw +sqU +aFw +aKy +awl +hDI +awl +aLP +aSl +aSl +aSl +aLP +aWF +pHV +aDN +aDN +aDN +aDN +aDN +aDN +bdw +bgW +bni +bev +krb +aYf +aYg +bqS +hBF +bxK +beE +bxs +vNg +vNg +vNg +vNg +thl +beE +jgY +opf +oid +uvB +fGr +fGr +nTZ +lsh +lsh +lsh +lsh +lsh +cex +pVZ +bGt +adZ +cgS +cgS +cgS +cnA +cnA +cnA +ctl +ctX +ecy +chc +chc +csQ +chc +chc +chc +chc +cGJ +jjy +cGq +cHM +dAq +dAq +csD +cvB +dqT +cvB +csD +csD +cUS +cUt +cHk +qSr +cIy +cZP +cXJ +cVj +cHk +daW +lVs +hHN +kjN +dpD +cVy +xfI +hAX +cQI +dqO +ioM +jam +uuJ +raV +fWP +oAS +aWX +dgg +dfB +cvq +rzR +fUY +sph +iaM +iOj +vFL +kWF +ycr +cZS +cZS +cZS +cZS +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +afO +aab +aab +aiw +aiv +akl +pEE +ahV +aiq +aiB +ajr +guL +kAr +aiv +amG +anJ +aoz +apA +apS +agT +mtW +ajT +aAx +aoU +aqU +atb +aAx +hIC +avY +aAx +azN +ayS +aCq +aAx +aEm +aFA +aFA +xxv +aJj +aKA +awl +fDU +aTG +aLP +kSe +tDo +aPM +aSl +lwN +aTE +pAv +aVs +biQ +bpQ +cSW +aDN +dje +biO +bnk +gTQ +blY +brS +bpt +bsy +bvC +bxY +beE +beE +oGA +hHp +qZw +oGA +bIN +beE +paO +bYb +hEl +fGr +fGr +kto +uAb +lsh +qlo +niW +wJK +lsh +ceB +pVZ +cjh +cgS +ciB +cfp +cgS +ieW +kNq +cVk +cgS +chf +cvC +chc +cyx +mvk +jak +cBF +dot +chc +cGN +cHU +cGs +cTG +cLM +cUk +cPo +cPo +cOf +cPo +rJp +fjE +cUw +wWf +cHk +cXL +cXL +cWM +cXL +cXL +dfx +tQJ +qME +xfI +xfI +xfI +xfI +xfI +deO +aOS +dBd +aOS +deO +deO +cZS +dkC +lNs +deJ +cSd +dfF +iDh +ufc +nVh +pMy +ctJ +vts +cFn +cRq +moR +dkM +clL +dem +dem +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +afO +aaa +aaa +aaa +aiv +aeR +agS +jUf +aip +aiN +ajq +ahG +dCA +alX +amI +hRY +anJ +anJ +aqy +aqX +uAG +atg +aAx +aow +oFk +glv +auN +jer +gTX +ayT +qBk +apz +aCp +aHE +axe +aFz +oVJ +aLh +vTx +axe +awl +aTm +wBU +aLP +sRW +vOR +aPL +nNq +aZs +dpn +rLf +bgT +biP +xqV +cSV +aDN +aDN +bdD +maF +bev +krb +aCu +bpx +bqS +caM +bxU +iDz +beE +beE +beE +beE +beE +beE +beE +pkG +bOA +onE +tqr +kto +uAb +pfm +lsh +cFQ +fki +bGs +bEJ +bug +qPI +jKP +hlI +ccN +ckt +cma +lhL +lwY +wie +cgS +cep +pxz +chc +cIo +czB +cAl +gSd +cEj +chc +cFu +cGr +sES +cHP +czA +cJo +cKU +dNX +pXR +cOt +kaD +cPM +cQK +cRO +cSJ +cTN +cWj +cWI +laW +laW +gmn +sYo +cVp +pUB +hQW +sfu +hQW +mWa +sud +cgX +eDs +eQo +qCB +mAY +gDJ +jzn +enG +deI +cSd +cUQ +urL +bAO +wQr +cXW +ctJ +cDS +tdT +dij +rMi +dkr +xyK +cRi +dem +cZS +aab +aab +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afX +afX +afX +afX +afO +aaa +aaa +aiv +abO +acK +ahW +aAT +aiO +aAT +akw +akf +alZ +amI +yjH +aoB +eTO +fxr +xcq +eqJ +aki +aAx +aAx +dYl +hQV +aAx +aua +axH +aAx +rbu +nyJ +aAx +aHE +aEo +lFP +mET +akN +aJk +axe +uVG +kAX +aWH +aLP +lem +aTC +mmr +aYs +vim +fio +qPF +yiY +biT +bpT +cUi +dhp +aDN +bzb +mKA +xhM +sdP +boh +bpB +bqY +hBF +bqS +bxZ +bvX +ewf +vWr +qJB +mYy +ohy +bDW +bqS +oca +bxu +nIb +nTZ +hKX +jDS +lsh +jyP +jyP +btZ +lsh +vnc +fMY +ltK +csw +ccR +exT +cmb +dmg +gMv +dlq +cgS +cep +dcs +chc +oJu +czC +glP +cmG +cBL +chc +fsW +cGs +seW +cHX +grd +hrE +dOl +rYm +cLx +bHY +cUV +cPO +dcF +fWJ +cWJ +iLu +gLG +xmN +gLG +gLG +orM +lFM +pZA +cBE +cqO +cqO +pLW +hbq +ruR +rhs +eJr +lXg +ihW +cUl +esG +tDn +uBJ +aWX +dgg +dfB +fFY +dec +dfF +cSd +cXb +cDW +drV +djl +afn +dkM +wOf +dem +dem +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +afX +aab +aaa +aiv +aqR +ahR +anv +air +anv +ajK +akt +aku +aiv +amH +bkB +anJ +apB +apS +aqX +npc +alM +aAx +aoW +oQQ +ppN +auP +dBB +axG +ayU +arn +rGR +aCr +aHE +aEn +aFB +aGy +lBr +ayA +axe +aMj +aJv +uOF +aLP +kWl +ofu +wbM +aSl +lFa +asc +aZC +obK +biR +xYi +aOm +dgH +aDN +bhq +thq +bkE +bmc +bmc +bmc +bqZ +bsE +bCA +uPs +fIC +vnR +hWT +hWT +oUX +mcK +bvY +bvY +qFt +eOH +iWZ +iWZ +iWZ +iWZ +bBB +bBB +bBB +bBB +bBB +ceC +ktq +tqW +ruL +clR +ckt +ckt +jLz +ckt +iev +cgS +fOQ +cwR +cEz +tep +hrq +xfg +cmG +cBJ +chc +cDA +lrY +cHm +wyB +cIV +cUk +cNO +rdu +qCi +cQN +cSq +fjE +cUv +cRP +vaH +fjE +cRe +fqI +fjE +fjE +vaH +wZZ +mmV +cRR +cRR +kxx +pyn +cRR +cRR +djv +cSM +qYy +tnF +cTF +qmX +giQ +rWB +cPv +cSd +ehE +dsx +dqv +cUQ +cXY +cop +dgQ +nuO +cZS +rMi +cZS +cZS +cZS +cZS +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +akB +akB +akB +aiv +aiv +aiv +aiv +aiv +aiv +aiv +aiv +aiv +aiv +amJ +anJ +anJ +apE +apS +agW +tcI +aty +aAx +aoX +ajN +ate +aAx +aum +axJ +aAx +azO +alt +aCs +aHE +aEp +aFD +iXs +bIC +fwA +axe +aCz +aJv +fKS +aLA +aLA +aLA +aLA +aLA +bbg +vAO +aDN +aDN +aYJ +lXF +boU +dhq +vCe +bhq +thq +vdh +bmi +aaa +bmc +brb +bpt +gCV +hEX +xjj +xjj +xjj +xjj +hGY +qaa +xjj +xjj +xjj +xjj +iWZ +qmW +vGB +dBg +bBB +mVh +fXQ +kqv +iyJ +ceF +uMy +cdN +cgS +rik +tcX +cmT +cpm +kCN +ism +cgS +cep +ctY +chc +chc +chc +chc +cAT +chc +cvx +cvx +cvx +dpp +cvx +cvx +cvx +cNP +uZx +cOi +uZx +cOi +cOi +cRX +cRT +vaH +cTT +dej +cNX +cTf +iHT +fjE +bQt +cZU +cRR +dft +sOE +xWO +tYr +cRR +lqF +lqF +dkg +nkO +qnM +qmX +nrS +ctj +deJ +cSd +rHu +cJD +cJD +cAp +clP +cop +hzG +ezc +cRq +moR +dkM +cDc +dbb +dbb +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +afX +akB +aca +aqd +aco +mkx +lrF +iIQ +atY +akW +anA +anA +anA +anA +aui +opa +aoC +apS +apS +ajU +npc +atx +aAx +rbu +rKr +gEb +aAx +awa +axI +aAx +rbu +xea +gEb +aHE +axe +axe +aGA +aHX +aJl +axe +aFH +jsn +aDP +rvw +iIk +iRT +nqG +aYI +aRx +aya +kGo +lwb +oGV +bqm +vpM +bqm +aDN +dkm +thq +vdh +bmi +aaa +bmc +bra +bsG +jMp +bwc +xjj +vYv +uoH +daa +xyG +eFV +pKr +rxX +tOn +tpu +bAc +hba +oYM +gnp +bBB +aDk +nWZ +qNN +bBB +cew +ktq +cdN +cgS +cgS +cgS +cgS +cgS +iOY +vfE +cgS +cep +pxz +cAu +ctZ +cmR +dvX +cmG +cBU +cvx +xCH +kJT +cHv +cIg +cIW +dcE +cNP +aaa +aaa +aab +aaa +cOi +csN +cRS +fjE +pNx +cHT +cNV +wIO +kfu +iow +ddm +dtv +gRE +cZM +cYa +rLa +cXO +cRR +irJ +dhv +uiI +djR +tky +cGK +cGK +iEE +deJ +cSd +eLk +mrw +esT +cXW +cSd +ctJ +cDS +cSK +dij +rMi +dkr +dmG +cLV +dbb +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +akB +acc +ach +aqd +aqd +aev +iKS +cnU +akW +frM +lAN +adQ +aek +oUf +inP +inP +dsy +anA +ahk +npc +atg +alQ +aoY +vJy +qjE +auS +awd +axM +ayX +ceh +baF +awd +aDo +taS +aFG +iGV +xrI +prR +axe +axe +aJv +att +aLA +qXm +rlG +dEv +aYI +aRx +oWF +bea +aZs +aZs +aZs +kiu +fes +hGo +gEd +bns +vdh +bmi +aaa +bmc +bmc +bmc +jOs +bmc +rys +xjh +rIE +mFE +rHk +teg +fQw +pCR +ukG +nib +iWZ +dtF +qdQ +iWy +bBB +iJg +xmZ +xnr +bBB +fFO +sol +ccm +cgS +bYF +cWL +cgS +qIn +nmk +rad +cgS +hCF +bkr +cep +cep +fSV +cDa +cDa +cCJ +cvx +lVk +cwO +fvi +sJX +sms +cwO +cLJ +kZv +kZv +cyh +aab +uZx +cQP +cRV +fjE +cUs +mgd +dac +cHT +cHT +cRe +ddm +dtv +dby +cZM +epT +xJE +nfE +noy +xPo +cTs +iks +euu +rlm +pUZ +qmX +dgI +deJ +dop +gru +oWM +dfF +cSd +cSd +cXb +cDW +sKK +mqE +vQT +dkM +cLq +dbb +dbb +cZS +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +afX +akB +acb +aqd +act +cgv +hyO +bOV +adi +akW +acP +aej +aej +aej +mEj +vur +luD +apJ +dHp +aqX +eEU +lYC +alP +fHe +ufj +flW +auR +aun +axK +ayW +ayn +plk +hsZ +fqq +wrn +aFE +aGC +aIb +awG +gVt +axe +bfz +whv +aLA +aPk +fjQ +aQd +aLA +jpG +vEL +ugX +vwU +eyq +eyq +bmT +gEz +oCG +bhg +oYu +lIv +bmi +aaa +aaa +bmc +bdP +xWT +dLF +rys +qsl +etL +xqn +mZC +eFV +ilc +kOq +mAd +txq +iWZ +iQO +iWZ +iWZ +bBB +uAU +ovb +lcl +bBB +vwc +bKg +cfB +cgS +cgS +cgS +cgS +cgS +cgS +vRp +cgS +bCZ +cDR +chf +chf +cmR +cxf +cDa +cCa +cvx +dmV +cwO +lnQ +cIh +cIX +cJq +cKX +cMX +cOl +cLi +aaa +uZx +cQO +cRU +vaH +cUm +xdo +dab +mtc +dbJ +fjE +cQH +hKe +vBs +aMM +ccO +deY +ssQ +cTV +cRR +cRR +cTt +cTA +dmk +cUo +qmX +dgI +deJ +dop +gru +oWM +dfF +cUM +cSd +ctJ +dgQ +nuO +cZS +aab +cZS +cZS +cZS +cZS +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afX +akB +akW +akW +akW +akW +acO +oVr +acL +wRN +adl +adE +adE +amd +aeB +acM +xPW +rVS +eEj +weo +xPz +atC +awV +tLn +avz +jNP +awV +awf +axP +aza +aAx +aBa +aAx +aAx +usw +axe +aGF +kIk +qvP +iKi +axe +aJv +awl +aLA +aYI +lHL +aYI +aLA +bbi +shN +wAj +buU +buU +buU +buU +ygq +aOI +ggv +kRo +vdh +bmi +aaa +aaa +bmc +ogO +nBw +bwg +rys +wGn +stp +bOj +lrQ +eFV +eIP +fqJ +byO +uPY +iWZ +clJ +tlP +pQf +bBB +xxU +sqz +xkX +bBB +ccn +oFB +bXc +bYZ +ttq +ttq +hhh +ttq +ttq +xLF +cnL +bkr +chf +chf +qJK +cmR +osE +cBZ +cCL +cvx +cvx +dtw +hOq +cIi +osa +osa +mrd +xzI +ubo +bPH +aaa +cPs +txJ +gMc +cHQ +cHQ +cHQ +cHQ +cHQ +cHQ +cHQ +dex +dtv +sxu +ykt +wug +guJ +vXQ +dpZ +xPo +cTs +cSl +cOW +oDa +fbT +qmX +dgI +deJ +dop +gru +oWM +dgi +nVh +cQg +ctJ +cHS +cSp +cRq +cCQ +dkM +rRy +cWZ +cWZ +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afO +afO +akB +aca +alB +acu +cgv +hyO +knX +yhS +akW +gkC +amc +amc +amc +ael +eNi +nof +apJ +tfd +iOG +umJ +nKq +oKo +apa +axt +ati +auT +avA +axR +jfm +ayr +lcg +aAA +aAx +ogL +axe +bWJ +csI +eMV +lpF +axe +aJv +awl +aQk +aWD +oVY +aWD +lZu +bcc +dtg +qtR +gGq +pyq +meN +buU +haD +aOI +dky +thq +vdh +bmi +aaa +aaa +bsL +bsJ +byr +bwf +rys +vTU +gfW +gfW +dio +ecG +sqf +sqf +sqf +jSn +iWZ +iWZ +iWZ +iWZ +bBB +sBR +glC +ezg +bBB +vZh +mvK +cjm +crD +crD +crD +crD +crD +crD +crD +pxz +csK +chf +dPe +qGl +cmR +piL +cmG +cCK +cvx +cSb +cwO +eKz +dUW +cEe +cEe +cBk +uFe +cGv +cQL +aaa +cPP +dcj +cLS +cSZ +dtc +cWp +luV +hPB +edp +cHQ +dkW +dtv +dgr +dcn +nCm +lVz +jyJ +cRR +cRR +cyG +cQT +kqo +cZc +cGK +deW +dgI +deJ +dop +gru +oWM +dfF +qpq +dkA +ctJ +cDS +chR +dij +aab +dkr +cUe +cIf +cWZ +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +afO +akB +acc +ach +aqd +aqd +aev +vKV +xLx +akW +aAp +xiV +tGJ +amf +oUf +anM +apH +apI +anA +aqX +roN +akY +kVw +awh +avB +avB +aAF +aAF +jZQ +lSU +azW +aBb +aCw +aAx +qaK +axe +aGE +oJZ +rtU +aGG +axe +uWw +awl +hpQ +sdX +owH +aWD +lZu +nqL +rBZ +pnG +gGq +yeH +aIF +bAh +mdr +aOI +bhq +thq +vdh +bmi +aaa +aaa +bmi +bsK +iPZ +tDC +rys +sBT +gGO +jWy +wMx +lDo +eTJ +xdA +pkO +gLN +fdb +oNy +rLs +omE +vbz +bxj +wRA +wnh +bBB +cco +mvK +ckF +crD +cea +eND +hgT +cxn +ftM +crD +pxz +csK +chf +gCr +ckR +cmR +cmR +cmR +cmR +cvx +dsJ +cwO +cIY +cQy +kBr +cwO +cLJ +kZv +kZv +cQM +aab +cPP +cMB +dET +vJf +qoQ +qoT +qoT +cTq +dqx +cHQ +dxt +wiG +cRR +deL +mVG +hEW +dmU +cRR +cPD +lqF +iks +lGj +aRH +qmX +cTO +uMp +deJ +cSd +dfR +oiz +dfF +cSd +cSd +cXb +cuu +sMH +djl +cBs +dkM +dqn +cWZ +cWZ +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +afO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aab +aaa +akB +acb +alB +acv +cgv +afx +adm +aij +akW +anA +anA +anA +anA +llV +oHE +veR +pLI +anA +arD +uAG +akY +kVw +avA +rAt +ary +ayp +arF +axQ +aAx +aAx +aAx +aAx +aAx +aEw +axe +loP +aIg +aIi +aJq +axe +bfz +awl +aWz +aWD +oVY +aWD +aZt +bcc +bdr +pnG +gGq +pyq +lhf +buU +sUe +aOI +dkD +thq +vdh +bmi +bmi +bmi +bmi +bsK +iPZ +bwi +rys +rys +rys +rys +rys +rys +rys +rys +rys +rys +rys +xjj +xjj +xjj +bBB +bBB +wIc +bBB +bBB +vwc +tht +cAI +vFJ +tNn +rLL +pMg +jzZ +cqZ +crD +bCZ +cAv +jfS +cJE +cep +cyJ +cep +cep +cxA +cvx +bmv +cvu +cyQ +cKz +cvx +mgh +cNP +aaa +aaa +aab +aaa +cPs +xPO +cOF +cTq +cXQ +fZD +lLC +rzU +dbK +dct +jZK +dtv +cRR +cRR +ltM +pYZ +cRR +cRR +dEc +tFF +cSl +diU +yhP +qmX +pSW +tkW +uLv +dfu +dfQ +ppw +dpA +csE +dme +deU +dgQ +nuO +cZS +aab +cZS +cZS +cZS +cZS +cZS +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +akB +anH +anA +anA +anA +anA +anA +anA +anA +anA +aoL +adw +alG +pOw +aoJ +hRm +aoR +anA +arC +eHI +auU +alR +vdY +iue +atl +ayq +awA +hYk +azd +azY +aBo +aAB +aBs +ogL +axe +axe +aKE +axe +axe +axe +aJv +awl +aQp +sEm +aTI +aWE +aZv +bce +gHo +pnG +gGq +buU +buU +rgz +bJU +aOI +aWN +iit +bhq +bWH +bod +bod +bod +bod +iPZ +bwj +fCh +bno +bAl +bBF +bCY +bEw +bFU +nis +bFU +bOz +bFO +bTG +bUG +bVw +bVT +bZt +qfw +ofy +cbo +bFO +kFJ +ulK +yab +thE +cJb +eLu +uVH +ngS +crD +pxz +cep +cAv +cep +cyJ +cep +ctZ +bWb +cuE +cvx +cvx +cvx +cvx +cvx +cvx +cvx +cNP +cxO +cxO +cxO +cPs +cPs +cQU +tPq +cyv +cXV +cHa +iQt +rzU +dbL +txJ +jZK +dtv +cOi +oBJ +kfu +deM +iTW +cGK +cGK +qmX +khW +dgZ +cGK +cGK +drS +lwG +deJ +cSd +gmW +gff +dfF +hCu +csE +cXT +dmK +cxk +cRq +cCQ +dkM +dmm +cSw +cSw +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +anH +agc +anA +bmt +anA +acw +acD +acS +anA +akv +alp +aoJ +aoJ +aoJ +jLt +aoR +sjO +aqX +npc +atg +auE +ayp +ary +atk +aAF +uSG +axS +azc +azX +aBi +aHU +aBs +ogL +awl +aGH +aKF +aPN +lOY +aWT +ssY +awl +aQo +aWD +oVY +aWD +aZt +bcd +bdr +pnG +gGq +pyq +exD +buU +ppd +aOI +aUN +bnM +bVu +bqs +bVu +bVu +bVu +bVu +pwD +gJF +gJF +nTf +bFi +ftl +bIR +xQF +xvN +iQu +xvN +xvN +czd +xvN +xvN +xvN +cdU +mac +cse +xvN +xvN +xvN +cgJ +cAI +vFJ +rZM +mRJ +cfw +cFB +wBM +moH +oJe +cyJ +cep +tGZ +yhr +uPn +cAu +cep +cyJ +cyJ +cep +cAu +ech +cuE +cxO +cBN +dmJ +diJ +cep +cxA +tlR +dcj +dcj +jIy +dcR +cVI +pNz +dfr +rzU +cTa +cEr +jot +dtv +cOi +oBJ +kfu +deM +ury +qss +xzG +dmw +dqD +apu +dlv +qpq +cDI +iUO +vbI +cSd +dfT +deH +oFY +xaZ +bqF +cOB +cRp +ftW +dij +aab +dkr +pRS +cSw +cSw +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +dQR +anH +sqZ +anA +puD +anA +acy +kjy +jrj +anA +akF +adX +aoJ +amM +aoJ +hRm +aoR +jLh +aqX +npc +atg +auE +qxW +arF +dEz +aAF +awC +axU +xZH +otY +aBp +aHU +aBs +ogL +sqc +wBU +ava +jDg +wBU +att +ydt +awl +aQr +aVQ +aTR +aWD +lZu +bcf +lop +pnG +gGq +uCJ +aIF +qhO +fYg +aOI +dnk +bhq +bhq +cIZ +bhq +boe +bhq +bvL +mjZ +bhq +bhq +bzb +bAf +nRN +bAf +bEn +bFW +kxL +bFO +bFO +bRg +bFO +bFO +bFO +kxL +bFO +eyg +bwh +bXB +bXB +bWi +ylb +crD +cgA +vbD +koD +chJ +hyH +crD +dLZ +thJ +wjr +wjr +hpr +wHw +qJb +nSQ +fNa +bYd +mws +xtW +olW +mcw +vfJ +niH +cep +cAv +czq +cPc +cPs +dtn +cFG +cVJ +dfg +cXR +cYT +cYT +dcR +cyw +cHQ +day +wxu +ylG +deQ +cgi +uFr +qIN +dmA +dba +taa +qRU +gHL +lYt +cGi +gYf +ugT +dgd +cXT +dgd +yiR +cXT +cXT +cXT +cXT +cOb +lDk +djl +cBs +dkM +cVs +cSw +cSw +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +anH +aci +aci +aci +aci +acx +acE +aeA +anA +ois +alq +afK +amr +anS +aoM +sln +jLh +aqX +pQg +akx +lSU +apc +arE +tLb +auW +awV +awV +aBs +aBs +aBs +aBs +aBs +wEb +avq +att +aIj +uSc +aNZ +aDP +aNX +awl +aQq +aWD +oVY +aWD +lZu +aWD +phd +fzl +gGq +pyq +omI +buU +wqZ +aOI +aVu +fIP +aVu +aVu +fIP +aVu +fIP +aVu +aVu +fIP +aVu +aVu +bAg +nbA +bkC +ogI +ogI +ogI +ogI +ogI +ogI +ogI +ogI +ogI +ogI +ogI +bQV +ceT +bSu +lzA +csS +bSu +crD +crD +crD +crD +crD +cfY +crD +jYZ +eAu +gRp +jYZ +jYZ +jYZ +sKS +ssc +cep +xTJ +cep +cep +cep +cep +cep +daB +cep +cOT +cLD +cPZ +cPs +cHC +cFF +cVE +cWV +wII +xOn +xOn +xOn +daN +cHQ +daw +daR +cOi +ykA +tsL +jhj +xgI +qss +eiZ +sRJ +uqH +uqH +uqH +cUM +cUM +cUM +cUM +dfD +qkB +cUM +cUM +cUM +dfD +cUM +cUM +rqM +dij +aab +cZS +cZS +cZS +cZS +cZS +aab +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +anH +pSs +anA +cHW +anA +acx +acB +idn +adp +tDV +alu +amn +amO +anU +aoP +mjR +sPz +lCR +tkc +aFL +aFL +aFL +aFL +rQn +aFL +aFL +rqy +azm +awl +mlg +kYC +aDp +aOY +aFH +aGL +awl +aJt +awl +aIq +xfQ +awl +aIc +ipS +aUG +ipS +aIc +kDx +aGR +esS +buU +buU +buU +buU +kTo +aOI +goS +ggC +hwE +veF +tqo +nUj +tqo +jiC +iVp +ygF +rDJ +aVu +bAk +bzq +bAk +ogI +aTT +bCW +bDc +bGi +bJF +bTI +bPe +wFX +bSo +ogI +bZE +cbu +cdh +ceH +fJX +cjs +gFm +bXM +pZl +tfv +bQV +cxP +kuA +jYZ +gUq +cuM +mze +bUu +czG +jYZ +llD +qOx +vUK +czf +dfZ +ctZ +cyJ +cep +cKc +ctZ +cOU +cxO +cxO +cPs +cPs +cPs +cVL +cPs +oLk +oLk +cZW +oLk +cPs +cPs +dkK +cZU +oYb +dfG +uUy +wIO +cJg +cOi +cZS +dij +dij +dij +cZS +cZS +dij +dij +dij +cZS +cZS +dij +dij +dij +cZS +cZS +dij +dij +cZS +aab +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +anH +ndn +anA +fcQ +anA +acw +exe +qyh +anA +apM +adY +amm +anL +ahf +aoN +aoJ +apT +ago +aiU +aFL +alS +apd +arK +aeb +auY +aFL +atw +iVr +dAH +aBq +lme +att +awl +tTx +awl +qek +att +awl +ayd +bfz +muu +aIc +lXb +aUd +aWG +aIc +bbk +bda +pKv +aJA +mrk +aJA +aJA +mqw +oHO +mUt +jpm +orv +oJs +kBh +jcp +fAO +nTP +tly +eVQ +tai +aVu +cMK +bzq +bDa +ogI +aTS +fYx +bBM +bGg +bSn +bQZ +ttf +fWj +bRt +bSN +dOs +vmz +mDZ +cuo +bDl +qFy +bZv +gKN +tmX +ill +bQV +ciE +iUf +jYZ +dXX +uIn +kKW +cfE +crm +jYZ +chf +ctZ +cDm +chf +chf +chf +ctZ +cAu +tWL +cep +cxO +cxO +aab +aab +cPs +cQW +cVM +cWR +dbN +wYi +cNY +cNY +bTN +cOi +dlU +cOI +cOi +dfG +uUy +kfu +edf +qss +aab +dhf +dlw +dlw +dlw +dlw +dlw +dlw +rlX +dhf +rlX +dhf +rlX +dhf +aLe +xVT +xKa +xVT +xKa +xVT +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +anH +anH +anH +anH +anH +anA +anA +anA +anA +akI +apO +apO +amQ +apO +apO +sNy +tfd +ago +uAG +akC +avF +iPH +aex +hNy +ayt +aFL +azM +wWC +aBR +wIz +avq +rQP +awl +qtQ +awl +aIn +aJu +aqc +aJx +aJv +aPe +aIc +aSJ +aUI +aWK +ipS +aZs +ocJ +aRx +vJc +dSf +mQL +aRx +ayb +uxn +tly +fma +orv +vKu +ueZ +ueZ +ueZ +ekY +tly +tMP +orv +fIP +bAk +bzq +bAk +bOU +aTV +jKZ +yiH +qDM +bNG +sFQ +amv +nHW +cud +bSP +toH +pkQ +ncM +udz +mMA +rbz +xbT +bQV +bQV +bQV +bQV +cjw +ckV +nEA +oxN +der +jYZ +jYZ +jYZ +jYZ +cAY +cep +fkC +wGR +cxE +chf +csp +cep +cKg +cep +cxO +aab +aab +aaa +cPs +dgC +doL +dgC +oub +cYV +cZY +noh +xzp +dcv +dcN +dtv +dmz +pUX +dgt +dgP +pUX +dmz +dmz +qmh +dmz +fnd +dmz +fnd +fnd +dmz +dib +djc +dib +djc +dib +djc +aab +rQr +rQr +rQr +rQr +rQr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +aaa +aab +aaa +anH +fRv +acV +fRv +anA +tNR +apO +apO +amP +apO +apO +qQE +anA +ahQ +aiV +aFL +ama +apy +arQ +atp +ama +aFL +xnM +gce +dAH +aFs +att +jbB +aOI +aOI +aOI +aOI +aOI +lOY +awl +eKH +aZu +aDv +uAT +aQJ +aWJ +ipS +aZs +nGj +aOI +aOI +aYO +aUS +aUS +aUS +aUS +guR +uuE +orv +buC +buC +aps +buC +buC +tly +tMP +dJg +aVu +ras +bzq +bAk +ogI +aTU +bDf +nmO +srv +vxo +bSn +srv +bSn +gYk +bSv +xCd +cen +qFy +cuo +caz +mDZ +bZv +gKN +rXb +hTv +bQV +cre +ckU +gbM +qkc +pRg +pTa +bUu +czG +jYZ +cAY +cqN +cqN +cyJ +cyJ +vNT +cYj +cyJ +lZI +cep +cAe +aab +aaa +aaa +cPs +dou +cPx +dou +oub +mQf +dDZ +daV +vQZ +cOi +dau +dtv +dmz +cJH +dke +oLB +cPE +lTU +cQp +kcJ +nTG +cPE +cPE +cPE +cDj +dmz +dmz +dmz +dmz +dmz +dmz +dmz +dmz +rQr +rQr +rQr +rQr +rQr +aaa +dQR +dmD +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +dQR +aab +alv +aab +aih +aqG +aqG +aqG +aih +aih +akJ +oGm +amT +aHq +apQ +aih +aqG +agV +aiX +aFL +auI +apK +eMe +avF +auI +aFL +awl +awl +aIq +iQo +tGs +nLw +mju +jmr +aGO +aIp +aWL +aKI +awl +aTa +aFH +aIc +aIc +aIc +aIc +aIc +bbo +okN +aOI +aJs +qtc +aUS +mhv +eoR +efn +hUa +iav +nQW +sea +lxc +tqo +jVb +lxc +mFq +vAC +fin +aVu +jQC +hLM +bAk +wcS +aTY +bSn +bGf +bIh +paW +bTM +bPg +bQS +ibM +ogI +bZD +oKu +cuo +qFy +cju +qfJ +eng +upW +kCw +jLy +bQV +mRO +ckX +jYZ +bJb +cvS +pNw +cfE +crm +jYZ +kkO +jxj +bTU +cyJ +uWP +chf +nBN +cyJ +vih +cep +cAe +aab +aaa +aaa +cPs +dou +doM +dou +oub +anp +cZY +xjB +cdo +cOi +kBF +dtv +pUX +dfK +dmd +dja +dja +dja +dja +oyH +tGy +dja +dja +dja +mfk +vAW +dmz +dmW +dtl +qGK +qGK +qdk +dmz +rQr +rQr +rQr +rQr +rQr +dQR +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aaa +aih +aih +aih +aih +aih +akK +aiY +ajV +amS +ajV +aiY +kTA +aqG +ajJ +asy +aFL +amb +apG +aFL +apG +auI +aFL +axW +nan +gDU +mbb +avq +aOI +uAW +aIY +nqX +aJz +aOI +xpP +xvd +arR +aPf +aQz +oqZ +gLe +aWL +aZz +aUJ +wap +aOI +dKK +xcB +aUS +kFB +sSj +nQl +hUa +tth +fbz +fbz +fbz +leS +fbz +fbz +fbz +fpl +orv +fIP +bAk +bzq +bAk +bEq +aTW +rZF +cxL +bGq +bQR +bQR +bQR +bQR +bQR +bQR +caA +cbv +dZB +bXP +bXD +caP +bXD +bQV +bQV +bQV +bQV +cDf +cDf +cDf +cDf +cDf +cDf +cDf +cDf +cDf +fBH +czr +rex +czg +cxF +chf +vfy +cyJ +uzL +cxA +cAe +aab +aaa +aaa +aaa +dou +doz +dou +oub +cZd +cNY +cZw +mVO +cOk +nNX +dtv +pUX +dfJ +cXU +dgV +rDW +rDW +dld +kdD +lpz +wCM +dlx +dqw +tbw +iFb +tMq +dpE +fUk +dpE +dpE +cRl +dmz +rQr +rQr +rQr +rQr +rQr +aaa +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aih +mma +kAS +vhs +aih +adI +aiY +ajV +anb +ajV +aiY +apV +aqG +ahD +dGa +aFL +aFL +aFL +aFL +aFL +aFL +aFL +axY +fYD +aOI +aOI +aOI +aOI +gFG +aFK +aFK +gFG +aOI +aOI +aOI +aOI +aPg +aQv +aQv +aQv +aQv +jru +aZs +pIr +aOI +aOI +aRI +aUS +xPJ +gPj +nQl +hUa +oXr +eSa +nif +buC +bHu +buC +buC +uNg +kNE +eOd +wny +bAk +bzq +bAk +ogI +aUP +tLB +vpf +bJA +bQR +jCr +bUc +bZu +cnP +bSR +bZJ +vPP +bZk +bXF +bZh +caE +pRm +ylO +mem +fZC +wQM +cDf +bQT +fxU +chu +cnZ +izR +xIm +crr +cDf +cuj +ygX +acX +cyJ +cyJ +hNr +cyJ +czr +gYr +cep +cxO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oub +ccL +cNY +xjB +oMN +cOk +dau +bNI +dmz +dfN +dgj +tYm +dhJ +rKe +wGJ +eew +khK +pJh +wGJ +lax +rWr +cYW +ddD +dmX +qIl +uPG +gkf +dkU +dmz +rQr +rQr +rQr +rQr +rQr +aaa +dQR +dmD +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +deX +jRb +eTn +umg +wxF +uAu +mJO +afM +aeC +ahm +tWh +apU +aqG +ago +tls +atg +awl +aab +aaa +aaa +aab +awl +axX +tFr +aOI +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +aOI +aQv +aQv +aWW +aWP +aQv +aQv +aWU +aKG +mGQ +aOI +aRI +aUS +dzE +bom +nQl +hUa +oXr +ngT +buC +buC +bHu +bjN +buC +nyR +xnG +nNf +tqp +sGO +ipe +bAk +ogI +aUO +dFI +bLy +bIj +bQR +bNo +bPh +bSq +rdL +cuL +iDD +oSJ +dVb +bHL +bZk +caR +ccq +ylO +lLH +wJn +pop +cjB +qnK +bNf +gFW +nnK +kTh +cBH +nsP +cDf +cuh +cyJ +cAz +cyJ +cyJ +cyV +cyJ +cyJ +uzL +cep +cxO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oub +tOs +cNY +hvc +dmz +dmz +cYb +aOl +dmz +hua +dgj +dgW +dhI +rKe +sKE +gHg +erU +erU +omz +cZZ +dnm +fAn +dsN +xlV +cNE +oBV +oBV +cMY +dmz +rQr +rQr +rQr +rQr +rQr +aab +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +mHh +bUE +gKs +lPS +mjW +wuh +pJH +xhz +and +xhz +iEJ +hWQ +aqH +qrI +dzS +akD +awl +awl +awl +awl +awl +awl +aIq +tFr +aOI +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +aOI +rOg +xox +lui +aVo +jMr +aZG +eal +bdj +oKl +aOI +bfb +aUS +spe +kPF +nQl +hUa +oXr +tqo +oSA +vDp +fAd +sju +pqW +tqo +tly +orv +fIP +bAk +bzq +bAk +bEp +bYu +xGF +bHO +gVC +chh +tPC +iGq +ccJ +uhl +bSR +neH +dvz +vHd +bXF +dVb +cyS +vzE +crY +wJv +xoN +cjC +cjB +ieC +oUn +imB +pva +imB +kzX +jBJ +cDf +chf +iuF +chf +cxt +cyJ +cyV +ahA +cyJ +cKi +cep +cxO +aaa +bFC +bFC +bFC +bFC +bFC +bFC +bFC +bFC +mLw +hvc +dmz +dcS +dkI +gGk +dmz +ghR +dgj +tvj +dlt +omz +ffY +jUZ +dcf +vhd +omz +eyp +cwJ +gNQ +dmz +gOF +cxB +cxB +cxB +aXp +dmz +rQr +rQr +rQr +rQr +rQr +aQU +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aaa +tEw +dBR +sKj +qbR +kPs +iyp +alH +amt +aeD +aeV +aoS +apW +aih +iOG +ntl +gSa +ame +gDU +gDU +aBw +lJX +gWU +gDU +fXj +aOI +sHt +sHt +sHt +pwU +sHt +sHt +pwU +sHt +sHt +sHt +aOI +aQE +aQE +aQE +aQv +aQv +aQv +bbu +fyV +bfq +aOI +bfb +aUS +eeF +kPF +nQl +hUa +jzO +alJ +alJ +alJ +alJ +alJ +alJ +alJ +jVr +hXp +aVu +bFj +bzq +dzn +bEp +aQV +mpX +bUd +oUP +chh +hAl +vEw +cPb +cvZ +chh +eFn +xYq +cnx +qjX +bZl +caF +cct +ylO +sHC +cot +cfF +cjB +ckZ +bca +iHE +coa +iHE +mTj +czO +cDf +ccv +vEW +chf +uwJ +uwJ +chf +csK +cyJ +uzL +bWb +egW +aaa +bFC +jYu +jtR +rUR +bFC +uwN +cTo +bFC +uph +snc +bsW +dtH +esL +dqk +pwS +sQv +lmi +cSO +dfq +fJg +sZP +iRc +iRc +iRc +cUg +eel +mYL +sRm +dsN +dpF +qGK +qGK +dbW +diB +dmz +rQr +rQr +rQr +rQr +rQr +dQR +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aih +adH +wWM +mEM +aih +aih +aih +aih +aih +aih +aih +aih +aih +aqX +aqW +tjk +amw +ldl +ilS +ava +caI +avq +sRj +avq +aOI +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +aOI +phC +bbZ +aZD +aVp +iBD +qSh +azn +bdj +bfv +aOI +qtc +aUS +izr +cqW +iyh +lFO +rcG +nLp +jvX +nLp +nLp +nLp +nLp +nLp +nLp +xHL +aVu +bAq +bzq +bDb +aTM +hXB +wYg +bNz +mpK +can +rda +cth +cht +pyl +gKS +kCP +gAY +lgW +cfI +qLe +caH +sTQ +crZ +kXp +cot +hSU +oBL +bEx +fAt +gYO +gYO +gYO +cup +crp +cta +cpC +cpC +cpC +cpC +cpC +cpC +cpC +cpC +bZn +bWb +cxO +aab +bFC +olG +gSP +jeW +vSh +gMP +jeG +uwB +bFD +hyj +bsW +sbD +qtd +hWr +pUX +pxv +hod +dah +wQQ +mkq +dPA +qCM +phw +cSI +nic +dlK +ihJ +ihJ +dsN +tgZ +rdv +tgZ +dob +cOj +dmz +rQr +rQr +rQr +rQr +rQr +aaa +dQR +dmD +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aaa +aih +jQu +giR +eWB +aih +aaa +rlu +xfO +nah +fhH +mcg +yhb +rlu +rlu +azL +rlu +atG +awl +awl +awl +wNr +aqc +awl +aqc +aOI +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +sHt +aOI +aQE +aQE +bxP +aUT +aQE +aQE +aKO +fyV +kGL +aOI +xIj +dRf +lNp +fdd +aUS +kEj +baM +kEj +aUS +vqS +dEw +dEw +dEw +cFT +dbI +bdT +bdT +bAn +bzq +bDb +bEy +aVx +bDg +fdN +oDm +bUd +bNz +aVy +bNz +bUd +oiS +dJl +gAY +rPf +cbr +bZp +caH +bXF +jcY +hcA +cot +bYc +cjB +ure +dkn +gqr +ghU +joe +jCb +esO +cta +xBf +oaY +oaY +oaY +oaY +oaY +xBf +cpC +dUm +gJa +cxO +aaa +bFC +cSs +cYg +sIF +bFC +oWo +cDE +bFC +rHF +syr +dmz +czD +cjR +vOb +cpz +cSY +wls +sKF +dfs +hSD +teT +wiS +wiS +wiS +cVT +uZe +cMa +diu +dsN +qGK +qGK +qGK +dka +diB +dmz +rQr +rQr +rQr +rQr +rQr +dQR +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +aaa +aab +aaa +aab +aaa +rlu +eBE +jcV +pTX +pnz +aFn +rlu +fbX +aOE +hWI +atG +apZ +avq +atr +aWC +vAZ +awD +awD +aOI +aFK +aFK +aFK +gFG +aFK +aFK +gFG +aFK +aFK +aFK +aOI +raG +aQE +aQE +aQE +aQE +hcz +aRx +fyV +aOI +aOI +nwx +aUS +kCq +gNf +aUS +wbl +qaW +iUd +aUS +oPu +bof +bof +bof +bof +bof +iNn +bdT +mMo +abd +aRy +qYr +aVI +bDj +bGx +eeJ +bND +bND +bND +ewU +bND +aTL +bZL +cbT +cpn +bTZ +bZp +dMc +czi +cej +tSi +sMJ +ckz +cDf +cDf +cDf +cDf +cCW +cCW +cCW +cCW +rNv +dWP +fuy +fuy +fuy +fuy +fuy +qsX +cpC +gan +cep +cAe +aaa +bFC +cSF +nOE +acf +bFC +bFC +bFC +bFC +soK +cNJ +dmz +dqq +khe +uiw +hJj +cmj +cXX +cVP +xon +cVT +ffY +uTu +vBN +pTj +omz +eyp +cwJ +gNQ +dmz +cON +daQ +daQ +daQ +lZC +dmz +rQr +rQr +rQr +rQr +rQr +dQR +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +dQR +aab +dQR +dQR +dQR +aab +aab +rlu +mXS +iVU +wuy +bjE +lPz +elB +nCV +ifJ +dEI +atG +nDi +arS +aqc +auZ +iQk +aHW +eFl +qFV +lOE +aFJ +aFJ +bfi +aFJ +aFJ +aYv +aFJ +aFJ +aFJ +bsx +aaZ +aZs +aQG +aVq +uCQ +aZs +aPm +wsA +aOI +aLc +nwx +aUS +vHT +qKa +aUS +lhN +jra +kVo +aUS +udc +wvN +nTN +qTQ +bof +bof +bof +qUd +bAk +bzq +bDb +ouw +aVy +bDi +bGv +bJW +bSw +bNz +aVx +bNz +bSw +cuF +vAN +gAY +rPf +bXK +bZp +ccA +het +sZh +bYe +cot +hZz +bSH +clc +bMT +slC +coe +cpw +pNL +czW +rNv +cum +uno +cwg +cyZ +hoz +cyZ +jyI +cpC +rwv +cep +cAe +aaa +bFC +bhn +bFE +rFC +fqN +eIN +bFC +rRt +jxs +cNJ +dmz +dmz +tcw +dmz +dmz +cVF +cXX +dms +cRj +ddx +lVr +vWF +erU +erU +omz +hri +kqR +gNQ +dsN +xlV +dlc +nqC +dlc +cMY +dmz +rQr +rQr +rQr +rQr +rQr +aQU +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +rlu +qFK +xHC +pTX +hwW +pTX +rlu +qom +kfk +meO +atG +aqc +aqc +aqc +ava +awF +awF +avq +aOI +vPh +sLX +lkw +aWM +nXr +aKQ +fRL +bfp +aGI +aGI +aGI +oYv +gFD +xdl +aUa +aUa +bbw +kky +bdm +aOI +wWG +nwx +aUS +aUS +goA +aUS +aUS +aUS +aUS +aUS +dAh +aBB +umx +aBB +bof +wCP +bof +qUd +bAk +bzq +bDb +aTM +cwk +bNz +bSt +bLx +oRn +lQf +vah +vah +bSy +gKS +kCP +gAY +uHA +bSB +wMV +ccA +vRL +crZ +kXp +cot +geX +ckr +clf +obE +cuG +cuG +cuG +tGx +cmI +rNv +bZm +gVp +chK +sEn +bJh +cyZ +inv +cpC +oRC +cep +cAe +aaa +bFC +cUj +hWo +cUy +djE +rsI +bFC +rRt +cNY +cNJ +cNY +nvN +cqJ +ehT +dmz +nSv +cXX +dms +cRj +ddx +wGJ +dmQ +dmQ +dKq +wGJ +cPS +dmR +ssU +elC +qJH +cTw +cvz +uXE +dkU +dmz +rQr +rQr +rQr +rQr +rQr +aaa +dQR +dmD +dQR +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +rlu +lJK +hYr +hGM +fqk +tHr +rlu +jbO +hib +xSF +atG +aqb +aCh +ats +ava +awE +ayf +att +aOI +pTx +aFI +aFI +aFI +aFI +fUQ +fUQ +fUQ +fUQ +ewV +aGP +kiu +bsx +qfL +hnp +aQA +ojJ +aZs +fcL +cQZ +tfz +aOx +hae +aUS +pvL +eBx +gMH +iMW +aUS +dpP +jws +jxv +lSw +mcl +bAo +vMz +bof +qUd +bAk +bzq +vxf +bEp +aWI +aVy +mzk +bJZ +bEp +bTT +bPK +olg +bEp +bEp +gdp +bHM +chs +bXL +tBn +caL +mTx +ylO +cfL +cot +ciP +bSH +cle +lFH +cnF +coZ +cnF +eoX +oGg +rNv +cus +gVp +caV +iEg +wna +cyZ +ciQ +cpC +uzL +cep +cxO +aaa +bFC +upI +cSN +cYM +ndr +iYD +bFC +oub +oub +lQh +cZY +oDq +dqA +rZm +fnd +rVm +rHz +jvd +cXm +cXm +dcy +dcV +ddf +ddn +nIq +fDp +ajx +cWB +dsN +qGK +cSR +qGK +qGK +diB +dmz +rQr +rQr +rQr +rQr +rQr +aaa +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +rlu +rlu +rlu +rlu +rlu +rlu +rlu +rlu +rlu +rlu +wPx +apY +arT +aqc +aEI +awH +ayg +avq +aFI +aFI +aFI +aMI +uVU +aFI +ggd +qno +eeW +fUQ +fUQ +fUQ +xCf +ePV +iGP +wsC +ftc +pmG +wwL +kvJ +aOI +acW +bjz +xsi +dkR +aBH +mFQ +hIm +bec +aUS +sOH +bof +bfo +umx +fqZ +bof +wCP +bof +qUd +bAk +bzq +bAk +bEp +tTh +bPG +bGz +bKc +bLQ +bDH +bOB +uYw +bOQ +bIq +mcM +dvz +edz +het +eUh +vhu +iBV +crY +wJv +cuf +ciJ +bSH +tXI +lKS +cnI +cpc +cnI +uFn +cvU +rNv +qHO +nBZ +rBN +rBN +cxx +cul +tsO +cpC +oym +ctZ +cxO +aab +bFC +bOs +cYy +xBw +kAJ +cyq +bFC +aab +oub +cNJ +cNY +nvN +ixH +cCp +fnd +cMV +xgp +giX +giX +giX +giX +dcz +giX +giX +fTt +giX +pPi +oLW +dmz +qGK +fwc +qGK +dpC +pMq +dmz +rQr +rQr +rQr +rQr +rQr +aQU +dQR +dmD +dQR +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aab +aaa +aab +aab +aab +aab +aab +atG +aqc +aqc +awl +avb +aAQ +aNH +att +okf +bgZ +oWB +xXD +iZe +aOb +vnM +qtC +aAc +ckc +xxG +aSM +kiu +fmN +jtK +oDj +aXf +nci +qef +kvJ +aOI +tTF +bfy +qsA +iLw +gWV +vqm +boV +uxX +aUS +wve +bof +pnX +nTN +rDV +bof +bof +bof +qUd +bAk +bzq +bAk +bEp +bEp +bEp +bEp +bEp +bEp +lUq +sec +kkP +uAC +xgz +kqi +vIj +eUh +bXO +bZk +caN +moN +ylO +hbc +cot +ciR +bSH +jFo +cmn +cnH +cpb +wcA +kPY +lbZ +rNv +nJf +qxF +qxF +qxF +pvP +kAp +bZw +cpC +azK +bWb +cxO +aab +bFC +pua +bHB +bHz +bHD +rnK +bFC +aab +oub +ggI +oub +nvN +dTG +tmO +dmz +dmz +cSP +tbr +tbr +wnQ +uRb +bPf +tbr +tbr +dll +dnd +cTE +cQe +dmz +dmz +aYt +aYt +dmz +cvA +dmz +ipF +pVW +ipF +pVW +rQr +aaa +dQR +dmD +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aab +aab +dQR +aab +aab +aab +aab +aab +aab +aab +aab +awl +aqn +avq +otX +avc +att +avq +dxq +aFI +aZE +ykv +ngV +aTJ +aFI +bbv +hBo +klz +aSk +ljT +ipA +aOg +rpd +aUQ +aUQ +aUQ +aUQ +lEH +udh +aOI +aOC +bmH +aVA +aUS +aUS +aUS +aUS +aUS +aUS +pob +bof +kNO +bof +bof +bof +nYk +tiR +bdT +eah +bzq +bAk +bEp +pin +oce +xdJ +mpt +clU +bOR +uCK +gZX +pCe +bIq +jfQ +cbV +bZk +het +dOo +mjh +sxg +ylO +qNz +cot +cuB +cCW +cqM +mCO +bJP +chL +fgv +pxG +mhT +rNv +cpC +bNK +cGw +oTy +vOE +bNK +cpC +cpC +bTP +cep +cxO +aaa +bFC +bSk +bHz +bFE +bLi +cRr +bFC +aaa +cxO +wHh +hmq +ecH +xgm +cCp +gYM +dmz +dmz +cDl +dmz +dmz +dmz +nqN +xlV +ddq +cMY +tVR +iqI +dmz +cEi +cEi +qIz +vfY +dmz +dib +dlw +dlw +dlw +dlw +dlw +djc +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +awl +awl +awl +awl +awl +awl +avq +avq +atG +atG +avs +atG +atG +aFI +nXT +djg +oYo +bgZ +aOb +gFX +aTF +emL +tDg +fho +iyI +kiu +bsx +aUQ +vNh +vca +aUQ +sbR +aUQ +aUQ +umk +hkN +aVA +qzo +hAx +vSz +bjy +muv +bdT +bjL +bof +kNO +mfy +vwn +vhN +lRd +gOk +beb +jQC +hLM +bAk +bEp +aWS +bDn +bQQ +cAq +bEp +bEp +bEp +bEp +bEp +bEp +caA +cbU +dZB +bXP +bXD +caP +bXD +ylO +tOo +ckW +qdG +cCW +cCW +cCW +cCW +cCW +cCW +cCW +cCW +cCW +ule +cnY +cnY +cjz +cyK +dRz +czh +sYT +smW +cep +cxO +aaa +bFC +bFE +bHD +bHz +bHB +bFE +bFC +aaa +cAe +eZo +dbM +ogH +vSI +rZm +rZm +vSC +nvN +aWg +ujR +dmz +deu +ddp +ddv +ddv +hiM +xlV +cTm +dmz +dgM +dne +nqn +fWl +dmz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +amK +avq +asf +atw +atT +auK +qtm +atG +aup +avq +hmS +atG +vpJ +xts +gez +xTV +dIc +aFI +aFI +lEW +lEW +lEW +aFI +aFI +gCU +bsx +aUQ +vNh +wCZ +aUQ +xZQ +lwn +aUQ +aGJ +aOF +oYI +bdT +nzF +dfW +bjy +stG +uKD +jZh +gvW +mOz +aQs +cgT +ptR +svK +xBM +bzf +bAk +bzq +bAk +bEp +aYo +bDn +bHJ +jVt +bEp +lHU +cnW +cty +boX +bEu +bZP +phl +chx +bWt +wRB +cnY +cnY +cnY +cGL +chx +bQB +ckB +cnY +cnM +cjz +cnY +cnY +cnY +cnY +bWF +cGL +chx +oPO +cmy +cyM +dKy +czj +wTf +cqw +gUh +cxO +aab +bFC +bFE +bFE +ceb +bFE +bFE +bFC +aab +cAe +wHh +vic +ogH +sto +tSu +cOe +dmy +jxo +cOe +cVH +dmz +bcA +inV +ddk +baN +baN +dlX +pMX +dmz +oMR +oMR +kjp +pxD +dmz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +aCh +aqq +awl +atu +atG +uTo +oqL +atG +lQS +avt +lQS +atG +xfi +xYc +lFe +vSq +mvX +wPg +kQQ +kPS +oPr +pni +aTD +aKX +eln +udn +aUQ +mYc +jJh +aHY +aXi +kua +aUQ +leL +sCE +xrq +aSR +fEN +ntg +uxk +uxk +vep +kqK +fmk +jTo +rqa +hOf +bsX +kyK +jxJ +bzf +bAk +bzq +bAk +bEp +aYl +bDn +bHG +msN +bEp +bOT +bNL +bRc +nbE +irE +wbB +pjc +crA +bXR +nPD +avh +raZ +ccG +bXR +cou +bSV +avO +avO +cmq +avO +avO +oMr +avO +cuv +dXp +hYs +cCR +oiA +avO +bYv +lHM +bXI +pAi +iZz +gyA +cxO +aaa +bFC +bFC +bFC +bFC +bFC +bFC +bFC +aaa +cAe +wHh +bWb +ecH +nvN +rxp +nvN +okj +nvN +dgT +cWx +dmz +dmz +dmz +dmz +fnd +dmz +fnd +csO +dmz +dmz +dmz +dmz +dmz +dmz +aaa +aaa +aaa +iUc +iUc +iUc +iUc +iUc +cBY +cBY +cBY +cBY +cBY +aab +aaa +qHj +aab +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +drX +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +amL +aqr +awl +awl +atG +iwn +iDk +atG +auq +avp +auq +atG +eri +bgZ +gez +rGv +bgZ +aOb +aGN +wTE +aMw +aUc +mxM +aFI +aFI +pbz +aUQ +aUQ +aUQ +aUQ +hjO +gxE +aUQ +jqS +mEs +quc +bdT +aJB +onQ +bjy +bjy +uKD +bof +bof +jQi +uLN +qgF +nVq +kyK +xcG +beb +bAp +bzq +bAk +bEp +aYr +bDn +bEp +bEp +bEp +cpd +sep +elE +ccE +bWa +hUj +iTB +gpk +hUj +bWa +pAi +ogJ +chr +chr +vmn +rcs +rcs +uBn +chr +chr +sFX +dVG +ceD +chr +cQk +cQk +cQk +cQk +cQk +npM +chq +npM +pAi +cux +gyA +cxO +aaa +aaa +aab +aaa +aab +aaa +aab +aaa +aaa +cxO +eZo +chf +chf +cxO +doE +nvN +kLp +nvN +iuO +yko +nvN +aaa +aaa +aaa +aab +aaa +aab +mDO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +iUc +rqd +fAw +uwW +iUc +cBY +esP +ojj +rff +cBY +cVd +cVd +cVd +cVd +aab +aab +cVd +cVd +cVd +cVd +cVd +cVd +cVd +drf +drf +drf +drf +drf +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +awl +awl +awl +aaa +awl +oQd +uLw +awl +auq +avu +auq +atG +aFI +xFl +rDG +aAa +bgZ +aFI +aGQ +vFZ +bcm +uZJ +aKK +aFI +tuZ +jkI +aUQ +iBL +aZL +qSD +wNE +odR +aUQ +aJr +aOF +pHs +bdT +hUm +lAt +hOJ +eAk +bdT +bzk +obb +bdT +beb +beb +beb +iPS +beb +beb +bAk +bzq +bAk +bEp +bPA +bob +bEp +bJY +bMZ +cvT +vnO +pjk +eHX +bWa +czY +cbX +bWu +bXS +bWa +djr +bGG +chr +gkn +chy +eAi +bGe +cnN +cms +chr +pCy +aTN +cuw +chr +ctk +cwr +cQR +bLK +cQk +jkP +oGi +pOK +pAi +daB +aoA +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +bOH +chf +pOt +cxO +doE +nvN +ojt +nvN +dhk +rxp +nvN +aaa +aaa +aaa +aab +aaa +aab +xYp +aab +aaa +aab +aaa +aab +doE +doE +doE +aab +iUc +dQC +jfW +mkE +iUc +uti +hpd +dfC +vKC +fcb +cDk +cOZ +cGY +cVd +cVd +cVd +cVd +dkX +dkX +pMM +dkX +cAO +cAO +drf +drf +drf +drf +drf +drf +drf +drf +drf +qgC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +awl +doE +doE +awl +auq +avw +auq +aaa +aFI +aFI +aFI +aFI +sPb +aFI +aFI +aFI +aFI +aFI +aFI +aFI +aQL +edM +aUQ +aUQ +aUQ +fIB +jUq +aUQ +aUQ +aUQ +mAX +uuZ +beb +beb +beb +beb +beb +beb +rKD +aSQ +exm +tab +bef +qzn +bmA +dwA +fyQ +bAs +cof +sAl +bEp +bEp +bEp +bEp +bEu +bEu +mki +yad +mev +bSC +bWa +qZx +ccb +cwc +kHm +bWa +cfP +dlD +chr +cmd +chB +ciX +ckD +csb +cmv +chr +xDc +mcx +cuA +chr +cpL +axi +dxw +cbB +tpP +rMX +rwc +cAC +pAi +daB +aoA +cAv +fOQ +foC +cAv +cyJ +cGD +gpB +nTv +wSs +chf +dgm +wHh +cep +cep +cxO +doE +doE +doE +doE +dgX +doE +doE +doE +doE +doE +doE +doE +doE +doE +doE +doE +doE +aaa +aab +dmB +cEa +dmB +dpf +iUc +rTy +wbr +hyv +iUc +uUL +hpd +dfC +tBT +dlo +cSt +cLB +cLB +uwU +qrw +dkX +dkX +dkX +drf +drf +drf +drf +drf +drf +drf +drf +ktF +drf +drf +drf +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aHN +xnb +sCE +bkD +aGX +wdm +pIY +uki +aGY +ozS +iTC +jKA +aUQ +ixh +wcs +qSD +aQx +aJw +hsm +aUQ +aGY +hgR +bfB +bhu +nTn +xaU +beb +ibp +bqI +brr +brs +brr +brs +brr +btq +bmA +dzA +bAr +ihx +bAk +bEu +eUC +lqw +sVr +cyX +edS +aZU +bQF +bEE +fsQ +bWa +qEs +cuy +bWC +hlq +bWa +cjF +oZa +chr +lee +chA +gNY +ula +gAS +cmo +pom +cnR +cFz +oYN +chr +hnB +cxH +oVO +cSQ +tpP +eLa +cyN +cyW +pAi +caQ +nCX +uax +odt +thu +wBf +efJ +xth +sir +gkw +cIl +lfX +cbR +cUh +cUN +sjM +cxO +cxO +aab +aab +aab +aab +seH +dkZ +dkZ +dkZ +dkZ +dkZ +dkZ +dkZ +cCh +aab +aaa +doE +aab +aab +dmB +cNv +dnW +dpf +iUc +iUc +nzm +iUc +iUc +cBY +cLK +cAo +bVx +cGt +cDk +cDk +cDk +cDk +kEM +cDk +cDk +cDk +drf +drf +drf +drf +dry +drG +drM +fBi +drE +dry +drR +dry +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aHN +aUK +hkN +sCE +kCH +pIY +pgD +aHb +hkN +qmv +aGY +aLc +aUQ +aUQ +aUQ +mxZ +ybX +aUQ +aUQ +aUQ +aGY +obX +kjL +bUO +esC +lcB +uLD +ePE +bfH +wXC +wXC +mEa +wXC +wXC +boB +nnj +pou +bAr +ihx +bAk +bEu +nuM +lMs +fCA +haU +tJz +bFQ +bFQ +pZI +bSD +bWa +qZx +ccd +wQK +cbE +bWa +dlD +dlD +chr +cfX +chE +cll +cll +cll +ctz +chr +cvP +cwY +pPr +chr +caW +bZs +cvY +daI +tpP +rMX +fCX +wMz +pAi +smk +cAv +cep +czq +cEp +fSM +vIc +jxj +pnT +qBo +uAo +bWb +cep +cep +cep +nhc +cep +cxO +cxO +cxO +cxO +aaa +aab +aab +aaa +aab +aab +aaa +aab +aab +aab +dsI +aab +doE +dmB +dmB +dmB +cyz +dnV +dnZ +dnZ +doN +dlb +dph +dpu +cBY +cBY +cBY +cLA +uag +cVd +vdo +wCk +fkT +vTD +cBl +wCk +vdo +drg +dro +drt +drv +dry +dnr +dny +dnz +dnB +dsd +dsb +qlP +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aHN +aHN +aGX +aGX +aGX +bmH +hCG +aQL +aGX +aGX +aGX +qOP +aGX +aHP +aUQ +aQC +kkz +qSD +qSD +aUQ +aQI +aJy +aGY +vbB +beb +iYn +etb +fNk +beb +etb +djh +wHl +bef +bef +bef +bef +bxM +bef +pou +pRP +tQm +bAk +bEu +bby +cjG +oxy +aqE +bFX +pZI +bFX +ccx +bSD +bWa +qLc +dPw +qNM +cpa +bWa +oZa +lLM +chr +cfW +bSx +kBK +ckE +eLL +jUF +chr +gEs +hFX +hxx +chr +jyE +sUw +daH +awO +cQk +lEE +czb +iHY +pAi +oOe +xkF +chf +cep +cAv +cEB +kDY +chf +cHd +eUq +cIn +cDm +rnd +iac +chf +jpi +cjd +cjd +dRk +kcx +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +aab +rfB +aab +doE +dmB +kYd +gqn +hMV +kla +dnZ +doy +diF +doY +diI +cWz +dpf +dkb +rbx +dlb +fnT +cVd +gdq +gdq +gdq +gdq +chd +eWx +gdq +drf +drq +dnl +drv +drE +dnw +drf +drf +gCq +drN +dfE +dsi +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aHN +aHN +qej +naG +mcF +vMN +vMN +kWL +qCO +jQW +uKn +aKT +aMi +ikx +aYK +aUQ +aUQ +aUQ +aUQ +mTZ +aUQ +aLc +aMz +aGY +uuZ +beb +mOH +etb +qRs +beb +rCn +vtW +ipG +bef +bef +bef +bef +bxM +bef +pou +bAr +wzx +bDa +bEu +bEI +qJN +yeI +tsJ +chp +vmr +chp +nlv +kWa +bWd +fdX +bVV +fdX +bWd +bWd +bGG +qZN +chr +chr +chr +chr +chr +chr +chr +chr +chr +chr +chr +chr +cQn +cQn +bZN +cQn +cQk +cQk +kQW +cQk +cQk +chf +mCc +chf +chf +chf +iZn +rDM +chf +chf +cEx +chf +chf +cAB +cAB +cAB +cAB +chf +dhQ +csa +sZJ +chf +yjA +xlg +sDr +chf +csK +pnE +bDr +cyJ +cAe +aaa +aab +seH +dkZ +xXe +uwh +raN +eVD +rTE +eCl +diC +diE +diM +djD +rWq +qKv +djJ +dkf +aah +cCO +mnh +pqb +pqb +cXd +dqM +iXl +cPq +skD +lUK +dnf +dnj +iFI +dnq +dnt +drf +cJM +dry +dsc +dse +dsh +drf +drf +drf +dsj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aQU +aHN +uUf +mNI +aMK +aGX +bmH +hhl +sCd +kQw +tXx +aQL +bwW +cKu +tLp +qtr +aGX +dku +aMJ +lCp +nvm +aGX +mCw +aGX +rxm +bck +beb +iki +etb +ppm +beb +otc +aUA +brr +brr +brs +brr +brr +bfQ +rXN +pou +bAr +wzx +bAk +bEu +azI +wMl +fUC +sNP +bFQ +tJz +bFQ +ggD +bSD +bWd +eSg +dBW +ccC +hOa +bWd +dlD +qZN +wjQ +cvV +chD +cpy +cpO +cvV +cQk +sPx +bZH +fah +cUT +lAK +nAq +cph +kwG +cvO +cQk +qXs +ruu +vKs +cQk +lYX +gOa +lVX +vYx +cAB +jiG +xLR +iNe +xhX +cHZ +chf +tzW +chf +cJu +cMd +ufC +chf +ctZ +eGC +sug +vbQ +wtp +tkN +pmR +cuc +csK +jBC +kom +dml +vjg +dng +aaa +aab +aab +dmB +asU +mJm +qmU +jqj +dnZ +diD +diI +diO +djH +cAg +dpf +dkd +hmR +dlb +dlu +lCt +gdq +gdq +dor +gdq +gST +sWO +gdq +dnc +lIR +drE +drv +drE +dni +drf +drf +vfp +drN +nIH +nFg +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +alv +alv +alv +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aGX +oQZ +eDE +axh +aGX +aGX +aGX +aGX +aMz +aMz +aGX +aGX +aOC +aGX +xAf +wpY +jtl +xdS +lcH +xKp +aTZ +aGY +hkN +hkN +bcn +beb +mTh +ahr +qqZ +beb +iXj +bqL +bru +btU +bru +btU +bru +baL +mKO +oil +bAr +wzx +jZB +bEu +nuM +ttj +aZT +bFT +pZI +bFX +bFX +tJz +bSD +bWd +rcZ +ckC +cxj +rWA +bWd +dlD +qZN +oum +gYq +rDI +oum +ckL +rcf +xMK +vUZ +umQ +cxb +cxJ +cAb +cpS +eAF +jbW +fzC +glR +bbE +ctr +sXV +cQk +rao +cMO +cpA +kKD +cAB +uEc +tpW +luz +hFe +cIa +cyP +lYc +cKD +vcO +cJG +pnV +chf +chf +veV +cJy +chf +dha +cTU +iLA +wtp +wtp +qAK +cYj +csK +cAe +aab +aaa +aaa +aaa +dmB +dmB +dmB +dmB +doe +dnZ +dnZ +diG +diN +djG +dpx +aig +aig +aig +xkG +eNd +cVd +vdo +dpK +jgP +tYh +oER +dpK +vdo +drg +dnh +drA +drv +dry +drK +drB +dnA +dnF +drE +drE +qlP +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +alv +aab +aaa +aab +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aDS +aGT +aGT +aGT +aGT +aMz +iWJ +tzo +aGX +aGX +gOI +pDK +eQH +tSb +ega +kxy +owB +aOi +aGX +fEx +aGX +aGX +oGv +aGX +aGX +aGX +hkN +mAX +aMz +vbB +beb +rRW +vXb +dLK +beb +ukr +fTD +qIy +bef +jJJ +bef +bef +pVw +nAE +pou +bAt +wzx +bAk +bEu +bzi +oPT +fck +plV +rgv +lwt +lwt +lwt +bSG +bWd +cnJ +bUs +wBF +bXQ +bWd +chk +qZN +oum +gYq +bWf +jDB +fke +wGj +cQk +cQk +pvT +cQk +cQk +mcQ +czu +vEm +cxH +xJk +cQk +ivY +imr +pRT +cQk +chf +mib +cNi +cuQ +chf +cED +xmj +tAb +cAB +cAB +cAB +cAB +chf +ehQ +cJv +msm +chf +ctZ +csa +mEx +chf +chf +hNr +chf +chf +usZ +cyJ +cep +cep +cxO +cxO +cxO +aaa +aaa +aab +aab +aab +aab +fmG +gJl +dnZ +diL +sst +dnZ +dpf +aig +vNX +gQi +dnI +fXo +cDk +cDk +cDk +cDk +qLK +cDk +cDk +cDk +drf +drf +drf +drf +dry +drO +drM +qyu +drE +dry +rxK +dry +drf +drf +drf +aab +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aab +aaa +aab +aaa +app +app +app +app +app +app +app +app +app +aab +aab +aqZ +aqZ +aqZ +aab +aab +aDS +aDS +aDS +aGU +aHK +aIB +aGT +ltN +aLv +tzo +aMz +uBG +fHg +gRB +sCE +mNT +qor +hir +kgM +hkN +lie +enJ +aMz +fKw +vmH +soF +aQf +dMb +hkN +bmH +isv +vbB +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +beb +bAi +iqN +bAi +bEu +bEu +bEu +bEu +bFV +bEu +bEu +bEu +bEu +bEu +bWd +nJl +bVZ +yeL +bYk +bWd +dlD +qZN +rvH +oHA +gqN +gNs +gwz +lvL +xMK +rFP +xwg +fmH +xZh +jLT +uqr +kXD +cxH +txr +cQk +cQk +mjg +cQk +cQk +dXo +nwj +bYf +cDg +chf +rAp +rAi +xRP +cAB +ebS +cTB +jFf +chf +cyJ +diJ +xIi +chf +ctZ +fhE +gaS +cmU +lxE +lxE +hzN +chf +vpS +cPc +cep +cyJ +cyJ +cyJ +cxO +aaa +aab +aab +aaa +aaa +aaa +aab +aab +dnZ +hcZ +diQ +djI +dnZ +dik +drP +cTg +hau +dqp +cuW +bji +bji +deK +cWh +dkX +dkX +dkX +drf +drf +drf +drf +drf +drf +drf +drf +npm +drf +drf +drf +drf +drf +drf +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +alD +axq +axq +ann +mDE +apn +apn +apn +apn +apn +apn +apn +apn +ann +aqZ +aqZ +azU +awQ +axq +axq +iih +utp +tSW +sDz +aHI +aIA +wXm +wYh +sqC +aJI +aMz +uBG +pcR +aUf +brd +cyF +bLG +gsN +pzF +uKa +dYq +utP +aMz +ayc +aZw +sCE +sYP +aGX +aOF +aWb +aGY +bct +tfH +jxS +gCl +juO +ouH +hHK +klS +uwn +ctH +ctH +shi +qsi +bAW +gdP +gdP +gdP +xcC +bwv +bte +fvs +dlD +ceJ +rcD +trp +aDR +bGG +dlD +pIx +bWd +bWd +bNy +bWd +bWd +bWd +bGG +qZN +lTk +wOW +sDH +hbb +clE +oLJ +cQk +cuJ +wLp +iTA +cUT +sgu +cck +wCq +pvM +fhY +cQk +hYo +iVE +bJc +cuQ +xqa +cBG +myq +soR +chf +cyJ +ogr +xrV +chf +pak +ukQ +mba +wkB +huR +cep +pWW +chf +dbq +ibt +gBh +gBh +pDz +tgb +hKw +chf +chf +chf +cyP +chf +chf +cAz +cDm +chf +chf +cDm +chf +chf +aaa +aaa +aab +dnZ +kcl +tVP +bvU +dpf +dik +drP +cTi +cQX +rVt +cDk +cLE +nGL +cVd +cVd +cVd +cVd +pMM +dkX +dkX +dkX +cAO +cAO +drf +drf +drf +drf +drf +drf +drf +drf +drf +qgC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aab +aaa +aab +aaa +apq +apq +apq +apq +apq +apq +apq +apq +apq +aab +aab +aqZ +aqZ +awR +aab +aab +aDS +aDS +aDS +aGW +aHJ +aIC +aJH +eUF +jar +cWq +aGX +uBG +pDK +xMI +vuF +naU +owB +veU +owB +aOi +lie +vBm +aGX +aNh +hLk +uDS +vZl +aOC +pIY +dMb +rVO +aGM +epd +aJD +kcQ +prr +orY +aGX +aQL +laP +sCE +sCE +bte +uKG +bwv +bwv +bwv +bwv +owm +mUT +otJ +pzN +pQD +tPR +qVK +qyT +qyT +qyT +sTX +bWA +rkb +hpR +sPs +tuJ +jFF +uAd +bRz +qZN +bKl +bGG +gqN +bGG +qEv +bGG +cQk +cQk +cQk +cQk +cQk +cQk +cQk +cQk +cQk +cQk +cQk +gZH +spH +oqT +cuQ +cuQ +cuQ +bLj +cuQ +chf +nsA +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cxO +cPI +nDq +hNr +cep +cep +cep +cDm +mlC +cep +nte +cAv +cep +czq +cep +chf +aaa +aaa +aab +dnZ +doH +dpg +dpb +dpf +aig +bfU +fRK +dve +aig +cVd +cVd +cVd +cVd +aab +aab +cVd +cVd +cVd +cVd +cVd +cVd +cVd +drf +drf +drf +drf +drf +drf +drf +drf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +amh +alv +alv +aab +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aab +aab +aab +aab +aaa +aDS +aGT +aGT +aGT +aGT +aGX +aGX +aGX +aGX +aGX +pDK +vIU +aHc +hir +qEa +trl +iQI +aGY +aOC +vvV +aGX +aOC +aGX +aGX +aGX +aGX +aGY +bkF +bbI +aGY +aGX +lQc +aJD +bkF +aJD +bkF +aGX +hRF +rqs +bmH +bte +bve +bwv +bwv +bwv +bwv +eiU +cXh +bte +cuQ +djr +bGG +dlD +bGG +cbs +cdb +aDR +fWu +dlD +dlD +pio +bGG +dlD +dlD +cfA +cFA +uIg +aWR +jIj +coi +cpU +oHl +sdu +cnQ +prB +cuQ +cxD +oZa +cuQ +oVU +kuW +oVU +cuQ +wNa +bEt +bNA +uIf +pKi +bGG +csX +cuI +cfP +dlD +qZN +cJK +cJK +cJK +tlj +nET +xRU +fsR +pZK +iip +ttZ +oGs +qig +qig +dbR +cxO +cFm +cXx +chf +cOq +cTB +fTz +chf +xYu +cQo +hPE +dmP +nUn +xlx +lyS +chf +aaa +aaa +aaa +dnZ +dnZ +dnZ +dnZ +dpf +aig +aig +aig +aig +aig +aab +aaa +dqQ +aab +aaa +aaa +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aab +dsa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aaa +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aGX +nAL +xSV +ooP +aGX +aGX +tqy +aOC +aOC +aOC +sCE +lCk +ohp +aOC +kPK +aPK +xRy +gJd +npF +jKH +aZy +woV +svD +xOH +bmH +bau +bau +bau +bau +bau +bau +bau +bau +bau +bau +bau +uKG +bwv +bwv +bwv +bwv +eiU +bwv +cXh +bGr +bGr +bGr +bGr +bGr +bGr +bGr +bGr +bGr +bGr +cuQ +pio +dlD +pBP +bGG +tsG +qZN +xFM +sGi +wQi +ykL +cpW +crM +qZN +nGG +pPw +cuQ +dHU +sQt +kuL +dlD +dlD +bGG +lqd +cuQ +xBC +cuQ +cuQ +cEE +bGG +eIk +dlD +dlD +dlD +qZN +gIp +taM +cJK +vXT +vLF +cEH +qgE +eoT +cEH +beh +hLC +cJK +cJK +gGQ +cxO +cPI +hKw +chf +cAz +cDm +chf +chf +ubq +wHh +czq +emD +lcD +wuA +lWF +lWF +lWF +wtn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +alv +aab +aab +aab +app +app +app +app +app +app +app +aaa +aqZ +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aGX +mIU +ipb +jEq +fHA +jRo +rvA +cZV +oWW +aOC +egR +aGY +egR +aGX +xQd +ksx +fIf +qwt +aKL +sCE +uXm +hkN +eLj +tfk +bau +bau +btl +bih +bia +bju +bli +blp +boF +blp +brw +bau +uKG +bwv +bwv +bwv +rND +kWH +mUT +sCG +bwL +ewu +bMW +vwS +bRj +bTW +bUN +bVA +bSJ +bGr +cLh +ccF +dlD +cuQ +vRd +tsG +qZN +qZN +qZN +qZN +qZN +qZN +qZN +qZN +pBP +qzh +cuQ +cuQ +cuQ +cuQ +dlD +jxu +xsC +cEE +bGG +nGG +dlD +bGG +dlD +dlD +sAi +xsC +pIx +dlD +qZN +cJL +qig +qig +tHv +fig +qKu +rRY +cEH +ddY +cfZ +ilj +cJK +cJK +cJK +cxO +cFm +rwI +chf +cyJ +gsY +ugW +chf +chf +dOh +qpi +krv +sSE +xRY +xRY +xRY +dWT +eMZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aqZ +mDE +apn +apn +apn +apn +apn +apn +ann +aqZ +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aGX +wYL +ooP +ifV +aGX +ldc +azf +aNg +vlF +aGX +aGX +gQN +aOC +aGX +uvk +heL +heL +bhX +heL +dwg +heL +dwg +bbI +aGY +bau +bco +bcp +bcp +bcp +prt +bli +bcp +boF +xiC +brw +bau +uKG +bwv +kKJ +kKJ +bwv +eiU +bwv +qEE +eYY +gby +iNP +gVU +iNP +iNP +iNP +ptK +wCQ +bGr +bGr +pio +cAU +ceJ +pBP +ixM +xrP +xrP +xrP +cqo +rEv +xrP +psU +psU +xrP +xBP +rgZ +bDA +klA +kYS +kYS +iOV +wCX +kYS +kYS +oZi +uvu +hZZ +slF +agP +fVY +ewY +xGE +qkC +qZN +cxN +qKN +osN +uSD +icn +uVL +vzg +jXI +ial +ddF +uBf +sUZ +gyS +cxN +cxO +cPI +dDI +rTF +cyJ +uqE +qiB +chf +jrA +eZo +qTA +eMZ +dbr +pnE +sAB +czr +mgJ +eMZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aab +apq +apq +apq +apq +apq +apq +apq +aab +aqZ +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aGX +aGX +aOC +aOC +aGX +aGX +aGX +aGX +aGX +aGX +aGX +eic +hCG +aID +aGX +qTN +dwg +aQM +bbn +dwg +aUe +dqF +heL +lql +xFJ +bqj +fpd +bhx +bHy +gIr +iED +bcp +blj +bcp +kJc +brx +bau +cOd +bAX +bau +bau +eiq +eiU +bwv +cfy +bGr +bGc +bRk +bSJ +bNi +bSJ +bRk +bSW +bSJ +kNY +bGr +vxz +laK +jSF +qgz +iFR +iFR +bAS +iFR +iFR +jWE +bAS +fiM +iFR +cuN +iFR +iFR +fpT +kwo +hiQ +uIf +cuQ +cuQ +uIf +cuQ +cuQ +cuQ +cuQ +cuQ +keZ +cuQ +cuQ +lRt +cuQ +qZN +cJK +cJK +cJK +ivZ +cJz +qKu +fFC +dGR +ddY +vHK +sxn +qig +qig +pRE +cxO +fnP +aMm +jBo +mIJ +mIJ +mIJ +jTb +xsY +aTb +tVq +suB +jrV +pzX +hAL +orE +jrq +itZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aGX +aGX +sCE +xGU +xGU +aGX +fNH +aEx +wDe +dIY +aOC +pGR +ohp +ohp +ohp +sZQ +uvk +heL +pZg +fhx +rrD +guK +ydU +aGZ +lfj +bau +bau +bch +bem +bfY +bkn +bcp +blj +blj +blj +kEV +slo +bvO +gFS +blj +bxQ +bau +bFo +eiU +dMJ +bGr +bGr +qKG +bLE +bSJ +bRy +qLd +bLE +bId +bSJ +qQm +bGr +bUl +vFd +cdb +dlD +cuQ +als +lqd +cuQ +als +lqd +dcK +bRb +dlD +cuS +qmw +dfc +lGi +ufu +dlD +cuQ +aaa +aab +aaa +aab +aaa +aab +aaa +cuQ +bGG +cJQ +lqd +bcb +cfP +qZN +gIp +taM +cJK +cIt +vLF +cEH +nGo +mrK +cEH +beh +twx +cJK +cJK +gGQ +cxO +nte +bop +mmB +pnE +cyJ +xxd +chf +qNa +ndt +exu +lMl +dbr +czr +kGB +cyJ +idY +lMl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aGX +kCM +agb +aGY +xeR +aHP +aDq +xKT +aFM +aHd +bTX +tIy +gsN +lQZ +aYE +pcF +wZU +aGZ +yaK +fuH +mPO +iHu +gPk +heL +lfj +bau +bav +bci +jqB +bfZ +nVn +bcp +blj +blj +blj +blj +blj +blj +cIp +blj +bxR +bau +bFr +eiU +cfy +dLJ +bGw +syf +pOl +bSJ +bNi +bSJ +pOl +hfD +bSJ +rwZ +bGr +bUl +fQr +vDR +dlD +lqd +clX +clX +nbx +nbx +cuQ +gRe +gRe +pPK +bWg +bWg +bWg +cxT +hDf +bWg +bWg +aab +clp +clp +clp +clp +clp +aab +cuQ +bGG +cJQ +cuQ +pUR +bGG +qZN +dQM +qig +qig +sMc +fig +qKu +sHq +aqF +ddY +nCP +muq +cJK +cJK +cJK +cxO +cep +aoA +chf +fjO +cyJ +nAM +cDm +chf +ndt +iKr +vtf +hUh +xVP +gIy +gIy +kWz +lMl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aab +app +app +app +app +app +app +app +aab +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aGX +weS +ejV +luJ +ktT +aOC +aWV +aEy +aFO +aHf +aGX +aGY +hrS +aKV +efN +aNj +lPR +heL +aQO +jYF +rrD +pRf +tAa +dwg +bbI +bau +bao +hDx +eGJ +beo +bcp +bcp +bcp +blj +bcp +blj +bry +bth +xbO +nrd +bxS +bau +bFv +eiU +cfy +dLJ +hPH +bSJ +qrJ +bSJ +bSJ +bSJ +sxh +bSJ +azq +bGr +bGr +sBW +bEA +bEA +cjA +cuQ +chU +clX +cnv +dlD +lqd +crj +huo +crj +bWg +bIi +cpI +kBH +gsS +vEr +bWg +aaa +clp +lBQ +vRJ +dHF +clp +aaa +cuQ +xWm +cEE +cQx +bcb +dgy +qZN +cxN +cRY +fsM +mGG +cZq +uVL +iun +sen +ial +ddF +kMB +foi +vfc +cxN +cxO +gmu +aoA +cDm +chf +hNr +chf +cDm +dmb +cIj +cep +emD +xvM +wuA +lWF +lWF +lWF +jjX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amh +aab +aqZ +aqZ +mDE +apn +apn +apn +apn +apn +apn +ann +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aGX +qMI +aGY +sCE +xUS +aOC +aDr +lNg +aFN +aHe +aGX +jAX +xQP +aKU +aMl +aNj +nEC +dwg +aQN +sHi +dwg +ueH +dxe +heL +lfj +bau +bax +tMU +bep +bfT +bcp +bjF +bll +bcp +boG +bcp +bcp +bti +cIp +blj +bxT +bau +bwv +uKG +cfy +bGr +bWj +bIc +bWe +nCk +nCk +faK +bWj +bIc +bWe +bGr +cau +ccg +cdC +bEA +ceK +clg +crj +clW +bGG +coA +cjA +clg +csB +bYm +bWg +fWQ +lsk +ufl +tPW +lNE +bWg +aab +clp +hcE +rLY +jcc +clp +aab +cuQ +bGG +cLc +cuQ +bcb +cLR +qZN +cJK +cJK +cJK +cMQ +cZs +qKu +nGo +umH +ddY +vHK +jpn +qig +qig +kUv +cxO +cAu +aoA +chf +kee +uAo +nAy +chf +nbC +eGX +hsB +iDX +eie +vnY +rEz +chf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aab +apq +apq +apq +apq +apq +apq +apq +aab +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aGX +aGX +aGY +xGU +agb +aOC +jKN +hzh +lCu +aGX +aGX +aHP +aJK +aYC +aYC +xne +iwS +heL +heL +heL +dwg +heL +heL +heL +bbI +bau +bau +bau +bau +bau +bau +bau +bll +bmD +boG +bcp +bcp +bcp +cIp +bAY +bCO +bau +bFs +eiU +cfy +bDq +bGE +bIl +qZD +uwr +uwr +uwr +xyr +qlz +fvT +bYl +nXU +xeB +jpb +bEA +bYj +bYj +bYj +bYj +ifT +cbd +cbd +cbd +cbd +cbd +cbd +npb +cxU +uqy +kpz +bIA +bWg +aaa +clp +ckg +uij +yjV +clp +aaa +cuQ +bGG +cLc +cuQ +mNK +cuQ +qZN +gIp +taM +cJK +cMJ +vLF +cEH +nGo +urf +cEH +beh +pKP +cJK +cJK +gGQ +cxO +gmu +aoA +chf +dOb +wrM +rmH +cDm +fbp +uGf +guQ +mrc +iFW +cep +cIm +chf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aab +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aGX +aGX +aGX +aGX +aGX +aOC +aOC +kil +aGX +aHb +aMz +aMz +cqC +aGX +aMn +aMz +aGX +aLc +aQL +bmH +aMo +bdI +aGY +wgs +dWK +cqD +dWK +dWK +bip +bjn +bau +bau +bau +bau +bpY +buy +btj +cIp +blj +bxV +bau +hen +hdS +cfy +bDq +bGB +bIl +bNj +bKk +bNN +bPy +bRm +bSZ +bUH +bIa +cav +lgO +ozX +bIa +tGg +cjN +clq +bYj +bYj +cbd +cmV +yjv +fHE +ctC +cbd +bWg +bWg +nlT +bWg +bWg +bWg +aab +clp +tFl +lor +rlA +clp +aab +cuQ +bGG +cJQ +lqd +bcb +bKl +qZN +iGI +qig +qig +ohx +eLz +uVL +llI +jXI +ial +eYV +jtc +cJK +cJK +cJK +cxO +cyJ +hbP +cDm +vNo +pnE +uqE +chf +ntr +juH +tNc +xOM +cKS +bZZ +chf +chf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aaa +aab +aaa +aaa +aab +aaa +aaa +aab +aab +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +alv +aCN +aDt +uka +aEz +aDs +aCP +nnW +pcF +pcF +wKB +pcF +xiA +amW +fDc +aGY +sCE +sCE +gtV +gCl +gCl +dxa +aGX +aHO +bel +bfW +gpp +bii +bau +bkX +bmE +bau +bqc +rTB +btb +jmZ +nrd +bxW +bau +bwv +eiU +cfy +bIa +oeO +bIl +bNl +jRF +onc +bPs +dDd +saF +xol +bIa +hnY +uZW +cbk +wwZ +iDL +fPy +ten +mMB +vwC +cbd +vIO +ukV +crR +vIO +cbd +iXW +xdY +oes +lDi +uPA +bWg +cpR +cod +cBS +tuy +gDp +cod +cuQ +cuQ +cjA +cuQ +lqd +bcb +oVH +qZN +cBR +cBR +cBR +cBR +cZt +lUp +lKO +eoT +ddY +hTF +cBR +cBR +cBR +cBR +cxO +chf +vYb +chf +chf +pAM +uAo +chf +lMP +gIn +ukl +cep +cJt +dnR +chf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aaa +app +app +app +app +app +app +app +aab +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aAf +aCO +uSY +aES +feq +cZu +uvk +aGX +aGX +oVy +aOC +aGX +aGX +oVy +aGX +aGX +aMo +oXN +aGX +aGY +sGs +baz +baz +baz +baz +bir +baz +aYP +dnM +bmG +boy +bcp +brA +btl +vcb +blj +bCS +bau +bFu +nbj +cfy +bIa +bGF +bIl +bNk +bPd +bPd +tvE +bOv +qab +bNQ +bIa +ocX +ccj +cdF +bIa +chM +feR +clj +clY +bUK +cbd +cpr +ceM +csF +hEB +cbd +cwo +tFt +cxW +dRi +ind +bWg +twv +cEk +mDx +cGz +cIO +cpR +vSH +bGG +bGG +bGG +cuQ +bcb +bGG +qZN +qZN +tAp +xUK +hqo +cZy +nqa +rjK +cEH +wTO +kiq +cBR +vIW +fET +vIW +oJr +kMc +uAg +csL +cDm +eWA +cyJ +chf +qUQ +dmp +kkd +cIm +cJt +sRY +chf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aab +aqZ +aqZ +mDE +apn +apn +apn +apn +apn +apn +ann +aqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +aAf +aCP +aDW +aCP +aCP +aCP +fVk +aGX +hxJ +qVv +ycK +aOC +hsz +vmH +sBN +aGX +aGX +six +aGX +aHb +sGs +baz +bcq +beq +bfX +aAP +bjr +aYP +bkZ +bmF +bau +bqd +brB +brG +vcb +blj +bCR +bau +bFz +uKG +cfy +bDq +bKT +jAH +yfi +bPi +bRT +bPi +bPi +bVF +bWl +bIa +bIa +bIa +bIa +bIa +chO +ceN +cln +cmi +wqu +cbd +cny +lcZ +csH +cny +cbd +bXN +bXN +cyC +cAi +cDv +bWg +cCU +crL +csv +cGB +cHA +cIN +bGG +bGG +cMS +enO +lPL +mXz +bGG +cQs +qZN +cSf +cEH +cEH +bER +oLS +fYu +jXI +sCY +oDE +eBF +fpG +fMb +vIW +oJr +cKF +fyM +iBM +ciY +ciY +vMe +ciY +ciY +ciY +ciY +ciY +bGH +ciY +ciY +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aab +aab +apq +apq +apq +apq +apq +apq +apq +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aAf +aAf +aBU +aCM +aDV +aEU +aAf +aTg +uvk +dMb +dhM +qMy +sPI +aOC +ton +mDv +wAP +aOC +bmH +ehK +baz +baz +aXd +baz +bcw +bet +bcx +biw +baz +aYP +aYP +aYP +aYP +aYP +aYP +aYP +qFW +bva +aYP +aYP +bFw +uKG +cfy +bDq +bEM +bIk +bNm +bKn +bRQ +bUh +bNJ +oJw +bWk +bLI +cay +hDS +szF +cdd +chN +jdY +bTw +gQD +jpy +cbn +cpt +crn +jSa +tIl +bLR +cwo +vZD +cyB +kew +cAD +bWg +cCT +crL +vyu +pIe +cHz +cpR +hNT +cKy +bGG +bGG +lqd +bcb +jxu +cQr +qZN +cSH +cXA +kzi +cZv +nXu +vYJ +pgX +kRV +wIr +xUX +tMx +qKZ +jIE +oJr +jrt +sLp +uEU +xFd +wrH +wrH +dlP +wrH +fBN +wrH +wrH +wrH +wrH +dwZ +ejw +aPq +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aQU +dQR +aAf +aBd +rAI +aCR +aDY +aEW +aCP +aAY +uvk +aGX +ktP +lPp +aFd +aGX +aFP +iCD +pHd +aOC +aHO +ehK +baz +aXj +aXc +baz +bcu +ber +bga +vwd +nCM +krD +bld +blw +bmI +buz +uAX +vWt +iPF +boJ +bjD +aYP +xmi +uKG +cfy +bIa +bIa +jnE +bNq +jnE +bIa +kmE +dDQ +liO +cIL +dzp +uvM +mjP +rvf +cdf +dAw +dAw +qbX +uoQ +mxP +uHT +cpD +crq +bPt +ecI +bLR +evo +snj +cAG +lbd +weV +bWg +cCX +crL +nuW +rIw +ktw +cpR +bGG +bGG +bGG +bGG +cuQ +bcb +cuQ +cuQ +qZN +cSh +gsh +toB +gsx +wCd +olv +jXI +cNh +hOz +eBF +dvM +tQn +vIW +oJr +sFy +fyM +nMd +ctq +ciY +euQ +ePu +csL +csL +hyk +csL +csL +csL +ciY +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +alv +alv +alv +alv +amh +alv +alv +alv +alv +alv +alv +alv +aaa +aaa +aaa +aaa +aaa +aab +aab +aQU +dQR +aaa +aAg +aBc +sEL +aCQ +aDX +aEV +aCP +aHb +uvk +aGX +aGX +aOC +aOC +aGX +aGX +aGX +aGX +aGX +sCE +ehK +baz +aUL +aXg +baz +bcO +bfV +qDr +gYV +bgg +tXB +bln +bmJ +mlF +bmp +buB +bmp +boJ +boJ +byZ +aYP +rND +gZW +cfy +iBm +bGK +mQk +mQk +bKo +bIa +bPz +bRp +bTg +tJA +bLI +wNc +ctI +cdM +cdd +chP +cjO +kst +xiF +kTZ +bLR +cpv +wxL +qei +oIB +bLR +bXN +bXN +cmB +rtA +bXN +bWg +cCV +cEn +cHn +qXp +oqc +cpR +pml +cNt +cKs +cLR +lqd +bcb +cuQ +cQu +qZN +fTy +oSt +qOs +cZz +vuu +egI +oto +tPD +jPb +cBR +vIW +nIF +vIW +oJr +bUx +ayQ +csL +ciY +ciY +ciY +ciY +ciY +eNn +csL +ciY +ciY +ciY +ciY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aAg +sFR +xHv +aCS +fzq +aEX +aGd +aMz +uvk +aGX +jpP +bPR +erd +xub +bPR +inm +jJU +aGX +aEB +ehK +baz +aXk +hju +baI +bcx +bcx +bhA +fAL +bgg +tXB +blo +bmO +ipJ +bqg +buA +bqg +boJ +boJ +boJ +aYQ +bwv +uKG +cfy +iBm +bGL +bPD +bKi +bPl +bIa +bIa +bIa +bIa +bIa +bIa +caC +ctI +cdM +cdd +cdd +cdd +cdd +cdd +cla +bLR +bLR +dsz +bLR +bLR +bLR +cAS +cyI +nrC +ctI +cCf +rKV +cpR +cpR +ctu +ogg +ctu +cpR +rKV +rKV +rKV +rKV +rKV +rFZ +rKV +qZN +qZN +cBR +uPe +cBR +oJr +oJr +oJr +oJr +oJr +oJr +oJr +oJr +oJr +oJr +oJr +kMc +uAg +csL +djP +cKF +cKF +dlz +dSu +csL +csL +cKF +ciY +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aAg +fTO +aBV +uYz +gJH +lBb +aGc +pcF +lxC +jPW +jtl +tmd +gsN +aIv +owR +psV +paz +aGX +leF +ehK +baz +aYx +aXe +baz +bcC +bcz +bcz +dKH +baz +qPx +boJ +blz +xPH +boJ +boJ +boJ +boJ +boJ +eof +xRk +dxX +uKG +bwv +lRy +wkz +wkz +onM +xFY +bMt +rKV +bRq +nLC +bWq +rKV +sNJ +ctI +eGm +bNp +bNp +ngB +bNp +bNp +hLu +cbq +cKT +nXo +cbq +cbq +wsm +cyI +ctI +nvq +ctI +cbq +cBB +cbq +cEs +cbq +lvJ +wsm +cLa +gVu +cNx +fFz +rKV +cQB +hhn +dnY +cBR +lCQ +cWr +vcy +cNl +oJr +tlI +vum +ojz +dci +lon +veM +xsx +reO +rCg +ugC +cga +ayQ +hyk +ePu +hyk +hyk +csL +ciY +vZV +iBM +cHf +cBQ +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aaa +aAg +aBh +aBX +pRv +qJf +aEZ +aAf +aGY +aGY +aGX +qgy +nlI +yiZ +aGX +omd +hak +dTW +aGX +sCE +ehK +aYP +aYP +aYP +baz +bcB +bcz +bcz +bcz +baz +bjA +bpM +blx +xUG +sRx +sRx +bxB +sRx +eVw +xZg +oRu +uyO +kdx +nhF +lEo +gZS +bIo +opj +qlb +xmA +bUk +xia +jCt +oLm +sFh +sbs +sqn +xRV +dAD +aeJ +wet +sbp +sbp +gqu +sbp +sbp +giy +vXN +sbp +wet +aeJ +aeJ +ndQ +aeJ +aeJ +cDC +aeJ +aeJ +fKW +xKi +onv +kyf +pmv +nkt +nkt +miq +jRz +seI +xqp +val +kEA +pPj +kWx +xFt +oJr +eKA +ijg +hra +ciY +nKO +rkL +ieP +gPb +ciY +csL +jPx +uAg +ciY +ciY +ciY +csL +csL +ciY +csL +csL +ctq +cBQ +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aaa +aAg +aBf +jfb +azS +aAb +aAL +aAf +aGY +aHO +aGX +grC +nlI +nSN +aGX +aOC +aOC +aGX +aGX +aQL +ehK +aYP +aYA +baA +baz +baz +bvN +bgg +bgg +baz +bjI +boJ +blz +qTl +boJ +boJ +boJ +boJ +boJ +lYm +bEl +uMZ +aAR +bwv +lRy +wkz +wkz +aRO +lqj +vOq +sSQ +fxD +woA +bqb +sSQ +uMa +awK +ctI +wci +keJ +ggx +spl +cgq +ufq +spl +spl +uMa +lvJ +spl +oIJ +uMa +ctI +spl +iLb +aac +ufq +spl +spl +lvJ +spl +ggx +hug +spl +spl +spl +rKV +yku +mCV +gSR +inQ +miN +xTZ +qyf +osm +oJr +ksj +mdX +veM +ciY +hWu +xvs +ezG +dup +ciY +ugC +csL +szS +ciY +aaa +ciY +ciY +dci +ciY +cDo +csL +bUx +dSu +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aaa +aAg +aBj +aVD +aCV +aEa +aFb +aCN +xLs +aGX +aGX +aGX +aGX +aGX +aGX +aJN +aKZ +qYO +aQI +sCE +ehK +aYP +aYz +sgZ +bay +bcF +bcD +gxW +bcD +bjs +bcD +bln +bmJ +vFw +bmp +buB +bmp +boJ +boJ +boJ +aYQ +bwv +aAR +cXh +iBm +bGD +bIy +bKj +bNC +bED +bTb +bTb +bTb +bTb +bTb +mUh +awK +spl +cdk +cbj +cbj +tks +cbj +cbj +cbj +cbj +iZj +lvJ +xdy +rKV +gLu +cvc +gLu +rKV +qhq +qhq +yiF +yiF +cFI +yiF +qhq +rKV +gLu +gLu +rKV +rKV +rKV +lQV +rKV +oJr +oJr +oJr +oJr +oJr +oJr +mhm +pAl +kdh +ciY +ciY +uXA +uXA +wUT +ciY +cKF +csL +mMY +cBQ +aaa +cBQ +cDo +ePu +csL +csL +csL +dSu +ciY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aAf +aBe +jUn +aBg +aBg +aFa +aAf +sCE +nRP +cYX +orY +kMN +eFs +mCw +aJL +aKY +aMz +aUU +sCE +vNj +bjg +txu +mEF +aZF +bcP +bgb +sUQ +bcD +bjs +bcD +blo +bmO +bdQ +bqg +buA +bqg +boJ +boJ +bcD +aYP +bFB +aAR +cXh +iBm +eER +vGj +vGj +geb +bED +oyO +viP +nin +bts +bTe +uMa +awK +spl +cbj +cbj +azG +ekQ +qvV +ekQ +cmX +cbj +crz +lvJ +fTR +rKV +gbs +nOo +xwb +vuN +qhq +lNS +cDe +oFq +pwE +cIC +lvb +aab +aab +aab +aab +cBQ +cBe +wVG +krV +emy +jmU +ciY +vBC +ePu +lcL +lhl +iPb +skT +xII +ciY +ciY +ciY +dci +ciY +cKF +csL +fyM +cBQ +fpO +cBQ +asu +hyk +ugC +csL +csL +ciY +aaa +alv +alv +alv +alv +alv +alv +alv +alv +alv +amh +alv +alv +alv +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aAf +aAf +aBW +aCW +aEc +aAf +aAf +lvE +oQv +sCE +aIE +tKa +qTK +aGX +aGX +aGX +aGX +aJM +aGY +gXX +aYP +aYB +baB +aZm +bdY +bfS +bgi +bgi +aYP +bcD +blm +bcD +bmK +bcD +bcD +bcD +boJ +boJ +qyq +aYP +xmi +aAR +cXh +bED +bED +hLG +cYh +cYh +bED +cZp +cZT +xcO +oOz +vzI +rXa +nwR +cdP +cbj +cFc +dDw +oAD +cmF +oAD +cnb +cbj +cqn +lvJ +spl +rKV +gVT +nOo +ygr +gFV +cCc +ebu +jqN +cDw +mgo +cHw +cAP +cLb +cLb +cLb +cLb +cLb +xDr +wpu +fZu +cBQ +rQO +ciY +gjN +cga +ciY +xHJ +rWd +kso +cXE +ciY +csL +ciY +ugC +cBe +cga +cga +fyM +dSu +aaa +ciY +csL +vzq +ciY +ciY +ciY +ciY +ciY +alv +aaa +aaa +aab +aab +aaa +aaa +aab +aab +aaa +aaa +aab +aab +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +aAf +bJJ +weK +aAf +aAf +aAf +weK +weK +euT +aGX +qDq +wFr +asJ +fOq +aNi +jne +klS +sEu +syE +aYP +aYG +baC +aZm +bcR +bfS +bgi +bhZ +aYP +bjp +aYP +bmg +aYP +bmU +bgf +aYP +aYP +aYP +aYP +aYP +bFH +xmu +cXh +bED +bJr +bLo +bNt +qvO +mTA +rYr +bIp +lmS +bWv +bTe +caS +spl +pwk +cqc +kHG +gkm +vKr +vcm +hzy +cmZ +qaD +crG +dtL +ctI +cvc +nOo +nOo +yfn +kYr +cCi +ygK +oBs +cEu +vdL +cID +cAP +cLj +oIg +nTm +cOu +cLb +cLb +eKC +mhW +ciY +ciY +ciY +csL +ePu +ciY +ciY +ciY +ciY +ciY +ciY +ciY +ciY +uuH +ePu +hyk +cga +fyM +ciY +ciY +ciY +csL +csL +dSu +jTS +dql +uRK +ciY +xhe +aaa +doh +ddP +doG +aab +doh +ddP +doG +aab +doh +ddP +doG +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +gSU +lOM +mFI +aCN +wqv +jsR +dXx +weK +hZH +qgQ +aGY +lzb +hkN +qEW +aGX +aUW +aGY +tUD +aGY +aYP +aYF +baC +aXh +bcR +aLS +bgi +bgi +aYP +vTz +hFx +fbA +aYP +aYP +aYP +aYP +aaa +aaa +aab +bte +bGj +aAR +cXh +eiJ +pcX +bBc +cZD +rzF +cZD +cYO +bIp +bIp +cOC +bED +rKV +dbx +rKV +cbj +bGp +dDw +cif +cjV +wym +otW +cbj +cqa +csM +cto +rKV +ocw +nOo +xeq +rkS +cCc +cBC +cDt +cFY +cHo +oLe +cJT +nXB +ygu +dtN +dtN +cPA +cLb +cRy +thV +mxA +oBq +fJa +qEt +lbM +ciY +csL +cAd +mBE +ueT +csL +dGF +gWv +nwG +xhA +gWv +kPE +dea +vMe +iot +lAc +csL +csL +ciY +gVD +ssL +wWp +dSu +amh +aab +doh +ddQ +doG +aaa +doh +ddQ +doG +aaa +doh +ddQ +doG +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +hew +jrD +fZO +mZp +fBy +gmE +gXj +pMD +aMq +aUY +aPO +tWd +aPO +aMq +aUY +aMq +aGX +iIW +aGX +aYP +aYP +aYP +aYP +aXl +aYP +aYQ +aYQ +aYP +aYP +aYP +aYP +aYP +aab +aaa +aaa +aaa +aab +aaa +bte +bwv +aAR +cXh +eiJ +lTr +evC +xRG +rzF +cZD +rYr +bIp +bIp +eXy +bED +cHf +dbX +csL +cbj +cbj +hPx +lGY +cif +clw +cnf +pyI +crI +awK +spl +rKV +qkz +nOo +czc +jCu +cAP +cDD +cDG +cFU +cHp +cIF +ojb +oEK +cLe +tWz +rRX +cPz +wEe +hDd +oEu +wAd +ciY +ciY +eaT +lZw +oph +nwG +nwG +gWv +gWv +gOE +qxd +ciY +bUx +csL +csL +bVd +cga +ePu +ePu +dkv +isD +csL +jPw +fqt +lHw +dbo +ciY +aab +aaa +doh +ddQ +doG +aab +doh +ddQ +doG +aab +doh +ddQ +doG +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aAf +vWN +qjA +pmH +aAf +fsm +wtq +dNc +pMD +aCL +aDZ +aMq +aMg +aMq +weG +npQ +aMq +nhw +nxy +mSI +dSj +ptw +aGX +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +bte +ree +aAR +cXh +eiJ +nFG +rzF +fgr +hhW +rPU +vuU +kxm +dVQ +xXO +bED +bUx +cga +csL +kMc +cbj +cbj +cbj +cbj +cbj +cbj +cbj +rKV +evS +rKV +rKV +afs +hTK +cze +oJo +cAP +fBk +bWR +cGa +cHq +cIE +cJP +cLe +cLe +cLe +cLe +vWz +cLb +pbY +nrP +cwK +fcM +cwK +qVP +tqd +ciY +kMc +jjs +csL +hyk +hFz +ugC +ciY +ciY +ciY +dSu +bVd +ePu +vMe +cKF +ctq +cDo +ciY +ciY +ciY +ciY +ciY +ciY +aab +aab +doh +ddQ +doG +aab +doh +ddQ +doG +aaa +doh +ddQ +doG +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aAf +mbZ +teD +nOW +aAf +oQT +xoT +xEA +aMq +aCU +aOL +aEY +dox +aOL +ssI +mYn +aMq +qtT +nxy +xEb +awN +aJE +cqC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +bte +bwv +aAR +cXh +bED +nLa +bLp +bNu +bxX +eLE +ezy +bqu +yiu +tYP +bED +cKF +csL +cga +csL +qth +csL +csL +dbX +csL +csL +ciY +crJ +vbf +csc +ciY +ciY +ciY +ciY +ciY +cAP +cDF +cHr +cFZ +cHr +pCx +cAP +cLe +fEI +pSb +sSP +cLb +cLb +ePp +jPx +ciY +ciY +dSu +inc +mtx +ciY +cDo +csL +ugC +ciY +xML +dSu +ciY +gEj +rVK +ciY +uwe +csL +ciY +djQ +djQ +djQ +djQ +dlT +aaa +aaa +aaa +aaa +aab +aaa +doh +ddQ +doG +aab +doh +ddQ +doG +aab +doh +ddQ +doG +aaa +aaa +alv +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aAf +lJT +fVg +kuG +aAf +moA +qAn +uXy +aMq +aNm +aEY +nxY +vUy +ndX +aOL +mYn +aMq +qtT +heW +kwk +aJE +pQu +aGX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +bEF +bEF +bEF +bEF +bEF +bHS +wri +iBI +bED +bED +bED +bED +bED +bED +bED +bUT +bED +bED +bED +dbz +cAw +osq +rTm +osq +cwK +ksJ +osq +osq +xYl +psP +rXw +rSz +vmk +xdO +wvz +wvz +gKL +rhK +cAP +cDH +cFb +cGd +cHs +pwf +cAP +cLb +cLb +cLb +cLb +cLb +qOI +nMG +kep +mQX +jyo +ciY +dHc +pOY +ciY +cDo +ePu +ugC +ciY +ofq +osq +dXm +dXm +mxJ +cQw +bVd +ePu +djC +djQ +deS +dfb +dfn +dlT +dlT +dlT +aaa +aaa +aab +aaa +aab +ddR +aaa +aaa +aab +ddR +aaa +aaa +aab +dee +aaa +aaa +aaa +aab +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aAf +xPw +tbW +eQY +aCN +pOo +jbh +uXy +aMq +aMq +aMq +aPS +aQT +aOL +hFP +aUh +aMq +rPa +hLa +aJE +tOQ +aGX +aGX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEF +bEF +dBt +rFe +hpY +glD +bmm +oNu +cXj +uuo +iSv +ybE +bNv +boD +ciY +cDo +csL +cga +pEO +csL +csL +ceU +ciY +ciY +dci +ciY +ciY +cKF +eNn +csL +ciY +hdW +aRJ +ctE +ciY +ugC +csL +dbX +hFE +cAP +lXi +cHr +tMg +cHr +wAG +cAP +aab +vkV +aaa +aab +ciY +tjb +cga +fGT +nBI +eNn +ciY +lrW +ciY +ciY +kMc +csL +csL +slp +csL +csL +tZu +fvV +fJD +slp +eSz +duF +cOm +dcm +deN +dfa +tMT +kYu +sTF +lCG +ddE +ddE +ddE +ddN +cTW +cTW +cTW +cTW +cTW +cTW +cTW +ded +ddE +def +ddE +ddE +ddE +deg +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +afO +aMr +aAf +rPv +pfB +okb +aAf +msr +axr +hmj +aMq +aNp +aDZ +aEY +dew +aOL +aOL +uhU +aMq +wZb +jeP +nzp +aGX +aGX +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +bEF +bsP +bmm +bmm +bmm +bmm +bmm +oNu +bmm +bmm +bmm +bmm +bmm +iIB +oSl +csL +cga +gww +csL +rng +csL +eNn +ciY +fVy +dbX +ctq +cgs +cgs +cgs +cgs +cgs +crK +qQO +fUW +cgs +cgs +bRs +csL +nSH +rSS +cAP +poC +tVd +fjx +cAP +cAP +ciY +ciY +ciY +ciY +ciY +xPb +ciY +ciY +cQw +ciY +ciY +uCU +iYo +ciY +csL +hyk +csL +ciY +ciY +csL +ylW +dfU +baZ +ciY +cBe +csL +lrL +deE +deZ +dfj +dfp +dlT +dlT +dlT +aaa +aaa +aab +aaa +aab +ddT +aaa +aaa +aab +ddT +aab +aaa +aab +dee +aaa +aab +aaa +aab +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dQR +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aAf +aMq +aNo +aDZ +aDZ +aQY +aEY +hrK +mYn +aMq +aGX +cqC +aGX +aGX +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +bEF +bsO +kgC +kaa +fJe +fJe +fJe +nYF +fJe +fJe +fJe +iMm +dMS +aOM +ciY +rng +csL +cga +iBM +pZe +ciY +ciY +ciY +cpE +dbX +qrd +cgs +duq +xAw +iJf +cqj +cmQ +tXP +qAo +cuZ +cgs +cDo +csL +nSH +ugC +cAP +cAP +cAP +cAP +cAP +rID +cga +cga +ePu +gLA +uwi +nSH +cQw +cga +rng +ciY +euQ +nUZ +mzM +qhY +mzM +fqR +csL +cga +ciY +bGH +ciY +ciY +dSu +ciY +rID +csL +ciY +djQ +djQ +djQ +djQ +dlT +aaa +aaa +aaa +aaa +aab +aaa +doh +ddU +doG +aab +doh +ddU +doG +aab +doh +ddU +doG +aaa +aaa +alv +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +afO +dQR +aaa +aaa +dQR +dQR +tnb +dQR +aMq +aNq +aNk +aOK +aQW +aRZ +aTj +aUg +aMq +dQR +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bjR +uLo +bmm +inj +bmm +lIV +bGh +bGh +bGh +lIV +bmm +yha +bmm +cZn +ciY +xxa +csL +eGo +csL +mZs +dci +csL +dbX +eNn +ciY +ciY +cgs +xWg +cvb +cqk +fMa +oRP +qHw +qAo +cva +cgs +cDo +csL +cvQ +cga +cBe +ePu +rID +vMe +cBe +cga +gll +btE +lhy +wvz +pfF +hes +osq +osq +igV +hyk +cga +hyk +csL +ciY +ciY +nUZ +mzM +mzM +cLu +mzM +fqR +csL +csL +dci +csL +cga +ciY +kgc +ciY +aab +aab +aab +aab +aab +aab +aab +aab +aab +doh +ddU +doG +aaa +doh +ddU +doG +aaa +doh +ddU +doG +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aMr +aab +aMq +aMq +aMq +aMq +aMq +aMq +aMq +aMq +aMq +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bjR +ylC +eEO +rkR +bCX +bAK +xze +eje +jYv +bEF +cXs +crw +vvK +jNd +ciY +csL +cga +ciY +exC +ciY +ciY +ciY +ciY +ciY +ciY +uCf +smz +nMi +hhf +cqe +csr +crN +csi +ctL +lDx +cgs +cgs +oTk +gwo +vmk +vmk +gPW +lhy +mvm +vmk +jlt +lpu +ciY +ciY +cDo +cga +csL +ePu +cga +hFz +csL +hyk +csL +csL +baZ +ciY +nNb +cIr +csL +ciY +ucE +jdz +iMG +ciY +ciY +ciY +dZA +ciY +ciY +ciY +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aaa +doh +ddU +doG +aab +doh +ddU +doG +aab +doh +ddU +doG +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aMr +aab +aaa +aaa +dQR +dQR +aQU +dQR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bjR +fjd +bmm +inj +bCT +cOn +bwD +cVV +bwD +sNQ +cXp +yha +bmm +vGq +ciY +csL +bUx +ciY +tga +dzN +ciY +xKa +aLe +aLe +aLe +aLe +uAL +ycj +oGU +ppH +hsQ +oRB +ahB +oRB +oRB +cgE +cgs +ciY +cwS +ciY +ciY +csL +ofP +ciY +ciY +ciY +ciY +ciY +uHX +csL +ugC +csL +cDo +csL +hFz +cKF +cKF +csL +ePu +csL +ciY +dbi +csL +eNn +ciY +ciY +wyv +ciY +ciY +fxN +kEe +kju +ibW +jtP +cBQ +aaa +aab +aab +aab +aab +aab +aab +aab +aab +doh +ddU +doG +aaa +doh +ddU +doG +aab +doh +ddU +doG +aab +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aMr +aMr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +bjR +uLo +bmm +inj +bCT +lSz +bwC +bzd +bwC +xho +cXp +yha +bmm +gOd +ciY +cga +hZN +ciY +wYs +hbu +ciY +rQr +cgs +cgs +cgs +cgs +cgs +qnk +lRi +hAR +hSN +crQ +bZq +ctO +oJc +rAR +cgs +jwr +fPr +mMk +ciY +dci +ciY +ciY +smL +ciY +hLl +ciY +bGH +ciY +ciY +ciY +cQw +mQX +rjh +ciY +cQw +cQw +ePu +csL +ciY +ciY +dZA +ciY +ciY +aab +owP +aab +cBQ +gPM +kju +xtZ +aPr +vhf +cBQ +aaa +aaa +aab +aaa +aaa +aaa +aaa +amh +aaa +doh +deb +doG +aab +doh +deb +doG +aab +doh +deb +doG +aaa +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +bjR +ylC +fOi +aUR +bCT +wKx +bxz +bwD +bxz +isK +cXp +vBV +jqU +wVi +ciY +csL +kgg +ciY +vBX +cga +ciY +rQr +cgs +gHx +hDN +nTk +vBv +vXo +ijP +qLp +kLc +cqk +cqk +ctQ +doK +nBc +cgs +vDX +bVd +ctq +ciY +csL +raL +ciY +dci +ciY +rSe +ciY +rng +rng +mQX +cIu +vsw +wPs +oBz +xde +ciY +djP +ePu +wew +ciY +odD +qYC +tue +ciY +aab +wHA +aab +cBQ +awM +kju +kju +kju +hgb +cBQ +aaa +aaa +aab +aaa +aaa +aaa +aaa +alv +aaa +aaa +aab +aab +aaa +aab +aab +aaa +aab +aab +aab +aaa +aaa +amh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +bjR +fjd +bmm +inj +bDp +bEF +gin +nPm +jwn +bAK +cYe +yha +bmm +gOd +ciY +csL +csL +ciY +fAH +mlv +ciY +rQr +cgs +goX +ooY +afu +vBv +evw +orf +iFq +wgI +csq +csq +csr +doF +uDR +cgs +qCZ +sRw +vaz +ciY +csL +fmn +qth +iBM +oXK +isD +ciY +hyk +hyk +mQX +rMb +csL +psT +fQI +csL +cja +djP +ePu +cDo +ciY +rfh +sPu +sLZ +ciY +aab +aab +aab +ciY +ciY +igq +geH +fPR +ciY +ciY +aab +aab +aab +aab +aab +aab +aab +alv +alv +alv +alv +alv +alv +alv +alv +alv +alv +alv +alv +alv +alv +alv +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aab +aab +bEF +bta +bmm +inj +bmm +nAs +bGo +bGo +bGo +nAs +bmm +yha +bmm +hnb +ciY +oSl +ciY +ciY +ciY +ciY +ciY +rQr +cgs +kIT +jzz +lVB +vBv +oGw +cqe +mqK +cfK +nhs +kwP +frm +cvr +nRx +cgs +qcp +uwe +voo +ciY +ciY +csL +awx +jPZ +fmn +csL +slp +cga +ePu +cQw +otv +dLN +hyk +dLN +lHs +ciY +vbq +oxf +ciY +ciY +uls +wml +dUv +ciY +aaa +aaa +aaa +aaa +ciY +cBQ +cBQ +cBQ +ciY +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +bjR +bzO +eEO +rkR +oWE +oWE +oWE +hqe +oWE +oWE +oWE +dYR +vvK +iIB +bmm +poy +bEF +xKa +aLe +aLe +aLe +pVW +cgs +bES +bES +bES +cgs +kzo +uid +fDJ +rAN +fDJ +fDJ +fDJ +fDJ +cgs +cgs +oPX +jQD +asF +csL +ciY +qup +ciY +ciY +ciY +qup +ciY +wLu +pTs +cKE +ciY +kiF +hBu +gRU +baZ +cQw +ciY +ePu +eNn +ciY +ciY +vMe +ciY +ciY +ciY +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +bjR +bzO +bmm +inj +bmm +bmm +bmm +oWE +bmm +bmm +bmm +ujY +bmm +iIB +bmm +vFk +bEF +ipF +aLe +aLe +aLe +pVW +aaa +aaa +aab +aaa +aaa +aaa +fDJ +oND +vue +ioU +tPX +dFd +fDJ +aab +ciY +csL +ePu +uhA +hmu +ciY +ciY +ciY +qeI +ciY +ciY +ciY +cKF +uxB +cQw +csL +cga +vlh +wvD +dbX +cga +cQw +cBe +ciY +ciY +nCZ +nCZ +nCZ +fjf +ciY +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +bjR +bzO +bmm +inj +gOd +bjR +iek +oWE +gOd +bjR +iek +ujY +bmm +iIB +hCr +bEF +bEF +aaa +aaa +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aaa +fDJ +vjd +sSS +kCd +gXL +xhR +fDJ +aab +ciY +cBQ +cBQ +yjR +cBQ +ciY +pCv +ciY +rGa +ciY +vHJ +ciY +bUx +ePu +cja +csL +rbZ +ePu +mJi +pqA +cIu +ciY +ePu +ctq +ciY +nCZ +iXD +nCZ +hXR +ciY +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +bEG +bEG +bEG +bEG +mxH +fOi +aUR +gSE +nHv +iek +oWE +gOd +nHv +swk +hsP +jqU +mSJ +bEF +bEF +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aab +aaa +aaa +aaa +fDJ +ska +gWp +vyQ +mJp +jRM +fDJ +aaa +aaa +aab +cBQ +cGW +cBQ +ciY +sKQ +oBM +llx +upZ +lHm +ciY +fPq +cga +ciY +pbc +ctq +eNn +kpR +raH +eba +ciY +cga +cHf +ciY +nCZ +nCZ +nCZ +pko +ciY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +pAU +gnG +rLo +bEG +bEG +buT +inj +gOd +bjR +iek +mmt +gOd +bjR +iek +byl +bmm +rnx +bEF +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aab +fDJ +qGU +qGU +qGU +fDJ +mpm +fDJ +aab +aaa +doE +cBQ +mAZ +cBQ +ciY +qlE +cBQ +ece +kBI +eNn +ciY +eNn +iZV +ciY +mQX +ciY +csL +ciY +ciY +ciY +ciY +cja +ciY +ciY +sxv +jOj +hXR +ciY +ciY +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +iIA +bol +mHO +lbD +bEG +bEG +gUm +bmm +bmm +bmm +oWE +bmm +bmm +bmm +byl +bmm +aAC +bEF +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aaa +doE +aab +aab +doE +doE +rPK +doE +ciY +ciY +ciY +ciY +qvf +vFV +ciY +euQ +ePu +jgA +eNn +gmU +jPx +gmU +jgA +wgA +cga +ePu +ciY +ciY +ciY +ciY +ciY +ciY +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +xeG +bol +qtJ +mHO +bvP +bzx +inj +oWE +oWE +oWE +oWE +oWE +oWE +oWE +cDp +kgC +skf +bEF +aaa +aaa +aaa +aaa +aaa +aYm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aaa +doE +aaa +alv +aaa +aaa +rPK +aaa +aab +aaa +aab +ciY +ciY +ciY +ciY +xmq +csL +sem +sem +jgA +vrA +vMa +pXY +ciY +hyk +csL +ciY +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lXA +fhe +goN +edQ +bvR +bvR +bzD +mcq +ido +pya +bmm +bmm +bmm +lEZ +ido +vws +ido +vKP +bEF +sGl +aab +aab +aab +aYm +aYm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aaa +doE +aab +alv +aaa +aaa +rPK +aaa +aaa +aaa +aaa +aab +aab +aab +ciY +ciY +cBQ +ciY +ciY +ciY +ciY +ciY +ciY +ciY +cKF +meB +ciY +aab +aaa +aab +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +yig +bmL +bol +buE +bEG +btk +bEG +bqn +bAE +bjR +bjR +bjR +bjR +bjR +bAE +bqn +bAE +bqn +bEF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +doE +aaa +aab +aab +aaa +rPK +aaa +aab +aaa +aab +aab +aaa +aab +aab +aaa +aab +aaa +aaa +aab +aab +aab +aab +ciY +ciY +ciY +ciY +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +kWu +lVU +ecV +nkk +rxW +btp +bol +bjR +boI +bjR +tnJ +pXs +eWC +bjR +boI +bjR +boI +bjR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +abp +doE +aaa +aab +aab +doE +rPK +doE +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +bEG +jza +mYv +bol +btp +bol +bjR +bAN +bEF +cWE +bGN +dgz +bEF +brL +bjR +bol +bjR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oiQ +aaa +aaa +doE +aaa +xRM +aab +aaa +rPK +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +owa +ndH +brD +btp +bol +bjR +bol +bqn +cWQ +bGM +fEO +bqn +bol +bjR +bol +bjR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aaa +doE +aaa +alv +aaa +aaa +rPK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bEG +bEG +bEG +bEG +bEG +lgb +bjR +xir +bjR +bjR +bjR +bjR +bjR +xir +bjR +xir +bjR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xRM +aab +aaa +doE +aaa +oiQ +aaa +aaa +rPK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +brK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +doE +aaa +aab +aaa +doE +rPK +doE +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +doE +aaa +aab +aaa +aaa +rPK +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aaa +doE +aaa +alv +aaa +aaa +rPK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alv +aaa +aaa +doE +aaa +alv +aaa +aaa +rPK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +amh +aaa +aaa +doE +aaa +alv +aab +doE +rPK +doE +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +doE +doE +doE +aaa +aaa +aab +aaa +aaa +doE +doE +doE +doE +doE +rPK +doE +doE +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +qcH +cic +clB +cnk +cid +cie +cie +cie +cvs +cie +cie +cie +cnk +cic +wNp +cic +qcH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cic +cjZ +cjZ +cjZ +cie +cie +ckb +lqm +cjZ +ijf +ckb +cie +cie +clA +lNG +aKM +cie +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cic +cjZ +cjZ +cjZ +clB +ckb +ckb +cdK +cjZ +udq +ckb +ckb +cie +jgm +fYN +kKV +cie +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cic +clA +kOa +jgm +cie +ckb +ckb +cdK +cjZ +udq +ckb +ckb +clB +puj +uMu +qEP +cie +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cid +cid +cie +cie +cie +ckb +ckb +cdK +cjZ +udq +ckb +ckb +cie +cie +cie +cid +cid +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cid +cie +cie +ckb +ckb +ckb +ckb +cdK +cjZ +udq +ckb +ckb +ckb +ckb +cie +cie +cid +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cij +cie +ckb +ckb +ckb +ckb +ckb +cdK +cjZ +udq +ckb +ckb +ckb +ckb +ckb +cie +cij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cie +ckb +ckb +ckb +ckb +ckb +ckb +cdK +cjZ +udq +ckb +ckb +ckb +ckb +ckb +ckb +cie +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cie +cid +clH +ckb +ckb +ckb +ckb +cdK +nnC +udq +ckb +ckb +ckb +ckb +cDN +cid +cie +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cie +ckb +ckb +ckb +ckb +ckb +ckb +oFj +cvt +asI +ckb +ckb +ckb +ckb +ckb +ckb +cie +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +cij +cie +ckb +ckb +ckb +ckb +ckb +nGV +syl +uac +ckb +ckb +ckb +ckb +ckb +cie +cij +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +ckb +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +ckb +ckb +ckb +ckb +ckb +ckb +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +jUt +ckb +cvv +ckb +jUt +cie +cie +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +cie +cie +ckb +cid +ckb +cie +cie +aab +aab +aaa +aaa +abp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abp +aaa +aaa +aaa +aab +aab +cij +cie +cie +cie +cij +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aab +aab +aab +aab +aab +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} diff --git a/_maps/map_files220/stations/deltastation.dmm b/_maps/map_files220/stations/deltastation.dmm new file mode 100644 index 000000000000..e5232c1c1043 --- /dev/null +++ b/_maps/map_files220/stations/deltastation.dmm @@ -0,0 +1,178111 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/space, +/area/space) +"aae" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aaj" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security/warden, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/warden) +"aaH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/table/glass, +/obj/item/food/grown/banana{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 8; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"aaZ" = ( +/obj/effect/landmark/spawner/carp, +/turf/space, +/area/space) +"abj" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"abv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"abw" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"abQ" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard2) +"abV" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/main) +"ace" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/port) +"acf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"acg" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"ach" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"aci" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"acj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"acn" = ( +/obj/structure/machine_frame, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"aco" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"acp" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/port) +"acs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"acC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"acE" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"acF" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"acG" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/port) +"acS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"acU" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = 8 + }, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = 4 + }, +/obj/item/gun/projectile/automatic/sslr, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"acX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"adb" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/entry) +"add" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"ade" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_1) +"adg" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/solar_maintenance/port) +"adh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"ado" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"adr" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife{ + pixel_x = 8 + }, +/obj/item/kitchen/rollingpin{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"adt" = ( +/obj/structure/table/reinforced, +/obj/item/shard{ + icon_state = "small" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned pharmacy"; + name = "Abandoned Pharmacy Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/fsmaint) +"adu" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"adx" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"adz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/freezer, +/area/station/security/permabrig) +"adA" = ( +/obj/structure/bookcase/random, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"adL" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"adN" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry) +"adO" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"adR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"adS" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"adZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aea" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"aeb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aec" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aed" = ( +/obj/docking_port/mobile/pod{ + id = "pod1"; + name = "escape pod 1" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"aee" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"aef" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aeg" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/internal_affairs, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aeh" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner"; + dir = 4 + }, +/area/station/science/robotics/chargebay) +"aes" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/computer/sm_monitor{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/controlroom) +"aet" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"aey" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"aez" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"aeA" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"aeC" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"aeI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aeJ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"aeK" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"aeL" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"aeM" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aeN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"aeO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aeP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aeQ" = ( +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod4"; + name = "escape pod 4" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"aeT" = ( +/obj/item/mounted/frame/apc_frame, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"afa" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"afb" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"afc" = ( +/obj/structure/sign/pods{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"afd" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/south, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"afe" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_4) +"aff" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/station/hallway/secondary/entry) +"afg" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/port) +"afh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"afi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"afj" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"afk" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "mechbayshutters"; + name = "Mechanic's Desk Shutters"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"afl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control/shutter/north{ + desc = "A remote control switch for the IAA shutters."; + id = "mechbayshutters"; + name = "Mechanic's Desk Privacy Shutter Control"; + req_access = list(32) + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"afm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/closet/toolcloset, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"afn" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"afx" = ( +/obj/machinery/power/smes, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"afy" = ( +/obj/machinery/camera{ + c_tag = "Fore Starboard Solars"; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"afz" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/window{ + dir = 8; + name = "Mechanic's Desk"; + req_access = list(32) + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "mechbayshutters"; + name = "Mechanic's Desk Shutters"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/mechanic) +"afC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/mechanic) +"afG" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"afJ" = ( +/obj/machinery/status_display/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"afM" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plasteel, +/area/station/maintenance/solar_maintenance/port) +"afN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"afO" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"afP" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"afU" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"agd" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"age" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"agg" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"agh" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Arrivals Center Fore"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"agk" = ( +/obj/structure/window/reinforced, +/obj/structure/shuttle/engine/heater{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"agp" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "mechbayshutters"; + name = "Mechanic's Desk Shutters"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"agA" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"agB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"agC" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"agD" = ( +/turf/simulated/wall/mineral/titanium/nodiagonal, +/area/shuttle/arrival/station) +"agE" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/arrival/station) +"agF" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/arrival/station) +"agI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Virology Shutters"; + id_tag = "Virology2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"agJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"agT" = ( +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/structure/closet/crate/internals, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"agU" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"agV" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency{ + pixel_y = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"agW" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"agX" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aha" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"ahh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"ahj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"ahl" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"ahr" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"aht" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/beach_ball/holoball, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ahy" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_office) +"ahz" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ahA" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ahC" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"ahE" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel, +/area/shuttle/arrival/station) +"ahP" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"ahV" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"ahW" = ( +/obj/machinery/light/directional/south, +/obj/machinery/hologram/holopad, +/obj/structure/closet/walllocker/emerglocker/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aik" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/structure/reflector/single{ + dir = 4; + anchored = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"ail" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aim" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aio" = ( +/obj/machinery/light/directional/north, +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aip" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ait" = ( +/obj/machinery/economy/atm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aiE" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aiF" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aiG" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/stalkybush, +/obj/structure/window/full/shuttle, +/turf/simulated/floor/grass/no_creep, +/area/shuttle/arrival/station) +"aiH" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aiI" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aiL" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"aiQ" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"aiR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"aiV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"aiX" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ajd" = ( +/obj/item/beacon, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ajf" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ajy" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ajD" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/toy/figure/crew/assistant{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"ajF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bag/dice{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/folder{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"ajK" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"ajL" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/item/shard, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"ajM" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = -3 + }, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/lobby) +"ajN" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/machine_frame, +/obj/item/stock_parts/cell, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"ajX" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_home"; + name = "port bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"aka" = ( +/obj/machinery/light/directional/north, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"akb" = ( +/obj/machinery/status_display/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"akc" = ( +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"akw" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"akx" = ( +/obj/structure/closet/wardrobe/black, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aky" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"akz" = ( +/obj/structure/closet/wardrobe/yellow, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"akA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/secure/briefcase{ + pixel_y = 2 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"akB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"akG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"akW" = ( +/obj/structure/bookcase, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/carpet, +/area/station/service/library) +"akY" = ( +/obj/machinery/status_display, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/arrival/station) +"akZ" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"ala" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/arrival/station) +"ali" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/button/windowtint/north{ + id = "robotics" + }, +/obj/structure/table/reinforced, +/obj/item/paicard{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"alk" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aln" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"alt" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"alv" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"alw" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"aly" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Arrivals Center Aft"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"alD" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Quarters"; + network = list("Engineering","SS13") + }, +/obj/machinery/light_switch/north, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/item/rpd/bluespace, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"alG" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Aft Starboard"; + dir = 4; + pixel_y = -22 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"alH" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"alJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"alM" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"alN" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/floodlight, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"alR" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/food/meat, +/obj/item/reagent_containers/condiment/soymilk, +/obj/item/reagent_containers/condiment/soymilk, +/obj/item/reagent_containers/condiment/soymilk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/reagent_containers/condiment/milk, +/obj/item/storage/fancy/egg_box, +/obj/item/storage/fancy/egg_box, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"alT" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"alW" = ( +/obj/machinery/bodyscanner{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"alX" = ( +/obj/machinery/economy/vending/lawdrobe, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"amd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"amf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"amh" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"amu" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/south, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"amy" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"amz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"amA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"amB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"amC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/clothing/head/welding, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"amD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"amE" = ( +/obj/machinery/door_control/bolt_control/north{ + id = "PrivateRoom2" + }, +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"amF" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"amG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/disposal/west) +"amH" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/dispenser/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"amL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"amN" = ( +/obj/structure/sign/pods, +/turf/simulated/wall, +/area/station/hallway/secondary/entry) +"amO" = ( +/obj/structure/rack, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr, +/obj/item/ammo_box/magazine/sslr{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"amP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"amQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"amR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"amS" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/warehouse) +"amT" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/rods, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"amU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"amV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"ane" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/telecomms/chamber) +"anl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"ann" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"anp" = ( +/obj/machinery/power/apc/critical/directional/north, +/obj/machinery/camera{ + c_tag = "Arrivals Hall Center" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"ans" = ( +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"ant" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"anv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"any" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"anz" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"anA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"anB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"anC" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/rods, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"anP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"anQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white/corner{ + dir = 8 + }, +/area/station/hallway/secondary/entry) +"anU" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"anW" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Hall Starboard"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"anX" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"anY" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"anZ" = ( +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"aoa" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/east, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"aoc" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aod" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"aoe" = ( +/obj/structure/table, +/obj/random/toolbox{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"aof" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/supply/warehouse) +"aog" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"aoh" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aoi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"aon" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"aoo" = ( +/turf/simulated/wall, +/area/station/public/vacant_office) +"aop" = ( +/turf/simulated/wall, +/area/station/command/customs) +"aoq" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"aor" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aos" = ( +/turf/simulated/wall, +/area/station/command/bridge) +"aou" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aow" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"aox" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"aoA" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"aoB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aoC" = ( +/turf/simulated/wall, +/area/station/security/checkpoint/secondary) +"aoE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"aoI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aoJ" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"aoK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"aoL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aoM" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"aoN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"aoR" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aoS" = ( +/obj/structure/table, +/obj/random/toolbox, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aoT" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"aoV" = ( +/obj/machinery/photocopier, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"aoX" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"aoY" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"aoZ" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"apa" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"apb" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/machinery/light/small/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"apc" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"ape" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/ids{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/command/customs) +"apf" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/command/customs) +"apg" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/command/customs) +"aph" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Kitchen Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 8 + }, +/obj/item/clothing/head/cakehat{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"api" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"apk" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/hallway/secondary/entry) +"apl" = ( +/obj/structure/filingcabinet, +/obj/machinery/firealarm/directional/north, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"apm" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar{ + pixel_y = 2 + }, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"apn" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/radio/security{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"apo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"app" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"apq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"apr" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/door/window{ + dir = 4; + name = "Atmospherics Desk" + }, +/obj/machinery/door/window{ + dir = 8; + name = "Atmospherics Desk" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/atmos{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"apv" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/secondary/entry) +"apw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"apx" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"apy" = ( +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"apz" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"apA" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew/right, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"apC" = ( +/obj/machinery/door/airlock/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_int"; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/access_button{ + autolink_id = "turbine_btn_int"; + name = "Gas Turbine Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"apF" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/fore_port) +"apG" = ( +/turf/simulated/wall, +/area/station/maintenance/electrical_shop) +"apH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical_shop) +"apI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"apK" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"apL" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"apM" = ( +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"apP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/lobby) +"apR" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/folder/yellow, +/obj/item/pen, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"apS" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"apT" = ( +/obj/machinery/status_display/directional/east, +/obj/structure/computerframe, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"apV" = ( +/obj/machinery/keycard_auth/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/customs) +"apW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"apX" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/customs) +"apY" = ( +/obj/structure/chair/office, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"aqa" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Lobby" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"aqb" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"aqc" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"aqd" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"aqe" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"aqg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/customs) +"aqh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aqi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/command/customs) +"aqj" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"aqk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aql" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aqm" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"aqn" = ( +/obj/structure/flora/rock/jungle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"aqo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aqp" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/warehouse) +"aqs" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"aqu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"aqv" = ( +/obj/effect/spawner/random/storage, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/obj/item/stack/cable_coil/random{ + pixel_y = -6; + pixel_x = -6 + }, +/obj/item/stack/sheet/glass{ + pixel_y = -6 + }, +/obj/item/stack/sheet/glass{ + pixel_y = -6 + }, +/obj/item/stack/cable_coil/random{ + pixel_y = -6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"aqw" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"aqx" = ( +/obj/item/storage/fancy/matches{ + pixel_y = 6 + }, +/obj/structure/table/wood, +/obj/item/clothing/accessory/waistcoat, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"aqy" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aqz" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aqA" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/taperecorder{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aqB" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aqC" = ( +/obj/structure/table/wood, +/obj/item/firelock_electronics{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/airalarm_electronics{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aqD" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"aqE" = ( +/obj/structure/table/wood, +/obj/item/apc_electronics, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aqF" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aqG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aqH" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aqI" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"aqJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"aqN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"aqO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"aqQ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"aqR" = ( +/obj/machinery/ai_status_display/west, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/customs) +"aqS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/customs) +"aqT" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap{ + pixel_y = 6 + }, +/obj/item/hand_labeler{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/customs) +"aqU" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"aqV" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"aqW" = ( +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry) +"aqY" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"aqZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/secondary/entry) +"ara" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"arb" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/secondary) +"arc" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Checkpoint"; + dir = 8 + }, +/obj/machinery/status_display/directional/east, +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"ard" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"are" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"arf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/chair/wood, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"arg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door_control/shutter/west{ + id = "boxroom" + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "boxroom"; + name = "Boxroom Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/warehouse) +"arh" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"ari" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "boxroom"; + name = "Boxroom Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/warehouse) +"arj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"arn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 5 Locker" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"aro" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"arp" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"arq" = ( +/obj/item/clothing/under/misc/waiter, +/obj/structure/table/wood, +/obj/item/clothing/head/that{ + pixel_x = -1; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"arr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"ars" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"art" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aru" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"arv" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/random/hampter, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"arw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"arx" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/machinery/camera{ + c_tag = "Journalist Office"; + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"ary" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"arz" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"arA" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/fore) +"arB" = ( +/obj/structure/table/wood, +/obj/item/phone, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"arC" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"arE" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"arF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"arG" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/machinery/light/small/directional/south, +/obj/item/camera_film, +/obj/item/camera_film, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"arH" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/hostile/lizard/croco/gena, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/fore) +"arJ" = ( +/obj/machinery/camera{ + c_tag = "Customs Desk"; + dir = 4; + pixel_y = -22 + }, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/machinery/computer/card{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/command/customs) +"arK" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/customs) +"arL" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/customs) +"arM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/secondary) +"arN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"arO" = ( +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"arP" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/hallway/secondary/entry) +"arQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/reinforced/reversed{ + dir = 8; + name = "Customs Desk" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/general{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/command/customs) +"arR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"arS" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/secondary) +"arT" = ( +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/machinery/computer/security{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/checkpoint/secondary) +"arU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"arV" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "cargodisposals_output"; + name = "Output Belt" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"arW" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargodisposals_output"; + name = "Output Belt" + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"arX" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargodisposals_output"; + name = "Output Belt" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"arY" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "cargodisposals_output"; + name = "Output Belt" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"asa" = ( +/obj/machinery/economy/vending/cargodrobe, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"asb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"asc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"asd" = ( +/turf/simulated/wall, +/area/station/maintenance/disposal/west) +"ash" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/fore_port) +"asl" = ( +/obj/structure/table/wood, +/obj/item/airalarm_electronics, +/obj/item/airlock_electronics, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"asn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/customs) +"aso" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/item/circuitboard/secure_data, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"asp" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"asq" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"asr" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ast" = ( +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"asw" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/computer/med_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/command/customs) +"asx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/customs) +"asy" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/folder/blue{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/customs) +"asz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"asA" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"asB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"asC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/secondary) +"asE" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"asF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"asG" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"asH" = ( +/obj/machinery/ai_status_display/east, +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"asI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"asJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"asK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"asL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/ants, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"asM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/maintenance/disposal/west) +"asN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"asO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"asP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"asQ" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"asR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"asS" = ( +/obj/machinery/mass_driver{ + dir = 4; + id_tag = "trash" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"asT" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "trash"; + protected = 0 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"asV" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"asW" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/secondary/entry) +"asX" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/reversed{ + dir = 4; + name = "Security Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"asY" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"asZ" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/secondary/entry) +"ata" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"atb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"atc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"atd" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/controlroom) +"ate" = ( +/obj/structure/table/wood, +/obj/item/circuitboard/microwave{ + pixel_y = 6 + }, +/obj/item/circuitboard/med_data, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"atf" = ( +/obj/structure/table/wood, +/obj/item/airalarm_electronics, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"atg" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"ath" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"ati" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"atj" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/pen, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"atk" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"atn" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"atp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/toilet{ + dir = 8 + }, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/blood, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/maintenance/fore) +"atr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fore) +"ats" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fore) +"att" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fore) +"atu" = ( +/obj/structure/closet/cabinet{ + name = "booze cabinet" + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fore) +"atv" = ( +/obj/structure/table/wood, +/obj/item/ashtray/plastic, +/obj/item/cigbutt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fore) +"atx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"atz" = ( +/obj/structure/closet/secure_closet, +/obj/machinery/alarm/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/item/storage/secure/briefcase, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/customs) +"atA" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/customs) +"atB" = ( +/obj/structure/filingcabinet, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/customs) +"atC" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"atD" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"atE" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"atF" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/plasteel/grimy, +/area/station/hallway/secondary/entry) +"atG" = ( +/obj/structure/closet/wardrobe/red, +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"atH" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"atI" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"atK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"atL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"atM" = ( +/obj/machinery/conveyor/west{ + dir = 1; + id = "cargodisposals_entrance"; + name = "Entrance Belt" + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"atS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/shard{ + icon_state = "small" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"atU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"atV" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"atX" = ( +/obj/machinery/economy/vending/scidrobe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"atY" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/fore_port) +"atZ" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"aub" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"aud" = ( +/obj/structure/closet/secure_closet/warden, +/obj/item/megaphone, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/warden) +"auh" = ( +/obj/effect/spawner/random/storage, +/obj/machinery/alarm/directional/west, +/obj/item/poster/random_contraband{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/poster/random_contraband{ + pixel_y = -4 + }, +/obj/item/poster/random_contraband{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/poster/random_contraband{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/poster/random_contraband{ + pixel_y = 10 + }, +/obj/item/poster/random_contraband{ + pixel_y = 10; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"aui" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"auj" = ( +/obj/structure/table/wood, +/obj/item/wrench{ + pixel_y = 4 + }, +/obj/item/wirerod{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical_shop) +"auk" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aum" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"auo" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aup" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/lighter/zippo, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"aus" = ( +/obj/machinery/conveyor_switch/oneway{ + dir = 8; + id = "garbage" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/east) +"aut" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"auu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"auv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"auw" = ( +/obj/machinery/conveyor/west{ + dir = 1; + id = "cargodisposals_entrance"; + name = "Entrance Belt" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"aux" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"auy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"auz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"auA" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"auB" = ( +/obj/structure/window/reinforced, +/obj/machinery/door_control/shutter/west{ + id = "innerdisposal"; + name = "Disposal Blast door control" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/east) +"auC" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/east) +"auE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"auG" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/engineering/controlroom) +"auH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/holywater, +/obj/item/storage/photo_album, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"auJ" = ( +/obj/machinery/alarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"auK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"auL" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/electrical_shop) +"auM" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"auN" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fore) +"auP" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"auR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"auY" = ( +/obj/structure/sign/poster/official/obey{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"auZ" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/east) +"avc" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"avd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"avf" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"avg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"avi" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"avj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"avk" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"avm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"avn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"avo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"avp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/sorting) +"avq" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"avr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/qm/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "qmroom" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"avs" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/disposal/east) +"avu" = ( +/obj/machinery/conveyor{ + dir = 9; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"avv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"avw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/engineering, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"avx" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"avC" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"avE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"avI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"avL" = ( +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"avM" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"avZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"awh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"awl" = ( +/obj/effect/spawner/airlock/s_to_n, +/turf/simulated/wall, +/area/station/engineering/gravitygenerator) +"awm" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall15a"; + location = "hall15" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel/goonplaque, +/area/station/hallway/secondary/entry) +"awq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"aws" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/reagent_containers/condiment/peppermill, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"awu" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"awv" = ( +/obj/machinery/computer/security, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"aww" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"awx" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/security/checkpoint/secondary) +"awA" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"awB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"awC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"awD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"awE" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Danger: Conveyor Access" + }, +/obj/machinery/conveyor/northwest/ccw{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"awF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"awI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"awL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"awM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"awP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"awV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/mob/living/simple_animal/nian_caterpillar{ + name = "Сеньйор"; + desc = "Мотылёк. Обожает светочи. Знает всю атмосферику, но из-за своего скверного характера не расскажет, даже если бы мог говорить." + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"awW" = ( +/obj/effect/spawner/random/fungus/frequent, +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/fore) +"awX" = ( +/turf/simulated/wall, +/area/station/maintenance/fore) +"awY" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"axb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"axe" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Janitor" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"axg" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"axh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"axi" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"axk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Arrivals South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"axl" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"axm" = ( +/turf/simulated/wall, +/area/station/maintenance/fore2) +"axp" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"axt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"axv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"axx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"axy" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "qmshutters"; + name = "QM Shutters" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"axz" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "7" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"axA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"axB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"axC" = ( +/obj/machinery/computer/guestpass{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"axD" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"axE" = ( +/obj/machinery/power/apc/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"axF" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"axI" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axK" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"axL" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axM" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axN" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axP" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"axR" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"axS" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axV" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"axW" = ( +/obj/item/kirbyplants, +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"axY" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"axZ" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aya" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"ayb" = ( +/obj/structure/closet/emcloset/anchored, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ayd" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ayj" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/machinery/camera{ + c_tag = "Mime Office" + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"ayk" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"aym" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/security/glass{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"ayo" = ( +/obj/structure/closet/secure_closet/clown, +/obj/item/clothing/suit/soldiercoat, +/obj/item/clothing/under/costume/soldieruniform, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"ayt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ayv" = ( +/obj/structure/sign/directions/engineering{ + pixel_y = 8 + }, +/obj/structure/sign/directions/science, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/station/service/janitor) +"ayx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"ayy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"ayz" = ( +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/detective) +"ayA" = ( +/turf/simulated/wall, +/area/station/supply/sorting) +"ayC" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ayD" = ( +/turf/simulated/wall, +/area/station/supply/storage) +"ayE" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"ayF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/warden) +"ayG" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"ayH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"ayI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ayJ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Gas to Loop" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"ayK" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ayL" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"ayM" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"ayO" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"ayP" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"ayR" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"ayT" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ayU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/cherry/corner, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"ayV" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ayW" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ayX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"azb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aze" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/fore) +"azf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"azh" = ( +/obj/structure/table/wood, +/obj/item/lipstick/random, +/obj/item/lipstick/random{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/random{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/food/baguette, +/obj/item/flashlight/lamp/green/off{ + pixel_x = 8; + pixel_y = -6 + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"azk" = ( +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"azo" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"azq" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/closet/jcloset, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/service/janitor) +"azr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/service/janitor) +"azs" = ( +/obj/structure/sink/directional/north, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/service/janitor) +"azt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/alarm/directional/east, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"azw" = ( +/obj/structure/table/glass, +/obj/machinery/light/directional/north, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"azx" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/newscaster/directional/north, +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/qm) +"azy" = ( +/obj/machinery/computer/supplycomp, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter/north{ + desc = "A remote control switch for the IAA shutters."; + id = "qmshutters"; + name = "QM Privacy Shutter Control"; + pixel_x = -6; + req_access = list(19) + }, +/obj/machinery/button/windowtint/north{ + id = "qm"; + pixel_x = 6; + req_access = list(19) + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/qm) +"azB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"azC" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "QM #4" + }, +/obj/effect/turf_decal/delivery, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #4"; + suffix = "#4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/supply/storage) +"azD" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "QM #3" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel/dark, +/area/station/supply/storage) +"azE" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "QM #2" + }, +/obj/effect/turf_decal/delivery, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/supply/storage) +"azF" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "QM #1" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/ai_status_display/north, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/supply/storage) +"azG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"azH" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"azI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"azJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"azK" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/emergency{ + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"azL" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"azM" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"azN" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"azO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"azP" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/station/security/execution) +"azQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"azS" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Danger: Conveyor Access" + }, +/obj/machinery/conveyor/northeast/ccw{ + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"azT" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"azU" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"azV" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"azW" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"azZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aAa" = ( +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aAb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aAd" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/rad_collector, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aAe" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"aAg" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"aAi" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"aAj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"aAk" = ( +/obj/structure/rack, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aAs" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/spray/waterflower, +/obj/item/toy/figure/crew/mime{ + pixel_x = -5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/stamp/mime{ + pixel_x = 7 + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aAw" = ( +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"aAB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"aAD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"aAE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/service/janitor) +"aAI" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"aAK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"aAL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/supply/qm) +"aAM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/qm) +"aAN" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"aAO" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/effect/turf_decal/arrows/black, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/storage) +"aAP" = ( +/obj/effect/turf_decal/delivery/partial, +/obj/effect/turf_decal/arrows/black, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"aAT" = ( +/obj/machinery/fishtank/tank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aAV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"aAX" = ( +/obj/structure/chair/sofa, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"aAY" = ( +/obj/structure/closet/cardboard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"aAZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/sign/deathsposal{ + pixel_y = -32 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aBa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"aBb" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/west, +/obj/item/stack/package_wrap{ + pixel_y = 20 + }, +/obj/item/hand_labeler{ + pixel_y = 12 + }, +/obj/item/crowbar{ + pixel_y = 6 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/service/janitor) +"aBf" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"aBg" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aBn" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/status_display/directional/east, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aBo" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aBp" = ( +/obj/machinery/power/apc/directional/south, +/obj/machinery/light/small/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aBw" = ( +/obj/structure/statue/tranquillite/mime/unique, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aBx" = ( +/obj/structure/statue/bananium/clown/unique, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aBD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Medbay Reception" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"aBE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/office/light, +/obj/machinery/door_control/shutter/south{ + pixel_x = 6; + id = "psychocell2"; + name = "Cell 2 Shutters Control"; + req_access = list(64) + }, +/obj/machinery/door_control/shutter/south{ + pixel_x = -6; + id = "psychocell1"; + name = "Cell 1 Shutters Control"; + req_access = list(64) + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"aBG" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/paper_bin{ + pixel_y = 2; + pixel_x = 12 + }, +/obj/item/pen/multi{ + pixel_y = 2; + pixel_x = 12 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"aBH" = ( +/obj/structure/table/wood, +/obj/item/stamp/granted{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stamp/denied{ + pixel_x = -8 + }, +/obj/item/stamp/qm{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/qm) +"aBJ" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/outlet_injector/on, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/security/permabrig) +"aBK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/qm/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "qm" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"aBL" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aBM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aBO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"aBP" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"aBQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aBS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aBU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aBV" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"aBX" = ( +/obj/machinery/mass_driver/sm_mass_driver{ + dir = 1 + }, +/obj/machinery/atmospherics/supermatter_crystal/engine, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aBY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/supply/qm) +"aCd" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 8 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"aCi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aCj" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aCk" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/engineering/controlroom) +"aCl" = ( +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aCo" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aCp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aCv" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "qmshutters"; + name = "QM Shutters" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"aCA" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"aCD" = ( +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aCE" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"aCF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/qm) +"aCG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"aCH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial, +/obj/effect/turf_decal/arrows/black, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"aCI" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "3" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aCJ" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aCK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/mop, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"aCL" = ( +/obj/machinery/economy/vending/hydrodrobe, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"aCN" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"aCO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"aCP" = ( +/obj/machinery/light_switch/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/service/janitor) +"aCS" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aCT" = ( +/obj/machinery/economy/vending/crittercare, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/white{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"aCU" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aCV" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"aCW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aCZ" = ( +/obj/machinery/door/airlock/atmos/glass{ + heat_proof = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door_control/bolt_control/west{ + id = "smint" + }, +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + id_tag = "engsm" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aDc" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aDd" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"aDe" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aDf" = ( +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aDh" = ( +/obj/machinery/light/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aDj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"aDy" = ( +/obj/item/emptysandbag, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"aDz" = ( +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"aDC" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"aDE" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aDG" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aDH" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aDL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"aDN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"aDQ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"aDR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"aDS" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aDT" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aDW" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aDX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"aDY" = ( +/obj/machinery/conveyor/southeast/ccw{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"aDZ" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/controlroom) +"aEa" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"aEb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"aEc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/fore_port) +"aEd" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 2; + name = "nitrogen filter"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"aEe" = ( +/obj/machinery/light/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aEf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aEg" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"aEj" = ( +/obj/machinery/atmospherics/binary/pump, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aEk" = ( +/obj/machinery/disposal{ + name = "Deathposal" + }, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"aEl" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Nitrogen to Loop" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aEm" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"aEp" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"aEr" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aEt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aEu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"aEx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"aEB" = ( +/obj/structure/table/wood, +/obj/item/food/grown/banana{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/food/grown/banana{ + pixel_x = -6 + }, +/obj/item/food/grown/banana{ + pixel_y = -4; + pixel_x = -6 + }, +/obj/item/flashlight/lamp/bananalamp{ + layer = 3.4; + pixel_x = 6; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aED" = ( +/obj/machinery/power/apc/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aEF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aEG" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/starboard2) +"aEH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aEI" = ( +/obj/item/cartridge/qm{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/cartridge/qm{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/structure/table, +/obj/machinery/light/directional/south, +/obj/item/cartridge/qm{ + pixel_x = 10 + }, +/obj/item/gps/mining{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stack/package_wrap{ + pixel_y = 6 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"aEJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"aEK" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/qm) +"aEL" = ( +/obj/structure/dresser, +/obj/item/toy/figure/crew/qm{ + pixel_y = 14 + }, +/obj/machinery/button/windowtint/north{ + id = "qmroom"; + pixel_x = -8; + req_access = list(19) + }, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"aEM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/quartermaster, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"aEN" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/south, +/obj/item/book/manual/wiki/sop_supply{ + pixel_x = 14; + pixel_y = 4 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"aEO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/janitor{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"aEP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"aEQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"aER" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"aES" = ( +/turf/simulated/wall, +/area/station/service/janitor) +"aEW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/supply/miningdock) +"aEX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aEY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aEZ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aFa" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"aFb" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "supply bay"; + width = 12 + }, +/turf/space, +/area/space) +"aFd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aFe" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aFf" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 8; + filter_type = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aFi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aFj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"aFl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aFp" = ( +/obj/structure/shelf/supply, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aFt" = ( +/turf/simulated/wall, +/area/station/service/clown) +"aFv" = ( +/turf/simulated/wall, +/area/station/service/mime) +"aFx" = ( +/turf/simulated/wall, +/area/station/public/sleep) +"aFy" = ( +/mob/living/simple_animal/bot/cleanbot{ + name = "D.E.N." + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/service/janitor) +"aFz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"aFA" = ( +/turf/simulated/wall, +/area/station/service/bar) +"aFB" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"aFC" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aFD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"aFI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aFJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/status_display/directional/west, +/obj/machinery/camera{ + c_tag = "Cargo Dock West"; + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"aFK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/sorting) +"aFL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"aFM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aFN" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/all/supply/supply_shuttle, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aFO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aFR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aFS" = ( +/obj/machinery/status_display/supply_display, +/turf/simulated/wall, +/area/station/supply/storage) +"aFV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aGa" = ( +/obj/machinery/atmospherics/meter{ + autolink_id = "sm_sen_cold" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aGc" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/delivery, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aGd" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aGe" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/pen/red{ + pixel_y = 6; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"aGf" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "supply dock loading door" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aGi" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"aGn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"aGr" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"aGs" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Secure Desk"; + dir = 1 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Secure Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/psychology, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/utensil/pspork, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 2; + id_tag = "psychocell1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"aGv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"aGx" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"aGy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aGz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aGD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/alarm/directional/north, +/obj/structure/table/wood, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/bar) +"aGE" = ( +/obj/structure/table/wood, +/obj/machinery/bottler, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/bar) +"aGF" = ( +/obj/machinery/economy/vending/bardrobe, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aGK" = ( +/turf/simulated/wall, +/area/station/supply/office) +"aGO" = ( +/obj/machinery/computer/cryopod{ + dir = 1; + pixel_y = -28 + }, +/obj/machinery/camera{ + c_tag = "Cryogenic Dormitories"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"aGP" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aGQ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/flash{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/flash{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aGR" = ( +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"aGX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aGY" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_port) +"aGZ" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/incinerator) +"aHa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/turbine) +"aHc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aHh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"aHi" = ( +/obj/machinery/floodlight, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"aHk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"aHl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"aHm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"aHp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aHr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"aHz" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"aHA" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"aHB" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"aHG" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aHI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"aHJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"aHO" = ( +/obj/structure/table/glass, +/obj/item/phone{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/item/lighter/zippo/cmo{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/health/sunglasses, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"aHP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aHQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"aHR" = ( +/obj/structure/sink/directional/west, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aHT" = ( +/turf/simulated/wall, +/area/station/supply/qm) +"aHU" = ( +/obj/structure/chair/wood/wings{ + dir = 1; + pixel_y = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"aHX" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/service/janitor) +"aHZ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"aIa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aIb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"aIc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aId" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"aIe" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"aIf" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 1"; + name = "Cell 1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"aIg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/service, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aIh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"aIi" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/reagent_containers/patch/nicotine{ + pixel_x = -6 + }, +/obj/item/reagent_containers/patch/nicotine, +/obj/item/reagent_containers/patch/nicotine{ + pixel_x = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aIj" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aIk" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aIq" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air{ + filled = 0.05 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aIr" = ( +/obj/machinery/power/smes, +/obj/machinery/light/small/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aIs" = ( +/obj/machinery/camera{ + c_tag = "Port Fore Solars"; + network = list("SS13","Engineering") + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aIt" = ( +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIu" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIv" = ( +/obj/machinery/atmospherics/unary/tank/toxins, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIw" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/light/small/directional/north, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIx" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/camera{ + c_tag = "Turbine"; + network = list("SS13","Engineering") + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIy" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIz" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIA" = ( +/obj/machinery/power/smes{ + charge = 1e+006 + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/turbine) +"aIB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aID" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aIE" = ( +/obj/structure/shelf/engineering, +/obj/item/clothing/suit/radiation{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = -4 + }, +/obj/item/clothing/suit/radiation{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/clothing/head/radiation{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = 6 + }, +/obj/item/clothing/head/radiation{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/status_display/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aIF" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light_switch/south, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aIG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aIH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aIQ" = ( +/obj/machinery/economy/vending/janidrobe, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/service/janitor) +"aIT" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"aIU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Mime"; + name = "Mime Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/mime) +"aIW" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"aIX" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/item/kirbyplants, +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"aIY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aIZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"aJb" = ( +/obj/structure/closet/secure_closet/bar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aJc" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aJd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "cargodesk"; + name = "Cargo Desk Shutters" + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"aJe" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/dest_tagger{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"aJf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJg" = ( +/obj/structure/bed, +/obj/item/bedsheet/brown, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"aJh" = ( +/obj/structure/disposaloutlet{ + name = "evidence outlet"; + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Cargo Delivery Office"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"aJj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"aJk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/main) +"aJm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"aJs" = ( +/obj/machinery/door_control/shutter/north{ + id = "engsm"; + name = "Radiation Shutters Control" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aJu" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/security/evidence) +"aJv" = ( +/obj/structure/rack, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aJy" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"aJz" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"aJD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"aJE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aJF" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aJG" = ( +/obj/structure/table/reinforced, +/obj/item/multitool{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/multitool{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/clothing/head/welding/flamedecal/blue{ + pixel_y = 8; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aJH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"aJI" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aJM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aJN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aJO" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Gas to Turbine" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aJR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aJS" = ( +/obj/machinery/light/directional/north, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aJU" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aJV" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/engineering/controlroom) +"aJY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"aJZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aKa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aKb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"aKd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"aKh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"aKi" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"aKk" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"aKl" = ( +/obj/structure/railing, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"aKm" = ( +/obj/machinery/microscope{ + pixel_y = 8 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/security/detective) +"aKq" = ( +/obj/structure/railing, +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Theatre East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aKr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"aKt" = ( +/obj/machinery/camera{ + c_tag = "Fore Hallway North"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aKu" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"aKw" = ( +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"aKx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/sorting) +"aKy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"aKz" = ( +/obj/structure/flora/junglebush, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"aKB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"aKD" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aKE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"aKF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/lab) +"aKI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aKJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"aKK" = ( +/obj/structure/barricade/wooden/crude, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"aKL" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aKM" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenosecure"; + name = "Secure Creature Cell" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"aKY" = ( +/obj/machinery/power/solar_control{ + dir = 4; + name = "Aft Port Solar Control" + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aKZ" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aLb" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency{ + pixel_y = 2 + }, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"aLc" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aLf" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"aLk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"aLp" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/engineering/controlroom) +"aLr" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aLs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aLu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aLv" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aLw" = ( +/obj/machinery/power/terminal, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aLx" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aLA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aLD" = ( +/obj/machinery/door/airlock/bananium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/clown, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"aLE" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/blue{ + dir = 9 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aLM" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"aLS" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"aLT" = ( +/obj/item/wrench, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"aLV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"aLW" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/door_control/shutter/north{ + desc = "A remote control switch for the IAA shutters."; + id = "deliveryshutters"; + name = "Delivery Privacy Shutter Control"; + pixel_x = -6; + req_access = list(50) + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aLZ" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aMa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aMc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aMd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"aMe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"aMf" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall, +/area/station/supply/storage) +"aMi" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Hydroponics Desk" + }, +/obj/structure/window/reinforced, +/obj/structure/sign/poster/official/random/north, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"aMj" = ( +/obj/structure/table/wood, +/obj/item/ammo_box/shotgun/beanbag, +/obj/item/gun/projectile/revolver/doublebarrel, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/bar) +"aMk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/beerkeg, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/bar) +"aMl" = ( +/obj/machinery/chem_master/condimaster, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aMt" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"aMA" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"aMG" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Port to Turbine" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aMJ" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"aMK" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aML" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aMM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"aMO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/turbine) +"aMV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aMW" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"aMY" = ( +/obj/machinery/door/airlock/bathroom{ + id = "toilet2"; + id_tag = "toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"aNb" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonershuttle) +"aNe" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aNh" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"aNj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aNk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"aNl" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aNm" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aNp" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/megaphone{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"aNq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/office) +"aNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"aNs" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/office) +"aNt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"aNv" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aNw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"aNx" = ( +/obj/structure/chair/sofa/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"aNy" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aNB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"aNH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"aNJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5; + color = "lightblue" + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"aNT" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"aNU" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"aOb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"aOd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"aOg" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"aOj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aOk" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"aOl" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"aOm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aOo" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"aOp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aOq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aOx" = ( +/turf/simulated/wall, +/area/station/service/theatre) +"aOA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"aOE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aOG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"aOH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Bar"; + name = "Bar Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/bar) +"aOI" = ( +/obj/effect/turf_decal/stripes/white/line{ + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"aOJ" = ( +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = 8 + }, +/obj/item/hand_labeler{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aOK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"aOL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"aOM" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/siding/dark_red, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aON" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aOO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"aOP" = ( +/turf/simulated/floor/plating/airless, +/area/station/security/permabrig) +"aOS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"aOU" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"aOW" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"aOX" = ( +/turf/simulated/wall/indestructible/riveted, +/area/station/science/toxins/test) +"aPk" = ( +/obj/machinery/door/poddoor{ + id_tag = "turbinevent"; + name = "Turbine Vent" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"aPl" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/power/turbine{ + dir = 8 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"aPm" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"aPn" = ( +/obj/machinery/igniter{ + id = "Incinerator"; + luminosity = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"aPp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"aPr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/binary/valve{ + name = "Exhaust Reuse" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/turbine) +"aPt" = ( +/obj/machinery/atmospherics/binary/valve{ + name = "Exhaust Disposal" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"aPy" = ( +/obj/machinery/light/directional/north, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"aPz" = ( +/obj/structure/shelf/engineering, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/clothing/mask/gas{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/clothing/mask/gas{ + pixel_y = -4 + }, +/obj/item/clothing/mask/gas{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/clothing/gloves/color/black{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_y = 8 + }, +/obj/item/clothing/gloves/color/black{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"aPC" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/small/directional/north, +/obj/structure/table/reinforced, +/obj/item/wrench{ + pixel_y = 2 + }, +/obj/item/crowbar{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"aPG" = ( +/obj/structure/shelf/engineering, +/obj/machinery/light/directional/north, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = -6 + }, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/clothing/mask/breath{ + pixel_y = 6; + pixel_x = -8 + }, +/obj/item/clothing/mask/breath{ + pixel_y = 6 + }, +/obj/item/clothing/mask/breath{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"aPH" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aPK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aPL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aPS" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"aPU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"aPW" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"aQb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aQd" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"aQe" = ( +/obj/structure/table, +/obj/machinery/alarm/directional/south, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/folder{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/rcs{ + pixel_y = 14 + }, +/obj/item/dest_tagger{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aQf" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/sorting) +"aQh" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/telepad_cargo, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aQi" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/syndicatebomb/training, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/range) +"aQk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"aQl" = ( +/obj/machinery/requests_console/directional/north, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/sorting) +"aQn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aQp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "deliveryshutters"; + name = "Delivery Shutters" + }, +/turf/simulated/floor/plating, +/area/station/supply/sorting) +"aQr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aQs" = ( +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aQu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/storage) +"aQv" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aQE" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aQM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"aQO" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"aQQ" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/folder/yellow{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"aQR" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"aQT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aQW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aQZ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"aRd" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/ne) +"aRh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/trash/plate, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aRm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aRw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"aRz" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/railing{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aRA" = ( +/obj/structure/railing, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aRB" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/server/coldroom) +"aRH" = ( +/obj/effect/turf_decal/arrows/black, +/obj/effect/turf_decal/delivery/partial, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aRK" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"aRL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"aRM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"aRO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"aRP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"aRQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"aRR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"aRS" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"aRT" = ( +/obj/effect/turf_decal/delivery, +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"aRU" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"aRV" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Mining Access North" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aRY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"aRZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"aSb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aSd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aSe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/fore) +"aSl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"aSp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"aSq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"aSw" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2"; + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aSx" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/turbine) +"aSy" = ( +/obj/machinery/door/poddoor{ + id_tag = "auxincineratorvent"; + name = "Incineration Chamber Vent" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"aSz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/turbine) +"aSA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aSC" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_starboard) +"aSD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aSE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aSH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aSI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aSJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aSK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aSL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aSM" = ( +/obj/structure/lattice, +/turf/space, +/area/station/engineering/atmos) +"aSR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"aSX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"aTj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"aTp" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"aTr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"aTs" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aTt" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aTv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"aTw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"aTz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/miningdock) +"aTA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"aTB" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"aTC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"aTD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/blood/oil/streak, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"aTE" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"aTS" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"aTT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aTU" = ( +/obj/structure/lattice, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"aTW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aTZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aUe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aUf" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aUg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Air to Pure"; + target_pressure = 101 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"aUh" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aUi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"aUm" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Air Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"aUn" = ( +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"aUo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"aUs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"aUt" = ( +/obj/machinery/power/solar_control{ + dir = 8; + name = "Fore Starboard Solar Control" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aUu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/secondary/entry) +"aUx" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"aUD" = ( +/turf/simulated/wall, +/area/station/security/checkpoint/south) +"aUG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"aUI" = ( +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"aUM" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aUN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"aUO" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aUQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aUR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aUS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"aUT" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aUU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aUV" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"aUW" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"aUX" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"aUY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aUZ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"aVa" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"aVg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"aVj" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/security/permabrig) +"aVp" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"aVs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/storage) +"aVC" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aVD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aVE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aVF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aVG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aVI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos) +"aVJ" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Atmospherics North"; + dir = 1; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos) +"aVK" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aVL" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos) +"aVN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aVO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aVP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aVQ" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"aVR" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"aVT" = ( +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"aVU" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"aVV" = ( +/obj/structure/flora/ausbushes/grassybush, +/mob/living/simple_animal/pig/sanya, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"aVX" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/grassybush, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"aWe" = ( +/obj/machinery/door/airlock/glass{ + id = "privateroom"; + id_tag = "privateroom" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "privateroom" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/station/service/bar/atrium) +"aWf" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"aWg" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"aWh" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"aWj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"aWn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"aWo" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aWq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aWu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aWz" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Forensics Morgue" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/security/detective) +"aWA" = ( +/obj/item/flag/sec, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/main) +"aWB" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"aWC" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + width = 7 + }, +/turf/space, +/area/space) +"aWD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aWG" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"aWH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "mining_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aWI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aWJ" = ( +/mob/living/simple_animal/mouse/rat, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"aWQ" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"aWR" = ( +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/space, +/area/station/maintenance/turbine) +"aXa" = ( +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"aXb" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics CO2 Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"aXe" = ( +/obj/machinery/camera{ + c_tag = "Animal Garden" + }, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"aXg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aXh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "CO2 to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aXi" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aXj" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXk" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXn" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall, +/area/station/engineering/atmos) +"aXo" = ( +/turf/simulated/wall, +/area/station/engineering/atmos) +"aXp" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"aXr" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXt" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"aXu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aXv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"aXw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aXy" = ( +/turf/simulated/wall, +/area/station/engineering/mechanic) +"aXB" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "privateroom" + }, +/turf/simulated/floor/plating, +/area/station/service/bar/atrium) +"aXE" = ( +/obj/machinery/camera{ + c_tag = "Theatre South"; + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"aXG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXH" = ( +/obj/machinery/light_switch/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"aXJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"aXK" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/item/screwdriver, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/item/clothing/gloves/color/yellow/fake, +/obj/item/id_skin/donut, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"aXL" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"aXM" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"aXN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"aXT" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"aXU" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"aXV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/storage) +"aXW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aXY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage/secondary) +"aYb" = ( +/obj/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"aYg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aYh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"aYj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"aYt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aYu" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"aYv" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide{ + anchored = 1 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"aYy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aYz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aYA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aYB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/disposalpipe/broken{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aYD" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/lightreplacer{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aYF" = ( +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"aYG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aYJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aYK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aYL" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aYM" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "O2 to Pure"; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"aYN" = ( +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Atmospherics East"; + dir = 8; + network = list("Engineering","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"aYO" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"aYP" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aYQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/hydroponics) +"aYZ" = ( +/turf/simulated/wall, +/area/station/service/kitchen) +"aZa" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"aZc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"aZd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"aZg" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"aZl" = ( +/obj/structure/table/reinforced, +/obj/machinery/status_display/supply_display/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"aZm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"aZn" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aZo" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aZp" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aZs" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aZt" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aZu" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aZv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/miningdock) +"aZz" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"aZA" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/station/supply/miningdock) +"aZB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/primary/starboard) +"aZC" = ( +/obj/structure/closet/crate/secure/bin, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"aZD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/artvend, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"aZY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"aZZ" = ( +/obj/machinery/economy/vending/cigarette, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"baa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"bac" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"baf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"bai" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"baj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"bak" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bal" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/trinary/filter{ + filter_type = 3; + name = "Gas filter (CO2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"ban" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bas" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/suit_storage_unit/atmos/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bau" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bav" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bax" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "O2 to Airmix"; + on = 1; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/engineering/atmos) +"bay" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"baA" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Oxygen Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"baB" = ( +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"baC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/fore) +"baE" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"baF" = ( +/turf/simulated/wall, +/area/station/service/hydroponics) +"baL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"baM" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"baN" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/space, +/area/station/engineering/atmos) +"baQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/processor{ + pixel_y = 7; + layer = 3.1; + pixel_x = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"baT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/kirbyplants, +/obj/machinery/light/directional/east, +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"baU" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"baV" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/multitool{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen/red{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/west, +/obj/item/screwdriver/cargo{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/office) +"baW" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"baX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"baY" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"baZ" = ( +/obj/structure/table/reinforced, +/obj/item/eftpos{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/eftpos{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"bba" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"bbb" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"bbc" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"bbd" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/denied{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/machinery/door_control/shutter/east{ + id = "cargodesk"; + name = "Cargo Desk Privacy Shutter Control"; + req_access = list(31) + }, +/obj/item/stamp/granted{ + pixel_x = -6 + }, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/folder{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/office) +"bbe" = ( +/turf/simulated/wall, +/area/station/supply/miningdock) +"bbf" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bbi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"bbj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bbk" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/light_switch/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"bbl" = ( +/obj/structure/closet/secure_closet{ + anchored = 1; + name = "Evidence Storage"; + req_access = list(4) + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/security/detective) +"bbC" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bbE" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"bbF" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/station/engineering/atmos) +"bbM" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics West"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bbN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"bbP" = ( +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bbR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/ten{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/ten{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bbS" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bbT" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bbW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bbZ" = ( +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"bca" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"bcb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bcd" = ( +/obj/structure/sink/directional/east, +/obj/machinery/firealarm/directional/west, +/obj/effect/landmark/start/chef, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"bce" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/start/chef, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"bcg" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"bch" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"bci" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_legal{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 5; + pixel_x = -6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light/directional/north, +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/item/eftpos{ + pixel_x = 6; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/warden) +"bcj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"bco" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel, +/area/station/engineering/ai_transit_tube) +"bcq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"bcr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"bcs" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"bcv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bcx" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bcA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"bcB" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bcC" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"bcD" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bcE" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/supply/miningdock) +"bcH" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bcI" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/supply/miningdock) +"bcM" = ( +/obj/machinery/computer/supplycomp/public, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bcP" = ( +/turf/simulated/wall, +/area/station/hallway/primary/port) +"bdk" = ( +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"bdl" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Toxins Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"bdn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Plasma to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/engineering/atmos) +"bdo" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bdq" = ( +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"bdr" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bds" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/suit_storage_unit/atmos/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bdt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 1; + name = "Gas filter (O2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/engineering/atmos) +"bdu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bdv" = ( +/obj/structure/dresser, +/obj/machinery/light_switch/north, +/obj/item/toy/figure/crew/cmo{ + pixel_x = 4; + pixel_y = 14; + layer = 3.4 + }, +/obj/machinery/button/windowtint/north{ + id = "CMO_Bedroom"; + pixel_x = -8 + }, +/obj/structure/mirror{ + pixel_x = 26 + }, +/obj/item/clothing/under/towel/long/alt/cyan, +/obj/item/clothing/head/towel/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"bdx" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/freezer/kitchen, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"bdy" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"bdG" = ( +/obj/effect/landmark/start/uncertain, +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bdK" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"bdL" = ( +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Kitchen East"; + dir = 8 + }, +/obj/machinery/door_control/shutter/east{ + id = "Kitchen Windows"; + name = "Kitchen Privacy Shutters Control"; + pixel_y = 5 + }, +/obj/machinery/door_control/shutter/east{ + id = "Kitchen Dinner Windows"; + name = "Kitchen Dinner Shutters Control"; + pixel_y = -5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"bdO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"bdP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"bdQ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"bdR" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bdT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bdU" = ( +/turf/simulated/wall, +/area/station/supply/lobby) +"bdV" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bdW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bdX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bdY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bdZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bea" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"beb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"bed" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet{ + anchored = 1; + name = "Evidence Storage"; + req_access = list(4) + }, +/obj/item/restraints/handcuffs/pinkcuffs, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"bee" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"beg" = ( +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"beh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/suit_storage_unit/standard_unit, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"bei" = ( +/obj/structure/closet/wardrobe/miner, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bek" = ( +/obj/structure/railing/cap{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"ben" = ( +/obj/item/storage/box/donkpockets{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/structure/table, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/item/gps/mining{ + pixel_x = 10; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"beo" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/megaphone{ + pixel_x = 12; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/lobby) +"bep" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/warden) +"beq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"ber" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bes" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bex" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"bez" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"beB" = ( +/obj/structure/railing/corner, +/obj/item/kirbyplants, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"beC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"beE" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"beF" = ( +/obj/machinery/atmospherics/portable/canister/toxins{ + anchored = 1 + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"beK" = ( +/obj/structure/table/reinforced, +/obj/item/analyzer, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"beM" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"beP" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"beQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"beR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"beS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"beU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bfa" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"bfd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"bfe" = ( +/obj/machinery/kitchen_machine/candy_maker, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"bfk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bfm" = ( +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"bfp" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"bfq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"bfr" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bfu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"bfw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"bfx" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bfA" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bfB" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bfC" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bfD" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bfE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bfG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bfH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/freezer, +/area/station/security/permabrig) +"bfK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"bfL" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bfN" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/lobby) +"bfO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bfZ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bgb" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/trinary/filter{ + name = "Gas filter (Toxins tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/engineering/atmos) +"bgc" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Port Mix to Port Ports" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bgd" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bge" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bgf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bgg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bgh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bgi" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "N2 to Airmix"; + on = 1; + target_pressure = 101 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/engineering/atmos) +"bgj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bgl" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Nitrogen Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"bgm" = ( +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"bgn" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"bgp" = ( +/obj/structure/sign/botany, +/turf/simulated/wall, +/area/station/service/hydroponics) +"bgs" = ( +/turf/simulated/wall, +/area/station/maintenance/starboard2) +"bgt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"bgw" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bgx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"bgy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bgA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bgB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bgC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bgD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"bgE" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"bgG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"bgK" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bgL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"bgN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bgO" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"bgP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bgS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bgT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"bgU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bgW" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "holdingcellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"bhf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"bhj" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bhk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bhl" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bhn" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bho" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/camera{ + c_tag = "Atmospherics South"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bhp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bhr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bht" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen{ + anchored = 1 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"bhu" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"bhv" = ( +/obj/machinery/door/airlock/hydroponics/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bhw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bhx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bhy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bhA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bhB" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink/kitchen/east, +/obj/effect/decal/cleanable/dust, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"bhC" = ( +/obj/machinery/suit_storage_unit/cmo/sec_storage/secure, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"bhH" = ( +/obj/structure/table/reinforced, +/obj/item/food/dough{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/food/dough{ + pixel_x = -2; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"bhK" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"bhL" = ( +/obj/effect/landmark/start/roboticist, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"bhN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"bhO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"bhU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bhV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bhX" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"bhY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/fore) +"bie" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"big" = ( +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"bih" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"bil" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/tobacco, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bim" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bin" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/carrot, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bio" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bip" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"biJ" = ( +/obj/structure/table/reinforced, +/obj/item/wrench{ + name = "PodPilot Wrench"; + desc = "Этим ключом явно много работали, но сейчас он покрыт пылью." + }, +/obj/item/crowbar, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"biK" = ( +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"biL" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics N2O Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"biM" = ( +/obj/effect/turf_decal/delivery/red/partial, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"biN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "n2o to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"biO" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Pure to Ports" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"biP" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Mix to Ports" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"biQ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Air to Ports" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"biR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"biS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"biT" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/west, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"biU" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"biV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"biW" = ( +/obj/item/toy/plushie/carpplushie/gold, +/turf/space, +/area/space) +"biX" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"biY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/public/storage/tools) +"biZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 2; + name = "Gas filter (N2 tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/engineering/atmos) +"bja" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bjc" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bje" = ( +/obj/machinery/smartfridge, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"bjf" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics Backroom" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bjg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"bjh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"bji" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"bjj" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bjk" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"bjl" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Kitchen Desk" + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Hydroponics Desk" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Hydroponics Shutters"; + name = "Hydroponics Shutters" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Kitchen Windows"; + name = "Kitchen Privacy Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bjp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bjq" = ( +/obj/structure/table/reinforced, +/obj/item/food/meat{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/item/food/meat{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"bjy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"bjz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bjC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bjE" = ( +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bjF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bjG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/rack, +/obj/item/storage/firstaid/regular{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bjH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bjJ" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bjK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"bjL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bjM" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bjN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/prisonershuttle) +"bjO" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"bjP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bjQ" = ( +/obj/structure/flora/grass/green, +/turf/simulated/floor/grass/no_creep, +/area/station/public/pool) +"bjR" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"bjS" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bjT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bjU" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bjZ" = ( +/turf/simulated/wall, +/area/station/medical/virology/test_room) +"bka" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bkb" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled, +/turf/simulated/floor/plating, +/area/station/public/vacant_office/secondary) +"bkd" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/restraints/handcuffs, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"bke" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "IAA reception"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/iaa{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"bkg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bkt" = ( +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"bku" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"bkv" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"bkw" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + anchored = 1 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"bkz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bkA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bkB" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bkC" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bkI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bkJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bkK" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bkL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bkN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bkO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"bkP" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Pure to SM" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bkQ" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/atmos) +"bkR" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bkT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bkU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bkW" = ( +/obj/structure/closet/secure_closet/paramedic, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"bkZ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/hydroseeds, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"blc" = ( +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"ble" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/clothing/mask/gas, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"bli" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"blj" = ( +/obj/machinery/smartfridge/food, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Kitchen Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"blk" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"blo" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"blp" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/light/directional/south, +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bls" = ( +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = 8 + }, +/obj/item/hand_labeler, +/obj/machinery/firealarm/directional/south, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/lobby) +"blt" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"blu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"blv" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"blw" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"blx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bly" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"blB" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/emergency{ + pixel_y = 2 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"blC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/head_of_security, +/obj/structure/chair/comfy/corp, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"blD" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"blE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"blF" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"blG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"blH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"blN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/fakesyndi, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"blO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"blP" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "court" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"bmg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"bmo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bmp" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bmq" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bmr" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bms" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bmu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/trinary/filter{ + filter_type = 4; + name = "Gas filter (N2O tank)"; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"bmv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmz" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bmC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bmD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bmE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bmF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bmH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmI" = ( +/obj/structure/shelf/engineering, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_x = 2; + pixel_y = 12 + }, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_x = 10; + pixel_y = 12 + }, +/obj/item/grenade/gas/oxygen{ + pixel_x = -6 + }, +/obj/item/grenade/gas/oxygen{ + pixel_x = 2 + }, +/obj/item/grenade/gas/oxygen{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bmL" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"bmM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"bmN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"bmS" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bmU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bmV" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics"; + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/hydronutrients, +/obj/machinery/door_control/shutter/east{ + id = "Hydroponics Shutters"; + name = "Hydroponics Privacy Shutters Control"; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bmW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/sleep) +"bmX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Kitchen Desk" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchenhall"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"bmY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral" + }, +/area/station/aisat) +"bmZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Kitchen Windows"; + name = "Kitchen Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"bna" = ( +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 8 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/station/service/bar/atrium) +"bnd" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical{ + dir = 4 + }, +/obj/structure/sign/directions/security{ + dir = 4; + pixel_y = 8 + }, +/turf/simulated/wall, +/area/station/supply/lobby) +"bnf" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bnh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/supply/miningdock) +"bni" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bns" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"bny" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bnA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bnK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/reflector/box{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"bnM" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bnO" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"bnP" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"bnR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bnS" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"bnT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"bnU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"bnV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"bnW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"bnX" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/flashlight{ + pixel_y = 12 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bnY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bnZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/belt/utility{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"boa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bob" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"boc" = ( +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"boe" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"boh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/telecomms/chamber) +"boi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"boj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bok" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hydroponics, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"bon" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"bop" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway North" + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"bos" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"bov" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/north) +"box" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/orange, +/area/station/service/cafeteria) +"boz" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway North" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/north) +"boA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"boD" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"boG" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"boH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"boI" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/processing) +"boK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/status_display/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"boW" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 10 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"bpm" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bpn" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bpo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bpq" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bps" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bpu" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bpv" = ( +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"bpw" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Gas Mix Tank"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"bpy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/engineering/atmos/distribution) +"bpz" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Unfiltered & Air to Mix"; + on = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bpA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bpB" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Pure to Mix" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bpC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bpD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bpE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bpF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"bpH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bpI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bpJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/head/welding{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bpK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bpM" = ( +/obj/structure/sign/poster/official/work_for_a_future{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bpQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"bpU" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bpV" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/hallway/primary/port) +"bpY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = 4; + pixel_x = -12 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/station/medical/virology/lab) +"bqb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"bqi" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"bqj" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bqk" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bql" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/pen, +/obj/item/food/grown/apple, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Hydroponics Desk" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Hydroponics Shutters"; + name = "Hydroponics Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bqn" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"bqo" = ( +/obj/structure/table/glass, +/obj/machinery/economy/vending/wallmed/directional/south, +/obj/machinery/newscaster/directional/west, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Medical Officer's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"bqt" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall15"; + location = "hall14" + }, +/obj/effect/landmark/lightsout, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "spooky"; + name = "Observer-Start" + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"bqu" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"bqH" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"bqI" = ( +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"bqK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/processing) +"bqM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"bqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"bqV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"bqZ" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"brp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"brq" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"brr" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/space, +/area/space/nearstation) +"brs" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/space, +/area/space/nearstation) +"brt" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/carpet, +/area/station/service/library) +"brw" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"brx" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"brz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"brA" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"brB" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/green, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"brC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"brD" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"brE" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Mix to Filter"; + on = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"brF" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"brG" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/mask/gas{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"brH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"brI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"brJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/weldingtool{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/t_scanner{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"brK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"brM" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"brP" = ( +/obj/effect/landmark/start/security_officer, +/obj/machinery/camera{ + c_tag = "Brig Security Equipment Lockers" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/storage) +"brR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/obj/structure/shelf/engineering, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30; + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/stack/rods{ + amount = 50; + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/stack/cable_coil{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"brS" = ( +/obj/structure/chair/sofa/right, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"brT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"brU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=engi3"; + location = "engi2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"brV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"brW" = ( +/turf/simulated/wall, +/area/station/engineering/tech_storage) +"brX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"brZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"bsb" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"bsc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"bsd" = ( +/obj/structure/table/reinforced, +/obj/item/seeds/lime, +/obj/item/seeds/watermelon, +/obj/item/seeds/grape, +/obj/item/food/grown/wheat, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/banana, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Hydroponics Desk" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Hydroponics Shutters"; + name = "Hydroponics Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"bsh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"bsi" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"bsj" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"bsm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/central/north) +"bsn" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway North"; + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"bsq" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"bsr" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"bsv" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/west) +"bsA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/warden) +"bsC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"bsD" = ( +/obj/machinery/conveyor{ + dir = 8; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"bsG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"bsH" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"bsI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"bsQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"bta" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"btc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"btd" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"btf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"btg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/engineering/atmos/distribution) +"bth" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"bti" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/distribution) +"btj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/distribution) +"btk" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"btl" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Waste to Filter"; + on = 1 + }, +/obj/machinery/light/directional/east, +/obj/machinery/light_switch/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"btm" = ( +/obj/machinery/light/directional/west, +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"btn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"btx" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bty" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"btA" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"btD" = ( +/obj/structure/sink/directional/west, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"btF" = ( +/obj/structure/dresser, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"btH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/west) +"btI" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"btJ" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/ne) +"btK" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/ne) +"btL" = ( +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"btS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"btT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"btV" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"btY" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/public/fitness) +"bua" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/space, +/area/space/nearstation) +"buo" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/engineering/atmos/distribution) +"bup" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"buq" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Mix to Distro" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/distribution) +"bur" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/distribution) +"bus" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"but" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"buu" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/pump, +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"buv" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/pump, +/obj/machinery/camera{ + c_tag = "Atmospherics Storage"; + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"buw" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/engineering/atmos) +"bux" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/engineering/atmos) +"buK" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/station/hallway/primary/port) +"buL" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"buM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"buQ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"buR" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"buS" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"buT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Hydroponics Shutters"; + name = "Hydroponics Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"buX" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/space, +/area/station/engineering/atmos) +"bvc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"bvd" = ( +/obj/structure/closet/crate, +/obj/item/coin/silver{ + pixel_y = 1 + }, +/obj/item/coin/silver{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/coin/silver{ + pixel_x = 7; + pixel_y = -6 + }, +/obj/item/coin/silver{ + pixel_x = 9; + pixel_y = 7 + }, +/obj/item/coin/silver{ + pixel_x = -7; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/station/command/vault) +"bve" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/closet/secure_closet/freezer/money, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/station/command/vault) +"bvh" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"bvl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"bvz" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"bvA" = ( +/obj/structure/chair/sofa/corp/right, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"bvC" = ( +/obj/item/kirbyplants, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bvD" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/engineering/atmos/distribution) +"bvE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"bvF" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Air to Distro"; + on = 1; + target_pressure = 303 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bvG" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Atmospherics Distribution"; + dir = 1; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bvH" = ( +/obj/machinery/atmospherics/meter{ + autolink_id = "dloop_atm_meter"; + name = "Distribution Loop" + }, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bvI" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Air to Waste"; + target_pressure = 101 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bvJ" = ( +/obj/machinery/atmospherics/meter{ + autolink_id = "wloop_atm_meter"; + name = "Waste Loop" + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/machinery/power/apc/important/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"bvK" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"bvL" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/status_display/directional/south, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"bvM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bvO" = ( +/obj/machinery/clonescanner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"bvP" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass{ + layer = 2.5 + }, +/obj/item/shard, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bvS" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bvT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvV" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"bvW" = ( +/obj/structure/shelf/command, +/obj/item/circuitboard/robotics{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/circuitboard/rnd_network_controller{ + pixel_y = -4 + }, +/obj/item/circuitboard/rnd_backup_console{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/circuitboard/mecha_control{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bvX" = ( +/obj/structure/shelf/command, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/circuitboard/card{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/circuitboard/communications{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bvY" = ( +/obj/structure/shelf/command, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/circuitboard/aiupload{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/circuitboard/aicore{ + pixel_y = -4 + }, +/obj/item/circuitboard/borgupload{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bwf" = ( +/turf/simulated/wall/r_wall, +/area/station/command/bridge) +"bwg" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"bwm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"bwq" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"bws" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bwu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"bwv" = ( +/obj/machinery/light/floor, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowfull" + }, +/area/station/command/vault) +"bwA" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bwF" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bwG" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bwH" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bwJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bwK" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bwL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bwN" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/gravitygenerator) +"bwP" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/break_room) +"bwQ" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"bwS" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"bwV" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"bwY" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/closet/firecloset, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bwZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bxc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"bxe" = ( +/obj/machinery/washing_machine, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Medbay Staff Room"; + network = list("Medbay","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"bxf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bxg" = ( +/obj/structure/table, +/obj/machinery/light/directional/east, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/hallway/primary/port) +"bxh" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"bxi" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"bxj" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bxk" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera{ + c_tag = "Secure Technical Storage"; + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bxl" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"bxm" = ( +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bxn" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bxo" = ( +/obj/machinery/computer/med_data, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bxp" = ( +/obj/structure/table/reinforced, +/obj/machinery/ai_status_display/north, +/obj/machinery/light/directional/north, +/obj/item/restraints/handcuffs{ + pixel_y = 8 + }, +/obj/item/flash{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/flash{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bxq" = ( +/obj/machinery/computer/prisoner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/command/bridge) +"bxr" = ( +/obj/machinery/computer/security, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/command/bridge) +"bxs" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/command/bridge) +"bxt" = ( +/obj/structure/table/reinforced, +/obj/machinery/status_display/directional/north, +/obj/machinery/door_control/shutter{ + id = "bridge blast north"; + name = "North Bridge Blast Door Control"; + pixel_y = 8 + }, +/obj/machinery/light/directional/north, +/obj/machinery/door_control/shutter/north{ + id = "bridge blast west"; + name = "West Bridge Blast Door Control"; + pixel_x = -6; + pixel_y = 0; + req_access = list(19) + }, +/obj/machinery/door_control/shutter/east{ + id = "bridge blast east"; + name = "East Bridge Blast Door Control"; + pixel_x = 6; + req_access = list(19) + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bxu" = ( +/obj/machinery/computer/station_alert, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/command/bridge) +"bxv" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/command/bridge) +"bxw" = ( +/obj/machinery/computer/monitor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkyellow" + }, +/area/station/command/bridge) +"bxx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bxy" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"bxA" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"bxB" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"bxE" = ( +/obj/machinery/nuclearbomb, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/greengrid, +/area/station/command/vault) +"bxG" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/station/command/vault) +"bxJ" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "cellprivacy" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/obj/machinery/door/airlock/security/glass, +/turf/simulated/floor/plasteel/dark, +/area/station/security/processing) +"bxK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Cargo Dock SouthEast"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/storage) +"bxP" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bxX" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/robot_parts/r_leg, +/obj/item/robot_parts/l_leg, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bxY" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bxZ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bya" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"byc" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"byd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bye" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"byf" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"byg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"byh" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"byk" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/emcloset, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"byl" = ( +/turf/simulated/wall, +/area/station/engineering/break_room) +"byn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"byr" = ( +/turf/simulated/wall, +/area/station/engineering/hardsuitstorage) +"byu" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"byv" = ( +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"byw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"byx" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"byy" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"byC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"byF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"byG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"byH" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Port Hallway North"; + dir = 8 + }, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/primary/port) +"byI" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"byJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"byK" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"byN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"byQ" = ( +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"byR" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/west, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"byS" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"byU" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"byV" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"byX" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"byY" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/east, +/obj/item/aicard{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bza" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"bzb" = ( +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"bzc" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"bzd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/catwalk, +/area/station/command/vault) +"bze" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Surgery1" + }, +/obj/machinery/holosign/surgery{ + id = "Surgery1" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/primary) +"bzn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bzo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"bzt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bzv" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"bzw" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bzy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bzz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bzA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bzB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bzC" = ( +/obj/structure/closet/wardrobe/black, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/fitness) +"bzD" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bzE" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/gravitygenerator) +"bzG" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"bzH" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bzI" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bzJ" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bzK" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bzL" = ( +/turf/simulated/wall, +/area/station/engineering/gravitygenerator) +"bzN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bzO" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/north, +/obj/item/stack/cable_coil/random{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bzU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"bzV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bAe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bAf" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/primary/port) +"bAg" = ( +/obj/structure/table/reinforced, +/obj/item/analyzer{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bAh" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/item/folder/yellow{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/assembly/signaler{ + pixel_x = -12; + pixel_y = 8 + }, +/obj/item/folder/white{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bAi" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bAk" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/mmi, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bAm" = ( +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/north, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"bAp" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/item/ai_module/reset{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/flash{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/flash{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bAr" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bAs" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast east"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/bridge) +"bAt" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bAw" = ( +/obj/machinery/computer/security/mining, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bAx" = ( +/obj/machinery/computer/supplycomp, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bAy" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bAC" = ( +/obj/machinery/computer/security/telescreen/rd, +/turf/simulated/wall, +/area/station/command/bridge) +"bAD" = ( +/obj/machinery/computer/shuttle/mining, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bAE" = ( +/obj/machinery/computer/aifixer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/command/bridge) +"bAF" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"bAJ" = ( +/obj/machinery/ai_status_display/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/command/vault) +"bAN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"bAT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"bBd" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral" + }, +/area/station/aisat) +"bBf" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bBg" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bBi" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"bBj" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"bBl" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"bBn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"bBo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bBq" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"bBr" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bBt" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generation Access"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bBy" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bBz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bBA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bBE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/engineering/hallway) +"bBG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/hallway) +"bBH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/hallway) +"bBI" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/hallway) +"bBO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bBP" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/item/stack/cable_coil/random{ + pixel_y = 14 + }, +/obj/item/stack/cable_coil/random{ + pixel_y = 10 + }, +/obj/item/stack/cable_coil/random{ + pixel_y = 6 + }, +/obj/item/stack/cable_coil/random{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bBQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/engineering/tech_storage) +"bBR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bBT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/engineering/tech_storage) +"bBU" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/east, +/obj/item/aicard{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bBW" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bBX" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/package_wrap{ + pixel_y = 6 + }, +/obj/item/hand_labeler{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bBY" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bBZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/requests_console/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bCa" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bCb" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bCc" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bCe" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/public/storage/tools) +"bCg" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/east, +/obj/item/weldingtool, +/obj/item/clothing/head/welding{ + pixel_x = 6; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bCn" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bCq" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bCr" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bCs" = ( +/obj/machinery/door/window/reinforced/reversed{ + name = "Captains seat" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bCu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bCy" = ( +/obj/machinery/door_control/shutter/north{ + id = "bridge blast east"; + name = "East Bridge Blast Door Control"; + pixel_x = null; + req_access = list(19) + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bCE" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"bCG" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel/dark, +/area/station/command/meeting_room) +"bCH" = ( +/obj/structure/closet/crate, +/obj/machinery/camera{ + c_tag = "Vacant Store"; + network = list("Research","SS13") + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"bCL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Prison General"; + dir = 4; + network = list("Prison","SS13") + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"bCP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "shooting_range1"; + name = "Shooting Range Shutters" + }, +/turf/simulated/floor/plating, +/area/station/security/restroom) +"bCT" = ( +/obj/item/radio/intercom/directional/south, +/obj/item/radio/intercom/private{ + pixel_x = -22; + dir = 4 + }, +/obj/item/radio/intercom/custom{ + pixel_y = 22 + }, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/turf/simulated/floor/greengrid, +/area/station/turret_protected/ai) +"bCU" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bCV" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bCW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bCX" = ( +/obj/effect/landmark/start/ai, +/obj/item/radio/intercom/private{ + pixel_x = 28; + pixel_y = 5 + }, +/obj/item/radio/intercom/custom{ + pixel_y = 5; + pixel_x = -28 + }, +/obj/machinery/newscaster/security_unit{ + name = "west bump"; + pixel_x = -32; + pixel_y = 32 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bCY" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Chamber North"; + dir = 1; + network = list("SS13","Minisat"); + start_active = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bCZ" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bDa" = ( +/obj/item/radio/intercom/directional/south, +/obj/item/radio/intercom/private{ + pixel_x = 22; + dir = 8 + }, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/obj/item/radio/intercom/custom{ + pixel_y = 22 + }, +/turf/simulated/floor/greengrid, +/area/station/turret_protected/ai) +"bDc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"bDd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/gravitygenerator) +"bDe" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDf" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/gravitygenerator) +"bDg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDk" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bDm" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bDo" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bDp" = ( +/turf/simulated/wall, +/area/station/maintenance/port2) +"bDq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bDr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bDu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bDx" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bDy" = ( +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/hallway) +"bDC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bDE" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bDF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/engineering/tech_storage) +"bDH" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/circuitboard/mechfab{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/mech_recharger{ + pixel_y = -4 + }, +/obj/item/circuitboard/mech_bay_power_console{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/circuitboard/cyborgrecharger{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/aifixer{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bDI" = ( +/obj/item/kirbyplants, +/obj/machinery/ai_status_display/east, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bDJ" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/circuitboard/protolathe{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/circuit_imprinter{ + pixel_y = -4 + }, +/obj/item/circuitboard/scientific_analyzer{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/circuitboard/rdserver{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/rdconsole{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bDK" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bDL" = ( +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bDM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/east) +"bDN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bDO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bDP" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/box/lights/mixed{ + pixel_y = 14 + }, +/obj/item/storage/belt/utility{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bDQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/storage/tools) +"bDR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/nw) +"bDS" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/painter{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bDT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bDY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bEc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"bEd" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bEe" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 6 + }, +/obj/item/flash{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bEg" = ( +/obj/machinery/computer/communications, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bEh" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bEi" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bEj" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bEk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/bridge) +"bEm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bEn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bEo" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"bEp" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"bED" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bEE" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/door_control/shutter/north{ + id = "AI-door"; + name = "AI Entrance Blast Doors"; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bEF" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bEG" = ( +/obj/machinery/gravity_generator/main/station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"bEI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/gravitygenerator) +"bEJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"bEK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bEL" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"bEM" = ( +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bEN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bEO" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bEQ" = ( +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 1; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room/secondary) +"bER" = ( +/obj/machinery/light/directional/south, +/obj/structure/shelf/engineering, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box{ + pixel_y = 8 + }, +/obj/item/storage/box{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room/secondary) +"bES" = ( +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/break_room/secondary) +"bET" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/break_room/secondary) +"bEU" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/break_room/secondary) +"bEW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bEX" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bEY" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"bEZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bFb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bFd" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Engineering Entrance"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bFe" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bFf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bFg" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"bFi" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bFj" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/circuitboard/cloning{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/sleeper{ + pixel_y = -4 + }, +/obj/item/circuitboard/bodyscanner{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/circuitboard/cryo_tube{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/circuitboard/clonepod{ + pixel_y = 8 + }, +/obj/item/circuitboard/clonescanner{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bFk" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/circuitboard/autolathe{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/pandemic{ + pixel_y = -4 + }, +/obj/item/circuitboard/ore_redemption{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/circuitboard/sleeper{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bFl" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/east, +/obj/item/stock_parts/matter_bin{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/stock_parts/micro_laser{ + pixel_y = -4 + }, +/obj/item/stock_parts/capacitor{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bFm" = ( +/obj/structure/shelf, +/obj/machinery/status_display/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/assembly/igniter{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_y = -4 + }, +/obj/item/assembly/igniter{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/assembly/signaler{ + pixel_y = 12; + pixel_x = -8 + }, +/obj/item/assembly/signaler{ + pixel_y = 12 + }, +/obj/item/assembly/signaler{ + pixel_y = 12; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bFn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bFo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"bFp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bFq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bFr" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bFu" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast west"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/bridge) +"bFx" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFz" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFB" = ( +/obj/machinery/camera{ + c_tag = "Bridge Port"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFC" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFD" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/aisat) +"bFF" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/shelf/command, +/obj/item/storage/secure/briefcase{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/secure/briefcase{ + pixel_y = -4 + }, +/obj/item/storage/secure/briefcase{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/storage/box/pdas{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/box/ids{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFG" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/taperecorder{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFH" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFK" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFL" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/shelf/command, +/obj/item/storage/toolbox/emergency{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -4 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFN" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFO" = ( +/obj/machinery/camera{ + c_tag = "Bridge Starboard"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFQ" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bFR" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bFV" = ( +/obj/machinery/economy/vending/detdrobe, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"bGd" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"bGq" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/mmi, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bGs" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"bGt" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bGu" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Gravity Generation"; + dir = 1; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bGv" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bGw" = ( +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bGx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/nightshifted/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"bGy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bGz" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/ce) +"bGA" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/engineering/hallway) +"bGB" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generation"; + dir = 1; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/gravitygenerator) +"bGD" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/cans/starkist{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 16; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGF" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/folder/yellow{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGG" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/reversed, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bGO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bGP" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bGQ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bGR" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bGS" = ( +/obj/structure/table/reinforced, +/obj/item/healthanalyzer{ + pixel_y = 8 + }, +/obj/item/healthanalyzer, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bGT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/engineering/tech_storage) +"bGX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/engineering/tech_storage) +"bGY" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/directional/east, +/obj/item/stock_parts/manipulator{ + pixel_x = 2; + pixel_y = 14 + }, +/obj/item/stock_parts/manipulator{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/stock_parts/scanning_module, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bGZ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_y = -2 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bHa" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"bHb" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/hacking{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bHc" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/public/storage/tools) +"bHd" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"bHe" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/public/storage/tools) +"bHh" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bHj" = ( +/turf/simulated/wall/r_wall, +/area/station/command/meeting_room) +"bHk" = ( +/turf/simulated/wall, +/area/station/command/meeting_room) +"bHl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bHm" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"bHn" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/bridge) +"bHo" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/megaphone{ + pixel_x = -18; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/bridge) +"bHp" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/command/bridge) +"bHq" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/storage/fancy/donut_box, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bHr" = ( +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bHs" = ( +/obj/machinery/camera{ + c_tag = "Bridge Center"; + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bHt" = ( +/obj/machinery/door_control/shutter/south{ + id = "stationawaygate"; + name = "Expedition Shutters Access Control"; + pixel_x = 7; + req_access = list(62) + }, +/obj/machinery/door_control/shutter/south{ + id = "eva-shutters"; + name = "Auxilary E.V.A. Storage"; + pixel_x = -7; + req_access = list(18) + }, +/obj/machinery/keycard_auth/south{ + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bHu" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bHv" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall, +/area/station/command/bridge) +"bHw" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/bridge) +"bHx" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/captain) +"bHz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bHA" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"bHI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"bHK" = ( +/obj/structure/table/wood, +/obj/item/folder/red{ + pixel_x = -10; + pixel_y = 6 + }, +/obj/item/hand_labeler{ + pixel_x = 2; + pixel_y = 1 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"bHM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"bHN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bHO" = ( +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"bHP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"bHY" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/effect/landmark/start/head_of_security, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"bHZ" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"bIb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"bIf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"bIh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bIi" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "AI Core Door" + }, +/obj/machinery/light_switch/north{ + pixel_x = -4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bIj" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bIk" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "AI Core Door" + }, +/obj/machinery/turretid/lethal{ + check_synth = 1; + name = "AI Chamber Turret Control"; + pixel_x = -6; + pixel_y = 24; + req_access = list(75) + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bIl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"bIm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bIn" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bIo" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/item/pen, +/obj/item/flash, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bIp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"bIq" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bIr" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bIs" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 2 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bIu" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/item/crowbar{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bIv" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bIx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bIy" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bIA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/break_room) +"bIC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bID" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bIG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"bII" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bIJ" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/circuitboard/secure_data{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/camera{ + pixel_y = -4 + }, +/obj/item/circuitboard/prisoner{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bIK" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"bIN" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera{ + c_tag = "Technical Storage"; + dir = 4 + }, +/obj/item/plant_analyzer{ + pixel_y = 8 + }, +/obj/item/plant_analyzer, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bIO" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/circuitboard/message_monitor{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/teleporter{ + pixel_y = -4 + }, +/obj/item/circuitboard/teleporter_station{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/circuitboard/teleporter_hub{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bIR" = ( +/obj/structure/table/reinforced, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bIS" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/flashlight{ + pixel_y = 18 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bIT" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/public/storage/tools) +"bIV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"bIX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"bIY" = ( +/obj/structure/table/wood, +/obj/machinery/status_display/directional/west, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bIZ" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bJa" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bJb" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bJc" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bJe" = ( +/obj/machinery/newscaster/security_unit/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bJf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJg" = ( +/obj/structure/table/wood, +/obj/item/paicard{ + pixel_y = 2 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bJi" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bJj" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/toy/figure/crew/captain{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJk" = ( +/obj/machinery/light_switch/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"bJm" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJn" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJo" = ( +/obj/machinery/ai_status_display/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJp" = ( +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJq" = ( +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJr" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bJs" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/displaycase, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_store) +"bJK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"bJO" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bJP" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bJQ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bJR" = ( +/obj/structure/table/reinforced, +/obj/item/robot_parts/chest, +/obj/item/robot_parts/l_arm{ + pixel_x = -6 + }, +/obj/item/robot_parts/r_arm{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bJS" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bJT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bJU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/ai_slipper, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bJV" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bJW" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bJX" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bJY" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bKa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plasteel, +/area/station/engineering/mechanic) +"bKb" = ( +/obj/item/stack/sheet/mineral/sandbags, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bKd" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bKe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/command/office/ce) +"bKf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bKg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/command/office/ce) +"bKh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bKk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "ceofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/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/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/ce, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"bKl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bKn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/explab) +"bKp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"bKr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bKu" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/circuitboard/powermonitor{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/circuitboard/smes{ + pixel_y = -4 + }, +/obj/item/circuitboard/atmos_alert{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/circuitboard/stationalert{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"bKy" = ( +/obj/item/kirbyplants, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bKz" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bKA" = ( +/obj/structure/shelf, +/obj/machinery/status_display/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio{ + pixel_x = -8 + }, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 8 + }, +/obj/item/assembly/timer{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/assembly/timer{ + pixel_y = 8 + }, +/obj/item/assembly/timer{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bKB" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bKC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bKD" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9; + color = "lightblue" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"bKE" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "meetroomshutters"; + name = "Meeting Room Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"bKF" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 10 + }, +/obj/machinery/door_control/shutter{ + id = "meetroomshutters"; + name = "Privacy Shutters"; + pixel_y = -2; + req_access = list(18) + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 16 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bKH" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bKK" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bKL" = ( +/obj/structure/table/wood, +/obj/item/phone, +/obj/item/cigbutt/cigarbutt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bKM" = ( +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bKN" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bKS" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bKU" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bKY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"bKZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bLc" = ( +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bLd" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/carpet/green, +/area/station/command/office/captain) +"bLe" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet/green, +/area/station/command/office/captain) +"bLf" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/green, +/area/station/command/office/captain) +"bLg" = ( +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bLh" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"bLi" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/security_space_law/black{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/stamp/law{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bLj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"bLk" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/door_control/bolt_control/west{ + id = "toilet2" + }, +/obj/structure/sign/poster/official/random/south, +/obj/effect/landmark/start/assistant, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"bLl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bLm" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bLn" = ( +/turf/simulated/wall, +/area/station/security/detective) +"bLo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"bLp" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"bLq" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"bLs" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"bLt" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"bLx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"bLy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"bLF" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"bLK" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_ext" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button/east{ + autolink_id = "perma_btn_ext"; + name = "Prison Wing Access Button"; + req_access = list(2) + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"bLM" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bLN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"bLO" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"bLP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/equipment, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"bLQ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bLR" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bLS" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bLT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 9 + }, +/area/station/aisat) +"bLU" = ( +/obj/structure/sign/vacuum{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 5 + }, +/area/station/aisat) +"bLV" = ( +/turf/simulated/wall, +/area/station/aisat) +"bLZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/stack/rods{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bMa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"bMb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/fore) +"bMg" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/computer/card/minor/ce{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bMh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bMi" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/pen/multi{ + pixel_y = 2; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bMj" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/paper/tcommskey{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/item/paper/sm_paper{ + pixel_y = -6; + pixel_x = 6 + }, +/obj/item/stamp/ce{ + pixel_x = 7; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bMk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bMn" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/processing) +"bMt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bMu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bMv" = ( +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bMA" = ( +/obj/structure/sign/poster/official/random/north, +/obj/item/radio/intercom/directional/east, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bMC" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/assembly/timer{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/assembly/timer{ + pixel_x = -4 + }, +/obj/item/assembly/voice{ + pixel_x = 6; + pixel_y = 12 + }, +/obj/item/assembly/voice{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/flashlight{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bME" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/east, +/obj/item/flashlight{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bMF" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"bMG" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/multitool{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bMH" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bMI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bMJ" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/obj/effect/turf_decal/delivery/hollow{ + pixel_x = 16 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/public/storage/tools) +"bMK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/public/storage/tools) +"bML" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"bMM" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bMN" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bMO" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bMP" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bMQ" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bMR" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/lighter/zippo, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bMS" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bMU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bMV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bMW" = ( +/obj/item/ai_module/reset, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bMX" = ( +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bMY" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bMZ" = ( +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/table/glass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bNa" = ( +/obj/item/ai_module/nanotrasen, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bNc" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bNf" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet/green, +/area/station/command/office/captain) +"bNh" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bNj" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/internal_affairs, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bNk" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/detective) +"bNl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bNn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"bNr" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"bNs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"bNt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"bNx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"bNy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"bNz" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"bNA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"bNB" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/mineral/ore_redemption, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bNC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bNH" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"bNI" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"bNL" = ( +/obj/machinery/camera{ + c_tag = "AI Chamber South"; + dir = 1; + network = list("SS13","Minisat"); + start_active = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai) +"bNM" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/aisat) +"bNN" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/aisat) +"bNP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/flasher{ + pixel_x = -24 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "AI-door"; + name = "AI Chamber Blast Doors"; + opacity = 0 + }, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bNR" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/aisat) +"bNU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"bNZ" = ( +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/machinery/computer/atmos_alert{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bOa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bOb" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/chief_engineer, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bOd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bOe" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bOf" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/command/office/ce) +"bOg" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall, +/area/station/engineering/hallway) +"bOh" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/port) +"bOi" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/station/engineering/hallway) +"bOj" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/item/stock_parts/cell{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/stock_parts/cell{ + pixel_x = 4 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = -10; + pixel_y = 6 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000; + pixel_x = -10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bOl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/ripped{ + pixel_x = -32 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"bOn" = ( +/obj/structure/table, +/obj/machinery/light_switch/west, +/obj/machinery/power/apc/directional/north, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bOq" = ( +/obj/structure/table/reinforced, +/obj/item/t_scanner{ + pixel_x = 2; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bOr" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bOs" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bOt" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bOu" = ( +/obj/structure/table/reinforced, +/obj/item/wrench{ + pixel_y = 2 + }, +/obj/item/crowbar{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bOv" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"bOw" = ( +/obj/structure/table/reinforced, +/obj/item/paicard{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/tech_storage) +"bOx" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/cable_coil/random{ + pixel_y = 16 + }, +/obj/item/stack/cable_coil/random{ + pixel_y = 12 + }, +/obj/item/analyzer{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bOy" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bOz" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bOA" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/public/storage/tools) +"bOC" = ( +/turf/simulated/wall, +/area/station/public/storage/tools) +"bOD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"bOE" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bOF" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bOG" = ( +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bOH" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"bOI" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bOJ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/meeting_room) +"bOM" = ( +/obj/machinery/computer/account_database{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/meeting_room) +"bOO" = ( +/obj/item/ai_module/crewsimov, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bOP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bOQ" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bOR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bOS" = ( +/obj/item/ai_module/corp, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bOT" = ( +/turf/simulated/wall, +/area/station/turret_protected/ai_upload) +"bOU" = ( +/obj/structure/bed/dogbed{ + name = "fox box" + }, +/obj/machinery/newscaster/security_unit/west, +/mob/living/simple_animal/pet/dog/fox/renault, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/captain) +"bOV" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bOX" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bOZ" = ( +/turf/simulated/wall, +/area/station/command/office/ntrep) +"bPa" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bPb" = ( +/obj/machinery/camera{ + c_tag = "Captain's Room"; + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bPc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"bPd" = ( +/obj/structure/table/wood, +/obj/item/camera{ + pixel_x = -2; + pixel_y = 12 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/obj/item/taperecorder{ + pixel_x = 18; + pixel_y = 3 + }, +/obj/item/flashlight/lamp{ + pixel_y = 4; + pixel_x = -4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bPe" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bPf" = ( +/obj/structure/closet/secure_closet/psychiatrist, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"bPg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bPh" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light_switch/east, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bPi" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bPk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "detective" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"bPl" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/lattice, +/turf/space, +/area/space) +"bPo" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/toy/figure/crew/detective, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = -10; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"bPp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/fsmaint) +"bPq" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"bPs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/bed/mattress, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"bPz" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"bPC" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bPF" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"bPG" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bPH" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/portable/canister/air, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bPI" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bPJ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bPL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bPN" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bPO" = ( +/obj/machinery/light/directional/north, +/obj/machinery/ai_status_display/north, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bPP" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bPQ" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bPR" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bPS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/aisat) +"bPU" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/aisat) +"bPV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bPW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/curved{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bPY" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bPZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light_switch/east, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/obj/item/analyzer{ + pixel_x = 2; + pixel_y = 18 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bQa" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/permabrig) +"bQb" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Cargo Bay Desk" + }, +/obj/effect/turf_decal/delivery, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = -6; + pixel_y = 3 + }, +/obj/structure/noticeboard{ + pixel_x = 32 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "cargodesk"; + name = "Cargo Desk Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/office) +"bQd" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door_control/normal{ + id = "ceofficedoor"; + name = "Office Door"; + pixel_x = -5; + req_access = list(56) + }, +/obj/item/circuitboard/autolathe{ + pixel_y = 11 + }, +/obj/item/toy/figure/crew/ce{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bQg" = ( +/obj/structure/closet, +/obj/item/clothing/gloves/boxing/blue, +/obj/item/clothing/gloves/boxing, +/obj/structure/railing, +/obj/machinery/camera{ + c_tag = "Prison Fitness"; + dir = 8; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"bQi" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"bQk" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 2 + }, +/obj/machinery/ai_status_display/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bQl" = ( +/obj/machinery/light/directional/north, +/obj/structure/bed, +/obj/item/bedsheet/ce, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bQm" = ( +/obj/structure/dresser, +/obj/machinery/status_display/directional/north, +/obj/item/clothing/under/towel/long/alt/orange, +/obj/item/clothing/head/towel/orange{ + pixel_y = 7 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bQo" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/storage) +"bQp" = ( +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Engineering Lobby"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"bQq" = ( +/obj/structure/closet/radiation, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bQr" = ( +/turf/simulated/wall, +/area/station/engineering/control) +"bQs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"bQt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bQw" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bQx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/bluegrid/telecomms, +/area/station/science/xenobiology) +"bQz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"bQA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bQB" = ( +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sign/directions/science, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/station/public/storage/tools) +"bQC" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/teleport/hub, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bQD" = ( +/obj/machinery/light/directional/north, +/obj/machinery/ai_status_display/north, +/obj/machinery/teleport/station, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bQE" = ( +/obj/structure/table/wood, +/obj/machinery/ai_status_display/west, +/obj/item/storage/briefcase, +/obj/item/storage/secure/briefcase, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bQG" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bQH" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Command Meeting Room"; + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"bQI" = ( +/turf/simulated/wall, +/area/station/command/office/blueshield) +"bQK" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bQL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai_upload) +"bQM" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bQN" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bQO" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bQP" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_x = 6 + }, +/obj/item/stamp/captain{ + pixel_x = -6 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bQQ" = ( +/obj/structure/table/wood, +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Captain's Desk Door" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/blueshield{ + dir = 1 + }, +/obj/item/folder/blue{ + pixel_x = -16 + }, +/obj/item/melee/chainofcommand, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bQR" = ( +/obj/machinery/door/window{ + base_state = "right"; + dir = 1; + icon_state = "right"; + name = "Captain's Desk Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/blueshield{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bQS" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/item/storage/lockbox/medal, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bQT" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Captain's Office"; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bQU" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bQV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bQW" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"bQX" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/no_creep, +/area/station/public/locker) +"bRa" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "detective" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"bRb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bRk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"bRm" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"bRr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bRs" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bRt" = ( +/obj/machinery/computer/teleporter, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bRx" = ( +/obj/structure/showcase{ + density = 0; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bRz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bRB" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bRD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bRJ" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 8 + }, +/area/station/aisat) +"bRL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 1 + }, +/area/station/aisat) +"bRM" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"bRN" = ( +/obj/structure/transit_tube/curved, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"bRQ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/diagonal/topleft, +/turf/space, +/area/space/nearstation) +"bRS" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bRV" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bRW" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 12; + pixel_y = 12 + }, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bRX" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/engineering{ + pixel_x = -6 + }, +/obj/item/cartridge/engineering{ + pixel_x = 6 + }, +/obj/item/cartridge/engineering{ + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bRY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bRZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bSa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/ce, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bSb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bSc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bSd" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/chief_engineer, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bSh" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"bSj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 8 + }, +/area/station/science/storage) +"bSk" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"bSm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/break_room) +"bSo" = ( +/obj/machinery/camera{ + c_tag = "AI Minisatellite Central"; + network = list("SS13","Minisat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bSr" = ( +/obj/machinery/atmospherics/meter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bSy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bSz" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"bSB" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"bSD" = ( +/obj/structure/engineeringcart, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"bSE" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hop) +"bSH" = ( +/obj/machinery/smartfridge/secure/circuits/aiupload/experimental, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bSI" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"bSJ" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -21 + }, +/obj/machinery/computer/aiupload{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bSK" = ( +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bSL" = ( +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/machinery/computer/borgupload{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bSM" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bSN" = ( +/obj/machinery/smartfridge/secure/circuits/aiupload/highrisk, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"bSO" = ( +/obj/machinery/keycard_auth/north{ + pixel_x = -24; + dir = 4 + }, +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bSP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bSQ" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/captain, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bSR" = ( +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bSS" = ( +/obj/structure/table/wood, +/obj/item/hand_tele{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/coin/plasma{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bST" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/captain/bedroom) +"bSV" = ( +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"bSW" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"bSX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"bTb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bTc" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bTd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"bTf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/economy/vending/chefdrobe, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"bTg" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"bTn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 6 + }, +/area/station/command/office/hos) +"bTs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"bTt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bTu" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 9 + }, +/area/station/turret_protected/aisat) +"bTv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/turret_protected/aisat) +"bTw" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/turret_protected/aisat) +"bTz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bTB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bTD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/mob/living/simple_animal/bot/secbot/pingsky, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bTE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bTF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bTG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bTH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bTI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 5 + }, +/area/station/turret_protected/aisat) +"bTK" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bTL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bTN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 8 + }, +/area/station/aisat) +"bTO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bTQ" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bTR" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"bTS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bTT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 4 + }, +/area/station/aisat) +"bTU" = ( +/obj/structure/transit_tube/station{ + dir = 8 + }, +/obj/structure/transit_tube_pod, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"bTV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"bTY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bTZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bUe" = ( +/obj/structure/fluff/beach_umbrella/security, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"bUi" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bUj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/command/office/ce) +"bUk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/command/office/ce) +"bUl" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bUm" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"bUo" = ( +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bUp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/command/office/ce) +"bUq" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bUr" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tech_storage, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"bUA" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/port) +"bUB" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=engi2"; + location = "engi1" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall4"; + location = "engi3" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bUD" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bUJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bUL" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall4a"; + location = "hall4" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=engi1"; + location = "hall3" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/west) +"bUM" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"bUO" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/primary/central/west) +"bUQ" = ( +/obj/structure/table/wood, +/obj/machinery/requests_console/directional/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/obj/item/storage/box/ids{ + pixel_y = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"bUR" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"bUU" = ( +/obj/structure/table/wood, +/obj/machinery/smartfridge/id, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"bUV" = ( +/obj/machinery/ai_status_display/west, +/obj/machinery/computer/communications{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bUW" = ( +/obj/machinery/light_switch/south, +/obj/machinery/camera{ + c_tag = "Captain's Desk"; + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bUY" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bUZ" = ( +/obj/structure/displaycase/captain, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"bVa" = ( +/obj/effect/landmark/start/captain, +/obj/structure/toilet/material/captain{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/white, +/area/station/command/office/captain/bedroom) +"bVb" = ( +/obj/machinery/shower{ + pixel_y = 22 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap/deluxe, +/obj/item/bikehorn/rubberducky/captainducky, +/turf/simulated/floor/plasteel/white, +/area/station/command/office/captain/bedroom) +"bVc" = ( +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"bVd" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall13"; + location = "hall12" + }, +/obj/effect/landmark/lightsout, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall11"; + location = "hall10" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/east) +"bVf" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bVp" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"bVs" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"bVt" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"bVu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/station/science/lobby) +"bVy" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"bVz" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"bVB" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/sorting) +"bVC" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bVD" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bVH" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera{ + c_tag = "AI Minisatellite West"; + dir = 8; + network = list("SS13","Minisat") + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bVJ" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/structure/showcase{ + density = 0; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 10 + }, +/area/station/turret_protected/aisat) +"bVL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/station/turret_protected/aisat) +"bVN" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 6 + }, +/area/station/turret_protected/aisat) +"bVO" = ( +/obj/structure/showcase{ + density = 0; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bVR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bVS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/turret_protected/aisat) +"bVT" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bVU" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bVV" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar, +/obj/item/stack/cable_coil, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 10 + }, +/area/station/aisat) +"bVW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral" + }, +/area/station/aisat) +"bVX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/aisat) +"bVY" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"bWb" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/diagonal, +/turf/space, +/area/space/nearstation) +"bWd" = ( +/obj/structure/transit_tube/horizontal, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"bWl" = ( +/obj/machinery/keycard_auth/west{ + pixel_x = -34 + }, +/obj/machinery/door_control/shutter/west{ + id = "engstorage"; + name = "Engineering Secure Storage Control"; + req_access = list(11) + }, +/obj/machinery/door_control/shutter/west{ + id = "transitlock"; + name = "Transit Tube Lockdown Control"; + pixel_y = -8; + req_access = list(11) + }, +/obj/machinery/computer/security/engineering{ + dir = 4 + }, +/obj/machinery/button/windowtint/west{ + id = "CE"; + pixel_y = 8; + range = 12; + req_access = list(56) + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bWn" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"bWo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"bWp" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"bWq" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"bWr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bWt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"bWu" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bWv" = ( +/obj/machinery/ai_status_display/south, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bWx" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bWy" = ( +/obj/machinery/status_display/directional/east, +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"bWz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/port) +"bWE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bWF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bWG" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bWH" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bWI" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/suit_storage_unit/industrial/ce/secure, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"bWJ" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bWK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bWM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"bWP" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Access Desk" + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Access Queue" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hop"; + name = "Privacy Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/hop{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"bWQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"bWR" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"bWS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/station/turret_protected/aisat) +"bWT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bWU" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"bWW" = ( +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"bWX" = ( +/turf/simulated/wall, +/area/station/command/office/captain) +"bWY" = ( +/turf/simulated/floor/plasteel/white, +/area/station/command/office/captain/bedroom) +"bWZ" = ( +/obj/structure/sink/directional/west, +/obj/item/clothing/under/towel/long/alt/blue, +/obj/item/clothing/head/towel/blue{ + pixel_y = 7 + }, +/turf/simulated/floor/plasteel/white, +/area/station/command/office/captain/bedroom) +"bXc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bXi" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bXm" = ( +/obj/machinery/camera{ + c_tag = "AI Minisatellite Power Station"; + dir = 8; + network = list("SS13","Minisat") + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"bXn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"bXo" = ( +/obj/structure/table/glass, +/obj/machinery/light_switch/north, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/soap, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"bXy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bXC" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bXD" = ( +/obj/machinery/camera{ + c_tag = "Primary Security Hallway West" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bXG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bXH" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bXI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bXJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bXK" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bXL" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/telecomms/chamber) +"bXM" = ( +/obj/structure/table/reinforced, +/obj/machinery/status_display/directional/south, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/toy/figure/crew/borg{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/turret_protected/aisat) +"bXN" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/south, +/obj/item/hand_tele, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/turret_protected/aisat) +"bXO" = ( +/obj/structure/table/reinforced, +/obj/machinery/ai_status_display/south, +/obj/item/folder/blue, +/obj/item/folder/yellow, +/obj/item/clipboard, +/obj/item/aicard, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/turret_protected/aisat) +"bXP" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"bXR" = ( +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/aisat) +"bXS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/curved/flipped{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bXU" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"bXV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/normal{ + desc = "A remote control switch for the brig foyer."; + id = "BrigLeft"; + name = "Brig Foyer Left Doors"; + pixel_x = -5; + pixel_y = 6; + req_access = list(63) + }, +/obj/machinery/door_control/normal{ + desc = "A remote control switch for the brig foyer."; + id = "BrigRight"; + name = "Brig Foyer Right Doors"; + pixel_x = 5; + pixel_y = 6; + req_access = list(63) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/lobby) +"bXW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"bXX" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/starboard2) +"bXY" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/fire{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bYa" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"bYb" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"bYc" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bYe" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/port) +"bYf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/hallway/primary/port) +"bYg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"bYi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"bYj" = ( +/turf/simulated/wall, +/area/station/service/library) +"bYk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/library) +"bYl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"bYn" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical, +/obj/structure/sign/directions/security{ + pixel_y = 8 + }, +/turf/simulated/wall, +/area/station/service/library) +"bYo" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bYp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "hop"; + name = "Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"bYq" = ( +/obj/machinery/computer/card{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"bYu" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/pdapainter, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"bYv" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/ntrep) +"bYx" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/blueshield) +"bYy" = ( +/obj/machinery/photocopier, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"bYA" = ( +/obj/machinery/light_switch/north, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"bYB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"bYD" = ( +/turf/simulated/wall, +/area/station/command/office/captain/bedroom) +"bYE" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/white, +/area/station/command/office/captain/bedroom) +"bYH" = ( +/turf/simulated/wall, +/area/station/legal/courtroom) +"bYI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Disposals"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"bYJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"bYK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bYL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"bYM" = ( +/turf/simulated/wall, +/area/station/legal/lawoffice) +"bYN" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"bYP" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"bYR" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/fore2) +"bYU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Brig Labor Camp Airlock"; + dir = 1 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"bZh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/flasher{ + pixel_x = -24 + }, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/telecomms/chamber) +"bZj" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bZk" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bZl" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bZm" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bZn" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bZo" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"bZp" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bZr" = ( +/obj/structure/sign/vacuum, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"bZs" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bZt" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bZx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bZA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bZB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bZC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"bZD" = ( +/obj/machinery/power/smes{ + charge = 2e+006 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/smes) +"bZE" = ( +/obj/machinery/power/smes{ + charge = 2e+006 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/smes) +"bZF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"bZG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"bZI" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bZJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"bZK" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bZN" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"bZO" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 2 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"bZP" = ( +/obj/machinery/photocopier, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bZS" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"bZV" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/west) +"bZW" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/command/office/hop) +"bZX" = ( +/obj/machinery/light/directional/west, +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"caa" = ( +/obj/structure/table/wood, +/obj/machinery/light/directional/south, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Personnel's Office"; + pixel_y = 4 + }, +/obj/machinery/keycard_auth/east, +/obj/effect/turf_decal/siding/wood/oak/end, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"cab" = ( +/obj/structure/closet/secure_closet/ntrep, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cad" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "NT Representative's Office" + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cae" = ( +/obj/structure/bookcase/sop, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"caf" = ( +/obj/structure/chair/sofa/right, +/obj/structure/sign/poster/official/random/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cag" = ( +/obj/structure/chair/sofa, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cah" = ( +/obj/structure/chair/sofa/corner, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cai" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"caj" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cak" = ( +/obj/item/clothing/mask/facehugger/toy, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cal" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/machinery/requests_console/directional/north, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cam" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/west, +/obj/machinery/computer/security/wooden_tv{ + pixel_y = 6; + layer = 3 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"car" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 4; + pixel_y = 14 + }, +/obj/item/card/id/captains_spare, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cat" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster/security_unit/north, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cax" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"cay" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"caz" = ( +/obj/machinery/camera{ + c_tag = "Primary Security Hallway East"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"caA" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/office, +/obj/machinery/camera{ + c_tag = "Courtroom North" + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"caC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"caF" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"caH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"caK" = ( +/obj/structure/bookcase, +/obj/item/book/manual/wiki/sop_security{ + pixel_x = 6 + }, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/sop_command, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"caM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"caO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"caQ" = ( +/obj/structure/table/wood, +/obj/machinery/flasher_button{ + id = "hopflash"; + pixel_x = -34; + pixel_y = -8 + }, +/obj/machinery/door_control/shutter/west{ + id = "hop"; + name = "Privacy Shutters"; + pixel_y = -8; + req_access = list(18) + }, +/obj/machinery/door_control/ticket_machine_button{ + pixel_x = -24; + pixel_y = 8 + }, +/obj/machinery/computer/guestpass/hop{ + pixel_y = 28 + }, +/obj/machinery/keycard_auth/west{ + pixel_x = -34; + pixel_y = 4 + }, +/obj/machinery/door_control/shutter/west{ + id = "hopqueueshutters"; + name = "Queue Shutters"; + req_access = list(18) + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stamp/hop{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"caT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"caV" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/telecomms/chamber) +"caW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/telecomms/chamber) +"caX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/telecomms/chamber) +"caY" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Minisatellite Telecomms"; + network = list("SS13","Minisat"); + start_active = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/telecomms/chamber) +"cba" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cbb" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cbc" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cbd" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"cbe" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cbi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cbl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cbn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cbo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"cbp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"cbq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cbr" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cbu" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Engine Room North"; + network = list("Engineering","SS13") + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cbv" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"cbw" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"cbx" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"cby" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cbz" = ( +/obj/machinery/suit_storage_unit/captain/secure, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 10 + }, +/area/station/command/office/captain/bedroom) +"cbA" = ( +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"cbB" = ( +/obj/structure/sign/poster/official/random/north, +/turf/simulated/wall, +/area/station/maintenance/port) +"cbE" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cbF" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"cbH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/landmark/spawner/rev, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"cbK" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cbL" = ( +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"cbM" = ( +/obj/machinery/door/morgue{ + name = "Private Study" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/library) +"cbN" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"cbQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"cbR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cbS" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"cbU" = ( +/obj/machinery/power/apc/directional/east, +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 8 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"cbW" = ( +/obj/machinery/keycard_auth/west{ + pixel_y = 4 + }, +/obj/machinery/button/windowtint/north{ + dir = 4; + id = "NT"; + pixel_x = -24 + }, +/obj/machinery/door_control/normal/west{ + id = "ntrepofficedoor"; + name = "Office Door"; + pixel_y = -8; + req_access = list(73) + }, +/obj/machinery/light_switch/west{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cbX" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cbY" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/nanotrasen_rep, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cbZ" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cca" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ccb" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_y = 4 + }, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 8; + pixel_y = -8 + }, +/obj/item/reagent_containers/drinks/bottle/whiskey{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ccc" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ccd" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cce" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/sop_command{ + pixel_x = -6; + pixel_y = 14 + }, +/obj/item/folder/blue{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/paper/blueshield{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"ccf" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/blueshield, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"ccg" = ( +/obj/machinery/door_control/normal/south{ + id = "blueshieldofficedoor"; + name = "Office Door"; + pixel_x = 24; + req_access = list(67) + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cch" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen/multi/fountain, +/obj/item/paper/safe_code{ + owner = "captain"; + pixel_x = 6; + pixel_y = 14 + }, +/obj/item/lighter/zippo/cap{ + pixel_x = -4; + pixel_y = 16 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cci" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"ccj" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"cck" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"ccm" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"ccn" = ( +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cco" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/light/small/directional/east, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"ccq" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/red, +/area/station/legal/courtroom) +"ccr" = ( +/obj/structure/railing{ + dir = 6 + }, +/obj/structure/chair/office, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"cct" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"ccx" = ( +/obj/structure/table/reinforced, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"ccC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"ccD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"ccU" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/telecomms/chamber) +"ccW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/telecomms/chamber) +"ccX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/telecomms/chamber) +"cda" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cdb" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cdc" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cdd" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"cde" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cdf" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cdg" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"cdh" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cdk" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cdl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cdn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"cdo" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"cdp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/landmark/start/engineer, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"cdq" = ( +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"cdr" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cdt" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"cdx" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"cdA" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"cdC" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"cdH" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 1 + }, +/obj/item/storage/box/pdas{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/toy/figure/crew/hop{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"cdI" = ( +/obj/machinery/door/window{ + name = "Desk Door" + }, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ntrep, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cdJ" = ( +/obj/structure/table/wood, +/obj/item/folder{ + pixel_x = -10; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/flashlight/lamp/green/off{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cdK" = ( +/obj/structure/table/wood, +/obj/item/stamp/rep{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi/fountain{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cdN" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cdO" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cdP" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cdQ" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cdR" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -8 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cdS" = ( +/obj/machinery/door/window{ + name = "Desk Door" + }, +/obj/machinery/keycard_auth/east{ + pixel_y = -3 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/blueshield, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cdT" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/flask/gold{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/razor{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cdU" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/item/pinpointer{ + pixel_y = 2 + }, +/obj/item/disk/nuclear{ + pixel_y = 2 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cdV" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"cdW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"cdX" = ( +/obj/machinery/firealarm/directional/south, +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"cdZ" = ( +/obj/structure/filingcabinet, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cea" = ( +/obj/structure/dresser, +/obj/item/megaphone{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"cei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"cem" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/ashtray/glass{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/obj/item/lighter/zippo/engraved{ + pixel_x = -5; + pixel_y = 16 + }, +/obj/item/flashlight/lamp/green{ + pixel_y = -10; + pixel_x = -5 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"cen" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"ceo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/fitness) +"ceq" = ( +/obj/machinery/papershredder, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"cer" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"ces" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"cet" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"ceu" = ( +/obj/structure/barricade/wooden, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/library) +"cex" = ( +/obj/structure/table/reinforced, +/obj/item/wrench{ + pixel_y = 4 + }, +/obj/item/crowbar{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"ceF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"ceL" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"ceM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon, +/obj/item/trash/candle, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ceP" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"ceU" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"ceV" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"ceW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/control) +"ceX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/control) +"ceY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/control) +"ceZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cfb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"cfc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cfd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cfe" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cff" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"cfg" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"cfh" = ( +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/smes) +"cfi" = ( +/obj/structure/sign/nosmoking_1{ + pixel_x = 28; + pixel_y = -28 + }, +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/smes) +"cfn" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/port) +"cfo" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cfq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"cfx" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"cfy" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/red{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cfB" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cfE" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/item/megaphone{ + pixel_y = 16 + }, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"cfF" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "holdingcellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"cfH" = ( +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"cfK" = ( +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cfL" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"cfM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cfN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cfO" = ( +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cfP" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cfQ" = ( +/obj/machinery/door/airlock/command{ + id_tag = "captainofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/turf/simulated/floor/plasteel, +/area/station/command/office/captain/bedroom) +"cfX" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"cfZ" = ( +/obj/machinery/photocopier, +/obj/machinery/button/windowtint{ + pixel_x = -24; + id = "magistrate"; + pixel_y = 6 + }, +/obj/machinery/light_switch/west{ + pixel_x = -36 + }, +/obj/machinery/door_control/shutter/west{ + id = "magistrateshutters"; + name = "IAA Privacy Shutter Control"; + pixel_y = -6 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"cga" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/qm) +"cgf" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"cgh" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"cgi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"cgk" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/lobby) +"cgr" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/lobby) +"cgu" = ( +/obj/machinery/tcomms/core/station, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"cgB" = ( +/obj/machinery/camera{ + c_tag = "Singularity NorthEast"; + dir = 8; + network = list("SS13","Singularity","Engineering") + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cgC" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"cgF" = ( +/obj/machinery/flasher{ + id = "hopflash"; + pixel_y = 58 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/station/hallway/primary/central/west) +"cgG" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cgI" = ( +/obj/machinery/ai_status_display/south, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"cgL" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"cgM" = ( +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cgN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cgO" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cgP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cgQ" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/station/command/teleporter) +"cgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cgS" = ( +/obj/structure/table/wood, +/obj/item/clothing/head/helmet/skull/yorick, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"cgW" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/camera{ + c_tag = "Library Fore"; + dir = 4 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"cgX" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/west, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"cgY" = ( +/obj/machinery/bookbinder, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"cgZ" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"chb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"che" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"chi" = ( +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"chj" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"chl" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"chm" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"chq" = ( +/obj/machinery/light_switch/west, +/obj/machinery/button/windowtint/west{ + id = "BS"; + pixel_y = -8; + req_access = list(67) + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"chs" = ( +/obj/structure/closet/cabinet, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"cht" = ( +/turf/simulated/wall/r_wall, +/area/station/command/teleporter) +"chu" = ( +/obj/machinery/light/directional/south, +/obj/machinery/computer/monitor{ + dir = 1 + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"chv" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/command/teleporter) +"chw" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "chapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"chy" = ( +/obj/structure/closet/secure_closet{ + anchored = 1; + name = "Evidence Storage"; + req_access = list(4) + }, +/obj/item/storage/box/evidence, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/maintenance/old_detective) +"chz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"chA" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"chE" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/cryopod/robot, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"chF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"chG" = ( +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"chJ" = ( +/obj/machinery/computer/brigcells{ + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"chK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"chL" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"chM" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"chN" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"chO" = ( +/obj/effect/landmark/start/detective, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"chS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"chV" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"chW" = ( +/obj/machinery/computer/message_monitor{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/telecomms/chamber) +"chX" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/telecomms/chamber) +"cia" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cib" = ( +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cic" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cie" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cif" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cig" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/book/manual/engineering_particle_accelerator{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/effect/turf_decal/delivery, +/obj/item/book/manual/engineering_singularity_safety{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/book/manual/wiki/hacking{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cih" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/item/clothing/glasses/meson/engine{ + pixel_y = 8 + }, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cij" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cil" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cim" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cin" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cio" = ( +/obj/effect/landmark/spawner/xeno, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cip" = ( +/obj/structure/rack, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ciq" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/port) +"cir" = ( +/obj/structure/flora/ausbushes/fullgrass, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"cis" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/restroom) +"ciu" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"ciy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ciA" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"ciB" = ( +/turf/simulated/wall, +/area/station/command/office/hop) +"ciE" = ( +/obj/structure/bed/dogbed/ian, +/obj/machinery/alarm/directional/east, +/mob/living/simple_animal/pet/dog/corgi/ian, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"ciF" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ciH" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "NT Representative's Office"; + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ciL" = ( +/obj/machinery/light/directional/north, +/obj/structure/table/glass, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/station/hallway/secondary/bridge) +"ciO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"ciP" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/camera{ + c_tag = "Blueshield's Office"; + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"ciR" = ( +/obj/machinery/photocopier, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"ciS" = ( +/turf/simulated/wall, +/area/station/command/teleporter) +"ciT" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/command/office/captain/bedroom) +"ciU" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ciV" = ( +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"ciX" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/camera{ + c_tag = "Engine SMES"; + dir = 1; + network = list("Engineering","SS13") + }, +/obj/machinery/computer/monitor{ + dir = 1; + name = "Grid Power Monitoring Computer" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/smes) +"ciY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cjb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"cjf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cjh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cjm" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cjo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"cjp" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cjq" = ( +/obj/structure/rack, +/obj/item/book/manual/wiki/security_space_law, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"cjt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"cjw" = ( +/obj/machinery/door/window/brigdoor{ + id = "Cell 5"; + name = "Cell 5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"cjx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"cjy" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"cjz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"cjA" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"cjC" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/structure/sign/poster/official/do_not_question{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clipboard{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/toy/figure/crew/atmos{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cjI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cjJ" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cjK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cjL" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cjM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cjN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cjO" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cjP" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cjQ" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil/yellow{ + pixel_y = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/tank/internals/emergency_oxygen/engi{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cjR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cjS" = ( +/obj/structure/rack, +/obj/item/wrench, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/crowbar, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cjT" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cjU" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cjV" = ( +/obj/machinery/shieldgen, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cjW" = ( +/obj/structure/chair/sofa{ + dir = 8; + color = "#A30FAF" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"cjX" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"ckd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/rnd) +"cke" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"ckj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ckl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ckm" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"ckp" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"ckr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"cks" = ( +/obj/machinery/ai_status_display/east, +/obj/structure/filingcabinet, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"ckt" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NT" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"cku" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "ntrepofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/ntrep, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"ckv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"ckw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "blueshieldofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"ckx" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "BS" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"cky" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ckz" = ( +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ckA" = ( +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = 8 + }, +/obj/item/hand_labeler, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ckB" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/table, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ckC" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ckD" = ( +/obj/machinery/bluespace_beacon, +/obj/machinery/door_control/shutter/north{ + id = "teleaccessshutter"; + name = "Teleporter Shutters Access Control"; + req_access = list(17) + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ckF" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"ckG" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleaccessshutter"; + name = "Teleporter Access Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"ckI" = ( +/obj/structure/railing{ + dir = 9 + }, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"ckL" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/carpet/red, +/area/station/legal/courtroom) +"ckN" = ( +/obj/structure/table/wood/fancy/black, +/obj/machinery/button/windowtint{ + pixel_x = 16; + pixel_y = 2; + id = "court"; + range = 9 + }, +/obj/item/taperecorder{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/megaphone{ + pixel_x = -1; + pixel_y = 19 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"ckP" = ( +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"ckR" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/random, +/obj/item/assembly/igniter, +/obj/effect/spawner/random/cobweb/right/rare, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"ckX" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8; + color = "#A46106"; + pixel_x = -3 + }, +/obj/item/beach_ball, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/public/pool) +"cla" = ( +/mob/living/simple_animal/moth, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"cli" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"clj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"clo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"clp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"clr" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"cls" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/machinery/door_control/shutter/east{ + id = "Singularity"; + name = "Containment Blast Doors"; + req_access = list(32) + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"clu" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/engineering/control) +"clv" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/smes) +"clw" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/engineering/equipmentstorage) +"clx" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"clA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"clC" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"clP" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/toy/figure/crew/ian{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"clU" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway Center" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"clW" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"clZ" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"cmd" = ( +/obj/machinery/teleport/station, +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"cme" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cmf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "ArmoryLock"; + name = "Armory Lockdown" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"cmj" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/red, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"cml" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/table/wood/fancy/black, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"cmm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"cmn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cmo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock{ + id_tag = "PrivateRoom2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"cmq" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"cmr" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/vacant_store) +"cmx" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/aisat) +"cmy" = ( +/obj/effect/turf_decal/delivery/red/partial, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"cmC" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Singularity NorthWest"; + dir = 4; + network = list("SS13","Singularity","Engineering") + }, +/turf/space, +/area/station/engineering/control) +"cmD" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"cmG" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"cmL" = ( +/obj/structure/lattice, +/turf/space, +/area/station/engineering/control) +"cmM" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cmO" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/toy/figure/crew/engineer{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cmP" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/flashlight{ + pixel_y = 12 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/toolbox/electrical{ + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/control) +"cmQ" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cmR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cmT" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cmU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cmV" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/engineering/equipmentstorage) +"cmX" = ( +/obj/structure/rack, +/obj/item/tank/internals/oxygen, +/obj/item/radio/alternative, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"cmY" = ( +/obj/machinery/shieldgen, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cmZ" = ( +/obj/machinery/shieldgen, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cnb" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cnc" = ( +/obj/machinery/shieldwallgen, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"cnd" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cne" = ( +/obj/structure/dispenser, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cnf" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cnl" = ( +/turf/simulated/floor/carpet, +/area/station/service/library) +"cno" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/closet/secure_closet/hop, +/obj/item/clothing/under/towel/short/alt/blue, +/obj/item/clothing/head/towel/blue{ + pixel_y = 7 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"cnp" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"cnt" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"cnx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"cnA" = ( +/obj/machinery/camera{ + c_tag = "Teleporter"; + dir = 1 + }, +/obj/machinery/light_switch/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"cnB" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"cnC" = ( +/obj/structure/railing/cap/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"cnD" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"cnE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"cnG" = ( +/obj/machinery/computer/teleporter{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"cnH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/junction{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"cnO" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"cnP" = ( +/turf/simulated/wall, +/area/station/public/locker) +"cnW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bot" + }, +/area/station/hallway/primary/central/west) +"cnX" = ( +/obj/machinery/camera{ + c_tag = "Medbay Surgery South" + }, +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/button/windowtint/north{ + id = "Surgery2"; + pixel_x = -8 + }, +/obj/machinery/holosign_switch/north{ + id = "Surgery2"; + pixel_x = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"cnY" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"cnZ" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"coa" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cob" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"coc" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cod" = ( +/obj/structure/particle_accelerator/particle_emitter/left{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"coe" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cof" = ( +/obj/machinery/particle_accelerator/control_box, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cog" = ( +/obj/machinery/the_singularitygen/tesla, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"coh" = ( +/obj/machinery/power/smes{ + charge = 2e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"coi" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"com" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"coo" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"coq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"cor" = ( +/obj/machinery/shieldgen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"cos" = ( +/obj/machinery/shieldgen, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cou" = ( +/obj/machinery/shieldwallgen, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cov" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"cow" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/machinery/computer/library{ + dir = 4; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cox" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/librarian, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"coE" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"coF" = ( +/obj/machinery/door_control/shutter/west{ + id = "teleportershutter"; + name = "Teleporter Shutters Access Control"; + req_access = list(17) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleportershutter"; + name = "Teleporter Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"coG" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleportershutter"; + name = "Teleporter Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"coH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"coL" = ( +/obj/structure/railing{ + dir = 5 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"coM" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"coN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak/end, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"coP" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"coR" = ( +/obj/structure/table, +/obj/machinery/door_control/shutter/west{ + id = "vacantstore" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"coS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"coT" = ( +/obj/machinery/status_display/directional/east, +/obj/structure/table, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"coU" = ( +/obj/machinery/light/directional/north, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"coW" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"cpb" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"cpd" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"cpe" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"cpg" = ( +/obj/item/wrench, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cph" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cpj" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cpl" = ( +/obj/structure/particle_accelerator/particle_emitter/center{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cpm" = ( +/obj/structure/particle_accelerator/power_box{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cpn" = ( +/obj/structure/particle_accelerator/fuel_chamber{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cpo" = ( +/obj/structure/particle_accelerator/end_cap{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cpp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Entry North"; + dir = 6; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"cpq" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the singularity chamber."; + dir = 8; + layer = 4; + name = "Singularity Engine Telescreen"; + network = list("Singularity") + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"cpz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"cpA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"cpB" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"cpC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"cpE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"cpH" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/radio/intercom/directional/west, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cpJ" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cpP" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"cpX" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cpZ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cqb" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall4c"; + location = "hall4b" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9h"; + location = "hall9g" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"cqd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cqe" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cqg" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"cqj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cqk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cqt" = ( +/obj/machinery/firealarm/directional/south, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"cqu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"cqv" = ( +/obj/structure/closet/critter, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"cqw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cqx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"cqy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"cqB" = ( +/obj/structure/table, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"cqG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"cqI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cqJ" = ( +/obj/machinery/atmospherics/unary/tank/toxins, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"cqK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"cqL" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"cqM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"cqN" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cqO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cqQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cqR" = ( +/obj/structure/particle_accelerator/particle_emitter/right{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cqS" = ( +/obj/item/screwdriver, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cqU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cqV" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cqX" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cqZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cra" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "engstorage"; + name = "Secure Storage Blast Doors" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"crb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cre" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"crf" = ( +/obj/machinery/power/tesla_coil, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"crg" = ( +/obj/machinery/power/emitter, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"crh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cri" = ( +/obj/structure/bookcase, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"crm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/library) +"crn" = ( +/obj/structure/table/wood, +/obj/item/deck/cards, +/turf/simulated/floor/carpet, +/area/station/service/library) +"crx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "chemdesk"; + name = "Chemistry Desk Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"crB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"crE" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/station/hallway/secondary/bridge) +"crF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"crG" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"crH" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"crJ" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/locker) +"crK" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"crO" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway Center"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"crQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"crT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"crW" = ( +/obj/structure/railing, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"crX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "vacantstore"; + name = "Vacant Store Shutters"; + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/public/vacant_store) +"csa" = ( +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/evidence) +"csb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"csd" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/structure/table, +/obj/item/storage/box/bodybags, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"cse" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"csf" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"csh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"csi" = ( +/turf/simulated/wall, +/area/station/public/fitness) +"csj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/fitness) +"csk" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"csl" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"cso" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/break_room) +"csp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"csq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"csr" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/horizontal, +/turf/space, +/area/space/nearstation) +"css" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cst" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"csu" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"csv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"csw" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"csx" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"csz" = ( +/obj/structure/closet/crate{ + name = "solar pack crate" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/alarm/directional/south, +/obj/item/tank/internals/emergency_oxygen/engi, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"csI" = ( +/obj/machinery/camera{ + c_tag = "Brig Secure Armory East"; + dir = 8 + }, +/obj/structure/shelf/security, +/obj/item/storage/fancy/shell/beanbag{ + pixel_y = -6 + }, +/obj/item/storage/fancy/shell/beanbag{ + pixel_y = -6 + }, +/obj/item/storage/fancy/shell/beanbag{ + pixel_y = -6 + }, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_y = 6 + }, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_y = 6 + }, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"csK" = ( +/turf/simulated/wall/r_wall, +/area/station/ai_monitored/storage/eva) +"csL" = ( +/obj/machinery/camera{ + c_tag = "Captain's Office Nook"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"csN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"csO" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"csP" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"csQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"csR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/beacon, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"csS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"csT" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"csU" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"csV" = ( +/turf/simulated/wall/r_wall, +/area/station/supply/expedition) +"csW" = ( +/obj/structure/statue/delta/nw, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"csX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"ctc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"ctn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"cto" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/sheet/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"ctp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"ctq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"cts" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"ctu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ctx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"ctA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"ctB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"ctG" = ( +/obj/machinery/status_display/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ctH" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ctJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"ctL" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"ctM" = ( +/obj/structure/bookcase/manuals/engineering, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ctN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ctO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ctS" = ( +/obj/structure/grille/broken, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ctU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"ctV" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/hydroponics, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"ctX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"ctY" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/space, +/area/space/nearstation) +"cub" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"cuc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"cue" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"cuk" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/supply/expedition) +"cul" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrowncorners" + }, +/area/station/supply/expedition) +"cun" = ( +/obj/machinery/light/directional/west, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"cup" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Virology Shutters"; + id_tag = "Virology2"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"cuv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"cuw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cux" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cuy" = ( +/obj/structure/closet/secure_closet/personal, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cuz" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"cuA" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cuD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cuG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cuI" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"cuJ" = ( +/obj/docking_port/stationary{ + dwidth = 3; + height = 5; + id = "sst_home"; + name = "Near Kerberos Arrivals"; + width = 11 + }, +/turf/space, +/area/space) +"cuK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"cuM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"cuN" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/regular{ + pixel_x = -6 + }, +/obj/machinery/camera{ + c_tag = "Holodeck Control Room" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"cuO" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cuP" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cuQ" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cuS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cuT" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/south, +/obj/item/airlock_electronics{ + pixel_y = 8 + }, +/obj/item/apc_electronics, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cuV" = ( +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cuX" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrowncorners" + }, +/area/station/supply/expedition) +"cuY" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/machinery/ai_status_display/north, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"cvg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"cvo" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cvp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cvt" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/west, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/stack/sheet/rglass{ + amount = 20; + pixel_x = 4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cvu" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/machinery/light/floor, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"cvz" = ( +/obj/item/flag/sec, +/obj/machinery/light/small/directional/north, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"cvB" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cvE" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cvF" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"cvG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cvJ" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cvL" = ( +/obj/structure/flora/tree/jungle/small{ + pixel_x = -47 + }, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"cvQ" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/supply/expedition) +"cvV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"cvW" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"cvX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cvY" = ( +/obj/machinery/suit_storage_unit/expedition, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cwa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"cwd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/chair/wood{ + dir = 4; + pixel_y = 5; + pixel_x = 12 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/fsmaint) +"cwf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"cwk" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"cwq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"cws" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/chair/office, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"cwt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cwu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cwv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cwx" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hardsuitstorage) +"cwz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"cwE" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cwG" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cwH" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cwI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"cwJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cwL" = ( +/obj/structure/dresser, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cwM" = ( +/obj/structure/bookcase, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cwN" = ( +/obj/machinery/status_display/directional/south, +/obj/structure/bookcase, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cwR" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Magboot Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/eva{ + dir = 4 + }, +/obj/structure/shelf/command, +/obj/item/clothing/shoes/magboots{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/clothing/shoes/magboots{ + pixel_y = -4 + }, +/obj/item/clothing/shoes/magboots{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/clothing/shoes/magboots{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cwX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"cwY" = ( +/obj/machinery/suit_storage_unit/mime/secure, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cxa" = ( +/turf/simulated/wall/r_wall, +/area/station/public/vacant_office/secondary) +"cxc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "pub_room" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/polarized, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"cxd" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cxf" = ( +/obj/structure/table/reinforced, +/obj/item/food/mint, +/obj/item/reagent_containers/drinks/bottle/cream{ + pixel_x = -2; + pixel_y = 18 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"cxl" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/supply/expedition) +"cxm" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"cxn" = ( +/turf/simulated/wall, +/area/station/public/toilet) +"cxo" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"cxp" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"cxq" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/server) +"cxr" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"cxs" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Cargo Desk" + }, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "deliveryshutters"; + name = "Delivery Shutters" + }, +/obj/structure/noticeboard{ + pixel_y = 29 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"cxt" = ( +/obj/structure/table/wood/poker, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"cxw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cxA" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"cxE" = ( +/obj/structure/closet/secure_closet/engineering_personal, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cxF" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cxG" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cxK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hardsuitstorage) +"cxM" = ( +/obj/structure/window/reinforced, +/obj/item/target/alien, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"cxQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cxV" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/dice, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cxW" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cxX" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cxY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cxZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cya" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cyb" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 32 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cyc" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"cyd" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/closet/crate/rcd, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "RCD Storage" + }, +/obj/machinery/light/directional/west, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cyf" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cyg" = ( +/obj/machinery/requests_console/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/camera{ + c_tag = "EVA Storage"; + dir = 8 + }, +/obj/structure/closet/secure_closet/exile, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cyh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/public/vacant_office/secondary) +"cyi" = ( +/obj/structure/bookcase, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"cyl" = ( +/obj/machinery/ai_status_display/north, +/obj/machinery/camera{ + c_tag = "Public Meeting Room" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cym" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cyn" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cyp" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/showcase, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/public/vacant_office/secondary) +"cyr" = ( +/obj/machinery/camera{ + c_tag = "Expedition Access"; + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/structure/closet/secure_closet/explorer, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/gun/energy/laser/awaymission_aeg/rnd, +/obj/item/radio/off, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cys" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrownfull" + }, +/area/station/supply/expedition) +"cyt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cyu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cyv" = ( +/turf/simulated/wall, +/area/station/supply/expedition) +"cyw" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/supply/expedition) +"cyy" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/supply/expedition) +"cyz" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"cyA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/comfy/red{ + dir = 4; + layer = 3.1 + }, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"cyD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greencorner" + }, +/area/station/medical/virology/test_room) +"cyE" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/beakers{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/storage/box/syringes{ + pixel_x = 14; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cyH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"cyI" = ( +/obj/machinery/light/directional/east, +/obj/machinery/suit_storage_unit/expedition, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cyK" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"cyN" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"cyO" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/locker) +"cyP" = ( +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/locker) +"cyQ" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"cyS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cyT" = ( +/obj/machinery/camera{ + c_tag = "Fore Hallway North"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"cyU" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cyV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"cyW" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cyX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/security/execution) +"cyY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"cyZ" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"cza" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Hydroponics"; + network = list("Prison","SS13"); + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"cze" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"czf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table/glass, +/obj/item/reagent_containers/pill/salbutamol, +/obj/item/reagent_containers/pill/salbutamol{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"czi" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"czk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/control) +"czl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/control) +"czm" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/control) +"czn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"czr" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/item/stack/package_wrap{ + pixel_y = 8 + }, +/obj/item/hand_labeler{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"czs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/equipment, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"czw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"czx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"czy" = ( +/obj/structure/table/wood, +/obj/item/dice/d20{ + pixel_y = 1; + pixel_x = -4 + }, +/obj/item/dice/d10, +/obj/item/dice/d4{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/carpet, +/area/station/service/library) +"czz" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"czA" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"czB" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"czF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"czJ" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"czL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"czM" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"czN" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"czO" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"czP" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"czQ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"czR" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"czT" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"czV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"czW" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/gun/energy/laser/awaymission_aeg/rnd, +/obj/item/radio/off, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"czX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"czY" = ( +/obj/structure/statue/delta/ne, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"cAb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/supply/expedition) +"cAe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"cAf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"cAj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cAm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cAp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cAr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cAs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cAt" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cAu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"cAv" = ( +/obj/machinery/washing_machine, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/pool) +"cAB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cAC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/control) +"cAD" = ( +/obj/machinery/light/directional/west, +/obj/machinery/status_display/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cAE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cAF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cAG" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/lightsout, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cAI" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hardsuitstorage) +"cAO" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 10; + pixel_x = -8 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"cAT" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cAU" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/carpet, +/area/station/service/library) +"cAV" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 14; + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Library Aft"; + dir = 1 + }, +/obj/item/storage/fancy/crayons{ + pixel_y = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cAW" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cAX" = ( +/obj/structure/table/wood, +/obj/item/newspaper{ + pixel_y = 4 + }, +/obj/machinery/light/directional/south, +/obj/effect/spawner/random/id_skins/no_chance, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"cAZ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno3"; + name = "Creature Cell #3" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cBc" = ( +/obj/structure/closet/secure_closet/bar, +/obj/machinery/newscaster/directional/north, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"cBe" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/folder/yellow{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/multitool{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cBh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cBm" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/directional/east, +/obj/item/stack/rods{ + amount = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cBn" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/item/toy/figure/crew/dsquad{ + pixel_x = -4; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBo" = ( +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBp" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBq" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar/havana{ + pixel_y = 12 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBr" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBs" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBt" = ( +/obj/structure/table/wood, +/obj/item/lighter/zippo, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBu" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cBv" = ( +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cBw" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/economy/vending/exploredrobe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cBA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cBB" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"cBD" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cBF" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cBJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner" + }, +/area/station/medical/virology/lab) +"cBK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"cBP" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9b1"; + location = "hall9b" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cBQ" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/public/locker) +"cBR" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/driver_button{ + id_tag = "toxinsdriver"; + pixel_x = -6; + pixel_y = -24; + range = 18 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"cBT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cBU" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"cBV" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"cBZ" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/public/fitness) +"cCb" = ( +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"cCc" = ( +/obj/machinery/camera{ + c_tag = "Holodeck Fore" + }, +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"cCd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"cCe" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cCf" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cCg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cCm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cCo" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"cCp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"cCr" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hardsuitstorage) +"cCt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"cCy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"cCE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cCG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"cCI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cCK" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_y = 12 + }, +/obj/item/storage/belt/utility{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cCL" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCM" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCN" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCO" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCP" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCQ" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCR" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/south, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCS" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCT" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/paicard{ + pixel_y = 10 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"cCV" = ( +/obj/machinery/mineral/equipment_vendor/explorer, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cCW" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrowncorners" + }, +/area/station/supply/expedition) +"cCX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cCY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cCZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/expedition) +"cDa" = ( +/obj/structure/dispenser/oxygen, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cDc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/supply/expedition) +"cDd" = ( +/obj/effect/landmark/lightsout, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/nw) +"cDh" = ( +/obj/structure/chair/comfy/teal, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cDm" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"cDo" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/grass/no_creep, +/area/station/public/locker) +"cDq" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = -3 + }, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"cDr" = ( +/obj/machinery/economy/vending/suitdispenser, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"cDs" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap{ + pixel_y = 6 + }, +/obj/item/hand_labeler{ + pixel_y = -2 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"cDt" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + state = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cDu" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cDv" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cDw" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cDx" = ( +/obj/structure/grille, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cDz" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cDD" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cDE" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cDG" = ( +/obj/machinery/camera{ + c_tag = "Particle Accellerator"; + dir = 1; + network = list("Engineering","SS13") + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"cDH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cDI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics/chargebay) +"cDJ" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cDO" = ( +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cDR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cDV" = ( +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cDX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/port) +"cEb" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cEe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"cEj" = ( +/obj/structure/table/glass, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000"; + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/reagent_containers/applicator{ + pixel_y = 4; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cEk" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"cEq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cEr" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cEs" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cEt" = ( +/obj/structure/chair/sofa/left, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"cEv" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"cEw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"cEx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"cEy" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"cEA" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"cEB" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + location = "Engineering" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"cEI" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cEL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cEM" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cEN" = ( +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cEQ" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cER" = ( +/obj/machinery/door_control/shutter/east{ + id = "eva-shutters"; + name = "Auxilary E.V.A. Storage"; + req_access = list(18) + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"cES" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cET" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cEU" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cEW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cEY" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cEZ" = ( +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway South" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cFa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cFe" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"cFg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/light/nightshifted/north, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"cFm" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/camera{ + c_tag = "Locker Room South"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"cFp" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"cFr" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"cFw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/chem_master, +/obj/machinery/camera{ + c_tag = "Medbay Chemistry"; + network = list("Medbay","SS13") + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"cFz" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/fitness) +"cFF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/obj/structure/table, +/obj/item/clothing/under/towel/long/alt, +/obj/item/clothing/under/towel/long{ + pixel_y = 7 + }, +/obj/item/clothing/head/towel{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"cFJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"cFK" = ( +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cFL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"cFT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cGb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"cGi" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/maintenance/medmaint) +"cGk" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/north) +"cGq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cGs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/port) +"cGt" = ( +/obj/effect/landmark/lightsout, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cGy" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall6"; + location = "hall5" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "15" + }, +/obj/effect/landmark/lightsout, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"cGA" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall7"; + location = "hall6" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9"; + location = "hall8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"cGB" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/obj/effect/turf_decal/delivery/red, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"cGD" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9a"; + location = "hall9" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"cGJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/telecomms/chamber) +"cGP" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"cGQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cGS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"cGX" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/south, +/obj/structure/closet/masks, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cGY" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway South" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cGZ" = ( +/obj/structure/closet/wardrobe/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/fitness) +"cHa" = ( +/turf/simulated/wall, +/area/station/public/pool) +"cHb" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"cHc" = ( +/obj/structure/displaycase, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_store) +"cHd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/west, +/obj/structure/mirror{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"cHe" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/command/bridge) +"cHf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"cHi" = ( +/obj/structure/closet/walllocker/emerglocker/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cHk" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cHo" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/table/wood, +/obj/item/kirbyplants/dead{ + pixel_y = 12 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north, +/obj/structure/sign/poster/random/west, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"cHp" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cHq" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"cHr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/port) +"cHt" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/space, +/area/space/nearstation) +"cHA" = ( +/turf/simulated/wall, +/area/station/maintenance/port) +"cHF" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/main) +"cHG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"cHH" = ( +/obj/machinery/light/directional/south, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"cHJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/flasher_button{ + id = "prison4"; + pixel_x = 24; + pixel_y = 24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"cHK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"cHL" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"cHR" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Chapel Funeral Parlour"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel/funeral) +"cHY" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cIa" = ( +/obj/effect/landmark/start/detective, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/main) +"cIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"cIh" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/medical/virology/lab) +"cIi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/rods, +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cIj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"cIk" = ( +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"cIr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"cIs" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/cell_charger, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"cIt" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"cIu" = ( +/obj/docking_port/mobile/pod{ + id = "pod2"; + name = "escape pod 2" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"cIv" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cIw" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"cIx" = ( +/turf/simulated/wall, +/area/station/maintenance/electrical) +"cIy" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"cIC" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"cID" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/trash/plate, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"cIG" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/server/coldroom) +"cIH" = ( +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"cII" = ( +/obj/structure/flora/tree/sakura, +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"cIJ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"cIK" = ( +/obj/machinery/computer/mecha{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"cIL" = ( +/turf/simulated/wall, +/area/station/science/xenobiology) +"cIM" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cIN" = ( +/obj/machinery/power/tesla_coil, +/obj/machinery/camera{ + c_tag = "Engineering Secure Storage"; + dir = 1; + network = list("Engineering","SS13") + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cIO" = ( +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"cIP" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"cIS" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cIT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cIU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cIV" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/station/hallway/primary/central/sw) +"cIW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/lobby) +"cIZ" = ( +/turf/simulated/wall, +/area/station/science/lobby) +"cJa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"cJb" = ( +/obj/structure/sign/directions/engineering{ + dir = 8; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 8 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/station/science/lobby) +"cJc" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8; + color = "#A46106"; + pixel_x = -3 + }, +/mob/living/simple_animal/turtle, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/public/pool) +"cJd" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Singularity SouthWest"; + dir = 4; + network = list("SS13","Singularity","Engineering") + }, +/turf/space, +/area/station/engineering/control) +"cJe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/space, +/area/space/nearstation) +"cJg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/cryo) +"cJh" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/stairs/medium{ + dir = 1 + }, +/area/station/medical/reception) +"cJi" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 1 + }, +/area/station/medical/reception) +"cJl" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"cJm" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cJn" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Pool North" + }, +/obj/structure/table/glass, +/obj/item/camera_film, +/obj/item/camera_film{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"cJs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"cJz" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/obj/effect/turf_decal/siding/dark_red{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"cJA" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/fitness) +"cJB" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"cJC" = ( +/obj/structure/closet/wardrobe/pink, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/fitness) +"cJE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/pool) +"cJF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/pool) +"cJJ" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/flora/junglebush, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"cJK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cJM" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cJO" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/food_trash, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cJP" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/service/cafeteria) +"cJR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cJS" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/very_robust{ + pixel_y = 32 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/ten{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"cJT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/science/xenobiology) +"cJU" = ( +/obj/structure/sign/poster/contraband/red_rum, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"cJV" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"cJW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/xenobio, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cJY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cJZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/table/wood, +/obj/item/trash/candle, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/maintenance/port) +"cKb" = ( +/obj/structure/sign/poster/contraband/your_fate{ + pixel_y = 32 + }, +/obj/structure/bookcase, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/maintenance/port) +"cKc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cKe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"cKf" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/test) +"cKg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"cKi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cKj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/space, +/area/space/nearstation) +"cKk" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Xeno Containment 6"; + network = list("Research","SS13") + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cKm" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenosecure"; + name = "Secure Creature Cell" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cKn" = ( +/mob/living/simple_animal/slime, +/turf/simulated/floor/bluegrid, +/area/station/science/xenobiology) +"cKo" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"cKp" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on, +/turf/simulated/floor/bluegrid/telecomms, +/area/station/science/xenobiology) +"cKq" = ( +/turf/simulated/floor/bluegrid, +/area/station/science/xenobiology) +"cKr" = ( +/turf/simulated/wall/r_wall, +/area/station/science/research) +"cKt" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/toolcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cKu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"cKw" = ( +/obj/structure/table, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/clipboard{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/clothing/glasses/science{ + pixel_x = -2; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cKx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cKA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cKB" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/small/east, +/obj/item/shard{ + pixel_y = -6; + pixel_x = 11 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"cKC" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/lobby) +"cKF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cKG" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cKH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cKI" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/station/science/research) +"cKM" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cKN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper{ + pixel_y = -8 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 10; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreen" + }, +/area/station/medical/virology/lab) +"cKO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cKP" = ( +/obj/structure/chair/comfy/teal, +/obj/item/radio/intercom/directional/east, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cKR" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cKT" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cKV" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cKW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door_control/shutter/north{ + id = "chemdesk"; + name = "Primary Chemistry Shutters" + }, +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"cKX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/chem_dispenser, +/obj/structure/reagent_dispensers/fueltank/chem/east, +/obj/item/reagent_containers/glass/beaker/large, +/obj/structure/disaster_counter/chemistry{ + pixel_y = 32 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"cKY" = ( +/turf/simulated/wall, +/area/station/medical/medbay) +"cKZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/obj/item/storage/box/flashbangs{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"cLk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/nw) +"cLn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cLo" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell 6"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + pixel_x = -24; + id = "Cell 6" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"cLp" = ( +/obj/item/flag/mime, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"cLr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cLt" = ( +/obj/structure/closet/wardrobe/white, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/public/fitness) +"cLu" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/fitness) +"cLv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 9 + }, +/area/station/science/robotics) +"cLx" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cLz" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"cLA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cLB" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/machinery/light/directional/north, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/pool) +"cLC" = ( +/turf/simulated/floor/plasteel/stairs/right, +/area/station/maintenance/port) +"cLD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"cLE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"cLF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cLG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"cLH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cLI" = ( +/obj/machinery/power/smes, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"cLJ" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"cLO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/candle, +/turf/simulated/floor/carpet, +/area/station/maintenance/port) +"cLQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"cLR" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cLT" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"cLZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cMb" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/evidence) +"cMd" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"cMm" = ( +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"cMn" = ( +/obj/item/kirbyplants, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cMp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"cMq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cMr" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cMt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"cMv" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 10; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"cMF" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/flag/sec, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"cMG" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"cMM" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"cMO" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"cMP" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"cMR" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"cMS" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/port) +"cMU" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cMX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cMY" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"cMZ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/port_gen/pacman, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"cNa" = ( +/obj/structure/rack, +/obj/item/stock_parts/micro_laser, +/obj/item/flash, +/obj/item/flashlight/seclite, +/obj/item/storage/belt/utility, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/clothing/head/welding, +/obj/structure/sign/poster/random/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cNe" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cNh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cNi" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cNj" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"cNk" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno5"; + name = "Creature Cell #5" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cNl" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cNn" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/space, +/area/space/nearstation) +"cNo" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cNq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno7"; + name = "Creature Cell #7" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cNs" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics) +"cNt" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"cNy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cND" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cNF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"cNG" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cNH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cNJ" = ( +/obj/effect/decal/cleanable/blood/xeno, +/turf/simulated/floor/bluegrid, +/area/station/science/xenobiology) +"cNL" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"cNT" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cNZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/space, +/area/space/nearstation) +"cOm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/space, +/area/space/nearstation) +"cOp" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/red{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"cOq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"cOs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"cOt" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"cOu" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"cOv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/bathroom{ + id = "toilet2"; + id_tag = "toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/toilet) +"cOw" = ( +/obj/machinery/camera{ + c_tag = "Holodeck Aft"; + dir = 1 + }, +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"cOx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"cOy" = ( +/obj/item/folder/yellow, +/obj/structure/table, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cOz" = ( +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/table, +/obj/machinery/alarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cOA" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"cOC" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cOD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"cOE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"cOF" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/crayon, +/obj/item/clothing/suit/mantle/old, +/turf/simulated/floor/carpet, +/area/station/maintenance/port) +"cOG" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cOH" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 1 + }, +/turf/simulated/floor/greengrid, +/area/station/maintenance/port2) +"cOI" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno7"; + name = "Creature Cell #7" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cOJ" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"cOL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno8"; + name = "Creature Cell #8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cOO" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno6"; + name = "Creature Cell #6" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cOP" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno4"; + name = "Creature Cell #4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cOQ" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno6"; + name = "Creature Cell #6" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cOR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"cOS" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/clothing/gloves/color/latex, +/obj/item/slime_scanner{ + pixel_y = 6 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"cOT" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall, +/area/station/science/xenobiology) +"cOV" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on/server{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cOW" = ( +/obj/structure/sign/science{ + icon_state = "doors" + }, +/turf/simulated/wall, +/area/station/science/xenobiology) +"cOY" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/station/science/xenobiology) +"cOZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"cPa" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/flashlight/lamp/green{ + pixel_y = 14; + pixel_x = -5 + }, +/obj/item/ashtray/bronze{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"cPb" = ( +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"cPc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"cPd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"cPe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/storage) +"cPn" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass/no_creep, +/area/station/science/break_room) +"cPq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/lobby) +"cPr" = ( +/obj/machinery/r_n_d/server/station, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/light/directional/north, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"cPt" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cPu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/lobby) +"cPw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"cPy" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"cPA" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/station/medical/reception) +"cPC" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cPD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"cPG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cPH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair/stool, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"cPK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"cPO" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "psych" + }, +/turf/simulated/floor/plating, +/area/station/medical/psych) +"cPQ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"cPS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cPT" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/disk/tech_disk, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"cPX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/space, +/area/space/nearstation) +"cQb" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cQe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"cQf" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"cQh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cQi" = ( +/obj/structure/table_frame, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/fsmaint) +"cQj" = ( +/obj/machinery/economy/arcade/claw, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"cQk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"cQn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cQu" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cQx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cQy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cQz" = ( +/obj/item/robot_parts/robot_suit, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cQA" = ( +/obj/structure/chair/sofa/corner{ + color = "#A30FAF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cQD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_trash, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cQF" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno4"; + name = "Creature Cell #4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cQG" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Creature Pen" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cQI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cQJ" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/science/xenobiology) +"cQK" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cQL" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno2"; + name = "Creature Cell #2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cQN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cQO" = ( +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cQP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cQV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cRb" = ( +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 4 + }, +/obj/item/kirbyplants, +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"cRc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPNorth" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/exit) +"cRd" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cRg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cRh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/aft) +"cRj" = ( +/obj/structure/table, +/obj/item/paper/pamphlet/deltainfo, +/obj/machinery/camera{ + c_tag = "Medbay Public Hall"; + network = list("Medbay","SS13"); + dir = 4 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cRn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cRv" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"cRy" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"cRA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"cRD" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"cRE" = ( +/obj/structure/closet/wardrobe/atmospherics_yellow, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cRF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"cRG" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cRH" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cRI" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"cRJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cRK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"cRL" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cRM" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cRN" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cRP" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cRQ" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter{ + id = "xeno6"; + name = "Containment Control"; + req_access = list(55) + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cRR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cRS" = ( +/obj/machinery/monkey_recycler, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cRV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"cRW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"cRY" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/maintenance/medmaint) +"cRZ" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cSb" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"cSc" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab Decontamination"; + network = list("Research","SS13"); + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/l3closet/scientist, +/obj/machinery/door_control/bolt_control/north{ + id = "xeno_maint" + }, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"cSg" = ( +/obj/item/chair/wood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/orange, +/area/station/service/cafeteria) +"cSh" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/break_room) +"cSi" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Xeno Containment 4"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cSk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"cSl" = ( +/obj/structure/mecha_wreckage/ripley{ + obj_integrity = 20 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cSm" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom/directional/west, +/obj/item/assembly/igniter{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/assembly/signaler{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/assembly/infra{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/airlock_electronics{ + pixel_x = 4 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cSn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/lab) +"cSp" = ( +/obj/machinery/camera{ + c_tag = "Research Lobby"; + dir = 1; + network = list("Research","SS13") + }, +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cSq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"cSs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"cSt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cSu" = ( +/obj/effect/firefly/blue, +/obj/machinery/light/directional/north, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"cSv" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/stack/package_wrap{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cSx" = ( +/obj/structure/chair/comfy/teal{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cSy" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/box/autoinjectors{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/storage/box/syringes{ + pixel_y = -6 + }, +/obj/item/storage/box/beakers{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/box/autoinjectors{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_y = 8 + }, +/obj/item/storage/box/beakers{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cSA" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cSC" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Xeno Kill Room"; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"cSE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"cSF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cSN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cTe" = ( +/obj/machinery/computer/arcade/battle{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"cTf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"cTh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port2) +"cTi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/structure/barricade/wooden/crude, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/service/cafeteria) +"cTj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cTk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cTl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"cTm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/science/xenobiology) +"cTn" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/science/xenobiology) +"cTp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cTr" = ( +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cTs" = ( +/obj/machinery/status_display/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cTv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cTy" = ( +/obj/structure/machine_frame, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"cTz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cTA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cTC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"cTD" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"cTF" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "researchdesk1"; + name = "Research Desk Shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"cTG" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon{ + color = "#cc3300"; + initialized = 1 + }, +/obj/item/clothing/suit/hooded/cultrobes, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cTH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"cTM" = ( +/obj/effect/mapping_helpers/airlock/access/any/science/xenobio, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_int" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button{ + autolink_id = "xeno_btn_int"; + name = "Xenobiology Access Button"; + pixel_y = 24; + req_access = list(55) + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"cTN" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cTO" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cTP" = ( +/obj/machinery/economy/vending/robodrobe, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"cTQ" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/station/science/rnd) +"cTR" = ( +/turf/simulated/wall, +/area/station/science/rnd) +"cTT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "researchdesk1"; + name = "Research Desk Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"cTU" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"cTV" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"cTW" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cUa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/medical{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"cUb" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cUc" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cUd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"cUe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cUn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cUv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/hallway/secondary/exit) +"cUH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/stack/cable_coil/random, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"cUI" = ( +/obj/structure/sign/poster/official/walk{ + pixel_x = -32 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"cUO" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cUP" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_2) +"cUQ" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"cUS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/oil, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cUT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"cUU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"cUV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/science/robotics/chargebay) +"cUX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cUY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cUZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"cVb" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter{ + id = "xeno4"; + name = "Containment Control"; + req_access = list(55) + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cVc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/hallway/secondary/exit) +"cVd" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"cVe" = ( +/obj/machinery/r_n_d/protolathe, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cVf" = ( +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cVg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"cVh" = ( +/obj/structure/sign/science{ + icon_state = "xenobio2" + }, +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"cVm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cVn" = ( +/obj/structure/table/reinforced, +/obj/item/mmi, +/obj/item/assembly/prox_sensor, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cVo" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/break_room) +"cVr" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"cVs" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"cVt" = ( +/obj/machinery/computer/rdconsole/core, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cVu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/science/robotics/chargebay) +"cVv" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/table/reinforced, +/obj/item/disk/tech_disk{ + pixel_x = 6 + }, +/obj/item/disk/tech_disk{ + pixel_x = -6 + }, +/obj/item/disk/tech_disk{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cVw" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 4; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cVx" = ( +/obj/structure/chair/office/light{ + dir = 8; + pixel_y = 3 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel/dark, +/area/station/science/rnd) +"cVz" = ( +/obj/structure/table, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/folder{ + pixel_x = -5; + pixel_y = 4 + }, +/obj/item/toy/figure/crew/roboticist{ + pixel_x = 6; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cVA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"cVF" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"cVG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cVI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"cVK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "11" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"cVM" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"cWa" = ( +/obj/machinery/camera{ + c_tag = "Port Hallway South" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"cWb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"cWe" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/obj/structure/curtain/open/shower/security{ + icon_state = "closed"; + opacity = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"cWf" = ( +/obj/structure/sign/poster/official/random/west, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"cWg" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"cWh" = ( +/obj/effect/turf_decal/siding/thinplating{ + dir = 8; + color = "#A46106"; + pixel_x = -3 + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/public/pool) +"cWi" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"cWj" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cWl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/engineering/toolbox, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cWm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cWn" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cWo" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"cWp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"cWr" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"cWs" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno1"; + name = "Creature Cell #1" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cWw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"cWx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"cWy" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"cWz" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"cWA" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cWB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cWC" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "RnDChem"; + name = "Chamber Blast Doors"; + pixel_x = 3; + pixel_y = 5 + }, +/obj/machinery/ignition_switch{ + id = "testigniter"; + pixel_x = 3; + pixel_y = -3 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/item/tape/random{ + pixel_x = -12; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"cWD" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"cWE" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter{ + id = "xeno3"; + name = "Containment Control"; + req_access = list(55) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cWF" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter{ + id = "xeno1"; + name = "Containment Control"; + req_access = list(55) + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cWG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"cWH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"cWI" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"cWL" = ( +/obj/structure/table/glass, +/obj/item/paicard{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/flash{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = -6 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/light/small/directional/south, +/obj/item/gps{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cWM" = ( +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/machinery/computer/guestpass{ + pixel_x = -28 + }, +/obj/item/weldingtool/research{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/stack/cable_coil/random{ + pixel_y = 4 + }, +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cWQ" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cWR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"cWS" = ( +/obj/machinery/light/directional/east, +/obj/machinery/r_n_d/protolathe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cWT" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"cWU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "xeno_btn_ext"; + ext_door_link_id = "xeno_door_ext"; + int_button_link_id = "xeno_btn_int"; + int_door_link_id = "xeno_door_int"; + name = "Xenobiology Access Console"; + pixel_x = -26 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"cWV" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"cWW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cWY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/rd) +"cXa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/science/storage) +"cXb" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"cXc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cXd" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South 1"; + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "orangecorner" + }, +/area/station/hallway/primary/aft) +"cXf" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cXg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cXi" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"cXj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cXm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cXr" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cXJ" = ( +/turf/simulated/wall, +/area/station/medical/surgery/primary) +"cXO" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"cXP" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"cXQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"cXS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"cXT" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/electrical) +"cXU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cXV" = ( +/obj/machinery/computer/monitor, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"cXX" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cXY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cYb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"cYc" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"cYe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cYg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cYh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"cYi" = ( +/obj/structure/disposaloutlet{ + name = "evidence outlet" + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"cYj" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"cYl" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"cYm" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/r_n_d/destructive_analyzer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"cYn" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/science/rnd) +"cYq" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"cYr" = ( +/obj/machinery/door_control/shutter/east{ + pixel_y = 6; + id = "researchdesk1"; + name = "Primary Research Shutters" + }, +/obj/machinery/door_control/shutter/east{ + pixel_y = -6; + id = "researchdesk2"; + name = "Secondary Research Shutters" + }, +/obj/structure/shelf/science, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/stack/sheet/metal{ + amount = 20; + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 4 + }, +/obj/item/hand_labeler{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/rnd) +"cYC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "orangecorner" + }, +/area/station/hallway/primary/aft) +"cYD" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cYG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cYI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"cYM" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology/lab) +"cYO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"cYP" = ( +/turf/simulated/wall, +/area/station/medical/psych) +"cYT" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cZl" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandonedbar) +"cZm" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"cZn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"cZq" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter{ + id = "xeno2"; + name = "Containment Control"; + req_access = list(55) + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"cZr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"cZs" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cZt" = ( +/turf/simulated/wall, +/area/station/science/research) +"cZv" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/door/window/classic/normal{ + dir = 8 + }, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Research Lab Desk" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"cZw" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maints2"; + id_tag = "maints2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cZx" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall, +/area/station/science/research) +"cZB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cZC" = ( +/obj/structure/railing/cap{ + dir = 5 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"cZF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenfull" + }, +/area/station/medical/virology/lab) +"cZG" = ( +/obj/machinery/camera{ + c_tag = "Research Entrance"; + dir = 8; + network = list("Research","SS13") + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"cZI" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Medbay Virology Decontamination"; + network = list("Medical","SS13") + }, +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/lab) +"cZR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"cZS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cZZ" = ( +/obj/structure/table/glass, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/machinery/button/windowtint/south{ + id = "VirRest" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"dad" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/science/genetics) +"dae" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"daf" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dag" = ( +/obj/structure/table/wood, +/obj/machinery/cell_charger, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dah" = ( +/obj/structure/table/wood, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/storage/toolbox/electrical, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dai" = ( +/obj/structure/table/wood, +/obj/item/stack/rods{ + amount = 8 + }, +/obj/item/stack/cable_coil/random, +/obj/item/stack/cable_coil/random, +/obj/machinery/light/directional/north, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"daj" = ( +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dak" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dam" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dan" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dau" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"dav" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster/directional/north, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/science/robotics) +"daw" = ( +/obj/structure/sign/science{ + icon_state = "xenobio2"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"daD" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/science/xenobiology) +"daF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"daG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"daH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"daJ" = ( +/turf/simulated/floor/plasteel/white, +/area/station/science/rnd) +"daK" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/turf/simulated/floor/catwalk/airless, +/area/station/science/toxins/test) +"daL" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"daM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"daN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/misc_lab) +"daP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"daR" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"daT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"daW" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/decal/straw/medium, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/storage) +"daX" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + sort_type_txt = "9"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"daZ" = ( +/obj/machinery/smartfridge/secure/chemistry/virology/preloaded, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"dbc" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dbg" = ( +/obj/item/chair/wood, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dbm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"dbp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dbw" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"dbz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dbB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dbC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dbG" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dbI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dbJ" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dbK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 10 + }, +/area/station/science/robotics/chargebay) +"dbL" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/break_room) +"dbM" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/port2) +"dbU" = ( +/obj/structure/chair/office/light{ + dir = 4; + pixel_y = 3 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"dbY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dbZ" = ( +/obj/machinery/camera{ + c_tag = "Xeno High Security Containment"; + network = list("Research","SS13"); + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"dca" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"dcc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/rnd) +"dcd" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"dce" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/aft) +"dch" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"dci" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"dcj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall7a"; + location = "hall7" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dcm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"dcs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"dct" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"dcA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dcC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"dcM" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dcN" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4; + name = "Evidence" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/evidence) +"dcO" = ( +/obj/machinery/camera{ + c_tag = "Robotics Lab"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dcQ" = ( +/obj/structure/rack, +/obj/item/target{ + pixel_y = 12 + }, +/obj/item/target{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/target{ + pixel_y = 4; + pixel_x = 2 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dcR" = ( +/obj/structure/chair/wood, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dcS" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall8"; + location = "hall7c" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dcT" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dcW" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dcX" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dcY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dcZ" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Toxins Launcher" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Toxins Launcher" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"dda" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"ddc" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"ddf" = ( +/obj/machinery/economy/vending/security, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/storage) +"ddg" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ddh" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"ddi" = ( +/turf/simulated/wall/r_wall, +/area/station/science/explab) +"ddj" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/shelf/science, +/obj/item/stock_parts/manipulator{ + pixel_x = 7; + pixel_y = -4 + }, +/obj/item/stock_parts/micro_laser{ + pixel_y = -4 + }, +/obj/item/stock_parts/manipulator{ + pixel_x = -8; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/rnd) +"ddk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"ddm" = ( +/obj/machinery/light/directional/south, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"ddn" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"ddo" = ( +/obj/item/kirbyplants/dead, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"ddr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/tox, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ddu" = ( +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "virolab_door_int" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button/south{ + autolink_id = "virolab_btn_int"; + name = "Virology Lab Access Button"; + req_access = list(39) + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"ddv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"ddw" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"ddy" = ( +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"ddC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon{ + color = "#cc3300"; + initialized = 1 + }, +/obj/structure/sign/poster/contraband/random/south, +/obj/machinery/light_construct/small/south, +/obj/item/restraints/handcuffs/cable/zipties/used, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ddD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/obj/structure/shelf/science, +/obj/item/stock_parts/matter_bin{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/stock_parts/scanning_module{ + pixel_y = -4 + }, +/obj/item/stock_parts/capacitor{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stock_parts/scanning_module{ + pixel_y = 8 + }, +/obj/item/stock_parts/capacitor{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/rnd) +"ddE" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ddF" = ( +/obj/structure/machine_frame, +/obj/machinery/camera{ + c_tag = "Research and Development"; + network = list("Research","SS13"); + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ddG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ddH" = ( +/obj/structure/table, +/obj/item/storage/belt/utility/full{ + pixel_y = 6 + }, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ddI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"ddJ" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "researchdesk2"; + name = "Research Desk Shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"ddL" = ( +/obj/structure/bed/amb_trolley{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"ddN" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"ddO" = ( +/obj/machinery/economy/vending/medical, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"ddZ" = ( +/obj/machinery/light/directional/south, +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"dea" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"dee" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/random, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/fore) +"def" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"dep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"dew" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/rods{ + amount = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"deG" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"deI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"deJ" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"deL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"deM" = ( +/obj/item/flag/rnd, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"deN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"deR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"deT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"deV" = ( +/obj/structure/window/reinforced, +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"deW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"deZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"dfa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dfd" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"dff" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/rd) +"dfm" = ( +/obj/structure/flora/rock/jungle, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"dfo" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics/chargebay) +"dfp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/robotics/chargebay) +"dfr" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"dft" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dfu" = ( +/turf/simulated/wall, +/area/station/hallway/primary/aft) +"dfv" = ( +/turf/simulated/wall, +/area/station/medical/paramedic) +"dfw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/station/medical/virology/lab) +"dfy" = ( +/turf/simulated/wall, +/area/station/medical/cloning) +"dfz" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"dfA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenfull" + }, +/area/station/medical/virology/lab) +"dfB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"dfG" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall7b"; + location = "hall7a" + }, +/mob/living/simple_animal/bot/secbot/beepsky{ + desc = "It's Officer Boopsky! Powered by a potato and a shot of whiskey."; + name = "Officer Boopsky" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dfJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"dfN" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dfP" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dfQ" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"dfR" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dfS" = ( +/obj/machinery/door_control/shutter/north{ + id = "maints1"; + name = "Blast Door Control A"; + pixel_x = -10 + }, +/obj/machinery/door_control/shutter/north{ + name = "Blast Door Control B"; + id = "maints2" + }, +/obj/machinery/door_control/shutter/north{ + name = "Blast Door Control C"; + id = "maints3"; + pixel_x = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dfU" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"dfV" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/effect/landmark/start/research_director, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"dfW" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dfX" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/window, +/turf/simulated/floor/noslip, +/area/station/science/research) +"dgc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"dgi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"dgs" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"dgt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/ashtray/plastic{ + pixel_x = 5; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dgv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dgw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dgC" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dgD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/paramedic) +"dgE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/storage/secondary) +"dgF" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"dgG" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"dgK" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Cloning Room" + }, +/turf/simulated/floor/plating, +/area/station/medical/cloning) +"dgM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"dgR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dgS" = ( +/obj/structure/shelf/medbay, +/obj/machinery/newscaster/directional/north, +/obj/item/storage/box/iv_bags{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/patch_packs{ + pixel_y = -6 + }, +/obj/item/storage/box/pillbottles{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/box/iv_bags{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/patch_packs{ + pixel_y = 8 + }, +/obj/item/storage/box/pillbottles{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"dgU" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/rack, +/obj/item/storage/firstaid/o2{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/o2{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/o2{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"dgV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkgreen" + }, +/area/station/medical/virology/lab) +"dhb" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"dhd" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"dhe" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"dht" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Courtroom South"; + dir = 1; + start_active = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"dhu" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"dhv" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"dhw" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dhx" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dhy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/nosmoking_2{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dhz" = ( +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/rd, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"dhB" = ( +/obj/structure/closet/firecloset/full, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"dhE" = ( +/obj/structure/closet/walllocker/emerglocker/east, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dhG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dhJ" = ( +/obj/machinery/door/poddoor{ + id = "maints3"; + id_tag = "maints3" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dhN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dhO" = ( +/obj/machinery/mecha_part_fabricator, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"dhP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dhS" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/science/xenobio, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_ext" + }, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button/west{ + autolink_id = "xeno_btn_ext"; + name = "Xenobiology Access Button"; + req_access = list(55) + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"dia" = ( +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF" + }, +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"die" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rdroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"dif" = ( +/obj/structure/closet/secure_closet/rd, +/obj/machinery/light_switch/north, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"dih" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dij" = ( +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"dik" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dim" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"din" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/storage) +"dio" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"dip" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"diq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned robotics"; + name = "Abandoned Robotics Shutters"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dis" = ( +/obj/machinery/computer/mech_bay_power_console, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"dit" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 2 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"diu" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South 2"; + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"diw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dix" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"diy" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"diz" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"diC" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/obj/machinery/camera{ + c_tag = "Medbay Virology Maintance Access"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"diD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"diG" = ( +/obj/structure/gunrack, +/obj/item/gun/syringe{ + pixel_y = 8 + }, +/obj/item/gun/syringe{ + pixel_y = 4 + }, +/obj/item/gun/syringe, +/obj/item/gun/syringe{ + pixel_y = -4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"diJ" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/medbay2) +"diK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"diL" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/rack, +/obj/item/secbot_assembly{ + desc = "Мы не ценим то что имеем пока не потеряем."; + pixel_y = 6; + name = "Podsky" + }, +/obj/machinery/door_control/shutter/north{ + id = "secpilot"; + req_access = list(63); + name = "\improper SecPilot pod door" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"diN" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"diY" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"diZ" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dja" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"djb" = ( +/obj/structure/disposalpipe/broken{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"djc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"dje" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"djg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"djh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"dji" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"djk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"djl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"djm" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/evidence) +"djp" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"djq" = ( +/obj/structure/dresser, +/obj/item/clothing/under/towel/long/alt/purple, +/obj/item/clothing/head/towel/purple{ + pixel_y = 7 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/button/windowtint/east{ + id = "rdroom"; + req_access = list(30) + }, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"djr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dju" = ( +/obj/structure/bed, +/obj/item/bedsheet/hos, +/obj/machinery/light_switch/north, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"djv" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/delivery, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"djA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"djD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"djQ" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "black" + }, +/area/station/science/robotics/chargebay) +"djR" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"djS" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "robotics" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/robotics) +"djV" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"djZ" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/apmaint) +"dka" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/clothing/mask/surgical{ + pixel_y = 14 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dkc" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"dkg" = ( +/mob/living/simple_animal/bot/secbot/armsky{ + auto_patrol = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"dkh" = ( +/turf/simulated/wall/r_wall, +/area/station/service/chapel/study) +"dki" = ( +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/item/grown/bananapeel, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"dkk" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"dko" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/item/radio/intercom/directional/west, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"dkp" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/port2) +"dkq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dkr" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dks" = ( +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dku" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/research/glass, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "robotics" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/robotics) +"dkv" = ( +/obj/structure/table/wood, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dkw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dky" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dkz" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"dkA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dkB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dkC" = ( +/obj/structure/chair/comfy/brown, +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"dkD" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 1; + name = "air mixer"; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"dkI" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"dkQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dkS" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/east, +/obj/item/flashlight/lamp, +/obj/item/paicard, +/obj/item/clothing/head/cone{ + name = "Символ Разумизма"; + desc = "Старый дорожный конус. Он точно не увеличивает интеллект носителя.!" + }, +/obj/item/toy/figure/crew/rd, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"dkU" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"dkV" = ( +/obj/item/stack/sheet/animalhide/cat, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/orange, +/area/station/service/cafeteria) +"dkY" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/disposalpipe/segment, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"dkZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"dla" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"dlb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/station/science/robotics/chargebay) +"dlc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dlf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"dlg" = ( +/obj/machinery/light_switch/south, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/shelf/medbay, +/obj/item/storage/box/beakers{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/iv_bags{ + pixel_y = -6 + }, +/obj/item/storage/box/syringes{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/box/beakers{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/iv_bags{ + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"dlj" = ( +/turf/simulated/wall, +/area/station/command/office/cmo) +"dlk" = ( +/obj/machinery/smartfridge/secure/chemistry/virology/preloaded, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"dlp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dlr" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"dly" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/mask/gas, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/west, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"dlJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/machinery/damaged, +/obj/item/stack/cable_coil, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/white, +/area/station/maintenance/apmaint) +"dlK" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dlL" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dlM" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dlV" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "rdroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"dlW" = ( +/obj/machinery/computer/operating{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"dmb" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"dmf" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Xeno Containment 7"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"dmg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_y = 7 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"dmh" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dmi" = ( +/turf/simulated/wall, +/area/station/science/genetics) +"dmj" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "chemdesk"; + name = "Chemistry Desk Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Chemistry Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"dmk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"dmq" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/port) +"dmr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"dmt" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"dmy" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dmA" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"dmM" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dmQ" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dmR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"dmS" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dmT" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"dmU" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dmV" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/light/small/directional/west, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dmW" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dmX" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dmY" = ( +/obj/item/target/syndicate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dmZ" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/science/storage) +"dnc" = ( +/obj/structure/sign/science{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"dnd" = ( +/obj/machinery/economy/vending/cola, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/walk{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"dne" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/mob/living/simple_animal/mouse/hamster/representative, +/obj/structure/bed/dogbed/pet, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"dng" = ( +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"dnh" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Surgery1" + }, +/obj/machinery/holosign/surgery{ + id = "Surgery1" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/primary) +"dnk" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"dnm" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"dnn" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=1"; + dir = 1; + location = "Robotics" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/normal, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/robotics, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"dno" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"dnp" = ( +/obj/machinery/ai_status_display/north, +/obj/structure/shelf/science, +/obj/item/storage/box/beakers{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/pillbottles{ + pixel_y = -6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/storage/box/beakers{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/gloves{ + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"dnq" = ( +/obj/structure/closet/secure_closet/research_reagents, +/obj/structure/sign/nosmoking_2{ + pixel_x = 28 + }, +/obj/machinery/camera{ + c_tag = "Research Test Lab"; + network = list("Research","SS13") + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"dnx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dny" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"dnz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/science/robotics/chargebay) +"dnA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned robotics"; + name = "Abandoned Robotics Shutters"; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dnB" = ( +/obj/machinery/door_control/shutter/north{ + id = "roboticsshutters"; + name = "Mech Bay Door Control"; + req_access = list(47) + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "roboticsshutters"; + name = "Mech Bay Shutters" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"dnC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dnF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/robotics/chargebay) +"dnH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dnJ" = ( +/obj/machinery/disposal, +/obj/machinery/camera{ + c_tag = "Medbay Paramedic"; + network = list("Medbay","SS13"); + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"dnN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"dnQ" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/healthanalyzer{ + pixel_y = 10 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenfull" + }, +/area/station/medical/virology/lab) +"dog" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall14"; + location = "hall13" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"dok" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"dou" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dov" = ( +/obj/machinery/camera{ + c_tag = "Research Toxins Launch"; + dir = 9; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"dox" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/camera{ + c_tag = "Xeno Containment 3"; + dir = 1; + network = list("Research","SS13") + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"doz" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"doJ" = ( +/obj/structure/disaster_counter/scichem{ + pixel_y = 32 + }, +/obj/structure/shelf/science, +/obj/item/storage/box/beakers{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/pillbottles{ + pixel_y = -6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/storage/box/beakers{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/monkeycubes{ + pixel_y = 8 + }, +/obj/item/storage/box/syringes{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"doK" = ( +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"doL" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/stack/sheet/mineral/plasma{ + layer = 2.9; + pixel_y = -2 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"doM" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/firedoor, +/obj/item/hand_labeler{ + pixel_y = 2 + }, +/obj/item/storage/box/rxglasses{ + pixel_y = 2; + pixel_x = 16 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"doO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"doQ" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/camera{ + c_tag = "Xeno Containment 1"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"doR" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "roboticsshutters"; + name = "Mech Bay Shutters" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"doS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"doT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/science/robotics/chargebay) +"doU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"doV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"doW" = ( +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"doX" = ( +/obj/structure/sign/poster/contraband/red_rum{ + pixel_y = 30 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"doY" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"doZ" = ( +/obj/machinery/light/small/directional/east, +/obj/item/wrench, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"dpa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"dpc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dpf" = ( +/obj/structure/closet/paramedic, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"dpi" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/box/gloves{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/storage/box/masks{ + pixel_y = -6 + }, +/obj/item/storage/box/beakers{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"dpn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"dpt" = ( +/obj/machinery/light_construct/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"dpB" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"dpG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"dpM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"dpP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dpQ" = ( +/obj/machinery/computer/rnd_network_controller/station{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/server) +"dpR" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dpS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dpT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control/shutter/west{ + id = "abandoned robotics"; + name = "Abandoned Robotics Shutters Control" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dpU" = ( +/turf/simulated/floor/greengrid, +/area/station/maintenance/port2) +"dpV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"dpW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dpX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dpZ" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/toy/russian_revolver, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dqc" = ( +/obj/machinery/chem_master, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"dqe" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"dqf" = ( +/obj/machinery/chem_dispenser, +/obj/structure/reagent_dispensers/fueltank/chem/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"dqj" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/shelf/science, +/obj/item/circuitboard/mecha/ripley/peripherals{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/mmi/robotic_brain{ + pixel_y = -4 + }, +/obj/item/borg/upgrade/rename{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/mecha_parts/core{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/multitool{ + pixel_y = 6 + }, +/obj/item/mod/core/standard{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dqk" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"dql" = ( +/turf/simulated/wall, +/area/station/science/robotics) +"dqm" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"dqn" = ( +/obj/structure/sign/science, +/turf/simulated/wall/r_wall, +/area/station/science/robotics) +"dqo" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/item/storage/toolbox/electrical{ + pixel_y = 12 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dqp" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics) +"dqq" = ( +/obj/machinery/camera{ + c_tag = "Research North Hallway"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dqs" = ( +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"dqv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dqy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"dqA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"dqC" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Chemistry Delivery" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"dqD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"dqE" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 12 + }, +/obj/item/pen/red{ + pixel_y = 6; + pixel_x = 14 + }, +/obj/item/flashlight/lamp{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/structure/reagent_dispensers/virusfood/west, +/obj/machinery/door_control/shutter/south{ + id = "Virology1"; + name = "Virology Window Shutters Control" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreencorners" + }, +/area/station/medical/virology/lab) +"dqJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/medical/virology/lab) +"dqL" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dqN" = ( +/obj/structure/chair/comfy/teal, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"dqP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"dqQ" = ( +/obj/machinery/camera{ + c_tag = "Singularity SouthEast"; + dir = 8; + network = list("SS13","Singularity","Engineering") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dqT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"dqZ" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"dra" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"drb" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"drc" = ( +/obj/structure/table/wood/poker, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"drd" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dre" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"drf" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"drg" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"drh" = ( +/obj/structure/machine_frame, +/obj/item/stack/cable_coil/random, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"dri" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"drk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"drl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned robotics"; + name = "Abandoned Robotics Shutters"; + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"drn" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dro" = ( +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"drp" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"drq" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"drs" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"drv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"drz" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"drA" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno3"; + name = "Creature Cell #3" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"drB" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/launch) +"drC" = ( +/obj/machinery/chem_heater, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"drE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"drF" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/shelf/science, +/obj/item/flash{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/flash{ + pixel_x = 2; + pixel_y = 10 + }, +/obj/item/flash{ + pixel_x = 10; + pixel_y = 10 + }, +/obj/item/flash{ + pixel_x = -6 + }, +/obj/item/flash{ + pixel_x = 2 + }, +/obj/item/flash{ + pixel_x = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"drI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"drJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"drK" = ( +/obj/structure/dispenser/plasma, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"drL" = ( +/obj/structure/sign/science{ + pixel_x = -32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"drM" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"drN" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/random/west, +/obj/effect/turf_decal/siding/wood/oak/end, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"drR" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/station/medical/reception) +"drT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/stairs{ + dir = 4 + }, +/area/station/medical/virology/test_room) +"drV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/storage/secondary) +"drX" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"drZ" = ( +/obj/structure/table/reinforced, +/obj/item/camera, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"dsa" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"dsb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 10; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkgreen" + }, +/area/station/medical/virology/lab) +"dsc" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/range) +"dsn" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dso" = ( +/obj/structure/closet/firecloset/full, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dsp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dsr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dsu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dsv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dsE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dsF" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"dsG" = ( +/obj/structure/sink/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"dsH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"dsI" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"dsJ" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dsK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/science/robotics) +"dsL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dsM" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/robotics) +"dsO" = ( +/obj/machinery/disposal{ + name = "Deathposal" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"dsR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dsU" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Glass Door" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"dsV" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/south, +/obj/item/storage/bag/chemistry{ + pixel_y = 10; + pixel_x = 4 + }, +/obj/item/storage/bag/chemistry{ + pixel_y = 4; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"dta" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Genetics Privacy Shutter"; + id_tag = "GeneticsPrivacy"; + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"dte" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/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, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrowncorners" + }, +/area/station/supply/expedition) +"dtf" = ( +/obj/machinery/iv_drip, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"dtm" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Cloning Room" + }, +/obj/machinery/door/poddoor/shutters{ + density = 0; + desc = "Lube off, pal."; + icon_state = "open"; + id_tag = "GeneticsPrivacy"; + name = "Genetics Privacy Shutter"; + opacity = 0; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"dtn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"dto" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/alarm/directional/west, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dtp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"dtz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"dtI" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dtJ" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dtK" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dtM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dtN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dtO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/stairs/left{ + dir = 4 + }, +/area/station/maintenance/port) +"dtP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dtQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dtS" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dtU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dtY" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/white, +/area/station/science/misc_lab) +"dtZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/misc_lab) +"dua" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/misc_lab) +"dub" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"duf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/science/robotics) +"dug" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics) +"duh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/photocopier, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dui" = ( +/obj/structure/table, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/storage/firstaid/machine{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/firstaid/machine{ + pixel_x = 6 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"duj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/flag/rnd, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel, +/area/station/command/office/rd) +"duk" = ( +/turf/simulated/wall, +/area/station/medical/morgue) +"dus" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/machinery/newscaster/security_unit/south, +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/warden) +"duw" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/crematorium, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + name = "Chapel Crematorium" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"duB" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"duC" = ( +/obj/machinery/light/directional/east, +/obj/structure/table, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/east, +/obj/item/lightreplacer{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"duD" = ( +/obj/item/flag/nt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/main) +"duE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"duJ" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"duP" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "WardenD" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel/dark, +/area/station/security/warden) +"duQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"duR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"duS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/rd) +"duT" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"duU" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/poster/ripped{ + pixel_x = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"duV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"duX" = ( +/turf/simulated/floor/plasteel/stairs/right{ + dir = 4 + }, +/area/station/maintenance/port) +"duZ" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Robotics Maintenance" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/science/robotics, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dvc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair/light, +/turf/simulated/floor/plasteel/white, +/area/station/science/misc_lab) +"dvg" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"dvh" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dvi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 4 + }, +/area/station/command/office/hos) +"dvj" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"dvk" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"dvl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dvo" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dvp" = ( +/obj/structure/disposalpipe/segment, +/mob/living/simple_animal/pet/dog/corgi/borgi, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dvq" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"dvr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/shelf/science, +/obj/item/storage/belt/utility/full{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_y = -6 + }, +/obj/item/clothing/head/welding/flamedecal{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/storage/belt/utility/full{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_y = 6 + }, +/obj/item/clothing/head/welding/flamedecal/blue{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dvz" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"dvE" = ( +/obj/structure/closet/secure_closet/reagents, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"dvH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"dvM" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"dvU" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dvY" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qmroom" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"dwi" = ( +/turf/simulated/wall/r_wall, +/area/station/science/server) +"dwj" = ( +/obj/machinery/suit_storage_unit/rd/secure, +/obj/machinery/light/directional/south, +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"dwk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"dwl" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/research_director, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"dwm" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/science/server) +"dwn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"dwo" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/rack, +/obj/item/book/manual/wiki/robotics_cyborgs{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/book/manual/ripley_build_and_repair{ + pixel_x = 6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dwq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "14" + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics) +"dws" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dwt" = ( +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"dwu" = ( +/obj/machinery/camera{ + c_tag = "Central Hallway South 3"; + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dwD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"dwK" = ( +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"dwP" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"dwU" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/service/bar/atrium) +"dwX" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1; + color = "lightblue" + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"dwZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dxg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"dxm" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/item/firealarm_electronics{ + pixel_y = 8 + }, +/obj/item/airalarm_electronics, +/obj/item/stack/cable_coil/random{ + pixel_x = -14; + pixel_y = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"dxs" = ( +/obj/machinery/camera{ + c_tag = "Experimention Lab"; + network = list("Experimentator","Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"dxv" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/machinery/alarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"dxB" = ( +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dxD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics) +"dxJ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"dxX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned robotics"; + name = "Abandoned Robotics Shutters" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dym" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/landmark/start/bath, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/pool) +"dyn" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/test) +"dyo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/target/syndicate, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dyz" = ( +/turf/simulated/floor/plasteel/white, +/area/station/science/toxins/mixing) +"dyI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dyJ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dyL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"dyM" = ( +/obj/machinery/computer/operating, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/west, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dyN" = ( +/obj/structure/table, +/obj/item/storage/surgical_tray{ + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dyO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics) +"dyP" = ( +/obj/structure/reagent_dispensers/water_cooler, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"dyR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 8 + }, +/area/station/science/robotics) +"dyS" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"dzb" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dzn" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/ashtray/glass, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"dzu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/processing) +"dzv" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dzP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/remains/human{ + desc = "This guy seemed to have died in terrible way! Half his remains are dust."; + name = "Human remains" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"dzQ" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno5"; + name = "Creature Cell #5" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"dzR" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Jetpack Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/eva{ + dir = 4 + }, +/obj/structure/shelf/command, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_y = -4 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"dzU" = ( +/obj/structure/chair/sofa/left{ + dir = 8; + color = "#A30FAF" + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dzV" = ( +/obj/machinery/optable, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dzW" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"dzX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dzY" = ( +/obj/structure/closet/secure_closet/roboticist, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 10 + }, +/area/station/science/robotics) +"dzZ" = ( +/obj/machinery/photocopier, +/obj/machinery/door_control/shutter/south{ + id = "robodesk"; + name = "Robotics Desk Shutters" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics) +"dAa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/robotics{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/science/robotics) +"dAe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"dAf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"dAg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"dAi" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"dAk" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"dAF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dAH" = ( +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dAI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"dAL" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"dAY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/lobby) +"dAZ" = ( +/turf/simulated/wall/r_wall, +/area/station/science/rnd) +"dBd" = ( +/obj/structure/shelf/science, +/obj/machinery/requests_console/directional/south, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/assembly/timer{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/assembly/timer{ + pixel_y = 8 + }, +/obj/item/assembly/timer{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/item/assembly/timer{ + pixel_y = -6; + pixel_x = -6 + }, +/obj/item/assembly/timer{ + pixel_y = -6 + }, +/obj/item/assembly/timer{ + pixel_y = -6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"dBe" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dBf" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"dBj" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dBm" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/aft) +"dBp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"dBq" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"dBB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"dBC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dBE" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dBF" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dBG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dBH" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"dBJ" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"dBK" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"dBO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "robodesk"; + name = "Robotics Desk Shutters" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"dBP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"dBT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dBX" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dBY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"dBZ" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dCb" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dCg" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -12 + }, +/obj/item/pen/red{ + pixel_y = 6; + pixel_x = -10 + }, +/obj/item/flashlight/lamp{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/structure/reagent_dispensers/virusfood/east, +/obj/machinery/door_control/shutter/south{ + id = "Virology1"; + name = "Virology Window Shutters Control" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreencorners" + }, +/area/station/medical/virology/lab) +"dCj" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"dCl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"dCo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"dCx" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dCy" = ( +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dCz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dCA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"dCD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/artvend, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"dCF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"dCJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dCQ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"dCT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"dCU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dCV" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dCW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "loadingareadirty1" + }, +/area/station/maintenance/aft) +"dCX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"dCZ" = ( +/obj/structure/shelf/science, +/obj/item/mmi{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/mmi{ + pixel_y = -4 + }, +/obj/item/mmi{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/mmi{ + pixel_y = 8 + }, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dDa" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"dDb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dDc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"dDg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"dDh" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dDj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dDk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"dDm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dDq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"dDr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dDJ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"dDN" = ( +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"dDP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dEa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dEc" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/space) +"dEi" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dEl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"dEm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"dEn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dEo" = ( +/turf/simulated/wall, +/area/station/maintenance/aft) +"dEq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"dEr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/restraints/handcuffs/cable/zipties, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"dEs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/station/medical/medbay) +"dEv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dEw" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dEx" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dEC" = ( +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"dEE" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"dEH" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"dEK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"dER" = ( +/obj/machinery/light/floor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"dES" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/trash, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dET" = ( +/obj/structure/table/reinforced, +/obj/item/crowbar{ + pixel_y = 5 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dEU" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/north, +/obj/item/radio/security{ + pixel_x = -16; + pixel_y = 6 + }, +/obj/item/storage/box/ids{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dEV" = ( +/obj/machinery/camera{ + c_tag = "Command Departure Checkpoint" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dEW" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/closet/secure_closet, +/obj/item/storage/secure/briefcase, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dEX" = ( +/obj/structure/rack, +/obj/item/robotanalyzer{ + pixel_y = 6 + }, +/obj/item/robotanalyzer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dEZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/station/hallway/secondary/exit) +"dFa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ShuttleKPP" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge/checkpoint/south) +"dFb" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/north, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dFc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/medbay) +"dFe" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"dFf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"dFi" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"dFm" = ( +/turf/simulated/wall/r_wall, +/area/station/science/storage) +"dFt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dFu" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dFv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/bridge/checkpoint/south) +"dFw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"dFx" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "ShuttleKPP"; + name = "Privacy Shuttes Control"; + pixel_x = 6; + pixel_y = 8 + }, +/obj/machinery/door_control/bolt_control{ + id = "KPPNorth"; + pixel_x = -6; + pixel_y = 8; + req_access = list(19) + }, +/obj/machinery/door_control/shutter{ + id = "EscapeLockdown"; + name = "Escape Shuttle Lockdown Control"; + pixel_x = 6; + pixel_y = -2; + req_access = list(19) + }, +/obj/machinery/door_control/bolt_control{ + id = "KPPSouth"; + pixel_x = -6; + pixel_y = -2; + req_access = list(19) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dFy" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Robotics Desk" + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Robotics Desk" + }, +/obj/item/clipboard, +/obj/item/toy/figure/crew/roboticist, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/robotics{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "robodesk"; + name = "Robotics Desk Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"dFC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"dFG" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"dFU" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/research{ + pixel_y = -32 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner"; + pixel_x = 14; + pixel_y = 10 + }, +/obj/item/healthanalyzer/advanced{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/science{ + pixel_y = 2 + }, +/obj/item/clothing/glasses/science{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"dFV" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"dFW" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dFX" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dFZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/controlroom) +"dGf" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dGg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/apmaint) +"dGh" = ( +/obj/machinery/computer/card{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dGl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/bridge/checkpoint/south) +"dGn" = ( +/obj/structure/sink/directional/east, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"dGo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dGL" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/reagent_containers/drinks/cans/cola{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/peppermill, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"dGP" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dGS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/bridge/checkpoint/south) +"dGT" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"dGU" = ( +/turf/simulated/wall, +/area/station/service/chapel/funeral) +"dHk" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/machinery/door/window/reinforced/normal{ + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"dHl" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 6"; + name = "Cell 6 Locker" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"dHo" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"dHB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"dHF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/permabrig) +"dHL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dHM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dHN" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/kirbyplants, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dHQ" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"dHR" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dHS" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/station/medical/surgery/primary) +"dHT" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dHV" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dHZ" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"dIb" = ( +/obj/machinery/chem_dispenser/soda{ + pixel_y = 5 + }, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/random/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dIi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dIt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/catwalk, +/area/station/command/vault) +"dIv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"dIx" = ( +/turf/simulated/wall, +/area/station/service/chapel/office) +"dIy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dIA" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"dID" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/apmaint) +"dIE" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/brown{ + dir = 1 + }, +/obj/effect/landmark/start/chaplain, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"dIG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dIH" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"dII" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/command/bridge/checkpoint/south) +"dIJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "ShuttleKPP" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge/checkpoint/south) +"dIK" = ( +/obj/structure/sign/directions/engineering{ + dir = 1; + pixel_y = 8 + }, +/obj/structure/sign/directions/science{ + dir = 1 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"dIL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/newspaper{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/newspaper{ + pixel_x = 5; + pixel_y = -9 + }, +/obj/item/newspaper{ + pixel_y = 2; + pixel_x = 2 + }, +/obj/item/newspaper{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dIN" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical{ + dir = 1 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 8 + }, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"dIO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"dIZ" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/sheet/plasteel/fifty{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_y = -4 + }, +/obj/item/stack/rods/fifty{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stack/sheet/plasteel/fifty{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_y = 4 + }, +/obj/item/stack/rods/fifty{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/hardsuitstorage) +"dJh" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "holdingcellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"dJk" = ( +/turf/simulated/floor/carpet/cyan, +/area/station/command/office/cmo) +"dJu" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dJw" = ( +/obj/structure/bookcase, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dJx" = ( +/turf/simulated/wall, +/area/station/service/chapel) +"dJB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dJC" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"dJE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"dJG" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/item/hand_labeler{ + pixel_y = 6 + }, +/obj/item/stack/package_wrap, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/sign/poster/official/report_crimes{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dJH" = ( +/obj/machinery/economy/vending/cigarette, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dJM" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"dKd" = ( +/obj/structure/table/wood, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dKe" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dKf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dKg" = ( +/obj/machinery/light/nightshifted/south, +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dKh" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dKi" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dKk" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dKl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"dKm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dKn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dKo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dKp" = ( +/obj/structure/table, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/red/corner, +/obj/item/flashlight{ + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/structure/sign/security{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dKr" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dKs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"dKz" = ( +/obj/item/stack/cable_coil/random, +/turf/space, +/area/space) +"dKA" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil/random, +/turf/space, +/area/space/nearstation) +"dKB" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"dKH" = ( +/obj/structure/closet/crate, +/obj/item/flashlight, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dKK" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CHAP2" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"dKL" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dKO" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dKP" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/hallway/secondary/exit) +"dKQ" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dKY" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Maintenance" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dKZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"dLp" = ( +/obj/machinery/camera{ + c_tag = "Chapel West"; + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dLq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dLs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"dLu" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dLy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"dLz" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dLB" = ( +/turf/simulated/floor/plasteel/white, +/area/station/science/lobby) +"dLJ" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"dLK" = ( +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dLX" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"dMg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/food/friedegg, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"dMh" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lantern, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dMi" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Secure Armory"; + name = "Secure Armory Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "ArmoryLock"; + name = "Armory Lockdown" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"dMj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dMk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dMm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dMn" = ( +/obj/machinery/crema_switch{ + pixel_y = -24 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dMo" = ( +/obj/machinery/economy/vending/snack, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dMp" = ( +/obj/machinery/door_control/shutter/east{ + id = "Bar"; + name = "Bar Privacy Shutters Control"; + pixel_y = 6 + }, +/obj/machinery/light_switch/east{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"dMA" = ( +/obj/machinery/door/window/brigdoor{ + id = "Cell 4"; + name = "Cell 4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"dME" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"dMH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/north) +"dMN" = ( +/obj/machinery/fishtank/wall, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"dMP" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"dMQ" = ( +/obj/machinery/door/window{ + dir = 4; + name = "Mass Driver" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office{ + dir = 4 + }, +/obj/machinery/driver_button{ + id_tag = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_y = 24 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dMS" = ( +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dMT" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dMU" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/landmark/spawner/rev, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dMW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dMY" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dNa" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"dNb" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dNe" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"dNt" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"dNE" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"dNH" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"dNN" = ( +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"dNO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dNP" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dNR" = ( +/obj/machinery/computer/crew, +/obj/machinery/newscaster/security_unit/north, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"dNS" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dOc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dOd" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"dOl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"dOn" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"dOp" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"dOq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dOr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"dOt" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/maintenance/starboard2) +"dOw" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dOz" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"dOB" = ( +/obj/machinery/light/directional/east, +/obj/structure/closet/fireaxecabinet{ + pixel_x = 30 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"dOC" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"dOD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dOO" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dOP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dOQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dOR" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/frequent, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dOS" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dOT" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/dresser, +/obj/item/clothing/under/towel/short/alt/green, +/obj/item/clothing/head/towel/green{ + pixel_y = 7 + }, +/obj/machinery/button/windowtint/south{ + id = "chapel_bedroom" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"dOW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dOX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 4; + sort_type_txt = "17" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dPb" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/shelf/security, +/obj/item/storage/box/evidence{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/hand_labeler{ + pixel_y = -4 + }, +/obj/item/storage/box/tapes{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/evidence) +"dPd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"dPi" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"dPp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dPq" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_port) +"dPr" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/maintenance/apmaint) +"dPs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/blood/maybe, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dPt" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dPu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPNorth" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dPv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/maintenance/apmaint) +"dPw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dPy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/maintenance/apmaint) +"dPz" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dPA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dPB" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel/funeral) +"dPD" = ( +/obj/structure/closet/coffin, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"dPE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dPF" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"dPI" = ( +/mob/living/simple_animal/moth, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"dPM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dPZ" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dQa" = ( +/obj/machinery/power/smes, +/obj/machinery/light/small/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dQb" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"dQc" = ( +/obj/structure/barricade/wooden, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dQd" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/orange, +/area/station/service/cafeteria) +"dQe" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "evashutters2"; + name = "E.V.A. Storage Shutters" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dQf" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "evashutters2"; + name = "E.V.A. Storage Shutters" + }, +/obj/machinery/door_control/shutter/east{ + id = "evashutters2"; + name = "Auxilary E.V.A. Storage" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dQg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"dQh" = ( +/obj/machinery/door/window{ + dir = 4 + }, +/obj/structure/closet/coffin, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"dQi" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/machinery/requests_console/directional/east, +/obj/machinery/button/windowtint/south{ + range = 20; + id = "CHAP" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"dQk" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CHAP" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"dQl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"dQn" = ( +/obj/structure/mopbucket, +/obj/item/mop, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dQp" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dQq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dQr" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dQB" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dQC" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dQD" = ( +/obj/machinery/field/generator{ + anchored = 1; + state = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dQI" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dQJ" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dQN" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/item/reagent_containers/drinks/coffee, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dQP" = ( +/obj/item/clothing/suit/fire/firefighter, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dQR" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/yellow, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dQS" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"dQT" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/item/radio/intercom/locked/confessional{ + pixel_y = 22 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel) +"dQV" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"dQX" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"dQY" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 2; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dQZ" = ( +/obj/structure/chair/office, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"dRb" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/spawner/xeno, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dRc" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plasteel, +/area/station/maintenance/solar_maintenance/aft_port) +"dRj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dRk" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"dRl" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dRm" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/directional/west, +/obj/item/stack/cable_coil/random, +/obj/item/multitool, +/obj/item/clothing/suit/fire/firefighter, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/apmaint) +"dRo" = ( +/obj/machinery/power/solar_control{ + dir = 4; + name = "Aft Port Solar Control" + }, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dRp" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dRq" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dRr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dRs" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/black, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/mask/breath, +/obj/item/reagent_containers/drinks/coffee, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/apmaint) +"dRt" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/office) +"dRu" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"dRv" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dRw" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CHAP" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"dRB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dRD" = ( +/obj/machinery/shieldwallgen, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dRE" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/maintenance/apmaint) +"dRF" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dRG" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dRH" = ( +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"dRI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"dRJ" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"dRK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dRL" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dRM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"dRN" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel) +"dRO" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel/funeral) +"dRQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dRR" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"dRT" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"dRZ" = ( +/obj/item/clothing/suit/fire/firefighter, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dSa" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"dSb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dSc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dSd" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + name = "Anti-Theft Shield" + }, +/obj/machinery/door/window/classic/reversed{ + desc = "You have the public fridge, pal, lube off."; + dir = 1; + name = "Anti-Theft Shield" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"dSe" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"dSf" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"dSh" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CHAP" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"dSi" = ( +/turf/simulated/floor/plasteel/stairs{ + color = "#888888" + }, +/area/station/service/chapel/funeral) +"dSj" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dSk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dSm" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"dSn" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dSp" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dSq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"dSs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dSz" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"dSA" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/crowbar/red, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/apmaint) +"dSB" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dSC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics/chargebay) +"dSD" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dSF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dSG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dSH" = ( +/obj/structure/cult/archives, +/obj/item/book/codex_gigas, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"dSI" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dSJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"dSK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/funeral) +"dSL" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dSN" = ( +/obj/effect/landmark/start/chaplain, +/obj/machinery/light/small/directional/east, +/obj/machinery/light_switch/east, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"dSO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dSQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dST" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dSV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dSW" = ( +/obj/structure/sign/poster/official/nanotrasen_logo{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/maintenance/apmaint) +"dSX" = ( +/obj/structure/bookcase/manuals/medical, +/turf/simulated/floor/carpet, +/area/station/service/library) +"dSY" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"dTf" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/emergency, +/obj/item/wrench, +/obj/item/reagent_containers/drinks/coffee, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/apmaint) +"dTg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dTh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"dTj" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dTl" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/rglass, +/obj/item/stack/rods{ + amount = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dTm" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"dTo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"dTp" = ( +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"dTq" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/light/nightshifted/south, +/obj/effect/landmark/start/chaplain, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"dTr" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/maintenance/apmaint) +"dTs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/range) +"dTw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dTy" = ( +/turf/simulated/wall/r_wall, +/area/station/security/checkpoint/south) +"dTC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"dTE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"dTG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/button/windowtint/east{ + id = "ExitPrivate"; + pixel_y = 6 + }, +/obj/machinery/door_control/bolt_control/east{ + id = "ExitPrivate"; + pixel_y = -6 + }, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"dTH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dTI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dTU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"dTV" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_port) +"dTW" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dTX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dTY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dTZ" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dUf" = ( +/obj/structure/sign/kiddieplaque/remembrance{ + pixel_x = 32 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"dUg" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"dUh" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"dUi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dUl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dUm" = ( +/obj/structure/table/glass, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"dUn" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"dUp" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dUq" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/hallway/secondary/exit) +"dUt" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge South"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dUu" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/checkpoint/south) +"dUv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"dUw" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"dUy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"dUB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"dUE" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dUF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"dUG" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dUH" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dUI" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dUJ" = ( +/obj/structure/closet/coffin, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"dUK" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/closet/coffin, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"dUL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dUM" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags, +/obj/item/hand_labeler, +/obj/item/clothing/under/misc/burial, +/obj/machinery/camera{ + c_tag = "Chapel Crematorium" + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dUN" = ( +/obj/structure/crematorium, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"dUO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dUP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dUQ" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dUR" = ( +/obj/machinery/door/airlock/public/glass{ + name = "Funeral Parlour" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dUS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/reagent_dispensers/watertank, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dUT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"dUZ" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dVb" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"dVc" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dVd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"dVf" = ( +/obj/structure/table/wood, +/obj/item/camera, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/carpet, +/area/station/service/library) +"dVj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"dVk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"dVn" = ( +/obj/machinery/power/solar{ + name = "Aft Starboard Solar Panel" + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_port) +"dVo" = ( +/obj/structure/table/wood, +/obj/item/taperecorder, +/obj/item/stack/tape_roll, +/obj/item/pen/invisible, +/obj/machinery/camera{ + c_tag = "Chapel Study Room"; + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"dVp" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dVq" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"dVx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/bridge/checkpoint/south) +"dVy" = ( +/obj/structure/grille, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"dVU" = ( +/obj/machinery/door/airlock/external{ + id_tag = "enginen_door_int" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/access_button/south{ + autolink_id = "enginen_btn_int"; + req_access = list(10, 13); + name = "interior access button" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"dVX" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 12; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"dWa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"dWb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "chemdesk"; + name = "Chemistry Desk Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"dWc" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_port) +"dWf" = ( +/obj/docking_port/stationary{ + dheight = 9; + dir = 2; + dwidth = 5; + height = 22; + id = "syndicate_s"; + name = "south of station"; + width = 18 + }, +/turf/space, +/area/space) +"dWg" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"dWi" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"dWj" = ( +/obj/machinery/conveyor/west{ + dir = 1; + id = "cargodisposals_entrance"; + name = "Entrance Belt" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"dWk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dWl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"dWm" = ( +/obj/machinery/light/directional/south, +/obj/item/kirbyplants, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"dWp" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"dWq" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Creature Pen" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"dWr" = ( +/obj/machinery/light/small/directional/south, +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/science/xenobiology) +"dWs" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/orange, +/area/station/service/cafeteria) +"dWt" = ( +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"dWu" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter{ + id = "xeno5"; + name = "Containment Control"; + req_access = list(55) + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"dWv" = ( +/obj/structure/table/reinforced, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/clothing/gloves/color/latex, +/obj/item/slime_scanner, +/obj/item/reagent_containers/dropper, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"dWw" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/sign/poster/contraband/random/west, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"dWx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"dWA" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 4 + }, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"dWC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"dWI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"dWK" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"dWL" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dWP" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"dXa" = ( +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dXj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPNorth" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/exit) +"dXk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"dXl" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"dXn" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/exit) +"dXo" = ( +/obj/structure/grille/broken, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/maintenance/apmaint) +"dXq" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/grille{ + layer = 2.69 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/execution) +"dXr" = ( +/obj/machinery/autolathe, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"dXs" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dXu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"dXv" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dXx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dXz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonershuttle) +"dXC" = ( +/obj/machinery/power/apc/directional/north, +/obj/machinery/camera{ + c_tag = "Departure Lounge North" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dXD" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dXH" = ( +/obj/machinery/camera{ + c_tag = "Port Aft Solars" + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"dXI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"dXJ" = ( +/obj/structure/sign/poster/official/safety_internals{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"dXK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"dXN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central/north) +"dXV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"dYb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"dYj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/chem_dispenser, +/obj/structure/reagent_dispensers/fueltank/chem/south, +/obj/item/reagent_containers/glass/beaker/large, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"dYl" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/medical/virology/lab) +"dYm" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"dYn" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/reagent_containers/glass/beaker/sulphuric, +/obj/item/reagent_containers/dropper, +/obj/machinery/alarm/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dYo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"dYp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dYq" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"dYr" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"dYt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"dYu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dYw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dYx" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/science/research) +"dYy" = ( +/obj/structure/chair/stool/bar, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dYz" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"dYA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dYB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"dYC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dYD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"dYG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dYH" = ( +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"dYI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYK" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/carpet/blue, +/area/station/legal/courtroom) +"dYL" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYO" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_port) +"dYT" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dYU" = ( +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"dYV" = ( +/obj/structure/rack, +/obj/item/storage/secure/briefcase{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"dYX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"dZb" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dZe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"dZj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"dZp" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"dZE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"dZO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"dZP" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"dZQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"dZR" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/disposal/east) +"dZS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"dZT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/mineral/equipment_vendor, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"dZU" = ( +/obj/machinery/conveyor{ + dir = 5; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"eaa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/arcade) +"eag" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"eak" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"eas" = ( +/obj/structure/closet/bombcloset, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/camera{ + c_tag = "Experimentation Lab Office"; + dir = 9; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"eau" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno3"; + name = "Creature Cell #3" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"eav" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"eax" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"eaH" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"eaV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"ebf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"ebi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"ebq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"ebz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"ebA" = ( +/obj/machinery/door/airlock/external{ + id_tag = "trade_dock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ebC" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"ebH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"ebU" = ( +/obj/machinery/light/directional/north, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"ebW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"ebX" = ( +/obj/machinery/light_switch/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"ecf" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Brig Hall South"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"ech" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"ecs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/toxins/mixing) +"ecz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"ecT" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"ecY" = ( +/obj/machinery/disposal, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"edc" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"edd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"edl" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"edp" = ( +/obj/item/kitchen/rollingpin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"edQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"edY" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"eee" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"eeh" = ( +/obj/machinery/papershredder, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"eek" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"eel" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"eem" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/item/reagent_containers/pill/salbutamol{ + pixel_x = -6; + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eez" = ( +/obj/machinery/camera{ + c_tag = "Pool South"; + dir = 1 + }, +/obj/structure/sign/poster/official/random/south, +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/pool) +"eeA" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"eeP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/station/science/robotics/chargebay) +"eeR" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"eeW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"eff" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"efi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plating, +/area/station/medical/sleeper) +"efj" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"efk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"efp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"efx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"efy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew/left, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"efP" = ( +/obj/structure/railing, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar/atrium) +"ega" = ( +/obj/structure/statue/delta/w, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"egA" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"egM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"ehj" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/medical/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"ehm" = ( +/obj/structure/chair/sofa/corp/right, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"ehN" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/airlock/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/misc_lab) +"ehX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"ehY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"eij" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/main) +"ein" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"eip" = ( +/obj/structure/bed, +/obj/item/bedsheet/clown, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"eir" = ( +/obj/machinery/economy/vending/cart, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"eiA" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"eiF" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/closet/secure_closet/chaplain, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"eiG" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"eiL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"eiR" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"eiU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"eiX" = ( +/turf/simulated/floor/transparent/glass, +/area/station/maintenance/virology_maint) +"ejn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"ejp" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"ejJ" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 1; + name = "port to space" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"ekr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"ekv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eky" = ( +/obj/structure/table, +/obj/item/storage/bag/dice{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/mug/sci{ + pixel_y = 6; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"ekF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"ekH" = ( +/obj/item/storage/pill_bottle/patch_pack{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/patch_pack{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/patch_pack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ekU" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/starboard2) +"elb" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"elg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/medical/virology/lab) +"elp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"elr" = ( +/obj/structure/computerframe{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"elz" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"ema" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/pool) +"emh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"emi" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"emt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"emF" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"emI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"emK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"emR" = ( +/obj/structure/disposalpipe/broken, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"emU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"ena" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ene" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"enA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"enC" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"enE" = ( +/obj/structure/cable, +/obj/item/kirbyplants, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"enH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Virology Shutters"; + id_tag = "Virology2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"eoh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"eol" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"eom" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "court" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"eoB" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"eoG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 10 + }, +/area/station/science/robotics) +"eoI" = ( +/obj/effect/spawner/random/cobweb/right/rare, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/obj/machinery/light_switch/north, +/obj/structure/shelf, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"eoX" = ( +/turf/simulated/wall/r_wall, +/area/station/security/permabrig) +"epo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"epE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"epF" = ( +/obj/structure/flora/tree/palm{ + pixel_x = 0; + pixel_y = 16 + }, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/no_creep, +/area/station/public/pool) +"epX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/office) +"eqc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eqp" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/aft) +"eqq" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/cultivator, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"eqH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/obj/structure/table/reinforced, +/obj/item/paper/firingrange{ + pixel_y = 4 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 4 + }, +/obj/item/clothing/ears/earmuffs, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/range) +"eqK" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"eqM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/maintenance/dormitory_maintenance) +"eqO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"erb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/structure/engineeringcart, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"erh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/shelf/supply, +/obj/item/hand_labeler{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/hand_labeler{ + pixel_y = -4 + }, +/obj/item/hand_labeler{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/dest_tagger{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/dest_tagger{ + pixel_y = 8 + }, +/obj/item/dest_tagger{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"erA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "black" + }, +/area/station/science/storage) +"erF" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"erH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"erP" = ( +/obj/machinery/camera{ + c_tag = "Secure Lab - Test Chamber"; + dir = 8; + network = list("TestChamber","SS13","Research") + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"erQ" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"erX" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"esw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"esC" = ( +/obj/machinery/door/airlock{ + id_tag = "PrivateRoom2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/vacant_store) +"esG" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"esH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Anomalist"; + dir = 8; + network = list("Research","SS13") + }, +/obj/structure/closet/bombcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"esO" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"esV" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"etw" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"etA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"etF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"etV" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/emergency, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/light_switch/east, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"euc" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/bridge) +"euk" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_int" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button/south{ + autolink_id = "perma_btn_int"; + name = "Prison Wing Access Button"; + pixel_y = 0; + pixel_x = 24; + req_access = list(2) + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"eup" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"euq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"eux" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"euA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"euI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"evb" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"evg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"evi" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"evu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"evx" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"evM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"evV" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"ewd" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"ewi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"ewj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ewF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"ewM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"exe" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell 5"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + pixel_x = -24; + id = "Cell 4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"exg" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"exh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"exk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_trash, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"exl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"exE" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"exJ" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "Secure Armory"; + name = "Secure Armory Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "ArmoryLock"; + name = "Armory Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"exS" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/warden) +"exZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"eyg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"eyn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/barricade/sandbags, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"eyp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"eyJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/restroom) +"eyK" = ( +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"eyM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"eyN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/metal, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eyP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"eyY" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "meetroomshutters"; + name = "Meeting Room Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"ezb" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/warden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"ezh" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ezo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"ezp" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"ezx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"ezM" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = -12; + pixel_y = 4 + }, +/obj/item/toy/figure/crew/chef{ + pixel_x = -12; + pixel_y = 4 + }, +/obj/structure/sign/poster/official/random/south, +/obj/item/stack/package_wrap{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"ezU" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "SciBreak" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/break_room) +"ezV" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Hall Port" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"eAb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"eAS" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/chemistry) +"eBa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"eBn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eBE" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"eBK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"eBR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"eCa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"eCg" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"eCj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Port Fore"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"eCk" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/emergency{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/brig) +"eCl" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"eCB" = ( +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"eCJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"eDh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"eDi" = ( +/obj/structure/railing/cap, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/permabrig) +"eDP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/nw) +"eDZ" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway Center"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"eEb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"eEd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"eEl" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"eEL" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/structure/bookcase, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"eFB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"eFD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"eFE" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"eFG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eFJ" = ( +/obj/structure/shelf/science, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/item/assembly/igniter{ + pixel_y = 12; + pixel_x = -6 + }, +/obj/item/assembly/igniter{ + pixel_y = 12 + }, +/obj/item/assembly/igniter{ + pixel_y = 12; + pixel_x = 6 + }, +/obj/item/assembly/igniter{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/item/assembly/igniter{ + pixel_y = -2 + }, +/obj/item/assembly/igniter{ + pixel_y = -2; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"eFV" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"eFX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"eGn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"eGT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"eHj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"eHn" = ( +/obj/structure/table/wood, +/obj/machinery/light/nightshifted/north, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"eHx" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"eHF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eHR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"eHW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"eIa" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"eId" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/camera{ + c_tag = "Medbay Cryo"; + network = list("Medbay","SS13"); + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"eIk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"eIs" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"eIv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/public/storage/tools) +"eIJ" = ( +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"eJb" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/closet/crate/can, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "floorgrime" + }, +/area/station/science/xenobiology) +"eJl" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/evidence) +"eJn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "AI Transit Tube Access"; + network = list("SS13","Engineering"); + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"eJJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"eJM" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"eJO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/east) +"eJW" = ( +/obj/structure/table/wood, +/obj/item/food/grown/redbeet, +/obj/item/clothing/head/ushanka, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"eKe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"eKh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"eKi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"eKj" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"eKn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/structure/sign/poster/ripped{ + pixel_y = -32 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/flashlight/lantern{ + pixel_x = 6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"eKx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"eKy" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"eKA" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"eKD" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"eKN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"eKO" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Magistrate's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"eLd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"eLg" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"eLq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"eLu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood/cherry, +/area/station/service/hydroponics) +"eLI" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"eLJ" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"eMw" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/curtain/open/shower/engineering, +/obj/machinery/shower{ + dir = 4; + pixel_x = 5 + }, +/turf/simulated/floor/noslip, +/area/station/engineering/controlroom) +"eMB" = ( +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/computer/secure_data/laptop, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"eMP" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"eNn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"eNp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"eNq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/toxins/mixing) +"eNr" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"eNt" = ( +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"eNz" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/clothing/gloves/color/yellow/fake, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"eOb" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/blacktrenchcoat, +/obj/item/clothing/head/fedora, +/obj/machinery/status_display/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"eOm" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "18" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/ne) +"eOQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eOS" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/machinery/light_switch/east, +/obj/item/roller, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"eOU" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"eOZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"ePd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"ePn" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/engineering/hallway) +"ePp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ePr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"ePt" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ePD" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall4b"; + location = "hall4a" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall5"; + location = "hall4c" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"ePS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"ePX" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"ePY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eQc" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"eQe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"eQi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"eQq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"eQv" = ( +/obj/machinery/door/airlock{ + id_tag = "DormToilet4" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"eQC" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/stairs/right{ + dir = 1 + }, +/area/station/medical/reception) +"eQE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door_timer/cell_3{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"eQL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"eQP" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"eRa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"eRb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"eRj" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"eRl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"eRw" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/aft) +"eRB" = ( +/obj/structure/closet/secure_closet/injection, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"eRH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"eRI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"eRR" = ( +/obj/machinery/door_control/shutter/south{ + id = "Secure Armory"; + name = "Secure Armory Shutter Control"; + req_access = list(3) + }, +/obj/machinery/light/directional/south, +/obj/structure/shelf/security, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/handcuffs, +/obj/item/storage/box/teargas, +/obj/item/storage/box/flashbangs, +/obj/item/storage/box/seccarts, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"eSc" = ( +/obj/machinery/newscaster/directional/north, +/obj/structure/table, +/obj/item/reagent_containers/drinks/mug/sci{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/research) +"eSx" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"eSD" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "ExitPrivate" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"eSL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"eSS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"eTd" = ( +/obj/effect/decal/cleanable/ants, +/obj/item/kirbyplants/dead, +/obj/structure/sign/poster/contraband/communist_state{ + pixel_x = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"eTh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/prisonershuttle) +"eTq" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "23" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"eTE" = ( +/obj/machinery/light/directional/west, +/obj/machinery/mecha_part_fabricator/station{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"eTQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"eTV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eUk" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"eUA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eUF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"eUH" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"eUZ" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"eVf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"eVl" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"eVs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"eVA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eVT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eVX" = ( +/obj/structure/sink/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"eWo" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/library) +"eWw" = ( +/obj/machinery/door/airlock/vault, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/vault, +/turf/simulated/floor/plasteel/dark, +/area/station/command/vault) +"eXa" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"eXm" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"eXo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"eXw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/starboard2) +"eXC" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"eXH" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler{ + pixel_y = 8 + }, +/obj/item/stack/package_wrap{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"eXJ" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/supply/expedition) +"eXM" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"eXU" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + autolink_id = "o2_out"; + dir = 8; + external_pressure_bound = 0; + icon_state = "in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"eYd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"eYr" = ( +/obj/structure/chair/barber{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"eYC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"eYD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"eYN" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/start/prisoner, +/obj/item/food/grown/pineapple{ + name = "Старый ананас"; + desc = "Довольно старый ананас. Интересно как он тут оказался и почему он так странно пахнет..." + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"eZo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"eZz" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"far" = ( +/obj/vehicle/secway, +/obj/machinery/door_control/shutter/west{ + id = "ArmoryLock"; + name = "Armory Lockdown"; + req_access = list(3); + pixel_x = -36 + }, +/obj/machinery/door_control/shutter/west{ + id = "Warden"; + name = "Warden Privacy Shutters Control"; + req_access = list(3); + pixel_y = 8; + pixel_x = -36 + }, +/obj/machinery/button/windowtint/west{ + id = "WardenD"; + req_access = list(3); + pixel_y = -6 + }, +/obj/machinery/door_control/shutter/west{ + id = "Secure Armory"; + name = "Secure Armory Shutter Control"; + pixel_y = -8; + req_access = list(3); + pixel_x = -36 + }, +/obj/machinery/camera{ + c_tag = "Brig Warden's Office"; + dir = 4 + }, +/obj/machinery/light_switch/west{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"fas" = ( +/obj/structure/statue/delta/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"fbc" = ( +/obj/item/stack/rods, +/obj/structure/table_frame, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/worn_out/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"fbk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/bartender, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"fbs" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork{ + pixel_y = 4 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -8; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"fby" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "court" + }, +/obj/machinery/door/airlock/lawyer/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"fbB" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"fca" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"fcv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"fcC" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_South"; + location = "Armory_North" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"fcZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"fda" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"fdj" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"fdo" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/bottleofbanana{ + pixel_y = 16 + }, +/obj/item/reagent_containers/drinks/bottle/milk{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/bottle/orangejuice{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fdt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fdG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet, +/area/station/service/library) +"feb" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/storage) +"fen" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/lobby) +"feI" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"feK" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 4 + }, +/obj/item/flashlight/lantern, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"ffd" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + autolink_id = "n2_out"; + dir = 8; + external_pressure_bound = 0; + icon_state = "in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"ffq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/break_room) +"ffs" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a"; + dir = 4 + }, +/obj/machinery/light/directional/west, +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"ffz" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/processing) +"ffH" = ( +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"ffM" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"ffN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ffZ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"fgB" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fgE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"fgI" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"fgN" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"fgZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"fhb" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"fhk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/storage) +"fho" = ( +/obj/effect/spawner/random/cobweb/left/rare, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/obj/structure/shelf, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"fhp" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"fhy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"fhz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"fhC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"fhF" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/item/poster/random_contraband, +/obj/item/poster/random_official{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"fhI" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fhJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/fitness) +"fhQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"fie" = ( +/obj/structure/sign/poster/random/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/maintenance/port2) +"fim" = ( +/obj/structure/chair/sofa/corp/left, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"fiu" = ( +/obj/structure/mineral_door/wood, +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet, +/area/station/service/library) +"fiz" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"fiC" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Surgery2" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/secondary) +"fiF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/fsmaint) +"fiI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"fiJ" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"fiK" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPSouth" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"fjd" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "court" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"fjw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/controlroom) +"fjF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"fjM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/station/security/execution) +"fjO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"fjW" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"fkr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics/chargebay) +"fkv" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "ArmoryLock"; + name = "Armory Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"fkz" = ( +/obj/structure/table/reinforced, +/obj/item/cartridge/signal/toxins{ + pixel_x = -6 + }, +/obj/item/cartridge/signal/toxins{ + pixel_y = 6 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 6 + }, +/obj/item/aicard, +/obj/item/circuitboard/aicore, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"fkB" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/evidence) +"fkE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"fkK" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"fkW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fle" = ( +/obj/machinery/papershredder, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"flE" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"flG" = ( +/obj/machinery/light_switch/west, +/obj/machinery/processor{ + desc = "A machine used to process slimes and retrieve their extract."; + name = "Slime Processor" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"flL" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "WardenD" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"flR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"flV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"fmc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"fmg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/turf/simulated/floor/plating, +/area/station/security/detective) +"fmm" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/telecomms/chamber) +"fms" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/main) +"fmD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"fmE" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"fmG" = ( +/obj/machinery/bodyscanner{ + dir = 2 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"fmS" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/folder, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"fnc" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/maintenance/starboard) +"fnt" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"fnz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fnS" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/storage) +"fnT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"foa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"fob" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell 2"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + pixel_x = -24; + id = "Cell 2" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"fok" = ( +/obj/machinery/camera{ + c_tag = "Kitchen South" + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"fou" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door_timer/cell_2{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"foX" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/fore) +"fpf" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"fpj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"fpq" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"fpr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"fpv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"fqb" = ( +/obj/structure/table/reinforced, +/obj/item/storage/firstaid/aquatic_kit/full, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/salmon, +/obj/item/fish_eggs/shrimp, +/obj/item/fish_eggs/shrimp, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"fqe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"fqo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/structure/closet/cardboard, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"fqr" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"fqS" = ( +/obj/machinery/power/apc/worn_out/directional/east, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"frf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"frk" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"frl" = ( +/obj/machinery/iv_drip, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"frp" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall7c"; + location = "hall7b" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"frz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"frN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fsO" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/door_control/bolt_control/south{ + id = "DormToilet2" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/east, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"ftl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"ftp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"ftv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 7; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"ftB" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "transitlock"; + name = "Transit Tube Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"ftD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"fun" = ( +/obj/structure/statue/delta/s, +/obj/effect/turf_decal/siding/yellow, +/obj/effect/turf_decal/siding/yellow{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/station/hallway/secondary/bridge) +"fuv" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop{ + dir = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"fuE" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/toy/figure/crew/cargotech{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"fuJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/food_trash, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"fuM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"fuN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"fvc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"fvA" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"fvB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fvE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"fvH" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"fvL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"fwB" = ( +/obj/structure/table/wood, +/obj/item/newspaper, +/obj/item/newspaper{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/newspaper{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"fwG" = ( +/obj/item/food/disk, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"fwJ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"fwP" = ( +/obj/item/food/disk{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/maintenance/starboard2) +"fwQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fwX" = ( +/obj/structure/sign/electricshock{ + pixel_x = -32; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"fxa" = ( +/obj/structure/holohoop{ + layer = 5 + }, +/obj/structure/railing, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"fxe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"fxz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"fxN" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"fxQ" = ( +/turf/simulated/wall, +/area/station/service/chapel/bedroom) +"fxS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"fxV" = ( +/obj/item/kirbyplants, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"fxX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"fyg" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/landmark/start/paramedic, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"fyk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"fyo" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"fyp" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"fyJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fyS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/south, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"fze" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"fzn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"fzq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/mirror{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"fzu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fzx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"fzE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"fzF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fzJ" = ( +/obj/structure/bookcase/manuals/research_and_development, +/turf/simulated/floor/carpet, +/area/station/service/library) +"fzL" = ( +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"fAe" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"fAm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table_frame, +/obj/item/stack/rods, +/obj/machinery/camera{ + c_tag = "PodBay North" + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"fAE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"fAL" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/camera{ + c_tag = "Brig Briefing Room"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"fAW" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/medical/glass, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 2; + id_tag = "psychocell2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"fBl" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/telecomms/chamber) +"fBr" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/item/folder, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"fBv" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"fBC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"fBF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"fBT" = ( +/obj/structure/table/reinforced, +/obj/item/stack/rods{ + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"fBX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"fCc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"fCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fCZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"fDh" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"fDk" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Medbay Hallway South"; + dir = 1 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"fDy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"fDB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"fDM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"fDS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/mounted/frame/apc_frame, +/obj/structure/cable, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"fDY" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"fEd" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/white, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"fEi" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/plantgenes, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"fEo" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "enginen_vent" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"fEv" = ( +/turf/simulated/floor/plating/burnt/airless, +/area/space/nearstation) +"fEG" = ( +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"fEJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"fFp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"fFy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fFE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"fFF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"fFM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"fFT" = ( +/obj/structure/statue/delta/c, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"fFU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/airlock_controller/access_controller{ + name = "Virology Lab Access Console"; + ext_door_link_id = "virolab_door_ext"; + int_door_link_id = "virolab_door_int"; + ext_button_link_id = "virolab_btn_ext"; + int_button_link_id = "virolab_btn_int"; + pixel_x = -24; + req_access = list(39) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"fFX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/disposal, +/obj/machinery/door_control/shutter/south{ + id = "chemdesk"; + name = "Primary Chemistry Shutters" + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"fGc" = ( +/obj/item/clothing/mask/gas, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/sign/poster/contraband/random/east, +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"fGi" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/flora/grass/jungle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"fGy" = ( +/obj/effect/spawner/window/reinforced/tinted, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"fGI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"fGU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"fHs" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Engineer's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"fHC" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 4 + }, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/security/permabrig) +"fHD" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"fHK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"fHM" = ( +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fIf" = ( +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"fIn" = ( +/obj/structure/chair/stool, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"fIv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"fIy" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"fIB" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"fIO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"fJz" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"fKq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"fKv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"fKG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"fKN" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"fKQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"fKW" = ( +/obj/structure/curtain/open/shower/security{ + icon_state = "closed" + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"fLx" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room"; + dir = 8 + }, +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"fLB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"fLD" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"fLG" = ( +/obj/item/autopsy_scanner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fLM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/button/windowtint/east{ + id = "psych" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"fLP" = ( +/obj/structure/flora/ausbushes, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"fLZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/maintenance/fsmaint) +"fMj" = ( +/obj/structure/chair/office, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"fMM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 4; + inlet_injector_autolink_id = "n2o_in"; + name = "Nitrous Oxide Supply Control"; + outlet_vent_autolink_id = "n2o_out"; + autolink_sensors = list("n2o_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"fMO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"fMS" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/starboard) +"fMW" = ( +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"fMZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"fNh" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"fNr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/fsmaint) +"fNw" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"fNL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"fNN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"fNP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"fOa" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"fOe" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"fOp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"fOr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/hallway/secondary/exit) +"fOs" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"fOy" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"fOB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 10 + }, +/area/station/science/storage) +"fOF" = ( +/turf/simulated/wall, +/area/station/medical/virology/lab) +"fOS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/airlock/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/explab) +"fPh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/item/shard, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"fPm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/janitor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"fPv" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"fPx" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"fPF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"fPH" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"fPJ" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fPM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"fPS" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"fPU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"fPV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/stock_parts/cell, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"fQf" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"fQg" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"fQh" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/regular, +/obj/machinery/requests_console/directional/north, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"fQr" = ( +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/tox{ + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Toxins Bombing Room" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"fQx" = ( +/obj/structure/rack, +/obj/item/storage/toolbox{ + pixel_y = 2; + color = "red" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fQJ" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"fQU" = ( +/obj/machinery/power/smes{ + charge = 2e+006 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/smes) +"fRf" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/evidence) +"fRl" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greencorner" + }, +/area/station/hallway/secondary/exit) +"fRm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"fRv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"fRG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fRI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"fRQ" = ( +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"fSa" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"fSl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"fSx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"fSX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"fSZ" = ( +/obj/machinery/nuclearbomb/training, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"fTi" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/sheet/mineral/plasma{ + amount = 5; + pixel_y = 6 + }, +/obj/item/wrench{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"fTj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"fTl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"fTn" = ( +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"fTz" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"fTK" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/ants, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"fTR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"fTX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"fTZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"fUl" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/captain) +"fUr" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'EXTERNAL AIRLOCK'"; + icon_state = "space"; + layer = 4; + name = "EXTERNAL AIRLOCK"; + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"fUD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"fUV" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"fUZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"fVi" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/explab/chamber) +"fVI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/structure/chair/comfy/lime{ + dir = 8 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"fVJ" = ( +/obj/structure/table/glass, +/obj/item/storage/box/gloves{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"fVX" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"fVZ" = ( +/obj/structure/machine_frame, +/obj/item/stock_parts/manipulator, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"fWo" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"fWp" = ( +/obj/machinery/magnetic_controller{ + autolink = 1; + name = "Firing Range Control Console"; + path = "w;e;e;w;s;n;n;s" + }, +/turf/simulated/wall, +/area/station/security/range) +"fWx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"fWF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"fWK" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"fWM" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/south, +/obj/item/stack/sheet/mineral/plasma{ + amount = 10; + pixel_y = 6 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"fWN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"fWP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fXb" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/cane, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 6 + }, +/obj/machinery/light/nightshifted/south, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"fXm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"fXQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"fYd" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"fYD" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"fYN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"fYP" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/public/fitness) +"fZa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"fZf" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"fZt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"fZJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage/secondary) +"fZU" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_random{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/machinery/light/directional/north, +/obj/machinery/barsign{ + pixel_y = 32 + }, +/obj/item/storage/fancy/cigarettes/cigpack_random{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/storage/fancy/matches{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"fZX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"gam" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/sheet/metal/fifty, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"gaB" = ( +/obj/machinery/economy/vending/tool/free, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"gaQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"gaU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"gaZ" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"gba" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"gbe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"gbh" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"gbi" = ( +/turf/simulated/wall, +/area/station/medical/medbay2) +"gbO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"gbZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"gcb" = ( +/obj/machinery/computer/atmoscontrol{ + dir = 4 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"gcd" = ( +/obj/structure/table/wood/fancy/black, +/obj/item/folder/blue, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"gcg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Genetics Privacy Shutter"; + id_tag = "GeneticsPrivacy"; + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"gcP" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "cellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"gcS" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"gcZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/psych, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/wood/oak, +/area/station/medical/patients_rooms) +"gdK" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"gdN" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"gec" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"gep" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "RnDChem"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/test_chamber) +"geW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"geX" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"gfF" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gfN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"gfY" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"gfZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"gga" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"ggf" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"ggo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"ggQ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"ghu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"ghx" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"ghA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/light_switch/south, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"ghJ" = ( +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"ghP" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/tank/internals/plasma{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/control) +"ghW" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"gib" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"gii" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"giz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"giC" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"giE" = ( +/obj/structure/table/glass, +/obj/item/kirbyplants{ + pixel_y = 12 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"giQ" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"giU" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"giY" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"gjF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gjZ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"gkb" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/structure/bookcase/random, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"gkc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"gkg" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/sloth/paperwork, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"gkj" = ( +/obj/machinery/power/apc/critical/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light_switch/north, +/obj/item/flag/nt, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"gkk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"gko" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/donut_box, +/obj/machinery/ai_status_display/south, +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/pool) +"gkL" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"gkM" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "hopqueueshutters"; + name = "Queue Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/ticket_machine{ + layer = 4; + pixel_y = 32 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"glb" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"glw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"glD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/effect/decal/cleanable/dirt, +/obj/item/gun/projectile/revolver/russian{ + pixel_y = 12 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"glK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"glO" = ( +/obj/machinery/door/airlock/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"glP" = ( +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"glR" = ( +/obj/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"glZ" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"gme" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"gmC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"gmF" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet, +/area/station/service/library) +"gmG" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"gmN" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"gmP" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"gng" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"gnk" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gnl" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"gnn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"gnD" = ( +/obj/machinery/economy/vending/engivend, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/control) +"gnH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/washing_machine, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gnO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/storage/bag/dice{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gnP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"goo" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"got" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"gou" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"gpa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/engineering, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gpb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"gpn" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"gpt" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet/crate{ + opened = 1 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gpy" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"gpC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"gpK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"gpP" = ( +/obj/effect/turf_decal/stripes/end, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"gqa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"gqn" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"gqt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"gqz" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"gqN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"gqO" = ( +/obj/machinery/door/window{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"gqV" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"grg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"gri" = ( +/obj/structure/table, +/obj/item/flash, +/obj/item/restraints/handcuffs, +/obj/machinery/firealarm/directional/north, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"grj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_y = 4; + pixel_x = -6 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"grl" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/command/vault) +"grn" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"gru" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/dead, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"gry" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"grA" = ( +/obj/item/gun/energy/laser{ + pixel_y = 8 + }, +/obj/structure/gunrack, +/obj/item/gun/energy/laser, +/obj/item/gun/energy/laser{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"grY" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"gss" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/locker) +"gsw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"gsx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"gsz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"gsB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gsE" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"gtc" = ( +/obj/machinery/door_timer/cell_5{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"gto" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"gtA" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"gtB" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"gtC" = ( +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass/no_creep, +/area/station/public/locker) +"gtD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"gtN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"gtO" = ( +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"gtP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"gtR" = ( +/obj/effect/decal/cleanable/blood, +/obj/structure/table/wood, +/obj/item/toy/plushie/orange_cat, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"gtW" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"guk" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall1"; + location = "hall15a" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"guw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"guQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"gve" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gvn" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"gvO" = ( +/obj/effect/landmark/start/research_director, +/obj/structure/chair/comfy/purp{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"gwc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "ArmoryLock"; + name = "Armory Lockdown" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"gwd" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Hydroponics" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"gwg" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"gwh" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/camera{ + c_tag = "Xenobio East"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"gwk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"gwu" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/test_chamber) +"gwB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 10 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = 10; + pixel_x = 6 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_y = -2 + }, +/obj/item/storage/briefcase/inflatable{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"gwF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"gwI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gwO" = ( +/obj/machinery/camera{ + c_tag = "Supermatter South"; + network = list("SS13","Engineering") + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/alarm/engine/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/item/radio/intercom/directional/north{ + pixel_y = 34 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/engine/supermatter) +"gxr" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"gxu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gxD" = ( +/obj/machinery/economy/vending/genedrobe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"gxJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/explab) +"gxV" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"gxW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gyp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"gyD" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id_tag = "rndstorage"; + name = "Secure Storage Blast Doors" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/science/storage) +"gyL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"gyY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "pub_room" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/polarized, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"gzd" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"gzk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"gzl" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"gzL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"gAn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Clown"; + name = "Clown Privacy Shutters" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Mime"; + name = "Mime Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/clown) +"gAq" = ( +/obj/machinery/economy/vending/crittercare, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"gAt" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gAT" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/item/food/meat/human, +/obj/item/food/meat/human, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"gBg" = ( +/obj/effect/turf_decal/stripes/white/line{ + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"gBh" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"gBo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"gBF" = ( +/obj/machinery/computer/general_air_control/pt_monitor{ + dir = 8; + autolink_sensors = list("sm_sen_hot"="Горячий Контур","sm_sen_cold"="Холодный Контур","sm_sen_cont"="Зона Содержания") + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"gBH" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/medical/virology/lab) +"gBP" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/fitness) +"gCk" = ( +/obj/machinery/light/directional/east, +/obj/structure/shelf/security, +/obj/item/shield/riot{ + pixel_x = -8 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_x = 8 + }, +/obj/item/storage/box/trackimp{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/storage/lockbox/mindshield{ + pixel_y = 10 + }, +/obj/item/storage/box/trackimp{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"gCs" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"gCt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"gCv" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"gCG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"gCT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"gCZ" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"gDg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"gDm" = ( +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"gDw" = ( +/obj/structure/table/wood, +/obj/item/deck/cards{ + pixel_y = 6 + }, +/obj/item/storage/bag/dice, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"gDY" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"gEj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/bridge) +"gEo" = ( +/obj/structure/railing{ + dir = 10 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"gEs" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"gEt" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"gEI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"gFm" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"gFn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"gFt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"gFB" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -32 + }, +/obj/machinery/computer/library{ + dir = 4; + pixel_y = 6 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"gFX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gGq" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"gGE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/roller_holder, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"gGJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"gGM" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gHk" = ( +/obj/structure/noticeboard{ + pixel_y = 29 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"gHy" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + dir = 4; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins") + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"gIb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"gIn" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"gIz" = ( +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"gID" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"gJg" = ( +/obj/structure/table/glass, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/machinery/button/windowtint/east{ + id = "CMO"; + pixel_y = 8 + }, +/obj/machinery/door_control/shutter/east{ + id = "Biohazard_medi"; + name = "Emergency Medbay Quarantine"; + pixel_y = -8; + color = "yellow" + }, +/obj/machinery/door_control/normal/east{ + id = "CMO"; + name = "Office Door"; + req_access = list(40) + }, +/obj/item/cartridge/chemistry{ + pixel_y = 4; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"gJk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/dormitory_maintenance) +"gJA" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"gJC" = ( +/obj/structure/table/reinforced, +/obj/machinery/chem_dispenser/soda{ + dir = 4; + pixel_x = -2; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"gJG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gJL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"gJQ" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"gJS" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"gJT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gJU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"gJW" = ( +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"gKf" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/camera{ + c_tag = "Xeno Containment 5"; + network = list("Research","SS13"); + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"gKl" = ( +/obj/machinery/economy/vending/shoedispenser, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"gKs" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"gKA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"gKD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/warehouse) +"gLa" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Medbay Reception" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/fsmaint) +"gLi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"gLk" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"gLB" = ( +/obj/structure/table/wood, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"gLC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"gLD" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/horizontal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/space, +/area/space/nearstation) +"gLL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gLW" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"gLY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno2"; + name = "Creature Cell #2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"gMb" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"gMf" = ( +/obj/machinery/papershredder, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"gMx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/reversed, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"gMG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"gMI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"gML" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"gMM" = ( +/obj/structure/sign/poster/official/random/north, +/obj/machinery/camera{ + c_tag = "Brig Hall North" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"gMT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"gMW" = ( +/obj/effect/decal/cleanable/flour, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/starboard2) +"gNb" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"gNd" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/machinery/camera{ + c_tag = "Research Toxins Storage Room"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"gNh" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "ArmoryLock"; + name = "Armory Lockdown" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"gNi" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"gNj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"gNm" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter{ + id = "xeno7"; + name = "Containment Control"; + req_access = list(55) + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"gOk" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"gOs" = ( +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"gOz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"gOG" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"gOP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gPh" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/break_room) +"gPu" = ( +/obj/machinery/economy/vending/sovietsoda, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"gPL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"gPS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"gPT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"gPW" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Surgery1" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/primary) +"gPY" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gQg" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/stamp/magistrate{ + pixel_x = 7; + pixel_y = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/gavelhammer, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"gQm" = ( +/obj/structure/grille/broken, +/obj/item/shard, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"gQs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"gQv" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/item/stack/sheet/animalhide/monkey, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"gQF" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"gQL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"gQW" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/launch) +"gQZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"gRm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gRr" = ( +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"gRx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"gRO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"gRS" = ( +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"gRW" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"gRY" = ( +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"gSc" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gSg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"gSh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"gSs" = ( +/turf/simulated/wall, +/area/station/public/toilet/unisex) +"gSE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"gSH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"gSY" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gTc" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"gTe" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"gTk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"gTt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/flasher_button{ + id = "prison3"; + pixel_x = 24; + pixel_y = -24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"gTy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"gTA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"gTF" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"gTS" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 6 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"gTT" = ( +/obj/machinery/shower{ + dir = 4; + pixel_x = 5 + }, +/obj/structure/curtain/open/shower, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"gUc" = ( +/turf/simulated/wall, +/area/station/supply/warehouse) +"gUg" = ( +/obj/structure/grille/broken, +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"gUi" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"gUl" = ( +/obj/structure/bed/mattress/dirty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"gUt" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"gUx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"gUS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"gVw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"gVD" = ( +/obj/machinery/door/airlock{ + id_tag = "DormToilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"gVE" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"gVF" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "hopqueueshutters"; + name = "Queue Shutters"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/loading_area{ + dir = 8 + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/west) +"gVG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "detprivacy"; + name = "Detective Privacy Shutters Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"gWb" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork{ + pixel_x = 5 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"gWf" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"gWi" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"gWk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/reflector/single, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"gWl" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/distribution) +"gWq" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush/large, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"gWP" = ( +/obj/item/target/syndicate, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"gXb" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Supply Lobby" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"gXh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"gXj" = ( +/turf/simulated/wall, +/area/station/medical/cryo) +"gXn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"gXs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/mechanic) +"gXY" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"gYq" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"gYr" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"gYA" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"gYB" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"gYJ" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/processing) +"gYK" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"gYP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"gYQ" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"gZs" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"gZI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"gZU" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"haa" = ( +/obj/structure/sink/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/mirror{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"hak" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"hap" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"haA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"haM" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "chapel_bedroom" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/bedroom) +"haY" = ( +/obj/machinery/ai_status_display/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"hbq" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"hbv" = ( +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"hby" = ( +/obj/structure/safe/floor{ + known_by = list("captain") + }, +/obj/item/gun/projectile/revolver/russian, +/obj/item/toy/figure/crew/captain, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/lighter/zippo/nt_rep, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"hbH" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/red/corner, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"hbN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"hbW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"hce" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"hcm" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"hco" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hcr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"hcu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"hcH" = ( +/obj/machinery/door/morgue{ + name = "Dungeon" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"hcY" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"hda" = ( +/obj/effect/turf_decal/stripes/white/line{ + color = "lightblue" + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"hdR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"heu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/engineering/hardsuitstorage) +"heL" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/obj/machinery/light/floor, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"heT" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"heU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"hfb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"hfe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"hfh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/xenobiology) +"hfm" = ( +/obj/machinery/light/directional/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"hfn" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"hfo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"hfw" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"hfx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/science/genetics) +"hfB" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/librarian, +/turf/simulated/floor/carpet, +/area/station/service/library) +"hgc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/external{ + id_tag = "mining_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"hgg" = ( +/obj/machinery/ai_status_display/south, +/obj/structure/transit_tube/station/reverse/flipped, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"hgs" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"hgA" = ( +/obj/structure/table, +/obj/machinery/button/windowtint/west{ + id = "Interrogation"; + req_access = list(63) + }, +/obj/item/flashlight/lamp{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/taperecorder{ + pixel_y = 3; + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"hhf" = ( +/obj/structure/closet/secure_closet/medical1, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"hhp" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/checkpoint/south) +"hhs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hhD" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"hhF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hhH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"hhM" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/box/gloves{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/bodybags{ + pixel_y = -6 + }, +/obj/item/storage/box/masks{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/box/gloves{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/bodybags{ + pixel_y = 8 + }, +/obj/item/storage/box/masks{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"hif" = ( +/obj/machinery/economy/vending/hatdispenser, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"hig" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"hiq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"hiH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hiL" = ( +/obj/structure/table/wood/fancy, +/obj/item/trash/plate, +/obj/item/kitchen/utensil/fork{ + pixel_x = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"hiP" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"hiT" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/machinery/light_switch/north, +/obj/item/clothing/under/towel/long/alt/brown, +/obj/item/clothing/head/towel/brown, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"hjl" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "WardenD" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"hjJ" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"hjK" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/r_wall, +/area/station/medical/chemistry) +"hjN" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"hjU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"hjZ" = ( +/obj/machinery/atmospherics/portable/scrubber/huge, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"hkc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"hke" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"hkj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/hardsuitstorage) +"hkA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"hkE" = ( +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"hkN" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"hkR" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/warden) +"hle" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hlo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"hlr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hly" = ( +/obj/structure/chair/stool/bar{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"hlC" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"hlS" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"hlW" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "magistrateshutters"; + name = "Magistrate Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"hmU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/arcade) +"hng" = ( +/obj/machinery/message_server, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"hnH" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"hnJ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/restroom) +"hnM" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + width = 9 + }, +/turf/space, +/area/space) +"hoh" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/execution) +"hoj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"hoo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hov" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"hox" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"hoG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hoX" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"hpo" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/head/welding{ + pixel_x = 9; + pixel_y = 10 + }, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/storage/toolbox/mechanical{ + pixel_y = -2; + pixel_x = -3 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"hpH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"hpS" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"hpX" = ( +/obj/machinery/door/airlock/command/cmo/glass{ + id_tag = "CMO" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CMO" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/cmo, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"hqo" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"hqq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"hqG" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/barricade/wooden/crude, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hqL" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"hqM" = ( +/obj/machinery/door/airlock{ + id_tag = "PrivateRoom2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"hqR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"hqT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"hrq" = ( +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"hrB" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"hrQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"hrU" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/holosign/surgery{ + id = "Surgery2" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Surgery2" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/secondary) +"hrW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"hsa" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/contraband/random/south, +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"hss" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"hst" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"hsA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"hsK" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/processing) +"hsQ" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"hsX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/library) +"hti" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"htD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"htH" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"htQ" = ( +/obj/machinery/recharger/wallcharger{ + pixel_y = -30; + pixel_x = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"huh" = ( +/obj/structure/sign/fire, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"huN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"huY" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"hvi" = ( +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/item/flag/nt, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"hvl" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"hvs" = ( +/obj/structure/chair, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"hvv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"hvw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/shower{ + dir = 8 + }, +/turf/simulated/floor/noslip, +/area/station/medical/virology/lab) +"hvy" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hvE" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"hvJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"hvN" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/effect/landmark/start/bath, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"hvS" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery;dir=4"; + dir = 4; + location = "Bar" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/bar) +"hwf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"hwu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"hwF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hwI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"hwR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/range) +"hxc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"hxk" = ( +/obj/structure/holosign/barrier/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"hxm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"hxq" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"hxs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/main) +"hxB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor{ + id_tag = "rndstorage"; + name = "Secure Storage Blast Doors" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/science/storage) +"hxF" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"hxL" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"hxO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"hxP" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"hyI" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/storage) +"hyS" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"hyT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/brig) +"hzl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/turret_protected/aisat) +"hzo" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9b"; + location = "hall9a" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9g"; + location = "hall9f" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall10"; + location = "hall9h" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"hzs" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"hzw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/pan, +/obj/item/cigbutt, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"hzH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"hzJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"hzV" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/station/medical/morgue) +"hzW" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/kitchenspike, +/obj/machinery/camera{ + c_tag = "Kitchen Backroom" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"hAj" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"hAn" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hAs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"hAD" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"hAO" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"hAZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("air_sensor"="Tank"); + dir = 8; + inlet_injector_autolink_id = "air_in"; + name = "Mixed Air Supply Control"; + outlet_setting = 2000; + outlet_vent_autolink_id = "air_out" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"hBe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"hBj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"hBk" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"hBu" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/science/research) +"hBy" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"hBH" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"hBI" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"hBK" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"hBV" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"hBX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"hCj" = ( +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"hCx" = ( +/obj/item/camera_film, +/obj/effect/decal/cleanable/dirt, +/obj/item/mounted/frame/intercom, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"hCA" = ( +/obj/structure/disposalpipe/segment/corner, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"hCM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"hCZ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"hDa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/explab) +"hDf" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"hDu" = ( +/obj/effect/landmark/start/coroner, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"hDz" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"hDF" = ( +/turf/simulated/wall/r_wall, +/area/station/service/chapel/bedroom) +"hDH" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/starboard2) +"hDP" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"hDS" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"hDZ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 8; + height = 31; + id = "whiteship_home"; + name = "north of Kerberos"; + width = 21 + }, +/turf/space, +/area/space) +"hEc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hEh" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/camera{ + c_tag = "Dorm Hallway West"; + dir = 1 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"hEl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"hEn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"hEv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"hEF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"hEG" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"hEO" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"hEP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/south) +"hEU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"hEX" = ( +/obj/structure/closet/secure_closet/evidence, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/evidence) +"hFg" = ( +/obj/structure/grille, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"hFh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"hFj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/processing) +"hFn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/target, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"hFq" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"hFx" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"hFB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"hGe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5; + color = "lightblue" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"hGs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/south) +"hGx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/emitter{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"hGN" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"hGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"hGR" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"hGT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"hGV" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"hGZ" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"hHd" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"hHk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hHr" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"hHx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"hHy" = ( +/obj/structure/sink/directional/south, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"hHW" = ( +/turf/simulated/wall, +/area/station/hallway/primary/starboard) +"hHX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/science/robotics) +"hId" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"hIj" = ( +/obj/structure/bed/psych, +/obj/random/therapy, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"hIE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/apmaint) +"hIK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"hIQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"hJd" = ( +/obj/machinery/mass_driver{ + id_tag = "chapelgun2" + }, +/obj/machinery/door/window{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"hJe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/cap/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"hJh" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 16; + height = 21; + id = "emergency_home"; + name = "emergency evac bay"; + width = 41 + }, +/turf/space, +/area/space) +"hJo" = ( +/obj/structure/table/reinforced, +/obj/machinery/recharger, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/lobby) +"hJq" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"hJw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"hJA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"hJG" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/lobby) +"hJM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/mouse/white, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"hKc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"hKr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"hKO" = ( +/obj/structure/bed, +/obj/item/bedsheet/rd, +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"hKQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hKT" = ( +/turf/simulated/wall/r_wall, +/area/station/security/brig) +"hKV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"hKW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"hLe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"hLf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"hLA" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"hLF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/s_to_n, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"hLU" = ( +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "enginen_btn_ext"; + ext_door_link_id = "enginen_door_ext"; + int_button_link_id = "enginen_btn_int"; + int_door_link_id = "enginen_door_int"; + pixel_y = -25; + vent_link_id = "enginen_vent"; + req_access = list(10,13) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"hLV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hLX" = ( +/obj/effect/mapping_helpers/damaged_window, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hMv" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"hMD" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/toxins/mixing) +"hMM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"hMZ" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "13" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"hNd" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"hNj" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"hNq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"hNw" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"hNN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prisonershuttle) +"hNR" = ( +/obj/structure/grille/broken, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/shard, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"hNS" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"hNV" = ( +/obj/structure/railing, +/obj/structure/chair/office, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"hOf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/area/space/nearstation) +"hOj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hOr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/xenobio, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"hOu" = ( +/obj/machinery/light_switch/north, +/obj/structure/shelf/command, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_y = -4; + pixel_x = 10 + }, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_y = -4; + pixel_x = 2 + }, +/obj/item/radio/alternative{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/stack/cable_coil{ + pixel_y = 8 + }, +/obj/item/radio/alternative{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"hOG" = ( +/obj/structure/table/glass, +/obj/item/storage/box/syringes{ + pixel_y = 2; + pixel_x = -8 + }, +/obj/item/storage/box/beakers{ + pixel_y = 2; + pixel_x = 8 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/item/storage/box/disks{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"hOL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"hOP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"hOR" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/carpet, +/area/station/service/library) +"hPf" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/nw) +"hPm" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"hPG" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"hPI" = ( +/obj/machinery/economy/vending/medical, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"hPL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"hQe" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"hQk" = ( +/obj/structure/sign/electricshock{ + pixel_x = 32; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"hQq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/pool) +"hQt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/glass, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"hQC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"hQJ" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/turf/simulated/floor/wood/oak, +/area/station/legal/magistrate) +"hQV" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"hRa" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"hRF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"hSa" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hSp" = ( +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/ripped{ + pixel_x = -32 + }, +/obj/structure/rack, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"hSK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"hSL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"hSW" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "janitorshutters"; + name = "Janitor Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/service/janitor) +"hTj" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"hTr" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"hTB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"hTC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"hTI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"hTU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hTV" = ( +/turf/simulated/wall, +/area/station/legal/magistrate) +"hTW" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall/r_wall, +/area/station/command/office/cmo) +"hUe" = ( +/turf/simulated/floor/carpet, +/area/station/service/bar) +"hUh" = ( +/obj/machinery/recharge_station, +/obj/machinery/door_control/bolt_control/south{ + id = "DormToilet4" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"hUk" = ( +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "mechpodbay"; + name = "Pod Door Control"; + pixel_y = -26; + req_access = list(32) + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/mechanic) +"hUH" = ( +/obj/structure/table/wood, +/obj/machinery/door/window/classic/reversed{ + name = "Library Desk Door" + }, +/obj/item/folder, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/library, +/turf/simulated/floor/carpet, +/area/station/service/library) +"hUL" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"hUQ" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"hUT" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/stamp/cmo, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"hVa" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"hVj" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"hVo" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"hVr" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hVu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"hVB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"hVH" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"hVL" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"hVT" = ( +/obj/effect/turf_decal/stripes/white/line{ + color = "lightblue" + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/obj/structure/sign/poster/official/random/south, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"hWg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10; + color = "lightblue" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"hWh" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/grille/broken, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hWp" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"hWM" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hWP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"hXg" = ( +/obj/item/shard, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"hXU" = ( +/obj/structure/railing/cap{ + dir = 9 + }, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"hYv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"hYD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"hYU" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"hZk" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"hZm" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"hZo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"hZs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"hZD" = ( +/obj/machinery/disposal{ + name = "Deathposal" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"hZL" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"hZR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hZW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"iav" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/machine_frame, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/official/the_owl{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"iaw" = ( +/obj/structure/cable, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"iaD" = ( +/obj/machinery/camera{ + c_tag = "Mech Lab"; + dir = 8; + network = list("Research","SS13") + }, +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"iaG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"iaJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"iaN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"iaP" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"ibb" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"ibp" = ( +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"ibt" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"ibG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"ibI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"ibK" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "waste_in"; + dir = 4; + icon_state = "on"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"ibM" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"ibQ" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"ibS" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"ice" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"ici" = ( +/obj/machinery/economy/vending/tool, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"ics" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"icL" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"icT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"idf" = ( +/obj/machinery/computer/secure_data, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"ido" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/main) +"idp" = ( +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"idr" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"idy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"idF" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"ieo" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage/secondary) +"ieq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"ieu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"iev" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"iex" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge South-West"; + dir = 1 + }, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"ieA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"ieC" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 14; + pixel_x = -5 + }, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/reagent_containers/drinks/flask/detflask{ + pixel_x = 10; + pixel_y = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"ieN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/permabrig) +"ieW" = ( +/obj/item/target/alien, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"ieX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"ifb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/oil/maybe, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ifv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"ifD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"ifQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/freezer, +/obj/machinery/alarm/directional/west, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"ifS" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"iga" = ( +/obj/effect/decal/cleanable/blood, +/obj/item/chair/wood{ + dir = 4; + pixel_y = 5; + pixel_x = 12 + }, +/turf/simulated/floor/carpet, +/area/station/maintenance/port) +"ign" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"igp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"igB" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"igI" = ( +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"ihb" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"ihk" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"iht" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"ihz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"ihG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"ihK" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "air_out"; + dir = 8; + external_pressure_bound = 0; + icon_state = "in"; + internal_pressure_bound = 2000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"ihN" = ( +/obj/structure/flora/ausbushes/pointybush, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"ihR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/station/hallway/secondary/bridge) +"ihT" = ( +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/east, +/obj/structure/dresser, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"iie" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"iig" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"iix" = ( +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the E.X.P.E.R.I-MENTOR chamber."; + layer = 4; + name = "E.X.P.E.R.I-MENTOR Camera Screen"; + network = list("Experimentator"); + pixel_y = 32 + }, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/obj/item/wrench, +/obj/item/weldingtool/research, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"iiH" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/evidence) +"ijq" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"ijz" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ijG" = ( +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"ijO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"ijQ" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"ijT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"ike" = ( +/obj/effect/landmark/start/magistrate, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"ikw" = ( +/obj/machinery/door/window/classic/normal{ + name = "Virology Work Zone" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"ikz" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"ikC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"ikQ" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"ikX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"ikZ" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/obj/item/toy/figure/crew/chaplain, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"ila" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"ilj" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"ilJ" = ( +/turf/simulated/wall, +/area/station/command/bridge/checkpoint/south) +"ilO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ilP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"ilT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"ilY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Medbay Reception" + }, +/obj/item/phone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/flashlight/pen{ + pixel_x = 10; + pixel_y = 6 + }, +/obj/item/flashlight/pen{ + pixel_x = 8; + pixel_y = 3 + }, +/obj/item/flashlight/pen{ + pixel_x = 6 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"ilZ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"ima" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"imf" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"imx" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"imy" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/bureaucracy, +/obj/effect/spawner/random/book, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"imN" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"imZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/range) +"inc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"inh" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"inB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"inE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sink/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"inM" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"inO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"inQ" = ( +/turf/simulated/wall, +/area/station/maintenance/disposal/east) +"iod" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"iol" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"iom" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"ioI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"ioK" = ( +/obj/structure/closet/walllocker/medlocker/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"ioR" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ioU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"ipa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ipf" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"ipj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"ipy" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"ipz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/barber) +"ipF" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"ipM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"ipP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/reinforced/normal, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/security/execution) +"ipQ" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"ipT" = ( +/obj/machinery/floodlight, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"ipW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"ipY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"ipZ" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"iqc" = ( +/turf/simulated/wall, +/area/station/science/break_room) +"iqf" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"iqA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/lawyer/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "iaa" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/iaa, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/lawoffice) +"iqN" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/toilet/unisex) +"iqR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ird" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"iri" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"irn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"irt" = ( +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"iru" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"irL" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"irM" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"irO" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"irV" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"isc" = ( +/obj/structure/statue/delta/se, +/obj/effect/turf_decal/siding/yellow/end{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/station/hallway/secondary/bridge) +"iss" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"ist" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/toxins/mixing) +"isA" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"isQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"itk" = ( +/obj/structure/bed, +/obj/item/bedsheet/orange, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"ito" = ( +/turf/simulated/wall/r_wall, +/area/station/security/main) +"itt" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/medmaint) +"itv" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/cyan, +/area/station/command/office/cmo) +"itw" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"itA" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/driver_button{ + id_tag = "trash"; + name = "Trash Ejector Button"; + pixel_x = -24 + }, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/delivery, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/east) +"itB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"itF" = ( +/obj/structure/closet/l3closet/security, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/reagent_dispensers/peppertank/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"itL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"itM" = ( +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"itO" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"itT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"iud" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"iuA" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"iuF" = ( +/obj/effect/decal/cleanable/blood, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"iuP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"iuU" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/legal/courtroom) +"ivn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"ivq" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ivA" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/science/storage) +"ivD" = ( +/obj/machinery/door/poddoor{ + id_tag = "ToxinsVenting"; + name = "Toxins Venting Bay Door"; + power_state = 0 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"ivI" = ( +/obj/machinery/camera{ + c_tag = "EVA West" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"ivR" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"iwi" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"iwz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"iwI" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"iwO" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"iwR" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/bedroom) +"ixf" = ( +/turf/simulated/wall, +/area/station/maintenance/starboard) +"ixr" = ( +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"ixA" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"ixE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ixL" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"ixZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iyc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"iyh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"iys" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"iyA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iyC" = ( +/obj/machinery/atmospherics/trinary/tvalve/digital{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"ize" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"izv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"izz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"izD" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"izJ" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenosecure"; + name = "Secure Creature Cell" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"izS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"izZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iAe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iAH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"iAO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"iAW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"iBh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"iBn" = ( +/obj/machinery/door/airlock/freezer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/welded, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"iBr" = ( +/obj/item/kirbyplants, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"iBt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"iBy" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/stack/cable_coil, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/grenade/chem_grenade/firefighting, +/obj/machinery/status_display/directional/south, +/obj/item/rpd, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"iBF" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"iBI" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"iCb" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/item/clipboard{ + pixel_y = 3 + }, +/obj/item/flashlight/lamp/green/off{ + pixel_x = -14; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"iCs" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"iCy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"iCE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"iCS" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"iCY" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"iDa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"iDw" = ( +/obj/machinery/alarm/directional/east, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"iDP" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/crowbar, +/obj/item/analyzer, +/obj/machinery/camera{ + c_tag = "Atmospherics Front Desk"; + dir = 4; + network = list("SS13","Engineering") + }, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"iDU" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/captain) +"iEw" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"iEG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/mapping_helpers/damaged_window, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"iEH" = ( +/obj/machinery/door/airlock/maintenance{ + id_tag = "xeno_maint" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"iEL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"iFe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/saline{ + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/saline{ + pixel_y = 9; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"iFl" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"iFx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greencorner" + }, +/area/station/medical/virology/lab) +"iFA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"iFQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"iFR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"iFS" = ( +/obj/structure/chair, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iGm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"iGF" = ( +/obj/machinery/door/morgue{ + name = "Private Study" + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"iGI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"iHc" = ( +/obj/structure/closet/crate/can, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"iHf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"iHg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/locker) +"iHp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"iHv" = ( +/obj/structure/marker_beacon/dock_marker, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/secondary/exit) +"iHw" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iHy" = ( +/obj/machinery/disposal, +/obj/machinery/requests_console/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"iHC" = ( +/obj/structure/sign/security{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"iHK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"iHP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iHU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"iHY" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"iIj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"iIC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"iIG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"iIM" = ( +/obj/machinery/light_construct/small/north, +/obj/structure/closet, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"iIZ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"iJd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"iJq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"iJB" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"iKe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"iKr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"iKz" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"iKC" = ( +/obj/structure/closet/crate/medical, +/obj/item/roller, +/obj/item/roller{ + pixel_y = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iKH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"iKY" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/starboard2) +"iLl" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"iLt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"iLB" = ( +/obj/machinery/dnaforensics, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/security/detective) +"iLJ" = ( +/obj/machinery/door/airlock{ + id_tag = "PrivateRoom1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"iMa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"iMn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/port) +"iMB" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/main) +"iME" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"iMI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/storage) +"iMO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"iMT" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/virology/test_room) +"iNa" = ( +/obj/structure/statue/fountain{ + pixel_y = 16; + icon_state = "fountain_g_work" + }, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"iNi" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"iNt" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/plasteel/dark, +/area/station/service/bar/atrium) +"iNL" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/door_control/shutter/south{ + id = "detprivacy"; + name = "Detective Privacy Shutters Control" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"iNR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"iOa" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/brflowers, +/obj/effect/firefly/green, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"iOp" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iOs" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"iOu" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"iOx" = ( +/obj/machinery/hologram/holopad, +/obj/effect/spawner/xmastree, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"iOy" = ( +/obj/effect/turf_decal/siding/wood/corner, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"iOA" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + layer = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"iOD" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"iOP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"iOS" = ( +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iPd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"iPk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/vodka{ + pixel_y = 32 + }, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iPy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"iPE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"iPQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/left, +/obj/item/reagent_containers/drinks/bottle/vodka, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iQi" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/cobweb, +/obj/item/shard, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"iQj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"iQt" = ( +/obj/structure/urinal{ + pixel_y = 28 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"iQv" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"iQw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/starboard2) +"iQK" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"iQO" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/library) +"iRa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"iRd" = ( +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"iRf" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"iRp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hardsuitstorage) +"iRt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iRy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/supply/miningdock) +"iRN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/flashlight, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"iRO" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/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/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"iRU" = ( +/turf/simulated/wall, +/area/station/maintenance/medmaint) +"iSe" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"iSg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"iSy" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/shovel/spade, +/obj/item/hatchet, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"iST" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/processing) +"iTn" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4; + name = "port to heat exchange" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/toxins/mixing) +"iTp" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/server) +"iTq" = ( +/obj/structure/table/glass, +/obj/item/storage/box/masks{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"iTw" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "evidence" + }, +/turf/simulated/floor/plating, +/area/station/security/evidence) +"iTC" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iTG" = ( +/turf/simulated/wall, +/area/station/security/restroom) +"iTK" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iUa" = ( +/obj/machinery/economy/vending/tool/free, +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/east, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"iUO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Bar"; + name = "Bar Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"iUT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"iUV" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"iUW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"iUX" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/toy/figure/crew/janitor{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/service/janitor) +"iVf" = ( +/obj/machinery/camera{ + c_tag = "Expedition"; + dir = 8 + }, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"iVg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machine_frame, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"iVi" = ( +/obj/machinery/power/apc/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"iVy" = ( +/turf/simulated/wall, +/area/station/security/range) +"iVF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"iVI" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/south, +/obj/item/stack/cable_coil{ + pixel_x = 14; + pixel_y = 6 + }, +/obj/item/stack/cable_coil{ + pixel_x = 14 + }, +/obj/item/airlock_electronics{ + pixel_x = -16; + pixel_y = 8 + }, +/obj/item/airlock_electronics{ + pixel_x = -16; + pixel_y = 4 + }, +/obj/item/airlock_electronics{ + pixel_x = -16 + }, +/obj/item/lightreplacer{ + pixel_x = 2; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"iVJ" = ( +/obj/machinery/computer/arcade/recruiter{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"iVO" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"iVQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"iVX" = ( +/turf/simulated/wall, +/area/station/maintenance/library) +"iWn" = ( +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"iWz" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/flag/nt, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel, +/area/station/command/office/rd) +"iWI" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"iWM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/reflector/single{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"iWT" = ( +/obj/machinery/disposal, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"iWV" = ( +/obj/effect/spawner/random/trash, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"iWX" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"iXl" = ( +/obj/structure/bookcase, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/carpet, +/area/station/service/library) +"iXn" = ( +/obj/structure/flora/ausbushes/palebush, +/mob/living/simple_animal/cock/clucky, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"iXz" = ( +/obj/structure/shelf/security, +/obj/item/folder/red{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/folder/red{ + pixel_y = -6 + }, +/obj/item/folder/red{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/folder/red{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/folder/red{ + pixel_y = 8 + }, +/obj/item/folder/red{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/detective) +"iXL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"iXW" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/xenobio, +/obj/machinery/door/airlock/research/glass{ + superconductivity = 0 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"iYd" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"iYj" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "heat exchange to port" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/toxins/mixing) +"iYo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"iYD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"iYI" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"iYK" = ( +/obj/structure/closet/crate/engineering, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"iYN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/wood/fancy/black, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/computer/secure_data/laptop, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"iYU" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/paper/holodeck, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"iZh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Room 1"; + network = list("Prison","SS13"); + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"iZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"iZq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"iZL" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"iZR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"jag" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"jaE" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"jaJ" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"jaO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"jaY" = ( +/obj/structure/table/reinforced, +/obj/item/wrench, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/processing) +"jby" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"jbL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"jbN" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"jbU" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/item/razor{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"jbW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"jck" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"jcq" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"jcU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jda" = ( +/obj/item/kitchen/utensil/spoon, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jdc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central/north) +"jdm" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/recharger/wallcharger{ + pixel_x = -27 + }, +/obj/item/clothing/mask/balaclava, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/storage) +"jdn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"jdC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/brig) +"jdM" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"jep" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"jeq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/aisat) +"jeu" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"jev" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"jez" = ( +/obj/structure/railing/corner{ + dir = 1; + layer = 3.9 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"jeE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/public/toilet) +"jeJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/toxins/mixing) +"jeM" = ( +/obj/structure/gunrack, +/obj/item/gun/energy/gun{ + pixel_y = 8 + }, +/obj/item/gun/energy/gun, +/obj/item/gun/energy/gun{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"jeZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"jfy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"jfD" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/range) +"jfN" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"jfO" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"jfR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/lobby) +"jfV" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"jfY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"jgp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"jgz" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Cargo Bay Desk" + }, +/obj/effect/turf_decal/delivery, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = -6; + pixel_y = 3 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "cargodesk"; + name = "Cargo Desk Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/office) +"jgE" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"jgK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"jgY" = ( +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"jgZ" = ( +/mob/living/simple_animal/hostile/retaliate/carp/koi{ + name = "Jeremy" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/public/pool) +"jhj" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jhk" = ( +/obj/machinery/shower{ + dir = 8; + pixel_x = -5 + }, +/obj/structure/curtain/open/shower, +/obj/item/soap, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"jhp" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"jhv" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/warden) +"jhx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jhz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"jhD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/bed/mattress/dirty, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"jhG" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"jhH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"jhJ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"jhM" = ( +/obj/structure/table/glass, +/obj/item/stack/package_wrap{ + pixel_y = 10; + pixel_x = 16 + }, +/obj/item/reagent_scanner/adv{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/reagent_scanner/adv{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/stack/package_wrap{ + pixel_y = 6; + pixel_x = 16 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"jhV" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jif" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"jim" = ( +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"jit" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"jiy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"jiB" = ( +/obj/machinery/computer/card/minor/hos{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"jiN" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"jiT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"jiV" = ( +/obj/machinery/door_control/shutter/north{ + id = "experimentor"; + name = "Experimentor Control" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"jja" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"jjb" = ( +/obj/structure/closet/secure_closet/research_reagents, +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"jjf" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/belt/medical{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/belt/medical{ + pixel_y = -6 + }, +/obj/item/storage/belt/medical{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 8 + }, +/obj/item/storage/belt/medical{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"jji" = ( +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"jjl" = ( +/obj/machinery/door/airlock/hydroponics/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"jjp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"jjr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"jjx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"jjK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"jjN" = ( +/obj/machinery/recharge_station, +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"jkk" = ( +/obj/structure/shelf/science, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disaster_counter/toxins{ + pixel_y = 32 + }, +/obj/item/transfer_valve{ + pixel_y = 6 + }, +/obj/item/transfer_valve{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_x = 6; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"jks" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"jku" = ( +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"jkw" = ( +/obj/item/flashlight/flare/glowstick/random, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"jkz" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jkC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"jkD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"jkM" = ( +/obj/machinery/door/airlock/external{ + id_tag = "enginen_door_ext" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/machinery/access_button/north{ + autolink_id = "enginen_btn_ext"; + name = "exterior access button"; + req_access = list(10,13) + }, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"jkP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"jlj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"jlS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jlU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"jlY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jmi" = ( +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jmD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"jmF" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"jmG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"jmI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Bar"; + name = "Bar Privacy Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"jmJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"jmX" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"jni" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"jnp" = ( +/obj/structure/machine_frame, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"jnD" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "AI Minisatellite NorthWest"; + dir = 8; + network = list("SS13","Minisat") + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"jnT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"jnW" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"joe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"jof" = ( +/obj/structure/transit_tube/horizontal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"jog" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/control) +"jol" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "magistrateshutters"; + name = "Magistrate Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"jou" = ( +/obj/machinery/door_timer/cell_6{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"joU" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"joW" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"jpb" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"jpm" = ( +/obj/effect/spawner/airlock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_starboard) +"jpn" = ( +/obj/item/coin/silver{ + pixel_y = 6; + pixel_x = -6 + }, +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/dest_tagger{ + pixel_x = 11; + pixel_y = 6 + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/qm) +"jpo" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"jpt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"jpu" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"jpy" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"jpB" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"jpX" = ( +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/storage) +"jqb" = ( +/obj/machinery/computer/scan_consolenew, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"jqc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jql" = ( +/obj/machinery/dye_generator, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"jqA" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/mob/living/simple_animal/pet/cat/spacecat/musya, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"jqC" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"jqD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"jqI" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jqX" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"jqZ" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/bookcase, +/obj/item/book/manual/wiki/sop_security{ + pixel_x = 6 + }, +/obj/item/book/manual/wiki/sop_legal, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -6 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"jrg" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"jri" = ( +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + pixel_y = 2; + dir = 4; + pixel_x = 2 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"jrw" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/mask/balaclava, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"jrK" = ( +/obj/structure/table/wood, +/obj/item/folder, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"jrO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/brig) +"jrU" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/cardboard{ + amount = 25 + }, +/obj/item/storage/box/lights/mixed{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/sorting) +"jrY" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"jrZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "psych" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/psych/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"jsE" = ( +/obj/machinery/drone_fabricator, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"jsK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"jtb" = ( +/obj/structure/table/wood, +/obj/item/storage/bag/books, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/carpet, +/area/station/service/library) +"jtq" = ( +/obj/machinery/alarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"jtv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"jtC" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"jtK" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jtN" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"jtV" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"juo" = ( +/obj/machinery/chem_heater, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"juz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "engstorage"; + name = "Secure Storage Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"juA" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"juJ" = ( +/obj/machinery/economy/vending/cola, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"juL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"juQ" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/station/science/lobby) +"juU" = ( +/obj/structure/morgue, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/maintenance/old_detective) +"jvm" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dirt, +/obj/random/hampter, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"jvo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"jvp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"jvs" = ( +/obj/structure/filingcabinet, +/obj/machinery/light/directional/west, +/obj/machinery/door_control/shutter/west{ + id = "iaashutters"; + name = "IAA Privacy Shutter Control"; + pixel_y = -6; + req_access = list(38) + }, +/obj/machinery/button/windowtint/west{ + id = "iaa"; + pixel_y = 6; + range = 10; + req_access = list(38) + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"jvu" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/table/wood, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/paper{ + pixel_y = 2 + }, +/obj/item/pen{ + pixel_y = 4; + pixel_x = -2 + }, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"jvC" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"jvM" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/restroom) +"jvO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jvR" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"jvS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"jwd" = ( +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_out_meter"; + layer = 2.9; + name = "Mixed Air Tank Out" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"jwG" = ( +/obj/machinery/economy/vending/autodrobe, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"jwL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"jwT" = ( +/obj/structure/table/wood, +/obj/item/clipboard, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/bar) +"jxN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"jxY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/chef, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"jya" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate/internals, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"jyh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"jyi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"jym" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"jyv" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1; + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"jyJ" = ( +/turf/simulated/wall, +/area/station/maintenance/abandoned_garden) +"jyK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jyL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"jyP" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"jyT" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"jzu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"jzw" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"jzE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"jzI" = ( +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"jzK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"jzV" = ( +/obj/machinery/sparker{ + id = "toxinsigniter"; + pixel_x = 20 + }, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"jAn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"jAB" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 6 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/folder{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"jBa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"jBk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/rods{ + amount = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jBn" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/mechanic) +"jBv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/trash/plate, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jBA" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/storage) +"jBO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"jCq" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/structure/sign/poster/random/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"jCv" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"jCz" = ( +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"jCO" = ( +/obj/structure/closet/cabinet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/starboard) +"jCU" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"jDc" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jDk" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Minisatellite Foyer Exterior North"; + network = list("SS13","Minisat"); + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"jDu" = ( +/obj/machinery/computer/operating, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"jDw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"jDy" = ( +/obj/structure/spirit_board, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"jDE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greencorner" + }, +/area/station/service/hydroponics) +"jDG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"jDI" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"jEo" = ( +/obj/structure/chair/office, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"jEu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"jEw" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Kitchen Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 8 + }, +/obj/effect/spawner/random/snacks, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"jED" = ( +/obj/structure/table/wood, +/obj/machinery/status_display/directional/north, +/obj/item/lighter/zippo/black, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"jEH" = ( +/obj/machinery/door_control/shutter/east{ + id = "unknowndoor" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"jEI" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "engines_vent"; + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"jEZ" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"jFs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"jFu" = ( +/obj/structure/dispenser, +/obj/machinery/light/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"jFV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"jGd" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"jGe" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/restroom) +"jGf" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"jGG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/prisonershuttle) +"jGH" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel/funeral) +"jGT" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"jGV" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "waste_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"jHd" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/maintenance/fsmaint) +"jHk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/east) +"jHD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/east) +"jHH" = ( +/obj/structure/railing, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"jHK" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"jHO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"jIf" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/reagent_containers/applicator{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000"; + pixel_x = 8; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"jIg" = ( +/obj/machinery/light_construct/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"jIs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"jIO" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"jJc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("n2_sensor"="Tank"); + dir = 8; + inlet_injector_autolink_id = "n2_in"; + name = "Nitrogen Supply Control"; + outlet_vent_autolink_id = "n2_out" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/engineering/atmos) +"jJh" = ( +/obj/structure/railing/cap/normal{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"jJj" = ( +/obj/machinery/atmospherics/portable/pump, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"jJs" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jJv" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/bottle/mutagen{ + pixel_y = 6; + pixel_x = -14 + }, +/obj/item/reagent_containers/glass/bottle/frostoil{ + pixel_y = 11 + }, +/obj/item/reagent_containers/glass/bottle/reagent/hairgrownium{ + pixel_y = 6; + pixel_x = 12 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 3 + }, +/obj/item/reagent_containers/syringe/calomel{ + pixel_y = -1 + }, +/obj/item/reagent_containers/syringe/heparin{ + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"jJO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Genetics Desk" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Genetics Privacy Shutter"; + id_tag = "GeneticsPrivacy"; + dir = 8 + }, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/desk_bell{ + pixel_x = -6 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Genetics Desk" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/genetics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/genetics) +"jJU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"jJV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"jJW" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jKc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"jKd" = ( +/obj/machinery/photocopier, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"jKj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jKo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/brig) +"jKy" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"jKJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/lobby) +"jKL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"jKM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"jKW" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "tox_sensor" + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"jLf" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 10 + }, +/obj/item/stack/sheet/mineral/plasma, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"jLn" = ( +/obj/machinery/chem_dispenser/soda{ + pixel_y = 6 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"jLt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/barricade/sandbags, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"jLO" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"jMo" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"jMx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"jMN" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"jMV" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/item/flag/cargo, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"jNg" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/personal, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"jNp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/body_bag, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jNz" = ( +/obj/structure/closet/secure_closet/evidence, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/evidence) +"jNF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/stack/medical/ointment/advanced{ + pixel_y = 2; + pixel_x = 5 + }, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_y = 2; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"jNM" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"jOf" = ( +/obj/structure/sign/poster/official/random/south, +/obj/structure/displaycase/hos, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 10 + }, +/area/station/command/office/hos) +"jOi" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue, +/obj/structure/rack, +/obj/item/storage/firstaid/o2{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/adv/empty{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"jOl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"jOr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/permabrig) +"jOu" = ( +/obj/machinery/turretid/stun{ + name = "AI Upload Turret Control"; + pixel_y = 8; + req_access = list(75) + }, +/turf/simulated/wall, +/area/station/turret_protected/ai_upload) +"jOB" = ( +/obj/machinery/newscaster/security_unit/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 5 + }, +/area/station/command/office/hos) +"jOC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"jOZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"jPe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"jPh" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/security/permabrig) +"jPE" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "magistrateshutters"; + name = "Magistrate Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"jQg" = ( +/obj/structure/statue/delta/sw, +/obj/effect/turf_decal/siding/yellow/end{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "floor_large" + }, +/area/station/hallway/secondary/bridge) +"jQi" = ( +/obj/item/chair/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"jQm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prisonershuttle) +"jRf" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"jRl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/supply/expedition) +"jRu" = ( +/obj/structure/table/wood, +/obj/item/toner, +/obj/item/toner{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/toner{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel/grimy, +/area/station/service/library) +"jRG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/shelf/supply, +/obj/item/stack/package_wrap{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/package_wrap{ + pixel_y = -4 + }, +/obj/item/stack/package_wrap{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/stack/package_wrap{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/stack/package_wrap{ + pixel_y = 8 + }, +/obj/item/stack/package_wrap{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/storage) +"jRH" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"jRL" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/coroner, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"jRP" = ( +/obj/structure/flora/grass/brown, +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass/no_creep, +/area/station/public/pool) +"jRY" = ( +/obj/machinery/chem_master, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"jSb" = ( +/obj/structure/chair/sofa/left, +/obj/machinery/alarm/directional/north, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"jSd" = ( +/obj/structure/bed, +/obj/item/bedsheet/fluff, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"jSh" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/machinery/camera{ + c_tag = "Clown Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"jSv" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jSy" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"jSE" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"jSH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"jSX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"jTe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/shelf/supply, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_y = -4 + }, +/obj/item/storage/box{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/storage/box{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/box{ + pixel_y = 8 + }, +/obj/item/storage/box{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"jTj" = ( +/obj/structure/reagent_dispensers/fueltank/chem/south, +/obj/structure/shelf/science, +/obj/item/storage/box/gloves{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/storage/box/bodybags{ + pixel_y = -6 + }, +/obj/item/storage/box/masks{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/clothing/mask/breath/medical{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/roller{ + pixel_y = 14 + }, +/obj/item/tank/internals/anesthetic{ + pixel_x = 8; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/science/robotics) +"jTD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"jTE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jTH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"jTS" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"jTT" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"jTW" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"jUf" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/clothing/head/cakehat, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"jUn" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"jUs" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/taperecorder{ + pixel_x = -7 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"jUu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"jUG" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"jUH" = ( +/obj/machinery/economy/vending/medical, +/obj/machinery/light/nightshifted/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"jUO" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"jUS" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/sink/directional/east, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"jVh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table, +/obj/item/clothing/under/towel/short/alt, +/obj/item/clothing/under/towel/short{ + pixel_y = 7 + }, +/obj/item/clothing/under/towel/short{ + pixel_y = 7 + }, +/obj/item/clothing/head/towel{ + pixel_y = 10 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"jVi" = ( +/obj/machinery/door/airlock/freezer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"jVo" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/structure/window{ + dir = 1 + }, +/turf/simulated/floor/noslip, +/area/station/science/research) +"jVs" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/lobby) +"jVK" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno7"; + name = "Creature Cell #7" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"jWd" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/lobby) +"jWj" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"jWq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"jWx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"jWA" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs{ + pixel_y = 6 + }, +/obj/machinery/light/small/directional/north, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"jWY" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_home"; + name = "port bay 3"; + width = 5 + }, +/turf/space, +/area/space) +"jXC" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/computer/sm_monitor{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"jXE" = ( +/obj/structure/sign/science, +/turf/simulated/wall/r_wall, +/area/station/science/robotics/chargebay) +"jXF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner" + }, +/area/station/medical/virology/test_room) +"jXH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"jYi" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"jYj" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"jYv" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"jYy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 4 + }, +/area/station/aisat) +"jYB" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"jYQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"jZa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"jZg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jZi" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/holosign/surgery{ + id = "Surgery2" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Surgery2" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/secondary) +"jZv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"jZx" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"jZz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"jZM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"jZO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"jZR" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"jZT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/lobby) +"kap" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"kaq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"kaG" = ( +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"kaL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"kaM" = ( +/obj/structure/sign/poster/official/random/west, +/obj/machinery/camera{ + c_tag = "Theatre West"; + dir = 4; + pixel_y = -22 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"kaN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"kaO" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"kaP" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/item/storage/box/donkpockets{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"kaQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/magistrate, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"kaS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"kbj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"kbm" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/table/glass, +/obj/item/storage/fancy/crayons, +/obj/item/lipstick/random, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"kbw" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"kbO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"kbP" = ( +/obj/machinery/economy/vending/hydroseeds, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"kbZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain) +"kcc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"kcd" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"kcj" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"kcw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"kcz" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"kcE" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_y = 8 + }, +/turf/simulated/floor/carpet/green, +/area/station/command/office/captain) +"kcY" = ( +/obj/machinery/cooker/deepfryer, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"kdm" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kdn" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/plasteel/dark, +/area/station/service/bar/atrium) +"kdu" = ( +/obj/structure/chair/sofa/right, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel/dark, +/area/station/service/bar/atrium) +"kdF" = ( +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"kdH" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "20" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"kdI" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"kdJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"kep" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"ket" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"keu" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"keM" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/permabrig) +"keS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"keU" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"keX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"keZ" = ( +/obj/structure/machine_frame, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"kfh" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/machinery/light/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"kfl" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard2) +"kfm" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"kfo" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"kfw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"kfx" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"kfy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kfF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"kfP" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"kfU" = ( +/obj/structure/chair/sofa/right, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"kfZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/brig) +"kga" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/vials{ + pixel_x = -2 + }, +/obj/item/storage/box/syringes{ + pixel_y = 3; + pixel_x = 15 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenfull" + }, +/area/station/medical/virology/lab) +"kgp" = ( +/obj/machinery/economy/vending/sustenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"kgr" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/walllocker/emerglocker/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"kgy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"kgB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/landmark/start/bartender, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"kgO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"kgY" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/abandoned_garden) +"kht" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"khJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/west) +"khL" = ( +/obj/machinery/door/airlock/tranquillite, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/mime, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"khQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"kil" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"kiv" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"kiB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"kiP" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"kiV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"kiW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/secondary/entry) +"kjb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/aft) +"kjl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"kjm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"kjn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"kjr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/research) +"kjw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"kjB" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"kjP" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"kjR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"kke" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"kkB" = ( +/obj/machinery/camera{ + c_tag = "Server Room"; + dir = 1; + network = list("SS13","Research") + }, +/obj/machinery/r_n_d/server/station, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"kkD" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"kkR" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"kkX" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"klf" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"klt" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"klu" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"klz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"klA" = ( +/obj/effect/turf_decal/stripes/white/line{ + color = "lightblue" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"klO" = ( +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/shelf/medbay, +/obj/item/storage/box/bodybags{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/bodybags{ + pixel_y = -6 + }, +/obj/item/storage/box/bodybags{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/storage/box/gloves{ + pixel_y = 8; + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"kmi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"kmy" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle, +/turf/simulated/floor/carpet/red, +/area/station/legal/courtroom) +"kmQ" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"kno" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"knI" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/restroom) +"knM" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 9; + height = 18; + id = "admin_home"; + name = "port bay 1"; + timid = 1; + width = 19 + }, +/turf/space, +/area/space) +"knP" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"knR" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"knU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"knV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"knW" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/warden) +"knX" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"knY" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"koI" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"kpl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"kpp" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/old_detective) +"kpB" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"kpD" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"kpK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kpT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/space/nearstation) +"kpV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"kqa" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/old_kitchen) +"kqo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"kqp" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"kqF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"kqQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"krc" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"krp" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/north, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 8 + }, +/obj/item/storage/toolbox/electrical{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"krr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"krw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"krD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"krE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/west) +"krP" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"krZ" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"ksd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"ksz" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"ksL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ksQ" = ( +/obj/machinery/door_control/shutter/west{ + id = "restaurant"; + name = "Restaurant Shutters control" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"ksS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ktb" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel/funeral) +"ktm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"ktr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"ktV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"kue" = ( +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"kur" = ( +/turf/simulated/wall, +/area/station/engineering/hallway) +"kut" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"kuI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kuJ" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"kuK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap{ + pixel_y = 12 + }, +/obj/item/hand_labeler{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"kuY" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "court" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"kvm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/port) +"kvx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"kvA" = ( +/obj/machinery/door/airlock/research, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/tox, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"kvQ" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"kvR" = ( +/obj/structure/sink/kitchen/north, +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"kwe" = ( +/obj/machinery/hydroponics/constructable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"kwr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10; + color = "lightblue" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"kwv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"kww" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"kwC" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/chef_recipes, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"kwD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"kwN" = ( +/obj/effect/landmark/start/chaplain, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"kwO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"kxP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/lawyer/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "court" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"kxX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"kya" = ( +/obj/structure/railing/corner{ + dir = 4; + layer = 3.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/white/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"kyg" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/machinery/light/directional/north, +/obj/item/paper/pamphlet/deltainfo, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"kyw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"kyz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"kyI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "rampbottom" + }, +/area/station/public/pool) +"kyJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Medbay Reception" + }, +/obj/machinery/door_control/normal{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyerPort"; + name = "Medbay Doors Control"; + req_access = list(5) + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"kyU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port2) +"kze" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"kzh" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"kzn" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"kzq" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6; + color = "lightblue" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"kzt" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"kzE" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"kzN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"kzR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kAf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"kAl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/engineering/hardsuitstorage) +"kAm" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"kAy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"kAG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"kAK" = ( +/obj/structure/sign/greencross{ + icon_state = "lifestar" + }, +/turf/simulated/wall/r_wall, +/area/station/medical/chemistry) +"kAN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"kAW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"kBi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "chemdesk"; + name = "Chemistry Desk Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"kBQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"kBZ" = ( +/obj/structure/sign/explosives, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"kCr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"kCw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/south) +"kCy" = ( +/obj/structure/chair/sofa/right{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"kCA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/break_room) +"kDi" = ( +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"kDl" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/obj/item/reagent_containers/condiment/enzyme, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"kDv" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"kDE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/station/medical/virology/lab) +"kEe" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"kEw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/scrubber/huge/stationary, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"kEO" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/service/theatre) +"kEV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"kEX" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"kFe" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"kFg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"kFm" = ( +/obj/machinery/computer/area_atmos/area{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"kFr" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"kFG" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "HoS" + }, +/obj/machinery/door/airlock/command/hos/glass{ + id_tag = "hosofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/hos, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hos) +"kFL" = ( +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + network = list("Medbay","SS13"); + dir = 4 + }, +/obj/structure/shelf/medbay, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_y = -6 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_y = 8 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"kFP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"kFS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"kGe" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"kGk" = ( +/obj/machinery/computer/med_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"kGm" = ( +/turf/simulated/wall, +/area/station/public/vacant_store) +"kGr" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/processing) +"kGs" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"kGx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"kGy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"kGD" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"kGI" = ( +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"kGM" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"kGW" = ( +/obj/machinery/door/poddoor/impassable/gamma, +/obj/structure/fans/tiny, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"kHe" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"kHq" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/starboard2) +"kHw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"kHz" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 1; + id_tag = "janitorshutters"; + name = "Janitor Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door_control/shutter/north{ + id = "janitorshutters"; + name = "Janitor Shutters Control"; + pixel_y = 0; + pixel_x = 24; + req_access = list(26) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/service/janitor) +"kHA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"kIl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"kIs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"kIt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"kIC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"kIL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"kIP" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"kJd" = ( +/obj/machinery/door/poddoor{ + id_tag = "SpaceDropSM"; + protected = 0; + name = "SM Drop Door" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"kJV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central/sw) +"kJY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"kKj" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"kKs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"kKB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"kKH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kKU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"kLf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/photo_album, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/maintenance/old_detective) +"kLw" = ( +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"kLT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kMn" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 16 + }, +/mob/living/simple_animal/pet/cat/floppa, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"kMu" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "holdingcellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"kMx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"kME" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"kMH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"kMY" = ( +/obj/machinery/photocopier, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"kNe" = ( +/obj/machinery/suit_storage_unit/qm/secure, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"kNg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"kNj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"kNk" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/red{ + pixel_y = 6; + pixel_x = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"kNn" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"kNu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"kNC" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"kNF" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/computer/monitor{ + dir = 1; + name = "Engineering Power Monitoring Console" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/controlroom) +"kNU" = ( +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"kOk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"kOq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"kOr" = ( +/obj/structure/table, +/obj/item/camera/autopsy, +/obj/item/autopsy_scanner{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/scalpel{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"kOs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/rd) +"kOA" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kOD" = ( +/obj/machinery/bodyscanner, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"kOE" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/public/fitness) +"kOW" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering Storage"; + dir = 8; + network = list("Engineering","SS13") + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"kPd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kPf" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/command/office/hop) +"kPi" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"kPm" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/mask/balaclava, +/obj/machinery/firealarm/directional/east, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"kPt" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"kPJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"kQd" = ( +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"kQm" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"kQt" = ( +/obj/structure/table, +/obj/item/toy/figure/crew/scientist, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/research) +"kQN" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/east, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"kQQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"kRd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"kRr" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/camera{ + c_tag = "Medbay Genetics"; + network = list("Medbay","SS13") + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/shelf/medbay, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"kRx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"kRU" = ( +/obj/machinery/door/window/classic/reversed, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/robotics, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Science" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/science/break_room) +"kSc" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/tech_storage) +"kSk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"kSr" = ( +/obj/machinery/light/directional/east, +/obj/machinery/mecha_part_fabricator/station{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"kSu" = ( +/obj/effect/landmark/start/chef, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"kSQ" = ( +/obj/structure/sink/directional/east, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"kSW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"kSX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kTm" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"kTo" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"kTs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/starboard) +"kTv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kTw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"kTR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"kTV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/lobby) +"kUe" = ( +/obj/effect/turf_decal/delivery, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Mining Access South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"kUk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"kUB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"kUE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/barricade/security, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"kUF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"kUG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"kUQ" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"kUW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "restaurant"; + name = "Restaurant Shutters" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"kUY" = ( +/obj/structure/closet/secure_closet/personal/patient, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/toy/plushie/voxplushie, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"kVf" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"kVr" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"kVB" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"kVK" = ( +/obj/structure/table/wood, +/obj/machinery/cell_charger, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"kWa" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/storage/toolbox/emergency{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"kWd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"kWj" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"kWx" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"kWB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"kWD" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Brig Hall South-West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"kWF" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"kWO" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"kXm" = ( +/obj/structure/kitchenspike, +/obj/machinery/status_display/directional/east, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/obj/item/restraints/handcuffs/cable, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"kXs" = ( +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"kXM" = ( +/obj/structure/table/glass, +/obj/machinery/light/directional/north, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/pen{ + pixel_y = 2; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"kXZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"kYb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"kYd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"kYh" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/obj/item/camera_film{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"kYX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"kZc" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"kZe" = ( +/obj/structure/closet/secure_closet/medical2, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"kZg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"kZm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"kZp" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"lai" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10; + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"lam" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"laQ" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/delivery, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"laV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/electrical_shop) +"laY" = ( +/obj/item/flag/sec, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"laZ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"lbg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lbz" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"lbT" = ( +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"lcj" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/miningdock) +"lcl" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door_control/shutter{ + id = "xenosecure"; + name = "Containment Control"; + pixel_y = -3; + req_access = list(55) + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"lct" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"lcA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"lcV" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"ldm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"ldn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lds" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/curtain/open/shower/security{ + icon_state = "closed" + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"ldv" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"ldC" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = -5; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"ldQ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"ldZ" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"lee" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen/blue{ + pixel_y = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "chemdesk"; + name = "Chemistry Desk Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Chemistry Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/chemistry) +"les" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"ley" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"leB" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/random/east, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"leL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/funeral) +"leM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"leZ" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"lfc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lfd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lfg" = ( +/obj/machinery/door/airlock/bathroom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"lfi" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/starboard) +"lfj" = ( +/obj/structure/curtain/open/shower, +/obj/effect/decal/cleanable/dirt, +/obj/item/soap, +/obj/machinery/shower{ + dir = 4; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/security/permabrig) +"lfo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"lfz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"lfA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"lfC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"lfQ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"lgg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"lgJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"lgO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock{ + id_tag = "PrivateRoom2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"lgQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"lhb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"lhn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lhu" = ( +/obj/machinery/chem_master/condimaster, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"lhF" = ( +/obj/machinery/door/airlock/virology, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"lhJ" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lhN" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lhQ" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/main) +"lhR" = ( +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/structure/shelf/service, +/obj/item/reagent_containers/condiment/flour{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/reagent_containers/condiment/flour{ + pixel_y = -4 + }, +/obj/item/reagent_containers/condiment/flour{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 10 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 8; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"lik" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"lim" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"liC" = ( +/obj/machinery/economy/vending/vulpix, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"liD" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"liZ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"lja" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"ljm" = ( +/obj/structure/safe/floor, +/obj/item/reagent_containers/drinks/bottle/cognac, +/obj/item/reagent_containers/drinks/bottle/cognac, +/obj/item/reagent_containers/drinks/bottle/cognac, +/obj/item/reagent_containers/drinks/bottle/goldschlager, +/obj/item/reagent_containers/drinks/bottle/goldschlager, +/obj/item/reagent_containers/drinks/bottle/goldschlager, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"ljq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"ljM" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/disposal, +/obj/machinery/camera{ + c_tag = "Quartermaster Office"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/qm) +"ljY" = ( +/obj/machinery/door/window/classic/normal{ + name = "Virology Work Zone" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"lke" = ( +/obj/structure/chair/office/light{ + dir = 8; + pixel_y = 3 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel/white, +/area/station/science/explab) +"lkf" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/public/locker) +"lkh" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"lkt" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"lkD" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"lkK" = ( +/obj/machinery/camera{ + c_tag = "Medbay Hallway South-East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"lkW" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"lkZ" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream/icecreamcone, +/obj/item/food/frozen/icecream, +/obj/item/food/frozen/icecream, +/obj/item/food/frozen/icecreamsandwich, +/obj/item/food/frozen/icecreamsandwich, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/starboard2) +"lle" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"llm" = ( +/obj/structure/railing/corner{ + dir = 4; + layer = 3.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"llp" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/jungle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"llJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"llR" = ( +/obj/machinery/camera{ + c_tag = "Brig Hall North-East" + }, +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"lmo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"lmr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"lmt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"lmA" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"lmD" = ( +/obj/structure/table/glass, +/obj/machinery/light/directional/south, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_y = 4; + pixel_x = 12 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"lmQ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"lmY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"lny" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lnL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"lnO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/machinery/light_switch/north, +/obj/item/storage/belt/utility{ + pixel_y = 8 + }, +/obj/item/clothing/gloves/color/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"lnR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"lnW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/fore) +"lnY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 4 + }, +/area/station/command/vault) +"lnZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"log" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/station/command/vault) +"los" = ( +/obj/machinery/economy/vending/chemdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"loM" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_security, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"loS" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/old_detective) +"lpe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation) +"lpk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"lpn" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"lpo" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"lpL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"lqv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"lqB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lqJ" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"lqL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/controlroom) +"lrb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/west) +"lrg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"lrv" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lrx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"lrz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"lrN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"lsa" = ( +/obj/machinery/icemachine, +/obj/structure/sign/poster/official/random/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/starboard2) +"lsd" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/checkpoint/south) +"lse" = ( +/obj/effect/turf_decal/stripes/white/line{ + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"lsi" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"lsu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"lsv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"lsz" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/lobby) +"lsC" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"lsG" = ( +/obj/machinery/camera{ + c_tag = "Restoraunt South"; + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"lsK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Minisatellite South"; + network = list("SS13","Minisat") + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"lsO" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"ltb" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ltw" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ltA" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"ltH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"ltQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/machine_frame, +/obj/item/stock_parts/cell, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"ltX" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel/funeral) +"lul" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"lus" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"luE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/spawner/xeno, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/maintenance/starboard2) +"luJ" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/analyzer, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"luU" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"lvb" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"lvd" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"lvi" = ( +/obj/structure/bookcase/sop, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"lvu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"lvD" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"lvH" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"lvJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/command/hos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "hosroom" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/hos, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hos) +"lvO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/evidence) +"lvU" = ( +/obj/machinery/requests_console/directional/east, +/obj/machinery/light_switch/south, +/obj/machinery/computer/card/minor/cmo{ + dir = 8 + }, +/obj/machinery/keycard_auth/south{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"lvV" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"lwj" = ( +/obj/machinery/disposal, +/obj/machinery/light_switch/north, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"lwn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/brig) +"lwr" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"lwx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology2" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"lwE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"lxh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"lxi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"lxo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"lxC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"lxJ" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"lxT" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lxV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"lyw" = ( +/obj/effect/spawner/airlock, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"lyy" = ( +/obj/structure/railing/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"lyD" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 5 + }, +/obj/item/book/manual/wiki/experimentor{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/clipboard{ + pixel_x = -7 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"lyJ" = ( +/obj/machinery/door/window/brigdoor{ + dir = 1; + id = "Cell 3"; + name = "Cell 3" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"lyQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/maintenance/medmaint) +"lzg" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"lzl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"lzp" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"lzD" = ( +/obj/structure/shelf/command, +/obj/item/gps{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/gps{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/gps{ + pixel_y = -4 + }, +/obj/item/radio/alternative{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/stack/cable_coil{ + pixel_y = 8 + }, +/obj/item/radio/alternative{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"lzG" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"lzQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"lAk" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"lAm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"lAq" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"lAG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/flashlight, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"lAM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"lAO" = ( +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"lAU" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/engineering/mechanic) +"lBa" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/service/library) +"lBf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"lBi" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"lBj" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"lBu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"lBT" = ( +/obj/machinery/suit_storage_unit/cmo/sec_storage/secure, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"lBW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"lBY" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"lCh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"lCu" = ( +/obj/structure/table/wood, +/obj/item/tome, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/maintenance/port) +"lCy" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lCD" = ( +/turf/simulated/floor/plasteel, +/area/station/security/range) +"lCE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"lCR" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/welded, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"lCU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"lDc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage/secondary) +"lDp" = ( +/obj/structure/chair/sofa/left, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/plasteel/dark, +/area/station/service/bar/atrium) +"lDq" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"lDJ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"lDP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"lDQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"lDS" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"lDX" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"lEd" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 12; + pixel_y = 2 + }, +/obj/item/lighter/zippo/hop{ + pixel_y = 7 + }, +/obj/item/storage/box/keys{ + pixel_x = -16; + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"lEt" = ( +/obj/machinery/firealarm/directional/east, +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Office"; + dir = 8; + network = list("Medical","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"lEw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"lEN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/storage/belt/medical{ + pixel_y = 2 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"lEP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"lEV" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"lFv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lFJ" = ( +/obj/machinery/conveyor/south{ + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"lGa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"lGh" = ( +/obj/machinery/mass_driver{ + id_tag = "chapelgun" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"lGl" = ( +/obj/machinery/camera{ + c_tag = "Research West Hallway"; + network = list("Research","SS13"); + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lGu" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/obj/machinery/door_control/shutter/north{ + id = "paramedic"; + name = "Garage Door Control"; + req_access = list(66) + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"lHb" = ( +/obj/machinery/button/windowtint/south{ + id = "holdingcellprivacy"; + name = "Temporary Holding Cell Window Tint Control"; + pixel_x = 6; + req_access = list(63) + }, +/obj/machinery/button/windowtint/south{ + id = "cellprivacy"; + name = "Cell Window Tint Control"; + pixel_x = -6; + range = 10; + req_access = list(63) + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"lHc" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"lHp" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"lHr" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/bot/floorbot, +/obj/item/stock_parts/cell/high{ + pixel_y = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"lHz" = ( +/obj/structure/shelf/medbay, +/obj/item/storage/box/monkeycubes/wolpincubes{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/storage/box/monkeycubes/stokcubes{ + pixel_y = -6 + }, +/obj/item/storage/box/monkeycubes/neaeracubes{ + pixel_x = 8; + pixel_y = -6 + }, +/obj/item/storage/box/monkeycubes{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/storage/box/monkeycubes/farwacubes{ + pixel_y = 8 + }, +/obj/item/storage/box/monkeycubes/nian_worme_cubes{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"lHI" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lHO" = ( +/obj/effect/decal/cleanable/ants, +/obj/structure/sign/poster/official/random/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"lIc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hardsuitstorage) +"lIp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"lIv" = ( +/obj/machinery/suit_storage_unit/clown/secure, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"lIE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"lIH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/soap, +/obj/structure/sink/directional/east, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"lIM" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/stack/sheet/plasteel/fifteen{ + pixel_x = 4; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"lIQ" = ( +/obj/machinery/suit_storage_unit/clown/secure, +/obj/machinery/door_control/shutter/east{ + id = "Clown"; + name = "Clowns Privacy Shutters Control" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"lIT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"lIZ" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"lJd" = ( +/obj/structure/shelf/security, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/grenade/barrier{ + pixel_x = -6 + }, +/obj/item/grenade/barrier{ + pixel_x = 1 + }, +/obj/item/grenade/barrier{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"lJf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"lJk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"lJl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"lJu" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/soda{ + pixel_y = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/bar) +"lJF" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"lJP" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/hardsuitstorage) +"lKe" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"lKp" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Toxin Mixing"; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"lKI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lKM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"lKW" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/clothing/gloves/color/fyellow{ + pixel_y = -4 + }, +/obj/item/gps{ + pixel_x = -15; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"lLj" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "Kitchen" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"lLM" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"lLP" = ( +/obj/structure/disposalpipe/junction, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"lLS" = ( +/obj/structure/closet/crate, +/obj/item/food/breadslice, +/obj/item/food/breadslice, +/obj/item/food/breadslice, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/onion, +/obj/item/food/grown/onion, +/obj/item/storage/box/donkpockets, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/rice, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"lMb" = ( +/obj/item/flag/nt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/main) +"lMl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"lMA" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "WardenD" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"lMB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"lMH" = ( +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"lMI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lML" = ( +/obj/machinery/economy/vending/clothing, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"lMM" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/server) +"lNj" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"lNx" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lNO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/controlroom) +"lOk" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"lOl" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"lOm" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"lOy" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"lOB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno5"; + name = "Creature Cell #5" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"lOE" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/recharger/wallcharger{ + pixel_x = 35 + }, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/mask/balaclava, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"lOT" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"lOZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"lPg" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "co2_in"; + dir = 4; + icon_state = "on"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"lPi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lPm" = ( +/obj/machinery/gibber, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"lPp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/chair/wood{ + dir = 4; + pixel_y = 5; + pixel_x = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"lPy" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_y = 2; + pixel_x = -5 + }, +/obj/item/flashlight/pen{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_x = 14; + pixel_y = 4 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"lPB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"lPK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"lPP" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"lPS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lPT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"lPW" = ( +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"lPY" = ( +/obj/machinery/suit_storage_unit/security/hos/secure, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 9 + }, +/area/station/command/office/hos) +"lQa" = ( +/obj/machinery/sleeper, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"lQf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"lQk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/door_assembly/door_assembly_atmo, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lQs" = ( +/obj/structure/table, +/obj/item/storage/box/cups{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"lQw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"lQA" = ( +/obj/machinery/biogenerator, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lQC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"lQE" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"lQH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"lQN" = ( +/obj/structure/flora/ausbushes/fullgrass, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"lRb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/storage) +"lRc" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"lRf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"lRi" = ( +/obj/effect/turf_decal/delivery/blue, +/obj/structure/rack, +/obj/item/storage/firstaid/brute{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/toxin{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"lRl" = ( +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"lRD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"lSa" = ( +/obj/machinery/prize_counter, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"lSc" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lSu" = ( +/turf/simulated/wall/r_wall, +/area/station/science/test_chamber) +"lSB" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"lSE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"lSK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"lSQ" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet/black, +/area/station/security/warden) +"lSZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"lTi" = ( +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"lTj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"lTJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"lTY" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/library) +"lUd" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"lUm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lUo" = ( +/obj/effect/landmark/start/bartender, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"lUw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"lVg" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_nw"; + name = "northwest of station"; + width = 18 + }, +/turf/space, +/area/space) +"lVl" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"lVQ" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"lVR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"lWn" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"lWo" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/reflector/box, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"lWq" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"lWG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"lWQ" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"lXP" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell 3"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + pixel_x = -24; + id = "Cell 3" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"lYd" = ( +/obj/structure/safe, +/obj/item/soap/syndie, +/obj/item/grenade/bananade, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lYg" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lYq" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dirt, +/obj/random/hampter, +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"lYz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"lYS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"lZc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lZm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"lZy" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Aft Starboard Solars" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"lZH" = ( +/obj/machinery/recharge_station, +/obj/machinery/light_switch/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"lZR" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/controlroom) +"lZX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"maf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"mai" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"mak" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"mar" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"maI" = ( +/obj/structure/cable, +/obj/machinery/power/apc/critical/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"maJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"maL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "restaurant"; + name = "Restaurant Shutters" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"mbj" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"mbp" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + sort_type_txt = "25"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"mbz" = ( +/obj/machinery/button/windowtint/east{ + id = "Cloning Room" + }, +/obj/machinery/camera{ + c_tag = "Medbay Cloning"; + network = list("Medical","SS13"); + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"mbB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/chapel/funeral) +"mbC" = ( +/obj/machinery/suit_storage_unit/cmo/secure, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"mbN" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/main) +"mbO" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"mbV" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"mbY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"mcg" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"mch" = ( +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"mcz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"mcC" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"mcD" = ( +/obj/machinery/shower{ + dir = 8; + pixel_x = -5 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"mcM" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/storage) +"mcQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"mdd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"mdg" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"mdx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"mel" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/space, +/area/station/engineering/atmos) +"meB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"meJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9; + color = "lightblue" + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"meP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"mfc" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/nw) +"mfr" = ( +/turf/simulated/wall/r_wall, +/area/station/security/execution) +"mfs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"mfB" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"mfI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"mfJ" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "escape" + }, +/area/station/hallway/secondary/exit) +"mfW" = ( +/obj/vehicle/janicart{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"mga" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"mgh" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"mgl" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"mgx" = ( +/obj/machinery/suit_storage_unit/cmo/sec_storage/secure, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"mgK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"mhu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"mhv" = ( +/obj/structure/computerframe, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"mhy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mhD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"mhL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/dormitory_maintenance) +"mhO" = ( +/obj/structure/table/wood, +/obj/item/food/grown/geranium, +/obj/item/food/grown/lily{ + pixel_x = 4; + pixel_y = 5 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"mhU" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/supply/expedition) +"mih" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"min" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"mit" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"miA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"miH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"miL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/evidence) +"miQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"miU" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Chapel East" + }, +/obj/item/candle, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"miY" = ( +/obj/structure/table/wood, +/obj/item/trash/plate, +/obj/item/kitchen/utensil/fork, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"miZ" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"mjD" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/firedoor, +/obj/item/clipboard{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 3 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 9 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"mjH" = ( +/obj/machinery/computer/general_air_control{ + dir = 1; + level = 3; + name = "Distribution and Waste Monitor"; + autolink_sensors = list("mair_in_meter"="Mixed Air In","air_sensor"="Mixed Air Supply Tank","mair_out_meter"="Mixed Air Out","dloop_atm_meter"="Distribution Loop","wloop_atm_meter"="Waste Loop") + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"mkb" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"mkp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"mkG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"mkI" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/main) +"mkJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"mkW" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"mli" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mlN" = ( +/obj/structure/sign/poster/official/random/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"mlR" = ( +/turf/simulated/wall, +/area/station/engineering/break_room/secondary) +"mlS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mlT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"mmg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"mmC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mmE" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"mmK" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1; + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"mmP" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"mmY" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/folder/red{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/folder/red{ + pixel_x = 7; + pixel_y = 6 + }, +/obj/item/key/security{ + pixel_x = 1; + pixel_y = 3 + }, +/obj/item/toy/figure/crew/warden{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"mng" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/id_skins, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/item/food/disk{ + pixel_x = -6 + }, +/obj/item/food/disk{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/starboard2) +"mnp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"mnt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"mnw" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"mnK" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"mod" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"moJ" = ( +/obj/machinery/papershredder, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/firealarm/directional/north, +/obj/machinery/camera{ + c_tag = "Brig Head of Security's Office"; + dir = 8 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"moT" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/psychiatrist, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"mpd" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"mpe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/genetics) +"mpi" = ( +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/structure/table, +/obj/item/book/manual/wiki/robotics_cyborgs, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"mpk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"mpz" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"mpS" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"mpV" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel/white, +/area/station/science/toxins/mixing) +"mqn" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/delivery, +/obj/structure/closet/wardrobe/engineering_yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"mqr" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"mqx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"mqy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"mqF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"mqG" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "cellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"mqH" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"mqR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"mqW" = ( +/obj/structure/shelf/engineering, +/obj/item/stock_parts/matter_bin{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/stock_parts/matter_bin{ + pixel_y = -4 + }, +/obj/item/stock_parts/matter_bin{ + pixel_x = 8; + pixel_y = -4 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stock_parts/manipulator{ + pixel_y = 8 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"mrg" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"mrn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/lab) +"mrw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"mrF" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/medbay2) +"mrP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mrQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mrW" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"msl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"msm" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"msu" = ( +/obj/structure/target_stake, +/obj/machinery/magnetic_module, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"msA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"mtc" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/suit_storage_unit/security/secure, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"mtt" = ( +/obj/structure/table/reinforced, +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/grenade/gas/oxygen{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/grenade/chem_grenade/metalfoam{ + pixel_x = -6; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mtx" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Creature Pen" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno1"; + name = "Creature Cell #1" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"mtz" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"mtC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"mtE" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/book/manual/wiki/chef_recipes, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"mtM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"mtQ" = ( +/turf/simulated/wall, +/area/station/medical/surgery/secondary) +"mui" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"mux" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"muI" = ( +/obj/structure/table/glass, +/obj/item/assembly/timer{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/north, +/obj/machinery/cell_charger{ + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"muJ" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"muR" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"muX" = ( +/turf/simulated/wall/r_wall, +/area/station/security/range) +"muZ" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"mvh" = ( +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = 8 + }, +/obj/item/hand_labeler{ + pixel_x = 2 + }, +/obj/machinery/camera{ + c_tag = "Cargo Office" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"mwo" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"mwp" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/restroom) +"mwz" = ( +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"mwK" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"mxd" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "evidence" + }, +/turf/simulated/floor/plating, +/area/station/security/evidence) +"mxk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"mxm" = ( +/obj/machinery/door/airlock/atmos/glass{ + heat_proof = 1; + id_tag = "smint"; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"mxB" = ( +/obj/machinery/camera{ + c_tag = "Locker Room West"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"mxE" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"mxG" = ( +/obj/machinery/atmospherics/binary/valve/digital, +/obj/machinery/driver_button/sm_drop_button{ + range = 20; + pixel_x = 32 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"mxY" = ( +/obj/effect/landmark/start/cyborg, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"myf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/fore) +"myi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"myP" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"myR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"mzd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mzk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/trash, +/obj/machinery/light/small/directional/south, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"mzm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/supply/qm) +"mzt" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"mzz" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"mzE" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"mzZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"mAk" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on/server, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/server) +"mAp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mAs" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"mAw" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"mAy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"mAz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mAB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"mAC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"mAW" = ( +/obj/structure/closet/walllocker/medlocker/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"mBi" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"mBB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"mBX" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"mBY" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mCt" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"mCB" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"mCN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"mCQ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"mDf" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"mDl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/storage/box/monkeycubes{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/machinery/ai_status_display/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/bag/bio{ + pixel_x = 14; + pixel_y = 8 + }, +/obj/item/reagent_containers/dropper{ + pixel_x = 8; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"mDm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/glass, +/obj/item/stack/sheet/plasteel, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"mDu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"mEm" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/station/science/explab) +"mEz" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"mEB" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"mEH" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mEV" = ( +/obj/machinery/light/directional/east, +/obj/structure/closet/walllocker/medlocker/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"mFh" = ( +/obj/machinery/smartfridge/secure/chemistry/virology, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"mFi" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"mFr" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"mFy" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"mFE" = ( +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"mFF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"mGG" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "orangecorner" + }, +/area/station/hallway/primary/aft) +"mGS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"mHe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"mHA" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"mHK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light/directional/north, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"mHS" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/science/robotics/chargebay) +"mHW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"mIc" = ( +/obj/item/flag/command, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/storage) +"mIh" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2_sensor" + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"mIj" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_ext" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button/west{ + autolink_id = "perma_btn_ext"; + name = "Prison Wing Access Button"; + req_access = list(2) + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"mIs" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/distribution) +"mIK" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"mIZ" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"mJn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"mJr" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qmroom" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"mJJ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"mKd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"mKB" = ( +/obj/machinery/economy/atm/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"mKK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"mKQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/lobby) +"mKU" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"mLg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"mLm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"mMc" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"mMh" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"mMm" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"mMt" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"mMM" = ( +/obj/machinery/computer/atmoscontrol, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"mMR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"mNb" = ( +/obj/item/clothing/glasses/welding{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_y = 12 + }, +/obj/item/wrench{ + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"mNf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/shard, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mNk" = ( +/obj/effect/turf_decal/delivery/red/partial, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/main) +"mNz" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"mNC" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"mNS" = ( +/obj/structure/sign/poster/contraband/random/west, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"mOB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mOC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"mOI" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"mOS" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 5"; + name = "Cell 5 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"mOW" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"mPe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mPO" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"mPR" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/white{ + dir = 10 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/south, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/pool) +"mPT" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"mPY" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"mPZ" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/mapping_helpers/machinery/damaged, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"mQe" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"mQD" = ( +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/blue, +/obj/machinery/alarm/directional/north, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"mQE" = ( +/obj/machinery/economy/vending/snack, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/restroom) +"mQL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"mQS" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/machinery/light/nightshifted/north, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"mQT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"mRb" = ( +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "turbine_btn_ext"; + ext_door_link_id = "turbine_door_ext"; + int_button_link_id = "turbine_btn_int"; + int_door_link_id = "turbine_door_int"; + name = "Turbine Access Console"; + pixel_x = 8; + pixel_y = -26; + req_access = list(12) + }, +/obj/machinery/ignition_switch{ + id = "Incinerator"; + pixel_x = 8; + pixel_y = -36 + }, +/obj/machinery/door_control/shutter{ + id = "turbinevent"; + name = "Turbine Vent Control"; + pixel_x = -8; + pixel_y = -36; + req_access = list(12) + }, +/obj/machinery/door_control/shutter/south{ + id = "auxincineratorvent"; + name = "Auxiliary Vent Control"; + pixel_x = -8 + }, +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"mRc" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "purple" + }, +/area/station/supply/qm) +"mRk" = ( +/obj/structure/sign/poster/official/random/north, +/obj/machinery/camera{ + c_tag = "Theatre North" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"mRq" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"mRu" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/station/command/vault) +"mRw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"mRz" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"mRI" = ( +/turf/simulated/wall, +/area/station/maintenance/virology_maint) +"mRK" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"mRM" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"mRU" = ( +/obj/machinery/door_control/bolt_control/north{ + id = "PrivateRoom1" + }, +/obj/structure/chair/comfy/brown, +/obj/effect/turf_decal/siding/wood{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"mRX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"mSb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"mSn" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/supply/miningdock) +"mSs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/main) +"mSw" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"mSF" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"mSI" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"mSQ" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"mSU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"mSZ" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"mTi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"mTo" = ( +/obj/machinery/economy/vending/hydronutrients, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"mTs" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"mTu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"mTw" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"mTB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"mTK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"mTQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mUc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"mUq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"mUr" = ( +/obj/structure/table/wood, +/obj/item/book/random, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"mUs" = ( +/obj/structure/table/reinforced, +/obj/item/shard, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned pharmacy"; + name = "Abandoned Pharmacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mUU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"mUY" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Security's Office"; + pixel_y = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"mVc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"mVx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"mVy" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "magistrateshutters"; + name = "Magistrate Shutters"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"mVF" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/mask/balaclava, +/obj/item/radio/intercom/directional/east, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"mVU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"mVV" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"mWa" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 2 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"mWM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"mWO" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mXk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Bar"; + name = "Bar Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/bar) +"mXo" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"mXD" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"mYk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hardsuitstorage) +"mYq" = ( +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"mYH" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/boxinggloves, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/public/fitness) +"mYS" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5; + color = "lightblue" + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"mYX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/mob/living/simple_animal/hostile/retaliate/goat/chef, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"mZk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 4; + inlet_injector_autolink_id = "tox_in"; + name = "Toxin Supply Control"; + outlet_vent_autolink_id = "tox_out"; + autolink_sensors = list("tox_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/engineering/atmos) +"mZo" = ( +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"mZv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"mZK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/bathroom{ + id = "toilet2"; + id_tag = "toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"mZR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"mZS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"mZU" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandonedbar) +"mZX" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/south, +/obj/machinery/camera{ + c_tag = "Brig Firing Range"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/range) +"mZY" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"nae" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/public/locker) +"nag" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nah" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"nan" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"naq" = ( +/obj/structure/cable/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/emitter{ + anchored = 1; + state = 2 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"naA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/fancy/matches, +/obj/item/storage/fancy/cigarettes/cigpack_robust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"naD" = ( +/obj/machinery/light/directional/south, +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"naE" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 10; + pixel_x = 6; + layer = 3.1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"naN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"naX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/ai) +"nbt" = ( +/obj/structure/computerframe, +/obj/item/circuitboard/cyborgrecharger, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"nbx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"nbz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"nbG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"nch" = ( +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "virolab_door_ext" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button/south{ + layer = 3.6; + autolink_id = "virolab_btn_ext"; + name = "Virology Lab Access Button"; + req_access = list(39) + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"ncs" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"nct" = ( +/obj/structure/machine_frame, +/obj/structure/sign/poster/official/random/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"ncG" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"ncN" = ( +/obj/structure/table/wood, +/obj/item/kirbyplants{ + pixel_y = 12 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"ncO" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"ncQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/storage) +"ncT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"nda" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"ndr" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"ndD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"ndH" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"ndS" = ( +/obj/structure/shelf/security, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 8 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/storage) +"ndT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"ndW" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/emitter{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"nev" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"neI" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"neQ" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"nfe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"nfl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"nfs" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"nft" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"nfF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blackcorner" + }, +/area/station/science/robotics/chargebay) +"nfU" = ( +/obj/machinery/camera{ + c_tag = "Brig Hall South"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/public/vacant_store) +"nfX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"ngc" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"ngl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "black" + }, +/area/station/science/robotics) +"ngp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"ngv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/west) +"ngP" = ( +/obj/structure/chair/sofa{ + dir = 8; + color = "#A30FAF" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"ngQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/folder/red, +/obj/item/folder/red{ + pixel_x = -5; + pixel_y = -5 + }, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/folder/red{ + pixel_x = 7; + pixel_y = 9 + }, +/obj/item/folder/red{ + pixel_x = 1; + pixel_y = -10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/old_detective) +"ngU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"ngW" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"ngX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"nhe" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/dormitory_maintenance) +"nhh" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + sort_type_txt = "5" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"nhk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"nhn" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 7; + height = 18; + id = "trade_dock"; + name = "port bay 4 at Kerberos"; + width = 15; + dheight = 1 + }, +/turf/space, +/area/space) +"nho" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/smartfridge/foodcart, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"nhI" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"nij" = ( +/obj/structure/machine_frame, +/obj/item/stack/cable_coil/random, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"niB" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"niP" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"niQ" = ( +/obj/structure/bookcase/sop, +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/carpet, +/area/station/service/library) +"njn" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"njp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"njr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"njI" = ( +/obj/effect/spawner/random/ccfood/alcohol, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"njJ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"njM" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"njV" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/bottle/bottleofnothing{ + pixel_y = 19 + }, +/obj/item/grown/bananapeel, +/obj/item/reagent_containers/drinks/bottle/cream{ + pixel_x = -9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"nka" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"nkm" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"nkp" = ( +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/weldingtool{ + pixel_x = -12; + initialized = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nkB" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"nkM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"nls" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Port to Turbine" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"nlB" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"nlN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nlP" = ( +/obj/structure/disposalpipe/broken{ + dir = 8 + }, +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"nlU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"nmg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/engineer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"nmj" = ( +/obj/machinery/chem_dispenser, +/obj/structure/reagent_dispensers/fueltank/chem/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"nmk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"nmw" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/economy/slot_machine, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"nmA" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nmK" = ( +/obj/machinery/computer/brigcells{ + dir = 8 + }, +/obj/machinery/button/windowtint/east{ + id = "HoS"; + pixel_y = 6; + req_access = list(58) + }, +/obj/machinery/door_control/normal/east{ + id = "hosofficedoor"; + name = "Office Door"; + req_access = list(58); + pixel_y = -6 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"nmR" = ( +/obj/machinery/camera{ + c_tag = "Prison General North"; + network = list("Prison","SS13"); + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"nng" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/south, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/radio{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"nnn" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + layer = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"nnu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall3"; + location = "hall2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"nnE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"nnK" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"nnL" = ( +/obj/machinery/door/airlock/research/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/robotics/chargebay) +"nnM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "pub_room" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/polarized, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"nnZ" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"non" = ( +/obj/machinery/ai_status_display, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"now" = ( +/obj/structure/chair, +/obj/effect/decal/cleanable/glass, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"noD" = ( +/obj/structure/table/reinforced, +/obj/machinery/light_switch/north, +/obj/item/clothing/glasses/meson{ + pixel_y = 10 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = 6 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = 2 + }, +/obj/item/clothing/glasses/meson{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"noJ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/brig) +"noL" = ( +/obj/machinery/recharge_station, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"noP" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/door/window{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"noV" = ( +/mob/living/simple_animal/mouse/brown, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"noW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "experimentor"; + name = "Experimentor Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"nph" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"npj" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"npk" = ( +/turf/simulated/wall, +/area/station/public/sleep_female) +"npl" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/rd) +"npn" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = -32 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"npp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"npH" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Cryo Tank Storage" + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"nqa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"nqj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/mob/living/simple_animal/possum/poppy, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hardsuitstorage) +"nqn" = ( +/obj/structure/gunrack, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = 8 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = 4 + }, +/obj/item/gun/projectile/shotgun/riot, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = -4 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"nqp" = ( +/obj/structure/lattice, +/obj/item/toy/plushie/carpplushie/pink, +/turf/space, +/area/space/nearstation) +"nqJ" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/security/permabrig) +"nra" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"nri" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/restroom) +"nrp" = ( +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"nrq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/main) +"nrw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"nrz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nrR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/service, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"nrS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"nsd" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prisonlockers) +"nsg" = ( +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/ppflowers, +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/genericbush, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/sleeper) +"nsi" = ( +/obj/structure/table_frame, +/obj/item/stack/sheet/metal{ + amount = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nsL" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"nsP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"ntt" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"ntJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"ntO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"ntR" = ( +/obj/structure/table/glass, +/obj/machinery/cell_charger{ + pixel_y = 2; + pixel_x = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"ntX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"num" = ( +/obj/effect/turf_decal/delivery/red/partial, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"nuF" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/door_control/bolt_control/south{ + id = "DormToilet3" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/east, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"nuI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"nuY" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"nvb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/pool) +"nvd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/crate/hydroponics/prespawned, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"nvh" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/engineering/hardsuitstorage) +"nvl" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"nvM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"nvN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"nvQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/west) +"nvW" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/hallway/secondary/entry) +"nwe" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/nw) +"nwm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"nwu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"nwv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/door_control{ + desc = "A remote control-switch for the pod doors."; + id = "mechpodbay"; + name = "Pod Door Control"; + pixel_y = -26; + req_access = list(32) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"nwC" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/medical/glass, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 2; + id_tag = "psychocell1" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"nwD" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"nwK" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"nwW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"nwY" = ( +/obj/effect/landmark/start/coroner, +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"nwZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"nxa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"nxx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nxy" = ( +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"nxD" = ( +/obj/machinery/camera{ + c_tag = "Brig Hall North-West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"nxN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"nxO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"nyl" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"nyq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"nyt" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"nyx" = ( +/obj/structure/sign/directions/evac{ + pixel_y = -8 + }, +/obj/structure/sign/directions/medical, +/obj/structure/sign/directions/security{ + pixel_y = 8; + dir = 4 + }, +/turf/simulated/wall, +/area/station/legal/courtroom) +"nyB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"nyK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nyZ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"nza" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast east"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/bridge) +"nzd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"nzm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nzw" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"nzL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"nzR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Research Hallway"; + network = list("Research","SS13"); + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"nzS" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"nzV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "Kitchen Windows"; + name = "Kitchen Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"nAf" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"nAx" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"nAV" = ( +/obj/machinery/suit_storage_unit/cmo/sec_storage/secure, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"nAW" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"nAZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"nBa" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"nBc" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/medmaint) +"nBi" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/electrical_shop) +"nBl" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"nBm" = ( +/obj/structure/engineeringcart, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"nBr" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/pump, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"nBt" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"nBv" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"nBA" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"nBC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"nBF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"nBM" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/nw) +"nBN" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nBO" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"nBP" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dust, +/obj/item/bikehorn/rubberducky, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"nBW" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"nBZ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "robotics" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"nCq" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/security/permabrig) +"nCt" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"nCu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"nCy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"nCK" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"nCQ" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"nCT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"nCY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port2) +"nDt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"nDu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/primary/central/north) +"nDH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + sort_type_txt = "12" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"nDZ" = ( +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"nEe" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"nEn" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"nEp" = ( +/obj/machinery/power/apc/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"nEq" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 2; + pixel_x = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"nEy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"nEM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"nFa" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"nFd" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/table/wood, +/obj/effect/spawner/random/officetoys, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"nFi" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nFk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"nFu" = ( +/obj/machinery/gateway, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/supply/expedition) +"nFv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"nFK" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/personal, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"nFM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/security/execution) +"nFQ" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"nGd" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"nGy" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"nGR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"nGZ" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Internal Affairs Office"; + pixel_y = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"nHb" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"nHh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"nHt" = ( +/obj/machinery/papershredder, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"nHv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/syndicatebomb/training, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/range) +"nHK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6; + pixel_x = -6; + volume = 0 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6; + pixel_x = 8; + volume = 0 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"nHS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"nHT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"nHU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"nIc" = ( +/obj/machinery/camera{ + c_tag = "Engineering Break Room"; + dir = 8; + network = list("SS13","Security") + }, +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"nIl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + name = "Virology Work Zone" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/virology, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/lab) +"nIm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"nIr" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"nIw" = ( +/turf/simulated/wall/r_wall, +/area/station/security/lobby) +"nIH" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"nIM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"nJd" = ( +/obj/structure/sign/poster/contraband/wanted{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"nJn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"nJw" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/pool) +"nJC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"nJW" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nKf" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"nKj" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"nKm" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"nKs" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"nKw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"nKz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"nKI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Brig Prison Hall Entry"; + dir = 4; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"nKZ" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"nLi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"nLp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/hydroponics) +"nLy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/toxins/mixing) +"nLA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"nLC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/break_room) +"nLK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralcorner"; + dir = 4 + }, +/area/station/aisat) +"nLL" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"nLU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"nLW" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/maintenance/electrical) +"nLX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"nMa" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/item/bedsheet/blue{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"nMc" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"nMg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"nMl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"nMm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"nMo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"nMx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/railing{ + dir = 9 + }, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"nME" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"nMH" = ( +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"nMN" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge East"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/corner{ + dir = 4 + }, +/obj/structure/closet/walllocker/emerglocker/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"nMR" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"nMT" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/machinery/door_control/normal{ + id = "hopofficedoor"; + name = "Office Door"; + pixel_x = -10; + pixel_y = 2; + req_access = list(57) + }, +/obj/item/pen/multi{ + pixel_x = 2; + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"nMX" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/science/storage) +"nNb" = ( +/obj/item/pipe_meter, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/station/medical/virology/lab) +"nNj" = ( +/obj/machinery/airlock_controller/access_controller{ + ext_button_link_id = "perma_btn_ext"; + ext_door_link_id = "perma_door_ext"; + int_button_link_id = "perma_btn_int"; + int_door_link_id = "perma_door_int"; + name = "Prison Access Console"; + pixel_y = 24; + pixel_x = 6; + req_access = list(2) + }, +/obj/machinery/camera{ + c_tag = "Brig Hall North-East" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"nNu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"nNv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/barricade/wooden/crude, +/obj/structure/door_assembly/door_assembly_wood{ + anchored = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nNA" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ShuttleKPP" + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Security Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/general{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/command/bridge/checkpoint/south) +"nNB" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology) +"nNM" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/equipmentstorage) +"nNR" = ( +/obj/structure/dispenser/oxygen, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"nNZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"nOe" = ( +/obj/structure/table, +/obj/item/reagent_containers/hypospray/autoinjector/epinephrine{ + pixel_y = -2 + }, +/obj/item/reagent_containers/hypospray/autoinjector/epinephrine{ + pixel_y = 4 + }, +/obj/item/reagent_containers/hypospray/autoinjector/epinephrine{ + pixel_y = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nOf" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/security/permabrig) +"nOu" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"nOH" = ( +/obj/item/relic, +/obj/machinery/light/directional/west, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"nOL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"nOO" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"nOP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"nPe" = ( +/obj/machinery/atmospherics/trinary/mixer/flipped{ + dir = 8; + name = "Миксер топливной смеси турбины" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"nPi" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"nPp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"nPN" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/detective, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"nPZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/primary/central/north) +"nQa" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/shelf/medbay, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 10; + pixel_x = -8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 10 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = 10; + pixel_x = 8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = -2; + pixel_x = -8 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = -2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_y = -2; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"nQF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner"; + dir = 4 + }, +/area/station/medical/chemistry) +"nQL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nQM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"nQT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"nRc" = ( +/obj/structure/flora/junglebush/large, +/obj/structure/flora/junglebush, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"nRd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/warden) +"nRk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/west) +"nRv" = ( +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"nRx" = ( +/obj/machinery/power/terminal, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"nRz" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"nRA" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/science/genetics) +"nRC" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/book/manual/wiki/security_space_law/black{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/stamp/law{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"nRE" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/fore) +"nRQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"nSd" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hos) +"nSl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"nSv" = ( +/obj/machinery/economy/vending/cola, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"nSC" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/cmo) +"nSQ" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"nSV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"nTt" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"nTE" = ( +/turf/simulated/wall, +/area/station/medical/break_room) +"nTR" = ( +/obj/machinery/camera{ + c_tag = "Central Ring Hallway West"; + dir = 8 + }, +/obj/machinery/ai_status_display/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"nTW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nUc" = ( +/obj/structure/shelf/service, +/obj/structure/reagent_dispensers/spacecleanertank/west, +/obj/item/restraints/legcuffs/beartrap{ + pixel_x = -8 + }, +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap{ + pixel_x = 8 + }, +/obj/item/storage/box/mousetraps{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 8 + }, +/obj/item/storage/box/mousetraps{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/service/janitor) +"nUm" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/controlroom) +"nUp" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/airlock/research/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "rdroom" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"nUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"nUx" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"nUC" = ( +/obj/machinery/door/airlock/multi_tile/glass{ + dir = 2 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"nUQ" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"nUR" = ( +/obj/effect/turf_decal/arrows{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"nVf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"nVq" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/gps/engineering{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"nVz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"nVD" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"nVT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"nVU" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"nWe" = ( +/obj/machinery/door/poddoor/multi_tile/two_tile_hor{ + id_tag = "unknowndoor" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"nWg" = ( +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"nWl" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nWx" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_y = -10 + }, +/obj/item/lighter/zippo/ce{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"nWy" = ( +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/turf/simulated/floor/plating, +/area/station/medical/patients_rooms) +"nWC" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "WardenD" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"nWF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"nWI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"nWJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"nXa" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_y = 3 + }, +/obj/item/folder/white{ + pixel_y = 2 + }, +/obj/item/toy/figure/crew/md{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"nXl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"nXm" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nXr" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine{ + icon_state = "rampbottom"; + name = "reinforced stairs" + }, +/area/station/science/test_chamber) +"nXw" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = 6; + pixel_y = 3 + }, +/obj/item/stamp/warden{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"nXD" = ( +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"nXR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"nYb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nYe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nYh" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"nYm" = ( +/obj/structure/sign/radiation/rad_area{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/gravitygenerator) +"nYw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"nYF" = ( +/obj/machinery/camera{ + c_tag = "Xeno Containment 8"; + network = list("Research","SS13") + }, +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"nYH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"nYT" = ( +/obj/machinery/computer/brigcells, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/warden) +"nZg" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"nZm" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"nZo" = ( +/obj/item/radio/intercom/directional/north, +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"nZs" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"oae" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"oai" = ( +/obj/structure/table/reinforced, +/obj/item/paper/nuclear_guide_spacing{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/paper/nuclear_guide_defusing{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/paper/nuclear_guide_operating{ + pixel_x = 8 + }, +/obj/item/disk/nuclear/training{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/disk/nuclear/training{ + pixel_x = -6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"oan" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/economy/vending/wallmed/directional/south, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/shelf/engineering, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"oav" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/processing) +"oaK" = ( +/obj/structure/girder, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oaR" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"oaU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"obk" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"obq" = ( +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"obC" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/security/detective) +"obE" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"obK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/science/genetics) +"obO" = ( +/obj/structure/rack, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal, +/obj/item/stack/cable_coil/random, +/obj/item/stack/rods{ + amount = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"obW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"occ" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"ocd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/fsmaint) +"ocg" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"oci" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ocr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/toy/minimeteor{ + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6; + pixel_x = 8; + initialized = 1; + volume = 0 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6; + pixel_x = -6; + initialized = 1; + volume = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"ocu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"ocx" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"ocz" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"ocA" = ( +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ocJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"odQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"odS" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"odU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"oei" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/button/windowtint/south{ + id = "CHAP2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"oey" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"oeB" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "air_in"; + dir = 8; + icon_state = "on"; + on = 1; + volume_rate = 200 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"oeG" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/drinks/bottle/holywater{ + pixel_y = 4; + pixel_x = -8; + initialized = 1 + }, +/obj/item/storage/bible{ + pixel_y = 6; + pixel_x = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"oeH" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"oeN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/pool) +"oeP" = ( +/obj/item/paper/pamphlet/deltainfo, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"oeY" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled, +/turf/simulated/floor/plating, +/area/station/public/vacant_office/secondary) +"oeZ" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ofe" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/handcuffs{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/stack/tape_roll{ + pixel_x = -11; + pixel_y = -2 + }, +/obj/item/bio_chip_implanter/mindshield{ + pixel_y = 11; + pixel_x = -7 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"off" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"ofl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/engineering/tech_storage) +"ofJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"ofS" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"ogM" = ( +/obj/structure/disposalpipe/junction/reversed, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/lobby) +"ogS" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/space, +/area/space/nearstation) +"ogX" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"ogZ" = ( +/obj/structure/shelf/medbay, +/obj/machinery/firealarm/directional/north, +/obj/item/radio/alternative{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/radio/alternative{ + pixel_y = 8 + }, +/obj/item/radio/alternative{ + pixel_y = 8; + pixel_x = 8 + }, +/obj/item/radio/alternative{ + pixel_x = -8 + }, +/obj/item/radio/alternative, +/obj/item/radio/alternative{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"oha" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"ohp" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"ohw" = ( +/obj/structure/sign/poster/contraband/borg_fancy_1{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/maintenance/old_detective) +"ohx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"ohP" = ( +/obj/structure/table_frame/wood, +/obj/item/melee/baseball_bat, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"ohQ" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/table/reinforced, +/obj/item/screwdriver{ + pixel_x = -16; + pixel_y = 6 + }, +/obj/item/crowbar/engineering{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"oia" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"oig" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"oih" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/maintenance/starboard2) +"oij" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"oir" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"oiz" = ( +/obj/machinery/shower{ + dir = 4; + pixel_x = 5 + }, +/obj/structure/curtain/open/shower, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"oiG" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"oiI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"oiJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"oiP" = ( +/obj/structure/chair/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oiT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"ojg" = ( +/obj/structure/sign/poster/official/random/north, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/processing) +"ojt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/closet/l3closet/virology, +/obj/item/storage/box/masks, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/lab) +"ojS" = ( +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"okx" = ( +/obj/machinery/photocopier, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"oky" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"okF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"old" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/light/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"olj" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/public/locker) +"olk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"oll" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"olo" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"olO" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"olR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"olT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"olZ" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("waste_sensor"="Tank"); + dir = 4; + inlet_injector_autolink_id = "waste_in"; + name = "Gas Mix Tank Control"; + outlet_vent_autolink_id = "waste_out" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/engineering/atmos/distribution) +"omd" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/rock/jungle, +/obj/structure/flora/junglebush/large, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"omg" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/machinery/igniter{ + id = "disp" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"omA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"omB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"omF" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"omI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/south) +"omJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"omN" = ( +/obj/machinery/door/poddoor/multi_tile/four_tile_ver{ + id_tag = "mechpodbay" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"omQ" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"omV" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/storage/secondary) +"onr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"onA" = ( +/obj/machinery/door/poddoor{ + id_tag = "SpaceDropSM"; + protected = 0; + name = "SM Drop Door" + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"onD" = ( +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"onQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"onR" = ( +/obj/item/flashlight/lantern{ + on = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"ooe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"oon" = ( +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"ooq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"oox" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ooD" = ( +/obj/machinery/camera{ + c_tag = "Medbay Virology Office"; + network = list("Medical","SS13"); + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"ooI" = ( +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ooN" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"ooO" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"ooQ" = ( +/obj/structure/table/wood, +/obj/machinery/chem_dispenser/beer{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/service/bar) +"oph" = ( +/obj/structure/table, +/obj/machinery/alarm/directional/south, +/obj/item/roller{ + pixel_y = 6; + pixel_x = 4 + }, +/obj/item/roller{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -10; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"opj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"ops" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"opu" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"opB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/break_room) +"opM" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"oql" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"oqq" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"oqy" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/food/grown/redbeet, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"oqJ" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/knife, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"ori" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"orj" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/window/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Kitchen Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"ork" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/closet/crate/engineering, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"orw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/storage, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"orz" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"orL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"orU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"orW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"orX" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"osf" = ( +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"osw" = ( +/obj/machinery/ai_status_display/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/qm) +"osD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"osJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"osS" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"osV" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"ota" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"otb" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"otj" = ( +/obj/structure/closet/secure_closet/iaa, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"ott" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"otu" = ( +/obj/machinery/conveyor/south{ + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"otB" = ( +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"otH" = ( +/obj/machinery/kitchen_machine/grill, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"ouo" = ( +/obj/machinery/computer/security{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"ouu" = ( +/obj/vehicle/ambulance{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"ouH" = ( +/obj/machinery/power/apc/directional/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"ova" = ( +/obj/machinery/economy/merch{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/lobby) +"ovl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"ovC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ovF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ovJ" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 6 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"ovT" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"owG" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"owW" = ( +/obj/structure/table/glass, +/obj/machinery/light/directional/north, +/obj/machinery/computer/med_data/laptop{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"oxf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/aisat) +"oxi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oxq" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/execution) +"oxu" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"oyh" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "eva-shutters"; + name = "E.V.A. Storage Shutters" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"oyt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"oyu" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"oyG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/shelf/medbay, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = -6; + pixel_x = -8 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = -6 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6; + pixel_x = -8 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"oyR" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"ozg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"ozs" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"ozw" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"ozJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"ozL" = ( +/obj/machinery/status_display/directional/south, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"ozO" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno8"; + name = "Creature Cell #8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"oAd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"oAe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"oAE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"oAP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"oAU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"oBi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"oBx" = ( +/obj/structure/bed, +/obj/item/bedsheet/mime, +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/starboard2) +"oBN" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"oBX" = ( +/obj/machinery/economy/vending/artvend, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 32 + }, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"oBZ" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"oCd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"oCs" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"oCt" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/service/hydroponics) +"oCv" = ( +/obj/structure/table/glass, +/obj/item/flashlight/lamp{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/item/storage/lockbox/vials{ + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"oCI" = ( +/obj/effect/mapping_helpers/airlock/welded, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"oCK" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"oCQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/science/genetics) +"oCV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"oCX" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"oDB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"oDH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"oDU" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"oEi" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"oEq" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/brig) +"oEy" = ( +/obj/structure/table, +/obj/machinery/status_display/directional/south, +/obj/machinery/light/nightshifted/south, +/obj/item/folder/white{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/folder/white{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/paper_bin{ + pixel_y = -4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = -6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"oEG" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"oEJ" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/painter{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/item/painter{ + pixel_y = -2 + }, +/obj/item/painter{ + pixel_y = -2; + pixel_x = 6 + }, +/obj/item/storage/box/lights/tubes{ + pixel_y = 6; + pixel_x = -6 + }, +/obj/item/storage/box/lights/mixed{ + pixel_y = 6 + }, +/obj/item/storage/box/lights/bulbs{ + pixel_y = 6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/hardsuitstorage) +"oEK" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"oEM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"oEO" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"oEP" = ( +/obj/item/kirbyplants, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"oER" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency{ + pixel_y = 10 + }, +/obj/item/wrench, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"oEY" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/white{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/pool) +"oFv" = ( +/obj/machinery/computer/arcade, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"oFF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"oFL" = ( +/obj/machinery/camera{ + c_tag = "Dorm Hallway East"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"oFN" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"oFY" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/chair/comfy/red{ + dir = 8 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"oGe" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/space, +/area/station/engineering/atmos) +"oGt" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"oGv" = ( +/obj/structure/shelf/security, +/obj/item/storage/fancy/shell/beanbag, +/obj/item/storage/fancy/shell/rubbershot, +/obj/item/storage/fancy/shell/tranquilizer, +/obj/item/storage/toolbox/mechanical, +/obj/item/shield/riot, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"oGz" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"oGX" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"oHg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"oHi" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oHn" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/restroom) +"oHp" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/primary/starboard) +"oHD" = ( +/obj/effect/landmark/start/barber, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"oHG" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"oHK" = ( +/obj/machinery/power/smes, +/obj/item/radio/intercom/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/controlroom) +"oHO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"oHX" = ( +/obj/machinery/camera{ + c_tag = "Prison Entry South"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"oIa" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/banana, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oIJ" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/storage) +"oIQ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"oJk" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"oJn" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"oJB" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/multi_tile/supply/glass{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/supply/miningdock) +"oJQ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/matches, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"oJT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"oJY" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"oKa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"oKf" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"oKl" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"oKw" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/airlock/command/glass{ + superconductivity = 0 + }, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/station/science/server/coldroom) +"oKN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"oKU" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/command/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"oKV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"oLe" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/white, +/area/station/maintenance/apmaint) +"oLg" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"oLl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"oLA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"oLH" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"oLJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"oLM" = ( +/obj/machinery/camera{ + c_tag = "Locker Room North" + }, +/obj/machinery/economy/atm/directional/north, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9f"; + location = "hall9e" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"oLR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oMf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"oMh" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"oMr" = ( +/obj/machinery/turretid/lethal{ + name = "Telecommunications Turret Control"; + pixel_y = 8 + }, +/turf/simulated/wall/r_wall, +/area/station/telecomms/chamber) +"oMy" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"oMO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"oMS" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"oNc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"oNd" = ( +/turf/simulated/wall, +/area/station/public/arcade) +"oNe" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"oNP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"oNY" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"oOd" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/qm) +"oOe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"oOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oOq" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"oOs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"oOU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"oOW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"oOZ" = ( +/obj/structure/chair/sofa/left{ + color = "#A30FAF"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"oPj" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oPo" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"oPr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6; + color = "lightblue" + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"oPw" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"oPR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"oQo" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 1; + on = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"oQp" = ( +/obj/structure/table, +/obj/item/clipboard, +/obj/item/folder/white, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"oQq" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"oQJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"oRb" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"oRg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 1 + }, +/area/station/science/robotics/chargebay) +"oRs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"oRu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/contraband/fun_police{ + pixel_x = 32 + }, +/obj/structure/closet, +/obj/item/melee/baton, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"oRx" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"oRz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"oRA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"oRB" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"oRL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/pool) +"oRN" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"oSb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"oSd" = ( +/obj/structure/computerframe, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"oSD" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6; + pixel_x = -6; + initialized = 1; + volume = 0 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6; + pixel_x = 8; + initialized = 1; + volume = 0 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"oSI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"oTh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"oTl" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/telecomms/chamber) +"oTm" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/range) +"oTx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"oTP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"oUa" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/detective) +"oUp" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oUq" = ( +/obj/machinery/door_control/shutter{ + pixel_y = -24; + id = "GYM"; + req_access = list(1); + name = "Interrogation Shutters Control" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"oUB" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"oUJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"oUP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/soap, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"oUR" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"oUT" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"oVj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"oVs" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc/critical/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/engine/supermatter) +"oVE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"oVL" = ( +/turf/simulated/wall/r_wall, +/area/station/security/podpilot) +"oVN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"oVS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"oWb" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central/ne) +"oWc" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"oWg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"oWp" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Research Director's Office"; + pixel_y = 4 + }, +/obj/machinery/requests_console/directional/south, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"oWx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"oWz" = ( +/obj/structure/table/glass, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"oWQ" = ( +/obj/machinery/camera{ + c_tag = "Bar counter"; + dir = 8 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"oXd" = ( +/obj/structure/closet/secure_closet/genetics, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"oXh" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"oXq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"oXr" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/pool) +"oXC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "hop"; + name = "Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"oXL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"oYb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"oYg" = ( +/obj/structure/chair/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"oYh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"oYl" = ( +/obj/machinery/status_display/supply_display/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"oYq" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"oYw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/hardsuitstorage) +"oYC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"oYM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"oYN" = ( +/obj/machinery/camera{ + c_tag = "Arcade"; + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"oYY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"oZb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"oZd" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 5 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"oZm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Room 2"; + network = list("Prison","SS13"); + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"oZp" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"oZU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"pac" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"pai" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plating, +/area/station/medical/morgue) +"paj" = ( +/obj/item/reagent_scanner/adv, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pam" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/storage) +"pau" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"paM" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/bottle/beer{ + pixel_x = -4; + pixel_y = 5 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"pbl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"pbn" = ( +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"pbt" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"pbz" = ( +/obj/structure/chair/sofa/left{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"pbQ" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/chair/sofa/pew/right{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"pbY" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/vodka{ + pixel_y = 10 + }, +/obj/item/reagent_containers/drinks/bottle/vermouth{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/reagent_containers/drinks/bottle/tequila{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"pcm" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"pcM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"pdc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"pdl" = ( +/obj/machinery/camera{ + c_tag = "Engine Room South"; + dir = 1; + network = list("Engineering","SS13") + }, +/obj/effect/turf_decal/stripes/line, +/obj/item/radio/intercom/directional/south, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"pdq" = ( +/obj/item/shard{ + icon_state = "small" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"pdP" = ( +/obj/machinery/light_switch/south, +/obj/structure/shelf/medbay, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -4 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"pdW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/permabrig) +"peo" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/burnt/airless, +/area/space/nearstation) +"pex" = ( +/obj/machinery/sleeper, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"pey" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"peD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"peG" = ( +/obj/structure/chair/light{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/break_room) +"peH" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"peY" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"pfe" = ( +/obj/machinery/light_switch/north, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"pfg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"pfh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"pfl" = ( +/obj/machinery/door_control/shutter/west{ + id = "restaurant"; + name = "Restaurant Shutters control" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"pfn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"pfu" = ( +/obj/machinery/disposal, +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"pfT" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"pgg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"pgk" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"pgH" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/small/directional/east, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"pgK" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell 5"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + pixel_x = -24; + id = "Cell 5" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"pgM" = ( +/obj/machinery/doppler_array{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"pgX" = ( +/turf/simulated/floor/light/blue, +/area/station/maintenance/old_kitchen) +"phe" = ( +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"phG" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"phI" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"phM" = ( +/obj/effect/spawner/airlock, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"phN" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"phO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"phP" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"phR" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"phT" = ( +/obj/item/kirbyplants, +/obj/machinery/door_control/shutter/west{ + req_access = list(3); + id = "shooting_range1"; + name = "Shooting Range Shutter Control" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/restroom) +"phV" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"pia" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"pic" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"pid" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"pie" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"pih" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"piq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"piG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"piQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"piV" = ( +/obj/structure/disposalpipe/segment/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pjk" = ( +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"pjq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"pjx" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"pjK" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "cellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"pjS" = ( +/obj/structure/closet/radiation, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"pka" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/sign/poster/contraband/random/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pkv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"pky" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/obj/structure/closet/secure_closet/personal/patient, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/item/toy/plushie/orange_fox, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"pla" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"plb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/range) +"plj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"plm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"plp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"plr" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"plF" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/station/security/execution) +"plL" = ( +/obj/structure/table/glass, +/obj/item/storage/fancy/vials{ + pixel_x = 4 + }, +/obj/item/storage/box/syringes{ + pixel_y = 3; + pixel_x = -14 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenfull" + }, +/area/station/medical/virology/lab) +"plR" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pmA" = ( +/obj/structure/closet/l3closet/scientist, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"pmC" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"pmI" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"pmT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"pnl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"pnw" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"pnB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/science/storage) +"pnM" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/field/generator{ + anchored = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"pnN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"pnU" = ( +/obj/effect/firefly/blue, +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"pnV" = ( +/obj/structure/chair/sofa/right{ + color = "#A30FAF"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"pnZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"poa" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"poh" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"poK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"poN" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"poO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"poR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"ppj" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/random/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"ppn" = ( +/obj/structure/chair/sofa/bench/left{ + cover_color = "#68452a"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"ppp" = ( +/obj/machinery/bodyscanner{ + dir = 2 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"pps" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"ppu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"ppB" = ( +/obj/structure/railing/cap, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"ppE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"ppN" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"ppP" = ( +/obj/structure/dispenser{ + starting_plasma_tanks = 0 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/air2{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"pqh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"pqo" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/service/clown) +"pqQ" = ( +/obj/machinery/alarm/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"pqR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/urinal{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"prg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"prk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"prt" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/service/bar) +"prx" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/public/fitness) +"prC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"prD" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"prI" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/hallway/secondary/exit/maintenance) +"prN" = ( +/obj/structure/table, +/obj/item/roller{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/item/roller{ + pixel_y = 10; + pixel_x = -4 + }, +/obj/item/roller{ + pixel_y = 14; + pixel_x = -4 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -6; + pixel_y = -12 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 8; + pixel_y = -10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"prY" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/supply/warehouse) +"psd" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/main) +"psn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/hardsuitstorage) +"pso" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"psp" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"psr" = ( +/obj/item/tank/internals/anesthetic, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/aft) +"pss" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/alarm/directional/east, +/obj/structure/table, +/obj/item/stamp/granted{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/stamp/granted{ + pixel_x = -6 + }, +/obj/item/stamp/denied{ + pixel_x = 8; + pixel_y = 10 + }, +/obj/item/stamp/denied{ + pixel_x = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"psA" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"psB" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable, +/obj/item/apc_electronics{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/item/apc_electronics{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/apc_electronics{ + pixel_x = -2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"psD" = ( +/obj/machinery/computer/holodeck_control, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"psF" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular{ + pixel_y = 2 + }, +/obj/machinery/alarm/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/storage) +"psN" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/rd{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/rd) +"psZ" = ( +/obj/effect/decal/cleanable/glass, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ptg" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_3) +"pti" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"ptq" = ( +/obj/machinery/newscaster/security_unit/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral" + }, +/area/station/aisat) +"ptU" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"ptZ" = ( +/obj/structure/gunrack, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/gun/energy/disabler{ + pixel_y = 8 + }, +/obj/item/gun/energy/disabler{ + pixel_y = 4 + }, +/obj/item/gun/energy/disabler, +/obj/item/gun/energy/disabler{ + pixel_y = -4 + }, +/obj/item/gun/energy/disabler{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"pup" = ( +/obj/machinery/computer/card/minor/rd{ + dir = 1 + }, +/obj/machinery/door_control/shutter/south{ + id = "Biohazard_RnD"; + name = "Biohazard RnD Shutter Control"; + req_access = list(30) + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/keycard_auth/south{ + pixel_y = -36 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"puv" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/brute{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/brute{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/brute{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"puG" = ( +/turf/simulated/floor/beach/away/water/deep/dense{ + density = 0; + water_overlay_image = null + }, +/area/station/hallway/secondary/exit) +"puR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"puY" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"pvh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pvo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"pvq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"pvZ" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pwA" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/service/hydroponics) +"pwX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"pwZ" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"pxe" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"pxy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"pxC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pxJ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"pxO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/pool) +"pxP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cabinet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"pyb" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/aft) +"pyd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"pyi" = ( +/turf/simulated/wall, +/area/station/service/cafeteria) +"pyr" = ( +/obj/machinery/door/airlock/multi_tile/glass, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/robotics/chargebay) +"pys" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"pyv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"pyC" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"pyQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"pzB" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"pzE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"pzF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/hardsuitstorage) +"pzT" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"pzX" = ( +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"pzY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/west) +"pAg" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"pAu" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Brig Security Equipment West"; + dir = 8 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/restroom) +"pAv" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/break_room) +"pAx" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"pAy" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"pAC" = ( +/obj/structure/table/wood, +/obj/structure/window/basic{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"pAK" = ( +/obj/effect/decal/cleanable/glass, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"pAQ" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"pAT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"pBb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"pBc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"pBe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"pBh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"pBA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/computerframe{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/maintenance/old_detective) +"pBQ" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/machinery/door_control/bolt_control/south{ + id = "DormToilet1" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/east, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"pBY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"pCe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"pCi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"pCj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/white, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"pCm" = ( +/obj/structure/displaycase/labcage, +/obj/effect/turf_decal/delivery, +/obj/structure/sign/poster/contraband/lamarr{ + pixel_x = -32 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/command/office/rd) +"pCq" = ( +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"pCC" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"pCD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"pCI" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"pCV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/engineering/hallway) +"pDk" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/lawyer/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "court" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"pDS" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"pER" = ( +/obj/structure/table/wood, +/obj/item/book/manual/barman_recipes{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/structure/sign/poster/official/high_class_martini{ + pixel_y = 32 + }, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"pEU" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"pEY" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "KPPSouth" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"pFd" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/camera{ + pixel_x = -2; + pixel_y = -12 + }, +/obj/item/taperecorder{ + pixel_x = 18; + pixel_y = 3 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"pFn" = ( +/obj/machinery/computer/cloning, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"pFv" = ( +/obj/structure/closet/secure_closet/mime, +/obj/machinery/light_switch/north, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"pFO" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/stack/cable_coil, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"pFT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"pFW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/break_room) +"pGk" = ( +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"pGn" = ( +/obj/structure/falsewall, +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"pGr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/red/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"pGt" = ( +/obj/machinery/power/apc/directional/south, +/obj/machinery/door_control/shutter/west{ + id = "justice_blast"; + name = "Space Vent"; + pixel_x = 24; + pixel_y = -5; + req_access = list(2) + }, +/obj/machinery/flasher_button{ + id = "Execution"; + pixel_x = 24; + pixel_y = 7 + }, +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/bottle/facid{ + pixel_y = 10 + }, +/obj/structure/cable, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"pGz" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_y = 6 + }, +/obj/item/toy/figure/crew/virologist{ + pixel_y = 6 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"pGJ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9; + color = "lightblue" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"pGK" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"pGO" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/mask/balaclava, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"pGQ" = ( +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"pGV" = ( +/obj/machinery/economy/atm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"pHb" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"pHc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"pHe" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/range) +"pHg" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"pHK" = ( +/obj/structure/mirror{ + pixel_x = -26 + }, +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"pIa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"pIB" = ( +/obj/structure/chair/sofa/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"pIC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"pIP" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + layer = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"pIR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"pJb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"pJf" = ( +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"pJj" = ( +/obj/effect/decal/cleanable/generic, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"pJv" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled, +/turf/simulated/floor/plating, +/area/station/public/vacant_office/secondary) +"pJw" = ( +/obj/machinery/power/rad_collector, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"pJP" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/controlroom) +"pKd" = ( +/obj/structure/railing/cap/normal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/white/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"pKe" = ( +/obj/effect/decal/cleanable/ants, +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"pKl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/public/storage/tools) +"pKv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"pKJ" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"pKK" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/supply/miningdock) +"pKP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"pLc" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/ne) +"pLr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/welded, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"pLs" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/alarm/directional/west, +/obj/structure/closet/secure_closet/scientist, +/obj/item/clothing/mask/gas/explorer, +/obj/item/clothing/shoes/magboots, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/research) +"pLt" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/assistant, +/obj/item/clothing/head/towel{ + pixel_y = -7 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"pLI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"pLN" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/status_display/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"pLT" = ( +/obj/structure/chair/plastic{ + dir = 8 + }, +/obj/effect/landmark/start/bath, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"pLU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"pMb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"pMd" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/storage) +"pMe" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a"; + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"pMg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"pMr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"pMy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/right, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/sign/poster/contraband/smoke{ + pixel_x = -30 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pMz" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"pML" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/shelf/science, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4; + pixel_x = -6 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"pMU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/stack/cable_coil/random, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"pNk" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"pNl" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"pNv" = ( +/obj/structure/chair/office, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"pNz" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"pOf" = ( +/turf/simulated/wall, +/area/station/medical/patients_rooms) +"pOh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"pOi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"pOp" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"pOA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"pOF" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"pOK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/bridge/checkpoint/south) +"pOZ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/station/security/restroom) +"pPc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/cap/hidden/supply, +/obj/structure/disposalpipe/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"pPl" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"pPC" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"pPG" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"pPK" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno4"; + name = "Creature Cell #4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"pPL" = ( +/obj/structure/closet/lasertag/red, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"pPP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pPQ" = ( +/obj/structure/bed, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pPR" = ( +/obj/item/kirbyplants, +/obj/machinery/light_switch/south, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"pPW" = ( +/obj/structure/table/reinforced, +/obj/machinery/defibrillator_mount/loaded, +/obj/machinery/camera{ + c_tag = "Medbay Treatment North"; + network = list("Medbay","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"pPZ" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "transitlock"; + name = "Transit Tube Lockdown" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"pQa" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"pQd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"pQj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"pQl" = ( +/obj/structure/chair/office/light, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"pQq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pRq" = ( +/obj/structure/shelf/science, +/obj/item/storage/firstaid/regular/empty{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/storage/firstaid/regular/empty{ + pixel_y = -6 + }, +/obj/item/storage/firstaid/regular/empty{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/healthanalyzer{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/healthanalyzer{ + pixel_y = 8 + }, +/obj/item/healthanalyzer{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"pRI" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Xeno Containment 2"; + network = list("Research","SS13") + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"pRL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"pRP" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"pRQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pRX" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/starboard) +"pRY" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Medbay Virology Restroom"; + network = list("Medical","SS13"); + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"pSp" = ( +/obj/effect/turf_decal/siding/blue/corner, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"pSw" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel/dark, +/area/station/security/brig) +"pSJ" = ( +/obj/machinery/camera{ + c_tag = "Supermatter East"; + dir = 8; + network = list("Engineering","SS13") + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"pSM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"pSO" = ( +/obj/item/storage/bible, +/obj/structure/table/wood, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"pSX" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenosecure"; + name = "Secure Creature Cell" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"pTi" = ( +/obj/machinery/economy/vending/dinnerware, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"pTk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pTD" = ( +/turf/space, +/area/shuttle/gamma/station) +"pTE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"pUf" = ( +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/wall/r_wall, +/area/station/engineering/ai_transit_tube) +"pUB" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"pUN" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"pUO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/distribution) +"pVw" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"pVG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pVN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"pVP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"pWb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pWc" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"pWh" = ( +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "RnDChem"; + name = "Biohazard Shutter" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"pWq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/cafeteria) +"pWr" = ( +/obj/structure/chair/sofa/bench{ + cover_color = "#68452a"; + dir = 4 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"pWt" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation) +"pWw" = ( +/obj/machinery/economy/vending/snack, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"pWA" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"pWT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pXb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"pXo" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"pXz" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/primary/starboard) +"pXM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"pXQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"pXW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"pYb" = ( +/obj/structure/chair/office, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/security/interrogation/observation) +"pYc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"pYk" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"pYl" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"pYo" = ( +/obj/structure/coatrack, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"pYr" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qmroom" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"pYC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/reinforced/normal, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"pYE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greencorner" + }, +/area/station/hallway/secondary/exit) +"pYO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/chem_dispenser, +/obj/machinery/requests_console/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"pZs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"pZI" = ( +/obj/structure/safe{ + known_by = list("captain") + }, +/obj/item/clothing/head/bearpelt, +/obj/item/folder/documents, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/stack/spacecash/c1000, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 1 + }, +/area/station/command/vault) +"qao" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greencorner" + }, +/area/station/hallway/secondary/exit) +"qaC" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"qaQ" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"qaS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"qbb" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + autolink_sensors = list("o2_sensor"="Tank"); + dir = 8; + inlet_injector_autolink_id = "o2_in"; + name = "Oxygen Supply Control"; + outlet_vent_autolink_id = "o2_out" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/engineering/atmos) +"qbl" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"qbp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qbx" = ( +/obj/structure/table, +/obj/random/tool, +/obj/random/tool{ + pixel_x = 3; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"qbB" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/maintenance/starboard2) +"qbL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10; + color = "lightblue" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"qbN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"qct" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "holdingcellprivacy" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"qcK" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/engineering/mechanic) +"qcV" = ( +/obj/effect/firefly/green, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"qcX" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/security/permabrig) +"qcZ" = ( +/obj/item/flag/sec, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"qdh" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Security Reception" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/security/lobby) +"qdk" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/east, +/obj/item/tank/internals/plasma, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"qdm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"qdE" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"qdW" = ( +/obj/structure/barricade/wooden, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/library) +"qeg" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "qmshutters"; + name = "QM Shutters" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"qeJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"qeW" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"qfb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"qfc" = ( +/obj/structure/table/wood, +/obj/item/radio/security{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"qfd" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"qfr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/telecomms/chamber) +"qfs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"qfG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/newspaper{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/newspaper{ + pixel_x = 3; + pixel_y = 9 + }, +/obj/item/newspaper{ + pixel_x = -1; + pixel_y = -6 + }, +/obj/item/newspaper{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"qfX" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qgl" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qgK" = ( +/obj/machinery/economy/vending/chinese, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"qgN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Cargo Disposals Sorting"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"qgP" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"qgV" = ( +/obj/item/storage/pill_bottle{ + pixel_y = 15 + }, +/obj/item/storage/pill_bottle{ + pixel_y = 9; + pixel_x = 6 + }, +/obj/item/storage/pill_bottle{ + pixel_y = 3; + pixel_x = -4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"qhe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/controlroom) +"qhF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/reagent_containers/iv_bag/salglu{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"qhG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"qhK" = ( +/obj/structure/table, +/obj/item/deck/cards, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"qhP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6; + color = "lightblue" + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"qhX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qhZ" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/table/glass, +/obj/item/soap{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"qih" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/public/vacant_office/secondary) +"qin" = ( +/obj/structure/closet/crate/medical, +/obj/item/storage/box/beakers{ + pixel_x = -5 + }, +/obj/item/storage/box/beakers{ + pixel_x = -5; + pixel_y = -6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 6 + }, +/obj/item/storage/box/gloves{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"qiu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"qix" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"qiB" = ( +/obj/machinery/status_display/directional/west, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"qiD" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "magistrateshutters"; + name = "Magistrate Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"qjn" = ( +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/surgery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"qjp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"qjB" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"qjM" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/bullterrier/genn, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/carpet, +/area/station/service/library) +"qjP" = ( +/obj/item/clothing/head/collectable/rabbitears, +/obj/item/clothing/gloves/color/white, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"qjT" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"qka" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/maintenance/apmaint) +"qki" = ( +/obj/structure/chair/wood{ + dir = 8 + }, +/obj/item/radio/intercom/locked/confessional{ + dir = 1; + pixel_y = -22 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel) +"qkn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"qkD" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"qkH" = ( +/obj/machinery/computer/robotics{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"qlg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"qlh" = ( +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"qlt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"qlM" = ( +/obj/machinery/door/airlock/maintenance/external, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"qlY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"qlZ" = ( +/obj/structure/rack, +/obj/item/storage/briefcase/inflatable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"qmo" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/virology_maint) +"qmw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"qmz" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"qmM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qmT" = ( +/obj/structure/sign/poster/official/random/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/public/locker) +"qno" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"qnp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"qnq" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"qnC" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"qnD" = ( +/obj/structure/flora/grass/jungle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"qok" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/stairs/right, +/area/station/maintenance/port) +"qoq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/mechanic) +"qov" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qoM" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/obj/item/toy/crayon/random, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"qoU" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"qoW" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/warden) +"qpf" = ( +/obj/item/kirbyplants, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"qpk" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"qpm" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"qpo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"qpq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"qpB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"qpD" = ( +/obj/structure/bed{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"qpZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"qqa" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"qqe" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/south) +"qqh" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"qql" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/pool) +"qqy" = ( +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qrl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"qrq" = ( +/obj/item/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"qrE" = ( +/obj/structure/holohoop{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qrQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"qrT" = ( +/turf/simulated/wall/r_wall, +/area/station/telecomms/chamber) +"qsm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"qsq" = ( +/obj/structure/lattice, +/obj/item/toy/hampter/security, +/turf/space, +/area/space/nearstation) +"qsu" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"qsU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"qto" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/engineering/atmos, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"qtv" = ( +/obj/machinery/door/airlock/vault, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"qtC" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + autolink_id = "co2_out"; + dir = 4; + external_pressure_bound = 0; + icon_state = "in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"qtJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/control) +"qtU" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "16" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/maintenance/port) +"qul" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"qus" = ( +/obj/structure/railing, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"quv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"qux" = ( +/obj/machinery/light_switch/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/office) +"quK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/restraints/legcuffs/beartrap, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"quL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/lobby) +"quV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"qvp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"qvq" = ( +/obj/machinery/camera{ + c_tag = "Medbay Virology Main Hall"; + network = list("Medical","SS13") + }, +/obj/machinery/door_control/shutter/north{ + id = "Virology1"; + name = "Virology Window Shutters Control" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"qvr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"qvt" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9c"; + location = "hall9b1" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"qvA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"qvE" = ( +/obj/structure/curtain/open/shower/security, +/obj/effect/turf_decal/siding/blue, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"qvJ" = ( +/obj/structure/closet/secure_closet/miner, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"qvS" = ( +/obj/machinery/door/poddoor/preopen{ + id = "maints1"; + id_tag = "maints1" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"qvT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"qvV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/ore_box, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"qwd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"qwk" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qwl" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"qwo" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"qwH" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"qwI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"qwK" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"qwR" = ( +/obj/item/flag/nt, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"qwS" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/ai_transit_tube) +"qxd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"qxh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qxj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"qxk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qxs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/suit_storage_unit/atmos/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"qxt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"qxv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sink/directional/east, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"qxB" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"qxG" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"qxO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"qxU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"qym" = ( +/obj/structure/chair, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"qyr" = ( +/obj/machinery/door_control/shutter/north{ + desc = "A remote control switch for the medbay foyer."; + id = "GeneticsPrivacy"; + name = "Genetics Privacy Shutter Control" + }, +/obj/structure/closet/secure_closet/geneticist, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"qzu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"qzw" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/security/checkpoint/south) +"qzy" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"qzG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/freezer/fridge, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"qzP" = ( +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"qzR" = ( +/obj/machinery/hydroponics/soil, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"qzV" = ( +/obj/structure/platform{ + dir = 5; + anchored = 1 + }, +/obj/structure/railing{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"qzZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qAh" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"qAl" = ( +/obj/machinery/button/windowtint/south{ + id = "detective"; + pixel_y = 0; + pixel_x = -24; + req_access = list(4) + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"qAQ" = ( +/obj/machinery/r_n_d/protolathe, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"qAZ" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/camera{ + c_tag = "Custodial Closet"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/service/janitor) +"qBb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qBc" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"qBe" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/multi_tile/two_tile_ver{ + id_tag = "secpilot" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"qBo" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"qBu" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"qBw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"qCc" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/computer/station_alert, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"qCd" = ( +/turf/simulated/floor/plasteel/grimy, +/area/station/maintenance/abandonedbar) +"qCk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/normal{ + name = "Bar Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"qCv" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage/secondary) +"qCw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"qCN" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"qCX" = ( +/obj/machinery/light/floor, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"qDd" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Library Desk Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_switch/east, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/library, +/turf/simulated/floor/carpet, +/area/station/service/library) +"qDh" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/space/nearstation) +"qDj" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"qDv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"qDE" = ( +/obj/machinery/camera{ + c_tag = "Brig Cell 1"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/flasher{ + pixel_x = -24; + id = "Cell 1" + }, +/turf/simulated/floor/carpet/cyan, +/area/station/security/prison/cell_block/a) +"qDL" = ( +/obj/structure/chair/sofa/corner{ + color = "#A30FAF" + }, +/obj/machinery/alarm/directional/north, +/mob/living/simple_animal/goose/scientist, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"qDP" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "WardenD" + }, +/turf/simulated/floor/plating, +/area/station/security/warden) +"qDW" = ( +/obj/structure/table, +/obj/machinery/alarm/directional/south, +/obj/item/clothing/mask/gas{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/clothing/mask/gas{ + pixel_x = -6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"qDX" = ( +/obj/structure/closet/secure_closet/cmo, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"qEc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/qm) +"qEm" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hardsuitstorage) +"qEv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"qEA" = ( +/obj/structure/bed/dogbed/pet, +/mob/living/simple_animal/mouse/rat/white/brain, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"qEB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/structure/reflector/single{ + dir = 1; + anchored = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"qEN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/reflector/box{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"qEO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"qES" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"qET" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"qEU" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/welded, +/obj/structure/barricade/wooden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/fsmaint) +"qFf" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"qFj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/rnd_backup/station{ + dir = 8 + }, +/obj/item/disk/rnd_backup_disk, +/turf/simulated/floor/plasteel/dark, +/area/station/science/server) +"qFk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"qFp" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"qFw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"qFy" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"qFB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"qGa" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qGj" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/port2) +"qGm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/pool) +"qGo" = ( +/obj/structure/chair/comfy/green, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"qGy" = ( +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/poster/official/report_crimes{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"qGz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qGF" = ( +/obj/machinery/button/windowtint/west{ + id = "privateroom"; + pixel_y = -6 + }, +/obj/machinery/door_control/bolt_control/west{ + id = "privateroom"; + pixel_y = 6 + }, +/obj/structure/table/wood, +/obj/machinery/light/directional/west, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/bottle/wine{ + pixel_y = 8; + pixel_x = -8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/bar/atrium) +"qGY" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"qHx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"qHE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"qHN" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/white, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"qHO" = ( +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/hop{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"qHY" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"qIe" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"qIl" = ( +/obj/structure/flora/grass/jungle, +/obj/machinery/light/directional/west, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"qIv" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"qIz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"qIE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/fore) +"qIZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"qJb" = ( +/obj/structure/bookcase, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"qJk" = ( +/turf/simulated/wall, +/area/station/maintenance/old_detective) +"qJx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/bath, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/pool) +"qJA" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/toxins/mixing) +"qJB" = ( +/obj/structure/railing/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/permabrig) +"qJJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast west"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/bridge) +"qKk" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"qKt" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"qKv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"qKB" = ( +/obj/machinery/gameboard, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"qLk" = ( +/obj/machinery/light/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"qLB" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/public/fitness) +"qLC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/shuttle/labor{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"qLD" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"qLG" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"qMa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"qMw" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/brig) +"qMB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"qMH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table_frame, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"qMO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"qMT" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/storage) +"qMV" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"qMX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"qNb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/equipmentstorage) +"qNf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"qNx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/razumause{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"qNW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"qOd" = ( +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/public/vacant_store) +"qOo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"qOp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/chair, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"qOs" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/papershredder, +/obj/machinery/camera{ + c_tag = "Chapel Office"; + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"qOu" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"qOz" = ( +/obj/machinery/economy/vending/clothing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"qOP" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/security/checkpoint/south) +"qOQ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/portable/scrubber, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"qPc" = ( +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"qPg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"qPi" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/item/stack/sheet/metal/fifty, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/warehouse) +"qPu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/storage/toolbox/electrical{ + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"qPD" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/old_kitchen) +"qPJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"qQx" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/station/science/server/coldroom) +"qQC" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"qQE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"qQG" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/ne) +"qQH" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "sm_sen_cont"; + output = 127 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"qQK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/arrows/black, +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"qQL" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"qQN" = ( +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"qQS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals Port Aft"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"qQX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qRc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"qRi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrownfull" + }, +/area/station/supply/expedition) +"qRt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"qRG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"qRY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"qSa" = ( +/obj/structure/closet/crate/internals, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/tank/internals/emergency_oxygen/double, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/item/clothing/head/hardhat/orange, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/apmaint) +"qSh" = ( +/obj/machinery/door/airlock/external{ + hackProof = 1; + id_tag = "emergency_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/checkpoint/south) +"qSo" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"qSp" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Chemistry" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Chemistry Delivery"; + dir = 1 + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/medical/chemistry) +"qSv" = ( +/obj/structure/chair/sofa/right{ + color = "#A30FAF" + }, +/obj/effect/landmark/start/scientist, +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"qSG" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"qSH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"qSI" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sortjunction{ + sort_type_txt = "6" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"qSX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qTb" = ( +/obj/machinery/computer/security/telescreen/rd{ + pixel_y = 32; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"qTe" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"qTC" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/large, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"qTE" = ( +/obj/item/kirbyplants, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"qTF" = ( +/obj/machinery/economy/vending/engidrobe, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"qTY" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"qUb" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/ai_monitored/storage/eva) +"qUc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"qUx" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"qUI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/permabrig) +"qUJ" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"qVc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/public/sleep) +"qVg" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/aisat) +"qVh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qVu" = ( +/obj/item/food/disk{ + pixel_y = -6; + pixel_x = 5 + }, +/obj/item/food/disk{ + pixel_y = 10; + pixel_x = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"qVD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"qVF" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"qVK" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "magistrateshutters"; + name = "Magistrate Shutters"; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"qVU" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/restroom) +"qWr" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"qWs" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/conveyor_switch/oneway{ + id = "cargodisposals_entrance"; + name = "Trash Filter Entrance Switch" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"qWx" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"qWE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/rods, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"qWG" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"qWV" = ( +/obj/structure/sign/poster/official/random/west, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"qWZ" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "o2_sensor" + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"qXy" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"qXz" = ( +/obj/structure/table/wood, +/obj/structure/noticeboard{ + pixel_y = 29 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"qXD" = ( +/obj/structure/bed, +/obj/structure/curtain/open, +/obj/item/bedsheet/medical, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"qXS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/sheet/metal/fifty, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"qYa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/closet/secure_closet/atmos_personal, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"qYd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"qYm" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"qYJ" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/chili, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qYP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"qYX" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"qZg" = ( +/turf/simulated/wall/r_wall, +/area/station/security/interrogation) +"qZk" = ( +/obj/structure/table/glass, +/obj/item/clothing/accessory/medal{ + name = "медаль хорошему мальчику"; + desc = "Тот кто её носит - определенно заслужил её!" + }, +/obj/item/petcollar{ + pixel_y = 7; + pixel_x = 6 + }, +/obj/item/petcollar{ + pixel_y = 3 + }, +/obj/item/petcollar{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"qZs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/permabrig) +"qZu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"qZx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"qZA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"qZF" = ( +/obj/structure/railing/corner{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"qZV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/chem_master, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"rac" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"rad" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/old_kitchen) +"rah" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"raw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table, +/obj/item/kitchen/knife/butcher, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"raz" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1; + color = "lightblue" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"raB" = ( +/obj/structure/grille/broken, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"raD" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/service/bar) +"raH" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"raP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"raR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"raT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"rbf" = ( +/turf/simulated/wall/r_wall, +/area/station/security/evidence) +"rbo" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"rbq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"rbz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"rbI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rbL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"rbM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/medbay2) +"rbT" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "stationawaygate"; + name = "Gateway Access Shutters" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door_control/shutter/west{ + id = "stationawaygate"; + name = "Gateway Shutters Control"; + req_access = list(62) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"rcm" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/science/lobby) +"rcs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/bridge) +"rcE" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"rcF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/shard{ + pixel_y = -6; + pixel_x = 11 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"rdb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"rdn" = ( +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rdq" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/hydroponics) +"rds" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/dormitory_maintenance) +"rdB" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/machinery/alarm/directional/north, +/obj/item/reagent_containers/applicator/burn{ + pixel_y = 4; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"red" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"reo" = ( +/obj/structure/table_frame, +/obj/effect/decal/cleanable/glass{ + layer = 2.5 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"res" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"reN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"reP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Research Lab Desk" + }, +/obj/machinery/door/window/classic/normal{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "researchdesk2"; + name = "Research Desk Shutters" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"reR" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"reU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"reW" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"rfd" = ( +/turf/simulated/wall/r_wall, +/area/station/security/interrogation/observation) +"rfh" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Area control access" + }, +/obj/item/clothing/mask/gas, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"rfB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"rfC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"rfH" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"rfI" = ( +/obj/item/beacon, +/obj/effect/turf_decal/stripes, +/obj/machinery/camera{ + c_tag = "Research Toxins Test Chamber East"; + dir = 4; + network = list("Toxins","Research","SS13"); + invuln = 1 + }, +/turf/simulated/floor/plasteel/airless/indestructible, +/area/station/science/toxins/test) +"rfK" = ( +/obj/machinery/cryopod, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/public/sleep) +"rfQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"rfS" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/obj/effect/turf_decal/siding/blue, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"rfT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"rfY" = ( +/obj/structure/bookcase/manuals/research_and_development, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/carpet, +/area/station/service/library) +"rgg" = ( +/obj/machinery/fishtank/wall, +/turf/simulated/wall, +/area/station/service/kitchen) +"rgj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "Clown"; + name = "Clown Privacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/service/clown) +"rgk" = ( +/obj/structure/shelf/security, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/reagent_containers/spray/pepper, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 8 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/storage) +"rgo" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Courtroom East"; + dir = 8 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"rgY" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"rhn" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pfork, +/obj/item/kitchen/utensil/pfork, +/obj/item/kitchen/utensil/pfork, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/seeds/ambrosia, +/obj/item/reagent_containers/condiment/enzyme, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"rhA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rhT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"rhX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rhY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/transparent/glass, +/area/station/maintenance/virology_maint) +"rim" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"rix" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"riA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"riH" = ( +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"riJ" = ( +/obj/structure/railing, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"riK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/permabrig) +"riO" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/port) +"riP" = ( +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"riQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"riV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"rjE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"rkf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + name = "Virology Shutters"; + id_tag = "Virology2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"rkv" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"rkO" = ( +/obj/machinery/status_display/directional/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/gloves/color/black, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"rkU" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"rkV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/barricade/wooden{ + layer = 4 + }, +/turf/simulated/floor/plating, +/area/station/service/cafeteria) +"rlp" = ( +/obj/effect/landmark/start/assistant, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"rlB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"rlI" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"rlK" = ( +/obj/machinery/sleeper{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/camera{ + c_tag = "Medbay Treatment South"; + network = list("Medbay","SS13"); + dir = 1 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"rlS" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"rma" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"rmf" = ( +/obj/machinery/camera{ + c_tag = "Prison General South"; + network = list("Prison","SS13"); + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"rml" = ( +/obj/item/flag/sec, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"rmw" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen/multi{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"rnI" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/closet/crate/freezer/iv_storage/organ, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"rnO" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/maintenance/solar_maintenance/aft_starboard) +"rnY" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"rod" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"roN" = ( +/obj/structure/railing/corner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"roR" = ( +/obj/machinery/economy/vending/snack, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"rpi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"rpu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue, +/obj/structure/rack, +/obj/item/storage/firstaid/fire{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/regular/doctor{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"rpx" = ( +/obj/machinery/light_switch/south, +/obj/item/flag/nt, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"rpC" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rpE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"rpF" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/evidence) +"rpN" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"rqh" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"rqj" = ( +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/engine, +/area/station/maintenance/starboard2) +"rqk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"rqn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno6"; + name = "Creature Cell #6" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"rqo" = ( +/obj/machinery/hydroponics/soil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"rqv" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/railing{ + dir = 8 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"rqC" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rqX" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rqZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/permabrig) +"rrk" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"rro" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/storage) +"rrp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"rrJ" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"rrL" = ( +/obj/machinery/door/airlock/freezer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"rrP" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rrT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"rsK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"rsW" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"rsX" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"rtm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"rtn" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "heat exchange to port" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"rto" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"rtz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"rtA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"rtE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"rtF" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"rtS" = ( +/obj/structure/table/wood/fancy, +/obj/item/trash/plate, +/obj/item/kitchen/utensil/fork{ + pixel_x = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"rtV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"rua" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"rui" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"rux" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation) +"ruC" = ( +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"ruI" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 8; + pixel_x = -6; + initialized = 1 + }, +/obj/item/paper/pamphlet/deltainfo{ + pixel_y = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay2) +"ruL" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"ruY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"rvx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"rvy" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"rvD" = ( +/obj/structure/shelf/engineering, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/radio{ + pixel_y = 12 + }, +/obj/item/radio{ + pixel_y = 12; + pixel_x = 8 + }, +/obj/item/radio{ + pixel_x = -8 + }, +/obj/item/radio, +/obj/item/radio{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/control) +"rvI" = ( +/obj/machinery/door/airlock/bathroom{ + id = "toilet1"; + id_tag = "toilet1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"rvJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/structure/table/reinforced, +/obj/item/paper/firingrange{ + pixel_y = 4 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 4 + }, +/obj/item/clothing/ears/earmuffs, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/range) +"rvR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"rwf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"rwg" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"rwh" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/north, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"rwj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"rwn" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rwJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rwU" = ( +/turf/simulated/wall, +/area/station/service/barber) +"rwX" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"rwY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"rxa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rxb" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/newscaster/security_unit/north, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"rxe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rxy" = ( +/obj/structure/shelf/science, +/obj/item/reagent_containers/dropper/precision{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000"; + pixel_y = -6 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/reagent_containers/dropper/precision{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/lighter/zippo{ + name = "Ash Generator 3000"; + pixel_y = 7 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"rxC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"rxP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"rxZ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ryd" = ( +/turf/simulated/wall/r_wall, +/area/station/science/explab/chamber) +"ryh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"ryj" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"ryk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"ryz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"ryH" = ( +/obj/machinery/camera{ + c_tag = "Research East Hallway"; + dir = 4; + network = list("Research","SS13"); + pixel_y = -22 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"ryK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"rza" = ( +/obj/structure/musician/piano, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/bar/atrium) +"rzb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"rzk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"rzq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rzM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"rzO" = ( +/obj/structure/closet/l3closet/scientist, +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/explab) +"rAg" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"rAC" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"rAH" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rAL" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"rAS" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"rAU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"rBe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"rBp" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"rBP" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"rBT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"rBV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/chapel/study) +"rCj" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"rCm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rCw" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"rCz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"rCA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"rDc" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rDi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"rDp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rDN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"rDQ" = ( +/mob/living/carbon/human/monkey, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"rDS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/fire{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"rEf" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"rEr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"rEs" = ( +/obj/structure/chair/sofa/bench/right{ + cover_color = "#68452a"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/exit) +"rEQ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"rEZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/machinery/alarm/directional/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"rFg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"rFl" = ( +/obj/effect/landmark/costume/random, +/obj/structure/table/wood, +/obj/item/clothing/suit/suspenders, +/obj/structure/mirror{ + pixel_x = 26; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"rFE" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"rFT" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"rFU" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Chaplain's Quarters" + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"rFZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rGQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"rGZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"rHd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"rHX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/dormitory_maintenance) +"rIs" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"rIx" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/taperecorder{ + pixel_y = 4 + }, +/obj/item/taperecorder{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"rIO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"rIU" = ( +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/pool) +"rJd" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rJg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"rJi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"rJt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"rJD" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"rJE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"rJR" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"rKg" = ( +/obj/machinery/driver_button{ + id_tag = "chapelgun2"; + name = "Chapel Mass Driver"; + pixel_y = -24 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"rKn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/item/stack/rods{ + amount = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"rKq" = ( +/obj/machinery/smartfridge/secure/extract, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"rKy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"rKJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"rKL" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"rKO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"rKT" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"rLj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/cloning) +"rLn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/warden) +"rLs" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter/west{ + id = "Virology2"; + name = "Virology Window Shutters Control" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"rLx" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 6; + pixel_x = -4 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"rLK" = ( +/obj/machinery/r_n_d/experimentor, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"rLW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"rMh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"rMi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rMm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"rMw" = ( +/obj/structure/table, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/status_display/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/fitness) +"rMx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"rMy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"rML" = ( +/obj/machinery/firealarm/directional/north, +/obj/item/kirbyplants, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"rMW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/storage) +"rMZ" = ( +/obj/structure/table, +/obj/item/food/beans, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"rNb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/camera{ + c_tag = "AI Minisatellite Foyer Airlock"; + network = list("SS13","Minisat"); + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 8 + }, +/area/station/aisat) +"rNi" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Prisoner Lockers"; + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"rNL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"rNU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/port) +"rOe" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"rOm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rOz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"rOG" = ( +/obj/structure/sign/poster/official/random/north, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rOJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"rOW" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/reception) +"rPb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralcorner"; + dir = 1 + }, +/area/station/aisat) +"rPh" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"rPk" = ( +/obj/machinery/door/airlock{ + id_tag = "DormToilet3" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"rPs" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"rPv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"rPF" = ( +/obj/item/kirbyplants, +/obj/machinery/light/nightshifted/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"rPH" = ( +/obj/structure/flora/rock/jungle, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"rPK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/turret_protected/ai) +"rPY" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"rQi" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"rQj" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/clipboard, +/obj/item/hand_labeler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"rQl" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"rQp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/toxins/mixing) +"rQu" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"rQz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"rQD" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO_Bedroom" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"rQH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"rQP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"rQS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"rQZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/storage) +"rRb" = ( +/turf/simulated/wall, +/area/station/security/permabrig) +"rRf" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"rRm" = ( +/obj/structure/closet/coffin, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"rRw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/hallway/secondary/entry) +"rRP" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "qmshutters"; + name = "QM Shutters" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"rRQ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/official/random/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"rRS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rSb" = ( +/obj/machinery/door/poddoor{ + id_tag = "chapelgun2"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/obj/structure/fans/tiny, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rSw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Research Director's Quarters"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"rSG" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"rSI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"rSM" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/fire{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/fire{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/fire{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"rSQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"rTe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/table/glass, +/obj/item/food/grown/banana{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 8; + pixel_x = -4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"rTi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"rTt" = ( +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"rTF" = ( +/obj/structure/table/wood, +/obj/item/taperecorder{ + pixel_x = 11; + pixel_y = 3 + }, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"rUi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/maintenance/fsmaint) +"rUl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"rUo" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/brigcells{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/lobby) +"rUQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"rUS" = ( +/obj/machinery/door_control/bolt_control/north{ + id = "pub_room"; + pixel_x = 6 + }, +/obj/machinery/light/directional/north, +/obj/machinery/button/windowtint/north{ + pixel_x = -6 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"rVa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"rVu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"rVG" = ( +/obj/structure/table/wood, +/obj/item/book/manual/random, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"rVL" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"rVP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/firealarm/directional/south, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/patients_rooms) +"rVQ" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "AI Minisatellite Foyer Exterior South"; + network = list("SS13","Minisat") + }, +/turf/space, +/area/space/nearstation) +"rVZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"rWk" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"rWw" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"rWJ" = ( +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"rWL" = ( +/obj/structure/chair/sofa/right{ + color = "#A30FAF"; + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/scientist, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"rWV" = ( +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"rXg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"rXk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/captain/bedroom) +"rXn" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"rXy" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"rXC" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"rXE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"rXK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"rXQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rXW" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"rXX" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"rXY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "ShuttleKPP" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge/checkpoint/south) +"rXZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/nightshifted/south, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel, +/area/station/maintenance/abandoned_garden) +"rYh" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"rYn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"rYu" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/britcup{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"rYP" = ( +/obj/structure/bookcase, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"rYV" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 4; + inlet_injector_autolink_id = "co2_in"; + name = "Carbon Dioxide Supply Control"; + outlet_vent_autolink_id = "co2_out"; + autolink_sensors = list("co2_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"rZo" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Gas to Filter"; + on = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"rZr" = ( +/obj/structure/table/reinforced, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned pharmacy"; + name = "Abandoned Pharmacy Shutters" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rZy" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"rZD" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"rZF" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Kitchen Dinner Windows"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Kitchen Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"rZH" = ( +/obj/structure/table/wood, +/obj/item/kirbyplants{ + pixel_y = 12 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rZS" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/item/phone{ + pixel_x = -14; + pixel_y = 8 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 6; + pixel_x = -6; + initialized = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"rZY" = ( +/obj/machinery/light_construct/directional/west, +/obj/structure/sign/poster/random/west, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"sab" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"sah" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"san" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"sau" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/engine/xenobio, +/area/station/science/xenobiology) +"sav" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"saz" = ( +/obj/machinery/recharger/wallcharger{ + pixel_y = 24; + pixel_x = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"saC" = ( +/obj/structure/flora/rock/jungle, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"saJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"saO" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/item/toy/figure/crew/bartender{ + pixel_y = 16; + layer = 3.4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"saU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"saX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"sbe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"sbf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/ne) +"sbh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"sbS" = ( +/obj/structure/closet/l3closet, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"sbW" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Singularity"; + name = "Singularity Blast Doors" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"scb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"scc" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/engineering/hardsuitstorage) +"scl" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"scz" = ( +/obj/item/stack/sheet/animalhide/corgi, +/obj/effect/decal/cleanable/blood, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"scH" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"scI" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/supply/expedition) +"scJ" = ( +/obj/machinery/fishtank/wall, +/turf/simulated/floor/carpet/orange, +/area/station/service/cafeteria) +"scR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"scU" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"sda" = ( +/obj/machinery/dna_scannernew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"sdl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"sdm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"sdr" = ( +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"sdI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/controlroom) +"sdM" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "AI Minisatellite North"; + dir = 1; + network = list("SS13","Minisat") + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"sea" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"seh" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Cloning Room" + }, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"seK" = ( +/obj/machinery/door/firedoor/closed, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"seN" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"sfa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"sfb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"sfc" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"sfh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"sfl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/public/locker) +"sfD" = ( +/obj/structure/table/reinforced, +/obj/item/radio/intercom/directional/north, +/obj/item/reagent_containers/drinks/mug/sci, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"sfI" = ( +/turf/simulated/wall, +/area/station/medical/virology) +"sgA" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"sgF" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"sgM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"sgP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"sgX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"sgZ" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"shb" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"shr" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"shs" = ( +/obj/machinery/economy/vending/assist, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/camera{ + c_tag = "Primary Tool Storage"; + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"shB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"shE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"shI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/fitness) +"sia" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "AI Minisatellite NorthEast"; + dir = 4; + network = list("Minisat","SS13") + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"sih" = ( +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 8; + network = list("Research","SS13"); + pixel_y = -22 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"sim" = ( +/obj/structure/toilet{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel/white, +/area/station/maintenance/apmaint) +"siM" = ( +/turf/simulated/wall/r_wall, +/area/station/security/storage) +"siO" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"siP" = ( +/obj/machinery/door/airlock/external{ + id_tag = "engines_door_int" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/access_button/south{ + autolink_id = "engines_btn_int"; + name = "interior access button"; + req_access = list(10,13) + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"siY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"sjM" = ( +/obj/structure/dresser, +/obj/item/storage/secure/briefcase{ + pixel_y = -12 + }, +/obj/item/clothing/under/towel/long/alt/red{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/clothing/head/towel/red{ + pixel_y = 8 + }, +/obj/machinery/button/windowtint/north{ + id = "hosroom"; + req_access = list(58) + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"sjT" = ( +/obj/item/flag/clown, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"sjV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"skh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/suit_storage_unit/atmos/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sko" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 5 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"skq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"skK" = ( +/turf/simulated/floor/engine, +/area/station/maintenance/starboard2) +"skW" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"slk" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/explab) +"sls" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/button/windowtint/east{ + id = "SciBreak" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"slV" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/simulated/floor/greengrid, +/area/station/maintenance/port2) +"smh" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 2; + pixel_x = -8 + }, +/obj/item/pen/multi{ + pixel_y = 2; + pixel_x = -8 + }, +/obj/item/taperecorder{ + pixel_x = 6; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"sml" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/main) +"smr" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"smE" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"smO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"smQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/shard, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"smY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"smZ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/flash{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/main) +"snb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"snc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"snj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/service/bar/atrium) +"sno" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/meeting_room) +"snx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"snC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/obj/item/stack/rods{ + amount = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sol" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"son" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"soV" = ( +/obj/item/storage/bag/chemistry, +/obj/item/reagent_containers/pill/random_drugs, +/obj/item/reagent_containers/pill/random_drugs, +/obj/item/reagent_containers/pill/random_drugs, +/obj/item/reagent_containers/pill/random_drugs, +/obj/item/reagent_containers/pill/random_drugs, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"soW" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"soY" = ( +/obj/structure/reagent_dispensers/peppertank/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/storage) +"spc" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/toxin{ + pixel_y = 10 + }, +/obj/item/storage/firstaid/toxin{ + pixel_y = 6 + }, +/obj/item/storage/firstaid/toxin{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"spf" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"sph" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"spk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"spp" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"spq" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"spv" = ( +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"spC" = ( +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/wall, +/area/station/maintenance/port) +"spF" = ( +/obj/machinery/icemachine, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"spG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"spJ" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/librarian, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"spW" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/server/coldroom) +"sqb" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"sqf" = ( +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"sqk" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"sqA" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/sop_service{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = 12; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"sqD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"sqF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"sqZ" = ( +/obj/effect/landmark/spawner/xeno, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"src" = ( +/obj/machinery/camera{ + c_tag = "AI Minisatellite Teleporter Room"; + dir = 4; + network = list("Minisat","SS13"); + pixel_y = -22 + }, +/obj/machinery/turretid/stun{ + name = "AI Antechamber Turret Control"; + pixel_x = -28; + req_access = list(75) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat) +"srw" = ( +/obj/machinery/door/airlock/maintenance{ + name = "Chapel Maintenance" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"srJ" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/simple_animal/cow/betsy, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"srQ" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/sop_science{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/book/manual/research_and_development{ + pixel_y = 8; + pixel_x = 6 + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkpurple" + }, +/area/station/command/office/rd) +"srZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/structure/closet/secure_closet/personal/patient, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"ssg" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/computer/guestpass{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"sso" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"ssw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"ssy" = ( +/obj/effect/turf_decal/arrows/black{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"ssK" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/table, +/obj/item/soap/syndie, +/obj/item/toy/figure/crew/syndie, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ssL" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"ssM" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"ssR" = ( +/obj/structure/statue/delta/e, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"ssV" = ( +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"sti" = ( +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/starboard2) +"sts" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"stu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay2) +"stv" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"stC" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/lobby) +"stF" = ( +/obj/machinery/door_control/shutter/north{ + id = "Secure Armory"; + name = "Secure Armory Shutter Control"; + req_access = list(3) + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/shelf/security, +/obj/item/grenade/barrier{ + pixel_x = -6; + pixel_y = 12 + }, +/obj/item/grenade/barrier{ + pixel_x = 1; + pixel_y = 12 + }, +/obj/item/grenade/barrier{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/grenade/barrier{ + pixel_x = -6 + }, +/obj/item/grenade/barrier{ + pixel_x = 1 + }, +/obj/item/grenade/barrier{ + pixel_x = 8 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"stG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"stW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"suy" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"suE" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"suI" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet, +/area/station/service/bar) +"suO" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/red, +/obj/machinery/recharger/wallcharger{ + pixel_x = -27 + }, +/obj/item/clothing/mask/balaclava, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"suP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"suY" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sve" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"svf" = ( +/obj/structure/rack, +/obj/item/storage/box/teargas{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/storage/box/teargas{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"swf" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"swm" = ( +/obj/machinery/computer/card/minor/qm, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/qm) +"swy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"swF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/mechanic) +"swI" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"swM" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"swR" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"sxb" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "VirRest" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"sxf" = ( +/obj/structure/janitorialcart, +/obj/item/mop, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/service/janitor) +"sxm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"sxp" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line, +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/gps/engineering{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"sxq" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"sxB" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"sxG" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"sxJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"sxU" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/machinery/light/small/directional/north, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/grenade/chem_grenade/cleaner{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/item/key/janitor{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/service/janitor) +"syc" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"syi" = ( +/obj/item/seeds/orange, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"syk" = ( +/obj/machinery/camera{ + c_tag = "Brig Hall South-East"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/brig) +"syO" = ( +/obj/structure/table/reinforced, +/obj/item/desk_bell{ + anchored = 1; + pixel_x = -6; + pixel_y = 3 + }, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Research Lab Desk" + }, +/obj/machinery/door/window/classic/normal{ + name = "Research Lab Desk" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "researchdesk1"; + name = "Research Desk Shutters" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"syT" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"szb" = ( +/obj/machinery/chem_heater, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"szd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"szf" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"szi" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"szx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"szy" = ( +/obj/machinery/bodyscanner{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"szP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/cryopod/right, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/permabrig) +"szQ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"szZ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sAk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"sAo" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"sAs" = ( +/obj/machinery/smartfridge/food/chef, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Kitchen Desk" + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Hydroponics Desk" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "Hydroponics Shutters"; + name = "Hydroponics Shutters" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Kitchen Windows"; + name = "Kitchen Privacy Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"sAv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"sAx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"sAA" = ( +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sAG" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"sAP" = ( +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"sAT" = ( +/obj/structure/railing/corner, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/fsmaint) +"sBg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/kitchenspike, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"sBm" = ( +/obj/structure/chair/comfy/teal, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"sBp" = ( +/obj/machinery/economy/vending/plasmaresearch, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"sBw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"sBx" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"sBE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"sBG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Store" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "vacantstore"; + name = "Vacant Store Shutters"; + dir = 2 + }, +/obj/machinery/door/window/classic/normal{ + name = "Store" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/maintenance{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"sBN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/door_timer/cell_1{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"sBQ" = ( +/obj/item/radio/intercom/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"sBV" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"sBX" = ( +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"sBZ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"sCp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/barber, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"sCq" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sCD" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"sCQ" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/turf_decal/delivery/red, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"sCZ" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/kitchen_machine/grill, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"sDh" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"sDj" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"sDq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"sDF" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet/crate/freezer, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/medical/virology/lab) +"sDJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/shutter/east{ + pixel_y = -8; + id = "QMLoaddoor2"; + req_access = list(79) + }, +/obj/machinery/door_control/shutter/east{ + pixel_y = 8; + id = "QMLoaddoor"; + req_access = list(79) + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/storage) +"sDK" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"sDL" = ( +/obj/item/chair/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"sDS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"sEk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sEB" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/clipboard, +/obj/item/folder/blue, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"sEI" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/research_director, +/turf/simulated/floor/carpet/purple, +/area/station/command/office/rd) +"sFo" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"sFp" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"sFB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"sFK" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/science/research) +"sFM" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"sFT" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/light_construct/directional/west, +/obj/structure/sign/poster/random/west, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"sGa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"sGz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"sGD" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"sGM" = ( +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 8; + icon_state = "open"; + id_tag = "meetroomshutters"; + name = "Meeting Room Shutters"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/meeting_room) +"sHa" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"sHd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"sHf" = ( +/obj/structure/table/reinforced, +/obj/item/wrench{ + pixel_y = 2 + }, +/obj/machinery/newscaster/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/crowbar{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"sHl" = ( +/obj/machinery/camera{ + c_tag = "Library South"; + dir = 5 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"sHI" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"sHJ" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"sHY" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"sIa" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"sIb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"sIg" = ( +/obj/machinery/economy/vending/cola, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"sIj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"sIu" = ( +/turf/simulated/wall, +/area/station/maintenance/old_kitchen) +"sIA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/dormitory_maintenance) +"sIQ" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"sJa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"sJk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"sJD" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"sJI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sJL" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"sJM" = ( +/obj/structure/table/glass, +/obj/item/defibrillator/loaded{ + layer = 4; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"sJZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sKr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/bar/atrium) +"sKs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"sKy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"sKG" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"sKM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"sKX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"sLp" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "experimentor"; + name = "Experimentor Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/science/explab) +"sLI" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"sMh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"sMj" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"sMu" = ( +/obj/item/kirbyplants, +/obj/machinery/status_display/directional/north, +/obj/structure/sign/poster/contraband/borg_fancy_2{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 9 + }, +/area/station/aisat) +"sMz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"sME" = ( +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod3"; + name = "escape pod 3" + }, +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"sMF" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"sMH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"sMV" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"sMY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"sNe" = ( +/obj/structure/closet/crate, +/obj/item/reagent_containers/glass/bottle/ammonia, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar/large, +/obj/item/wirecutters, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"sNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/warden) +"sNI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"sNN" = ( +/obj/machinery/flasher{ + id = "Execution"; + pixel_x = -24 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"sOj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sOx" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"sOB" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"sOU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/crayon{ + color = "#cc3300"; + initialized = 1 + }, +/obj/item/kitchen/knife/ritual, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sPc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"sPt" = ( +/obj/structure/closet/emcloset, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"sPz" = ( +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sPI" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "VirRest" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"sPP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"sPU" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/grille{ + layer = 2.69 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/execution) +"sPW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"sQa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/cherry, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"sQe" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags{ + pixel_x = 10; + pixel_y = 4 + }, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445; + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"sQf" = ( +/obj/structure/table/reinforced, +/obj/item/stack/rods{ + amount = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"sQj" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"sQr" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sQs" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/warden, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"sQA" = ( +/mob/living/simple_animal/parrot/poly, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/command/office/ce) +"sQB" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/nw) +"sQX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"sQZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"sRE" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"sRJ" = ( +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"sRU" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/library) +"sSr" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"sSw" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/warden) +"sSz" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"sSH" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"sSR" = ( +/obj/machinery/camera{ + c_tag = "AI Minisatellite Foyer"; + network = list("SS13","Minisat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 1 + }, +/area/station/aisat) +"sSY" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"sTe" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_y = 10 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"sTp" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "hosroom" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"sTu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/sign/deathsposal{ + pixel_x = 32 + }, +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"sUk" = ( +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"sUn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore2) +"sUt" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/detective) +"sUM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"sVu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"sVv" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"sVG" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/office) +"sVQ" = ( +/obj/machinery/requests_console/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"sWJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"sWY" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"sWZ" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"sXu" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"sXA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "detprivacy"; + name = "Detective Privacy Shutters Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"sXB" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Interrogation" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel/dark, +/area/station/security/processing) +"sYf" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"sYj" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"sYl" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"sYC" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/closet/secure_closet/hos, +/obj/item/clothing/accessory/holster, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 8 + }, +/area/station/command/office/hos) +"sYI" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"sYQ" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/camera/detective, +/obj/item/restraints/handcuffs, +/obj/item/storage/lockbox/spy_kit, +/obj/item/storage/box/bodybags, +/obj/item/flash, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"sYV" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "magistrateshutters"; + name = "Magistrate Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"sYX" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"sZb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"sZp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"sZr" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"sZw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/effect/landmark/start/internal_affairs, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"sZE" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/bathroom{ + id = "toilet2"; + id_tag = "toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/public/toilet) +"tad" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "10" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"tag" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/bag/bio, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"tam" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"tar" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"taz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"taB" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"taH" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"taT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"tbb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/hydroponics) +"tbo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"tbp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tbK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"tbM" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/space/nearstation) +"tci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/hardsuitstorage) +"tcQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"tcZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"tdi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"tdj" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 4 + }, +/area/station/command/vault) +"tdo" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greencorner" + }, +/area/station/hallway/secondary/exit) +"tdv" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"tdA" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"tdF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"tdY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Secure Desk"; + dir = 1 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Secure Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/psychology, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/utensil/pspork, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 2; + id_tag = "psychocell2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"teg" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/virology_maint) +"tep" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"teI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"teK" = ( +/obj/structure/rack, +/obj/random/tool, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"teT" = ( +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock{ + name = "Chapel Crematorium" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"teX" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"tfg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/airlock/command/rd/glass{ + id_tag = "rdofficedoor" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "RD" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"tfw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"tfD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"tfE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"tfF" = ( +/obj/structure/fluff/beach_umbrella/science, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"tfN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"tfY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/mechanic) +"tfZ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"tgi" = ( +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/pool) +"tgk" = ( +/obj/structure/table/reinforced, +/obj/structure/mirror{ + pixel_y = 28 + }, +/obj/item/razor{ + pixel_y = 5 + }, +/obj/machinery/camera{ + c_tag = "Barber Shop"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"tgn" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"tgq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tgD" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"thm" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"ths" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"thy" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/engineering/atmos) +"thU" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"thX" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"tic" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"tiA" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"tiC" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "N2 to Pure" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"tiI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/processing) +"tiL" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"tiN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tja" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"tjl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"tjq" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"tjB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/apmaint) +"tjM" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/bed/dogbed/pet, +/mob/living/simple_animal/pet/slugcat/monk, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"tjY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"tkc" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tkj" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"tkp" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"tkz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/atmosdrobe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"tkJ" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"tkK" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"tkO" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Store" + }, +/obj/machinery/door/poddoor/shutters{ + id_tag = "vacantstore"; + name = "Vacant Store Shutters"; + dir = 2 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Store" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/maintenance{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"tkY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tld" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"tlf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"tlg" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"tll" = ( +/obj/structure/table/reinforced, +/obj/item/trash/plate, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"tln" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/camera{ + c_tag = "Escape Shuttle Command Point"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"tlq" = ( +/obj/structure/girder, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"tlz" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"tlB" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"tlP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"tlR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central/nw) +"tlS" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"tlU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"tmh" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/siding/white{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/pool) +"tmr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"tmx" = ( +/obj/effect/decal/cleanable/blood/tracks{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tmY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/barricade/security, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"tnj" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"tnr" = ( +/obj/structure/closet/crate, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/rare, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"tnt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"tnu" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "n2o_in"; + dir = 4; + icon_state = "on"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"tnM" = ( +/obj/structure/disposalpipe/segment/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tnN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/flora/ausbushes/leafybush, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"tnO" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6; + color = "lightblue" + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/obj/machinery/camera{ + c_tag = "Medbay Morgue West"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"tox" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"toA" = ( +/obj/structure/closet/secure_closet/captains, +/obj/item/storage/secure/briefcase, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 6 + }, +/area/station/command/office/captain/bedroom) +"toB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"toG" = ( +/obj/machinery/door/airlock/hydroponics, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/abandoned_garden) +"toK" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"toO" = ( +/obj/machinery/camera{ + c_tag = "Medbay Waiting Room"; + network = list("Medbay","SS13"); + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"toQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"toU" = ( +/obj/item/storage/box/donkpockets, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"tpc" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/abandoned_garden) +"tpg" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor{ + id_tag = "justice_blast"; + name = "Justice Blast Door" + }, +/obj/structure/grille{ + layer = 2.69 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/execution) +"tpn" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"tpv" = ( +/obj/machinery/light_switch/north, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"tpI" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/station/engineering/mechanic) +"tpJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"tpP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tqd" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/item/dice/d12{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"tqg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"tqm" = ( +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"tqr" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"tqE" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"tqO" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"tqS" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"trf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"trn" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"tro" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"trv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/starboard) +"trC" = ( +/obj/machinery/gateway/centerstation, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/supply/expedition) +"trG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/locker) +"trS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"trX" = ( +/turf/simulated/wall/r_wall, +/area/station/security/restroom) +"tsc" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"tsd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"tsl" = ( +/obj/machinery/computer/security/mining, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/keycard_auth/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/qm) +"tsr" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/mask/balaclava, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"tsP" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"tsQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"tsR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"ttb" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"tti" = ( +/obj/item/chair/wood{ + dir = 4; + pixel_y = 5; + pixel_x = 12 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"ttm" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ttx" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/flora/ausbushes/lavendergrass, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"ttD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"ttS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"ttX" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar, +/obj/item/lighter/zippo/engraved{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/ashtray/bronze{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/supply/qm) +"tuq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"tuF" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tuG" = ( +/obj/structure/table/wood, +/obj/item/camera, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"tuK" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"tuP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/sign/engineering{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"tuQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/table/reinforced, +/obj/item/gun/energy/laser/practice, +/obj/item/gun/energy/laser/practice{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/range) +"tuT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"tvu" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall, +/area/station/supply/miningdock) +"tvx" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/closet/crate/freezer, +/obj/item/seeds/wheat, +/obj/item/seeds/wheat, +/obj/item/seeds/wheat, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/tomato, +/obj/item/seeds/tomato, +/obj/item/seeds/tomato, +/obj/item/seeds/berry, +/obj/item/seeds/berry, +/obj/item/seeds/berry, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"tvy" = ( +/obj/structure/table, +/obj/item/storage/briefcase{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/public/locker) +"tvI" = ( +/obj/structure/punching_bag, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/public/fitness) +"twD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"txc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"txi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"txt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"txG" = ( +/obj/machinery/economy/vending/tool, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"txR" = ( +/obj/structure/flora/tree/sakura, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"txW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/noslip, +/area/station/medical/virology/lab) +"tyb" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/floodlight, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"tyc" = ( +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/maintenance/fsmaint) +"tyf" = ( +/obj/machinery/light/nightshifted/west, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"tyw" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"tyD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/reagent_containers/spray/pepper, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"tyI" = ( +/obj/structure/table, +/obj/item/ashtray/glass, +/obj/item/deck/cards/black, +/obj/effect/turf_decal/siding/blue{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"tyJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"tyW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"tzb" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/closet/crate/freezer/iv_storage/organ, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/secondary) +"tzp" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"tzq" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tzI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"tzW" = ( +/turf/simulated/wall, +/area/station/service/chapel/study) +"tAa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tAb" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/bridge/checkpoint/south) +"tAl" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tAn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"tAt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Xenobio West"; + network = list("Research","SS13"); + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"tAH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"tAT" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/structure/sign/poster/official/random/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"tAW" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tBk" = ( +/obj/structure/table/reinforced, +/obj/item/mmi, +/obj/item/clothing/suit/straight_jacket{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/clothing/mask/muzzle, +/obj/machinery/alarm/directional/west, +/obj/effect/decal/cleanable/dust, +/obj/item/instrument/bikehorn{ + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"tBu" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"tBD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos) +"tBN" = ( +/obj/structure/shelf/science, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/plasteel/fifteen{ + pixel_y = -4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_y = 8 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"tCb" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Fitness Lockers Room"; + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/fitness) +"tCF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cryo) +"tCG" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/engineering/hardsuitstorage) +"tCL" = ( +/obj/structure/dresser, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology) +"tCU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"tCX" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/reflector/box{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"tDc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"tDl" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/research) +"tDs" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/lobby) +"tDw" = ( +/turf/simulated/wall, +/area/station/medical/reception) +"tDD" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"tDR" = ( +/obj/structure/table, +/obj/item/stamp/denied{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/item/stamp/granted{ + pixel_x = 6 + }, +/obj/item/dest_tagger{ + pixel_x = -10; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"tDX" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tEe" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"tEi" = ( +/obj/structure/table/wood, +/obj/item/toy/figure/crew/hos{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/mug/hos{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/machinery/camera{ + c_tag = "Brig Head of Security's Bedroom"; + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/command/office/hos) +"tEs" = ( +/obj/structure/cable, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"tEu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tEw" = ( +/obj/structure/showcase{ + density = 0; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"tEx" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"tEA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"tEC" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"tEH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/warden, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"tFf" = ( +/obj/machinery/camera{ + c_tag = "Cargo Dock North" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"tFi" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard2) +"tFq" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"tFt" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/supply/expedition) +"tFu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"tFP" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"tFR" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding/white{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"tGh" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table, +/obj/machinery/firealarm/directional/east, +/obj/item/reagent_containers/glass/bottle/nutrient/mut{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_y = 10; + pixel_x = 6 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"tGl" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"tGN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tGY" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/effect/spawner/window, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"tHh" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/se) +"tHn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tHp" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/service/cafeteria) +"tHO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/virology_maint) +"tHQ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Creature Pen" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno8"; + name = "Creature Cell #8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"tHZ" = ( +/obj/structure/table/wood, +/obj/item/kitchen/utensil/fork{ + pixel_y = 4 + }, +/obj/item/kitchen/utensil/spoon{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"tIf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"tIo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"tIr" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"tIF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tIJ" = ( +/obj/machinery/computer/security/mining{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hop) +"tIK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/oil/maybe, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"tIN" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"tIO" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"tJa" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/pet/cat/runtime, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"tJc" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/port) +"tJd" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall, +/area/station/medical/reception) +"tJj" = ( +/obj/machinery/door_control/shutter/west{ + id = "rndstorage"; + name = "RnD Secure Storage Control"; + req_access = list(8) + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"tJk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"tJO" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"tJR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"tLi" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"tLw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"tLI" = ( +/obj/machinery/disposal, +/obj/machinery/camera{ + c_tag = "Law Office" + }, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"tMF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10; + initialize_directions = 10 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"tMG" = ( +/mob/living/simple_animal/moth, +/obj/structure/chair/sofa/right{ + dir = 4 + }, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"tNd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"tNh" = ( +/obj/structure/table/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "EscapeLockdown"; + name = "Escape Shuttle Lockdown" + }, +/obj/machinery/door/window/reinforced/reversed{ + dir = 4; + name = "Security Checkpoint" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/checkpoint/south) +"tNm" = ( +/obj/structure/dresser, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"tNn" = ( +/obj/structure/chair/office/dark, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/office) +"tNT" = ( +/obj/machinery/power/smes, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"tNU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"tNX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"tOd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"tOf" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass{ + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/bottle/vodka, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/blue{ + dir = 6 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"tOi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"tOm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"tOn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/ai_monitored/storage/eva) +"tOt" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"tOP" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"tOS" = ( +/obj/item/chair/stool, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"tOT" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/science/storage) +"tPh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/qm) +"tPu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"tPx" = ( +/obj/machinery/power/solar_control{ + dir = 4; + name = "Aft Starboard Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"tPX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"tQs" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"tQD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/closet/athletic_mixed, +/obj/effect/turf_decal/siding/white{ + dir = 9 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/pool) +"tQK" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/emitter{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"tQS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowcornersalt"; + dir = 1 + }, +/area/station/security/execution) +"tRa" = ( +/obj/machinery/economy/vending/cola, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"tRF" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/misc_lab) +"tRH" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/effect/turf_decal/siding/wood{ + dir = 10 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"tSn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"tSr" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"tSt" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/station/science/explab) +"tSM" = ( +/obj/machinery/sparker{ + id = "testigniter"; + name = "Test Igniter"; + pixel_x = 25 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"tST" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on{ + name = "Temperature control unit" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"tTe" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"tTi" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"tTk" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"tTp" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"tTt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"tTJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"tTZ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"tUs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"tUw" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"tUS" = ( +/obj/machinery/ai_status_display/east, +/obj/structure/table, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/research) +"tUU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/brig) +"tUW" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"tUZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/public/vacant_office) +"tVj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"tVH" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/effect/turf_decal/siding/white{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/pool) +"tVV" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"tVX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"tWj" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/science/robotics) +"tWq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"tWx" = ( +/obj/effect/spawner/random/ccfood/alcohol, +/turf/simulated/floor/plating/burnt/airless, +/area/space/nearstation) +"tWG" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"tWH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/public/vacant_office) +"tWL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/science/research) +"tXb" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"tXj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"tXq" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box{ + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"tXu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"tXv" = ( +/obj/structure/table/wood/poker, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/abandonedbar) +"tXA" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"tXH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"tXZ" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"tYa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"tYd" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"tYs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/reagent_containers/glass/bucket, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/maintenance/fsmaint) +"tYw" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/reflector/box{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"tYB" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"tYC" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"tYD" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tZe" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/crowbar, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"tZt" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 9; + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"tZu" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"tZv" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"tZJ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/oil/often, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"tZR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"uah" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/science/storage) +"uai" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"uat" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/window/preopen{ + dir = 2; + id_tag = "psychocell1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"uaA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"uaB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/east) +"uaC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port) +"uaH" = ( +/obj/structure/flora/rock/jungle, +/obj/item/clothing/head/soft/rainbow, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"uaL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uaN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"uaP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 9 + }, +/area/station/science/robotics/chargebay) +"uaS" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"uaT" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker, +/turf/space, +/area/space/nearstation) +"uaU" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uaZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"ubi" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/locker) +"ubk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"ubG" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"ubW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "blackcorner" + }, +/area/station/maintenance/dormitory_maintenance) +"ucc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/public/sleep) +"ucm" = ( +/obj/structure/toilet, +/obj/item/soap, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ucP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ucQ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/locker) +"udb" = ( +/obj/structure/falsewall, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"udj" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "bridge blast north"; + name = "Bridge Blast Doors"; + opacity = 0 + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"udo" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/engineering/hardsuitstorage) +"udz" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/chair/office{ + dir = 1 + }, +/turf/simulated/floor/carpet/black, +/area/station/legal/courtroom) +"udK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"udR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"uej" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"ues" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"uew" = ( +/obj/machinery/door/airlock{ + id_tag = "DormToilet1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"uex" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"ueF" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"ueI" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/rd) +"ufa" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/folder/red, +/obj/structure/noticeboard{ + pixel_y = 29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"uft" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"ufH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"ufS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/telecomms/chamber) +"ufU" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Supermatter North"; + network = list("SS13","Engineering") + }, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"uge" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/door/window/classic/normal{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/old_detective) +"ugn" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"ugq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"ugr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"ugI" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uho" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/library) +"uhp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uht" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"uhx" = ( +/obj/structure/table/wood, +/obj/item/stamp/clown{ + pixel_x = -5 + }, +/obj/item/toy/figure/crew/clown{ + pixel_x = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/food/pie{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"uhH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"uhM" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + pixel_y = 4; + department = "Quartermaster's Office" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/qm) +"uic" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"uid" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/maintenance/medmaint) +"uir" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"uit" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + autolink_id = "tox_out"; + dir = 4; + external_pressure_bound = 0; + icon_state = "in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"uiy" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"uiL" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"ujc" = ( +/obj/item/radio/security{ + pixel_x = -8 + }, +/obj/item/radio/security{ + pixel_x = -4 + }, +/obj/item/radio/security, +/obj/item/radio/security{ + pixel_x = 4 + }, +/obj/item/radio/security{ + pixel_x = 8 + }, +/obj/structure/rack, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/alarm/directional/south, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/storage) +"ujq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/economy/vending/cigarette, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"ujx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"ukb" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/catwalk, +/area/station/maintenance/dormitory_maintenance) +"ukk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"uks" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"uku" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"ukJ" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"ukR" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"ukT" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/fore2) +"uld" = ( +/obj/machinery/light/nightshifted/north, +/obj/structure/chair/sofa/pew/left{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"ulm" = ( +/turf/simulated/wall/r_wall, +/area/station/security/armory/secure) +"ulq" = ( +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/storage) +"uly" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ulH" = ( +/obj/machinery/computer/general_air_control{ + autolink_sensors = list("burn_sensor"="Burn Mix"); + dir = 1; + name = "Bomb Mix Monitor" + }, +/obj/machinery/ignition_switch{ + id = "toxinsigniter"; + pixel_x = 6; + pixel_y = -25 + }, +/obj/machinery/door_control/shutter/south{ + id = "ToxinsVenting"; + name = "Toxin Venting Control"; + pixel_x = -8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"ulI" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"ulP" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"ulQ" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/evidence) +"uma" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall, +/area/station/engineering/control) +"ume" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"umf" = ( +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"umr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/medical/virology/lab) +"umO" = ( +/obj/structure/curtain/open/shower, +/obj/effect/decal/cleanable/dirt, +/obj/item/bikehorn/rubberducky, +/obj/machinery/shower{ + dir = 4; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/security/permabrig) +"umY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"une" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/main) +"unt" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Creature Pen" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenosecure"; + name = "Secure Creature Cell" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/xenobiology) +"unM" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 6 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"unR" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "transitlock"; + name = "Transit Tube Lockdown" + }, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/ai_transit_tube) +"unT" = ( +/obj/structure/shelf/supply, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/item/pickaxe{ + pixel_x = -8; + pixel_y = -6 + }, +/obj/item/pickaxe{ + pixel_y = -6 + }, +/obj/item/pickaxe{ + pixel_y = -6; + pixel_x = 8 + }, +/obj/item/shovel{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/shovel{ + pixel_y = 8 + }, +/obj/item/shovel{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"unV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/urinal{ + pixel_y = 28 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"uoa" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"uoe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"uoj" = ( +/obj/structure/mineral_door/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet, +/area/station/service/library) +"uov" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"uox" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel/dark, +/area/station/science/toxins/mixing) +"uoL" = ( +/turf/simulated/floor/bluegrid/telecomms, +/area/station/science/xenobiology) +"uoQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"uoR" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"uoU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"upc" = ( +/obj/machinery/atmospherics/binary/valve/digital, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"upe" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"upf" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/aft) +"upi" = ( +/obj/structure/closet/secure_closet/medical3, +/obj/machinery/camera{ + c_tag = "Medbay Surgery North"; + dir = 1 + }, +/obj/machinery/button/windowtint/south{ + id = "Surgery1"; + pixel_x = -8 + }, +/obj/machinery/holosign_switch/south{ + id = "Surgery1"; + pixel_x = 8 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/surgery/primary) +"upl" = ( +/obj/structure/table/reinforced, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/lighter/random, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"upq" = ( +/obj/machinery/light/nightshifted/north, +/obj/structure/bed/dogbed/pet, +/obj/machinery/light_switch/north, +/mob/living/simple_animal/pet/cat/black/salem, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"upw" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"upD" = ( +/obj/structure/chair/barber{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"upI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"upO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/processing) +"upU" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"upX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"uqa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"uqc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"uqf" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Atmospherics" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/atmos{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"uqn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/cyan, +/area/station/command/office/cmo) +"uqx" = ( +/obj/machinery/floodlight, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"uqF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"uqL" = ( +/obj/structure/sign/poster/official/science{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"uro" = ( +/obj/structure/shelf/engineering, +/obj/item/storage/toolbox/electrical{ + pixel_x = -6; + pixel_y = -6 + }, +/obj/item/multitool{ + pixel_y = -6 + }, +/obj/item/clothing/gloves/color/yellow{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/storage/toolbox/electrical{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/multitool{ + pixel_y = 8 + }, +/obj/item/clothing/gloves/color/yellow{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/tech_storage) +"urp" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greencorner" + }, +/area/station/hallway/secondary/exit) +"urq" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"urH" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"usc" = ( +/obj/structure/bed, +/obj/item/bedsheet/mime, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"usf" = ( +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/wall, +/area/station/aisat) +"ush" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"usm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"usF" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"usR" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 8 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 5 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"usY" = ( +/obj/structure/table/glass, +/obj/effect/spawner/random/officetoys, +/obj/machinery/light/directional/east, +/obj/machinery/ai_status_display/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"utb" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"utu" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"utQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"uuc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uuE" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uuY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"uvD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uvE" = ( +/obj/structure/toilet{ + dir = 4 + }, +/obj/machinery/door_control/bolt_control/west{ + id = "toilet1" + }, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"uvM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"uvQ" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uwf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"uwh" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"uwp" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall/r_wall, +/area/station/engineering/hardsuitstorage) +"uwZ" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purplecorner" + }, +/area/station/supply/miningdock) +"uxh" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uxq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"uxu" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"uxv" = ( +/obj/structure/chair/comfy/red{ + dir = 4 + }, +/obj/effect/landmark/start/magistrate, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/magistrate) +"uxJ" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"uyc" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"uyi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/starboard2) +"uyC" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prisonershuttle) +"uzb" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"uzh" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/service/kitchen) +"uzy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"uzH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel/freezer, +/area/station/security/permabrig) +"uzO" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"uzU" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"uzX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"uAs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uAA" = ( +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"uAD" = ( +/obj/structure/chair/e_chair, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"uAU" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"uAW" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel/dark, +/area/station/science/rnd) +"uAY" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/wrench{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"uBa" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"uBg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"uBp" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"uBD" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"uBS" = ( +/obj/machinery/mineral/stacking_unit_console, +/turf/simulated/wall, +/area/station/maintenance/disposal/east) +"uBW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/alarm/directional/south, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"uCt" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/frog/wednesday, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uCF" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/hallway) +"uCM" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"uCO" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"uDp" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"uDz" = ( +/obj/machinery/atmospherics/portable/scrubber/huge, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"uDK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"uDO" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"uDR" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"uEi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"uEu" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"uEw" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"uFe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uFf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uFj" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"uFx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"uFI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"uFO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"uFP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"uFQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 4 + }, +/area/station/aisat) +"uFS" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/machinery/alarm/server/directional/east, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/station/science/server/coldroom) +"uGc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"uGe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/public/locker) +"uGm" = ( +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"uGp" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"uGY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/public/fitness) +"uHo" = ( +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/turf_decal/siding/dark_red{ + dir = 9 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"uHq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uHs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"uHJ" = ( +/obj/structure/showcase, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/security/warden) +"uHS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/iaa, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"uHX" = ( +/obj/item/kirbyplants, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"uIg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/oil/maybe, +/obj/item/kirbyplants, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uIk" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"uIl" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"uIn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"uIo" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"uIz" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"uIE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"uIK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/nw) +"uIL" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/pen/red{ + pixel_y = 6; + pixel_x = -4 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/flashlight/lamp{ + pixel_y = 6; + pixel_x = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"uIU" = ( +/obj/structure/platform{ + dir = 1; + anchored = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"uJa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/supply/qm) +"uJs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/controlroom) +"uJu" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"uJH" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + autolink_id = "n2o_out"; + dir = 4; + external_pressure_bound = 0; + icon_state = "in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"uKe" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/maintenance/solar_maintenance/aft_starboard) +"uKo" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp{ + pixel_y = 2 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"uKp" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"uKq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/security/permabrig) +"uKs" = ( +/obj/structure/closet/l3closet/virology, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"uKC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/supply/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"uKF" = ( +/obj/structure/machine_frame, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"uKK" = ( +/obj/structure/sink/kitchen/north, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"uKR" = ( +/mob/living/simple_animal/moth, +/obj/structure/chair/sofa/left{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard2) +"uKU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"uKV" = ( +/obj/machinery/light/directional/east, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel/dark, +/area/station/command/meeting_room) +"uLq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"uLA" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"uLB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/mechanical{ + pixel_y = 9 + }, +/obj/item/storage/toolbox/electrical, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/hallway) +"uLC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"uLE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"uMd" = ( +/obj/structure/flora/grass/both, +/turf/simulated/floor/grass/no_creep, +/area/station/public/pool) +"uMo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"uMt" = ( +/obj/structure/chair/light{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"uMu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/sheet/wood, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"uMC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"uMD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"uME" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"uMM" = ( +/obj/structure/table/wood, +/obj/item/clipboard{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"uMO" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"uMR" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/break_room) +"uMS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"uMY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"uNf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"uNk" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"uNv" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"uNy" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/brig) +"uNz" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "iaa" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "iaashutters"; + name = "IAA Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"uNH" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"uNM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"uNS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbrownfull" + }, +/area/station/supply/expedition) +"uNZ" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"uOa" = ( +/obj/machinery/camera{ + c_tag = "Brig Stand"; + dir = 1 + }, +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -6 + }, +/obj/item/book/manual/wiki/sop_security{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/lobby) +"uOh" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/zipties, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"uOC" = ( +/obj/machinery/light/directional/north, +/obj/structure/table, +/obj/item/handheld_defibrillator{ + pixel_y = 2; + pixel_x = -8 + }, +/obj/item/handheld_defibrillator{ + pixel_y = 2; + pixel_x = -4 + }, +/obj/item/handheld_defibrillator{ + pixel_y = 2 + }, +/obj/item/handheld_defibrillator{ + pixel_y = 2; + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"uOK" = ( +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"uOM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"uOS" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"uOZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/mineral/stacking_machine{ + output_dir = 2; + stack_amt = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"uPq" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"uPw" = ( +/obj/structure/table/wood, +/obj/machinery/status_display/directional/east, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"uPx" = ( +/obj/structure/marker_beacon/dock_marker/collision, +/obj/effect/spawner/window/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/secondary/exit) +"uPJ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"uPP" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonershuttle) +"uPY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"uQa" = ( +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"uQi" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"uQq" = ( +/obj/machinery/computer/cryopod/robot{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"uQx" = ( +/obj/structure/beebox/unwrenched, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"uQP" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"uQQ" = ( +/obj/structure/table/wood/fancy, +/obj/item/reagent_containers/condiment/saltshaker, +/obj/item/kitchen/utensil/fork{ + pixel_x = -5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"uQW" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/item/analyzer{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"uRf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"uRg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"uRr" = ( +/obj/structure/chair/light, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"uRt" = ( +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"uRC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/ants, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"uRI" = ( +/obj/machinery/economy/vending/snack, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel/dark, +/area/station/security/brig) +"uSh" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"uSp" = ( +/obj/structure/shelf/security, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = -6 + }, +/obj/item/clothing/suit/armor/riot/sec, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = 6 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 8 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"uSu" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/entry) +"uSw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/clown) +"uSK" = ( +/obj/structure/table/tray, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/clothing/gloves/color/latex/nitrile, +/obj/item/clothing/mask/surgical, +/obj/item/autopsy_scanner{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "surgery cleaner" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/security/detective) +"uSR" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"uST" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"uTc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uTf" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/service/barber) +"uTg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"uTw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"uTz" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/locker) +"uTA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"uTD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 6 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"uTO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hardsuitstorage) +"uTP" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Primate Pen"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/genetics{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"uUc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"uUh" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"uUo" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"uUt" = ( +/obj/structure/table, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"uUA" = ( +/obj/structure/rack, +/obj/item/stock_parts/scanning_module, +/obj/item/stock_parts/matter_bin, +/obj/item/assembly/timer, +/obj/item/stack/cable_coil/random, +/obj/item/stack/sheet/glass, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"uUC" = ( +/obj/machinery/kitchen_machine/oven, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"uUM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uUP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"uUX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/toxins/mixing) +"uVh" = ( +/obj/effect/decal/cleanable/ants, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"uVz" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"uVE" = ( +/obj/structure/showcase{ + density = 0; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/ai) +"uVI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"uVM" = ( +/obj/machinery/airlock_controller/air_cycler{ + ext_button_link_id = "engines_btn_ext"; + ext_door_link_id = "engines_door_ext"; + int_button_link_id = "engines_btn_int"; + int_door_link_id = "engines_door_int"; + pixel_y = 25; + vent_link_id = "engines_vent"; + req_access = list(10,13) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"uVU" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"uWd" = ( +/obj/machinery/kitchen_machine/grill, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"uWh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uWn" = ( +/obj/structure/sign/greencross{ + icon_state = "lifestar" + }, +/turf/simulated/wall, +/area/station/medical/reception) +"uWA" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"uWB" = ( +/obj/structure/table/glass, +/obj/item/clipboard{ + pixel_x = 8 + }, +/obj/item/paper/monitorkey{ + pixel_x = -8 + }, +/obj/item/folder/blue{ + pixel_x = 8 + }, +/obj/item/stamp/rd{ + pixel_x = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/item/reagent_containers/drinks/mug/rd, +/obj/item/lighter/zippo/rd{ + pixel_y = 4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/rd) +"uWI" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/status_display/directional/south, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"uWR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"uXe" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"uXf" = ( +/obj/structure/chair/office, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/processing) +"uXv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/lightsout, +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"uXC" = ( +/obj/structure/table/wood, +/obj/item/folder/blue{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/folder/yellow{ + pixel_x = 1; + pixel_y = 2 + }, +/obj/item/folder/red{ + pixel_x = -6; + pixel_y = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"uXF" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"uYg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/food/meat, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/dormitory_maintenance) +"uYi" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"uYk" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/emitter, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"uYD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/table/wood/fancy/black, +/obj/item/folder/yellow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"uYX" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "n2_in"; + dir = 8; + icon_state = "on"; + on = 1; + volume_rate = 200 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"uZe" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"uZj" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"uZr" = ( +/obj/machinery/door/firedoor/closed, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"uZz" = ( +/obj/effect/landmark/start/janitor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"vab" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/hallway/primary/central/west) +"vas" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/normal{ + name = "Cryo Tank Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"vaB" = ( +/obj/effect/turf_decal/siding/blue/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"vaF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/main) +"vaT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/food/fries{ + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vaU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"vaZ" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"vbj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/dark, +/area/station/turret_protected/ai_upload) +"vbA" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"vbB" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"vbK" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"vbQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"vcm" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/sortjunction{ + sort_type_txt = "4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"vcp" = ( +/obj/structure/table/wood, +/obj/item/phone, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"vcE" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"vcM" = ( +/obj/structure/table/wood, +/obj/item/paper_bin, +/obj/item/pen/multi, +/turf/simulated/floor/carpet/blue, +/area/station/legal/courtroom) +"vcS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"vdh" = ( +/obj/machinery/computer/drone_control{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"vdk" = ( +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"vdl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"vdF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sink/kitchen/north, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"vdM" = ( +/obj/structure/closet/crate/can, +/obj/effect/decal/cleanable/dirt, +/obj/item/wirecutters, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"vdP" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vei" = ( +/obj/machinery/economy/atm/directional/east, +/obj/machinery/camera{ + c_tag = "Central Ring Hallway East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"vey" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "IAA Office"; + dir = 1 + }, +/obj/structure/filingcabinet/chestdrawer, +/obj/effect/turf_decal/siding/wood/cherry, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/legal/lawoffice) +"veB" = ( +/obj/structure/table/wood, +/obj/item/food/grown/geranium, +/obj/item/soap/deluxe, +/obj/machinery/power/apc/critical/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"veF" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"veK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"vfg" = ( +/obj/structure/closet, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vfh" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"vfK" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"vfV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"vgr" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"vgt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"vgD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"vgU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/detective) +"vhs" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/airlock/security/glass{ + id_tag = "perma_door_int" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/machinery/access_button/south{ + autolink_id = "perma_btn_int"; + name = "Prison Wing Access Button"; + pixel_y = 0; + pixel_x = -24; + req_access = list(2) + }, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"vhD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"vhK" = ( +/obj/structure/shelf, +/obj/item/shovel/spade, +/obj/item/cultivator, +/obj/item/plant_analyzer, +/obj/item/shovel/spade, +/obj/item/cultivator, +/obj/item/clothing/gloves/botanic_leather, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vhM" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"vhS" = ( +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"vii" = ( +/obj/machinery/door/airlock/public/glass{ + id_tag = "ExitPrivate" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "ExitPrivate" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"vio" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 5 + }, +/area/station/science/robotics/chargebay) +"vix" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/recharger/wallcharger{ + pixel_x = 35 + }, +/obj/effect/turf_decal/delivery/red, +/obj/item/clothing/mask/balaclava, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/storage) +"viW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"viY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"vjc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"vjf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/security/permabrig) +"vjg" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"vjM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/photocopier, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"vjQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/maintenance/electrical) +"vjX" = ( +/obj/effect/spawner/random/barrier/possibly_welded_airlock, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vkq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/table_frame/wood, +/obj/item/stack/sheet/wood, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vkr" = ( +/obj/structure/reagent_dispensers/fueltank/chem/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"vkv" = ( +/obj/structure/lattice, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/turf/space, +/area/space/nearstation) +"vkw" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/landmark/start/atmospheric, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"vky" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/maintenance/port2) +"vkA" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"vkX" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6; + initialize_directions = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"vle" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/storage) +"vlj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"vlv" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/supply/qm) +"vlD" = ( +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"vlM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"vlQ" = ( +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/structure/bookcase, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"vlR" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"vlS" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"vlX" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"vma" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel/freezer, +/area/station/medical/virology/lab) +"vmb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"vmi" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"vmm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vmw" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vmC" = ( +/obj/structure/chair/sofa/pew/right{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"vmL" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"vmO" = ( +/obj/machinery/ignition_switch{ + pixel_y = 24; + pixel_x = -8; + id = "disp" + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"vmP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"vmT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"vnb" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/decal/cleanable/dust, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"vnh" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"vnp" = ( +/obj/structure/closet/radiation, +/obj/machinery/camera{ + c_tag = "Medbay Suit Storage"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"vnV" = ( +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/suit_storage_unit/security/secure, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"voc" = ( +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen/multi{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/reagent_containers/glass/bottle/reagent/formaldehyde{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"vol" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/head_of_personnel, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"vom" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "air_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"von" = ( +/obj/item/beacon, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/ai_monitored/storage/eva) +"voO" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "GYM"; + name = "Dungeon Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation) +"vpq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vpQ" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"vpS" = ( +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"vpT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"vpU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"vqr" = ( +/obj/structure/table, +/obj/machinery/light/directional/east, +/obj/machinery/alarm/directional/east, +/obj/item/paper{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"vqJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"vqK" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"vqT" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "chemdesk"; + name = "Chemistry Desk Shutters" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"vrk" = ( +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"vrp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"vrw" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/security/prisonershuttle) +"vrH" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/item/book/manual/wiki/security_space_law, +/turf/simulated/floor/plasteel/dark, +/area/station/security/interrogation/observation) +"vrJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/wood/oak, +/area/station/service/bar/atrium) +"vrM" = ( +/obj/machinery/suit_storage_unit/security/secure, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/warden) +"vrQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/sheet/wood, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/critical/directional/east, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"vsc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"vse" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"vsi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/range) +"vsl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/flasher{ + id = "prison3"; + pixel_y = 24; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"vsq" = ( +/obj/machinery/camera{ + c_tag = "Prison Chapel"; + network = list("Prison","SS13") + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"vsW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"vsY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/storage) +"vtq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"vtv" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vtw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vvb" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table_frame, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"vve" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/decal/remains/human, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/starboard) +"vvh" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"vvF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "cellprivacy" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel/dark, +/area/station/security/processing) +"vvS" = ( +/obj/structure/table/wood, +/obj/item/picket_sign, +/obj/item/reagent_containers/condiment/saltshaker, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"vwk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"vwA" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "qm" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"vxa" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"vxb" = ( +/obj/machinery/flasher/portable, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"vxh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"vxl" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"vxn" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/medmaint) +"vxw" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonershuttle) +"vxH" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"vxK" = ( +/obj/structure/table/wood, +/obj/item/candle, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"vyi" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"vyl" = ( +/obj/item/kirbyplants, +/obj/machinery/camera{ + c_tag = "Research Break Room"; + network = list("Research","SS13"); + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"vyp" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel/dark, +/area/station/hallway/primary/central/west) +"vyK" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"vyM" = ( +/obj/item/storage/toolbox/emergency/old, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"vyN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"vyZ" = ( +/obj/structure/bed, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"vzd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"vzf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"vzg" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vzp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"vzy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/vacant_store) +"vzz" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"vzB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Kitchen Desk" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchenhall"; + name = "Kitchen Shutters" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/service/kitchen) +"vzG" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall, +/area/station/engineering/gravitygenerator) +"vzU" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"vzZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vAb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"vAj" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/permabrig) +"vAM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"vBg" = ( +/turf/simulated/wall/r_wall, +/area/station/security/warden) +"vBO" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "burn_sensor" + }, +/obj/effect/decal/remains/mouse/pinkie, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"vBU" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/polarized/grilled, +/turf/simulated/floor/plating, +/area/station/public/vacant_office/secondary) +"vBV" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vCf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"vCt" = ( +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"vCD" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"vCE" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"vCV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/random/tool, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vCZ" = ( +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"vDg" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/telecomms/chamber) +"vDl" = ( +/obj/structure/chair/comfy/yellow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/quartermaster, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/supply/qm) +"vDo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"vDp" = ( +/obj/machinery/papershredder, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"vDT" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/contraband/atmosia_independence{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"vDX" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/closet/secure_closet/hydroponics, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"vDZ" = ( +/obj/structure/closet/wardrobe/coroner, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"vEt" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/cherry/corner{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"vEy" = ( +/obj/item/shard{ + icon_state = "small" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"vEA" = ( +/obj/structure/table/wood, +/obj/item/camera_film, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"vEE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/ants, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"vEG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/reagent_containers/drinks/bottle/random_drink, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vEN" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/aft) +"vEQ" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"vET" = ( +/obj/structure/table/wood, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"vEV" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/grimy, +/area/station/public/vacant_office) +"vFu" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"vFB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet/cyan, +/area/station/command/office/cmo) +"vFK" = ( +/obj/machinery/light/directional/east, +/obj/structure/table, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"vGb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"vGg" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/sign/poster/official/random/west, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"vGA" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/detective) +"vGH" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vGK" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"vGZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/stairs/left, +/area/station/maintenance/port) +"vHf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"vHx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vHB" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/pump, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"vHD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/obj/effect/mapping_helpers/airlock/access/any/engineering/general, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"vHE" = ( +/obj/machinery/mass_driver{ + dir = 8; + id_tag = "toxinsdriver"; + drive_range = 66 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"vHV" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"vHZ" = ( +/obj/structure/grille/broken, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vId" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"vIF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1; + color = "lightblue" + }, +/obj/structure/morgue, +/obj/effect/landmark/spawner/rev, +/obj/structure/sign/poster/official/random/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"vIH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"vIR" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "o2_in"; + dir = 8; + icon_state = "on"; + on = 1 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"vJb" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"vJg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vJi" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"vJn" = ( +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/maintenance/port) +"vJs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"vJt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/closet/crate/freezer, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"vJu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/mob/living/simple_animal/mouse/gray, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"vJw" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"vJJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"vJN" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/dispenser, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"vKr" = ( +/obj/item/chair/wood, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"vKs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vKB" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"vKK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"vLh" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/qm) +"vLn" = ( +/obj/effect/decal/cleanable/dust, +/obj/item/kirbyplants, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vLp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"vLF" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/sign/poster/official/random/east, +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"vLS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/gps/engineering{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"vLX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"vMg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"vMo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"vMu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"vMy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"vMM" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"vMO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"vMT" = ( +/obj/machinery/door/airlock/bathroom{ + id = "toilet2"; + id_tag = "toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden/crude, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vMW" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/east, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"vNh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/processing) +"vNm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/storage/tools) +"vNq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"vNu" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/clonepod, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"vNF" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"vOj" = ( +/obj/effect/turf_decal/siding/wood/oak, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain/bedroom) +"vOo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/controlroom) +"vOA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel/freezer, +/area/station/maintenance/aft) +"vOI" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"vOK" = ( +/obj/structure/chair/sofa{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"vPa" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"vPh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vPi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"vPm" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"vPO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/toilet/unisex) +"vPY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/range) +"vQg" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"vQh" = ( +/obj/structure/railing/cap{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"vQv" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 8 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet/purple, +/area/station/hallway/secondary/exit) +"vQw" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/small/directional/north, +/obj/item/wrench{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/item/crowbar/engineering{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"vQN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Warden"; + name = "Warden Privacy Shutters" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/warden) +"vQR" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/ne) +"vRa" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"vRj" = ( +/obj/machinery/door/airlock/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_ext"; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/locked, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/access_button{ + autolink_id = "turbine_btn_ext"; + name = "Gas Turbine Access Button"; + pixel_y = 24 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/atmos, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"vRk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"vRU" = ( +/obj/structure/shelf/engineering, +/obj/item/airalarm_electronics{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/plasteel{ + amount = 5; + pixel_y = -4 + }, +/obj/item/firealarm_electronics{ + pixel_x = 6; + pixel_y = -4 + }, +/obj/item/airalarm_electronics{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/stack/sheet/rglass/fifty{ + pixel_y = 6 + }, +/obj/item/firealarm_electronics{ + pixel_x = 6; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/atmos) +"vSs" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"vTf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/mob/living/simple_animal/pet/dog/pug/frank, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"vTi" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/monkeycubes{ + pixel_y = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/permabrig) +"vTq" = ( +/obj/machinery/door/window/brigdoor{ + id = "Cell 2"; + name = "Cell 2"; + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"vTs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"vTv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass{ + id_tag = "pub_room" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/polarized, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"vTJ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"vTK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"vUg" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/lobby) +"vUj" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"vUm" = ( +/obj/structure/barricade/sandbags, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"vUn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/book/manual/barman_recipes, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vUu" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"vUE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"vUG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door_control/shutter{ + pixel_y = 24; + id = "evidence"; + req_access = list(1); + name = "Evidence Shutters Control"; + pixel_x = -24 + }, +/obj/machinery/camera{ + c_tag = "Brig Evidence"; + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"vUM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/effect/turf_decal/siding/wood/oak/corner, +/turf/simulated/floor/wood/oak, +/area/station/command/office/ntrep) +"vUX" = ( +/obj/structure/railing/cap, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/white/corner, +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"vVn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"vVp" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/green/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"vVB" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/west, +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"vVF" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"vVH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vVL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"vVY" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonlockers) +"vVZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/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/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/command/bridge) +"vWm" = ( +/obj/machinery/ai_status_display/south, +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/clothing/glasses/meson/engine{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"vWv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/cryopod/robot, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics/chargebay) +"vWA" = ( +/obj/structure/toilet, +/obj/item/bikehorn/rubberducky, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"vWB" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"vWK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"vWT" = ( +/obj/structure/machine_frame, +/obj/item/stack/cable_coil/random, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/port2) +"vWU" = ( +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "VirRest" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"vXf" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2o_sensor" + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"vXl" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "magistrateshutters"; + name = "Magistrate Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"vXr" = ( +/obj/structure/railing, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"vXG" = ( +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"vXI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"vXM" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/port2) +"vYg" = ( +/obj/structure/table/wood, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/maintenance/old_detective) +"vYm" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"vYt" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "co2_sensor" + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"vYE" = ( +/obj/structure/disposalpipe/junction/reversed, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vYI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/range) +"vYL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"vYM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"vYO" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vYR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"vZE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"vZO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"waa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"wah" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Quarters"; + dir = 1; + network = list("Medical","SS13") + }, +/turf/simulated/floor/carpet/cyan, +/area/station/command/office/cmo) +"wax" = ( +/obj/machinery/light/small/nightshifted/south, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"waz" = ( +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prisonershuttle) +"waQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"waT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/mob/living/simple_animal/mouse/brown/tom, +/turf/simulated/floor/catwalk, +/area/station/command/vault) +"wbd" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security/detective, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"wbf" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology) +"wbk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wbt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + name = "Virology Shutters"; + id_tag = "Virology1" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/medical/virology/lab) +"wbV" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 6 + }, +/area/station/aisat) +"wbW" = ( +/obj/structure/chair/sofa/corner{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/restroom) +"wbY" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office/secondary) +"wbZ" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"wcc" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutral"; + dir = 1 + }, +/area/station/aisat) +"wcy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"wcI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wcV" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"wdm" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/space, +/area/space/nearstation) +"wdu" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/maintenance/starboard2) +"wdz" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/nw) +"wdH" = ( +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wdQ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=hall9e"; + location = "hall9d" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"wdX" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"web" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"weu" = ( +/obj/effect/decal/cleanable/blood, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"wew" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/belt/utility/full, +/obj/item/storage/box/gloves{ + layer = 3.7; + pixel_x = -4; + pixel_y = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/research) +"weE" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"weH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/food/birthdaycakeslice, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"weO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/science/storage) +"weX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/abandoned_garden) +"wfa" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/toxins/mixing) +"wfC" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"wfP" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/computer/security/engineering{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"wfT" = ( +/obj/structure/closet/crate/secure/engineering, +/obj/item/rcd_ammo, +/obj/item/rcd_ammo, +/obj/item/clothing/gloves/color/yellow/fake, +/obj/item/clothing/gloves/color/yellow/fake, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/virology_maint) +"wfX" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"wgg" = ( +/obj/machinery/economy/vending/security, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"wgx" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/library) +"wgE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4; + pixel_x = -6 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = -4; + pixel_x = -6 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = -4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_y = -4; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/hardsuitstorage) +"wgF" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wgH" = ( +/obj/structure/fluff/beach_umbrella/cap, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"wgS" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_y = 4 + }, +/obj/item/pen/blue{ + pixel_y = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Medbay Reception" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"wgV" = ( +/obj/machinery/camera{ + c_tag = "Fore Hallway South"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/fore) +"wgY" = ( +/obj/machinery/camera{ + c_tag = "Supermatter Entrance"; + network = list("SS13","Engineering") + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/curtain/open/shower/engineering, +/obj/machinery/shower{ + dir = 4; + pixel_x = 5 + }, +/turf/simulated/floor/noslip, +/area/station/engineering/controlroom) +"whM" = ( +/obj/structure/safe/floor, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/suit/jacket/leather/overcoat, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/clothing/head/fedora/brownfedora, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"whX" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/virology/lab) +"wid" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"wig" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/virology_maint) +"wij" = ( +/turf/simulated/wall/r_wall, +/area/station/security/processing) +"wis" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel/grimy, +/area/station/security/detective) +"wiJ" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"wiK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/genetics) +"wiL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"wiM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"wiR" = ( +/obj/machinery/economy/vending/medidrobe, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"wje" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"wjk" = ( +/obj/structure/cable, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/execution) +"wjm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wjw" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"wkq" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"wkD" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"wkF" = ( +/obj/structure/bookcase, +/obj/item/book/manual/wiki/sop_legal{ + pixel_x = -6 + }, +/obj/item/book/manual/wiki/sop_security, +/obj/item/book/manual/wiki/sop_command, +/obj/item/book/manual/wiki/sop_security, +/obj/effect/turf_decal/siding/wood{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"wkK" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/exit/maintenance) +"wkN" = ( +/obj/machinery/computer/security/wooden_tv, +/obj/item/storage/secure/safe{ + pixel_y = 30 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"wkO" = ( +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"wkT" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/toxins/mixing) +"wlf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"wlm" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"wlt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wlS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"wmc" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"wmp" = ( +/obj/machinery/atmospherics/trinary/mixer, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"wmv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"wmx" = ( +/obj/machinery/disposal{ + name = "Deathposal" + }, +/obj/structure/sign/vacuum{ + pixel_y = 32 + }, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"wmB" = ( +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/item/soap, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/virology, +/turf/simulated/floor/plasteel/dark, +/area/station/medical/virology/test_room) +"wny" = ( +/obj/machinery/door_control/shutter/south{ + id = "kitchenhall"; + name = "Kitchen Hallway Shutters Control"; + pixel_x = -5 + }, +/obj/machinery/door_control/shutter/south{ + id = "Kitchen Windows"; + name = "Kitchen Privacy Shutters Control"; + pixel_x = 5 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"wnI" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"wnP" = ( +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/conveyor_switch/oneway{ + id = "cargodisposals_output"; + name = "Trash Filter Output Switch" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/maintenance/disposal/west) +"wnZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "cargodesk"; + name = "Cargo Desk Shutters" + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"woa" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/science/genetics) +"wok" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"woo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno2"; + name = "Creature Cell #2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"wor" = ( +/obj/effect/decal/cleanable/ants, +/turf/simulated/floor/light/blue, +/area/station/maintenance/old_kitchen) +"wou" = ( +/obj/machinery/door/airlock/external{ + id_tag = "engines_door_ext" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/access_button/north{ + autolink_id = "engines_btn_ext"; + name = "exterior access button"; + req_access = list(10,13) + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/external, +/obj/effect/mapping_helpers/airlock/access/all/engineering/construction, +/obj/effect/mapping_helpers/airlock/locked, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"woQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"woT" = ( +/obj/structure/chair/sofa/left{ + dir = 8; + color = "#A30FAF" + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"wpb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/public/locker) +"wpc" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/science/break_room) +"wpe" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"wpg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"wpz" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/atmos/control) +"wpE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/storage) +"wpT" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"wpW" = ( +/turf/simulated/wall, +/area/station/maintenance/dormitory_maintenance) +"wqp" = ( +/obj/structure/cable, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/engineering/controlroom) +"wqG" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"wqN" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/effect/decal/cleanable/dust, +/obj/item/pipe_meter, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"wqU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wqV" = ( +/obj/structure/table/glass, +/obj/item/camera{ + pixel_y = 8; + pixel_x = -3 + }, +/obj/item/stack/tape_roll, +/obj/item/stack/package_wrap, +/obj/effect/turf_decal/siding/white, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/pool) +"wrE" = ( +/obj/structure/table/reinforced, +/obj/machinery/alarm/directional/south, +/obj/item/stack/package_wrap{ + pixel_y = 6 + }, +/obj/item/hand_labeler, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/ce) +"wrR" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/brig) +"wsc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"wsy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"wtd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"wtk" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"wtE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wtG" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"wtM" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/library) +"wtP" = ( +/obj/structure/chair/sofa{ + dir = 8 + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/restroom) +"wtV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greencorner" + }, +/area/station/medical/virology/test_room) +"wua" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/mounted/frame/display/newscaster_frame, +/obj/structure/table/wood, +/turf/simulated/floor/wood/fancy/birch, +/area/station/maintenance/starboard) +"wug" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"wul" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wuE" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"wuK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"wuO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"wuQ" = ( +/obj/machinery/suit_storage_unit/blueshield/secure, +/obj/effect/turf_decal/siding/wood/oak/end{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/wood/oak, +/area/station/command/office/blueshield) +"wuT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"wuX" = ( +/obj/item/flag/sec, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/security/range) +"wuY" = ( +/obj/structure/chair/sofa/corp/left, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"wvh" = ( +/obj/machinery/kitchen_machine/oven, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"wvn" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"wvo" = ( +/obj/item/clothing/under/costume/soviet, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"wvx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/cigbutt, +/obj/item/cigbutt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wvy" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"wvz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/permabrig) +"wvX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/supply/lobby) +"wvY" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"wwk" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard2) +"www" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "detective" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"wwx" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"wwC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"wwE" = ( +/obj/machinery/camera{ + c_tag = "Supermatter West"; + dir = 4; + network = list("Engineering","SS13"); + pixel_y = -22 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"wwN" = ( +/obj/structure/flora/ausbushes/ywflowers, +/turf/simulated/floor/grass, +/area/station/science/lobby) +"wwR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"wwW" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prisonershuttle) +"wwX" = ( +/obj/machinery/economy/vending/clothing, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/public/fitness) +"wxe" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/ai_transit_tube) +"wxg" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/computer/security/engineering, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"wyf" = ( +/obj/structure/chair/office{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/interrogation/observation) +"wym" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/nw) +"wyz" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/command/bridge/checkpoint/south) +"wyC" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/test_room) +"wyG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/engineer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/control) +"wyT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"wyX" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"wzA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"wzJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"wzK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/control) +"wzN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/interrogation) +"wzR" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"wzU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/storage) +"wAd" = ( +/obj/structure/cable, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/lobby) +"wAw" = ( +/obj/structure/table, +/obj/item/folder, +/obj/item/folder{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/locker) +"wAU" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"wAX" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"wBz" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "sm_sen_hot" + }, +/obj/structure/disaster_counter/supermatter{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"wBK" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prison/cell_block/a) +"wBU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"wCj" = ( +/obj/structure/table, +/obj/machinery/light/directional/north, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"wCF" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/healthanalyzer{ + pixel_y = 10 + }, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenfull" + }, +/area/station/medical/virology/lab) +"wCG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wCJ" = ( +/obj/item/camera_film, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/maintenance/old_detective) +"wCZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/permabrig) +"wDd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/cherry/corner, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"wDq" = ( +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/command/office/cmo) +"wDr" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"wDs" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"wDz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"wDU" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"wEn" = ( +/obj/machinery/light/directional/east, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/sw) +"wEA" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/entry) +"wEU" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wEW" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"wFa" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"wFd" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/ppflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"wFg" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wFh" = ( +/obj/structure/table, +/obj/machinery/alarm/directional/west, +/obj/machinery/light/directional/west, +/obj/item/reagent_containers/syringe/charcoal{ + pixel_y = 10; + pixel_x = -6 + }, +/obj/item/reagent_containers/syringe/antiviral{ + pixel_y = 6; + pixel_x = -6 + }, +/obj/item/reagent_containers/syringe/insulin{ + pixel_y = 2; + pixel_x = -6 + }, +/obj/item/reagent_containers/syringe/epinephrine{ + pixel_y = -2; + pixel_x = -6 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = 8; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/sleeper) +"wFG" = ( +/turf/simulated/floor/plasteel/stairs/left, +/area/station/maintenance/port) +"wFT" = ( +/obj/structure/chair/comfy/green{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"wGb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/science/robotics/chargebay) +"wGf" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/office) +"wGg" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"wGh" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"wGi" = ( +/obj/machinery/light/nightshifted/east, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel) +"wGn" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal laundrycart with wheels."; + name = "laundry cart" + }, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar/large, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/red, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/under/misc/pj/blue, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/item/clothing/shoes/sandal/white, +/obj/structure/railing, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"wGq" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"wGz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central/ne) +"wGL" = ( +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"wHc" = ( +/obj/structure/statue/themis{ + layer = 4; + pixel_x = -4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"wHn" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"wHt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"wHy" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"wHB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"wHF" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled, +/turf/simulated/floor/plating, +/area/station/public/vacant_office/secondary) +"wHH" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/sleeping_agent{ + volume = 200 + }, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/execution) +"wHR" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/study) +"wHZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/aft) +"wIb" = ( +/obj/structure/fluff/beach_umbrella/engine, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/public/pool) +"wIc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/chapel/funeral) +"wIe" = ( +/obj/structure/table/wood, +/obj/item/pen/multi/fountain, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"wIw" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"wIE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"wIK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/ai_status_display, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"wIL" = ( +/obj/effect/turf_decal/delivery/partial{ + dir = 4 + }, +/obj/effect/turf_decal/arrows/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"wIR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"wIS" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"wIZ" = ( +/obj/machinery/kitchen_machine/grill, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"wJr" = ( +/turf/simulated/wall/r_wall, +/area/station/science/break_room) +"wJu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"wJO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"wJU" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=Armory_North"; + location = "Armory_South" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"wKf" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/warden) +"wKh" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/permabrig) +"wKt" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/electrical) +"wKu" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/bucket{ + pixel_y = 4 + }, +/obj/machinery/light/directional/south, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = -12; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel/white, +/area/station/service/kitchen) +"wKy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/podpilot) +"wLe" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wLp" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"wLq" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"wLR" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wMc" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/west) +"wMr" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 8 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8 + }, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"wMt" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/mechanic) +"wMZ" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"wNd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/ashtray/plastic, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"wNp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"wNv" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"wNF" = ( +/obj/structure/shelf/engineering, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_y = -4; + pixel_x = -8 + }, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_y = -4 + }, +/obj/item/clothing/suit/storage/hazardvest{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8 + }, +/obj/item/clothing/mask/gas{ + pixel_y = 8; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"wNN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"wNW" = ( +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/item/seeds/apple, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"wOg" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/old_kitchen) +"wOz" = ( +/obj/structure/bed/dogbed{ + desc = "A comfy-looking spider bed. You can even strap your pet in, just in case the gravity turns off."; + name = "spider bed" + }, +/mob/living/simple_animal/hostile/retaliate/araneus, +/obj/effect/turf_decal/siding/wood{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"wOC" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"wOL" = ( +/obj/machinery/computer/aifixer{ + dir = 1 + }, +/obj/machinery/light_switch/south{ + pixel_y = -36 + }, +/obj/machinery/button/windowtint/south{ + id = "RD"; + pixel_x = -6; + req_access = list(30) + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door_control/normal/south{ + id = "rdofficedoor"; + name = "Office Door"; + req_access = list(30); + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/command/office/rd) +"wOT" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"wPa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"wPb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/girder, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/old_kitchen) +"wPe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/chem_heater, +/turf/simulated/floor/engine, +/area/station/medical/chemistry) +"wPu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wPH" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"wPI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/supply/sorting) +"wPJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/flasher{ + id = "prison3"; + pixel_y = -24; + pixel_x = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/security/permabrig) +"wQp" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigLeft" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"wQE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/controlroom) +"wQG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"wQQ" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"wRa" = ( +/obj/structure/flora/grass/jungle, +/obj/structure/flora/junglebush/large, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"wRc" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"wRk" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/space, +/area/station/engineering/atmos) +"wRl" = ( +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"wRq" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/prisoner, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"wRE" = ( +/obj/structure/sign/holy{ + pixel_x = -32 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"wRN" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + autolink_id = "air_in"; + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/toxins/mixing) +"wRP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"wRU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/break_room) +"wRZ" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wSa" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/supply/miningdock) +"wSg" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"wSl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/dormitory_maintenance) +"wSm" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/lobby) +"wSu" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"wSx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"wSy" = ( +/obj/structure/sign/nosmoking_1, +/turf/simulated/wall, +/area/station/medical/surgery/secondary) +"wSK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/patients_rooms) +"wSO" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"wSY" = ( +/obj/structure/shelf/security, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/item/clothing/accessory/holster, +/obj/item/clothing/accessory/holster{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = 8 + }, +/obj/item/clothing/accessory/holster{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/security/storage) +"wTc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"wTf" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"wTo" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark_small" + }, +/area/station/security/execution) +"wTq" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"wTx" = ( +/obj/effect/mapping_helpers/airlock/polarized{ + id = "CMO_Bedroom" + }, +/obj/machinery/door/airlock/command/cmo/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/cmo, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"wTI" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"wTL" = ( +/obj/structure/closet/secure_closet/personal/cabinet, +/obj/item/clothing/suit/browntrenchcoat, +/obj/item/clothing/head/fedora/brownfedora, +/obj/machinery/status_display/directional/south, +/obj/effect/turf_decal/siding/wood{ + dir = 6 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_female) +"wTO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"wUk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/lights/mixed, +/obj/structure/rack, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"wUm" = ( +/obj/structure/table/reinforced, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/maintenance/starboard2) +"wUn" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/turret_protected/aisat) +"wUr" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"wUM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/effect/decal/cleanable/glass, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wUP" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"wUT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/reagent_dispensers/spacecleanertank/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wUX" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "BrigRight" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"wVb" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"wVi" = ( +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"wVq" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"wVC" = ( +/obj/structure/chair/sofa/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"wVI" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/range) +"wVM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/engineering/control) +"wVR" = ( +/obj/structure/shelf/security, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = -6 + }, +/obj/item/clothing/suit/armor/bulletproof/sec, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = 6 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = 8 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = 8; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/armory/secure) +"wVT" = ( +/obj/item/storage/belt/chef, +/obj/item/clothing/head/chefhat, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"wVW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore2) +"wWc" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"wWd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/fsmaint) +"wWi" = ( +/obj/structure/table/reinforced, +/obj/item/restraints/handcuffs/cable/random, +/obj/item/storage/pill_bottle/random_drug_bottle, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wWl" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"wWH" = ( +/obj/machinery/economy/vending/artvend, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"wWI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/grille/broken, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"wWQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"wWV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/spawner/random/blood/maybe, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"wWX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/transit_tube/horizontal, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"wWY" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"wWZ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/captain) +"wXc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"wXe" = ( +/turf/space, +/area/space/nearstation) +"wXk" = ( +/obj/structure/chair/wood{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel/funeral) +"wXn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"wXz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"wXE" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"wXF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"wXM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"wXP" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet, +/area/station/service/library) +"wYu" = ( +/obj/item/shard{ + icon_state = "small"; + pixel_x = -8; + pixel_y = -6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"wYw" = ( +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"wYD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"wYJ" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood/parquet, +/area/station/service/library) +"wYL" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"wYP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"wYQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"wYW" = ( +/obj/item/flag/sec, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/storage) +"wZe" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wZj" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/rag, +/obj/machinery/door/window/classic/normal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"wZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"wZx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"wZz" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/obj/effect/spawner/airlock/long, +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard2) +"wZB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"wZF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/bedroom) +"wZI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wZR" = ( +/obj/effect/turf_decal/delivery/red/partial, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"wZU" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"wZX" = ( +/turf/simulated/wall/r_wall, +/area/station/science/server/coldroom) +"xaa" = ( +/obj/structure/rack, +/obj/item/gun/energy/ionrifle, +/obj/item/clothing/suit/hooded/ablative, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/security/armory/secure) +"xag" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"xat" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/ne) +"xaO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xaQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"xaR" = ( +/obj/item/reagent_containers/drinks/mug{ + pixel_y = 9; + pixel_x = 6 + }, +/obj/item/reagent_containers/drinks/mug{ + pixel_y = 8; + pixel_x = -6 + }, +/obj/item/reagent_containers/drinks/mug, +/obj/structure/table/wood, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/service/cafeteria) +"xaX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard2) +"xbC" = ( +/obj/structure/closet/wardrobe/virology_white, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"xbU" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green/off{ + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"xbW" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/medical/virology/lab) +"xcg" = ( +/obj/structure/closet/crate/freezer, +/obj/item/food/meat/human, +/obj/item/food/meat/human, +/obj/item/food/meat/human, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"xcj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/red/partial{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/warden) +"xcz" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"xcD" = ( +/obj/machinery/door/airlock/research, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Biohazard_RnD"; + name = "Biohazard Shutter" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/robotics, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"xcP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"xdd" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/library) +"xdE" = ( +/obj/machinery/shieldwallgen, +/obj/structure/cable, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"xdH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xdX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"xdY" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"xec" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/blood/maybe, +/obj/item/shard, +/obj/structure/window/reinforced{ + dir = 1; + layer = 2.9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xej" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xeo" = ( +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"xeI" = ( +/obj/structure/table/reinforced, +/obj/machinery/door_control/shutter{ + id = "xeno8"; + name = "Containment Control"; + req_access = list(55) + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"xeO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/sorting) +"xff" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/ore_box, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"xfy" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/north) +"xgf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/white, +/area/station/science/research) +"xgs" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"xgA" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"xgF" = ( +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_in_meter"; + layer = 2.9; + name = "Mixed Air Tank In" + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"xgH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/restroom) +"xgW" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/security/permabrig) +"xha" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"xhj" = ( +/obj/machinery/status_display/directional/east, +/obj/structure/closet/firecloset/full, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/research) +"xhr" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"xhz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/medical/break_room) +"xhC" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable, +/turf/simulated/floor/plating, +/area/station/security/main) +"xhF" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"xhN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + icon_state = "darkredfull" + }, +/area/station/security/range) +"xhS" = ( +/obj/effect/turf_decal/stripes/white/line{ + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/obj/machinery/light/small/directional/south, +/obj/item/reagent_containers/drinks/coffee{ + pixel_y = 8; + pixel_x = 10; + volume = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"xic" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/newscaster/security_unit/west, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 8 + }, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"xif" = ( +/obj/structure/railing/corner, +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood/fancy, +/area/station/service/theatre) +"xiD" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"xjh" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"xjx" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "magistrate" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "magistrateshutters"; + name = "Magistrate Shutters" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"xkg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"xkw" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/lighter/zippo{ + pixel_x = 8; + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"xkE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"xkJ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "burn chamber to port" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/toxins/mixing) +"xkM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/science, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/medical/genetics, +/obj/effect/mapping_helpers/airlock/access/all/medical/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/genetics) +"xkX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"xkZ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"xlc" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/medical/virology/test_room) +"xli" = ( +/obj/machinery/suit_storage_unit/mime/secure, +/obj/machinery/door_control/shutter/west{ + id = "Mime"; + name = "Mimes Privacy Shutters Control" + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"xlp" = ( +/mob/living/simple_animal/bot/medbot, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"xlu" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xlQ" = ( +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"xlZ" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"xmc" = ( +/obj/structure/sign/chemistry, +/turf/simulated/wall/r_wall, +/area/station/medical/chemistry) +"xmd" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/security/permabrig) +"xme" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"xmk" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fore) +"xmq" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/port2) +"xmz" = ( +/obj/machinery/chem_master, +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"xmJ" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"xmN" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"xnf" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"xng" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/supply/miningdock) +"xnh" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/hallway/secondary/exit) +"xnm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"xno" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay2) +"xnq" = ( +/mob/living/simple_animal/mouse/rat, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/abandonedbar) +"xnx" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/public/fitness) +"xnB" = ( +/obj/machinery/camera{ + c_tag = "Vault"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip"; + dir = 4 + }, +/area/station/command/vault) +"xnE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target/alien{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/target/alien{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/target/alien{ + pixel_x = 7; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/range) +"xnK" = ( +/obj/machinery/photocopier, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/evidence) +"xnQ" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"xoe" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"xot" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central/nw) +"xoD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command{ + id_tag = "hopofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"xoF" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xph" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"xpq" = ( +/obj/structure/toilet, +/obj/effect/spawner/random/blood/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/maintenance/fsmaint) +"xpC" = ( +/obj/structure/table/glass, +/obj/item/storage/box/masks{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = -3 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"xpD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor/closed, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"xpI" = ( +/obj/effect/spawner/random/trash, +/obj/structure/sign/poster/official/random/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit/maintenance) +"xpL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/medmaint) +"xqb" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "WardenD" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel/dark, +/area/station/security/warden) +"xqd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"xql" = ( +/obj/structure/weightmachine/stacklifter, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"xqw" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/mechanic) +"xqA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/aft) +"xqC" = ( +/obj/machinery/autolathe, +/obj/effect/mapping_helpers/machinery/destroyed, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"xqG" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/engineering/atmos) +"xqR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/turbine) +"xre" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xrg" = ( +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/public/pool) +"xrP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Creature Pen" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/xenobio{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel/white, +/area/station/science/xenobiology) +"xrW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"xrZ" = ( +/obj/effect/spawner/random/barrier/wall_probably, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xse" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"xsg" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/warden) +"xsu" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"xsz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/maintenance/port) +"xsE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + name = "Virology Work Zone" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/virology, +/turf/simulated/floor/plasteel, +/area/station/medical/virology/lab) +"xsR" = ( +/obj/machinery/door/window/brigdoor{ + id = "Cell 6"; + name = "Cell 6" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel/dark, +/area/station/security/prison/cell_block/a) +"xsU" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/port) +"xtg" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"xtj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"xtq" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"xtv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/engineering/break_room) +"xtw" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1; + color = "lightblue" + }, +/obj/structure/morgue{ + dir = 8 + }, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"xtx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xtI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/customs) +"xtU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/sofa/pew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"xtZ" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/library) +"xui" = ( +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/plating/burnt/airless, +/area/space/nearstation) +"xum" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"xuu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"xuN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"xuW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"xuX" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/fox/fennec/fenya, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"xvf" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/warden) +"xvo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/railing{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar/atrium) +"xvq" = ( +/obj/machinery/camera{ + c_tag = "Medbay Morgue East"; + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"xvI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"xvU" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/carpet/black, +/area/station/service/chapel/funeral) +"xwx" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"xwz" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"xwF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/medbay) +"xwQ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/east) +"xwU" = ( +/obj/structure/flora/ausbushes/ppflowers, +/mob/living/simple_animal/chicken/wife, +/turf/simulated/floor/grass, +/area/station/service/hydroponics) +"xxc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/maintenance/dormitory_maintenance) +"xxn" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xxp" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/green/hollow, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology/lab) +"xxF" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/turf/simulated/floor/wood/oak, +/area/station/command/office/hop) +"xxL" = ( +/obj/structure/sign/vacuum{ + pixel_y = -32 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"xxQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "magistrate" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/magistrate) +"xxW" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"xyj" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xyD" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"xyV" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"xze" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"xzn" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"xzr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"xzH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/east) +"xzO" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"xAg" = ( +/obj/structure/shelf/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -6; + pixel_y = -4 + }, +/obj/item/stack/sheet/glass{ + amount = 10; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"xAi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"xAB" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/closet/walllocker/emerglocker/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"xAF" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"xAW" = ( +/turf/simulated/floor/carpet/royalblack, +/area/station/legal/courtroom) +"xBs" = ( +/obj/machinery/door/airlock/multi_tile/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/restroom) +"xBx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xBA" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/qm) +"xBI" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"xBJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"xBO" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + autolink_id = "waste_out"; + dir = 4; + external_pressure_bound = 0; + icon_state = "in"; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"xBP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit/maintenance) +"xBX" = ( +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/maintenance/medmaint) +"xBZ" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/permabrig) +"xCe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xCf" = ( +/obj/effect/decal/cleanable/dust, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/starboard) +"xCn" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/fore) +"xCp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"xCs" = ( +/obj/structure/chair/office{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"xCv" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/se) +"xCC" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"xDn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/siding/wood/oak, +/obj/effect/turf_decal/siding/wood/oak/corner{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/oak, +/area/station/legal/courtroom) +"xDo" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"xDs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/stack/cable_coil/random, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) +"xDw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood/cherry, +/area/station/service/hydroponics) +"xDT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xEd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Kitchen Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/kitchen) +"xEl" = ( +/obj/structure/flora/rock/pile, +/obj/structure/flora/grass/jungle, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"xEo" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"xEB" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/range) +"xEC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"xER" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/maintenance/fore) +"xEW" = ( +/obj/item/flag/med, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"xFq" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/clipboard{ + pixel_x = -4 + }, +/obj/item/stamp/hos{ + pixel_x = 8; + pixel_y = 8 + }, +/obj/item/lighter/zippo/hos{ + pixel_x = -4; + pixel_y = 18 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"xFt" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/spray/waterflower, +/obj/item/reagent_containers/spray/waterflower{ + pixel_x = 6; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redbluefull" + }, +/area/station/maintenance/fore) +"xFE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xFF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"xGf" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"xGj" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/landmark/start/psychiatrist, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"xGk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"xGw" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/fsmaint) +"xGA" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall, +/area/station/maintenance/medmaint) +"xGG" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/outlet_injector/on, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet, +/area/station/security/permabrig) +"xGI" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse/rat, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/maintenance/medmaint) +"xGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/rnd) +"xGP" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"xHE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"xHF" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/turf_decal/delivery/red/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"xHN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/maintenance/starboard) +"xId" = ( +/obj/machinery/iv_drip, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"xIe" = ( +/obj/machinery/door/window/reinforced/normal{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/item/wrench, +/obj/machinery/camera{ + c_tag = "Brig Prison Hall"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/security/permabrig) +"xIf" = ( +/obj/machinery/light/directional/west, +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 8 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"xIh" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Prison Gate"; + name = "Prison Lockdown Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"xIj" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/light/blue, +/area/station/maintenance/old_kitchen) +"xIG" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"xII" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"xIM" = ( +/obj/structure/table/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"xIQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/maintenance/starboard2) +"xIU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 4 + }, +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xJh" = ( +/obj/machinery/smartfridge/secure/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"xJi" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/keycard_auth/east, +/obj/machinery/door_control/shutter/east{ + name = "Armory Lockdown"; + id = "ArmoryLock"; + pixel_y = -8; + pixel_x = 38 + }, +/obj/machinery/door_control/shutter/east{ + id = "Prison Gate"; + name = "Prison Wing Lockdown"; + pixel_y = 8; + pixel_x = 38; + req_access = list(2) + }, +/obj/machinery/door_control/shutter/east{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_x = 38 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"xJD" = ( +/obj/machinery/computer/area_atmos, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/nosmoking_1{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "black"; + dir = 8 + }, +/area/station/science/storage) +"xJG" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/recycler, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/reagent_containers/drinks/drinkingglass, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"xJH" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"xJL" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"xJT" = ( +/obj/structure/window/reinforced, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"xJU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xKs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/locker) +"xKt" = ( +/obj/machinery/door_timer/cell_4{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"xKv" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"xKC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/launch) +"xKE" = ( +/obj/machinery/photocopier, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"xKL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"xKV" = ( +/obj/structure/shelf, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/storage/bag/plants/seed_sorting_tray, +/obj/item/reagent_containers/spray/pestspray, +/turf/simulated/floor/grass, +/area/station/security/permabrig) +"xKX" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/east, +/obj/item/clothing/head/welding{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/paper_bin{ + pixel_y = 4; + pixel_x = 6 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/rnd) +"xLa" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/random/south, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/storage) +"xLg" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology) +"xLj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"xLK" = ( +/obj/structure/sink/directional/east, +/obj/structure/mirror{ + pixel_x = -26 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/landmark/start/assistant, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "hydrofloor" + }, +/area/station/public/toilet) +"xLL" = ( +/obj/structure/chair/office{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"xMg" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/north) +"xMj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/port) +"xMn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/brig) +"xMo" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"xNa" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xNl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/effect/mapping_helpers/damaged_window, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xNs" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-2" + }, +/mob/living/simple_animal/mouse/rat, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"xNC" = ( +/obj/machinery/computer/atmos_alert, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/hallway) +"xNW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/oil/maybe, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table_frame, +/obj/item/stack/rods, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/mechanic) +"xOa" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/brittany/psycho, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 1 + }, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"xOd" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"xOp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"xOv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port) +"xOQ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/full{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/bible, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"xOV" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/secondary/entry) +"xOZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"xPn" = ( +/obj/effect/mapping_helpers/turfs/rust, +/turf/simulated/wall, +/area/station/maintenance/abandonedbar) +"xPq" = ( +/obj/structure/shelf/science, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/assembly/prox_sensor{ + pixel_y = -4; + pixel_x = -6 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = -4; + pixel_x = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = -4; + pixel_x = 8 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 8; + pixel_x = 1 + }, +/obj/item/stack/cable_coil/random{ + pixel_x = 8; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/science/robotics) +"xPs" = ( +/obj/structure/chair/comfy/teal{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"xPG" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"xPQ" = ( +/obj/structure/closet/emcloset, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"xPS" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"xPW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/permabrig) +"xQj" = ( +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/old_detective) +"xQr" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central) +"xQB" = ( +/obj/structure/table/reinforced, +/obj/item/radio/security{ + pixel_y = 6 + }, +/obj/structure/reagent_dispensers/peppertank/east, +/obj/machinery/requests_console/directional/north, +/obj/machinery/camera{ + c_tag = "Departure Lounge Security Checkpoint West" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"xRb" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_y = 6; + pixel_x = 6 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"xRj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/medbay) +"xRw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xRD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/turf/simulated/floor/carpet/red, +/area/station/maintenance/fsmaint) +"xRG" = ( +/obj/structure/table/wood/fancy, +/obj/item/kitchen/utensil/fork, +/obj/item/trash/candle{ + pixel_y = 3; + pixel_x = -5 + }, +/obj/item/clothing/gloves/ring/gold{ + pixel_x = 7 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"xRI" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4; + pixel_x = 6; + layer = 4 + }, +/obj/item/ashtray/bronze{ + pixel_x = -6 + }, +/obj/item/storage/fancy/cigarettes/cigpack_carp, +/obj/item/lighter/zippo{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/machinery/power/apc/critical/directional/east, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy, +/area/station/public/sleep_male) +"xRT" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"xRX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/sleeper) +"xSg" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/public/fitness) +"xSx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/transparent/glass, +/area/station/maintenance/virology_maint) +"xSV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"xTh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"xTo" = ( +/obj/structure/chair/sofa/pew/left{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/maintenance/starboard2) +"xTu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/central/sw) +"xTw" = ( +/obj/structure/shelf/security, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/item/reagent_containers/spray/pepper, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 8; + pixel_y = 12 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = 8 + }, +/obj/item/reagent_containers/spray/pepper{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/storage) +"xTE" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"xTI" = ( +/obj/structure/table/reinforced, +/obj/machinery/defibrillator_mount/loaded, +/obj/machinery/light/directional/south, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/sleeper) +"xTK" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table/reinforced, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/gps/engineering{ + pixel_x = -8; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"xTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"xTV" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/port) +"xTY" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/carpet/orange, +/area/station/service/bar/atrium) +"xUg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"xUh" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/sleeper) +"xUm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/interrogation/observation) +"xUO" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"xUP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Library North"; + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"xUX" = ( +/obj/item/kirbyplants, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"xVf" = ( +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xVk" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xVm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/science/genetics) +"xVq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel/dark, +/area/station/security/podpilot) +"xVw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central/west) +"xVx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/prisonershuttle) +"xVQ" = ( +/obj/machinery/economy/vending/secdrobe, +/obj/effect/turf_decal/delivery/red/hollow, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/storage) +"xVX" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel/dark, +/area/station/public/locker) +"xVZ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/public/fitness) +"xWk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"xWz" = ( +/obj/structure/chair/plastic, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/patients_rooms) +"xWE" = ( +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/service/kitchen) +"xWG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"xWK" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen, +/turf/simulated/floor/wood/parquet/tile, +/area/station/service/library) +"xWO" = ( +/obj/structure/bed, +/obj/machinery/status_display/directional/east, +/obj/effect/landmark/start/chief_medical_officer, +/obj/item/bedsheet/cmo, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/cmo) +"xWY" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "Bar"; + name = "Bar Privacy Shutters" + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/bar) +"xXc" = ( +/obj/effect/spawner/random/blood/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"xXh" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreencorner" + }, +/area/station/medical/virology/lab) +"xXt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel, +/area/station/maintenance/port2) +"xXJ" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"xXO" = ( +/obj/effect/spawner/window, +/obj/structure/flora/ausbushes/palebush, +/turf/simulated/floor/grass/no_creep, +/area/station/science/break_room) +"xXY" = ( +/obj/machinery/seed_extractor, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xYa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"xYi" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/taperecorder{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark_large" + }, +/area/station/security/main) +"xYj" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/science/storage) +"xYp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology/test_room) +"xYy" = ( +/obj/effect/turf_decal/siding/wood{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"xYE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/main) +"xYL" = ( +/obj/structure/curtain/open/shower/security{ + icon_state = "closed"; + opacity = 1 + }, +/obj/effect/turf_decal/siding/blue{ + dir = 10 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"xYR" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"xYS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xYX" = ( +/obj/machinery/atmospherics/unary/outlet_injector{ + autolink_id = "tox_in"; + dir = 4; + icon_state = "on"; + on = 1; + pixel_y = 1 + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"xZd" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dust, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xZj" = ( +/turf/simulated/floor/plasteel/freezer, +/area/station/public/pool) +"xZn" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "garbage" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "innerdisposal" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal/east) +"xZU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"yaq" = ( +/obj/structure/closet, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 1 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"yar" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"ybB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"ybF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel/dark, +/area/station/command/bridge) +"ybO" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/junglebush/large, +/obj/structure/flora/junglebush, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"ybQ" = ( +/obj/machinery/power/smes, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/maintenance/electrical) +"ybV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/restroom) +"ycb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper/precision{ + pixel_y = 4; + pixel_x = 12 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreen"; + dir = 1 + }, +/area/station/medical/virology/lab) +"ycf" = ( +/obj/effect/spawner/random/storage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"ycB" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/service/hydroponics) +"ycC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"ycK" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard2) +"ycZ" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/starboard) +"ydj" = ( +/mob/living/simple_animal/crab/coffee{ + desc = "Master of the GYM"; + name = "Billy Crabington"; + real_name = "Billy Crabington" + }, +/turf/simulated/floor/beach/water{ + icon_state = "seadeep" + }, +/area/station/public/pool) +"ydk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"ydm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/hallway/primary/starboard) +"ydA" = ( +/obj/structure/table/wood, +/obj/item/storage/briefcase, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 10 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood/oak, +/area/station/medical/psych) +"ydY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"yeb" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage/secondary) +"yed" = ( +/turf/simulated/wall, +/area/station/service/bar/atrium) +"yeh" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/abandonedbar) +"yeA" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/machinery/atmospherics/meter, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/maintenance/turbine) +"yeD" = ( +/obj/machinery/door/airlock/highsecurity{ + heat_proof = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"yeH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/maintenance/disposal/east) +"yfe" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/space, +/area/station/engineering/atmos) +"yff" = ( +/obj/item/kirbyplants, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/medbay2) +"yfs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"yfx" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/prison/cell_block/a) +"yfI" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/structure/shelf/supply, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_x = -8; + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/gold/fifty{ + pixel_y = -2; + pixel_x = 8 + }, +/obj/item/coin/gold{ + pixel_y = 6; + pixel_x = -8 + }, +/obj/item/storage/belt/champion/wrestling{ + pixel_y = 8 + }, +/obj/item/coin/gold{ + pixel_y = 6; + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkyellowaltstrip" + }, +/area/station/command/vault) +"yfO" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood/oak, +/area/station/maintenance/old_kitchen) +"yfP" = ( +/turf/simulated/wall, +/area/station/public/sleep_male) +"yfY" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/science/toxins/test) +"ygd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"ygh" = ( +/obj/effect/turf_decal/siding/wood/cherry{ + dir = 4 + }, +/turf/simulated/floor/wood/fancy/cherry, +/area/station/public/vacant_store) +"ygp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"ygu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/flora/junglebush/large, +/turf/simulated/floor/grass, +/area/station/maintenance/fsmaint) +"ygz" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno1"; + name = "Creature Cell #1" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"ygB" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"ygI" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "Security Blast Door" + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 1; + id_tag = "evidence" + }, +/turf/simulated/floor/plating, +/area/station/security/evidence) +"ygL" = ( +/obj/structure/disposalpipe/junction/reversed, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "redyellowfull" + }, +/area/station/maintenance/old_kitchen) +"ygX" = ( +/obj/structure/table/reinforced, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/obj/item/wrench{ + pixel_y = 2 + }, +/obj/item/crowbar{ + pixel_y = 2 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room/secondary) +"ygY" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"yhb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"yhe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/supply/miningdock) +"yhF" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Coroner" + }, +/obj/structure/sign/poster/official/random/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/morgue, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/medical/morgue) +"yhT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"yia" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/brig) +"yib" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/storage) +"yic" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"yif" = ( +/obj/machinery/photocopier, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"yil" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/east, +/obj/machinery/door_control/shutter/north{ + id = "transitlock"; + name = "Transit Tube Lockdown Control"; + req_access = list(11) + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/ai_transit_tube) +"yiO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"yiR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/maintenance/apmaint) +"yja" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/maintenance/port) +"yjd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/secondary/exit) +"yjr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/theatre) +"ykb" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/siding/wood/oak{ + dir = 9 + }, +/turf/simulated/floor/wood/parquet/oak, +/area/station/public/vacant_office/secondary) +"yki" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood/oak, +/area/station/security/permabrig) +"ykk" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "holdingcellprivacy" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"ykl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/aisat) +"yku" = ( +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"ykw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ykJ" = ( +/turf/simulated/floor/plasteel/white, +/area/station/science/break_room) +"ykT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/security/evidence) +"ykU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/maintenance/disposal/west) +"ykX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"ylr" = ( +/obj/machinery/atmospherics/unary/tank/oxygen{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/maintenance/incinerator) +"ylJ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/dormitory_maintenance) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bmo +bpm +pVN +bpm +pVN +bpm +bmo +bmo +bmo +bmo +bmo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bpn +brp +brp +brp +bRr +blv +blO +brp +brp +brp +cpb +bLR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +bpo +bLM +bms +bPC +bRs +bTs +bVH +brq +bms +bnR +bpo +brr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bpm +bmo +bmo +bmo +bmo +bmo +bmo +bmo +bmo +bmo +bmo +bmo +bPR +bpo +brr +bNM +bNM +bNM +bTt +bNM +bNM +bNM +bkt +bpo +bLR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +bpn +brp +brp +brp +brp +brp +brp +brp +brp +jnD +brp +brp +brp +bJQ +brs +bNM +bPG +bRx +bTu +bVJ +ccx +bNM +bkt +lvH +brr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ops +bpo +brq +bpu +bms +bms +bms +bpu +bms +bms +btd +bms +bms +bpu +bms +aaa +bNM +bPH +bSr +bTv +bWS +cgI +bNM +bkt +lvH +dSz +pVN +bpm +pVN +bmo +bpm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bpo +brr +abj +abj +abj +btd +btd +btd +btd +btd +btd +btd +btd +btd +btd +bNM +bPO +bTc +bTw +bVL +chu +bNM +bku +boe +mRz +mRz +mRz +mRz +brp +cpb +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +bpo +brs +abj +abj +btd +btd +btd +bzv +btd +btd +btd +bvz +btd +bzv +btd +bNM +bPP +bUD +hzl +bWS +chE +bNM +aaa +bpu +bms +bms +bpu +bms +bPC +bpo +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ops +bpo +brs +aaa +btd +btd +btd +bxX +bzw +btd +bCT +btd +bzw +bzD +bJR +btd +bNM +bPQ +bXm +bTI +bVN +cmx +bNM +qrT +qrT +qrT +qrT +qrT +abj +bku +bpo +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +bpo +brr +abj +btd +btd +bwG +bxY +byg +tEw +bCU +tEw +bBf +bxY +bBf +bwG +bNM +bNM +bNM +bTz +bNM +bNM +bNM +qrT +qrT +qrT +qrT +qrT +qrT +bkt +bpo +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wXe +bmo +bnM +bpo +brs +aaa +btd +bvz +bLQ +bxZ +bzy +bIh +bCV +bIh +bIh +bIh +bJS +bwH +bNN +bPI +bVO +bTG +bVO +bPI +bNM +qrT +rSI +vzz +eaH +qrT +qrT +bkt +bpo +bLS +bmo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bmp +cqK +bpq +brr +btd +btd +btd +bBg +bye +bzz +rPK +bEF +rPK +rPK +bgN +bJT +bLO +bNM +bPJ +bRz +bTB +bVS +bXH +bNM +caV +qfr +ufS +oTl +chX +qrT +bku +bmq +cqK +csk +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bua +abj +bua +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +bmq +bnO +uDR +btd +btd +btd +byg +bBf +bye +rPK +btd +btd +bIi +naX +kpl +bhV +bNL +bNM +bSo +bVS +bTE +bVS +bXI +qrT +ccU +caW +ceP +fmm +fBl +qrT +qrT +uDR +cqL +bpq +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bav +bnP +sdM +btd +btd +btd +bwF +bwK +byc +bCY +btd +bCX +bEE +btd +bIj +bJU +biX +bNP +bPL +bRB +bTD +bVR +bXJ +bZh +caX +boh +cgu +ccW +chW +qrT +qrT +lsK +bnP +btk +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +baE +bcA +bdZ +btd +btd +btd +bvC +bwJ +byd +lRl +btd +btd +bIk +naX +kpl +bJV +bBf +bNM +bXI +bVS +bTE +bVS +bXI +oMr +caY +ccX +ceP +fmm +vDg +qrT +qrT +brT +bsb +btx +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ops +bmr +cqM +bps +brr +btd +btd +btd +bCW +byd +bzA +rPK +bED +rPK +rPK +bIl +bip +uSR +bNM +bPJ +bRD +bTF +bVS +bXK +bNM +caV +cGJ +bXL +ane +chX +qrT +bku +cpd +cqM +csl +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +oMO +fPS +bJP +brs +aaa +btd +bvz +bLQ +byf +bzB +bIm +bCZ +bIm +bIm +bIm +bJW +bwH +bNR +bPI +bVT +bTG +bYb +bPI +bNM +qrT +bon +ceL +hng +qrT +qrT +bkt +bJP +orz +bpu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bua +acF +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +acF +bua +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +bJP +brr +abj +btd +btd +bwG +byg +bIn +uVE +bCU +uVE +bBf +bIn +bBf +bwG +bNM +bNM +bNM +bTH +bNM +bNM +bNM +qrT +qrT +qrT +qrT +qrT +qrT +bkt +bJP +brr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bJP +brs +aaa +btd +btd +btd +byh +bzD +btd +bDa +btd +bGq +bIo +bzw +btd +bNM +bPN +src +lLM +bVU +bPN +bNM +qrT +qrT +qrT +qrT +qrT +abj +bku +bJP +bLR +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +acF +acF +acF +acF +acF +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +lVg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bJP +brs +abj +abj +btd +btd +btd +bzv +btd +btd +btd +bvz +btd +bzv +btd +bNM +bQC +bXI +bTL +bXI +bXM +bNM +aaa +bpm +bmo +bmo +bpm +bmo +cnY +bJP +brr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +acF +abj +abj +abj +cKf +dEK +dEK +dEK +cKf +abj +abj +abj +acF +abj +abj +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bJP +brr +abj +abj +abj +btd +btd +btd +btd +btd +btd +btd +btd +btd +btd +bNM +bQD +bjE +bTK +lul +bXN +bNM +bku +bJO +pDS +pDS +pDS +pDS +chS +cpe +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +abj +dEK +dyn +dyo +tnt +dyo +dyn +dEK +abj +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bkt +bJP +brw +bpm +bmo +bmo +bmo +bpm +bmo +bmo +btd +bmo +bmo +bpm +bmo +aaa +bNM +bRt +bXI +bTL +bXI +bXO +bNM +bkt +eHx +orz +oMO +bpu +bms +bms +bms +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +abj +dEK +dEK +yfY +dAH +dAH +dAH +dBe +dEK +dEK +abj +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bku +bJY +chS +chS +chS +chS +chS +chS +chS +chS +sia +chS +chS +chS +bJX +brs +bNM +bPN +czz +blG +bmS +bXP +bNM +bkt +bJP +brr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +abj +abj +dEK +dEK +dEw +dDP +dDP +dDP +dDP +dDP +dBG +dEK +dEK +abj +abj +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bpu +oMO +bms +bms +bms +bms +bms +bms +bms +bms +bms +bpu +fPS +bJP +bLR +bNM +bNM +bNM +wUn +bNM +bNM +bNM +bku +bJP +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +acF +cKf +dyn +hvs +dzv +daK +giC +oEM +wZU +daK +dFf +uLA +dyn +cKf +acF +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bLV +bEn +bLV +bLV +sMu +bRJ +bTN +bVV +bLV +bmo +bnM +bJP +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +bua +abj +abj +abj +abj +abj +abj +acF +dEK +cxM +dAH +dzv +pbn +vlX +aOX +gQs +pbn +dFf +dAH +dCy +dEK +acF +abj +abj +abj +abj +abj +abj +bua +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bLV +qSH +bLT +rNb +rPb +ykl +bTO +bVW +hAs +dVk +dVk +cpe +brs +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +abj +aaa +acF +dEK +byy +dAH +dzv +pbn +vlX +rfI +gQs +pbn +dFf +dAH +wje +dEK +acF +aaa +abj +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bLV +knY +bLU +jYy +uFQ +nLK +bTS +ptq +bLV +oMO +oMO +oMO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bua +abj +abj +abj +abj +abj +abj +acF +dEK +cxM +dAH +dzv +pbn +vlX +pbn +gQs +pbn +dFf +dAH +dCy +dEK +acF +abj +abj +abj +abj +abj +abj +bua +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bLV +bLV +bLV +bPV +usf +bRL +bTQ +bmY +bLV +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +acF +cKf +dyn +qym +dzv +daK +vlX +pbn +gQs +daK +dFf +hMv +dyn +cKf +acF +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bLV +qVg +ruL +bLV +sSR +bTR +bBd +bLV +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +abj +abj +dEK +aGv +dEv +sIb +kRx +pbn +rwf +sIb +dBF +dEK +dEK +abj +abj +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +jDk +bLV +bLV +bPV +bLV +wcc +bYl +wbV +bLV +rVQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +abj +aGv +dEK +dBE +dzv +pbn +dFf +rcE +dEK +dEK +abj +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +vkv +abj +dCA +bPS +bRM +bTT +bRM +bPS +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +dCA +dEK +dyn +dzv +pbn +dFf +dyn +dEK +abj +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +kpT +bVX +bRN +bTU +bVY +bVX +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +dCA +abj +cKf +dEK +pbn +dEK +cKf +abj +abj +abj +acF +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +acF +bPU +oxf +jeq +bFE +bXR +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +dCA +abj +abj +abj +aaa +abj +abj +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bGd +gLD +wdm +qxG +acF +csr +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +aaa +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +bPW +aaa +abj +aaa +bXS +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bua +acF +abj +abj +abj +dCA +abj +abj +abj +aaa +abj +abj +abj +abj +abj +abj +abj +acF +bua +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +bRQ +abj +bWb +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +aaa +cnH +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bXG +abj +abj +coi +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +dCA +abj +abj +abj +aaa +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +dCA +aaa +aaa +bua +aaa +bua +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +abj +coi +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +acF +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +abj +coi +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +acF +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +acF +cHA +abj +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nKf +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +cHA +ddh +spC +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +dij +abj +dij +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ogS +abj +abj +coi +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +pyi +pyi +pWq +pWq +pWq +pWq +pyi +pyi +abj +cHA +rui +cHA +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +sso +dij +dij +aaa +abj +aaa +abj +aaa +dij +dij +abj +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +tbM +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +pyi +pyi +cHo +dXl +ohP +tar +dfW +drN +pyi +pyi +cHA +drn +cHA +cHA +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +abj +aaa +abj +aaa +ash +asV +atY +aaa +abj +aaa +abj +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +tbM +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dmq +dmq +riO +cHA +tJc +pyi +gkb +dbg +gJW +gJW +deL +dWs +cSg +scJ +pyi +bVt +vWB +ldQ +cHA +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +bua +aaa +bua +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ash +asV +atY +aaa +ash +ata +atY +aaa +ash +asV +atY +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +tbM +abj +abj +coi +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cRD +cRD +cRD +xCC +tJc +cXX +aiV +pyi +vlQ +tTi +dmU +gJW +vqK +dWs +dkV +scJ +pyi +wOT +drn +cHp +cHA +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +ash +ata +atY +aaa +ash +ata +atY +aaa +ash +ata +atY +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +tbM +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cUP +cUQ +vUu +cIu +elb +dvl +dvl +cJP +ddc +iwI +gtR +ieA +uBD +dWs +box +scJ +pyi +jpb +drn +ddg +cHA +abj +abj +aaa +dbz +dbz +irt +dbz +irt +dbz +dbz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +ash +ata +atY +abj +ash +ata +atY +abj +ash +ata +atY +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +acF +acF +abj +abj +abj +acF +acF +acF +abj +tbM +abj +aaa +csr +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cRD +cRD +cRD +xCC +cHA +sPz +dsr +cJP +cJV +tTi +dqL +cKe +jTT +dWs +dQd +scJ +pyi +pyi +drn +cHp +cHA +dij +dij +dij +dbz +rlI +dhu +dhv +dWw +yeh +dbz +abj +abj +abj +abj +abj +abj +abj +dCA +abj +abj +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ash +ata +atY +aaa +ash +ata +atY +aaa +ash +ata +atY +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +bwN +bwN +bwN +bwN +bwN +bwN +bwN +acF +aaa +tbM +abj +abj +coi +abj +abj +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +dmq +riO +tJc +cHA +iRt +hBj +cJP +pAC +gqO +dpZ +dtU +lBf +ckI +gQv +ttx +tHp +pyi +czF +drn +irt +irt +irt +irt +dbz +yeh +qCd +duT +dYm +lTi +dbz +irt +dbz +irt +irt +abj +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +dij +dij +aaa +ash +ata +atY +aaa +abj +atb +abj +aaa +ash +ata +atY +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +bwN +bzE +bzE +nYm +bzE +bzE +bwN +acF +aaa +tbM +abj +aaa +csr +aaa +abj +bXU +cba +cba +cba +bXU +cie +cie +cie +bXU +cie +cie +cie +bXU +cie +cie +cie +bXU +cie +cie +cie +bXU +pMy +qfG +oJn +eKn +pyi +xaR +weu +mOW +mSw +cCy +hXU +cPb +doK +fvA +pyi +cdr +drn +xPn +dae +eyK +dcM +daf +lTi +cxt +lYq +dYm +lTi +dmM +dou +dpR +rlI +irt +abj +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +abj +abj +abj +abj +atb +abj +abj +abj +atZ +abj +abj +abj +atb +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bwN +bzE +bBi +bBj +bBi +bGB +bwN +abj +aaa +bUJ +abj +aaa +csr +aaa +abj +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +bXU +jzw +iPQ +dIL +dvl +fUZ +pyi +dIb +nBP +fOe +leB +maf +cZC +doK +scz +cPb +pyi +rkv +dsr +cLz +rQi +swI +dcX +yeh +dYu +lTi +lTi +lTi +dYt +dnH +swI +dcX +dkr +dbz +abj +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +apF +aEc +aEc +aEc +atc +atZ +atZ +atZ +atZ +atZ +atZ +atZ +atZ +aEb +aEc +aEc +aEc +atc +atZ +atZ +atZ +abj +acF +acF +acF +acF +acF +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bwN +bzE +bBj +bDc +bEG +bzE +bwN +abj +aaa +bUJ +abj +abj +coi +abj +abj +bXU +cba +cba +cba +bXU +gSE +gSE +gSE +bXU +sAx +uIz +sAx +bXU +gSE +gSE +gSE +bXU +cie +cie +cie +bXU +iPk +sAA +dvl +tJc +cJP +rkV +rkV +rkV +pyi +cTi +pyi +rkV +rkV +rkV +pyi +rJd +rJd +cLz +dbG +yeh +lTi +iFl +yeh +dhw +diY +dkr +dYt +dYu +dYu +dcX +dqZ +xPn +abj +abj +abj +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +abj +abj +abj +abj +atK +abj +abj +abj +atZ +abj +abj +abj +atK +abj +abj +abj +abj +abj +abj +abj +atK +abj +aLT +aNT +aPk +aNT +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +bwN +bzE +bBi +bBj +bBi +bzE +bwN +abj +aaa +bUJ +abj +aaa +csr +aaa +bXU +bXU +cbb +abj +aaa +cmC +aaa +aaa +aaa +cmL +aaa +aaa +aaa +cmL +aaa +aaa +aaa +cJd +aaa +abj +cbb +jzw +riO +lhJ +ygB +cMS +cWl +drn +drn +drn +cLA +sZp +drn +drn +dhG +dhG +wFG +dhG +dhG +cLz +dag +kUG +fIn +acS +acS +acS +acS +acS +acS +vpU +lTi +dcX +dra +dbz +dbz +dbz +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +abj +abj +aaa +ash +atL +atY +aaa +abj +atK +abj +aaa +ash +atL +atY +aaa +abj +aaa +abj +abj +aGX +vmi +qEv +acF +leZ +wok +leZ +aWR +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +bwN +bzE +bzE +bzE +bzE +bzE +bwN +abj +aaa +bUJ +abj +aaa +csr +aaa +bXU +bZj +cbb +epo +aaa +ctY +cJe +cJe +cKj +cJe +cJe +cNn +cJe +cJe +cNZ +cJe +cJe +cOm +aaa +cbb +cbb +cDx +bXU +tJc +doV +cMS +czF +pWT +lRD +dpP +mOC +dsE +cKi +czx +xtx +uht +qok +cZn +wWc +irt +dah +lAm +lTi +dcX +oUT +dcX +dfN +dfN +yeh +sph +iFl +lTi +lTi +yeh +rQi +dbz +abj +dCA +abj +abj +bua +aaa +bua +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ash +atL +atY +aaa +ash +atL +atY +aaa +ash +atL +atY +aaa +dij +aaa +abj +abj +aGX +cYO +aGX +acF +leZ +aPl +leZ +aSx +aTS +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +bwN +bzG +bBl +bDd +bBl +bGs +bwN +abj +bVs +bYJ +abj +abj +csr +abj +bXU +bZj +cbb +cxG +abj +czw +cwt +clp +cuO +clp +clp +cuO +clp +clp +cuO +clp +cwv +czw +abj +cCg +cbb +cDx +bXU +dhG +jGT +luU +drn +tbp +cMS +tJc +cHA +cIx +cIx +qto +cIy +cXT +cXT +cHk +xph +irt +dai +uai +lTi +mAs +dcX +swI +yeh +dks +dcX +sph +yeh +dYy +drb +iFl +dtJ +irt +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ash +atL +atY +abj +ash +atL +atY +abj +ash +atL +atY +dKA +dij +abj +abj +aGX +aGX +vmi +aGX +leZ +leZ +aPm +leZ +leZ +aZY +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bwN +bzH +bBo +bfO +bge +bGu +bwN +abj +bUJ +abj +abj +abj +bWd +abj +bXU +bZk +naq +cxG +aaa +czw +cjI +cnZ +abj +abj +cuQ +aaa +acF +abj +abj +dEx +dvU +czw +aaa +cCg +cDt +dCx +bXU +jpt +vzZ +bLN +cKi +hvJ +tJc +aRK +njI +cIw +cRJ +cTH +sSH +klt +cIx +cWn +jlY +irt +rlI +rJi +dcR +mAs +dfN +dcX +diZ +dfN +yeh +sph +dYt +dYy +drc +yeh +dtK +dbz +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ash +atL +atY +aaa +ash +atL +atY +aaa +ash +atL +atY +aaa +dij +aaa +abj +aGY +aIq +upI +aKY +leZ +aNU +aPn +aQM +aSy +aTU +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +abj +abj +abj +abj +aaa +abj +abj +abj +abj +bwN +bzI +bEI +bDf +bEI +bGv +bwN +qwS +tOm +pUf +acF +acF +bPW +acF +bXU +bZl +cbb +cxG +abj +cBU +cjJ +abj +aaa +aaa +acF +abj +acF +aaa +aaa +abj +dUE +cPK +abj +cCg +cbb +cDv +bXU +dhN +drn +cIw +cIx +cIx +cIx +cIx +cIw +cIw +rEZ +fWx +nyt +liD +cIx +tDX +dyJ +irt +daj +uai +dmM +mAs +dfN +yeh +dfN +dcX +dcX +sph +lTi +dYy +drd +lTi +hsa +irt +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +ash +atU +atY +aaa +ash +atL +atY +aaa +ash +atU +atY +aaa +abj +aaa +abj +aGY +aIr +aJI +aKZ +leZ +jJU +vRj +huh +leZ +aZY +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +abj +abj +bwN +bzJ +bEK +bDh +bEK +bGw +bwN +sPt +qrQ +qwS +acF +acF +acF +ctJ +bXU +bZm +cbe +cxG +aaa +czw +cjI +abj +aaa +acF +acF +acF +acF +acF +aaa +abj +dvU +czw +aaa +cCg +cDu +dUG +bXU +gZI +cXU +cIx +cKt +cMU +cOy +cOz +cRE +cLG +dfd +cHY +cWo +ibG +cIx +nJd +kfw +irt +cJU +rJi +dcT +mAs +djb +yeh +yeh +dcX +dfN +sph +dYu +dYz +drc +yeh +dlK +dbz +abj +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +dij +aaa +abj +aaa +abj +aaa +ash +atU +atY +aaa +abj +aaa +abj +aaa +dij +abj +abj +aGY +aIs +aJM +aLc +leZ +ibb +aPp +aQO +leZ +aTU +aOg +aXa +aYu +aXa +aOg +bdk +beE +bdk +aOg +biK +bkv +biK +aOg +bpv +brx +bpv +aOg +abj +abj +bwN +bzK +bBr +bDg +bEM +fTi +bwN +qwS +tOm +qwS +qwS +sEB +wxe +wWX +bXU +bXU +bZl +cFL +acF +czw +cjI +coa +acF +acF +cwt +clp +cwv +acF +acF +acF +dvU +czw +acF +cbb +cDv +bXU +bXU +jUu +dsr +cIC +cLx +cOx +mgl +cWT +cQy +qkD +dfd +vjQ +nEy +cLJ +cIx +czF +gJT +mZU +cNt +cKg +tXv +cRF +jyL +doO +doO +doO +dfN +vRk +iFl +dcX +dre +dbz +dbz +dbz +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +sso +dij +abj +aaa +abj +aaa +abj +aaa +abj +dij +sso +dij +dij +abj +aaa +aGY +aGY +aLr +aGY +leZ +jJU +apC +huh +leZ +aZY +aOg +aXb +aYv +aXa +aOg +bdl +beF +bdk +aOg +biL +bkw +biK +aOg +bpw +bpv +bpv +aOg +abj +bwN +bwN +bzL +vzG +bDi +vzG +bzL +bwN +rPh +fGI +eNr +pPZ +kFr +rJg +jof +bXU +bXU +bZl +cda +abj +cBU +cjJ +aaa +abj +acF +cjI +cpg +dvU +acF +abj +aaa +dUE +cPK +abj +cda +cDv +bXU +cEA +sCq +dWk +bLP +cJR +cLD +nLW +kCr +cQx +cLG +oQo +cJM +cWp +sqk +cIx +czF +xCe +cZl +dnH +dcX +drb +drb +dfP +dra +dja +iFl +lTi +dmQ +irV +dcX +drf +irt +abj +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +dij +dij +dij +dij +dij +dij +dij +abj +abj +abj +abj +aaa +leZ +aIt +aMO +aLb +aMA +yeA +aPr +mRb +leZ +aTU +aOg +qtC +vYt +lPg +aOg +uit +jKW +xYX +aOg +uJH +vXf +tnu +aOg +ibK +jGV +xBO +aOg +acF +bwN +bzL +awl +bBt +bDj +bEN +bGy +bco +rMh +uBa +gUS +ftB +sPW +taz +hgg +bXU +bXU +bZl +dtI +acF +czw +cjI +acF +acF +acF +cqO +cqQ +cwu +acF +acF +dQC +dvU +czw +acF +cbb +cDv +bXU +bXU +ewj +drn +cIx +oCK +cLE +cOx +deZ +cQy +cLG +djk +fWx +nyt +liD +cIx +doX +xsz +cLz +dan +xnq +dcW +dcX +dcX +dcX +dcX +dcX +yeh +dcX +dcX +dnH +dcX +dbz +abj +abj +abj +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +aaa +abj +aaa +aaa +aaa +aaa +acF +aHa +aIu +aJN +ffZ +aLk +aOd +aPt +aQQ +aSz +baa +aOg +wWl +aVR +lOm +aOg +wWl +aVR +lOm +aOg +wWl +aVR +lOm +aOg +lOm +aVR +wWl +aOg +acF +iYI +sdr +iYI +riQ +bDk +bEO +bIp +qwS +yil +bAF +hVL +unR +erX +eJM +eJn +bXU +bZn +cdb +cxG +aaa +czw +cjI +abj +aaa +acF +acF +acF +acF +acF +aaa +abj +dvU +czw +aaa +cCg +cDw +dUH +bXU +cFT +drn +cIx +haY +cLF +cMX +cOC +cTs +cIx +cTj +fIO +cWr +vFu +cIx +drn +xsz +cLz +rlI +dbJ +dcX +deG +dcX +yeh +rlI +dkv +tuK +dlK +daf +yeh +rlI +irt +abj +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +abj +abj +abj +abj +abj +aaa +abj +abj +abj +leZ +aIv +aJO +xqR +tqr +nls +pOF +aQR +leZ +jGd +wRk +mel +wRk +oGe +wRk +yfe +aSM +buX +aSM +bbF +aSM +buX +aSM +buX +aSM +bbF +aSM +acF +bwN +byk +bzL +bDe +bDl +bGt +bGz +bGz +bGz +bGz +bGz +bGz +bGz +bGz +bGz +bXU +bZl +cbb +cxG +abj +cBU +cjJ +abj +aaa +aaa +acF +abj +acF +aaa +aaa +abj +dUE +cPK +abj +cCg +cbb +cDv +bXU +uzy +dYp +cIw +xAg +eux +tpJ +wKt +ncs +cIw +cIw +gNb +cIy +cIx +cXT +cHk +xsz +irt +irt +irt +irt +bDp +bDp +bDp +bDp +bDp +dbM +dbM +bDp +bDp +bDp +bDp +abj +abj +abj +dCA +abj +abj +bua +aaa +bua +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +aAe +aBV +aAe +aBV +aAe +aBV +aAe +aJy +aBV +leZ +aIw +aJO +aLf +aMG +aOb +aOb +aOb +aOg +vMy +aOg +bmN +aOb +baj +aYO +bmN +aOb +baj +aYO +bmN +aOb +baj +tFP +mRw +qnp +wsc +tFP +tFP +tFP +mlR +mlR +mlR +bEJ +mlR +bGz +bIq +bKd +bMg +bNZ +bWl +bRV +kPt +fHs +bXU +bZo +naq +cxG +aaa +czw +cjI +cqN +abj +abj +acF +aaa +czi +abj +abj +dQD +dvU +czw +aaa +cCg +cDt +dUI +bXU +reN +dsr +cIx +cJS +cMd +cMY +lQE +cOA +cIw +cTk +dji +dpP +cXY +vGZ +dpP +piV +fXm +vHx +dtQ +doz +bDp +jnp +dhy +psA +cSl +fie +cQz +dto +wDs +duU +bDp +bDp +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +abj +aAi +ayG +fOy +ayG +aAi +ayG +fOy +aIT +aEa +leZ +aIx +aJO +eQe +eIa +aOb +kze +uTD +kuK +brz +vkX +aXg +aTW +bak +bbM +aXg +aTW +bak +aVC +aXg +aTW +bak +bnS +bpy +olZ +btg +buo +bvD +tFP +ygX +bzN +vgD +bDm +bET +bGz +bIr +bKe +bMh +bOa +bjz +bjP +sQA +wrE +bXU +bZl +cbb +cxG +abj +czw +cjI +cif +aaa +aaa +acF +aaa +cif +aaa +aaa +cif +dvU +czw +abj +cCg +cbb +cDv +bXU +jUu +dsr +cIx +cXT +cLI +cMZ +ybQ +cIx +cIx +cLH +drn +kTo +sVv +cLC +dtP +cNh +cNH +drn +ddh +cWW +dnA +nbt +dkw +sOx +dpU +dpU +deJ +dkw +dlL +com +ble +mkp +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +aaa +aAi +aAi +aAi +aAi +aAi +aAi +aAi +aDC +aBV +aHa +aIy +gJL +pNz +mPY +jmi +xqG +cBK +aSA +vVn +aVD +aXh +rYV +bal +bbN +bdn +mZk +bgb +bbN +biN +fMM +bmu +bnT +bpz +brA +bth +bup +bvE +bwQ +byn +wVq +poK +klz +bEQ +bGz +bIs +bKf +bMi +bOb +bUq +bRW +bUi +dYV +bXU +cbc +esw +cgB +aaa +cHt +cjK +cob +cob +cob +cob +cuP +cob +cob +cob +cob +dUF +cPX +aaa +dqQ +hhD +dVy +bXU +nXR +drn +bZI +cIx +cIx +cIw +cIw +cIx +cRH +cTl +euI +uPq +cEI +riO +riO +riO +dmq +cWB +dHB +cWW +dnA +nij +dkw +dpS +slV +vky +cOH +deI +ePr +pNv +oQp +mkp +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +abj +aAi +ayG +ayG +ayG +aAi +ayG +ayG +aIT +aEa +aHa +aIz +aJR +hgs +hxO +aOb +aQT +kaq +pxC +hEc +aVE +aXi +aYy +aYy +aYy +bdo +aYy +aYy +aYy +bdo +bkz +bmv +kAy +bpA +brB +gWl +pUO +bvF +tFP +bzO +wVq +bBy +bDo +bER +bGz +nVq +bKf +bMj +bQd +nWx +bRX +bUj +jXC +bXU +bXU +jkM +bXU +cdc +abj +cif +cda +cgG +cgG +cgG +cpj +cgG +cgG +cgG +cda +cif +abj +cCf +bXU +wou +bXU +bXU +jUu +dhG +drn +cIv +drn +xoF +dhG +dpX +cRI +ivq +nvM +riO +riO +eIs +iNi +vJn +dmq +riO +ibS +dtN +dnA +dhO +deJ +dnx +eFX +uNM +cUU +uSh +deJ +deJ +mpi +mkp +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +aAi +aDC +aEa +aDC +aEa +aDC +aEa +aDC +aBV +leZ +aIA +aJR +hLA +pih +aOb +nPe +brz +aSD +ePS +aVF +aXj +aYz +bus +eUk +eUk +eUk +ban +aXW +aYt +bkA +bmw +bnU +bpB +brC +bti +buq +bvG +tFP +fBT +wVq +ebH +fGU +bES +bGz +bIu +bKg +bMk +bOd +bMk +bRY +bUk +bWn +bXU +bZp +hLU +bXU +bXU +cgG +cgG +cgG +cgG +cmQ +yar +onQ +yar +csp +cgG +cgG +cgG +cgG +bXU +bXU +uVM +cDz +jzw +qMB +dWg +drn +rMm +dtP +tmx +drn +drn +cNh +buM +cUS +riO +tZv +uaC +dzP +uqa +kTo +riO +drn +duQ +dnA +eNz +cTO +fqS +enE +ooN +vmb +xXt +cRK +xBJ +glZ +mkp +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +abj +dij +dij +abj +atd +atd +eKj +aCd +eKj +eKj +atd +atd +eKj +eKj +eKj +aCd +atd +leZ +aJS +hgs +jhJ +izz +kXZ +aQW +aSE +gsz +aVG +bgc +aYA +aYA +aYA +pwZ +aYA +bgc +aXk +biO +bkB +bmx +kAy +bpC +brD +btj +bur +bvH +ngU +vQw +hzs +bBz +bDq +bEU +bGz +bIv +bKh +bUl +bUl +bUl +bRZ +bUl +dfU +bXU +fEo +cbi +cdd +ceU +cib +cib +cib +cgG +cmR +cod +cpl +cqR +csq +cgG +cib +cib +cib +dWi +bXU +llJ +jEI +jzw +fzF +dsr +cHA +tJc +tJc +bSM +cMS +dmq +dmq +cJW +dmq +dmq +iIM +sVu +oPR +rcF +lZc +pLr +ucP +olk +vXM +cVn +jCq +bDp +dxX +cVs +dxX +bDp +cNa +obO +bDp +bDp +acF +abj +dCA +abj +abj +bua +aaa +bua +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +dij +abj +sso +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +aaa +abj +abj +atd +avx +uQW +ePt +rAC +rAC +wwE +kuJ +vJN +xiD +rAC +gba +aGd +leZ +aJU +uNZ +aMK +aOg +aPy +aQT +aSD +bMF +aSI +aXl +aVO +ban +bbP +ban +ban +ban +bhj +biP +pvZ +bmy +bnV +bpD +brE +pUO +mIs +bvI +tFP +mlR +mlR +mlR +bDr +mlR +bGz +bQi +bKk +bUm +bOf +bQi +bSa +bUm +bGz +bXU +bZr +dVU +bXU +ceV +cic +cjL +cjP +idF +pMU +coe +cpm +cqS +uqF +idF +cic +cjL +cjP +ceV +bXU +siP +bXU +bXU +vpq +drn +tJc +cJZ +sOU +cNe +ceM +dmq +cRL +cTm +eJb +riO +cOR +psZ +nxO +drn +mDm +riO +kTo +dkQ +vXM +dkp +bDp +bDp +qGj +nCY +xmq +vXM +bDp +vXM +bDp +abj +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +dij +dij +aaa +aaa +abj +aaa +aaa +dij +dij +sso +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +atd +pAQ +tEe +mPO +atd +fNN +aFd +axI +aFd +ayT +aCi +aCi +aDe +aFd +aFd +sQZ +aJF +leZ +leZ +vHD +aMJ +aOg +aPz +aQT +aSD +qYd +aVF +bgd +ban +ban +ban +ban +ban +bgd +dfJ +biQ +bkC +bmz +bnW +bpE +brF +btl +but +bvJ +ngU +uLB +gwB +bBA +fCc +eIk +kur +bIx +bKC +cRW +bGz +qWx +bSb +bIq +bOf +bXY +bZs +wVM +cde +ceW +bWK +cjM +cjQ +clr +cmT +cof +cpn +cog +cDG +clr +sMF +cjM +bWK +cAC +cAD +jTH +cDE +bXU +gZI +drn +cMS +lCu +iga +cOF +ddC +dmq +cRM +cTn +dWr +riO +nMR +ltb +drn +cSq +dgs +cEI +kTo +tnM +fTZ +ivn +dOD +duR +kyU +gKs +dpc +cPt +onr +uiy +cHA +abj +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +aaa +abj +aaa +aaa +dTV +dYL +dVn +aaa +aaa +abj +aaa +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +atd +atd +qWG +tCX +hGx +axl +avI +awI +axK +ayJ +azU +ayR +aAg +aCV +aEd +ayR +iyC +aJH +aIB +lZR +aLs +aML +aOg +mwK +aQT +aSD +oQJ +aVI +aXn +aYD +hTC +hTC +hTC +beK +thy +bhk +tBD +jtK +bmA +qnp +bpF +qnp +tFP +tFP +tFP +tFP +cLT +bKr +bKr +ndD +mmE +bGA +bIy +blx +bIy +bGz +bQk +bSc +bUo +bWo +bYc +bZt +cbl +cdf +ceX +wyG +wmc +cjR +cls +cmU +cqU +cpo +ePd +csu +cls +cuS +tuq +nmg +czk +cAE +cCm +cdh +bXU +vPi +cXU +cHA +cKb +cLO +cTG +ceM +dmq +cOG +cJT +cQJ +riO +drK +mdx +cKB +tYd +jit +riO +cWn +kTo +dtP +aRK +xyj +orW +deJ +cTh +rEf +cJK +mZS +dsr +cJK +abj +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +dTV +dYL +dVn +aaa +dTV +dYM +dVn +aaa +dTV +dYL +dVn +aaa +sso +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +raB +aaa +eKj +ndW +pJf +rwj +pJf +axl +avI +oql +axJ +aCp +ayV +aCS +aCS +aDh +aFl +aHc +uly +fhC +aID +kAG +aLu +aMM +aOj +aUM +aHG +aSD +qYd +aVJ +aXo +aXo +aOb +aOb +aOb +aXo +aXo +bhl +biR +jtK +bmB +bnX +tkz +brG +btm +buu +aOg +xNC +aFL +aFL +aFL +bKl +aFL +bQp +aFL +bKl +jsE +bGz +bQl +bSd +bUp +bWp +cxE +bZx +cbo +cdh +ceY +cig +cbn +cjS +bXU +sWZ +tXH +hWp +tsR +csv +bXU +huY +cbn +hfn +czl +cAF +cbo +cdh +bXU +tJR +dsr +riO +riO +dmq +dmq +dmq +dmq +cIH +hOr +cIH +dmq +dmq +riO +dmq +dmq +dmq +dmq +qvS +qvS +bDp +diq +diq +bDp +bDp +glO +bDp +vXM +yiO +dhG +cJK +aaa +acF +abj +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sso +aaa +dTV +dYM +dVn +aaa +dTV +dYM +dVn +aaa +dTV +dYM +dVn +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +raB +aaa +uUh +lWo +nIM +qEN +pJf +axl +avI +iVF +axL +ayL +azT +azT +azT +ayP +aCj +aDf +aFe +aHh +aID +aCk +ocA +tzp +aOg +mMM +aQT +aSD +qYd +aVI +aOb +aYF +qxs +skh +skh +oHi +aOb +bhk +tBD +jtK +bmC +aYK +bpH +brH +aYK +buv +aOg +wxg +gEt +bFp +bFp +bDu +bEW +bFp +bFp +bKp +bMu +bGz +bQm +bjT +blH +bWq +cxE +bZx +cbn +cdh +ceY +cih +cbn +cjT +bXU +bXU +sbW +cpq +aae +bXU +bXU +cjT +cbn +czr +czl +cAF +cbn +cDD +cEB +wfC +dsr +riO +cIM +cIM +cIM +ozO +xeI +cRN +isQ +rxP +bIb +xdE +cIH +qqy +qqy +cNi +dmq +czF +dhG +bDp +dYn +dYo +dmV +dpT +dpW +dso +bDp +cLZ +dhG +cJK +abj +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sso +abj +dTV +dYM +dVn +abj +dTV +dYM +dVn +abj +dTV +dYM +dVn +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ths +kaO +pJf +uoQ +dFi +auG +avI +fCZ +axM +ayM +mgh +mgh +mgh +raH +aCj +aEf +aFf +aHl +aIE +atd +aLp +atd +aOg +aPC +aQT +aSD +qYd +aVI +aXp +aYG +bdr +bbS +bdr +beM +bgf +bhn +biS +jtK +bmD +bnY +bpI +brI +brI +buw +bvK +qCc +byv +bKr +bBE +bKp +bEX +bGD +bFp +bKp +vdh +bGz +alD +bTV +bWI +bOf +cxF +bZx +cbo +cdh +ceZ +cgM +cij +cjU +cmP +cmO +wXM +fbB +rlB +rvD +ghP +jog +cij +cgM +czm +cAF +cbo +pdl +bXU +egM +dhG +riO +nYF +cKn +cIM +tHQ +dHk +lnL +drz +cTz +tZe +izJ +cOJ +qqy +cKq +cNi +dmq +cWn +dhG +vXM +sTe +cTO +cwq +dYw +dYA +cPT +drl +yiO +dhG +cHA +abj +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +dTV +dYM +dVn +aaa +dTV +dYM +dVn +aaa +dTV +dYM +dVn +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +atd +atd +ufU +iWM +pJf +sdI +aLu +qhe +axO +ayO +pyQ +aik +sqD +ksd +ayM +ayM +wBz +aHh +aIF +atd +wgY +eMw +aOg +noD +aQT +aSD +qYd +aVI +aOb +sHf +bas +bbT +bds +dOB +aOb +bhk +aZm +jtK +bmE +bnZ +bpJ +brJ +btn +bux +aOg +kur +kur +kur +nEp +uCF +bEX +bGE +bEX +bKp +pWA +bGz +bGz +bWq +bGz +bGz +bXU +cbu +cbn +cqX +cfc +bWK +bWK +bWK +bWK +bWK +nFa +nWg +cqX +bWK +bWK +bWK +bWK +bWK +bWK +cCe +cCo +cDH +qIe +seN +dhG +dmq +cIM +cIM +cLR +cOL +eOU +cQP +ozJ +cTz +lcl +aKM +qqy +cNi +cKq +dbZ +dmq +dfS +dsr +bDp +dky +dlL +dmS +deJ +cNF +wnI +drl +yiO +drn +cJK +abj +abj +aaa +dCA +abj +acF +bua +aaa +bua +acF +abj +abj +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +aaa +dij +dij +aaa +dij +aaa +dTV +dYM +dVn +aaa +abj +dYN +abj +aaa +dTV +dYM +dVn +aaa +abj +dij +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +eKj +pJf +pJf +rwj +pJf +vOo +avE +eiU +axP +ayM +azZ +azZ +azZ +gLW +upc +pcM +aJs +aHl +aIG +aJV +lSE +xCp +gML +ihk +aQT +aSD +qYd +aVL +aXo +aXo +aOb +aOb +aOb +aXo +aXo +bho +aZm +bkI +bmF +boa +bpK +brK +nzm +odQ +aOg +bwY +bOg +eLd +bBG +bKp +bFp +bGF +bEX +bKp +blp +bOg +bQq +bWK +bWK +bYo +bQr +bZx +cbp +mMt +gTA +mMt +jFV +mMt +jFV +mMt +sWJ +peH +cfb +cgN +cfb +cgN +cfb +cgN +bos +cAG +cCp +cdh +bXU +tuP +drn +dmq +cIL +cIL +cIL +cIL +cOT +cVG +dla +ybB +xrP +unt +qqy +qqy +cKq +dcd +dmq +cZm +dhG +bDp +uUA +dlL +deJ +dlL +dYB +oER +drl +mar +cXU +cJK +aaa +acF +abj +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +acF +abj +abj +abj +acF +aaa +aaa +abj +abj +abj +dij +abj +abj +abj +abj +abj +abj +aaa +aaa +dYN +abj +abj +abj +dQB +abj +abj +abj +dYN +abj +aaa +aaa +abj +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +raB +aaa +onA +nUR +qdE +oKV +pOi +lqL +fjw +lNO +nUm +kJd +aAa +aBX +qQH +mxm +aAa +aCZ +rZo +aGi +aIH +aJZ +glw +sfh +aOm +aTT +jhG +aSH +cwX +aVI +thy +bbR +qYa +qYa +qYa +rKn +aXn +bhk +biU +bkJ +bmG +bob +ghu +bob +pfh +hKQ +bvM +bwZ +byx +bzV +bBH +bDx +bEZ +bGG +bIC +nhh +bMt +bNU +bQA +bSh +gMx +cbR +cia +vcm +cbq +cdk +cfe +boA +cjN +boA +boA +coc +tEC +eRH +cqV +cAB +ctG +cuV +cAB +cAB +dWa +cAB +cAB +cDJ +bXU +dkB +dlM +dmq +cIM +cIM +cIM +cOI +gNm +cQP +cUX +cTz +ecY +cKm +qGa +qqy +cKq +qqy +dmq +cZw +cZw +vXM +vXM +cRK +deJ +oSd +dpV +drh +drl +mar +drn +cJK +abj +abj +aaa +dCA +abj +acF +bua +aaa +bua +acF +abj +abj +acF +aaa +aaa +aaa +acF +abj +abj +acF +aaa +aaa +dij +abj +aaa +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dQB +dYR +dYS +dYS +dWc +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ths +pJf +pJf +rwj +pJf +uJs +awP +fzx +axR +ayM +aAb +aAb +aAb +duJ +mxG +pcM +gwO +wQE +iZL +lZR +stW +hiq +aOk +aQZ +aQT +aSD +aUe +aVN +aXr +aYJ +bau +bau +bau +aXG +aXr +sGz +biV +bkK +bmH +boc +bpM +okF +fzu +byu +aOk +ixA +bOi +caH +bBI +bDy +bBE +bGH +bHh +bFp +wNF +bOi +bRS +cAB +gbe +cfB +uma +bZA +cbo +cdl +cfd +cgO +cil +qtJ +clu +coh +iCS +vTK +cqZ +css +bQr +byr +cwx +cxK +czs +cAI +cCr +byr +lJP +jSH +knX +riO +dmf +cKq +cIM +jVK +cQG +lnL +gLk +cTz +cRG +pSX +cOJ +qqy +cNJ +qqy +dmq +aEu +dkz +rRS +vXM +cIJ +dmT +vWT +dio +cTy +vXM +dtM +ddg +cHA +abj +aaa +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +acF +abj +abj +abj +acF +aaa +aaa +acF +abj +abj +abj +abj +aaa +dQB +abj +abj +abj +aaa +aaa +dYI +abj +abj +abj +dQB +abj +abj +abj +dYI +abj +aaa +aaa +abj +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +atd +atd +kqp +gWk +pJf +dFZ +iqR +hwu +axS +ayO +oHg +qEB +jhz +nDt +ayM +ayM +oVs +aHh +eEd +atd +jMo +rbo +aOg +aPG +aQT +aSD +aTZ +aVF +aXs +aUQ +dkD +aOp +aYK +aXN +ijT +mzZ +ban +jtK +bmI +wkD +wkD +cHf +gfN +vfV +wkD +wkD +wkD +wkD +wkD +wkD +bFb +bGI +bFp +bFp +bMv +kur +byl +bWt +kkD +bWt +byl +snc +rBT +cdl +wzK +cgP +cim +cmM +nNM +cmV +cra +juz +cra +cmV +nNM +wLp +edl +wpe +cCd +wpe +eVs +jim +lJP +jSH +dsr +riO +cIM +cIM +cLR +cNq +mJn +cQP +cTp +ybB +cWm +xdE +cIH +cNi +qqy +qqy +dmq +dkA +dri +cYT +bDp +bDp +vXM +bDp +bDp +vXM +vXM +dtM +drn +cJK +abj +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +abj +aaa +acF +abj +abj +acF +aaa +aaa +dij +abj +aaa +dYI +aaa +aaa +dij +aaa +dTV +dYO +dVn +aaa +abj +dYI +abj +aaa +dTV +dYO +dVn +aaa +abj +dij +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +raB +aaa +eKj +tUw +pJf +rwj +dFi +auG +che +hZW +axN +ayM +aAd +pJw +aAd +raH +aDc +aEj +aGa +aHl +oan +atd +atd +atd +aOg +dVX +aQT +aSD +aTZ +aVF +bgg +bkL +bgg +ban +ban +tiC +bgg +ban +ban +jtK +mtt +wkD +sgF +vEQ +sBZ +tbo +hfm +iDP +wfP +gcb +vbB +wkD +oon +bGH +mqW +duC +acn +kur +bOn +bQt +lwE +bWu +clo +bZB +eek +eKy +gnD +iUa +cjO +mqn +nNM +upe +poR +wZl +crb +cst +nNM +cuY +uTO +heu +lIc +tCG +cCt +rkO +lJP +tkY +dhG +dmq +cIL +cIL +cIL +cIL +cOW +cRP +vDo +tAt +cVh +cIH +cIH +cIH +cIH +dmq +dmq +tJc +kFg +djg +mOI +cNo +dpX +iyA +vPh +eYd +dhJ +drk +dsr +cJK +aaa +acF +abj +dCA +aaa +aaa +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +abj +abj +abj +dij +abj +aaa +dYJ +aaa +aaa +dij +aaa +dTV +dYO +dVn +aaa +dTV +dYO +dVn +aaa +dTV +dYO +dVn +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +uBp +lWo +vKK +bnK +pJf +axl +che +cJs +axL +ayP +aBf +aBf +aBf +ayL +aDc +aEj +aFi +aHm +oeZ +aJY +aLv +kNF +aOg +sQf +aQT +aSJ +aUf +aVP +aXu +aYL +aXu +pRQ +bbW +beP +bgh +bhp +bhp +bkN +cjC +wkD +gTF +vvh +red +tbo +hkc +reU +wpz +kdI +vPa +wkD +guQ +iud +pCV +kur +kur +kur +wCj +bIA +pAv +bWv +bwP +bZC +cfg +cdn +cff +clv +bXU +bXU +nNM +mPT +qbl +qNb +pnM +pnM +nNM +xTK +cwz +oYw +psn +hkj +cCt +uAY +lJP +efk +dsr +riO +cIM +cIM +cIM +cOO +cRQ +cQP +cUX +cTz +dWp +lOB +cYi +cIM +cIM +dmq +deM +cMS +xPG +evu +dcY +mOI +dmX +ocg +dYr +dYC +dhJ +mZS +dsr +cJK +abj +abj +aaa +dCA +aaa +aaa +abj +aaa +abj +abj +abj +aaa +aaa +aaa +abj +aaa +aaa +dij +dij +dij +abj +abj +abj +abj +aaa +dYJ +abj +aaa +dij +abj +dTV +dYO +dVn +abj +dTV +dYO +dVn +abj +dTV +dYO +dVn +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ths +tQK +pJf +rwj +pJf +axl +che +uMY +nbG +ayI +azV +aCU +aCU +aEe +aFV +aFV +dEE +hox +tep +oox +aLw +pJP +aOg +vRU +aQT +aSK +aUg +hAZ +aXv +aYM +bax +qbb +bdt +beQ +bgi +jJc +biZ +bkO +bmL +wkD +vDT +gga +qUx +kMH +tFq +rtz +vkw +rsW +naD +wkD +bFd +bGK +bID +kur +taB +bgw +jkP +bSm +xtv +kaP +bwP +bZD +cbv +cdo +ciX +clv +cin +cjV +nNM +cmY +cos +cpz +crf +cIN +nNM +jpy +uTO +oYw +mYk +hkj +cCt +ohQ +lJP +efk +dsr +dmq +cKk +cKn +cIM +cOQ +cQG +lnL +cRR +ybB +dWq +dzQ +cIM +cKq +gKf +dmq +dmq +dmq +dmq +dmq +cJK +cJK +cJK +cJK +dmq +riO +riO +yiO +dhG +tJc +abj +aaa +aaa +qDh +hOf +hOf +hOf +dEc +acF +aaa +abj +aaa +aaa +aaa +abj +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +dPp +fmD +xkg +abj +dij +aaa +dTV +dYO +dVn +aaa +dTV +dYO +dVn +aaa +dTV +dYO +dVn +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +atd +atd +uYk +tYw +wqp +axl +che +pYc +axV +ayR +aAg +ayR +aAg +aDd +aEm +aFj +rfH +mZv +aMM +kzE +nRx +oHK +aOg +aQZ +aQT +aSL +aUh +aPH +aXw +aYN +bay +aPH +bdu +beR +bgj +bhr +bja +bkP +bmM +wkD +sFo +qDj +krP +lzl +awV +hvv +nKz +ket +mjH +wkD +bFe +bGM +kIs +kur +gVE +bIA +bIA +bIA +ffq +bWx +bwP +fQU +cbw +cdp +cfh +clv +cHk +cio +nNM +cmZ +cor +cpz +crg +crg +nNM +sxp +cwz +udo +wgE +hkj +gCT +vNF +lJP +efk +uFO +dmq +cIM +cIM +cLR +rqn +cQI +cQP +cUX +cTz +dWu +cNk +cIM +cIM +cIM +dmq +abj +abj +aaa +aaa +abj +abj +aaa +aaa +abj +abj +riO +dtO +duX +tJc +gQW +shb +gHy +shb +gHy +shb +gQW +ixr +gQW +aaa +abj +aaa +abj +dij +dij +dij +dij +dij +abj +dij +dij +abj +aaa +abj +dPp +nrw +dPp +abj +raB +aaa +dTV +dYP +dVn +aaa +dTV +dYO +dVn +aaa +dTV +dYP +dVn +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +aaa +atd +pAQ +jqX +mPO +atd +rfT +aCW +bai +ayK +azW +aCW +aCW +aEl +ygd +exZ +aHp +aMM +gBF +auK +qaS +aes +aOl +aOg +vMy +aOg +aUi +aOb +aUi +aYO +bmN +aOb +baj +aYO +bmN +aOb +baj +aOg +bmN +wkD +iYd +pAg +nft +nzL +kSk +mmP +qLD +wGg +uWI +wkD +bFf +bGL +bII +kur +bMA +lxJ +fwJ +nIc +iWI +bWy +bwP +bZE +cbx +cdq +cfi +clv +cip +cYb +clw +aLM +lQC +cpA +crg +csx +nNM +qGy +mBB +tci +iRp +pzF +upX +ppP +lJP +uNf +ezh +dmq +cIL +cIL +cIL +cIL +cIL +cQN +fTj +dWm +cIL +cIL +cIL +daD +cIL +dmq +abj +oIJ +dFm +oIJ +dFm +dFm +dFm +oIJ +oIJ +abj +dmq +mar +drn +yja +gQW +sfD +owG +pgM +cBR +wzR +mGS +rJR +gQW +abj +abj +abj +abj +aaa +aaa +abj +aaa +aaa +aaa +abj +aaa +abj +aaa +dPp +dPp +nka +dPp +dPp +aaa +aaa +aaa +abj +aaa +dKz +dTV +dYP +dVn +aaa +aaa +abj +aaa +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +aaa +atd +eFV +qdk +axW +hEn +gBo +waQ +pSJ +fpf +qOQ +vHB +aGc +aJG +atd +atd +atd +atd +atd +abj +inh +wRk +baN +wRk +baN +wRk +yfe +aSM +buX +aSM +bbF +aSM +buX +bkQ +aOW +wkD +wkD +qaQ +wkD +iyh +uqf +yhb +apr +usF +wkD +wkD +bFg +bGN +bIK +ePn +bwP +gsw +iHf +cSk +bwP +bwP +bwP +clv +clv +clv +clv +clv +ciq +cjX +nNM +cIP +bsc +bvc +bwu +csz +nNM +vLS +cwz +oYw +dIZ +hkj +gCT +mpS +lJP +fnz +dlM +dmq +cIM +cIM +cIM +cOP +cVb +cQP +iMO +cTz +dWp +cAZ +cYi +cIM +cIM +dmq +aaa +oIJ +xYj +uDz +hjZ +ivA +dmZ +ivA +oIJ +aaa +dmq +mar +drn +sSz +gQW +uoa +sqF +gCG +xag +uIE +dcZ +xxL +gQW +aaa +aaa +aaa +abj +dij +dij +dij +abj +dij +dij +dij +aaa +abj +aaa +dPq +dPZ +rXy +dRo +dPq +aaa +aaa +dij +dij +aaa +aaa +aaa +abj +aaa +aaa +sso +dij +dij +sso +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +fOs +fOs +abj +abj +abj +abj +atd +atd +atd +atd +dLX +dLX +atd +aCk +iGI +ths +ths +atd +atd +atd +aaa +abj +biW +abj +aaa +abj +aOg +jwd +aVR +xgF +aOg +wWl +aVR +lOm +aOg +wWl +aVR +lOm +aOg +aOW +bcP +bpU +bty +bty +saJ +bvT +bty +byF +bty +bfE +bty +bty +bGO +bWz +bWz +bOh +bWz +kvm +bWz +bUA +bWz +bYe +cHA +cby +cdr +lxT +drn +cLA +cQu +nNM +cnc +cnd +gng +cnb +fDh +nNM +jpy +cwz +oYw +nqj +scc +dAI +psB +lJP +efk +dhG +dmq +cSi +cKq +cIM +cQF +cQG +lnL +cGt +ybB +dWq +eau +cIM +cKn +dox +dmq +aaa +dFm +jEZ +adR +adR +tOT +tOT +nMX +oIJ +aaa +riO +mar +ddh +oJn +gQW +jqA +xKC +scU +dov +dqm +gFm +vHE +gQW +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +aaa +dPq +dQa +dQJ +dRp +dPq +aaa +aaa +aaa +sso +aaa +dij +dij +abj +dij +dij +sso +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +abj +aaa +abj +aaa +aaa +abj +aaa +abj +aDZ +aDZ +abj +abj +aFz +aEp +aJz +aEp +aJz +aEp +aJz +aEp +aJz +aOU +abj +abj +aOg +ihK +vom +oeB +aOg +eXU +qWZ +vIR +aOg +ffd +mIh +uYX +aOg +aOo +bcP +bpV +brU +xTV +pBh +qSI +bxf +byG +bAe +bBO +bDC +bDC +bGQ +wtk +wtk +wtk +wtk +sfa +wtk +bUB +shr +bYf +iPE +cdg +iMn +glK +rNU +xDT +jlS +nNM +npj +cou +cpB +cnb +cuT +nNM +vLS +cwz +udo +oEJ +hkj +cCt +iVI +uwp +uNf +dsr +dmq +cIM +cIM +cLR +pPK +jxN +cQP +iMO +cTz +cWE +drA +cIM +cIM +cIM +dmq +abj +dFm +cPe +iMI +iMI +wpE +rQZ +din +dFm +abj +dmq +yiO +ddh +xIU +drB +gQW +kvA +gQW +gQW +gQW +gQW +gQW +gQW +raB +dij +dij +ddy +ddy +ddy +ddy +ddy +ddy +ddy +ddy +ddy +ddy +ddy +dPq +dXH +dRb +dRq +dPq +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +apG +apG +apH +apH +apH +apG +apG +awX +awX +awX +awM +awM +awX +awX +awM +awM +awM +awX +awX +awX +awX +awX +awX +aOW +aaa +abj +aOg +aUm +aVT +aUn +aOg +baA +bbZ +baB +aOg +bgl +bht +bgm +aOg +aOW +bcP +xMj +ttb +btA +buK +buK +bxg +byH +bAf +bfG +brV +brV +bGR +brV +brV +brV +brV +bQw +brV +oAE +bYg +bYg +cHA +cHk +dhG +cNh +ctS +dtP +jTE +nNM +cne +cph +cpC +crh +lHr +nNM +eQc +cwz +kAl +qEm +nvh +gCT +vWm +lJP +gJG +dhG +dmq +cIL +cIL +cIL +cIL +cOW +ebU +obW +cTA +cOT +cIL +cIL +cIL +cIL +dmq +abj +oIJ +xJD +bSj +fOB +erA +cXa +pnB +dFm +abj +riO +yiO +iFS +dgt +dkI +sBp +kMx +dvq +dly +dkI +aIT +aet +aet +aet +sHa +ddy +ddy +hEl +dOO +dOO +naA +xVf +dRL +hwI +ddv +dbp +dOO +dPq +dPq +dRc +dPq +dPq +ddy +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +apG +aqv +aro +aqw +ate +auh +auL +aor +aor +aqF +ayW +ekv +nlN +diK +pCe +piQ +piQ +jeZ +hwF +nlN +aKa +aNe +awX +aOo +abj +abj +aOg +aUn +aVU +aUn +aOg +baB +bca +baB +aOg +bgm +bhu +bgm +aOg +aOo +awX +igB +brW +brW +brW +brX +brW +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bVC +cjA +cpP +cHA +cHA +cbB +dlM +cfn +dlM +dhG +fCe +nNM +cnf +cov +jzI +csw +dxm +nNM +sHJ +kOW +qTF +laQ +gaB +djv +kpD +lJP +gJG +drn +dmq +cIM +cIM +cIM +woo +cZq +cQP +iMO +cTz +hEv +ygz +cYi +cIM +cIM +dmq +aaa +dFm +gNd +mRq +aVs +uah +dYq +dYq +oIJ +aaa +riO +fdt +bEc +fWK +dkI +jkk +kMx +htH +iBy +dkI +gRW +aet +aet +hAD +fOy +ddy +mWO +dbp +fhI +dOO +dcA +ddv +dbp +dOO +dbp +dOO +dPr +deW +dOQ +kep +dbp +dSn +dlc +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +apG +aqw +arp +arp +arp +aui +apG +aor +awW +axY +azb +ltH +ayC +aVK +qIE +igI +qxU +azb +aCo +aCl +dLy +aLx +awX +aOW +aaa +abj +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOg +aOW +awX +lfQ +brW +aaa +aaa +aaa +aaa +bxh +bAg +bBP +bDE +bFi +bGS +bIN +bKy +bMC +bOq +bxh +stv +oAE +bWH +cHA +bZG +drn +cLA +cfo +drs +drn +ivq +nNM +clw +nNM +nNM +nNM +nNM +nNM +lJP +lJP +lJP +lJP +uwp +uwp +lJP +lJP +uNf +dhG +riO +pRI +cKn +cIM +cQL +cQG +lnL +rXW +ybB +dWq +mtx +cIM +cKq +doQ +dmq +aaa +oIJ +kfh +mSF +aVs +uah +dYq +old +oIJ +aaa +dmq +yiO +dhG +dkI +vOI +dhB +fQr +kgO +jUs +vOI +vOI +dkI +abj +fOy +ayG +ddy +dOO +dbp +iVX +iVX +iVX +xtZ +xtZ +iVX +iVX +dOO +dPs +dOO +dEi +dOO +djA +dSp +dlc +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +apH +aqx +arq +aro +atf +auj +apG +avL +ayC +axZ +ayX +eTV +aBo +aVK +lnW +bkg +awX +vCV +gLL +kzN +avZ +asq +awX +aFz +aJz +aEp +aJz +aEp +aJz +aEp +aJz +aEp +aJz +aEp +aJz +aEp +aJz +aEp +aJz +bRm +awX +xYS +brW +aaa +buL +vyN +bxh +bxh +bAh +bBQ +bDF +bDF +bGT +bDF +bDF +bDF +bOj +bxh +bjU +xnm +bWE +bYi +drn +cHr +drn +drn +drs +cHr +jTE +clx +drn +drn +dhG +dpX +tlq +aqD +drn +drn +drn +drn +plR +dhG +drn +drn +gJG +awL +riO +cIM +cIM +cLR +gLY +jxN +cRZ +vYO +pjx +cWF +cWs +cIM +cIM +cIM +dmq +abj +oIJ +rSG +rSG +aVs +uah +nwD +nwD +oIJ +abj +dmq +yiO +dsr +vOI +icL +uox +qIZ +pUB +rtn +aGx +ejJ +gpn +vfh +fOy +ayG +oJY +dOO +rQu +iVX +sab +jrK +kIP +lRc +rYP +xdd +dOP +dPt +dbw +dbw +dbw +aiL +dbw +dbw +dQS +dbw +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +apG +aqy +arr +fhp +atg +auk +apG +ekv +hwF +hwF +ttm +ezo +aBp +aVK +wWi +aor +awX +awX +awX +rXQ +wuK +ayC +awX +awX +awX +awX +awX +awM +awM +awM +awX +awM +awM +awM +awX +awM +awM +awM +awX +awX +awX +inc +brW +aaa +vyN +bvW +bxj +vyN +bAi +bBR +bDH +bFj +dUB +bIJ +bKu +bBR +bOr +bxh +bty +oAE +bWH +cHA +bZI +cbE +dhG +nCT +tUs +glK +uyc +eqO +rua +xDT +tUs +tUs +cKc +xDT +xKL +hoj +glK +fuJ +glK +glK +cDR +xDT +eGn +riO +riO +cIL +cIL +cIL +cIL +cOY +cSb +uLq +cSb +cOY +cIL +cIL +cIL +cKr +cKr +cKr +dFm +dFm +dFm +mcM +weO +dFm +dFm +dFm +cKr +dmq +omF +cHA +vOI +lKp +cYq +cWR +uUX +dyz +qJA +wbZ +tTk +cyc +cyc +jMN +oJY +dik +ugI +iVX +hDz +kIP +hbN +wgx +fHD +xdd +dOO +dXo +dQb +dQN +dRm +dRD +qSa +dSA +dTf +dQb +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +knM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nhn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +apH +aqz +ars +ars +ath +ars +nBi +avM +aor +aya +axY +aAk +asq +aVK +nQL +azb +gZU +oDU +aCl +aCl +rOm +hwF +ifb +vjX +fWP +xER +xER +gsB +izZ +fvB +fvB +hjU +uUP +uUP +vYE +oci +aEt +kRd +mrP +hSa +vMo +tXZ +brX +aaa +jvp +bvX +bOs +byI +bOs +eRb +eRb +eRb +bGP +tpn +sav +sav +kSc +bUr +hEF +bjp +bWG +bYj +bYj +bYj +bYj +lBa +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +drn +dhG +xOv +dmq +cIO +cIO +cIO +cIL +cRS +cQO +sJD +trn +sJD +flG +gwh +pGk +dWv +cKr +oMh +tGY +dnk +cir +dFm +gyD +hxB +dFm +tGl +oMh +cKr +kdm +lbg +pmA +dkI +wkT +rQp +wIR +wfa +dyz +qJA +ulH +dkI +ivD +ivD +ivD +dkI +dik +dOO +iVX +aeT +pCi +hxc +uho +nmk +lTY +dgR +dPv +dQc +saU +dRr +dRK +dKm +dSF +dUi +dbw +sso +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +acC +aef +aef +acC +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +syc +ebA +ebA +acC +abj +abj +abj +abj +abj +abj +abj +apH +aqA +art +ars +ati +ath +auM +dLy +awX +awX +awX +awX +aDH +awX +nBv +aor +aor +aor +dee +upl +aor +eVT +atx +awX +mzd +aor +mEH +kno +gGM +azb +dSe +baC +bcb +azb +rbI +wRP +jRf +aor +aCo +azb +azb +wgF +brW +aaa +uqc +bvY +bxk +uqc +bAi +bBR +bDJ +bFk +mCN +bIO +uro +bBR +bOt +bxh +bty +oAE +bWH +bYk +gWf +cbF +cdx +cfq +cgW +cgX +ctL +idr +bYj +cow +cpH +bYj +gFB +bZO +bYj +cwE +cxV +czy +bZK +bYj +pvh +dlM +huN +dmq +cIO +cKp +rVu +cpZ +cOV +cVf +cVf +mFF +cVf +cVf +cTz +kmi +tag +cKr +kQt +mod +mod +mod +kGI +les +gkc +tJj +mod +dXv +cKr +dCU +nSl +rOe +iss +aYb +plr +nLy +ecs +dyz +iTn +wbZ +vaZ +wRN +cKu +sMj +dkI +dOO +dEi +iVX +rKL +wgx +qPg +kIP +kIP +iVX +dEi +dPy +dQe +dRj +dRB +dRQ +dBC +dSG +dUl +aKL +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +acC +afb +afb +acC +abj +aaa +abj +acC +acC +acC +adb +acC +acC +acC +abj +aaa +abj +acC +afb +afb +acC +abj +aaa +aaa +aaa +aaa +aaa +abj +apH +aqB +aru +asl +atj +aum +apG +qlg +awX +ayb +ayX +aor +fQx +awX +awX +awX +axY +ayC +aVK +aVK +ayC +wFg +awX +nRE +mzd +aor +baF +baF +oCt +baF +baF +baF +gwd +baF +beS +baF +baF +baF +baF +baF +aor +jlj +brW +aaa +buL +uqc +bxh +bxh +bAp +bBT +bBT +bBT +bGX +ofl +bBT +bBT +bOu +bxh +bty +oAE +bWH +bYk +gWf +rVG +gqz +cfq +gWf +ciu +gqz +iWn +bYj +hVH +bvL +bYj +obE +ukR +bYj +eWo +cxW +crn +cAT +bYj +exk +drn +efk +dmq +cSC +uoL +lfz +iXW +lnL +cPc +cQK +cQV +dpM +cWG +tjM +cKr +cKr +cKr +mHK +mdg +mdg +oNc +vZO +vZO +wDU +duV +sJk +wzA +nag +aTr +mcg +hiH +ddr +qhG +pLU +eNq +mpV +iYj +ist +dOz +vaZ +ieu +vBO +hss +dkI +tYD +rQu +iVX +gDw +wtM +qPg +sqZ +lRc +iVX +dhx +dRE +dQf +ena +pVP +dRZ +fpr +dSO +dUS +dTW +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adb +acC +adb +acC +acC +acC +acC +aef +aef +adb +acC +acC +adb +acC +aiE +aiE +vVB +nzd +ajf +adb +adb +acC +acC +adb +ebA +ebA +acC +adb +adb +adb +adb +adb +adb +abj +apH +aqC +arv +laV +atk +iSg +auN +sKM +wDr +cQn +xmk +iHP +lPp +eVA +cwI +aEr +wZI +aOq +aOq +aOq +aOq +aOq +aOq +aOq +aPK +oEi +baF +aMW +aVV +qzR +fnt +baF +aMi +nvd +uXF +hNS +aCL +bjc +vDX +baF +axY +gve +brW +aaa +aaa +aaa +aaa +bxh +bAk +bBU +bDI +bFl +bGY +bIR +bKB +bME +bOw +bxh +bSy +oAE +bWH +ctU +cnl +btc +cnl +teI +cnl +sQX +cnl +kXs +bYj +gtO +mWa +bYj +gtO +xWK +bYj +cwG +cxX +czA +ctH +bYj +drn +drn +efk +dmq +cIO +uoL +lfz +cWD +cNl +cWA +hfh +cyE +iMO +cVf +rKq +cKr +dmW +cTr +hYv +cMm +cSt +hnH +hnH +lGl +dih +lSc +dYG +cRd +cKr +hHk +kuI +dCU +kBZ +hMD +jeJ +fqr +tam +tam +dBf +xkJ +vaZ +jzV +cRy +qwo +dkI +dbp +rQu +iVX +wgx +kIP +qPg +kIP +kIP +xdd +dbp +dPy +dbw +dQP +dRF +dSc +dSb +dSQ +djl +dbw +sso +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acC +acC +hLF +afb +tXb +adZ +san +adZ +aeI +adZ +adZ +afJ +adZ +adZ +agd +age +adZ +adZ +adZ +adZ +adZ +krr +tfE +adZ +san +oAP +adZ +adZ +adZ +adZ +mTu +amL +bKz +wSO +adb +abj +apH +aqz +arw +ars +ars +grn +apG +lny +awX +aor +oiP +kaL +aCl +aVK +eFG +azb +azb +oEi +ayX +exE +azb +ayC +apK +lhN +aPL +oEi +baF +iCY +nDZ +uOS +fEG +baF +bjf +hYD +mEz +dtp +jDE +qXy +ctV +baF +aDG +pac +brW +brW +brW +brX +brW +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +bxh +cWa +oAE +bWH +hCZ +cnl +mVU +hsX +lCU +vlM +htD +ksL +mzz +bYj +iGF +bYj +bYj +iGF +bYj +bYj +cwH +cxY +cuG +cAU +bYj +drn +drs +efk +riO +cIO +bQx +sau +cIL +mDl +dny +mpd +jLf +vKs +iev +uBW +cKr +cNG +cMm +plm +cMm +oOZ +wcV +dff +dff +dff +dwi +oKU +dwm +dwi +dwi +jvS +ddy +dkI +oBZ +sCD +mNC +vhS +dxv +jJj +jFu +vOI +dkI +dkI +dkI +dkI +dOO +haA +xdd +rsX +nvl +qPg +kIP +kIP +xdd +dOO +dSW +dbw +dQR +dRs +djZ +qSa +dSI +dTl +dQb +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rRf +nVD +rRf +vsW +afh +aea +oYY +uks +aeJ +uks +uks +uks +uks +uks +uks +szQ +uks +uks +uks +uks +cMP +uks +uks +uks +aNH +uks +uks +uks +uks +nyB +oCV +gQF +rUl +gEs +adb +abj +apG +aqy +arr +ars +arr +auo +apG +tqg +aVK +aVK +aVK +aVK +aVK +aVK +hWh +wRZ +awM +axY +wRZ +gSs +gSs +gSs +gSs +gSs +mTQ +aor +baF +aMW +xwU +nLp +aYQ +jjl +cYG +sMz +nwZ +fuN +xWk +qQN +vDX +baF +bgn +jwL +kUB +kGx +kGx +efj +ign +byJ +ewi +ovC +dCF +rhA +bgL +mPe +dCF +mWM +bOv +xrW +tro +dPd +bWH +bYk +bZN +gWf +cdA +gqz +kXs +ktV +cnl +kXs +sHl +kXs +kXs +clC +kXs +pPR +bYj +abw +cxZ +cnl +cAV +bYj +drn +dlM +dsp +dmq +cIO +cIO +cIO +cIL +cOS +cgZ +cKr +cKr +cTM +cKr +cKr +cKr +cND +cMm +dau +pnV +cQA +vCD +duj +pCm +iWz +dwi +dmR +cxq +dpQ +dwi +uUM +dVd +dkI +dkI +vOI +vOI +dkI +dkI +vOI +vOI +dkI +dRL +dOO +nmA +ddy +dOO +dOO +xdd +lRc +fHD +nNZ +kIP +lct +iVX +dOP +diD +dbw +dbw +dkh +dkh +dkh +dkh +dkh +hDF +fxQ +fxQ +fxQ +fxQ +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acC +acC +acC +adu +sMV +aeb +ryh +aeb +aeO +aeb +aeb +eCj +aeb +aeb +ltw +agB +aeb +aeb +aeb +aeb +aeb +aeb +aeb +qQS +ryh +aeb +aeb +ltw +aeb +reW +amB +amL +ant +anP +adb +abj +apH +aqE +ary +aso +atn +aup +auL +gxW +aVK +jwG +aEg +pUN +oky +awX +eFG +ayX +aor +aor +aor +gSs +uvE +gSs +bLk +gSs +mTQ +aor +baF +sKG +iXn +rdq +eqq +baF +tyb +tGh +mui +pcm +xWk +buR +mFi +baF +lHI +aor +aor +azb +ayX +aor +aor +ixZ +bOC +bOC +bOC +bOC +bOC +bOC +bOC +bOC +bOC +bOC +bSy +oAE +bWH +bYj +bYj +bYj +bYj +bYj +gxV +ciy +cwJ +cwJ +cwJ +crm +ckj +cwJ +cwJ +cwJ +uoj +cwJ +nLA +cnl +cAW +bYj +pvh +dlM +pIR +dmq +riO +riO +dmq +dmq +dmq +dmq +cKr +cTD +iZl +cWI +cWU +cKr +uFj +cMm +omA +tiL +dvg +cKo +cWY +psN +duS +dwi +dWl +dwk +dwl +dwi +myR +dbp +ddy +ssK +dzb +dcA +czR +dbp +ddv +dmY +ddy +dOO +dOO +vfg +ddy +dbp +dOO +xdd +qJb +kIP +kIP +kIP +nOO +iVX +dbp +dPA +dbp +orU +tzW +dko +dkC +dSH +dVo +fxQ +uKo +dIE +dOT +fxQ +fxQ +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adb +acC +adb +acC +acC +acC +adb +acC +acC +adb +acC +acC +adb +acC +acC +acC +acC +ajy +aiF +aiI +ajy +acC +acC +acC +acC +adb +acC +adb +adb +adb +sgZ +qpo +adb +abj +apH +apH +apH +apH +apG +apG +apG +lny +aVK +wWH +qZx +uAA +qoM +awX +rHd +aor +xej +teK +teK +gSs +rvI +gSs +aMY +gSs +mlS +lfd +aRm +aYQ +aYQ +eLu +uQx +aYZ +aYZ +aYZ +aYZ +oCt +bhv +bje +baF +baF +baF +baF +baF +baF +baF +baF +aor +ixZ +bOC +bBX +bDP +bFm +shs +ici +bKA +bLZ +bOx +bCe +bTY +cjA +cgC +bYj +kYh +dVf +jtb +bYj +cgY +ktV +brt +cnl +cnl +cnl +cxZ +cnl +cnl +cnl +fiu +cnl +cya +ctO +cAX +bYj +cDV +cfn +cGq +cVm +cKc +glK +oTP +hGR +oTP +hoj +iEH +qFB +cVg +tWL +cpE +dhS +lFv +hTB +cHq +dff +qkH +cIK +eLJ +hZs +iRf +dhz +cOE +bjy +qFj +dwi +myR +dOO +ddy +jJW +lPS +rsK +dAF +sOj +djr +ieW +ssL +hvy +ddy +ddy +ddy +dID +dOO +iQO +iQO +ceu +qdW +ceu +iVX +sRU +dOP +dPz +dUP +rtA +dIA +dRI +dSa +dSq +dSq +iwR +fqe +wZF +dQg +mhO +haM +abj +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +abj +aaa +aaa +abj +acC +acC +acC +acC +acC +acC +abj +aaa +abj +aaa +aaa +aaa +aaa +adb +ezV +rPs +adb +abj +abj +abj +abj +abj +abj +awM +apK +bqb +uUo +aAI +jkw +iZR +xFt +awX +eFG +aor +yed +yed +yed +gSs +fzq +qBu +ssw +gSs +aMV +aor +baF +aXe +srJ +tbb +iSy +bTf +bcd +bdx +aYZ +gnl +bhw +fOa +kgr +tOP +xyD +rim +gnl +jUS +buQ +baF +nFi +qxd +bOC +bBY +bDK +bFn +bFn +bFn +bFn +bMH +bOy +bDQ +bty +oAE +bWH +bYj +bZP +hfB +hOR +bYj +kMY +ktV +cnl +kXs +qpm +qpm +ibI +gWf +uPw +ctL +bYj +cwL +cyb +pHb +cbK +bYj +drn +dlM +gJG +cQD +dCz +pvo +drn +sVv +gpt +cdr +cKr +cSc +jVo +dfX +cWV +cKr +kzh +vSs +dda +dff +dfV +gtA +npl +eeA +dwj +dwi +mAk +hZo +iTp +lMM +lfc +dOO +ddy +dcQ +mdd +pVG +hFn +dzb +gWP +nWl +ssL +dbp +xVf +tHn +tjB +dbp +dOO +dEi +dKH +dcA +ddv +dOO +dcA +ddv +dOO +dPw +dXs +dEi +tzW +dRJ +rBV +lfA +aXq +fxQ +upq +oia +wTO +wEW +haM +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +abj +acC +ant +anP +adb +awX +awX +awX +awX +awX +awX +awX +ayC +igp +awX +kVK +rFl +oqq +oky +aVK +ctu +aor +yed +gAq +mUr +gSs +vPO +pbl +rFg +iqN +knV +aor +baF +fLP +nDZ +xDw +aYQ +xEd +bce +gCv +aYZ +oKl +bhx +hYD +bkT +bkT +bkT +bkT +tIf +bkU +gnl +baF +aor +vtw +bOC +bBZ +bDN +bFo +bHa +bFo +rma +bMI +bOz +bDQ +bjU +xnm +bWE +bYj +jRu +cbL +cdC +bYj +fwB +ktV +cnl +kXs +vEA +rVG +npn +bYj +bYj +bYj +bYj +bYj +bYj +kWx +bYj +bYj +dhG +drn +gJG +tJc +cHA +wpc +wpc +iqc +wpc +iqc +cKr +cKr +cKr +cKr +cKr +cKr +daw +cMm +vwk +lwr +iJB +ueI +eeA +gtA +fkz +wZX +spW +oKw +cIG +aRB +uUM +rQu +ddy +ddy +ddy +ddy +srw +ssL +ddy +ssL +ddy +dbp +xVf +tjB +clj +saX +jvO +exh +saX +jvO +xEo +jvO +vVH +oaK +uTc +msm +dOO +rQu +tzW +dRJ +lmr +bWU +jDy +fxQ +rFU +ckr +aGn +dOn +haM +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +anP +adb +aor +aoR +aqF +azb +asp +bkR +awX +auP +brZ +aBg +awX +awX +rwU +rwU +rwU +uTf +rwU +rwU +aPW +oFY +gSs +bfa +bfd +ley +gSs +aNe +aor +uIo +lvV +ihN +nDZ +kKj +tvx +jxY +bdx +aYZ +gnl +bhy +nPp +bqi +pwA +bqi +bqi +lrx +pQd +kkR +baF +aor +cNy +rXX +bCa +bDN +bFo +bGZ +bHb +oWx +bMJ +bOA +bIV +bTZ +oAE +bWG +bYj +bYj +cbM +bYj +bYj +iBr +ktV +cnl +kXs +ghW +cox +kXs +ctM +gmF +ctM +cvo +akW +bYj +jhj +wLR +hcm +wLR +wLR +qtU +fhy +shE +iqc +cPn +cSh +cVo +dbL +iqc +uMR +cSh +cVo +xXO +wJr +dqq +cMm +omA +wRc +kPJ +cLQ +srQ +ueI +oWp +wZX +gbh +qQx +gNi +aRB +twD +tiN +pVP +dhP +pVP +pVP +sQr +spp +nYH +iOp +dbp +dbp +ssL +dOO +dPw +dJx +dJx +dJx +dJx +dJx +dJx +dJx +dJx +dJx +dJx +dJx +dOR +dTZ +tzW +wHR +dLs +dRk +dKZ +fxQ +jED +rZy +eiF +fxQ +fxQ +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +jTD +utu +aAj +apI +lpk +lpk +arN +aXJ +spf +nYw +ktm +aVK +qjP +gSc +rwU +jbU +upD +lSK +jql +ipz +gRS +gRS +gSs +gSs +lfg +gSs +gSs +yed +yed +aYZ +lLj +aYZ +aYZ +aYZ +aYZ +bcg +aYZ +aYZ +pYO +ecT +gnl +gnl +gnl +gnl +gnl +gnl +beU +ezp +baF +aor +aor +bBW +bCb +bDN +eHR +lKW +bIS +qkn +eIv +pKl +vNm +keS +dqy +bWJ +bYj +jaJ +jJV +qjM +cfy +kXs +ciy +crm +nrS +nrS +gYP +jtv +crm +tNX +ctN +cvp +cwN +bYj +cZm +dhG +dhG +cDX +dhG +cGs +drn +dsr +kRU +dFV +cbN +esV +dGL +dyP +uRr +dmb +oYg +qHY +iqc +daF +xgf +hMZ +tfg +eoh +pQl +uWB +gvO +pup +wZX +cPr +uFS +kkB +wZX +rDS +vbA +dwZ +dEi +vbA +vbA +pFT +hIE +oLR +ddy +ddy +xrZ +ddy +dFW +dQq +dJx +kpB +dKd +dYT +dLp +dJu +qMV +dXD +wHn +dOS +dJx +dJx +dJx +tzW +tzW +ohp +tzW +tzW +fxQ +fxQ +fxQ +fxQ +fxQ +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +anP +adb +aoS +apK +aqH +arz +awX +aVK +aVK +auR +oUp +euA +hle +bGx +rwU +kyg +oHD +sCp +tEA +wYw +gRS +gRS +kaM +qzy +eGT +nBa +dRR +dDJ +hpS +aYZ +orj +lIH +ifQ +uzh +nho +bch +fqb +aYZ +cuz +bhA +kHe +tlU +tlU +boi +bee +bzU +beU +ycB +baF +aor +aLA +bOC +bCc +bDN +ggo +bHd +bFo +bFo +bMI +bFr +bDQ +bty +oAE +bWH +bYj +bZS +gtO +spJ +hUH +kXs +ktV +cnl +kXs +qpm +qpm +fKq +dSX +cnl +cwM +cgR +cwM +bYj +czF +xsU +cHr +dlM +drn +efk +drn +drn +iqc +dYH +ykJ +sAk +uzX +kyz +kwv +lBY +oLA +odU +kCA +dsv +duV +cWy +czn +nQM +kOs +oWz +qTb +wOL +wZX +wZX +wZX +wZX +wZX +oRx +kjP +gwu +gwu +lSu +lSu +lSu +lRf +qka +dyI +wEU +pVP +dIy +pVP +ivR +dKY +dLq +dLq +dLq +ruY +dfa +hRF +cjf +dMj +dOr +dPE +dJx +dQT +dRt +dQl +dXV +qOs +dTm +dIx +dUJ +dPD +rRm +dIx +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +anP +aoo +aoo +aoo +aoo +aoo +aoo +arA +aVK +nQL +njr +awX +pJj +iaP +rwU +tgk +eYr +plj +tNm +ipz +dDJ +jJh +gRS +gRS +fTl +leM +leM +leM +ldm +rrL +qpZ +hGT +qzG +rgg +sAo +lxC +ezM +aYZ +fEi +bjj +fuN +bmU +bmU +bxx +bmU +byw +buR +gnl +baF +nFi +azb +bOC +feI +bDO +bFq +bHe +biY +bFq +bMK +bPY +bDQ +bty +oAE +bWH +bYj +fle +gtO +cxZ +iCb +kXs +ktV +cnl +kXs +rVG +tuG +fKq +cwM +cnl +fzJ +cgR +niQ +bYj +drn +cHr +drn +drn +dhG +efk +dhG +dhG +bEp +pOp +uMt +peG +ykJ +gPh +ykJ +pFW +ykJ +fze +opB +oTx +msl +omA +djR +hxP +eeA +eCJ +gIz +qzP +qzP +xmz +nmj +szb +fMW +tRF +iWT +lSu +lim +rfh +rQj +gwu +jdn +dOO +iOp +wCG +uFe +iOp +dbp +evg +dJx +dJw +dKe +dPE +dPE +dMh +dMS +kwN +dMS +dMh +dPE +dJx +fGy +dIx +aMt +fTn +dRM +ozL +dIx +dUK +dQh +dUK +dIx +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +anP +aoo +aoT +apL +aqI +aoT +aoo +arH +dhb +eVT +lmY +aFv +aFv +aFv +aFv +aFv +aFv +rwU +rwU +rwU +aOx +gTc +knP +gEo +aDQ +aPS +fbs +aPS +czL +aYZ +hzW +qFf +qpZ +rrL +ize +bcj +wKu +aYZ +keU +cli +cli +bkZ +bmV +boj +bqk +bqk +btD +buS +baF +apK +aor +bOC +bCg +bDS +lzQ +bHc +bIT +bFr +bMG +bPZ +bOC +bSy +oAE +bWH +bYj +ebC +uEu +xUP +qDd +nrS +qPJ +cnl +kXs +oJk +oUB +wYJ +dSX +wXP +rfY +fdG +iXl +bYj +imy +olO +dlM +omB +cJO +efk +dhG +cIS +iqc +qSv +vzU +eky +ykJ +cso +vyl +jAB +atX +bBq +iqc +oOW +hBu +jji +dff +dff +ozw +cOD +okx +qzP +jjb +dng +kNC +vhD +drv +daN +dFU +lSu +uUc +pjk +kWF +gwu +fVi +ryd +ryd +ryd +ryd +ryd +dFX +sea +dJx +dJx +dJx +dJx +dPE +vxK +dUh +nZm +dUh +vxK +dPE +dRN +qki +dIx +ouH +lnR +dKl +dTo +teT +dUL +ohx +dKf +dKK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +adb +ant +anP +aoo +imf +apM +aqJ +arB +aoo +aVK +aVK +azb +hGO +aFv +pFv +sqb +cLp +xli +aIU +hrB +phV +qgP +kEO +jZx +idp +aKl +tHZ +eiG +lSB +hEG +vrJ +aYZ +lPm +lAM +aqs +rgg +sAo +lxC +bdy +uzh +baF +sAs +bjl +baF +baF +bok +bql +bsd +bgp +buT +baF +awX +tzq +bOC +bCe +bDQ +bDQ +bIV +bIV +bDQ +bDQ +bOC +bQB +bXy +bYB +chb +bYn +bYj +bYj +bYj +bYj +bYk +txc +lWG +bYk +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +bYj +cHA +cHA +cHA +cHA +cHA +nRz +cHA +cHA +iqc +qDL +cjW +woT +wRU +sls +iqc +iqc +iqc +iqc +wJr +dmy +hBu +omA +oMh +dff +die +nUp +dlV +qzP +doJ +dng +dng +dng +dXk +dvc +smh +gep +uUc +pjk +pjk +lSu +dEC +dEC +nOH +dEC +dEC +ryd +dCJ +hAn +ssL +dQn +dKh +dJx +dPE +dXx +dMW +nnE +dOq +dTw +dXa +dIx +dIx +dIx +jdM +dSf +iwO +dTp +dIx +dUM +dTX +oei +dIx +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cuJ +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +adb +ant +nCK +aoo +aoV +apM +oYb +arC +aoo +uCt +axg +azb +aPL +aFv +usc +kdF +wkO +nqa +khL +yjr +sGa +vxa +aOx +uDK +xeo +aKl +gRS +gRS +qxj +hFB +irn +aYZ +lhu +mYX +aqs +aYZ +fok +pti +baM +gJC +lhR +bdP +blc +spF +aYZ +bol +xfy +xfy +liZ +wdz +wdz +bxl +wdz +any +wdz +bDR +xot +eDP +eDP +bDR +bDR +wdz +liZ +xTh +pzY +oUR +oUR +gXY +oUR +mKB +oUR +oUR +xVw +oUR +oUR +oUR +coE +bwm +cnp +bwm +bwm +muZ +bwm +bwm +bwm +kfo +bza +eBE +bwm +gry +bwm +bvV +iqc +ezU +ezU +ezU +ezU +iqc +cZt +pLs +oUJ +wew +kjr +oTx +hBu +omA +tGY +dff +dif +nAZ +qEA +qzP +dsF +doL +dip +rxy +dXk +dtY +cWC +gep +uUc +pjk +pjk +lSu +mSQ +vpS +rLK +dEC +dEC +ryd +ddy +nTW +dOO +dzb +dTj +dJx +dKL +mNz +dMS +dOW +dMS +dKL +mNz +dSh +pid +ikZ +kbO +tNn +hxF +dTq +dIx +dUN +xHF +dMn +dIx +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +anP +aoo +vET +apM +oYb +aqY +aoo +atp +aVK +aor +aPL +aFv +ayj +azh +aAs +aBw +aIU +ifv +jnT +mpk +fKW +fSl +idp +aKl +aDQ +aPS +fbs +fiz +nkM +aYZ +aYZ +aYZ +aYZ +aYZ +xWE +lxC +bdP +blc +bdP +blc +bdP +blc +bmX +itB +bqn +iBh +sQB +cLk +cLk +cLk +cLk +nwe +cDd +cLk +uIK +cLk +cLk +cLk +nBM +cLk +sQB +lrb +bUL +lrb +lrb +khJ +lrb +nRk +lrb +lrb +ngv +lrb +lrb +lrb +utb +ePD +eKh +eKh +eKh +eKh +eKh +eKh +eKh +xTu +eKh +jWq +eKh +cGy +bwm +ddm +cIZ +txR +qcV +dvk +cII +cIZ +eSc +fvH +kqo +dgc +lus +miQ +hBu +omA +dnk +dff +djp +sEI +rSw +qzP +dnp +dng +dng +dng +dXk +dtZ +jZv +pWh +nXr +pjk +rDQ +lSu +dxs +dqe +dEC +sBE +dEC +ryd +dGf +dHL +dUO +ddy +ddy +dJx +dKk +dOr +dMS +dOX +dMT +nLi +xDo +dQk +dQX +jkD +qux +tNn +auH +dQi +dIx +dMU +dSj +hqq +dKK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +rBP +aoo +aoX +apM +vEV +arx +aoo +aVK +aVK +axY +rwY +aFt +aFt +gAn +gAn +pqo +aFt +mRk +jnT +dqD +lds +krD +iOx +jHH +hEO +qsu +hEO +poa +mDu +aXB +kdu +qGF +kdn +aYZ +otH +tfD +hVB +lJf +ehY +bdP +blc +bdP +vzB +wZB +nnu +gFt +mDf +eKe +eKe +eKe +byQ +wym +fFM +wym +jZM +uzb +tlz +eKe +jiy +eKe +mDf +nTR +bUM +nvQ +nvQ +bZV +nvQ +krE +nvQ +nuY +bLq +irL +bUM +erH +lBu +kJV +nhk +oXL +wEn +oXL +aha +oXL +oXL +sbh +oXL +oXL +oXL +uAU +swf +ddn +cIZ +cSu +dvk +iNa +pnU +cIZ +tUS +ogX +esH +xhj +kjr +daF +hBu +omA +cir +dff +djq +hKO +dkS +qzP +dnq +dng +juA +asB +djc +dua +dBd +lSu +pjk +pjk +kWF +lSu +dRT +oKa +vTf +uic +aiQ +ryd +dCU +hLV +lZX +tYD +osJ +dJx +uld +dUQ +dMS +obq +dMS +kfx +dKg +dIx +dIx +dRw +dIx +dSh +dSh +dIx +dIx +dIx +dIx +duw +dIx +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +anP +aoo +aoY +ast +aqN +nEe +aoo +atu +ats +ayC +aPL +aFt +jSh +aEB +uhx +aBx +rgj +nJn +jnT +lPB +fKW +aHI +idp +aKl +tHZ +hEG +lSB +hEG +mDu +aXB +lDp +dwU +iNt +aYZ +sCZ +lxC +bfm +iom +gCt +bhH +sqA +blc +vzB +xfy +inB +bhX +mfc +hPf +bxi +bxi +bwf +mTB +gEj +bEk +asz +bHj +bHj +sGM +eyY +bKE +bHj +bSE +bsv +gVF +btH +btH +btH +btH +gkM +vab +bSE +bSE +bSE +bSE +bSE +nyl +jTW +csK +csK +csK +csK +csK +csK +csK +csK +csK +cFp +hVu +coE +cIV +cIZ +tnN +wwN +lQN +iOa +cIZ +cZt +cZt +cZt +cZt +cKr +dtS +hBu +nzR +cZt +dff +dff +dff +dff +qzP +qzP +dqc +dqf +drC +dsG +dub +eFJ +lSu +tSM +erP +pjk +lSu +sLp +sLp +sLp +noW +sLp +ddi +nJW +hLV +xVf +gAt +itL +dJx +dLu +dPF +dMS +dOW +dMS +dMk +dPF +mbB +dQY +dXI +cHR +jGH +leL +ltX +jGH +uIU +tyf +dRv +mbB +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +acC +ant +dWx +ahy +mqF +mqF +tUZ +arE +tWH +nlN +att +hwF +tEu +aFt +eip +azk +gRY +uSw +aLD +lYS +aEx +qKt +aOx +aHJ +xeo +aKl +gRS +gRS +aOA +aPU +aRw +yed +aXB +aWe +aXB +aYZ +baM +pti +kcY +bfe +kSu +mzE +bjq +bdP +vzB +xfy +inB +hQe +mfc +tlR +tlR +tlR +bwf +bFR +gSh +byU +bAr +bHj +bIY +bKF +bMM +bOE +bQE +bSE +bUO +cgF +cnW +cnW +cnW +cnW +cnW +vyp +bSE +xbU +qHO +cno +bSE +wNN +cvE +csK +lIM +cvt +cwR +cyd +dzR +cBe +cex +csK +cEM +gfZ +bIG +cIW +cKw +pPG +pPG +pPG +sqf +cSm +cZt +cTU +sFK +cXb +cKr +dZb +cMm +omA +jYi +cZt +cir +dkU +tGY +dnk +qzP +qzP +qzP +qzP +qzP +ehN +qzP +lSu +lSu +lSu +lSu +lSu +iix +lyD +eiA +kME +oyR +ddi +dCU +nTW +ddy +ssL +ssL +dJx +lmA +dQV +dMS +dOW +dMS +lmA +pbQ +dGU +eHn +wIc +dRO +ktb +dSK +wXk +dPB +qzV +dRv +dRv +mbB +abj +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +jWY +aaa +aaa +aaa +aaa +aaa +aaa +ajX +aaa +aaa +aaa +aaa +abj +aaa +acC +akG +tlS +aoo +apa +apR +aqO +arF +aoo +atr +atv +iUW +aPL +aFt +ayo +mzt +sjT +lIQ +rgj +rPF +kcj +frz +kEO +jZx +idp +aKl +aDQ +aPS +fbs +aPS +gRS +biT +gRS +gRS +dDJ +nzV +baQ +lxC +bfm +iom +mcz +adr +cxf +wny +aYZ +xfy +inB +gFt +dMH +aaa +abj +aaa +bwf +bFu +qJJ +bFu +bFu +bHj +bIZ +mJJ +bMN +mJJ +nmw +bSE +bSE +bWP +bYp +bZW +bYp +kPf +bYp +bSE +bSE +ihT +xYa +chi +bSE +kKU +cvE +csK +ivI +cEr +cEr +cEr +cEr +cEr +cDO +csK +cEL +gfZ +bIG +cIW +cKx +dLB +vKB +fKQ +cKT +vKB +cTC +cUY +les +cXc +cZr +oRN +cMm +skq +mod +mZo +mod +mod +mod +mod +wIw +cme +drI +cHi +ryH +cTv +dvh +cTr +fyp +lrv +tDl +ddi +jiV +lke +mEm +tSt +hDa +myi +bRk +sJI +dbp +oLe +dlJ +dJx +vdk +dPE +dMS +dOW +dMS +dPE +dPE +dUR +dRv +dRv +dSk +dRv +dSL +dRv +dTg +dSi +dRv +dRv +mbB +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +abj +acC +ahz +acC +abj +abj +abj +abj +acC +pHg +acC +abj +abj +abj +abj +abj +acC +ant +anP +aoo +apb +apS +ast +arG +aoo +aze +ayd +iUW +aPL +aFt +aFt +aFt +aFt +aFt +aFt +aOx +aOx +eYC +aOx +xif +aIW +aIX +tHZ +hEG +lSB +eiG +gRS +gRS +gRS +gRS +gRS +nzV +bcs +bcq +bdL +eaV +wsy +bdP +blc +bdP +bmZ +xfy +inB +gFt +dMH +aaa +abj +aaa +bwf +mTB +gEj +bEk +asz +bHj +bQG +bOG +bMP +bOG +bJa +ciB +caQ +bWQ +bYq +bZX +cbS +mFr +tIJ +nCQ +ciB +ciB +lHc +ciB +bSE +miA +cvE +ctX +cEr +cEr +cyf +cyf +cyf +cCE +cEb +csK +cGY +nBW +qFk +cJa +uCM +ogM +xme +sjV +sQj +oSI +cKI +cUZ +cWz +cYj +cKI +dsn +cMm +plm +cMm +hBu +hBu +hBu +hBu +hBu +hBu +cMm +nAx +cMm +cMm +lxh +iAO +iAO +ueF +nXl +wNp +fOS +lBi +gxJ +slk +bKn +bjk +ddi +dOO +nTW +ddy +ddy +ddy +dJx +miU +suP +dOq +dMm +dMW +rVZ +tSr +dGU +lbT +dRv +sxB +mIZ +gOs +dUg +mIZ +dGU +dMQ +dTY +dGU +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +acC +afb +acC +acC +acC +acC +acC +acC +afb +acC +aaa +abj +aaa +aaa +aaa +adb +upw +nCK +aoo +apc +apT +ast +aqQ +aoo +azb +hoG +vBV +tGN +oOi +fwQ +oOi +oOi +oOi +oOi +gOP +yed +fZX +aGy +cnC +rza +efP +gRS +gRS +gRS +gRS +gRS +gRS +gRS +gRS +aXE +aYZ +aYZ +bcr +aYZ +aph +rZF +jEw +rZF +blj +aYZ +bop +inB +gFt +dMH +aaa +abj +aaa +bwf +bAt +gSh +byU +bFx +bHk +bJb +bKH +bMO +bOF +bKN +ciB +bUQ +bWR +bWR +bWR +bWR +bWR +vol +lEd +xic +ckp +rzM +ffM +bSE +kKU +dBK +csK +lzD +cEr +sZr +oiT +lpn +ikC +cEr +cEQ +cIT +lmt +bIG +rcm +kvQ +ddI +dLB +cPq +dLB +hCA +hCM +dje +dfR +djD +oVj +wXn +nDH +sgX +dgv +xuW +dgv +dgv +lUm +dIi +rod +dIi +dsu +dgv +dgv +cKA +hnH +dhE +rWL +ngP +dzU +ddi +ipF +iDw +eas +rzO +hDS +ddi +dCU +hLV +dbp +dTr +sim +dJx +qXz +dOr +uVI +wGi +dMS +dMj +wIe +mbB +dKi +dRv +xvU +dSm +dSN +dUf +mIZ +dYU +lGh +kZc +chw +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adN +adb +adb +adb +adb +acC +acC +adb +acC +acC +ahz +acC +aio +aiH +aiX +ajy +acC +pHg +acC +acC +adb +acC +acC +adb +adb +anp +cWw +aoo +aoo +aoo +aoo +aoo +aoo +ekv +nrz +hwF +qVh +aor +aor +azb +fiI +azb +aor +tIF +eBn +jmD +aGz +qNf +aIY +aOE +xvo +tJO +tJO +xvo +xvo +rqv +aRz +gRS +gRS +gpy +nBa +bcv +hNj +gRS +gRS +gRS +gRS +oEP +yed +xfy +uir +jku +cGk +abj +abj +abj +bwf +sHI +gSh +byU +bOe +bHk +bJc +bKK +bMR +bOI +bQH +ciB +bUR +chi +chi +chi +chi +tkK +chi +nMT +xse +chi +kFP +xxF +oXC +vCf +bnA +csK +pKJ +tOn +von +qUb +dNe +rbq +kEV +oyh +sxm +rJD +uqL +cIZ +jVs +bvA +vKB +tDc +cKT +uku +cZx +cVd +cZG +cYl +dYx +cKF +dbY +cRg +dfo +dfo +dfo +dfp +nnL +dfp +dqp +dqn +dqp +nBZ +nBZ +dku +dqp +dqp +dqp +dqp +dqp +dqp +ddi +ddi +ddi +ddi +ddi +ddi +ddy +nNv +ssL +ssL +ssL +dJx +dJx +dSJ +sFM +dJx +chV +dSJ +dJx +dGU +dGU +dGU +dGU +dGU +dGU +dGU +dGU +dGU +dGU +dGU +dGU +dIH +phM +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +add +add +add +adL +aeA +acC +afc +adZ +adZ +agg +aip +agA +adZ +adZ +adZ +adZ +adZ +adZ +adZ +adZ +aip +agA +agg +adZ +adZ +amz +amL +ant +uZj +fpv +aoq +hwF +asr +aoq +wug +pXb +awX +adb +tgq +aES +aES +aES +aES +axe +aES +ctu +yed +vLF +iig +jDI +iIj +aKq +hly +hly +hly +hly +suI +hUe +aRA +gRS +rWV +rWV +gRS +bcv +kGD +onD +gRS +bhK +lOT +gRS +sKr +xfy +inB +gFt +dMH +aaa +abj +aaa +bwf +wuE +wQG +bDY +bFz +bHk +kaN +bKH +bMQ +bOF +lIZ +ciB +tpv +bWT +chi +chi +chi +oVE +chi +chi +chi +bWT +kFP +lOl +bSE +kKU +eDZ +csK +hOu +cEr +occ +amy +lJF +eup +cEr +cER +cIT +lmt +dWt +cIZ +cKC +wuY +vKB +tDc +cKT +cSp +cTQ +cTR +cTR +cTR +dAZ +cZv +daH +cTR +dfo +dim +cVr +doT +aeh +vWv +nBZ +dqj +eTE +xPq +dvr +dwq +cNL +dyM +dzV +dCZ +dGn +dqp +qOo +jZz +dKr +dES +dNS +nan +dEi +wLe +ddv +ddv +dbp +dOO +dIH +sgA +cFe +wRE +mux +dMo +dRl +sIg +ibQ +ffs +dUp +wAX +dRl +dJH +nUQ +iex +dIH +sYX +dGT +iKz +dGT +acF +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dWf +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ade +adx +adO +aed +aez +aeP +afh +aea +aea +aea +oYY +nyB +nyB +nyB +nyB +rYh +nyB +nyB +nyB +nyB +aNH +uks +uks +uks +uks +amA +gQF +cWx +jWx +aop +aop +aop +aop +aop +aop +aop +aop +auY +fTR +aES +iUX +aBb +nUc +aEO +aES +ctu +prt +aFA +aFA +aFA +aFA +aFA +xWY +jmI +jmI +jmI +aFA +crK +cnC +gRS +rWV +rWV +gRS +bcv +gWb +wMr +bgy +bdQ +ldC +gRS +sKr +emt +xMg +kKB +dMH +aaa +abj +aaa +bwf +aos +bCn +vqJ +gJU +bHl +oYq +bKL +bMS +bOJ +sno +bOH +rXg +uIn +eyp +eyp +cbU +efx +opj +opj +opj +eEb +eEb +gcS +xoD +trf +cvE +ctX +cEr +cEr +cyf +cyf +cyf +cCI +cEs +csK +cIU +mRX +cHG +cIZ +cIZ +muI +bVu +hJG +dLB +cWL +cTR +cVe +cWM +cYm +cZs +xnf +dca +ddj +dfp +dis +bhL +dSC +eeP +pML +nBZ +dsJ +dxB +dsK +drg +dug +qAQ +dyN +dzW +puR +dEn +duZ +vJw +dCV +dbC +dbI +dFt +dGg +gjF +dHM +dIG +dJB +dKn +lgQ +dLz +lzg +hJw +dPM +rqk +dPM +dPM +dPM +dPM +rCw +fFy +fFy +fFy +fFy +dkq +dSs +dTh +smY +dIH +dIH +dIH +acF +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +add +add +add +adL +aey +acC +afj +aeb +aeb +agh +agC +aeb +aeb +aeb +aeb +aeb +aeb +aeb +aeb +aeb +agB +alt +aly +aeb +aeb +amB +amL +ant +ait +aop +ape +apV +aqR +arJ +asw +atz +aop +uSu +fTR +hSW +aAw +vtq +uZz +aFy +aES +ffN +aBo +aFA +cBc +iVi +vbQ +aIg +dCT +nVf +aQb +xMo +iUO +itM +roN +aLS +gRS +iFQ +aOG +bcx +ldZ +bTg +mDu +uQP +xTY +blo +yed +xfy +inB +gFt +dMH +aaa +abj +aaa +bwg +bAw +ues +byU +bFB +bHk +aXH +gOG +fgZ +lDX +bKM +ciB +bUU +eir +bYu +caa +ciB +cdH +cfE +chj +ciE +cks +clP +cnt +bSE +lqv +cvE +csK +cEr +cEr +cEr +cEr +cEr +cEr +cEN +csK +cES +ngp +aDz +cIZ +cKC +ehm +vKB +vJs +cKT +uku +cTT +cVt +uAW +cYn +cZB +sxJ +hhH +ddD +dfo +lZH +mxY +cDI +dlb +dFw +dql +dqo +dsL +dsL +doU +dxD +dws +dui +dzX +dEX +jTj +dqp +yiR +dPw +lWq +dOO +lWq +iTK +ilJ +ilJ +ilJ +ilJ +ilJ +ilJ +ilJ +pBY +qao +swR +swR +ntJ +swR +swR +fRl +rvx +qao +swR +ntJ +swR +pYE +dSB +dIH +dXK +xUO +iCs +dIH +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adN +adb +adb +adb +adb +acC +acC +adb +acC +acC +ahA +acC +aio +aiI +aiI +ajy +acC +ahA +acC +acC +adb +acC +acC +adb +amN +ant +uNk +asn +apf +aqg +aqS +arK +asx +atA +avf +syT +foa +kHz +mfW +aAw +aAB +azq +aES +mhD +nxx +xaO +iIC +xIG +aQb +aFA +bsq +adS +aWj +aQb +iUO +itM +aUI +aWg +rWV +pXW +aTp +bdT +bfk +bfk +bgA +gRS +gRS +gRS +aZa +xfy +inB +bsj +cGk +abj +abj +abj +tVV +bAx +dkc +byU +bFC +bHk +bJg +mJJ +bMU +bJe +bHk +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +ciB +bSE +bSE +bSE +bSE +dKs +cvE +csK +cDs +cvB +cwY +cyg +lIv +cBm +cCK +csK +cET +lmt +uqL +cIZ +jVs +fim +vKB +vJs +cKT +kWO +cTT +cWQ +cYn +cYn +cZB +daJ +xGO +ddE +pyr +nfF +wGb +djQ +vio +wGb +djS +dsM +dsM +dsM +dsM +ngl +dvo +dwn +dAa +dwn +dwn +dqp +rac +dbB +dCU +dNS +dOO +tbK +ilJ +dET +dFu +dGh +dGP +dHN +ilJ +cWb +dSs +oGz +ddw +dIH +oGz +ddw +gkk +rvx +dSs +nnZ +dIH +dNa +mrw +dXJ +dIH +dIH +dIH +dIH +dIH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +abj +aaa +aaa +abj +aaa +acC +afb +acC +acC +acC +acC +acC +acC +afb +acC +aaa +abj +aaa +aaa +aaa +adb +ant +xum +aop +apg +apX +aqT +arL +asy +atB +aop +uSu +fTR +aES +sxU +azr +nUq +aHX +aES +wRZ +vJg +aFA +aGD +aHP +aMj +aFA +pER +oTh +jwT +aQb +iUO +itM +aUI +aWh +aUo +oYM +nAf +bdR +bhK +onD +bgB +fJz +onD +gRS +mTw +xfy +inB +gFt +dMH +aaa +eXC +mrg +bwf +aos +bZJ +byU +bFD +bHk +bHk +bCG +uKV +bOM +bHk +aaa +abj +aaa +bOZ +cab +cbW +cdI +mCQ +vGg +ciF +bYv +aaa +aaa +euc +nBO +cvE +csK +csK +csK +csK +csK +csK +csK +csK +csK +cEU +lmt +bIG +rcm +pAy +quL +dLB +cPu +dLB +vKB +cTR +cVv +mNb +sHY +nah +daL +ckd +ddG +dnF +mHS +cUV +dbK +uaP +cUV +hHX +hHX +hHX +hHX +hHX +eoG +dOc +dvp +dam +dsJ +dHR +dnn +jJs +dPw +iTK +dKr +dGf +mzk +ilJ +dEU +dFv +dGl +dGS +hQC +dII +cWH +wlS +ppn +wFd +puG +cBB +jrY +tLw +pdc +oRA +dNb +dNN +dOw +eBK +dSs +eSD +hlo +dWA +dVb +dIO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +acC +ahA +acC +abj +aaa +aaa +abj +acC +ahA +acC +abj +abj +abj +abj +abj +acC +ant +xum +aop +aop +aqi +xtI +arQ +asn +aop +aop +uSu +fTR +aES +aES +azs +fPm +qAZ +aES +axY +vJg +aFA +aGE +kgB +aMk +aFA +fZU +fbk +ooQ +aQb +iUO +itM +aUI +aWh +rWV +pXW +aVQ +bdR +bdQ +ldC +bhN +gWb +wMr +lEV +yed +xfy +inB +gFt +dMH +aaa +iHY +bxm +byR +wGL +gSh +byU +bFy +bHn +bOT +bOT +bOT +bOT +bOT +bOT +bOT +aaa +bOZ +rxb +cbY +cdK +cfH +cfH +cfL +ckt +abj +abj +gqa +xYR +wFa +csN +abj +abj +oeY +cyh +czJ +cBn +cCL +vBU +cEL +ngp +bIG +rcm +cKT +dAY +vKB +pPG +cKT +vKB +cTF +cVw +cWQ +cYn +cZB +daJ +ckd +ddF +dfo +uQq +doW +cDI +dlb +dmg +dql +ali +xOZ +xOZ +wmv +tWj +dsJ +dcO +cLv +dyR +dzY +dqp +nMo +mLm +dGf +dNS +dOO +wRl +ilJ +dEV +dVx +tAb +pOK +wyz +dIJ +kNj +dSs +dQp +cBB +puG +oGz +dRG +gkk +jkz +dSs +dQp +dRH +dRG +yjd +dlp +vii +dTC +dUm +vlR +dIO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +agE +agD +agE +ahE +agE +agF +agF +agF +agF +agE +ahE +agE +agE +aaa +aaa +aaa +aaa +adb +ann +anQ +aou +api +aqU +aqU +asA +asY +asY +awh +uSu +gaQ +bfp +aES +aCP +aAD +sxf +aES +aor +vJg +aFA +aGF +lUo +aMl +aFA +saO +oBi +lJu +aQb +iUO +itM +aUI +aWh +snj +lJl +jGf +bdR +uQP +bTg +gRS +pxe +bTg +gRS +sKr +xfy +inB +gFt +dMH +aaa +iHY +bxn +byS +byU +gSh +byU +bFy +bHo +bOT +bQN +bMW +bOO +bQK +bSH +bOT +abj +bOZ +cad +cbX +cdJ +cfH +chl +ciH +bYv +euc +euc +euc +cpX +cvE +euc +uxq +csN +cxa +eEL +ifD +iJd +cCM +qih +cEL +lmt +bIG +cIW +cKG +dAY +vKB +pPG +cKT +vKB +syO +cVx +cYn +cYn +cZB +daM +dcc +ddH +dfp +dis +bhL +fkr +oRg +tBN +nBZ +dsJ +dxB +duf +nBl +dyO +dXr +dqp +dav +dyS +dzZ +dqp +nXm +dBT +xlu +djA +iTK +iTK +ilJ +dEW +dFx +tja +vPm +dHQ +ilJ +dST +oRA +jfO +oGz +puG +cqg +dNP +wHt +oLJ +wlS +rEs +dNN +lWQ +ppE +dSs +eSD +dTG +dUn +vQv +dIO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aee +agD +agE +agT +ahC +ahV +ail +ail +ail +ail +ahV +ahC +akw +agE +aaa +aaa +aaa +aaa +acC +anl +nMm +tSn +hDf +tSn +tSn +sAG +tSn +tSn +hDf +tSn +dNE +ebi +nrR +azt +aAE +aIQ +aES +aYP +pic +hvS +qCk +aHR +aJb +raD +aZZ +aNj +aQb +dMp +mit +oWQ +riJ +oFv +rWV +aZc +baT +mkW +gRS +gRS +lsG +gRS +gRS +blk +sKr +xfy +inB +gFt +dMH +aaa +mqH +bxo +bWF +pgg +bCq +bEd +bFF +bHp +bOT +bDL +bMX +bOP +bMY +bSI +bOT +aaa +bOZ +cae +cbZ +sUM +vUM +chm +iUV +cku +iyc +iyc +iyc +fIB +fwX +csO +hSL +cvE +cxc +hHd +acX +wbY +oZb +gyY +vyi +weE +bIG +cIW +cKH +cMn +fKQ +fKQ +itw +cSv +cTF +xKX +cWS +cYr +dYD +cVz +dbU +aUV +dfo +dit +iaD +cVu +dnz +sBQ +nBZ +drF +kSr +pRq +dwo +cNs +cTP +dqp +dBO +dFy +dBO +dqp +ddy +dVj +ddy +ddy +dRL +eFD +ilJ +ilJ +dFa +nNA +rXY +ilJ +ilJ +dXC +dSs +ddw +cBB +dIH +ddw +oGz +gkk +rvx +dSs +dNa +dIH +dRH +gkk +rqh +dIH +dIH +dIH +dIH +dXn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aee +agk +agF +agU +ahC +ahC +ahC +ahC +ahC +ahC +ahC +ahC +akx +agE +agE +agF +agE +aaa +acC +ant +rJt +aow +apk +aqa +aqV +arO +aqV +aqe +wIK +avc +lmo +axh +ayv +aES +aES +aES +aES +awX +ckl +aFA +aFA +aFA +aFA +aFA +aFA +mXk +aOH +aFA +aFA +yed +yed +yed +fBv +nUC +yed +yed +sKr +kDv +sKr +kDv +sKr +yed +bna +xfy +inB +bhX +cGk +abj +bwf +bxp +byU +rQH +bCr +bEe +bFG +bHq +bOT +aKu +bMX +fBC +bMX +cNj +bOT +aaa +bOZ +dne +oMy +hwf +drp +bYv +ckt +bYv +ckv +ckv +dER +rcs +ckv +ckv +cub +bVz +bkb +cBo +czM +cBp +cCN +cxa +cEL +lmt +cHH +cJb +juQ +cIW +cPw +cPw +cIW +juQ +cTR +cTR +cTR +cTR +cTR +ddJ +reP +ddJ +jXE +dfo +dfo +dnB +doR +dfo +dqp +dqp +dqp +dqp +dqp +xcD +dqp +dqp +eRw +dce +dce +dql +dBH +dCX +rgY +dfu +ddy +ddy +dIH +xPQ +dWL +hTr +dWL +tln +dIK +kbj +urp +hRa +hRa +dMY +hRa +hRa +tdo +rvx +urp +hRa +dMY +hRa +tdo +urp +ibQ +pWr +dUp +suy +dXn +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aee +agk +agF +agV +ahC +ahC +aim +aim +aim +aim +ajD +ahC +aky +akY +alv +alH +agF +aaa +acC +ant +rJt +joU +acC +aqb +aqW +aqW +aqW +atC +adb +axF +dKB +ayx +byN +bhO +aWq +bhO +bhO +bsi +nME +phe +bhO +bhO +bhO +aKt +qul +tYC +aWq +bhO +qWV +dEH +bhO +aWq +bhO +aZd +baU +bsi +bhO +bhO +aWq +bhO +bhO +jmX +byN +xfy +inB +bsm +dMH +aaa +bwg +bxq +byV +byU +bCs +bHr +rDN +bHs +jOu +bKS +bMY +gTy +bQL +bSJ +bOT +aaa +bOZ +caf +cca +oLl +cfK +ckt +bHm +bac +csW +ega +jQg +rcs +csQ +csT +cuc +bbE +cxa +cyl +czO +cBr +cCO +pJv +cEL +lmt +bIG +dEm +cVA +cVA +cVA +cVA +cVA +cVA +cTV +cVA +clA +cVA +cVA +cVA +cVA +cVA +dft +dgC +diu +dnC +doS +dHT +doY +dqk +drL +cVA +cVA +cVA +cVA +cZR +cVA +cVA +cVA +dqk +doY +dDb +doY +doY +doY +doY +dXj +mfJ +dKo +dNO +dKo +fOr +pEY +kbj +dUq +dUq +dUq +dNO +dUq +dUq +dUq +rvx +dUq +dUq +dNO +dUq +dUq +dSD +dUq +dNO +dUq +dUZ +dIO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +abj +abj +aaa +agE +agD +agD +agW +ahC +ahW +agD +aiG +aiG +aiG +agD +aka +ahC +akZ +alw +alH +agF +aaa +acC +ant +anU +lML +acC +aqc +aqW +arP +aqW +atD +adb +juJ +awm +eQL +bMa +vMg +joe +vMg +vMg +uFI +guk +vMg +uXv +qvT +qvT +qvT +nsL +oir +bdO +ima +xCn +aTj +beb +bOD +ima +kdH +kNg +kNg +qsm +cUT +bOD +jja +kNg +kNg +pso +jdc +bqt +bsm +dMH +aaa +udj +bxr +pgg +bAy +xJT +bEg +bFH +rYn +bJi +vbj +bMZ +bOQ +bQM +bSK +bOT +nqp +bOZ +cag +ccb +cdN +cfK +bYv +ciL +crE +fas +fFT +fun +cqb +crF +csR +ihR +cvF +cxa +rUS +czN +cBq +cCP +wHF +pSM +cGA +iQj +dEl +sAv +sAv +wHZ +cPy +sAv +sAv +sAv +sAv +pzE +sAv +sAv +sAv +sAv +sAv +dfB +sAv +sAv +sAv +pzE +sAv +sAv +sAv +iys +eKN +eKN +neQ +eKN +dwt +eKN +dBP +mbY +dBP +dBP +dDc +eav +eav +eav +eav +dPu +dEZ +dcj +dWK +dcS +cUv +fiK +ebW +beC +beC +beC +dfG +beC +beC +beC +dQI +dTH +dTH +eFE +dTH +dTH +aJD +dTH +frp +ofS +pMe +dXn +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aee +agk +agF +agX +ahC +ahC +ail +ail +ail +ail +ajF +ahC +aky +ala +alv +alH +agF +aaa +acC +ant +rJt +wEA +acC +aqd +aqW +aqW +aqW +atE +adb +roR +lxo +ayy +aBU +aEF +bQs +aEF +aEF +cyT +aEF +aFC +uIk +aEF +aEF +aEF +aRH +aJc +bQs +aEF +bgx +aoZ +rCA +bQs +aEF +aEF +wgV +aEF +bhY +bhY +aSe +myf +bhY +foX +bMb +bov +hMM +bsm +dMH +aaa +pCI +bxs +byV +byU +ein +bEh +sve +bHt +bOT +bKU +bMY +lJk +bQL +bSL +bOT +aaa +bOZ +cah +ccc +cdO +bwV +ckt +csP +egA +czY +ssR +isc +rcs +csS +crG +cue +crH +cxa +cyn +czQ +cBt +cCQ +bkb +cFa +lmt +bWM +dEm +cRh +cRh +cRh +cRh +eqp +cRh +cRh +cYC +cXd +mGG +cYC +cYC +cYC +cYC +dgw +dBj +cmn +cmn +cJY +dmh +dwP +dpa +rIO +dpa +dnc +ghJ +cTW +dwu +cmn +cmn +dQr +dBj +cmn +diw +cmn +cmn +cmn +cmn +cRc +mfJ +dKo +gQL +dKo +cVc +pEY +dSV +dUq +dUq +dUq +gQL +dUq +dUq +dUq +dSD +dUq +dUq +gQL +dUq +dUq +dSD +dUq +gQL +dUq +mXo +dIO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aee +agk +agF +agU +ahC +ahC +ahC +ahC +ahC +ahC +ahC +ahC +akz +agE +agE +agF +agE +aaa +acC +ant +rJt +aoA +apk +aqe +asE +arO +asE +atF +non +avg +kIL +axk +aHT +rRP +aCv +aHT +aHT +qeg +axy +aHT +aHT +aHT +aHT +aHT +ayA +cxs +aQp +aQp +ayA +aGK +kiv +wnZ +wnZ +wnZ +aGK +aGK +bdU +bfq +bhU +waa +bfq +bdU +bnd +bov +hMM +bsn +cGk +abj +bwf +bxt +byU +bMV +rpN +bEi +bFK +bHu +bOT +aKu +bMX +oWg +bMX +cNj +bOT +aaa +bQI +bQI +bQI +bQI +bQI +bYx +ckx +bYx +clU +ckv +dER +rcs +ckv +ckv +euq +bVz +pJv +cBo +czP +cBs +cCR +cxa +sDh +lmt +cHL +uWn +ppu +drR +cPA +ppu +tDw +ppu +drR +cPA +ppu +tDw +tJd +vdl +vdl +vdl +dfv +dfv +lGu +ipW +dfv +dfv +dmi +dta +jJO +gcg +dmi +dmi +duk +hzV +vgr +duk +duk +duk +dBJ +dDa +aRT +dfu +dfu +dfu +dIH +dFb +dWL +hTr +dWL +dHV +dIN +dJG +hbH +lIE +pGr +dVp +dKp +pGr +nMN +dTI +vxl +dTI +dTI +dTI +txt +dTI +xAB +dTI +dUt +dVc +dXn +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aee +agD +agE +agT +ahC +ahV +aim +aim +aim +aim +ahV +ahC +akA +agE +aaa +aaa +aaa +aaa +acC +akG +joW +eQL +thm +eQL +eQL +fNh +eQL +eQL +thm +eQL +uRf +ayy +aHT +azx +cga +vLh +osw +xBA +ljM +aHT +jvu +aHU +kNe +aHT +aLW +aNl +aOJ +aQe +ayA +sVG +aUN +aZg +aZg +aZg +baV +aJd +bdV +bfr +bgC +krw +bjC +bls +bdU +bov +hMM +spq +dMH +aaa +nCt +bxu +bWF +pgg +bCu +bEj +bFL +bHv +bOT +mak +bMX +bOR +bMY +bMY +bOT +aaa +bQI +wuQ +ccd +cdP +cfM +chq +ciO +ckw +sdl +sdl +sdl +swM +hQk +csU +gTk +cvG +nnM +ykb +opu +lrN +dZj +vTv +jmG +njp +bWM +ppu +cKM +rQz +mTs +cDh +cRj +cSx +rQz +mTs +cXf +cYD +doM +dHo +kGk +ssg +dfv +dgF +fyg +dkZ +dnJ +dfv +ggQ +jaE +aWQ +jaE +iHy +dmi +oPr +mYS +mUc +tnO +mYS +duk +dfu +iFR +dfu +dfu +cyA +mBY +dTy +dTy +pBb +tNh +dFC +dTy +dTy +dTy +ydk +hhp +dUu +jev +dTy +klu +dXn +dKQ +dIO +gkL +dLK +gkL +dIO +dKQ +dXn +dKQ +dXn +dXn +dXn +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acF +aaa +abj +aaa +aaa +agE +agD +agE +ahE +agE +agF +agF +agF +agF +agE +ahE +agE +agE +aaa +aaa +aaa +aaa +adb +ans +lpL +aoB +apv +aqZ +aqZ +asW +asZ +asZ +axi +ayy +hSK +szi +aHT +tsl +mRc +jpn +vlv +mzm +aDL +avr +gbO +aIh +bqI +aHT +aQl +sYf +aOK +aQf +aRM +mRM +aUO +wvY +aWo +aWo +baW +uKC +coW +bfu +bgD +wvX +bfu +blt +bfq +bov +hMM +spq +dMH +aaa +kNn +bxv +byX +byU +gSh +byU +bFy +bHw +bOT +bQN +bNa +bOS +bQN +bSN +bOT +abj +bQI +caj +cce +cdQ +kMn +tAH +ciP +bYx +euc +euc +euc +cqe +cvG +euc +hFh +csN +cxa +cyi +wlf +gRO +cCS +qih +cFa +lmt +bWM +eQC +rQz +cSs +cPD +xHE +cSs +cSs +xHE +cPD +cSs +npp +wgS +xkE +qwH +nXa +dgD +dgG +mtM +dlf +dpf +dfv +jqb +nRA +mMR +dad +sBV +dmi +raz +klA +mUc +raz +klA +duk +cak +dDg +rKy +rWJ +nkp +sJa +qzw +vjM +xIM +prC +fQf +xmJ +dTy +dSY +afU +dTE +dUv +dVq +dWI +dUq +uPx +dUq +dIO +dIO +dIH +dIO +dIO +dUq +uPx +dUq +dIO +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +acC +ahA +acC +abj +aaa +aaa +abj +acC +ahA +acC +abj +abj +abj +abj +abj +acC +ant +xum +aoC +aoC +aqu +jZa +asX +asF +aoC +aoC +axm +awq +axm +aHT +azy +vDl +aBG +aAK +uJa +aEI +aHT +hiT +aEM +aEN +aHT +bVB +aKy +aOL +aFK +aEP +aJe +aUR +oey +xFF +lSZ +baX +aZs +bdX +eel +fgI +fPx +bfu +blu +bhU +bov +hMM +spq +dMH +aaa +kNn +bxw +byY +byU +gSh +byU +bFy +cHe +bOT +bOT +bOT +bOT +bOT +bOT +bOT +aaa +bQI +dNR +ccf +cdR +cfO +cfN +cai +ckx +abj +abj +gqa +jDw +prk +csN +abj +abj +oeY +cyp +czT +cBu +cCT +vBU +cFa +frk +hxq +cJh +bKY +fUD +hNd +bsI +rQP +rQP +bsI +xlp +cVF +npp +kyJ +goo +dvj +dcs +ehj +dix +vVF +xoe +nTt +dfv +sda +dYb +mMR +dYb +jpu +dmi +vIF +hda +mUc +dwX +hVT +duk +dDh +fWN +rCm +dCW +icT +dEa +geW +uMD +hEP +qqe +hGs +tyw +lsd +eUF +omI +qOP +kCw +tyw +qSh +dKP +dXn +xnh +dIO +hCj +qIl +xEl +dIO +dKP +dXn +xnh +dIO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +acC +afb +acC +acC +acC +acC +acC +acC +afb +acC +aaa +abj +aaa +aaa +aaa +adb +hbv +tJk +aoC +apl +aqh +ara +arR +asG +atG +aoC +avi +wVW +fFF +aHT +swm +aAL +aBH +qEc +aBY +nHt +aHT +aEL +aJg +ttX +aHT +aLZ +wPI +xeO +aQh +ayA +mvh +aUU +aNv +dUy +aNv +fuE +aJd +bdY +bfu +bcC +bgE +bfu +blu +bhU +bov +hMM +spq +dMH +aaa +lUd +mrg +bwf +bAC +bZJ +byU +bFy +bWX +bWX +iDU +fUl +bOU +bWX +aaa +abj +aaa +bQI +cal +ccg +cdS +cfP +chs +ciR +bYx +aaa +aaa +euc +tlB +cvG +csV +csV +csV +csV +csV +csV +csV +csV +csV +cEY +xQr +bWM +cJi +sYl +cSs +cPD +kht +cSs +cSs +kht +cPD +fPF +npp +ilY +xkE +xqd +iVO +dgD +bkW +djV +fcZ +ouu +dfv +rdB +hfx +aSl +xVm +hOG +dmi +kwr +pGJ +uKp +qbL +meJ +duk +dDr +kNu +fHM +hzw +glP +jmJ +aUD +xQB +sBX +gtW +kfm +pgH +dTy +gri +hBH +tOt +hBH +odS +dWI +dUq +iHv +dUq +dIO +hCj +cvL +uaH +dIO +dUq +iHv +dUq +dIO +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +acC +ahA +acC +pWw +tRa +ajd +ajy +acC +ahA +acC +acC +adb +acC +acC +adb +amN +ant +rah +asF +apm +arM +arb +arS +asC +atH +aut +avj +xAi +auu +aHT +uhM +aAM +oOd +aCF +tPh +aEK +aHT +pYr +dvY +mJr +aHT +aNy +sYf +aKx +noP +ayA +jSy +aUR +aNm +dUy +aNv +bbc +jgz +bbC +bfu +bfu +mqx +bfu +blw +bdU +bov +hMM +bML +cGk +abj +abj +abj +nCt +bAD +jYB +byU +bFN +bWX +bJj +laZ +laZ +bOV +bWX +bWX +bWX +bWX +bYD +bYD +ciT +bYD +bYD +ciS +ciS +cht +cht +cht +cht +vZE +cvG +csV +fQh +czW +czW +cyr +czW +cBw +cCV +csV +gaZ +xQr +bWM +rOW +cKP +lQs +aln +hsQ +dqN +vqr +cbr +nCu +cXi +tlg +mjD +uPJ +mUq +ddO +dfv +bXo +xRb +ncG +ddL +dfv +kRr +oCQ +nzw +woa +dYb +xkM +mUc +mUc +nwY +mUc +mUc +pai +dBY +dDj +dCb +dEo +dEo +dEo +dTy +dTy +ydk +hId +jev +dTy +dTy +dTy +ydk +hId +ryk +dTy +dTy +klu +dXn +dKQ +dIO +dIO +dIO +dIO +dIO +dKQ +dXn +dKQ +dXn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +acC +aip +afJ +adZ +adZ +adZ +adZ +adZ +aip +adZ +alG +agg +adZ +adZ +amz +amL +ant +anW +aoC +apn +aqj +arc +arT +asH +atI +aoC +avk +gii +auu +aHT +vwA +aAN +aHT +aHT +aBK +aHT +aHT +hyI +aHZ +psF +ayD +jrU +aON +avp +aJh +ayA +fBr +aUR +aNv +dUy +aNv +baY +aJd +wIL +bfu +bea +nGd +bfu +blu +bhU +bov +hMM +spq +dMH +aaa +abj +aaa +pCI +bAE +ues +byU +bFO +bWX +bJk +bKZ +bLc +jgY +bQO +bSO +bUV +bWX +bYy +cam +cch +cdT +bYD +cgQ +cgQ +cky +clW +cmX +cht +vZE +fmE +csV +cul +cBv +cBv +cyt +cBv +cCX +cCW +csV +cEZ +xQr +bWM +kAK +eAS +xmc +dmj +lee +vqT +eAS +efi +ssV +dOC +efi +tDw +jNF +aBD +lEN +dfv +dfv +dfv +dfv +dfv +dfv +qyr +dYb +mpe +mKK +lAk +dmi +qhP +hGe +dME +kzq +aNJ +duk +ocJ +qhX +dDh +dEo +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hJh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acC +aFB +nyB +nyB +rYh +nyB +nyB +nyB +aNH +nyB +xOV +sBw +sBw +nIm +amA +gQF +rUl +anX +aoC +aoC +aoC +aoC +aoC +aoC +aoC +awx +aql +hkA +enA +ayD +azC +aAO +aNt +aCE +aDN +mIc +ayD +azL +myP +prD +ayD +ayA +ayA +sRJ +ayA +ayA +iCE +aUT +aNv +dUy +aNv +bba +aGK +gXb +bfu +bcC +bgE +bfu +blu +bhU +dXN +rKJ +wHB +dMH +aaa +abj +aaa +bwf +aos +bCy +ybF +fvE +bHz +pgk +wWZ +bNc +bOX +bQQ +bSQ +kbZ +bWW +jKc +rXk +cci +cdU +bYD +cgQ +cgQ +ckz +uQi +ayt +coq +rrT +cqd +wNv +xkX +qRi +czV +cys +czV +uNS +cCX +cEk +bwL +qHE +cHK +eAS +cKR +cMr +qZV +cPH +dYj +eAS +cNT +fIv +hfo +prN +wFh +cXg +poh +rtF +imN +dfy +vNu +fTz +dsU +dtm +gxD +hfx +pnN +nNu +fpj +dmi +mmK +gBg +bRb +jyv +xhS +duk +dCb +qhX +lQw +jcU +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +acC +aec +akb +aeb +aeb +aeb +aeb +aeb +agB +aeb +cAp +mFy +aeb +oAU +amB +amL +ant +anY +axm +apo +bNy +ard +aoE +uov +uov +uov +uov +awu +bYN +ayD +azD +aAP +aBL +iod +aCI +aDR +aFJ +rEr +aIa +aJj +aKB +aMc +aNq +aOO +aQk +aRQ +epX +aMa +kYd +pOA +aNv +bbb +aJd +bcB +bfu +bfu +mqx +bfu +bly +bfq +bov +hMM +spq +dMH +aaa +abj +aaa +bwf +mbO +emU +bEm +bFQ +bWX +bJm +bJf +bLc +oSb +bQP +bSP +bUW +bWX +bYA +eXm +ccj +cdV +bYD +chv +ciS +ckA +pJb +cnA +cht +cqj +hBk +csV +cuX +cBv +cBv +cyu +cBv +ciY +dte +csV +cFa +xQr +bWM +kBi +jhM +cRn +ncT +giz +fFX +eAS +sBm +cVI +qOu +uoU +cYI +daX +evb +cXj +rXn +dgK +pFn +wTq +dAk +vXG +nEn +obK +wiK +uTP +iQv +dmi +raz +klA +bRb +raz +klA +duk +dBX +uaU +lQw +jcU +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adb +adb +adb +aeM +adb +adb +kiW +kiW +nvW +aUu +rRw +axm +axm +awY +axm +axm +anz +aoe +axm +app +aqk +kUF +arU +auu +auu +mAC +auu +auu +pXQ +ayD +azE +aAP +aBM +xII +xII +xII +xII +xII +aIc +xII +caO +aGK +jeu +aNv +aNv +xRT +aNv +aNv +tic +xRT +aNv +bbc +bQb +bbC +bfu +bgG +toB +bfu +wVi +bfq +bov +hMM +cvW +cGk +abj +abj +abj +bwf +ipZ +fNL +byU +bOe +bWX +bJn +bVf +bVf +qrl +bQR +bSR +bUY +bWX +cbz +cdW +cck +vOj +cfQ +csL +ciS +ckB +clZ +cnB +coF +cqk +crO +csV +cvJ +cvY +cvY +cyI +cvY +ciY +cDa +csV +cFa +pWc +uEi +dWb +naE +dqs +crT +oAd +dvE +eAS +rpu +wid +cXm +jSX +qdm +jSX +dcm +gzd +rtF +dgK +bvO +dBB +aSR +dtm +eOS +kGe +sSr +vzf +oXd +dmi +jyv +gBg +bRb +jyv +aOI +duk +wWI +uxh +lQw +dEo +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adb +aeC +aeN +aff +aXy +afk +afz +agp +aXy +bKa +axm +alJ +kOq +mHW +axm +axm +axm +axm +apq +eyP +axm +axm +axm +axm +axm +axm +axm +axm +ayD +azF +aCH +aBM +aCJ +aCJ +aFp +hPm +hPm +aIc +xII +oZU +aKD +aNs +aXT +vCE +aRS +axC +aUW +wGf +qMO +aZl +bbd +aGK +bcM +stC +stC +jfR +bjF +ova +bdU +bov +hMM +spq +dMH +aaa +abj +aaa +bwf +bAt +fNL +byU +bFx +bWX +bJo +bLd +bNf +bDT +bQS +bSS +bUZ +bWX +toA +fhb +otb +cdX +bYD +chz +ciS +ckC +xOp +cnB +coG +oYC +cvG +csV +csV +cyv +cyv +cyv +cCZ +cBA +cCZ +csV +cFa +xQr +bWM +crx +cEj +dpi +nQF +rAg +dsV +eAS +lRi +wid +grg +xRX +ecz +eFB +eTq +ufH +ufH +seh +iVQ +gYr +xdY +dfy +duk +duk +duk +duk +duk +duk +raz +klA +bRb +raz +klA +duk +dDh +dDk +dDr +jcU +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adb +aeK +aeQ +aeK +aXy +afl +fPv +qoq +jqD +bSk +axm +auu +cnx +auu +axm +jvC +auu +rPv +auu +gii +asd +arV +auw +atM +dWj +auw +jyP +ayD +feb +xmN +aBO +kSX +aCJ +aDS +aFS +aCJ +jDG +bfL +hWP +aKE +ayD +aFR +aFR +bbe +bbe +bbe +bbe +bcI +oJB +bbe +bbe +bbe +bbe +bbe +bbi +dWC +bbi +bbe +bbe +boz +hMM +spq +dMH +aaa +abj +aaa +bwf +mTB +vVZ +bEk +asz +bHx +bJp +bLe +kcE +bPa +bWX +bYD +bYD +bYD +bYD +car +ccm +nHb +bYD +chz +ciU +ckz +aoN +cnD +cht +cre +cvG +uaS +csV +cxl +cuk +cyw +jRl +ciY +tFt +rbT +cFa +xKv +bWM +xmc +cFw +wPe +viY +hOP +xJh +eAS +jOi +wid +grg +cXj +kOD +wid +ekr +xRX +dfz +dgK +tST +dep +rLj +xcg +duk +qES +krc +jvR +lkh +deV +xtw +gBg +bRb +jyv +lse +duk +dBZ +dDm +uuE +jcU +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +adb +aeL +afa +aeL +aXy +afm +afC +emI +bya +bSB +bYR +ieq +esG +amD +eCl +pps +sts +uov +uov +awu +asd +arW +aRR +aKd +aux +qWs +aBa +ayD +niB +azG +aCJ +aBM +aCJ +aDT +aFp +aCJ +aCJ +aIc +xII +rPY +aXV +aNt +aQu +bbe +aRU +aZt +aUX +bfx +aVg +aZn +bbf +bcD +bbe +dZT +bgK +ikX +bjG +blB +bbe +bov +hMM +spq +dMH +aaa +abj +aaa +bwf +bAs +nza +bAs +bAs +bHx +bJq +bLf +bLf +bjM +bQT +bYD +bVa +bWY +bYE +ccn +hby +cdZ +bYD +chz +ciS +ckD +cnE +cnE +coH +eff +cvG +rVL +csV +cvQ +trC +nFu +cAb +cBD +cDc +mVV +cFa +gfZ +bWM +eAS +cKW +gVw +cLn +wtd +qDW +eAS +lQa +wid +grg +hHy +nsg +wid +ekr +cXj +pex +dgK +dLJ +oYh +urq +lmD +duk +uOK +hDu +vYM +jRL +voc +hWg +bKD +bRb +raz +klA +duk +jDc +pCj +nHK +dEo +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeL +afd +aeL +aXy +lnO +tfY +gXs +nng +aXy +bYR +gii +amd +gUc +prY +prY +prY +gUc +oCI +gUc +asd +arX +asK +ppN +fnT +avn +lIp +qmM +aKJ +aFO +aFO +aBQ +lsi +xII +aDW +xII +ijz +aIc +xII +rPY +tZJ +hPm +gxr +bbe +aRV +aTs +aUY +bjH +kUk +aZo +qYX +bcE +bfZ +uwZ +fKN +qUc +bjH +bjL +bbi +bov +hMM +ado +oWb +sbf +sbf +sbf +bwf +bFR +fNL +byU +bAr +bHx +bJr +bLg +bNh +bPb +bQU +bYD +bVb +bWZ +bYD +cat +cco +cea +bYD +chA +ciS +ckF +cmd +cnG +cht +vZE +cvG +nSv +csV +eXJ +scI +cyy +mhU +iVf +tFt +mVV +cFa +gfZ +cHL +eAS +cKX +cMt +xJH +lbz +los +xmc +pPW +wid +grg +cXj +ggf +wid +ekr +jZR +xTI +dfy +vas +rto +mbz +qhZ +duk +vDZ +kOr +klO +ech +yhF +xvq +vHV +rxZ +lai +tZt +duk +dCb +dDk +ksS +jcU +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aeL +afe +aeL +aXy +krp +bya +swF +ftv +lAU +akB +gii +amd +aof +alN +oNe +qPi +jtq +gMb +lBj +asd +arY +wnP +ppN +siY +ppN +are +ayD +tFf +xII +xII +kKH +xII +xII +qCX +xII +aSw +aIc +xII +rPY +aCN +aCJ +ppj +bbe +gec +aTt +kPd +dsH +pnw +iYD +iYD +iYD +wOC +wDz +blE +kpK +qQK +bnf +bNB +bov +hMM +bsr +oWb +btI +btI +btJ +bwf +mTB +vVZ +bEk +asz +bHx +bHx +bHx +bHx +bHx +bHx +bST +bST +bST +bST +bST +bST +bST +bST +cht +cht +ckG +cht +cht +cht +crQ +csX +csV +csV +csV +csV +csV +csV +csV +csV +csV +cnO +gRx +bSz +hjK +eAS +kXM +viY +uHs +fWM +eAS +hjJ +wid +grg +gzd +tZu +fIv +ekr +cXj +rlK +dfy +dfy +dfy +dfy +dfy +duk +duk +duk +duk +duk +duk +duk +duk +siO +duk +duk +duk +nLU +qhX +dDr +jcU +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aXy +iVg +sdm +aUs +brR +lAU +big +gii +sbe +gUc +amQ +alk +aoc +oha +apw +aqp +asd +bPq +nOu +ppN +jTe +ppN +fjW +ayD +oYl +aCJ +aDS +kKH +jya +aCJ +aDS +xII +nSQ +ilO +aBS +aNw +keX +aEY +jMV +bbe +qvJ +aTt +bfA +wXc +bbj +aZp +jym +mSn +res +pKK +bgS +wGq +wXc +bnh +bbi +bov +hMM +spq +wkq +lVl +lVl +lVl +xat +bEo +fAE +bEo +wGz +bHA +xat +lVl +lVl +lVl +wkq +xwQ +bVc +iru +rAL +xwQ +qwl +qRG +xwQ +xwQ +ciV +xwQ +xwQ +xwQ +aER +eZo +lDQ +jBa +cun +jBa +cxm +cyz +jBa +mnp +cxm +jBa +jBa +tHh +qxO +dWP +eAS +cMv +ffH +uHs +cRn +dSd +hZm +fIv +cMq +jSX +eSL +jSX +cUe +gzd +tZu +ioI +dpB +hap +dpB +ioK +tAa +dpB +hap +dpB +dpB +dpB +ioI +dpB +gCs +qLk +dAi +cKY +dBY +qhX +lQw +pyb +dEo +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +aXy +mlT +scH +jaO +bSD +qcK +btV +sUn +gUc +gUc +amR +aoh +hXg +aoI +bNx +gKD +arg +ujq +asM +ykU +kdJ +bXn +hBI +ayD +ayE +aCJ +pwX +iFA +uST +hPm +hPm +xII +nSQ +xII +ipa +rPY +aCN +aEZ +xLa +bbe +jfV +ssy +aVa +pia +uuY +jNg +nFK +bcH +bbe +bfB +bgS +bie +bjJ +blF +bbe +bov +dog +oXh +pLc +vQR +vQR +btK +vQR +vQR +eOm +vQR +qQG +aRd +vQR +vQR +vQR +vQR +pLc +eJO +bVd +jHk +xzH +jHk +jHk +uaB +jHk +jHk +jHk +jHk +jHk +jHk +kcw +fYD +jnW +jnW +hzo +jnW +jnW +jnW +jnW +qMX +lCE +jnW +cVK +cGD +bIX +liC +kBi +jIf +viY +vzd +raR +muR +nOL +nOL +eKx +vUj +xUh +jMx +oWc +ufH +ufH +uVU +fKG +rAS +fKG +dxJ +hke +dxJ +fKG +sDj +cMp +lCh +tBu +lCh +qqa +mbp +dxJ +dBm +flR +tkc +oRs +sDK +pyb +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aXy +aXy +aXy +aXy +aXy +lAU +aXy +qcK +aKK +qcK +qcK +auu +atS +gUc +iQi +amS +anC +aoh +iHU +apx +aXL +ari +aKk +kIC +ppN +azI +jIs +are +ayD +sIQ +xII +xII +xII +xII +xII +ooI +xII +nSQ +xII +xII +rPY +aCN +hqL +eLg +bbe +bbe +bbe +aEW +bbi +yhe +bbe +bbe +bbe +bbe +bio +eLq +kUe +lsC +qnq +bbe +bov +aCO +wZB +vnh +cbd +cbd +cbd +cbd +cbd +bCE +cbd +ieX +cbd +qjT +cbd +cbd +cbd +vnh +gmP +jHD +kqF +kqF +kqF +olo +xuu +kqF +kqF +vei +kqF +kqF +kqF +bSz +bIX +bIX +smE +aTv +bIX +bIX +ckm +bIX +kil +kVB +xCv +gou +iAW +gEI +qFy +qSp +dqC +dkY +oyG +dlg +eAS +fLD +fYd +szd +jUH +hPI +wid +ofJ +xRX +ecz +vYR +dmr +iPy +dmr +dmr +dwD +dmr +dmr +iPy +dmr +dmr +vYR +cKV +lKM +cSF +tAl +cKY +gru +dDr +xqA +dDr +jcU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aXy +azK +vcE +hti +nlU +ibp +vkr +gtB +avd +fkK +qcK +auu +gii +prY +amH +amT +aoh +aoh +aoK +apy +nfs +ari +asa +kIl +auJ +tDR +qgN +cxp +ayD +otu +lFJ +lFJ +lFJ +aDY +aEQ +sDJ +aEQ +qpk +erh +pss +jRG +bxK +aOS +pam +bbe +aRZ +hrq +bfD +kVf +kvx +aSb +xff +bbe +bei +lcj +bgP +bbe +bbe +bbe +bbe +cGk +nPZ +cGk +oWb +oWb +oWb +eNt +eNt +epE +bYM +pVw +eLI +aTE +bYM +bLh +eLI +aTE +bYM +bXC +bYL +tQs +nyx +fby +bYH +eom +kuY +blP +bYH +eom +kuY +blP +bYH +fby +bYH +cBh +cCY +ddk +aFx +aFx +bmW +bmW +aFx +aFx +cPO +jrZ +cPO +cYP +rro +rro +rro +rro +rro +rro +gXj +drX +qaC +gXj +gXj +dci +phP +dfr +cXJ +dHS +gPW +dnh +gPW +cXJ +mtQ +mtQ +fiC +jZi +fiC +wSy +mtQ +tNd +tlP +dnN +cKY +cKY +dEo +pyb +ixE +lQw +jcU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hDZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bEL +cts +kYX +jrg +bya +bya +jpB +ipM +bAN +oOe +aFa +amd +iNR +prY +ajL +gUi +aoa +aod +aoJ +apz +fbc +asd +asd +amG +asd +asd +asd +asd +ayD +ayD +aFR +ayD +aFR +aGP +aFN +ayD +aFN +aIk +aFR +ayD +aFR +ayD +aQr +ayD +bbe +poN +bfA +bfA +bfA +bbj +bfA +bPi +bbe +ben +bfA +anB +bbi +aaa +abj +aaa +dMH +nDu +dMH +aaa +abj +aaa +eNt +anA +fNr +bYM +pFd +uXC +bLi +jvs +nRC +uXC +bPd +bNz +bTb +tYa +mrW +bYH +fRQ +hNV +heL +cMF +qwR +wHc +qwR +cMF +cvu +hBy +fRQ +bYH +jtV +pZs +cBT +bmW +evi +iRd +iRd +cjy +aFx +qVF +nFk +moT +ydA +rro +wiR +kFL +diG +daW +rro +jCz +cUd +dch +ntR +gXj +gYQ +stu +wwC +cXJ +lwj +izv +hig +tiA +upi +mtQ +cnX +hZk +phN +daP +drM +mtQ +xxn +lKM +wIS +cKY +kjb +upf +dEo +mAz +fgB +dEo +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +xqw +lVQ +cIr +bNs +rAU +oae +hKr +mKd +mTi +oOe +aXy +aKr +asJ +prY +prY +prY +gUc +aof +gUc +prY +prY +asd +asb +asO +aId +asd +bWr +bes +eNt +abj +abj +abj +aMf +aGf +gyp +aFS +hsA +aIj +aMf +abj +abj +eNt +aEX +bWr +bbe +ghx +aTz +qpq +aYg +qZu +aZv +wSa +bbe +xng +beg +iRy +bbi +abj +abj +btL +bwq +eWw +bzc +btL +abj +abj +eNt +xGw +vXI +bYM +rmw +bNj +bka +asI +bka +bNj +bPe +bQW +bTb +nbx +lsO +bYH +fMj +hNV +bta +hBX +olR +dOl +gPT +gQZ +xDn +hBy +dht +bYH +lNj +pZs +cBT +bmW +hKW +qMa +qMa +aGO +aFx +xOa +ndT +vAM +hIj +rro +cXr +jjr +lRb +ddZ +rro +hiP +kQQ +elp +npH +cJg +jHO +jyh +wwC +gPW +iOA +mZR +dkk +dlr +gDm +mtQ +eIJ +duB +dmt +dpn +sJM +fiC +cUn +xwF +nZs +cKY +upf +fkW +dsR +mnt +lQw +dEo +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +hUL +vvb +rdb +bgO +aMd +bgO +oXq +uex +cke +hBK +aXy +auu +vTs +arh +lDP +amV +mVc +aog +aoL +apW +eRl +wMc +ipY +amh +lOZ +cwa +orL +xJU +eNt +aaa +aaa +aaa +aFR +aGP +aFN +aFR +aFN +aIk +aFR +aaZ +aaa +eNt +bex +vXI +bbe +ssM +aTA +tTt +hgc +bbi +aZz +tIO +bbe +unT +hyS +mqR +bbi +aaa +btL +btL +tdj +lnY +xnB +btL +btL +aaa +eNt +vXI +bwA +bYM +lvi +mQe +nFQ +pBe +uGm +bTd +qlh +bQW +bTb +tYa +bXc +fjd +fMj +hNV +nBA +iuU +iuU +iZq +ccq +ccq +urH +hBy +cax +fjd +cEW +sYI +cvX +ucc +fgE +gLi +wiJ +rfK +aFx +oCX +kcc +bVy +cPQ +rro +dJM +xxW +vAb +cBF +rro +hAO +qjp +cdt +eId +gXj +tjY +stu +wwC +gPW +eQP +wjw +hAj +dJE +hvl +mtQ +dAL +cAj +gIn +fpq +jHK +fiC +cUn +lKM +rYu +cKY +dEo +dEo +dEo +mAz +lQw +jcU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aXy +fPV +qXS +pIa +ocr +eOZ +reR +wMt +jjK +jif +aXy +dZE +oij +oOs +amP +gqt +tsd +auu +auu +amP +oUP +asd +aWG +asN +aFD +asd +bwA +azf +rDp +aaa +aaa +aaa +aaa +aaa +aFb +aaa +aaa +aaa +aaa +aaa +aaa +rDp +aKI +vXI +bbe +tvu +aZA +bbi +boD +bbi +aZA +tvu +bbe +bbe +bbe +bgT +bbe +aaa +btL +bvd +bwv +log +bwv +grl +btL +aaa +eNt +bxP +vXI +bYM +ene +szf +sZw +aDj +bLl +bNl +bPg +iqA +dAg +uzO +bXc +bYH +fMj +hNV +nBA +dYK +vcM +iZq +ckL +kmy +urH +hBy +cax +bYH +lNj +qRY +uXe +qVc +spG +cAe +iRd +cjy +aFx +mQS +vJb +jri +fXb +rro +puv +aub +nxN +jjf +rro +hiP +tCF +nkB +npH +cJg +tjY +nGy +hxL +cXJ +ppp +iAH +frl +dJE +alW +mtQ +fmG +cAj +xId +lsu +szy +mtQ +rrJ +sMH +fDk +cKY +lYg +vOA +dsR +tPX +dDr +jcU +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aXy +fAm +vNq +bfw +rNL +lOk +kut +reR +jjK +cxA +qcK +bYR +axm +cIs +bYR +bYR +hKc +axm +dZR +dZR +inQ +uBS +avs +bDM +inQ +dZR +bWr +awB +rDp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rDp +aKI +aQv +eNt +uaT +acF +bbi +aWH +bbi +acF +uaT +eNt +bes +bWr +awB +eNt +abj +btL +bve +waT +bxE +bzd +bAJ +btL +abj +eNt +bWr +bWr +bYM +bbk +jPe +oSD +mBX +bLm +ayU +bPh +iuA +bTb +tYa +bXc +fjd +fMj +hNV +sfc +dZP +dZP +rfC +dZP +dZP +ugn +hBy +cax +fjd +lNj +pZs +cBT +bmW +hGN +jfy +jfy +maI +aFx +eXM +hqR +xGj +jgE +rro +rSM +iOD +nxN +nQa +rro +vjg +uoe +gDg +etV +gXj +eiR +stu +wwC +gPW +qhF +iAH +hAj +uVz +vCt +cXJ +fDY +mwo +gIn +lsu +gqn +fiC +cUn +lKM +wIS +cKY +psr +dDr +dEo +jKL +dDh +dEo +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bEL +xNW +gam +aoM +lOk +lAO +rpi +maJ +lcA +aHi +qcK +fuM +avq +kke +aWI +axm +xWG +aoi +dZR +dZS +uOZ +auz +cEe +asP +hfe +dZR +fHK +ayH +eNt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eNt +aQs +bWr +rDp +aaa +aaa +aaa +aWC +aaa +aaa +aaa +rDp +beq +blD +azf +eNt +aaa +btL +yfI +bwv +dIt +bwv +pZI +btL +aaa +eNt +bwA +wtE +bYM +fgN +cXQ +xPS +qET +bvS +vey +bYM +bYM +bXD +tYa +mMh +bYH +apY +hNV +aCA +lzp +nfe +ocx +kIt +mLg +aKw +hBy +pbt +bYH +fAe +cux +cBT +bmW +lpo +wiJ +wiJ +alT +aFx +cRb +fLM +eBR +xKE +rro +dgU +jjr +rtE +pdP +rro +gXj +drX +qaC +gXj +gXj +kGM +iHK +wwC +gPW +xpC +czB +jDu +dgM +pIP +cXJ +nnn +qsU +dlW +ddN +iTq +fiC +vcS +tlP +dnN +cKY +cKY +cKY +cKY +vEN +cKY +cKY +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xqw +nuI +iGm +cbQ +bQz +bQz +axb +jvo +vlj +aXy +aXy +erb +cmq +kke +auu +hFg +tsd +auu +dZR +dZU +auA +awA +avu +asQ +yeH +dZR +fHK +nyK +eNt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eNt +ePY +bwA +rDp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rDp +ber +blD +awB +rDp +aaa +btL +btL +mRu +bxG +mRu +btL +btL +aaa +eNt +bwA +bWr +bYM +gkg +lYz +teX +lgg +qix +pie +uNz +ces +bTb +tYa +bVD +bYH +caA +ccr +aCA +bzb +uQa +chF +uQa +xlQ +aKw +coL +udz +bYH +lNj +cux +rKT +aFx +aFx +aFx +aFx +aFx +aFx +pOf +pOf +gcZ +pOf +rro +spc +vmT +evM +lZm +rMW +gYA +tTe +xno +qWr +xyV +tTe +fca +jXH +cXJ +hjN +lQH +idy +ujx +rnI +cXJ +tzb +bqR +ygY +nfl +kZe +mtQ +oOq +tXA +cSA +xOd +cKY +dHZ +cyK +fRI +diC +cKY +cKY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +hUL +beh +kut +bfw +rpi +rrk +kut +bfw +wYL +qcK +ajN +riV +auu +quV +jRH +hNR +usm +auu +dZR +afO +inQ +inQ +bsD +afO +axB +dZR +bWr +aqG +eNt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eNt +aEX +bez +rDp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rDp +fHK +bwA +cOZ +rDp +abj +abj +btL +btL +btL +btL +btL +abj +abj +eNt +uuc +eHj +uHS +sNI +aUS +bka +pmC +bka +aeg +bke +ces +sKy +fhz +ixL +bYH +rML +ahr +esO +ovJ +cgL +cml +ckN +oZd +cfx +lDJ +cqt +bYH +lNj +cux +mxB +yfP +mga +pvq +nMa +btF +yfP +xWz +aGs +pjq +bPf +rro +uOC +vle +mZY +rJE +iRO +jsK +jsK +dNH +kwO +ekF +ekF +iHK +jhp +cXJ +cXJ +gPW +bze +gPW +cXJ +cXJ +mtQ +fiC +hrU +fiC +mtQ +mtQ +xre +sMH +uMo +dea +cKY +dCj +uMo +vgt +dFc +sbS +cKY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aXy +muJ +ctx +nbz +pAK +cGb +sJL +aWf +pFO +qcK +jYj +riV +iaJ +wYu +auu +iEG +aJm +auu +inQ +mEB +itA +auB +bsD +afO +atV +inQ +avw +nyK +rDp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rDp +jOC +jqI +eNt +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eNt +oFF +jBO +aEH +rDp +aaa +abj +aaa +aaa +abj +aaa +aaa +abj +aaa +eNt +cOZ +bwA +bYM +otj +alX +jCU +nGZ +gMf +jKd +sXu +oig +bTb +poO +sfb +kxP +caC +cei +gIb +uYD +iYN +kaQ +gcd +cmj +uFx +gwF +coN +pDk +fRv +hdR +uXe +hqM +dIv +iIZ +aNr +pRL +yfP +cFg +nwC +ctq +rVP +rro +rro +dgS +cSy +hhM +yib +bwS +rIs +uWA +uej +lvD +rIs +stu +nwK +ioI +dpB +dpB +gUx +dpB +dpB +tAa +dpB +dpB +gUx +dpB +dpB +ioI +cKO +lKM +uMo +uMo +dro +uMo +uMo +kUQ +uMo +uMo +cKY +wkK +gpC +gpC +gpC +wkK +gpC +gpC +gpC +wkK +wkK +wkK +wkK +bgs +nKm +qVD +nKm +bgs +bgs +bgs +tFi +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aXy +aXy +aXy +fUr +aRO +aRO +nwv +aXy +lAU +aXy +iav +riV +riV +ycC +qMH +axm +tsd +auu +inQ +afO +aus +auC +bsD +xJG +bYI +inQ +vmw +ayH +rDp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rDp +aEX +vmw +aZu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eNt +bWr +vmw +wbk +eNt +eNt +eNt +rDp +rDp +rDp +rDp +rDp +eNt +eNt +eNt +uaL +vXI +bLn +bLn +bLn +bLn +bLn +bLn +bLn +bLn +hHW +gHk +tYa +inM +bYH +gkj +oZd +ovJ +cfX +xAW +koI +akc +rgo +ckP +ovJ +rpx +bYH +gZs +cux +cBT +yfP +amE +xRI +exg +eOb +yfP +jSd +uat +mIK +wSK +oph +mrF +mrF +mrF +mrF +mrF +diJ +eCg +hJq +lHp +ruI +tjY +dUw +jkC +uiL +wYD +tad +rtV +kAf +dCo +hke +dxJ +fKG +xJL +kbw +dxJ +iLl +dxJ +nnK +lOy +pMz +cKY +xRj +rjE +dEs +dFe +dqA +diN +xBP +hLe +smO +lle +qNx +uhH +qOp +gLC +wIE +pnl +rzk +lCR +dqP +mTK +wWV +dfQ +hkN +gOz +ycK +wwk +abQ +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +tpI +aGR +aGR +aGR +omN +tpI +aaa +axm +cEv +riV +aqo +ork +axm +axm +tsd +uaA +inQ +xZn +aRL +auZ +awE +azS +axD +inQ +cUb +ayH +eNt +eNt +eNt +eNt +eNt +eNt +rDp +rDp +rDp +eNt +eNt +eNt +eNt +eNt +wyT +bwA +eNt +rDp +rDp +rDp +eNt +rDp +rDp +rDp +eNt +bwA +bWr +iht +vmw +bwA +wzJ +wzJ +bWr +bWr +bWr +bWr +gxu +ahh +wzJ +uaL +bwA +bLn +eax +qAl +ieC +bxA +wbd +wis +bLn +oHp +bTb +tYa +pGK +hTV +hTV +qVK +mVy +hTV +hQJ +hTV +bYH +bYH +bYH +bYH +bYH +bYH +mxE +cux +alM +yfP +yfP +yfP +yfP +yfP +yfP +pOf +pOf +lMH +aBE +oEy +gbi +ngW +sFB +xGf +rbM +fNw +tTe +vkA +edY +xPs +tTe +stu +eUH +vYR +dmr +lKM +dmr +dmr +vTJ +dwD +lkK +mEV +wPH +vTJ +dmr +vYR +dmr +qTY +dmr +ntt +cKY +diz +ilP +imx +gBH +nch +cIh +whX +wUr +oeP +nOP +hvE +osV +lMB +vLX +gMI +xpI +qpf +gQm +gWi +cYg +nBC +xIQ +xzr +pRP +rqX +xXc +abQ +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aXy +jBn +jBn +jBn +hUk +aXy +abj +axm +keZ +tIK +aQE +aQE +axm +gtP +pHc +eBa +dZR +asS +asc +avv +uLE +pnZ +axE +inQ +bwA +mOB +vdP +aYB +wUT +aCK +eNt +rUi +nxa +fLG +czf +eem +iFe +fPh +qWE +aZu +mSI +eOQ +aFM +web +lik +shB +frN +awC +jgK +jgK +fda +mmC +mmC +kAN +mmC +deT +mmC +mmC +cCG +cCG +nsP +pQq +rMx +ume +ume +oeH +oGt +bLn +wkN +nPN +uMM +afG +bLo +fxX +bPk +aZB +dAg +uzO +mrW +hTV +caF +eKO +chJ +cfZ +chG +hTV +fhF +cmm +qCN +coP +cqu +kGm +baL +sYI +cvX +npk +uGp +aHQ +cOp +aGr +npk +xWz +tdY +mIK +xaQ +ihb +gbi +gTS +mkJ +nUx +neI +kTR +scR +fSX +fEJ +ekF +ekF +iHK +pey +hTW +wyX +hpX +dhe +nSC +wvy +dhe +nSC +nSC +nSC +rQD +nSC +nSC +omV +ieo +omV +omV +omV +cKY +vse +whX +whX +qZA +txW +whX +whX +gpC +gpC +wkK +gpC +gpC +wkK +wkK +wkK +wkK +prI +iWV +hGZ +kgy +rLW +ird +aDy +tmY +ila +abQ +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bPl +aaa +aaa +aaa +aaa +bPl +abj +axm +axm +axm +ukT +axm +axm +fyk +deR +bYN +inQ +asT +inQ +inQ +inQ +dZR +dZR +inQ +ber +ayH +aZu +hBe +cjh +gFn +aZu +hQt +nOe +wUM +tpP +ocd +wWd +gRm +pMr +aZu +meP +bWr +jqI +bwA +bwA +hxm +bwA +bWr +bWr +bWr +evx +evx +aqm +oGt +vmw +nwm +jhV +rfd +rfd +rfd +rfd +rfd +rfd +rfd +bLn +fmg +bLn +bLn +bLn +bAm +bHK +fDB +rtm +aKb +www +pXz +bTb +tYa +bXc +vXl +chG +eeW +uxv +chG +coo +hTV +fFp +oOU +vzy +etA +nfU +kGm +pmI +qRY +uXe +iLJ +hHx +aHB +cOq +cQe +npk +cFg +fAW +rQS +wuO +pky +gbi +qXD +qRc +wQQ +rbM +yff +dtz +dRu +toO +dtz +qvp +emi +fVX +nSC +pfe +qbN +pYo +tJa +uNv +aHO +bqo +nSC +qDX +xEW +mbC +nSC +mQD +qCv +qYm +bhC +omV +ijG +mtC +whX +dfA +rKO +gbZ +ojt +whX +nNb +dYl +abj +abj +abj +abj +aaa +aaa +abj +wkK +qVD +rwn +kUE +puY +jLt +eyn +mfB +eak +kfl +wwk +wwk +wwk +wZz +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +abj +abj +abj +afg +afg +afM +afg +afg +aaa +eNt +vWA +iTC +qGz +auv +aZu +bWr +nyK +aZu +eqc +cjh +miH +aZu +duh +aIi +xec +cQi +bPp +ekH +mli +gGE +aZu +meP +iXL +eNt +aZu +aZu +aZu +eNt +rDp +eNt +rDp +eNt +rDp +eNt +rDp +eNt +rDp +eNt +rfd +mlN +azQ +hgA +bHZ +xUm +rfd +obC +vGA +oUa +iXz +bbl +bLp +dDN +fIy +dZO +dDN +bLn +bLn +iri +tYa +bXc +jol +cQk +eMB +cem +gQg +chL +hTV +ckR +cjb +aAY +qOd +cqv +kGm +jtV +cux +cBT +npk +mRU +veB +kQN +wTL +npk +jSd +uat +bLF +ngX +kUY +gbi +gbi +gbi +gbi +gbi +gbi +kOA +gbi +nTE +nLC +iol +nLC +nTE +nSC +lPy +dYX +gto +oMf +uwf +fzn +gwk +wTx +uqn +vFB +wah +nSC +yeb +qCv +fZJ +lBT +omV +keu +xRw +whX +cZI +kZg +dwK +aKF +whX +tVX +btf +whX +whX +whX +abj +aaa +abj +abj +abj +bws +bws +oVN +cqI +vUm +wWQ +ooe +uME +vLp +skK +wdu +rqj +skK +acF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afg +afn +afN +aED +afg +aaa +eNt +aZu +aZu +bYK +bim +aZu +bWr +ayH +aZu +aWu +quK +tYs +aZu +cay +cIi +mAy +qgV +woQ +nsi +ice +paj +aZu +toQ +gGJ +aZu +rAH +rqC +iHw +eNt +aaa +abj +abj +abj +aaa +abj +abj +abj +abj +abj +rfd +pqQ +pYb +vrH +wyf +ebX +rfd +aKm +vgU +chO +iBt +aWz +iBt +bHM +bHM +bNr +ebf +rTF +bRa +bTb +tYa +bXc +xjx +uMC +uRg +cen +iKe +chM +hTV +kGm +cmo +kGm +kGm +kGm +kGm +cuA +cCY +cxd +npk +npk +npk +npk +npk +npk +pOf +pOf +pOf +nWy +pOf +vmL +iCy +jNp +xHN +mNf +fYN +hhF +taH +nTE +pfu +oIQ +hrW +qgK +nSC +azw +olT +olT +olT +eag +wDq +dpG +rQD +dJk +dJk +itv +nSC +kWa +aXY +lDc +mgx +omV +jZO +nRQ +whX +cZF +vma +ejn +ojt +whX +dsI +pGz +daZ +hTj +iJq +abj +abj +abj +abj +aaa +aaa +bws +qVD +brM +hGZ +cYg +lhb +mQL +kaS +abQ +abQ +abQ +abQ +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +afi +afx +afP +azN +afg +aaa +eNt +xpq +eqK +mrQ +inE +aZu +amU +wlt +aZu +aZu +aZu +aZu +aZu +aZu +gLa +adt +mUs +rZr +aZu +qEU +aZu +eNt +nyK +lAG +aZu +wZe +tpP +cUO +eNt +abj +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +rfd +qBc +aIb +dok +sgM +iOu +rfd +iLB +sUt +ayz +bNk +uSK +bFV +bLp +sYQ +bLs +sih +bPo +www +bTb +tYa +bXc +sYV +xuX +qzu +tkj +pzX +chN +hTV +tnr +uPY +xIf +coR +ijQ +crX +lNj +nph +tsc +crW +cDo +bQX +gtC +tIr +amF +kHw +xVX +ixf +pBc +eKi +lfC +jKj +fBF +jKj +jKj +pPP +arj +ovF +nTE +qTE +bxc +vyK +mpz +nSC +hUT +vDp +ewd +lEt +gJg +usY +lvU +dlj +bdv +xWO +jSE +nSC +ogZ +drV +dgE +nAV +omV +rfB +rUQ +whX +whX +sMY +hvw +whX +whX +wFT +pfT +hhf +umr +meB +uTg +abj +abj +aaa +aaa +aaa +aaa +bws +xUX +kap +bKb +rdn +hci +cEq +lQk +qxt +pPl +bgs +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +afg +afy +pIC +aUt +afg +aaa +eNt +aZu +aZu +mrQ +inE +aZu +pTk +nyK +wTc +gSH +xtU +ijO +aSX +lGa +eyN +cYe +rMi +dGo +gnP +qQE +wzJ +baf +fiF +ydY +aZu +aZu +oPj +eNt +eNt +abj +aaa +abj +abj +qZg +qZg +lpe +qZg +qZg +wij +wij +wVb +axp +sXB +wWY +ffz +wij +wij +wBK +wBK +wBK +wBK +wBK +bHO +wBK +wBK +wBK +wBK +wBK +tkp +bYL +tQs +hTV +tLI +ovl +pzX +ike +pbz +hTV +bCH +wDd +gqV +jtC +coM +crX +lNj +cux +cBT +cxr +cyN +jep +cyN +jez +aWn +fxS +xVX +ixf +dqv +wNd +hoo +gXh +fnc +ixf +eZz +cMG +hhF +gFX +nTE +bxe +ahl +hrW +jjN +nSC +nSC +nSC +nSC +nSC +nSC +nSC +nSC +nSC +nSC +nSC +nSC +nSC +omV +pjS +vnp +omV +omV +qmw +itt +whX +cIh +ddu +whX +whX +xXh +nHh +miZ +hkE +iFx +dsO +rTi +rvR +abj +aaa +aaa +aaa +aaa +jyJ +jyJ +jyJ +jyJ +fzL +cxQ +eee +iKY +aEG +aEG +bgs +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +afi +afi +tzI +hTI +afi +aaa +eNt +ucm +iTC +bsC +inE +aZu +bWr +avm +rhX +crB +crB +crB +wjm +eOQ +eOQ +eOQ +eOQ +wdH +crB +bgU +crB +wjm +cPG +vXI +aZu +uKK +tpP +aAT +eNt +abj +aaa +abj +qZg +qZg +jqZ +ofe +tBk +qZg +ojg +hlS +kKs +kKs +scb +kKs +dQZ +kGr +pjK +qpD +qDE +bLx +aIf +wiM +bHP +dMA +bLx +exe +bPs +ctc +bTb +tYa +caz +hTV +caK +ccC +ceq +cgS +kCy +hTV +yaq +aon +cHc +kHA +cqx +lgO +ctp +xKs +cBT +mbV +cyO +crJ +cBQ +cDm +bgt +guw +nBr +cnP +cnP +cnP +cnP +cnP +fhQ +boG +hhF +wYP +kTs +vVL +nTE +giY +ajK +xhz +nEq +iRU +tNT +cWj +djh +xqC +iRU +vMM +oVS +bsQ +ktr +eHW +vWK +hQV +omV +omV +omV +omV +frf +eRI +iYK +whX +qGo +oZp +fFU +mAW +dyL +xxp +ikw +nIl +cSn +xbW +kDE +juL +aaa +aaa +aaa +aaa +aaa +rXE +mTo +kbP +kgY +brM +spk +vzp +iKY +tWx +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +afi +mcC +afi +abj +aaa +eNt +aZu +aZu +bsC +tpP +aZu +tcZ +lKI +sAT +hNw +hNw +hNw +hNw +hNw +hNw +hNw +hNw +hNw +hNw +hNw +hNw +llm +eHF +vXI +aZu +bni +tpP +tpP +eNt +aaa +aaa +aaa +voO +oeG +hVa +oRz +mMc +qZg +jWA +nxy +nxy +nxy +qfs +nxy +nxy +wpT +mqG +btT +fVI +bsH +wBK +sBN +xKt +wBK +arn +bjg +aSp +jhH +bTb +tYa +bXi +hTV +qiD +xxQ +hlW +jPE +hTV +hTV +jLO +bHI +bJs +coS +cqy +crX +lNj +cux +cBT +hZL +cyP +wAw +tvy +pPC +cvV +cIb +cGP +cnP +cuy +avC +cuy +cnP +reo +dka +bvP +gUg +hhF +vVL +nTE +rZS +bqH +hrW +uEw +iRU +cXV +xpL +tEs +tIN +cZS +luJ +tIN +pOh +vlS +uBg +rxC +bSV +mAB +uGc +hrQ +hrQ +raP +pTE +dxg +whX +giE +sDS +wYQ +mnK +nPi +dct +ejp +dnQ +cyH +cVM +bpY +aNB +aaa +aaa +aaa +aaa +rXE +rXE +qEO +qvr +kgY +sYj +fKv +oNY +kfl +wwk +wwk +wwk +abQ +abQ +abQ +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afi +tzI +afi +abj +aaa +abj +eNt +pqR +rwJ +bhf +vMT +ntX +pzT +jUO +gWq +aqn +aKz +hcu +aVX +ygu +bYa +nRc +hcu +ybO +bEY +aqn +dCQ +byC +vXI +aZu +jhx +ePp +tpP +eNt +abj +aaa +abj +pWt +qjn +wzN +now +ozg +hcH +uTA +nJC +bqK +phI +cGS +drq +boI +xha +wij +tVj +wBK +tVj +wBK +bLy +qIv +wBK +tVj +wBK +tVj +wBK +bny +ydm +lnZ +bYP +trv +ccD +cer +cgf +kGm +fho +ikz +sQa +cHc +auy +coM +sBG +lNj +cux +cBT +hZL +uTz +hZL +cyQ +hZL +cvV +cFm +cnP +cnP +nae +gss +qmT +cxn +cxn +cxn +cxn +cxn +cxn +rxe +nTE +nTE +nTE +kOA +nTE +iRU +mkb +kfP +cRY +iOs +bdK +jjx +uid +nWI +tMF +lBW +lyQ +pKP +itO +oDH +fkE +ahj +xBx +eNn +dFG +dFG +tld +lhF +tld +sfI +sfI +nHS +cYM +plL +dfw +cKN +dCg +whX +aaa +aaa +aaa +aaa +rXE +mCt +eJJ +rXZ +jyJ +wfX +tIo +wGh +abQ +oCs +wUm +ikQ +izD +hPG +wwk +wwk +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +abj +dij +dij +abj +dij +aaa +aaa +aaa +abj +ach +abj +abj +aaa +abj +eNt +unV +mkG +tZR +aZu +tcZ +iRa +spv +hHr +hHr +ooO +azJ +vId +bYa +cJJ +vId +nMx +ooO +jcq +jcq +lyy +fLB +bzo +gPY +eUA +stG +bjS +eNt +abj +aaa +aaa +rux +jJv +fvL +oRz +oUq +qZg +qcZ +nxy +yhT +cDq +ifS +sFp +nfX +nfX +bxJ +lrg +yfx +lrg +nAW +kjl +wwx +riP +lrg +vGK +lrg +jfN +bTb +bVp +hbW +caM +caM +hOL +ces +chK +esC +fIf +uZe +vEt +eXa +ikz +coM +tkO +lNj +cux +cBP +gqN +cqw +cqw +cqw +kGs +cuw +cqw +cqw +uGe +aKh +bNn +wdQ +cxn +xLK +pHK +pHK +fxV +cxn +rxe +xNa +vRa +fBX +hhF +iKC +iRU +xBI +hrQ +pla +gmN +cZS +xBX +omQ +dBp +uCO +wBU +elz +oGX +mAB +naN +gGq +qlZ +dFG +dFG +dFG +wmx +pxJ +gOk +eXH +uIL +sfI +qvq +cYM +fOF +aXO +aXO +fOF +whX +aaa +aaa +aaa +aaa +rXE +kwe +bIf +etw +jyJ +tAT +uWR +vzp +wwk +dpt +fwP +fwG +luE +diy +mng +wwk +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +abj +dij +dij +dKz +aaa +abj +aaa +aaa +dij +dij +sso +dij +abj +adg +abj +abj +aaa +abj +eNt +aZu +pka +pys +aZu +bzn +awF +tpP +tpP +bwA +aZu +aZu +rDp +wul +rDp +rDp +aZu +eNt +bWr +tpP +izS +tyc +cQh +aZu +bWr +fyJ +aAT +rDp +abj +aaa +abj +qZg +qZg +bhB +aww +kXm +qZg +cAO +nxy +tiI +lsv +lsv +xCs +iST +nfX +vvF +nKs +fDy +nKs +tdA +oiI +iKH +dmA +tdA +oEK +tdA +xgA +bTb +tYa +bXc +iHC +byK +hDP +cet +cgh +kGm +eoI +ygh +kTm +vFK +coT +cqB +crX +lNj +cuD +cyS +cxw +cyS +cAm +cyS +lEw +rOz +cyS +xhF +sfl +aNk +xjh +wpb +sZE +mqy +aDX +boK +bqM +jeE +bQV +riA +sEk +boG +boG +boG +iRU +uUt +pMg +xGI +wTI +iRU +iRU +orw +fjO +xVk +fjO +uNH +mSZ +nBc +nBc +nBc +nBc +dFG +oCv +aGe +dNt +gpb +hak +xXJ +fuv +tld +qwI +cYM +kga +dgV +dsb +dqE +whX +aaa +aaa +aaa +aaa +rXE +ngc +nHT +lUw +toG +dvH +gYq +vjc +qtv +wpg +kjn +qbB +tox +diy +sti +kfl +abj +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +aaa +rkU +aaa +aaa +ace +acf +acG +aaa +aaa +rkU +aaa +aaa +abj +adg +aaa +abj +aaa +aaa +abj +eNt +eNt +eNt +aZu +vLn +gnk +lMI +lMI +uHq +jHd +iAe +xZU +bzt +eUA +hpH +kTw +fLZ +csb +cwd +cto +boH +uIg +aZu +xZd +aAT +rDp +rDp +aaa +aaa +abj +abj +qZg +qZg +qZg +qZg +qZg +rIx +oll +rGZ +pQj +tWG +eNp +cWi +dZp +wij +bZF +wBK +bZF +wBK +nyq +qwK +wBK +bZF +wBK +bZF +wBK +xTE +qRt +bXc +nIw +iDa +qdh +iDa +cgi +nIw +wpW +cmr +wpW +wpW +wpW +wpW +wpW +oLM +lNj +lNj +lNj +lNj +ubG +lNj +lNj +lNj +lNj +lNj +ucQ +qvt +bjK +cAu +cxn +bSW +min +cxn +cxn +cxn +tLi +tLi +fXQ +uvQ +ixf +uvQ +cZS +nBm +tIN +iRN +tIN +iQK +iRU +itt +itt +itt +itt +iRU +nBc +nBc +kLw +qin +uKs +dFG +owW +mRK +yic +vVp +ugr +yic +fVJ +tld +bih +pfT +wCF +oyt +kzn +ycb +iJq +aaa +aaa +aaa +aaa +rXE +mPZ +jyi +tpc +jyJ +wGh +hJM +vzp +wwk +dpt +oih +qVu +dOt +qDv +kHq +abQ +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +ace +acf +acG +aaa +ace +acg +acG +aaa +ace +acf +acG +aaa +abj +adg +abj +abj +aaa +aaa +abj +abj +aaa +abj +eNt +aZu +arf +oxi +axx +aZu +aZu +aZu +avo +qxh +weH +aQn +aZu +eNt +eNt +uMu +tfN +cuK +aZu +aZu +rDp +rDp +rDp +abj +abj +aaa +aaa +abj +rbf +jNz +hVo +hEX +rbf +rwh +nxy +vNh +xLL +kKs +kKs +hFj +nfX +gcP +fUV +fob +ceF +vTq +qmz +gme +cjw +szx +pgK +bNI +cOs +bTb +tYa +bXc +iDa +beo +jWd +cgr +hJo +nIw +veK +eVf +eVf +oaU +eVf +mfs +wpW +coU +brS +gLB +dsa +klf +klf +klf +klf +brS +oxu +jTS +cnP +azM +pZs +hEh +cxn +vsc +csh +eQv +hUh +cxn +eUZ +hhF +gmC +qBo +cXO +sWY +obk +tIN +cUc +jag +lDq +cGi +kpp +juU +uzU +ohw +qJk +phR +nBc +hqo +iqf +doZ +rzb +qlM +ukk +ftl +lVR +ooD +ioU +xsu +knR +tld +aUx +ljY +xsE +mrn +elg +kDE +wbt +aaa +aaa +aaa +aaa +rXE +fxN +weX +wax +kgY +mMm +kwD +puY +wwk +cmG +jUG +lvd +jUG +rnY +wwk +abQ +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ace +acg +acG +aaa +ace +acg +acG +aaa +ace +acg +acG +aaa +abj +adg +aaa +abj +aaa +aaa +aaa +aaa +aaa +abj +abj +eNt +rDp +rDp +rDp +eNt +pIB +krZ +xRD +aRh +qxh +aJf +orX +wVC +aZu +rDp +rDp +rDp +eNt +abj +abj +abj +aaa +abj +aaa +abj +rbf +rbf +rbf +fRf +dcN +ulQ +rbf +laY +nxy +yhT +sFp +ifS +vlD +tTJ +nfX +mqG +nev +drJ +cmD +wBK +fou +gtc +wBK +mOS +bjg +hzJ +jhH +bTb +tYa +bXc +iDa +bXV +bXW +ryK +cgk +nIw +cjq +cuI +dPi +cuI +dPi +rDi +ctn +pCq +cEt +aXU +hVj +klf +pPL +umf +klf +cEt +gLB +bqu +trG +aKh +pZs +cAu +cxn +iQt +fxe +cxn +cxn +cxn +aZD +hhF +mhy +hLX +lkt +xCf +cZS +nhI +oPo +xdH +tIN +wdX +kpp +uxu +bBn +vYg +udb +whM +nBc +nBc +nBc +nBc +nBc +dFG +sPI +vWU +sPI +sfI +kfU +yic +nzS +sfI +sVQ +vpQ +sDF +cBJ +hZD +jOZ +ihz +aaa +aaa +aaa +aaa +rXE +rXE +qvr +fyS +kgY +aHk +xtj +xSV +wwk +abQ +wwk +wwk +wwk +abQ +wwk +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +ace +acg +acG +abj +ace +acg +acG +abj +ace +acg +acG +abj +abj +adg +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +rDp +aAX +miY +fyJ +vkq +vkq +jzu +cJm +vOK +rDp +aaa +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +abj +mxd +xnK +vUG +udK +gKA +miL +csa +rbz +xcP +upO +vxH +yfs +hFq +dzu +lHb +wij +tVj +wBK +tVj +wBK +hIQ +vYm +wBK +tVj +wBK +tVj +wBK +aBP +tUU +wQp +nIw +fen +bsG +erF +bfN +nIw +nhe +nhe +nhe +nhe +dPi +rDi +wpW +cnP +trG +trG +trG +qSo +trG +trG +qSo +trG +trG +trG +cnP +gjZ +pZs +cMM +cxn +vsc +csh +rPk +nuF +cxn +vEG +lxV +bNA +gSY +wqN +ipQ +vxn +vxn +xNl +qxB +cZS +xGA +kpp +chy +ngQ +elr +qJk +qJk +qJk +abj +abj +abj +abj +dFG +tCL +gaU +cZZ +sfI +jSb +yic +xLg +sfI +qUJ +ejp +hhf +dqJ +ttS +ihz +aaa +aaa +aaa +aaa +aaa +aaa +rXE +ipT +fQg +kgY +uME +xtj +brM +aEG +xui +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +ace +acg +acG +aaa +ace +acg +acG +aaa +ace +acg +acG +aaa +abj +adg +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +rDp +aNx +fPJ +cjo +tpP +cQh +jda +nlB +mbj +rDp +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iTw +djm +lvO +aJu +ykT +cMb +rbf +baZ +nxy +rSQ +nxy +nxy +nxy +rGZ +nfX +gcP +bPz +lXP +bLx +lyJ +vQg +gme +xsR +omJ +cLo +jhD +nBF +oaR +tdF +off +cgi +vUg +bNt +jZT +rUo +nIw +qxv +vGb +mhL +iBn +dPi +eVf +csd +wpW +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +trG +aKh +pZs +cAu +cxn +iQt +kiB +cxn +cxn +cxn +efy +bNC +mhy +qSX +hOj +jqc +tLi +gpa +hhF +itT +hhF +boG +kpp +kLf +uge +pBA +qJk +abj +abj +abj +aaa +aaa +aaa +sxb +wbf +kxX +dOd +sfI +xbC +nYh +tqS +sfI +jzE +ejp +dlk +cJl +aNB +abj +aaa +aaa +aaa +aaa +aaa +aaa +jyJ +jyJ +jyJ +jyJ +mYq +xpD +uZr +iKY +bgs +bgs +bgs +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +sso +dij +dij +abj +ace +acg +acG +aaa +aaa +ach +aaa +aaa +ace +acg +acG +aaa +abj +adg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +eNt +rDp +rDp +cyU +pbY +jUf +fdo +rDp +rDp +eNt +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +ygI +eJl +dPb +iiH +rpF +fkB +rbf +oav +sMh +ygp +rwg +sTu +qAh +kZm +hsK +mqG +hzJ +bjg +oLg +wBK +eQE +jou +wBK +dHl +gPS +qnC +tVj +oaR +yia +off +cgi +tDs +bPc +eSS +uOa +nIw +uYg +vGb +sBg +nhe +tsQ +fMZ +cse +wpW +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +trG +aKh +pZs +fdj +cxn +bmg +axv +gVD +fsO +cxn +vYL +jyK +mhy +ixf +ixf +ixf +tLi +efp +gnn +phO +umY +loS +kpp +kNU +trS +xGP +qJk +abj +aaa +aaa +aaa +aaa +aaa +dFG +nNB +sAP +pRY +sfI +sfI +sfI +sfI +sfI +lPW +cup +iMT +whX +whX +abj +abj +aaa +aaa +aaa +aaa +aaa +bgs +ltQ +juo +bgs +cYg +kwD +cqI +iKY +uyi +njV +bgs +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +abj +aaa +aaa +aaa +ach +aaa +aaa +aaa +adg +aaa +aaa +aaa +ach +abj +abj +abj +adg +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +abj +rDp +eNt +rDp +rDp +eNt +rDp +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +mfr +mfr +mfr +mfr +mfr +mfr +mfr +wij +ykk +qct +kMu +wij +jIO +vHf +wMZ +wij +tVj +wBK +tVj +wBK +dDq +aym +wBK +tVj +wBK +tVj +wBK +wUX +hyT +fWF +nIw +kTV +hNq +wSm +ajM +nIw +gJk +uYg +raw +nhe +qwd +cqG +csf +wpW +cCc +cCb +cCb +dia +cCb +cCb +dia +cCb +cCb +cOw +cnP +nBt +edQ +ipy +cxn +iQt +tgn +cxn +cxn +cxn +kLT +vaT +qov +rFZ +aYh +dtn +eEl +ixf +ixf +nYe +hhF +qJk +ufa +kGy +oJT +hCx +qJk +abj +aaa +aaa +aaa +aaa +aaa +iMT +bjZ +bjZ +bjZ +bjZ +lHz +rLs +mHA +kSQ +drT +aEk +iMT +abj +abj +abj +abj +abj +aaa +aaa +aaa +abj +bgs +jRY +tOS +dvz +nVz +dZe +mUU +eVl +iuF +oBx +bws +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +acp +abv +abv +abv +aci +adg +adg +adg +adg +adg +adg +adg +adg +adg +adg +adg +adg +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +aaa +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +tpg +wTo +njn +sNN +nFM +fSx +iwz +wij +bMn +fvc +jaY +bgW +kfZ +cFJ +oCd +uNy +nxD +mKU +gTe +gTe +rbL +gTe +toK +gTe +mKU +gTe +kjm +lwn +nEM +cyY +jKJ +apP +mKQ +wAd +lsz +nIw +vJt +vGb +rHX +nhe +btS +rOJ +bjh +wpW +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +trG +aKh +pZs +aKi +cxn +aHA +vsc +uew +pBQ +cxn +apA +dMg +vrQ +boG +aWJ +wvx +gnn +hhF +hhF +kzR +gnn +sXA +gRr +oDB +dzn +oDB +gVG +abj +aaa +aaa +aaa +aaa +aaa +iMT +aaH +dmk +srZ +xYp +xlc +nSV +nSV +cyD +jXF +mFh +iMT +aaa +aaa +abj +abj +abj +abj +aaa +aaa +abj +bgs +fGc +soV +aEG +ycK +rzq +vzp +iKY +hDH +isA +bws +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +abj +aaa +aaa +aaa +acj +aaa +aaa +aaa +adg +aaa +aaa +aaa +acj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +dXq +aCG +uAD +pYC +ipP +kzt +qLG +wij +qeW +sPc +tXq +dJh +pqh +vJi +ykX +peY +fcv +ykX +ykX +fcv +sKX +ykX +fcv +ykX +ykX +fcv +dZQ +dTU +awD +rCj +nIw +nIw +nIw +nIw +nIw +nIw +nhe +nhe +nhe +nhe +qHx +eVf +jiT +wpW +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +cCb +trG +aKh +pZs +cBV +cxn +cxn +cOv +cxn +cxn +cxn +ixf +ixf +ixf +ldn +snC +xFE +fRG +ykw +rfQ +rpC +cGQ +bdq +xQj +tsP +nFd +oDB +gVG +abj +aaa +aaa +aaa +aaa +aaa +iMT +cSE +cbH +dEr +dki +lQf +qBw +nXD +wtV +lzG +iMT +iMT +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +bgs +dvz +aEG +aEG +cYg +ott +cqI +iKY +uyi +lYd +bgs +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +dij +dij +abj +ace +aco +acG +aaa +aaa +acj +aaa +aaa +ace +aco +acG +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oEG +abj +abj +abj +oEG +oEG +abj +aaa +abj +abj +sPU +cQf +tXj +rQl +cyX +piG +scl +wij +cws +kWd +bqV +cfF +pqh +qCw +jKo +hst +hLf +lcV +hLf +hLf +vMO +hLf +hLf +hLf +hLf +hLf +aUZ +noJ +xEC +kWD +iVy +oTm +jmF +vPY +iVy +xEB +jmF +pHe +muX +amC +cjx +eVf +csi +csi +csj +oHG +csi +csj +csj +csj +nra +csj +csj +csj +csi +pNl +pZs +oFL +oNd +aLE +jbN +oYN +mNS +glR +dhd +rXC +oNd +aJv +hhF +nKZ +wqU +gnn +hhF +phO +gnn +sXA +kGy +oDB +mhv +kGy +gVG +abj +aaa +aaa +aaa +aaa +aaa +iMT +heU +jOl +mcQ +bjZ +dtf +got +wyC +uTw +drZ +pLI +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +bws +cjt +iYo +sol +iYo +nCy +rGQ +bgs +bgs +bgs +bgs +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ace +aco +acG +aaa +ace +aco +acG +aaa +ace +aco +acG +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oEG +aaa +aaa +aaa +aaa +aaa +vrw +uyC +uyC +uyC +mfr +azP +plF +fjM +tQS +uaN +sQe +wij +jEo +nxy +qQL +wij +ori +wZx +dvM +vBg +nWC +vBg +nWC +vBg +xqb +duP +vBg +nWC +vQN +hjl +vBg +ulI +kjR +kFe +iVy +oPw +msu +wZR +iVy +oPw +cGB +cmy +muX +dCD +cjx +dPi +csi +cuN +cze +cze +csi +cyZ +tvI +xnx +cFK +btY +tvI +suE +csi +ubi +pZs +qGY +oNd +cQj +jWj +cIk +kYb +cIk +yku +anv +hmU +gnn +kVr +ixf +ixf +ixf +ixf +itT +hhF +loS +qJk +wCJ +ndr +iNL +kpp +abj +abj +aaa +aaa +aaa +aaa +iMT +cUa +tEx +dEq +wmB +rCz +fPM +sRE +lvb +emF +fPU +abj +aaa +aaa +aaa +aaa +aaZ +abj +abj +abj +bws +qVD +prg +cqI +giU +cqI +xaX +tNU +gJS +cpJ +kkX +bgs +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +sso +abj +ace +aco +acG +abj +ace +aco +acG +abj +ace +aco +acG +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oEG +aaa +aaa +aaa +aaa +aaa +uyC +uOh +rBp +wLq +mfr +wHH +uoR +eRB +aQd +cRV +pGt +wij +uXf +uRt +gYJ +wij +pqh +rpE +nkm +vBg +bci +svf +mmY +pLN +jhv +sSw +far +lJd +sQs +dus +vBg +veF +gSg +off +iVy +emK +ahP +emK +iVy +emK +gYB +emK +muX +eDh +bpQ +dPi +csi +psD +rlp +cwk +uMO +cAs +snx +cAs +qqh +kQm +xGk +kQm +ibt +nQT +cLr +cAu +oNd +lSa +ilj +taT +pSp +rTt +tyI +tOf +oNd +ixf +ixf +ixf +oRB +pxP +uvQ +phO +hhF +drE +loS +qJk +qJk +qJk +kpp +qJk +abj +abj +aaa +aaa +abj +iMT +rTe +tlf +eCa +knU +wXE +ttD +qKk +kZp +kNk +lwx +abj +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +bws +gJS +kwD +kap +cjp +bgs +bws +xkZ +bws +bgs +bgs +bgs +abj +aaa +dij +dij +abj +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ace +aco +acG +aaa +ace +aco +acG +aaa +ace +aco +acG +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +hnM +oFN +num +jGG +cYc +mfr +hoh +oxq +wjk +mfr +pyd +mfr +wij +wij +wij +wij +wij +pqh +lEP +off +qDP +nYT +tEH +xsg +eYD +nRd +rLn +eYD +eYD +xcz +bep +lMA +oaR +jFs +opM +iVy +plb +emK +nHv +fWp +aQi +lCD +vYI +muX +mAw +bpQ +dPi +csi +iYU +sxG +ghA +csi +qLB +eKD +kOE +hEU +fYP +eKD +qfd +csi +aKh +cyW +wpb +wXF +pau +fZt +xTU +rfS +oNd +oNd +oNd +oNd +wua +hhF +aZC +gwI +fDS +ixf +uft +cGQ +pCC +nBN +ixf +vtv +tYB +ixf +ixf +lyw +abj +abj +abj +abj +iMT +iMT +iMT +iMT +iMT +iMT +enH +agI +rkf +iMT +iMT +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +abj +bgs +rOG +kwD +gWi +vzp +bgs +qIz +hzH +qIz +pAT +hJd +rSb +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +ace +acE +acG +aaa +ace +aco +acG +aaa +ace +acE +acG +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oEG +aaa +aaa +aaa +aaa +aaa +kmQ +fNP +waz +jQm +xdX +bAT +gtN +emh +aDE +azO +emh +vhs +nKI +aSq +bAT +mIj +xMn +lEP +off +flL +hkR +njM +xvf +tXu +ayF +sNr +ezx +njM +ezb +exS +flL +oaR +jFs +off +iVy +eqH +imZ +tuQ +xnE +tuQ +imZ +rvJ +muX +iie +ipj +wpW +csi +csi +csi +uGY +csi +xql +cAt +cBZ +hEU +mYH +fLx +cGX +csi +jbW +fRm +mgK +eaa +pEU +cIk +cIj +vaB +xYL +uHo +boW +oNd +mAp +qSG +qSG +jBk +dew +vHZ +uLC +hhF +lPi +gnn +qxk +gfF +wPu +boG +iOS +boG +acF +acF +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +bws +qVD +uME +nMl +cqI +iKY +bgs +plp +tTp +feK +rKg +bgs +bgs +aaa +aaa +abj +aaa +abj +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +aaa +abj +aaa +aaa +ace +acE +acG +aaa +aaa +abj +aaa +dKz +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +wwW +xVx +uPP +bjN +dXz +swy +pdW +swy +mhu +bQa +pKv +sBx +pKv +jOr +osD +hWM +smr +raT +off +vBg +lSQ +bvh +eeh +aaj +bsA +wKf +knW +kQd +nXw +uHJ +vBg +oaR +cwf +dUT +enC +wiL +dTs +ihG +jfD +ihG +xhN +wVI +wtG +xxc +flV +hIK +oQq +wSl +wSl +xwz +csi +csi +csi +csi +jAn +csi +csi +csi +csi +olj +iHg +lkf +eaa +xtq +psp +cMO +cIk +qvE +cJz +aOM +oNd +gnH +gnO +ltA +wcI +dXu +hqG +amf +hhF +bdW +ycZ +ixf +vmL +vmL +ixf +ixf +ixf +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +aaa +aaa +aaa +aaa +bws +qKB +brM +nMl +cqI +iKY +adA +acs +vmC +xTo +gDY +bgs +abj +abj +abj +abj +abj +aSC +abj +dij +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +abj +dij +dij +aaa +aaa +abj +aaa +aaa +dij +dij +abj +dij +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oEG +aaa +aaa +aaa +aaa +aaa +nLL +bJl +vxw +hNN +jYv +gzL +qoU +ksz +wKh +lrz +keM +euk +tAn +lvu +vxh +bLK +jrO +eTQ +ocu +vBg +cmf +vBg +vBg +vrM +xcj +qoW +aud +vBg +gwc +vBg +vBg +sDq +lgJ +lfo +iVy +dsc +vsi +vsi +hwR +vsi +vsi +mZX +muX +oiJ +ylJ +eVf +wpW +wvn +wvn +quv +csi +wwX +cEw +cFz +shI +bzC +cJA +cLt +csi +sah +cOu +fmS +oNd +usR +iVJ +cTe +rTt +cWe +sko +unM +oNd +ixf +uWh +iUT +hco +ixf +ixf +vUn +kVr +ewM +hhF +tAW +ixf +lfi +hVr +fMS +qSX +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +fEv +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +aaa +aaa +bws +qrq +brM +nMl +brM +bgs +adA +mfI +eAb +hcY +eAb +bws +aaa +aaa +abj +aaa +aaa +jtN +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +dij +abj +dij +dij +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oEG +aaa +aaa +aaa +aaa +aaa +tTZ +num +eTh +bYU +uyC +eoX +eoX +eoX +gdN +lrz +vTi +nsd +nsd +nsd +nsd +nsd +nNj +lEP +oBN +ulm +mtc +vnV +vBg +vBg +gNh +fkv +vBg +vBg +vnV +vnV +ulm +rml +lEP +off +iVy +cvz +cKZ +oai +fSZ +hpo +cKZ +wuX +muX +bed +gPL +tyD +wpW +ctA +eVf +quv +csi +gKl +cEx +xSg +xVZ +cuM +cOt +tCb +cHa +hQq +hQq +hQq +cHa +cHa +cHa +cHa +cHa +cHa +cHa +cHa +cHa +nYb +gnn +hhF +hhF +gpK +hhF +hhF +gnn +ewM +kVr +gnn +tuF +hhF +vve +rZH +qSX +qSX +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +fEv +fEv +abj +aaa +aaa +aaa +aaa +abj +iKY +iKY +iKY +iKY +aEG +aEG +aEG +xUg +pkv +pGn +bgs +aEG +xgs +xOQ +tUW +pAT +bws +aaa +abj +abj +abj +dak +jzK +dbc +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oEG +aaa +aaa +aaa +aaa +aaa +uyC +lWn +aNb +nwW +uyC +fxz +kWB +rXK +hJA +wCZ +aAZ +nsd +vVY +ukJ +irM +nsd +wUP +ryz +off +exJ +kyw +dqT +kcz +vxb +ftp +rMy +nMc +ryj +aYj +gpP +exJ +biM +rpE +ecf +iTG +iTG +iTG +bCP +bCP +bCP +iTG +trX +trX +iPd +ljq +adh +wpW +nWF +dPi +bvl +csi +cDr +hYU +ceo +eRa +cTf +cJB +rMw +cHa +tQD +ema +pXM +aTB +nIH +qiB +tVH +cUI +cWf +osS +mPR +cHa +hhF +uAs +xLj +jZg +jZg +nVT +xLj +qbp +rxa +hhF +gfF +ixf +jCO +pRX +hhF +pPQ +ixf +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +iKY +lkZ +gMW +iQw +brM +wTf +kap +brM +kwD +kap +cjm +bXX +ePX +onR +jIg +gmG +bgs +aaa +aaa +abj +aaa +dak +jzK +dbc +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +aaa +aaa +aaa +uyC +qLC +gNj +dOp +uyC +gUl +jbL +eoX +pyv +hcr +fZa +oKN +mai +mxk +iaw +nsd +oaR +lEP +nkm +ulm +stF +dno +dkg +aIZ +gMG +iEL +udR +jlU +lam +eRR +ulm +veF +lEP +off +iTG +jvM +phT +qVU +mwp +knI +eyJ +trX +abj +abj +aaa +abj +wpW +msA +fmc +jKM +csi +hif +cze +xSg +cct +cuM +kjB +cLu +cHa +kbm +oeN +vUX +cWg +cWg +cWg +glb +cWg +cWg +kya +pxO +nvb +cAr +lMl +vmL +qPD +dMN +dMN +sIu +vCZ +lkW +sIu +qPD +qPD +qPD +qPD +sIu +rad +rad +rad +rad +sIu +mRI +etF +etF +etF +qmo +teg +teg +abj +aaa +aaa +abj +fEv +bgs +bgs +bgs +lsa +ekU +lNx +brM +bqj +jKy +cqI +kwD +kap +brM +aEG +bXX +aGZ +aGZ +aGZ +aGZ +aGZ +abj +abj +abj +dak +jzK +dbc +abj +abj +dij +dij +abj +dij +dij +abj +dij +dij +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +oEG +oEG +abj +abj +vrw +ldv +irO +gzk +uyC +eoX +eoX +eoX +sIj +nLX +rVa +rWk +vrk +fiJ +rNi +nsd +cIt +lEP +off +ulm +xaa +wJU +grA +jeM +ptZ +nqn +acU +amO +tdi +fcC +dMi +oaR +bxB +jgp +xBs +xgH +sLI +mSb +tjl +bLj +cis +trX +abj +aaa +aaa +aaa +wpW +cUH +eVf +quv +csi +giQ +cEy +fhJ +gBP +cGZ +cJC +prx +cHa +cJn +qJx +kaG +kyI +xrg +xrg +xrg +xrg +ydj +nZg +eez +cHa +ixf +qPD +qPD +yfO +sGD +qno +xNs +rBe +khQ +uHX +rad +haa +qKv +jUn +sIu +ijq +mtz +wOg +fVZ +sIu +qbx +cvg +wfT +oLH +uqx +teg +abj +aaa +aaa +aaa +aaa +abj +fEv +fEv +bgs +bgs +eXw +bgs +pGV +bgs +bgs +cqI +vJu +cqI +brM +lCy +aGZ +aGZ +ylr +fSa +rix +aGZ +aGZ +abj +aaa +dak +jzK +dbc +aaa +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +dij +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +vjf +eoX +fxz +kWB +rXK +hJA +rqZ +aGQ +nsd +vVY +vVY +rFE +nsd +oaR +rpE +off +ulm +ulm +saz +dCl +kSW +tWq +vpT +vpT +vpT +iMa +htQ +ulm +edc +rpE +off +pOZ +hnJ +ybV +iHp +lAq +xkw +nri +trX +abj +aaa +aaa +abj +wpW +eDh +eVf +inO +csi +csi +cHa +cHa +mVx +cHa +cHa +cHa +cHa +tFR +qGm +cMR +xrg +jgZ +xrg +xrg +xrg +xrg +nZg +gko +cHa +abj +qPD +tyW +tyW +lja +uVh +pKe +qHN +uRC +kAm +rad +qOz +qFp +niP +sIu +wOg +pAx +cRv +gAT +sIu +rMZ +dbm +tqE +tqE +mqr +teg +teg +etF +etF +hxk +hxk +etF +mRI +wig +wig +kap +cqI +cqI +fPH +cjm +bgs +kww +nMl +bqj +cqI +sxq +aGZ +cqJ +wmp +hbq +heT +jpo +aGZ +abj +abj +dak +jzK +dbc +abj +abj +aSC +aSC +aSC +aSC +aSC +aaa +abj +aaa +aaa +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qcX +eoX +gUl +jbL +eoX +gdN +nLX +kFm +nsd +nsd +nsd +nsd +nsd +llR +lEP +off +pSw +ulm +vbK +nNR +oGv +csI +gCk +wVR +uSp +wgg +itF +ulm +hUQ +lEP +off +iTG +mQE +oHn +pAu +jGe +wtP +wbW +trX +abj +aaa +aaa +abj +wpW +rEQ +uaZ +ubW +ctB +tfZ +cHa +cAv +kpV +jVh +oiz +gTT +cHa +iEw +qGm +cMR +cWh +cWh +cWh +cWh +ckX +cWh +hvN +wqV +hQq +abj +qPD +pGQ +cHb +aXM +nwu +uQQ +lxi +tdv +nMH +sIu +sIu +tDD +sIu +sIu +nrp +ptU +vfK +qPD +sIu +mRI +vyZ +uDO +tqE +aRY +sgP +sgP +sSY +xSx +hJe +lTj +rvy +pPc +rhY +seK +sol +sol +sol +sol +wSx +sol +sol +lLP +ebz +pCD +hqT +oEO +kBQ +tcQ +jNM +gvn +omg +aGZ +abj +aaa +aaa +cSN +abj +cTN +ewF +ics +ics +ics +ics +ics +uKe +cTN +aaa +aaa +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aOP +eoX +eoX +eoX +eoX +nMg +nFv +ieN +mih +xBZ +dBq +ovT +eSx +oaR +lEP +off +uRI +ulm +ulm +ulm +ulm +ulm +ulm +ulm +ulm +ulm +ulm +ulm +riH +lEP +oBN +trX +trX +trX +trX +trX +trX +trX +trX +trX +abj +aaa +abj +wpW +eDh +eyg +dPi +dPi +dPi +cHa +cLB +pLt +pmT +aEJ +aEJ +dJC +njJ +cJE +cMR +cWh +cWh +cWh +cWh +cWh +cWh +nZg +qZk +hQq +abj +sIu +qpB +bfK +aXM +kAm +noV +nwu +wPb +qno +lHO +ksQ +kAm +txG +sIu +sIu +jVi +qPD +qPD +oMS +mRI +uDO +daR +ooq +eQi +vyM +uDO +lmQ +eiX +eiX +kiP +uDp +uDO +eiX +ojS +cqI +kap +cqI +bqj +tNU +kap +pdq +brM +brM +kap +hPL +aGZ +pyC +geX +hbq +hfw +gCZ +aGZ +abj +abj +abj +cTN +cTN +cTN +aaa +cQb +cQb +cQb +cQb +cQb +aaa +cTN +cTN +abj +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +aaa +aaa +abj +aOP +eoX +fxz +kWB +rXK +hJA +dHF +bsh +jYQ +wJu +qUI +aFI +rZD +wwR +qiu +ocu +eCk +ito +abV +lhQ +aWB +fAL +lDS +bjR +iBF +cIa +smZ +ito +wwR +qiu +ocu +siM +jdm +pGO +tsr +pGO +suO +jrw +jBA +siM +abj +abj +wpW +wpW +fTX +wpW +wpW +upU +eVf +cHa +cAv +xZj +cFF +jhk +mcD +cHa +dnd +cJF +cMR +cWh +cWh +cJc +cWh +cWh +cWh +nZg +rIU +hQq +abj +sIu +ugq +aXM +cHb +nwu +mch +jiN +vEE +oqy +ota +jEu +asL +emR +lPK +ygL +nIr +fDM +tPu +aiR +nWe +pxy +pxy +pxy +tHO +tqE +teg +teg +etF +etF +hxk +hxk +etF +mRI +mRI +cjm +brM +uME +wTf +oAe +uME +aEG +ycf +brM +kap +hPL +aGZ +aGZ +vmO +yeD +rix +aGZ +aGZ +abj +aaa +aaa +cTN +cTN +abj +abj +abj +abj +abj +abj +abj +abj +abj +cTN +cTN +aaa +abj +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +nHU +eiL +eoX +jfY +eol +eol +eiL +eoX +eoX +eoX +eoX +qsq +abj +abj +aOP +eoX +gUl +jbL +eoX +wSu +gTt +iBI +xIe +oKf +cHJ +eQq +xIh +oaR +lEP +fQJ +hKT +ito +sml +nrq +oRb +oRb +oRb +oRb +oiG +fms +iMB +ito +bLt +aHr +off +siM +brP +jpX +vsY +gsE +eCB +bQo +xVQ +siM +abj +aaa +wpW +rds +sIA +ukb +wpW +pXo +aAV +cHa +cHa +oXr +cHa +cHa +cHa +cHa +oBX +dym +pKd +kEe +kEe +kEe +kEe +kEe +kEe +cxo +qql +hQq +abj +sIu +iLt +skW +skW +sDL +eKA +nwu +sUk +mwz +iSe +glD +vrp +bji +sIu +vdF +fZf +fzE +ndH +fzE +jEH +uDO +tqE +vMW +rRQ +sOB +teg +fEv +fEv +abj +aaa +aaa +abj +peo +bgs +bgs +aEG +aEG +bgs +xkZ +bgs +aEG +aEG +aEG +uME +hPL +rDc +aGZ +aGZ +aGZ +aGZ +aGZ +abj +abj +abj +abj +cTN +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +cTN +abj +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +iIG +cjz +mBi +bPF +vhK +rqo +wRa +qnD +rRb +umO +lfj +eoX +eoX +eoX +eoX +eoX +eoX +eoX +eoX +eoX +uMS +sIa +eoX +nOf +eoX +son +eiL +eoX +nZo +lEP +jdC +oEq +mnw +mNk +mbN +une +une +une +une +asR +vaF +psd +mnw +oaR +lEP +nkm +siM +qMT +gsE +ndS +mQT +xTw +gsE +ddf +siM +abj +abj +wpW +jyT +sME +jyT +wpW +pfg +eqM +dPi +pNk +tCU +wpW +aaa +abj +cHa +aCT +tgi +nJw +nJw +nJw +tmh +nJw +nJw +nJw +oRL +oEY +cHa +abj +sIu +kUW +kUW +skW +xIj +hiL +kAm +eJW +vcp +grj +jCv +xvI +qno +jLn +eyM +ulP +kDl +uwh +uYi +sIu +rad +rad +qmo +qmo +qmo +mRI +mRI +acF +fEv +abj +aaa +aaa +abj +abj +bgs +qTe +rZY +wSg +vJJ +rdn +sFT +bns +aEG +kap +hPL +brM +cPC +dKO +gYK +tPx +cPC +cPC +jpm +aaa +aaa +cTN +aaa +aSC +aSC +aSC +aSC +aSC +aSC +aSC +aSC +aSC +aaa +cTN +aaa +abj +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +wcy +qnD +saC +fGi +lqB +saC +qnD +saC +rRb +adz +uzH +rRb +eYN +rRb +noL +rRb +sNe +aXK +pzB +eoX +cpp +wPJ +ocz +eoX +tmr +vsl +oHX +eoX +gMM +rhT +uOM +vmP +hxs +mSs +aRP +aJk +aNp +axz +xYi +eij +wuT +aJk +xhC +iaN +qQC +vmP +dMP +wzU +gsx +pMd +hGV +ncQ +ebq +ujc +siM +aaa +aaa +aaa +xze +flE +xze +wpW +tkJ +dPi +wUk +sPP +edd +wpW +abj +abj +cHa +hQq +wIb +pLT +wgH +nVU +tfF +pLT +bUe +nVU +aTC +hQq +cHa +abj +abj +abj +maL +maL +ayk +gUt +uYi +mch +fTK +vvS +ljm +nvN +qno +tll +qFw +eoB +xnQ +tnj +vEy +pfl +pTi +kqa +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +abj +bgs +ncN +uKR +cla +bdG +dPI +tMG +ncN +bgs +gdK +nWJ +soW +lqJ +agJ +hoX +uvM +lPT +eXo +lPT +uKe +cTN +cTN +ewF +ics +ics +ics +ics +ics +ics +ics +ics +ics +uKe +cTN +ewF +rnO +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +eoX +dfm +qnD +rqo +uFf +rqo +dAe +ciA +rRb +bfH +bfH +pfn +qlY +cuv +qlt +rRb +dPi +xDs +eVX +eoX +fyo +uKU +fjF +nqJ +kAW +lIT +itk +eoX +wrR +hLf +hLf +qMw +mnw +mNk +tFu +nrq +aVp +bHY +aVp +fms +ntO +psd +mnw +wrR +jni +syk +siM +fnS +gsE +wSY +lKe +rgk +txi +ddf +siM +abj +aaa +aaa +xze +amu +xze +wpW +wpW +wpW +wpW +wpW +wpW +wpW +abj +aaa +abj +hQq +hQq +beB +jks +jks +jks +jks +jks +qZF +hQq +hQq +abj +aaa +aaa +aaa +abj +maL +maL +xzO +wor +nwu +czX +nwu +qno +gtD +tti +oqJ +smQ +dcC +deN +fzE +qvA +edp +wVT +kqa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bgs +bws +kEX +rWw +kqQ +rWw +paM +qVD +bgs +bgs +bgs +bgs +cPC +lZy +xhr +cym +cPS +cPS +cPS +aaa +aaa +cTN +aaa +cQb +cQb +cQb +cQb +cQb +cQb +cQb +cQb +cQb +aaa +cTN +aaa +abj +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +qYP +xXY +snb +hce +azB +rqo +ciA +qjB +rRb +rRb +rRb +rRb +cHd +gib +uKq +bxy +dPi +azH +dPi +eoX +uMS +erQ +eiL +eoX +uMS +tjq +eiL +eoX +jck +fWo +dnm +nda +nSd +duD +cHF +mkI +nKj +xYE +nKj +ido +aWA +lMb +ito +oVL +aIe +oVL +siM +soY +ulq +gsE +eCB +iaG +fhk +xVQ +siM +abj +aaa +aaa +xze +ptg +xze +abj +abj +abj +aaa +abj +abj +abj +abj +aaa +aaa +abj +cHa +hQq +bjQ +epF +jRP +epF +uMd +hQq +cHa +abj +aaa +aaa +aaa +aaa +aaa +abj +maL +maL +gwg +mch +lja +eKA +mch +azo +czX +kwC +hfb +osf +toU +fzE +osf +fzE +uUC +kqa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +bws +bws +qVD +bws +bws +bws +bws +abj +abj +abj +abj +cPC +cPS +cPS +cPS +cPC +wXe +wXe +abj +abj +cTN +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +cTN +abj +abj +aaa +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +mHe +lQA +aSd +kfy +aJE +xKV +qnD +wRa +rRb +wvh +cyV +rRb +rRb +mZK +rRb +rRb +rRb +rRb +rRb +rRb +riK +hKV +mXD +xtg +mXD +rrp +wvz +eoX +bJK +iWX +sTp +nSd +nSd +pQa +wAU +wAU +wAU +kFG +wHy +nSd +oVL +oVL +oVL +ozs +kjw +uxJ +siM +vix +kPm +lOE +mVF +lPP +qeJ +wYW +siM +abj +abj +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +hQq +hQq +cHa +cHa +cHa +hQq +hQq +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +maL +maL +gPu +pgX +rtS +fEd +xRG +kAm +wZj +nlP +ipf +qvA +fzE +uYi +tqO +wIZ +qPD +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +abj +aaa +aaa +aaa +abj +abj +aaa +aaa +abj +abj +abj +abj +aaa +aaa +cTN +cTN +abj +abj +abj +abj +abj +abj +abj +abj +abj +cTN +cTN +aaa +dij +dij +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +hhs +qTC +rPH +mBi +exl +qYJ +bil +syi +rRb +uWd +iuP +xmd +lLS +xPW +vdM +bCL +cID +aws +evV +kEw +ilZ +tuT +tqm +tqm +phG +ush +sZb +eoX +lPY +sYC +jOf +nSd +wkF +gJQ +wOz +gJQ +ncO +vaU +tRH +nSd +idf +bOl +hSp +wPa +nGR +iwi +siM +siM +siM +siM +siM +kGW +siM +siM +siM +abj +abj +abj +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +maL +maL +ddo +kue +kcd +jQi +azo +iHc +hBV +fzE +jvm +lkD +nct +uKF +sIu +sIu +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +cTN +cTN +cTN +aaa +aSC +aSC +aSC +aSC +aSC +aaa +cTN +cTN +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +tOi +llp +qnD +tgD +vmm +pWb +lhn +lhn +qfX +aUG +sHd +mtE +rhn +pMb +tqm +qwk +hlr +jBv +suY +tqm +phG +ftD +gzl +gzl +wlm +yki +cFr +eoX +jOB +dvi +bTn +nKw +qfc +iOy +xYy +xYy +jby +vUE +oyu +nSd +awv +caT +ilT +wPa +uJu +biJ +oVL +pTD +pTD +pTD +pTD +pTD +pTD +pTD +sCQ +aaa +aaa +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +maL +maL +vKr +xIj +wvo +eTd +qPD +kvR +xzn +sIu +sIu +sIu +rad +rad +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +daG +rkU +cTN +ewF +ics +ics +ics +ics +ics +uKe +cTN +aaa +aaa +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +wcy +qnD +omd +cza +aCD +oIa +bin +wNW +rRb +kgp +iKr +aUG +oHO +tyJ +qBb +qBb +vGH +mCB +qBb +qBb +gID +wRq +qNW +kWj +kFS +aNh +vnb +eoX +hvi +mmg +gMT +lvJ +wXz +vIH +tOd +cPa +xFq +jqC +xAF +nSd +bkd +oRu +wPa +qvV +fqo +rwX +oVL +pTD +pTD +pTD +pTD +pTD +pTD +pTD +abj +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +maL +maL +maL +maL +qPD +qPD +maL +sIu +sIu +abj +abj +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +dak +daT +dbc +abj +abj +cQb +cQb +cQb +cQb +cQb +aaa +abj +aaa +aaa +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +eoX +rRb +rRb +rRb +rRb +rRb +rRb +rRb +rRb +alR +aox +auE +def +ubk +tqm +tqm +tqm +hZR +tqm +tqm +iME +qhK +xGG +tqd +jjp +eMP +rFT +eoX +dju +ehX +rLx +kPi +uIl +mFE +kiV +qPc +loM +qPc +hFx +nSd +oVL +oVL +cRA +aLV +bjO +oVL +oVL +pTD +pTD +pTD +pTD +pTD +pTD +pTD +cbA +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +abj +abj +abj +aaa +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +dak +daT +dbc +aaa +aaa +abj +aaa +abj +aaa +abj +aaa +abj +aaa +dij +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +eoX +pYk +oZm +rRb +szP +kJY +xlZ +nmR +mXD +qJB +bek +lTJ +eDi +thU +thU +vQh +utQ +ppB +xwx +aHz +hlC +rmf +vhM +peD +cri +cri +eoX +sjM +blC +tEi +nSd +moJ +mUY +yif +nmK +xJi +ouo +jiB +nSd +aaa +oVL +diL +caT +aTw +aTD +oVL +pTD +pTD +pTD +pTD +pTD +pTD +pTD +oEG +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +dak +daT +dbc +abj +dij +dij +dij +dij +dij +dij +abj +dij +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +eoX +gXn +iOP +gyL +qZs +piq +fMO +fMO +fMO +qus +thX +axt +rRb +wqG +vzg +grY +szZ +grY +vzg +rrP +rRb +rRb +rRb +vAj +rRb +rRb +eoX +eeR +gJA +kDi +nSd +nSd +nSd +nSd +nSd +nSd +nSd +nSd +nSd +aaa +aMe +qPu +wKy +qfb +hov +oVL +pTD +pTD +pTD +pTD +pTD +pTD +pTD +oEG +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +aaa +dak +daT +dbc +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eoX +fOp +uFP +rRb +rRb +fFE +rRb +rRb +bli +nRv +bSX +axt +vXr +bfC +otB +tqm +qQX +tqm +otB +qgl +rRb +nCq +xgW +tfw +nCq +xgW +eoX +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +viW +blN +cXS +cXS +cYh +oVL +pTD +pTD +pTD +pTD +pTD +pTD +pTD +oEG +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +dak +daT +dbc +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +eoX +eoX +eoX +eoX +iZh +axA +dgi +rRb +cXP +eRj +aXt +axt +fxa +bfC +uvD +aWD +aht +sJZ +uhp +qrE +rRb +fHC +aBJ +duE +jPh +aVj +eoX +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +oVL +gBh +caT +caT +xVq +oVL +sCQ +abj +abj +cbA +oEG +oEG +oEG +bqZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +aaa +aaa +jtN +aaa +aaa +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +abj +eoX +ibM +cAf +fOp +eoX +bli +wGn +bSX +wJO +bQg +bfC +bHN +tqm +kTv +tqm +bHN +qgl +rRb +vsq +kOk +mSU +cPd +dAf +eoX +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +oVL +oVL +ruC +qBe +oVL +oVL +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +abj +cQb +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +eoX +eoX +eoX +eoX +eoX +eoX +eoX +rlS +wJO +rRb +bNH +ioR +qzZ +aBn +jSv +ioR +gfY +rRb +nyZ +anZ +pSO +anZ +oJQ +eoX +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +dij +abj +aaa +abj +aaa +abj +dij +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +aaa +abj +abj +abj +aaa +eoX +eoX +wcy +eoX +uMS +oNP +xuN +eoX +hTU +eol +eiL +eoX +vMu +sKs +pYl +sKs +kfF +eoX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +dij +dij +dij +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +abj +abj +abj +aaa +wcy +wcy +eoX +wcy +wcy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abj +abj +abj +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} diff --git a/_maps/map_files220/stations/metastation.dmm b/_maps/map_files220/stations/metastation.dmm new file mode 100644 index 000000000000..bc46f3dfefb8 --- /dev/null +++ b/_maps/map_files220/stations/metastation.dmm @@ -0,0 +1,148460 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aaa" = ( +/turf/space, +/area/space) +"aab" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_n"; + name = "north of station"; + width = 18 + }, +/turf/space, +/area/space) +"aaD" = ( +/obj/effect/landmark/spawner/carp, +/turf/space, +/area/space) +"aaK" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_nw"; + name = "northwest of station"; + width = 18 + }, +/turf/space, +/area/space) +"aaX" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_ne"; + name = "northeast of station"; + width = 18 + }, +/turf/space, +/area/space) +"abe" = ( +/obj/structure/grille/broken, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"abf" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"abp" = ( +/obj/machinery/mineral/equipment_vendor/explorer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"abq" = ( +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"abv" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/structure/noticeboard{ + dir = 4; + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"abA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"abU" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"abW" = ( +/turf/simulated/wall/r_wall, +/area/station/security/permabrig) +"abX" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"abZ" = ( +/turf/simulated/wall, +/area/station/legal/magistrate) +"acf" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = -11; + pixel_y = 7 + }, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/hand_labeler{ + pixel_x = -10; + pixel_y = -6 + }, +/obj/machinery/firealarm/directional/east, +/obj/item/stamp/warden{ + pixel_x = -6; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/warden) +"acj" = ( +/obj/structure/rack, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/taperecorder, +/obj/effect/spawner/random/trash, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"acv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"acw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"acx" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore_starboard) +"acB" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"acI" = ( +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/obj/item/seeds/wheat/rice, +/obj/machinery/camera{ + c_tag = "Prison Forestry"; + dir = 4; + network = list("Prison","SS13") + }, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass/no_creep, +/area/station/security/permabrig) +"acL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"acR" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv{ + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/machinery/button/windowtint/east{ + id = "Detective"; + req_access = list(4) + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"adc" = ( +/obj/structure/closet/secure_closet/clown, +/obj/item/food/pie, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/wood, +/area/station/service/clown) +"adi" = ( +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"adj" = ( +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore_starboard) +"adk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"adu" = ( +/obj/structure/closet, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"adv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"adA" = ( +/obj/machinery/camera{ + c_tag = "Law Office"; + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/computer/prisoner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"adB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"adG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"adM" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -1; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/break_room) +"adP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"adS" = ( +/turf/simulated/wall, +/area/station/public/dorms) +"adX" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/head_of_security, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"adY" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aeb" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"aee" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"aef" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"aeg" = ( +/obj/effect/spawner/random/trash, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"aen" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"aes" = ( +/obj/machinery/disposal, +/obj/machinery/ai_status_display/east, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"aet" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"aev" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aex" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aeA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"aeF" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"aeZ" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2_sensor" + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"afb" = ( +/turf/simulated/wall, +/area/station/public/fitness) +"afl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"afp" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/folder/yellow{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 7 + }, +/obj/item/pen/multi/gold{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"afw" = ( +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"afy" = ( +/obj/machinery/computer/med_data{ + dir = 8 + }, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"afG" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"afH" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"afT" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"afY" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"age" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + name = "Fore-Starboard Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"agg" = ( +/obj/structure/cable/green{ + icon_state = "0-10" + }, +/obj/structure/cable/pink{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"agh" = ( +/obj/structure/table, +/obj/item/multitool, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"agi" = ( +/turf/simulated/floor/catwalk, +/area/station/maintenance/fore) +"agj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/radiation, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"agk" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_3) +"ago" = ( +/obj/machinery/power/solar{ + name = "Fore-Starboard Solar Array" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"agw" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"agy" = ( +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/folder/blue, +/obj/item/stamp/law, +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"agD" = ( +/obj/docking_port/stationary/whiteship{ + dir = 8; + id = "whiteship_cerebron"; + name = "North of Cerebron"; + dwidth = 8; + height = 31 + }, +/turf/space, +/area/space) +"agG" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"agH" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore_starboard) +"agM" = ( +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/engineering/solar/fore) +"agY" = ( +/obj/structure/closet/secure_closet/detective, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/machinery/alarm/directional/south, +/obj/item/reagent_containers/drinks/flask/detflask, +/obj/item/storage/lockbox/spy_kit, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"ahd" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ahh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Inner Pipe Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"ahq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"ahv" = ( +/obj/structure/lattice, +/obj/machinery/access_button{ + autolink_id = "aisat_btn_ext"; + name = "exterior access button"; + pixel_x = 25; + pixel_y = 7; + req_access = list(75,13) + }, +/turf/space, +/area/space/nearstation) +"ahF" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"ahH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ahJ" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ahZ" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/machinery/access_button{ + layer = 3.1; + autolink_id = "turbine_btn_int"; + name = "Gas Turbine Airlock Control"; + pixel_x = -5; + pixel_y = -23 + }, +/obj/machinery/atmospherics/binary/pump/on, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"aih" = ( +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"aii" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/sillycup{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/sillycup, +/obj/item/reagent_containers/drinks/sillycup{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/sillycup{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/item/reagent_containers/drinks/sillycup{ + pixel_x = 5; + pixel_y = 3 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"aij" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/arcade) +"ail" = ( +/obj/structure/closet/athletic_mixed, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"aim" = ( +/obj/structure/closet/boxinggloves, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"ain" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"aio" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"air" = ( +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"aiz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft2) +"aiE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"aiF" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"aiL" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aiM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"aiN" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"aiQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"aiR" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"aiY" = ( +/turf/simulated/wall, +/area/station/public/arcade) +"ajb" = ( +/obj/item/kirbyplants/plant20, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"ajc" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"ajg" = ( +/turf/simulated/wall, +/area/station/maintenance/fore) +"ajj" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ajk" = ( +/obj/machinery/gameboard, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"ajl" = ( +/obj/machinery/economy/arcade/claw, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"ajm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory) +"ajn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"ajo" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker, +/turf/space, +/area/space/nearstation) +"ajp" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"ajr" = ( +/obj/structure/table/wood, +/obj/structure/mirror{ + pixel_x = -27 + }, +/obj/item/toy/figure/mech/honk{ + pixel_y = 12 + }, +/obj/item/toy/figure/crew/assistant, +/obj/item/lipstick/purple{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/lipstick/jade{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"ajs" = ( +/obj/structure/lattice, +/obj/item/wirecutters, +/turf/space, +/area/space/nearstation) +"ajy" = ( +/obj/item/vending_refill/coffee, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"ajB" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/fore_port) +"ajC" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar_control{ + name = "Fore Port Solar Control" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"ajD" = ( +/mob/living/simple_animal/mouse, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/catwalk, +/area/station/maintenance/fore) +"ajE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/light_switch/south, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"ajJ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/fore) +"ajL" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"ajN" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"ajO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + sort_type_txt = "4" + }, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ajR" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"ajS" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"akg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"akh" = ( +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"aki" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"akj" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"akk" = ( +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"akl" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"akm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"akn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"ako" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"akt" = ( +/turf/simulated/wall, +/area/station/maintenance/disposal) +"akv" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"akw" = ( +/obj/effect/landmark/spawner/xeno, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"akx" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"aky" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fpmaint) +"akA" = ( +/obj/structure/table, +/obj/machinery/processor{ + pixel_y = 12 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/kitchen) +"akD" = ( +/turf/simulated/wall, +/area/station/security/brig) +"akN" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"akP" = ( +/obj/machinery/camera{ + c_tag = "Engineering - Storage" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"akR" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"akT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"alb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"ald" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"ale" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"alh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"alj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"alk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"alm" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/closet/crate/can, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/brig) +"alo" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "trash"; + name = "disposal bay door"; + protected = 0 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"alp" = ( +/obj/machinery/mass_driver{ + dir = 8; + id_tag = "trash" + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"alq" = ( +/turf/space, +/area/shuttle/gamma/station) +"alr" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"alt" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"alv" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"alw" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"alx" = ( +/obj/structure/table, +/obj/item/stack/medical/ointment{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/stack/medical/bruise_pack{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/reagent_containers/syringe/epinephrine, +/obj/item/storage/secure/safe{ + pixel_x = 6; + pixel_y = 28 + }, +/obj/item/restraints/handcuffs/cable/pink, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aly" = ( +/obj/item/storage/secure/safe{ + pixel_x = 6; + pixel_y = 28 + }, +/obj/item/kitchen/rollingpin, +/obj/structure/closet/crate, +/obj/item/clothing/suit/xenos, +/obj/item/clothing/suit/monkeysuit, +/obj/item/clothing/head/xenos, +/obj/item/clothing/mask/gas/monkeymask, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"alz" = ( +/obj/item/stack/sheet/cardboard, +/obj/structure/closet/crate, +/obj/item/coin/silver, +/obj/item/grenade/chem_grenade, +/obj/item/storage/box/lights/mixed, +/obj/item/watertank, +/obj/item/storage/box/donkpockets, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband, +/obj/item/poster/random_contraband, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"alA" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"alC" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"alG" = ( +/obj/structure/table, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/capacitor, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/stock_parts/manipulator, +/obj/item/stock_parts/manipulator, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"alI" = ( +/obj/structure/closet/secure_closet/freezer/kitchen, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/door_control/shutter/north{ + id = "kitchen_counter"; + name = "Kitchen Counter Shutters"; + pixel_x = -6; + req_access = list(28) + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"alW" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"alZ" = ( +/obj/structure/closet/secure_closet/security, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkred" + }, +/area/station/security/storage) +"ama" = ( +/obj/structure/table, +/obj/item/clothing/under/misc/sl_suit{ + desc = "Whoever wears this makes the rules."; + name = "referee suit" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"amb" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"ame" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"amf" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"amh" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"ami" = ( +/obj/machinery/computer/holodeck_control{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"amj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"amk" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/gravitygenerator) +"amm" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "garbage"; + name = "disposal coveyor" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"amn" = ( +/obj/machinery/door_control/shutter/west{ + id = "Disposal Exit"; + name = "Disposal Vent Control"; + pixel_y = 4; + req_access = list(12) + }, +/obj/machinery/driver_button{ + id_tag = "trash"; + pixel_x = -26; + pixel_y = -6 + }, +/obj/structure/chair/stool, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"ams" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"amt" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/yellow, +/obj/item/mop, +/obj/item/bikehorn/rubberducky, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"amv" = ( +/obj/item/vending_refill/snack, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"amx" = ( +/turf/simulated/wall/r_wall, +/area/station/security/brig) +"amI" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/evidence) +"amM" = ( +/obj/structure/rack, +/obj/effect/landmark/costume/random, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"amN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"amW" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"amX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"ana" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"anc" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"and" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"anf" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/airlock_controller/air_cycler{ + pixel_y = -24; + vent_link_id = "arrivalsmaint_vent"; + ext_door_link_id = "arrivalsmaint_door_ext"; + int_door_link_id = "arrivalsmaint_door_int"; + ext_button_link_id = "arrivalsmaint_btn_ext"; + int_button_link_id = "arrivalsmaint_btn_int"; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"anh" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"ani" = ( +/obj/structure/table, +/obj/item/paper{ + desc = ""; + info = "Brusies sustained in the holodeck can be healed simply by sleeping."; + name = "Holodeck Disclaimer" + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"anj" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/hologram/holopad{ + pixel_y = 16 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"ank" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"anl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"anm" = ( +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"ann" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"ano" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ans" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/port) +"anv" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Disposal Exit"; + name = "disposal exit vent" + }, +/obj/machinery/conveyor/north{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"anw" = ( +/obj/structure/closet, +/obj/item/poster/random_contraband, +/obj/item/storage/box/lights/mixed, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"anA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"anB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"anC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"anD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"anE" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"anI" = ( +/obj/structure/rack, +/obj/item/clothing/accessory/red{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/clothing/accessory/horrible, +/obj/item/clothing/accessory/blue{ + pixel_x = 5; + pixel_y = -2 + }, +/obj/item/dice/d8, +/obj/item/healthanalyzer, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"anK" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"anN" = ( +/obj/structure/morgue{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"anP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/mime, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"anQ" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"anT" = ( +/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/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/warden) +"anX" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"aod" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aoh" = ( +/turf/simulated/wall, +/area/station/service/mime) +"aoi" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"aok" = ( +/obj/structure/cable, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/power/solar{ + name = "Fore-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"aon" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aop" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"aou" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aox" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"aoA" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"aoE" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aoF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"aoG" = ( +/turf/simulated/wall, +/area/station/maintenance/starboard) +"aoI" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"aoJ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"aoK" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"aoN" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/securearea{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"aoS" = ( +/obj/machinery/conveyor/north{ + id = "garbage" + }, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aoU" = ( +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/obj/machinery/conveyor/north{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aoV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/mineral/stacking_machine{ + input_dir = 2; + stack_amt = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aoW" = ( +/obj/structure/closet/crate/freezer, +/obj/machinery/light_switch/north{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"aoX" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"aoZ" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/radio/intercom/directional/north, +/obj/structure/closet/crate/freezer/iv_storage/organ, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"apa" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"apb" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aph" = ( +/obj/machinery/light_construct/small/east, +/obj/structure/rack, +/obj/item/storage/secure/briefcase, +/obj/item/disk/data, +/obj/item/grenade/flashbang, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"api" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"apk" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"apx" = ( +/obj/machinery/light_switch/east, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"apz" = ( +/turf/simulated/wall/r_wall, +/area/station/legal/magistrate) +"apG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"apI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 4"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"apJ" = ( +/obj/structure/sign/radiation/rad_area{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"apK" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"apL" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"apM" = ( +/obj/structure/closet/crate, +/obj/item/target, +/obj/item/target, +/obj/item/target, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/alien, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/obj/item/target/syndicate, +/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/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"apN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/armory/secure) +"apO" = ( +/turf/simulated/wall/r_wall, +/area/station/security/main) +"apP" = ( +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"apR" = ( +/obj/machinery/prize_counter, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"apV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"apW" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"apX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"apY" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"apZ" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"aqc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aqd" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/vehicle/secway, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"aqe" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"aqh" = ( +/obj/machinery/gravity_generator/main/station, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/gravitygenerator) +"aqk" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aqq" = ( +/obj/machinery/conveyor/west{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aqr" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/conveyor/northwest{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aqt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aqu" = ( +/turf/simulated/wall/r_wall, +/area/station/security/warden) +"aqw" = ( +/obj/structure/closet/crate, +/obj/item/bodybag, +/obj/item/radio, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aqz" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/stock_parts/cell/crap, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aqA" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/firealarm_electronics, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aqB" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"aqC" = ( +/obj/structure/rack, +/obj/item/clothing/under/misc/mailman, +/obj/item/clothing/under/misc/vice{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aqM" = ( +/obj/item/flag/atmos, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aqO" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aqQ" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/evidence) +"aqS" = ( +/obj/machinery/camera{ + c_tag = "Holodeck"; + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"arf" = ( +/obj/item/storage/box/bodybags, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"arh" = ( +/obj/machinery/light/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/flag/mime, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"arl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"arm" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"arn" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aro" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"arr" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ars" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"arw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"arA" = ( +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"arB" = ( +/obj/structure/lattice, +/obj/structure/grille, +/turf/space, +/area/space/nearstation) +"arC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"arD" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"arE" = ( +/obj/machinery/recycler, +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"arF" = ( +/obj/machinery/conveyor/east{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"arH" = ( +/obj/machinery/light/small/directional/east, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"arI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable, +/turf/space, +/area/station/engineering/solar/fore) +"arJ" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"arK" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"arP" = ( +/turf/simulated/floor/plasteel, +/area/station/security/main) +"arR" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"arT" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/light_switch/south, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"arU" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"arV" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/mob/living/simple_animal/bot/secbot/armsky, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"asu" = ( +/obj/item/vending_refill/cola, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"asv" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"asy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"asz" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"asA" = ( +/obj/effect/landmark/start/clown, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"asB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"asC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"asE" = ( +/obj/structure/grille/broken, +/obj/item/stack/rods, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"asI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"asJ" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"asK" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Room"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"asL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"asN" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"asQ" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"asU" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/port) +"asV" = ( +/obj/machinery/economy/vending/detdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"asW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ata" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"atc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"atd" = ( +/obj/structure/cable/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"ate" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"atf" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"atg" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"ath" = ( +/obj/effect/landmark/spawner/xeno, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ati" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"atj" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"atk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"atl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"ato" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"atq" = ( +/obj/structure/sink/directional/west, +/obj/effect/turf_decal/tile/brown, +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"atr" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"aty" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"atF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"atH" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/structure/window/reinforced, +/obj/item/poster/random_official, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"atJ" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/fruit_bowl{ + pixel_y = 32 + }, +/obj/item/seeds/coffee/robusta{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/seeds/coffee{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/box/drinkingglasses{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/seeds/coffee{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"atN" = ( +/obj/structure/closet/lasertag/red, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"atO" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/closet/lasertag/blue, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"atP" = ( +/obj/structure/sign/poster/official/random/south, +/obj/structure/closet/masks, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"atQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"atR" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"atS" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"atT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"atU" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"atV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"atW" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"atX" = ( +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aub" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aud" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aue" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"aug" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry) +"auj" = ( +/obj/machinery/camera/autoname{ + dir = 4 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"auk" = ( +/obj/effect/landmark/spawner/xeno, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aul" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"aup" = ( +/obj/structure/lattice, +/obj/structure/grille/broken, +/turf/space, +/area/space/nearstation) +"auq" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/ai_transit_tube) +"aus" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "supplybridge" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aut" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "supplybridge" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "supplybridge" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auv" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore_starboard) +"auw" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aux" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/office) +"auy" = ( +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"auz" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auB" = ( +/obj/item/bucket_sensor, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auC" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"auD" = ( +/obj/machinery/light_construct/small/south, +/obj/item/toolbox_tiles/sensor, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auE" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auG" = ( +/obj/structure/closet/crate, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"auH" = ( +/obj/machinery/economy/vending/coffee, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"auO" = ( +/obj/structure/closet/wardrobe/mixed, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"auP" = ( +/obj/machinery/camera{ + c_tag = "Fitness Room - Aft"; + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light_switch/south{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"auV" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/hallway/primary/central) +"avc" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hos) +"avd" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "IAA" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/iaa, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"ave" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"avf" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"avg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"avk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"avr" = ( +/turf/simulated/wall, +/area/station/public/mrchangs) +"avv" = ( +/turf/simulated/wall, +/area/station/public/sleep) +"avx" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/disposal, +/obj/effect/turf_decal/woodsiding{ + dir = 10 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"avy" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"avz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"avA" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"avB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"avC" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"avD" = ( +/obj/structure/dispenser, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"avE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"avF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"avG" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/light_switch/west, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"avH" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"avI" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"avJ" = ( +/obj/machinery/economy/vending/cigarette, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"avK" = ( +/obj/machinery/conveyor/north{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"avL" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"avM" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/smes, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"avN" = ( +/obj/machinery/porta_turret/ai_turret, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 4; + pixel_x = -29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/aisat/interior) +"avQ" = ( +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"avR" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"avS" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"avT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"avU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"avV" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"avW" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"avY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"awb" = ( +/obj/item/kirbyplants/plant22, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"awe" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"awf" = ( +/obj/machinery/light/directional/south, +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"awh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"awn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"awo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/mrchangs) +"awp" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fore) +"awq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/west, +/obj/item/flag/clown, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"awu" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"awv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"aww" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"awA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/security/permabrig) +"awE" = ( +/obj/machinery/space_heater, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"awK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"awL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"awM" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"awN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"awO" = ( +/obj/machinery/computer/arcade/recruiter, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"awP" = ( +/obj/structure/statue/chickenstatue, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"awR" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"awS" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"awT" = ( +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"awU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"awV" = ( +/obj/machinery/economy/vending/chinese, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"awW" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door_control/shutter/north{ + id = "supplybridge"; + name = "Shuttle Bay Space Bridge Control" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"awX" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"awZ" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/under/misc/assistantformal, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"axb" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"axc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"axe" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door_control/shutter/north{ + id = "supplybridge"; + name = "Shuttle Bay Space Bridge Control" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"axg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"axh" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard) +"axk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "supplybridge" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"axl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "supplybridge" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"axn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"axt" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"axu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"axv" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"axw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "supplybridge" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"axx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"axy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"axz" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/execution) +"axB" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"axG" = ( +/obj/item/storage/box/lights/mixed, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"axH" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/item/food/grown/banana, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"axM" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"axN" = ( +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"axO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"axR" = ( +/obj/structure/railing, +/turf/space, +/area/space/nearstation) +"axS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"axV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"axX" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad2"; + pixel_x = -13; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"axY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"axZ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aya" = ( +/obj/structure/chair/wood, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"ayb" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"ayc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ayd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aye" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"ayf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/sleep) +"ayi" = ( +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"ayj" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Shower" + }, +/obj/item/soap/deluxe, +/obj/effect/landmark/spawner/xeno, +/obj/item/bikehorn/rubberducky/captainducky, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/captain/bedroom) +"ayk" = ( +/obj/effect/spawner/random/barrier/obstruction, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ayr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ayu" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/public/locker) +"ayv" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"ayx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ayy" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"ayA" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"ayB" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ayC" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"ayE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ayF" = ( +/obj/machinery/mineral/equipment_vendor, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"ayH" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/qm, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"ayI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"ayN" = ( +/obj/structure/closet/radiation, +/obj/structure/sign/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"ayQ" = ( +/obj/machinery/camera{ + c_tag = "Gravity Generator Foyer" + }, +/obj/structure/closet/radiation, +/obj/structure/sign/radiation/rad_area{ + dir = 1; + pixel_y = 32 + }, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"aze" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = -5; + pixel_y = -3 + }, +/obj/item/hand_labeler{ + pixel_x = -8; + pixel_y = 10 + }, +/obj/item/storage/box/evidence{ + pixel_x = 9; + pixel_y = 8 + }, +/obj/item/storage/box/evidence{ + pixel_x = 9 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"azf" = ( +/obj/structure/chair/comfy/purp, +/obj/item/restraints/handcuffs/pinkcuffs, +/turf/simulated/floor/carpet/purple, +/area/station/maintenance/fore) +"azh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"azi" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/closet/crate, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/id_skins/no_chance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"azj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"azn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"azp" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"azq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"azr" = ( +/obj/machinery/space_heater, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"azs" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"azu" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"azy" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"azz" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"azB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/solar_maintenance/aft_starboard) +"azC" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"azH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"azI" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"azL" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"azN" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/quartermaster, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"azO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"azP" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"azQ" = ( +/obj/item/stack/sheet/cardboard, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"azR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"azV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"azY" = ( +/obj/structure/bookcase/sop, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"azZ" = ( +/obj/structure/disposalpipe/junction, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aAf" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aAg" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aAh" = ( +/obj/structure/rack, +/obj/machinery/light/small/directional/north, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"aAm" = ( +/obj/item/stack/sheet/metal, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aAp" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"aAw" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aAA" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"aAC" = ( +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aAG" = ( +/turf/simulated/wall, +/area/station/engineering/atmos) +"aAI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aAJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"aAK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aAM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aAP" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aAU" = ( +/obj/item/clothing/gloves/color/rainbow, +/obj/item/clothing/shoes/rainbow, +/obj/item/clothing/under/color/rainbow, +/obj/item/clothing/head/soft/rainbow, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aAW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/space, +/area/station/engineering/solar/starboard) +"aAX" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/storage) +"aAZ" = ( +/obj/machinery/space_heater, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aBb" = ( +/turf/simulated/wall/r_wall, +/area/station/command/vault) +"aBr" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/starboard) +"aBs" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/fore) +"aBu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aBv" = ( +/obj/structure/table/glass, +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"aBx" = ( +/obj/structure/reagent_dispensers/peppertank/west, +/obj/structure/rack, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 8; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4; + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/ammo_box/magazine/sslr{ + pixel_x = -4 + }, +/obj/item/ammo_box/magazine/sslr, +/obj/item/ammo_box/magazine/sslr{ + pixel_x = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"aBy" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aBB" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/detective, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"aBF" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"aBI" = ( +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"aBM" = ( +/obj/item/mounted/frame/apc_frame, +/obj/structure/cable/pink{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aBN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aBO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aBR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aBT" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aBU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aBV" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aBY" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aBZ" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"aCa" = ( +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aCc" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aCd" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aCe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aCf" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aCg" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"aCk" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"aCm" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/public/dorms) +"aCn" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/glass{ + amount = 10 + }, +/obj/item/stack/rods, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"aCr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aCs" = ( +/turf/simulated/wall, +/area/station/supply/miningdock) +"aCt" = ( +/obj/structure/closet/crate, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/machinery/light_switch/north{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aCu" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"aCw" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aCx" = ( +/obj/structure/closet/secure_closet/freezer/money, +/obj/item/clothing/head/bearpelt, +/obj/effect/turf_decal/delivery/white/hollow/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aCy" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + luminosity = 2 + }, +/area/station/command/vault) +"aCz" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + luminosity = 2 + }, +/area/station/command/vault) +"aCB" = ( +/obj/structure/table/reinforced, +/obj/structure/closet/fireaxecabinet{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery/white/hollow/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aCD" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aCH" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aCV" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aCW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aCY" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aCZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aDa" = ( +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aDb" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"aDc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aDd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"aDe" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aDi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"aDk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Aft Port"; + dir = 8; + network = list("SS13","MiniSat") + }, +/obj/machinery/door/window/classic/reversed{ + name = "MiniSat Walkway Access" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"aDp" = ( +/obj/item/stack/cable_coil, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"aDt" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + luminosity = 2 + }, +/area/station/command/vault) +"aDv" = ( +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aDw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aDx" = ( +/obj/structure/closet/wardrobe/miner, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aDy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aDz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aDA" = ( +/obj/machinery/door/airlock/external{ + id_tag = "supply_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/all/supply/supply_shuttle, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aDB" = ( +/obj/structure/closet/crate, +/obj/item/coin/silver, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aDD" = ( +/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/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/warden) +"aDE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow/right, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aDF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + luminosity = 2 + }, +/area/station/command/vault) +"aDG" = ( +/obj/machinery/nuclearbomb, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aDH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + luminosity = 2 + }, +/area/station/command/vault) +"aDI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/white/hollow/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aDK" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aDL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aDT" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"aDY" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aEa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"aEh" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aEj" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"aEk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aEl" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"aEm" = ( +/obj/machinery/washing_machine, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/dorms) +"aEn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aEo" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"aEp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aEq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aEr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"aEs" = ( +/obj/structure/closet/crate, +/obj/item/stack/ore/silver, +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aEt" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aEw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aEy" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/normal{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aEz" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aEA" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/economy/vending/tool/free, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aEB" = ( +/obj/structure/closet/crate, +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aEC" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + name = "Fore-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"aED" = ( +/obj/machinery/economy/vending/shoedispenser, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aEE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aEH" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/east{ + pixel_y = -10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aEI" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "mining_home"; + name = "mining shuttle bay"; + width = 7 + }, +/turf/space, +/area/space) +"aEK" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aEM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aEQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"aET" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aEU" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aEX" = ( +/obj/structure/closet/crate{ + name = "Gold Crate" + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = -1; + pixel_y = 5 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_y = 2 + }, +/obj/item/stack/sheet/mineral/gold{ + pixel_x = 1; + pixel_y = -2 + }, +/obj/item/storage/belt/champion/wrestling, +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aEZ" = ( +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + luminosity = 2 + }, +/area/station/command/vault) +"aFb" = ( +/obj/item/coin/silver{ + pixel_x = 7; + pixel_y = 12 + }, +/obj/item/coin/silver{ + pixel_x = 12; + pixel_y = 7 + }, +/obj/item/coin/silver{ + pixel_x = 4; + pixel_y = 8 + }, +/obj/item/coin/silver{ + pixel_x = -6; + pixel_y = 5 + }, +/obj/item/coin/silver{ + pixel_x = 5; + pixel_y = -8 + }, +/obj/structure/closet/crate{ + name = "Silver Crate" + }, +/obj/effect/turf_decal/delivery/white/hollow/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aFd" = ( +/obj/structure/chair/comfy/brown, +/obj/effect/landmark/start/magistrate, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"aFe" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/main) +"aFj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"aFy" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aFz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/brig) +"aFE" = ( +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"aFF" = ( +/obj/machinery/camera{ + c_tag = "Mining Office"; + dir = 6 + }, +/obj/structure/closet/secure_closet/miner, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aFG" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aFK" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/dorms) +"aFL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"aFM" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"aFO" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aFQ" = ( +/obj/structure/table, +/obj/item/deck/cards, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = -4; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aFR" = ( +/turf/simulated/wall, +/area/station/engineering/control) +"aFT" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/wood, +/area/station/service/clown) +"aFY" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"aFZ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aGb" = ( +/obj/structure/table, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/storage/belt/utility, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aGc" = ( +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aGg" = ( +/obj/effect/landmark/start/shaft_miner, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aGh" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aGi" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aGj" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + name = "Fore-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"aGl" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aGn" = ( +/obj/effect/turf_decal/delivery/white/hollow/right, +/obj/machinery/camera/motion{ + c_tag = "Vault"; + dir = 10; + network = list("SS13","vault") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aGo" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/neutral, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/vault) +"aGp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/vault) +"aGq" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/vault) +"aGt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"aGy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aGC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aGE" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aGH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aGJ" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aGL" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aGM" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aGN" = ( +/obj/machinery/conveyor/west{ + id = "garbage" + }, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aGO" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aGP" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aGQ" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aGS" = ( +/obj/structure/sign/chinese{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aGU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"aGV" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"aGW" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"aGX" = ( +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = -29 + }, +/obj/machinery/suit_storage_unit/industrial/ce/secure, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"aGY" = ( +/obj/structure/rack, +/obj/item/stack/ore/silver, +/obj/item/shovel{ + pixel_x = -5 + }, +/obj/item/pickaxe{ + pixel_x = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aGZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/camera{ + c_tag = "Mining Dock"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aHa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aHc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aHe" = ( +/obj/effect/turf_decal/tile/bar, +/obj/machinery/barsign{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"aHg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aHh" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio2"; + name = "Xenobio Pen 2 Blast Doors"; + pixel_y = 1; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"aHk" = ( +/turf/simulated/wall, +/area/station/public/construction) +"aHm" = ( +/obj/structure/closet/crate, +/obj/item/coin/silver, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aHn" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aHr" = ( +/obj/machinery/light/directional/west, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aHs" = ( +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aHu" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/miningdock) +"aHv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aHy" = ( +/obj/structure/grille/broken, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"aHB" = ( +/obj/machinery/door/airlock/vault{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/supply/vault, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"aHD" = ( +/turf/simulated/wall/r_wall, +/area/station/security/interrogation) +"aHE" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Air to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"aHH" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/kirbyplants/plant20, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aHI" = ( +/turf/simulated/wall/r_wall, +/area/station/security/processing) +"aHL" = ( +/obj/structure/table, +/obj/item/storage/box/prisoner, +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"aHM" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"aHO" = ( +/turf/simulated/wall/r_wall, +/area/station/security/armory/secure) +"aHP" = ( +/obj/machinery/light_switch/east, +/obj/machinery/suit_storage_unit/security/secure, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/armory/secure) +"aHQ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/internal_affairs, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"aHV" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aHW" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "IAA" + }, +/turf/simulated/floor/plating, +/area/station/legal/lawoffice) +"aHY" = ( +/turf/simulated/wall, +/area/station/supply/warehouse) +"aHZ" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aIa" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"aIb" = ( +/obj/structure/cable/yellow, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aIc" = ( +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aIi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aIk" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aIl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aIm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aIn" = ( +/obj/structure/table, +/obj/item/storage/fancy/crayons, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aIo" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aIp" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aIq" = ( +/obj/structure/statue/tranquillite/mime, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aIs" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/mime, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aIt" = ( +/obj/structure/table/wood, +/obj/item/toy/crayon/mime{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/item/paper_bin{ + pixel_x = -6 + }, +/obj/item/pen/multi{ + pixel_x = -6 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = 8 + }, +/obj/item/stamp/mime{ + pixel_y = 6; + pixel_x = -6 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aIu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"aIv" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aIy" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall, +/area/station/supply/miningdock) +"aIz" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/suit_storage_unit/industrial/engine/secure, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aIA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aIB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aID" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aIE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aIH" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"aIJ" = ( +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aIN" = ( +/obj/machinery/computer/shuttle/mining{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aIO" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aIP" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/telecomms/computer) +"aIS" = ( +/obj/item/stack/sheet/plasteel/fifteen{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/structure/table, +/obj/item/stack/sheet/rglass{ + amount = 30; + pixel_x = 2; + pixel_y = -2 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/item/clothing/gloves/color/yellow, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aIT" = ( +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aIU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aIV" = ( +/obj/item/radio/intercom/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aIY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/supply/lobby) +"aJa" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"aJc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"aJd" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1.5-Fore-Central"; + location = "1-BrigCells" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJg" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aJk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJl" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aJm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=1-BrigCells"; + location = "0-SecurityDesk" + }, +/mob/living/simple_animal/bot/secbot/beepsky, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aJt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aJv" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/entry) +"aJz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"aJA" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"aJB" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aJD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aJE" = ( +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aJF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aJG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aJI" = ( +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/dispenser, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aJK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aJL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aJM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/security/permabrig) +"aJO" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aJQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aJR" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tech_storage, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aJT" = ( +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aJW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aKd" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aKe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/supply/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aKf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aKg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/supply/lobby) +"aKi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aKj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/supply/lobby) +"aKs" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"aKv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aKw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aKy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aKz" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aKB" = ( +/turf/simulated/wall, +/area/station/service/clown) +"aKC" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aKD" = ( +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway Cells" + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"aKE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aKF" = ( +/obj/structure/rack, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/dropper, +/obj/item/storage/box/monkeycubes, +/obj/item/storage/box/syringes{ + pixel_y = 5 + }, +/obj/item/storage/box/pillbottles, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/misc_lab) +"aKG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aKI" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"aKK" = ( +/obj/item/beacon, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aKL" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"aKT" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"aKU" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"aKV" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange, +/obj/item/restraints/handcuffs, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"aKW" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"aKX" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet2" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"aKZ" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"aLa" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"aLc" = ( +/obj/effect/spawner/random/barrier/obstruction, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/maintenance/fore) +"aLd" = ( +/obj/machinery/camera{ + c_tag = "Dormitories - Aft"; + dir = 4 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aLe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aLf" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aLg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aLh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aLi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aLj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aLk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aLl" = ( +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"aLp" = ( +/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/glass{ + amount = 12 + }, +/obj/item/stack/sheet/glass{ + amount = 12 + }, +/obj/item/stack/sheet/glass{ + amount = 12 + }, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/crowbar/engineering, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aLq" = ( +/obj/structure/table, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/wrench, +/obj/item/storage/box/lights/mixed, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aLr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"aLu" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/stack/cable_coil, +/obj/item/airlock_electronics, +/obj/item/airlock_electronics, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -3; + pixel_y = -2 + }, +/obj/item/clothing/ears/earmuffs{ + pixel_x = -5; + pixel_y = 6 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aLw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"aLx" = ( +/obj/machinery/power/emitter{ + anchored = 1; + state = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"aLy" = ( +/obj/machinery/keycard_auth/east, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"aLz" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aLA" = ( +/obj/machinery/light_construct/directional/north, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aLB" = ( +/turf/simulated/floor/plating, +/area/station/public/construction) +"aLC" = ( +/turf/simulated/wall, +/area/station/public/storage/emergency) +"aLD" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aLE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aLF" = ( +/obj/structure/closet/toolcloset, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aLG" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aLH" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"aLK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aLL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aLM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"aLN" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Mix Bypass" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aLP" = ( +/obj/machinery/light/directional/north, +/obj/machinery/firealarm/directional/west, +/obj/machinery/alarm/directional/north, +/obj/machinery/computer/card/minor/qm{ + dir = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/qm) +"aLQ" = ( +/obj/structure/closet/secure_closet/quartermaster, +/obj/item/cartridge/cargo{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/cartridge/cargo{ + pixel_x = -4; + pixel_y = 7 + }, +/obj/item/cartridge/cargo, +/obj/item/megaphone, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"aLR" = ( +/obj/machinery/power/port_gen/pacman, +/obj/structure/cable/yellow, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"aLS" = ( +/obj/machinery/status_display/supply_display/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/suit_storage_unit/qm/secure, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"aLV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aLW" = ( +/obj/machinery/alarm/directional/west, +/obj/item/kirbyplants/plant25, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aLY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aLZ" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/item/weldingtool, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aMb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aMc" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"aMd" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aMe" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aMf" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/fore) +"aMh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"aMi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aMk" = ( +/turf/simulated/wall, +/area/station/legal/courtroom) +"aMl" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + dir = 1; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"aMn" = ( +/turf/simulated/wall, +/area/station/legal/lawoffice) +"aMp" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"aMq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aMr" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aMs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aMt" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14.9-CrewQuarters-Central"; + location = "14.8-Dorms-Lockers" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aMw" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/under/misc/assistantformal, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/dorms) +"aMx" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/clown, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"aMy" = ( +/obj/structure/closet/wardrobe/pjs, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/dorms) +"aMz" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"aMA" = ( +/obj/structure/table/wood, +/obj/item/stamp/clown{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/toy/crayon/rainbow{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/item/flashlight/lamp/bananalamp{ + pixel_x = 8 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/wood, +/area/station/service/clown) +"aMB" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aMC" = ( +/obj/structure/statue/bananium/clown, +/turf/simulated/floor/wood, +/area/station/service/clown) +"aMD" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/box/red, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/storage) +"aMH" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Cargo Bay Storage" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aMK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"aML" = ( +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aMN" = ( +/obj/structure/rack, +/obj/item/gun/energy/gun{ + pixel_y = 6 + }, +/obj/item/gun/energy/gun{ + pixel_y = 3 + }, +/obj/item/gun/energy/gun, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"aMO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/warden) +"aMQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aMR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aMS" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/miningdock) +"aMT" = ( +/obj/structure/closet/crate, +/obj/item/stack/ore/glass, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aMU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aMW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"aMX" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aMZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"aNa" = ( +/obj/structure/table, +/obj/item/storage/box/lights/mixed{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/multitool{ + pixel_x = -6; + pixel_y = -2 + }, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"aNb" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/clipboard, +/obj/item/stamp/granted{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/item/stamp/qm, +/obj/item/stamp/denied{ + pixel_x = 7; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/qm) +"aNc" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aNe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aNf" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aNi" = ( +/obj/structure/window/basic, +/obj/structure/reagent_dispensers/watertank, +/obj/machinery/camera{ + c_tag = "Outter Vault"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"aNk" = ( +/obj/machinery/economy/vending/assist, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aNl" = ( +/obj/item/storage/belt/utility, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aNm" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Cargo - Quatermaster"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/qm) +"aNq" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Courtroom" + }, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"aNs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/computer/cryopod{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"aNt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aNu" = ( +/obj/structure/chair, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/legal/courtroom) +"aNv" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/legal/courtroom) +"aNA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkred" + }, +/area/station/legal/courtroom) +"aNB" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/legal/courtroom) +"aNC" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aND" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aNG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"aNJ" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aNK" = ( +/obj/machinery/door/airlock{ + id_tag = "Toilet1" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"aNL" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aNM" = ( +/obj/machinery/cryopod, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"aNQ" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/garden) +"aNR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"aNS" = ( +/obj/machinery/field/generator{ + state = 2 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aNT" = ( +/obj/machinery/field/generator{ + state = 2 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aNU" = ( +/obj/machinery/shieldgen, +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Engineering - Secure Storage" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aNV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aNX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aNY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"aOa" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aOd" = ( +/turf/simulated/floor/plating, +/area/station/engineering/control) +"aOe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"aOg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + layer = 4; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aOk" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aOl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aOp" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor2"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aOu" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aOx" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"aOy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"aOA" = ( +/turf/simulated/wall, +/area/station/public/storage/tools) +"aOB" = ( +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"aOD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/tile/yellow, +/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/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"aOG" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai_upload) +"aON" = ( +/obj/machinery/cryopod, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"aOO" = ( +/obj/structure/table/wood, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/machinery/button/windowtint{ + dir = 1; + id = "Courtroom"; + pixel_y = 8; + req_one_access = list(74,3) + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aOQ" = ( +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"aOR" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/legal/courtroom) +"aOS" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/legal/courtroom) +"aOU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/newscaster/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aOW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aOX" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aOZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aPa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aPf" = ( +/obj/machinery/conveyor/east{ + id = "QMLoad2" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aPh" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"aPi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/main) +"aPj" = ( +/obj/docking_port/stationary{ + dwidth = 2; + height = 5; + id = "laborcamp_home"; + name = "fore bay 1"; + width = 9 + }, +/turf/space, +/area/space) +"aPk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"aPl" = ( +/obj/machinery/shieldgen, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aPo" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aPp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aPq" = ( +/obj/machinery/computer/arcade/battle, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aPr" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/north, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aPs" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door_control/shutter/east{ + id = "engsm"; + name = "Radiation Shutters Control"; + req_access = list(10) + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aPt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"aPu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aPv" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"aPw" = ( +/obj/structure/table, +/obj/machinery/requests_console/directional/north, +/obj/machinery/photocopier/faxmachine/longrange{ + pixel_y = 4; + department = "Quartermaster's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/qm) +"aPx" = ( +/obj/machinery/economy/vending/tool, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/contraband/missing_gloves{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aPz" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"aPA" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plating, +/area/station/public/construction) +"aPB" = ( +/obj/item/crowbar/red, +/turf/simulated/floor/plating, +/area/station/public/construction) +"aPE" = ( +/obj/machinery/conveyor/northeast/ccw{ + id = "QMLoad2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aPF" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/service/bar) +"aPG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"aPH" = ( +/obj/structure/table/wood, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aPI" = ( +/obj/machinery/computer/arcade/orion_trail, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aPK" = ( +/obj/structure/table, +/obj/effect/turf_decal/delivery, +/obj/item/painter{ + pixel_x = 6 + }, +/obj/item/painter{ + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aPM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/east{ + pixel_y = -6 + }, +/obj/machinery/button/windowtint/east{ + id = "qm"; + pixel_y = 5; + req_access = list(41) + }, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"aPR" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aPS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"aPV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aPX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aQa" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/office) +"aQb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"aQd" = ( +/obj/structure/mirror{ + pixel_y = -34 + }, +/obj/structure/sink/kitchen/south, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"aQh" = ( +/obj/machinery/porta_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aQi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"aQj" = ( +/obj/structure/sign/kiddieplaque{ + pixel_y = 32 + }, +/obj/item/kirbyplants{ + pixel_y = 10 + }, +/obj/structure/table/wood/fancy/green, +/turf/simulated/floor/greengrid, +/area/station/turret_protected/ai_upload) +"aQk" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/greengrid, +/area/station/turret_protected/ai_upload) +"aQp" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aQs" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"aQv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aQz" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/under/misc/assistantformal, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aQA" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/under/misc/assistantformal, +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aQB" = ( +/obj/structure/closet/secure_closet/personal, +/obj/item/clothing/under/misc/assistantformal, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aQC" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aQD" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aQF" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"aQI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aQJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aQK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aQL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aQM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aQN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aQP" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"aQQ" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"aQR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aQS" = ( +/obj/machinery/power/emitter, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aQT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aQU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aQV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aQW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aQY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aRa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 6 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"aRc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aRe" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aRf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aRg" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "sm_sen_cont"; + output = 127 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aRm" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aRn" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aRo" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aRs" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aRt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"aRu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aRx" = ( +/obj/structure/closet/wardrobe/orange, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"aRz" = ( +/obj/machinery/door/poddoor{ + id_tag = "QMLoaddoor"; + name = "supply dock loading door" + }, +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aRA" = ( +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"aRB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aRC" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aRD" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"aRE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"aRF" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"aRG" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aRH" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 5 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aRI" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"aRJ" = ( +/obj/structure/noticeboard{ + dir = 4; + pixel_x = -32 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"aRO" = ( +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 5 + }, +/obj/item/cartridge/iaa{ + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"aRQ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"aRS" = ( +/obj/structure/chair/comfy/black, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aRW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"aRX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aRY" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14.5-Recreation"; + location = "14.3-Lockers-Dorms" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aRZ" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/garden) +"aSa" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"aSb" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aSc" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = 32 + }, +/obj/machinery/light/small/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"aSd" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aSe" = ( +/obj/item/clothing/head/crown, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"aSf" = ( +/obj/structure/bed, +/obj/machinery/flasher{ + id = "soli1"; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"aSg" = ( +/obj/machinery/power/emitter, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aSh" = ( +/obj/structure/closet/crate, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/airlock_electronics, +/obj/item/airlock_electronics, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/stack/sheet/mineral/plasma{ + amount = 30 + }, +/obj/item/gps, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"aSl" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #1" + }, +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #1"; + suffix = "#1" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aSm" = ( +/turf/simulated/wall, +/area/station/security/main) +"aSn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aSo" = ( +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aSp" = ( +/obj/structure/reflector/box{ + anchored = 1; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"aSq" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"aSr" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_1) +"aSt" = ( +/obj/item/storage/toolbox/mechanical, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/public/construction) +"aSv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plating, +/area/station/public/construction) +"aSw" = ( +/obj/item/rpd, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aSy" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aSz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aSB" = ( +/obj/machinery/hydroponics/soil, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/garden) +"aSC" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aSE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aSF" = ( +/obj/machinery/door_control/shutter/west{ + id = "QMLoaddoor"; + name = "Loading Doors"; + pixel_y = -8; + req_access = list(79) + }, +/obj/machinery/door_control/shutter/west{ + id = "QMLoaddoor2"; + name = "Loading Doors"; + pixel_y = 8; + req_access = list(79) + }, +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aSH" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/station/engineering/solar/fore) +"aSJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aSK" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/item/paper, +/obj/item/storage/box/lights/mixed, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aSM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"aSN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aST" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"aSU" = ( +/obj/machinery/porta_turret{ + dir = 4 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"aSW" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aSY" = ( +/obj/machinery/porta_turret{ + dir = 8 + }, +/turf/simulated/floor/redgrid, +/area/station/turret_protected/ai_upload) +"aTa" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"aTb" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aTd" = ( +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aTg" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"aTh" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/kirbyplants/plant20, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"aTi" = ( +/obj/machinery/economy/atm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aTm" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/table, +/obj/item/folder, +/obj/item/storage/firstaid/regular, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aTn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aTo" = ( +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aTp" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aTq" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aTr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"aTt" = ( +/obj/effect/landmark/lightsout, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aTu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aTz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/public/locker) +"aTB" = ( +/obj/structure/closet/secure_closet/mime, +/obj/item/storage/fancy/crayons, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"aTC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"aTD" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aTF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"aTH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"aTJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/light/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/disaster_counter/supermatter{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "sm_sen_cold" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aTK" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aTL" = ( +/obj/structure/table, +/obj/item/gps{ + gpstag = "QM0"; + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/pen/red{ + pixel_x = 8; + pixel_y = 15 + }, +/obj/item/pen/blue{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/pen/multi/fountain{ + pixel_x = 9; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/storage) +"aTP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/public/construction) +"aTQ" = ( +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aTR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"aTS" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 5; + height = 7; + id = "supply_home"; + name = "supply bay"; + width = 12 + }, +/turf/space, +/area/space) +"aTT" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aTV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"aTX" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aTY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aUa" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"aUb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory) +"aUf" = ( +/obj/item/restraints/handcuffs{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/restraints/handcuffs{ + pixel_x = -4; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"aUg" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory) +"aUh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aUi" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"aUj" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/ai_module/crewsimov, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"aUk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"aUl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aUm" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aUn" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/ai_module/nanotrasen, +/turf/simulated/floor/redgrid, +/area/station/turret_protected/ai_upload) +"aUp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=0-SecurityDesk"; + location = "16-Fore" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aUq" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "Fore Primary Hallway Aft"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aUs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"aUt" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aUu" = ( +/obj/item/storage/toolbox/emergency, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"aUw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aUx" = ( +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aUy" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aUC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aUE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"aUG" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/machinery/magnetic_controller{ + autolink = 1; + name = "Firing Range Control Console"; + path = "w;e;e;w;s;n;n;s"; + pixel_x = 6; + pixel_y = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"aUH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"aUI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aUJ" = ( +/obj/structure/window/reinforced, +/obj/structure/closet/l3closet/security, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"aUK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"aUL" = ( +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/machinery/computer/station_alert, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/smes) +"aUP" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Upload Chamber"; + dir = 6; + network = list("SS13","RD","AIUpload") + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/greengrid, +/area/station/turret_protected/ai_upload) +"aUR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aUU" = ( +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"aUV" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"aUW" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"aUX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"aUY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aUZ" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + amount = 5 + }, +/obj/item/flashlight, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aVb" = ( +/obj/machinery/conveyor/west{ + id = "QMLoad" + }, +/obj/structure/plasticflaps/mining, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aVc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aVe" = ( +/obj/machinery/conveyor/northwest/ccw{ + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aVf" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/economy/vending/engivend, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aVg" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/economy/vending/engidrobe, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aVh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aVi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"aVk" = ( +/mob/living/simple_animal/bot/mulebot{ + home_destination = "QM #2"; + suffix = "#2" + }, +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "QM #2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aVl" = ( +/turf/simulated/wall, +/area/station/supply/qm) +"aVm" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aVo" = ( +/obj/structure/rack, +/obj/item/apc_electronics, +/obj/item/stock_parts/cell{ + maxcharge = 2000 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aVp" = ( +/obj/machinery/economy/vending/clothing, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aVq" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aVr" = ( +/obj/machinery/camera{ + c_tag = "Locker Room Starboard" + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"aVs" = ( +/obj/machinery/atmospherics/binary/pump/on{ + name = "Gas to Filter" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aVu" = ( +/obj/machinery/newscaster/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"aVv" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"aVw" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/smartfridge/secure/circuits/aiupload/experimental, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"aVx" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/important/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aVy" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aVz" = ( +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aVA" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 24 + }, +/obj/machinery/smartfridge/secure/circuits/aiupload/highrisk, +/turf/simulated/floor/redgrid, +/area/station/turret_protected/ai_upload) +"aVD" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aVE" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aVF" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fpmaint) +"aVG" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aVH" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"aVI" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aVJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aVK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"aVL" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Crew Quarters Entrance" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aVO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aVP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aVQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aVR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aVT" = ( +/obj/structure/table, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aVU" = ( +/obj/structure/table, +/obj/item/razor{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aVV" = ( +/obj/structure/table, +/obj/item/paicard, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aVX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/storage) +"aVY" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aWa" = ( +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"aWc" = ( +/obj/structure/closet/cardboard, +/obj/effect/landmark/costume/plaguedoctor, +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/fore) +"aWd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"aWe" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/papershredder, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"aWf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"aWi" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/kirbyplants/plant11, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"aWj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/arrows/red{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aWm" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aWn" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/apc/critical/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aWq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aWr" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/west, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"aWt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aWu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/supply/lobby) +"aWv" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/fore) +"aWx" = ( +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/fore) +"aWy" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/light/small/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aWC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"aWE" = ( +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/machinery/suit_storage_unit/captain/secure, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"aWF" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/docking_port/mobile/pod{ + id = "pod1"; + name = "escape pod 1" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_1) +"aWG" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_1) +"aWK" = ( +/obj/structure/rack, +/obj/item/clothing/suit/storage/hazardvest, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aWL" = ( +/obj/machinery/conveyor/north{ + id = "QMLoad" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"aWM" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/mob/living/simple_animal/hostile/gorilla/cargo_domestic{ + name = "Forklift" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aWN" = ( +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/critical/directional/west, +/obj/machinery/computer/security/engineering, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/smes) +"aWO" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aWQ" = ( +/obj/structure/sign/chemistry, +/turf/simulated/wall, +/area/station/medical/chemistry) +"aWS" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aWT" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Fore - Port Corner"; + dir = 4 + }, +/obj/machinery/economy/merch{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"aWV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aWX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/status_display/directional/north, +/obj/machinery/camera{ + c_tag = "Engineering - Power Monitoring" + }, +/obj/machinery/computer/monitor{ + name = "Engineering Power Monitoring Console" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/smes) +"aWY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aWZ" = ( +/obj/machinery/porta_turret{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aXb" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aXd" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=16-Fore"; + location = "15-Court" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aXg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aXi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/office) +"aXk" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"aXm" = ( +/obj/structure/closet/wardrobe/white, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aXn" = ( +/obj/structure/closet/crate/freezer, +/obj/structure/sink/kitchen/north, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aXp" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"aXr" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"aXs" = ( +/obj/machinery/atmospherics/trinary/filter/flipped, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"aXt" = ( +/obj/structure/table, +/obj/item/ashtray/plastic{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"aXu" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"aXw" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aXx" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"aXy" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aXz" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/station/supply/office) +"aXB" = ( +/obj/structure/closet/crate/internals, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"aXE" = ( +/obj/structure/table, +/obj/item/ai_module/reset, +/obj/machinery/light/directional/west, +/obj/machinery/ai_status_display/west, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aXF" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"aXG" = ( +/obj/structure/table, +/obj/machinery/light/directional/east, +/obj/machinery/status_display/directional/east, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/item/ai_module/corp, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aXH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"aXI" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"aXJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"aXK" = ( +/obj/machinery/porta_turret/ai_turret, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 8; + pixel_x = 29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/aisat/interior) +"aXL" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat) +"aXN" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"aXO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"aXP" = ( +/obj/item/crowbar, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"aXQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aXR" = ( +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aXS" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aXT" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aXU" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aXV" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/orange, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aXW" = ( +/obj/structure/table, +/obj/item/clothing/head/hardhat/orange{ + name = "protective hat"; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aXX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/light/directional/south, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plating, +/area/station/public/construction) +"aXY" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"aXZ" = ( +/obj/machinery/light/directional/west, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aYa" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aYb" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aYh" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aYj" = ( +/obj/machinery/status_display/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"aYl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"aYm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"aYr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"aYt" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/wall, +/area/station/maintenance/port2) +"aYv" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aYy" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aYz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aYA" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/legal/courtroom) +"aYC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aYD" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"aYE" = ( +/obj/machinery/light/directional/west, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/landmark/start/engineer, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"aYF" = ( +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"aYG" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"aYJ" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14.3-Lockers-Dorms"; + location = "14.2-Central-CrewQuarters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aYK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aYM" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aYN" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aYP" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aYQ" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aYS" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aYT" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"aYU" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/smes) +"aYV" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/smes/engineering, +/obj/machinery/light_switch/west{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/smes) +"aYW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aYX" = ( +/obj/item/chair, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"aYY" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aYZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"aZe" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"aZj" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aZk" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aZm" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aZn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"aZr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"aZt" = ( +/turf/simulated/wall, +/area/station/supply/storage) +"aZu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"aZx" = ( +/obj/machinery/flasher{ + id = "AI"; + pixel_y = -24 + }, +/obj/machinery/porta_turret{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"aZA" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"aZB" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/carpet/purple, +/area/station/maintenance/fore) +"aZD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"aZH" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"aZI" = ( +/obj/machinery/power/terminal, +/obj/structure/cable, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"aZJ" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/primary/central) +"aZK" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/tech_storage) +"aZM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/smes) +"aZN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai_upload) +"aZP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aZQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"aZR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"aZS" = ( +/obj/structure/sign/directions/science{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + pixel_x = 32 + }, +/obj/structure/sign/directions/medical{ + pixel_x = 32; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"aZT" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/table, +/obj/item/storage/fancy/donut_box, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aZU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aZV" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aZW" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/alarm/directional/east, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"aZY" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"aZZ" = ( +/turf/simulated/wall, +/area/station/public/locker) +"baa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bab" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"bac" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bad" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"baf" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"bag" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bai" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/library) +"baj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/hydroponics) +"bak" = ( +/obj/structure/closet/crate/hydroponics/prespawned, +/obj/item/shovel/spade, +/obj/item/wrench, +/obj/item/reagent_containers/glass/bucket, +/obj/item/cultivator, +/obj/item/wirecutters, +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"bal" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bam" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/ce) +"bao" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5; + initialize_directions = 12 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"bas" = ( +/obj/structure/closet/crate, +/obj/item/stack/ore/glass, +/obj/item/stack/ore/iron, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bau" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bav" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"baw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bay" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"baB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"baC" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/table, +/obj/item/stamp/granted{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/toy/figure/crew/cargotech{ + pixel_x = 3 + }, +/obj/machinery/camera{ + c_tag = "Cargo Bay - Starboard"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"baD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"baE" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"baF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"baI" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"baJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"baK" = ( +/obj/structure/chair, +/obj/machinery/camera{ + c_tag = "Arrivals - Fore Arm - Far" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"baL" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"baM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/secondary/entry) +"baO" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Courtroom - Gallery"; + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"baU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"baV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/cargo_technician, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"baX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"baZ" = ( +/obj/structure/closet/crate, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bbe" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Locker Room Port"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"bbg" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"bbh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"bbj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"bbk" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai_upload) +"bbm" = ( +/obj/machinery/alarm/directional/north, +/obj/item/kirbyplants/applebush, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"bbn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"bbo" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"bbp" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Fore" + }, +/obj/structure/sign/directions/bridge{ + pixel_y = 24 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = 32 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = 40 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/central) +"bbq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/hallway/primary/central) +"bbr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bbs" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/central) +"bbt" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bbv" = ( +/obj/structure/closet/wardrobe/xenos, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"bbx" = ( +/obj/machinery/door/airlock/highsecurity, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/all/engineering/tech_storage, +/obj/effect/mapping_helpers/airlock/access/all/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bby" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bbz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"bbA" = ( +/obj/structure/sign/pods, +/turf/simulated/wall, +/area/station/public/locker) +"bbB" = ( +/obj/machinery/economy/vending/vulpix, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"bbC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"bbD" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"bbE" = ( +/obj/structure/table/reinforced, +/obj/item/razor, +/obj/item/eftpos, +/obj/structure/mirror{ + dir = 4; + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"bbH" = ( +/turf/simulated/wall, +/area/station/engineering/tech_storage) +"bbK" = ( +/obj/machinery/ai_status_display/north, +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bbM" = ( +/obj/item/kirbyplants/plant18, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bbO" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bbS" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bbT" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bbU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Medical Reception"; + dir = 4 + }, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"bbW" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bbX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bbY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bbZ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bcb" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"bcd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/girder, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bce" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"bcl" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/computer/security/telescreen/upload{ + dir = 4; + pixel_x = -29 + }, +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom/private{ + name = "custom placement"; + pixel_x = -26; + pixel_y = 26 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai_upload) +"bcm" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"bcn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bco" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/motion{ + c_tag = "AI Upload Foyer"; + network = list("SS13","RD","AIUpload") + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 8; + pixel_x = 29 + }, +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai_upload) +"bcq" = ( +/obj/structure/closet/secure_closet/engineering_electrical, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/south{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bcr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"bcs" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bcv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bcy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcC" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"bcF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"bcH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bcI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bcJ" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bcK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bcL" = ( +/obj/machinery/computer/guestpass{ + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"bcM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bcN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bcO" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5; + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/item/reagent_containers/drinks/drinkingglass/shotglass, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bcP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"bcR" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcS" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bcV" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/rcs, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"bcX" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bcZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "C7" + }, +/area/station/hallway/primary/central) +"bdb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bdc" = ( +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bde" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bdi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bdk" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"bdl" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bdm" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bdp" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/box, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"bdq" = ( +/obj/item/flashlight/lantern{ + pixel_y = 7 + }, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bdr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bds" = ( +/obj/structure/rack, +/obj/item/circuitboard/cyborgrecharger{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/mech_bay_power_console, +/obj/item/circuitboard/mech_recharger{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/mechfab{ + pixel_y = -6; + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bdt" = ( +/obj/structure/rack, +/obj/item/circuitboard/cloning{ + pixel_y = 8; + pixel_x = -8 + }, +/obj/item/circuitboard/clonescanner{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/circuitboard/clonepod{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/cryo_tube{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/circuitboard/pandemic{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/bodyscanner{ + pixel_x = 6; + pixel_y = -6 + }, +/obj/item/circuitboard/sleeper{ + pixel_x = 9; + pixel_y = -9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bdu" = ( +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bdv" = ( +/obj/structure/rack, +/obj/item/circuitboard/powermonitor{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/stationalert, +/obj/item/circuitboard/atmos_alert{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/smes{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bdw" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bdx" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/ai_module/reset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bdy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bdA" = ( +/obj/item/storage/secure/safe{ + pixel_x = 6; + pixel_y = 30 + }, +/obj/machinery/camera{ + c_tag = "Chief Engineer's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bdB" = ( +/obj/structure/chair, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bdC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bdD" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/ce, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel, +/area/station/command/office/ce) +"bdE" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/computer/card/minor/ce, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bdF" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Fore - AI Upload" + }, +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'HIGH-POWER TURRETS AHEAD'."; + name = "\improper HIGH-POWER TURRETS AHEAD"; + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bdH" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bdI" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai) +"bdJ" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bdK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"bdL" = ( +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bdM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bdN" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/asmaint) +"bdP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"bdQ" = ( +/obj/structure/sign/poster/official/random/east, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - Fore Arm"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bdS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bdT" = ( +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"bdU" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bdW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/mob/living/simple_animal/mouse, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"bdX" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bdZ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bea" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/delivery/partial{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bec" = ( +/obj/structure/sign/vacuum, +/turf/simulated/wall/r_wall, +/area/station/security/checkpoint/south) +"bed" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bei" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bej" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bek" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bel" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"ben" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"beo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bep" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"beq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"ber" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=2-Storage"; + location = "1.5-Fore-Central" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C6" + }, +/area/station/hallway/primary/central) +"bes" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "spooky"; + name = "Observer-Start" + }, +/turf/simulated/floor/plasteel{ + icon_state = "C8" + }, +/area/station/hallway/primary/central) +"beu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bev" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=15-Court"; + location = "14.9-CrewQuarters-Central" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bex" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bey" = ( +/obj/machinery/light/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bez" = ( +/turf/simulated/wall, +/area/station/public/storage/tools/auxiliary) +"beA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"beC" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"beD" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"beE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"beF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"beG" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"beH" = ( +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"beI" = ( +/obj/machinery/door_control/shutter/west{ + desc = "A remote control-switch for the engineering security doors."; + id = "Engineering"; + name = "Engineering Lockdown"; + pixel_y = -5; + req_access = list(10) + }, +/obj/machinery/door_control/shutter/west{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_y = 5; + req_access = list(24) + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"beJ" = ( +/obj/structure/table/reinforced, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"beK" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/reagent_containers/patch/silver_sulf, +/obj/item/stamp/ce, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"beM" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/item/paper/tcommskey, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"beN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"beP" = ( +/obj/item/kirbyplants, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"beQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"beR" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/kirbyplants/plant16, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"beW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"beX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"beY" = ( +/obj/machinery/camera{ + c_tag = "Cargo Bay - Port"; + dir = 1 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bfb" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bfc" = ( +/obj/structure/window/reinforced, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Fore Port"; + dir = 8; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bfd" = ( +/obj/machinery/computer/atmos_alert, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bff" = ( +/obj/effect/turf_decal/delivery/partial, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bfg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bfh" = ( +/obj/machinery/economy/vending/cargodrobe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"bfi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bfj" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"bfl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/kirbyplants{ + level = 4.1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bfn" = ( +/obj/structure/closet/emcloset, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"bfo" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"bfp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bfr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"bfs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bfu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bfv" = ( +/obj/structure/closet/secure_closet/cargotech, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"bfw" = ( +/turf/simulated/wall, +/area/station/supply/office) +"bfy" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bfz" = ( +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bfB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"bfC" = ( +/obj/machinery/light/directional/west, +/obj/machinery/ai_status_display/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bfG" = ( +/turf/simulated/wall, +/area/station/hallway/primary/port) +"bfH" = ( +/obj/machinery/light/directional/east, +/obj/machinery/ai_status_display/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bfI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bfJ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bfO" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfR" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfS" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bfU" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bfV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfW" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfX" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Fore - Courtroom"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfY" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bfZ" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bga" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bgb" = ( +/obj/machinery/washing_machine, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/dorms) +"bgd" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Fore - Starboard Corner"; + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bge" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bgf" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bgg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bgh" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bgi" = ( +/obj/structure/closet/toolcloset, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bgj" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"bgk" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=3-Central-Port"; + location = "2-Storage" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bgm" = ( +/obj/structure/rack, +/obj/item/circuitboard/borgupload{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/aiupload{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/aicore{ + pixel_x = 5; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bgn" = ( +/obj/machinery/camera{ + c_tag = "Secure Tech Storage"; + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bgo" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bgp" = ( +/obj/structure/rack, +/obj/item/circuitboard/rdconsole{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/circuitboard/rdserver{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/scientific_analyzer, +/obj/item/circuitboard/protolathe{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/circuit_imprinter{ + pixel_y = -6; + pixel_x = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bgq" = ( +/obj/structure/rack, +/obj/item/circuitboard/autolathe{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/ore_redemption{ + pixel_x = 3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bgr" = ( +/obj/structure/rack, +/obj/item/circuitboard/message_monitor{ + pixel_y = 6; + pixel_x = -6 + }, +/obj/item/circuitboard/aifixer{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/circuitboard/teleporter, +/obj/item/circuitboard/teleporter_hub{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/circuitboard/teleporter_station{ + pixel_x = 6; + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bgs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bgt" = ( +/obj/structure/table, +/obj/item/analyzer, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bgu" = ( +/obj/machinery/door_control/shutter/west{ + id = "transittube"; + name = "Transit Tube Lockdown"; + pixel_y = -5; + req_access = list(19) + }, +/obj/machinery/door_control/shutter/west{ + desc = "A remote control-switch for secure storage."; + id = "Secure Storage"; + name = "Engineering Secure Storage"; + pixel_y = 5; + req_access = list(11) + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bgv" = ( +/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/structure/table/reinforced, +/obj/item/cartridge/atmos, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bgw" = ( +/obj/effect/landmark/start/chief_engineer, +/obj/structure/chair/office/light{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bgx" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bgy" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/here_for_your_safety{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bgA" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bgB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bgC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2"; + pixel_x = 8; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bgD" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bgF" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bgH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bgK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/storage) +"bgM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"bgN" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blueyellow" + }, +/area/station/hallway/primary/starboard) +"bgO" = ( +/obj/structure/rack, +/obj/item/circuitboard/secure_data{ + pixel_x = -1; + pixel_y = 1 + }, +/obj/item/circuitboard/camera{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/prisoner{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/machinery/ai_status_display{ + pixel_y = 31 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bgQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bgS" = ( +/obj/structure/window/reinforced, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Fore Starboard"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bgU" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bgV" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bgW" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bgX" = ( +/turf/simulated/wall, +/area/station/security/checkpoint/secondary) +"bhb" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bhc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bhd" = ( +/obj/structure/table, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/light/small/directional/north, +/obj/item/flash, +/obj/item/flash, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bhe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"bhf" = ( +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/light_switch/east{ + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bhh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bhj" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bhl" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bhm" = ( +/obj/effect/landmark/start/shaft_miner, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bhn" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"bho" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/firecloset, +/obj/item/clothing/glasses/meson/engine, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bhp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bhq" = ( +/turf/simulated/wall, +/area/station/service/janitor) +"bhr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bht" = ( +/turf/simulated/wall, +/area/station/maintenance/maintcentral) +"bhu" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bhv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"bhw" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/captain/bedroom) +"bhA" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bhB" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bhC" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bhD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools/auxiliary) +"bhE" = ( +/obj/machinery/camera{ + c_tag = "Auxiliary Tool Storage"; + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bhF" = ( +/obj/machinery/light/directional/north, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"bhH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bhI" = ( +/obj/structure/rack, +/obj/item/circuitboard/card{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/circuitboard/communications{ + pixel_x = 5; + pixel_y = -5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bhJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bhK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/closet/jcloset, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/east{ + pixel_y = -6 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bhL" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bhM" = ( +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bhQ" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/wirecutters, +/obj/item/multitool, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/engineering/tech_storage) +"bhU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bhV" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bhW" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bhY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"bhZ" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_y = 20 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Chamber - Fore"; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bia" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bib" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/table/glass, +/obj/item/storage/box/disks, +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"bic" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"bid" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bie" = ( +/obj/structure/table, +/obj/item/stack/cable_coil{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bif" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"big" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bih" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bij" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"bik" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/lightsout, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bil" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "cautioncorner" + }, +/area/station/engineering/atmos/control) +"bim" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bin" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/arrival/station) +"bip" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/shuttle/arrival/station) +"biq" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/arrival/station) +"bit" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"biv" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"biw" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bix" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost","Telecomms") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"biy" = ( +/obj/machinery/light/directional/north, +/obj/machinery/camera{ + c_tag = "Customs Checkpoint" + }, +/obj/machinery/computer/card, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"biB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"biC" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/space_heater, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"biD" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall, +/area/station/supply/office) +"biE" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/supply/office) +"biF" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/supply/office) +"biG" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"biH" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/structure/plasticflaps, +/turf/simulated/floor/plating, +/area/station/supply/office) +"biI" = ( +/obj/structure/rack, +/obj/item/hand_labeler, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"biJ" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"biK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"biL" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/flasher{ + id = "hopflash"; + pixel_x = 26; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"biM" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"biN" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"biO" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"biS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/supply/lobby) +"biU" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"biW" = ( +/obj/structure/chair/stool/bar, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/woodsiding{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"biX" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"biY" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/reagent_dispensers/spacecleanertank/north, +/obj/machinery/light/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"biZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bja" = ( +/obj/structure/closet/l3closet/janitor, +/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bjb" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"bjc" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bjd" = ( +/obj/structure/rack, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/wrapping_paper, +/obj/item/stack/wrapping_paper, +/obj/item/dest_tagger{ + pixel_x = 4; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"bje" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/maintcentral) +"bjf" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bjh" = ( +/obj/machinery/light/directional/north, +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bji" = ( +/obj/machinery/ai_status_display/north, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bjj" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bjk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/filingcabinet{ + pixel_x = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bjl" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bjm" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bjp" = ( +/obj/structure/table, +/obj/item/storage/toolbox/emergency, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bjq" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bjr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bjs" = ( +/obj/structure/rack, +/obj/item/apc_electronics, +/obj/item/airlock_electronics, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bjt" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods{ + amount = 50 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bju" = ( +/obj/structure/closet/secure_closet/cargotech, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"bjv" = ( +/obj/structure/rack, +/obj/item/circuitboard/robotics{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/circuitboard/mecha_control{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/circuitboard/rnd_backup_console, +/obj/item/circuitboard/rnd_network_controller{ + pixel_x = 2; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bjw" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bjx" = ( +/obj/machinery/economy/vending/assist/free, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bjy" = ( +/obj/structure/table, +/obj/item/plant_analyzer{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/healthanalyzer{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bjz" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway - Auxiliary Tool Storage"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bjA" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bjB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"bjC" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/machinery/alarm/directional/east, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bjD" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bjF" = ( +/obj/structure/closet/toolcloset, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"bjG" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/computer/security/telescreen/engine{ + dir = 8; + layer = 4; + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bjH" = ( +/obj/structure/filingcabinet/chestdrawer, +/mob/living/simple_animal/parrot/poly, +/obj/machinery/keycard_auth/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bjI" = ( +/obj/structure/closet/secure_closet/engineering_chief, +/obj/item/megaphone, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bjK" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/science/robotics/chargebay) +"bjM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bjN" = ( +/turf/simulated/wall, +/area/station/engineering/break_room) +"bjQ" = ( +/obj/machinery/light/directional/east, +/obj/machinery/ai_status_display/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bjR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "AI Core Shutters"; + name = "AI Chamber Entrance Shutters" + }, +/turf/simulated/floor/plating, +/area/station/turret_protected/ai) +"bjS" = ( +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bjW" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/item/radio/intercom/directional/west, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit" + }, +/area/station/turret_protected/ai) +"bjY" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bka" = ( +/obj/machinery/light/directional/north, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bkb" = ( +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bkc" = ( +/obj/machinery/computer/arcade, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bkd" = ( +/obj/structure/closet/wardrobe/green, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bke" = ( +/obj/structure/closet/wardrobe/black, +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bkf" = ( +/obj/structure/closet/wardrobe/mixed, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bkg" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bkh" = ( +/obj/machinery/camera{ + c_tag = "Arrivals Shuttle" + }, +/obj/machinery/light/directional/north, +/obj/structure/closet/walllocker/emerglocker/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bkk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/storage/tools/auxiliary) +"bkl" = ( +/obj/structure/table/reinforced, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bkm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"bkn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"bko" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"bkp" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bkq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bks" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"bkt" = ( +/obj/machinery/camera{ + c_tag = "Engineering - Entrance"; + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bku" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"bkw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bky" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bkA" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/directional/east, +/obj/item/storage/box/lights/mixed, +/obj/item/stack/package_wrap, +/obj/item/t_scanner, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/east, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bkB" = ( +/obj/structure/rack, +/obj/structure/rack, +/obj/item/storage/firstaid/regular, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"bkE" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/conveyor{ + backwards = 1; + forwards = 2; + id = "packageSort2" + }, +/obj/effect/turf_decal/delivery/partial, +/obj/effect/turf_decal/arrows/black, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bkH" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bkI" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central) +"bkL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/landmark/start/janitor, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"bkM" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bkN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bkO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/janitor, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bkP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bkQ" = ( +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bkS" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"bkT" = ( +/obj/structure/closet/toolcloset, +/obj/item/clothing/glasses/meson/engine, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bkU" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/scrubber, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "redyellow" + }, +/area/station/hallway/primary/starboard) +"bkV" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/lobby) +"bkW" = ( +/turf/simulated/wall/r_wall, +/area/station/command/bridge) +"bkY" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"bkZ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/all_access/directional/east, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"bla" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"blb" = ( +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"blc" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"ble" = ( +/obj/structure/bed, +/obj/item/bedsheet/captain, +/obj/machinery/camera{ + c_tag = "Captain's Quarters"; + dir = 8 + }, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"blg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central) +"bli" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"blk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bll" = ( +/obj/structure/closet/emcloset, +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/starboard) +"blm" = ( +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/starboard) +"bln" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"blo" = ( +/turf/simulated/wall, +/area/station/hallway/primary/starboard) +"blq" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tech_storage, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"blr" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 1 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"blt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"blu" = ( +/obj/machinery/camera{ + c_tag = "Medbay Main Hallway- Aft"; + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"blx" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bly" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"blA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"blB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"blC" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/service/barber) +"blE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"blF" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai) +"blI" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/status_display/directional/west, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/hallway/primary/central) +"blJ" = ( +/obj/item/radio/intercom/custom{ + pixel_y = 25 + }, +/obj/item/radio/intercom/private{ + pixel_y = -28 + }, +/obj/item/radio/intercom/directional/east, +/obj/effect/landmark{ + icon = 'icons/effects/spawner_icons.dmi'; + icon_state = "AI"; + name = "tripai" + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit" + }, +/area/station/turret_protected/ai) +"blK" = ( +/obj/machinery/light/directional/west, +/obj/machinery/ai_status_display/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"blL" = ( +/obj/machinery/door_control/shutter/south{ + id = "AI Chamber Entrance Shutters"; + name = "AI Chamber Entrance Shutters Control"; + pixel_x = -23 + }, +/obj/machinery/door_control/shutter/south{ + id = "AI Core Shutters"; + name = "AI Core Shutters Control"; + pixel_x = 23 + }, +/obj/item/radio/intercom/custom{ + pixel_x = -28; + pixel_y = -10 + }, +/obj/item/radio/intercom/private{ + pixel_x = 28; + pixel_y = -10 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/landmark/start/ai, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"blM" = ( +/obj/structure/rack, +/obj/item/clothing/gloves/color/fyellow, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/multitool, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/public/storage/tools/auxiliary) +"blN" = ( +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Exterior West"; + dir = 8; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/window/reinforced, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"blP" = ( +/obj/structure/chair/comfy/shuttle, +/obj/machinery/light/directional/north, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"blQ" = ( +/obj/structure/chair/comfy/shuttle, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"blS" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 8 + }, +/obj/effect/landmark/spawner/late/crew, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"blU" = ( +/obj/structure/shuttle/engine/heater{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"blV" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_r" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"blW" = ( +/obj/machinery/light/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"blX" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/closet, +/obj/item/crowbar, +/obj/item/flash, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/obj/item/radio/security, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"blY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bmb" = ( +/obj/structure/table/reinforced, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bmc" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bmd" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"bme" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bmf" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"bmg" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"bmh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bmi" = ( +/obj/machinery/recharge_station, +/obj/effect/turf_decal/stripes/end{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bmk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bml" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bmm" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bmn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bmo" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Captain's Office" + }, +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bmp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bmq" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bmr" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bms" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bmu" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/break_room) +"bmv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bmw" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bmA" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bmB" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"bmC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/mob/living/simple_animal/lizard{ + name = "Wags-His-Tail"; + real_name = "Wags-His-Tail" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bmD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bmE" = ( +/obj/machinery/newscaster/directional/east, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bmF" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bmK" = ( +/obj/structure/rack, +/obj/item/hand_labeler_refill, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"bmN" = ( +/obj/structure/table/reinforced, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Engineer's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"bmP" = ( +/obj/structure/reagent_dispensers/peppertank/north, +/obj/structure/closet/secure_closet/security, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"bmQ" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/item/key/janitor, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/power/apc/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/lights/mixed, +/obj/item/storage/box/lights/mixed, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/obj/item/grenade/chem_grenade/cleaner, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bmR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"bmT" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai) +"bmU" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album{ + pixel_y = -4 + }, +/obj/item/camera, +/obj/item/radio/intercom/private{ + pixel_x = -28 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bmV" = ( +/obj/machinery/light_switch/south, +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/flask/gold, +/obj/item/razor{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bmX" = ( +/obj/machinery/economy/vending/artvend, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"bmZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bna" = ( +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bnb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14.2-Central-CrewQuarters"; + location = "14-Starboard-Central" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bnc" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bnd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bne" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bnf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bnh" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bni" = ( +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway - Tech Storage" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bnj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bnk" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bnl" = ( +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/hallway/primary/central) +"bnm" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"bnn" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bnp" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bnr" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bnt" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/break_room) +"bnv" = ( +/obj/structure/safe{ + known_by = list("captain") + }, +/obj/item/clothing/head/bearpelt, +/obj/item/folder/documents, +/obj/item/reagent_containers/drinks/bottle/vodka/badminka, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/stack/spacecash/c1000, +/obj/effect/turf_decal/delivery/white/hollow/left, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/vault) +"bnw" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"bnx" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + layer = 3.3; + name = "Cooling loop return" + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"bnA" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/table/wood, +/obj/item/pinpointer, +/obj/item/disk/nuclear, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bnB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bnE" = ( +/obj/structure/dresser, +/obj/structure/sign/bobross{ + pixel_y = 32 + }, +/obj/machinery/light_switch/east{ + pixel_y = -6 + }, +/obj/item/clothing/under/towel/long/alt/blue{ + pixel_y = -5 + }, +/obj/item/clothing/head/towel/blue{ + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bnF" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"bnJ" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = -1 + }, +/obj/item/clothing/gloves/color/yellow, +/obj/item/t_scanner, +/obj/item/multitool, +/obj/item/clothing/glasses/meson, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/tech_storage) +"bnK" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/camera{ + c_tag = "MiniSat Exterior - Space Access"; + dir = 1; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"bnM" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bnN" = ( +/obj/structure/window/reinforced, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Exterior East"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bnO" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bnQ" = ( +/obj/machinery/ai_slipper, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bnR" = ( +/obj/structure/closet/crate{ + name = "solar pack crate" + }, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/circuitboard/solar_control, +/obj/item/tracker_electronics, +/obj/item/paper/solar, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"bnU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bnW" = ( +/obj/machinery/conveyor/northeast{ + id = "QMLoad2" + }, +/obj/machinery/status_display/supply_display/north, +/obj/machinery/camera{ + c_tag = "Cargo Bay - Fore"; + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"bnX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bnY" = ( +/obj/structure/sign/pods, +/turf/simulated/wall, +/area/station/security/checkpoint/secondary) +"boa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"bob" = ( +/obj/structure/rack, +/obj/item/lighter/zippo, +/obj/item/clothing/glasses/meson, +/obj/machinery/button/windowtint/south{ + id = "CE"; + req_access = list(56) + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"boc" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"bod" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"boe" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"bof" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/break_room) +"bog" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"boh" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bok" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bol" = ( +/obj/structure/table, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/recharger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/supply/office) +"bom" = ( +/obj/structure/rack, +/obj/item/storage/secure/briefcase, +/obj/item/clothing/mask/cigarette/cigar, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"bop" = ( +/obj/machinery/computer/med_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreen" + }, +/area/station/command/bridge) +"bos" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"bou" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/economy/vending/janidrobe, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bov" = ( +/obj/structure/janitorialcart, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bow" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"box" = ( +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"boy" = ( +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"boz" = ( +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"boB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/card, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkgreen" + }, +/area/station/command/bridge) +"boC" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"boD" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"boE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"boF" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"boG" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"boH" = ( +/obj/machinery/porta_turret/ai_turret, +/obj/machinery/flasher{ + id = "AI"; + pixel_y = 21 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai) +"boI" = ( +/turf/simulated/wall, +/area/station/command/office/captain/bedroom) +"boJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"boL" = ( +/obj/structure/closet/secure_closet/captains, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/item/megaphone, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"boM" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/west, +/obj/item/paper/safe_code{ + owner = "captain" + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/item/lighter/zippo/cap, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"boN" = ( +/obj/item/restraints/legcuffs/beartrap, +/obj/item/restraints/legcuffs/beartrap, +/obj/machinery/requests_console/directional/west, +/obj/machinery/camera{ + c_tag = "Custodial Closet"; + dir = 4 + }, +/obj/item/mop, +/obj/item/reagent_containers/glass/bucket, +/obj/structure/rack, +/obj/item/clothing/gloves/color/orange, +/obj/effect/decal/cleanable/dirt, +/obj/item/storage/box/mousetraps, +/obj/item/storage/box/mousetraps, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"boO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"boQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"boS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"boV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"boX" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"boY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"bpb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"bpd" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"bpf" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"bph" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bpj" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bpm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/science/explab) +"bpn" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"bpo" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bpp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bpq" = ( +/obj/structure/table/reinforced, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/cigbutt/cigarbutt, +/obj/item/radio/intercom/private{ + pixel_x = 28 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bpr" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Head of Personnel's Desk" + }, +/obj/machinery/door/window/classic/normal{ + name = "Reception Window" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "hop"; + name = "privacy shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/hop{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/office/hop) +"bpt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bpw" = ( +/obj/machinery/light/directional/south, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bpx" = ( +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bpy" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageSort2"; + pixel_x = -2; + pixel_y = 12 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bpz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitecorner" + }, +/area/station/hallway/secondary/entry) +"bpA" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bpC" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bpD" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bpE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bpF" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bpG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bpH" = ( +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bpI" = ( +/obj/effect/turf_decal/tile/bar, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bpJ" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"bpK" = ( +/obj/structure/table/reinforced, +/obj/item/folder/yellow, +/obj/item/pen{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/supply/office) +"bpL" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/cargo_technician, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/supply/office) +"bpM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/supply/office) +"bpN" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Cargo - Mailroom"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/supply/office) +"bpO" = ( +/obj/structure/table, +/obj/item/stack/wrapping_paper, +/obj/machinery/requests_console/directional/south, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/supply/office) +"bpP" = ( +/obj/item/storage/box, +/obj/structure/table, +/obj/item/storage/box, +/obj/item/storage/box, +/obj/item/dest_tagger{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/rcs, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/supply/office) +"bpQ" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/janitor, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/east, +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel, +/area/station/service/janitor) +"bpS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"bpT" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bpU" = ( +/obj/structure/cable/yellow, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bpV" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreen" + }, +/area/station/command/bridge) +"bpW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"bpY" = ( +/obj/machinery/status_display/directional/north, +/obj/item/folder/yellow{ + pixel_y = 4 + }, +/obj/machinery/camera{ + c_tag = "Bridge - Central" + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bqb" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bqc" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/hop) +"bqd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/monitor{ + name = "Bridge Power Monitoring Console" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bqe" = ( +/obj/item/extinguisher, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bqf" = ( +/obj/machinery/computer/station_alert, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bqg" = ( +/obj/machinery/ai_status_display/north, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -1; + pixel_y = 4 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bqh" = ( +/obj/machinery/computer/atmos_alert, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/command/bridge) +"bqi" = ( +/obj/item/beacon, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bqj" = ( +/obj/machinery/computer/secure_data, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/command/bridge) +"bqk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"bql" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/computer/prisoner, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkred" + }, +/area/station/command/bridge) +"bqn" = ( +/obj/structure/sink/directional/north, +/obj/structure/mirror{ + pixel_y = -34 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/captain/bedroom) +"bqo" = ( +/obj/structure/toilet{ + pixel_y = 13 + }, +/obj/machinery/light_switch/south, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/captain/bedroom) +"bqp" = ( +/obj/machinery/door/airlock/silver, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/captain/bedroom) +"bqq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bqr" = ( +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bqs" = ( +/obj/machinery/alarm/directional/south, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bqu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=13.1-Engineering-Enter"; + location = "12-Central-Starboard" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bqw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bqx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bqy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bqA" = ( +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bqB" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bqC" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bqD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bqE" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway - Auxiliary Tool Storage"; + dir = 1 + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"bqG" = ( +/obj/structure/table/glass, +/obj/machinery/economy/vending/wallmed/directional/west, +/obj/machinery/light_switch/north, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Chief Medical Officer's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"bqJ" = ( +/obj/structure/sign/securearea{ + pixel_x = -32; + pixel_y = -32 + }, +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"bqQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bqR" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bqS" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"bqT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"bqX" = ( +/obj/structure/table/reinforced, +/obj/machinery/light/small/directional/west, +/obj/item/folder/blue{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/pen/multi, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"bqZ" = ( +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"bra" = ( +/obj/structure/table/reinforced, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/pen/multi, +/obj/machinery/light/small/directional/east, +/obj/machinery/newscaster/security_unit/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"brc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"bre" = ( +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"brf" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"brg" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"brh" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bri" = ( +/turf/simulated/wall/r_wall, +/area/station/turret_protected/aisat/interior) +"brk" = ( +/turf/simulated/wall/r_wall, +/area/station/aisat/service) +"brm" = ( +/obj/machinery/ai_status_display/south, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"brn" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"brp" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"brq" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"brr" = ( +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"brs" = ( +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = -32 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"brt" = ( +/obj/machinery/requests_console/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/arrival/station) +"bru" = ( +/obj/structure/shuttle/engine/propulsion{ + dir = 4; + icon_state = "burst_l" + }, +/turf/simulated/floor/plating/airless, +/area/shuttle/arrival/station) +"brv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"brw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"brx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bry" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brA" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=5-Customs"; + location = "4-Customs" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brE" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"brF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brG" = ( +/obj/machinery/conveyor{ + dir = 1; + id = "packageExternal" + }, +/turf/simulated/floor/plating, +/area/station/supply/office) +"brI" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"brJ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/hallway/primary/port) +"brK" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "packageExternal"; + pixel_y = 18 + }, +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"brN" = ( +/obj/structure/sign/directions/bridge{ + dir = 4; + pixel_x = 32; + pixel_y = -8 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_x = 32 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"brO" = ( +/obj/machinery/light/directional/east, +/obj/machinery/alarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"brQ" = ( +/obj/machinery/ai_status_display/south, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"brS" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"brT" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"brU" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"brV" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"brW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"brY" = ( +/obj/structure/rack, +/obj/item/restraints/handcuffs, +/obj/item/flash, +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/permabrig) +"bsb" = ( +/obj/item/folder/white, +/obj/machinery/light/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreen" + }, +/area/station/command/bridge) +"bsc" = ( +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/directional/east, +/obj/structure/table/glass, +/obj/item/folder/red{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/command/bridge) +"bse" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"bsf" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bsi" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bsj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bsl" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Internal Affairs Office" + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"bsm" = ( +/turf/simulated/wall, +/area/station/service/barber) +"bsp" = ( +/turf/simulated/wall, +/area/station/service/bar) +"bsq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"bsw" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"bsA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"bsC" = ( +/obj/structure/table/glass, +/obj/item/clothing/mask/breath{ + pixel_x = 4 + }, +/obj/item/tank/internals/emergency_oxygen{ + pixel_x = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"bsE" = ( +/obj/machinery/light/small/directional/south, +/obj/vehicle/janicart, +/turf/simulated/floor/plating, +/area/station/service/janitor) +"bsG" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/light/small/directional/north, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Fore"; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bsH" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 2 + }, +/obj/item/card/id/captains_spare, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bsI" = ( +/obj/structure/transit_tube/station/reverse/flipped{ + dir = 1 + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"bsK" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"bsT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/cyborg, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bsV" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bsX" = ( +/obj/machinery/teleport/hub, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/aisat/interior) +"bsY" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14-Starboard-Central"; + location = "13.3-Engineering-Central" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"btb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"btg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"btm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"btn" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"bto" = ( +/obj/structure/chair/comfy/beige, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"btp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"btq" = ( +/obj/structure/table/wood, +/obj/item/food/chips, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"btr" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/port) +"bts" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"btt" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"btu" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"btv" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"btz" = ( +/obj/machinery/camera{ + c_tag = "Port Primary Hallway - Middle" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"btA" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"btB" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"btC" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greencorner" + }, +/area/station/hallway/primary/central) +"btD" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"btF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/hallway/primary/port) +"btI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/hallway/primary/port) +"btK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=4-Customs"; + location = "3-Central-Port" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"btM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"btN" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/effect/landmark/start/head_of_personnel, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"btP" = ( +/obj/item/tank/internals/oxygen, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"btQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"btR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"btT" = ( +/obj/item/storage/firstaid/regular{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreencorners" + }, +/area/station/command/bridge) +"btU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/recharger, +/obj/item/restraints/handcuffs, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"btV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/computer/communications, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"btW" = ( +/obj/structure/table/glass, +/obj/machinery/computer/security/wooden_tv{ + pixel_x = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"btX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/obj/item/folder/blue{ + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"btY" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/computer/sm_monitor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"btZ" = ( +/obj/machinery/recharger{ + pixel_y = 3 + }, +/obj/item/restraints/handcuffs{ + pixel_y = 3 + }, +/obj/structure/table/glass, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkredcorners" + }, +/area/station/command/bridge) +"bub" = ( +/obj/machinery/computer/rnd_backup/station, +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/item/disk/rnd_backup_disk, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"buc" = ( +/obj/item/storage/fancy/donut_box, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bue" = ( +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"buf" = ( +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bug" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"buh" = ( +/obj/machinery/ai_status_display/north, +/obj/machinery/keycard_auth{ + pixel_x = 26 + }, +/obj/machinery/computer/communications{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bui" = ( +/obj/structure/rack, +/obj/item/cane, +/turf/simulated/floor/plating, +/area/station/command/office/captain) +"buj" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bul" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 1 + }, +/obj/machinery/door_control/shutter/south{ + id = "turbinevent"; + name = "Turbine Vent Control"; + pixel_x = -8; + req_access = list(12) + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"bum" = ( +/obj/machinery/keycard_auth/north, +/obj/machinery/computer/security/mining, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bun" = ( +/obj/machinery/economy/vending/cola, +/obj/machinery/camera{ + c_tag = "Bar - Fore" + }, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"buo" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/turf_decal/woodsiding{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bur" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bus" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"but" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"buw" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/machinery/door/window/classic/normal{ + name = "Bridge Delivery"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/command/bridge) +"buy" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"buz" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"buB" = ( +/obj/item/radio/off, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"buC" = ( +/obj/item/coin/iron, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"buD" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera{ + c_tag = "Arrivals - Station Entrance"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"buE" = ( +/obj/machinery/requests_console/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/computer/supplycomp, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"buH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"buI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"buN" = ( +/obj/structure/transit_tube_pod, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/transit_tube/station{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "vault" + }, +/area/station/aisat) +"buP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"buQ" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"buS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"buT" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"buU" = ( +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"buV" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"buX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"buY" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/light_switch/west, +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Antechamber"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"buZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bva" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bvc" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bve" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/obj/machinery/ai_slipper, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bvf" = ( +/obj/structure/shuttle/engine/propulsion/burst{ + dir = 8 + }, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_4) +"bvh" = ( +/obj/structure/window/reinforced, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"bvi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"bvo" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/recharge_station, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat/service) +"bvp" = ( +/obj/machinery/door_control/shutter/north{ + id = "hop"; + name = "Privacy Shutters Control"; + req_access = list(28) + }, +/obj/machinery/computer/account_database, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bvq" = ( +/obj/item/flash, +/obj/structure/table/wood, +/obj/machinery/recharger{ + pixel_y = 3 + }, +/obj/item/flashlight/lamp/green{ + pixel_x = -12; + pixel_y = 5 + }, +/obj/item/storage/secure/safe{ + pixel_x = 32 + }, +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bvr" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera{ + c_tag = "Bridge - Starboard"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bvs" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Starboard - Art Storage"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bvt" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"bvw" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bvx" = ( +/obj/machinery/ai_slipper, +/obj/machinery/turretid/stun{ + name = "AI Antechamber Turret Control"; + pixel_x = 24; + req_access = list(75) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bvy" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bvz" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bvA" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - Lounge"; + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"bvB" = ( +/turf/simulated/floor/carpet, +/area/station/hallway/primary/port) +"bvC" = ( +/obj/machinery/hologram/holopad{ + pixel_y = -16 + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/port) +"bvD" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"bvE" = ( +/obj/machinery/economy/vending/cola, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/port) +"bvF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bvG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvL" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bvU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bvW" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bvX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bvY" = ( +/obj/structure/window/reinforced, +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bvZ" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bwa" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/binary/pump{ + name = "Air Out" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bwc" = ( +/obj/machinery/computer/security/mining{ + dir = 8 + }, +/obj/machinery/newscaster/security_unit/east, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bwd" = ( +/turf/simulated/wall, +/area/station/command/office/hop) +"bwe" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bwg" = ( +/obj/structure/cable/yellow, +/obj/machinery/camera{ + c_tag = "Bridge - Port"; + dir = 4 + }, +/obj/machinery/power/apc/important/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bwh" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/cell_charger{ + pixel_y = 4 + }, +/obj/structure/table/glass, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bwi" = ( +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bwj" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bwk" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 8 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bwl" = ( +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_x = -32 + }, +/obj/structure/sign/directions/security{ + dir = 8; + pixel_x = -32; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bwm" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/displaycase/captain, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/item/radio/intercom/private{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bwn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bwp" = ( +/obj/item/kirbyplants{ + level = 4.1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bwq" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/trash/plate{ + pixel_x = -9 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle/large{ + pixel_x = -6; + pixel_y = 10 + }, +/obj/item/storage/box/donkpockets{ + pixel_x = -9; + pixel_y = 3 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 7; + pixel_y = 2 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"bwr" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/teleport/station, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/aisat/interior) +"bws" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bwt" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/wooden_tv, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bwu" = ( +/obj/structure/chair/comfy/brown, +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/start/captain, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bwz" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bwA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bwC" = ( +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bwD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bwE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bwG" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bwI" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bwL" = ( +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_y = 20 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bwM" = ( +/turf/space, +/area/space/nearstation) +"bwN" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"bwO" = ( +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"bwP" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bwR" = ( +/obj/structure/chair/barber{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"bwS" = ( +/obj/effect/turf_decal/tile/bar, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bwV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/meter, +/obj/item/wrench, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"bwW" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"bxb" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/west, +/obj/item/radio/off{ + pixel_y = 4 + }, +/obj/item/screwdriver{ + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bxe" = ( +/obj/machinery/economy/slot_machine, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bxf" = ( +/obj/structure/table/wood, +/obj/machinery/ai_status_display/north, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bxg" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/camera{ + c_tag = "Mini Satellite Access"; + network = list("SS13","MiniSat") + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"bxi" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/bluegrid/telecomms, +/area/station/science/xenobiology) +"bxl" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bxp" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Command Hallway - Central"; + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bxq" = ( +/obj/structure/rack, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light_switch/east, +/obj/item/clothing/shoes/magboots{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/clothing/shoes/magboots{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bxr" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bxu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bxv" = ( +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/pen/multi{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"bxw" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/docking_port/mobile/pod{ + dir = 4; + id = "pod4"; + name = "escape pod 4" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"bxx" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"bxy" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bxz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bxA" = ( +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"bxB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bxD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/cyborg, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bxH" = ( +/obj/machinery/economy/slot_machine, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bxI" = ( +/obj/machinery/light_switch/west{ + pixel_y = -8 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"bxJ" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bxK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bxL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/newscaster/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bxM" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"bxN" = ( +/obj/machinery/atmospherics/binary/valve/open, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bxO" = ( +/obj/structure/chair/comfy/beige{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"bxP" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/port) +"bxQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bxR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bxS" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bxT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bxX" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bxY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bxZ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bya" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"byb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"byc" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"byd" = ( +/obj/machinery/camera{ + c_tag = "Port Primary Hallway - Starboard"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bye" = ( +/obj/structure/bed/dogbed/ian, +/mob/living/simple_animal/pet/dog/corgi/ian, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"byf" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"byg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"byi" = ( +/obj/machinery/door_control/shutter/west{ + id = "hop"; + name = "Privacy Shutters Control"; + req_access = list(28) + }, +/obj/machinery/papershredder, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"byj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"byk" = ( +/obj/structure/safe/floor{ + known_by = list("captain") + }, +/obj/item/gun/projectile/revolver/russian, +/obj/item/reagent_containers/drinks/bottle/absinthe/premium, +/obj/item/lighter/zippo/nt_rep, +/obj/item/storage/fancy/cigarettes/cigpack_robustgold, +/obj/item/toy/figure/crew/captain, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"byl" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bym" = ( +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"byo" = ( +/obj/structure/window/reinforced, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Personnel's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"byp" = ( +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/structure/rack, +/obj/item/storage/secure/briefcase, +/obj/item/clothing/mask/cigarette/cigar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"byq" = ( +/turf/simulated/wall, +/area/station/command/bridge) +"byr" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light_switch/south, +/obj/machinery/economy/vending/cola{ + pixel_x = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bys" = ( +/obj/machinery/door_control/shutter/south{ + id = "bridge blast"; + name = "Bridge Access Blast Door Control"; + pixel_x = -1; + req_access = list(19) + }, +/obj/machinery/door_control/shutter/south{ + id = "council blast"; + name = "Council Chamber Blast Door Control"; + pixel_x = -1; + req_access = list(19) + }, +/obj/machinery/camera{ + c_tag = "Bridge - Command Chair"; + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"byt" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"byu" = ( +/obj/machinery/pdapainter, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"byv" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"byw" = ( +/obj/structure/rack, +/obj/item/aicard, +/obj/item/radio/off, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"byx" = ( +/obj/machinery/light/directional/south, +/obj/structure/rack, +/obj/item/storage/toolbox/emergency, +/obj/item/storage/toolbox/emergency{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/wrench, +/obj/machinery/newscaster/directional/south, +/obj/item/multitool/command, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"byy" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/rack, +/obj/item/assembly/signaler, +/obj/item/assembly/signaler, +/obj/item/assembly/timer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"byA" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_y = -32 + }, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/pen{ + pixel_y = 3 + }, +/obj/structure/table/glass, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"byE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"byF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"byI" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"byJ" = ( +/obj/machinery/computer/card{ + dir = 8 + }, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"byK" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/wood, +/area/station/service/bar) +"byL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greencorner" + }, +/area/station/service/hydroponics) +"byM" = ( +/obj/structure/table/wood/poker, +/obj/item/storage/bag/dice, +/turf/simulated/floor/wood, +/area/station/service/bar) +"byP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"byQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"byZ" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"bza" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"bze" = ( +/obj/machinery/ai_slipper, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/mob/living/simple_animal/bot/secbot/pingsky, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bzg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"bzh" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bzi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bzj" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bzk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bzl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bzm" = ( +/obj/structure/window/reinforced, +/obj/machinery/ai_slipper, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bzo" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bzp" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bzs" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bzw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"bzy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bzA" = ( +/obj/item/kirbyplants/plant18, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bzB" = ( +/obj/item/kirbyplants/plant10, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"bzC" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"bzD" = ( +/obj/machinery/camera{ + c_tag = "Port Primary Hallway - Port"; + dir = 4 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/port) +"bzE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bzF" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bzG" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/port) +"bzH" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/port) +"bzJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bzK" = ( +/turf/simulated/wall, +/area/station/service/library) +"bzM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bzN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bzR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bzS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bzT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bzU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bzV" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/teleport/hub, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"bzW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bzX" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bzZ" = ( +/turf/simulated/floor/redgrid, +/area/station/turret_protected/ai_upload) +"bAa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/hop, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/hop) +"bAb" = ( +/obj/machinery/light_switch/south, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bAg" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/bridge) +"bAi" = ( +/obj/structure/bookcase, +/turf/simulated/floor/wood, +/area/station/command/bridge) +"bAj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bAk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"bAl" = ( +/obj/machinery/economy/vending/boozeomat, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bAm" = ( +/obj/machinery/hologram/holopad{ + pixel_x = 9; + pixel_y = -9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bAn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bAo" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/spacehut) +"bAp" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bAq" = ( +/obj/machinery/camera{ + c_tag = "Captain's Office"; + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bAu" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bAv" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bAx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"bAy" = ( +/obj/machinery/computer/arcade, +/obj/machinery/camera{ + c_tag = "Bar - Starboard" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bAz" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bAA" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/light/small/directional/west, +/mob/living/simple_animal/bot/floorbot{ + on = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bAB" = ( +/obj/structure/table/wood, +/obj/item/food/pie, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bAC" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"bAE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bAL" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/smes/engineering, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/smes) +"bAQ" = ( +/obj/item/beacon, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bAR" = ( +/obj/machinery/economy/vending/cola, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bAT" = ( +/obj/machinery/light/directional/south, +/obj/machinery/computer/station_alert{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -30 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bAW" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bAX" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/ai_status_display/north, +/obj/item/folder/blue, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bAY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"bAZ" = ( +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"bBc" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"bBd" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"bBf" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"bBg" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bBi" = ( +/obj/structure/window/reinforced, +/obj/machinery/firealarm/directional/east, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"bBj" = ( +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bBl" = ( +/turf/simulated/wall/r_wall, +/area/station/telecomms/computer) +"bBm" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/multitool, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/camera/motion{ + c_tag = "Mini Satellite Maintenance"; + dir = 8; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bBn" = ( +/obj/machinery/cryopod/robot, +/obj/machinery/computer/cryopod/robot{ + pixel_y = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bBp" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bBr" = ( +/obj/item/kirbyplants/plant20, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bBs" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bBt" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bBu" = ( +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bBv" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bBx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bBy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bBz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bBD" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bBE" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=6-Port-Central"; + location = "5-Customs" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bBG" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bBI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"bBK" = ( +/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, +/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/item/storage/bag/plants/seed_sorting_tray, +/obj/item/reagent_containers/glass/bottle/nutrient/mut{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"bBN" = ( +/obj/structure/closet, +/obj/item/poster/random_contraband, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bBO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/economy/vending/snack{ + pixel_x = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bBP" = ( +/obj/structure/table/wood, +/obj/machinery/computer/library, +/turf/simulated/floor/wood, +/area/station/service/library) +"bBQ" = ( +/turf/simulated/floor/carpet, +/area/station/service/library) +"bBR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bBS" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bBT" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bBU" = ( +/obj/machinery/door_control/shutter/south{ + id = "evashutter"; + name = "E.V.A. Storage Shutter Control"; + req_access = list(19) + }, +/obj/machinery/door_control/shutter/south{ + id = "gateshutter"; + name = "Expedition Shutter Control"; + req_access = list(62) + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bBV" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/light_switch/west{ + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bBX" = ( +/obj/structure/closet/secure_closet/hop, +/obj/item/megaphone, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bBY" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bBZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/computer/card{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bCa" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/head_of_personnel, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bCb" = ( +/obj/machinery/door_control/shutter/south{ + id = "hopqueue"; + name = "Queue Shutters Control"; + pixel_x = -6; + req_access = list(28) + }, +/obj/machinery/door_control/shutter/south{ + id = "hop"; + name = "Privacy Shutters Control"; + pixel_x = -6; + req_access = list(28) + }, +/obj/machinery/flasher_button{ + id = "hopflash"; + pixel_x = 6; + pixel_y = -23 + }, +/obj/machinery/door_control/ticket_machine_button{ + pixel_x = 24; + pixel_y = -2 + }, +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/stamp/hop{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/machinery/light_switch/east{ + pixel_y = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bCd" = ( +/obj/structure/table/wood, +/obj/structure/window/reinforced, +/obj/machinery/light_switch/west, +/obj/item/storage/secure/briefcase{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/lockbox/medal, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bCg" = ( +/obj/structure/table/wood, +/obj/item/hand_tele, +/obj/structure/window/reinforced, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bCh" = ( +/obj/machinery/light/directional/north, +/obj/machinery/ai_status_display/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bCi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bCj" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"bCk" = ( +/obj/structure/table/wood, +/obj/item/nullrod/fedora, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bCl" = ( +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/table/wood, +/obj/item/eftpos, +/obj/item/storage/box/pdas, +/obj/item/storage/box/ids, +/obj/item/storage/box/ids, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"bCm" = ( +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"bCo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bCp" = ( +/obj/structure/table/wood, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bCq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bCr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bCu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"bCv" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bCy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bCz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"bCA" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bCB" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bCC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bCD" = ( +/obj/machinery/status_display/directional/west, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"bCF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bCG" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bCH" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bCJ" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bCM" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"bCN" = ( +/turf/simulated/wall, +/area/station/engineering/controlroom) +"bCO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"bCU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera{ + c_tag = "Atmospherics - Port-Aft"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"bCW" = ( +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Mini Satellite Teleporter"; + dir = 8; + network = list("SS13","MiniSat") + }, +/obj/machinery/power/apc/directional/south, +/obj/machinery/light_switch/east, +/obj/structure/table, +/obj/item/hand_tele, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bCX" = ( +/obj/structure/grille, +/turf/simulated/wall/r_wall, +/area/space/nearstation) +"bCY" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"bDa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"bDb" = ( +/obj/machinery/power/smes{ + charge = 5e+006 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat/service) +"bDe" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bDg" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"bDi" = ( +/obj/machinery/light/small/directional/east, +/mob/living/simple_animal/bot/cleanbot{ + on = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"bDj" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_4) +"bDk" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bDl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bDm" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bDo" = ( +/obj/structure/chair, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bDq" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDr" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "Bridge - Port Access"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bDs" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bDt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"bDu" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bDv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bDx" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDy" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDz" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bDA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDB" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDC" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bDD" = ( +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bDG" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"bDH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"bDJ" = ( +/obj/structure/table, +/obj/item/hatchet, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/obj/item/cultivator, +/obj/item/paper/hydroponics, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"bDL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bDM" = ( +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/north, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bDN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/fitness) +"bDO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bDP" = ( +/obj/structure/chair/comfy/brown{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bDQ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/light_switch/east{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bDU" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bDV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bDW" = ( +/obj/structure/table/wood, +/obj/item/folder/yellow, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bDX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bDY" = ( +/obj/structure/chair/comfy/beige, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bDZ" = ( +/obj/structure/chair/comfy/black, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bEf" = ( +/obj/machinery/camera{ + c_tag = "Bridge - Starboard Access"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bEg" = ( +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bEh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/captain) +"bEi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bEj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bEk" = ( +/obj/structure/chair/comfy/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bEl" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/shaker, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bEm" = ( +/obj/structure/chair/comfy/brown{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bEn" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bEo" = ( +/obj/structure/table/wood, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bEp" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bEq" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bEr" = ( +/obj/structure/dresser, +/obj/structure/sign/poster/official/random/south, +/obj/item/clothing/under/towel/long{ + pixel_x = -7; + pixel_y = -3 + }, +/obj/item/clothing/under/towel/short{ + pixel_x = 8; + pixel_y = -5 + }, +/obj/item/clothing/head/towel{ + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/public/dorms) +"bEs" = ( +/mob/living/carbon/human/monkey/punpun, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bEv" = ( +/turf/simulated/floor/wood, +/area/station/service/bar) +"bEA" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards{ + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bED" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"bEF" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/item/clothing/head/sombrero, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bEG" = ( +/turf/simulated/wall, +/area/station/service/theatre) +"bEO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bEP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bES" = ( +/obj/machinery/camera{ + c_tag = "Arrivals - Middle Arm"; + dir = 1 + }, +/obj/machinery/economy/atm/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bFd" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bFe" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Arrivals - Middle Arm - Far"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bFf" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/computer/monitor{ + dir = 1; + name = "Grid Power Monitoring Computer" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"bFh" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"bFi" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bFj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bFm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bFo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bFp" = ( +/turf/simulated/wall, +/area/station/public/vacant_office) +"bFr" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bFu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bFv" = ( +/obj/machinery/photocopier{ + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Library Fore"; + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bFw" = ( +/turf/simulated/floor/wood, +/area/station/service/library) +"bFx" = ( +/obj/machinery/light/directional/east, +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bFy" = ( +/obj/machinery/door/morgue{ + name = "Study #1" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bFz" = ( +/obj/machinery/door/morgue{ + name = "Study #2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bFA" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bFB" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/bridge) +"bFC" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/secondary/bridge) +"bFG" = ( +/obj/machinery/status_display/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bFH" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bFI" = ( +/turf/simulated/wall/r_wall, +/area/station/hallway/secondary/bridge) +"bFJ" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bFK" = ( +/obj/machinery/economy/vending/coffee{ + pixel_x = -3 + }, +/obj/machinery/door_control/shutter/west{ + id = "council blast"; + name = "Council Chamber Blast Door Control"; + req_access = list(19) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bFL" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bFM" = ( +/obj/structure/chair/comfy/teal{ + dir = 4 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFN" = ( +/obj/structure/table/wood, +/obj/item/folder/white, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFO" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/item/lighter/zippo, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFP" = ( +/obj/structure/table/wood, +/obj/item/folder/red, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFQ" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bFR" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bFS" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"bFT" = ( +/obj/machinery/door_control/shutter/west{ + id = "bridge blast"; + name = "Bridge Access Blast Door Control"; + req_access = list(19) + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bFV" = ( +/obj/machinery/firealarm/directional/west, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bFW" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"bFX" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bFY" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bGa" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bGb" = ( +/obj/item/cigbutt, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/random/trash, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bGc" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bGd" = ( +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bGi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bGl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"bGq" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/east, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/item/lipstick{ + pixel_y = 5 + }, +/obj/item/instrument/guitar, +/obj/machinery/camera{ + c_tag = "Theatre - Stage"; + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bGv" = ( +/obj/structure/table/wood/poker, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bGE" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"bGK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"bGM" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bGO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bGS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/greengrid, +/area/station/science/robotics/chargebay) +"bGT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bGV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"bGW" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bHb" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"bHd" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"bHf" = ( +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bHg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bHh" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bHi" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bHj" = ( +/obj/structure/table/wood, +/obj/item/camera_film{ + pixel_y = 9 + }, +/obj/item/camera_film{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bHk" = ( +/obj/structure/sink/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"bHl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/garden) +"bHn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/garden) +"bHo" = ( +/obj/effect/decal/cleanable/vomit, +/obj/effect/spawner/random/id_skins, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bHp" = ( +/obj/structure/rack, +/obj/item/flashlight, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bHq" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bHr" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bHs" = ( +/obj/structure/chair/comfy/black, +/turf/simulated/floor/wood, +/area/station/service/library) +"bHt" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bHu" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/library) +"bHv" = ( +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bHx" = ( +/obj/item/kirbyplants/plant22, +/turf/simulated/floor/wood, +/area/station/service/library) +"bHz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bHA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/bar) +"bHB" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"bHC" = ( +/obj/machinery/light/directional/south, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 1; + pixel_y = -30 + }, +/mob/living/simple_animal/pet/dog/fox/renault, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bHD" = ( +/obj/machinery/door_control/shutter/east{ + id = "bridge blast"; + name = "Bridge Access Blast Door Control"; + req_access = list(19) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"bHE" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bHH" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bHI" = ( +/obj/item/kirbyplants{ + level = 4.1 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/machinery/computer/security/telescreen/entertainment/directional/south, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bHJ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"bHK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"bHL" = ( +/obj/machinery/light/directional/west, +/obj/structure/sign/directions/bridge{ + dir = 8; + pixel_x = -32; + pixel_y = -8 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_x = -32 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = -32; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bHM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=12-Central-Starboard"; + location = "11.1-Command-Starboard" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bHN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"bHO" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bHP" = ( +/obj/structure/table/reinforced, +/obj/item/lighter/zippo, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bHQ" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/matches{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bHR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bHS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bHU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"bHW" = ( +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"bHX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"bHY" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bIf" = ( +/turf/simulated/wall, +/area/station/engineering/hardsuitstorage) +"bIg" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"bIu" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bIx" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics Waste Tank" + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"bIy" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/carpet, +/area/station/command/office/captain) +"bIz" = ( +/obj/machinery/light/small/directional/south, +/obj/item/storage/box/donkpockets, +/obj/structure/table/wood, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bIA" = ( +/obj/item/kirbyplants/plant21, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bIB" = ( +/obj/structure/filingcabinet{ + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bID" = ( +/obj/item/kirbyplants/plant10, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bIE" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bIG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"bIL" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/woodsiding{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bIO" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bIR" = ( +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bIS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"bIT" = ( +/obj/structure/table/wood, +/obj/machinery/alarm/directional/east, +/obj/item/folder/red, +/obj/item/pen/red, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bIZ" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bJc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bJd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bJe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/medmaint) +"bJg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/lightsout, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJi" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"bJj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJl" = ( +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 4 + }, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bJm" = ( +/obj/machinery/requests_console/directional/south, +/obj/machinery/firealarm/directional/east, +/obj/item/paper_bin{ + pixel_x = -1; + pixel_y = 6 + }, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bJn" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bJp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"bJr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"bJs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJt" = ( +/obj/machinery/ai_status_display/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJu" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/machinery/camera{ + c_tag = "Vacant Office" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bJv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJy" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJB" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJD" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bJF" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bJH" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bJI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/botanist, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"bJJ" = ( +/obj/effect/landmark/start/bartender, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bJM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"bJN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bJO" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bJP" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/south, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/item/instrument/violin, +/obj/item/clothing/glasses/regular/hipster{ + name = "Hipster Glasses" + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bJR" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"bJW" = ( +/obj/structure/table/reinforced, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/tank/internals/emergency_oxygen/engi, +/obj/item/clothing/mask/breath, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"bKi" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"bKj" = ( +/obj/structure/table/wood, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bKk" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"bKl" = ( +/turf/simulated/wall/r_wall, +/area/station/telecomms/chamber) +"bKn" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bKo" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bKp" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bKq" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Port Aft"; + dir = 8; + network = list("SS13","MiniSat") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bKt" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 12; + id = "ferry_home"; + name = "port bay 3"; + width = 5 + }, +/turf/space, +/area/space) +"bKu" = ( +/obj/machinery/door/airlock/external{ + id_tag = "ferry_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"bKv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"bKw" = ( +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/service/library) +"bKy" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bKz" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bKA" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bKB" = ( +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bKE" = ( +/obj/machinery/economy/vending/coffee, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood, +/area/station/service/library) +"bKL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=11.1-Command-Starboard"; + location = "11-Command-Port" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bKN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bKP" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = -29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"bKR" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bKS" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bKT" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bKX" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bKZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bLe" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cloth/ten, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bLf" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bLg" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bLh" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bLl" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bLm" = ( +/obj/machinery/light/directional/south, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bLr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bLt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=7.5-Starboard-Aft-Corner"; + location = "7-Command-Starboard" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bLu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/brig) +"bLv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"bLw" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/rag, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bLA" = ( +/obj/machinery/light/directional/east, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bLB" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bLC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bLD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bLH" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"bLI" = ( +/obj/structure/chair/wood/wings, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"bLK" = ( +/obj/structure/closet/crate, +/obj/item/poster/random_official, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bLR" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bLS" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bMj" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bMm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bMn" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"bMr" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bMt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Starboard Aft"; + dir = 4; + network = list("SS13","MiniSat") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bMB" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bMC" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bMD" = ( +/obj/structure/table/wood, +/obj/item/folder, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bME" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bMF" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/camera{ + c_tag = "Command Hallway - Starboard" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bMG" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bMH" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/item/wrench, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bMI" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bML" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bMM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bMP" = ( +/obj/machinery/bookbinder, +/turf/simulated/floor/wood, +/area/station/service/library) +"bMR" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bMS" = ( +/turf/simulated/wall/r_wall, +/area/station/ai_monitored/storage/eva) +"bMT" = ( +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bMU" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bMV" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "hopqueue"; + name = "HoP Queue Shutters" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/ticket_machine{ + layer = 4; + pixel_x = 32 + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bMW" = ( +/turf/simulated/wall/r_wall, +/area/station/command/teleporter) +"bMX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bMZ" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bNb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"bNd" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bNe" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"bNf" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/rag, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bNg" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"bNh" = ( +/turf/simulated/wall/r_wall, +/area/station/supply/expedition) +"bNi" = ( +/turf/simulated/wall, +/area/station/public/storage/emergency/port) +"bNj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"bNm" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bNp" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bNx" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cryo) +"bNA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bNB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bNC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bND" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bNE" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bNF" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bNG" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/eggplant, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"bNH" = ( +/obj/machinery/light/directional/west, +/obj/machinery/cryopod/robot, +/obj/machinery/computer/cryopod/robot{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"bNI" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/starboard) +"bNK" = ( +/obj/structure/sign/poster/official/random/south, +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = 7; + pixel_y = 3 + }, +/obj/item/reagent_containers/spray/plantbgone{ + pixel_x = -6; + pixel_y = 1 + }, +/obj/item/watertank, +/obj/item/grenade/chem_grenade/antiweed, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"bNM" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/eva, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bNP" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + active_power_consumption = 0; + c_tag = "Turbine Vent"; + dir = 6; + network = list("Turbine") + }, +/turf/space, +/area/space/nearstation) +"bNS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"bNU" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/closet/secure_closet/explorer, +/obj/item/gun/energy/laser/awaymission_aeg/rnd, +/obj/item/radio/off, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"bNX" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"bNY" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/public/toilet/lockerroom) +"bOa" = ( +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"bOb" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"bOe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/teleporter, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"bOf" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bOg" = ( +/obj/machinery/gateway{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bOh" = ( +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bOi" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bOj" = ( +/obj/item/folder/white, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bOk" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/garden) +"bOl" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"bOm" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore_starboard) +"bOn" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/unary/outlet_injector/on, +/turf/space, +/area/station/maintenance/fsmaint) +"bOo" = ( +/obj/structure/bookcase{ + name = "bookcase (Non-Fiction)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bOp" = ( +/obj/structure/bookcase{ + name = "bookcase (Fiction)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bOq" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bOr" = ( +/obj/item/camera_film{ + pixel_y = 9 + }, +/obj/item/camera_film{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/service/library) +"bOs" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/wood, +/area/station/service/library) +"bOt" = ( +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/obj/item/radio/intercom/directional/east, +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/service/library) +"bOw" = ( +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/entertainment/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bOx" = ( +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"bOy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/chef, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bOz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bOA" = ( +/turf/simulated/floor/greengrid, +/area/station/turret_protected/ai_upload) +"bOB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bOG" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/spacehut) +"bOJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bOK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bOL" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"bOM" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"bOO" = ( +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"bOP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bOR" = ( +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bOS" = ( +/obj/machinery/firealarm/directional/east, +/obj/structure/rack, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/tank/jetpack/carbondioxide{ + pixel_x = 3; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bOT" = ( +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bOU" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bOV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bOX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"bOZ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/spacehut) +"bPa" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/soda{ + dir = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bPb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"bPc" = ( +/obj/machinery/fishtank/tank, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"bPd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bPe" = ( +/obj/structure/table, +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/bar, +/obj/item/eftpos/register{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bPg" = ( +/obj/structure/sign/poster/contraband/random/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bPh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bPi" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/table/reinforced, +/obj/item/storage/toolbox/electrical{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/storage/toolbox/mechanical, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/stock_parts/cell/high/plus, +/obj/item/multitool, +/obj/item/storage/belt/utility, +/obj/item/clothing/head/welding, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bPj" = ( +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bPl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bPm" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"bPn" = ( +/obj/machinery/light/directional/north, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/teleport/station, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"bPo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/bluespace_beacon, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"bPp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"bPq" = ( +/obj/structure/table, +/obj/machinery/light_switch/north{ + pixel_x = -6 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/item/beacon, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"bPy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"bPB" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/ale, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bPE" = ( +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"bPI" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"bPO" = ( +/obj/machinery/smartfridge/foodcart, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bPP" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"bPR" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bPS" = ( +/obj/structure/closet/secure_closet/blueshield, +/obj/item/reagent_containers/drinks/bottle/whiskey, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/item/reagent_containers/drinks/drinkingglass, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"bPT" = ( +/obj/item/folder/blue, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bPU" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bPV" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bPW" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bPX" = ( +/obj/machinery/light/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"bPZ" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/librarian, +/turf/simulated/floor/wood, +/area/station/service/library) +"bQa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bQb" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/library) +"bQc" = ( +/obj/machinery/disposal, +/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bQd" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bQe" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/filingcabinet, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bQf" = ( +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"bQi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bQl" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio5"; + name = "Xenobio Pen 5 Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"bQm" = ( +/obj/structure/closet/secure_closet/explorer, +/obj/item/gun/energy/laser/awaymission_aeg/rnd, +/obj/item/radio/off, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"bQn" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"bQp" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bQr" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bQu" = ( +/obj/machinery/economy/slot_machine, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bQy" = ( +/obj/structure/table/wood, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bQA" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"bQB" = ( +/obj/machinery/gateway{ + dir = 9 + }, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bQC" = ( +/obj/structure/sign/monkey_paint{ + pixel_y = -28 + }, +/obj/machinery/economy/vending/boozeomat, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bQD" = ( +/obj/machinery/gateway{ + dir = 5 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bQE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bQF" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bQG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bQI" = ( +/turf/simulated/wall, +/area/station/service/kitchen) +"bQJ" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bQM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bQO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bQP" = ( +/obj/structure/table, +/obj/item/food/mint, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 5 + }, +/obj/item/reagent_containers/condiment/enzyme, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bQQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/kitchen_machine/oven, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bQR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=13.2-Tcommstore"; + location = "13.1-Engineering-Enter" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"bQS" = ( +/obj/machinery/cooker/deepfryer, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bQT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/kitchen_machine/candy_maker, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bQV" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"bQW" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway - Aft"; + dir = 8 + }, +/obj/structure/sign/directions/evac{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/hallway/primary/aft) +"bQX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"bQZ" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/security/permabrig) +"bRb" = ( +/turf/simulated/wall, +/area/station/medical/chemistry) +"bRc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"bRh" = ( +/obj/structure/table/wood, +/obj/structure/noticeboard{ + desc = "A board for pinning important notices upon. Probably helpful for keeping track of requests."; + name = "requests board"; + pixel_x = 32 + }, +/obj/machinery/computer/library{ + dir = 8; + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bRi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"bRk" = ( +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"bRl" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"bRn" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"bRo" = ( +/obj/machinery/light/small/directional/south, +/obj/item/folder, +/obj/item/folder, +/obj/machinery/camera{ + c_tag = "Telecoms - Control Room"; + dir = 1; + network = list("SS13","tcomm") + }, +/obj/structure/table/wood, +/obj/item/pen/multi, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"bRp" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"bRs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"bRu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bRw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bRy" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "Arrivals - Aft Arm"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bRA" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bRB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bRC" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bRD" = ( +/obj/structure/table, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bRE" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bRF" = ( +/obj/structure/closet, +/obj/item/clothing/shoes/jackboots, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bRG" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bRH" = ( +/obj/structure/rack, +/obj/effect/landmark/costume/random, +/obj/effect/landmark/costume/random, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bRI" = ( +/obj/structure/rack, +/obj/effect/decal/cleanable/cobweb2, +/obj/effect/landmark/costume/random, +/obj/effect/landmark/costume/random, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bRJ" = ( +/obj/structure/bookcase{ + name = "bookcase (Religious)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bRK" = ( +/obj/structure/bookcase{ + name = "bookcase (Adult)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bRL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bRM" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bRN" = ( +/obj/structure/table/wood, +/obj/item/pen/red, +/obj/item/pen/blue{ + pixel_x = 5; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bRO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bRQ" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bRS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bRU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"bRV" = ( +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bRX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bRY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"bRZ" = ( +/obj/structure/window/reinforced, +/obj/structure/showcase/machinery, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bSc" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics/showroom) +"bSd" = ( +/obj/structure/table/wood, +/obj/item/clothing/shoes/laceup, +/obj/item/clothing/under/suit/really_black, +/obj/item/clothing/glasses/sunglasses, +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/north{ + pixel_x = -6 + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bSe" = ( +/obj/structure/lattice, +/obj/item/broken_bottle, +/turf/space, +/area/space/nearstation) +"bSh" = ( +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"bSi" = ( +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bSj" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bSk" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"bSl" = ( +/obj/machinery/door/poddoor{ + id_tag = "auxincineratorvent"; + name = "Auxiliary Incinerator Vent" + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"bSo" = ( +/obj/machinery/gateway{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bSp" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"bSr" = ( +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"bSt" = ( +/obj/structure/table/wood, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/gun/projectile/revolver/doublebarrel{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/machinery/alarm/directional/south, +/obj/item/eftpos, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bSv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bSw" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/port) +"bSx" = ( +/obj/machinery/economy/vending/dinnerware, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bSy" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/donkpockets, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"bSz" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood, +/area/station/service/library) +"bSA" = ( +/obj/structure/closet/emcloset, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/library) +"bSB" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/pig, +/obj/machinery/camera{ + c_tag = "Theatre - Backstage"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bSD" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"bSF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bSG" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bSI" = ( +/obj/item/stack/sheet/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bSJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/engineering/atmos) +"bSN" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/teleporter) +"bSQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"bSU" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bSW" = ( +/obj/machinery/status_display/directional/west, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Starboard - Kitchen"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bSX" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "clon" + }, +/turf/simulated/floor/plating, +/area/station/science/genetics) +"bSZ" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"bTb" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bTc" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bTd" = ( +/obj/structure/chair/wood/wings{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"bTe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "psych" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/psych) +"bTi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/item/flag/nt, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bTj" = ( +/obj/machinery/power/terminal{ + dir = 4 + }, +/obj/structure/cable, +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"bTl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"bTm" = ( +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = -32 + }, +/obj/item/kirbyplants, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"bTn" = ( +/obj/structure/chair/office/dark, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"bTo" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = 1; + pixel_y = 9 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bTp" = ( +/obj/structure/mirror{ + pixel_x = -28 + }, +/obj/item/lipstick/black, +/obj/item/lipstick/jade{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/lipstick/purple{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bTq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"bTr" = ( +/obj/structure/closet/crate, +/obj/item/rack_parts, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bTs" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bTt" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bTu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bTv" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bTw" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/wood, +/area/station/service/library) +"bTx" = ( +/obj/item/folder, +/obj/item/folder, +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Library Aft"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bTy" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/wood, +/area/station/service/library) +"bTz" = ( +/obj/machinery/light_switch/south, +/turf/simulated/floor/wood, +/area/station/service/library) +"bTA" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/service/library) +"bTB" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/library) +"bTC" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bTD" = ( +/obj/structure/closet/secure_closet/bar, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bTE" = ( +/obj/structure/chair, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bTF" = ( +/obj/structure/dispenser/oxygen, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bTG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bTL" = ( +/obj/structure/table/wood, +/obj/machinery/light/directional/north, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/obj/item/reagent_containers/drinks/mug{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bTN" = ( +/obj/structure/sign/kiddieplaque/perfect_man{ + pixel_y = 32 + }, +/obj/structure/showcase/machinery{ + desc = "A stand with a model of the perfect Nanotrasen Employee bolted to it. Signs indicate it is robustly genetically engineered, as well as being ruthlessly loyal."; + name = "'Perfect Man' employee exhibit" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bTO" = ( +/obj/structure/window/reinforced, +/obj/structure/showcase/machinery{ + desc = "A stand with a retired construction mech bolted to it. The clamps are rated at 9300PSI. It seems to be falling apart."; + icon = 'icons/mecha/mecha.dmi'; + icon_state = "firefighter"; + name = "construction mech exhibit" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bTP" = ( +/obj/structure/table/wood, +/obj/structure/sign/poster/contraband/random/west, +/obj/machinery/alarm/directional/south, +/obj/item/clothing/mask/horsehead, +/obj/item/clothing/mask/cigarette/pipe, +/obj/machinery/light/small/directional/west, +/obj/item/clothing/mask/fakemoustache, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bTR" = ( +/obj/machinery/papershredder, +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera{ + c_tag = "NT Representative's Office"; + dir = 4 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bTS" = ( +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/supply/expedition) +"bTT" = ( +/obj/machinery/gateway, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/supply/expedition) +"bTW" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bTY" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bTZ" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bUe" = ( +/obj/machinery/economy/vending/chefdrobe, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/kitchen) +"bUf" = ( +/obj/machinery/door_control/shutter/south{ + id = "kitchen_service"; + name = "Service Shutter Control"; + pixel_x = -24; + req_access = list(28) + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bUh" = ( +/obj/machinery/newscaster/directional/south, +/obj/machinery/chem_master/condimaster{ + name = "CondiMaster Neo" + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bUi" = ( +/obj/machinery/gibber, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bUj" = ( +/obj/machinery/camera{ + c_tag = "Kitchen Freezer"; + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bUk" = ( +/mob/living/simple_animal/hostile/retaliate/goat/chef, +/obj/structure/sink/kitchen/east, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bUl" = ( +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bUr" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bUu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "rndlab2"; + name = "Secondary Research and Development Shutter" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"bUv" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore_starboard) +"bUy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"bUz" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bUA" = ( +/obj/item/apc_electronics, +/obj/structure/cable/cyan{ + icon_state = "4-5" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bUD" = ( +/obj/structure/table/wood, +/obj/item/paper, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bUE" = ( +/obj/structure/table/wood, +/obj/item/folder/white, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bUF" = ( +/obj/item/deck/cards, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"bUI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bUJ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/service/library) +"bUK" = ( +/obj/machinery/door/morgue{ + name = "Private Study" + }, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bUM" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bUN" = ( +/obj/machinery/suit_storage_unit/mime/secure, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bUO" = ( +/obj/machinery/door/airlock/external{ + id_tag = "specops_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"bUP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bUR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"bUS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"bUW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"bUX" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bUY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"bVa" = ( +/obj/machinery/camera{ + c_tag = "RD Observation Cage"; + dir = 10; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"bVb" = ( +/obj/machinery/suit_storage_unit/clown/secure, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "E.V.A. Storage"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bVc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bVf" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bVg" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/machinery/newscaster/security_unit/west, +/obj/item/lighter/zippo/nt_rep{ + pixel_x = 10 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bVi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"bVj" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/research) +"bVk" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"bVl" = ( +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"bVm" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"bVn" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bVp" = ( +/obj/structure/table, +/obj/item/radio/intercom/directional/south, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/effect/turf_decal/tile/bar, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"bVs" = ( +/obj/effect/landmark/start/bartender, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/service/bar) +"bVy" = ( +/obj/structure/table, +/obj/machinery/chem_dispenser/beer{ + dir = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"bVA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bVB" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bVC" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"bVD" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bVF" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"bVG" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"bVL" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bVM" = ( +/obj/machinery/atmospherics/trinary/filter, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bVN" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/engineering/atmos) +"bVP" = ( +/obj/machinery/economy/slot_machine, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bVR" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bVS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"bVV" = ( +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"bVW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"bVX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/kirbyplants/plant16, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"bVY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"bVZ" = ( +/obj/effect/landmark/start/scientist, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"bWb" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bWd" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"bWe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"bWh" = ( +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Blueshield's Office" + }, +/obj/item/book/manual/wiki/sop_command, +/obj/item/folder/blue{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/machinery/keycard_auth/north, +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"bWi" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bWj" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bWk" = ( +/obj/structure/rack, +/obj/item/clothing/mask/horsehead, +/obj/effect/landmark/costume/random, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bWl" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"bWm" = ( +/obj/structure/rack, +/obj/item/storage/box, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bWo" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"bWp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"bWr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"bWs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bWu" = ( +/obj/structure/table/wood, +/obj/item/paicard, +/turf/simulated/floor/wood, +/area/station/service/library) +"bWv" = ( +/obj/structure/table/wood, +/obj/item/dice/d20, +/obj/item/dice, +/turf/simulated/floor/wood, +/area/station/service/library) +"bWw" = ( +/obj/item/cigbutt, +/obj/machinery/light/small/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bWx" = ( +/obj/structure/chair/comfy/brown, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bWy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"bWz" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bWA" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bWB" = ( +/obj/machinery/computer/crew, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"bWC" = ( +/obj/structure/table/wood, +/obj/item/paper/blueshield, +/obj/machinery/requests_console/directional/west, +/obj/item/paper_bin, +/obj/item/pen/blue, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"bWD" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/blueshield, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"bWE" = ( +/obj/structure/sign/poster/contraband/random/south, +/obj/structure/table/wood, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/dice/d20, +/obj/item/dice, +/obj/item/storage/bag/dice, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bWF" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/disposalpipe/segment, +/obj/machinery/light_switch/east, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"bWG" = ( +/obj/structure/table/wood, +/obj/item/robot_parts/chest{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/robot_parts/head{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bWH" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"bWI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bWJ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bWK" = ( +/obj/structure/table/wood, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/crap, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bWN" = ( +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bWO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bWP" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"bWQ" = ( +/obj/structure/table/wood, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/item/poster/random_official, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow, +/obj/machinery/button/windowtint/east{ + id = "SHOW"; + pixel_y = 11 + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bWR" = ( +/obj/machinery/disposal, +/obj/machinery/alarm/directional/north, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"bWT" = ( +/obj/item/cigbutt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bWV" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/obj/structure/closet/secure_closet/explorer, +/obj/item/gun/energy/laser/awaymission_aeg/rnd, +/obj/machinery/light/directional/west, +/obj/item/radio/off, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"bWW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"bWX" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bWY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bWZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"bXb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/maintenance/starboard) +"bXi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/insectguts, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"bXk" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"bXl" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/rag, +/obj/item/kitchen/rollingpin, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"bXn" = ( +/obj/structure/closet/secure_closet/freezer/meat, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bXo" = ( +/obj/machinery/icemachine, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bXq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bXr" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/kitchenspike, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"bXt" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bXu" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "Secure Storage"; + name = "Secure Storage Blast Doors" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"bXx" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/clipboard{ + pixel_x = -2 + }, +/obj/item/folder, +/obj/item/pen/multi/fountain, +/obj/item/stamp/rep, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bXy" = ( +/obj/machinery/newscaster/directional/west, +/obj/item/kirbyplants/plant10, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bXA" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"bXB" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"bXC" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bXD" = ( +/obj/machinery/status_display/supply_display/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"bXF" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/item/kirbyplants/plant10, +/obj/machinery/door_control/shutter/south{ + id = "mechbay"; + name = "Mech Bay Shutters Control"; + req_access = list(29) + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"bXG" = ( +/turf/simulated/wall/r_wall, +/area/station/science/storage) +"bXH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bXI" = ( +/obj/structure/closet/crate/engineering, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"bXK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bXN" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bXO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"bXP" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bXQ" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"bXR" = ( +/obj/machinery/camera{ + c_tag = "Chapel - Funeral Parlour"; + dir = 8 + }, +/obj/machinery/driver_button{ + id_tag = "chapelgun"; + name = "Chapel Mass Driver"; + pixel_x = 25 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"bXS" = ( +/obj/structure/bookcase{ + name = "Forbidden Knowledge" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"bXT" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bXV" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bXW" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bXX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"bXY" = ( +/obj/structure/table/wood, +/obj/item/ashtray/glass{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/lighter/zippo/blue{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"bXZ" = ( +/obj/machinery/shieldwallgen, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/teleporter) +"bYa" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"bYb" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/west, +/obj/item/folder/blue, +/obj/item/clothing/head/collectable/hop, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bYd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bYe" = ( +/obj/structure/table/wood, +/obj/structure/showcase/machinery{ + desc = "The famous Nanotrasen-brand microwave, the multi-purpose cooking appliance every station needs! This one appears to be drawn onto a cardboard box."; + icon = 'icons/obj/kitchen.dmi'; + icon_state = "mw"; + name = "\improper Nanotrasen-brand microwave"; + pixel_y = 2 + }, +/obj/structure/noticeboard{ + dir = 1; + pixel_y = -32 + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bYf" = ( +/obj/structure/table/wood, +/obj/item/beach_ball{ + desc = "The simple beach ball is one of Nanotrasen's most popular products. 'Why do we make beach balls? Because we can! (TM)' - Nanotrasen"; + name = "\improper Nanotrasen-brand beach ball"; + pixel_y = 7 + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bYg" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/matches{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/clothing/mask/cigarette/cigar{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/clothing/mask/cigarette/cigar/cohiba, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bYh" = ( +/obj/structure/cable, +/obj/machinery/power/turbine, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"bYi" = ( +/obj/machinery/hologram/holopad, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bYj" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/east, +/obj/item/book/manual/wiki/security_space_law{ + pixel_y = 5 + }, +/obj/item/gun/projectile/revolver/capgun, +/obj/item/restraints/handcuffs/toy, +/obj/item/clothing/head/collectable/hos, +/obj/machinery/firealarm/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bYl" = ( +/obj/machinery/button/windowtint/south{ + id = "NT"; + pixel_x = -7 + }, +/obj/machinery/door_control/normal/south{ + id = "ntrepofficedoor"; + name = "Office Door"; + pixel_x = 6; + req_access = list(73) + }, +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "NT Representative's Office" + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bYn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"bYo" = ( +/obj/structure/closet/secure_closet/ntrep, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"bYp" = ( +/obj/machinery/economy/vending/exploredrobe, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"bYq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"bYr" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bYs" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/turf/simulated/floor/wood, +/area/station/maintenance/starboard) +"bYv" = ( +/obj/machinery/photocopier, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 30 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bYw" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bYy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/tank/internals/anesthetic, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"bYA" = ( +/obj/machinery/hydroponics/constructable, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"bYB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"bYC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bYD" = ( +/obj/structure/closet, +/obj/item/roller, +/obj/item/bodybag, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"bYE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bYJ" = ( +/obj/structure/table/wood, +/obj/item/storage/secure/briefcase{ + desc = "A large briefcase with a digital locking system, and the Nanotrasen logo emblazoned on the sides."; + name = "\improper Nanotrasen-brand secure briefcase exhibit" + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bYK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"bYN" = ( +/obj/structure/table/wood, +/obj/item/disk/tech_disk{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/disk/data{ + pixel_x = 9; + pixel_y = -1 + }, +/obj/item/disk/design_disk{ + pixel_y = 6 + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"bYQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"bYR" = ( +/obj/machinery/suit_storage_unit/standard_unit, +/obj/machinery/door_control/shutter/south{ + id = "evashutter"; + name = "E.V.A. Storage Shutter Control"; + req_access = list(19) + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"bYT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bYW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bYX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/aft) +"bYZ" = ( +/obj/machinery/photocopier{ + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"bZb" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bZc" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bZd" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"bZe" = ( +/obj/item/deck/cards, +/obj/structure/table/wood, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"bZf" = ( +/obj/structure/table, +/obj/item/reagent_containers/spray/cleaner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"bZg" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/wood, +/area/station/service/library) +"bZh" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"bZi" = ( +/obj/structure/sign/directions/science{ + pixel_y = 24 + }, +/obj/structure/sign/directions/evac{ + pixel_y = 32 + }, +/obj/structure/sign/directions/medical{ + pixel_y = 40 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/hallway/primary/central) +"bZj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/starboard) +"bZl" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/blueshield) +"bZm" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"bZn" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/ntrep) +"bZo" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/hallway/primary/central) +"bZt" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greencorner" + }, +/area/station/hallway/primary/central) +"bZu" = ( +/turf/simulated/wall, +/area/station/hallway/primary/central) +"bZv" = ( +/turf/simulated/wall, +/area/station/service/hydroponics) +"bZw" = ( +/obj/machinery/suit_storage_unit/blueshield/secure, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"bZx" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "evashutter"; + name = "E.V.A. Storage Shutter" + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"bZz" = ( +/obj/machinery/gateway/centerstation, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bZB" = ( +/obj/structure/table/glass, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Hydroponics"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"bZC" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"bZD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"bZH" = ( +/obj/item/clothing/suit/storage/hazardvest, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bZI" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"bZJ" = ( +/obj/machinery/light_switch/north, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"bZP" = ( +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"bZR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"bZS" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"bZU" = ( +/turf/simulated/wall, +/area/station/maintenance/aft) +"bZW" = ( +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/wood, +/area/station/service/library) +"bZZ" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/wood, +/area/station/service/library) +"caa" = ( +/obj/machinery/firealarm/directional/south, +/obj/item/storage/bag/dice, +/obj/structure/table/wood, +/obj/machinery/camera{ + c_tag = "Library Quiet Room"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"cab" = ( +/obj/structure/table/wood, +/obj/machinery/light/directional/south, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/wood, +/area/station/service/library) +"cad" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/virologist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cae" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"caj" = ( +/obj/structure/closet/crate/can, +/obj/effect/spawner/random/maintenance, +/obj/item/trash/pistachios, +/obj/item/trash/raisins, +/obj/item/trash/gum, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cam" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"can" = ( +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cap" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"car" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"cas" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"cax" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"caz" = ( +/obj/structure/closet/secure_closet/chaplain, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"caA" = ( +/obj/machinery/economy/vending/snack, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"caC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=11-Command-Port"; + location = "10.2-Aft-Port-Corner" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"caD" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"caF" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"caH" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"caI" = ( +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"caJ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + name = "Aft-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"caL" = ( +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"caM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"caN" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"caO" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"caP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"caQ" = ( +/obj/machinery/economy/vending/hydronutrients, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"caR" = ( +/obj/machinery/light/directional/north, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"caS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"caT" = ( +/obj/structure/closet/emcloset, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"caW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"caY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C11" + }, +/area/station/hallway/primary/central) +"cba" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/starboard) +"cbb" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"cbc" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"cbd" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 4 + }, +/obj/machinery/door_control/shutter/north{ + id = "hydro_service"; + name = "Service Shutter Control"; + pixel_x = -24; + req_access = list(35) + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cbe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"cbf" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/alarm/server/directional/north, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/station/science/server/coldroom) +"cbi" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cbl" = ( +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"cbm" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cbn" = ( +/obj/machinery/chem_master{ + name = "SapMaster XP" + }, +/obj/machinery/camera{ + c_tag = "Hydroponics - Fore" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cbq" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cbr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cbs" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cbt" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cbv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/screwdriver{ + pixel_y = 16 + }, +/obj/item/assembly/igniter, +/obj/item/assembly/igniter{ + pixel_x = 5; + pixel_y = -4 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"cby" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cbC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cbD" = ( +/obj/machinery/economy/vending/hydroseeds, +/obj/structure/noticeboard{ + pixel_y = 28 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"cbE" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C7" + }, +/area/station/hallway/primary/central) +"cbG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cbJ" = ( +/obj/structure/morgue{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Morgue"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cbK" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"cbL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/hallway/primary/central) +"cbN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cbO" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cbP" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cbT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cbW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cbX" = ( +/obj/structure/closet/emcloset, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"cbY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"cca" = ( +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 3 + }, +/obj/item/flashlight/pen{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/flashlight/pen, +/obj/item/flashlight/pen{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"ccc" = ( +/obj/machinery/door/airlock/security/glass{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"cci" = ( +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"ccj" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"ccl" = ( +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"ccm" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"ccn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10.2-Aft-Port-Corner"; + location = "10.1-Central-from-Aft" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C5" + }, +/area/station/hallway/primary/central) +"cco" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=8.1-Aft-to-Escape"; + location = "8-Central-to-Aft" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C9" + }, +/area/station/hallway/primary/central) +"ccp" = ( +/obj/machinery/computer/pandemic, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ccu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Atmos to Loop" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"ccz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ccB" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ccC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ccE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"ccF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Aft-Port Corner"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"ccH" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ccI" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"ccM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"ccP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"ccR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"ccS" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/rods/ten, +/turf/space, +/area/station/engineering/solar/fore) +"ccW" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"ccZ" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"cda" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cdb" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cde" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cdi" = ( +/obj/structure/table/reinforced, +/obj/machinery/requests_console/directional/north, +/obj/item/stack/sheet/plasteel/fifteen, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/item/paicard{ + pixel_x = -15 + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"cdk" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cdl" = ( +/obj/machinery/economy/vending/chemdrobe, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cdm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cdn" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"cdp" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cdq" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/photocopier, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"cdr" = ( +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cds" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cdw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/beacon, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cdC" = ( +/obj/structure/sign/poster/official/ian, +/turf/simulated/wall, +/area/space/nearstation) +"cdD" = ( +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cdE" = ( +/obj/machinery/light/directional/south, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cdF" = ( +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cdG" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cdH" = ( +/obj/structure/closet, +/obj/item/flashlight, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cdI" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cdJ" = ( +/obj/structure/lattice, +/obj/item/reagent_containers/drinks/bottle/goldschlager, +/turf/space, +/area/space/nearstation) +"cdM" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"cdN" = ( +/turf/simulated/floor/carpet/green, +/area/station/maintenance/apmaint) +"cdO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"cdP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"cdQ" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"cdT" = ( +/turf/simulated/wall, +/area/station/maintenance/port) +"cdW" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"cdX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"cdZ" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Aft-Port"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"cea" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -24 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -32 + }, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_y = -40 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"ced" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/sign/directions/medical{ + dir = 8; + pixel_y = -24 + }, +/obj/structure/sign/directions/evac{ + pixel_y = -32 + }, +/obj/structure/sign/directions/science{ + dir = 4; + pixel_y = -40 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"cee" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"cef" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Aft-Starboard"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"ceh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"cei" = ( +/obj/machinery/firealarm/directional/east, +/obj/item/kirbyplants/plant10, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/central) +"cej" = ( +/obj/machinery/newscaster/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/disposal, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"cek" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cel" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/showcase/machinery/oldpod{ + desc = "An old NT branded sleeper, decommissioned after heavy usage. None of the functional machinery remains inside."; + name = "Decommissioned Sleeper" + }, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"cem" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cen" = ( +/obj/structure/table/glass, +/obj/machinery/requests_console/directional/west, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/item/book/manual/wiki/sop_service, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"ceq" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "7" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"cer" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"ces" = ( +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"ceu" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cev" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cex" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/sink/directional/east, +/obj/structure/sign/poster/official/cleanliness{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"ceE" = ( +/obj/machinery/mass_driver{ + id_tag = "chapelgun" + }, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"ceF" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"ceN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ceO" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"ceP" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/light_switch/east{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"ceU" = ( +/obj/structure/chair, +/obj/item/radio/intercom/locked/confessional{ + pixel_x = -22; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"ceV" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/effect/decal/cleanable/insectguts, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"ceW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/gin, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"ceY" = ( +/obj/machinery/light/directional/west, +/obj/machinery/economy/vending/cart, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"ceZ" = ( +/obj/item/stack/rods{ + amount = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cfa" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cfb" = ( +/obj/machinery/economy/slot_machine, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cfc" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft) +"cfd" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clipboard, +/obj/item/lighter/zippo/ce, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/command/office/ce) +"cfg" = ( +/obj/structure/table/reinforced, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"cfh" = ( +/obj/machinery/computer/security{ + network = list("SS13","Research Outpost","Mining Outpost","Telecomms") + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/command/bridge) +"cfi" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/kirbyplants/applebush, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"cfj" = ( +/obj/machinery/light/directional/north, +/obj/structure/table/wood, +/obj/machinery/computer/security/telescreen/vault{ + pixel_y = 30 + }, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/lighter/zippo/hop{ + pixel_x = 10 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"cfm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/holosign/surgery{ + id = "surgery1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/surgery/primary) +"cfn" = ( +/obj/structure/table/wood, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"cfo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/aft) +"cfp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cfq" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"cfr" = ( +/obj/structure/sign/directions/science{ + pixel_x = -32; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + pixel_x = -32 + }, +/obj/structure/sign/directions/medical{ + pixel_x = -32; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cft" = ( +/obj/structure/sign/science, +/turf/simulated/wall, +/area/station/science/lobby) +"cfu" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"cfv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"cfw" = ( +/turf/simulated/wall, +/area/station/science/research) +"cfz" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"cfA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/hallway/primary/central) +"cfB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/table/glass, +/obj/item/cultivator, +/obj/item/crowbar, +/obj/item/plant_analyzer, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"cfC" = ( +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cfD" = ( +/obj/machinery/economy/vending/bardrobe, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cfF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cfG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/item/food/grown/wheat, +/obj/item/food/grown/watermelon, +/obj/item/food/grown/citrus/orange, +/obj/item/food/grown/grapes, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"cfI" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/hallway/primary/central) +"cfJ" = ( +/obj/structure/table/wood, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/sign/singulo{ + pixel_x = 1; + pixel_y = 31 + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"cfK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"cfL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cfR" = ( +/obj/machinery/plantgenes, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cfS" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cfV" = ( +/obj/structure/sink/puddle, +/obj/structure/flora/junglebush/large{ + pixel_y = 0 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cfW" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/tank/internals/anesthetic, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"cfY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cfZ" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cgd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/service/hydroponics) +"cgh" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"cgk" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cgn" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"cgo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cgp" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"cgq" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cgs" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"cgt" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -4; + pixel_y = 10 + }, +/obj/item/pen/invisible, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"cgu" = ( +/obj/structure/chair, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cgv" = ( +/obj/structure/table/wood, +/obj/item/folder, +/obj/item/folder, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"cgw" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/aft) +"cgx" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cgy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"cgz" = ( +/obj/structure/table/glass, +/obj/item/folder, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cgA" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cgB" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cgE" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cgF" = ( +/obj/structure/table/glass, +/obj/machinery/camera{ + c_tag = "Science - Lobby" + }, +/obj/machinery/cell_charger, +/obj/item/stack/cable_coil, +/obj/item/assembly/igniter, +/obj/item/stock_parts/cell, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cgG" = ( +/obj/machinery/door/poddoor/shutters{ + id_tag = "toxinaccess" + }, +/obj/machinery/door/firedoor/heavy, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"cgH" = ( +/obj/machinery/light/directional/north, +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cgI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cgK" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/hallway/primary/central) +"cgL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cgM" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/sink/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/hallway/primary/central) +"cgN" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/hallway/primary/central) +"cgO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/hallway/primary/central) +"cgP" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"cgQ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cgT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cgU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cgV" = ( +/obj/item/book/manual/hydroponics_pod_people, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cgW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/deathsposal{ + pixel_y = 32 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cgY" = ( +/obj/machinery/door_control/shutter/north{ + id = "xeno_blastdoor"; + name = "Xenobiology Containment Control"; + pixel_y = 32; + req_access = list(30) + }, +/obj/machinery/door_control/shutter/north{ + id = "rdtoxins"; + name = "Toxins Containment Control"; + pixel_y = 23; + req_access = list(30) + }, +/obj/machinery/door_control/shutter/north{ + id = "rdrnd"; + name = "Research and Development Containment Control"; + pixel_y = 41; + req_access = list(30) + }, +/obj/machinery/computer/security/telescreen/rd{ + pixel_x = 31; + pixel_y = 30 + }, +/obj/machinery/button/windowtint/north{ + id = "RD"; + pixel_x = -24; + req_access = list(30) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"cha" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"chb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"chf" = ( +/obj/machinery/power/smes{ + capacity = 9e+006; + charge = 10000 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"chi" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=13.3-Engineering-Central"; + location = "13.2-Tcommstore" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"chm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"chn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"chr" = ( +/obj/item/seeds/wheat, +/obj/item/seeds/sugarcane, +/obj/item/seeds/potato, +/obj/item/seeds/apple, +/obj/item/grown/corncob, +/obj/item/food/grown/carrot, +/obj/item/food/grown/wheat, +/obj/item/food/grown/pumpkin{ + pixel_y = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/structure/table/glass, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"chs" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"chw" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"chx" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/port) +"chy" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"chC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"chG" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + name = "Medical Reception"; + dir = 4 + }, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/folder/white, +/obj/machinery/door/firedoor, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"chH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"chI" = ( +/obj/vehicle/ambulance{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/paramedic) +"chL" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure/railing/corner{ + dir = 8 + }, +/obj/structure/railing/corner{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/spacehut) +"chM" = ( +/obj/structure/chair/sofa/left{ + dir = 8 + }, +/obj/item/toy/plushie/corgi, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"chN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/hallway/primary/central) +"chO" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/hallway/primary/central) +"chP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"chQ" = ( +/obj/machinery/light/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"chR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"chS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposaloutlet{ + dir = 8 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"chT" = ( +/obj/machinery/economy/vending/boozeomat, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"chU" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"chV" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"chX" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"chZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cia" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"cib" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"cic" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"cie" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"cig" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cii" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"cij" = ( +/obj/machinery/computer/atmos_alert{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"cik" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cio" = ( +/obj/machinery/economy/vending/hydroseeds, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"cip" = ( +/obj/structure/table, +/obj/item/book/manual/hydroponics_pod_people, +/obj/item/paper, +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"ciq" = ( +/obj/machinery/economy/vending/hydronutrients, +/obj/machinery/camera{ + c_tag = "Hydroponics - Foyer"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/hallway/primary/central) +"cir" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ciu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light_switch/west{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"ciB" = ( +/obj/machinery/economy/vending/medical, +/obj/machinery/camera{ + c_tag = "Medbay Foyer Reception" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"ciC" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"ciD" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"ciE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"ciF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"ciH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"ciJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"ciK" = ( +/obj/structure/table/wood, +/obj/item/paper/ntrep, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"ciM" = ( +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"ciP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"ciW" = ( +/obj/effect/landmark/start/engineer, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ciZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cjf" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"cjh" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cji" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cjj" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cjl" = ( +/obj/structure/window/reinforced, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cjm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"cjn" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cjo" = ( +/obj/structure/rack, +/obj/item/stack/rods{ + amount = 23 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cjq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/fire{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/binary/pump{ + name = "Fuel Pipe to Incinerator" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cjt" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cju" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cjv" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"cjw" = ( +/obj/structure/rack, +/obj/item/stack/sheet/glass{ + amount = 10; + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/ten, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cjx" = ( +/obj/machinery/door_control/normal/west{ + desc = "A remote control switch for the medbay foyer."; + id = "MedbayFoyerPort"; + name = "Medbay Doors Control"; + pixel_y = -9 + }, +/obj/machinery/computer/med_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cjy" = ( +/obj/machinery/camera{ + c_tag = "Medbay Treatment Hallway"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cjz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cjA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/break_room) +"cjB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cjD" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cjE" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cjH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/aft) +"cjI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/junction/y{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cjL" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"cjM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"cjN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"cjO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cjQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"cjX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/starboard) +"cjZ" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"cka" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"ckb" = ( +/obj/structure/sign/nosmoking_2{ + pixel_x = -28 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"ckd" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cke" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/solar{ + name = "Fore-Starboard Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"ckf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"ckg" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Gas to Chamber" + }, +/obj/machinery/power/apc/critical/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"cko" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"ckq" = ( +/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/machinery/alarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"ckr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/brig) +"ckt" = ( +/obj/effect/decal/snow, +/obj/item/clothing/suit/snowman, +/obj/item/clothing/head/snowman, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cku" = ( +/obj/machinery/camera{ + c_tag = "Hydroponics - Aft"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"ckv" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"ckx" = ( +/obj/machinery/mecha_part_fabricator{ + id = "0"; + name = "forgotten exosuit fabricator" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cky" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ckz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"ckF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"ckH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ckI" = ( +/obj/machinery/disposal, +/obj/machinery/firealarm/directional/north, +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera{ + c_tag = "Medbay Foyer"; + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"ckJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ckK" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"ckL" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/port) +"ckN" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ckO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/spacehut) +"ckQ" = ( +/obj/structure/closet/secure_closet/freezer/fridge/open, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"ckR" = ( +/obj/machinery/computer/mech_bay_power_console, +/turf/simulated/floor/bluegrid, +/area/station/maintenance/apmaint) +"ckS" = ( +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"ckZ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"cla" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/item/radio/intercom/directional/south, +/obj/item/stack/sheet/glass, +/obj/item/assembly/signaler, +/obj/item/assembly/timer, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"clb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"clc" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/paicard, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cle" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"clf" = ( +/obj/effect/landmark/start/chief_medical_officer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"clg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/drinks/bottle/vodka, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"clh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cll" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"clm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/chair, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cln" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"clp" = ( +/turf/simulated/wall, +/area/station/maintenance/spacehut) +"clq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"clr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"cly" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"clz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"clA" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"clB" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"clC" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"clE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"clG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"clH" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"clJ" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"clK" = ( +/obj/structure/closet, +/obj/item/extinguisher, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"clL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"clN" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"clO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"clP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"clR" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"clS" = ( +/obj/machinery/r_n_d/destructive_analyzer, +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"clT" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"clU" = ( +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"clZ" = ( +/obj/structure/table, +/obj/item/folder/white{ + pixel_x = 8 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -6 + }, +/obj/item/roller{ + pixel_y = 23; + pixel_x = 7 + }, +/obj/item/roller{ + pixel_y = 23; + pixel_x = -6 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"cmd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/random/west, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cmg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cmk" = ( +/obj/machinery/computer/supplycomp{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/qm) +"cmm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cmn" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth (Chaplain)"; + req_access = list(22) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cmo" = ( +/turf/simulated/wall/r_wall, +/area/station/science/rnd) +"cmq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"cmr" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"cms" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cmu" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cmv" = ( +/turf/simulated/wall, +/area/station/medical/cryo) +"cmz" = ( +/turf/simulated/wall/r_wall, +/area/station/science/research) +"cmA" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"cmB" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/starboard2) +"cmE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"cmF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/radiation, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cmG" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cmH" = ( +/obj/structure/statue/sandstone/assistant, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cmI" = ( +/obj/structure/closet/crate/freezer, +/obj/item/tank/internals/emergency_oxygen/engi/empty, +/obj/item/tank/internals/emergency_oxygen/engi/empty, +/obj/item/reagent_containers/iv_bag/blood/a_minus, +/obj/item/reagent_containers/iv_bag/blood/a_plus, +/obj/item/reagent_containers/iv_bag/blood/b_minus, +/obj/item/reagent_containers/iv_bag/blood/b_plus, +/obj/item/reagent_containers/iv_bag/blood/o_minus, +/obj/item/reagent_containers/iv_bag/blood/o_plus, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cmJ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cmK" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/space, +/area/space/nearstation) +"cmL" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"cmM" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cmN" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"cmO" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/space, +/area/space/nearstation) +"cmP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"cmQ" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"cmR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"cmX" = ( +/turf/simulated/wall, +/area/station/medical/exam_room) +"cna" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cnd" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Surgery2" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/secondary) +"cne" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cnh" = ( +/obj/item/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cnj" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"cnl" = ( +/obj/structure/sign/directions/security{ + dir = 1; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"cnm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"cnn" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/economy/vending/assist, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cno" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cnp" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cnq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cnr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cns" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cnt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cnu" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cnw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"cnx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"cnA" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Science - Entry"; + dir = 1; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/research) +"cnB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + desc = ""; + icon_state = "C14" + }, +/area/station/hallway/primary/central) +"cnF" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/disposal, +/obj/machinery/light_switch/north{ + pixel_x = -6 + }, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"cnG" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"cnH" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cnJ" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/obj/item/radio/intercom/directional/south, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/pen{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cnK" = ( +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"cnL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/maintenance/aft2) +"cnO" = ( +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cnQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"cnR" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"cnS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cnT" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"cnV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cnW" = ( +/obj/item/target/alien, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cob" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"coc" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"cof" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cok" = ( +/obj/structure/chair/wheelchair, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"col" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"coo" = ( +/turf/simulated/wall, +/area/station/medical/reception) +"cop" = ( +/obj/structure/closet/secure_closet/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"cor" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/extinguisher_cabinet/directional/south, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cot" = ( +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cou" = ( +/obj/machinery/ignition_switch{ + id = "Turbine_igniter"; + pixel_x = 8; + pixel_y = -36 + }, +/obj/machinery/computer/security/telescreen/turbine{ + dir = 8; + pixel_x = 32 + }, +/obj/machinery/computer/turbine_computer{ + dir = 1; + id = "incineratorturbine" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door_control/shutter{ + id = "turbinevent"; + name = "Turbine Vent Control"; + pixel_x = -8; + pixel_y = -36; + req_access = list(12) + }, +/obj/machinery/door_control/shutter/south{ + id = "auxincineratorvent"; + name = "Auxiliary Vent Control"; + pixel_x = -8; + req_access = list(12) + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cov" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"cow" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"coy" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"coz" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"coB" = ( +/obj/structure/rack, +/obj/item/storage/bag/plants/portaseeder, +/obj/item/plant_analyzer, +/obj/item/cultivator, +/obj/item/reagent_containers/glass/bucket, +/obj/item/vending_refill/hydroseeds, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"coC" = ( +/turf/simulated/wall, +/area/station/medical/surgery/primary) +"coD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/primary) +"coE" = ( +/obj/machinery/light_switch/east{ + pixel_y = 10 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cloning) +"coF" = ( +/obj/structure/rack, +/obj/item/roller{ + pixel_y = 12 + }, +/obj/item/roller{ + pixel_y = 10 + }, +/obj/item/roller{ + pixel_y = 8 + }, +/obj/item/roller{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"coG" = ( +/turf/simulated/wall, +/area/station/maintenance/aft2) +"coH" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/machinery/firealarm/directional/west, +/obj/machinery/camera{ + c_tag = "Science - Mechbay"; + network = list("Research","SS13") + }, +/obj/machinery/door_control/shutter/north{ + id = "mechbay"; + name = "Mech Bay Shutters Control"; + req_access = list(29) + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"coI" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/mopbucket{ + dir = 4 + }, +/obj/item/mop, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"coM" = ( +/obj/structure/closet/crate, +/obj/item/stack/cable_coil/random, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"coN" = ( +/obj/structure/closet/crate, +/obj/item/cane, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"coQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"coR" = ( +/obj/structure/lattice/catwalk, +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/obj/item/paper, +/turf/space, +/area/space/nearstation) +"coS" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"coU" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"coW" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/recharge_station, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/storage) +"coX" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cpb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/exam_room) +"cpd" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cpq" = ( +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"cps" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"cpt" = ( +/obj/structure/girder/reinforced, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"cpu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cpv" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cpz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cpD" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cpF" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cpH" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cpK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"cpL" = ( +/obj/structure/closet/crate/engineering, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/cable_coil, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/obj/machinery/light_switch/north, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cpM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cpO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Council Chamber"; + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"cpP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"cpQ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/obj/effect/mapping_helpers/airlock/access/any/medical/chemistry, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cpW" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/flora/ausbushes/sparsegrass, +/obj/structure/flora/ausbushes/ywflowers, +/obj/item/food/grown/banana, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cpX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"cpY" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cpZ" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"cqc" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cqh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cqi" = ( +/obj/effect/decal/cleanable/ash, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cqj" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cqk" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cql" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cqn" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "rndlab2"; + name = "Secondary Research and Development Shutter" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"cqo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cqp" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/light/directional/south, +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cqv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cqC" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/computerframe{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cqE" = ( +/obj/effect/decal/cleanable/blood/old, +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cqF" = ( +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/folder/red, +/obj/item/taperecorder, +/obj/structure/table/reinforced, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"cqG" = ( +/obj/item/reagent_containers/glass/bottle/toxin{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/structure/table, +/obj/machinery/reagentgrinder{ + pixel_y = 4 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cqK" = ( +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"cqL" = ( +/obj/machinery/atmospherics/portable/canister/nitrogen{ + anchored = 1 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"cqM" = ( +/obj/item/beacon, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cqN" = ( +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"cqO" = ( +/obj/machinery/atmospherics/portable/canister/oxygen{ + anchored = 1 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"cqP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"cqQ" = ( +/obj/machinery/atmospherics/binary/pump/on, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/turbine) +"cqR" = ( +/obj/machinery/atmospherics/portable/canister/air{ + anchored = 1 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"cqS" = ( +/obj/structure/sink/kitchen/west, +/obj/structure/mirror{ + pixel_x = -28 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cqT" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/engineering/atmos) +"cqU" = ( +/turf/simulated/floor/plasteel/airless, +/area/station/engineering/atmos) +"cqV" = ( +/obj/machinery/atmospherics/unary/vent_pump{ + dir = 1; + external_pressure_bound = 0; + initialize_directions = 1; + internal_pressure_bound = 4000; + on = 1; + pressure_checks = 2; + releasing = 0 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/engineering/atmos) +"cqW" = ( +/obj/structure/girder, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"cqY" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"cqZ" = ( +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/storage) +"crb" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"crc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"crd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"crf" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"crh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"cri" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"crj" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"crm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"crq" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"crr" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"crx" = ( +/obj/structure/closet/crate/freezer/iv_storage, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cry" = ( +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"crA" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"crB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"crD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"crE" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"crG" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"crI" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway - Fore"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"crN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"crP" = ( +/obj/structure/flora/ausbushes/sunnybush, +/obj/machinery/camera{ + c_tag = "Virology Test Subject Chamber" + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"crQ" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"crR" = ( +/obj/structure/closet/crate, +/obj/item/assembly/infra, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"crT" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/decal/cleanable/blood/gibs/body, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"crU" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/break_room) +"crV" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/item/radio/intercom/locked/confessional{ + pixel_x = 22; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"csa" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"csc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"csf" = ( +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"csg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"csh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"csi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"csk" = ( +/obj/structure/rack, +/obj/item/clothing/suit/chef/classic, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"csl" = ( +/obj/structure/machine_frame, +/obj/item/circuitboard/chem_master/condi_master, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"csn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cso" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"csp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"csq" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"csr" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"css" = ( +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"cst" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"csu" = ( +/obj/item/stack/rods{ + amount = 25 + }, +/turf/simulated/floor/plasteel/airless, +/area/station/engineering/atmos) +"csv" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"csw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"csA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/lobby) +"csB" = ( +/obj/structure/rack, +/obj/item/clothing/suit/storage/hazardvest, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"csG" = ( +/obj/structure/table/wood, +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"csH" = ( +/obj/effect/decal/cleanable/flour, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"csI" = ( +/obj/machinery/light/directional/north, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"csJ" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"csN" = ( +/obj/structure/sink/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"csP" = ( +/obj/machinery/iv_drip, +/obj/machinery/status_display/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"csQ" = ( +/obj/structure/closet, +/obj/item/stack/sheet/metal{ + amount = 34 + }, +/obj/item/extinguisher/mini, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"csT" = ( +/obj/machinery/light/directional/east, +/obj/structure/sign/science{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"csV" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"csW" = ( +/obj/structure/rack, +/obj/item/seeds/cannabis, +/obj/item/seeds/cannabis, +/obj/item/seeds/cannabis, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"csX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"csY" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"csZ" = ( +/obj/item/caution, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cta" = ( +/obj/structure/table, +/obj/machinery/firealarm/directional/east, +/obj/item/book/manual/wiki/sop_science{ + pixel_x = 4; + pixel_y = 1 + }, +/obj/item/clipboard, +/obj/item/toy/figure/crew/scientist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ctb" = ( +/obj/structure/table, +/obj/item/camera, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cte" = ( +/turf/simulated/wall, +/area/station/maintenance/starboard2) +"ctl" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ctm" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"ctp" = ( +/obj/structure/rack, +/obj/item/clothing/under/color/white, +/obj/item/clothing/head/soft/white, +/obj/item/clothing/under/color/white, +/obj/item/clothing/head/soft/white, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/mask/surgical, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"ctr" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"ctt" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ctv" = ( +/obj/machinery/door/poddoor{ + id_tag = "turbinevent"; + name = "Turbine Vent" + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/turbine) +"ctw" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/main) +"cty" = ( +/obj/structure/closet/secure_closet/personal/patient, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ctH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/effect/turf_decal/siding{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"ctI" = ( +/obj/effect/landmark/start/doctor, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/break_room) +"ctJ" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + name = "Aft-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"ctK" = ( +/obj/structure/filingcabinet/chestdrawer/autopsy, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ctM" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ctO" = ( +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"ctP" = ( +/turf/simulated/wall, +/area/station/medical/coldroom) +"ctQ" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"ctT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ctU" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"ctV" = ( +/obj/structure/table/glass, +/obj/item/storage/box/gloves{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/storage/box/pillbottles{ + pixel_x = -8; + pixel_y = -4 + }, +/obj/item/storage/box/masks{ + pixel_y = 6; + pixel_x = 7 + }, +/obj/item/storage/box/patch_packs{ + pixel_x = 7; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/storage) +"ctX" = ( +/obj/structure/rack, +/obj/item/crutches, +/obj/item/crutches, +/obj/item/crutches, +/obj/item/crutches, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/storage) +"ctY" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/storage) +"ctZ" = ( +/obj/structure/table/glass, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"cua" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"cuc" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/hallway/primary/aft) +"cue" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cuf" = ( +/obj/machinery/chem_heater, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cui" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/item/laser_pointer/red, +/turf/space, +/area/space/nearstation) +"cuj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cuk" = ( +/obj/structure/lattice, +/obj/item/tank/internals/oxygen/empty, +/turf/space, +/area/space/nearstation) +"cum" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cup" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"cuq" = ( +/obj/machinery/power/solar_control{ + dir = 4; + name = "Aft Starboard Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cur" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/starboard) +"cut" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cuu" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cuv" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cuw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cux" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"cuy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cuz" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"cuB" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/science/test_chamber) +"cuF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/holosign/surgery{ + id = "surgery2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluefull" + }, +/area/station/medical/surgery/secondary) +"cuG" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/item/reagent_containers/iv_bag{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/reagent_containers/iv_bag{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cuH" = ( +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cuI" = ( +/obj/machinery/sleeper, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cuL" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"cuM" = ( +/obj/structure/sign/examroom{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/sink/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"cuO" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"cuP" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cuQ" = ( +/obj/machinery/igniter{ + id = "Turbine_igniter"; + luminosity = 2 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"cuS" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/bodyscanner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cuU" = ( +/obj/machinery/computer/arcade, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cuV" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cuX" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"cva" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cvb" = ( +/obj/machinery/holosign_switch/west{ + id = "surgery1"; + pixel_y = 4 + }, +/obj/machinery/button/windowtint/west{ + id = "Surgery1"; + pixel_y = -4; + req_access = list(45) + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cvc" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cve" = ( +/obj/structure/girder, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cvg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cvh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/reception) +"cvk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cvl" = ( +/turf/simulated/wall, +/area/station/science/rnd) +"cvn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C6" + }, +/area/station/hallway/primary/central) +"cvo" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/medmaint) +"cvu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cvw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cvE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cvH" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"cvI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cvJ" = ( +/obj/item/kirbyplants/plant20, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"cvP" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cvS" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"cvU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"cvV" = ( +/obj/structure/barricade/wooden, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cvW" = ( +/obj/machinery/chem_dispenser, +/obj/item/reagent_containers/glass/beaker/large, +/obj/machinery/camera{ + c_tag = "Science Chemisty"; + dir = 8; + network = list("Research","SS13") + }, +/obj/structure/disaster_counter/scichem{ + pixel_x = 32 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cvX" = ( +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"cvY" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Research Division" + }, +/obj/structure/window/reinforced, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cwa" = ( +/obj/structure/sink/directional/west, +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/machinery/light_construct/small/south, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cwb" = ( +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cwc" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/light_switch/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cwd" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cwf" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/station/engineering/solar/port) +"cwg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cwi" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/door_control/shutter/east{ + id = "maintwarehouse"; + name = "Shutters Control" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cwj" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/junglebush/large{ + pixel_y = -18 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/exam_room) +"cwl" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/junglebush/large{ + pixel_y = -18 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/exam_room) +"cwq" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cwr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"cww" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 6 + }, +/obj/item/pen, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cwy" = ( +/obj/structure/bookcase{ + name = "Holy Bookcase" + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"cwB" = ( +/obj/machinery/power/compressor{ + comp_id = "incineratorturbine"; + dir = 1 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"cwC" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cwD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/machinery/button/windowtint/south{ + pixel_x = -24; + id = "clon" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cwE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/aft) +"cwF" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/status_display/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cwG" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cwH" = ( +/obj/machinery/requests_console/directional/east, +/obj/machinery/computer/aifixer{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"cwI" = ( +/obj/structure/rack, +/obj/item/storage/firstaid/regular, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/item/clothing/glasses/hud/health, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cwO" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cwQ" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cwR" = ( +/turf/simulated/floor/transparent/glass/reinforced, +/area/station/science/research) +"cwV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cwW" = ( +/obj/machinery/firealarm/directional/west, +/obj/item/kirbyplants/plant11, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"cwY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"cwZ" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cxa" = ( +/obj/machinery/computer/robotics{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"cxe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cxj" = ( +/obj/structure/bed, +/obj/effect/decal/cleanable/blood/old, +/obj/item/bedsheet/medical, +/obj/effect/turf_decal/tile/green, +/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/decal/cleanable/blood/gibs/old, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cxl" = ( +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cxm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cxo" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cxp" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cxr" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"cxt" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"cxu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/junglebush/large{ + pixel_y = 0 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/exam_room) +"cxz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cxA" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/cmo, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/command/office/cmo) +"cxB" = ( +/turf/simulated/floor/plating/airless, +/area/space) +"cxC" = ( +/obj/structure/rack, +/obj/item/reagent_containers/glass/bucket, +/obj/item/mop, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cxE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cxF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cxG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cxH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cxK" = ( +/obj/structure/chair/sofa/corp/left, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"cxL" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cxO" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cxP" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cxQ" = ( +/obj/structure/table/wood, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/storage/photo_album, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cxS" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"cxT" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"cxU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"cxX" = ( +/obj/structure/table, +/obj/item/candle, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cya" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore_starboard) +"cyd" = ( +/obj/structure/table, +/obj/structure/bedsheetbin{ + pixel_x = 2 + }, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cye" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs/cable/white, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cyf" = ( +/obj/structure/rack, +/obj/item/hatchet, +/obj/item/shard, +/obj/item/reagent_containers/iv_bag/blood/random, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cyh" = ( +/obj/structure/rack, +/obj/item/tank/internals/anesthetic, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/tile/green, +/obj/effect/turf_decal/tile/green{ + dir = 8 + }, +/obj/effect/turf_decal/tile/green{ + dir = 1 + }, +/obj/effect/turf_decal/tile/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cyn" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/turbine) +"cyo" = ( +/obj/structure/sink/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cyr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"cyt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"cyu" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/station/maintenance/turbine) +"cyv" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cyw" = ( +/obj/structure/closet/crate/can, +/obj/item/kitchen/knife, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cyx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/stool, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cyy" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cyB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cyE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cyF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"cyI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cyK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/starboard) +"cyL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cyM" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"cyN" = ( +/obj/structure/table/wood, +/obj/item/storage/bible, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cyP" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/server) +"cyR" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"cyS" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel/dark/telecomms, +/area/station/science/server/coldroom) +"cyT" = ( +/obj/structure/bed/roller, +/obj/effect/decal/cleanable/blood/old, +/obj/effect/mapping_helpers/turfs/damage, +/obj/item/toy/plushie/snakeplushie, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cyV" = ( +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/disposal, +/obj/machinery/door_control/shutter/west{ + id = "thisdoesntwork"; + name = "Broken Button"; + pixel_y = 7 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"czb" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "n2o_sensor" + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"cze" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"czg" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/grille, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"czj" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"czl" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser/practice{ + pixel_y = 6 + }, +/obj/item/gun/energy/laser/practice{ + pixel_y = 3 + }, +/obj/item/gun/energy/laser/practice, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"czm" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/coldroom) +"czn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"czo" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"czs" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"czu" = ( +/obj/structure/sign/nosmoking_2{ + pixel_y = 30 + }, +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -4; + pixel_y = -3 + }, +/obj/item/reagent_containers/glass/bottle/saline{ + pixel_x = 7; + pixel_y = -3 + }, +/obj/item/reagent_containers/syringe{ + pixel_x = 3; + pixel_y = -2 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"czv" = ( +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/tank/internals/emergency_oxygen/nitrogen{ + pixel_x = 5 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/tank/internals/emergency_oxygen/plasma{ + pixel_x = -5 + }, +/obj/structure/rack, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"czw" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"czx" = ( +/obj/machinery/doppler_array, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"czy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"czz" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/machinery/light/directional/north, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"czA" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/cmo) +"czC" = ( +/turf/simulated/wall, +/area/station/science/genetics) +"czD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"czF" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/directions/evac{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"czH" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"czJ" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"czM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"czN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"czO" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"czR" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"czU" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + autolink_id = "aisat_vent" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"czV" = ( +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/starboard) +"czX" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"czZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"cAa" = ( +/obj/structure/displaycase/labcage, +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"cAb" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/station/maintenance/xenobio_south) +"cAf" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/space_heater, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cAi" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/cmo, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cAj" = ( +/obj/machinery/clonepod, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"cAq" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cAs" = ( +/obj/structure/flora/ausbushes/lavendergrass, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cAu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cAw" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cAx" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cAy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C12" + }, +/area/station/hallway/primary/central) +"cAA" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cAB" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cAC" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/corn, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"cAD" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cAF" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cAG" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/item/crowbar, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/misc_lab) +"cAH" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"cAI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"cAJ" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/evidence) +"cAK" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cAL" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "paramedic"; + name = "Paramedic Garage" + }, +/obj/machinery/door_control/shutter/west{ + id = "paramedic"; + name = "Garage Door Control"; + req_access = list(66) + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/paramedic) +"cAM" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"cAO" = ( +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"cAP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cAS" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cAT" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/medical/morgue) +"cAX" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + autolink_id = "waste_in" + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"cBa" = ( +/obj/structure/table/reinforced, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/light/directional/east, +/obj/machinery/cell_charger, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/item/stock_parts/cell/high, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"cBb" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall, +/area/station/science/xenobiology) +"cBd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cBh" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cBj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cBo" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/button/windowtint/south{ + id = "BS"; + req_access = list(67) + }, +/turf/simulated/floor/carpet/blue, +/area/station/command/office/blueshield) +"cBp" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"cBs" = ( +/obj/machinery/light/directional/south, +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/medical{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"cBu" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cBv" = ( +/turf/simulated/wall, +/area/station/medical/cloning) +"cBx" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cBy" = ( +/obj/structure/sink/directional/east, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"cBz" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/machinery/camera{ + c_tag = "Medbay Genetics" + }, +/obj/machinery/alarm/directional/north, +/obj/structure/closet/secure_closet/geneticist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cBA" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/economy/vending/genedrobe, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cBC" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cBD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cBE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/storage) +"cBG" = ( +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cBJ" = ( +/turf/simulated/wall, +/area/station/science/robotics/chargebay) +"cBL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"cBM" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cBO" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/maintenance/aft2) +"cBP" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/research) +"cBQ" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/tomato, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"cBR" = ( +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"cBS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command/glass{ + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/science/server) +"cBT" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"cBV" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"cBX" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cCa" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/medbay) +"cCe" = ( +/obj/machinery/computer/card/minor/hos{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"cCf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cCg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/aft) +"cCh" = ( +/obj/structure/table/glass, +/obj/item/storage/toolbox/emergency{ + pixel_x = 1; + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 6; + pixel_y = 2 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cCj" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cCk" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "maintwarehouse"; + name = "Abandoned Warehouse Shutters" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/apmaint) +"cCm" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cCn" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cCp" = ( +/obj/structure/closet/crate, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cCr" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cCs" = ( +/obj/structure/sign/kiddieplaque/remembrance{ + pixel_y = 32 + }, +/obj/structure/table/wood, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/machinery/light/directional/north, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cCu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"cCy" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cCA" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cCD" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"cCH" = ( +/obj/effect/turf_decal/delivery/blue/partial, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cCK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cCL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cCM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cCN" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cCP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/power/solar{ + name = "Fore-Starboard Solar Array" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore_starboard) +"cCQ" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cCV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"cCZ" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"cDa" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"cDc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"cDe" = ( +/turf/simulated/floor/bluegrid, +/area/station/maintenance/apmaint) +"cDf" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Surgery1" + }, +/turf/simulated/floor/plating, +/area/station/medical/surgery/primary) +"cDh" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"cDi" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"cDj" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cDl" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "chapelgun"; + name = "Chapel Launcher Door"; + protected = 0 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"cDm" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1 + }, +/turf/space, +/area/station/medical/virology) +"cDq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cDr" = ( +/obj/item/toolbox_tiles{ + desc = "Why won't it work?"; + name = "FloorDiffBot" + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cDs" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cDt" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/obj/item/wirecutters, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"cDu" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cDv" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cDz" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cDA" = ( +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cDB" = ( +/obj/structure/closet/crate, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cDC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cDD" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/chili, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"cDE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cDG" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cDH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cDI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cDK" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"cDM" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/robotics) +"cDN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/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/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/command/office/rd) +"cDO" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cDS" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cDT" = ( +/obj/structure/morgue{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cDU" = ( +/obj/effect/landmark/start/doctor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"cDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cDZ" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "clon" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cEd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cEg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"cEh" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cEi" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cEj" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/glass/beaker{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/drinks/shaker, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cEk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cEl" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cEm" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10.1-Central-from-Aft"; + location = "10-Aft-To-Central" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cEn" = ( +/obj/structure/closet/secure_closet/scientist, +/obj/machinery/newscaster/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"cEr" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"cEu" = ( +/obj/machinery/atmospherics/unary/cryo_cell, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"cEv" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=9.1-Escape-1"; + location = "8.1-Aft-to-Escape" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cEy" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"cEz" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bodybags{ + pixel_x = -6; + pixel_y = 7 + }, +/obj/item/reagent_containers/glass/beaker/cryoxadone{ + pixel_x = 9; + pixel_y = 3 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"cEA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cEB" = ( +/obj/structure/closet/emcloset/anchored, +/obj/structure/sign/vacuum/external{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cEC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"cEE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cEF" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/maintenance/aft2) +"cEG" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/chanter, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"cEI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cEK" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"cEN" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cEP" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "clon" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cloning) +"cES" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"cET" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/obj/machinery/camera{ + c_tag = "Medbay Cloning" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"cEU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"cEV" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/siding, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"cEX" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cEY" = ( +/turf/simulated/wall, +/area/station/medical/surgery/secondary) +"cFa" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/item/folder/white, +/obj/item/pen/red{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cFb" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cFc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cFd" = ( +/turf/simulated/wall, +/area/station/medical/break_room) +"cFe" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"cFf" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_y = 4 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cFg" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"cFh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"cFi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"cFj" = ( +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"cFm" = ( +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/science/robotics/chargebay) +"cFq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cFr" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cFs" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cFx" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkpurple" + }, +/area/station/maintenance/aft2) +"cFz" = ( +/obj/structure/table/wood, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/item/storage/fancy/candle_box/eternal{ + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cFB" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/structure/table, +/obj/item/stack/sheet/metal/fifty{ + pixel_y = -3; + pixel_x = 4 + }, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = -10; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cFD" = ( +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cFF" = ( +/obj/structure/closet/l3closet/general, +/obj/item/clothing/mask/gas, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cFG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/space_heater, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cFH" = ( +/turf/simulated/wall, +/area/station/science/toxins/mixing) +"cFJ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cFN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cFO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/robotics/chargebay) +"cFT" = ( +/obj/structure/lattice, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/space, +/area/space/nearstation) +"cFU" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cFY" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "ROBO" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"cFZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cGa" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "clon" + }, +/turf/simulated/floor/plating, +/area/station/medical/cloning) +"cGb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/cloning) +"cGc" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/crematorium, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cGd" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cGg" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cGh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cGi" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"cGj" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cGk" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cGm" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cGn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cGo" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/apmaint) +"cGp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cGs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cGt" = ( +/obj/structure/cable, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/starboard) +"cGv" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/space, +/area/station/engineering/solar/starboard) +"cGw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/cryo) +"cGx" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"cGy" = ( +/obj/item/beacon, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cGz" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cGA" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cGD" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/wood, +/obj/item/food/grown/harebell, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cGF" = ( +/obj/structure/table, +/obj/item/aicard, +/obj/item/paicard, +/obj/item/circuitboard/aicore, +/obj/machinery/keycard_auth{ + pixel_x = -5; + pixel_y = 26 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"cGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cGQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/research) +"cGR" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=9.4-Escape-4"; + location = "9.3-Escape-3" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cGS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cGV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cGX" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/hallway/primary/central) +"cGY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cHa" = ( +/obj/machinery/defibrillator_mount/loaded{ + pixel_x = -30 + }, +/obj/machinery/camera{ + c_tag = "Medbay Cryogenics"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cHb" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"cHc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cHd" = ( +/obj/structure/sign/poster/contraband/random/west, +/obj/structure/bed/dogbed, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cHf" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cHg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"cHh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cHj" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cHk" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cryo) +"cHm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"cHq" = ( +/obj/structure/closet/wardrobe/grey, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cHr" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cHs" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cHw" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"cHx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cHA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C4" + }, +/area/station/hallway/primary/central) +"cHD" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/berry, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"cHJ" = ( +/obj/machinery/light/directional/north, +/obj/structure/bed{ + dir = 1 + }, +/obj/item/bedsheet/medical{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"cHK" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/rnd) +"cHM" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/science/lobby) +"cHO" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cHQ" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "mechbay"; + name = "Mech Bay Shutters" + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"cHR" = ( +/obj/machinery/crema_switch{ + pixel_x = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cHS" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cHU" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cHV" = ( +/obj/machinery/iv_drip, +/obj/structure/bed/roller, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cHX" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cHY" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cHZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"cIc" = ( +/obj/machinery/chem_heater{ + pixel_x = 4 + }, +/obj/machinery/door_control/shutter/south{ + desc = "A remote control switch for the medbay foyer."; + id = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter Control"; + req_access = list(33) + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"cId" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"cIf" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cIg" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cIh" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cIi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cIj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"cIl" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"cIm" = ( +/turf/simulated/wall, +/area/station/medical/morgue) +"cIn" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/spacehut) +"cIo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cIp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/nosmoking_2, +/turf/simulated/floor/plating, +/area/station/medical/cryo) +"cIt" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cIu" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics/chargebay) +"cIv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/rack, +/obj/item/wrench/medical, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"cIx" = ( +/turf/simulated/wall/r_wall, +/area/station/science/robotics) +"cIy" = ( +/turf/simulated/wall, +/area/station/science/toxins/test) +"cIA" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cIB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/surgery/observation) +"cID" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cIE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/turf/simulated/floor/grass/no_creep, +/area/station/science/research) +"cIF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cIH" = ( +/obj/item/plant_analyzer, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cIM" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/banana, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"cIP" = ( +/mob/living/simple_animal/slime, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"cIR" = ( +/obj/machinery/clonescanner, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"cIS" = ( +/obj/effect/spawner/random/trash, +/obj/structure/sink/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cIT" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_x = -3; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cIV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cIW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"cIX" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/turf_decal/siding{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cIY" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cIZ" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cJa" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cJb" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"cJc" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cJd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"cJj" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Chapel - Starboard"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cJk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cJl" = ( +/obj/structure/machine_frame, +/obj/machinery/light_construct/directional/east, +/obj/item/broken_device, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cJm" = ( +/obj/machinery/power/smes, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cJn" = ( +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"cJo" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light/small/directional/north, +/obj/item/food/grown/harebell, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"cJp" = ( +/turf/simulated/wall, +/area/station/science/robotics) +"cJu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/aft2) +"cJv" = ( +/obj/item/stock_parts/cell/high, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cJz" = ( +/obj/structure/table, +/obj/item/toy/figure/crew/geneticist, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cJA" = ( +/obj/machinery/computer/secure_data{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"cJB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cJD" = ( +/obj/structure/sink/directional/east, +/obj/structure/sign/poster/contraband/random/west, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cJF" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cJH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"cJJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"cJL" = ( +/turf/simulated/wall/indestructible/riveted, +/area/station/science/toxins/test) +"cJM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cJO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cJR" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"cJT" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"cJU" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/structure/table/wood, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/item/instrument/eguitar, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cJW" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"cJX" = ( +/obj/structure/table, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"cKe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/break_room) +"cKh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cKi" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cKj" = ( +/obj/effect/turf_decal/delivery/blue/partial, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/obj/machinery/light/directional/east, +/obj/machinery/alarm/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cKl" = ( +/obj/machinery/computer/shuttle/labor{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"cKm" = ( +/obj/machinery/suit_storage_unit/security/hos/secure, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hos) +"cKn" = ( +/obj/machinery/computer/scan_consolenew{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cKo" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/geneticist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"cKq" = ( +/obj/machinery/camera{ + c_tag = "Aft Primary Hallway - Middle"; + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cKr" = ( +/obj/structure/closet/crate/hydroponics, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cKu" = ( +/obj/machinery/r_n_d/experimentor, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"cKv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cKw" = ( +/obj/machinery/camera{ + c_tag = "Research Director's Office"; + dir = 4; + network = list("Research","SS13") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/suit_storage_unit/rd/secure, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"cKx" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"cKz" = ( +/obj/machinery/computer/cloning{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"cKA" = ( +/obj/item/kirbyplants/plant18, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreencorners" + }, +/area/station/medical/surgery/observation) +"cKB" = ( +/obj/structure/closet/crate/plastic, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cKC" = ( +/obj/random/hampter, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/maintenance/apmaint) +"cKD" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cKG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cKI" = ( +/turf/simulated/wall, +/area/space/nearstation) +"cKJ" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cKL" = ( +/obj/structure/bed/roller, +/obj/machinery/camera{ + c_tag = "Medbay Surgical Wing"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkgreencorners" + }, +/area/station/medical/surgery/observation) +"cKP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"cKR" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"cKV" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cKW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cKX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"cKY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cLb" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/surgery/observation) +"cLd" = ( +/turf/simulated/wall, +/area/station/maintenance/medmaint) +"cLe" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cLg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cLi" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/virology, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/observation) +"cLj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"cLl" = ( +/turf/simulated/floor/grass, +/area/station/maintenance/aft2) +"cLm" = ( +/obj/item/kirbyplants/plant18, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"cLn" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cLr" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cLt" = ( +/obj/effect/turf_decal/stripes/end, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cLy" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"cLB" = ( +/obj/machinery/computer/rdconsole/experiment{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"cLE" = ( +/obj/structure/sign/directions/science{ + pixel_x = -32; + pixel_y = -8 + }, +/obj/structure/sign/directions/evac{ + pixel_x = -32 + }, +/obj/structure/sign/directions/medical{ + pixel_x = -32; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"cLF" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cLI" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cLL" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"cLM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cLN" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cLO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cLP" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"cLT" = ( +/obj/effect/turf_decal/stripes/white/corner, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cLV" = ( +/obj/structure/sign/greencross{ + pixel_y = 32 + }, +/obj/machinery/optable, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cLX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cMb" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cMh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cMi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/requests_console/directional/west, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"cMx" = ( +/obj/machinery/light/directional/north, +/obj/structure/table/tray, +/obj/item/storage/surgical_tray{ + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cMy" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cMz" = ( +/obj/machinery/door/morgue{ + name = "Relic Closet"; + req_access = list(22) + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"cMC" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"cMD" = ( +/obj/machinery/power/solar_control{ + dir = 4; + name = "Aft Port Solar Control" + }, +/obj/structure/cable, +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cMF" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/bottle/holywater{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/organ/internal/heart, +/obj/item/lighter/zippo/black, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel/office) +"cMK" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/enzyme{ + pixel_x = 16; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cMM" = ( +/obj/effect/landmark/spawner/rev, +/obj/structure/crematorium, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cMO" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/item/reagent_containers/drinks/bottle/tequila, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cMP" = ( +/obj/machinery/light/directional/south, +/obj/structure/bed, +/obj/item/bedsheet/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"cMQ" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"cMR" = ( +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cMT" = ( +/obj/structure/sign/directions/evac{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cMW" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/effect/decal/cleanable/cobweb2, +/obj/machinery/light/small/directional/north, +/obj/machinery/light_switch/north{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cNa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"cNb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency/port) +"cNc" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cNe" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cNf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cNi" = ( +/obj/structure/table/reinforced, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/rglass/fifty{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/stack/rods{ + amount = 50 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"cNk" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"cNm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"cNo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"cNs" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"cNt" = ( +/obj/machinery/light_switch/west{ + pixel_y = 6 + }, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"cNu" = ( +/obj/structure/table, +/obj/item/crowbar, +/obj/item/weldingtool/research, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"cNv" = ( +/obj/machinery/power/smes, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"cNw" = ( +/obj/structure/closet/wardrobe/white, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cNy" = ( +/obj/item/kirbyplants, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"cNz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cNA" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cNB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cNC" = ( +/obj/machinery/door_control/shutter/east{ + id = "XenoPens"; + name = "Xenobiology Shutters"; + req_access = list(55) + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central Port"; + dir = 8; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cNF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"cNG" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/bottle/epinephrine, +/obj/item/reagent_containers/glass/bottle/saline{ + pixel_x = 6 + }, +/obj/item/reagent_containers/syringe, +/obj/machinery/camera{ + c_tag = "Medbay Primary Treatment Centre - Aft Starboard"; + dir = 8 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"cNI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cNJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/vacuum/external{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/public/construction) +"cNK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"cNL" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"cNM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cNP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"cNQ" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/starboard) +"cNR" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cNS" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cNU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cNY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/checkpoint/south) +"cNZ" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cOc" = ( +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cOf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/hallway/primary/aft) +"cOh" = ( +/obj/structure/closet/crate/plastic, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cOk" = ( +/obj/item/kirbyplants/plant18, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"cOp" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft2) +"cOt" = ( +/obj/structure/table, +/obj/item/clothing/suit/cyborg_suit, +/obj/item/clothing/mask/gas/cyborg, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cOy" = ( +/obj/structure/fans/tiny, +/obj/machinery/door/poddoor{ + id_tag = "toxinsdriver"; + name = "Toxins Launcher Bay Door"; + protected = 0 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"cOA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/secure_closet/bar, +/obj/machinery/light_switch/north, +/obj/effect/spawner/random/id_skins/no_chance, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cOB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"cOD" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"cOE" = ( +/obj/structure/table/wood/poker, +/obj/effect/decal/cleanable/dirt, +/obj/item/deck/cards, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cOF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cOG" = ( +/obj/structure/flora/rock/jungle, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cOL" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/service/chapel/office) +"cOM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cON" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cOO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"cOP" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=9.3-Escape-3"; + location = "9.2-Escape-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cOR" = ( +/obj/machinery/chem_heater{ + pixel_y = 7 + }, +/obj/structure/reagent_dispensers/fueltank/chem/west, +/obj/structure/table/reinforced, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cOT" = ( +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cOU" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cOV" = ( +/obj/machinery/button/windowtint/south{ + id = "CHAP2" + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cOZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cPb" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"cPc" = ( +/turf/simulated/wall, +/area/station/maintenance/asmaint) +"cPd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cPe" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central Fore"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/ai_status_display/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cPf" = ( +/obj/structure/chair/comfy{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"cPh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonlockers) +"cPj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cPp" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cPq" = ( +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cPr" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/table, +/obj/item/kitchen/rollingpin, +/obj/item/reagent_containers/glass/beaker, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cPt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"cPv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cPy" = ( +/turf/simulated/wall, +/area/station/medical/medbay) +"cPA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cPD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cPF" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cPG" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"cPH" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cPI" = ( +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cPK" = ( +/obj/structure/sign/poster/contraband/random/east, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cPL" = ( +/obj/structure/closet/firecloset, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/secondary/exit) +"cPM" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/secondary/exit) +"cPN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/exit) +"cPO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cPP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/exit) +"cPQ" = ( +/obj/structure/sign/poster/contraband/random/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cPT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cPX" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cQc" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"cQd" = ( +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"cQe" = ( +/obj/structure/table, +/obj/item/disk/tech_disk{ + pixel_x = -6 + }, +/obj/item/disk/tech_disk{ + pixel_x = 6 + }, +/obj/item/disk/tech_disk{ + pixel_y = 6 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"cQg" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cQh" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/blood/gibs/limb, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cQl" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cQo" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cQt" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light/small/directional/south, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cQu" = ( +/obj/machinery/mech_bay_recharge_port, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cQz" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cQC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/secondary) +"cQE" = ( +/obj/machinery/hydroponics/soil, +/obj/item/seeds/sugarcane, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"cQG" = ( +/obj/structure/rack, +/obj/item/stack/cable_coil, +/obj/item/wrench, +/obj/item/flashlight/seclite, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cQI" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"cQJ" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/disposal) +"cQK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/research) +"cQM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cQN" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/spacehut) +"cQP" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"cQR" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cQU" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"cQW" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cRc" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cRe" = ( +/obj/item/beach_ball, +/turf/space, +/area/space) +"cRg" = ( +/obj/machinery/light_construct/directional/east, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"cRh" = ( +/turf/simulated/wall, +/area/station/service/chapel/office) +"cRl" = ( +/obj/machinery/disposal, +/obj/machinery/status_display/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cRn" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRp" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/bodyscanner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"cRq" = ( +/obj/machinery/economy/atm/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRt" = ( +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRH" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"cRJ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cRK" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"cRL" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"cRM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"cRO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cRP" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching output from station security cameras."; + name = "Security Camera Monitor"; + network = list("SS13"); + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"cRQ" = ( +/turf/simulated/wall, +/area/station/science/toxins/launch) +"cRS" = ( +/obj/structure/sign/directions/evac{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"cRU" = ( +/turf/simulated/wall, +/area/station/medical/psych) +"cRV" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall, +/area/station/maintenance/port) +"cRW" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cRX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cSa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard2) +"cSg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cSk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cSl" = ( +/obj/machinery/chem_master, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cSo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cSr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cSx" = ( +/obj/structure/closet/crate/engineering, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/item/radio/intercom/directional/east, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cSy" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'KEEP CLEAR OF DOCKING AREA'."; + name = "KEEP CLEAR: DOCKING AREA" + }, +/turf/simulated/wall, +/area/space/nearstation) +"cSG" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cSJ" = ( +/obj/machinery/door/airlock/command{ + id_tag = "ntrepofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/ntrep, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"cSL" = ( +/obj/structure/table/wood, +/obj/item/clothing/under/misc/burial, +/obj/machinery/firealarm/directional/west, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cSN" = ( +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge - Port Fore"; + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cSO" = ( +/turf/simulated/wall, +/area/station/service/chapel) +"cSP" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cSQ" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"cSR" = ( +/obj/structure/table/wood, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/obj/item/food/grown/poppy, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cSS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cST" = ( +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/table/wood, +/obj/structure/noticeboard{ + pixel_y = 29 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cSU" = ( +/obj/item/candle, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cSV" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"cSX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cSY" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cSZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cTc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTe" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/green, +/area/station/maintenance/apmaint) +"cTg" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=10-Aft-To-Central"; + location = "9.4-Escape-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTk" = ( +/obj/machinery/seed_extractor, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cTo" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"cTq" = ( +/obj/machinery/light/directional/west, +/obj/item/kirbyplants/plant24, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTr" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTs" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTt" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTy" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Interrogation" + }, +/turf/simulated/floor/plating, +/area/station/security/interrogation) +"cTz" = ( +/obj/structure/lattice/catwalk, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/clothing/mask/cigarette/rollie{ + pixel_y = -3 + }, +/turf/space, +/area/space/nearstation) +"cTB" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"cTC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=9.2-Escape-2"; + location = "9.1-Escape-1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTD" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cTH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cTI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cTJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cTK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cTM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cTO" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cTR" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/ppflowers, +/obj/structure/flora/ausbushes/palebush, +/obj/structure/window/full/reinforced, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"cTV" = ( +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/item/kirbyplants/plant14, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cUa" = ( +/obj/effect/landmark/start/paramedic, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"cUf" = ( +/obj/structure/closet/crate/sci, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cUg" = ( +/obj/machinery/door/morgue{ + name = "Chapel Garden" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/chapel) +"cUh" = ( +/obj/item/target, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cUm" = ( +/turf/simulated/wall, +/area/station/maintenance/solar_maintenance/aft_port) +"cUr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/binary/valve/open, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cUt" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cUu" = ( +/obj/structure/table/reinforced, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/item/storage/box/beakers{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -15; + pixel_y = 4 + }, +/obj/machinery/light/small/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cUz" = ( +/obj/machinery/status_display, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"cUA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cUB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cUC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/checkpoint/south) +"cUE" = ( +/obj/machinery/light/directional/south, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"cUF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"cUI" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"cUK" = ( +/obj/effect/landmark/start/chaplain, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cUL" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cUM" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/permabrig) +"cUN" = ( +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft2) +"cUQ" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/misc_lab) +"cUT" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"cUW" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"cUX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cUY" = ( +/obj/structure/chair/sofa/pew/left, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cUZ" = ( +/obj/structure/chair/sofa/pew/right, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cVa" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cVb" = ( +/obj/structure/morgue{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cVc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cVf" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/fullgrass, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/flora/ausbushes/sunnybush, +/obj/structure/window/full/reinforced, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/exit) +"cVi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"cVj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cVk" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"cVm" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"cVn" = ( +/obj/structure/closet, +/obj/item/storage/box/lights/mixed, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cVo" = ( +/obj/structure/reagent_dispensers/fueltank/chem/east, +/obj/machinery/chem_heater{ + pixel_y = 7 + }, +/obj/structure/table/reinforced, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"cVp" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/starboard) +"cVr" = ( +/obj/structure/closet/crate/engineering, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/cable_coil, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light_switch/north, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cVw" = ( +/obj/structure/chair/sofa/pew/left, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cVz" = ( +/obj/structure/chair/sofa/pew/right, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"cVA" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cVC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cVD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cVL" = ( +/obj/structure/closet/coffin, +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"cVM" = ( +/obj/structure/closet/coffin, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"cVP" = ( +/obj/structure/noticeboard{ + desc = "A memorial wall for pinning up momentos"; + name = "memorial board"; + pixel_y = 32 + }, +/obj/item/storage/bible, +/obj/structure/table/wood, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cVS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"cVT" = ( +/obj/effect/decal/cleanable/cobweb, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cVU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cVX" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cWc" = ( +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"cWd" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/red/line, +/obj/effect/turf_decal/stripes/red/line{ + dir = 1 + }, +/obj/machinery/mass_driver{ + dir = 8; + id_tag = "shackgun" + }, +/turf/simulated/floor/plating/airless, +/area/station/maintenance/spacehut) +"cWe" = ( +/obj/machinery/light_switch/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"cWj" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Aft"; + dir = 1; + network = list("SS13","MiniSat") + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"cWl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"cWm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cWn" = ( +/obj/structure/closet/coffin, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"cWo" = ( +/obj/machinery/camera{ + c_tag = "Chapel - Port"; + dir = 5 + }, +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cWp" = ( +/obj/structure/noticeboard{ + desc = "A memorial wall for pinning up momentos"; + name = "memorial board"; + pixel_y = 32 + }, +/obj/structure/table/wood, +/obj/item/storage/fancy/candle_box/eternal{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/storage/fancy/candle_box/eternal{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"cWs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cWt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"cWz" = ( +/obj/effect/spawner/random/trash, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cWB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cWF" = ( +/obj/item/chair{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cWG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cWI" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"cWK" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/misc_lab) +"cWN" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"cWS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"cWY" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"cWZ" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/starboard) +"cXa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/obj/effect/mapping_helpers/airlock/access/any/service/chapel_office, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cXh" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cXj" = ( +/obj/structure/closet/coffin, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"cXn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"cXo" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Fitness Room - Fore" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"cXr" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/medbay) +"cXs" = ( +/obj/machinery/ai_status_display, +/turf/simulated/wall, +/area/station/hallway/secondary/exit) +"cXt" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"cXu" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cXx" = ( +/obj/structure/closet, +/obj/item/wirerod, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cXz" = ( +/obj/machinery/door/airlock/external{ + id_tag = "emergency_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"cXA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/clothing/gloves/color/blue{ + desc = "An old pair of nitrile gloves, with no sterile properties."; + name = "old nitrile gloves" + }, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/suit/apron/surgical, +/obj/item/reagent_containers/glass/rag, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"cXB" = ( +/obj/structure/sign/securearea{ + desc = "A warning sign which reads 'BOMB RANGE"; + name = "BOMB RANGE" + }, +/turf/simulated/wall, +/area/station/science/toxins/test) +"cXD" = ( +/obj/structure/chair, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cXJ" = ( +/obj/structure/table/wood, +/obj/item/storage/fancy/crayons, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cXK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"cXM" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"cXN" = ( +/obj/effect/spawner/airlock, +/turf/simulated/wall/r_wall, +/area/station/maintenance/aft2) +"cXO" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cXQ" = ( +/obj/structure/table/wood, +/obj/structure/disposalpipe/segment, +/obj/item/folder, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cXU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"cXW" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"cXX" = ( +/obj/structure/chair/comfy/black{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"cXZ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"cYa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/tank/air{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"cYd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/bananium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/clown, +/turf/simulated/floor/wood, +/area/station/service/clown) +"cYe" = ( +/obj/structure/cable/pink{ + icon_state = "0-9" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"cYj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"cYm" = ( +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"cYq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/greenglow, +/obj/structure/showcase/machinery/oldpod{ + desc = "An old NT branded sleeper, decommissioned after heavy usage. None of the functional machinery remains inside."; + name = "Decommissioned Sleeper" + }, +/obj/item/flashlight/flare/glowstick/random, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"cYx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cYz" = ( +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=14.8-Dorms-Lockers"; + location = "14.5-Recreation" + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cYA" = ( +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cYB" = ( +/obj/machinery/atmospherics/unary/tank/air, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cYC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/sleeper, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"cYF" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"cYG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"cYI" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"cYK" = ( +/mob/living/carbon/human/monkey, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cYL" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"cYO" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera{ + c_tag = "Medbay Surgery 2"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"cYT" = ( +/obj/structure/table_frame, +/obj/structure/extinguisher_cabinet/empty{ + opened = 1; + pixel_x = 27 + }, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/grass, +/area/station/maintenance/aft2) +"cYZ" = ( +/obj/structure/table, +/obj/item/storage/box{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/clothing/gloves/color/latex, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cZa" = ( +/obj/machinery/camera{ + c_tag = "Bomb Test Site"; + desc = "A specially-reinforced camera with a long lasting battery, used to monitor the bomb testing site. An external light is attached to the top."; + dir = 10; + invuln = 1; + name = "Hardened Bomb-Test Camera"; + network = list("Toxins","Research","SS13") + }, +/obj/effect/turf_decal/stripes/line, +/obj/item/target/alien, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"cZc" = ( +/obj/structure/cable, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/starboard) +"cZf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Arrivals - Aft Arm - Far"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"cZh" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/primary) +"cZi" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"cZl" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cZo" = ( +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/tranquillite, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/mime, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"cZp" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 16; + height = 21; + id = "emergency_home"; + name = "emergency evac bay"; + width = 41 + }, +/turf/space, +/area/space) +"cZr" = ( +/turf/simulated/wall, +/area/station/science/xenobiology) +"cZs" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"cZw" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/flora/ausbushes/sparsegrass, +/mob/living/carbon/human/monkey, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"cZA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"cZD" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"cZI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"cZK" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"cZS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"cZX" = ( +/obj/machinery/light/directional/west, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"cZY" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"daa" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/aft) +"dac" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Departure Lounge - Security Post"; + dir = 10 + }, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"dad" = ( +/obj/structure/table/glass, +/obj/item/folder/white{ + pixel_y = 4 + }, +/obj/item/pen/red, +/obj/machinery/light/small/directional/north, +/obj/machinery/camera{ + c_tag = "Virology Isolation A" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"dae" = ( +/obj/machinery/camera{ + c_tag = "Head of Personnel's Office"; + dir = 1 + }, +/obj/structure/table/wood, +/obj/machinery/smartfridge/id, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"dag" = ( +/obj/structure/rack, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dak" = ( +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dam" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"dan" = ( +/obj/structure/chair/office/light, +/obj/effect/landmark/start/virologist, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"daq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dar" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"das" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dat" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dau" = ( +/obj/machinery/camera{ + c_tag = "Departure Lounge - Port Aft"; + dir = 4 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"daw" = ( +/obj/structure/table, +/obj/machinery/cell_charger, +/obj/item/stock_parts/cell/high, +/obj/item/radio/intercom/directional/north, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"day" = ( +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"daG" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"daL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_construct/directional/north, +/obj/structure/sign/poster/contraband/random/north, +/obj/machinery/optable, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"daM" = ( +/obj/machinery/economy/vending/medical, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"daN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"daP" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"daQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"daS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"daU" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/poddoor/shutters{ + id_tag = "abandoned_kitchen"; + name = "Abandoned Kitchen Shutters" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"daV" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"daZ" = ( +/obj/machinery/economy/vending/autodrobe, +/obj/structure/sign/poster/contraband/random/north, +/obj/structure/sign/poster/contraband/clown{ + pixel_x = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"dbb" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"dbc" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dbl" = ( +/obj/effect/spawner/random/trash, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dbp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"dbv" = ( +/obj/structure/table, +/obj/machinery/computer/med_data/laptop{ + dir = 8; + pixel_y = 3 + }, +/obj/machinery/camera{ + c_tag = "Paramedic's Office"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"dby" = ( +/obj/item/toy/plushie/greyplushie, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dbA" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dbC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dbE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dbG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"dbH" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dbI" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dbK" = ( +/obj/machinery/light_construct/directional/east, +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/grass, +/area/station/maintenance/aft2) +"dbV" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/storage/belt/utility, +/obj/effect/spawner/lootdrop{ + loot = list(/obj/item/storage/box/mousetraps,/obj/item/storage/box/lights/tubes,/obj/item/storage/box/lights/mixed,/obj/item/storage/box/lights/bulbs); + name = "Janitor Supplies Spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dcd" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"dch" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"dcj" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"dck" = ( +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dcq" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/space, +/area/station/engineering/solar/starboard) +"dcs" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/light/directional/east, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"dct" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"dcu" = ( +/obj/effect/landmark/spawner/xeno, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dcx" = ( +/obj/effect/spawner/random/fungus/probably, +/turf/simulated/wall, +/area/station/maintenance/starboard) +"dcC" = ( +/obj/structure/chair, +/obj/item/toy/plushie/nukeplushie, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"dcD" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"dcE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dcK" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "clon" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cloning) +"dcN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/storage) +"dcO" = ( +/obj/effect/mapping_helpers/turfs/damage, +/mob/living/simple_animal/pet/penguin/baby, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dcX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"dcY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 1"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"ddk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/station/science/toxins/test) +"ddq" = ( +/obj/machinery/light_switch/south{ + pixel_x = -6 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"ddz" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/rack, +/obj/item/storage/box/beakers{ + pixel_x = 6; + pixel_y = 10 + }, +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = 5 + }, +/obj/item/scalpel{ + pixel_y = -2 + }, +/obj/item/hemostat{ + pixel_x = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"ddD" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/landmark/spawner/xeno, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"ddK" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/item/reagent_containers/glass/bucket, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"ddM" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"ddQ" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_se"; + name = "southeast of station"; + width = 18; + dir = 2 + }, +/turf/space, +/area/space) +"ddR" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkpurple" + }, +/area/station/maintenance/aft2) +"ddU" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/obj/item/restraints/handcuffs, +/obj/item/radio/off, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"ddW" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_y = 28 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"ddX" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"ddY" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"dea" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"ded" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/woodsiding, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"def" = ( +/obj/machinery/optable, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/secondary) +"dej" = ( +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"dek" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"del" = ( +/obj/item/candle, +/obj/structure/table/wood, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"dep" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"deq" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"des" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/research) +"deu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"dez" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"deD" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/bar, +/obj/structure/sign/directions/medical{ + pixel_x = 32; + pixel_y = 8 + }, +/obj/structure/sign/directions/evac{ + pixel_x = 32 + }, +/obj/structure/sign/directions/science{ + pixel_x = 32; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"deE" = ( +/obj/structure/sign/poster/random{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"deF" = ( +/obj/structure/sign/directions/evac{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"deH" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"deI" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/requests_console/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"deJ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"deL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table, +/obj/item/trash/plate, +/obj/item/candle{ + pixel_y = -3 + }, +/obj/item/radio{ + icon_state = "radio"; + name = "old radio"; + pixel_y = 15 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/spacehut) +"deM" = ( +/obj/machinery/light_switch/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"deN" = ( +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"deP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"deT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/maintenance/aft2) +"deX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"deY" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dfd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"dfg" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dfi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"dfo" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"dfs" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"dfQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dfT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"dfU" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"dfX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"dfZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluecorner" + }, +/area/station/hallway/secondary/entry) +"dgb" = ( +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"dgg" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dgj" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"dgp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"dgu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dgC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"dgG" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/camera{ + c_tag = "Medbay Surgery 1"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"dgI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dgO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"dha" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dhk" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"dhl" = ( +/obj/structure/flora/ausbushes/leafybush, +/obj/structure/flora/ausbushes/ywflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"dhm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/bridge) +"dhn" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"dhr" = ( +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"dhx" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/table/glass, +/obj/item/hand_labeler{ + pixel_x = -3; + pixel_y = -3 + }, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/storage/box/beakers, +/obj/item/reagent_containers/spray/cleaner, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"dhy" = ( +/obj/effect/turf_decal/tile/purple, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"dhB" = ( +/obj/machinery/dna_scannernew, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"dhE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dhG" = ( +/obj/structure/closet/crate/sci, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"dhI" = ( +/mob/living/simple_animal/bot/cleanbot{ + name = "Mopfficer Sweepsky"; + on = 0 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dhW" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dhZ" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/obj/machinery/light_switch/east{ + pixel_y = 12 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"dig" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"dio" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"diG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"diT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"diU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"djx" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/exam_room) +"djO" = ( +/obj/structure/table, +/obj/item/tank/internals/anesthetic{ + pixel_x = 2 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -10; + pixel_y = 1 + }, +/obj/item/clothing/mask/breath/medical, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"djP" = ( +/obj/machinery/light/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"djU" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"dkq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/airlock_controller/air_cycler{ + pixel_x = 9; + pixel_y = -25; + vent_link_id = "aisat_vent"; + ext_door_link_id = "aisat_door_ext"; + int_door_link_id = "aisat_door_int"; + ext_button_link_id = "aisat_btn_ext"; + int_button_link_id = "aisat_btn_int" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + autolink_id = "aisat_vent" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"dkG" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"dlq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"dmg" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_ext"; + locked = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/airlock_controller/access_controller{ + name = "Turbine Access Console"; + pixel_x = 40; + pixel_y = 8; + ext_door_link_id = "turbine_door_ext"; + int_door_link_id = "turbine_door_int"; + ext_button_link_id = "turbine_btn_ext"; + int_button_link_id = "turbine_btn_int" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"dmr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/keycard_auth/east, +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"dmE" = ( +/obj/machinery/conveyor/north{ + id = "QMLoad" + }, +/obj/machinery/light/directional/west, +/obj/machinery/status_display/supply_display/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"dmN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"dmU" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"dmV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"dnH" = ( +/obj/machinery/mass_driver{ + id_tag = "toxinsdriver" + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"dnN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"dnT" = ( +/obj/structure/closet/crate/trashcart{ + desc = "A heavy, metal laundrycart with wheels."; + name = "laundry cart" + }, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/under/color/orange/prison, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/obj/item/clothing/shoes/orange, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/item/crowbar/large, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"dnY" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dog" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"doh" = ( +/obj/machinery/camera{ + c_tag = "Paramedic's Office"; + dir = 4 + }, +/obj/structure/filingcabinet/filingcabinet, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"dos" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"dox" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"doV" = ( +/obj/machinery/computer/mecha{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/command/office/rd) +"dpT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dpZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/security/permabrig) +"dqg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"dqk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"dqm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 9 + }, +/obj/machinery/camera{ + c_tag = "Supermatter Chamber"; + dir = 4; + network = list("engine") + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"dqs" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"dqt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"dqw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dre" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"dru" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"drv" = ( +/obj/item/kirbyplants{ + level = 4.1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"drL" = ( +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/noslip, +/area/station/engineering/control) +"drN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dsf" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "O2 to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/door/window/classic/normal{ + name = "Inner Pipe Access"; + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"dsq" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dtE" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/virology) +"dtM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/bluegrid{ + icon_state = "gcircuit"; + luminosity = 2 + }, +/area/station/command/vault) +"dtV" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/door/window/reinforced/normal{ + name = "Secondary AI Core Access"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai) +"dvc" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"dvU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"dwp" = ( +/obj/effect/turf_decal/tile/bar, +/obj/machinery/door/firedoor, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"dwv" = ( +/obj/machinery/alarm/directional/east, +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"dwC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"dwK" = ( +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"dwL" = ( +/obj/structure/table/wood/poker, +/turf/simulated/floor/wood, +/area/station/service/bar) +"dwR" = ( +/obj/structure/table, +/obj/item/storage/photo_album, +/obj/item/camera, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"dxa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkgreen" + }, +/area/station/medical/surgery/observation) +"dxe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dxh" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/catwalk, +/area/station/maintenance/fore) +"dxD" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"dxF" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/secure_closet/engineering_welding, +/obj/structure/sign/nosmoking_2{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"dxT" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"dyI" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"dyX" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/red{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"dzD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"dzI" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/item/storage/firstaid/regular, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"dAq" = ( +/obj/machinery/firealarm/directional/west, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"dAy" = ( +/obj/machinery/firealarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"dAH" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dAL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"dAN" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/random/hampter, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dAO" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"dBe" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/turbine) +"dBh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dBS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"dBT" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"dCh" = ( +/obj/machinery/mineral/stacking_unit_console{ + pixel_x = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"dCm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"dCn" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"dCp" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/rack, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = 9 + }, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = 6 + }, +/obj/item/gun/projectile/automatic/sslr{ + pixel_y = 3 + }, +/obj/item/gun/projectile/automatic/sslr, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"dCJ" = ( +/obj/structure/closet, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dCQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"dCV" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"dDm" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + name = "Cargo Desk"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"dDn" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/brig) +"dDw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"dDT" = ( +/obj/machinery/door_control/shutter/north{ + id = "evashutter"; + name = "E.V.A. Storage Shutter Control"; + req_access = list(19) + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"dEu" = ( +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"dEG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"dEM" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C9" + }, +/area/station/hallway/primary/central) +"dFD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"dGs" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat/service) +"dGK" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/security/permabrig) +"dGO" = ( +/obj/item/reagent_containers/glass/bucket, +/obj/structure/sink/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/security/permabrig) +"dGT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"dHr" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dHE" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/recharger, +/obj/item/lighter/zippo/hos{ + pixel_x = 14; + pixel_y = 2 + }, +/obj/item/stamp/hos{ + pixel_y = 12 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"dHU" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"dIn" = ( +/obj/structure/transit_tube/horizontal, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"dJx" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"dKd" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -12; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -12; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/newscaster/security_unit/east, +/obj/item/id_skin/donut, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"dKy" = ( +/obj/machinery/recharger/wallcharger{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"dKK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/maintcentral) +"dKL" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dLg" = ( +/obj/item/rack_parts, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"dLU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/sign/poster/official/random/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"dMK" = ( +/obj/machinery/atmospherics/binary/valve/open, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"dNp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"dNU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Brig Prisoner Processing" + }, +/obj/machinery/light_switch/north{ + pixel_x = 6 + }, +/obj/machinery/button/windowtint/north{ + id = "Processing"; + pixel_x = -6; + range = 4; + req_access = list(63) + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"dNV" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/status_display/directional/west, +/obj/machinery/camera{ + c_tag = "Cryodorms"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"dOA" = ( +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"dOQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"dOZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"dPe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"dPf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"dPW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"dQb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"dQq" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/item/storage/box/prisoner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"dRt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"dRN" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"dRT" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"dRU" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio7"; + name = "Xenobio Pen 7 Blast Door" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #7"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"dRX" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/rd, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/command/office/rd) +"dSe" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/medical/virology) +"dSg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"dSp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"dSv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"dSK" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"dTn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dTt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering - Central"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"dTT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"dTW" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_in_meter"; + name = "Mixed Air Tank In" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"dTX" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"dUb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"dUv" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"dUF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "soldock_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "soldock_btn_ext"; + name = "exterior access button"; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"dUJ" = ( +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"dVk" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"dVn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"dVK" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"dVL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"dVX" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"dWq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"dWN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"dWX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"dXb" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"dXu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"dXJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"dYi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"dYk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"dYn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"dYp" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"dYK" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"dYX" = ( +/obj/structure/closet/l3closet/general, +/obj/item/clothing/mask/gas, +/obj/machinery/camera{ + c_tag = "Virology Airlock"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"dZd" = ( +/obj/machinery/light/directional/west, +/obj/item/radio/intercom/directional/west, +/obj/machinery/papershredder, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"dZe" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"dZp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/evidence) +"dZy" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"dZB" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/research) +"dZI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"dZL" = ( +/obj/structure/closet/secure_closet/warden, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/item/megaphone, +/obj/machinery/power/apc/important/directional/north, +/obj/item/eftpos, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/warden) +"dZP" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"dZZ" = ( +/obj/structure/closet/emcloset, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"eak" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"eaG" = ( +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"ebf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"ebs" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "BS" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/blueshield) +"ebA" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"ebM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"ebV" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"ebZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"edg" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"edj" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plating, +/area/station/security/range) +"edw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"edB" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/chef_recipes, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"edK" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Gas to Mix" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"edZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eeu" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank/high, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"eey" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"eeL" = ( +/obj/structure/chair/wood/wings{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"efd" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + autolink_id = "atmossouth_vent" + }, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/machinery/airlock_controller/air_cycler{ + pixel_x = 9; + pixel_y = -25; + vent_link_id = "atmossouth_vent"; + ext_door_link_id = "atmossouth_door_ext"; + int_door_link_id = "atmossouth_door_int"; + ext_button_link_id = "atmossouth_btn_ext"; + int_button_link_id = "atmossouth_btn_int" + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"efG" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"efR" = ( +/obj/machinery/door/airlock/external/glass{ + id_tag = "aisat_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"efX" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"ehh" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/warden) +"ehr" = ( +/obj/structure/chair/office/dark, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"eht" = ( +/obj/structure/table/reinforced, +/obj/item/book/manual/wiki/hacking{ + pixel_x = 2; + pixel_y = 6 + }, +/obj/item/book/manual/wiki/engineering_guide{ + pixel_x = -2; + pixel_y = 3 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Engineering - Desk"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"ehO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"eib" = ( +/obj/structure/table/reinforced, +/obj/item/clipboard{ + pixel_x = 4 + }, +/obj/item/folder/yellow{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"eiE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"eiI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eiR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"ejd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"eju" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"ejw" = ( +/obj/machinery/camera{ + c_tag = "Medbay Main Hallway- CMO"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"ejC" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"ejD" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"ejG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"ekt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"elx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"elQ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"emj" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"emm" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/port) +"emO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"enh" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"enU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"eod" = ( +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"eoe" = ( +/turf/simulated/wall/r_wall, +/area/station/security/armory) +"eoq" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"eor" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/space, +/area/station/engineering/solar/fore) +"eow" = ( +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eoD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"eoJ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"eoP" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore) +"epn" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"epF" = ( +/obj/structure/closet/wardrobe/black, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"epG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/armory/secure) +"epY" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"eqj" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"eqC" = ( +/obj/item/radio/intercom/directional/west, +/obj/machinery/camera{ + c_tag = "Expedition" + }, +/obj/structure/closet/secure_closet/explorer, +/obj/item/gun/energy/laser/awaymission_aeg/rnd, +/obj/item/radio/off, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"ere" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ers" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Hydroponics" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Botany Delivery" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"erv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"erC" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/xenobiology) +"erF" = ( +/obj/structure/closet/crate/radiation, +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"erL" = ( +/obj/item/disk/nuclear/training{ + pixel_y = -2; + pixel_x = -7 + }, +/obj/item/paper/nuclear_guide_spacing{ + pixel_x = 10; + pixel_y = 7 + }, +/obj/item/paper/nuclear_guide_defusing{ + pixel_x = 9; + pixel_y = 4 + }, +/obj/item/disk/nuclear/training{ + pixel_x = -5 + }, +/obj/item/paper/nuclear_guide_operating{ + pixel_x = 8; + pixel_y = 1 + }, +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Defusal Workshop" + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/defusal) +"erM" = ( +/obj/machinery/door/window/classic/normal{ + name = "Mass Driver"; + dir = 1 + }, +/obj/machinery/door/window/classic/normal{ + name = "Mass Driver" + }, +/obj/effect/turf_decal/loading_area{ + dir = 1 + }, +/obj/machinery/driver_button{ + id_tag = "shackgun"; + pixel_x = -24 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/spacehut) +"erZ" = ( +/obj/structure/table, +/obj/item/folder/red, +/obj/item/restraints/handcuffs, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"esb" = ( +/obj/structure/chair/office/light{ + dir = 1 + }, +/obj/effect/landmark/start/chief_medical_officer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"esf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"esm" = ( +/obj/structure/lattice/catwalk, +/obj/item/instrument/guitar, +/turf/space, +/area/space/nearstation) +"esw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"esA" = ( +/turf/simulated/wall/r_wall, +/area/station/security/range) +"esJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"etj" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"etp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/blue, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"etB" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"etD" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"etE" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eun" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_s"; + name = "south of station"; + width = 18; + dir = 2 + }, +/turf/space, +/area/space) +"euy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"euB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"euD" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Kitchen" + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"euM" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"euU" = ( +/obj/machinery/economy/vending/virodrobe, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"evi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/window/classic/reversed{ + name = "Cafe Door"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"evl" = ( +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"evm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"evr" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/xenobio_south) +"evD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"evK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"evR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"evX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/security/permabrig) +"ewk" = ( +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"exm" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/defusal) +"exI" = ( +/obj/structure/table/glass, +/obj/item/hand_labeler, +/obj/item/radio/headset/headset_med, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"exZ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/rods/fifty, +/obj/item/stack/rods/fifty, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eyo" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eyu" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eyP" = ( +/obj/machinery/door_control/shutter/west{ + id = "Secure Gate"; + name = "Brig Lockdown"; + pixel_y = 7; + req_access = list(2) + }, +/obj/machinery/camera{ + c_tag = "Warden's Office"; + dir = 4 + }, +/obj/machinery/door_control/shutter{ + id = "Perma Gate"; + name = "Perma Lockdown"; + pixel_x = -37; + pixel_y = 7 + }, +/obj/item/radio/intercom/directional/west{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/warden) +"eyY" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/armory) +"eyZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"eza" = ( +/obj/structure/table, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ezj" = ( +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ezm" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"ezp" = ( +/obj/structure/table, +/obj/item/book/manual/atmospipes{ + pixel_y = 3 + }, +/obj/item/t_scanner, +/obj/item/storage/belt/utility, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"ezq" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"ezM" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "hop"; + name = "privacy shutters" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"eAt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/security/permabrig) +"eAx" = ( +/obj/effect/decal/cleanable/blood/oil, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"eAU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/computer/cryopod{ + dir = 1; + pixel_y = -30 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"eBk" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"eBr" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on{ + dir = 8; + name = "euthanization chamber freezer" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"eCw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"eCF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "15" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"eCH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eCJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"eCO" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 1"; + name = "Cell 1 Locker" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"eDv" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"eDx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/firealarm/directional/south, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"eDX" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"eEc" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/obj/machinery/camera{ + c_tag = "Security - Gear Room"; + dir = 8 + }, +/obj/structure/closet/secure_closet/security, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"eEy" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"eFw" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/medbay) +"eFD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"eFF" = ( +/obj/structure/table/reinforced, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/item/clothing/glasses/sunglasses/blindfold{ + pixel_y = 3 + }, +/obj/item/clothing/ears/earmuffs, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 3 + }, +/obj/item/clothing/glasses/eyepatch, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/mask/muzzle, +/obj/machinery/light/directional/north, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"eFH" = ( +/obj/machinery/economy/vending/wallmed/directional/south, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"eFV" = ( +/obj/machinery/economy/vending/hatdispenser, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"eGw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"eGG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"eIg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/storage) +"eIj" = ( +/obj/structure/table/wood, +/obj/item/folder/blue, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + name = "Captain's Desk" + }, +/obj/item/stamp/captain, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/blueshield, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"eJg" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/portable/scrubber/huge, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"eJh" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"eJr" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"eJG" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"eJM" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"eJN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"eKV" = ( +/obj/structure/lattice/catwalk, +/obj/item/barcodescanner, +/turf/space, +/area/space/nearstation) +"eKW" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"eLh" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"eLz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"eLB" = ( +/obj/structure/table, +/obj/item/phone{ + pixel_x = 6; + pixel_y = -2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"eLF" = ( +/obj/structure/closet/secure_closet/magistrate, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"eLQ" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"eMh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"eMs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eMF" = ( +/obj/effect/turf_decal/tile/bar, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"eMG" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/closet/l3closet/scientist, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"eMS" = ( +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eNR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellowcorner" + }, +/area/station/medical/chemistry) +"eNT" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/machinery/door/window/classic/normal{ + name = "Kitchen" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"eNY" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"eOZ" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"ePy" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"ePS" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ePT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"eQb" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"eQc" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"eQf" = ( +/obj/structure/table/wood, +/obj/structure/sign/kiddieplaque/perfect_drone{ + pixel_y = 32 + }, +/obj/structure/showcase/machinery{ + desc = "The hollowed out shell of an unlucky construction drone"; + icon = 'icons/obj/objects.dmi'; + icon_state = "drone"; + name = "drone exhibit" + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"eQn" = ( +/obj/effect/spawner/random/oil/often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"eQo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "arrival" + }, +/area/station/engineering/atmos) +"eQt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"eRc" = ( +/obj/machinery/economy/vending/coffee, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"eRy" = ( +/obj/structure/table/glass, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/dropper, +/obj/machinery/camera{ + c_tag = "Virology Isolation B" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"eRU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"eRZ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/glass/bottle/saline{ + pixel_x = 5; + pixel_y = 4 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = 8 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = -5 + }, +/obj/item/reagent_containers/syringe, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"eSa" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/emcloset, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"eSt" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/xenobiology) +"eSE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"eSG" = ( +/obj/structure/table/glass, +/obj/item/paper_bin, +/obj/item/clipboard, +/obj/item/toy/figure/crew/cmo, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/officetoys, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"eTh" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eTo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"eTy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/airlock/atmos/glass{ + autoclose = 0; + id_tag = "atmossm_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/east{ + autolink_id = "atmossm_btn_ext"; + name = "Atmospherics Access Button"; + req_access = list(24) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"eTz" = ( +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/power/apc/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"eTR" = ( +/obj/structure/rack, +/obj/item/radio/security{ + pixel_x = -8 + }, +/obj/item/radio/security{ + pixel_x = -4 + }, +/obj/item/radio/security, +/obj/item/radio/security{ + pixel_x = 4 + }, +/obj/item/radio/security{ + pixel_x = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"eTX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/sortjunction{ + sort_type_txt = "5" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"eUb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"eUz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"eUC" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/xenobio_north) +"eUL" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"eVb" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"eVn" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/reagent_dispensers/water_cooler, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"eVz" = ( +/obj/structure/table, +/obj/item/storage/fancy/rollingpapers, +/obj/item/storage/fancy/matches, +/obj/item/seeds/tobacco, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"eVO" = ( +/obj/machinery/light/directional/south, +/obj/machinery/door_control/shutter/south{ + id = "roboticsprivacy2"; + name = "Robotics Shutters"; + pixel_x = -7; + req_access = list(29) + }, +/obj/structure/closet/secure_closet/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"eVZ" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"eXm" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"eXK" = ( +/obj/structure/closet/secure_closet/security, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"eXM" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/security/main) +"eYp" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"eYw" = ( +/obj/item/flashlight{ + pixel_x = 1; + pixel_y = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"eYA" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"eYE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"eYS" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"eZr" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/assembly/prox_sensor{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/assembly/prox_sensor{ + pixel_x = 5; + pixel_y = 7 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"eZC" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"eZE" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"eZF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"eZW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/break_room) +"fae" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/evidence) +"fau" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"fax" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"faQ" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"fbr" = ( +/obj/machinery/ai_status_display/north, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"fbt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/sink/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"fbB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/security/brig) +"fbR" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"fbS" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"fcb" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"fch" = ( +/obj/structure/sign/nosmoking_2, +/turf/simulated/wall, +/area/station/engineering/atmos) +"fcy" = ( +/obj/structure/closet/wardrobe/white, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"fcB" = ( +/obj/machinery/suit_storage_unit/atmos/secure, +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"fcT" = ( +/obj/machinery/computer/brigcells{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"fdc" = ( +/obj/machinery/light/directional/west, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"fdd" = ( +/obj/structure/closet/firecloset, +/obj/item/radio/intercom/directional/south, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"fdt" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"fdu" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"fdz" = ( +/obj/item/kirbyplants/plant11, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"feD" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C10" + }, +/area/station/hallway/primary/central) +"ffG" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/internal_affairs, +/obj/machinery/newscaster/directional/east, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"fga" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"fgb" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Glass Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"fgj" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + name = "Gas filter (Toxins tank)"; + on = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "purple" + }, +/area/station/engineering/atmos) +"fgo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"fgC" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fgS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"fhk" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/item/stack/rods/ten, +/turf/space, +/area/station/engineering/solar/fore) +"fho" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"fhu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"fhC" = ( +/obj/item/kirbyplants/plant22, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/hallway/primary/fore) +"fhN" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "psych" + }, +/obj/machinery/door/airlock/psych/glass{ + id_tag = "psych_bolt" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/psychology, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"fhR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"fiM" = ( +/obj/structure/table, +/obj/item/flashlight/lamp{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"fiT" = ( +/obj/structure/transit_tube/horizontal, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"fiU" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera{ + c_tag = "Science - Toxins Secure - Starboard"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"fiV" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"fjl" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/sheet/metal/fifty, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"fjU" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"fjV" = ( +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"fkr" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fkv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fkN" = ( +/obj/machinery/economy/vending/wallmed/directional/north, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fkW" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"fla" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"flh" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"flr" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 9 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"flR" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/exam_room) +"flY" = ( +/obj/machinery/door/airlock/security/glass{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "PermaLockdown"; + name = "Lockdown Shutters" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fma" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"fmm" = ( +/obj/structure/table, +/obj/item/clothing/glasses/meson, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"fmo" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics - Distro Loop" + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + name = "Air To Distro"; + target_pressure = 303 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"fmG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/structure/disposalpipe/junction/reversed{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"fmP" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"fmX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"fno" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"fnv" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"fnE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"fnS" = ( +/obj/machinery/kitchen_machine/grill, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"foE" = ( +/obj/structure/table, +/obj/item/instrument/harmonica, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"foP" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"foR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"fpi" = ( +/obj/random/hampter, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fpk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"fpy" = ( +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"fpA" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + autolink_id = "n2o_in" + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"fpR" = ( +/obj/structure/sign/pods{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"fqe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"fqk" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"fqO" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/blue, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"fqX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"fre" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"frj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"frx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"frX" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"fsj" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/xenobio_north) +"fsT" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/command/office/ntrep) +"fsW" = ( +/obj/structure/table, +/obj/item/clothing/head/that, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"fsY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"fsZ" = ( +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"ftb" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Mix to Gas" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"ftd" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"fth" = ( +/obj/structure/table/reinforced, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"ftm" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Plasma to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "purple" + }, +/area/station/engineering/atmos) +"fts" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"ftI" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 8; + inlet_injector_autolink_id = "n2o_in"; + name = "Nitrous Oxide Supply Control"; + outlet_vent_autolink_id = "n2o_out"; + autolink_sensors = list("n2o_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"ftQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"fuq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"fuv" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"fuy" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fuC" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"fuQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"fvv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "vault" + }, +/area/station/supply/expedition) +"fvH" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"fvN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"fvO" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"fvU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fvZ" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fwi" = ( +/obj/structure/table, +/obj/machinery/computer/library{ + pixel_y = 8; + layer = 3.21 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fwl" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fwJ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"fwY" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"fxB" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/obj/machinery/button/windowtint/south{ + id = "CHAP"; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"fxD" = ( +/obj/machinery/smartfridge/secure/chemistry/virology/preloaded, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"fxV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fyt" = ( +/obj/structure/table, +/obj/item/folder, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/south, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"fyS" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"fza" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sink/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"fzr" = ( +/obj/structure/closet/emcloset, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fzK" = ( +/obj/structure/cable/green{ + icon_state = "4-9" + }, +/obj/structure/cable/cyan{ + icon_state = "5-10" + }, +/obj/structure/cable/cyan{ + icon_state = "2-8" + }, +/obj/structure/cable/green{ + icon_state = "2-6" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fzN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"fzW" = ( +/obj/machinery/suit_storage_unit/security/secure, +/obj/machinery/camera{ + c_tag = "Armory - Internal"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/armory/secure) +"fAb" = ( +/obj/structure/table/reinforced, +/obj/item/folder, +/obj/item/folder, +/obj/machinery/door/window/classic/normal{ + name = "windoor" + }, +/obj/item/book/manual/wiki/hacking, +/obj/item/tape/random, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fAs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fAH" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"fAI" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Disposals" + }, +/obj/structure/plasticflaps, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/window/classic/reversed{ + name = "delivery door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"fAU" = ( +/obj/structure/table/glass, +/obj/item/radio/intercom/directional/west, +/obj/item/storage/box/iv_bags{ + pixel_x = 4; + pixel_y = 6 + }, +/obj/item/storage/box/beakers{ + pixel_y = 2 + }, +/obj/item/storage/box/syringes{ + pixel_x = -4; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"fBW" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Output Release" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"fCn" = ( +/obj/structure/table/wood, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -5 + }, +/obj/item/reagent_containers/glass/beaker/waterbottle{ + pixel_x = 5 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"fCF" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"fCO" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/toxins, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"fCQ" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"fCW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"fDi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"fDw" = ( +/obj/structure/table, +/obj/item/eftpos{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"fDO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/light/directional/west, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"fDS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"fDY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"fEr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"fEw" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"fES" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"fFL" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"fFW" = ( +/obj/structure/closet/crate/engineering, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/solar_assembly, +/obj/item/stack/sheet/glass/fifty, +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/camera/autoname{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"fFX" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"fGA" = ( +/obj/machinery/camera{ + c_tag = "Brig - Hallway - Entrance" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"fGE" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/classic/normal, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"fGH" = ( +/obj/structure/sign/explosives, +/turf/simulated/wall/r_wall, +/area/station/science/storage) +"fGO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"fHw" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/surgery/observation) +"fHy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "20" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"fHC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"fHG" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"fHQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C12" + }, +/area/station/hallway/primary/central) +"fId" = ( +/turf/simulated/wall/r_wall, +/area/station/science/server) +"fIl" = ( +/obj/structure/chair/stool, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fIv" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"fIA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"fJd" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"fJm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"fJp" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C3" + }, +/area/station/hallway/primary/central) +"fJr" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/main) +"fJu" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"fJF" = ( +/obj/machinery/economy/vending/snack, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"fKW" = ( +/obj/item/kirbyplants/plant16, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"fLa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"fLm" = ( +/obj/machinery/syndicatebomb/training, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/defusal) +"fLw" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"fLJ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"fLK" = ( +/obj/structure/table, +/obj/structure/bedsheetbin, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Prison Laundry"; + network = list("Prison","SS13") + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"fMe" = ( +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/hallway/primary/port) +"fMZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"fNn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"fNr" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"fNw" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"fOf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"fOk" = ( +/obj/structure/chair/sofa/corp/left{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"fOv" = ( +/obj/machinery/computer/atmos_alert{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"fOL" = ( +/obj/machinery/computer/security{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"fON" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/fore) +"fPa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"fPg" = ( +/obj/structure/table, +/obj/item/storage/secure/briefcase{ + pixel_x = -7; + pixel_y = 12 + }, +/obj/item/flashlight/seclite, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"fPC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"fPN" = ( +/obj/structure/chair/office/dark, +/obj/effect/landmark/start/coroner, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"fPT" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/forensics, +/turf/simulated/floor/plating, +/area/station/security/detective) +"fQi" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"fQr" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fQQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"fRh" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"fRj" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fRl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/science/test_chamber) +"fRm" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"fRT" = ( +/obj/machinery/computer/secure_data{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/warden) +"fSb" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/armory/secure) +"fSW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"fTc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fTi" = ( +/obj/structure/table, +/obj/item/storage/bag/tray, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"fTo" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"fTs" = ( +/obj/structure/table, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/mmi, +/obj/item/robotanalyzer, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"fTt" = ( +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"fTF" = ( +/obj/structure/rack, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/hazardvest, +/obj/item/clothing/suit/storage/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/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fTT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"fUf" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"fUl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"fUI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"fUR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light/directional/west, +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"fVB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"fVO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"fVW" = ( +/obj/structure/disposaloutlet{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"fWg" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"fWB" = ( +/obj/machinery/computer/area_atmos{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/item/radio/intercom/directional/west{ + pixel_y = -8 + }, +/obj/machinery/light_switch/west{ + pixel_x = -34; + pixel_y = 8 + }, +/obj/machinery/door_control/shutter/west{ + id = "toxinaccess"; + name = "Toxins Access"; + pixel_y = 8; + req_access = list(8) + }, +/obj/machinery/camera{ + c_tag = "Science - Toxins Secure - Port"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"fWD" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"fWH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"fWS" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Engineering - Fore"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"fWW" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"fXj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"fXy" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"fYk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"fYA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"fYE" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"fYU" = ( +/obj/structure/window/reinforced/tinted{ + dir = 8 + }, +/obj/effect/landmark/start/explorer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"fZm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"fZt" = ( +/obj/machinery/door/airlock/external{ + id_tag = "atmossouth_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "atmossouth_btn_ext"; + name = "exterior access button"; + pixel_y = -24; + req_access = list(24,13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"fZU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"fZV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/tcomms/core/station, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"gaa" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"gar" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"gas" = ( +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/miningdock) +"gaw" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"gbg" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"gbi" = ( +/obj/structure/closet, +/obj/item/toy/figure/crew/mime, +/obj/item/toy/crayon/mime, +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/fore) +"gbu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"gbx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"gbz" = ( +/obj/item/kirbyplants, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"gbM" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall, +/area/station/maintenance/fsmaint) +"gbP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"gcq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"gcr" = ( +/obj/machinery/light/directional/east, +/obj/structure/chair/stool{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"gcI" = ( +/obj/structure/table, +/obj/item/deck/cards, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"gcW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + id_tag = "soldock_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "soldock_btn_int"; + name = "interior access button"; + pixel_y = -24 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"gdb" = ( +/obj/machinery/camera{ + c_tag = "Security - Office - Port - East"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"gdt" = ( +/obj/structure/closet/crate, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/box/drinkingglasses, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/storage/bag/tray, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/knife/plastic, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pspoon, +/obj/item/kitchen/utensil/pfork, +/obj/item/kitchen/utensil/pfork, +/obj/item/kitchen/utensil/pfork, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/item/trash/snack_bowl, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/item/seeds/ambrosia, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"geC" = ( +/obj/item/kirbyplants/plant24, +/obj/machinery/camera{ + c_tag = "Science Hallway - Research"; + network = list("Research","SS13") + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"geG" = ( +/obj/machinery/economy/vending/snack, +/obj/machinery/camera{ + c_tag = "Science Break Room"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"geR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"geV" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/unary/outlet_injector/on, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/aisat) +"gfb" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + id = "Cell 1"; + name = "Cell 1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 8 + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prison/cell_block/a) +"gfy" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"gfz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/turret_protected/ai_upload) +"gfB" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/simple/visible/supply{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"gfY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"ggc" = ( +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/security/armory) +"ggD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/permabrig) +"ggF" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ggM" = ( +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"ggO" = ( +/obj/structure/table/reinforced, +/obj/machinery/camera{ + c_tag = "Science - Robotics Office"; + network = list("Research","SS13") + }, +/obj/item/radio/intercom/directional/north, +/obj/item/healthanalyzer, +/obj/item/healthanalyzer{ + pixel_x = 2; + pixel_y = -4 + }, +/obj/item/healthanalyzer{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/firstaid/regular/empty{ + name = "First-Aid (empty)" + }, +/obj/item/storage/firstaid/regular/empty{ + name = "First-Aid (empty)"; + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/storage/firstaid/regular/empty{ + name = "First-Aid (empty)"; + pixel_x = -5; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"ggT" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"ghF" = ( +/obj/structure/sign/securearea{ + pixel_x = 32; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"ghT" = ( +/obj/machinery/computer/arcade/orion_trail{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ghX" = ( +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = -30 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/main) +"gip" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"giv" = ( +/obj/structure/chair/sofa/corp/right, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"giK" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/brig) +"gjF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"gkn" = ( +/obj/machinery/camera{ + c_tag = "Prison Solitary Confinemessssnt 1"; + dir = 4; + network = list("Prison","SS13") + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/structure/toilet{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"gkt" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"glf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/engineering/atmos/distribution) +"glk" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"glG" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/storage) +"glS" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/brig) +"gmn" = ( +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 25 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/security/permabrig) +"gmy" = ( +/obj/structure/table, +/obj/item/stack/package_wrap{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"gnd" = ( +/turf/simulated/floor/noslip, +/area/station/engineering/control) +"gnJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/science/lobby) +"gnQ" = ( +/obj/structure/table, +/obj/item/storage/firstaid/regular, +/obj/machinery/light/directional/south, +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"gnT" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bluefull" + }, +/area/station/hallway/primary/central) +"gnZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"gof" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"goq" = ( +/obj/structure/closet/secure_closet/hos, +/obj/item/cartridge/detective, +/obj/item/cartridge/detective, +/obj/item/cartridge/detective, +/obj/item/megaphone, +/obj/machinery/light/small/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hos) +"gpe" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"gpj" = ( +/obj/machinery/status_display, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"gpT" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"gpU" = ( +/obj/machinery/camera{ + c_tag = "Engineering - Transit Tube Access"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"gpV" = ( +/obj/machinery/door/window/classic/normal{ + name = "Mass Driver Door"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"gqj" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"gqt" = ( +/obj/item/target/alien, +/obj/item/target/syndicate, +/obj/structure/closet/crate/secure{ + desc = "A secure crate containing various materials for building a customised test-site."; + name = "Test Site Materials Crate"; + req_access = list(8) + }, +/obj/item/target/alien, +/obj/item/target/syndicate, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"gqv" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/main) +"gqF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"gqN" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"gqQ" = ( +/obj/structure/chair/comfy{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/camera{ + c_tag = "Science Hallway - Xenobio Acess"; + dir = 4; + network = list("Research","SS13") + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"grn" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"grE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 3"; + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"gsM" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/reagent_dispensers/watertank, +/obj/item/extinguisher{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/extinguisher, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"gsQ" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"gsR" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"gtc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/wheelchair, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"gtu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"gtW" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"guZ" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gvd" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"gvt" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"gvJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/engineering/glass{ + heat_proof = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"gvN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"gwG" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"gwJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/public/construction) +"gxm" = ( +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"gxC" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"gyd" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/folder/red{ + pixel_x = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"gyK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"gyR" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"gzt" = ( +/obj/structure/lattice, +/obj/machinery/camera{ + c_tag = "Armory - External"; + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"gzU" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/kirbyplants/plant10, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"gAM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"gBa" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"gBc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"gBG" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"gBM" = ( +/obj/item/shard, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gCo" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gCp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "green" + }, +/area/station/security/permabrig) +"gCs" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/door/window/classic/reversed, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"gCX" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"gDi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/mineral/tranquillite, +/area/station/service/mime) +"gDu" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"gDB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"gDC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"gDK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "chapel" + }, +/area/station/service/chapel) +"gDW" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"gEi" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase/horrific_experiment{ + desc = "Signs describe how cloning pods like these ensure that every Nanotrasen employee can carry out their contracts in full, even in the unlikely event of their catastrophic death. Hopefully they aren't all made of cardboard, like this one."; + icon_state = "pod_idle"; + name = "cloning pod exhibit"; + pixel_x = 2; + pixel_y = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"gEt" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "13" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"gEK" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"gFk" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/brute{ + pixel_x = -8; + pixel_y = 7 + }, +/obj/item/storage/firstaid/brute{ + pixel_x = -8; + pixel_y = 2 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 8; + pixel_y = 7 + }, +/obj/item/storage/firstaid/fire{ + pixel_x = 8; + pixel_y = 2 + }, +/obj/machinery/camera{ + c_tag = "Medbay Storage"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/storage) +"gFQ" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/monkey_recycler, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/xenobiology) +"gGe" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"gGi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"gGS" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"gHh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/xmastree, +/turf/simulated/floor/plasteel/goonplaque/commission, +/area/station/hallway/secondary/bridge) +"gHm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"gHu" = ( +/obj/structure/table/wood, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Magistrate's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"gHz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"gHN" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/maintenance, +/obj/item/screwdriver, +/obj/item/wirecutters, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gHX" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 3"; + name = "Cell 3 Locker" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"gIb" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "CO2 to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "black" + }, +/area/station/engineering/atmos) +"gIJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"gIL" = ( +/obj/machinery/alarm/directional/north, +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + pixel_x = 3 + }, +/obj/machinery/button/windowtint/east{ + id = "psych"; + pixel_y = -2; + pixel_x = -12 + }, +/obj/machinery/door_control/bolt_control/west{ + id = "psych_bolt"; + pixel_y = 7; + pixel_x = -12 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"gIN" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"gIS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"gJg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"gJt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"gJw" = ( +/obj/structure/closet/wardrobe/coroner, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"gKl" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"gKP" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"gLa" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "armory"; + name = "Armory Shutter" + }, +/obj/effect/turf_decal/caution/stand_clear, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/armory/secure) +"gLu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"gLH" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"gLQ" = ( +/obj/structure/filingcabinet, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"gMh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"gMp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"gME" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"gMG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/firealarm/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"gMS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/starboard) +"gMT" = ( +/obj/structure/table/glass, +/obj/item/slime_scanner, +/obj/item/slime_scanner, +/obj/item/radio/intercom/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"gNq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/door/window/brigdoor{ + id = "Cell 5"; + name = "Cell 5"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"gNA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/hallway/primary/starboard) +"gND" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"gNG" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"gNO" = ( +/obj/item/wirecutters, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gOa" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"gOU" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Desk Door"; + dir = 1 + }, +/obj/machinery/keycard_auth/east, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ntrep{ + dir = 1 + }, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"gOX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio7"; + name = "Xenobio Pen 7 Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"gPU" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CE" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ce) +"gRm" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"gRq" = ( +/obj/structure/table/reinforced, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + name = "Atmospherics Desk" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/control) +"gRF" = ( +/obj/structure/closet/secure_closet{ + anchored = 1; + name = "Evidence Storage"; + req_access = list(4) + }, +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"gRG" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"gSa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/public/vacant_office) +"gSb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"gSd" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"gSu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"gSO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "rdrnd"; + name = "Research and Development Shutters" + }, +/turf/simulated/floor/plating, +/area/station/science/rnd) +"gSU" = ( +/obj/structure/disposaloutlet{ + dir = 1 + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"gTn" = ( +/obj/structure/rack, +/obj/item/lightreplacer{ + pixel_y = 7 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"gTp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"gTx" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"gTL" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"gTQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/turret_protected/ai_upload) +"gTS" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"gUc" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"gUg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"gUk" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"gUz" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"gUL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"gVc" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"gVr" = ( +/obj/structure/cable, +/obj/machinery/power/solar{ + name = "Fore-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"gVB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/airlock_controller/access_controller{ + name = "Supermatter Access Console"; + ext_door_link_id = "enginesm_door_ext"; + int_door_link_id = "enginesm_door_int"; + pixel_x = -22; + ext_button_link_id = "enginesm_btn_ext"; + int_button_link_id = "enginesm_btn_int" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"gVL" = ( +/obj/structure/flora/ausbushes/fernybush, +/obj/structure/flora/ausbushes/brflowers, +/obj/structure/window/full/basic, +/turf/simulated/floor/grass/no_creep, +/area/station/maintenance/asmaint) +"gVS" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"gVX" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/rack, +/obj/item/storage/box/bodybags{ + pixel_x = -4; + pixel_y = -4 + }, +/obj/item/storage/box/gloves{ + pixel_x = 4; + pixel_y = 4 + }, +/obj/item/storage/box/masks, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"gWz" = ( +/obj/effect/decal/cleanable/dirt, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"gWE" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/assembly/signaler{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/assembly/signaler{ + pixel_x = 6; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_x = -8; + pixel_y = 5 + }, +/obj/item/assembly/signaler{ + pixel_y = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"gXp" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "3" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"gXB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"gXJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/external/glass{ + id_tag = "aisat_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"gXN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"gYm" = ( +/obj/machinery/hydroponics/soil, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/garden) +"gYM" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"gYN" = ( +/obj/machinery/door_control/shutter/south{ + id = "armory"; + name = "Armory Shutter"; + req_access = list(3) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"gYO" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/fore2) +"gZe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"gZB" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"gZP" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "enginesm_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"gZT" = ( +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"gZV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/storage) +"hal" = ( +/obj/effect/spawner/airlock/s_to_n, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"hbc" = ( +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"hbr" = ( +/obj/machinery/power/solar_control{ + name = "Fore Starboard Solar Control" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"hbN" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"hbU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Mix to Engine" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hci" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"hcL" = ( +/obj/structure/table, +/obj/item/stack/medical/bruise_pack, +/obj/item/stack/medical/ointment, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"hcM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"hdk" = ( +/obj/structure/disposaloutlet{ + name = "Prisoner Delivery" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hdo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/mime) +"hds" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hdE" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"hdL" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"hdR" = ( +/obj/machinery/r_n_d/server/station, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"heq" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"heC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"heJ" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"hfb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"hfi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"hfC" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"hfR" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"hfT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"hfX" = ( +/obj/effect/spawner/window/shuttle, +/turf/simulated/floor/plating, +/area/shuttle/pod_2) +"hfZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"hgp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hgu" = ( +/obj/structure/table/wood, +/obj/item/toy/plushie/carpplushie{ + name = "\improper Nanotrasen wildlife department space carp plushie" + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"hgN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"hgU" = ( +/obj/machinery/power/tesla_coil{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hgW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"hgY" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hht" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"hhO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"hiy" = ( +/obj/machinery/light_switch/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/execution) +"hiO" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"hiP" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hjj" = ( +/obj/effect/turf_decal/arrows/red{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/white/hollow, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"hjn" = ( +/obj/structure/table/glass, +/obj/item/folder/blue, +/obj/item/clothing/accessory/stethoscope, +/obj/item/clothing/glasses/hud/health, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"hjr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/item/kirbyplants/plant22, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/lobby) +"hjC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"hjE" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hka" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hkf" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"hkm" = ( +/obj/machinery/status_display/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"hkF" = ( +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_2) +"hls" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hly" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hlD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"hlN" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/id_skin/donut, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"hmr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"hmu" = ( +/obj/effect/spawner/random/oil/maybe, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hmM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/starboard) +"hnc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/security/main) +"hnm" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "co2_sensor" + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"hnq" = ( +/obj/item/radio/intercom/directional/north, +/obj/structure/rack, +/obj/item/flashlight, +/obj/item/painter, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hnx" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"hnB" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_y = 5 + }, +/obj/item/stack/cable_coil, +/obj/item/multitool, +/obj/item/stock_parts/cell/high{ + charge = 100; + maxcharge = 15000 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"hnI" = ( +/obj/structure/sink/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = 32 + }, +/obj/item/clothing/suit/chef/classic, +/obj/machinery/camera{ + c_tag = "Cafe" + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"hnL" = ( +/obj/structure/chair{ + dir = 8 + }, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"hnR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"hok" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 1; + filter_type = -1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"hop" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"hov" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hoE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"hoR" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"hpa" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"hph" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prisonlockers) +"hpp" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"hpJ" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"hpR" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Atmospherics" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmospherics Blast Door" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Atmospherics Access"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"hqm" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/maintenance/medmaint) +"hqs" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 4 + }, +/obj/item/folder{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/service/hydroponics) +"hqL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hrf" = ( +/obj/machinery/newscaster/directional/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"hrM" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hrZ" = ( +/obj/structure/table, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/glasses/meson/engine, +/obj/item/clothing/glasses/meson/engine, +/obj/item/rpd, +/obj/item/rpd, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"hsg" = ( +/obj/structure/table, +/obj/item/cartridge/signal/toxins{ + pixel_x = -6 + }, +/obj/item/cartridge/signal/toxins{ + pixel_x = 6 + }, +/obj/item/cartridge/signal/toxins{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"hsq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"hsT" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"htr" = ( +/obj/machinery/disposal, +/obj/structure/sign/deathsposal{ + pixel_y = -32 + }, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"hts" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"htP" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/milk{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/soymilk{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/reagent_containers/condiment/sugar, +/obj/item/reagent_containers/drinks/bottle/cream{ + pixel_x = 6; + pixel_y = -2 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = -5; + pixel_y = -2 + }, +/obj/structure/noticeboard{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"huo" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"huV" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"hvz" = ( +/obj/structure/table, +/obj/item/key/security, +/obj/machinery/door_control/normal{ + id = "innerbrig"; + name = "Brig Interior Door Control"; + pixel_x = -6; + pixel_y = 7 + }, +/obj/machinery/door_control/normal{ + id = "outerbrig"; + name = "Brig Exterior Door Control"; + pixel_x = 6; + pixel_y = 7; + req_access = list(63) + }, +/obj/machinery/flasher_button{ + id = "secentranceflasher"; + name = "Brig Entrance Flash Control"; + pixel_y = -3; + req_access = list(1) + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/security/warden) +"hvR" = ( +/obj/machinery/light/directional/south, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security/warden, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"hvW" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/wood, +/area/station/service/bar) +"hwb" = ( +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"hwF" = ( +/obj/item/broken_bottle{ + pixel_x = 9; + pixel_y = -4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"hwP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"hwV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"hwZ" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hxc" = ( +/obj/item/tank/internals/oxygen{ + pixel_x = -4; + pixel_y = -1 + }, +/obj/item/tank/internals/oxygen{ + pixel_x = 4; + pixel_y = -1 + }, +/obj/item/tank/internals/anesthetic{ + pixel_x = 2 + }, +/obj/item/storage/toolbox/mechanical, +/obj/item/clothing/mask/gas, +/obj/item/clothing/mask/gas, +/obj/structure/closet/crate, +/obj/machinery/atmospherics/pipe/manifold/visible, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/execution) +"hxd" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"hxv" = ( +/obj/machinery/camera{ + c_tag = "Telecoms - Server Room - Aft"; + dir = 1; + network = list("SS13","tcomm") + }, +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"hxD" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/aiupload, +/obj/machinery/door/window/classic/reversed{ + name = "Upload Console Window" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"hyp" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/toxins/mixing) +"hyD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hyQ" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"hyW" = ( +/obj/structure/chair/office/dark, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/warden, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/warden) +"hzh" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/wood, +/area/station/service/library) +"hzA" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"hzB" = ( +/obj/structure/closet/secure_closet/medical2, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"hzV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"hAl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"hAn" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hAK" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hAL" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + autolink_id = "tox_in" + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"hAQ" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"hBq" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"hBB" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/explab) +"hBH" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 0; + autolink_id = "co2_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"hBM" = ( +/obj/machinery/economy/vending/coffee, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/light_switch/north{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"hBZ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "cautioncorner" + }, +/area/station/engineering/atmos) +"hCg" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"hCr" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/bluegrid/telecomms, +/area/station/science/xenobiology) +"hCM" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"hDj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/space, +/area/station/engineering/solar/fore) +"hDr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/r_n_d/circuit_imprinter, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"hDx" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"hDK" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"hDL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"hDY" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/secondary) +"hEe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"hEj" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"hEo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/rack, +/obj/structure/reagent_dispensers/fueltank/chem/west, +/obj/machinery/light/directional/west, +/obj/item/book/manual/wiki/sop_science, +/obj/item/book/manual/wiki/robotics_cyborgs, +/obj/item/storage/toolbox/mechanical{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool, +/obj/item/multitool, +/obj/item/clothing/glasses/hud/diagnostic{ + pixel_x = 2; + pixel_y = 5 + }, +/obj/item/clothing/glasses/hud/diagnostic, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/head/welding, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"hEv" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio5"; + name = "Xenobio Pen 5 Blast Door" + }, +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #5"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"hEA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/machinery/computer/security/telescreen/minisat{ + dir = 4; + pixel_y = -30 + }, +/obj/item/folder/blue, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"hED" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"hEP" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 8; + name = "Warden's Desk" + }, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Outer Window" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/warden) +"hEZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"hFe" = ( +/obj/structure/sign/vacuum/external, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"hFF" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"hFN" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/landmark/start/security_officer, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"hFO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"hFV" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"hFY" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"hGg" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"hGL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"hGS" = ( +/obj/machinery/computer/rnd_network_controller/station{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"hHz" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hHE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/controlroom) +"hHW" = ( +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"hIk" = ( +/obj/structure/dispenser, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"hIG" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"hIK" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"hIO" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/bed/amb_trolley{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/end, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/paramedic) +"hIP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hIZ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 2; + height = 11; + id = "specops_home"; + name = "port bay 2"; + width = 5 + }, +/turf/space, +/area/space) +"hJm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"hJH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"hJJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/office/ce) +"hKu" = ( +/obj/structure/table, +/obj/item/storage/bag/plants, +/obj/item/reagent_containers/glass/bucket, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"hKK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory/secure) +"hKO" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"hKP" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/brig) +"hLa" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins") + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"hLt" = ( +/obj/machinery/camera{ + c_tag = "Chapel Office - Backroom"; + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"hLu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/brig) +"hLE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"hLH" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"hLT" = ( +/obj/structure/table/wood, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/obj/item/food/grown/harebell, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"hLX" = ( +/obj/machinery/chem_master/condimaster{ + name = "HoochMaster Deluxe" + }, +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"hMv" = ( +/obj/effect/landmark/spawner/rev, +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"hMJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"hNa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"hNv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"hNy" = ( +/obj/structure/closet, +/obj/item/clothing/under/rank/civilian/clown/sexy, +/obj/item/clothing/mask/gas/clown_hat/sexy, +/obj/item/lighter/zippo/engraved, +/turf/simulated/floor/carpet/purple, +/area/station/maintenance/fore) +"hOu" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"hOA" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"hOP" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"hPb" = ( +/obj/machinery/light/directional/west, +/obj/machinery/economy/vending/scidrobe, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"hPi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"hPJ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"hPR" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/smes) +"hQB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"hQZ" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"hRb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"hRj" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/mob/living/simple_animal/mouse/rat/ratatui, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"hRm" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 1; + inlet_injector_autolink_id = "o2_in"; + name = "Oxygen Supply Control"; + outlet_vent_autolink_id = "o2_out"; + autolink_sensors = list("o2_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "blue" + }, +/area/station/engineering/atmos) +"hRH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"hRS" = ( +/obj/machinery/newscaster/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"hSa" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Command Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"hSu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"hSG" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "2" + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"hSV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio8"; + name = "Xenobio Pen 8 Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"hSW" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hSX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"hTg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"hTj" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"hTx" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"hTD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"hUe" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"hUC" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"hUG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/security/brig) +"hVa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"hVw" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"hVK" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"hVX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"hWf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"hWr" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"hWw" = ( +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"hWO" = ( +/obj/item/stack/rods/ten, +/turf/space, +/area/space) +"hXd" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"hXg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"hXR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"hYu" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/secondary/exit) +"hYz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"hYA" = ( +/obj/machinery/computer/rdconsole/core, +/obj/machinery/camera{ + c_tag = "Science - Research Fore" + }, +/obj/machinery/requests_console/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"hYD" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"hYL" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"hYV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"hZi" = ( +/obj/machinery/seed_extractor, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"hZy" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "1" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"hZT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"hZX" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/port) +"hZZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"iab" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/turf/space, +/area/space/nearstation) +"iag" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"iao" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"iaW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"ibh" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Air to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/engineering/atmos) +"ibu" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"ibI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"ibQ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"ibR" = ( +/obj/structure/chair, +/obj/machinery/light/directional/north, +/obj/effect/landmark/start/assistant, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"icm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"ico" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/filingcabinet/chestdrawer, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"icA" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"icW" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"icY" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"ido" = ( +/obj/structure/rack, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/scanning_module{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/assembly/prox_sensor{ + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft2) +"idr" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"iet" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"ieD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"ieT" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"ifr" = ( +/obj/effect/turf_decal/stripes/line, +/obj/effect/turf_decal/siding, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Cryo Tank Storage" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cloning) +"ifM" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ifN" = ( +/obj/structure/girder, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"igb" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/mecha_wreckage/ripley, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"igv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/spawner/random/trash, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"ihq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"ihs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "Inner Pipe Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"ihv" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ihW" = ( +/obj/structure/morgue{ + dir = 2 + }, +/obj/effect/turf_decal/stripes/white, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"iil" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iiB" = ( +/obj/docking_port/stationary{ + dir = 4; + dwidth = 7; + height = 5; + id = "sit_arrivals"; + name = "Cerebron Maintenance"; + width = 11 + }, +/turf/space, +/area/space) +"iiC" = ( +/obj/machinery/light/directional/east, +/obj/structure/reagent_dispensers/fueltank/chem/east, +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"iiZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"ijt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"iju" = ( +/obj/structure/lattice/catwalk, +/obj/structure/marker_beacon/dock_marker/collision, +/turf/space, +/area/space/nearstation) +"ijF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"ikn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ikK" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 2; + name = "Gas filter (N2 tank)"; + on = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/engineering/atmos) +"ile" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"ilf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"ilJ" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Delivery Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"ima" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"imb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"ims" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"imC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"imD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red{ + dir = 5 + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"imG" = ( +/obj/item/shard, +/turf/simulated/floor/grass, +/area/station/maintenance/aft2) +"imQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"imZ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"inj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"inq" = ( +/obj/structure/sink/directional/west, +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"inv" = ( +/obj/structure/table/reinforced, +/obj/machinery/cell_charger, +/obj/item/mmi/robotic_brain{ + pixel_x = 3; + pixel_y = 16 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = -8; + pixel_y = 9 + }, +/obj/item/stock_parts/cell/high/plus{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/stock_parts/cell/high/plus, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"inw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"iof" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"iot" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ioy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"ioT" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonlockers) +"ipa" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"ipz" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"iqc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"iqd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"iqe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"iqp" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iqC" = ( +/obj/structure/table, +/obj/item/toy/plushie/face_hugger, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"iqE" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Mix to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"iqY" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"irb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"irj" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"irW" = ( +/obj/machinery/suit_storage_unit/cmo/sec_storage/secure, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/storage) +"irX" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"isf" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"isB" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "enginesm_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"isU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 9 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/engineering/atmos) +"itg" = ( +/obj/structure/lattice, +/obj/item/stack/cable_coil, +/turf/space, +/area/space/nearstation) +"itu" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"itH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/storage) +"itV" = ( +/obj/structure/table/reinforced, +/obj/item/scalpel, +/obj/item/autopsy_scanner, +/obj/item/camera/autopsy, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"iue" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"iug" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #5"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"iuh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"iuj" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"iuD" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"iuI" = ( +/obj/machinery/sparker{ + id = "toxinsigniter"; + pixel_y = -25 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"iuU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"iuW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"iuZ" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ivn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"ivv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"ivD" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/cryopod, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"ivP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"ivR" = ( +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"ivY" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/north, +/obj/item/clipboard, +/obj/item/paper, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"iwm" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/brig) +"iwq" = ( +/obj/structure/table, +/obj/item/taperecorder, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/processing) +"iwv" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "SHOW" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/science/robotics/showroom) +"iwB" = ( +/obj/machinery/camera{ + c_tag = "Science - Toxins Lab"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"ixf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"ixn" = ( +/obj/machinery/door_control/shutter/south{ + id = "Biohazard_medi"; + name = "Emergency Medbay Quarantine" + }, +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"ixy" = ( +/obj/structure/chair/stool, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ixC" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Pure to Fuel Pipe" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ixU" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"ixX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/assistant, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"ixZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"iya" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"iyj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"iyl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"iyv" = ( +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"izK" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/warden) +"izY" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/hardsuitstorage) +"iAo" = ( +/obj/structure/rack, +/obj/item/tank/internals/emergency_oxygen, +/obj/item/clothing/mask/breath, +/obj/item/wrench, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"iAB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"iAO" = ( +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/mecha_part_fabricator/station{ + output_dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"iAP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"iAS" = ( +/obj/machinery/power/grounding_rod{ + anchored = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"iAT" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"iAY" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = 3 + }, +/obj/item/taperecorder{ + pixel_x = -3 + }, +/obj/item/storage/fancy/cigarettes, +/obj/item/flash, +/obj/item/reagent_containers/spray/pepper, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/execution) +"iBb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iBc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 5; + initialize_directions = 12 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"iBi" = ( +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"iBq" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"iBI" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"iBO" = ( +/obj/structure/disposalpipe/broken{ + dir = 1 + }, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iBR" = ( +/turf/simulated/wall/r_wall, +/area/station/security/storage) +"iCM" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"iCZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/greengrid, +/area/station/science/robotics/chargebay) +"iDw" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"iDM" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/permabrig) +"iEd" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"iEk" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/reagent_containers/dropper, +/obj/item/stack/sheet/mineral/plasma{ + pixel_y = 10 + }, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"iEP" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio6"; + name = "Xenobio Pen 6 Blast Doors"; + pixel_y = 1; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"iEX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"iFi" = ( +/obj/structure/table, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"iFm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"iGf" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"iGw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iGR" = ( +/obj/structure/closet/crate{ + name = "Silver Crate" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iGV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"iHc" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/maintenance/aft2) +"iHk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"iHo" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + density = 0; + dir = 2; + icon_state = "open"; + id_tag = "AI Chamber Entrance Shutters"; + name = "AI Chamber Entrance Shutters"; + opacity = 0 + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -25 + }, +/obj/machinery/door/airlock/highsecurity{ + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/command/ai_upload, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"iHy" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"iHO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"iIf" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"iIA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"iIP" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"iJg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/evidence) +"iJz" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"iJA" = ( +/obj/machinery/economy/vending/secdrobe, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"iKb" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"iKE" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 1; + external_pressure_bound = 0; + autolink_id = "o2_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"iKF" = ( +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"iKJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"iKM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"iKQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Security - Secure Gear Storage"; + dir = 8 + }, +/obj/machinery/light_switch/east{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"iKV" = ( +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/supply/cargo_bay, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"iKZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"iLl" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"iLq" = ( +/obj/structure/closet, +/obj/effect/turf_decal/stripes/line, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iLs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"iLv" = ( +/obj/machinery/hydroponics/constructable, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"iLw" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"iLE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/blue, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"iLI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/maintenance/fsmaint) +"iMg" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"iMm" = ( +/obj/structure/closet/crate, +/obj/effect/landmark/costume/random, +/obj/effect/landmark/costume/random, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"iMu" = ( +/obj/machinery/camera{ + c_tag = "Science Hallway - Port"; + dir = 4; + network = list("Research","SS13") + }, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"iMJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"iNe" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/greengrid, +/area/station/science/robotics/chargebay) +"iNk" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iNl" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"iNu" = ( +/obj/structure/window/reinforced, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"iNF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iOj" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/library) +"iOo" = ( +/obj/structure/reagent_dispensers/peppertank{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"iOr" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"iOO" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"iOP" = ( +/obj/structure/table, +/obj/item/ashtray/bronze{ + pixel_x = -7; + pixel_y = 7 + }, +/obj/item/storage/fancy/cigarettes/cigpack_robust{ + pixel_x = 7; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"iOR" = ( +/obj/structure/table/wood, +/obj/machinery/bottler, +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"iPP" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"iPT" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/sign/fire{ + pixel_x = -32 + }, +/obj/machinery/access_button{ + autolink_id = "turbine_btn_ext"; + name = "Gas Turbine Airlock Control"; + pixel_x = 5; + pixel_y = 23 + }, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"iQh" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"iQm" = ( +/obj/structure/sign/poster/official/random/west, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"iQC" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"iQK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"iRd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"iRu" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"iRV" = ( +/obj/machinery/door/airlock/external/glass{ + id_tag = "arrivalsmaint_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button{ + autolink_id = "arrivalsmaint_btn_ext"; + name = "exterior access button"; + pixel_y = -24; + req_access = list(13) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"iSf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "roboticsprivacy"; + name = "Robotics Shutters" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"iSv" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"iSH" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/item/stack/cable_coil/blue, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"iTb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"iTo" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"iTB" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"iTG" = ( +/obj/item/radio/intercom/department/security{ + pixel_y = -22; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"iTJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/execution) +"iTN" = ( +/obj/item/kirbyplants, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"iUe" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"iUs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"iUC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"iVP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"iVU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"iWb" = ( +/obj/machinery/economy/vending/crittercare, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"iWv" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"iXe" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/door/window/reinforced/reversed{ + name = "Tertiary AI Core Access"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai) +"iXr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/paramedic) +"iYh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/test) +"iZl" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"iZE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"iZX" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"jap" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/multi_tile/supply/glass{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"jau" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/bluegrid/telecomms, +/area/station/science/xenobiology) +"jaE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jaK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"jaP" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"jbe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/service/clown) +"jbk" = ( +/obj/structure/reflector/double{ + anchored = 1; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"jbl" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "council blast"; + name = "Council Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"jbB" = ( +/obj/structure/transit_tube{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"jcA" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"jcD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jcF" = ( +/obj/machinery/photocopier, +/obj/machinery/alarm/directional/east, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"jdX" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"jek" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/access_button{ + autolink_id = "xeno_btn_int"; + name = "Xenobiology Access Button"; + pixel_x = -3; + pixel_y = 26; + req_access = list(55) + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"jes" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jeY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jfb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/lobby) +"jfk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"jgD" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/siding{ + dir = 6 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"jgJ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"jiK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"jiR" = ( +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"jiW" = ( +/obj/machinery/light_switch/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"jjL" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"jke" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"jkB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C3" + }, +/area/station/hallway/primary/central) +"jkZ" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"jlh" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/wood, +/area/station/command/office/blueshield) +"jll" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/assistant, +/turf/simulated/floor/wood, +/area/station/service/bar) +"jln" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jlL" = ( +/obj/machinery/door/window/classic/normal{ + name = "Danger: Conveyor Access"; + dir = 4 + }, +/obj/machinery/conveyor/northwest/ccw{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"jma" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"jms" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jmV" = ( +/obj/structure/dresser, +/obj/machinery/light/small/directional/north, +/obj/machinery/newscaster/directional/north, +/obj/item/clothing/under/towel/long/green{ + pixel_y = -5 + }, +/obj/item/clothing/head/towel/green{ + pixel_y = 6 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"jnc" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"jnD" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"jnF" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "enginesm_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/access_button/east{ + autolink_id = "enginesm_btn_int"; + name = "Supermatter Access Button"; + pixel_x = 0; + pixel_y = 24; + req_access = list(10,24) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"jnZ" = ( +/obj/machinery/light_switch/east, +/obj/machinery/camera{ + c_tag = "Detective's Office"; + dir = 8 + }, +/obj/item/kirbyplants/plant24, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"jom" = ( +/obj/item/reagent_containers/dropper{ + pixel_x = -7; + pixel_y = -1 + }, +/obj/structure/table, +/obj/item/reagent_containers/drinks/shaker{ + pixel_x = -6 + }, +/obj/machinery/requests_console/directional/south, +/obj/machinery/reagentgrinder{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/machinery/camera{ + c_tag = "Bar - Counter"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"joD" = ( +/obj/effect/landmark/start/engineer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"joP" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"joR" = ( +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"jpx" = ( +/obj/machinery/door/window/classic/normal{ + name = "Primate Pen" + }, +/obj/effect/turf_decal/siding, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/genetics, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"jrc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"jrp" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 4"; + pixel_x = 26; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"jrE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"jse" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/brig) +"jsh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/exam_room) +"jsH" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"jsI" = ( +/obj/machinery/light_switch/north, +/obj/item/bikehorn/rubberducky, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"jsJ" = ( +/obj/machinery/door/window/classic/normal{ + dir = 8; + name = "glass door" + }, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "glass door" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"jta" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"jtg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C4" + }, +/area/station/hallway/primary/central) +"jtB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"juc" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "PermaLockdown"; + name = "Lockdown Shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"juq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"juN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"juS" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"juY" = ( +/obj/structure/rack, +/obj/item/poster/random_contraband, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"jvf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"jvr" = ( +/obj/structure/sink/directional/west, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jvx" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"jvC" = ( +/obj/structure/rack, +/obj/item/grenade/barrier{ + pixel_x = 9; + pixel_y = 1 + }, +/obj/item/grenade/barrier{ + pixel_x = 4 + }, +/obj/item/grenade/barrier{ + pixel_x = -1; + pixel_y = -1 + }, +/obj/item/grenade/barrier{ + pixel_x = -6; + pixel_y = -2 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/armory) +"jvU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jwh" = ( +/obj/structure/disposalpipe/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jwo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"jwN" = ( +/obj/machinery/computer/sm_monitor{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"jxj" = ( +/obj/item/food/monkeycube, +/turf/simulated/floor/grass, +/area/station/maintenance/aft2) +"jyP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/misc_lab) +"jyW" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"jyZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"jzk" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"jzA" = ( +/obj/structure/table, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"jzW" = ( +/obj/structure/chair/comfy/beige, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/landmark/start/vip, +/turf/simulated/floor/carpet, +/area/station/command/bridge) +"jAh" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"jAY" = ( +/obj/structure/chair/stool/bar, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"jAZ" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research{ + autoclose = 0; + id_tag = "xeno_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/south{ + autolink_id = "xeno_btn_ext"; + name = "Xenobiology Access Button"; + req_access = list(55) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/xenobiology) +"jCd" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"jCi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"jCz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"jCB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"jCT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 6 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"jDn" = ( +/obj/structure/transit_tube/diagonal/topleft, +/turf/space, +/area/space/nearstation) +"jDD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"jEw" = ( +/obj/structure/transit_tube/horizontal, +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"jEA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"jEC" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jEO" = ( +/obj/structure/sign/cargo, +/turf/simulated/wall, +/area/station/supply/warehouse) +"jFi" = ( +/obj/machinery/alarm/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central Aft Starboard"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jFo" = ( +/obj/machinery/computer/general_air_control{ + dir = 1; + name = "Bomb Mix Monitor"; + autolink_sensors = list("burn_sensor"="Burn Mix") + }, +/obj/machinery/door_control/shutter/south{ + id = "ToxinsVenting"; + name = "Toxin Venting Control"; + pixel_x = 8 + }, +/obj/machinery/ignition_switch{ + id = "toxinsigniter"; + layer = 3.3; + pixel_x = -6; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"jFr" = ( +/obj/structure/closet/bombcloset, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"jFF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"jFH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/wall, +/area/station/maintenance/aft2) +"jFN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jFX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/observation) +"jGk" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory) +"jGq" = ( +/obj/structure/closet/crate/engineering/electrical, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jGr" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"jGH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jGU" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"jHO" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Kitchen Window"; + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchen_service"; + name = "Service Desk Shutter" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jIf" = ( +/obj/machinery/hologram/holopad, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"jIs" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/warden) +"jIA" = ( +/obj/structure/table, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/reagent_containers/syringe/charcoal, +/obj/item/reagent_containers/syringe/insulin, +/obj/item/reagent_containers/glass/bottle/morphine, +/obj/item/reagent_containers/syringe, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/stack/medical/ointment/advanced{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_y = 6 + }, +/obj/item/reagent_containers/patch/styptic{ + pixel_x = 2; + pixel_y = 8 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 6 + }, +/obj/item/reagent_containers/patch/silver_sulf{ + pixel_x = -8; + pixel_y = 8 + }, +/obj/item/storage/pill_bottle/painkillers{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/power/apc/directional/south, +/obj/item/radio/intercom/directional/west, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"jIM" = ( +/obj/structure/table/reinforced, +/obj/item/taperecorder, +/obj/item/wirecutters/security, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"jIN" = ( +/obj/structure/table, +/obj/machinery/light{ + dir = 4 + }, +/obj/item/book/manual/wiki/hacking{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/defusal) +"jIR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"jIX" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"jJf" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"jJn" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"jJo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cloning) +"jJr" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"jJI" = ( +/obj/structure/bed/dogbed/runtime, +/mob/living/simple_animal/pet/cat/runtime, +/obj/item/toy/cattoy, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"jJR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_y = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"jJW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"jKb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"jKE" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"jKS" = ( +/obj/structure/transit_tube/horizontal, +/obj/structure/lattice/catwalk, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"jLJ" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"jMn" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"jMr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"jMs" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/main) +"jMy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central) +"jNa" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/flora/junglebush/large{ + pixel_y = 0 + }, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/exam_room) +"jNd" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"jNj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/camera/motion{ + c_tag = "AI Chamber - Starboard"; + dir = 9; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"jNq" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"jNs" = ( +/obj/machinery/door/window{ + name = "Mass Driver"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"jNv" = ( +/obj/structure/closet/secure_closet/engineering_welding, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"jNU" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"jOj" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio6"; + name = "Xenobio Pen 6 Blast Door" + }, +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #6"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"jOl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"jOn" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #6"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"jOp" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"jOA" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"jOM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"jOR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"jOS" = ( +/obj/machinery/light/directional/south, +/obj/machinery/door_control/shutter/south{ + id = "PermaLockdown"; + name = "Panic Button"; + pixel_x = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/flasher_button{ + id = "permaflash"; + name = "Prison Flasher"; + pixel_x = -8; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"jOX" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/primary) +"jPi" = ( +/obj/machinery/computer/supplycomp{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/office) +"jPj" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"jPv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"jPQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=7-Command-Starboard"; + location = "6-Port-Central" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "22" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"jPT" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"jQo" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/sign/directions/bridge{ + dir = 1; + pixel_y = 24 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"jQw" = ( +/turf/simulated/floor/plasteel, +/area/station/security/range) +"jQK" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore_starboard) +"jQZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"jRf" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"jRX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"jSd" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/decal/cleanable/vomit, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jSe" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"jSg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"jSA" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/space, +/area/station/engineering/solar/fore) +"jSC" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/camera{ + c_tag = "Departure Lounge - Starboard Aft"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"jSU" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/main) +"jTe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"jTy" = ( +/obj/structure/closet/bombclosetsecurity, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/brig) +"jTD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/door/airlock/atmos/glass{ + autoclose = 0; + id_tag = "atmossm_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/access_button/west{ + autolink_id = "atmossm_btn_int"; + name = "Atmospherics Access Button"; + req_access = list(24) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"jTK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"jUk" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"jUK" = ( +/obj/machinery/light_switch/east, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"jUN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/south, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"jUQ" = ( +/obj/structure/bed, +/obj/item/bedsheet/red, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"jUV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/smes) +"jVQ" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + name = "External Waste Ports to Filter" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"jWr" = ( +/obj/structure/disposalpipe/junction{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/observation) +"jWt" = ( +/obj/machinery/shieldwallgen{ + req_access = list(55) + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/turf_decal/stripes/box, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"jWJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"jXe" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"jXi" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"jXj" = ( +/obj/item/taperecorder{ + pixel_x = 4; + pixel_y = -5 + }, +/obj/structure/table/reinforced, +/obj/machinery/button/windowtint/west{ + id = "Magistrate"; + pixel_y = 6; + req_access = list(74) + }, +/obj/machinery/door_control/normal/west{ + id = "magistrateofficedoor"; + name = "Office Door"; + pixel_y = -4; + req_access = list(74) + }, +/obj/item/clothing/head/helmet/skull/yorick, +/obj/item/radio/intercom/department/security{ + pixel_y = 22 + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"jXo" = ( +/obj/structure/closet, +/obj/item/stack/sheet/glass{ + amount = 12 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"jXs" = ( +/obj/machinery/economy/vending/medidrobe, +/obj/effect/turf_decal/delivery/blue, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/storage) +"jXC" = ( +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"jXR" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"jXS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"jYj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"jYm" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Xenobio Pen 1 Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"jYH" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"jYM" = ( +/turf/simulated/wall/r_wall, +/area/station/security/checkpoint/south) +"jYS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"jYX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"jZz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/mob/living/simple_animal/mouse/rat/irish/remi, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"jZL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"kaK" = ( +/obj/structure/sign/directions/bridge{ + pixel_x = 32; + pixel_y = -8 + }, +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_x = 32 + }, +/obj/structure/sign/directions/security{ + dir = 1; + pixel_x = 32; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/central) +"kaZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"kbr" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"kbN" = ( +/turf/simulated/wall/r_wall, +/area/station/security/execution) +"kbP" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security in red at the top, you see engineering in yellow, science in purple, escape in checkered red-and-white, medbay in green, arrivals in checkered red-and-blue, and then cargo in brown."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"kcb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kcU" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"kdh" = ( +/obj/structure/closet/l3closet/virology, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"kdl" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/machinery/keycard_auth/north, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"kds" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"kdB" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ken" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kez" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"keN" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory/secure) +"keQ" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"keX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/showcase/machinery/oldpod{ + desc = "An old NT branded sleeper, decommissioned after heavy usage. None of the functional machinery remains inside."; + name = "decommissioned sleeper" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"keY" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/service/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"kfe" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"kfl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"kfx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"kfF" = ( +/obj/machinery/door/window/classic/normal{ + name = "Coffin Storage"; + dir = 4 + }, +/obj/structure/closet/coffin, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/chapel_office{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"kfI" = ( +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/delivery, +/obj/machinery/telepad_cargo, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"kfR" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"kfU" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"kgx" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"kgG" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"kgS" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"kgV" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"khy" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"khI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"khO" = ( +/obj/structure/shuttle/engine/propulsion/burst, +/turf/simulated/wall/mineral/titanium, +/area/shuttle/pod_3) +"kib" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"kiq" = ( +/obj/item/kirbyplants/plant21, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"kis" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"kiH" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kjo" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kkw" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/docking_port/mobile/pod{ + id = "pod3"; + name = "escape pod 3" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"kkP" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kli" = ( +/obj/structure/bed, +/obj/machinery/camera{ + c_tag = "Prison Solitary Confinement 2"; + dir = 8; + network = list("Prison","SS13") + }, +/obj/machinery/flasher{ + id = "soli2"; + pixel_y = -26 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"klo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"kls" = ( +/obj/structure/table/glass, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/reagent_containers/dropper, +/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/machinery/light_switch/west{ + pixel_y = -6 + }, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Fore"; + dir = 4; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"klS" = ( +/obj/structure/table, +/obj/machinery/recharger{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/t_scanner{ + pixel_x = -5; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"kmb" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kmj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"kmw" = ( +/obj/structure/closet/crate/plastic, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"knc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/light/directional/east, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "sm_sen_hot" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"knq" = ( +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/break_room) +"knx" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "tox_sensor" + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"knB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"kol" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"kpn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"kqd" = ( +/obj/effect/turf_decal/loading_area/white, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"kqi" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"kqw" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"kqz" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"kqO" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"kqP" = ( +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "rdtoxins"; + name = "Toxins Lab Shutters" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"kri" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"krx" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"kry" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"krF" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"krK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"krN" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"krU" = ( +/obj/machinery/light{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"ksa" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ksb" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"ksf" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"ksi" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"ksz" = ( +/obj/machinery/light_construct/small/east, +/obj/item/vending_refill/cigarette, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ksD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"ktc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"ktd" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central Fore Starboard"; + dir = 4; + network = list("Research","SS13") + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kto" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"ktZ" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"kuc" = ( +/obj/structure/flora/ausbushes/fernybush, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"kuf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"kuh" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kvh" = ( +/obj/structure/closet/bombcloset, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"kvA" = ( +/turf/simulated/wall, +/area/station/security/evidence) +"kvG" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/rd) +"kwm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kwt" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"kwD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/cryo) +"kwJ" = ( +/obj/machinery/message_server, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"kxa" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kxf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"kxh" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"kxo" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kxy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/permabrig) +"kxI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"kyo" = ( +/obj/machinery/economy/vending/lawdrobe, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"kyq" = ( +/obj/machinery/newscaster/directional/north, +/obj/item/storage/toolbox/mechanical, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Tool Storage" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"kzg" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/light/small/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/camera{ + c_tag = "Evidence Storage" + }, +/obj/item/storage/secure/safe{ + name = "evidence safe"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/evidence) +"kzm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"kzx" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"kzF" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"kzO" = ( +/obj/machinery/atmospherics/binary/valve/open, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kzU" = ( +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"kAa" = ( +/obj/machinery/computer/card/minor/cmo{ + dir = 4 + }, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"kAP" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"kBa" = ( +/obj/machinery/atmospherics/binary/pump/on{ + name = "Gas to Cooling Loop" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"kBn" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"kBs" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"kCc" = ( +/obj/machinery/door/window/brigdoor{ + dir = 8; + id = "Cell 3"; + name = "Cell 3" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 8 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prison/cell_block/a) +"kCP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"kDt" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/public/storage/tools) +"kDy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"kDC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass{ + id_tag = "MedbayFoyerPort" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"kDE" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Fitness Ring" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"kDU" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"kEd" = ( +/obj/machinery/optable{ + name = "Robotics Operating Table" + }, +/obj/item/storage/firstaid/machine, +/obj/structure/noticeboard{ + dir = 8; + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"kEg" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #1"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"kEh" = ( +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"kEk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"kEv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"kEy" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"kEz" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start/roboticist, +/turf/simulated/floor/greengrid, +/area/station/science/robotics/chargebay) +"kEG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"kFk" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/computer/card/minor/rd{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"kFl" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"kFD" = ( +/obj/structure/table/reinforced, +/obj/item/stamp/denied{ + pixel_x = 4; + pixel_y = -2 + }, +/obj/item/stamp/granted{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/office) +"kFY" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_x = 25 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"kGf" = ( +/obj/machinery/light_construct/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kGv" = ( +/obj/structure/table, +/obj/item/paper{ + pixel_x = -19; + pixel_y = 5 + }, +/obj/item/paperplane{ + pixel_x = 9 + }, +/obj/item/paper{ + pixel_x = -7; + pixel_y = 5 + }, +/obj/item/paper{ + pixel_x = -19; + pixel_y = 9 + }, +/obj/item/paperplane{ + pixel_x = 4; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "brown" + }, +/area/station/supply/office) +"kGw" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"kGK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"kGN" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_y = 3 + }, +/obj/item/pen/multi/fountain{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"kHQ" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"kHZ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door_control/shutter/north{ + id = "atmos"; + name = "Atmospherics Lockdown"; + pixel_x = -4; + req_access = list(24) + }, +/obj/machinery/light_switch/north{ + pixel_x = 6 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"kIc" = ( +/obj/structure/rack, +/obj/item/hand_labeler, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"kIw" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/table, +/obj/item/soap/nanotrasen, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"kIA" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "MiniSat Walkway Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"kIK" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + name = "Fore-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"kIP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"kJL" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"kJS" = ( +/obj/effect/landmark/start/barber, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"kJT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"kKa" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"kKz" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/space, +/area/station/engineering/solar/fore) +"kLd" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio4"; + name = "Xenobio Pen 4 Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"kLs" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"kLw" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"kLJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"kLT" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"kLY" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"kMy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"kMD" = ( +/obj/structure/table/glass, +/obj/machinery/reagentgrinder{ + pixel_y = 5 + }, +/obj/item/toy/figure/crew/virologist{ + pixel_x = -13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"kMQ" = ( +/obj/structure/chair/sofa/corp/right, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/break_room) +"kMZ" = ( +/obj/machinery/shower{ + pixel_y = 12 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"kNi" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/portable/scrubber, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"kNk" = ( +/obj/structure/rack, +/obj/item/clothing/suit/hooded/ablative, +/obj/item/gun/energy/ionrifle, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/security/armory) +"kNv" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"kNG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"kNJ" = ( +/obj/structure/table/wood, +/obj/item/paper_bin{ + pixel_x = -6; + pixel_y = 3 + }, +/obj/item/pen/multi{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/folder/white{ + pixel_x = 8; + pixel_y = 6 + }, +/obj/item/folder/red{ + pixel_x = 8 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"kNU" = ( +/obj/structure/table/wood, +/obj/item/megaphone, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"kOd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"kOe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"kOr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"kOw" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = -2; + pixel_y = 5 + }, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"kPa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kPg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio8"; + name = "Xenobio Pen 8 Blast Door" + }, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"kPo" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/office) +"kPp" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Mix to Distro" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"kPv" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"kPB" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/lobby) +"kPK" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"kQo" = ( +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/grass, +/area/station/maintenance/aft2) +"kQv" = ( +/obj/structure/grille/broken, +/obj/item/food/grown/poppy, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"kQx" = ( +/obj/item/kirbyplants/plant11, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"kQD" = ( +/obj/machinery/computer/secure_data, +/obj/machinery/newscaster/security_unit/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"kRc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"kRm" = ( +/obj/machinery/door/airlock/centcom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"kRA" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "SHOW" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics/showroom) +"kRQ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"kRX" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"kRZ" = ( +/obj/structure/rack, +/obj/item/reagent_containers/syringe/antiviral, +/obj/item/book/manual/wiki/sop_medical, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper/precision, +/obj/item/reagent_containers/spray/cleaner, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"kSA" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/light/directional/west, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/glasses/welding, +/obj/item/clothing/head/welding{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/clothing/head/welding{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"kSC" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"kTc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"kTH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"kTP" = ( +/obj/structure/disposaloutlet, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/station/maintenance/xenobio_south) +"kTZ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "External Gas to Loop" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"kUf" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"kUy" = ( +/obj/machinery/biogenerator, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "green" + }, +/area/station/security/permabrig) +"kUz" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"kUA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"kVu" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"kVN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"kVO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"kWg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"kWi" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"kWj" = ( +/obj/item/stack/sheet/glass{ + amount = 20; + pixel_x = -3; + pixel_y = 6 + }, +/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/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/table/reinforced, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"kWT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"kXm" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"kXs" = ( +/obj/structure/chair, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"kXV" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"kXX" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"kYe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"kYQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"kYR" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"kZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"kZm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"kZt" = ( +/obj/machinery/door/airlock/atmos, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"kZG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lak" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"law" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"laE" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"laH" = ( +/obj/structure/lattice, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/space, +/area/space/nearstation) +"laU" = ( +/obj/item/soap, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/mob/living/simple_animal/frog/scream{ + real_name = "лягушка-нонконформист"; + name = "лягушка-нонконформист"; + desc = "Кто-нибудь, заткните её пожалуйста!" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"lbk" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lbv" = ( +/obj/machinery/door/airlock/centcom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"lbR" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Brig Cell 5" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"lcc" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"lcg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"lcl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"lcK" = ( +/obj/item/vending_refill/coffee, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lcL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"lcO" = ( +/obj/structure/table/glass, +/obj/machinery/door_control/shutter/south{ + id = "XenoPens"; + name = "Xenobiology Shutters"; + req_access = list(55) + }, +/obj/item/book/manual/wiki/sop_science{ + pixel_y = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"ldg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"lee" = ( +/obj/machinery/door/airlock/public/glass{ + autoclose = 0; + heat_proof = 1; + id_tag = "turbine_door_int"; + locked = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/engine, +/area/station/maintenance/turbine) +"leh" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lej" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/kirbyplants/applebush, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"len" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"leu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"lez" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"leO" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lfd" = ( +/obj/structure/table/glass, +/obj/machinery/requests_console/directional/west, +/obj/machinery/reagentgrinder, +/obj/machinery/camera{ + c_tag = "Chemistry"; + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"lfe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"lfh" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lfm" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"lfG" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"lfJ" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + name = "Robotics Desk"; + dir = 1 + }, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "roboticsprivacy2"; + name = "Robotics Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"lfO" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/hallway/primary/aft) +"lfU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"lfV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"lfX" = ( +/obj/machinery/light/directional/north, +/obj/machinery/light_switch/north, +/obj/machinery/economy/vending/atmosdrobe, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lgf" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Coroner's Office"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/morgue{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"lgi" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lgr" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"lhd" = ( +/obj/machinery/smartfridge/medbay, +/obj/machinery/door/window/classic/normal{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/antitheft/normal{ + dir = 8; + name = "Anti-Theft Shield" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"lho" = ( +/obj/machinery/light_switch/east{ + pixel_y = 10 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"lhs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"lhu" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/barber{ + pixel_y = -28 + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"lhF" = ( +/obj/item/transfer_valve{ + pixel_x = 4; + pixel_y = -4 + }, +/obj/item/transfer_valve{ + pixel_x = 2; + pixel_y = -2 + }, +/obj/item/transfer_valve, +/obj/item/transfer_valve{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/transfer_valve{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/table, +/obj/item/transfer_valve{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"lid" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/supply/lobby) +"lio" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/port) +"liK" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/window{ + name = "HoP's Desk" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/hop, +/turf/simulated/floor/wood, +/area/station/command/office/hop) +"liL" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "o2_sensor" + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"liR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"liS" = ( +/obj/structure/table, +/obj/item/clothing/ears/earmuffs{ + pixel_y = 7 + }, +/obj/item/clothing/glasses/sunglasses{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/firealarm/directional/south, +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"liW" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/economy/vending/sustenance, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"ljg" = ( +/obj/machinery/economy/vending/plasmaresearch, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"ljo" = ( +/obj/structure/sink/kitchen/east, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"ljS" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"ljT" = ( +/obj/item/rack_parts, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ljV" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Weapon Distribution" + }, +/obj/machinery/door/window/classic/normal{ + name = "Request Window" + }, +/obj/item/pen, +/obj/item/paper, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"ljZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/wood, +/area/station/service/bar) +"lkw" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Xenobio Pen 1 Blast Door" + }, +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #1"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"lkE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"lkH" = ( +/obj/machinery/door/airlock/research/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/science/robotics) +"lkK" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_3) +"lkN" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"lle" = ( +/obj/machinery/status_display/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"llC" = ( +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"llU" = ( +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"lmi" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"lmu" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"lmw" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "justice gas pump" + }, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "gas ports" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"lmC" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"lmJ" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/controlroom) +"lmP" = ( +/obj/item/seeds/amanita, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass/no_creep, +/area/station/security/permabrig) +"lna" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"lnd" = ( +/obj/machinery/airlock_controller/air_cycler{ + vent_link_id = "engine_vent"; + ext_door_link_id = "engine_door_ext"; + int_door_link_id = "engine_door_int"; + pixel_y = 24; + ext_button_link_id = "engine_btn_ext"; + int_button_link_id = "engine_btn_int"; + req_access = list(10,13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"lns" = ( +/obj/structure/bookcase{ + name = "bookcase (Reference)" + }, +/turf/simulated/floor/wood, +/area/station/medical/psych) +"lnu" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/camera{ + c_tag = "Medbay Primary Treatment Centre - Fore Port" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"lnP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"loo" = ( +/obj/structure/cable/pink{ + icon_state = "1-8" + }, +/obj/structure/cable/cyan{ + icon_state = "0-2" + }, +/obj/structure/cable/pink{ + icon_state = "2-10" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"los" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"lpp" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/food/muffin{ + pixel_x = -4; + pixel_y = 8 + }, +/obj/item/food/carrotcakeslice{ + pixel_x = 8; + pixel_y = -2 + }, +/obj/item/food/poppypretzel{ + pixel_x = -8; + pixel_y = -3 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"lqv" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 1; + sort_type_txt = "10" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"lqQ" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"lqY" = ( +/obj/machinery/camera{ + c_tag = "Dormitories - Fore"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"lre" = ( +/obj/machinery/door/window{ + name = "Captain's Desk" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/blueshield, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"lrA" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"lrD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"lsc" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"lsi" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"lst" = ( +/obj/machinery/gateway{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/supply/expedition) +"lsC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"lsM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/flasher{ + id = "permaflash"; + pixel_x = 24; + pixel_y = -24 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/permabrig) +"lsQ" = ( +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"ltg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"ltm" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ltH" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"lui" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"luR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"lvc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/main) +"lvB" = ( +/obj/item/kirbyplants, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"lvE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lvP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"lwx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"lwL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"lwN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lxz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"lxL" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"lyn" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/science/xenobiology) +"lyD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"lyU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lza" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"lzO" = ( +/obj/machinery/light/directional/east, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"lzW" = ( +/obj/structure/rack, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"lAl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"lAG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"lAQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair/stool, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"lAW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"lAX" = ( +/turf/simulated/wall, +/area/station/science/break_room) +"lBu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/maintenance/medmaint) +"lBy" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"lCb" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/economy/vending/assist/free, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"lCt" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"lCA" = ( +/mob/living/simple_animal/mouse/brown/tom, +/obj/structure/sink/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lCQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"lCW" = ( +/obj/structure/table, +/obj/item/folder/white, +/obj/item/toy/figure/crew/rd{ + pixel_y = 10 + }, +/obj/item/stamp/rd, +/obj/item/paper/monitorkey, +/obj/effect/spawner/random/officetoys, +/obj/item/lighter/zippo/rd{ + pixel_x = 7; + pixel_y = 14 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/rd) +"lDa" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"lDm" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C11" + }, +/area/station/hallway/primary/central) +"lDq" = ( +/obj/machinery/shower{ + dir = 8; + name = "emergency shower" + }, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/obj/machinery/requests_console/directional/east, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"lDD" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"lDG" = ( +/obj/structure/table, +/obj/item/clothing/head/welding{ + pixel_x = -4; + pixel_y = 19 + }, +/obj/item/multitool{ + pixel_x = 7; + pixel_y = 13 + }, +/obj/item/storage/toolbox/mechanical, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/defusal) +"lEb" = ( +/obj/machinery/smartfridge/drying_rack, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/security/permabrig) +"lEm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"lEo" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"lEw" = ( +/obj/structure/rack, +/obj/item/extinguisher, +/obj/item/clothing/mask/gas, +/obj/item/grenade/chem_grenade/firefighting, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"lEx" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"lEM" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"lEN" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lEQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/economy/vending/chinese, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"lFm" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"lFu" = ( +/obj/machinery/door/airlock/security/glass{ + security_level = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"lFv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/hydroponics, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lFF" = ( +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"lGh" = ( +/obj/machinery/door/window/brigdoor{ + id = "Cell 4"; + name = "Cell 4"; + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block/a) +"lGp" = ( +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"lGr" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Gas to Filter" + }, +/obj/machinery/alarm/engine/directional/south, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"lGx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"lGC" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lGD" = ( +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lGH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lGL" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"lHc" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"lHl" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/brig) +"lHn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lHw" = ( +/obj/machinery/atmospherics/binary/valve, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lHy" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/item/clothing/gloves/color/white, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lHJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"lHZ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"lIC" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera{ + c_tag = "Science Toxins Launch - Fore"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"lIF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "PermaLockdown"; + name = "Lockdown Shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"lIM" = ( +/turf/simulated/wall, +/area/station/maintenance/fore2) +"lIR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"lJg" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "Bridge" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/maintcentral) +"lJq" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + autolink_id = "arrivalsmaint_vent" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"lJr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/brig) +"lJA" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave{ + pixel_y = 6 + }, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"lJX" = ( +/obj/structure/window/plasmareinforced, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable, +/obj/machinery/atmospherics/pipe/manifold/visible/supply{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"lKa" = ( +/obj/machinery/status_display/directional/south, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"lKc" = ( +/obj/effect/decal/remains/xeno, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"lKn" = ( +/obj/structure/cable/green{ + icon_state = "5-6" + }, +/obj/item/stack/cable_coil/yellow, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lKs" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"lKK" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "bluecorner" + }, +/area/station/hallway/primary/central) +"lLb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"lLt" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"lLx" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"lLH" = ( +/obj/structure/cable/cyan{ + icon_state = "4-5" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"lLO" = ( +/obj/structure/closet/secure_closet/medical3, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"lLP" = ( +/obj/machinery/conveyor{ + dir = 4; + id = "packageSort2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/supply/office) +"lMC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"lNl" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"lNo" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lNt" = ( +/obj/machinery/computer/arcade, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"lNw" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 2"; + name = "Cell 2 Locker" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"lOd" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/supply/lobby) +"lOv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"lOE" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/secondary) +"lOK" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "SHOW" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics/showroom) +"lOU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"lOY" = ( +/obj/item/storage/bible, +/obj/machinery/light/small/directional/north, +/obj/machinery/newscaster/directional/north, +/obj/machinery/camera{ + c_tag = "Chapel - Fore" + }, +/obj/structure/table/wood, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"lPe" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + name = "Hydroponics Window" + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "hydro_service"; + name = "Service Desk Shutter" + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"lPV" = ( +/obj/item/shard, +/turf/space, +/area/space) +"lQc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 1; + sort_type_txt = "11" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/reception) +"lQi" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/item/cigbutt/cigarbutt{ + pixel_y = 2 + }, +/obj/item/phone{ + desc = "Supposedly a direct line to Nanotrasen Central Command. It's not even plugged in."; + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"lQx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"lQC" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"lQJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"lQQ" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cryo) +"lRH" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"lRK" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/catwalk, +/area/station/maintenance/fore) +"lRY" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"lSa" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/effect/turf_decal/woodsiding, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"lSc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lSd" = ( +/obj/machinery/space_heater, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"lSg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"lSh" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/solar_maintenance/aft_port) +"lSn" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio1"; + name = "Xenobio Pen 1 Blast Doors"; + pixel_y = 1; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"lSy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"lSG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"lTc" = ( +/obj/machinery/light/directional/east, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"lUc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"lUv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"lVd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"lVi" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/spacehut) +"lVz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"lVF" = ( +/obj/machinery/r_n_d/circuit_imprinter, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"lVI" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"lWe" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"lWi" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"lWv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"lWT" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch/east{ + pixel_y = 24 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"lWW" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio4"; + name = "Xenobio Pen 4 Blast Door" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #4"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"lXL" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"lXV" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prison/cell_block/a) +"lXX" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + name = "Robotics Desk"; + dir = 4 + }, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "roboticsprivacy"; + name = "Robotics Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/robotics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/science/robotics) +"lYc" = ( +/obj/machinery/computer/supplycomp{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"lYI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"lZc" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/sop_engineering{ + pixel_y = 3 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"lZU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/main) +"mao" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"maC" = ( +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"maV" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/brig) +"mba" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"mbt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"mbI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"mcd" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"mcj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"mcp" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mcw" = ( +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"mcP" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Chamber - Aft"; + dir = 1; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"mdi" = ( +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"mdl" = ( +/obj/structure/table, +/obj/item/clothing/shoes/orange{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/clothing/shoes/orange{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/clothing/shoes/orange{ + pixel_x = -2; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"mdy" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"mdE" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"mdF" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"mdH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"mdN" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"mdS" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mdZ" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 2 + }, +/obj/item/pen{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"meu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"meM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"mfp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/spawner/xeno, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"mfr" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/access_button{ + autolink_id = "aisat_btn_int"; + name = "interior access button"; + pixel_x = -25; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"mfz" = ( +/obj/structure/table/glass, +/obj/item/storage/firstaid/toxin{ + pixel_x = -8; + pixel_y = 14 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 8; + pixel_y = 14 + }, +/obj/item/storage/firstaid/toxin{ + pixel_x = -8; + pixel_y = 9 + }, +/obj/item/storage/firstaid/o2{ + pixel_x = 8; + pixel_y = 9 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = -8 + }, +/obj/item/storage/firstaid/regular{ + pixel_x = 8 + }, +/obj/machinery/light_switch/west, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/storage) +"mfA" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"mfG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"mfJ" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"mfM" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"mge" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"mgK" = ( +/obj/structure/table, +/obj/item/retractor{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/item/bonegel, +/obj/item/hemostat{ + pixel_x = 6 + }, +/obj/machinery/light/small/directional/south, +/obj/machinery/button/windowtint/south{ + id = "ROBO"; + pixel_x = -6 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"mgZ" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "air_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"mhm" = ( +/obj/structure/closet/secure_closet/cmo, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"mhS" = ( +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"mhV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"mik" = ( +/obj/structure/sign/goldenplaque/medical{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"miI" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/equipmentstorage) +"miO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"mjH" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 4; + location = "Engineering" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"mjP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"mjX" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "N2 to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/door/window/classic/normal{ + name = "Inner Pipe Access"; + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"mkw" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/warden) +"mky" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"mkK" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 0; + autolink_id = "n2o_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/n20, +/area/station/engineering/atmos) +"mkL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"mkR" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio8"; + name = "Xenobio Pen 8 Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"mld" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"mle" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"mlj" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"mlC" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/polarized{ + id = "Magistrate" + }, +/obj/machinery/door/airlock/glass{ + id_tag = "magistrateofficedoor" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"mlM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"mlO" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"mmk" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"mmB" = ( +/obj/structure/closet/secure_closet/atmos_personal, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mmD" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"mmG" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/structure/window/plasmareinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + layer = 3.3 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"mmK" = ( +/obj/machinery/door_timer/cell_3{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"mnl" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mnr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"mnt" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"mnA" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"mnU" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"mnV" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"moV" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"mpr" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"mpP" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + dir = 8; + name = "Distro to Waste"; + on = 0 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"mqG" = ( +/obj/machinery/autolathe, +/obj/machinery/camera{ + c_tag = "Cargo - Office"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/office) +"mrc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"mrA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/bodyscanner, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"msj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"msD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"mtd" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"mtr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"mtV" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"muo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"muA" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = -2; + pixel_y = 6 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/hallway/primary/aft) +"muB" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"mvG" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"mvP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"mwo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"mwD" = ( +/obj/structure/closet/secure_closet/exile, +/obj/machinery/alarm/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/ai_monitored/storage/eva) +"mwH" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"mwK" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"mwW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + desc = ""; + icon_state = "C13" + }, +/area/station/hallway/primary/central) +"mxb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"mxw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"myi" = ( +/obj/machinery/atmospherics/binary/valve{ + name = "Cooling loop input" + }, +/obj/machinery/status_display/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"myk" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"myY" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"mzf" = ( +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/obj/machinery/power/rad_collector{ + anchored = 1 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"mzB" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/solar{ + name = "Fore-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/fore) +"mAa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"mAk" = ( +/obj/machinery/computer/crew{ + dir = 4 + }, +/obj/machinery/button/windowtint/south{ + id = "CMO"; + pixel_x = -7; + req_access = list(40) + }, +/obj/machinery/keycard_auth{ + pixel_x = 7; + pixel_y = -25 + }, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"mAo" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Warden's Desk" + }, +/obj/machinery/door/window/classic/normal{ + name = "Reception Window" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/item/storage/fancy/donut_box, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/armory{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/warden) +"mAt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"mAA" = ( +/obj/structure/closet/bombcloset, +/obj/machinery/requests_console/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"mAC" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/horizontal, +/turf/space, +/area/space/nearstation) +"mAW" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"mAZ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"mBn" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/starboard) +"mBr" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"mBA" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"mBJ" = ( +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mCu" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"mCD" = ( +/obj/structure/grille/broken, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"mCN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"mCT" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"mCX" = ( +/obj/machinery/atmospherics/unary/thermomachine/heater/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"mDn" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/structure/barricade/wooden, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"mDq" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"mDR" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"mDT" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "blackcorner" + }, +/area/station/security/permabrig) +"mDX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"mEe" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"mEl" = ( +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"mEu" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Mixed Air Outlet Valve" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"mEW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"mFx" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"mFG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + desc = ""; + icon_state = "C14" + }, +/area/station/hallway/primary/central) +"mFQ" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"mFU" = ( +/obj/effect/turf_decal/loading_area, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"mFW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"mGk" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"mGK" = ( +/obj/machinery/door/firedoor, +/obj/structure/sign/science{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purplecorner" + }, +/area/station/hallway/primary/aft) +"mGT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/obj/effect/spawner/random/cobweb/left/rare, +/turf/simulated/floor/carpet/arcade, +/area/station/maintenance/fore) +"mHs" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 1; + inlet_injector_autolink_id = "n2_in"; + name = "Nitrogen Supply Control"; + outlet_vent_autolink_id = "n2_out"; + autolink_sensors = list("n2_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/engineering/atmos) +"mHF" = ( +/obj/structure/lattice/catwalk, +/obj/structure/chair/stool/bar{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"mIo" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"mJe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"mJv" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "council blast"; + name = "Council Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"mJF" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory/secure) +"mKy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"mKI" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"mKR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"mKW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"mLA" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"mLC" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"mMk" = ( +/obj/structure/sign/poster/contraband/random/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mMt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/waterbottle/large, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"mMu" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"mMv" = ( +/turf/simulated/wall/r_wall, +/area/station/science/test_chamber) +"mMD" = ( +/obj/structure/table/glass, +/obj/item/soap/nanotrasen, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"mOc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"mOs" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 1"; + pixel_x = -26; + pixel_y = -22 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"mOt" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"mOD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mOL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"mOQ" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Fuel Pipe to Filter" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"mOV" = ( +/obj/structure/filingcabinet/filingcabinet, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "brown" + }, +/area/station/supply/office) +"mOZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"mPh" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"mPo" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"mPr" = ( +/obj/docking_port/stationary{ + dwidth = 8; + height = 22; + id = "syndicate_sw"; + name = "southwest of station"; + width = 18; + dir = 2 + }, +/turf/space, +/area/space) +"mPs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"mQb" = ( +/obj/machinery/disposal/delivery_chute{ + dir = 4; + name = "Prisoner Transfer" + }, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/structure/plasticflaps{ + name = "Prisoner Transfer" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"mQc" = ( +/obj/structure/chair/comfy/black, +/obj/effect/landmark/start/head_of_security, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"mQu" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"mRj" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"mRr" = ( +/obj/machinery/alarm/directional/east, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"mRy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/rack, +/obj/item/storage/fancy/shell/tranquilizer{ + pixel_x = 2; + pixel_y = 3 + }, +/obj/item/storage/fancy/shell/beanbag, +/obj/item/storage/fancy/shell/beanbag, +/obj/item/storage/fancy/shell/beanbag, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/storage/fancy/shell/rubbershot{ + pixel_x = -2; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"mRL" = ( +/obj/structure/table/wood, +/obj/machinery/newscaster/directional/north, +/obj/item/folder, +/obj/item/folder, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"mSm" = ( +/obj/machinery/door/airlock/freezer, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"mSE" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/brig) +"mTB" = ( +/obj/structure/bed/roller, +/obj/machinery/iv_drip, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"mTD" = ( +/obj/machinery/computer/operating{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/primary) +"mTU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"mUf" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"mUi" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"mUl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/misc_lab) +"mUq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"mUv" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"mUU" = ( +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/hos, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel, +/area/station/command/office/hos) +"mVl" = ( +/obj/structure/chair/sofa/corp/left, +/obj/machinery/alarm/directional/north, +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"mVu" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"mVB" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/brig) +"mVD" = ( +/obj/machinery/light/small/directional/south, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"mVG" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"mVN" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"mVO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"mVR" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/redgrid, +/area/station/turret_protected/ai_upload) +"mVS" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"mVW" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"mWH" = ( +/obj/structure/chair/office/dark{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"mWI" = ( +/obj/structure/table/wood/poker, +/obj/item/deck/cards{ + pixel_y = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"mWL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"mWN" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/disposal, +/obj/machinery/light/small/directional/east, +/obj/structure/disposalpipe/trunk, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"mXs" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Fitness Ring" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/public/fitness) +"mXw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"mXx" = ( +/obj/machinery/light_switch/east, +/obj/structure/rack, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/item/storage/box/bodybags{ + pixel_x = -3; + pixel_y = 2 + }, +/obj/item/storage/box/iv_bags{ + pixel_x = 5; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"mXy" = ( +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"mXE" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light/directional/east, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"mXQ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"mYh" = ( +/obj/machinery/conveyor_switch/oneway{ + id = "QMLoad"; + pixel_x = -13; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"mYo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"mYr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"mYt" = ( +/obj/machinery/light/small/directional/east, +/obj/item/storage/bag/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"mYv" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"mYE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"mYU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"mYX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/north, +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"mZb" = ( +/obj/structure/grille, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"mZe" = ( +/obj/machinery/r_n_d/protolathe, +/obj/machinery/computer/guestpass{ + pixel_y = 30 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"mZH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"mZJ" = ( +/obj/structure/reflector/single{ + anchored = 1; + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"mZL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/wood, +/area/station/service/bar) +"mZZ" = ( +/obj/machinery/photocopier, +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"nan" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 6 + }, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"naU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"naY" = ( +/obj/structure/chair/stool/bar{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"nbg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/small/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nbG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"nbK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"nbM" = ( +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"nbN" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nbO" = ( +/obj/effect/spawner/airlock/s_to_n, +/turf/simulated/wall, +/area/station/public/construction) +"ncd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"ncp" = ( +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #4"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"ncA" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/sign/vacuum/external{ + pixel_y = -32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/airlock_controller/air_cycler{ + pixel_x = 9; + pixel_y = 25; + vent_link_id = "aiaccess_vent"; + ext_door_link_id = "aiaccess_door_ext"; + int_door_link_id = "aiaccess_door_int"; + ext_button_link_id = "aiaccess_btn_ext"; + int_button_link_id = "aiaccess_btn_int" + }, +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + autolink_id = "aiaccess_vent" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"ncC" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Outer Window"; + dir = 8 + }, +/obj/machinery/door/window/reinforced/normal{ + name = "Security Desk"; + dir = 4 + }, +/obj/item/folder/red, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"ncG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"ndi" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"ndp" = ( +/obj/machinery/light/directional/south, +/obj/machinery/status_display/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"ndv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"ndD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ndR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"ndS" = ( +/obj/structure/closet/secure_closet/reagents, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"ndY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"nec" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"nej" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"neT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"neW" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"nfe" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/public/construction) +"nfj" = ( +/obj/structure/closet, +/obj/item/reagent_containers/drinks/bottle/beer{ + desc = "Takes you to a whole new level of thinking."; + name = "Meta-Cider" + }, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nfk" = ( +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 8; + name = "Air to External Air Ports" + }, +/obj/machinery/light_switch/north{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"nfB" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/general, +/turf/simulated/floor/plating, +/area/station/supply/warehouse) +"nfR" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"nfW" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/break_room) +"nfX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"nge" = ( +/obj/structure/chair/sofa/corp/right{ + dir = 1 + }, +/obj/machinery/light_switch/west, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/break_room) +"ngh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"ngm" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ngG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"ngI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"ngS" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/reversed{ + name = "Cargo Desk" + }, +/obj/item/paper/crumpled, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"nht" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"nhP" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/musician/piano, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"nhR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/firecloset, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"nhU" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/research) +"nia" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/power/solar{ + name = "Aft-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"nic" = ( +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"nig" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"niu" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"niv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"niB" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Cargo Desk" + }, +/obj/item/paper_bin{ + pixel_x = -7; + pixel_y = 6 + }, +/obj/machinery/door/firedoor, +/obj/item/desk_bell{ + pixel_x = 7; + pixel_y = 7; + anchored = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"niC" = ( +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"niH" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"niQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"niS" = ( +/obj/effect/landmark/start/chef, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"niU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"njf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory) +"njo" = ( +/obj/machinery/biogenerator, +/obj/effect/turf_decal/stripes/end, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"nju" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"njV" = ( +/obj/structure/closet/l3closet/scientist, +/obj/structure/sign/securearea{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"nkt" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"nkz" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkpurple" + }, +/area/station/maintenance/aft2) +"nkU" = ( +/mob/living/simple_animal/pet/dog/corgi/borgi, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"nln" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"nlp" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 4; + autolink_id = "soldock_vent" + }, +/obj/machinery/airlock_controller/air_cycler{ + pixel_y = -25; + vent_link_id = "soldock_vent"; + ext_door_link_id = "soldock_door_ext"; + int_door_link_id = "soldock_door_int"; + ext_button_link_id = "soldock_btn_ext"; + int_button_link_id = "soldock_btn_int" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"nls" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"nlw" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"nlB" = ( +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"nlQ" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"nmc" = ( +/obj/structure/reagent_dispensers/beerkeg/nuke, +/obj/structure/table/wood, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"nmd" = ( +/obj/structure/cable/green{ + icon_state = "1-9" + }, +/obj/item/stack/cable_coil/orange, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nmh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"nnI" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"noy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"noA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"noE" = ( +/obj/structure/table, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"noI" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/computer/crew{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"npj" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"npq" = ( +/turf/simulated/wall, +/area/station/science/lobby) +"npx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"npB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"nqr" = ( +/obj/structure/table, +/obj/item/wrench, +/obj/item/crowbar, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"nqt" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"nqJ" = ( +/obj/structure/table, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/item/radio{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"nrj" = ( +/obj/structure/chair/wood, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"nru" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"nsm" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/camera{ + c_tag = "Virology Central Hallway"; + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"nss" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 4; + name = "Cooling Loop Bypass" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"nsy" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"nsB" = ( +/obj/structure/table/wood, +/obj/item/clothing/mask/cigarette/pipe, +/obj/item/radio/intercom/directional/north, +/obj/machinery/light/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) +"nsJ" = ( +/obj/structure/sign/electricshock, +/turf/simulated/wall/r_wall, +/area/station/security/range) +"ntO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"ntU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"nui" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"nup" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/observation) +"nuy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"nuC" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Medbay" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "Medical Delivery" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nvB" = ( +/turf/simulated/wall, +/area/station/security/prison/cell_block/a) +"nvN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"nvP" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/maintenance/aft2) +"nvY" = ( +/obj/machinery/computer/secure_data{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"nwp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nwx" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"nwQ" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Theatre Stage"; + dir = 8 + }, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"nwU" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/clown) +"nwY" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"nwZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/camera{ + c_tag = "Prison Hallway Port - North"; + dir = 1; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"nxh" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nxr" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"nxu" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/bridge) +"nxO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/obj/structure/rack, +/obj/item/gun/energy/disabler{ + pixel_y = 6 + }, +/obj/item/gun/energy/disabler{ + pixel_y = 3 + }, +/obj/item/gun/energy/disabler, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"nxT" = ( +/turf/simulated/wall, +/area/station/maintenance/xenobio_north) +"nya" = ( +/obj/machinery/economy/vending/coffee, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"nyg" = ( +/obj/structure/table/glass, +/obj/item/folder/blue{ + pixel_x = 6; + pixel_y = 6 + }, +/obj/item/folder/white, +/obj/item/pen, +/obj/item/stamp/cmo, +/obj/item/lighter/zippo/cmo{ + pixel_x = -14; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"nyM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"nyT" = ( +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"nza" = ( +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"nzf" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"nzv" = ( +/obj/structure/table/wood, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/glass/fifty{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/storage/fancy/candle_box/eternal, +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"nzz" = ( +/obj/structure/girder, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"nzE" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/security/processing) +"nzP" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"nzW" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/navbeacon{ + codes_txt = "patrol;next_patrol=8-Central-to-Aft"; + location = "7.5-Starboard-Aft-Corner" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "21" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"nzX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"nAM" = ( +/obj/machinery/space_heater, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"nBd" = ( +/obj/structure/cable/cyan{ + icon_state = "0-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nBj" = ( +/obj/structure/table/wood, +/obj/item/storage/photo_album, +/obj/item/book/codex_gigas, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"nBp" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nBF" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"nCf" = ( +/obj/structure/grille/broken, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"nCm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"nCH" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"nCR" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"nDb" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 5"; + pixel_y = 28 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"nDd" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"nDu" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"nDF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"nEr" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/warden) +"nEw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"nEz" = ( +/obj/effect/spawner/airlock/s_to_n, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"nEJ" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"nEM" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"nET" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"nEU" = ( +/obj/machinery/door/airlock/external{ + id_tag = "engine_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "engine_btn_int"; + name = "interior access button"; + pixel_x = -24; + req_access = list(10,13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nFf" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = 7 + }, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_x = -4 + }, +/obj/item/reagent_containers/glass/bottle/epinephrine{ + pixel_x = -4; + pixel_y = 12 + }, +/obj/item/reagent_containers/glass/bottle/charcoal{ + pixel_x = 7; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"nFh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"nFZ" = ( +/obj/machinery/door/airlock/external{ + id_tag = "engine_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "engine_btn_ext"; + name = "interior access button"; + pixel_y = 24; + req_access = list(10,13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nGj" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"nGk" = ( +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"nGt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/exam_room) +"nGy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"nHi" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/gravitygenerator) +"nHB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"nIi" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/main) +"nIs" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "17" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nIG" = ( +/obj/machinery/light_switch/east, +/obj/machinery/camera{ + c_tag = "Virology Lab"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"nIZ" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 7; + height = 18; + id = "trade_dock"; + name = "port bay 4 at Cerebron"; + width = 15; + dheight = 1 + }, +/turf/space, +/area/space) +"nKf" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"nKx" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/power/port_gen/pacman, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat/service) +"nKy" = ( +/obj/structure/table/wood, +/obj/structure/showcase/machinery{ + desc = "A slightly battered looking TV. Various Nanotrasen infomercials play on a loop, accompanied by a jaunty tune."; + icon = 'icons/obj/computer.dmi'; + icon_state = "television"; + name = "\improper Nanotrasen corporate newsfeed"; + pixel_x = 2; + pixel_y = 3 + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"nKU" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/genetics, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"nLV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "12" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"nLZ" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"nMk" = ( +/obj/structure/chair/wood/wings{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"nMt" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nMx" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/space, +/area/space/nearstation) +"nMC" = ( +/turf/simulated/wall/r_wall, +/area/station/engineering/secure_storage) +"nME" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 1; + filter_type = 2 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"nNk" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nNq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/brig) +"nOA" = ( +/obj/effect/turf_decal/tile/neutral{ + dir = 1 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"nOF" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"nOR" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/maintenance_hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"nOU" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nPe" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/turret_protected/aisat/interior) +"nPw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"nPD" = ( +/obj/structure/closet/emcloset, +/obj/effect/spawner/random/maintenance, +/obj/effect/spawner/random/cobweb/left/frequent, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nPH" = ( +/obj/machinery/economy/vending/suitdispenser, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"nPV" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"nQg" = ( +/obj/machinery/photocopier, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"nRh" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"nRl" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"nSs" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"nSH" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"nSQ" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = -7; + pixel_y = 15 + }, +/obj/item/folder/yellow{ + pixel_x = 7; + pixel_y = 15 + }, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen/red, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/qm) +"nTF" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/sign/poster/contraband/random/west, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"nTK" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"nTX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/public/storage/emergency) +"nUa" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/science/explab) +"nUu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/greengrid, +/area/station/science/robotics/chargebay) +"nUG" = ( +/obj/effect/landmark/start/roboticist, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"nUU" = ( +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"nUW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"nVd" = ( +/obj/structure/table, +/obj/item/book/manual/wiki/security_space_law{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/item/taperecorder{ + pixel_x = 4 + }, +/obj/machinery/light/directional/east, +/obj/machinery/newscaster/security_unit/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"nVg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"nVQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nVX" = ( +/obj/item/radio/intercom/directional/west, +/obj/item/radio/intercom/department/security{ + pixel_x = -34; + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/processing) +"nWG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"nWH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"nWJ" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"nWX" = ( +/obj/machinery/shower{ + dir = 4 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"nXr" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"nXL" = ( +/obj/machinery/light_switch/south, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"nXT" = ( +/obj/machinery/gateway{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "vault" + }, +/area/station/supply/expedition) +"nYq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"nYs" = ( +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nYu" = ( +/obj/machinery/computer/arcade/battle{ + dir = 8 + }, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"nYF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/hallway/primary/aft) +"nYH" = ( +/obj/structure/closet/secure_closet/rd, +/obj/machinery/newscaster/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/obj/item/megaphone, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"nYI" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"nYP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"nZj" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/station/engineering/control) +"nZB" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 4; + name = "Gas filter (N2O tank)"; + on = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"oab" = ( +/obj/structure/lattice/catwalk, +/obj/item/toy/plushie/carpplushie, +/turf/space, +/area/space/nearstation) +"oaj" = ( +/obj/structure/table/glass, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/item/reagent_containers/glass/beaker, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/dropper, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"oan" = ( +/obj/machinery/light_switch/south, +/obj/machinery/camera{ + c_tag = "Prison Cell Block 1"; + dir = 1; + network = list("Prison","SS13") + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"oaE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/main) +"oaI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"oaX" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"obJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"obP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"och" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"oco" = ( +/obj/machinery/computer/rdconsole/core{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"ocp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ocI" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/brig) +"odb" = ( +/turf/simulated/floor/plasteel, +/area/station/supply/qm) +"odw" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/spacehut) +"ody" = ( +/obj/machinery/biogenerator, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"odF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/item/radio/intercom/directional/south, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"odO" = ( +/obj/machinery/blackbox_recorder, +/turf/simulated/floor/bluegrid, +/area/station/telecomms/chamber) +"odT" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"odW" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"oee" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"oeA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/brig) +"oeK" = ( +/obj/machinery/camera/motion{ + c_tag = "AI Chamber - Core"; + network = list("SS13","MiniSat"); + start_active = 1 + }, +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/door/window/reinforced/reversed{ + name = "Primary AI Core Access"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai) +"oeP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"ofD" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/medbay) +"oga" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"ogq" = ( +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/reception) +"ogE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"oha" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"ohH" = ( +/obj/effect/spawner/airlock/e_to_w/long, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"ohK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oic" = ( +/obj/machinery/camera{ + c_tag = "Science Hallway - Central"; + dir = 4; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"oiv" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/service/chapel) +"oiC" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"oiX" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"oje" = ( +/obj/structure/reagent_dispensers/watertank/high, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oji" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/power/solar{ + name = "Aft-Port Solar Array" + }, +/turf/simulated/floor/plasteel/airless{ + icon_state = "solarpanel" + }, +/area/station/engineering/solar/port) +"ojA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"ojT" = ( +/obj/effect/spawner/xmastree, +/turf/simulated/floor/wood, +/area/station/service/bar) +"olg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"olt" = ( +/obj/machinery/magnetic_module, +/obj/structure/target_stake, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"omh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"omr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "C2" + }, +/area/station/hallway/primary/central) +"omG" = ( +/obj/structure/table/reinforced, +/obj/item/storage/bag/tray, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"omI" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/distribution) +"omK" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"omW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment, +/turf/space, +/area/space/nearstation) +"onF" = ( +/obj/item/radio/intercom/directional/north, +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"oob" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/pump, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "blueyellow" + }, +/area/station/hallway/primary/starboard) +"ook" = ( +/obj/effect/mapping_helpers/turfs/rust/maybe, +/turf/simulated/wall/r_wall, +/area/station/security/range) +"ooD" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ooH" = ( +/obj/machinery/light/small/directional/east, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"ooN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"ooP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"ooX" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + autolink_id = "n2_out"; + dir = 1; + external_pressure_bound = 0; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"opf" = ( +/obj/machinery/disposal, +/obj/machinery/alarm/directional/south, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"opu" = ( +/obj/structure/bed/roller, +/obj/item/radio/intercom/directional/south, +/obj/machinery/camera{ + c_tag = "Medbay Foyer"; + dir = 1 + }, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/structure/sign/directions/medical{ + pixel_y = -39 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"opB" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"opU" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 5 + }, +/turf/space, +/area/space/nearstation) +"opV" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"opZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oqi" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oqk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/uncertain, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oqO" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/medical/reception) +"orm" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"orV" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Kitchen" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"orY" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"osq" = ( +/obj/machinery/computer/mech_bay_power_console{ + dir = 8 + }, +/turf/simulated/floor/greengrid, +/area/station/science/robotics/chargebay) +"otp" = ( +/obj/structure/table, +/obj/structure/sign/poster/official/random/south, +/obj/item/book/manual/wiki/sop_supply, +/obj/item/storage/belt/utility, +/obj/item/screwdriver/cargo, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"otS" = ( +/obj/machinery/light/small/directional/north, +/obj/structure/morgue{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"ouq" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"ouz" = ( +/obj/effect/turf_decal/loading_area{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"ovM" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/space, +/area/station/engineering/solar/fore) +"owq" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"owQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"oxy" = ( +/obj/machinery/turretid/stun{ + name = "AI Upload Turret Control"; + pixel_y = -8; + req_access = list(75) + }, +/turf/simulated/wall/r_wall, +/area/station/turret_protected/ai_upload) +"oxJ" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/item/flashlight, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"oxT" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/iaa, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"oyM" = ( +/obj/machinery/computer/security/telescreen/entertainment/directional/east, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"oyN" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"oyP" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"oyY" = ( +/obj/structure/bed/dogbed, +/mob/living/simple_animal/hostile/retaliate/araneus, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"ozf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ozg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oAs" = ( +/obj/structure/table/reinforced, +/obj/machinery/firealarm/directional/west, +/obj/structure/extinguisher_cabinet/directional/north, +/obj/item/flash{ + pixel_x = -5 + }, +/obj/item/flash, +/obj/item/flash{ + pixel_x = -5 + }, +/obj/item/flash, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/item/toy/figure/crew/roboticist{ + pixel_x = 7; + pixel_y = 4 + }, +/obj/item/mecha_parts/core, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"oBh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"oBN" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/security/permabrig) +"oBO" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"oBT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"oCl" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics - Central"; + dir = 1 + }, +/obj/structure/reagent_dispensers/fueltank, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oCC" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 1; + name = "Pure to Mix" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"oCX" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/stack/sheet/metal/fifty, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/item/grenade/chem_grenade/metalfoam, +/obj/machinery/alarm/directional/north, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"oCZ" = ( +/obj/machinery/chem_master, +/obj/structure/reagent_dispensers/fueltank/chem/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"oDf" = ( +/obj/item/paper, +/obj/structure/table/reinforced, +/obj/machinery/door/window/reinforced/normal{ + name = "Arrivals Security Checkpoint"; + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/secondary) +"oDj" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Science - Research Fore"; + dir = 10; + network = list("Research","SS13") + }, +/obj/item/wrench, +/obj/item/clothing/glasses/welding, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"oDp" = ( +/obj/structure/girder, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oEe" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 4; + filter_type = 1; + name = "Gas filter (O2 tank)"; + on = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "blue" + }, +/area/station/engineering/atmos) +"oEm" = ( +/obj/machinery/camera{ + c_tag = "Prison Hallway Port - South"; + dir = 1; + network = list("Prison","SS13") + }, +/obj/machinery/light_switch/south{ + pixel_x = -6 + }, +/obj/structure/table, +/obj/item/reagent_containers/spray/pepper, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oEt" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"oET" = ( +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"oFd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"oFf" = ( +/obj/effect/spawner/random/trash, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"oFn" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"oFw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"oFF" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/trinary/mixer{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"oFY" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/electrical, +/obj/item/multitool{ + pixel_x = 4 + }, +/obj/item/multitool, +/obj/item/assembly/signaler, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"oGy" = ( +/obj/item/beach_ball/holoball, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oGB" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"oHd" = ( +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"oHu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/tile/bar, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"oHy" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/white/corner, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"oHR" = ( +/obj/structure/sign/greencross, +/turf/simulated/wall, +/area/station/medical/reception) +"oIa" = ( +/obj/structure/table, +/obj/machinery/camera{ + c_tag = "Science Toxins Test"; + dir = 4; + network = list("Research","SS13") + }, +/obj/structure/disaster_counter/toxins{ + pixel_x = -32 + }, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"oIb" = ( +/obj/machinery/computer/drone_control{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/radio/intercom/directional/west, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"oIs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oIT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"oJo" = ( +/obj/machinery/light_switch/east, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "chapel" + }, +/area/station/service/chapel) +"oJs" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"oJQ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/port) +"oJW" = ( +/obj/structure/dispenser, +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"oKu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oLF" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oMk" = ( +/obj/machinery/alarm/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"oMn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oMo" = ( +/obj/structure/lattice, +/obj/item/trash/spentcasing/shotgun, +/turf/space, +/area/space/nearstation) +"oMJ" = ( +/obj/machinery/cryopod, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"oMT" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"oNd" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oNk" = ( +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"oNl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"oNn" = ( +/obj/structure/girder, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"oNo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"oNr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"oNA" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/botanist, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"oNZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"oOg" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"oOs" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"oOt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "brown" + }, +/area/station/supply/lobby) +"oOu" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NT" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"oOJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"oOU" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/main) +"oPf" = ( +/turf/simulated/floor/plasteel{ + desc = ""; + icon_state = "C13" + }, +/area/station/hallway/primary/central) +"oPi" = ( +/obj/machinery/economy/atm/directional/west, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"oPO" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/obj/machinery/atmospherics/meter{ + autolink_id = "dloop_atm_meter"; + name = "Distribution Loop" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"oQc" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"oQz" = ( +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"oQE" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"oQF" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"oQV" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Security" + }, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"oRh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"oRx" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel, +/area/station/security/warden) +"oRL" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"oRQ" = ( +/obj/structure/table, +/obj/effect/decal/cleanable/dirt, +/obj/item/book/manual/wiki/sop_service, +/obj/item/book/manual/barman_recipes{ + pixel_x = -4; + pixel_y = 7 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"oRU" = ( +/obj/structure/sign/double/map/right{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-right-MS"; + pixel_y = 32 + }, +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"oSi" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"oSm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"oSr" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"oTc" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"oTn" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"oTt" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/catwalk, +/area/station/maintenance/fore) +"oTw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"oTB" = ( +/obj/structure/closet/secure_closet/hydroponics, +/obj/effect/turf_decal/stripes/line, +/obj/structure/extinguisher_cabinet/directional/north, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"oTM" = ( +/obj/structure/sign/fire, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"oTR" = ( +/obj/structure/closet/secure_closet/iaa, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/lawoffice) +"oUa" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/structure/sign/poster/contraband/random/north, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"oUs" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"oUw" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"oUI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"oUU" = ( +/obj/machinery/camera{ + c_tag = "Science - Robotics Workshop"; + network = list("Research","SS13") + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/light_switch/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"oVx" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/station/engineering/gravitygenerator) +"oVI" = ( +/obj/structure/lattice/catwalk, +/obj/structure/transit_tube/junction{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"oVM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"oWa" = ( +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #7"; + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"oWd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"oWm" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"oWs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"oWt" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"oWv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"oWE" = ( +/turf/simulated/wall/r_wall, +/area/station/public/fitness) +"oWL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"oWO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"oXd" = ( +/obj/structure/rack, +/obj/item/storage/box/seccarts{ + pixel_x = 5; + pixel_y = 8 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/storage/box/handcuffs{ + pixel_x = 1; + pixel_y = 4 + }, +/obj/item/storage/box/teargas{ + pixel_x = -1; + pixel_y = 2 + }, +/obj/item/storage/box/flashbangs{ + pixel_x = -3 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/armory) +"oXw" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"oXB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Aft"; + dir = 1; + network = list("SS13","engine") + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"oXO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"oYa" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/space, +/area/space/nearstation) +"oYO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C1" + }, +/area/station/hallway/primary/central) +"oZw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"oZX" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/service/crematorium, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"pam" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"pat" = ( +/obj/structure/table/wood, +/obj/machinery/computer/secure_data/laptop{ + dir = 1; + pixel_y = 4 + }, +/obj/machinery/firealarm/directional/east, +/obj/machinery/camera{ + c_tag = "Magistrate's Office"; + dir = 1 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"pau" = ( +/obj/structure/lattice, +/obj/item/stack/rods/ten, +/turf/space, +/area/space/nearstation) +"paT" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"paZ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"pcb" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"pcd" = ( +/obj/structure/table/reinforced, +/obj/item/kitchen/utensil/pfork, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"pcx" = ( +/obj/machinery/firealarm/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"pcy" = ( +/obj/structure/table/wood, +/obj/item/book/manual/wiki/security_space_law, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/item/coin/plasma, +/obj/item/melee/chainofcommand, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/power/apc/important/directional/west, +/turf/simulated/floor/wood, +/area/station/command/office/captain) +"pcz" = ( +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/wall, +/area/station/maintenance/fore) +"pcD" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pcN" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/showcase{ + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_y = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/science/robotics/showroom) +"pcW" = ( +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"pdc" = ( +/obj/item/seeds/carrot, +/obj/item/seeds/carrot, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass/no_creep, +/area/station/security/permabrig) +"pdp" = ( +/obj/structure/chair/comfy/black{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"pds" = ( +/obj/structure/rack, +/obj/item/storage/toolbox/mechanical, +/obj/item/storage/box/chemimp{ + pixel_x = 3; + pixel_y = 2 + }, +/obj/item/storage/box/trackimp, +/obj/item/storage/lockbox/mindshield, +/obj/machinery/firealarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/security/armory) +"pdE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"pdN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"pej" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/mining/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"peo" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pep" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pes" = ( +/obj/effect/spawner/random/trash, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"peF" = ( +/obj/machinery/door/airlock/engineering/glass{ + heat_proof = 1; + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"pfh" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 8; + location = "Kitchen" + }, +/obj/effect/turf_decal/delivery, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/normal{ + name = "Kitchen Delivery"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/maintenance/starboard) +"pfp" = ( +/obj/machinery/atmospherics/binary/volume_pump/on{ + name = "Waste In" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"pfH" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"pgs" = ( +/obj/structure/table, +/obj/item/toy/crayon/white{ + pixel_x = -5; + pixel_y = -4 + }, +/obj/item/toy/crayon/white{ + pixel_y = -4 + }, +/obj/item/bio_chip_implanter{ + pixel_x = 5; + pixel_y = 12 + }, +/obj/item/storage/box/evidence{ + pixel_x = -5; + pixel_y = 12 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"pgt" = ( +/obj/machinery/atmospherics/unary/tank/air{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pho" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"phu" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"phx" = ( +/obj/effect/landmark/start/doctor, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"phE" = ( +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"phI" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 8; + inlet_injector_autolink_id = "tox_in"; + name = "Toxin Supply Control"; + outlet_vent_autolink_id = "tox_out"; + autolink_sensors = list("tox_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "purple" + }, +/area/station/engineering/atmos) +"phQ" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"pig" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"piv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"piB" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"piE" = ( +/obj/item/storage/box, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"pji" = ( +/obj/structure/table/glass, +/obj/item/storage/box/monkeycubes{ + pixel_x = 6; + pixel_y = 4 + }, +/obj/item/storage/box/monkeycubes{ + pixel_x = -5; + pixel_y = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"pjn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/gravitygenerator) +"pjx" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"pjA" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"pkg" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "SHOW" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics/showroom) +"pko" = ( +/obj/machinery/airlock_controller/access_controller{ + name = "Virology Lab Access Console"; + pixel_x = 24; + pixel_y = -24; + ext_door_link_id = "viro_door_ext"; + int_door_link_id = "viro_door_int"; + ext_button_link_id = "viro_btn_ext"; + int_button_link_id = "viro_btn_int"; + req_access = list(39) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"pkq" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"pkw" = ( +/obj/structure/bed/roller, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"pkX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"pll" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/cardboard, +/obj/effect/spawner/random/maintenance, +/obj/item/toy/plushie/lizardplushie, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"pln" = ( +/obj/structure/lattice, +/obj/structure/window/reinforced, +/turf/space, +/area/space/nearstation) +"plq" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"plD" = ( +/obj/item/clothing/head/cone{ + pixel_x = -8; + pixel_y = 12 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"pmE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"pmT" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/item/kirbyplants/plant21, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"pmX" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"pnB" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 5"; + name = "Cell 5 Locker" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"poj" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + location = "Research Division" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard2) +"pos" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Port"; + dir = 8; + network = list("SS13","engine") + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"pot" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pps" = ( +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/restraints/handcuffs, +/obj/item/wrench, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"ppw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pqg" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"pqK" = ( +/obj/structure/closet/fireaxecabinet{ + pixel_x = -32 + }, +/obj/machinery/camera{ + c_tag = "Atmospherics - Port"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"pqL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/punching_bag, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pqM" = ( +/turf/simulated/wall, +/area/station/maintenance/port2) +"pqP" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"pre" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"pri" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/medical/chemistry) +"prF" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/door/window/classic/reversed{ + dir = 1; + name = "MiniSat Walkway Access" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"prI" = ( +/obj/item/radio/intercom/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"pso" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"psr" = ( +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/permabrig) +"psz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"psV" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"ptc" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/obj/structure/closet/secure_closet/psychiatrist, +/obj/item/clipboard{ + pixel_x = -5 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"ptm" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ptn" = ( +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"pts" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkredcorners" + }, +/area/station/security/armory/secure) +"ptU" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"ptX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"pue" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"pvo" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/warden) +"pvu" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/stack/spacecash{ + pixel_y = 5 + }, +/obj/item/reagent_containers/glass/rag, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"pvv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Starboard"; + dir = 5; + network = list("SS13","engine") + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"pwg" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"pwN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"pwP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"pxf" = ( +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pxj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pxr" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"pxG" = ( +/obj/structure/morgue, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"pxM" = ( +/obj/machinery/recharge_station, +/obj/machinery/door_control/bolt_control/west{ + id = "Toilet2" + }, +/obj/machinery/light/small/directional/north, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"pyU" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pzC" = ( +/obj/item/storage/belt/utility, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"pzQ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"pzV" = ( +/turf/simulated/floor/plasteel{ + icon_state = "C5" + }, +/area/station/hallway/primary/central) +"pzX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"pAj" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"pAO" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"pAU" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"pBl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"pBu" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"pBB" = ( +/obj/structure/sign/directions/engineering{ + dir = 4; + pixel_y = -24 + }, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway - Engineering"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"pBW" = ( +/obj/item/wrench, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"pCg" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"pCh" = ( +/obj/item/taperecorder, +/obj/item/camera, +/obj/structure/table/wood, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"pDA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/misc_lab) +"pEF" = ( +/obj/machinery/atmospherics/binary/pump, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"pEO" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"pET" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/hallway/primary/central) +"pFo" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"pFE" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; + name = "Surgery Cleaner"; + pixel_x = -8 + }, +/obj/item/radio/intercom/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"pFG" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 1 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"pGd" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/table/reinforced, +/obj/item/cigbutt/cigarbutt, +/obj/item/candle{ + pixel_x = -5 + }, +/obj/item/storage/fancy/matches{ + pixel_x = 1; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"pGk" = ( +/obj/machinery/atmospherics/unary/vent_pump/high_volume{ + dir = 8; + autolink_id = "engine_vent" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"pGn" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blackcorner" + }, +/area/station/security/permabrig) +"pGq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"pGO" = ( +/obj/structure/closet/secure_closet/security, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/storage) +"pGW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Secure Lab - Test Chamber"; + dir = 1; + network = list("TestChamber","SS13","Research") + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"pHq" = ( +/obj/structure/rack, +/obj/item/clothing/head/helmet/riot{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/riot{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = 3; + pixel_y = -5 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_y = -5 + }, +/obj/item/clothing/head/helmet/alt{ + pixel_x = -3; + pixel_y = -5 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkblue" + }, +/area/station/security/armory/secure) +"pHB" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"pHF" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"pHM" = ( +/obj/structure/sign/poster/official/random/east, +/obj/machinery/economy/vending/hydrodrobe, +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"pHQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pHY" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/reception) +"pIt" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"pJh" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/brig) +"pJi" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Nitrogen Outlet Valve" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/engineering/atmos) +"pJx" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pJE" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"pKi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"pKs" = ( +/obj/machinery/field/generator{ + state = 2 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"pKv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"pKE" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/camera{ + c_tag = "Brig Cell 2"; + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"pKG" = ( +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"pKM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pLD" = ( +/obj/machinery/door_timer/cell_1{ + pixel_x = -32 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"pLH" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"pLQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"pMx" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pMS" = ( +/obj/structure/table/glass, +/obj/item/paper/crumpled, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"pMT" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"pNo" = ( +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"pNz" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"pNO" = ( +/obj/machinery/door/window/brigdoor{ + dir = 4; + id = "Cell 2"; + name = "Cell 2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prison/cell_block/a) +"pOG" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"pOV" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio8"; + name = "Xenobio Pen 8 Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"pOW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/maintenance/starboard) +"pPj" = ( +/obj/structure/table, +/obj/item/hand_labeler{ + pixel_y = 11 + }, +/obj/item/stack/package_wrap{ + pixel_x = 2; + pixel_y = -3 + }, +/obj/item/hand_labeler_refill{ + pixel_x = -8; + pixel_y = 3 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "brown" + }, +/area/station/supply/office) +"pPn" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"pPA" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 6 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pPJ" = ( +/obj/structure/sign/securearea, +/turf/simulated/wall/r_wall, +/area/station/security/brig) +"pPV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/prisonlockers) +"pQd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"pQq" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/tcoms, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"pQv" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"pQx" = ( +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"pRp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"pRz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"pRI" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics - Starboard Aft"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"pRL" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Aft-Starboard Corner"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"pRQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/hallway/primary/fore) +"pRT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"pSf" = ( +/obj/machinery/atmospherics/trinary/filter/flipped{ + dir = 1; + filter_type = -1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"pSg" = ( +/obj/structure/table/glass, +/obj/machinery/computer/med_data/laptop, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"pSz" = ( +/obj/structure/rack, +/obj/structure/sign/poster/random{ + pixel_x = 32 + }, +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/book/manual/wiki/sop_service, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"pSE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"pSL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"pSM" = ( +/obj/machinery/camera{ + c_tag = "Head of Security's Office" + }, +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"pTW" = ( +/obj/structure/rack, +/obj/item/storage/box/beakers{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/storage/box/syringes, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"pUc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/aisat/interior) +"pUg" = ( +/obj/machinery/door/firedoor, +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 8 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/chemistry{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"pUh" = ( +/obj/structure/closet/secure_closet/genetics, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"pUq" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"pUs" = ( +/obj/machinery/door/poddoor{ + id_tag = "ToxinsVenting"; + name = "Toxins Venting Bay Door"; + power_state = 0 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"pUx" = ( +/obj/structure/table, +/obj/item/deck/cards{ + pixel_y = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/break_room) +"pUF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"pUU" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"pUY" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"pVq" = ( +/obj/machinery/gateway{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"pVO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"pVQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"pWt" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"pWK" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"pWM" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"pWX" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"pXf" = ( +/obj/machinery/flasher_button{ + id = "soli1"; + name = "Solitary 1 Flasher"; + pixel_x = 26; + pixel_y = 7 + }, +/obj/machinery/flasher_button{ + id = "soli2"; + name = "Solitary 2 Flasher"; + pixel_x = 26; + pixel_y = -7 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"pXH" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"pXO" = ( +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"pXX" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/bodybags, +/obj/item/clothing/mask/surgical, +/obj/item/clothing/gloves/color/latex, +/obj/machinery/requests_console/directional/west, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"pYv" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/junction/y{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"pYx" = ( +/obj/structure/table, +/obj/item/stack/sheet/metal/ten, +/obj/item/electropack, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"pZe" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"qal" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qaq" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"qaz" = ( +/obj/structure/table, +/obj/item/radio/intercom/department/security{ + pixel_x = 2; + dir = 1; + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"qaA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/main) +"qaB" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/computer/borgupload, +/obj/machinery/door/window/classic/normal{ + name = "Cyborg Upload Console Window" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"qba" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin/nanotrasen{ + pixel_x = -15; + pixel_y = 2 + }, +/obj/item/radio/intercom/directional/east, +/obj/item/pen/multi{ + pixel_x = -15; + pixel_y = 2 + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"qbe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/machinery/atmospherics/unary/thermomachine/freezer, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"qbf" = ( +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"qbl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"qbC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"qbE" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"qbU" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"qce" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/economy/vending/sovietsoda, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"qcu" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/box, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"qcw" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"qcE" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/public/construction) +"qcH" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"qcP" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"qdp" = ( +/obj/machinery/camera{ + c_tag = "Medbay Main Hallway- Surgical Junction"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"qdr" = ( +/obj/machinery/light/small/directional/south, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"qdT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/permabrig) +"qee" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"qei" = ( +/obj/machinery/shower{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/obj/effect/turf_decal/siding{ + dir = 9 + }, +/obj/machinery/firealarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/research) +"qeD" = ( +/obj/structure/closet/toolcloset, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"qeF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"qeK" = ( +/turf/simulated/wall/r_wall, +/area/station/security/detective) +"qeW" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"qfa" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"qfe" = ( +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #2" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qfs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/engineering/tech_storage) +"qfR" = ( +/obj/machinery/porta_turret/ai_turret, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"qgk" = ( +/turf/simulated/wall/r_wall, +/area/station/command/office/captain) +"qgp" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"qgs" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"qgw" = ( +/obj/structure/table, +/obj/item/flashlight/lamp, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"qgz" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"qgH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"qhd" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/wood, +/area/station/maintenance/starboard) +"qid" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qiA" = ( +/obj/structure/closet/crate/sci, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"qiI" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"qiP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"qkC" = ( +/obj/machinery/door/airlock/external{ + id_tag = "aiaccess_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor/preopen{ + id_tag = "transittube"; + name = "Transit Tube Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "aiaccess_btn_ext"; + name = "exterior access button"; + pixel_y = 24; + req_access = list(75,13) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"qkD" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"qkK" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"qkM" = ( +/obj/structure/table, +/obj/machinery/light/directional/west, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/item/clothing/mask/gas, +/obj/item/storage/box{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/item/storage/box, +/obj/machinery/requests_console/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"qkT" = ( +/obj/structure/table, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/folder/yellow{ + pixel_x = 3; + pixel_y = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "brown" + }, +/area/station/supply/office) +"qlu" = ( +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #3"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qlx" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"qlH" = ( +/obj/item/clothing/gloves/color/fyellow, +/obj/item/stack/cable_coil, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"qlO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"qlS" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/binary/valve{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/turbine) +"qlX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"qma" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"qmc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/library, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"qmv" = ( +/obj/machinery/door/airlock/external/glass{ + id_tag = "arrivalsmaint_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/access_button{ + autolink_id = "arrivalsmaint_btn_int"; + name = "interior access button"; + pixel_y = -24; + req_access = list(13) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"qmL" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/closet/radiation, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"qnp" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"qnt" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/lobby) +"qnu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"qnY" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"qof" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/alarm/directional/north, +/obj/structure/closet/crate/freezer/iv_storage/organ, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"qoi" = ( +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"qoQ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"qpk" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/storage) +"qpw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/junction/reversed{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/public/dorms) +"qpH" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "browncorner" + }, +/area/station/supply/lobby) +"qpO" = ( +/turf/simulated/wall, +/area/station/engineering/equipmentstorage) +"qqk" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"qqC" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"qqM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"qrd" = ( +/obj/structure/chair/wood{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Mr. Chang's"; + dir = 4 + }, +/obj/effect/landmark/start/dealer, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"qrh" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"qrO" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/electricshock{ + pixel_x = 32 + }, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"qrT" = ( +/obj/effect/landmark/start/explorer, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"qse" = ( +/obj/machinery/hologram/holopad, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"qsr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"qsN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 2; + sort_type_txt = "19" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"qta" = ( +/obj/machinery/camera{ + c_tag = "Science Hallway - Research Director's Office"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"qto" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/camera{ + c_tag = "Engineering Supermatter Fore"; + network = list("SS13","engine") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"qtr" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"qtt" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/light_switch/east, +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 8; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = 9; + pixel_y = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/universal, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"qub" = ( +/obj/machinery/r_n_d/server/station, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 6 + }, +/obj/effect/turf_decal/siding{ + dir = 4 + }, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"quh" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffel/security{ + pixel_y = 7 + }, +/obj/item/storage/backpack/duffel/security, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"quj" = ( +/obj/machinery/button/windowtint/west{ + id = "HoS"; + pixel_y = 6; + req_access = list(58) + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"quL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"quR" = ( +/obj/effect/spawner/airlock/long, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"quW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"quY" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"qvd" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"qvg" = ( +/obj/effect/turf_decal/tile/brown{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"qvm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"qvp" = ( +/obj/structure/closet/crate, +/obj/effect/decal/cleanable/dirt, +/obj/item/food/breadslice, +/obj/item/food/breadslice, +/obj/item/food/breadslice, +/obj/item/food/grown/potato, +/obj/item/food/grown/potato, +/obj/item/food/grown/onion, +/obj/item/food/grown/onion, +/obj/item/storage/box/donkpockets, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/item/storage/fancy/egg_box, +/obj/item/reagent_containers/condiment/flour, +/obj/item/reagent_containers/condiment/rice, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"qvv" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"qvN" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"qvY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"qwm" = ( +/obj/structure/sign/securearea{ + name = "\improper STAY CLEAR HEAVY MACHINERY" + }, +/turf/simulated/wall, +/area/station/maintenance/disposal) +"qww" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"qwB" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"qxo" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qxZ" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"qyb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"qyo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"qyA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"qyI" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qAb" = ( +/obj/machinery/camera{ + c_tag = "Brig - Hallway - Port"; + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"qAh" = ( +/obj/structure/sink/directional/north, +/obj/structure/sign/poster/official/cleanliness{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"qAr" = ( +/obj/machinery/light/small/directional/north, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = 30 + }, +/obj/effect/decal/cleanable/cobweb2, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/service/library) +"qAG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"qAH" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/beaker/large{ + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper{ + pixel_y = -5 + }, +/obj/machinery/alarm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"qAP" = ( +/obj/machinery/button/windowtint/east{ + id = "Surgery2"; + pixel_y = -4; + req_access = list(45) + }, +/obj/machinery/holosign_switch/east{ + id = "surgery2"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"qBP" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "C8" + }, +/area/station/hallway/primary/central) +"qCm" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"qCv" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"qCA" = ( +/obj/structure/cable/cyan{ + icon_state = "1-8" + }, +/obj/structure/cable/green, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qCK" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"qDd" = ( +/obj/structure/table/glass, +/obj/item/roller{ + pixel_y = 6 + }, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = -27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"qDl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/brig) +"qEg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"qEm" = ( +/obj/machinery/camera{ + c_tag = "Command Hallway - Port"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"qEn" = ( +/obj/machinery/economy/vending/tool/free, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"qEA" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/main) +"qEX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"qFl" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"qFz" = ( +/obj/item/kirbyplants, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"qFI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"qGf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"qIg" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"qIh" = ( +/obj/machinery/sparker{ + id = "Xenobio"; + pixel_y = 25 + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"qIk" = ( +/obj/structure/window/reinforced, +/obj/machinery/door/firedoor, +/obj/machinery/computer/supplycomp/public{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"qIB" = ( +/obj/machinery/recharge_station, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"qJz" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"qJA" = ( +/obj/structure/table, +/obj/item/eftpos, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"qJN" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"qKh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"qKA" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"qKE" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"qLb" = ( +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"qLe" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"qLf" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/window/classic/normal{ + dir = 4; + name = "Engineering Desk" + }, +/obj/item/folder/yellow, +/obj/item/pen, +/obj/effect/mapping_helpers/airlock/windoor/access/any/engineering/construction{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"qLo" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"qLW" = ( +/obj/machinery/door/window/classic/normal{ + name = "Danger: Conveyor Access"; + dir = 1 + }, +/obj/machinery/conveyor/west{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"qMg" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/maintenance/turbine) +"qMv" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"qMB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"qMU" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"qMX" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table, +/obj/machinery/door_control/shutter{ + id = "xenobio3"; + name = "Xenobio Pen 3 Blast Doors"; + pixel_y = 4; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"qNa" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"qNI" = ( +/obj/structure/sign/vacuum/external, +/turf/simulated/wall, +/area/station/supply/storage) +"qNJ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/blue{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"qNN" = ( +/obj/structure/cable/cyan{ + icon_state = "1-10" + }, +/obj/structure/cable/pink{ + icon_state = "1-6" + }, +/obj/structure/cable/cyan{ + icon_state = "2-4" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"qNV" = ( +/obj/machinery/camera{ + c_tag = "Prison Cell Block 2"; + dir = 4; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"qOx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/warden) +"qOQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"qPe" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"qPp" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"qPr" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Xenobio Pen 1 Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"qQw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"qQy" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"qQH" = ( +/obj/structure/table/glass, +/obj/structure/reagent_dispensers/virusfood{ + pixel_x = -30 + }, +/obj/item/folder/white{ + pixel_x = 4; + pixel_y = -3 + }, +/obj/machinery/requests_console/directional/south, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/stack/sheet/mineral/plasma, +/obj/item/pen/red{ + pixel_x = 7; + pixel_y = 10 + }, +/obj/item/storage/fancy/vials{ + pixel_x = -2; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"qQO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/button/windowtint/west{ + id = "Interrogation"; + pixel_y = 6; + req_access = list(63) + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"qRm" = ( +/mob/living/simple_animal/mouse, +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"qRI" = ( +/obj/structure/sign/atmosplaque{ + pixel_x = -32 + }, +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/obj/machinery/newscaster/directional/south, +/obj/machinery/camera{ + c_tag = "Atmospherics - Desk"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"qSf" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"qSr" = ( +/obj/machinery/camera{ + c_tag = "Prisoner Execution Chamber"; + dir = 4; + network = list("Prison","SS13") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"qSD" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"qSE" = ( +/obj/structure/table, +/obj/machinery/computer/security/telescreen{ + desc = "Used for watching the test chamber."; + layer = 4; + name = "Test Chamber Telescreen"; + network = list("Toxins"); + pixel_x = -2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"qTF" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"qTK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/public/dorms) +"qUA" = ( +/obj/machinery/door/poddoor/shutters/radiation/preopen{ + dir = 2; + id_tag = "engsm"; + name = "Radiation Chamber Shutters" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/item/crowbar, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"qVi" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/bridge) +"qVA" = ( +/obj/machinery/door/morgue{ + name = "Confession Booth" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel) +"qVE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/wood, +/area/station/public/mrchangs) +"qVY" = ( +/obj/item/storage/secure/safe{ + pixel_y = 32 + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"qWm" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory) +"qWM" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"qWN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"qXK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"qXW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"qXY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/main) +"qYe" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"qYi" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/computer/camera_advanced/xenobio{ + dir = 8 + }, +/obj/machinery/light/small/directional/south, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/xenobiology) +"qZg" = ( +/obj/item/seeds/chili, +/obj/item/seeds/chili, +/obj/item/seeds/chili, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass/no_creep, +/area/station/security/permabrig) +"qZz" = ( +/obj/machinery/door/airlock/external{ + id_tag = "aiaccess_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "transittube"; + name = "Transit Tube Blast Door" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "aiaccess_btn_int"; + name = "interior access button"; + pixel_y = 24; + req_access = list(75,13) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"rab" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/airlock_controller/access_controller{ + name = "Atmos Supermatter Access Console"; + ext_door_link_id = "atmossm_door_ext"; + int_door_link_id = "atmossm_door_int"; + pixel_y = -24; + ext_button_link_id = "atmossm_btn_ext"; + int_button_link_id = "atmossm_btn_int" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"rak" = ( +/obj/structure/table/glass, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/grenade/chem_grenade, +/obj/item/stack/cable_coil, +/obj/item/stack/cable_coil, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 14 + }, +/obj/structure/disaster_counter/chemistry{ + pixel_x = -32 + }, +/obj/item/assembly/igniter{ + pixel_x = 3; + pixel_y = -7 + }, +/obj/item/assembly/timer{ + pixel_x = -3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"rao" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"raV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"rbd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"rbu" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"rbv" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/flasher{ + id = "secentranceflasher"; + pixel_x = 26 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"rbC" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"rbN" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rbR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"rbU" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rcI" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rcQ" = ( +/obj/structure/sign/security{ + pixel_y = 32 + }, +/turf/space, +/area/space/nearstation) +"rcY" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"rdb" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"rdg" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"rdi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/structure/closet/crate/freezer/iv_storage, +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/camera{ + c_tag = "Medbay Cold Storage" + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"rdk" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Abandoned Desk"; + dir = 4 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + name = "Abandoned Shutter" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "purplefull" + }, +/area/station/maintenance/aft2) +"rdw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rdz" = ( +/obj/docking_port/stationary{ + dir = 2; + dwidth = 9; + height = 18; + id = "admin_home"; + name = "port bay 1"; + timid = 1; + width = 19 + }, +/turf/space, +/area/space) +"ret" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"reP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/binary/pump, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"reS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"rfg" = ( +/obj/structure/rack, +/obj/item/clothing/mask/gas, +/obj/item/storage/box/lights/mixed, +/obj/item/reagent_containers/drinks/shaker, +/obj/item/cultivator, +/obj/item/clothing/head/chefhat, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"rfn" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"rfD" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = 3; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"rgp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"rgu" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "greencorner" + }, +/area/station/security/permabrig) +"rgO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/paramedic, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"rgX" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"rhb" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/structure/chair, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"rhj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/brig) +"rhw" = ( +/obj/structure/mirror{ + pixel_y = -34 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sink/directional/north, +/turf/simulated/floor/wood, +/area/station/service/bar) +"rhH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"rif" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/storage) +"riF" = ( +/obj/machinery/light/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"riM" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"riN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/wood, +/area/station/service/clown) +"riX" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/science/server/coldroom) +"rjj" = ( +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "toxinaccess" + }, +/obj/machinery/door/firedoor/heavy, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"rjA" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"rjU" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"rkr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/centcom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rkT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"rkX" = ( +/obj/item/radio/intercom/directional/east, +/obj/structure/chair/stool, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"rll" = ( +/obj/structure/table/glass, +/obj/machinery/camera{ + c_tag = "Prison Sanitarium"; + network = list("Prison","SS13") + }, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"rlH" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/decal/cleanable/dirt, +/obj/structure/sign/securearea{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"rlJ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan, +/obj/machinery/light/directional/south, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"rmg" = ( +/obj/machinery/economy/atm/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"rmn" = ( +/obj/structure/table/reinforced, +/obj/item/stack/package_wrap, +/obj/item/hand_labeler, +/obj/item/radio/intercom/directional/south, +/obj/item/clothing/glasses/welding, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"rmz" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "arrival" + }, +/area/station/hallway/secondary/entry) +"rmE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"rnT" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"rnY" = ( +/obj/machinery/door/airlock/external{ + id_tag = "admin_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"roi" = ( +/obj/structure/table, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"rot" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"roH" = ( +/obj/structure/closet/crate/internals, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"rpg" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"rpt" = ( +/obj/item/radio/intercom/directional/west, +/obj/item/radio/intercom/department/security{ + pixel_x = -34; + dir = 4 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"rpy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rpG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rqj" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/surgery/observation) +"rqq" = ( +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"rqs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/bodyscanner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"rqt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"rqC" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"rqN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"rqW" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"rqY" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"rrq" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/supply/lobby) +"rsq" = ( +/obj/machinery/drone_fabricator, +/obj/machinery/camera{ + c_tag = "Atmospherics Monitoring"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"rsv" = ( +/obj/machinery/door/airlock/external/glass{ + id_tag = "aisat_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat) +"rsQ" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/bed/dogbed, +/mob/living/simple_animal/pet/dog/security, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/main) +"rsR" = ( +/obj/machinery/computer/security{ + dir = 8; + network = list("SS13","Research Outpost","Mining Outpost") + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"rsT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"rtb" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"rtk" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rtq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"rtY" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"ruj" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/atmospherics/portable/pump, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"ruH" = ( +/obj/item/radio/intercom/department/security{ + pixel_x = 22; + dir = 8 + }, +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/armory) +"ruY" = ( +/obj/machinery/light/small/directional/east, +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"ruZ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/mining, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/mail_sorting, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"rvu" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rvF" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"rwh" = ( +/obj/machinery/atmospherics/supermatter_crystal/engine, +/turf/simulated/floor/engine, +/area/station/engineering/engine/supermatter) +"rwj" = ( +/obj/structure/safe/floor, +/obj/item/food/fortunecookie, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rwk" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rwp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"rwE" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 9 + }, +/turf/space, +/area/space/nearstation) +"rwT" = ( +/obj/effect/spawner/random/trash, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"rxj" = ( +/obj/structure/extinguisher_cabinet/directional/north, +/obj/machinery/flasher/portable, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/armory) +"rxB" = ( +/obj/effect/decal/cleanable/insectguts, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"rxV" = ( +/obj/structure/table/reinforced, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"ryc" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rye" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"ryp" = ( +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/computer/security/telescreen/prison{ + pixel_y = -30 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ryz" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"ryB" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"ryN" = ( +/obj/structure/closet/cardboard, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"ryV" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Port Mix to Starboard Ports" + }, +/obj/item/crowbar, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rzh" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"rzl" = ( +/obj/structure/table/glass, +/obj/item/clothing/gloves/color/latex, +/obj/item/healthanalyzer{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/clothing/glasses/hud/health, +/obj/item/clothing/glasses/science, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"rzT" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"rzW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"rzX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"rAm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"rAp" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"rAE" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/atmospherics/pipe/simple/visible/purple, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"rBn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"rBo" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"rCq" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"rCt" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rDe" = ( +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rDg" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rDy" = ( +/obj/docking_port/stationary{ + dir = 8; + dwidth = 3; + height = 5; + id = "sst_home"; + name = "Near Cerebron Arrivals"; + width = 11 + }, +/turf/space, +/area/space) +"rDW" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"rEa" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"rEb" = ( +/obj/machinery/light/directional/south, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"rEl" = ( +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/warden) +"rEw" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"rEK" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"rEL" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rEV" = ( +/obj/effect/turf_decal/tile/bar, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"rFa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor{ + id_tag = "Secure Storage"; + name = "Secure Storage Blast Doors" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/engineering/secure_storage) +"rFe" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"rFq" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/brig) +"rFt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"rGd" = ( +/obj/structure/weightmachine/weightlifter, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rGj" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 8 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rGF" = ( +/obj/machinery/door/airlock/external{ + id_tag = "mining_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plating, +/area/station/supply/miningdock) +"rGJ" = ( +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"rGT" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"rGY" = ( +/obj/structure/table, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/suit/radiation, +/obj/item/clothing/head/radiation, +/obj/item/clothing/head/radiation, +/obj/item/geiger_counter, +/obj/item/geiger_counter, +/obj/item/clothing/glasses/meson, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"rHb" = ( +/obj/machinery/economy/vending/cigarette, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"rHl" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"rHF" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/secondary) +"rHM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/camera{ + c_tag = "Brig - Hallway - Starboard"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"rIj" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"rIq" = ( +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"rID" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/public/construction) +"rIT" = ( +/obj/structure/table, +/obj/item/geiger_counter, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"rIX" = ( +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"rJa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/chair{ + dir = 1 + }, +/obj/effect/landmark/start/atmospheric, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"rJh" = ( +/obj/machinery/requests_console/directional/north, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/rack, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = 6 + }, +/obj/item/gun/projectile/shotgun/riot{ + pixel_y = 3 + }, +/obj/item/gun/projectile/shotgun/riot, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"rJk" = ( +/obj/effect/turf_decal/delivery/blue/hollow, +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/exam_room) +"rJJ" = ( +/obj/machinery/door/airlock/titanium, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/mineral/titanium, +/area/shuttle/arrival/station) +"rJR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"rKa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"rKu" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"rKC" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"rKM" = ( +/obj/structure/table/wood, +/obj/machinery/light/small/directional/north, +/obj/structure/sign/poster/random{ + pixel_y = 32 + }, +/obj/item/staff/broom, +/obj/item/wrench, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"rLo" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"rLw" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "waste_sensor"; + output = 127 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"rLO" = ( +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"rLP" = ( +/obj/structure/table, +/obj/item/clothing/under/color/orange/prison{ + pixel_x = 14; + pixel_y = 5 + }, +/obj/item/clothing/under/color/orange/prison{ + pixel_x = 3; + pixel_y = 5 + }, +/obj/item/clothing/under/color/orange/prison{ + pixel_x = -8; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/permabrig) +"rLS" = ( +/obj/machinery/suit_storage_unit/cmo/secure, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "darkblue" + }, +/area/station/command/office/cmo) +"rMb" = ( +/obj/machinery/chem_dispenser, +/obj/item/reagent_containers/glass/beaker/large, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"rMp" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/nitrogen, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"rMO" = ( +/obj/structure/table, +/obj/item/paper/gravity_gen, +/obj/item/pen/blue, +/obj/effect/turf_decal/delivery, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/gravitygenerator) +"rNt" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"rNy" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/processing) +"rNQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"rOi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"rOp" = ( +/obj/machinery/door/airlock/tranquillite, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/fore) +"rOu" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/secure_closet/engineering_electrical, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"rOD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/misc_lab) +"rOG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"rOT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"rOY" = ( +/obj/structure/table/glass, +/obj/machinery/light_switch/west{ + pixel_y = -6 + }, +/obj/item/clothing/accessory/stethoscope{ + pixel_y = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"rOZ" = ( +/turf/simulated/wall/r_wall, +/area/station/science/toxins/launch) +"rPt" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/wood, +/area/station/service/clown) +"rPB" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"rPS" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"rPU" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"rRp" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"rRu" = ( +/obj/machinery/door/airlock/medical, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/surgery, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/coldroom) +"rSC" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"rSR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"rTO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"rTX" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 1; + inlet_injector_autolink_id = "air_in"; + name = "Mixed Air Supply Control"; + outlet_vent_autolink_id = "air_out"; + outlet_setting = 2000; + autolink_sensors = list("air_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/engineering/atmos) +"rUd" = ( +/obj/structure/table/glass, +/obj/item/reagent_containers/iv_bag/blood/random, +/obj/machinery/defibrillator_mount/loaded{ + pixel_y = 27 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"rUl" = ( +/obj/structure/lattice/catwalk, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 10 + }, +/turf/space, +/area/space/nearstation) +"rUz" = ( +/obj/machinery/door_control/bolt_control/south{ + id = "prisonereducation" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/execution) +"rUG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"rUJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"rUK" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"rUN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"rUT" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"rVv" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/reagent_dispensers/fueltank, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"rVy" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"rVI" = ( +/obj/machinery/camera{ + c_tag = "Prison Common Room"; + dir = 9; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"rWf" = ( +/obj/structure/closet/emcloset, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"rWn" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"rWr" = ( +/obj/structure/rack, +/obj/item/storage/fancy/crayons, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rWD" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"rWP" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/break_room) +"rXa" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos/distribution) +"rXf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/barrier/grille_often, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"rXj" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"rXk" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"rXS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"rYd" = ( +/obj/machinery/chem_dispenser, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"rYw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/bed/roller, +/obj/item/bedsheet/medical, +/obj/machinery/light_construct{ + dir = 1 + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"rYO" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/light/directional/south, +/obj/structure/chair/comfy/shuttle{ + dir = 4 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_4) +"rZk" = ( +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"rZt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"rZA" = ( +/obj/structure/filingcabinet/security{ + pixel_x = 4 + }, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"rZE" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"rZN" = ( +/obj/machinery/door/poddoor/impassable/gamma, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"saw" = ( +/obj/structure/sink/kitchen/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/execution) +"say" = ( +/obj/structure/window/reinforced, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"saM" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1; + autolink_id = "air_in" + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"sbG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"sbK" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/security/permabrig) +"sbM" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/security/armory, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/armory/secure) +"scF" = ( +/obj/effect/turf_decal/caution/stand_clear{ + dir = 1 + }, +/obj/effect/turf_decal/tile/yellow{ + dir = 4 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "atmos"; + name = "Atmospherics Blast Door" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"scP" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"scT" = ( +/obj/effect/spawner/random/fungus/maybe, +/turf/simulated/wall/r_wall, +/area/station/public/mrchangs) +"sdj" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/britcup, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"sdq" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/latex, +/obj/item/clothing/glasses/science, +/obj/item/radio/intercom/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"sdO" = ( +/obj/machinery/disposal, +/obj/machinery/status_display/directional/north, +/obj/structure/disposalpipe/trunk{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"sdX" = ( +/obj/effect/turf_decal/box, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"seM" = ( +/obj/structure/sign/poster/ripped{ + pixel_y = 32 + }, +/obj/machinery/light_construct/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"sfg" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"sfi" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"sfG" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6; + level = 1 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"sfN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sfS" = ( +/obj/structure/sign/chemistry{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellowcorner" + }, +/area/station/hallway/primary/aft) +"sgH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/research) +"sgR" = ( +/obj/machinery/light/small/directional/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"shj" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"shn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"sho" = ( +/obj/machinery/light_switch/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/brig) +"shY" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"sjx" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"sjz" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"sjD" = ( +/obj/structure/filingcabinet/chestdrawer, +/obj/machinery/camera{ + c_tag = "Chief Medical Officer's Office"; + dir = 8 + }, +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/east, +/obj/machinery/newscaster/directional/south, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"sjV" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"skc" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"skd" = ( +/obj/effect/spawner/random/blood/often, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"skD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"skI" = ( +/obj/machinery/door/airlock/titanium{ + id_tag = "s_docking_airlock" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/docking_port/mobile/pod{ + id = "pod2"; + name = "escape pod 2" + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"skT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"sln" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sls" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/table/glass, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"slT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"slX" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"sml" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"smw" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"smH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"smL" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"smW" = ( +/obj/machinery/space_heater, +/obj/effect/mapping_helpers/turfs/damage, +/obj/effect/decal/cleanable/cobweb, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"snf" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/machinery/door/airlock/external{ + id_tag = "atmossouth_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/external, +/obj/machinery/access_button{ + autolink_id = "atmossouth_btn_int"; + name = "interior access button"; + pixel_y = -24; + req_access = list(13) + }, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"snq" = ( +/obj/structure/table/reinforced, +/obj/machinery/computer/security/telescreen/entertainment{ + pixel_x = -31 + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"snI" = ( +/turf/simulated/wall, +/area/station/command/office/captain) +"snM" = ( +/obj/machinery/mineral/ore_redemption{ + dir = 4; + input_dir = 8; + output_dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"sol" = ( +/obj/structure/table, +/obj/item/scalpel{ + pixel_y = 12 + }, +/obj/item/bonesetter{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/circular_saw, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"soF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"soO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"soT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"spf" = ( +/obj/structure/filingcabinet/security, +/obj/machinery/computer/guestpass{ + pixel_x = -28 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"spj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"spt" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer/on/server{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/camera{ + c_tag = "Science - Server Room"; + dir = 8; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"spv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/carpet, +/area/station/service/library) +"spB" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"sqa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/fitness) +"srB" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "black" + }, +/area/station/security/permabrig) +"srJ" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"srS" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/noslip, +/area/station/engineering/control) +"ssc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ssA" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/landmark/spawner/rev, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"ssD" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Primary AI Core Access"; + dir = 8 + }, +/obj/machinery/turretid/lethal{ + check_synth = 1; + name = "AI Chamber Turret Control"; + pixel_x = 5; + pixel_y = -24; + req_access = list(75) + }, +/obj/machinery/flasher{ + id = "AI"; + pixel_x = -8; + pixel_y = -24 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/ai_upload{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/ai) +"stc" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/economy/vending/cigarette, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"stn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/chair/office/light, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"stW" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"svH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C2" + }, +/area/station/hallway/primary/central) +"svK" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"svR" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"svV" = ( +/obj/machinery/camera{ + c_tag = "Science - E.X.P.E.R.I-MENTOR Chamber"; + network = list("Research","SS13") + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"swg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/storage/tools) +"swh" = ( +/obj/effect/spawner/random/blood/often, +/obj/item/crowbar/small, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"swx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"swL" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "outerbrig" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"swP" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/clothing/mask/gas/sechailer{ + pixel_x = -6; + pixel_y = 4 + }, +/obj/item/flash{ + pixel_x = 8; + pixel_y = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"swS" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/closet/l3closet/general, +/obj/item/clothing/mask/gas, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"sxv" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/aft) +"sxL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"sxN" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "council blast"; + name = "Council Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"sxV" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/cable/cyan{ + icon_state = "1-9" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"syi" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"syP" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/storage) +"szn" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window{ + base_state = "right"; + icon_state = "right"; + layer = 3; + dir = 4 + }, +/obj/machinery/disposal/delivery_chute{ + dir = 4 + }, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"szY" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + name = "engine outlet injector"; + volume_rate = 200 + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/control) +"sBN" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"sBZ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/door/window/reinforced/reversed{ + dir = 8; + name = "Reinforced Glass Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"sCr" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkpurplefull" + }, +/area/station/science/server) +"sCU" = ( +/obj/structure/chair{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"sCX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"sDf" = ( +/obj/structure/cable/yellow, +/obj/machinery/power/apc/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"sDr" = ( +/obj/structure/rack, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = 3; + pixel_y = 7 + }, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_y = 6 + }, +/obj/item/clothing/suit/armor/riot/sec{ + pixel_x = -3; + pixel_y = 5 + }, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = 3; + pixel_y = -1 + }, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_y = -2 + }, +/obj/item/clothing/suit/armor/bulletproof/sec{ + pixel_x = -3; + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/armory/secure) +"sDN" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/warden) +"sDT" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"sEI" = ( +/obj/machinery/atmospherics/trinary/filter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sEM" = ( +/obj/structure/table, +/obj/item/storage/backpack/duffel/security{ + pixel_y = 5 + }, +/obj/item/clothing/mask/balaclava, +/obj/item/reagent_containers/spray/cleaner{ + pixel_x = 5 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/execution) +"sEQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"sFg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio1"; + name = "Xenobio Pen 1 Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"sFz" = ( +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/unary/tank/air, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/aisat/service) +"sFN" = ( +/obj/machinery/economy/vending/robodrobe, +/obj/machinery/alarm/directional/north, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/door_control/shutter/north{ + id = "roboticsprivacy"; + name = "Robotics Privacy Control"; + pixel_x = -26; + req_access = list(29) + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"sFP" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"sFS" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"sFX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"sGe" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "Port to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"sGp" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"sGI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"sGN" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 8; + name = "Library Desk Door"; + pixel_x = 3 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/library{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/library) +"sHf" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"sHl" = ( +/obj/structure/chair/comfy/black{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"sHu" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 0; + autolink_id = "waste_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/engineering/atmos) +"sHF" = ( +/obj/machinery/power/tracker, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/port) +"sHK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "red" + }, +/area/station/security/processing) +"sID" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"sIL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"sJj" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "RD" + }, +/turf/simulated/floor/plating, +/area/station/command/office/rd) +"sJE" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall, +/area/station/maintenance/xenobio_north) +"sKf" = ( +/obj/structure/table, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = -4; + pixel_y = 1 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + name = "chloral hydrate bottle" + }, +/obj/item/reagent_containers/glass/bottle/toxin{ + pixel_x = 6; + pixel_y = 8 + }, +/obj/item/reagent_containers/glass/bottle/morphine{ + pixel_x = 5; + pixel_y = 1 + }, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/glass/bottle/facid{ + pixel_x = -3; + pixel_y = 6 + }, +/obj/item/reagent_containers/syringe{ + pixel_y = 5 + }, +/obj/item/reagent_containers/dropper, +/obj/item/assembly/signaler{ + code = 6; + frequency = 1445 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/door_control/shutter/north{ + id = "SecJusticeChamber"; + layer = 4; + name = "Justice Vent Control"; + pixel_x = -26; + req_access = list(3) + }, +/obj/machinery/door_control/shutter/north{ + id = "executionfireblast"; + name = "Justice Area Lockdown"; + pixel_x = -38; + req_access = list(2) + }, +/obj/machinery/ignition_switch{ + id = "executionburn"; + name = "Justice Ignition Switch"; + pixel_x = -25; + pixel_y = 36; + req_access = list(1) + }, +/obj/machinery/flasher_button{ + id = "justiceflash"; + name = "Justice Flash Control"; + pixel_x = -38; + pixel_y = 36 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/execution) +"sKz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"sKO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkredcorners" + }, +/area/station/security/armory/secure) +"sLc" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"sLs" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/command/bridge) +"sLD" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"sLS" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"sLT" = ( +/obj/structure/disposalpipe/junction, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"sMo" = ( +/obj/machinery/computer/monitor{ + name = "Grid Power Monitoring Computer" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"sMK" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sMM" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"sMZ" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "NT" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/command/office/ntrep) +"sNb" = ( +/obj/machinery/atmospherics/meter, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "cautioncorner" + }, +/area/station/engineering/atmos) +"sNd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/lobby) +"sNm" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/machinery/camera{ + c_tag = "Kitchen"; + dir = 4 + }, +/obj/machinery/firealarm/directional/west, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"sNA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"sNG" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"sNH" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/exit) +"sNJ" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"sNR" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"sOw" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 8; + name = "N2O to Pure" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "escape" + }, +/area/station/engineering/atmos) +"sOy" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sOB" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sOH" = ( +/obj/machinery/atmospherics/binary/valve, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"sOR" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"sPd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"sPh" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"sPp" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central) +"sPr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"sPx" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/camera{ + c_tag = "Courtroom" + }, +/turf/simulated/floor/carpet, +/area/station/legal/courtroom) +"sPF" = ( +/obj/structure/disposalpipe/junction/y{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sQg" = ( +/obj/structure/table/glass, +/obj/item/storage/box/donkpockets, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"sQt" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"sQA" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"sRb" = ( +/obj/structure/table, +/obj/item/surgicaldrill{ + pixel_x = 17; + pixel_y = 4 + }, +/obj/item/stack/medical/bruise_pack/advanced{ + pixel_x = -4; + pixel_y = 4 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/item/cautery, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"sRs" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"sRw" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/main) +"sRB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"sRU" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"sSj" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowcorner" + }, +/area/station/engineering/break_room) +"sSk" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"sSq" = ( +/obj/structure/table, +/obj/item/storage/box/bodybags{ + pixel_x = 3; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"sSz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"sSE" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"sSO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"sTg" = ( +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"sTy" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"sTM" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"sVu" = ( +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"sVB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/port) +"sVD" = ( +/obj/structure/mirror{ + pixel_y = -34 + }, +/obj/structure/sink/kitchen/south, +/obj/structure/sign/poster/official/random/west, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"sVG" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"sVO" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin, +/obj/item/pen, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"sWL" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/oxygen{ + name = "Canister: \[O2] (CRYO)" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/turf_decal/siding{ + dir = 1 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Cryo Tank Storage"; + dir = 1 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/medical/general{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/cryo) +"sWO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"sWV" = ( +/obj/structure/extinguisher_cabinet/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"sXJ" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "chapel" + }, +/area/station/service/chapel) +"sXU" = ( +/obj/machinery/light/directional/north, +/mob/living/carbon/human/monkey, +/obj/item/food/grown/banana, +/turf/simulated/floor/grass/no_creep, +/area/station/science/genetics) +"sXZ" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"sYn" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"sYp" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"sYJ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"sYR" = ( +/obj/effect/turf_decal/tile/neutral, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"sZc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"sZE" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"sZI" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/hallway/primary/aft) +"sZV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"taf" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/permabrig) +"tau" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"tay" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"taO" = ( +/obj/structure/table/reinforced, +/obj/item/paper_bin{ + pixel_x = 4; + pixel_y = 3 + }, +/obj/item/pen/red{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/office) +"taS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"taW" = ( +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"tbd" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"tbm" = ( +/obj/machinery/atmospherics/binary/valve/digital/open{ + name = "Oxygen Outlet Valve" + }, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "blue" + }, +/area/station/engineering/atmos) +"tbp" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/execution) +"tbE" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tbY" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/structure/table, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"tca" = ( +/obj/structure/closet, +/obj/effect/spawner/random/maintenance, +/obj/machinery/atmospherics/pipe/simple/visible, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tco" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/reversed{ + name = "Kitchen" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"tcD" = ( +/obj/structure/table, +/obj/item/storage/box/donkpockets{ + pixel_x = -8; + pixel_y = 4 + }, +/obj/item/storage/fancy/donut_box{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/main) +"tcW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/purple{ + dir = 8 + }, +/obj/machinery/atmospherics/meter{ + autolink_id = "wloop_atm_meter"; + name = "Waste Loop" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"tdb" = ( +/obj/structure/bookcase, +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/security/permabrig) +"tdv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"tdz" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"tdA" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"tdI" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"ten" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"teE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"teN" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"teW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"teY" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"tfk" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"tfl" = ( +/turf/simulated/wall/r_wall, +/area/station/security/prisonlockers) +"tfp" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"tfD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"tfM" = ( +/obj/structure/chair, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"tfV" = ( +/obj/structure/table/glass, +/obj/item/stack/medical/bruise_pack/advanced, +/obj/item/reagent_containers/iv_bag/salglu, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/secondary) +"tgC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"tgE" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/telecomms/chamber) +"tgO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"tgV" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"thc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/washing_machine, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cmo" + }, +/area/station/security/permabrig) +"thf" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"thC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"thW" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/warden) +"tig" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/alarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"tij" = ( +/obj/machinery/computer/general_air_control/pt_monitor{ + dir = 4; + autolink_sensors = list("sm_sen_hot"="Горячий Контур","sm_sen_cold"="Холодный Контур","sm_sen_cont"="Зона Содержания") + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"tio" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"tiq" = ( +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/landmark/spawner/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"tiN" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"tjt" = ( +/obj/machinery/papershredder, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"tjR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"tjY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"tjZ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"tkb" = ( +/obj/structure/flora/junglebush, +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"tkm" = ( +/obj/machinery/door/airlock/external{ + id_tag = "emergency_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"tkV" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/mech_bay_recharge_floor, +/area/station/science/robotics/chargebay) +"tlh" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"tlO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"tmd" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_x = 25 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "redfull" + }, +/area/station/security/permabrig) +"tmt" = ( +/obj/machinery/disposal, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/light/directional/west, +/obj/machinery/status_display/directional/west, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"tmI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/south, +/obj/effect/turf_decal/stripes/line, +/obj/machinery/requests_console/directional/south, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"tmM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tmZ" = ( +/obj/machinery/door_timer/cell_2{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"tnr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/machinery/atmospherics/binary/pump/on{ + dir = 4; + name = "Unfiltered & Air to Mix" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/distribution) +"tnu" = ( +/obj/structure/table/wood, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/poster/random_contraband{ + pixel_x = -2; + pixel_y = -2 + }, +/obj/item/poster/random_contraband{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/item/poster/random_contraband{ + pixel_x = 2; + pixel_y = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tnT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/defusal) +"toD" = ( +/obj/structure/sign/poster/official/random/west, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"toH" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"toL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"toO" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"toU" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"tpq" = ( +/obj/structure/lattice, +/obj/structure/sign/electricshock{ + pixel_y = -32 + }, +/turf/space, +/area/space/nearstation) +"tpD" = ( +/obj/effect/spawner/window/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/central) +"tpO" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"tqh" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"tqt" = ( +/obj/structure/table/glass, +/obj/item/cartridge/medical{ + pixel_x = -3 + }, +/obj/item/cartridge/medical{ + pixel_x = 3 + }, +/obj/item/cartridge/chemistry{ + pixel_y = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"tqF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"tqK" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Deliveries"; + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"tsm" = ( +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tsn" = ( +/turf/simulated/wall/r_wall, +/area/station/security/evidence) +"tsq" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide{ + filled = 0.1; + anchored = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"tsE" = ( +/obj/structure/girder, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"ttb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ttA" = ( +/obj/structure/rack, +/obj/item/hand_labeler, +/obj/item/folder/red, +/obj/item/camera/detective, +/obj/item/taperecorder{ + pixel_x = -1 + }, +/obj/item/storage/box/evidence{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/machinery/firealarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"ttE" = ( +/turf/simulated/floor/carpet, +/area/station/command/office/captain/bedroom) +"tug" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/door_control/shutter/east{ + id = "toxinaccess"; + name = "Toxins Access"; + pixel_y = 8; + req_access = list(8) + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"tup" = ( +/obj/structure/reagent_dispensers/watertank, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tuY" = ( +/obj/structure/rack, +/obj/item/storage/belt/utility, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"tvd" = ( +/obj/structure/table/wood, +/obj/machinery/power/apc/directional/south, +/obj/structure/cable/yellow, +/obj/machinery/photocopier/faxmachine/longrange{ + department = "Head of Security's Office"; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hos) +"tve" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"tvk" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/green{ + dir = 1 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"tvx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"twH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"twL" = ( +/obj/machinery/alarm/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"twN" = ( +/obj/machinery/economy/vending/wallmed/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"txp" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/processor{ + desc = "A machine used to process slimes and retrieve their extract."; + name = "Slime Processor" + }, +/turf/simulated/floor/plasteel{ + icon_state = "purple" + }, +/area/station/science/xenobiology) +"txO" = ( +/obj/structure/table, +/obj/item/folder/red{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"txR" = ( +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "red" + }, +/area/station/security/permabrig) +"tyn" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"tyF" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C10" + }, +/area/station/hallway/primary/central) +"tyW" = ( +/obj/item/kirbyplants/applebush, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/obj/structure/sign/pods{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"tzs" = ( +/obj/structure/table/reinforced, +/obj/item/folder{ + pixel_x = -4 + }, +/obj/item/folder/red{ + pixel_y = 3 + }, +/obj/item/folder/blue{ + pixel_x = 5 + }, +/obj/item/folder/yellow{ + pixel_x = 2; + pixel_y = 2 + }, +/obj/item/stamp/law, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"tzt" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"tzy" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/machinery/atmospherics/meter, +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "gas ports" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"tzW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/item/radio/intercom/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"tAd" = ( +/obj/machinery/atmospherics/binary/pump{ + name = "Port to Fuel Pipe" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tAn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/light/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"tAy" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"tAF" = ( +/obj/machinery/computer/prisoner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"tBp" = ( +/obj/machinery/computer/atmoscontrol{ + dir = 4 + }, +/obj/machinery/status_display/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"tBq" = ( +/obj/structure/dispenser/oxygen, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkblue" + }, +/area/station/security/armory/secure) +"tCr" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"tCw" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/firecloset, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/science/research) +"tCE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tCT" = ( +/obj/machinery/computer/station_alert{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"tDc" = ( +/obj/machinery/computer/brigcells{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/warden) +"tDr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"tDM" = ( +/obj/structure/table/glass, +/obj/item/book/manual/wiki/engineering_construction{ + pixel_y = 4 + }, +/obj/item/book/manual/supermatter_engine{ + pixel_x = -2; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"tEG" = ( +/obj/structure/table, +/obj/item/candle, +/obj/effect/turf_decal/delivery, +/obj/machinery/light_switch/west, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"tEL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"tEM" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"tFb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"tFm" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"tFX" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/robotics) +"tGt" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"tHk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/fitness) +"tHm" = ( +/obj/structure/table/reinforced, +/obj/item/gavelblock, +/obj/item/gavelhammer, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/item/stamp/magistrate, +/obj/effect/spawner/random/officetoys, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"tHA" = ( +/obj/structure/chair/office/light{ + dir = 4 + }, +/obj/effect/landmark/start/chemist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"tHP" = ( +/obj/structure/table, +/obj/item/paper_bin/nanotrasen, +/obj/item/pen, +/obj/item/taperecorder{ + pixel_x = 6; + pixel_y = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"tIb" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tIh" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"tIl" = ( +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/supply/expedition, +/obj/effect/turf_decal/delivery, +/obj/machinery/door/airlock/mining, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"tIU" = ( +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"tJB" = ( +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"tJK" = ( +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced, +/obj/machinery/door/window/classic/normal{ + name = "Mail"; + dir = 4 + }, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mail_sorting{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"tKb" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"tKi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"tKj" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "gateshutter"; + name = "Expedition Access Shutter" + }, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door_control/shutter/west{ + id = "gateshutter"; + name = "Expedition Shutter Control"; + req_access = list(62) + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"tKm" = ( +/obj/machinery/economy/vending/security, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "darkblue" + }, +/area/station/security/armory) +"tKL" = ( +/obj/item/kirbyplants/plant24, +/obj/machinery/light_switch/west{ + pixel_y = 6 + }, +/obj/item/radio/intercom/directional/west{ + pixel_y = -8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"tLe" = ( +/obj/machinery/camera{ + c_tag = "Medbay Break Room"; + dir = 1 + }, +/obj/item/radio/intercom/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/item/kirbyplants, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"tLv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"tLX" = ( +/obj/machinery/door/airlock/external{ + id_tag = "emergency_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel, +/area/station/security/checkpoint/south) +"tMb" = ( +/obj/machinery/status_display/directional/east, +/obj/machinery/light/directional/east, +/obj/structure/chair/comfy/shuttle{ + dir = 1 + }, +/turf/simulated/floor/mineral/titanium/blue, +/area/shuttle/pod_2) +"tMS" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Engineering"; + name = "Engineering Security Doors" + }, +/turf/simulated/floor/plating, +/area/station/engineering/equipmentstorage) +"tMV" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/light/small/directional/east, +/obj/effect/decal/cleanable/dirt, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Bar Delivery"; + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"tNe" = ( +/turf/simulated/wall/r_wall, +/area/station/security/defusal) +"tNh" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tNr" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"tNw" = ( +/obj/structure/table/wood, +/obj/item/coin/iron, +/turf/simulated/floor/wood, +/area/station/service/bar) +"tNQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"tOF" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/command/office/cmo) +"tPc" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"tPB" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/chair{ + dir = 8 + }, +/obj/item/radio/intercom/directional/east, +/obj/machinery/camera{ + c_tag = "Departure Lounge - Starboard Fore"; + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"tPD" = ( +/obj/effect/landmark/spawner/xeno, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/service/chapel/office) +"tQD" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/main) +"tQN" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/magistrate, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"tRb" = ( +/obj/structure/table, +/obj/machinery/kitchen_machine/microwave, +/obj/machinery/requests_console/directional/west, +/obj/machinery/light/directional/west, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"tRf" = ( +/obj/structure/chair{ + pixel_y = -2 + }, +/obj/machinery/button/windowtint/east{ + id = "IAA"; + pixel_y = 8; + req_access = list(38) + }, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"tRD" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/storage) +"tRK" = ( +/obj/machinery/computer/operating{ + dir = 8; + name = "Robotics Operating Computer" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/robotics) +"tRN" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"tRT" = ( +/obj/machinery/economy/arcade/claw, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/carpet/arcade, +/area/station/maintenance/fore) +"tSh" = ( +/obj/structure/rack, +/obj/item/storage/box, +/obj/item/radio{ + pixel_x = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"tSj" = ( +/obj/machinery/computer/operating{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/secondary) +"tST" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"tSX" = ( +/obj/machinery/photocopier, +/obj/machinery/newscaster/security_unit/east, +/turf/simulated/floor/plasteel/dark, +/area/station/command/office/hos) +"tTh" = ( +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"tUn" = ( +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"tUt" = ( +/obj/item/wrench, +/turf/simulated/floor/catwalk, +/area/station/maintenance/fore) +"tUH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"tUW" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Mix to Ports" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"tVa" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"tVd" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"tVw" = ( +/obj/machinery/atmospherics/pipe/simple/visible/scrubbers{ + dir = 5 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"tVJ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/obj/structure/sign/directions/evac{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "escape" + }, +/area/station/hallway/primary/aft) +"tVX" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/fore_port) +"tWl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"tWO" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/primary) +"tWP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"tXA" = ( +/obj/structure/chair/stool/bar, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/woodsiding{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"tYD" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "vault" + }, +/area/station/security/armory/secure) +"tYH" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"tYV" = ( +/obj/structure/rack, +/obj/item/reagent_containers/drinks/bottle/rum{ + pixel_x = -7; + pixel_y = 2 + }, +/obj/item/reagent_containers/drinks/bottle/vodka, +/obj/item/reagent_containers/drinks/bottle/beer, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"tYX" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"tZG" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 8; + inlet_injector_autolink_id = "waste_in"; + name = "Gas Mix Tank Control"; + outlet_vent_autolink_id = "waste_out"; + autolink_sensors = list("waste_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/engineering/atmos/distribution) +"tZW" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/chair, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"uak" = ( +/obj/structure/grille/broken, +/obj/effect/decal/cleanable/glass, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uaH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uaJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uaO" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio3"; + name = "Xenobio Pen 3 Blast Door" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #3"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"uaQ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/break_room) +"uaU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/legal/magistrate) +"uba" = ( +/obj/structure/rack, +/obj/item/gun/energy/laser{ + pixel_y = 6 + }, +/obj/item/gun/energy/laser{ + pixel_y = 3 + }, +/obj/item/gun/energy/laser, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"ubf" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"ubB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"ubH" = ( +/obj/structure/reagent_dispensers/fueltank, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"ubT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/turf_decal/stripes/white/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"uck" = ( +/obj/machinery/light/directional/west, +/obj/machinery/light_switch/west, +/obj/structure/table, +/obj/machinery/photocopier/faxmachine/longrange{ + pixel_y = 4; + department = "Research Director's Office" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"ucy" = ( +/obj/structure/closet/firecloset, +/obj/machinery/light/small/directional/east, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"ucO" = ( +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"ucP" = ( +/obj/machinery/door_timer/cell_5{ + pixel_y = 32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"udg" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + id_tag = "XenoPens"; + name = "Xenobiology Lockdown" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"udl" = ( +/obj/structure/table/reinforced, +/obj/item/eftpos/register, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"udB" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"udI" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"udK" = ( +/turf/simulated/wall, +/area/station/security/permabrig) +"uep" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"uex" = ( +/obj/machinery/light_switch/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/locker) +"ueF" = ( +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/supply/qm) +"ufd" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"ufr" = ( +/obj/structure/table, +/obj/item/clothing/gloves/color/fyellow, +/obj/effect/spawner/random/maintenance, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/west, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ufw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"ufN" = ( +/obj/machinery/newscaster/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"ugu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"ugy" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"ugL" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "red" + }, +/area/station/security/processing) +"ugM" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet/red, +/area/station/command/office/hos) +"ugX" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"uhf" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/main) +"uhI" = ( +/obj/effect/spawner/random/barrier/grille_maybe, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"uhK" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 2"; + pixel_x = 26; + pixel_y = -22 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"uhO" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/turret_protected/ai_upload) +"uhP" = ( +/obj/machinery/computer/message_monitor{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/obj/machinery/light_switch/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/science/server) +"uhV" = ( +/obj/machinery/door/window/classic/reversed{ + dir = 4; + name = "Bar Glass Door" + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/bar{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"uhY" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"uiK" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"uiO" = ( +/obj/machinery/fishtank/tank, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"uiY" = ( +/obj/machinery/camera{ + c_tag = "Atmospherics - Starboard"; + dir = 4 + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Port to Filter" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"ujg" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/brig) +"ujj" = ( +/obj/machinery/atmospherics/binary/pump/on{ + dir = 1; + name = "Cooling Loop to Gas" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"ujB" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uka" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"ukl" = ( +/obj/machinery/light_switch/north{ + pixel_x = -23 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai_upload) +"ukO" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"ukV" = ( +/obj/machinery/navbeacon{ + codes_txt = "delivery"; + dir = 1; + location = "Bar" + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/plasticflaps{ + opacity = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ule" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/brig) +"ulM" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/carpet, +/area/station/service/theatre) +"umh" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"umr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"und" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics/chargebay) +"unF" = ( +/turf/simulated/wall, +/area/station/maintenance/xenobio_south) +"unP" = ( +/obj/structure/table, +/obj/item/folder/blue{ + pixel_x = -2; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"unZ" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/closet{ + name = "Cold protection gear" + }, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/shoes/winterboots, +/obj/item/clothing/suit/hooded/wintercoat/science, +/obj/item/clothing/suit/hooded/wintercoat/science, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"uos" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"uov" = ( +/obj/item/radio/intercom/directional/west, +/obj/structure/table/glass, +/obj/item/storage/belt/medical{ + pixel_x = -6; + pixel_y = -3 + }, +/obj/item/storage/belt/medical{ + pixel_x = -2; + pixel_y = -3 + }, +/obj/item/storage/belt/medical{ + pixel_y = -3; + pixel_x = 2 + }, +/obj/item/storage/belt/medical{ + pixel_y = -3; + pixel_x = 6 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -6; + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_x = -3; + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8 + }, +/obj/item/clothing/glasses/hud/health{ + pixel_y = 8; + pixel_x = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/storage) +"uoK" = ( +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uoQ" = ( +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"upE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/engineering/atmos) +"upW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/space, +/area/station/engineering/solar/fore) +"uqN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"urv" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"urH" = ( +/obj/effect/spawner/random/oil/maybe, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"usg" = ( +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/obj/structure/table/wood, +/obj/machinery/computer/med_data/laptop{ + dir = 4; + pixel_y = 3; + pixel_x = 2 + }, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"usD" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"usP" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"uta" = ( +/obj/machinery/door/airlock/external, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"utu" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"utC" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/engineering/atmos/control) +"utS" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"utW" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"uuE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/airlock/command, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/command/captain, +/obj/effect/mapping_helpers/airlock/access/any/command/blueshield, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/office/captain) +"uuG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"uvM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/firedoor, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"uwk" = ( +/obj/structure/table/reinforced, +/obj/item/storage/fancy/donut_box, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"uwn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"uws" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"uwv" = ( +/obj/machinery/photocopier, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/supply/office) +"uwy" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"uxc" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"uxy" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Pure to Ports" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uxR" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"uxU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/wall, +/area/station/engineering/controlroom) +"uxV" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"uxY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"uyC" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"uyN" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uzt" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "green" + }, +/area/station/service/hydroponics) +"uzv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/permabrig) +"uzG" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/landmark/start/security_officer, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"uzO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"uzR" = ( +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"uzY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 9 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"uAj" = ( +/obj/structure/table, +/obj/machinery/cell_charger{ + pixel_x = 2 + }, +/obj/item/stock_parts/cell/high{ + pixel_x = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"uAA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/public/construction) +"uBn" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/window/classic/normal{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "greenfull" + }, +/area/station/service/hydroponics) +"uBK" = ( +/obj/item/kirbyplants, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/wood, +/area/station/maintenance/apmaint) +"uBY" = ( +/obj/machinery/power/apc/important/directional/south, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"uCW" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"uDa" = ( +/obj/effect/turf_decal/loading_area, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"uDi" = ( +/obj/machinery/atmospherics/meter, +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"uDq" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"uDH" = ( +/obj/structure/table/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/item/stack/cable_coil{ + pixel_x = 3; + pixel_y = -3 + }, +/obj/item/stack/cable_coil, +/obj/item/analyzer{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/item/taperecorder{ + pixel_x = 5; + pixel_y = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"uEa" = ( +/obj/structure/chair/e_chair, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"uEr" = ( +/obj/machinery/door/firedoor/heavy, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/toxins/mixing) +"uEB" = ( +/obj/structure/closet/crate/hydroponics, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/glass/bottle/nutrient/ez, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/reagent_containers/spray/pestspray, +/obj/item/clothing/gloves/botanic_leather, +/obj/item/cultivator, +/obj/item/cultivator, +/obj/item/shovel/spade, +/obj/item/shovel/spade, +/obj/item/plant_analyzer, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/machinery/light_switch/north, +/obj/item/storage/bag/plants/seed_sorting_tray, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "green" + }, +/area/station/security/permabrig) +"uEE" = ( +/obj/machinery/shieldwallgen, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/command/teleporter) +"uEX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/research) +"uFB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/stool, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"uFM" = ( +/turf/simulated/floor/wood, +/area/station/medical/psych) +"uFN" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/chair/office/light{ + dir = 1; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"uFZ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/brig) +"uGn" = ( +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_x = -25 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"uGy" = ( +/obj/item/bodybag, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uHp" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"uHv" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"uHA" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/exam_room) +"uHC" = ( +/obj/machinery/camera{ + c_tag = "Engineering - Foyer - Shared Storage"; + dir = 4 + }, +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"uHX" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"uIW" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"uIX" = ( +/obj/machinery/computer/security/engineering, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/status_display/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"uJn" = ( +/obj/effect/spawner/airlock/w_to_e, +/turf/simulated/wall/r_wall, +/area/station/maintenance/fsmaint) +"uJs" = ( +/obj/structure/bed, +/obj/item/bedsheet, +/obj/machinery/flasher{ + id = "Cell 3"; + pixel_x = -26; + pixel_y = 22 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"uJy" = ( +/obj/machinery/door/airlock/external{ + id_tag = "laborcamp_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"uJF" = ( +/obj/structure/sign/poster/official/cohiba_robusto_ad{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"uJL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uKi" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/security/range) +"uKm" = ( +/obj/effect/spawner/airlock/e_to_w, +/turf/simulated/wall, +/area/station/maintenance/fpmaint) +"uKy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/caution/stand_clear{ + dir = 8 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 8; + id_tag = "qm_warehouse"; + name = "Warehouse Shutters" + }, +/obj/machinery/door_control/shutter/north{ + id = "qm_warehouse"; + name = "Warehouse Door Control"; + req_access = list(78) + }, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"uKT" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 8 + }, +/turf/simulated/floor/wood, +/area/station/service/cafeteria) +"uKW" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"uKY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"uLa" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/cryo) +"uLb" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"uLf" = ( +/obj/machinery/door/window/classic/normal{ + dir = 1; + name = "Glass Door" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/rd{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"uLx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"uLE" = ( +/obj/structure/reflector/single{ + anchored = 1; + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"uLQ" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"uMj" = ( +/obj/structure/chair/office/dark{ + dir = 1 + }, +/obj/effect/landmark/start/nanotrasen_rep, +/turf/simulated/floor/carpet/royalblack, +/area/station/command/office/ntrep) +"uMv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/research) +"uMx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/aft) +"uMy" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"uMG" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"uMR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"uMS" = ( +/obj/machinery/light/small/directional/west, +/obj/structure/closet/emcloset, +/obj/effect/turf_decal/stripes/corner{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"uNe" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/fore) +"uNk" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating/airless, +/area/space/nearstation) +"uNl" = ( +/obj/structure/toilet{ + pixel_y = 8 + }, +/obj/effect/landmark/spawner/nukedisc_respawn, +/obj/machinery/light/small/directional/south, +/obj/machinery/door_control/bolt_control/west{ + id = "Toilet1" + }, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"uNn" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"uNp" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"uNL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"uOg" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"uOh" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/main) +"uOm" = ( +/obj/machinery/alarm/directional/south, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"uOY" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Science Chemistry"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/turf_decal/tile/purple, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"uPt" = ( +/obj/structure/table, +/obj/item/storage/box/evidence, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "red" + }, +/area/station/security/processing) +"uPu" = ( +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"uPy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"uQj" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"uQm" = ( +/turf/simulated/wall/r_wall, +/area/station/science/xenobiology) +"uQn" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uQo" = ( +/obj/machinery/door/airlock/wood, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"uQU" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"uRN" = ( +/obj/machinery/door/airlock/hatch, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor/preopen{ + id_tag = "transittube"; + name = "Transit Tube Blast Door" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/minisat, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/ai_transit_tube) +"uRO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/paramedic) +"uRT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"uRX" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"uRY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/break_room) +"uSc" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"uSg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/sleeper{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"uSj" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"uSA" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"uSJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"uTc" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"uTp" = ( +/obj/structure/rack, +/obj/item/flashlight, +/obj/item/painter, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"uUq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"uUr" = ( +/obj/machinery/door/airlock/security/glass{ + id_tag = "innerbrig" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment, +/obj/effect/mapping_helpers/airlock/access/any/security/doors, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"uUG" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "C1" + }, +/area/station/hallway/primary/central) +"uUI" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/woodsiding, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"uUR" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/junction{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"uUX" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"uVl" = ( +/obj/machinery/status_display/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"uVp" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"uVF" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/research) +"uVH" = ( +/obj/effect/spawner/random/fungus/frequent, +/turf/simulated/wall, +/area/station/maintenance/apmaint) +"uWq" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"uWQ" = ( +/obj/machinery/door/window/classic/normal{ + name = "Court Cell" + }, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/legal/courtroom) +"uWX" = ( +/obj/machinery/hydroponics/soil, +/obj/machinery/light_switch/west, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/garden) +"uWY" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"uXo" = ( +/obj/structure/closet/emcloset, +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Airlock"; + dir = 4; + network = list("Research","SS13") + }, +/obj/effect/turf_decal/stripes/line{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"uXs" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/service/kitchen) +"uXx" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"uXA" = ( +/obj/structure/disposalpipe/sortjunction{ + dir = 8; + sort_type_txt = "14" + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/robotics) +"uXE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"uXI" = ( +/obj/structure/table, +/obj/item/clothing/mask/gas, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"uXK" = ( +/obj/machinery/shieldwallgen{ + req_access = list(55) + }, +/obj/structure/cable/yellow, +/obj/effect/turf_decal/stripes/box, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"uXW" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "blue" + }, +/area/station/hallway/primary/fore) +"uXX" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/effect/landmark/start/security_officer, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"uYf" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"uYo" = ( +/obj/machinery/mech_bay_recharge_port{ + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plating, +/area/station/science/robotics/chargebay) +"uYy" = ( +/obj/machinery/hydroponics/soil, +/obj/structure/sign/poster/official/random/south, +/turf/simulated/floor/grass/no_creep, +/area/station/hallway/secondary/garden) +"uYF" = ( +/obj/machinery/door/airlock/security/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"uYQ" = ( +/obj/machinery/light_switch/south, +/obj/structure/filingcabinet/chestdrawer{ + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "darkblue" + }, +/area/station/command/bridge) +"uZj" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/chapel) +"uZk" = ( +/obj/machinery/atmospherics/air_sensor{ + autolink_id = "burn_sensor" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"uZl" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #8"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/science/xenobiology) +"uZm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"uZt" = ( +/obj/structure/rack, +/obj/effect/landmark/costume/random, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"uZy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"uZG" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"uZP" = ( +/obj/machinery/door_control/shutter/north{ + desc = "A remote control switch for the medbay foyer."; + id = "imnotmakingyoulubepissoff"; + name = "Chemistry Privacy Shutter Control"; + pixel_x = 24; + req_access = list(33) + }, +/obj/machinery/chem_master, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"vaw" = ( +/obj/structure/disposalpipe/junction{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"vaE" = ( +/obj/structure/chair/comfy/beige{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/hallway/primary/port) +"vaO" = ( +/turf/simulated/wall, +/area/station/hallway/secondary/entry) +"vaP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"vbB" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/turf_decal/delivery/hollow, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "caution" + }, +/area/station/hallway/primary/starboard) +"vbF" = ( +/obj/structure/closet/secure_closet/brig{ + id = "Cell 4"; + name = "Cell 4 Locker" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"vbV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/permabrig) +"vcs" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/permabrig) +"vcF" = ( +/obj/structure/table, +/obj/item/paper_bin{ + pixel_x = 3; + pixel_y = 4 + }, +/obj/item/pen{ + pixel_x = 3; + pixel_y = 6 + }, +/obj/item/folder/blue{ + pixel_x = -18; + pixel_y = 3 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"vcK" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "brown" + }, +/area/station/hallway/primary/central) +"vcW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 9; + level = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vde" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"vdk" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"vdn" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"vdE" = ( +/turf/simulated/wall, +/area/station/security/prisonlockers) +"vdR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"vem" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitebluecorner" + }, +/area/station/medical/reception) +"veE" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"veO" = ( +/obj/effect/turf_decal/stripes/white/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/obj/machinery/newscaster/directional/west, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"vfe" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/effect/decal/cleanable/dirt, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/maintenance/starboard) +"vfp" = ( +/obj/effect/decal/cleanable/blood/oil, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"vfv" = ( +/obj/machinery/light/small/directional/east, +/obj/item/radio/intercom/directional/north, +/obj/structure/table/wood, +/obj/item/phone{ + pixel_x = -3; + pixel_y = 3 + }, +/obj/item/cigbutt/cigarbutt{ + pixel_x = 5; + pixel_y = -1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/telecomms/computer) +"vfF" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + sort_type_txt = "24"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"vfJ" = ( +/obj/structure/closet/crate/medical, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vge" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"vgP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/mob/living/simple_animal/mouse, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vhi" = ( +/turf/simulated/wall/r_wall, +/area/station/medical/cryo) +"vib" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"viz" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/public/locker) +"viO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"vjy" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/control) +"vjC" = ( +/obj/structure/lattice/catwalk, +/obj/item/stack/cable_coil, +/turf/space, +/area/space/nearstation) +"vjK" = ( +/obj/structure/chair/stool{ + dir = 8 + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vjL" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/engine/supermatter) +"vkd" = ( +/obj/item/mop, +/obj/item/reagent_containers/glass/bottle/ammonia, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vkG" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"vkL" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"vkO" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel, +/area/station/ai_monitored/storage/eva) +"vkR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"vkT" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xeno_blastdoor"; + name = "biohazard containment door" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/misc_lab) +"vlP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"vmv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 9 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vmA" = ( +/obj/machinery/door/airlock/security{ + id_tag = "prisonereducation" + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/security/brig, +/turf/simulated/floor/plasteel, +/area/station/security/execution) +"vmK" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitebluecorner" + }, +/area/station/medical/medbay) +"vmO" = ( +/obj/structure/chair/office/light, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/command/office/cmo) +"vmT" = ( +/obj/structure/rack, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vnj" = ( +/obj/effect/decal/cleanable/dirt, +/obj/item/toy/prizeball/therapy, +/turf/simulated/floor/carpet/arcade, +/area/station/maintenance/fore) +"vnl" = ( +/obj/machinery/computer/general_air_control/large_tank_control{ + dir = 8; + inlet_injector_autolink_id = "co2_in"; + name = "Carbon Dioxide Supply Control"; + outlet_vent_autolink_id = "co2_out"; + autolink_sensors = list("co2_sensor"="Tank") + }, +/obj/machinery/atmospherics/pipe/simple/visible/green, +/obj/structure/window/reinforced{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/engineering/atmos) +"vnt" = ( +/obj/structure/closet/crate, +/obj/effect/turf_decal/delivery, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plasteel, +/area/station/maintenance/apmaint) +"vnQ" = ( +/obj/machinery/atmospherics/unary/portables_connector, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vob" = ( +/turf/simulated/wall, +/area/station/medical/storage) +"vow" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/landmark/lightsout, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"voO" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"voS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/security/detective) +"voT" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 4; + pixel_y = 5 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = 6; + pixel_y = -1 + }, +/obj/item/reagent_containers/drinks/drinkingglass{ + pixel_x = -4; + pixel_y = 6 + }, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/dropper, +/obj/item/reagent_containers/syringe, +/obj/item/reagent_containers/syringe, +/obj/machinery/economy/vending/wallmed/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"voV" = ( +/obj/structure/table/reinforced, +/obj/item/food/pie, +/obj/machinery/door/window/classic/normal{ + name = "Kitchen" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"vpg" = ( +/obj/structure/chair/sofa/right{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"vpj" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{ + dir = 4 + }, +/turf/simulated/wall/r_wall, +/area/station/science/toxins/mixing) +"vpQ" = ( +/obj/structure/cable/pink{ + icon_state = "0-4" + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vqm" = ( +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Detective" + }, +/turf/simulated/floor/plating, +/area/station/security/detective) +"vqu" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/mineral/tranquillite, +/area/station/maintenance/fore) +"vqy" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Xenolab"; + name = "test chamber blast door" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"vqD" = ( +/obj/structure/lattice, +/obj/item/shard, +/turf/space, +/area/space/nearstation) +"vqQ" = ( +/obj/machinery/light/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"vqS" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "council blast"; + name = "Council Blast Doors" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"vqX" = ( +/turf/simulated/wall/r_wall, +/area/station/public/mrchangs) +"vrw" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/sign/poster/official/random/north, +/turf/simulated/floor/carpet/arcade, +/area/station/maintenance/fore) +"vrB" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vrH" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"vrO" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/court, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"vrZ" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"vsx" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/light_construct/small/east, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vsZ" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/surgery/primary) +"vtc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/exam_room) +"vtf" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1; + autolink_id = "n2_in" + }, +/turf/simulated/floor/engine/n2, +/area/station/engineering/atmos) +"vtO" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"vtP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vtR" = ( +/obj/machinery/door/firedoor, +/obj/effect/turf_decal/caution/stand_clear, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "gateshutter"; + name = "Expedition Access Shutter" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/supply/expedition) +"vub" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "redcorner" + }, +/area/station/security/brig) +"vud" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/air, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"vug" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"vuo" = ( +/obj/effect/mapping_helpers/turfs/rust/probably, +/turf/simulated/wall/r_wall, +/area/station/engineering/tech_storage) +"vuE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/secondary) +"vuZ" = ( +/obj/machinery/power/apc/important/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"vvr" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio2"; + name = "Xenobio Pen 2 Blast Door" + }, +/obj/machinery/door/window/classic/reversed{ + name = "Containment Pen #2" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"vvF" = ( +/obj/effect/spawner/window/reinforced/tinted/grilled, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vvR" = ( +/obj/structure/disposalpipe/junction/reversed{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"vwt" = ( +/obj/structure/extinguisher_cabinet/directional/west, +/obj/machinery/light/small/directional/west, +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Port Mix to Port Ports" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vwA" = ( +/obj/structure/table/glass, +/obj/item/food/chips{ + pixel_x = 8 + }, +/obj/item/reagent_containers/drinks/cans/thirteenloko{ + pixel_x = -6; + pixel_y = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"vwD" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/reagent_dispensers/fueltank, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/alarm/directional/north, +/turf/simulated/floor/plasteel, +/area/station/supply/warehouse) +"vxc" = ( +/obj/machinery/door/firedoor, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "executionfireblast" + }, +/turf/simulated/floor/plating, +/area/station/security/execution) +"vxj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"vxx" = ( +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"vxI" = ( +/obj/machinery/light/directional/north, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"vyn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vyL" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "whitehall" + }, +/area/station/medical/reception) +"vzd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"vzi" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "green" + }, +/area/station/security/permabrig) +"vzD" = ( +/obj/machinery/iv_drip, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"vAN" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"vAP" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/reception) +"vBv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"vBA" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"vBI" = ( +/obj/machinery/newscaster/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"vBL" = ( +/obj/machinery/camera{ + c_tag = "Chapel Office"; + dir = 8 + }, +/obj/machinery/light_switch/east, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "grimy" + }, +/area/station/service/chapel/office) +"vCe" = ( +/obj/machinery/shower{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"vCt" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vCK" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/door/airlock/research/glass{ + superconductivity = 0 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Xenolab"; + name = "test chamber blast door" + }, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"vCR" = ( +/obj/machinery/light/directional/east, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"vCS" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"vDG" = ( +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 8 + }, +/obj/structure/lattice/catwalk, +/turf/space, +/area/space/nearstation) +"vDZ" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"vEp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"vEF" = ( +/obj/structure/table, +/obj/item/camera, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"vFz" = ( +/obj/structure/transit_tube/curved{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"vGi" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/execution) +"vGz" = ( +/obj/structure/bed/roller, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"vGR" = ( +/obj/structure/chair/stool, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"vHA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"vHD" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"vHE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"vHW" = ( +/obj/structure/lattice/catwalk, +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/space, +/area/station/engineering/solar/fore) +"vIz" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"vIG" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/sign/electricshock{ + pixel_x = -32 + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"vIU" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/transit_tube/curved/flipped, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"vIY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"vJo" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/machinery/firealarm/directional/east, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"vJB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"vKs" = ( +/obj/machinery/camera{ + c_tag = "Security - Firing Range"; + 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/light_switch/west, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/range) +"vKy" = ( +/obj/structure/table/wood, +/obj/effect/spawner/random/officetoys, +/obj/item/radio/intercom/directional/east, +/obj/item/radio/intercom/department/security{ + pixel_x = 34; + dir = 8 + }, +/obj/machinery/light/directional/east, +/turf/simulated/floor/wood, +/area/station/command/office/hos) +"vKz" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/rack, +/obj/item/storage/box/syringes, +/obj/item/storage/fancy/candle_box/full, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"vKI" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"vKU" = ( +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"vLA" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"vLQ" = ( +/obj/structure/table, +/obj/item/poster/random_official, +/obj/item/poster/random_official{ + pixel_y = 5 + }, +/obj/item/poster/random_official{ + pixel_y = 13 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/main) +"vMb" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 9 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vMg" = ( +/obj/machinery/camera{ + c_tag = "Security - Office - Starboard" + }, +/obj/machinery/status_display/directional/north, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "black" + }, +/area/station/security/brig) +"vNb" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"vNe" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/port) +"vNw" = ( +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/processing) +"vNV" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/main) +"vOE" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"vOJ" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vPa" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"vPx" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 5 + }, +/obj/machinery/door/window/classic/normal{ + name = "Inner Pipe Access"; + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"vQr" = ( +/obj/machinery/newscaster/directional/west, +/obj/machinery/light/directional/west, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"vQB" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/research) +"vRv" = ( +/obj/structure/closet/secure_closet/freezer/fridge, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/tile/bar{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitecorner" + }, +/area/station/service/kitchen) +"vRY" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/closet/secure_closet/engineering_personal, +/turf/simulated/floor/plasteel, +/area/station/engineering/control) +"vSm" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"vSB" = ( +/obj/structure/closet/secure_closet/security, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/storage) +"vSE" = ( +/obj/structure/table/reinforced, +/obj/structure/window/reinforced, +/obj/item/reagent_containers/drinks/tea{ + pixel_x = 7; + pixel_y = 1 + }, +/obj/item/reagent_containers/drinks/tea{ + pixel_x = -5; + pixel_y = 9 + }, +/obj/item/reagent_containers/drinks/coffee{ + pixel_x = -5 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/service/cafeteria) +"vSH" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"vSR" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"vSV" = ( +/obj/structure/chair/stool{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/landmark/spawner/xeno, +/turf/simulated/floor/carpet/arcade, +/area/station/maintenance/fore) +"vTw" = ( +/obj/structure/bed, +/obj/item/clothing/suit/straight_jacket, +/obj/item/clothing/glasses/sunglasses/blindfold, +/obj/item/clothing/mask/muzzle, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"vTZ" = ( +/obj/structure/showcase{ + density = 0; + desc = "An old, deactivated cyborg. Whilst once actively used to guard against intruders, it now simply intimidates them with its cold, steely gaze."; + dir = 4; + icon = 'icons/mob/robots.dmi'; + icon_state = "robot_old"; + name = "Cyborg Statue"; + pixel_x = -9; + pixel_y = 2 + }, +/turf/simulated/floor/bluegrid, +/area/station/turret_protected/ai) +"vUb" = ( +/turf/simulated/floor/engine, +/area/station/engineering/control) +"vUm" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/engine, +/area/station/command/office/rd) +"vUB" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"vUD" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + state = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"vUU" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"vUV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"vVr" = ( +/obj/machinery/light/small/directional/south, +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/observation) +"vVR" = ( +/obj/structure/table, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 18 + }, +/obj/item/wirecutters{ + pixel_y = 5 + }, +/obj/machinery/syndicatebomb/training, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"vWb" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/hallway/primary/central) +"vWd" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/security/permabrig) +"vWk" = ( +/obj/machinery/door/airlock/public/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"vWl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"vWq" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"vXb" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"vXg" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "council blast"; + name = "Council Blast Doors" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/command/bridge) +"vXx" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/white/corner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"vXJ" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"vXM" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"vYQ" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"vZh" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"vZl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/primary/port) +"vZo" = ( +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"vZA" = ( +/obj/structure/grille, +/obj/structure/window/plasmareinforced, +/obj/structure/window/plasmareinforced{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/science/toxins/mixing) +"vZD" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/entry) +"vZU" = ( +/obj/machinery/atmospherics/unary/thermomachine/freezer{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"wab" = ( +/obj/machinery/light/directional/west, +/obj/item/seeds/corn, +/obj/item/seeds/corn, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass/no_creep, +/area/station/security/permabrig) +"waF" = ( +/obj/structure/computerframe{ + dir = 8 + }, +/turf/simulated/floor/grass, +/area/station/maintenance/aft2) +"wbz" = ( +/obj/machinery/suit_storage_unit/expedition, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbrown" + }, +/area/station/supply/expedition) +"wbG" = ( +/obj/structure/table/glass, +/obj/item/storage/box/bodybags{ + pixel_x = -10; + pixel_y = 6 + }, +/obj/item/storage/box/autoinjectors{ + pixel_x = -10; + pixel_y = -4 + }, +/obj/item/storage/box/iv_bags{ + pixel_x = 5; + pixel_y = 6 + }, +/obj/item/storage/box/syringes{ + pixel_x = 5; + pixel_y = -4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/storage) +"wce" = ( +/obj/structure/closet/emcloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wci" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"wck" = ( +/obj/structure/table/glass, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 4 + }, +/obj/item/folder/red, +/obj/item/pen, +/obj/item/folder/white{ + pixel_x = -4; + pixel_y = 2 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"wcq" = ( +/obj/machinery/alarm/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"wcU" = ( +/obj/effect/light_emitter/colored{ + light_color = "#FFFFFF" + }, +/turf/simulated/floor/engine, +/area/holodeck/alphadeck) +"wdi" = ( +/obj/machinery/camera{ + c_tag = "Security - Office - Port - West"; + dir = 4 + }, +/obj/machinery/newscaster/security_unit/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/main) +"wey" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitehall" + }, +/area/station/science/lobby) +"wez" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "roboticsprivacy2"; + name = "Robotics Shutters" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"weC" = ( +/obj/item/radio/intercom/directional/south, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"wfa" = ( +/obj/structure/girder, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wfi" = ( +/obj/machinery/hologram/holopad, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 9 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 9 + }, +/turf/simulated/floor/plasteel{ + icon_state = "cult" + }, +/area/station/legal/magistrate) +"wfs" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai_upload) +"wfE" = ( +/obj/effect/landmark/lightsout, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/hologram/holopad, +/obj/effect/landmark/start/scientist, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"wgh" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"wgz" = ( +/obj/effect/spawner/window/reinforced/plasma/grilled, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Xenolab"; + name = "test chamber blast door" + }, +/turf/simulated/floor/engine, +/area/station/science/test_chamber) +"wgE" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -5; + pixel_y = 3 + }, +/obj/item/pen{ + pixel_x = -5; + pixel_y = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"whf" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"whg" = ( +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/rare, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"whu" = ( +/obj/machinery/camera{ + c_tag = "Prison Central"; + dir = 4; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"whB" = ( +/obj/structure/chair{ + dir = 4 + }, +/mob/living/simple_animal/pet/sloth/paperwork, +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"whX" = ( +/obj/machinery/space_heater, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"wiz" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellow" + }, +/area/station/medical/reception) +"wiH" = ( +/obj/effect/spawner/random/trash, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"wjf" = ( +/turf/simulated/floor/carpet, +/area/station/legal/lawoffice) +"wjn" = ( +/obj/machinery/light/directional/east, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"wjq" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/execution) +"wjs" = ( +/obj/machinery/door/airlock/centcom, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/permabrig) +"wjw" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"wjI" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 1; + external_pressure_bound = 0; + autolink_id = "air_out"; + internal_pressure_bound = 2000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"wjL" = ( +/obj/machinery/door_control/shutter/east{ + id = "abandoned_kitchen"; + name = "Shutters Control" + }, +/obj/item/clothing/suit/chef/classic, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wjV" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "whitegreenfull" + }, +/area/station/public/sleep) +"wkm" = ( +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"wku" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/science/robotics) +"wky" = ( +/obj/machinery/door/airlock/engineering/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"wkL" = ( +/obj/item/kirbyplants, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"wlo" = ( +/obj/structure/closet/crate/trashcart, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/obj/effect/spawner/random/trash, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wlL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"wma" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/wood, +/area/station/legal/courtroom) +"wmj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/paramedic) +"wmy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/double/map/left{ + desc = "A framed picture of the station. Clockwise from security at the top (red), you see engineering (yellow), science (purple), escape (red and white), medbay (green), arrivals (blue and white), and finally cargo (brown)."; + icon_state = "map-left-MS"; + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"wmS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"wnf" = ( +/obj/machinery/atmospherics/unary/passive_vent{ + dir = 1 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"wnz" = ( +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"wnD" = ( +/obj/structure/table, +/obj/item/reagent_containers/drinks/drinkingglass, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/camera{ + c_tag = "Prison Cafeteria"; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"wos" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"woN" = ( +/obj/structure/transit_tube/curved{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"wpn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"wpu" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"wpL" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/science/explab) +"wqf" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port2) +"wqk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 9 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"wql" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"wri" = ( +/obj/structure/window/reinforced, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"wrW" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"wsq" = ( +/obj/effect/mapping_helpers/turfs/damage, +/obj/structure/girder, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wsu" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/light/small/directional/west, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"wsx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"wsM" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/engineering, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_port) +"wsN" = ( +/obj/effect/landmark/start/research_director, +/turf/simulated/floor/plasteel{ + icon_state = "darkgreycheck" + }, +/area/station/command/office/rd) +"wta" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"wtm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/obj/effect/turf_decal/stripes/line, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"wtz" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"wtE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/firealarm/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "neutral" + }, +/area/station/hallway/secondary/garden) +"wtN" = ( +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/warden) +"wtP" = ( +/obj/effect/landmark/start/cargo_technician, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wtQ" = ( +/obj/machinery/door/airlock/research, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor/heavy, +/obj/effect/mapping_helpers/airlock/access/any/science/research, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/toxins/launch) +"wuc" = ( +/obj/structure/table, +/obj/machinery/driver_button{ + id_tag = "toxinsdriver"; + pixel_y = -24; + range = 18 + }, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/machinery/camera{ + c_tag = "Science Toxins Launch - Aft"; + dir = 10; + network = list("Research","SS13") + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"wul" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"wuH" = ( +/obj/machinery/camera{ + c_tag = "Arcade"; + dir = 6 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"wuT" = ( +/obj/structure/chair, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/sign/pods{ + pixel_y = 32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"wvJ" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"wvK" = ( +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/science/toxins/launch) +"wvO" = ( +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"wvR" = ( +/obj/structure/table, +/obj/item/stack/wrapping_paper{ + pixel_x = -3; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "brown" + }, +/area/station/supply/office) +"wwo" = ( +/obj/effect/turf_decal/tile/bar, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/starboard) +"www" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"wwI" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1; + autolink_id = "air_in" + }, +/turf/simulated/floor/engine/air, +/area/station/engineering/atmos) +"wwR" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/simulated/floor/engine/vacuum, +/area/station/science/toxins/mixing) +"wxb" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/hallway/primary/central) +"wxE" = ( +/obj/machinery/firealarm/directional/west, +/obj/machinery/computer/teleporter, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/turret_protected/aisat/interior) +"wxL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"wxO" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/obj/effect/decal/cleanable/dirt, +/obj/effect/spawner/random/cobweb/right/frequent, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"wxR" = ( +/obj/machinery/shower{ + dir = 1 + }, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"wyb" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"wyn" = ( +/turf/simulated/wall, +/area/station/medical/paramedic) +"wyE" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"wyP" = ( +/obj/machinery/door_timer/cell_4{ + pixel_x = 32 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel, +/area/station/security/prison/cell_block/a) +"wyX" = ( +/obj/machinery/camera{ + c_tag = "Xenobiology Lab - Central Aft"; + dir = 6; + network = list("Research","SS13") + }, +/obj/machinery/ai_status_display/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"wzx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wzV" = ( +/obj/structure/closet/crate, +/obj/effect/spawner/random/maintenance, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"wzW" = ( +/obj/structure/holohoop{ + dir = 8 + }, +/obj/effect/turf_decal/stripes/white/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/camera{ + c_tag = "Prison Yard"; + dir = 8; + network = list("Prison","SS13") + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"wAw" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/maintenance/fsmaint) +"wAJ" = ( +/obj/machinery/computer/prisoner{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/permabrig) +"wAP" = ( +/obj/machinery/status_display/directional/north, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/turret_protected/ai) +"wBj" = ( +/obj/structure/reagent_dispensers/beerkeg, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/light_switch/south{ + pixel_x = 6 + }, +/obj/machinery/camera{ + c_tag = "Bar - Backroom"; + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/service/bar) +"wBl" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/processing) +"wBn" = ( +/obj/structure/rack, +/obj/item/stack/sheet/cardboard, +/obj/machinery/light_construct/directional/north, +/obj/item/radio, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wCm" = ( +/obj/machinery/power/apc/directional/east, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "freezerfloor" + }, +/area/station/public/toilet/lockerroom) +"wCo" = ( +/obj/structure/chair{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"wCp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/cyan, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "green" + }, +/area/station/engineering/atmos/distribution) +"wDd" = ( +/obj/machinery/newscaster/directional/west, +/obj/structure/closet/paramedic, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/paramedic) +"wDg" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplecorner" + }, +/area/station/science/explab) +"wDM" = ( +/obj/structure/table/glass, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/alarm/directional/south, +/obj/item/clothing/glasses/science, +/obj/item/clothing/glasses/science, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/machinery/power/apc/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/chemistry) +"wDT" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"wDW" = ( +/obj/machinery/cryopod, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"wEx" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/chair/stool, +/turf/simulated/floor/plasteel, +/area/station/engineering/break_room) +"wED" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/obj/machinery/atmospherics/portable/canister/toxins, +/obj/structure/window/reinforced{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"wET" = ( +/obj/machinery/atmospherics/pipe/simple/visible, +/obj/machinery/atmospherics/meter{ + autolink_id = "mair_out_meter"; + name = "Mixed Air Tank Out" + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos) +"wEZ" = ( +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"wFW" = ( +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"wGc" = ( +/obj/structure/table, +/obj/item/stock_parts/matter_bin{ + pixel_x = 3; + pixel_y = 3 + }, +/obj/item/stock_parts/matter_bin, +/obj/item/stock_parts/micro_laser, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/rnd) +"wGr" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/brig) +"wGv" = ( +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wHw" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "HoS" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hos) +"wHz" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"wHH" = ( +/obj/structure/chair{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"wHL" = ( +/obj/machinery/door/window/classic/normal{ + name = "Mass Driver Control Door"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"wJt" = ( +/obj/structure/disposalpipe/segment, +/obj/effect/spawner/window/reinforced/tinted/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/secondary/garden) +"wJN" = ( +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/turf/space, +/area/space/nearstation) +"wJQ" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wKE" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/poddoor/preopen{ + id_tag = "xenobio8"; + name = "Xenobio Pen 8 Blast Door" + }, +/obj/machinery/door/window/classic/normal{ + name = "Containment Pen #8"; + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"wKL" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"wKS" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"wLt" = ( +/obj/structure/sign/biohazard, +/turf/simulated/wall/r_wall, +/area/station/science/misc_lab) +"wLB" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wLY" = ( +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"wMb" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/garden) +"wMy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/effect/mapping_helpers/turfs/burn, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"wMQ" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/economy/vending/wallmed/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "neutralcorner" + }, +/area/station/hallway/secondary/bridge) +"wMR" = ( +/obj/effect/turf_decal/stripes/white/line, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"wNA" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"wNL" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"wNP" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/turf/simulated/floor/plasteel{ + icon_state = "redcorner" + }, +/area/station/security/brig) +"wOi" = ( +/obj/effect/turf_decal/tile/blue{ + dir = 8 + }, +/obj/effect/turf_decal/tile/blue{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "showroomfloor" + }, +/area/station/medical/coldroom) +"wOn" = ( +/obj/effect/turf_decal/delivery/white/hollow, +/obj/machinery/smartfridge/secure/extract, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "purple" + }, +/area/station/science/xenobiology) +"wOZ" = ( +/obj/machinery/door/window/classic/normal{ + name = "Science Chemistry"; + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"wPg" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/structure/lattice, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/space, +/area/space/nearstation) +"wPj" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/carpet, +/area/station/service/library) +"wPm" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "red" + }, +/area/station/security/permabrig) +"wQe" = ( +/obj/structure/table/wood, +/obj/item/clothing/glasses/monocle, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"wQr" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory) +"wQE" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"wRh" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Shooting Range"; + dir = 8 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/range) +"wRt" = ( +/obj/structure/table/glass, +/obj/structure/extinguisher_cabinet/directional/east, +/obj/machinery/firealarm/directional/south, +/obj/item/folder/white, +/obj/item/screwdriver{ + pixel_x = -2; + pixel_y = 14 + }, +/obj/item/radio/headset/headset_med, +/obj/item/hand_labeler, +/obj/item/stack/package_wrap, +/obj/item/stack/package_wrap, +/obj/item/reagent_containers/spray/cleaner{ + desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; + name = "Chemistry Cleaner"; + pixel_x = 8; + pixel_y = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"wRx" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"wRL" = ( +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/item/seeds/apple, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass/no_creep, +/area/station/security/permabrig) +"wSh" = ( +/obj/machinery/cryopod{ + dir = 4 + }, +/obj/machinery/alarm/directional/west, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitegreen" + }, +/area/station/public/sleep) +"wSy" = ( +/obj/machinery/shower{ + pixel_y = 8 + }, +/obj/item/radio/intercom/directional/north, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"wTc" = ( +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/chemistry, +/turf/simulated/floor/plasteel{ + icon_state = "whiteyellowfull" + }, +/area/station/medical/chemistry) +"wTo" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wTJ" = ( +/obj/machinery/firealarm/directional/north, +/obj/machinery/light/directional/north, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurple" + }, +/area/station/science/research) +"wUa" = ( +/turf/simulated/wall/r_wall, +/area/station/maintenance/engimaint) +"wUE" = ( +/obj/machinery/door/airlock/command/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/door/poddoor/preopen{ + id_tag = "bridge blast"; + name = "Bridge Blast Doors" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/access/any/command/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"wUL" = ( +/obj/machinery/door/window{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/command/captain{ + dir = 1 + }, +/turf/simulated/floor/wood, +/area/station/command/office/captain/bedroom) +"wVi" = ( +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "neutralfull" + }, +/area/station/maintenance/fsmaint) +"wVD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"wVO" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"wWh" = ( +/obj/machinery/camera{ + c_tag = "Central Primary Hallway - Port"; + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"wWl" = ( +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"wWG" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"wXi" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"wXA" = ( +/obj/effect/turf_decal/delivery, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"wXW" = ( +/obj/machinery/door/firedoor, +/obj/machinery/access_button/south{ + autolink_id = "viro_btn_int"; + name = "Virology Lab Access Button"; + pixel_x = 8; + req_access = list(39) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "viro_door_int"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"wYk" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/machinery/atmospherics/portable/canister/carbon_dioxide, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"wYm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"wYs" = ( +/obj/structure/transit_tube/diagonal, +/turf/space, +/area/space/nearstation) +"wZa" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/table, +/obj/machinery/computer/security/telescreen/research{ + pixel_y = 30 + }, +/obj/item/radio/intercom{ + pixel_x = 2; + pixel_y = 4 + }, +/obj/machinery/ignition_switch{ + id = "Xenobio"; + pixel_x = -6; + pixel_y = -4 + }, +/obj/machinery/door_control/shutter{ + id = "Xenolab"; + name = "Test Chamber Blast Doors"; + pixel_x = 4; + pixel_y = -3; + req_access = list(55) + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"wZw" = ( +/obj/machinery/atmospherics/unary/vent_pump/siphon/on{ + dir = 8; + external_pressure_bound = 0; + autolink_id = "tox_out"; + internal_pressure_bound = 4000; + pressure_checks = 2 + }, +/turf/simulated/floor/engine/plasma, +/area/station/engineering/atmos) +"wZL" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow, +/turf/simulated/floor/plating, +/area/station/medical/virology) +"xal" = ( +/obj/machinery/atmospherics/binary/pump{ + dir = 0; + name = "Air to Ports" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xam" = ( +/obj/machinery/dye_generator, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "barber" + }, +/area/station/service/barber) +"xaq" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitehall" + }, +/area/station/medical/reception) +"xat" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whiteyellow" + }, +/area/station/medical/chemistry) +"xax" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating, +/area/station/security/checkpoint/south) +"xaA" = ( +/obj/machinery/firealarm/directional/west, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel, +/area/station/supply/lobby) +"xaE" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 6 + }, +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"xaI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/brig) +"xaL" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 10 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xbh" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xbo" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"xbs" = ( +/obj/structure/sign/poster/official/random, +/turf/simulated/wall, +/area/station/science/toxins/mixing) +"xbt" = ( +/obj/machinery/door/airlock, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/unres, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/wood, +/area/station/service/theatre) +"xbu" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/mixing) +"xbw" = ( +/obj/machinery/atmospherics/trinary/filter{ + dir = 1; + filter_type = 3; + name = "Gas filter (CO2 tank)"; + on = 1 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "black" + }, +/area/station/engineering/atmos) +"xbA" = ( +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"xbE" = ( +/obj/structure/chair/stool{ + dir = 1 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/carpet/arcade, +/area/station/public/arcade) +"xbT" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"xbY" = ( +/obj/machinery/door/firedoor, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/exam_room) +"xcw" = ( +/obj/machinery/power/apc/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/obj/effect/turf_decal/siding{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/turf/simulated/floor/bluegrid/telecomms/server, +/area/station/science/server/coldroom) +"xcF" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/airlock/virology/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"xdb" = ( +/obj/machinery/alarm/directional/west, +/obj/structure/rack, +/obj/item/shield/riot{ + pixel_y = 3 + }, +/obj/item/shield/riot, +/obj/item/shield/riot{ + pixel_y = -3 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkred" + }, +/area/station/security/armory/secure) +"xdy" = ( +/turf/simulated/floor/plasteel{ + icon_state = "yellowfull" + }, +/area/station/hallway/primary/aft) +"xdC" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Processing" + }, +/turf/simulated/floor/plating, +/area/station/service/chapel) +"xdT" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "whitepurple" + }, +/area/station/science/research) +"xef" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"xen" = ( +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/camera/motion{ + c_tag = "MiniSat Exterior - Aft Starboard"; + dir = 4; + network = list("SS13","MiniSat") + }, +/obj/machinery/light/small/directional/west, +/obj/machinery/door/window/classic/reversed{ + name = "MiniSat Walkway Access" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/aisat) +"xeC" = ( +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xeF" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"xeW" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/hardsuitstorage) +"xfm" = ( +/obj/structure/lattice/catwalk, +/obj/structure/disposalpipe/segment/corner{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"xfn" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/starboard) +"xfG" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/computer/general_air_control{ + dir = 8; + level = 3; + name = "Distribution and Waste Monitor"; + autolink_sensors = list("mair_in_meter"="Mixed Air In","air_sensor"="Mixed Air Supply Tank","mair_out_meter"="Mixed Air Out","dloop_atm_meter"="Distribution Loop","wloop_atm_meter"="Waste Loop") + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"xgb" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xgE" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/interrogation) +"xhh" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "CMO" + }, +/obj/structure/cable/yellow, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/command/office/cmo) +"xhs" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xhx" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/entry) +"xhF" = ( +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) +"xhL" = ( +/obj/machinery/door/window/reinforced/normal{ + name = "Justice Chamber" + }, +/obj/machinery/atmospherics/pipe/simple/hidden, +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/machinery/door/window/reinforced/normal{ + dir = 1; + name = "Justice Chamber" + }, +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/door/poddoor/preopen{ + id_tag = "executionfireblast" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/brig, +/turf/simulated/floor/plasteel{ + icon_state = "darkred" + }, +/area/station/security/execution) +"xhX" = ( +/obj/structure/table/wood, +/obj/item/flashlight/lamp/green{ + pixel_x = 1; + pixel_y = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/command/bridge) +"xiy" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whiteblue" + }, +/area/station/security/permabrig) +"xiK" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced, +/obj/structure/transit_tube/curved{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/aisat) +"xjB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/turf/simulated/floor/plasteel, +/area/station/security/prisonlockers) +"xjC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/main) +"xjJ" = ( +/obj/machinery/light/directional/north, +/obj/item/radio/intercom/locked/prison{ + name = "Prison Intercom (General)"; + pixel_y = 25 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "green" + }, +/area/station/security/permabrig) +"xkD" = ( +/obj/effect/decal/snow, +/obj/structure/snowman/built, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xkI" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"xkR" = ( +/obj/machinery/door/airlock/atmos/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/turf/simulated/floor/plating/airless, +/area/station/engineering/atmos) +"xkX" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"xkY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/genetics) +"xlu" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/corner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"xlE" = ( +/obj/machinery/computer/security/mining{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "browncorner" + }, +/area/station/supply/qm) +"xlS" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 1; + autolink_id = "o2_in" + }, +/turf/simulated/floor/engine/o2, +/area/station/engineering/atmos) +"xml" = ( +/obj/structure/closet/l3closet/scientist, +/obj/machinery/alarm/directional/south, +/obj/effect/turf_decal/stripes/line{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"xmI" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"xmN" = ( +/obj/structure/table/reinforced, +/obj/machinery/door/firedoor, +/obj/item/folder, +/obj/item/pen, +/obj/machinery/door/window/classic/normal{ + dir = 4 + }, +/obj/effect/mapping_helpers/airlock/windoor/autoname/desk{ + dir = 4 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 8; + id_tag = "rndlab2"; + name = "Secondary Research and Development Shutter" + }, +/obj/item/desk_bell{ + pixel_y = 8; + anchored = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/science/research{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitepurplefull" + }, +/area/station/science/rnd) +"xnb" = ( +/obj/machinery/light/small/directional/west, +/obj/machinery/sparker{ + id = "executionburn"; + pixel_x = -25 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_pump/on, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"xnj" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/rack, +/obj/item/crowbar/red, +/obj/item/wrench, +/obj/machinery/light_switch/south, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"xnn" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel{ + icon_state = "darkbluecorners" + }, +/area/station/command/bridge) +"xnp" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/carpet, +/area/station/command/office/hop) +"xnO" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"xoq" = ( +/obj/machinery/newscaster/directional/north, +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/hallway/primary/central) +"xoB" = ( +/obj/machinery/status_display/directional/south, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/research) +"xoI" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"xoP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/power/apc/directional/north, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/surgery/observation) +"xoS" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 5 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"xpC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/sortjunction{ + sort_type_txt = "18" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/central) +"xpD" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"xpX" = ( +/obj/machinery/light/small/directional/north, +/obj/effect/turf_decal/stripes/corner{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"xqS" = ( +/obj/machinery/door/window/classic/reversed{ + name = "Danger: Conveyor Access"; + dir = 4 + }, +/obj/machinery/conveyor/northeast/ccw{ + id = "garbage" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/disposal) +"xrm" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/structure/window/plasmareinforced{ + dir = 8 + }, +/turf/simulated/floor/engine, +/area/station/science/explab/chamber) +"xrx" = ( +/obj/structure/table/glass, +/obj/item/folder/yellow, +/obj/structure/sign/securearea{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Engineering - Foyer - Starboard"; + dir = 6 + }, +/obj/item/radio{ + pixel_x = -12; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"xrA" = ( +/obj/machinery/hologram/holopad, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"xrD" = ( +/obj/machinery/atmospherics/portable/canister/air, +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"xrS" = ( +/obj/structure/chair/office/light{ + dir = 8 + }, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"xrZ" = ( +/obj/structure/closet/firecloset, +/obj/effect/decal/cleanable/cobweb2, +/obj/structure/sign/electricshock{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xsF" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"xta" = ( +/obj/structure/disposalpipe/trunk, +/obj/machinery/disposal, +/turf/simulated/floor/carpet, +/area/station/security/detective) +"xtp" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/structure/closet/secure_closet/injection{ + name = "educational injections"; + pixel_x = 2 + }, +/obj/machinery/power/apc/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkred" + }, +/area/station/security/execution) +"xts" = ( +/obj/structure/chair{ + dir = 4 + }, +/obj/effect/decal/cleanable/cobweb, +/obj/effect/turf_decal/stripes/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_south) +"xtA" = ( +/obj/item/radio/intercom/directional/west, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/checkpoint/south) +"xtP" = ( +/obj/item/kirbyplants/plant21, +/obj/structure/sign/botany{ + pixel_x = 32 + }, +/turf/simulated/floor/plasteel{ + icon_state = "green" + }, +/area/station/hallway/primary/central) +"xux" = ( +/obj/machinery/atmospherics/pipe/simple/visible/purple{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "caution" + }, +/area/station/engineering/atmos) +"xuA" = ( +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/random/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xvh" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/medical/paramedic) +"xvi" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/primary/aft) +"xvB" = ( +/obj/machinery/disposal, +/obj/structure/disposalpipe/trunk{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/medical/morgue) +"xvX" = ( +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/item/seeds/orange, +/obj/machinery/hydroponics/constructable{ + desc = "These are connected with an irrigation tube. You see a little pipe connecting the trays."; + name = "Prison hydroponics tray"; + using_irrigation = 1 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/grass/no_creep, +/area/station/security/permabrig) +"xwg" = ( +/obj/structure/chair/comfy/beige{ + dir = 4 + }, +/obj/effect/landmark/start/psychiatrist, +/obj/machinery/light/directional/south, +/turf/simulated/floor/carpet, +/area/station/medical/psych) +"xwJ" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/solar_maintenance/aft_starboard) +"xxa" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"xxi" = ( +/obj/machinery/door/airlock/engineering/glass{ + autoclose = 0; + id_tag = "enginesm_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/access_button/west{ + autolink_id = "enginesm_btn_ext"; + name = "Supermatter Access Button"; + pixel_x = 0; + pixel_y = 24; + req_access = list(10,24) + }, +/obj/effect/mapping_helpers/airlock/access/any/engineering/construction, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"xxo" = ( +/obj/effect/spawner/window/reinforced/grilled, +/obj/structure/cable/yellow, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Perma Gate"; + name = "Prison Blast Door" + }, +/turf/simulated/floor/plating, +/area/station/security/permabrig) +"xxA" = ( +/obj/structure/chair{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/legal/courtroom) +"xxL" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xyb" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/engineering/ai_transit_tube) +"xyc" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/junction, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/medbay) +"xyH" = ( +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"xyP" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/reversed{ + dir = 8 + }, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/security/general{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/main) +"xyQ" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/effect/spawner/lootdrop{ + icon_state = "grille"; + loot = list(/obj/structure/grille=8,/obj/structure/grille/broken=2); + name = "normal or broken grille spawner" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"xzB" = ( +/obj/item/cigbutt, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xzD" = ( +/obj/machinery/atmospherics/pipe/simple/heat_exchanging{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/heat_exchanging, +/obj/structure/lattice, +/turf/space, +/area/space/nearstation) +"xAl" = ( +/obj/structure/rack, +/obj/item/storage/briefcase/inflatable{ + pixel_x = -2; + pixel_y = 4 + }, +/obj/item/storage/briefcase/inflatable, +/obj/effect/turf_decal/delivery/hollow, +/obj/structure/sign/poster/official/random/east, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"xAz" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "greenblue" + }, +/area/station/service/hydroponics) +"xAI" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "redcorner" + }, +/area/station/security/brig) +"xBg" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/purple{ + dir = 10 + }, +/turf/simulated/wall/r_wall, +/area/station/engineering/atmos/control) +"xBl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"xBs" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/hologram/holopad, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"xBS" = ( +/obj/machinery/light_switch/west, +/turf/simulated/floor/carpet, +/area/station/public/vacant_office) +"xBX" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/armory/secure) +"xCk" = ( +/obj/structure/cable/yellow, +/obj/effect/spawner/window/reinforced/grilled, +/obj/machinery/door/poddoor/preopen{ + id_tag = "hop"; + name = "privacy shutters" + }, +/turf/simulated/floor/plating, +/area/station/command/office/hop) +"xCv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plasteel{ + icon_state = "caution" + }, +/area/station/engineering/equipmentstorage) +"xCC" = ( +/obj/structure/closet/secure_closet/brig, +/obj/machinery/camera{ + c_tag = "Prisoner Lockers" + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "red" + }, +/area/station/security/prisonlockers) +"xCD" = ( +/obj/machinery/door/airlock/mining/glass{ + id_tag = "mining_home"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/fans/tiny, +/obj/effect/mapping_helpers/airlock/access/any/supply/mining, +/turf/simulated/floor/plasteel, +/area/station/supply/miningdock) +"xCF" = ( +/obj/machinery/atmospherics/unary/portables_connector{ + dir = 4 + }, +/obj/structure/window/reinforced, +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/scrubber, +/obj/machinery/camera{ + c_tag = "Starboard Primary Hallway - Atmospherics"; + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 10; + icon_state = "redyellow" + }, +/area/station/hallway/primary/starboard) +"xCP" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/light/small/directional/south, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"xCT" = ( +/obj/machinery/atmospherics/trinary/mixer{ + dir = 4; + name = "Gas mixer (N2/O2)"; + node1_concentration = 0.8; + node2_concentration = 0.2; + on = 1; + target_pressure = 4500 + }, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xCY" = ( +/obj/structure/table, +/obj/item/storage/toolbox/mechanical, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"xDR" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xEi" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel/dark, +/area/station/telecomms/chamber) +"xER" = ( +/obj/structure/cable/pink{ + icon_state = "1-5" + }, +/obj/structure/cable/cyan{ + icon_state = "6-10" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xFu" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor{ + id_tag = "SecJusticeChamber"; + name = "Justice Vent" + }, +/turf/simulated/floor/plating, +/area/station/security/execution) +"xFH" = ( +/obj/structure/table/reinforced, +/obj/item/storage/box/gloves{ + pixel_x = 5; + pixel_y = 11 + }, +/obj/item/wirecutters{ + desc = "This cuts gloves."; + name = "Glove Snippers"; + pixel_y = 6 + }, +/obj/item/storage/box/masks{ + pixel_y = 3 + }, +/obj/machinery/newscaster/directional/north, +/obj/machinery/computer/guestpass{ + pixel_x = 30 + }, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/reception) +"xFR" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "neutral" + }, +/area/station/hallway/primary/central) +"xFW" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/machinery/door/window/classic/reversed{ + name = "Kitchen" + }, +/obj/machinery/door/firedoor, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "kitchen_counter"; + name = "Kitchen Counter Shutters" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/service/kitchen) +"xGF" = ( +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xGP" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 5 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xHr" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/spawner/wire_splicing/thirty, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xHu" = ( +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"xHw" = ( +/obj/structure/chair, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/lobby) +"xHy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/warden) +"xHR" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/aft2) +"xIe" = ( +/obj/machinery/flasher{ + id = "justiceflash"; + name = "mounted justice flash"; + pixel_x = 28 + }, +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/machinery/atmospherics/unary/outlet_injector/on{ + name = "justice injector" + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/execution) +"xIl" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/storage) +"xIt" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xIx" = ( +/obj/structure/table, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = -8; + pixel_y = 1 + }, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -8; + pixel_y = 11 + }, +/obj/item/book/manual/wiki/chef_recipes{ + pixel_x = 4; + pixel_y = 2 + }, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/structure/window/reinforced, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"xJl" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 6; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"xJy" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fore2) +"xJA" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"xJB" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "chapel" + }, +/area/station/service/chapel) +"xKg" = ( +/obj/structure/disposalpipe/segment, +/obj/machinery/economy/atm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "neutralcorner" + }, +/area/station/hallway/primary/central) +"xKQ" = ( +/obj/machinery/firealarm/directional/east, +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xLd" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/supply/lobby) +"xLm" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/turf/simulated/floor/wood, +/area/station/service/bar) +"xLw" = ( +/obj/structure/table/reinforced, +/obj/item/reagent_containers/condiment/saltshaker{ + pixel_x = -3 + }, +/obj/item/reagent_containers/condiment/peppermill{ + pixel_x = 3 + }, +/obj/structure/window/reinforced{ + dir = 4 + }, +/obj/effect/turf_decal/woodsiding{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"xLD" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/barricade/wooden, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/aft) +"xLH" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/structure/disposalpipe/segment, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xLY" = ( +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"xMN" = ( +/obj/structure/reagent_dispensers/watertank, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xNa" = ( +/obj/effect/spawner/random/barrier/grille_often, +/obj/machinery/atmospherics/pipe/simple/hidden/cyan{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xNc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"xNu" = ( +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 8 + }, +/obj/effect/turf_decal/tile/bar, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "neutralcorner" + }, +/area/station/supply/lobby) +"xNy" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/effect/mapping_helpers/turfs/burn, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xNV" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "Magistrate" + }, +/turf/simulated/floor/plating, +/area/station/legal/magistrate) +"xNZ" = ( +/obj/machinery/atmospherics/unary/outlet_injector/on{ + dir = 8; + autolink_id = "co2_in" + }, +/turf/simulated/floor/engine/co2, +/area/station/engineering/atmos) +"xOj" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel, +/area/station/supply/storage) +"xOy" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xOz" = ( +/obj/structure/table, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/item/stack/sheet/glass, +/obj/machinery/door_control/shutter/east{ + id = "rdrnd"; + name = "Primary Research Shutters Control"; + pixel_y = 6; + req_access = list(7) + }, +/obj/machinery/door_control/shutter/east{ + id = "rndlab2"; + name = "Secondary Research Shutters Control"; + pixel_y = -6; + req_access = list(7) + }, +/obj/machinery/cell_charger, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"xOC" = ( +/obj/structure/window/reinforced{ + dir = 8 + }, +/obj/structure/window/reinforced{ + dir = 1 + }, +/turf/space, +/area/space/nearstation) +"xOI" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/mapping_helpers/airlock/unres, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"xPh" = ( +/obj/machinery/airlock_controller/access_controller{ + name = "Xenobiology Access Console"; + pixel_x = -25; + pixel_y = -25; + ext_door_link_id = "xeno_door_ext"; + int_door_link_id = "xeno_door_int"; + ext_button_link_id = "xeno_btn_ext"; + int_button_link_id = "xeno_btn_int" + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whitepurple" + }, +/area/station/science/xenobiology) +"xPv" = ( +/obj/machinery/computer/general_air_control{ + dir = 4; + name = "Tank Monitor"; + autolink_sensors = list("n2_sensor"="Nitrogen","o2_sensor"="Oxygen","co2_sensor"="Carbon Dioxide","tox_sensor"="Toxins","n2o_sensor"="Nitrous Oxide","waste_sensor"="Gas Mix Tank") + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "caution" + }, +/area/station/engineering/controlroom) +"xPC" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/observation) +"xPE" = ( +/obj/structure/table, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/explab) +"xPO" = ( +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 4; + initialize_directions = 11 + }, +/obj/machinery/atmospherics/meter, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xPR" = ( +/obj/structure/table/glass, +/obj/item/paper_bin{ + pixel_x = -3; + pixel_y = 7 + }, +/obj/item/pen{ + pixel_x = -3; + pixel_y = 10 + }, +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/obj/item/radio{ + pixel_x = 8; + pixel_y = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"xPZ" = ( +/obj/structure/chair, +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"xQi" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plating, +/area/station/maintenance/medmaint) +"xQp" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 6 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "darkblue" + }, +/area/station/medical/surgery/observation) +"xQR" = ( +/obj/structure/closet/firecloset, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"xQV" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 4 + }, +/obj/structure/sign/vacuum/external{ + pixel_y = 32 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"xRE" = ( +/obj/effect/landmark/start/bartender, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"xRN" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/oxygen, +/obj/machinery/alarm/directional/east, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/storage) +"xSg" = ( +/obj/machinery/economy/vending/security, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/storage) +"xSl" = ( +/obj/machinery/door/airlock/maintenance, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/engineering/maintenance, +/obj/effect/mapping_helpers/airlock/unres{ + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/access/any/service/theatre, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"xSv" = ( +/obj/effect/mapping_helpers/turfs/damage, +/turf/simulated/floor/plating, +/area/station/maintenance/engimaint) +"xTz" = ( +/obj/structure/chair/office/dark{ + dir = 8 + }, +/obj/effect/landmark/start/artist, +/turf/simulated/floor/wood, +/area/station/service/library) +"xTH" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "whitepurple" + }, +/area/station/science/rnd) +"xTV" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/yellow, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos) +"xUb" = ( +/obj/effect/turf_decal/stripes/corner{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/xenobiology) +"xUe" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 8 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard2) +"xUk" = ( +/obj/machinery/atmospherics/pipe/simple/visible{ + dir = 5 + }, +/obj/machinery/camera{ + c_tag = "Science Toxins Mix"; + dir = 1; + network = list("Research","SS13") + }, +/obj/machinery/firealarm/directional/south, +/turf/simulated/floor/plasteel, +/area/station/science/toxins/mixing) +"xUA" = ( +/obj/structure/table, +/obj/item/storage/bag/dice, +/obj/structure/cable/yellow{ + icon_state = "1-8" + }, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"xUC" = ( +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel, +/area/station/security/brig) +"xVB" = ( +/obj/structure/kitchenspike_frame, +/obj/effect/decal/cleanable/blood/old, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xVJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/yellow{ + dir = 4 + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/engineering/atmos) +"xVR" = ( +/obj/machinery/hologram/holopad, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/brig) +"xWa" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/cable/yellow, +/obj/machinery/door/poddoor/preopen{ + id_tag = "Secure Gate"; + name = "brig shutters" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/prison/cell_block/a) +"xWl" = ( +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/control) +"xWt" = ( +/obj/effect/turf_decal/delivery/hollow, +/obj/machinery/atmospherics/portable/canister/sleeping_agent, +/turf/simulated/floor/plasteel, +/area/station/engineering/atmos/control) +"xWI" = ( +/obj/structure/closet/secure_closet/brig, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "redcorner" + }, +/area/station/security/prisonlockers) +"xWL" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/medical/reception) +"xXe" = ( +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/security/brig) +"xXv" = ( +/obj/machinery/atmospherics/pipe/simple/visible/red, +/turf/simulated/floor/engine, +/area/station/engineering/control) +"xXD" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/effect/turf_decal/tile/purple{ + dir = 1 + }, +/obj/effect/turf_decal/tile/purple, +/obj/structure/disposalpipe/segment{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/science/misc_lab) +"xXE" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/effect/decal/cleanable/dirt, +/obj/machinery/atmospherics/unary/vent_scrubber/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel, +/area/station/science/robotics) +"xYk" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkbluecorners" + }, +/area/station/medical/surgery/observation) +"xYo" = ( +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/obj/machinery/door/poddoor/shutters{ + dir = 2; + id_tag = "teleshutter"; + name = "Teleport Access Shutters" + }, +/turf/simulated/floor/plating, +/area/station/command/teleporter) +"xYC" = ( +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 6 + }, +/turf/simulated/floor/plasteel, +/area/station/security/permabrig) +"xYR" = ( +/obj/structure/sign/poster/official/random/east, +/obj/effect/turf_decal/stripes/corner, +/obj/machinery/light/directional/east, +/turf/simulated/floor/plasteel{ + dir = 5; + icon_state = "yellow" + }, +/area/station/engineering/break_room) +"xYT" = ( +/obj/structure/disposalpipe/segment/corner{ + dir = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/surgery/observation) +"xZa" = ( +/obj/structure/plasticflaps{ + opacity = 1 + }, +/obj/machinery/door/window/classic/normal{ + name = "MuleBot Access"; + dir = 1 + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/supply/mule_bot{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/apmaint) +"xZD" = ( +/obj/structure/rack, +/obj/item/toy/plushie/lizardplushie, +/turf/simulated/floor/plating, +/area/station/maintenance/fpmaint) +"xZS" = ( +/obj/machinery/door/firedoor, +/obj/machinery/access_button/south{ + autolink_id = "viro_btn_ext"; + name = "Virology Lab Access Button"; + req_access = list(39) + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/poddoor{ + density = 0; + icon_state = "open"; + id_tag = "Biohazard_medi"; + name = "Quarantine Lockdown"; + opacity = 0 + }, +/obj/machinery/door/airlock/virology{ + autoclose = 0; + id_tag = "viro_door_ext"; + locked = 1 + }, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/medical/virology) +"yag" = ( +/obj/machinery/power/apc/directional/west, +/obj/structure/cable/yellow, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "darkblue" + }, +/area/station/medical/storage) +"yaj" = ( +/obj/machinery/camera{ + c_tag = "Teleporter Room"; + dir = 4 + }, +/obj/machinery/door_control/shutter/west{ + id = "teleshutter"; + name = "Teleporter Shutters Access Control"; + req_access = list(62) + }, +/obj/structure/extinguisher_cabinet/directional/south, +/turf/simulated/floor/plasteel, +/area/station/command/teleporter) +"yap" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 5 + }, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/science/toxins/launch) +"yaq" = ( +/obj/machinery/power/emitter{ + anchored = 1; + dir = 1; + state = 2 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "0-8" + }, +/turf/simulated/floor/plating, +/area/station/engineering/control) +"yaw" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 10 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "whiteblue" + }, +/area/station/command/office/cmo) +"yaB" = ( +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 4; + sort_type_txt = "16" + }, +/obj/effect/turf_decal/stripes/line{ + dir = 1 + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"yaE" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/effect/turf_decal/stripes/line, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"yaQ" = ( +/obj/machinery/atmospherics/unary/vent_pump/on{ + dir = 8 + }, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"ybD" = ( +/obj/effect/turf_decal/delivery, +/obj/machinery/door/window/classic/normal{ + name = "Maximum Security Test Chamber"; + dir = 8 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/science/xenobiology) +"ybI" = ( +/obj/machinery/light/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"ybT" = ( +/obj/effect/spawner/window/reinforced/polarized/grilled{ + id = "SHOW" + }, +/obj/structure/cable/yellow{ + icon_state = "0-2" + }, +/turf/simulated/floor/plating, +/area/station/science/robotics/showroom) +"ybX" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/door/airlock/medical/glass, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/machinery/door/firedoor, +/obj/effect/mapping_helpers/airlock/access/any/medical/general, +/turf/simulated/floor/plasteel{ + icon_state = "whitebluefull" + }, +/area/station/medical/break_room) +"ycF" = ( +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/light/small/directional/east, +/turf/simulated/floor/plating, +/area/station/maintenance/fsmaint) +"ycR" = ( +/obj/structure/bed, +/obj/item/bedsheet/medical{ + level = 1.4 + }, +/obj/structure/curtain/open{ + layer = 4.1 + }, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whiteblue" + }, +/area/station/medical/cryo) +"ycU" = ( +/obj/machinery/firealarm/directional/east, +/obj/effect/decal/cleanable/dirt, +/turf/simulated/floor/plasteel{ + icon_state = "bar" + }, +/area/station/service/bar) +"ydv" = ( +/obj/structure/cable/yellow{ + icon_state = "0-4" + }, +/obj/effect/spawner/window/reinforced/grilled, +/turf/simulated/floor/plating, +/area/station/hallway/primary/fore) +"ydH" = ( +/obj/structure/closet/secure_closet/security, +/obj/item/id_skin/donut, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "darkred" + }, +/area/station/security/storage) +"ydM" = ( +/obj/structure/transit_tube/curved/flipped{ + dir = 8 + }, +/turf/space, +/area/space/nearstation) +"ydQ" = ( +/obj/effect/decal/cleanable/dirt, +/obj/structure/closet, +/obj/item/surgicaldrill, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/maintenance/medmaint) +"yed" = ( +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"yej" = ( +/obj/structure/cable/yellow{ + icon_state = "1-4" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/port) +"yev" = ( +/obj/structure/closet/secure_closet/evidence, +/obj/effect/turf_decal/tile/neutral{ + dir = 4 + }, +/obj/effect/turf_decal/tile/neutral, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "darkred" + }, +/area/station/security/evidence) +"yew" = ( +/obj/structure/girder, +/obj/item/stack/sheet/metal, +/turf/simulated/floor/plating, +/area/station/maintenance/fore) +"yeR" = ( +/obj/item/kirbyplants, +/obj/machinery/newscaster/directional/north, +/turf/simulated/floor/plasteel{ + dir = 9; + icon_state = "whitegreen" + }, +/area/station/medical/virology) +"yeU" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/item/pen, +/obj/machinery/requests_console/directional/west, +/obj/effect/turf_decal/delivery/hollow, +/obj/effect/turf_decal/stripes/white/line{ + dir = 1 + }, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/science/toxins/launch) +"yeW" = ( +/obj/structure/sign/radiation/rad_area, +/turf/simulated/wall/r_wall, +/area/station/engineering/engine/supermatter) +"yeY" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/cyan, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"yeZ" = ( +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "black" + }, +/area/station/security/permabrig) +"yfj" = ( +/obj/machinery/nuclearbomb/training, +/obj/machinery/atmospherics/unary/vent_scrubber/on, +/obj/item/radio/intercom/directional/north, +/turf/simulated/floor/plasteel{ + dir = 8; + icon_state = "red" + }, +/area/station/security/defusal) +"yfv" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/light/small/directional/north, +/turf/simulated/floor/plating, +/area/station/maintenance/asmaint) +"yfB" = ( +/obj/machinery/light/directional/south, +/obj/item/radio/intercom/directional/south, +/turf/simulated/floor/plasteel{ + icon_state = "cafeteria" + }, +/area/station/science/break_room) +"yfT" = ( +/obj/structure/cable/yellow{ + icon_state = "2-4" + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fsmaint) +"ygd" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers, +/obj/machinery/atmospherics/pipe/simple/hidden/supply, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/turf/simulated/floor/carpet, +/area/station/hallway/primary/port) +"yge" = ( +/obj/machinery/door/firedoor, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/machinery/door/airlock/security, +/obj/effect/mapping_helpers/airlock/autoname, +/obj/effect/mapping_helpers/airlock/access/any/security/general, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/security/evidence) +"ygK" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/chair/stool, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel, +/area/station/public/locker) +"yha" = ( +/obj/structure/table, +/obj/item/restraints/handcuffs, +/obj/machinery/firealarm/directional/south, +/obj/item/eftpos, +/turf/simulated/floor/plasteel{ + icon_state = "red" + }, +/area/station/security/processing) +"yhg" = ( +/obj/structure/table/wood, +/obj/item/paicard{ + desc = "A real Nanotrasen success, these personal AIs provide all of the companionship of an AI without any law related red-tape."; + name = "\improper Nanotrasen-brand personal AI device exhibit" + }, +/obj/structure/sign/mech{ + pixel_y = 32 + }, +/obj/machinery/camera{ + c_tag = "Robotics Showroom" + }, +/turf/simulated/floor/wood, +/area/station/science/robotics/showroom) +"yhp" = ( +/obj/effect/landmark/start/bath, +/turf/simulated/floor/plasteel{ + icon_state = "darkneutralfull" + }, +/area/station/public/fitness) +"yhM" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/plating/airless, +/area/station/engineering/solar/fore) +"yhT" = ( +/obj/structure/sign/poster/random{ + pixel_y = -32 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plating, +/area/station/maintenance/starboard) +"yib" = ( +/obj/structure/flora/junglebush, +/obj/structure/flora/ausbushes/ppflowers, +/obj/machinery/light/directional/east, +/turf/simulated/floor/grass/no_creep, +/area/station/medical/virology) +"yif" = ( +/obj/machinery/atmospherics/pipe/simple/visible/cyan{ + dir = 10 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "caution" + }, +/area/station/engineering/atmos/distribution) +"yiP" = ( +/mob/living/simple_animal/mouse, +/turf/simulated/floor/plasteel, +/area/station/maintenance/fore) +"yiU" = ( +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/security/armory/secure) +"yji" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/universal{ + dir = 4 + }, +/obj/machinery/space_heater, +/turf/simulated/floor/plating, +/area/station/maintenance/xenobio_north) +"yjJ" = ( +/obj/effect/turf_decal/delivery, +/obj/structure/sign/vacuum{ + pixel_x = -32 + }, +/turf/simulated/floor/plasteel, +/area/station/hallway/secondary/exit) +"ykh" = ( +/obj/effect/turf_decal/tile/red, +/obj/effect/turf_decal/tile/red{ + dir = 1 + }, +/obj/machinery/door/window{ + name = "Permabrig Kitchen" + }, +/obj/effect/landmark/start/prisoner, +/turf/simulated/floor/plasteel{ + icon_state = "white" + }, +/area/station/security/permabrig) +"ykH" = ( +/obj/machinery/economy/vending/cola, +/turf/simulated/floor/plasteel{ + icon_state = "darkblue" + }, +/area/station/medical/break_room) +"ykK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/green, +/turf/simulated/floor/plasteel{ + icon_state = "dark" + }, +/area/station/engineering/atmos) +"ykN" = ( +/obj/structure/cable/yellow{ + icon_state = "2-8" + }, +/obj/effect/turf_decal/stripes/line, +/obj/effect/decal/cleanable/dirt, +/obj/structure/disposalpipe/segment, +/obj/structure/cable/yellow{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/manifold/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel, +/area/station/maintenance/starboard) +"ylu" = ( +/obj/machinery/light/directional/west, +/turf/simulated/floor/plasteel, +/area/station/supply/office) +"ylB" = ( +/obj/structure/table, +/obj/item/paper_bin, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/turf/simulated/floor/plasteel{ + dir = 1; + icon_state = "brown" + }, +/area/station/supply/office) +"ylG" = ( +/obj/machinery/smartfridge/food/chef, +/obj/machinery/door/window/classic/normal{ + name = "Anti-Theft Shield"; + dir = 1 + }, +/obj/machinery/door/poddoor/shutters/preopen{ + dir = 2; + id_tag = "hydro_service"; + name = "Service Desk Shutter" + }, +/obj/machinery/door/window/classic/normal{ + name = "Hydroponics Window" + }, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/hydroponics, +/obj/effect/mapping_helpers/airlock/windoor/access/any/service/kitchen{ + dir = 1 + }, +/turf/simulated/floor/plasteel, +/area/station/service/hydroponics) +"ylN" = ( +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/obj/structure/chair/stool, +/obj/effect/landmark/start/bar, +/turf/simulated/floor/wood, +/area/station/service/bar) +"ylO" = ( +/obj/structure/disposalpipe/sortjunction/reversed{ + dir = 8; + sort_type_txt = "6" + }, +/obj/machinery/atmospherics/pipe/simple/hidden/supply{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{ + dir = 4 + }, +/obj/structure/cable/yellow{ + icon_state = "4-8" + }, +/turf/simulated/floor/plasteel{ + dir = 4; + icon_state = "cautioncorner" + }, +/area/station/hallway/primary/starboard) + +(1,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(2,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(3,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(4,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(5,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(6,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(7,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(8,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(9,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(10,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(11,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(12,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(13,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(14,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(15,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(16,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(17,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(18,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(19,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(20,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(21,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(22,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(23,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(24,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(25,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(26,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(27,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(28,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(29,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(30,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(31,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arB +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajo +aaa +aaa +ajo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(32,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arB +aaa +aaa +aaa +abq +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(33,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aup +arA +abq +abq +aaa +arA +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nIZ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +hIZ +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(34,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arB +aaa +aaa +arA +abq +arA +abq +abq +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajo +abq +aug +dUF +oTn +abq +ajo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +oTn +bUO +oTn +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(35,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaK +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aup +arA +arA +arA +arA +arA +abq +arA +arA +arA +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +iju +abq +vaO +vaO +vaO +aJv +nlp +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +abq +abq +abq +abq +ajo +aef +ajo +abq +oTn +vZD +oTn +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(36,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arA +abq +abq +arA +arA +ata +arA +abq +arA +arA +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aSq +aSq +aSq +aWG +ayC +aJv +gcW +oTn +oTn +oTn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oTn +oTn +oTn +oTn +oTn +aaa +aaa +aaa +aaa +aaa +oTn +bUO +oTn +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(37,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arA +arA +arA +arA +arA +arA +arA +abq +arA +arA +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aSr +aWr +aUW +aWF +aYa +vaO +inw +gyR +oTn +abq +aaa +aaa +bin +bin +biq +bin +bin +aaa +aaa +abq +oTn +bBr +bcy +oTn +aaa +aaa +aaa +aaa +aaa +oTn +fgo +bfl +oTn +oTn +oTn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(38,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rDy +aaa +aaa +aaa +aaa +abq +abq +abq +arA +arA +arA +arA +arA +arA +arA +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aSq +aSq +aSq +aWG +cyt +aZj +baJ +cmu +aug +abq +aaa +aaa +bin +blP +mXy +bpw +bin +aaa +aaa +abq +aug +baJ +cmu +aJv +aaa +aaa +aaa +aaa +aaa +vaO +cjn +cmu +rnY +vkL +rnY +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(39,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aup +arA +arA +arA +arA +arA +arA +ata +arA +abq +abq +abq +abq +abq +aaa +aaa +aaa +aaa +iju +abq +vaO +aXS +bOx +vaO +wuT +cmu +oTn +abq +aaa +aaa +bin +blQ +mXy +bpx +bin +aaa +aaa +abq +oTn +baI +cmu +oTn +aaa +aaa +aaa +aaa +aaa +oTn +baI +cmu +rnY +vkL +rnY +rdz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(40,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arA +abq +arA +abq +arA +arA +arA +arA +arA +arA +abq +abq +aaa +aaa +aHk +aHk +aHk +aHk +nfe +nfe +aHk +aHk +aHk +aHk +vaO +bdB +bga +vaO +abq +aaa +bin +bin +bin +rJJ +bin +bin +bin +aaa +abq +aJv +bDo +bDm +aug +aaa +aaa +aaa +aaa +aaa +aug +ibR +cmu +oTn +oTn +oTn +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cFT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(41,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arA +arA +arA +arA +arA +azI +arA +arA +arA +arA +arA +aHk +aHk +nbO +aHk +kSC +aOk +aPA +aLB +aLB +aPA +aLB +aLB +aXT +vaO +baK +cmu +oTn +oTn +oTn +bin +bka +mXy +mXy +mXy +brp +bin +oTn +oTn +oTn +bBs +cmu +oTn +aaa +aaa +aaa +aaa +aaa +oTn +tZW +cmu +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cVm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(42,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +aaa +brn +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arA +arA +arA +ata +arA +arA +abq +arA +arA +arA +abq +arA +aLB +cNJ +aLB +qcE +tlh +aLB +aLB +aLB +gwJ +aTP +aUY +aUY +aUY +aZk +myY +cmu +aZj +vkL +aZj +bip +bkb +blS +blS +blS +bkb +bip +aZj +bzw +aZj +eGG +bFe +aJv +aaa +aaa +aaa +aaa +aaa +aJv +baJ +juN +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cVm +laH +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(43,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aiQ +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +abq +abq +abq +arA +arA +arA +arA +aDp +arA +arA +aHk +aHk +aHk +aLz +aML +aLB +aLB +aLB +aLB +aLB +aLB +aML +aXU +vaO +baX +cmu +oTn +oTn +oTn +bin +bkc +bkb +bkb +bkb +brq +bin +oTn +oTn +oTn +bOz +cmu +oTn +aaa +aaa +aaa +aaa +aaa +oTn +baJ +cZf +aJv +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +clp +chL +clp +clp +clp +clp +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(44,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aEC +aEC +aEC +aEC +agM +abq +hpJ +abq +laH +laH +laH +laH +laH +laH +laH +laH +aaa +laH +laH +laH +laH +arA +arA +arA +abq +aup +arA +arA +abq +arA +arA +abq +abe +abf +abq +aHk +aLA +aLB +aLB +aLB +aLB +aLB +aLB +aLB +aML +aXV +vaO +bOz +bcR +bcy +bhb +oTn +biq +bkd +blS +blS +blS +bkb +biq +oTn +bAR +fgo +tjR +cmu +oTn +aaa +aaa +aaa +aaa +aaa +oTn +baJ +bUS +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +clp +cWd +erM +bOZ +bAo +odw +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(45,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +ovM +eoP +eoP +eoP +hDj +aaa +bAC +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arA +arA +abq +arA +ayy +arA +arA +aCn +arA +abq +aaa +aaa +abq +nfe +aLB +aLB +aLB +aLB +aLB +aLB +aLB +aLB +aML +aXW +aZm +bOz +bBt +cmu +bhb +oTn +bin +bke +bkb +bkb +bkb +brr +bin +oTn +bAQ +baJ +xhx +cmu +oTn +aaa +aaa +aaa +aaa +aaa +oTn +baJ +bUS +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +clp +clp +clp +bOG +deL +odw +abq +cmH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(46,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +abq +abq +kIK +mzB +mzB +mzB +ajJ +arI +bAC +aef +aef +aef +aef +abq +aef +abq +aef +aef +aaa +abq +ajs +abq +abq +arA +arA +arA +arA +arA +arA +arA +arA +arA +arA +arA +abq +aaa +abq +nfe +aLB +aLB +aLB +aPB +aLB +aLB +aLB +aLB +aLB +aSw +aZm +bOz +bBt +cmu +bhW +oTn +bin +bkf +blS +blS +blS +brs +bin +oTn +bhb +baJ +xhx +bhV +vaO +aaa +aaa +aaa +aaa +aaa +vaO +cjn +odF +aJv +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +arA +odw +ckO +cIn +lVi +odw +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(47,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +eor +aBs +aBs +aBs +vHW +aaa +bAC +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +ata +arA +arA +abq +abq +arA +arA +abq +arA +abq +abq +abq +abq +aHk +aML +aLB +aLB +aLB +aLB +aSt +aLB +aLB +aLB +aML +vaO +bbS +bcS +bed +bhj +oTn +biq +bkg +bkb +bkb +bkb +bkb +biq +oTn +bDU +bzy +baX +cmu +oTn +aaa +aaa +bKt +aaa +aaa +oTn +neT +rTO +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +clp +cQN +clp +clp +clp +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(48,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aGj +aGj +aGj +aGj +agM +abq +yhM +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +arA +arA +arA +abq +abq +aup +arA +abq +abq +aaa +abq +aOB +aOB +aOB +aOB +aLD +aLB +aLB +aLB +aLB +aLB +aLB +aLB +aLB +aML +vaO +bdH +cmu +oTn +oTn +oTn +bin +bkh +blS +blS +blS +brt +bin +oTn +oTn +oTn +bOz +bDm +aJv +abq +oTn +bKu +oTn +abq +aJv +bRV +uep +oTn +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cRe +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +sHF +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(49,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aiQ +aaa +itg +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +arA +aaa +aaa +abq +aOB +adY +uKm +abq +abq +abq +aOB +aHm +anw +aOB +aPr +aML +aLB +aLB +aLB +aLB +aLB +aLB +aLB +aXX +vaO +tjR +cmu +aZj +vkL +aZj +bip +bkb +mXy +mXy +mXy +bkb +bip +aZj +bzw +aZj +bOz +bFG +aJv +oTn +oTn +bOx +oTn +oTn +aJv +cjn +dfZ +cdT +cdT +cdT +cdT +aef +aef +aef +aef +aef +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +coR +mHF +abq +abq +emm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mPr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(50,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aiQ +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +aOB +nlB +aOB +aOB +qCK +aOB +aOB +adY +bmA +aOB +aLF +aML +aML +aLB +aLB +aSv +rID +uAA +uAA +aXY +aZn +bcf +cmu +oTn +oTn +oTn +bin +bin +blU +blU +blU +bin +bin +oTn +oTn +oTn +bOz +bES +vaO +bMT +oTn +bKu +oTn +bOT +vaO +baJ +bLC +bLD +nbG +bXH +cdT +cdT +cdT +iRV +cdT +cdT +aaa +aaa +aaa +aaa +uSA +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +lio +aaa +abq +aaa +aaa +abq +aaa +aaa +aaa +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(51,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aEC +aEC +aEC +aEC +agM +abq +hpJ +abq +agM +aEC +aEC +aEC +aEC +aaa +aaa +abq +aaa +iju +abq +aOB +aOB +aOB +aOB +aOB +qCK +aOB +aOB +adY +aOB +ifM +tup +nGk +aOB +aHn +adY +aOB +aLG +aML +aML +aTQ +aLB +aML +aTQ +aUZ +aWK +bav +vaO +bce +mVW +beP +oTn +abq +bin +blV +bnF +bnF +bnF +bru +bin +abq +oTn +bzA +pSL +bcR +niH +uWq +uWq +uWq +uWq +uWq +uWq +bBv +dgb +cdT +bTb +bBz +anE +cdT +cEB +lJq +anf +bZP +bZP +tIb +tIb +bZP +bZP +bZP +tIb +tIb +tIb +tIb +tIb +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +chS +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +nia +lio +nia +nia +nia +nia +nia +nia +abq +abq +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(52,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +ovM +eoP +eoP +eoP +hDj +aaa +bAC +aaa +eor +kKz +kKz +kKz +vHW +aaa +aaa +abq +aaa +hkF +hkF +hkF +aKU +uMS +aOB +lSd +aEU +aOB +azi +aIU +tca +aNc +adY +adY +aAA +aOB +adY +aOB +aOB +aOB +aVF +aOB +aOB +aOB +aOB +aOB +aOB +aOB +aOB +baM +bBt +bhV +aJv +aJv +aJv +oTn +oTn +oTn +oTn +oTn +aJv +aJv +aJv +cjn +bBx +bDt +rmz +mFW +bKR +bNm +bMB +bOf +ahq +bRy +bTm +cdT +bLK +bBz +cdT +cdT +cdT +qmv +cdT +bZP +chT +cEj +cFf +cHd +cqS +csG +tIb +cyx +cOE +cAx +tIb +tIb +abq +abq +abq +abq +abq +aef +abq +abq +abq +laH +laH +laH +laH +laH +laH +laH +laH +laH +cIl +abq +abq +abq +abq +abq +abq +abq +caJ +bSw +ckL +hZX +hZX +hZX +hZX +hZX +cwf +ctJ +aaa +arA +bqS +arA +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(53,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +abq +abq +kIK +mzB +mzB +mzB +ajJ +arI +bAC +jSA +upW +aok +aok +aok +gVr +abq +abq +abq +aaa +hfX +tMb +gEK +skI +fAH +uta +adY +avQ +aAg +pHQ +jeY +lwN +lwN +lwN +lwN +lwN +lwN +lwN +lwN +jeY +piv +aOl +lwN +lwN +lwN +lwN +lwN +lwN +aYm +aWq +aYT +bcn +beQ +bfu +bky +bky +bky +bky +brU +bky +kWi +buD +bxr +bky +bAE +bBy +bDu +bNi +bNi +bNi +bNi +cdT +cdT +lvE +cdT +cdT +cRV +dZP +bBz +bWm +cdT +ckN +veE +bKy +bZP +cOA +cdN +cdN +cTe +cdN +cMR +cMR +cMR +ckK +cCn +qFz +tIb +tIb +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +cIl +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +oji +emm +oji +oji +oji +oji +oji +oji +abq +abq +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(54,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +eor +aBs +aBs +aBs +fhk +aaa +bAC +aaa +ovM +aSH +aSH +aSH +hDj +aaa +aaa +abq +aaa +hkF +hkF +hkF +aKU +ctl +aOB +bmq +avS +aOB +aOB +aOB +adY +aGl +bmq +aOB +qCK +aOB +aIJ +wlo +mMk +adY +adY +cEr +rbU +xgb +aAP +fuy +adY +aYb +aOB +bdQ +bgh +bdX +bfi +crd +bit +bgW +blW +bnX +bpz +brv +dgj +bzs +bxK +dgj +dgj +bDv +bFo +axn +cNb +cua +xOI +cNU +aSM +aSM +aSM +pso +aSM +rGT +cae +clT +bTY +bTY +ayB +bZP +tYV +cTe +cdN +cdN +cdN +ceW +cAx +cCn +cCn +cJO +cMR +bvy +tIb +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +dtE +dtE +reS +reS +reS +dtE +dtE +jXS +tdI +cFi +qEg +wZL +dtE +aaa +aaa +aaa +aaa +abq +aaa +lio +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(55,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aGj +aGj +aGj +aGj +agM +abq +bAC +pau +agM +aGj +aGj +aGj +aGj +aaa +aaa +abq +aaa +iju +abq +aOB +aOB +aOB +aOB +aOB +awW +aOB +abq +aOB +aOB +qCK +aOB +aOB +abq +aOB +aOB +aOB +aOB +qCK +aOB +aOB +aOB +aOB +aOB +aOB +qCK +aOB +aOB +vaO +vaO +pqM +bfj +pqM +bgX +lOE +bgX +bnY +bpA +brw +btm +bxJ +bxL +btm +btm +bFJ +bNi +cdn +aEj +crA +cdT +bTY +eBk +aoX +auC +bTY +dZP +bVR +cDH +dZP +clT +bTY +cLN +bZP +bcO +bQy +bQy +bNf +bPB +bPB +cAx +cMR +cMR +cMR +cMR +cEl +tIb +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +dtE +yeR +kzx +ccp +rzl +qQH +dtE +dad +oaj +cFi +eRy +cCm +dtE +aaa +aaa +aaa +aaa +abq +nia +lio +nia +nia +nia +nia +nia +nia +abq +abq +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(56,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +bAC +aaa +pau +aaa +aaa +aaa +lPV +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aut +bgA +axl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pqM +cbs +pqM +biv +bkl +blX +bgX +bDC +brx +bfG +bfG +bfG +bfG +cZK +bDC +bNi +bHd +aUu +ckv +cdT +cLN +bTY +bTY +bTY +bTY +bWi +bTY +rvu +cdT +cdT +cdT +cdT +bZP +ceV +cMR +ctO +ckK +euM +oqk +cMR +cCn +cMR +cMR +cJO +cjE +tIb +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +dtE +cmI +crc +bRn +cad +kMD +dtE +cDS +cnq +cFi +cIg +dfU +dtE +abq +abq +abq +abq +caJ +bSw +ckL +hZX +hZX +hZX +hZX +hZX +cwf +ctJ +aaa +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(57,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iiB +aaa +aaa +aaa +abq +aus +atk +axk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pqM +sBN +pqM +biw +bkm +blY +boa +vZl +bry +btn +bvA +bxM +bzB +bpC +bDx +bNi +bNi +bNi +bNi +cdT +cdT +cdT +cdT +cdT +cdT +cdT +dZP +rvu +cdT +cKB +bTY +juY +bZP +bQu +cvP +cMR +cMR +oNk +dcO +crG +cMR +cMR +cCn +cMR +tIb +tIb +abq +abq +abq +bZP +crG +sTg +abq +abq +dtE +cty +cvg +ccI +xbA +fxD +dtE +qxZ +cNA +cFi +xcF +oRL +dtE +dtE +aaa +aaa +aaa +abq +oji +emm +oji +oji +oji +oji +oji +oji +abq +abq +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(58,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aus +atk +axk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pqM +chC +pqM +bix +bkn +cfg +ajL +brV +brz +bto +bvB +bvB +bzC +bBD +bDy +bFp +bJu +xBS +bKz +bMD +bOh +bPR +bRA +bHh +bTo +cdT +aqB +crB +bXK +cgq +cdF +cAq +bZP +cfb +cAx +cCn +cMR +cMR +crG +cMR +cMR +cMR +cMR +cMR +bWE +bZP +bZP +bZP +bZP +bZP +cOF +bZP +aaa +aaa +dtE +kdh +cvg +hCM +fFX +htr +dtE +pps +cuP +nsm +cuP +crb +exI +reS +aaa +aaa +aaa +abq +aaa +lio +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +bcb +bcb +bqS +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(59,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aus +atk +axk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +slX +sBN +pqM +biy +bko +oDf +hDY +brV +brA +btp +bvC +bvB +btp +bBE +bFW +bFp +nza +nza +bHf +bHf +eoq +bHf +bRB +bTn +bUD +cdT +ayB +rvu +cdT +cms +bFX +cYa +bZP +bVP +bWH +cMR +lGp +cMR +cCn +cBd +cMR +cMR +cRg +cDr +cMO +bZP +cDj +cUr +bMH +bZP +crG +bZP +bZP +aaa +dtE +pTW +cGp +cyI +clL +clP +dSe +ctT +csX +cWt +cxm +dan +cFa +msD +cDm +aaa +aaa +abq +fts +lio +fts +fts +fts +fts +fts +fts +abq +abq +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(60,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aus +atk +axk +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +slX +ufw +pqM +kQD +bkn +bmb +ajL +but +brB +ePy +ygd +ygd +vaE +inj +bDA +bFr +bHg +bHg +bHg +bOP +bOi +sHl +hZZ +bHf +bUE +cdT +dgg +rvu +cdT +cbq +cdT +cdT +bZP +cuU +cDv +uBK +bZP +ebA +cMR +bZP +cnn +stc +bZP +cJU +tnu +bZP +cAw +cSG +bYa +hds +cmG +deY +cPG +qee +dgC +kRZ +aww +nIG +mRr +euU +reS +inq +bZS +ckJ +bZm +cFr +crj +reS +abq +abq +abq +cuX +bSw +ckL +hZX +hZX +hZX +hZX +hZX +cwf +cFj +aaa +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(61,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aus +atk +axk +aaa +aaa +aaa +aaa +aaa +aEI +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +slX +sBN +pqM +bmP +bkq +bmc +bgX +btD +brC +btq +bvD +bxO +bzB +bBG +bDB +bFp +bHh +bIR +bKA +gSa +bOj +bPT +nza +bHf +bHf +ejD +chH +rvu +cdT +cdT +cdT +cdH +bZP +bZP +bZP +bZP +bZP +bZP +uQo +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +czg +crG +bZP +abq +dtE +dtE +chP +dtE +dtE +dtE +dtE +dtE +jXS +cPT +dwK +wZL +dtE +dtE +aaa +aaa +aaa +abq +atj +emm +atj +atj +atj +atj +atj +atj +abq +abq +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(62,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +hWO +aaa +vqD +aaa +yhM +aaa +abq +aaa +aaa +aaa +aaa +hWO +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +auu +bgB +axw +aaa +aaa +aaa +iZl +iZl +rGF +iZl +iZl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pqM +cXt +pqM +pqM +pGq +pqM +pqM +cZK +brx +bfG +bfG +bfG +bfG +bDC +bDC +bFp +ivY +bPU +nza +emO +bKB +bPU +nza +bTn +bUE +cdT +bTY +bYW +clE +iKJ +ceN +cpM +cna +cCM +cBx +cCM +cCM +cmd +cne +bZP +cCy +uDa +crG +erF +cky +crG +crG +cCy +bZP +cSP +cyy +uoQ +bZP +aaa +aaa +reS +wjw +reS +aaa +aaa +dtE +crP +ewk +cxz +cAs +cNI +cpW +tjZ +aaa +aaa +aaa +abq +aaa +lio +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(63,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aEC +aEC +aEC +aEC +agM +aaa +hpJ +aaa +ccS +aEC +aEC +aEC +aEC +aaa +aaa +abq +aaa +aaa +aaa +aaa +aef +aef +aOB +aOB +axe +aOB +abq +abq +abq +iZl +aEs +cpX +aGY +iZl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aTS +aaa +aaa +aaa +aaa +aaa +aaa +pqM +cHr +nTF +fkW +cIi +bqk +bod +bpG +brD +btr +bvE +bxP +bzD +bpC +bDD +bFp +bHj +bIT +bKB +bHf +bHf +bPV +bRC +ftd +bUF +cdT +whX +avU +bTY +bZP +uoQ +crG +oNk +tJB +crG +cPK +bMZ +crG +cnS +xZa +cCy +crG +crG +cFU +crG +jGq +crG +roH +bZP +bZP +cPp +crG +bZP +aaa +aaa +reS +kri +reS +aaa +aaa +dtE +cZw +axH +col +ewk +cfV +cYK +sIL +aaa +aaa +aaa +abq +fts +lio +fts +fts +fts +fts +fts +fts +abq +abq +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(64,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +ovM +eoP +eoP +eoP +hDj +aaa +bAC +aaa +eor +kKz +kKz +kKz +vHW +aaa +aaa +abq +aaa +uSA +aaa +aaa +abq +abq +qCK +aEU +awf +aOB +aaa +aaa +aaa +iZl +aEB +aEK +aGZ +iZl +abq +abq +abq +abq +hFe +aPf +aDA +qNI +aDA +aVb +hFe +abq +abq +abq +abq +pqM +wqf +azQ +biC +boc +hSG +aYt +bpH +brE +bts +bvF +bxQ +bzE +bBI +bDE +bFp +bFp +bFp +bFp +bFp +bFp +cdT +cdT +cdT +cdT +cdT +aoX +avU +bZP +bZP +bZP +bZP +bZP +bZP +cve +bZP +bZP +bZP +cnS +bZP +seM +cpD +biO +ctM +crG +cFU +cpD +crG +bZP +clK +gof +crG +bZP +aaa +aaa +reS +pko +reS +aaa +aaa +dtE +tkb +kuc +clU +cYK +cOG +yib +pdN +abq +abq +abq +cuX +bSw +ckL +hZX +hZX +hZX +hZX +hZX +cwf +cFj +aaa +cxB +cxB +arA +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(65,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +abq +abq +kIK +mzB +mzB +mzB +ajJ +arI +bAC +jSA +upW +aok +aok +aok +gVr +abq +abq +akt +alo +akt +spB +akt +akt +akt +akt +awE +sGI +aOB +aaa +aaa +aaa +aCs +aCs +xCD +aIy +aCs +iZl +aCs +aaa +aaa +qpk +aOp +aRm +aZt +aTT +aRz +qpk +aaa +aaa +aZt +aZt +aZt +bfo +bfw +biD +bku +biD +bfw +oRU +brF +btt +bvG +bxR +bzF +bDq +bDF +wJt +bDH +aSB +gYm +uWX +bOk +cdT +bRD +bTp +bWk +cdT +cCj +kOe +bZP +cMK +cPr +cIS +ckQ +bZP +dak +cQz +vxx +cjj +cxF +bZP +jSd +crG +crG +crG +cpD +vnt +crG +kAP +bZP +bZP +ceu +crG +bZP +bZP +dtE +dtE +wXW +dtE +dtE +abq +dtE +dtE +jXS +sQA +oaI +wZL +dtE +dtE +aaa +aaa +aaa +aaa +atj +emm +atj +atj +atj +atj +atj +atj +abq +abq +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(66,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +eor +aBs +aBs +aBs +vHW +aaa +bAC +aaa +ovM +aSH +aSH +aSH +hDj +aaa +aaa +akt +alp +anv +aoS +aoU +aqr +arD +akt +aOB +avW +aOB +aOB +aOB +aOB +aOB +aDv +aEK +aCw +aHr +aIN +aCs +qpk +qpk +qpk +aPf +aDA +aZt +aDA +aVb +qpk +qpk +qpk +aZt +bcV +bfh +bgK +bfw +biE +boh +bmg +bfw +bfw +bfw +btu +bVW +bxS +bfG +aNQ +bDG +aRZ +rbd +hVa +uWY +cgp +nLZ +cdT +bRE +arJ +bTY +cdT +cwb +avU +bZP +cHO +oNk +ceZ +xVB +bZP +bZP +bZP +bMZ +bZP +icW +srJ +lgi +apb +apb +apb +ooD +rye +crG +crG +gaw +cCk +dbA +crG +bZP +xkD +dtE +qAh +cHm +cFF +dtE +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +chx +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(67,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aGj +aGj +aGj +aGj +agM +aaa +yhM +aaa +agM +aGj +aGj +aGj +aGj +aaa +aaa +spB +spB +akt +akt +akt +aGN +ars +fAI +auw +awK +rCt +rWf +aOB +aAU +aOB +aDv +aGg +aVv +aEK +aIO +aCs +bnW +avK +avK +aPE +aSb +aSF +aSb +aVe +aWL +aWL +aWL +dmE +bff +aRo +bgC +aXi +biF +lQC +tJK +tqK +bpJ +brG +btv +bVW +bxT +bzG +aNQ +wtE +aSa +bHl +aSB +aSB +aSB +uYy +cdT +bRF +arU +bTY +cdT +bTY +cNB +bZP +cIT +csH +csv +crG +dgI +crG +crG +crG +bZP +dhk +bZP +fiM +cpY +crG +crG +crG +cWG +cpD +crG +cSQ +cCk +dbA +crG +bZP +ckt +dtE +hkf +czD +cBC +dtE +aaa +aaa +abq +abq +cTz +esm +abq +abq +aaa +aaa +aaa +aaa +aaa +pBu +sFP +ohH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(68,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aiQ +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +spB +amm +amn +hMJ +szn +aqq +arF +atc +fAH +aHv +adY +xMN +aOB +aOB +aOB +aFF +aGg +aVv +aHs +aCs +aCs +aMD +aRo +axX +aRo +aRo +aRo +aRo +aRo +mYh +aRo +aRo +aRo +bdm +bfg +bea +bkE +lLP +bpp +bpD +brK +bpK +aXi +btv +bVW +bxT +bzH +aNQ +bHk +mAW +jMr +miO +rkT +miO +sDf +cdT +bRG +bTY +bTY +cdT +bTY +qMv +bZP +cyw +crG +wjL +fkr +bZP +vxx +vxx +vxx +clK +cSg +bZP +cDu +eLB +cjw +bJn +bLe +hKO +igb +cwC +cwi +cCk +dbA +crG +bZP +bZP +dtE +kMZ +bUY +dYX +dtE +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +pBu +cpd +pBu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(69,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aiR +abA +bHJ +aaa +aaa +aaa +aaa +aaa +aaa +spB +alr +pWK +tvx +qLW +aGN +arE +qwm +fuy +aHv +adY +jGH +bmq +aOB +aCt +aDx +aEK +aVv +aEK +gas +aKe +itH +aRo +aRo +aRo +cjv +wtP +cjv +lBy +cjv +aET +cjv +lBy +btb +kfI +aZt +bfw +biF +bpo +bmk +boh +bpL +ilJ +btv +bVW +bxT +bzH +aNQ +ody +hZi +bHn +fDi +wMb +ddM +bOl +ejD +bTY +bVR +bTY +azP +bTY +avU +bZP +bZP +daU +bZP +bZP +bZP +bZP +dgI +bZP +bZP +csY +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +bZP +lEM +crG +crG +nCf +cGo +dtE +xZS +dtE +dtE +abq +bZU +bZU +scP +scP +scP +scP +bZU +bZU +aaa +aaa +aaa +aaa +pBu +sFP +pBu +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(70,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +abq +aaa +aiQ +aaa +aaa +aaa +aaa +aaa +aaa +spB +ajy +aRE +lEm +aoV +jlL +xqS +akt +cuz +avY +vtP +hZy +aTY +aOW +rbu +bpS +aDy +aGh +qlO +aMb +aKf +fGO +rUN +azO +azO +baF +aSN +azR +aXw +azR +ooN +azR +afl +aMd +aRo +bjd +bfw +lLP +bpy +bpp +boh +bpM +aXi +btv +bVW +bBp +cdT +cdT +cdT +cdT +bDJ +bBK +iWb +uiO +bPc +cdT +bRI +bRH +bWm +cdT +dZP +avU +bTY +dZP +naY +bZP +cQu +cDe +kGf +crG +kIc +bZP +axv +mnl +mnl +mnl +mnl +mnl +mnl +icA +mnl +mnl +mnl +kxa +mnl +mnl +mnl +cxE +bVf +xPC +jWr +vVr +cfc +bZU +bZU +qvd +ciP +ciP +ciP +cEi +cLO +bZU +bZU +bZU +bZU +cfc +pBu +sFP +pBu +pBu +abq +abq +abq +abq +abq +abq +bqS +bcb +arA +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(71,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +oET +aaa +abq +aaa +aiQ +aaa +aaa +aaa +aaa +aaa +aaa +spB +alt +apx +anA +dCh +aqk +atd +akt +auz +aKy +jGH +aOB +aOB +aOB +ayF +eiR +aEK +bhm +aMS +aVl +aVl +jyW +ueF +ueF +eak +aKi +aRo +cjv +bcs +cjv +aRo +cjv +nYP +bdZ +aRo +biI +bfw +biH +bfw +bml +boh +bpN +bfw +btz +bVW +bxX +cdT +arK +bGb +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cOU +xOy +aSM +aSM +yej +bZP +cKC +cDe +csv +crG +cQG +bZP +daq +crG +bMZ +cCp +crG +crG +crG +wDT +mCD +bMZ +cmv +cmv +cmv +cmv +cmv +cmv +vhi +nup +jFX +xYT +cGn +cKD +ciP +nTK +bZU +ccB +bZU +eyu +mao +deH +cPA +jWJ +cBM +cfc +ckd +bOL +cMD +cUm +aaa +aaa +abq +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(72,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +aaa +hqL +urv +bsA +abW +abW +abW +aaa +aiQ +aaa +aaa +aaa +aaa +iMJ +ajB +ajB +ajB +cQJ +anB +akt +akt +akt +akt +aOB +aKy +jGH +aOB +aAP +aOB +bfn +eiR +aFQ +aGi +aHu +aVl +aLP +aNb +nSQ +xlE +kBn +aWj +aRo +hjj +aRo +hjj +aRo +hjj +bdC +bdZ +aRo +bju +bfw +biG +bfw +bpF +bok +bpO +bfw +vqQ +bvK +bxY +bzJ +cNU +bDL +aSM +aSM +pso +aSM +sZV +hUe +aSM +aSM +aSM +aSM +clh +aSM +bZR +bTY +bTY +avU +bZP +ckR +cDe +crG +crG +cnp +bZP +ckH +bfS +bZP +bZP +bZP +bZP +bZP +jEC +bZP +bZP +cmv +iDw +gUc +cmv +ycR +mMt +vhi +cLb +cLi +cLb +cfc +ken +chy +chy +bZU +cwa +bZU +vOJ +bZU +chy +bWj +bZU +cLg +wsM +cLe +awe +bTj +lSh +aaa +aaa +abq +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(73,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +abq +aaa +aaa +hqL +dgp +xvX +qZg +wab +acI +abW +aaa +aiQ +aaa +aaa +iMJ +iMJ +hal +ajC +akv +ajE +aky +anC +fuy +pxf +bpT +fuy +adY +aKy +aDB +fuy +tsE +aOB +aOB +aMq +aOB +aOB +aOB +aVl +aPw +aMW +azN +cmk +eEy +uxV +gXp +aOu +aYh +aOu +aOu +aOu +aWV +bcv +aOu +bfv +aXz +bmd +bfw +bmn +bol +bpP +bfw +btA +bvL +bxZ +cdT +bBN +cms +dZP +bHp +bWi +bTY +jZL +bTY +cms +auC +bTr +dZP +aqB +cdG +dZP +dZP +piE +avU +bZP +bZP +bZP +ckx +crG +cjo +bZP +daq +crG +bZP +ctV +uov +gFk +mfz +eIg +yag +coW +cmv +fcy +lez +cmv +pam +dmU +cmv +cKA +dxa +cKL +bZU +bZU +bZU +bZU +bZU +bZU +vfJ +chy +bZU +eyo +eyo +bZU +cwO +cfc +cpL +bXI +cNv +lSh +aaa +aaa +abq +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(74,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +laH +laH +laH +aaa +abq +aaa +aaa +nKf +kUy +evX +sbK +eAt +gCp +abW +aaa +aiR +abA +abA +ajN +tVX +ajN +anK +akw +alv +fIv +anD +bFu +bhh +bFu +ate +awh +hka +aKd +adY +bmA +aOB +bmK +bgA +bmi +fuy +rwj +aVl +aLS +aMZ +odb +aNm +aVl +aSz +aYl +aRo +aYl +aWM +aRo +aRo +baV +bdZ +beY +aZt +bfw +bfw +bfw +bpE +aXi +bfw +bfw +btB +bvM +bBu +cdT +cdT +cdT +cdT +cdT +cdT +cdT +bML +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cdT +cdT +avU +cdT +smW +bZP +wBn +crG +cqc +bZP +hly +crG +bZP +wbG +cjD +cMC +kDy +cCL +czs +irW +cmv +pmX +xJl +cmv +qbC +cCN +cmv +cDh +fre +cNs +cDf +cuS +cvb +bLH +dgG +bZU +chy +chy +bZU +bZU +bZU +wsq +cwO +cfc +cfc +cfc +cfc +lSh +aaa +aaa +abq +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(75,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +gjF +bQZ +adi +wLY +adi +aJM +abW +abW +aaa +aaa +aaa +iMJ +iMJ +iMJ +anm +akx +alw +aky +xrZ +bmq +bmr +rcI +adY +aEU +aOB +xuA +adY +aOB +aOB +axt +atk +adY +fuy +fuy +aVl +aLQ +aNY +dmr +aPM +ayH +wNA +iuZ +aRo +aAX +baC +aTL +aRo +nYP +bdZ +aRo +bAZ +aXi +awb +cqY +jYX +boh +otp +bfw +btv +bvN +vNe +bzK +bDs +bFY +bFv +bKj +bKS +bOw +bFw +bOo +bPW +bRJ +bTs +bzK +cgs +bYi +bZW +bFw +cdT +avU +wfa +lcK +bZP +crG +oNk +bZP +bZP +daS +crG +bZP +ctX +syP +cvS +dzD +rif +cCK +irW +cmv +cGw +lQQ +cmv +lQQ +cGw +cmv +xQp +dOZ +cNs +cDf +cMx +npB +cZh +vsZ +bZU +wFW +chy +bZU +muB +chy +chy +cwO +bZU +cRc +cQo +bZU +abq +aaa +aaa +abq +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(76,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +abW +lEb +dGO +vzi +rgu +aJM +pdc +abW +laH +laH +laH +laH +laH +iMJ +ajB +ajB +ajB +aky +aky +uaH +aky +aOB +uaH +aOB +aOB +swx +dPe +vyn +vyn +vyn +aEM +aDz +aYb +aAP +aVl +aVl +aVl +aVl +aVl +aVl +aHY +uKy +aUt +aHY +aHY +aHY +bjl +hTj +xOj +eTz +jUK +pej +fnE +nDF +bbT +boh +bhn +bfw +btv +bVW +bxT +bai +bBP +bPZ +bme +xTz +bIZ +bHr +bFw +bOo +jrE +bRK +bTt +bai +hzh +jrE +bZc +bZZ +cdT +cNB +cdT +cDB +bZP +csQ +jXo +bZP +cEh +daq +crG +nuC +cqZ +iue +mYE +esw +crE +cCK +irW +cmv +cik +oXO +sxL +dqk +xkI +uLa +iTb +fre +cNs +cDf +jOX +cva +mTD +cyo +bZU +eyo +chy +bZU +eyo +chy +chy +xxL +eJG +czw +dbH +bZU +abq +aaa +aaa +abq +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(77,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +abW +abW +abW +abW +abW +abW +abW +udK +udK +udK +xjJ +dpZ +wRL +jfk +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aky +alx +amt +adY +atH +aGl +adY +aGl +aOB +ppw +adY +bmq +adY +wce +aOB +lSc +frx +frx +frx +frx +frx +tWP +aHY +aPR +eZC +gqF +aWt +aMT +bgy +aHY +bhe +iKV +snM +bfw +bfw +bfw +fiV +boh +boh +boh +fjl +bfw +btv +bVW +bxT +bzM +bBQ +bBQ +ugu +bBQ +bBQ +bBQ +bBQ +bBQ +bKZ +bBQ +bTu +bUI +bFw +bXN +cgv +caa +cdT +avU +cdT +bZP +bZP +bZP +bZP +bZP +lEM +daq +crG +bZP +ctY +lLO +mUf +jtB +coF +czv +jXs +cmv +lXL +cWY +cWY +cWY +bVF +cmv +cKW +fre +cNL +coC +cRl +cgI +cCZ +czo +ctP +ctP +ctP +ctP +ctP +muB +chy +cvk +dBh +chy +cxC +bZU +abq +aaa +aaa +cSO +xdC +xdC +xdC +cSO +xdC +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(78,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +dqt +xxo +abW +dwR +udK +qvp +gdt +liW +qce +omG +pcd +udK +uEB +awA +lmP +gjF +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +qCK +alz +asu +auB +fAb +adY +pxf +xzB +aOB +ppw +aOB +aOB +aOB +aOB +aOB +aOB +aOB +aOB +aOB +aOB +aAP +bmp +aHY +bwq +aWt +gqF +aTX +aWt +aVq +aHY +baZ +dCQ +bkV +bfw +mOV +ylu +axx +bmv +boh +aQa +bfw +bfw +uJF +bvO +byb +bzN +bBR +bBR +bFx +bBR +bBR +hiO +bMM +bMM +wPj +bRL +bTv +bUJ +bWs +ehr +bZe +cab +cdT +uXx +yaE +dgu +cLI +qvY +cIF +cIF +cIF +hsq +bZP +bZP +vob +cBE +cYI +dcN +cBE +vob +vob +cmv +cmv +cmv +bNx +cmv +cmv +cmv +rjA +pVO +cNK +cfm +cWe +coD +cHZ +tWO +rRu +jjL +glk +cIv +ctP +chy +chy +chy +chn +bZU +bZU +bZU +cRh +cRh +cRh +cSO +cVL +cWn +cXj +cSO +cJo +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(79,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +hov +fwi +ufN +oMn +udK +kXm +ykh +hRj +jZz +ncd +nXL +udK +ezq +rkr +abW +abW +abW +abW +abW +abW +abW +abq +abq +abq +aky +aly +amv +adY +aqz +adY +bmq +auD +aOB +ppw +aOB +aaa +aaa +abq +aaa +aaa +abq +aaa +aaa +aOB +fuy +ozf +aHY +aXn +aLK +gqF +aWt +bsi +aVq +aHY +bms +aod +csA +qIk +jPi +boh +pPj +wvR +boh +bcL +bfw +bkH +bhl +bVW +bxT +bai +bBS +bBS +bzK +bHs +bBQ +teW +bFw +bOp +bFw +bRM +bFw +bai +bFw +esf +bHr +mcd +cdT +bqQ +cPq +bZP +aHy +crG +uVH +oDp +crG +crG +bZP +lnu +rOY +crf +rdb +dbG +crx +cBp +qDd +cmv +csJ +cCH +ckf +cHa +jIA +cmv +mYr +fre +xyH +coC +coC +cuV +hzB +eLQ +ctP +qof +cCD +mOt +ctP +aAh +chy +muB +ujB +bZU +cMM +cpv +cHR +dhn +cot +cSO +cVM +kfF +cVM +cSO +cUg +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(80,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abW +abW +tdb +pGn +vSm +udK +toU +xIx +pUU +ile +gvt +jzA +ezq +qdT +uzv +udK +ggM +efX +udK +efX +ggM +abW +aaa +aaa +aaa +aky +aky +anI +aph +aqA +dAN +ksz +auE +aOB +awX +aOB +abq +aBb +aBb +aBb +aBb +aBb +aBb +abq +aOB +bmw +aNX +nfB +aWt +bsi +aSK +nru +aVo +aHY +aHY +bos +msj +aOy +niB +aZH +boh +cJX +gmy +boh +bXD +bfw +aXt +bhl +bVW +byc +bzK +bzK +bzK +bzK +bKw +bBQ +teW +bFw +bOp +bFw +bRM +bTw +bzK +bWu +dDw +bFw +bTt +cdT +bqQ +bRE +bZP +ceu +crG +crG +cYF +crG +fNr +bZP +cHJ +hED +kEG +cpb +jsh +uHA +cPF +cBs +cmv +bQV +cKP +dZe +cHc +cIY +cmv +pkw +fre +cNa +bSD +coC +coC +coC +coC +ctP +rdi +wOi +gUL +czm +sfN +sfN +lza +bWP +oZX +deM +cHj +hLt +tPD +ceO +cRh +cSO +irj +lcL +dep +cOV +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(81,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +nui +aYF +amX +rBo +vSm +udK +vdk +udK +wnD +www +xPZ +fTi +udK +mKI +iqe +udK +jUQ +cax +udK +rOi +cOD +abW +aaa +aaa +aaa +abq +aky +aky +aky +aky +aOB +aOB +aOB +aOB +nWG +aOB +aaa +aBb +aCx +aDE +aEX +aGn +aBb +aaa +aOB +aOB +aRB +aHY +vwD +bas +aWO +aLK +aXB +aHY +xHw +hDK +nPw +aOy +ngS +boh +boh +ylB +fDw +boh +pNo +bfw +aMz +oJQ +iUC +byd +bzK +bBT +bDO +bFy +bFw +bBQ +teW +bFw +bOq +sGN +bRN +bTx +bzK +bWv +bYv +bZg +iOj +qmc +yaB +cLN +bZP +bZP +cpz +bZP +bZP +bZP +bQa +bZP +csP +cue +cri +mrA +cYC +cHb +imZ +cMQ +cGw +cpF +cql +dZe +cHc +cIX +cIp +xYk +fre +wcq +cEY +cEY +cno +ddX +cfZ +ctP +aoZ +qvv +jnc +ctP +cxH +bZU +dYK +kfl +bZU +cRh +cRh +cRh +cGc +cRh +cRh +cWp +cVj +cWN +cUX +cHX +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(82,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +ieD +thc +sSO +vbV +eCJ +whu +vSm +udK +udK +smH +udK +udK +udK +mKI +iqe +udK +odW +kRm +udK +kRm +odW +abW +abW +aaa +aaa +abq +aaa +aOB +aAZ +xZD +fuy +auG +aOB +oUa +axZ +aOB +aaa +aBb +aCy +aDF +aEZ +aGo +aBb +pXH +gUg +aLW +aNe +aHY +aMH +niu +bsi +aWt +aWt +ndi +jPT +hDK +msj +aOy +aXi +kPo +boh +qkT +kGv +boh +mqG +bfw +bfw +fMe +bVW +bxT +bzK +mRL +bDP +bzK +bHu +spv +bSF +bFw +bOr +bFw +bFw +bTy +bzK +bzK +bzK +bzK +cdT +cdT +bqQ +cCj +cRU +doh +cJR +ptc +cRU +cok +rEa +cmX +csN +rJk +caW +cwl +cxu +cue +cpb +imZ +bNx +cik +mnr +cFh +kwD +cJa +cIB +wtz +bbj +cNK +cuF +dhr +vuE +cQC +cLj +rRu +day +lrA +mXx +ctP +bZU +bZU +chy +kZG +bZU +cSL +cHU +cXJ +cgL +caz +cRh +cCs +cVj +cWN +cUX +cHX +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(83,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abW +fLK +dnT +rNQ +vSm +adi +vSm +psr +rqq +obJ +oaX +oaX +uGn +fCF +eyZ +rLO +gXN +obJ +qNV +obJ +gXN +cUM +abW +abW +abW +abW +aaa +aOB +fzr +oHd +aMe +iag +bWo +dha +pJE +vIG +aaa +aBb +aCz +aDG +dtM +aGp +aHB +aIY +aKg +aLY +aNf +aHY +aPV +aWt +aEH +aSl +aVk +aHY +aYX +wpu +hjC +aOy +aXi +aNa +vBI +bpW +boh +boh +fdz +aux +aXi +btF +bVW +bBp +bzK +bzK +bzK +bzK +bKE +bBQ +bKZ +bFw +bOs +bPZ +bFw +bTz +bzK +bXy +nBj +cgt +cdT +ayB +ayc +auC +cRU +kNJ +iKb +cjO +bTe +rqt +fYE +rKa +vtc +nGt +hci +cwj +jNa +cue +cpb +imZ +bNx +cDO +fqe +cFg +cHg +cIZ +cIB +cuy +jNq +wEZ +cEY +sdO +cOM +cNZ +cKV +ctP +ctP +ctP +ctP +ctP +dby +bZU +chy +muo +bZU +deI +clm +cXQ +dez +nSH +cRh +cVP +cow +bXR +cUX +cqj +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(84,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abW +gmn +srB +mDT +hXR +lNo +qeF +ggD +kxh +eju +eJM +cjf +jOp +jOp +nbK +qbU +iLw +uKW +wPm +mnU +kxy +vcs +lLb +daV +ggM +abW +aaa +qCK +aqC +leh +rGj +umr +aOB +aWS +jGH +gUz +aaa +aBb +aDt +aDH +aEZ +aGq +aBb +pXH +rrq +wpu +aRG +aHY +aCH +jap +aHY +aHY +aHY +aHY +jEO +fCQ +kFl +bcF +bfw +bfw +bfw +aYv +boh +boh +boh +nig +ruZ +brJ +bvQ +bxT +bzK +bBT +bDO +bFz +bFw +bBQ +bKZ +bFw +bOt +bRh +bSz +bTA +bUK +fEw +bWx +pCh +cdT +cdT +ccC +cRU +cRU +gIL +cjz +xwg +cRU +eFF +imZ +cmX +vzD +cue +cJJ +uSg +rqs +cLP +imZ +cMQ +cGw +cCh +ctH +dZe +jOl +cGm +cGw +cKX +cNa +cNs +cnd +tfV +cyE +tSj +cry +cEY +cYq +coy +bYy +bZU +bZU +bZU +chy +nIs +cPv +cWm +cxQ +cFz +cYj +dfs +cRh +cSO +dfo +cSO +jNs +cGD +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(85,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +toO +hdk +adi +opZ +vrB +sNR +adi +udK +udK +vWd +udK +aOB +aOB +aOB +aOB +aOB +rGd +adi +xhs +iNl +sRs +sPd +lbv +eYE +bPP +abW +aaa +aOB +xgb +bpT +pgt +pgt +aOB +jJn +jGH +gUz +aaa +aBb +aCB +aDI +aFb +bnv +aBb +aaa +bkS +hDK +bjf +oWO +kPB +bgk +qpH +xaA +aYj +aUw +aLV +aRu +dEG +bcH +aWT +ceY +bfw +lYc +taO +boh +kFD +uwv +aXi +btF +bUP +bxT +bzK +mRL +bDP +bzK +bHx +bBQ +svR +bMP +bzK +bzK +bzK +bzK +bzK +qAr +bXS +bzK +bZu +vWb +fmG +cRU +chU +uFM +chZ +chV +cRU +qmL +imZ +cmX +csI +cvc +fuq +cpb +flR +cWl +phx +cMP +cmv +bQV +cfY +tWl +cHh +cjh +cmv +xoP +cNa +cNs +cnd +cgH +ooP +def +rHF +cEY +daL +asI +uMx +uMx +uMx +lyD +chy +vSH +bZU +dVn +oyM +bNb +vBL +cGO +cVS +cLM +cZl +cSO +ceE +cAF +cDl +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(86,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +uMy +lNt +dYk +ixy +pcD +gcI +hsT +udK +vCe +gMp +nWX +aOB +lCA +adY +adY +uaH +adi +wLY +pqL +kiH +nEJ +oan +udK +udK +udK +abW +abq +aOB +aOB +aOB +aOB +aOB +aOB +adY +axB +pJx +abq +aBb +aBb +aBb +aBb +aBb +aBb +abq +qrO +aLZ +aNi +hjr +oOt +jfb +oHu +aKj +xNu +biS +aWu +lid +lOd +xLd +bcX +bcX +bfw +aXi +aXi +dDm +aXi +aXi +aXi +btI +bvS +byf +bzK +bzK +bzK +bzK +bai +bzM +bzM +bai +bzK +bQb +bSA +bTB +bzK +bzK +bzK +bzK +caA +bfV +ccE +fhN +cfz +uFM +vpg +chM +cRU +swS +cjy +cmX +rUd +ctZ +cpu +oBO +rzW +cxL +cNG +mMD +cmv +cpH +cKj +xnO +vaP +sWL +cmv +eVb +cKY +mFx +cnd +cRp +qAP +cBu +cYO +cEY +dYn +ati +twN +uqN +gwG +bZU +dek +muo +bZU +cMz +cRh +cRh +cRh +cmn +cRh +cMW +cWs +cSO +cSO +cSO +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(87,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +tpq +abW +abW +eVz +fIl +foE +nCR +wXi +udK +jsI +laU +fwY +aOB +gHN +adY +vkd +aOB +dGK +yeZ +oBN +pGn +sRs +qGf +wjs +iyj +bPP +abW +aaa +aaa +aaa +aOB +mcp +gCo +ehO +mOD +axu +aOB +aaa +aaa +abq +aaa +aaa +abq +aaa +aaa +aOA +aOA +aOA +kDt +aPX +kDt +aOA +hBM +evi +pvu +uKT +aYr +avx +bcI +biN +biN +blI +pET +vcK +cfI +pET +pET +pET +bkI +bhc +bfV +cLE +bfV +bFL +bFA +byg +bfV +bfV +bfV +bfV +bfV +bfV +bfV +bjm +bfV +bsV +bZh +bcX +bcX +uTc +cRU +lns +cdq +cRU +cRU +cRU +cmX +cmX +cmX +cmX +cmX +djx +xbY +dio +djx +cmX +cmX +cmv +cmv +cmv +bNx +cHk +cmv +cmv +fHw +cIB +rqj +cEY +cEY +cEY +cEY +cEY +cEY +bZU +bZU +bZU +bZU +bZU +bZU +bZU +muo +bZU +cMF +cRh +ceU +cOL +crV +cRh +cSO +cZI +cSO +cSO +cwy +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(88,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +rVI +gcr +vjK +adi +udK +hTx +lFm +kLT +aOB +tsm +mYt +iAo +aOB +pPA +naU +qal +gKl +hAl +vcs +lLb +ivD +qIB +abW +aaa +aaa +aaa +aOB +wNL +dhI +aOB +aOB +aOB +aOB +aHI +aHI +aHI +aHI +aHI +aHI +aaa +aaa +aOA +aPx +aNk +qlH +swg +cDt +aOA +htP +ixX +uwk +aZD +aMc +bTq +bcJ +bei +mOc +uvM +mOc +mIo +mOc +mOc +mOc +kuf +btK +bvU +jPQ +eCF +bfI +bOB +bfI +cyB +bJc +bKL +bfI +bfI +bfI +jFF +bfI +bQG +bfI +bfI +cyB +caC +cby +ccF +cRU +cRU +cRU +cRU +noI +wDd +cop +wyn +iBq +mik +cuM +cLX +gLu +cxp +fLa +eOZ +cXr +dLU +atf +luR +gSb +kzF +cbr +tzW +ofD +gSb +rKC +rtb +mFQ +pIt +cXr +dLU +hDL +blu +cfF +cKe +kMQ +abv +nge +bZU +muo +bZU +bZU +cSO +qVA +cRh +cRh +cRh +cVT +gDK +cWo +cGA +cVa +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(89,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abW +abW +kbN +kbN +kbN +kbN +kbN +kbN +kbN +kbN +kbN +kbN +kbN +kbN +fxV +kkP +ttb +gKl +taf +uZy +tfl +tfl +tfl +tfl +tfl +hUG +fbB +aky +wNL +eYw +aOB +ryz +qQO +xgE +sHK +nVX +gKP +gsR +uPt +aHI +abq +abq +aOA +kyq +aNl +pkX +aQb +oFY +aOA +atJ +rzX +vSE +oiC +aEQ +bTq +aFE +bek +bfJ +ibQ +biX +bhp +bhp +xKg +bXP +brO +bhp +vNb +biK +bzR +sWV +bqb +wWh +brN +bJd +bdb +aZS +bMR +bMR +bRO +bTC +bUM +bWz +bXT +bMR +bMR +bek +bnl +auV +cAL +chI +hIO +eYp +viO +cxt +xvh +kPv +rot +oQc +lfm +sLT +qSD +rot +bnm +eFw +dVk +rot +rot +rot +xyc +rot +aen +rot +rot +rot +qSD +rot +ctU +eFw +dVk +rot +pdE +fsY +cKe +cxK +pUx +fOk +bZU +muo +chy +bZU +del +uZj +cGk +cVU +cZX +cVU +cDc +cVU +cJn +sXJ +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(90,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xFu +jwo +xnb +qSr +vxc +sKf +bKP +sEM +wYk +axz +kbN +teN +oKu +owq +apK +jRX +uZy +tfl +aRx +qMU +aHL +vdE +wkL +xkX +arR +sVG +aqw +aOB +jIM +lqQ +cTy +cam +axN +axN +axN +mdZ +aHI +aaa +aaa +aOA +cBa +cbv +bkB +asL +bkA +aOA +hnI +aVu +lpp +rkX +mXE +lSa +aFE +bek +bfK +bhq +bhq +bhq +bhq +bhq +bqc +bqc +ezM +bqc +bqc +bzS +bqc +bqc +bFB +bFB +bJe +bKN +bMS +bMS +bMS +bMS +bMS +bMS +bMS +bMS +bMS +bMR +bek +bnl +gnT +wyn +cUa +wmj +uRO +iXr +cwY +rgO +lNl +daP +daP +iqY +ejw +cPj +cRL +czJ +cCa +pAj +lzO +cfF +cwq +cPj +cRL +daP +qdp +aAp +cfF +cRM +cRL +czJ +cCa +los +daP +ryB +hZT +ybX +rgp +rWP +cNF +cCg +sPF +deJ +bZU +lOY +cTH +lUv +cUY +cVw +cUY +gDK +cFD +bdq +oiv +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(91,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xFu +ePT +uEa +ato +vxc +iAY +sjz +wjq +tzy +hxc +kbN +teN +oGy +owq +gKl +lsM +txR +tfl +akN +lAl +cPh +hph +xAI +crD +aky +arH +tup +aOB +fma +iVU +cTy +rNy +ajc +vEF +wBl +wHH +aHI +aaa +lIM +lIM +lIM +lIM +lIM +axg +lIM +lIM +lIM +lIM +lIM +lIM +lIM +lIM +bMC +bek +bfK +bhq +biY +boN +bmQ +bou +bqc +bvp +btM +byo +byi +bzT +bBV +bqc +bFC +kVu +bJs +bMU +bMS +bPi +cNi +bRQ +bVb +bUN +bQd +bQd +bMS +caL +bek +bnl +chN +qLb +bXQ +kgG +dbv +pFE +clZ +wyn +vem +cmq +gCX +czA +czA +cxA +xhh +kNv +czA +czA +czA +cGa +dcK +cEP +cGa +cBv +cIm +cIm +cIm +mcj +cIm +cIm +cIm +cIm +bHB +iAB +fsY +cKe +eod +uRY +tLe +bZU +chy +ujB +bZU +cSR +cTH +lUv +cUZ +cVz +cUZ +cDc +cFD +cUX +oiv +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(92,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +xFu +wQE +xIe +kis +xhL +vGi +vJB +iTJ +lmw +tbp +kbN +xaL +wzW +vMb +gKl +nju +tfl +tfl +xCC +nUW +cPh +jXe +dXJ +qCv +aky +aky +aky +aky +aHD +aHD +aHD +dNU +lGL +dBT +axN +hvR +aHI +rcQ +rVy +hOu +xJy +iLs +xJy +aGy +xJy +jaK +xJy +xJy +xJy +iLs +oWs +eXm +bcM +mmk +tFb +bhr +biZ +bkL +bmC +bov +bqc +cfj +btN +liK +byj +bzU +bCl +xCk +bFH +bMV +bCi +bMX +bNM +bRS +bRu +bRX +bOR +bOR +bOR +jGU +bZx +caM +bek +lKK +coo +coo +coo +coo +coo +coo +coo +coo +kDC +dZy +cvh +czA +bqG +yaw +kiq +pSg +kAa +mAk +czA +cET +cFZ +cId +cwD +cIR +cIm +ezj +oWd +rFt +bSZ +nQg +pXX +cIm +hzA +eGw +vmK +cKe +ykH +ctI +jUN +bZU +leO +cDC +cID +cSS +cTJ +deP +fPa +fPa +fPa +cJM +cyN +cUK +cqj +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(93,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +kQv +uNk +uNk +uNk +kbN +kbN +kbN +kbN +kbN +kbN +saw +cNo +rUz +kbN +kbN +kbN +abW +abW +lIF +juc +flY +tfl +sml +xWI +xjB +pPV +avE +jCB +apP +akD +pnB +sPh +pJh +ucP +shn +iSv +hop +ccR +aDT +axN +aty +aHI +aMf +gYO +aKs +gYO +mtd +gYO +gYO +gYO +gYO +gYO +gYO +gYO +mtd +gYO +gYO +bQF +ben +bqb +bhq +bja +bkM +bmD +bsE +bqc +bvq +bwc +bvY +bYZ +thC +bBX +bqc +bHq +qyb +bJs +bKT +buj +fla +vkO +bXV +bTF +bWA +bWA +bYR +bMS +dDT +nWH +bfV +coo +ciB +dAq +nht +cNt +cjx +coo +ckI +xWL +cIV +gUk +kJL +hjn +joP +jLJ +nyg +esb +uiK +czA +cEu +cEE +cES +cGY +cKz +cIm +cBX +kLY +qse +rwp +fPN +sVO +cIm +deq +uKY +kIw +cFd +uAj +cjA +eDx +bZU +vCt +dfQ +bZU +hLT +cTK +deN +cUY +cVw +cUY +csw +cFD +cUX +oiv +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(94,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +aaa +aaa +aaa +aaa +aaa +abq +abq +kbN +xtp +gbP +hiy +kbN +mge +djU +wck +vdk +mQb +adi +eAU +tfl +evl +wnz +kmj +ioT +hph +ckr +iTG +akD +lbR +bWr +gNq +fYk +hoR +adv +fgS +axN +axN +axN +yha +aHI +fhC +aJa +aJi +aMf +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aZJ +bbg +bNp +bek +bjA +bhq +bhK +bkN +bpQ +box +bqc +bqc +bqc +bqc +byl +bzW +dae +bqc +bHv +qyb +bJh +bMU +bMS +bxq +bOS +bSi +bOR +bOR +bOR +jGU +bZx +rUT +bcK +bfV +coo +cca +wWG +cmq +fTo +tyn +cvh +plq +kYe +hxd +wCo +rzh +tqt +hAQ +vmO +eSG +czy +ixn +czA +cEz +cBD +cGb +cGY +cAj +cIm +itV +cWI +cLT +lgf +gJw +ctK +cIm +daM +cwq +bZf +cFd +adM +roi +nfW +bZU +chy +dfQ +bZU +cST +rUJ +deN +cUZ +cVz +cUZ +xJB +cFD +bdq +oiv +xdC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(95,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +udK +udK +kbN +kbN +kbN +vmA +kbN +aBv +uXE +xiy +uYF +fVB +fVB +ryp +tfl +mlj +uSc +uSc +rRp +vdE +wyE +apP +akD +nDb +ufd +ujg +xBl +qDl +nzE +ugL +agw +vNw +tfM +iwq +aHI +bhF +uNe +aKv +fON +aaa +aaa +aOG +aOG +uhO +gTQ +aOG +aOG +aaa +sPp +bbh +bcM +bel +bfO +bhq +bhq +bkO +bhq +bhq +bht +brS +bqc +bya +bym +thC +bBY +bqc +bHt +qVi +bJs +bSr +bMS +bMS +bMS +bMS +mwD +bYw +bYw +bYw +bMS +caD +bek +bfV +coo +xFH +kZm +nGy +nGy +mwo +nUU +nBF +cuL +cmq +wCo +sfi +jJI +clf +hzV +dlq +quY +sjD +czA +ifr +dUb +cDY +jJo +coE +cAT +kLY +kLY +kLY +soF +xmI +xvB +cIm +cPy +lBu +cPy +cFd +bZU +bZU +bZU +bZU +chy +cgU +bZU +cSU +cTK +deN +oJo +cVA +cVa +cNM +bYK +cof +fxB +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(96,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aPj +uJy +sgR +gSd +toD +dyI +hgp +udK +rll +vTw +mTB +hLE +adi +adi +jOS +tfl +vdE +vdE +vdE +vdE +vdE +wyE +apP +akD +xXe +oeA +akD +irb +qAb +nvB +ahF +ijF +nvB +cTo +xbo +lXV +cvX +aJe +aKC +aMf +aaa +aOG +aOG +aVw +aSU +aUj +aXE +aOG +aaa +aZJ +dbb +bNp +qWN +acw +bht +bjc +bkP +bmF +boy +btP +brT +bqc +byu +bym +bzX +bBZ +xCk +bFH +qVi +bJg +bOJ +xYo +bzV +yaj +bMW +bMS +bMS +bMS +bMS +bMS +cIA +ben +bjm +coo +coo +coo +cia +chG +bbU +coo +czu +tDr +cDU +gnQ +czA +mhm +rLS +tOF +jcF +aes +czA +czA +czC +bSX +cDZ +bSX +czC +cIm +otS +hMv +hMv +kLY +iyl +cbJ +cIm +cel +qMB +pll +pGd +bZU +cNR +cvE +cvE +cvE +uUR +bZU +cSO +cTM +cUt +cSO +cSO +cVX +cJn +cJj +iyv +cXX +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(97,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +udK +udK +abW +fkN +iNl +nwZ +udK +rPB +qcP +qcP +vXb +rLP +adi +niv +lFu +lxL +atr +lFu +apP +cii +dfT +apP +mEl +apP +apP +apP +oNr +apP +dig +uJs +gHX +dig +eCO +mOs +eiE +aiF +aJe +aND +aMf +abq +aOG +aQh +ukl +aRA +aUk +aVx +aOG +aOG +aOG +aOG +bdF +bep +ccP +bhu +clO +bkQ +bpU +boz +bqe +buB +bqc +bye +bym +xnp +bCa +bpr +biL +bFR +vBv +qEm +bMW +bPn +bQX +bSN +bMW +bWh +bWC +bXY +bZl +can +bek +bfV +cfi +cvh +eVn +xxa +fqX +mJe +gBG +vdn +dSK +cmq +eFH +cvo +cvo +cvo +cAi +cvo +cvo +cvo +cBy +cEV +shj +cIf +dhB +cKn +cIm +auy +auy +auy +cJB +mCN +cVb +cIm +keX +mnA +stn +cXA +bZU +cXK +cON +bZU +bZU +cXa +bZU +cxX +wqk +fgC +tEG +cSO +cSO +cSO +cSO +cSO +cSO +cSO +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(98,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajo +aaa +aaa +aaa +aaa +aaa +ajo +ipz +fKW +oWv +atF +pot +tAy +iDM +sCU +dQq +aKV +mdl +utW +kPa +jse +nlw +dOQ +jse +sQt +sQt +daN +oSm +apP +apP +apP +apP +ckF +crD +jsH +grE +eYS +jsH +cHw +dcY +lAG +aHM +aJd +aKC +aMf +aaa +aOG +aUP +bOA +qaB +aUl +uLQ +aZx +oxy +bcl +aOG +bgF +bek +bfR +bht +bje +dKK +bje +bje +bht +lJg +bqc +byv +aLy +bym +bCb +bqc +bLR +bFI +bJs +bKT +bMW +bPp +bSh +uEE +bMW +bWB +bWD +cBo +bZl +caN +bek +bcX +cdW +oHR +iFi +cNP +lVd +bNj +cov +atq +lQc +qvg +wql +xLH +rtq +sSE +lqv +sSE +idr +cLd +sXU +jpx +cGd +cIh +cHs +cGh +cIm +vWq +vCS +vCS +vCS +crm +cDT +cIm +rYw +mnA +cUF +clg +xLD +cXK +muB +bZU +cSN +cSr +cTq +cTO +cVD +cTt +pjA +ntO +dau +fUR +yjJ +cXz +cLn +cXz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(99,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +udK +udK +abW +tiq +xYC +dfd +fTc +fTc +aTC +psz +ozg +fTc +kUA +ryc +ccc +rIj +xaI +ccc +tKi +djP +wNP +fJm +hKP +iuW +iuW +iuW +obP +sho +nvB +oQF +kCc +nvB +gfb +oQF +lXV +aHM +aJe +aKz +aMf +aaa +aOG +aQj +bOA +aSW +aUm +aVy +aWY +aYy +aZN +bbk +bdS +beq +bdb +jMy +abq +abq +abq +bkW +bkW +buw +bkW +bwd +bwd +bAa +bwd +bqc +bFI +bFI +jQo +bMX +bOe +bPo +bRY +bXZ +bMW +bPS +bQn +bZw +ebs +bcX +nWH +bcX +cdW +cvh +oHy +pLQ +cEU +opu +bRb +bRb +wTc +lhd +eRZ +cLd +cLd +cLd +cLd +cLd +kGK +cLd +pUh +jgD +cGd +xkY +cGg +bib +cIm +hMv +hMv +hMv +hMv +czn +cDT +cIm +dfX +mnA +opV +ydQ +bZU +cXK +cTD +bZU +wmy +mky +cRt +cVc +pue +cRt +cRt +nej +cRt +cTr +cLn +sNH +sNH +sNH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(100,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +uJy +sOR +gSd +jms +rEL +vSm +adi +oLF +xKQ +adi +gAM +pXf +tYH +oEm +amx +pPJ +amx +tsn +kvA +kvA +kvA +yge +kvA +aze +jTy +aUJ +apP +iQK +fJd +mmK +lmC +pSE +hfZ +pLD +huV +aHM +aev +bPX +aMf +aaa +aOG +aQk +bOA +hxD +wfs +beA +aWZ +aOG +bco +aOG +bgH +bek +bdb +jMy +abq +abq +abq +mba +bub +bur +bwg +crh +lWi +tdv +xnn +bGa +enU +wHz +vge +tbd +bMW +bPq +bSk +bXZ +bMW +bWR +bWF +cJH +jlh +caP +cbC +mYU +cdX +vyL +ubT +tqh +rXj +vGz +aWQ +iEk +kWT +atg +lmu +lfd +fAU +rak +wDM +cLd +qsr +cLd +cLd +cBz +cDA +dhy +cCA +cKo +cIm +pxG +auy +auy +auy +czn +cDT +cIm +cfW +mnA +mnA +cjt +bZU +cXK +cQo +bZU +kbP +cTg +cSk +gnZ +cTQ +cSo +cSo +gTp +cRt +cGR +cLn +cXz +cLn +cXz +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(101,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +udK +udK +abW +brY +adi +vSm +adi +abW +abW +abW +cXZ +abW +cXZ +abW +abW +abW +abq +tsn +amI +cAJ +aqQ +iJg +aHO +aHO +keN +aHO +bLu +aZu +eKW +wyP +axY +dhZ +ioy +tmZ +huV +aHM +aJf +aNJ +aMf +abq +aOG +aQh +bzZ +bzZ +mVR +aVz +aOG +aOG +aOG +aOG +bdU +bek +bdb +jMy +abq +aBV +aIb +bkW +btY +boD +boE +btQ +bAj +boE +bDr +oRh +bHD +aUi +bJj +bKX +bMW +bMW +uOg +bMW +bMW +bZl +bZl +bZl +bZl +caO +bek +bcX +cdW +oqO +dej +dvU +cCf +vGz +pri +xat +mrc +hnR +hnR +hnR +eNR +uLx +pRT +cpQ +xNy +cNw +cLd +cBA +lWT +dhx +dhB +cGj +cIm +kLY +kLY +cPH +cgk +cEk +cDT +cIm +vKz +wiH +mnA +llC +bZU +cfa +bZU +bZU +cQR +cRv +cRt +cRt +cRt +cRt +cRt +cRt +cRt +cTr +cLn +sNH +sNH +sNH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(102,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +abq +aaa +bdk +anX +wAJ +bVm +cKl +abW +gkn +aUH +mKR +abW +ltg +aUH +atQ +abW +abq +tsn +kzg +fae +fae +dZp +xBX +mRy +kRc +gLa +nCH +vub +nvB +dig +lGh +nvB +pNO +dig +lXV +aHM +aJh +aTi +aMf +aaa +aOG +aOG +aVA +aSY +aUn +aXG +aOG +aaa +aZJ +bbm +bNp +bek +bdb +jMy +abq +aCV +boB +bsb +btT +boE +boE +uYQ +byq +byq +byq +bDX +byq +bkW +bLS +bKT +lna +abq +abq +ybT +bRZ +bWb +bWG +bYb +iwv +bMR +bek +bcX +cdW +cvh +vXx +oNo +kNG +pHY +fGE +laE +bRU +voO +cpZ +ndS +nFf +pwg +cIc +cLd +hgW +cQt +cLd +cLd +nKU +cLd +cLd +cLd +cLd +cLd +cLd +cLd +cLd +fyS +cLd +cLd +gtc +krU +cMb +xQi +bZU +cXK +bZU +hYu +cRn +lfe +cTs +cXh +cXh +cXh +cXh +cXh +bIO +cTr +cLn +sNH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(103,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajo +abq +abq +abq +abq +ajo +abq +abq +abq +uMy +hHz +jNU +abW +abW +aSf +iMg +kFY +qcP +tmd +hJH +kli +abW +abq +tsn +yev +vJo +sNG +rZA +aHO +rJh +yiU +gLa +nCH +cjQ +kfe +apI +qdr +kfe +neW +pKE +xWa +aHM +sRB +aKE +fON +aaa +aaa +aOG +aOG +uhO +gfz +aOG +aOG +aaa +sPp +bbn +bbr +bwn +bdb +jMy +abq +aBY +bop +boC +teE +boE +boE +byp +byq +bAi +xhX +uRT +bFK +bkW +bLl +cnj +bFI +lna +lna +bSc +eQf +bUX +adP +bYJ +bSc +aoi +bek +bcX +cdZ +oHR +sSq +elx +vAP +ogq +gCs +laE +tHA +lkN +cJW +cdl +rYd +qYe +oCZ +cLd +chw +pVQ +pVQ +pVQ +hpa +pVQ +pVQ +pVQ +hPi +abU +wkm +bYD +cMb +tfD +iCM +cLd +cLd +cLd +cLd +hqm +bZU +cXK +bZU +cPL +cQM +cRx +cBh +cUz +cTR +cXs +cVf +cUz +cGy +cTr +cAB +sNH +aaa +ajo +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(104,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alq +alq +alq +alq +alq +alq +alq +abW +abW +bOX +abW +abW +abW +bOX +abW +abW +abq +aHO +aHO +aHO +aHO +aHO +aHO +nxO +gYN +aHO +lHl +fdu +oQF +jrp +vbF +oQF +lNw +uhK +tpO +aiF +aJk +aNL +aMf +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aZJ +bbo +oYO +svH +oeP +jMy +abq +aDK +bpV +boD +gDB +phE +nGj +byw +byq +byq +bDM +bNS +bwi +bkW +bac +bKT +wMQ +bQr +bQr +ybT +pcN +jJW +bWO +bYn +czN +xFR +uUG +omr +aJc +coo +hcL +cmq +vaw +wiz +pri +uZP +iiC +cuf +wRt +bRb +cvU +pUg +cvU +cLd +bcr +pEO +cAf +ifN +cRW +gfY +gfY +gfY +dYp +hhO +cIo +gfY +gfY +vDZ +uzO +mUv +mOZ +bJf +bJf +qiP +sSz +cxG +bZU +cPM +cQM +cRx +cTt +pjA +pjA +pjA +pjA +pjA +dbc +cTr +cLn +sNH +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(105,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alq +alq +alq +alq +alq +alq +alq +ajo +abq +abq +abq +abq +abq +abq +abq +abq +gzt +aHO +uba +aMN +dCp +aBx +xdb +arV +uBY +aHO +fGA +bJM +aqu +sDN +xHy +aqu +thW +pvo +aqu +aKD +kzm +pRQ +aMf +ydv +aMf +aMf +aMf +aMf +aMf +aMf +aMf +ydv +aMf +bbp +fJp +jtg +bdb +jMy +abq +bkW +bpY +boE +gDB +bvW +btU +bwh +byr +byq +bDz +bNS +bFM +vqS +bJr +bNd +bOM +bOM +bQr +bSc +cfJ +ejG +bWJ +bYe +bSc +car +jkB +cHA +cea +coo +oHR +fau +xaq +cvh +bRb +cvU +bRb +cvU +bRb +bRb +muA +xdy +xdy +cLd +rfn +cLd +cLd +cLd +cLd +cLd +cLd +cLd +diT +cLd +cLd +cLd +cLd +cLd +cLd +cLd +cLd +cLd +cLd +cLd +cLd +cqh +bZU +cVk +cRq +cRx +cRt +cRt +cRt +cRt +cRt +cRt +cRt +cTr +cLn +sNH +sNH +sNH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(106,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alq +alq +alq +alq +alq +alq +alq +abq +aaa +aaa +aaa +qWm +eoe +eoe +jGk +njf +eoe +aHO +qVY +fSb +gIS +fSb +apk +pts +iao +ljV +bLu +aFz +aqu +dZL +qOx +eyP +nEr +tDc +ehh +aHM +aJk +aKC +aKC +aKw +aKC +aQp +aRC +aKC +aKC +aXR +aKC +aKw +aZP +bbq +pzV +ber +bdb +jMy +abq +aEh +bqf +boD +gDB +hSa +boE +bwi +bys +byq +boE +jzW +bFN +mJv +bJr +bNd +bNd +bOM +bQp +bSc +bTL +atl +bWK +bYf +kRA +car +ccn +cvn +cdW +cfo +cgw +cgw +cjH +cgw +coz +cns +cns +cns +ctQ +sfS +sZI +sZI +rmE +cYL +qLo +czF +cEX +cns +coz +cEm +mBr +cKq +dWX +cMT +iQm +cns +cns +ctQ +cns +cNS +mBr +cns +cns +cns +cns +qqM +tVJ +cPN +cQM +cRx +cRt +nej +cRt +cRt +cRt +cVc +cRt +cOP +cLn +cXz +cLn +cXz +cZp +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(107,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alq +alq +alq +alq +alq +alq +alq +abq +aaa +aaa +aUg +aUb +kfR +tKm +jvC +oXd +pds +aHO +aHO +azC +sKO +hmr +apN +tYD +epG +sbM +evm +tIU +oRx +aMO +aDD +hvz +anT +hyW +mAo +aHM +aJg +aKG +aKG +aYz +aMi +ebf +aMi +aKG +aUp +kpn +aKG +aYz +aZQ +kuf +bcZ +bes +bfU +jMy +abq +bmf +bqd +boF +bqi +bwe +btV +bwj +byt +bAg +vBA +bDZ +bFO +vXg +bJq +bay +gHh +nxu +dhm +cwr +uPy +hYz +cKR +nmc +lOK +car +cbE +qBP +mOc +cfp +tEL +cgx +cjI +tPc +niU +niU +aet +xvi +tPc +tPc +tPc +noA +noy +tPc +cyL +rEw +tPc +tPc +bIS +noA +tPc +tPc +pAU +cgx +taS +cgx +cgx +tEL +cgx +pPn +sbG +tEL +cOO +cOO +lVz +cvI +cOf +cPO +cRB +cRA +cTC +cTc +dGT +cUA +cUA +cVC +rSR +cTr +cLn +sNH +sNH +sNH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +eun +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(108,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alq +alq +alq +alq +alq +alq +alq +abq +aaa +jGk +ajm +mjP +wQr +wQr +wQr +ihq +hJm +qKE +eUL +meM +pHq +sDr +fzW +tBq +aHP +mJF +rFq +avB +wtN +mkw +rEl +acf +fRT +jIs +aqu +aHM +aJk +aNt +aNt +aNt +aNt +aNt +hYL +aNt +aUq +bks +aNt +aNt +aZR +bbs +dEM +tyF +bfV +jMy +abq +aDK +bqh +boD +hht +bvW +btW +bwi +bBU +byq +cpO +bDY +bFP +sxN +bJr +bNd +bNd +bOM +bQr +bSc +bSd +ejG +hgu +bYg +pkg +car +cco +feD +cee +cfq +cgy +cgy +bCz +cgy +cAA +cPI +jma +nYF +crI +csT +deF +cuc +cuc +cuc +cyM +czH +cAA +cmm +sxv +cEv +cmm +cmm +rDW +cRS +cIt +cPI +cKx +cuc +cuc +mGK +lHZ +cmm +eaG +cxl +oSr +cCQ +bQW +cPP +cRO +cSX +cTV +tPB +fvZ +cWB +cUB +cUB +dat +bVX +jSC +sNH +cLn +tkm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(109,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +alq +alq +alq +alq +alq +alq +alq +ajo +aaa +eoe +rxj +eyY +ruH +ggc +anQ +vuZ +iKQ +kNk +aHO +xBX +hKK +aHO +aHO +aHO +aHO +aHO +apP +avB +aqu +hEP +wtN +aqu +izK +pvo +aqu +aKL +aJk +cnl +aMk +aMk +aMk +toL +aMk +aMk +aMk +aYA +aXb +aYA +aMk +bZi +lDm +fHQ +bfV +jMy +abq +bkW +bqg +boE +hht +bvW +btX +bwk +bBO +byq +bCh +bwi +bFQ +jbl +bJr +bNd +bOM +bOM +bQp +bSc +yhg +atl +adP +nKy +bSc +cas +caY +cAy +ced +npq +cft +cib +bCG +cHM +cIu +cIu +cIu +bjK +cIu +cIu +cIx +lfO +cwE +cwE +cIx +cIx +cIx +cIx +cIx +cIx +cOp +coG +jzk +coG +coG +coG +coG +bYX +daa +coG +coG +coG +coG +coG +coG +coG +coG +coG +coG +cBj +coG +coG +coG +cOp +ncC +gVc +cUC +jYM +bec +jYM +tLX +jYM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(110,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajo +abq +apO +eXM +rZN +apO +apO +apO +uOh +apO +apO +uOh +apO +amx +amx +amx +amx +amx +amx +amx +apP +liR +aCu +maC +uYf +apP +apP +wRx +ugy +uYf +apP +apP +mLA +ocI +dDn +swL +aHM +aJm +mVN +aMk +aNu +uWQ +aOQ +aRD +kQx +aMk +aVD +aNC +aNC +aMk +beH +oPf +mFG +jGr +jMy +abq +aEh +cfh +boD +hht +grn +fsZ +byy +byq +byq +bDW +bwi +bwi +bkW +hEZ +bLg +bxp +bQp +bQp +ybT +gEi +bVc +bWI +bYd +cnm +cpP +mwW +cnB +bab +npq +cgz +dNp +hGg +bXF +cIu +coH +bNH +lsC +fdc +rmn +cIx +iSf +lXX +iSf +cIx +oAs +iAO +hEo +iAO +cMi +cig +hyD +sOB +dbl +dTT +iBb +coG +mDn +rdk +coG +cJz +cJu +jxj +coG +bGW +vZo +rVv +coG +hgY +cOi +coG +qfa +qfa +cOp +cRP +cJA +cLy +xtA +qgp +cnG +dVX +xax +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(111,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +lZU +rsQ +fax +hOP +atS +wdi +aEr +vVR +aSm +aqd +aSm +alm +wRx +bAx +oSi +oSi +oSi +oSi +oSi +wKS +oSi +oSi +oSi +oSi +oSi +nls +ceq +apP +apP +apP +pJh +jNd +xVR +giK +aHM +aJn +aKK +aMk +aNv +aNA +vOE +aOQ +aTa +aNq +aVE +mZH +aYC +aMk +beD +bcX +bek +bfV +jMy +abq +boe +bqj +boG +mAa +boE +boE +byx +byq +bAi +bDQ +boE +bFS +bkW +bJt +bLf +bFI +lna +lna +bSc +bTN +ejG +bWN +bYN +bSc +jXC +bek +bcX +cef +cft +cgA +axy +gnJ +ckZ +cHQ +fXj +iCZ +bGS +nUu +rSC +cIx +sFN +jAh +oco +hDr +uRX +nsy +syi +ouz +twL +coG +coG +coG +coG +coG +vZo +rDg +cBO +cFx +cyV +cnh +cJu +cLl +coG +iLq +kuh +vZo +coG +cwZ +eJN +coG +vZo +vZo +cOp +ddW +ret +hcM +cVi +cVi +diG +pre +wxL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(112,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +hnc +xjC +vtO +lvc +usP +usP +uzG +qXY +ctw +uQU +uOh +glS +aGV +sQt +sQt +sQt +sQt +sQt +mVB +ule +uFZ +rHM +avk +eey +vzd +vWl +xoI +wGr +pYv +hLu +uUr +rhj +mSE +rbv +etp +uXW +avT +aMk +aOQ +aOQ +wma +fCn +aTb +aNq +aVE +sYp +baO +aMk +beR +bMR +bek +bfV +jMy +abq +boe +bql +bsc +btZ +boE +boE +bAb +byq +byq +byq +bDX +byq +bkW +bMm +bLg +lna +abq +abq +ybT +bTO +bWw +bWQ +bYj +iwv +bNp +bek +bcX +cee +cHM +cgB +fTT +cie +ckZ +cHQ +fXj +osq +kEz +iNe +und +lkH +ndR +oNl +nkU +qlx +gVS +iBi +nUG +dam +tVd +cJp +cBT +hPb +iMu +mDn +nkz +cEF +jwh +deT +asv +imG +kQo +cLl +coG +coG +coG +dTT +coG +vZo +eJN +coG +oUw +rtk +cOp +cQU +mvG +cQI +imb +lhs +cNY +qgs +dAL +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(113,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +aSm +tQD +oOU +pgs +vLQ +unP +hFN +oaE +skT +dCn +lJr +geR +xUC +iBR +iBR +glG +aVX +iBR +pMT +iBR +iBR +iBR +iBR +dZZ +cUW +qeK +vqm +bdT +uCW +apz +apz +apz +apz +xNV +mlC +xNV +aMk +fbr +aUa +mPs +aTd +aTd +aNq +aVE +sYp +baL +aMk +aMk +bMR +bek +bfV +jMy +abq +aEt +aIH +bkW +bum +boD +boE +sLs +bAj +bCA +bEf +byQ +bFT +aUi +bJv +bLh +bZn +bZn +sMZ +bZn +bZn +bZn +bZn +bZn +aZJ +caR +nWH +bcX +cee +cfu +dNp +iFm +cie +ckZ +cHQ +cnw +cFm +bQf +tkV +ddq +cJp +ggO +hEe +xXE +iZX +pBW +dQb +pXO +bAk +qFl +wez +uEX +bIG +qLe +nvP +iBb +vZo +cWF +cnL +cLl +cLl +cLl +gBM +dnY +csc +drN +wgh +aop +wgh +cuj +dTT +vZo +vZo +cOp +azz +ddU +nVd +cnT +czR +dac +jYM +jYM +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(114,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +eXK +jMs +lDa +lDa +lDa +vcF +uXX +qEA +gRG +oXw +maV +oiX +nNq +iBR +hlN +eVZ +vSB +hOA +edw +aiN +xSg +erZ +iBR +qeK +qeK +qeK +dJx +voS +ttA +apz +jXj +afp +dZd +frX +aLM +tAF +aMk +aRS +aOO +bfr +aSy +qnu +aUs +aAM +aXd +aNC +aZT +aMk +bMR +bek +bfV +jMy +abq +abq +abq +mba +buE +bvr +cbY +bWy +tUH +rOG +bEg +rOG +iIA +wUE +hDx +bLg +bZn +bQc +bTi +bTR +bVg +bXx +bYl +bZn +wxb +bcX +cbG +mOc +ceh +cfv +sNd +bUR +cie +cla +cIu +cnx +uYo +nlQ +uYo +qCm +cJp +cdi +inv +kWj +mWN +uXA +iBi +qFl +iBi +fho +lfJ +uuG +cwR +iGV +mDn +rtk +cJl +ddR +cYZ +waF +dbK +cYT +vZo +coG +mhV +adB +adB +adB +adB +aRW +coG +coG +coG +cOp +cXN +jYM +jYM +uVp +eUb +tRN +jYM +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(115,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +eXK +jMs +hUC +qaz +lDa +fPg +mwK +jMs +iIP +jSU +glS +gBc +uxY +oQE +iiZ +lSG +pBl +ana +hfT +ndv +xJA +lKs +iBR +xta +rpt +aRJ +jIf +vfF +gRF +apz +aFd +tHm +pdp +vHD +wfi +gHu +aMk +sPx +kNU +aLe +aTd +aTd +aNq +aVE +xxA +aNC +aZU +aYA +bMR +bek +bfV +jMy +abq +abq +abq +bkW +bkW +bkW +buc +byA +bkW +qgk +qgk +bEh +qgk +qgk +jJR +bLg +sMZ +bOU +fsT +bTE +ciK +uMj +bXW +bZn +cGX +bcX +bek +bcX +cee +cHM +jUk +wey +cjM +cUE +cIu +cFO +cBJ +cFO +cBJ +cFO +cJp +cJp +wku +cJp +cJp +oUU +pzC +dQb +qFl +eVO +cJp +pcx +cwR +mPh +cOp +cOp +cOp +cOp +cOp +cOp +cOp +cOp +cOp +cOp +csi +coG +coG +coG +coG +iNF +vZo +czO +vZo +cuu +vZo +aef +abq +abq +abq +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(116,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +eXK +jMs +mQc +qJA +aQs +lDa +iZE +ghX +aSm +aSm +vMg +wta +iwm +iBR +pGO +eLh +alZ +hPJ +bmM +ydH +eEc +iJA +iBR +afw +aBB +aMl +oyP +fDY +agY +apz +uaU +bWp +jIX +mUi +och +pat +aMk +aRF +aOQ +dWN +aRH +bjb +aNq +aVE +xxA +aNC +aZV +aLL +bde +beu +rZk +bhw +bhw +bhw +bhw +bhw +ayj +bhw +qgk +qgk +qgk +bAl +bCm +bEi +bFV +qgk +bJw +bLg +oOu +bQe +bRw +bTG +gOU +bMI +bYo +bZn +bZo +bcX +bek +bcX +cee +cft +cgF +rFe +cjN +oFw +cmr +fPC +daG +fPC +fHG +fPC +uVF +cvu +cQK +cGz +cDM +qcw +tFX +tFX +gVX +sRb +cJp +uVl +cwR +taW +cEK +jFr +mAA +qbe +veO +mld +fdt +cFH +foP +sMK +kEk +coG +fvH +vZo +dTT +xHR +cSY +cAK +coG +coG +coG +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(117,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +eXK +jMs +cCe +kGN +lDa +gyd +mwK +arP +fOL +avc +wHw +mUU +tKb +avc +avc +avc +iBR +gZV +fuv +iBR +iBR +iBR +iBR +afy +acR +dKd +jnZ +cpK +asV +apz +hQZ +lcg +rWn +abZ +tQN +abZ +aMk +aNB +aOR +iUs +aRI +aRI +aNq +aVE +sjx +erv +aNC +aYA +bMR +nWH +bfX +bhw +boM +bmo +bmU +boI +bqn +boI +bwm +pcy +bCd +bAm +bHz +bEj +bHz +uuE +bJy +bOK +cSJ +bQi +bTl +bNh +bNh +bNh +bNh +bNh +bNh +caN +bek +bdb +cei +cHM +cgE +dNp +gXB +clb +uxR +cic +mbt +cic +bUy +cic +tve +wos +cwR +tqF +cFY +ihW +kqd +fjV +kfx +sol +cFY +uuG +cwR +qcH +uEr +xbu +klo +pQd +sZE +vfp +ojA +tUn +myi +aiz +svK +coG +aqe +vZo +coG +sVu +ksi +clN +coG +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(118,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +aSm +nIi +lDa +lDa +lDa +txO +mwK +arP +nvY +avc +aQP +bfB +sXZ +aWe +quj +goq +uKi +apM +nOA +vKs +esA +aAw +awp +qeK +qeK +qeK +qeK +fPT +qeK +apz +eLF +gLQ +kXX +abZ +aZU +aNC +vrO +aNC +aOS +aOQ +aOQ +aWi +aMk +aVG +krK +aNC +aZW +aMk +bMR +bek +bfY +bhw +bnA +bla +bmV +boI +bqo +boI +bue +bws +lre +bAn +bCo +bEk +blb +qgk +bMF +bLm +bNh +bNh +bNh +bNh +eqC +bQm +bWV +bNU +bNh +cbi +ben +bqb +bZu +npq +cgu +qnt +qnt +clc +cmz +tCw +bVj +cic +qei +cnA +cfw +kBs +cwR +cwF +cJp +djO +fTs +kEd +tRK +mgK +cJp +tNr +cwR +riF +cEK +kYR +jOM +kgx +oFF +vrZ +eNY +smL +xUk +cOp +fuQ +coG +coG +coG +coG +coG +coG +coG +coG +abq +bcb +arA +bqS +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(119,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +aFe +gqv +uhf +quh +swP +iOP +mwK +gvd +aSm +avc +pSM +nMk +hFF +ugM +tio +cKm +esA +czl +sdX +pWM +esA +sfG +bxN +aGE +ajg +fRm +pRp +gRm +lHy +abZ +abZ +abZ +abZ +abZ +aZU +baL +aMk +aMk +aMk +aMk +aMk +aMk +aMk +aMk +vrH +aYA +aMk +aMk +bUM +ben +bfZ +bhw +bjh +byk +bKv +boI +bqp +boI +buf +bwt +cfn +blb +bCp +bEl +bHC +qgk +bJp +bLg +bNh +bQB +pVq +nXT +bTS +ccl +bWW +qrT +bNh +utS +bek +bdb +bbg +cmo +bUu +xmN +bUu +bUu +cmo +bUu +cvl +cqn +cvl +cqn +cvl +wTJ +cwR +weC +cJp +cFY +cFY +cJp +cFY +cFY +cJp +cjL +cwR +jXi +kqP +lEw +lHJ +mcw +kXV +eNY +nec +krx +bnx +cOp +mtr +dTn +jFH +ePS +ido +hSW +gtu +kKa +cxT +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(120,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +sRw +tcD +vtO +qaA +aeb +aBF +aEa +aPi +vHE +aUf +avc +kdl +lQi +usg +dHE +aXp +tvd +esA +aUG +sYR +liS +esA +oqi +lHw +awu +aWv +anN +urH +arf +wGv +aWv +nPD +ahd +vUU +jrc +gbu +aNC +oxT +etj +kyo +adA +bsl +azY +aMn +aXZ +orm +fOf +eUz +ayu +bMR +bev +bfV +bhw +bji +rtY +blc +bsH +bqq +bsj +bug +bwu +eIj +bAp +bCq +bEm +bIy +qgk +bMG +dEu +bNh +bOg +bZz +bTT +fvv +ccm +bWX +tST +tKj +caM +nWH +bdb +dbb +cmo +mZe +bVZ +lVF +cqv +vQr +cxe +xHu +vIY +sfg +icm +bWe +wos +cwR +cxP +bIG +bIG +cHx +vQB +dXu +gTS +oic +uSJ +cwR +jXi +kqP +lEw +cIW +cOB +xBs +hQB +nbM +nbM +lKa +aiz +iHc +dTn +mVS +dTn +dTn +hSW +nzf +iab +nqt +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(121,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +apO +fJr +hwP +qaq +gdb +vNV +pzQ +iOo +dKy +eTR +ouq +rUG +lkE +adX +vKy +oyY +tSX +esA +uos +wRh +stW +esA +kfU +bxN +oIs +vvF +uGy +wMy +hIP +hjE +ajg +mYX +alW +api +ajg +aHW +aHW +aMn +alC +krF +acv +krF +krF +aHW +aVI +imC +aTn +aTn +bby +bde +aMK +bjD +bhw +bjj +ttE +cEg +wUL +bzg +boI +buh +byJ +bCg +bAq +bCr +bEn +bHH +qgk +bJB +bLg +bNh +bQD +bSo +lst +fvv +ccm +bWY +bZD +vtR +caM +bek +bdb +dbb +cmo +hYA +pho +bYq +clr +gvN +kqw +hVX +eQb +uHp +cut +soO +tGt +cwR +cwR +cwR +cwR +fIA +cBP +uws +aLH +bPy +cFs +uMv +tzt +kqP +pLH +iRd +iwB +xbs +hIk +gNG +vDG +cPb +cOp +tgC +cUN +coG +oUw +rtk +coG +jaP +gkt +nzf +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(122,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +apO +tNe +tNe +exm +tNe +tNe +xyP +apO +apO +apO +avc +czz +rsR +fcT +avc +avc +avc +ook +qEX +gbg +qwB +esA +avL +aWv +ajg +ajg +ajg +yew +eQn +uak +akR +kol +aAm +acj +ajg +aCk +whB +aKW +fYA +khI +aNG +aVK +ncG +avd +aVJ +aXg +aRX +aRX +bbz +fEr +uhY +bfW +bhw +bjk +jXR +bmZ +boL +bqr +boI +snI +qgk +qgk +qgk +bDl +qgk +qgk +qgk +bJp +bLg +tIl +dre +fYU +dre +fYU +joR +bWZ +lWv +tfk +cPD +nuy +bfJ +cej +cmo +clS +cQe +cta +xOz +bYQ +cHK +nLV +wGc +alG +oDj +cvl +geC +lGC +cOZ +cOZ +lTc +cuv +des +gEt +eoJ +cEy +cdM +cic +xoB +cFH +cFH +tig +bVC +cEK +cEK +vpj +pUs +pUs +cOp +iQh +coG +coG +coG +coG +coG +wJN +iab +jvx +abq +arA +arA +bcb +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(123,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +tNe +yfj +tnT +fLm +tNe +oQV +ajg +jiR +agG +avc +avc +avc +avc +avc +gbi +aWc +esA +eZF +jQw +qwB +ook +baa +aDY +fQr +aJl +ahJ +dLg +rdw +ahJ +alW +alW +rwk +jYH +ajg +aRO +agy +cqF +brc +sMM +tzs +wjf +fTt +aHW +leu +aTo +aYJ +aZY +ayu +bMR +bek +bfV +bhw +bnE +ble +bna +aWE +bqs +boI +bui +qgk +cgh +cIj +bDk +cdO +cPt +bHK +bJC +bLg +bNh +wbz +bSp +bSp +cJT +dwv +bYp +abp +bNh +aKI +cMh +cdE +cte +cmB +cmB +cmB +cmB +cmB +cmB +onF +gqN +ljS +cnR +cqp +cvl +lAX +crU +eZW +eZW +lAX +cfw +cfw +efG +cic +cGx +cIE +cic +bGl +kqP +kgS +sOH +pEF +wsu +aox +qnp +fjU +saM +cOp +cZs +vZo +cDG +coG +abq +iEd +nqt +gkt +nzf +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(124,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +tNe +erL +jIN +lDG +tNe +alW +akR +aDY +oIT +alW +aWv +aDY +alW +rOp +aWx +vqu +esA +qEX +olt +qwB +edj +acB +ocp +aEq +sWO +aoE +eCH +vsx +hAK +hmu +asW +asE +aon +ajg +bxv +aHQ +wjf +hHW +tRf +qba +ffG +oTR +aMn +aVL +paZ +aYK +aZZ +bbA +bMR +bek +bfV +bhw +bhw +bhw +bhw +bhw +bhw +bhw +qgk +qgk +byE +bht +bht +bht +bht +bht +bJD +bLr +bNh +bNh +bNh +bNh +bNh +bNh +bNh +bNh +bNh +bNp +cXn +bqR +cek +bwI +bwP +bHE +bVG +kCP +mle +vde +eYA +bYq +bYq +eza +bWe +lsi +kJT +rXS +clG +lJA +sgH +hIK +sPr +cic +cic +cic +cic +bGl +kqP +fNw +fJu +hQB +jFo +vZA +wwR +uZk +iuI +cOp +iGw +coU +cwZ +coG +aaa +jaP +aaa +iab +nqt +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(125,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +tNe +tNe +tNe +tNe +tNe +aDY +wLB +cnV +nVQ +whf +oga +mxw +wzx +ajg +ajg +aWx +ook +wxO +ivv +myk +esA +cju +uJL +aWv +ajg +ajg +ajg +ajg +ljT +ahJ +vgP +hwZ +alW +aWv +ajg +ajg +ajg +ajg +ajg +aMn +aMn +aMn +aMn +caH +ayu +cdP +aZZ +bbB +bMR +nWH +bfV +bwl +bjm +bCB +bfV +bsV +bfV +bvs +bjm +mdE +byF +bfV +bCB +bEp +deE +bHL +bcN +byg +cfr +bQF +bNp +bSW +bTW +bVn +bNp +bYr +bbt +bNp +bek +pRL +cte +cte +cte +cte +cte +lOv +cmB +cqo +esJ +bYq +bYq +ctb +bWe +pQv +oFn +keQ +keQ +rfD +sgH +pMS +fCW +mdy +hfC +uNn +hyQ +eoJ +kqP +lfG +sOH +kRQ +tug +mmG +dTX +hVw +wnf +cOp +tgV +vZo +cnO +hXg +abq +jdX +nzf +gkt +nzf +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(126,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abq +abq +abq +ajg +ajg +aVY +ajg +aWv +cXu +aon +aDY +uUq +aJl +aWv +ajg +nsJ +esA +esA +ook +esA +azH +dHU +ajg +eMS +vdR +skD +ajg +ajg +akR +hWf +ave +aCr +aGH +aCr +qyI +nbg +aCr +bVi +uex +aOU +aTm +aWy +apG +aTo +aYK +aZZ +xoq +bdi +bex +hBq +beo +bQG +hlD +bnb +boO +bqu +bOV +bOB +hlD +xpC +fHy +qsN +hlD +bfI +bHM +bJF +bLt +bOV +jIR +bfI +hBq +bfI +hBq +jFF +tfp +bfI +bfI +nzW +btC +tpD +cfG +cgM +cio +cte +lOv +poj +cvY +evD +xTH +mYo +cFB +bWe +giv +xUA +cmA +keQ +yfB +cfw +cfw +nhU +cGQ +dZB +bdN +bdN +bdN +bdN +cEK +hyp +cgG +cEK +cEK +cEK +pUs +pUs +cOp +crN +coG +coG +coG +coG +coG +gar +kKa +lui +abq +arA +bcb +arA +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(127,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aVY +ajg +ajg +alW +fnv +kVN +mxw +kVN +whf +yeY +ohK +kVN +aAf +wVD +nYs +cNe +gHm +yeY +opB +acL +aWv +alW +aSJ +aDY +akR +aDY +alW +alW +alW +aDY +ajg +aQz +aQC +aTo +wsx +cbe +aTn +aYM +aZZ +bbD +ejd +bey +bgd +oWL +bUM +kaK +blg +blk +bVl +deD +dwp +bdc +eMF +pUF +ipa +bdc +bdc +bdc +bdc +bdc +bdc +bwS +bpI +lsQ +kwt +bdc +rOT +pwN +bZt +caF +cbK +ccW +chO +cfA +cgN +cip +cte +lOv +cmB +cvl +hBB +gSO +gSO +gSO +cvl +mVl +afT +dxD +eRc +geG +sgH +cBV +cwV +cQK +lle +bdN +cKi +cUf +cPc +aoN +euy +mVD +coG +jes +coG +cQd +cQd +cOp +tgV +coG +dag +cUL +cUL +coG +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(128,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aVY +aWv +alA +aDY +khy +khy +akR +ksa +aDY +fpy +alW +cju +alW +ajg +whg +dog +axG +vXM +ajg +ano +aSJ +uhI +rWD +alW +aJl +ksa +ksa +alW +ajg +aQA +aQC +udB +eRU +aVO +aTp +bbe +aLl +nwp +aLl +aLl +bez +bez +bez +bez +bnd +boQ +bqw +bsp +bsp +bHA +bHA +qkK +mOL +bHA +bHA +bsp +bsp +bHA +bsp +bsp +bsp +bsp +bsp +aoG +aUX +pwN +xtP +cgK +cbL +cbL +tpD +cfB +cgO +ciq +cte +lOv +cmB +daw +aiM +xPE +tCr +qAH +kvG +kvG +kvG +kvG +kvG +kvG +kvG +kvG +vxI +cwR +bXi +bdN +fVO +hiP +qlX +knB +dSp +gME +mTU +cKG +wvJ +gJg +gJg +dbE +rpG +dTT +vZo +vZo +vZo +coG +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(129,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajg +ubH +qRm +abX +aWv +ajg +ajg +ajg +aWv +aDY +dFD +vXM +ajg +ajg +sGp +mXw +ajR +ajg +wzV +aSJ +iNk +aWv +avv +avv +avv +avv +avv +avv +aQB +aQC +aTp +qvm +aTu +aTo +aYK +aLl +bcj +vmT +aLl +bge +blM +bjp +bez +bnr +boY +aHe +bsp +ded +bEv +bEv +cEI +bDV +bGc +bID +snq +tmt +bCy +hLX +bQC +bsp +bTD +bSt +aoG +fgb +bZb +aoG +baj +uBn +hqs +bZv +baj +cgP +baj +cte +lOv +cmB +rnT +wDg +vZh +fRh +nUa +mDX +cwW +cvH +cKw +nYH +kFk +uck +mDX +dnN +cwR +dAy +bdN +cnt +pKM +cPc +rlH +uMG +mVD +coG +vZo +vZo +vZo +coU +cvw +vZo +coG +bVk +vZo +cXO +coG +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(130,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahH +alW +aDY +caj +ajg +azf +aZB +hNy +ajg +cXu +cju +nSs +acL +aWv +aFj +yiP +bne +ajg +iGR +uUq +aTh +ajg +bgj +aVH +dNV +wSh +tay +avv +awZ +aQC +aTq +aUy +aVP +aTo +rmg +aLl +bfp +dqw +aLl +bgf +bhB +bjq +bkk +bnr +boS +lwL +bsp +bun +hvW +byI +mZL +bCv +bEv +jAY +udl +bJH +bLx +lUc +bQE +keY +bVs +nzv +aoG +sLS +bYE +aoG +cbD +uzt +ccZ +cen +cfC +cgQ +ciZ +cte +lGD +sNJ +qtr +bli +wfE +rAm +wpL +cDN +kTH +oha +gDC +cNk +vXJ +cNk +qPp +aeF +cwR +bPm +bdN +aeA +pKM +bdN +bXG +tRD +rjj +cOp +cOp +cOp +cOp +cOp +dnY +cOp +cOp +cOp +cOp +coG +coG +abq +abq +abq +abq +bqS +arA +bcb +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(131,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahH +khy +fpy +aoh +aoh +aoh +aKB +aKB +aKB +aKB +tYX +alW +alA +ajg +awT +aDY +bRc +ajg +awM +dHU +fpy +xSl +aAJ +aAJ +oEt +mlM +aNs +avv +bmX +aTo +aTo +fZm +aVQ +aTo +aYP +aLl +iLl +bdW +eMs +bgg +bhC +bjr +aOD +vEp +qeW +bqA +bHA +buo +bCH +bCk +cDz +bEo +bEv +bHO +bGd +bCy +fsW +xRE +jom +bsp +lfV +iOR +aoG +sLS +bZd +aoG +caQ +mQu +cda +cda +cda +cda +ciC +lFv +fLJ +cmB +cnF +cxS +eQc +dcX +bpm +sJj +tjt +nFh +aZr +uxc +kLJ +gTL +dRX +pFG +cwR +xdT +bdN +lHn +pKM +bdN +eJg +iIf +dCm +fWB +fyt +bXG +xCY +lhF +eDX +yeU +oIa +nqr +oTc +aaa +abq +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(132,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ahH +fpy +aQM +aoh +aIq +aTB +aKB +aMC +adc +aKB +kds +alW +akR +ajg +ajg +ajg +ajg +ajg +ajg +aLc +ajg +ajg +oMJ +ayi +ayi +ayi +aPS +ayf +aRn +aQD +aTo +spj +aVR +aXk +aYK +aLl +niC +eTo +aLl +bjF +bhD +bjs +bkk +bnf +gMh +bqA +bHA +bwp +bEv +omK +cDz +bEq +bGi +bHO +bHP +bCy +bLw +aPG +bVy +bsp +rhw +wBj +aoG +sLS +cap +aoG +cbn +iuh +cdb +bYA +bYA +ces +vKI +cte +cRX +cmB +qgw +cNu +cLB +dcX +cha +kqO +cvJ +mWH +wsN +cAM +hsg +tHP +kqO +awL +cwR +xdT +bdN +yfv +pKM +bdN +kNi +iIf +xrA +qkD +rEb +fGH +iTN +tIh +hwV +yed +eJr +hLa +oTc +aaa +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(133,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajg +aJl +khy +aoh +gDi +dox +aKB +rPt +aFT +aKB +azH +alW +uZt +aiY +aGL +ajk +aTD +aiY +mGT +ams +uoK +ajg +tay +tay +tay +tay +gpT +aJA +aQI +aBO +aTt +aQN +hdE +aTp +eZE +aLl +avA +bcj +aLl +bgi +bhE +bjt +bez +bnh +iTo +uMR +bIE +bGi +bEv +byK +bAu +kMy +bEv +bHO +bGd +bEs +bCy +yaQ +bPa +bsp +bSv +blx +bYs +mAt +cba +ylG +cbd +tTh +aLr +cgT +cgT +cgT +dZI +cte +csg +cmB +jcA +cux +xrm +sBZ +qnY +kvG +cGF +lCW +cCV +vUm +udI +udI +kvG +qTF +cwR +rcY +pOG +cnu +fRj +bdN +ruj +oee +mEW +xIl +rgX +wtQ +jQZ +fno +gGe +pxr +hVK +czx +rOZ +aaa +abq +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iYh +cIy +iYh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(134,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abq +abq +abq +abq +abq +abq +abq +abq +ajg +khy +khy +aoh +aex +aIs +aKB +riN +aMx +aKB +axS +fpy +amM +aiY +aGJ +akk +akk +aiY +vrw +vnj +vSV +ajg +nxr +aJz +wjV +awN +nVg +ayf +aVp +aQC +aTo +ygK +aVT +fWg +aYK +eTh +alb +dPf +aIo +aLl +aLl +aLl +bez +bni +eFD +wwo +uUI +dbp +bwC +lsc +apa +kMy +bEv +bHO +bHQ +bJJ +bLA +ycU +oRQ +bsp +cfD +tMV +ukV +sLS +bZj +lPe +cbt +tTh +iLv +bYA +bYA +bYA +chm +cte +csg +cmB +svV +cKu +eDv +aFL +cnK +kvG +cgY +cDK +cCV +uLf +cAa +czX +kvG +mYv +cwR +qta +bdN +flh +bPl +bdN +kHQ +wMR +wED +wED +wED +bXG +lvB +czj +rxB +ubf +sSk +hVK +oTc +aaa +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +abq +abq +abq +iYh +iYh +cUh +iYh +iYh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(135,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aVY +ksa +khy +aoh +aBu +aIt +aKB +nwU +aMA +aKB +pqg +akg +aDY +aiY +kEh +aMr +azL +aiY +nYu +tRT +ghT +ajg +ayi +wDW +aON +ayi +aNM +avv +aVm +aQC +aTo +lAQ +aVU +aTo +uPu +aLl +dAH +eTo +sOy +agh +ufr +aLl +bll +bnr +boY +bqA +bHA +drv +bEv +byM +mWI +kMy +bEv +bIL +xLw +uhV +bsp +bsp +bsp +bsp +bsp +bsp +aoG +vfe +hmM +aoG +njo +cdr +cde +ces +ces +ces +xAz +cte +cYm +cmB +cnK +eAx +eDv +dru +cnK +kvG +cwH +cxa +doV +cBL +pQx +bVa +kvG +mfG +cwR +kib +bdN +flh +bPl +bdN +vLA +jSe +fCO +fCO +fCO +bXG +gqt +wpn +yap +iQC +sdq +uXI +oTc +aaa +abq +aaa +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +iju +abq +abq +cXB +iYh +cAD +cKv +cum +iYh +cXB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(136,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajg +ajg +aFy +aoh +cZo +hdo +aKB +cYd +jbe +aKB +qWM +ajg +aWv +aiY +wuH +aEk +aQv +aiY +ajg +ajg +ajg +ajg +avv +avv +avv +avv +avv +avv +aVr +aQC +aTo +jCi +aVV +fWg +aYK +aLl +avA +hSX +awv +sln +avA +aLl +blm +bnr +sDT +rEV +bHA +bus +bwz +aPF +bGv +uwy +ojT +bGi +bEv +bGi +bLB +bHR +tRb +sNm +bSx +bUe +aoG +bSy +pOW +bwA +cbW +cbN +rXk +bYA +bYA +bYA +cjZ +cte +csg +cmB +gND +cnK +jPj +kqi +oUs +kvG +kvG +riX +riX +fId +fId +fId +fId +cyr +cwR +cxO +bdN +cgo +daQ +bdN +kUf +dRT +cFe +cFe +ggT +bXG +uDH +mfM +lVI +cRQ +cRQ +oTc +cRQ +cRQ +cRQ +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +iYh +iYh +cQl +cMy +cYA +cQh +cRJ +iYh +iYh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(137,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajg +aih +cRK +nDu +cyF +anP +arh +asy +asA +awq +axV +atN +aiY +aPq +xbE +azV +akk +apR +aiY +bgb +aHV +iKF +aIk +aFG +aLd +aMt +aGM +aQC +aQJ +aQC +udB +jyZ +eQt +aTp +aXm +aLl +mdS +fvU +dAH +avA +alb +aLl +aLl +bnr +bcP +bqA +bsp +bxe +bvz +bEv +cGi +bEO +xLm +quW +bGc +biW +euD +bHS +bQM +bQO +jCz +bUf +bXb +bXX +gMS +aoG +aoG +cbP +byL +ces +ces +cdD +chm +cte +rwT +cmB +cmB +cmB +cmB +cmB +cmB +cmB +cmB +qub +cyR +cyP +hGS +uhP +fId +cAH +cwR +cxO +bdN +flh +bPl +bdN +fiU +dRT +xRN +cFe +uSj +bXG +eZr +lFF +wci +cRQ +dnH +cWc +wvK +cOy +cDq +arA +abq +abq +aaa +aaa +aaa +aaa +aaa +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +abq +abq +dcd +cLt +ddk +cYA +cqM +cYA +cZa +cJL +cIy +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(138,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ajg +aii +cWS +akh +tHk +akh +anc +aWd +akh +arl +asB +atO +aiY +awO +ayb +azh +akk +aWa +aiY +aFK +aFG +aJE +aIl +aJD +aJE +aJE +aCm +aQC +aQK +aTo +aTp +ilf +aTo +aTp +auO +aLl +dAH +bdr +aFM +aWf +aWf +bmR +ngm +bnj +boV +bqA +bsp +bxH +bwG +hrf +byP +uFB +tNw +bvz +bEv +tXA +orV +soT +bTZ +fnS +bYB +iya +jHO +sLS +bNB +rfg +aoG +eeu +ixf +bYA +bYA +bYA +ckS +cte +csg +csh +coI +cte +ima +cte +cZY +dct +cmB +cbf +cyS +cBS +gBa +mdH +sCr +kDU +cwR +cxO +bdN +flh +bPl +bdN +bdN +bgD +bdN +bdN +bdN +bdN +gWE +xrS +kTc +nRl +rhH +gpV +wuc +cRQ +cRQ +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +iYh +iYh +clR +crT +cYA +cJF +cDs +iYh +iYh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(139,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ajg +ajg +aVY +ajg +ail +jRf +aki +gIJ +ama +and +asz +sqa +dos +bCO +atP +aiY +aPI +ayb +azh +akk +ajl +aiY +aEm +aFG +aGO +aIp +lnP +aLf +aQW +pzX +viz +aQL +aRY +aTz +aUC +aTo +aYK +bbv +aLl +wVi +bPb +aIo +aLl +edZ +gbM +aLl +bnk +gcq +lhu +bsm +bsm +bsm +bsm +bEv +ylN +bau +bvz +bGi +bHO +voV +soT +bQJ +bQP +niS +bVp +aoG +bXk +bNA +nWJ +aoG +cbO +lIR +imQ +imQ +gaa +cku +cte +cPQ +cte +cte +cte +csh +cte +clC +cwG +cmB +hdR +xcw +cyP +dcs +spt +fId +ctm +shY +cNy +bdN +flh +bPl +pyU +bPI +npj +xLY +cPc +cOt +bdN +ljg +fuC +lIC +wHL +lvP +ooH +qSE +oTc +aaa +aaa +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +abq +iju +abq +abq +aaa +abq +aaa +abq +iju +abq +abq +cXB +iYh +cPX +cHS +cFb +iYh +cXB +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(140,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +abq +abq +iju +ajg +aVY +ajg +ajg +arn +ksa +aWv +ajg +cXo +jYS +kDE +amb +amb +amb +mXs +oVM +asC +aim +aiY +aiY +aij +vWk +aij +aiY +aiY +adS +aHZ +aGP +aIn +qTK +aLg +adS +adS +aED +nPH +eFV +bad +aIm +baf +epF +aLl +aIo +avA +xNa +gbM +aaa +aaa +aaa +blo +bnr +hfi +bqA +blC +bxI +iGf +bsm +nsB +bEP +bEv +bEv +bEv +bHO +xFW +soT +edB +bQQ +ukO +bUh +aoG +hKu +bND +kdB +aoG +aoG +bal +bYA +bYA +bYA +cll +cte +cwg +csZ +kmw +dcj +cLF +cte +cte +csh +cmB +cmB +cmB +cmB +cmB +cmB +cmB +cfw +iBI +cfw +bdN +flh +xHr +emj +emj +hYD +cKJ +cPc +pyU +bdN +bdN +bdN +bdN +bdN +bdN +rOZ +rOZ +rOZ +aaa +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +abq +abq +abq +abq +aaa +abq +abq +abq +iYh +iYh +cOT +iYh +iYh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(141,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afH +afH +afH +khO +aiL +ajg +akT +khy +alW +ajg +oUI +akj +ald +kJS +aio +yhp +apW +arm +aDd +atR +aBy +aJB +awR +azZ +awR +lak +aCW +awR +qpw +aGQ +aJF +fUI +aQV +bEr +aBI +aBI +aBI +aBI +aBI +hRH +aBI +aBI +aLl +vmT +alb +eiI +aBZ +vuo +aZK +beC +beC +bnr +boX +bqD +bsq +buH +bwR +bsm +bAy +bCF +ljZ +nwx +bEv +jAY +eNT +soT +pWX +bSj +ljo +pSz +aoG +bXl +bNC +qXW +bpj +aoG +fza +jTK +oNA +cgd +phQ +cte +ckz +qNa +jEA +jEA +tiN +jEA +jEA +jEA +lyU +jEA +jEA +jEA +cAu +cAP +tgO +pwP +cFc +eMh +qlX +lLx +aeg +emj +cPc +cPc +cPc +cPc +cIH +dcu +cPc +cHD +cBQ +bNG +cPc +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iYh +cIy +iYh +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(142,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +agk +bCD +lkK +kkw +rpy +qid +khy +khy +khy +tbE +amN +cXD +ald +aio +aio +aio +apW +cYx +cYz +cYG +aCm +awS +ayd +aBN +azj +azj +hYV +aEp +nEw +azj +aJG +law +aLh +aMy +aBI +uNl +bNY +pxM +aBI +aTF +sVD +aBI +cZi +smw +nET +dhE +aBZ +bgm +bhI +bjv +beC +bnf +cCu +bqA +blC +xam +bbE +bsm +bAz +kMy +bAv +jll +bAv +bHO +tco +bOy +nic +bQS +bQI +bQI +aoG +aoG +aoG +bNB +caT +aoG +cdI +cev +cfS +bZC +chr +cte +cwG +twH +crq +bkp +aTg +cwG +cwG +crr +cwG +cwG +cwG +cmB +cwd +dhG +cte +aOx +cup +qJN +cPc +cOh +bPl +emj +nzz +emj +ddK +cPc +cHY +emj +cJD +npj +pMx +coB +cPc +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aef +aaa +aaa +aaa +aaa +aaa +aaa +abq +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(143,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +afH +afH +afH +khO +ajj +ajg +rDe +khy +aQM +ajg +ajn +akl +ald +yhp +aio +kJS +apW +aro +mKy +atT +aCe +oQz +aRt +lqY +oQz +fpR +aCY +oQz +aUE +aGS +bJR +aJE +aSd +aMw +aBI +aNK +aBI +aKX +bNY +aPz +aQd +aBI +hFY +fvU +dAH +rqC +aBZ +bgn +beE +bjw +beC +bnn +boY +bqE +bsm +bsm +bsm +bsm +bCJ +bCC +bEA +dwL +bEA +bHI +bQI +vRv +jOR +bQT +bQI +aoW +bUj +bXn +aoG +bNB +buy +aoG +cdk +ceP +cfR +bZB +cgV +cte +cte +uZG +cte +cte +cte +csh +cte +cte +crq +ruY +cXx +cBR +cBR +cBR +cBR +cBR +cWK +cBR +cBR +pyU +bPl +emj +cPc +bHo +emj +cPc +cTk +fpi +gVL +dhl +emj +dcC +xGF +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +cur +aaa +aaa +aaa +cur +aaa +aaa +aaa +cur +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(144,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +abq +abq +iju +aVY +ajg +ahH +ajg +khy +alW +aWv +ajg +amW +qAG +ale +ame +ame +ame +apX +ivn +mKy +auP +avr +avr +awo +avr +awo +avr +awo +avr +edg +avr +vqX +aLl +aJK +aLl +ayv +mhS +dBS +mfp +utu +ebZ +aQd +aBI +jln +baD +aIo +aLl +aBZ +beC +bbx +beC +beC +bnr +bQR +buV +aLC +buz +azy +aLC +nwQ +toH +bHU +bHU +bHU +nhP +bEG +alI +bPd +iaW +mSm +mxb +uXs +bPO +aoG +xCP +aoG +bZv +caS +bZv +aoG +aoG +aoG +aoG +dAO +mRj +coM +cte +crQ +xUe +nwY +cte +cte +cte +cte +cBR +cOR +rMb +cSl +cLm +xXD +gqQ +cBR +cHq +bPl +pyU +cPc +cVn +cXW +pyU +kqz +ogE +ogE +bME +ogE +csW +cPc +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +bNI +cyK +cZc +aaa +bNI +cWZ +cZc +aaa +bNI +cWZ +cZc +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(145,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aVY +dxh +ajg +ajg +ain +ajp +qAG +akm +amf +amj +aoA +apY +ivn +mKy +auH +avr +awP +aAC +aya +aye +qrd +eLz +oPi +qVE +aOZ +vqX +fAs +aLi +dAH +aVc +aKZ +wCm +aSc +axM +ktZ +aBI +aXu +dAH +xNa +aLl +bds +bia +bgo +bhL +bjx +bbH +bnr +boY +bqx +aLC +mwH +bwN +aLC +bZJ +rLo +bLI +mpr +bTd +bJO +bEG +akA +bPe +opf +bQI +bUk +bVA +bXo +aoG +bNB +aoG +iuD +sYJ +cex +aoG +clq +ikn +ikn +qgz +cFN +coN +cte +crR +cuH +cwG +oNn +fvO +cwG +cyT +cBR +cUu +cQg +rOD +cDa +xXD +sdj +cBR +csa +bPl +cOc +cPc +cPc +cPc +cPc +cPc +cQE +cAC +cIM +cEG +cDD +cPc +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +bNI +cyK +cZc +aaa +bNI +cWZ +cZc +aaa +bNI +cWZ +cZc +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(146,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +agi +agG +afb +fJF +ajp +akn +akh +akh +anh +akh +akh +pKv +mKy +atW +avr +awV +aAC +gbx +aZA +aBR +aMs +jiW +oNZ +aIc +vqX +avA +aLk +cxr +aLl +bNY +aBI +aBI +aBI +bNY +aBI +apL +isf +eiI +aLl +bdt +foR +bgp +bhM +bjy +bbH +bnr +mUq +qIg +bmB +buI +bwO +aLC +bAB +ulM +bED +biM +evK +gIN +bEG +bEG +bEG +bEG +bEG +bEG +bVB +bUi +aoG +yhT +aoG +bcm +cbT +bNK +aoG +cJd +asJ +nOF +nWJ +kaZ +xyQ +cte +cte +cte +cte +cte +cvV +cvV +cte +cBR +aKF +jyP +mUl +wOZ +qbl +cPf +cBR +hrM +cEN +bnB +cJk +cGs +emj +lEN +cPc +cPc +cPc +cPc +cPc +bdN +cQW +cQW +cQW +xwJ +aaa +aaa +aaa +aaa +aaa +bNI +cyK +cZc +aaa +bNI +cWZ +cZc +aaa +bNI +cWZ +cZc +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(147,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +agi +aDY +afb +ajb +ajp +ako +ajp +amh +amh +mKy +apZ +apZ +mKy +avJ +avr +awP +ptU +nrj +aPH +hCg +aAC +vqX +vqX +vqX +scT +rXf +aLj +xeC +aLl +fUf +aQQ +aSe +aTH +fUf +aLl +aCc +avA +ndD +aLl +bgO +beE +bgq +bhJ +bjz +bbH +bnk +bpb +bqC +aLC +cbX +nTX +aLC +wQe +bLv +bHW +qoi +bHX +kZl +xbt +bJN +bPg +ajr +bTP +bEG +bnc +bXq +aoG +caI +aoG +oTB +bJI +bak +aoG +cir +cxo +aoG +aoG +dbC +aoG +cte +cqC +csk +ctp +cww +cwG +cSa +cyd +cBR +cAG +pDA +cUQ +uOY +mfA +gZT +cBR +cAS +adu +pyU +cKr +cEN +cSZ +cJk +cJk +cJk +cWz +cNf +bBg +bdN +cJm +fFW +cuq +xwJ +xwJ +xwJ +quR +aaa +aaa +aaa +cGv +aaa +aaa +aaa +cGv +aaa +aaa +aaa +cGv +aaa +aaa +abq +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(148,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +lRK +aWv +oWE +bDN +bDN +bDN +alh +bDN +bDN +alh +bDN +bDN +bDN +oWE +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +gZB +cbc +vmT +dAH +cxr +avA +aCa +dAH +aIo +dAH +wAw +swh +dAH +aGU +apV +nET +nET +aUI +aLl +bdv +beE +bgr +bhJ +bnJ +bbH +bnr +boY +bqx +aoG +aoG +rvF +aoG +rKM +bUl +bEF +bGq +bHY +bJP +bEG +bNE +bPh +eeL +bSB +bEG +bVD +bXr +aoG +rbN +aoG +pHM +cZS +cbm +ers +cJd +mfJ +aoG +dcE +bXC +oxJ +cte +cLV +cwG +vGR +cuG +fvO +cwG +cye +cBR +cwc +lgr +cDE +cUT +lrD +bcC +cBR +cPc +cPc +cPc +cPc +pyU +cnW +xLY +pyU +das +cze +cln +csn +dUv +cZA +ddD +bWl +pqP +pqP +cmJ +azB +cGt +mBn +mBn +mBn +mBn +mBn +cNQ +cjX +cGt +mBn +mBn +mBn +cNQ +cjX +czV +abq +abq +aaa +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(149,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +ajD +azu +oWE +air +air +air +air +air +air +air +air +air +air +oWE +aDe +gtW +ath +hgU +aIo +aBT +cxr +gip +tmM +blB +wYm +cbb +beF +juq +apV +aPk +diU +aQi +aPk +aUI +aIo +avA +mdS +aLl +aLl +bhd +beG +bgs +qfs +bjB +blq +iHk +xfn +bqx +aoG +azp +lGH +aoG +aoG +bln +aoG +aoG +aoG +aoG +aoG +jmV +bUl +uZm +iMm +aoG +pfh +aoG +aoG +bYE +aoG +aoG +dpT +aoG +dcx +cFq +bdl +aoG +dck +bPj +coQ +cte +cqE +cwG +ptn +cwG +bUz +cuH +cyf +cBR +cVo +cvW +cSl +cOk +rHl +cRH +cBR +aaa +aaa +aaa +cPc +cPc +cPc +cPc +cPc +cPc +cPc +emj +cAO +bdN +cVr +cSx +cFJ +xwJ +xwJ +xwJ +xwJ +aaa +aaa +aaa +aAW +aaa +aaa +aaa +aAW +aaa +aaa +aaa +aAW +aaa +aaa +abq +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(150,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +tUt +alW +oWE +air +air +air +air +air +air +air +air +air +air +oWE +iAS +cxr +skd +ugX +xef +aBU +aCZ +aEw +aqO +ivP +ycF +fXy +cem +apL +aLl +fmm +rIT +aXr +ucy +fUf +aLl +dCJ +aLl +aqM +aLl +bdx +bie +bgt +bhQ +bjC +bbH +bnp +bpd +bqy +sLc +cZD +nxh +qKA +qKA +dfg +ihv +qKA +bYT +cFG +aoG +daZ +prI +aGW +aNR +qhd +bWT +pcb +bNF +bNB +aoG +pHB +bwD +qgz +qgz +bYC +buC +aoG +cYB +uzY +csV +cte +voT +cqi +cwG +cuH +cwG +cwG +cHV +cBR +cBR +cBR +cBR +wLt +vkT +wLt +cBR +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +cPc +dar +cPc +bdN +cQW +cQW +cQW +xwJ +aaa +aaa +aaa +aaa +aaa +bNI +cVp +cZc +aaa +bNI +cVp +cZc +aaa +bNI +dcq +cZc +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(151,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +lRK +ajg +oWE +air +air +air +wcU +air +air +wcU +air +air +air +oWE +iAS +oyN +gWz +hgU +aLl +fpk +avA +cbc +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +aBZ +bam +bam +bam +bam +bam +bam +bqB +boY +bqx +aoG +asJ +asJ +nWJ +nWJ +nWJ +qxo +cJv +asJ +jta +aoG +aoG +aoG +aoG +aoG +aoG +mBJ +jKE +vvR +ykN +hts +ssc +bwE +bgV +asJ +dcx +aoG +aoG +aoG +aoG +aoG +cte +cqG +csl +ctr +cuI +cwI +cxj +cyh +cte +aaa +aaa +aaa +fvN +wVO +fvN +aaa +aaa +aaa +aaa +aaD +abq +aaa +aaa +aaa +aaa +cPc +emj +cPc +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +bNI +cVp +cZc +aaa +bNI +cVp +cZc +aaa +bNI +dcq +cZc +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(152,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +oTt +jNv +oWE +air +air +air +air +air +air +air +air +air +air +oWE +aLl +aIo +ayk +aLl +aLl +aMB +avA +aBZ +aHH +aIV +aJI +aJT +aLq +nMC +aNS +aNT +aQS +aQS +nMC +aWN +aYE +aZI +aYV +hPR +bdE +bdy +beI +bgu +bmm +bnM +bam +bnr +boY +bqx +aoG +aMh +asJ +aoG +mfJ +asJ +aoG +cNc +asJ +hls +qKA +qKA +qKA +qKA +lbk +dSv +sEQ +hwF +nOU +rHb +aoG +cNc +czZ +asJ +qxo +aoG +chs +ckb +agj +cmF +cnJ +cte +cte +cte +cte +dqg +cte +dqg +cte +cte +aaa +aaa +aaa +fvN +wVO +fvN +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aef +aef +aef +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +bNI +cVp +cZc +aaa +bNI +cVp +cZc +aaa +bNI +dcq +cZc +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(153,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ahH +agi +aDY +oWE +air +air +air +air +air +air +air +air +air +air +oWE +avy +bVY +cxr +aLl +vmT +gOa +xeF +aBZ +ajS +aHa +bAY +aJL +aLp +nMC +aNT +pKs +aQS +aSg +nMC +aUL +aYD +aXx +bAL +hPR +bfd +bdy +beJ +bgv +bhU +aGX +bam +bnr +boY +lDD +aoG +bSG +asJ +nWJ +cmg +bSU +aoG +dbV +csB +nOF +qxo +asJ +asJ +kry +aoG +aoG +aoG +aoG +aoG +aoG +aoG +qxo +cdm +asJ +lRY +aoG +ciF +clz +clz +bkY +brW +dBe +cqQ +qee +qee +qee +bXO +aaa +aaa +aaa +aaa +aaa +aaa +fvN +wVO +fvN +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aBr +aaa +aaa +aaa +aBr +aaa +aaa +aaa +aBr +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(154,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aVY +dxh +aWv +oWE +oWE +oWE +oWE +alh +bDN +bDN +alh +oWE +oWE +oWE +oWE +avD +rbR +plD +aLl +nhR +nYq +avA +aBZ +aIz +bVS +joD +aJO +aLu +nMC +aNU +bnR +aSh +ciM +nMC +aWX +aYG +aXF +aYU +hPR +bbK +bdy +beK +bgw +bhU +bom +bam +bnf +vkR +pBB +aoG +aoG +aoG +aoG +cSV +aoG +axh +axh +axh +axh +axh +axh +cwQ +buy +aoG +ryN +bUr +cGV +bTc +csf +aoG +cwQ +cPd +coX +aoG +aoG +chQ +aRQ +cso +cly +cor +clA +clA +clA +clA +clA +cyn +aaa +aaa +aaa +aaa +aaa +aaa +fvN +wVO +fvN +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(155,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ajg +alW +gNO +lKn +bUA +lLH +oWE +alj +ami +ani +aqS +oWE +axb +guZ +aLl +aLl +cXM +aPh +aLl +avA +bUW +bpf +aBZ +akP +bVS +xeW +aJO +aIS +nMC +aPl +aNV +moV +fdd +nMC +aST +aUK +aZM +jUV +hPR +bam +bdA +bmN +bgx +bhU +bob +bam +jCd +lAW +bqx +oob +bgN +bkU +xCF +bqx +bqJ +bhY +cgn +qkM +tBp +qRI +axh +axh +axh +axh +bgV +asJ +bZI +asJ +bZH +aoG +aoG +cdp +chb +cfL +ciu +ciH +aRQ +clJ +biB +bul +clB +iPT +clB +bQA +clA +clA +clA +cyu +aaa +aaa +aaa +aaa +fvN +ten +cZr +fvN +fvN +fvN +fvN +fvN +fvN +abq +abq +abq +abq +abq +aef +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(156,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ajg +vpQ +agg +xER +fzK +qCA +nNk +alk +hnL +anj +aoF +aqc +aqt +xGP +avA +aIo +aLl +aLl +aFO +yfT +qQy +vmT +aBZ +ajS +aIv +aID +aJQ +aLR +nMC +nMC +rFa +bXu +nMC +nMC +aVg +aYQ +aXQ +aYZ +bbM +gPU +hJJ +beM +cfd +bhU +bjH +bam +bnr +bsY +mGk +bHN +bHN +cmR +chi +hTD +gNA +gRq +rJa +gyK +fUl +rJR +mPo +kbr +vud +axh +cyv +asJ +aDa +kry +asJ +asJ +bln +jta +asJ +aoG +cgW +chX +cjB +iAP +qlS +cmM +dmg +cqP +lee +cuQ +cwB +bYh +qMg +ctv +aaa +aaa +aaa +aaa +fvN +gpe +cuw +jvU +jvU +jvU +jFN +tlO +fvN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(157,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aVY +aBM +loo +qNN +sxV +nmd +oWE +oWE +bDN +bDN +oWE +oWE +pep +wTo +lEo +qvN +iBO +aUx +lRH +jJr +vcW +aBZ +aBZ +bIf +izY +aJR +izY +bIf +aFR +aPK +aHc +riM +aSC +aFR +aVf +aYN +aXy +aYY +baU +bdD +bhf +beN +bjG +bmE +bjI +bam +ghF +ylO +xhF +qqk +iKZ +tEM +nfX +pig +vbB +hpR +mFU +rCq +lEx +kEy +gDW +vYQ +pZe +axh +cBG +avC +asJ +aub +asJ +csf +aoG +aQT +cLr +aoG +chf +ciJ +cjq +cEC +bkZ +cou +clB +ahZ +clB +cuO +clA +clA +clA +cyu +bNP +abq +iju +abq +fvN +fvN +fvN +fvN +fvN +fvN +cZr +jTe +fvN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(158,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +ajg +tNh +iSH +nBd +cYe +rWr +ajg +aaa +aaa +aaa +bOn +ayx +ere +wJQ +dAH +iot +avz +ptX +bcd +kOr +dHr +aBZ +aEA +aGc +aIA +aIE +aIA +aOX +aMR +aIA +rNt +aQU +aIA +aWn +aIA +aWm +ccH +tmI +aFR +bam +bam +bam +bam +bam +bam +bam +uaQ +fga +uaQ +bnt +bnt +uaQ +qLf +uaQ +bnt +ceF +oJW +ciE +bFh +cmE +fLw +bow +ibu +axh +bSI +bVL +dbI +aXP +cNc +axh +axh +cds +axh +axh +bCM +fmX +bCM +kPK +clA +clA +clA +clA +clA +bSl +clA +hNa +omW +fVW +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +fvN +wVO +fvN +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(159,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +abq +abq +abq +iju +abq +abq +abq +iju +ajg +ajg +alW +pcz +aVY +ajg +ajg +abq +abq +abq +abq +gbM +aLl +atU +aIo +aLl +aLl +sYn +eCw +xDR +cxr +aBZ +lCb +aHg +jke +aIB +ccH +ciW +ccH +ccH +aPo +aQY +ccH +aQY +ccH +aYS +ccH +evR +bbO +aFR +bfy +big +bkt +bkT +aFR +knq +xsF +dVL +jnD +tKL +spf +tCT +mEe +hbN +eib +ceF +nqJ +utC +bSQ +cmE +rUK +tdA +xWt +axh +cCr +bVM +bXt +csf +arr +axh +fcB +iuU +fDO +bCU +vPx +pmE +bCM +oYa +omW +omW +omW +omW +omW +omW +omW +xfm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +rPS +uQm +jAZ +uQm +uQm +abq +abq +abq +abq +aef +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(160,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +ajg +alW +ajg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aLl +aou +kzO +fwl +kZt +oTw +ayr +cxr +xeC +aBZ +hrZ +jPv +bCj +aMX +aPp +thf +ccz +aPp +hgN +aSE +aPp +aUR +aPp +eTX +tdz +baw +blt +bmh +blt +bik +bkw +blt +bmh +bof +kVO +dOA +meu +meu +meu +meu +ejC +ejC +mZZ +ceF +ceF +kHZ +sNA +oMT +qgH +xBg +xoS +axh +axh +axh +axh +axh +axh +axh +blr +pRz +fWW +fWW +rqW +pmE +bCM +abq +bCM +bCM +bCM +bCM +bCM +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +uQm +fbt +sKz +uXo +uQm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(161,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +ajg +alW +ajg +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +gbM +rIq +dhW +iqp +aLl +fAs +aAI +aBZ +mjH +aBZ +aGb +kxf +uyC +baB +baB +baB +aQR +aOg +aUh +dTt +jiK +aVh +aVh +aYW +vkG +aSn +bcq +aFR +bho +bfs +aSn +bkT +aFR +bmu +ezm +psV +vwA +wgE +uka +hGL +rGJ +ubB +uNL +scF +cdQ +vjy +sNA +cij +qFI +exZ +ksD +bSJ +bSJ +bVN +bVN +bCM +biJ +biJ +cDi +mOQ +eSE +fWW +ikK +fhu +ngh +cmK +cTB +vtf +cqK +cqK +bCM +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +uQm +wSy +kcb +njV +uQm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(162,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +aef +aef +aef +abq +abq +abq +abq +abq +abq +abq +abq +aLl +asN +aud +paT +aLl +aIo +azs +aBZ +aEy +aEz +rGY +kxf +iOr +vRY +aCg +aZe +aCg +aCg +gZP +aCg +xxi +nYI +nYI +aZe +nYI +nYI +aCg +aCg +qpO +tMS +tMS +qpO +qpO +bjN +hRS +wEx +sQg +lZc +faQ +omh +bRi +nHB +ndp +ceF +ceF +chR +sNA +nyT +ceF +nfk +jVQ +cka +eQo +fMZ +fMZ +pqK +kgV +kgV +xux +hBZ +etB +etB +mHs +hTg +euB +abq +phu +aeZ +cqL +csq +bCM +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +uQm +gMG +lQx +xml +uQm +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(163,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +amk +amk +oVx +amk +aBZ +aBZ +aBZ +aBZ +aBZ +ayN +ayI +amk +aCd +aEE +aIA +iof +iOr +vRY +nYI +drL +drL +drL +fWD +xWl +sLD +jwN +tij +pcW +pcW +pcW +aCg +qEn +uHC +lYI +rxV +fth +bCY +iet +fDS +ftQ +sSj +qJz +qJz +ims +qQw +dzI +eht +ceF +kSA +bil +sNA +dmN +bhv +bnU +cnH +cnr +rAE +cnH +cnH +ptm +lDq +ptm +oWt +tCE +jDD +cNm +pJi +qXK +kxI +vSR +cTB +ooX +cqK +cqK +bCM +abq +abq +abq +abq +abq +abq +abq +abq +abq +laH +laH +abq +rPS +fvN +uQm +cZr +jek +cZr +uQm +fvN +rPS +abq +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(164,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +oVx +ank +aoI +pjn +oFd +aEo +aue +avG +axc +axO +azq +aDb +aDc +ajO +aGC +aIi +aSn +vRY +nYI +srS +gnd +gnd +fwJ +xbT +sLD +nRh +nRh +nRh +nRh +nRh +aCg +qeD +jvf +lCQ +lCQ +xCv +gsQ +hSu +kEv +mDR +vug +hHE +hHE +hHE +bNg +bCN +uxU +ceF +ezp +bHb +bGK +rao +aVi +kYQ +uQn +oje +aAG +mmB +hpp +mmB +aAG +uTp +dWq +ayE +kwm +uaJ +mjX +qXK +kxI +cmN +bCM +bCM +bCM +bCM +bCM +abq +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +laH +aaa +aaa +uQm +fcb +gMT +kls +xPh +gbz +kvh +cEn +uQm +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(165,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +amk +anl +aoJ +ann +aGt +nHi +avR +avF +aBZ +ayQ +azn +amk +aCf +aDw +ccH +fWS +aCg +aCg +aCg +aCg +nYI +nYI +isB +aCg +jnF +nYI +nYI +aCg +nYI +nYI +aCg +sMo +miI +hWw +hWw +fSW +bCY +xPR +bpn +gqj +fQi +hHE +xPv +mnV +bvt +oIb +uxU +ceF +oCX +oGB +mlO +nAM +bCu +uQj +vPa +oCl +aAG +aAG +fch +aAG +aAG +lfX +dWq +tCE +kwm +ctt +oEe +ykK +ngh +cmK +cTB +xlS +cqN +cqN +bCM +abq +aaa +aaa +iju +aaa +iju +aaa +aaa +aaa +laH +aaa +aaa +fvN +nfR +rdg +cNz +sFS +cNz +cNz +kjo +fvN +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(166,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +amk +apJ +ank +aqh +ccM +asQ +avV +avI +aBZ +aBZ +pAO +aBZ +btR +aEn +llU +aSn +nYI +kcU +kWg +qKh +kWg +dqs +aPu +gVB +pWt +ekt +ekt +aLE +ekt +teY +aCg +uIX +itu +gTn +xAl +tuY +bCY +tDM +wvO +hRb +tSh +hHE +klS +lmJ +lmi +rsq +omI +iRu +dRt +dRt +jCT +eoD +aLa +rBn +cdw +fTF +aAG +iil +lfh +kxo +aAG +hnq +dWq +tCE +kwm +ctt +hRm +ybI +euB +abq +phu +liL +cqO +csr +bCM +abq +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +laH +aaa +aaa +fvN +iUe +cEA +gZe +deu +sFX +pNz +kjo +fvN +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(167,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +amk +ann +aoJ +anl +cAI +aEo +nnI +avH +aBZ +sOy +aAK +aBZ +aFZ +aHg +iOr +eSa +nYI +rsT +vUb +mdF +vUb +vUb +vUb +ngI +irX +vUb +vUb +owQ +vUb +rqN +aCg +aFR +aFR +aFR +bjN +bjN +bnt +xrx +bpn +lQJ +gYM +hHE +fOv +xfG +iTB +lho +fWH +tcW +aXJ +pfp +fQQ +pCg +xaE +sNb +xal +pUY +vwt +xPO +sEI +bwV +uiY +gTx +vib +tCE +xCT +npx +tbm +qXK +kxI +vSR +cTB +iKE +cqN +cqN +bCM +abq +abq +abq +abq +abq +laH +laH +abq +abq +abq +abq +abq +uQm +ddz +gSu +tau +olg +vKU +pji +lcO +uQm +abq +abq +abq +abq +abq +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(168,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +amk +ank +aoK +asK +arw +nHi +awn +awU +aBZ +hFY +bag +aBZ +dxF +aHg +iOr +rOu +nYI +pFo +aMU +aPa +aPa +aTJ +aPs +aVs +pos +knc +aXs +tjY +bao +rab +aCg +drL +hFO +eTy +hfb +nmh +nmh +aLw +pKi +aiE +auq +auq +auq +auq +auq +auq +iRu +mpP +skc +iqd +iqE +aJb +dYi +nzX +tUW +eow +eSE +fWW +aIT +fWW +fWW +sGe +fkv +aTr +kwm +etE +dsf +qXK +kxI +cmN +bCM +bCM +bCM +bCM +bCM +abq +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +uQm +uQm +uQm +uQm +uQm +gzU +iUe +cDI +mCu +erC +uQm +uQm +uQm +uQm +uQm +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(169,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +laH +laH +laH +laH +abq +abq +abq +abq +abq +abq +abq +abq +aef +amk +oVx +amk +amk +amk +amk +rMO +avf +cbc +aBT +dxe +aBZ +aCD +ksf +aSn +rOu +nYI +pFo +aMQ +kTZ +kTZ +kez +aPt +gvJ +aTR +yeW +dyX +imD +tvk +ccu +jTD +iEX +bza +aCg +gLH +nya +lEQ +sRU +mWL +lcl +uRN +oMk +xyb +bij +bsC +xrD +iRu +qNJ +eJh +bGV +bGE +nyM +oBh +bjM +uxy +uyN +ryV +pUY +brg +pUY +pUY +iHy +tAd +peo +xbh +npx +upE +lSg +elQ +cmO +dTW +wwI +css +css +bCM +abq +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +hXd +mdi +ucO +mdi +qPr +eMG +cGS +cHf +xpD +gFQ +kPg +mdi +ucO +mdi +hXd +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(170,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aef +abq +aaa +aaa +aaa +aaa +oVx +amk +amk +aBZ +nbN +pxj +cbc +aBZ +nYI +nYI +nYI +aCg +lLt +aMQ +rMp +rMp +kez +ckg +aRc +lGr +kez +uNp +uNp +ebM +bbC +aCg +aCg +aCg +aCg +bnt +bnt +bnt +xYR +nCm +tyW +auq +hkm +tNQ +mAZ +gpU +fqO +iLE +oPO +kPp +bNe +nan +oCC +kIP +xTV +aIT +oNd +cle +cJc +cJc +cJc +kLw +mCX +fWW +ixC +juS +ctt +rTX +wul +euB +abq +phu +mgZ +cqR +cst +bCM +abq +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +hXd +mdi +cIP +mdi +jYm +wOn +iUe +qPe +kjo +txp +pOV +mdi +cIP +mdi +hXd +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(171,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aef +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +edZ +dsq +wJQ +avA +iLI +aDi +gHz +ntU +wky +ftb +rlJ +gpj +aRa +aOe +aPv +peF +huo +aOe +tVw +gpj +tAn +bbC +nEU +mdN +mLC +aCg +aaa +aaa +wUa +wUa +lfU +wUa +wUa +bsI +bxx +bly +auq +qZz +iRu +fmo +iHO +bqT +hNv +iBc +oBh +etE +etB +etB +hbU +wrW +etB +etB +etB +xIt +etB +epn +etB +ltm +ibh +jYj +elQ +cmO +wET +wjI +css +css +bCM +abq +aaa +aaa +aaa +abq +abq +abq +abq +fsj +eUC +mDq +kEg +mDq +sFg +bse +rEK +dmV +frj +eSt +mkR +mDq +uZl +mDq +evr +kTP +abq +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(172,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aef +abq +aaa +aaa +aaa +dPW +asU +ans +ans +aBZ +azr +avg +dAH +aBZ +qto +bsw +mtV +nYI +vIz +aDL +kGw +aRs +aTK +aRf +aRg +aTV +mzf +dqm +kGw +mVG +bbC +aCg +lnd +pGk +aCg +aaa +aaa +wUa +xpX +bvi +uIW +wUa +dIn +sls +hEA +auq +ncA +iRu +yif +rAp +aHE +qqC +tnr +iOO +sOw +ftI +nZB +ahh +ftm +phI +fgj +ihs +gIb +vnl +xbw +ihs +csp +isU +kOd +bCM +abq +bCM +bCM +bCM +bCM +bCM +abq +aaa +aaa +abq +abq +aaa +aaa +sJE +jMn +eUC +gsM +lkw +lSn +cBb +nEM +fqk +udg +dUJ +qYi +cBb +unZ +wKE +hSV +evr +qoQ +cAb +aaa +aaa +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(173,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abq +cya +acx +acx +adj +agH +agH +agH +agH +agH +agH +agH +auv +acx +acx +acx +acx +acx +bUv +aaa +dPW +dPW +nEz +hbr +auj +arT +aBZ +heC +avA +avA +aBZ +iJz +enh +vZU +nYI +vIz +aDL +kGw +ebV +lJX +aRf +rwh +aTV +kRX +ebV +qUA +mVG +bbC +aCg +nFZ +nMt +aCg +aaa +abq +wUa +orY +mKW +xSv +sTM +jKS +aXO +aXO +auq +qkC +iRu +ciD +dkG +glf +tZG +wCp +mmD +cfK +lSg +gDu +vHA +cfK +lSg +gDu +lSg +cfK +lSg +gDu +sHf +lSg +mEu +pRI +bCM +abq +abq +abq +abq +abq +abq +abq +aaa +aaa +laH +aef +aef +nxT +nxT +yji +eUC +kzU +lHc +lHc +rIX +qyo +vxj +gfy +lHc +lHc +rIX +lHc +lHc +wxR +evr +jOA +unF +unF +aef +aef +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(174,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +abq +aaa +aaa +aaa +aaa +aee +aaa +aaa +aaa +aaa +aaa +aee +aaa +aaa +aaa +aaa +abq +bOm +acx +arC +mVu +arC +atV +auk +sVB +gxm +mXQ +ggF +tsq +aBZ +kLs +lcc +vZU +nYI +vIz +aLN +kGw +ebV +gfB +aRf +aSo +aTV +flr +ebV +kGw +dea +oXB +aCg +aef +aef +aef +aef +aef +wUa +tVa +xNc +rhb +sTM +fiT +abq +abq +abq +aef +iRu +iRu +iRu +rXa +dRt +lSy +dRt +xVJ +euB +wmS +xVJ +xVJ +euB +wmS +euB +xVJ +euB +wmS +bCM +bCM +bCM +wul +bCM +bCM +abq +aaa +aaa +abq +aaa +abq +aaa +aaa +laH +aaa +aaa +quL +tLv +wtm +bIg +qyA +ndY +sZc +wyb +oOJ +cKh +vow +ixZ +cNC +hoE +xlu +jvr +ieT +lyn +rpg +pes +adk +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(175,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +abq +aaa +aaa +ago +ago +aee +ago +ago +aaa +ago +ago +aee +ago +ago +aaa +aaa +abq +aaa +aaa +dPW +dPW +dPW +atX +aul +avM +ayA +nfj +hAn +afY +aBZ +bJW +fmP +aFY +aOa +edK +dXb +gpj +kez +kez +oTM +vjL +hWr +kez +kez +gpj +aJt +kBa +hFV +gtu +ixU +aaa +abq +aef +wUa +icY +nPV +beX +sTy +jEw +lwx +lwx +lwx +lwx +lwx +cmL +cmL +nMx +cmL +kto +cmL +nMx +cmL +kto +cmN +bIu +abq +bMj +abq +bIu +abq +bMj +abq +abq +bCM +piB +jJf +bCM +abq +abq +abq +abq +abq +abq +aaa +aaa +abq +aaa +aaa +quL +cxU +eUC +uQm +ibI +cBb +cEd +jcD +cZr +eBr +gJt +cJb +cZr +cji +kjo +cBb +ibI +uQm +evr +uLb +adk +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(176,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +aaa +aaa +cCP +cCP +aee +cCP +cCP +aaa +cCP +cCP +aee +cCP +cCP +aaa +aaa +abq +aaa +aaa +abq +aaa +dPW +ans +ans +asU +aBZ +dKL +bfb +cbc +aBZ +nZj +nYI +nYI +aCg +fzN +aJW +pUq +lOU +pUq +pvv +oOs +iAT +lOU +fHC +len +nss +bbC +nYI +aaa +wJN +iab +ixU +aef +wUa +sTM +baE +sTM +wUa +fiT +abq +aaa +abq +aef +abq +abq +bCM +epY +phu +epY +bCM +epY +phu +epY +bCM +epY +phu +epY +bCM +epY +phu +epY +bCM +abq +bCM +snf +bCM +bCM +aaa +abq +aaa +abq +aaa +abq +aaa +aaa +laH +aaa +aaa +nxT +odT +eUC +mdi +cjl +ico +cEd +cPe +cZr +hXd +hwb +hXd +cZr +wyX +kjo +tbY +fNn +mdi +evr +uLb +unF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(177,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abq +dch +jQK +afG +adG +coS +abq +dch +jQK +afG +adG +coS +abq +abq +aef +aef +aef +aef +aef +aef +aef +aef +bOn +kmb +blA +vmv +aBZ +aaa +aaa +aef +szY +uwn +fBW +uDi +pSf +xXv +pSf +sID +aRe +hok +xXv +nME +fFL +vUB +ujj +hFV +mMu +nzP +nzP +nzP +opU +wUa +krN +cnQ +bic +wUa +fiT +aaa +aaa +aaa +aef +aaa +abq +bCM +sHu +rLw +cAX +bCM +mkK +czb +fpA +bCM +wZw +knx +hAL +bCM +hBH +hnm +xNZ +bCM +abq +bCM +efd +bCM +abq +aaa +abq +bCM +cpt +cqW +qbf +qbf +aaa +laH +aef +aef +quL +cxU +eUC +ssA +qfe +vvr +cEd +cXU +czM +jau +jau +bxi +hXd +iUe +kjo +dRU +oWa +ddY +evr +uLb +adk +aef +aef +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(178,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +cke +cke +aee +cke +cke +aaa +cke +cke +aee +cke +cke +aaa +aaa +aef +aaa +aaa +aaa +aaa +aaa +aef +aaa +aaa +ksb +vnQ +vAN +ksb +aaa +aaa +aef +aef +aCg +wlL +gGi +mVO +mVO +qiI +wKL +fbR +iqc +wjn +mVO +mVO +qOQ +ldg +aCg +iab +mBA +dvc +mBA +rwE +wUa +bvf +bxw +bvf +wUa +fiT +aaa +aaa +aaa +aef +aaa +abq +bCM +bIx +bOO +bOO +bCM +bPE +bRk +bPE +bCM +bVV +bXA +bVV +bCM +cbl +cci +cbl +bCM +abq +bCM +fZt +bCM +clH +cmP +cob +cpq +cqT +cqU +cqU +cqW +aaa +laH +aaa +aaa +nxT +cxU +eUC +mdi +cjl +aHh +cEd +kjo +hXd +jau +jau +hCr +hXd +iUe +kjo +gOX +fNn +mdi +evr +uLb +unF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(179,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +age +age +aee +age +age +aaa +age +age +aee +age +age +aaa +aaa +aef +aaa +aaa +aaa +aaa +aaa +aef +aaa +aaa +aLl +gbM +avA +uJn +abq +abq +abq +abq +aCg +nYI +pfH +nYI +aCg +aCg +nYI +nYI +nYI +aCg +aCg +nYI +mCT +nYI +aCg +gkt +mBA +dvc +mBA +opU +wUa +bsK +aKT +bsK +wUa +mAC +abq +aaa +abq +aef +abq +abq +bCM +bOO +bKi +bOO +bCM +bPE +bRl +bPE +bCM +bVV +bXB +bVV +bCM +cbl +ccj +cbl +bCM +abq +pln +qbf +qbf +qbf +qbf +qbf +xkR +cqU +csu +cqU +cpt +aaa +abq +aaa +aaa +quL +cxU +eUC +uQm +rPU +cBb +cEd +kjo +cZr +hXd +hXd +hXd +cZr +iUe +kjo +cBb +rPU +uQm +evr +uLb +adk +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(180,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abq +abq +abq +aee +abq +abq +abq +abq +abq +aee +abq +abq +abq +abq +aef +aaa +aaa +aaa +aaa +aaa +aef +aef +aef +aef +aLl +xQV +aBZ +aaa +aaa +aaa +aaa +aCg +nRh +nBp +aOd +nRh +nRh +nRh +aSp +jbk +nRh +nRh +aOd +mbI +nRh +aCg +iab +xzD +dvc +xzD +rwE +abq +bsK +rYO +bsK +abq +fiT +aaa +aaa +aaa +aaa +aaa +abq +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +bCM +abq +aUU +qbf +xOC +aWC +cmQ +coc +cps +cqV +cqU +cqU +bCM +aaa +laH +aaa +aaa +quL +iKM +iVP +eUC +iPP +dVK +cTI +jaE +ktd +lHc +vUV +lHc +jFi +xUb +hnx +nXr +kOw +evr +dcD +fZU +adk +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(181,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +ago +ago +aee +ago +ago +aaa +ago +ago +aee +ago +ago +aaa +aaa +aef +aaa +aaa +aaa +aaa +aaa +eKV +aaa +aaa +aef +aLl +avA +ksb +aaa +aaa +aaa +aaa +aCg +rbC +qrh +raV +nRh +nRh +nRh +nRh +nRh +nRh +nRh +oWm +wWl +uOm +aCg +deX +aMp +aMp +aMp +opU +iju +bsK +bDj +bsK +iju +fiT +aaa +aaa +aaa +aaa +aaa +abq +abq +abq +abq +abq +abq +arA +abq +abq +abq +abq +abq +abq +abq +abq +abq +abq +abq +abq +aUV +jsJ +cko +abq +aaa +abq +cpt +cqW +qbf +cqW +cpt +aaa +laH +aef +aef +nxT +nxT +cxU +eUC +qMX +uaO +nln +lxz +lMC +rZt +fhR +qma +gSu +gSu +aIa +jOj +iEP +evr +uLb +unF +unF +aef +aef +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(182,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +cCP +cCP +aee +cCP +cCP +aaa +cCP +cCP +aee +cCP +cCP +aaa +aaa +aef +aaa +aaa +aaa +aaa +aaa +aef +aaa +aaa +aef +aef +aef +aBZ +aaa +aaa +aaa +aaa +aCg +dxT +aOd +aLx +nRh +nRh +nRh +aSp +nRh +nRh +nRh +yaq +aOd +bxA +aCg +iab +mBA +dvc +xzD +rwE +abq +aaa +aaa +aaa +abq +fiT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +abq +aaa +abq +aaa +abq +aaa +abq +aaa +abq +aaa +aaa +abq +abq +aaa +aaa +quL +cxU +eUC +jkZ +qlu +hfR +kLd +lWW +pmT +lGx +lej +hEv +bQl +byZ +jOn +jkZ +evr +uLb +adk +aaa +aaa +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(183,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abq +dch +jQK +afG +adG +coS +abq +dch +jQK +afG +adG +coS +abq +abq +ajo +aaa +aaa +aaa +aaa +aaa +ajo +abq +abq +cSy +abq +aef +abq +abq +aaa +abq +abq +aCg +aOd +vCR +hdL +aOd +aOd +uLE +aCg +mZJ +aOd +aOd +vUD +vCR +aOd +aCg +jdX +mBA +xzD +mBA +opU +abq +aaa +aaa +aaa +abq +iuj +abq +abq +cKI +bWd +aaa +abe +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +abe +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +abe +bCX +abq +abq +abq +abq +abq +abq +abq +aaa +aaa +aaa +abq +laH +aaa +quL +cxU +eUC +mdi +ivR +cqk +byZ +ncp +hfR +ybD +byZ +iug +hfR +sjV +ivR +mdi +evr +uLb +adk +aaa +laH +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(184,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +cke +cke +aee +cke +cke +aaa +cke +cke +aee +cke +cke +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mZb +bre +bre +abq +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +aCg +iEd +wPg +xzD +mBA +rwE +abq +aaa +aaa +aaa +aaa +fiT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +abq +aaa +abq +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +laH +abq +nxT +cxU +eUC +mdi +gxC +cqk +sjV +ivR +cqk +lWe +sjV +cIP +cqk +sjV +gxC +mdi +evr +uLb +unF +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(185,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +age +age +aee +age +age +aaa +age +age +aee +age +age +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mZb +mZb +bre +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aef +gkt +mBA +dvc +mBA +opU +abq +aaa +aaa +aaa +aaa +mAC +aaa +aaa +aaa +aaa +aaa +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +abq +abq +abq +aup +bCX +bCX +bCX +bCX +bCX +bCX +bre +bCX +abq +abq +abq +abq +nxT +cxU +eUC +eUC +eUC +eUC +sjV +mdi +cqk +lWe +sjV +mdi +cqk +evr +evr +evr +evr +uLb +unF +abq +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(186,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +abq +abq +abq +aef +abq +abq +abq +abq +abq +aef +abq +abq +abq +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mZb +mZb +abq +abq +abq +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +abq +aef +aef +rUl +rwE +rUl +rwE +abq +aaa +aaa +aaa +aaa +mAC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +nxT +cxU +aEl +hEj +ltH +eUC +uQm +wZa +uFN +slT +mnt +xnj +uQm +evr +dcD +cjm +oZw +oFf +unF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(187,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aef +aaa +aaa +aaa +aaa +aaa +vjC +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +mZb +bre +bre +bre +bre +bre +bre +bre +bre +bre +mZb +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +fiT +aaa +aaa +aaa +aaa +aaa +bCX +bCX +abe +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +bCX +abe +bCX +bCX +bCX +bCX +bCX +bCX +bCX +aup +bCX +bCX +bCX +bCX +aup +bCX +bCX +bCX +abq +abq +abq +abq +abq +nxT +iKM +ngG +ngG +igv +xQR +eUC +bdp +reP +uDq +wXA +qcu +evr +uHv +uLb +nkt +nkt +pHF +unF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(188,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +mZb +abq +aaa +aaa +aaa +aaa +aaa +aaa +cdC +abq +oMo +abq +abq +iuj +abq +abq +cKI +bWd +aaa +aaa +aaa +aaa +iju +abq +arA +bre +bqS +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +nxT +nxT +qiA +aEl +oBT +jWt +wgz +wgz +wgz +vCK +wgz +vqy +wgz +uXK +ktc +etD +nDd +unF +unF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(189,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +abq +mZb +mZb +mZb +mZb +mZb +mZb +cdJ +aaa +aaa +aaa +aaa +mAC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +nxT +nxT +nxT +jSg +nxT +mMv +uzR +uzR +oJs +uzR +dSg +mMv +unF +heq +unF +unF +unF +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +ddQ +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(190,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaX +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +mZb +bre +bre +bre +bre +mZb +aaa +aaa +aaa +aaa +aaa +fiT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nxT +oOg +umh +dfi +mMv +qIh +uzR +oJs +uzR +pGW +mMv +xts +qww +sCX +unF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(191,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +mZb +mZb +mZb +mZb +mZb +mZb +cuk +aaa +aaa +aaa +aaa +fiT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +nxT +hbc +dMK +lzW +mMv +eqj +uzR +heJ +uzR +gSU +mMv +noE +iqC +kUz +unF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(192,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +abq +bcb +bre +bqS +abq +iju +abq +aaa +abq +abq +abq +abq +abq +cKI +bSe +abq +abq +abq +iuj +abq +abq +cKI +bWd +aaa +aaa +aaa +aaa +aef +abq +bcb +bre +arA +abq +aef +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +sJE +nxT +quL +quL +mMv +lKc +uzR +niQ +uzR +uzR +mMv +adk +adk +unF +cAb +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(193,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +mAC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +mMv +mMv +hnB +ckq +pYx +mMv +mMv +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(194,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +abq +aaa +aaa +aaa +aaa +fiT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +mMv +mMv +fRl +mMv +mMv +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(195,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +fiT +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +cuB +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(196,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aef +abq +arA +bre +bcb +abq +aef +abq +abq +aaa +aaa +abq +bqS +abq +abq +abq +abq +abq +abq +oVI +abq +abq +abq +aef +abq +aaa +aaa +abq +aef +abq +arA +bre +arA +abq +aef +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +aaa +aaa +aaa +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(197,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +bwM +wYs +aef +jDn +bwM +aaa +aef +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaD +aaa +aaa +abq +abq +abq +abq +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(198,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +usD +bwM +aef +bwM +vFz +aaa +aef +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(199,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +abq +aef +aef +ahv +jbB +abq +aef +abq +jbB +abq +aef +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +abq +aaa +abq +aaa +abq +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(200,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +abq +bqS +bre +arA +abq +iju +aaa +aaa +aaa +aaa +aaa +abq +aUU +efR +efR +aXL +woN +aXH +bDg +aXH +ydM +aaa +aaa +aaa +aaa +aaa +aaa +iju +abq +bqS +bre +bqS +abq +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +iju +aaa +abq +aaa +iju +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(201,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aUU +blE +dkq +aXL +aUU +vIU +buN +xiK +aQF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(202,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aXL +czU +bnK +aXL +bre +bxg +buQ +bBd +bre +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +oab +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(203,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +bqS +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +pln +gGS +rsv +gXJ +aXL +aXN +bwW +buP +bBc +bRp +aXH +aXH +aXH +aaa +aaa +aaa +aaa +aaa +abq +bqS +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(204,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aXH +aXH +aXH +aXH +aXH +aXH +bgQ +dgO +brh +lCt +mfr +bsf +buS +rjU +buS +bsf +bsf +bsf +bKp +aQF +aaa +aaa +aaa +aaa +abq +arA +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(205,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aXH +clH +bnw +clH +bgM +rZE +prF +bsf +bsf +bsf +bsf +bsf +blN +xOC +aXO +aXO +bgU +qSf +bxu +bBf +bGO +aXO +bMn +bKo +tFm +aXH +aXH +aXH +aXH +clH +bnw +clH +aXH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(206,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axR +cKI +abq +abq +aUV +bnO +bsf +bsf +bsf +bsf +bfc +xOC +aXO +aXO +aXO +aXO +aXO +aXL +aaa +aaa +aaa +geV +qtt +buT +bBi +aQF +aaa +aUU +bKq +bsf +bsf +bsf +bsf +aDk +bsf +bsf +bsf +bKp +bej +abq +abq +cKI +bWd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(207,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bxl +bdK +beW +aWC +aXO +aXL +aaa +aaa +aaa +aaa +aaa +aaa +aXL +aaa +aaa +aXL +aXL +aXL +cQP +aXL +aXL +aaa +aaa +aXL +aXO +aXO +aXO +aXO +aXL +aWC +beW +bKk +wri +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(208,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bxl +cko +arA +abq +abq +aXL +aaa +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +wxE +bvw +bxz +bBn +aXL +aXL +aaa +aXL +aaa +aaa +aaa +aaa +aXL +abq +arA +aUV +wri +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(209,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bxl +fbS +arA +arA +arA +aXL +aXL +aXL +bdI +bdI +bdI +aXL +aXL +aXL +aXL +bri +bwr +buU +bxy +bBj +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +arA +arA +iNu +wri +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(210,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bxl +aQF +aaa +aaa +aXL +aXL +aXL +bdI +bdI +bjW +bdI +bdI +bdI +bdI +bdI +bri +bsX +bvx +bxB +bCW +bBl +bBl +bBl +bBl +aXL +aXL +aXL +aXL +aXL +aaa +aaa +aUU +wri +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(211,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +bwM +aXH +aXN +bxl +aQF +aaa +aaa +aXL +bdI +qfR +blK +vTZ +dtV +bim +bfC +bjS +bog +bqX +bri +bri +bri +cQP +bri +bBl +bxb +bHi +bJl +aXL +aXL +aXL +aXL +aXL +aaa +aaa +aUU +wri +tFm +aXH +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(212,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aUU +hIG +bbX +say +aQF +aaa +aXL +aXL +bdI +uUX +nvN +nvN +bjY +vlP +bmT +mvP +bpt +brm +bri +avN +buY +bxD +bAA +bBl +bAX +bFi +bIz +bKl +iWv +bOb +odO +aXL +aXL +aaa +aUU +rKu +bbX +cer +aQF +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(213,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aUU +cLL +bbW +rqY +aQF +aaa +aXL +bdI +bdu +jgJ +bdL +bdI +ssD +bdI +bdI +bdL +hLH +mcP +bri +bwL +buX +bsT +jKb +bBl +bfz +bFj +bIA +tgE +dwC +bOa +bOa +aXL +aXL +aaa +aUU +fES +cUI +bzh +aQF +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(214,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aXL +bsG +bbY +bdJ +bdP +aef +aXL +bdI +aXI +bih +bnQ +bjR +blF +blL +bdI +boH +bqZ +brI +iHo +pUc +bva +bze +bDa +aIP +bDe +bKn +bDe +pQq +bRs +fZV +hxv +aXL +aXL +aef +bvh +cQc +bbY +cWj +aXL +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(215,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aUU +cLL +pkq +rzT +aQF +aaa +aXL +bdI +bhZ +bdw +pjx +bdI +oeK +bdI +bdI +bdL +uHX +bif +bri +bhA +buZ +aIu +nPe +bBl +bfz +bGT +bIB +tgE +xEi +bOa +bOa +aXL +aXL +aaa +aUU +ijt +kXs +bzh +aQF +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(216,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aUU +btg +bbZ +bzh +aQF +aaa +aXL +aXL +bdI +wAP +bfN +bhH +biU +boJ +bmT +mkL +bph +brQ +bri +aXK +bvc +bxD +bDi +bBl +bxf +bFm +bRo +bKl +bOa +dRN +kwJ +aXL +aXL +aaa +aUU +cLL +bbZ +bNX +aQF +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(217,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +bwM +aXO +bgU +bMr +aQF +aaa +aaa +aXL +bdI +qfR +bjQ +pKG +iXe +jNj +bfH +bid +bpq +bra +bri +bri +bri +nOR +bri +bBl +vfv +bFd +bJm +aXL +aXL +aXL +aXL +aXL +aaa +aaa +aUU +bMr +xOC +aXO +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(218,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bMr +aQF +aaa +aaa +aXL +aXL +aXL +bdI +bdI +blJ +bdI +bdI +bdI +bdI +bdI +brk +bDb +bve +bzj +bAW +bBl +bBl +bBl +bBl +aXL +aXL +aXL +aXL +aXL +aaa +aaa +aUU +bMr +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(219,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bMr +aQF +aaa +aaa +aaa +aXL +aXL +aXL +bdI +bdI +bdI +aXL +aXL +aXL +aXL +brk +bvo +bvX +bzi +bAT +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aaa +aaa +aUU +bMr +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(220,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bMr +aQF +aaa +aaa +aaa +aXL +aaa +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +aXL +sFz +bwa +bzl +bFf +aXL +aXL +aaa +aXL +aaa +aaa +aaa +aaa +aXL +aaa +aaa +aUU +bMr +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(221,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aUU +bMr +tFm +aXH +aXH +aXH +aXL +aaa +aaa +aaa +aaa +aaa +aaa +aXL +aaa +aaa +aXL +nKx +bvZ +bzk +bBm +aXL +aaa +aaa +aXL +aXH +aXH +aXH +aXH +aXL +aXH +aXH +bgM +bMr +aQF +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(222,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +axR +cKI +abq +abq +aUV +btg +bdM +bdM +bdM +bdM +bgS +tFm +aXH +aXH +aXH +aXH +aXH +aXL +aaa +aaa +aXL +aXL +aXL +dGs +aXL +aXL +aaa +aUU +bMt +bdM +bdM +bdM +bdM +xen +bdM +bdM +bdM +bNX +bej +abq +abq +cKI +bWd +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(223,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +aWC +aXO +aXO +aXO +bMn +bbZ +kIA +bdM +bdM +bdM +bdM +bdM +bnN +aQF +aaa +aaa +aaa +aUU +bzm +aQF +aaa +aaa +aUU +bMr +xOC +aXO +aXO +aXO +aXO +aXO +aXO +aXO +aWC +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(224,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aWC +aXO +aXO +aXO +aXO +aXO +bMn +bGM +tFm +aXH +aXH +aXH +bgM +bzp +bRp +aXH +aXH +bgM +bMr +aQF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(225,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aUU +btg +brf +brf +bdM +bdM +dCV +bzo +qbE +bdM +bdM +bdM +bNX +aQF +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(226,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aWC +aXO +aXO +aXO +aXO +aXO +aXO +aXO +aXO +aXO +aXO +aWC +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(227,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +abq +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(228,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +laH +laH +cKI +laH +laH +laH +laH +cKI +laH +laH +laH +laH +laH +laH +cKI +laH +laH +laH +laH +laH +laH +laH +laH +laH +laH +cKI +laH +laH +laH +laH +laH +laH +laH +laH +cKI +laH +laH +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(229,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bJi +aaa +aaa +aaa +aaa +cui +aaa +aaa +aaa +aaa +aaa +aaa +bJi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bJi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +bJi +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(230,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(231,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(232,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(233,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(234,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(235,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(236,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(237,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(238,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(239,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(240,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(241,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(242,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(243,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(244,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(245,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(246,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(247,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(248,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(249,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(250,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(251,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(252,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(253,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(254,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} +(255,1,1) = {" +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +aaa +"} diff --git a/code/__DEFINES/antag_defines.dm b/code/__DEFINES/antag_defines.dm index 43a519e3ce7a..3123da30e09b 100644 --- a/code/__DEFINES/antag_defines.dm +++ b/code/__DEFINES/antag_defines.dm @@ -104,7 +104,7 @@ GLOBAL_LIST(contractors) #define ORG_PROB_HUNTER 10 #define ORG_PROB_MILD 20 #define ORG_PROB_AVERAGE 60 -#define ORG_PROB_HIJACK 10 +#define ORG_PROB_HIJACK 2 // SS220 EDIT - reduced from 10 to 2 // Chance that a traitor will receive a 'You are being targeted by another syndicate agent' notification regardless of being an actual target #define ORG_PROB_PARANOIA 5 diff --git a/code/__DEFINES/color_defines.dm b/code/__DEFINES/color_defines.dm index 0e24a46e279b..42b513901aa6 100644 --- a/code/__DEFINES/color_defines.dm +++ b/code/__DEFINES/color_defines.dm @@ -129,6 +129,11 @@ #define COLOR_THEME_OPERATIVE "#B8221F" #define COLOR_THEME_GLASS "#75A4C4" #define COLOR_THEME_CLOCKWORK "#CFBA47" +// SS220 ADDITION - START +#define COLOR_THEME_VAPORWAVE "#bc3ce3" +#define COLOR_THEME_DETECTIVE "#c7b08b" +#define COLOR_THEME_TRASENKNOX "#3ce375" +// SS220 ADDITION - END // Color matrix utilities #define COLOR_MATRIX_ADD(C) list(COLOR_RED, COLOR_GREEN, COLOR_BLUE, C) diff --git a/code/__DEFINES/hud.dm b/code/__DEFINES/hud.dm index a24fcae6c56f..9cb28648132b 100644 --- a/code/__DEFINES/hud.dm +++ b/code/__DEFINES/hud.dm @@ -58,6 +58,10 @@ #define ANTAG_HUD_BLOB 21 #define ANTAG_HUD_ZOMBIE 22 #define ANTAG_HUD_MIND_FLAYER 23 +// SS220 EDIT - START +#define ANTAG_HUD_BLOOD_BROTHER 24 +#define ANTAG_HUD_VOX_RAIDER 25 +// SS220 EDIT - END // Notification action types #define NOTIFY_JUMP "jump" diff --git a/code/__DEFINES/misc_defines.dm b/code/__DEFINES/misc_defines.dm index 586eeabe3e9a..7a8477e2cf87 100644 --- a/code/__DEFINES/misc_defines.dm +++ b/code/__DEFINES/misc_defines.dm @@ -384,7 +384,7 @@ #define TRANSIT_TUBE_CLOSED 3 // Maximum donation level -#define DONATOR_LEVEL_MAX 4 +#define DONATOR_LEVEL_MAX 5 // SS220 EDIT // The cooldown on OOC messages such as OOC, LOOC, praying and adminhelps #define OOC_COOLDOWN 5 @@ -424,7 +424,7 @@ #define INVESTIGATE_HOTMIC "hotmic" // The SQL version required by this version of the code -#define SQL_VERSION 63 +#define SQL_VERSION 632207 // Vending machine stuff #define CAT_NORMAL (1<<0) diff --git a/code/__DEFINES/modular_ss220/_ss220.dm b/code/__DEFINES/modular_ss220/_ss220.dm new file mode 100644 index 000000000000..0cf3257d7da9 --- /dev/null +++ b/code/__DEFINES/modular_ss220/_ss220.dm @@ -0,0 +1,5 @@ +#define MODPACK_CHAT_BADGES + +// TODO: someday preferences will use TGUI and you will probably be able to move it to modular_ss220\_defines220\code\preferences_defines.dm +/// Interacts with the toggles220 bitflag +#define PREFTOGGLE_TOGGLE220 220 diff --git a/code/__DEFINES/modular_ss220/pronouns.dm b/code/__DEFINES/modular_ss220/pronouns.dm new file mode 100644 index 000000000000..27b3713f3376 --- /dev/null +++ b/code/__DEFINES/modular_ss220/pronouns.dm @@ -0,0 +1,15 @@ +// MARK: Declensions + +// Падежи русского языка +/// Именительный: Кто это? Клоун и ассистуха. +#define NOMINATIVE "именительный" +/// Родительный: Откусить кусок от кого? От клоуна и ассистухи. +#define GENITIVE "родительный" +/// Дательный: Дать полный доступ кому? Клоуну и ассистухе. +#define DATIVE "дательный" +/// Винительный: Обвинить кого? Клоуна и ассистуху. +#define ACCUSATIVE "винительный" +/// Творительный: Возить по полу кем? Клоуном и ассистухой. +#define INSTRUMENTAL "творительный" +/// Предложный: Прохладная история о ком? О клоуне и об ассистухе. +#define PREPOSITIONAL "предложный" diff --git a/code/__DEFINES/sound_defines.dm b/code/__DEFINES/sound_defines.dm index eff43522ba33..583bc231980c 100644 --- a/code/__DEFINES/sound_defines.dm +++ b/code/__DEFINES/sound_defines.dm @@ -13,13 +13,18 @@ #define CHANNEL_BOSS_MUSIC 1013 #define CHANNEL_GENERAL 1012 #define CHANNEL_SURGERY_SOUNDS 1011 +// SS220 ADDITION START +#define CHANNEL_TTS_RADIO 1010 +#define CHANNEL_TTS_LOCAL 1009 +#define CHANNEL_CINEMATIC 1008 +// SS220 ADDITION END #define USER_VOLUME(M, C) M?.client?.prefs.get_channel_volume(C) //THIS SHOULD ALWAYS BE THE LOWEST ONE! //KEEP IT UPDATED -#define CHANNEL_HIGHEST_AVAILABLE 1010 +#define CHANNEL_HIGHEST_AVAILABLE 1007 #define MAX_INSTRUMENT_CHANNELS (128 * 6) diff --git a/code/__HELPERS/global_lists.dm b/code/__HELPERS/global_lists.dm index 1dfd56333872..8f04a47c8c43 100644 --- a/code/__HELPERS/global_lists.dm +++ b/code/__HELPERS/global_lists.dm @@ -78,6 +78,10 @@ for(var/gear_type in subtypesof(/datum/gear)) var/datum/gear/gear = gear_type + // SS220 EDIT - START + if(gear.removed_from_loadout) + continue + // SS220 EDIT - END if(gear == initial(gear.main_typepath)) continue diff --git a/code/__HELPERS/name_helpers.dm b/code/__HELPERS/name_helpers.dm index 28f2be4cdf6e..8ae3763c85d7 100644 --- a/code/__HELPERS/name_helpers.dm +++ b/code/__HELPERS/name_helpers.dm @@ -150,15 +150,15 @@ GLOBAL_DATUM(syndicate_code_response_regex, /regex) switch(pick(safety))//Chance based on the safety list. if(1)//1 and 2 can only be selected once each to prevent more than two specific names/places/etc. - . += pick(GLOB.joblist)//Returns a job. + . += pick(GLOB.jobs)//Returns a job. // SS220 EDIT - ORIGINAL: GLOB.joblist safety -= 1 if(2) - . += pick(GLOB.codeword_locations) + . += pick(GLOB.locations) // SS220 EDIT - ORIGINAL: GLOB.codeword_locations safety -= 2 if(3) switch(rand(1, 3)) // Nouns, adjectives, verbs. Can be selected more than once. if(1) - . += pick(GLOB.codeword_nouns) + . += pick(GLOB.nouns) // SS220 EDIT - ORIGINAL:(GLOB.codeword_nouns if(2) . += pick(GLOB.adjectives) if(3) diff --git a/code/__HELPERS/text.dm b/code/__HELPERS/text.dm index d42d688eed82..b7bade16fd0a 100644 --- a/code/__HELPERS/text.dm +++ b/code/__HELPERS/text.dm @@ -280,6 +280,7 @@ //Returns a string with the first element of the string capitalized. /proc/capitalize(t as text) + t = format_text(t) // SS220 EDIT return uppertext(copytext_char(t, 1, 2)) + copytext_char(t, 2) //Centers text by adding spaces to either side of the string. @@ -377,7 +378,7 @@ //alternative copytext() for encoded text, doesn't break html entities (" and other) /proc/copytext_preserve_html(text, first, last) - return html_encode(copytext(html_decode(text), first, last)) + return html_encode(copytext_char(html_decode(text), first, last)) // SS220 EDIT - ORIGINAL: copytext //Run sanitize(), but remove <, >, " first to prevent displaying them as > < &34; in some places, after html_encode(). //Best used for sanitize object names, window titles. diff --git a/code/__HELPERS/type2type.dm b/code/__HELPERS/type2type.dm index c77e07a55487..dad257b8aac6 100644 --- a/code/__HELPERS/type2type.dm +++ b/code/__HELPERS/type2type.dm @@ -168,6 +168,16 @@ return 'icons/mob/screen_white.dmi' if("Midnight") return 'icons/mob/screen_midnight.dmi' + // SS220 ADDITION - START + if("Vaporwave") + return 'modular_ss220/aesthetics/skin/icons/screen_vaporwave.dmi' + if("Detective") + return 'modular_ss220/aesthetics/skin/icons/screen_detective.dmi' + if("Trasenknox") + return 'modular_ss220/aesthetics/skin/icons/screen_trasenknox.dmi' + if("Clockwork") + return 'modular_ss220/aesthetics/skin/icons/screen_clockwork.dmi' + // SS220 ADDITION - END else return 'icons/mob/screen_midnight.dmi' diff --git a/code/__HELPERS/unsorted.dm b/code/__HELPERS/unsorted.dm index 076e24212236..2033b926c9a4 100644 --- a/code/__HELPERS/unsorted.dm +++ b/code/__HELPERS/unsorted.dm @@ -1966,6 +1966,15 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new) return "Boss Music" if(CHANNEL_SURGERY_SOUNDS) return "Surgery Sounds" + // SS220 ADDITON START + if(CHANNEL_TTS_LOCAL) + return "TTS Local" + if(CHANNEL_TTS_RADIO) + return "TTS Radio" + if(CHANNEL_CINEMATIC) + return "Cinematic Music" + // SS220 ADDITION END + /** * HTTP Get (Powered by RUSTG) diff --git a/code/_globalvars/lists/maint_loot_tables.dm b/code/_globalvars/lists/maint_loot_tables.dm index b2bb676fa8fd..ce07c071d17c 100644 --- a/code/_globalvars/lists/maint_loot_tables.dm +++ b/code/_globalvars/lists/maint_loot_tables.dm @@ -175,6 +175,7 @@ GLOBAL_LIST_INIT(maintenance_loot_tier_2, list( // Other rare but useful items /obj/item/radio/headset, /obj/item/melee/knuckleduster, + /obj/item/melee/stylet, // SS220 ADDITION ) = 3, )) diff --git a/code/_globalvars/lists/names.dm b/code/_globalvars/lists/names.dm index 5d393bc6d1f4..998d76f2e1db 100644 --- a/code/_globalvars/lists/names.dm +++ b/code/_globalvars/lists/names.dm @@ -22,7 +22,7 @@ GLOBAL_LIST_INIT(first_names_soviet, file2list("config/names/first_soviet_male.t GLOBAL_LIST_INIT(last_names_soviet, file2list("config/names/last_soviet_male.txt")) GLOBAL_LIST_INIT(verbs, file2list("config/names/verbs.txt")) -// GLOBAL_LIST_INIT(nouns, file2list("config/names/nouns.txt")) // This is kept because we technically still have these files in the code in case we ever want to use them, but is currently unused +GLOBAL_LIST_INIT(nouns, file2list("config/names/nouns.txt")) // SS220 EDIT - CODE UNCOMMENT GLOBAL_LIST_INIT(adjectives, file2list("config/names/adjectives.txt")) GLOBAL_LIST_INIT(dream_strings, file2list("config/names/dreams.txt")) GLOBAL_LIST_INIT(nightmare_strings, file2list("config/names/nightmares.txt")) @@ -30,3 +30,8 @@ GLOBAL_LIST_INIT(codeword_locations, file2list("config/names/codeword_locations. GLOBAL_LIST_INIT(codeword_nouns, file2list("config/names/codeword_nouns.txt")) //loaded on startup because of " //would include in rsc if ' was used + +// SS220 ADDITION - CYRILLIC SUPPORT +GLOBAL_LIST_INIT(cocktails, file2list("config/names/cocktails.txt")) +GLOBAL_LIST_INIT(jobs, file2list("config/names/jobs.txt")) +GLOBAL_LIST_INIT(locations, file2list("config/names/locations.txt")) diff --git a/code/_globalvars/mapping_vars.dm b/code/_globalvars/mapping_vars.dm index dc095a33d16d..82f2d4d3348c 100644 --- a/code/_globalvars/mapping_vars.dm +++ b/code/_globalvars/mapping_vars.dm @@ -40,6 +40,9 @@ GLOBAL_LIST_EMPTY(carplist) //list of all carp-spawn landmarks GLOBAL_LIST_EMPTY(syndicateofficer) GLOBAL_LIST_EMPTY(roundstart_observer_start) +// Away missions +GLOBAL_LIST_EMPTY(awaydestinations) // SS220 EDIT - ADDITION + //List of preloaded templates GLOBAL_LIST_EMPTY(map_templates) GLOBAL_LIST_EMPTY(space_ruins_templates) diff --git a/code/controllers/subsystem/SSjobs.dm b/code/controllers/subsystem/SSjobs.dm index 0f21dba2b0f1..c66340be5aae 100644 --- a/code/controllers/subsystem/SSjobs.dm +++ b/code/controllers/subsystem/SSjobs.dm @@ -93,6 +93,8 @@ SUBSYSTEM_DEF(jobs) return FALSE if(job.barred_by_missing_limbs(player.client)) return FALSE + if(!job.is_donor_allowed(player.client)) // SS220 ADD - Donor Jobs + return FALSE var/available = latejoin ? job.is_position_available() : job.is_spawn_position_available() @@ -193,6 +195,10 @@ SUBSYSTEM_DEF(jobs) Debug("GRJ player not enough playtime, Player: [player]") continue + if(!job.is_donor_allowed(player.client)) // SS220 ADD - Donor Jobs + Debug("DO player not enough donor level, Player: [player], Job:[job.title]") + continue + if(job.barred_by_disability(player.client)) Debug("GRJ player has disability rendering them ineligible for job, Player: [player]") continue @@ -381,6 +387,10 @@ SUBSYSTEM_DEF(jobs) Debug("DO player not enough playtime, Player: [player], Job:[job.title]") continue + if(!job.is_donor_allowed(player.client)) // SS220 ADD - Donor Jobs + Debug("DO player not enough donor level, Player: [player], Job:[job.title]") + continue + if(job.barred_by_disability(player.client)) Debug("DO player has disability rendering them ineligible for job, Player: [player], Job:[job.title]") continue @@ -506,7 +516,7 @@ SUBSYSTEM_DEF(jobs) landmarks = shuffle(landmarks) //Shuffle it so it's random for(var/obj/effect/landmark/start/sloc in landmarks) - if(sloc.name != rank && !drunken_spawning) + if(sloc.name != rank && !drunken_spawning && (sloc.name != job.relate_job)) // SS220 EDIT - Novice Jobs - Jobs relate module continue if(locate(/mob/living) in sloc.loc) continue @@ -546,7 +556,7 @@ SUBSYSTEM_DEF(jobs) H = new_mob if(job && H) - job.after_spawn(H) + job.after_spawn(H, joined_late) // SS220 EDIT - jobs - prisoner spawn //Gives glasses to the vision impaired if(HAS_TRAIT(H, TRAIT_NEARSIGHT)) diff --git a/code/controllers/subsystem/SSredis.dm b/code/controllers/subsystem/SSredis.dm index 9f0839cdd023..573bb49b3f26 100644 --- a/code/controllers/subsystem/SSredis.dm +++ b/code/controllers/subsystem/SSredis.dm @@ -67,11 +67,12 @@ SUBSYSTEM_DEF(redis) // Redis integration stuff /datum/controller/subsystem/redis/proc/connect() if(GLOB.configuration.redis.enabled) + /* SS220 REMOVE #ifndef UNIT_TESTS // CI uses linux so dont flag up a fail there if(world.system_type == UNIX) stack_trace("SSredis has known to be very buggy when running on Linux with random dropouts ocurring due to interrupted syscalls. You have been warned!") #endif - + */ var/conn_failed = rustg_redis_connect(GLOB.configuration.redis.connstring) if(conn_failed) log_startup_progress("Failed to connect to redis. Please inform the server host.") diff --git a/code/controllers/subsystem/SSticker.dm b/code/controllers/subsystem/SSticker.dm index 715b6ef11b4b..fd50a156c9db 100644 --- a/code/controllers/subsystem/SSticker.dm +++ b/code/controllers/subsystem/SSticker.dm @@ -358,7 +358,10 @@ SUBSYSTEM_DEF(ticker) for(var/mob/new_player/N in GLOB.mob_list) if(N.client) - N.new_player_panel_proc() + // SS220 EDIT START - TITLE SCREEN REPLACEMENT + // N.new_player_panel_proc() // Old New Player panel + SStitle.show_title_screen_to(N.client) // New Title Screen + // SS220 EDIT END if(GLOB.configuration.general.enable_night_shifts) SSnightshift.check_nightshift(TRUE) @@ -631,6 +634,8 @@ SUBSYSTEM_DEF(ticker) SSpersistent_data.save() to_chat(world, end_of_round_info.Join("
")) + SScredits.play_credits_cinematic() + // Display the scoreboard window score.scoreboard() diff --git a/code/controllers/subsystem/non_firing/SSmapping.dm b/code/controllers/subsystem/non_firing/SSmapping.dm index 4787783e7b6e..d6a385ff2a49 100644 --- a/code/controllers/subsystem/non_firing/SSmapping.dm +++ b/code/controllers/subsystem/non_firing/SSmapping.dm @@ -304,7 +304,7 @@ SUBSYSTEM_DEF(mapping) var/watch = start_watch() log_startup_progress("Loading Lavaland...") var/lavaland_z_level = GLOB.space_manager.add_new_zlevel(MINING, linkage = SELFLOOPING, traits = list(ORE_LEVEL, REACHABLE_BY_CREW, STATION_CONTACT, HAS_WEATHER, AI_OK)) - GLOB.maploader.load_map(file("_maps/map_files/generic/Lavaland.dmm"), z_offset = lavaland_z_level) + GLOB.maploader.load_map(file("_maps/map_files220/generic/Lavaland.dmm"), z_offset = lavaland_z_level) // SS220 EDIT - map_files log_startup_progress("Loaded Lavaland in [stop_watch(watch)]s") /datum/controller/subsystem/mapping/proc/make_maint_all_access() diff --git a/code/controllers/subsystem/tickets/SStickets.dm b/code/controllers/subsystem/tickets/SStickets.dm index 269a53fcc1b5..60a085664367 100644 --- a/code/controllers/subsystem/tickets/SStickets.dm +++ b/code/controllers/subsystem/tickets/SStickets.dm @@ -163,6 +163,10 @@ SUBSYSTEM_DEF(tickets) L += "(TICKET) " L += "[isAI(M) ? "(CL)" : ""] (TAKE) " L += "(RESOLVE) (AUTO) " + // SS220 ADDTITION START + if(GLOB.configuration.gpt.gpt_enabled) + L += "(АВТО(ИИ)) " + // SS220 ADDTITION END L += "(CONVERT) : [one_line ? " " : "

"][msg]
" return L.Join() diff --git a/code/datums/components/shelved.dm b/code/datums/components/shelved.dm index 3aa678d2efed..141c26aa3701 100644 --- a/code/datums/components/shelved.dm +++ b/code/datums/components/shelved.dm @@ -196,9 +196,13 @@ /datum/component/shelver/gun_rack placement_zones = list( - list(1, 1, 10, 32) = list("x" = -8, "y" = -1), - list(11, 1, 20, 32) = list("x" = 0, "y" = -1), - list(21, 1, 32, 32) = list("x" = 8, "y" = -1), + // SS220 EDIT START more guns on rack + list(1, 1, 7, 32) = list("x" = -12, "y" = -1), + list(8, 1, 13, 32) = list("x" = -6, "y" = -1), + list(14, 1, 19, 32) = list("x" = 0, "y" = -1), + list(20, 1, 25, 32) = list("x" = 6, "y" = -1), + list(26, 1, 32, 32) = list("x" = 12, "y" = -1), + // SS220 EDIT END ) default_scale = 0.80 default_rotation = -90 diff --git a/code/datums/datacore.dm b/code/datums/datacore.dm index e992ba111ed9..4f0059b543c7 100644 --- a/code/datums/datacore.dm +++ b/code/datums/datacore.dm @@ -517,6 +517,25 @@ GLOBAL_VAR_INIT(record_id_num, 1001) clothes_s = new /icon('icons/mob/clothing/under/rnd.dmi', "robotics_s") clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "black"), ICON_UNDERLAY) clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "labcoat_open"), ICON_OVERLAY) + + // SS220 ADDITION - START + if("Student Scientist") + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "student_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "white"), ICON_UNDERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "labcoat_tox_open"), ICON_OVERLAY) + if("Medical Intern") + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "intern_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "white"), ICON_UNDERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "labcoat_open"), ICON_OVERLAY) + if("Security Cadet") + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "cadet_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "jackboots"), ICON_UNDERLAY) + if("Trainee Engineer") + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "trainee_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "orange"), ICON_UNDERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/belt.dmi', "utility"), ICON_OVERLAY) + // SS220 ADDITION - END + if("Syndicate Agent") clothes_s = new /icon('icons/mob/clothing/under/syndicate.dmi', "syndicate_s") clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "black"), ICON_UNDERLAY) diff --git a/code/datums/mind.dm b/code/datums/mind.dm index 53046c88c5de..f40b8fdb3e16 100644 --- a/code/datums/mind.dm +++ b/code/datums/mind.dm @@ -57,7 +57,7 @@ /// A list of all the antagonist datums that the player is (does not include undatumized antags) var/list/antag_datums /// A lazy list of all teams the player is part of but doesnt have an antag role for, (i.e. a custom admin team) - var/list/teams + // var/list/teams // SS220 EDIT - Commented for #840 var/antag_hud_icon_state = null //this mind's ANTAG_HUD should have this icon_state var/datum/atom_hud/antag/antag_hud = null //this mind's antag HUD @@ -231,10 +231,12 @@ if(A.has_antag_objectives(include_team)) // this checks teams also return TRUE // For custom non-antag role teams - if(include_team && LAZYLEN(teams)) - for(var/datum/team/team as anything in teams) - if(team.objective_holder.has_objectives()) - return TRUE + // SS220 EDIT START - Commented for #840 + // if(include_team && LAZYLEN(teams)) + // for(var/datum/team/team as anything in teams) + // if(team.objective_holder.has_objectives()) + // return TRUE + // SS220 EDIT END return FALSE /** @@ -249,9 +251,11 @@ all_objectives += A.get_antag_objectives(include_team) // Add all antag datum objectives, and possibly antag team objectives // For custom non-antag role teams - if(include_team && LAZYLEN(teams)) + // SS220 EDIT START - Commented for #840 + /* if(include_team && LAZYLEN(teams)) for(var/datum/team/team as anything in teams) - all_objectives += team.objective_holder.get_objectives() + all_objectives += team.objective_holder.get_objectives() */ + // SS220 EDIT END return all_objectives @@ -575,6 +579,10 @@ sections["eventmisc"] = memory_edit_eventmisc(H) /** TRAITOR ***/ sections["traitor"] = memory_edit_traitor() + // SS220 EDIT - START + sections["blood_brother"] = memory_edit_blood_brother() + sections["vox_raider"] = memory_edit_vox_raider() + // SS220 EDIT - END if(!issilicon(current)) /** CULT ***/ sections["cult"] = memory_edit_cult(H) diff --git a/code/datums/outfits/outfit_admin.dm b/code/datums/outfits/outfit_admin.dm index 8f5202f1a8c9..0f5fbe23e1c3 100644 --- a/code/datums/outfits/outfit_admin.dm +++ b/code/datums/outfits/outfit_admin.dm @@ -317,6 +317,7 @@ /obj/item/flashlight/seclite, /obj/item/melee/energy/sword/saber, /obj/item/shield/energy, + /obj/item/gun/energy/pulse, /obj/item/disk/nuclear/unrestricted ) @@ -329,6 +330,9 @@ if(istype(I)) apply_to_card(I, H, get_centcom_access("Deathsquad Commando"), "Deathsquad") H.sec_hud_set_ID() + if(ismodcontrol(H.back)) + var/obj/item/mod/control/C = H.back + C.quick_activation() /datum/outfit/admin/pirate name = "Space Pirate" @@ -585,8 +589,8 @@ return H.real_name = "[capitalize(pick(GLOB.first_names_soviet))] [capitalize(pick(GLOB.last_names_soviet))]" H.name = H.real_name - H.add_language("Zvezhan") - H.set_default_language(GLOB.all_languages["Zvezhan"]) + H.add_language("Neo-Russkiya") // SS220 EDIT - Zvezhan -> Neo-Russkiya + H.set_default_language(GLOB.all_languages["Neo-Russkiya"]) // SS220 EDIT - Zvezhan -> Neo-Russkiya var/obj/item/card/id/I = H.wear_id if(istype(I)) apply_to_card(I, H, list(ACCESS_MAINT_TUNNELS), name) diff --git a/code/game/gamemodes/cult/runes.dm b/code/game/gamemodes/cult/runes.dm index ebe886ff10c6..b76f5a7b857e 100644 --- a/code/game/gamemodes/cult/runes.dm +++ b/code/game/gamemodes/cult/runes.dm @@ -1090,7 +1090,7 @@ structure_check() searches for nearby cultist structures required for the invoca for(var/mob/M in GLOB.player_list) if(!isnewplayer(M)) // exclude people in the lobby - SEND_SOUND(M, sound('sound/effects/dimensional_rend.ogg')) + SEND_SOUND(M, sound('modular_ss220/aesthetics_sounds/sound/narsie/narsie_summon.ogg')) //SS220 EDIT to_chat(M, "The veil... is... TORN!!!--") icon_state = "rune_large_distorted" diff --git a/code/game/gamemodes/game_mode.dm b/code/game/gamemodes/game_mode.dm index ffa6c0a158f1..766ed1eeb669 100644 --- a/code/game/gamemodes/game_mode.dm +++ b/code/game/gamemodes/game_mode.dm @@ -247,7 +247,7 @@ for(var/tech_id in SSeconomy.tech_levels) SSblackbox.record_feedback("tally", "cargo max tech level sold", SSeconomy.tech_levels[tech_id], tech_id) - GLOB.discord_manager.send2discord_simple(DISCORD_WEBHOOK_PRIMARY, "A round of [name] has ended - [surviving_total] survivors, [ghosts] ghosts.") + GLOB.discord_manager.send2discord_simple(DISCORD_WEBHOOK_PRIMARY, "A round of [name] has ended - [surviving_total] survivors, [ghosts] ghosts. <@&[GLOB.configuration.discord.new_round_waiting_role]>") // SS220 Addition if(SSredis.connected) // Send our presence to required channels var/list/presence_data = list() diff --git a/code/game/gamemodes/traitor/traitor.dm b/code/game/gamemodes/traitor/traitor.dm index 20ad639a645f..a4f1f3904517 100644 --- a/code/game/gamemodes/traitor/traitor.dm +++ b/code/game/gamemodes/traitor/traitor.dm @@ -9,7 +9,7 @@ /// Hard limit on traitors if scaling is turned off. var/traitors_possible = 4 /// How much the amount of players get divided by to determine the number of traitors. - var/const/traitor_scaling_coeff = 5 + var/const/traitor_scaling_coeff = 10 /datum/game_mode/traitor/announce() to_chat(world, "The current game mode is - Traitor!") diff --git a/code/game/jobs/access.dm b/code/game/jobs/access.dm index 7c99ca64c72c..fdf42c755982 100644 --- a/code/game/jobs/access.dm +++ b/code/game/jobs/access.dm @@ -138,7 +138,7 @@ if(REGION_SUPPLY) //supply return list(ACCESS_EXPEDITION, ACCESS_MAILSORTING, ACCESS_MINING, ACCESS_MINING_STATION, ACCESS_MINERAL_STOREROOM, ACCESS_CARGO, ACCESS_CARGO_BAY, ACCESS_SUPPLY_SHUTTLE, ACCESS_QM, ACCESS_HEADS_VAULT) if(REGION_COMMAND) //command - return list(ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_TCOMSAT, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_HEADS_VAULT, ACCESS_BLUESHIELD, ACCESS_NTREP, ACCESS_HOP, ACCESS_CAPTAIN) + return list(ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_KEYCARD_AUTH, ACCESS_CHANGE_IDS, ACCESS_AI_UPLOAD, ACCESS_TELEPORTER, ACCESS_EVA, ACCESS_TCOMSAT, ACCESS_EXPEDITION, ACCESS_ALL_PERSONAL_LOCKERS, ACCESS_HEADS_VAULT, ACCESS_BLUESHIELD, ACCESS_NTREP, ACCESS_HOP, ACCESS_CAPTAIN) // SS220 EDIT - bring ACCESS_EXPEDITION back if(REGION_CENTCOMM) //because why the heck not return get_all_centcom_access() + get_all_accesses() diff --git a/code/game/jobs/job/engineering_jobs.dm b/code/game/jobs/job/engineering_jobs.dm index 93b5bc5d2cb7..4c8ae0af4a29 100644 --- a/code/game/jobs/job/engineering_jobs.dm +++ b/code/game/jobs/job/engineering_jobs.dm @@ -102,6 +102,8 @@ dufflebag = /obj/item/storage/backpack/duffel/engineering box = /obj/item/storage/box/engineer +/datum/job/engineer/trainee // SS220 ADDITION - new jobs + /datum/job/atmos title = "Life Support Specialist" flag = JOB_ATMOSTECH diff --git a/code/game/jobs/job/job.dm b/code/game/jobs/job/job.dm index 4b4708b1a97e..ec1744470965 100644 --- a/code/game/jobs/job/job.dm +++ b/code/game/jobs/job/job.dm @@ -72,10 +72,9 @@ var/job_banned_gamemode = FALSE //Only override this proc -/datum/job/proc/after_spawn(mob/living/carbon/human/H) +/datum/job/proc/after_spawn(mob/living/carbon/human/H, joined_late = FALSE) // SS220 EDIT - jobs - prisoner spawn SEND_GLOBAL_SIGNAL(COMSIG_GLOB_JOB_AFTER_SPAWN, src, H) - /datum/job/proc/announce(mob/living/carbon/human/H) return @@ -246,6 +245,10 @@ gear_leftovers.Cut() + if(ismodcontrol(H.back)) + var/obj/item/mod/control/C = H.back + C.quick_activation() + return 1 /datum/outfit/job/proc/imprint_idcard(mob/living/carbon/human/H) diff --git a/code/game/jobs/job/medical_jobs.dm b/code/game/jobs/job/medical_jobs.dm index b370b2064abb..27c681eb801e 100644 --- a/code/game/jobs/job/medical_jobs.dm +++ b/code/game/jobs/job/medical_jobs.dm @@ -93,6 +93,8 @@ satchel = /obj/item/storage/backpack/satchel_med dufflebag = /obj/item/storage/backpack/duffel/medical +/datum/job/doctor/intern // SS220 ADDITION - new jobs + /datum/job/coroner title = "Coroner" flag = JOB_CORONER diff --git a/code/game/jobs/job/science_jobs.dm b/code/game/jobs/job/science_jobs.dm index 2ea8ee6a67de..8b496c92084f 100644 --- a/code/game/jobs/job/science_jobs.dm +++ b/code/game/jobs/job/science_jobs.dm @@ -107,6 +107,8 @@ satchel = /obj/item/storage/backpack/satchel_tox dufflebag = /obj/item/storage/backpack/duffel/science +/datum/job/scientist/student // SS220 ADDITION - new jobs + /datum/job/roboticist title = "Roboticist" flag = JOB_ROBOTICIST diff --git a/code/game/jobs/job/security_jobs.dm b/code/game/jobs/job/security_jobs.dm index 87393d49d43f..66ff8c278bc8 100644 --- a/code/game/jobs/job/security_jobs.dm +++ b/code/game/jobs/job/security_jobs.dm @@ -232,3 +232,4 @@ satchel = /obj/item/storage/backpack/satchel_sec dufflebag = /obj/item/storage/backpack/duffel/security +/datum/job/officer/cadet // SS220 ADDITION - new jobs diff --git a/code/game/jobs/job_exp.dm b/code/game/jobs/job_exp.dm index 79a7af64eac4..c8481db135a1 100644 --- a/code/game/jobs/job_exp.dm +++ b/code/game/jobs/job_exp.dm @@ -78,7 +78,7 @@ GLOBAL_LIST_INIT(role_playtime_requirements, list( return if(!check_rights(R_ADMIN|R_MOD|R_MENTOR)) return - var/body = "Playtime for [C.key]
Playtime:" + var/body = "Playtime for [C.key]
Playtime:" body += C.get_exp_report() body += "" usr << browse(body, "window=playerplaytime[C.ckey];size=550x615") diff --git a/code/game/jobs/whitelist.dm b/code/game/jobs/whitelist.dm index 23b2d842bc75..70c0dba83470 100644 --- a/code/game/jobs/whitelist.dm +++ b/code/game/jobs/whitelist.dm @@ -14,9 +14,23 @@ if(NOT_SELECTABLE in S.species_traits) return FALSE + // SS220 EDIT START + // Yes if admin - if(check_rights(R_ADMIN, FALSE)) - return TRUE + //if(check_rights(R_ADMIN, FALSE)) + // return TRUE + + if(GLOB.configuration.species_whitelist.species_whitelist_enabled) + if(!M.client?.prefs?.species_whitelist) + return FALSE + + if(!(species in M.client.prefs.species_whitelist)) + return FALSE + + if(!S.is_available(M)) + return FALSE + + // SS220 EDIT END // No if species is blacklisted if(S.blacklisted) diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm index a00ac74e8d22..ea4f6b7e6a7c 100644 --- a/code/game/machinery/doors/airlock.dm +++ b/code/game/machinery/doors/airlock.dm @@ -342,12 +342,12 @@ GLOBAL_LIST_EMPTY(airlock_emissive_underlays) polarized_image.dir = dir if(!polarized_on) - polarized_image.color = "#222222" + polarized_image.color = "#2A3A45" //SS220 EDIT - ORIGINAL: #222222 animate_color = "#FFFFFF" set_opacity(FALSE) else polarized_image.color = "#FFFFFF" - animate_color = "#222222" + animate_color = "#2A3A45" //SS220 EDIT - ORIGINAL: #222222 set_opacity(TRUE) overlays -= polarized_image @@ -442,6 +442,11 @@ GLOBAL_LIST_EMPTY(airlock_emissive_underlays) else if(emergency) lights_overlay = get_airlock_overlay("lights_emergency", overlays_file) lights_underlay = get_airlock_emissive_underlay("lights_emergency_lightmask", overlays_file) + // SS220 ADDITION - START + else + lights_overlay = get_airlock_overlay("lights_poweron", overlays_file) + lights_underlay = get_airlock_emissive_underlay("lights_poweron_lightmask", overlays_file) + // SS220 ADDITION - END if(note) note_overlay = get_airlock_overlay(notetype, note_overlay_file) note_overlay.layer = layer + 0.1 @@ -520,6 +525,11 @@ GLOBAL_LIST_EMPTY(airlock_emissive_underlays) if(AIRLOCK_OPEN) frame_overlay = get_airlock_overlay("open", icon) + // SS220 ADDITION - START + if(lights && arePowerSystemsOn()) + lights_overlay = get_airlock_overlay("lights_poweron_open", overlays_file) + lights_underlay = get_airlock_emissive_underlay("lights_poweron_open_lightmask", overlays_file) + // SS220 ADDITION - END if(airlock_material) filling_overlay = get_airlock_overlay("[airlock_material]_open", overlays_file) else @@ -555,7 +565,7 @@ GLOBAL_LIST_EMPTY(airlock_emissive_underlays) note_overlay = get_airlock_overlay("[notetype]_opening", note_overlay_file) if(polarized_on) - filling_overlay.color = "#222222" + filling_overlay.color = "#2A3A45" //SS220 EDIT - ORIGINAL: #222222 else filling_overlay.color = "#FFFFFF" diff --git a/code/game/machinery/doors/windowdoor.dm b/code/game/machinery/doors/windowdoor.dm index c0f7bac9d8f0..3d3f2fb34bca 100644 --- a/code/game/machinery/doors/windowdoor.dm +++ b/code/game/machinery/doors/windowdoor.dm @@ -57,7 +57,7 @@ set_opacity(FALSE) else old_color = color - animate(src, color = "#222222", time = 0.5 SECONDS) + animate(src, color = "#2A3A45", time = 0.5 SECONDS) //SS220 EDIT - ORIGINAL: #222222 set_opacity(TRUE) /obj/machinery/door/window/update_icon_state() diff --git a/code/game/machinery/machine_frame.dm b/code/game/machinery/machine_frame.dm index 766f3ec2aefd..3de4eda064be 100644 --- a/code/game/machinery/machine_frame.dm +++ b/code/game/machinery/machine_frame.dm @@ -326,13 +326,13 @@ to destroy them and players will be able to make replacements. . = TRUE if(!I.use_tool(src, user, 0, volume = I.tool_volume)) return - var/choice = tgui_input_list(user, "Choose a new brand", "Select an Item", station_vendors) + var/choice = tgui_input_list(user, "Choose a new brand", "Select an Item", station_vendors + ss220_vendors) // SS220 ADDITION - ss220_vendors if(!choice) return set_type(choice) /obj/item/circuitboard/vendor/proc/set_type(type) - var/static/list/buildable_vendors = station_vendors + unique_vendors + var/static/list/buildable_vendors = station_vendors + unique_vendors + ss220_vendors // SS220 ADDITION - ss220_vendors var/obj/machinery/economy/vending/typepath = buildable_vendors[type] build_path = typepath board_name = "[type] Vendor" diff --git a/code/game/machinery/vendors/generic_vendors.dm b/code/game/machinery/vendors/generic_vendors.dm index b4be8d21faeb..33912e12fd4b 100644 --- a/code/game/machinery/vendors/generic_vendors.dm +++ b/code/game/machinery/vendors/generic_vendors.dm @@ -631,7 +631,6 @@ /obj/item/clothing/mask/gas/mime/wizard = 1, /obj/item/clothing/shoes/sandal/marisa = 1, /obj/item/staff = 2) - contraband = list(/obj/item/reagent_containers/glass/bottle/wizarditis = 1) armor = list(MELEE = 100, BULLET = 100, LASER = 100, ENERGY = 100, BOMB = 0, RAD = 0, FIRE = 100, ACID = 50) resistance_flags = FIRE_PROOF diff --git a/code/game/objects/buckling.dm b/code/game/objects/buckling.dm index 258887a0c12e..cc12806842f4 100644 --- a/code/game/objects/buckling.dm +++ b/code/game/objects/buckling.dm @@ -144,6 +144,9 @@ if(M != user && !HAS_TRAIT(M, TRAIT_HANDS_BLOCKED) && (!in_range(M, src) || !do_after(user, 1 SECONDS, target = M))) return FALSE + if(M != user && (!in_range(M, src) || !do_after(user, 1 SECONDS, target = M))) + return FALSE + add_fingerprint(user) . = buckle_mob(M, check_loc = check_loc) if(.) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 9c49a9e595ba..4573c5d3e242 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -830,6 +830,14 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons outline_color = COLOR_THEME_CLOCKWORK // if you want free gbp go fix the fact that clockwork's tooltip css is glass' if("glass") outline_color = COLOR_THEME_GLASS + // SS220 ADDITION - START + if("vaporwave") + outline_color = COLOR_THEME_VAPORWAVE + if("detective") + outline_color = COLOR_THEME_DETECTIVE + if("trasenknox") + outline_color = COLOR_THEME_TRASENKNOX + // SS220 ADDITION - END else // this should never happen, hopefully outline_color = COLOR_WHITE if(color) diff --git a/code/game/objects/items/salvage.dm b/code/game/objects/items/salvage.dm index 9afe3d8885a6..47a35d5c854a 100644 --- a/code/game/objects/items/salvage.dm +++ b/code/game/objects/items/salvage.dm @@ -87,7 +87,7 @@ /obj/item/salvage/loot/soviet name = "\improper Cygni manifesto" - desc = "A small book, written in Zvezhan, detailing the manifesto of Malfoy Ames, father of The Cygni Rebellion. Banned in Federation space, it may fetch a decent price on the black market." + desc = "A small book, written in Neo-Russkyia, detailing the manifesto of Malfoy Ames, father of The Cygni Rebellion. Banned in Federation space, it may fetch a decent price on the black market." // SS220 EDIT - Zvezhan -> Neo-Russkiya icon_state = "ussp_manual" hitsound = 'sound/items/handling/paper_pickup.ogg' pickup_sound = 'sound/items/handling/paper_pickup.ogg' diff --git a/code/game/objects/items/weapons/AI_modules.dm b/code/game/objects/items/weapons/AI_modules.dm old mode 100755 new mode 100644 diff --git a/code/game/objects/items/weapons/storage/uplink_kits.dm b/code/game/objects/items/weapons/storage/uplink_kits.dm index 74f1e4182db3..6aca07ab1cfd 100644 --- a/code/game/objects/items/weapons/storage/uplink_kits.dm +++ b/code/game/objects/items/weapons/storage/uplink_kits.dm @@ -528,7 +528,7 @@ /obj/item/storage/box/syndie_kit/stechkin name = "\improper FK-69 Stechkin kit" - desc = "A box marked with Zvezhan characters. It appears to contain a 10mm pistol and two magazines." + desc = "A box marked with Neo-Russkiyan characters. It appears to contain a 10mm pistol and two magazines." // SS220 EDIT - Zvezhan -> Neo-Russkiya /obj/item/storage/box/syndie_kit/stechkin/populate_contents() new /obj/item/gun/projectile/automatic/pistol(src) diff --git a/code/game/objects/items/weapons/storage/wallets.dm b/code/game/objects/items/weapons/storage/wallets.dm index ef502b7a3494..4fa12539ba08 100644 --- a/code/game/objects/items/weapons/storage/wallets.dm +++ b/code/game/objects/items/weapons/storage/wallets.dm @@ -69,7 +69,7 @@ return . += mutable_appearance(front_id.icon, front_id.icon_state) . += front_id.overlays - . += mutable_appearance(icon, "wallet_overlay") + . += mutable_appearance(icon, "[icon_state]_overlay") // SS220 EDIT // fuck yeah, ass photo in my wallet var/obj/item/photo/photo = locate(/obj/item/photo) in contents @@ -79,7 +79,7 @@ MA.pixel_x = 11 MA.pixel_y = 1 . += MA - . += mutable_appearance(icon, "photo_overlay") + . += mutable_appearance(icon, "[photo_overlay]_overlay") // SS220 EDIT /obj/item/storage/wallet/update_name(updates) . = ..() diff --git a/code/game/objects/structures/mirror.dm b/code/game/objects/structures/mirror.dm index c7c9923cab48..51edbbd3fae6 100644 --- a/code/game/objects/structures/mirror.dm +++ b/code/game/objects/structures/mirror.dm @@ -163,6 +163,8 @@ if(voice_choice) curse(user) + tts_choose(choice, H) // SS220 ADD + /obj/structure/mirror/magic/ui_close(mob/user) curse(user) diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index 0727ea69e34d..802c0f5ccdad 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -89,7 +89,7 @@ set_opacity(FALSE) else old_color = color - animate(src, color = "#222222", time = 0.5 SECONDS) + animate(src, color = "#2A3A45", time = 0.5 SECONDS) //SS220 EDIT - ORIGINAL: #222222 set_opacity(TRUE) /obj/structure/window/narsie_act() diff --git a/code/game/sound.dm b/code/game/sound.dm index b493d741a379..44dfb11bd8c8 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -88,14 +88,14 @@ falloff_distance - Distance at which falloff begins. Sound is at peak volume (in for(var/mob/M as anything in listeners) M.playsound_local(turf_source, soundin, vol, vary, frequency, falloff_exponent, channel, pressure_affected, S, maxdistance, falloff_distance, 1, use_reverb) -/mob/proc/playsound_local(turf/turf_source, soundin, vol as num, vary, frequency, falloff_exponent = SOUND_FALLOFF_EXPONENT, channel = 0, pressure_affected = TRUE, sound/S, max_distance, falloff_distance = SOUND_DEFAULT_FALLOFF_DISTANCE, distance_multiplier = 1, use_reverb = TRUE) +/mob/proc/playsound_local(turf/turf_source, soundin, vol as num, vary, frequency, falloff_exponent = SOUND_FALLOFF_EXPONENT, channel = 0, pressure_affected = TRUE, sound/S, max_distance, falloff_distance = SOUND_DEFAULT_FALLOFF_DISTANCE, distance_multiplier = 1, use_reverb = TRUE, wait = FALSE) // SS220 EDIT if(!client || !can_hear()) return if(!S) S = sound(get_sfx(soundin)) - S.wait = 0 //No queue + S.wait = wait // SS220 EDIT S.channel = channel || SSsounds.random_available_channel() S.volume = vol @@ -197,7 +197,7 @@ falloff_distance - Distance at which falloff begins. Sound is at peak volume (in if(!SSticker || !SSticker.login_music || GLOB.configuration.general.disable_lobby_music) return if(prefs.sound & SOUND_LOBBY) - SEND_SOUND(src, sound(SSticker.login_music, repeat = 0, wait = 0, volume = 85 * prefs.get_channel_volume(CHANNEL_LOBBYMUSIC), channel = CHANNEL_LOBBYMUSIC)) // MAD JAMS + SEND_SOUND(src, sound(SSticker.login_music, repeat = 0, wait = 0, volume = 50 * prefs.get_channel_volume(CHANNEL_LOBBYMUSIC), channel = CHANNEL_LOBBYMUSIC)) // MAD JAMS // SS220 EDIT - Reduce volume 85 -> 50 /proc/get_rand_frequency() return rand(32000, 55000) //Frequency stuff only works with 45kbps oggs. diff --git a/code/game/verbs/ooc.dm b/code/game/verbs/ooc.dm index f3fc59dfa418..d5e6faed788e 100644 --- a/code/game/verbs/ooc.dm +++ b/code/game/verbs/ooc.dm @@ -58,7 +58,7 @@ GLOBAL_VAR_INIT(admin_ooc_colour, "#b82e00") display_colour = GLOB.mentor_ooc_colour if(check_rights(R_MOD,0) && !check_rights(R_ADMIN,0)) display_colour = GLOB.moderator_ooc_colour - else if(check_rights(R_ADMIN,0)) + if(check_rights(R_EVENT,0)) // SS220 Addition if(GLOB.configuration.admin.allow_admin_ooc_colour) display_colour = src.prefs.ooccolor else @@ -71,6 +71,10 @@ GLOBAL_VAR_INIT(admin_ooc_colour, "#b82e00") for(var/client/C in GLOB.clients) if(C.prefs.toggles & PREFTOGGLE_CHAT_OOC) + // SS220 MODPACK REPLACE START + #ifdef MODPACK_CHAT_BADGES + var/display_name = get_ooc_badged_name() + #else var/display_name = key if(prefs.unlock_content) @@ -83,6 +87,8 @@ GLOBAL_VAR_INIT(admin_ooc_colour, "#b82e00") var/icon/donator = icon('icons/ooc_tag_16x.png') display_name = "[bicon(donator)][display_name]" + #endif + // SS220 MODPACK REPLACE END if(holder) if(holder.fakekey) if(C.holder && C.holder.rights & R_ADMIN) diff --git a/code/game/verbs/who.dm b/code/game/verbs/who.dm index ec58c1c01a66..70a5c06e81c6 100644 --- a/code/game/verbs/who.dm +++ b/code/game/verbs/who.dm @@ -134,8 +134,8 @@ line += " (AFK)" line += "
" - if(check_rights(R_ADMIN, FALSE, C.mob)) // Is this client an admin? - if(C?.holder?.fakekey && !check_rights(R_ADMIN, FALSE)) // Only admins can see stealthmins + if(check_rights(R_BAN, FALSE, C.mob)) // Is this client an admin? // SS220 EDIT - R_ADMIN -> R_BAN + if(C?.holder?.fakekey && !check_rights(R_BAN, FALSE)) // Only admins can see stealthmins // SS220 EDIT - R_ADMIN -> R_BAN continue if(C?.holder?.big_brother && !check_rights(R_PERMISSIONS, FALSE)) // Normal admins can't see Big Brother diff --git a/code/modules/admin/admin_verbs.dm b/code/modules/admin/admin_verbs.dm index b43f852278ea..ef6ec602e89e 100644 --- a/code/modules/admin/admin_verbs.dm +++ b/code/modules/admin/admin_verbs.dm @@ -416,7 +416,7 @@ GLOBAL_LIST_INIT(view_runtimes_verbs, list( /client/proc/admin_observe() set name = "Aobserve" set category = "Admin" - if(!check_rights(R_ADMIN|R_MOD|R_MENTOR)) + if(!check_rights(R_ADMIN|R_MOD)) // SS220 edit - removed R_MENTOR return if(isnewplayer(mob)) diff --git a/code/modules/admin/player_panel.dm b/code/modules/admin/player_panel.dm index eb6c435f6a80..8240bbeae686 100644 --- a/code/modules/admin/player_panel.dm +++ b/code/modules/admin/player_panel.dm @@ -440,6 +440,14 @@ if(length(SSticker.mode.traitors)) dat += check_role_table("Traitors", SSticker.mode.traitors) + // SS220 EDIT - START + if(length(SSticker.mode.blood_brothers)) + dat += check_role_table("Blood Brothers", SSticker.mode.blood_brothers) + + if(length(SSticker.mode.vox_raiders)) + dat += check_role_table("Vox Raiders", SSticker.mode.vox_raiders) + // SS220 EDIT - END + if(length(SSticker.mode.implanted)) dat += check_role_table("Mindslaves", SSticker.mode.implanted) diff --git a/code/modules/admin/verbs/debug.dm b/code/modules/admin/verbs/debug.dm index dccd99040322..35a3bc4f8d43 100644 --- a/code/modules/admin/verbs/debug.dm +++ b/code/modules/admin/verbs/debug.dm @@ -664,11 +664,11 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention) var/list/special_outfits = list( "Naked", "As Job...", + "As Admin Job...", // SS220 EDIT - Добавил "As Admin Job..." "Custom..." ) - var/list/outfits = list() - var/list/paths = subtypesof(/datum/outfit) - typesof(/datum/outfit/job) - list(/datum/outfit/varedit, /datum/outfit/admin) + var/list/paths = subtypesof(/datum/outfit) - typesof(/datum/outfit/job) - list(/datum/outfit/varedit, /datum/outfit/admin) - typesof(/datum/outfit/job/admin) // SS220 EDIT - subtract typesof(/datum/outfit/job/admin) for(var/path in paths) var/datum/outfit/O = path //not much to initalize here but whatever if(initial(O.can_be_admin_equipped)) @@ -695,7 +695,21 @@ GLOBAL_PROTECT(AdminProcCallSpamPrevention) dresscode = job_outfits[dresscode] if(isnull(dresscode)) return + // SS220 EDIT START - собственно сама менюшка + if(dresscode == "As Admin Job...") + var/list/admin_job_paths = subtypesof(/datum/outfit/job/admin) + var/list/admin_job_outfits = list() + for(var/path in admin_job_paths) + var/datum/outfit/O = path + if(initial(O.can_be_admin_equipped)) + admin_job_outfits[initial(O.name)] = path + admin_job_outfits = sortTim(admin_job_outfits, GLOBAL_PROC_REF(cmp_text_asc)) + dresscode = input("Select equipment", "Сhoose your fighter") as null|anything in admin_job_outfits + dresscode = admin_job_outfits[dresscode] + if(isnull(dresscode)) + return + // SS220 EDIT END if(dresscode == "Custom...") var/list/custom_names = list() for(var/datum/outfit/D in GLOB.custom_outfits) diff --git a/code/modules/admin/verbs/gimmick_team.dm b/code/modules/admin/verbs/gimmick_team.dm index 783eb958b027..c0de0a8686a8 100644 --- a/code/modules/admin/verbs/gimmick_team.dm +++ b/code/modules/admin/verbs/gimmick_team.dm @@ -85,6 +85,8 @@ if(is_syndicate) SSticker.mode.traitors |= H.mind //Adds them to extra antag list + H.change_tts_seed(H) // SS220 ADDITION - TTS220 + players_spawned++ if(players_spawned >= teamsize) break diff --git a/code/modules/admin/verbs/mapping_verbs.dm b/code/modules/admin/verbs/mapping_verbs.dm index 49e16972ee61..414e1e504ab6 100644 --- a/code/modules/admin/verbs/mapping_verbs.dm +++ b/code/modules/admin/verbs/mapping_verbs.dm @@ -190,8 +190,9 @@ GLOBAL_VAR_INIT(intercom_range_display_status, 0) var/list/map_datums = list() for(var/x in subtypesof(/datum/map)) var/datum/map/M = x - if(initial(M.voteable)) - map_datums["[initial(M.fluff_name)] ([initial(M.technical_name)])"] = M // Put our map in + // SS220 EDIT - START + map_datums["[initial(M.fluff_name)] ([initial(M.technical_name)])"] = M // Put our map in + // SS220 EDIT - END var/target_map_name = input(usr, "Select target map", "Next map", null) as null|anything in map_datums diff --git a/code/modules/admin/verbs/one_click_antag.dm b/code/modules/admin/verbs/one_click_antag.dm index 665c1bac2b9f..df1319a42e63 100644 --- a/code/modules/admin/verbs/one_click_antag.dm +++ b/code/modules/admin/verbs/one_click_antag.dm @@ -22,6 +22,12 @@ Make Abductor Team (Requires Ghosts)
Make Mindflayers
"} + // SS220 ADD - Start + dat += {" + Make Blood Brothers Team
+ Make Vox Raiders
+ "} + // SS220 ASS - End usr << browse(dat, "window=oneclickantag;size=400x400") return diff --git a/code/modules/antagonists/_common/antag_datum.dm b/code/modules/antagonists/_common/antag_datum.dm index f32b8f55c350..30fb8dd2923c 100644 --- a/code/modules/antagonists/_common/antag_datum.dm +++ b/code/modules/antagonists/_common/antag_datum.dm @@ -163,7 +163,11 @@ GLOBAL_LIST_EMPTY(antagonists) */ /datum/antagonist/proc/remove_innate_effects(mob/living/mob_override) SHOULD_CALL_PARENT(TRUE) - var/mob/living/L = mob_override || owner.current + // SS220 EDIT START - null safe var access + var/mob/living/L = mob_override || owner?.current + if(!L) + return + // SS220 EDIT END if(antag_hud_type && antag_hud_name) remove_antag_hud(L) // If `mob_override` exists it means we're only transferring this datum, we don't need to show the clown any text. diff --git a/code/modules/antagonists/_common/antag_team.dm b/code/modules/antagonists/_common/antag_team.dm index 34d86b3cb3df..fe75cb79d864 100644 --- a/code/modules/antagonists/_common/antag_team.dm +++ b/code/modules/antagonists/_common/antag_team.dm @@ -19,23 +19,23 @@ GLOBAL_LIST_EMPTY(antagonist_teams) /// The name to save objective successes under in the blackboxes. Saves nothing if blank. var/blackbox_save_name -/datum/team/New(list/starting_members) +/datum/team/New(list/starting_members, add_antag_datum = TRUE) // SS220 EDIT - add_antag_datum arg ..() if(!can_create_team()) QDEL_IN(src, 0 SECONDS) // Give us time to crash so we can get the full call stack CRASH("[src] ([type]) is not allowed to be created, this may be a duplicate team. Deleting...") // Assign the team before member assignment to prevent duplicate teams assign_team() - if(!create_team(starting_members)) + if(!create_team(starting_members, add_antag_datum)) // SS220 EDIT - add_antag_datum arg CRASH("[src] ([type]) somehow failed to create a team!") -/datum/team/proc/create_team(list/starting_members) +/datum/team/proc/create_team(list/starting_members, add_antag_datum = TRUE) // SS220 EDIT - add_antag_datum arg PROTECTED_PROC(TRUE) objective_holder = new(src) if(starting_members && !islist(starting_members)) starting_members = list(starting_members) for(var/datum/mind/M as anything in starting_members) - add_member(M) + add_member(M, add_antag_datum = add_antag_datum) // SS220 EDIT - add_antag_datum arg GLOB.antagonist_teams += src return TRUE @@ -63,13 +63,20 @@ GLOBAL_LIST_EMPTY(antagonist_teams) * This is an interface proc, to prevent handle_removing_member from being called multiple times. * It is better if this is only called from `add_antag_datum()`, but it is not required. */ -/datum/team/proc/add_member(datum/mind/new_member, force = FALSE) +/datum/team/proc/add_member(datum/mind/new_member, force = FALSE, add_antag_datum = TRUE) // SS220 EDIT - add_antag_datum arg SHOULD_NOT_OVERRIDE(TRUE) if(!force && (new_member in members)) return FALSE members |= new_member + // SS220 EDIT START + . = TRUE + if(add_antag_datum && antag_datum_type) + var/datum/antagonist/antag = get_antag_datum_from_member(new_member) // make sure they have the antag datum + // If no matching antag datum was found, give them one. + if(!antag) + . = new_member.add_antag_datum(antag_datum_type, src) handle_adding_member(new_member) - return TRUE + // SS220 EDIT END /** * An internal proc to allow teams to handle custom parts of adding a member. @@ -79,9 +86,12 @@ GLOBAL_LIST_EMPTY(antagonist_teams) PROTECTED_PROC(TRUE) SHOULD_CALL_PARENT(TRUE) - var/datum/antagonist/antag = get_antag_datum_from_member(new_member) // make sure they have the antag datum - if(!antag) // this team has no antag role, we'll add it directly to their mind team - LAZYDISTINCTADD(new_member.teams, src) + // SS220 EDIT START - Commented for #840 + // var/datum/antagonist/antag = get_antag_datum_from_member(new_member) // make sure they have the antag datum + // if(!antag) // this team has no antag role, we'll add it directly to their mind team + // LAZYDISTINCTADD(new_member.teams, src) + return + // SS220 EDIT END /** * Removes `member` from this team. @@ -102,7 +112,7 @@ GLOBAL_LIST_EMPTY(antagonist_teams) PROTECTED_PROC(TRUE) SHOULD_CALL_PARENT(TRUE) - LAZYREMOVE(member.teams, src) + // LAZYREMOVE(member.teams, src) // SS220 EDIT - Commented for #840 var/datum/antagonist/antag = get_antag_datum_from_member(member) if(!QDELETED(antag)) qdel(antag) diff --git a/code/modules/antagonists/traitor/contractor/datums/objective_contract.dm b/code/modules/antagonists/traitor/contractor/datums/objective_contract.dm index 449c116b3960..107eae3200f5 100644 --- a/code/modules/antagonists/traitor/contractor/datums/objective_contract.dm +++ b/code/modules/antagonists/traitor/contractor/datums/objective_contract.dm @@ -160,7 +160,7 @@ /// The owning [/datum/syndicate_contract]. var/datum/syndicate_contract/owning_contract = null /// Name fixer regex because area names have rogue characters sometimes. - var/static/regex/name_fixer = regex("(\[a-z0-9 \\'\]+)$", "ig") + var/static/regex/name_fixer = regex("(\[a-zа-яё0-9 \\'\]+)$", "ig") // SS220 EDIT - Regex for RU Areas /datum/objective/contract/New(contract) owning_contract = contract diff --git a/code/modules/asset_cache/assets/asset_nanomap.dm b/code/modules/asset_cache/assets/asset_nanomap.dm index 320c75279aab..f5b0c2be21a8 100644 --- a/code/modules/asset_cache/assets/asset_nanomap.dm +++ b/code/modules/asset_cache/assets/asset_nanomap.dm @@ -2,9 +2,10 @@ // It REALLY doesnt matter too much if these arent up to date // They are relatively big assets = list( - "BoxStation_nanomap_z1.png" = 'icons/_nanomaps/BoxStation_nanomap_z1.png', - "DeltaStation_nanomap_z1.png" = 'icons/_nanomaps/DeltaStation_nanomap_z1.png', - "MetaStation_nanomap_z1.png" = 'icons/_nanomaps/MetaStation_nanomap_z1.png', + "BoxStation220_nanomap_z1.png" = 'icons/_nanomaps/BoxStation220_nanomap_z1.png', // SS220 EDIT START - OUR MAPS + "DeltaStation220_nanomap_z1.png" = 'icons/_nanomaps/DeltaStation220_nanomap_z1.png', + "MetaStation220_nanomap_z1.png" = 'icons/_nanomaps/MetaStation220_nanomap_z1.png', + "Lavaland_nanomap_z1.png" = 'icons/_nanomaps/Lavaland_nanomap_z1.png', // SS220 EDIT END - OUR MAPS "CereStation_nanomap_z1.png" = 'icons/_nanomaps/CereStation_nanomap_z1.png', "EmeraldStation_nanomap_z1.png" = 'icons/_nanomaps/EmeraldStation_nanomap_z1.png', ) diff --git a/code/modules/asset_cache/assets/asset_paper.dm b/code/modules/asset_cache/assets/asset_paper.dm index 96a43545a915..5c3e3329e481 100644 --- a/code/modules/asset_cache/assets/asset_paper.dm +++ b/code/modules/asset_cache/assets/asset_paper.dm @@ -19,5 +19,13 @@ "large_stamp-magistrate.png" = 'icons/paper_icons/large_stamp-magistrate.png', "talisman.png" = 'icons/paper_icons/talisman.png', "ntlogo.png" = 'icons/paper_icons/ntlogo.png', - "syndielogo.png" ='icons/paper_icons/syndielogo.png' + "syndielogo.png" ='icons/paper_icons/syndielogo.png', + + // SS220 ADDITION + "large_stamp-ward.png" = 'modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ward.png', + "large_stamp-ploho.png" = 'modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ploho.png', + "large_stamp-BIGdeny.png" = 'modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-BIGdeny.png', + "large_stamp-navcom.png" = 'modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-navcom.png', + "large_stamp-mime.png" = 'modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-mime.png', + "large_stamp-ussp.png" = 'modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ussp.png' ) diff --git a/code/modules/client/login_processing/20-load_characters.dm b/code/modules/client/login_processing/20-load_characters.dm index 641f4c682607..0edf260ae8de 100644 --- a/code/modules/client/login_processing/20-load_characters.dm +++ b/code/modules/client/login_processing/20-load_characters.dm @@ -64,7 +64,8 @@ height, cyborg_brain_type, body_type, - pda_ringtone + pda_ringtone, + tts_seed FROM characters WHERE ckey=:ckey"}, list( "ckey" = C.ckey )) diff --git a/code/modules/client/preference/character.dm b/code/modules/client/preference/character.dm index 7ce7b4501e69..0c195ed001d6 100644 --- a/code/modules/client/preference/character.dm +++ b/code/modules/client/preference/character.dm @@ -202,7 +202,8 @@ runechat_color=:runechat_color, cyborg_brain_type=:cyborg_brain_type, body_type=:body_type, - pda_ringtone=:pda_ringtone + pda_ringtone=:pda_ringtone, + tts_seed=:tts_seed WHERE ckey=:ckey AND slot=:slot"}, list( // OH GOD SO MANY PARAMETERS @@ -266,6 +267,7 @@ "runechat_color" = runechat_color, "cyborg_brain_type" = cyborg_brain_type, "pda_ringtone" = pda_ringtone, + "tts_seed" = tts_seed, // SS220 EDIT ADDITION - TTS220 "ckey" = C.ckey, "slot" = slot_number )) @@ -306,7 +308,7 @@ player_alt_titles, disabilities, organ_data, rlimb_data, nanotrasen_relation, physique, height, speciesprefs, socks, body_accessory, gear, autohiss, - hair_gradient, hair_gradient_offset, hair_gradient_colour, hair_gradient_alpha, custom_emotes, runechat_color, cyborg_brain_type, body_type, pda_ringtone) + hair_gradient, hair_gradient_offset, hair_gradient_colour, hair_gradient_alpha, custom_emotes, runechat_color, cyborg_brain_type, body_type, pda_ringtone, tts_seed) VALUES (:ckey, :slot, :metadata, :name, :be_random_name, :gender, :age, :species, :language, @@ -333,7 +335,7 @@ :playertitlelist, :disabilities, :organ_list, :rlimb_list, :nanotrasen_relation, :physique, :height, :speciesprefs, :socks, :body_accessory, :gearlist, :autohiss_mode, - :h_grad_style, :h_grad_offset, :h_grad_colour, :h_grad_alpha, :custom_emotes, :runechat_color, :cyborg_brain_type, :body_type, :pda_ringtone) + :h_grad_style, :h_grad_offset, :h_grad_colour, :h_grad_alpha, :custom_emotes, :runechat_color, :cyborg_brain_type, :body_type, :pda_ringtone, :tts_seed) "}, list( // This has too many params for anyone to look at this without going insae "ckey" = C.ckey, @@ -397,7 +399,8 @@ "custom_emotes" = json_encode(custom_emotes), "runechat_color" = runechat_color, "cyborg_brain_type" = cyborg_brain_type, - "pda_ringtone" = pda_ringtone + "pda_ringtone" = pda_ringtone, + "tts_seed" = tts_seed // SS220 EDIT ADDITION - TTS220 )) if(!query.warn_execute()) @@ -493,6 +496,7 @@ cyborg_brain_type = query.item[59] body_type = query.item[60] pda_ringtone = query.item[61] + tts_seed = query.item[62] // SS220 EDIT ADDITION - TTS220 //Sanitize var/datum/species/SP = GLOB.all_species[species] @@ -555,15 +559,15 @@ autohiss_mode = sanitize_integer(autohiss_mode, 0, 2, initial(autohiss_mode)) alternate_option = sanitize_integer(alternate_option, 0, 2, initial(alternate_option)) - job_support_high = sanitize_integer(job_support_high, 0, 65535, initial(job_support_high)) - job_support_med = sanitize_integer(job_support_med, 0, 65535, initial(job_support_med)) - job_support_low = sanitize_integer(job_support_low, 0, 65535, initial(job_support_low)) - job_medsci_high = sanitize_integer(job_medsci_high, 0, 65535, initial(job_medsci_high)) - job_medsci_med = sanitize_integer(job_medsci_med, 0, 65535, initial(job_medsci_med)) - job_medsci_low = sanitize_integer(job_medsci_low, 0, 65535, initial(job_medsci_low)) - job_engsec_high = sanitize_integer(job_engsec_high, 0, 65535, initial(job_engsec_high)) - job_engsec_med = sanitize_integer(job_engsec_med, 0, 65535, initial(job_engsec_med)) - job_engsec_low = sanitize_integer(job_engsec_low, 0, 65535, initial(job_engsec_low)) + job_support_high = sanitize_integer(job_support_high, 0, get_datum_last_support(), initial(job_support_high)) // SS220 EDIT - EXTRA JOBS + job_support_med = sanitize_integer(job_support_med, 0, get_datum_last_support(), initial(job_support_med)) // SS220 EDIT - EXTRA JOBS + job_support_low = sanitize_integer(job_support_low, 0, get_datum_last_support(), initial(job_support_low)) // SS220 EDIT - EXTRA JOBS + job_medsci_high = sanitize_integer(job_medsci_high, 0, get_datum_last_medsci(), initial(job_medsci_high)) // SS220 EDIT - EXTRA JOBS + job_medsci_med = sanitize_integer(job_medsci_med, 0, get_datum_last_medsci(), initial(job_medsci_med)) // SS220 EDIT - EXTRA JOBS + job_medsci_low = sanitize_integer(job_medsci_low, 0, get_datum_last_medsci(), initial(job_medsci_low)) // SS220 EDIT - EXTRA JOBS + job_engsec_high = sanitize_integer(job_engsec_high, 0, get_datum_last_engsec(), initial(job_engsec_high)) // SS220 EDIT - EXTRA JOBS + job_engsec_med = sanitize_integer(job_engsec_med, 0, get_datum_last_engsec(), initial(job_engsec_med)) // SS220 EDIT - EXTRA JOBS + job_engsec_low = sanitize_integer(job_engsec_low, 0, get_datum_last_engsec(), initial(job_engsec_low)) // SS220 EDIT - EXTRA JOBS disabilities = sanitize_integer(disabilities, 0, 65535, initial(disabilities)) socks = sanitize_text(socks, initial(socks)) @@ -2017,6 +2021,15 @@ html += "
" html += "Choose occupation chances
Unavailable occupations are crossed out.

" html += "
Save

" // Easier to press up here. + + // ===== SS220 ADD - NEW JOBS ====== + // ============= START ============= + if(check_available_extra_job_prefs(user.client)) + html += "
Показать [extra_jobs_check ? "основные" : "дополнительные"] работы

" + if(extra_jobs_check) + splitJobs = get_split_extra_jobs() + // ============== END ============== + html += "
Left-click to raise an occupation preference, right-click to lower it.
" html += "" html += "" if(PREFTOGGLE_TOGGLE2) dat += "" + // SS220 ADDITION - START + if(PREFTOGGLE_TOGGLE220) + dat += "" + // SS220 ADDITION - END if(PREFTOGGLE_SOUND) dat += "" if(PREFTOGGLE_LIGHT) diff --git a/code/modules/client/preference/preferences_mysql.dm b/code/modules/client/preference/preferences_mysql.dm index 1ff1a56fc3a7..44a27ab8eecd 100644 --- a/code/modules/client/preference/preferences_mysql.dm +++ b/code/modules/client/preference/preferences_mysql.dm @@ -40,7 +40,7 @@ //Sanitize ooccolor = sanitize_hexcolor(ooccolor, initial(ooccolor)) - UI_style = sanitize_inlist(UI_style, list("White", "Midnight", "Plasmafire", "Retro", "Slimecore", "Operative"), initial(UI_style)) + UI_style = sanitize_inlist(UI_style, list("White", "Midnight", "Plasmafire", "Retro", "Slimecore", "Operative", "Vaporwave", "Detective", "Trasenknox", "Clockwork"), initial(UI_style)) // SS220 EDIT "Vaporwave, Detective, Trasenknox, Clockwork" default_slot = sanitize_integer(default_slot, 1, max_save_slots, initial(default_slot)) toggles = sanitize_integer(toggles, 0, TOGGLES_TOTAL, initial(toggles)) toggles2 = sanitize_integer(toggles2, 0, TOGGLES_2_TOTAL, initial(toggles2)) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 553179b84eaa..d0c660146830 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -1006,7 +1006,7 @@ var/mob/living/carbon/human/H = user if(H.get_item_by_slot(ITEM_SLOT_JUMPSUIT) == src) for(var/obj/item/clothing/accessory/A in accessories) - A.attached_unequip() + A.attached_unequip(user) // SS220 EDIT - FIX /obj/item/clothing/under/equipped(mob/user, slot, initial) ..() @@ -1014,7 +1014,7 @@ return if(slot == ITEM_SLOT_JUMPSUIT) for(var/obj/item/clothing/accessory/A in accessories) - A.attached_equip() + A.attached_equip(user) // SS220 EDIT - FIX /* * # can_attach_accessory diff --git a/code/modules/clothing/under/accessories/accessory.dm b/code/modules/clothing/under/accessories/accessory.dm index e13a51c287b2..7c9f3ea54548 100644 --- a/code/modules/clothing/under/accessories/accessory.dm +++ b/code/modules/clothing/under/accessories/accessory.dm @@ -322,6 +322,10 @@ name = "nanotrasen recruiter medal" desc = "A prize for those who completed the company's most difficult training, use it to earn the respect of everyone in human resources." +/obj/item/clothing/accessory/medal/recruiter // Prize for the NT Recruiter emagged arcade + name = "nanotrasen recruiter medal" + desc = "A prize for those who completed the company's most difficult training, use it to earn the respect of everyone in human resources." + /obj/item/clothing/accessory/medal/heart name = "bronze heart medal" desc = "A rarely-awarded medal for those who sacrifice themselves in the line of duty to save their fellow crew." diff --git a/code/modules/clothing/under/accessories/holster.dm b/code/modules/clothing/under/accessories/holster.dm index 0c6b5722a983..7abffe6ee634 100644 --- a/code/modules/clothing/under/accessories/holster.dm +++ b/code/modules/clothing/under/accessories/holster.dm @@ -50,7 +50,7 @@ return holstered = W - user.unEquip(holstered) + user.unEquip(holstered, silent = TRUE) // SS220 EDIT: silent = TRUE holstered.loc = src holstered.add_fingerprint(user) user.visible_message("[user] holsters [holstered].", "You holster [holstered].") diff --git a/code/modules/crafting/craft.dm b/code/modules/crafting/craft.dm index d56cd287322d..e169c8c7c0e9 100644 --- a/code/modules/crafting/craft.dm +++ b/code/modules/crafting/craft.dm @@ -21,6 +21,7 @@ CAT_NONE, //Tribal subcategories // Food subcategories list( + CAT_MISCFOOD, // SS220 ADDITION CAT_CAKE, CAT_SUSHI, CAT_SANDWICH diff --git a/code/modules/mob/language.dm b/code/modules/mob/language.dm index 05cb1c03b98e..156c9a37183a 100644 --- a/code/modules/mob/language.dm +++ b/code/modules/mob/language.dm @@ -472,22 +472,27 @@ key = "0" syllables = list ("honk","squeak","bonk","toot","narf","zub","wee","wub","norf") -/datum/language/com_zvezhan - name = "Zvezhan" - desc = "The language of revolution across the stars, initially formed as a hybrid of Russian and Mandarin Chinese by early Cygni settlers before incorporating additional influences from across Eurasia." +// SS220 EDIT START - Zvezhan -> Neo-Russkiya +/datum/language/com_srus + name = "Neo-Russkiya" + desc = "Neo-Russkiya, a bastard mix of Gutter, Sol Common, and old Russian. The official language of the USSP. It has started to see use outside of the fringe in hobby circles and protest groups. The linguistic spirit of Sol-Gov criticisms." speech_verb = "articulates" - whisper_verb = "murmurs" + whisper_verb = "mutters" exclaim_verbs = list("proclaims", "boasts", "accentuates") - colour = "com_zvezhan" + colour = "com_srus" key = "?" - space_chance = 50 - syllables = list("ai","bai","bian","che","chuang","e","fan","gan","huo","jian","jiao","ka","man","mu","nang","nuo","o","pang","pi", - "pou","qian","qiu","rao","re","sa","sai","sheng","song","sui","tui","tu","wai","xi","xiu","xu","yan","yi","yuan","zao", - "zei","zhang","zu","zun","a","be","ve","ge","de","ye","ka","el","em","pe","er","te","oo","kha","tse","sha","ă","â","ê", - "ô","ơ","u","ư","th","tr","nh","yoo","eu","ya","pra","pre","pri","pro","pru","cla","cle","clo","bre","bru","ri","ca","ce", - "po","kać","sza","sze","szo","dza","dze","dzo","tą","tę","cieć","sz","sia","sie","sio","siu","zna","zne","zno","lya","lyo", - "lyu","lye","vna","vne","vno","ayat'","shcha","shche","mne","mno","mni","kam","tam","lam","kap","kop","sup","rip","kong", - "tong","aan","aay","aam","klon","chorn") + space_chance = 65 + english_names = 1 + syllables = list("dyen","bar","bota","vyek","tvo","slov","slav","syen","doup","vah","laz","gloz","yet", + "nyet","da","sky","glav","glaz","netz","doomat","zat","moch","boz", + "comy","vrad","vrade","tay","bli","ay","nov","livn","tolv","glaz","gliz", + "ouy","zet","yevt","dat","botat","nev","novy","vzy","nov","sho","obsh","dasky", + "key","skey","ovsky","skaya","bib","kiev","studen","var","bul","vyan", + "tzion","vaya","myak","gino","volo","olam","miti","nino","menov","perov", + "odasky","trov","niki","ivano","dostov","sokol","oupa","pervom","schel", + "tizan","chka","tagan","dobry","okt","boda","veta","idi","cyk","blyt","hui","na", + "udi","litchki","casa","linka","toly","anatov","vich","vech","vuch","toi","ka","vod") +// SS220 EDIT END - Zvezhan -> Neo-Russkiya /datum/language/xenocommon name = "Xenomorph" diff --git a/code/modules/mob/living/carbon/carbon_procs.dm b/code/modules/mob/living/carbon/carbon_procs.dm index f41ae3f76ecc..d5131d0a4143 100644 --- a/code/modules/mob/living/carbon/carbon_procs.dm +++ b/code/modules/mob/living/carbon/carbon_procs.dm @@ -3,6 +3,11 @@ GLOB.carbon_list += src /mob/living/carbon/Destroy() + // We need to delete the back slot first, for modsuits. Otherwise, we have issues. + if(back) + var/obj/I = back + unEquip(I) + qdel(I) // This clause is here due to items falling off from limb deletion for(var/obj/item in get_all_slots()) if(QDELETED(item)) diff --git a/code/modules/mob/living/carbon/human/human_death.dm b/code/modules/mob/living/carbon/human/human_death.dm index 86ead9b289af..6a6b037d61b2 100644 --- a/code/modules/mob/living/carbon/human/human_death.dm +++ b/code/modules/mob/living/carbon/human/human_death.dm @@ -36,7 +36,7 @@ M.forceMove(drop_location()) visible_message("[M] bursts out of [src]!") - if(!ismachineperson(src)) + if(!ismachineperson(src) && !is_species(src, /datum/species/nucleation)) // SS220 EDIT - SPECIES hgibs(loc, dna) else new /obj/effect/decal/cleanable/blood/gibs/robot(loc) diff --git a/code/modules/mob/living/carbon/human/species/vox.dm b/code/modules/mob/living/carbon/human/species/vox.dm index f3dd78b2f717..80ae2e26b451 100644 --- a/code/modules/mob/living/carbon/human/species/vox.dm +++ b/code/modules/mob/living/carbon/human/species/vox.dm @@ -99,6 +99,7 @@ ..() updatespeciescolor(H) H.update_icons() + H.faction |= list("Vox") /datum/species/vox/updatespeciescolor(mob/living/carbon/human/H, owner_sensitive = 1) //Handling species-specific skin-tones for the Vox race. if(H.dna.species.bodyflags & HAS_ICON_SKIN_TONE) diff --git a/code/modules/mob/living/silicon/ai/ai_mob.dm b/code/modules/mob/living/silicon/ai/ai_mob.dm index 76eb27abfd39..fcc5c8ce6070 100644 --- a/code/modules/mob/living/silicon/ai/ai_mob.dm +++ b/code/modules/mob/living/silicon/ai/ai_mob.dm @@ -200,7 +200,7 @@ GLOBAL_LIST_INIT(ai_verbs_default, list( add_language("Galactic Common", 1) add_language("Sol Common", 1) add_language("Tradeband", 1) - add_language("Zvezhan", 1) + add_language("Neo-Russkiya", 1) // SS220 EDIT - Zvezhan -> Neo-Russkiya add_language("Gutter", 1) add_language("Sinta'unathi", 1) add_language("Siik'tajr", 1) diff --git a/code/modules/mob/living/silicon/pai/software/pai_toggles.dm b/code/modules/mob/living/silicon/pai/software/pai_toggles.dm index ec3e16a86077..194786f6c296 100644 --- a/code/modules/mob/living/silicon/pai/software/pai_toggles.dm +++ b/code/modules/mob/living/silicon/pai/software/pai_toggles.dm @@ -76,7 +76,7 @@ user.add_language("Bubblish") user.add_language("Orluum") user.add_language("Clownish") - user.add_language("Zvezhan") + user.add_language("Neo-Russkiya") // SS220 EDIT - Zvezhan -> Neo-Russkiya user.add_language("Tkachi") else user.remove_language("Sinta'unathi") @@ -89,7 +89,7 @@ user.remove_language("Bubblish") user.remove_language("Orluum") user.remove_language("Clownish") - user.remove_language("Zvezhan") + user.remove_language("Neo-Russkiya") // SS220 EDIT - Zvezhan -> Neo-Russkiya user.remove_language("Tkachi") /datum/pai_software/translator/is_active(mob/living/silicon/pai/user) diff --git a/code/modules/mob/living/silicon/robot/robot_mob.dm b/code/modules/mob/living/silicon/robot/robot_mob.dm index 3e1b5940227c..404bc64e6619 100644 --- a/code/modules/mob/living/silicon/robot/robot_mob.dm +++ b/code/modules/mob/living/silicon/robot/robot_mob.dm @@ -159,7 +159,7 @@ GLOBAL_LIST_INIT(robot_verbs_default, list( /// If set to TRUE, the robot can see the types and precice quantities of reagents in transparent containers, the % amount of different reagents in opaque containers, and can identify different blood types. var/has_advanced_reagent_vision = FALSE - /// Integer used to determine self-mailing location, used only by drones and saboteur robots. + /// Integer used to determine self-mailing location, used only by drones and saboteur robots.. var/mail_destination = 1 var/datum/ui_module/robot_self_diagnosis/self_diagnosis var/datum/ui_module/destination_tagger/mail_setter diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index 239004b564df..d1d1a61f04fb 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -281,7 +281,7 @@ R.add_language("Sol Common", 1) R.add_language("Tradeband", 1) R.add_language("Gutter", 0) - R.add_language("Zvezhan", 0) + R.add_language("Neo-Russkiya", 0) // SS220 EDIT - Zvezhan -> Neo-Russkiya R.add_language("Sinta'unathi", 0) R.add_language("Siik'tajr", 0) R.add_language("Canilunzt", 0) @@ -688,7 +688,7 @@ R.add_language("Chittin", 1) R.add_language("Bubblish", 1) R.add_language("Clownish",1) - R.add_language("Zvezhan", 1) + R.add_language("Neo-Russkiya", 1) // SS220 EDIT - Zvezhan -> Neo-Russkiya R.add_language("Tkachi", 1) // Mining diff --git a/code/modules/mob/living/simple_animal/animal_defense.dm b/code/modules/mob/living/simple_animal/animal_defense.dm index d99ec190c833..aacee8769d99 100644 --- a/code/modules/mob/living/simple_animal/animal_defense.dm +++ b/code/modules/mob/living/simple_animal/animal_defense.dm @@ -15,7 +15,10 @@ playsound(loc, 'sound/weapons/thudswoosh.ogg', 50, TRUE, -1) if(INTENT_GRAB) - grabbedby(M) + if(holder_type) // SS220 EDIT START + get_scooped(M) + else + grabbedby(M) // SS220 EDIT END if(INTENT_HARM, INTENT_DISARM) if(HAS_TRAIT(M, TRAIT_PACIFISM)) diff --git a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm index 35a3ad73b209..432520c052a5 100644 --- a/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm +++ b/code/modules/mob/living/simple_animal/hostile/terror_spiders/terror_spiders.dm @@ -1,6 +1,7 @@ GLOBAL_LIST_EMPTY(ts_ckey_blacklist) GLOBAL_VAR_INIT(ts_count_dead, 0) +GLOBAL_VAR_INIT(ts_count_alive_awaymission, 0) // SS220 EDIT - ADDITION GLOBAL_VAR_INIT(ts_count_alive_station, 0) GLOBAL_VAR_INIT(ts_death_last, 0) GLOBAL_VAR_INIT(ts_death_window, 9000) // 15 minutes diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index b1a145c43906..52f59c4ca5c7 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -997,7 +997,7 @@ GLOBAL_LIST_INIT(slot_equipment_priority, list( \ to_chat(src, "Unable to find any unwelded vents to spawn mice at.") return FALSE var/obj/vent_found = pick(found_vents) - var/mob/living/simple_animal/mouse/host = new(vent_found.loc) + var/mob/living/simple_animal/mouse/host = prob(20) ? new /mob/living/simple_animal/mouse/rat(vent_found.loc) : new(vent_found.loc) // SS220 EDIT host.ckey = src.ckey to_chat(host, "You are now a mouse, a small and fragile creature capable of scurrying through vents and under doors. Be careful who you reveal yourself to, for that will decide whether you receive cheese or death.") host.forceMove(vent_found) diff --git a/code/modules/mob/mob_misc_procs.dm b/code/modules/mob/mob_misc_procs.dm index 9412c112aac2..9a8a694b9435 100644 --- a/code/modules/mob/mob_misc_procs.dm +++ b/code/modules/mob/mob_misc_procs.dm @@ -283,12 +283,22 @@ if(prob(33.33)) if(lowertext(newletter) == "o") newletter = "u" + if(lowertext(newletter) == "о") + newletter = "у" + if(lowertext(newletter) == "э") + newletter = "и" if(lowertext(newletter) == "s") newletter = "ch" + if(lowertext(newletter) == "с") + newletter = "сш" if(lowertext(newletter) == "a") newletter = "ah" + if(lowertext(newletter) == "а") + newletter = "ах" if(lowertext(newletter) == "c") newletter = "k" + if(lowertext(newletter) == "ц") + newletter = "сц" if(prob(60)) if(prob(11.11)) newletter += pick(slurletters) diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 98002094fcd4..c3a043807110 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -152,6 +152,15 @@ ready = FALSE return FALSE + // SS220 ADDITION START - TTS220 + if(!check_tts_seed_ready()) + return FALSE + + if(!can_use_species(src, client.prefs.active_character.species)) + to_chat(src, alert("You are currently not whitelisted to play [client.prefs.active_character.species].")) + return FALSE + // SS220 ADDITION END + ready = !ready new_player_panel_proc() @@ -236,6 +245,9 @@ to_chat(src, alert("You are currently not whitelisted to play [client.prefs.active_character.species].")) return FALSE + if(!check_tts_seed_ready()) // SS220 ADDITION - TTS + return FALSE + LateChoices() if(href_list["manifest"]) diff --git a/code/modules/mob/new_player/sprite_accessories/sprite_accessories.dm b/code/modules/mob/new_player/sprite_accessories/sprite_accessories.dm index eb5570bcf848..77b6e6985f4c 100644 --- a/code/modules/mob/new_player/sprite_accessories/sprite_accessories.dm +++ b/code/modules/mob/new_player/sprite_accessories/sprite_accessories.dm @@ -29,7 +29,10 @@ for(var/path in subtypesof(prototype)) var/datum/sprite_accessory/D = new path() - + // SS220 EDIT - START + if(D.removed_from_loadout) + continue + // SS220 EDIT - END if(D.name) if(D.fluff) full_list[D.name] = D diff --git a/code/modules/mod/mod_control.dm b/code/modules/mod/mod_control.dm index 21b9618c2d48..c7c4ce3cffa9 100644 --- a/code/modules/mod/mod_control.dm +++ b/code/modules/mod/mod_control.dm @@ -127,14 +127,14 @@ if(length(req_access)) locked = TRUE new_core?.install(src) - helmet = new /obj/item/clothing/head/mod(src) + helmet = build_head() // SS220 EDIT - original: new /obj/item/clothing/head/mod(src) mod_parts += helmet - chestplate = new /obj/item/clothing/suit/mod(src) + chestplate = build_suit() // SS220 EDIT - original: new /obj/item/clothing/suit/mod(src) chestplate.allowed += theme.allowed_suit_storage mod_parts += chestplate - gauntlets = new /obj/item/clothing/gloves/mod(src) + gauntlets = build_gloves() // SS220 EDIT - original: new /obj/item/clothing/gloves/mod(src) mod_parts += gauntlets - boots = new /obj/item/clothing/shoes/mod(src) + boots = build_shoes() // SS220 EDIT - original: new /obj/item/clothing/shoes/mod(src) mod_parts += boots var/list/all_parts = mod_parts + src for(var/obj/item/part as anything in all_parts) diff --git a/code/modules/paperwork/photocopier.dm b/code/modules/paperwork/photocopier.dm index e27d43b7b0fb..b7efcccfea94 100644 --- a/code/modules/paperwork/photocopier.dm +++ b/code/modules/paperwork/photocopier.dm @@ -293,7 +293,7 @@ if(!cancopy(scancopy)) return copying = TRUE - playsound(loc, 'sound/goonstation/machines/printer_dotmatrix.ogg', 50, TRUE) + playsound(loc, print_sound, 50) // SS220 EDIT if(istype(C, /obj/item/paper)) for(var/i in copies to 1 step -1) if(!papercopy(C)) diff --git a/code/modules/point/point.dm b/code/modules/point/point.dm index c25dc7936105..a79a6baebef5 100644 --- a/code/modules/point/point.dm +++ b/code/modules/point/point.dm @@ -22,7 +22,7 @@ var/turf/our_tile = get_turf(src) var/obj/visual = new /obj/effect/temp_visual/point(our_tile, invisibility) - animate(visual, pixel_x = (tile.x - our_tile.x) * world.icon_size + pointed_atom.pixel_x, pixel_y = (tile.y - our_tile.y) * world.icon_size + pointed_atom.pixel_y, time = 1.7, easing = EASE_OUT) + animate(visual, pixel_x = (tile.x - our_tile.x) * world.icon_size + pointed_atom.pixel_x, pixel_y = (tile.y - our_tile.y) * world.icon_size + pointed_atom.pixel_y, time = 3, easing = EASE_OUT) // SS220 EDIT - "time = 3" /// Create a bubble pointing at a particular icon and icon state. /// See args for create_point_bubble_from_atom. diff --git a/code/modules/power/engines/singularity/narsie.dm b/code/modules/power/engines/singularity/narsie.dm index 842e5303c46f..ab75d7f8efd3 100644 --- a/code/modules/power/engines/singularity/narsie.dm +++ b/code/modules/power/engines/singularity/narsie.dm @@ -33,7 +33,7 @@ icon_state = GET_CULT_DATA(entity_icon_state, initial(icon_state)) name = GET_CULT_DATA(entity_name, initial(name)) - var/sound/cry = sound(pick('sound/hallucinations/im_here1.ogg', 'sound/hallucinations/im_here2.ogg')) + var/sound/cry = sound('modular_ss220/aesthetics_sounds/sound/narsie/narsie_risen.ogg') //SS220 EDIT for(var/mob/living/player in GLOB.player_list) if(isnewplayer(player)) diff --git a/code/modules/power/engines/supermatter/supermatter.dm b/code/modules/power/engines/supermatter/supermatter.dm index f9a4c20c9fc8..367a1c82ff26 100644 --- a/code/modules/power/engines/supermatter/supermatter.dm +++ b/code/modules/power/engines/supermatter/supermatter.dm @@ -300,8 +300,10 @@ switch(get_status()) if(SUPERMATTER_DELAMINATING) playsound(src, 'sound/misc/bloblarm.ogg', 100, FALSE, 40, 30, falloff_distance = 10) + GLOB.major_announcement.Announce("ВНИМАНИЕ, АКТИВНАЯ ЗОНА РЕАКТОРА НАХОДИТСЯ В КРИТИЧЕСКОМ СОСТОЯНИИ!", "РЕАКТОР СУПЕРМАТЕРИИ: СОСТОЯНИЕ КРИТИЧЕСКОЕ!", 'modular_ss220/aesthetics_sounds/sound/supermatter/meltdown.ogg') // SS220 EDIT - ADDITION if(SUPERMATTER_EMERGENCY) playsound(src, 'sound/machines/engine_alert1.ogg', 100, FALSE, 30, 30, falloff_distance = 10) + GLOB.major_announcement.Announce("ВНИМАНИЕ, АКТИВНАЯ ЗОНА РЕАКТОРА НАХОДИТСЯ В СОСТОЯНИИ КРИТИЧЕСКОГО ПЕРЕГРЕВА. ЯДЕРНАЯ КАТАСТРОФА НЕИЗБЕЖНА!", "РЕАКТОР СУПЕРМАТЕРИИ: СОСТОЯНИЕ КРИТИЧЕСКОЕ!", 'modular_ss220/aesthetics_sounds/sound/supermatter/core_overheating.ogg') // SS220 EDIT - ADDITION if(SUPERMATTER_DANGER) playsound(src, 'sound/machines/engine_alert2.ogg', 100, FALSE, 30, 30, falloff_distance = 10) if(SUPERMATTER_WARNING) @@ -393,6 +395,7 @@ E.energy = 200 //Gets us about 9 balls //Dear mappers, balance the sm max explosion radius to 17.5, 37, 39, 41 + playsound(src, 'modular_ss220/aesthetics_sounds/sound/supermatter/explode.ogg', 100, FALSE, 40, 30, falloff_distance = 10) //SS220 EDIT - ADDITION if(forced_gasmix_power_ratio) gasmix_power_ratio = forced_gasmix_power_ratio explosion(get_turf(T), explosion_power * max(gasmix_power_ratio, 0.205) * 0.5 , explosion_power * max(gasmix_power_ratio, 0.205) + 2, explosion_power * max(gasmix_power_ratio, 0.205) + 4 , explosion_power * max(gasmix_power_ratio, 0.205) + 6, 1, 1) diff --git a/code/modules/power/lights.dm b/code/modules/power/lights.dm index eae1c664e1c4..0d5ba0573db2 100644 --- a/code/modules/power/lights.dm +++ b/code/modules/power/lights.dm @@ -392,12 +392,12 @@ break_light_tube(TRUE) if("bulb") brightness_range = 4 - brightness_color = "#a0a080" + // brightness_color = "#a0a080" // SS220 EDIT: comment out if(prob(5)) break_light_tube(TRUE) if("floor") brightness_range = 6 - brightness_color = "#a0a080" + // brightness_color = "#a0a080" // SS220 EDIT: comment out if(prob(3)) break_light_tube(TRUE) update(FALSE, TRUE, FALSE) diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index c40cad88e0ef..77ce0bb8af19 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -191,7 +191,7 @@ /obj/item/projectile/bullet/meteorshot/New() ..() - SpinAnimation() + SpinAnimation(5) /obj/item/projectile/bullet/mime damage = 40 diff --git a/code/modules/reagents/reagent_containers/applicator.dm b/code/modules/reagents/reagent_containers/applicator.dm index ade44dc8a67b..e2b3281bfc56 100644 --- a/code/modules/reagents/reagent_containers/applicator.dm +++ b/code/modules/reagents/reagent_containers/applicator.dm @@ -51,11 +51,11 @@ /obj/item/reagent_containers/applicator/update_overlays() . = ..() if(reagents.total_volume) - var/mutable_appearance/filling = mutable_appearance('icons/goonstation/objects/objects.dmi', "mender-fluid") + var/mutable_appearance/filling = mutable_appearance('modular_ss220/aesthetics/applicator/icons/applicator.dmi', "mender-fluid") // SS220 EDIT - ORIGINAL: icons/goonstation/objects/objects.dmi filling.color = mix_color_from_reagents(reagents.reagent_list) . += filling var/reag_pct = round((reagents.total_volume / volume) * 100) - var/mutable_appearance/applicator_bar = mutable_appearance('icons/goonstation/objects/objects.dmi', "app_e") + var/mutable_appearance/applicator_bar = mutable_appearance('modular_ss220/aesthetics/applicator/icons/applicator.dmi', "app_e") // SS220 EDIT - ORIGINAL: icons/goonstation/objects/objects.dmi switch(reag_pct) if(51 to 100) applicator_bar.icon_state = "app_hf" diff --git a/code/modules/shuttle/emergency.dm b/code/modules/shuttle/emergency.dm index 762fba8ab68a..f70f0fb3f5f3 100644 --- a/code/modules/shuttle/emergency.dm +++ b/code/modules/shuttle/emergency.dm @@ -471,7 +471,7 @@ if(time_left <= 50 && !sound_played) //4 seconds left - should sync up with the launch sound_played = 1 - var/hyperspace_sound = sound('sound/effects/hyperspace_begin.ogg') + var/hyperspace_sound = sound('modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_begin_new.ogg') //SS220 EDIT for(var/area/shuttle/escape/E in world) SEND_SOUND(E, hyperspace_sound) @@ -481,9 +481,9 @@ if(is_station_level(M.z)) //Will not launch from the mine/planet M.enterTransit() //now move the actual emergency shuttle to its transit dock - var/hyperspace_progress_sound = sound('sound/effects/hyperspace_progress.ogg') + /*var/hyperspace_progress_sound = sound('sound/effects/hyperspace_progress.ogg') for(var/area/shuttle/escape/E in world) - SEND_SOUND(E, hyperspace_progress_sound) + SEND_SOUND(E, hyperspace_progress_sound)*/ // SS220 REMOVAL - hyperspave_progress_sound enterTransit() mode = SHUTTLE_ESCAPE timer = world.time @@ -498,7 +498,7 @@ for(var/obj/docking_port/mobile/pod/M in SSshuttle.mobile) M.dock(SSshuttle.getDock("[M.id]_away")) - var/hyperspace_end_sound = sound('sound/effects/hyperspace_end.ogg') + var/hyperspace_end_sound = sound('modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_end_new.ogg') //SS220 EDIT for(var/area/shuttle/escape/E in world) SEND_SOUND(E, hyperspace_end_sound) diff --git a/code/modules/tooltip/tooltip.html b/code/modules/tooltip/tooltip.html index d2c6016b1a94..31c1350ab65f 100644 --- a/code/modules/tooltip/tooltip.html +++ b/code/modules/tooltip/tooltip.html @@ -77,6 +77,19 @@ .operative .wrap {border-color: #1E0101;} .operative .content {color: #FFFFFF; border-color: #750000; background-color: #350000;} + /* SS220 ADDITION - START */ + .clockwork .wrap {border-color: #170800;} + .clockwork .content {color: #B18B25; border-color: #000000; background-color: #5F380E;} + + .vaporwave .wrap {border-color: #0c122c;} + .vaporwave .content {color: #bc3ce3; border-color: #170c2c; background-color: #1d1a22;} + + .detective .wrap {border-color: #2c0F0c;} + .detective .content {color: #c7b08b; border-color: #2c0F0c; background-color: #221c1a;} + + .trasenknox .wrap {border-color: #998e81;} + .trasenknox .content {color: #3ce375; border-color: #998e81; background-color: #1e1d21;} + /* SS220 ADDITION - END */ diff --git a/config/credits/jobs/halloweenstaffjobs.txt b/config/credits/jobs/halloweenstaffjobs.txt new file mode 100644 index 000000000000..527798620253 --- /dev/null +++ b/config/credits/jobs/halloweenstaffjobs.txt @@ -0,0 +1,10 @@ +Зомби +Гуль +Призрак +Ответственный за гробы +Кладовщик +Олег +Дед инсайд +Страшила +Вурдалак +Вампир diff --git a/config/credits/jobs/new_year_staffjobs.txt b/config/credits/jobs/new_year_staffjobs.txt new file mode 100644 index 000000000000..ee79492d060b --- /dev/null +++ b/config/credits/jobs/new_year_staffjobs.txt @@ -0,0 +1,11 @@ +Рудольф +Ответственный за сани +Эльф +Снеговик +Сосулька +Гринч +Снежинка +Дух Прошлого Рождества +Дух Настоящего Рождества +Дух Будущего Рождества +Скрудж diff --git a/config/credits/jobs/staffjobs.txt b/config/credits/jobs/staffjobs.txt new file mode 100644 index 000000000000..9395599cf518 --- /dev/null +++ b/config/credits/jobs/staffjobs.txt @@ -0,0 +1,9 @@ +Носильщик кофе +Оператор +Надоедливый крикун +Ответственный за лопату +Хореограф +Исторический консультант +Дизайнер костюмов +Главный редактор +Исполнительный директор \ No newline at end of file diff --git a/config/credits/sounds/LICENSE.MD b/config/credits/sounds/LICENSE.MD new file mode 100644 index 000000000000..e7eded6586a8 --- /dev/null +++ b/config/credits/sounds/LICENSE.MD @@ -0,0 +1,5 @@ +################################################################################################## + +Twin Musicom - Spooky Ride.mp3 by Twin Musicom, under https://creativecommons.org/licenses/by/4.0/ + +################################################################################################## diff --git a/config/credits/sounds/README.MD b/config/credits/sounds/README.MD new file mode 100644 index 000000000000..3a9ee4c52024 --- /dev/null +++ b/config/credits/sounds/README.MD @@ -0,0 +1 @@ +Чтобы добавить музыку к возможным вариантам - допишите путь к ogg файлу title_music.txt diff --git a/config/credits/sounds/Twin Musicom - Spooky Ride.mp3 b/config/credits/sounds/Twin Musicom - Spooky Ride.mp3 new file mode 100644 index 000000000000..7b3fca4226be Binary files /dev/null and b/config/credits/sounds/Twin Musicom - Spooky Ride.mp3 differ diff --git a/config/credits/sounds/new_year_title_music.txt b/config/credits/sounds/new_year_title_music.txt new file mode 100644 index 000000000000..ddfc35b65439 --- /dev/null +++ b/config/credits/sounds/new_year_title_music.txt @@ -0,0 +1 @@ +config/credits/sounds/space_asshole.ogg diff --git a/config/credits/sounds/space_asshole.ogg b/config/credits/sounds/space_asshole.ogg new file mode 100644 index 000000000000..49c665d67a8b Binary files /dev/null and b/config/credits/sounds/space_asshole.ogg differ diff --git a/config/credits/sounds/title_music.txt b/config/credits/sounds/title_music.txt new file mode 100644 index 000000000000..76a5f9a9cc6c --- /dev/null +++ b/config/credits/sounds/title_music.txt @@ -0,0 +1 @@ +config/credits/sounds/space_asshole.ogg \ No newline at end of file diff --git a/config/credits/titles/README.MD b/config/credits/titles/README.MD new file mode 100644 index 000000000000..5ff703c84b7a --- /dev/null +++ b/config/credits/titles/README.MD @@ -0,0 +1,11 @@ +finished_titles: + Файл для готовых названий эпизода + +random_titles_plural_2_X: + Файл для генерации названия эпизода из двух частей, обе части должны быть записаны в множественном числе + +random_titles_neuter_2_X: + Файл для генерации названия эпизода из двух частей, обе части должны быть записаны в среднем роде + +random_titles_crews_learns: + Файл для генерации названия эпизода в формате "ЭКИПАЖ УЗНАЕТ О [X]" diff --git a/config/credits/titles/finished_titles.txt b/config/credits/titles/finished_titles.txt new file mode 100644 index 000000000000..bc646735ae0e --- /dev/null +++ b/config/credits/titles/finished_titles.txt @@ -0,0 +1,10 @@ +ПУШКИ! ПОВСЮДУ ПУШКИ! +МАЛЕНЬКИЙ ВОКСИК +ЧТО ПРОИСХОДИТ КОГДА БОХ ПОПАДАЕТ В ДРУГОЙ БОХ +БЕЙ! БЕЙ! БЕЙ! +СЕКС БОМБА +ЛЕГЕНДА О ДРЕВНЕМ АРТЕФАКТЕ: ЧАСТЬ I +ПОВОРОТ НЕ ТУДА +ОХОТА ЗА ЗЕЛЕНОЙ "КОЛБАСКОЙ" +ЧУЖОЙ ПРОТИВ ТОРГОВОГО АВТОМАТА +КОСМИЧЕСКИЕ ДАЛЬНОБОЙЩИКИ \ No newline at end of file diff --git a/config/credits/titles/halloween_titles.txt b/config/credits/titles/halloween_titles.txt new file mode 100644 index 000000000000..d5161bc0d0ca --- /dev/null +++ b/config/credits/titles/halloween_titles.txt @@ -0,0 +1 @@ +ХЭЛЛОУИНСКИЙ СПЕШЛ diff --git a/config/credits/titles/new_year_titles.txt b/config/credits/titles/new_year_titles.txt new file mode 100644 index 000000000000..cbfc9f70ab44 --- /dev/null +++ b/config/credits/titles/new_year_titles.txt @@ -0,0 +1 @@ +НОВОГОДНИЙ СПЕШЛ diff --git a/config/credits/titles/random_halloween_titles_masculine_2_1.txt b/config/credits/titles/random_halloween_titles_masculine_2_1.txt new file mode 100644 index 000000000000..dfd25ac704f7 --- /dev/null +++ b/config/credits/titles/random_halloween_titles_masculine_2_1.txt @@ -0,0 +1,10 @@ +ХЭЛЛОУИНСКИЙ +ОМЕРЗИТЕЛЬНЫЙ +УСТРАШАЮЩИЙ +ЧУДОВИЩНЫЙ +ГНИЛОЙ +ПРИЗРАЧНЫЙ +МЕРЗОПАКОСТНЫЙ +СЛАДКИЙ +МОНСТРУОЗНЫЙ +ВЕСЕЛЫЙ diff --git a/config/credits/titles/random_halloween_titles_masculine_2_2.txt b/config/credits/titles/random_halloween_titles_masculine_2_2.txt new file mode 100644 index 000000000000..f083cfd2cd56 --- /dev/null +++ b/config/credits/titles/random_halloween_titles_masculine_2_2.txt @@ -0,0 +1,18 @@ +ОБЕД +ОЛЕГ +РАУНД +ПРИЗРАК +ДВИГАТЕЛЬ +МЕДВЕДЬ +КАПИТАН +МЕДБЕЙ +ОФИЦЕР +ПОВАР +ШАХТЕР +УЧЕНЫЙ +ИНЖЕНЕР +МЕХ +ПИЗДЕЦ +ЩИТСПАВН +КУЛЬТ +СРОЧНИК diff --git a/config/credits/titles/random_new_year_titles_masculine_2_1.txt b/config/credits/titles/random_new_year_titles_masculine_2_1.txt new file mode 100644 index 000000000000..dc61394588a7 --- /dev/null +++ b/config/credits/titles/random_new_year_titles_masculine_2_1.txt @@ -0,0 +1,9 @@ +НОВОГОДНИЙ +ПРАЗДНИЧНЫЙ +ЛЕДЯНОЙ +ПОДАРОЧНЫЙ +СКАЗОЧНЫЙ +СНЕЖНЫЙ +УЮТНЫЙ +ХОХОХОШНЫЙ +РАЗВЛЕКАТЕЛЬНЫЙ diff --git a/config/credits/titles/random_new_year_titles_masculine_2_2.txt b/config/credits/titles/random_new_year_titles_masculine_2_2.txt new file mode 100644 index 000000000000..94610eebc57f --- /dev/null +++ b/config/credits/titles/random_new_year_titles_masculine_2_2.txt @@ -0,0 +1,18 @@ +СНЕГОВИК +ПРАЗДНИК +ГЛИНТВЕЙН +ХОЛОДИЛЬНИК +ОЛЕНЬ +РАУНД +ДВИГАТЕЛЬ +КАПИТАН +МЕДБЕЙ +ОФИЦЕР +ПОВАР +ШАХТЕР +УЧЕНЫЙ +ИНЖЕНЕР +ПИЗДЕЦ +ЩИТСПАВН +СРОЧНИК +ОЛЕГ diff --git a/config/credits/titles/random_titles_crews_learns.txt b/config/credits/titles/random_titles_crews_learns.txt new file mode 100644 index 000000000000..fd58881b9cfe --- /dev/null +++ b/config/credits/titles/random_titles_crews_learns.txt @@ -0,0 +1,12 @@ +ЛЮБВИ +НАРКОТИКАХ +ОПАСНОСТИ УХОДА ОТ НАЛОГОВ +ЧУВСТВИТЕЛЬНОСТИ КСЕНОСОВ +МОШЕННИКАХ +КРУТЕНИИ +ЗАЩИТЕ ОТ РАДИЦИИ +САКРАЛЬНОЙ ГЕОМЕТРИИ +ТЕОРИИ СТРУН +АБСТРАКТНОЙ МАТЕМАТИКЕ +БРАЧНЫХ РИТУАЛАХ БИПСКИ +СИЛЕ ЗЕМЛИ diff --git a/config/credits/titles/random_titles_neuter_2_1.txt b/config/credits/titles/random_titles_neuter_2_1.txt new file mode 100644 index 000000000000..7ad77eef926d --- /dev/null +++ b/config/credits/titles/random_titles_neuter_2_1.txt @@ -0,0 +1,11 @@ +КОСМИЧЕСКОЕ +СЕКСУАЛЬНОЕ +ДРАКОНЬЕ +КОЛДУНСКОЕ +ПРАЧЕЧНОЕ +ОРУЖЕЙНОЕ +РЕКЛАМИРУЮЩЕЕ +СОБАЧЬЕ +УГАРНОЕ +ЧАРОДЕЙСКОЕ +ПОЛИТИЧЕСКОЕ diff --git a/config/credits/titles/random_titles_neuter_2_2.txt b/config/credits/titles/random_titles_neuter_2_2.txt new file mode 100644 index 000000000000..03afa1d8c0c6 --- /dev/null +++ b/config/credits/titles/random_titles_neuter_2_2.txt @@ -0,0 +1,3 @@ +ЗАДАНИЕ +ПРЕДЛОЖЕНИЕ +ПРИКЛЮЧЕНИЕ diff --git a/config/credits/titles/random_titles_plural_2_1.txt b/config/credits/titles/random_titles_plural_2_1.txt new file mode 100644 index 000000000000..5a20c45326c4 --- /dev/null +++ b/config/credits/titles/random_titles_plural_2_1.txt @@ -0,0 +1,8 @@ +ПАДЕНИЕ +ВОССТАНИЕ +ПРОБЛЕМЫ +ПОСЛЕДНЯЯ БИТВА +ТЕМНАЯ СТОРОНА +ОПУСТОШЕНИЕ +УНИЧТОЖЕНИЕ +КРИЗИС diff --git a/config/credits/titles/random_titles_plural_2_2.txt b/config/credits/titles/random_titles_plural_2_2.txt new file mode 100644 index 000000000000..232ac76b0e19 --- /dev/null +++ b/config/credits/titles/random_titles_plural_2_2.txt @@ -0,0 +1,14 @@ +КОСМОНАВТОВ +ЧЕЛОВЕЧЕСТВА +ДОСТОИНСТВА +РАЗУМА +ШИМПАНЗЕ +ТОРГОВЫХ АВТОМАТОВ +КРИСТАЛА СУПЕРМАТЕРИИ +МЕДБЕЯ +ИНЖЕНЕРНОГО ОТДЕЛА +СЛУЖБЫ БЕЗОПАСНОСТИ +ОТДЕЛА ИССЛЕДОВАНИЯ +ДЕПАРТАМЕНТА СЕРВИСА +КОМАНДНОГО ОТДЕЛА +ИССЛЕДОВАТЕЛЕЙ diff --git a/config/example/config.toml b/config/example/config.toml index 8c9250550881..90174328879b 100644 --- a/config/example/config.toml +++ b/config/example/config.toml @@ -34,6 +34,10 @@ # - voting_configuration # - +# SS220 CONFIGS +# - gateway_configuration +# - tts_configuration +# - antag_mix_gamemode_configuration ################################################################ @@ -181,7 +185,7 @@ ipc_screens = [ # Enable/disable the database on a whole sql_enabled = false # SQL version. If this is a mismatch, round start will be delayed -sql_version = 63 +sql_version = 632207 # SQL server address. Can be an IP or DNS name sql_address = "127.0.0.1" # SQL server port @@ -225,6 +229,8 @@ mentor_role_id = "" forward_all_ahelps = true +new_round_waiting_role_id = "" + ################################################################ @@ -274,6 +280,7 @@ gamemode_probabilities = [ { gamemode = "vampire", probability = 3 }, { gamemode = "wizard", probability = 2 }, { gamemode = "trifecta", probability = 3 }, + { gamemode = "antag_mix", probability = 3 }, ] # Do we want the amount of traitors to scale with population? traitor_scaling = true @@ -339,7 +346,7 @@ disable_ambient_noise = false # Enable this if you want to disable the popup alert for people on the same CID disable_cid_warning_popup = false # Amount of loadout points people should get -base_loadout_points = 5 +base_loadout_points = 4 # Respawnability loss penalty if you cryo below this threshold (Minutes) cryo_penalty_period = 30 # Observers count as roundstart if they join from the main menu before this time (in minutes). Set to 0 to allow only-pregame start observers. @@ -475,17 +482,21 @@ job_slot_amounts = [ # Engineering { name = "Life Support Specialist", lowpop = 3, highpop = 4 }, { name = "Station Engineer", lowpop = 5, highpop = 6 }, + { name = "Trainee Engineer", lowpop = 0, highpop = 0 }, # Medical { name = "Chemist", lowpop = 2, highpop = 2 }, { name = "Geneticist", lowpop = 2, highpop = 2 }, { name = "Medical Doctor", lowpop = 5, highpop = 6 }, + { name = "Medical Intern", lowpop = 0, highpop = 0 }, { name = "Virologist", lowpop = 1, highpop = 1 }, # Science { name = "Roboticist", lowpop = 2, highpop = 2 }, { name = "Scientist", lowpop = 6, highpop = 7 }, + { name = "Student Scientist", lowpop = 0, highpop = 0 }, # Security { name = "Detective", lowpop = 1, highpop = 1 }, { name = "Security Officer", lowpop = 8, highpop = 9 }, + { name = "Security Cadet", lowpop = 0, highpop = 0 }, { name = "Warden", lowpop = 1, highpop = 1 }, { name = "Internal Affairs Agent", lowpop = 2, highpop = 2 }, # Service @@ -625,6 +636,10 @@ overflow_server = "byond://yourdomain.com:1111" # List of ckeys who will not get rerouted to the overflow server overflow_whitelist = ["keyhere", "anotherhere"] +# SS220 addition +# Slot saving time for client reconnection (in seconds) +reservation_time = 10 + ################################################################ @@ -701,6 +716,14 @@ active_space_ruins = [ "_maps/map_files/RandomRuins/SpaceRuins/abandoned_sec_shuttle.dmm", "_maps/map_files/RandomRuins/SpaceRuins/freighter.dmm", "_maps/map_files/RandomRuins/SpaceRuins/unathi_skiff.dmm", + ## SS220 Ruins + "_maps/map_files220/RandomRuins/SpaceRuins/mechtransport_new.dmm", + "_maps/map_files220/RandomRuins/SpaceRuins/destroyed_infiltrator.dmm", + "_maps/map_files220/RandomRuins/SpaceRuins/transit_bar.dmm", + "_maps/map_files220/RandomRuins/SpaceRuins/infected_ship.dmm", + "_maps/map_files220/RandomRuins/SpaceRuins/convoy_ambush.dmm", + "_maps/map_files220/RandomRuins/SpaceRuins/voxraiders_1.dmm", + "_maps/map_files220/RandomRuins/SpaceRuins/spacehotel.dmm", ### The following ruins are based from past pre-spawned Zlevel content ### "_maps/map_files/RandomRuins/SpaceRuins/abandonedtele.dmm", @@ -718,12 +741,13 @@ active_space_ruins = [ # The following is the white ship ruin. Its force-spawned and is required to stop SSshuttle runtiming on startup # Its also important incase a white-ship console is ever built midround # DO NOT DISABLE THIS UNLESS YOU HAVE A GOOD REASON - "_maps/map_files/RandomRuins/SpaceRuins/whiteship.dmm", + "_maps/map_files220/RandomRuins/SpaceRuins/whiteship.dmm", # The following is a force-spawned ruin consisting mostly of empty space with a shuttle docking port for the free golem shuttle # Disabling it will lead to the free golem shuttle sometimes being stuck on lavaland. "_maps/map_files/RandomRuins/SpaceRuins/golemtarget.dmm", -] +] # List of all space ruins that can generate in the world +# Commenting something out in here DISABLES IT FROM SPAWNING # List of all ruins that can generate on lavaland # Commenting something out in here DISABLES IT FROM SPAWNING active_lava_ruins = [ @@ -765,7 +789,13 @@ active_lava_ruins = [ "_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_ufo_crash.dmm", "_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_watcher_grave.dmm", "_maps/map_files/RandomRuins/LavaRuins/lavaland_surface_xeno_nest.dmm", + "_maps/map_files220/RandomRuins/LavaRuins/scp_facility.dmm", + "_maps/map_files220/RandomRuins/LavaRuins/cheesus_temple.dmm", + "_maps/map_files220/RandomRuins/LavaRuins/ash_old.dmm", + "_maps/map_files220/RandomRuins/LavaRuins/old_outpost.dmm", ] +# Budget for lavaland ruins. A higher number means more will spawn +lavaland_ruin_budget = 100 ################################################################ @@ -919,3 +949,223 @@ asset_simple_preload = true # Congratulations. You reached the end. heres a cookie. + +# And some SS220 configs ratge. + +################################################################ + + +[gateway_configuration] +# This section contains everything relating to the ingame gateway (away mission) system. + +# Do we want to enable this at all? Disable for faster load times in testing +enable_away_mission = false +# Delay (in deciseconds) before the gateway is usable +away_mission_delay = 0 +# List of all enabled away missions. Comment out an entry to disable it. +enabled_away_missions = [ + "_maps/map_files220/RandomZLevels/beach.dmm", + "_maps/map_files220/RandomZLevels/wildwest.dmm", + "_maps/map_files220/RandomZLevels/blackmarketpackers.dmm", + "_maps/map_files220/RandomZLevels/gate_lizard.dmm", + "_maps/map_files220/RandomZLevels/caves.dmm", + "_maps/map_files220/RandomZLevels/blackmesa.dmm", +] + + +################################################################ + +[tts_configuration] +# This section contains all settings relating to the TTS system + +# Is TTS enabled +tts_enabled = false +# If enabled, what token does it use for API +tts_token_silero = "" +# api url for your tts provider +tts_api_url_silero = "http://you.tts.provider.com:port/endpoint" +# Are the audio files saved after usage +tts_cache_enabled = false +# What CPU threads are used for ffmpeg. Example valid values: "0-3" or "1,4-7" +ffmpeg_cpuaffinity = "" + + +################################################################ + +[ss220_misc_configuration] +# This section contains everything that should be in general_configuration + +# Force discord verification +force_discord_verification = false +# Respawn delay in minutes before one may respawn as a crew member +respawn_delay = 20 +# Enable speech filter for players. +# If enabled, some words will be removed from player's messages. +enable_speech_filter = false +# List of ckeys, that bypass speech filter. +speech_filter_bypass = [] + +################################################################ + +[species_whitelist_configuration] + +species_whitelist_enabled = false + +################################################################ + + +[antag_mix_gamemode_configuration] +# This section contains all settings related to antag_mix gamemode + +# Budged multiplier of antag_mix gamemode. +# Which controlls how basic budget is multiplied, values less than 1 result in less antag budget +budget_multiplier = 1 +# Max fraction of antags relative to ready players. Value between 0 and 1 +max_antag_fraction = 1 +# Configuration of antag scenarios +# Must be list of objects with next params: +# - [tag] required param which identifies the antag scenarios +# - [params] antag scenario specific params +# +# Valid scenario params are: +# - [cost] optional param, which defines how much of `antag_mix` budget will be spent on it +# - [weight] optional param, which defines how often this scenario will be picked, related to others +# - [antag_cap] optional param, which defines how many players can be picked for this scenario at most +# - [candidates_required] optional param, which defines how many players must be picked for this scenario at least +# - [restricted_roles] optional param, which defines which roles are restricted from becoming candidate for this scenario. +# Must be list of strings +# - [protected_roles] optional param, which defines which roles are protected from becoming candidate for this scenario. +# Must be list of strings +# - [restricted_species] optional param, which defines which species are restricted from becoming candidate for this scenario. +# Must be list of strings +# Team antag specific: +# - [team_size] optional param, which defines how much of players must be present in one team. Must equal or lower than antag_cap, +# or otherwise scenario won't be rolled +[[antag_mix_gamemode_configuration.antag_scenarios_configuration]] +tag = "traitor" + +[antag_mix_gamemode_configuration.antag_scenarios_configuration.params] +"required_players" = 1 +"cost" = 1 +"weight" = 1 +"antag_cap" = 1 +"candidates_required" = 1 +"restricted_roles" = ["Cyborg"] +"protected_roles" = [ + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Syndicate Officer", + "Solar Federation General", +] + +[[antag_mix_gamemode_configuration.antag_scenarios_configuration]] +tag = "changeling" + +[antag_mix_gamemode_configuration.antag_scenarios_configuration.params] +"required_players" = 1 +"cost" = 1 +"weight" = 1 +"antag_cap" = 1 +"candidates_required" = 1 +"restricted_roles" = ["Cyborg", "AI"] +"protected_roles" = [ + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Solar Federation General", +] +"restricted_species" = ["Machine"] + +[[antag_mix_gamemode_configuration.antag_scenarios_configuration]] +tag = "vampire" + +[antag_mix_gamemode_configuration.antag_scenarios_configuration.params] +"required_players" = 1 +"cost" = 1 +"weight" = 1 +"antag_cap" = 1 +"candidates_required" = 1 +"restricted_roles" = ["Cyborg", "AI", "Chaplain"] +"protected_roles" = [ + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Solar Federation General", +] +"restricted_species" = ["Machine"] + +[[antag_mix_gamemode_configuration.antag_scenarios_configuration]] +tag = "blood_brothers" + +[antag_mix_gamemode_configuration.antag_scenarios_configuration.params] +"required_players" = 1 +"cost" = 1 +"weight" = 1 +"antag_cap" = 1 +"team_size" = 1 +"candidates_required" = 1 +"restricted_roles" = ["Cyborg", "AI"] +"protected_roles" = [ + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Solar Federation General", +] + +[[antag_mix_gamemode_configuration.antag_scenarios_configuration]] +tag = "vox_raiders" + +[antag_mix_gamemode_configuration.antag_scenarios_configuration.params] +"required_players" = 45 +"cost" = 45 +"weight" = 1 +"antag_cap" = 4 +"team_size" = 4 +"candidates_required" = 2 + +################################################################ + +[gpt_configuration] +gpt_enabled = false +access_token = "" +endpoint = "https://models.inference.ai.azure.com/chat/completions" # Allows github authorization with free tiers +model = "gpt-4o" + +################################################################ diff --git a/config/jukebox_music/LICENSE.txt b/config/jukebox_music/LICENSE.txt new file mode 100644 index 000000000000..8a9d5dd3739b --- /dev/null +++ b/config/jukebox_music/LICENSE.txt @@ -0,0 +1,34 @@ +---LICENSE NOTICE--- + +The server operator(s) is responsible for the copyright status of all sounds placed within the /config/jukebox_music folder unless otherwise noted. + +If a sound requires attribution and/or a specific license it is up to the operator(s) to make this information publicly available on either +a website associated with their server or on the server itself. + +If operators(s) allow these configuration files to be public this file can serve that purpose by keeping it properly updated. + +If in the future new sounds are published to these folders (i.e. in an online code repository) they must explicitly state their +license if said license is not the same as the default licensing found in README.md in the root directory of the project. + +Do not remove this notice. + +---END NOTICE--- + + + + +---EXAMPLES (NOT PART OF ANY LICENSE)--- + +These are examples of properly attrubuted and licensed sounds. +They are not an actual part of any license under any circumstance. + +title5.ogg was created by Mya Quinn on Feburary 28, 2557. It is licensed under a Combative Clowning 3.0 HO-NK license (http://example.com/license/url/). + +Unless otherwise noted all sounds were created by Cuban Pete on July 26, 2555. They are licensed under the RUMBABEAT Public License.(http://example.com/license/url/). + +---END EXAMPLES (NOT PART OF ANY LICENSE)--- + + + + +---ADD LICENSING INFORMATION BELOW--- diff --git a/config/jukebox_music/README.txt b/config/jukebox_music/README.txt new file mode 100644 index 000000000000..9abe0e3e5674 --- /dev/null +++ b/config/jukebox_music/README.txt @@ -0,0 +1,15 @@ +The enclosed /sounds folder holds the sound files used for player selectable songs for an ingame jukebox. OGG and WAV are supported. + +Using unnecessarily huge sounds can cause client side lag and should be avoided. + +You may add as many sounds as you would like. + +--- + +Naming Conventions: + +Every sound you add must have a unique name. Avoid using the plus sign "+" and the period "." in names, as these are used internally to classify sounds. + +Sound names must be in the format of [song name]+[length in deciseconds]+[beat in deciseconds].ogg + +A three minute song title "SS13" that lasted 3 minutes would have a file name SS13+1800+5.ogg diff --git a/config/jukebox_music/sounds/Superiority Shimmy+2400+4.ogg b/config/jukebox_music/sounds/Superiority Shimmy+2400+4.ogg new file mode 100644 index 000000000000..c28403578d5b Binary files /dev/null and b/config/jukebox_music/sounds/Superiority Shimmy+2400+4.ogg differ diff --git a/config/lobby_music/LICENSE.txt b/config/lobby_music/LICENSE.txt new file mode 100644 index 000000000000..04bdee18b178 --- /dev/null +++ b/config/lobby_music/LICENSE.txt @@ -0,0 +1,34 @@ +---LICENSE NOTICE--- + +The server operator(s) is responsible for the copyright status of all sounds placed within the /config/lobby_music/sounds folder unless otherwise noted. + +If a sound requires attribution and/or a specific license it is up to the operator(s) to make this information publicly available on either +a website associated with their server or on the server itself. + +If operators(s) allow these configuration files to be public this file can serve that purpose by keeping it properly updated. + +If in the future new sounds are published to these folders (i.e. in an online code repository) they must explicitly state their +license if said license is not the same as the default licensing found in README.md in the root directory of the project. + +Do not remove this notice. + +---END NOTICE--- + + + + +---EXAMPLES (NOT PART OF ANY LICENSE)--- + +These are examples of properly attrubuted and licensed sounds. +They are not an actual part of any license under any circumstance. + +title5.ogg was created by Mya Quinn on Feburary 28, 2557. It is licensed under a Combative Clowning 3.0 HO-NK license (http://example.com/license/url/). + +Unless otherwise noted all sounds were created by Cuban Pete on July 26, 2555. They are licensed under the RUMBABEAT Public License.(http://example.com/license/url/). + +---END EXAMPLES (NOT PART OF ANY LICENSE)--- + + + + +---ADD LICENSING INFORMATION BELOW--- diff --git a/config/lobby_music/sounds/Traitor.ogg b/config/lobby_music/sounds/Traitor.ogg new file mode 100644 index 000000000000..34660095068b Binary files /dev/null and b/config/lobby_music/sounds/Traitor.ogg differ diff --git a/config/names/adjectives.txt b/config/names/adjectives.txt index c217e7f5f49a..7034cb7f4521 100644 --- a/config/names/adjectives.txt +++ b/config/names/adjectives.txt @@ -1,398 +1,1026 @@ -adorable -adventurous -aggressive -alert -attractive -average -beautiful -blue-eyed -bloody -blushing -bright -clean -clear -cloudy -colorful -crowded -cute -dark -drab -distinct -dull -elegant -excited -fancy -filthy -glamorous -gleaming -gorgeous -graceful -grotesque -handsome -homely -light -long -magnificent -misty -motionless -muddy -old-fashioned -plain -poised -precious -quaint -shiny -smoggy -sparkling -spotless -stormy -strange -ugly -ugliest -unsightly -unusual -wide-eyed -alive -annoying -bad -better -beautiful -brainy -breakable -busy -careful -cautious -clever -clumsy -concerned -crazy -curious -dead -different -difficult -doubtful -easy -expensive -famous -fragile -frail -flaming -gifted -helpful -helpless -horrible -important -impossible -inexpensive -innocent -inquisitive -modern -mushy -odd -open -outstanding -poor -powerful -prickly -puzzled -real -rich -shy -sleepy -stupid -super -talented -tame -tender -tough -uninterested -vast -wandering -wild -wrong - -angry -annoyed -anxious -arrogant -ashamed -awful -bad -bewildered -black -blue -bored -clumsy -combative -condemned -confused -crazy,flipped-out -creepy -cruel -dangerous -defeated -defiant -depressed -disgusted -disturbed -dizzy -dull -embarrassed -envious -evil -fierce -foolish -frantic -frightened -grieving -grumpy -helpless -homeless -hungry -hurt -ill -itchy -jealous -jittery -lazy -lonely -mysterious -nasty -naughty -nervous -nutty -obnoxious -outrageous -panicky -repulsive -scary -selfish -sore -tense -terrible -testy -thoughtless -tired -troubled -upset -uptight -weary -wicked -worried -agreeable -amused -brave -calm -charming -cheerful -comfortable -cooperative -courageous -delightful -determined -eager -elated -enchanting -encouraging -energetic -enthusiastic -excited -exuberant -fair -faithful -fantastic -fine -friendly -funny -gentle -glorious -good -happy -healthy -helpful -hilarious -jolly -joyous -kind -lively -lovely -lucky -nice -obedient -perfect -pleasant -proud -relieved -silly -smiling -splendid -successful -thankful -thoughtful -victorious -vivacious -witty -wonderful -zealous -zany -broad -chubby -crooked -curved -deep -flat -high -hollow -low -narrow -round -shallow -skinny -square -steep -straight -wide -big -colossal -fat -gigantic -great -huge -immense -large -little -mammoth -massive -miniature -petite -puny -scrawny -short -small -tall -teeny -teeny-tiny -tiny -cooing -deafening -faint -harsh -high-pitched -hissing -hushed -husky -loud -melodic -moaning -mute -noisy -purring -quiet -raspy -resonant -screeching -shrill -silent -soft -squealing -thundering -voiceless -whispering -ancient -brief -early -fast -late -long -modern -old -old-fashioned -quick -rapid -short -slow -swift -young -Taste/Touch -bitter -delicious -fresh -juicy -ripe -rotten -salty -sour -spicy -stale -sticky -strong -sweet -tart -tasteless -tasty -thirsty -fluttering -fuzzy -greasy -grubby -hard -hot -icy -loose -melted -nutritious -plastic -prickly -rainy -rough -scattered -shaggy -shaky -sharp -shivering -silky -slimy -slippery -smooth -soft -solid -steady -sticky -tender -tight -uneven -weak -wet -wooden -yummy -boiling -breezy -broken -bumpy -chilly -cold -cool -creepy -crooked -cuddly -curly -damaged -damp -dirty -dry -dusty -filthy -flaky -fluffy -freezing -hot -warm -wet -abundant -empty -few -heavy -light -many -numerous -substantial \ No newline at end of file +обожаемый +обожаемая +обожаемое +предприимчивый +предприимчивая +предприимчивое +агрессивный +агрессивная +агрессивное +бдительный +бдительная +бдительное +привлекательный +привлекательная +привлекательное +посредственный +посредственная +посредственное +красивый +красивая +красивое +голубоглазый +голубоглазая +голубоглазое +кровавый +кровавая +кровавое +застенчивый +застенчивая +застенчивое +яркий +яркая +яркое +чистый +чистая +чистое +ясный +ясная +ясное +облачный +облачная +облачное +красочный +красочная +красочное +многолюдный +многолюдная +многолюдное +милый +милая +милое +тёмный +тёмная +тёмное +однообразный +однообразная +однообразное +отчётливый +отчётливая +отчётливое +тусклый +тусклая +тусклое +элегантный +элегантная +элегантное +взволнованный +взволнованная +взволнованное +причудливый +причудливая +причудливое +отвратительный +отвратительная +отвратительное +обаятельный +обаятельная +обаятельное +сверкающий +сверкающая +сверкающее +прелестный +прелестная +прелестное +изящный +изящная +изящное +гротескный +гротескная +гротескное +уютный +уютная +уютное +светлый +светлая +светлое +длинный +длинная +длинное +великолепный +великолепная +великолепное +туманные +туманная +туманное +неподвижные +неподвижная +неподвижное +мутный +мутная +мутное +старомодный +старомодная +старомодное +гладкий +гладкая +гладкие +уравновешенный +уравновешенная +уравновешенное +драгоценный +драгоценная +драгоценное +необычный +необычная +необычное +блестящий +блестящая +блестящее +искрящийся +искрящаяся +искрящееся +незапятнанный +незапятнанная +незапятнанное +буйный +буйная +буйное +странный +странная +странное +уродливый +уродливая +уродливое +безобразный +безобразная +безобразное +неприглядный +неприглядная +неприглядное +необыкновенный +необыкновенная +необыкновенное +живой +живая +живое +надоедливый +надоедливая +надоедливая +плохой +плохая +плохое +лучший +лучшая +лучшее +мозговитый +мозговитая +мозговитое +хрупкий +хрупкая +хрупкое +занятой +занятая +занятое +осторожный +осторожная +осторожное +осмотрительный +осмотрительная +осмотрительное +умный +умная +умное +неуклюжий +неуклюжая +неуклюжее +обеспокоенный +обеспокоенная +обеспокоенное +сумасшедший +сумасшедшая +сумасшедшее +любопытный +любопытная +любопытное +мёртвый +мёртвая +мёртвое +разный +разная +разное +сложный +сложная +сложное +сомнительный +сомнительная +сомнительное +лёгкий +лёгкая +лёгкое +дорогой +дорогая +дорогое +знаменитый +знаменитая +знаменитое +ломкий +ломкая +ломкое +хилый +хилая +хилое +пламенный +пламенная +пламенное +одаренный +одаренная +одаренное +полезный +полезная +полезное +беспомощный +беспомощная +беспомощное +ужасный +ужасная +ужасное +важный +важная +важное +невозможный +невозможная +невозможное +недорогой +недорогая +недорогое +невинный +невинная +невинное +любознательный +любознательная +любознательное +современный +современная +современное +слащавый +слащавая +слащавое +нечетный +нечетная +нечетное +открытый +открытая +открытое +выдающийся +выдающаяся +выдающееся +бедный +бедная +бедное +мощный +мощная +мощное +колючий +колючая +колючее +озадаченный +озадаченная +озадаченное +реальный +реальная +реальное +богатый +богатая +богатое +стеснительный +стеснительная +стеснительное +сонный +сонная +сонное +тупой +тупая +тупое +талантливый +талантливая +талантливое +ручной +ручная +ручное +нежный +нежная +нежное +жесткий +жесткая +жесткое +безразличный +безразличная +безразличное +огромный +огромная +огромное +блуждающий +блуждающая +блуждающее +дикий +дикая +дикое +неправильный +неправильная +неправильное +сердитый +сердитая +сердитое +раздраженный +раздраженная +раздраженное +беспокойный +беспокойная +беспокойное +невежественный +невежественная +невежественное +стыдный +стыдная +стыдное +смущённый +смущённая +смущённое +чёрный +чёрная +чёрное +синий +синяя +синее +скучающий +скучающая +скучающее +драчливый +драчливая +драчливое +осуждённый +осуждённая +осуждённое +жуткий +жуткая +жуткое +коварный +коварная +коварное +опасный +опасная +опасное +побеждённый +побеждённая +побеждённое +дерзкий +дерзкая +дерзкое +унылый +унылая +унылое +встревоженный +встревоженная +встревоженное +завистливый +завистливая +завистливое +злой +злая +злое +лютый +лютая +лютое +дурацкий +дурацкая +дурацкое +неистовый +неистовая +неистовое +напуганный +напуганная +напуганное +скорбящий +скорбящая +скорбящее +сварливый +сварливая +сварливое +бездомный +бездомная +бездомное +голодный +голодная +голодное +раненый +раненая +раненое +больной +больная +больное +зудящий +зудящая +зудящее +ревнивый +ревнивая +ревнивое +нервный +нервная +нервное +ленивый +ленивая +ленивое +одинокий +одинокая +одинокое +загадочный +загадочная +загадочное +противный +противная +противное +озорной +озорная +озорное +пикантный +пикантная +пикантное +несносный +несносная +несносное +возмутительный +возмутительная +возмутительное +панический +паническая +паническое +отталкивающий +отталкивающая +отталкивающее +эгоистичный +эгоистичная +эгоистичное +воспалённый +воспалённая +воспалённое +напряжённый +напряжённая +напряжённое +вспыльчивый +вспыльчивая +вспыльчивое +беспечный +беспечная +беспечное +уставший +уставшая +уставшее +расстроенный +расстроенная +расстроенное +утомлённый +утомлённая +утомлённое +грешный +грешная +грешное +тревожный +тревожная +тревожное +сговорчивый +сговорчивая +сговорчивое +храбрый +храбрая +храброе +спокойный +спокойная +спокойное +чарующий +чарующая +чарующее +весёлый +весёлая +весёлое +комфортный +комфортная +комфортное +отважный +отважная +отважное +решительный +решительная +решительное +нетерпеливый +нетерпеливая +нетерпеливое +ликующий +ликующая +ликующее +феерический +феерическая +феерическое +вдохновляющий +вдохновляющая +вдохновляющее +энергичный +энергичная +энергичное +увлеченный +увлеченная +увлеченное +восторженный +восторженная +восторженное +обильный +обильная +обильное +честный +честная +честное +верный +верная +верное +фантастический +фантастическая +фантастическое +годный +годная +годное +дружелюбный +дружелюбная +дружелюбное +забавный +забавная +забавное +славный +славная +славное +хороший +хорошая +хорошее +счастливый +счастливая +счастливое +здоровый +здоровая +здоровое +угарный +угарная +угарное +довольный +довольная +довольное +добрый +добрая +доброе +оживлённый +оживлённая +оживлённое +чудный +чудная +чудное +везучий +везучая +везучее +опрятный +опрятная +опрятное +покорный +покорная +покорное +превосходный +превосходная +превосходное +приятный +приятная +приятное +гордый +гордая +гордое +улыбчивый +улыбчивая +улыбчивое +роскошный +роскошная +роскошное +успешный +успешная +успешное +благодарный +благодарная +благодарное +заботливый +заботливая +заботливое +победоносный +победоносная +победоносное +остроумный +остроумная +остроумное +замечательный +замечательная +замечательное +ревностный +ревностная +ревностное +сумасбродный +сумасбродная +сумасбродное +обширный +обширная +обширное +толстый +толстая +толстое +кривой +кривая +кривое +изогнутый +изогнутая +изогнутое +глубокий +глубокая +глубокое +плоский +плоская +плоское +высокий +высокая +высокое +полый +полая +полое +низкий +низкая +низкое +узкий +узкая +узкое +круглый +круглая +круглое +мелкий +мелкая +мелкое +тощий +тощая +тощее +квадратный +квадратная +квадратное +крутой +крутая +крутое +прямой +прямая +прямое +широкий +широкая +широкое +большой +большая +большое +колоссальный +колоссальная +колоссальное +жирный +жирная +жирное +гигантский +гигантская +гигантское +великий +великая +великое +громадный +громадная +громадное +маленький +маленькая +маленькое +массивный +массивная +массивное +миниатюрный +миниатюрная +миниатюрное +малый +малая +малое +тщедушный +тщедушная +тщедушное +костлявый +костлявая +костлявое +короткий +короткая +короткое +крошечный +крошечная +крошечное +малюсенький +малюсенькая +малюсенькое +крохотный +крохотная +крохотное +оглушительный +оглушительная +оглушительное +бледный +бледная +бледное +суровый +суровая +суровое +пронзительный +пронзительная +пронзительное +шипящий +шипящая +шипящее +приглушенный +приглушенная +приглушенное +хриплый +хриплая +хриплое +громкий +громкая +громкое +мелодичный +мелодичная +мелодичное +немой +немая +немое +шумный +шумная +шумное +мурчащий +мурчащая +мурчащее +тихий +тихая +тихое +скрипучий +скрипучая +скрипучее +звучный +звучная +звучное +сиплый +сиплая +сиплое +бесшумный +бесшумная +бесшумное +мягкий +мягкая +мягкое +визжащий +визжащая +визжащее +громогласный +громогласная +громогласное +безмолвный +безмолвная +безмолвное +шепчущий +шепчущая +шепчущее +древний +древняя +древние +краткий +краткая +краткое +ранний +ранняя +раннее +быстрый +быстрая +быстрое +поздний +поздняя +позднее +долгий +долгая +долгое +старый +старая +старое +медленный +медленная +медленное +шустрый +шустрая +шустрое +молодой +молодая +молодое +горький +горькая +горькое +вкусный +вкусная +вкусное +свежий +свежая +свежее +сочный +сочная +сочное +спелый +спелая +спелое +гнилой +гнилая +гнилое +солёный +солёная +солёное +кислый +кислая +кислое +острый +острая +острое +черствый +черствая +чёрствое +липкий +липкая +липкое +сильный +сильная +сильное +сладкий +сладкая +сладкое +терпкий +терпкая +терпкое +безвкусный +безвкусная +безвкусное +вибрирующий +вибрирующая +вибрирующее +нечеткий +нечеткая +нечеткое +сальный +сальная +сальное +неряшливый +неряшливая +неряшливое +твёрдый +твёрдая +твёрдое +горячий +горячая +горячее +ледяной +ледяная +ледяное +свободный +свободная +свободное +плавленый +плавленая +плавленое +питательный +питательная +питательное +пластиковый +пластиковая +пластиковое +дождливый +дождливая +дождливое +грубый +грубая +грубое +разбросанный +разбросанная +разбросанное +лохматый +лохматая +лохматое +шаткий +шаткая +шаткое +резкий +резкая +резкое +шелковистый +шелковистая +шелковистое +склизкий +склизкая +склизкое +скользкий +скользкая +скользкое +плавный +плавная +плавное +солидный +солидная +солидное +устойчивый +устойчивая +устойчивое +тугой +тугая +тугое +неровный +неровная +неровное +слабый +слабая +слабое +мокрый +мокрая +мокрое +деревянный +деревянная +деревянное +аппетитный +аппетитная +аппетитное +кипящий +кипящая +кипящее +сломанный +сломанная +сломанное +ухабистый +ухабистая +ухабистое +прохладный +прохладная +прохладное +холодный +холодная +холодное +зябкий +зябкая +зябкое +корявый +корявая +корявое +отрадный +отрадная +отрадное +кудрявый +кудрявая +кудрявое +поврежденный +поврежденная +поврежденное +сырой +сырая +сырое +грязный +грязная +грязное +сухой +сухая +сухое +пыльный +пыльная +пыльное +пушистый +пушистая +пушистое +леденящий +леденящая +леденящее +тёплый +тёплая +тёплое +пустой +пустая +пустое +немногий +немногая +немногое +тяжёлый +тяжёлая +тяжёлое +многий +многая +многое +многочисленный +многочисленная +многочисленное +существенный +существенная +существенное +неуклонный +неуклонная +неуклонное +постоянный +постоянная +постоянное +могущественный +могущественная +могущественное \ No newline at end of file diff --git a/config/names/clown.txt b/config/names/clown.txt index 90c1f07e27cc..a4b7b8f4a69d 100644 --- a/config/names/clown.txt +++ b/config/names/clown.txt @@ -1,37 +1,37 @@ -Gigglesworth -Honkel the III -Goose McSunny -Mr. Shoe -Toodles Sharperton -Dinky Doodle -Honkerbelle -Bo Bo Sassy -Baby Cakes -Ladybug Honks -Ziggy Yoyo -Razzle Dazzle -Buster Frown -Pepinpop -Silly Willy -Jo Jo Bobo Bo -Pocket -Patches -Checkers -Freckle -Honker -Bonker -Skiddle -Scootaloo -Sprinkledinkle -Ronnie Pace -Miss Stockings -Slippy Joe -Redshirt McBeat -Flop O'Honker -Speckles -Bubble -Button -Sparkle -Giggles -Jingle -Candy \ No newline at end of file +Гигглесвортх +Хонкел тхе ИИИ +Гоосе МцСунны +Мр. Шое +Тоодлес Шарпертон +Динкы Доодле +Хонкербелле +Бо Бо Сассы +Бабы Цакес +Ладыбуг Хонкс +Зиггы Ыоыо +Раззле Даззле +Бустер Фровн +Пепинпоп +Силлы Виллы +Йо Йо Бобо Бо +Поцкет +Патчес +Чецкерс +Фрецкле +Хонкер +Бонкер +Скиддле +Сцооталоо +Спринклединкле +Ронние Паце +Мисс Стоцкингс +Слиппы Йое +Редширт МцБеат +Флоп О'Хонкер +Спецклес +Буббле +Буттон +Спаркле +Гигглес +Йингле +Цанды \ No newline at end of file diff --git a/config/names/cocktails.txt b/config/names/cocktails.txt new file mode 100644 index 000000000000..c9c5adf5c7e5 --- /dev/null +++ b/config/names/cocktails.txt @@ -0,0 +1,44 @@ +водка с тоником +джин физз +бахама мама +манхэттен +черный русский +виски сода +лонг айленд айс ти +маргарита +ирландский кофе +ирландские сливки +бипски смэш +текила санрайз +храбрый бык +грызлодёр +кровавая мэри +виски с колой +белый русский +водка мартини +мартини +куба либре +калуа +водка +вино +самогон +мохито +амасек +джин и тоник +джин и соник +грог +эплджек +анти-фриз +отвёртка +нейро-токсин +пиво +банана-хонк +милкшейк +кира спешал +токсин спешал +нюка-кола +трипл цитрус +черри шейк +менли дорф +багама мама +Б-52 \ No newline at end of file diff --git a/config/names/deathsquad.txt b/config/names/deathsquad.txt index 86b4270b29d5..7f520949c760 100644 --- a/config/names/deathsquad.txt +++ b/config/names/deathsquad.txt @@ -1,73 +1,73 @@ -Killiam Shakespeare -Stabby McGee -Sgt. Slaughter -Maxx Power -Sir Killaslot -Slab Bulkhead -Fridge Largemeat -Punt Speedchunk -Butch Deadlift -Bold Bigflank -Splint Chesthair -Flint Ironstag -Bolt Vanderhuge -Thick McRunfast -Blast Hardcheese -Buff Drinklots -Trunk Slamchest -Fist Rockbone -Stump Beefgnaw -Smash Lampjaw -Punch Rockgroin -Buck Plankchest -Stump Chunkman -Dirk Hardpeck -Rip Steakface -Slate Slabrock -Crud Bonemeal -Brick Hardmeat -Rip Sidecheek -Punch Sideiron -Gristle McThornBody -Slake Fistcrunch -Buff Hardback -Blast Thickneck -Crunch Buttsteak -Slab Squatthrust -Lump Beefrock -Touch Rustrod -Reef Blastbody -Smoke Manmuscle -Beat Punchbeef -Pack Blowfist -Roll Fizzlebeef -Lance Killiam -George Melons -Maximilian Murderface -Bob Johnson -Crush McStompbones -Hank Chesthair -Killing McKillingalot -Rex Dudekiller VII -Seamus McTosterone -Hans Testosteroneson -Max Pain -Theodore Pain -Sarah Pain -GORE Vidal -Leonardo Da Viking -Noam Bombsky -Al "Otta" Gore -Gibbs McLargehuge -Evil Martin Luther King -Evil Bob Marley -Duke Killington -AMERICA -Toolboxl Rose -Zombie Gandhi -A whole bunch of spiders in a SWAT suit -THAT DAMN TRAITOR GEORGE MELONS -Hank Tank -Brickhouse Thunderlung -Colossus Crushtacean -Maxx Capp \ No newline at end of file +Киллиам Шакеспеаре +Стаббы МцГее +Сгт. Слаугхтер +Махх Повер +Сир Килласлот +Слаб Булкхеад +Фридге Ларгемеат +Пунт Спеедчунк +Бутч Деадлифт +Болд Бигфланк +Сплинт Честхаир +Флинт Иронстаг +Болт Вандерхуге +Тхицк МцРунфаст +Бласт Хардчеесе +Буфф Дринклотс +Трунк Сламчест +Фист Роцкбоне +Стумп Беефгнав +Смаш Лампйав +Пунч Роцкгроин +Буцк Планкчест +Стумп Чункман +Дирк Хардпецк +Рип Стеакфаце +Слате Слаброцк +Цруд Бонемеал +Брицк Хардмеат +Рип Сидечеек +Пунч Сидеирон +Гристле МцТхорнБоды +Слаке Фистцрунч +Буфф Хардбацк +Бласт Тхицкнецк +Црунч Буттстеак +Слаб Скьюуаттхруст +Лумп Беефроцк +Тоуч Рустрод +Рееф Бластбоды +Смоке Манмусцле +Беат Пунчбееф +Пацк Бловфист +Ролл Физзлебееф +Ланце Киллиам +Георге Мелонс +Махимилиан Мурдерфаце +Боб Йохнсон +Цруш МцСтомпбонес +Ханк Честхаир +Киллинг МцКиллингалот +Рех Дудекиллер ВИИ +Сеамус МцТостероне +Ханс Тестостеронесон +Мах Паин +Тхеодоре Паин +Сарах Паин +ГОРЕ Видал +Леонардо Да Викинг +Ноам Бомбскы +Ал "Отта" Горе +Гиббс МцЛаргехуге +Евил Мартин Лутхер Кинг +Евил Боб Марлеы +Дуке Киллингтон +АМЕРИЦА +Тоолбохл Росе +Зомбие Гандхи +А вхоле бунч оф спидерс ин а СВАТ суит +ТХАТ ДАМН ТРАИТОР ГЕОРГЕ МЕЛОНС +Ханк Танк +Брицкхоусе Тхундерлунг +Цолоссус Цруштацеан +Махх Цапп \ No newline at end of file diff --git a/config/names/dreams.txt b/config/names/dreams.txt index 32fb9c6f9fbf..19c934190d8c 100644 --- a/config/names/dreams.txt +++ b/config/names/dreams.txt @@ -1,112 +1,112 @@ -an ID card -a bottle -a familiar face -a crewmember -a toolbox -a security officer -the captain -voices from all around -deep space -a doctor -the engine -a traitor -an ally -darkness -light -a scientist -a monkey -a catastrophe -a loved one -a gun -warmth -freezing -the sun -a hat -the Cyberiad -the Cerebron -the Kerberos -a ruined station -a planet -plasma -air -the medical bay -the bridge -blinking lights -a blue light -an abandoned laboratory -Nanotrasen -The Syndicate -blood -healing -power -respect -riches -space -a crash -happiness -pride -a fall -water -flames -ice -melons -flying -the eggs -money -the head of personnel -the head of security -a chief engineer -a research director -a chief medical officer -the detective -the warden -a member of internal affairs -a station engineer -the janitor -atmospheric technician -the quartermaster -a cargo technician -the botanist -a shaft miner -the psychologist -the chemist -the geneticist -the virologist -the roboticist -the chef -the bartender -the chaplain -the librarian -the brig physician -the pod pilot -the barber -the mechanic -the magistrate -the nanotrasen representative -the blueshield -a mouse -an ert member -a beach -the holodeck -a smokey room -the cold -an operating table -the bar -the rain -a skrell -an unathi -a tajaran -a vulpkanin -a slime -an ipc -a vox -a plasmaman -a grey -a kidan -a diona -a drask -the AI core -the mining station -the research station -a beaker of strange liquid -Captain DREAMER \ No newline at end of file +удостоверение личности +бутылка +знакомое лицо +член экипажа +ящик для инструментов +офицер службы безопасности +капитан +голоса со всех сторон +Глубокий космос +врач +двигатель +предатель +союзник +темнота +свет +ученый +обезьяна +катастрофа +любимый +Пистолет +тепло +замораживание +солнце +шляпа +Кибериада +Цереброн +Керберос +разрушенная станция +планета +плазма +воздух +медицинский отсек +мост +мигающие огни +синий свет +заброшенная лаборатория +Нанотрасен +Синдикат +кровь +выздоровление +власть +уважать +богатство +космос +авария +счастье +гордость +падение +вода +пламя +лед +дыни +летающий +яйца +деньги +руководитель отдела кадров +руководитель службы безопасности +главный инженер +директор по исследованиям +главный врач +детектив +надзиратель +сотрудник внутренних дел +инженер станции +дворник +атмосферный техник +квартирмейстер +грузовой техник +ботаник +шахтер +психолог +химик +генетик +вирусолог +робототехник +шеф +бармен +капеллан +библиотекарь +бригадный врач +пилот капсулы +парикмахер +механик +судья +представитель нанотрасена +синий щит +мышь +действительный член +пляж +голодек +дымная комната +простуда +операционный стол +бар +дождь +скрелл +унати +таджаран +вульпканин +слизь +IPc +вокс +плазмаман +серый +кидан +диона +глоток +ядро искусственного интеллекта +горнодобывающая станция +исследовательская станция +стакан со странной жидкостью +Капитан МЕЧТАТЕЛЬ \ No newline at end of file diff --git a/config/names/first.txt b/config/names/first.txt index 7c5984369c6f..838a4a070e2d 100644 --- a/config/names/first.txt +++ b/config/names/first.txt @@ -1,1500 +1,1500 @@ -Abel -Adolph -Aida -Alan -Alden -Alex -Alexa -Alexandria -Alexis -Alexus -Alfred -Alfreda -Alger -Alisa -Alisya -Allegra -Allegria -Allen -Alma -Alysha -Alyssia -Amaryllis -Ambrosine -Amos -Angel -Anjelica -Anne -Arabella -Archie -Arielle -Arleen -Arn -Art -Ashlie -Astor -Aubrey -Avalon -Averill -Baldric -Barbra -Bartholomew -Beckah -Becky -Bernice -Bertrand -Bethney -Betsy -Bidelia -Bill -Blake -Brayden -Breanne -Brendan -Brittani -Bronte -Brooke -Bryce -Burt -Byrne -Byron -Bysshe -Cadence -Calanthia -Caleigh -Camryn -Candace -Candice -Candis -Canute -Carly -Carlyle -Carolyn -Carry -Carter -Caryl -Casimir -Cassian -Cecily -Charlton -Cherette -Cheri -Cherry -Chip -Christa -Christiana -Christobel -Claribel -Clark -Claudius -Clement -Cleveland -Cliff -Clinton -Clitus -Clover -Collin -Coreen -Corrine -Cy -Cynthia -Dalya -Damian -Daniella -Danny -Darcey -Darell -Daria -Darin -Dayna -Deangelo -Debbi -Dee -Deena -Della -Delma -Denholm -Denys -Desmond -Devin -Diamond -Dina -Dolores -Dominic -Donella -Donna -Donny -Dorothy -Dortha -Driscoll -Duncan -Easter -Ebba -Edgar -Effie -Eliot -Eliott -Elizabeth -Elle -Elric -Elspet -Elwood -Emma -Emmanuel -Ermintrude -Esmeralda -Eugenia -Euphemia -Eustace -Eveleen -Evelina -Fay -Fitz -Flick -Floella -Flora -Flossie -Fortune -Francis -Frankie -Fulton -Garret -Gaye -Genette -Georgene -Geraldine -Gervase -Gina -Ginger -Gladwyn -Glenna -Goddard -Godwin -Goodwin -Gordon -Graeme -Gratian -Greta -Griselda -Gwenda -Gwenevere -Hadley -Haidee -Hailey -Hal -Haleigh -Happy -Hartley -Hayley -Heather -Hedley -Helen -Henderson -Hepsie -Hervey -Holden -Homer -Hope -Horatio -Hortensia -Huffie -Hugo -Iantha -Ileen -Innocent -Irene -Irvine -Jacaline -Jacquetta -Jacqui -Jake -Jakki -Jalen -Jamar -Jamie -Jamison -Janel -Janelle -Janette -Janie -Janina -Janine -Jasmine -Jaydon -Jaye -Jaylee -Jayne -Jaynie -Jeanna -Jeannie -Jeannine -Jeb -Jed -Jemmy -Jenifer -Jennie -Jera -Jere -Jeri -Jermaine -Jerrie -Jillian -Jillie -Jim -Joachim -Joetta -Joey -Johnathan -Johnny -Joi -Jonathon -Joni -Josepha -Josh -Josiah -Joye -Julia -July -Kaelea -Kaleigh -Karenza -Karly -Karyn -Kat -Kathy -Katlyn -Kayleigh -Keegan -Keira -Keith -Kellie -Kennard -Kerena -Kerensa -Keturah -Keziah -Kimberley -Lacy -Lakeisha -Lalla -Lanny -Latanya -Launce -Laurencia -Laurissa -Leeann -Leia -Leland -Lennox -Leroi -Lessie -Leta -Lexia -Lexus -Linden -Lindsie -Lindy -Linton -Lockie -Loreto -Lori -Lorin -Lou -Luanne -Lucian -Luvenia -Lyndsey -Lynn -Lynsey -Lynwood -Mabelle -Macey -Madyson -Maegan -Malachi -Malcolm -Manley -Marcia -Mariabella -Marilene -Marion -Marion -Marje -Marjory -Marlowe -Marlyn -Marshall -Maryann -Maudie -Maurene -May -Maynard -Melvyn -Merideth -Merrilyn -Meryl -Micheal -Mike -Milton -Minnie -Monna -Montague -Monte -Monty -Muriel -Mya -Myriam -Myrtie -Nan -Nathaniel -Nelle -Nena -Nerissa -Netta -Nettie -Nikolas -Noah -Nonie -Nova -Nowell -Nydia -Olive -Oralie -Osbert -Osborn -Osborne -Osmund -Paget -Patience -Patrick -Patton -Pauleen -Pene -Percival -Peregrine -Pheobe -Phoebe -Phyliss -Phyllida -Phyllis -Porsche -Prosper -Prue -Quanah -Quiana -Raelene -Rain -Randa -Randal -Rastus -Rayner -Rebeckah -Reene -Renie -Reuben -Rexana -Reynard -Rhetta -Rich -Richie -Rick -Rickena -Rickey -Rickie -Rodger -Roger -Romayne -Ronnette -Roscoe -Rosemary -Roswell -Royce -Rubye -Rusty -Sabella -Sachie -Sal -Sally -Saranna -Sawyer -Scotty -Seneca -Seymour -Shan -Shana -Shanika -Shannah -Shannon -Shantae -Sharalyn -Sharla -Sheri -Sherie -Sherill -Sherri -Shiloh -Simon -Sloan -Sophie -Sorrel -Spike -Star -Steph -Stephany -Sue -Sukie -Sunshine -Susanna -Susannah -Suzan -Suzy -Sybil -Syd -Sydney -Tamika -Tamsin -Tania -Tansy -Tatyanna -Taylor -Tel -Terrell -Tiffany -Tod -Tolly -Topaz -Tori -Tracee -Tracey -Trinity -Tye -Uland -Ulric -Ulyssa -Valary -Vaughn -Verna -Vince -Vinnie -Vivyan -Walter -Ward -Warner -Wayne -Wendi -Whitaker -William -Willy -Winifred -Wisdom -Woodrow -Woody -Wynonna -Wynter -Yasmin -Yolanda -Ysabel -Zack -Zeke -Zelda -Zune -Jacob -Michael -Ethan -Joshua -Daniel -Alexander -Anthony -William -Christopher -Matthew -Jayden -Andrew -Joseph -David -Noah -Aiden -James -Ryan -Logan -John -Nathan -Elijah -Christian -Gabriel -Benjamin -Jonathan -Tyler -Samuel -Nicholas -Gavin -Dylan -Jackson -Brandon -Caleb -Mason -Angel -Isaac -Evan -Jack -Kevin -Jose -Isaiah -Luke -Landon -Justin -Lucas -Zachary -Jordan -Robert -Aaron -Brayden -Thomas -Cameron -Hunter -Austin -Adrian -Connor -Owen -Aidan -Jason -Julian -Wyatt -Charles -Luis -Carter -Juan -Chase -Diego -Jeremiah -Brody -Xavier -Adam -Carlos -Sebastian -Liam -Hayden -Nathaniel -Henry -Jesus -Ian -Tristan -Bryan -Sean -Cole -Alex -Eric -Brian -Jaden -Carson -Blake -Ayden -Cooper -Dominic -Brady -Caden -Josiah -Kyle -Colton -Kaden -Eli -Miguel -Antonio -Parker -Steven -Alejandro -Riley -Richard -Timothy -Devin -Jesse -Victor -Jake -Joel -Colin -Kaleb -Bryce -Levi -Oliver -Oscar -Vincent -Ashton -Cody -Micah -Preston -Marcus -Max -Patrick -Seth -Jeremy -Peyton -Nolan -Ivan -Damian -Maxwell -Alan -Kenneth -Jonah -Jorge -Mark -Giovanni -Eduardo -Grant -Collin -Gage -Omar -Emmanuel -Trevor -Edward -Ricardo -Cristian -Nicolas -Kayden -George -Jaxon -Paul -Braden -Elias -Andres -Derek -Garrett -Tanner -Malachi -Conner -Fernando -Cesar -Javier -Miles -Jaiden -Alexis -Leonardo -Santiago -Francisco -Cayden -Shane -Edwin -Hudson -Travis -Bryson -Erick -Jace -Hector -Josue -Peter -Jaylen -Mario -Manuel -Abraham -Grayson -Damien -Kaiden -Spencer -Stephen -Edgar -Wesley -Shawn -Trenton -Jared -Jeffrey -Landen -Johnathan -Bradley -Braxton -Ryder -Camden -Roman -Asher -Brendan -Maddox -Sergio -Israel -Andy -Lincoln -Erik -Donovan -Raymond -Avery -Rylan -Dalton -Harrison -Andre -Martin -Keegan -Marco -Jude -Sawyer -Dakota -Leo -Calvin -Kai -Drake -Troy -Zion -Clayton -Roberto -Zane -Gregory -Tucker -Rafael -Kingston -Dominick -Ezekiel -Griffin -Devon -Drew -Lukas -Johnny -Ty -Pedro -Tyson -Caiden -Mateo -Braylon -Cash -Aden -Chance -Taylor -Marcos -Maximus -Ruben -Emanuel -Simon -Corbin -Brennan -Dillon -Skyler -Myles -Xander -Jaxson -Dawson -Kameron -Kyler -Axel -Colby -Jonas -Joaquin -Payton -Brock -Frank -Enrique -Quinn -Emilio -Malik -Grady -Angelo -Julio -Derrick -Raul -Fabian -Corey -Gerardo -Dante -Ezra -Armando -Allen -Theodore -Gael -Amir -Zander -Adan -Maximilian -Randy -Easton -Dustin -Luca -Phillip -Julius -Charlie -Ronald -Jakob -Cade -Brett -Trent -Silas -Keith -Emiliano -Trey -Jalen -Darius -Lane -Jerry -Jaime -Scott -Graham -Weston -Braydon -Anderson -Rodrigo -Pablo -Saul -Danny -Donald -Elliot -Brayan -Dallas -Lorenzo -Casey -Mitchell -Alberto -Tristen -Rowan -Jayson -Gustavo -Aaden -Amari -Dean -Braeden -Declan -Chris -Ismael -Dane -Louis -Arturo -Brenden -Felix -Jimmy -Cohen -Tony -Holden -Reid -Abel -Bennett -Zackary -Arthur -Nehemiah -Ricky -Esteban -Cruz -Finn -Mauricio -Dennis -Keaton -Albert -Marvin -Mathew -Larry -Moises -Issac -Philip -Quentin -Curtis -Greyson -Jameson -Everett -Jayce -Darren -Elliott -Uriel -Alfredo -Hugo -Alec -Jamari -Marshall -Walter -Judah -Jay -Lance -Beau -Ali -Landyn -Yahir -Phoenix -Nickolas -Kobe -Bryant -Maurice -Russell -Leland -Colten -Reed -Davis -Joe -Ernesto -Desmond -Kade -Reece -Morgan -Ramon -Rocco -Orlando -Ryker -Brodie -Paxton -Jacoby -Douglas -Kristopher -Gary -Lawrence -Izaiah -Solomon -Nikolas -Mekhi -Justice -Tate -Jaydon -Salvador -Shaun -Alvin -Eddie -Kane -Davion -Zachariah -Dorian -Titus -Kellen -Camron -Isiah -Javon -Nasir -Milo -Johan -Byron -Jasper -Jonathon -Chad -Marc -Kelvin -Chandler -Sam -Cory -Deandre -River -Reese -Roger -Quinton -Talon -Romeo -Franklin -Noel -Alijah -Guillermo -Gunner -Damon -Jadon -Emerson -Micheal -Bruce -Terry -Kolton -Melvin -Beckett -Porter -August -Brycen -Dayton -Jamarion -Leonel -Karson -Zayden -Keagan -Carl -Khalil -Cristopher -Nelson -Braiden -Moses -Isaias -Roy -Triston -Walker -Kale -Emma -Isabella -Emily -Madison -Ava -Olivia -Sophia -Abigail -Elizabeth -Chloe -Samantha -Addison -Natalie -Mia -Alexis -Alyssa -Hannah -Ashley -Ella -Sarah -Grace -Taylor -Brianna -Lily -Hailey -Anna -Victoria -Kayla -Lillian -Lauren -Kaylee -Allison -Savannah -Nevaeh -Gabriella -Sofia -Makayla -Avery -Riley -Julia -Leah -Aubrey -Jasmine -Audrey -Katherine -Morgan -Brooklyn -Destiny -Sydney -Alexa -Kylie -Brooke -Kaitlyn -Evelyn -Layla -Madeline -Kimberly -Zoe -Jessica -Peyton -Alexandra -Claire -Madelyn -Maria -Mackenzie -Arianna -Jocelyn -Amelia -Angelina -Trinity -Andrea -Maya -Valeria -Sophie -Rachel -Vanessa -Aaliyah -Mariah -Gabrielle -Katelyn -Ariana -Bailey -Camila -Jennifer -Melanie -Gianna -Charlotte -Paige -Autumn -Payton -Faith -Sara -Isabelle -Caroline -Genesis -Isabel -Mary -Zoey -Gracie -Megan -Haley -Mya -Michelle -Molly -Stephanie -Nicole -Jenna -Natalia -Sadie -Jada -Serenity -Lucy -Ruby -Eva -Kennedy -Rylee -Jayla -Naomi -Rebecca -Lydia -Daniela -Bella -Keira -Adriana -Lilly -Hayden -Miley -Katie -Jade -Jordan -Gabriela -Amy -Angela -Melissa -Valerie -Giselle -Diana -Amanda -Kate -Laila -Reagan -Jordyn -Kylee -Danielle -Briana -Marley -Leslie -Kendall -Catherine -Liliana -Mckenzie -Jacqueline -Ashlyn -Reese -Marissa -London -Juliana -Shelby -Cheyenne -Angel -Daisy -Makenzie -Miranda -Erin -Amber -Alana -Ellie -Breanna -Ana -Mikayla -Summer -Piper -Adrianna -Jillian -Sierra -Jayden -Sienna -Alicia -Lila -Margaret -Alivia -Brooklynn -Karen -Violet -Sabrina -Stella -Aniyah -Annabelle -Alexandria -Kathryn -Skylar -Aliyah -Delilah -Julianna -Kelsey -Khloe -Carly -Amaya -Mariana -Christina -Alondra -Tessa -Eliana -Bianca -Jazmin -Clara -Vivian -Josephine -Delaney -Scarlett -Elena -Cadence -Alexia -Maggie -Laura -Nora -Ariel -Elise -Nadia -Mckenna -Chelsea -Lyla -Alaina -Jasmin -Hope -Leila -Caitlyn -Cassidy -Makenna -Allie -Izabella -Eden -Callie -Haylee -Caitlin -Kendra -Karina -Kyra -Kayleigh -Addyson -Kiara -Jazmine -Karla -Camryn -Alina -Lola -Kyla -Kelly -Fatima -Tiffany -Kira -Crystal -Mallory -Esmeralda -Alejandra -Eleanor -Angelica -Jayda -Abby -Kara -Veronica -Carmen -Jamie -Ryleigh -Valentina -Allyson -Dakota -Kamryn -Courtney -Cecilia -Madeleine -Aniya -Alison -Esther -Heaven -Aubree -Lindsey -Leilani -Nina -Melody -Macy -Ashlynn -Joanna -Cassandra -Alayna -Kaydence -Madilyn -Aurora -Heidi -Emerson -Kimora -Madalyn -Erica -Josie -Katelynn -Guadalupe -Harper -Ivy -Lexi -Camille -Savanna -Dulce -Daniella -Lucia -Emely -Joselyn -Kiley -Kailey -Miriam -Cynthia -Rihanna -Georgia -Rylie -Harmony -Kiera -Kyleigh -Monica -Bethany -Kaylie -Cameron -Teagan -Cora -Brynn -Ciara -Genevieve -Alice -Maddison -Eliza -Tatiana -Jaelyn -Erika -Ximena -April -Marely -Julie -Danica -Presley -Brielle -Julissa -Angie -Iris -Brenda -Hazel -Rose -Malia -Shayla -Fiona -Phoebe -Nayeli -Paola -Kaelyn -Selena -Audrina -Rebekah -Carolina -Janiyah -Michaela -Penelope -Janiya -Anastasia -Adeline -Ruth -Sasha -Denise -Holly -Madisyn -Hanna -Tatum -Marlee -Nataly -Helen -Janelle -Lizbeth -Serena -Anya -Jaslene -Kaylin -Jazlyn -Nancy -Lindsay -Desiree -Hayley -Itzel -Imani -Madelynn -Asia -Kadence -Madyson -Talia -Jane -Kayden -Annie -Amari -Bridget -Raegan -Jadyn -Celeste -Jimena -Luna -Yasmin -Emilia -Annika -Estrella -Sarai -Lacey -Ayla -Alessandra -Willow -Nyla -Dayana -Lilah -Lilliana -Natasha -Hadley -Harley -Priscilla -Claudia -Allisson -Baylee -Brenna -Brittany -Skyler -Fernanda -Danna -Melany -Cali -Lia -Macie -Lyric -Logan -Gloria -Lana -Mylee -Cindy -Lilian -Amira -Anahi -Alissa -Anaya -Lena -Ainsley -Sandra -Noelle -Marisol -Meredith -Kailyn -Lesly -Johanna -Diamond -Evangeline -Juliet -Kathleen -Meghan -Paisley -Athena -Hailee -Rosa -Wendy -Emilee -Sage -Alanna -Elaina -Cara -Nia -Paris -Casey -Dana -Emery -Rowan -Aubrie -Kaitlin -Jaden -Kenzie -Kiana -Viviana -Norah -Lauryn -Perla -Amiyah -Alyson -Rachael -Shannon -Aileen -Miracle -Lillie -Danika -Heather -Kassidy -Taryn -Tori -Francesca -Kristen -Amya -Elle -Kristina -Cheyanne -Haylie -Patricia -Anne -Samara \ No newline at end of file +Абел +Адолпх +Аида +Алан +Алден +Алех +Алеха +Алехандриа +Алехис +Алехус +Алфред +Алфреда +Алгер +Алиса +Алися +Аллегра +Аллегриа +Аллен +Алма +Алыша +Алыссиа +Амарыллис +Амбросине +Амос +Ангел +Анйелица +Анне +Арабелла +Арчие +Ариелле +Арлеен +Арн +Арт +Ашлие +Астор +Аубреы +Авалон +Аверилл +Балдриц +Барбра +Бартхоломев +Бецках +Бецкы +Бернице +Бертранд +Бетхнеы +Бетсы +Биделиа +Билл +Блаке +Браыден +Бреанне +Брендан +Бриттани +Бронте +Брооке +Брыце +Бурт +Бырне +Бырон +Бысше +Цаденце +Цалантхиа +Цалеигх +Цамрын +Цандаце +Цандице +Цандис +Цануте +Царлы +Царлыле +Царолын +Царры +Цартер +Царыл +Цасимир +Цассиан +Цецилы +Чарлтон +Черетте +Чери +Черры +Чип +Чриста +Чристиана +Чристобел +Цларибел +Цларк +Цлаудиус +Цлемент +Цлевеланд +Цлифф +Цлинтон +Цлитус +Цловер +Цоллин +Цореен +Цоррине +Цы +Цынтхиа +Даля +Дамиан +Даниелла +Данны +Дарцеы +Дарелл +Дариа +Дарин +Даына +Деангело +Дебби +Дее +Деена +Делла +Делма +Денхолм +Деныс +Десмонд +Девин +Диамонд +Дина +Долорес +Доминиц +Донелла +Донна +Донны +Доротхы +Дортха +Дрисцолл +Дунцан +Еастер +Ебба +Едгар +Еффие +Елиот +Елиотт +Елизабетх +Елле +Елриц +Елспет +Елвоод +Емма +Еммануел +Ерминтруде +Есмералда +Еугениа +Еупхемиа +Еустаце +Евелеен +Евелина +Фаы +Фитз +Флицк +Флоелла +Флора +Флоссие +Фортуне +Францис +Франкие +Фултон +Гаррет +Гаые +Генетте +Георгене +Гералдине +Гервасе +Гина +Гингер +Гладвын +Гленна +Годдард +Годвин +Гоодвин +Гордон +Граеме +Гратиан +Грета +Гриселда +Гвенда +Гвеневере +Хадлеы +Хаидее +Хаилеы +Хал +Халеигх +Хаппы +Хартлеы +Хаылеы +Хеатхер +Хедлеы +Хелен +Хендерсон +Хепсие +Хервеы +Холден +Хомер +Хопе +Хоратио +Хортенсиа +Хуффие +Хуго +Иантха +Илеен +Инноцент +Ирене +Ирвине +Йацалине +Йацкьюуетта +Йацкьюуи +Йаке +Йакки +Йален +Йамар +Йамие +Йамисон +Йанел +Йанелле +Йанетте +Йание +Йанина +Йанине +Йасмине +Йаыдон +Йаые +Йаылее +Йаыне +Йаыние +Йеанна +Йеанние +Йеаннине +Йеб +Йед +Йеммы +Йенифер +Йенние +Йера +Йере +Йери +Йермаине +Йеррие +Йиллиан +Йиллие +Йим +Йоачим +Йоетта +Йоеы +Йохнатхан +Йохнны +Йои +Йонатхон +Йони +Йосепха +Йош +Йосиах +Йоые +Йулиа +Йулы +Каелеа +Калеигх +Каренза +Карлы +Карын +Кат +Катхы +Катлын +Каылеигх +Кееган +Кеира +Кеитх +Келлие +Кеннард +Керена +Керенса +Кетурах +Кезиах +Кимберлеы +Лацы +Лакеиша +Лалла +Ланны +Латаня +Лаунце +Лауренциа +Лаурисса +Лееанн +Леиа +Леланд +Леннох +Лерои +Лессие +Лета +Лехиа +Лехус +Линден +Линдсие +Линды +Линтон +Лоцкие +Лорето +Лори +Лорин +Лоу +Луанне +Луциан +Лувениа +Лындсеы +Лынн +Лынсеы +Лынвоод +Мабелле +Мацеы +Мадысон +Маеган +Малачи +Малцолм +Манлеы +Марциа +Мариабелла +Марилене +Марион +Марион +Марйе +Марйоры +Марлове +Марлын +Маршалл +Марянн +Маудие +Маурене +Маы +Маынард +Мелвын +Меридетх +Меррилын +Мерыл +Мичеал +Мике +Милтон +Минние +Монна +Монтагуе +Монте +Монты +Муриел +Мя +Мыриам +Мыртие +Нан +Натханиел +Нелле +Нена +Нерисса +Нетта +Неттие +Николас +Ноах +Ноние +Нова +Новелл +Ныдиа +Оливе +Оралие +Осберт +Осборн +Осборне +Осмунд +Пагет +Патиенце +Патрицк +Паттон +Паулеен +Пене +Перцивал +Перегрине +Пхеобе +Пхоебе +Пхылисс +Пхыллида +Пхыллис +Порще +Проспер +Пруе +КЬЮуанах +КЬЮуиана +Раелене +Раин +Ранда +Рандал +Растус +Раынер +Ребецках +Реене +Рение +Реубен +Рехана +Реынард +Рхетта +Рич +Ричие +Рицк +Рицкена +Рицкеы +Рицкие +Родгер +Рогер +Ромаыне +Роннетте +Росцое +Росемары +Росвелл +Роыце +Рубые +Русты +Сабелла +Сачие +Сал +Саллы +Саранна +Савыер +Сцотты +Сенеца +Сеымоур +Шан +Шана +Шаника +Шаннах +Шаннон +Шантае +Шаралын +Шарла +Шери +Шерие +Шерилл +Шерри +Шилох +Симон +Слоан +Сопхие +Соррел +Спике +Стар +Степх +Степханы +Суе +Сукие +Суншине +Сусанна +Сусаннах +Сузан +Сузы +Сыбил +Сыд +Сыднеы +Тамика +Тамсин +Таниа +Тансы +Татянна +Таылор +Тел +Террелл +Тиффаны +Тод +Толлы +Топаз +Тори +Трацее +Трацеы +Триниты +Тые +Нланд +Нлриц +Нлысса +Валары +Ваугхн +Верна +Винце +Винние +Вивян +Валтер +Вард +Варнер +Ваыне +Венди +Вхитакер +Виллиам +Виллы +Винифред +Висдом +Воодров +Вооды +Вынонна +Вынтер +Ясмин +Ыоланда +Ысабел +Зацк +Зеке +Зелда +Зуне +Йацоб +Мичаел +Етхан +Йошуа +Даниел +Алехандер +Антхоны +Виллиам +Чристопхер +Маттхев +Йаыден +Андрев +Йосепх +Давид +Ноах +Аиден +Йамес +Рян +Логан +Йохн +Натхан +Елийах +Чристиан +Габриел +Бенйамин +Йонатхан +Тылер +Самуел +Ничолас +Гавин +Дылан +Йацксон +Брандон +Цалеб +Масон +Ангел +Исаац +Еван +Йацк +Кевин +Йосе +Исаиах +Луке +Ландон +Йустин +Луцас +Зачары +Йордан +Роберт +Аарон +Браыден +Тхомас +Цамерон +Хунтер +Аустин +Адриан +Цоннор +Овен +Аидан +Йасон +Йулиан +Вятт +Чарлес +Луис +Цартер +Йуан +Часе +Диего +Йеремиах +Броды +Xавиер +Адам +Царлос +Себастиан +Лиам +Хаыден +Натханиел +Хенры +Йесус +Иан +Тристан +Брян +Сеан +Цоле +Алех +Ериц +Бриан +Йаден +Царсон +Блаке +Аыден +Цоопер +Доминиц +Брады +Цаден +Йосиах +Кыле +Цолтон +Каден +Ели +Мигуел +Антонио +Паркер +Стевен +Алейандро +Рилеы +Ричард +Тимотхы +Девин +Йессе +Вицтор +Йаке +Йоел +Цолин +Калеб +Брыце +Леви +Оливер +Осцар +Винцент +Аштон +Цоды +Мицах +Престон +Марцус +Мах +Патрицк +Сетх +Йеремы +Пеытон +Нолан +Иван +Дамиан +Махвелл +Алан +Кеннетх +Йонах +Йорге +Марк +Гиованни +Едуардо +Грант +Цоллин +Гаге +Омар +Еммануел +Тревор +Едвард +Рицардо +Цристиан +Ницолас +Каыден +Георге +Йахон +Паул +Браден +Елиас +Андрес +Дерек +Гарретт +Таннер +Малачи +Цоннер +Фернандо +Цесар +Йавиер +Милес +Йаиден +Алехис +Леонардо +Сантиаго +Францисцо +Цаыден +Шане +Едвин +Худсон +Травис +Брысон +Ерицк +Йаце +Хецтор +Йосуе +Петер +Йаылен +Марио +Мануел +Абрахам +Граысон +Дамиен +Каиден +Спенцер +Степхен +Едгар +Веслеы +Шавн +Трентон +Йаред +Йеффреы +Ланден +Йохнатхан +Брадлеы +Брахтон +Рыдер +Цамден +Роман +Ашер +Брендан +Маддох +Сергио +Исраел +Анды +Линцолн +Ерик +Донован +Раымонд +Аверы +Рылан +Далтон +Харрисон +Андре +Мартин +Кееган +Марцо +Йуде +Савыер +Дакота +Лео +Цалвин +Каи +Драке +Троы +Зион +Цлаытон +Роберто +Зане +Грегоры +Туцкер +Рафаел +Кингстон +Доминицк +Езекиел +Гриффин +Девон +Древ +Лукас +Йохнны +Ты +Педро +Тысон +Цаиден +Матео +Браылон +Цаш +Аден +Чанце +Таылор +Марцос +Махимус +Рубен +Емануел +Симон +Цорбин +Бреннан +Диллон +Скылер +Мылес +Xандер +Йахсон +Давсон +Камерон +Кылер +Ахел +Цолбы +Йонас +Йоакьюуин +Паытон +Броцк +Франк +Енрикьюуе +КЬЮуинн +Емилио +Малик +Грады +Ангело +Йулио +Деррицк +Раул +Фабиан +Цореы +Герардо +Данте +Езра +Армандо +Аллен +Тхеодоре +Гаел +Амир +Зандер +Адан +Махимилиан +Ранды +Еастон +Дустин +Луца +Пхиллип +Йулиус +Чарлие +Роналд +Йакоб +Цаде +Бретт +Трент +Силас +Кеитх +Емилиано +Треы +Йален +Дариус +Лане +Йерры +Йаиме +Сцотт +Грахам +Вестон +Браыдон +Андерсон +Родриго +Пабло +Саул +Данны +Доналд +Еллиот +Браян +Даллас +Лорензо +Цасеы +Митчелл +Алберто +Тристен +Рован +Йаысон +Густаво +Ааден +Амари +Деан +Браеден +Децлан +Чрис +Исмаел +Дане +Лоуис +Артуро +Бренден +Фелих +Йиммы +Цохен +Тоны +Холден +Реид +Абел +Беннетт +Зацкары +Артхур +Нехемиах +Рицкы +Естебан +Цруз +Финн +Маурицио +Деннис +Кеатон +Алберт +Марвин +Матхев +Ларры +Моисес +Иссац +Пхилип +КЬЮуентин +Цуртис +Греысон +Йамесон +Еверетт +Йаыце +Даррен +Еллиотт +Нриел +Алфредо +Хуго +Алец +Йамари +Маршалл +Валтер +Йудах +Йаы +Ланце +Беау +Али +Ландын +Яхир +Пхоених +Ницколас +Кобе +Брянт +Маурице +Русселл +Леланд +Цолтен +Реед +Давис +Йое +Ернесто +Десмонд +Каде +Рееце +Морган +Рамон +Роццо +Орландо +Рыкер +Бродие +Пахтон +Йацобы +Доуглас +Кристопхер +Гары +Лавренце +Изаиах +Соломон +Николас +Мекхи +Йустице +Тате +Йаыдон +Салвадор +Шаун +Алвин +Еддие +Кане +Давион +Зачариах +Дориан +Титус +Келлен +Цамрон +Исиах +Йавон +Насир +Мило +Йохан +Бырон +Йаспер +Йонатхон +Чад +Марц +Келвин +Чандлер +Сам +Цоры +Деандре +Ривер +Реесе +Рогер +КЬЮуинтон +Талон +Ромео +Франклин +Ноел +Алийах +Гуиллермо +Гуннер +Дамон +Йадон +Емерсон +Мичеал +Бруце +Терры +Колтон +Мелвин +Бецкетт +Портер +Аугуст +Брыцен +Даытон +Йамарион +Леонел +Карсон +Заыден +Кеаган +Царл +Кхалил +Цристопхер +Нелсон +Браиден +Мосес +Исаиас +Роы +Тристон +Валкер +Кале +Емма +Исабелла +Емилы +Мадисон +Ава +Оливиа +Сопхиа +Абигаил +Елизабетх +Члое +Самантха +Аддисон +Наталие +Миа +Алехис +Алысса +Ханнах +Ашлеы +Елла +Сарах +Граце +Таылор +Брианна +Лилы +Хаилеы +Анна +Вицториа +Каыла +Лиллиан +Лаурен +Каылее +Аллисон +Саваннах +Неваех +Габриелла +Софиа +Макаыла +Аверы +Рилеы +Йулиа +Леах +Аубреы +Йасмине +Аудреы +Катхерине +Морган +Брооклын +Дестины +Сыднеы +Алеха +Кылие +Брооке +Каитлын +Евелын +Лаыла +Маделине +Кимберлы +Зое +Йессица +Пеытон +Алехандра +Цлаире +Маделын +Мариа +Мацкензие +Арианна +Йоцелын +Амелиа +Ангелина +Триниты +Андреа +Мая +Валериа +Сопхие +Рачел +Ванесса +Аалиях +Мариах +Габриелле +Кателын +Ариана +Баилеы +Цамила +Йеннифер +Мелание +Гианна +Чарлотте +Паиге +Аутумн +Паытон +Фаитх +Сара +Исабелле +Царолине +Генесис +Исабел +Мары +Зоеы +Грацие +Меган +Халеы +Мя +Мичелле +Моллы +Степхание +Ницоле +Йенна +Наталиа +Садие +Йада +Серениты +Луцы +Рубы +Ева +Кеннеды +Рылее +Йаыла +Наоми +Ребецца +Лыдиа +Даниела +Белла +Кеира +Адриана +Лиллы +Хаыден +Милеы +Катие +Йаде +Йордан +Габриела +Амы +Ангела +Мелисса +Валерие +Гиселле +Диана +Аманда +Кате +Лаила +Реаган +Йордын +Кылее +Даниелле +Бриана +Марлеы +Леслие +Кендалл +Цатхерине +Лилиана +Мцкензие +Йацкьюуелине +Ашлын +Реесе +Марисса +Лондон +Йулиана +Шелбы +Чеыенне +Ангел +Даисы +Макензие +Миранда +Ерин +Амбер +Алана +Еллие +Бреанна +Ана +Микаыла +Суммер +Пипер +Адрианна +Йиллиан +Сиерра +Йаыден +Сиенна +Алициа +Лила +Маргарет +Аливиа +Брооклынн +Карен +Виолет +Сабрина +Стелла +Аниях +Аннабелле +Алехандриа +Катхрын +Скылар +Алиях +Делилах +Йулианна +Келсеы +Кхлое +Царлы +Амая +Мариана +Чристина +Алондра +Тесса +Елиана +Бианца +Йазмин +Цлара +Вивиан +Йосепхине +Деланеы +Сцарлетт +Елена +Цаденце +Алехиа +Маггие +Лаура +Нора +Ариел +Елисе +Надиа +Мцкенна +Челсеа +Лыла +Алаина +Йасмин +Хопе +Леила +Цаитлын +Цассиды +Макенна +Аллие +Изабелла +Еден +Цаллие +Хаылее +Цаитлин +Кендра +Карина +Кыра +Каылеигх +Аддысон +Киара +Йазмине +Карла +Цамрын +Алина +Лола +Кыла +Келлы +Фатима +Тиффаны +Кира +Црыстал +Маллоры +Есмералда +Алейандра +Елеанор +Ангелица +Йаыда +Аббы +Кара +Вероница +Цармен +Йамие +Рылеигх +Валентина +Аллысон +Дакота +Камрын +Цоуртнеы +Цецилиа +Маделеине +Ания +Алисон +Естхер +Хеавен +Аубрее +Линдсеы +Леилани +Нина +Мелоды +Мацы +Ашлынн +Йоанна +Цассандра +Алаына +Каыденце +Мадилын +Аурора +Хеиди +Емерсон +Кимора +Мадалын +Ерица +Йосие +Кателынн +Гуадалупе +Харпер +Ивы +Лехи +Цамилле +Саванна +Дулце +Даниелла +Луциа +Емелы +Йоселын +Килеы +Каилеы +Мириам +Цынтхиа +Риханна +Георгиа +Рылие +Хармоны +Киера +Кылеигх +Моница +Бетханы +Каылие +Цамерон +Теаган +Цора +Брынн +Циара +Геневиеве +Алице +Маддисон +Елиза +Татиана +Йаелын +Ерика +Xимена +Април +Марелы +Йулие +Даница +Преслеы +Бриелле +Йулисса +Ангие +Ирис +Бренда +Хазел +Росе +Малиа +Шаыла +Фиона +Пхоебе +Наыели +Паола +Каелын +Селена +Аудрина +Ребеках +Царолина +Йаниях +Мичаела +Пенелопе +Йания +Анастасиа +Аделине +Рутх +Саша +Денисе +Холлы +Мадисын +Ханна +Татум +Марлее +Наталы +Хелен +Йанелле +Лизбетх +Серена +Аня +Йаслене +Каылин +Йазлын +Нанцы +Линдсаы +Десирее +Хаылеы +Итзел +Имани +Маделынн +Асиа +Каденце +Мадысон +Талиа +Йане +Каыден +Анние +Амари +Бридгет +Раеган +Йадын +Целесте +Йимена +Луна +Ясмин +Емилиа +Анника +Естрелла +Сараи +Лацеы +Аыла +Алессандра +Виллов +Ныла +Даяна +Лилах +Лиллиана +Наташа +Хадлеы +Харлеы +Присцилла +Цлаудиа +Аллиссон +Баылее +Бренна +Бриттаны +Скылер +Фернанда +Данна +Меланы +Цали +Лиа +Мацие +Лыриц +Логан +Глориа +Лана +Мылее +Цинды +Лилиан +Амира +Анахи +Алисса +Аная +Лена +Аинслеы +Сандра +Ноелле +Марисол +Мередитх +Каилын +Леслы +Йоханна +Диамонд +Евангелине +Йулиет +Катхлеен +Мегхан +Паислеы +Атхена +Хаилее +Роса +Венды +Емилее +Саге +Аланна +Елаина +Цара +Ниа +Парис +Цасеы +Дана +Емеры +Рован +Аубрие +Каитлин +Йаден +Кензие +Киана +Вивиана +Норах +Лаурын +Перла +Амиях +Алысон +Рачаел +Шаннон +Аилеен +Мирацле +Лиллие +Даника +Хеатхер +Кассиды +Тарын +Тори +Францесца +Кристен +Амя +Елле +Кристина +Чеянне +Хаылие +Патрициа +Анне +Самара \ No newline at end of file diff --git a/config/names/first_female.txt b/config/names/first_female.txt index b500f027efc3..49c1c6493686 100644 --- a/config/names/first_female.txt +++ b/config/names/first_female.txt @@ -1,807 +1,467 @@ -Aida -Alexa -Alexandria -Alexis -Alexus -Alfreda -Alisa -Alisya -Allegra -Allegria -Alma -Alysha -Alyssia -Amaryllis -Ambrosine -Angel -Anjelica -Anne -Arabella -Arielle -Arleen -Ashlie -Astor -Aubrey -Avalona -Averill -Barbara -Beckah -Becky -Bernice -Bethney -Betsy -Bidelia -Breanne -Brittani -Brooke -Cadence -Calanthia -Caleigh -Candace -Candice -Carly -Carlyle -Carolyn -Carry -Caryl -Cecily -Cherette -Cheri -Cherry -Christa -Christiana -Christobelle -Claribel -Clover -Coreen -Corrine -Cynthia -Dalya -Daniella -Daria -Dayna -Debbi -Dee -Deena -Della -Delma -Denys -Diamond -Dina -Dolores -Donella -Donna -Dorothy -Dortha -Easter -Ebba -Effie -Elizabeth -Elle -Emma -Ermintrude -Esmeralda -Eugenia -Euphemia -Eustace -Eveleen -Evelina -Fay -Floella -Flora -Flossie -Fortune -Genette -Georgene -Geraldine -Gervase -Gina -Ginger -Gladwyn -Glenna -Greta -Griselda -Gwenda -Gwenevere -Hadley -Haidee -Hailey -Hal -Haleigh -Hayley -Heather -Hedley -Helen -Hepsie -Hortensia -Iantha -Ileen -Innocent -Irene -Jacaline -Jacquetta -Jacqui -Jakki -Jalen -Janelle -Janette -Janie -Janina -Janine -Jasmine -Jaylee -Jaynie -Jeanna -Jeannie -Jeannine -Jenifer -Jennie -Jera -Jere -Jeri -Jillian -Jillie -Joetta -Joi -Joni -Josepha -Joye -Julia -July -Kaelea -Kaleigh -Karenza -Karly -Karyn -Kat -Kathy -Katlyn -Kayleigh -Keegan -Keira -Keith -Kellie -Kerena -Kerensa -Keturah -Kimberley -Lacy -Lakeisha -Lalla -Latanya -Laurencia -Laurissa -Leeann -Leia -Lessie -Leta -Lexia -Lexus -Lindsie -Lindy -Lockie -Lori -Lorin -Luanne -Lucian -Luvenia -Lyndsey -Lynn -Lynsey -Lynwood -Mabelle -Macey -Madyson -Maegan -Marcia -Mariabella -Marilene -Marion -Marje -Marjory -Marlowe -Marlyn -Marshall -Maryann -Maudie -Maurene -May -Merideth -Merrilyn -Meryl -Minnie -Monna -Muriel -Mya -Myriam -Myrtie -Nan -Nelle -Nena -Nerissa -Netta -Nettie -Nonie -Nova -Nowell -Nydia -Olive -Oralie -Patience -Pauleen -Pene -Peregrine -Pheobe -Phoebe -Phyliss -Phyllida -Phyllis -Porsche -Prosper -Prue -Quanah -Quiana -Raelene -Rain -Randa -Randal -Rebeckah -Reene -Renie -Rexana -Rhetta -Ronnette -Rosemary -Rubye -Sabella -Sachie -Sally -Saranna -Seneca -Shana -Shanika -Shannah -Shannon -Shantae -Sharalyn -Sharla -Sheri -Sherie -Sherill -Sherri -Sissy -Sophie -Star -Steph -Stephany -Sue -Sukie -Sunshine -Susanna -Susannah -Suzan -Suzy -Sydney -Tamika -Tania -Tansy -Tatyanna -Tiffany -Tolly -Topaz -Tori -Tracee -Tracey -Ulyssa -Valary -Verna -Vinnie -Vivyan -Wendi -Wisdom -Wynonna -Wynter -Yasmin -Yolanda -Ysabel -Zelda -Zune -Emma -Isabella -Emily -Madison -Ava -Olivia -Sophia -Abigail -Elizabeth -Chloe -Samantha -Addison -Natalie -Mia -Alexis -Alyssa -Hannah -Ashley -Ella -Sarah -Grace -Taylor -Brianna -Lily -Hailey -Anna -Victoria -Kayla -Lillian -Lauren -Kaylee -Allison -Savannah -Nevaeh -Gabriella -Sofia -Makayla -Avery -Riley -Julia -Leah -Aubrey -Jasmine -Audrey -Katherine -Morgan -Brooklyn -Destiny -Sydney -Alexa -Kylie -Brooke -Kaitlyn -Evelyn -Layla -Madeline -Kimberly -Zoe -Jessica -Peyton -Alexandra -Claire -Madelyn -Maria -Mackenzie -Arianna -Jocelyn -Amelia -Angelina -Trinity -Andrea -Maya -Valeria -Sophie -Rachel -Vanessa -Aaliyah -Mariah -Gabrielle -Katelyn -Ariana -Bailey -Camila -Jennifer -Melanie -Gianna -Charlotte -Paige -Autumn -Payton -Faith -Sara -Isabelle -Caroline -Isabel -Mary -Zoey -Gracie -Megan -Haley -Mya -Michelle -Molly -Stephanie -Nicole -Jenna -Natalia -Sadie -Jada -Serenity -Lucy -Ruby -Eva -Kennedy -Rylee -Jayla -Naomi -Rebecca -Lydia -Daniela -Bella -Keira -Adriana -Lilly -Hayden -Miley -Katie -Jade -Jordan -Gabriela -Amy -Angela -Melissa -Valerie -Giselle -Diana -Amanda -Kate -Laila -Reagan -Jordyn -Kylee -Danielle -Briana -Marley -Leslie -Kendall -Catherine -Liliana -Mckenzie -Jacqueline -Ashlyn -Reese -Marissa -London -Juliana -Shelby -Cheyenne -Angel -Daisy -Makenzie -Miranda -Erin -Amber -Alana -Ellie -Breanna -Ana -Mikayla -Summer -Piper -Adrianna -Jillian -Sierra -Jayden -Sienna -Alicia -Lila -Margaret -Alivia -Brooklynn -Karen -Violet -Sabrina -Stella -Aniyah -Annabelle -Alexandria -Kathryn -Skylar -Aliyah -Delilah -Julianna -Kelsey -Khloe -Carly -Amaya -Mariana -Christina -Alondra -Tessa -Eliana -Bianca -Jazmin -Clara -Vivian -Josephine -Delaney -Scarlett -Elena -Cadence -Alexia -Maggie -Laura -Nora -Ariel -Elise -Nadia -Mckenna -Chelsea -Lyla -Alaina -Jasmin -Hope -Leila -Caitlyn -Cassidy -Makenna -Allie -Izabella -Eden -Callie -Haylee -Caitlin -Kendra -Karina -Kyra -Kayleigh -Addyson -Kiara -Jazmine -Karla -Camryn -Alina -Lola -Kyla -Kelly -Fatima -Tiffany -Kira -Crystal -Mallory -Esmeralda -Alejandra -Eleanor -Angelica -Jayda -Abby -Kara -Veronica -Carmen -Jamie -Ryleigh -Valentina -Allyson -Dakota -Kamryn -Courtney -Cecilia -Madeleine -Aniya -Alison -Esther -Heaven -Aubree -Lindsey -Leilani -Nina -Melody -Macy -Ashlynn -Joanna -Cassandra -Alayna -Kaydence -Madilyn -Aurora -Heidi -Emerson -Kimora -Madalyn -Erica -Josie -Katelynn -Guadalupe -Harper -Ivy -Lexi -Camille -Savanna -Dulce -Daniella -Lucia -Emely -Joselyn -Kiley -Kailey -Miriam -Cynthia -Rihanna -Georgia -Rylie -Harmony -Kiera -Kyleigh -Monica -Bethany -Kaylie -Cameron -Teagan -Cora -Brynn -Ciara -Genevieve -Alice -Maddison -Eliza -Tatiana -Jaelyn -Erika -Ximena -April -Marely -Julie -Danica -Presley -Brielle -Julissa -Angie -Iris -Brenda -Hazel -Rose -Malia -Shayla -Fiona -Phoebe -Nayeli -Paola -Kaelyn -Selena -Audrina -Rebekah -Carolina -Janiyah -Michaela -Penelope -Janiya -Anastasia -Adeline -Ruth -Sasha -Denise -Holly -Madisyn -Hanna -Tatum -Marlee -Nataly -Helen -Janelle -Lizbeth -Serena -Anya -Jaslene -Kaylin -Jazlyn -Nancy -Lindsay -Desiree -Hayley -Itzel -Imani -Madelynn -Asia -Kadence -Madyson -Talia -Jane -Kayden -Annie -Amari -Bridget -Raegan -Jadyn -Celeste -Jimena -Luna -Yasmin -Emilia -Annika -Estrella -Sarai -Lacey -Ayla -Alessandra -Willow -Nyla -Dayana -Lilah -Lilliana -Natasha -Hadley -Harley -Priscilla -Claudia -Allisson -Baylee -Brenna -Brittany -Skyler -Fernanda -Danna -Melany -Cali -Lia -Macie -Lyric -Logan -Gloria -Lana -Mylee -Cindy -Lilian -Amira -Anahi -Alissa -Anaya -Lena -Ainsley -Sandra -Noelle -Marisol -Meredith -Kailyn -Lesly -Johanna -Diamond -Evangeline -Juliet -Kathleen -Meghan -Paisley -Athena -Hailee -Rosa -Wendy -Emilee -Sage -Alanna -Elaina -Cara -Nia -Paris -Casey -Dana -Emery -Rowan -Aubrie -Kaitlin -Jaden -Kenzie -Kiana -Viviana -Norah -Lauryn -Perla -Amiyah -Alyson -Rachael -Shannon -Aileen -Miracle -Lillie -Danika -Heather -Kassidy -Taryn -Tori -Francesca -Kristen -Amya -Elle -Kristina -Cheyanne -Haylie -Patricia -Anne -Samara \ No newline at end of file +Ава +Августа +Августина +Авдотья +Аврора +Агапия +Агата +Агафья +Аглая +Агния +Агунда +Ада +Аделаида +Аделина +Адель +Адиля +Адриана +Аза +Азалия +Азиза +Аида +Аиша +Айару +Айгерим +Айгуль +Айлин +Айнагуль +Айнур +Айсель +Айсун +Айсылу +Аксинья +Алана +Алевтина +Александра +Алёна +Алеста +Алина +Алиса +Алия +Алла +Алсу +Алтын +Альба +Альбина +Альфия +Аля +Амалия +Амаль +Амина +Амира +Анаит +Анастасия +Ангелина +Анжела +Анжелика +Анисья +Анита +Анна +Антонина +Анфиса +Аполлинария +Арабелла +Ариадна +Ариана +Арианда +Арина +Ария +Асель +Асия +Астрид +Ася +Афина +Аэлита +Аяна +Бажена +Беатрис +Бела +Белинда +Белла +Бэлла +Берта +Богдана +Божена +Бьянка +Валентина +Валерия +Ванда +Ванесса +Варвара +Василина +Василиса +Венера +Вера +Вероника +Веста +Вета +Викторина +Виктория +Вилена +Виола +Виолетта +Вита +Виталина +Виталия +Влада +Владана +Владислава +Габриэлла +Галина +Галия +Гаяна +Гаянэ +Генриетта +Глафира +Гоар +Грета +Гульзира +Гульмира +Гульназ +Гульнара +Гульшат +Гюзель +Далида +Дамира +Дана +Даниэла +Дания +Дара +Дарина +Дарья +Даяна +Джамиля +Дженна +Дженнифер +Джессика +Джиневра +Диана +Дильназ +Дильнара +Диля +Дилярам +Дина +Динара +Долорес +Доминика +Домна +Домника +Ева +Евангелина +Евгения +Евдокия +Екатерина +Елена +Елизавета +Есения +Ея +Жаклин +Жанна +Жансая +Жасмин +Жозефина +Жоржина +Забава +Заира +Залина +Замира +Зара +Зарема +Зарина +Земфира +Зинаида +Зита +Злата +Златослава +Зоряна +Зоя +Зульфия +Зухра +Иветта +Ивета +Изабелла +Илина +Иллирика +Илона +Ильзира +Илюза +Инга +Индира +Инесса +Инна +Иоанна +Ира +Ирада +Ираида +Ирина +Ирма +Искра +Ия +Камила +Камилла +Кара +Каре +Карима +Карина +Каролина +Кира +Клавдия +Клара +Кора +Корнелия +Кристина +Ксения +Лада +Лана +Лара +Лариса +Лаура +Лейла +Леона +Лера +Леся +Лета +Лиана +Лидия +Лиза +Лика +Лили +Лилиана +Лилит +Лилия +Лина +Линда +Лиора +Лира +Лия +Лола +Лолита +Лора +Луиза +Лукерья +Лукия +Луна +Любава +Любовь +Людмила +Люсиль +Люсьена +Люция +Люче +Ляйсан +Ляля +Мавиле +Мавлюда +Магда +Магдалeна +Мадина +Мадлен +Майя +Макария +Малика +Мара +Маргарита +Марианна +Марика +Марина +Мария +Мариям +Марта +Марфа +Мелания +Мелисса +Мика +Мила +Милада +Милана +Милен +Милена +Милица +Милослава +Мира +Мирослава +Мирра +Мишель +Мия +Моника +Муза +Надежда +Наиля +Наима +Нана +Наоми +Наргиза +Наталья +Нелли +Нея +Ника +Николь +Нина +Нинель +Номина +Нора +Нурия +Одетта +Оксана +Октябрина +Олеся +Оливия +Ольга +Офелия +Павлина +Памела +Патриция +Паула +Пейтон +Пелагея +Перизат +Платонида +Полина +Прасковья +Равшана +Рада +Разина +Раиля +Раиса +Ралина +Рамина +Раяна +Ребекка +Регина +Резеда +Рена +Рената +Риана +Рианна +Рикарда +Римма +Рина +Рита +Рогнеда +Роза +Роксана +Роксолана +Рузалия +Рузанна +Русалина +Руслана +Руфина +Руфь +Сабина +Сабрина +Сажида +Саида +Салима +Саломея +Сальма +Самира +Сандра +Сания +Сара +Сати +Сауле +Сафия +Сафура +Светлана +Севара +Селена +Сельма +Серафима +Сильвия +Симона +Снежана +Соня +Софья +Стелла +Стефания +Сусанна +Таисия +Тамара +Тамила +Тара +Татьяна +Тая +Таяна +Теона +Тереза +Тея +Тина +Тиффани +Томирис +Тора +Тэмми +Ульяна +Урсула +Устинья +Фазиля +Фаина +Фарида +Фариза +Фатима +Федора +Фёкла +Фелисити +Фелиция +Феруза +Физалия +Фируза +Флора +Флорентина +Флоренция +Флоренс +Флориана +Фредерика +Фрида +Хадия +Хилари +Хлоя +Хюррем +Цагана +Цветана +Цецилия +Сесилия +Циара +Сиара +Челси +Чеслава +Чулпан +Шакира +Шарлотта +Шахина +Шейла +Шелли +Шерил +Эвелина +Эвита +Элеонора +Элиана +Элиза +Элина +Элла +Эльвина +Эльвира +Эльмира +Эльнара +Эля +Эмили +Эмилия +Эмма +Энже +Эрика +Эрмина +Эсмеральда +Эсмира +Эстер +Этель +Этери +Юлианна +Юлия +Юна +Юния +Юнона +Ядвига +Яна +Янина +Ярина +Ярослава +Ясмина \ No newline at end of file diff --git a/config/names/first_female_slime.txt b/config/names/first_female_slime.txt index 3433cca6e1bd..5653fdd05987 100644 --- a/config/names/first_female_slime.txt +++ b/config/names/first_female_slime.txt @@ -1,73 +1,73 @@ -Anablop -Bloopella -Blopbela -Blopbelle -Bloppina -Bub -Bubbles -Bubblette -Bubbli -Bubblia -Bubbly -Fizzaria -Fizzete -Fizzian -Fizzina -Fizzney -Fizzy -Flubbelyn -Flubbney -Flubbzina -Gelinda -Gelletina -Gellina -Gooenna -Gooescari -Goolinda -Isabloppa -Jelibelle -Jellai -Jellei -Jellenna -Jellette -Jelli -Jellianne -Jellica -Jellina -Jelly -Jiggly -Marmalade -Murkella -Murkina -Oozella -Oozerina -Oozina -Pipoppy -Pippop -Popiline -Popilla -Popparia -Poppaya -Poppella -Poppet -Poppi -Poppla -Poppurina -Poppy -Skishella -Skishelly -Skishly -Skuishi -Skweesha -Skwishly -Slush -Slusharia -Slushi -Slushia -Slushibell -Slushie -Slushy -Squisha -Squishie -Squishlee -Bloppella \ No newline at end of file +Анаблоп +Блоопелла +Блопбела +Блопбелле +Блоппина +Буб +Бубблес +Бубблетте +Буббли +Бубблиа +Бубблы +Физзариа +Физзете +Физзиан +Физзина +Физзнеы +Физзы +Флуббелын +Флуббнеы +Флуббзина +Гелинда +Геллетина +Геллина +Гооенна +Гооесцари +Гоолинда +Исаблоппа +Йелибелле +Йеллаи +Йеллеи +Йелленна +Йеллетте +Йелли +Йеллианне +Йеллица +Йеллина +Йеллы +Йигглы +Мармаладе +Муркелла +Муркина +Оозелла +Оозерина +Оозина +Пипоппы +Пиппоп +Попилине +Попилла +Поппариа +Поппая +Поппелла +Поппет +Поппи +Поппла +Поппурина +Поппы +Скишелла +Скишеллы +Скишлы +Скуиши +Сквееша +Сквишлы +Слуш +Слушариа +Слуши +Слушиа +Слушибелл +Слушие +Слушы +Скьюуиша +Скьюуишие +Скьюуишлее +Блоппелла \ No newline at end of file diff --git a/config/names/first_female_vulp.txt b/config/names/first_female_vulp.txt index 156cb71e9f85..8e3354aeb268 100644 --- a/config/names/first_female_vulp.txt +++ b/config/names/first_female_vulp.txt @@ -1,345 +1,345 @@ -Abby -Acantha -Addilyn -Adela -Adele -Aderyn -Adley -Adriana -Aerona -Aileen -Alanis -Alberta -Alex -Alexandra -Alice -Alma -Amalie -Andromeda -Angel -Ann -Anna -Anne -Annie -Ariel -Arya -Astraea -Astrid -Athena -Audra -Aura -Aurora -Avice -Bailey -Barbara -Beatrix -Belinda -Bellatrix -Belle -Bianca -Braelynn -Brea -Bree -Brooke -Brunhilde -Caitlin -Callisto -Camden -Camilla -Candra -Carina -Carletta -Carline -Carman -Caroline -Carys -Cassandra -Cassiopeia -Catlyn -Celeste -Celina -Ceres -Cerian -Charlotte -Chelle -Chloe -Cicely -Clara -Clarice -Claudia -Cordelia -Cornelia -Cressida -Cybele -Dagmar -Daisy -Dakota -Daphne -Daria -Darla -Dawn -Deidra -Deja -Delilah -Delphine -Delyth -Demetra -Dezra -Dinah -Dora -Effie -Eiddwen -Elaine -Elara -Eleanor -Eliana -Elise -Ellen -Elsa -Emilia -Emily -Emma -Emmie -Emmy -Ester -Esther -Eva -Fadila -Farren -Fay -Felita -Felizia -Fenella -Fleur -Francesca -Freya -Garnet -Ginger -Grace -Gracie -Gwen -Hadley -Hafren -Halley -Hannah -Harlyn -Harmony -Harper -Hazel -Helen -Helena -Helene -Hilda -Holly -Honey -Hope -Idonea -Igna -Imogen -Ina -Iona -Irene -Irma -Isabel -Isabella -Ivy -Jacqueline -Jaelyn -Jana -Janice -Janis -Jayene -Jazzlyn -Jeane -Jennete -Jennifer -Jill -Jo -Johanna -Joslyn -Juliana -Juliet -June -Kaia -Kali -Karlene -Kathryn -Kenna -Kiera -Kiley -Kimberly -Kivela -Lacey -Lachelle -Lacy -Larissa -Laura -Layla -Lena -Leonor -Leslie -Lexi -Liana -Liani -Lianne -Liesel -Lili -Liliwen -Lilly -Linda -Lola -Lona -Lorelai -Lorelei -Luise -Lulu -Luna -Lycia -Lyn -Mabyn -Madeleine -Maeve -Magdalene -Maggie -Maia -Maragaret -Margarethe -Mariah -Mariam -Marilyn -Marina -Marisole -Marivel -Marley -Marni -Marrie -Martina -Mary -Mazelina -Meda -Medea -Mei -Melania -Melanie -Melody -Mercedes -Merle -Meryl -Mia -Michelle -Mila -Millie -Mindy -Miranda -Missy -Misty -Mona -Morgan -Morgana -Morrigan -Morticia -Nadia -Nadine -Nessa -Nia -Nicole -Nikki -Nimah -Nina -Norma -Nova -Olive -Olivia -Opaline -Ophelia -Oriana -Paisley -Paloma -Pam -Pauline -Paz -Penelope -Penny -Phoebe -Piper -Portia -Priya -Rachel -Raina -Raura -Raven -Rayna -Rayne -Rebecca -Regina -Renee -Rhea -Rina -Robin -Rosalind -Rosie -Rowen -Rowena -Royce -Rubella -Ruby -Rue -Ruth -Sabrina -Sadie -Sahara -Sandra -Savina -Sawyer -Selene -Sena -Seraphina -Seraphine -Sheba -Sheila -Sia -Sibylle -Sofie -Sonnet -Sophia -Stacia -Stacy -Stefanie -Stella -Suri -Syden -Sylvia -Tala -Tasha -Tasia -Tatum -Taylee -Teegan -Teresa -Tess -Tessa -Tessy -Theia -Titania -Trisha -Trixie -Trudy -Uma -Ursula -Valenia -Valentina -Vega -Vera -Verena -Vicky -Victoria -Willow -Winnie -Yasmin -Yvette -Yvonne -Zia -Zinnia -Ziva -Zoe -Zuri \ No newline at end of file +Аббы +Ацантха +Аддилын +Адела +Аделе +Адерын +Адлеы +Адриана +Аерона +Аилеен +Аланис +Алберта +Алех +Алехандра +Алице +Алма +Амалие +Андромеда +Ангел +Анн +Анна +Анне +Анние +Ариел +Аря +Астраеа +Астрид +Атхена +Аудра +Аура +Аурора +Авице +Баилеы +Барбара +Беатрих +Белинда +Беллатрих +Белле +Бианца +Браелынн +Бреа +Брее +Брооке +Брунхилде +Цаитлин +Цаллисто +Цамден +Цамилла +Цандра +Царина +Царлетта +Царлине +Царман +Царолине +Царыс +Цассандра +Цассиопеиа +Цатлын +Целесте +Целина +Церес +Цериан +Чарлотте +Челле +Члое +Цицелы +Цлара +Цларице +Цлаудиа +Цорделиа +Цорнелиа +Црессида +Цыбеле +Дагмар +Даисы +Дакота +Дапхне +Дариа +Дарла +Давн +Деидра +Дейа +Делилах +Делпхине +Делытх +Деметра +Дезра +Динах +Дора +Еффие +Еиддвен +Елаине +Елара +Елеанор +Елиана +Елисе +Еллен +Елса +Емилиа +Емилы +Емма +Еммие +Еммы +Естер +Естхер +Ева +Фадила +Фаррен +Фаы +Фелита +Фелизиа +Фенелла +Флеур +Францесца +Фрея +Гарнет +Гингер +Граце +Грацие +Гвен +Хадлеы +Хафрен +Халлеы +Ханнах +Харлын +Хармоны +Харпер +Хазел +Хелен +Хелена +Хелене +Хилда +Холлы +Хонеы +Хопе +Идонеа +Игна +Имоген +Ина +Иона +Ирене +Ирма +Исабел +Исабелла +Ивы +Йацкьюуелине +Йаелын +Йана +Йанице +Йанис +Йаыене +Йаззлын +Йеане +Йеннете +Йеннифер +Йилл +Йо +Йоханна +Йослын +Йулиана +Йулиет +Йуне +Каиа +Кали +Карлене +Катхрын +Кенна +Киера +Килеы +Кимберлы +Кивела +Лацеы +Лачелле +Лацы +Ларисса +Лаура +Лаыла +Лена +Леонор +Леслие +Лехи +Лиана +Лиани +Лианне +Лиесел +Лили +Лиливен +Лиллы +Линда +Лола +Лона +Лорелаи +Лорелеи +Луисе +Лулу +Луна +Лыциа +Лын +Мабын +Маделеине +Маеве +Магдалене +Маггие +Маиа +Марагарет +Маргаретхе +Мариах +Мариам +Марилын +Марина +Марисоле +Маривел +Марлеы +Марни +Маррие +Мартина +Мары +Мазелина +Меда +Медеа +Меи +Меланиа +Мелание +Мелоды +Мерцедес +Мерле +Мерыл +Миа +Мичелле +Мила +Миллие +Минды +Миранда +Миссы +Мисты +Мона +Морган +Моргана +Морриган +Мортициа +Надиа +Надине +Несса +Ниа +Ницоле +Никки +Нимах +Нина +Норма +Нова +Оливе +Оливиа +Опалине +Опхелиа +Ориана +Паислеы +Палома +Пам +Паулине +Паз +Пенелопе +Пенны +Пхоебе +Пипер +Портиа +Прия +Рачел +Раина +Раура +Равен +Раына +Раыне +Ребецца +Регина +Ренее +Рхеа +Рина +Робин +Росалинд +Росие +Ровен +Ровена +Роыце +Рубелла +Рубы +Руе +Рутх +Сабрина +Садие +Сахара +Сандра +Савина +Савыер +Селене +Сена +Серапхина +Серапхине +Шеба +Шеила +Сиа +Сибылле +Софие +Соннет +Сопхиа +Стациа +Стацы +Стефание +Стелла +Сури +Сыден +Сылвиа +Тала +Таша +Тасиа +Татум +Таылее +Тееган +Тереса +Тесс +Тесса +Тессы +Тхеиа +Титаниа +Триша +Трихие +Труды +Нма +Нрсула +Валениа +Валентина +Вега +Вера +Верена +Вицкы +Вицториа +Виллов +Винние +Ясмин +Ыветте +Ывонне +Зиа +Зинниа +Зива +Зое +Зури \ No newline at end of file diff --git a/config/names/first_male.txt b/config/names/first_male.txt index 4b92526c8f22..78e41d60e31d 100644 --- a/config/names/first_male.txt +++ b/config/names/first_male.txt @@ -1,724 +1,440 @@ -Abel -Adolph -Alan -Alden -Alex -Alfred -Alger -Allen -Amos -Apple -Archie -Arnie -Art -Arthur -Baldric -Bartholomew -Bill -Blake -Brayden -Brendan -Brock -Bronte -Brick -Bruce -Bryce -Buck -Burt -Butch -Byrne -Byron -Camryn -Carl -Carter -Casimir -Cassian -Charles -Charlton -Chip -Clark -Claudius -Clement -Cleveland -Cliff -Clinton -Cletus -Collin -Crush -Cy -Damian -Danny -Darcey -Darell -Darin -Deangelo -Denholm -Desmond -Devin -Dirk -Dominic -Donny -Driscoll -Duke -Duncan -Edgar -Eliot -Eliott -Elric -Elwood -Emmanuel -Fenton -Fitz -Flick -Flint -Flip -Francis -Frank -Frankie -Fridge -Fulton -Gannon -Garret -Gary -Goddard -Godwin -Goodwin -Gordon -Graeme -Gratian -Grendel -Han -Harry -Hartley -Harvey -Henderson -Holden -Homer -Horatio -Huffie -Hungry -Hugo -Irvine -Jacob -Jake -Jamar -Jamie -Jamison -Janel -Jaydon -Jaye -Jayne -Jean-Luc -Jeb -Jed -Jemmy -Jermaine -Jerrie -Jim -Joachim -Joey -Johnathan -John -Johnny -Jonathon -Josh -Josiah -Kennard -Keziah -Lando -Lanny -Launce -Leland -Lennox -Lenny -Leonard -Leroy -Lief -Linden -Linton -Lorde -Loreto -Lou -Lucas -Luke -Malachi -Malcolm -Manley -Marion -Max -Maynard -Melvyn -Michael -Mike -Milton -Montague -Monte -Monty -Nat -Nathaniel -Nick -Nikolas -Noah -Opie -Osbert -Osborn -Osborne -Osmund -Oswald -Paget -Patrick -Patton -Percival -Persh -Rastus -Raymond -Rayner -Reuben -Reynard -Richard -Rodger -Roger -Romayne -Roscoe -Roswell -Royce -Rube -Rusty -Sal -Sawyer -Scotty -Seymour -Shane -Shiloh -Smoke -Simon -Sloan -Sorrel -Spike -Sybil -Syd -Tamsin -Taylor -Tel -Terrell -Tim -Timothy -Todd -Trip -Tye -Uland -Ulric -Vaughn -Vince -Vinny -Walter -Ward -Warner -Wayne -Whitaker -William -Willy -Woodrow -Zack -Zane -Zeke -Jacob -Michael -Ethan -Joshua -Daniel -Alexander -Anthony -William -Christopher -Matthew -Jayden -Andrew -Joseph -David -Noah -Aiden -James -Ryan -Logan -John -Nathan -Elijah -Christian -Gabriel -Benjamin -Jonathan -Tyler -Samuel -Nicholas -Gavin -Dylan -Jackson -Brandon -Caleb -Mason -Angel -Isaac -Evan -Jack -Kevin -Jose -Isaiah -Luke -Landon -Justin -Lucas -Zachary -Jordan -Robert -Aaron -Brayden -Thomas -Cameron -Hunter -Austin -Adrian -Connor -Owen -Aidan -Jason -Julian -Wyatt -Charles -Luis -Carter -Juan -Chase -Diego -Jeremiah -Brody -Xavier -Adam -Carlos -Sebastian -Liam -Hayden -Nathaniel -Henry -Jesus -Ian -Tristan -Bryan -Sean -Cole -Alex -Eric -Brian -Jaden -Carson -Blake -Ayden -Cooper -Dominic -Brady -Caden -Josiah -Kyle -Colton -Kaden -Eli -Miguel -Antonio -Parker -Steven -Alejandro -Riley -Richard -Timothy -Devin -Jesse -Victor -Jake -Joel -Colin -Kaleb -Bryce -Levi -Oliver -Oscar -Vincent -Ashton -Cody -Micah -Preston -Marcus -Max -Patrick -Seth -Jeremy -Peyton -Nolan -Ivan -Damian -Maxwell -Alan -Kenneth -Jonah -Jorge -Mark -Giovanni -Eduardo -Grant -Collin -Gage -Omar -Emmanuel -Trevor -Edward -Ricardo -Cristian -Nicolas -Kayden -George -Jaxon -Paul -Braden -Elias -Andres -Derek -Garrett -Tanner -Malachi -Conner -Fernando -Cesar -Javier -Miles -Jaiden -Alexis -Leonardo -Santiago -Francisco -Cayden -Shane -Edwin -Hudson -Travis -Bryson -Erick -Jace -Hector -Josue -Peter -Jaylen -Mario -Manuel -Abraham -Grayson -Damien -Kaiden -Spencer -Stephen -Edgar -Wesley -Shawn -Trenton -Jared -Jeffrey -Landen -Johnathan -Bradley -Braxton -Ryder -Camden -Roman -Asher -Brendan -Maddox -Sergio -Israel -Andy -Lincoln -Erik -Donovan -Raymond -Avery -Rylan -Dalton -Harrison -Andre -Martin -Keegan -Marco -Jude -Sawyer -Dakota -Leo -Calvin -Kai -Drake -Troy -Zion -Clayton -Roberto -Zane -Gregory -Tucker -Rafael -Kingston -Dominick -Ezekiel -Griffin -Devon -Drew -Lukas -Johnny -Ty -Pedro -Tyson -Caiden -Mateo -Braylon -Cash -Aden -Chance -Taylor -Marcos -Maximus -Ruben -Emanuel -Simon -Corbin -Brennan -Dillon -Skyler -Myles -Xander -Jaxson -Dawson -Kameron -Kyler -Axel -Colby -Jonas -Joaquin -Payton -Brock -Frank -Enrique -Quinn -Emilio -Malik -Grady -Angelo -Julio -Derrick -Raul -Fabian -Corey -Gerardo -Dante -Ezra -Armando -Allen -Theodore -Gael -Amir -Zander -Adan -Maximilian -Randy -Easton -Dustin -Luca -Phillip -Julius -Charlie -Ronald -Jakob -Cade -Brett -Trent -Silas -Keith -Emiliano -Trey -Jalen -Darius -Lane -Jerry -Jaime -Scott -Graham -Weston -Braydon -Anderson -Rodrigo -Pablo -Saul -Danny -Donald -Elliot -Brayan -Dallas -Lorenzo -Casey -Mitchell -Alberto -Tristen -Rowan -Jayson -Gustavo -Aaden -Amari -Dean -Braeden -Declan -Chris -Ismael -Dane -Louis -Arturo -Brenden -Felix -Jimmy -Cohen -Tony -Holden -Reid -Abel -Bennett -Zackary -Arthur -Nehemiah -Ricky -Esteban -Cruz -Finn -Mauricio -Dennis -Keaton -Albert -Marvin -Mathew -Larry -Moises -Issac -Philip -Quentin -Curtis -Greyson -Jameson -Everett -Jayce -Darren -Elliott -Uriel -Alfredo -Hugo -Alec -Jamari -Marshall -Walter -Judah -Jay -Lance -Beau -Ali -Landyn -Yahir -Phoenix -Nickolas -Kobe -Bryant -Maurice -Russell -Leland -Colten -Reed -Davis -Joe -Ernesto -Desmond -Kade -Reece -Morgan -Ramon -Rocco -Orlando -Ryker -Brodie -Paxton -Jacoby -Douglas -Kristopher -Gary -Lawrence -Izaiah -Solomon -Nikolas -Mekhi -Justice -Tate -Jaydon -Salvador -Shaun -Alvin -Eddie -Kane -Davion -Zachariah -Damien -Titus -Kellen -Camron -Isiah -Javon -Nasir -Milo -Johan -Byron -Jasper -Jonathon -Chad -Marc -Kelvin -Chandler -Sam -Cory -Deandre -River -Reese -Roger -Quinton -Talon -Romeo -Franklin -Noel -Alijah -Guillermo -Gunner -Damon -Jadon -Emerson -Micheal -Bruce -Terry -Kolton -Melvin -Beckett -Porter -August -Brycen -Dayton -Jamarion -Leonel -Karson -Zayden -Keagan -Carl -Khalil -Cristopher -Nelson -Braiden -Moses -Isaias -Roy -Triston -Walker -Kale \ No newline at end of file +Аарон +Абрам +Аваз +Августин +Авраам +Агап +Агапит +Агат +Агафон +Адам +Адриан +Азамат +Азат +Азиз +Аид +Айдар +Айрат +Акакий +Аким +Алан +Александр +Алексей +Али +Алик +Алим +Алихан +Алишер +Алмаз +Альберт +Амир +Амирам +Анар +Анастасий +Анатолий +Анвар +Ангел +Андрей +Анзор +Антон +Анфим +Арам +Аристарх +Аркадий +Арман +Армен +Арсен +Арсений +Арслан +Артём +Артемий +Артур +Архип +Аскар +Аслан +Асхан +Асхат +Ахмет +Ашот +Бахрам +Бенджамин +Блез +Богдан +Борис +Борислав +Бронислав +Булат +Вадим +Валентин +Валерий +Вальдемар +Вардан +Василий +Вениамин +Виктор +Вильгельм +Вит +Виталий +Влад +Владимир +Владислав +Владлен +Влас +Всеволод +Вячеслав +Гавриил +Гамлет +Гарри +Геннадий +Генри +Генрих +Георгий +Герасим +Герман +Германн +Глеб +Гордей +Григорий +Густав +Давид +Давлат +Дамир +Дана +Даниил +Данил +Данис +Данислав +Даниэль +Данияр +Дарий +Даурен +Демид +Демьян +Денис +Джамал +Джан +Джеймс +Джереми +Иеремия +Джозеф +Джонатан +Дик +Дин +Динар +Дино +Дмитрий +Добрыня +Доминик +Евгений +Евдоким +Евсей +Евстахий +Егор +Елисей +Емельян +Еремей +Ефим +Ефрем +Ждан +Жерар +Жигер +Закир +Заур +Захар +Зенон +Зигмунд +Зиновий +Зураб +Зуфар +Ибрагим +Иван +Игнат +Игнатий +Игорь +Иероним +Джером +Иисус +Ильгиз +Ильнур +Ильшат +Илья +Ильяс +Имран +Иннокентий +Ираклий +Исаак +Исаакий +Исидор +Искандер +Ислам +Исмаил +Итан +Казбек +Камиль +Карен +Карим +Карл +Ким +Кир +Кирилл +Клаус +Клим +Конрад +Константин +Коре +Корнелий +Кристиан +Кузьма +Лаврентий +Ладо +Лев +Ленар +Леон +Леонард +Леонид +Леопольд +Лоренс +Лука +Лукиллиан +Лукьян +Любомир +Людвиг +Людовик +Люций +Маджид +Майкл +Макар +Макарий +Максим +Максимилиан +Максуд +Мансур +Мар +Марат +Марк +Марсель +Мартин +Мартын +Матвей +Махмуд +Мика +Микула +Милослав +Мирон +Мирослав +Михаил +Моисей +Мстислав +Мурат +Муслим +Мухаммед +Мэтью +Назар +Наиль +Нариман +Нестор +Ник +Никита +Никодим +Никола +Николай +Нильс +Огюст +Олег +Оливер +Орест +Орландо +Осип +Иосиф +Оскар +Осман +Остап +Остин +Павел +Панкрат +Патрик +Педро +Перри +Пётр +Платон +Потап +Прохор +Равиль +Радий +Радик +Радомир +Радослав +Разиль +Раиль +Райан +Раймонд +Рамазан +Рамзес +Рамиз +Рамиль +Рамон +Ранель +Расим +Расул +Ратмир +Раушан +Рафаэль +Рафик +Рашид +Ринат +Ренат +Ричард +Роберт +Родим +Родион +Рожден +Ролан +Роман +Ростислав +Рубен +Рудольф +Руслан +Рустам +Рэй +Савва +Савелий +Саид +Салават +Самат +Самвел +Самир +Самуил +Санжар +Сани +Святослав +Севастьян +Семён +Серафим +Сергей +Сидор +Симба +Соломон +Спартак +Станислав +Степан +Сулейман +Султан +Сурен +Тагир +Тайлер +Талгат +Тамаз +Тамерлан +Тарас +Тигран +Тимофей +Тимур +Тихон +Томас +Трофим +Уинслоу +Умар +Устин +Фазиль +Фарид +Фархад +Фёдор +Федот +Феликс +Филипп +Флор +Фома +Фред +Фридрих +Хабиб +Хаким +Харитон +Хасан +Цезарь +Цефас +Цецилий +Сесил +Цицерон +Чарльз +Чеслав +Чингиз +Шамиль +Шарль +Шерлок +Эдгар +Эдуард +Эльдар +Эмиль +Эмин +Эрик +Эркюль +Эрмин +Эрнест +Эузебио +Юлиан +Юлий +Юнус +Юрий +Юстиниан +Юстус +Яков +Ян +Яромир +Ярослав +Андрей +Антон +Олег +Роман +Александр +Сергей +Анатолий +Юрий +Богдан +Вениамин +Виталий +Владимир +Дмитрий +Иван +Константин +Алексей +Артур +Слава +Борис +Богдан +Славик +Вадим +Валера +Веня +Георг +Гоша +Жора +Марк +Глеб +Алекс +Денис +Егор +Фима +Илья +Лева +Леня +Матвей +Митя +Никита +Антон +Олег +Петро +Ростик +Руслан +Савва +Семён +Степан +Тима +Артем +Фёдор +Яша +Максон +Димка +Арсений +Терентий +Раду +Дмитрий \ No newline at end of file diff --git a/config/names/first_male_slime.txt b/config/names/first_male_slime.txt index 645746e3a55b..a8efaaf027c0 100644 --- a/config/names/first_male_slime.txt +++ b/config/names/first_male_slime.txt @@ -1,177 +1,177 @@ -Blip -Blobbert -Blobbin -Blobbo -Blobby -Bloop -Bloopary -Bloopin -Bloopy -Blooui -Blop -Blopary -Bloppard -Bloppino -Bloppy -Blorb -Blorble -Blubb -Blubble -Blubby -Blup -Bluppary -Blurbin -Blurbington -Blurble -Blurbo -Blurby -Bog -Boggley -Boggs -Bop -Bubblin -Bubblinton -Bubby -Bubobu -Driblet -Elgen -Fizzard -Fizzmore -Fizzo -Fizzrick -Flan -Gammy -Gel -Gelardo -Gelert -Geley -Gellard -Gellbert -Gelly -Gill -Globbert -Globbin -Globblino -Globbly -Globbo -Globu -Globule -Globuli -Gloob -Gloobert -Glooby -Glooppins -Gloopy -Glopp -Glorb -Glorby -Glorg -Glu -Glub -Glubb -Glubbert -Glubble -Glubblee -Gluen -Glug -Glugg -Gluggen -Gluggy -Goo -Goober -Goobly -Gooffy -Goomie -Goop -Gooverl -Grime -Gumbo -Gummi -Jaeli -Jammy -Jelert -Jeley -Jellard -Jellardo -Jellbert -Jellberto -Jelleno -Jellert -Jellimillian -Jiggle -Jolly -Lime -Mooze -Muckey -Muckle -Muckus -Mucus -Mucy -Muk -Murk -Murkello -Murkey -Murkle -Ooey -Ooul -Oouzen -Oozellin -Oozelus -Oozeroth -Oozeroy -Oozey -Oozi -Oozinth -Oozish -Oozuik -Oozuish -Oozy -Pipop -Pipoulp -Plip -Ploop -Plop -Plopp -Plopponu -Pop -Popou -Poppello -Poppeth -Poppilor -Poppin -Popplin -Poulp -Pudd -Pupp -Shimmy -Skwickey -Slimedo -Slimero -Slimeton -Slimey -Sloosh -Slop -Slosh -Sludge -Slush -Smidgen -Smudge -Sploth -Spritz -Squan -Squeshelon -Squishan -Squishard -Squishary -Squishen -Squishendo -Squishie -Squiship -Squishiro -Squishu -Squishul -Squorsh -Uoulp -Uulpop -Wibble -Wobble \ No newline at end of file +Блип +Блобберт +Блоббин +Блоббо +Блоббы +Блооп +Блоопары +Блоопин +Блоопы +Блооуи +Блоп +Блопары +Блоппард +Блоппино +Блоппы +Блорб +Блорбле +Блубб +Блуббле +Блуббы +Блуп +Блуппары +Блурбин +Блурбингтон +Блурбле +Блурбо +Блурбы +Бог +Богглеы +Боггс +Боп +Бубблин +Бубблинтон +Буббы +Бубобу +Дриблет +Елген +Физзард +Физзморе +Физзо +Физзрицк +Флан +Гаммы +Гел +Гелардо +Гелерт +Гелеы +Геллард +Геллберт +Геллы +Гилл +Глобберт +Глоббин +Глобблино +Глобблы +Глоббо +Глобу +Глобуле +Глобули +Глооб +Глооберт +Глообы +Глооппинс +Глоопы +Глопп +Глорб +Глорбы +Глорг +Глу +Глуб +Глубб +Глубберт +Глуббле +Глубблее +Глуен +Глуг +Глугг +Глугген +Глуггы +Гоо +Гообер +Гооблы +Гооффы +Гоомие +Гооп +Гооверл +Гриме +Гумбо +Гумми +Йаели +Йаммы +Йелерт +Йелеы +Йеллард +Йеллардо +Йеллберт +Йеллберто +Йеллено +Йеллерт +Йеллимиллиан +Йиггле +Йоллы +Лиме +Моозе +Муцкеы +Муцкле +Муцкус +Муцус +Муцы +Мук +Мурк +Муркелло +Муркеы +Муркле +Ооеы +Ооул +Ооузен +Оозеллин +Оозелус +Оозеротх +Оозероы +Оозеы +Оози +Оозинтх +Оозиш +Оозуик +Оозуиш +Оозы +Пипоп +Пипоулп +Плип +Плооп +Плоп +Плопп +Плоппону +Поп +Попоу +Поппелло +Поппетх +Поппилор +Поппин +Попплин +Поулп +Пудд +Пупп +Шиммы +Сквицкеы +Слимедо +Слимеро +Слиметон +Слимеы +Слоош +Слоп +Слош +Слудге +Слуш +Смидген +Смудге +Сплотх +Спритз +Скьюуан +Скьюуешелон +Скьюуишан +Скьюуишард +Скьюуишары +Скьюуишен +Скьюуишендо +Скьюуишие +Скьюуишип +Скьюуиширо +Скьюуишу +Скьюуишул +Скьюуорш +Ноулп +Нулпоп +Виббле +Воббле \ No newline at end of file diff --git a/config/names/first_male_vulp.txt b/config/names/first_male_vulp.txt index f6a1374d3775..4ba6e00335e0 100644 --- a/config/names/first_male_vulp.txt +++ b/config/names/first_male_vulp.txt @@ -1,345 +1,345 @@ -Aaron -Abe -Abraham -Adelger -Adolar -Albuin -Alexander -Alhazred -Amren -Andre -Andreas -Aneurin -Angelo -Ansel -Ares -Armon -Arnet -Arric -Ash -Aspen -Atlas -August -Axel -Barald -Barrett -Basil -Bastian -Baxter -Ben -Benjamin -Benny -Berthold -Blake -Bo -Bolgan -Bosche -Brutus -Buck -Caden -Cadog -Caelum -Calvin -Camus -Caradoc -Carter -Casey -Caspar -Castor -Cayo -Cedrik -Chandler -Charles -Charlie -Charon -Christian -Claude -Clayton -Clifton -Clive -Clyde -Colby -Cole -Colin -Colton -Conner -Connor -Conor -Cooper -Craig -Curtis -Dane -Dannan -Deimos -Dennis -Derek -Derion -Derric -Deryn -Desmond -Dietmar -Dirge -Dominic -Don -Draven -Duane -Duke -Dunstan -Dylan -Eckhard -Eckhart -Edgar -Elfyn -Emanuel -Embry -Emery -Erik -Ernst -Ferdinand -Finch -Finn -Flik -Flint -Florian -Floyd -Francis -Franz -Fynn -Gaius -Garrett -Garske -Gary -Gavin -Gavner -Gerome -Gerrant -Ghirahim -Gillian -Glen -Gordon -Gorudo -Grant -Griffin -Grum -Hal -Hanklin -Harald -Harley -Hauser -Heath -Hector -Heribert -Hermes -Hudson -Hugo -Hunter -Hywel -Ingolf -Inigo -Ioan -Irving -Isaac -Isaak -Ivaylo -Iver -Jacob -Jaime -Jake -Janik -Jared -Jarom -Jarvald -Jason -Javier -Jeremiah -Jerome -Jesse -Jett -Jim -Jimba -Jimmy -Joe -Jonah -Jones -Joshua -Josua -Julian -Kai -Kaleb -Kear -Kenneth -Kenway -Kenyon -Kevin -Kirk -Klaus -Kodan -Konrad -Kortan -Kurt -Kyle -Lance -Landon -Larc -Larry -Lars -Leander -Lennard -Leo -Liam -Linus -Logan -Loki -Lope -Lorenz -Lou -Louis -Lovel -Luc -Lucas -Luka -Luke -Lykaon -Magnus -Maik -Manuel -Marc -Marion -Mariston -Marlowe -Marmon -Marshall -Martin -Martyn -Marvin -Mason -Matthias -Maynord -Meic -Melchior -Meyer -Micah -Michael -Mitchell -Moe -Mordecai -Morten -Mourgent -Nathaniel -Nero -Nick -Nicolas -Niko -Nils -Noah -Oberon -Ole -Oscar -Osiris -Osmon -Osther -Otsoa -Otto -Parker -Paul -Pavel -Perry -Perseus -Philip -Philipp -Pierce -Porter -Preston -Quelii -Ralph -Randall -Randolf -Ranulf -Raoul -Raul -Reade -Red -Rhain -Rhydian -Rhydwyn -Rhys -Rico -Rigel -Rob -Robin -Rocky -Roderic -Roger -Roland -Rolayne -Roniston -Ronnet -Roscoe -Roy -Rudy -Rukheim -Rupert -Russell -Ryan -Samuel -Sawyer -Scott -Severin -Shilo -Silver -Silvester -Sirius -Slate -Sol -Sriscoll -Stefan -Stephen -Sterling -Steven -Stone -Sullivan -Taylor -Ted -Teddy -Terry -Themis -Theo -Theodore -Thyrius -Tibarn -Tim -Tizian -Torben -Torsten -Trevor -Trion -Tristan -Troy -Trystan -Turner -Tybalt -Tyr -Ulbrecht -Ulrick -Valentine -Vallin -Veit -Velvel -Vesper -Victor -Vincent -Vinzenz -Vuk -Walter -Wayne -Weizen -Will -William -Wulfrun -Xaver -Yannik -York -Zac -Zacharias -Zeb -Zegrath \ No newline at end of file +Аарон +Абе +Абрахам +Аделгер +Адолар +Албуин +Алехандер +Алхазред +Амрен +Андре +Андреас +Анеурин +Ангело +Ансел +Арес +Армон +Арнет +Арриц +Аш +Аспен +Атлас +Аугуст +Ахел +Баралд +Барретт +Басил +Бастиан +Бахтер +Бен +Бенйамин +Бенны +Бертхолд +Блаке +Бо +Болган +Боще +Брутус +Буцк +Цаден +Цадог +Цаелум +Цалвин +Цамус +Царадоц +Цартер +Цасеы +Цаспар +Цастор +Цаыо +Цедрик +Чандлер +Чарлес +Чарлие +Чарон +Чристиан +Цлауде +Цлаытон +Цлифтон +Цливе +Цлыде +Цолбы +Цоле +Цолин +Цолтон +Цоннер +Цоннор +Цонор +Цоопер +Цраиг +Цуртис +Дане +Даннан +Деимос +Деннис +Дерек +Дерион +Дерриц +Дерын +Десмонд +Диетмар +Дирге +Доминиц +Дон +Дравен +Дуане +Дуке +Дунстан +Дылан +Ецкхард +Ецкхарт +Едгар +Елфын +Емануел +Ембры +Емеры +Ерик +Ернст +Фердинанд +Финч +Финн +Флик +Флинт +Флориан +Флоыд +Францис +Франз +Фынн +Гаиус +Гарретт +Гарске +Гары +Гавин +Гавнер +Героме +Геррант +Гхирахим +Гиллиан +Глен +Гордон +Горудо +Грант +Гриффин +Грум +Хал +Ханклин +Харалд +Харлеы +Хаусер +Хеатх +Хецтор +Хериберт +Хермес +Худсон +Хуго +Хунтер +Хывел +Инголф +Иниго +Иоан +Ирвинг +Исаац +Исаак +Иваыло +Ивер +Йацоб +Йаиме +Йаке +Йаник +Йаред +Йаром +Йарвалд +Йасон +Йавиер +Йеремиах +Йероме +Йессе +Йетт +Йим +Йимба +Йиммы +Йое +Йонах +Йонес +Йошуа +Йосуа +Йулиан +Каи +Калеб +Кеар +Кеннетх +Кенваы +Кеныон +Кевин +Кирк +Клаус +Кодан +Конрад +Кортан +Курт +Кыле +Ланце +Ландон +Ларц +Ларры +Ларс +Леандер +Леннард +Лео +Лиам +Линус +Логан +Локи +Лопе +Лоренз +Лоу +Лоуис +Ловел +Луц +Луцас +Лука +Луке +Лыкаон +Магнус +Маик +Мануел +Марц +Марион +Маристон +Марлове +Мармон +Маршалл +Мартин +Мартын +Марвин +Масон +Маттхиас +Маынорд +Меиц +Мелчиор +Меыер +Мицах +Мичаел +Митчелл +Мое +Мордецаи +Мортен +Моургент +Натханиел +Неро +Ницк +Ницолас +Нико +Нилс +Ноах +Оберон +Оле +Осцар +Осирис +Осмон +Остхер +Отсоа +Отто +Паркер +Паул +Павел +Перры +Персеус +Пхилип +Пхилипп +Пиерце +Портер +Престон +КЬЮуелии +Ралпх +Рандалл +Рандолф +Ранулф +Раоул +Раул +Реаде +Ред +Рхаин +Рхыдиан +Рхыдвын +Рхыс +Рицо +Ригел +Роб +Робин +Роцкы +Родериц +Рогер +Роланд +Ролаыне +Ронистон +Роннет +Росцое +Роы +Руды +Рукхеим +Руперт +Русселл +Рян +Самуел +Савыер +Сцотт +Северин +Шило +Силвер +Силвестер +Сириус +Слате +Сол +Срисцолл +Стефан +Степхен +Стерлинг +Стевен +Стоне +Сулливан +Таылор +Тед +Тедды +Терры +Тхемис +Тхео +Тхеодоре +Тхыриус +Тибарн +Тим +Тизиан +Торбен +Торстен +Тревор +Трион +Тристан +Троы +Трыстан +Турнер +Тыбалт +Тыр +Нлбречт +Нлрицк +Валентине +Валлин +Веит +Велвел +Веспер +Вицтор +Винцент +Винзенз +Вук +Валтер +Ваыне +Веизен +Вилл +Виллиам +Вулфрун +Xавер +Янник +Ыорк +Зац +Зачариас +Зеб +Зегратх \ No newline at end of file diff --git a/config/names/first_soviet_male.txt b/config/names/first_soviet_male.txt index 8cd391a9c554..71fca704858a 100644 --- a/config/names/first_soviet_male.txt +++ b/config/names/first_soviet_male.txt @@ -1,52 +1,52 @@ -Aleksandr -Alexey -Anatoly -Andrey -Andrusha -Artyom -Boris -Borya -Danya -Danyl -Denis -Deniska -Dima -Dmitry -Gennady -Gyena -Ilya -Ilyusha -Ivan -Kirill -Kirusha -Kolya -Konstantin -Kostya -Leo -Lyosha -Maksim -Max -Mikhail -Misha -Nikita -Nikita -Nikolai -Oleg -Olezhek -Roma -Roman -Sasha -Sergey -Seryozha -Slava -Tolya -Tyoma -Vanya -Victor -Vitya -Vladimir -Volodya -Vova -Vyacheslav -Yevgeny -Zhenya +Александр +Алексей +Анатолий +Андрей +Андруша +Артём +Борис +Боря +Даня +Дэнил +Денис +Дениска +Дима +Дмитрий +Геннадий +Гиена +Илья +Илюша +Иван +Кирилл +Кирюша +Коля +Константин +Костя +Лео +Лёша +Максим +Макс +Михаил +Миша +Никита +Никита +Николай +Олег +Олежек +Рома +Римский +Саша +Сергей +Сережа +Слава +Толя +Тёма +Ваня +Виктор +Витя +Владимир +Володя +Вова +Вячеслав +Евгений +Женя \ No newline at end of file diff --git a/config/names/golem.txt b/config/names/golem.txt index 29517da10a25..9863041e5850 100644 --- a/config/names/golem.txt +++ b/config/names/golem.txt @@ -1,156 +1,162 @@ -Ablation -Alabaster -Alunite -Andesite -Anyhdrite -Basalt -Basin -Bauxite -Bedrock -Bismuth -Bismuthinite -Bituminous Coal -Borax -Boulder -Brimstone -Brittle -Calcite -Cassiterite -Cenozoic -Chalk -Chasm -Cheridite -Chert -Chromite -Cinnabar -Claystone -Coast -Cobaltite -Column -Conglomerate -Core -Crevasse -Crust -Cryolite -Crystal -Dacite -Diorite -Dolomite -Dolostone -Dragonforce -Earthflow -Epoch -Eutrophication -Fault -Flint -Foliation -Foreshock -Fossil -Gabbro -Galena -Garnierite -Geode -Geoge -Gneiss -Granite -Graphite -Gravel -Groove -Grotto -Gypsum -Hematite -Hornblende -Humus -Igneous -Ilmenite -Iron -Island -Jasper -Jet -Kaolinite -Kettle -Kimberlite -Komatiite -Landslide -Levee -Lignite -Limestone -Limonite -Luster -Madidite -Magnetite -Magnitude -Malachite -Mantle -Marble -Marcasite -Melange -Mica -Microcline -Migmatite -Mineral -Mountain -Mudstone -Obsidian -Olivine -Ore -Orpiment -Orthoclase -Outwash -Oxbow Lake -Oynx -Pahoehoe -Pebble -Pegmatite -Periclase -Petrified Wood -Phyllite -Pitchblende -Plate -Pothole -Puddingstone -Pyrite -Pyrolusite -Quake -Quarry -Quartz -Quartzite -Realgar -Reservoir -Rhyolite -Rock -Rock Salt -Rockfall -Rutile -Saltpeter -Sand -Sandstone -Satinspar -Schist -Sediment -Seismic -Selenite -Serpentine -Shale -Shore -Siltstone -Slag -Slate -Sphalerite -Stack -Stalactite -Stalagmite -Stibnite -Stone -Stress -Subduction -Sylvite -Talc -Tetrahedrite -Tidal -Trench -Valley -Volcano -Xenolith -Yardang -Zone \ No newline at end of file +Абляция +Алебастр +Алунит +Андезит +анидриты +Базальт +Бассейн +Бокситы +Кореннопородовый +Висмут +Висмутинит +Битуминозный уголь +Бура +Боулдер +Сера +Хрупкий +Кальцит +Касситерит +Кайнозой +Мел +Пропасть +Черидит +Черт +Хромит +Киноварь +Аргиллит +Побережье +кобальтит +Столбец +Конгломерат +Основной +Расселина +Корка +Криолит +Кристалл +Дацит +Диорит +Доломит +Доломоун +Драконосилов +Земляной Поток +Земляпотоков +Эпоха +Эвтрофикация +Вина +Флинт +Слоение +Форшок +Ископаемое +Габбро +Галенит +Гарньерит +Жеода +Геоге +Гнейс +Гранит +графит +Гравий +Канавка +Грот +гипс +Гематит +Роговообманный +Гумус +Магматизм +Магма +Ильменит +Железо +Остров +Джаспер +Джет +Каолинит +Чайник +Кимберлит +Коматиит +Оползень +Дамба +Буроуголь +Буроугольный +Известняк +Лимонит +Блеск +Мадидит +Магнетит +Величина +Малахит +Мантия +Мрамор +Марказит +Меланж +Слюда +Микроклин +Мигматит +Минеральная +Гора +Аргиллит +Обсидиан +Оливин +Руда +Аурипигмент +Ортоклаз +Оутваш +Оксбоу-Лейк +Оинкс +Пахохо +Галька +пегматит +Периклаз +Окаменелодревесный +Каменнодревесный +Древесный Камень +Филлит +Уран +Пластина +Выбоина +Пуддингстоун +Пирит +Пиролюзит +Землетрясение +Карьер +Кварц +Кварцит +Реалгар +водохранилище +Риолит +Камень +Каменносольный +Каменносоловый +Камнепад +Рутил +Селитра +Песок +Песчаник +Сатиншпат +Сланец +Осадок +Сейсмический +Селенит +серпантин +Сланец +Берег +Алевролит +Шлак +Сланец +Сфалерит +Куча +Сталактит +Сталагмит +Стибнит +Камень +Стресс +субдукция +Сильвит +Тальк +Тетраэдрит +Прилив +Траншея +Долина +Вулкан +Ксенолит +Ярданг +Зона \ No newline at end of file diff --git a/config/names/jobs.txt b/config/names/jobs.txt new file mode 100644 index 000000000000..e745de04e83b --- /dev/null +++ b/config/names/jobs.txt @@ -0,0 +1,42 @@ +офицер подразделения специального назначения +гражданский +главный инженер +инженер +специалист по жизнеобеспечению +механик +главный врач +врач +коронер +химик +генетик +вирусолог +психиатр +парамедик +директор исследований +научный сотрудник +роботехник +глава службы безопасности +надзиратель +детектив +офицер службы безопасности +врач брига +пилот службы безопасности +капитан +глава персонала +представитель Нанотрейзен +синий щит +судья +агент внутренних дел +бармен +повар +ботаник +завхоз +грузчик +шахтёр +клоун +мим +уборщик +библиотекарь +барбер +священник +офицер синдиката \ No newline at end of file diff --git a/config/names/last.txt b/config/names/last.txt index 0e05eb862b89..b525a7d476bd 100644 --- a/config/names/last.txt +++ b/config/names/last.txt @@ -1,629 +1,471 @@ -Whittier -Dimeling -Blaine -Dennis -Adams -Rader -Murray -Millhouse -Ludwig -Burris -Shupe -Mary -Zadovsky -Philips -Wise -Gronko -Jardine -Black -Mitchell -Enderly -Stall -Harrow -Atweeke -Sealis -Conrad -Lucy -Stewart -Green -Feufer -Warren -Campbell -Shafer -Woodworth -Magor -Logue -Reichard -Day -Dugmore -Greenawalt -Jyllian -Osterwise -Styles -Cavalet -Garneys -Raub -Sholl -Chauvin -Poley -Todd -Brandenburg -Baer -Pritchard -Pinney -Kadel -Anderson -Clarke -Hunt -Gadow -Stough -Marcotte -Brooks -Watson -Nash -Sheets -Ashbaugh -Zimmer -Noton -Dean -Fleming -Draudy -Bluetenberger -Fischer -Hawkins -Poehl -Addison -Mcintosh -Keppel -Kimple -Alice -Stone -Fiscina -Leichter -Wile -Callison -Cowper -Harrold -Carr -Eckhardstein -Wilkerson -Shirey -Benford -Reade -Baskett -Seidner -Gettemy -Joyce -Judge -Burkett -Kiefer -Carmichael -Hirleman -Wells -Isemann -Cressman -Highlands -Briggs -Rowley -Coldsmith -Berkheimer -Hill -Maclagan -Mcfall -Mens -Braun -James -Sloan -Bould -Overstreet -Kanaga -Polson -Finlay -Sandys -Bousum -Howard -Treeby -Stainforth -Werner -Sulyard -Marriman -Weinstein -Butterfill -Mason -Coates -Peters -Gregory -Wilo -Edwards -Barnes -Harding -Tireman -Lombardi -Roberts -Faqua -Basmanoff -Mccune -Mckendrick -Oppenheimer -Oneal -Focell -Tedrow -Fields -Ryals -Best -Zaun -Knapp -Linton -Jackson -Bullard -Mcloskey -Zoucks -Heckendora -Hoenshell -Woollard -Mueller -Burns -Franks -Goodman -Stern -Robinson -Hooker -David -Fitzgerald -Vanleer -Beach -Flickinger -Metzer -Bynum -Stafford -Osteen -Johnson -Paynter -Thomlinson -Simmons -Basinger -Fisher -Bunten -Compton -Archibald -Catherina -Rahl -Bowchiew -Tennant -Mccullough -Margaret -Schaeffer -Sommer -Beail -Merryman -Knapenberger -Patterson -Houston -Lacon -Levett -Sullivan -Sidower -Laborde -Stroh -Hice -Biery -Christman -Staymates -Sauter -Snyder -Bratton -Sybilla -Altmann -Mathews -Newbern -Baker -Kemble -Mingle -Unk -Otis -Quinn -Bell -Wood -Ullman -Bicknell -Gibson -Rohtin -Wallick -Eggbert -Losey -Neely -Catleay -McDonald -Beedell -Williamson -Bennett -Potter -Caldwell -Lowe -Durstine -King -Gardner -Ulery -Rifler -Trovato -Thomas -Nehling -Baum -Werry -Mcmullen -Koster -Willey -Mildred -Straub -Haynes -Baxter -Ackerley -Greene -Atkinson -Davis -Weeter -Milne -Leech -Clewett -Ewing -Hook -Reighner -Welty -Jenkins -Swarner -Hawker -Agg -Batten -Cherry -Shaffer -Yeskey -Stephenson -Pycroft -Larson -Joghs -Keener -Christopher -Roadman -Echard -Priebe -Auman -Kemerer -Sutton -Prechtl -Cowart -Ringer -Garratt -Siegrist -Seelig -Lafortune -Dryfus -Isaman -Teagarden -Evans -Wolfe -Fiddler -Jowers -Aultman -Olphert -Howe -Leslie -Stocker -Bode -Whirlow -Ann -Mcclymonds -Guess -Taggart -Pratt -Moon -Huey -Hegarty -Meyers -Stahl -Nickolson -Mortland -Perkins -Thorley -Fuchs -Ray -Schrader -Kellogg -Woodward -Faust -Roby -Bashline -Cypret -Laurenzi -Minnie -Houser -Langston -Barrett -Wible -Hujsak -Wardle -Pershing -Kuster -Driggers -Wheeler -Garland -Alliman -Hoover -Camp -Hall -Parkinson -Swabey -Mull -Cox -Hanford -Stange -Wolff -Jesse -Brinigh -Koepple -Schmidt -Muller -Schofield -Zalack -Pfeifer -Fea -Blackburn -Ward -Kifer -Costello -Donkin -Osterweis -Brindle -Llora -Duncan -Ehret -Fryer -Summy -Richards -Boyer -Hutton -Mosser -Lester -Stroble -Randolph -Lord -Scott -Nicholas -Smail -Ratcliff -Riggle -Newton -Sanders -Lauffer -Aggley -Moberly -Hynes -Pennington -Woolery -Hardie -Blessig -Tanner -Demuth -Fraser -Henry -Shick -Ironmonger -Scherer -Field -Prevatt -Earl -Paulson -Curry -Powers -Rosensteel -Hoopengarner -Weisgarber -Elliott -Pearsall -Lowstetter -Holdeman -Kepplinger -Bloise -Hunter -Glover -Hayhurst -Wentzel -Owens -Smith -Steele -Leach -Armstrong -Easter -Greenwood -Buzzard -Eliza -Rockwell -Zeal -Harshman -Northey -Tilton -Richter -Moore -Jerome -Hardy -Bickerson -White -Beck -Waldron -Fulton -Miller -Sandford -Hughes -Winton -Digson -Byers -Hincken -Shaner -Whiteman -Lineman -Albright -Hastings -Elderson -Garrison -Rose -Kelley -Quirin -Dickinson -Young -Ramos -Jewell -Endsley -Briner -Jenner -Saylor -Bash -Blyant -Rhinehart -Prescott -Kirkson -Picard -Riker -Spock -Skywalker -Vader -Muggins -Buttersworth -Stamos -Sagan -Hawking -Dawkins -McShain -McDonohugh -Power -Jones -Williams -Brown -Taylor -Davies -Wilson -Walker -Wright -Thompson -Patel -Martins -Lewis -Harris -Clark -Turner -Cooper -Morris -Morgan -Harrison -Kelly -Allen -Phillips -Lee -Parker -Simpson -Griffiths -Shaw -Price -Cook -Richardson -Marshall -Begum -Murphy -Khan -Gray -Collins -Bailey -Carter -Robertson -Graham -Singh -Hussain -Ellis -Wilkinson -Foster -Thomson -Russell -Ali -Reid -Rathens -Rathen -Chapman -Powell -Owen -Ahmed -Rogers -Webb -Holmes -Mills -Matthews -Palmer -Lloyd -Kaur -Ivanov -Smirnov -Vasilyev -Petrov -Kuznetsov -Mikhaylov -Pavlov -Semenov -Andreev -Alekseev -Garcia -Rodriguez -Gonzalez -Hernandez -Martinez -Lopez -Perez -Ramirez -Gomez -Torres -Flores -Rivera -Cruz -Reyes -Morales -Mendoza -Ruiz -Alvarez -Castillo -Jimenez -Vasquez -Romero -Moreno -Aguilar -Diaz -Medina -Fernandez -Vargas -Herrera -Soto -Zhang -Chang -Chen -Lin -Wong -Sato -Suzuki -Takahashi -Tanaka -Watanabe -Kim -Park -Choi -Jeong -Kang -Nguyen -Tran -Le -Phan -Dang -Duong -Tan -Lim -Chua -Kumar -Gupta -Reddy -Chowdhury -Bashara -Karim \ No newline at end of file +Смирнов +Иванов +Кузнецов +Соколов +Попов +Лебедев +Козлов +Новиков +Морозов +Петров +Волков +Соловьёв +Васильев +Зайцев +Павлов +Семёнов +Голубев +Виноградов +Богданов +Воробьёв +Фёдоров +Михайлов +Беляев +Тарасов +Белов +Комаров +Орлов +Киселёв +Макаров +Андреев +Ковалёв +Ильин +Гусев +Титов +Кузьмин +Кудрявцев +Баранов +Куликов +Алексеев +Степанов +Яковлев +Сорокин +Сергеев +Романов +Захаров +Борисов +Королёв +Герасимов +Пономарёв +Григорьев +Лазарев +Медведев +Ершов +Никитин +Соболев +Рябов +Поляков +Цветков +Данилов +Жуков +Фролов +Журавлёв +Николаев +Крылов +Максимов +Сидоров +Осипов +Белоусов +Федотов +Дорофеев +Егоров +Матвеев +Бобров +Дмитриев +Калинин +Анисимов +Петухов +Антонов +Тимофеев +Никифоров +Веселов +Филиппов +Марков +Большаков +Суханов +Миронов +Ширяев +Александров +Коновалов +Шестаков +Казаков +Ефимов +Денисов +Громов +Фомин +Давыдов +Мельников +Щербаков +Блинов +Колесников +Карпов +Афанасьев +Власов +Маслов +Исаков +Тихонов +Аксёнов +Гаврилов +Родионов +Котов +Горбунов +Кудряшов +Быков +Зуев +Третьяков +Савельев +Панов +Рыбаков +Суворов +Абрамов +Воронов +Мухин +Архипов +Трофимов +Мартынов +Емельянов +Горшков +Чернов +Овчинников +Селезнёв +Панфилов +Копылов +Михеев +Галкин +Назаров +Лобанов +Лукин +Беляков +Потапов +Некрасов +Хохлов +Жданов +Наумов +Шилов +Воронцов +Ермаков +Дроздов +Игнатьев +Савин +Логинов +Сафонов +Капустин +Кириллов +Моисеев +Елисеев +Кошелев +Костин +Горбачёв +Орехов +Ефремов +Исаев +Евдокимов +Калашников +Кабанов +Носков +Юдин +Кулагин +Лапин +Прохоров +Нестеров +Харитонов +Агафонов +Муравьёв +Ларионов +Федосеев +Зимин +Пахомов +Шубин +Игнатов +Филатов +Крюков +Рогов +Кулаков +Терентьев +Молчанов +Владимиров +Артемьев +Гурьев +Зиновьев +Гришин +Кононов +Дементьев +Ситников +Симонов +Мишин +Фадеев +Комиссаров +Мамонтов +Носов +Гуляев +Шаров +Устинов +Вишняков +Евсеев +Лаврентьев +Брагин +Константинов +Корнилов +Авдеев +Зыков +Бирюков +Шарапов +Никонов +Щукин +Дьячков +Одинцов +Сазонов +Якушев +Красильников +Гордеев +Самойлов +Князев +Беспалов +Уваров +Шашков +Бобылёв +Доронин +Белозёров +Рожков +Самсонов +Мясников +Лихачёв +Буров +Сысоев +Фомичёв +Русаков +Стрелков +Гущин +Тетерин +Колобов +Субботин +Фокин +Блохин +Селиверстов +Пестов +Кондратьев +Силин +Меркушев +Лыткин +Туров +Абдурхманов +Алтынник +Барсак +Киреев +Щербин +Ковальчук +Коев +Колонтарёв +Колонтарь +Кондратенко +Коркин +Корнеев +Баул +Кравченко +Кривда +Кривохатский +Кузьмич +Кузякин +Кульчитский +Кунцев +Курвиц +Кучерук +Башаков +Кушнарёв +Кхаладзе +Лаврик +Лавров +Лившиц +Лисичанский +Литвин +Лымаренко +Мазепа +Макаренко +Башмаков +Мальцев +Мамаев +Мерзляев +Мильченко +Миронюк +Морер +Крыга +Мостовой +Мунтян +Мухамедов +Бешевлий +Мыськов +Навроцкий +Неприцкий +Никаноров +Никешин +Никулин +Фуцин +Нордиев +Носань +Ополев +Биноев +Орлевич +Петкевич +Петренко +Плохенко +Подячев +Полянин +Поплавский +Портных +Прасолов +Прокопенко +Проскурин +Проценко +Прудов +Пустовар +Пучек +Рабинович +Радкевич +Резун +Рогоза +Роднянский +Ротань +Рублев +Рудик +Русанов +Рычагирский +Савченко +Савчук +Сагитов +Свиридов +Седых +Середа +Сидоренко +Синий +Синицын +Скамейка +Слуцкий +Бойко +Смелов +Смолий +Стацюра +Степчин +Стычинский +Сыкула +Тарнавский +Татарчук +Тимчук +Андрейчук +Бойченко +Болдескул +Бондарев +Брич +Бронштейн +Буряк +Бутурин +Бяло +Валентинов +Андрущенко +Вовненко +Воланчук +Володарь +Волошин +Ворохаев +Вьюшинский +Анисьев +Ганзюк +Гарковенко +Гаркуша +Георгов +Глебовский +Гнатюк +Гончаренко +Гордиенко +Горлевой +Ардашев +Горохин +Горюнов +Гребенюк +Грицаенко +Грицай +Гриценков +Гришачев +Грищук +Губар +Гунько +Бабич +Гуревич +Денисенко +Довгалюк +Домбрик +Доценко +Дроздуш +Дубенчук +Дудоров +Дука +Думко +Балан +Дунаев +Дыклов +Ерофеев +Жабенко +Жмыев +Жураковский +Забыйягода +Загороднюк +Замосенчук +Зарубин +Захарин +Звонницкий +Зозо +Золотарь +Зубарев +Зубков +Игнатенко +Барановский +Иженко +Ищук +Казанцев +Кандыбабко +Капука +Капустянко +Кац +Кикабидзе +Гацула +Синаев +Фейгельман +Леденцов +Алферов +Антипин +Богомолов +Василевич +Гешкенбейн +Дьяконов +Ерохин +Заикин +Ивченко +Ларин +Манько +Степаненко +Оганесян +Чернодуб +Чириков +Белявин +Стеклов +Спирин +Балитский +Белый +Зелёный +Бессмертный +Слепой +Смелый +Суровый +Сухой +Хромой +Худой +Блаженный +Шалый +Горький +Грозный +Кривоног +Черный +Белый +Козлов +Локоть +Стребков +Попиначенко \ No newline at end of file diff --git a/config/names/last_slime.txt b/config/names/last_slime.txt index 1644d7698ca2..00c1920a42dc 100644 --- a/config/names/last_slime.txt +++ b/config/names/last_slime.txt @@ -1,129 +1,129 @@ -Agua -Aquafreda -Aquati -Aquino -Blobbe -Bloop -Blooper -Bloopert -Blooupep -Blopbel -Blopphill -Bloppins -Blopplopindale -Blopson -Blopthorne -Blubb -Blubbins -Bop -Boppopi -Bubblect -Bubblins -Bubblinz -Cotta -Fizz -Fizzblep -Fizzen -Fizzerbei -Fizzino -Fizzland -Fizzle -Fizzy -Flan -Flanchett -Flopple -Flubb -Gelatino -Gelatio -Gelato -Gelburt -Gellin -Globbins -Gloopens -Gloopinspur -Gloppashup -Glubb -Glurggins -Gooburry -Goociall -Goodatrad -Gooey -Googrim -Gooper -Goosippi -Goovue -Jellato -Jellimore -Jellins -Jellipop -Jelliton -Jellyne -McBlurp -McBubbly -McSquish -Murkmire -Ooze -Oozellin -Oozenslu -Oozer -Oozettle -Oozeusur -Oozlin -Plip -Plipoporia -Plipoporio -Plipperson -Plopp -Plopperville -Ploppington -Ploppler -Po'Popply -Po'Skish -Poole -Pop -Pop'Oporo -Pop'Skwish -Pop-Poppins -Popblopkin -Popidin -Popin -Popkupup -Poplaw -Poplawski -Popp -Poppatrek -Poppins -Popply -Popps -Popresoli -Popthorne -Rivers -Skweeshera -Skwesh -Skwiop -Skwish -Slimeson -Sludgemore -Slush -Slusher -Slushery -Slushey -Slushi -Slushington -Slushino -Slushins -Sploot -Splooten -Squish -Squishad -Squisharo -Squisherson -Squishington -Squishino -Squishinpop -Squishins -Squishmire -Squishon -Squisshins -Waterman -Waters \ No newline at end of file +Агуа +Акьюуафреда +Акьюуати +Акьюуино +Блоббе +Блооп +Блоопер +Блооперт +Блооупеп +Блопбел +Блоппхилл +Блоппинс +Блопплопиндале +Блопсон +Блоптхорне +Блубб +Блуббинс +Боп +Боппопи +Бубблецт +Бубблинс +Бубблинз +Цотта +Физз +Физзблеп +Физзен +Физзербеи +Физзино +Физзланд +Физзле +Физзы +Флан +Фланчетт +Флоппле +Флубб +Гелатино +Гелатио +Гелато +Гелбурт +Геллин +Глоббинс +Глоопенс +Глоопинспур +Глоппашуп +Глубб +Глурггинс +Гообурры +Гооциалл +Гоодатрад +Гооеы +Гоогрим +Гоопер +Гоосиппи +Гоовуе +Йеллато +Йеллиморе +Йеллинс +Йеллипоп +Йеллитон +Йеллыне +МцБлурп +МцБубблы +МцСкьюуиш +Муркмире +Оозе +Оозеллин +Оозенслу +Оозер +Оозеттле +Оозеусур +Оозлин +Плип +Плипопориа +Плипопорио +Плипперсон +Плопп +Плоппервилле +Плоппингтон +Плопплер +По'Попплы +По'Скиш +Пооле +Поп +Поп'Опоро +Поп'Сквиш +Поп-Поппинс +Попблопкин +Попидин +Попин +Попкупуп +Поплав +Поплавски +Попп +Поппатрек +Поппинс +Попплы +Поппс +Попресоли +Поптхорне +Риверс +Сквеешера +Сквеш +Сквиоп +Сквиш +Слимесон +Слудгеморе +Слуш +Слушер +Слушеры +Слушеы +Слуши +Слушингтон +Слушино +Слушинс +Сплоот +Сплоотен +Скьюуиш +Скьюуишад +Скьюуишаро +Скьюуишерсон +Скьюуишингтон +Скьюуишино +Скьюуишинпоп +Скьюуишинс +Скьюуишмире +Скьюуишон +Скьюуисшинс +Ватерман +Ватерс \ No newline at end of file diff --git a/config/names/last_soviet_male.txt b/config/names/last_soviet_male.txt index 20fb8d84bdee..55cf1a586f79 100644 --- a/config/names/last_soviet_male.txt +++ b/config/names/last_soviet_male.txt @@ -1,40 +1,40 @@ -Alekseev -Andreev -Belov -Belyaev -Fyodorov -Golubev -Gusev -Ilyin -Ivanov -Kiselyov -Komarov -Kovalyov -Kozlov -Kuzmin -Kuznetsov -Lebedev -Makarov -Mikhailov -Morozov -Nikitin -Nikolaev -Novikov -Orlov -Pavlov -Petrov -Popov -Semyonov -Sidorov -Smirnov -Sokolov -Solovyov -Stepanov -Tarasov -Titov -Vassiliev -Vinogradov -Volkov -Yegorov -Zaitsev -Zakharov +Алексеев +Андреев +Белов +Беляев +Федоров +Голубев +Гусев +Ильин +Иванов +Киселёв +Комаров +Ковалёв +Козлов +Кузьмин +Кузнецов +Лебедев +Макаров +Михайлов +Морозов +Никитин +Николаев +Новиков +Орлов +Павлов +Петров +Попов +Семенов +Сидоров +Смирнов +Соколов +Соловьев +Степанов +Тарасов +Титов +Васильев +Виноградов +Волков +Егоров +Зайцев +Захаров \ No newline at end of file diff --git a/config/names/last_vulp.txt b/config/names/last_vulp.txt index 04e49ba05534..b77dd861fac9 100644 --- a/config/names/last_vulp.txt +++ b/config/names/last_vulp.txt @@ -1,252 +1,252 @@ -Abbott -Adoette -Aegaeon -Aegir -Antlia -Argyris -Artino -Auriga -Balch -Barker -Barry -Beck -Belvin -Benson -Bestla -Beynon -Birken -Blum -Bootes -Braune -Briggs -Brys -Bunner -Burns -Cadogan -Caelum -Caine -Cal'enea -Caliban -Card -Carina -Cecil -Cephus -Cetus -Ciqala -Clark -Collins -Corvus -Cross -Crux -Cygnus -Darwin -Day -Delphinus -Dew -Donovan -Dorado -Drexler -Eckart -Eisner -Eridanus -Esau -Etsa -Fahr -Finn -Fletcher -Flint -Fornax -Francis -Frey -Froese -Frost -Galatea -Gerster -Gibbs -Gibby -Gibson -Glasser -Gold -Gray -Greenland -Griffiths -Grus -Hackl -Harrer -Harris -Hartig -Hati -Haumea -Heck -Heckleforth -Hendricks -Hennion -Herder -Herrlein -Hersh -Hi'iaka -Holderman -Holt -Holzer -Howell -Howlitzer -Hunt -Hunter -Huntington -Hydrus -Hyrrokkin -Ida -Indus -Jones -Kachina -Kahler -Kali -Kamphaus -Kekoa -Keme -Kenefick -Kerberos -King -Kitchi -Kiviuq -Kocher -Kohl -Koi -Kokinos -Konala -Kracht -Kruspe -Kuruk -Kusinut -Lachner -Lambert -Lansa -Laomedeia -Lawson -Lee -Lehrer -Lexis -Licht -Lincoln -Llewelyn -Loge -Lorenzen -MacLeod -Maekh -Malone -Marks -Mason -Matoskah -Matthews -Mattick -Mauss -McCarthy -McKee -McKinney -McLeod -Meissner -Merkel -Mertz -Metzinger -Mikasi -Mimiteh -Misae -Moki -Mordecai -Morgan -Morris -Moss -Musca -Naiad -Namaka -Narvi -Nereid -Neso -Nest -Neuer -Nist -Nokomis -Nonovan -Noske -O'Neil -Okalani -Okomi -Oliana -Oliver -Pakuna -Pallene -Pavo -Pembroke -Penrose -Pichler -Parker -Povey -Preiss -Prospero -Protheroe -Pye -Pyxis -Quint -Rabe -Rahmer -Rease -Reger -Reichen -Reimold -Reiter -Rhees -Rhoderick -Robinson -Rosenthal -Rossmann -Rothman -Rue -Sagitta -Sahkyo -Sare -Sawyer -Schmid -Schoeler -Schoenberg -Schultze -Seals -Seidl -Sharpe -Shepard -Shepherd -Sicheii -Skinner -Skoll -Sommer -Spade -Staebler -Steel -Sycorax -Takala -Takoda -Tansy -Tarqeq -Tarvos -Tayanita -Taylor -Telesto -Tethys -Thalassa -Thiel -Toski -Trinculo -Tse -Veiel -Vohkinne -Umber -Ward -Webb -Weber -Weider -Werdin -Wildner -Wintsch -Wolfe -Yarwood -Yazhi -Yoki \ No newline at end of file +Абботт +Адоетте +Аегаеон +Аегир +Антлиа +Аргырис +Артино +Аурига +Балч +Баркер +Барры +Бецк +Белвин +Бенсон +Бестла +Беынон +Биркен +Блум +Боотес +Брауне +Бриггс +Брыс +Буннер +Бурнс +Цадоган +Цаелум +Цаине +Цал'енеа +Цалибан +Цард +Царина +Цецил +Цепхус +Цетус +Цикьюала +Цларк +Цоллинс +Цорвус +Цросс +Црух +Цыгнус +Дарвин +Даы +Делпхинус +Дев +Донован +Дорадо +Дрехлер +Ецкарт +Еиснер +Ериданус +Есау +Етса +Фахр +Финн +Флетчер +Флинт +Форнах +Францис +Фреы +Фроесе +Фрост +Галатеа +Герстер +Гиббс +Гиббы +Гибсон +Глассер +Голд +Граы +Греенланд +Гриффитхс +Грус +Хацкл +Харрер +Харрис +Хартиг +Хати +Хаумеа +Хецк +Хецклефортх +Хендрицкс +Хеннион +Хердер +Херрлеин +Херш +Хи'иака +Холдерман +Холт +Холзер +Ховелл +Ховлитзер +Хунт +Хунтер +Хунтингтон +Хыдрус +Хырроккин +Ида +Индус +Йонес +Качина +Кахлер +Кали +Кампхаус +Кекоа +Кеме +Кенефицк +Керберос +Кинг +Китчи +Кивиукью +Кочер +Кохл +Кои +Кокинос +Конала +Крачт +Круспе +Курук +Кусинут +Лачнер +Ламберт +Ланса +Лаомедеиа +Лавсон +Лее +Лехрер +Лехис +Личт +Линцолн +Ллевелын +Логе +Лорензен +МацЛеод +Маекх +Малоне +Маркс +Масон +Матосках +Маттхевс +Маттицк +Маусс +МцЦартхы +МцКее +МцКиннеы +МцЛеод +Меисснер +Меркел +Мертз +Метзингер +Микаси +Мимитех +Мисае +Моки +Мордецаи +Морган +Моррис +Мосс +Мусца +Наиад +Намака +Нарви +Нереид +Несо +Нест +Неуер +Нист +Нокомис +Нонован +Носке +О'Неил +Окалани +Окоми +Олиана +Оливер +Пакуна +Паллене +Паво +Пемброке +Пенросе +Пичлер +Паркер +Повеы +Преисс +Просперо +Протхерое +Пые +Пыхис +КЬЮуинт +Рабе +Рахмер +Реасе +Регер +Реичен +Реимолд +Реитер +Рхеес +Рходерицк +Робинсон +Росентхал +Россманн +Ротхман +Руе +Сагитта +Сахкыо +Саре +Савыер +Щмид +Щоелер +Щоенберг +Щултзе +Сеалс +Сеидл +Шарпе +Шепард +Шепхерд +Сичеии +Скиннер +Сколл +Соммер +Спаде +Стаеблер +Стеел +Сыцорах +Такала +Такода +Тансы +Таркьюекью +Тарвос +Таянита +Таылор +Телесто +Тетхыс +Тхаласса +Тхиел +Тоски +Тринцуло +Тсе +Веиел +Вохкинне +Нмбер +Вард +Вебб +Вебер +Веидер +Вердин +Вилднер +Винтщ +Волфе +Ярвоод +Яжи +Ыоки \ No newline at end of file diff --git a/config/names/locations.txt b/config/names/locations.txt new file mode 100644 index 000000000000..c18baf2973a1 --- /dev/null +++ b/config/names/locations.txt @@ -0,0 +1,157 @@ +левая кормовая солнечная батарея +техтоннели у левой кормовой солнечной батареи +кормовой главный коридор +кормовая правая солнечная батарея +техтоннели у правой кормовой солнечной батареи +ядро ИИ +предкамера ИИ +атмосферный отсек на спутнике ИИ +внешняя сторона спутника ИИ +коридор на спутнике ИИ +отсек техобслуживания на спутнике ИИ +отсек загрузки ИИ +альтернативная зона строительства +игровые автоматы +арсенал +коридор прибытия +северные техтоннели прибытия +сборочная линия +атмосферный отсек +пункт управления атмосферой +атмосферный распределительный контур +техтоннели атмосферного отсека +склад вспомогательных инструментов +бар +техтоннели у бара +барбершоп +офис синего щита +комната отдыха +мостик +техтоннели мостика +бриг +спальня капитана +офис капитана +грузовой отсек +техтоннели грузового отсека +офис грузового отсека +главный центральный коридор +церковь +офис в церкви +химическая лаборатория +офис главного инженера +офис главного врача +лаборатория клонирования +офис клоуна +зона строительства +зал суда +криогеника +коморка уборщика +офис детектива +общежития +техтоннели общежитий +туалеты общежитий +отсек для экспериментов +техтоннели отсека электроники +инженерный отсек +инженерный пункт управления +хранилище инженерного оборудования +фойе инженерного отсека +техтоннели инженерного отсека +док инженерного шаттла +коридор отбытия +ангар в отбытии +техтоннели у склада снаряжения для ВКД +склад снаряжения для ВКД +комната для хранения улик +комната для казней +лаборатория для экспериментов +тир +спортзал +левая носовая солнечная батарея +техтоннели у левой носовой солнечной батареи +главный носовой коридор +правая носовая солнечная батарея +техтоннели у правой носовой солнечной батареи +сад +врата +генетическая лаборатория +техтоннели у генетической лаборатории +генератор гравитации +офис главы персонала +офис главы службы безопасности +зал заседаний руководителей +холодек альфа +гидропоника +мусоросжигательная печь +комната для допросов +кухня +адвокатская контора +библиотека +раздевалка +техтоннели раздевалки +туалеты в раздевалке +кабинет судьи +бар в техтоннелях +ангар мехов +мастерская механика +медотсек +техтоннели медотсека +палата для пациентов +ресепшн медотсека +второе хранилище медицинского оборудования +хранилище медицинского оборудования +лечебный центр +серверная комната сервера сообщений +офис мима +док шахтёрского шаттла +морг +Мистер Чанг +офис представителя Нанотрейзен +канцелярские принадлежности +кабинет парамедика +зоомагазин +левое аварийное хранилище +левый центральный коридор +основное хранилище инструментов +тюремный блок А +тюремное крыло +тюремная раздевалка +отдел по оформлению дел заключенных +кабинет психиатра +офис завхоза +научно-исследовательский отсек +офис директора исследований +отдел исследований +отдел исследования теленауки +отсек исследования теленауки +научно-испытательная палата +научно-испытательная лаборатория +роботехническая лаборатория +техтоннели научного отсека +защищенный арсенал +защищенное хранилище +контрольно-пропускной пункт +склад снаряжения службы безопасности +лобби отдела службы безопасности +медотсек службы безопасности +офис службы безопасности +ангар службы безопасности +шаттл для заключенных +серверная +космос +правый главный коридор +операционная +склад специального оборудования +телепортер +комната запуска +комната для смешивания токсинов +хранилище отдела токсинов +зона испытания токсинов +турбина +вакантный офис +бункер +вирусология +лобби отдела вирусологии +кабинет надзирателя +отсек утилизации отходов +лаборатория ксенобиологии \ No newline at end of file diff --git a/config/names/mime.txt b/config/names/mime.txt index 520d3affce98..d38834ef28e9 100644 --- a/config/names/mime.txt +++ b/config/names/mime.txt @@ -1,24 +1,24 @@ -Invisible Man -Lemon Mime -Marcel -Marcel Mime -Mime -Mr Beret -Mr Mime -Mr Mute -Mute -Omerta -Oui Oui -Pantomime -Quiet -Quiet Riot -Silence -Silencio -Silent Knight -Silent Majority -Silent Night -Silent Sorrow -Transparency -Unspeakable -Untouchable -Wall Runner \ No newline at end of file +Инвисибле Ман +Лемон Миме +Марцел +Марцел Миме +Миме +Мр Берет +Мр Миме +Мр Муте +Муте +Омерта +Оуи Оуи +Пантомиме +КЬЮуиет +КЬЮуиет Риот +Силенце +Силенцио +Силент Книгхт +Силент Майориты +Силент Нигхт +Силент Сорров +Транспаренцы +Унспеакабле +Унтоучабле +Валл Руннер \ No newline at end of file diff --git a/config/names/nightmares.txt b/config/names/nightmares.txt index a71f9d0ba842..3af2c6bad3ac 100644 --- a/config/names/nightmares.txt +++ b/config/names/nightmares.txt @@ -1,28 +1,28 @@ -a dead skrell -a dead unathi -a dead tajaran -a dead vulpkanin -a dead slime -a dead ipc -a dead vox -a dead plasmaman -a dead grey -a dead kidan -a dead diona -a dead drask -the malf AI core -bLoOd -has been called -a horrible sense of dread comes over you -red lights -a talking mime -WHY ARE YOU DOING THAT -they know -kIlL tHeM -why -HoNk -aaaAAAaaaaAAAAAAaa -pApErWork -we SEE yoU -the ceiling -we have been waiting for you DREAMER \ No newline at end of file +мертвый скрелл +мертвый унати +мертвый таджаран +мертвый вульпканин +мертвая слизь +мертвый IPC +мертвый вокс +мертвый плазмаман +мертвый серый +мертвый кидан +мертвая Диона +мертвый напиток +ядро искусственного интеллекта Malf +кровь +был вызван +тебя охватывает ужасное чувство страха +красные огни +говорящий мим +ЗАЧЕМ ТЫ ЭТО ДЕЛАЕШЬ +они знают +убей их +почему +ХоНк +аааааааааааааааа +оформление документации +мы видим тебя +потолок +мы ждали тебя МЕЧТАТЕЛЬ \ No newline at end of file diff --git a/config/names/ninjaname.txt b/config/names/ninjaname.txt index 24d5d6879ef9..b9becb240511 100644 --- a/config/names/ninjaname.txt +++ b/config/names/ninjaname.txt @@ -1,45 +1,45 @@ -Shadow -Sarutobi -Smoke -Rain -Scorpion -Zero -Ermac -Saibot -Sun -Moon -Cyrax -Raphael -Michaelangelo -Cloud -Donatello -Leonardo -Splinter -Shredder -Hazuki -Hien -Hiryu -Ryu -Hayabusa -Midnight -Seven -Hanzo -Blood -Iga -Koga -Hero -Hiro -Phantom -Baki -Ogre -Daemon -Goemon -Throat -Death -Aria -Bro -Fox -Null -Raiden -Samurai -Eater \ No newline at end of file +Шадов +Сарутоби +Смоке +Раин +Сцорпион +Зеро +Ермац +Саибот +Сун +Моон +Цырах +Рапхаел +Мичаелангело +Цлоуд +Донателло +Леонардо +Сплинтер +Шреддер +Хазуки +Хиен +Хирю +Рю +Хаябуса +Миднигхт +Севен +Ханзо +Блоод +Ига +Кога +Херо +Хиро +Пхантом +Баки +Огре +Даемон +Гоемон +Тхроат +Деатх +Ариа +Бро +Фох +Нулл +Раиден +Самураи +Еатер \ No newline at end of file diff --git a/config/names/ninjatitle.txt b/config/names/ninjatitle.txt index 966204bb4dcf..00ef2de552d6 100644 --- a/config/names/ninjatitle.txt +++ b/config/names/ninjatitle.txt @@ -1,46 +1,46 @@ -Master -Sensei -Swift -Merciless -Assassin -Rogue -Hunter -Widower -Orphaner -Stalker -Killer -Silent -Silencing -Quick -Agile -Merciful -Ninja -Shinobi -Initiate -Grandmaster -Strider -Striker -Slayer -Awesome -Ender -Dr. -Night -Crimson -Grappler -Ulimate -Remorseless -Deep -Dragon -Cruel -Nightshade -Black -Gray -Solid -Liquid -Solidus -Steel -Nickel -Silver -Singing -Snake -Acid \ No newline at end of file +Владелец +Сенсей +Быстрый +Безжалостный +Убийца +Негодяй +Охотник +Вдовец +Сирота +Сталкер +Убийца +Тихий +Заглушение +Быстрый +Гибкий +Милосердный +Ниндзя +Шиноби +Инициировать +Гроссмейстер +Страйдер +Нападающий +Убийца +Потрясающий +Эндер +Доктор +Ночь +Малиновый +Грепплер +Улимате +Безжалостный +Глубокий +Дракон +Жестокий +Паслен +Черный +Серый +Твердый +Жидкость +Солидус +Сталь +Никель +Серебро +Пение +Змея +Кислота \ No newline at end of file diff --git a/config/names/nouns.txt b/config/names/nouns.txt index 26f396a14224..af05cbb3d4b6 100644 --- a/config/names/nouns.txt +++ b/config/names/nouns.txt @@ -1,6800 +1,105 @@ -ATM -CD -SUV -TV -aardvark -abacus -abbey -abbreviation -abdomen -ability -abnormality -abolishment -abortion -abrogation -absence -abundance -abuse -academics -academy -accelerant -accelerator -accent -acceptance -access -accessory -accident -accommodation -accompanist -accomplishment -accord -accordance -accordion -account -accountability -accountant -accounting -accuracy -accusation -acetate -achievement -achiever -acid -acknowledgment -acorn -acoustics -acquaintance -acquisition -acre -acrylic -act -action -activation -activist -activity -actor -actress -acupuncture -ad -adaptation -adapter -addiction -addition -address -adjective -adjustment -admin -administration -administrator -admire -admission -adobe -adoption -adrenalin -adrenaline -adult -adulthood -advance -advancement -advantage -advent -adverb -advertisement -advertising -advice -adviser -advocacy -advocate -affair -affect -affidavit -affiliate -affinity -afoul -afterlife -aftermath -afternoon -aftershave -aftershock -afterthought -age -agency -agenda -agent -aggradation -aggression -aglet -agony -agreement -agriculture -aid -aide -aim -air -airbag -airbus -aircraft -airfare -airfield -airforce -airline -airmail -airman -airplane -airport -airship -airspace -alarm -alb -albatross -album -alcohol -alcove -alder -ale -alert -alfalfa -algebra -algorithm -alias -alibi -alien -allegation -allergist -alley -alliance -alligator -allocation -allowance -alloy -alluvium -almanac -almighty -almond -alpaca -alpenglow -alpenhorn -alpha -alphabet -altar -alteration -alternative -altitude -alto -aluminium -aluminum -amazement -amazon -ambassador -amber -ambience -ambiguity -ambition -ambulance -amendment -amenity -ammunition -amnesty -amount -amusement -anagram -analgesia -analog -analogue -analogy -analysis -analyst -analytics -anarchist -anarchy -anatomy -ancestor -anchovy -android -anesthesiologist -anesthesiology -angel -anger -angina -angiosperm -angle -angora -angstrom -anguish -animal -anime -anise -ankle -anklet -anniversary -announcement -annual -anorak -answer -ant -anteater -antecedent -antechamber -antelope -antennae -anterior -anthropology -antibody -anticipation -anticodon -antigen -antique -antiquity -antler -antling -anxiety -anybody -anyone -anything -anywhere -apartment -ape -aperitif -apology -app -apparatus -apparel -appeal -appearance -appellation -appendix -appetiser -appetite -appetizer -applause -apple -applewood -appliance -application -appointment -appreciation -apprehension -approach -appropriation -approval -apricot -apron -apse -aquarium -aquifer -arcade -arch -arch-rival -archaeologist -archaeology -archeology -archer -architect -architecture -archives -area -arena -argument -arithmetic -ark -arm -arm-rest -armadillo -armament -armchair -armoire -armor -armour -armpit -armrest -army -arrangement -array -arrest -arrival -arrogance -arrow -art -artery -arthur -artichoke -article -artifact -artificer -artist -ascend -ascent -ascot -ash -ashram -ashtray -aside -asparagus -aspect -asphalt -aspic -ass -assassination -assault -assembly -assertion -assessment -asset -assignment -assist -assistance -assistant -associate -association -assumption -assurance -asterisk -astrakhan -astrolabe -astrologer -astrology -astronomy -asymmetry -atelier -atheist -athlete -athletics -atmosphere -atom -atrium -attachment -attack -attacker -attainment -attempt -attendance -attendant -attention -attenuation -attic -attitude -attorney -attraction -attribute -auction -audience -audit -auditorium -aunt -authentication -authenticity -author -authorisation -authority -authorization -auto -autoimmunity -automation -automaton -autumn -availability -avalanche -avenue -average -avocado -award -awareness -awe -axis -azimuth -babe -baboon -babushka -baby -bachelor -back -back-up -backbone -backburn -backdrop -background -backpack -backup -backyard -bacon -bacterium -badge -badger -bafflement -bag -bagel -baggage -baggie -baggy -bagpipe -bail -bait -bake -baker -bakery -bakeware -balaclava -balalaika -balance -balcony -ball -ballet -balloon -balloonist -ballot -ballpark -bamboo -ban -banana -band -bandana -bandanna -bandolier -bandwidth -bangle -banjo -bank -bankbook -banker -banking -bankruptcy -banner -banquette -banyan -baobab -bar -barbecue -barbeque -barber -barbiturate -bargain -barge -baritone -barium -bark -barley -barn -barometer -barracks -barrage -barrel -barrier -barstool -bartender -base -baseball -baseboard -baseline -basement -basics -basil -basin -basis -basket -basketball -bass -bassinet -bassoon -bat -bath -bather -bathhouse -bathrobe -bathroom -bathtub -battalion -batter -battery -batting -battle -battleship -bay -bayou -beach -bead -beak -beam -bean -beancurd -beanie -beanstalk -bear -beard -beast -beastie -beat -beating -beauty -beaver -beck -bed -bedrock -bedroom -bee -beech -beef -beer -beet -beetle -beggar -beginner -beginning -begonia -behalf -behavior -behaviour -beheading -behest -behold -being -belfry -belief -believer -bell -belligerency -bellows -belly -belt -bench -bend -beneficiary -benefit -beret -berry -best-seller -bestseller -bet -beverage -beyond -bias -bibliography -bicycle -bid -bidder -bidding -bidet -bifocals -bijou -bike -bikini -bill -billboard -billing -billion -bin -binoculars -biology -biopsy -biosphere -biplane -birch -bird -bird-watcher -birdbath -birdcage -birdhouse -birth -birthday -biscuit -bit -bite -bitten -bitter -black -blackberry -blackbird -blackboard -blackfish -blackness -bladder -blade -blame -blank -blanket -blast -blazer -blend -blessing -blight -blind -blinker -blister -blizzard -block -blocker -blog -blogger -blood -bloodflow -bloom -bloomer -blossom -blouse -blow -blowgun -blowhole -blue -blueberry -blush -boar -board -boat -boatload -boatyard -bob -bobcat -body -bog -bolero -bolt -bomb -bomber -bombing -bond -bonding -bondsman -bone -bonfire -bongo -bonnet -bonsai -bonus -boogeyman -book -bookcase -bookend -booking -booklet -bookmark -boolean -boom -boon -boost -booster -boot -bootee -bootie -booty -border -bore -borrower -borrowing -bosom -boss -botany -bother -bottle -bottling -bottom -bottom-line -boudoir -bough -boulder -boulevard -boundary -bouquet -bourgeoisie -bout -boutique -bow -bower -bowl -bowler -bowling -bowtie -box -boxer -boxspring -boy -boycott -boyfriend -boyhood -boysenberry -bra -brace -bracelet -bracket -brain -brake -bran -branch -brand -brandy -brass -brassiere -bratwurst -bread -breadcrumb -breadfruit -break -breakdown -breakfast -breakpoint -breakthrough -breast -breastplate -breath -breeze -brewer -bribery -brick -bricklaying -bride -bridge -brief -briefing -briefly -briefs -brilliant -brink -brisket -broad -broadcast -broccoli -brochure -brocolli -broiler -broker -bronchitis -bronco -bronze -brooch -brood -brook -broom -brother -brother-in-law -brow -brown -brownie -browser -browsing -brunch -brush -brushfire -brushing -bubble -buck -bucket -buckle -buckwheat -bud -buddy -budget -buffalo -buffer -buffet -bug -buggy -bugle -builder -building -bulb -bulk -bull -bull-fighter -bulldozer -bullet -bump -bumper -bun -bunch -bungalow -bunghole -bunkhouse -burden -bureau -burglar -burial -burlesque -burn -burn-out -burning -burrito -burro -burrow -burst -bus -bush -business -businessman -bust -bustle -butane -butcher -butler -butter -butterfly -button -buy -buyer -buying -buzz -buzzard -c-clamp -cabana -cabbage -cabin -cabinet -cable -caboose -cacao -cactus -caddy -cadet -cafe -caffeine -caftan -cage -cake -calcification -calculation -calculator -calculus -calendar -calf -caliber -calibre -calico -call -calm -calorie -camel -cameo -camera -camp -campaign -campaigning -campanile -camper -campus -can -canal -cancer -candelabra -candidacy -candidate -candle -candy -cane -cannibal -cannon -canoe -canon -canopy -cantaloupe -canteen -canvas -cap -capability -capacity -cape -caper -capital -capitalism -capitulation -capon -cappelletti -cappuccino -captain -caption -captor -car -carabao -caramel -caravan -carbohydrate -carbon -carboxyl -card -cardboard -cardigan -care -career -cargo -caribou -carload -carnation -carnival -carol -carotene -carp -carpenter -carpet -carpeting -carport -carriage -carrier -carrot -carry -cart -cartel -carter -cartilage -cartload -cartoon -cartridge -carving -cascade -case -casement -cash -cashew -cashier -casino -casket -cassava -casserole -cassock -cast -castanet -castle -casualty -cat -catacomb -catalogue -catalysis -catalyst -catamaran -catastrophe -catch -catcher -category -caterpillar -cathedral -cation -catsup -cattle -cauliflower -causal -cause -causeway -caution -cave -caviar -cayenne -ceiling -celebration -celebrity -celeriac -celery -cell -cellar -cello -celsius -cement -cemetery -cenotaph -census -cent -center -centimeter -centre -centurion -century -cephalopod -ceramic -ceramics -cereal -ceremony -certainty -certificate -certification -cesspool -chafe -chain -chainstay -chair -chairlift -chairman -chairperson -chaise -chalet -chalice -chalk -challenge -chamber -champagne -champion -championship -chance -chandelier -change -channel -chaos -chap -chapel -chaplain -chapter -character -characteristic -characterization -chard -charge -charger -charity -charlatan -charm -charset -chart -charter -chasm -chassis -chastity -chasuble -chateau -chatter -chauffeur -chauvinist -check -checkbook -checking -checkout -checkroom -cheddar -cheek -cheer -cheese -cheesecake -cheetah -chef -chem -chemical -chemistry -chemotaxis -cheque -cherry -chess -chest -chestnut -chick -chicken -chicory -chief -chiffonier -child -childbirth -childhood -chili -chill -chime -chimpanzee -chin -chinchilla -chino -chip -chipmunk -chit-chat -chivalry -chive -chives -chocolate -choice -choir -choker -cholesterol -choosing -chop -chops -chopstick -chopsticks -chord -chorus -chow -chowder -chrome -chromolithograph -chronicle -chronograph -chronometer -chrysalis -chub -chuck -chug -church -churn -chutney -cicada -cigarette -cilantro -cinder -cinema -cinnamon -circadian -circle -circuit -circulation -circumference -circumstance -cirrhosis -cirrus -citizen -citizenship -citron -citrus -city -civilian -civilisation -civilization -claim -clam -clamp -clan -clank -clapboard -clarification -clarinet -clarity -clasp -class -classic -classification -classmate -classroom -clause -clave -clavicle -clavier -claw -clay -cleaner -clearance -clearing -cleat -cleavage -clef -cleft -clergyman -cleric -clerk -click -client -cliff -climate -climb -clinic -clip -clipboard -clipper -cloak -cloakroom -clock -clockwork -clogs -cloister -clone -close -closet -closing -closure -cloth -clothes -clothing -cloud -cloudburst -clove -clover -cloves -club -clue -cluster -clutch -co-producer -coach -coal -coalition -coast -coaster -coat -cob -cobbler -cobweb -cock -cockpit -cockroach -cocktail -cocoa -coconut -cod -code -codepage -codling -codon -codpiece -coevolution -cofactor -coffee -coffin -cohesion -cohort -coil -coin -coincidence -coinsurance -coke -cold -coleslaw -coliseum -collaboration -collagen -collapse -collar -collard -collateral -colleague -collection -collectivisation -collectivization -collector -college -collision -colloquy -colon -colonial -colonialism -colonisation -colonization -colony -color -colorlessness -colt -column -columnist -comb -combat -combination -combine -comeback -comedy -comestible -comfort -comfortable -comic -comics -comma -command -commander -commandment -comment -commerce -commercial -commission -commitment -committee -commodity -common -commonsense -commotion -communicant -communication -communion -communist -community -commuter -company -comparison -compass -compassion -compassionate -compensation -competence -competition -competitor -complaint -complement -completion -complex -complexity -compliance -complication -complicity -compliment -component -comportment -composer -composite -composition -compost -comprehension -compress -compromise -comptroller -compulsion -computer -comradeship -con -concentrate -concentration -concept -conception -concern -concert -conclusion -concrete -condition -conditioner -condominium -condor -conduct -conductor -cone -confectionery -conference -confidence -confidentiality -configuration -confirmation -conflict -conformation -confusion -conga -congo -congregation -congress -congressman -congressperson -conifer -connection -connotation -conscience -consciousness -consensus -consent -consequence -conservation -conservative -consideration -consignment -consist -consistency -console -consonant -conspiracy -conspirator -constant -constellation -constitution -constraint -construction -consul -consulate -consulting -consumer -consumption -contact -contact lens -contagion -container -content -contention -contest -context -continent -contingency -continuity -contour -contract -contractor -contrail -contrary -contrast -contribution -contributor -control -controller -controversy -convection -convenience -convention -conversation -conversion -convert -convertible -conviction -cook -cookbook -cookie -cooking -coonskin -cooperation -coordination -coordinator -cop -cop-out -cope -copper -copy -copying -copyright -copywriter -coral -cord -corduroy -core -cork -cormorant -corn -corner -cornerstone -cornet -cornflakes -cornmeal -corporal -corporation -corporatism -corps -corral -correspondence -correspondent -corridor -corruption -corsage -cosset -cost -costume -cot -cottage -cotton -couch -cougar -cough -council -councilman -councilor -councilperson -counsel -counseling -counselling -counsellor -counselor -count -counter -counter-force -counterpart -counterterrorism -countess -country -countryside -county -couple -coupon -courage -course -court -courthouse -courtroom -cousin -covariate -cover -coverage -coverall -cow -cowbell -cowboy -coyote -crab -crack -cracker -crackers -cradle -craft -craftsman -cranberry -crane -cranky -crap -crash -crate -cravat -craw -crawdad -crayfish -crayon -crazy -cream -creation -creationism -creationist -creative -creativity -creator -creature -creche -credential -credenza -credibility -credit -creditor -creek -creme brulee -crepe -crest -crew -crewman -crewmate -crewmember -crewmen -cria -crib -cribbage -cricket -cricketer -crime -criminal -crinoline -crisis -crisp -criteria -criterion -critic -criticism -crocodile -crocus -croissant -crook -crop -cross -cross-contamination -cross-stitch -crotch -croup -crow -crowd -crown -crucifixion -crude -cruelty -cruise -crumb -crunch -crusader -crush -crust -cry -crystal -crystallography -cub -cube -cuckoo -cucumber -cue -cuff-link -cuisine -cultivar -cultivator -culture -culvert -cummerbund -cup -cupboard -cupcake -cupola -curd -cure -curio -curiosity -curl -curler -currant -currency -current -curriculum -curry -curse -cursor -curtailment -curtain -curve -cushion -custard -custody -custom -customer -cut -cuticle -cutlet -cutover -cutting -cyclamen -cycle -cyclone -cyclooxygenase -cygnet -cylinder -cymbal -cynic -cyst -cytokine -cytoplasm -dad -daddy -daffodil -dagger -dahlia -daikon -daily -dairy -daisy -dam -damage -dame -damn -dance -dancer -dancing -dandelion -danger -dare -dark -darkness -darn -dart -dash -dashboard -data -database -date -daughter -dawn -day -daybed -daylight -dead -deadline -deal -dealer -dealing -dearest -death -deathwatch -debate -debris -debt -debtor -decade -decadence -decency -decimal -decision -decision-making -deck -declaration -declination -decline -decoder -decongestant -decoration -decrease -decryption -dedication -deduce -deduction -deed -deep -deer -default -defeat -defendant -defender -defense -deficit -definition -deformation -degradation -degree -delay -deliberation -delight -delivery -demand -democracy -democrat -demon -demur -den -denim -denominator -density -dentist -deodorant -department -departure -dependency -dependent -deployment -deposit -deposition -depot -depression -depressive -depth -deputy -derby -derivation -derivative -derrick -descendant -descent -description -desert -design -designation -designer -desire -desk -desktop -dessert -destination -destiny -destroyer -destruction -detail -detainee -detainment -detection -detective -detector -detention -determination -detour -devastation -developer -developing -development -developmental -deviance -deviation -device -devil -dew -dhow -diabetes -diadem -diagnosis -diagram -dial -dialect -dialogue -diam -diamond -diaper -diaphragm -diarist -diary -dibble -dick -dickey -dictaphone -dictator -diction -dictionary -die -diesel -diet -difference -differential -difficulty -diffuse -dig -digestion -digestive -digger -digging -digit -dignity -dilapidation -dill -dilution -dime -dimension -dimple -diner -dinghy -dining -dinner -dinosaur -dioxide -dip -diploma -diplomacy -dipstick -direction -directive -director -directory -dirndl -dirt -disability -disadvantage -disagreement -disappointment -disarmament -disaster -discharge -discipline -disclaimer -disclosure -disco -disconnection -discount -discourse -discovery -discrepancy -discretion -discrimination -discussion -disdain -disease -disembodiment -disengagement -disguise -disgust -dish -dishwasher -disk -disparity -dispatch -displacement -display -disposal -disposer -disposition -dispute -disregard -disruption -dissemination -dissonance -distance -distinction -distortion -distribution -distributor -district -divalent -divan -diver -diversity -divide -dividend -divider -divine -diving -division -divorce -doc -dock -doctor -doctorate -doctrine -document -documentary -documentation -doe -dog -doggie -dogsled -dogwood -doing -doll -dollar -dollop -dolman -dolor -dolphin -domain -dome -domination -donation -donkey -donor -donut -door -doorbell -doorknob -doorpost -doorway -dory -dose -dot -double -doubling -doubt -doubter -dough -doughnut -down -downfall -downforce -downgrade -download -downstairs -downtown -downturn -dozen -draft -drag -dragon -dragonfly -dragonfruit -dragster -drain -drainage -drake -drama -dramaturge -drapes -draw -drawbridge -drawer -drawing -dream -dreamer -dredger -dress -dresser -dressing -drill -drink -drinking -drive -driver -driveway -driving -drizzle -dromedary -drop -drudgery -drug -drum -drummer -drunk -dryer -duck -duckling -dud -dude -due -duel -dueling -duffel -dugout -dulcimer -dumbwaiter -dump -dump truck -dune -dune buggy -dungarees -dungeon -duplexer -duration -durian -dusk -dust -dust storm -duster -duty -dwarf -dwell -dwelling -dynamics -dynamite -dynamo -dynasty -dysfunction -e-book -e-mail -e-reader -eagle -eaglet -ear -eardrum -earmuffs -earnings -earplug -earring -earrings -earth -earthquake -earthworm -ease -easel -east -eating -eaves -eavesdropper -ecclesia -echidna -eclipse -ecliptic -ecology -economics -economy -ecosystem -ectoderm -ectodermal -ecumenist -eddy -edge -edger -edible -editing -edition -editor -editorial -education -eel -effacement -effect -effective -effectiveness -effector -efficacy -efficiency -effort -egg -egghead -eggnog -eggplant -ego -eicosanoid -ejector -elbow -elderberry -election -electricity -electrocardiogram -electronics -element -elephant -elevation -elevator -eleventh -elf -elicit -eligibility -elimination -elite -elixir -elk -ellipse -elm -elongation -elver -email -emanate -embarrassment -embassy -embellishment -embossing -embryo -emerald -emergence -emergency -emergent -emery -emission -emitter -emotion -emphasis -empire -employ -employee -employer -employment -empowerment -emu -enactment -encirclement -enclave -enclosure -encounter -encouragement -encyclopedia -end -endive -endoderm -endorsement -endothelium -endpoint -enemy -energy -enforcement -engagement -engine -engineer -engineering -enigma -enjoyment -enquiry -enrollment -enterprise -entertainment -enthusiasm -entirety -entity -entrance -entree -entrepreneur -entry -envelope -environment -envy -enzyme -epauliere -epee -ephemera -ephemeris -ephyra -epic -episode -epithelium -epoch -eponym -epoxy -equal -equality -equation -equinox -equipment -equity -equivalent -era -eraser -erection -erosion -error -escalator -escape -escort -espadrille -espalier -essay -essence -essential -establishment -estate -estimate -estrogen -estuary -eternity -ethernet -ethics -ethnicity -ethyl -euphonium -eurocentrism -evaluation -evaluator -evaporation -eve -evening -evening-wear -event -everybody -everyone -everything -eviction -evidence -evil -evocation -evolution -ex-husband -ex-wife -exaggeration -exam -examination -examiner -example -exasperation -excellence -exception -excerpt -excess -exchange -excitement -exclamation -excursion -excuse -execution -executive -executor -exercise -exhaust -exhaustion -exhibit -exhibition -exile -existence -exit -exocrine -expansion -expansionism -expectancy -expectation -expedition -expense -experience -experiment -experimentation -expert -expertise -explanation -exploration -explorer -explosion -export -expose -exposition -exposure -expression -extension -extent -exterior -external -extinction -extreme -extremist -eye -eyeball -eyebrow -eyebrows -eyeglasses -eyelash -eyelashes -eyelid -eyelids -eyeliner -eyestrain -eyrie -fabric -face -facelift -facet -facility -facsimile -fact -factor -factory -faculty -fahrenheit -fail -failure -fairness -fairy -faith -faithful -fall -fallacy -falling-out -fame -familiar -familiarity -family -fan -fang -fanlight -fanny -fanny-pack -fantasy -farm -farmer -farming -farmland -farrow -fascia -fashion -fat -fate -father -father-in-law -fatigue -fatigues -faucet -fault -fav -fava -favor -favorite -fawn -fax -fear -feast -feather -feature -fedelini -federation -fedora -fee -feed -feedback -feeding -feel -feeling -fellow -felony -female -fen -fence -fencing -fender -feng -fennel -ferret -ferry -ferryboat -fertilizer -festival -fetus -few -fiber -fiberglass -fibre -fibroblast -fibrosis -ficlet -fiction -fiddle -field -fiery -fiesta -fifth -fig -fight -fighter -figure -figurine -file -filing -fill -fillet -filly -film -filter -filth -final -finance -financing -finding -fine -finer -finger -fingerling -fingernail -finish -finisher -fir -fire -fireman -fireplace -firewall -firm -first -fish -fishbone -fisherman -fishery -fishing -fishmonger -fishnet -fisting -fit -fitness -fix -fixture -flag -flair -flame -flan -flanker -flare -flash -flat -flatboat -flavor -flax -fleck -fledgling -fleece -flesh -flexibility -flick -flicker -flight -flint -flintlock -flip-flops -flock -flood -floodplain -floor -floozie -flour -flow -flower -flu -flugelhorn -fluke -flume -flung -flute -fly -flytrap -foal -foam -fob -focus -fog -fold -folder -folk -folklore -follower -following -fondue -font -food -foodstuffs -fool -foot -footage -football -footnote -footprint -footrest -footstep -footstool -footwear -forage -forager -foray -force -ford -forearm -forebear -forecast -forehead -foreigner -forelimb -forest -forestry -forever -forgery -fork -form -formal -formamide -format -formation -former -formicarium -formula -fort -forte -fortnight -fortress -fortune -forum -foundation -founder -founding -fountain -fourths -fowl -fox -foxglove -fraction -fragrance -frame -framework -fratricide -fraud -fraudster -freak -freckle -freedom -freelance -freezer -freezing -freight -freighter -frenzy -freon -frequency -fresco -friction -fridge -friend -friendship -fries -frigate -fright -fringe -fritter -frock -frog -front -frontier -frost -frosting -frown -fruit -frustration -fry -fuck -fuel -fugato -fulfillment -full -fun -function -functionality -fund -funding -fundraising -funeral -fur -furnace -furniture -furry -fusarium -futon -future -gadget -gaffe -gaffer -gain -gaiters -gale -gall-bladder -gallery -galley -gallon -galoshes -gambling -game -gamebird -gaming -gamma-ray -gander -gang -gap -garage -garb -garbage -garden -garlic -garment -garter -gas -gasket -gasoline -gasp -gastronomy -gastropod -gate -gateway -gather -gathering -gator -gauge -gauntlet -gavel -gazebo -gazelle -gear -gearshift -geek -gel -gelatin -gelding -gem -gemsbok -gender -gene -general -generation -generator -generosity -genetics -genie -genius -genocide -genre -gentleman -geography -geology -geometry -geranium -gerbil -gesture -geyser -gherkin -ghost -giant -gift -gig -gigantism -giggle -ginger -gingerbread -ginseng -giraffe -girdle -girl -girlfriend -git -glacier -gladiolus -glance -gland -glass -glasses -glee -glen -glider -gliding -glimpse -globe -glockenspiel -gloom -glory -glove -glow -glucose -glue -glut -glutamate -gnat -gnu -go-kart -goal -goat -gobbler -god -goddess -godfather -godmother -godparent -goggles -going -gold -goldfish -golf -gondola -gong -good -good-bye -goodbye -goodie -goodness -goodnight -goodwill -goose -gopher -gorilla -gosling -gossip -governance -government -governor -gown -grab-bag -grace -grade -gradient -graduate -graduation -graffiti -graft -grain -gram -grammar -gran -grand -grandchild -granddaughter -grandfather -grandma -grandmom -grandmother -grandpa -grandparent -grandson -granny -granola -grant -grape -grapefruit -graph -graphic -grasp -grass -grasshopper -grassland -gratitude -gravel -gravitas -gravity -gravy -gray -grease -great-grandfather -great-grandmother -greatness -greed -green -greenhouse -greens -grenade -grey -grid -grief -grill -grin -grip -gripper -grit -grocery -ground -group -grouper -grouse -grove -growth -grub -guacamole -guarantee -guard -guava -guerrilla -guess -guest -guestbook -guidance -guide -guideline -guilder -guilt -guilty -guinea -guitar -guitarist -gum -gumshoe -gun -gunpowder -gutter -guy -gym -gymnast -gymnastics -gynaecology -gyro -habit -habitat -hacienda -hacksaw -hackwork -hail -hair -haircut -hake -half -half-brother -half-sister -halibut -hall -halloween -hallway -halt -ham -hamburger -hammer -hammock -hamster -hand -hand-holding -handball -handful -handgun -handicap -handle -handlebar -handmaiden -handover -handrail -handsaw -hanger -happening -happiness -harald -harbor -harbour -hard-hat -hardboard -hardcover -hardening -hardhat -hardship -hardware -hare -harm -harmonica -harmonise -harmonize -harmony -harp -harpooner -harpsichord -harvest -harvester -hash -hashtag -hassock -haste -hat -hatbox -hatchet -hatchling -hate -hatred -haunt -haven -haversack -havoc -hawk -hay -haze -hazel -hazelnut -head -headache -headlight -headline -headphones -headquarters -headrest -health -health-care -hearing -hearsay -heart -heart-throb -heartache -heartbeat -hearth -hearthside -heartwood -heat -heater -heating -heaven -heavy -hectare -hedge -hedgehog -heel -heifer -height -heir -heirloom -helicopter -helium -hell -hellcat -hello -helmet -helo -help -hemisphere -hemp -hen -hepatitis -herb -herbs -heritage -hermit -hero -heroine -heron -herring -hesitation -heterosexual -hexagon -heyday -hiccups -hide -hierarchy -high -high-rise -highland -highlight -highway -hike -hiking -hill -hint -hip -hippodrome -hippopotamus -hire -hiring -historian -history -hit -hive -hobbit -hobby -hockey -hoe -hog -hold -holder -hole -holiday -home -homeland -homeownership -hometown -homework -homicide -homogenate -homonym -homosexual -homosexuality -honesty -honey -honeybee -honeydew -honor -honoree -hood -hoof -hook -hop -hope -hops -horde -horizon -hormone -horn -hornet -horror -horse -horseradish -horst -hose -hosiery -hospice -hospital -hospitalisation -hospitality -hospitalization -host -hostel -hostess -hotdog -hotel -hound -hour -hourglass -house -houseboat -household -housewife -housework -housing -hovel -hovercraft -howard -howitzer -hub -hubcap -hubris -hug -hugger -hull -human -humanity -humidity -hummus -humor -humour -hunchback -hundred -hunger -hunt -hunter -hunting -hurdle -hurdler -hurricane -hurry -hurt -husband -hut -hutch -hyacinth -hybridisation -hybridization -hydrant -hydraulics -hydrocarb -hydrocarbon -hydrofoil -hydrogen -hydrolyse -hydrolysis -hydrolyze -hydroxyl -hyena -hygienic -hype -hyphenation -hypochondria -hypothermia -hypothesis -ice -ice-cream -iceberg -icebreaker -icecream -icicle -icing -icon -icy -id -idea -ideal -identification -identity -ideology -idiom -idiot -igloo -ignorance -ignorant -ikebana -illegal -illiteracy -illness -illusion -illustration -image -imagination -imbalance -imitation -immigrant -immigration -immortal -impact -impairment -impala -impediment -implement -implementation -implication -import -importance -impostor -impress -impression -imprisonment -impropriety -improvement -impudence -impulse -in-joke -in-laws -inability -inauguration -inbox -incandescence -incarnation -incense -incentive -inch -incidence -incident -incision -inclusion -income -incompetence -inconvenience -increase -incubation -independence -independent -index -indication -indicator -indigence -individual -industrialisation -industrialization -industry -inequality -inevitable -infancy -infant -infarction -infection -infiltration -infinite -infix -inflammation -inflation -influence -influx -info -information -infrastructure -infusion -inglenook -ingrate -ingredient -inhabitant -inheritance -inhibition -inhibitor -initial -initialise -initialize -initiative -injunction -injury -injustice -ink -inlay -inn -innervation -innocence -innocent -innovation -input -inquiry -inscription -insect -insectarium -insert -inside -insight -insolence -insomnia -inspection -inspector -inspiration -installation -instance -instant -instinct -institute -institution -instruction -instructor -instrument -instrumentalist -instrumentation -insulation -insurance -insurgence -insurrection -integer -integral -integration -integrity -intellect -intelligence -intensity -intent -intention -intentionality -interaction -interchange -interconnection -intercourse -interest -interface -interferometer -interior -interject -interloper -internet -interpretation -interpreter -interval -intervenor -intervention -interview -interviewer -intestine -introduction -intuition -invader -invasion -invention -inventor -inventory -inverse -inversion -investigation -investigator -investment -investor -invitation -invite -invoice -involvement -iridescence -iris -iron -ironclad -irony -irrigation -ischemia -island -isogloss -isolation -issue -item -itinerary -ivory -jack -jackal -jacket -jackfruit -jade -jaguar -jail -jailhouse -jalapeño -jam -jar -jasmine -jaw -jazz -jealousy -jeans -jeep -jelly -jellybeans -jellyfish -jerk -jet -jewel -jeweller -jewellery -jewelry -jicama -jiffy -job -jockey -jodhpurs -joey -jogging -joint -joke -jot -journal -journalism -journalist -journey -joy -judge -judgment -judo -jug -juggernaut -juice -julienne -jumbo -jump -jumper -jumpsuit -jungle -junior -junk -junker -junket -jury -justice -justification -jute -kale -kamikaze -kangaroo -karate -kayak -kazoo -kebab -keep -keeper -kendo -kennel -ketch -ketchup -kettle -kettledrum -key -keyboard -keyboarding -keystone -kick -kick-off -kid -kidney -kielbasa -kill -killer -killing -kilogram -kilometer -kilt -kimono -kinase -kind -kindness -king -kingdom -kingfish -kiosk -kiss -kit -kitchen -kite -kitsch -kitten -kitty -kiwi -knee -kneejerk -knickers -knife -knife-edge -knight -knitting -knock -knot -know-how -knowledge -knuckle -koala -kohlrabi -kumquat -lab -label -labor -laboratory -laborer -labour -labourer -lace -lack -lacquerware -lad -ladder -ladle -lady -ladybug -lag -lake -lamb -lambkin -lament -lamp -lanai -land -landform -landing -landmine -landscape -lane -language -lantern -lap -laparoscope -lapdog -laptop -larch -lard -larder -lark -larva -laryngitis -lasagna -lashes -last -latency -latex -lathe -latitude -latte -latter -laugh -laughter -laundry -lava -law -lawmaker -lawn -lawsuit -lawyer -lay -layer -layout -lead -leader -leadership -leading -leaf -league -leaker -leap -learning -leash -leather -leave -leaver -lecture -leek -leeway -left -leg -legacy -legal -legend -legging -legislation -legislator -legislature -legitimacy -legume -leisure -lemon -lemonade -lemur -lender -lending -length -lens -lentil -leopard -leprosy -leptocephalus -lesbian -lesson -letter -lettuce -level -lever -leverage -leveret -liability -liar -liberty -libido -library -licence -license -licensing -licorice -lid -lie -lieu -lieutenant -life -lifestyle -lifetime -lift -ligand -light -lighting -lightning -lightscreen -ligula -likelihood -likeness -lilac -lily -limb -lime -limestone -limit -limitation -limo -line -linen -liner -linguist -linguistics -lining -link -linkage -linseed -lion -lip -lipid -lipoprotein -lipstick -liquid -liquidity -liquor -list -listening -listing -literate -literature -litigation -litmus -litter -littleneck -liver -livestock -living -lizard -llama -load -loading -loaf -loafer -loan -lobby -lobotomy -lobster -local -locality -location -lock -locker -locket -locomotive -locust -lode -loft -log -loggia -logic -login -logistics -logo -loincloth -lollipop -loneliness -longboat -longitude -look -lookout -loop -loophole -loquat -lord -loss -lot -lotion -lottery -lounge -louse -lout -love -lover -lox -loyalty -luck -luggage -lumber -lumberman -lunch -luncheonette -lunchmeat -lunchroom -lung -lunge -lust -lute -luxury -lychee -lycra -lye -lymphocyte -lynx -lyocell -lyre -lyrics -lysine -mRNA -macadamia -macaroni -macaroon -macaw -machine -machinery -macrame -macro -macrofauna -madam -maelstrom -maestro -magazine -maggot -magic -magnet -magnitude -maid -maiden -mail -mailbox -mailer -mailing -mailman -main -mainland -mainstream -maintainer -maintenance -maize -major -major-league -majority -makeover -maker -makeup -making -male -malice -mall -mallard -mallet -malnutrition -mama -mambo -mammoth -man -manacle -management -manager -manatee -mandarin -mandate -mandolin -mangle -mango -mangrove -manhunt -maniac -manicure -manifestation -manipulation -mankind -manner -manor -mansard -manservant -mansion -mantel -mantle -mantua -manufacturer -manufacturing -many -map -maple -mapping -maracas -marathon -marble -march -mare -margarine -margin -mariachi -marimba -marines -marionberry -mark -marker -market -marketer -marketing -marketplace -marksman -markup -marmalade -marriage -marsh -marshland -marshmallow -marten -marxism -mascara -mask -masonry -mass -massage -mast -master -masterpiece -mastication -mastoid -mat -match -matchmaker -mate -material -maternity -math -mathematics -matrix -matter -mattock -mattress -max -maximum -maybe -mayonnaise -mayor -meadow -meal -mean -meander -meaning -means -meantime -measles -measure -measurement -meat -meatball -meatloaf -mecca -mechanic -mechanism -med -medal -media -median -medication -medicine -medium -meet -meeting -melatonin -melody -melon -member -membership -membrane -meme -memo -memorial -memory -men -menopause -menorah -mention -mentor -menu -merchandise -merchant -mercury -meridian -meringue -merit -mesenchyme -mess -message -messenger -messy -metabolite -metal -metallurgist -metaphor -meteor -meteorology -meter -methane -method -methodology -metric -metro -metronome -mezzanine -microlending -micronutrient -microphone -microwave -mid-course -midden -middle -middleman -midline -midnight -midwife -might -migrant -migration -mile -mileage -milepost -milestone -military -milk -milkshake -mill -millennium -millet -millimeter -million -millisecond -millstone -mime -mimosa -min -mincemeat -mind -mine -mineral -mineshaft -mini -mini-skirt -minibus -minimalism -minimum -mining -minion -minister -mink -minnow -minor -minor-league -minority -mint -minute -miracle -mirror -miscarriage -miscommunication -misfit -misnomer -misogyny -misplacement -misreading -misrepresentation -miss -missile -mission -missionary -mist -mistake -mister -misunderstand -miter -mitten -mix -mixer -mixture -moai -moat -mob -mobile -mobility -mobster -moccasins -mocha -mochi -mode -model -modeling -modem -modernist -modernity -modification -molar -molasses -molding -mole -molecule -mom -moment -monastery -monasticism -money -monger -monitor -monitoring -monk -monkey -monocle -monopoly -monotheism -monsoon -monster -month -monument -mood -moody -moon -moonlight -moonscape -moonshine -moose -mop -morale -morbid -morbidity -morning -moron -morphology -morsel -mortal -mortality -mortgage -mortise -mosque -mosquito -most -motel -moth -mother -mother-in-law -motion -motivation -motive -motor -motorboat -motorcar -motorcycle -mound -mountain -mouse -mouser -mousse -moustache -mouth -mouton -movement -mover -movie -mower -mozzarella -mud -muffin -mug -mukluk -mule -multimedia -murder -muscat -muscatel -muscle -musculature -museum -mushroom -music -music-box -music-making -musician -muskrat -mussel -mustache -mustard -mutation -mutt -mutton -mycoplasma -mystery -myth -mythology -nail -name -naming -nanoparticle -napkin -narrative -nasal -nation -nationality -native -naturalisation -nature -navigation -necessity -neck -necklace -necktie -nectar -nectarine -need -needle -neglect -negligee -negotiation -neighbor -neighborhood -neighbour -neighbourhood -neologism -neon -neonate -nephew -nerve -nest -nestling -nestmate -net -netball -netbook -netsuke -network -networking -neurobiologist -neuron -neuropathologist -neuropsychiatry -news -newsletter -newspaper -newsprint -newsstand -nexus -nibble -nicety -niche -nick -nickel -nickname -niece -night -nightclub -nightgown -nightingale -nightlife -nightlight -nightmare -ninja -nit -nitrogen -nobody -nod -node -noir -noise -nonbeliever -nonconformist -nondisclosure -nonsense -noodle -noodles -noon -norm -normal -normalisation -normalization -north -nose -notation -note -notebook -notepad -nothing -notice -notion -notoriety -nougat -noun -nourishment -novel -nucleotidase -nucleotide -nudge -nuke -number -numeracy -numeric -numismatist -nun -nurse -nursery -nursing -nurture -nut -nutmeg -nutrient -nutrition -nylon -nymph -oak -oar -oasis -oat -oatmeal -oats -obedience -obesity -obi -object -objection -objective -obligation -oboe -observation -observatory -obsession -obsidian -obstacle -occasion -occupation -occurrence -ocean -ocelot -octagon -octave -octavo -octet -octopus -odometer -odyssey -oeuvre -off-ramp -offence -offense -offer -offering -office -officer -official -offset -oil -okra -oldie -oleo -olive -omega -omelet -omission -omnivore -oncology -onion -online -onset -opening -opera -operating -operation -operator -ophthalmologist -opinion -opium -opossum -opponent -opportunist -opportunity -opposite -opposition -optimal -optimisation -optimist -optimization -option -orange -orangutan -orator -orchard -orchestra -orchid -order -ordinary -ordination -ore -oregano -organ -organisation -organising -organization -organizing -orient -orientation -origin -original -originality -ornament -osmosis -osprey -ostrich -other -otter -ottoman -ounce -outback -outcome -outfielder -outfit -outhouse -outlaw -outlay -outlet -outline -outlook -output -outrage -outrigger -outrun -outset -outside -oval -ovary -oven -overcharge -overclocking -overcoat -overexertion -overflight -overhead -overheard -overload -overnighter -overshoot -oversight -overview -overweight -owl -owner -ownership -ox -oxford -oxygen -oyster -ozone -pace -pacemaker -pack -package -packaging -packet -pad -paddle -paddock -pagan -page -pagoda -pail -pain -paint -painter -painting -paintwork -pair -pajamas -palace -palate -palm -pamphlet -pan -pancake -pancreas -panda -panel -panic -pannier -panpipe -pansy -panther -panties -pantologist -pantology -pantry -pants -pantsuit -panty -pantyhose -papa -papaya -paper -paperback -paperwork -parable -parachute -parade -paradise -paragraph -parallelogram -paramecium -paramedic -parameter -paranoia -parcel -parchment -pard -pardon -parent -parenthesis -parenting -park -parka -parking -parliament -parole -parrot -parser -parsley -parsnip -part -participant -participation -particle -particular -partner -partnership -partridge -party -pass -passage -passbook -passenger -passing -passion -passive -passport -password -past -pasta -paste -pastor -pastoralist -pastry -pasture -pat -patch -pate -patent -patentee -path -pathogenesis -pathology -pathway -patience -patient -patina -patio -patriarch -patrimony -patriot -patrol -patroller -patrolling -patron -pattern -patty -pattypan -pause -pavement -pavilion -paw -pawnshop -pay -payee -payment -payoff -pea -peace -peach -peacoat -peacock -peak -peanut -pear -pearl -peasant -pecan -pecker -pedal -peek -peen -peer -peer-to-peer -pegboard -pelican -pelt -pen -penalty -pence -pencil -pendant -pendulum -penguin -penicillin -peninsula -penis -pennant -penny -pension -pentagon -peony -people -pepper -pepperoni -percent -percentage -perception -perch -perennial -perfection -performance -perfume -period -periodical -peripheral -permafrost -permission -permit -perp -perpendicular -persimmon -person -personal -personality -personnel -perspective -pest -pet -petal -petition -petitioner -petticoat -pew -pharmacist -pharmacopoeia -phase -pheasant -phenomenon -phenotype -pheromone -philanthropy -philosopher -philosophy -phone -phosphate -photo -photodiode -photograph -photographer -photography -photoreceptor -phrase -phrasing -physical -physics -physiology -pianist -piano -piccolo -pick -pickax -pickaxe -picket -pickle -pickup -picnic -picture -picturesque -pie -piece -pier -piety -pig -pigeon -piglet -pigpen -pigsty -pike -pilaf -pile -pilgrim -pilgrimage -pill -pillar -pillbox -pillow -pilot -pimp -pimple -pin -pinafore -pince-nez -pine -pineapple -pinecone -ping -pink -pinkie -pinot -pinstripe -pint -pinto -pinworm -pioneer -pipe -pipeline -piracy -pirate -piss -pistol -pit -pita -pitch -pitcher -pitching -pith -pizza -place -placebo -placement -placode -plagiarism -plain -plaintiff -plan -plane -planet -planning -plant -plantation -planter -planula -plaster -plasterboard -plastic -plate -platelet -platform -platinum -platter -platypus -play -player -playground -playroom -playwright -plea -pleasure -pleat -pledge -plenty -plier -pliers -plight -plot -plough -plover -plow -plowman -plug -plugin -plum -plumber -plume -plunger -plywood -pneumonia -pocket -pocket-watch -pocketbook -pod -podcast -poem -poet -poetry -poignance -point -poison -poisoning -poker -polarisation -polarization -pole -polenta -police -policeman -policy -polish -politician -politics -poll -polliwog -pollutant -pollution -polo -polyester -polyp -pomegranate -pomelo -pompom -poncho -pond -pony -pool -poor -pop -popcorn -poppy -popsicle -popularity -population -populist -porcelain -porch -porcupine -pork -porpoise -port -porter -portfolio -porthole -portion -portrait -position -possession -possibility -possible -post -postage -postbox -poster -posterior -postfix -pot -potato -potential -pottery -potty -pouch -poultry -pound -pounding -poverty -powder -power -practice -practitioner -prairie -praise -pray -prayer -precedence -precedent -precipitation -precision -predecessor -preface -preference -prefix -pregnancy -prejudice -prelude -premeditation -premier -premise -premium -preoccupation -preparation -prescription -presence -present -presentation -preservation -preserves -presidency -president -press -pressroom -pressure -pressurisation -pressurization -prestige -presume -pretzel -prevalence -prevention -prey -price -pricing -pride -priest -priesthood -primary -primate -prince -princess -principal -principle -print -printer -printing -prior -priority -prison -prisoner -privacy -private -privilege -prize -prizefight -probability -probation -probe -problem -procedure -proceedings -process -processing -processor -proctor -procurement -produce -producer -product -production -productivity -profession -professional -professor -profile -profit -progenitor -program -programme -programming -progress -progression -prohibition -project -proliferation -promenade -promise -promotion -prompt -pronoun -pronunciation -proof -proof-reader -propaganda -propane -property -prophet -proponent -proportion -proposal -proposition -proprietor -prose -prosecution -prosecutor -prospect -prosperity -prostacyclin -prostanoid -prostrate -protection -protein -protest -protocol -providence -provider -province -provision -prow -proximal -proximity -prune -pruner -pseudocode -pseudoscience -psychiatrist -psychoanalyst -psychologist -psychology -ptarmigan -pub -public -publication -publicity -publisher -publishing -pudding -puddle -puffin -pug -puggle -pulley -pulse -puma -pump -pumpernickel -pumpkin -pumpkinseed -pun -punch -punctuation -punishment -pup -pupa -pupil -puppet -puppy -purchase -puritan -purity -purple -purpose -purr -purse -pursuit -push -pusher -put -puzzle -pyramid -pyridine -quadrant -quail -qualification -quality -quantity -quart -quarter -quartet -quartz -queen -query -quest -question -questioner -questionnaire -quiche -quicksand -quiet -quill -quilt -quince -quinoa -quit -quiver -quota -quotation -quote -rabbi -rabbit -raccoon -race -racer -racing -racism -racist -rack -radar -radiator -radio -radiosonde -radish -raffle -raft -rag -rage -raid -rail -railing -railroad -railway -raiment -rain -rainbow -raincoat -rainmaker -rainstorm -rainy -raise -raisin -rake -rally -ram -rambler -ramen -ramie -ranch -rancher -randomisation -randomization -range -ranger -rank -rap -raspberry -rat -rate -ratepayer -rating -ratio -rationale -rations -raven -ravioli -rawhide -ray -rayon -razor -reach -reactant -reaction -read -reader -readiness -reading -real -reality -realization -realm -reamer -rear -reason -reasoning -rebel -rebellion -reboot -recall -recapitulation -receipt -receiver -reception -receptor -recess -recession -recipe -recipient -reciprocity -reclamation -recliner -recognition -recollection -recommendation -reconsideration -record -recorder -recording -recovery -recreation -recruit -rectangle -red -redesign -redhead -redirect -rediscovery -reduction -reef -refectory -reference -referendum -reflection -reform -refreshments -refrigerator -refuge -refund -refusal -refuse -regard -regime -region -regionalism -register -registration -registry -regret -regulation -regulator -rehospitalisation -rehospitalization -reindeer -reinscription -reject -relation -relationship -relative -relaxation -relay -release -reliability -relief -religion -relish -reluctance -remains -remark -reminder -remnant -remote -removal -renaissance -rent -reorganisation -reorganization -repair -reparation -repayment -repeat -replacement -replica -replication -reply -report -reporter -reporting -repository -representation -representative -reprocessing -republic -republican -reputation -request -requirement -resale -rescue -research -researcher -resemblance -reservation -reserve -reservoir -reset -residence -resident -residue -resist -resistance -resolution -resolve -resort -resource -respect -respite -response -responsibility -rest -restaurant -restoration -restriction -restroom -restructuring -result -resume -retailer -retention -rethinking -retina -retirement -retouching -retreat -retrospect -retrospective -retrospectivity -return -reunion -revascularisation -revascularization -reveal -revelation -revenant -revenge -revenue -reversal -reverse -review -revitalisation -revitalization -revival -revolution -revolver -reward -rhetoric -rheumatism -rhinoceros -rhubarb -rhyme -rhythm -rib -ribbon -rice -riddle -ride -rider -ridge -riding -rifle -right -rim -ring -ringworm -riot -rip -ripple -rise -riser -risk -rite -ritual -river -riverbed -rivulet -road -roadway -roar -roast -robe -robin -robot -robotics -rock -rocker -rocket -rocket-ship -rod -role -roll -roller -romaine -romance -roof -room -roommate -rooster -root -rope -rose -rosemary -roster -rostrum -rotation -round -roundabout -route -router -routine -row -rowboat -rowing -rubber -rubbish -rubric -ruby -ruckus -rudiment -ruffle -rug -rugby -ruin -rule -ruler -ruling -rum -rumor -run -runaway -runner -running -runway -rush -rust -rutabaga -rye -sabre -sac -sack -saddle -sadness -safari -safe -safeguard -safety -saffron -sage -sail -sailboat -sailing -sailor -saint -sake -salad -salami -salary -sale -salesman -salmon -salon -saloon -salsa -salt -salute -samovar -sampan -sample -samurai -sanction -sanctity -sanctuary -sand -sandal -sandbar -sandpaper -sandwich -sanity -sardine -sari -sarong -sash -satellite -satin -satire -satisfaction -sauce -saucer -sauerkraut -sausage -savage -savannah -saving -savings -savior -saviour -savory -saw -saxophone -scaffold -scale -scallion -scallops -scalp -scam -scanner -scarecrow -scarf -scarification -scenario -scene -scenery -scent -schedule -scheduling -schema -scheme -schizophrenic -schnitzel -scholar -scholarship -school -schoolhouse -schooner -science -scientist -scimitar -scissors -scooter -scope -score -scorn -scorpion -scotch -scout -scow -scrambled -scrap -scraper -scratch -screamer -screen -screening -screenwriting -screw -screw-up -screwdriver -scrim -scrip -script -scripture -scrutiny -sculpting -sculptural -sculpture -sea -seabass -seafood -seagull -seal -seaplane -search -seashore -seaside -season -seat -seaweed -second -secrecy -secret -secretariat -secretary -secretion -section -sectional -sector -security -sediment -seed -seeder -seeker -seep -segment -seizure -selection -self -self-confidence -self-control -self-esteem -seller -selling -semantics -semester -semicircle -semicolon -semiconductor -seminar -senate -senator -sender -senior -sense -sensibility -sensitive -sensitivity -sensor -sentence -sentencing -sentiment -sepal -separation -septicaemia -sequel -sequence -serial -series -sermon -serum -serval -servant -server -service -servitude -sesame -session -set -setback -setting -settlement -settler -severity -sewer -sex -sexuality -shack -shackle -shade -shadow -shadowbox -shakedown -shaker -shallot -shallows -shame -shampoo -shanty -shape -share -shareholder -shark -shaw -shawl -shear -shearling -sheath -shed -sheep -sheet -shelf -shell -shelter -sherbet -sherry -shield -shift -shin -shine -shingle -ship -shipper -shipping -shipyard -shirt -shirtdress -shit -shoat -shock -shoe -shoe-horn -shoehorn -shoelace -shoemaker -shoes -shoestring -shofar -shoot -shootdown -shop -shopper -shopping -shore -shoreline -short -shortage -shorts -shortwave -shot -shoulder -shout -shovel -show -show-stopper -shower -shred -shrimp -shrine -shutdown -sibling -sick -sickness -side -sideboard -sideburns -sidecar -sidestream -sidewalk -siding -siege -sigh -sight -sightseeing -sign -signal -signature -signet -significance -signify -signup -silence -silica -silicon -silk -silkworm -sill -silly -silo -silver -similarity -simple -simplicity -simplification -simvastatin -sin -singer -singing -singular -sink -sinuosity -sip -sir -sister -sister-in-law -sitar -site -situation -size -skate -skating -skean -skeleton -ski -skiing -skill -skin -skirt -skull -skullcap -skullduggery -skunk -sky -skylight -skyline -skyscraper -skywalk -slang -slapstick -slash -slate -slave -slavery -slaw -sled -sledge -sleep -sleepiness -sleeping -sleet -sleuth -slice -slide -slider -slime -slip -slipper -slippers -slope -slot -sloth -slump -smell -smelting -smile -smith -smock -smog -smoke -smoking -smolt -smuggling -snack -snail -snake -snakebite -snap -snarl -sneaker -sneakers -sneeze -sniffle -snob -snorer -snow -snowboarding -snowflake -snowman -snowmobiling -snowplow -snowstorm -snowsuit -snuck -snug -snuggle -soap -soccer -socialism -socialist -society -sociology -sock -socks -soda -sofa -softball -softdrink -softening -software -soil -soldier -sole -solicitation -solicitor -solidarity -solidity -soliloquy -solitaire -solution -solvency -sombrero -somebody -someone -someplace -somersault -something -somewhere -son -sonar -sonata -song -songbird -sonnet -soot -sophomore -soprano -sorbet -sorghum -sorrel -sorrow -sort -soul -soulmate -sound -soundness -soup -source -sourwood -sousaphone -south -southeast -souvenir -sovereignty -sow -soy -soybean -space -spacing -spade -spaghetti -span -spandex -spank -sparerib -spark -sparrow -spasm -spat -spatula -spawn -speaker -speakerphone -speaking -spear -spec -special -specialist -specialty -species -specification -spectacle -spectacles -spectrograph -spectrum -speculation -speech -speed -speedboat -spell -spelling -spelt -spending -sphere -sphynx -spice -spider -spiderling -spike -spill -spinach -spine -spiral -spirit -spiritual -spirituality -spit -spite -spleen -splendor -split -spokesman -spokeswoman -sponge -sponsor -sponsorship -spool -spoon -spork -sport -sportsman -spot -spotlight -spouse -sprag -sprat -spray -spread -spreadsheet -spree -spring -sprinkles -sprinter -sprout -spruce -spud -spume -spur -spy -spyglass -square -squash -squatter -squeegee -squid -squirrel -stab -stability -stable -stack -stacking -stadium -staff -stag -stage -stain -stair -staircase -stake -stalk -stall -stallion -stamen -stamina -stamp -stance -stand -standard -standardisation -standardization -standing -standoff -standpoint -star -starboard -start -starter -state -statement -statin -station -station-wagon -statistic -statistics -statue -status -statute -stay -steak -stealth -steam -steamroller -steel -steeple -stem -stench -stencil -step -step-aunt -step-brother -step-daughter -step-father -step-grandfather -step-grandmother -step-mother -step-sister -step-son -step-uncle -stepdaughter -stepmother -stepping-stone -stepson -stereo -stew -steward -stick -sticker -stiletto -still -stimulation -stimulus -sting -stinger -stir-fry -stitch -stitcher -stock -stock-in-trade -stockings -stole -stomach -stone -stonework -stool -stop -stopsign -stopwatch -storage -store -storey -storm -story -story-telling -storyboard -stot -stove -strait -strand -stranger -strap -strategy -straw -strawberry -strawman -stream -street -streetcar -strength -stress -stretch -strife -strike -string -strip -stripe -strobe -stroke -structure -strudel -struggle -stucco -stud -student -studio -study -stuff -stumbling -stump -stupidity -sturgeon -sty -style -styling -stylus -sub -subcomponent -subconscious -subcontractor -subexpression -subgroup -subject -submarine -submitter -subprime -subroutine -subscription -subsection -subset -subsidence -subsidiary -subsidy -substance -substitution -subtitle -suburb -subway -success -succotash -suck -sucker -suede -suet -suffocation -sugar -suggestion -suicide -suit -suitcase -suite -sulfur -sultan -sum -summary -summer -summit -sun -sunbeam -sunbonnet -sundae -sunday -sundial -sunflower -sunglasses -sunlamp -sunlight -sunrise -sunroom -sunset -sunshine -superiority -supermarket -supernatural -supervision -supervisor -supper -supplement -supplier -supply -support -supporter -suppression -supreme -surface -surfboard -surge -surgeon -surgery -surname -surplus -surprise -surround -surroundings -surrounds -survey -survival -survivor -sushi -suspect -suspenders -suspension -sustainment -sustenance -swallow -swamp -swan -swanling -swath -sweat -sweater -sweatshirt -sweatshop -sweatsuit -sweets -swell -swim -swimming -swimsuit -swine -swing -switch -switchboard -switching -swivel -sword -swordfight -swordfish -sycamore -symbol -symmetry -sympathy -symptom -syndicate -syndrome -synergy -synod -synonym -synthesis -syrup -system -t-shirt -tab -tabby -tabernacle -table -tablecloth -tablet -tabletop -tachometer -tackle -taco -tactics -tactile -tadpole -tag -tail -tailbud -tailor -tailspin -take-out -takeover -tale -talent -talk -talking -tam-o'-shanter -tamale -tambour -tambourine -tan -tandem -tangerine -tank -tank-top -tanker -tankful -tap -tape -tapioca -target -taro -tarragon -tart -task -tassel -taste -tatami -tattler -tattoo -tavern -tax -taxi -taxicab -taxpayer -tea -teacher -teaching -team -teammate -teapot -tear -tech -technician -technique -technologist -technology -tectonics -teen -teenager -teepee -telephone -telescreen -teletype -television -tell -teller -temp -temper -temperature -temple -tempo -temporariness -temporary -temptation -temptress -tenant -tendency -tender -tenement -tenet -tennis -tenor -tension -tensor -tent -tentacle -tenth -tepee -teriyaki -term -terminal -termination -terminology -termite -terrace -terracotta -terrapin -terrarium -territory -terror -terrorism -terrorist -test -testament -testimonial -testimony -testing -text -textbook -textual -texture -thanks -thaw -theater -theft -theism -theme -theology -theory -therapist -therapy -thermals -thermometer -thermostat -thesis -thickness -thief -thigh -thing -thinking -thirst -thistle -thong -thongs -thorn -thought -thousand -thread -threat -threshold -thrift -thrill -throat -throne -thrush -thrust -thug -thumb -thump -thunder -thunderbolt -thunderhead -thunderstorm -thyme -tiara -tic -tick -ticket -tide -tie -tiger -tights -tile -till -tilt -timbale -timber -time -timeline -timeout -timer -timetable -timing -timpani -tin -tinderbox -tinkle -tintype -tip -tire -tissue -titanium -title -toad -toast -toaster -tobacco -today -toe -toenail -toffee -tofu -tog -toga -toilet -tolerance -tolerant -toll -tom-tom -tomatillo -tomato -tomb -tomography -tomorrow -ton -tonality -tone -tongue -tonic -tonight -tool -toot -tooth -toothbrush -toothpaste -toothpick -top -top-hat -topic -topsail -toque -toreador -tornado -torso -torte -tortellini -tortilla -tortoise -tosser -total -tote -touch -tough-guy -tour -tourism -tourist -tournament -tow-truck -towel -tower -town -townhouse -township -toy -trace -trachoma -track -tracking -tracksuit -tract -tractor -trade -trader -trading -tradition -traditionalism -traffic -trafficker -tragedy -trail -trailer -trailpatrol -train -trainer -training -trait -tram -tramp -trance -transaction -transcript -transfer -transformation -transit -transition -translation -transmission -transom -transparency -transplantation -transport -transportation -trap -trapdoor -trapezium -trapezoid -trash -travel -traveler -tray -treasure -treasury -treat -treatment -treaty -tree -trek -trellis -tremor -trench -trend -triad -trial -triangle -tribe -tributary -trick -trigger -trigonometry -trillion -trim -trinket -trip -tripod -tritone -triumph -trolley -trombone -troop -trooper -trophy -trouble -trousers -trout -trove -trowel -truck -trumpet -trunk -trust -trustee -truth -try -tsunami -tub -tuba -tube -tuber -tug -tugboat -tuition -tulip -tumbler -tummy -tuna -tune -tune-up -tunic -tunnel -turban -turf -turkey -turmeric -turn -turning -turnip -turnover -turnstile -turret -turtle -tusk -tussle -tutu -tuxedo -tweet -tweezers -twig -twilight -twine -twins -twist -twister -twitter -type -typeface -typewriter -typhoon -ukulele -ultimatum -umbrella -unblinking -uncertainty -uncle -underclothes -underestimate -underground -underneath -underpants -underpass -undershirt -understanding -understatement -undertaker -underwear -underweight -underwire -underwriting -unemployment -unibody -uniform -uniformity -union -unique -unit -unity -universe -university -update -upgrade -uplift -upper -upstairs -upward -urge -urgency -urn -usage -use -user -usher -usual -utensil -utilisation -utility -utilization -vacation -vaccine -vacuum -vagrant -valance -valentine -validate -validity -valley -valuable -value -vampire -van -vanadyl -vane -vanilla -vanity -variability -variable -variant -variation -variety -vascular -vase -vault -vaulting -veal -vector -vegetable -vegetarian -vegetarianism -vegetation -vehicle -veil -vein -veldt -vellum -velocity -velodrome -velvet -vendor -veneer -vengeance -venison -venom -venti -venture -venue -veranda -verb -verdict -verification -vermicelli -vernacular -verse -version -vertigo -verve -vessel -vest -vestment -vet -veteran -veterinarian -veto -viability -vibe -vibraphone -vibration -vibrissae -vice -vicinity -victim -victory -video -view -viewer -vignette -villa -village -vine -vinegar -vineyard -vintage -vintner -vinyl -viola -violation -violence -violet -violin -virginal -virtue -virus -visa -viscose -vise -vision -visit -visitor -visor -vista -visual -vitality -vitamin -vitro -vivo -vixen -vodka -vogue -voice -void -vol -volatility -volcano -volleyball -volume -volunteer -volunteering -vomit -vote -voter -voting -voyage -vulture -wad -wafer -waffle -wage -wagon -waist -waistband -wait -waiter -waiting -waitress -waiver -wake -walk -walker -walking -walkway -wall -wallaby -wallet -walnut -walrus -wampum -wannabe -want -war -warden -wardrobe -warfare -warlock -warlord -warm-up -warming -warmth -warning -warrant -warren -warrior -wasabi -wash -washbasin -washcloth -washer -washtub -wasp -waste -wastebasket -wasting -watch -watcher -watchmaker -water -waterbed -watercress -waterfall -waterfront -watermelon -waterskiing -waterspout -waterwheel -wave -waveform -wax -way -weakness -wealth -weapon -wear -weasel -weather -web -webinar -webmail -webpage -website -wedding -wedge -weed -weeder -weedkiller -week -weekend -weekender -weight -weird -welcome -welfare -well -well-being -west -western -wet-bar -wetland -wetsuit -whack -whale -wharf -wheat -wheel -whelp -whey -whip -whirlpool -whirlwind -whisker -whiskey -whisper -whistle -white -whole -wholesale -wholesaler -whorl -wick -widget -widow -width -wife -wifi -wild -wildebeest -wilderness -wildlife -will -willingness -willow -win -wind -wind-chime -windage -window -windscreen -windshield -wine -winery -wing -wingman -wingtip -wink -winner -winter -wire -wiretap -wiring -wisdom -wiseguy -wish -wisteria -wit -witch -witch-hunt -withdrawal -witness -wok -wolf -woman -wombat -wonder -wont -wood -woodchuck -woodland -woodshed -woodwind -wool -woolens -word -wording -work -workbench -worker -workforce -workhorse -working -workout -workplace -workshop -world -worm -worry -worship -worshiper -worth -wound -wrap -wraparound -wrapper -wrapping -wreck -wrecker -wren -wrench -wrestler -wriggler -wrinkle -wrist -writer -writing -wrong -xylophone -yacht -yahoo -yak -yam -yang -yard -yarmulke -yarn -yawl -year -yeast -yellow -yellowjacket -yesterday -yew -yin -yoga -yogurt -yoke -yolk -young -youngster -yourself -youth -yoyo -yurt -zampone -zebra -zebrafish -zen -zephyr -zero -ziggurat -zinc -zipper -zither -zombie -zone -zoo -zoologist -zoology -zoot-suit -zucchini \ No newline at end of file +любовь +ненависть +гнев +мир +гордость +симпатия +лояльность +честность +целостность +сострадание +благотворительность +успех +мужество +обман +умение +красота +блеск +боль +страдание +убеждение +мечта +справедливость +правда +вера +свобода +знание +мысль +информация +культура +доверие +целеустремленность +прогресс +образование +гостеприимство +досуг +проблема +дружба +расслабление +статья +область +ночь +день +результат +возможность +начало +душа +минута +форма +связь +качество +система +вид +вопрос +глаз +мозг +печень +сердце +отростки +сила +конец +голова +рука +золото +момент +время +центр +ответ +автор +интерес +правило +задача +опыт +событие +минерал +должность +работа +мнение +срок +помещение +размер +представитель +герой +храм +кабинет +отдел +наука +музыка +журнал +оценка +анализ +повод +желание +удар +услуга +дело +сумма +фонд +бюджет +звезда +кухня +подсобка +шкафчик +стекло +металл +пласт \ No newline at end of file diff --git a/config/names/verbs.txt b/config/names/verbs.txt index e036e3c1dabb..478de52cf8a2 100644 --- a/config/names/verbs.txt +++ b/config/names/verbs.txt @@ -1,633 +1,898 @@ -accept -add -admire -admit -advise -afford -agree -alert -allow -amuse -analyse -announce -annoy -answer -apologise -appear -applaud -appreciate -approve -argue -arrange -arrest -arrive -ask -attach -attack -attempt -attend -attract -avoid -back -bake -balance -ban -bang -bare -bat -bathe -battle -beam -beg -behave -belong -bleach -bless -blind -blink -blot -blush -boast -boil -bolt -bomb -book -bore -borrow -bounce -bow -box -brake -brake -branch -breathe -bruise -brush -bubble -bump -burn -bury -buzz -calculate -call -camp -care -carry -carve -cause -challenge -change -charge -chase -cheat -check -cheer -chew -choke -chop -claim -clap -clean -clear -clip -close -coach -coil -collect -colour -comb -command -communicate -compare -compete -complain -complete -concentrate -concern -confess -confuse -connect -consider -consist -contain -continue -copy -correct -cough -count -cover -crack -crash -crawl -cross -crush -cry -cure -curl -curve -cycle -dam -damage -dance -dare -decay -deceive -decide -decorate -delay -delight -deliver -depend -describe -desert -deserve -destroy -detect -develop -disagree -disappear -disapprove -disarm -discover -dislike -divide -double -doubt -drag -drain -dream -dress -drip -drop -drown -drum -dry -dust -earn -educate -embarrass -employ -empty -encourage -end -enjoy -enter -entertain -escape -examine -excite -excuse -exercise -exist -expand -expect -explain -explode -extend -face -fade -fail -fancy -fasten -fax -fear -fence -fetch -file -fill -film -fire -fit -fix -flap -flash -float -flood -flow -flower -fold -follow -fool -force -form -found -frame -frighten -fry -gather -gaze -glow -glue -grab -grate -grease -greet -grin -grip -groan -guarantee -guard -guess -guide -hammer -hand -handle -hang -happen -harass -harm -hate -haunt -head -heal -heap -heat -help -hook -hop -hope -hover -hug -hum -hunt -hurry -identify -ignore -imagine -impress -improve -include -increase -influence -inform -inject -injure -instruct -intend -interest -interfere -interrupt -introduce -invent -invite -irritate -itch -jail -jam -jog -join -joke -judge -juggle -jump -kick -kill -kiss -kneel -knit -knock -knot -label -land -last -laugh -launch -learn -level -license -lick -lie -lighten -like -list -listen -live -load -lock -long -look -love -man -manage -march -mark -marry -match -mate -matter -measure -meddle -melt -memorise -mend -messup -milk -mine -miss -mix -moan -moor -mourn -move -muddle -mug -multiply -murder -nail -name -need -nest -nod -note -notice -number -obey -object -observe -obtain -occur -offend -offer -open -order -overflow -owe -own -pack -paddle -paint -park -part -pass -paste -pat -pause -peck -pedal -peel -peep -perform -permit -phone -pick -pinch -pine -place -plan -plant -play -please -plug -point -poke -polish -pop -possess -post -pour -practise -pray -preach -precede -prefer -prepare -present -preserve -press -pretend -prevent -prick -print -produce -program -promise -protect -provide -pull -pump -punch -puncture -punish -push -question -queue -race -radiate -rain -raise -reach -realise -receive -recognise -record -reduce -reflect -refuse -regret -reign -reject -rejoice -relax -release -rely -remain -remember -remind -remove -repair -repeat -replace -reply -report -reproduce -request -rescue -retire -return -rhyme -rinse -risk -rob -rock -roll -rot -rub -ruin -rule -rush -sack -sail -satisfy -save -saw -scare -scatter -scold -scorch -scrape -scratch -scream -screw -scribble -scrub -seal -search -separate -serve -settle -shade -share -shave -shelter -shiver -shock -shop -shrug -sigh -sign -signal -sin -sip -ski -skip -slap -slip -slow -smash -smell -smile -smoke -snatch -sneeze -sniff -snore -snow -soak -soothe -sound -spare -spark -sparkle -spell -spill -spoil -spot -spray -sprout -squash -squeak -squeal -squeeze -stain -stamp -stare -start -stay -steer -step -stir -stitch -stop -store -strap -strengthen -stretch -strip -stroke -stuff -subtract -succeed -suck -suffer -suggest -suit -supply -support -suppose -surprise -surround -suspect -suspend -switch -talk -tame -tap -taste -tease -telephone -tempt -terrify -test -thank -thaw -tick -tickle -tie -time -tip -tire -touch -tour -tow -trace -trade -train -transport -trap -travel -treat -tremble -trick -trip -trot -trouble -trust -try -tug -tumble -turn -twist -type -undress -unfasten -unite -unlock -unpack -untidy -use -vanish -visit -wail -wait -walk -wander -want -warm -warn -wash -waste -watch -water -wave -weigh -welcome -whine -whip -whirl -whisper -whistle -wink -wipe -wish -wobble -wonder -work -worry -wrap -wreck -wrestle -wriggle -yawn -yell -zip -zoom \ No newline at end of file +принять +добавить +восхититься +признать +позволить +согласиться +разрешить +позабавить +проанализировать +объявить +ответить +извиниться +появиться +одобрить +организовать +арестовать +прибыть +спросить +прикрепить +посетить +привлечь +избежать +отступить +печь +запретить +грохнуть +обнажить +принять ванну +сразиться +излучать +поступить +благословить +моргнуть +надоесть +одолжить +отскочить +поклониться +расшириться +столкнуться +сжечь +вычислить +нести +вызвать +оспорить +зарядить +погнаться +обмануть +проверить +подбодрить +закрыть +свернуть +собрать +расчесать +сравнить +завершить +сосредоточиться +исповедаться +соединить +рассмотреть +продолжить +исправить +кашлять +скрыть +взломать +разбить +ползти +пересечь +скрутить +изогнуть +повредить +разлагаться +решить +украсить +отложить +доставить +описать +заслужить +уничтожить +обнаружить +развить +исчезнуть +разоружить +удвоить +тащить +истощить +одеть +уронить +утонуть +осушить +припылить +заработать +обучить +смутить +трудоустроить +опустошить +поощрить +закончить +насладиться +войти +развлечь +сбежать +осмотреть +возбудить +объяснить +взорваться +продлить +застегнуть +испугаться +оградить +подшить +наполнить +заснять +уволить +влезть +мигнуть +заполнить +сложить +заставить +основать +запугать +обжарить +приклеить +схватить +натереть +смазать +угадать +направить +забивать +вручать +справиться +повесить +произойти +навредить +ненавидеть +возглавить +исцелить +нагромождать +нагреть +помочь +зацепить +надеяться +обнять +вообразить +впечатлить +улучшить +включить +увеличить +ввести +вмешаться +прервать +представить +изобрести +пригласить +бегать +присоединиться +прыгать +пнуть +убить +преклонить +завязать +высадиться +запустить +осветить +перечислить +слушать +загрузить +запереть +пометить +спариваться +имеет значение +измерить +ввязаться +запомнить +добывать +смешать +оплакивать +умножить +прибить +назвать +кивнуть +отметить +заметить +подчиняться +возразить +завладеть +случаться +оскорбить +предложить +открыть +приказать +переполнить +упаковать +разделить +пройти +вставить +клюнуть +подглядывать +совершить +подобрать +ущипнуть +разместить +посадить +угодить +подключить +указать +хлопнуть +полить +предпочитать +подготовить +сохранить +нажать +притвориться +предотвратить +распечатать +произвести +защитить +предоставить +накачать +пробить +наказать +толкнуть +спросить +поднять +достать +понять +получить +узнать +записать +снизить +отразить +отказать +отклонить +расслабиться +выпустить +остаться +напомнить +убрать +повторить +заменить +ответить +сообщить +воспроизвести +запросить +спасти +вернуть +рискнуть +отнять +втереть +разрушить +разграбить +плыть +удовлетворить +рассеять +выжечь +привинтить +опечатать +обосноваться +затенить +подписывать +пропустить +шлёпнуть +поскользнуться +замедлить +улыбнуться +чихнуть +замочить +успокоить +произнести +разлить +определить +распылить +прорасти +раздавать +пискнуть +выжать +окрасить +начать +размешать +прошить +остановить +пристегнуть +укрепить +растянуть +раздеть +набить +вычесть +преуспеть +обеспечить +поддержать +предположить +удивить +окружить +приостановить +переключить +говорить +приручить +соблазнить +ужаснуть +оттаять +тикать +связать +приурочить +утомить +коснуться +заманить +разводить +доверять +упасть +повернуть +расстегнуть +объединять +распаковать +пропасть +ходить +бродить +разогреть +предупредить +разбазарить +взвесить +высечь +свистеть +подмигнуть +протереть +обернуть +снести +зевать +приютить +заклинить +советовать +раздражать +аплодировать +ценить +спорить +атаковать +пытаться +балансировать +умолять +принадлежать +белить +слепить +пачкать +краснеть +хвастать +кипятить +болтировать +бомбить +бронировать +боксировать +тормозить +дышать +мять +пузыриться +хоронить +жужжать +звонить +заботиться +вырезать +менять +жевать +душить +рубить +претендовать +хлопать +чистить +обрезать +тренировать +красить +командовать +общаться +соревноваться +жаловаться +состоять +содержать +копировать +считать +давить +плакать +лечить +танцевать +сметь +зависеть +дезертировать +исследовать +недолюбливать +делить +сомневаться +мечтать +капать +барабанить +упражняться +существовать +ожидать +чинить +плавать +течь +цвести +следовать +дурачить +формировать +пялиться +светиться +приветствовать +стонать +гарантировать +охранять +беспокоить +преследовать +парить +охотиться +торопиться +идентифицировать +игнорировать +влиять +информировать +ранить +инструктировать +намереваться +интересовать +нервировать +чесаться +шутить +судить +жонглировать +целовать +стучать +маркировать +длиться +смеяться +учиться +ровнять +лицензировать +лизать +лгать +нравится +жить +стремиться +смотреть +любить +управлять +маршировать +жениться +соответствовать +плавить +опростоволоситься +доить +скучать +швартоваться +двигаться +темнить +грабить +зарезать +нуждаться +гнездиться +нумеровать +наблюдать +задолжать +владеть +грести +рисовать +парковать +гладить +чистить +тосковать +планировать +играть +тыкать +полировать +обладать +публиковать +практиковаться +молиться +проповедовать +предшествовать +дарить +колоть +программировать +обещать +тянуть +мчаться +сожалеть +править +радоваться +положиться +ремонтировать +рифмовать +полоскать +качать +катить +гнить +властвовать +экономить +пилить +бояться +ругать +скоблить +царапать +кричать +строчить +скрести +искать +служить +делиться +бриться +дрожать +шокировать +вздыхать +сигнализировать +грешить +потягивать +крушить +нюхать +курить +урвать +чуять +храпеть +сыпать +звучать +щадить +искриться +сверкать +портить +визжать +штамповать +глазеть +рулить +шагать +складировать +сосать +страдать +подозревать +пробовать +дразнить +телефонировать +тестировать +благодарить +щекотать +гастролировать +буксировать +следить +торговать +транспортировать +путешествовать +лечить +трепетать +спешить +утруждать +пытаться +крутить +печатать +разблокировать +использовать +побывать +вопить +ждать +хотеть +мыть +караулить +мочить +махать +ныть +кружиться +шептать +желать +колебаться +интересоваться +работать +волноваться +бороться +извиваться +орать +принимать +добавлять +восхищаться +признавать +позволять +соглашаться +разрешать +забавлять +анализировать +объявлять +отвечать +извиняться +появляться +одобрять +организовывать +арестовывать +прибывать +спрашивать +прикреплять +посещать +привлекать +избегать +отступать +выпекать +запрещать +грохотать +обнажать +принимать ванну +сражаться +излучить +поступать +благословлять +моргать +надоедать +одалживать +отскакивать +кланяться +расширяться +сталкиваться +сжигать +вычислять +носить +вызывать +оспаривать +заряжать +гнаться +обманывать +проверять +подбадривать +закрывать +сворачивать +собирать +расчесывать +сравнивать +завершать +сосредотачиваться +исповедоваться +соединять +рассматривать +продолжать +исправлять +кашлять +скрывать +взламывать +разбивать +ползать +пересекать +скручивать +изгибать +повреждать +разложиться +решать +украшать +откладывать +доставлять +описывать +заслуживать +уничтожать +обнаруживать +развивать +исчезать +разоружать +удваивать +таскать +истощать +одевать +ронять +тонуть +осушать +припылять +зарабатывать +обучать +смущать +трудоустраивать +опустошать +поощрять +заканчивать +наслаждаться +входить +развлекать +сбегать +осматривать +возбуждать +объяснять +взрываться +продлевать +застёгивать +пугаться +ограждать +подшивать +наполнять +снимать +увольнять +влезать +мигать +заполнять +складывать +заставлять +основывать +запугивать +обжаривать +приклеивать +хватать +натирать +смазывать +угадывать +направлять +забить +вручить +справляться +вешать +происходить +вредить +возненавидеть +возглавлять +исцелять +нагромоздить +нагревать +помогать +цеплять +понадеяться +обнимать +воображать +впечатлять +улучшать +включать +увеличивать +вводить +вмешиваться +прерывать +представлять +изобретать +приглашать +бежать +присоединяться +прыгнуть +пинать +убивать +преклонять +завязывать +высаживаться +запускать +освещать +перечислять +услышать +загружать +запирать +помечать +спариться +иметь значение +измерять +ввязываться +запоминать +добыть +смешивать +оплакать +умножать +прибивать +называть +кивать +отмечать +замечать +подчиняться +возражать +завладевать +случиться +оскорблять +предлагать +открывать +приказывать +переполнять +упаковывать +разделять +проходить +вставлять +клевать +подглядеть +совершать +подбирать +щипать +размещать +сажать +угождать +подключать +указывать +хлопать +поливать +предпочесть +подготавливать +сохранять +нажимать +притворяться +предотвращать +распечатывать +производить +защищать +предоставлять +накачивать +пробивать +наказывать +толкать +спрашивать +поднимать +доставать +понимать +получать +узнавать +записывать +снижать +отражать +отказывать +отклонять +расслабляться +выпускать +оставаться +напоминать +убирать +повторять +заменять +отвечать +сообщать +воспроизводить +запрашивать +спасать +возвращать +рисковать +отнимать +втирать +разрушать +разграблять +плавать +удовлетворять +рассеивать +выжигать +привинчивать +опечатывать +обосновываться +затенять +подписать +пропускать +шлёпать +поскальзываться +замедлять +улыбаться +чихать +замачивать +успокаивать +произносить +разливать +определять +распылять +проращивать +раздать +пищать +выжимать +окрашивать +начинать +размешивать +прошивать +останавливать +пристёгивать +укреплять +растягивать +раздевать +набивать +вычитать +преуспевать +обеспечивать +поддерживать +предполагать +удивлять +окружать +приостанавливать +переключать +сказать +приучать +соблазнять +ужасать +оттаивать +тикнуть +связывать +приурочивать +утомлять +касаться +заманивать +развести +доверить +падать +поворачивать +расстёгивать +объединить +распаковывать +пропадать +идти +брести +разогревать +предупреждать +разбазаривать +взвешивать +высекать +свиснуть +подмигивать +протирать +оборачивать +сносить +зевнуть +ютиться +заклинивать \ No newline at end of file diff --git a/config/names/wizardfirst.txt b/config/names/wizardfirst.txt index 408ae3b447ee..4778ab4339a3 100644 --- a/config/names/wizardfirst.txt +++ b/config/names/wizardfirst.txt @@ -1,36 +1,88 @@ -Jim -Gulstaff -Gandalf -Grimm -Mordenkainen -Elminister -Saruman -Vaarsuvius -Yoda -Zul -Nihilus -Vecna -Mogan -Circe -Prospero -Raistlin -Rasputin -Tzeentch -Khelben -Dumbledor -Houdini -Terefi -Urza -Tenser -Zagyg -Mystryl -Boccob -Merlin -Archchancellor -Radagast -Kreol -Kaschei -Lina -Morgan -Alatar -Palando \ No newline at end of file +Аанг +Абдуррахман +Аби-Далзим +Аганаззар +Агатис +Азут +Алатар +Альбус +Архиканцлер +Байяз +Бигби +Боккоб +Ваарсувий +Векна +Вильгефорц +Волан +Вульфрик +Гассан +Гесер +Годрик +Грии +Грин +Гудини +Гульстаф +Гул’дан +Гэндальф +Даззл +Дамблдор +Джарет +Джим +Дормамму +Завулон +Загыг +Зул +Инканий +Йода +Кащей +Келбен +Краконош +Креол +Кривжа +Круг +Леомунд +Лешрак +Лина +Максимилиан +Малфой +Медив +Мерлин +Мистрил +Митрандир +Моган +Морган +Морденкайнен +Нихиль +Олливандер +Олорин +Отилюк +Отто +Паландо +Панорамикс +Персиваль +Просперо +Пугна +Радагаст +Ралотим +Распутин +Рейстлин +Ринсвинд +Рубеус +Рубик +Румпельштильцхен +Рэри +Рюбецаль +Салазар +Саруман +Снейп +Сниллок +Стрегобор +Таркун +Тензер +Тефери +Тзинч +Урза +Урфин +Хедин +Эльминстер +Эрагон \ No newline at end of file diff --git a/config/names/wizardsecond.txt b/config/names/wizardsecond.txt index d1e2e7348627..6574dc68af2f 100644 --- a/config/names/wizardsecond.txt +++ b/config/names/wizardsecond.txt @@ -1,39 +1,54 @@ -the Powerful -the Great -the Magician -the Wise -the Seething -the Amazing -the Spiral King -Darkmagic -the White -the Gray -Shado -the Sorcelator -the Raven -the Emperor -the Brown -Weatherwax -the Destroyer -the Deathless -Yagg -the Remorseful -the Weeping -the Unending -the All Knowing -Dark -Smith -the Conquerer -the Unstoppable -Gray -of Void -Unseen -Darko -Honko -the Bandit Killer -the Dragon Spooker -Inverse -le Fay -the Blue -the Red -the Benevolent \ No newline at end of file +Белый +Бесконечный +Бессмертный +Бурлящий +Бурый +Везучий +Великий +Великодушный +Ветровоск +Ворон +Восхитительный +Всезнающий +Горестный +Гроза Драконов +Жёлтый +Жёлтый Король +Завоеватель +Заклинатель +Зелёный +ибн Хоттаб +из Пустоты +де Морт +Император +Красный +Кудесник +Кузнец +ле Фэй +Могучий +Мудрый +Незримый +Неостановимый +Малфой +Рэддл +Обратный +Оранжевый +О’Салливан +Потный +Пурпурный +Дурмстранг +Разрушитель +Гриффиндор +Пуффендуй +Созидатель +Слизерин +Когтевран +Серый +Синий +Спиральный Король +Стрэндж +Тёмномагия +Тёмный +Убийца +Хонко +Чёрный \ No newline at end of file diff --git a/config/news/trivial.txt b/config/news/trivial.txt index e66a482dfbf0..522ad1449449 100644 --- a/config/news/trivial.txt +++ b/config/news/trivial.txt @@ -1,85 +1,85 @@ -Tree stuck in tajaran; firefighters baffled. -Armadillos want aardvarks removed from dictionary claims 'here first'. -Angel found dancing on pinhead ordered to stop; cited for public nuisance. -Letters claim they are better than numbers; 'Always have been'. -Pens proclaim pencils obsolete, 'lead is dead'. -Rock and paper sues scissors for discrimination. -Steak tell-all book reveals he never liked sitting by potato. -Woodchuck stops counting how many times he’s chucked 'Never again'. -{{AFFECTED}} clerk first person able to pronounce '@*$%!'. -{{AFFECTED}} delis serving boiled paperback dictionaries, 'Adjectives chewy' customers declare. -{{AFFECTED}} weather deemed 'boring'; meteors and rad storms to be imported. -Most {{AFFECTED}} security officers prefer cream over sugar. -Palindrome speakers conference in {{AFFECTED}}; 'Wow!' says Otto. -Question mark worshipped as deity by ancient {{AFFECTED}} dwellers. -Spilled milk causes whole {{AFFECTED}} populace to cry. -World largest carp patty at display on {{AFFECTED}}. -'Here kitty kitty' no longer preferred tajaran retrieval technique. -Man travels 7000 light years to retrieve lost hankie, 'It was my favourite'. -New bowling lane that shoots mini-meteors at bowlers very popular. -Guy gets tattoo of Tau Ceti on chest 'Asteroid tickles most'. -Guy gets tattoo of Tau Ceti on chest 'Starship tickles most'. -Guy gets tattoo of Tau Ceti on chest 'Star tickles most'. -Guy gets tattoo of Tau Ceti on chest 'CentComm tickles most'. -Skrell marries computer; wedding attended by 100 modems. -Chef reports successfully using harmonica as cheese grater. -Nanotrasen invents handkerchief that says 'Bless you' after sneeze. -Clone accused of posing for other clones’s school photo. -Clone accused of stealing other clones’s employee of the month award. -Woman robs station with hair dryer; crewmen love new style. -This space for rent. -{{AFFECTED}} Baker Wins Pickled Crumpet Toss Three Years Running -Skrell Scientist Discovers Abacus Can Be Used To Dry Towels -Survey: 'Cheese Louise' Voted Best Pizza Restaurant In Tau Ceti -I Was Framed, jokes {{AFFECTED}} artist -Mysterious Loud Rumbling Noises In {{AFFECTED}} Found To Be Mysterious Loud Rumblings -Alien ambassador becomes lost on {{AFFECTED}}, refuses to ask for directions -Swamp Gas Verified To Be Exhalations Of Stars--Movie Stars--Long Passed -Tainted Broccoli Weapon Of Choice For Syndicate Assassins -Chefs Find Broccoli Effective Tool For Cutting Cheese -Broccoli Found To Cause Grumpiness In Monkeys -Survey: 80% Of People on {{AFFECTED}} Love Clog-Dancing -Giant Hairball Has Perfect Grammar But Rolls rr's Too Much, Linguists Say -{{AFFECTED}} Phonebooks Print All Wrong Numbers; Results In 15 New Marriages -Tajaran Burglar Spotted on {{AFFECTED}}, Mistaken For Dalmatian -Gibson Gazette Updates Frequently Absurd, Poll Indicates -Esoteric Verbosity Culminates In Communicative Ennui, {{AFFECTED}} Academics Note -Taj Demand Longer Breaks, Cleaner Litter, Slower Mice -Survey: 3 Out Of 5 Skrell Loathe Modern Art -Skrell Scientist Discovers Gravity While Falling Down Stairs -Boy Saves Tajaran From Tree on {{AFFECTED}}, Thousands Cheer -Shipment Of Apples Overturns, {{AFFECTED}} Diner Offers Applesauce Special -Spotted Owl Spotted on {{AFFECTED}} -Humans Everywhere Agree: Purring Tajarans Are Happy Tajarans -From The Desk Of Wise Guy Sammy: One Word In This Gazette Is Sdrawkcab -From The Desk Of Wise Guy Sammy: It's Hard To Have Too Much Shelf Space -From The Desk Of Wise Guy Sammy: Wine And Friendships Get Better With Age -From The Desk Of Wise Guy Sammy: The Insides Of Golf Balls Are Mostly Rubber Bands -From The Desk Of Wise Guy Sammy: You Don't Have To Fool All The People, Just The Right Ones -From The Desk Of Wise Guy Sammy: If You Made The Mess, You Clean It Up -From The Desk Of Wise Guy Sammy: It Is Easier To Get Forgiveness Than Permission -From The Desk Of Wise Guy Sammy: Check Your Facts Before Making A Fool Of Yourself -From The Desk Of Wise Guy Sammy: You Can't Outwait A Bureaucracy -From The Desk Of Wise Guy Sammy: It's Better To Yield Right Of Way Than To Demand It -From The Desk Of Wise Guy Sammy: A Person Who Likes Cats Can't Be All Bad -From The Desk Of Wise Guy Sammy: Help Is The Sunny Side Of Control -From The Desk Of Wise Guy Sammy: Two Points Determine A Straight Line -From The Desk Of Wise Guy Sammy: Reading Improves The Mind And Lifts The Spirit -From The Desk Of Wise Guy Sammy: Better To Aim High And Miss Then To Aim Low And Hit -From The Desk Of Wise Guy Sammy: Meteors Often Strike The Same Place More Than Once -Tommy B. Saif Sez: Look Both Ways Before Boarding The Shuttle -Tommy B. Saif Sez: Hold On; Sudden Stops Sometimes Necessary -Tommy B. Saif Sez: Keep Fingers Away From Moving Panels -Tommy B. Saif Sez: No Left Turn, Except Shuttles -Tommy B. Saif Sez: Return Seats And Trays To Their Proper Upright Position -Tommy B. Saif Sez: Eating And Drinking In Docking Bays Is Prohibited -Tommy B. Saif Sez: Accept No Substitutes, And Don't Be Fooled By Imitations -Tommy B. Saif Sez: Do Not Remove This Tag Under Penalty Of Law -Tommy B. Saif Sez: Always Mix Thoroughly When So Instructed -Tommy B. Saif Sez: Try To Keep Six Month's Expenses In Reserve -Tommy B. Saif Sez: Change Not Given Without Purchase -Tommy B. Saif Sez: If You Break It, You Buy It -Tommy B. Saif Sez: Reservations Must Be Cancelled 48 Hours Prior To Event To Obtain Refund -Doughnuts: Is There Anything They Can't Do -If Tin Whistles Are Made Of Tin, What Do They Make Foghorns Out Of? -Broccoli discovered to be colonies of tiny aliens with murder on their minds \ No newline at end of file +Дерево застряло в Таджаране; пожарные в недоумении. +Броненосцы хотят, чтобы трубкозубы были исключены из словарных утверждений «сначала здесь». +Ангел обнаружил, что танцует на булавочной головке, и ему приказали остановиться; названо за причинение общественного вреда. +Буквы утверждают, что они лучше цифр; «Всегда было». +Ручки заявляют, что карандаши устарели, «свинец мертв». +Камень и бумага подали в суд на ножницы за дискриминацию. +Книга, рассказывающая все о стейках, показывает, что он никогда не любил сидеть возле картошки. +Сурок перестает считать, сколько раз он произнес «Больше никогда». +{{AFFECTED}} клерк - первый человек, способный произнести '@*$%!'. +В {{AFFECTED}} гастрономах подают отварные словари в мягкой обложке, заявляют покупатели: "Жевательные прилагательные". +{{AFFECTED}} погода считается «скучной»; метеоры и радиационные бури будут импортированы. +Большинство сотрудников службы безопасности {{AFFECTED}} предпочитают сливки сахару. +Конференция спикеров Palindrome в {{AFFECTED}}; 'Ух ты!' — говорит Отто. +Вопросительный знак, которому древние жители {{AFFECTED}} поклонялись как божеству. +Пролитое молоко заставляет плакать всё население {{AFECTED}}. +Самая большая в мире котлета из карпа на выставке {{AFFECTED}}. +«Вот, котенок, котенок» больше не предпочитал технику извлечения таджаранов. +Человек преодолел 7000 световых лет, чтобы найти потерянный носовой платок: «Это был мой любимый». +Новая дорожка для боулинга, стреляющая мини-метеорами в боулеров, очень популярна. +Парень сделал татуировку с изображением Тау Кита на груди: «Астероид больше всего щекочет». +Парень сделал татуировку с изображением Тау Кита на груди: «Звездный корабль щекочет больше всего». +Парень сделал татуировку с изображением Тау Кита на груди: «Звезда щекочет больше всего». +Парень сделал татуировку с изображением Тау Кита на груди: «CentComm больше всего щекочет». +Скрелл женится на компьютере; на свадьбе присутствовало 100 модемов. +Шеф-повар сообщает об успешном использовании губной гармошки в качестве терки для сыра. +Нанотрасен изобретает носовой платок, на котором после чихания написано: «Будь здоров». +Клон обвинен в позировании для школьной фотографии других клонов. +Клон обвиняется в краже награды «Сотрудник месяца» у других клонов. +Женщина грабит станцию с феном; члены экипажа любят новый стиль. +Данное помещение сдается в аренду. +{{AFFECTED}} Бейкер три года подряд выигрывает в розыгрыше маринованных пышек +Ученый из Скрелла обнаружил, что счеты можно использовать для сушки полотенец +Опрос: «Cheese Louise» признана лучшей пиццерией на Тау Кита +Меня подставили, шутит {{AFFECTED}} исполнитель +Таинственные громкие грохоты в {{AFFECTED}} оказались загадочными громкими грохотами +Посол инопланетян заблудился на {{AFFECTED}} и отказывается спрашивать дорогу. +Болотный газ оказался испарением звезд – кинозвезд – давно прошло +Испорченная брокколи — любимое оружие для убийц Синдиката +Повара нашли брокколи эффективным инструментом для нарезки сыра +Обнаружено, что брокколи вызывает раздражительность у обезьян +Опрос: 80% людей на {{AFFECTED}} любят танцы сабо +Гигантский комок шерсти имеет идеальную грамматику, но лингвисты говорят, что он слишком много катится на rr +{{AFFECTED}} В телефонных книгах печатаются все неправильные номера; Результаты: 15 новых браков +На {{AFFECTED}} замечен таджаранский грабитель, ошибочно принятый за далматина +Обновления Gibson Gazette зачастую абсурдны, показал опрос +Эзотерическое многословие достигает кульминации в коммуникативной скуке, {{AFFECTED}} Записка академика +Тадж требует более длительных перерывов, более чистого мусора и более медленных мышей +Опрос: 3 из 5 Скреллов ненавидят современное искусство +Ученый из Скреллов обнаружил гравитацию, падая с лестницы +Мальчик спасает Таджарана с дерева, {{AFFECTED}}, тысячи людей поддерживают его +Отгрузка яблок отменена, закусочная {{AFFECTED}} предлагает специальное яблочное пюре +Пятнистая сова замечена на {{AFFECTED}} +Люди повсюду согласны: мурлыкающие таджаранцы — счастливые таджаранцы +Со стола мудрого парня Сэмми: одно слово в этой газете — Sdrawkcab +Со стола мудреца Сэмми: Трудно иметь слишком много места на полках +Со стола мудреца Сэмми: Вино и дружба с возрастом становятся лучше +Со стола мудрого парня Сэмми: Внутри мячей для гольфа в основном резиновые ленты +Со стола мудрого парня Сэмми: Не обязательно обманывать всех людей, только нужных +Со стола мудреца Сэмми: Если ты натворил беспорядок, ты его уберешь +Из-за стола мудреца Сэмми: Легче получить прощение, чем разрешение +Со стола мудрого парня Сэмми: проверьте свои факты, прежде чем выставлять себя дураком +Из письма мудреца Сэмми: бюрократию не переждать +Из-за стола мудрого парня Сэмми: Лучше уступить право отвода, чем требовать его +Со стола мудреца Сэмми: Человек, который любит кошек, не может быть таким уж плохим +Из-за стола мудрого парня Сэмми: Помощь — солнечная сторона контроля +Со стола мудреца Сэмми: две точки определяют прямую линию +Со стола мудреца Сэмми: Чтение улучшает разум и поднимает дух +Со стола мудрого парня Сэмми: Лучше целиться высоко и промазать, чем целиться низко и попасть +Со стола мудреца Сэмми: Метеоры часто падают в одно и то же место несколько раз +Томми Б. Саиф Сез: посмотрите в обе стороны, прежде чем сесть в шаттл +Томми Б. Саиф Сез: Держись; Иногда необходимы внезапные остановки +Томми Б. Саиф Сез: Держите пальцы подальше от движущихся панелей +Томми Б. Саиф Сез: Никаких поворотов налево, кроме шаттлов +Томми Б. Саиф Сез: верните сиденья и подносы в правильное вертикальное положение +Томми Б. Саиф Сез: Есть и пить в причалах запрещено +Томми Б. Саиф Сез: Не принимайте заменителей и не дайте себя обмануть имитациями +Томми Б. Саиф Сез: «Нет» +Томми Б. Саиф Сез: Всегда тщательно перемешивайте, если вам прикажут +Томми Б. Саиф Сез: Старайтесь держать шестимесячные расходы в резерве +Томми Б. Саиф Сез: Изменения не даются без покупки +Томми Б. Саиф Сез: Если ты сломаешь это, ты купишь это +Томми Б. Саиф Сез: Чтобы получить возмещение, бронирование необходимо отменить за 48 часов до мероприятия +Пончики: есть ли что-нибудь, чего они не могут сделать? +Если оловянные свистки сделаны из жести, то из чего делают туманные горны? +Брокколи оказалась колонией крошечных инопланетян, мечтающих об убийстве \ No newline at end of file diff --git a/config/speech_filters/brainrot_filter.json b/config/speech_filters/brainrot_filter.json new file mode 100644 index 000000000000..1a1133cbb36f --- /dev/null +++ b/config/speech_filters/brainrot_filter.json @@ -0,0 +1,3 @@ +{ + "brainrot_filter": [] +} diff --git a/goon/browserassets/css/browserOutput-dark.css b/goon/browserassets/css/browserOutput-dark.css new file mode 100644 index 000000000000..acfa6758f45c --- /dev/null +++ b/goon/browserassets/css/browserOutput-dark.css @@ -0,0 +1,478 @@ +/***************************************** +* +* GLOBAL STYLES +* +******************************************/ +html, body { + padding: 0; + margin: 0; + height: 100%; + color: #a4bad6; +} +body { + background: #171717; + font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 9pt; + color: #a4bad6; + line-height: 1.2; + overflow-x: hidden; + overflow-y: scroll; + word-wrap: break-word; + scrollbar-face-color:#1A1A1A; + scrollbar-track-color:#171717; + scrollbar-highlight-color:#171717; +} +h1, h2, h3, h4, h5, h6 {color: #06f; font-family: Georgia, Verdana, sans-serif;} + +img { + margin: 0; + padding: 0; + line-height: 1; +} +img.icon { + width: 16px; + height: 16px; +} +a {color: #06f;} +a:visited {color: #ff00ff;} +a.popt {text-decoration: none;} + +/***************************************** +* +* CUSTOM FONTS +* +******************************************/ +@font-face { font-family: PxPlus IBM MDA; src: url('PxPlus_IBM_MDA.ttf'); } + +/***************************************** +* +* OUTPUT NOT RELATED TO ACTUAL MESSAGES +* +******************************************/ +#loading { + position: fixed; + width: 300px; + height: 150px; + text-align: center; + left: 50%; + top: 50%; + margin: -75px 0 0 -150px; +} +#loading i {display: block; padding-bottom: 3px;} + +#messages { +font-size: 14px; + padding: 3px; + margin: 0; + word-wrap: break-word; +} +#newMessages { + position: fixed; + display: block; + bottom: 0; + right: 0; + padding: 8px; + background: #202020; + text-decoration: none; + font-variant: small-caps; + font-size: 1.1em; + font-weight: bold; + color: #a4bad6; +} +#newMessages:hover {background: #171717;} +#newMessages i {vertical-align: middle; padding-left: 3px;} +#ping { + position: fixed; + top: 0; + right: 40px; + width: 45px; + background: #202020; + height: 30px; + padding: 8px 0 2px 0; +} +#ping i {display: block; text-align: center;} +#ping .ms { + display: block; + text-align: center; + font-size: 8pt; + padding-top: 2px; +} +#options { + position: fixed; + top: 0; + right: 0; +} +#options a { + background: #202020; + height: 30px; + padding: 5px 0; + display: block; + color: #a4bad6; + text-decoration: none; + line-height: 28px; + border-top: 1px solid #b4b4b4; +} +#options a:hover {background: #202020;} +#options .toggle { + width: 40px; + background: #202020; + border-top: 0; + float: right; + text-align: center; +} +#options .sub {clear: both; display: none; width: 160px;} +#options .sub.scroll {overflow-y: scroll;} +#options .sub a {padding: 5px 0 5px 8px; line-height: 30px; font-size: 0.9em; clear: both;} +#options .sub span { + display: block; + line-height: 30px; + float: left; +} +#options .sub i { + display: block; + padding: 0 5px; + font-size: 1.1em; + width: 22px; + text-align: center; + line-height: 30px; + float: right; +} +#options .decreaseFont {border-top: 0;} + +/* POPUPS */ +.popup { + position: fixed; + top: 50%; + left: 50%; + background: #ddd; +} +.popup .close { + position: absolute; + background: #aaa; + top: 0; + right: 0; + color: #333; + text-decoration: none; + z-index: 2; + padding: 0 10px; + height: 30px; + line-height: 30px; +} +.popup .close:hover {background: #999;} +.popup .head { + background: #999; + color: #ddd; + padding: 0 10px; + height: 30px; + line-height: 30px; + text-transform: uppercase; + font-size: 0.9em; + font-weight: bold; + border-bottom: 2px solid green; +} +.popup input {border: 1px solid #999; background: #fff; margin: 0; padding: 5px; outline: none; color: #333;} +.popup input[type=text]:hover, .popup input[type=text]:active, .popup input[type=text]:focus {border-color: green;} +.popup input[type=submit] {padding: 5px 10px; background: #999; color: #ddd; text-transform: uppercase; font-size: 0.9em; font-weight: bold;} +.popup input[type=submit]:hover, .popup input[type=submit]:focus, .popup input[type=submit]:active {background: #aaa; cursor: pointer;} + +.changeFont {padding: 10px;} +.changeFont a {display: block; text-decoration: none; padding: 3px; color: #333;} +.changeFont a:hover {background: #ccc;} + +.highlightPopup {padding: 10px; text-align: center;} +.highlightPopup input[type=text] {display: block; width: 215px; text-align: left; margin-top: 5px;} +.highlightPopup input.highlightColor {background-color: #ffff0026} +.highlightPopup input.highlightTermSubmit {margin-top: 5px;} + +/* ADMIN CONTEXT MENU */ +.contextMenu { + background-color: #ddd; + position: fixed; + margin: 2px; + width: 150px; +} +.contextMenu a { + display: block; + padding: 2px 5px; + text-decoration: none; + color: #333; +} + +.contextMenu a:hover { + background-color: #ccc; +} + +/* ADMIN FILTER MESSAGES MENU */ +.filterMessages {padding: 5px;} +.filterMessages div {padding: 2px 0;} + +.icon-stack {height: 1em; line-height: 1em; width: 1em; vertical-align: middle; margin-top: -2px;} + + +/***************************************** +* +* OUTPUT ACTUALLY RELATED TO MESSAGES +* +******************************************/ + +/* MOTD */ +.motd {color: #638500;} +.motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6 {color: #638500; text-decoration: underline;} +.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover {color: #638500;} + +/* ADD HERE FOR BOLD */ +.bold, .name, .prefix, .ooc, .looc, .adminooc, .adminlooc, .admin, .gfartooc, .gfartlooc, .gfartadmin, .mentorooc, .mentorlooc, .medal {font-weight: bold;} + +/* ADD HERE FOR ITALIC */ +.italic, .ghostdronesay.broadcast {font-style: italic;} + +/* BADGE */ +.repeatBadge { + display: inline-block; + min-width: 0.5em; + font-size: 0.7em; + padding: 0.2em 0.3em; + line-height: 1; + color: white; + text-align: center; + white-space: nowrap; + vertical-align: middle; + background-color: crimson; + border-radius: 10px; +} + +.repeatBadge.boxed_repeat { + position: relative; + float: right; + top: -40px; + right: 0; +} + +/* OUTPUT COLORS */ +.highlight {background-color: #ffff0026;} +h1, h2, h3, h4, h5, h6 {color: #06f;font-family: Georgia, Verdana, sans-serif;} +em {font-style: normal;font-weight: bold;} +.motd {color: #4972a1;font-family: Verdana, sans-serif;} +.motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6 + {color: #638500;text-decoration: underline;} +.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover + {color: #638500;} +.darkmblue {color: #6685f5;} +.prefix {font-weight: bold;} +.ooc {font-weight: bold;} +.looc {color: #6699CC;} +.adminobserverooc {color: #0099cc;font-weight: bold;} +.adminooc {color: #b82e00;font-weight: bold;} +.adminobserver {color: #996600;font-weight: bold;} +.admin {color: #386aff;font-weight: bold;} +.adminsay {color: #9611D4;font-weight: bold;} +.mentorhelp {color: #0077bb;font-weight: bold;} +.adminhelp {color: #aa0000;font-weight: bold;} +.playerreply {color: #8800bb;font-weight: bold;} +.pmsend {color: #6685f5;} +.debug {color: #6d2f83;} +.name {font-weight: bold;} +.say {color: #a4bad6} +.yell {font-weight: bold;} +.siliconsay {font-family: 'Courier New', Courier, monospace;} +.deadsay {color: #e2c1ff;} +.radio {color: #20b142;} +.spyradio {color: #776f96;} /* SS220 EDIT - ADDITION */ +.deptradio {color: #993399;} +.comradio {color: #5F5CFF;} +.syndradio {color: #8f4a4b;} +.dsquadradio {color: #998599;} +.resteamradio {color: #18BC46;} +.airadio {color: #ff5ed7;} +.centradio {color: #2681a5;} +.secradio {color: #dd3535;} +.engradio {color: #FEAC20;} +.medradio {color: #00b5ad;} +.sciradio {color: #c68cfa;} +.supradio {color: #b88646;} +.srvradio {color: #bbd164;} +.proradio {color: #b84f92;} +.admin_channel {color: #03fc9d;font-weight: bold;} +.all_admin_ping {color: #12A5F4; font-weight: bold; font-size: 120%; text-align: center;} +.mentor_channel {color: #775BFF;font-weight: bold;} +.mentor_channel_admin {color: #A35CFF;font-weight: bold;} +.djradio {color: #996600;} +.binaryradio {color: #1B00FB;font-family: 'Courier New', Courier, monospace;} +.mommiradio {color: #6685f5;} +.alert {color: #d82020;} +h1.alert, h2.alert {color: #a4bad6;} +.ghostalert {color: #cc00c6;font-style: italic; font-weight: bold;} +.emote {font-style: italic;} +.selecteddna {color: #a4bad6; background-color: #001B1B} + +.attack {color: #ff0000;} +.moderate {color: #CC0000;} +.disarm {color: #990000;} +.passive {color: #660000;} + +.warning {color: #c51e1e;font-style: italic;} +.boldwarning {color: #c51e1e;font-style: italic;font-weight: bold} +.danger {color: #c51e1e;font-weight: bold;} +.userdanger {color: #c51e1e;font-weight: bold;font-size: 120%;} +.biggerdanger {color: #ff0000;font-weight: bold; font-size: 150%;} +.info {color: #9ab0ff;} +.notice {color: #6685f5;} +.boldnotice {color: #6685f5;font-weight: bold;} +.suicide {color: #ff5050;font-style: italic;} +.green {color: #03bb39;} +.pr_announce {color: #c51e1e;font-weight: bold;} +.boldannounce {color: #c51e1e;font-weight: bold;} +.greenannounce {color: #059223;font-weight: bold;} + +.alien {color: #C433C4;} +.noticealien {color: #00c000;} +.alertalien {color: #00c000; font-weight: bold;} +.terrorspider {color: #CF52FA;} +.dantalion {color: #8b2c5e;} + + +.sinister {color: #800080;font-weight: bold;font-style: italic;} /* /vg/ */ +.blob {color: #006221;font-weight: bold;font-style: italic;} +.confirm {color: #00af3b;} +.rose {color: #ff5050;} +.sans {font-family: 'Comic Sans MS', cursive, sans-serif;} +.wingdings {font-family: Wingdings, Webdings;} +.robot {font-family: 'PxPlus IBM MDA'; font-size: 1.15em;} +.ancient {color: #008B8B;font-style: italic;} +.newscaster {color: #CC0000;} +.mod {color: #735638;font-weight: bold;} +.modooc {color: #184880;font-weight: bold;} +.adminmod {color: #F0AA14;font-weight: bold;} +.tajaran {color: #803B56;} +.skrell {color: #00CED1;} +.solcom {color: #8282FB;} +.com_srus {color: #7c4848;} +.zombie {color: #ff0000;} +.soghun {color: #228B22;} +.changeling {color: #00B4DE;} +.vox {color: #AA00AA;} +.diona {color: #804000;font-weight: bold;} +.trinary {color: #727272;} +.kidan {color: #C64C05;} +.slime {color: #0077AA;} +.drask {color: #a3d4eb; font-family: "Arial Black";} +.moth {color: #869b29; font-family: "Copperplate";} +.clown {color: #ff0000;} +.vulpkanin {color: #B97A57;} +.abductor {color: #800080; font-style: italic;} +.mind_control {color: #A00D6F; font-size: 3; font-weight: bold; font-style: italic;} +.rough {font-family: 'Trebuchet MS', cursive, sans-serif;} +.say_quote {font-family: Georgia, Verdana, sans-serif;} +.cult {color: #800080; font-weight: bold; font-style: italic;} +.cultspeech {color: #AF0000; font-style: italic;} +.cultitalic {color: #A60000; font-style: italic;} +.cultlarge {color: #A60000; font-weight: bold; font-size: 120%;} +.narsie {color: #A60000; font-weight: bold; font-size: 300%;} +.narsiesmall {color: #A60000; font-weight: bold; font-size: 200%;} +.interface {color: #9031C4;} +.big {font-size: 150%;} +.reallybig {font-size: 175%;} +.greentext {color: #00FF00;font-size: 150%;} +.redtext {color: #FF0000;font-size: 150%;} +.bold {font-weight: bold;} +.his_grace {color: #15D512; font-family: "Courier New", cursive, sans-serif; font-style: italic;} +.center {text-align: center;} +.red {color: #FF0000;} +.purple {color: #9031C4;} +.skeleton {color: #C8C8C8; font-weight: bold; font-style: italic;} +.gutter {color: #7092BE; font-family: "Trebuchet MS", cursive, sans-serif;} +.orange {color: #ffa500;} +.orangei {color: #ffa500; font-style: italic;} +.orangeb {color: #ffa500; font-weight: bold;} +.resonate {color: #298F85;} +.healthscan_oxy {color: #5CC9FF;} + +.revennotice {color: #6685F5;} +.revenboldnotice {color: #6685F5;font-weight: bold;} +.revenbignotice {color: #6685F5;font-weight: bold; font-size: 120%;} +.revenminor {color: #823abb} +.revenwarning {color: #760fbb;font-style: italic;} +.revendanger {color: #760fbb;font-weight: bold; font-size: 120%;} + +.specialnotice {color: #4A6F82; font-weight: bold; font-size: 120%;} + +/* /vg/ */ +.good {color: green;} +.average {color: #FF8000;} +.bad {color: #FF0000;} +/* /vg/ Saycode Rewrite */ +.italics, .talkinto {font-style: italic;} +.whisper {font-style: italic;color: #CCCCCC;} +/* Recruiting stuff */ +.recruit {color: #5c00e6; font-weight: bold; font-style: italic;} + +.memo {color: #638500;text-align: center;} +.memoedit {text-align: center;font-size: 75%;} + +.connectionClosed, .fatalError {background: red; color: white; padding: 5px;} +.connectionClosed.restored {background: green;} +.internal.boldnshit {color: #6685f5; font-weight: bold;} + +.rebooting {background: #2979AF; color: white; padding: 5px;} +.rebooting a {color: white !important; text-decoration-color: white !important;} +#reconnectTimer {font-weight: bold;} + +/* HELPER CLASSES */ +.text-normal {font-weight: normal; font-style: normal;} +.hidden {display: none; visibility: hidden;} + +/* MEGAFAUNA */ +.colossus {color: #7F282A; font-size: 175%;} +.hierophant {color: #660099; font-weight: bold; font-style: italic;} +.hierophant_warning {color: #660099; font-style: italic;} + +/* EMOJI STUFF */ +.emoji {max-height: 16px; max-width: 16px} + +/* ADMIN TICKETS */ + +.adminticket {color: #3daf21; font-weight: bold} + +.adminticketalt {color: #ccb847; font-weight: bold} + +/* Syndicate codewords */ +span.body .codephrases {color: #5555FF;} +span.body .coderesponses {color: #FF3333;} + +.announcement h1, .announcement h2 { color: #a4bad6; margin: 8pt 0; line-height: 1.2; } +.announcement p { color: #d82020; line-height: 1.3; } +.announcement.minor h1 { font-size: 180%; } +.announcement.minor h2 { font-size: 170%; } +.announcement.sec h1 { color: #f00; font-size: 180%; font-family: Verdana, sans-serif; } + +.bolditalics {font-style: italic; font-weight: bold;} + +.boxed_message { + text-align: center; + border-style: solid; + border-width: medium; + border-color: #a4bad6; + border-radius: 5px; + margin: 25px; + padding: 15px; +} + +.boxed_message.left_align_text { + text-align: left +} + +.boxed_message.red_border { + border-color: #aa0000; +} + +.boxed_message.green_border { + border-color: #00FF00; +} + +.boxed_message.notice_border { + border-color: #6685f5; +} + + .boxed_message.thick_border { + border-width: thick; +} diff --git a/goon/browserassets/css/browserOutput.css b/goon/browserassets/css/browserOutput.css new file mode 100644 index 000000000000..7ba4f743ed72 --- /dev/null +++ b/goon/browserassets/css/browserOutput.css @@ -0,0 +1,475 @@ +/***************************************** +* +* GLOBAL STYLES +* +******************************************/ +html, body { + padding: 0; + margin: 0; + height: 100%; + color: #000000; +} +body { + background: #fff; + font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif; + font-size: 9pt; + line-height: 1.2; + overflow-x: hidden; + overflow-y: scroll; + word-wrap: break-word; +} +h1, h2, h3, h4, h5, h6 {color: #00f; font-family: Georgia, Verdana, sans-serif;} +img { + margin: 0; + padding: 0; + line-height: 1; +} +img.icon { + width: 16px; + height: 16px; +} +a {color: #0000ff;} +a:visited {color: #ff00ff;} +a.popt {text-decoration: none;} + +/***************************************** +* +* CUSTOM FONTS +* +******************************************/ +@font-face { font-family: PxPlus IBM MDA; src: url('PxPlus_IBM_MDA.ttf'); } + +/***************************************** +* +* OUTPUT NOT RELATED TO ACTUAL MESSAGES +* +******************************************/ +#loading { + position: fixed; + width: 300px; + height: 150px; + text-align: center; + left: 50%; + top: 50%; + margin: -75px 0 0 -150px; +} +#loading i {display: block; padding-bottom: 3px;} + +#messages { + font-size: 14px; + padding: 3px; + margin: 0; + word-wrap: break-word; +} +#newMessages { + position: fixed; + display: block; + bottom: 0; + right: 0; + padding: 8px; + background: #ddd; + text-decoration: none; + font-variant: small-caps; + font-size: 1.1em; + font-weight: bold; + color: #333; +} +#newMessages:hover {background: #ccc;} +#newMessages i {vertical-align: middle; padding-left: 3px;} +#ping { + position: fixed; + top: 0; + right: 40px; + width: 45px; + background: #ddd; + height: 30px; + padding: 8px 0 2px 0; +} +#ping i {display: block; text-align: center;} +#ping .ms { + display: block; + text-align: center; + font-size: 8pt; + padding-top: 2px; +} +#options { + position: fixed; + top: 0; + right: 0; +} +#options a { + background: #ddd; + height: 30px; + padding: 5px 0; + display: block; + color: #333; + text-decoration: none; + line-height: 28px; + border-top: 1px solid #b4b4b4; +} +#options a:hover {background: #ccc;} +#options .toggle { + width: 40px; + background: #ccc; + border-top: 0; + float: right; + text-align: center; +} +#options .sub {clear: both; display: none; width: 160px;} +#options .sub.scroll {overflow-y: scroll;} +#options .sub a {padding: 5px 0 5px 8px; line-height: 30px; font-size: 0.9em; clear: both;} +#options .sub span { + display: block; + line-height: 30px; + float: left; +} +#options .sub i { + display: block; + padding: 0 5px; + font-size: 1.1em; + width: 22px; + text-align: center; + line-height: 30px; + float: right; +} +#options .decreaseFont {border-top: 0;} + +/* POPUPS */ +.popup { + position: fixed; + top: 50%; + left: 50%; + background: #ddd; +} +.popup .close { + position: absolute; + background: #aaa; + top: 0; + right: 0; + color: #333; + text-decoration: none; + z-index: 2; + padding: 0 10px; + height: 30px; + line-height: 30px; +} +.popup .close:hover {background: #999;} +.popup .head { + background: #999; + color: #ddd; + padding: 0 10px; + height: 30px; + line-height: 30px; + text-transform: uppercase; + font-size: 0.9em; + font-weight: bold; + border-bottom: 2px solid green; +} +.popup input {border: 1px solid #999; background: #fff; margin: 0; padding: 5px; outline: none; color: #333;} +.popup input[type=text]:hover, .popup input[type=text]:active, .popup input[type=text]:focus {border-color: green;} +.popup input[type=submit] {padding: 5px 10px; background: #999; color: #ddd; text-transform: uppercase; font-size: 0.9em; font-weight: bold;} +.popup input[type=submit]:hover, .popup input[type=submit]:focus, .popup input[type=submit]:active {background: #aaa; cursor: pointer;} + +.changeFont {padding: 10px;} +.changeFont a {display: block; text-decoration: none; padding: 3px; color: #333;} +.changeFont a:hover {background: #ccc;} + +.highlightPopup {padding: 10px; text-align: center;} +.highlightPopup input[type=text] {display: block; width: 215px; text-align: left; margin-top: 5px;} +.highlightPopup input.highlightColor {background-color: #FFFF00;} +.highlightPopup input.highlightTermSubmit {margin-top: 5px;} + +/* ADMIN CONTEXT MENU */ +.contextMenu { + background-color: #ddd; + position: fixed; + margin: 2px; + width: 150px; +} +.contextMenu a { + display: block; + padding: 2px 5px; + text-decoration: none; + color: #333; +} + +.contextMenu a:hover { + background-color: #ccc; +} + +/* ADMIN FILTER MESSAGES MENU */ +.filterMessages {padding: 5px;} +.filterMessages div {padding: 2px 0;} + +.icon-stack {height: 1em; line-height: 1em; width: 1em; vertical-align: middle; margin-top: -2px;} + + +/***************************************** +* +* OUTPUT ACTUALLY RELATED TO MESSAGES +* +******************************************/ + +/* MOTD */ +.motd {color: #638500;} +.motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6 {color: #638500; text-decoration: underline;} +.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover {color: #638500;} + +/* ADD HERE FOR BOLD */ +.bold, .name, .prefix, .ooc, .looc, .adminooc, .adminlooc, .admin, .gfartooc, .gfartlooc, .gfartadmin, .mentorooc, .mentorlooc, .medal {font-weight: bold;} + +/* ADD HERE FOR ITALIC */ +.italic, .ghostdronesay.broadcast {font-style: italic;} + +/* BADGE */ +.repeatBadge { + display: inline-block; + min-width: 0.5em; + font-size: 0.7em; + padding: 0.2em 0.3em; + line-height: 1; + color: white; + text-align: center; + white-space: nowrap; + vertical-align: middle; + background-color: crimson; + border-radius: 10px; +} + +.repeatBadge.boxed_repeat { + position: relative; + float: right; + top: -40px; + right: 0; +} + +/* OUTPUT COLORS */ +.highlight {background: yellow;} +h1, h2, h3, h4, h5, h6 {color: #0000ff;font-family: Georgia, Verdana, sans-serif;} +em {font-style: normal; font-weight: bold;} +.motd {color: #638500; font-family: Verdana, sans-serif;} +.motd h1, .motd h2, .motd h3, .motd h4, .motd h5, .motd h6 + {color: #638500; text-decoration: underline;} +.motd a, .motd a:link, .motd a:visited, .motd a:active, .motd a:hover + {color: #638500;} +.darkmblue {color: #0000ff;} +.prefix { font-weight: bold;} +.ooc { font-weight: bold;} +.looc {color: #6699CC;} +.adminobserverooc {color: #0099cc; font-weight: bold;} +.adminooc {color: #b82e00; font-weight: bold;} +.adminobserver {color: #996600; font-weight: bold;} +.admin {color: #386aff; font-weight: bold;} +.adminsay {color: #9611D4; font-weight: bold;} +.mentorhelp {color: #0077bb; font-weight: bold;} +.adminhelp {color: #aa0000; font-weight: bold;} +.playerreply {color: #8800bb; font-weight: bold;} +.pmsend {color: #0000ff;} +.debug {color: #6d2f83;} +.name { font-weight: bold;} +.yell { font-weight: bold;} +.siliconsay {font-family: 'Courier New', Courier, monospace;} +.deadsay {color: #5c00e6;} +.radio {color: #408010;} +.spyradio {color: #776f96;} /* SS220 EDIT - ADDITION */ +.deptradio {color: #993399;} +.comradio {color: #204090;} +.syndradio {color: #6D3F40;} +.dsquadradio {color: #686868;} +.resteamradio {color: #18BC46;} +.airadio {color: #FF00FF;} +.centradio {color: #5C5C7C;} +.secradio {color: #A30000;} +.engradio {color: #A66300;} +.medradio {color: #009190;} +.sciradio {color: #993399;} +.supradio {color: #7F6539;} +.srvradio {color: #80A000;} +.proradio {color: #E3027A;} +.admin_channel {color: #9A04D1; font-weight: bold;} +.all_admin_ping {color: #12A5F4; font-weight: bold; font-size: 120%; text-align: center;} +.mentor_channel {color: #775BFF; font-weight: bold;} +.mentor_channel_admin {color: #A35CFF; font-weight: bold;} +.djradio {color: #663300;} +.binaryradio {color: #0B0050; font-family: 'Courier New', Courier, monospace;} +.mommiradio {color: navy;} +.alert {color: #ff0000;} +h1.alert, h2.alert {color: #000000;} +.ghostalert {color: #5c00e6; font-style: italic; font-weight: bold;} +.emote { font-style: italic;} +.selecteddna {color: #FFFFFF; background-color: #001B1B} + +.attack {color: #ff0000;} +.moderate {color: #CC0000;} +.disarm {color: #990000;} +.passive {color: #660000;} + +.warning {color: #ff0000; font-style: italic;} +.boldwarning {color: #ff0000; font-style: italic; font-weight: bold} +.danger {color: #ff0000; font-weight: bold;} +.userdanger {color: #ff0000; font-weight: bold; font-size: 120%;} +.biggerdanger {color: #ff0000; font-weight: bold; font-size: 150%;} + +.info {color: #0000CC;} +.notice {color: #000099;} +.boldnotice {color: #000099; font-weight: bold;} +.suicide {color: #ff5050; font-style: italic;} +.green {color: #03bb39;} +.pr_announce {color: #228b22; font-weight: bold;} +.boldannounce {color: #ff0000; font-weight: bold;} +.greenannounce {color: #00ff00; font-weight: bold;} + +.alien {color: #543354;} +.noticealien {color: #00c000;} +.alertalien {color: #00c000; font-weight: bold;} +.terrorspider {color: #320E32;} +.dantalion {color: #6A2148;} + + +.sinister {color: #800080; font-weight: bold; font-style: italic;} /* /vg/ */ +.blob {color: #006221; font-weight: bold; font-style: italic;} +.confirm {color: #00af3b;} +.rose {color: #ff5050;} +.sans {font-family: 'Comic Sans MS', cursive, sans-serif;} +.wingdings {font-family: Wingdings, Webdings;} +.robot {font-family: 'PxPlus IBM MDA'; font-size: 1.15em;} +.ancient {color: #008B8B; font-style: italic;} +.newscaster {color: #800000;} +.mod {color: #735638; font-weight: bold;} +.modooc {color: #184880; font-weight: bold;} +.adminmod {color: #402A14; font-weight: bold;} +.tajaran {color: #803B56;} +.skrell {color: #00CED1;} +.solcom {color: #22228B;} +.com_srus {color: #7c4848;} +.zombie {color: #ff0000;} +.soghun {color: #228B22;} +.changeling {color: #800080;} +.vox {color: #AA00AA;} +.diona {color: #804000; font-weight: bold;} +.trinary {color: #727272;} +.kidan {color: #664205;} +.slime {color: #0077AA;} +.drask {color: #a3d4eb; font-family: "Arial Black";} +.moth {color: #869b29; font-family: "Copperplate";} +.clown {color: #ff0000;} +.vulpkanin {color: #B97A57;} +.abductor {color: #800080; font-style: italic;} +.mind_control {color: #A00D6F; font-size: 3; font-weight: bold; font-style: italic;} +.rough {font-family: 'Trebuchet MS', cursive, sans-serif;} +.say_quote {font-family: Georgia, Verdana, sans-serif;} +.cult {color: #800080; font-weight: bold; font-style: italic;} +.cultspeech {color: #7F0000; font-style: italic;} +.cultitalic {color: #960000; font-style: italic;} +.cultlarge {color: #960000; font-weight: bold; font-size: 120%;} +.narsie {color: #960000; font-weight: bold; font-size: 300%;} +.narsiesmall {color: #960000; font-weight: bold; font-size: 200%;} +.interface {color: #330033;} +.big {font-size: 150%;} +.reallybig {font-size: 175%;} +.greentext {color: #00FF00; font-size: 150%;} +.redtext {color: #FF0000; font-size: 150%;} +.bold {font-weight: bold;} +.his_grace {color: #15D512; font-family: "Courier New", cursive, sans-serif; font-style: italic;} +.center {text-align: center;} +.red {color: #FF0000;} +.purple {color: #5e2d79;} +.skeleton {color: #585858; font-weight: bold; font-style: italic;} +.gutter {color: #7092BE; font-family: "Trebuchet MS", cursive, sans-serif;} +.orange {color: #ffa500;} +.orangei {color: #ffa500; font-style: italic;} +.orangeb {color: #ffa500; font-weight: bold;} +.resonate {color: #298F85;} +.healthscan_oxy {color: #0074BD;} + +.revennotice {color: #1d2953;} +.revenboldnotice {color: #1d2953; font-weight: bold;} +.revenbignotice {color: #1d2953; font-weight: bold; font-size: 120%;} +.revenminor {color: #823abb} +.revenwarning {color: #760fbb; font-style: italic;} +.revendanger {color: #760fbb; font-weight: bold; font-size: 120%;} + +.specialnoticebold {color: #36525e; font-weight: bold; font-size: 120%;} + +.specialnotice {color: #36525e; font-size: 120%;} + +/* /vg/ */ +.good {color: green;} +.average {color: #FF8000;} +.bad {color: #FF0000;} +/* /vg/ Saycode Rewrite */ +.italics, .talkinto {font-style:italic;} +.whisper {font-style:italic;color:#333333;} +/* Recruiting stuff */ +.recruit {color: #5c00e6; font-weight: bold; font-style: italic;} + +.memo {color: #638500; text-align: center;} +.memoedit {text-align: center; font-size: 75%;} + +.connectionClosed, .fatalError {background: red; color: white; padding: 5px;} +.connectionClosed.restored {background: green;} +.internal.boldnshit {color: blue; font-weight: bold;} + +.rebooting {background: #2979AF; color: white; padding: 5px;} +.rebooting a {color: white !important; text-decoration-color: white !important;} +#reconnectTimer {font-weight: bold;} + +/* HELPER CLASSES */ +.text-normal {font-weight: normal; font-style: normal;} +.hidden {display: none; visibility: hidden;} + +/* MEGAFAUNA */ +.colossus {color: #7F282A; font-size: 175%;} +.hierophant {color: #660099; font-weight: bold; font-style: italic;} +.hierophant_warning {color: #660099; font-style: italic;} + +/* EMOJI STUFF */ +.emoji {max-height: 16px; max-width: 16px} + +/* ADMIN TICKETS */ + +.adminticket {color: #3e7336; font-weight: bold} + +.adminticketalt {color: #014c8a; font-weight: bold} + +/* Syndicate codewords */ +span.body .codephrases {color: #0000FF;} +span.body .coderesponses {color: #FF0000;} + +.announcement h1, .announcement h2 { color: #000; margin: 8pt 0; line-height: 1.2; } +.announcement p { color: #d82020; line-height: 1.3; } +.announcement.minor h1 { font-size: 180%; } +.announcement.minor h2 { font-size: 170%; } +.announcement.sec h1 { color: #f00; font-size: 180%; font-family: Verdana, sans-serif; } + +.bolditalics {font-style: italic; font-weight: bold;} + +.boxed_message { + text-align: center; + border-style: solid; + border-width: medium; + border-color: black; + border-radius: 5px; + margin: 25px; + padding: 15px; +} + +.boxed_message.left_align_text { + text-align: left +} + +.boxed_message.red_border { + border-color: #aa0000; +} + +.boxed_message.green_border { + border-color: #00FF00; +} + +.boxed_message.notice_border { + border-color: #000099; +} + +.boxed_message.thick_border { + border-width: thick; +} diff --git a/icons/_nanomaps/BoxStation220_nanomap_z1.png b/icons/_nanomaps/BoxStation220_nanomap_z1.png new file mode 100644 index 000000000000..f1ebb547f3d9 Binary files /dev/null and b/icons/_nanomaps/BoxStation220_nanomap_z1.png differ diff --git a/icons/_nanomaps/DeltaStation220_nanomap_z1.png b/icons/_nanomaps/DeltaStation220_nanomap_z1.png new file mode 100644 index 000000000000..3dd5cb9761ef Binary files /dev/null and b/icons/_nanomaps/DeltaStation220_nanomap_z1.png differ diff --git a/icons/_nanomaps/Lavaland_nanomap_z1.png b/icons/_nanomaps/Lavaland_nanomap_z1.png new file mode 100644 index 000000000000..7991782603c1 Binary files /dev/null and b/icons/_nanomaps/Lavaland_nanomap_z1.png differ diff --git a/icons/_nanomaps/MetaStation220_nanomap_z1.png b/icons/_nanomaps/MetaStation220_nanomap_z1.png new file mode 100644 index 000000000000..76977c640bcf Binary files /dev/null and b/icons/_nanomaps/MetaStation220_nanomap_z1.png differ diff --git a/icons/logo.png b/icons/logo.png new file mode 100644 index 000000000000..1b46266abf35 Binary files /dev/null and b/icons/logo.png differ diff --git a/icons/mob/hud/antaghud.dmi b/icons/mob/hud/antaghud.dmi index c03977d7083e..477faf4a07fe 100644 Binary files a/icons/mob/hud/antaghud.dmi and b/icons/mob/hud/antaghud.dmi differ diff --git a/icons/ss220.png b/icons/ss220.png new file mode 100644 index 000000000000..68abcb9b8e2b Binary files /dev/null and b/icons/ss220.png differ diff --git a/interface/skin.dmf b/interface/skin.dmf index ebf2ead0b7da..fba3a791d2d5 100644 --- a/interface/skin.dmf +++ b/interface/skin.dmf @@ -3,133 +3,136 @@ macro "default" menu "menu" elem - name = "&File" + name = "&Файл" elem - name = "&Quick screenshot" + name = "&Быстрый скриншот" command = ".screenshot auto" - category = "&File" + category = "&Файл" elem - name = "&Save screenshot as..." + name = "&Сохранить скриншот как..." command = ".screenshot" - category = "&File" - elem "reconnectbutton" - name = "&Reconnect" - command = ".reconnect" - category = "&File" + category = "&Файл" elem "debugmcbutton" name = "&MC Debug" command = "SS-Info-Breakdown" - category = "&File" + category = "&Файл" is-disabled = true elem "profilecode" name = "&Profile Code" command = ".profile" - category = "&File" + category = "&Файл" is-disabled = true + elem "reconnectbutton" + name = "&Переподключиться" + command = ".reconnect" + category = "&Файл" elem - name = "&Quit" + name = "&Выход" command = ".quit" - category = "&File" + category = "&Файл" elem - name = "&Icons" + name = "&Вид" elem - name = "&Size" - category = "&Icons" + name = "&Размер" + category = "&Вид" elem "stretch" - name = "&Stretch to fit" + name = "&Растянуть" command = ".winset \"paramapwindow.map.icon-size=0\"" - category = "&Size" + category = "&Размер" is-checked = true can-check = true group = "size" elem "icon128" name = "&128x128 (4x)" command = ".winset \"paramapwindow.map.icon-size=128\"" - category = "&Size" + category = "&Размер" can-check = true group = "size" elem "icon112" name = "&112x112 (3.5x)" command = ".winset \"paramapwindow.map.icon-size=112\"" - category = "&Size" + category = "&Размер" can-check = true group = "size" elem "icon96" name = "&96x96 (3x)" command = ".winset \"paramapwindow.map.icon-size=96\"" - category = "&Size" + category = "&Размер" can-check = true group = "size" elem "icon80" name = "&80x80 (2.5x)" command = ".winset \"paramapwindow.map.icon-size=80\"" - category = "&Size" + category = "&Размер" can-check = true group = "size" elem "icon64" name = "&64x64 (2x)" command = ".winset \"paramapwindow.map.icon-size=64\"" - category = "&Size" + category = "&Размер" can-check = true group = "size" elem "icon48" name = "&48x48 (1.5x)" command = ".winset \"paramapwindow.map.icon-size=48\"" - category = "&Size" + category = "&Размер" can-check = true group = "size" elem "icon32" name = "&32x32" command = ".winset \"paramapwindow.map.icon-size=32\"" - category = "&Size" + category = "&Размер" can-check = true group = "size" elem - name = "&Scaling" - category = "&Icons" + name = "&Масштабирование" + category = "&Вид" elem "NN" - name = "&Nearest Neighbor" + name = "&По соседним пикселям" command = ".winset \"paramapwindow.map.zoom-mode=distort\"" - category = "&Scaling" + category = "&Масштабирование" can-check = true is-checked = true group = "scale" + saved-params = "is-checked" elem "PS" - name = "&Point Sampling" + name = "&Точечный отбор" command = ".winset \"paramapwindow.map.zoom-mode=normal\"" - category = "&Scaling" + category = "&Масштабирование" can-check = true group = "scale" + saved-params = "is-checked" elem "BL" - name = "&Bilinear" + name = "&Билинейное" command = ".winset \"paramapwindow.map.zoom-mode=blur\"" - category = "&Scaling" + category = "&Масштабирование" can-check = true group = "scale" + saved-params = "is-checked" elem "textmode" - name = "&Text" + name = "&Текстовый режим" command = ".winset \"menu.textmode.is-checked=true?paramapwindow.map.text-mode=true:paramapwindow.map.text-mode=false\"" - category = "&Icons" + category = "&Вид" can-check = true elem - name = "&Options" + name = "&Опции" elem - name = "&Open Volume Mixer" + name = "&Открыть микшер" command = "Open-Volume-Mixer" - category = "&Options" + category = "&Опции" elem "statusbar" - name = "&Show status bar" - category = "&Options" + name = "&Скрыть статус бар" + category = "&Опции" can-check = true is-checked = true saved-params = "is-checked" - command = ".winset \"menu.statusbar.is-checked=true?paramapwindow.status_bar.is-visible=true:paramapwindow.status_bar.is-visible=false\"" + command = ".winset \"menu.statusbar.is-checked=false?paramapwindow.status_bar.is-visible=true:paramapwindow.status_bar.is-visible=false\"" elem - name = "&Help" + name = "&Помощь" elem name = "&Admin help" command = "adminhelp" - category = "&Help" + category = "&Помощь" window "mainwindow" elem "mainwindow" @@ -137,10 +140,10 @@ window "mainwindow" size = 640x440 is-default = true saved-params = "pos;size;is-minimized;is-maximized" - title = "Paradise Station 13" + title = "SS220 | WyccStation (Paradise)" statusbar = false is-maximized = true - icon = 'icons\\paradise.png' + icon = 'icons\\ss220.png' macro = "default" menu = "menu" elem "mainvsplit" @@ -185,8 +188,18 @@ window "paramapwindow" is-default = true saved-params = "icon-size;zoom-mode" zoom-mode = "distort" - style = ".center { text-align: center; } .maptext { font-family: 'Small Fonts'; font-size: 7px; -dm-text-outline: 1px black; color: white; line-height: 1.1; } .small { font-size: 6px; } .big { font-size: 8px; } .reallybig { font-size: 8px; } .extremelybig { font-size: 8px; } .clown { color: #FF69Bf;} .tajaran {color: #803B56;} .skrell {color: #00CED1;} .solcom {color: #22228B;} .com_zvezhan {color: #7c4848;} .zombie\t{color: #7c4848;} .soghun {color: #228B22;} .vox {color: #AA00AA;} .diona {color: #804000; font-weight: bold;} .trinary {color: #727272;} .kidan {color: #664205;} .slime {color: #0077AA;} .moth{color: #869b29;} .drask {color: #a3d4eb;} .vulpkanin {color: #B97A57;} .abductor {color: #800080;} .his_grace { color: #15D512; } .hypnophrase { color: #0d0d0d; font-weight: bold; } .yell { font-weight: bold; }" - on-show = ".winset \"menu.statusbar.is-checked=true?paramapwindow.status_bar.is-visible=true:paramapwindow.status_bar.is-visible=false\"" + style = ".center { text-align: center; } .maptext { font-family: 'MS Serif'; font-size: 7px; -dm-text-outline: 1px black; color: white; line-height: 1.1; } .small { font-family: 'Small Fonts'; font-size: 6px; } .big { font-size: 8px; } .reallybig { font-size: 8px; } .extremelybig { font-size: 8px; } .clown { color: #FF69Bf;} .tajaran {color: #803B56;} .skrell {color: #00CED1;} .solcom {color: #22228B;} .com_srus {color: #7c4848;} .zombie\t{color: #7c4848;} .soghun {color: #228B22;} .vox {color: #AA00AA;} .diona {color: #804000; font-weight: bold;} .trinary {color: #727272;} .kidan {color: #664205;} .slime {color: #0077AA;} .moth{color: #869b29;} .drask {color: #a3d4eb;} .vulpkanin {color: #B97A57;} .abductor {color: #800080;} .his_grace { color: #15D512; } .hypnophrase { color: #0d0d0d; font-weight: bold; } .yell { font-weight: bold; } .italics { font-family: 'Small Fonts'; }" + elem "title_browser" + type = BROWSER + pos = 0,0 + size = 640x480 + anchor1 = 0,0 + anchor2 = 100,100 + is-visible = false + is-disabled = true + saved-params = "" + auto-format = false + style = ".center { text-align: center; } .maptext { font-family: 'Grand9K Pixel'; font-size: 6pt; -dm-text-outline: 1px black; color: white; line-height: 1.0; } .command_headset { font-weight: bold; } .small { font-family: 'TinyUnicode'; font-size: 12pt; line-height: 0.75; } .big { font-size: 8pt; } .reallybig { font-size: 8pt; } .extremelybig { font-size: 8pt; } .greentext { color: #00FF00; font-size: 6pt; } .redtext { color: #FF0000; font-size: 6pt; } .clown { color: #FF69BF; font-weight: bold; } .his_grace { color: #15D512; } .hypnophrase { color: #0d0d0d; font-weight: bold; } .yell { font-weight: bold; } .italics { font-family: 'TinyUnicode'; font-size: 12pt; line-height: 0.75; }" elem "status_bar" type = LABEL pos = 0,464 @@ -217,65 +230,44 @@ window "rpane" left = "infowindow" right = "outputwindow" is-vert = false - elem "textb" - type = BUTTON - pos = 0,7 - size = 50x16 - saved-params = "is-checked" - text = "Text" - command = ".winset \"rpanewindow.top=;\"" - group = "rpanemode" - button-type = pushbox - elem "infob" - type = BUTTON - pos = 52,7 - size = 50x16 - is-checked = true - saved-params = "is-checked" - text = "Info" - command = ".winset \"rpanewindow.top=infowindow\"" - group = "rpanemode" - button-type = pushbox elem "wikib" type = BUTTON - pos = 115,7 - size = 50x16 - text = "Wiki" + pos = 0,6 + size = 75x17 + anchor1 = 0,0 + anchor2 = 14,0 + text = "Вики" command = "wiki" - elem "forumb" - type = BUTTON - pos = 167,7 - size = 50x16 - text = "Forum" - command = "forum" elem "rulesb" type = BUTTON - pos = 219,7 - size = 50x16 - text = "Rules" + pos = 80,6 + size = 75x17 + anchor1 = 14,0 + anchor2 = 28,0 + text = "Правила" command = "rules" - elem "githubb" - type = BUTTON - pos = 271,7 - size = 50x16 - text = "GitHub" - command = "github" elem "webmap" type = BUTTON - pos = 323,7 - size = 50x16 - text = "Map" + pos = 160,6 + size = 75x17 + anchor1 = 28,0 + anchor2 = 40,0 + text = "Карта" command = "webmap" - elem "changelog" + elem "githubb" type = BUTTON - pos = 385,7 - size = 70x16 - text = "Changelog" - command = "Changelog" + pos = 240,6 + size = 75x17 + anchor1 = 40,0 + anchor2 = 52,0 + text = "GitHub" + command = "github" elem "discordb" type = BUTTON - pos = 457,7 - size = 60x16 + pos = 320,6 + size = 75x17 + anchor1 = 52,0 + anchor2 = 64,0 font-style = "bold" text-color = #ffffff background-color = #7289da @@ -283,13 +275,37 @@ window "rpane" command = "discord" elem "donate" type = BUTTON - pos = 519,7 - size = 60x16 + pos = 400,6 + size = 75x17 + anchor1 = 64,0 + anchor2 = 76,0 font-style = "bold" text-color = #ffffff - background-color = #008000 - text = "Donate" + background-color = #ef642b + text = "Boosty" command = "Donate" + elem "changelog" + type = BUTTON + pos = 480,6 + size = 75x17 + anchor1 = 76,0 + anchor2 = 88,0 + font-style = "bold" + text-color = #ffffff + text = "Changelog" + command = "Changelog" + elem "fullscreenb" + type = BUTTON + pos = 560,6 + size = 75x17 + anchor1 = 88,0 + anchor2 = 100,0 + font-style = "bold" + text-color = #ffffff + background-color = #40628A + saved-params = "is-checked" + text = "Fullscreen" + command = "fullscreen" window "outputwindow" elem "outputwindow" @@ -376,12 +392,12 @@ window "infowindow" elem "statbrowser" type = BROWSER pos = 0,0 - size = 0x0 + size = 640x480 anchor1 = 0,0 anchor2 = 100,100 is-default = true highlight-color = #00aa00 - on-show = ".winset \"rpane.infob.is-checked=true?rpane.rpanewindow.top=infowindow:rpane.rpanewindow.top=\"" + on-show = ".winset \"rpane.rpanewindow.top=infowindow\"" window "tgui_say" elem "tgui_say" diff --git a/librust_utils.dll b/librust_utils.dll new file mode 100644 index 000000000000..a96405068e77 Binary files /dev/null and b/librust_utils.dll differ diff --git a/modular_ss220/README.md b/modular_ss220/README.md new file mode 100644 index 000000000000..c66b9ead6657 --- /dev/null +++ b/modular_ss220/README.md @@ -0,0 +1,75 @@ +# Модпаки + +Модпаки загружаются компилятором сразу после всего остального кода и после карты, что позволяет делать оверрайды, безболезненно добавлять предметы, пользуясь дефайнами из *core code* и много много всего. + +Инициализируются же модпаки на этапе `INIT_ORDER_MODPACKS` сразу после `INIT_ORDER_INPUT` с вызовом соответствующего прока у датума. +Подробнее можно почитать в [`mods/_modpack.dm`] + +## Зачем? + +1. Чтобы не изменять *core code*, а оверрайдить здесь +2. Удобный ввод новых предметов +3. Сохранять ивентовые паки для последующего возможного использования в других ивентах + +## Создание модпака + +Любой модпак состоит из: + +- Папки пака + +- `.dme` файла с подключением всех остальных +- `.dm` файла с датумом, содержащем информацию о паке +- Остальных файлов пака + +Быстро создать модпак можно с помощью скрипта `modular_ss220/create_modpack.bat`. + +### Структура модпака + +Если мы условимся, что наш пак будет называется `hello_world`, то это будет выглядеть так: + +```text +modular_ss220/hello_world +|- _hello_world.dm +|- _hello_world.dme +|- any_file.dm +|- ... +\- some_file.dm +``` + +А теперь каждый файл по отдельности: + +### `modular_ss220/hello_world/_hello_world.dme` + +```dm +#include "_hello_world.dm" + +#include "any_file.dm" +// ... +#include "some_file.dm" +``` + +Здесь подключаются все необходимые файлы, включая файл с датумом модпака. Ничего особенного. + +Стоит лишь учитывать, что пути локальные, а не глобальные. + +### `modular_ss220/hello_world/_hello_world.dm` + +```dm +/datum/modpack/hello_world + name = "Hello world" + desc = "Описание модпака" + author = "SuhEugene" // Хороший мужик, систему модапаков у него 'позаимствована'. +``` + +- `name` - Имя пака. Необязательно такое же, как в коде, но желательно. +- `desc` - Очевидно, описание пака. Хотелось бы, чтобы оно было достаточно подробным, чтобы можно было понять что содержит пак, но не сильно замудрённым, чтобы любой игрок осилил буквы. +- `author` - Никнейм на гитхабе, тег дискорда или даже несколько таких. Просто чтобы обозначить автора(ов) в простейшей форме. + +### `modular_ss220/hello_world/any_file.dm` + +Это просто любой файл. Как в названии и написано. И название необязательно такое. Просто какой-либо угодно файл с dm кодом. + +## Ассеты + +Этим обобщающим словом обычно называют картинки и звуки. Их я попрошу оставлять в папке `modular_ss220/hello_world/icons/` и в `modular_ss220/hello_world/sound/` соответственно. +Лучше всего, если модпак будет использовать собственные ассеты и не обращаться к *пакам* или же другим модпакам. diff --git a/modular_ss220/_components/_components.dm b/modular_ss220/_components/_components.dm new file mode 100644 index 000000000000..7de630500b91 --- /dev/null +++ b/modular_ss220/_components/_components.dm @@ -0,0 +1,4 @@ +/datum/modpack/comps + name = "Компоненты" + desc = "Различные полезные компоненты, которые обязательно(нет) кому то понадобятся" + author = "aylong" diff --git a/modular_ss220/_components/_components.dme b/modular_ss220/_components/_components.dme new file mode 100644 index 000000000000..1b701de2654f --- /dev/null +++ b/modular_ss220/_components/_components.dme @@ -0,0 +1,3 @@ +#include "_components.dm" + +#include "code/connect_range.dm" diff --git a/modular_ss220/_components/code/connect_range.dm b/modular_ss220/_components/code/connect_range.dm new file mode 100644 index 000000000000..c87d203a2d66 --- /dev/null +++ b/modular_ss220/_components/code/connect_range.dm @@ -0,0 +1,107 @@ +/** + * This component behaves similar to connect_loc_behalf but for all turfs in range, hooking into a signal on each of them. + * Just like connect_loc_behalf, It can react to that signal on behalf of a seperate listener. + * Good for components, though it carries some overhead. Can't be an element as that may lead to bugs. + */ +/datum/component/connect_range + dupe_mode = COMPONENT_DUPE_UNIQUE_PASSARGS + + /// An assoc list of signal -> procpath to register to the loc this object is on. + var/list/connections + /** + * The atom the component is tracking. The component will delete itself if the tracked is deleted. + * Signals will also be updated whenever it moves (if it's a movable). + */ + var/atom/tracked + + /// The component will hook into signals only on turfs not farther from tracked than this. + var/range + /// Whether the component works when the movable isn't directly located on a turf. + var/works_in_containers + +/datum/component/connect_range/Initialize(atom/tracked, list/connections, range, works_in_containers = TRUE) + if(!isatom(tracked) || isarea(tracked) || range < 0) + return COMPONENT_INCOMPATIBLE + src.connections = connections + src.range = range + set_tracked(tracked) + src.works_in_containers = works_in_containers + +/datum/component/connect_range/Destroy() + set_tracked(null) + return ..() + +/datum/component/connect_range/InheritComponent(datum/component/component, original, atom/tracked, list/connections, range, works_in_containers) + // Not equivalent. Checks if they are not the same list via shallow comparison. + if(!compare_list(src.connections, connections)) + stack_trace("connect_range component attached to [parent] tried to inherit another connect_range component with different connections") + return + if(src.tracked != tracked) + set_tracked(tracked) + if(src.range == range && src.works_in_containers == works_in_containers) + return + //Unregister the signals with the old settings. + unregister_signals(isturf(tracked) ? tracked : tracked.loc) + src.range = range + src.works_in_containers = works_in_containers + //Re-register the signals with the new settings. + update_signals(src.tracked) + +/datum/component/connect_range/proc/set_tracked(atom/new_tracked) + if(tracked) //Unregister the signals from the old tracked and its surroundings + unregister_signals(isturf(tracked) ? tracked : tracked.loc) + UnregisterSignal(tracked, list( + COMSIG_MOVABLE_MOVED, + COMSIG_PARENT_QDELETING, + )) + tracked = new_tracked + if(!tracked) + return + //Register signals on the new tracked atom and its surroundings. + RegisterSignal(tracked, COMSIG_MOVABLE_MOVED, PROC_REF(on_moved)) + RegisterSignal(tracked, COMSIG_PARENT_QDELETING, PROC_REF(handle_tracked_qdel)) + update_signals(tracked) + +/datum/component/connect_range/proc/handle_tracked_qdel() + SIGNAL_HANDLER + qdel(src) + +/datum/component/connect_range/proc/update_signals(atom/target, atom/old_loc, forced = FALSE) + var/turf/current_turf = get_turf(target) + var/on_same_turf = current_turf == get_turf(old_loc) //Only register/unregister turf signals if it's moved to a new turf. + unregister_signals(old_loc, on_same_turf) + + if(isnull(current_turf)) + return + + if(ismovable(target.loc)) + if(!works_in_containers) + return + //Keep track of possible movement of all movables the target is in. + for(var/atom/movable/container as anything in get_nested_locs(target)) + RegisterSignal(container, COMSIG_MOVABLE_MOVED, PROC_REF(on_moved)) + + if(on_same_turf && !forced) + return + for(var/turf/target_turf in RANGE_TURFS(range, current_turf)) + for(var/signal in connections) + parent.RegisterSignal(target_turf, signal, connections[signal]) + +/datum/component/connect_range/proc/unregister_signals(atom/location, on_same_turf = FALSE) + //The location is null or is a container and the component shouldn't have register signals on it + if(isnull(location) || (!works_in_containers && !isturf(location))) + return + + if(ismovable(location)) + for(var/atom/movable/target as anything in (get_nested_locs(location) + location)) + UnregisterSignal(target, COMSIG_MOVABLE_MOVED) + + if(on_same_turf) + return + var/turf/previous_turf = get_turf(location) + for(var/turf/target_turf in RANGE_TURFS(range, previous_turf)) + parent.UnregisterSignal(target_turf, connections) + +/datum/component/connect_range/proc/on_moved(atom/movable/movable, atom/old_loc) + SIGNAL_HANDLER + update_signals(movable, old_loc) diff --git a/modular_ss220/_defines220/_defines220.dm b/modular_ss220/_defines220/_defines220.dm new file mode 100644 index 000000000000..afa1a0270561 --- /dev/null +++ b/modular_ss220/_defines220/_defines220.dm @@ -0,0 +1,4 @@ +/datum/modpack/defines220 + name = "Дефайны220" + desc = "Добавляет дефайны, которые нам нужны" + author = "larentoun, PhantomRU" diff --git a/modular_ss220/_defines220/_defines220.dme b/modular_ss220/_defines220/_defines220.dme new file mode 100644 index 000000000000..250d85b31de4 --- /dev/null +++ b/modular_ss220/_defines220/_defines220.dme @@ -0,0 +1,22 @@ +#include "_defines220.dm" + +#include "code/signals_mob/signals_mob_ai.dm" +#include "code/signals_mob/signals_mob_carbon.dm" +#include "code/signals_mob/signals_mob_living.dm" +#include "code/signals_mob/signals_mob_main.dm" +#include "code/signals_mob/signals_mob_silicon.dm" +#include "code/signals_mob/signals_mob_simple.dm" +#include "code/antagonists.dm" +#include "code/gamemode.dm" +#include "code/signals_keybindings.dm" +#include "code/signals_obj.dm" +#include "code/cult_defines_ss220.dm" +#include "code/hud_ss220.dm" +#include "code/layers_ss220.dm" +#include "code/signals_atom.dm" +#include "code/job_defines.dm" +#include "code/donor.dm" +#include "code/emote.dm" +#include "code/lists_TG.dm" +#include "code/species.dm" +#include "code/preferences_defines.dm" diff --git a/modular_ss220/_defines220/code/antagonists.dm b/modular_ss220/_defines220/code/antagonists.dm new file mode 100644 index 000000000000..b66ec8bd5837 --- /dev/null +++ b/modular_ss220/_defines220/code/antagonists.dm @@ -0,0 +1,7 @@ +#define ROLE_BLOOD_BROTHER "blood brother" +#define ROLE_VOX_RAIDER "vox raider" + +#define VOX_RAID_FREQ 1220 + +#define BIOHAZARD_TERROR_SPIDERS "Terrors" +GLOBAL_LIST_EMPTY(raider_spawn) diff --git a/modular_ss220/_defines220/code/cult_defines_ss220.dm b/modular_ss220/_defines220/code/cult_defines_ss220.dm new file mode 100644 index 000000000000..b7cae049c644 --- /dev/null +++ b/modular_ss220/_defines220/code/cult_defines_ss220.dm @@ -0,0 +1,4 @@ +// Used in determining which cinematic to play when cult ends +#define CULT_VICTORY_MASS_CONVERSION 2 +#define CULT_FAILURE_NARSIE_KILLED 1 +#define CULT_VICTORY_NUKE 0 diff --git a/modular_ss220/_defines220/code/donor.dm b/modular_ss220/_defines220/code/donor.dm new file mode 100644 index 000000000000..2367a83e97b1 --- /dev/null +++ b/modular_ss220/_defines220/code/donor.dm @@ -0,0 +1,11 @@ +// Special tiers for ss220 staff +#define BIG_WORKER_TIER 220 +#define LITTLE_WORKER_TIER 110 + +// What TTS level does it give access to? +#define BIG_WORKER_TTS_LEVEL 3 +#define LITTLE_WORKER_TTS_LEVEL 1 + +// General limitation +#define BIG_WORKER_LEVEL 3 +#define LITTLE_WORKER_LEVEL 1 diff --git a/modular_ss220/_defines220/code/emote.dm b/modular_ss220/_defines220/code/emote.dm new file mode 100644 index 000000000000..2b8bf2c2405f --- /dev/null +++ b/modular_ss220/_defines220/code/emote.dm @@ -0,0 +1,185 @@ +/// General Emotes +#define EMOTE_FLIP "Сделать кувырок" +#define EMOTE_SPIN "Покрутиться" +#define EMOTE_BLUSH "Краснеть" +#define EMOTE_BOW "Поклониться" +#define EMOTE_BURP "Рыгнуть" +#define EMOTE_CHOKE "Подавиться" +#define EMOTE_COLLAPSE "Рухнуть" +#define EMOTE_DANCE "Танцевать" +#define EMOTE_JUMP "Прыгнуть" +#define EMOTE_DEATHGASP "Предсмертный вздох" +#define EMOTE_DROOL "Пускать слюни" +#define EMOTE_QUIVER "Трепетать" +#define EMOTE_FROWN "Смотреть в недоумении" +#define EMOTE_GAG "Вырвать" +#define EMOTE_GLARE "Смотреть с ненавистью" +#define EMOTE_GRIN "Оскалиться в улыбке" +#define EMOTE_GRIMACE "Скорчить рожицу" +#define EMOTE_GROAN "Болезненный вздох" +#define EMOTE_LOOK "Посмотреть" +#define EMOTE_BSHAKE "Трястись" +#define EMOTE_SHUDDER "Содрогаться" +#define EMOTE_POINT "Показать пальцем" +#define EMOTE_POUT "Надуть губы" +#define EMOTE_SCREAM "Кричать" +#define EMOTE_SHAKE "Мотать головой" +#define EMOTE_SHIVER "Дрожать" +#define EMOTE_SIGH "Вздыхать" +#define EMOTE_SIGH_HAPPY "Удовлетворённо вздыхать" +#define EMOTE_SIT "Сесть" +#define EMOTE_SMILE "Улыбнуться" +#define EMOTE_SMUG "Ухмыляться" +#define EMOTE_SNIFF "Шмыгать носом" +#define EMOTE_SNORE "Храпеть" +#define EMOTE_NIGHTMARE "Ворочаться во сне" +#define EMOTE_STARE "Пялиться" +#define EMOTE_STRECH "Разминать руки" +#define EMOTE_SULK "Обидеться" +#define EMOTE_SWAY "Качаться на месте" +#define EMOTE_SWEAR "Ругнуться" +#define EMOTE_TILT "Наклонить голову" +#define EMOTE_TREMBLE "Дрожать в ужасе" +#define EMOTE_TWITCH "Сильно дёргаться" +#define EMOTE_TWITCHS "Дёргаться" +#define EMOTE_WHIMPER "Хныкать" +#define EMOTE_WSMILE "Сдержанно улыбнуться" +#define EMOTE_EXERCISE "Упражнения" +#define EMOTE_SQUAT "Приседания" +#define EMOTE_PUSHUP "Отжимания" + +/// Human Emotes +#define EMOTE_HUMAN_AIRGUITAR "Воображаемая гитара" +#define EMOTE_HUMAN_CLAP "Хлопать" +#define EMOTE_HUMAN_CRY "Плакать" +#define EMOTE_HUMAN_DAP "Особое рукопожатие" +#define EMOTE_HUMAN_EYEBROW "Приподнять бровь" +#define EMOTE_HUMAN_FACEPALM "Хлопнуть по лбу" +#define EMOTE_HUMAN_GRUMBLE "Ворчать" +#define EMOTE_HUMAN_HUG "Обнимать" +#define EMOTE_HUMAN_MUMBLE "Бормотать" +#define EMOTE_HUMAN_NOD "Кивнуть" +#define EMOTE_HUMAN_PALM "Протянуть руку" +#define EMOTE_HUMAN_SCREAM "Кричать" +#define EMOTE_HUMAN_GASP "Задыхаться" +#define EMOTE_HUMAN_SHAKE "Мотать головой" +#define EMOTE_HUMAN_PALE "Бледнеть" +#define EMOTE_HUMAN_RAISE "Поднять руку" +#define EMOTE_HUMAN_SALUTE "Салютовать" +#define EMOTE_HUMAN_SIGNAL "Показать пальцы" +#define EMOTE_HUMAN_SHRUG "Пожать плечами" +#define EMOTE_HUMAN_SNIFF "Шмыгать носом" +#define EMOTE_HUMAN_JOHNNY "Курить стильно" +#define EMOTE_HUMAN_SNEEZE "Чихнуть" +#define EMOTE_HUMAN_SLAP "Дать пощёчину" +#define EMOTE_HUMAN_WINCE "Морщиться" +#define EMOTE_HUMAN_SQUINT "Прищуриться" +#define EMOTE_HUMAN_WINK "Подмигнуть" +#define EMOTE_HUMAN_HIGHFIVE "Дать пять" +#define EMOTE_HUMAN_HANDSHAKE "Пожать руку" +#define EMOTE_HUMAN_RPS "Камень, ножницы, бумага" +#define EMOTE_HUMAN_SNAP "Щёлкнуть пальцами" +#define EMOTE_HUMAN_CRACK "Хрустеть пальцами" +#define EMOTE_HUMAN_FART "Пёрнуть" +#define EMOTE_HUMAN_WAG "Махать хвостом" +#define EMOTE_HUMAN_WAG_STOP "Перестать махать хвостом" +#define EMOTE_HUMAN_FLAP "Махать крыльями" +#define EMOTE_HUMAN_AFLAP "Махать крыльями агрессивно" +#define EMOTE_HUMAN_FLUTTER "Трепетать крыльями" +#define EMOTE_HUMAN_QUILL "Шуршать перьями" +#define EMOTE_HUMAN_WARBLE "Трелить" +#define EMOTE_HUMAN_CROAK "Квакать" +#define EMOTE_HUMAN_CROAK_ANGER "Гневно квакать" +#define EMOTE_HUMAN_CLACK "Трещать" +#define EMOTE_HUMAN_CLICK "Щёлкать" +#define EMOTE_HUMAN_DRONE "Гудеть" +#define EMOTE_HUMAN_HUM "Жужжать" +#define EMOTE_HUMAN_HISS "Шипеть" +#define EMOTE_HUMAN_CREAK "Скрипеть" +#define EMOTE_HUMAN_SQUISH "Хлюпать" +#define EMOTE_HUMAN_HOWL "Выть" +#define EMOTE_HUMAN_GROWL "Рычать" +#define EMOTE_HUMAN_RATTLE "Греметь" +#define EMOTE_HUMAN_BUBBLE "Булькать" +#define EMOTE_HUMAN_POP "Хлопать ртом" +#define EMOTE_HUMAN_GNARL "Оскалиться" +#define EMOTE_HUMAN_ROLL "Катиться" +#define EMOTE_HUMAN_TAIL "Помахать хвостом" +#define EMOTE_HUMAN_SCREECH "Визжать" +#define EMOTE_HUMAN_HEM "Хмыкнуть" +#define EMOTE_HUMAN_SCRATCH "Почесаться" +#define EMOTE_HUMAN_WHISTLE "Свистеть" +#define EMOTE_HUMAN_SNUFFLE "Нюхать" +#define EMOTE_HUMAN_ROAR "Рычать" +#define EMOTE_HUMAN_RUMBLE "Урчать" +#define EMOTE_HUMAN_THREAT "Угрожать" +#define EMOTE_HUMAN_PURR "Мурчать" +#define EMOTE_HUMAN_PURRL "Мурчать дольше" +#define EMOTE_HUMAN_WAVES_K "Взмахнуть усиками" +#define EMOTE_HUMAN_WIGGLES "Шевелить усиками" +#define EMOTE_HUMAN_WHIPS "Хлестать хвостом" +#define EMOTE_HUMAN_WHIP "Ударить хвостом" +#define EMOTE_HUMAN_BARK "Гавкнуть" +#define EMOTE_HUMAN_WBARK "Дважды гавкнуть" +#define EMOTE_HUMAN_MEOW "Мяукнуть" +#define EMOTE_HUMAN_MROW "Мяукнуть раздражённо" + +/// Carbon Emotes +#define EMOTE_CARBON_BLINK "Моргать" +#define EMOTE_CARBON_BLINKR "Моргать быстро" +#define EMOTE_CARBON_CROSS "Скрестить руки" +#define EMOTE_CARBON_CHUCKLE "Усмехнуться" +#define EMOTE_CARBON_COUGH "Кашлять" +#define EMOTE_CARBON_MOAN "Стонать" +#define EMOTE_CARBON_GIGGLE "Хихикать" +#define EMOTE_CARBON_GURGLE "Побулькать" +#define EMOTE_CARBON_INHALE "Вдохнуть" +#define EMOTE_CARBON_INHALE_SHARP "Глубоко вдохнуть" +#define EMOTE_CARBON_KISS "Поцеловать" +#define EMOTE_CARBON_WAVE "Махать" +#define EMOTE_CARBON_YAWN "Зевать" +#define EMOTE_CARBON_EXHALE "Выдохнуть" +#define EMOTE_CARBON_LAUGH "Смеяться" +#define EMOTE_CARBON_SCOWL "Хмуриться" +#define EMOTE_CARBON_TWIRL "Вертеть" +#define EMOTE_CARBON_FAINT "Потерять сознание" +#define EMOTE_CARBON_SIGN "Показать число" +#define EMOTE_CARBON_CLAP "Хлопать" + +/// Silicon/IPC Emotes +#define EMOTE_SILICON_SCREAM "Кричать" +#define EMOTE_SILICON_PING "Звенеть" +#define EMOTE_SILICON_BUZZ "Жужжать" +#define EMOTE_SILICON_BUZZ2 "Жужжать раздражённо" +#define EMOTE_SILICON_BEEP "Бипнуть" +#define EMOTE_SILICON_BOOP "Бупнуть" +#define EMOTE_SILICON_YES "Положительно" +#define EMOTE_SILICON_NO "Отрицательно" +#define EMOTE_SILICON_LAW "Удостоверяющий штрихкод" +#define EMOTE_SILICON_HALT "Ни с места" + +/// Animal Emotes +#define EMOTE_ANIMAL_CHIRP "Стрекотать" +#define EMOTE_ANIMAL_OOGA "Уга буга" +#define EMOTE_ANIMAL_BARK "Лаять" +#define EMOTE_ANIMAL_YELP "Визжать" +#define EMOTE_ANIMAL_GROWL "Рычать" +#define EMOTE_ANIMAL_MEOW "Мяукать" +#define EMOTE_ANIMAL_HISS "Шипеть" +#define EMOTE_ANIMAL_PURR "Мурчать" +#define EMOTE_ANIMAL_SIT "Сесть" +#define EMOTE_ANIMAL_SQUEAK "Пищать" + +/// Emote Brain +#define EMOTE_BRAIN_ALARM "Сигнал тревоги" +#define EMOTE_BRAIN_ALERT "Страдальческий звук" +#define EMOTE_BRAIN_NOTICE "Громкий звук" +#define EMOTE_BRAIN_FLASH "Мигать лампочками" +#define EMOTE_BRAIN_WHISTLE "Свистеть" +#define EMOTE_BRAIN_BEEP "Бипнуть" +#define EMOTE_BRAIN_BOOP "Бупнуть" + +/// Alien Emotes +#define EMOTE_ALIEN_HISS "Шипеть" +#define EMOTE_ALIEN_ROAR "Рычать" +#define EMOTE_ALIEN_GNARL "Скалиться" diff --git a/modular_ss220/_defines220/code/gamemode.dm b/modular_ss220/_defines220/code/gamemode.dm new file mode 100644 index 000000000000..85e57c57aa58 --- /dev/null +++ b/modular_ss220/_defines220/code/gamemode.dm @@ -0,0 +1,6 @@ +#define SPECIAL_ROLE_BLOOD_BROTHER "Blood Brother" +#define SPECIAL_ROLE_VOX_RAIDER "Vox Raider" + +#define isvoxcash(W) (istype(W, /obj/item/stack/vox_cash)) + +#define TARGET_INVALID_SAME_TEAM (-1) diff --git a/modular_ss220/_defines220/code/hud_ss220.dm b/modular_ss220/_defines220/code/hud_ss220.dm new file mode 100644 index 000000000000..4c9fe9ac223a --- /dev/null +++ b/modular_ss220/_defines220/code/hud_ss220.dm @@ -0,0 +1,2 @@ +/// Used for HUD objects +#define APPEARANCE_UI (RESET_COLOR|RESET_TRANSFORM|NO_CLIENT_COLOR|PIXEL_SCALE) diff --git a/modular_ss220/_defines220/code/job_defines.dm b/modular_ss220/_defines220/code/job_defines.dm new file mode 100644 index 000000000000..e93e785a5198 --- /dev/null +++ b/modular_ss220/_defines220/code/job_defines.dm @@ -0,0 +1,141 @@ +#define NOVICE_JOB_MINUTES 120 +#define NOVICE_CADET_JOB_MINUTES 300 + +// Если ОФФы добавят новую должность в отдел, то потребуется смещение (╯°□°)╯︵ ┻━┻ +// Но так как они больше не планируют и выступают против добавления новых профессий, скорее всего ничего и не изменится. + +// JOBCAT_"отдел"_LAST - нужен для корректного вывода из БД, иначе чуда не будет. +// Максимальный сдвиг (1<<22), Последний сдвиг (1<<23) +// Он должен быть всегда как минимум на 1 больше последнего, по дефолту у ОФФов (1<<16) + + +// ==================================== +// JOBCAT_ENGSEC +// Начинаются с JOB_NANO (1<<14) +#define JOB_TRAINEE (1<<15) +#define JOB_CADET (1<<16) +//#define JOB_PILOT (1<<17) + +#define JOB_REPRESENTATIVE_TSF (1<<17) +#define JOB_REPRESENTATIVE_USSP (1<<18) +#define JOB_DEALER (1<<19) +#define JOB_VIP_GUEST (1<<20) +#define JOB_BANKER (1<<21) +#define JOB_SECURITY_CLOWN (1<<22) + +#define JOBCAT_LAST_ENGSEC (1<<23) + + +// ==================================== +// JOBCAT_MEDSCI +// Начинаются с JOB_CORONER (1<<10) +#define JOB_INTERN (1<<11) +#define JOB_STUDENT (1<<12) +#define JOB_MECHANIC (1<<13) + +#define JOB_ADMINISTRATOR (1<<14) +#define JOB_TOURIST_TSF (1<<15) +#define JOB_TOURIST_USSP (1<<16) +#define JOB_MANAGER_JANITOR (1<<17) +#define JOB_ACTOR (1<<18) +//#define JOB_APPRENTICE (1<<18) +#define JOB_GUARD (1<<19) +#define JOB_MIGRANT (1<<20) +#define JOB_UNCERTAIN (1<<21) +#define JOB_ADJUTANT (1<<22) +//#define JOB_MAID (1<<23) +//#define JOB_BUTLER (1<<24) + +#define JOBCAT_LAST_MEDSCI (1<<23) + + +// ==================================== +// JOBCAT_SUPPORT +// Начинаются с JOB_EXPLORER (1<<14) +#define JOB_PRISON (1<<15) +#define JOB_BARBER (1<<16) +#define JOB_BATH (1<<17) +#define JOB_CASINO (1<<18) +#define JOB_WAITER (1<<19) +#define JOB_ACOLYTE (1<<20) +//#define JOB_DELIVERER (1<<21) +#define JOB_BOXER (1<<21) +#define JOB_MUSICIAN (1<<22) +//#define JOB_PAINTER (1<<24) + +#define JOBCAT_LAST_SUPPORT (1<<23) + + + + + + + +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +// В ЭТОМ ФАЙЛЕ МЫ [B]ВРЕМЕННО[/B] ЗАСОВЫВАЕМ +// НАШИ ДЕФАЙНЫ ПОД КАТЕГОРИИ РАЗНЫХ ОТДЕЛОВ! +// ПРАВИЛЬНАЯ РАСФАСОВКА НИЖЕ +// !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +/* +// ==================================== +// JOBCAT_ENGSEC +// Начинаются с JOB_NANO (1<<14) +#define JOB_TRAINEE (1<<15) +#define JOB_CADET (1<<16) +#define JOBCAT_LAST_ENGSEC (1<<17) + + +// ==================================== +// JOBCAT_MEDSCI +// Начинаются с JOB_CORONER (1<<10) +#define JOB_INTERN (1<<11) +#define JOB_STUDENT (1<<12) +#define JOBCAT_LAST_MEDSCI (1<<16) + + +// ==================================== +// JOBCAT_SUPPORT +// Начинаются с JOB_EXPLORER (1<<14) +// TIER 1 +#define JOB_PRISON (1<<15) + +// TIER 2 +#define JOB_BARBER (1<<16) +#define JOB_BATH (1<<17) +#define JOB_CASINO (1<<18) +#define JOB_WAITER (1<<19) +#define JOB_ACOLYTE (1<<20) +#define JOB_DELIVERER (1<<21) +#define JOB_BOXER (1<<22) +#define JOB_PAINTER (1<<23) +#define JOB_MUSICIAN (1<<24) +#define JOB_DONOR (1<<24) // Свободная роль, можно переименовать +#define JOB_ACTOR (1<<26) + +// TIER 3 +#define JOB_ADMINISTRATOR (1<<27) +#define JOB_TOURIST_TSF (1<<28) +#define JOB_TOURIST_USSP (1<<29) +#define JOB_MANAGER_JANITOR (1<<30) +#define JOB_APPRENTICE (1<<31) +#define JOB_GUARD (1<<32) +#define JOB_MIGRANT (1<<33) +#define JOB_UNCERTAIN (1<<34) + +// TIER 4 +#define JOB_ADJUTANT (1<<35) +#define JOB_BUTLER (1<<36) +#define JOB_MAID (1<<37) +#define JOB_REPRESENTATIVE_TSF (1<<38) +#define JOB_REPRESENTATIVE_USSP (1<<39) +#define JOB_DEALER (1<<40) + +// TIER 5 +#define JOB_VIP_GUEST (1<<41) +#define JOB_BANKER (1<<42) +#define JOB_SECURITY_CLOWN (1<<43) + +#define JOBCAT_LAST_SUPPORT (1<<44) + +*/ diff --git a/modular_ss220/_defines220/code/layers_ss220.dm b/modular_ss220/_defines220/code/layers_ss220.dm new file mode 100644 index 000000000000..b37e06e2d73a --- /dev/null +++ b/modular_ss220/_defines220/code/layers_ss220.dm @@ -0,0 +1,2 @@ +/// Cinematics are "below" the splash screen +#define CINEMATIC_LAYER -1 diff --git a/modular_ss220/_defines220/code/lists_TG.dm b/modular_ss220/_defines220/code/lists_TG.dm new file mode 100644 index 000000000000..95eec2788301 --- /dev/null +++ b/modular_ss220/_defines220/code/lists_TG.dm @@ -0,0 +1,3 @@ +// Generic listoflist safe add and removal macros: +///Remove an untyped item to a list, taking care to handle list items by wrapping them in a list to remove the footgun +#define UNTYPED_LIST_REMOVE(list, item) (list -= LIST_VALUE_WRAP_LISTS(item)) diff --git a/modular_ss220/_defines220/code/preferences_defines.dm b/modular_ss220/_defines220/code/preferences_defines.dm new file mode 100644 index 000000000000..fef827769a2b --- /dev/null +++ b/modular_ss220/_defines220/code/preferences_defines.dm @@ -0,0 +1,5 @@ +#define PREFTOGGLE_220_WATCH_CREDITS (1<<0) // 1 + +#define TOGGLES_220_TOTAL 1 // If you add or remove a preference toggle above, make sure you update this define with the total value of the toggles combined. + +#define TOGGLES_220_DEFAULT (PREFTOGGLE_220_WATCH_CREDITS) diff --git a/modular_ss220/_defines220/code/signals_atom.dm b/modular_ss220/_defines220/code/signals_atom.dm new file mode 100644 index 000000000000..81b81734f058 --- /dev/null +++ b/modular_ss220/_defines220/code/signals_atom.dm @@ -0,0 +1,4 @@ +/// called by /obj/structure/table/do_climb() : (/datum/component/clumsy_climb) +#define COMSIG_CLIMBED_ON "climb_on" +/// called by /datum/emote/living/dance/run_emote() : (/datum/component/clumsy_climb) +#define COMSIG_DANCED_ON "dance_on" diff --git a/modular_ss220/_defines220/code/signals_keybindings.dm b/modular_ss220/_defines220/code/signals_keybindings.dm new file mode 100644 index 000000000000..9ce840354df7 --- /dev/null +++ b/modular_ss220/_defines220/code/signals_keybindings.dm @@ -0,0 +1 @@ +#define COMSIG_KB_ACTIVATED (1<<0) diff --git a/modular_ss220/_defines220/code/signals_mob/signals_mob_ai.dm b/modular_ss220/_defines220/code/signals_mob/signals_mob_ai.dm new file mode 100644 index 000000000000..fa7df8ae680b --- /dev/null +++ b/modular_ss220/_defines220/code/signals_mob/signals_mob_ai.dm @@ -0,0 +1 @@ +// Signals for /mob/living/silicon/ai diff --git a/modular_ss220/_defines220/code/signals_mob/signals_mob_carbon.dm b/modular_ss220/_defines220/code/signals_mob/signals_mob_carbon.dm new file mode 100644 index 000000000000..ef6039c440fc --- /dev/null +++ b/modular_ss220/_defines220/code/signals_mob/signals_mob_carbon.dm @@ -0,0 +1 @@ +// Signals for /mob/living/carbon diff --git a/modular_ss220/_defines220/code/signals_mob/signals_mob_living.dm b/modular_ss220/_defines220/code/signals_mob/signals_mob_living.dm new file mode 100644 index 000000000000..b6d8049bc00e --- /dev/null +++ b/modular_ss220/_defines220/code/signals_mob/signals_mob_living.dm @@ -0,0 +1,12 @@ +// Signals for /mob/living + +/// from mob/living/Life(): (deltatime, times_fired) +#define COMSIG_LIVING_LIFE "living_life" + +/// from mob/living/handle_message_mode(): (message_mode, list/message_pieces, verb, used_radios) +#define COMSIG_LIVING_HANDLE_MESSAGE_MODE "living_handle_message_mode" + #define COMPONENT_FORCE_WHISPER (1<<0) + +/// from mob/living/CanPass(): (atom/movable/mover, turf/target, height) +#define COMSIG_LIVING_CAN_PASS "living_can_pass" + #define COMPONENT_LIVING_PASSABLE (1<<0) diff --git a/modular_ss220/_defines220/code/signals_mob/signals_mob_main.dm b/modular_ss220/_defines220/code/signals_mob/signals_mob_main.dm new file mode 100644 index 000000000000..1908d846992d --- /dev/null +++ b/modular_ss220/_defines220/code/signals_mob/signals_mob_main.dm @@ -0,0 +1,5 @@ +// Signals for /mob + +/// from mob/living/Process_Spacemove(): (movement_dir) +#define COMSIG_LIVING_PROCESS_SPACEMOVE "mob_client_pre_living_move" + #define COMPONENT_BLOCK_SPACEMOVE (1<<0) diff --git a/modular_ss220/_defines220/code/signals_mob/signals_mob_silicon.dm b/modular_ss220/_defines220/code/signals_mob/signals_mob_silicon.dm new file mode 100644 index 000000000000..1e776fa5270e --- /dev/null +++ b/modular_ss220/_defines220/code/signals_mob/signals_mob_silicon.dm @@ -0,0 +1 @@ +// Signals for /mob/living/silicon diff --git a/modular_ss220/_defines220/code/signals_mob/signals_mob_simple.dm b/modular_ss220/_defines220/code/signals_mob/signals_mob_simple.dm new file mode 100644 index 000000000000..937b109659eb --- /dev/null +++ b/modular_ss220/_defines220/code/signals_mob/signals_mob_simple.dm @@ -0,0 +1 @@ +// Signals for /mob/living/simple_animal diff --git a/modular_ss220/_defines220/code/signals_obj.dm b/modular_ss220/_defines220/code/signals_obj.dm new file mode 100644 index 000000000000..ea65465aa594 --- /dev/null +++ b/modular_ss220/_defines220/code/signals_obj.dm @@ -0,0 +1,5 @@ +/// from base of /obj/proc/atom_destruction: (damage_flag) +#define COMSIG_OBJ_DESTRUCTION "atom_destruction" + +/// from base of /obj/item/card/id: (list/access) +#define COMSIG_ID_GET_ACCESS "id_get_access" diff --git a/modular_ss220/_defines220/code/species.dm b/modular_ss220/_defines220/code/species.dm new file mode 100644 index 000000000000..611dbc273878 --- /dev/null +++ b/modular_ss220/_defines220/code/species.dm @@ -0,0 +1,9 @@ +#define isnucleation(A) (is_species(A, /datum/species/nucleation)) + +//MATERIAL CLASS FOR RACE EAT +#define MATERIAL_CLASS_NONE 0 +#define MATERIAL_CLASS_CLOTH 1 +#define MATERIAL_CLASS_TECH 2 +#define MATERIAL_CLASS_SOAP 3 +#define MATERIAL_CLASS_RAD 4 +#define MATERIAL_CLASS_PLASMA 5 diff --git a/modular_ss220/_misc/_misc.dm b/modular_ss220/_misc/_misc.dm new file mode 100644 index 000000000000..1cfc2e2dc93c --- /dev/null +++ b/modular_ss220/_misc/_misc.dm @@ -0,0 +1,4 @@ +/datum/modpack/misc + name = "Различное" + desc = "Различные полезные функции, которые обязательно(нет) кому то понадобятся" + author = "furior, larentoun" diff --git a/modular_ss220/_misc/_misc.dme b/modular_ss220/_misc/_misc.dme new file mode 100644 index 000000000000..3b38c65cd9df --- /dev/null +++ b/modular_ss220/_misc/_misc.dme @@ -0,0 +1,6 @@ +#include "_misc.dm" + +#include "code/discord_configuration.dm" +#include "code/global_procs.dm" +#include "code/icons.dm" +#include "code/ss220_general_config.dm" diff --git a/modular_ss220/_misc/code/discord_configuration.dm b/modular_ss220/_misc/code/discord_configuration.dm new file mode 100644 index 000000000000..95cb722e1292 --- /dev/null +++ b/modular_ss220/_misc/code/discord_configuration.dm @@ -0,0 +1,8 @@ +/datum/configuration_section/discord_configuration + /// Admin role to ping if no admins are online. Disables if empty string + var/new_round_waiting_role = "" + +/datum/configuration_section/discord_configuration/load_data(list/data) + . = ..() + + CONFIG_LOAD_STR(new_round_waiting_role, data["new_round_waiting_role_id"]) diff --git a/modular_ss220/_misc/code/global_procs.dm b/modular_ss220/_misc/code/global_procs.dm new file mode 100644 index 000000000000..d6c790f5c99b --- /dev/null +++ b/modular_ss220/_misc/code/global_procs.dm @@ -0,0 +1,13 @@ +/proc/cmp_typepaths_asc(A, B) + return sorttext("[B]","[A]") + +///Returns a list of all locations (except the area) the movable is within. +/proc/get_nested_locs(atom/movable/atom_on_location, include_turf = FALSE) + . = list() + var/atom/location = atom_on_location.loc + var/turf/our_turf = get_turf(atom_on_location) + while(location && location != our_turf) + . += location + location = location.loc + if(our_turf && include_turf) //At this point, only the turf is left, provided it exists. + . += our_turf diff --git a/modular_ss220/_misc/code/icons.dm b/modular_ss220/_misc/code/icons.dm new file mode 100644 index 000000000000..1a2c3cac8ed3 --- /dev/null +++ b/modular_ss220/_misc/code/icons.dm @@ -0,0 +1,2 @@ +/proc/flatbicon(obj, use_class = TRUE) + return bicon(getFlatIcon(obj)) diff --git a/modular_ss220/_misc/code/ss220_general_config.dm b/modular_ss220/_misc/code/ss220_general_config.dm new file mode 100644 index 000000000000..a2bc0df809d6 --- /dev/null +++ b/modular_ss220/_misc/code/ss220_general_config.dm @@ -0,0 +1,13 @@ +/datum/configuration_section/ss220_misc_configuration + +/datum/configuration_section/ss220_misc_configuration/load_data(list/data) + return + +/datum/server_configuration + /// Contains all the misc configuration values + var/datum/configuration_section/ss220_misc_configuration/ss220_misc + +/datum/server_configuration/load_all_sections() + . = ..() + ss220_misc = new() + safe_load(ss220_misc, "ss220_misc_configuration") diff --git a/modular_ss220/_modpack.dm b/modular_ss220/_modpack.dm new file mode 100644 index 000000000000..5569426fa640 --- /dev/null +++ b/modular_ss220/_modpack.dm @@ -0,0 +1,17 @@ +/datum/modpack + /// A string name for the modpack. Used for looking up other modpacks in init. + var/name + /// A string desc for the modpack. Can be used for modpack verb list as description. + var/desc + /// A string with authors of this modpack. + var/author + +/datum/modpack/proc/pre_initialize() + if(!name) + return "Modpack name is unset." + +/datum/modpack/proc/initialize() + return + +/datum/modpack/proc/post_initialize() + return diff --git a/modular_ss220/_modpacks.dm b/modular_ss220/_modpacks.dm new file mode 100644 index 000000000000..a8a136849101 --- /dev/null +++ b/modular_ss220/_modpacks.dm @@ -0,0 +1,80 @@ +#define INIT_ORDER_MODPACKS 16.5 + +SUBSYSTEM_DEF(modpacks) + name = "Modpacks" + init_order = INIT_ORDER_MODPACKS + flags = SS_NO_FIRE + var/list/loaded_modpacks + var/list/tgui_data + +/datum/controller/subsystem/modpacks/Initialize() + var/list/all_modpacks = list() + init_subtypes(/datum/modpack/, all_modpacks) + + loaded_modpacks = list() + // Pre-init and register all compiled modpacks. + for(var/datum/modpack/package as anything in all_modpacks) + var/fail_msg = package.pre_initialize() + if(QDELETED(package)) + stack_trace("Modpack of type [package.type] is null or queued for deletion.") + if(fail_msg) + stack_trace("Modpack [package.type] failed to pre-initialize: [fail_msg].") + if(loaded_modpacks[package.name]) + stack_trace("Attempted to register duplicate modpack name: [package.name].") + loaded_modpacks.Add(package) + + // Handle init and post-init (two stages in case a modpack needs to implement behavior based on the presence of other packs). + for(var/datum/modpack/package as anything in loaded_modpacks) + var/fail_msg = package.initialize() + if(fail_msg) + stack_trace("Modpack [(istype(package) && package.name) || "Unknown"] failed to initialize: [fail_msg]") + for(var/datum/modpack/package as anything in loaded_modpacks) + var/fail_msg = package.post_initialize() + if(fail_msg) + stack_trace("Modpack [(istype(package) && package.name) || "Unknown"] failed to post-initialize: [fail_msg]") + + if(SSdbcore.IsConnected()) + load_admins() // To make admins always have modular added verbs + +/mob/verb/modpacks_list() + set name = "Modpacks List" + set category = "OOC" + + if(!SSmodpacks.initialized) + return + + if(!length(SSmodpacks.loaded_modpacks)) + to_chat(src, "Этот сервер не использует какие-либо модификации.") + return + + SSmodpacks.ui_interact(src) + +/datum/controller/subsystem/modpacks/ui_static_data(mob/user) + var/list/data = list() + + if(!length(tgui_data)) + tgui_data = generate_modpacks_data() + data["modpacks"] = tgui_data + + return data + +/datum/controller/subsystem/modpacks/proc/generate_modpacks_data() + var/list/modpacks = list() + for(var/datum/modpack/modpack as anything in loaded_modpacks) + if(modpack.name) + modpacks += list(list( + "name" = modpack.name, + "desc" = modpack.desc, + "author" = modpack.author + )) + return modpacks + +/datum/controller/subsystem/modpacks/ui_state(mob/user) + return GLOB.always_state + +/datum/controller/subsystem/modpacks/ui_interact(mob/user, datum/tgui/ui = null) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "ModpacksList", name) + ui.open() + ui.set_autoupdate(FALSE) diff --git a/modular_ss220/_rust_utils/_rust_utils.dm b/modular_ss220/_rust_utils/_rust_utils.dm new file mode 100644 index 000000000000..c9c35792e08f --- /dev/null +++ b/modular_ss220/_rust_utils/_rust_utils.dm @@ -0,0 +1,4 @@ +/datum/modpack/rust_utils + name = "Rust Utils" + desc = "Набор утилит на rust" + author = "furior, gaxeer" diff --git a/modular_ss220/_rust_utils/_rust_utils.dme b/modular_ss220/_rust_utils/_rust_utils.dme new file mode 100644 index 000000000000..a0635e8a4890 --- /dev/null +++ b/modular_ss220/_rust_utils/_rust_utils.dme @@ -0,0 +1,3 @@ +#include "_rust_utils.dm" + +#include "code/rust_utils.dm" diff --git a/modular_ss220/_rust_utils/code/rust_utils.dm b/modular_ss220/_rust_utils/code/rust_utils.dm new file mode 100644 index 000000000000..f12cf9570c87 --- /dev/null +++ b/modular_ss220/_rust_utils/code/rust_utils.dm @@ -0,0 +1,28 @@ +#ifndef RUST_UTILS + +/* This comment bypasses grep checks */ /var/__rust_utils + +/proc/__detect_rust_utils() + if(world.system_type == UNIX) + if(fexists("./librust_utils.so")) + // No need for LD_LIBRARY_PATH badness. + return __rust_utils = "./librust_utils.so" + else + // It's not in the current directory, so try others + return __rust_utils = "librust_utils.so" + else + return __rust_utils = "librust_utils" + +#define RUST_UTILS (__rust_utils || __detect_rust_utils()) +#endif + +/// Gets the version of rust_utils +/proc/rust_utils_get_version() return RUSTG_CALL(RUST_UTILS, "get_version")() + +#define rustutils_file_write_b64decode(text, fname) RUSTG_CALL(RUST_UTILS, "file_write")(text, fname, "true") + +#define rustutils_regex_replace(text, re, re_params, replacement) RUSTG_CALL(RUST_UTILS, "regex_replace")(text, re, re_params, replacement) + +#define rustutils_cyrillic_to_latin(text) RUSTG_CALL(RUST_UTILS, "cyrillic_to_latin")("[text]") +#define rustutils_latin_to_cyrillic(text) RUSTG_CALL(RUST_UTILS, "latin_to_cyrillic")("[text]") + diff --git a/modular_ss220/_signals220/_signals220.dm b/modular_ss220/_signals220/_signals220.dm new file mode 100644 index 000000000000..e925e6f886c7 --- /dev/null +++ b/modular_ss220/_signals220/_signals220.dm @@ -0,0 +1,5 @@ +/datum/modpack/signals220 + + name = "Сигналы220" + desc = "Добавляет сигналы" + author = "larentoun" diff --git a/modular_ss220/_signals220/_signals220.dme b/modular_ss220/_signals220/_signals220.dme new file mode 100644 index 000000000000..27a2ea16a4c1 --- /dev/null +++ b/modular_ss220/_signals220/_signals220.dme @@ -0,0 +1,9 @@ +#include "_signals220.dm" + +#include "code/signals_mob/signals_mob_ai.dm" +#include "code/signals_mob/signals_mob_carbon.dm" +#include "code/signals_mob/signals_mob_living.dm" +#include "code/signals_mob/signals_mob_main.dm" +#include "code/signals_mob/signals_mob_silicon.dm" +#include "code/signals_mob/signals_mob_simple.dm" +#include "code/signals_obj.dm" diff --git a/modular_ss220/_signals220/code/signals_mob/signals_mob_ai.dm b/modular_ss220/_signals220/code/signals_mob/signals_mob_ai.dm new file mode 100644 index 000000000000..fa7df8ae680b --- /dev/null +++ b/modular_ss220/_signals220/code/signals_mob/signals_mob_ai.dm @@ -0,0 +1 @@ +// Signals for /mob/living/silicon/ai diff --git a/modular_ss220/_signals220/code/signals_mob/signals_mob_carbon.dm b/modular_ss220/_signals220/code/signals_mob/signals_mob_carbon.dm new file mode 100644 index 000000000000..ef6039c440fc --- /dev/null +++ b/modular_ss220/_signals220/code/signals_mob/signals_mob_carbon.dm @@ -0,0 +1 @@ +// Signals for /mob/living/carbon diff --git a/modular_ss220/_signals220/code/signals_mob/signals_mob_living.dm b/modular_ss220/_signals220/code/signals_mob/signals_mob_living.dm new file mode 100644 index 000000000000..d3dc947da91b --- /dev/null +++ b/modular_ss220/_signals220/code/signals_mob/signals_mob_living.dm @@ -0,0 +1,32 @@ +// Signals for /mob/living + +/mob/living/CanPass(atom/movable/mover, turf/target, height) + if(SEND_SIGNAL(src, COMSIG_LIVING_CAN_PASS, mover, target, height) & COMPONENT_LIVING_PASSABLE) + return TRUE + return ..() + +/mob/living/Life(seconds, times_fired) + SEND_SIGNAL(src, COMSIG_LIVING_LIFE, seconds, times_fired) + . = ..() + +/mob/living/handle_message_mode(message_mode, list/message_pieces, verb, used_radios) + if(SEND_SIGNAL(src, COMSIG_LIVING_HANDLE_MESSAGE_MODE, message_mode, message_pieces, verb, used_radios) & COMPONENT_FORCE_WHISPER) + whisper_say(message_pieces) + return TRUE + . = ..() + +/mob/living/carbon/human/handle_message_mode(message_mode, list/message_pieces, verb, used_radios) + if(SEND_SIGNAL(src, COMSIG_LIVING_HANDLE_MESSAGE_MODE, message_mode, message_pieces, verb, used_radios) & COMPONENT_FORCE_WHISPER) + whisper_say(message_pieces) + return TRUE + . = ..() + +// Да, костыльно, но модульно по другому не вижу как - PIXEL_SHIFT +/mob/living/Process_Spacemove(movement_dir) + if(SEND_SIGNAL(src, COMSIG_LIVING_PROCESS_SPACEMOVE, movement_dir) & COMPONENT_BLOCK_SPACEMOVE) + return FALSE + . = ..() + +/mob/living/say(message, verb, sanitize, ignore_speech_problems, ignore_atmospherics, ignore_languages) + SEND_SIGNAL(src, COMSIG_MOB_SAY, args) + . = ..() diff --git a/modular_ss220/_signals220/code/signals_mob/signals_mob_main.dm b/modular_ss220/_signals220/code/signals_mob/signals_mob_main.dm new file mode 100644 index 000000000000..7aa41cead07d --- /dev/null +++ b/modular_ss220/_signals220/code/signals_mob/signals_mob_main.dm @@ -0,0 +1 @@ +// Signals for /mob diff --git a/modular_ss220/_signals220/code/signals_mob/signals_mob_silicon.dm b/modular_ss220/_signals220/code/signals_mob/signals_mob_silicon.dm new file mode 100644 index 000000000000..1e776fa5270e --- /dev/null +++ b/modular_ss220/_signals220/code/signals_mob/signals_mob_silicon.dm @@ -0,0 +1 @@ +// Signals for /mob/living/silicon diff --git a/modular_ss220/_signals220/code/signals_mob/signals_mob_simple.dm b/modular_ss220/_signals220/code/signals_mob/signals_mob_simple.dm new file mode 100644 index 000000000000..937b109659eb --- /dev/null +++ b/modular_ss220/_signals220/code/signals_mob/signals_mob_simple.dm @@ -0,0 +1 @@ +// Signals for /mob/living/simple_animal diff --git a/modular_ss220/_signals220/code/signals_obj.dm b/modular_ss220/_signals220/code/signals_obj.dm new file mode 100644 index 000000000000..607bfe008de1 --- /dev/null +++ b/modular_ss220/_signals220/code/signals_obj.dm @@ -0,0 +1,3 @@ +/obj/obj_destruction(damage_flag) + SEND_SIGNAL(src, COMSIG_OBJ_DESTRUCTION, damage_flag) + . = ..() diff --git a/modular_ss220/_span/_span.dm b/modular_ss220/_span/_span.dm new file mode 100644 index 000000000000..ceacea89c2e0 --- /dev/null +++ b/modular_ss220/_span/_span.dm @@ -0,0 +1,4 @@ +/datum/modpack/span_defines + name = "Span Defines" + desc = "Порт дефайнов для `span` с TG. Просто для стиля в коде." + author = "larentoun" diff --git a/modular_ss220/_span/_span.dme b/modular_ss220/_span/_span.dme new file mode 100644 index 000000000000..2fa2551fbe93 --- /dev/null +++ b/modular_ss220/_span/_span.dme @@ -0,0 +1,3 @@ +#include "_span.dm" + +#include "code/span.dm" diff --git a/modular_ss220/_span/code/span.dm b/modular_ss220/_span/code/span.dm new file mode 100644 index 000000000000..70c015f8a427 --- /dev/null +++ b/modular_ss220/_span/code/span.dm @@ -0,0 +1,167 @@ +// From 'goon\browserassets\css\browserOutput.css' +#define span_darkmblue(str) ("" + str + "") +#define span_prefix(str) ("" + str + "") +#define span_ooc(str) ("" + str + "") +#define span_looc(str) ("" + str + "") +#define span_adminobserverooc(str) ("" + str + "") +#define span_adminooc(str) ("" + str + "") +#define span_adminobserver(str) ("" + str + "") +#define span_admin(str) ("" + str + "") +#define span_adminsay(str) ("" + str + "") +#define span_mentorhelp(str) ("" + str + "") +#define span_adminhelp(str) ("" + str + "") +#define span_playerreply(str) ("" + str + "") +#define span_pmsend(str) ("" + str + "") +#define span_debug(str) ("" + str + "") +#define span_name(str) ("" + str + "") +#define span_say(str) ("" + str + "") +#define span_yell(str) ("" + str + "") +#define span_siliconsay(str) ("" + str + "") +#define span_deadsay(str) ("" + str + "") +#define span_radio(str) ("" + str + "") +#define span_deptradio(str) ("" + str + "") +#define span_comradio(str) ("" + str + "") +#define span_syndradio(str) ("" + str + "") +#define span_dsquadradio(str) ("" + str + "") +#define span_resteamradio(str) ("" + str + "") +#define span_airadio(str) ("" + str + "") +#define span_centradio(str) ("" + str + "") +#define span_secradio(str) ("" + str + "") +#define span_engradio(str) ("" + str + "") +#define span_medradio(str) ("" + str + "") +#define span_sciradio(str) ("" + str + "") +#define span_supradio(str) ("" + str + "") +#define span_srvradio(str) ("" + str + "") +#define span_proradio(str) ("" + str + "") +#define span_admin_channel(str) ("" + str + "") +#define span_all_admin_ping(str) ("" + str + "") +#define span_mentor_channel(str) ("" + str + "") +#define span_mentor_channel_admin(str) ("" + str + "") +#define span_djradio(str) ("" + str + "") +#define span_binaryradio(str) ("" + str + "") +#define span_mommiradio(str) ("" + str + "") +#define span_alert(str) ("" + str + "") +#define span_ghostalert(str) ("" + str + "") +#define span_emote(str) ("" + str + "") +#define span_selecteddna(str) ("" + str + "") + +#define span_attack(str) ("" + str + "") +#define span_moderate(str) ("" + str + "") +#define span_disarm(str) ("" + str + "") +#define span_passive(str) ("" + str + "") + +#define span_warning(str) ("" + str + "") +#define span_boldwarning(str) ("" + str + "") +#define span_danger(str) ("" + str + "") +#define span_userdanger(str) ("" + str + "") +#define span_biggerdanger(str) ("" + str + "") + +#define span_info(str) ("" + str + "") +#define span_notice(str) ("" + str + "") +#define span_boldnotice(str) ("" + str + "") +#define span_suicide(str) ("" + str + "") +#define span_green(str) ("" + str + "") +#define span_pr_announce(str) ("" + str + "") +#define span_boldannounce(str) ("" + str + "") +#define span_greenannounce(str) ("" + str + "") + +#define span_alien(str) ("" + str + "") +#define span_noticealien(str) ("" + str + "") +#define span_alertalien(str) ("" + str + "") +#define span_terrorspider(str) ("" + str + "") +#define span_dantalion(str) ("" + str + "") + +#define span_sinister(str) ("" + str + "") +#define span_blob(str) ("" + str + "") +#define span_confirm(str) ("" + str + "") +#define span_rose(str) ("" + str + "") +#define span_sans(str) ("" + str + "") +#define span_wingdings(str) ("" + str + "") +#define span_robot(str) ("" + str + "") +#define span_ancient(str) ("" + str + "") +#define span_newscaster(str) ("" + str + "") +#define span_mod(str) ("" + str + "") +#define span_modooc(str) ("" + str + "") +#define span_adminmod(str) ("" + str + "") +#define span_tajaran(str) ("" + str + "") +#define span_skrell(str) ("" + str + "") +#define span_solcom(str) ("" + str + "") +#define span_com_srus(str) ("" + str + "") +#define span_zombie(str) ("" + str + "") +#define span_soghun(str) ("" + str + "") +#define span_changeling(str) ("" + str + "") +#define span_vox(str) ("" + str + "") +#define span_diona(str) ("" + str + "") +#define span_trinary(str) ("" + str + "") +#define span_kidan(str) ("" + str + "") +#define span_slime(str) ("" + str + "") +#define span_drask(str) ("" + str + "") +#define span_moth(str) ("" + str + "") +#define span_clown(str) ("" + str + "") +#define span_vulpkanin(str) ("" + str + "") +#define span_abductor(str) ("" + str + "") +#define span_mind_control(str) ("" + str + "") +#define span_rough(str) ("" + str + "") +#define span_say_quote(str) ("" + str + "") +#define span_cult(str) ("" + str + "") +#define span_cultspeech(str) ("" + str + "") +#define span_cultitalic(str) ("" + str + "") +#define span_cultlarge(str) ("" + str + "") +#define span_narsie(str) ("" + str + "") +#define span_narsiesmall(str) ("" + str + "") +#define span_interface(str) ("" + str + "") +#define span_big(str) ("" + str + "") +#define span_reallybig(str) ("" + str + "") +#define span_greentext(str) ("" + str + "") +#define span_redtext(str) ("" + str + "") +#define span_bold(str) ("" + str + "") +#define span_his_grace(str) ("" + str + "") +#define span_center(str) ("" + str + "") +#define span_red(str) ("" + str + "") +#define span_purple(str) ("" + str + "") +#define span_skeleton(str) ("" + str + "") +#define span_gutter(str) ("" + str + "") +#define span_orange(str) ("" + str + "") +#define span_orangei(str) ("" + str + "") +#define span_orangeb(str) ("" + str + "") +#define span_resonate(str) ("" + str + "") + +#define span_revennotice(str) ("" + str + "") +#define span_revenboldnotice(str) ("" + str + "") +#define span_revenbignotice(str) ("" + str + "") +#define span_revenminor(str) ("" + str + "") +#define span_revenwarning(str) ("" + str + "") +#define span_revendanger(str) ("" + str + "") + +#define span_specialnoticebold(str) ("" + str + "") + +#define span_specialnotice(str) ("" + str + "") + +#define span_good(str) ("" + str + "") +#define span_average(str) ("" + str + "") +#define span_bad(str) ("" + str + "") +#define span_italics(str) ("" + str + "") +#define span_talkinto(str) ("" + str + "") +#define span_whisper(str) ("" + str + "") +#define span_recruit(str) ("" + str + "") + +#define span_memo(str) ("" + str + "") +#define span_memoedit(str) ("" + str + "") +#define span_connectionClosed(str) ("" + str + "") +#define span_fatalError(str) ("" + str + "") + +#define span_rebooting(str) ("" + str + "") + +#define span_colossus(str) ("" + str + "") +#define span_hierophant(str) ("" + str + "") +#define span_hierophant_warning(str) ("" + str + "") + +#define span_emoji(str) ("" + str + "") + +#define span_adminticket(str) ("" + str + "") + +#define span_adminticketalt(str) ("" + str + "") + +#define span_announcement(str) ("" + str + "") + +#define span_bolditalics(str) ("" + str + "") diff --git a/modular_ss220/administration/_administration.dm b/modular_ss220/administration/_administration.dm new file mode 100644 index 000000000000..a2dab17c4d6a --- /dev/null +++ b/modular_ss220/administration/_administration.dm @@ -0,0 +1,9 @@ +/datum/modpack/administration + name = "Улучшение администрирования" + desc = "Разные админские улучшения." + author = "dj-34" + +/datum/modpack/administration/initialize() + GLOB.admin_verbs_admin += list( + /client/proc/cmd_admin_offer_control, + ) diff --git a/modular_ss220/administration/_administration.dme b/modular_ss220/administration/_administration.dme new file mode 100644 index 000000000000..19bfccaeb137 --- /dev/null +++ b/modular_ss220/administration/_administration.dme @@ -0,0 +1,3 @@ +#include "_administration.dm" + +#include "code/randomverbs.dm" diff --git a/modular_ss220/administration/code/randomverbs.dm b/modular_ss220/administration/code/randomverbs.dm new file mode 100644 index 000000000000..41b1690ede7c --- /dev/null +++ b/modular_ss220/administration/code/randomverbs.dm @@ -0,0 +1,13 @@ +/client/proc/cmd_admin_offer_control(mob/M as mob in GLOB.mob_list) + set name = "\[Admin\] Offer Control To Ghosts" + set category = null + + if(!check_rights(R_ADMIN)) + return + + if(!mob) + return + if(!istype(M)) + alert("This can only be used on instances of type /mob") + return + offer_control(M) diff --git a/modular_ss220/aesthetics/_aesthetics.dm b/modular_ss220/aesthetics/_aesthetics.dm new file mode 100644 index 000000000000..aef783670380 --- /dev/null +++ b/modular_ss220/aesthetics/_aesthetics.dm @@ -0,0 +1,56 @@ +/datum/modpack/aesthetics + name = "Эстетика" + desc = "Обновление визуального ряда" + author = "larentoun, Aylong220" + +/datum/modpack/aesthetics/initialize() + for(var/datum/stack_recipe/recipe in GLOB.wood_recipes) + if(recipe.result_type == /obj/item/stack/tile/wood) + GLOB.wood_recipes -= recipe + qdel(recipe) + break + + GLOB.wood_recipes += list( + null, + new /datum/stack_recipe_list("Деревянный пол", list( + new /datum/stack_recipe("Обычный", /obj/item/stack/tile/wood, 1, 4, 20), + new /datum/stack_recipe("Дубовый", /obj/item/stack/tile/wood/oak, 1, 4, 20), + new /datum/stack_recipe("Берёзовый", /obj/item/stack/tile/wood/birch, 1, 4, 20), + new /datum/stack_recipe("Вишнёвый", /obj/item/stack/tile/wood/cherry, 1, 4, 20), + new /datum/stack_recipe("Амарантовый", /obj/item/stack/tile/wood/amaranth, 1, 4, 20), + new /datum/stack_recipe("Эбонитовый", /obj/item/stack/tile/wood/ebonite, 5, 4, 20), + new /datum/stack_recipe("Умниниевый", /obj/item/stack/tile/wood/pink_ivory, 5, 4, 20), + new /datum/stack_recipe("Бакаутовый", /obj/item/stack/tile/wood/guaiacum, 5, 4, 20), + )), + new /datum/stack_recipe_list("Деревянный пол (Цельный)", list( + new /datum/stack_recipe("Обычный", /obj/item/stack/tile/wood/fancy, 1, 4, 20), + new /datum/stack_recipe("Дубовый", /obj/item/stack/tile/wood/fancy/oak, 1, 4, 20), + new /datum/stack_recipe("Берёзовый", /obj/item/stack/tile/wood/fancy/birch, 1, 4, 20), + new /datum/stack_recipe("Вишнёвый", /obj/item/stack/tile/wood/fancy/cherry, 1, 4, 20), + new /datum/stack_recipe("Амарантовый ", /obj/item/stack/tile/wood/fancy/amaranth, 1, 4, 20), + new /datum/stack_recipe("Эбонитовый ", /obj/item/stack/tile/wood/fancy/ebonite, 5, 4, 20), + new /datum/stack_recipe("Умниниевый ", /obj/item/stack/tile/wood/fancy/pink_ivory, 5, 4, 20), + new /datum/stack_recipe("Бакаутовый ", /obj/item/stack/tile/wood/fancy/guaiacum, 5, 4, 20), + )), + new /datum/stack_recipe_list("Паркет", list( + new /datum/stack_recipe("Обычный", /obj/item/stack/tile/wood/parquet, 1, 4, 20), + new /datum/stack_recipe("Дубовый", /obj/item/stack/tile/wood/parquet/oak, 1, 4, 20), + new /datum/stack_recipe("Берёзовый", /obj/item/stack/tile/wood/parquet/birch, 1, 4, 20), + new /datum/stack_recipe("Вишнёвый", /obj/item/stack/tile/wood/parquet/cherry, 1, 4, 20), + new /datum/stack_recipe("Амарантовый", /obj/item/stack/tile/wood/parquet/amaranth, 1, 4, 20), + new /datum/stack_recipe("Эбонитовый", /obj/item/stack/tile/wood/parquet/ebonite, 5, 4, 20), + new /datum/stack_recipe("Умниниевый", /obj/item/stack/tile/wood/parquet/pink_ivory, 5, 4, 20), + new /datum/stack_recipe("Бакаутовый", /obj/item/stack/tile/wood/parquet/guaiacum, 5, 4, 20), + )), + new /datum/stack_recipe_list("Паркет (Классический)", list( + new /datum/stack_recipe("Обычный", /obj/item/stack/tile/wood/parquet/tile, 1, 4, 20), + new /datum/stack_recipe("Дубовый", /obj/item/stack/tile/wood/parquet/tile/oak, 1, 4, 20), + new /datum/stack_recipe("Берёзовый", /obj/item/stack/tile/wood/parquet/tile/birch, 1, 4, 20), + new /datum/stack_recipe("Вишнёвый", /obj/item/stack/tile/wood/parquet/tile/cherry, 1, 4, 20), + new /datum/stack_recipe("Амарантовый", /obj/item/stack/tile/wood/parquet/tile/amaranth, 1, 4, 20), + new /datum/stack_recipe("Эбонитовый", /obj/item/stack/tile/wood/parquet/tile/ebonite, 5, 4, 20), + new /datum/stack_recipe("Умниниевый", /obj/item/stack/tile/wood/parquet/tile/pink_ivory, 5, 4, 20), + new /datum/stack_recipe("Бакаутовый", /obj/item/stack/tile/wood/parquet/tile/guaiacum, 5, 4, 20), + )), + null) + diff --git a/modular_ss220/aesthetics/_aesthetics.dme b/modular_ss220/aesthetics/_aesthetics.dme new file mode 100644 index 000000000000..969a4a395dee --- /dev/null +++ b/modular_ss220/aesthetics/_aesthetics.dme @@ -0,0 +1,52 @@ +#include "_aesthetics.dm" + +#include "airalarm\code\airalarm.dm" +#include "airlocks\code\airlock.dm" +#include "airlocks\code\airlock_assembly_types.dm" +#include "airlocks\code\airlock_types.dm" +#include "apc\code\apc.dm" +#include "applicator\code\applicator.dm" +#include "atm\code\atm.dm" +#include "basketball\code\basketball.dm" +#include "better_ids\code\better_ids.dm" +#include "blastdoor\code\blastdoor.dm" +#include "cameras\code\cameras.dm" +#include "chairs\code\chairs.dm" +#include "closets\code\closets.dm" +#include "decals\code\decals.dm" +#include "dirwindows\code\dirwindows.dm" +#include "door_control\code\door_control.dm" +#include "dresser\code\dresser.dm" +#include "extinguisher\code\extinguisher.dm" +#include "firealarm\code\firealarm.dm" +#include "floors\code\floors.dm" +#include "floors\code\wood.dm" +#include "goonstation\code\items.dm" +#include "hydroponics\code\hydroponics.dm" +#include "intercom\code\intercom.dm" +#include "keycard\code\keycard.dm" +#include "kitchen\code\kitchen.dm" +#include "labeler\code\labeler.dm" +#include "library\code\library.dm" +#include "light_switch\code\light_switch.dm" +#include "lights\code\flashlight.dm" +#include "lights\code\lights.dm" +#include "newscaster\code\newscaster.dm" +#include "piano\code\piano.dm" +#include "racks\code\racks.dm" +#include "railings\code\railings.dm" +#include "rollerbed\code\rollerbed.dm" +#include "rust\code\walls.dm" +#include "safe\code\safe.dm" +#include "satellite\code\satellite.dm" +#include "sheets\code\sheets.dm" +#include "shutters\code\shutters.dm" +#include "soap\code\soap.dm" +#include "stamps\code\stamps.dm" +#include "toolboxes\code\toolboxes.dm" +#include "wallcloset\code\wallcloset.dm" +#include "walls\code\walls.dm" +#include "windoor\code\windoor.dm" +#include "windows\code\windows.dm" +#include "windowtint\code\windowtint.dm" +#include "zippo\code\zippo.dm" diff --git a/modular_ss220/aesthetics/airalarm/code/airalarm.dm b/modular_ss220/aesthetics/airalarm/code/airalarm.dm new file mode 100644 index 000000000000..8e7204612158 --- /dev/null +++ b/modular_ss220/aesthetics/airalarm/code/airalarm.dm @@ -0,0 +1,6 @@ +/obj/machinery/alarm + icon = 'modular_ss220/aesthetics/airalarm/icons/airalarm.dmi' + layer = ABOVE_WINDOW_LAYER + +/obj/item/mounted/frame/alarm_frame + icon = 'modular_ss220/aesthetics/airalarm/icons/airalarm.dmi' diff --git a/modular_ss220/aesthetics/airalarm/icons/airalarm.dmi b/modular_ss220/aesthetics/airalarm/icons/airalarm.dmi new file mode 100644 index 000000000000..234dcd2f31b0 Binary files /dev/null and b/modular_ss220/aesthetics/airalarm/icons/airalarm.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/code/airlock.dm b/modular_ss220/aesthetics/airlocks/code/airlock.dm new file mode 100644 index 000000000000..b97fcc82bd17 --- /dev/null +++ b/modular_ss220/aesthetics/airlocks/code/airlock.dm @@ -0,0 +1,4 @@ +/obj/machinery/door/airlock + icon = 'modular_ss220/aesthetics/airlocks/icons/station/public.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/station/overlays.dmi' + note_overlay_file = 'modular_ss220/aesthetics/airlocks/icons/station/overlays.dmi' diff --git a/modular_ss220/aesthetics/airlocks/code/airlock_assembly_types.dm b/modular_ss220/aesthetics/airlocks/code/airlock_assembly_types.dm new file mode 100644 index 000000000000..e9be779f4b08 --- /dev/null +++ b/modular_ss220/aesthetics/airlocks/code/airlock_assembly_types.dm @@ -0,0 +1,205 @@ +// Station airlocks assembly +/obj/structure/door_assembly + icon = 'modular_ss220/aesthetics/airlocks/icons/station/public.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/station/overlays.dmi' + +/obj/structure/door_assembly/door_assembly_public + icon = 'modular_ss220/aesthetics/airlocks/icons/station2/glass.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/station2/overlays.dmi' + +/obj/structure/door_assembly/door_assembly_com + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/command.dmi' + +/obj/structure/door_assembly/door_assembly_cap + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/cap.dmi' + base_name = "captain airlock" + airlock_type = /obj/machinery/door/airlock/command/cap + glass_type = /obj/machinery/door/airlock/command/cap/glass + +/obj/structure/door_assembly/door_assembly_hop + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/hop.dmi' + base_name = "head of personnel airlock" + airlock_type = /obj/machinery/door/airlock/command/hop + glass_type = /obj/machinery/door/airlock/command/hop/glass + +/obj/structure/door_assembly/door_assembly_cmo + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/cmo.dmi' + base_name = "chief medical officer airlock" + airlock_type = /obj/machinery/door/airlock/command/cmo + glass_type = /obj/machinery/door/airlock/command/cmo/glass + +/obj/structure/door_assembly/door_assembly_rd + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/rd.dmi' + base_name = "research director airlock" + airlock_type = /obj/machinery/door/airlock/command/rd + glass_type = /obj/machinery/door/airlock/command/rd/glass + +/obj/structure/door_assembly/door_assembly_hos + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/hos.dmi' + base_name = "head of security airlock" + airlock_type = /obj/machinery/door/airlock/command/hos + glass_type = /obj/machinery/door/airlock/command/hos/glass + +/obj/structure/door_assembly/door_assembly_qm + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/qm.dmi' + base_name = "quartermaster airlock" + airlock_type = /obj/machinery/door/airlock/command/qm + glass_type = /obj/machinery/door/airlock/command/qm/glass + +/obj/structure/door_assembly/door_assembly_ce + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/ce.dmi' + base_name = "chief engineer airlock" + airlock_type = /obj/machinery/door/airlock/command/ce + glass_type = /obj/machinery/door/airlock/command/ce/glass + +/obj/structure/door_assembly/door_assembly_sec + icon = 'modular_ss220/aesthetics/airlocks/icons/station/security.dmi' + +/obj/structure/door_assembly/door_assembly_eng + icon = 'modular_ss220/aesthetics/airlocks/icons/station/engineering.dmi' + +/obj/structure/door_assembly/door_assembly_min + icon = 'modular_ss220/aesthetics/airlocks/icons/station/mining.dmi' + +/obj/structure/door_assembly/door_assembly_atmo + icon = 'modular_ss220/aesthetics/airlocks/icons/station/atmos.dmi' + +/obj/structure/door_assembly/door_assembly_research + icon = 'modular_ss220/aesthetics/airlocks/icons/station/research.dmi' + +/obj/structure/door_assembly/door_assembly_science + icon = 'modular_ss220/aesthetics/airlocks/icons/station/science.dmi' + +/obj/structure/door_assembly/door_assembly_med + icon = 'modular_ss220/aesthetics/airlocks/icons/station/medical.dmi' + +/obj/structure/door_assembly/door_assembly_viro + icon = 'modular_ss220/aesthetics/airlocks/icons/station/virology.dmi' + +/obj/structure/door_assembly/door_assembly_hydro + icon = 'modular_ss220/aesthetics/airlocks/icons/station/botany.dmi' + base_name = "hydroponics airlock" + airlock_type = /obj/machinery/door/airlock/hydroponics + glass_type = /obj/machinery/door/airlock/hydroponics/glass + +/obj/structure/door_assembly/door_assembly_eva + icon = 'modular_ss220/aesthetics/airlocks/icons/station/eva.dmi' + base_name = "eva airlock" + airlock_type = /obj/machinery/door/airlock/eva + glass_type = /obj/machinery/door/airlock/eva/glass + +/obj/structure/door_assembly/door_assembly_service + icon = 'modular_ss220/aesthetics/airlocks/icons/station/service.dmi' + base_name = "service airlock" + airlock_type = /obj/machinery/door/airlock/service + glass_type = /obj/machinery/door/airlock/service/glass + +/obj/structure/door_assembly/door_assembly_psych + icon = 'modular_ss220/aesthetics/airlocks/icons/station/psych.dmi' + base_name = "psychiatrist airlock" + airlock_type = /obj/machinery/door/airlock/psych + glass_type = /obj/machinery/door/airlock/psych/glass + +/obj/structure/door_assembly/door_assembly_lawyer + icon = 'modular_ss220/aesthetics/airlocks/icons/station/corporate.dmi' + base_name = "lawyer airlock" + airlock_type = /obj/machinery/door/airlock/lawyer + glass_type = /obj/machinery/door/airlock/lawyer/glass + +/obj/structure/door_assembly/door_assembly_bathroom + icon = 'modular_ss220/aesthetics/airlocks/icons/station/bathroom.dmi' + base_name = "bathroom airlock" + airlock_type = /obj/machinery/door/airlock/bathroom + noglass = TRUE + +/obj/structure/door_assembly/door_assembly_mai + icon = 'modular_ss220/aesthetics/airlocks/icons/station/maintenance.dmi' + +/obj/structure/door_assembly/door_assembly_extmai + icon = 'modular_ss220/aesthetics/airlocks/icons/station/maintenanceexternal.dmi' + +/obj/structure/door_assembly/door_assembly_ext + icon = 'modular_ss220/aesthetics/airlocks/icons/external/external.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/external/overlays.dmi' + +/obj/structure/door_assembly/door_assembly_fre + icon = 'modular_ss220/aesthetics/airlocks/icons/station/freezer.dmi' + +/obj/structure/door_assembly/door_assembly_hatch + icon = 'modular_ss220/aesthetics/airlocks/icons/hatch/centcom.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi' + +/obj/structure/door_assembly/door_assembly_mhatch + icon = 'modular_ss220/aesthetics/airlocks/icons/hatch/maintenance.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi' + +/obj/structure/door_assembly/door_assembly_highsecurity + icon = 'modular_ss220/aesthetics/airlocks/icons/highsec/highsec.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/highsec/overlays.dmi' + +/obj/structure/door_assembly/door_assembly_centcom + icon = 'modular_ss220/aesthetics/airlocks/icons/centcom/centcom.dmi' + base_name = "centcom airlock" + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/centcom/overlays.dmi' + +// Mineral airlocks +/obj/structure/door_assembly/door_assembly_gold + icon = 'modular_ss220/aesthetics/airlocks/icons/station/gold.dmi' + +/obj/structure/door_assembly/door_assembly_silver + icon = 'modular_ss220/aesthetics/airlocks/icons/station/silver.dmi' + +/obj/structure/door_assembly/door_assembly_diamond + icon = 'modular_ss220/aesthetics/airlocks/icons/station/diamond.dmi' + +/obj/structure/door_assembly/door_assembly_uranium + icon = 'modular_ss220/aesthetics/airlocks/icons/station/uranium.dmi' + +/obj/structure/door_assembly/door_assembly_plasma + icon = 'modular_ss220/aesthetics/airlocks/icons/station/plasma.dmi' + +/obj/structure/door_assembly/door_assembly_bananium + icon = 'modular_ss220/aesthetics/airlocks/icons/station/bananium.dmi' + +/obj/structure/door_assembly/door_assembly_tranquillite + icon = 'modular_ss220/aesthetics/airlocks/icons/station/tranquilite.dmi' + +/obj/structure/door_assembly/door_assembly_sandstone + icon = 'modular_ss220/aesthetics/airlocks/icons/station/sandstone.dmi' + +/obj/structure/door_assembly/door_assembly_wood + icon = 'modular_ss220/aesthetics/airlocks/icons/station/wood.dmi' + +// Multi-tile airlocks +/obj/structure/door_assembly/multi_tile + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/glass_large.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/glass_large/overlays.dmi' + +/obj/structure/door_assembly/multi_tile/command + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/command_glass_large.dmi' + airlock_type = /obj/machinery/door/airlock/multi_tile/command + glass_type = /obj/machinery/door/airlock/multi_tile/command/glass + +/obj/structure/door_assembly/multi_tile/security + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/security_glass_large.dmi' + base_name = "security large airlock" + airlock_type = /obj/machinery/door/airlock/multi_tile/security + glass_type = /obj/machinery/door/airlock/multi_tile/security/glass + +/obj/structure/door_assembly/multi_tile/engineering + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/engineering_glass_large.dmi' + base_name = "engineering large airlock" + airlock_type = /obj/machinery/door/airlock/multi_tile/engineering + glass_type = /obj/machinery/door/airlock/multi_tile/engineering/glass + +/obj/structure/door_assembly/multi_tile/atmospheric + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/atmospheric_glass_large.dmi' + base_name = "atmospheric large airlock" + airlock_type = /obj/machinery/door/airlock/multi_tile/atmospheric + glass_type = /obj/machinery/door/airlock/multi_tile/atmospheric/glass + +/obj/structure/door_assembly/multi_tile/supply + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/supply_glass_large.dmi' + base_name = "supply large airlock" + airlock_type = /obj/machinery/door/airlock/multi_tile/supply + glass_type = /obj/machinery/door/airlock/multi_tile/supply/glass diff --git a/modular_ss220/aesthetics/airlocks/code/airlock_types.dm b/modular_ss220/aesthetics/airlocks/code/airlock_types.dm new file mode 100644 index 000000000000..fe4e113fd2cb --- /dev/null +++ b/modular_ss220/aesthetics/airlocks/code/airlock_types.dm @@ -0,0 +1,251 @@ +// Station airlocks +/obj/machinery/door/airlock/command + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/command.dmi' + +/obj/machinery/door/airlock/command/cap + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/cap.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_cap + +/obj/machinery/door/airlock/command/hop + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/hop.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_hop + +/obj/machinery/door/airlock/command/cmo + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/cmo.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_cmo + +/obj/machinery/door/airlock/command/rd + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/rd.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_rd + +/obj/machinery/door/airlock/command/hos + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/hos.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_hos + +/obj/machinery/door/airlock/command/qm + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/qm.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_qm + +/obj/machinery/door/airlock/command/ce + icon = 'modular_ss220/aesthetics/airlocks/icons/station/heads/ce.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_ce + +/obj/machinery/door/airlock/security + icon = 'modular_ss220/aesthetics/airlocks/icons/station/security.dmi' + +/obj/machinery/door/airlock/engineering + icon = 'modular_ss220/aesthetics/airlocks/icons/station/engineering.dmi' + +/obj/machinery/door/airlock/medical + icon = 'modular_ss220/aesthetics/airlocks/icons/station/medical.dmi' + +/obj/machinery/door/airlock/maintenance + icon = 'modular_ss220/aesthetics/airlocks/icons/station/maintenance.dmi' + +/obj/machinery/door/airlock/maintenance/external + icon = 'modular_ss220/aesthetics/airlocks/icons/station/maintenanceexternal.dmi' + +/obj/machinery/door/airlock/mining + icon = 'modular_ss220/aesthetics/airlocks/icons/station/mining.dmi' + +/obj/machinery/door/airlock/atmos + icon = 'modular_ss220/aesthetics/airlocks/icons/station/atmos.dmi' + +/obj/machinery/door/airlock/research + icon = 'modular_ss220/aesthetics/airlocks/icons/station/research.dmi' + +/obj/machinery/door/airlock/freezer + icon = 'modular_ss220/aesthetics/airlocks/icons/station/freezer.dmi' + +/obj/machinery/door/airlock/science + icon = 'modular_ss220/aesthetics/airlocks/icons/station/science.dmi' + +/obj/machinery/door/airlock/virology + icon = 'modular_ss220/aesthetics/airlocks/icons/station/virology.dmi' + +/obj/machinery/door/airlock/hydroponics + icon = 'modular_ss220/aesthetics/airlocks/icons/station/botany.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_hydro + +/obj/machinery/door/airlock/eva + icon = 'modular_ss220/aesthetics/airlocks/icons/station/eva.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_eva + +/obj/machinery/door/airlock/service + icon = 'modular_ss220/aesthetics/airlocks/icons/station/service.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_service + +/obj/machinery/door/airlock/psych + icon = 'modular_ss220/aesthetics/airlocks/icons/station/psych.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_psych + +/obj/machinery/door/airlock/bathroom + icon = 'modular_ss220/aesthetics/airlocks/icons/station/bathroom.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_bathroom + +/obj/machinery/door/airlock/lawyer + icon = 'modular_ss220/aesthetics/airlocks/icons/station/corporate.dmi' + assemblytype = /obj/structure/door_assembly/door_assembly_lawyer + +// Station airlocks glass +/obj/machinery/door/airlock/command/cap/glass + opacity = 0 + glass = TRUE + normal_integrity = 400 + +/obj/machinery/door/airlock/command/hop/glass + opacity = 0 + glass = TRUE + normal_integrity = 400 + +/obj/machinery/door/airlock/command/cmo/glass + opacity = 0 + glass = TRUE + normal_integrity = 400 + +/obj/machinery/door/airlock/command/rd/glass + opacity = 0 + glass = TRUE + normal_integrity = 400 + +/obj/machinery/door/airlock/command/hos/glass + opacity = 0 + glass = TRUE + normal_integrity = 400 + +/obj/machinery/door/airlock/command/qm/glass + opacity = 0 + glass = TRUE + normal_integrity = 400 + +/obj/machinery/door/airlock/command/ce/glass + opacity = 0 + glass = TRUE + normal_integrity = 400 + +/obj/machinery/door/airlock/hydroponics/glass + opacity = 0 + glass = TRUE + +/obj/machinery/door/airlock/eva/glass + opacity = 0 + glass = TRUE + +/obj/machinery/door/airlock/service/glass + opacity = 0 + glass = TRUE + +/obj/machinery/door/airlock/psych/glass + opacity = 0 + glass = TRUE + +/obj/machinery/door/airlock/lawyer/glass + opacity = 0 + glass = TRUE + +// Mineral airlocks +/obj/machinery/door/airlock/gold + icon = 'modular_ss220/aesthetics/airlocks/icons/station/gold.dmi' + +/obj/machinery/door/airlock/silver + icon = 'modular_ss220/aesthetics/airlocks/icons/station/silver.dmi' + +/obj/machinery/door/airlock/diamond + icon = 'modular_ss220/aesthetics/airlocks/icons/station/diamond.dmi' + +/obj/machinery/door/airlock/uranium + icon = 'modular_ss220/aesthetics/airlocks/icons/station/uranium.dmi' + +/obj/machinery/door/airlock/plasma + icon = 'modular_ss220/aesthetics/airlocks/icons/station/plasma.dmi' + +/obj/machinery/door/airlock/bananium + icon = 'modular_ss220/aesthetics/airlocks/icons/station/bananium.dmi' + +/obj/machinery/door/airlock/tranquillite + icon = 'modular_ss220/aesthetics/airlocks/icons/station/tranquilite.dmi' + +/obj/machinery/door/airlock/sandstone + icon = 'modular_ss220/aesthetics/airlocks/icons/station/sandstone.dmi' + +/obj/machinery/door/airlock/wood + icon = 'modular_ss220/aesthetics/airlocks/icons/station/wood.dmi' + +// Station2 airlocks +/obj/machinery/door/airlock/public + icon = 'modular_ss220/aesthetics/airlocks/icons/station2/glass.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/station2/overlays.dmi' + +// External airlocks +/obj/machinery/door/airlock/external + icon = 'modular_ss220/aesthetics/airlocks/icons/external/external.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/external/overlays.dmi' + note_overlay_file = 'modular_ss220/aesthetics/airlocks/icons/external/overlays.dmi' + +// Centcom airlocks +/obj/machinery/door/airlock/centcom + icon = 'modular_ss220/aesthetics/airlocks/icons/centcom/centcom.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/centcom/overlays.dmi' + +// Hatch airlocks +/obj/machinery/door/airlock/hatch + icon = 'modular_ss220/aesthetics/airlocks/icons/hatch/centcom.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi' + note_overlay_file = 'modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi' + +/obj/machinery/door/airlock/maintenance_hatch + icon = 'modular_ss220/aesthetics/airlocks/icons/hatch/maintenance.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi' + note_overlay_file = 'modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi' + +// High security airlocks +/obj/machinery/door/airlock/highsecurity + icon = 'modular_ss220/aesthetics/airlocks/icons/highsec/highsec.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/highsec/overlays.dmi' + +// Multi-tile airlocks +/obj/machinery/door/airlock/multi_tile + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/glass_large.dmi' + overlays_file = 'modular_ss220/aesthetics/airlocks/icons/glass_large/overlays.dmi' + note_overlay_file = 'modular_ss220/aesthetics/airlocks/icons/glass_large/overlays.dmi' + +/obj/machinery/door/airlock/multi_tile/command + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/command_glass_large.dmi' + assemblytype = /obj/structure/door_assembly/multi_tile/command + +/obj/machinery/door/airlock/multi_tile/security + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/security_glass_large.dmi' + assemblytype = /obj/structure/door_assembly/multi_tile/security + +/obj/machinery/door/airlock/multi_tile/engineering + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/engineering_glass_large.dmi' + assemblytype = /obj/structure/door_assembly/multi_tile/engineering + +/obj/machinery/door/airlock/multi_tile/atmospheric + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/atmospheric_glass_large.dmi' + assemblytype = /obj/structure/door_assembly/multi_tile/atmospheric + +/obj/machinery/door/airlock/multi_tile/supply + icon = 'modular_ss220/aesthetics/airlocks/icons/glass_large/supply_glass_large.dmi' + assemblytype = /obj/structure/door_assembly/multi_tile/supply + +// Multi-tile airlocks glass +/obj/machinery/door/airlock/multi_tile/command/glass + opacity = FALSE + glass = TRUE + +/obj/machinery/door/airlock/multi_tile/security/glass + opacity = FALSE + glass = TRUE + +/obj/machinery/door/airlock/multi_tile/engineering/glass + opacity = FALSE + glass = TRUE + +/obj/machinery/door/airlock/multi_tile/atmospheric/glass + opacity = FALSE + glass = TRUE + +/obj/machinery/door/airlock/multi_tile/supply/glass + opacity = FALSE + glass = TRUE diff --git a/modular_ss220/aesthetics/airlocks/icons/centcom/centcom.dmi b/modular_ss220/aesthetics/airlocks/icons/centcom/centcom.dmi new file mode 100644 index 000000000000..9d45122dd12c Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/centcom/centcom.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/centcom/overlays.dmi b/modular_ss220/aesthetics/airlocks/icons/centcom/overlays.dmi new file mode 100644 index 000000000000..eb4f3d850021 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/centcom/overlays.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/external/external.dmi b/modular_ss220/aesthetics/airlocks/icons/external/external.dmi new file mode 100644 index 000000000000..8a00a16ba3c0 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/external/external.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/external/overlays.dmi b/modular_ss220/aesthetics/airlocks/icons/external/overlays.dmi new file mode 100644 index 000000000000..20e02d7a6c1c Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/external/overlays.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/glass_large/atmospheric_glass_large.dmi b/modular_ss220/aesthetics/airlocks/icons/glass_large/atmospheric_glass_large.dmi new file mode 100644 index 000000000000..d02dd456027a Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/glass_large/atmospheric_glass_large.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/glass_large/command_glass_large.dmi b/modular_ss220/aesthetics/airlocks/icons/glass_large/command_glass_large.dmi new file mode 100644 index 000000000000..e9b28dcf83bf Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/glass_large/command_glass_large.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/glass_large/engineering_glass_large.dmi b/modular_ss220/aesthetics/airlocks/icons/glass_large/engineering_glass_large.dmi new file mode 100644 index 000000000000..24be6b72687e Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/glass_large/engineering_glass_large.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/glass_large/glass_large.dmi b/modular_ss220/aesthetics/airlocks/icons/glass_large/glass_large.dmi new file mode 100644 index 000000000000..ddd1871e6fef Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/glass_large/glass_large.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/glass_large/overlays.dmi b/modular_ss220/aesthetics/airlocks/icons/glass_large/overlays.dmi new file mode 100644 index 000000000000..bf5be7bccd4f Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/glass_large/overlays.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/glass_large/security_glass_large.dmi b/modular_ss220/aesthetics/airlocks/icons/glass_large/security_glass_large.dmi new file mode 100644 index 000000000000..bd9885421cd7 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/glass_large/security_glass_large.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/glass_large/supply_glass_large.dmi b/modular_ss220/aesthetics/airlocks/icons/glass_large/supply_glass_large.dmi new file mode 100644 index 000000000000..d4c76b17e497 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/glass_large/supply_glass_large.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/hatch/centcom.dmi b/modular_ss220/aesthetics/airlocks/icons/hatch/centcom.dmi new file mode 100644 index 000000000000..64d15207b599 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/hatch/centcom.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/hatch/maintenance.dmi b/modular_ss220/aesthetics/airlocks/icons/hatch/maintenance.dmi new file mode 100644 index 000000000000..3303591517f6 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/hatch/maintenance.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi b/modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi new file mode 100644 index 000000000000..b504cce39662 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/hatch/overlays.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/highsec/highsec.dmi b/modular_ss220/aesthetics/airlocks/icons/highsec/highsec.dmi new file mode 100644 index 000000000000..eb5e312d93c9 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/highsec/highsec.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/highsec/overlays.dmi b/modular_ss220/aesthetics/airlocks/icons/highsec/overlays.dmi new file mode 100644 index 000000000000..97f2c7fc5c5c Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/highsec/overlays.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/atmos.dmi b/modular_ss220/aesthetics/airlocks/icons/station/atmos.dmi new file mode 100644 index 000000000000..8bf12b5fa751 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/atmos.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/bananium.dmi b/modular_ss220/aesthetics/airlocks/icons/station/bananium.dmi new file mode 100644 index 000000000000..cad8ba902d80 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/bananium.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/bathroom.dmi b/modular_ss220/aesthetics/airlocks/icons/station/bathroom.dmi new file mode 100644 index 000000000000..68fd49dc9ac1 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/bathroom.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/botany.dmi b/modular_ss220/aesthetics/airlocks/icons/station/botany.dmi new file mode 100644 index 000000000000..2a8ef28d0e1d Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/botany.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/corporate.dmi b/modular_ss220/aesthetics/airlocks/icons/station/corporate.dmi new file mode 100644 index 000000000000..3209e7f59ba4 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/corporate.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/diamond.dmi b/modular_ss220/aesthetics/airlocks/icons/station/diamond.dmi new file mode 100644 index 000000000000..e7ec1cffb65d Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/diamond.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/engineering.dmi b/modular_ss220/aesthetics/airlocks/icons/station/engineering.dmi new file mode 100644 index 000000000000..f9e1f5915f79 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/engineering.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/eva.dmi b/modular_ss220/aesthetics/airlocks/icons/station/eva.dmi new file mode 100644 index 000000000000..6c495b54322f Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/eva.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/freezer.dmi b/modular_ss220/aesthetics/airlocks/icons/station/freezer.dmi new file mode 100644 index 000000000000..ad3a1c72a84c Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/freezer.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/gold.dmi b/modular_ss220/aesthetics/airlocks/icons/station/gold.dmi new file mode 100644 index 000000000000..a2977d95cf9d Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/gold.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/cap.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/cap.dmi new file mode 100644 index 000000000000..7417588b5390 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/cap.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/ce.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/ce.dmi new file mode 100644 index 000000000000..2223e252cb00 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/ce.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/cmo.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/cmo.dmi new file mode 100644 index 000000000000..a44e60ac2c62 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/cmo.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/command.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/command.dmi new file mode 100644 index 000000000000..affe4c1fd2f9 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/command.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/hop.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/hop.dmi new file mode 100644 index 000000000000..c17a3c2cebe7 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/hop.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/hos.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/hos.dmi new file mode 100644 index 000000000000..9ddc7cb63ba1 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/hos.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/qm.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/qm.dmi new file mode 100644 index 000000000000..0ebfb5fd5e47 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/qm.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/heads/rd.dmi b/modular_ss220/aesthetics/airlocks/icons/station/heads/rd.dmi new file mode 100644 index 000000000000..cac461fb63c5 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/heads/rd.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/maintenance.dmi b/modular_ss220/aesthetics/airlocks/icons/station/maintenance.dmi new file mode 100644 index 000000000000..cc96c755a8e2 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/maintenance.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/maintenanceexternal.dmi b/modular_ss220/aesthetics/airlocks/icons/station/maintenanceexternal.dmi new file mode 100644 index 000000000000..c7d8e6154e8a Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/maintenanceexternal.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/medical.dmi b/modular_ss220/aesthetics/airlocks/icons/station/medical.dmi new file mode 100644 index 000000000000..e33bff783ebc Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/medical.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/mining.dmi b/modular_ss220/aesthetics/airlocks/icons/station/mining.dmi new file mode 100644 index 000000000000..86ec771471e3 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/mining.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/overlays.dmi b/modular_ss220/aesthetics/airlocks/icons/station/overlays.dmi new file mode 100644 index 000000000000..6c3a6fca97f6 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/overlays.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/plasma.dmi b/modular_ss220/aesthetics/airlocks/icons/station/plasma.dmi new file mode 100644 index 000000000000..a90fa8f0bce5 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/plasma.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/psych.dmi b/modular_ss220/aesthetics/airlocks/icons/station/psych.dmi new file mode 100644 index 000000000000..d8bbc788f9eb Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/psych.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/public.dmi b/modular_ss220/aesthetics/airlocks/icons/station/public.dmi new file mode 100644 index 000000000000..1e3258bd1708 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/public.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/research.dmi b/modular_ss220/aesthetics/airlocks/icons/station/research.dmi new file mode 100644 index 000000000000..6c3b23107858 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/research.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/sandstone.dmi b/modular_ss220/aesthetics/airlocks/icons/station/sandstone.dmi new file mode 100644 index 000000000000..ac4dc7179059 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/sandstone.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/science.dmi b/modular_ss220/aesthetics/airlocks/icons/station/science.dmi new file mode 100644 index 000000000000..95396c1d403e Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/science.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/security.dmi b/modular_ss220/aesthetics/airlocks/icons/station/security.dmi new file mode 100644 index 000000000000..f38b9e05405d Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/security.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/service.dmi b/modular_ss220/aesthetics/airlocks/icons/station/service.dmi new file mode 100644 index 000000000000..e155823d8d3d Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/service.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/silver.dmi b/modular_ss220/aesthetics/airlocks/icons/station/silver.dmi new file mode 100644 index 000000000000..47105c88bf14 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/silver.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/tranquilite.dmi b/modular_ss220/aesthetics/airlocks/icons/station/tranquilite.dmi new file mode 100644 index 000000000000..851568e1dab2 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/tranquilite.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/uranium.dmi b/modular_ss220/aesthetics/airlocks/icons/station/uranium.dmi new file mode 100644 index 000000000000..d23811bacd40 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/uranium.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/virology.dmi b/modular_ss220/aesthetics/airlocks/icons/station/virology.dmi new file mode 100644 index 000000000000..600dd9ee225b Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/virology.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station/wood.dmi b/modular_ss220/aesthetics/airlocks/icons/station/wood.dmi new file mode 100644 index 000000000000..b5973a7219f2 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station/wood.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station2/glass.dmi b/modular_ss220/aesthetics/airlocks/icons/station2/glass.dmi new file mode 100644 index 000000000000..6c8259ab0de3 Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station2/glass.dmi differ diff --git a/modular_ss220/aesthetics/airlocks/icons/station2/overlays.dmi b/modular_ss220/aesthetics/airlocks/icons/station2/overlays.dmi new file mode 100644 index 000000000000..639306e58cdf Binary files /dev/null and b/modular_ss220/aesthetics/airlocks/icons/station2/overlays.dmi differ diff --git a/modular_ss220/aesthetics/apc/code/apc.dm b/modular_ss220/aesthetics/apc/code/apc.dm new file mode 100644 index 000000000000..4e2409e66e6f --- /dev/null +++ b/modular_ss220/aesthetics/apc/code/apc.dm @@ -0,0 +1,2 @@ +/obj/machinery/power/apc + layer = ABOVE_WINDOW_LAYER diff --git a/modular_ss220/aesthetics/applicator/code/applicator.dm b/modular_ss220/aesthetics/applicator/code/applicator.dm new file mode 100644 index 000000000000..16c33c328a71 --- /dev/null +++ b/modular_ss220/aesthetics/applicator/code/applicator.dm @@ -0,0 +1,2 @@ +/obj/item/reagent_containers/applicator + icon = 'modular_ss220/aesthetics/applicator/icons/applicator.dmi' diff --git a/modular_ss220/aesthetics/applicator/icons/applicator.dmi b/modular_ss220/aesthetics/applicator/icons/applicator.dmi new file mode 100644 index 000000000000..a39e0b9ea9fb Binary files /dev/null and b/modular_ss220/aesthetics/applicator/icons/applicator.dmi differ diff --git a/modular_ss220/aesthetics/atm/code/atm.dm b/modular_ss220/aesthetics/atm/code/atm.dm new file mode 100644 index 000000000000..f79e8bf177dc --- /dev/null +++ b/modular_ss220/aesthetics/atm/code/atm.dm @@ -0,0 +1,2 @@ +/obj/machinery/economy/atm + icon = 'modular_ss220/aesthetics/atm/icons/atm.dmi' diff --git a/modular_ss220/aesthetics/atm/icons/atm.dmi b/modular_ss220/aesthetics/atm/icons/atm.dmi new file mode 100644 index 000000000000..de0cb700cd9c Binary files /dev/null and b/modular_ss220/aesthetics/atm/icons/atm.dmi differ diff --git a/modular_ss220/aesthetics/basketball/code/basketball.dm b/modular_ss220/aesthetics/basketball/code/basketball.dm new file mode 100644 index 000000000000..c05a6802902f --- /dev/null +++ b/modular_ss220/aesthetics/basketball/code/basketball.dm @@ -0,0 +1,2 @@ +/obj/structure/holohoop + icon = 'modular_ss220/aesthetics/basketball/icons/basketball.dmi' diff --git a/modular_ss220/aesthetics/basketball/icons/basketball.dmi b/modular_ss220/aesthetics/basketball/icons/basketball.dmi new file mode 100644 index 000000000000..d069a905e44f Binary files /dev/null and b/modular_ss220/aesthetics/basketball/icons/basketball.dmi differ diff --git a/modular_ss220/aesthetics/better_ids/code/better_ids.dm b/modular_ss220/aesthetics/better_ids/code/better_ids.dm new file mode 100644 index 000000000000..c6b126df4d92 --- /dev/null +++ b/modular_ss220/aesthetics/better_ids/code/better_ids.dm @@ -0,0 +1,30 @@ +GLOBAL_LIST_INIT(card_skins_ss220, list( + "id", "silver", "gold", "data", + "assistant", "civilian", "librarian", "chaplain", "janitor", "botanist", "chef", "bartender", "clown", "mime", + "intern", "medical", "paramedic", "psychiatrist", "coroner", "virologist", "chemist", "warden", "internalaffairsagent", + "geneticist", "student", "research", "roboticist", "cadet", "security", "detective", "quartermaster", "cargo", "explorer", + "shaftminer", "trainee", "engineering", "atmostech", "captain", "HoP", "HoS", "CMO", "RD", "CE", "prisoner", "rainbow" +)) + +GLOBAL_LIST_INIT(card_skins_special_ss220, list( + "ERT_empty", "centcom", "ERT_leader", "ERT_security", "ERT_medical", "ERT_engineering", "ERT_paranormal", "ERT_janitorial", "ntrep", + "blueshield", "magistrate", "deathsquad", "commander", "syndie", "syndierd", "syndiebotany", "syndiecargo", "syndieengineer", "syndiechef", + "syndiemedical", "syndiernd", "ussp", "clownsquad", "TDred", "TDgreen" +)) + +GLOBAL_LIST_INIT(card_skins_donor_ss220, list( + /* Tier 2 */ + "barber", "bath", "casino", "waiter", "acolyte", "wrestler", "painter", "musician", "actor", + /* Tier 3 */ + "administrator", "touristtsf", "touristussp", "apprentice", "guard", "migrant", "uncertain", + /* Tier 4 */ + "adjutant", "butler", "maid", "representativetsf", "representativeussp", "dealer", + /* Tier 5 */ + "vipcorporateguest", "banker", "securityclown" +)) + +/obj/item/card + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + +/obj/item/nanomob_card + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' diff --git a/modular_ss220/aesthetics/better_ids/icons/card.dmi b/modular_ss220/aesthetics/better_ids/icons/card.dmi new file mode 100644 index 000000000000..a6270c06d585 Binary files /dev/null and b/modular_ss220/aesthetics/better_ids/icons/card.dmi differ diff --git a/modular_ss220/aesthetics/blastdoor/code/blastdoor.dm b/modular_ss220/aesthetics/blastdoor/code/blastdoor.dm new file mode 100644 index 000000000000..9ddd064aae49 --- /dev/null +++ b/modular_ss220/aesthetics/blastdoor/code/blastdoor.dm @@ -0,0 +1,11 @@ +/obj/machinery/door/poddoor + icon = 'modular_ss220/aesthetics/blastdoor/icons/blastdoor.dmi' + +/obj/machinery/door/poddoor/do_animate(animation) + switch(animation) + if("opening") + flick("opening", src) + playsound(src, 'modular_ss220/aesthetics/blastdoor/sound/blastdoor.ogg', 30, 1) + if("closing") + flick("closing", src) + playsound(src, 'modular_ss220/aesthetics/blastdoor/sound/blastdoor.ogg', 30, 1) diff --git a/modular_ss220/aesthetics/blastdoor/icons/blastdoor.dmi b/modular_ss220/aesthetics/blastdoor/icons/blastdoor.dmi new file mode 100644 index 000000000000..672c161c10ed Binary files /dev/null and b/modular_ss220/aesthetics/blastdoor/icons/blastdoor.dmi differ diff --git a/modular_ss220/aesthetics/blastdoor/sound/blastdoor.ogg b/modular_ss220/aesthetics/blastdoor/sound/blastdoor.ogg new file mode 100644 index 000000000000..93e53513985a Binary files /dev/null and b/modular_ss220/aesthetics/blastdoor/sound/blastdoor.ogg differ diff --git a/modular_ss220/aesthetics/boxes/icons/boxes.dmi b/modular_ss220/aesthetics/boxes/icons/boxes.dmi new file mode 100644 index 000000000000..f29adf034db1 Binary files /dev/null and b/modular_ss220/aesthetics/boxes/icons/boxes.dmi differ diff --git a/modular_ss220/aesthetics/cameras/code/cameras.dm b/modular_ss220/aesthetics/cameras/code/cameras.dm new file mode 100644 index 000000000000..d7a04bd4b19b --- /dev/null +++ b/modular_ss220/aesthetics/cameras/code/cameras.dm @@ -0,0 +1,8 @@ +/obj/machinery/camera + icon = 'modular_ss220/aesthetics/cameras/icons/cameras.dmi' + +/obj/machinery/camera/tracking_head + icon = 'icons/obj/monitors.dmi' + +/obj/item/camera_assembly + icon = 'modular_ss220/aesthetics/cameras/icons/cameras.dmi' diff --git a/modular_ss220/aesthetics/cameras/icons/cameras.dmi b/modular_ss220/aesthetics/cameras/icons/cameras.dmi new file mode 100644 index 000000000000..82ab045a7735 Binary files /dev/null and b/modular_ss220/aesthetics/cameras/icons/cameras.dmi differ diff --git a/modular_ss220/aesthetics/chairs/code/chairs.dm b/modular_ss220/aesthetics/chairs/code/chairs.dm new file mode 100644 index 000000000000..f1188002fb66 --- /dev/null +++ b/modular_ss220/aesthetics/chairs/code/chairs.dm @@ -0,0 +1,48 @@ +// Recoloring comfy's +/obj/structure/chair/comfy/beige + color = rgb(240, 240, 200) + +/obj/structure/chair/comfy/black + color = rgb(60, 60, 55) + +/obj/structure/chair/comfy/red + color = rgb(165, 65, 65) + +/obj/structure/chair/comfy/brown + color = rgb(141, 70, 0) + +/obj/structure/chair/comfy/green + color = rgb(80, 170, 85) + +/obj/structure/chair/comfy/lime + color = rgb(185, 210, 115) + +/obj/structure/chair/comfy/yellow + color = rgb(225, 215, 125) + +/obj/structure/chair/comfy/blue + color = rgb(80, 125, 220) + +/obj/structure/chair/comfy/teal + color = rgb(115, 215, 215) + +/obj/structure/chair/comfy/purp + color = rgb(100, 65, 120) + +/obj/structure/chair/e_chair + icon = 'modular_ss220/aesthetics/chairs/icons/chairs.dmi' + +//TODO: Support or chairs + +/obj/item/chair/stool/bar/dark + icon = 'modular_ss220/aesthetics/chairs/icons/chairs.dmi' + icon_state = "bar_toppled_dark" + item_state = "stool_bar_dark" + origin_type = /obj/structure/chair/stool/bar/dark + lefthand_file = 'modular_ss220/aesthetics/chairs/icons/chairs_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/chairs/icons/chairs_righthand.dmi' + +/obj/structure/chair/stool/bar/dark + icon = 'modular_ss220/aesthetics/chairs/icons/chairs.dmi' + icon_state = "bar_dark" + item_chair = /obj/item/chair/stool/bar/dark diff --git a/modular_ss220/aesthetics/chairs/icons/chairs.dmi b/modular_ss220/aesthetics/chairs/icons/chairs.dmi new file mode 100644 index 000000000000..634cdbc69ce8 Binary files /dev/null and b/modular_ss220/aesthetics/chairs/icons/chairs.dmi differ diff --git a/modular_ss220/aesthetics/chairs/icons/chairs_lefthand.dmi b/modular_ss220/aesthetics/chairs/icons/chairs_lefthand.dmi new file mode 100644 index 000000000000..f3238b0616ba Binary files /dev/null and b/modular_ss220/aesthetics/chairs/icons/chairs_lefthand.dmi differ diff --git a/modular_ss220/aesthetics/chairs/icons/chairs_righthand.dmi b/modular_ss220/aesthetics/chairs/icons/chairs_righthand.dmi new file mode 100644 index 000000000000..ac882e8ebf82 Binary files /dev/null and b/modular_ss220/aesthetics/chairs/icons/chairs_righthand.dmi differ diff --git a/modular_ss220/aesthetics/closets/code/closets.dm b/modular_ss220/aesthetics/closets/code/closets.dm new file mode 100644 index 000000000000..a269306e34ab --- /dev/null +++ b/modular_ss220/aesthetics/closets/code/closets.dm @@ -0,0 +1,11 @@ +/obj/structure/closet/cabinet + icon = 'modular_ss220/aesthetics/closets/icons/closets.dmi' + +/obj/structure/closet/secure_closet/detective + icon = 'modular_ss220/aesthetics/closets/icons/closets.dmi' + +/obj/structure/closet/secure_closet/bar + icon = 'modular_ss220/aesthetics/closets/icons/closets.dmi' + +/obj/structure/closet/secure_closet/personal/cabinet + icon = 'modular_ss220/aesthetics/closets/icons/closets.dmi' diff --git a/modular_ss220/aesthetics/closets/icons/closets.dmi b/modular_ss220/aesthetics/closets/icons/closets.dmi new file mode 100644 index 000000000000..63e33eab1a31 Binary files /dev/null and b/modular_ss220/aesthetics/closets/icons/closets.dmi differ diff --git a/modular_ss220/aesthetics/decals/code/decals.dm b/modular_ss220/aesthetics/decals/code/decals.dm new file mode 100644 index 000000000000..b2e8249cd569 --- /dev/null +++ b/modular_ss220/aesthetics/decals/code/decals.dm @@ -0,0 +1,379 @@ +/datum/element/decal/generate_appearance(_icon, _icon_state, _dir, _layer, _color, _alpha, source) + . = ..() + if(!.) + return + var/atom/master = source + if(master::color && _color) + pic.appearance_flags |= RESET_COLOR + +#define WOODEN_DECAL_HELPER(path)\ +##path/end {\ + icon_state = "siding_wood_end";\ +}\ +##path/corner {\ + icon_state = "siding_wood_corner";\ +}\ + +/* Wood Siding */ +/obj/effect/turf_decal/siding + icon = 'modular_ss220/aesthetics/decals/icons/siding.dmi' + icon_state = "siding_line" + +/obj/effect/turf_decal/siding/wood + icon_state = "siding_wood_line" + color = "#864A2D" + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood) + +/obj/effect/turf_decal/siding/wood/neutral + color = null + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/neutral) + +/obj/effect/turf_decal/siding/wood/oak + color = "#644526"; + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/oak) + +/obj/effect/turf_decal/siding/wood/birch + color = "#FFECB3"; + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/birch) + +/obj/effect/turf_decal/siding/wood/cherry + color = "#643412"; + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/cherry) + +/obj/effect/turf_decal/siding/wood/amaranth + color = "#6B2E3E"; + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/amaranth) + +/obj/effect/turf_decal/siding/wood/ebonite + color = "#363649"; + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/ebonite) + +/obj/effect/turf_decal/siding/wood/pink_ivory + color = "#D78575"; + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/pink_ivory) + +/obj/effect/turf_decal/siding/wood/guaiacum + color = "#5C6250"; + +WOODEN_DECAL_HELPER(/obj/effect/turf_decal/siding/wood/guaiacum) + +/* SIDING */ +/obj/effect/turf_decal/siding/white + color = "#BCBCBC" + +/obj/effect/turf_decal/siding/white/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/white/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/red + color = "#DE3A3A" + +/obj/effect/turf_decal/siding/red/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/red/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/dark_red + color = "#B11111" + +/obj/effect/turf_decal/siding/dark_red/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/dark_red/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/green + color = "#9FED58" + +/obj/effect/turf_decal/siding/green/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/green/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/blue + color = "#52B4E9" + +/obj/effect/turf_decal/siding/blue/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/blue/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/yellow + color = "#EFB341" + +/obj/effect/turf_decal/siding/yellow/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/yellow/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/purple + color = "#D381C9" + +/obj/effect/turf_decal/siding/purple/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/purple/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/brown + color = "#A46106" + +/obj/effect/turf_decal/siding/brown/corner + icon_state = "siding_corner" + +/obj/effect/turf_decal/siding/brown/end + icon_state = "siding_end" + +/obj/effect/turf_decal/siding/thinplating + icon_state = "siding_thinplating_line" + color = "#aaaaaa" + +/obj/effect/turf_decal/siding/thinplating/corner + icon_state = "siding_thinplating_corner" + +/obj/effect/turf_decal/siding/thinplating/end + icon_state = "siding_thinplating_end" + +/obj/effect/turf_decal/siding/thinplating/light + color = "#FFFFFF" + +/obj/effect/turf_decal/siding/thinplating/light/corner + icon_state = "siding_thinplating_corner" + +/obj/effect/turf_decal/siding/thinplating/light/end + icon_state = "siding_thinplating_end" + +/obj/effect/turf_decal/siding/thinplating/dark + icon_state = "siding_thinplating_line" + color = "#474747" + +/obj/effect/turf_decal/siding/thinplating/dark/corner + icon_state = "siding_thinplating_corner" + +/obj/effect/turf_decal/siding/thinplating/dark/end + icon_state = "siding_thinplating_end" + +/obj/effect/turf_decal/siding/wideplating + icon_state = "siding_wideplating_line" + color = "#aaaaaa" + +/obj/effect/turf_decal/siding/wideplating/corner + icon_state = "siding_wideplating_corner" + +/obj/effect/turf_decal/siding/wideplating/end + icon_state = "siding_wideplating_end" + +/obj/effect/turf_decal/siding/wideplating/light + color = "#FFFFFF" + +/obj/effect/turf_decal/siding/wideplating/light/corner + icon_state = "siding_wideplating_corner" + +/obj/effect/turf_decal/siding/wideplating/light/end + icon_state = "siding_wideplating_end" + +/obj/effect/turf_decal/siding/wideplating/dark + icon_state = "siding_wideplating_line" + color = "#474747" + +/obj/effect/turf_decal/siding/wideplating/dark/corner + icon_state = "siding_wideplating_corner" + +/obj/effect/turf_decal/siding/wideplating/dark/end + icon_state = "siding_wideplating_end" + +/obj/effect/turf_decal/siding/trimline + icon_state = "trimline_fill" + color = "#aaaaaa" + alpha = 120 + +/obj/effect/turf_decal/siding/trimline/corner + icon_state = "trimline_corner_fill" + +/obj/effect/turf_decal/siding/trimline/end + icon_state = "trimline_end_fill" + +/obj/effect/turf_decal/siding/trimline/light + color = "#FFFFFF" + +/obj/effect/turf_decal/siding/trimline/light/corner + icon_state = "trimline_corner_fill" + +/obj/effect/turf_decal/siding/trimline/light/end + icon_state = "trimline_end_fill" + +/obj/effect/turf_decal/siding/trimline/dark + color = "#474747" + +/obj/effect/turf_decal/siding/trimline/dark/corner + icon_state = "trimline_corner_fill" + +/obj/effect/turf_decal/siding/trimline/dark/end + icon_state = "trimline_end_fill" + +/obj/effect/turf_decal/siding/trimline/green + color = "#9FED58" + +/obj/effect/turf_decal/siding/trimline/green/corner + icon_state = "trimline_corner_fill" + +/obj/effect/turf_decal/siding/trimline/green/end + icon_state = "trimline_end_fill" + +/obj/effect/turf_decal/siding/trimline/blue + color = "#486091" + +/obj/effect/turf_decal/siding/trimline/blue/corner + icon_state = "trimline_corner_fill" + +/obj/effect/turf_decal/siding/trimline/blue/end + icon_state = "trimline_end_fill" + +/obj/effect/turf_decal/siding/trimline/brown + color = "#A46106" + +/obj/effect/turf_decal/siding/trimline/brown/corner + icon_state = "trimline_corner_fill" + +/obj/effect/turf_decal/siding/trimline/brown/end + icon_state = "trimline_end_fill" + +/* TILE */ +/obj/effect/turf_decal/tile + icon = 'modular_ss220/aesthetics/decals/icons/tile.dmi' + +/// Automatically generates all subtypes for a decal with the given path. +#define TILE_DECAL_SUBTYPE_HELPER(path)\ +##path/opposingcorners {\ + icon_state = "tile_opposing_corners";\ +}\ +##path/half {\ + icon_state = "tile_half";\ +}\ +##path/half/contrasted {\ + icon_state = "tile_half_contrasted";\ +}\ +##path/anticorner {\ + icon_state = "tile_anticorner";\ +}\ +##path/anticorner/contrasted {\ + icon_state = "tile_anticorner_contrasted";\ +}\ +##path/fourcorners {\ + icon_state = "tile_fourcorners";\ +}\ +##path/full {\ + icon_state = "tile_full";\ +}\ +##path/diagonal_centre {\ + icon_state = "diagonal_centre";\ +}\ +##path/diagonal_edge {\ + icon_state = "diagonal_edge";\ +} + +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/blue) +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/green) +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/yellow) +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/red) +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/bar) +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/purple) +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/brown) +TILE_DECAL_SUBTYPE_HELPER(/obj/effect/turf_decal/tile/neutral) + +/* GRASS */ +/obj/effect/turf_decal/grass + icon = 'modular_ss220/aesthetics/decals/icons/grass.dmi' + icon_state = "grass_edge_big" + base_icon_state = "grass_edge" + +/* NUMBERS */ +/obj/effect/turf_decal/miscellaneous/number + icon = 'modular_ss220/aesthetics/decals/icons/number.dmi' + icon_state = "number_0" + +/obj/effect/turf_decal/miscellaneous/number/number_1 + icon_state = "number_1" + +/obj/effect/turf_decal/miscellaneous/number/number_2 + icon_state = "number_2" + +/obj/effect/turf_decal/miscellaneous/number/number_3 + icon_state = "number_3" + +/obj/effect/turf_decal/miscellaneous/number/number_4 + icon_state = "number_4" + +/obj/effect/turf_decal/miscellaneous/number/number_5 + icon_state = "number_5" + +/obj/effect/turf_decal/miscellaneous/number/number_6 + icon_state = "number_6" + +/obj/effect/turf_decal/miscellaneous/number/number_7 + icon_state = "number_7" + +/obj/effect/turf_decal/miscellaneous/number/number_8 + icon_state = "number_8" + +/obj/effect/turf_decal/miscellaneous/number/number_9 + icon_state = "number_9" + +/* NT LOGO */ +/obj/effect/decal/nanotrasen_logo + name = "Nanotrasen Logo" + icon = 'modular_ss220/aesthetics/decals/icons/NT_logo.dmi' + +/obj/effect/decal/nanotrasen_logo/n1 + icon_state = "logo1" + +/obj/effect/decal/nanotrasen_logo/n2 + icon_state = "logo2" + +/obj/effect/decal/nanotrasen_logo/n3 + icon_state = "logo3" + +/obj/effect/decal/nanotrasen_logo/n4 + icon_state = "logo4" + +/obj/effect/decal/nanotrasen_logo/n5 + icon_state = "logo5" + +/obj/effect/decal/nanotrasen_logo/n6 + icon_state = "logo6" + +/* CLEANABLE */ +/obj/effect/decal/cleanable/dust + name = "dust" + desc = "It's a little dusty. Someone should clean that up." + gender = PLURAL + density = FALSE + layer = TURF_LAYER + icon = 'modular_ss220/aesthetics/decals/icons/dirt.dmi' + icon_state = "dust" + base_icon_state = "dust" + mouse_opacity = FALSE + +/* Fake Lattice */ +/obj/effect/decal/fakelattice + name = "lattice" + desc = "A lightweight support lattice." + icon = 'icons/obj/smooth_structures/lattice.dmi' + icon_state = "lattice-255" + density = TRUE + +#undef WOODEN_DECAL_HELPER diff --git a/modular_ss220/aesthetics/decals/icons/NT_logo.dmi b/modular_ss220/aesthetics/decals/icons/NT_logo.dmi new file mode 100644 index 000000000000..db400f9f79bb Binary files /dev/null and b/modular_ss220/aesthetics/decals/icons/NT_logo.dmi differ diff --git a/modular_ss220/aesthetics/decals/icons/dirt.dmi b/modular_ss220/aesthetics/decals/icons/dirt.dmi new file mode 100644 index 000000000000..5686e3282b3f Binary files /dev/null and b/modular_ss220/aesthetics/decals/icons/dirt.dmi differ diff --git a/modular_ss220/aesthetics/decals/icons/grass.dmi b/modular_ss220/aesthetics/decals/icons/grass.dmi new file mode 100644 index 000000000000..68076d6bde08 Binary files /dev/null and b/modular_ss220/aesthetics/decals/icons/grass.dmi differ diff --git a/modular_ss220/aesthetics/decals/icons/number.dmi b/modular_ss220/aesthetics/decals/icons/number.dmi new file mode 100644 index 000000000000..04357ba56429 Binary files /dev/null and b/modular_ss220/aesthetics/decals/icons/number.dmi differ diff --git a/modular_ss220/aesthetics/decals/icons/siding.dmi b/modular_ss220/aesthetics/decals/icons/siding.dmi new file mode 100644 index 000000000000..127b3431102d Binary files /dev/null and b/modular_ss220/aesthetics/decals/icons/siding.dmi differ diff --git a/modular_ss220/aesthetics/decals/icons/tile.dmi b/modular_ss220/aesthetics/decals/icons/tile.dmi new file mode 100644 index 000000000000..bb38116c3e03 Binary files /dev/null and b/modular_ss220/aesthetics/decals/icons/tile.dmi differ diff --git a/modular_ss220/aesthetics/dirwindows/code/dirwindows.dm b/modular_ss220/aesthetics/dirwindows/code/dirwindows.dm new file mode 100644 index 000000000000..b6fbfd812cb2 --- /dev/null +++ b/modular_ss220/aesthetics/dirwindows/code/dirwindows.dm @@ -0,0 +1,17 @@ +/obj/structure/holowindow + icon = 'modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi' + +/obj/structure/window/basic + icon = 'modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi' + +/obj/structure/window/reinforced + icon = 'modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi' + +/obj/structure/window/reinforced/tinted + icon = 'modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi' + +/obj/structure/window/plasmabasic + icon = 'modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi' + +/obj/structure/window/plasmareinforced + icon = 'modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi' diff --git a/modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi b/modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi new file mode 100644 index 000000000000..c9aa5b12d911 Binary files /dev/null and b/modular_ss220/aesthetics/dirwindows/icons/dirwindows.dmi differ diff --git a/modular_ss220/aesthetics/door_control/code/door_control.dm b/modular_ss220/aesthetics/door_control/code/door_control.dm new file mode 100644 index 000000000000..4e7c60ff77e5 --- /dev/null +++ b/modular_ss220/aesthetics/door_control/code/door_control.dm @@ -0,0 +1,2 @@ +/obj/machinery/door_control + layer = ABOVE_WINDOW_LAYER diff --git a/modular_ss220/aesthetics/dresser/code/dresser.dm b/modular_ss220/aesthetics/dresser/code/dresser.dm new file mode 100644 index 000000000000..6dcf5993f629 --- /dev/null +++ b/modular_ss220/aesthetics/dresser/code/dresser.dm @@ -0,0 +1,3 @@ +/obj/structure/dresser + icon = 'modular_ss220/aesthetics/dresser/icons/dresser.dmi' + icon_state = "dresser" diff --git a/modular_ss220/aesthetics/dresser/icons/dresser.dmi b/modular_ss220/aesthetics/dresser/icons/dresser.dmi new file mode 100644 index 000000000000..32bc0252a965 Binary files /dev/null and b/modular_ss220/aesthetics/dresser/icons/dresser.dmi differ diff --git a/modular_ss220/aesthetics/extinguisher/code/extinguisher.dm b/modular_ss220/aesthetics/extinguisher/code/extinguisher.dm new file mode 100644 index 000000000000..dab601abb774 --- /dev/null +++ b/modular_ss220/aesthetics/extinguisher/code/extinguisher.dm @@ -0,0 +1,5 @@ +/obj/structure/extinguisher_cabinet + icon = 'modular_ss220/aesthetics/extinguisher/icons/extinguisher.dmi' + +/obj/item/mounted/frame/extinguisher + icon = 'modular_ss220/aesthetics/extinguisher/icons/extinguisher.dmi' diff --git a/modular_ss220/aesthetics/extinguisher/icons/extinguisher.dmi b/modular_ss220/aesthetics/extinguisher/icons/extinguisher.dmi new file mode 100644 index 000000000000..d4a718e020a2 Binary files /dev/null and b/modular_ss220/aesthetics/extinguisher/icons/extinguisher.dmi differ diff --git a/modular_ss220/aesthetics/firealarm/code/firealarm.dm b/modular_ss220/aesthetics/firealarm/code/firealarm.dm new file mode 100644 index 000000000000..9f8dfe3632d2 --- /dev/null +++ b/modular_ss220/aesthetics/firealarm/code/firealarm.dm @@ -0,0 +1,7 @@ +/obj/machinery/firealarm + icon = 'modular_ss220/aesthetics/firealarm/icons/firealarm.dmi' + layer = ABOVE_WINDOW_LAYER + //TODO: Detect + +/obj/item/mounted/frame/firealarm + icon = 'modular_ss220/aesthetics/firealarm/icons/firealarm.dmi' diff --git a/modular_ss220/aesthetics/firealarm/icons/firealarm.dmi b/modular_ss220/aesthetics/firealarm/icons/firealarm.dmi new file mode 100644 index 000000000000..ae288310c251 Binary files /dev/null and b/modular_ss220/aesthetics/firealarm/icons/firealarm.dmi differ diff --git a/modular_ss220/aesthetics/floors/code/floors.dm b/modular_ss220/aesthetics/floors/code/floors.dm new file mode 100644 index 000000000000..c004880c2d30 --- /dev/null +++ b/modular_ss220/aesthetics/floors/code/floors.dm @@ -0,0 +1,40 @@ +// MARK: Floor painter +/datum/painter/floor + floor_icon = 'modular_ss220/aesthetics/floors/icons/floors.dmi' + +/datum/painter/floor/New() + . = ..() + allowed_states |= list("darkneutralcorner", "darkneutral", "darkneutralfull", "navybluecorners", "navyblue", "navybluefull", + "navybluealt", "navybluealtstrip", "navybluecornersalt", "darkbluealt", "darkbluealtstrip", "darkbluecornersalt", + "darkredalt", "darkredaltstrip", "darkredcornersalt", "darkyellowalt", "darkyellowaltstrip", "darkyellowcornersalt", + "whitebrowncorner", "whitebrown" + ) + +/turf/simulated/floor + icon = 'modular_ss220/aesthetics/floors/icons/floors.dmi' + +/turf/simulated/floor/plasteel/dark + icon_state = "dark" + +/turf/simulated/floor/mech_bay_recharge_floor + icon = 'modular_ss220/aesthetics/floors/icons/floors.dmi' + +/turf/simulated/floor/plasteel/smooth + icon_state = "smooth" + +// MARK: LIGHT FLOORS +/turf/simulated/floor/light/red + color = "#f23030" + light_color = "#f23030" + +/turf/simulated/floor/light/green + color = "#30f230" + light_color = "#30f230" + +/turf/simulated/floor/light/blue + color = "#3030f2" + light_color = "#3030f2" + +/turf/simulated/floor/light/purple + color = "#d493ff" + light_color = "#d493ff" diff --git a/modular_ss220/aesthetics/floors/code/wood.dm b/modular_ss220/aesthetics/floors/code/wood.dm new file mode 100644 index 000000000000..355e165bef8f --- /dev/null +++ b/modular_ss220/aesthetics/floors/code/wood.dm @@ -0,0 +1,155 @@ +/obj/item/stack/tile + icon = 'modular_ss220/aesthetics/floors/icons/tiles.dmi' + +/// Automatically generates all subtypes for a wooden floor with tiles. +#define WOODEN_FLOOR_HELPER(path, tile)\ +##path/oak {\ + color = "#644526";\ + floor_tile = ##tile/oak;\ +}\ +##tile/oak {\ + name = "oak floor tiles";\ + singular_name = "oak floor tile";\ + color = "#644526";\ + turf_type = ##path/oak;\ + merge_type = ##tile/oak;\ +}\ +##path/birch {\ + color = "#FFECB3";\ + floor_tile = ##tile/birch;\ +}\ +##tile/birch {\ + name = "birch floor tiles";\ + singular_name = "birch floor tile";\ + color = "#FFECB3";\ + turf_type = ##path/birch;\ + merge_type = ##tile/birch;\ +}\ +##path/cherry {\ + color = "#643412";\ + floor_tile = ##tile/cherry;\ +}\ +##tile/cherry {\ + name = "cherry floor tiles";\ + singular_name = "cherry floor tile";\ + color = "#643412";\ + turf_type = ##path/cherry;\ + merge_type = ##tile/cherry;\ +}\ +##path/amaranth {\ + color = "#6B2E3E";\ + floor_tile = ##tile/amaranth;\ +}\ +##tile/amaranth {\ + name = "amaranth floor tiles";\ + singular_name = "amaranth floor tile";\ + color = "#6B2E3E";\ + turf_type = ##path/amaranth;\ + merge_type = ##tile/amaranth;\ +}\ +##path/ebonite {\ + color = "#363649";\ + floor_tile = ##tile/ebonite;\ +}\ +##tile/ebonite {\ + name = "ebonite floor tiles";\ + singular_name = "ebonite floor tile";\ + color = "#363649";\ + turf_type = ##path/ebonite;\ + merge_type = ##tile/ebonite;\ +}\ +##path/pink_ivory {\ + color = "#D78575";\ + floor_tile = ##tile/pink_ivory;\ +}\ +##tile/pink_ivory {\ + name = "pink ivory floor tiles";\ + singular_name = "pink ivory floor tile";\ + color = "#D78575";\ + turf_type = ##path/pink_ivory;\ + merge_type = ##tile/pink_ivory;\ +}\ +##path/guaiacum {\ + color = "#5C6250";\ + floor_tile = ##tile/guaiacum;\ +}\ +##tile/guaiacum {\ + name = "guaiacum floor tiles";\ + singular_name = "guaiacum floor tile";\ + color = "#5C6250";\ + turf_type = ##path/guaiacum;\ + merge_type = ##tile/guaiacum;\ +}\ + +// Wood +/obj/item/stack/tile/wood + color = "#864A2D" + +/turf/simulated/floor/wood + icon = 'modular_ss220/aesthetics/floors/icons/wooden.dmi' + icon_state = "wood" + color = "#864A2D" + +/turf/simulated/floor/wood/get_broken_states() + return list("wood-broken", "wood-broken2", "wood-broken3", "wood-broken4", "wood-broken5", "wood-broken6", "wood-broken7") + +WOODEN_FLOOR_HELPER(/turf/simulated/floor/wood, /obj/item/stack/tile/wood) + +// Fancy Wood +/obj/item/stack/tile/wood/fancy + name = "fancy wood floor tiles" + singular_name = "fancy wood floor tile" + icon_state = "tile-wood-fancy" + color = "#864A2D" + turf_type = /turf/simulated/floor/wood/fancy + merge_type = /obj/item/stack/tile/wood/fancy + +/turf/simulated/floor/wood/fancy + icon_state = "wood_fancy" + color = "#864A2D" + floor_tile = /obj/item/stack/tile/wood/fancy + +/turf/simulated/floor/wood/fancy/get_broken_states() + return list("wood_fancy-broken", "wood_fancy-broken2", "wood_fancy-broken3") + +WOODEN_FLOOR_HELPER(/turf/simulated/floor/wood/fancy, /obj/item/stack/tile/wood/fancy) + +// Parquet +/obj/item/stack/tile/wood/parquet + name = "parquet floor tiles" + singular_name = "parquet floor tile" + icon_state = "tile-wood-parquet" + color = "#864A2D" + turf_type = /turf/simulated/floor/wood/parquet + merge_type = /obj/item/stack/tile/wood/parquet + +/turf/simulated/floor/wood/parquet + icon_state = "wood_parquet" + color = "#864A2D" + floor_tile = /obj/item/stack/tile/wood/parquet + +/turf/simulated/floor/wood/parquet/get_broken_states() + return list("wood_parquet-broken", "wood_parquet-broken2", "wood_parquet-broken3", "wood_parquet-broken4", "wood_parquet-broken5", "wood_parquet-broken6", "wood_parquet-broken7") + +WOODEN_FLOOR_HELPER(/turf/simulated/floor/wood/parquet, /obj/item/stack/tile/wood/parquet) + +// Tiled Parquet +/obj/item/stack/tile/wood/parquet/tile + name = "tiled parquet floor tiles" + singular_name = "tiled parquet floor tile" + icon_state = "tile-wood-tile" + color = "#864A2D" + turf_type = /turf/simulated/floor/wood/parquet/tile + merge_type = /obj/item/stack/tile/wood/parquet/tile + +/turf/simulated/floor/wood/parquet/tile + icon_state = "wood_tile" + color = "#864A2D" + floor_tile = /obj/item/stack/tile/wood/parquet/tile + +/turf/simulated/floor/wood/parquet/tile/get_broken_states() + return list("wood_tile-broken", "wood_tile-broken2", "wood_tile-broken3") + +WOODEN_FLOOR_HELPER(/turf/simulated/floor/wood/parquet/tile, /obj/item/stack/tile/wood/parquet/tile) + +#undef WOODEN_FLOOR_HELPER diff --git a/modular_ss220/aesthetics/floors/icons/floors.dmi b/modular_ss220/aesthetics/floors/icons/floors.dmi new file mode 100644 index 000000000000..285a2b410aa3 Binary files /dev/null and b/modular_ss220/aesthetics/floors/icons/floors.dmi differ diff --git a/modular_ss220/aesthetics/floors/icons/tiles.dmi b/modular_ss220/aesthetics/floors/icons/tiles.dmi new file mode 100644 index 000000000000..25adb345181b Binary files /dev/null and b/modular_ss220/aesthetics/floors/icons/tiles.dmi differ diff --git a/modular_ss220/aesthetics/floors/icons/wooden.dmi b/modular_ss220/aesthetics/floors/icons/wooden.dmi new file mode 100644 index 000000000000..6b4ea9e9f86d Binary files /dev/null and b/modular_ss220/aesthetics/floors/icons/wooden.dmi differ diff --git a/modular_ss220/aesthetics/goonstation/LICENSE.md b/modular_ss220/aesthetics/goonstation/LICENSE.md new file mode 100644 index 000000000000..bb6102702e6b --- /dev/null +++ b/modular_ss220/aesthetics/goonstation/LICENSE.md @@ -0,0 +1,2 @@ +All files located in this directory and any subdirectories are licensed under the +Creative Commons 3.0 BY-NC-SA license (https://creativecommons.org/licenses/by-nc-sa/3.0) \ No newline at end of file diff --git a/modular_ss220/aesthetics/goonstation/code/items.dm b/modular_ss220/aesthetics/goonstation/code/items.dm new file mode 100644 index 000000000000..ffdcb4b40d4c --- /dev/null +++ b/modular_ss220/aesthetics/goonstation/code/items.dm @@ -0,0 +1,66 @@ +/* Geiger */ +#define RAD_LEVEL_NORMAL 9 +#define RAD_LEVEL_MODERATE 100 +#define RAD_LEVEL_HIGH 400 +#define RAD_LEVEL_VERY_HIGH 800 +#define RAD_LEVEL_CRITICAL 1500 + +/obj/item/geiger_counter + icon = 'modular_ss220/aesthetics/goonstation/icons/geiger.dmi' + item_state = "geiger" + lefthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_righthand.dmi' + +/obj/item/geiger_counter/update_icon_state() + if(!scanning) + icon_state = "geiger_off" + else if(emagged) + icon_state = "geiger_on_emag" + else + switch(radiation_count) + if(-INFINITY to RAD_LEVEL_NORMAL) + icon_state = "geiger_on_0" + if(RAD_LEVEL_NORMAL + 1 to RAD_LEVEL_MODERATE) + icon_state = "geiger_on_1" + if(RAD_LEVEL_MODERATE + 1 to RAD_LEVEL_HIGH) + icon_state = "geiger_on_2" + if(RAD_LEVEL_HIGH + 1 to RAD_LEVEL_VERY_HIGH) + icon_state = "geiger_on_3" + if(RAD_LEVEL_VERY_HIGH + 1 to RAD_LEVEL_CRITICAL) + icon_state = "geiger_on_4" + if(RAD_LEVEL_CRITICAL + 1 to INFINITY) + icon_state = "geiger_on_5" + +#undef RAD_LEVEL_NORMAL +#undef RAD_LEVEL_MODERATE +#undef RAD_LEVEL_HIGH +#undef RAD_LEVEL_VERY_HIGH +#undef RAD_LEVEL_CRITICAL + +/* Igniter */ +/obj/item/assembly/igniter + icon = 'modular_ss220/aesthetics/goonstation/icons/igniter.dmi' + item_state = "igniter" + lefthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_righthand.dmi' + +/* Penlight */ +/obj/item/flashlight/pen + icon = 'modular_ss220/aesthetics/goonstation/icons/penlight.dmi' + item_state = "pen" + lefthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_righthand.dmi' + +/obj/item/flashlight/pen/update_icon_state() + . = ..() + if(on) + item_state = "[initial(item_state)]-on" + else + item_state = "[initial(item_state)]" + +/* Hand teleporter */ +/obj/item/hand_tele + icon = 'modular_ss220/aesthetics/goonstation/icons/hand_tele.dmi' + item_state = "hand_tele" + lefthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/goonstation/icons/items_righthand.dmi' diff --git a/modular_ss220/aesthetics/goonstation/icons/geiger.dmi b/modular_ss220/aesthetics/goonstation/icons/geiger.dmi new file mode 100644 index 000000000000..20506c65f593 Binary files /dev/null and b/modular_ss220/aesthetics/goonstation/icons/geiger.dmi differ diff --git a/modular_ss220/aesthetics/goonstation/icons/hand_tele.dmi b/modular_ss220/aesthetics/goonstation/icons/hand_tele.dmi new file mode 100644 index 000000000000..ad7d416fcf1a Binary files /dev/null and b/modular_ss220/aesthetics/goonstation/icons/hand_tele.dmi differ diff --git a/modular_ss220/aesthetics/goonstation/icons/igniter.dmi b/modular_ss220/aesthetics/goonstation/icons/igniter.dmi new file mode 100644 index 000000000000..9b90afdfe591 Binary files /dev/null and b/modular_ss220/aesthetics/goonstation/icons/igniter.dmi differ diff --git a/modular_ss220/aesthetics/goonstation/icons/items_lefthand.dmi b/modular_ss220/aesthetics/goonstation/icons/items_lefthand.dmi new file mode 100644 index 000000000000..ed8476d9e910 Binary files /dev/null and b/modular_ss220/aesthetics/goonstation/icons/items_lefthand.dmi differ diff --git a/modular_ss220/aesthetics/goonstation/icons/items_righthand.dmi b/modular_ss220/aesthetics/goonstation/icons/items_righthand.dmi new file mode 100644 index 000000000000..ae3cac04f7d9 Binary files /dev/null and b/modular_ss220/aesthetics/goonstation/icons/items_righthand.dmi differ diff --git a/modular_ss220/aesthetics/goonstation/icons/penlight.dmi b/modular_ss220/aesthetics/goonstation/icons/penlight.dmi new file mode 100644 index 000000000000..63eee397d59f Binary files /dev/null and b/modular_ss220/aesthetics/goonstation/icons/penlight.dmi differ diff --git a/modular_ss220/aesthetics/hydroponics/code/hydroponics.dm b/modular_ss220/aesthetics/hydroponics/code/hydroponics.dm new file mode 100644 index 000000000000..332ee2b38e0f --- /dev/null +++ b/modular_ss220/aesthetics/hydroponics/code/hydroponics.dm @@ -0,0 +1,21 @@ +/obj/machinery/plantgenes + icon = 'modular_ss220/aesthetics/hydroponics/icons/hydroponics.dmi' + +/obj/machinery/plantgenes/update_overlays() + . = ..() + if(disk) + . += "dnamod-disk" + +/obj/machinery/plantgenes/add_disk(obj/item/disk/plantgene/new_disk, mob/user) + . = ..() + update_icon(UPDATE_OVERLAYS) + +/obj/machinery/plantgenes/update_genes() + . = ..() + update_icon(UPDATE_OVERLAYS) + +/obj/item/storage/bag/plants + icon = 'modular_ss220/aesthetics/hydroponics/icons/hydroponics.dmi' + +/obj/structure/loom + icon = 'modular_ss220/aesthetics/hydroponics/icons/hydroponics.dmi' diff --git a/modular_ss220/aesthetics/hydroponics/icons/hydroponics.dmi b/modular_ss220/aesthetics/hydroponics/icons/hydroponics.dmi new file mode 100644 index 000000000000..82d7d663b9f0 Binary files /dev/null and b/modular_ss220/aesthetics/hydroponics/icons/hydroponics.dmi differ diff --git a/modular_ss220/aesthetics/intercom/code/intercom.dm b/modular_ss220/aesthetics/intercom/code/intercom.dm new file mode 100644 index 000000000000..9fa1f174e314 --- /dev/null +++ b/modular_ss220/aesthetics/intercom/code/intercom.dm @@ -0,0 +1,2 @@ +/obj/item/radio/intercom + icon = 'modular_ss220/aesthetics/intercom/icons/intercom.dmi' diff --git a/modular_ss220/aesthetics/intercom/icons/intercom.dmi b/modular_ss220/aesthetics/intercom/icons/intercom.dmi new file mode 100644 index 000000000000..3e9fbfd93583 Binary files /dev/null and b/modular_ss220/aesthetics/intercom/icons/intercom.dmi differ diff --git a/modular_ss220/aesthetics/keycard/code/keycard.dm b/modular_ss220/aesthetics/keycard/code/keycard.dm new file mode 100644 index 000000000000..fdb81b779055 --- /dev/null +++ b/modular_ss220/aesthetics/keycard/code/keycard.dm @@ -0,0 +1,5 @@ +/obj/machinery/keycard_auth + icon = 'modular_ss220/aesthetics/keycard/icons/keycard.dmi' + +/obj/machinery/readybutton + icon = 'modular_ss220/aesthetics/keycard/icons/keycard.dmi' diff --git a/modular_ss220/aesthetics/keycard/icons/keycard.dmi b/modular_ss220/aesthetics/keycard/icons/keycard.dmi new file mode 100644 index 000000000000..39bdcf13f962 Binary files /dev/null and b/modular_ss220/aesthetics/keycard/icons/keycard.dmi differ diff --git a/modular_ss220/aesthetics/kitchen/code/kitchen.dm b/modular_ss220/aesthetics/kitchen/code/kitchen.dm new file mode 100644 index 000000000000..0c1bed7b07f7 --- /dev/null +++ b/modular_ss220/aesthetics/kitchen/code/kitchen.dm @@ -0,0 +1,14 @@ +/obj/machinery/kitchen_machine/grill + icon = 'modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi' + +/obj/machinery/kitchen_machine/oven + icon = 'modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi' + +/obj/machinery/kitchen_machine/candy_maker + icon = 'modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi' + +/obj/machinery/cooker/deepfryer + icon = 'modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi' + +/obj/machinery/kitchen_machine/microwave + icon = 'modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi' diff --git a/modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi b/modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi new file mode 100644 index 000000000000..2d68d9a965d3 Binary files /dev/null and b/modular_ss220/aesthetics/kitchen/icons/cooking_machines.dmi differ diff --git a/modular_ss220/aesthetics/labeler/code/labeler.dm b/modular_ss220/aesthetics/labeler/code/labeler.dm new file mode 100644 index 000000000000..b6306dd4f44a --- /dev/null +++ b/modular_ss220/aesthetics/labeler/code/labeler.dm @@ -0,0 +1,2 @@ +/obj/item/hand_labeler + icon = 'modular_ss220/aesthetics/labeler/icons/labeler.dmi' diff --git a/modular_ss220/aesthetics/labeler/icons/labeler.dmi b/modular_ss220/aesthetics/labeler/icons/labeler.dmi new file mode 100644 index 000000000000..74946042a96a Binary files /dev/null and b/modular_ss220/aesthetics/labeler/icons/labeler.dmi differ diff --git a/modular_ss220/aesthetics/library/code/library.dm b/modular_ss220/aesthetics/library/code/library.dm new file mode 100644 index 000000000000..46a6045bc6a4 --- /dev/null +++ b/modular_ss220/aesthetics/library/code/library.dm @@ -0,0 +1,5 @@ +/obj/structure/bookcase + icon = 'modular_ss220/aesthetics/library/icons/library.dmi' + +/obj/machinery/bookbinder + icon = 'modular_ss220/aesthetics/library/icons/library.dmi' diff --git a/modular_ss220/aesthetics/library/icons/library.dmi b/modular_ss220/aesthetics/library/icons/library.dmi new file mode 100644 index 000000000000..ef1556c35bc7 Binary files /dev/null and b/modular_ss220/aesthetics/library/icons/library.dmi differ diff --git a/modular_ss220/aesthetics/light_switch/code/light_switch.dm b/modular_ss220/aesthetics/light_switch/code/light_switch.dm new file mode 100644 index 000000000000..d33b7182510f --- /dev/null +++ b/modular_ss220/aesthetics/light_switch/code/light_switch.dm @@ -0,0 +1,2 @@ +/obj/machinery/light_switch + layer = ABOVE_WINDOW_LAYER diff --git a/modular_ss220/aesthetics/lights/code/flashlight.dm b/modular_ss220/aesthetics/lights/code/flashlight.dm new file mode 100644 index 000000000000..4e4041a707ba --- /dev/null +++ b/modular_ss220/aesthetics/lights/code/flashlight.dm @@ -0,0 +1,2 @@ +/obj/item/flashlight/lantern + light_color = "#FF9F40" diff --git a/modular_ss220/aesthetics/lights/code/lights.dm b/modular_ss220/aesthetics/lights/code/lights.dm new file mode 100644 index 000000000000..3d59504901e4 --- /dev/null +++ b/modular_ss220/aesthetics/lights/code/lights.dm @@ -0,0 +1,54 @@ +/atom + glow_icon = 'modular_ss220/aesthetics/lights/icons/lamps.dmi' + +/obj/machinery/light + icon = 'modular_ss220/aesthetics/lights/icons/lights.dmi' + layer = ABOVE_MOB_LAYER + brightness_power = 0.7 + nightshift_light_power = 0.5 + brightness_color = "#FFF7F2" + +/obj/machinery/light/small + icon = 'icons/obj/lighting.dmi' + layer = ABOVE_MOB_LAYER + brightness_color = "#FFF780" + +/obj/machinery/light/floor + icon = 'icons/obj/lighting.dmi' + brightness_color = "#FFF780" + +/obj/machinery/light/clockwork + icon = 'icons/obj/lighting.dmi' + layer = ABOVE_MOB_LAYER + +/obj/machinery/light/clockwork/small + layer = ABOVE_MOB_LAYER + +/obj/machinery/light_construct + icon = 'modular_ss220/aesthetics/lights/icons/lights.dmi' + layer = ABOVE_MOB_LAYER + +/obj/machinery/light_construct/small + icon = 'icons/obj/lighting.dmi' + layer = ABOVE_MOB_LAYER + +/obj/machinery/light_construct/floor + icon = 'icons/obj/lighting.dmi' + +/obj/machinery/light_construct/clockwork + icon = 'icons/obj/lighting.dmi' + +/obj/item/mounted/frame/light_fixture + icon = 'modular_ss220/aesthetics/lights/icons/lights.dmi' + +/obj/item/mounted/frame/light_fixture/small + icon = 'icons/obj/lighting.dmi' + +/obj/item/mounted/frame/light_fixture/floor + icon = 'icons/obj/lighting.dmi' + +/obj/item/mounted/frame/light_fixture/clockwork + icon = 'icons/obj/lighting.dmi' + +/obj/item/flashlight/lamp + on = FALSE diff --git a/modular_ss220/aesthetics/lights/icons/lamps.dmi b/modular_ss220/aesthetics/lights/icons/lamps.dmi new file mode 100644 index 000000000000..0dfd181eeaa4 Binary files /dev/null and b/modular_ss220/aesthetics/lights/icons/lamps.dmi differ diff --git a/modular_ss220/aesthetics/lights/icons/lights.dmi b/modular_ss220/aesthetics/lights/icons/lights.dmi new file mode 100644 index 000000000000..9f6f53602e2f Binary files /dev/null and b/modular_ss220/aesthetics/lights/icons/lights.dmi differ diff --git a/modular_ss220/aesthetics/newscaster/code/newscaster.dm b/modular_ss220/aesthetics/newscaster/code/newscaster.dm new file mode 100644 index 000000000000..9b7fc4f71053 --- /dev/null +++ b/modular_ss220/aesthetics/newscaster/code/newscaster.dm @@ -0,0 +1,2 @@ +/obj/machinery/newscaster + layer = ABOVE_WINDOW_LAYER diff --git a/modular_ss220/aesthetics/piano/code/piano.dm b/modular_ss220/aesthetics/piano/code/piano.dm new file mode 100644 index 000000000000..07755566de6b --- /dev/null +++ b/modular_ss220/aesthetics/piano/code/piano.dm @@ -0,0 +1,2 @@ +/obj/structure/musician/piano + icon = 'modular_ss220/aesthetics/piano/icons/piano.dmi' diff --git a/modular_ss220/aesthetics/piano/icons/piano.dmi b/modular_ss220/aesthetics/piano/icons/piano.dmi new file mode 100644 index 000000000000..ff378fd56f2b Binary files /dev/null and b/modular_ss220/aesthetics/piano/icons/piano.dmi differ diff --git a/modular_ss220/aesthetics/racks/code/racks.dm b/modular_ss220/aesthetics/racks/code/racks.dm new file mode 100644 index 000000000000..d1dc5520d4d0 --- /dev/null +++ b/modular_ss220/aesthetics/racks/code/racks.dm @@ -0,0 +1,12 @@ +/obj/structure/rack + icon = 'modular_ss220/aesthetics/racks/icons/racks.dmi' + +/obj/item/rack_parts + icon = 'modular_ss220/aesthetics/racks/icons/racks.dmi' + +/obj/structure/gunrack + icon = 'modular_ss220/aesthetics/racks/icons/racks.dmi' + +// Return original icon path +/obj/structure/rack/skeletal_bar + icon = 'icons/obj/stationobjs.dmi' diff --git a/modular_ss220/aesthetics/racks/icons/racks.dmi b/modular_ss220/aesthetics/racks/icons/racks.dmi new file mode 100644 index 000000000000..ae46a57da420 Binary files /dev/null and b/modular_ss220/aesthetics/racks/icons/racks.dmi differ diff --git a/modular_ss220/aesthetics/railings/code/railings.dm b/modular_ss220/aesthetics/railings/code/railings.dm new file mode 100644 index 000000000000..3b0b6b0b10f8 --- /dev/null +++ b/modular_ss220/aesthetics/railings/code/railings.dm @@ -0,0 +1,2 @@ +/obj/structure/railing + icon = 'modular_ss220/aesthetics/railings/icons/railings.dmi' diff --git a/modular_ss220/aesthetics/railings/icons/railings.dmi b/modular_ss220/aesthetics/railings/icons/railings.dmi new file mode 100644 index 000000000000..069eb81d9775 Binary files /dev/null and b/modular_ss220/aesthetics/railings/icons/railings.dmi differ diff --git a/modular_ss220/aesthetics/rollerbed/code/rollerbed.dm b/modular_ss220/aesthetics/rollerbed/code/rollerbed.dm new file mode 100644 index 000000000000..28efa7db76d6 --- /dev/null +++ b/modular_ss220/aesthetics/rollerbed/code/rollerbed.dm @@ -0,0 +1,8 @@ +/obj/structure/bed/roller + icon = 'modular_ss220/aesthetics/rollerbed/icons/rollerbed.dmi' + +/obj/item/roller + icon = 'modular_ss220/aesthetics/rollerbed/icons/rollerbed.dmi' + item_state = "rbed" + lefthand_file = 'modular_ss220/aesthetics/rollerbed/icons/lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/rollerbed/icons/righthand.dmi' diff --git a/modular_ss220/aesthetics/rollerbed/icons/lefthand.dmi b/modular_ss220/aesthetics/rollerbed/icons/lefthand.dmi new file mode 100644 index 000000000000..41a3429d0cb6 Binary files /dev/null and b/modular_ss220/aesthetics/rollerbed/icons/lefthand.dmi differ diff --git a/modular_ss220/aesthetics/rollerbed/icons/righthand.dmi b/modular_ss220/aesthetics/rollerbed/icons/righthand.dmi new file mode 100644 index 000000000000..ae4699daca0b Binary files /dev/null and b/modular_ss220/aesthetics/rollerbed/icons/righthand.dmi differ diff --git a/modular_ss220/aesthetics/rollerbed/icons/rollerbed.dmi b/modular_ss220/aesthetics/rollerbed/icons/rollerbed.dmi new file mode 100644 index 000000000000..2e3cfe13271f Binary files /dev/null and b/modular_ss220/aesthetics/rollerbed/icons/rollerbed.dmi differ diff --git a/modular_ss220/aesthetics/rust/code/walls.dm b/modular_ss220/aesthetics/rust/code/walls.dm new file mode 100644 index 000000000000..c9cc8094e164 --- /dev/null +++ b/modular_ss220/aesthetics/rust/code/walls.dm @@ -0,0 +1,5 @@ +/turf/simulated/wall/update_overlays() + . = ..() + if(rusted_overlay) + rusted_overlay = icon('modular_ss220/aesthetics/rust/icons/rust.dmi', pick("rust", "rust2", "rust3", "rust4", "rust5", "rust6")) + .[1] = rusted_overlay diff --git a/modular_ss220/aesthetics/rust/icons/rust.dmi b/modular_ss220/aesthetics/rust/icons/rust.dmi new file mode 100644 index 000000000000..1471e6d77f11 Binary files /dev/null and b/modular_ss220/aesthetics/rust/icons/rust.dmi differ diff --git a/modular_ss220/aesthetics/safe/code/safe.dm b/modular_ss220/aesthetics/safe/code/safe.dm new file mode 100644 index 000000000000..27534fcedace --- /dev/null +++ b/modular_ss220/aesthetics/safe/code/safe.dm @@ -0,0 +1,2 @@ +/obj/item/storage/secure/safe + icon = 'modular_ss220/aesthetics/safe/icons/safe.dmi' diff --git a/modular_ss220/aesthetics/safe/icons/safe.dmi b/modular_ss220/aesthetics/safe/icons/safe.dmi new file mode 100644 index 000000000000..7f185fcf4800 Binary files /dev/null and b/modular_ss220/aesthetics/safe/icons/safe.dmi differ diff --git a/modular_ss220/aesthetics/satellite/code/satellite.dm b/modular_ss220/aesthetics/satellite/code/satellite.dm new file mode 100644 index 000000000000..d1508aa993d5 --- /dev/null +++ b/modular_ss220/aesthetics/satellite/code/satellite.dm @@ -0,0 +1,2 @@ +/obj/machinery/satellite + icon = 'modular_ss220/aesthetics/satellite/icons/satellite.dmi' diff --git a/modular_ss220/aesthetics/satellite/icons/satellite.dmi b/modular_ss220/aesthetics/satellite/icons/satellite.dmi new file mode 100644 index 000000000000..a4016befb861 Binary files /dev/null and b/modular_ss220/aesthetics/satellite/icons/satellite.dmi differ diff --git a/modular_ss220/aesthetics/sheets/code/sheets.dm b/modular_ss220/aesthetics/sheets/code/sheets.dm new file mode 100644 index 000000000000..b3e21e7d5a08 --- /dev/null +++ b/modular_ss220/aesthetics/sheets/code/sheets.dm @@ -0,0 +1,92 @@ +/obj/item/bedsheet + icon = 'modular_ss220/aesthetics/sheets/icons/sheets.dmi' + +/obj/item/bedsheet/double + icon_state = "double_sheetwhite" + +/obj/item/bedsheet/blue/double + icon_state = "double_sheetblue" + +/obj/item/bedsheet/green/double + icon_state = "double_sheetgreen" + +/obj/item/bedsheet/grey/double + icon_state = "double_sheetgrey" + +/obj/item/bedsheet/orange/double + icon_state = "double_sheetorange" + +/obj/item/bedsheet/purple/double + icon_state = "double_sheetpurple" + +/obj/item/bedsheet/patriot/double + icon_state = "double_sheetUSA" + +/obj/item/bedsheet/rainbow/double + icon_state = "double_sheetrainbow" + +/obj/item/bedsheet/red/double + icon_state = "double_sheetred" + +/obj/item/bedsheet/yellow/double + icon_state = "double_sheetyellow" + +/obj/item/bedsheet/mime/double + icon_state = "double_sheetmime" + +/obj/item/bedsheet/clown/double + icon_state = "double_sheetclown" + +/obj/item/bedsheet/captain/double + icon_state = "double_sheetcaptain" + +/obj/item/bedsheet/rd/double + icon_state = "double_sheetrd" + +/obj/item/bedsheet/medical/double + icon_state = "double_sheetmedical" + +/obj/item/bedsheet/cmo/double + icon_state = "double_sheetcmo" + +/obj/item/bedsheet/hos/double + icon_state = "double_sheethos" + +/obj/item/bedsheet/hop/double + icon_state = "double_sheethop" + +/obj/item/bedsheet/ce/double + icon_state = "double_sheetce" + +/obj/item/bedsheet/qm/double + icon_state = "double_sheetqm" + +/obj/item/bedsheet/chaplain/double + icon_state = "double_sheetchap" + +/obj/item/bedsheet/brown/double + icon_state = "double_sheetbrown" + +/obj/item/bedsheet/black/double + icon_state = "double_sheetblack" + +/obj/item/bedsheet/centcom/double + icon_state = "double_sheetcentcom" + +/obj/item/bedsheet/syndie/double + icon_state = "double_sheetsyndie" + +/obj/item/bedsheet/cult/double + icon_state = "double_sheetcult" + +/obj/item/bedsheet/wiz/double + icon_state = "double_sheetwiz" + +/obj/item/bedsheet/nanotrasen/double + icon_state = "double_sheetNT" + +/obj/item/bedsheet/ian/double + icon_state = "double_sheetian" + +/obj/item/bedsheet/cosmos/double + icon_state = "double_sheetcosmos" diff --git a/modular_ss220/aesthetics/sheets/icons/sheets.dmi b/modular_ss220/aesthetics/sheets/icons/sheets.dmi new file mode 100644 index 000000000000..35ffb1954995 Binary files /dev/null and b/modular_ss220/aesthetics/sheets/icons/sheets.dmi differ diff --git a/modular_ss220/aesthetics/shutters/code/shutters.dm b/modular_ss220/aesthetics/shutters/code/shutters.dm new file mode 100644 index 000000000000..4df2681f4fac --- /dev/null +++ b/modular_ss220/aesthetics/shutters/code/shutters.dm @@ -0,0 +1,26 @@ +/obj/machinery/door/poddoor/shutters + icon = 'modular_ss220/aesthetics/shutters/icons/shutters.dmi' + layer = CLOSED_BLASTDOOR_LAYER + var/door_open_sound = 'modular_ss220/aesthetics/shutters/sound/shutters_open.ogg' + var/door_close_sound = 'modular_ss220/aesthetics/shutters/sound/shutters_close.ogg' + +/obj/machinery/door/poddoor/shutters/do_animate(animation) + switch(animation) + if("opening") + flick("opening", src) + playsound(src, door_open_sound, 30, TRUE) + if("closing") + flick("closing", src) + playsound(src, door_close_sound, 30, TRUE) + +/obj/machinery/door/poddoor/shutters/window + name = "windowed shutters" + desc = "A shutter with a thick see-through polycarbonate window." + icon = 'modular_ss220/aesthetics/shutters/icons/shutters_glass.dmi' + icon_state = "closed" + opacity = FALSE + glass = TRUE + +/obj/machinery/door/poddoor/shutters/window/preopen + icon_state = "open" + density = FALSE diff --git a/modular_ss220/aesthetics/shutters/icons/shutters.dmi b/modular_ss220/aesthetics/shutters/icons/shutters.dmi new file mode 100644 index 000000000000..1cc727cdbf7a Binary files /dev/null and b/modular_ss220/aesthetics/shutters/icons/shutters.dmi differ diff --git a/modular_ss220/aesthetics/shutters/icons/shutters_glass.dmi b/modular_ss220/aesthetics/shutters/icons/shutters_glass.dmi new file mode 100644 index 000000000000..fcf8af5b94fd Binary files /dev/null and b/modular_ss220/aesthetics/shutters/icons/shutters_glass.dmi differ diff --git a/modular_ss220/aesthetics/shutters/sound/shutters_close.ogg b/modular_ss220/aesthetics/shutters/sound/shutters_close.ogg new file mode 100644 index 000000000000..548cea96c593 Binary files /dev/null and b/modular_ss220/aesthetics/shutters/sound/shutters_close.ogg differ diff --git a/modular_ss220/aesthetics/shutters/sound/shutters_open.ogg b/modular_ss220/aesthetics/shutters/sound/shutters_open.ogg new file mode 100644 index 000000000000..b8e0869c5389 Binary files /dev/null and b/modular_ss220/aesthetics/shutters/sound/shutters_open.ogg differ diff --git a/modular_ss220/aesthetics/skin/icons/screen_clockwork.dmi b/modular_ss220/aesthetics/skin/icons/screen_clockwork.dmi new file mode 100644 index 000000000000..38b7d849db37 Binary files /dev/null and b/modular_ss220/aesthetics/skin/icons/screen_clockwork.dmi differ diff --git a/modular_ss220/aesthetics/skin/icons/screen_detective.dmi b/modular_ss220/aesthetics/skin/icons/screen_detective.dmi new file mode 100644 index 000000000000..45058ade0f59 Binary files /dev/null and b/modular_ss220/aesthetics/skin/icons/screen_detective.dmi differ diff --git a/modular_ss220/aesthetics/skin/icons/screen_trasenknox.dmi b/modular_ss220/aesthetics/skin/icons/screen_trasenknox.dmi new file mode 100644 index 000000000000..f617e143b989 Binary files /dev/null and b/modular_ss220/aesthetics/skin/icons/screen_trasenknox.dmi differ diff --git a/modular_ss220/aesthetics/skin/icons/screen_vaporwave.dmi b/modular_ss220/aesthetics/skin/icons/screen_vaporwave.dmi new file mode 100644 index 000000000000..400ceb6bae81 Binary files /dev/null and b/modular_ss220/aesthetics/skin/icons/screen_vaporwave.dmi differ diff --git a/modular_ss220/aesthetics/soap/code/soap.dm b/modular_ss220/aesthetics/soap/code/soap.dm new file mode 100644 index 000000000000..4a0daef47454 --- /dev/null +++ b/modular_ss220/aesthetics/soap/code/soap.dm @@ -0,0 +1,6 @@ +/obj/item/soap + icon = 'modular_ss220/aesthetics/soap/icons/soap.dmi' + +/obj/item/soap/nanotrasen/prime + desc = "Мыло марки Нанотрейзен выполненное по спецзаказу для лучших из лучших уборщиков." + cleanspeed = 20 diff --git a/modular_ss220/aesthetics/soap/icons/soap.dmi b/modular_ss220/aesthetics/soap/icons/soap.dmi new file mode 100644 index 000000000000..b1c19cb5ce00 Binary files /dev/null and b/modular_ss220/aesthetics/soap/icons/soap.dmi differ diff --git a/modular_ss220/aesthetics/stamps/code/stamps.dm b/modular_ss220/aesthetics/stamps/code/stamps.dm new file mode 100644 index 000000000000..ccc668b75f67 --- /dev/null +++ b/modular_ss220/aesthetics/stamps/code/stamps.dm @@ -0,0 +1,71 @@ +// It's just works :skull: +/obj/item/paper/stamp(obj/item/stamp/stamp) + if(stamp.stampoverlay_custom_icon) + stamps += (!stamps || stamps == "" ? "
" : "") + "" + var/image/stampoverlay = image(stamp.stampoverlay_custom_icon) + var/x = rand(-2, 0) + var/y = rand(-1, 2) + offset_x += x + offset_y += y + stampoverlay.pixel_x = x + stampoverlay.pixel_y = y + stampoverlay.icon_state = "paper_[stamp.icon_state]" + stamp_overlays += stampoverlay + + if(!ico) + ico = new + ico += "paper_[stamp.icon_state]" + if(!stamped) + stamped = new + stamped += stamp.type + + update_icon(UPDATE_OVERLAYS) + else + . = ..() + +// TODO: Paperplane overlays code. Now there's no overlays at all on paperplanes because of /obj/item/paperplane/update_overlays() + +/obj/item/stamp + var/stampoverlay_custom_icon + +/obj/item/stamp/warden + name = "warden's rubber stamp" + icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + icon_state = "stamp-ward" + item_color = "hosred" + stampoverlay_custom_icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + +/obj/item/stamp/ploho + name = "'Very Bad, Redo' rubber stamp" + icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + icon_state = "stamp-ploho" + item_color = "hop" + stampoverlay_custom_icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + +/obj/item/stamp/bigdeny + name = "\improper BIG DENY rubber stamp" + icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + icon_state = "stamp-BIGdeny" + item_color = "redcoat" + stampoverlay_custom_icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + +/obj/item/stamp/navcom + name = "Nanotrasen Naval Command rubber stamp" + icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + icon_state = "stamp-navcom" + item_color = "captain" + stampoverlay_custom_icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + +/obj/item/stamp/mime + name = "mime's rubber stamp" + icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + icon_state = "stamp-mime" + item_color = "mime" + stampoverlay_custom_icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + +/obj/item/stamp/ussp + name = "old USSP rubber stamp" + icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' + icon_state = "stamp-ussp" + item_color = "redcoat" + stampoverlay_custom_icon = 'modular_ss220/aesthetics/stamps/icons/stamps.dmi' diff --git a/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-BIGdeny.png b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-BIGdeny.png new file mode 100644 index 000000000000..519810d4dd57 Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-BIGdeny.png differ diff --git a/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-mime.png b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-mime.png new file mode 100644 index 000000000000..85b0968bc56f Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-mime.png differ diff --git a/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-navcom.png b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-navcom.png new file mode 100644 index 000000000000..9e28d9e1ceb3 Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-navcom.png differ diff --git a/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ploho.png b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ploho.png new file mode 100644 index 000000000000..8583f2c8299c Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ploho.png differ diff --git a/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ussp.png b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ussp.png new file mode 100644 index 000000000000..a30accd4d998 Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ussp.png differ diff --git a/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ward.png b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ward.png new file mode 100644 index 000000000000..d3bb8b204ef0 Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/paper_icons/large_stamp-ward.png differ diff --git a/modular_ss220/aesthetics/stamps/icons/paper_icons/ussplogo.png b/modular_ss220/aesthetics/stamps/icons/paper_icons/ussplogo.png new file mode 100644 index 000000000000..018b340525e9 Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/paper_icons/ussplogo.png differ diff --git a/modular_ss220/aesthetics/stamps/icons/stamps.dmi b/modular_ss220/aesthetics/stamps/icons/stamps.dmi new file mode 100644 index 000000000000..b904232b17aa Binary files /dev/null and b/modular_ss220/aesthetics/stamps/icons/stamps.dmi differ diff --git a/modular_ss220/aesthetics/toolboxes/code/toolboxes.dm b/modular_ss220/aesthetics/toolboxes/code/toolboxes.dm new file mode 100644 index 000000000000..c3f924357241 --- /dev/null +++ b/modular_ss220/aesthetics/toolboxes/code/toolboxes.dm @@ -0,0 +1,2 @@ +/obj/item/storage/toolbox + icon = 'modular_ss220/aesthetics/toolboxes/icons/toolboxes.dmi' diff --git a/modular_ss220/aesthetics/toolboxes/icons/toolboxes.dmi b/modular_ss220/aesthetics/toolboxes/icons/toolboxes.dmi new file mode 100644 index 000000000000..c52f97b55bc9 Binary files /dev/null and b/modular_ss220/aesthetics/toolboxes/icons/toolboxes.dmi differ diff --git a/modular_ss220/aesthetics/wallcloset/code/wallcloset.dm b/modular_ss220/aesthetics/wallcloset/code/wallcloset.dm new file mode 100644 index 000000000000..dac85e9d3afb --- /dev/null +++ b/modular_ss220/aesthetics/wallcloset/code/wallcloset.dm @@ -0,0 +1,58 @@ +/obj/structure/closet/walllocker + icon = 'modular_ss220/aesthetics/wallcloset/icons/wallclosets.dmi' + door_anim_time = 2.0 + enable_door_overlay = TRUE + +/obj/structure/closet/walllocker/emerglocker + door_anim_time = 2.0 + +/obj/structure/closet/walllocker/firelocker + icon_state = "firecloset" + door_anim_time = 2.0 + +/obj/structure/closet/walllocker/firelocker/north + pixel_y = 32 + dir = SOUTH + +/obj/structure/closet/walllocker/firelocker/south + pixel_y = -32 + dir = NORTH + +/obj/structure/closet/walllocker/firelocker/west + pixel_x = -32 + dir = WEST + +/obj/structure/closet/walllocker/firelocker/east + pixel_x = 32 + dir = EAST + +/obj/structure/closet/walllocker/firelocker/populate_contents() + new /obj/item/extinguisher(src) + new /obj/item/clothing/suit/fire/firefighter(src) + new /obj/item/clothing/mask/gas(src) + new /obj/item/tank/internals/oxygen/red(src) + new /obj/item/clothing/head/hardhat/red(src) + +/obj/structure/closet/walllocker/medlocker + icon_state = "medcloset" + door_anim_time = 2.0 + +/obj/structure/closet/walllocker/medlocker/north + pixel_y = 32 + dir = SOUTH + +/obj/structure/closet/walllocker/medlocker/south + pixel_y = -32 + dir = NORTH + +/obj/structure/closet/walllocker/medlocker/west + pixel_x = -32 + dir = WEST + +/obj/structure/closet/walllocker/medlocker/east + pixel_x = 32 + dir = EAST + +/obj/structure/closet/walllocker/medlocker/populate_contents() + new /obj/item/stack/medical/bruise_pack(src) + new /obj/item/stack/medical/ointment(src) diff --git a/modular_ss220/aesthetics/wallcloset/icons/wallclosets.dmi b/modular_ss220/aesthetics/wallcloset/icons/wallclosets.dmi new file mode 100644 index 000000000000..cd325d1a9604 Binary files /dev/null and b/modular_ss220/aesthetics/wallcloset/icons/wallclosets.dmi differ diff --git a/modular_ss220/aesthetics/walls/code/walls.dm b/modular_ss220/aesthetics/walls/code/walls.dm new file mode 100644 index 000000000000..91c8105b1c74 --- /dev/null +++ b/modular_ss220/aesthetics/walls/code/walls.dm @@ -0,0 +1,14 @@ +/turf/simulated/wall + icon = 'modular_ss220/aesthetics/walls/icons/wall.dmi' + +/turf/simulated/wall/r_wall + icon = 'modular_ss220/aesthetics/walls/icons/reinforced_wall.dmi' + +/obj/structure/falsewall + icon = 'modular_ss220/aesthetics/walls/icons/wall.dmi' + +/obj/structure/falsewall/reinforced + icon = 'modular_ss220/aesthetics/walls/icons/reinforced_wall.dmi' + +/turf/simulated/wall/indestructible/riveted + icon = 'modular_ss220/aesthetics/walls/icons/reinforced_wall.dmi' diff --git a/modular_ss220/aesthetics/walls/icons/reinforced_wall.dmi b/modular_ss220/aesthetics/walls/icons/reinforced_wall.dmi new file mode 100644 index 000000000000..d08446795e71 Binary files /dev/null and b/modular_ss220/aesthetics/walls/icons/reinforced_wall.dmi differ diff --git a/modular_ss220/aesthetics/walls/icons/wall.dmi b/modular_ss220/aesthetics/walls/icons/wall.dmi new file mode 100644 index 000000000000..51442c8fff24 Binary files /dev/null and b/modular_ss220/aesthetics/walls/icons/wall.dmi differ diff --git a/modular_ss220/aesthetics/windoor/code/windoor.dm b/modular_ss220/aesthetics/windoor/code/windoor.dm new file mode 100644 index 000000000000..5d893cd0e388 --- /dev/null +++ b/modular_ss220/aesthetics/windoor/code/windoor.dm @@ -0,0 +1,8 @@ +/obj/structure/windoor_assembly + icon = 'modular_ss220/aesthetics/windoor/icons/windoor.dmi' + +/obj/machinery/door/window + icon = 'modular_ss220/aesthetics/windoor/icons/windoor.dmi' + +/obj/machinery/door/window/clockwork + icon = 'icons/obj/doors/windoor.dmi' diff --git a/modular_ss220/aesthetics/windoor/icons/windoor.dmi b/modular_ss220/aesthetics/windoor/icons/windoor.dmi new file mode 100644 index 000000000000..c7a70c7f77cb Binary files /dev/null and b/modular_ss220/aesthetics/windoor/icons/windoor.dmi differ diff --git a/modular_ss220/aesthetics/windows/code/windows.dm b/modular_ss220/aesthetics/windows/code/windows.dm new file mode 100644 index 000000000000..9472e6d4ed6c --- /dev/null +++ b/modular_ss220/aesthetics/windows/code/windows.dm @@ -0,0 +1,47 @@ +/obj/structure/window/full/basic + icon = 'modular_ss220/aesthetics/windows/icons/window.dmi' + edge_overlay_file = 'modular_ss220/aesthetics/windows/icons/window_edges.dmi' + +/obj/structure/window/full/reinforced + icon = 'modular_ss220/aesthetics/windows/icons/reinforced_window.dmi' + edge_overlay_file = 'modular_ss220/aesthetics/windows/icons/reinforced_window_edges.dmi' + +/obj/structure/window/full/reinforced/tinted + icon = 'modular_ss220/aesthetics/windows/icons/tinted_window.dmi' + +/obj/structure/window/full/plasmabasic + icon = 'modular_ss220/aesthetics/windows/icons/plasma_window.dmi' + edge_overlay_file = 'modular_ss220/aesthetics/windows/icons/window_edges.dmi' + +/obj/structure/window/full/plasmareinforced + icon = 'modular_ss220/aesthetics/windows/icons/rplasma_window.dmi' + edge_overlay_file = 'modular_ss220/aesthetics/windows/icons/reinforced_window_edges.dmi' + +/turf/simulated/wall/indestructible/fakeglass + icon = 'modular_ss220/aesthetics/windows/icons/reinforced_window.dmi' + edge_overlay_file = 'modular_ss220/aesthetics/windows/icons/reinforced_window_edges.dmi' + +//WINDOW SPAWNERS +/obj/effect/spawner/window + icon = 'modular_ss220/aesthetics/windows/icons/spawners.dmi' + +/obj/effect/spawner/window/reinforced + icon = 'modular_ss220/aesthetics/windows/icons/spawners.dmi' + +/obj/effect/spawner/window/reinforced/tinted + icon = 'modular_ss220/aesthetics/windows/icons/spawners.dmi' + +/obj/effect/spawner/window/reinforced/polarized + icon = 'modular_ss220/aesthetics/windows/icons/spawners.dmi' + +/obj/effect/spawner/window/plasma + icon = 'modular_ss220/aesthetics/windows/icons/spawners.dmi' + +/obj/effect/spawner/window/reinforced/plasma + icon = 'modular_ss220/aesthetics/windows/icons/spawners.dmi' + +/obj/effect/spawner/window/plastitanium + icon = 'icons/obj/structures.dmi' + +/obj/effect/spawner/window/shuttle + icon = 'icons/obj/structures.dmi' diff --git a/modular_ss220/aesthetics/windows/icons/plasma_window.dmi b/modular_ss220/aesthetics/windows/icons/plasma_window.dmi new file mode 100644 index 000000000000..11c08011a67c Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/plasma_window.dmi differ diff --git a/modular_ss220/aesthetics/windows/icons/reinforced_window.dmi b/modular_ss220/aesthetics/windows/icons/reinforced_window.dmi new file mode 100644 index 000000000000..8433522914ae Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/reinforced_window.dmi differ diff --git a/modular_ss220/aesthetics/windows/icons/reinforced_window_edges.dmi b/modular_ss220/aesthetics/windows/icons/reinforced_window_edges.dmi new file mode 100644 index 000000000000..3e32388dd536 Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/reinforced_window_edges.dmi differ diff --git a/modular_ss220/aesthetics/windows/icons/rplasma_window.dmi b/modular_ss220/aesthetics/windows/icons/rplasma_window.dmi new file mode 100644 index 000000000000..665a04402505 Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/rplasma_window.dmi differ diff --git a/modular_ss220/aesthetics/windows/icons/spawners.dmi b/modular_ss220/aesthetics/windows/icons/spawners.dmi new file mode 100644 index 000000000000..1f53c8a1abad Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/spawners.dmi differ diff --git a/modular_ss220/aesthetics/windows/icons/tinted_window.dmi b/modular_ss220/aesthetics/windows/icons/tinted_window.dmi new file mode 100644 index 000000000000..a17c39244010 Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/tinted_window.dmi differ diff --git a/modular_ss220/aesthetics/windows/icons/window.dmi b/modular_ss220/aesthetics/windows/icons/window.dmi new file mode 100644 index 000000000000..ff049fad0d51 Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/window.dmi differ diff --git a/modular_ss220/aesthetics/windows/icons/window_edges.dmi b/modular_ss220/aesthetics/windows/icons/window_edges.dmi new file mode 100644 index 000000000000..2eda848769ee Binary files /dev/null and b/modular_ss220/aesthetics/windows/icons/window_edges.dmi differ diff --git a/modular_ss220/aesthetics/windowtint/code/windowtint.dm b/modular_ss220/aesthetics/windowtint/code/windowtint.dm new file mode 100644 index 000000000000..0d919352a13e --- /dev/null +++ b/modular_ss220/aesthetics/windowtint/code/windowtint.dm @@ -0,0 +1,31 @@ +/obj/machinery/button/windowtint + icon = 'modular_ss220/aesthetics/windowtint/icons/polarizer.dmi' + icon_state = "polarizer-0" + layer = ABOVE_WINDOW_LAYER + +/obj/machinery/button/windowtint/try_attack_hand(mob/user) + if(..()) + return TRUE + if(!allowed(user) && !user.can_advanced_admin_interact()) + to_chat(user, span_warning("Access Denied.")) + flick("polarizer-denied",src) + playsound(src, pick('modular_ss220/aesthetics/windowtint/sound/button.ogg', 'modular_ss220/aesthetics/windowtint/sound/button_alternate.ogg', 'modular_ss220/aesthetics/windowtint/sound/button_meloboom.ogg'), 20) + return TRUE + return FALSE + +/obj/machinery/button/windowtint/toggle_tint() + ..() + if(range != TINT_CONTROL_RANGE_AREA) + animate_windowtint() + return + for(var/obj/machinery/button/windowtint/button in button_area) + if(button.range != TINT_CONTROL_RANGE_AREA || (button.id != id && button.id != TINT_CONTROL_GROUP_NONE)) + continue + button.animate_windowtint() + +/obj/machinery/button/windowtint/proc/animate_windowtint() + icon_state = active ? "polarizer-turning_on" : "polarizer-turning_off" + addtimer(CALLBACK(src, PROC_REF(update_windowtint_icon)), 0.5 SECONDS) + +/obj/machinery/button/windowtint/proc/update_windowtint_icon() + icon_state = "polarizer-[active]" diff --git a/modular_ss220/aesthetics/windowtint/icons/polarizer.dmi b/modular_ss220/aesthetics/windowtint/icons/polarizer.dmi new file mode 100644 index 000000000000..1af5616fd9e9 Binary files /dev/null and b/modular_ss220/aesthetics/windowtint/icons/polarizer.dmi differ diff --git a/modular_ss220/aesthetics/windowtint/sound/button.ogg b/modular_ss220/aesthetics/windowtint/sound/button.ogg new file mode 100644 index 000000000000..23b4f15265aa Binary files /dev/null and b/modular_ss220/aesthetics/windowtint/sound/button.ogg differ diff --git a/modular_ss220/aesthetics/windowtint/sound/button_alternate.ogg b/modular_ss220/aesthetics/windowtint/sound/button_alternate.ogg new file mode 100644 index 000000000000..e35c6d69498f Binary files /dev/null and b/modular_ss220/aesthetics/windowtint/sound/button_alternate.ogg differ diff --git a/modular_ss220/aesthetics/windowtint/sound/button_meloboom.ogg b/modular_ss220/aesthetics/windowtint/sound/button_meloboom.ogg new file mode 100644 index 000000000000..80d5cfa894a2 Binary files /dev/null and b/modular_ss220/aesthetics/windowtint/sound/button_meloboom.ogg differ diff --git a/modular_ss220/aesthetics/zippo/code/zippo.dm b/modular_ss220/aesthetics/zippo/code/zippo.dm new file mode 100644 index 000000000000..07e81da7a3bd --- /dev/null +++ b/modular_ss220/aesthetics/zippo/code/zippo.dm @@ -0,0 +1,53 @@ +/obj/item/lighter/zippo/cap + name = "\improper Captain's zippo" + desc = "A limited edition gold Zippo espesially for NT Captains. Looks extremely expensive." + icon_state = "zippo-cap" + item_state = "zippo-cap" + icon = 'modular_ss220/aesthetics/zippo/icons/zippo.dmi' + lefthand_file = 'modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/zippo/icons/items_righthand.dmi' + +/obj/item/lighter/zippo/hop + name = "\improper Head of Personnel's zippo" + desc = "A limited edition Zippo for NT Heads. Tries it best to look like captain's." + icon_state = "zippo-hop" + item_state = "zippo-hop" + icon = 'modular_ss220/aesthetics/zippo/icons/zippo.dmi' + lefthand_file = 'modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/zippo/icons/items_righthand.dmi' + +/obj/item/lighter/zippo/hos + name = "\improper Head of Security's zippo" + desc = "A limited edition Zippo for NT Heads. Fuel it with clown's tears." + icon_state = "zippo-hos" + item_state = "zippo-hos" + icon = 'modular_ss220/aesthetics/zippo/icons/zippo.dmi' + lefthand_file = 'modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/zippo/icons/items_righthand.dmi' + +/obj/item/lighter/zippo/cmo + name = "\improper Chief Medical Officer's zippo" + desc = "A limited edition Zippo for NT Heads. Made of hypoallergenic steel." + icon_state = "zippo-cmo" + item_state = "zippo-cmo" + icon = 'modular_ss220/aesthetics/zippo/icons/zippo.dmi' + lefthand_file = 'modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/zippo/icons/items_righthand.dmi' + +/obj/item/lighter/zippo/ce + name = "\improper Chief Engineer's zippo" + desc = "A limited edition Zippo for NT Heads. Somebody've tried to repair cover with blue tape." + icon_state = "zippo-ce" + item_state = "zippo-ce" + icon = 'modular_ss220/aesthetics/zippo/icons/zippo.dmi' + lefthand_file = 'modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/zippo/icons/items_righthand.dmi' + +/obj/item/lighter/zippo/rd + name = "\improper Research Director's zippo" + desc = "A limited edition Zippo for NT Heads. Uses advanced tech to make fire from plasma." + icon_state = "zippo-rd" + item_state = "zippo-rd" + icon = 'modular_ss220/aesthetics/zippo/icons/zippo.dmi' + lefthand_file = 'modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/aesthetics/zippo/icons/items_righthand.dmi' diff --git a/modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi b/modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi new file mode 100644 index 000000000000..ce2381786c49 Binary files /dev/null and b/modular_ss220/aesthetics/zippo/icons/items_lefthand.dmi differ diff --git a/modular_ss220/aesthetics/zippo/icons/items_righthand.dmi b/modular_ss220/aesthetics/zippo/icons/items_righthand.dmi new file mode 100644 index 000000000000..3f8c776a05e6 Binary files /dev/null and b/modular_ss220/aesthetics/zippo/icons/items_righthand.dmi differ diff --git a/modular_ss220/aesthetics/zippo/icons/zippo.dmi b/modular_ss220/aesthetics/zippo/icons/zippo.dmi new file mode 100644 index 000000000000..130f58a2f4a6 Binary files /dev/null and b/modular_ss220/aesthetics/zippo/icons/zippo.dmi differ diff --git a/modular_ss220/aesthetics_sounds/LICENSE.md b/modular_ss220/aesthetics_sounds/LICENSE.md new file mode 100644 index 000000000000..9e8be3ea9476 --- /dev/null +++ b/modular_ss220/aesthetics_sounds/LICENSE.md @@ -0,0 +1 @@ +food_open.ogg by mrgant -- https://freesound.org/s/79409/ -- License: Attribution 3.0 diff --git a/modular_ss220/aesthetics_sounds/_aesthetics_sounds.dm b/modular_ss220/aesthetics_sounds/_aesthetics_sounds.dm new file mode 100644 index 000000000000..ca676a4cd56a --- /dev/null +++ b/modular_ss220/aesthetics_sounds/_aesthetics_sounds.dm @@ -0,0 +1,4 @@ +/datum/modpack/aesthetics_sounds + name = "Эстетика звуков" + desc = "Обновление звуков на новые, более красочные" + author = "dj-34, Aylong" diff --git a/modular_ss220/aesthetics_sounds/_aesthetics_sounds.dme b/modular_ss220/aesthetics_sounds/_aesthetics_sounds.dme new file mode 100644 index 000000000000..59d476b4fa54 --- /dev/null +++ b/modular_ss220/aesthetics_sounds/_aesthetics_sounds.dme @@ -0,0 +1,9 @@ +#include "_aesthetics_sounds.dm" + +#include "code/alerts.dm" +#include "code/closet.dm" +#include "code/items.dm" +#include "code/wilhelm.dm" +#include "code/shuttle.dm" +#include "code/mindslave.dm" +#include "code/lobby_music.dm" diff --git a/modular_ss220/aesthetics_sounds/code/alerts.dm b/modular_ss220/aesthetics_sounds/code/alerts.dm new file mode 100644 index 000000000000..9b35afa57f58 --- /dev/null +++ b/modular_ss220/aesthetics_sounds/code/alerts.dm @@ -0,0 +1,4 @@ +/datum/security_level/epsilon + lowering_to_sound = 'modular_ss220/aesthetics_sounds/sound/epsilon/epsilon.ogg' + elevating_to_sound = 'modular_ss220/aesthetics_sounds/sound/epsilon/epsilon.ogg' + ai_announcement_sound = 'modular_ss220/aesthetics_sounds/sound/epsilon/epsilon_code_elevate.ogg' diff --git a/modular_ss220/aesthetics_sounds/code/closet.dm b/modular_ss220/aesthetics_sounds/code/closet.dm new file mode 100644 index 000000000000..6c524197118e --- /dev/null +++ b/modular_ss220/aesthetics_sounds/code/closet.dm @@ -0,0 +1,22 @@ +/obj/structure/closet + var/list/togglelock_sound = list( + 'modular_ss220/aesthetics_sounds/sound/lock_1.ogg', + 'modular_ss220/aesthetics_sounds/sound/lock_2.ogg', + 'modular_ss220/aesthetics_sounds/sound/lock_3.ogg' + ) + +/obj/structure/closet/secure_closet/togglelock(mob/user) + if(!istype(user) || user.incapacitated()) + to_chat(user, span_warning("You can't do that right now!")) + return + . = ..() + if(!opened && !broken && !(user.loc == src) && allowed(user)) + playsound(loc, pick(togglelock_sound), 10, TRUE, -3) + +/obj/structure/closet/crate/secure/togglelock(mob/user) + if(!istype(user) || user.incapacitated()) + to_chat(user, span_warning("You can't do that right now!")) + return + . = ..() + if(!opened && !broken && !(user.loc == src) && allowed(user)) + playsound(loc, pick(togglelock_sound), 10, TRUE, -3) diff --git a/modular_ss220/aesthetics_sounds/code/items.dm b/modular_ss220/aesthetics_sounds/code/items.dm new file mode 100644 index 000000000000..91f8c2c4bf50 --- /dev/null +++ b/modular_ss220/aesthetics_sounds/code/items.dm @@ -0,0 +1,224 @@ +//TODO: /obj/item generic drop & pickup sound from list (cannot figure out how to put it better in list) + +/* MISCELLANEOUS */ +/obj/item/card + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/card.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/card.ogg' + +/obj/item/coin + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/ring.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/ring.ogg' + +/obj/item/bedsheet + drop_sound = 'sound/items/handling/cloth_drop.ogg' + pickup_sound = 'sound/items/handling/cloth_pickup.ogg' + +/obj/item/stock_parts + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/beach_ball + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/basketball.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/basketball.ogg' + +/obj/item/ammo_box + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/ammobox.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/ammobox.ogg' + +/* KNIFE */ +/obj/item/nullrod/tribal_knife + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/knife.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/knife.ogg' + +/obj/item/kitchen/knife + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/knife.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/knife.ogg' + +/obj/item/kitchen/knife/plastic + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/obj/item/kitchen/knife/shiv/carrot + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/* CLOTHING */ +/obj/item/clothing + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/clothing.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/clothing.ogg' + +/obj/item/clothing/head/helmet + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/helmet.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/helmet.ogg' + +/obj/item/clothing/shoes + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/shoes.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/shoes.ogg' + +/obj/item/clothing/shoes/combat + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg' + +/obj/item/clothing/shoes/jackboots + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg' + +/obj/item/clothing/shoes/workboots + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg' + +/obj/item/clothing/shoes/cowboy + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg' + +/obj/item/clothing/shoes/magboots + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg' + +/obj/item/clothing/shoes/magboots/clown + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/shoes.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/shoes.ogg' + +/obj/item/clothing/gloves/ring + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/ring.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/ring.ogg' + +/* ACCESSORIES */ + +/obj/item/clothing/accessory/holster + var/sound_holster = 'modular_ss220/aesthetics_sounds/sound/handling/holsterin.ogg' + var/sound_unholster = 'modular_ss220/aesthetics_sounds/sound/handling/holsterout.ogg' + +/obj/item/clothing/accessory/holster/holster(obj/item/I, mob/user as mob) + . = ..() + var/obj/item/gun/W = I + if(isgun(I) && can_holster(W) && user.canUnEquip(W, 0)) + playsound(user.loc, sound_holster, 20, 1) + +/obj/item/clothing/accessory/holster/unholster(mob/user as mob) + . = ..() + playsound(user.loc, sound_unholster, 20, 1) + +/obj/item/clothing/accessory/holobadge + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/accessory.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/accessory.ogg' + +/obj/item/clothing/accessory/legal_badge + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/accessory.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/accessory.ogg' + +/obj/item/clothing/accessory/medal + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/accessory.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/accessory.ogg' + +/obj/item/clothing/accessory/necklace + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/accessory.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/accessory.ogg' + +/obj/item/clothing/accessory/holster + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg' + +/obj/item/clothing/accessory/storage + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg' + +/* GUNS */ +/obj/item/gun + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/gun.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/gun.ogg' + +/obj/item/gun/magic + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/obj/item/gun/projectile/shotgun/toy + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/obj/item/gun/projectile/automatic/toy + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/obj/item/gun/projectile/automatic/c20r/toy + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/obj/item/gun/projectile/automatic/l6_saw/toy + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/obj/item/gun/projectile/automatic/sniper_rifle/toy + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/* FIREAXE */ +/obj/item/fireaxe + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/axe.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/axe.ogg' + +/obj/item/fireaxe/boneaxe + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/obj/item/pickaxe + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/axe.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/axe.ogg' + +/obj/item/pickaxe/bone + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg' + +/* BACKPACKS */ +/obj/item/storage/backpack + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg' + +/obj/item/storage/bag + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg' + +/obj/item/storage/belt + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg' + +/* ORGANS */ +/obj/item/organ + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/flesh.ogg' + pickup_sound = 'modular_ss220/aesthetics_sounds/sound/handling/pickup/flesh.ogg' + +/obj/item/organ/internal/cell + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/cyberimp + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/ears/cybernetic + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/ears/microphone + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/eyes/cybernetic + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/heart/cybernetic + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/kidneys/cybernetic + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/liver/cybernetic + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' + +/obj/item/organ/internal/lungs/cybernetic + drop_sound = 'sound/items/handling/component_drop.ogg' + pickup_sound = 'sound/items/handling/component_pickup.ogg' diff --git a/modular_ss220/aesthetics_sounds/code/lobby_music.dm b/modular_ss220/aesthetics_sounds/code/lobby_music.dm new file mode 100644 index 000000000000..0abc03ae1557 --- /dev/null +++ b/modular_ss220/aesthetics_sounds/code/lobby_music.dm @@ -0,0 +1,6 @@ +/datum/controller/subsystem/ticker/Initialize() + var/static/list/possible_music = flist("config/lobby_music/sounds/") + login_music = "config/lobby_music/sounds/[pick(possible_music)]" + + for(var/client/client as anything in GLOB.clients) + client.playtitlemusic() diff --git a/modular_ss220/aesthetics_sounds/code/mindslave.dm b/modular_ss220/aesthetics_sounds/code/mindslave.dm new file mode 100644 index 000000000000..4adbc89dfe72 --- /dev/null +++ b/modular_ss220/aesthetics_sounds/code/mindslave.dm @@ -0,0 +1,3 @@ +/datum/antagonist/mindslave/greet() + SEND_SOUND(owner.current, sound('sound/ambience/alarm4.ogg')) + return ..() diff --git a/modular_ss220/aesthetics_sounds/code/shuttle.dm b/modular_ss220/aesthetics_sounds/code/shuttle.dm new file mode 100644 index 000000000000..b3e6346bb0ae --- /dev/null +++ b/modular_ss220/aesthetics_sounds/code/shuttle.dm @@ -0,0 +1,8 @@ +/obj/docking_port/mobile + var/fly_sound = 'modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_mini.ogg' + +/datum/controller/subsystem/shuttle/moveShuttle(shuttleId, dockId, timed, mob/user) + . = ..() + if(. == 0) + var/obj/docking_port/mobile/M = getShuttle(shuttleId) + M.areaInstance << M.fly_sound diff --git a/modular_ss220/aesthetics_sounds/code/wilhelm.dm b/modular_ss220/aesthetics_sounds/code/wilhelm.dm new file mode 100644 index 000000000000..13f5e154a3ad --- /dev/null +++ b/modular_ss220/aesthetics_sounds/code/wilhelm.dm @@ -0,0 +1,4 @@ +/turf/simulated/floor/chasm/straight_down/lava_land_surface/drop(atom/movable/AM) + if(iscarbon(AM)) + playsound(AM.loc, 'modular_ss220/aesthetics_sounds/sound/wilhelm_scream.ogg', 50) + . = ..() diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse1.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse1.ogg new file mode 100644 index 000000000000..2e57f4df40c6 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse2.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse2.ogg new file mode 100644 index 000000000000..eb37c9537a32 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient1.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient1.ogg new file mode 100644 index 000000000000..533966de8565 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient2.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient2.ogg new file mode 100644 index 000000000000..3da99c906cd2 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient3.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient3.ogg new file mode 100644 index 000000000000..10867d1e2d60 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterdrops.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterdrops.ogg new file mode 100644 index 000000000000..ec273ea4eb8f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterdrops.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterfall.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterfall.ogg new file mode 100644 index 000000000000..5b29008f0fd3 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterfall.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle1.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle1.ogg new file mode 100644 index 000000000000..9008c7020d74 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle2.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle2.ogg new file mode 100644 index 000000000000..e1853fdf0741 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle3.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle3.ogg new file mode 100644 index 000000000000..7aea120220a1 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/jungle3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/river.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/river.ogg new file mode 100644 index 000000000000..411b991ef51d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/river.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/area_ambient/waterfall.ogg b/modular_ss220/aesthetics_sounds/sound/area_ambient/waterfall.ogg new file mode 100644 index 000000000000..0bf6476f9988 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/area_ambient/waterfall.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/coin_accept.ogg b/modular_ss220/aesthetics_sounds/sound/coin_accept.ogg new file mode 100644 index 000000000000..34b79ad1240a Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/coin_accept.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/creepy/demon2.ogg b/modular_ss220/aesthetics_sounds/sound/creepy/demon2.ogg new file mode 100644 index 000000000000..9b254efd35db Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/creepy/demon2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/creepy/low_laugh.ogg b/modular_ss220/aesthetics_sounds/sound/creepy/low_laugh.ogg new file mode 100644 index 000000000000..fe38d03162ca Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/creepy/low_laugh.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/creepy/many_whisper1.ogg b/modular_ss220/aesthetics_sounds/sound/creepy/many_whisper1.ogg new file mode 100644 index 000000000000..6e2e9a6a7e30 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/creepy/many_whisper1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg b/modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg new file mode 100644 index 000000000000..5feabf9106e6 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/creepy/many_whisper2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/creepy/scary_whisper1.ogg b/modular_ss220/aesthetics_sounds/sound/creepy/scary_whisper1.ogg new file mode 100644 index 000000000000..ef9e60b64103 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/creepy/scary_whisper1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/creepy/scary_whisper2.ogg b/modular_ss220/aesthetics_sounds/sound/creepy/scary_whisper2.ogg new file mode 100644 index 000000000000..7a62b7752083 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/creepy/scary_whisper2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/epsilon/epsilon.ogg b/modular_ss220/aesthetics_sounds/sound/epsilon/epsilon.ogg new file mode 100644 index 000000000000..a938c318cc55 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/epsilon/epsilon.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/epsilon/epsilon_code_elevate.ogg b/modular_ss220/aesthetics_sounds/sound/epsilon/epsilon_code_elevate.ogg new file mode 100644 index 000000000000..55e06ba83775 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/epsilon/epsilon_code_elevate.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/food_open.ogg b/modular_ss220/aesthetics_sounds/sound/food_open.ogg new file mode 100644 index 000000000000..4a763bf125f4 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/food_open.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/accessory.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/accessory.ogg new file mode 100644 index 000000000000..92ff70346ddd Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/accessory.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/ammobox.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/ammobox.ogg new file mode 100644 index 000000000000..13fce70fe3de Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/ammobox.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/axe.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/axe.ogg new file mode 100644 index 000000000000..eae55a6fd501 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/axe.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg new file mode 100644 index 000000000000..ba0d90d9d6b2 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/backpack.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/basketball.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/basketball.ogg new file mode 100644 index 000000000000..6520c7a9066c Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/basketball.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg new file mode 100644 index 000000000000..87176cdca23d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/boots.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/card.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/card.ogg new file mode 100644 index 000000000000..7e2620d2b0b0 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/card.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/clothing.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/clothing.ogg new file mode 100644 index 000000000000..f13c656c0317 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/clothing.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/flesh.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/flesh.ogg new file mode 100644 index 000000000000..bb7af66a2ea1 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/flesh.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg new file mode 100644 index 000000000000..c2195b1e24a8 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/generic1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/generic2.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/generic2.ogg new file mode 100644 index 000000000000..ac0bd3710fee Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/generic2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/gun.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/gun.ogg new file mode 100644 index 000000000000..3a489c72c0f9 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/gun.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/helmet.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/helmet.ogg new file mode 100644 index 000000000000..bbca1b381e26 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/helmet.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/knife.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/knife.ogg new file mode 100644 index 000000000000..954b611a97fa Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/knife.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/ring.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/ring.ogg new file mode 100644 index 000000000000..e8949b877a54 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/ring.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/drop/shoes.ogg b/modular_ss220/aesthetics_sounds/sound/handling/drop/shoes.ogg new file mode 100644 index 000000000000..5dbf0c414478 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/drop/shoes.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/holsterin.ogg b/modular_ss220/aesthetics_sounds/sound/handling/holsterin.ogg new file mode 100644 index 000000000000..58ef29b549de Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/holsterin.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/holsterout.ogg b/modular_ss220/aesthetics_sounds/sound/handling/holsterout.ogg new file mode 100644 index 000000000000..a61e4f770802 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/holsterout.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/accessory.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/accessory.ogg new file mode 100644 index 000000000000..b532e2d4026f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/accessory.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/ammobox.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/ammobox.ogg new file mode 100644 index 000000000000..9532a7697b98 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/ammobox.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/axe.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/axe.ogg new file mode 100644 index 000000000000..a77809ab577a Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/axe.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg new file mode 100644 index 000000000000..50965d71344e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/backpack.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/basketball.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/basketball.ogg new file mode 100644 index 000000000000..cae604b1fd9e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/basketball.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg new file mode 100644 index 000000000000..077801f6f53b Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/boots.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/card.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/card.ogg new file mode 100644 index 000000000000..44df4b326058 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/card.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/clothing.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/clothing.ogg new file mode 100644 index 000000000000..d80b46f7f2d2 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/clothing.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/flesh.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/flesh.ogg new file mode 100644 index 000000000000..818ca54500fe Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/flesh.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg new file mode 100644 index 000000000000..64f37c6dd9cd Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic2.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic2.ogg new file mode 100644 index 000000000000..57092778f288 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic3.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic3.ogg new file mode 100644 index 000000000000..be46e772422c Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/generic3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/gun.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/gun.ogg new file mode 100644 index 000000000000..4eeda50ca508 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/gun.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/helmet.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/helmet.ogg new file mode 100644 index 000000000000..2d33f62a5dd7 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/helmet.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/knife.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/knife.ogg new file mode 100644 index 000000000000..6f5ca73c246d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/knife.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/ring.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/ring.ogg new file mode 100644 index 000000000000..41c57a3175a3 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/ring.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/handling/pickup/shoes.ogg b/modular_ss220/aesthetics_sounds/sound/handling/pickup/shoes.ogg new file mode 100644 index 000000000000..9200f325010b Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/handling/pickup/shoes.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/01_hev_logon.ogg b/modular_ss220/aesthetics_sounds/sound/hev/01_hev_logon.ogg new file mode 100644 index 000000000000..29811b063c5a Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/01_hev_logon.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/03_atmospherics_on.ogg b/modular_ss220/aesthetics_sounds/sound/hev/03_atmospherics_on.ogg new file mode 100644 index 000000000000..2a69c4eaeb1d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/03_atmospherics_on.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/04_vitalsigns_on.ogg b/modular_ss220/aesthetics_sounds/sound/hev/04_vitalsigns_on.ogg new file mode 100644 index 000000000000..c82fdac8833c Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/04_vitalsigns_on.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/05_automedic_on.ogg b/modular_ss220/aesthetics_sounds/sound/hev/05_automedic_on.ogg new file mode 100644 index 000000000000..406dcfbc38bf Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/05_automedic_on.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/08_communications_on.ogg b/modular_ss220/aesthetics_sounds/sound/hev/08_communications_on.ogg new file mode 100644 index 000000000000..6010e86912ee Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/08_communications_on.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/09_safe_day.ogg b/modular_ss220/aesthetics_sounds/sound/hev/09_safe_day.ogg new file mode 100644 index 000000000000..576cc709d14d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/09_safe_day.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/antidote_shot.ogg b/modular_ss220/aesthetics_sounds/sound/hev/antidote_shot.ogg new file mode 100644 index 000000000000..efc6ee6b4a10 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/antidote_shot.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/antitoxin_shot.ogg b/modular_ss220/aesthetics_sounds/sound/hev/antitoxin_shot.ogg new file mode 100644 index 000000000000..039c85a0d35d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/antitoxin_shot.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/beep.ogg b/modular_ss220/aesthetics_sounds/sound/hev/beep.ogg new file mode 100644 index 000000000000..7b4071d5c949 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/beep.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/beep_2.ogg b/modular_ss220/aesthetics_sounds/sound/hev/beep_2.ogg new file mode 100644 index 000000000000..3a9a2cb5640d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/beep_2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/beep_3.ogg b/modular_ss220/aesthetics_sounds/sound/hev/beep_3.ogg new file mode 100644 index 000000000000..312cb7f3892e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/beep_3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/bell.ogg b/modular_ss220/aesthetics_sounds/sound/hev/bell.ogg new file mode 100644 index 000000000000..75ae310c5165 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/bell.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/blip.ogg b/modular_ss220/aesthetics_sounds/sound/hev/blip.ogg new file mode 100644 index 000000000000..a117521c7c17 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/blip.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/blood_loss.ogg b/modular_ss220/aesthetics_sounds/sound/hev/blood_loss.ogg new file mode 100644 index 000000000000..3bf73d34e341 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/blood_loss.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/chemical_detected.ogg b/modular_ss220/aesthetics_sounds/sound/hev/chemical_detected.ogg new file mode 100644 index 000000000000..0a40c92b1ec7 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/chemical_detected.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/death.ogg b/modular_ss220/aesthetics_sounds/sound/hev/death.ogg new file mode 100644 index 000000000000..fcf6293a00aa Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/death.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/health_critical.ogg b/modular_ss220/aesthetics_sounds/sound/hev/health_critical.ogg new file mode 100644 index 000000000000..083d2479df87 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/health_critical.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/health_dropping2.ogg b/modular_ss220/aesthetics_sounds/sound/hev/health_dropping2.ogg new file mode 100644 index 000000000000..823554d7b40f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/health_dropping2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/heat.ogg b/modular_ss220/aesthetics_sounds/sound/hev/heat.ogg new file mode 100644 index 000000000000..e40b4b264fdb Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/heat.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/hp_drop.ogg b/modular_ss220/aesthetics_sounds/sound/hev/hp_drop.ogg new file mode 100644 index 000000000000..084a2aed0000 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/hp_drop.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/major_fracture.ogg b/modular_ss220/aesthetics_sounds/sound/hev/major_fracture.ogg new file mode 100644 index 000000000000..d708ab719303 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/major_fracture.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/major_lacerations.ogg b/modular_ss220/aesthetics_sounds/sound/hev/major_lacerations.ogg new file mode 100644 index 000000000000..c24c1f51d444 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/major_lacerations.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/minor_fracture.ogg b/modular_ss220/aesthetics_sounds/sound/hev/minor_fracture.ogg new file mode 100644 index 000000000000..30a973d832ed Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/minor_fracture.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/minor_lacerations.ogg b/modular_ss220/aesthetics_sounds/sound/hev/minor_lacerations.ogg new file mode 100644 index 000000000000..d3e61a8c7d4d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/minor_lacerations.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/morphine_shot.ogg b/modular_ss220/aesthetics_sounds/sound/hev/morphine_shot.ogg new file mode 100644 index 000000000000..74eaeeaa3d79 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/morphine_shot.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/near_death.ogg b/modular_ss220/aesthetics_sounds/sound/hev/near_death.ogg new file mode 100644 index 000000000000..d57088a50ce2 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/near_death.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/shok.ogg b/modular_ss220/aesthetics_sounds/sound/hev/shok.ogg new file mode 100644 index 000000000000..679d39afb6a4 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/shok.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/warning.ogg b/modular_ss220/aesthetics_sounds/sound/hev/warning.ogg new file mode 100644 index 000000000000..b41e12b585ef Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/warning.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/hev/wound_sterilized.ogg b/modular_ss220/aesthetics_sounds/sound/hev/wound_sterilized.ogg new file mode 100644 index 000000000000..b548a4a9b226 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/hev/wound_sterilized.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/lc_mainbeam.ogg b/modular_ss220/aesthetics_sounds/sound/lc_mainbeam.ogg new file mode 100644 index 000000000000..796d7578c4d2 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/lc_mainbeam.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/lc_teleport.ogg b/modular_ss220/aesthetics_sounds/sound/lc_teleport.ogg new file mode 100644 index 000000000000..2eb79c1294f9 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/lc_teleport.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/lock_1.ogg b/modular_ss220/aesthetics_sounds/sound/lock_1.ogg new file mode 100644 index 000000000000..d85f6eb9cc72 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/lock_1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/lock_2.ogg b/modular_ss220/aesthetics_sounds/sound/lock_2.ogg new file mode 100644 index 000000000000..bfc6a46cab53 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/lock_2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/lock_3.ogg b/modular_ss220/aesthetics_sounds/sound/lock_3.ogg new file mode 100644 index 000000000000..cf059e39fc34 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/lock_3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert01.ogg new file mode 100644 index 000000000000..3c78711e997e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert02.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert02.ogg new file mode 100644 index 000000000000..59ac0855acf1 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert02.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert03.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert03.ogg new file mode 100644 index 000000000000..03dc8a3e5db5 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert03.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert04.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert04.ogg new file mode 100644 index 000000000000..033d0eb95179 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert04.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert05.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert05.ogg new file mode 100644 index 000000000000..8de1dbca94ef Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert05.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert06.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert06.ogg new file mode 100644 index 000000000000..150b0883ed1e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert06.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert07.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert07.ogg new file mode 100644 index 000000000000..ef6122434fd1 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert07.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert08.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert08.ogg new file mode 100644 index 000000000000..2e1ccbedbf7d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert08.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/attack1.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/attack1.ogg new file mode 100644 index 000000000000..203d5797addc Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/attack1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect1.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect1.ogg new file mode 100644 index 000000000000..c8adcf52cd75 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect2.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect2.ogg new file mode 100644 index 000000000000..833b58b594d3 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect3.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect3.ogg new file mode 100644 index 000000000000..67b2d74d13e1 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/goo_attack3.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/goo_attack3.ogg new file mode 100644 index 000000000000..2e170a39b062 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/goo_attack3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/splat1.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/splat1.ogg new file mode 100644 index 000000000000..19fbb1a60265 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/splat1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert01.ogg new file mode 100644 index 000000000000..3734653c0019 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert03.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert03.ogg new file mode 100644 index 000000000000..59a5f8564589 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert03.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert04.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert04.ogg new file mode 100644 index 000000000000..5cbffe0bd5e3 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert04.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert05.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert05.ogg new file mode 100644 index 000000000000..8a6d0be7e1ce Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert05.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert06.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert06.ogg new file mode 100644 index 000000000000..70c21b7fe0e9 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert06.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert07.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert07.ogg new file mode 100644 index 000000000000..68d201eacf77 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert07.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert08.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert08.ogg new file mode 100644 index 000000000000..8067cb009ccb Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert08.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert10.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert10.ogg new file mode 100644 index 000000000000..bf20c20e6b1f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert10.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert1.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert1.ogg new file mode 100644 index 000000000000..b0e3ae24444f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert2.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert2.ogg new file mode 100644 index 000000000000..2e29531d28c6 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert3.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert3.ogg new file mode 100644 index 000000000000..b9eefe84c28d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert4.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert4.ogg new file mode 100644 index 000000000000..8339f5c898f1 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert4.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert5.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert5.ogg new file mode 100644 index 000000000000..01cadd89b97f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert5.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_death01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_death01.ogg new file mode 100644 index 000000000000..cb599e429273 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_death01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_deceiveyou01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_deceiveyou01.ogg new file mode 100644 index 000000000000..84913bd113df Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_deceiveyou01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_foryouhewaits01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_foryouhewaits01.ogg new file mode 100644 index 000000000000..863e523b4a4c Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_foryouhewaits01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_freeeemmaan01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_freeeemmaan01.ogg new file mode 100644 index 000000000000..988842c04c63 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_freeeemmaan01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_iamthelast01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_iamthelast01.ogg new file mode 100644 index 000000000000..ffcae5c7774f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_iamthelast01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_pain01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_pain01.ogg new file mode 100644 index 000000000000..0e8df1aa5b8f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_pain01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_thetruth01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_thetruth01.ogg new file mode 100644 index 000000000000..89af97787e0e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_thetruth01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_whathavedone01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_whathavedone01.ogg new file mode 100644 index 000000000000..b36451a233bd Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_whathavedone01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_youalldie01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_youalldie01.ogg new file mode 100644 index 000000000000..6dfca973c20b Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_youalldie01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance01.ogg new file mode 100644 index 000000000000..602d5673a6df Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance02.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance02.ogg new file mode 100644 index 000000000000..7b644dd68486 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance02.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance03.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance03.ogg new file mode 100644 index 000000000000..731500a7372f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance03.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance04.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance04.ogg new file mode 100644 index 000000000000..6b82a000f031 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance04.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance05.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance05.ogg new file mode 100644 index 000000000000..3edd57fa0e9e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance05.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance06.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance06.ogg new file mode 100644 index 000000000000..17d313990951 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance06.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance07.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance07.ogg new file mode 100644 index 000000000000..99af157c9520 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance07.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance08.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance08.ogg new file mode 100644 index 000000000000..5bfa8376d8b6 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance08.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance09.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance09.ogg new file mode 100644 index 000000000000..96827c44738a Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance09.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance10.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance10.ogg new file mode 100644 index 000000000000..e6fa2a5d2fdf Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance10.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01.ogg new file mode 100644 index 000000000000..308640afdc48 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01b.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01b.ogg new file mode 100644 index 000000000000..8a70d5f97441 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01b.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert02.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert02.ogg new file mode 100644 index 000000000000..386bd3ea8530 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert02.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert03.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert03.ogg new file mode 100644 index 000000000000..7da216324033 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert03.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert04.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert04.ogg new file mode 100644 index 000000000000..088bf6e5ca8c Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert04.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert05.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert05.ogg new file mode 100644 index 000000000000..02ac83126e5b Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert05.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert06.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert06.ogg new file mode 100644 index 000000000000..0b34b22b0de2 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert06.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/attack_shoot4.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/attack_shoot4.ogg new file mode 100644 index 000000000000..1986c3b13012 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/attack_shoot4.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert3.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert3.ogg new file mode 100644 index 000000000000..ed090785a88f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert4.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert4.ogg new file mode 100644 index 000000000000..cb9d3b0325d4 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert4.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv1.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv1.ogg new file mode 100644 index 000000000000..bfd79cf04175 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv1.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv10.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv10.ogg new file mode 100644 index 000000000000..371ec262d4c3 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv10.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv11.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv11.ogg new file mode 100644 index 000000000000..8886436db818 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv11.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv12.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv12.ogg new file mode 100644 index 000000000000..ebf968da4514 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv12.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv13.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv13.ogg new file mode 100644 index 000000000000..a2ea1768e6e5 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv13.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv14.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv14.ogg new file mode 100644 index 000000000000..ba56bb13e450 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv14.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv2.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv2.ogg new file mode 100644 index 000000000000..a76d88d463e9 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv2.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv3.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv3.ogg new file mode 100644 index 000000000000..3ad9188e6bea Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv3.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv4.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv4.ogg new file mode 100644 index 000000000000..e833ae9d6f66 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv4.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv5.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv5.ogg new file mode 100644 index 000000000000..9de7a795ed0d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv5.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv6.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv6.ogg new file mode 100644 index 000000000000..4a6b7aa0699f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv6.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv7.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv7.ogg new file mode 100644 index 000000000000..33518e8baf6f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv7.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv8.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv8.ogg new file mode 100644 index 000000000000..534d008bf244 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv8.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv9.ogg b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv9.ogg new file mode 100644 index 000000000000..87cd5cf70b8d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv9.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/narsie/narsie_risen.ogg b/modular_ss220/aesthetics_sounds/sound/narsie/narsie_risen.ogg new file mode 100644 index 000000000000..cec2c4ff063c Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/narsie/narsie_risen.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/narsie/narsie_summon.ogg b/modular_ss220/aesthetics_sounds/sound/narsie/narsie_summon.ogg new file mode 100644 index 000000000000..a4c0e0ab571e Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/narsie/narsie_summon.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_begin_new.ogg b/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_begin_new.ogg new file mode 100644 index 000000000000..a3c03f88a3f0 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_begin_new.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_end_new.ogg b/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_end_new.ogg new file mode 100644 index 000000000000..8f8629e581f7 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_end_new.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_mini.ogg b/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_mini.ogg new file mode 100644 index 000000000000..ee4d43fbb69c Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/shuttle/hyperspace_mini.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/supermatter/core_overheating.ogg b/modular_ss220/aesthetics_sounds/sound/supermatter/core_overheating.ogg new file mode 100644 index 000000000000..2cc4c81398b3 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/supermatter/core_overheating.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/supermatter/explode.ogg b/modular_ss220/aesthetics_sounds/sound/supermatter/explode.ogg new file mode 100644 index 000000000000..a16a0634b93d Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/supermatter/explode.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/supermatter/meltdown.ogg b/modular_ss220/aesthetics_sounds/sound/supermatter/meltdown.ogg new file mode 100644 index 000000000000..c890581bcb6f Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/supermatter/meltdown.ogg differ diff --git a/modular_ss220/aesthetics_sounds/sound/wilhelm_scream.ogg b/modular_ss220/aesthetics_sounds/sound/wilhelm_scream.ogg new file mode 100644 index 000000000000..9a9d1cece809 Binary files /dev/null and b/modular_ss220/aesthetics_sounds/sound/wilhelm_scream.ogg differ diff --git a/modular_ss220/agent_id_tgui/_agent_id_tgui.dm b/modular_ss220/agent_id_tgui/_agent_id_tgui.dm new file mode 100644 index 000000000000..9e7a43c616c5 --- /dev/null +++ b/modular_ss220/agent_id_tgui/_agent_id_tgui.dm @@ -0,0 +1,4 @@ +/datum/modpack/agent_id_tgui + name = "Agent ID TGUI" + desc = "Добавляет TGUI для карты агента" + author = "larentoun" diff --git a/modular_ss220/agent_id_tgui/_agent_id_tgui.dme b/modular_ss220/agent_id_tgui/_agent_id_tgui.dme new file mode 100644 index 000000000000..29bcc5297ad6 --- /dev/null +++ b/modular_ss220/agent_id_tgui/_agent_id_tgui.dme @@ -0,0 +1,3 @@ +#include "_agent_id_tgui.dm" + +#include "code/agent_id_tgui.dm" diff --git a/modular_ss220/agent_id_tgui/code/agent_id_tgui.dm b/modular_ss220/agent_id_tgui/code/agent_id_tgui.dm new file mode 100644 index 000000000000..0f391743f3bf --- /dev/null +++ b/modular_ss220/agent_id_tgui/code/agent_id_tgui.dm @@ -0,0 +1,15 @@ +/obj/item/card/id/syndicate + var/static/list/restricted_appearances = list("admin", "deathsquad", "clownsquad", "data", "ERT_empty", "silver", "gold", "TDred", "TDgreen") + var/static/list/appearances = GLOB.card_skins_ss220 + GLOB.card_skins_special_ss220 + GLOB.card_skins_donor_ss220 - restricted_appearances + +/obj/item/card/id/syndicate/ui_data(mob/user) + var/list/data = ..() + var/default = 'icons/mob/hud/job_assets.dmi' + var/custom = 'modular_ss220/jobs/icons/job_assets.dmi' + data["job_assets"] = !hud_icon || icon_exists(default, hud_icon) ? default : custom + return data + +/obj/item/card/id/syndicate/ui_static_data(mob/user) + var/list/data = ..() + data["appearances"] = appearances + return data diff --git a/modular_ss220/ai_integration/_ai_integration.dm b/modular_ss220/ai_integration/_ai_integration.dm new file mode 100644 index 000000000000..cdd4b990ba1d --- /dev/null +++ b/modular_ss220/ai_integration/_ai_integration.dm @@ -0,0 +1,4 @@ +/datum/modpack/ai_integration + name = "Приколы с нейронками" + desc = "Вините во всем OpenAI, не меня." + author = "furior" diff --git a/modular_ss220/ai_integration/_ai_integration.dme b/modular_ss220/ai_integration/_ai_integration.dme new file mode 100644 index 000000000000..81adb55dd5d3 --- /dev/null +++ b/modular_ss220/ai_integration/_ai_integration.dme @@ -0,0 +1,5 @@ +#include "_ai_integration.dm" + +#include "code/config.dm" +#include "code/gpt_subsystem.dm" +#include "code/ticket.dm" diff --git a/modular_ss220/ai_integration/code/config.dm b/modular_ss220/ai_integration/code/config.dm new file mode 100644 index 000000000000..8055421d9d44 --- /dev/null +++ b/modular_ss220/ai_integration/code/config.dm @@ -0,0 +1,25 @@ +/datum/server_configuration + var/datum/configuration_section/gpt_configuration/gpt + +/datum/server_configuration/load_all_sections() + . = ..() + gpt = new() + safe_load(gpt, "gpt_configuration") + +/datum/configuration_section/gpt_configuration + protection_state = PROTECTION_PRIVATE + var/gpt_enabled = FALSE + var/access_token = "" + var/endpoint = "https://models.inference.ai.azure.com/chat/completions" + var/model = "gpt-4o" + +/datum/configuration_section/gpt_configuration/load_data(list/data) + CONFIG_LOAD_BOOL(gpt_enabled, data["gpt_enabled"]) + CONFIG_LOAD_STR(access_token, data["access_token"]) + CONFIG_LOAD_STR(endpoint, data["endpoint"]) + CONFIG_LOAD_STR(model, data["model"]) + +/datum/http_request/vv_get_var(var_name) + if(var_name == "header") + return FALSE + . = ..() diff --git a/modular_ss220/ai_integration/code/gpt_subsystem.dm b/modular_ss220/ai_integration/code/gpt_subsystem.dm new file mode 100644 index 000000000000..e60b40168ff5 --- /dev/null +++ b/modular_ss220/ai_integration/code/gpt_subsystem.dm @@ -0,0 +1,29 @@ +GLOBAL_DATUM_INIT(gpt220, /datum/gpt220, new()) + +/// AI Chatbot interface adapter +/datum/gpt220 + +/datum/gpt220/proc/request_completition(system_message, prompt, datum/callback/callback) + var/endpoint = GLOB.configuration.gpt.endpoint + var/list/body = json_encode(list( + "messages" = list( + list( + "role" = "system", + "content" = system_message + ), + list( + "role" = "user", + "content" = prompt + ) + ), + "temperature" = 0.1, + "top_p" = 1, + "max_tokens" = 100, + "model" = GLOB.configuration.gpt.model + )) + var/list/headers = list( + "content-type" = "application/json", + "authorization" = "Bearer [GLOB.configuration.gpt.access_token]" + ) + + SShttp.create_async_request(RUSTG_HTTP_METHOD_POST, endpoint, body, headers, callback) diff --git a/modular_ss220/ai_integration/code/ticket.dm b/modular_ss220/ai_integration/code/ticket.dm new file mode 100644 index 000000000000..1c69651de228 --- /dev/null +++ b/modular_ss220/ai_integration/code/ticket.dm @@ -0,0 +1,65 @@ +/datum/admins/Topic(href, href_list) + . = ..() + if(href_list["ai_respond"]) + var/datum/controller/subsystem/tickets/ticketSystem + if(href_list["is_mhelp"]) + ticketSystem = SSmentor_tickets + else + ticketSystem = SStickets + + if(!check_rights(ticketSystem.rights_needed)) + return + var/index = text2num(href_list["ai_respond"]) + ticketSystem.ai_respond(index) + +/datum/controller/subsystem/tickets/proc/ai_respond(N) + if(!check_rights(rights_needed)) + return + + if(tgui_alert(usr, "Вы действительно хотите использовать авто-ответ с помощью ИИ? Он может дать некорректный ответ.", "Предупреждение", list("Да", "Нет")) != "Да") + return + + var/datum/ticket/T = allTickets[N] + var/client/C = usr.client + var/client/ticket_owner = get_client_by_ckey(T.client_ckey) + T.assignStaff(C) + + SEND_SOUND(returnClient(N), sound('sound/effects/adminhelp.ogg')) + message_staff("[C] has auto responded to [ticket_owner]\'s adminhelp with: AI ") + log_game("[C] has auto responded to [ticket_owner]\'s adminhelp with AI") + sendFollowupToDiscord(T, C, "*Autoresponded with AI*") + + var/static/system_message = file2text('strings/ahelp_system_message.txt') + var/question = T.title + + GLOB.gpt220.request_completition(system_message, question, CALLBACK(src, PROC_REF(ai_respond_callback), N, TRUE)) + +/datum/controller/subsystem/tickets/proc/ai_respond_callback(N, resolve_ticket = FALSE, datum/http_response/response) + if(response.errored) + CRASH("AI failed to respond with code: [response.status_code]") + + response = json_decode(response.body) + var/ai_response = response["choices"][1]["message"]["content"] + var/datum/ticket/T = allTickets[N] + + to_chat_safe(returnClient(N), "AI is autoresponding with: [ai_response] ") + message_staff("AI autoresponded with: [ai_response]") + T.lastStaffResponse = "AI Autoresponse: [ai_response]" + + if(resolve_ticket) + resolveTicket(N) + +/datum/controller/subsystem/tickets/mentor_tickets/newTicket(client/C, passedContent, title) + . = ..() + var/datum/ticket/T = . + var/list/mentorcounter = staff_countup(R_MENTOR) + var/mentor_count = mentorcounter[1] + if(mentor_count > 0) + return + + SEND_SOUND(C, sound('sound/effects/adminhelp.ogg')) + to_chat(C, "Сейчас на сервере нет свободных менторов. На ваш вопрос ответит ИИ. Он может быть неточным и давать неправильные ответы.") + + var/static/system_message = file2text('strings/ahelp_system_message.txt') + var/question = T.title + GLOB.gpt220.request_completition(system_message, question, CALLBACK(src, PROC_REF(ai_respond_callback), T.ticketNum, FALSE)) diff --git a/modular_ss220/antagonists/_antagonists.dm b/modular_ss220/antagonists/_antagonists.dm new file mode 100644 index 000000000000..ea08e2e1f0c0 --- /dev/null +++ b/modular_ss220/antagonists/_antagonists.dm @@ -0,0 +1,32 @@ +/datum/modpack/antagonists + name = "Антагонисты и режимы" + desc = "Добавляет новые режимы и антагонистов." + author = "Gaxeer, dj-34, PhantomRU" + +/datum/modpack/antagonists/initialize() + GLOB.role_playtime_requirements |= list( + ROLE_BLOOD_BROTHER = 20, + ROLE_VOX_RAIDER = 20 + ) + GLOB.special_role_times |= list( + ROLE_BLOOD_BROTHER = 21, + ROLE_VOX_RAIDER = 21 + ) + + GLOB.huds += new/datum/atom_hud/antag/hidden() + GLOB.special_roles |= ROLE_BLOOD_BROTHER + + GLOB.huds += new/datum/atom_hud/antag() + GLOB.special_roles |= ROLE_VOX_RAIDER + + SSradio.ANTAG_FREQS |= list(VOX_RAID_FREQ) + + SSradio.radiochannels |= list( + //"Special Ops" = DTH_FREQ, + "VoxCom" = VOX_RAID_FREQ, + ) + + GLOB.department_radio_keys |= list( + ":VR" = "VoxCom", "#VR" = "VoxCom", ".VR" = "VoxCom", + ":vr" = "VoxCom", "#vr" = "VoxCom", ".vr" = "VoxCom", + ) diff --git a/modular_ss220/antagonists/_antagonists.dme b/modular_ss220/antagonists/_antagonists.dme new file mode 100644 index 000000000000..69c1561f7cbd --- /dev/null +++ b/modular_ss220/antagonists/_antagonists.dme @@ -0,0 +1,11 @@ +#include "_antagonists.dm" + +#include "code/antag_mix/scenarios/antag_scenario.dm" +#include "code/antag_mix/scenarios/antag_team_scenario.dm" +#include "code/antag_mix/scenarios/minor_scenarios.dm" +#include "code/blood_brothers/blood_brothers_team.dm" +#include "code/blood_brothers/blood_brothers_datum.dm" +#include "code/configuration/antag_mix_configuration.dm" +#include "code/mind/memory_edit.dm" +#include "code/antag_mix/antag_mix.dm" +#include "code/morph/morph.dm" diff --git a/modular_ss220/antagonists/_antagonists_vox_raiders.dme b/modular_ss220/antagonists/_antagonists_vox_raiders.dme new file mode 100644 index 000000000000..3d5856d7d9b5 --- /dev/null +++ b/modular_ss220/antagonists/_antagonists_vox_raiders.dme @@ -0,0 +1,62 @@ +//#include "_antagonists.dm" + +// Antag Mix +// #include "code/antag_mix/antag_mix.dm" +// #include "code/antag_mix/scenarios/antag_scenario.dm" +// #include "code/antag_mix/scenarios/antag_team_scenario.dm" +// #include "code/antag_mix/scenarios/minor_scenarios.dm" +#include "code/antag_mix/scenarios/major_scenarios.dm" +// #include "code/configuration/antag_mix_configuration.dm" +// #include "code/mind/memory_edit.dm" +#include "code/antag_datum.dm" +#include "code/objectives.dm" +#include "code/completion.dm" + +// Objects +#include "code/landmarks.dm" +#include "code/radio.dm" +#include "code/guns/dartgun_ammo.dm" +#include "code/guns/dartgun.dm" +#include "code/guns/spikegun_ammo.dm" +#include "code/guns/spikegun.dm" +#include "code/guns/biogun_ammo.dm" +#include "code/guns/biogun.dm" + +// Blood Brothers +//#include "code/blood_brothers/blood_brothers_datum.dm" +//#include "code/blood_brothers/blood_brothers_team.dm" + +// Vox Raiders +#include "code/vox_raider/vox_raider_datum.dm" +#include "code/vox_raider/vox_raider_mode.dm" +#include "code/vox_raider/vox_raider_team.dm" + +// Vox Raiders - Objects +#include "code/vox_raider/objects/vox_cash.dm" +#include "code/vox_raider/objects/packs/vox_shop_defines.dm" +#include "code/vox_raider/objects/vox_shop.dm" +#include "code/vox_raider/objects/vox_trade_instrument.dm" +#include "code/vox_raider/objects/vox_trade.dm" +#include "code/vox_raider/objects/vox_objects.dm" +#include "code/vox_raider/clothing/vox_backpack.dm" +#include "code/vox_raider/clothing/vox_clothing.dm" +#include "code/vox_raider/clothing/vox_gloves.dm" +#include "code/vox_raider/clothing/vox_outfit.dm" +#include "code/vox_raider/clothing/vox_shoes.dm" +#include "code/vox_raider/clothing/vox_suit_armor.dm" +#include "code/vox_raider/clothing/vox_suit_rig.dm" + +// Vox Raiders - Packs +#include "code/vox_raider/objects/packs/vox_shop_pack.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_bio.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_clothes.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_consumables.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_equipment.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_goods.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_medicine.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_melee.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_merc.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_raider.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_dart.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_spike.dm" +#include "code/vox_raider/objects/packs/vox_shop_pack_kit.dm" diff --git a/modular_ss220/antagonists/code/antag_datum.dm b/modular_ss220/antagonists/code/antag_datum.dm new file mode 100644 index 000000000000..30da48284bec --- /dev/null +++ b/modular_ss220/antagonists/code/antag_datum.dm @@ -0,0 +1,40 @@ +/datum/antagonist/proc/make_body(loc_spawn, datum/mind/mind, try_use_preference = FALSE, species_name = null, list/possible_species) + var/datum/character_save/character + var/mob/living/carbon/human/H = mind.current + if(!H) + H = new + H.forceMove(get_turf(loc_spawn)) + var/new_name = H.real_name + + var/client/client = mind.current.client + if(try_use_preference && client && client.prefs && length(client.prefs.character_saves)) + var/temp_species_name = species_name + if(!temp_species_name) + if(length(possible_species)) + temp_species_name = pick(possible_species) + else + temp_species_name = "Human" + for(var/datum/character_save/temp_character in client.prefs.character_saves) + if(temp_character.species == temp_species_name) + character = temp_character + species_name = temp_species_name + new_name = random_name(character.gender, character.species) + break + + if(!character) + // Randomize appearance + character = new + if(!species_name) + species_name = pick(get_safe_species()) + character.species = species_name + new_name = random_name(H.gender, species_name) + character.randomise() + + character.copy_to(H) + H.rename_character(H.real_name, new_name) + + // species + H.cleanSE() //No fat/blind/colourblind/epileptic/whatever ops. + H.overeatduration = 0 + H.flavor_text = null + H.update_body() diff --git a/modular_ss220/antagonists/code/antag_mix/antag_mix.dm b/modular_ss220/antagonists/code/antag_mix/antag_mix.dm new file mode 100644 index 000000000000..c71469c3957b --- /dev/null +++ b/modular_ss220/antagonists/code/antag_mix/antag_mix.dm @@ -0,0 +1,182 @@ +/datum/game_mode/antag_mix + name = "Antag Mix" + config_tag = "antag_mix" + /// Multiplier of antag credits. Credits will be used to choose antag scenarios + var/budget_multiplier = 1 + /// Max fraction of antags relative to ready players. Value between 0 and 1 + var/max_antag_fraction = 1 + /// How much budget has left + var/budget = 0 + /// Scenarious for choose + var/list/datum/antag_scenario/list_scenarios = list() + /// List of scenarios chosen on `pre_setup` stage, and which will be applied on `post_setup` + var/list/datum/antag_scenario/executed_scenarios = list() + + +/datum/game_mode/antag_mix/New() + . = ..() + apply_configuration() + list_scenarios = subtypesof(/datum/antag_scenario) + + +/datum/game_mode/antag_mix/pre_setup() + var/list/datum/antag_scenario/possible_scenarios = list_scenarios + + var/list/mob/new_player/ready_players = get_ready_players() + var/ready_players_amount = length(ready_players) + log_antag_mix("Trying to start round with [ready_players_amount] ready players") + log_antag_mix("Max antagonist fraction is '[max_antag_fraction]'") + + var/list/datum/antag_scenario/acceptable_scenarios = initialize_acceptable_scenarios(possible_scenarios, ready_players_amount) + if(!length(acceptable_scenarios)) + log_antag_mix("Invalid game mode pre setup antag_mix - acceptable scenarios.") + return FALSE + + budget = calculate_budget(ready_players_amount) + log_antag_mix("Roundstart budget: [budget]") + return pick_scenarios(draft_scenarios(acceptable_scenarios, ready_players), ready_players_amount) + + +/datum/game_mode/antag_mix/post_setup() + for(var/datum/antag_scenario/scenario_to_execute as anything in executed_scenarios) + scenario_to_execute.execute() + + return ..() + + +/datum/game_mode/antag_mix/proc/apply_configuration() + budget_multiplier = GLOB.configuration.antag_mix_gamemode.budget_multiplier + max_antag_fraction = GLOB.configuration.antag_mix_gamemode.max_antag_fraction + + +/** + * Calculates amount of `credits` that will spent on antag scenarios, that are available. +*/ +/datum/game_mode/antag_mix/proc/calculate_budget(ready_players_amount) + return ready_players_amount * budget_multiplier + + +/** + * Count players that are currently ingame and ready. +*/ +/datum/game_mode/antag_mix/proc/get_ready_players() + var/list/mob/new_player/ready_players = list() + for(var/mob/new_player/player in GLOB.player_list) + if(!player.client || !player.ready) + continue + + ready_players.Add(player) + + return ready_players + +/** + * Creates actual scenario datums from `inited_scenario_paths`. +*/ +/datum/game_mode/antag_mix/proc/initialize_acceptable_scenarios(list/datum/antag_scenario/scenarios_to_init, players_ready) + var/list/datum/antag_scenario/acceptable_scenarios = list() + for(var/datum/antag_scenario/scenario_path as anything in scenarios_to_init) + if(!ispath(scenario_path)) + continue + + if(initial(scenario_path.abstract)) + continue + + var/datum/antag_scenario/possible_scenario = new scenario_path + if(!possible_scenario.acceptable(players_ready)) + qdel(possible_scenario) + continue + + acceptable_scenarios += possible_scenario + + return acceptable_scenarios + + +/datum/game_mode/antag_mix/proc/pick_scenarios(list/datum/antag_scenario/drafted_scenarios, players_ready_amount, current_antag_fraction = 0) + if(!length(drafted_scenarios)) + return FALSE + + var/budget_left = budget + var/list/picked_scenarios = list() + while(budget_left > 0) + if(!length(drafted_scenarios) || (current_antag_fraction >= max_antag_fraction)) + break + + var/datum/antag_scenario/picked_scenario = length(drafted_scenarios) == 1 ? drafted_scenarios[1] : pickweight(drafted_scenarios) + if(picked_scenario.cost > budget_left) + drafted_scenarios.Remove(picked_scenario) + continue + + var/added_antag_fraction = min(length(picked_scenario.candidates), picked_scenario.get_antag_cap(players_ready_amount)) / players_ready_amount + if(!added_antag_fraction || (added_antag_fraction + current_antag_fraction > max_antag_fraction)) + drafted_scenarios.Remove(picked_scenario) + continue + + budget_left -= picked_scenario.cost + current_antag_fraction += added_antag_fraction + + picked_scenarios[picked_scenario] += 1 + log_antag_mix("Scenario '[picked_scenario.name]' with: cost '[picked_scenario.cost]', weight '[picked_scenario.weight]' was picked [picked_scenarios[picked_scenario]] times") + log_antag_mix("Antagonist fraction is '[current_antag_fraction]'") + + if(picked_scenario.execution_once) + drafted_scenarios.Remove(picked_scenario) + + if(!length(picked_scenarios)) + log_antag_mix("No antag scenarios were picked. Let another game mode roll.") + return FALSE + + for(var/picked_scenario in picked_scenarios) + log_debug("Antag mix picked scenario: [picked_scenario], spend budget [picked_scenarios[picked_scenario] - 1] times, left budget: [budget_left], players ready: [players_ready_amount]") + //var/scaled_times_picked = length(picked_scenarios) > 1 ? picked_scenarios[picked_scenario] - 1 : 1 + //spend_budget(pre_execute_scenario(picked_scenario, scaled_times_picked, players_ready_amount)) + spend_budget(pre_execute_scenario(picked_scenario, picked_scenarios[picked_scenario] - 1, players_ready_amount)) + + if(budget != budget_left && current_antag_fraction < max_antag_fraction && length(drafted_scenarios)) + log_antag_mix("Some of the picked scenarios failed pre execution, try to pick scenarios from leftovers") + return pick_scenarios(drafted_scenarios, players_ready_amount, current_antag_fraction) + + return TRUE + +/datum/game_mode/antag_mix/proc/spend_budget(budget_to_spend) + budget = max(0, budget - budget_to_spend) + log_antag_mix("Budget spent: [budget_to_spend], budget left: [budget]") + + +/datum/game_mode/antag_mix/proc/pre_execute_scenario(datum/antag_scenario/scenario_to_pre_execute, scaled_times, players_ready_amount) + if(!scenario_to_pre_execute) + log_antag_mix("Scenario '[scenario_to_pre_execute.name]' can't pre execute.") + return 0 + + log_antag_mix("Scenario '[scenario_to_pre_execute.name]' params: scaled_times [scaled_times]; players_ready_amount: [players_ready_amount]") + scenario_to_pre_execute.trim_candidates() + + scenario_to_pre_execute.scaled_times = scaled_times + if(!scenario_to_pre_execute.pre_execute(players_ready_amount)) + log_antag_mix("Scenario '[scenario_to_pre_execute.name]' failed to pre execute.") + return 0 + + executed_scenarios |= scenario_to_pre_execute + return scenario_to_pre_execute.cost * (scenario_to_pre_execute.scaled_times + 1) + + +/datum/game_mode/antag_mix/proc/draft_scenarios(list/datum/antag_scenario/scenarios_to_pick_from, list/mob/new_player/ready_players) + if(!length(scenarios_to_pick_from) || !length(ready_players)) + return + + var/drafted_scenarios = list() + for(var/datum/antag_scenario/scenario as anything in scenarios_to_pick_from) + if(!scenario.weight) + continue + + scenario.candidates = ready_players.Copy() + scenario.trim_candidates() + if(!scenario.ready()) + continue + + drafted_scenarios[scenario] = scenario.weight + log_antag_mix("Scenario: '[scenario.name]' with weight: '[scenario.weight]' was drafted") + + return drafted_scenarios + +/datum/game_mode/antag_mix/proc/log_antag_mix(text) + log_debug("\[ANTAG MIX\] [text]") diff --git a/modular_ss220/antagonists/code/antag_mix/readme.md b/modular_ss220/antagonists/code/antag_mix/readme.md new file mode 100644 index 000000000000..92c227dde813 --- /dev/null +++ b/modular_ss220/antagonists/code/antag_mix/readme.md @@ -0,0 +1,179 @@ +# Antag Mix Mode + +## Antag Mix Mode + +`Antag Mix` is gamemode which simply allows to have multiple roundstart antagonists without creating new gamemode per each antagonists combination. +The setup order of the gamemode is following: + +1. The first stage is `/datum/game_mode/antag_mix` gamemode new instance creation, + where `apply_configuration()` is executed, which handles loading of configuration into the instance. + +2. Next is `pre_setup()`, where `Antag Scenarios` are picked. + If no scenarios were picked, than `pre_setup` will fail and another gamomode will roll. + This stage consists of these steps: + + 1. Initializing accepatable scenarios (see `initialize_acceptable_scenarios()`). + 2. Round budget calculation (see `calculate_budget()`), + which is linearly dependent from amount of ready player, simply `ready_players_amount * budget_multiplier`. + So, more players means more budget to spend on `Antag Scenarios`. + `budget_multiplier` is simple coefficient used to scale the budget. The higher it is, the greater is the budget and vice versa. + 3. Drafting scenarios (see `draft_scenarios()`), which is also divided into following step: + + 1. Trimming ready players, to have only ones, that actually can be picked for the scenario. + + 2. Filtering scenarios which meet following requirement: + + - Scenario has `weight` more than `0` + - Scenario is ready to be executed (see `/datum/antag_scenario/proc/ready()`) + + 3. The valid scenario than added to assoc list of `scenario -> it's weight` + + 4. The result assoc list from the previous stage is then passed into pick stage: + + 1. The scenarios are picked until all of the conditions below are true: + + - Round `budget` is higher than `0` + - There is at least `1` scenario available to be picked + - Antag fraction of already picked scenarios is not higher than `max_antag_fraction` + + 2. When scenario is picked, it's then added to assoc list of `picked_scenarios`, where `picked_scenario -> picked_times` pairs are stored. Scenarios are considered unpickable if: + + - Scenario's cost is higher than budget left + - Antag fraction after adding the scenario will be higher than `max_antag_fraction` + + Also tracked `current_antag_fraction` and `budget_left` are updated based on scenario's parameters. + + 3. Picked scenarios will be passed into next stage `pre_execute_scenario`. This stage also has thigs to say: + + - Candidates will be trimmed again, because same player can't be picked for multiple scenarios + - Scenarios will be properly scaled and then `pre_execute` will be called on scenario to pick and added to `executed_scenarios` + - If scenario `pre_execute` failes - scenario won't be added to `executed_scenarios` which means that it won't be included into round + - The resulting cost is calculated, `scaled_times` wise, and then substracted from the budget. + + 4. If `budget` was spent incorrectly, which means that some of the picked scenarios failed to `pre_execute`, + then `pick_scenarios` will be recursively called, to try spend `budget` that was left. + Any left `budget` that can't be spent unfortunately will burn. + +3. Next and last stage is scenarios execution (see `/datum/antag_scenario/proc/execute()`), + which will happen on gamemode `post_setup()`. Unfortunetale on this stage the world is already set up + and any failures are to leave with. + +## Antag Scenarios + +The `Antag Scenario` is simply set of rules, based on the antagonist is picked and injected into the round. +How scenarios are used is better explained in [previous topic](#antag-mix-mode). + +### How To Create New Scenario + +You came up with idea of adding new antagonist into the game and what it to be included in `Antag Mix`? +So here is the guide for you how to do it properly: + +1. Create a new subtype of `/datum/antag_scenario` for teamless antags or `/datum/antag_scenario/team` for antags, + that are divided into teams. + +2. Most of the type, all you have to do is to simply set following properties to values you need: + +- `name` - just the name of scenario. Currently is not used +- `config_tag` - unique identifier of scenario in configuration +- `abstract` - this must be `TRUE` for scenarios, that can be used by `Antag Mix` +- `antag_role` - value, that uniquely specifies the antagonist. Used to check player eligibility to play the role +- `antag_special_role` - special role, that is assigned to player chosen for scenario +- `antag_datum` - `/datum/antagonist` that will be assigned to chosen player in `execute()` +- `scaled_times` - amount of times, the scenario was chosen to be executed again. + Lineary affects `antag_cap`: [`antag_cap * (scaled_times + 1)`] +- `required_players` (configurable) - amount of players required to start the scenario +- `cost` (configurable) - cost of the antag scenario +- `weight` (configurable) - frequency of scenario, related to other scenarios. Higher values - higher frequency +- `antag_cap` (configurable) - max amount of antagonists, the scenario can inject. +- `candidates_required` - how many possible candidates are required for this scenario to be executed +- `restricted_roles` - roles that can't be chosen for the scenario +- `protected_roles` - roles that can't be chosen for the scenario + if 'GLOB.configuration.gamemode.prevent_mindshield_antags' is TRUE +- `restricted_species` - species that can't be chosen for the scenario + +## Configuration + +`Antag Scenarios` and `Antag Mix Mode` have plenty of variables, that can be configured. +This allows to easily enough tweak existing values. +All of the following variables are present in [configuration file](/config/config.toml) `antag_mix_gamemode_configuration` section. + +### Antag Mix Mode + +When adding new configurables, add values in configuration file and corresponding value to `/datum/configuration_section/antag_mix_gamemode_configuration`. +Values from configuration file should be loaded in `/datum/configuration_section/antag_mix_gamemode_configuration/load_data`. +Values from configuration are assigned to `/datum/game_mode/antag_mix` instance corresponding properties in `/datum/game_mode/antag_mix/proc/apply_configuration()`, +so also do it here. + +Here is complete list of configurable variables of `Antag Mix Mode`: + +- `budget_multiplier` - defines how much the rounstart budget is multiplied. + Higher values - mean more budget, lower - less. +- `max_antag_fraction` - defines percentage of roundstart antags injected in relation to roundstart ready players. + For example value 0.1 means 10%. If 60 players are ready on roundstart - 6 antagonist players can be added at most. + +### Antag Scenarios + +`Antag Scenario` can be fine grain tuned in [configuration file](/config/config.toml) `antag_mix_gamemode_configuration` section. +Long story short - configuration is in `.toml` format, so best way to understand it, is to read [documentation](https://toml.io/en/v1.0.0#array-of-tables). +Each `Antag Scenario` entry can be uniquely identified by `tag` property in configuration. +The `/datum/antag_scenario` with `config_tag` property equal to corresponding `tag` will be configured in `/datum/antag_scenario/proc/apply_configuration()`. +If non existing param will be present in configuration, the error will be logged. +Here is also example, which will be much easier to understand after familiarizing with syntax and semantics of `.toml`: + +```toml +# Here `antag_mix_gamemode_configuration` is name of whole section, in `toml` it's called `table`. +# `antag_scenarios_configuration` is name of `key` in `antag_mix_gamemode_configuration` table. Which itself represents array of tables. +# Each new scenarion configuration entry must start with `[[antag_mix_gamemode_configuration.antag_scenarios_configuration]]`. +[[antag_mix_gamemode_configuration.antag_scenarios_configuration]] +# `Key` with name `tag` in table `antag_scenarios_configuration. Tag uniquely identifies each scenario. +tag = "traitor" + +# Here we specify belonging of `params` table to `antag_scenarios_configuration` array of tables. +# Whole path must be specified in order to correctly be identified by `.toml` parser. +[antag_mix_gamemode_configuration.antag_scenarios_configuration.params] +"required_players" = 1 +"cost" = 1 +"weight" = 1 +"antag_cap" = 1 +"candidates_required" = 1 +"restricted_roles" = ["Cyborg"] +"protected_roles" = [ + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Syndicate Officer", + "Solar Federation General", +] +``` + +Below is present complete list of existing configurables for curretly existing antag scenarios. +Other variables are prohibited to be changed using configuration file, so they are not present here. +To read more about other variables check [/datum/antag_scenario](/modular_ss220/antagonists/code/antag_mix/scenarios/antag_scenario.dm). +If new configurable properties will be added, include them below: + +### General Properties + +- `required_players` - number of ready players, that are required for this scenario to be acceptable +- `cost` - how much of `Antag Mix` budget is spent on this scenario. + `0` means, that scenario is only bounded by `max_antag_fraction` +- `weight` - how often the scenario is picked relatively to other scenarios +- `antag_cap` - how many players can be chosen for antags by scenario per `scaled_times` +- `candidates_required` - how many possible candidates are required for this scenario to be executed + The value is used in `/datum/antag_scenario/proc/ready()` +- `restricted_roles` - list of roles, that can't be chosen for this scenario +- `protected_roles` - list of roles, that can't be chosen for this scenario if `GLOB.configuration.gamemode.prevent_mindshield_antags` is `TRUE` +- `restricted_species` - list of species, that can't be chosen for this scenario + +Team scenarios are separated into own subtype. Complete list of specific variables is present here: + +### `/datum/antag_scenario/team` Specific Properties + +- `team_size` - amount of players, that will be added to same team diff --git a/modular_ss220/antagonists/code/antag_mix/scenarios/antag_scenario.dm b/modular_ss220/antagonists/code/antag_mix/scenarios/antag_scenario.dm new file mode 100644 index 000000000000..211792b72c83 --- /dev/null +++ b/modular_ss220/antagonists/code/antag_mix/scenarios/antag_scenario.dm @@ -0,0 +1,269 @@ +/datum/antag_scenario + /// Name of the scenario. Will be used in round end statistics + var/name = "Generic Scenario" + /// Configuration tag of scenario, which will be used on scenario configuration loading + var/config_tag = null + /// Whether scenario shouldn't be used in `Antag Mix` and which purpose is to be literally abstract. + /// Scenario will crash in `/datum/antag_scenario/New()` if tried to instantiate + var/abstract = TRUE + /// Role used to check if the player is banned from it. Example: `ROLE_TRAITOR`, `ROLE_CHANGELING`, etc. + var/antag_role = null + /// Special role, that will be assigned to chosen players. Example: `SPECIAL_ROLE_TRAITOR`, `SPECIAL_ROLE_CHANGELIN`, etc. + var/antag_special_role = null + /// Antag datum, that will be granted to chosen players on `execute` which will be called on post setup + var/datum/antagonist/antag_datum = null + /// Amount of times, this scenario has been picked again + var/scaled_times = 0 + /// Amount of players required to start this scenario + var/required_players = 1 + /// Cost of the antag scenario. Antag_mix antag generation is based on this value. + /// Scenarios with `0` cost considered free and only limited by `max_antag_fraction` of `/datum/game_mode/antag_mix` + var/cost = 1 + /// Weight of the scenario. Will be taken into consideration by 'antag_mix' gamemode. + /// Higher values make scenario more frequent, lower - less. Defaults to '1' + var/weight = 1 + /// Number of player population, based on which the new scenario antag will be scaled. + /// Can be specified using just number, which will be treated as hard cap, or in linear equation form: + /// list("denominator" = 10, "offset" = 1), where 'denominator' is divider for current players population, + /// and 'offset' is guaranteed amount of antag of scenario's type + var/antag_cap = 1 + /// How many possible candidates are required for this scenario to be executed + var/candidates_required = 1 + /// Will the scenario be selected repeatedly or only once? + var/execution_once = FALSE + /// Jobs that can't be chosen for the scenario + var/list/restricted_roles = list() + /// Jobs that can't be chosen for the scenario if 'GLOB.configuration.gamemode.prevent_mindshield_antags' is TRUE + var/list/protected_roles = list() + /// Species that can't be chosen for the scenario + var/list/restricted_species = list() + /// List of available candidates for this scenario + var/list/mob/new_player/candidates = list() + /// List of players that were drafted to be antagonists of this scenario + var/list/datum/mind/assigned = list() + + /// Is the antagonist chosen from the station's crew? + var/is_crew_antag = TRUE + /// Spawn antagonist at landmark name + var/obj/effect/landmark/spawner/landmark_type = /obj/effect/landmark/spawner/xeno + /// What species can be used for the antagonist + var/list/possible_species = list("Human") + /// Recommended species at prefs to increase the chance of getting a role for RP-experienced players + var/list/recommended_species_active_pref + /// Multiplication modifier that increases the chance of landing by N times + var/recommended_species_mod = 0 + +/datum/antag_scenario/New() + if(abstract) + stack_trace("Instantiation of abstract antag scenarios is prohibited.") + qdel(src) + + apply_configuration() + +/** + * Gets configuration params from [GLOB.configuration.antag_mix_gamemode.params_by_scenario], + * which are grouped by `config_tag` property of `/datum/antag_scenario`. + * If `config_tag` field is `null` - default scenario + * and write them into +*/ +/datum/antag_scenario/proc/apply_configuration() + SHOULD_NOT_OVERRIDE(TRUE) + if(!config_tag) + return + + var/params = GLOB.configuration.antag_mix_gamemode.params_by_scenario[config_tag] + if(!islist(params)) + return + + for(var/param in params) + if(!(param in vars)) + error("Invalid antag scenario configuration param '[param]' in [type]") + continue + + vars[param] = params[param] + + if(GLOB.configuration.gamemode.prevent_mindshield_antags) + restricted_roles |= protected_roles + GLOB.restricted_jobs_ss220 + + +/** + * Performs sanity check for this scenario to be run. + * + * Returns: 'TRUE' if scenario is matching current situation (game has enough players, enough antags can be spawned). + * 'FALSE' returned otherwise. +*/ +/datum/antag_scenario/proc/acceptable(population) + return (population >= required_players) && (get_antag_cap(population) > 0) + + +/** + * Checks whether this scenario is ready to be applied. + * + * Returns: 'TRUE' if all requirements are met for this scenario to be executed, 'FALSE' otherwise +*/ +/datum/antag_scenario/proc/ready() + return length(candidates) >= candidates_required + + +/** + * Called in `pre_setup` of [/datum/game_mode/antag_mix] gamemode. Here antags should be chosen. + * + * Returns: 'TRUE' if successfully executed, for example antags successfully chosen, 'FALSE' otherwise. +*/ +/datum/antag_scenario/proc/pre_execute(population) + var/assigned_before = length(assigned) + var/calculated_antag_cap = get_total_antag_cap(population) + modif_chance_recommended_species() + + for(var/i in 1 to calculated_antag_cap) + if(!length(candidates)) + log_debug("Antag scenario 'candidates' null length") + break + + var/mob/new_player/chosen = pickweight(candidates) + candidates.Remove(chosen) + + // We will check if something bad happened with candidates here. + if(!chosen || !chosen.mind) + error("Antag scenario 'candidates' were containing 'null' or mindless mob. This should not happen.") + calculated_antag_cap++ + continue + + var/datum/mind/chosen_mind = chosen.mind + assigned |= chosen_mind + chosen_mind.special_role = antag_special_role + if(!is_crew_antag) + chosen_mind.assigned_role = antag_special_role + chosen_mind.restricted_roles |= restricted_roles + + var/string_names = "" + for(var/mob/new_player/i in assigned) + string_names += "[i.name](ckey:[i.ckey]), " + log_debug("pre_execute: calculated_antag_cap = [calculated_antag_cap]; assigned_before = [assigned_before]; length(candidates): [length(candidates)]; assigned: [string_names];") + + return length(assigned) - assigned_before > 0 + +/** + * Called in `post_setup`, which means that all players already have jobs. Here antags should receive everything they need. + * Can fail here, but there is nothing we can do on this stage - all players already have their jobs. +*/ +/datum/antag_scenario/proc/execute() + for(var/datum/mind/assignee as anything in assigned) + assignee.add_antag_datum(antag_datum) + if(!is_crew_antag && !try_make_characters(assigned)) + return FALSE + return TRUE + +/** + * Gets antag cap per one scenario. +*/ +/datum/antag_scenario/proc/get_antag_cap(population) + if(isnum(antag_cap)) + return antag_cap + + return FLOOR(population / (antag_cap["denominator"] || 1), 1) + (antag_cap["offset"] || 0) + +/** + * Gets antag cap per this scenario, but taking `scaled_times` into calculation. +*/ +/datum/antag_scenario/proc/get_total_antag_cap(population) + return get_antag_cap(population) * (scaled_times + 1) + +/** + * Filter candidates scenario specific requirement vise. +*/ +/datum/antag_scenario/proc/trim_candidates() + for(var/mob/new_player/candidate as anything in candidates) + var/client/candidate_client = candidate.client + var/datum/mind/candidate_mind = candidate.mind + if(!candidate_client || !candidate_mind || !candidate.ready) + candidates.Remove(candidate) + continue + + if(candidate_client.skip_antag) + candidates.Remove(candidate) + continue + + if(candidate_mind.special_role) + candidates.Remove(candidate) + continue + + if(!player_old_enough_antag(candidate_client, antag_role)) + candidates.Remove(candidate) + continue + + if(jobban_isbanned(candidate, ROLE_SYNDICATE) || jobban_isbanned(candidate, antag_role)) + candidates.Remove(candidate) + continue + + if(!(antag_role in candidate.client.prefs.be_special) || (candidate.client.prefs.active_character.species in restricted_species)) + candidates.Remove(candidate) + continue + + if(candidate_mind.assigned_role in restricted_roles) + candidates.Remove(candidate) + + +/** + * Create a character if the antagonist should not have a body initially. +*/ +/datum/antag_scenario/proc/try_make_characters(list/datum/mind/assigned) + if(!length(assigned)) + error("Invalid antag scenario - try make characters: Not enough assigned candidates.") + return FALSE + + var/list/landmarks = GLOB.raider_spawn.Copy() + + if(!length(landmarks)) + landmarks = list() + for(var/landmark in GLOB.latejoin) + landmarks.Add(landmark) + + if(!length(landmarks)) + error("Invalid antag scenario - try make characters: Not enough landmarks.") + return FALSE + + var/list/temp_landmarks = list() + for(var/datum/mind/mind in assigned) + if(!length(temp_landmarks)) + temp_landmarks = landmarks.Copy() + var/picked_landmark = pick(temp_landmarks) + temp_landmarks.Remove(picked_landmark) + var/turf/loc_spawn = get_turf(picked_landmark) + + make_character(mind, loc_spawn) + equip_character(mind) + mind.current.dna.species.after_equip_job(null, mind.current) + + return TRUE + +/** + * Сreate characters if the antagonist is not from the crew. +*/ +/datum/antag_scenario/proc/make_character(datum/mind/mind, turf/loc_spawn) + var/picked_species = pick(possible_species) + var/datum/antagonist/temp_antag_datum = locate(antag_datum) in mind.antag_datums + temp_antag_datum.make_body(loc_spawn, mind, TRUE, picked_species, possible_species) + +/datum/antag_scenario/proc/equip_character(datum/mind/mind) + return TRUE +/** + * Recommended species increase the chance of getting a role for RP-experienced players +*/ +/datum/antag_scenario/proc/modif_chance_recommended_species() + if(!length(candidates)) + return + + if(!recommended_species_mod) + return + + if(!length(recommended_species_active_pref)) + return + + for(var/mob/new_player/candidate in candidates) + var/list/datum/character_save/characters = candidate.client.prefs.character_saves + for(var/datum/character_save/character in characters) + if(character.species in recommended_species_active_pref) + candidates[candidate] = recommended_species_mod + else + candidates[candidate] = 1 diff --git a/modular_ss220/antagonists/code/antag_mix/scenarios/antag_team_scenario.dm b/modular_ss220/antagonists/code/antag_mix/scenarios/antag_team_scenario.dm new file mode 100644 index 000000000000..b79ed269ae21 --- /dev/null +++ b/modular_ss220/antagonists/code/antag_mix/scenarios/antag_team_scenario.dm @@ -0,0 +1,80 @@ +/datum/antag_scenario/team + /// Path of team, that antags will be joined to. This is required property. + var/datum/team/antag_team = /datum/team + /// Size the team should match. + var/team_size = 1 + /// List of lists of player's minds, picked for teams. Each nested list represents one team. + var/list/picked_teams = list() + + +/datum/antag_scenario/team/pre_execute(population) + if(!ispath(antag_team)) + error("'antag_team' in '[type]' team antag scenario is '[antag_team]' which is invalid.") + + var/max_teams = FLOOR((get_total_antag_cap(population) / team_size), 1) + message_admins("Max teams: [max_teams]") + if(!max_teams) + log_debug("Max teams: ERROR; team_size: [team_size]; antag_cap: [get_total_antag_cap(population)]; population: [population]") + return FALSE + + var/string_candidates = "" + for(var/mob/new_player/i in candidates) + string_candidates += "[i.name](ckey:[i.ckey]), " + log_debug("Antag scenario candidates: [string_candidates]") + + var/teams_before = length(picked_teams) + modif_chance_recommended_species() + for(var/i in 1 to max_teams) + log_debug("Antag scenario team №[i] 'candidates' team_size: [team_size]; antag_cap: [get_total_antag_cap(population)]; population: [population]") + var/list/datum/mind/members = list() + for(var/j in 1 to team_size) + if(!length(candidates)) + //log_debug("\[BREAK\] Antag scenario team №[i], size №[j] 'candidates' null length") + break + + var/mob/new_player/team_member = pickweight(candidates) + candidates.Remove(team_member) + if(!team_member || !team_member.mind) + error("For some reason 'null' or mindless candidate was present in [type] 'candidates' list") + continue + + var/datum/mind/chosen_mind = team_member.mind + chosen_mind.special_role = antag_special_role + if(!is_crew_antag) + chosen_mind.assigned_role = antag_special_role + chosen_mind.restricted_roles |= restricted_roles + + members += chosen_mind + assigned |= chosen_mind + + var/string_names = "" + for(var/datum/mind/m in members) + string_names += "[m.name](ckey:[ckey(m.key)]), " + log_debug("Antag Team Scenario pre_execute team №[i]: members: [string_names];") + + // If for some reason, not enough members were found - we will try again + if(team_size > length(members) && length(candidates) > 0) + max_teams++ + message_admins("New Antag Team Required №[max_teams]- team_size: [team_size]; length(members): [length(members)]") + continue + + picked_teams += list(members) + + log_debug("Antag Team Scenario pre_execute: length(picked_teams)([length(picked_teams)]) - teams_before([teams_before]): [length(picked_teams) - teams_before]") + return length(picked_teams) - teams_before > 0 + + +/datum/antag_scenario/team/execute() + for(var/list/team_members in picked_teams) + if(!length(team_members)) + error("Invalid antag scenario team execute - not enough team_members.") + continue + + message_admins("Creating team of [json_encode(team_members)]") + var/datum/team/new_team = new antag_team(team_members, FALSE) + for(var/datum/mind/team_member as anything in new_team.members) + team_member.add_antag_datum(antag_datum, new_team) + if(!is_crew_antag) + try_make_characters(new_team.members) + + return TRUE diff --git a/modular_ss220/antagonists/code/antag_mix/scenarios/major_scenarios.dm b/modular_ss220/antagonists/code/antag_mix/scenarios/major_scenarios.dm new file mode 100644 index 000000000000..44efb1b899a4 --- /dev/null +++ b/modular_ss220/antagonists/code/antag_mix/scenarios/major_scenarios.dm @@ -0,0 +1,31 @@ +/datum/antag_scenario/team/vox_raiders + name = "Vox Raider" + config_tag = "vox_raiders" + abstract = FALSE + antag_role = ROLE_VOX_RAIDER + antag_special_role = SPECIAL_ROLE_VOX_RAIDER + antag_datum = /datum/antagonist/vox_raider + required_players = 45 + cost = 45 + candidates_required = 2 + antag_team = /datum/team/vox_raiders + weight = 1 + antag_cap = 4 // 1 команда на сценарий из 2-4 воксов + team_size = 4 + candidates_required = 2 + execution_once = TRUE + + is_crew_antag = FALSE + landmark_type = /obj/effect/landmark/spawner/vox_raider + possible_species = list("Vox") + recommended_species_active_pref = list("Vox") + recommended_species_mod = 8 + + +/datum/antag_scenario/team/vox_raiders/equip_character(datum/mind/mind) + . = ..() + var/mob/living/carbon/human/H = mind.current + if(H) + H.equipOutfit(/datum/outfit/vox) + H.faction = list("Vox") + mind.offstation_role = TRUE diff --git a/modular_ss220/antagonists/code/antag_mix/scenarios/minor_scenarios.dm b/modular_ss220/antagonists/code/antag_mix/scenarios/minor_scenarios.dm new file mode 100644 index 000000000000..f0f2c7ae1aad --- /dev/null +++ b/modular_ss220/antagonists/code/antag_mix/scenarios/minor_scenarios.dm @@ -0,0 +1,119 @@ +/datum/antag_scenario/traitor + name = "Traitor" + config_tag = "traitor" + abstract = FALSE + antag_role = ROLE_TRAITOR + antag_special_role = SPECIAL_ROLE_TRAITOR + antag_datum = /datum/antagonist/traitor + required_players = 10 + cost = 10 + weight = 1 + antag_cap = 1 + candidates_required = 1 + restricted_roles = list("Cyborg") + protected_roles = list( + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Syndicate Officer", + "Solar Federation General") + +/datum/antag_scenario/changeling + name = "Changeling" + config_tag = "changeling" + abstract = FALSE + antag_role = ROLE_CHANGELING + antag_special_role = SPECIAL_ROLE_CHANGELING + antag_datum = /datum/antagonist/changeling + required_players = 10 + cost = 10 + weight = 1 + antag_cap = 1 + candidates_required = 1 + restricted_roles = list("Cyborg", "AI") + protected_roles = list( + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Syndicate Officer", + "Solar Federation General") + restricted_species = list("Machine") + +/datum/antag_scenario/vampire + name = "Vampire" + config_tag = "vampire" + abstract = FALSE + antag_role = ROLE_VAMPIRE + antag_special_role = SPECIAL_ROLE_VAMPIRE + antag_datum = /datum/antagonist/vampire + required_players = 10 + cost = 10 + weight = 1 + antag_cap = 1 + candidates_required = 1 + restricted_roles = list("Cyborg", "AI", "Chaplain") + protected_roles = list( + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Syndicate Officer", + "Solar Federation General") + restricted_species = list("Machine") + +/datum/antag_scenario/team/blood_brothers + name = "Blood Brothers" + config_tag = "blood_brothers" + abstract = FALSE + antag_role = ROLE_BLOOD_BROTHER + antag_special_role = SPECIAL_ROLE_BLOOD_BROTHER + antag_datum = /datum/antagonist/blood_brother + antag_team = /datum/team/blood_brothers_team + required_players = 20 + cost = 20 + weight = 1 + antag_cap = 2 + candidates_required = 2 + team_size = 2 + restricted_roles = list("Cyborg", "AI") + protected_roles = list( + "Security Cadet", + "Security Officer", + "Warden", + "Detective", + "Head of Security", + "Captain", + "Blueshield", + "Nanotrasen Representative", + "Magistrate", + "Internal Affairs Agent", + "Nanotrasen Navy Officer", + "Special Operations Officer", + "Syndicate Officer", + "Solar Federation General") diff --git a/modular_ss220/antagonists/code/blood_brothers/blood_brothers_datum.dm b/modular_ss220/antagonists/code/blood_brothers/blood_brothers_datum.dm new file mode 100644 index 000000000000..7432787643f0 --- /dev/null +++ b/modular_ss220/antagonists/code/blood_brothers/blood_brothers_datum.dm @@ -0,0 +1,148 @@ +/datum/game_mode + var/list/datum/mind/blood_brothers = list() + +/datum/antagonist/blood_brother + name = "Blood Brother" + roundend_category = "Blood Brothers" + job_rank = ROLE_BLOOD_BROTHER + special_role = SPECIAL_ROLE_BLOOD_BROTHER + antag_hud_name = "hudbloodbrother" + antag_hud_type = ANTAG_HUD_BLOOD_BROTHER + clown_gain_text = {"Ты очень много тренировался, чтобы наконец-то вступить в Синдикат, даже твоя клоунская натура не сможет помешать. +Ты уверенно владеешь всем оружием."} + clown_removal_text = "Все тренировки пошли насмарку - ты как был клоуном, так и остался." + wiki_page_name = "Blood_Brothers" + var/datum/team/blood_brothers_team/brothers_team = null + +/datum/antagonist/blood_brother/add_owner_to_gamemode() + SSticker.mode.blood_brothers |= owner + +/datum/antagonist/blood_brother/remove_owner_from_gamemode() + SSticker.mode.blood_brothers -= owner + +/datum/antagonist/blood_brother/greet() + . = ..() + SEND_SOUND(owner.current, sound('modular_ss220/antagonists/sound/ambience/antag/blood_brothers_intro.ogg')) + + . += trim({" +Вы ненавидите Нанотрейзен, корпорация дала вам достаточно поводов для этого. +Лучшую возможность бороться с ней предоставляет Синдикат, так что вы со своим напарником, разделяющим подобные чувства, связались с ними, чтобы вступить в их ряды. +Теперь вы кровные братья и вы готовы сделать все ради общей цели. +"}) + + var/brother_names = get_brother_names_text() + if(brother_names) + . += "Оберегай и кооперируйся с братьями: [brother_names]. Ведь только вместе вы сможете добиться успеха!" + antag_memory += "Ваши братья: [brother_names]
" + + var/meeting_area = get_meeting_area() + if(meeting_area) + . += "Встреть их в назначенном месте: [meeting_area]" + antag_memory += "Место встречи: [meeting_area]
" + + . += "Слава Синдикату!" + +/datum/antagonist/blood_brother/create_team(datum/team/blood_brothers_team/team) + if(!istype(team)) + error("Wrong team type passed to [type].") + return + + brothers_team = team + return brothers_team + +/datum/antagonist/blood_brother/get_team() + return brothers_team + +/datum/antagonist/blood_brother/proc/get_brother_names_text() + PRIVATE_PROC(TRUE) + var/datum/team/blood_brothers_team/team = get_team() + if(!istype(team)) + return "" + + return team.get_brother_names_text(owner) + +/datum/antagonist/blood_brother/proc/get_meeting_area() + PRIVATE_PROC(TRUE) + var/datum/team/blood_brothers_team/team = get_team() + if(!istype(team)) + return "" + + return team.meeting_area + +/datum/antagonist/blood_brother/proc/admin_add(admin, datum/mind/new_antag) + if(!new_antag) + return FALSE + + if(new_antag.has_antag_datum(/datum/antagonist/blood_brother)) + alert(admin, "Candidate is already blood brother") + return FALSE + + if(!can_be_owned(new_antag)) + alert(admin, "Candidate can't be blood brother.") + return FALSE + + switch(alert(admin, "Create new team or add to existing?", "Blood Brothers", "Create", "Add", "Cancel")) + if("Create") + return create_new_blood_brothers_team(admin, new_antag) + if("Add") + return add_to_existing_blood_brothers_team(admin, new_antag) + + return FALSE + +/datum/antagonist/blood_brother/proc/create_new_blood_brothers_team(admin, datum/mind/first_brother) + PRIVATE_PROC(TRUE) + var/list/choices = list() + for(var/mob/living/alive_living_mob in GLOB.alive_mob_list) + var/datum/mind/mind_to_check = alive_living_mob.mind + if(!mind_to_check || mind_to_check == first_brother || !can_be_owned(mind_to_check)) + continue + + choices["[mind_to_check.name]([alive_living_mob.ckey])"] = mind_to_check + + if(!length(choices)) + alert(admin, "No candidates for second blood brother found.") + return FALSE + + var/choice = tgui_input_list(admin, "Choose the blood brother.", "Brother", sortTim(choices, GLOBAL_PROC_REF(cmp_text_asc))) + if(!choice) + return FALSE + + var/datum/mind/second_brother = choices[choice] + if(!second_brother) + stack_trace("Chosen second blood brother `[choice]` was `null` for some reason") + + var/datum/team/blood_brothers_team/brother_team = new(list(first_brother, second_brother), FALSE) + if(isnull(first_brother.add_antag_datum(src, brother_team))) + qdel(brother_team) + return FALSE + + if(isnull(second_brother.add_antag_datum(/datum/antagonist/blood_brother, brother_team))) + error("Antag datum couldn't be granted to second brother in `/datum/antagonist/blood_brother/proc/create_new_blood_brothers_team`") + alert(admin, "Second brother wasn't made into `Blood Brother` for some reason. Try again.") + return TRUE + + log_admin("[key_name(admin)] made [key_name(first_brother)] and [key_name(second_brother)] into blood brothers.") + return TRUE + +/datum/antagonist/blood_brother/proc/add_to_existing_blood_brothers_team(admin, datum/mind/brother_to_add) + PRIVATE_PROC(TRUE) + var/list/choices = list() + for(var/datum/team/blood_brothers_team/team in GLOB.antagonist_teams) + var/list/member_ckeys = team.get_member_ckeys() + choices["[team.name][length(member_ckeys) ? "([member_ckeys.Join(", ")])" : ""]"] = team + + if(!length(choices)) + alert(admin, "No blood brother teams found. Try creating new one.") + return FALSE + + sortTim(choices, GLOBAL_PROC_REF(cmp_text_asc)) + var/choice = tgui_input_list(admin, "Choose the blood brothers team.", "Blood Brothers Team", choices) + if(!choice) + return FALSE + + var/datum/team/blood_brothers_team/chosen_team = choices[choice] + if(!chosen_team) + stack_trace("Chosen blood brothers team `[choice]` was `null` for some reason.") + + + return !isnull(brother_to_add.add_antag_datum(src, chosen_team)) diff --git a/modular_ss220/antagonists/code/blood_brothers/blood_brothers_team.dm b/modular_ss220/antagonists/code/blood_brothers/blood_brothers_team.dm new file mode 100644 index 000000000000..3a51c41354c0 --- /dev/null +++ b/modular_ss220/antagonists/code/blood_brothers/blood_brothers_team.dm @@ -0,0 +1,105 @@ +/datum/team/proc/get_member_ckeys() + var/list/member_ckeys = list() + for(var/datum/mind/member as anything in members) + if(!member.current) + continue + + member_ckeys += member.current.ckey + + return member_ckeys + + +/datum/team/blood_brothers_team + name = "Blood Brothers" + antag_datum_type = /datum/antagonist/blood_brother + /// Amount of objectives to give + var/objectives_amount = 2 + /// Probability of hijack objective in percent + var/hijack_probability = 2 + /// Selected meeting area given to the team members + var/meeting_area = "Согласованная локация" + /// List of meeting areas that are randomly selected. + var/static/meeting_areas = list( + "Бар", + "Дормы", + "Док отбытия", + "Док прибытия", + "Голодек", + "Ассистентская", + "Храм", + "Библиотека", + ) + /// List of objective_path -> weight + var/static/list/available_objectives = list( + /datum/objective/maroon = 1, + /datum/objective/assassinate = 1, + /datum/objective/assassinateonce = 1, + /datum/objective/debrain = 1, + /datum/objective/steal = 1, + /datum/objective/protect = 1 + ) + +/datum/team/blood_brothers_team/New(list/starting_members, add_antag_datum) + . = ..() + pick_meeting_area() + forge_objectives() + +/datum/team/blood_brothers_team/handle_adding_member(datum/mind/new_member) + . = ..() + update_brother_name() + +/datum/team/blood_brothers_team/handle_removing_member(datum/mind/member, force) + . = ..() + update_brother_name() + +/datum/team/blood_brothers_team/proc/get_brother_names_text(datum/mind/brother_to_exclude) + var/list/brother_names = list() + for(var/datum/mind/brother as anything in members) + if(brother == brother_to_exclude) + continue + + brother_names += brother.name + + return brother_names.Join(", ") + +/datum/team/blood_brothers_team/proc/pick_meeting_area() + PRIVATE_PROC(TRUE) + var/chosen_meeting_area = pick(meeting_areas) + if(istext(chosen_meeting_area)) + meeting_area = chosen_meeting_area + +/datum/team/blood_brothers_team/proc/update_brother_name() + PRIVATE_PROC(TRUE) + var/new_name = get_brother_names_text() + if(!new_name) + name = initial(name) + return + + name = "[initial(name)] of [new_name]" + +/datum/team/blood_brothers_team/proc/forge_objectives() + PRIVATE_PROC(TRUE) + var/is_hijacker = prob(hijack_probability) + for(var/i in 1 to (objectives_amount - is_hijacker)) + forge_single_objective() + + if(is_hijacker) + add_team_objective(new /datum/objective/hijack) + else + add_team_objective(new /datum/objective/escape( + {"Сбегите на шаттле или спасательной капсуле вместе с братьями. + Вы должны быть живы и свободны(Не находиться в бриге шаттла и не быть закованными в наручники). + Если хотя бы один из вас не удовлетворяет условиям - задание будет провалено для всех! + "})) + +/datum/team/blood_brothers_team/proc/forge_single_objective() + PRIVATE_PROC(TRUE) + if(prob(10) && length(active_ais())) + add_team_objective(new /datum/objective/destroy) + else + var/datum/objective/objective_path = pickweight(available_objectives) + if(!ispath(objective_path)) + error("Wrong objective path in 'available_objectives' of '[type]'") + return + + add_team_objective(new objective_path()) diff --git a/modular_ss220/antagonists/code/completion.dm b/modular_ss220/antagonists/code/completion.dm new file mode 100644 index 000000000000..6659dc602ab9 --- /dev/null +++ b/modular_ss220/antagonists/code/completion.dm @@ -0,0 +1,85 @@ +/datum/controller/subsystem/ticker/declare_completion() + . = ..() + var/list/end_of_round_info = list() + end_of_round_info += mode.get_extra_end_of_round_antagonist_statistics() + if(!length(end_of_round_info)) + return + to_chat(world, chat_box_purple(end_of_round_info.Join("
"))) + +/datum/game_mode/proc/get_extra_end_of_round_antagonist_statistics() + . = list() + . += auto_declare_completion_vox_raiders() + listclearnulls(.) + +/datum/game_mode/proc/auto_declare_completion_vox_raiders() + if(!length(vox_raiders)) + return + + var/list/text = list("
Прогресс Вокс'ов:") + var/obj/machinery/vox_trader/trader = locate() in GLOB.machines + if(!trader) + text += "
" + return text.Join("") + trader.synchronize_traders_stats() + + text += "

Всего заработано Кикиридитов: [trader.all_values_sum]" + + var/precious_count = 0 + var/biggest_index + for(var/I in trader.precious_collected_dict) + var/value = trader.precious_collected_dict[I]["value"] + var/count = trader.precious_collected_dict[I]["count"] + precious_count += count + if(!biggest_index || trader.precious_collected_dict[biggest_index]["value"] <= value) + biggest_index = I + text += "
Самый дорогой проданный товар: \ +
[biggest_index] ([trader.precious_collected_dict[biggest_index]["value"]]), \ + всего продано [trader.precious_collected_dict[biggest_index]["count"]] штук." + + text += "

Собраны доступы:
" + var/list/checked_accesses = list() + var/list/region_codes = list( + REGION_GENERAL, REGION_SECURITY, REGION_MEDBAY, REGION_RESEARCH, + REGION_ENGINEERING, REGION_SUPPLY, REGION_COMMAND, REGION_CENTCOMM + ) + for(var/code in region_codes) + var/list/region_accesses + if(code != REGION_CENTCOMM) + region_accesses = get_region_accesses(code) + else + region_accesses = list(ACCESS_CENT_GENERAL) + for(var/access in trader.collected_access_list) + if(access in region_accesses) + region_accesses.Remove(access) + checked_accesses["[code]"] = region_accesses + var/access_count = 0 + for(var/code in region_codes) + if(length(checked_accesses["[code]"]) > 0) + continue + switch(code) + if(REGION_GENERAL) + text += "Собраны все общественные и сервисные доступы!" + if(REGION_SECURITY) + text += "
Собраны все доступы службы безопасности!" + if(REGION_MEDBAY) + text += "
Собраны все доступы медицинского отдела!" + if(REGION_RESEARCH) + text += "
Собраны все доступы научного отдела!" + if(REGION_ENGINEERING) + text += "
Собраны все инженерные доступы!" + if(REGION_SUPPLY) + text += "
Собраны все доступы отдела снабжения!" + if(REGION_COMMAND) + text += "
Собраны все командные доступы!" + if(REGION_CENTCOMM) + text += "
Получен особый доступ к Центральному Командованию!" + access_count++ + if(!access_count) + text += "
Ни одного полного отдела доступов!" + + text += "

Собраны технологии:" + for(var/i in trader.collected_tech_dict) + text += "
[i]: [trader.collected_tech_dict[i]]" + + text += "
" + return text.Join("") diff --git a/modular_ss220/antagonists/code/configuration/antag_mix_configuration.dm b/modular_ss220/antagonists/code/configuration/antag_mix_configuration.dm new file mode 100644 index 000000000000..ac8fddc37435 --- /dev/null +++ b/modular_ss220/antagonists/code/configuration/antag_mix_configuration.dm @@ -0,0 +1,29 @@ +/datum/server_configuration + var/datum/configuration_section/antag_mix_gamemode_configuration/antag_mix_gamemode + +/datum/configuration_section/antag_mix_gamemode_configuration + protection_state = PROTECTION_READONLY + /// Antag mix budget multiplied. By default it's 1 - so budged is calculated without any modifications + var/budget_multiplier = 1 + /// Max antag fraction defines the percent of antags relatively to ready players. Must be value between 0 and 1. + /// 0 means that no antags can be present, 1 - all players can be antags. + var/max_antag_fraction = 0.1 + /// Assoc list of antag scenario config tag -> list of parameters of this scenarios + var/list/params_by_scenario = list() + +/datum/server_configuration/load_all_sections() + . = ..() + antag_mix_gamemode = new() + safe_load(antag_mix_gamemode, "antag_mix_gamemode_configuration") + +/datum/configuration_section/antag_mix_gamemode_configuration/load_data(list/data) + CONFIG_LOAD_NUM(budget_multiplier, data["budget_multiplier"]) + CONFIG_LOAD_NUM(max_antag_fraction, data["max_antag_fraction"]) + + for(var/list/scenario_params in data["antag_scenarios_configuration"]) + var/tag = scenario_params["tag"] + if(!tag) + error("`tag` missing in `antag_scenarios_configuration`.") + continue + + params_by_scenario[tag] = scenario_params["params"] diff --git a/modular_ss220/antagonists/code/guns/biogun.dm b/modular_ss220/antagonists/code/guns/biogun.dm new file mode 100644 index 000000000000..1521d515338b --- /dev/null +++ b/modular_ss220/antagonists/code/guns/biogun.dm @@ -0,0 +1,167 @@ +/obj/item/gun/throw/biogun + name = "biogun" + desc = "Метатель живых био-ядер." + icon = 'modular_ss220/antagonists/icons/guns/vox_guns.dmi' + lefthand_file = 'modular_ss220/antagonists/icons/guns/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/antagonists/icons/guns/inhands/guns_righthand.dmi' + icon_state = "biogun" + item_state = "spike_long" + var/inhand_charge_sections = 3 + w_class = WEIGHT_CLASS_HUGE + max_capacity = 3 + projectile_speed = 2 + projectile_range = 30 + valid_projectile_type = /obj/item/biocore + var/is_vox_private = FALSE + +/obj/item/gun/throw/biogun/pickup(mob/user) + . = ..() + if(!is_vox_private) + is_vox_private = TRUE + to_chat(user, span_notice("Оружие инициализировало вас, более никто кроме Воксов не сможет им воспользоваться.")) + +/obj/item/gun/throw/biogun/afterattack__legacy__attackchain(atom/target, mob/living/user, flag, params) + if(is_vox_private && !isvox(user)) + if(prob(20)) + to_chat(user, span_notice("Оружие отказывается с вами работать и не активируется.")) + return FALSE + . = ..() + +/obj/item/gun/throw/biogun/Initialize(mapload) + . = ..() + update_icon() + +/obj/item/gun/throw/biogun/process_chamber() + . = ..() + update_icon() + +/obj/item/gun/throw/biogun/update_icon_state() + . = ..() + var/num = length(loaded_projectiles) + (to_launch ? 1 : 0) + var/inhand_ratio = CEILING((num / max_capacity) * inhand_charge_sections, 1) + var/new_item_state = "[initial(item_state)][inhand_ratio]" + item_state = new_item_state + +/obj/item/gun/throw/biogun/update_overlays() + . = ..() + var/num = length(loaded_projectiles) + (to_launch ? 1 : 0) + if(num) + num = min(num, max_capacity) + . += "[icon_state]_charge[num]" + +/obj/item/gun/throw/biogun/notify_ammo_count() + update_icon() + var/amount = get_ammocount() + if(get_ammocount() >= 1) + return span_notice("[src] заряжен [amount]/[max_capacity].") + return span_notice("[src] разряжен.") + + +// ============== Существа ============== + +/mob/living/simple_animal/hostile/viscerator/vox + name = "vox viscerator" + icon = 'modular_ss220/antagonists/icons/objects/critter.dmi' + faction = list("Vox") + mob_biotypes = MOB_ROBOTIC + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + damage_coeff = list(BRUTE = 1, BURN = 0.5, TOX = -1, CLONE = -1, STAMINA = 0, OXY = 0) + can_be_on_fire = FALSE + fire_damage = 1 + unsuitable_atmos_damage = 0 + mob_size = MOB_SIZE_TINY + initial_traits = list(TRAIT_FLYING) + melee_damage_lower = 10 + melee_damage_upper = 15 + +/mob/living/simple_animal/hostile/viscerator/vox/Process_Spacemove(movement_dir) + return TRUE + +/mob/living/simple_animal/hostile/viscerator/vox/stamina + name = "stakikamka" + desc = "Небольшое биомеханическое проворное существо на высоких ножках, мешающее и изматывающее тех, кому оно не понравилось." + icon_state = "stamina" + icon_living = "stamina" + density = FALSE + obj_damage = 0 + speed = 0.25 + melee_damage_type = STAMINA + melee_damage_lower = 5 + melee_damage_upper = 20 + attacktext = "утомляет" + +/mob/living/simple_animal/hostile/viscerator/vox/stamina/death(gibbed) + if(prob(30)) + xgibs(loc) + . = ..() + +/mob/living/simple_animal/hostile/viscerator/vox/acid + name = "acikikid" + desc = "Небольшое биомеханическое крабоподобное существо из пасти которого стекает кислота, которую тот наматывает на свои маленькие острые клешни." + icon_state = "acid" + icon_living = "acid" + health = 50 + maxHealth = 50 + obj_damage = 20 + melee_damage_type = BURN + melee_damage_lower = 10 + melee_damage_upper = 30 + attacktext = "выжигает" + mob_size = MOB_SIZE_SMALL + +/mob/living/simple_animal/hostile/viscerator/vox/acid/death(gibbed) + xgibs(loc) + . = ..() + +/mob/living/simple_animal/hostile/viscerator/vox/kusaka + name = "kusakika" + desc = "Маленькое биомеханическое существо с острыми клыкам с половину его тела." + icon_state = "kusaka" + icon_living = "kusaka" + density = FALSE + speed = 0.5 + obj_damage = 0 + melee_damage_lower = 5 + melee_damage_upper = 10 + armour_penetration_flat = 30 + attacktext = "кусает" + +/mob/living/simple_animal/hostile/viscerator/vox/kusaka/death(gibbed) + if(prob(20)) + robogibs(loc) + . = ..() + +/mob/living/simple_animal/hostile/viscerator/vox/taran + name = "tarakikan" + desc = "Весомое пластинчатое биомеханическое существо." + icon_state = "taran" + icon_living = "taran" + speed = 2 + health = 100 + maxHealth = 100 + obj_damage = 50 + melee_damage_lower = 10 + melee_damage_upper = 20 + armour_penetration_flat = 20 + attacktext = "таранит" + mob_size = MOB_SIZE_HUMAN + +/mob/living/simple_animal/hostile/viscerator/vox/taran/death(gibbed) + robogibs(loc) + . = ..() + +/mob/living/simple_animal/hostile/viscerator/vox/tox + name = "toxikikic" + desc = "Маленькое биомеханическое иглоподобное существо." + icon_state = "tox" + icon_living = "tox" + density = FALSE + melee_damage_type = TOX + melee_damage_lower = 5 + melee_damage_upper = 15 + armour_penetration_flat = 80 + attacktext = "вонзается" + +/mob/living/simple_animal/hostile/viscerator/vox/tox/death(gibbed) + xgibs(loc) + . = ..() diff --git a/modular_ss220/antagonists/code/guns/biogun_ammo.dm b/modular_ss220/antagonists/code/guns/biogun_ammo.dm new file mode 100644 index 000000000000..6610a3d229bc --- /dev/null +++ b/modular_ss220/antagonists/code/guns/biogun_ammo.dm @@ -0,0 +1,87 @@ +/obj/item/biocore + name = "biocore" + desc = "Острое биоядро с живым организмом внутри. Оно пульсирует и ответно реагирует толчками на каждые взаимодействия." + icon = 'modular_ss220/antagonists/icons/guns/vox_guns.dmi' + icon_state = "biocore" + item_state = "cottoncandy_purple" + + var/mob/living/mob_spawner_type = /mob/living/simple_animal/hostile/creature + var/spawn_amount = 1 // сколько в одном ядре + var/is_spin = TRUE + + // Дополнительные эффекты при втыкании в гуманоида + var/stun = 0 + var/weaken = 5 SECONDS + var/knockdown = 2 SECONDS + var/paralyze = 0 + var/irradiate = 0 + var/stutter = 5 SECONDS + var/slur = 0 + var/eyeblur = 0 + var/drowsy = 0 + var/stamina = 30 + var/jitter = 10 SECONDS + throwforce = 20 + w_class = WEIGHT_CLASS_NORMAL + +/obj/item/biocore/throw_at(atom/target, range, speed, mob/thrower, spin=1, diagonals_first = 0, datum/callback/callback) + playsound(loc,'sound/weapons/bolathrow.ogg', 50, TRUE) + . = ..() + +/obj/item/biocore/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum) + . = ..() + spawn_mobs() + hurt_impact(hit_atom) + +/obj/item/biocore/AltClick(mob/user) + . = ..() + spawn_mobs() + +/obj/item/biocore/proc/spawn_mobs() + var/turf/T = get_turf(src) + for(var/i in 1 to spawn_amount) + var/atom/movable/x = new mob_spawner_type(T) + x.admin_spawned = admin_spawned + if(prob(50)) + for(var/j = 1, j <= rand(1, 3), j++) + step(x, pick(NORTH,SOUTH,EAST,WEST)) + do_sparks(5, TRUE, T) + qdel(src) + +/obj/item/biocore/proc/hurt_impact(atom/hit_atom) + if(isliving(hit_atom)) + var/mob/living/L = hit_atom + L.apply_effects(stun, weaken, knockdown, paralyze, irradiate, slur, stutter, eyeblur, drowsy, 0, stamina, jitter) + + +// ============== Ядра ============== + +/obj/item/biocore/viscerator + name = "biocore (viscerator)" + spawn_amount = 3 + mob_spawner_type = /mob/living/simple_animal/hostile/viscerator/vox + +/obj/item/biocore/stamina + name = "biocore (stakikamka)" + spawn_amount = 3 + mob_spawner_type = /mob/living/simple_animal/hostile/viscerator/vox/stamina + +/obj/item/biocore/acid + name = "biocore (acikikid)" + spawn_amount = 1 + mob_spawner_type = /mob/living/simple_animal/hostile/viscerator/vox/acid + +/obj/item/biocore/kusaka + name = "biocore (kusakika)" + spawn_amount = 4 + mob_spawner_type = /mob/living/simple_animal/hostile/viscerator/vox/kusaka + +/obj/item/biocore/taran + name = "biocore (tarakikan)" + spawn_amount = 1 + mob_spawner_type = /mob/living/simple_animal/hostile/viscerator/vox/taran + +/obj/item/biocore/tox + name = "biocore (toxikikic)" + spawn_amount = 3 + mob_spawner_type = /mob/living/simple_animal/hostile/viscerator/vox/tox diff --git a/modular_ss220/antagonists/code/guns/dartgun.dm b/modular_ss220/antagonists/code/guns/dartgun.dm new file mode 100644 index 000000000000..ccf46228475e --- /dev/null +++ b/modular_ss220/antagonists/code/guns/dartgun.dm @@ -0,0 +1,164 @@ +/obj/item/gun/syringe/dart_gun + name = "dart gun" + desc = "Компактный метатель дротиков для доставки химических коктейлей." + icon = 'modular_ss220/antagonists/icons/guns/vox_guns.dmi' + lefthand_file = 'modular_ss220/antagonists/icons/guns/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/antagonists/icons/guns/inhands/guns_righthand.dmi' + icon_state = "dartgun" + item_state = "dartgun" + var/cartridge_overlay = "dartgun_cartridge_overlay" + max_syringes = 5 + var/list/valid_cartridge_types = list( + /obj/item/storage/dart_cartridge, + /obj/item/storage/dart_cartridge/combat, + /obj/item/storage/dart_cartridge/drugs, + /obj/item/storage/dart_cartridge/medical, + /obj/item/storage/dart_cartridge/pain, + ) + var/valid_dart_type = /obj/item/reagent_containers/syringe/dart + var/obj/item/storage/dart_cartridge/cartridge_loaded + var/pixel_y_overlay_div = 5 // сколько у нас делений для спрайта оверлея ("Позиций") + var/pixel_y_overlay_offset = 2 // на сколько пикселей смещаем оверлей при полном делении + var/is_vox_private = FALSE + +/obj/item/gun/syringe/dart_gun/pickup(mob/user) + . = ..() + if(!is_vox_private) + is_vox_private = TRUE + to_chat(user, span_notice("Оружие инициализировало вас, более никто кроме Воксов не сможет им воспользоваться.")) + +/obj/item/gun/syringe/dart_gun/afterattack__legacy__attackchain(atom/target, mob/living/user, flag, params) + if(is_vox_private && !isvox(user)) + if(prob(20)) + to_chat(user, span_notice("Оружие отказывается с вами работать и не активируется.")) + return FALSE + . = ..() + +/obj/item/gun/syringe/dart_gun/Destroy() + qdel(cartridge_loaded) + . = ..() + +/obj/item/gun/syringe/dart_gun/update_overlays() + . = ..() + if(cartridge_loaded) + var/pixel_y_offset = 0 + var/num = length(syringes) + if(num) + pixel_y_offset = -(pixel_y_overlay_div - pixel_y_overlay_div * num / max_syringes) * pixel_y_overlay_offset + . += image(icon = icon, icon_state = cartridge_overlay, pixel_y = pixel_y_offset) + if(cartridge_loaded.overlay_state_color) + . += image(icon = icon, icon_state = "[cartridge_overlay]_[cartridge_loaded.overlay_state_color]", pixel_y = pixel_y_offset) + . += icon_state + +/obj/item/gun/syringe/dart_gun/attackby__legacy__attackchain(obj/item/A, mob/user, params, show_msg) + if(cartridge_loaded) + for(var/hold_type in cartridge_loaded.can_hold) + if(!istype(A, hold_type)) + continue + if(insert_syringe_to_cartridge(A) && user && user.unEquip(A)) + to_chat(user, span_notice("Вы загрузили [A] в [cartridge_loaded] в [src]!")) + return ..() + to_chat(user, "Картридж [src] полон!") + return FALSE + else + for(var/cartridge_type in valid_cartridge_types) + if(istype(A, cartridge_type)) + if("[A.type]" != "[cartridge_type]") // Исключаем сабтипы + continue + if(user && !user.unEquip(A)) + return TRUE + to_chat(user, span_notice("Вы вставили [A] в [src]!")) + cartridge_load(A) + return ..() + if(!chambered.BB && istype(A, valid_dart_type) && length(syringes) < max_syringes) + return ..() + if(user) + to_chat(user, "[A] не вмещается в [src]!") + return TRUE + +/obj/item/gun/syringe/dart_gun/proc/insert_syringe_to_cartridge(obj/item/syringe) + if(length(syringes) >= max_syringes) + return FALSE + syringe.forceMove(cartridge_loaded) + syringes.Add(syringe) + process_chamber() + return TRUE + +/obj/item/gun/syringe/dart_gun/proc/cartridge_load(obj/item/A, mob/user) + A.forceMove(src) + cartridge_loaded = A + for(var/obj/item/I in A.contents) + syringes.Add(I) + process_chamber() + +/obj/item/gun/syringe/dart_gun/proc/cartridge_unload(mob/user) + if(!cartridge_loaded) + return FALSE + user.put_in_hands(cartridge_loaded) + //user.unEquip(cartridge_loaded) + syringes.Cut() + cartridge_loaded.update_icon() + cartridge_loaded = null + update_icon() + +/obj/item/gun/syringe/dart_gun/attack_self__legacy__attackchain(mob/living/user) + if(cartridge_loaded) + playsound(src, 'modular_ss220/antagonists/sound/guns/m79_unload.ogg', 50, 1) + to_chat(user, span_notice("Вы выгрузили [cartridge_loaded] с [src].")) + cartridge_unload(user) + process_chamber() + return TRUE + return ..() + +/obj/item/gun/syringe/dart_gun/process_chamber() + . = ..() + if(!cartridge_loaded) + update_icon() + return + + // Вышвыриваем картридж + if(!length(syringes)) + var/turf/current_turf = get_turf(src) + cartridge_loaded.forceMove(current_turf) + cartridge_loaded.throw_at(target = current_turf, range = 3, speed = 1) + cartridge_loaded.pixel_x = rand(-10, 10) + cartridge_loaded.pixel_y = rand(-4, 16) + cartridge_loaded.update_icon() + cartridge_loaded = null + update_icon() + playsound(src, 'modular_ss220/antagonists/sound/guns/m79_break_open.ogg', 50, 1) + return + + playsound(src, 'modular_ss220/antagonists/sound/guns/m79_reload.ogg', 50, 1) + update_icon() + + +// ============== Шприцеметы ============== + +/obj/item/gun/syringe/dart_gun/extended + name = "extended dart gun" + desc = "Расширенный метатель дротиков и шприцов для доставки химических коктейлей." + icon_state = "dartgun_ext" + valid_cartridge_types = list( + /obj/item/storage/dart_cartridge, + /obj/item/storage/dart_cartridge/combat, + /obj/item/storage/dart_cartridge/drugs, + /obj/item/storage/dart_cartridge/medical, + /obj/item/storage/dart_cartridge/pain, + /obj/item/storage/dart_cartridge/extended + ) + +/obj/item/gun/syringe/dart_gun/big + name = "capacious dart gun" + desc = "Вместительный метатель дротиков для доставки химических коктейлей." + icon_state = "dartgun_big" + max_syringes = 10 + valid_cartridge_types = list( + /obj/item/storage/dart_cartridge, + /obj/item/storage/dart_cartridge/combat, + /obj/item/storage/dart_cartridge/drugs, + /obj/item/storage/dart_cartridge/medical, + /obj/item/storage/dart_cartridge/pain, + /obj/item/storage/dart_cartridge/big, + /obj/item/storage/dart_cartridge/big/random + ) diff --git a/modular_ss220/antagonists/code/guns/dartgun_ammo.dm b/modular_ss220/antagonists/code/guns/dartgun_ammo.dm new file mode 100644 index 000000000000..f7b13c210da6 --- /dev/null +++ b/modular_ss220/antagonists/code/guns/dartgun_ammo.dm @@ -0,0 +1,217 @@ +/obj/item/storage/dart_cartridge + name = "dart cartridge" + desc = "Подставка для дротиков." + icon = 'modular_ss220/antagonists/icons/guns/ammo.dmi' + icon_state = "darts-0" + var/icon_state_base = "darts" + var/overlay_state = "darts_overlay" + var/overlay_state_color + item_state = "rcdammo" + origin_tech = "materials=2" + storage_slots = 5 + can_hold = list( + /obj/item/reagent_containers/syringe/dart + ) + var/list/dart_fill_types = list() // Каким дротиком заполним? + var/dart_fill_num = 5 // Сколько дротиков заполним + var/dart_overlay_num = 5 // Максимальное отображение дротиков на оверлее + +/obj/item/storage/dart_cartridge/update_icon() + . = ..() + var/num = length(contents) + if(!num) + icon_state = "[icon_state_base]-0" + else if(num > dart_overlay_num) + icon_state = "[icon_state_base]-[dart_overlay_num]" + else + icon_state = "[icon_state_base]-[num]" + return TRUE + +/obj/item/storage/dart_cartridge/update_overlays() + . = ..() + if(overlay_state_color) + . += "[overlay_state]_[overlay_state_color]" + +/obj/item/storage/dart_cartridge/populate_contents() + if(length(dart_fill_types)) + for(var/i in 1 to dart_fill_num+1) //На один больше чтобы фулл заряжался + 1 внутрь + var/dart_type = length(dart_fill_types) == 1? dart_fill_types[1] : pick(dart_fill_types) + new dart_type(src) + update_icon() + + +/obj/item/reagent_containers/syringe/dart + name = "dart" + desc = "Дротик содержащий химические коктейли." + icon = 'modular_ss220/antagonists/icons/objects/dart.dmi' + amount_per_transfer_from_this = 15 + volume = 15 + + +// ============= Картриджи ============= + +/obj/item/storage/dart_cartridge/extended + name = "extended dart cartridge" + desc = "Расширенная подставка для дротиков и шприцов." + overlay_state_color = "ext" + can_hold = list( + /obj/item/reagent_containers/syringe, + /obj/item/reagent_containers/syringe/dart + ) + +/obj/item/storage/dart_cartridge/big + name = "capacious dart cartridge" + desc = "Увеличенная подставка для дротиков." + overlay_state_color = "big" + storage_slots = 10 + dart_fill_num = 10 + +/obj/item/storage/dart_cartridge/combat + name = "combat dart cartridge" + desc = "Подставка для боевых дротиков для нанесения повреждений." + overlay_state_color = "red" + dart_fill_types = list(/obj/item/reagent_containers/syringe/dart/combat) + +/obj/item/storage/dart_cartridge/medical + name = "medical dart cartridge" + overlay_state_color = "teal" + desc = "Подставка для полезных дротиков для восстановления." + dart_fill_types = list( + /obj/item/reagent_containers/syringe/dart/medical, + /obj/item/reagent_containers/syringe/dart/medical, + /obj/item/reagent_containers/syringe/dart/medical, + /obj/item/reagent_containers/syringe/dart/medical/tainted, + /obj/item/reagent_containers/syringe/dart/medical/tainted, + /obj/item/reagent_containers/syringe/dart/medical/heal, + ) + +/obj/item/storage/dart_cartridge/pain + name = "pain dart cartridge" + overlay_state_color = "yellow" + desc = "Подставка для вредных дротиков, приносящих боль и страдания." + dart_fill_types = list(/obj/item/reagent_containers/syringe/dart/pain) + +/obj/item/storage/dart_cartridge/drugs + name = "drugs dart cartridge" + overlay_state_color = "purple" + desc = "Подставка для вредных дротиков-наркотиков." + dart_fill_types = list(/obj/item/reagent_containers/syringe/dart/drugs) + +/obj/item/storage/dart_cartridge/big/random + name = "big random dart cartridge" + desc = "Случайный набор дротиков с химикатами." + dart_fill_types = list( + /obj/item/reagent_containers/syringe/dart/combat, + /obj/item/reagent_containers/syringe/dart/medical, + /obj/item/reagent_containers/syringe/dart/pain, + /obj/item/reagent_containers/syringe/dart/drugs, + /obj/item/reagent_containers/syringe/dart/pancuronium, + /obj/item/reagent_containers/syringe/dart/sarin, + /obj/item/reagent_containers/syringe/dart/capulettium, + /obj/item/reagent_containers/syringe/dart/bioterror, + /obj/item/reagent_containers/syringe/dart/heparin, + /obj/item/reagent_containers/syringe/dart/calomel, + /obj/item/reagent_containers/syringe/dart/epinephrine, + /obj/item/reagent_containers/syringe/dart/charcoal, + /obj/item/reagent_containers/syringe/dart/antiviral + ) + +// ============= Шприцы ============= + +/obj/item/reagent_containers/syringe/dart/combat + name = "combat dart" + desc = "Боевой дротик, заставляющий цель потерять равновесие и впоследствии обездвижиться." + list_reagents = list("space_drugs" = 5, "ether" = 5, "haloperidol" = 5) + +/obj/item/reagent_containers/syringe/dart/pain + name = "pain dart" + desc = "Зудящий порошок с примесью гистамина для страданий." + list_reagents = list("itching_powder" = 10, "histamine" = 5) + +/obj/item/reagent_containers/syringe/dart/drugs + name = "pain dart" + desc = "Отвратительная смесь наркотиков, вызывающая галлюцинации, потерю координации и рассудка." + list_reagents = list( + "space_drugs" = 5, "lsd" = 5, "fliptonium" = 2, "jenkem" = 2, "happiness" = 1) + +/obj/item/reagent_containers/syringe/dart/antiviral + name = "dart (spaceacillin)" + desc = "Содержит противовирусные вещества." + list_reagents = list("spaceacillin" = 15) + +/obj/item/reagent_containers/syringe/dart/charcoal + name = "dart (charcoal)" + desc = "Содержит древесный уголь для лечения токсинов и повреждений от них." + list_reagents = list("charcoal" = 15) + +/obj/item/reagent_containers/syringe/dart/epinephrine + name = "dart (Epinephrine)" + desc = "Содержит адреналин для стабилизации пациентов." + list_reagents = list("epinephrine" = 15) + +/obj/item/reagent_containers/syringe/dart/calomel + name = "dart (calomel)" + desc = "Содержит токсичный каломель для очистки от других веществ в организме." + list_reagents = list("calomel" = 15) + +/obj/item/reagent_containers/syringe/dart/heparin + name = "dart (heparin)" + desc = "Содержит гепарин, антикоагулянт крови." + list_reagents = list("heparin" = 15) + +/obj/item/reagent_containers/syringe/dart/bioterror + name = "bioterror dart" + desc = "Содержит несколько парализующих реагентов." + list_reagents = list("neurotoxin" = 5, "capulettium" = 5, "sodium_thiopental" = 5) + +/obj/item/reagent_containers/syringe/dart/capulettium + name = "capulettium dart" + desc = "Для упокоения целей." + list_reagents = list("capulettium" = 15) + +/obj/item/reagent_containers/syringe/dart/sarin + name = "toxin dart" + desc = "Смертельный нейротоксин в малых дозах." + list_reagents = list("sarin" = 15) + +/obj/item/reagent_containers/syringe/dart/pancuronium + name = "pancuronium dart" + desc = "Мощный парализующий яд" + list_reagents = list("pancuronium" = 15) + + +// ============= Шприцы - Медицинские ============= + +/obj/item/reagent_containers/syringe/dart/medical + name = "medical dart" + desc = "Медицинский дротик для восстановления большинства повреждений." + list_reagents = list("silver_sulfadiazine" = 5, "styptic_powder" = 5, "charcoal" = 5) + +// 1 уровень +/obj/item/reagent_containers/syringe/dart/medical/tainted + name = "tainted medical dart" + desc = "На вид будто этой капсулой зачерпнули из первичного бульона. Непонятно кто это сделал, но кажется оно должно лечить. Пахнет мерзко." + list_reagents = list("menthol" = 3, "doctorsdelight" = 3, "synthnsoda" = 3, "tomatojuice" = 3, "milk" = 3) + +// 2 уровень +/obj/item/reagent_containers/syringe/dart/medical/heal + name = "heal medical dart" + desc = "Медицинский дротик для лечения тяжелых травм." + list_reagents = list("silver_sulfadiazine" = 5, "styptic_powder" = 5, "synthflesh" = 5) + +/obj/item/reagent_containers/syringe/dart/medical/stabilizing + name = "stabilizing medical dart" + desc = "Медицинский дротик для стабилизации пациента." + list_reagents = list("epinephrine" = 5, "salglu_solution" = 5, "weak_omnizine" = 5) + +// 3 уровень (1 час) +/obj/item/reagent_containers/syringe/dart/medical/advanced + name = "advanced medical dart" + desc = "Медицинский дротик стимулирующий быструю регенерацию." + list_reagents = list("bicaridine" = 5, "kelotane" = 5, "omnizine" = 5) + +// 4 уровень (2 час) +/obj/item/reagent_containers/syringe/dart/medical/combat + name = "combat medical dart" + desc = "передовой дротик с эксперементальными стимулянтами." + list_reagents = list("surge_plus" = 5, "syndicate_nanites" = 5) diff --git a/modular_ss220/antagonists/code/guns/spikegun.dm b/modular_ss220/antagonists/code/guns/spikegun.dm new file mode 100644 index 000000000000..5f3652be0379 --- /dev/null +++ b/modular_ss220/antagonists/code/guns/spikegun.dm @@ -0,0 +1,115 @@ +/// Шипомет перезаряжаемый через "вокс батарейки" +/obj/item/gun/energy/spike + name = "\improper Vox spike gun" + desc = "Оружие причудливой формы с яркими пурпурными энергетическими светочами. Рукоять предназначена для когтистой руки. Выстреливает энергетическими кристаллами." + icon = 'modular_ss220/antagonists/icons/guns/vox_guns.dmi' + lefthand_file = 'modular_ss220/antagonists/icons/guns/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/antagonists/icons/guns/inhands/guns_righthand.dmi' + icon_state = "spike" + item_state = "spike" + charge_sections = 4 + inhand_charge_sections = 4 + w_class = WEIGHT_CLASS_NORMAL + fire_sound_text = "air gap" + can_suppress = FALSE + burst_size = 3 // выстреливает всегда очередью + shaded_charge = TRUE + can_charge = FALSE + charge_delay = 4 + cell_type = /obj/item/stock_parts/cell/vox_spike + ammo_type = list(/obj/item/ammo_casing/energy/vox_spike) + var/can_reload = TRUE + var/is_vox_private = FALSE + +/obj/item/gun/energy/spike/pickup(mob/user) + . = ..() + if(!is_vox_private) + is_vox_private = TRUE + to_chat(user, span_notice("Оружие инициализировало вас, более никто кроме Воксов не сможет им воспользоваться.")) + +/obj/item/gun/energy/spike/afterattack__legacy__attackchain(atom/target, mob/living/user, flag, params) + if(is_vox_private && !isvox(user)) + if(prob(20)) + to_chat(user, span_notice("Оружие отказывается с вами работать и не активируется.")) + return FALSE + . = ..() + +/obj/item/gun/energy/spike/emp_act() + return + +// Перезарядка батареями +/obj/item/gun/energy/spike/attackby__legacy__attackchain(obj/item/I, mob/user, params) + if(can_reload && istype(I, cell_type) && user && user.unEquip(I)) + to_chat(user, span_notice("Вы заменили [I] в [src]!")) + if(cell) + user.put_in_hands(cell) + I.forceMove(src) + cell = I + on_recharge() + update_icon() + playsound(src, 'modular_ss220/antagonists/sound/guns/m79_break_open.ogg', 50, 1) + return TRUE + . = ..() + +/obj/item/gun/energy/spike/update_icon_state() + . = ..() + var/inhand_ratio = CEILING((cell.charge / cell.maxcharge) * inhand_charge_sections, 1) + var/new_item_state = "[initial(item_state)][inhand_ratio]" + item_state = new_item_state + + +/// Самозаряжаемый шипомет, шипы чуть-чуть слабее, но зато самовосстанавливаются и лучше проходят через броню. +/obj/item/gun/energy/spike/long + name = "\improper Vox spike longgun" + desc = "Оружие причудливой формы с яркими пурпурными энергетическими светочами. Рукоять предназначена для когтистой руки. Выстреливает длинными энергетическими самовосстановимыми кристаллами с увеличенной проникающей способностью." + icon_state = "spike_long" + item_state = "spike_long" + charge_sections = 6 + inhand_charge_sections = 6 + selfcharge = TRUE + charge_delay = 4 + ammo_type = list(/obj/item/ammo_casing/energy/vox_spike/long) + +/obj/item/gun/energy/spike/long/process() + if(selfcharge) + if(charge_tick < charge_delay) + return ..() + playsound(src, 'modular_ss220/antagonists/sound/guns/m79_reload.ogg', 25, 1) + . = ..() + + +/// Шипомет заряжаемый за счет нутриентов ВОКСа или крови и мяса гуманоида другой расы. Сильные и болезненные шипы, но всего 4. +/// Батарея несъемная. +/obj/item/gun/energy/spike/bio + name = "\improper Vox spike biogun" + desc = "Оружие причудливой формы с шипами-трубками для нанизывания на руку. Рукоять предназначена для когтистой руки и имеет заостренные полые шипы. Выстреливает большими энергетическими распадающимися заостренными кристаллами, выматывающие цель и рикошетящую о поверхность." + icon_state = "spike_bio" + item_state = "spike_bio" + w_class = WEIGHT_CLASS_HUGE + charge_sections = 4 + inhand_charge_sections = 4 + ammo_type = list(/obj/item/ammo_casing/energy/vox_spike/big) + selfcharge = TRUE + can_reload = FALSE + charge_delay = 8 + var/nutrition_cost = 20 // Сколько нутриентов тратится за 1 тик + var/brute_cost = 5 // Цена за то что ты не вокс + var/stamine_cost = 20 // Цена за то что ты не вокс + +/obj/item/gun/energy/spike/bio/process() + if(selfcharge) + if(!ishuman(loc)) + return FALSE + if(charge_tick < charge_delay) + return ..() + var/mob/living/carbon/human/user = loc + if(user.nutrition <= NUTRITION_LEVEL_HYPOGLYCEMIA) + return ..() + user.adjust_nutrition(-nutrition_cost) + if(!isvox(user)) + user.adjustBruteLoss(brute_cost) + user.adjustStaminaLoss(stamine_cost) + playsound(src, 'modular_ss220/antagonists/sound/guns/m79_reload.ogg', 25, 1) + + . = ..() + diff --git a/modular_ss220/antagonists/code/guns/spikegun_ammo.dm b/modular_ss220/antagonists/code/guns/spikegun_ammo.dm new file mode 100644 index 000000000000..1a66e3165386 --- /dev/null +++ b/modular_ss220/antagonists/code/guns/spikegun_ammo.dm @@ -0,0 +1,64 @@ +/obj/item/stock_parts/cell/vox_spike + name = "\improper vox spike power cell" + desc = "Зарядная пурпурная светящаяся стандартная ячейка для шипометов." + icon = 'modular_ss220/antagonists/icons/guns/ammo.dmi' + icon_state = "spike_cell" + maxcharge = 1000 + + +/obj/item/ammo_casing/energy/vox_spike + name = "шип" + desc = "Маленький самозаряжающийся кристаллический шип испускающий энергетический вайб." + muzzle_flash_effect = null + e_cost = 100 + delay = 3 //and delay has to be stored here on energy guns + select_name = "spike" + fire_sound = 'modular_ss220/antagonists/sound/guns/gun_es4.ogg' + projectile_type = /obj/item/projectile/bullet/vox_spike + e_cost = 25 // 1000 / (50*3) = ~13 выстрелов + +/obj/item/projectile/bullet/vox_spike + name = "шип" + desc = "Маленький самозаряжающийся кристаллический шип испускающий энергетический вайб." + icon_state = "magspear" + armour_penetration_flat = 20 + damage = 7 + knockdown = 0 + var/bleed_loss = 5 + +/obj/item/projectile/bullet/vox_spike/on_hit(atom/target, blocked = 0) + if((blocked < 100) && ishuman(target)) + var/mob/living/carbon/human/H = target + H.bleed(bleed_loss) + . = ..() + + +/obj/item/ammo_casing/energy/vox_spike/long + projectile_type = /obj/item/projectile/bullet/vox_spike/long + e_cost = 50 // 1000 / (50*3) = 6 выстрелов + +/obj/item/projectile/bullet/vox_spike/long + damage = 5 + armour_penetration_flat = 60 + jitter = 1 SECONDS + forcedodge = 3 + bleed_loss = 3 + + +/obj/item/ammo_casing/energy/vox_spike/big + projectile_type = /obj/item/projectile/bullet/vox_spike/big + e_cost = 80 // 1000 / (80*3) = 4 выстрела + +/obj/item/projectile/bullet/vox_spike/big + damage = 15 + stamina = 50 + stutter = 2 SECONDS + jitter = 4 SECONDS + speed = 2 + bleed_loss = 10 + + tile_dropoff = 1 //how much damage should be decremented as the bullet moves + tile_dropoff_s = 2.5 //same as above but for stamina + + ricochets_max = 3 + ricochet_chance = 50 diff --git a/modular_ss220/antagonists/code/landmarks.dm b/modular_ss220/antagonists/code/landmarks.dm new file mode 100644 index 000000000000..b0626d724dc9 --- /dev/null +++ b/modular_ss220/antagonists/code/landmarks.dm @@ -0,0 +1,8 @@ +/obj/effect/landmark/spawner/vox_raider + name = "Vox Raider" + icon = 'modular_ss220/antagonists/icons/landmark.dmi' + icon_state = "vox_raider" + +/obj/effect/landmark/spawner/vox_raider/Initialize(mapload) + . = ..() + GLOB.raider_spawn += src diff --git a/modular_ss220/antagonists/code/mind/memory_edit.dm b/modular_ss220/antagonists/code/mind/memory_edit.dm new file mode 100644 index 000000000000..0b4c90df1250 --- /dev/null +++ b/modular_ss220/antagonists/code/mind/memory_edit.dm @@ -0,0 +1,147 @@ +/datum/mind/proc/clear_antag_datum(datum/antagonist/antag_datum_to_clear) + if(!has_antag_datum(antag_datum_to_clear)) + return + + remove_antag_datum(antag_datum_to_clear) + var/antag_name = initial(antag_datum_to_clear.name) + log_admin("[key_name(usr)] has removed [antag_name] from [key_name(current)]") + message_admins("[key_name_admin(usr)] has removed [antag_name] from [key_name_admin(current)]") + + +/datum/mind/Topic(href, href_list) + if(!check_rights(R_ADMIN)) + return + + if(href_list["blood_brother"]) + switch(href_list["blood_brother"]) + if("clear") + clear_antag_datum(/datum/antagonist/blood_brother) + if("make") + var/datum/antagonist/blood_brother/antag_datum = new + if(!antag_datum.admin_add(usr, src)) + qdel(antag_datum) + + if(href_list["vox_raider"]) + switch(href_list["vox_raider"]) + if("clear") + clear_antag_datum(/datum/antagonist/vox_raider) + if("make") + var/datum/antagonist/vox_raider/antag_datum = new + if(!antag_datum.admin_add(usr, src)) + qdel(antag_datum) + if("landmark") + var/picked_landmark = pick(GLOB.raider_spawn) + var/turf/loc_spawn = get_turf(picked_landmark) + current.forceMove(loc_spawn) + + . = ..() + +/datum/mind/proc/memory_edit_blood_brother() + . = _memory_edit_header("blood brother") + if(has_antag_datum(/datum/antagonist/blood_brother)) + . += "BLOOD BROTHER|Remove" + else + . += "Make Blood Brother" + + . += _memory_edit_role_enabled(ROLE_BLOOD_BROTHER) + +/datum/mind/proc/memory_edit_vox_raider() + . = _memory_edit_header("vox raider") + if(has_antag_datum(/datum/antagonist/vox_raider)) + . += "VOX RAIDER|Remove" + . += "
To Vox Base." + else + . += "Make Vox Raider" + + . += _memory_edit_role_enabled(ROLE_VOX_RAIDER) + +// Если ОФФы добавят нового антагониста с разумом, то потребуется смещение (кто-нибудь дайте мне разума) +// Используется в /datum/admins/proc/one_click_antag() +/datum/admins/Topic(href, href_list) + . = ..() + if(href_list["makeAntag"]) + switch(href_list["makeAntag"]) + if("8") + log_admin("[key_name(usr)] has spawned a blood brothers.") + if(!makeBloodBrothersTeam()) + to_chat(usr, "К сожалению, недостаточно кандидатов.") + if("9") + log_admin("[key_name(usr)] has spawned a vox raiders.") + if(!makeVoxRaidersTeam()) + to_chat(usr, "К сожалению, недостаточно кандидатов.") + + +/datum/admins/proc/makeBloodBrothersTeam() + var/confirm = alert("Создать новую команду?", "Подтверждение", "Да", "Нет") + if(confirm != "Да") + return FALSE + + var/amount = input("Размер команды (1-20)?", "Подтверждение") + if(!amount || amount > 20 || amount <= 0) + return FALSE + + var/datum/game_mode/antag_mix/temp = new + if(GLOB.configuration.gamemode.prevent_mindshield_antags) + temp.restricted_jobs += temp.protected_jobs + var/datum/antagonist/blood_brother/antag_datum = new + var/list/mob/living/carbon/human/candidates = list() + for(var/mob/living/carbon/human/applicant in GLOB.player_list) + if(CandCheck(ROLE_BLOOD_BROTHER, applicant, temp)) + candidates += applicant + if(!length(candidates)) + return FALSE + qdel(antag_datum) + + var/num = min(length(candidates), amount) + var/list/assigned = list() + for(var/i = 0, i < num, i++) + if(i >= amount) + break + var/H = pick(candidates) + assigned.Add(H) + candidates.Remove(H) + + new /datum/team/blood_brothers_team(assigned, TRUE) + + log_admin("[key_name(owner)] tried making Blood Brothers with One-Click-Antag") + message_admins("[key_name_admin(owner)] tried making Blood Brothers with One-Click-Antag") + + +/datum/admins/proc/makeVoxRaidersTeam() + var/confirm = alert("Создать новую команду?", "Подтверждение", "Да", "Нет") + if(confirm != "Да") + return FALSE + + var/amount = input("Размер команды (1-20)?", "Подтверждение") + if(!amount || amount > 20 || amount <= 0) + return FALSE + + var/datum/game_mode/antag_mix/temp = new + if(GLOB.configuration.gamemode.prevent_mindshield_antags) + temp.restricted_jobs += temp.protected_jobs + + var/datum/antagonist/vox_raider/antag_datum = new + var/list/mob/living/carbon/human/candidates = list() + for(var/mob/living/carbon/human/applicant in GLOB.player_list) + if(CandCheck(ROLE_VOX_RAIDER, applicant, temp)) + candidates += applicant + if(!length(candidates)) + return FALSE + + var/num = min(length(candidates), amount) + var/list/assigned = list() + for(var/i = 0, i < num, i++) + if(i >= amount) + break + var/H = pick(candidates) + assigned.Add(H) + candidates.Remove(H) + + antag_datum.offer_to_equip(owner, assigned) + qdel(antag_datum) + + new /datum/team/vox_raiders(assigned, TRUE) + + log_admin("[key_name(owner)] tried making Vox Raiders with One-Click-Antag") + message_admins("[key_name_admin(owner)] tried making Vox Raiders with One-Click-Antag") + return TRUE diff --git a/modular_ss220/antagonists/code/morph/morph.dm b/modular_ss220/antagonists/code/morph/morph.dm new file mode 100644 index 000000000000..9b241bbf3faa --- /dev/null +++ b/modular_ss220/antagonists/code/morph/morph.dm @@ -0,0 +1,18 @@ +#define MORPHS_ANNOUNCE_THRESHOLD 7 + +GLOBAL_VAR_INIT(MORPHS_NUMBER, 0) +GLOBAL_VAR_INIT(MORPHS_ANNOUNCED, FALSE) + +/mob/living/simple_animal/hostile/morph/Initialize(mapload) + . = ..() + GLOB.MORPHS_NUMBER++ + if((GLOB.MORPHS_NUMBER > MORPHS_ANNOUNCE_THRESHOLD) && !GLOB.MORPHS_ANNOUNCED) + GLOB.major_announcement.Announce("На борту [station_name()] обнаружены множественные биологические сигнатуры морфов. Всему персоналу надлежит немедленно приступить к сдерживанию.", "ВНИМАНИЕ: Обнаружена биоугроза.", 'sound/effects/siren-spooky.ogg', new_sound2 = 'sound/AI/outbreak_xeno.ogg') + GLOB.MORPHS_ANNOUNCED = TRUE + + +/mob/living/simple_animal/hostile/morph/death(gibbed) + . = ..() + + if(.) + GLOB.MORPHS_NUMBER-- diff --git a/modular_ss220/antagonists/code/objectives.dm b/modular_ss220/antagonists/code/objectives.dm new file mode 100644 index 000000000000..ef8d445429dc --- /dev/null +++ b/modular_ss220/antagonists/code/objectives.dm @@ -0,0 +1,128 @@ +/datum/objective/is_invalid_target(datum/mind/possible_target) + . = ..() + if(.) + return + if(team) + for(var/datum/antagonist/target_datum in possible_target.antag_datums) + if(team == target_datum.get_team()) + return TARGET_INVALID_SAME_TEAM + +/datum/objective/raider_steal + name = "Raider theft" + needs_target = FALSE + /// Сколько ценностей надо украсть + var/precious_amount = 30 + /// На сколько ценность должна быть "цена" чтобы её засчитать + var/precious_value = 200 + /// Сколько нужно украсть дополнительных ценностей в зависимости от количества людей в игре + var/dynamic_amount = 10 + /// Каждый X игроков добавляем доп. число ценностей + var/dynamic_player = 15 + +/datum/objective/raider_steal/update_explanation_text() + explanation_text = "Соберите [precious_amount] ценностей, у каждой из которых цена минимум на [precious_value] кикиридитов. Все ценности должны быть приняты Расчичетчикиком." + +/datum/objective/raider_steal/New(text, datum/team/team_to_join) + . = ..() + generate_amount_goal() + +/datum/objective/raider_steal/proc/generate_amount_goal() + var/num = 1 + for(var/mob/new_player/P in GLOB.player_list) + if(P.client && P.ready) + num++ + precious_amount += round((num / dynamic_player) * dynamic_amount) + update_explanation_text() + return precious_amount + +/datum/objective/raider_steal/check_completion() + var/list_count = 0 + var/obj/machinery/vox_trader/trader = locate() in GLOB.machines + if(!trader) + return + trader.synchronize_traders_stats() + for(var/I in trader.precious_collected_dict) + list_count += trader.precious_collected_dict[I]["count"] + if(list_count >= precious_amount) + return TRUE + return FALSE + +/datum/objective/raider_entirety_steal + name = "Raider entirety theft" + needs_target = FALSE + /// Общая сумма ценностей + var/precious_value = 50000 + /// Сколько нужно украсть дополнительных ценностей на каждого игрока + var/dynamic_value = 750 + +/datum/objective/raider_entirety_steal/update_explanation_text() + explanation_text = "Соберите ценностей на сумму [precious_value]. Все ценности должны быть приняты Расчичетчикиком." + +/datum/objective/raider_entirety_steal/New(text, datum/team/team_to_join) + . = ..() + generate_value_goal() + +/datum/objective/raider_entirety_steal/proc/generate_value_goal() + var/num = 1 + var/precious_amount + for(var/mob/new_player/P in GLOB.player_list) + if(P.client && P.ready) + num++ + precious_amount += num * dynamic_value + update_explanation_text() + return precious_amount + +/datum/objective/raider_entirety_steal/check_completion() + var/value_sum = 0 + for(var/obj/machinery/vox_trader/trader in GLOB.machines) + value_sum += trader.all_values_sum + if(value_sum >= precious_value) + return TRUE + return FALSE + + +/datum/objective/raider_collection_access + name = "Raider access collect" + needs_target = FALSE + /// Сколько доступов надо украсть + var/access_amount + +/datum/objective/raider_collection_access/update_explanation_text() + explanation_text = "Соберите [access_amount] уникальных доступов. Все доступы должны быть приняты Расчичетчикиком." + +/datum/objective/raider_collection_access/New(text, datum/team/team_to_join) + . = ..() + access_amount = length(get_all_accesses()) + update_explanation_text() + +/datum/objective/raider_collection_access/check_completion() + for(var/obj/machinery/vox_trader/trader in GLOB.machines) + if(length(trader.collected_access_list) >= access_amount) + return TRUE + return FALSE + + +/datum/objective/raider_collection_tech + name = "Raider technology collect" + needs_target = FALSE + var/tech_amount = 9 // Всего в игре технологий (12): 9 обычных, 1 комбат, 1 нелегал, 1 абдуктор. + var/tech_min_level = 7 // 7-8 - максимум для обычных технологий, не считая гейтов и т.п. + +/datum/objective/raider_collection_tech/update_explanation_text() + explanation_text = "Соберите [tech_amount] уникальных технологий [tech_min_level] или больше уровня. Все технологии должны быть приняты Расчичетчикиком." + +/datum/objective/raider_collection_tech/New(text, datum/team/team_to_join) + . = ..() + update_explanation_text() + +/datum/objective/raider_collection_tech/check_completion() + for(var/obj/machinery/vox_trader/trader in GLOB.machines) + if(length(trader.collected_tech_dict)) + var/count = 0 + for(var/tech in trader.collected_tech_dict) + if(trader.collected_tech_dict[tech] >= tech_min_level) + count++ + if(count >= tech_amount) + return TRUE + return FALSE + diff --git a/modular_ss220/antagonists/code/radio.dm b/modular_ss220/antagonists/code/radio.dm new file mode 100644 index 000000000000..a87c28d54dfd --- /dev/null +++ b/modular_ss220/antagonists/code/radio.dm @@ -0,0 +1,40 @@ +// =============== FREQUENCE =============== +// Часть модуля кода частот в /datum/modpack/antagonists/initialize() + + +/datum/controller/subsystem/blackbox/LogBroadcast(freq) + if(sealed) + return + switch(freq) + if(VOX_RAID_FREQ) + record_feedback("tally", "radio_usage", 1, "voxcom") + . = ..() + + +// =============== HEADSETS =============== + +/obj/item/radio/headset/vox + name = "vox headset" + desc = "Наушник дальней связи для поддержания связи со стаей." + origin_tech = "syndicate=3" + ks1type = /obj/item/encryptionkey/vox + requires_tcomms = FALSE + instant = TRUE // Work instantly if there are no comms + freqlock = TRUE + frequency = VOX_RAID_FREQ + +/obj/item/radio/headset/vox/alt + name = "vox protect headset" + desc = "Наушник дальней связи для поддержания связи со стаей. Защищает ушные раковины от громких звуков" + icon_state = "com_headset_alt" + item_state = "com_headset_alt" + origin_tech = "syndicate=3" + flags = EARBANGPROTECT + +/obj/item/encryptionkey/vox + name = "syndicate encryption key" + icon = 'modular_ss220/antagonists/icons/trader_machine.dmi' + icon_state = "vox_key" + channels = list("VoxCom" = 1, "Syndicate" = 1) + origin_tech = "syndicate=3" + syndie = TRUE diff --git a/modular_ss220/antagonists/code/vox_raider/clothing/vox_backpack.dm b/modular_ss220/antagonists/code/vox_raider/clothing/vox_backpack.dm new file mode 100644 index 000000000000..c4ce076ac509 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/clothing/vox_backpack.dm @@ -0,0 +1,105 @@ +/obj/item/storage/backpack/vox + name = "vox backpack" + desc = "Рюкзак воксов из плотно переплетенного синтетического волокна. Хорошо защищает спину носителя при побегах и вмещает достаточно добра." + icon_state = "backpack_vox" + item_color = "backpack_vox" + item_state = "backpack_vox" + //var/list/species_restricted = list("Vox") + icon = 'modular_ss220/antagonists/icons/clothing/obj_storage.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/back.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/back.dmi' + ) + lefthand_file = 'modular_ss220/antagonists/icons/clothing/inhands/clothing_lefthand.dmi' + righthand_file = 'modular_ss220/antagonists/icons/clothing/inhands/clothing_righthand.dmi' + armor = list(MELEE = 5, BULLET = 5, LASER = 15, ENERGY = 10, BOMB = 10, RAD = 30, FIRE = 60, ACID = 50) + resistance_flags = FIRE_PROOF + origin_tech = "syndicate=1" + max_combined_w_class = 35 + +/obj/item/storage/backpack/satchel_flat/vox + name = "vox satchel" + desc = "Ранец воксов из синтетического волокна. Компактный, из-за чего его можно отлично прятать." + icon_state = "satchel_vox" + item_color = "satchel_vox" + item_state = "satchel_vox" + icon = 'modular_ss220/antagonists/icons/clothing/obj_storage.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/back.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/back.dmi' + ) + lefthand_file = 'modular_ss220/antagonists/icons/clothing/inhands/clothing_lefthand.dmi' + righthand_file = 'modular_ss220/antagonists/icons/clothing/inhands/clothing_righthand.dmi' + resistance_flags = FIRE_PROOF + origin_tech = "syndicate=1" + max_combined_w_class = 25 + +/obj/item/storage/backpack/duffel/vox + name = "vox duffelbag" + desc = "Сумка воксов из синтетического волокна. Емкий, вмещает много добра." + icon_state = "duffel_vox" + item_color = "duffel_vox" + item_state = "duffel_vox" + icon = 'modular_ss220/antagonists/icons/clothing/obj_storage.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/back.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/back.dmi' + ) + lefthand_file = 'modular_ss220/antagonists/icons/clothing/inhands/clothing_lefthand.dmi' + righthand_file = 'modular_ss220/antagonists/icons/clothing/inhands/clothing_righthand.dmi' + silent = TRUE + zip_time = 2 + resistance_flags = FIRE_PROOF + origin_tech = "syndicate=1" + max_combined_w_class = 45 + allow_same_size = TRUE + cant_hold = list(/obj/item/storage/backpack) + +// Belts + +/obj/item/storage/belt/vox + name = "vox belt" + desc = "Удобный пояс с петельками для ношения всячины." + icon_state = "securitybelt" + item_state = "security" + origin_tech = "syndicate=1" + max_w_class = WEIGHT_CLASS_NORMAL + resistance_flags = FIRE_PROOF + use_item_overlays = TRUE // Will show the tools on the sprite + storage_slots = 7 + max_combined_w_class = 25 + can_hold = list( + /obj/item/crowbar, + /obj/item/screwdriver, + /obj/item/weldingtool, + /obj/item/wirecutters, + /obj/item/wrench, + /obj/item/multitool, + /obj/item/grenade, + /obj/item/flash, + /obj/item/kitchen/knife/combat, + /obj/item/melee/baton, + /obj/item/melee/classic_baton, + /obj/item/flashlight, + /obj/item/restraints/legcuffs/bola, + /obj/item/restraints/handcuffs, + /obj/item/biocore, + /obj/item/stock_parts/cell/vox_spike, + /obj/item/jammer + ) + +/obj/item/storage/belt/vox/bio + name = "bio-vox belt" + desc = "Удобный пояс с плетенными кармашками для ношения ядер, взрывчатки и шприцов." + icon_state = "assaultbelt" + item_state = "assault" + storage_slots = 21 + max_combined_w_class = 45 + can_hold = list( + /obj/item/grenade, + /obj/item/flash, + /obj/item/storage/dart_cartridge, + /obj/item/biocore, + /obj/item/reagent_containers/iv_bag/blood, + /obj/item/reagent_containers/syringe + ) diff --git a/modular_ss220/antagonists/code/vox_raider/clothing/vox_clothing.dm b/modular_ss220/antagonists/code/vox_raider/clothing/vox_clothing.dm new file mode 100644 index 000000000000..b0bcdb329659 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/clothing/vox_clothing.dm @@ -0,0 +1,43 @@ +/obj/item/clothing/under/vox/jumpsuit + name = "vox jumpsuit" + desc = "Рабочая одежда вокса." + icon_state = "vox-jumpsuit" + item_color = "vox-jumpsuit" + item_state = "syndicate-black" + species_restricted = list("Vox") + icon = 'modular_ss220/antagonists/icons/clothing/obj_under.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/vox/uniform.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/uniform.dmi' + ) + body_parts_covered = LEGS + +/obj/item/clothing/under/vox/jumpsuit/red + name = "vox work jumpsuit" + icon_state = "vox-jumpsuit_red" + item_color = "vox-jumpsuit_red" + +/obj/item/clothing/under/vox/jumpsuit/teal + name = "vox teal jumpsuit" + icon_state = "vox-jumpsuit_teal" + item_color = "vox-jumpsuit_teal" + +/obj/item/clothing/under/vox/jumpsuit/blue + name = "vox blue jumpsuit" + icon_state = "vox-jumpsuit_blue" + item_color = "vox-jumpsuit_blue" + +/obj/item/clothing/under/vox/jumpsuit/green + name = "vox green jumpsuit" + icon_state = "vox-jumpsuit_green" + item_color = "vox-jumpsuit_green" + +/obj/item/clothing/under/vox/jumpsuit/yellow + name = "vox yellow jumpsuit" + icon_state = "vox-jumpsuit_yellow" + item_color = "vox-jumpsuit_yellow" + +/obj/item/clothing/under/vox/jumpsuit/purple + name = "vox purple jumpsuit" + icon_state = "vox-jumpsuit_purple" + item_color = "vox-jumpsuit_purple" diff --git a/modular_ss220/antagonists/code/vox_raider/clothing/vox_gloves.dm b/modular_ss220/antagonists/code/vox_raider/clothing/vox_gloves.dm new file mode 100644 index 000000000000..57b937b979a3 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/clothing/vox_gloves.dm @@ -0,0 +1,46 @@ +/obj/item/clothing/gloves/vox + name = "vox gauntlets" + desc = "Плотные рукавицы причудливой формы с когтями." + icon_state = "gloves-vox" + item_state = "gloves-vox" + item_color = "gloves-vox" + icon = 'modular_ss220/antagonists/icons/clothing/obj_gloves.dmi' + species_restricted = list("Vox") + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/gloves.dmi') + strip_delay = 8 SECONDS + cold_protection = HANDS + min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT + heat_protection = HANDS + max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT + resistance_flags = NONE + armor = list(MELEE = 30, BULLET = 0, LASER = 10, ENERGY = 10, BOMB = 0, RAD = 0, FIRE = 200, ACID = 50) + +/obj/item/clothing/gloves/vox/light + name = "light vox gauntlets" + desc = "Легкие рукавицы причудливой формы с когтями." + strip_delay = 2 SECONDS + cold_protection = 0 + min_cold_protection_temperature = NONE + max_heat_protection_temperature = NONE + armor = NONE + +/obj/item/clothing/gloves/color/yellow/vox + name = "insulated vox gauntlets" + desc = "Плотные изоляционные рукавицы причудливой формы с когтями." + icon_state = "gloves-vox-insulated" + item_state = "gloves-vox" + item_color = "gloves-vox-insulated" + icon = 'modular_ss220/antagonists/icons/clothing/obj_gloves.dmi' + species_restricted = list("Vox") + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/gloves.dmi') + strip_delay = 8 SECONDS + cold_protection = HANDS + min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT + heat_protection = HANDS + max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT + resistance_flags = NONE + siemens_coefficient = 0 + permeability_coefficient = 0.05 + armor = list(MELEE = 30, BULLET = 0, LASER = 25, ENERGY = 25, BOMB = 0, RAD = 0, FIRE = 200, ACID = 50) diff --git a/modular_ss220/antagonists/code/vox_raider/clothing/vox_outfit.dm b/modular_ss220/antagonists/code/vox_raider/clothing/vox_outfit.dm new file mode 100644 index 000000000000..813b55e7ea97 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/clothing/vox_outfit.dm @@ -0,0 +1,156 @@ +// Outfit +/datum/outfit/vox + name = "Vox Crew" + uniform = /obj/item/clothing/under/vox/jumpsuit + gloves = /obj/item/clothing/gloves/vox + shoes = /obj/item/clothing/shoes/roman/vox + l_ear = /obj/item/radio/headset/vox + id = /obj/item/card/id/syndicate/vox + l_pocket = /obj/item/melee/classic_baton/telescopic + + back = /obj/item/storage/backpack/vox + backpack_contents = list( + /obj/item/clothing/mask/breath/vox/respirator = 1, + /obj/item/tank/internals/emergency_oxygen/double/vox = 1, + /obj/item/flashlight = 1, + /obj/item/flash = 1, + /obj/item/clothing/suit/space/vox/pressure = 1, + /obj/item/clothing/head/helmet/space/vox/pressure = 1, + ) + +/datum/outfit/vox/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + var/choosen = rand(1, 8) + switch(choosen) + if(1) + uniform = /obj/item/clothing/under/vox/jumpsuit/red + if(2) + uniform = /obj/item/clothing/under/vox/jumpsuit/teal + if(3) + uniform = /obj/item/clothing/under/vox/jumpsuit/blue + if(4) + uniform = /obj/item/clothing/under/vox/jumpsuit/green + if(5) + uniform = /obj/item/clothing/under/vox/jumpsuit/yellow + if(6) + uniform = /obj/item/clothing/under/vox/jumpsuit/purple + else + uniform = /obj/item/clothing/under/vox/jumpsuit + + if(prob(5)) + uniform = /obj/item/clothing/suit/hooded/vox_robes + + if(prob(50)) + back = /obj/item/storage/backpack/satchel_flat/vox + if(prob(25)) + back = /obj/item/storage/backpack/duffel/vox + +/datum/outfit/vox/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + + var/obj/item/card/id/I = H.wear_id + if(istype(I)) + apply_to_card(I, H, list(ACCESS_MAINT_TUNNELS, ACCESS_VOX, ACCESS_EXTERNAL_AIRLOCKS), "Vox Skipjack Crew", "data") + + if(internals_slot) + H.internal = H.get_item_by_slot(internals_slot) + H.update_action_buttons_icon() + +/obj/item/card/id/syndicate/vox + name = "vox data card" + icon_state = "data" + +// ==================== Raiders ==================== +/datum/outfit/vox/raider + name = "vox raider" + suit = /obj/item/clothing/suit/space/hardsuit/vox + suit_store = /obj/item/tank/internals/emergency_oxygen/double/vox + gloves = /obj/item/clothing/gloves/color/yellow/vox + shoes = /obj/item/clothing/shoes/magboots/vox + l_ear = /obj/item/radio/headset/vox/alt + +/datum/outfit/vox/raider/trooper + name = "vox raider trooper" + suit = /obj/item/clothing/suit/space/hardsuit/vox/trooper + shoes = /obj/item/clothing/shoes/magboots/vox/combat + +/datum/outfit/vox/raider/scout + name = "vox raider scout" + suit = /obj/item/clothing/suit/space/hardsuit/vox/scout + shoes = /obj/item/clothing/shoes/magboots/vox/scout + +/datum/outfit/vox/raider/medic + name = "vox raider medic" + suit = /obj/item/clothing/suit/space/hardsuit/vox/medic + +/datum/outfit/vox/raider/mechanic + name = "vox raider mechanic" + suit = /obj/item/clothing/suit/space/hardsuit/vox/mechanic + shoes = /obj/item/clothing/shoes/magboots/vox/heavy + +/datum/outfit/vox/raider/heavy + name = "vox raider heavy" + suit = /obj/item/clothing/suit/space/hardsuit/vox/heavy + shoes = /obj/item/clothing/shoes/magboots/vox/heavy + + +// ==================== Mercenaries ==================== +/datum/outfit/vox/merc + name = "vox mercenary" + suit = /obj/item/clothing/suit/armor/vox_merc + head = /obj/item/clothing/head/helmet/vox_merc + gloves = /obj/item/clothing/gloves/color/yellow/vox + shoes = /obj/item/clothing/shoes/magboots/vox + l_ear = /obj/item/radio/headset/vox/alt + +/datum/outfit/vox/merc/storm + name = "vox mercenary stormtrooper" + suit = /obj/item/clothing/suit/armor/vox_merc/stormtrooper + head = /obj/item/clothing/head/helmet/vox_merc/stormtrooper + shoes = /obj/item/clothing/shoes/magboots/vox/combat + +/datum/outfit/vox/merc/fieldmedic + name = "vox mercenary field medic" + suit = /obj/item/clothing/suit/armor/vox_merc/fieldmedic + head = /obj/item/clothing/head/helmet/vox_merc/fieldmedic + +/datum/outfit/vox/merc/bomber + name = "vox mercenary bomber" + suit = /obj/item/clothing/suit/armor/vox_merc/bomber + head = /obj/item/clothing/head/helmet/vox_merc/bomber + shoes = /obj/item/clothing/shoes/magboots/vox/heavy + +/datum/outfit/vox/merc/laminar + name = "vox mercenary laminar" + suit = /obj/item/clothing/suit/armor/vox_merc/laminar + head = /obj/item/clothing/head/helmet/vox_merc/laminar + +/datum/outfit/vox/merc/laminar/scout + name = "vox mercenary laminar scout" + suit = /obj/item/clothing/suit/armor/vox_merc/laminar/scout + shoes = /obj/item/clothing/shoes/magboots/vox/scout + +/datum/outfit/vox/merc/stealth + name = "vox mercenary stealth" + suit = /obj/item/clothing/suit/armor/vox_merc/stealth + head = /obj/item/clothing/head/helmet/vox_merc/stealth + + +// ==================== Other ==================== +/datum/outfit/vox/carapace + name = "Vox Carapace" + uniform = /obj/item/clothing/suit/hooded/vox_robes + suit = /obj/item/clothing/suit/space/vox/carapace + gloves = /obj/item/clothing/gloves/color/yellow/vox + shoes = /obj/item/clothing/shoes/magboots/vox + head = /obj/item/clothing/head/helmet/space/vox/carapace + mask = /obj/item/clothing/mask/gas/syndicate + glasses = /obj/item/clothing/glasses/thermal/monocle + l_ear = /obj/item/radio/headset/vox/alt + +/datum/outfit/vox/carapace/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + uniform = /obj/item/clothing/suit/hooded/vox_robes + back = /obj/item/storage/backpack/vox diff --git a/modular_ss220/antagonists/code/vox_raider/clothing/vox_shoes.dm b/modular_ss220/antagonists/code/vox_raider/clothing/vox_shoes.dm new file mode 100644 index 000000000000..3e0c44608138 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/clothing/vox_shoes.dm @@ -0,0 +1,50 @@ +/obj/item/clothing/shoes/roman/vox + name = "vox sandals" + desc = "Синтетические обертки подходящие для большинства типов ног." + +/obj/item/clothing/shoes/magboots/vox + name = "vox magclaws" + desc = "Тяжелые бронированные налапочники для когтистых лап причудливой формы." + item_state = "boots-vox" + icon_state = "boots-vox" + icon = 'modular_ss220/antagonists/icons/clothing/obj_shoes.dmi' + species_restricted = list("Vox") + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/feet.dmi') + w_class = WEIGHT_CLASS_NORMAL + armor = list(MELEE = 15, BULLET = 15, LASER = 15, ENERGY = 15, BOMB = 50, RAD = 0, FIRE = 115, ACID = 50) + strip_delay = 7 SECONDS + resistance_flags = NONE + slowdown = 0 + slowdown_passive = 0 + slowdown_active = 1 + +/obj/item/clothing/shoes/magboots/vox/combat + name = "vox combat magclaws" + desc = "Боевые бронированные налапочники для когтистых лап причудливой формы с улучшенным сцеплением с поверхностью." + item_state = "boots-vox-combat" + icon_state = "boots-vox-combat" + permeability_coefficient = 0.01 + armor = list(MELEE = 50, BULLET = 30, LASER = 30, ENERGY = 30, BOMB = 80, RAD = 50, FIRE = 450, ACID = 50) + strip_delay = 10 SECONDS + slowdown_active = SHOES_SLOWDOWN+0.5 + +/obj/item/clothing/shoes/magboots/vox/heavy + name = "vox heavy magclaws" + desc = "Тяжелые бронированные налапочники для когтистых лап причудливой формы для ведения боевых действий и защит нижних конечностей от всевозможных угроз." + item_state = "boots-vox-heavy" + icon_state = "boots-vox-heavy" + body_parts_covered = FEET|LEGS + permeability_coefficient = 0.01 + armor = list(MELEE = 115, BULLET = 50, LASER = 75, ENERGY = 50, BOMB = 200, RAD = 200, FIRE = 450, ACID = 200) + strip_delay = 14 SECONDS + slowdown_passive = SHOES_SLOWDOWN+1 + slowdown_active = SHOES_SLOWDOWN+3 + +/obj/item/clothing/shoes/magboots/vox/scout + name = "vox scout magclaws" + desc = "Легкие налапочники для когтистых лап причудливой формы с продвинутым сцеплением с поверхностью для ускорение передвижения." + item_state = "boots-vox-combat" + icon_state = "boots-vox-combat" + slowdown_passive = -0.25 + slowdown_active = 0 diff --git a/modular_ss220/antagonists/code/vox_raider/clothing/vox_suit_armor.dm b/modular_ss220/antagonists/code/vox_raider/clothing/vox_suit_armor.dm new file mode 100644 index 000000000000..fd8e612a16c8 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/clothing/vox_suit_armor.dm @@ -0,0 +1,223 @@ +// Броня ВОКСов. +// Дает хорошие защитные свойства, но не позволяет держать давление космоса. + +/obj/item/clothing/suit/armor/vox_merc + name = "vox mercenary vest" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением." + icon_state = "vox-merc" + item_color = "vox-merc" + item_state = "armor" + blood_overlay_type = "armor" + species_restricted = list("Vox") + icon = 'modular_ss220/antagonists/icons/clothing/obj_suit.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/vox/suit.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/suit.dmi' + ) + allowed = list(/obj/item/gun, /obj/item/ammo_box,/obj/item/ammo_casing, /obj/item/melee/baton, + /obj/item/melee/energy/sword, /obj/item/shield/energy, + /obj/item/restraints/handcuffs, /obj/item/tank/internals) + body_parts_covered = UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS + cold_protection = UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS + heat_protection = UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS + resistance_flags = FIRE_PROOF | ACID_PROOF + armor = list(MELEE = 35, BULLET = 50, LASER = 20, ENERGY = 20, BOMB = 25, RAD = 80, FIRE = 50, ACID = 50) + strip_delay = 8 SECONDS + put_on_delay = 6 SECONDS + +/obj/item/clothing/head/helmet/vox_merc + name = "vox mercenary helmet" + desc = "Специализированный шлем воксов-наемников." + icon_state = "vox-merc" + item_color = "vox-merc" + species_restricted = list("Vox") + icon = 'modular_ss220/antagonists/icons/clothing/obj_head.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/vox/head.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/head.dmi' + ) + resistance_flags = FIRE_PROOF | ACID_PROOF + armor = list(MELEE = 35, BULLET = 50, LASER = 20, ENERGY = 20, BOMB = 25, RAD = 80, FIRE = 50, ACID = 50) + flags = HEADBANGPROTECT | BLOCKHEADHAIR + flags_inv = HIDEMASK | HIDEEARS + flags_cover = HEADCOVERSEYES + cold_protection = HEAD + heat_protection = HEAD + dog_fashion = null + + +// Storm Trooper + +/obj/item/clothing/suit/armor/vox_merc/stormtrooper + name = "vox mercenary storm vest" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nШтурмовой бронекостюм воксов разработан под их структуру тела и прикрывает наиболее уязвимые места, превосходно защищает носителя от огнестрельного вооружения и ближних атак." + icon_state = "vox-merc-stormtrooper" + item_color = "vox-merc-stormtrooper" + w_class = WEIGHT_CLASS_BULKY + armor = list(MELEE = 115, BULLET = 115, LASER = 50, ENERGY = 30, BOMB = 15, RAD = 80, FIRE = 50, ACID = 50) + strip_delay = 12 SECONDS + put_on_delay = 8 SECONDS + slowdown = 1 + +/obj/item/clothing/head/helmet/vox_merc/stormtrooper + name = "vox mercenary helmet" + icon_state = "vox-merc-stormtrooper" + item_color = "vox-merc-stormtrooper" + armor = list(MELEE = 115, BULLET = 115, LASER = 50, ENERGY = 30, BOMB = 15, RAD = 80, FIRE = 50, ACID = 50) + + +// Field Medic + +/obj/item/clothing/suit/armor/vox_merc/fieldmedic + name = "vox mercenary field medic vest" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nМедицинский полевой костюм предназначен для защиты владельца от биологических угроз, радиации и кислотной атмосферы. Дает слабую защиту от внешне поступаемых энергетических снарядов, равномерно рассеивая остаточную энергию. Костюм абсолютно не предназначен для защиты в ближнем бою или от взрывчатых веществ за счет свое внутреннего строения, повреждающий носителя от осколков костюма при нарушении целостности. Имеет хранилище для ношения аптечек и контейнеров с химикатами." + icon_state = "vox-merc-fieldmedic" + item_color = "vox-merc-fieldmedic" + armor = list(MELEE = -15, BULLET = 20, LASER = 50, ENERGY = 40, BOMB = -15, RAD = INFINITY, FIRE = 80, ACID = INFINITY) + strip_delay = 6 SECONDS + put_on_delay = 4 SECONDS + allowed = list(/obj/item/flashlight, /obj/item/storage/firstaid, + /obj/item/gun, /obj/item/ammo_box,/obj/item/ammo_casing, /obj/item/melee/baton, + /obj/item/melee/energy/sword, /obj/item/shield/energy, + /obj/item/restraints/handcuffs, /obj/item/tank/internals, + /obj/item/analyzer, /obj/item/stack/medical, /obj/item/dnainjector, /obj/item/reagent_containers/dropper, + /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/hypospray, + /obj/item/reagent_containers/applicator, /obj/item/healthanalyzer, /obj/item/flashlight/pen, + /obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/glass/beaker, + /obj/item/reagent_containers/pill, /obj/item/storage/pill_bottle, /obj/item/paper, /obj/item/robotanalyzer) + +/obj/item/clothing/head/helmet/vox_merc/fieldmedic + name = "vox mercenary field medic helmet" + icon_state = "vox-merc-fieldmedic" + item_color = "vox-merc-fieldmedic" + armor = list(MELEE = -15, BULLET = 20, LASER = 50, ENERGY = 40, BOMB = -15, RAD = INFINITY, FIRE = 80, ACID = INFINITY) + flags_inv = HIDEMASK + flags = HEADBANGPROTECT + +// Bomber + +/obj/item/clothing/suit/armor/vox_merc/bomber + name = "vox mercenary bomber vest" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nОсобый разработанный штурмовой тяжелый костюм для действий в условиях крайне взрывоопасной атмосферы. Абсолютная жаростойкость, повышенная стойкость к кислотным жидкостям и лазерному воздействию делают эту броню основной для воксов действующих внутри активно разрушающихся комплексов и кораблей." + icon_state = "vox-merc-bomber" + item_color = "vox-merc-bomber" + armor = list(MELEE = 80, BULLET = 20, LASER = 115, ENERGY = 75, BOMB = 200, RAD = 115, FIRE = INFINITY, ACID = 150) + max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT + strip_delay = 12 SECONDS + put_on_delay = 8 SECONDS + slowdown = 1.5 + +/obj/item/clothing/head/helmet/vox_merc/bomber + name = "vox mercenary bomber helmet" + icon_state = "vox-merc-bomber" + item_color = "vox-merc-bomber" + armor = list(MELEE = 80, BULLET = 20, LASER = 115, ENERGY = 75, BOMB = 200, RAD = 115, FIRE = INFINITY, ACID = 150) + max_heat_protection_temperature = FIRE_SUIT_MAX_TEMP_PROTECT + + +// Laminar + +/obj/item/clothing/suit/armor/vox_merc/laminar + name = "vox mercenary laminar vest" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nКомпактный и мобильный костюм отлично помещается в рюкзаке, сформирован из легких пластин позволяющий получить хорошие защитные свойства в совокупности с удобством для носителя, не мешающий его передвижению. Но, в отличии от других моделей, не дает приемлимых защитных параметров от воздействий внешней агрессивной среды и не защищает руки." + icon_state = "vox-merc-laminar" + item_color = "vox-merc-laminar" + w_class = WEIGHT_CLASS_SMALL + body_parts_covered = UPPER_TORSO | LOWER_TORSO | LEGS | FEET // Руки уязвимые зоны. + cold_protection = UPPER_TORSO | LOWER_TORSO | LEGS | FEET + heat_protection = UPPER_TORSO | LOWER_TORSO | LEGS | FEET + armor = list(MELEE = 20, BULLET = 20, LASER = 40, ENERGY = 40, BOMB = 15, RAD = 20, FIRE = 20, ACID = 20) + strip_delay = 2 SECONDS + put_on_delay = 1 SECONDS + +/obj/item/clothing/head/helmet/vox_merc/laminar + name = "vox mercenary laminar helmet" + icon_state = "vox-merc-laminar" + item_color = "vox-merc-laminar" + w_class = WEIGHT_CLASS_SMALL + armor = list(MELEE = 20, BULLET = 20, LASER = 40, ENERGY = 40, BOMB = 15, RAD = 20, FIRE = 20, ACID = 20) + flags_inv = HIDEEARS|HIDEEYES + +/obj/item/clothing/suit/armor/vox_merc/laminar/scout + name = "vox mercenary laminar scout vest" + desc = "Компактный и мобильный костюм сформированный из лёгких пластин и за счет их особого размещения, увеличивает погашение импульсов перенаправляя их в ускорение носителя, но взамен теряя значимые защитные свойства. " + armor = list(MELEE = 20, BULLET = 20, LASER = 10, ENERGY = 40, BOMB = 40, RAD = 20, FIRE = 20, ACID = 20) + slowdown = -0.35 + + +// Stealth + +// Crew Steath Suit +/obj/item/clothing/suit/armor/vox_merc/stealth + name = "vox mercenary stealth suit" + desc = "Специализированный маскировочный костюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + Костюм с маскировочной системой, напрямую связанная с телом носителя. При снимании костюма возможно ощущение легкого недомогания." + icon_state = "vox-merc-stealth" + item_color = "vox-merc-stealth" + blood_overlay_type = "suit" + armor = list(MELEE = 20, BULLET = 20, LASER = 20, ENERGY = 20, BOMB = 15, RAD = INFINITY, FIRE = INFINITY, ACID = 80) + strip_delay = 6 SECONDS + put_on_delay = 4 SECONDS + var/datum/spell/disguise_self/vox/disguise_spell + +/datum/spell/disguise_self/vox + name = "Маскировка" + desc = "Замаскируйтесь под члена экипажа с его голосом в текущей зоне. \ + Внимательный осмотр выдаст вас. Если повредить маскировку - она сбросится." + invocation = "none" + invocation_type = "none" + +/obj/item/clothing/suit/armor/vox_merc/stealth/equipped(mob/living/user, slot) + ..() + if(isvox(user) && slot == ITEM_SLOT_OUTER_SUIT) + disguise_spell = new(null) + user.AddSpell(disguise_spell) + +/obj/item/clothing/suit/armor/vox_merc/stealth/dropped(mob/user) + . = ..() + if(user && disguise_spell) + user.RemoveSpell(disguise_spell) + QDEL_NULL(disguise_spell) + // сбрасываем спел нанеся чутка урон + SEND_SIGNAL(src, COMSIG_MOB_APPLY_DAMAGE, 5, BRUTE) + +/obj/item/clothing/suit/armor/vox_merc/stealth/Destroy() + . = ..() + if(disguise_spell) + QDEL_NULL(disguise_spell) + +// Smoke Helmet +/obj/item/clothing/head/helmet/vox_merc/stealth + name = "vox mercenary stealth helmet" + desc = "Специализированный шлем воксов-наемников со встроенной системой дымогенератора." + icon_state = "vox-merc-stealth" + item_color = "vox-merc-stealth" + armor = list(MELEE = 20, BULLET = 20, LASER = 20, ENERGY = 20, BOMB = 15, RAD = INFINITY, FIRE = INFINITY, ACID = 80) + flags = HEADBANGPROTECT + flags_inv = HIDEMASK|HIDEEARS|HIDEEYES + var/datum/spell/smoke/smoke_spell + +/datum/spell/smoke + name = "Дымовой занавес" + desc = "Выпустить дымовую занавесу скрывающее поле зрение всех находящихся в нём в ближайшей зоне." + +/obj/item/clothing/head/helmet/vox_merc/stealth/equipped(mob/living/user, slot) + ..() + if(isvox(user) && slot == ITEM_SLOT_HEAD) + smoke_spell = new(null) + user.AddSpell(smoke_spell) + +/obj/item/clothing/head/helmet/vox_merc/stealth/dropped(mob/user) + . = ..() + if(user && smoke_spell) + user.RemoveSpell(smoke_spell) + QDEL_NULL(smoke_spell) + +/obj/item/clothing/head/helmet/vox_merc/stealth/Destroy() + . = ..() + if(smoke_spell) + QDEL_NULL(smoke_spell) diff --git a/modular_ss220/antagonists/code/vox_raider/clothing/vox_suit_rig.dm b/modular_ss220/antagonists/code/vox_raider/clothing/vox_suit_rig.dm new file mode 100644 index 000000000000..f15518d75707 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/clothing/vox_suit_rig.dm @@ -0,0 +1,174 @@ +// РИГи ВОКСов. +// Дают приемлимые защитные свойства, позволяют держать давление космоса. + +/obj/item/clothing/suit/space/hardsuit/vox + name = "vox raider hardsuit" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников." + icon_state = "vox-raider" + item_color = "vox-raider" + item_state = "rig_suit" + species_restricted = list("Vox") + icon = 'modular_ss220/antagonists/icons/clothing/obj_suit.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/vox/suit.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/suit.dmi' + ) + allowed = list(/obj/item/flashlight, /obj/item/tank/internals, + /obj/item/gun, /obj/item/ammo_box,/obj/item/ammo_casing, /obj/item/melee/baton, + /obj/item/melee/energy/sword, /obj/item/shield/energy, + /obj/item/restraints/handcuffs) + body_parts_covered = UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS + cold_protection = UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS + heat_protection = UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS + resistance_flags = FIRE_PROOF | ACID_PROOF + armor = list(MELEE = 75, BULLET = 50, LASER = 30, ENERGY = 20, BOMB = 25, RAD = 115, FIRE = 80, ACID = 200) + strip_delay = 8 SECONDS + put_on_delay = 6 SECONDS + slowdown = 0 + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/vox + +/obj/item/clothing/head/helmet/space/hardsuit/vox + name = "vox raider helmet" + desc = "Специализированный космический шлем воксов-рейдеров." + icon_state = "vox-raider" + item_color = "vox-raider" + species_restricted = list("Vox") + icon = 'modular_ss220/antagonists/icons/clothing/obj_head.dmi' + icon_override = 'modular_ss220/antagonists/icons/clothing/mob/vox/head.dmi' + sprite_sheets = list( + "Vox" = 'modular_ss220/antagonists/icons/clothing/mob/vox/head.dmi' + ) + flags = HEADBANGPROTECT | BLOCKHAIR | STOPSPRESSUREDMAGE | THICKMATERIAL + resistance_flags = FIRE_PROOF | ACID_PROOF + armor = list(MELEE = 75, BULLET = 50, LASER = 30, ENERGY = 20, BOMB = 25, RAD = 115, FIRE = 80, ACID = 200) + +/obj/item/clothing/head/helmet/space/hardsuit/vox/toggle_light(mob/user) + on = !on + icon_state = "[initial(icon_state)][on ? "_light" : ""]" + + if(ishuman(user)) + var/mob/living/carbon/human/H = user + H.update_inv_head() + + if(on) + set_light(brightness_on) + else + set_light(0) + for(var/X in actions) + var/datum/action/A = X + A.UpdateButtons() + +// Space Trooper + +/obj/item/clothing/suit/space/hardsuit/vox/trooper + name = "vox raider trooper hardsuit" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм космического штурмовика рейдеров с защитой от огнестрела и колюще-режущего." + icon_state = "vox-raider-trooper" + item_color = "vox-raider-trooper" + armor = list(MELEE = 75, BULLET = 50, LASER = 30, ENERGY = 20, BOMB = 25, RAD = 115, FIRE = 80, ACID = 200) + strip_delay = 12 SECONDS + put_on_delay = 8 SECONDS + slowdown = 1 + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/vox/trooper + +/obj/item/clothing/head/helmet/space/hardsuit/vox/trooper + name = "vox raider trooper helmet" + icon_state = "vox-raider-trooper" + item_color = "vox-raider-trooper" + armor = list(MELEE = 75, BULLET = 50, LASER = 30, ENERGY = 20, BOMB = 25, RAD = 115, FIRE = 80, ACID = 200) + + +/obj/item/clothing/suit/space/hardsuit/vox/scout + name = "vox raider scout hardsuit" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм разведчика не сковывает движение и помогает владельцу удобней двигаться в условиях невесомости." + icon_state = "vox-raider-scout" + item_color = "vox-raider-scout" + armor = list(MELEE = 10, BULLET = 20, LASER = 30, ENERGY = 30, BOMB = 15, RAD = 115, FIRE = 80, ACID = 200) + strip_delay = 6 SECONDS + put_on_delay = 4 SECONDS + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/vox/scout + slowdown = -0.25 + +/obj/item/clothing/head/helmet/space/hardsuit/vox/scout + name = "vox raider scout helmet" + icon_state = "vox-raider-scout" + item_color = "vox-raider-scout" + armor = list(MELEE = 10, BULLET = 20, LASER = 30, ENERGY = 30, BOMB = 15, RAD = 115, FIRE = 80, ACID = 200) + + +// Medic + +/obj/item/clothing/suit/space/hardsuit/vox/medic + name = "vox raider medic hardsuit" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм для работы в условиях отдаленности от опасностей. Более подвижен и обладает приемлимыми свойствами защиты от воздействий различного рода снарядов, но из-за своей структуры способен нанести вред носителю при взрывных воздействиях или колющих атак. Костюм отлично выдерживает радиационный фон и кислотное воздействие и биологическими угрозами. Имеет хранилище для ношения аптечек контейнеров с химикатами." + icon_state = "vox-raider-medic" + item_color = "vox-raider-medic" + armor = list(MELEE = -30, BULLET = 50, LASER = 50, ENERGY = 50, BOMB = -30, RAD = INFINITY, FIRE = 120, ACID = INFINITY) + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/vox/medic + allowed = list(/obj/item/flashlight, /obj/item/storage/firstaid, + /obj/item/gun, /obj/item/ammo_box,/obj/item/ammo_casing, /obj/item/melee/baton, + /obj/item/melee/energy/sword, /obj/item/shield/energy, + /obj/item/restraints/handcuffs, /obj/item/tank/internals, + /obj/item/analyzer, /obj/item/stack/medical, /obj/item/dnainjector, /obj/item/reagent_containers/dropper, + /obj/item/reagent_containers/syringe, /obj/item/reagent_containers/hypospray, + /obj/item/reagent_containers/applicator, /obj/item/healthanalyzer, /obj/item/flashlight/pen, + /obj/item/reagent_containers/glass/bottle, /obj/item/reagent_containers/glass/beaker, + /obj/item/reagent_containers/pill, /obj/item/storage/pill_bottle, /obj/item/paper, /obj/item/robotanalyzer) + +/obj/item/clothing/head/helmet/space/hardsuit/vox/medic + name = "vox raider medic helmet" + icon_state = "vox-raider-medic" + item_color = "vox-raider-medic" + armor = list(MELEE = -30, BULLET = 50, LASER = 50, ENERGY = 50, BOMB = -30, RAD = INFINITY, FIRE = 120, ACID = INFINITY) + + +// Mechanic + +/obj/item/clothing/suit/space/hardsuit/vox/mechanic + name = "vox raider mechanic hardsuit" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм для работы в условиях крайне опасных и недружелюбных атмосфер. За счет своей структуры и технологии рассеивания тепла, костюм обладает хорошей защитой от энергетического оружия." + icon_state = "vox-raider-mechanic" + item_color = "vox-raider-mechanic" + max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT + armor = list(MELEE = 20, BULLET = 20, LASER = 75, ENERGY = 50, BOMB = 150, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY) + slowdown = 2 + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/vox/mechanic + allowed = list(/obj/item/flashlight, /obj/item/tank/internals, /obj/item/t_scanner, /obj/item/rcd, /obj/item/rpd, + /obj/item/gun, /obj/item/ammo_box,/obj/item/ammo_casing, /obj/item/melee/baton, + /obj/item/melee/energy/sword, /obj/item/shield/energy, + /obj/item/restraints/handcuffs, /obj/item/tank/internals) + +/obj/item/clothing/head/helmet/space/hardsuit/vox/mechanic + name = "vox raider mechanic helmet" + icon_state = "vox-raider-mechanic" + item_color = "vox-raider-mechanic" + max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT + armor = list(MELEE = 20, BULLET = 20, LASER = 75, ENERGY = 50, BOMB = 150, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY) + + +// Heavy - Воксомех + +/obj/item/clothing/suit/space/hardsuit/vox/heavy + name = "vox raider heavy hardsuit" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nТяжелый огнеупорный и взрывостойкий костюм рейдеров с превосходной защитой от энергетического оружия и колюще-режущих и приемлимой от огнестрела. Костюм был разработан для противостояния механизированным силам в условиях космического пространства. К сожалению, его вес и ресиверы не настолько совершены, из-за чего он уступает в скорости." + icon_state = "vox-raider-heavy" + item_color = "vox-raider-heavy" + w_class = WEIGHT_CLASS_HUGE + armor = list(MELEE = 115, BULLET = 80, LASER = 150, ENERGY = 80, BOMB = 200, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY) + max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT + slowdown = 3 // Даже черепаха быстрее чем это ведро. + strip_delay = 20 SECONDS + put_on_delay = 10 SECONDS + helmettype = /obj/item/clothing/head/helmet/space/hardsuit/vox/heavy + +/obj/item/clothing/head/helmet/space/hardsuit/vox/heavy + name = "vox raider heavy helmet" + icon_state = "vox-raider-heavy" + item_color = "vox-raider-heavy" + armor = list(MELEE = 115, BULLET = 80, LASER = 115, ENERGY = 80, BOMB = 200, RAD = INFINITY, FIRE = INFINITY, ACID = INFINITY) + max_heat_protection_temperature = FIRE_IMMUNITY_MAX_TEMP_PROTECT diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_defines.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_defines.dm new file mode 100644 index 000000000000..1c1beff53cc4 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_defines.dm @@ -0,0 +1,16 @@ +// CATEGORY +#define VOX_PACK_CLOTHES "Одежда" +#define VOX_PACK_EQUIPMENT "Снаряжение" +#define VOX_PACK_RAIDER "Наборы Рейдера" +#define VOX_PACK_MERCENARIES "Наборы Наемника" +#define VOX_PACK_CONSUMABLES "Расходники" +#define VOX_PACK_GOODS "Товары" +#define VOX_PACK_MEDICINE "Медицина" +#define VOX_PACK_MISC "Разное" +#define VOX_PACK_KIT "Полные Наборы" + +// Weapons +#define VOX_PACK_SPIKE "Шипометы" +#define VOX_PACK_DART "Дротики" +#define VOX_PACK_BIO "Биооружие" +#define VOX_PACK_MELEE "Ближний Контакт" diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack.dm new file mode 100644 index 000000000000..9135cf5f724a --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack.dm @@ -0,0 +1,57 @@ +/datum/vox_pack + var/name = "DEBUG Vox Pack" + var/desc = "Описание отсутствует. Сообщите разработчику." + var/reference = null + var/cost = -1 // -1 = hide + var/is_need_trader_cost = TRUE // Is need an additional cost on top of the cost from the “trader machine” + var/time_until_available = 0 // How long does it take from the start of the round? In MINUTES + var/limited_stock = -1 // Can you only buy so many? -1 allows for infinite purchases + var/purchased = 0 // How much have you already bought? + var/discount_div = 0 // Процент скидки на паки за покупку набора + var/amount = 1 + var/category = VOX_PACK_MISC + var/list/contains = list() + +/datum/vox_pack/New() + . = ..() + update_pack() + +/datum/vox_pack/proc/update_pack() + if(discount_div <= 0) + return + cost = round(initial(cost) * discount_div) + +/datum/vox_pack/proc/get_items_list() + var/list/items_list = list() + for(var/typepath in contains) + if(!typepath) + continue + for(var/i in 1 to amount) + items_list.Add(typepath) + return items_list + +/datum/vox_pack/proc/check_possible_buy(amount) + if(limited_stock >= 0 && (purchased + amount > limited_stock)) + return FALSE + return TRUE + +/datum/vox_pack/proc/check_time_available() + var/round_time_minutes = ROUND_TIME + if(round_time_minutes < time_until_available MINUTES) + return FALSE + return TRUE + +/datum/vox_pack/proc/get_time_available() + var/t = SSticker.time_game_started + time_until_available MINUTES + return "[round(t / 36000)]:[add_zero(num2text(t / 600 % 60), 2)]" + +/datum/vox_pack/proc/get_time_left() + var/t = SSticker.time_game_started + time_until_available MINUTES - ROUND_TIME + return "[round(t / 36000)]:[add_zero(num2text(t / 600 % 60), 2)]:[add_zero(num2text(t / 10 % 60), 2)]" + +/datum/vox_pack/proc/description() + if(!desc) + desc = replacetext(desc, "\n", "
") + if(!check_time_available()) + desc += " \[Заказ возможен после [get_time_available()] от начала рейда.\]" + return desc diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_bio.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_bio.dm new file mode 100644 index 000000000000..aec2c8e8bd02 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_bio.dm @@ -0,0 +1,56 @@ +/datum/vox_pack/bio + name = "DEBUG Bio Vox Pack" + category = VOX_PACK_BIO + time_until_available = 45 + +// ============== GUNS ============== +/datum/vox_pack/bio/gun + name = "Биомёт" + desc = "Компактный метатель биоядер-снарядов. Вмещает в себя 3 острых биоядра одновременно, выстреливая их поочереди, вонзая в плоть цели, а после вылупляя, выпуская биомеханическую тварь для последующей помощи Воксам." + reference = "B_G" + cost = 2000 + contains = list(/obj/item/gun/throw/biogun) + +// ============== AMMO ============== + +/datum/vox_pack/bio/core + name = "Биоядро (Потрошитель х3)" + desc = "Переписанная машина синдиката на служении Воксам." + reference = "B_B_VISC" + cost = 400 + contains = list(/obj/item/biocore/viscerator) + +/datum/vox_pack/bio/core/stamine + name = "Биоядро (Стакикамка х3)" + desc = "Биомеханизм изматывающий своих жертв." + reference = "B_B_STAM" + cost = 300 + contains = list(/obj/item/biocore/stamina) + +/datum/vox_pack/bio/core/acid + name = "Биоядро (Асикикид х1)" + desc = "Кислотный жгущий биомеханизм." + reference = "B_B_ACID" + cost = 200 + contains = list(/obj/item/biocore/acid) + +/datum/vox_pack/bio/core/kusaka + name = "Биоядро (Кусакика х4)" + desc = "Кусачий маленький биомеханизм." + reference = "B_B_KUS" + cost = 300 + contains = list(/obj/item/biocore/kusaka) + +/datum/vox_pack/bio/core/taran + name = "Биоядро (Таракикан х1)" + desc = "Броневой биомеханизм, приспособленный для вышибания дверей." + reference = "B_B_TAT" + cost = 400 + contains = list(/obj/item/biocore/taran) + +/datum/vox_pack/bio/core/tox + name = "Биоядро (Токсикикик х3)" + desc = "Иглоподобный биомеханизм для впрыскивания токсин." + reference = "B_B_TOX" + cost = 300 + contains = list(/obj/item/biocore/tox) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_clothes.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_clothes.dm new file mode 100644 index 000000000000..fcbbd103c624 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_clothes.dm @@ -0,0 +1,213 @@ +/datum/vox_pack/clothes + name = "DEBUG Clothes Vox Pack" + category = VOX_PACK_CLOTHES + + +// ============== JUMSUIT ============== + +/datum/vox_pack/clothes/jumpsuit + name = "Рабочая одежда" + desc = "Одежда воксов предназначенная только для них." + reference = "C_J" + cost = 15 + contains = list(/obj/item/clothing/under/vox/jumpsuit) + +/datum/vox_pack/clothes/jumpsuit/red + name = "Рабочая одежда - Красная" + reference = "C_JR" + contains = list(/obj/item/clothing/under/vox/jumpsuit/red) + +/datum/vox_pack/clothes/jumpsuit/teal + name = "Рабочая одежда - Бирюза" + reference = "C_JT" + contains = list(/obj/item/clothing/under/vox/jumpsuit/teal) + +/datum/vox_pack/clothes/jumpsuit/blue + name = "Рабочая одежда - Синий" + reference = "C_JB" + contains = list(/obj/item/clothing/under/vox/jumpsuit/blue) + +/datum/vox_pack/clothes/jumpsuit/green + name = "Рабочая одежда - Зеленый" + reference = "C_JG" + contains = list(/obj/item/clothing/under/vox/jumpsuit/green) + +/datum/vox_pack/clothes/jumpsuit/yellow + name = "Рабочая одежда - Желтый" + reference = "C_JY" + contains = list(/obj/item/clothing/under/vox/jumpsuit/yellow) + +/datum/vox_pack/clothes/jumpsuit/purple + name = "Рабочая одежда - Фиолетовый" + reference = "C_JP" + contains = list(/obj/item/clothing/under/vox/jumpsuit/purple) + + +// ============== SHOES ============== + +/datum/vox_pack/clothes/shoes + name = "Обувка" + desc = "Синтетические обертки подходящие для большинства типов ног." + reference = "C_SH" + cost = 15 + contains = list(/obj/item/clothing/shoes/roman/vox) + + +// ============== MAGBOOTS ============== +/datum/vox_pack/clothes/magboots + name = "Магнитные Налапочники" + desc = "Когтистые плотные налапочники с небольшой защитой для лап." + reference = "C_SH_M" + cost = 200 + contains = list(/obj/item/clothing/shoes/magboots/vox) + +/datum/vox_pack/clothes/magboots/scout + name = "Магнитные Налапочники Разведки" + desc = "Легкие когтистые налапочники с продвинутым сцеплением с поверхностью для ускорение передвижения." + reference = "C_SH_MS" + cost = 1000 + contains = list(/obj/item/clothing/shoes/magboots/vox/scout) + +/datum/vox_pack/clothes/magboots/combat + name = "Боевые Магнитные Налапочники" + desc = "Боевые бронированные когтистые налапочники с улучшенным сцеплением с поверхностью." + reference = "C_SH_MC" + cost = 2000 + time_until_available = 45 + contains = list(/obj/item/clothing/shoes/magboots/vox/combat) + +/datum/vox_pack/clothes/magboots/heavy + name = "Тяжелые Магнитные Налапочники" + desc = "Тяжелые бронированные когтистые налапочники для ведения боевых действий и защит нижних конечностей от всевозможных угроз." + reference = "C_SH_MH" + cost = 4000 + time_until_available = 60 + contains = list(/obj/item/clothing/shoes/magboots/vox/heavy) + + +// ============== GLOVES ============== +/datum/vox_pack/clothes/gloves + name = "Рукавицы" + desc = "Плотные рукавицы с когтями с защитой кистей." + reference = "C_GL" + cost = 400 + contains = list(/obj/item/clothing/gloves/vox) + +/datum/vox_pack/clothes/gloves/insulated + name = "Изоляционные Рукавицы" + desc = "Плотные изоляционные рукавицы с когтями." + reference = "C_GL_I" + cost = 2000 + contains = list(/obj/item/clothing/gloves/color/yellow/vox) + + +// ============== GLASSES ============== + +/datum/vox_pack/clothes/eye_night + name = "Очки Ночного Видения" + desc = "Очки позволяющие видеть в кромешной темноте." + reference = "C_EYE_NI" + cost = 300 + contains = list(/obj/item/clothing/glasses/night) + +/datum/vox_pack/clothes/eye_meson + name = "Мезонный Глаз" + desc = "Мезонный кибернетический глаз с системой вставки в глазной разъем. Полностью заменяет функционирующий глаз или его полость. \ + ВНИМАНИЕ! Глаз возможно удалить только хирургическим путем. Из-за своего размера - не позволяет надевать прочие приблуды на глаза, заменяя очки." + reference = "C_EYE_ME" + cost = 1000 + contains = list(/obj/item/clothing/glasses/meson/cyber/vox) + +/datum/vox_pack/clothes/eye_thermal + name = "Термальный Глаз" + desc = "Термальный кибернетический глаз с системой вставки в глазной разъем. Полностью заменяет функционирующий глаз или его полость. \ + ВНИМАНИЕ! Глаз возможно удалить только хирургическим путем. Из-за своего размера - не позволяет надевать прочие приблуды на глаза, заменяя очки." + reference = "C_EYE_TH" + cost = 4500 + time_until_available = 45 + contains = list(/obj/item/clothing/glasses/thermal/cyber/vox) + +/datum/vox_pack/clothes/sechud + name = "Дисплей Службы Безопасности" + desc = "Очки с защитой для глаз и с доступом в системы базы данных службы безопасности." + reference = "C_EYE_SEC" + cost = 3500 + time_until_available = 45 + contains = list(/obj/item/clothing/glasses/hud/security/sunglasses/fluff/voxxyhud) + +/datum/vox_pack/clothes/healthhud + name = "Медицинский Дисплей" + desc = "Очки для контроля жизненных показателей." + reference = "C_EYE_HEALTH" + cost = 1000 + time_until_available = 45 + contains = list(/obj/item/clothing/glasses/hud/health) + + +// ============== EARS ============== + +/datum/vox_pack/clothes/radio + name = "Наушники" + desc = "Наушник дальней связи для поддержания связи со стаей." + reference = "C_RAD" + cost = 100 + contains = list(/obj/item/radio/headset/vox) + +/datum/vox_pack/clothes/radio/alt + name = "Защитные наушники" + desc = "Наушник дальней связи для поддержания связи со стаей. Защищает ушные раковины от громких звуков" + reference = "C_RAD_ALT" + cost = 500 + time_until_available = 60 + contains = list(/obj/item/radio/headset/vox/alt) + + +// ============== Space Suits ============== +/datum/vox_pack/clothes/pressure + name = "Скафандр" + desc = "Защитный костюм для работы во враждебной атмосфере с приемлимыми защитными свойствами и полной защитой от давления." + reference = "C_PR" + cost = 100 + contains = list( + /obj/item/clothing/suit/space/vox/pressure, + /obj/item/clothing/head/helmet/space/vox/pressure + ) + + +// ============== STORAGE ============== + +/datum/vox_pack/clothes/backpack + name = "Рюкзак" + desc = "Рюкзак из плотно переплетенного синтетического волокна. Хорошо защищает спину носителя при побегах и вмещает достаточно добра." + reference = "C_BP" + cost = 200 + contains = list(/obj/item/storage/backpack/vox) + +/datum/vox_pack/clothes/backpack/duffel + name = "Сумка" + desc = "Сумка из синтетического волокна. Емкий, вмещает много добра." + reference = "C_BPD" + cost = 300 + contains = list(/obj/item/storage/backpack/duffel/vox) + +/datum/vox_pack/clothes/backpack/satchel + name = "Ранец" + desc = "Ранец из синтетического волокна. Компактный, из-за чего его можно отлично прятать." + reference = "C_BPS" + cost = 150 + contains = list(/obj/item/storage/backpack/satchel_flat/vox) + + +/datum/vox_pack/clothes/belt + name = "Пояс Рейдера" + desc = "Пояс вмещающий в себя инструменты и запасные батареи. Вмещает 7 предметов." + reference = "C_BELT" + cost = 1000 + contains = list(/obj/item/storage/belt/vox) + +/datum/vox_pack/clothes/belt/bio + name = "Пояс Био-Рейдера" + desc = "Пояс вмещающий в себя биоядра, дротики и взрывчатку. Вмещает 21 тяжелых предметов." + reference = "C_BELT_BIO" + cost = 1300 + contains = list(/obj/item/storage/belt/vox/bio) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_consumables.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_consumables.dm new file mode 100644 index 000000000000..9f6a5ad25f4c --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_consumables.dm @@ -0,0 +1,51 @@ +/datum/vox_pack/consumables + name = "DEBUG Consumables Vox Pack" + category = VOX_PACK_CONSUMABLES + + +// MISC + +/datum/vox_pack/consumables/food + name = "Варево" + desc = "Лучше чем ничего." + reference = "CO_FOOD" + cost = 5 + contains = list(/obj/item/food/soup/stew) + +/datum/vox_pack/consumables/flare + name = "Фальшфейер" + desc = "Пиротехнический огонь." + reference = "CO_FLARE" + cost = 15 + contains = list(/obj/item/flashlight/flare) + + +// EXPLOSIVES + +/datum/vox_pack/consumables/smoke + name = "Дымовая граната" + desc = "Для создания плотных дымовых завес." + reference = "CO_SMOKE" + cost = 40 + contains = list(/obj/item/grenade/smokebomb) + +/datum/vox_pack/consumables/c4 + name = "C4" + desc = "Взрывчатка для создания аккуратных дыр." + reference = "CO_C4" + cost = 250 + contains = list(/obj/item/grenade/plastic/c4) + +/datum/vox_pack/consumables/x4 + name = "X4" + desc = "Осколочно-фугасный заряд. Безопасен для подрывника." + reference = "CO_X4" + cost = 450 + contains = list(/obj/item/grenade/plastic/c4/x4) + +/datum/vox_pack/consumables/t4 + name = "T4" + desc = "Заряд термита, пробивающий стены. Неэффективен против шлюзов." + reference = "CO_T4" + cost = 700 + contains = list(/obj/item/grenade/plastic/c4/thermite) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_dart.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_dart.dm new file mode 100644 index 000000000000..bb7a9a42c3d3 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_dart.dm @@ -0,0 +1,89 @@ +/datum/vox_pack/dart + name = "DEBUG Dart Vox Pack" + category = VOX_PACK_DART + +// ============== GUNS ============== + +/datum/vox_pack/dart/gun + name = "Дротикомет" + desc = "Компактный метатель дротиков для доставки химических коктейлей. Вмещает 5(+1) дротиков. Никто кроме Воксов не сможет взять его в руки." + reference = "D_G" + cost = 500 + contains = list(/obj/item/gun/syringe/dart_gun) + +/datum/vox_pack/dart/gun/ext + name = "Расширенный Дротикомет" + desc = "Расширенный метатель дротиков и шприцов для доставки химических коктейлей. Вмещает 5(+1) дротиков и шприцов. Никто кроме Воксов не сможет взять его в руки." + reference = "D_GE" + cost = 2000 + contains = list(/obj/item/gun/syringe/dart_gun/extended) + +/datum/vox_pack/dart/gun/big + name = "Вместительный Дротикомет" + desc = "Вместительный метатель дротиков для доставки химических коктейлей. Вмещает 10(+1) дротиков. Никто кроме Воксов не сможет взять его в руки." + reference = "D_GB" + cost = 3000 + contains = list(/obj/item/gun/syringe/dart_gun/big) + + +// ============== AMMO ============== + +/datum/vox_pack/dart/cartridge + name = "Картридж (5+1)" + desc = "Подставка для дротиков. Пустая." + reference = "D_C" + cost = 25 + contains = list(/obj/item/storage/dart_cartridge) + +/datum/vox_pack/dart/cartridge/extended + name = "Картридж (5+1)" + desc = "Расширенная подставка для дротиков и шприцов. Пустая." + reference = "D_C_EXT" + cost = 50 + contains = list(/obj/item/storage/dart_cartridge/extended) + +/datum/vox_pack/dart/cartridge/big + name = "Картридж (10+1)" + desc = "Увеличенная подставка для дротиков. Пустая." + reference = "D_C_BIG" + cost = 100 + contains = list(/obj/item/storage/dart_cartridge/big) + +/datum/vox_pack/dart/cartridge/combat + name = "Картридж (5+1) - Боевой" + desc = "Подставка с боевыми дротиками для нанесения повреждений." + reference = "D_C_COM" + cost = 400 + time_until_available = 45 + contains = list(/obj/item/storage/dart_cartridge/combat) + +/datum/vox_pack/dart/cartridge/medical + name = "Картридж (5+1) - Медицинский" + desc = "Подставка с полезными дротиками для восстановления телесных повреждений." + reference = "D_C_MED" + cost = 300 + contains = list(/obj/item/storage/dart_cartridge/medical) + +/datum/vox_pack/dart/cartridge/pain + name = "Картридж (5+1) - Болевой" + desc = "Подставка с вредными дротиками, приносящие боль и страдания." + reference = "D_C_PAIN" + cost = 400 + time_until_available = 30 + contains = list(/obj/item/storage/dart_cartridge/pain) + +/datum/vox_pack/dart/cartridge/drugs + name = "Картридж (5+1) - Наркотический" + desc = "Подставка для вредных дротиков-наркотиков." + reference = "D_C_DRUG" + cost = 300 + time_until_available = 30 + contains = list(/obj/item/storage/dart_cartridge/drugs) + +/datum/vox_pack/dart/cartridge/random + name = "Картридж (10+1) - ???" + desc = "Случайный набор дротиков с химикатами." + reference = "D_C_RAND" + cost = 1000 + time_until_available = 60 + contains = list(/obj/item/storage/dart_cartridge/big/random) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_equipment.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_equipment.dm new file mode 100644 index 000000000000..7c7ef328d21d --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_equipment.dm @@ -0,0 +1,77 @@ +/datum/vox_pack/equipment + name = "DEBUG Equipment Vox Pack" + category = VOX_PACK_EQUIPMENT + + +// ============== Misc ============== +/datum/vox_pack/equipment/card + name = "Идентификационная Карта" + desc = "Карта для идентификации, смены образов и воровства доступов." + reference = "E_CARD" + cost = 150 + contains = list(/obj/item/card/id/syndicate/vox) + +/datum/vox_pack/equipment/hand_valuer + name = "Оценщик" + desc = "Позволяет узнать ценность товаров. Не забудьте его активировать о Расчичетчикик." + reference = "E_VALUER" + cost = 100 + contains = list(/obj/item/hand_valuer) + +/datum/vox_pack/equipment/mask + name = "Дыхательная Маска" + desc = "С встроенной трубкой для дыхания" + reference = "E_MASK" + cost = 25 + contains = list(/obj/item/clothing/mask/breath/vox) + +/datum/vox_pack/equipment/nitrogen + name = "Дыхательный Балон" + desc = "Сдвоенный дыхательный балон наполненный нитрогеном." + reference = "E_NITR" + cost = 50 + contains = list(/obj/item/tank/internals/emergency_oxygen/double/vox) + +/datum/vox_pack/equipment/flag + name = "Флаг" + desc = "С ним ценности еще ценнее." + reference = "E_FLAG" + cost = 100 + contains = list(/obj/item/flag/vox_raider) + +// TECH + +/datum/vox_pack/equipment/jammer + name = "Глушилка" + desc = "Глушитель связи." + reference = "E_JAM" + cost = 500 + contains = list(/obj/item/jammer) + +/datum/vox_pack/equipment/jammer + name = "Глушилка" + desc = "Глушитель связи." + reference = "E_JAM" + cost = 500 + contains = list(/obj/item/jammer) + +/datum/vox_pack/equipment/ai_detector + name = "Детектор" + desc = "Детектор искусственного интеллекта замаскированного под мультиметр." + reference = "E_AI" + cost = 250 + contains = list(/obj/item/multitool/ai_detect) + +/datum/vox_pack/equipment/stealth + name = "Имплантер Маскировки" + desc = "Имплантер для скрытых операций и краж." + reference = "E_BCI_S" + cost = 2000 + contains = list(/obj/item/bio_chip_implanter/stealth) + +/datum/vox_pack/equipment/freedom + name = "Имплантер Свободы" + desc = "Имплантер скоротечно изменяющий структуру костей для освобождения от сдерживающих факторов." + reference = "E_BCI_F" + cost = 1500 + contains = list(/obj/item/bio_chip_implanter/freedom) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_goods.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_goods.dm new file mode 100644 index 000000000000..945555700e68 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_goods.dm @@ -0,0 +1,275 @@ +/datum/vox_pack/goods + name = "DEBUG Goods Vox Pack" + category = VOX_PACK_GOODS + is_need_trader_cost = FALSE + var/obj/random_subtype + +/datum/vox_pack/goods/New() + . = ..() + if(!random_subtype) + return + var/list/possible_types = list(random_subtype) + subtypesof(random_subtype) + var/choosen_type = pick(possible_types) + contains.Add(choosen_type) + +/datum/vox_pack/goods/figure + name = "Фигурка" + desc = "Случайный товар для продажи." + reference = "G_FIG" + cost = 25 + random_subtype = /obj/item/toy/figure + +/datum/vox_pack/goods/mech + name = "Механоид" + desc = "Случайный товар для продажи." + reference = "G_MECH" + cost = 25 + random_subtype = /obj/item/toy/figure/mech + +/datum/vox_pack/goods/plushie + name = "Плюшка" + desc = "Случайный товар для продажи." + reference = "G_PLUSH" + cost = 25 + random_subtype = /obj/item/toy/plushie + +/datum/vox_pack/goods/therapy + name = "Плюшка-Обнимашка" + desc = "Случайный товар для продажи." + reference = "G_THER" + cost = 25 + random_subtype = /obj/item/toy/therapy + +/datum/vox_pack/goods/carp_plushie + name = "Плюшка-Карпушка" + desc = "Случайный товар для продажи." + reference = "G_CARP" + cost = 25 + random_subtype = /obj/item/toy/plushie/carpplushie + +/datum/vox_pack/goods/food + name = "Еда" + desc = "Случайный товар для продажи." + reference = "G_CARP" + cost = 50 + random_subtype = /obj/item/food + +/datum/vox_pack/goods/toy + name = "Игрушка" + desc = "Случайный товар для продажи." + reference = "G_TOY" + cost = 100 + random_subtype = /obj/item/toy + +/datum/vox_pack/goods/bikehorn + name = "Гудок" + desc = "Случайный товар для продажи." + reference = "G_HORN" + cost = 100 + random_subtype = /obj/item/bikehorn + +/datum/vox_pack/goods/beach_ball + name = "Мяч" + desc = "Случайный товар для продажи." + reference = "G_BALL" + cost = 100 + random_subtype = /obj/item/beach_ball + +/datum/vox_pack/goods/instrument + name = "Музыкальный Инструмент" + desc = "Случайный товар для продажи." + reference = "G_MINS" + cost = 100 + random_subtype = /obj/item/instrument + +/datum/vox_pack/goods/soap + name = "Мыло" + desc = "Случайный товар для продажи." + reference = "G_SOAP" + cost = 25 + random_subtype = /obj/item/soap + +/datum/vox_pack/goods/lighter + name = "Зажигалка" + desc = "Случайный товар для продажи." + reference = "G_LIGH" + cost = 75 + random_subtype = /obj/item/lighter + +/datum/vox_pack/goods/flag + name = "Флаг" + desc = "Случайный товар для продажи." + reference = "G_FLAG" + cost = 50 + random_subtype = /obj/item/flag + +/datum/vox_pack/goods/id_skin + name = "Наклейка на карту" + desc = "Случайный товар для продажи." + reference = "G_IDS" + cost = 50 + random_subtype = /obj/item/id_skin + +/datum/vox_pack/goods/drugs + name = "Наркотики" + desc = "Мясу понравится этот товар." + reference = "G_DRUG" + cost = 200 + contains = list(/obj/item/storage/pill_bottle/random_drug_bottle) + +/datum/vox_pack/goods/enforser + name = "Пистолет Энфорсер (резина)" + desc = "Мясу понравится этот товар." + reference = "G_ENF" + cost = 1000 + contains = list(/obj/item/gun/projectile/automatic/pistol/enforcer, + /obj/item/ammo_box/magazine/enforcer, + /obj/item/ammo_box/magazine/enforcer, + /obj/item/ammo_box/magazine/enforcer, + ) + +/datum/vox_pack/goods/space + name = "Космический Старый Костюм \"NasaVoid\" - Красный" + desc = "Мясу понравится этот товар." + reference = "G_SP" + cost = 200 + contains = list( + /obj/item/clothing/head/helmet/space/nasavoid, + /obj/item/clothing/suit/space/nasavoid, + ) + +/datum/vox_pack/goods/space/green + name = "Космический Старый Костюм \"NasaVoid\" - Зеленый" + desc = "Мясу понравится этот товар." + reference = "G_SP_G" + cost = 200 + contains = list( + /obj/item/clothing/head/helmet/space/nasavoid/green, + /obj/item/clothing/suit/space/nasavoid/green, + ) + +/datum/vox_pack/goods/space/ntblue + name = "Космический Старый Костюм \"NasaVoid\" - NT Синий" + desc = "Мясу понравится этот товар." + reference = "G_SP_NTB" + cost = 250 + contains = list( + /obj/item/clothing/head/helmet/space/nasavoid/ntblue, + /obj/item/clothing/suit/space/nasavoid/ntblue, + ) + +/datum/vox_pack/goods/space/purple + name = "Космический Старый Костюм \"NasaVoid\" - Фиолетовый" + desc = "Мясу понравится этот товар." + reference = "G_SP_P" + cost = 200 + contains = list( + /obj/item/clothing/head/helmet/space/nasavoid/purple, + /obj/item/clothing/suit/space/nasavoid/purple, + ) + +/datum/vox_pack/goods/space/yellow + name = "Космический Старый Костюм \"NasaVoid\" - Желтый" + desc = "Мясу понравится этот товар." + reference = "G_SP_Y" + cost = 200 + contains = list( + /obj/item/clothing/head/helmet/space/nasavoid/yellow, + /obj/item/clothing/suit/space/nasavoid/yellow, + ) + +/datum/vox_pack/goods/space/ltblue + name = "Космический Старый Костюм \"NasaVoid\" - Светло-синий" + desc = "Мясу понравится этот товар." + reference = "G_SP_LTB" + cost = 200 + contains = list( + /obj/item/clothing/head/helmet/space/nasavoid/ltblue, + /obj/item/clothing/suit/space/nasavoid/ltblue, + ) + +/datum/vox_pack/goods/telescopic + name = "Телескопическая дубинка" + desc = "Мясу понравится этот товар." + reference = "G_TEL" + cost = 300 + contains = list(/obj/item/melee/classic_baton/telescopic) + +/datum/vox_pack/goods/clown_gun + name = "Клоунская Хлопушка" + desc = "Мясу понравится этот товар." + reference = "G_CL_GUN" + cost = 100 + contains = list(/obj/item/gun/energy/clown) + +/datum/vox_pack/goods/clown + name = "Клоунское Снаряжение" + desc = "Мясу повеселится от этого товара." + reference = "G_CL_EQ" + cost = 500 + contains = list( + /obj/item/clothing/mask/gas/clown_hat, + /obj/item/clothing/shoes/clown_shoes, + /obj/item/clothing/under/rank/civilian/clown, + /obj/item/pda/clown, + /obj/item/flag/clown, + /obj/item/id_skin/clown, + /obj/item/bikehorn, + /obj/item/storage/backpack/clown, + /obj/item/food/grown/banana, + /obj/item/stamp/clown, + /obj/item/toy/crayon/rainbow, + /obj/item/storage/fancy/crayons, + /obj/item/reagent_containers/spray/waterflower, + /obj/item/reagent_containers/drinks/bottle/bottleofbanana, + ) + +/datum/vox_pack/goods/clown/sec + name = "Клоунское Снаряжение Безопасности" + desc = "Мясо будет унижено этим товаром." + reference = "G_CL_EQS" + cost = 1000 + contains = list( + /obj/item/clothing/under/rank/security/officer/clown, + /obj/item/clothing/suit/armor/vest/security, + /obj/item/clothing/shoes/clown_shoes, + /obj/item/clothing/head/helmet, + /obj/item/clothing/mask/gas/clown_hat, + /obj/item/clothing/gloves/color/red, + /obj/item/flag/clown, + /obj/item/id_skin/clown, + /obj/item/pda/clown, + /obj/item/bikehorn, + /obj/item/gun/energy/clown/security, + /obj/item/food/grown/banana, + /obj/item/stamp/clown, + /obj/item/toy/crayon/rainbow, + /obj/item/storage/fancy/crayons, + /obj/item/reagent_containers/spray/waterflower, + /obj/item/reagent_containers/drinks/bottle/bottleofbanana, + /obj/item/instrument/bikehorn, + /obj/item/restraints/handcuffs/toy, + /obj/item/restraints/handcuffs/toy, + /obj/item/storage/backpack/clown, + ) + +/datum/vox_pack/goods/clown_grenade + name = "Клоунская Граната" + desc = "Мясу понравится этот товар." + reference = "G_CL_GR" + cost = 200 + contains = list(/obj/item/grenade/clusterbuster/honk) + +/datum/vox_pack/goods/clown_grenade/evil + name = "Клоунская Злая Граната" + desc = "Мясу НЕ понравится этот товар." + reference = "G_CL_GRE" + cost = 500 + contains = list(/obj/item/grenade/clown_grenade) + +/datum/vox_pack/goods/clown_bomba + name = "Клоунская Бомба" + desc = "Мясу НЕ понравится этот товар." + reference = "G_CL_BOMBA" + cost = 80000 + contains = list(/obj/item/grenade/clusterbuster/honk) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_kit.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_kit.dm new file mode 100644 index 000000000000..dde4e9c5d6f5 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_kit.dm @@ -0,0 +1,385 @@ +// Цельные наборы +/datum/vox_pack/kit + name = "DEBUG Kit Vox Pack" + category = VOX_PACK_KIT + is_need_trader_cost = FALSE + discount_div = 0.85 // Процент скидки на паки за покупку набора + var/list/packs_list = list() // Паки которые мы используем для инициализации текущего пака и его цены + var/list/contains_addition = list() // Дополнительные предметы в наборе + +/datum/vox_pack/kit/update_pack() + if(discount_div <= 0) + return FALSE + var/temp_cost = initial(cost) + contains.Cut() + if(length(contains_addition)) + contains |= contains_addition + + for(var/i in packs_list) + var/datum/vox_pack/pack = new i + temp_cost += pack.cost + contains |= pack.contains.Copy() + if(pack.limited_stock >= 0) + limited_stock = min(limited_stock, pack.limited_stock) + if(!time_until_available && pack.time_until_available) + time_until_available = max(time_until_available, pack.time_until_available) + + cost = round(temp_cost * discount_div) + return TRUE + +// ============== Дешевые Наборы ============== + +/datum/vox_pack/kit/lamilar + name = "Лёгкий Набор" + desc = "Дешевый и лёгкий набор снаряжения, производящийся в промышленных масштабах и рекомендуемый каждому начинающему и опытному воксу при отсутствии средств." + reference = "K_LAM" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/lamilar, + /datum/vox_pack/clothes/magboots, + /datum/vox_pack/clothes/gloves, + ) + discount_div = 0.65 + + // !!!!!!!!! TEST + contains_addition = list( + /obj/item/roller/holo, + /obj/item/roller/holo, + /obj/item/roller/holo, + ) + +/datum/vox_pack/kit/pressure + name = "Космический Набор" + desc = "Дешевый набор для перемещения в космосе. Отличное дополнение к полевым наборам." + reference = "K_PRES" + cost = 100 + packs_list = list( + /datum/vox_pack/clothes/pressure, + /datum/vox_pack/equipment/mask, + /datum/vox_pack/equipment/nitrogen, + ) + +// ============== Наборы Наемников ============== + +/datum/vox_pack/kit/stormtrooper + name = "Штурмовой Набор" + desc = "Набор штурмовика для сражения при нормальной атмосфере." + reference = "K_STR" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/stormtrooper, + /datum/vox_pack/clothes/magboots/combat, + /datum/vox_pack/clothes/gloves, + /datum/vox_pack/clothes/sechud, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/clothes/belt, + /datum/vox_pack/spike/gun, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/bio/core/taran, + ) + +/datum/vox_pack/kit/fieldmedic + name = "Набор Полевого Медика" + desc = "Всё для оказания первой помощи, хирургического вмешательства и защиты самого медика." + reference = "K_FM" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/fieldmedic, + /datum/vox_pack/clothes/magboots, + /datum/vox_pack/clothes/gloves, + /datum/vox_pack/clothes/healthhud, + /datum/vox_pack/medicine/blood, + /datum/vox_pack/medicine/blood, + /datum/vox_pack/medicine/blood, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/stabilizing, + /datum/vox_pack/medicine/dart/stabilizing, + ) + contains_addition = list( + /obj/item/storage/firstaid/adv, + /obj/item/storage/firstaid/toxin, + /obj/item/storage/firstaid/surgery, + /obj/item/roller/holo, + ) + discount_div = 0.65 + +/datum/vox_pack/kit/field_scout + name = "Набор Полевого Разведчика" + desc = "Набор для разведывательных действий в благоприятных условиях." + reference = "K_FSCT" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/lamilar/scout, + /datum/vox_pack/clothes/magboots/scout, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/equipment/ai_detector, + /datum/vox_pack/equipment/stealth, + /datum/vox_pack/consumables/t4, + /datum/vox_pack/consumables/t4, + ) + discount_div = 0.65 + +/datum/vox_pack/kit/bomber + name = "Набор Подрывника" + desc = "Набор медвежатника для собственной защиты и вскрытия защищенного." + reference = "K_BOM" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/bomber, + /datum/vox_pack/clothes/magboots/heavy, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/clothes/belt/bio, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/x4, + /datum/vox_pack/consumables/x4, + /datum/vox_pack/consumables/t4, + /datum/vox_pack/consumables/t4, + /datum/vox_pack/melee/inflatable, + /datum/vox_pack/melee/inflatable, + /datum/vox_pack/melee/inflatable, + ) + contains_addition = list( + /obj/item/clothing/glasses/hud/diagnostic/sunglasses, + ) + discount_div = 0.5 + + +// ============== Наборы Рейдеров ============== + +/datum/vox_pack/kit/trooper + name = "Набор Космического Штурмовика" + desc = "Набор для штурма космических кораблей и станций." + reference = "K_TROOP" + cost = 100 + packs_list = list( + /datum/vox_pack/raider/trooper, + /datum/vox_pack/clothes/magboots/combat, + /datum/vox_pack/clothes/gloves, + /datum/vox_pack/clothes/sechud, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/spike/gun/long, + /datum/vox_pack/clothes/belt, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/c4, + /datum/vox_pack/consumables/c4, + ) + contains_addition = list( + /obj/item/clothing/mask/breath/vox/respirator, + /obj/item/tank/internals/emergency_oxygen/double/vox, + ) + +/datum/vox_pack/kit/scout + name = "Набор Космического Разведчика" + desc = "Набор для проведения разведки в неблагоприятных условиях." + reference = "K_SSCT" + cost = 100 + packs_list = list( + /datum/vox_pack/raider/scout, + /datum/vox_pack/clothes/magboots/scout, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/equipment/ai_detector, + /datum/vox_pack/equipment/jammer, + ) + contains_addition = list( + /obj/item/clothing/mask/breath/vox/respirator, + /obj/item/tank/internals/emergency_oxygen/double/vox, + ) + discount_div = 0.65 + +/datum/vox_pack/kit/medic + name = "Набор Космического Медика" + desc = "Набор для скорого оказания помощи в неблагоприятных условиях и защиты носителя." + reference = "K_MEDIC" + cost = 100 + packs_list = list( + /datum/vox_pack/raider/medic, + /datum/vox_pack/clothes/magboots, + /datum/vox_pack/clothes/gloves, + /datum/vox_pack/clothes/healthhud, + /datum/vox_pack/dart/gun, + /datum/vox_pack/clothes/belt/bio, + /datum/vox_pack/dart/cartridge/medical, + /datum/vox_pack/dart/cartridge/medical, + /datum/vox_pack/dart/cartridge/medical, + /datum/vox_pack/dart/cartridge/medical, + /datum/vox_pack/dart/cartridge/medical, + /datum/vox_pack/dart/cartridge/medical, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/heal, + /datum/vox_pack/medicine/dart/stabilizing, + /datum/vox_pack/medicine/dart/stabilizing, + ) + discount_div = 0.65 + contains_addition = list( + /obj/item/clothing/mask/breath/vox, + /obj/item/tank/internals/emergency_oxygen/double/vox, + /obj/item/roller/holo, + ) + +/datum/vox_pack/kit/mechanic + name = "Набор Механика" + desc = "Набор первичного необходимого для ремонта вышедшего из строя оборудования в условиях боя." + reference = "K_MECH" + cost = 100 + packs_list = list( + /datum/vox_pack/raider/mechanic, + /datum/vox_pack/clothes/magboots/heavy, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/equipment/jammer, + /datum/vox_pack/equipment/ai_detector, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/melee/inflatable, + /datum/vox_pack/melee/inflatable, + /datum/vox_pack/melee/inflatable, + ) + contains_addition = list( + /obj/item/clothing/glasses/hud/diagnostic/night, + /obj/item/clothing/mask/breath/vox, + /obj/item/tank/internals/emergency_oxygen/double/vox, + /obj/item/storage/belt/utility/full, + /obj/item/storage/firstaid/machine, + /obj/item/clothing/glasses/welding, + ) + discount_div = 0.65 + +/datum/vox_pack/kit/heavy + name = "Тяжелый Набор" + desc = "Полный набор тяжелого костюма для работы в условиях переизбыточной опасности." + reference = "K_HEAVY" + cost = 100 + packs_list = list( + /datum/vox_pack/raider/heavy, + /datum/vox_pack/clothes/magboots/heavy, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/clothes/sechud, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/clothes/belt + ) + contains_addition = list( + /obj/item/clothing/mask/breath/vox/respirator, + /obj/item/tank/internals/emergency_oxygen/double/vox, + /obj/item/clothing/glasses/thermal/monocle, + ) + +// ============== Наборы Киг-Йар ============== +// Наборы с щитами и "полезными невостребованными вещами" для востребования покупки. + +/datum/vox_pack/kit/kigyar + name = "Набор Киг-Йар" + desc = "Набор стрелка Киг-Йар для ведения боевых действий на средних дистанциях." + time_until_available = 30 + discount_div = 0.5 + reference = "K_KIG" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/lamilar, + /datum/vox_pack/clothes/magboots/scout, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/melee/dropwall, + /datum/vox_pack/melee/dropwall, + /datum/vox_pack/melee/shield, + /datum/vox_pack/spike/gun, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/clothes/eye_night, + ) + +/datum/vox_pack/kit/kigyar/long + name = "Набор Киг-Йар Пронзателя" + desc = "Набор Киг-Йар для ведения боевых действий сквозь укрытия." + reference = "K_KIG_LONG" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/lamilar/scout, + /datum/vox_pack/clothes/magboots/scout, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/melee/dropwall, + /datum/vox_pack/melee/shield, + /datum/vox_pack/spike/gun/long, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + /datum/vox_pack/spike/cell, + ) + contains_addition = list( + /obj/item/clothing/glasses/thermal/monocle, + ) + +/datum/vox_pack/kit/kigyar/bio + name = "Набор Киг-Йар Биоштурмовика" + desc = "Набор Киг-Йар для ведения боевых действий в ближнем бою" + reference = "K_KIG_BIO" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/bomber, + /datum/vox_pack/clothes/magboots/combat, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/melee/shield, + /datum/vox_pack/spike/gun/bio, + /datum/vox_pack/consumables/food, + /datum/vox_pack/consumables/food, + /datum/vox_pack/consumables/food, + /datum/vox_pack/consumables/food, + /datum/vox_pack/consumables/food, + /datum/vox_pack/consumables/food, + ) + contains_addition = list( + /obj/item/clothing/glasses/sunglasses/big, + ) + +/datum/vox_pack/kit/kigyar/biotech + name = "Набор Киг-Йар Биотехника" + desc = "Набор Киг-Йар хозяина биоядер." + reference = "K_KIG_BIOTECH" + cost = 100 + packs_list = list( + /datum/vox_pack/mercenary/fieldmedic, + /datum/vox_pack/clothes/magboots/scout, + /datum/vox_pack/clothes/radio/alt, + /datum/vox_pack/clothes/gloves/insulated, + /datum/vox_pack/melee/shield, + /datum/vox_pack/bio/gun, + /datum/vox_pack/clothes/belt/bio, + /datum/vox_pack/bio/core/kusaka, + /datum/vox_pack/bio/core/kusaka, + /datum/vox_pack/bio/core/kusaka, + /datum/vox_pack/bio/core/kusaka, + /datum/vox_pack/bio/core/taran, + /datum/vox_pack/bio/core/tox, + /datum/vox_pack/bio/core/tox, + /datum/vox_pack/bio/core/acid, + /datum/vox_pack/bio/core/acid, + ) + contains_addition = list( + /obj/item/clothing/glasses/sunglasses/big, + ) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_medicine.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_medicine.dm new file mode 100644 index 000000000000..1b2a23af660c --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_medicine.dm @@ -0,0 +1,58 @@ +/datum/vox_pack/medicine + name = "DEBUG Medicine Vox Pack" + category = VOX_PACK_MEDICINE + +/datum/vox_pack/medicine/blood + name = "Кровь" + desc = "Кровь предназначенная для переливания Воксам." + reference = "MED_BLOOD" + cost = 200 + contains = list(/obj/item/reagent_containers/iv_bag/blood/vox) + +/datum/vox_pack/medicine/dart + name = "Медицинский дротик" + desc = "Дротик наполненный медикаментами от слабых повреждений." + reference = "MED_DART" + cost = 25 + contains = list(/obj/item/reagent_containers/syringe/dart/medical) + +// 1 уровень +/datum/vox_pack/medicine/dart/tainted + name = "Медицинский дротик - Просрочен" + desc = "Просроченный и списанный медицинский дротик." + reference = "MED_DART_TA" + cost = 10 + contains = list(/obj/item/reagent_containers/syringe/dart/medical/tainted) + +// 2 уровень +/datum/vox_pack/medicine/dart/heal + name = "Медицинский дротик - Лечебный" + desc = "Медицинский дротик для лечения тяжелых травм." + reference = "MED_DART_HE" + cost = 60 + contains = list(/obj/item/reagent_containers/syringe/dart/medical/heal) + +/datum/vox_pack/medicine/dart/stabilizing + name = "Медицинский дротик - Стабилизирующий" + desc = "Медицинский дротик для стабилизации пациента." + reference = "MED_DART_ST" + cost = 80 + contains = list(/obj/item/reagent_containers/syringe/dart/medical/stabilizing) + +// 3 уровень (1 час) +/datum/vox_pack/medicine/dart/advanced + name = "Медицинский дротик - Продвинутый регенеративный" + desc = "Медицинский дротик стимулирующий быструю регенерацию." + reference = "MED_DART_AD" + time_until_available = 60 + cost = 200 + contains = list(/obj/item/reagent_containers/syringe/dart/medical/advanced) + +// 4 уровень (2 час) +/datum/vox_pack/medicine/dart/combat + name = "Медицинский дротик - Боевой стимулянт" + desc = "передовой дротик с эксперементальными стимулянтами." + reference = "MED_DART_CO" + cost = 450 + time_until_available = 120 + contains = list(/obj/item/reagent_containers/syringe/dart/medical/combat) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_melee.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_melee.dm new file mode 100644 index 000000000000..fce78cdf25bb --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_melee.dm @@ -0,0 +1,89 @@ + +/datum/vox_pack/melee + name = "DEBUG Melee Vox Pack" + category = VOX_PACK_MELEE + +// ============== Гарпун ============== + +/datum/vox_pack/melee/harpoon + name = "Гарпун" + desc = "Инструмент для охоты на космических китов." + reference = "MEL_HARP" + cost = 100 + contains = list(/obj/item/harpoon) + +// ============== Щиты ============== + +/datum/vox_pack/melee/shield + name = "Энергощит" + desc = "Энергетический компактный ручной щит, пособный отражать энергетические снаряды, но не может блокировать прямые воздействия." + reference = "MEL_SH" + cost = 4000 + contains = list(/obj/item/shield/energy) + + +// ============== Мечи ============== + +/datum/vox_pack/melee/sword + name = "Энергосабля" + desc = "Энергетическая сабля для абордажей кораблей." + reference = "MEL_SW" + cost = 4000 + time_until_available = 45 + contains = list(/obj/item/melee/energy/sword/pirate) + +/datum/vox_pack/melee/sword/purple + name = "Энергомеч (Фиолетовый)" + desc = "Энергетический меч для прижигания ран отрубленных конечностей неприятеля. Цвет решительности, цвет Рейдеров. Классика Воксов." + reference = "MEL_SWP" + cost = 8000 + time_until_available = 120 + contains = list(/obj/item/melee/energy/sword/saber/purple) + +/datum/vox_pack/melee/sword/blue + name = "Энергомеч (Синий)" + desc = "Энергетический меч для прижигания ран отрубленных конечностей неприятеля. Цвет силы и стойкости. Его носят бастионы мира Воксов." + reference = "MEL_SWB" + cost = 10000 + time_until_available = 120 + contains = list(/obj/item/melee/energy/sword/saber/blue) + +/datum/vox_pack/melee/sword/green + name = "Энергомеч (Зелёный)" + desc = "Энергетический меч для прижигания ран отрубленных конечностей неприятеля. Цвет миротворцев, тех, кто не любит насилие и причиняет его с большой неохотой. С этим мечом причиняют добро и наносят радость." + reference = "MEL_SWG" + cost = 10000 + time_until_available = 120 + contains = list(/obj/item/melee/energy/sword/saber/green) + +/datum/vox_pack/melee/sword/red + name = "Энергомеч (Красный)" + desc = "Энергетический меч для прижигания ран отрубленных конечностей неприятеля. Цвет ненависти, гнева и злого злодейства злыхх злыдней. Безвкусица." + reference = "MEL_SWR" + cost = 12000 + time_until_available = 120 + contains = list(/obj/item/melee/energy/sword/saber/red) + +/datum/vox_pack/melee/fly + name = "Уничтожитель насекомых" + desc = "Всеми признанный лучший уничтожитель нианов и киданов." + reference = "MEL_FLY" + cost = 150 + contains = list(/obj/item/melee/flyswatter) + + +// ============== Раскладываемое ============== + +/datum/vox_pack/melee/dropwall + name = "Генератор щита" + desc = "Щитовой развертываемый генератор, активирующий временное укрытие, которое блокирует снаряды и взрывы с определенного направления, в то же время позволяя остальным снарядам свободно проходить сзади." + reference = "MEL_DW" + cost = 500 + contains = list(/obj/item/grenade/barrier/dropwall) + +/datum/vox_pack/melee/inflatable + name = "Надувной Набор" + desc = "Развертываемый надувной набор для заделывания разгерметизаций." + reference = "MEL_IFL" + cost = 200 + contains = list(/obj/item/storage/briefcase/inflatable) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_merc.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_merc.dm new file mode 100644 index 000000000000..52a1848b5afc --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_merc.dm @@ -0,0 +1,69 @@ +/datum/vox_pack/mercenary + name = "DEBUG Mercenary Vox Pack" + category = VOX_PACK_MERCENARIES + time_until_available = 10 + +/datum/vox_pack/mercenary/lamilar + name = "Ламилярный Костюм" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nКомпактный и мобильный костюм отлично помещается в рюкзаке, сформирован из легких пластин позволяющий получить хорошие защитные свойства в совокупности с удобством для носителя, не мешающий его передвижению. Но, в отличии от других моделей, не дает приемлимых защитных параметров от воздействий внешней агрессивной среды и не защищает руки." + reference = "M_LAM" + cost = 500 + contains = list( + /obj/item/clothing/suit/armor/vox_merc/laminar, + /obj/item/clothing/head/helmet/vox_merc/laminar + ) + +/datum/vox_pack/mercenary/stormtrooper + name = "Штурмовой Бронекостюм" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nШтурмовой бронекостюм воксов разработан под их структуру тела и прикрывает наиболее уязвимые места, превосходно защищает носителя от огнестрельного вооружения и ближних атак." + reference = "M_STR" + cost = 2500 + contains = list( + /obj/item/clothing/suit/armor/vox_merc/stormtrooper, + /obj/item/clothing/head/helmet/vox_merc/stormtrooper + ) + +/datum/vox_pack/mercenary/fieldmedic + name = "Медицинский Полевой Костюм" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nМедицинский полевой костюм предназначен для защиты владельца от биологических угроз, радиации и кислотной атмосферы. Дает слабую защиту от внешне поступаемых энергетических снарядов, равномерно рассеивая остаточную энергию. Костюм абсолютно не предназначен для защиты в ближнем бою или от взрывчатых веществ за счет свое внутреннего строения, повреждающий носителя от осколков костюма при нарушении целостности. Имеет хранилище для ношения аптечек и контейнеров с химикатами." + reference = "M_FMC" + cost = 1000 + contains = list( + /obj/item/clothing/suit/armor/vox_merc/fieldmedic, + /obj/item/clothing/head/helmet/vox_merc/fieldmedic + ) + +/datum/vox_pack/mercenary/lamilar/scout + name = "Ламилярный Костюм Разведчика" + desc = "Компактный и мобильный костюм сформированный из лёгких пластин и за счет их особого размещения, увеличивает погашение импульсов перенаправляя их в ускорение носителя, но взамен теряя значимые защитные свойства. " + reference = "M_LAM_S" + cost = 1000 + contains = list( + /obj/item/clothing/suit/armor/vox_merc/laminar/scout, + /obj/item/clothing/head/helmet/vox_merc/laminar + ) + +/datum/vox_pack/mercenary/bomber + name = "Взрывозащитный Костюм" + desc = "Специализированный бронекостюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + \nОсобый разработанный штурмовой тяжелый костюм для действий в условиях крайне взрывоопасной атмосферы. Абсолютная жаростойкость, повышенная стойкость к кислотным жидкостям и лазерному воздействию делают эту броню основной для воксов действующих внутри активно разрушающихся комплексов и кораблей." + reference = "M_BOM" + cost = 1500 + contains = list( + /obj/item/clothing/suit/armor/vox_merc/bomber, + /obj/item/clothing/head/helmet/vox_merc/bomber + ) + +/datum/vox_pack/mercenary/stealth + name = "Маскировочный Костюм" + desc = "Специализированный маскировочный костюм воксов-наемников. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными для большинства атмосфер с приемлимым давлением. \ + Предназначен для скрытых операций." + reference = "M_STE" + cost = 4500 + contains = list( + /obj/item/clothing/suit/armor/vox_merc/stealth, + /obj/item/clothing/head/helmet/vox_merc/stealth, + ) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_raider.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_raider.dm new file mode 100644 index 000000000000..dcdb8d2aff13 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_raider.dm @@ -0,0 +1,58 @@ +/datum/vox_pack/raider + name = "DEBUG Raider Vox Pack" + category = VOX_PACK_RAIDER + +/datum/vox_pack/raider/trooper + name = "Скафандр Штурмовика" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм космического штурмовика рейдеров с защитой от огнестрела и колюще-режущего." + reference = "R_TRR" + cost = 6000 + time_until_available = 60 + contains = list( + /obj/item/clothing/suit/space/hardsuit/vox/trooper + ) + +/datum/vox_pack/raider/scout + name = "Скафандр Разведчика" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм разведчика не сковывает движение и помогает владельцу удобней двигаться в условиях невесомости." + reference = "R_SCT" + cost = 4000 + time_until_available = 45 + contains = list( + /obj/item/clothing/suit/space/hardsuit/vox/scout + ) + +/datum/vox_pack/raider/medic + name = "Скафандр Медика" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм для работы в условиях отдаленности от опасностей. Более подвижен и обладает приемлимыми свойствами защиты от воздействий различного рода снарядов, но из-за своей структуры способен нанести вред носителю при взрывных воздействиях или колющих атак. Костюм отлично выдерживает радиационный фон и кислотное воздействие и биологическими угрозами. Имеет хранилище для ношения аптечек контейнеров с химикатами." + reference = "R_MED" + cost = 3500 + time_until_available = 45 + contains = list( + /obj/item/clothing/suit/space/hardsuit/vox/medic + ) + +/datum/vox_pack/raider/mechanic + name = "Скафандр Механика" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nКостюм для работы в условиях крайне опасных и недружелюбных атмосфер. За счет своей структуры и технологии рассеивания тепла, костюм обладает хорошей защитой от энергетического оружия." + reference = "R_MEC" + cost = 4000 + time_until_available = 45 + contains = list( + /obj/item/clothing/suit/space/hardsuit/vox/mechanic + ) + +/datum/vox_pack/raider/heavy + name = "Тяжелый Бронескафандр" + desc = "Специализированный космический защитный костюм воксов-рейдеров. Синтетический материал используемый в костюмах воксов позволяет тем действовать в неблагоприятных для них окружающих условиях, делая их костюмы универсальными. За счет иной структуры, костюм рейдеров уступает в защитных свойствах костюму наемников. \ + \nТяжелый огнеупорный и взрывостойкий костюм рейдеров с превосходной защитой от энергетического оружия и колюще-режущих и приемлимой от огнестрела. Костюм был разработан для противостояния механизированным силам в условиях космического пространства. К сожалению, его вес и ресиверы не настолько совершены, из-за чего он уступает в скорости." + reference = "R_HEV" + cost = 20000 + time_until_available = 90 + contains = list( + /obj/item/clothing/suit/space/hardsuit/vox/heavy + ) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_spike.dm b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_spike.dm new file mode 100644 index 000000000000..d6de59e5165d --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/packs/vox_shop_pack_spike.dm @@ -0,0 +1,40 @@ +/datum/vox_pack/spike + name = "DEBUG Spike Vox Pack" + category = VOX_PACK_SPIKE + + +// ============== GUNS ============== + +/datum/vox_pack/spike/gun + name = "Шипомет" + desc = "Стандартный универсальный шипомет, перезаряжаемый через съемные батареи. Выстреливает энергетическими кристаллами. Никто кроме Воксов не сможет взять его в руки." + reference = "S_G" + cost = 1300 + time_until_available = 45 + contains = list(/obj/item/gun/energy/spike) + +/datum/vox_pack/spike/gun/long + name = "Длинный Шипомет" + desc = "Точное оружие с самовосстанавливающимися снарядами способное пронизить шипами сразу несколько целей по пути полета. Выстреливает длинными энергетическими кристаллами с увеличенной проникающей способностью, за счет снижения смертоносности. Подходит для толп противников. Никто кроме Воксов не сможет взять его в руки." + reference = "S_GL" + cost = 1800 + time_until_available = 60 + contains = list(/obj/item/gun/energy/spike/long) + +/datum/vox_pack/spike/gun/bio + name = "Био Шипомет" + desc = "Оружие восстанавливающее снаряды за счет нутриентов носителя-Вокса, но пожирает другие виды органиков при попытке его использования. Выстреливает большими энергетическими заостренными кристаллами, выматывающие цель. Подходит для сражения с одиночной целью на ближних дистанциях. Никто кроме Воксов не сможет взять его в руки. Чем дальше летит снаряд, тем больше он теряет в своей скорости и эффективности." + reference = "S_GB" + cost = 3000 + time_until_available = 60 + contains = list(/obj/item/gun/energy/spike/bio) + +// ============== AMMO ============== + +/datum/vox_pack/spike/cell + name = "Зарядная Ячейка" + desc = "Стандартная зарядная ячейка подходящая под большинство шипометов." + reference = "S_C" + cost = 100 + time_until_available = 45 + contains = list(/obj/item/stock_parts/cell/vox_spike) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/vox_cash.dm b/modular_ss220/antagonists/code/vox_raider/objects/vox_cash.dm new file mode 100644 index 000000000000..014b30b14ede --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/vox_cash.dm @@ -0,0 +1,68 @@ +/obj/item/stack/vox_cash + name = "Кикиридиты" + desc = "Криптографический чип доступа к адресам транзакций рассчетных средств воксов." + icon = 'modular_ss220/antagonists/icons/trader_machine.dmi' + icon_state = "vox_key" + hitsound = "swing_hit" + force = 1 + throwforce = 1 + throw_speed = 1 + throw_range = 7 + w_class = WEIGHT_CLASS_TINY + max_amount = MAX_STACKABLE_CASH*10 + merge_type = /obj/item/stack/vox_cash + +/obj/item/stack/vox_cash/proc/rename_amount() + name = "[initial(name)] ([get_amount()])" + +/obj/item/stack/vox_cash/Initialize(mapload, new_amount, merge) + . = ..() + rename_amount() + +/obj/item/stack/vox_cash/merge(obj/item/stack/S) + . = ..() + rename_amount() + +/obj/item/stack/vox_cash/use(used, check = TRUE) + . = ..() + rename_amount() + +/obj/item/stack/vox_cash/add(newamount) + . = ..() + rename_amount() + +/obj/item/stack/vox_cash/c5 + amount = 5 + +/obj/item/stack/vox_cash/c10 + amount = 10 + +/obj/item/stack/vox_cash/c20 + amount = 20 + +/obj/item/stack/vox_cash/c50 + amount = 50 + +/obj/item/stack/vox_cash/c100 + amount = 100 + +/obj/item/stack/vox_cash/c200 + amount = 200 + +/obj/item/stack/vox_cash/c500 + amount = 500 + +/obj/item/stack/vox_cash/c1000 + amount = 1000 + +/obj/item/stack/vox_cash/c10000 + amount = 10000 + +/obj/item/stack/vox_cash/c25000 + amount = 25000 + +/obj/item/stack/vox_cash/c50000 + amount = 50000 + +/obj/item/stack/vox_cash/c100000 + amount = 100000 diff --git a/modular_ss220/antagonists/code/vox_raider/objects/vox_objects.dm b/modular_ss220/antagonists/code/vox_raider/objects/vox_objects.dm new file mode 100644 index 000000000000..29cde724718c --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/vox_objects.dm @@ -0,0 +1,26 @@ +/obj/item/clothing/glasses/meson/cyber/vox + name = "Мезонный Глаз Воксов" + desc = "Мезонный кибернетический глаз с системой вставки в глазной разъем. Полностью заменяет функционирующий глаз или его полость. \ + ВНИМАНИЕ! Глаз возможно удалить только хирургическим путем. Из-за своего размера - не позволяет надевать прочие приблуды на глаза, заменяя очки." + flags = 0 + +/obj/item/clothing/glasses/meson/cyber/vox/equipped(mob/user, slot, initial) + . = ..() + if(slot == ITEM_SLOT_EYES) + flags = NODROP + else + flags = initial(flags) + +/obj/item/clothing/glasses/thermal/cyber/vox + name = "Термальный Глаз Воксов" + desc = "Термальный кибернетический глаз с системой вставки в глазной разъем. Полностью заменяет функционирующий глаз или его полость. \ + ВНИМАНИЕ! Глаз возможно удалить только хирургическим путем. Из-за своего размера - не позволяет надевать прочие приблуды на глаза, заменяя очки." + flags = 0 + +/obj/item/clothing/glasses/thermal/cyber/vox/equipped(mob/user, slot, initial) + . = ..() + if(slot == ITEM_SLOT_EYES) + flags = NODROP + else + flags = initial(flags) + diff --git a/modular_ss220/antagonists/code/vox_raider/objects/vox_shop.dm b/modular_ss220/antagonists/code/vox_raider/objects/vox_shop.dm new file mode 100644 index 000000000000..64a7e22ee851 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/vox_shop.dm @@ -0,0 +1,296 @@ +/obj/machinery/vox_shop + name = "Киконсоль Закиказов" + desc = "Технология связывающая воксов на дальних рубежах." + icon = 'modular_ss220/antagonists/icons/trader_machine.dmi' + icon_state = "shop" + max_integrity = 5000 + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF + anchored = TRUE + density = TRUE + var/cash_stored = 0 + + var/list/packs_cats = list() // Категории по предметам - ui_static_data + var/list/packs_items = list() // Все доступные предметы + + var/list/cart_list + var/list/cart_data + + +// ============ DATA ============ + +/obj/machinery/vox_shop/Initialize(mapload) + . = ..() + generate_pack_items() + generate_pack_lists() + +/obj/machinery/vox_shop/proc/generate_pack_items() + var/list/shop_items = list() + var/obj/machinery/vox_trader/trader = locate() in GLOB.machines + for(var/path in subtypesof(/datum/vox_pack)) + var/datum/vox_pack/pack = new path + if(pack.cost < 0) + continue + if(pack.is_need_trader_cost) + var/list/pack_contents = list() + for(var/object_type in pack.contains) + var/obj/O = new object_type() + pack_contents.Add(O) + var/pack_trader_cost = trader.get_value(null, pack_contents, TRUE) + QDEL_LIST_CONTENTS(pack_contents) + pack.cost += pack_trader_cost + if(!shop_items[pack.category]) + shop_items[pack.category] = list() + shop_items[pack.category] += pack + + packs_items = shop_items + +/obj/machinery/vox_shop/proc/generate_pack_lists() + var/list/cats = list() + for(var/category in packs_items) + cats[++cats.len] = list("cat" = category, "items" = list()) + for(var/datum/vox_pack/pack in packs_items[category]) + cats[cats.len]["items"] += list(list( + "name" = sanitize(pack.name), + "desc" = sanitize(pack.description()), + "cost" = pack.cost, + "obj_path" = pack.reference + )) + packs_items[pack.reference] = pack + + packs_cats = cats + SStgui.update_uis(src) + + +// ======= Interaction ========== + +/obj/machinery/vox_shop/attack_hand(mob/user) + if(!check_usable(user)) + return + add_fingerprint(user) + ui_interact(user) + +/obj/machinery/vox_shop/proc/check_usable(mob/user) + . = FALSE + if(issilicon(user)) + return + if(!isvox(user)) + to_chat(user, span_notice("Вы осматриваете [src] и не понимаете как оно работает и куда сувать свои пальцы...")) + return + return TRUE + +/obj/machinery/vox_shop/attack_ai(mob/user) + return FALSE + +/obj/machinery/vox_shop/attackby__legacy__attackchain(obj/item/O, mob/user, params) + if(isvoxcash(O)) + user.do_attack_animation(src) + insert_cash(O, user) + return TRUE + . = ..() + +/obj/machinery/vox_shop/proc/insert_cash(obj/item/stack/vox_cash, mob/user) + visible_message("[user] загрузил [vox_cash] в [src].") + cash_stored += vox_cash.amount + vox_cash.use(vox_cash.amount) + return TRUE + +/// Размещение предметов в отдельные емкости +/obj/machinery/vox_shop/proc/make_container(mob/user, list/typepath_objects) + var/is_heavy = FALSE + var/list/objs_for_contain = list() + + // Создаем объекты + for(var/typepath in typepath_objects) + var/obj/obj = new typepath() + objs_for_contain.Add(obj) + if(is_heavy) + continue + if(isitem(obj)) + var/obj/item/item = obj + if(item.w_class >= WEIGHT_CLASS_NORMAL) + is_heavy = TRUE + + // Размещаем по емкостям + if(length(objs_for_contain) > 2) + var/container_type = is_heavy ? /obj/structure/closet/crate/trashcart : /obj/item/storage/box + var/obj/container = new container_type(get_turf(src)) + for(var/obj/obj in objs_for_contain) + obj.forceMove(container) + else if(length(objs_for_contain)) + for(var/obj/obj as anything in objs_for_contain) + if(isitem(obj)) + if(!user.put_in_any_hand_if_possible(obj) && ishuman(user)) + var/mob/living/carbon/human/H = user + H.equip_or_collect(obj, ITEM_SLOT_IN_BACKPACK) + else + obj.forceMove(get_turf(src)) + + do_sparks(5, 1, get_turf(src)) + + +// ============= UI ============= + +/obj/machinery/vox_shop/ui_interact(mob/user, datum/tgui/ui = null) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "Shop", name) + ui.open() + +/obj/machinery/vox_shop/ui_data(mob/user) + var/list/data = list() + + data["cash"] = cash_stored + data["cart"] = generate_tgui_cart() + data["cart_price"] = calculate_cart_cash() + + var/list/vox_raider_members = list() + for(var/datum/team/vox_raiders/team in subtypesof(/datum/team/vox_raiders)) + vox_raider_members.Add(team.members) + data["vox_members"] = vox_raider_members + // data["crewmembers"] = GLOB.crew_repository.health_data(viewing_current_z_level) + // data["critThreshold"] = HEALTH_THRESHOLD_CRIT + + return data + +/obj/machinery/vox_shop/ui_static_data(mob/user) + var/list/static_data = list() + + if(!packs_cats || !packs_items) + generate_pack_lists(user) + //static_data["packs"] = packs_items + static_data["cats"] = packs_cats + + return static_data + +/obj/machinery/vox_shop/ui_act(action, list/params, datum/tgui/ui) + if(..()) + return + + . = TRUE + + switch(action) + if("add_to_cart") + add_to_cart(params, ui.user) + + if("remove_from_cart") + remove_from_cart(params) + + if("set_cart_item_quantity") + set_cart_item_quantity(params) + + if("purchase_cart") + if(!LAZYLEN(cart_list)) + return + var/cart_cash = calculate_cart_cash() + if(cart_cash > cash_stored) + to_chat(ui.user, "[src] недостаточно кикиридитов! Неси больше!") + return + + var/list/bought_typepath_objects = list() + for(var/reference in cart_list) + var/datum/vox_pack/pack = packs_items[reference] + var/amount = cart_list[reference] + if(amount <= 0) + continue + var/list/purchase_list = mass_purchase(pack, pack ? pack.reference : "", amount) + if(!length(purchase_list)) + to_chat(ui.user, span_warning("[pack.name] - превысил допустимое возможное количество для покупки.")) + return + bought_typepath_objects += purchase_list + + // Обновляем количество купленного товара + for(var/reference in cart_list) + var/datum/vox_pack/pack = packs_items[reference] + if(pack.limited_stock < 0) + continue + var/amount = pack.purchased + cart_list[reference] + pack.purchased += amount + + // Завершение покупки + make_container(ui.user, bought_typepath_objects) + cash_stored -= cart_cash + empty_cart() + SStgui.update_uis(src) + + if("empty_cart") + empty_cart() + + +// ========== UI Procs ========== + +/obj/machinery/vox_shop/proc/mass_purchase(datum/vox_pack/pack, reference, amount = 1) + if(!pack) + return + if(amount <= 0) + return + if(!pack.check_possible_buy(amount)) + return + if(!pack.check_time_available()) + return + var/list/bought_objects = list() + for(var/i in 1 to amount) + var/list/items_list = pack.get_items_list() + if(!length(items_list)) + break + bought_objects += items_list + return bought_objects + +/obj/machinery/vox_shop/proc/calculate_cart_cash() + . = 0 + for(var/reference in cart_list) + var/datum/vox_pack/item = packs_items[reference] + var/amount = cart_list[reference] + . += item.cost * amount + +/obj/machinery/vox_shop/proc/generate_tgui_cart(update = FALSE) + if(!update) + return cart_data + + if(!length(cart_list)) + cart_list = null + cart_data = null + return cart_data + + cart_data = list() + for(var/reference in cart_list) + var/datum/vox_pack/pack = packs_items[reference] + cart_data += list(list( + "name" = sanitize(pack.name), + "desc" = sanitize(pack.description()), + "cost" = pack.cost, + "obj_path" = pack.reference, + "amount" = cart_list[reference], + "limit" = pack.limited_stock, + "is_time_available" = pack.check_time_available() + )) + +/obj/machinery/vox_shop/proc/add_to_cart(params, mob/user) + var/item = params["item"] + var/amount = 1 + var/datum/vox_pack/pack = packs_items[item] + if(LAZYIN(cart_list, item)) + amount += cart_list[item] + if(!pack.check_possible_buy(amount)) + to_chat(user, span_warning("[pack.name] больше невозможно купить!")) + return + if(!pack.check_time_available()) + to_chat(user, span_warning("[pack.name] будет доступен к покупке в [pack.get_time_available()], осталось [pack.get_time_left()]")) + return + LAZYSET(cart_list, item, max(amount, 1)) + generate_tgui_cart(TRUE) + +/obj/machinery/vox_shop/proc/remove_from_cart(params) + LAZYREMOVE(cart_list, params["item"]) + generate_tgui_cart(TRUE) + +/obj/machinery/vox_shop/proc/empty_cart() + cart_list = null + generate_tgui_cart(TRUE) + +/obj/machinery/vox_shop/proc/set_cart_item_quantity(params) + var/amount = text2num(params["quantity"]) + if(amount <= 0) + remove_from_cart(params) + return + LAZYSET(cart_list, params["item"], max(amount, 0)) + generate_tgui_cart(TRUE) diff --git a/modular_ss220/antagonists/code/vox_raider/objects/vox_trade.dm b/modular_ss220/antagonists/code/vox_raider/objects/vox_trade.dm new file mode 100644 index 000000000000..70a741e8fa97 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/vox_trade.dm @@ -0,0 +1,576 @@ +/obj/machinery/vox_trader + name = "Расчичетчикик" + desc = "Приемная и расчетная связная машина для ценностей. Проста также как еда воксов." + icon = 'modular_ss220/antagonists/icons/trader_machine.dmi' + icon_state = "trader-idle-off" + var/icon_state_on = "trader-idle" + max_integrity = 5000 + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF + anchored = TRUE + density = FALSE + + var/cooldown = 3 SECONDS + var/is_trading_now = FALSE + + var/list/connected_instruments = list() + + // Забавные взаимодействия + var/angry_count = 0 + var/list/blacklist_users = list() + + // Данные для подсчета драгоценностей выполнения задачи. + // Обновляются при первом взаимодействии если есть воксы-рейдеры. + var/precious_collected_dict = list() + var/all_values_sum = 0 + var/precious_value + var/collected_access_list = list() + var/collected_tech_dict = list() + + // Списки запрещенных для продажи товаров, инициализируется через отдельный PROC, а не тут + var/list/blacklist_objects = list() + + // ========= МНОЖИТЕЛИ ========= + + // произведения за параметры + var/tech_mult = 6 + var/weight_mult = 3 + var/force_mult = 5 + + // делители за параметры + var/armor_div = 10 + var/stack_div = 8 + var/temp_div = 5 + var/no_unique_tech_div = 4 + var/denomination_div = 5 + + // дополнительные бонусы + var/integrity_reward = 5 + var/electroprotect_reward = 50 + var/permeability_reward = 20 + var/highrisk_reward = 2500 + var/valuable_highrisk_reward = 5000 + var/value_access_reward = 100 + var/valuable_access_reward = 500 + var/unique_tech_level_reward = 300 // учитываем также множитель за технологии + var/stock_parts_rating_reward = 50 + + // дополнительные списки + var/list/highrisk_list = list() + var/list/valuable_highrisk_list = list( + /obj/item/areaeditor/blueprints/ce, + /obj/item/disk/nuclear, + /obj/item/clothing/suit/armor/reactive, + /obj/item/documents, + ) + var/list/valuable_access_list = list() // определяется при инициализации + var/list/valuable_tech_list = list("bluespace", "syndicate", "combat", "abductor") + + // дополнительные суммы за ценности + var/list/valuable_objects_dict = list( + /obj/machinery/nuclearbomb = 5000, // Ядро внутри является хайриском, оно дороже и учитывается при продаже. ~12.5k + /obj/item/mod/core = 1000, + /obj/item/mod = 300, + /obj/machinery/power/port_gen = 800, + /obj/machinery/power = 600, + /obj/machinery/the_singularitygen/tesla = 8000, + /obj/machinery/the_singularitygen = 6000, + /obj/structure/particle_accelerator = 3000, + /obj/machinery/power/emitter = 500, + /obj/machinery/atmospherics/supermatter_crystal = 15000, + /obj/machinery/satellite/meteor_shield = 1200, + /obj/item/circuitboard/computer/sat_control = 2000, + /obj/item/dna_probe = 150, + /obj/item/circuitboard/machine/dna_vault = 3000, + /obj/item/circuitboard/machine/bluespace_tap = 4500, + /obj/item/circuitboard/machine/bsa = 800, + /obj/machinery/snow_machine = 750, + /obj/structure/toilet/material/bluespace = 5000, + /obj/structure/toilet/material/captain = 3500, + /obj/structure/toilet/material/king = 2250, + /obj/structure/toilet/material/gold = 1250, + /obj/structure/toilet = 250, + /obj/machinery/shower = 150, + /obj/structure/urinal = 150, + ) + var/list/valuable_guns_dict = list( + /obj/item/gun/energy/taser = 300, + /obj/item/gun/energy/disabler = 100, + /obj/item/gun/energy/lasercannon = 400, + + /obj/item/gun/energy/gun/blueshield = 300, + /obj/item/gun/energy/gun/nuclear = 300, + /obj/item/gun/energy/gun/advtaser = 500, + /obj/item/gun/energy/gun = 150, + + /obj/item/gun/energy/pulse = 3000, + /obj/item/gun/energy/ionrifle = 1000, + /obj/item/gun/energy/decloner = 500, + /obj/item/gun/energy/floragun = 500, + /obj/item/gun/energy/meteorgun = 500, + /obj/item/gun/energy/mindflayer = 500, + /obj/item/gun/energy/wormhole_projector = 800, + /obj/item/gun/energy/laser/instakill = 10000, + /obj/item/gun/energy/plasmacutter/adv = 300, + /obj/item/gun/energy/laser = 200, + + /obj/item/gun/magic/staff = 10000, + /obj/item/gun/magic/wand = 5000, + /obj/item/gun/magic = 2000, + + /obj/item/gun/projectile/automatic/toy = 10, + /obj/item/gun/projectile/automatic/lasercarbine = 800, + /obj/item/gun/projectile/automatic/laserrifle = 1000, + /obj/item/gun/projectile/automatic/pistol = 300, + /obj/item/gun/projectile/automatic/l6_saw = 3000, + /obj/item/gun/projectile/automatic/sniper_rifle = 2000, + /obj/item/gun/projectile/automatic = 500, + /obj/item/gun/projectile = 300, + + /obj/item/gun/rocketlauncher = 1000, + /obj/item/gun/medbeam = 2000, + /obj/item/gun/throw/crossbow = 300, + /obj/item/gun/syringe = 200, + ) + // ============================= + +/obj/machinery/vox_trader/Initialize(mapload) + . = ..() + for(var/theft_type in subtypesof(/datum/theft_objective)) + highrisk_list += new theft_type + valuable_access_list += get_region_accesses(REGION_COMMAND) + get_all_centcom_access() + get_all_syndicate_access() + get_all_misc_access() + +/obj/machinery/vox_trader/attack_hand(mob/user) + if(!try_trade(user)) + . = ..() + +/obj/machinery/vox_trader/attacked_by(obj/item/I, mob/living/user) + . = ..() + if(istype(I, /obj/item/hand_valuer)) + var/obj/item/hand_valuer/valuer = I + valuer.connect(user, src) + +/obj/machinery/vox_trader/attack_ai(mob/user) + return FALSE // Ха-ха, глупая железяка не понимает как пользоваться технологиями ВОКСов! + +/obj/machinery/vox_trader/proc/check_usable(mob/user) + . = FALSE + if(issilicon(user)) + return + if(!isvox(user)) + to_chat(user, span_notice("Вы осматриваете [src] и не понимаете как оно работает и куда сувать свои пальцы...")) + return + if(is_trading_now) + to_chat(user, span_warning("[src] обрабатываем и пересчитывает ценности. Ожидайте.")) + return + if(length(blacklist_users) && (user in blacklist_users)) + to_chat(user, span_warning("Вы пытаетесь связаться с [src], но никто не отзывается.")) + return + return TRUE + +/obj/machinery/vox_trader/proc/sparks() + do_sparks(5, 1, get_turf(src)) + +/obj/machinery/vox_trader/proc/try_trade(mob/user) + if(!check_usable(user)) + return FALSE + add_fingerprint(user) + user.do_attack_animation(src) + trade_start() + addtimer(CALLBACK(src, PROC_REF(do_trade), user), cooldown) + return TRUE + +/obj/machinery/vox_trader/proc/do_trade(mob/user) + var/list/items_list = get_trade_contents(user) + INVOKE_ASYNC(src, PROC_REF(make_cash), user, items_list) + +/obj/machinery/vox_trader/proc/make_cash(mob/user, list/items_list) + if(!src || QDELETED(src)) + return + + var/values_sum = get_value(user, items_list) + + if(values_sum <= 10) + if(values_sum <= 0) + angry_count++ + switch(angry_count) + if(3) + atom_say(span_warning("Вами очень недовольны. Где товар?!")) + if(4) + atom_say(span_warning("Вами ОЧЕНЬ недовольны... Нам нужен реальный товар!")) + if(5) + atom_say(span_warning("Отправляй товар!")) + if(6) + atom_say(span_warning("Что ты щелкаешь как дятел?!")) + if(7) + atom_say(span_warning("Или ты будешь отправлять товар или не будешь больше отправлять ничего!")) + if(8) + atom_say(span_warning("Я не буду с тобой торговать пока ты не дашь товар!")) + if(9) + atom_say(span_warning("Ты шутки шутишь? Товар. Последнее предупреждение.")) + if(10) + atom_say(span_warning("[user.name], [src] больше не будет с вами торговать!")) + blacklist_users.Add(user) // Докикикировался. + else + atom_say(span_warning("Вами недовольны. Где товар?")) + else + atom_say(span_notice("Расчет окончен. Средства отправлены на транспортные погашения.")) + trade_cancel() + return + if(values_sum > 100) + all_values_sum += values_sum + atom_say(span_greenannounce("Расчет окончен. [values_sum > 2000 ? "Крайне ценно!" : "Ценно!"] Ваша доля [values_sum]")) + else + atom_say(span_notice("Расчет окончен. Вы бы еще консервных банок насобирали! Ваша доля [values_sum]")) + + angry_count = 0 + trade_cancel() + beam() + new /obj/item/stack/vox_cash(get_turf(src), values_sum) + +/obj/machinery/vox_trader/proc/trade_start() + is_trading_now = TRUE + icon_state = icon_state_on + sparks() + playsound(get_turf(src), 'sound/weapons/flash.ogg', 25, 1) + try_update_blacklist() + +/obj/machinery/vox_trader/proc/trade_cancel() + is_trading_now = FALSE + icon_state = initial(icon_state) + sparks() + +/obj/machinery/vox_trader/proc/beam() + playsound(get_turf(src), 'sound/weapons/contractorbatonhit.ogg', 25, TRUE) + flick("trader-beam", src) + +/obj/machinery/vox_trader/proc/get_value(mob/user, list/items_list, is_visuale_only = FALSE) + var/values_sum = 0 + var/values_sum_precious = 0 // считаем сумму без скидки, например для хайрисков и уникальных доступов. Оцень ценных вещей. + var/accepted_access = list() + + // проверка для бонусной диалоговой строки + var/is_weight = FALSE + var/is_equip = FALSE + var/is_tech = FALSE + var/is_tech_valuable = FALSE + var/is_tech_unique = FALSE + var/is_access_unique = FALSE + + for(var/obj/I in items_list) + if(I.anchored) + continue + + if(isspacecash(I) || isvoxcash(I)) // воксам не нужны деньги мяса. + continue + + var/temp_values_sum = 0 + var/temp_values_sum_precious = 0 + + // целостность объекта + if(I.obj_integrity > 0) + temp_values_sum += round((I.obj_integrity / I.max_integrity) * integrity_reward) + + if(length(I.armor)) + var/temp_val = 0 + var/list/armor_list = I.armor.getList() + for(var/param in armor_list) + var/param_value = armor_list[param] == INFINITY ? 500 : armor_list[param] + if(param_value == 0) + continue + var/div = 1 + if(param in list(FIRE, ACID)) + div = armor_div // избегаем легких очков за часто встречаемые свойства. + temp_val += div > 1 ? round(param_value / div) : temp_val + if(temp_val) + temp_values_sum += temp_val + is_equip = TRUE + + if(I.force || I.throwforce) + temp_values_sum += round((I.force + I.throwforce) * force_mult + (throw_speed * throw_range)) + + if(istype(I, /obj/item/disk/tech_disk)) + var/obj/item/disk/tech_disk/disk = I + if(disk.tech_id) + I.origin_tech = "[disk.tech_id]=[disk.tech_level]" + + if(I.origin_tech) + var/list/tech_list = params2list(I.origin_tech) + for(var/tech in tech_list) + var/temp_mult = 1 + var/tech_value = text2num(tech_list[tech]) + if(tech in collected_tech_dict) + if(collected_tech_dict[tech] < tech_value) + temp_values_sum_precious += unique_tech_level_reward * (tech_value - collected_tech_dict[tech]) + if(!is_visuale_only) + collected_tech_dict[tech] = tech_value + is_tech_unique = TRUE + else + temp_values_sum_precious += unique_tech_level_reward * tech_value + if(!is_visuale_only) + collected_tech_dict += list("[tech]" = tech_value) + is_tech_unique = TRUE + if(tech in valuable_tech_list) + temp_mult = tech_value + is_tech_valuable = TRUE + var/excess_mult = text2num(tech_value) > 7 ? 2 : 1 // переизбыток + temp_values_sum += round(tech_value * temp_mult * excess_mult) + is_tech = TRUE + + if(istype(I, /obj/item/stack)) + var/obj/item/stack/stack = I + var/point_value = 1 + if(istype(I, /obj/item/stack/sheet)) + var/obj/item/stack/sheet/sheet = stack + point_value += sheet.point_value + temp_values_sum *= round(stack.amount / stack_div * point_value) + + if(istype(I, /obj/item/card/id)) + var/obj/item/card/id/id = I + for(var/access in id.access) + if(access in collected_access_list) + continue + if(access in valuable_access_list) + temp_values_sum_precious += valuable_access_reward + is_access_unique = TRUE + else + temp_values_sum_precious += value_access_reward + accepted_access += access + + if(isitem(I)) + var/temp_value = 0 + var/obj/item/item = I + temp_value += temp_values_sum / item.toolspeed + if(item.max_heat_protection_temperature) + temp_value += item.max_heat_protection_temperature / temp_div + if(item.siemens_coefficient) + temp_value += electroprotect_reward * (1 - item.siemens_coefficient) + if(item.permeability_coefficient) + temp_value += permeability_reward * (1 - item.permeability_coefficient) + if(item.w_class) + temp_value += item.w_class * weight_mult + if(item.w_class >= WEIGHT_CLASS_BULKY) + is_weight = TRUE + temp_values_sum += round(temp_value) + + if(istype(I, /obj/item/stock_parts)) + var/obj/item/stock_parts/part = I + temp_values_sum += part.rating * stock_parts_rating_reward + + for(var/datum/theft_objective/objective in highrisk_list) + if(!istype(I, objective.typepath)) + continue + var/temp_value = highrisk_reward + if(objective.special_equipment) + temp_value *= 2 + if(objective.protected_jobs) + for(var/job in objective.protected_jobs) + switch(job) + if("Captain", "Head Of Security") + temp_value *= 2 + else + temp_value *= 1.5 + temp_values_sum_precious += temp_value + + if(I in valuable_highrisk_list) + temp_values_sum_precious += valuable_highrisk_reward + + for(var/valuable_type in valuable_objects_dict) + if(!istype(I, valuable_type)) + continue + temp_values_sum_precious += valuable_objects_dict[valuable_type] + break + + if(istype(I, /obj/item/gun)) + for(var/valuable_type in valuable_guns_dict) + if(!istype(I, valuable_type)) + continue + temp_values_sum_precious += valuable_guns_dict[valuable_type] + break + + temp_values_sum /= denomination_div // деноминируем + + //Оцениваем драгоценность для задания + if(!is_visuale_only) + precious_grading(user, I, temp_values_sum + temp_values_sum_precious) + + // ____________________________ + // Завершаем рассчет + values_sum += temp_values_sum + values_sum_precious += temp_values_sum_precious + + if(!is_visuale_only && (temp_values_sum + temp_values_sum_precious) >= 0) + var/obj/O = I + if(ismob(O.loc)) // Cyborg Parts, wearing clothes, but not contents + var/mob/M = O + M.unEquip(I) + qdel(I) + + var/addition_text = "" + if(length(accepted_access)) + if(!is_visuale_only) // Заносим наши принятые доступы + collected_access_list += accepted_access + addition_text += span_boldnotice("\nОценка имеющихся доступов: \n") + for(var/access in accepted_access) + var/access_desc = get_access_desc(access) + if(!access_desc) + continue + addition_text += span_notice("[access_desc]; ") + if(is_access_unique) + addition_text += span_good("\nИмеются ценные доступы. Очень ценно!") + if(is_weight) + addition_text += span_notice("\nТяжесть - значит надежность.") + if(is_equip) + addition_text += span_notice("\nХорошее снаряжение. Ценно.") + if(is_tech) + addition_text += span_notice("\nТехнологии - ценно!") + if(is_tech_unique) + addition_text += span_notice("\nНовые технологии! Очень ценно! Необходимо!") + if(is_tech_valuable) + addition_text += span_notice("\nЦенные технологии! Крайне ценно!") + + if(!is_visuale_only && is_tech_unique) + update_shops() + addition_text += span_notice("\nЦены на некоторые товары снижены!") + + if(user && addition_text != "") + to_chat(user, chat_box_notice(addition_text)) + + values_sum -= values_sum % 10 // забираем процентик в семью + values_sum += values_sum_precious // Даем бонус за особые ценности + return round(values_sum) + +/obj/machinery/vox_trader/proc/precious_grading(mob/user, obj/O, value) + if(!user) + return + if(!correct_precious_value(user)) + return + update_precious_collected_dict(O.name, value) + +/obj/machinery/vox_trader/proc/correct_precious_value(mob/user) + if(precious_value) + return TRUE + if(!user) + return FALSE + var/list/objectives = user.mind?.get_all_objectives() + if(!length(objectives)) + return FALSE + var/datum/objective/raider_steal/objective = locate() in objectives + precious_value = objective.precious_value + return TRUE + +/obj/machinery/vox_trader/proc/update_precious_collected_dict(object_name, object_value) + if(!correct_precious_value()) + return + if(object_value >= precious_value) + var/precious_data = precious_collected_dict[object_name] + if(!precious_data) + precious_collected_dict[object_name] = list("count" = 1, "value" = object_value) + else + precious_data["count"]++ + precious_data["value"] = max(precious_data["value"], object_value) + +/obj/machinery/vox_trader/proc/synchronize_traders_stats() + for(var/obj/machinery/vox_trader/trader in GLOB.machines) + if(trader == src) + continue + + all_values_sum += trader.all_values_sum + + for(var/access in trader.collected_access_list) + if(access in collected_access_list) + continue + collected_access_list += access + + for(var/tech in trader.collected_tech_dict) + if(tech in collected_tech_dict) + collected_tech_dict[tech][1] = max(collected_tech_dict[tech][1], trader.collected_tech_dict[tech][1]) + continue + collected_tech_dict += tech + + for(var/dict in trader.precious_collected_dict) + update_precious_collected_dict(trader.precious_collected_dict[dict], trader.precious_collected_dict[dict]["value"]) + +/obj/machinery/vox_trader/proc/get_trade_contents(mob/user) + var/turf/current_turf = get_turf(src) + var/list/items_list = current_turf.GetAllContents(7) + + for(var/I in items_list) + for(var/blacklist_object in blacklist_objects) + if(istype(I, blacklist_object)) + items_list.Remove(I) + continue + if(istype(I, /obj/item/organ)) // Inner organs + var/obj/item/organ/organ = I + if(organ.owner) + items_list.Remove(I) + continue + if(isobj(I)) + var/obj/O = I + if(ismob(O.loc)) // Cyborg Parts, wearing clothes, but not contents + items_list.Remove(I) + continue + if(isliving(I)) + var/mob/living/M = I + items_list.Remove(I) + if(isvox(M)) + make_new_vox_raider(user, M) + continue + send_to_station(M) + + return items_list + +/obj/machinery/vox_trader/proc/send_to_station(mob/living/M) + M.Sleeping(16 SECONDS) + M.setOxyLoss(0) + M.adjustBruteLoss(-25) + M.adjustFireLoss(-25) + M.adjustToxLoss(-50) + M.forceMove(pick(GLOB.latejoin)) + if(iscarbon(M)) + var/mob/living/carbon/C = M + C.Silence(6 SECONDS) + C.clear_restraints() + to_chat(C, span_warning("Вы ощущаете как ваши мозги были промыты. \ + Вы всё еще не можете прийти в себя и отрывками вспоминаете что неизвестные похители вас. \ + Неизвестно сколько они продержали вас у себя и что с вами делали... \ + Но вы чувствуете себя будто обновленным.")) + +/obj/machinery/vox_trader/proc/make_new_vox_raider(mob/user, mob/living/M) + if(!M.mind) + return FALSE + + var/datum/antagonist/vox_raider/antag = locate() in M.mind.antag_datums + if(antag) + return FALSE + for(var/datum/antagonist/A as anything in user.mind.antag_datums) + var/datum/team/team = A.get_team() + if(team) + team.add_member(M.mind, TRUE) + break + + return TRUE + +/obj/machinery/vox_trader/proc/update_shops() + for(var/obj/machinery/vox_shop/shop in GLOB.machines) + shop.generate_pack_items() + shop.generate_pack_lists() + +/obj/machinery/vox_trader/proc/try_update_blacklist() + if(length(blacklist_objects)) + return + var/obj/machinery/vox_shop/shop = locate() in GLOB.machines + if(!shop) + return + + var/list/all_objects = list() + + for(var/category in shop.packs_items) + for(var/datum/vox_pack/pack in shop.packs_items[category]) + if(category == VOX_PACK_KIT) + continue + var/list/items_list = pack.get_items_list() + if(!length(items_list)) + break + all_objects += items_list + + blacklist_objects = all_objects diff --git a/modular_ss220/antagonists/code/vox_raider/objects/vox_trade_instrument.dm b/modular_ss220/antagonists/code/vox_raider/objects/vox_trade_instrument.dm new file mode 100644 index 000000000000..65020a39e94f --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/objects/vox_trade_instrument.dm @@ -0,0 +1,40 @@ +/obj/item/hand_valuer + name = "ручной оценщик" + desc = "Приспособление воксов для оценки стоимости объекта." + icon = 'modular_ss220/antagonists/icons/trader_machine.dmi' + icon_state = "valuer" + item_state = "camera_bug" + var/obj/machinery/vox_trader/connected_trader + +/obj/item/hand_valuer/examine(mob/user) + . = ..() + if(!isvox(user)) + . += span_notice("Выглядит непонятно. Как воксы этим пользуются?") + +/obj/item/hand_valuer/afterattack__legacy__attackchain(atom/target, mob/user, proximity, params) + if(!proximity) + return + + if(!isvox(user)) + to_chat(user, span_warning("Кажется вы тыкаете не той стороной... Или [name] не работает? Да как воксы этим пользуются?!")) + return + + if(!connected_trader) + to_chat(user, span_warning("Невозможно получить сведения с оценочной базы данных. Подключите устройство.")) + return + + if(!isobj(target)) + to_chat(user, span_notice("Данный объект не поддается оценке.")) + return + + if(!connected_trader.check_usable(user)) + return + + var/value = connected_trader.get_value(user, list(target), TRUE) + to_chat(user, chat_box_notice(span_green("Ценность [target.name]: [value]"))) + +/obj/item/hand_valuer/proc/connect(mob/living/user, obj/machinery/vox_trader/input_trader) + to_chat(user, span_green("Устройство [connected_trader ? "пере" : ""]инициализировано в системе.")) + playsound(src, 'modular_ss220/antagonists/sound/guns/m79_unload.ogg', 50, 1) + icon_state = "[initial(icon_state)]-on" + connected_trader = input_trader diff --git a/modular_ss220/antagonists/code/vox_raider/vox_raider_datum.dm b/modular_ss220/antagonists/code/vox_raider/vox_raider_datum.dm new file mode 100644 index 000000000000..b906b61023b7 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/vox_raider_datum.dm @@ -0,0 +1,152 @@ +/datum/antagonist/vox_raider + name = "Vox Raider" + roundend_category = "vox raiders" + job_rank = ROLE_VOX_RAIDER + special_role = SPECIAL_ROLE_VOX_RAIDER + antag_hud_name = "hudvoxraider" + antag_hud_type = ANTAG_HUD_VOX_RAIDER + wiki_page_name = "vox_raiders" + var/datum/team/vox_raiders/raiders_team = null + +/datum/antagonist/vox_raider/add_owner_to_gamemode() + SSticker.mode.vox_raiders |= owner + if(owner.current && !("Vox" in owner.current.faction)) + owner.current.faction |= list("Vox") + +/datum/antagonist/vox_raider/remove_owner_from_gamemode() + SSticker.mode.vox_raiders -= owner + +/datum/antagonist/vox_raider/greet() + . = ..() + SEND_SOUND(owner.current, sound('modular_ss220/antagonists/sound/ambience/antag/vox_raiders_intro.ogg')) + + . += {"Вы Вокс Рейдер, вы и ваша стая нашли станцию Нанотрейзен имеющую ценности. + Раздобудьте эти ценности любым доступным способом: торговлей, кражей, договорами. + Главное помните, не допустите своей гибели или гибели членов стаи. Ценные блестяшки не стоят мертвого собрата. + \nВы можете заказывать товары и снаряжение в Киконсоле Закиказов. + \nСдавайте ценности в Расчичетчикик. + \nКовчег выделил вам товары которые могут потенциально заинтересовать экипаж станции. + Разумеется не за бесплатно, выберите что вам действительно нужно и закажите это."} + + var/raider_names = get_raider_names_text() + if(raider_names) + . += "Оберегай собратьев и помогай стае: [raider_names]. Только стая важна!" + antag_memory += "Ваша стая:: [raider_names]
" + + . += "Нужно больше ценностей!" + +/datum/antagonist/vox_raider/create_team(datum/team/vox_raiders/team) + if(!istype(team)) + error("Wrong team type passed to [type].") + return + + raiders_team = team + return raiders_team + +/datum/antagonist/vox_raider/get_team() + return raiders_team + +/datum/antagonist/vox_raider/proc/get_raider_names_text() + PRIVATE_PROC(TRUE) + var/datum/team/vox_raiders/team = get_team() + if(!istype(team)) + return "" + + return team.get_raider_names_text(owner) + +/datum/antagonist/vox_raider/proc/admin_add(admin, datum/mind/new_antag) + if(!new_antag) + return FALSE + + if(new_antag.has_antag_datum(/datum/antagonist/vox_raider)) + alert(admin, "Кандидат уже Вокс Рейдер") + return FALSE + + if(!can_be_owned(new_antag)) + alert(admin, "Кандидат не может быть Вокс Рейдером") + return FALSE + + switch(alert(admin, "Создать новую команду или добавить в существующую?", "Воксы Рейдеры", "Создать", "Добавить", "Закрыть")) + if("Создать") + return create_new_vox_raiders_team(admin, new_antag) + if("Добавить") + return add_to_existing_vox_raiders_team(admin, new_antag) + + return FALSE + +/datum/antagonist/vox_raider/proc/create_new_vox_raiders_team(admin, datum/mind/first_raider) + PRIVATE_PROC(TRUE) + var/list/choices = list() + for(var/mob/living/alive_living_mob in GLOB.alive_mob_list) + var/datum/mind/mind_to_check = alive_living_mob.mind + if(!mind_to_check || mind_to_check == first_raider || !can_be_owned(mind_to_check)) + continue + + choices["[mind_to_check.name]([alive_living_mob.ckey])"] = mind_to_check + + sortTim(choices, GLOBAL_PROC_REF(cmp_text_asc)) + + var/list/candidates_list = list(first_raider) + while(TRUE) + if(!length(choices)) + break + var/choice = tgui_input_list(admin, "Выберите кандидата, если вы завершили выбор, то закройте окно.", "Добавить нового вокс рейдера", choices) + if(!choice) + break + var/datum/mind/mind = choices[choice] + if(!mind) + stack_trace("Chosen second vox raider `[choice]` was `null` for some reason") + choices.Remove(choice) + candidates_list.Add(mind) + + var/datum/team/vox_raiders/team = new(candidates_list, FALSE) + for(var/datum/mind/mind in candidates_list) + if(isnull(mind.add_antag_datum(src, team))) + error("Antag datum couldn't be granted to new raider [mind.name] in `/datum/antagonist/vox_raider/proc/create_new_vox_raiders_team`") + alert(admin, "Кандидат [mind.name] не был выбран для `Vox Raider` по каким-то причинам. Попробуйте еще раз.") + + offer_to_equip(admin, candidates_list) + + log_admin("[key_name(admin)] made vox raiders.") + return TRUE + +/datum/antagonist/vox_raider/proc/add_to_existing_vox_raiders_team(admin, datum/mind/raider_to_add) + PRIVATE_PROC(TRUE) + var/list/choices = list() + for(var/datum/team/vox_raiders/team in GLOB.antagonist_teams) + var/list/member_ckeys = team.get_member_ckeys() + choices["[team.name][length(member_ckeys) ? "([member_ckeys.Join(", ")])" : ""]"] = team + + if(!length(choices)) + alert(admin, "Команда Воксов-Рейдеров не найдена. Попробуйте создать новую.") + return FALSE + + sortTim(choices, GLOBAL_PROC_REF(cmp_text_asc)) + var/choice = tgui_input_list(admin, "Выбор команды Воксов-Рейдеров.", "Команда Воксов-Рейдеров", choices) + if(!choice) + return FALSE + + offer_to_equip(admin, list(raider_to_add)) + + var/datum/team/vox_raiders/team = choices[choice] + if(!team) + stack_trace("Chosen vox raiders team `[choice]` was `null` for some reason.") + + return !isnull(raider_to_add.add_antag_datum(src, team)) + +/datum/antagonist/vox_raider/proc/offer_to_equip(admin, list/candidates_list, visualsOnly) + if(!length(candidates_list)) + return + var/choice = (alert(admin, "Снарядить в стандартную экипировку?", "Снаряжение", "Да", "Нет")) + if(!choice || choice == "Нет") + return + for(var/datum/mind/mind in candidates_list) + if(!isvox(mind.current)) + make_body(mind.current, mind, TRUE, "Vox") + var/mob/living/carbon/human/H = mind.current + if(mind.current) + H.equipOutfit(/datum/outfit/vox, visualsOnly) + +/datum/antagonist/vox_raider/make_body(spawn_loc, datum/mind/mind, try_use_preference = FALSE, species_name = null, list/possible_species) + . = ..() + mind.store_memory(" Я Вокс-Рейдер, основа моя: беречь стаю, тащить ценности. .") diff --git a/modular_ss220/antagonists/code/vox_raider/vox_raider_mode.dm b/modular_ss220/antagonists/code/vox_raider/vox_raider_mode.dm new file mode 100644 index 000000000000..328da0db7ccc --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/vox_raider_mode.dm @@ -0,0 +1,20 @@ +/datum/game_mode + var/list/datum/mind/vox_raiders = list() + +/datum/game_mode/antag_mix/vox_raider + name = "Vox Raiders" + config_tag = "vox_raiders" + required_players = 45 + +/datum/game_mode/antag_mix/vox_raider/New() + . = ..() + list_scenarios = list(/datum/antag_scenario/team/vox_raiders) + + var/datum/antag_scenario/antag_datum = /datum/antag_scenario/team/vox_raiders + required_players = initial(antag_datum.required_players) + +/datum/game_mode/antag_mix/vox_raider/announce() + to_chat(world, "The current game mode is - Vox Raiders!") + to_chat(world, "Поблизости сектора [world.name] обнаружен корабль воксов!") + to_chat(world, "Воксы - всей стаей падки на блестяшки и ценности, с ними можно выгодно поторговаться. Но больше ценностей они ценят друг друга.") + to_chat(world, "Экипаж - следите за воксами внимательно, в том числе и за теми кто на станции, не допустите потерю дорогостоящего оборудования!") diff --git a/modular_ss220/antagonists/code/vox_raider/vox_raider_team.dm b/modular_ss220/antagonists/code/vox_raider/vox_raider_team.dm new file mode 100644 index 000000000000..488bf1e14624 --- /dev/null +++ b/modular_ss220/antagonists/code/vox_raider/vox_raider_team.dm @@ -0,0 +1,79 @@ +/datum/team/vox_raiders + name = "Vox Raiders" + antag_datum_type = /datum/antagonist/vox_raider + +/datum/team/vox_raiders/New(list/starting_members, add_antag_datum) + . = ..() + forge_objectives() + +/datum/team/vox_raiders/proc/forge_objectives() + PRIVATE_PROC(TRUE) + // Основная цель + add_team_objective(new /datum/objective/raider_steal()) + //Коллекционная цель + var/list/possible_collect_objective_types = list( + /datum/objective/raider_entirety_steal, + /datum/objective/raider_collection_access, + /datum/objective/raider_collection_tech + ) + var/picked_collect_objective_type = pick(possible_collect_objective_types) + add_team_objective(new picked_collect_objective_type()) + // Конечная цель + add_team_objective(new /datum/objective/survive( + {"Не допустите гибели вас и остальных Воксов из команды. Избегайте смерти влекущие за собой расходы стае."})) + +/datum/team/vox_raiders/handle_adding_member(datum/mind/new_member) + . = ..() + update_reider_name() + +/datum/team/vox_raiders/handle_removing_member(datum/mind/member, force = FALSE) + . = ..() + update_reider_name() + +/datum/team/vox_raiders/proc/update_reider_name() + PRIVATE_PROC(TRUE) + var/new_name = get_raider_names_text() + if(!new_name) + name = initial(name) + return + + name = "[initial(name)] of [new_name]" + +/datum/team/vox_raiders/proc/get_raider_names_text(datum/mind/raider_to_exclude) + var/list/raider_names = list() + for(var/datum/mind/raider as anything in members) + if(raider == raider_to_exclude) + continue + + raider_names += raider.name + + return raider_names.Join(", ") + +/datum/team/vox_raiders/on_round_end() + . = ..() + var/list/to_send = list() + for(var/datum/team/vox_raiders/team in GLOB.antagonist_teams) + if(!objective_holder) + continue + var/teamwin = 1 + to_send += "
Стая [name]" + for(var/datum/objective/objective in objective_holder.get_objectives()) + if(!objective.check_completion()) + teamwin = 0 + if(teamwin) + to_send += "
Стая успешно завершила свои цели!" + else + to_send += "
Стая провалилась!" + var/num_survive = length(members) + for(var/datum/mind/mind in members) + if(!mind.current || mind.current.stat==DEAD) + num_survive-- + if(num_survive == length(members)) + to_send += "
Вся стая выжила!" + else if(num_survive <= 0) + to_send += "
Вся стая погибла!" + else + to_send += "
У стаи есть потери!" + if(!length(to_send)) + return + to_chat(world, to_send.Join("
")) diff --git a/modular_ss220/antagonists/icons/clothing/inhands/clothing_lefthand.dmi b/modular_ss220/antagonists/icons/clothing/inhands/clothing_lefthand.dmi new file mode 100644 index 000000000000..fecc6c113693 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/inhands/clothing_lefthand.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/inhands/clothing_righthand.dmi b/modular_ss220/antagonists/icons/clothing/inhands/clothing_righthand.dmi new file mode 100644 index 000000000000..2a4608a2d897 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/inhands/clothing_righthand.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/mob/back.dmi b/modular_ss220/antagonists/icons/clothing/mob/back.dmi new file mode 100644 index 000000000000..9fdf14d5e256 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/mob/back.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/mob/vox/back.dmi b/modular_ss220/antagonists/icons/clothing/mob/vox/back.dmi new file mode 100644 index 000000000000..e27f3e388542 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/mob/vox/back.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/mob/vox/feet.dmi b/modular_ss220/antagonists/icons/clothing/mob/vox/feet.dmi new file mode 100644 index 000000000000..b7549f7b9195 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/mob/vox/feet.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/mob/vox/gloves.dmi b/modular_ss220/antagonists/icons/clothing/mob/vox/gloves.dmi new file mode 100644 index 000000000000..fee1a6f4b311 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/mob/vox/gloves.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/mob/vox/head.dmi b/modular_ss220/antagonists/icons/clothing/mob/vox/head.dmi new file mode 100644 index 000000000000..d1cc375be132 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/mob/vox/head.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/mob/vox/suit.dmi b/modular_ss220/antagonists/icons/clothing/mob/vox/suit.dmi new file mode 100644 index 000000000000..ff192faa4f2b Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/mob/vox/suit.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/mob/vox/uniform.dmi b/modular_ss220/antagonists/icons/clothing/mob/vox/uniform.dmi new file mode 100644 index 000000000000..f93b5db3ff06 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/mob/vox/uniform.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/obj_gloves.dmi b/modular_ss220/antagonists/icons/clothing/obj_gloves.dmi new file mode 100644 index 000000000000..f44a43eefb9a Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/obj_gloves.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/obj_head.dmi b/modular_ss220/antagonists/icons/clothing/obj_head.dmi new file mode 100644 index 000000000000..26a102acb37f Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/obj_head.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/obj_shoes.dmi b/modular_ss220/antagonists/icons/clothing/obj_shoes.dmi new file mode 100644 index 000000000000..dedf8f9c9db5 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/obj_shoes.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/obj_storage.dmi b/modular_ss220/antagonists/icons/clothing/obj_storage.dmi new file mode 100644 index 000000000000..6d20cdf64e64 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/obj_storage.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/obj_suit.dmi b/modular_ss220/antagonists/icons/clothing/obj_suit.dmi new file mode 100644 index 000000000000..ed50984b34e4 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/obj_suit.dmi differ diff --git a/modular_ss220/antagonists/icons/clothing/obj_under.dmi b/modular_ss220/antagonists/icons/clothing/obj_under.dmi new file mode 100644 index 000000000000..691efeb15702 Binary files /dev/null and b/modular_ss220/antagonists/icons/clothing/obj_under.dmi differ diff --git a/modular_ss220/antagonists/icons/flag.dmi b/modular_ss220/antagonists/icons/flag.dmi new file mode 100644 index 000000000000..0c777e5df60a Binary files /dev/null and b/modular_ss220/antagonists/icons/flag.dmi differ diff --git a/modular_ss220/antagonists/icons/guns/ammo.dmi b/modular_ss220/antagonists/icons/guns/ammo.dmi new file mode 100644 index 000000000000..777d90745500 Binary files /dev/null and b/modular_ss220/antagonists/icons/guns/ammo.dmi differ diff --git a/modular_ss220/antagonists/icons/guns/inhands/guns_lefthand.dmi b/modular_ss220/antagonists/icons/guns/inhands/guns_lefthand.dmi new file mode 100644 index 000000000000..94ba073d3547 Binary files /dev/null and b/modular_ss220/antagonists/icons/guns/inhands/guns_lefthand.dmi differ diff --git a/modular_ss220/antagonists/icons/guns/inhands/guns_righthand.dmi b/modular_ss220/antagonists/icons/guns/inhands/guns_righthand.dmi new file mode 100644 index 000000000000..95a206aa9e61 Binary files /dev/null and b/modular_ss220/antagonists/icons/guns/inhands/guns_righthand.dmi differ diff --git a/modular_ss220/antagonists/icons/guns/vox_guns.dmi b/modular_ss220/antagonists/icons/guns/vox_guns.dmi new file mode 100644 index 000000000000..78cd6d492c6e Binary files /dev/null and b/modular_ss220/antagonists/icons/guns/vox_guns.dmi differ diff --git a/modular_ss220/antagonists/icons/hud.dmi b/modular_ss220/antagonists/icons/hud.dmi new file mode 100644 index 000000000000..c10534ebed76 Binary files /dev/null and b/modular_ss220/antagonists/icons/hud.dmi differ diff --git a/modular_ss220/antagonists/icons/landmark.dmi b/modular_ss220/antagonists/icons/landmark.dmi new file mode 100644 index 000000000000..40512d2511a2 Binary files /dev/null and b/modular_ss220/antagonists/icons/landmark.dmi differ diff --git a/modular_ss220/antagonists/icons/objects/critter.dmi b/modular_ss220/antagonists/icons/objects/critter.dmi new file mode 100644 index 000000000000..6e09f54898a8 Binary files /dev/null and b/modular_ss220/antagonists/icons/objects/critter.dmi differ diff --git a/modular_ss220/antagonists/icons/objects/dart.dmi b/modular_ss220/antagonists/icons/objects/dart.dmi new file mode 100644 index 000000000000..5708a3015663 Binary files /dev/null and b/modular_ss220/antagonists/icons/objects/dart.dmi differ diff --git a/modular_ss220/antagonists/icons/trader_machine.dmi b/modular_ss220/antagonists/icons/trader_machine.dmi new file mode 100644 index 000000000000..46abdac3568a Binary files /dev/null and b/modular_ss220/antagonists/icons/trader_machine.dmi differ diff --git a/modular_ss220/antagonists/sound/ambience/antag/blood_brothers_intro.ogg b/modular_ss220/antagonists/sound/ambience/antag/blood_brothers_intro.ogg new file mode 100644 index 000000000000..51e1f421563c Binary files /dev/null and b/modular_ss220/antagonists/sound/ambience/antag/blood_brothers_intro.ogg differ diff --git a/modular_ss220/antagonists/sound/ambience/antag/vox_raiders_intro.ogg b/modular_ss220/antagonists/sound/ambience/antag/vox_raiders_intro.ogg new file mode 100644 index 000000000000..40cc2323cc87 Binary files /dev/null and b/modular_ss220/antagonists/sound/ambience/antag/vox_raiders_intro.ogg differ diff --git a/modular_ss220/antagonists/sound/guns/gun_es4.ogg b/modular_ss220/antagonists/sound/guns/gun_es4.ogg new file mode 100644 index 000000000000..54210c02fa60 Binary files /dev/null and b/modular_ss220/antagonists/sound/guns/gun_es4.ogg differ diff --git a/modular_ss220/antagonists/sound/guns/m79_break_open.ogg b/modular_ss220/antagonists/sound/guns/m79_break_open.ogg new file mode 100644 index 000000000000..bf6bd477e556 Binary files /dev/null and b/modular_ss220/antagonists/sound/guns/m79_break_open.ogg differ diff --git a/modular_ss220/antagonists/sound/guns/m79_reload.ogg b/modular_ss220/antagonists/sound/guns/m79_reload.ogg new file mode 100644 index 000000000000..59b165cbbb80 Binary files /dev/null and b/modular_ss220/antagonists/sound/guns/m79_reload.ogg differ diff --git a/modular_ss220/antagonists/sound/guns/m79_shoot.ogg b/modular_ss220/antagonists/sound/guns/m79_shoot.ogg new file mode 100644 index 000000000000..bcb22fb04a9c Binary files /dev/null and b/modular_ss220/antagonists/sound/guns/m79_shoot.ogg differ diff --git a/modular_ss220/antagonists/sound/guns/m79_unload.ogg b/modular_ss220/antagonists/sound/guns/m79_unload.ogg new file mode 100644 index 000000000000..1bff50bbfb2a Binary files /dev/null and b/modular_ss220/antagonists/sound/guns/m79_unload.ogg differ diff --git a/modular_ss220/autolathe_tgui/_autolathe_tgui.dm b/modular_ss220/autolathe_tgui/_autolathe_tgui.dm new file mode 100644 index 000000000000..25ac5b6ef362 --- /dev/null +++ b/modular_ss220/autolathe_tgui/_autolathe_tgui.dm @@ -0,0 +1,4 @@ +/datum/modpack/autolathe_tgui + name = "Autolathe TGUI" + desc = "Новый интерфейс для автолата" + author = "Aylong" diff --git a/modular_ss220/autolathe_tgui/_autolathe_tgui.dme b/modular_ss220/autolathe_tgui/_autolathe_tgui.dme new file mode 100644 index 000000000000..9198c532fe03 --- /dev/null +++ b/modular_ss220/autolathe_tgui/_autolathe_tgui.dme @@ -0,0 +1,3 @@ +#include "_autolathe_tgui.dm" + +#include "code/autolathe_ui.dm" diff --git a/modular_ss220/autolathe_tgui/code/autolathe_ui.dm b/modular_ss220/autolathe_tgui/code/autolathe_ui.dm new file mode 100644 index 000000000000..b8ab9ceaba87 --- /dev/null +++ b/modular_ss220/autolathe_tgui/code/autolathe_ui.dm @@ -0,0 +1,6 @@ +/obj/machinery/autolathe/ui_interact(mob/user, datum/tgui/ui) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "Autolathe220", name) + ui.set_autoupdate(FALSE) + ui.open() diff --git a/modular_ss220/awaymission_gun/_awaymission_gun.dm b/modular_ss220/awaymission_gun/_awaymission_gun.dm new file mode 100644 index 000000000000..b9350a83a703 --- /dev/null +++ b/modular_ss220/awaymission_gun/_awaymission_gun.dm @@ -0,0 +1,4 @@ +/datum/modpack/awaymission_gun + name = "Гейтган" + desc = "Добавляет гейтган." + author = "PhantomRU" diff --git a/modular_ss220/awaymission_gun/_awaymission_gun.dme b/modular_ss220/awaymission_gun/_awaymission_gun.dme new file mode 100644 index 000000000000..25949a2657d2 --- /dev/null +++ b/modular_ss220/awaymission_gun/_awaymission_gun.dme @@ -0,0 +1,4 @@ +#include "_awaymission_gun.dm" + +#include "code/items/awaymission_gun.dm" +#include "code/research_designs/weapon_designs.dm" diff --git a/modular_ss220/awaymission_gun/code/items/awaymission_gun.dm b/modular_ss220/awaymission_gun/code/items/awaymission_gun.dm new file mode 100644 index 000000000000..61659b4992d7 --- /dev/null +++ b/modular_ss220/awaymission_gun/code/items/awaymission_gun.dm @@ -0,0 +1,82 @@ +/obj/item/gun/energy/laser/awaymission_aeg + name = "Wireless Energy Gun" + desc = "An energy gun that recharges wirelessly during away missions. Does not work outside the gate." + icon = 'modular_ss220/awaymission_gun/icons/items/energy.dmi' + lefthand_file = 'modular_ss220/awaymission_gun/icons/inhands/lefthand.dmi' + righthand_file = 'modular_ss220/awaymission_gun/icons/inhands/righthand.dmi' + icon_state = "laser_gate" + item_state = "nucgun" + force = 10 + origin_tech = "combat=5;magnets=3;powerstorage=4" + selfcharge = TRUE // Selfcharge is enabled and disabled, and used as the away mission tracker + can_charge = 0 + +/obj/item/gun/energy/laser/awaymission_aeg/Initialize(mapload) + . = ..() + // Force update it incase it spawns outside an away mission and shouldnt be charged + onTransitZ(new_z = loc.z) + +/obj/item/gun/energy/laser/awaymission_aeg/onTransitZ(old_z, new_z) + . = ..() + if(is_away_level(new_z)) + if(ismob(loc)) + to_chat(loc, span_notice("Ваш [src] активируется, начиная аккумулировать энергию из материи сущего.")) + selfcharge = TRUE + return + if(ismob(loc) && selfcharge) + to_chat(loc, span_danger("Ваш [src] деактивируется, так как он подавляется системами станции.
")) + cell.charge = 0 + selfcharge = FALSE + update_icon() + +/obj/item/gun/energy/laser/awaymission_aeg/proc/update_mob() + if(ismob(loc)) + var/mob/M = loc + M.unEquip(src) + +// GUNS +/obj/item/gun/energy/laser/awaymission_aeg/rnd + name = "Exploreverse Mk.I" + desc = "Прототип оружия с миниатюрным реактором для исследований в крайне отдаленных секторах. \ + \n Данная модель использует экспериментальную систему обратного восполнения, работающую на принципе огромной аккумуляции энергии, но крайне уязвимую к радиопомехам, которыми кишит сектор станции, попростую не работая там." + origin_tech = "combat=2;powerstorage=3" + +/obj/item/gun/energy/laser/awaymission_aeg/rnd/mk2 + name = "Exploreverse Mk.II" + desc = "Второй прототип оружия с миниатюрным реактором и забавным рычагом для исследований в крайне отдаленных секторах. \ + \nДанная модель оснащена системой ручного восполнения энергии \"Za.E.-8 A.L'sya\", \ + позволяющей в короткие сроки восполнить необходимую электроэнергию с помощью ручного труда и конвертации личной энергии подключенного к системе зарядки. \ + \nТеперь еще более нелепый дизайн с торчащими проводами!" + icon_state = "laser_gate_mk2" + origin_tech = "combat=3;magnets=2;powerstorage=2;programming=3;" + +/obj/item/gun/energy/laser/awaymission_aeg/rnd/mk2/attack_self__legacy__attackchain(mob/living/user) + var/msg_for_all = span_warning("[user.name] усердно давит на рычаг зарядки [src], но он не поддается!") + var/msg_for_user = span_notice("Вы пытаетесь надавить на рычаг зарядки [src], но он заблокирован.") + var/msg_recharge_all = span_notice("[user.name] усердно давит на рычаг зарядки [src]...") + var/msg_recharge_user = span_notice("Вы со всей силы давите на рычаг зарядки [src], пытаясь зарядить её...") + + if(!is_away_level(loc.z)) + user.visible_message(msg_for_all, msg_for_user) + return FALSE + + if(cell.charge >= cell.maxcharge) + user.visible_message(msg_for_all, msg_for_user) + return FALSE + + if(user.nutrition <= NUTRITION_LEVEL_STARVING) + user.visible_message( + span_warning("[user.name] слабо давит на [src], но бесполезно: слишком мало сил!"), + span_notice("Вы пытаетесь надавить на рычаг зарядки [src], но не можете из-за голода и усталости!")) + return FALSE + + user.visible_message(msg_recharge_all, msg_recharge_user) + playsound(loc, 'sound/effects/sparks3.ogg', 10, 1) + do_sparks(1, 1, src) + + if(!do_after_once(user, 3 SECONDS, target = src)) + return + cell.give(166) + on_recharge() + user.adjust_nutrition(-25) + . = ..() diff --git a/modular_ss220/awaymission_gun/code/research_designs/weapon_designs.dm b/modular_ss220/awaymission_gun/code/research_designs/weapon_designs.dm new file mode 100644 index 000000000000..573902ccc1e8 --- /dev/null +++ b/modular_ss220/awaymission_gun/code/research_designs/weapon_designs.dm @@ -0,0 +1,21 @@ +/datum/design/gate_gun_mk1 + name = "Gate Energy Gun MK1" + desc = "An energy gun with an experimental miniaturized reactor. Only works in the gate" //не отображаемое описание, т.к. печатается без кейса + id = "gate_energy_gun" + req_tech = list("combat" = 3, "magnets" = 3, "powerstorage" = 4) + build_type = PROTOLATHE + materials = list(MAT_METAL = 6000, MAT_GLASS = 1500, MAT_URANIUM = 1500, MAT_TITANIUM = 500) + build_path = /obj/item/gun/energy/laser/awaymission_aeg/rnd + locked = 0 + category = list("Weapons") + +/datum/design/gate_gun_mk2 + name = "Gate Energy Gun MK2" + desc = "An energy gun with an experimental miniaturized reactor. Only works in the gate" //не отображаемое описание, т.к. печатается без кейса + id = "gate_energy_gun_mk2" + req_tech = list("combat" = 5, "magnets" = 3, "powerstorage" = 5, "programming" = 3, "engineering" = 5) + build_type = PROTOLATHE + materials = list(MAT_METAL = 8000, MAT_GLASS = 2000, MAT_URANIUM = 2000, MAT_TITANIUM = 500, MAT_SILVER = 1000) + build_path = /obj/item/gun/energy/laser/awaymission_aeg/rnd/mk2 + locked = 0 + category = list("Weapons") diff --git a/modular_ss220/awaymission_gun/icons/inhands/lefthand.dmi b/modular_ss220/awaymission_gun/icons/inhands/lefthand.dmi new file mode 100644 index 000000000000..101610bd9fbd Binary files /dev/null and b/modular_ss220/awaymission_gun/icons/inhands/lefthand.dmi differ diff --git a/modular_ss220/awaymission_gun/icons/inhands/righthand.dmi b/modular_ss220/awaymission_gun/icons/inhands/righthand.dmi new file mode 100644 index 000000000000..5174b1709ba8 Binary files /dev/null and b/modular_ss220/awaymission_gun/icons/inhands/righthand.dmi differ diff --git a/modular_ss220/awaymission_gun/icons/items/energy.dmi b/modular_ss220/awaymission_gun/icons/items/energy.dmi new file mode 100644 index 000000000000..0365ecc75907 Binary files /dev/null and b/modular_ss220/awaymission_gun/icons/items/energy.dmi differ diff --git a/modular_ss220/balance/_balance.dm b/modular_ss220/balance/_balance.dm new file mode 100644 index 000000000000..0c56d172ca6a --- /dev/null +++ b/modular_ss220/balance/_balance.dm @@ -0,0 +1,4 @@ +/datum/modpack/balance + name = "Баланс" + desc = "Твики баланса." + author = "dj-34, larentoun, Yata9arasu" diff --git a/modular_ss220/balance/_balance.dme b/modular_ss220/balance/_balance.dme new file mode 100644 index 000000000000..8c1e00182243 --- /dev/null +++ b/modular_ss220/balance/_balance.dme @@ -0,0 +1,12 @@ +#include "_balance.dm" + +#include "code/access/access.dm" +#include "code/events/blob.dm" +#include "code/items/projectiles.dm" +#include "code/items/weapons.dm" +#include "code/items/storage/surgical_tray.dm" +#include "code/items/storage/closets.dm" +#include "code/jobs/warden.dm" +#include "code/mobs/aliens/larva.dm" +#include "code/species/machine.dm" +#include "code/species/skrell.dm" diff --git a/modular_ss220/balance/code/access/access.dm b/modular_ss220/balance/code/access/access.dm new file mode 100644 index 000000000000..0f413c508d7f --- /dev/null +++ b/modular_ss220/balance/code/access/access.dm @@ -0,0 +1,43 @@ +/datum/job/cargo_tech/New() + . = ..() + access |= list(ACCESS_MINING) + +/datum/job/mining/New() + . = ..() + access |= list(ACCESS_CARGO, ACCESS_CARGO_BAY, ACCESS_SUPPLY_SHUTTLE, ACCESS_MAILSORTING) + +/datum/job/bartender/New() + . = ..() + access |= list(ACCESS_KITCHEN, ACCESS_HYDROPONICS) + +/datum/job/chef/New() + . = ..() + access |= list(ACCESS_BAR, ACCESS_HYDROPONICS) + +/datum/job/hydro/New() + . = ..() + access |= list(ACCESS_KITCHEN, ACCESS_BAR) + +/datum/job/doctor/New() + . = ..() + access |= list(ACCESS_CHEMISTRY, ACCESS_GENETICS, ACCESS_VIROLOGY) + +/datum/job/paramedic/New() + . = ..() + access |= list(ACCESS_CARGO_BAY, ACCESS_SURGERY) + +/datum/job/atmos/New() + . = ..() + access |= list(ACCESS_ENGINE, ACCESS_ENGINE_EQUIP) + +/datum/job/engineer/New() + . = ..() + access |= list(ACCESS_ATMOSPHERICS) + +/datum/job/blueshield/New() + . = ..() + access |= list(ACCESS_CARGO_BAY) + +/datum/job/roboticist/New() + . = ..() + access |= list(ACCESS_TOX) diff --git a/modular_ss220/balance/code/events/blob.dm b/modular_ss220/balance/code/events/blob.dm new file mode 100644 index 000000000000..c6c5afd6462d --- /dev/null +++ b/modular_ss220/balance/code/events/blob.dm @@ -0,0 +1,4 @@ +// Increases announce time +/datum/event/blob + announceWhen = 420 + endWhen = 480 diff --git a/modular_ss220/balance/code/items/projectiles.dm b/modular_ss220/balance/code/items/projectiles.dm new file mode 100644 index 000000000000..90f063b5e34f --- /dev/null +++ b/modular_ss220/balance/code/items/projectiles.dm @@ -0,0 +1,20 @@ +/obj/item/projectile + ///If TRUE, hit mobs even if they're on the floor and not our target + var/hit_prone_targets = FALSE + +/atom/handle_ricochet(obj/item/projectile/ricocheting_projectile) + . = ..() + if(.) + // here is confirmed ricochet - force projectile to hit targets + ricocheting_projectile.hit_prone_targets = TRUE + +/obj/item/ammo_casing/ready_proj(atom/target, mob/living/user, quiet, zone_override, atom/firer_source_atom) + . = ..() + if(!BB) + return + BB.hit_prone_targets = user.a_intent != INTENT_HELP + +/mob/living/carbon/human/projectile_hit_check(obj/item/projectile/P) + if(stat == CONSCIOUS) + return !P.hit_prone_targets && !density + return !density diff --git a/modular_ss220/balance/code/items/storage/closets.dm b/modular_ss220/balance/code/items/storage/closets.dm new file mode 100644 index 000000000000..ce635fffc864 --- /dev/null +++ b/modular_ss220/balance/code/items/storage/closets.dm @@ -0,0 +1,11 @@ +// Paramedic Closet +/obj/structure/closet/secure_closet/paramedic/populate_contents() + . = ..() + new /obj/item/grenade/jaunter_grenade(src) + new /obj/item/grenade/jaunter_grenade(src) + +// Blueshield Closet +/obj/structure/closet/secure_closet/blueshield/populate_contents() + . = ..() + new /obj/item/melee/baton/electrostaff/loaded(src) + new /obj/item/screwdriver(src) diff --git a/modular_ss220/balance/code/items/storage/surgical_tray.dm b/modular_ss220/balance/code/items/storage/surgical_tray.dm new file mode 100644 index 000000000000..7de5fbfb2b14 --- /dev/null +++ b/modular_ss220/balance/code/items/storage/surgical_tray.dm @@ -0,0 +1,14 @@ +/obj/item/storage/surgical_tray/Initialize(mapload) + . = ..() + + QDEL_LIST_CONTENTS(contents) + + new /obj/item/scalpel(src) + new /obj/item/cautery(src) + new /obj/item/hemostat(src) + new /obj/item/retractor(src) + new /obj/item/fix_o_vein(src) + new /obj/item/surgicaldrill(src) + new /obj/item/circular_saw(src) + new /obj/item/bonegel(src) + new /obj/item/bonesetter(src) diff --git a/modular_ss220/balance/code/items/weapons.dm b/modular_ss220/balance/code/items/weapons.dm new file mode 100644 index 000000000000..50e1dd9074a9 --- /dev/null +++ b/modular_ss220/balance/code/items/weapons.dm @@ -0,0 +1,37 @@ +/obj/item/gun/projectile/revolver/doublebarrel/sawoff(mob/user) + . = ..() + if(sawn_state == SAWN_OFF) + can_holster = TRUE + w_class = WEAPON_MEDIUM + +// MARK: Energy +/obj/item/gun/energy/gun + w_class = WEIGHT_CLASS_BULKY + +/obj/item/gun/energy/immolator + w_class = WEIGHT_CLASS_BULKY + +/obj/item/gun/energy/gun/hos + w_class = WEIGHT_CLASS_NORMAL + +/obj/item/gun/energy/gun/blueshield + w_class = WEIGHT_CLASS_NORMAL + +// MARK: Laser +/obj/item/gun/energy/laser + w_class = WEIGHT_CLASS_BULKY + +/obj/item/gun/energy/xray + w_class = WEIGHT_CLASS_BULKY + +/obj/item/gun/energy/laser/captain + w_class = WEIGHT_CLASS_NORMAL + +/obj/item/gun/energy/laser/tag + w_class = WEIGHT_CLASS_NORMAL + +/obj/item/gun/energy/laser/practice + w_class = WEIGHT_CLASS_NORMAL + +/obj/item/gun/energy/laser/awaymission_aeg/rnd + w_class = WEIGHT_CLASS_NORMAL diff --git a/modular_ss220/balance/code/jobs/warden.dm b/modular_ss220/balance/code/jobs/warden.dm new file mode 100644 index 000000000000..6e1c1df710ee --- /dev/null +++ b/modular_ss220/balance/code/jobs/warden.dm @@ -0,0 +1,2 @@ +/datum/job/warden + department_account_access = TRUE diff --git a/modular_ss220/balance/code/mobs/aliens/larva.dm b/modular_ss220/balance/code/mobs/aliens/larva.dm new file mode 100644 index 000000000000..21803a808995 --- /dev/null +++ b/modular_ss220/balance/code/mobs/aliens/larva.dm @@ -0,0 +1,13 @@ +/obj/machinery/door/airlock/attack_larva(mob/user) + for(var/atom/movable/movable in get_turf(src)) + if(movable != src && movable.density && !movable.CanPass(user, user.loc)) + to_chat(user, span_warning("[movable] мешает вам протиснуться под [src]!")) + return + if(locked || welded) //Can't pass through airlocks that have been bolted down or welded + to_chat(user, span_warning("[src] герметично закрыт. Вы не можете протиснуться!")) + return + user.visible_message( + span_warning("[user] протискивается через [src]!"), + span_warning("Вы протискиваетесь через [src]."), + null) + user.forceMove(get_turf(src)) diff --git a/modular_ss220/balance/code/species/machine.dm b/modular_ss220/balance/code/species/machine.dm new file mode 100644 index 000000000000..cd73b7616515 --- /dev/null +++ b/modular_ss220/balance/code/species/machine.dm @@ -0,0 +1,18 @@ +/datum/species/machine + speciesbox = /obj/item/storage/box/survival_ipc + +// Survival box for IPC +/obj/item/storage/box/survival_ipc + icon = 'modular_ss220/aesthetics/boxes/icons/boxes.dmi' + icon_state = "machine_box" + +/obj/item/storage/box/survival_ipc/populate_contents() + new /obj/item/weldingtool(src) + new /obj/item/stack/cable_coil/five(src) + new /obj/item/flashlight/flare/glowstick/emergency(src) + +/obj/machinery/recharger/attackby__legacy__attackchain(obj/item/G, mob/user, params) + if(istype(G, /obj/item/melee/baton/electrostaff)) + to_chat(user, span_notice("[G] не имеет внешних разъемов для подзарядки.")) + return + . = ..() diff --git a/modular_ss220/balance/code/species/skrell.dm b/modular_ss220/balance/code/species/skrell.dm new file mode 100644 index 000000000000..7e44cfdf20af --- /dev/null +++ b/modular_ss220/balance/code/species/skrell.dm @@ -0,0 +1,32 @@ +// Dealing toxins when drinking alcohol +/obj/item/organ/internal/kidneys/skrell/on_life() + . = ..() + var/datum/reagent/consumable/ethanol/ethanol_reagent = locate(/datum/reagent/consumable/ethanol) in owner.reagents.reagent_list + if(!ethanol_reagent) + return + if(is_broken()) + owner.adjustToxLoss(1.5 * max(ethanol_reagent.alcohol_perc, 1) * PROCESS_ACCURACY) + else + owner.adjustToxLoss(0.5 * max(ethanol_reagent.alcohol_perc, 1) * PROCESS_ACCURACY) + receive_damage(0.1 * PROCESS_ACCURACY) + +// Weak night vision +/obj/item/organ/internal/eyes/skrell + see_in_dark = 3 + +// Reagent scan for food +/obj/item/food/examine(mob/user) + . = ..() + if(!isskrell(user)) + return + . += "It contains:" + for(var/datum/reagent/reagent_inside_food as anything in reagents.reagent_list) + . += "[reagent_inside_food.volume] units of [reagent_inside_food.name]" + +// Reagent scan for solutions +/mob/living/carbon/human/reagent_vision() + return isskrell(src) || ..() + +// Getting less toxins +/datum/species/skrell + tox_mod = 0.9 diff --git a/modular_ss220/barsigns/_barsigns.dm b/modular_ss220/barsigns/_barsigns.dm new file mode 100644 index 000000000000..106f29bca442 --- /dev/null +++ b/modular_ss220/barsigns/_barsigns.dm @@ -0,0 +1,4 @@ +/datum/modpack/barsigns + name = "Барные вывески" + desc = "Добавляет новые барные вывески" + author = "Aylong220, larentoun" diff --git a/modular_ss220/barsigns/_barsigns.dme b/modular_ss220/barsigns/_barsigns.dme new file mode 100644 index 000000000000..5bdc02915902 --- /dev/null +++ b/modular_ss220/barsigns/_barsigns.dme @@ -0,0 +1,3 @@ +#include "_barsigns.dm" + +#include "code/barsigns.dm" diff --git a/modular_ss220/barsigns/code/barsigns.dm b/modular_ss220/barsigns/code/barsigns.dm new file mode 100644 index 000000000000..0d9c0c4409fd --- /dev/null +++ b/modular_ss220/barsigns/code/barsigns.dm @@ -0,0 +1,53 @@ +/obj/machinery/barsign/set_sign(datum/barsign/sign) + if(!istype(sign)) + return + if(initial(sign.ss220_icon)) + icon = initial(sign.ss220_icon) + else + icon = initial(icon) + . = ..() + +/datum/barsign + var/ss220_icon + +/datum/barsign/evahumanspace + name = "SS220 EVA Human in Space" + icon = "evahumanspace" + desc = "Безопасность - это привелегия." + ss220_icon = 'modular_ss220/barsigns/icons/barsigns.dmi' + +/datum/barsign/warpsurf + name = "SS220 Warp Surf" + icon = "warpsurf" + desc = "Welcome to the club, buddy!" + ss220_icon = 'modular_ss220/barsigns/icons/barsigns.dmi' + +/datum/barsign/papacafe + name = "SS220 Space Daddy's Cafe" + icon = "papacafe" + desc = "Уважай своего Космического Папу!" + ss220_icon = 'modular_ss220/barsigns/icons/barsigns.dmi' + +/datum/barsign/wycctide + name = "SS220 Wycctide" + icon = "wycctide" + desc = "О нет, он близится!" + ss220_icon = 'modular_ss220/barsigns/icons/barsigns.dmi' + +/datum/barsign/shitcur + name = "SS220 Shitcur" + icon = "shitcur" + desc = "Невиновность ничего не доказывает." + ss220_icon = 'modular_ss220/barsigns/icons/barsigns.dmi' + +/datum/barsign/pourndot + name = "SS220 Pour and that's it" + icon = "pourndot" + desc = "Нальют и Точка. Тяжёлые времена приближаются." + ss220_icon = 'modular_ss220/barsigns/icons/barsigns.dmi' + +/datum/barsign/moonipub + name = "SS220 Mooniverse pub" + icon = "mooni" + desc = "Совершенно новый паб." + ss220_icon = 'modular_ss220/barsigns/icons/barsigns.dmi' diff --git a/modular_ss220/barsigns/icons/barsigns.dmi b/modular_ss220/barsigns/icons/barsigns.dmi new file mode 100644 index 000000000000..58bcb474b620 Binary files /dev/null and b/modular_ss220/barsigns/icons/barsigns.dmi differ diff --git a/modular_ss220/bureaucracy/_bureaucracy.dm b/modular_ss220/bureaucracy/_bureaucracy.dm new file mode 100644 index 000000000000..cc9b26b56dab --- /dev/null +++ b/modular_ss220/bureaucracy/_bureaucracy.dm @@ -0,0 +1,9 @@ +/datum/modpack/bureaucracy + name = "Бюрократия" + desc = "Добавляет бланки в ксерокс." + author = "Aylong220, Furior, RV666" + +/datum/modpack/bureaucracy/initialize() + . = ..() + for(var/datum/bureaucratic_form/form as anything in subtypesof(/datum/bureaucratic_form)) + GLOB.bureaucratic_forms["[form]"] = new form diff --git a/modular_ss220/bureaucracy/_bureaucracy.dme b/modular_ss220/bureaucracy/_bureaucracy.dme new file mode 100644 index 000000000000..ed7bf92d9036 --- /dev/null +++ b/modular_ss220/bureaucracy/_bureaucracy.dme @@ -0,0 +1,5 @@ +#include "_bureaucracy.dm" + +#include "code/paper.dm" +#include "code/forms.dm" +#include "code/photocopier.dm" diff --git a/modular_ss220/bureaucracy/code/forms.dm b/modular_ss220/bureaucracy/code/forms.dm new file mode 100644 index 000000000000..54677acd4da4 --- /dev/null +++ b/modular_ss220/bureaucracy/code/forms.dm @@ -0,0 +1,549 @@ +GLOBAL_LIST_INIT(bureaucratic_forms, list()) + +/datum/bureaucratic_form + var/const/footer_signstampfax = "

Подписи глав являются доказательством их согласия.
Данный документ является недействительным при отсутствии релевантной печати.
Пожалуйста, отправьте обратно подписанную/проштампованную копию факсом.
" + var/const/footer_signstamp = "

Подписи глав являются доказательством их согласия.
Данный документ является недействительным при отсутствии релевантной печати.
" + var/const/footer_confidential = "

Данный документ является недействительным при отсутствии печати.
Отказ от ответственности: Данный факс является конфиденциальным и не может быть прочтен сотрудниками не имеющего доступа. Если вы получили данный факс по ошибке, просим вас сообщить отправителю и удалить его из вашего почтового ящика или любого другого носителя. И Nanotrasen, и любой её агент не несёт ответственность за любые сделанные заявления, они являются исключительно заявлениями отправителя, за исключением если отправителем является Nanotrasen или один из её агентов. Отмечаем, что ни Nanotrasen, ни один из агентов корпорации не несёт ответственности за наличие вирусов, который могут содержаться в данном факсе или его приложения, и это только ваша прерогатива просканировать факс и приложения на них. Никакие контракты не могут быть заключены посредством факсимильной связи.
" + + /// Form name. Will be applied to a paper + var/name + /// Form id + var/id + /// Alternative form name. Appears in printer this way with id + var/altername + /// In what category the form is + var/category + /// What access is required to print this form + var/req_access + + /// Text that will be applied to a paper + var/text + var/is_header_needed = TRUE + /// Header that will be apllied to a paper + var/header + /// Footer that will be apllied to a paper + var/footer = footer_signstampfax + + /// Used in header to decide to add or not CONFEDENTIAL text + var/confidential = FALSE + /// Used in some forms as a reminder of some stuff + var/notice = "Перед заполнением прочтите от начала до конца | Во всех PDA имеется ручка" + /// Is generated based on station name. Used in some forms + var/from + +/datum/bureaucratic_form/New() + . = ..() + from = "Научная станция Nanotrasen\ + "[SSmapping.map_datum.fluff_name]"" + if(is_header_needed) + header = "
" // Table within a table for alignment, also allows you to easily add more colomns. @@ -2036,6 +2049,15 @@ if(job.hidden_from_job_prefs) continue + // ===== SS220 ADD - NEW JOBS ====== + // ============= START ============= + if(!job.is_donor_allowed(user.client)) + continue + + if(extra_jobs_check != job.is_extra_job) + continue + // ============== END ============== + index += 1 if((index >= limit) || (job.title in splitJobs)) if((index < limit) && (lastJob != null)) diff --git a/code/modules/client/preference/link_processing.dm b/code/modules/client/preference/link_processing.dm index a67e3da4baf6..573829a85f67 100644 --- a/code/modules/client/preference/link_processing.dm +++ b/code/modules/client/preference/link_processing.dm @@ -696,6 +696,16 @@ return active_character.flavor_text = msg + // SS220 ADDITION START - TTS220 + if("tts_seed") + var/datum/ui_module/tts_seeds_explorer/explorer = explorer_users[user] + if(!explorer) + explorer = new() + explorer_users[user] = explorer + explorer.ui_interact(user) + return + // SS220 ADDITION END + if("limbs") var/valid_limbs = list("Left Leg", "Right Leg", "Left Arm", "Right Arm", "Left Foot", "Right Foot", "Left Hand", "Right Hand") if(S.bodyflags & ALL_RPARTS) @@ -911,7 +921,7 @@ if("hear_adminhelps") sound ^= SOUND_ADMINHELP if("ui") - var/new_UI_style = tgui_input_list(user, "Choose your UI style", "UI style", list("Midnight", "Plasmafire", "Retro", "Slimecore", "Operative", "White")) + var/new_UI_style = tgui_input_list(user, "Choose your UI style", "UI style", list("Midnight", "Plasmafire", "Retro", "Slimecore", "Operative", "White", "Vaporwave", "Detective", "Trasenknox", "Clockwork")) // SS220 EDIT "Vaporwave, Detective, Trasenknox, Clockwork" if(!new_UI_style) return switch(new_UI_style) @@ -927,6 +937,16 @@ UI_style = "Operative" if("White") UI_style = "White" + // SS220 ADDITION - START + if("Vaporwave") + UI_style = "Vaporwave" + if("Detective") + UI_style = "Detective" + if("Trasenknox") + UI_style = "Trasenknox" + if("Clockwork") + UI_style = "Clockwork" + // SS220 ADDITION - END if(ishuman(usr)) //mid-round preference changes, for aesthetics var/mob/living/carbon/human/H = usr @@ -1212,7 +1232,7 @@ "CLEAR" = "Center" ) - new_key = key_map[new_key] || new_key + new_key = convert_ru_key_to_en_key(key_map[new_key] || new_key) // SS220 EDIT var/full_key switch(new_key) diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm index e862a08a2811..daa3ac14bac2 100644 --- a/code/modules/client/preference/preferences.dm +++ b/code/modules/client/preference/preferences.dm @@ -319,6 +319,14 @@ GLOBAL_LIST_INIT(special_role_times, list( else dat += "Character Records
" + // SS220 ADDITION START - TTS220 + if(GLOB.configuration.tts.tts_enabled) + dat += {" +

Text-to-Speech

+ Выбор голоса: Эксплорер TTS голосов
+ "} + // SS220 ADDITION END + dat += "

Limbs

" if(S.bodyflags & HAS_ALT_HEADS) //Species with alt heads. dat += "Alternate Head: " @@ -425,7 +433,7 @@ GLOBAL_LIST_INIT(special_role_times, list( dat += "Ghost Radio: [(toggles & PREFTOGGLE_CHAT_GHOSTRADIO) ? "All Chatter" : "Nearest Speakers"]
" dat += "Ghost Sight: [(toggles & PREFTOGGLE_CHAT_GHOSTSIGHT) ? "All Emotes" : "Nearest Creatures"]
" dat += "Ghost PDA: [(toggles & PREFTOGGLE_CHAT_GHOSTPDA) ? "All PDA Messages" : "No PDA Messages"]
" - if(check_rights(R_ADMIN,0)) + if(check_rights(R_EVENT,0)) // SS220 Addition dat += "OOC Color:     Change
" if(GLOB.configuration.general.allow_character_metadata) dat += "OOC Notes: Edit
" @@ -612,6 +620,10 @@ GLOBAL_LIST_INIT(special_role_times, list( dat += "
[(toggles & toggle.preftoggle_bitflag) ? "Enabled" : "Disabled"][(toggles2 & toggle.preftoggle_bitflag) ? "Enabled" : "Disabled"][(toggles220 & toggle.preftoggle_bitflag) ? "Enabled" : "Disabled"][(sound & toggle.preftoggle_bitflag) ? "Enabled" : "Disabled"]
[name][confidential ? " \[КОНФИДЕНЦИАЛЬНО\]" : ""]
[altername]
[from][category]
[notice]



" + +/datum/bureaucratic_form/proc/apply_to_paper(obj/item/paper/paper, mob/user = null) + paper.name = name + paper.info = admin_pencode_to_html(text, user) + paper.header = header + paper.footer = footer + paper.force_big = TRUE + paper.populatefields() + +// Главы станции +/datum/bureaucratic_form/NT_COM_ST + name = "Форма NT-COM-ST" + id = "NT-COM-ST" + altername = "Отчет о ситуации на станции" + category = "Главы станции" + text = "
Приветствую Центральное командование

Сообщает вам , в должности .

В данный момент на станции код:
Активные угрозы для станции:
Потери среди экипажа:
Повреждения на станции:
Общее состояние станции:
Дополнительная информация:


Подписи и штампы

Подпись:
*В данном документе описывается полное состояние станции, необходимо перечислить всю доступную информацию.
*Информацию, которую вы считаете нужной, необходимо сообщить в разделе – дополнительная информация.
*Данный документ считается официальным только после подписи уполномоченного лица и наличии на документе его печати.
" + +/datum/bureaucratic_form/NT_COM_ACAP + name = "Форма NT-COM-ACAP" + id = "NT-COM-ACAP" + altername = "Заявление о повышении главы отдела до и.о. капитана" + category = "Главы станции" + text = "Я, , в должности главы отделения , прошу согласовать нынешнее командование \[station\], в повышении меня до и.о. капитана.

⠀⠀⠀При назначении меня на данную должность, я обязуюсь выполнять все рекомендации и правила, согласно стандартным рабочим процедурам капитана. До появления капитана, я обеспечиваю порядок и управление станцией, сохранность и безопасность диска с кодами авторизации ядерной боеголовки, а также самой боеголовки, коды от сейфов и личные вещи капитана.

⠀⠀⠀При появлении капитана мне необходибо будет сообщить: состояние и статус станции, о своем продвижении до и.о. капитана, и обнулить капитанский доступ при первому требованию капитана.

Подписи и штампы


Подпись заявителя:
Подпись инициатора повышения:
Время вступления в должность и.о. капитана:
Подпись главы отделения :
Подпись главы отделения :
Подпись главы отделения :

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченного лица, производившего инициацию повышения, и выдаче заявителю.
*Если один (или более) глав отсутствуют, необходимо собрать подписи, действующих глав.
*Так же в данном документе, главам, которые согласились с кандидатом, необходимо поставить свою печать и подпись.
" + +/datum/bureaucratic_form/NT_COM_ACOM + name = "Форма NT-COM-ACOM" + id = "NT-COM-ACOM" + altername = "Заявление о повышении сотрудника до и.о. главы отделения" + category = "Главы станции" + text = "
ᅠᅠЯ, , в должности сотрудника отделения , прошу согласовать нынешнее командование \[station\], в повышении меня до звания и.о. главы .

⠀⠀⠀При назначении меня на данную должность, я обязуюсь выполнять все рекомендации, и правила, которые присутствуют на главе отделения . До появления основного главы отделения, я обеспечиваю порядок и управление своим отделом, сохранность и безопасность личных вещей главы отделения.

⠀⠀⠀При появлении главы отделения, мне неообходимо сообщить: состояние и статус своего отдела, о своем продвижении до и.о. главы отделения, и сдать доступ и.о. главы и взятые вещи при первом требовании прибывшего главы.


Подписи и штампы

Подпись заявителя:
Подпись инициатора повышения:
Время вступления в и.о. :
Подпись главы отделения :
Подпись главы отделения :
Подпись главы отделения :

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченного лица, производившего инициацию повышения, и выдаче заявителю.
*При указании главы, рекомендуется использовать сокращения:
*СМО (главврач), СЕ (глав. инженер), РД (дир. исследований), КМ (завхоз), ГСБ (глава СБ), ГП (глава персонала).
*Если один (или более) глав отсутствуют, необходимо собрать подписи, действующих глав.
*Так же в данном документе, главам, которые согласились с кандидатом, необходимо поставить свою печать и подпись.
" + +/datum/bureaucratic_form/NT_COM_LCOM + name = "Форма NT-COM-LCOM" + id = "NT-COM-LCOM" + altername = "Заявление об увольнении главы отделения" + category = "Главы станции" + text = "
ᅠᅠЯ, , в должности – , заявляю об официальном увольнении действующего главы , отделения . Причина увольнения:
⠀⠀⠀При наличии иных причин, от других глав, они так же могут написать их в данном документе.



Подписи и штампы

Подпись инициатора увольнения:
Подпись увольняемого, о ознакомлении:
Дата и время увольнения:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченного лица, производившего инициацию увольнения, и выдаче увольняемому.
*Для полной эффективности данного документа, необходимо собрать как можно больше причин для увольнения, и перечислить их. Инициировать увольнение может только капитан или глава персонала.
" + +/datum/bureaucratic_form/NT_COM_REQ + name = "Форма NT-COM-REQ" + id = "NT-COM-REQ" + altername = "Запрос на поставку с Центрального командования" + category = "Главы станции" + text = "
Приветствую Центральное командование


Сообщает вам , в должности .

Текст запроса:

Причина запроса:


Подписи и штампы


Подпись:

*В данном документе описывается запросы на поставку оборудования/ресурсов, необходимо перечислить по пунктно необходимое для поставки.
*Данный документ считается, официальным, только после подписи уполномоченного лица, и наличии на документе его печати.
" + +/datum/bureaucratic_form/NT_COM_OS + name = "Форма NT-COM-OS" + id = "NT-COM-OS" + altername = "Отчёт о выполнении цели" + category = "Главы станции" + text = "
Цель станции:
Статус цели:
Общее состояние станции:
Активные угрозы:
Оценка работы экипажа:
Дополнительные замечания:


Подписи и штампы
Должность уполномоченного лица:
Подпись уполномоченного лица:
*Данное сообщение должно сообщить вам о состоянии цели, установленной Центральным командованием Nanotrasen для ИСН "Керберос". Убедительная просьба внимательно прочитать данное сообщение для вынесения наиболее эффективных указаний для последующей деятельности станции.
*Данный документ считается официальным только при наличии подписи уполномоченного лица и соответствующего его должности штампа. В случае отсутствия любого из указанных элементов данный документ не является официальным и рекомендуется его удалить с любого информационного носителя.
ОТКАЗ ОТ ОТВЕТСТВЕННОСТИ: Корпорация Nanotrasen не несёт ответственности, если данный документ не попал в руки первоначального предполагаемого получателя. Однако, корпорация Nanotrasen запрещает использование любой имеющейся в данном документе информации третьими лицами и сообщает, что это преследуется по закону, даже если информация в данном документе не является достоверной.
" + +// Медицинский Отдел + +/datum/bureaucratic_form/NT_MD_01 + name = "Форма NT-MD-01" + id = "NT-MD-01" + altername = "Постановление на поставку медикаментов" + category = "Медицинский отдел" + text = "⠀⠀⠀ Я, , в должности , запрашиваю следующие медикаменты на поставку в медбей:



Подписи и штампы
Подпись заказчика:
Подпись грузчика:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче грузчику или производившему поставку.
" + footer = footer_signstamp + +/datum/bureaucratic_form/NT_MD_02 + name = "Форма NT-MD-02" + id = "NT-MD-02" + altername = "Отчёт о вскрытии" + category = "Медицинский отдел" + text = "
Основная информация

Скончавшийся:
Раса:
Пол:
Возраст:
Группа крови:
Должность:



Отчёт о вскрытии

Тип смерти:
Описание тела:
Метки и раны:
Вероятная причина смерти:

Детали:




Подписи и штампы

Время:
Вскрытие провёл:
" + footer = footer_signstamp + +/datum/bureaucratic_form/NT_MD_03 + name = "Форма NT-MD-03" + id = "NT-MD-03" + altername = "Постановление на изготовление химических препаратов" + category = "Медицинский отдел" + text = "⠀⠀⠀ Я, , в должности , запрашиваю следующие химические медикаменты, для служебного использования в медбее:



Подписи и штампы
Подпись заказчика:
Подпись исполняющего:
Время заказа:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче лицу исполнившему заказ
" + footer = footer_signstamp + +/datum/bureaucratic_form/NT_MD_04 + name = "Форма NT-MD-04" + id = "NT-MD-04" + altername = "Сводка о вирусе" + category = "Медицинский отдел" + text = "
Вирус:

Полное название вируса:
Свойства вируса:
Передача вируса:
Побочные эффекты:

Дополнительная информация:

Лечение вируса:



Подписи и штампы

Подпись вирусолога:
*В дополнительной информации, указывается вся остальная информация, по поводу данного вируса.
" + footer = footer_signstamp + +/datum/bureaucratic_form/NT_MD_05 + name = "Форма NT-MD-05" + id = "NT-MD-05" + altername = "Отчет об психологическом состоянии" + category = "Медицинский отдел" + text = "
Пациент:
Раздражители:
Симптомы и побочные действия:
Дополнительная информация:


Подписи и штампы

Подпись психолога:
Время обследования:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче пациенту
" + footer = footer_signstamp + +// Мед-без нумерации +/datum/bureaucratic_form/NT_MD_VRR + name = "Форма NT-MD-VRR" + id = "NT-MD-VRR" + altername = "Запрос на распространение вируса" + category = "Медицинский отдел" + text = "
Основная информация

Я, , в должности – , запрашиваю право на распространение вируса среди экипажа станции.
Название вируса:
Задачи вируса:
Лечение:
Вакцина была произведена
и в данный момент находится:




Подписи и штампы

Подпись вирусолога:
Подпись глав. Врача:
Подпись капитана:

*Производитель вируса несет полную ответственность за его распространение, изолирование и лечение
*При возникновении опасных или смертельных побочных эффектов у членов экипажа, производитель должен незамедлительно предоставить вакцину, от данного вируса.
" + footer = footer_signstamp + +// Отдел исследований +/datum/bureaucratic_form/NT_RND_01 + name = "Форма NT-RND-01" + id = "NT-RND-01" + altername = "Отчет о странном предмете" + category = "Отдел исследований" + text = "
Название предмета:
Тип предмета:
Строение:
Особенности и функционал:
Дополнительная информация:


Подписи и штампы

Подпись производившего осмотр:

*В дополнительной информации, рекомендуется указать остальную информацию о предмете, любое взаимодействие с ним, модификации, итоговый вариант после модификации.
" + +/datum/bureaucratic_form/NT_RND_02 + name = "Форма NT-RND-02" + id = "NT-RND-02" + altername = "Заявление на киберизацию" + category = "Отдел исследований" + text = "⠀⠀⠀ Я, , в должности , самовольно подтверждаю согласие на проведение киберизации.
⠀⠀⠀ Я полностью доверяю работнику в должности – . Я хорошо осведомлен о рисках, связанных как с операцией, так и с киберизацией, и понимаю, что Nanotrasen не несет ответственности, если эти процедуры вызовут боль, заражение или иные случаи летального характера.


Подписи и штампы

Подпись заявителя:
Подпись уполномоченного:

*Если член экипажа мертв, данный документ нету необходимости создавать.
*Если член экипажа жив, данный документ сохраняется только у уполномоченного лица.
*Данный документ может использоваться как для создания киборгов, так и для ИИ" + +/datum/bureaucratic_form/NT_RND_03 + name = "Форма NT-RND-03" + id = "NT-RND-03" + altername = "Заявление на получение и установку импланта" + category = "Отдел исследований" + text = "
Заявление

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Требуемый имплантат:
Может требовать дополнительного согласования

Причина:
Объясните свои намерения





Подписи и штампы

Дата и время:
Подпись заявителя:
Подпись Руководителя Исследований:
Подпись выполняющего установку имплантата:
" + +// Общие формы +/datum/bureaucratic_form/NT_BLANK + name = "Форма NT" + id = "NT-BLANK" + altername = "Пустой бланк для любых целей" + category = "Общие формы" + text = "
Основная информация

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте




Заявление




Подписи и штампы

Время:
Подпись заявителя:
Подпись главы персонала:
Подпись (дополнительная):" + footer = null + +/datum/bureaucratic_form/NT_E_112 + name = "Форма NT-E-112" + id = "NT-E-112" + altername = "Экстренное письмо" + category = "Общие формы" + notice = "Форма предназначена только для экстренного использования." + text = "
Основная информация

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте




Отчёт о ситуации




Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_signstamp + +// Отдел кадров +/datum/bureaucratic_form/NT_HR_00 + name = "Форма NT-HR-00" + id = "NT-HR-00" + altername = "Бланк заявления" + category = "Отдел кадров" + text = "
Основная информация

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте




Заявление




Подписи и штампы

Время:
Подпись заявителя:
Подпись главы персонала:
Подпись (дополнительная):
" + footer = footer_signstamp + +/datum/bureaucratic_form/NT_HR_01 + name = "Форма NT-HR-01" + id = "NT-HR-01" + altername = "Заявление о приеме на работу" + category = "Отдел кадров" + text = "
Заявление

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Запрашиваемая должность:
Требует наличия квалификации

Список компетенций:




Подписи и штампы

Время:
Подпись заявителя:
Подпись главы персонала:
Подпись будущего главы:
" + +/datum/bureaucratic_form/NT_HR_02 + name = "Форма NT-HR-02" + id = "NT-HR-02" + altername = "Заявление на смену должности" + category = "Отдел кадров" + text = "
Заявление

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Запрашиваемая должность:
Требует наличия квалификации

Причина:
Объясните свои намерения




Подписи и штампы

Время:
Подпись заявителя:
Подпись главы персонала:
Подпись текущего главы:
Подпись будущего главы:
" + +/datum/bureaucratic_form/NT_HR_12 + name = "Форма NT-HR-12" + id = "NT-HR-12" + altername = "Приказ на смену должности" + category = "Отдел кадров" + text = "
Приказ

Имя сотрудника:
Полностью и без ошибок

Номер аккаунта сотрудника:
Эта информация есть у главы персонала

Текущая должность:
Указано на ID карте

Запрашиваемая должность:
Требует наличия квалификации

Причина:
Объясните свои намерения





Подписи и штампы

Время:
Подпись инициатора:
Подпись главы персонала:
" + +/datum/bureaucratic_form/NT_HR_03 + name = "Форма NT-HR-03" + id = "NT-HR-03" + altername = "Заявление об увольнении" + category = "Отдел кадров" + text = "
Заявление

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Причина:
Объясните свои намерения




Подписи и штампы

Время:
Подпись заявителя:
Подпись главы персонала:
Подпись текущего главы:
" + +/datum/bureaucratic_form/NT_HR_13 + name = "Форма NT-HR-13" + id = "NT-HR-13" + altername = "Приказ об увольнении" + category = "Отдел кадров" + text = "
Приказ

Имя увольняемого:
Полностью и без ошибок

Номер аккаунта увольняемого:
Эта информация есть у главы персонала

Текущая должность:
Указано на ID карте

Причина:
Объясните свои намерения





Подписи и штампы

Время:
Подпись инициатора:
Подпись главы персонала:
" + +/datum/bureaucratic_form/NT_HR_04 + name = "Форма NT-HR-04" + id = "NT-HR-04" + altername = "Заявление на выдачу новой ID карты" + category = "Отдел кадров" + text = "
Заявление

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Причина:
Объясните свои намерения





Подписи и штампы

Время:
Подпись заявителя:
Подпись главы персонала:
" + +/datum/bureaucratic_form/NT_HR_05 + name = "Форма NT-HR-05" + id = "NT-HR-05" + altername = "Заявление на дополнительный доступ" + category = "Отдел кадров" + text = "
Заявление

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Требуемый доступ:
Может требовать дополнительного согласования

Причина:
Объясните свои намерения





Подписи и штампы

Время:
Подпись заявителя:
Подпись главы персонала:
Подпись текущего главы:
" + +/datum/bureaucratic_form/NT_HR_06 + name = "Форма NT-HR-06" + id = "NT-HR-06" + altername = "Лицензия на создание организации/отдела" + category = "Отдел кадров" + text = "
Заявление


Я , прошу Вашего разрешения на создание для работы с экипажем.

Наше Агенство/Отдел займет .

Наша Организация обязуется соблюдать Космический Закон. Также я , как глава отдела, буду нести ответственность за своих сотрудников и обязуюсь наказывать их за несоблюдение Космического Закона. Или же передавать сотрудникам Службы Безопасности.



Подписи и штампы


Время:

Подпись заявителя:

Подпись главы персонала:


*Обязательно провести копирование документа для главы персонала, оригинал документа должен быть выдан обладателю лицензии.

*Данная форма документа, обязательно должна подтверждаться печатью ответственного лица. В случае наличия опечаток и отсутствия подписей или печатей, лицензия будет являться недействительной.
" + +/datum/bureaucratic_form/NT_HR_07 + name = "Форма NT-HR-07" + id = "NT-HR-07" + altername = "Разрешение на перестройку/перестановку" + category = "Отдел кадров" + text = "
Разрешение

Я , прошу Вашего разрешения на перестройку/перестановку помещения под свои нужды или нужды организации.

Должность заявителя:



Подписи и штампы


Время:

Подпись заявителя:

Подпись главы персонала:



*Обязательно провести копирование документа для главы персонала, оригинал документа должен быть выдан заявителю.
" + +/datum/bureaucratic_form/NT_HR_08 + name = "Форма NT-HR-08" + id = "NT-HR-08" + altername = "Запрос о постройке меха" + category = "Отдел кадров" + text = "⠀⠀⠀Я, , прошу произвести постройку меха – , с данными модификациями – , для выполнения задач: .
⠀⠀⠀Так же я, , обязуюсь соблюдать все правила, законы и предупреждения, а также соглашаюсь выполнять все устные или письменные инструкции, или приказы со стороны командования, представителей или агентов Nanotrasen, и Центрального командования.
⠀⠀⠀При получении меха, я становлюсь ответственным за его повреждение, уничтожение, похищение, или попадание в руки людей, относящимся к врагам Nanotrasen.


Подписи и штампы

Подпись заявителя:
Время постройки меха:
Время передачи меха заявителю:
Подпись изготовителя меха:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче заявителю.
" + +/datum/bureaucratic_form/NT_HR_09 + name = "Форма NT-HR-09" + id = "NT-HR-09" + altername = "Квитанция о продаже пода" + category = "Отдел кадров" + text = "⠀⠀⠀Я, , в должности – произвожу передачу транспортного средства на платной основе члену экипажа , в должности – . Продаваемый под имеет модификации: . Стоимость пода: .
⠀⠀⠀Я, , как покупатель, становлюсь ответственным за его повреждение, уничтожение, похищение, или попадание в руки людей, относящимся к врагам Nanotrasen.
⠀⠀⠀Так же я, обязуюсь соблюдать все правила, законы и предупреждения, а также соглашаюсь выполнять все устные или письменные инструкции, или приказы со стороны командования, представителей или агентов Nanotrasen, и Центрального командования.


Подписи и штампы

Подпись продавца:
Подпись покупателя:
Время сделки:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче покупателю.
" + +// Отдел сервиса +/datum/bureaucratic_form/NT_MR + name = "Форма NT-MR" + id = "NT-MR" + altername = "Свидетельство о заключении брака" + category = "Отдел сервиса" + text = "⠀⠀⠀Объявляется, что , и , официально прошли процедуру заключения гражданского брака.



Подписи и штампы

Подпись уполномоченного:
Подпись свидетеля:
Подпись свидетеля:


*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче одному из представителей брака.
*При заявлении о расторжении брака, необходимо наличие двух супругов, и данного документа.
" + +/datum/bureaucratic_form/NT_MRL + name = "Форма NT-MRL" + id = "NT-MRL" + altername = "Заявление о расторжении брака" + category = "Отдел сервиса" + text = "⠀⠀⠀Просим произвести регистрацию расторжения брака, подтверждаем взаимное согласие на расторжение брака.



Подписи и штампы

Подпись супруга:
Подпись супруги:

Подпись уполномоченного:


*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче каждому, из супругов.
" + +// Отдел снабжения +/datum/bureaucratic_form/NT_REQ_01 + name = "Форма NT-REQ-01" + id = "NT-REQ-01" + altername = "Запрос на поставку" + category = "Отдел снабжения" + text = "
Сторона запроса

Имя запросившего:
Полностью и без ошибок

Номер аккаунта:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Способ получения:
Предпочитаемый способ


Причина запроса:


Список запроса:




Сторона поставки

Имя поставщика:
Полностью и без ошибок

Номер аккаунта:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте

Способ доставки:
Утверждённый способ


Комментарии:


Список поставки и цены:


Итоговая стоимость:
Пропустите, если бесплатно




Подписи и штампы

Время:
Подпись стороны запроса:
Подпись стороны поставки:
Подпись главы (если требуется):
" + footer = footer_signstamp + +/datum/bureaucratic_form/NT_SUP_01 + name = "Форма NT-SUP-01" + id = "NT-SUP-01" + altername = "Регистрационная форма для подтверждения заказа" + category = "Отдел снабжения" + text = "

Отдел снабжения

Регистрационная форма для подтверждения заказа

Имя заявителя:
Должность заявителя:
Подробное объяснение о необходимости заказа:

Время:
Подпись заявителя:
Подпись руководителя:
Подпись сотрудника снабжения:

Данная форма является приложением для оригинального автоматического документа, полученного с рук заявителя. Для подтверждения заказа заявителя необходимы указанные подписи и соответствующие печати отдела по заказу.
" + footer = null + +// Служба безопасности +/datum/bureaucratic_form/NT_SEC_01 + name = "Форма NT-SEC-01" + id = "NT-SEC-01" + altername = "Свидетельские показания" + category = "Служба безопасности" + text = "
Информация о свидетеле

Имя свидетеля:
Полностью и без ошибок

Номер аккаунта свидетеля:
Эта информация есть у главы персонала

Должность свидетеля:
Указано на ID карте




Свидетельство



Я, (подпись свидетеля) , подтверждаю, что приведенная выше информация является правдивой и точной, насколько мне известно, и передана в меру моих возможностей. Подписываясь ниже, я тем самым подтверждаю, что Верховный Суд может признать меня неуважительным или виновным в лжесвидетельстве согласно Закону SolGov 552 (a) (c) и Постановлению корпорации Nanotrasen 7716 (c).



Подписи и штампы

Время:
Подпись сотрудника, получающего показания:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_11 + name = "Форма NT-SEC-11" + id = "NT-SEC-11" + altername = "Ордер на обыск" + category = "Служба безопасности" + text = "
Информация о свидетеле

Имя свидетеля:
Полностью и без ошибок

Номер аккаунта свидетеля:
Эта информация есть у главы персонала

Должность свидетеля:
Указано на ID карте




Ордер

В целях обыска:
(помещения, имущества, лица)

Ознакомившись с письменными показаниями свидетеля(-ей), у меня появились основания полагать, что на лицах или помещениях, указанных выше, имеются соответствующие доказательства в этой связи или в пределах, в частности:



и другое имущество, являющееся доказательством уголовного преступления, контрабанды, плодов преступления или предметов, иным образом принадлежащих преступнику, или имущество, спроектированное или предназначенное для использования, или которое используется или использовалось в качестве средства совершения уголовного преступления, в частности заговор с целью совершения преступления, или совершения злонамеренного предъявления ложных и фиктивных претензий к или против корпорации Нанотрейзен или его дочерних компаний.

Я удовлетворен тем, что показания под присягой и любые записанные показания устанавливают вероятную причину полагать, что описанное имущество в данный момент скрыто в описанных выше помещениях, лицах или имуществе, и устанавливают законные основания для выдачи этого ордера.

ВЫ НАСТОЯЩИМ КОМАНДИРОВАНЫ для обыска вышеуказанного помещения, имущества или лица в течение минут с даты выдачи настоящего ордера на указанное скрытое имущество, и если будет установлено, что имущество изъято, оставить копию этого ордера в качестве доказательства на реквизированную собственность, в соответствии с требованиями указа корпорации Nanotrasen.

Слава Корпорации Nanotrasen!


Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_21 + name = "Форма NT-SEC-21" + id = "NT-SEC-21" + altername = "Ордер на арест" + category = "Служба безопасности" + text = "
Ордер

В целях ареста:
Имя полностью и без ошибок

Должность:

Сотрудники Службы Безопасности настоящим уполномочены и направлены на задержание и арест указанного лица. Они будут игнорировать любые заявления о неприкосновенности или привилегии со стороны подозреваемого или агентов, действующих от его имени. Сотрудники немедленно доставят указанное лицо в Бриг для отбывать наказание за следующие преступления:



Предполагается, что подозреваемый будет отбывать наказание в за вышеуказанные преступления.

Слава Корпорации Nanotrasen!


Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_02 + name = "Форма NT-SEC-02" + id = "NT-SEC-02" + altername = "Отчёт по результатам расследования" + category = "Служба безопасности" + text = "
Дело

Тип проишествия/преступления:
Время проишествия/преступления:
Местоположение:
Краткое описание:



Участвующие лица

Арестованные:
Подозреваемые:
Свидетели:
Раненные:
Пропавшие:
Скончавшиеся:



Ход расследования



Прикреплённые доказательства:
Дополнительные замечания:



Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_03 + name = "Форма NT-SEC-03" + id = "NT-SEC-03" + altername = "Заявление о краже" + category = "Служба безопасности" + text = "⠀⠀⠀Я, , в должности , заявляю:



Подписи и штампы

Подпись потерпевшего:
Подпись принимавшего заявление:
Время принятия заявления:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче потерпевшему.
*При обнаружении предмета кражи (предмет, жидкость или существо), данный предмет необходимо передать детективу, для дальнейшего осмотра и обследования.
*После заключения детектива, предмет можно выдать владельцу.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_04 + name = "Форма NT-SEC-04" + id = "NT-SEC-04" + altername = "Заявление о причинении вреда здоровью или имуществу" + category = "Служба безопасности" + text = "⠀⠀⠀Я, , в должности , заявляю:



Подписи и штампы

Подпись пострадавшего:
Время происшествия:
Подпись уполномоченного:
Время принятия заявления:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче пострадавшему.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_05 + name = "Форма NT-SEC-05" + id = "NT-SEC-05" + altername = "Разрешение на оружие" + category = "Служба безопасности" + text = "⠀⠀⠀Члену экипажа, , в должности , было выдано разрешение на оружие. Я соглашаюсь с условиями его использования, хранения и применения. Данное оружие я обязуюсь применять только в целях самообороны, защиты своих личных вещей, и рабочего места, а так же для защиты своих коллег.
⠀⠀⠀При попытке применения оружия, против остальных членов экипажа не предоставляющих угрозу, или при запугивании данным оружием, я лишаюсь лицензии на оружие, а так же понесу наказания, при нарушении закона.

Название и тип оружия:




Подписи и штампы

Подпись уполномоченного:
Подпись получателя:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче получателю.
*Документ не является действительным без печати Вардена/ГСБ и его подписи.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_06 + name = "Форма NT-SEC-06" + id = "NT-SEC-06" + altername = "Разрешение на присваивание канала связи" + category = "Служба безопасности" + text = "
Разрешение

Я , прошу Вашего разрешения на присваивание канала связи , для грамотной работы организации.

Должность заявителя:



Подписи и штампы


Время:

Подпись заявителя:

Подпись главы персонала:

Подпись главы службы безопасности:



*Обязательно провести копирование документа для главы персонала, оригинал документа должен быть выдан заявителю.

*Обязательно провести копирование документа для службы безопасности.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_07 + name = "Форма NT-SEC-07" + id = "NT-SEC-07" + altername = "Лицензия на использование канала связи и владение дополнительным оборудованием" + category = "Служба безопасности" + text = "
Лицензия

Имя обладателя лицензии:

Должность обладателя лицензии:

Зарегистрированный канал связи:

Перечень зарегистрированной экипировки:


Подписи и штампы


Время:

Подпись заявителя:

Подпись главы персонала:

Подпись главы службы безопасности:


*Обязательно провести копирование документа для главы персонала, оригинал документа должен быть выдан обладателю лицензии.

*Обязательно провести копирование документа для службы безопасности.

*Данная форма документа, обязательно должна подтверждаться печатью ответственного лица. В случае наличия опечаток и отсутствия подписей или печатей, лицензия будет являться недействительной.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_08 + name = "Форма NT-SEC-08" + id = "NT-SEC-08" + altername = "Лицензирование вооружения и экипировки для исполнения деятельности" + category = "Служба безопасности" + text = "
Лицензия


Имя обладателя лицензии:
Должность обладателя лицензии:
Перечень зарегистрированного вооружения:
Перечень зарегистрированной экипировки:



Подписи и штампы


Время:
Подпись обладателя лицензии:
Подпись главы службы безопасности:


*Данная форма документа, обязательно должна подтверждаться печатью ответственного лица. В случае наличия опечаток и отсутствия подписей или печатей, лицензия будет является недействительной. Обязательно провести копирование документа для службы безопасности, оригинал документа должен быть выдан обладателю лицензии. В случае несоответствия должности обладателя лицензии, можно приступить к процедуре аннулирования лицензии и изъятию вооружения, экипировки.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_SEC_09 + name = "Форма NT-SEC-09" + id = "NT-SEC-09" + altername = "Запрет на реанимацию" + category = "Служба безопасности" + text = "Я, \[field\], в должности \[field\], сообщаю о запрете реанимации в отношении: \[b\]\[field\]\[br\]\[/b\]\[br\]Исходя из того, что вышеупомянутый член экипажа нарушил одну или несколько статей Космического Закона, а именно: \[field\]. \[br\]\[i\]Дополнительные сведения\[/i\]: \[field\]\[br\]\[i\]\[br\]\[br\]\[br\]Подпись уполномоченного: \[field\]\[br\]\[br\]Время вступления запрета в силу: \[field\]\[br\]\[/i\]\[hr\]\[small\]Тело будет помещено на хранение, утилизировано или космировано.\[br\]Данный документ должен иметь подпись и печать магистрата, или капитана. \[br\]При отсутствии данных членов командования, необходимо сообщить ЦК, и получить официальный ответ. \[br\]Без подписи и печати, или ответа со стороны ЦК данный документ не является официальным, инициатора запрета реанимации, а так же его подчиненных необходимо объявить в розыск, за нарушение статьи 205.\[/small\]" + footer = footer_confidential + +// Юридический отдел +/datum/bureaucratic_form/NT_LD_00 + name = "Форма NT-LD-00" + id = "NT-LD-00" + altername = "Бланк заявления" + category = "Юридический отдел" + text = "
Основная информация

Имя заявителя:
Полностью и без ошибок

Номер аккаунта заявителя:
Эта информация есть в ваших заметках

Текущая должность:
Указано на ID карте




Заявление




Подписи и штампы

Время:
Подпись заявителя:
Подпись уполномоченного сотрудника:
" + footer = footer_signstamp + +/datum/bureaucratic_form/NT_LD_01 + name = "Форма NT-LD-01" + id = "NT-LD-01" + altername = "Судебный приговор" + category = "Юридический отдел" + notice = "Данный документ является законным решением суда.
Пожалуйста внимательно прочитайте его и следуйте предписаниям, указанные в нем." + text = "
Дело

Имя обвинителя:
Полностью и без ошибок

Имя обвиняемого:
Полностью и без ошибок


Приговор





Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_LD_02 + name = "Форма NT-LD-02" + id = "NT-LD-02" + altername = "Смертный приговор" + category = "Юридический отдел" + notice = "Любой смертный приговор, выданный человеком, званием младше, чем капитан, является не действительным, и все казни, действующие от этого приговора являются незаконными. Любой, кто незаконно привел в исполнение смертный приговор действую согласно ложному ордену виновен в убийстве первой степени, и должен быть приговорен минимум к пожизненному заключению и максимум к кибернизации. Этот документ или его факс-копия являются Приговором, который может оспорить только Магистрат или Дивизией защиты активов Nanotrasen (далее именуемой «Компанией»)" + text = "
Дело

Принимая во внимание, что (далее именуемый \"подсудимый\"),
сознательно совершил преступления статей Космического закона (далее указаны как \"преступления\"),
а именно: ,
суд приговаривает подсудимого к смертной казни через .

Приговор должен быть приведен в исполнение в течение 15 минут после получения данного приказа. Вещи подсудимого, включая ID-карту, ПДА, униформу и рюкзак, должны быть сохранены и переданы соответствующем органам (ID-карту передать главе персонала или капитану для уничтожения), возвращены в соответсвующий отдел или сложены в хранилище улик. Любая контрабанда должна немедленно помещена в хранилище улик. Любую контрабанду запрещено использовать защитой активов или другими персонами, представляющих компанию или её активы и цели, кроме сотрудников отдела исследований и развития.

Тело подсудимого должно быть помещено в морг и забальзамировано, только если данное действие не будет нести опасность станции, активам компании или её имуществу. Останки подсудимого должны быть собраны и подготовлены к доставке к близлежащему административному центру компании, всё имущество и активы должны быть переданы семье подсудимого после окончания смены.

Слава Nanotrasen!



Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_LD_03 + name = "Форма NT-LD-03" + id = "NT-LD-03" + altername = "Заявление о нарушении СРП членом экипажа" + category = "Юридический отдел" + text = "
⠀⠀⠀Я, , в должности – , заявляю, что член экипажа – , в должности , нарушил один (или несколько) пунктов из Стандартных Рабочих Процедур, а именно:

Примерное время нарушения:



Подписи и штампы

Подпись заявителя:
Подпись принимающего:
Время принятия заявления:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче заявителю.
*После вынесения решения в отношении правонарушителя, желательно сообщить о решении заявителю.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_LD_04 + name = "Форма NT-LD-04" + id = "NT-LD-04" + altername = "Заявление о нарушении СРП одним из отделов" + category = "Юридический отдел" + text = "
⠀⠀⠀Я, , в должности – , заявляю, что сотрудники в отделении , нарушили один (или несколько) пунктов из Стандартных Рабочих Процедур, а именно:

Примерное время нарушения:
Подпись заявителя:



Подписи и штампы

Подпись принимающего:
Время принятия заявления:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче заявителю.
*После вынесения решения в отношении правонарушителей, желательно сообщить о решении заявителю.
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_LD_05 + name = "Форма NT-LD-05" + id = "NT-LD-05" + altername = "Отчет агента внутренних дел" + category = "Юридический отдел" + text = "ᅠᅠЯ, , Как агент внутренних дел, сообщаю:



Подписи и штампы

Подпись АВД:
Подпись уполномоченного:
Время принятия отчета:

*Данный документ подлежит ксерокопированию, для сохранения в архиве уполномоченных лиц, и выдаче агенту.
*Данный документ может содержать нарушения, неправильность выполнения работы, невыполнение правил/сводов/законов/СРП
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_LD_06 + name = "Форма NT-LD-06" + id = "NT-LD-06" + altername = "Бланк жалоб АВД" + category = "Юридический отдел" + text = "
Заявление



Заявитель:
Укажите своё полное имя, должность и номер акаунта.
Предмет жалобы:
Укажите на что/кого вы жалуетесь.
Обстоятельства:
Укажите подробные обстоятельства произошедшего.



Подписи и штампы

Подпись:
Ваша подпись.
Жалоба рассмотрена:
Имя и фамилия рассмотревшего.



*Обязательно провести копирование документа для агента внутренних дел, оригинал документа должен быть приложен к отчету о расследовании. Копия документа должна быть сохранена в картотеке офиса агента внутренних дел.

*Обязательно донести жалобу до главы отдела, который отвечает за данного сотрудника, если таковой имеется. Если главы отдела нет на смене или он отсуствует по какой то причине, жалобу следует донести до вышестоящего сотрудника станции.

*Если жалоба была написана на главу отдела, следует донести жалобу до вышестоящего сотрудника станции.

*Глава отдела, которому была донесена жалоба, обязан провести беседу с указаным в жалобе сотрудником станции. В зависимости от тяжести проступка, глава отдела имеет право подать приказ об увольнении.
" + footer = footer_confidential + +// Центральное командование +/datum/bureaucratic_form/NT_COM_00 + name = "Форма NT-COM-00" + id = "NT-COM-00" + altername = "Общая форма ЦК" + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + footer = footer_confidential + +/datum/bureaucratic_form/NT_COM_00/New() + text = "\[small\]Станция — \[b\]Центральное командование\[/b\]\[br\]Год: [GLOB.game_year]\[br\]Время: \[time\]\[/small\]\[br\]\[i\]\[large\]\[b\]\[field\] \[b\]\[/large\]\[/i\]\[/grid\]\[hr\]\[center\]Приветствую экипаж и руководство \[station\]!\[/center\]\[br\]\[br\]\[field\]\[br\]\[small\]\[i\]\[br\]Подпись: \[sign\]\[/i\], в должности: \[i\]\[field\].\[/i\]\[/small\]" + +/datum/bureaucratic_form/NT_COM_01 + name = "Форма NT-COM-01" + id = "NT-COM-01" + altername = "Запрос отчёта общего состояния станции" + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + text = "
Запрос

Уполномоченный офицер, , в должности , запрашивает сведения об общем состоянии станции.



Ответ

Общее состояние станции:
Криминальный статус:

Повышений:
Понижений:
Увольнений:

Раненные:
Пропавшие:
Скончавшиеся:



Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_COM_02 + name = "Форма NT-COM-02" + id = "NT-COM-02" + altername = "Запрос отчёта состояния трудовых активов станции" + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + text = "
Запрос

Уполномоченный офицер, , в должности , запрашивает сведения о состоянии трудовых активов станции.



Ответ

Количество сотрудников:
Количество гражданских:
Количество киборгов:
Количество ИИ:

Заявлений о приёме на работу:
Заявлений на смену должности:
Приказов на смену должности:
Заявлений об увольнении:
Приказов об увольнении:
Заявлений на выдачу новой ID карты:
Заявлений на дополнительный доступ:

Медианный уровень кваллификации смены:
Уровень взаимодействия отделов:
Самый продуктивный отдел смены:

Приложите все имеющиеся документы:NT-HR-00
NT-HR-01
NT-HR-02
NT-HR-12
NT-HR-03
NT-HR-13
NT-HR-04
NT-HR-05



Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_COM_03 + name = "Форма NT-COM-03" + id = "NT-COM-03" + altername = "Запрос отчёта криминального статуса станции" + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + text = "
Запрос
\ +
Уполномоченный офицер, , в должности , запрашивает сведения о криминальном статусе станции.\ +



Ответ

\ +
Текущий статус угрозы:
Количество офицеров в отделе:
Количество раненных офицеров:
Количество скончавшихся офицеров:
Количество серъёзных инцидентов:
Количество незначительных инцидентов:
Количество раскрытых дел:
Количество арестованных:
Количество сбежавших:

Приложите все имеющиеся документы:NT-SEC-01
NT-SEC-11
NT-SEC-21
NT-SEC-02
Лог камер заключения



Подписи и штампы

Время:
Подпись уполномоченного лица:
Должность уполномоченного лица:
" + footer = footer_confidential + +/datum/bureaucratic_form/NT_COM_04 + name = "Форма NT-COM-04" + id = "NT-COM-04" + altername = "Запрос отчёта здравоохранения станции" + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + text = "" + footer = footer_confidential + +/datum/bureaucratic_form/NT_COM_05 + name = "Форма NT-COM-05" + id = "NT-COM-05" + altername = "Запрос отчёта научно-технического прогресса станции" + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + text = "" + footer = footer_confidential + +/datum/bureaucratic_form/NT_COM_06 + name = "Форма NT-COM-06" + id = "NT-COM-06" + altername = "Запрос отчёта инженерного обеспечения станции" + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + text = "" + footer = footer_confidential + +/datum/bureaucratic_form/NT_COM_07 + name = "Форма NT-COM-07" + id = "NT-COM-07" + altername = "Запрос отчёта статуса снабжения станции " + category = "Формы ЦК" + from = "Административная станция Nanotrasen "Trurl"" + notice = "Перед заполнением прочтите от начала до конца | Высокий приоритет" + confidential = TRUE + req_access = ACCESS_CENT_GENERAL + text = "" + footer = footer_confidential diff --git a/modular_ss220/bureaucracy/code/paper.dm b/modular_ss220/bureaucracy/code/paper.dm new file mode 100644 index 000000000000..093557d90d32 --- /dev/null +++ b/modular_ss220/bureaucracy/code/paper.dm @@ -0,0 +1,23 @@ +/obj/item/paper + var/paper_width_big = 600 + var/paper_height_big = 700 + var/small_paper_cap = 1024 + var/force_big = FALSE + +/obj/item/paper/updateinfolinks() + . = ..() + update_size() + +/obj/item/paper/proc/update_size() + if(force_big || length(info) > small_paper_cap) + become_big() + else + reset_size() + +/obj/item/paper/proc/become_big() + paper_width = paper_width_big + paper_height = paper_height_big + +/obj/item/paper/proc/reset_size() + paper_width = initial(paper_width) + paper_height = initial(paper_height) diff --git a/modular_ss220/bureaucracy/code/photocopier.dm b/modular_ss220/bureaucracy/code/photocopier.dm new file mode 100644 index 000000000000..d031d9efaadf --- /dev/null +++ b/modular_ss220/bureaucracy/code/photocopier.dm @@ -0,0 +1,112 @@ +#define PHOTOCOPIER_DELAY 5 SECONDS + +/obj/machinery/photocopier + toner = 30 + /// Selected form's category + var/category = "" + /// Selected form's id + var/form_id = "" + /// List of available forms + var/list/forms + /// Selected form's datum + var/datum/bureaucratic_form/form + /// Printing sound + var/print_sound = 'modular_ss220/bureaucracy/sound/print.ogg' + +/obj/machinery/photocopier/Initialize(mapload) + . = ..() + forms = new + +/obj/machinery/photocopier/attack_ai(mob/user) + add_hiddenprint(user) + parse_forms(user) + ui_interact(user) + +/obj/machinery/photocopier/attack_ghost(mob/user) + ui_interact(user) + +/obj/machinery/photocopier/attack_hand(mob/user) + . = ..() + parse_forms(user) + +/obj/machinery/photocopier/ui_act(action, list/params) + . = ..() + if(isnull(.)) + return + + switch(action) + if("print_form") + for(var/i in 1 to copies) + if(toner <= 0) + break + print_form(form) + . = TRUE + if("choose_form") + form = GLOB.bureaucratic_forms[params["path"]] + form_id = params["id"] + . = TRUE + if("choose_category") + category = params["category"] + . = TRUE + if("copies") + copies = clamp(text2num(params["new"]), 0, maxcopies) + +/obj/machinery/photocopier/ui_state(mob/user) + return GLOB.default_state + +/obj/machinery/photocopier/ui_interact(mob/user, datum/tgui/ui = null) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "Photocopier220", "Ксерокс") + ui.open() + +/obj/machinery/photocopier/ui_data(mob/user) + if(!length(forms)) + parse_forms(user) + + var/list/data = list() + data["isAI"] = issilicon(user) + data["copies"] = copies + data["maxcopies"] = maxcopies + data["toner"] = toner + data["copyitem"] = (copyitem ? copyitem.name : null) + data["folder"] = (folder ? folder.name : null) + data["mob"] = (copymob ? copymob.name : null) + data["form"] = form + data["category"] = category + data["form_id"] = form_id + data["forms"] = forms + return data + +/obj/machinery/photocopier/proc/parse_forms(mob/user) + var/list/access = user.get_access() + forms.Cut() + for(var/path in GLOB.bureaucratic_forms) + var/datum/bureaucratic_form/paper_form = GLOB.bureaucratic_forms[path] + var/req_access = paper_form.req_access + if(req_access && !(req_access in access)) + continue + var/form[0] + form["path"] = paper_form.type + form["id"] = paper_form.id + form["altername"] = paper_form.altername + form["category"] = paper_form.category + forms.Add(list(form)) + +/obj/machinery/photocopier/proc/print_form(datum/bureaucratic_form/form) + if(copying) + visible_message(span_notice("[src] работает, проявите терпение.")) + return FALSE + + toner-- + copying = TRUE + playsound(loc, print_sound, 50) + use_power(active_power_consumption) + sleep(PHOTOCOPIER_DELAY) + var/obj/item/paper/paper = new(loc) + paper.pixel_x = rand(-10, 10) + paper.pixel_y = rand(-10, 10) + form.apply_to_paper(paper, usr) + copying = FALSE + +#undef PHOTOCOPIER_DELAY diff --git a/modular_ss220/bureaucracy/sound/print.ogg b/modular_ss220/bureaucracy/sound/print.ogg new file mode 100644 index 000000000000..a3b70ca66c03 Binary files /dev/null and b/modular_ss220/bureaucracy/sound/print.ogg differ diff --git a/modular_ss220/camera_nanomap/README.md b/modular_ss220/camera_nanomap/README.md new file mode 100644 index 000000000000..a59c858b4fb3 --- /dev/null +++ b/modular_ss220/camera_nanomap/README.md @@ -0,0 +1,7 @@ +В этом модуле, для добавления наномапы в камеры, были затронуты НЕ модульно следующие файлы: +"NanoMap.js" +"NanoMap.scss" +"CameraConsole.scss" +"ByondUI.js" + +К сожалению, иной путь мог создать больше проблем в будущем чем такой топорный. diff --git a/modular_ss220/camera_nanomap/camera.dm b/modular_ss220/camera_nanomap/camera.dm new file mode 100644 index 000000000000..1d58dd99e9d4 --- /dev/null +++ b/modular_ss220/camera_nanomap/camera.dm @@ -0,0 +1,4 @@ +/datum/modpack/camera_nanomap + name = "Карта в терминале камер" + desc = "В названии всё сказано" + author = "Aylong220, RV666" diff --git a/modular_ss220/camera_nanomap/camera.dme b/modular_ss220/camera_nanomap/camera.dme new file mode 100644 index 000000000000..6c5dfc2f4a7c --- /dev/null +++ b/modular_ss220/camera_nanomap/camera.dme @@ -0,0 +1,3 @@ +#include "camera.dm" + +#include "code/camera.dm" diff --git a/modular_ss220/camera_nanomap/code/camera.dm b/modular_ss220/camera_nanomap/code/camera.dm new file mode 100644 index 000000000000..bb903e6d06d6 --- /dev/null +++ b/modular_ss220/camera_nanomap/code/camera.dm @@ -0,0 +1,107 @@ +/obj/machinery/camera + var/nanomap_png + +/obj/machinery/camera/Initialize(mapload, should_add_to_cameranet) + . = ..() + if(z == level_name_to_num(MAIN_STATION)) + nanomap_png = "[SSmapping.map_datum.technical_name]_nanomap_z1.png" + else if(z == level_name_to_num(MINING)) + nanomap_png = "[MINING]_nanomap_z1.png" + +/obj/machinery/computer/security + var/list/z_levels = list() // Assoc list, "z_level":"nanomap.png" + var/current_z_level_index + +/obj/machinery/computer/security/ui_interact(mob/user, datum/tgui/ui = null) + // Update UI + ui = SStgui.try_update_ui(user, src, ui) + // Show static if can't use the camera + if(!active_camera?.can_use()) + show_camera_static() + if(!ui) + var/user_uid = user.UID() + var/is_living = isliving(user) + // Ghosts shouldn't count towards concurrent users, which produces + // an audible terminal_on click. + if(is_living) + watchers += user_uid + // Turn on the console + if(length(watchers) == 1 && is_living) + if(!silent_console) + playsound(src, 'sound/machines/terminal_on.ogg', 25, FALSE) + use_power(active_power_consumption) + // Register map objects + user.client.register_map_obj(cam_screen) + for(var/plane in cam_plane_masters) + var/atom/movable/screen/plane_master/instance = new plane() + instance.assigned_map = map_name + instance.del_on_map_removal = FALSE + instance.screen_loc = "[map_name]:CENTER" + instance.backdrop(user) + + user.client.register_map_obj(instance) + user.client.register_map_obj(cam_background) + // Open UI + ui = new(user, src, "CameraConsole220", name) + ui.open() + +/obj/machinery/computer/security/ui_assets(mob/user) + return list( + get_asset_datum(/datum/asset/simple/nanomaps) + ) + +/obj/machinery/computer/security/ui_data() + var/list/data = list() + data["network"] = network + data["activeCamera"] = null + if(active_camera) + data["activeCamera"] = list( + name = active_camera.c_tag, + status = active_camera.status, + ) + var/list/cameras = get_available_cameras() + data["cameras"] = list() + z_levels = list() + for(var/i in cameras) + var/obj/machinery/camera/C = cameras[i] + data["cameras"] += list(list( + name = C.c_tag, + x = C.x, + y = C.y, + z = C.z, + status = C.status + )) + if(("[C.z]" in z_levels) || !C.nanomap_png) + continue + z_levels += list("[C.z]" = C.nanomap_png) + // Sort it by z levels + z_levels = sortAssoc(z_levels) + if(isnull(current_z_level_index)) + current_z_level_index = clamp(z_levels.Find("[z]"), 1, length(z_levels)) + else + current_z_level_index = clamp(current_z_level_index, 1, length(z_levels)) + // On null, it uses map datum value + data["mapUrl"] = z_levels["[z_levels[current_z_level_index]]"] || null + // On null, it uses station's z level + data["selected_z_level"] = z_levels[current_z_level_index] || null + return data + +/obj/machinery/computer/security/ui_static_data() + var/list/data = ..() + data["stationLevel"] = level_name_to_num(MAIN_STATION) + return data + +/obj/machinery/computer/security/ui_act(action, params) + . = ..() + if(. && action == "switch_camera") + if(!active_camera) + return + current_z_level_index = z_levels.Find("[active_camera.z]") + return + if(.) + return + + if(action == "switch_z_level") + var/z_dir = params["z_dir"] + current_z_level_index = clamp(current_z_level_index + z_dir, 1, length(z_levels)) + return TRUE diff --git a/modular_ss220/chat_badges/_chat_badges.dm b/modular_ss220/chat_badges/_chat_badges.dm new file mode 100644 index 000000000000..a343b6d9bda4 --- /dev/null +++ b/modular_ss220/chat_badges/_chat_badges.dm @@ -0,0 +1,4 @@ +/datum/modpack/chat_badges + name = "Chat badges" + desc = "Добавляет иконки в OOC для различных ролей" + author = "furior" diff --git a/modular_ss220/chat_badges/_chat_badges.dme b/modular_ss220/chat_badges/_chat_badges.dme new file mode 100644 index 000000000000..d6350942a883 --- /dev/null +++ b/modular_ss220/chat_badges/_chat_badges.dme @@ -0,0 +1,3 @@ +#include "_chat_badges.dm" + +#include "code/badges.dm" diff --git a/modular_ss220/chat_badges/code/badges.dm b/modular_ss220/chat_badges/code/badges.dm new file mode 100644 index 000000000000..34d448d3cc17 --- /dev/null +++ b/modular_ss220/chat_badges/code/badges.dm @@ -0,0 +1,56 @@ +#define CHAT_BADGES_DMI 'modular_ss220/chat_badges/icons/chatbadges.dmi' + +GLOBAL_LIST(badge_icons_cache) + +/client/proc/get_ooc_badged_name() + var/icon/donator_badge_icon = get_badge_icon(get_donator_badge()) + var/icon/worker_badge_icon = get_badge_icon(get_worker_badge()) + + var/badge_part = "[donator_badge_icon ? bicon(donator_badge_icon) : ""][worker_badge_icon ? bicon(worker_badge_icon) : ""]" + var/list/parts = list() + if(badge_part) + parts += badge_part + parts += key + return jointext(parts, " ") + +/client/proc/get_donator_badge() + if(donator_level && (prefs.toggles & PREFTOGGLE_DONATOR_PUBLIC)) + return donator_level > 3 ? "Paradise" : "Trusted" + + if(prefs.unlock_content && (prefs.toggles & PREFTOGGLE_MEMBER_PUBLIC)) + return "Trusted" + +/client/proc/get_worker_badge() + var/static/list/rank_badge_map = list( + "Максон" = "Wycc", + "Банда" = "Streamer", + "Братюня" = "Streamer", + "Сестрюня" = "Streamer", + "Хост" = "Host", + "Ведущий Разработчик" = "HeadDeveloper", + "Старший Разработчик" = "Developer", + "Разработчик" = "Developer", + "Начальный Разработчик" = "MiniDeveloper", + "Бригадир Мапперов" = "HeadMapper", + "Маппер" = "Mapper", + "Спрайтер" = "Spriceter", + "Маленький Работяга" = "WikiLore", + "Старший Администратор" = "HeadAdmin", + "Администратор" = "GameAdmin", + "Триал Администратор" = "TrialAdmin", + "Ментор" = "Mentor" + ) + return rank_badge_map[holder?.rank] + +/client/proc/get_badge_icon(badge) + if(isnull(badge)) + return null + + var/icon/badge_icon = LAZYACCESS(GLOB.badge_icons_cache, badge) + if(isnull(badge_icon)) + badge_icon = icon(CHAT_BADGES_DMI, badge) + LAZYSET(GLOB.badge_icons_cache, badge, badge_icon) + + return badge_icon + +#undef CHAT_BADGES_DMI diff --git a/modular_ss220/chat_badges/icons/chatbadges.dmi b/modular_ss220/chat_badges/icons/chatbadges.dmi new file mode 100644 index 000000000000..a49ca59811f5 Binary files /dev/null and b/modular_ss220/chat_badges/icons/chatbadges.dmi differ diff --git a/modular_ss220/cinematics/_cinematics.dm b/modular_ss220/cinematics/_cinematics.dm new file mode 100644 index 000000000000..ed8483ddad36 --- /dev/null +++ b/modular_ss220/cinematics/_cinematics.dm @@ -0,0 +1,4 @@ +/datum/modpack/cinematics + name = "Обновление системы Cinematics" + desc = "Обновление системы Cinematics, позволяя им работать в широкоформатном режиме" + author = "larentoun" diff --git a/modular_ss220/cinematics/_cinematics.dme b/modular_ss220/cinematics/_cinematics.dme new file mode 100644 index 000000000000..de676a447319 --- /dev/null +++ b/modular_ss220/cinematics/_cinematics.dme @@ -0,0 +1,13 @@ +#include "_cinematics.dm" + +#include "code/_defines.dm" +#include "code/cinematics.dm" +#include "code/cinematics_preferences.dm" +#include "code/cinematics_client_proc.dm" +#include "code/cinematics_screen.dm" +#include "code/cinematics_ticker.dm" +#include "code/cinematics/malf_doomsday.dm" +#include "code/cinematics/narsie_summon.dm" +#include "code/cinematics/nuke_cinematics.dm" +#include "code/cinematics/credits.dm" +#include "code/~undefs.dm" diff --git a/modular_ss220/cinematics/code/_defines.dm b/modular_ss220/cinematics/code/_defines.dm new file mode 100644 index 000000000000..b6e660b3675d --- /dev/null +++ b/modular_ss220/cinematics/code/_defines.dm @@ -0,0 +1,5 @@ +#define COMSIG_GLOB_CINEMATIC_STOPPED_PLAYING "!cinematic_stopped_playing" +#define COMSIG_CINEMATIC_WATCHER_LEAVES "cinematic_watcher_leaves" + +#define COMSIG_GLOB_PLAY_CINEMATIC "!play_cinematic" +#define COMPONENT_GLOB_BLOCK_CINEMATIC (1<<0) diff --git a/modular_ss220/cinematics/code/cinematics.dm b/modular_ss220/cinematics/code/cinematics.dm new file mode 100644 index 000000000000..69dac505e424 --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics.dm @@ -0,0 +1,208 @@ +/** + * Plays a cinematic, duh. Can be to a select few people, or everyone. + * + * cinematic_type - datum typepath to what cinematic you wish to play. + * watchers - a list of all mobs you are playing the cinematic to. If world, the cinematical will play globally to all players. + * special_callback - optional callback to be invoked mid-cinematic. + */ +/proc/play_cinematic(datum/cinematic/cinematic_type, watchers, datum/callback/special_callback) + if(!ispath(cinematic_type, /datum/cinematic)) + CRASH("play_cinematic called with a non-cinematic type. (Got: [cinematic_type])") + var/datum/cinematic/playing = new cinematic_type(watchers, special_callback) + + if(watchers == world) + watchers = GLOB.mob_list + + playing.start_cinematic(watchers) + + return playing + +/// The cinematic screen showed to everyone +/atom/movable/screen/cinematic + icon = 'icons/effects/station_explosion.dmi' + icon_state = "station_intact" + plane = SPLASHSCREEN_PLANE + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + screen_loc = "BOTTOM,LEFT+50%" + appearance_flags = APPEARANCE_UI | TILE_BOUND + +/// Cinematic datum. Used to show an animation to everyone. +/datum/cinematic + /// A list of all clients watching the cinematic + var/list/client/watching = list() + /// A list of all mobs who have notransform set while watching the cinematic + var/list/datum/locked = list() + // Whether the cinematic locks watchers or not + var/should_lock_watchers = TRUE + /// Whether the cinematic is a global cinematic or not + var/is_global = FALSE + /// Refernce to the cinematic screen shown to everyohne + var/atom/movable/screen/cinematic/screen + /// Callbacks passed that occur during the animation + var/datum/callback/special_callback + /// How long for the final screen remains shown + var/cleanup_time = 30 SECONDS + /// Whether the cinematic turns off ooc when played globally. + var/stop_ooc = TRUE + // screen type for cinematic backdrop + var/backdrop_type = /atom/movable/screen/fullscreen/cinematic_backdrop + +/datum/cinematic/New(watcher, datum/callback/special_callback) + screen = new(src) + if(watcher == world) + is_global = TRUE + + src.special_callback = special_callback + +/datum/cinematic/Destroy() + QDEL_NULL(screen) + QDEL_NULL(special_callback) + watching.Cut() + locked.Cut() + return ..() + +/// Actually goes through the process of showing the cinematic to the list of watchers. +/datum/cinematic/proc/start_cinematic(list/watchers) + if(SEND_GLOBAL_SIGNAL(COMSIG_GLOB_PLAY_CINEMATIC, src) & COMPONENT_GLOB_BLOCK_CINEMATIC) + return + + // Register a signal to handle what happens when a different cinematic tries to play over us. + RegisterSignal(SSdcs, COMSIG_GLOB_PLAY_CINEMATIC, PROC_REF(handle_replacement_cinematics)) + + // Pause OOC + var/ooc_toggled = FALSE + if(is_global && stop_ooc && GLOB.ooc_enabled) + ooc_toggled = TRUE + toggle_ooc() + + // Place the /atom/movable/screen/cinematic into everyone's screens, and prevent movement. + for(var/mob/watching_mob in watchers) + show_to(watching_mob, watching_mob.client) + RegisterSignal(watching_mob, COMSIG_MOB_CLIENT_LOGIN, PROC_REF(show_to)) + // Close watcher ui's, too, so they can watch it. + SStgui.close_user_uis(watching_mob) + + // Actually plays the animation. This will sleep, likely. + play_cinematic() + + // Cleans up after it's done playing. + addtimer(CALLBACK(src, PROC_REF(clean_up_cinematic), ooc_toggled), cleanup_time) + +/// Cleans up the cinematic after a set timer of it sticking on the end screen. +/datum/cinematic/proc/clean_up_cinematic(was_ooc_toggled = FALSE) + if(was_ooc_toggled) + toggle_ooc(TRUE) + + stop_cinematic() + +/// Whenever another cinematic starts to play over us, we have the chacne to block it. +/datum/cinematic/proc/handle_replacement_cinematics(datum/source, datum/cinematic/other) + SIGNAL_HANDLER + + // Stop our's and allow others to play if we're local and it's global + if(!is_global && other.is_global) + stop_cinematic() + return NONE + + return COMPONENT_GLOB_BLOCK_CINEMATIC + +/datum/cinematic/proc/can_show(mob/watching_mob, client/watching_client) + // Only show the actual cinematic to cliented mobs. + if(!watching_client || (watching_client in watching)) + return FALSE + + return TRUE + +/// Whenever a mob watching the cinematic logs in, show them the ongoing cinematic +/datum/cinematic/proc/show_to(mob/watching_mob, client/watching_client) + SIGNAL_HANDLER + + // We could technically rip people out of notransform who shouldn't be, + // so we'll only lock down all viewing mobs who don't have it already set. + // This does potentially mean some mobs could lose their notrasnform and + // not be locked down by cinematics, but that should be very unlikely. + if(!watching_mob.notransform && should_lock_watchers) + lock_mob(watching_mob) + + if(!can_show(watching_mob, watching_client)) + return + + watching += watching_client + watching_mob.overlay_fullscreen("cinematic", backdrop_type) + watching_client.screen += screen + add_verb(watching_client, /client/proc/cinematic_leave) + + RegisterSignal(watching_client, list(COMSIG_PARENT_QDELETING, COMSIG_CINEMATIC_WATCHER_LEAVES), PROC_REF(remove_watcher)) + +/// Simple helper for playing sounds from the cinematic. +/datum/cinematic/proc/play_cinematic_sound(sound/sound_to_play) + sound_to_play.channel = CHANNEL_CINEMATIC + for(var/client/watching_client in watching) + sound_to_play.volume = 100 * watching_client.prefs.get_channel_volume(CHANNEL_CINEMATIC) + SEND_SOUND(watching_client, sound_to_play) + +/datum/cinematic/proc/stop_cinematic_sound() + if(is_global) + SEND_SOUND(world, sound(null, channel = CHANNEL_CINEMATIC)) + else + for(var/client/watching_client in watching) + SEND_SOUND(watching_client, sound(null, channel = CHANNEL_CINEMATIC)) + + +/// Invoke any special callbacks for actual effects synchronized with animation. +/// (Such as a real nuke explosion happening midway) +/datum/cinematic/proc/invoke_special_callback() + special_callback?.Invoke() + +/// The actual cinematic occurs here. +/datum/cinematic/proc/play_cinematic() + return + +/// Stops the cinematic and removes it from all the viewers. +/datum/cinematic/proc/stop_cinematic() + stop_cinematic_sound() + for(var/client/viewing_client in watching) + remove_watcher(viewing_client) + + for(var/datum/locked_ref in locked) + unlock_mob(locked_ref) + + qdel(src) + + SEND_GLOBAL_SIGNAL(COMSIG_GLOB_CINEMATIC_STOPPED_PLAYING, null) + +/// Locks a mob, preventing them from moving, being hurt, or acting +/datum/cinematic/proc/lock_mob(mob/to_lock) + locked += to_lock + to_lock.notransform = TRUE + +/// Unlocks a previously locked ref +/datum/cinematic/proc/unlock_mob(datum/mob_ref) + var/mob/locked_mob = mob_ref + if(isnull(locked_mob)) + return + locked_mob.notransform = FALSE + UnregisterSignal(locked_mob, COMSIG_MOB_CLIENT_LOGIN) + +/// Removes the passed client from our watching list. +/datum/cinematic/proc/remove_watcher(client/no_longer_watching) + SIGNAL_HANDLER + + if(!(no_longer_watching in watching)) + CRASH("cinematic remove_watcher was passed a client which wasn't watching.") + + UnregisterSignal(no_longer_watching, list(COMSIG_PARENT_QDELETING, COMSIG_CINEMATIC_WATCHER_LEAVES)) + + if(no_longer_watching.mob) + unlock_mob(no_longer_watching.mob) + locked -= no_longer_watching.mob + + // We'll clear the cinematic if they have a mob which has one, + // but we won't remove notransform. Wait for the cinematic end to do that. + SEND_SOUND(no_longer_watching, sound(null, channel = CHANNEL_CINEMATIC)) + + no_longer_watching.mob?.clear_fullscreen("cinematic") + no_longer_watching.screen -= screen + + no_longer_watching.verbs -= /client/proc/cinematic_leave + watching -= no_longer_watching diff --git a/modular_ss220/cinematics/code/cinematics/credits.dm b/modular_ss220/cinematics/code/cinematics/credits.dm new file mode 100644 index 000000000000..6f34161d225d --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics/credits.dm @@ -0,0 +1,88 @@ +/datum/cinematic/credits + is_global = TRUE + should_lock_watchers = FALSE + stop_ooc = FALSE + backdrop_type = /atom/movable/screen/fullscreen/cinematic_backdrop/credits + +/datum/cinematic/credits/New(watcher, datum/callback/special_callback) + . = ..() + screen = new /atom/movable/screen/cinematic/credits(src) + +/datum/cinematic/credits/can_show(mob/watching_mob, client/watching_client) + // Do not show credits if it's disabled for the client and not forced. + return ..() && (GLOB.credits_forced || (watching_client.prefs.toggles220 & PREFTOGGLE_220_WATCH_CREDITS)) + +/datum/cinematic/credits/start_cinematic(list/watchers) + if(!(SEND_GLOBAL_SIGNAL(COMSIG_GLOB_PLAY_CINEMATIC, src) & COMPONENT_GLOB_BLOCK_CINEMATIC)) + . = ..() + RegisterSignal(SSdcs, COMSIG_GLOB_CINEMATIC_STOPPED_PLAYING, PROC_REF(queue_gone)) + for(var/mob/watching_mob in watchers) + if(watching_mob.client) + watching += watching_mob + +/datum/cinematic/credits/proc/queue_gone(datum/source, datum/cinematic/other) + SIGNAL_HANDLER + UnregisterSignal(SSdcs, COMSIG_GLOB_CINEMATIC_STOPPED_PLAYING) + start_cinematic(src.watching) + +/datum/cinematic/credits/play_cinematic() + + SScredits.roll_credits_for_clients(watching) + + play_cinematic_sound(sound(SScredits.end_titles.soundtrack)) + + cleanup_time = SScredits.end_titles.playing_time + 3 SECONDS + + special_callback?.Invoke() + +/datum/cinematic/credits/stop_cinematic() + for(var/client/client in watching) + SScredits.clear_credits(client) + + UnregisterSignal(SSdcs, COMSIG_GLOB_CINEMATIC_STOPPED_PLAYING) + + . = ..() + +/datum/cinematic/credits/remove_watcher(client/no_longer_watching) + . = ..() + + SScredits.clear_credits(no_longer_watching) + +/datum/cinematic/credits/halloween + +/datum/cinematic/credits/halloween/New(watcher, datum/callback/special_callback) + . = ..() + + screen = new /atom/movable/screen/cinematic/credits/halloween() + +/datum/cinematic/credits/new_year + +/datum/cinematic/credits/new_year/New(watcher, datum/callback/special_callback) + . = ..() + + screen = new /atom/movable/screen/cinematic/credits/new_year() + +/atom/movable/screen/cinematic/credits + icon_state = "blank" + alpha = 0 + +/atom/movable/screen/cinematic/credits/Initialize(mapload) + . = ..() + + animate(src, alpha = 120, time = 3 SECONDS) + +/atom/movable/screen/cinematic/credits/halloween + icon = 'modular_ss220/cinematics/icons/backdrops.dmi' + icon_state = "halloween" + +/atom/movable/screen/cinematic/credits/new_year + icon = 'modular_ss220/cinematics/icons/backdrops.dmi' + icon_state = "new_year" + +/atom/movable/screen/fullscreen/cinematic_backdrop/credits + alpha = 0 + +/atom/movable/screen/fullscreen/cinematic_backdrop/credits/Initialize(mapload) + . = ..() + + animate(src, alpha = 220, time = 3 SECONDS) diff --git a/modular_ss220/cinematics/code/cinematics/malf_doomsday.dm b/modular_ss220/cinematics/code/cinematics/malf_doomsday.dm new file mode 100644 index 000000000000..2eb330d9a484 --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics/malf_doomsday.dm @@ -0,0 +1,10 @@ +/// A malfunctioning AI has activated the doomsday device and wiped the station! +/datum/cinematic/malf + +/datum/cinematic/malf/play_cinematic() + flick("intro_malf", screen) + stoplag(7.6 SECONDS) + flick("station_explode_fade_red", screen) + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + special_callback?.Invoke() + screen.icon_state = "summary_malf" diff --git a/modular_ss220/cinematics/code/cinematics/narsie_summon.dm b/modular_ss220/cinematics/code/cinematics/narsie_summon.dm new file mode 100644 index 000000000000..2ff7b3d0e27d --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics/narsie_summon.dm @@ -0,0 +1,29 @@ +/// A blood cult summoned Nar'sie, and most of the station was harvested or converted! +/datum/cinematic/cult_arm // Colloquially known as "the arm" + +/datum/cinematic/cult_arm/play_cinematic() + screen.icon_state = null + flick("intro_cult", screen) + stoplag(2.5 SECONDS) + play_cinematic_sound(sound('sound/misc/enter_blood.ogg')) + stoplag(2.8 SECONDS) + play_cinematic_sound(sound('sound/machines/terminal_off.ogg')) + stoplag(2 SECONDS) + flick("station_corrupted", screen) + play_cinematic_sound(sound('sound/effects/ghost.ogg')) + stoplag(7 SECONDS) + special_callback?.Invoke() + +/// A blood cult summoned Nar'sie, but some badass (or admin) managed to destroy Nar'sie themselves. +/datum/cinematic/cult_fail + +/datum/cinematic/cult_fail/play_cinematic() + screen.icon_state = "station_intact" + stoplag(2 SECONDS) + play_cinematic_sound(sound('sound/creatures/narsie_rises.ogg')) + stoplag(6 SECONDS) + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + stoplag(1 SECONDS) + play_cinematic_sound(sound('sound/misc/demon_dies.ogg')) + stoplag(3 SECONDS) + special_callback?.Invoke() diff --git a/modular_ss220/cinematics/code/cinematics/nuke_cinematics.dm b/modular_ss220/cinematics/code/cinematics/nuke_cinematics.dm new file mode 100644 index 000000000000..dd827f7c0b9f --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics/nuke_cinematics.dm @@ -0,0 +1,100 @@ +/// Simple, base cinematic for all animations based around a nuke detonating. +/datum/cinematic/nuke + /// If set, this is the summary screen that pops up after the nuke is done. + var/after_nuke_summary_state + +/datum/cinematic/nuke/play_cinematic() + flick("intro_nuke", screen) + stoplag(3.5 SECONDS) + play_nuke_effect() + if(special_callback) + special_callback.Invoke() + if(after_nuke_summary_state) + screen.icon_state = after_nuke_summary_state + +/// Specific effects for each type of cinematics goes here. +/datum/cinematic/nuke/proc/play_nuke_effect() + return + +/// The syndicate nuclear bomb was activated, and destroyed the station! +/datum/cinematic/nuke/ops_victory + after_nuke_summary_state = "summary_nukewin" + +/datum/cinematic/nuke/ops_victory/play_nuke_effect() + flick("station_explode_fade_red", screen) + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + +/// The syndicate nuclear bomb was activated, but just barely missed the station! +/datum/cinematic/nuke/ops_miss + after_nuke_summary_state = "summary_nukefail" + +/datum/cinematic/nuke/ops_miss/play_nuke_effect() + flick("station_intact_fade_red", screen) + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + +/// The self destruct, or another station-destroying entity like a blob, destroyed the station! +/datum/cinematic/nuke/self_destruct + after_nuke_summary_state = "summary_selfdes" + +/datum/cinematic/nuke/self_destruct/play_nuke_effect() + flick("station_explode_fade_red", screen) + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + +/// The self destruct was activated, yet somehow avoided destroying the station! +/datum/cinematic/nuke/self_destruct_miss + after_nuke_summary_state = "station_intact" + +/datum/cinematic/nuke/self_destruct_miss/play_nuke_effect() + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + special_callback?.Invoke() + +/// The syndicate nuclear bomb was activated, and the nuclear operatives failed to extract on their shuttle before it detonated on the station! +/datum/cinematic/nuke/mutual_destruction + after_nuke_summary_state = "summary_totala" + +/datum/cinematic/nuke/mutual_destruction/play_nuke_effect() + flick("station_explode_fade_red", screen) + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + +/// A blood cult summoned Nar'sie, but central command deployed a nuclear package to stop them. +/datum/cinematic/nuke/cult + after_nuke_summary_state = "summary_cult" + +/datum/cinematic/nuke/cult/play_nuke_effect() + flick("station_explode_fade_red", screen) + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + +/// A fake version of the nuclear detonation, where it winds up, but doesn't explode. +/datum/cinematic/nuke/fake + cleanup_time = 10 SECONDS + +/datum/cinematic/nuke/fake/play_nuke_effect() + play_cinematic_sound(sound('sound/items/bikehorn.ogg')) + flick("summary_selfdes", screen) //??? + +/// The clown operative nuclear bomb was activated and clowned the station! +/datum/cinematic/nuke/clown + cleanup_time = 10 SECONDS + +/datum/cinematic/nuke/clown/play_nuke_effect() + play_cinematic_sound(sound('sound/items/airhorn.ogg')) + flick("summary_selfdes", screen) //??? + +/// A fake version of the nuclear detonation, where it winds up, but doesn't explode as the nuke core within was missing. +/datum/cinematic/nuke/no_core + cleanup_time = 10 SECONDS + +/datum/cinematic/nuke/no_core/play_nuke_effect() + flick("station_intact", screen) + play_cinematic_sound(sound('sound/ambience/signal.ogg')) + stoplag(10 SECONDS) + +/// The syndicate nuclear bomb was activated, but just missed the station by a whole z-level! +/datum/cinematic/nuke/far_explosion + cleanup_time = 0 SECONDS + +/datum/cinematic/nuke/far_explosion/play_cinematic() + // This one has no intro sequence. + // It's actually just a global sound, which makes you wonder why it's a cinematic. + play_cinematic_sound(sound('sound/effects/explosion_distant.ogg')) + special_callback?.Invoke() diff --git a/modular_ss220/cinematics/code/cinematics_client_proc.dm b/modular_ss220/cinematics/code/cinematics_client_proc.dm new file mode 100644 index 000000000000..e045517f8776 --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics_client_proc.dm @@ -0,0 +1,28 @@ +/client/proc/cinematic_new() + set name = "Cinematic (NEW)" + set category = "Event" + set desc = "Shows a cinematic." // Intended for testing but I thought it might be nice for events on the rare occasion Feel free to comment it out if it's not wanted. + set hidden = TRUE + + if(!SSticker) + return + if(!check_rights(R_MAINTAINER)) + return + + var/datum/cinematic/choice = input(usr, "Choose a cinematic to play to everyone in the server.", "Choose Cinematic") in sortTim(subtypesof(/datum/cinematic), GLOBAL_PROC_REF(cmp_typepaths_asc)) + if(!choice || !ispath(choice, /datum/cinematic)) + return + + play_cinematic(choice, world) + +/client/proc/cinematic_leave() + set name = "Прекратить смотреть синематик" + set category = "OOC" + set desc = "Отключить проигрывание синематика." + + verbs -= /client/proc/cinematic_leave + + if(!mob.screens["cinematic"]) + return + + SEND_SIGNAL(src, COMSIG_CINEMATIC_WATCHER_LEAVES) diff --git a/modular_ss220/cinematics/code/cinematics_preferences.dm b/modular_ss220/cinematics/code/cinematics_preferences.dm new file mode 100644 index 000000000000..28c6fd27f305 --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics_preferences.dm @@ -0,0 +1,3 @@ +/datum/preferences/New(client/C, datum/db_query/Q) + . = ..() + volume_mixer |= (list("[CHANNEL_CINEMATIC]" = 50,)) diff --git a/modular_ss220/cinematics/code/cinematics_screen.dm b/modular_ss220/cinematics/code/cinematics_screen.dm new file mode 100644 index 000000000000..77df18d85b61 --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics_screen.dm @@ -0,0 +1,8 @@ +/atom/movable/screen/fullscreen/cinematic_backdrop + icon = 'icons/mob/screen_gen.dmi' + screen_loc = "WEST,SOUTH to EAST,NORTH" + icon_state = "flash" + plane = SPLASHSCREEN_PLANE + layer = CINEMATIC_LAYER + color = "#000000" + show_when_dead = TRUE diff --git a/modular_ss220/cinematics/code/cinematics_ticker.dm b/modular_ss220/cinematics/code/cinematics_ticker.dm new file mode 100644 index 000000000000..b4ca5f25ab21 --- /dev/null +++ b/modular_ss220/cinematics/code/cinematics_ticker.dm @@ -0,0 +1,43 @@ +/datum/controller/subsystem/ticker/station_explosion_cinematic(nuke_site, override) + auto_toggle_ooc(TRUE) // Turn it on + if(nuke_site == NUKE_SITE_ON_STATION) + // Kill everyone on z-level 1 except for mobs in freezers and + // malfunctioning AIs. + for(var/mob/M in GLOB.mob_list) + if(M.stat != DEAD) + var/turf/T = get_turf(M) + if(T && is_station_level(T.z) && !istype(M.loc, /obj/structure/closet/secure_closet/freezer) && !(issilicon(M) && override == "AI malfunction")) + to_chat(M, span_danger("The blast wave from the explosion tears you atom from atom!")) + M.ghostize() + M.dust() // No mercy + CHECK_TICK + + switch(nuke_site) + // Now animate the cinematic + if(NUKE_SITE_ON_STATION) + // Station was destroyed + if(mode && !override) + override = mode.name + switch(override) + if("nuclear emergency") // Nuke Ops successfully bombed the station + play_cinematic(/datum/cinematic/nuke/ops_victory, world) + if("AI malfunction") // Malf (screen,explosion,summary) + play_cinematic(/datum/cinematic/malf, world) + else //Station nuked (nuke,explosion,summary) + play_cinematic(/datum/cinematic/nuke/self_destruct, world) + if(NUKE_SITE_ON_STATION_ZLEVEL) + // Nuke was nearby but (mostly) missed + if(mode && !override) + override = mode.name + switch(override) + if("nuclear emergency") // Nuke wasn't on station when it blew up + play_cinematic(/datum/cinematic/nuke/ops_miss, world) + if("fake") // The round isn't over, we're just freaking people out for fun + play_cinematic(/datum/cinematic/nuke/fake, world) + else + play_cinematic(/datum/cinematic/nuke/self_destruct_miss, world) + if(NUKE_SITE_OFF_STATION_ZLEVEL, NUKE_SITE_INVALID) + // Nuke was nowhere nearby + // TODO: a really distant explosion animation + play_cinematic(/datum/cinematic/nuke/far_explosion, world) + diff --git a/modular_ss220/cinematics/code/~undefs.dm b/modular_ss220/cinematics/code/~undefs.dm new file mode 100644 index 000000000000..91eeeee85824 --- /dev/null +++ b/modular_ss220/cinematics/code/~undefs.dm @@ -0,0 +1,5 @@ +#undef COMSIG_GLOB_CINEMATIC_STOPPED_PLAYING +#undef COMSIG_CINEMATIC_WATCHER_LEAVES + +#undef COMSIG_GLOB_PLAY_CINEMATIC +#undef COMPONENT_GLOB_BLOCK_CINEMATIC diff --git a/modular_ss220/cinematics/icons/LICENSE.MD b/modular_ss220/cinematics/icons/LICENSE.MD new file mode 100644 index 000000000000..82d18486ab4e --- /dev/null +++ b/modular_ss220/cinematics/icons/LICENSE.MD @@ -0,0 +1,5 @@ +##################################################################################################################################################################### +pumpkin screen image by Yuri_b from https://pixabay.com/illustrations/halloween-pumpkin-dark-background-1702677/ under https://pixabay.com/service/license-summary/ +##################################################################################################################################################################### +red christmas background by monicore from https://pixabay.com/illustrations/red-christmas-tree-christmas-2892235/ under https://pixabay.com/service/license-summary/ +##################################################################################################################################################################### diff --git a/modular_ss220/cinematics/icons/backdrops.dmi b/modular_ss220/cinematics/icons/backdrops.dmi new file mode 100644 index 000000000000..3d9155641767 Binary files /dev/null and b/modular_ss220/cinematics/icons/backdrops.dmi differ diff --git a/modular_ss220/closet_picklocking/_closet_picklocking.dm b/modular_ss220/closet_picklocking/_closet_picklocking.dm new file mode 100644 index 000000000000..271510187c3b --- /dev/null +++ b/modular_ss220/closet_picklocking/_closet_picklocking.dm @@ -0,0 +1,4 @@ +/datum/modpack/closet_picklocking + name = "Взлом шкафчиков" + desc = "Добавляет взлом шкафчиков." + author = "dj-34, RV666" diff --git a/modular_ss220/closet_picklocking/_closet_picklocking.dme b/modular_ss220/closet_picklocking/_closet_picklocking.dme new file mode 100644 index 000000000000..9af552e49663 --- /dev/null +++ b/modular_ss220/closet_picklocking/_closet_picklocking.dme @@ -0,0 +1,3 @@ +#include "_closet_picklocking.dm" + +#include "code/closet_picklocking.dm" diff --git a/modular_ss220/closet_picklocking/code/closet_picklocking.dm b/modular_ss220/closet_picklocking/code/closet_picklocking.dm new file mode 100644 index 000000000000..e3215d02156a --- /dev/null +++ b/modular_ss220/closet_picklocking/code/closet_picklocking.dm @@ -0,0 +1,120 @@ +#define PANEL_OPEN 0 +#define WIRES_DISCONNECTED 1 +#define LOCK_OFF 2 + +/obj/structure/closet + var/picklocking_stage + +/obj/structure/closet/examine(mob/user) + . = ..() + switch(picklocking_stage) + if(PANEL_OPEN) + . += span_notice("Панель управления снята.") + if(WIRES_DISCONNECTED) + . += span_notice("Панель управления снята.") + . += span_notice("Провода отключены и торчат наружу.") + if(LOCK_OFF) + . += span_notice("Панель управления снята.") + . += span_notice("Провода отключены и торчат наружу.") + . += span_notice("Замок отключён.") + +/* Secure closets */ +/obj/structure/closet/secure_closet/screwdriver_act(mob/living/user, obj/item/I) + . = ..() + if(locked && picklocking_stage == null && user.a_intent != INTENT_HARM) // Stage one + to_chat(user, span_notice("Вы начинаете откручивать панель замка [src]...")) + if(I.use_tool(src, user, 16 SECONDS, volume = I.tool_volume)) + if(prob(95)) // EZ + broken = TRUE + picklocking_stage = PANEL_OPEN + update_icon() + to_chat(user, span_notice("Вы успешно открутили и сняли панель с замка [src]!")) + else // Bad day + var/mob/living/carbon/human/H = user + var/obj/item/organ/external/affecting = H.get_organ(user.r_hand == I ? "l_hand" : "r_hand") + user.apply_damage(I.force, BRUTE , affecting) + user.emote("scream") + to_chat(user, span_warning("Проклятье! [I] сорвалась и повредила [affecting.name]!")) + return TRUE + +/obj/structure/closet/secure_closet/wirecutter_act(mob/living/user, obj/item/I) + . = ..() + if(locked && picklocking_stage == PANEL_OPEN && user.a_intent != INTENT_HARM) // Stage two + to_chat(user, span_notice("Вы начинаете подготавливать провода панели [src]...")) + if(I.use_tool(src, user, 16 SECONDS, volume = I.tool_volume)) + if(prob(80)) // Good hacker! + to_chat(user, span_notice("Вы успешно подготовили провода панели замка [src]!")) + picklocking_stage = WIRES_DISCONNECTED + else // Bad day + to_chat(user, span_warning("Черт! Не тот провод!")) + do_sparks(5, TRUE, src) + electrocute_mob(user, get_area(src), src, 0.5, TRUE) + return TRUE + +/obj/structure/closet/secure_closet/multitool_act(mob/living/user, obj/item/I) + . = ..() + if(locked && picklocking_stage == WIRES_DISCONNECTED && user.a_intent != INTENT_HARM) // Stage three + to_chat(user, span_notice("Вы начинаете подключать провода панели замка [src] к [I]...")) + if(I.use_tool(src, user, 16 SECONDS, volume = I.tool_volume)) + if(prob(80)) // Good hacker! + broken = FALSE // Can be emagged + picklocking_stage = LOCK_OFF + emag_act(user) + else // Bad day + to_chat(user, span_warning("Черт! Не тот провод!")) + do_sparks(5, TRUE, src) + electrocute_mob(user, get_area(src), src, 0.5, TRUE) + return TRUE + +/* Crates */ +/obj/structure/closet/crate/secure/screwdriver_act(mob/living/user, obj/item/I) + . = ..() + if(locked && picklocking_stage == null && user.a_intent != INTENT_HARM) // Stage one + to_chat(user, span_notice("Вы начинаете откручивать панель замка [src]...")) + if(I.use_tool(src, user, 16 SECONDS, volume = I.tool_volume)) + if(prob(95)) // EZ + broken = TRUE + picklocking_stage = PANEL_OPEN + update_icon() + to_chat(user, span_notice("Вы успешно открутили и сняли панель с замка [src]!")) + //icon_state = icon_off // Crates has no icon_off :( + else // Bad day) + var/mob/living/carbon/human/H = user + var/obj/item/organ/external/affecting = H.get_organ(user.r_hand == I ? "l_hand" : "r_hand") + user.apply_damage(I.force, BRUTE , affecting) + user.emote("scream") + to_chat(user, span_warning("Проклятье! [I] сорвалась и повредила [affecting.name]!")) + return TRUE + +/obj/structure/closet/crate/secure/wirecutter_act(mob/living/user, obj/item/I) + . = ..() + if(locked && picklocking_stage == PANEL_OPEN && user.a_intent != INTENT_HARM) // Stage two + to_chat(user, span_notice("Вы начинаете подготавливать провода панели [src]...")) + if(I.use_tool(src, user, 16 SECONDS, volume = I.tool_volume)) + if(prob(80)) // Good hacker! + to_chat(user, span_notice("Вы успешно подготовили провода панели замка [src]!")) + picklocking_stage = WIRES_DISCONNECTED + else // Bad day + to_chat(user, span_warning("Черт! Не тот провод!")) + do_sparks(5, TRUE, src) + electrocute_mob(user, get_area(src), src, 0.5, TRUE) + return TRUE + +/obj/structure/closet/crate/secure/multitool_act(mob/living/user, obj/item/I) + . = ..() + if(locked && picklocking_stage == WIRES_DISCONNECTED && user.a_intent != INTENT_HARM) // Stage three + to_chat(user, span_notice("Вы начинаете подключать провода панели замка [src] к [I]...")) + if(I.use_tool(src, user, 16 SECONDS, volume = I.tool_volume)) + if(prob(80)) // Good hacker! + broken = FALSE // Can be emagged + picklocking_stage = LOCK_OFF + emag_act(user) + else // Bad day + to_chat(user, span_warning("Черт! Не тот провод!")) + do_sparks(5, TRUE, src) + electrocute_mob(user, get_area(src), src, 0.5, TRUE) + return TRUE + +#undef PANEL_OPEN +#undef WIRES_DISCONNECTED +#undef LOCK_OFF diff --git a/modular_ss220/clothing/_clothing.dm b/modular_ss220/clothing/_clothing.dm new file mode 100644 index 000000000000..e8581715c24f --- /dev/null +++ b/modular_ss220/clothing/_clothing.dm @@ -0,0 +1,10 @@ +/datum/modpack/clothing + name = "Одежда" + desc = "Всё для модного приговора." + author = "Aylong, Yata9arasu, Dekupich" + +/datum/modpack/clothing/initialize() + . = ..() + GLOB.cloth_recipes += list( + new /datum/stack_recipe("полотенце", /obj/item/clothing/under/towel/long, 4, time = 1 SECONDS) + ) diff --git a/modular_ss220/clothing/_clothing.dme b/modular_ss220/clothing/_clothing.dme new file mode 100644 index 000000000000..a70b69054c10 --- /dev/null +++ b/modular_ss220/clothing/_clothing.dme @@ -0,0 +1,14 @@ +#include "_clothing.dm" +#include "code/accessories.dm" +#include "code/cloaks.dm" +#include "code/clothing_vendors.dm" +#include "code/garment_bag.dm" +#include "code/gloves.dm" +#include "code/hats.dm" +#include "code/helmet.dm" +#include "code/hev_suit.dm" +#include "code/mask.dm" +#include "code/shoes.dm" +#include "code/suits.dm" +#include "code/under.dm" +#include "code/mod.dm" diff --git a/modular_ss220/clothing/code/accessories.dm b/modular_ss220/clothing/code/accessories.dm new file mode 100644 index 000000000000..9691be242ab1 --- /dev/null +++ b/modular_ss220/clothing/code/accessories.dm @@ -0,0 +1,33 @@ +/obj/item/storage/belt/chef/apron + name = "фартук" + desc = "Фартук с широкими карманами. Такому обзавидуется любой мясник." + icon = 'modular_ss220/clothing/icons/object/accessories.dmi' + icon_state = "apron" + item_state = "apron" + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/accessories.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/accessories.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/accessories.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/accessories.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/accessories.dmi', + ) + +/obj/item/storage/belt/chef/apron/red + name = "красный фартук" + icon_state = "apron_red" + item_state = "apron_red" diff --git a/modular_ss220/clothing/code/cloaks.dm b/modular_ss220/clothing/code/cloaks.dm new file mode 100644 index 000000000000..00a8afca9355 --- /dev/null +++ b/modular_ss220/clothing/code/cloaks.dm @@ -0,0 +1,67 @@ +/obj/item/clothing/suit/mantle/armor/captain/black + name = "чёрная капитанская мантия" + desc = "Носится верховным лидером станции NSS Cyberiad." + icon = 'modular_ss220/clothing/icons/object/cloaks.dmi' + icon_state = "capcloak_black" + icon_override = 'modular_ss220/clothing/icons/mob/cloaks.dmi' + item_state = "capcloak_black" + +/obj/item/clothing/suit/mantle/armor/captain/black/Initialize(mapload) + . = ..() + desc = "Носится верховным лидером станции [station_name()]." + +/* EI cloak */ +/obj/item/clothing/suit/hooded/ei_cloak + name = "плащ Gold On Black" + desc = "Корпоративный плащ, выполненный в угольных тонах все с тем же золотым покрытием и специальным логотипом от Etamin Industry – золотой звездой." + icon = 'modular_ss220/clothing/icons/object/cloaks.dmi' + icon_state = "ei_cloak" + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/species/kidan/cloaks.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Skeleton" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/cloaks.dmi', + "Abductor" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/cloaks.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/cloaks.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/cloaks.dmi', + ) + hoodtype = /obj/item/clothing/head/hooded/ei_hood + +/obj/item/clothing/head/hooded/ei_hood + name = "капюшон Gold On Black" + desc = "Капюшон, прикрепленный к плащу Gold On Black." + icon = 'modular_ss220/clothing/icons/object/hats.dmi' + icon_state = "ei_hood" + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/species/tajaran/hats.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/species/vulpkanin/hats.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/species/kidan/hats.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Skeleton" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/hats.dmi', + "Abductor" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/hats.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/hats.dmi', + ) + flags = BLOCKHAIR + flags_inv = HIDEEARS diff --git a/modular_ss220/clothing/code/clothing_vendors.dm b/modular_ss220/clothing/code/clothing_vendors.dm new file mode 100644 index 000000000000..fc2c06a42e5f --- /dev/null +++ b/modular_ss220/clothing/code/clothing_vendors.dm @@ -0,0 +1,29 @@ +/obj/machinery/economy/vending/autodrobe/Initialize(mapload) + products += list( + /obj/item/clothing/head/ratge = 1, + ) + contraband += list( + /obj/item/clothing/mask/rooster = 1, + ) + prices += list( + /obj/item/clothing/head/ratge = 75, + /obj/item/clothing/mask/rooster = 100, + ) + . = ..() + +/obj/machinery/economy/vending/chefdrobe/Initialize(mapload) + products += list( + /obj/item/clothing/under/rank/civilian/chef/red = 2, + /obj/item/clothing/suit/chef/red = 2, + /obj/item/clothing/head/chefhat/red = 2, + /obj/item/storage/belt/chef/apron = 1, + /obj/item/storage/belt/chef/apron/red = 1, + ) + prices += list( + /obj/item/clothing/under/rank/civilian/chef/red = 50, + /obj/item/clothing/suit/chef/red = 50, + /obj/item/clothing/head/chefhat/red = 50, + /obj/item/storage/belt/chef/apron = 75, + /obj/item/storage/belt/chef/apron/red = 75, + ) + . = ..() diff --git a/modular_ss220/clothing/code/garment_bag.dm b/modular_ss220/clothing/code/garment_bag.dm new file mode 100644 index 000000000000..461b6d20af61 --- /dev/null +++ b/modular_ss220/clothing/code/garment_bag.dm @@ -0,0 +1,8 @@ +/obj/item/storage/bag/garment/captain/populate_contents() + . = ..() + new /obj/item/clothing/head/caphat/beret_black(src) + new /obj/item/clothing/suit/mantle/armor/captain/black(src) + +/obj/item/storage/bag/garment/head_of_security/populate_contents() + . = ..() + new /obj/item/clothing/gloves/combat(src) diff --git a/modular_ss220/clothing/code/gloves.dm b/modular_ss220/clothing/code/gloves.dm new file mode 100644 index 000000000000..4ffc9b00fcbe --- /dev/null +++ b/modular_ss220/clothing/code/gloves.dm @@ -0,0 +1,33 @@ +/obj/item/clothing/gloves/fingerless/biker_gloves + name = "байкерские перчатки" + desc = "Обычные черные перчатки с черепом." + icon = 'modular_ss220/clothing/icons/object/gloves.dmi' + icon_state = "bike_gloves" + icon_override = 'modular_ss220/clothing/icons/mob/hands.dmi' + +/* EI gloves */ +/obj/item/clothing/gloves/color/ei_gloves + name = "перчатки Gold On Black" + desc = "Качественные перчатки с золотой вставкой 999 пробы." + icon = 'modular_ss220/clothing/icons/object/gloves.dmi' + icon_state = "ei_gloves" + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/species/kidan/gloves.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Skeleton" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/gloves.dmi', + "Abductor" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/hands.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/gloves.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/gloves.dmi', + ) diff --git a/modular_ss220/clothing/code/hats.dm b/modular_ss220/clothing/code/hats.dm new file mode 100644 index 000000000000..6358041f9db8 --- /dev/null +++ b/modular_ss220/clothing/code/hats.dm @@ -0,0 +1,141 @@ +/obj/item/clothing/head/caphat/beret_black + name = "чёрный капитанский берет" + desc = "Хорошо быть королём." + icon = 'modular_ss220/clothing/icons/object/hats.dmi' + icon_state = "cap_beret_black" + icon_override = 'modular_ss220/clothing/icons/mob/hats.dmi' + +/obj/item/clothing/head/ratge + name = "ratge head" + desc = "Ну ты и крыса!" + icon = 'modular_ss220/clothing/icons/object/hats.dmi' + icon_state = "ratgehead" + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + flags = BLOCKHAIR + flags_inv = HIDEMASK | HIDEEARS | HIDEEYES | HIDEFACE + flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/hats.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/species/kidan/hats.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/species/tajaran/hats.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/species/vulpkanin/hats.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/hats.dmi', + ) + +/obj/item/clothing/head/chefhat/red + name = "chef's red hat" + desc = "Красный поварской колпак, для тех, кто хочет показать что он тут настоящий босс кухни." + icon = 'modular_ss220/clothing/icons/object/hats.dmi' + icon_state = "chef_red" + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/hats.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/hats.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/hats.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/hats.dmi', + ) + +/obj/item/clothing/head/towel + name = "шапка из полотенца" + desc = "Полотенце замотанное в импровизированную шапку. Можно надеть на голову." + icon = 'modular_ss220/clothing/icons/object/hats.dmi' + icon_state = "towel_head" + item_color = "towel_head" + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/hats.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/species/monkey/hats.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/hats.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/hats.dmi', + ) + +/obj/item/clothing/head/towel/attackby__legacy__attackchain(obj/item/S, mob/user, params) + . = ..() + if(istype(S, /obj/item/toy/crayon/spraycan)) + var/obj/item/toy/crayon/spraycan/spcan = S + var/list/hsl = rgb2hsl(hex2num(copytext(spcan.colour, 2, 4)), hex2num(copytext(spcan.colour, 4, 6)), hex2num(copytext(spcan.colour, 6, 8))) + hsl[3] = max(hsl[3], 0.4) + var/list/rgb = hsl2rgb(arglist(hsl)) + var/new_color = "#[num2hex(rgb[1], 2)][num2hex(rgb[2], 2)][num2hex(rgb[3], 2)]" + color = new_color + to_chat(user, "Вы перекрашиваете [src.name].") + return + +/obj/item/clothing/head/towel/red + name = "красная шапочка из полотенца" + color = "#EE204D" + +/obj/item/clothing/head/towel/green + name = "зелёная шапочка из полотенца" + color = "#32CD32" + +/obj/item/clothing/head/towel/blue + name = "синяя шапочка из полотенца" + color = "#1E90FF" + +/obj/item/clothing/head/towel/orange + name = "оранжевая шапочка из полотенца" + color = "#FFA500" + +/obj/item/clothing/head/towel/purple + name = "фиолетовая шапочка из полотенца" + color = "#DA70D6" + +/obj/item/clothing/head/towel/cyan + name = "голубая шапочка из полотенца" + color = "#40E0D0" + +/obj/item/clothing/head/towel/brown + name = "коричневая шапочка из полотенца" + color = "#DEB887" + +/obj/item/clothing/head/beret/centcom/intern + name = "nanotrasen intern beret" + desc = "Берет стажера НТ. Белый берет с зеленой звездой. Выглядит подозрительно похожим на берет главного инженера..." + icon_state = "beret_ce" diff --git a/modular_ss220/clothing/code/helmet.dm b/modular_ss220/clothing/code/helmet.dm new file mode 100644 index 000000000000..9fc5388a9aa3 --- /dev/null +++ b/modular_ss220/clothing/code/helmet.dm @@ -0,0 +1,181 @@ +// MARK: Miscellaneous +/obj/item/clothing/head/helmet/bike_helmet + name = "байкерский шлем" + desc = "Крутой шлем." + icon = 'modular_ss220/clothing/icons/object/hats.dmi' + icon_state = "bike_helmet" + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + toggle_message = "Вы опустили защитное стекло" + alt_toggle_message = "Вы подняли защитное стекло" + actions_types = list(/datum/action/item_action/toggle_helmet_mode) + can_toggle = TRUE + toggle_sound = 'sound/weapons/tap.ogg' + dog_fashion = null + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/helmet.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/species/skrell/helmet.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/hats.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/species/tajaran/helmet.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/species/unathi/helmet.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/helmet.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/species/vulpkanin/helmet.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + ) + +/obj/item/clothing/head/helmet/bike_helmet/replica + desc = "Крутой шлем. На вид хлипкий..." + armor = list("melee" = 0, "bullet" = 0, "laser" = 0, "energy" = 0, "bomb" = 0, "rad" = 0, "fire" = 0, "acid" = 0) + +// MARK: ERT +/obj/item/clothing/head/helmet/ert + icon = 'modular_ss220/clothing/icons/object/helmet.dmi' + icon_state = "ember_sec" + item_state = "ember_sec" + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/helmet.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/helmet.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/species/vulpkanin/helmet.dmi', + "Lich" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + ) + +/obj/item/clothing/head/helmet/ert/security + icon_state = "ember_sec" + item_state = "ember_sec" + +/obj/item/clothing/head/helmet/ert/engineer + icon_state = "ember_eng" + item_state = "ember_eng" + +/obj/item/clothing/head/helmet/ert/medical + icon_state = "ember_med" + item_state = "ember_med" + +/obj/item/clothing/head/helmet/ert/janitor + icon_state = "ember_jan" + item_state = "ember_jan" + +/obj/item/clothing/head/helmet/ert/command + icon_state = "ember_com" + item_state = "ember_com" + actions_types = list(/datum/action/item_action/toggle_nvg) + /// Is night vision goggles enabled? + var/nvg_enabled = FALSE + +/datum/action/item_action/toggle_nvg + name = "Toggle Nightvision" + +/obj/item/clothing/head/helmet/ert/command/ui_action_click(mob/user, actiontype) + if(actiontype == /datum/action/item_action/toggle_nvg) + toggle_nvg(user) + +/obj/item/clothing/head/helmet/ert/command/item_action_slot_check(slot) + if(slot == ITEM_SLOT_HEAD) + return TRUE + +/obj/item/clothing/head/helmet/ert/command/equipped(mob/user, slot, initial) + . = ..() + if(nvg_enabled && slot == ITEM_SLOT_HEAD) + ADD_TRAIT(user, TRAIT_NIGHT_VISION, "ert_commander_helmet[UID()]") + +/obj/item/clothing/head/helmet/ert/command/dropped(mob/user) + . = ..() + if(user) + REMOVE_TRAIT(user, TRAIT_NIGHT_VISION, "ert_commander_helmet[UID()]") + +/obj/item/clothing/head/helmet/ert/command/update_icon_state() + . = ..() + if(nvg_enabled) + icon_state = initial(icon_state) + "_nvg" + item_state = initial(item_state) + "_nvg" + else + icon_state = initial(icon_state) + item_state = initial(item_state) + +/obj/item/clothing/head/helmet/ert/command/proc/toggle_nvg(mob/user) + var/msg + if(!HAS_TRAIT_FROM(user, TRAIT_NIGHT_VISION, "ert_commander_helmet[UID()]")) + ADD_TRAIT(user, TRAIT_NIGHT_VISION, "ert_commander_helmet[UID()]") + msg = "You lowered your night-vision goggles over your eyes." + nvg_enabled = TRUE + else + REMOVE_TRAIT(user, TRAIT_NIGHT_VISION, "ert_commander_helmet[UID()]") + msg = "You raised your night-vision goggles." + nvg_enabled = FALSE + + if(ishuman(user)) + var/mob/living/carbon/human/H = user + if(H.head == src) + H.update_sight() + + update_icon(UPDATE_ICON_STATE) + user.update_inv_head() + to_chat(user, span_notice("[msg]")) + +/obj/item/clothing/head/helmet/ert/security/paranormal + icon_state = "knight_templar" + item_state = "knight_templar" + sprite_sheets = list( + "Vox" = 'icons/mob/clothing/species/vox/helmet.dmi', + "Drask" = 'icons/mob/clothing/species/drask/helmet.dmi', + "Grey" = 'icons/mob/clothing/species/grey/helmet.dmi' + ) + +/obj/item/clothing/head/helmet/space/ert_engineer + name = "emergency response team engineer space helmet" + desc = "Space helmet worn by engineering members of the Nanotrasen Emergency Response Team. Has orange highlights." + icon = 'modular_ss220/clothing/icons/object/helmet.dmi' + icon_state = "ember_eng" + item_state = "ember_eng" + sprite_sheets = list( + "Abductor" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Ancient Skeleton" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/helmet.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Human" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Monkey" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Plasmaman" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/species/tajaran/helmet.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/helmet.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/species/vulpkanin/helmet.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/helmet.dmi', + ) + armor = list(MELEE = 20, BULLET = 20, LASER = 20, ENERGY = 20, BOMB = 10, RAD = 50, FIRE = 200, ACID = 115) diff --git a/modular_ss220/clothing/code/hev_suit.dm b/modular_ss220/clothing/code/hev_suit.dm new file mode 100644 index 000000000000..31d5e9e94d61 --- /dev/null +++ b/modular_ss220/clothing/code/hev_suit.dm @@ -0,0 +1,196 @@ +#define SOUND_BEEP(sound) add_queue(##sound, 20) +#define MORPHINE_INJECTION_DELAY (30 SECONDS) + +//Suit +/obj/item/clothing/suit/space/hev + name = "\improper hazardous environment suit" + desc = "The Mark IV HEV suit protects the user from a number of hazardous environments and has in build ballistic protection." + icon = 'modular_ss220/clothing/icons/object/suits.dmi' + icon_state = "hev" + icon_override = 'modular_ss220/clothing/icons/mob/suits.dmi' + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + resistance_flags = FIRE_PROOF | ACID_PROOF | FREEZE_PROOF | STOPSPRESSUREDMAGE + body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS|FEET|ARMS|HANDS + flags_inv = HIDEGLOVES|HIDESHOES|HIDEJUMPSUIT|HIDETAIL + armor = list(MELEE = 35, BULLET = 30, LASER = 20, ENERGY = 25, BOMB = 30, RAD = 100, FIRE = 80, ACID = 50) + allowed = list( + /obj/item/tank/internals/emergency_oxygen, + /obj/item/tank/internals/plasmaman, + /obj/item/gun/energy, + /obj/item/gun/projectile, + /obj/item/crowbar, + ) + slowdown = 0.25 + + var/static/list/funny_signals = list( + COMSIG_MOB_SAY = PROC_REF(handle_speech), + COMSIG_MOB_DEATH = PROC_REF(handle_death), + COMSIG_LIVING_IGNITED = PROC_REF(handle_ignite), + COMSIG_LIVING_ELECTROCUTE_ACT = PROC_REF(handle_shock), + // COMSIG_MOB_APPLY_DAMAGE= PROC_REF(handle_damage), + ) + + + var/list/sound_queue = list() + + var/mob/living/carbon/owner + + var/obj/item/geiger_counter/GC + + COOLDOWN_DECLARE(next_damage_notify) + COOLDOWN_DECLARE(next_morphine) + +/obj/item/clothing/suit/space/hev/Initialize(mapload) + . = ..() + GC = new(src) + GC.scanning = TRUE + update_appearance(UPDATE_ICON) + +/obj/item/clothing/suit/space/hev/Destroy() + QDEL_NULL(GC) + owner = null + return ..() + +/obj/item/clothing/suit/space/hev/proc/process_sound_queue() + + var/list/sound_data = sound_queue[1] + var/sound_file = sound_data[1] + var/sound_delay = sound_data[2] + + playsound(owner, sound_file, 20) + + sound_queue.Cut(1,2) + + if(!length(sound_queue)) + return + + addtimer(CALLBACK(src, PROC_REF(process_sound_queue)), sound_delay) + +/obj/item/clothing/suit/space/hev/proc/add_queue(desired_file, desired_delay, purge_queue=FALSE) + + var/was_empty_sound_queue = !length(sound_queue) + + if(purge_queue) + sound_queue.Cut() + + sound_queue += list(list(desired_file,desired_delay)) //BYOND is fucking weird so you have to do this bullshit if you want to add a list to a list. + + if(was_empty_sound_queue) + addtimer(CALLBACK(src, PROC_REF(process_sound_queue)), 1 SECONDS) + + return TRUE + +//Signal handling. +/obj/item/clothing/suit/space/hev/equipped(mob/M, slot) + ..() + if(slot == ITEM_SLOT_OUTER_SUIT && iscarbon(M)) + for(var/voice in funny_signals) + RegisterSignal(M, voice, funny_signals[voice]) + owner = M + add_queue('modular_ss220/aesthetics_sounds/sound/hev/blip.ogg', 2 SECONDS, purge_queue=TRUE) + add_queue('modular_ss220/aesthetics_sounds/sound/hev/01_hev_logon.ogg', 11 SECONDS) + add_queue('modular_ss220/aesthetics_sounds/sound/hev/04_vitalsigns_on.ogg', 4 SECONDS) + add_queue('modular_ss220/aesthetics_sounds/sound/hev/09_safe_day.ogg', 8 SECONDS) + else + for(var/voice in funny_signals) + UnregisterSignal(M, voice) + +/obj/item/clothing/suit/space/hev/dropped(mob/M) + ..() + for(var/voice in funny_signals) + UnregisterSignal(M, voice) + +//Death +/obj/item/clothing/suit/space/hev/proc/handle_death(gibbed) + SIGNAL_HANDLER + add_queue('modular_ss220/aesthetics_sounds/sound/hev/death.ogg', 5 SECONDS, purge_queue=TRUE) + +//Mute +/obj/item/clothing/suit/space/hev/proc/handle_speech(datum/source, list/speech_args) + SIGNAL_HANDLER + var/static/list/cancel_messages = list( + "Вам трудно говорить, когда костюм туго сдавливает ваше горло...", + "Ваши связки ощущаются сдавленными, что пресекает любую попытку выдавить хоть какой-то звук...", + "Вы пытаетесь что-то сказать, но костюм сдавливает вам гортань..." + ) + + speech_args[SPEECH_MESSAGE] = "..." + to_chat(source, span_warning(pick(cancel_messages))) + +//Fire +/obj/item/clothing/suit/space/hev/proc/handle_ignite(mob/living) + SIGNAL_HANDLER + SOUND_BEEP('modular_ss220/aesthetics_sounds/sound/hev/beep_3.ogg') + add_queue('modular_ss220/aesthetics_sounds/sound/hev/heat.ogg', 3 SECONDS) + +//Shock +/obj/item/clothing/suit/space/hev/proc/handle_shock(mob/living) + SIGNAL_HANDLER + SOUND_BEEP('modular_ss220/aesthetics_sounds/sound/hev/beep_3.ogg') + add_queue('modular_ss220/aesthetics_sounds/sound/hev/shok.ogg', 3 SECONDS) + +//Helmet +/obj/item/clothing/head/helmet/hev_helmet + name = "hazardous environment suit helmet" + desc = "The Mark IV HEV suit helmet." + icon = 'modular_ss220/clothing/icons/object/helmet.dmi' + icon_override = 'modular_ss220/clothing/icons/mob/helmet.dmi' + item_state = "hev_helmet" + icon_state = "hev0" + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + armor = list(MELEE = 10, BULLET = 5, LASER = 5, ENERGY = 5, BOMB = 5, RAD = 100, FIRE = 15, ACID = 20) + flags = BLOCKHAIR | STOPSPRESSUREDMAGE | THICKMATERIAL + flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH + flags_inv = HIDEMASK|HIDEEARS|HIDEEYES|HIDEFACE + visor_flags = STOPSPRESSUREDMAGE + flash_protect = FLASH_PROTECTION_WELDER + dog_fashion = null + var/on = FALSE + var/brightness_on = 4 + actions_types = list(/datum/action/item_action/toggle_helmet_light) + var/hud_types = DATA_HUD_MEDICAL_ADVANCED + +/obj/item/clothing/head/helmet/hev_helmet/Initialize(mapload) + . = ..() + if(!islist(hud_types) && hud_types) + hud_types = list(hud_types) + +/obj/item/clothing/head/helmet/hev_helmet/equipped(mob/living/carbon/human/user, slot) + ..() + if(slot != ITEM_SLOT_HEAD) + return + for(var/new_hud in hud_types) + var/datum/atom_hud/H = GLOB.huds[new_hud] + H.add_hud_to(user) + +/obj/item/clothing/head/helmet/hev_helmet/dropped(mob/living/carbon/human/user) + ..() + for(var/new_hud in hud_types) + var/datum/atom_hud/H = GLOB.huds[new_hud] + H.remove_hud_from(user) + +/obj/item/clothing/head/helmet/hev_helmet/ui_action_click(mob/user, toggle_helmet_light) + light_toggle(user) + +/obj/item/clothing/head/helmet/hev_helmet/proc/light_toggle(mob/user) + on = !on + icon_state = "hev[on]" + + if(ishuman(user)) + var/mob/living/carbon/human/H = user + H.update_inv_head() + + if(on) + set_light(brightness_on) + else + set_light(0) + +/obj/item/clothing/head/helmet/hev_helmet/extinguish_light(force = FALSE) + if(on) + light_toggle() + visible_message(span_danger("[src]'s light fades and turns off.")) + +#undef MORPHINE_INJECTION_DELAY +#undef SOUND_BEEP diff --git a/modular_ss220/clothing/code/mask.dm b/modular_ss220/clothing/code/mask.dm new file mode 100644 index 000000000000..07e4c663643e --- /dev/null +++ b/modular_ss220/clothing/code/mask.dm @@ -0,0 +1,125 @@ +/obj/item/clothing/mask + var/modifies_speech = FALSE + +/obj/item/clothing/mask/proc/handle_speech(datum/source, list/speech_args) + SIGNAL_HANDLER + return + +/obj/item/clothing/mask/equipped(mob/M, slot) + . = ..() + + if((slot & ITEM_SLOT_MASK) && modifies_speech) + RegisterSignal(M, COMSIG_MOB_SAY, PROC_REF(handle_speech)) + else + UnregisterSignal(M, COMSIG_MOB_SAY) + +/obj/item/clothing/mask/dropped(mob/M) + . = ..() + UnregisterSignal(M, COMSIG_MOB_SAY) + +/obj/item/clothing/mask/fakemoustache/chef + name = "абсолютно настоящие усы шефа" + desc = "Осторожно: усы накладные." + modifies_speech = TRUE + +/obj/item/clothing/mask/fakemoustache/chef/handle_speech(datum/source, list/speech_args) + var/message = speech_args[SPEECH_MESSAGE] + if(message[1] != "*") + var/static/regex/words = new(@"(?Вы перекрашиваете [src.name].") + return + +/obj/item/clothing/under/towel/long + name = "полотенце" + desc = "Полотенце, сотканное из синтетической ткани. Можно обмотать вокруг тела." + icon_state = "towel_long" + item_color = "towel_long" + +/obj/item/clothing/under/towel/long/alt + name = "махровое полотенце" + desc = "Полотенце, сотканное из синтетической ткани, на взгляд шершавое. Можно обмотать вокруг тела." + icon_state = "towel_long_alt" + item_color = "towel_long_alt" + +/obj/item/clothing/under/towel/short + name = "маленькое полотенце" + desc = "Полотенце, сотканное из синтетической ткани, но маленькое. Можно обмотать вокруг тела." + icon_state = "towel_short" + item_color = "towel_short" + +/obj/item/clothing/under/towel/short/alt + name = "маленькое махровое полотенце" + desc = "Полотенце, сотканное из синтетической ткани, на взгляд шершавое и маленькое. Можно обмотать вокруг тела." + icon_state = "towel_short_alt" + item_color = "towel_short_alt" + +// Длинное полотенце +/obj/item/clothing/under/towel/long/red + name = "красное полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel/long/green + name = "зелёное полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel/long/blue + name = "синее полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel/long/orange + name = "оранжевое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel/long/purple + name = "фиолетовое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel/long/cyan + name = "голубое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel/long/brown + name = "коричневое полотенце" + color = "#DEB887" + +// Длинное махровое полотенце +/obj/item/clothing/under/towel/long/alt/red + name = "красное махровое полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel/long/alt/green + name = "зелёное махровое полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel/long/alt/blue + name = "синее махровое полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel/long/alt/orange + name = "оранжевое махровое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel/long/alt/purple + name = "фиолетовое махровое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel/long/alt/cyan + name = "голубое махровое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel/long/alt/brown + name = "коричневое махровое полотенце" + color = "#DEB887" + +// Маленькое полотенце +/obj/item/clothing/under/towel/short/red + name = "красное маленькое полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel/short/green + name = "зелёное маленькое полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel/short/blue + name = "синее маленькое полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel/short/orange + name = "оранжевое маленькое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel/short/purple + name = "фиолетовое маленькое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel/short/cyan + name = "голубое маленькое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel/short/brown + name = "коричневое маленькое полотенце" + color = "#DEB887" + +// Маленькое махровое полотенце +/obj/item/clothing/under/towel/short/alt/red + name = "красное махровое маленькое полотенце" + color = "#EE204D" + +/obj/item/clothing/under/towel/short/alt/green + name = "зелёное махровое маленькое полотенце" + color = "#32CD32" + +/obj/item/clothing/under/towel/short/alt/blue + name = "синее махровое маленькое полотенце" + color = "#1E90FF" + +/obj/item/clothing/under/towel/short/alt/orange + name = "оранжевое махровое маленькое полотенце" + color = "#FFA500" + +/obj/item/clothing/under/towel/short/alt/purple + name = "фиолетовое махровое маленькое полотенце" + color = "#DA70D6" + +/obj/item/clothing/under/towel/short/alt/cyan + name = "голубое махровое маленькое полотенце" + color = "#40E0D0" + +/obj/item/clothing/under/towel/short/alt/brown + name = "коричневое махровое маленькое полотенце" + color = "#DEB887" + +/* EI uniform */ +/obj/item/clothing/under/ei_combat + name = "тактическая водолазка Gold on Black" + desc = "Все то же удобство, но в прекрасной гамме угольных оттенков." + icon = 'modular_ss220/clothing/icons/object/under.dmi' + icon_state = "ei_combat" + item_color = "ei_combat" + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/species/kidan/under.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Skeleton" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/under.dmi', + "Abductor" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/under.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/under.dmi', + ) + +/obj/item/clothing/under/ei_skirt + name = "блузка с юбкой Gold on Black" + desc = "Не волнуйтесь, запачкать её будет крайне сложно, так что вы всегда будете прелестны и очаровательны. Даже если руки по локоть в крови." + icon = 'modular_ss220/clothing/icons/object/under.dmi' + icon_state = "ei_skirt" + item_color = "ei_skirt" + lefthand_file = 'modular_ss220/clothing/icons/inhands/left_hand.dmi' + righthand_file = 'modular_ss220/clothing/icons/inhands/right_hand.dmi' + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/species/kidan/under.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Skeleton" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/under.dmi', + "Abductor" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/under.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/under.dmi', + ) + +/obj/item/clothing/under/ei_skirt_alt + name = "юбка «Солнце» от EI" + desc = "Юбка «Солнце» в классических цветах корпорации EI." + icon = 'modular_ss220/clothing/icons/object/under.dmi' + icon_state = "ei_skirt_alt" + item_color = "ei_skirt_alt" + sprite_sheets = list( + "Human" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Tajaran" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vulpkanin" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Kidan" = 'modular_ss220/clothing/icons/mob/species/kidan/under.dmi', + "Skrell" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Nucleation" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Skeleton" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Slime People" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Unathi" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Grey" = 'modular_ss220/clothing/icons/mob/species/grey/under.dmi', + "Abductor" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Golem" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Machine" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Diona" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Nian" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Shadow" = 'modular_ss220/clothing/icons/mob/under.dmi', + "Vox" = 'modular_ss220/clothing/icons/mob/species/vox/under.dmi', + "Drask" = 'modular_ss220/clothing/icons/mob/species/drask/under.dmi', + ) diff --git a/modular_ss220/clothing/icons/inhands/left_hand.dmi b/modular_ss220/clothing/icons/inhands/left_hand.dmi new file mode 100644 index 000000000000..388dde1feacd Binary files /dev/null and b/modular_ss220/clothing/icons/inhands/left_hand.dmi differ diff --git a/modular_ss220/clothing/icons/inhands/right_hand.dmi b/modular_ss220/clothing/icons/inhands/right_hand.dmi new file mode 100644 index 000000000000..30f99a7a85e7 Binary files /dev/null and b/modular_ss220/clothing/icons/inhands/right_hand.dmi differ diff --git a/modular_ss220/clothing/icons/mob/accessories.dmi b/modular_ss220/clothing/icons/mob/accessories.dmi new file mode 100644 index 000000000000..1012e226c4bc Binary files /dev/null and b/modular_ss220/clothing/icons/mob/accessories.dmi differ diff --git a/modular_ss220/clothing/icons/mob/cloaks.dmi b/modular_ss220/clothing/icons/mob/cloaks.dmi new file mode 100644 index 000000000000..b09be504a679 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/cloaks.dmi differ diff --git a/modular_ss220/clothing/icons/mob/hands.dmi b/modular_ss220/clothing/icons/mob/hands.dmi new file mode 100644 index 000000000000..380ab3f64c68 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/hands.dmi differ diff --git a/modular_ss220/clothing/icons/mob/hats.dmi b/modular_ss220/clothing/icons/mob/hats.dmi new file mode 100644 index 000000000000..6c86f54f84bb Binary files /dev/null and b/modular_ss220/clothing/icons/mob/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/helmet.dmi b/modular_ss220/clothing/icons/mob/helmet.dmi new file mode 100644 index 000000000000..f446553cf564 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/mask.dmi b/modular_ss220/clothing/icons/mob/mask.dmi new file mode 100644 index 000000000000..afe1144c0a0c Binary files /dev/null and b/modular_ss220/clothing/icons/mob/mask.dmi differ diff --git a/modular_ss220/clothing/icons/mob/mod_clothing.dmi b/modular_ss220/clothing/icons/mob/mod_clothing.dmi new file mode 100644 index 000000000000..cc7d72e6d5d1 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/mob/shoes.dmi b/modular_ss220/clothing/icons/mob/shoes.dmi new file mode 100644 index 000000000000..6bf2712da541 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/shoes.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/accessories.dmi b/modular_ss220/clothing/icons/mob/species/drask/accessories.dmi new file mode 100644 index 000000000000..a63a43c32f8d Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/accessories.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/cloaks.dmi b/modular_ss220/clothing/icons/mob/species/drask/cloaks.dmi new file mode 100644 index 000000000000..16e62552dcee Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/cloaks.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/gloves.dmi b/modular_ss220/clothing/icons/mob/species/drask/gloves.dmi new file mode 100644 index 000000000000..1f502c4a92bb Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/gloves.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/hats.dmi b/modular_ss220/clothing/icons/mob/species/drask/hats.dmi new file mode 100644 index 000000000000..18ab856b2320 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/helmet.dmi b/modular_ss220/clothing/icons/mob/species/drask/helmet.dmi new file mode 100644 index 000000000000..36b7c7462bee Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/mask.dmi b/modular_ss220/clothing/icons/mob/species/drask/mask.dmi new file mode 100644 index 000000000000..098e6d9e1c46 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/mask.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/shoes.dmi b/modular_ss220/clothing/icons/mob/species/drask/shoes.dmi new file mode 100644 index 000000000000..201cacb5d03f Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/shoes.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/suits.dmi b/modular_ss220/clothing/icons/mob/species/drask/suits.dmi new file mode 100644 index 000000000000..1fdb6b70608c Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/suits.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/drask/under.dmi b/modular_ss220/clothing/icons/mob/species/drask/under.dmi new file mode 100644 index 000000000000..9e5b8f3a7f07 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/drask/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/accessories.dmi b/modular_ss220/clothing/icons/mob/species/grey/accessories.dmi new file mode 100644 index 000000000000..561fdf7b490b Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/accessories.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/cloaks.dmi b/modular_ss220/clothing/icons/mob/species/grey/cloaks.dmi new file mode 100644 index 000000000000..8c676731e867 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/cloaks.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/gloves.dmi b/modular_ss220/clothing/icons/mob/species/grey/gloves.dmi new file mode 100644 index 000000000000..77f4c571ea8f Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/gloves.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/hats.dmi b/modular_ss220/clothing/icons/mob/species/grey/hats.dmi new file mode 100644 index 000000000000..9d52d6b5939a Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/mask.dmi b/modular_ss220/clothing/icons/mob/species/grey/mask.dmi new file mode 100644 index 000000000000..1b315f9ef806 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/mask.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/mod_clothing.dmi b/modular_ss220/clothing/icons/mob/species/grey/mod_clothing.dmi new file mode 100644 index 000000000000..4613804d7899 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/suits.dmi b/modular_ss220/clothing/icons/mob/species/grey/suits.dmi new file mode 100644 index 000000000000..3f62407fd4d2 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/suits.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/grey/under.dmi b/modular_ss220/clothing/icons/mob/species/grey/under.dmi new file mode 100644 index 000000000000..be528b4ba07b Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/grey/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/cloaks.dmi b/modular_ss220/clothing/icons/mob/species/kidan/cloaks.dmi new file mode 100644 index 000000000000..be78528f8df1 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/cloaks.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/gloves.dmi b/modular_ss220/clothing/icons/mob/species/kidan/gloves.dmi new file mode 100644 index 000000000000..e0807cf5e01b Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/gloves.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/hats.dmi b/modular_ss220/clothing/icons/mob/species/kidan/hats.dmi new file mode 100644 index 000000000000..18e2d4b7dc0e Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/helmet.dmi b/modular_ss220/clothing/icons/mob/species/kidan/helmet.dmi new file mode 100644 index 000000000000..be0f897a88dc Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/mask.dmi b/modular_ss220/clothing/icons/mob/species/kidan/mask.dmi new file mode 100644 index 000000000000..bc686ad2d48e Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/mask.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/shoes.dmi b/modular_ss220/clothing/icons/mob/species/kidan/shoes.dmi new file mode 100644 index 000000000000..f931a3169dd9 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/shoes.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/suits.dmi b/modular_ss220/clothing/icons/mob/species/kidan/suits.dmi new file mode 100644 index 000000000000..1f95f6438931 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/suits.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/kidan/under.dmi b/modular_ss220/clothing/icons/mob/species/kidan/under.dmi new file mode 100644 index 000000000000..dda63767a270 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/kidan/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/monkey/accessories.dmi b/modular_ss220/clothing/icons/mob/species/monkey/accessories.dmi new file mode 100644 index 000000000000..e289479fda3d Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/monkey/accessories.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/monkey/hats.dmi b/modular_ss220/clothing/icons/mob/species/monkey/hats.dmi new file mode 100644 index 000000000000..84cddd53877d Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/monkey/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/monkey/suits.dmi b/modular_ss220/clothing/icons/mob/species/monkey/suits.dmi new file mode 100644 index 000000000000..e0d6001edc68 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/monkey/suits.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/monkey/under.dmi b/modular_ss220/clothing/icons/mob/species/monkey/under.dmi new file mode 100644 index 000000000000..5d12bb67679e Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/monkey/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/skrell/helmet.dmi b/modular_ss220/clothing/icons/mob/species/skrell/helmet.dmi new file mode 100644 index 000000000000..6635a7e9d60f Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/skrell/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/skrell/mod_clothing.dmi b/modular_ss220/clothing/icons/mob/species/skrell/mod_clothing.dmi new file mode 100644 index 000000000000..cc7d72e6d5d1 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/skrell/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/tajaran/hats.dmi b/modular_ss220/clothing/icons/mob/species/tajaran/hats.dmi new file mode 100644 index 000000000000..499768c34054 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/tajaran/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/tajaran/helmet.dmi b/modular_ss220/clothing/icons/mob/species/tajaran/helmet.dmi new file mode 100644 index 000000000000..31865926b986 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/tajaran/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/tajaran/mod_clothing.dmi b/modular_ss220/clothing/icons/mob/species/tajaran/mod_clothing.dmi new file mode 100644 index 000000000000..9cfee846ce24 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/tajaran/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/unathi/helmet.dmi b/modular_ss220/clothing/icons/mob/species/unathi/helmet.dmi new file mode 100644 index 000000000000..34ca762e9dc8 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/unathi/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/unathi/mask.dmi b/modular_ss220/clothing/icons/mob/species/unathi/mask.dmi new file mode 100644 index 000000000000..1f1dfc5103c4 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/unathi/mask.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/unathi/mod_clothing.dmi b/modular_ss220/clothing/icons/mob/species/unathi/mod_clothing.dmi new file mode 100644 index 000000000000..e5c67a6e51fd Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/unathi/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/unathi/under.dmi b/modular_ss220/clothing/icons/mob/species/unathi/under.dmi new file mode 100644 index 000000000000..8f61504d2047 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/unathi/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/accessories.dmi b/modular_ss220/clothing/icons/mob/species/vox/accessories.dmi new file mode 100644 index 000000000000..a4bba0332086 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/accessories.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/cloaks.dmi b/modular_ss220/clothing/icons/mob/species/vox/cloaks.dmi new file mode 100644 index 000000000000..83d59eef44b5 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/cloaks.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/gloves.dmi b/modular_ss220/clothing/icons/mob/species/vox/gloves.dmi new file mode 100644 index 000000000000..34d6618a1060 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/gloves.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/hats.dmi b/modular_ss220/clothing/icons/mob/species/vox/hats.dmi new file mode 100644 index 000000000000..ee53b84a1d9c Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/helmet.dmi b/modular_ss220/clothing/icons/mob/species/vox/helmet.dmi new file mode 100644 index 000000000000..9bd035a6efbb Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/mask.dmi b/modular_ss220/clothing/icons/mob/species/vox/mask.dmi new file mode 100644 index 000000000000..eeb523eea4ae Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/mask.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/mod_clothing.dmi b/modular_ss220/clothing/icons/mob/species/vox/mod_clothing.dmi new file mode 100644 index 000000000000..ff1a808992b1 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/shoes.dmi b/modular_ss220/clothing/icons/mob/species/vox/shoes.dmi new file mode 100644 index 000000000000..a62578dc97fb Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/shoes.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/suits.dmi b/modular_ss220/clothing/icons/mob/species/vox/suits.dmi new file mode 100644 index 000000000000..c1b4423ee12e Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/suits.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vox/under.dmi b/modular_ss220/clothing/icons/mob/species/vox/under.dmi new file mode 100644 index 000000000000..92db8e05e138 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vox/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vulpkanin/hats.dmi b/modular_ss220/clothing/icons/mob/species/vulpkanin/hats.dmi new file mode 100644 index 000000000000..6e61169fc42c Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vulpkanin/hats.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vulpkanin/helmet.dmi b/modular_ss220/clothing/icons/mob/species/vulpkanin/helmet.dmi new file mode 100644 index 000000000000..736081458282 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vulpkanin/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vulpkanin/mask.dmi b/modular_ss220/clothing/icons/mob/species/vulpkanin/mask.dmi new file mode 100644 index 000000000000..7199f7cd3e20 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vulpkanin/mask.dmi differ diff --git a/modular_ss220/clothing/icons/mob/species/vulpkanin/mod_clothing.dmi b/modular_ss220/clothing/icons/mob/species/vulpkanin/mod_clothing.dmi new file mode 100644 index 000000000000..415391a72552 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/species/vulpkanin/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/mob/suits.dmi b/modular_ss220/clothing/icons/mob/suits.dmi new file mode 100644 index 000000000000..1fdf65d327a2 Binary files /dev/null and b/modular_ss220/clothing/icons/mob/suits.dmi differ diff --git a/modular_ss220/clothing/icons/mob/under.dmi b/modular_ss220/clothing/icons/mob/under.dmi new file mode 100644 index 000000000000..d0c71f83a2cb Binary files /dev/null and b/modular_ss220/clothing/icons/mob/under.dmi differ diff --git a/modular_ss220/clothing/icons/mob/uniform.dmi b/modular_ss220/clothing/icons/mob/uniform.dmi new file mode 100644 index 000000000000..e665a9badbdf Binary files /dev/null and b/modular_ss220/clothing/icons/mob/uniform.dmi differ diff --git a/modular_ss220/clothing/icons/object/accessories.dmi b/modular_ss220/clothing/icons/object/accessories.dmi new file mode 100644 index 000000000000..d8f4f4e75384 Binary files /dev/null and b/modular_ss220/clothing/icons/object/accessories.dmi differ diff --git a/modular_ss220/clothing/icons/object/cloaks.dmi b/modular_ss220/clothing/icons/object/cloaks.dmi new file mode 100644 index 000000000000..450347b6f451 Binary files /dev/null and b/modular_ss220/clothing/icons/object/cloaks.dmi differ diff --git a/modular_ss220/clothing/icons/object/gloves.dmi b/modular_ss220/clothing/icons/object/gloves.dmi new file mode 100644 index 000000000000..4538b9e4dfdb Binary files /dev/null and b/modular_ss220/clothing/icons/object/gloves.dmi differ diff --git a/modular_ss220/clothing/icons/object/hats.dmi b/modular_ss220/clothing/icons/object/hats.dmi new file mode 100644 index 000000000000..c9c47cb05d8f Binary files /dev/null and b/modular_ss220/clothing/icons/object/hats.dmi differ diff --git a/modular_ss220/clothing/icons/object/helmet.dmi b/modular_ss220/clothing/icons/object/helmet.dmi new file mode 100644 index 000000000000..683c86811fb5 Binary files /dev/null and b/modular_ss220/clothing/icons/object/helmet.dmi differ diff --git a/modular_ss220/clothing/icons/object/masks.dmi b/modular_ss220/clothing/icons/object/masks.dmi new file mode 100644 index 000000000000..0f256e88b4d8 Binary files /dev/null and b/modular_ss220/clothing/icons/object/masks.dmi differ diff --git a/modular_ss220/clothing/icons/object/mod_clothing.dmi b/modular_ss220/clothing/icons/object/mod_clothing.dmi new file mode 100644 index 000000000000..d1b91725df35 Binary files /dev/null and b/modular_ss220/clothing/icons/object/mod_clothing.dmi differ diff --git a/modular_ss220/clothing/icons/object/shoes.dmi b/modular_ss220/clothing/icons/object/shoes.dmi new file mode 100644 index 000000000000..af39eb1b29f8 Binary files /dev/null and b/modular_ss220/clothing/icons/object/shoes.dmi differ diff --git a/modular_ss220/clothing/icons/object/suits.dmi b/modular_ss220/clothing/icons/object/suits.dmi new file mode 100644 index 000000000000..2adce2ca6a0b Binary files /dev/null and b/modular_ss220/clothing/icons/object/suits.dmi differ diff --git a/modular_ss220/clothing/icons/object/under.dmi b/modular_ss220/clothing/icons/object/under.dmi new file mode 100644 index 000000000000..b918484e20ea Binary files /dev/null and b/modular_ss220/clothing/icons/object/under.dmi differ diff --git a/modular_ss220/clothing/sounds/moffstep01.ogg b/modular_ss220/clothing/sounds/moffstep01.ogg new file mode 100644 index 000000000000..6350cb057bf0 Binary files /dev/null and b/modular_ss220/clothing/sounds/moffstep01.ogg differ diff --git a/modular_ss220/clumsy_table/_clumsy_table.dm b/modular_ss220/clumsy_table/_clumsy_table.dm new file mode 100644 index 000000000000..25f225f2c01e --- /dev/null +++ b/modular_ss220/clumsy_table/_clumsy_table.dm @@ -0,0 +1,4 @@ +/datum/modpack/clumsy_table + name = "Раскидывание на столах" + desc = "Причина по которой на столы не стоит лазать, не стоит по ним бегать, не стоит в них швырять, иначе предметы на них улетят во все стороны." + author = "PhantomRU, Vladisvell" diff --git a/modular_ss220/clumsy_table/_clumsy_table.dme b/modular_ss220/clumsy_table/_clumsy_table.dme new file mode 100644 index 000000000000..82516cf41c2f --- /dev/null +++ b/modular_ss220/clumsy_table/_clumsy_table.dme @@ -0,0 +1,4 @@ +#include "_clumsy_table.dm" + +#include "code/clumsy_table.dm" +#include "code/clumsy_climb_component.dm" diff --git a/modular_ss220/clumsy_table/code/clumsy_climb_component.dm b/modular_ss220/clumsy_table/code/clumsy_climb_component.dm new file mode 100644 index 000000000000..69ce54a64411 --- /dev/null +++ b/modular_ss220/clumsy_table/code/clumsy_climb_component.dm @@ -0,0 +1,86 @@ +/datum/component/clumsy_climb + dupe_mode = COMPONENT_DUPE_UNIQUE_PASSARGS // Only one of the component can exist on table + /// default for all human-sized livings + var/thrown_chance = 80 + /// force damage modifier + var/force_mod = 0.1 + // max current possible thrown objects + var/max_thrown_objects = 15 + // max possible thrown objects when not forced + var/max_thrown_objects_low = 5 + +/datum/component/clumsy_climb/Initialize() + if(!isatom(parent)) + return COMPONENT_INCOMPATIBLE + +/datum/component/clumsy_climb/RegisterWithParent() + RegisterSignal(parent, COMSIG_MOVABLE_CROSSED, PROC_REF(cross)) + RegisterSignal(parent, COMSIG_CLIMBED_ON, PROC_REF(cross)) + RegisterSignal(parent, COMSIG_DANCED_ON, PROC_REF(cross)) + +/datum/component/clumsy_climb/UnregisterFromParent() + UnregisterSignal(parent, list(COMSIG_MOVABLE_CROSSED, COMSIG_CLIMBED_ON, COMSIG_DANCED_ON)) + +/datum/component/clumsy_climb/proc/cross(atom/table, mob/living/user) + SIGNAL_HANDLER + INVOKE_ASYNC(src, PROC_REF(try_clumsy), table, user) + +/datum/component/clumsy_climb/proc/try_clumsy(atom/table, mob/living/user) + if(!table.contents) + return + + if(!istype(user)) + return + + if(user.mob_size <= MOB_SIZE_SMALL && !user.throwing) + return + + max_thrown_objects = initial(max_thrown_objects) + if(!user.throwing) + max_thrown_objects = max_thrown_objects_low + + throw_items(user) + + +/datum/component/clumsy_climb/proc/throw_items(mob/living/user) + if(!user) + return + + switch(user.mob_size) + if(MOB_SIZE_LARGE) + thrown_chance = 100 + if(MOB_SIZE_SMALL) + thrown_chance = 20 + if(MOB_SIZE_TINY) + thrown_chance = 10 + + if(HAS_TRAIT(user, TRAIT_CLUMSY)) + thrown_chance += 20 + if(user.mind?.miming) + thrown_chance -= 30 + + thrown_chance = clamp(thrown_chance, 1, 100) + + var/list/items_to_throw = list() + + var/turf/user_turf = get_turf(user) + for(var/obj/item/candidate_to_throw in user_turf) + if(length(items_to_throw) >= max_thrown_objects) + break + + if(candidate_to_throw.anchored || !prob(thrown_chance)) + continue + + items_to_throw += candidate_to_throw + + for(var/obj/item/item_to_throw as anything in items_to_throw) + var/atom/thrown_target = get_edge_target_turf(user, get_dir(user_turf, get_step_away(item_to_throw, user_turf))) + item_to_throw.throw_at(target = thrown_target, range = 1, speed = 1) + item_to_throw.force *= force_mod + item_to_throw.throwforce *= force_mod //no killing using shards :lul: + item_to_throw.pixel_x = rand(-10, 10) + item_to_throw.pixel_y = rand(-4, 16) + item_to_throw.force /= force_mod + item_to_throw.throwforce /= force_mod + + qdel(src) diff --git a/modular_ss220/clumsy_table/code/clumsy_table.dm b/modular_ss220/clumsy_table/code/clumsy_table.dm new file mode 100644 index 000000000000..3edfd64c3c18 --- /dev/null +++ b/modular_ss220/clumsy_table/code/clumsy_table.dm @@ -0,0 +1,10 @@ +/obj/structure/table/Crossed(atom/movable/AM, oldloc) + AddComponent(/datum/component/clumsy_climb, 5) + . = ..() + +/obj/structure/table/do_climb(mob/living/user) + . = ..() + if(!.) + return FALSE + AddComponent(/datum/component/clumsy_climb, 15) + SEND_SIGNAL(src, COMSIG_CLIMBED_ON, user) diff --git a/modular_ss220/crawl_speed/_crawl_speed.dm b/modular_ss220/crawl_speed/_crawl_speed.dm new file mode 100644 index 000000000000..6c356c94c464 --- /dev/null +++ b/modular_ss220/crawl_speed/_crawl_speed.dm @@ -0,0 +1,4 @@ +/datum/modpack/crawl_speed + name = "Скорость ползания" + desc = "Ползание накладывает модификатор ходьбы." + author = "larentoun" diff --git a/modular_ss220/crawl_speed/_crawl_speed.dme b/modular_ss220/crawl_speed/_crawl_speed.dme new file mode 100644 index 000000000000..b81498fc1d27 --- /dev/null +++ b/modular_ss220/crawl_speed/_crawl_speed.dme @@ -0,0 +1,5 @@ +#include "_crawl_speed.dm" + +#include "code/_crawl_speed_defines.dm" +#include "code/crawl_speed_mob.dm" +#include "code/~crawl_speed_defines.dm" diff --git a/modular_ss220/crawl_speed/code/_crawl_speed_defines.dm b/modular_ss220/crawl_speed/code/_crawl_speed_defines.dm new file mode 100644 index 000000000000..a5484a523c35 --- /dev/null +++ b/modular_ss220/crawl_speed/code/_crawl_speed_defines.dm @@ -0,0 +1,2 @@ +#define CRAWL_SPEED_TRAIT "crawl-speed-trait" +#define TRAIT_FORCE_WALK_SPEED "force_walk_speed" diff --git a/modular_ss220/crawl_speed/code/crawl_speed_mob.dm b/modular_ss220/crawl_speed/code/crawl_speed_mob.dm new file mode 100644 index 000000000000..dcfd2860433b --- /dev/null +++ b/modular_ss220/crawl_speed/code/crawl_speed_mob.dm @@ -0,0 +1,13 @@ +/mob/living/carbon/set_body_position(new_value) + . = ..() + if(!.) + return + if(new_value == LYING_DOWN) + ADD_TRAIT(src, TRAIT_FORCE_WALK_SPEED, CRAWL_SPEED_TRAIT) + else + REMOVE_TRAIT(src, TRAIT_FORCE_WALK_SPEED, CRAWL_SPEED_TRAIT) + +/mob/living/carbon/movement_delay(ignorewalk) + . = ..() + if(m_intent != MOVE_INTENT_WALK && HAS_TRAIT(src, TRAIT_FORCE_WALK_SPEED)) + . += GLOB.configuration.movement.base_walk_speed - GLOB.configuration.movement.base_run_speed diff --git a/modular_ss220/crawl_speed/code/~crawl_speed_defines.dm b/modular_ss220/crawl_speed/code/~crawl_speed_defines.dm new file mode 100644 index 000000000000..fa9dabba2795 --- /dev/null +++ b/modular_ss220/crawl_speed/code/~crawl_speed_defines.dm @@ -0,0 +1,2 @@ +#undef CRAWL_SPEED_TRAIT +#undef TRAIT_FORCE_WALK_SPEED diff --git a/modular_ss220/create_modpack.bat b/modular_ss220/create_modpack.bat new file mode 100644 index 000000000000..4747e88f810f --- /dev/null +++ b/modular_ss220/create_modpack.bat @@ -0,0 +1,13 @@ +@echo off +set /p modpackName=Enter modpack name : + +xcopy "example" "%modpackName%" /s /i + +ren "%modpackName%\_example.dm" "_%modpackName%.dm" +ren "%modpackName%\_example.dme" "_%modpackName%.dme" +ren "%modpackName%\code\example.dm" "%modpackName%.dm" + +Powershell -Command "(Get-Content '%modpackName%\_%modpackName%.dm') -replace 'Example modpack', '%modpackName%' | Set-Content '%modpackName%\_%modpackName%.dm'" +Powershell -Command "(Get-Content '%modpackName%\_%modpackName%.dme') -replace 'Example modpack', '%modpackName%' | Set-Content '%modpackName%\_%modpackName%.dme'" +Powershell -Command "(Get-Content '%modpackName%\_%modpackName%.dm') -replace 'example', '%modpackName%' | Set-Content '%modpackName%\_%modpackName%.dm'" +Powershell -Command "(Get-Content '%modpackName%\_%modpackName%.dme') -replace 'example', '%modpackName%' | Set-Content '%modpackName%\_%modpackName%.dme'" diff --git a/modular_ss220/credits/_credits.dm b/modular_ss220/credits/_credits.dm new file mode 100644 index 000000000000..ddace1d105dc --- /dev/null +++ b/modular_ss220/credits/_credits.dm @@ -0,0 +1,9 @@ +/datum/modpack/credits + name = "Credits" + desc = "Добавление титров в конце раунда, основа кода была взята из данного репозитория https://github.com/Baystation12/Baystation12" + author = "Legendaxe" + +/datum/modpack/credits/initialize() + GLOB.admin_verbs_admin += list( + /client/proc/toggle_credits + ) diff --git a/modular_ss220/credits/_credits.dme b/modular_ss220/credits/_credits.dme new file mode 100644 index 000000000000..7d1b97946084 --- /dev/null +++ b/modular_ss220/credits/_credits.dme @@ -0,0 +1,8 @@ +#include "code\SScredits.dm" +#include "code\credits.dm" +#include "code\admin_procs.dm" +#include "code\halloween_credits.dm" +#include "code\new_year_credits.dm" +#include "code\aprils_fool_credits.dm" + +#include "_credits.dm" diff --git a/modular_ss220/credits/code/SScredits.dm b/modular_ss220/credits/code/SScredits.dm new file mode 100644 index 000000000000..a072165167fa --- /dev/null +++ b/modular_ss220/credits/code/SScredits.dm @@ -0,0 +1,48 @@ +SUBSYSTEM_DEF(credits) + name = "Credits" + runlevels = RUNLEVEL_POSTGAME + flags = SS_NO_FIRE + + var/datum/cinematic/credits/current_cinematic + + var/datum/credits/end_titles + var/title_music = "" + + var/credit_roll_speed = 22 SECONDS + var/credit_spawn_speed = 2 SECONDS + var/credit_animate_height + +/datum/controller/subsystem/credits/Initialize() + credit_animate_height = 16 * world.icon_size + +/datum/controller/subsystem/credits/proc/play_credits_cinematic() + var/cinematic_type + + if(NEW_YEAR in SSholiday.holidays) + end_titles = new /datum/credits/new_year() + cinematic_type = /datum/cinematic/credits/new_year + else if(HALLOWEEN in SSholiday.holidays) + end_titles = new /datum/credits/halloween() + cinematic_type = /datum/cinematic/credits/halloween + else if(APRIL_FOOLS in SSholiday.holidays) + end_titles = new /datum/credits/aprils_fool() + cinematic_type = /datum/cinematic/credits + else + end_titles = new /datum/credits/default() + cinematic_type = /datum/cinematic/credits + + title_music = end_titles.soundtrack + + current_cinematic = play_cinematic(cinematic_type, world) + +/datum/controller/subsystem/credits/proc/roll_credits_for_clients(list/client/clients) + end_titles.roll_credits_for_clients(clients) + +/datum/controller/subsystem/credits/proc/clear_credits(client/client) + if(!client?.credits) + return + + for(var/credit in client.credits) + client.screen -= credit + + client.credits.Cut() diff --git a/modular_ss220/credits/code/admin_procs.dm b/modular_ss220/credits/code/admin_procs.dm new file mode 100644 index 000000000000..42c90fdc8f9e --- /dev/null +++ b/modular_ss220/credits/code/admin_procs.dm @@ -0,0 +1,20 @@ +// Force everyone to watch credits? +GLOBAL_VAR_INIT(credits_forced, FALSE) + +/client/proc/toggle_credits() + set category = "Server" + set desc = "Просмотр титров по окончании раунда" + set name = "Toggle Credits" + + if(!check_rights(R_ADMIN)) + return + + GLOB.credits_forced = !GLOB.credits_forced + if(GLOB.credits_forced) + to_chat(world, "Все будут смотреть титры по окончании раунда.") + message_admins("[key_name_admin(usr)] устанавливает принудительные титры.", 1) + else + to_chat(world, "Игроки будут смотреть титры в зависимости от своих настроек.") + message_admins("[key_name_admin(usr)] устанавливает титры по умолчанию.", 1) + log_admin("[key_name(usr)] toggled credits.") + SSblackbox.record_feedback("tally", "admin_verb", 1, "Toggle Credits") diff --git a/modular_ss220/credits/code/aprils_fool_credits.dm b/modular_ss220/credits/code/aprils_fool_credits.dm new file mode 100644 index 000000000000..dc01ab085b11 --- /dev/null +++ b/modular_ss220/credits/code/aprils_fool_credits.dm @@ -0,0 +1,24 @@ +/datum/credits/aprils_fool/fill_credits() + credits += new /datum/credit/episode_title/aprils_fool() + + var/list/jokes = file2list("config/credits/aprils_fool/jokes.txt") + jokes.Remove("") + + + for(var/i = 0, i < 7, i++) + var/joke = pick(jokes) + credits += new /datum/credit/joke(joke) + jokes -= joke + + credits += new /datum/credit/crewlist() + + credits += new /datum/credit/disclaimer() + +/datum/credit/episode_title/aprils_fool/New() + var/mob/living/carbon/human/fool = pick(GLOB.alive_mob_list| GLOB.dead_mob_list) + content += "

EPISODE [GLOB.round_id]

[fool?.real_name] - дурак смены

" + +/datum/credit/joke/New(joke) + content += "
" + content += "
[joke]
" + content += "
" diff --git a/modular_ss220/credits/code/credits.dm b/modular_ss220/credits/code/credits.dm new file mode 100644 index 000000000000..5299d67840c4 --- /dev/null +++ b/modular_ss220/credits/code/credits.dm @@ -0,0 +1,449 @@ +#define CREDITS_PLANE 29 + +/datum/credits + var/list/credits = list() + var/list/screen_credits = list() + + var/playing_time + var/delay_time = 5 SECONDS + + var/credit_roll_speed = 22 SECONDS + var/credit_spawn_speed = 2 SECONDS + var/credit_animate_height + + var/soundtrack + +/datum/credits/New() + . = ..() + + credit_animate_height = 16 * world.icon_size + var/list/title_musics = file2list("config/credits/sounds/title_music.txt") + title_musics.Remove("") + + soundtrack = pick(title_musics) + + fill_credits() + + count_time() + + +/datum/credits/proc/fill_credits() + return + +/datum/credits/proc/count_time() + playing_time += delay_time + + for(var/datum/credit/credit in credits) + for(var/title in credit.content) + playing_time += credit_spawn_speed + + playing_time -= credit_spawn_speed + playing_time += credit_roll_speed + +/datum/credits/proc/roll_credits_for_clients(list/client/clients) + for(var/client/client in clients) + LAZYINITLIST(client.credits) + + var/atom/movable/screen/text/credit/logo = new /atom/movable/screen/text/credit/logo(null, "", clients) + screen_credits += logo + + addtimer(CALLBACK(src, PROC_REF(start_rolling_credits_for_clients), clients), delay_time) + +/datum/credits/proc/start_rolling_credits_for_clients(list/client/clients) + addtimer(CALLBACK(src, PROC_REF(start_rolling_logo)), SScredits.credit_roll_speed / 2.5) + + for(var/datum/credit/credit in credits) + for(var/item in credit.content) + start_rolling_credit_item(clients, item) + sleep(SScredits.credit_spawn_speed) + + addtimer(CALLBACK(src, PROC_REF(clear_credits_for_clients), clients), SScredits.credit_roll_speed) + +/datum/credits/proc/start_rolling_logo() + var/atom/movable/screen/text/credit/logo/logo = screen_credits[1] + logo.rollem() + +/datum/credits/proc/start_rolling_credit_item(list/client/clients, credit_item) + var/atom/movable/screen/text/credit/title = new(null, credit_item, clients) + screen_credits += title + + title.rollem() + +/datum/credits/proc/clear_credits_for_clients(list/client/clients) + screen_credits.Cut() + + for(var/client/client in clients) + if(!client?.credits) + continue + + SScredits.clear_credits(client) + + SScredits.current_cinematic = null + +/datum/credits/default + +/datum/credits/default/fill_credits() + credits += new /datum/credit/episode_title() + credits += new /datum/credit/streamers() + credits += new /datum/credit/donators() + credits += new /datum/credit/crewlist() + credits += new /datum/credit/corpses() + credits += new /datum/credit/staff() + credits += new /datum/credit/disclaimer() + +/datum/credits/debug_large_credits + +/datum/credits/debug_large_credits/fill_credits() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + credits += new /datum/credit/disclaimer() + +/datum/credit + var/list/content = list() + +/datum/credit/episode_title + +/datum/credit/episode_title/New() + . = ..() + + var/episode_title = "" + + var/list/titles = list() + + titles["finished"] = file2list("config/credits/titles/finished_titles.txt") + titles["crews_learns"] = file2list("config/credits/titles/random_titles_crews_learns.txt") + titles["neuter_2_1"] = file2list("config/credits/titles/random_titles_neuter_2_1.txt") + titles["neuter_2_2"] = file2list("config/credits/titles/random_titles_neuter_2_2.txt") + titles["plural_2_1"] = file2list("config/credits/titles/random_titles_plural_2_1.txt") + titles["plural_2_2"] = file2list("config/credits/titles/random_titles_plural_2_2.txt") + + for(var/possible_titles in titles) + LAZYREMOVEASSOC(titles, possible_titles, "") + + switch(rand(1,100)) + if(1 to 10) + episode_title += pick(titles["finished"]) + if(11 to 30) + episode_title += "ЭКИПАЖ УЗНАЕТ О " + pick(titles["crews_learns"]) + if(31 to 60) + episode_title += "[pick(titles["neuter_2_1"])] [pick(titles["neuter_2_2"])]" + if(61 to 100) + episode_title += "[pick(titles["plural_2_1"])] [pick(titles["plural_2_2"])]" + + content += "

EPISODE [GLOB.round_id]

" + content += "

[episode_title]

" + +/datum/credit/streamers + +/datum/credit/streamers/New() + . = ..() + + var/list/streamers + + streamers = GLOB.configuration.admin.use_database_admins ? database_streamers_list() : no_database_streamers_list() + + if(length(streamers)) + content += "
" + content += "


Приглашенн[length(streamers) > 1 ? "ые звезды" : "ая звезда"]:

[jointext(streamers, "
")]
" + +/datum/credit/streamers/proc/database_streamers_list() + if(!SSdbcore.IsConnected()) + return + + var/datum/db_query/ranks_ckey_read = SSdbcore.NewQuery( + "SELECT ckey FROM admin WHERE admin_rank=:rank OR admin_rank=:rank1 OR admin_rank=:rank2 OR admin_rank=:rank3", + list( + "rank" = "Банда", + "rank1" = "Братюня", + "rank2" = "Максон", + "rank3" = "Сестрюня" + )) + + if(!ranks_ckey_read.warn_execute()) + qdel(ranks_ckey_read) + return + + var/list/streamers = list() + + while(ranks_ckey_read.NextRow()) + var/client/client = get_client_by_ckey(ranks_ckey_read.item[1]) + if(!client?.mob?.name) + continue + streamers += "
([client.mob.name]) a.k.a. ([client.ckey])
" + + qdel(ranks_ckey_read) + + return streamers + +/datum/credit/streamers/proc/no_database_streamers_list() + var/list/streamers = list() + + for(var/iterator_key in GLOB.configuration.admin.ckey_rank_map) + if(!(GLOB.configuration.admin.ckey_rank_map[iterator_key] == "Банда")) + continue + + var/ckey = ckey(iterator_key) + var/client/client = get_client_by_ckey(ckey) + if(!client) + continue + streamers += "
[client.mob.name] a.k.a. ([ckey])
" + + return streamers + +/datum/credit/donators + +/datum/credit/donators/New() + var/list/donators = list() + var/list/chunk = list() + + var/chunksize = 0 + + for(var/client/client in GLOB.clients) + if(!client.donator_level) + continue + if(client.donator_level > DONATOR_LEVEL_MAX) + continue + if(!length(donators)) + donators += "
" + donators += "

Огромная благодарность меценатам:

" + + chunk += "[client.ckey] за [client.donator_level]-ый уровень подписки" + chunksize++ + + if(chunksize > 2) + donators += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + donators += "
[jointext(chunk,"
")]
" + + content += donators + + +/datum/credit/crewlist + +/datum/credit/crewlist/New() + . = ..() + + var/list/cast = list() + var/list/chunk = list() + var/chunksize = 0 + + for(var/mob/living/carbon/human/human in GLOB.alive_mob_list | GLOB.dead_mob_list) + if(findtext(human.real_name,"(mannequin)")) + continue + if(ismonkeybasic(human)) + continue + if(!human.last_known_ckey) + continue + if(!human.mind?.assigned_role) + continue + + if(!length(cast)) + cast += "
" + cast += "

В съемках участвовали:

" + chunk += "[human.real_name] в роли [uppertext(human.mind.assigned_role)]" + chunksize++ + if(chunksize > 2) + cast += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + cast += "
[jointext(chunk,"
")]
" + + content += cast + +/datum/credit/corpses_debug + +/datum/credit/corpses_debug/New() + . = ..() + + var/list/corpses = list() + + for(var/mob/living/carbon/human/human in GLOB.mob_living_list) + if(!human.last_known_ckey) + continue + else if(human.real_name) + for(var/i = 0, i < 50, i++) + corpses += human.real_name + + if(length(corpses)) + content += "
" + content += "

Основано на реальных событиях:

В память о

" + while(length(corpses) > 10) + content += "
[jointext(corpses, ", ", 1, 10)],
" + corpses.Cut(1, 10) + + if(length(corpses)) + content += "
[jointext(corpses, ", ")]
" + + + +/datum/credit/corpses/New() + . = ..() + + var/list/corpses = list() + + for(var/mob/living/carbon/human/human in GLOB.dead_mob_list) + if(!human.last_known_ckey) + continue + else if(human.real_name) + corpses += human.real_name + + if(length(corpses)) + content += "
" + content += "

Основано на реальных событиях:

В память о

" + while(length(corpses) > 10) + content += "
[jointext(corpses, ", ", 1, 10)],
" + corpses.Cut(1, 10) + + if(length(corpses)) + content += "
[jointext(corpses, ", ")].
" + + +/datum/credit/staff + +/datum/credit/staff/New() + var/list/staff = list() + var/list/chunk = list() + var/list/goodboys = list() + var/list/staffjobs = file2list("config/credits/jobs/staffjobs.txt") + + staffjobs.Remove("") + + var/chunksize = 0 + + for(var/client/client in GLOB.clients) + if(!client.holder) + continue + if(!length(staff)) + staff += "
" + staff += "

Съемочная группа:

" + + if(check_rights_client(R_DEBUG|R_ADMIN|R_MOD, FALSE, client)) + chunk += "[uppertext(pick(staffjobs))] - '[client.key]'" + chunksize++ + else if(check_rights_client(R_MENTOR, FALSE, client)) + goodboys += "[client.key]" + + if(chunksize > 2) + staff += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + staff += "
[jointext(chunk,"
")]
" + + content += staff + + if(length(goodboys)) + content += "

Мальчики на побегушках:

[english_list(goodboys, and_text = " и " )]

" + +/datum/credit/disclaimer + +/datum/credit/disclaimer/New() + . = ..() + + var/disclaimer = "
Sponsored by WYCCSTATION.
All rights reserved.
\ + This motion picture is protected under the copyright laws of the Sol Central Government
and other nations throughout the galaxy.
\ + Colony of First Publication: [pick("Mars", "Luna", "Earth", "Venus", "Phobos", "Ceres", "Tiamat", "Ceti Epsilon", "Eos", "Pluto", "Ouere",\ + "Tadmor", "Brahe", "Pirx", "Iolaus", "Saffar", "Gaia")].
" + disclaimer += pick("Use for parody prohibited. PROHIBITED.", + "All stunts were performed by underpaid interns. Do NOT try at home.", + "WYCCSTATION does not endorse behaviour depicted. Attempt at your own risk.", + "No animals were harmed in the making of this motion picture except for those listed previously as dead. Do not try this at home.") + content += "
" + content += "
[jointext(disclaimer, null)]
" + +/atom/movable/screen/text/credit + mouse_opacity = 0 + alpha = 255 + screen_loc = "CENTER-7,CENTER-7" + plane = CREDITS_PLANE + + var/list/client/watchers = list() + +/atom/movable/screen/text/credit/Initialize(mapload, credited, list/client/clients) + . = ..() + + for(var/client/watcher in clients) + if(!watcher) + continue + if(!watcher.credits) + continue + watcher.credits += src + watcher.screen += src + watchers += watcher + + + maptext = {"
[credited]
"} + maptext_height = world.icon_size * 2 + maptext_width = world.icon_size * 14 + +/atom/movable/screen/text/credit/proc/rollem() + var/matrix/matrix = matrix(transform) + transform = matrix.Translate(0, -world.icon_size) + + matrix.Translate(0, SScredits.credit_animate_height) + animate(src, transform = matrix, time = SScredits.credit_roll_speed) + addtimer(CALLBACK(src, PROC_REF(delete_credit)), SScredits.credit_roll_speed, TIMER_CLIENT_TIME) + +/atom/movable/screen/text/credit/proc/delete_credit() + if(!QDELETED(src)) + qdel(src) + +/atom/movable/screen/text/credit/Destroy() + for(var/client/watcher in watchers) + if(!watcher) + continue + watcher.screen -= src + LAZYREMOVE(watcher.credits, src) + + watchers.Cut() + + return ..() + +/atom/movable/screen/text/credit/logo + icon = 'modular_ss220/credits/icons/logo.dmi' + icon_state = "ss220" + screen_loc = "CENTER - 2,CENTER" + alpha = 100 + + +/atom/movable/screen/text/credit/logo/Initialize(mapload, credited, list/client/clients) + . = ..() + animate(src, alpha = 220, time = 3 SECONDS) + maptext = "

Playing music - [SScredits.title_music]

" + maptext_height = 10 * world.icon_size + maptext_x -= 5 * world.icon_size + maptext_y += 6 * world.icon_size + +/atom/movable/screen/text/credit/logo/rollem() + var/matrix/matrix = matrix(transform) + matrix.Translate(0, SScredits.credit_animate_height) + animate(src, transform = matrix, time = SScredits.credit_roll_speed) + addtimer(CALLBACK(src, PROC_REF(delete_credit)), SScredits.credit_roll_speed, TIMER_CLIENT_TIME) + +/client + var/list/credits + +#undef CREDITS_PLANE diff --git a/modular_ss220/credits/code/halloween_credits.dm b/modular_ss220/credits/code/halloween_credits.dm new file mode 100644 index 000000000000..165958897de1 --- /dev/null +++ b/modular_ss220/credits/code/halloween_credits.dm @@ -0,0 +1,201 @@ +/datum/credits/halloween + +/datum/credits/halloween/New() + . = ..() + soundtrack = 'config/credits/sounds/Twin Musicom - Spooky Ride.mp3' + +/datum/credits/halloween/fill_credits() + credits += new /datum/credit/episode_title/halloween() + credits += new /datum/credit/streamers() + credits += new /datum/credit/donators/halloween() + credits += new /datum/credit/crewlist/halloween() + credits += new /datum/credit/corpses/halloween() + credits += new /datum/credit/staff/halloween() + credits += new /datum/credit/disclaimer() + +/datum/credits/halloween/roll_credits_for_clients(list/client/clients) + for(var/client/client in clients) + LAZYINITLIST(client.credits) + + var/atom/movable/screen/text/credit/logo = new /atom/movable/screen/text/credit/halloween(null, "", clients) + screen_credits += logo + + addtimer(CALLBACK(src, PROC_REF(start_rolling_credits_for_clients), clients), delay_time) + +/datum/credits/halloween/start_rolling_credits_for_clients(list/client/clients) + addtimer(CALLBACK(src, PROC_REF(start_rolling_logo)), SScredits.credit_roll_speed / 2.5) + + for(var/datum/credit/credit in credits) + for(var/item in credit.content) + start_rolling_credit_item(clients, item) + sleep(SScredits.credit_spawn_speed) + + addtimer(CALLBACK(src, PROC_REF(clear_credits_for_clients), clients), SScredits.credit_roll_speed) + +/datum/credit/episode_title/halloween + +/datum/credit/episode_title/halloween/New() + var/episode_title = "" + + var/list/titles = list() + + titles["halloween"] = file2list("config/credits/titles/halloween_titles.txt") + titles["masculine1"] = file2list("config/credits/titles/random_halloween_titles_masculine_2_1.txt") + titles["masculine2"] = file2list("config/credits/titles/random_halloween_titles_masculine_2_2.txt") + + for(var/possible_titles in titles) + LAZYREMOVEASSOC(titles, possible_titles, "") + + switch(rand(1,100)) + if(1 to 10) + episode_title += pick(titles["finished"]) + if(11 to 100) + episode_title += "[pick(titles["masculine1"])] [pick(titles["masculine2"])]" + + content += "

🎃EPISODE [GLOB.round_id]🎃

[episode_title]

" + +/datum/credit/donators/halloween + +/datum/credit/donators/halloween/New() + var/list/donators = list() + var/list/chunk = list() + + var/chunksize = 0 + + for(var/client/client in GLOB.clients) + if(!client.donator_level) + continue + if(client.holder) + continue + if(!length(donators)) + donators += "
" + donators += "

Огромная благодарность меценатам:

" + + chunk += "Лепрекону - [client.ckey] за [client.donator_level]-ый уровень подписки" + chunksize++ + + if(chunksize > 2) + donators += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + donators += "
[jointext(chunk,"
")]
" + + content += donators + + +/datum/credit/crewlist/halloween + +/datum/credit/crewlist/halloween/New() + var/list/cast = list() + var/list/chunk = list() + var/chunksize = 0 + + for(var/mob/living/carbon/human/human in GLOB.alive_mob_list | GLOB.dead_mob_list) + if(findtext(human.real_name,"(mannequin)")) + continue + if(ismonkeybasic(human)) + continue + if(!human.last_known_ckey) + continue + if(!human.mind?.assigned_role) + continue + + if(!length(cast) && !chunksize) + cast += "
" + cast += "

Актерская труппа:

" + chunk += "[human.real_name] в роли [uppertext(human.mind.assigned_role)]" + chunksize++ + if(chunksize > 2) + cast += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + cast += "
[jointext(chunk,"
")]
" + + content += cast + +/datum/credit/corpses/halloween/New() + var/list/corpses = list() + + for(var/mob/living/carbon/human/human in GLOB.dead_mob_list) + if(!human.last_known_ckey) + continue + else if(human.real_name) + corpses += human.real_name + + if(length(corpses)) + content += "
" + content += "

Трупы:

" + while(length(corpses) > 10) + content += "
[jointext(corpses, ", ", 1, 10)],
" + corpses.Cut(1, 10) + + if(length(corpses)) + content += "
[jointext(corpses, ", ")].
" + +/datum/credit/staff/halloween + +/datum/credit/staff/halloween/New() + var/list/staff = list() + var/list/chunk = list() + var/list/goodboys = list() + var/list/staffjobs = file2list("config/credits/jobs/halloweenstaffjobs.txt") + + staffjobs.Remove("") + + var/chunksize = 0 + + for(var/client/client in GLOB.clients) + if(!client.holder) + continue + if(!length(staff)) + staff += "
" + staff += "

Живые трупы:

" + + if(check_rights_client(R_DEBUG|R_ADMIN|R_MOD, FALSE, client)) + chunk += "[uppertext(pick(staffjobs))] - '[client.key]'" + chunksize++ + else if(check_rights_client(R_MENTOR, FALSE, client)) + goodboys += "[client.key]" + + if(chunksize > 2) + staff += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + staff += "
[jointext(chunk,"
")]
" + + content += staff + + if(length(goodboys)) + content += "

Духи:

[english_list(goodboys, and_text = " и ")]

" + +/atom/movable/screen/text/credit/halloween + icon = 'modular_ss220/credits/icons/logo.dmi' + icon_state = "halloween" + screen_loc = "CENTER - 2,CENTER + 1" + appearance_flags = NO_CLIENT_COLOR | TILE_BOUND | PIXEL_SCALE + alpha = 255 + +/atom/movable/screen/text/credit/halloween/Initialize(mapload, credited, list/client/clients) + . = ..() + + plane++ + + transform = transform.Scale(1.5) + + SpinAnimation(5 SECONDS, 1, 1, 20, TRUE) + + var/matrix/matrix = matrix(transform) + transform = transform.Translate(-8 * world.icon_size, 0) + animate(src, transform = matrix, time = 5 SECONDS, flags = ANIMATION_PARALLEL) + +/atom/movable/screen/text/credit/halloween/rollem() + var/matrix/matrix = matrix(transform) + matrix.Translate(0, SScredits.credit_animate_height) + animate(src, transform = matrix, time = SScredits.credit_roll_speed) + addtimer(CALLBACK(src, PROC_REF(delete_credit)), SScredits.credit_roll_speed, TIMER_CLIENT_TIME) diff --git a/modular_ss220/credits/code/new_year_credits.dm b/modular_ss220/credits/code/new_year_credits.dm new file mode 100644 index 000000000000..78e8aed3e323 --- /dev/null +++ b/modular_ss220/credits/code/new_year_credits.dm @@ -0,0 +1,150 @@ +/datum/credits/new_year/New() + . = ..() + var/list/new_year_musics = file2list("config/credits/sounds/new_year_title_music.txt") + new_year_musics.Remove("") + + soundtrack = pick(new_year_musics) + +/datum/credits/new_year/fill_credits() + credits += new /datum/credit/episode_title/new_year() + credits += new /datum/credit/streamers() + credits += new /datum/credit/donators/new_year() + credits += new /datum/credit/crewlist/new_year() + credits += new /datum/credit/corpses/new_year() + credits += new /datum/credit/staff/new_year() + credits += new /datum/credit/disclaimer() + +/datum/credit/episode_title/new_year/New() + var/episode_title = "" + + var/list/titles = list() + + titles["finished"] = file2list("config/credits/titles/new_year_titles.txt") + titles["masculine1"] = file2list("config/credits/titles/random_new_year_titles_masculine_2_1.txt") + titles["masculine2"] = file2list("config/credits/titles/random_new_year_titles_masculine_2_2.txt") + + for(var/possible_titles in titles) + LAZYREMOVEASSOC(titles, possible_titles, "") + + switch(rand(1,100)) + if(1 to 10) + episode_title += pick(titles["finished"]) + if(11 to 100) + episode_title += "[pick(titles["masculine1"])] [pick(titles["masculine2"])]" + + content += "

🎃EPISODE [GLOB.round_id]🎃

[episode_title]

" + +/datum/credit/donators/new_year/New() + var/list/donators = list() + var/list/chunk = list() + + var/chunksize = 0 + + for(var/client/client in GLOB.clients) + if(!client.donator_level) + continue + if(client.donator_level > DONATOR_LEVEL_MAX) + continue + if(!length(donators)) + donators += "
" + donators += "

Дети которые хорошо себя вели:

" + + chunk += "[client.ckey] [client.donator_level]-ого уровеня подписки" + chunksize++ + + if(chunksize > 2) + donators += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + donators += "
[jointext(chunk,"
")]
" + + content += donators + +/datum/credit/crewlist/new_year/New() + var/list/cast = list() + var/list/chunk = list() + var/chunksize = 0 + + for(var/mob/living/carbon/human/human in GLOB.alive_mob_list | GLOB.dead_mob_list) + if(findtext(human.real_name,"(mannequin)")) + continue + if(ismonkeybasic(human)) + continue + if(!human.last_known_ckey) + continue + if(!human.mind?.assigned_role) + continue + + if(!length(cast)) + cast += "
" + cast += "

Участники новогоднего представления:

" + chunk += "[human.real_name] в роли [uppertext(human.mind.assigned_role)]" + chunksize++ + if(chunksize > 2) + cast += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + cast += "
[jointext(chunk,"
")]
" + + content += cast + +/datum/credit/corpses/new_year/New() + . = ..() + + var/list/corpses = list() + + for(var/mob/living/carbon/human/human in GLOB.dead_mob_list) + if(!human.last_known_ckey) + continue + else if(human.real_name) + corpses += human.real_name + + if(length(corpses)) + content += "
" + content += "

Дети которые плохо себя вели:

" + while(length(corpses) > 10) + content += "
[jointext(corpses, ", ", 1, 10)],
" + corpses.Cut(1, 10) + + if(length(corpses)) + content += "
[jointext(corpses, ", ")].
" + +/datum/credit/staff/new_year/New() + var/list/staff = list() + var/list/chunk = list() + var/list/goodboys = list() + var/list/staffjobs = file2list("config/credits/jobs/new_year_staffjobs.txt") + + staffjobs.Remove("") + + var/chunksize = 0 + + for(var/client/client in GLOB.clients) + if(!client.holder) + continue + if(!length(staff)) + staff += "
" + staff += "

Помощники Санты:

" + + if(check_rights_client(R_DEBUG|R_ADMIN|R_MOD, FALSE, client)) + chunk += "[uppertext(pick(staffjobs))] - '[client.key]'" + chunksize++ + else if(check_rights_client(R_MENTOR, FALSE, client)) + goodboys += "[client.key]" + + if(chunksize > 2) + staff += "
[jointext(chunk,"
")]
" + chunk.Cut() + chunksize = 0 + + if(length(chunk)) + staff += "
[jointext(chunk,"
")]
" + + content += staff + + if(length(goodboys)) + content += "

Олени Санты:

[english_list(goodboys, and_text = " и " )]

" diff --git a/modular_ss220/credits/icons/logo.dmi b/modular_ss220/credits/icons/logo.dmi new file mode 100644 index 000000000000..fec87d1e07cd Binary files /dev/null and b/modular_ss220/credits/icons/logo.dmi differ diff --git a/modular_ss220/crit_rework/_crit_rework.dm b/modular_ss220/crit_rework/_crit_rework.dm new file mode 100644 index 000000000000..49614c3bfae6 --- /dev/null +++ b/modular_ss220/crit_rework/_crit_rework.dm @@ -0,0 +1,4 @@ +/datum/modpack/crit_rework + name = "Переработка крита" + desc = "Если человек в крите, он ползает и не может держать что-либо в руках" + author = "larentoun" diff --git a/modular_ss220/crit_rework/_crit_rework.dme b/modular_ss220/crit_rework/_crit_rework.dme new file mode 100644 index 000000000000..3ad4c42e62b5 --- /dev/null +++ b/modular_ss220/crit_rework/_crit_rework.dme @@ -0,0 +1,4 @@ +#include "_crit_rework.dm" + +#include "code/crit_rework_component.dm" +#include "code/crit_rework_mob.dm" diff --git a/modular_ss220/crit_rework/code/crit_rework_component.dm b/modular_ss220/crit_rework/code/crit_rework_component.dm new file mode 100644 index 000000000000..3b1b7774be0d --- /dev/null +++ b/modular_ss220/crit_rework/code/crit_rework_component.dm @@ -0,0 +1,50 @@ +#define OLD_CRIT_TRAIT "old-crit" + +/datum/component/softcrit + dupe_mode = COMPONENT_DUPE_UNIQUE + +/datum/component/softcrit/Initialize(...) + . = ..() + if(!ishuman(parent)) + return COMPONENT_INCOMPATIBLE + softcrit_entered() + +/datum/component/softcrit/RegisterWithParent() + RegisterSignal(parent, COMSIG_PARENT_EXAMINE, PROC_REF(on_examine)) + RegisterSignal(parent, COMSIG_LIVING_LIFE, PROC_REF(check_health)) + RegisterSignal(parent, COMSIG_LIVING_HANDLE_MESSAGE_MODE, PROC_REF(force_whisper)) + +/datum/component/softcrit/UnregisterFromParent() + UnregisterSignal(parent, COMSIG_PARENT_EXAMINE) + UnregisterSignal(parent, COMSIG_LIVING_LIFE) + UnregisterSignal(parent, COMSIG_LIVING_HANDLE_MESSAGE_MODE) + +/datum/component/softcrit/proc/softcrit_entered() + SIGNAL_HANDLER + ADD_TRAIT(parent, TRAIT_FLOORED, OLD_CRIT_TRAIT) + ADD_TRAIT(parent, TRAIT_HANDS_BLOCKED, OLD_CRIT_TRAIT) + +/datum/component/softcrit/proc/softcrit_removed() + SIGNAL_HANDLER + REMOVE_TRAIT(parent, TRAIT_FLOORED, OLD_CRIT_TRAIT) + REMOVE_TRAIT(parent, TRAIT_HANDS_BLOCKED, OLD_CRIT_TRAIT) + qdel(src) + return + +/datum/component/softcrit/proc/on_examine(atom/A, mob/user, list/examine_list) + SIGNAL_HANDLER + var/mob/living/carbon/human/owner = parent + if(owner.stat == CONSCIOUS) + examine_list += span_warning("[owner] с трудом держится в сознании.\n") + +/datum/component/softcrit/proc/check_health() + SIGNAL_HANDLER + var/mob/living/carbon/human/owner = parent + if(owner.health > HEALTH_THRESHOLD_CRIT) + softcrit_removed() + +/datum/component/softcrit/proc/force_whisper(mob/source, message_mode, list/message_pieces, verb, used_radios) + SIGNAL_HANDLER + return COMPONENT_FORCE_WHISPER + +#undef OLD_CRIT_TRAIT diff --git a/modular_ss220/crit_rework/code/crit_rework_mob.dm b/modular_ss220/crit_rework/code/crit_rework_mob.dm new file mode 100644 index 000000000000..cce3430ac4e8 --- /dev/null +++ b/modular_ss220/crit_rework/code/crit_rework_mob.dm @@ -0,0 +1,9 @@ +/mob/living/carbon/human/handle_critical_condition() + if(status_flags & GODMODE) + return FALSE + . = ..() + if(health <= HEALTH_THRESHOLD_CRIT) + AddComponent(/datum/component/softcrit) + +/mob/living/carbon/human/check_death_method() + return FALSE diff --git a/modular_ss220/cyrillic_fixes/_cyrillic_fixes.dm b/modular_ss220/cyrillic_fixes/_cyrillic_fixes.dm new file mode 100644 index 000000000000..9f46f751dce6 --- /dev/null +++ b/modular_ss220/cyrillic_fixes/_cyrillic_fixes.dm @@ -0,0 +1,93 @@ +/datum/modpack/cyrillic_fixes + name = "Cyrillic Fixes" + desc = "Adds Cyrillic support" + author = "larentoun" + +/datum/modpack/cyrillic_fixes/initialize() + . = ..() + update_cyrillic_radio() + update_cyrillic_languages() + +/datum/modpack/cyrillic_fixes/proc/update_cyrillic_radio() + GLOB.department_radio_keys |= list( +/* + Busy letters by languages: + a b d f g j k o q v x y + aa as bo db fa fm fn fs vu + + Busy symbols by languages: + 0 1 2 3 4 5 6 7 8 9 + % ? ^ ' + + Busy letters by radio(eng): + c e h i l m n p r s t u w x z + vr + + Busy letters by radio(rus): + б г д е ё з к р с т у ц ч ш ы ь я Э + мк + + Busy symbols by radio: + ~ , $ _ - + * + + CAUTION! The key must not repeat the key of the languages (language.dm) + and must not contain prohibited characters +*/ + // Russian text lowercase + ":к" = "right ear", "#к" = "right ear", "№к" = "right ear", ".к" = "right ear", + ":д" = "left ear", "#д" = "left ear", "№д" = "left ear", ".д" = "left ear", + ":ш" = "intercom", "#ш" = "intercom", "№ш" = "intercom", ".ш" = "intercom", + ":р" = "department", "#р" = "department", "№р" = "department", ".р" = "department", + ":с" = "Command", "#с" = "Command", "№с" = "Command", ".с" = "Command", + ":т" = "Science", "#т" = "Science", "№т" = "Science", ".т" = "Science", + ":ь" = "Medical", "#ь" = "Medical", "№ь" = "Medical", ".ь" = "Medical", + ":ч" = "Procedure", "#ч" = "Procedure", "№ч" = "Procedure", ".ч" = "Procedure", + ":у" = "Engineering", "#у" = "Engineering", "№у" = "Engineering", ".у" = "Engineering", + ":ы" = "Security", "#ы" = "Security", "№ы" = "Security", ".ы" = "Security", + ":ц" = "whisper", "#ц" = "whisper", "№ц" = "whisper", ".ц" = "whisper", + ":е" = "Syndicate", "#е" = "Syndicate", "№е" = "Syndicate", ".е" = "Syndicate", + ":г" = "Supply", "#г" = "Supply", "№г" = "Supply", ".г" = "Supply", + ":я" = "Service", "#я" = "Service", "№я" = "Service", ".я" = "Service", + ":з" = "AI Private", "#з" = "AI Private", "№з" = "AI Private", ".з" = "AI Private", + ":ё" = "cords", "#ё" = "cords", "№ё" = "cords", ".ё" = "cords", + // Russian text uppercase + ":К" = "right ear", "#К" = "right ear", "№К" = "right ear", ".К" = "right ear", + ":Д" = "left ear", "#Д" = "left ear", "№Д" = "left ear", ".Д" = "left ear", + ":Ш" = "intercom", "#Ш" = "intercom", "№Ш" = "intercom", ".Ш" = "intercom", + ":Р" = "department", "#Р" = "department", "№Р" = "department", ".Р" = "department", + ":С" = "Command", "#С" = "Command", "№С" = "Command", ".С" = "Command", + ":Т" = "Science", "#Т" = "Science", "№Т" = "Science", ".Т" = "Science", + ":Ь" = "Medical", "#Ь" = "Medical", "№Ь" = "Medical", ".Ь" = "Medical", + ":У" = "Engineering", "#У" = "Engineering", "№У" = "Engineering", ".У" = "Engineering", + ":Ы" = "Security", "#Ы" = "Security", "№Ы" = "Security", ".Ы" = "Security", + ":Ц" = "whisper", "#Ц" = "whisper", "№Ц" = "whisper", ".Ц" = "whisper", + ":Е" = "Syndicate", "#Е" = "Syndicate", "№Е" = "Syndicate", ".Е" = "Syndicate", + ":Г" = "Supply", "#Г" = "Supply", "№Г" = "Supply", ".Г" = "Supply", + ":Я" = "Service", "#Я" = "Service", "№Я" = "Service", ".Я" = "Service", + ":З" = "AI Private", "#З" = "AI Private", "№З" = "AI Private", ".З" = "AI Private", + ":Ё" = "cords", "#Ё" = "cords", "№Ё" = "cords", ".Ё" = "cords", + + // modular_ss220/antagonists/code/antagonist_radio.dm + ":МК" = "VoxCom", "#МК" = "VoxCom", "№МК" = "VoxCom", ".МК" = "VoxCom", + ":мк" = "VoxCom", "#мк" = "VoxCom", "№мк" = "VoxCom", ".мк" = "VoxCom", + + // Russian symbols no case + // None yet. + + // Special symbols only (that means that they don't have/use an english/russian analogue) + ":$" = "Response Team", "#$" = "Response Team", "№$" = "Response Team", ".$" = "Response Team", + ":_" = "SyndTeam", "#_" = "SyndTeam", "№_" = "SyndTeam", "._" = "SyndTeam", + ":-" = "Special Ops", "#-" = "Special Ops", "№-" = "Special Ops", ".-" = "Special Ops", + ":+" = "special", "#+" = "special", "№+" = "special", ".+" = "special" //activate radio-specific special functions +) + +/datum/modpack/cyrillic_fixes/proc/update_cyrillic_languages() + for(var/language_name in GLOB.all_languages) + var/datum/language/L = GLOB.all_languages[language_name] + if(!(L.flags & NONGLOBAL)) + GLOB.language_keys[":[lowertext(convert_en_key_to_ru_key(L.key))]"] = L + GLOB.language_keys[".[lowertext(convert_en_key_to_ru_key(L.key))]"] = L + GLOB.language_keys["#[lowertext(convert_en_key_to_ru_key(L.key))]"] = L + GLOB.language_keys["№[lowertext(convert_en_key_to_ru_key(L.key))]"] = L + + GLOB.language_keys["№[lowertext(L.key)]"] = L diff --git a/modular_ss220/cyrillic_fixes/_cyrillic_fixes.dme b/modular_ss220/cyrillic_fixes/_cyrillic_fixes.dme new file mode 100644 index 000000000000..5e10c2c9c7e0 --- /dev/null +++ b/modular_ss220/cyrillic_fixes/_cyrillic_fixes.dme @@ -0,0 +1,3 @@ +#include "_cyrillic_fixes.dm" + +#include "code/hotkey.dm" diff --git a/modular_ss220/cyrillic_fixes/code/hotkey.dm b/modular_ss220/cyrillic_fixes/code/hotkey.dm new file mode 100644 index 000000000000..659a442567b1 --- /dev/null +++ b/modular_ss220/cyrillic_fixes/code/hotkey.dm @@ -0,0 +1,25 @@ +GLOBAL_LIST_INIT(ru_key_to_en_key, list( + "й" = "q", "ц" = "w", "у" = "e", "к" = "r", "е" = "t", "н" = "y", "г" = "u", "ш" = "i", "щ" = "o", "з" = "p", "х" = "\[", "ъ" = "]", + "ф" = "a", "ы" = "s", "в" = "d", "а" = "f", "п" = "g", "р" = "h", "о" = "j", "л" = "k", "д" = "l", "ж" = ";", "э" = "'", + "я" = "z", "ч" = "x", "с" = "c", "м" = "v", "и" = "b", "т" = "n", "ь" = "m", "б" = ",", "ю" = "." +)) + +GLOBAL_LIST_INIT(en_key_to_ru_key, list( + "q" = "й", "w" = "ц", "e" = "у", "r" = "к", "t" = "е", "y" = "н", "u" = "г", "i" = "ш", "o" = "щ", "p" = "з", "\[" = "х", "]" = "ъ", + "a" = "ф", "s" = "ы", "d" = "в", "f" = "а", "g" = "п", "h" = "р", "j"= "о", "k" = "л", "l" = "д", ";" = "ж", "'" = "э", + "z" = "я", "x" = "ч", "c" = "с", "v" = "м", "b" = "и", "n" = "т", "m" = "ь", "," = "б", "." = "ю" +)) + +/proc/convert_ru_key_to_en_key(_key) + var/new_key = lowertext(_key) + new_key = GLOB.ru_key_to_en_key[new_key] + if(!new_key) + return _key + return uppertext(new_key) + +/proc/convert_en_key_to_ru_key(_key) + var/new_key = lowertext(_key) + new_key = GLOB.en_key_to_ru_key[new_key] + if(!new_key) + return _key + return uppertext(new_key) diff --git a/modular_ss220/debug/_debug.dm b/modular_ss220/debug/_debug.dm new file mode 100644 index 000000000000..83a9cbb9044f --- /dev/null +++ b/modular_ss220/debug/_debug.dm @@ -0,0 +1,4 @@ +/datum/modpack/debug + name = "Прочее" + desc = "Различные инструменты для отладки и щитспавна." + author = "furior" diff --git a/modular_ss220/debug/_debug.dme b/modular_ss220/debug/_debug.dme new file mode 100644 index 000000000000..040ec14d57ed --- /dev/null +++ b/modular_ss220/debug/_debug.dme @@ -0,0 +1,3 @@ +#include "_debug.dm" + +#include "code/icons.dm" diff --git a/modular_ss220/debug/code/icons.dm b/modular_ss220/debug/code/icons.dm new file mode 100644 index 000000000000..409c2d41f413 --- /dev/null +++ b/modular_ss220/debug/code/icons.dm @@ -0,0 +1,3 @@ +/atom/proc/download_flaticon() + var/icon/I = getFlatIcon(src) + usr << ftp(I, "[name].png") diff --git a/modular_ss220/detective_rework/code/machines.dm b/modular_ss220/detective_rework/code/machines.dm new file mode 100644 index 000000000000..b5f3a5b47aa1 --- /dev/null +++ b/modular_ss220/detective_rework/code/machines.dm @@ -0,0 +1,309 @@ +// Designs +/datum/design/dnaforensics + name = "Machine Design (Анализатор ДНК)" + desc = "Анализатор ДНК для точного анализа ДНК объектов." + id = "dnaforensics" + req_tech = list("programming" = 2, "combat" = 2, "magnets" = 2) + build_type = IMPRINTER + materials = list(MAT_GLASS = 1000) + build_path = /obj/item/circuitboard/dnaforensics + category = list ("Misc. Machinery") + +/obj/item/circuitboard/dnaforensics + name = "circuit board (Анализатор ДНК)" + build_path = /obj/machinery/dnaforensics + board_type = "machine" + origin_tech = "programming=2;combat=2" + req_components = list( + /obj/item/stock_parts/micro_laser = 2, + /obj/item/stock_parts/manipulator = 1,) + +/datum/design/microscope + name = "Machine Design (Электронный микроскоп)" + desc = "Электронный микроскоп, способный увеличивать изображение в 3000 раз." + id = "microscope" + req_tech = list("programming" = 2, "combat" = 2, "magnets" = 2) + build_type = IMPRINTER + materials = list(MAT_GLASS = 1000) + build_path = /obj/item/circuitboard/microscope + category = list ("Misc. Machinery") + +/obj/item/circuitboard/microscope + name = "circuit board (Электронный микроскоп)" + build_path = /obj/machinery/microscope + board_type = "machine" + origin_tech = "programming=2;combat=2" + req_components = list( + /obj/item/stock_parts/micro_laser = 1, + /obj/item/stack/sheet/glass = 1) + +// DNA machine +/obj/machinery/dnaforensics + name = "\improper Анализатор ДНК" + desc = "Высокотехнологичная машина, которая предназначена для правильного считывания образцов ДНК." + icon = 'modular_ss220/detective_rework/icons/forensics.dmi' + icon_state = "dnaopen" + layer = BELOW_OBJ_LAYER + anchored = TRUE + density = TRUE + + var/obj/item/forensics/swab = null + var/scanning = FALSE + var/report_num = FALSE + +/obj/machinery/dnaforensics/Initialize(mapload) + . = ..() + component_parts = list() + component_parts += new /obj/item/circuitboard/dnaforensics(null) + component_parts += new /obj/item/stock_parts/micro_laser(null) + component_parts += new /obj/item/stock_parts/manipulator(null) + component_parts += new /obj/item/stock_parts/micro_laser(null) + RefreshParts() + +/obj/machinery/dnaforensics/attackby__legacy__attackchain(obj/item/W as obj, mob/user as mob) + + if(swab) + to_chat(user, span_warning("Внутри сканера уже есть пробирка.")) + return + + if(istype(W, /obj/item/forensics/swab)) + to_chat(user, span_notice("Вы вставляете [W] в ДНК анализатор.")) + user.unEquip(W) + W.forceMove(src) + swab = W + update_icon() + return + ..() + +/obj/machinery/dnaforensics/attack_hand(mob/user) + + if(!swab) + to_chat(user, span_warning("Сканер пуст!")) + return + scanning = TRUE + update_icon() + to_chat(user, span_notice("Сканер начинает с жужением анализировать содержимое пробирки [swab].")) + + if(!do_after(user, 25, src) || !swab) + to_chat(user, span_notice("Вы перестали анализировать [swab].")) + scanning = FALSE + update_icon() + + return + + to_chat(user, span_notice("Печать отчета...")) + var/obj/item/paper/report = new(get_turf(src)) + report.stamped = list(/obj/item/stamp) + report.overlays = list("paper_stamped") + report_num++ + + if(swab) + var/obj/item/forensics/swab/bloodswab = swab + report.name = ("Отчет ДНК сканера №[++report_num]: [bloodswab.name]") + //dna data itself + var/data = "Нет доступных данных по анализу." + if(bloodswab.dna != null) + data = "Спектрометрический анализ на предоставленном образце определил наличие нитей ДНК в количестве [bloodswab.dna.len].

" + for(var/blood in bloodswab.dna) + data += span_notice("Группа крови: [bloodswab.dna[blood]]
\nДНК: [blood]

") + else + data += "\nДНК не найдено.
" + report.info = "Отчет №[report_num] по \n[src]
" + report.info += "\nАнализируемый объект:
[bloodswab.name]
[bloodswab.desc]

" + data + report.forceMove(src.loc) + report.update_icon() + scanning = FALSE + update_icon() + return + +/obj/machinery/dnaforensics/proc/remove_sample(mob/living/remover) + if(!istype(remover) || remover.incapacitated() || !Adjacent(remover)) + return + if(!swab) + to_chat(remover, span_warning("Внутри сканера нет образца!.")) + return + to_chat(remover, span_notice("Вы вытащили [swab] из сканера.")) + swab.forceMove(get_turf(src)) + remover.put_in_hands(swab) + swab = null + update_icon() + +/obj/machinery/dnaforensics/AltClick() + remove_sample(usr) + +/obj/machinery/dnaforensics/MouseDrop(atom/other) + if(usr == other) + remove_sample(usr) + else + return ..() + +/obj/machinery/dnaforensics/update_icon_state() + icon_state = "dnaopen" + if(swab) + icon_state = "dnaclosed" + if(scanning) + icon_state = "dnaworking" + +/obj/machinery/dnaforensics/screwdriver_act(mob/user, obj/item/I) + if(swab) + return + . = TRUE + default_deconstruction_screwdriver(user, "dnaopenunpowered", "dnaopen", I) + +/obj/machinery/dnaforensics/wrench_act(mob/user, obj/item/I) + . = TRUE + default_unfasten_wrench(user, I) + +/obj/machinery/dnaforensics/crowbar_act(mob/user, obj/item/I) + if(swab) + return + . = TRUE + default_deconstruction_crowbar(user, I) + +// Microscope code itself +// This is the output of the stringpercent(print) proc, and means about 80% of +// the print must be there for it to be complete. (Prints are 32 digits) +/obj/machinery/microscope + name = "\improper Электронный микроскоп" + desc = "Высокотехнологичный микроскоп, способный увеличивать изображение до 3000 раз." + icon = 'modular_ss220/detective_rework/icons/forensics.dmi' + icon_state = "microscope" + anchored = TRUE + density = TRUE + + var/obj/item/sample = null + var/report_num = FALSE + var/fingerprint_complete = 6 + +/obj/machinery/microscope/Initialize(mapload) + . = ..() + component_parts = list() + component_parts += new /obj/item/circuitboard/microscope(null) + component_parts += new /obj/item/stock_parts/micro_laser(null) + component_parts += new /obj/item/stack/sheet/glass(null) + RefreshParts() + +/obj/machinery/microscope/attackby__legacy__attackchain(obj/item/W as obj, mob/user as mob) + + if(sample) + to_chat(user, span_warning("В микроскопе уже есть образец!")) + return + + if(istype(W, /obj/item/forensics/swab)|| istype(W, /obj/item/sample/fibers) || istype(W, /obj/item/sample/print)) + add_fingerprint(user) + to_chat(user, span_notice("Вы вставили [W] в микроскоп.")) + user.unEquip(W) + W.forceMove(src) + sample = W + update_icon() + + return + ..() + +/obj/machinery/microscope/attack_hand(mob/user) + + if(!sample) + to_chat(user, span_warning("В микроскопе нет образца для анализа.")) + return + + add_fingerprint(user) + to_chat(user, span_notice("Микроскоп жужжит, пока вы анализируете [sample].")) + + if(!do_after(user, 25, src) || !sample) + to_chat(user, span_notice("Вы перестаёте анализировать [sample].")) + return + + to_chat(user, span_notice("Печать отчета...")) + var/obj/item/paper/report = new(get_turf(src)) + report.stamped = list(/obj/item/stamp) + report.overlays = list("paper_stamped") + report_num++ + + if(istype(sample, /obj/item/forensics/swab)) + var/obj/item/forensics/swab/swab = sample + + report.name = ("Криминалистический отчет №[++report_num]: [swab.name]") + report.info = "Анализируемый объект:
[swab.name]

" + + if(swab.gsr) + report.info += "Определен остаток от пули [swab.gsr] калибра." + else + report.info += "Пороховой остаток от пули не найден." + + else if(istype(sample, /obj/item/sample/fibers)) + var/obj/item/sample/fibers/fibers = sample + report.name = ("Отчет по фрагменту ткани №[++report_num]: [fibers.name]") + report.info = "Анализируемый объект:
[fibers.name]

" + if(fibers.evidence) + report.info = "Молекулярный анализ на предоставленном образце определил наличие уникальных волоконных струн.

" + for(var/fiber in fibers.evidence) + report.info += span_notice("Наиболее вероятное совпадение: [fiber]

") + else + report.info += "Волокна не найдены." + else if(istype(sample, /obj/item/sample/print)) + report.name = ("Отчет по анализу отпечатков пальцев №[report_num]: [sample.name]") + report.info = "Отчет об анализе отпечатков пальцев №[report_num]: [sample.name]
" + var/obj/item/sample/print/card = sample + if(card.evidence && card.evidence.len) + report.info += "
Поверхностный анализ определил следующие уникальные строки отпечатков пальцев:

" + for(var/prints in card.evidence) + report.info += span_notice("Строка отпечатков пальцев: ") + if(!is_complete_print(prints)) + report.info += "НЕПОЛНЫЙ ОТПЕЧАТОК" + else + report.info += "[prints]" + report.info += "
" + else + report.info += "Информация по анализу отсутствует." + + if(report) + report.update_icon() + if(report.info) + to_chat(user, report.info) + return + +/obj/machinery/microscope/proc/remove_sample(mob/living/remover) + if(!istype(remover) || remover.incapacitated() || !Adjacent(remover)) + return + if(!sample) + to_chat(remover, span_warning("Внутри микроскопа нет образца!")) + return + to_chat(remover, span_notice("Вы вытащили [sample] из микроскопа.")) + sample.forceMove(get_turf(src)) + remover.put_in_hands(sample) + sample = null + update_icon() + +/obj/machinery/microscope/proc/is_complete_print(print) + return stringpercent(print) <= fingerprint_complete + +/obj/machinery/microscope/AltClick() + remove_sample(usr) + +/obj/machinery/microscope/MouseDrop(atom/other) + if(usr == other) + remove_sample(usr) + else + return ..() + +/obj/machinery/microscope/update_icon_state() + icon_state = "microscope" + if(sample) + icon_state += "slide" + +/obj/machinery/microscope/screwdriver_act(mob/user, obj/item/I) + if(sample) + return + . = TRUE + default_deconstruction_screwdriver(user, "microscope_off", "microscope", I) + +/obj/machinery/microscope/wrench_act(mob/user, obj/item/I) + . = TRUE + default_unfasten_wrench(user, I) + +/obj/machinery/microscope/crowbar_act(mob/user, obj/item/I) + if(sample) + return + . = TRUE + default_deconstruction_crowbar(user, I) + diff --git a/modular_ss220/detective_rework/code/misc_stuff.dm b/modular_ss220/detective_rework/code/misc_stuff.dm new file mode 100644 index 000000000000..9ec793a05db0 --- /dev/null +++ b/modular_ss220/detective_rework/code/misc_stuff.dm @@ -0,0 +1,65 @@ +/obj/item/clothing/gloves/color/black/forensics + transfer_prints = FALSE + +// Boxes +/obj/item/storage/box/swabs + name = "\improper коробка с наборами для взятия образцов" + desc = "Стерильное оборудование внутри. Не допускать загрязнения." + icon = 'modular_ss220/aesthetics/boxes/icons/boxes.dmi' + icon_state = "dnakit" + +/obj/item/storage/box/swabs/populate_contents() + ..() + new /obj/item/forensics/swab(src) + new /obj/item/forensics/swab(src) + new /obj/item/forensics/swab(src) + new /obj/item/forensics/swab(src) + new /obj/item/forensics/swab(src) + new /obj/item/forensics/swab(src) + +/obj/item/storage/box/fingerprints + name = "\improper коробка со дактилоскопическими картами" + desc = "Стерильное оборудование внутри. Не допускать загрязнения." + icon = 'modular_ss220/aesthetics/boxes/icons/boxes.dmi' + icon_state = "dnakit" + +/obj/item/storage/box/fingerprints/populate_contents() + ..() + new /obj/item/sample/print(src) + new /obj/item/sample/print(src) + new /obj/item/sample/print(src) + new /obj/item/sample/print(src) + new /obj/item/sample/print(src) + new /obj/item/sample/print(src) + +// Crime scene kit +/obj/item/storage/briefcase/crimekit + name = "\improper набор для осмотра места преступления" + desc = "Чемодан с покрытием из нержавеющей стали для всех ваших криминалистических нужд. По ощущениям тяжелый." + icon = 'modular_ss220/detective_rework/icons/forensics.dmi' + icon_state = "case" + lefthand_file = 'modular_ss220/detective_rework/icons/items_lefthand.dmi' + righthand_file = 'modular_ss220/detective_rework/icons/items_righthand.dmi' + item_state = "case" + +/obj/item/storage/briefcase/crimekit/populate_contents() + ..() + new /obj/item/storage/box/swabs(src) + new /obj/item/storage/box/fingerprints(src) + new /obj/item/forensics/sample_kit(src) + new /obj/item/forensics/sample_kit/powder(src) + new /obj/item/detective_scanner(src) + +/datum/supply_packs/security/forensics + contains = list(/obj/item/storage/box/evidence, + /obj/item/camera, + /obj/item/taperecorder, + /obj/item/toy/crayon/white, + /obj/item/clothing/head/det_hat, + /obj/item/storage/box/swabs, + /obj/item/storage/box/fingerprints, + /obj/item/storage/briefcase/crimekit) + +/obj/structure/closet/secure_closet/detective/populate_contents() + new /obj/item/storage/briefcase/crimekit(src) + . = ..() diff --git a/modular_ss220/detective_rework/code/sample_kits.dm b/modular_ss220/detective_rework/code/sample_kits.dm new file mode 100644 index 000000000000..85a745597db4 --- /dev/null +++ b/modular_ss220/detective_rework/code/sample_kits.dm @@ -0,0 +1,176 @@ +/obj/item/forensics + icon = 'modular_ss220/detective_rework/icons/forensics.dmi' + w_class = WEIGHT_CLASS_TINY + +/obj/item/sample + name = "\improper образец для анализа" + icon = 'modular_ss220/detective_rework/icons/forensics.dmi' + w_class = WEIGHT_CLASS_TINY + var/list/evidence = list() + +/obj/item/sample/New(newloc, atom/supplied) + ..(newloc) + if(supplied) + copy_evidence(supplied) + name = "[initial(name)] (\the [supplied])" + +/obj/item/sample/print/New(newloc, atom/supplied) + ..(newloc, supplied) + if(evidence && evidence.len) + icon_state = "fingerprint1" + +/obj/item/sample/proc/copy_evidence(atom/supplied) + if(supplied.suit_fibers && supplied.suit_fibers.len) + evidence = supplied.suit_fibers.Copy() + supplied.suit_fibers.Cut() + +/obj/item/sample/proc/merge_evidence(obj/item/sample/supplied, mob/user) + if(!supplied.evidence || !supplied.evidence.len) + return FALSE + evidence |= supplied.evidence + name = ("[initial(name)] (combined)") + to_chat(user, span_notice("Вы перемещаете содержимое \the [supplied] в \the [src].")) + return TRUE + +/obj/item/sample/print/merge_evidence(obj/item/sample/supplied, mob/user) + if(!supplied.evidence || !supplied.evidence.len) + return FALSE + for(var/print in supplied.evidence) + if(evidence[print]) + evidence[print] = stringmerge(evidence[print],supplied.evidence[print]) + else + evidence[print] = supplied.evidence[print] + name = ("[initial(name)] (combined)") + to_chat(user, span_notice("You overlay \the [src] and \the [supplied], combining the print records.")) + return TRUE + +/obj/item/sample/pre_attack(atom/A, mob/living/user, params) + if(..()) + return FINISH_ATTACK + // Fingerprints will be handled in after_attack() to not mess up the samples taken + return A.attackby__legacy__attackchain(src, user, params) + +/obj/item/sample/attackby__legacy__attackchain(obj/O, mob/user) + if(O.type == src.type) + user.unEquip(O) + if(merge_evidence(O, user)) + qdel(O) + return TRUE + return ..() + +/obj/item/sample/fibers + name = "\improper пакетик для волокн" + desc = "Используется для хранения волоконных доказательств для детектива." + icon_state = "fiberbag" + +/obj/item/sample/print + name = "\improper дактилоскопическая карта" + desc = "Сохраняет отпечатки пальцев." + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "fingerprint0" + item_state = "paper" + +/obj/item/sample/print/attack_self__legacy__attackchain(mob/user) + if(evidence && evidence.len) + return + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + if(H.gloves) + to_chat(user, span_warning("Take [H.gloves] off first.")) + return + + to_chat(user, span_notice("Вы плотно прижимаете кончики своих пальцев к карте.")) + var/fullprint = H.get_full_print() + evidence[fullprint] = fullprint + name = ("[initial(name)] ([H])") + icon_state = "fingerprint1" + +/obj/item/sample/print/attack__legacy__attackchain(mob/living/M, mob/user) + + if(!ishuman(M)) + return ..() + + if(evidence && evidence.len) + return FALSE + + var/mob/living/carbon/human/H = M + + if(H.gloves) + to_chat(user, span_warning("У [H] надеты перчатки.")) + return TRUE + + if(user != H && H.a_intent != INTENT_HELP && !IS_HORIZONTAL(H)) + user.visible_message(span_danger("[user] пытался снять отпечатки у [H], но он сопротивляется.")) + return TRUE + + if(user.zone_selected == "r_hand" || user.zone_selected == "l_hand") + var/has_hand + var/obj/item/organ/external/O = H.has_organ("r_hand") + if(istype(O)) + has_hand = TRUE + else + O = H.has_organ("l_hand") + if(istype(O)) + has_hand = TRUE + if(!has_hand) + to_chat(user, span_warning("А рук то у него нет.")) + return FALSE + if(!do_after(user, 2 SECONDS, target = user)) + return FALSE + + user.visible_message(span_notice("[user] делает копию отмечатков [H].")) + var/fullprint = H.get_full_print() + evidence[fullprint] = fullprint + copy_evidence(src) + name = ("[initial(name)] (\the [H])") + icon_state = "fingerprint1" + return TRUE + return FALSE + +/obj/item/sample/print/copy_evidence(atom/supplied) + if(supplied.fingerprints && supplied.fingerprints.len) + for(var/print in supplied.fingerprints) + evidence[print] = supplied.fingerprints[print] + supplied.fingerprints.Cut() + +/obj/item/forensics + +/obj/item/forensics/sample_kit + name = "\improper набор для сбора волокон" + desc = "Увеличительное стекло и пинцет. Используется для поднятия волокон ткани." + icon_state = "m_glass" + w_class = WEIGHT_CLASS_SMALL + var/evidence_type = "волокон" + var/evidence_path = /obj/item/sample/fibers + +/obj/item/forensics/sample_kit/proc/can_take_sample(mob/user, atom/supplied) + return (supplied.suit_fibers && supplied.suit_fibers.len) + +/obj/item/forensics/sample_kit/proc/take_sample(mob/user, atom/supplied) + var/obj/item/sample/S = new evidence_path(get_turf(user), supplied) + to_chat(user, span_notice("Вы перемещаете [S.evidence.len] [S.evidence.len > 1 ? "[evidence_type]" : "[evidence_type]"] в \the [S].")) + +/obj/item/forensics/sample_kit/afterattack__legacy__attackchain(atom/A, mob/user, proximity) + if(!proximity) + return + if(can_take_sample(user, A)) + take_sample(user,A) + . = TRUE + else + to_chat(user, span_warning("Вы не можете найти [evidence_type] на [A].")) + . = ..() + +/obj/item/forensics/sample_kit/MouseDrop(atom/over) + if(ismob(src.loc)) + afterattack__legacy__attackchain(over, usr, TRUE) + +/obj/item/forensics/sample_kit/powder + name = "\improper дактилоскопический порошок" + desc = "Баночка с алюминиевой пудрой и специализированная кисточка." + icon_state = "dust" + evidence_type = "отпечатки" + evidence_path = /obj/item/sample/print + +/obj/item/forensics/sample_kit/powder/can_take_sample(mob/user, atom/supplied) + return (supplied.fingerprints && supplied.fingerprints.len) diff --git a/modular_ss220/detective_rework/code/swabs.dm b/modular_ss220/detective_rework/code/swabs.dm new file mode 100644 index 000000000000..a130dbe34de9 --- /dev/null +++ b/modular_ss220/detective_rework/code/swabs.dm @@ -0,0 +1,177 @@ +/mob + var/gunshot_residue + +/obj/item/clothing + var/gunshot_residue + +/obj/item/clothing/clean_blood(radiation_clean = FALSE) + . = ..() + gunshot_residue = null + +/obj/item/forensics/swab + name = "\improper набор для взятия образцов" + desc = "Стерильная ватная палочка и пробирка, для взятия образцов." + icon_state = "swab" + var/dispenser = FALSE + var/gsr = FALSE + var/list/dna + var/used + var/inuse = FALSE + +/obj/item/forensics/swab/proc/is_used() + return used + +/obj/item/forensics/swab/attack__legacy__attackchain(mob/living/M, mob/user) + if(!ishuman(M)) + return ..() + if(is_used()) + to_chat(user, span_warning("Вы уже берёте образец.")) + return + + var/mob/living/carbon/human/H = M + var/sample_type + inuse = TRUE + to_chat(user, span_notice("Вы начинаете собирать образцы.")) + if(do_after(user, 2 SECONDS, target = user)) + if(H.wear_mask) + to_chat(user, span_warning("[H] носит маску.")) + inuse = FALSE + return + + if(!H.dna || !H.dna.unique_enzymes) + to_chat(user, span_warning("Похоже у него нет ДНК!")) + inuse = FALSE + return + + if(user != H && H.a_intent != INTENT_HELP && !IS_HORIZONTAL(H)) + user.visible_message(span_danger("[user] пытается взять образец у [H], но он сопротивляется.")) + inuse = FALSE + return + var/target_dna + var/target_gsr + if(user.zone_selected == "mouth") + if(!H.has_organ("head")) + to_chat(user, span_warning("У него нет головы.")) + inuse = FALSE + return + if(!H.check_has_mouth()) + to_chat(user, span_warning("У него нет рта.")) + inuse = FALSE + return + user.visible_message(span_notice("[user] берёт мазок изо рта [H] для анализа.")) + target_dna = list(H.dna.unique_enzymes) + sample_type = "DNA" + + else if(user.zone_selected == "r_hand" || user.zone_selected == "l_hand") + var/has_hand + var/obj/item/organ/external/O = H.has_organ("r_hand") + if(istype(O)) + has_hand = TRUE + else + O = H.has_organ("l_hand") + if(istype(O)) + has_hand = TRUE + if(!has_hand) + to_chat(user, span_warning("Он безрукий.")) + inuse = FALSE + return + user.visible_message(span_notice("[user] берёт мазок с ладони [H] для анализа.")) + sample_type = "GSR" + target_gsr = H.gunshot_residue + else + inuse = FALSE + return + + if(sample_type) + if(!dispenser) + dna = target_dna + gsr = target_gsr + set_used(sample_type, H) + else + var/obj/item/forensics/swab/S = new(get_turf(user)) + S.dna = target_dna + S.gsr = target_gsr + S.set_used(sample_type, H) + inuse = FALSE + return + inuse = FALSE + return TRUE + +/obj/item/forensics/swab/afterattack__legacy__attackchain(atom/A, mob/user, proximity) + + if(!proximity || istype(A, /obj/machinery/dnaforensics)) + return + + if(istype(A,/mob/living)) + return + + if(is_used()) + to_chat(user, span_warning("Этот образец уже используется.")) + return + + add_fingerprint(user) + inuse = TRUE + to_chat(user, span_notice("Вы начинаете собирать улики.")) + if(do_after(user, 2 SECONDS, target = user)) + var/list/choices = list() + if(A.blood_DNA) + choices |= "Кровь" + if(istype(A, /obj/item/clothing)) + choices |= "Частицы пороха" + + var/choice + if(!choices.len) + to_chat(user, span_warning("На [A] нет улик.")) + inuse = FALSE + return + else if(choices.len == 1) + choice = choices[1] + else + choice = tgui_input_list(user, "Какие доказательства вы ищете?", "Сбор доказательств", choices) + + if(!choice) + inuse = FALSE + return + + var/sample_type + var/target_dna + var/target_gsr + if(choice == "Кровь") + if(!A.blood_DNA || !A.blood_DNA.len) + inuse = FALSE + return + target_dna = A.blood_DNA.Copy() + sample_type = "крови" + + else if(choice == "Частицы пороха") + var/obj/item/clothing/B = A + if(!istype(B) || !B.gunshot_residue) + to_chat(user, span_warning("На [A] нет ни намёка на порох.")) + inuse = FALSE + return + target_gsr = B.gunshot_residue + sample_type = "порох" + + if(sample_type) + user.visible_message( + span_notice("[user] берёт мазок с [A] для анализа."), + span_notice("Вы берёте мазок с [A] для анализа.")) + if(!dispenser) + dna = target_dna + gsr = target_gsr + set_used(sample_type, A) + else + var/obj/item/forensics/swab/S = new(get_turf(user)) + S.dna = target_dna + S.gsr = target_gsr + S.set_used(sample_type, A) + inuse = FALSE + +/obj/item/forensics/swab/proc/set_used(sample_str, atom/source) + name = ("[initial(name)] ([sample_str] - [source])") + desc = "[initial(desc)] /Этикетка на флаконе гласит: 'Образец [sample_str] с [source].'." + icon_state = "swab_used" + used = TRUE + +/obj/item/forensics/swab/cyborg + dispenser = TRUE diff --git a/modular_ss220/detective_rework/detective_rework.dm b/modular_ss220/detective_rework/detective_rework.dm new file mode 100644 index 000000000000..87cead9bd692 --- /dev/null +++ b/modular_ss220/detective_rework/detective_rework.dm @@ -0,0 +1,4 @@ +/datum/modpack/detective_rework + name = "Переработка Детектива" + desc = "Разнообразие рабочей деятельности детектива, порт с парашизы, на которую портировали с ониксов" + author = "Aylong220, RV666" diff --git a/modular_ss220/detective_rework/detective_rework.dme b/modular_ss220/detective_rework/detective_rework.dme new file mode 100644 index 000000000000..aeb4691da5f8 --- /dev/null +++ b/modular_ss220/detective_rework/detective_rework.dme @@ -0,0 +1,6 @@ +#include "detective_rework.dm" + +#include "code/misc_stuff.dm" +#include "code/machines.dm" +#include "code/swabs.dm" +#include "code/sample_kits.dm" diff --git a/modular_ss220/detective_rework/icons/forensics.dmi b/modular_ss220/detective_rework/icons/forensics.dmi new file mode 100644 index 000000000000..4439942492bc Binary files /dev/null and b/modular_ss220/detective_rework/icons/forensics.dmi differ diff --git a/modular_ss220/detective_rework/icons/items_lefthand.dmi b/modular_ss220/detective_rework/icons/items_lefthand.dmi new file mode 100644 index 000000000000..06111f9dbaa0 Binary files /dev/null and b/modular_ss220/detective_rework/icons/items_lefthand.dmi differ diff --git a/modular_ss220/detective_rework/icons/items_righthand.dmi b/modular_ss220/detective_rework/icons/items_righthand.dmi new file mode 100644 index 000000000000..ce269b6c0620 Binary files /dev/null and b/modular_ss220/detective_rework/icons/items_righthand.dmi differ diff --git a/modular_ss220/devices/_devices.dm b/modular_ss220/devices/_devices.dm new file mode 100644 index 000000000000..5d8dfa018c10 --- /dev/null +++ b/modular_ss220/devices/_devices.dm @@ -0,0 +1,4 @@ +/datum/modpack/devices + name = "Devices modpack" + desc = "Пак с различными устройствами." + author = "PhantomRU" diff --git a/modular_ss220/devices/_devices.dme b/modular_ss220/devices/_devices.dme new file mode 100644 index 000000000000..c5209490a5bb --- /dev/null +++ b/modular_ss220/devices/_devices.dme @@ -0,0 +1,5 @@ +#include "_devices.dm" + +#include "code/items/scanners.dm" +#include "code/items/radio.dm" +#include "code/research_designs/equipment_designs.dm" diff --git a/modular_ss220/devices/code/items/radio.dm b/modular_ss220/devices/code/items/radio.dm new file mode 100644 index 000000000000..080947e786ec --- /dev/null +++ b/modular_ss220/devices/code/items/radio.dm @@ -0,0 +1,33 @@ +// Just renaming +/obj/item/radio + name = "handheld radio" + desc = "A basic shortwave radio that can communicate with local telecommunication networks." + +// I don't want to mess up icons, so I'll just make an "alternate" version +/obj/item/radio/alternative + name = "handheld radio" + desc = "A basic shortwave radio that can communicate with local telecommunication networks. This model is painted in contrasted, visible colors." + icon = 'modular_ss220/devices/icons/radio.dmi' + icon_state = "walkietalkie" + +/obj/item/radio/security + name = "security handheld radio" + desc = "A basic shortwave radio that can communicate with local telecommunication networks on security frequency. This model is painted in black colors." + icon = 'modular_ss220/devices/icons/radio.dmi' + icon_state = "walkietalkie_sec" + frequency = SEC_FREQ + +/obj/item/radio/tactical + name = "tactical handheld radio" + desc = "A tactical shortwave radio that used by some special forces. That can communicate with local telecommunication networks on allocated frequencies. This model is painted in gray camouflage." + icon = 'modular_ss220/devices/icons/radio.dmi' + icon_state = "walkietalkie_special" + frequency = DTH_FREQ + +// DO NOT PLACE IT IN MAINT SPAWNERS, PLEASE +/obj/item/radio/syndicate + name = "suspecious handheld radio" + desc = "A suspecious shortwave radio. This model is painted in reddish colors, there is some numbers and letters on back of it." + icon = 'modular_ss220/devices/icons/radio.dmi' + icon_state = "walkietalkie_syndie" + frequency = SYNDTEAM_FREQ diff --git a/modular_ss220/devices/code/items/scanners.dm b/modular_ss220/devices/code/items/scanners.dm new file mode 100644 index 000000000000..914c14842f1b --- /dev/null +++ b/modular_ss220/devices/code/items/scanners.dm @@ -0,0 +1,109 @@ +// translate +/obj/item/t_scanner + name = "T-ray сканнер" + desc = "Излучатель и сканер терагерцового излучения, используемый для обнаружения скрытых объектов под полом, таких как кабели и трубы." + +// debug +/obj/item/t_scanner/mod + name = "Модификация T-ray сканнера" + desc = "Предмодифицированный сканнер, который не должен был попасть в ваши руки. Отнесите его в ближайший научный отдел \ + \nдля изучения кодерами." + icon = 'modular_ss220/devices/icons/device.dmi' + icon_state = "t-ray0" + origin_tech = "magnets=3;engineering=3" + var/scan_range = 3 + var/pulse_duration = 8 + +/obj/item/t_scanner/mod/scan() + t_ray_scan(loc, pulse_duration, scan_range) + +// new scanners +/obj/item/t_scanner/mod/extended_range + name = "Расширенный T-ray сканнер" + desc = "Излучатель и сканер терагерцового излучения, используемый для обнаружения скрытых объектов и объектов под полом, таких как кабели и трубы. \ + \nОбразец с расширенным радиусов воздействия." + icon_state = "t-ray-range0" + scan_range = 5 + origin_tech = "magnets=3;engineering=3" + +/obj/item/t_scanner/mod/pulse + name = "Пульсовой T-ray сканнер" + desc = "Излучатель и сканер терагерцового излучения, используемый для обнаружения скрытых объектов и объектов под полом, таких как кабели и трубы. \ + \nОбразец с продолжительным пульсаром." + icon_state = "t-ray-pulse0" + pulse_duration = 20 + origin_tech = "magnets=5;engineering=3" + +/obj/item/t_scanner/mod/advanced + name = "Продвинутый T-ray сканнер" + desc = "Излучатель и сканер терагерцового излучения, используемый для обнаружения скрытых объектов и объектов под полом, таких как кабели и трубы. \ + \nОбразец с расширенным радиусом воздействия и продолжительным пульсаром." + icon_state = "t-ray-advanced0" + pulse_duration = 20 + scan_range = 5 + origin_tech = "magnets=7;engineering=3" + +/obj/item/t_scanner/mod/science + name = "Научный T-ray сканнер" + desc = "Излучатель и сканер терагерцового излучения, используемый для обнаружения скрытых объектов и объектов под полом, таких как кабели и трубы. \ + \nНаучный образец сканнера с расширенным радиусом действия и продолжительным пульсаром." + icon_state = "t-ray-science0" + scan_range = 7 + pulse_duration = 50 + origin_tech = "magnets=8;engineering=5" + materials = list(MAT_METAL=500) + +/obj/item/t_scanner/mod/experimental //a high-risk that cannot be disassembled, since this garbage was invented by, well, you know who. + name = "Экспериментальный T-ray сканнер" + desc = "Излучатель и сканер терагерцового излучения, используемый для обнаружения скрытых объектов и объектов под полом, таких как кабели и трубы. \ + \nЭкспериментальный образец сканнера с расширенным радиусом действия и продолжительным пульсаром. \ + \nСудя по его виду, эта вещь изобретена безумными учеными, взятая буквально с экспериментами. Вы можете представить больное воображение ученого который это сделал? \ + \nЦенная находка в практическом и научном пользовании. \ + \nНо её не может изучить даже самый продвинутый разборщик, требуется тщательное исследование." + icon_state = "t-ray-experimental0" + scan_range = 5 + pulse_duration = 80 + origin_tech = null + materials = null + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF + +// /datum/theft_objective/experimental +// name = "experimental T-ray scanner" +// typepath = /obj/item/t_scanner/mod/experimental +// protected_jobs = list("Research Director") +// location_override = "кабинет Директора Исследований" + +/obj/item/t_scanner/mod/security + name = "Противо-маскировочное ТГц устройство" + desc = "Излучатель терагерцевого типа используемый для сканирования области на наличие замаскированных биоорганизмов. Устройство уязвимо для ЭМИ излучения." + icon = 'modular_ss220/devices/icons/device.dmi' + lefthand_file = 'modular_ss220/devices/icons/inhands/items_lefthand.dmi' + righthand_file = 'modular_ss220/devices/icons/inhands/items_righthand.dmi' + item_state = "sb_t-ray" + icon_state = "sb_t-ray0" + scan_range = 4 + pulse_duration = 15 + var/was_alerted = FALSE // Protection against spam alerts from this scanner + var/burnt = FALSE // Did emp break us? + var/datum/effect_system/spark_spread/spark_system //The spark system, used for generating... sparks? + origin_tech = "combat=3;magnets=5;biotech=5" + +/obj/item/t_scanner/mod/security/Initialize(mapload) + . = ..() + //Sets up a spark system + spark_system = new /datum/effect_system/spark_spread + spark_system.set_up(5, 0, src) + spark_system.attach(src) + +/obj/item/t_scanner/mod/security/toggle_on() + if(!burnt) + on = !on + icon_state = copytext(icon_state, 1, length(icon_state))+"[on]" + if(on) + START_PROCESSING(SSobj, src) + +/obj/item/t_scanner/mod/security/emp_act(severity) + . = ..() + if(prob(25) && !burnt) + burnt = TRUE + on = FALSE; diff --git a/modular_ss220/devices/code/research_designs/equipment_designs.dm b/modular_ss220/devices/code/research_designs/equipment_designs.dm new file mode 100644 index 000000000000..db6db4d45b7f --- /dev/null +++ b/modular_ss220/devices/code/research_designs/equipment_designs.dm @@ -0,0 +1,49 @@ +/datum/design/tray_scanner_range + name = "Extended T-ray" + desc = "Расширенный по дальности Т-сканнер позволяющий визуально обнаружить скрытые объекты." + id = "tray_range" + req_tech = list("magnets" = 3, "engineering" = 3) + build_type = PROTOLATHE + materials = list(MAT_METAL = 500, MAT_GLASS = 500, MAT_SILVER = 500, MAT_DIAMOND = 200) + build_path = /obj/item/t_scanner/mod/extended_range + category = list("Equipment") + +/datum/design/tray_scanner_pulse + name = "Pulse T-ray" + desc = "Пульсовой Т-сканнер позволяющий гораздо дольше визуально обнаруживать скрытые объекты." + id = "tray_pulse" + req_tech = list("magnets" = 5, "engineering" = 3) + build_type = PROTOLATHE + materials = list(MAT_METAL = 500, MAT_GLASS = 500, MAT_SILVER = 500, MAT_DIAMOND = 200) + build_path = /obj/item/t_scanner/mod/pulse + category = list("Equipment") + +/datum/design/tray_scanner_advanced + name = "Advanced T-ray" + desc = "Расширенный по дальности Т-сканнер, более дольше удерживающий пульсар, позволяющий визуально обнаружить скрытые объекты." + id = "tray_advanced" + req_tech = list("magnets" = 7, "programming" = 5, "engineering" = 5) + build_type = PROTOLATHE + materials = list(MAT_METAL = 1000, MAT_GLASS = 500, MAT_SILVER = 1000, MAT_DIAMOND = 500) + build_path = /obj/item/t_scanner/mod/advanced + category = list("Equipment") + +/datum/design/tray_scanner_science + name = "Science T-ray" + desc = "Научный Т-сканнер совмещающий в себя технологии пульсового и расширенного сканнера." + id = "tray_science" + req_tech = list("magnets" = 8, "programming" = 7, "engineering" = 7) // придется постараться чтобы найти 8-й уровень технологий + build_type = PROTOLATHE + materials = list(MAT_METAL = 1000, MAT_GLASS = 500, MAT_SILVER = 2000, MAT_DIAMOND = 1500) + build_path = /obj/item/t_scanner/mod/science + category = list("Equipment") + +/datum/design/sec_tray_scanner + name = "Security T-ray" + desc = "An advance use of a terahertz-ray to find any invisible biological creature nearby." + id = "sec_tray" + req_tech = list("magnets" = 7, "biotech" = 7, "engineering" = 3) + build_type = PROTOLATHE + materials = list(MAT_METAL = 500, MAT_GLASS = 500, MAT_DIAMOND = 500) + build_path = /obj/item/t_scanner/mod/security + category = list("Equipment") diff --git a/modular_ss220/devices/icons/device.dmi b/modular_ss220/devices/icons/device.dmi new file mode 100644 index 000000000000..ebc6cb5eb044 Binary files /dev/null and b/modular_ss220/devices/icons/device.dmi differ diff --git a/modular_ss220/devices/icons/inhands/items_lefthand.dmi b/modular_ss220/devices/icons/inhands/items_lefthand.dmi new file mode 100644 index 000000000000..27c998c552d9 Binary files /dev/null and b/modular_ss220/devices/icons/inhands/items_lefthand.dmi differ diff --git a/modular_ss220/devices/icons/inhands/items_righthand.dmi b/modular_ss220/devices/icons/inhands/items_righthand.dmi new file mode 100644 index 000000000000..0de909884b39 Binary files /dev/null and b/modular_ss220/devices/icons/inhands/items_righthand.dmi differ diff --git a/modular_ss220/devices/icons/radio.dmi b/modular_ss220/devices/icons/radio.dmi new file mode 100644 index 000000000000..295347b476d6 Binary files /dev/null and b/modular_ss220/devices/icons/radio.dmi differ diff --git a/modular_ss220/discord_link/_discord_link.dm b/modular_ss220/discord_link/_discord_link.dm new file mode 100644 index 000000000000..11f2d627109c --- /dev/null +++ b/modular_ss220/discord_link/_discord_link.dm @@ -0,0 +1,4 @@ +/datum/modpack/discord_link + name = "Привязка Дискорд Аккаунта" + desc = "Привязка аккаунта и запрет играть без него." + author = "furior" diff --git a/modular_ss220/discord_link/_discord_link.dme b/modular_ss220/discord_link/_discord_link.dme new file mode 100644 index 000000000000..da6b51d8180b --- /dev/null +++ b/modular_ss220/discord_link/_discord_link.dme @@ -0,0 +1,3 @@ +#include "_discord_link.dm" + +#include "code/discord.dm" diff --git a/modular_ss220/discord_link/code/discord.dm b/modular_ss220/discord_link/code/discord.dm new file mode 100644 index 000000000000..51859e618e3c --- /dev/null +++ b/modular_ss220/discord_link/code/discord.dm @@ -0,0 +1,86 @@ +/datum/preferences + var/discord_id + +/datum/configuration_section/ss220_misc_configuration + /// Force discord verification + var/force_discord_verification = FALSE + +/datum/configuration_section/ss220_misc_configuration/load_data(list/data) + . = ..() + CONFIG_LOAD_BOOL(force_discord_verification, data["force_discord_verification"]) + +/client/verb/link_discord_account() + set name = "Привязка Discord" + set category = "Special Verbs" + set desc = "Привязать аккаунт Discord для удобного просмотра игровой статистики на нашем Discord-сервере." + + if(!GLOB.configuration.url.discord_url) + return + + if(IsGuestKey(key)) + to_chat(usr, "Гостевой аккаунт не может быть связан.") + return + + if(prefs.get_discord_id() && prefs.discord_id) + to_chat(usr, span_darkmblue("Аккаунт Discord уже привязан!")) + return + + if(!SSdbcore.IsConnected()) + return + + var/token = "WyccStation_" + md5("[world.time+rand(1000,1000000)]") + var/datum/db_query/query_replace_token = SSdbcore.NewQuery("REPLACE INTO discord_links (ckey, timestamp, one_time_token) VALUES (:ckey, NOW(), :token)", list( + "token" = token, + "ckey" = ckey + )) + + if(!query_replace_token.warn_execute()) + to_chat(usr, span_warning("Ошибка записи токена в БД! Обратитесь к администрации.")) + log_debug("link_discord_account: failed db update discord_id for ckey [ckey]") + qdel(query_replace_token) + return + + qdel(query_replace_token) + to_chat(usr, chat_box_notice(span_darkmblue("Для завершения, вставьте это:
") + span_good("/привязать token:[token]") + span_darkmblue("
В канал #paradise-бот в Discord-сообществе!
") + span_notice("
Чтобы канал открылся, вам необходимо перейти в #выбор-роли и получить роль 'Space Station 13 Paradise'."))) + +/mob/new_player/Topic(href, href_list) + if(src != usr) + return + + if(!client) + return + + if(href_list["observe"] || href_list["ready"] || href_list["late_join"]) + if(GLOB.configuration.database.enabled && GLOB.configuration.ss220_misc.force_discord_verification) + if(!client.prefs.discord_id || !(client.prefs.get_discord_id() && client.prefs.discord_id)) + to_chat(usr, chat_box_red(span_danger("Вам необходимо привязать дискорд-профиль к аккаунту!
") + span_warning("
Перейдите во вкладку 'Special Verbs', она справа сверху, и нажмите 'Привязка Discord' для получения инструкций."))) + return FALSE + + . = ..() + +/datum/preferences/proc/get_discord_id() + . = TRUE + if(discord_id) + return + + var/datum/db_query/discord_query = SSdbcore.NewQuery("SELECT discord_id, valid FROM discord_links WHERE ckey=:ckey", list( + "ckey" = parent.ckey + )) + + if(!discord_query.warn_execute()) + qdel(discord_query) + return FALSE + + while(discord_query.NextRow()) + var/valid = discord_query.item[2] + if(valid) + discord_id = discord_query.item[1] + + qdel(discord_query) + +/datum/preferences/load_preferences(datum/db_query/query) + . = ..() + if(!.) + return + + return get_discord_id() diff --git a/modular_ss220/donor/_donor.dm b/modular_ss220/donor/_donor.dm new file mode 100644 index 000000000000..23cc7f5304a5 --- /dev/null +++ b/modular_ss220/donor/_donor.dm @@ -0,0 +1,4 @@ +/datum/modpack/donor + name = "Донат" + desc = "Поддержка старой системы донатов" + author = "furior" diff --git a/modular_ss220/donor/_donor.dme b/modular_ss220/donor/_donor.dme new file mode 100644 index 000000000000..be8999452cd0 --- /dev/null +++ b/modular_ss220/donor/_donor.dme @@ -0,0 +1,3 @@ +#include "_donor.dm" + +#include "code/client_procs.dm" diff --git a/modular_ss220/donor/code/client_procs.dm b/modular_ss220/donor/code/client_procs.dm new file mode 100644 index 000000000000..5c821f5cc1f5 --- /dev/null +++ b/modular_ss220/donor/code/client_procs.dm @@ -0,0 +1,118 @@ +#define MAX_SAVE_SLOTS_SS220 5 + + +/datum/client_login_processor/donator_check/proc/CheckAutoDonatorLevel(client/C) + var/static/list/ultimate_worker = list("Банда", "Братюня", "Сестрюня", "Главный Администратор", "Старший Администратор") + + var/static/list/big_worker = list("Администратор", "Старший Разработчик", "Разработчик", "Бригадир мапперов", "Маппер", "Администратор СС14") + + if(C.holder) + C.donator_level = (C.holder.rank in ultimate_worker) ? DONATOR_LEVEL_MAX : (C.holder.rank in big_worker) ? BIG_WORKER_TIER : LITTLE_WORKER_TIER + return + + var/is_wl = GLOB.configuration.overflow.reroute_cap == 0.5 ? TRUE : FALSE + + var/datum/db_query/rank_ckey_read = SSdbcore.NewQuery( + "SELECT admin_rank FROM [is_wl ? "admin" : "admin_wl"] WHERE ckey=:ckey", + list("ckey" = C.ckey), disable_replace = is_wl) + + if(!rank_ckey_read.warn_execute()) + qdel(rank_ckey_read) + return + + while(rank_ckey_read.NextRow()) + C.donator_level = (rank_ckey_read.item[1] in ultimate_worker) ? DONATOR_LEVEL_MAX : (rank_ckey_read.item[1] in big_worker) ? BIG_WORKER_TIER : LITTLE_WORKER_TIER + + qdel(rank_ckey_read) + +/datum/client_login_processor/donator_check/process_result(datum/db_query/Q, client/C) + if(IsGuestKey(C.ckey)) + return + + CheckAutoDonatorLevel(C) + + while(Q.NextRow()) + var/total = Q.item[1] + var/donator_level = 0 + switch(total) + if(220 to 439) + donator_level = 1 + if(440 to 999) + donator_level = 2 + if(1000 to 2219) + donator_level = 3 + if(2220 to 9999) + donator_level = 4 + if(10000 to INFINITY) + donator_level = DONATOR_LEVEL_MAX + + switch(C.donator_level) + if(LITTLE_WORKER_TIER) + C.donator_level = LITTLE_WORKER_TTS_LEVEL > donator_level ? C.donator_level : donator_level + if(BIG_WORKER_TIER) + C.donator_level = BIG_WORKER_TTS_LEVEL > donator_level ? C.donator_level : donator_level + else + C.donator_level = max(C.donator_level, donator_level) + + C.donor_loadout_points() + C.donor_character_slots() + +/datum/client_login_processor/donator_check/get_query(client/C) + var/datum/db_query/query = SSdbcore.NewQuery({" + SELECT CAST(SUM(amount) as UNSIGNED INTEGER) FROM budget + WHERE ckey=:ckey + AND is_valid=true + AND date_start <= NOW() + AND (NOW() < date_end OR date_end IS NULL) + GROUP BY ckey + "}, list("ckey" = C.ckey)) + + return query + +/client/donor_loadout_points() + if(!prefs) + return + + prefs.max_gear_slots = GLOB.configuration.general.base_loadout_points + + switch(donator_level) + if(1) + prefs.max_gear_slots += 2 + if(2) + prefs.max_gear_slots += 4 + if(3) + prefs.max_gear_slots += 8 + if(4) + prefs.max_gear_slots += 12 + if(5) + prefs.max_gear_slots += 16 + if(LITTLE_WORKER_TIER) + prefs.max_gear_slots += 1 + if(BIG_WORKER_TIER) + prefs.max_gear_slots += 5 + +/client/proc/donor_character_slots() + if(!prefs) + return + + prefs.max_save_slots = MAX_SAVE_SLOTS_SS220 + 5 * donator_level + + switch(donator_level) + if(LITTLE_WORKER_TIER) + prefs.max_save_slots = 7 + if(BIG_WORKER_TIER) + prefs.max_save_slots = 10 + + prefs.character_saves.len = prefs.max_save_slots + +#undef MAX_SAVE_SLOTS_SS220 + +/client/proc/is_donor_allowed(required_donator_level) + switch(donator_level) + if(LITTLE_WORKER_TIER) + if(required_donator_level > LITTLE_WORKER_LEVEL) + return FALSE + if(BIG_WORKER_TIER) + if(required_donator_level > BIG_WORKER_LEVEL) + return FALSE + return required_donator_level <= donator_level diff --git a/modular_ss220/emotes/_emotes.dm b/modular_ss220/emotes/_emotes.dm new file mode 100644 index 000000000000..3b599c981128 --- /dev/null +++ b/modular_ss220/emotes/_emotes.dm @@ -0,0 +1,4 @@ +/datum/modpack/emotes + name = "Панель эмоций" + desc = "Добавляет панель эмоций в меню. Добавляет опциональное ТГУИ меню эмоций в IC. Добавляет новые эмоции." + author = "furior, larentoun, Aylong, PhantomRU, BR54FF, Dekupich" diff --git a/modular_ss220/emotes/_emotes.dme b/modular_ss220/emotes/_emotes.dme new file mode 100644 index 000000000000..8337a6c7c64a --- /dev/null +++ b/modular_ss220/emotes/_emotes.dme @@ -0,0 +1,15 @@ +#include "_emotes.dm" + +#include "code/exercise/exercises/exercise.dm" +#include "code/exercise/exercises/pushup.dm" +#include "code/exercise/exercises/squat.dm" +#include "code/exercise/exercise_animation.dm" +#include "code/exercise/exercise_datum.dm" +#include "code/exercise/exercise_emotes.dm" +#include "code/emote_names.dm" +#include "code/emote_panel.dm" +#include "code/emote.dm" +#include "code/emote_verbs.dm" +#include "code/human_mob.dm" +#include "code/species.dm" +#include "code/racial_emotes.dm" diff --git a/modular_ss220/emotes/audio/bark.ogg b/modular_ss220/emotes/audio/bark.ogg new file mode 100644 index 000000000000..62a8535b628c Binary files /dev/null and b/modular_ss220/emotes/audio/bark.ogg differ diff --git a/modular_ss220/emotes/audio/claps/clap1.ogg b/modular_ss220/emotes/audio/claps/clap1.ogg new file mode 100644 index 000000000000..e2f23e34c480 Binary files /dev/null and b/modular_ss220/emotes/audio/claps/clap1.ogg differ diff --git a/modular_ss220/emotes/audio/claps/clap2.ogg b/modular_ss220/emotes/audio/claps/clap2.ogg new file mode 100644 index 000000000000..7ff8e50c192e Binary files /dev/null and b/modular_ss220/emotes/audio/claps/clap2.ogg differ diff --git a/modular_ss220/emotes/audio/claps/clap3.ogg b/modular_ss220/emotes/audio/claps/clap3.ogg new file mode 100644 index 000000000000..17b69b3971d4 Binary files /dev/null and b/modular_ss220/emotes/audio/claps/clap3.ogg differ diff --git a/modular_ss220/emotes/audio/claps/clap_low.ogg b/modular_ss220/emotes/audio/claps/clap_low.ogg new file mode 100644 index 000000000000..5a93d792ab7f Binary files /dev/null and b/modular_ss220/emotes/audio/claps/clap_low.ogg differ diff --git a/modular_ss220/emotes/audio/fart.ogg b/modular_ss220/emotes/audio/fart.ogg new file mode 100644 index 000000000000..ea1370160f97 Binary files /dev/null and b/modular_ss220/emotes/audio/fart.ogg differ diff --git a/modular_ss220/emotes/audio/female/choke_female_1.ogg b/modular_ss220/emotes/audio/female/choke_female_1.ogg new file mode 100644 index 000000000000..f33b775fd34e Binary files /dev/null and b/modular_ss220/emotes/audio/female/choke_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/choke_female_2.ogg b/modular_ss220/emotes/audio/female/choke_female_2.ogg new file mode 100644 index 000000000000..8bd7f74cfddc Binary files /dev/null and b/modular_ss220/emotes/audio/female/choke_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/choke_female_3.ogg b/modular_ss220/emotes/audio/female/choke_female_3.ogg new file mode 100644 index 000000000000..444b6688a481 Binary files /dev/null and b/modular_ss220/emotes/audio/female/choke_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/female/cough_female_1.ogg b/modular_ss220/emotes/audio/female/cough_female_1.ogg new file mode 100644 index 000000000000..1888efa17d34 Binary files /dev/null and b/modular_ss220/emotes/audio/female/cough_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/cough_female_2.ogg b/modular_ss220/emotes/audio/female/cough_female_2.ogg new file mode 100644 index 000000000000..cb2b32437d02 Binary files /dev/null and b/modular_ss220/emotes/audio/female/cough_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/cough_female_3.ogg b/modular_ss220/emotes/audio/female/cough_female_3.ogg new file mode 100644 index 000000000000..f04e2800af2e Binary files /dev/null and b/modular_ss220/emotes/audio/female/cough_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/female/cry_female_1.ogg b/modular_ss220/emotes/audio/female/cry_female_1.ogg new file mode 100644 index 000000000000..1b415ea46a07 Binary files /dev/null and b/modular_ss220/emotes/audio/female/cry_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/cry_female_2.ogg b/modular_ss220/emotes/audio/female/cry_female_2.ogg new file mode 100644 index 000000000000..95eea1260a51 Binary files /dev/null and b/modular_ss220/emotes/audio/female/cry_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/cry_female_3.ogg b/modular_ss220/emotes/audio/female/cry_female_3.ogg new file mode 100644 index 000000000000..97b190d7994c Binary files /dev/null and b/modular_ss220/emotes/audio/female/cry_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/female/gasp_female_1.ogg b/modular_ss220/emotes/audio/female/gasp_female_1.ogg new file mode 100644 index 000000000000..5161bb364099 Binary files /dev/null and b/modular_ss220/emotes/audio/female/gasp_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/gasp_female_2.ogg b/modular_ss220/emotes/audio/female/gasp_female_2.ogg new file mode 100644 index 000000000000..d9fc6919074d Binary files /dev/null and b/modular_ss220/emotes/audio/female/gasp_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/gasp_female_3.ogg b/modular_ss220/emotes/audio/female/gasp_female_3.ogg new file mode 100644 index 000000000000..5b39f41333c8 Binary files /dev/null and b/modular_ss220/emotes/audio/female/gasp_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/female/gasp_female_4.ogg b/modular_ss220/emotes/audio/female/gasp_female_4.ogg new file mode 100644 index 000000000000..9d31687aa998 Binary files /dev/null and b/modular_ss220/emotes/audio/female/gasp_female_4.ogg differ diff --git a/modular_ss220/emotes/audio/female/gasp_female_5.ogg b/modular_ss220/emotes/audio/female/gasp_female_5.ogg new file mode 100644 index 000000000000..55509359c85f Binary files /dev/null and b/modular_ss220/emotes/audio/female/gasp_female_5.ogg differ diff --git a/modular_ss220/emotes/audio/female/gasp_female_6.ogg b/modular_ss220/emotes/audio/female/gasp_female_6.ogg new file mode 100644 index 000000000000..02b61deef29c Binary files /dev/null and b/modular_ss220/emotes/audio/female/gasp_female_6.ogg differ diff --git a/modular_ss220/emotes/audio/female/gasp_female_7.ogg b/modular_ss220/emotes/audio/female/gasp_female_7.ogg new file mode 100644 index 000000000000..48beb4ab30d7 Binary files /dev/null and b/modular_ss220/emotes/audio/female/gasp_female_7.ogg differ diff --git a/modular_ss220/emotes/audio/female/giggle_female_1.ogg b/modular_ss220/emotes/audio/female/giggle_female_1.ogg new file mode 100644 index 000000000000..73945321891b Binary files /dev/null and b/modular_ss220/emotes/audio/female/giggle_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/giggle_female_2.ogg b/modular_ss220/emotes/audio/female/giggle_female_2.ogg new file mode 100644 index 000000000000..953450e66a4e Binary files /dev/null and b/modular_ss220/emotes/audio/female/giggle_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/giggle_female_3.ogg b/modular_ss220/emotes/audio/female/giggle_female_3.ogg new file mode 100644 index 000000000000..bd1e99de7690 Binary files /dev/null and b/modular_ss220/emotes/audio/female/giggle_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/female/giggle_female_4.ogg b/modular_ss220/emotes/audio/female/giggle_female_4.ogg new file mode 100644 index 000000000000..057a842adcbc Binary files /dev/null and b/modular_ss220/emotes/audio/female/giggle_female_4.ogg differ diff --git a/modular_ss220/emotes/audio/female/laugh_female_1.ogg b/modular_ss220/emotes/audio/female/laugh_female_1.ogg new file mode 100644 index 000000000000..b4b464bb685c Binary files /dev/null and b/modular_ss220/emotes/audio/female/laugh_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/laugh_female_2.ogg b/modular_ss220/emotes/audio/female/laugh_female_2.ogg new file mode 100644 index 000000000000..3124eaf055cd Binary files /dev/null and b/modular_ss220/emotes/audio/female/laugh_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/laugh_female_3.ogg b/modular_ss220/emotes/audio/female/laugh_female_3.ogg new file mode 100644 index 000000000000..ed80538fa085 Binary files /dev/null and b/modular_ss220/emotes/audio/female/laugh_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/female/moan_female_1.ogg b/modular_ss220/emotes/audio/female/moan_female_1.ogg new file mode 100644 index 000000000000..dcbac9ae6579 Binary files /dev/null and b/modular_ss220/emotes/audio/female/moan_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/moan_female_2.ogg b/modular_ss220/emotes/audio/female/moan_female_2.ogg new file mode 100644 index 000000000000..88a1bf62b93d Binary files /dev/null and b/modular_ss220/emotes/audio/female/moan_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/moan_female_3.ogg b/modular_ss220/emotes/audio/female/moan_female_3.ogg new file mode 100644 index 000000000000..f283acbcac70 Binary files /dev/null and b/modular_ss220/emotes/audio/female/moan_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/female/sigh_female.ogg b/modular_ss220/emotes/audio/female/sigh_female.ogg new file mode 100644 index 000000000000..d72c206cc306 Binary files /dev/null and b/modular_ss220/emotes/audio/female/sigh_female.ogg differ diff --git a/modular_ss220/emotes/audio/female/sneeze_female.ogg b/modular_ss220/emotes/audio/female/sneeze_female.ogg new file mode 100644 index 000000000000..4324415599a2 Binary files /dev/null and b/modular_ss220/emotes/audio/female/sneeze_female.ogg differ diff --git a/modular_ss220/emotes/audio/female/sniff_female.ogg b/modular_ss220/emotes/audio/female/sniff_female.ogg new file mode 100644 index 000000000000..6f4ce34b0b89 Binary files /dev/null and b/modular_ss220/emotes/audio/female/sniff_female.ogg differ diff --git a/modular_ss220/emotes/audio/female/yawn_female_1.ogg b/modular_ss220/emotes/audio/female/yawn_female_1.ogg new file mode 100644 index 000000000000..548be96b76e1 Binary files /dev/null and b/modular_ss220/emotes/audio/female/yawn_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/female/yawn_female_2.ogg b/modular_ss220/emotes/audio/female/yawn_female_2.ogg new file mode 100644 index 000000000000..67b15056728e Binary files /dev/null and b/modular_ss220/emotes/audio/female/yawn_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/female/yawn_female_3.ogg b/modular_ss220/emotes/audio/female/yawn_female_3.ogg new file mode 100644 index 000000000000..12d42db2440e Binary files /dev/null and b/modular_ss220/emotes/audio/female/yawn_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/cough_kidan.ogg b/modular_ss220/emotes/audio/kidan/cough_kidan.ogg new file mode 100644 index 000000000000..fcb41df9b3a4 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/cough_kidan.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/cry_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/cry_kidan_1.ogg new file mode 100644 index 000000000000..09baca1e8ce6 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/cry_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/cry_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/cry_kidan_2.ogg new file mode 100644 index 000000000000..545c7cb3dd86 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/cry_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/deathsound_kidan.ogg b/modular_ss220/emotes/audio/kidan/deathsound_kidan.ogg new file mode 100644 index 000000000000..373ab0bee75b Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/deathsound_kidan.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_1.ogg new file mode 100644 index 000000000000..78de7bd6b5ca Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_2.ogg new file mode 100644 index 000000000000..3a77eaa0ce1d Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_3.ogg b/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_3.ogg new file mode 100644 index 000000000000..0b691233e365 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/dying_gasp_kidan_3.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/giggle_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/giggle_kidan_1.ogg new file mode 100644 index 000000000000..960be0b59185 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/giggle_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/giggle_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/giggle_kidan_2.ogg new file mode 100644 index 000000000000..e0a75f3fe65b Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/giggle_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/laugh_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/laugh_kidan_1.ogg new file mode 100644 index 000000000000..8266231e230e Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/laugh_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/laugh_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/laugh_kidan_2.ogg new file mode 100644 index 000000000000..675b84222e26 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/laugh_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/laugh_kidan_3.ogg b/modular_ss220/emotes/audio/kidan/laugh_kidan_3.ogg new file mode 100644 index 000000000000..dfdd8278f602 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/laugh_kidan_3.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/laugh_kidan_4.ogg b/modular_ss220/emotes/audio/kidan/laugh_kidan_4.ogg new file mode 100644 index 000000000000..93d39af1f80d Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/laugh_kidan_4.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/moan_kidan.ogg b/modular_ss220/emotes/audio/kidan/moan_kidan.ogg new file mode 100644 index 000000000000..a6a05d070070 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/moan_kidan.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/scream_kidan.ogg b/modular_ss220/emotes/audio/kidan/scream_kidan.ogg new file mode 100644 index 000000000000..20a361186586 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/scream_kidan.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/sigh_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/sigh_kidan_1.ogg new file mode 100644 index 000000000000..bfb2b091e63c Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/sigh_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/sigh_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/sigh_kidan_2.ogg new file mode 100644 index 000000000000..92326e36924b Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/sigh_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/sneeze_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/sneeze_kidan_1.ogg new file mode 100644 index 000000000000..068c8deffb42 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/sneeze_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/sneeze_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/sneeze_kidan_2.ogg new file mode 100644 index 000000000000..76e8bd363fb7 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/sneeze_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/sneeze_kidan_3.ogg b/modular_ss220/emotes/audio/kidan/sneeze_kidan_3.ogg new file mode 100644 index 000000000000..5970e47646b4 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/sneeze_kidan_3.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/talk_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/talk_kidan_1.ogg new file mode 100644 index 000000000000..3ce623ec34cb Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/talk_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/talk_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/talk_kidan_2.ogg new file mode 100644 index 000000000000..42b76478a95a Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/talk_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/talk_kidan_3.ogg b/modular_ss220/emotes/audio/kidan/talk_kidan_3.ogg new file mode 100644 index 000000000000..2d851bddb839 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/talk_kidan_3.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/waves_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/waves_kidan_1.ogg new file mode 100644 index 000000000000..1a51d0baee21 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/waves_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/waves_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/waves_kidan_2.ogg new file mode 100644 index 000000000000..baac80f59e03 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/waves_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/wiggles_kidan_1.ogg b/modular_ss220/emotes/audio/kidan/wiggles_kidan_1.ogg new file mode 100644 index 000000000000..b89b6c11f829 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/wiggles_kidan_1.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/wiggles_kidan_2.ogg b/modular_ss220/emotes/audio/kidan/wiggles_kidan_2.ogg new file mode 100644 index 000000000000..434d8cf6c4d1 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/wiggles_kidan_2.ogg differ diff --git a/modular_ss220/emotes/audio/kidan/wiggles_kidan_3.ogg b/modular_ss220/emotes/audio/kidan/wiggles_kidan_3.ogg new file mode 100644 index 000000000000..e68bc71799b7 Binary files /dev/null and b/modular_ss220/emotes/audio/kidan/wiggles_kidan_3.ogg differ diff --git a/modular_ss220/emotes/audio/male/choke_male_1.ogg b/modular_ss220/emotes/audio/male/choke_male_1.ogg new file mode 100644 index 000000000000..e0ddde118f3a Binary files /dev/null and b/modular_ss220/emotes/audio/male/choke_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/choke_male_2.ogg b/modular_ss220/emotes/audio/male/choke_male_2.ogg new file mode 100644 index 000000000000..8e7ef3734d80 Binary files /dev/null and b/modular_ss220/emotes/audio/male/choke_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/male/choke_male_3.ogg b/modular_ss220/emotes/audio/male/choke_male_3.ogg new file mode 100644 index 000000000000..546ba45bff0f Binary files /dev/null and b/modular_ss220/emotes/audio/male/choke_male_3.ogg differ diff --git a/modular_ss220/emotes/audio/male/cough_male_1.ogg b/modular_ss220/emotes/audio/male/cough_male_1.ogg new file mode 100644 index 000000000000..146beefdf873 Binary files /dev/null and b/modular_ss220/emotes/audio/male/cough_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/cough_male_2.ogg b/modular_ss220/emotes/audio/male/cough_male_2.ogg new file mode 100644 index 000000000000..745fb50e19c4 Binary files /dev/null and b/modular_ss220/emotes/audio/male/cough_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/male/cough_male_3.ogg b/modular_ss220/emotes/audio/male/cough_male_3.ogg new file mode 100644 index 000000000000..abfe70d27690 Binary files /dev/null and b/modular_ss220/emotes/audio/male/cough_male_3.ogg differ diff --git a/modular_ss220/emotes/audio/male/cry_male_1.ogg b/modular_ss220/emotes/audio/male/cry_male_1.ogg new file mode 100644 index 000000000000..6d4e35be168f Binary files /dev/null and b/modular_ss220/emotes/audio/male/cry_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/cry_male_2.ogg b/modular_ss220/emotes/audio/male/cry_male_2.ogg new file mode 100644 index 000000000000..b0437d3d9383 Binary files /dev/null and b/modular_ss220/emotes/audio/male/cry_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/male/gasp_male_1.ogg b/modular_ss220/emotes/audio/male/gasp_male_1.ogg new file mode 100644 index 000000000000..5ce88dde766f Binary files /dev/null and b/modular_ss220/emotes/audio/male/gasp_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/gasp_male_2.ogg b/modular_ss220/emotes/audio/male/gasp_male_2.ogg new file mode 100644 index 000000000000..df311e2698e1 Binary files /dev/null and b/modular_ss220/emotes/audio/male/gasp_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/male/gasp_male_3.ogg b/modular_ss220/emotes/audio/male/gasp_male_3.ogg new file mode 100644 index 000000000000..5614ae1b5735 Binary files /dev/null and b/modular_ss220/emotes/audio/male/gasp_male_3.ogg differ diff --git a/modular_ss220/emotes/audio/male/gasp_male_4.ogg b/modular_ss220/emotes/audio/male/gasp_male_4.ogg new file mode 100644 index 000000000000..3d29b276d22d Binary files /dev/null and b/modular_ss220/emotes/audio/male/gasp_male_4.ogg differ diff --git a/modular_ss220/emotes/audio/male/gasp_male_5.ogg b/modular_ss220/emotes/audio/male/gasp_male_5.ogg new file mode 100644 index 000000000000..6cbc4001bfd7 Binary files /dev/null and b/modular_ss220/emotes/audio/male/gasp_male_5.ogg differ diff --git a/modular_ss220/emotes/audio/male/gasp_male_6.ogg b/modular_ss220/emotes/audio/male/gasp_male_6.ogg new file mode 100644 index 000000000000..a2417066a1fd Binary files /dev/null and b/modular_ss220/emotes/audio/male/gasp_male_6.ogg differ diff --git a/modular_ss220/emotes/audio/male/gasp_male_7.ogg b/modular_ss220/emotes/audio/male/gasp_male_7.ogg new file mode 100644 index 000000000000..84059f30c441 Binary files /dev/null and b/modular_ss220/emotes/audio/male/gasp_male_7.ogg differ diff --git a/modular_ss220/emotes/audio/male/giggle_male_1.ogg b/modular_ss220/emotes/audio/male/giggle_male_1.ogg new file mode 100644 index 000000000000..06eb4abdfef7 Binary files /dev/null and b/modular_ss220/emotes/audio/male/giggle_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/giggle_male_2.ogg b/modular_ss220/emotes/audio/male/giggle_male_2.ogg new file mode 100644 index 000000000000..befb7665723a Binary files /dev/null and b/modular_ss220/emotes/audio/male/giggle_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/male/laugh_male_1.ogg b/modular_ss220/emotes/audio/male/laugh_male_1.ogg new file mode 100644 index 000000000000..6b4f906ffe09 Binary files /dev/null and b/modular_ss220/emotes/audio/male/laugh_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/laugh_male_2.ogg b/modular_ss220/emotes/audio/male/laugh_male_2.ogg new file mode 100644 index 000000000000..4033e04eac3b Binary files /dev/null and b/modular_ss220/emotes/audio/male/laugh_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/male/laugh_male_3.ogg b/modular_ss220/emotes/audio/male/laugh_male_3.ogg new file mode 100644 index 000000000000..dba2e80c257f Binary files /dev/null and b/modular_ss220/emotes/audio/male/laugh_male_3.ogg differ diff --git a/modular_ss220/emotes/audio/male/moan_male_1.ogg b/modular_ss220/emotes/audio/male/moan_male_1.ogg new file mode 100644 index 000000000000..59cc27914305 Binary files /dev/null and b/modular_ss220/emotes/audio/male/moan_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/moan_male_2.ogg b/modular_ss220/emotes/audio/male/moan_male_2.ogg new file mode 100644 index 000000000000..82a021b0a945 Binary files /dev/null and b/modular_ss220/emotes/audio/male/moan_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/male/moan_male_3.ogg b/modular_ss220/emotes/audio/male/moan_male_3.ogg new file mode 100644 index 000000000000..78e8eb9c8f66 Binary files /dev/null and b/modular_ss220/emotes/audio/male/moan_male_3.ogg differ diff --git a/modular_ss220/emotes/audio/male/sigh_male.ogg b/modular_ss220/emotes/audio/male/sigh_male.ogg new file mode 100644 index 000000000000..1590bcdee605 Binary files /dev/null and b/modular_ss220/emotes/audio/male/sigh_male.ogg differ diff --git a/modular_ss220/emotes/audio/male/sniff_male.ogg b/modular_ss220/emotes/audio/male/sniff_male.ogg new file mode 100644 index 000000000000..d4b9ddf6cedb Binary files /dev/null and b/modular_ss220/emotes/audio/male/sniff_male.ogg differ diff --git a/modular_ss220/emotes/audio/male/yawn_male_1.ogg b/modular_ss220/emotes/audio/male/yawn_male_1.ogg new file mode 100644 index 000000000000..193f59874584 Binary files /dev/null and b/modular_ss220/emotes/audio/male/yawn_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/male/yawn_male_2.ogg b/modular_ss220/emotes/audio/male/yawn_male_2.ogg new file mode 100644 index 000000000000..4064029e1e34 Binary files /dev/null and b/modular_ss220/emotes/audio/male/yawn_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/moth/moth_chitter.ogg b/modular_ss220/emotes/audio/moth/moth_chitter.ogg new file mode 100644 index 000000000000..842bcf8e533d Binary files /dev/null and b/modular_ss220/emotes/audio/moth/moth_chitter.ogg differ diff --git a/modular_ss220/emotes/audio/moth/moth_cough.ogg b/modular_ss220/emotes/audio/moth/moth_cough.ogg new file mode 100644 index 000000000000..6222e84f6faf Binary files /dev/null and b/modular_ss220/emotes/audio/moth/moth_cough.ogg differ diff --git a/modular_ss220/emotes/audio/moth/moth_laugh.ogg b/modular_ss220/emotes/audio/moth/moth_laugh.ogg new file mode 100644 index 000000000000..391d6c5aefe2 Binary files /dev/null and b/modular_ss220/emotes/audio/moth/moth_laugh.ogg differ diff --git a/modular_ss220/emotes/audio/moth/moth_scream.ogg b/modular_ss220/emotes/audio/moth/moth_scream.ogg new file mode 100644 index 000000000000..482086fb630d Binary files /dev/null and b/modular_ss220/emotes/audio/moth/moth_scream.ogg differ diff --git a/modular_ss220/emotes/audio/moth/moth_sneeze.ogg b/modular_ss220/emotes/audio/moth/moth_sneeze.ogg new file mode 100644 index 000000000000..c5ac979aed11 Binary files /dev/null and b/modular_ss220/emotes/audio/moth/moth_sneeze.ogg differ diff --git a/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_1.ogg b/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_1.ogg new file mode 100644 index 000000000000..4cfc6ae65e6f Binary files /dev/null and b/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_1.ogg differ diff --git a/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_2.ogg b/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_2.ogg new file mode 100644 index 000000000000..00ae761a239e Binary files /dev/null and b/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_2.ogg differ diff --git a/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_3.ogg b/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_3.ogg new file mode 100644 index 000000000000..3868149c8e56 Binary files /dev/null and b/modular_ss220/emotes/audio/plasmaman/scream_plasmaman_3.ogg differ diff --git a/modular_ss220/emotes/audio/scream_jelly.ogg b/modular_ss220/emotes/audio/scream_jelly.ogg new file mode 100644 index 000000000000..97fb7e3c68e8 Binary files /dev/null and b/modular_ss220/emotes/audio/scream_jelly.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/anger_1.ogg b/modular_ss220/emotes/audio/skrell/anger_1.ogg new file mode 100644 index 000000000000..41f436d3540a Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/anger_1.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/anger_2.ogg b/modular_ss220/emotes/audio/skrell/anger_2.ogg new file mode 100644 index 000000000000..59b7d71d05c0 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/anger_2.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/credit.txt b/modular_ss220/emotes/audio/skrell/credit.txt new file mode 100644 index 000000000000..b99f5b367010 --- /dev/null +++ b/modular_ss220/emotes/audio/skrell/credit.txt @@ -0,0 +1,14 @@ +anger_1.ogg +CC4-BY-NC https://freesound.org/people/BiancaBothaPure/sounds/365671/ + +anger_2.ogg +CC0 https://freesound.org/people/BaDoink/sounds/522731/ + +warble_1.ogg +CC4-BY https://freesound.org/people/JPBILLINGSLEYJR/sounds/469364/ + +warble_2.ogg +CC0 https://freesound.org/people/D.jones/sounds/527846/ + +croak_1.ogg, croak_2.ogg, croak_3.ogg +CC4-BY https://freesound.org/people/juskiddink/sounds/99644/ diff --git a/modular_ss220/emotes/audio/skrell/croak_1.ogg b/modular_ss220/emotes/audio/skrell/croak_1.ogg new file mode 100644 index 000000000000..a680fc29dbc8 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/croak_1.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/croak_2.ogg b/modular_ss220/emotes/audio/skrell/croak_2.ogg new file mode 100644 index 000000000000..2fbeb76a090f Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/croak_2.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/croak_3.ogg b/modular_ss220/emotes/audio/skrell/croak_3.ogg new file mode 100644 index 000000000000..f4a5966382d9 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/croak_3.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/giggle_female_1.ogg b/modular_ss220/emotes/audio/skrell/giggle_female_1.ogg new file mode 100644 index 000000000000..1ea51a20362b Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/giggle_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/giggle_male_1.ogg b/modular_ss220/emotes/audio/skrell/giggle_male_1.ogg new file mode 100644 index 000000000000..1b6e69ff0cf5 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/giggle_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/laugh_female_1.ogg b/modular_ss220/emotes/audio/skrell/laugh_female_1.ogg new file mode 100644 index 000000000000..5a11708fa835 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/laugh_female_1.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/laugh_female_2.ogg b/modular_ss220/emotes/audio/skrell/laugh_female_2.ogg new file mode 100644 index 000000000000..6357b3e56099 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/laugh_female_2.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/laugh_female_3.ogg b/modular_ss220/emotes/audio/skrell/laugh_female_3.ogg new file mode 100644 index 000000000000..ca69d95a8d8d Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/laugh_female_3.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/laugh_male_1.ogg b/modular_ss220/emotes/audio/skrell/laugh_male_1.ogg new file mode 100644 index 000000000000..384f8a797e92 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/laugh_male_1.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/laugh_male_2.ogg b/modular_ss220/emotes/audio/skrell/laugh_male_2.ogg new file mode 100644 index 000000000000..8087bdcdbd02 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/laugh_male_2.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/laugh_male_3.ogg b/modular_ss220/emotes/audio/skrell/laugh_male_3.ogg new file mode 100644 index 000000000000..2954bbcaa33f Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/laugh_male_3.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/warble_1.ogg b/modular_ss220/emotes/audio/skrell/warble_1.ogg new file mode 100644 index 000000000000..120353048579 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/warble_1.ogg differ diff --git a/modular_ss220/emotes/audio/skrell/warble_2.ogg b/modular_ss220/emotes/audio/skrell/warble_2.ogg new file mode 100644 index 000000000000..3dc79ab0c454 Binary files /dev/null and b/modular_ss220/emotes/audio/skrell/warble_2.ogg differ diff --git a/modular_ss220/emotes/audio/snore_1.ogg b/modular_ss220/emotes/audio/snore_1.ogg new file mode 100644 index 000000000000..f1afa4ecccab Binary files /dev/null and b/modular_ss220/emotes/audio/snore_1.ogg differ diff --git a/modular_ss220/emotes/audio/snore_2.ogg b/modular_ss220/emotes/audio/snore_2.ogg new file mode 100644 index 000000000000..97b4b7a99cf5 Binary files /dev/null and b/modular_ss220/emotes/audio/snore_2.ogg differ diff --git a/modular_ss220/emotes/audio/snore_3.ogg b/modular_ss220/emotes/audio/snore_3.ogg new file mode 100644 index 000000000000..b95e4603cc11 Binary files /dev/null and b/modular_ss220/emotes/audio/snore_3.ogg differ diff --git a/modular_ss220/emotes/audio/snore_4.ogg b/modular_ss220/emotes/audio/snore_4.ogg new file mode 100644 index 000000000000..4e867039ea71 Binary files /dev/null and b/modular_ss220/emotes/audio/snore_4.ogg differ diff --git a/modular_ss220/emotes/audio/snore_5.ogg b/modular_ss220/emotes/audio/snore_5.ogg new file mode 100644 index 000000000000..8c0a300acd26 Binary files /dev/null and b/modular_ss220/emotes/audio/snore_5.ogg differ diff --git a/modular_ss220/emotes/audio/snore_6.ogg b/modular_ss220/emotes/audio/snore_6.ogg new file mode 100644 index 000000000000..bddccff92491 Binary files /dev/null and b/modular_ss220/emotes/audio/snore_6.ogg differ diff --git a/modular_ss220/emotes/audio/snore_7.ogg b/modular_ss220/emotes/audio/snore_7.ogg new file mode 100644 index 000000000000..7bfe7ca8b6b4 Binary files /dev/null and b/modular_ss220/emotes/audio/snore_7.ogg differ diff --git a/modular_ss220/emotes/audio/tajaran/annoyed_meow_tajaran.ogg b/modular_ss220/emotes/audio/tajaran/annoyed_meow_tajaran.ogg new file mode 100644 index 000000000000..add32db8d9c7 Binary files /dev/null and b/modular_ss220/emotes/audio/tajaran/annoyed_meow_tajaran.ogg differ diff --git a/modular_ss220/emotes/audio/tajaran/hiss_tajaran.ogg b/modular_ss220/emotes/audio/tajaran/hiss_tajaran.ogg new file mode 100644 index 000000000000..8a14458ad24e Binary files /dev/null and b/modular_ss220/emotes/audio/tajaran/hiss_tajaran.ogg differ diff --git a/modular_ss220/emotes/audio/tajaran/meow_tajaran.ogg b/modular_ss220/emotes/audio/tajaran/meow_tajaran.ogg new file mode 100644 index 000000000000..3dcccca7de7c Binary files /dev/null and b/modular_ss220/emotes/audio/tajaran/meow_tajaran.ogg differ diff --git a/modular_ss220/emotes/audio/tajaran/purr_tajaran.ogg b/modular_ss220/emotes/audio/tajaran/purr_tajaran.ogg new file mode 100644 index 000000000000..1125cb2bbd71 Binary files /dev/null and b/modular_ss220/emotes/audio/tajaran/purr_tajaran.ogg differ diff --git a/modular_ss220/emotes/audio/tajaran/purr_tajaran_long.ogg b/modular_ss220/emotes/audio/tajaran/purr_tajaran_long.ogg new file mode 100644 index 000000000000..c74b845250d0 Binary files /dev/null and b/modular_ss220/emotes/audio/tajaran/purr_tajaran_long.ogg differ diff --git a/modular_ss220/emotes/audio/tajaran/scream_tajaran.ogg b/modular_ss220/emotes/audio/tajaran/scream_tajaran.ogg new file mode 100644 index 000000000000..a9f3be40ddd8 Binary files /dev/null and b/modular_ss220/emotes/audio/tajaran/scream_tajaran.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/deathsound_unathi.ogg b/modular_ss220/emotes/audio/unathi/deathsound_unathi.ogg new file mode 100644 index 000000000000..6fe30f0f1f9f Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/deathsound_unathi.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/roar_unathi_1.ogg b/modular_ss220/emotes/audio/unathi/roar_unathi_1.ogg new file mode 100644 index 000000000000..f286ebd35e09 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/roar_unathi_1.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/roar_unathi_2.ogg b/modular_ss220/emotes/audio/unathi/roar_unathi_2.ogg new file mode 100644 index 000000000000..1674bb756eba Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/roar_unathi_2.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/roar_unathi_3.ogg b/modular_ss220/emotes/audio/unathi/roar_unathi_3.ogg new file mode 100644 index 000000000000..24d212007b40 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/roar_unathi_3.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/rumble_unathi_1.ogg b/modular_ss220/emotes/audio/unathi/rumble_unathi_1.ogg new file mode 100644 index 000000000000..f9e218f2ce72 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/rumble_unathi_1.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/rumble_unathi_2.ogg b/modular_ss220/emotes/audio/unathi/rumble_unathi_2.ogg new file mode 100644 index 000000000000..18e353878f9b Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/rumble_unathi_2.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/scream_female.ogg b/modular_ss220/emotes/audio/unathi/scream_female.ogg new file mode 100644 index 000000000000..a8a8fb45ce8d Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/scream_female.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/scream_male.ogg b/modular_ss220/emotes/audio/unathi/scream_male.ogg new file mode 100644 index 000000000000..30255bf49c4f Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/scream_male.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/sneeze_female.ogg b/modular_ss220/emotes/audio/unathi/sneeze_female.ogg new file mode 100644 index 000000000000..cb62b78dea96 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/sneeze_female.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/sneeze_male.ogg b/modular_ss220/emotes/audio/unathi/sneeze_male.ogg new file mode 100644 index 000000000000..bc2cb785836f Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/sneeze_male.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/talk_unathi_1.ogg b/modular_ss220/emotes/audio/unathi/talk_unathi_1.ogg new file mode 100644 index 000000000000..c48027b52ae1 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/talk_unathi_1.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/talk_unathi_2.ogg b/modular_ss220/emotes/audio/unathi/talk_unathi_2.ogg new file mode 100644 index 000000000000..3ee114f6ec86 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/talk_unathi_2.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/talk_unathi_3.ogg b/modular_ss220/emotes/audio/unathi/talk_unathi_3.ogg new file mode 100644 index 000000000000..64a494d0b0cc Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/talk_unathi_3.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/threat_unathi_1.ogg b/modular_ss220/emotes/audio/unathi/threat_unathi_1.ogg new file mode 100644 index 000000000000..e101bab110a0 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/threat_unathi_1.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/threat_unathi_2.ogg b/modular_ss220/emotes/audio/unathi/threat_unathi_2.ogg new file mode 100644 index 000000000000..9560561ba74e Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/threat_unathi_2.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/whip_short_unathi.ogg b/modular_ss220/emotes/audio/unathi/whip_short_unathi.ogg new file mode 100644 index 000000000000..1f0cf906d7f9 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/whip_short_unathi.ogg differ diff --git a/modular_ss220/emotes/audio/unathi/whip_unathi.ogg b/modular_ss220/emotes/audio/unathi/whip_unathi.ogg new file mode 100644 index 000000000000..27041906ba02 Binary files /dev/null and b/modular_ss220/emotes/audio/unathi/whip_unathi.ogg differ diff --git a/modular_ss220/emotes/audio/vulpkanin/purr.ogg b/modular_ss220/emotes/audio/vulpkanin/purr.ogg new file mode 100644 index 000000000000..529160920930 Binary files /dev/null and b/modular_ss220/emotes/audio/vulpkanin/purr.ogg differ diff --git a/modular_ss220/emotes/audio/wbark.ogg b/modular_ss220/emotes/audio/wbark.ogg new file mode 100644 index 000000000000..e37005eeb9ab Binary files /dev/null and b/modular_ss220/emotes/audio/wbark.ogg differ diff --git a/modular_ss220/emotes/audio/whistle.ogg b/modular_ss220/emotes/audio/whistle.ogg new file mode 100644 index 000000000000..e8c1a6c90f46 Binary files /dev/null and b/modular_ss220/emotes/audio/whistle.ogg differ diff --git a/modular_ss220/emotes/code/emote.dm b/modular_ss220/emotes/code/emote.dm new file mode 100644 index 000000000000..ab609d669df3 --- /dev/null +++ b/modular_ss220/emotes/code/emote.dm @@ -0,0 +1,459 @@ +/datum/emote + cooldown = 1.5 SECONDS + audio_cooldown = 3 SECONDS + +////////////////////// +/// Living Emotes /// +//////////////////// + +/datum/emote/living/dance + cooldown = 5 SECONDS + var/dance_time = 3 SECONDS + +/datum/emote/living/dance/run_emote(mob/living/user, params, type_override, intentional) + . = ..() + user.spin(dance_time, pick(0.1 SECONDS, 0.2 SECONDS)) + user.do_jitter_animation(rand(8 SECONDS, 16 SECONDS), dance_time / 4) + var/obj/structure/table/danced_on = locate() in user.loc + if(danced_on) + SEND_SIGNAL(danced_on, COMSIG_DANCED_ON, user) + + +/datum/emote/living/choke/get_sound(mob/living/user) + . = ..() + if(user.gender == FEMALE) + return pick( + "modular_ss220/emotes/audio/female/choke_female_1.ogg", + "modular_ss220/emotes/audio/female/choke_female_2.ogg", + "modular_ss220/emotes/audio/female/choke_female_3.ogg") + else + return pick( + "modular_ss220/emotes/audio/male/choke_male_1.ogg", + "modular_ss220/emotes/audio/male/choke_male_2.ogg", + "modular_ss220/emotes/audio/male/choke_male_3.ogg") + +/datum/emote/living/sigh/get_sound(mob/living/user) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + + if(H.gender == FEMALE) + return pick(H.dna.species.female_sigh_sound) + else + return pick(H.dna.species.male_sigh_sound) + +/datum/emote/living/sniff/get_sound(mob/living/user) + . = ..() + if(user.gender == FEMALE) + return "modular_ss220/emotes/audio/female/sniff_female.ogg" + else + return "modular_ss220/emotes/audio/male/sniff_male.ogg" + +/datum/emote/living/snore/get_sound(mob/living/user) + . = ..() + if(iscarbon(user)) + return pick( + 'modular_ss220/emotes/audio/snore_1.ogg', + 'modular_ss220/emotes/audio/snore_2.ogg', + 'modular_ss220/emotes/audio/snore_3.ogg', + 'modular_ss220/emotes/audio/snore_4.ogg', + 'modular_ss220/emotes/audio/snore_5.ogg', + 'modular_ss220/emotes/audio/snore_6.ogg', + 'modular_ss220/emotes/audio/snore_7.ogg') + +////////////////////// +/// Carbon Emotes /// +//////////////////// + +/datum/emote/living/carbon/moan/get_sound(mob/living/user) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + + if(H.gender == FEMALE) + return pick(H.dna.species.female_moan_sound) + else + return pick(H.dna.species.male_moan_sound) + +/datum/emote/living/carbon/giggle/get_sound(mob/living/user) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + + if(H.gender == FEMALE) + return pick(H.dna.species.female_giggle_sound) + else + return pick(H.dna.species.male_giggle_sound) + +/datum/emote/living/carbon/yawn/get_sound(mob/living/user) + . = ..() + if(user.gender == FEMALE) + return pick( + "modular_ss220/emotes/audio/female/yawn_female_1.ogg", + "modular_ss220/emotes/audio/female/yawn_female_2.ogg", + "modular_ss220/emotes/audio/female/yawn_female_3.ogg") + else + return pick( + "modular_ss220/emotes/audio/male/yawn_male_1.ogg", + "modular_ss220/emotes/audio/male/yawn_male_2.ogg") + +/datum/emote/living/carbon/laugh/get_sound(mob/living/user) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + + if(H.gender == FEMALE) + return pick(H.dna.species.female_laugh_sound) + else + return pick(H.dna.species.male_laugh_sound) + +///////////////////// +/// Human Emotes /// +/////////////////// + +/datum/emote/living/carbon/human/scream/select_message_type(mob/user, msg, intentional) + . = ..() + var/mob/living/carbon/human/H = user + if(H.dna.species?.scream_verb) + if(H.mind?.miming) + return "как будто [H.dna.species?.scream_verb]!" + else + return "[H.dna.species?.scream_verb]!" + +/datum/emote/living/carbon/human/scream/get_sound(mob/living/user) + var/mob/living/carbon/human/human = user + if(human.mind?.miming || !istype(human)) + return + if(human.gender == FEMALE) + return pick(human.dna.species.female_scream_sound) + return pick(human.dna.species.male_scream_sound) + +/datum/emote/living/carbon/human/gasp/get_sound(mob/user) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + + if(H.is_muzzled()) + // If you're muzzled you're not making noise + return + + if(H.health > 0) + if(H.gender == FEMALE) + return pick(H.dna.species.female_gasp_sound) + else + return pick(H.dna.species.gasp_sound) + + if(H.gender == FEMALE) + return pick(H.dna.species.female_dying_gasp_sounds) + else + return pick(H.dna.species.male_dying_gasp_sounds) + +/datum/emote/living/carbon/human/salute/get_sound(mob/living/user) + var/mob/living/carbon/human/H = user + if(!is_type_in_list(H.shoes, funny_shoes)) + return 'sound/effects/salute.ogg' + if(is_type_in_list(H.shoes, funny_shoes)) + return 'sound/items/toysqueak1.ogg' + +/datum/emote/living/carbon/human/cry/get_sound(mob/living/user) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + + if(H.gender == FEMALE) + return pick(H.dna.species.female_cry_sound) + else + return pick(H.dna.species.male_cry_sound) + +/datum/emote/living/carbon/human/sniff/get_sound(mob/living/user) + . = ..() + if(user.gender == FEMALE) + return "modular_ss220/emotes/audio/female/sniff_female.ogg" + else + return "modular_ss220/emotes/audio/male/sniff_male.ogg" + +/datum/emote/living/carbon/human/sneeze/get_sound(mob/user) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + + if(H.gender == FEMALE) + return pick(H.dna.species.female_sneeze_sound) + else + return pick(H.dna.species.male_sneeze_sound) + +/datum/emote/living/carbon/human/fart + vary = TRUE + muzzle_ignore = TRUE + only_forced_audio = TRUE + bypass_unintentional_cooldown = TRUE + sound = 'modular_ss220/emotes/audio/fart.ogg' + +///////////////////// +/// New Emotes /// +/////////////////// + +/datum/emote/living/carbon/human/whistle + key = "whistle" + key_third_person = "whistles" + message = "свистит." + message_param = "свистит на %t." + emote_type = EMOTE_AUDIBLE | EMOTE_MOUTH | EMOTE_VISIBLE + sound = "modular_ss220/emotes/audio/whistle.ogg" + +/datum/emote/living/carbon/human/snuffle + key = "snuffle" + key_third_person = "snuffles" + message = "нюхает." + message_param = "нюхает %t." + +/datum/emote/living/carbon/human/hem + key = "hem" + key_third_person = "hems" + message = "хмыкает." + message_param = "хмыкает %t." + +/datum/emote/living/carbon/human/scratch + key = "scratch" + key_third_person = "scratch" + message = "чешется." + message_param = "чешет %t." + +/datum/emote/living/carbon/human/roar + key = "roar" + key_third_person = "roar" + message = "рычит." + message_mime = "бесшумно рычит." + message_param = "рычит на %t." + species_type_whitelist_typecache = list(/datum/species/unathi) + volume = 50 + muzzled_noises = list("раздражённый") + emote_type = EMOTE_VISIBLE | EMOTE_MOUTH | EMOTE_AUDIBLE + age_based = TRUE + +/datum/emote/living/carbon/human/roar/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/unathi/roar_unathi_1.ogg', + 'modular_ss220/emotes/audio/unathi/roar_unathi_2.ogg', + 'modular_ss220/emotes/audio/unathi/roar_unathi_3.ogg') + +/datum/emote/living/carbon/human/rumble + key = "rumble" + key_third_person = "rumble" + message = "урчит." + message_param = "урчит на %t." + species_type_whitelist_typecache = list(/datum/species/unathi) + emote_type = EMOTE_VISIBLE | EMOTE_MOUTH | EMOTE_AUDIBLE + age_based = TRUE + volume = 50 + muzzled_noises = list("слабо урчащий") + +/datum/emote/living/carbon/human/rumble/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/unathi/rumble_unathi_1.ogg', + 'modular_ss220/emotes/audio/unathi/rumble_unathi_2.ogg') + +/datum/emote/living/carbon/human/threat + key = "threat" + key_third_person = "threat" + message = "угрожающе рычит." + message_param = "угрожающе рычит на %t." + species_type_whitelist_typecache = list(/datum/species/unathi) + emote_type = EMOTE_VISIBLE | EMOTE_MOUTH | EMOTE_AUDIBLE + age_based = TRUE + volume = 80 + muzzled_noises = list("очень раздражённый") + +/datum/emote/living/carbon/human/threat/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/unathi/threat_unathi_1.ogg', + 'modular_ss220/emotes/audio/unathi/threat_unathi_2.ogg') + +/datum/emote/living/carbon/human/purr + key = "purr" + key_third_person = "purr" + message = "мурчит." + message_param = "мурчит из-за %t." + species_type_whitelist_typecache = list(/datum/species/tajaran) + emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE + age_based = TRUE + sound = 'modular_ss220/emotes/audio/tajaran/purr_tajaran.ogg' + volume = 80 + muzzled_noises = list("слабо") + +/datum/emote/living/carbon/human/purrl + key = "purrl" + key_third_person = "purrl" + message = "мурчит." + message_param = "мурчит из-за %t." + cooldown = 5 SECONDS + species_type_whitelist_typecache = list(/datum/species/tajaran) + emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE + age_based = TRUE + sound = 'modular_ss220/emotes/audio/tajaran/purr_tajaran_long.ogg' + volume = 80 + muzzled_noises = list("слабо") + +/datum/emote/living/carbon/human/waves_k + key = "waves_k" + key_third_person = "waves_k" + message = "взмахивает усиками." + message_param = "взмахивает усиками из-за %t." + species_type_whitelist_typecache = list(/datum/species/kidan) + emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE | EMOTE_MOUTH + age_based = TRUE + volume = 80 + muzzled_noises = list("слабо") + +/datum/emote/living/carbon/human/waves_k/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/kidan/waves_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/waves_kidan_2.ogg') + +/datum/emote/living/carbon/human/wiggles + key = "wiggles" + key_third_person = "wiggles" + message = "шевелит усиками." + message_param = "шевелит усиками из-за %t." + cooldown = 5 SECONDS + species_type_whitelist_typecache = list(/datum/species/kidan) + emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE | EMOTE_MOUTH + age_based = TRUE + volume = 80 + muzzled_noises = list("слабо") + +/datum/emote/living/carbon/human/wiggles/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/kidan/wiggles_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/wiggles_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/wiggles_kidan_3.ogg') + +/datum/emote/living/carbon/human/whip + key = "whip" + key_third_person = "whip" + message = "ударяет хвостом." + message_mime = "взмахивает хвостом и бесшумно опускает его на пол." + message_postfix = ", грозно смотря на %t." + message_param = EMOTE_PARAM_USE_POSTFIX + species_type_whitelist_typecache = list(/datum/species/unathi) + emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE + volume = 75 + audio_cooldown = 3 SECONDS + sound = 'modular_ss220/emotes/audio/unathi/whip_short_unathi.ogg' + +/datum/emote/living/carbon/human/whip/whip_l + key = "whips" + key_third_person = "whips" + message = "хлестает хвостом." + species_type_whitelist_typecache = list(/datum/species/unathi) + audio_cooldown = 6 SECONDS + sound = 'modular_ss220/emotes/audio/unathi/whip_unathi.ogg' + +/datum/emote/living/carbon/human/whip/can_run_emote(mob/user, status_check = TRUE, intentional) + if(!..()) + return FALSE + + if(!can_wag(user)) + return FALSE + + return TRUE + +/datum/emote/living/carbon/human/warble/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/skrell/warble_1.ogg', + 'modular_ss220/emotes/audio/skrell/warble_2.ogg') + +/datum/emote/living/carbon/human/croak + key = "croak" + key_third_person = "croak" + message = "квакает." + message_param = "квакает на %t." + emote_type = EMOTE_AUDIBLE + age_based = TRUE + species_type_whitelist_typecache = list(/datum/species/skrell) + +/datum/emote/living/carbon/human/croak/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/skrell/croak_1.ogg', + 'modular_ss220/emotes/audio/skrell/croak_2.ogg', + 'modular_ss220/emotes/audio/skrell/croak_3.ogg') + +/datum/emote/living/carbon/human/croak/anger + key = "croak_anger" + key_third_person = "croak_anger" + message = "гневно квакает!" + message_param = "гневно квакает на %t." + emote_type = EMOTE_AUDIBLE + age_based = TRUE + volume = 80 + species_type_whitelist_typecache = list(/datum/species/skrell) + +/datum/emote/living/carbon/human/croak/anger/get_sound(mob/living/user) + return pick( + 'modular_ss220/emotes/audio/skrell/anger_1.ogg', + 'modular_ss220/emotes/audio/skrell/anger_2.ogg') + +/datum/emote/living/carbon/human/bark + key = "bark" + key_third_person = "bark" + message = "гавкает." + message_param = "гавкает на %t." + sound = 'modular_ss220/emotes/audio/bark.ogg' + species_type_whitelist_typecache = list(/datum/species/vulpkanin) + emote_type = EMOTE_AUDIBLE + age_based = TRUE + vary = TRUE + cooldown = 10 SECONDS + volume = 30 + +/datum/emote/living/carbon/human/wbark + key = "wbark" + key_third_person = "wbark" + message = "дважды гавкает." + message_param = "дважды гавкает на %t." + sound = 'modular_ss220/emotes/audio/wbark.ogg' + species_type_whitelist_typecache = list(/datum/species/vulpkanin) + emote_type = EMOTE_AUDIBLE + age_based = TRUE + vary = TRUE + cooldown = 10 SECONDS + volume = 30 + +/datum/emote/living/carbon/human/ururu + key = "ururu" + key_third_person = "ururu" + message = "урчит." + message_param = "урчит на %t." + sound = 'modular_ss220/emotes/audio/vulpkanin/purr.ogg' + species_type_whitelist_typecache = list(/datum/species/vulpkanin) + emote_type = EMOTE_VISIBLE | EMOTE_AUDIBLE + vary = TRUE + cooldown = 10 SECONDS + volume = 50 + muzzled_noises = list("слабо") + +/datum/emote/living/carbon/human/meow + key = "meow" + key_third_person = "meow" + message = "мяукает." + message_param = "мяукает на %t." + sound = 'modular_ss220/emotes/audio/tajaran/meow_tajaran.ogg' + species_type_whitelist_typecache = list(/datum/species/tajaran) + emote_type = EMOTE_VISIBLE | EMOTE_MOUTH | EMOTE_AUDIBLE + vary = TRUE + cooldown = 10 SECONDS + volume = 50 + muzzled_noises = list("слабо") + +/datum/emote/living/carbon/human/mrow + key = "mrow" + key_third_person = "mrow" + message = "раздражённо мяукает." + message_param = "раздражённо мяукает на %t." + sound = 'modular_ss220/emotes/audio/tajaran/annoyed_meow_tajaran.ogg' + species_type_whitelist_typecache = list(/datum/species/tajaran) + emote_type = EMOTE_VISIBLE | EMOTE_MOUTH | EMOTE_AUDIBLE + vary = TRUE + cooldown = 10 SECONDS + volume = 70 + muzzled_noises = list("слабо") diff --git a/modular_ss220/emotes/code/emote_names.dm b/modular_ss220/emotes/code/emote_names.dm new file mode 100644 index 000000000000..f3fdcc5be3ec --- /dev/null +++ b/modular_ss220/emotes/code/emote_names.dm @@ -0,0 +1,544 @@ +/datum/emote + var/name + +/datum/emote/New() + . = ..() + if(!name) + name = key + +/// Emote Living + +/datum/emote/flip + name = EMOTE_FLIP + +/datum/emote/spin + name = EMOTE_SPIN + +/datum/emote/living/blush + name = EMOTE_BLUSH + +/datum/emote/living/bow + name = EMOTE_BOW + +/datum/emote/living/burp + name = EMOTE_BURP + +/datum/emote/living/choke + name = EMOTE_CHOKE + +/datum/emote/living/collapse + name = EMOTE_COLLAPSE + +/datum/emote/living/dance + name = EMOTE_DANCE + +/datum/emote/living/deathgasp + name = EMOTE_DEATHGASP + +/datum/emote/living/drool + name = EMOTE_DROOL + +/datum/emote/living/quiver + name = EMOTE_QUIVER + +/datum/emote/living/frown + name = EMOTE_FROWN + +/datum/emote/living/gag + name = EMOTE_GAG + +/datum/emote/living/glare + name = EMOTE_GLARE + +/datum/emote/living/grin + name = EMOTE_GRIN + +/datum/emote/living/groan + name = EMOTE_GROAN + +/datum/emote/living/grimace + name = EMOTE_GRIMACE + +/datum/emote/living/jump + name = EMOTE_JUMP + +/datum/emote/living/look + name = EMOTE_LOOK + +/datum/emote/living/nightmare + name = EMOTE_NIGHTMARE + +/datum/emote/living/bshake + name = EMOTE_BSHAKE + +/datum/emote/living/shudder + name = EMOTE_SHUDDER + +/datum/emote/living/point + name = EMOTE_POINT + +/datum/emote/living/pout + name = EMOTE_POUT + +/datum/emote/living/scream + name = EMOTE_SCREAM + +/datum/emote/living/shake + name = EMOTE_SHAKE + +/datum/emote/living/shiver + name = EMOTE_SHIVER + +/datum/emote/living/sigh + name = EMOTE_SIGH + +/datum/emote/living/sigh/happy + name = EMOTE_SIGH_HAPPY + +/datum/emote/living/sit + name = EMOTE_SIT + +/datum/emote/living/smile + name = EMOTE_SMILE + +/datum/emote/living/smug + name = EMOTE_SMUG + +/datum/emote/living/sniff + name = EMOTE_SNIFF + +/datum/emote/living/snore + name = EMOTE_SNORE + +/datum/emote/living/stare + name = EMOTE_STARE + +/datum/emote/living/strech + name = EMOTE_STRECH + +/datum/emote/living/sulk + name = EMOTE_SULK + +/datum/emote/living/sway + name = EMOTE_SWAY + +/datum/emote/living/tilt + name = EMOTE_TILT + +/datum/emote/living/tremble + name = EMOTE_TREMBLE + +/datum/emote/living/twitch + name = EMOTE_TWITCH + +/datum/emote/living/twitch_s + name = EMOTE_TWITCHS + +/datum/emote/living/carbon/wave + name = EMOTE_CARBON_WAVE + +/datum/emote/living/whimper + name = EMOTE_WHIMPER + +/datum/emote/living/wsmile + name = EMOTE_WSMILE + +/datum/emote/living/swear + name = EMOTE_SWEAR + +/// Emote Brain + +/datum/emote/living/brain/alarm + name = EMOTE_BRAIN_ALARM + +/datum/emote/living/brain/alert + name = EMOTE_BRAIN_ALERT + +/datum/emote/living/brain/flash + name = EMOTE_BRAIN_FLASH + +/datum/emote/living/brain/notice + name = EMOTE_BRAIN_NOTICE + +/datum/emote/living/brain/whistle + name = EMOTE_BRAIN_WHISTLE + +/datum/emote/living/brain/beep + name = EMOTE_BRAIN_BEEP + +/datum/emote/living/brain/boop + name = EMOTE_BRAIN_BOOP + +// Emote Carbon + +/datum/emote/living/carbon/blink + name = EMOTE_CARBON_BLINK + +/datum/emote/living/carbon/blink_r + name = EMOTE_CARBON_BLINKR + +/datum/emote/living/carbon/cough + name = EMOTE_CARBON_COUGH + +/datum/emote/living/carbon/cross + name = EMOTE_CARBON_CROSS + +/datum/emote/living/carbon/chuckle + name = EMOTE_CARBON_CHUCKLE + +/datum/emote/living/carbon/faint + name = EMOTE_CARBON_FAINT + +/datum/emote/living/carbon/giggle + name = EMOTE_CARBON_GIGGLE + +/datum/emote/living/carbon/moan + name = EMOTE_CARBON_MOAN + +/datum/emote/living/carbon/sign + name = EMOTE_CARBON_SIGN + +/datum/emote/living/carbon/yawn + name = EMOTE_CARBON_YAWN + +/datum/emote/living/carbon/gurgle + name = EMOTE_CARBON_GURGLE + +/datum/emote/living/carbon/inhale + name = EMOTE_CARBON_INHALE + +/datum/emote/living/carbon/inhale/sharp + name = EMOTE_CARBON_INHALE_SHARP + +/datum/emote/living/carbon/kiss + name = EMOTE_CARBON_KISS + +/datum/emote/living/carbon/exhale + name = EMOTE_CARBON_EXHALE + +/datum/emote/living/carbon/laugh + name = EMOTE_CARBON_LAUGH + +/datum/emote/living/carbon/scowl + name = EMOTE_CARBON_SCOWL + +/datum/emote/living/carbon/twirl + name = EMOTE_CARBON_TWIRL + +/// Emote Alien + +/datum/emote/living/carbon/alien/humanoid/gnarl + name = EMOTE_ALIEN_GNARL + +/datum/emote/living/carbon/alien/humanoid/hiss + name = EMOTE_ALIEN_HISS + +/datum/emote/living/carbon/alien/humanoid/roar + name = EMOTE_ALIEN_ROAR + +/// Emote Human + +/datum/emote/living/carbon/human/airguitar + name = EMOTE_HUMAN_AIRGUITAR + +/datum/emote/living/carbon/human/clap + name = EMOTE_HUMAN_CLAP + +/datum/emote/living/carbon/human/crack + name = EMOTE_HUMAN_CRACK + +/datum/emote/living/carbon/human/cry + name = EMOTE_HUMAN_CRY + +/datum/emote/living/carbon/human/eyebrow + name = EMOTE_HUMAN_EYEBROW + +/datum/emote/living/carbon/human/wince + name = EMOTE_HUMAN_WINCE + +/datum/emote/living/carbon/human/squint + name = EMOTE_HUMAN_SQUINT + +/datum/emote/living/carbon/human/facepalm + name = EMOTE_HUMAN_FACEPALM + +/datum/emote/living/carbon/human/palm + name = EMOTE_HUMAN_PALM + +/datum/emote/living/carbon/sign/signal + name = EMOTE_HUMAN_SIGNAL + +/datum/emote/living/carbon/human/gasp + name = EMOTE_HUMAN_GASP + +/datum/emote/living/carbon/human/shake + name = EMOTE_HUMAN_SHAKE + +/datum/emote/living/carbon/human/grumble + name = EMOTE_HUMAN_GRUMBLE + +/datum/emote/living/carbon/human/highfive/handshake + name = EMOTE_HUMAN_HANDSHAKE + +/datum/emote/living/carbon/human/highfive/rps + name = EMOTE_HUMAN_RPS + +/datum/emote/living/carbon/human/hug + name = EMOTE_HUMAN_HUG + +/datum/emote/living/carbon/human/mumble + name = EMOTE_HUMAN_MUMBLE + +/datum/emote/living/carbon/human/scratch + name = EMOTE_HUMAN_SCRATCH + +/datum/emote/living/carbon/human/scream + name = EMOTE_HUMAN_SCREAM + +/datum/emote/living/carbon/human/scream/screech + name = EMOTE_HUMAN_SCREECH + +/datum/emote/living/carbon/human/sneeze + name = EMOTE_HUMAN_SNEEZE + +/datum/emote/living/carbon/human/slap + name = EMOTE_HUMAN_SLAP + +/datum/emote/living/carbon/human/snap + name = EMOTE_HUMAN_SNAP + +/datum/emote/living/carbon/human/fart + name = EMOTE_HUMAN_FART + +/datum/emote/living/carbon/human/wag + name = EMOTE_HUMAN_WAG + +/datum/emote/living/carbon/human/wag/stop + name = EMOTE_HUMAN_WAG_STOP + +/datum/emote/living/carbon/human/wink + name = EMOTE_HUMAN_WINK + +/datum/emote/living/carbon/human/highfive + name = EMOTE_HUMAN_HIGHFIVE + +/datum/emote/living/carbon/human/highfive/dap + name = EMOTE_HUMAN_DAP + +/datum/emote/living/carbon/human/pale + name = EMOTE_HUMAN_PALE + +/datum/emote/living/carbon/human/raise + name = EMOTE_HUMAN_RAISE + +/datum/emote/living/carbon/human/salute + name = EMOTE_HUMAN_SALUTE + +/datum/emote/living/carbon/human/shrug + name = EMOTE_HUMAN_SHRUG + +/datum/emote/living/carbon/human/sniff + name = EMOTE_HUMAN_SNIFF + +/datum/emote/living/carbon/human/nod + name = EMOTE_HUMAN_NOD + +/datum/emote/living/carbon/human/drask_talk/drone + name = EMOTE_HUMAN_DRONE + +/datum/emote/living/carbon/human/drask_talk/hum + name = EMOTE_HUMAN_HUM + +/datum/emote/living/carbon/human/drask_talk/rumble + name = EMOTE_HUMAN_RUMBLE + +/datum/emote/living/carbon/human/monkey/gnarl + name = EMOTE_HUMAN_GNARL + +/datum/emote/living/carbon/human/monkey/roll + name = EMOTE_HUMAN_ROLL + +/datum/emote/living/carbon/human/monkey/tail + name = EMOTE_HUMAN_TAIL + +/datum/emote/living/carbon/human/monkey/scratch + name = EMOTE_HUMAN_SCRATCH + +/datum/emote/living/carbon/human/bark + name = EMOTE_HUMAN_BARK + +/datum/emote/living/carbon/human/wbark + name = EMOTE_HUMAN_WBARK + +/datum/emote/living/carbon/human/ururu + name = EMOTE_HUMAN_RUMBLE + +/// Emote Silicon + +/datum/emote/living/silicon/scream + name = EMOTE_SILICON_SCREAM + +/datum/emote/living/silicon/ping + name = EMOTE_SILICON_PING + +/datum/emote/living/silicon/buzz + name = EMOTE_SILICON_BUZZ + +/datum/emote/living/silicon/buzz2 + name = EMOTE_SILICON_BUZZ2 + +/datum/emote/living/silicon/beep + name = EMOTE_SILICON_BEEP + +/datum/emote/living/silicon/boop + name = EMOTE_SILICON_BOOP + +/datum/emote/living/silicon/yes + name = EMOTE_SILICON_YES + +/datum/emote/living/silicon/no + name = EMOTE_SILICON_NO + +/datum/emote/living/silicon/law + name = EMOTE_SILICON_LAW + +/datum/emote/living/silicon/halt + name = EMOTE_SILICON_HALT + +/// Species specific + +/datum/emote/living/carbon/human/hiss + name = EMOTE_HUMAN_HISS + +/datum/emote/living/carbon/human/creak + name = EMOTE_HUMAN_CREAK + +/datum/emote/living/carbon/human/quill + name = EMOTE_HUMAN_QUILL + +/datum/emote/living/carbon/human/warble + name = EMOTE_HUMAN_WARBLE + +/datum/emote/living/carbon/human/croak + name = EMOTE_HUMAN_CROAK + +/datum/emote/living/carbon/human/croak/anger + name = EMOTE_HUMAN_CROAK_ANGER + +/datum/emote/living/carbon/human/clack + name = EMOTE_HUMAN_CLACK + +/datum/emote/living/carbon/human/clack/click + name = EMOTE_HUMAN_CLICK + +/datum/emote/living/carbon/human/flap + name = EMOTE_HUMAN_FLAP + +/datum/emote/living/carbon/human/flutter + name = EMOTE_HUMAN_FLUTTER + +/datum/emote/living/carbon/human/flap/aflap + name = EMOTE_HUMAN_AFLAP + +/datum/emote/living/carbon/human/howl + name = EMOTE_HUMAN_HOWL + +/datum/emote/living/carbon/human/growl + name = EMOTE_HUMAN_GROWL + +/datum/emote/living/carbon/human/rattle + name = EMOTE_HUMAN_RATTLE + +/datum/emote/living/carbon/human/slime/squish + name = EMOTE_HUMAN_SQUISH + +/datum/emote/living/carbon/human/slime/bubble + name = EMOTE_HUMAN_BUBBLE + +/datum/emote/living/carbon/human/slime/pop + name = EMOTE_HUMAN_POP + +/datum/emote/living/carbon/human/tajaran/meow + name = EMOTE_HUMAN_MEOW + +/datum/emote/living/carbon/human/tajaran/mrow + name = EMOTE_HUMAN_MROW + +/// Emote Animal + +/datum/emote/living/simple_animal/gorilla/ooga + name = EMOTE_ANIMAL_OOGA + +/datum/emote/living/simple_animal/diona_chirp + name = EMOTE_ANIMAL_CHIRP + +/datum/emote/living/simple_animal/gorilla_ooga + name = EMOTE_ANIMAL_OOGA + +/datum/emote/living/simple_animal/pet/dog/bark + name = EMOTE_ANIMAL_BARK + +/datum/emote/living/simple_animal/pet/dog/yelp + name = EMOTE_ANIMAL_YELP + +/datum/emote/living/simple_animal/pet/dog/growl + name = EMOTE_ANIMAL_GROWL + +/datum/emote/living/simple_animal/mouse/squeak + name = EMOTE_ANIMAL_SQUEAK + +/datum/emote/living/simple_animal/pet/cat/meow + name = EMOTE_ANIMAL_MEOW + +/datum/emote/living/simple_animal/pet/cat/hiss + name = EMOTE_ANIMAL_HISS + +/datum/emote/living/simple_animal/pet/cat/purr + name = EMOTE_ANIMAL_PURR + +/datum/emote/living/simple_animal/pet/cat/sit + name = EMOTE_ANIMAL_SIT + +/// New Emotes + +/datum/emote/living/carbon/human/whistle + name = EMOTE_HUMAN_WHISTLE + +/datum/emote/living/carbon/human/johnny + name = EMOTE_HUMAN_JOHNNY + +/datum/emote/living/carbon/human/snuffle + name = EMOTE_HUMAN_SNUFFLE + +/datum/emote/living/carbon/human/hem + name = EMOTE_HUMAN_HEM + +/datum/emote/living/carbon/human/scratch + name = EMOTE_HUMAN_SCRATCH + +/datum/emote/living/carbon/human/roar + name = EMOTE_HUMAN_ROAR + +/datum/emote/living/carbon/human/rumble + name = EMOTE_HUMAN_RUMBLE + +/datum/emote/living/carbon/human/threat + name = EMOTE_HUMAN_THREAT + +/datum/emote/living/carbon/human/purr + name = EMOTE_HUMAN_PURR + +/datum/emote/living/carbon/human/purrl + name = EMOTE_HUMAN_PURRL + +/datum/emote/living/carbon/human/waves_k + name = EMOTE_HUMAN_WAVES_K + +/datum/emote/living/carbon/human/wiggles + name = EMOTE_HUMAN_WIGGLES + +/datum/emote/living/carbon/human/whip + name = EMOTE_HUMAN_WHIP + +/datum/emote/living/carbon/human/whip/whips + name = EMOTE_HUMAN_WHIPS diff --git a/modular_ss220/emotes/code/emote_panel.dm b/modular_ss220/emotes/code/emote_panel.dm new file mode 100644 index 000000000000..6092f7a8b4a9 --- /dev/null +++ b/modular_ss220/emotes/code/emote_panel.dm @@ -0,0 +1,63 @@ +/datum/emote_panel + var/list/blacklisted_emotes = list("me", "help") + +/datum/emote_panel/ui_static_data(mob/user) + var/list/data = list() + + var/list/emotes = list() + var/list/keys = list() + + for(var/key in GLOB.emote_list) + for(var/datum/emote/emote in GLOB.emote_list[key]) + if(emote.key in keys) + continue + if(emote.key in blacklisted_emotes) + continue + if(emote.can_run_emote(user, status_check = FALSE, intentional = FALSE)) + keys += emote.key + emotes += list(list( + "key" = emote.key, + "name" = emote.name, + "hands" = emote.hands_use_check, + "visible" = emote.emote_type & EMOTE_VISIBLE, + "audible" = emote.emote_type & EMOTE_AUDIBLE, + "sound" = !isnull(emote.get_sound(user)), + "targettable" = emote.message_param, + )) + + data["emotes"] = emotes + + return data + +/datum/emote_panel/ui_act(action, list/params, datum/tgui/ui, datum/ui_state/state) + . = ..() + if(.) + return + switch(action) + if("play_emote") + var/emote_key = params["emote_key"] + if(isnull(emote_key) || !GLOB.emote_list[emote_key]) + return + var/useTarget = params["useTarget"] + var/datum/emote/emote = GLOB.emote_list[emote_key][1] + var/emote_param + if(emote.message_param && useTarget) + emote_param = input(usr, "Дополните эмоцию", emote.message_param) + usr.emote(emote_key, message = emote_param, intentional = TRUE) + +/datum/emote_panel/ui_state(mob/user) + return GLOB.always_state + +/datum/emote_panel/ui_interact(mob/user, datum/tgui/ui = null) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "EmotePanel", "Панель эмоций") + ui.open() + ui.set_autoupdate(FALSE) + +/mob/living/verb/emote_panel() + set name = "Панель эмоций" + set category = "IC" + + var/static/datum/emote_panel/emote_panel = new + emote_panel.ui_interact(src) diff --git a/modular_ss220/emotes/code/emote_verbs.dm b/modular_ss220/emotes/code/emote_verbs.dm new file mode 100644 index 000000000000..e441c13ad8d4 --- /dev/null +++ b/modular_ss220/emotes/code/emote_verbs.dm @@ -0,0 +1,558 @@ +/// Sound Emotes /// +/mob/living/carbon/human/verb/emote_laugh() + set name = "▷ " + EMOTE_CARBON_LAUGH + " " + set category = "Эмоции" + emote("laugh", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_cry() + set name = "▷ " + EMOTE_HUMAN_CRY + " " + set category = "Эмоции" + emote("cry", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_giggle() + set name = "▷ " + EMOTE_CARBON_GIGGLE + " " + set category = "Эмоции" + emote("giggle", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_cough() + set name = "▷ " + EMOTE_CARBON_COUGH + " " + set category = "Эмоции" + emote("cough", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_scream() + set name = "▷ " + EMOTE_HUMAN_SCREAM + " " + set category = "Эмоции" + emote("scream", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_choke() + set name = "▷ " + EMOTE_CHOKE + " " + set category = "Эмоции" + emote("choke", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_moan() + set name = "▷ " + EMOTE_CARBON_MOAN + " " + set category = "Эмоции" + emote("moan", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_gasp() + set name = "▷ " + EMOTE_HUMAN_GASP + " " + set category = "Эмоции" + emote("gasp", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_sigh() + set name = "▷ " + EMOTE_SIGH + " " + set category = "Эмоции" + emote("sigh", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_sneeze() + set name = "▷ " + EMOTE_HUMAN_SNEEZE + " " + set category = "Эмоции" + emote("sneeze", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_sniff() + set name = "▷ " + EMOTE_HUMAN_SNIFF + " " + set category = "Эмоции" + emote("sniff", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_snore() + set name = "▷ " + EMOTE_SNORE + " " + set category = "Эмоции" + emote("snore", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_whistle() + set name = "▷ " + EMOTE_HUMAN_WHISTLE + " " + set category = "Эмоции" + emote("whistle", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_yawn() + set name = "▷ " + EMOTE_CARBON_YAWN + " " + set category = "Эмоции" + emote("yawn", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_salute() + set name = "▷ " + EMOTE_HUMAN_SALUTE + " " + set category = "Эмоции" + emote("salute", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_snap() + set name = "▷ " + EMOTE_HUMAN_SNAP + " " + set category = "Эмоции" + emote("snap", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_clap() + set name = "▷ " + EMOTE_HUMAN_CLAP + " " + set category = "Эмоции" + emote("clap", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_bark() + set name = "▷ " + EMOTE_HUMAN_BARK + " " + set category = "Эмоции" + emote("bark", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_wbark() + set name = "▷ " + EMOTE_HUMAN_WBARK + " " + set category = "Эмоции" + emote("wbark", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_ururu() + set name = "▷ " + EMOTE_HUMAN_RUMBLE + " " + set category = "Эмоции" + emote("ururu", intentional = TRUE) + +/// Action Emotes /// +/mob/living/carbon/human/verb/emote_collapse() + set name = "○ " + EMOTE_COLLAPSE + " " + set category = "Эмоции" + emote("collapse", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_faint() + set name = "○ " + EMOTE_CARBON_FAINT + " " + set category = "Эмоции" + emote("faint", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_highfive() + set name = "○ " + EMOTE_HUMAN_HIGHFIVE + " " + set category = "Эмоции" + emote("highfive", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_handshake() + set name = "○ " + EMOTE_HUMAN_HANDSHAKE + " " + set category = "Эмоции" + emote("handshake", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_flip() + set name = "○ " + EMOTE_FLIP + " " + set category = "Эмоции" + emote("flip", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_dance() + set name = "○ " + EMOTE_DANCE + " " + set category = "Эмоции" + emote("dance", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_slap() + set name = "○ " + EMOTE_HUMAN_SLAP + " " + set category = "Эмоции" + emote("slap", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_rps() + set name = "○ " + EMOTE_HUMAN_RPS + " " + set category = "Эмоции" + emote("rps", intentional = TRUE) + +/// Exercise Emotes /// +/mob/living/carbon/human/verb/emote_exercise() + set name = "⚝ " + EMOTE_EXERCISE + set category = "Эмоции" + emote("exercise", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_pushup() + set name = "⚝ " + EMOTE_PUSHUP + set category = "Эмоции" + emote("pushup", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_squat() + set name = "⚝ " + EMOTE_SQUAT + set category = "Эмоции" + emote("squat", intentional = TRUE) + +/// ME Emotes /// +/mob/living/carbon/human/verb/emote_scratch() + set name = "◦ " + EMOTE_HUMAN_SCRATCH + " " + set category = "Эмоции" + emote("scratch", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_blush() + set name = "◦ " + EMOTE_BLUSH + " " + set category = "Эмоции" + emote("blush", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_blink() + set name = "◦ " + EMOTE_CARBON_BLINK + " " + set category = "Эмоции" + emote("blink", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_blink_r() + set name = "◦ " + EMOTE_CARBON_BLINKR + " " + set category = "Эмоции" + emote("blink_r", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_bow() + set name = "◦ " + EMOTE_BOW + " " + set category = "Эмоции" + emote("bow", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_chuckle() + set name = "◦ " + EMOTE_CARBON_CHUCKLE + " " + set category = "Эмоции" + emote("chuckle", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_drool() + set name = "◦ " + EMOTE_DROOL + " " + set category = "Эмоции" + emote("drool", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_frown() + set name = "◦ " + EMOTE_FROWN + " " + set category = "Эмоции" + emote("frown", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_glare() + set name = "◦ " + EMOTE_GLARE + " " + set category = "Эмоции" + emote("glare", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_groan() + set name = "◦ " + EMOTE_GROAN + " " + set category = "Эмоции" + emote("groan", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_grin() + set name = "◦ " + EMOTE_GRIN + " " + set category = "Эмоции" + emote("grin", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_shake() + set name = "◦ " + EMOTE_HUMAN_SHAKE + " " + set category = "Эмоции" + emote("shake", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_smile() + set name = "◦ " + EMOTE_SMILE + " " + set category = "Эмоции" + emote("smile", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_grunt() + set name = "◦ " + EMOTE_HUMAN_GRUMBLE + " " + set category = "Эмоции" + emote("grumble", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_snuffle() + set name = "◦ " + EMOTE_HUMAN_SNUFFLE + " " + set category = "Эмоции" + emote("snuffle", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_shrug() + set name = "◦ " + EMOTE_HUMAN_SHRUG + " " + set category = "Эмоции" + emote("shrug", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_stare() + set name = "◦ " + EMOTE_STARE + " " + set category = "Эмоции" + emote("stare", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_tremble() + set name = "◦ " + EMOTE_TREMBLE + " " + set category = "Эмоции" + emote("tremble", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_twitch() + set name = "◦ " + EMOTE_TWITCH + " " + set category = "Эмоции" + emote("twitch", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_twitch_s() + set name = "◦ " + EMOTE_TWITCHS + " " + set category = "Эмоции" + emote("twitch_s", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_eyebrow() + set name = "◦ " + EMOTE_HUMAN_EYEBROW + " " + set category = "Эмоции" + emote("eyebrow", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_fart() + set name = "◦ " + EMOTE_HUMAN_FART + " " + set category = "Эмоции" + emote("fart", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_airguitar() + set name = "◦ " + EMOTE_HUMAN_AIRGUITAR + " " + set category = "Эмоции" + emote("airguitar", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_burp() + set name = "◦ " + EMOTE_BURP + " " + set category = "Эмоции" + emote("burp", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_quiver() + set name = "◦ " + EMOTE_QUIVER + " " + set category = "Эмоции" + emote("quiver", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_mumble() + set name = "◦ " + EMOTE_HUMAN_MUMBLE + " " + set category = "Эмоции" + emote("mumble", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_raise() + set name = "◦ " + EMOTE_HUMAN_RAISE + " " + set category = "Эмоции" + emote("raise", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_pale() + set name = "◦ " + EMOTE_HUMAN_PALE + " " + set category = "Эмоции" + emote("pale", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_shudder() + set name = "◦ " + EMOTE_SHUDDER + " " + set category = "Эмоции" + emote("shudder", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_bshake() + set name = "◦ " + EMOTE_BSHAKE + " " + set category = "Эмоции" + emote("bshake", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_flap() + set name = "◦ " + EMOTE_HUMAN_FLAP + " " + set category = "Эмоции" + emote("flap", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_aflap() + set name = "◦ " + EMOTE_HUMAN_AFLAP + " " + set category = "Эмоции" + emote("aflap", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_flutter() + set name = "◦ " + EMOTE_HUMAN_FLUTTER + " " + set category = "Эмоции" + emote("flutter", intentional = TRUE) + +/// Racial Emotes /// +/mob/living/carbon/human/proc/emote_wag() + set name = "< " + EMOTE_HUMAN_WAG + " >" + set category = "Эмоции" + emote("wag", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_swag() + set name = "< " + EMOTE_HUMAN_WAG_STOP + " >" + set category = "Эмоции" + emote("swag", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_howl() + set name = "< " + EMOTE_HUMAN_HOWL + " >" + set category = "Эмоции" + emote("howl", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_growl() + set name = "< " + EMOTE_HUMAN_GROWL + " >" + set category = "Эмоции" + emote("growl", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_purr() + set name = "< " + EMOTE_HUMAN_PURR + " >" + set category = "Эмоции" + emote("purr", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_purrl() + set name = "< " + EMOTE_HUMAN_PURRL + " >" + set category = "Эмоции" + emote("purrl", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_hiss() + set name = "< " + EMOTE_HUMAN_HISS + " >" + set category = "Эмоции" + emote("hiss", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_roar() + set name = "< " + EMOTE_HUMAN_ROAR + " >" + set category = "Эмоции" + emote("roar", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_threat() + set name = "< " + EMOTE_HUMAN_THREAT + " >" + set category = "Эмоции" + emote("threat", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_whip() + set name = "< " + EMOTE_HUMAN_WHIP + " >" + set category = "Эмоции" + emote("whip", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_whips() + set name = "< " + EMOTE_HUMAN_WHIPS + " >" + set category = "Эмоции" + emote("whips", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_hum() + set name = "< " + EMOTE_HUMAN_HUM + " >" + set category = "Эмоции" + emote("hum", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_rumble() + set name = "< " + EMOTE_HUMAN_RUMBLE + " >" + set category = "Эмоции" + emote("rumble", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_quill() + set name = "< " + EMOTE_HUMAN_QUILL + " >" + set category = "Эмоции" + emote("quill", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_creak() + set name = "< " + EMOTE_HUMAN_CREAK + " >" + set category = "Эмоции" + emote("creak", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_warble() + set name = "< " + EMOTE_HUMAN_WARBLE + " >" + set category = "Эмоции" + emote("warble", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_croak() + set name = "< " + EMOTE_HUMAN_CROAK + " >" + set category = "Эмоции" + emote("croak", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_croak_anger() + set name = "< " + EMOTE_HUMAN_CROAK_ANGER + " >" + set category = "Эмоции" + emote("croak_anger", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_click() + set name = "< " + EMOTE_HUMAN_CLICK + " >" + set category = "Эмоции" + emote("click", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_clack() + set name = "< " + EMOTE_HUMAN_CLACK + " >" + set category = "Эмоции" + emote("clack", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_rattle() + set name = "< " + EMOTE_HUMAN_RATTLE + " >" + set category = "Эмоции" + emote("rattle", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_squish() + set name = "< " + EMOTE_HUMAN_SQUISH + " >" + set category = "Эмоции" + emote("squish", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_bubble() + set name = "< " + EMOTE_HUMAN_BUBBLE + " >" + set category = "Эмоции" + emote("bubble", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_pop() + set name = "< " + EMOTE_HUMAN_POP + " >" + set category = "Эмоции" + emote("pop", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_ping() + set name = "< " + EMOTE_SILICON_PING + " >" + set category = "Эмоции" + emote("ping", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_beep() + set name = "< " + EMOTE_SILICON_BEEP + " >" + set category = "Эмоции" + emote("beep", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_buzz() + set name = "< " + EMOTE_SILICON_BUZZ + " >" + set category = "Эмоции" + emote("buzz", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_buzz2() + set name = "< " + EMOTE_SILICON_BUZZ2 + " >" + set category = "Эмоции" + emote("buzz2", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_yes() + set name = "< " + EMOTE_SILICON_YES + " >" + set category = "Эмоции" + emote("yes", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_no() + set name = "< " + EMOTE_SILICON_NO + " >" + set category = "Эмоции" + emote("no", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_waves_k() + set name = "< " + EMOTE_HUMAN_WAVES_K + " >" + set category = "Эмоции" + emote("waves_k", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_wiggles() + set name = "< " + EMOTE_HUMAN_WIGGLES + " >" + set category = "Эмоции" + emote("wiggles", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_meow() + set name = "< " + EMOTE_HUMAN_MEOW + " >" + set category = "Эмоции" + emote("meow", intentional = TRUE) + +/mob/living/carbon/human/proc/emote_mrow() + set name = "< " + EMOTE_HUMAN_MROW + " >" + set category = "Эмоции" + emote("mrow", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_wave() + set name = "◦ " + EMOTE_CARBON_WAVE + " " + set category = "Эмоции" + emote("wave", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_whimper() + set name = "◦ " + EMOTE_WHIMPER + " " + set category = "Эмоции" + emote("whimper", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_look() + set name = "◦ " + EMOTE_LOOK + " " + set category = "Эмоции" + emote("look", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_nod() + set name = "◦ " + EMOTE_HUMAN_NOD + " " + set category = "Эмоции" + emote("nod", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_wink() + set name = "◦ " + EMOTE_HUMAN_WINK + " " + set category = "Эмоции" + emote("wink", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_shiver() + set name = "◦ " + EMOTE_SHIVER + " " + set category = "Эмоции" + emote("shiver", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_hem() + set name = "◦ " + EMOTE_HUMAN_HEM + " " + set category = "Эмоции" + emote("hem", intentional = TRUE) + +/// Слишком переполненное меню, убираю то что легче написать чем искать. /// +/* +/mob/living/carbon/human/verb/emote_deathgasp() + set name = "▷ " + EMOTE_DEATHGASP + " " + set category = "Эмоции" + emote("deathgasp", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_dap() + set name = "○ " + EMOTE_HUMAN_DAP + " " + set category = "Эмоции" + emote("dap", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_point() + set name = "◦ " + EMOTE_POINT + " " // Куда блять показывать... + set category = "Эмоции" + emote("point", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_hug() + set name = "◦ " + EMOTE_HUMAN_HUG + " " // Обнимать себя конечно смешно, но бесполезно. + set category = "Эмоции" + emote("hug", intentional = TRUE) + +/mob/living/carbon/human/verb/emote_signal() + set name = "◦ " + EMOTE_HUMAN_SIGNAL + " " + set category = "Эмоции" + var/Cnt = input("Руки должны быть свободны", "Показать несколько пальцев", 1) in list(1,2,3,4,5,6,7,8,9,10) + emote("signal", message = Cnt) +*/ diff --git a/modular_ss220/emotes/code/exercise/exercise_animation.dm b/modular_ss220/emotes/code/exercise/exercise_animation.dm new file mode 100644 index 000000000000..a739bced8bcc --- /dev/null +++ b/modular_ss220/emotes/code/exercise/exercise_animation.dm @@ -0,0 +1,47 @@ +/datum/exercise/proc/exercise_animation(temp_time_mod = 1) + var/target_y = -5 + var/delay = 0.6 SECONDS * temp_time_mod + var/time_low = 0.2 SECONDS * temp_time_mod + var/time_hight = 0.8 SECONDS * temp_time_mod + animate(user, pixel_y = target_y, time = time_hight, easing = QUAD_EASING) // Down to the floor + if(!do_after(user, delay, emote.is_need_arms)) + animate(user, pixel_y = 0, time = time_low, easing = QUAD_EASING) + return FALSE + animate(user, pixel_y = 0, time = time_hight, easing = QUAD_EASING) // Back up + if(!do_after(user, delay, emote.is_need_arms)) + animate(user, pixel_y = 0, time = time_low, easing = QUAD_EASING) + return FALSE + return TRUE + +/datum/exercise/proc/clear_exercise_animation() + if(isliving(user)) + var/mob/living/L = user + L.clear_forced_look(quiet = TRUE) + +/datum/exercise/proc/prepare_for_exercise_animation() + if(isliving(user)) + if(emote.is_need_lying) + var/mob/living/L = user + // In BYOND-angles 0 is NORTH, 90 is EAST, 180 is SOUTH and 270 is WEST. + if(L.lying_prev == 90) + L.forced_look = EAST + else + L.forced_look = WEST + return + + if(!isobserver(user)) + return + var/matrix/matrix = matrix() // All this to make their face actually face the floor... sigh... I hate resting code + switch(user.dir) + if(WEST) + matrix.Turn(270) + if(EAST) + matrix.Turn(90) + else + if(prob(50)) + user.dir = EAST + matrix.Turn(90) + else + user.dir = WEST + matrix.Turn(270) + user.transform = matrix diff --git a/modular_ss220/emotes/code/exercise/exercise_datum.dm b/modular_ss220/emotes/code/exercise/exercise_datum.dm new file mode 100644 index 000000000000..e04157b9778f --- /dev/null +++ b/modular_ss220/emotes/code/exercise/exercise_datum.dm @@ -0,0 +1,227 @@ +/datum/exercise + var/name = "ДЕБАГ УПРАЖНЕНИЯ (Пример что может быть)" + var/message = "готовится к упражнению." + var/self_message = "Вы готовитесь к упражнению." + var/blind_message = "Вы слышите шорох." + var/message_exercise = "" // Дополнение для добавления в типе + var/is_bold_message = FALSE // Выделяем наше сообщение + var/split_message = 1 // Отображение сообщений каждые N раз, защита от спама + + // "[user] [message_force_stop], [verb_case] [exercises_in_a_row] [verb_times]"] + var/message_force_stop = "прекратил упражняться" // "[user] [message_force_stop]" + var/message_self_force_stop = "Вы прекратили упражняться" + var/verb_case = "сделав упражнение" + var/verb_times = "раз" + + var/message_do = "упражняется" // "[user] [message_do]" + var/message_self_do = "Вы упражняетесь" + var/message_end = "Вы обессилены" + + // Сообщения когда начинаем задыхаться + var/message_oxy_grade = list( + "", // 0+ + " с одышкой", // 20+ + " с умеренной одышкой", // 40+ + " с тяжелой одышкой", // 60+ + " весь покраснев и выпучив глаза", // 80+ + ", еле держась и прикрыв глаза", // 100+ + ) + var/message_oxy_every_value = 20 + + // Ограничители + var/can_non_humans_do = TRUE // Отображение в списке для животных и гостов + var/will_do_more_due_to_oxy_damage = TRUE // Сделает ли больше за счет урона по дыханию + + // Значения модификаторов используемых в рассчетах + var/staminaloss_per_exercise = 5 // Начальное значение проходящее через модификаторы + var/difficulty_mod = 1 // Чем больше - тем сложнее, умножаем + var/time_mod = 1 // Чем больше - тем медленнее + + // Звуки воспроизводимые при каждом упражнении + var/sounds + var/volume = 50 + var/intentional = FALSE + + // Ранговая зависимость + var/list/physical_job_exp_types = list(EXP_TYPE_SECURITY, EXP_TYPE_SUPPLY, EXP_TYPE_ENGINEERING) + var/no_physical_job_div = 10 // Делитель опыта НЕ физических проф + + // Корректировки + var/const/stamina_border_max = 95 // 100 - стаминакрит сбрасывающий анимацию + var/const/oxy_border_max = 120 // 130 - оксикрит + var/exercise_div = 1 // Чем больше - тем легче, корректировка для всех типов + + // Усложнители против абуза химикатов и прочего + var/exercise_difficulty_level = 30 // Каждые N упражнений усложняем + var/exercise_difficulty_level_valueloss = 1 // На сколько усложняем + var/brute_border = 100 // С какого кол-ва упражнений начнет наносить урон + + // Внутренне изменяемые параметры + var/datum/emote/exercise/emote + var/mob/user + var/exercises_in_a_row = 0 // Сделано упражнений подряд + +/datum/exercise/New(datum/emote/linked_emote, mob/linked_user) + . = ..() + user = linked_user + emote = linked_emote + +/datum/exercise/proc/try_execute() + if(!emote.can_do_exercise(user)) + return + prepare_for_exercise_animation() + execute() + clear_exercise_animation() + +/datum/exercise/proc/execute() + if(isobserver(user)) // Госты тоже хотят упражняться! + exercise_animation() + return + + var/mob/living/L = user + var/exercise_value + var/currentloss = L.getStaminaLoss() + L.getOxyLoss() + var/oxy_border = will_do_more_due_to_oxy_damage ? oxy_border_max : 0 + var/borderloss = stamina_border_max + oxy_border + while(currentloss < borderloss) + if(!emote.can_do_exercise(user)) + return + currentloss = L.getStaminaLoss() + L.getOxyLoss() + exercise_value = calculate_valueloss_per_exercise() / time_mod + if(exercise_value >= stamina_border_max) + exercise_value = stamina_border_max + 5 + var/temp_time_mod = L.getOxyLoss() / 100 + time_mod + if(!exercise_animation(temp_time_mod)) + exercise_stopped(user) + return + exercise_count(user) + + if(sounds) + emote.play_sound_effect(user, intentional, get_sound(), volume) + + if((L.getStaminaLoss() + exercise_value) <= stamina_border_max) + L.adjustStaminaLoss(exercise_value) + continue + + L.setStaminaLoss(stamina_border_max) + L.adjustOxyLoss(exercise_value) + if(exercises_in_a_row >= brute_border) + L.adjustBruteLoss(min(1, exercise_value)) + if(currentloss >= borderloss) + to_chat(user, span_warning("[message_end], [verb_case] [exercises_in_a_row] [verb_times]...")) + return + +/datum/exercise/proc/get_sound() + if(length(sounds)) + return pick(sounds) + return FALSE + +/datum/exercise/proc/calculate_valueloss_per_exercise() + // Humans have 120 stamina + // Default loss per exercise = 5 stamina + var/mob/living/L = user + if(ismachineperson(user) || isskeleton(user)) + return 0.1 + + var/valueloss = staminaloss_per_exercise + + if(L.getBruteLoss() >= 20) + valueloss += L.getBruteLoss() / 10 + if(L.nutrition <= NUTRITION_LEVEL_STARVING) + valueloss += 2 + if(L.health <= ((L.maxHealth / 10) * 9)) + valueloss += 2 + + if(!ishuman(user)) + return max(1, valueloss) + + var/mob/living/carbon/human/H = user + + valueloss += 0.5 * H.age/10 + if(H.wear_suit) + valueloss += 0.5 + if(H.back) + valueloss += 0.5 + + var/list/extremities = list( + BODY_ZONE_L_ARM, + BODY_ZONE_R_ARM, + BODY_ZONE_L_LEG, + BODY_ZONE_R_LEG, + ) + for(var/zone in extremities) + var/obj/item/organ/limb = H.get_limb_by_name(zone) + if(limb.is_robotic()) + valueloss -= 1 + + var/is_physical_job = FALSE + var/list/exp_types = is_physical_job ? physical_job_exp_types : list(EXP_TYPE_CREW) + + var/datum/job/job = SSjobs.GetJob(H.job) + for(var/exp_type in exp_types) + if(exp_type in physical_job_exp_types) + is_physical_job = TRUE + break + var/list/play_records = params2list(H.client.prefs.exp) + + // Берем немного суммы часов за экипаж, отдаляя их от персонала занимающейся физической работой + var/exp_sum = text2num(play_records[EXP_TYPE_CREW]) / no_physical_job_div + if(job) + for(var/exp_type in job.exp_map) + if(!(exp_type in exp_types)) + exp_sum += text2num(play_records[exp_type]) + exp_sum /= 60 // Конвертируем из минут в часы + + valueloss += staminaloss_per_exercise - exp_sum / 100 + + if(valueloss <= 0) + valueloss = 1 + + valueloss += (exercises_in_a_row + 1) / exercise_difficulty_level * exercise_difficulty_level_valueloss + + if(isgrey(user) || istajaran(user)) + valueloss *= 2 + if(isvulpkanin(user) || iswolpin(user)) + valueloss /= 2 + if(iskidan(user) || isunathi(user)) + valueloss /= 3 + if(isdiona(user)) + valueloss /= 5 + + valueloss /= exercise_div + valueloss *= difficulty_mod + + return max(0.25, valueloss) + +/datum/exercise/proc/exercise_stopped() + user.visible_message( + span_boldnotice("[user] [message_force_stop], [verb_case] [exercises_in_a_row] [verb_times]."), + span_boldnotice("[message_self_force_stop], [verb_case] [exercises_in_a_row] [verb_times]."), + blind_message) + +/datum/exercise/proc/exercise_count() + exercises_in_a_row++ + + if(!ishuman(user)) // антиспам + return + var/split_count = exercises_in_a_row / split_message + if(!(split_count == round(split_count))) + return + + var/mob/living/L = user + var/exercise_text = get_exercise_message_addition(L) + var/temp_message = "[user] [message_do][exercise_text]!" + var/temp_self_message = "[message_self_do][exercise_text]!" + user.visible_message( + is_bold_message ? span_boldnotice(temp_message) : span_notice(temp_message), + is_bold_message ? span_boldnotice(temp_self_message) : span_notice(temp_self_message), + blind_message) + +/datum/exercise/proc/get_exercise_message_addition() + var/mob/living/L = user + var/message_num = round(L.getOxyLoss() / message_oxy_every_value) + 1 + var/grade_length = length(message_oxy_grade) + if(message_num > grade_length) + message_num = grade_length + var/temp_message_exercise = message_exercise != "" ? " [message_exercise]" : "" + return "[temp_message_exercise][message_oxy_grade[message_num]]" diff --git a/modular_ss220/emotes/code/exercise/exercise_emotes.dm b/modular_ss220/emotes/code/exercise/exercise_emotes.dm new file mode 100644 index 000000000000..eea7ab215f2e --- /dev/null +++ b/modular_ss220/emotes/code/exercise/exercise_emotes.dm @@ -0,0 +1,122 @@ +/datum/emote/exercise + key = "exercise" + key_third_person = "exercises" + name = EMOTE_EXERCISE + // message = "упражняется!" + hands_use_check = TRUE + emote_type = EMOTE_VISIBLE | EMOTE_FORCE_NO_RUNECHAT // Don't need an emote to see that + mob_type_allowed_typecache = list(/mob/living, /mob/dead/observer) + mob_type_blacklist_typecache = list(/mob/living/brain, /mob/camera, /mob/living/silicon/ai) + mob_type_ignore_stat_typecache = list(/mob/dead/observer) + cooldown = 3 SECONDS + + var/subtypes_types = /datum/exercise/easy + + var/message_prepare = "начал упражнение." + var/message_self_prepare = "Вы начали упражнение." + var/message_blind_prepare = "Вы слышите шорох." + var/message_warning = "Как вы собрались упражняться?!" + var/message_tired = "Вы уставший! Передохните." + + var/message_choice = "Упражнения" + var/message_choice_title = "Каким упражнением займусь?" + + var/is_need_lying = FALSE + var/is_need_legs = TRUE + var/is_need_arms = TRUE + +/datum/emote/exercise/run_emote(mob/user, params, type_override, intentional) + . = ..() + if(!.) + return FALSE + . = TRUE + + if(!isliving(user)) + return + var/mob/living/L = user + if(L.getStaminaLoss() > 0) + to_chat(user, span_warning(message_tired)) + return + if(!can_do_exercise(user)) + return + + user.visible_message(span_notice("[user] [message_prepare]"), span_notice(message_self_prepare), span_notice(message_blind_prepare)) + + var/list/choice_dict = list() + var/list/exercise_list = subtypesof(subtypes_types) + for(var/i in exercise_list) + var/datum/exercise/exercise = i + if(!ishuman(user) && !initial(exercise.can_non_humans_do)) + continue + choice_dict.Add(list("[initial(exercise.name)]" = exercise)) + + var/choice = tgui_input_list(user, message_choice_title, message_choice, choice_dict, 60 SECONDS) + + if(choice) + var/exercise_type = choice_dict[choice] + var/datum/exercise/exercise = new exercise_type(src, user) + var/temp_message = exercise.is_bold_message ? span_boldnotice("[exercise.message]") : span_notice("[exercise.message]") + var/temp_self_message = exercise.is_bold_message ? span_boldnotice("[exercise.self_message]") : span_notice("[exercise.self_message]") + var/temp_blind_message = "[exercise.blind_message]" + user.visible_message(temp_message, temp_self_message, temp_blind_message) + exercise.volume = get_volume(user) + exercise.intentional = intentional + exercise.try_execute() + +// Если проверки внести в run_emote, то он будет писать ошибку "Не найдена эмоция", хотя он её нашел. +// Вынесено в отдельный прок емоута, чтобы не дублировать в датуме и не создавать сам датум для проверки. +/datum/emote/exercise/proc/can_do_exercise(mob/user) + if(!user.mind || !user.client) + return FALSE + if(isobserver(user)) + return TRUE + + var/mob/living/L = user + + if(L.incapacitated()) + to_chat(user, span_warning("Вы не в форме!")) + return FALSE + if(is_need_lying && (!L.resting || L.buckled)) + to_chat(user, span_warning("Вы в неправильном положении! Ложитесь!")) + return FALSE + + var/turf/user_turf = get_turf(user) + if(!user_turf) + to_chat(user, span_warning("Не на что опереться!")) + return FALSE + if(length(user_turf.contents) >= 10) + to_chat(user, span_warning("Пол захламлен, неудобно!")) + return FALSE + for(var/atom/A in user_turf.contents) + if(isliving(A) && A != user) // antierp + var/mob/living/target = A + if(is_need_lying && target.body_position == LYING_DOWN) + to_chat(user, span_warning("Кто-то подо мной мне мешает!")) + else + to_chat(user, span_warning("Кто-то мне мешает!")) + return FALSE + + if(ishuman(user)) + var/mob/living/carbon/human/H = user + var/list/extremities_legs = list( + BODY_ZONE_L_ARM, + BODY_ZONE_R_ARM, + BODY_ZONE_PRECISE_L_HAND, + BODY_ZONE_PRECISE_R_HAND, + ) + var/list/extremities_arms = list( + BODY_ZONE_L_LEG, + BODY_ZONE_R_LEG, + BODY_ZONE_PRECISE_L_FOOT, + BODY_ZONE_PRECISE_R_FOOT, + ) + for(var/zone in extremities_legs) + if(!H.get_limb_by_name(zone)) + to_chat(user, span_warning("У вас проблемы с ногами! [message_warning]")) + return FALSE + for(var/zone in extremities_arms) + if(!H.get_limb_by_name(zone)) + to_chat(user, span_warning("У вас проблемы с руками! [message_warning]")) + return FALSE + + return TRUE diff --git a/modular_ss220/emotes/code/exercise/exercises/exercise.dm b/modular_ss220/emotes/code/exercise/exercises/exercise.dm new file mode 100644 index 000000000000..a4d4a43e934b --- /dev/null +++ b/modular_ss220/emotes/code/exercise/exercises/exercise.dm @@ -0,0 +1,46 @@ +/datum/exercise/easy + name = "Упражняться" + will_do_more_due_to_oxy_damage = FALSE + brute_border = 250 + exercise_div = 10 + split_message = 10 + +/datum/exercise/easy/normal + +/datum/exercise/easy/warmup + name = "Разомнуться" + message = "приготовился разминаться." + self_message = "Вы готовитесь разминаться." + blind_message = "Вы слышите шорох." + message_exercise = "" + + message_force_stop = "прекратил разминаться" + message_self_force_stop = "Вы прекратили разминаться" + verb_case = "разомнувшись" + verb_times = "раз" + + message_do = "разминается" + message_self_do = "Вы разминаетесь" + message_end = "Вы достаточно разомнулись." + + brute_border = 500 + exercise_div = 10 + +/datum/exercise/easy/stretch + name = "Потянуться" + message = "приготовился потягиваться." + self_message = "Вы готовитесь потягиваться." + blind_message = "Вы слышите шорох." + message_exercise = "" + + message_force_stop = "прекратил потягиваться" + message_self_force_stop = "Вы прекратили потягиваться" + verb_case = "потянувшись" + verb_times = "раз" + + message_do = "потягивается" + message_self_do = "Вы потягиваетесь" + message_end = "Вы достаточно потянулись." + + brute_border = 200 + exercise_div = 7 diff --git a/modular_ss220/emotes/code/exercise/exercises/pushup.dm b/modular_ss220/emotes/code/exercise/exercises/pushup.dm new file mode 100644 index 000000000000..bf793b9014f0 --- /dev/null +++ b/modular_ss220/emotes/code/exercise/exercises/pushup.dm @@ -0,0 +1,134 @@ +// =========================== +// ========== EMOTE ========== +// =========================== + +/datum/emote/exercise/pushup + key = "pushup" + key_third_person = "pushups" + name = EMOTE_PUSHUP + subtypes_types = /datum/exercise/pushup + + message_prepare = "начал отжиматься." + message_self_prepare = "Вы начали отжиматься." + message_blind_prepare = "Вы слышите шорох." + message_warning = "Как вы собрались отжиматься?!" + + message_choice = "Отжимания" + message_choice_title = "Отжимание с каким упором?" + + is_need_lying = TRUE + +// =========================== +// ======= DATUM TYPES ======= +// =========================== + +/datum/exercise/pushup + name = "ДЕБАГ АЧЖУМАНИЯ (Вы не должны это видеть)" + message = "перенес свой вес на руки и ноги." + self_message = "Вы переносите свой вес на руки и ноги." + blind_message = "Вы слышите шорох." + + message_force_stop = "прекратил отжиматься" + message_self_force_stop = "Вы прекратили отжиматься" + verb_case = "отжавшись" + verb_times = "раз" + + message_do = "отжимается" // "[user] [message_do]" + message_self_do = "Вы отжимаетесь" + message_end = "Вы обессиленные падаете на пол" + + brute_border = 50 + exercise_div = 2 + +/datum/exercise/pushup/correct + name = "На ноги и руки" + message = "перенес свой вес на руки и ноги." + self_message = "Вы переносите свой вес на руки и ноги." + +/datum/exercise/pushup/correct/safety + name = "На ноги и руки - безопасный" + will_do_more_due_to_oxy_damage = FALSE + +/datum/exercise/pushup/knees + name = "На колени" + message = "переносит свой вес на колени. Жалкое зрелище." + self_message = "Вы сместили вес на колени. СЛАБАК!" + message_exercise = "на коленях" + can_non_humans_do = FALSE + difficulty_mod = 0.6 + +/datum/exercise/pushup/one_arm + name = "На одной руке" + message = "перенес свой вес на ОДНУ РУКУ! Мощно!" + self_message = "Вы переносите свой вес на одну руку. Сильно!" + message_exercise = "на одной руке" + can_non_humans_do = FALSE + is_bold_message = TRUE + difficulty_mod = 2 + +/datum/exercise/pushup/clap + name = "На ноги и руки с хлопком" + message = "перенес свой вес на руки и ноги и приготовился для хлопков! Хоп!" + self_message = "Вы переносите свой вес на руки и ноги и приготовились для хлопков. Хоп!" + message_exercise = "с хлопком" + can_non_humans_do = FALSE + is_bold_message = TRUE + staminaloss_per_exercise = 10 + sounds = list( + 'modular_ss220/emotes/audio/claps/clap1.ogg', + 'modular_ss220/emotes/audio/claps/clap2.ogg', + 'modular_ss220/emotes/audio/claps/clap3.ogg', + ) + +/datum/exercise/pushup/clap/fast + name = "На ноги и руки с хлопком - быстрый" + difficulty_mod = 1.25 + time_mod = 0.6 + split_message = 5 + +/datum/exercise/pushup/clap/one_arm + name = "На одной руке с хлопком" + message = "перенес свой вес на ОДНУ РУКУ и приготовил вторую для ХЛОПКА! НЕВЕРОЯТНО!" + self_message = "Вы переносите свой вес на одну руку, а вторую приготовили для хлопка. Невероятно!" + message_exercise = "на одной руке с хлопком" + is_bold_message = TRUE + staminaloss_per_exercise = 10 + difficulty_mod = 2 + +/datum/exercise/pushup/correct/slow + name = "На ноги и руки - медленный" + message_exercise = "медленно" + difficulty_mod = 0.8 + time_mod = 2 + split_message = 5 + +/datum/exercise/pushup/correct/slow/very + name = "На ноги и руки - очень медленный" + message_exercise = "крайне медленно" + difficulty_mod = 0.6 + time_mod = 4 + +/datum/exercise/pushup/correct/fast + name = "На ноги и руки - быстрый" + message_exercise = "быстро" + difficulty_mod = 1.1 + time_mod = 0.6 + split_message = 2 + +/datum/exercise/pushup/correct/fast/very + name = "На ноги и руки - очень быстрый" + message_exercise = "крайне быстро" + difficulty_mod = 1.2 + time_mod = 0.3 + split_message = 5 + +/datum/exercise/pushup/correct/foot + name = "На ступнях" + message = "переносит свой вес на ступни и убрал руки за спину! КАК ОН ЭТО ДЕЛАЕТ?!" + self_message = "Вы сместили вес на ступни и убрали руки. ЭТО БУДЕТ НЕВОЗМОЖНО!" + message_exercise = "на ступнях и без рук" + staminaloss_per_exercise = 30 + difficulty_mod = 10 + is_bold_message = TRUE + will_do_more_due_to_oxy_damage = FALSE + can_non_humans_do = FALSE diff --git a/modular_ss220/emotes/code/exercise/exercises/squat.dm b/modular_ss220/emotes/code/exercise/exercises/squat.dm new file mode 100644 index 000000000000..5c89a6b3d498 --- /dev/null +++ b/modular_ss220/emotes/code/exercise/exercises/squat.dm @@ -0,0 +1,89 @@ +// =========================== +// ========== EMOTE ========== +// =========================== + +/datum/emote/exercise/squat + key = "squat" + key_third_person = "squats" + name = EMOTE_SQUAT + subtypes_types = /datum/exercise/squat + + message_prepare = "начал приседать." + message_self_prepare = "Вы начали приседать." + message_blind_prepare = "Вы слышите шорох." + message_warning = "Как вы собрались приседать?!" + + message_choice = "Приседания" + message_choice_title = "Как приседаем?" + + is_need_lying = FALSE + +// =========================== +// ======= DATUM TYPES ======= +// =========================== + +/datum/exercise/squat + name = "ДЕБАГ ПРЮСЕУДАНИЯ (Вы не должны это видеть)" + message = "согнулся в коленях." + self_message = "Вы сгибаетесь в коленях." + blind_message = "Вы слышите шорох." + message_exercise = "" + + message_force_stop = "прекратил приседать" + message_self_force_stop = "Вы прекратили приседать" + verb_case = "присев" + verb_times = "раз" + + message_do = "приседает" // "[user] [message_do]" + message_self_do = "Вы приседаете" + message_end = "Ваши ноги подкосились и не могут разогнуться" + + brute_border = 150 + exercise_div = 5 + +/datum/exercise/squat/correct + name = "Обычные" + message = "согнулся в коленях." + self_message = "Вы согнулись в коленях." + +/datum/exercise/squat/correct/safety + name = "Обычные - безопасные" + will_do_more_due_to_oxy_damage = FALSE + +/datum/exercise/squat/correct/slow + name = "Обычные - медленные" + message_exercise = "медленно" + difficulty_mod = 0.8 + time_mod = 2 + split_message = 5 + +/datum/exercise/squat/correct/slow/very + name = "Обычные - очень медленные" + message_exercise = "крайне медленно" + difficulty_mod = 0.6 + time_mod = 4 + +/datum/exercise/squat/correct/fast + name = "Обычные - быстрые" + message_exercise = "быстро" + difficulty_mod = 1.1 + time_mod = 0.6 + split_message = 2 + +/datum/exercise/squat/correct/fast/very + name = "Обычные - очень быстрые" + message_exercise = "крайне быстро" + difficulty_mod = 1.2 + time_mod = 0.3 + split_message = 5 + +/datum/exercise/squat/correct/foot + name = "На цыпочках" + message = "сгибается в коленях и ступнями встает на цыпочки! Как напряглись его икры!" + self_message = "Вы согнулись в коленях и встали на цыпочки. Как же я хорош!" + message_exercise = "на цыпочках" + staminaloss_per_exercise = 10 + difficulty_mod = 3 + is_bold_message = TRUE + will_do_more_due_to_oxy_damage = FALSE + can_non_humans_do = FALSE diff --git a/modular_ss220/emotes/code/human_mob.dm b/modular_ss220/emotes/code/human_mob.dm new file mode 100644 index 000000000000..b7f15c8bf057 --- /dev/null +++ b/modular_ss220/emotes/code/human_mob.dm @@ -0,0 +1,3 @@ +/mob/living/carbon/human/set_species(datum/species/new_species, use_default_color = FALSE, delay_icon_update = FALSE, skip_same_check = FALSE, retain_damage = FALSE, transformation = FALSE, keep_missing_bodyparts = FALSE) + . = ..() + client?.init_verbs() diff --git a/modular_ss220/emotes/code/racial_emotes.dm b/modular_ss220/emotes/code/racial_emotes.dm new file mode 100644 index 000000000000..5b7dab93c7e4 --- /dev/null +++ b/modular_ss220/emotes/code/racial_emotes.dm @@ -0,0 +1,165 @@ +/datum/species/vulpkanin/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_wag + H.verbs |= /mob/living/carbon/human/proc/emote_swag + H.verbs |= /mob/living/carbon/human/proc/emote_howl + H.verbs |= /mob/living/carbon/human/proc/emote_growl + H.verbs |= /mob/living/carbon/human/proc/emote_bark + H.verbs |= /mob/living/carbon/human/proc/emote_wbark + H.verbs |= /mob/living/carbon/human/proc/emote_ururu + +/datum/species/vulpkanin/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_wag + H.verbs -= /mob/living/carbon/human/proc/emote_swag + H.verbs -= /mob/living/carbon/human/proc/emote_howl + H.verbs -= /mob/living/carbon/human/proc/emote_growl + H.verbs -= /mob/living/carbon/human/proc/emote_bark + H.verbs -= /mob/living/carbon/human/proc/emote_wbark + H.verbs -= /mob/living/carbon/human/proc/emote_ururu + +/datum/species/diona/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_creak + +/datum/species/diona/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_creak + +/datum/species/drask/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_hum + +/datum/species/drask/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_hum + +/datum/species/kidan/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_click + H.verbs |= /mob/living/carbon/human/proc/emote_clack + H.verbs |= /mob/living/carbon/human/proc/emote_waves_k + H.verbs |= /mob/living/carbon/human/proc/emote_wiggles + +/datum/species/kidan/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_click + H.verbs -= /mob/living/carbon/human/proc/emote_clack + H.verbs -= /mob/living/carbon/human/proc/emote_waves_k + H.verbs -= /mob/living/carbon/human/proc/emote_wiggles + +/datum/species/machine/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_ping + H.verbs |= /mob/living/carbon/human/proc/emote_beep + H.verbs |= /mob/living/carbon/human/proc/emote_buzz + H.verbs |= /mob/living/carbon/human/proc/emote_buzz2 + H.verbs |= /mob/living/carbon/human/proc/emote_yes + H.verbs |= /mob/living/carbon/human/proc/emote_no + +/datum/species/machine/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_ping + H.verbs -= /mob/living/carbon/human/proc/emote_beep + H.verbs -= /mob/living/carbon/human/proc/emote_buzz + H.verbs -= /mob/living/carbon/human/proc/emote_buzz2 + H.verbs -= /mob/living/carbon/human/proc/emote_yes + H.verbs -= /mob/living/carbon/human/proc/emote_no + +/datum/species/moth/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_flap + H.verbs |= /mob/living/carbon/human/proc/emote_aflap + H.verbs |= /mob/living/carbon/human/proc/emote_flutter + +/datum/species/moth/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_flap + H.verbs -= /mob/living/carbon/human/proc/emote_aflap + H.verbs -= /mob/living/carbon/human/proc/emote_flutter + +/datum/species/skrell/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_warble + H.verbs |= /mob/living/carbon/human/proc/emote_croak + H.verbs |= /mob/living/carbon/human/proc/emote_croak_anger + +/datum/species/skrell/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_warble + H.verbs -= /mob/living/carbon/human/proc/emote_croak + H.verbs -= /mob/living/carbon/human/proc/emote_croak_anger + +/datum/species/slime/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_squish + H.verbs |= /mob/living/carbon/human/proc/emote_bubble + H.verbs |= /mob/living/carbon/human/proc/emote_pop + +/datum/species/slime/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_squish + H.verbs -= /mob/living/carbon/human/proc/emote_bubble + H.verbs -= /mob/living/carbon/human/proc/emote_pop + +/datum/species/tajaran/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_wag + H.verbs |= /mob/living/carbon/human/proc/emote_swag + H.verbs |= /mob/living/carbon/human/proc/emote_purr + H.verbs |= /mob/living/carbon/human/proc/emote_purrl + H.verbs |= /mob/living/carbon/human/proc/emote_hiss + H.verbs |= /mob/living/carbon/human/proc/emote_meow + H.verbs |= /mob/living/carbon/human/proc/emote_mrow + +/datum/species/tajaran/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_wag + H.verbs -= /mob/living/carbon/human/proc/emote_swag + H.verbs -= /mob/living/carbon/human/proc/emote_purr + H.verbs -= /mob/living/carbon/human/proc/emote_purrl + H.verbs -= /mob/living/carbon/human/proc/emote_hiss + H.verbs -= /mob/living/carbon/human/proc/emote_meow + H.verbs -= /mob/living/carbon/human/proc/emote_mrow + +/datum/species/unathi/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_wag + H.verbs |= /mob/living/carbon/human/proc/emote_swag + H.verbs |= /mob/living/carbon/human/proc/emote_hiss + H.verbs |= /mob/living/carbon/human/proc/emote_roar + H.verbs |= /mob/living/carbon/human/proc/emote_threat + H.verbs |= /mob/living/carbon/human/proc/emote_whip + H.verbs |= /mob/living/carbon/human/proc/emote_whips + H.verbs |= /mob/living/carbon/human/proc/emote_rumble + +/datum/species/unathi/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_wag + H.verbs -= /mob/living/carbon/human/proc/emote_swag + H.verbs -= /mob/living/carbon/human/proc/emote_hiss + H.verbs -= /mob/living/carbon/human/proc/emote_roar + H.verbs -= /mob/living/carbon/human/proc/emote_threat + H.verbs -= /mob/living/carbon/human/proc/emote_whip + H.verbs -= /mob/living/carbon/human/proc/emote_whips + H.verbs -= /mob/living/carbon/human/proc/emote_rumble + +/datum/species/vox/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_wag + H.verbs |= /mob/living/carbon/human/proc/emote_swag + H.verbs |= /mob/living/carbon/human/proc/emote_quill + +/datum/species/vox/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_wag + H.verbs -= /mob/living/carbon/human/proc/emote_swag + H.verbs -= /mob/living/carbon/human/proc/emote_quill + +/datum/species/skeleton/on_species_gain(mob/living/carbon/human/H) + ..() + H.verbs |= /mob/living/carbon/human/proc/emote_rattle + +/datum/species/skeleton/on_species_loss(mob/living/carbon/human/H) + ..() + H.verbs -= /mob/living/carbon/human/proc/emote_rattle diff --git a/modular_ss220/emotes/code/species.dm b/modular_ss220/emotes/code/species.dm new file mode 100644 index 000000000000..f12d10375afd --- /dev/null +++ b/modular_ss220/emotes/code/species.dm @@ -0,0 +1,330 @@ +/datum/species + scream_verb = "кричит" + var/male_cry_sound = list( + 'modular_ss220/emotes/audio/male/cry_male_1.ogg', + 'modular_ss220/emotes/audio/male/cry_male_2.ogg') + var/female_cry_sound = list( + 'modular_ss220/emotes/audio/female/cry_female_1.ogg', + 'modular_ss220/emotes/audio/female/cry_female_2.ogg', + 'modular_ss220/emotes/audio/female/cry_female_3.ogg') + var/male_giggle_sound = list( + 'modular_ss220/emotes/audio/male/giggle_male_1.ogg', + 'modular_ss220/emotes/audio/male/giggle_male_2.ogg') + var/female_giggle_sound = list( + 'modular_ss220/emotes/audio/female/giggle_female_1.ogg', + 'modular_ss220/emotes/audio/female/giggle_female_2.ogg', + 'modular_ss220/emotes/audio/female/giggle_female_3.ogg', + 'modular_ss220/emotes/audio/female/giggle_female_4.ogg') + var/male_laugh_sound = list( + 'modular_ss220/emotes/audio/male/laugh_male_1.ogg', + 'modular_ss220/emotes/audio/male/laugh_male_2.ogg', + 'modular_ss220/emotes/audio/male/laugh_male_3.ogg') + var/female_laugh_sound = list( + 'modular_ss220/emotes/audio/female/laugh_female_1.ogg', + 'modular_ss220/emotes/audio/female/laugh_female_2.ogg', + 'modular_ss220/emotes/audio/female/laugh_female_3.ogg') + var/male_sigh_sound = list('modular_ss220/emotes/audio/male/sigh_male.ogg') + var/female_sigh_sound = list('modular_ss220/emotes/audio/female/sigh_female.ogg') + var/male_moan_sound = list( + 'modular_ss220/emotes/audio/male/moan_male_1.ogg', + 'modular_ss220/emotes/audio/male/moan_male_2.ogg', + 'modular_ss220/emotes/audio/male/moan_male_3.ogg') + var/female_moan_sound = list( + 'modular_ss220/emotes/audio/female/moan_female_1.ogg', + 'modular_ss220/emotes/audio/female/moan_female_2.ogg', + 'modular_ss220/emotes/audio/female/moan_female_3.ogg') + var/female_gasp_sound = list( + 'modular_ss220/emotes/audio/female/gasp_female_1.ogg', + 'modular_ss220/emotes/audio/female/gasp_female_2.ogg', + 'modular_ss220/emotes/audio/female/gasp_female_3.ogg', + 'modular_ss220/emotes/audio/female/gasp_female_4.ogg', + 'modular_ss220/emotes/audio/female/gasp_female_5.ogg', + 'modular_ss220/emotes/audio/female/gasp_female_6.ogg', + 'modular_ss220/emotes/audio/female/gasp_female_7.ogg') + gasp_sound = list( + 'modular_ss220/emotes/audio/male/gasp_male_1.ogg', + 'modular_ss220/emotes/audio/male/gasp_male_2.ogg', + 'modular_ss220/emotes/audio/male/gasp_male_3.ogg', + 'modular_ss220/emotes/audio/male/gasp_male_4.ogg', + 'modular_ss220/emotes/audio/male/gasp_male_5.ogg', + 'modular_ss220/emotes/audio/male/gasp_male_6.ogg', + 'modular_ss220/emotes/audio/male/gasp_male_7.ogg') + male_cough_sounds = list( + 'modular_ss220/emotes/audio/male/cough_male_1.ogg', + 'modular_ss220/emotes/audio/male/cough_male_2.ogg', + 'modular_ss220/emotes/audio/male/cough_male_3.ogg') + female_cough_sounds = list( + 'modular_ss220/emotes/audio/female/cough_female_1.ogg', + 'modular_ss220/emotes/audio/female/cough_female_2.ogg', + 'modular_ss220/emotes/audio/female/cough_female_3.ogg') + female_sneeze_sound = 'modular_ss220/emotes/audio/female/sneeze_female.ogg' + suicide_messages = list( + "пытается откусить себе язык!", + "выдавливает свои глазницы большими пальцами!", + "сворачивает себе шею!", + "задерживает дыхание!") + +/datum/species/diona + suicide_messages = list( + "теряет ветви!", + "вытаскивает из тайника бутыль с гербицидом и делает большой глоток!", + "разваливается на множество нимф!") + +/datum/species/drask + autohiss_basic_map = list( + "o" = list("oo", "ooo"), + "u" = list("uu", "uuu"), + "о" = list("оо", "ооо"), + "у" = list("уу", "ууу") + ) + autohiss_extra_map = list( + "m" = list("mm", "mmm"), + "м" = list("мм", "ммм") + ) + autohiss_exempt = list("Orluum") + suicide_messages = list( + "трёт себя до возгорания!", + "давит пальцами на свои большие глаза!", + "втягивает теплый воздух!", + "задерживает дыхание!") + +/datum/species/golem + suicide_messages = list( + "рассыпается в прах!", + "разбивает своё тело на части!") + +/datum/species/kidan + autohiss_basic_map = list( + "z" = list("zz", "zzz", "zzzz"), + "v" = list("vv", "vvv", "vvvv"), + "з" = list("зз", "ззз", "зззз"), + "в" = list("вв", "ввв", "вввв")) + autohiss_extra_map = list( + "s" = list("z", "zs", "zzz", "zzsz"), + "с" = list("з", "зс", "ззз", "ззсз")) + autohiss_exempt = list("Chittin") + + scream_verb = "визжит" + speech_sounds = list( + 'modular_ss220/emotes/audio/kidan/talk_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/talk_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/talk_kidan_3.ogg') + speech_chance = 20 + male_scream_sound = 'modular_ss220/emotes/audio/kidan/scream_kidan.ogg' + female_scream_sound = 'modular_ss220/emotes/audio/kidan/scream_kidan.ogg' + male_cry_sound = list( + 'modular_ss220/emotes/audio/kidan/cry_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/cry_kidan_2.ogg') + female_cry_sound = list( + 'modular_ss220/emotes/audio/kidan/cry_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/cry_kidan_2.ogg') + male_giggle_sound = list( + 'modular_ss220/emotes/audio/kidan/giggle_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/giggle_kidan_2.ogg') + female_giggle_sound = list( + 'modular_ss220/emotes/audio/kidan/giggle_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/giggle_kidan_2.ogg') + male_laugh_sound = list( + 'modular_ss220/emotes/audio/kidan/laugh_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/laugh_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/laugh_kidan_3.ogg', + 'modular_ss220/emotes/audio/kidan/laugh_kidan_4.ogg') + female_laugh_sound = list( + 'modular_ss220/emotes/audio/kidan/laugh_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/laugh_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/laugh_kidan_3.ogg', + 'modular_ss220/emotes/audio/kidan/laugh_kidan_4.ogg') + male_sigh_sound = list( + 'modular_ss220/emotes/audio/kidan/sigh_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/sigh_kidan_2.ogg') + female_sigh_sound = list( + 'modular_ss220/emotes/audio/kidan/sigh_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/sigh_kidan_2.ogg') + male_moan_sound = list('modular_ss220/emotes/audio/kidan/moan_kidan.ogg') + female_moan_sound = list('modular_ss220/emotes/audio/kidan/moan_kidan.ogg') + male_cough_sounds = list('modular_ss220/emotes/audio/kidan/cough_kidan.ogg') + female_cough_sounds = list('modular_ss220/emotes/audio/kidan/cough_kidan.ogg') + male_sneeze_sound = list( + 'modular_ss220/emotes/audio/kidan/sneeze_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/sneeze_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/sneeze_kidan_3.ogg') + female_sneeze_sound = list( + 'modular_ss220/emotes/audio/kidan/sneeze_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/sneeze_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/sneeze_kidan_3.ogg') + male_dying_gasp_sounds = list( + 'modular_ss220/emotes/audio/kidan/dying_gasp_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/dying_gasp_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/dying_gasp_kidan_3.ogg') + female_dying_gasp_sounds = list( + 'modular_ss220/emotes/audio/kidan/dying_gasp_kidan_1.ogg', + 'modular_ss220/emotes/audio/kidan/dying_gasp_kidan_2.ogg', + 'modular_ss220/emotes/audio/kidan/dying_gasp_kidan_3.ogg') + death_sounds = 'modular_ss220/emotes/audio/kidan/deathsound_kidan.ogg' + suicide_messages = list( + "пытается откусить себе усики!", + "вонзает когти в свои глазницы!", + "сворачивает себе шею!", + "разбивает себе панцирь", + "протыкает себя челюстями!", + "задерживает дыхание!") + +/datum/species/machine + suicide_messages = list( + "отключает питание!", + "разбивает свой монитор!", + "выкручивает себе шею!", + "загружает дополнительную оперативную память!", + "замыкает свои микросхемы!", + "блокирует свой вентиляционный порт!") + +/datum/species/moth + scream_verb = "жужжит" + female_giggle_sound = 'modular_ss220/emotes/audio/moth/moth_chitter.ogg' + male_giggle_sound = 'modular_ss220/emotes/audio/moth/moth_chitter.ogg' + male_scream_sound = 'modular_ss220/emotes/audio/moth/moth_scream.ogg' + female_scream_sound = 'modular_ss220/emotes/audio/moth/moth_scream.ogg' + male_sneeze_sound = 'modular_ss220/emotes/audio/moth/moth_sneeze.ogg' + female_sneeze_sound = 'modular_ss220/emotes/audio/moth/moth_sneeze.ogg' + female_laugh_sound = 'modular_ss220/emotes/audio/moth/moth_laugh.ogg' + male_laugh_sound = 'modular_ss220/emotes/audio/moth/moth_laugh.ogg' + female_cough_sounds = 'modular_ss220/emotes/audio/moth/moth_cough.ogg' + male_cough_sounds = 'modular_ss220/emotes/audio/moth/moth_cough.ogg' + suicide_messages = list( + "откусывает свои усики!", + "вспарывает себе живот!", + "отрывает себе крылья!", + "заддерживает своё дыхание!") + +/datum/species/plasmaman + autohiss_basic_map = list( + "s" = list("ss", "sss", "ssss"), + "с" = list("сс", "ссс", "сссс")) + + male_scream_sound = list( + 'modular_ss220/emotes/audio/plasmaman/scream_plasmaman_1.ogg', + 'modular_ss220/emotes/audio/plasmaman/scream_plasmaman_2.ogg', + 'modular_ss220/emotes/audio/plasmaman/scream_plasmaman_3.ogg') + female_scream_sound = list( + 'modular_ss220/emotes/audio/plasmaman/scream_plasmaman_1.ogg', + 'modular_ss220/emotes/audio/plasmaman/scream_plasmaman_2.ogg', + 'modular_ss220/emotes/audio/plasmaman/scream_plasmaman_3.ogg') + suicide_messages = list( + "сворачивает себе шею!", + "впускает себе немного O2!", + "осознает экзистенциальную проблему быть рождённым из плазмы!", + "показывает свою истинную природу, которая оказывается плазмой!") + +/datum/species/shadow + suicide_messages = list( + "пытается откусить себе язык!", + "выдавливает большими пальцами себе глазницы!", + "сворачивает себе шею!", + "пялится на ближайший источник света!") + +/datum/species/skeleton + suicide_messages = list( + "ломает себе кости!", + "сваливается в кучу!", + "разваливается!", + "откручивает себе череп!") + +/datum/species/skrell + male_giggle_sound = 'modular_ss220/emotes/audio/skrell/giggle_male_1.ogg' + female_giggle_sound = 'modular_ss220/emotes/audio/skrell/giggle_female_1.ogg' + male_laugh_sound = list( + 'modular_ss220/emotes/audio/skrell/laugh_male_1.ogg', + 'modular_ss220/emotes/audio/skrell/laugh_male_2.ogg', + 'modular_ss220/emotes/audio/skrell/laugh_male_3.ogg') + female_laugh_sound = list( + 'modular_ss220/emotes/audio/skrell/laugh_female_1.ogg', + 'modular_ss220/emotes/audio/skrell/laugh_female_2.ogg', + 'modular_ss220/emotes/audio/skrell/laugh_female_3.ogg') + suicide_messages = list( + "пытается откусить себе язык!", + "выдавливает большими пальцами свои глазницы!", + "сворачивает себе шею!", + "задыхается словно рыба!", + "душит себя собственными усиками!") + +/datum/species/slime + male_scream_sound = 'modular_ss220/emotes/audio/scream_jelly.ogg' + female_scream_sound = 'modular_ss220/emotes/audio/scream_jelly.ogg' + suicide_messages = list( + "тает в лужу!", + "растекается в лужу!", + "становится растаявшим желе!", + "вырывает собственное ядро!", + "становится коричневым, тусклым и растекается в лужу!") + +/datum/species/tajaran + autohiss_basic_map = list( + "r" = list("rr", "rrr", "rrrr"), + "р" = list("рр", "ррр", "рррр")) + autohiss_exempt = list("Siik'tajr") + + male_scream_sound = 'modular_ss220/emotes/audio/tajaran/scream_tajaran.ogg' + female_scream_sound = 'modular_ss220/emotes/audio/tajaran/scream_tajaran.ogg' + suicide_messages = list( + "пытается откусить себе язык!", + "вонзает когти себе в глазницы!", + "сворачивает себе шею!", + "задерживает дыхание!") + +/datum/species/unathi + autohiss_basic_map = list( + "s" = list("ss", "sss", "ssss"), + "с" = list("сс", "ссс", "сссс")) + autohiss_extra_map = list( + "x" = list("ks", "kss", "ksss"), + "ш" = list("шш", "шшш", "шшшш"), + "ч" = list("щ", "щщ", "щщщ")) + autohiss_exempt = list("Sinta'unathi") + + speech_sounds = list( + 'modular_ss220/emotes/audio/unathi/talk_unathi_1.ogg', + 'modular_ss220/emotes/audio/unathi/talk_unathi_2.ogg', + 'modular_ss220/emotes/audio/unathi/talk_unathi_3.ogg') + speech_chance = 20 + male_scream_sound = 'modular_ss220/emotes/audio/unathi/scream_male.ogg' + female_scream_sound = 'modular_ss220/emotes/audio/unathi/scream_female.ogg' + male_sneeze_sound = 'modular_ss220/emotes/audio/unathi/sneeze_male.ogg' + female_sneeze_sound = 'modular_ss220/emotes/audio/unathi/sneeze_female.ogg' + death_sounds = 'modular_ss220/emotes/audio/unathi/deathsound_unathi.ogg' + suicide_messages = list( + "пытается откусить себе язык!", + "вонзает когти себе в глазницы!", + "сворачивает себе шею!", + "задерживает дыхание!") + +/datum/species/vox + autohiss_basic_map = list( + "ch" = list("ch", "chch", "chich"), + "k" = list("k", "kk", "kik"), + "ч" = list("ч", "чч", "чич"), + "к" = list("к", "кк", "кик")) + autohiss_exempt = list("Vox-pidgin") + + scream_verb = "скрипит" + suicide_messages = list( + "пытается откусить себе язык!", + "вонзает когти себе в глазницы!", + "сворачивает себе шею!", + "задерживает дыхание!", + "глубоко вдыхает кислород!") + +/datum/species/vulpkanin + autohiss_basic_map = list( + "r" = list("r", "rr", "rrr"), + "р" = list("р", "рр", "ррр")) + autohiss_exempt = list("Canilunzt") + + scream_verb = "скулит" + suicide_messages = list( + "пытается откусить себе язык!", + "выдавливает когтями свои глазницы!", + "сворачивает себе шею!", + "задерживает дыхание!") + +/datum/species/monkey + scream_verb = "визжит" diff --git a/modular_ss220/events/_events.dm b/modular_ss220/events/_events.dm new file mode 100644 index 000000000000..170ad50db032 --- /dev/null +++ b/modular_ss220/events/_events.dm @@ -0,0 +1,4 @@ +/datum/modpack/events + name = "Кастомные ивенты" + desc = "Добавление новых ивентов" + author = "dj-34, PhantomRU" diff --git a/modular_ss220/events/_events.dme b/modular_ss220/events/_events.dme new file mode 100644 index 000000000000..b4ad5844ad80 --- /dev/null +++ b/modular_ss220/events/_events.dme @@ -0,0 +1,8 @@ +#include "_events.dm" + +#include "code/new_space_laws.dm" +#include "code/headcrabs.dm" +#include "code/infestation_extended.dm" +#include "code/christmas.dm" +#include "code/spider_terror.dm" +#include "code/SSticker.dm" diff --git a/modular_ss220/events/code/SSticker.dm b/modular_ss220/events/code/SSticker.dm new file mode 100644 index 000000000000..57e04d8d90f9 --- /dev/null +++ b/modular_ss220/events/code/SSticker.dm @@ -0,0 +1,24 @@ +/datum/controller/subsystem/ticker/any_admin_spawned_mobs(biohazard) + switch(biohazard) + if(BIOHAZARD_TERROR_SPIDERS) + for(var/mob/living/simple_animal/hostile/poison/terror_spider/S in GLOB.ts_spiderlist) + if(S.admin_spawned) + return TRUE + return ..() + +/datum/controller/subsystem/ticker/biohazard_count(biohazard) + switch(biohazard) + if(BIOHAZARD_TERROR_SPIDERS) + var/spiders = 0 + for(var/mob/living/simple_animal/hostile/poison/terror_spider/S in GLOB.ts_spiderlist) + if(S.ckey) + spiders++ + return spiders + return ..() + +/datum/controller/subsystem/ticker/biohazard_active_threat(biohazard) + var/modular_count = biohazard_count(biohazard) + switch(biohazard) + if(BIOHAZARD_TERROR_SPIDERS) + return modular_count >= 3 + return ..() diff --git a/modular_ss220/events/code/christmas.dm b/modular_ss220/events/code/christmas.dm new file mode 100644 index 000000000000..eb5c059ca8c5 --- /dev/null +++ b/modular_ss220/events/code/christmas.dm @@ -0,0 +1,181 @@ +#define COMSIG_SUBSYSTEM_POST_INITIALIZE "post_initialize" + +GLOBAL_LIST_EMPTY(possible_gifts) + +/datum/controller/subsystem/holiday/Initialize() + . = ..() + SEND_SIGNAL(src, COMSIG_SUBSYSTEM_POST_INITIALIZE) + +// Landmark for tree +/obj/effect/spawner/xmastree + name = "christmas tree spawner" + icon = 'icons/mob/screen_gen.dmi' + icon_state = "x2" + layer = LOW_LANDMARK_LAYER + /// Christmas tree, no presents included. + var/christmas_tree = /obj/structure/flora/tree/pine/xmas + /// Christmas tree, presents included. + var/presents_tree = /obj/structure/flora/tree/pine/xmas/presents + +/obj/effect/spawner/xmastree/Initialize(mapload) + . = ..() + if(!SSholiday.initialized) + RegisterSignal(SSholiday, COMSIG_SUBSYSTEM_POST_INITIALIZE, PROC_REF(place_tree)) + else + place_tree() + +/obj/effect/spawner/xmastree/proc/place_tree() + if(NEW_YEAR in SSholiday.holidays) + new presents_tree(get_turf(src)) + else if(CHRISTMAS in SSholiday.holidays) + new christmas_tree(get_turf(src)) + return qdel(src) + +// Gift +/obj/item/gift + icon = 'modular_ss220/events/icons/xmas.dmi' + +/obj/item/a_gift + icon = 'modular_ss220/events/icons/xmas.dmi' + +/obj/item/a_gift/anything + name = "\improper новогодний подарок" + desc = "Подарок! Что же тут..." + +/obj/item/a_gift/anything/attack_self__legacy__attackchain(mob/M) + if(!GLOB.possible_gifts.len) + var/list/gift_types_list = subtypesof(/obj/item) + for(var/thing in gift_types_list) + var/obj/item/item = thing + if((!initial(item.icon_state)) || (!initial(item.item_state)) || (initial(item.flags) & (ABSTRACT | NODROP)) || (initial(item.w_class) > 6)) + gift_types_list -= thing + GLOB.possible_gifts = gift_types_list + + var/something = pick(GLOB.possible_gifts) + var/obj/item/gift = new something(M) + M.unEquip(src, TRUE) + M.put_in_hands(gift) + gift.add_fingerprint(M) + playsound(loc, 'sound/items/poster_ripped.ogg', 100, TRUE) + qdel(src) + return + +// Xmas Tree +/obj/structure/flora/tree/pine/xmas + name = "\improper новогодняя ёлка" + desc = "Превосходная новогодняя ёлка." + icon = 'modular_ss220/events/icons/xmastree.dmi' + icon_state = "xmas_tree" + resistance_flags = INDESTRUCTIBLE // Protected by the christmas spirit + +/obj/structure/flora/tree/pine/xmas/Initialize(mapload) + . = ..() + icon_state = initial(icon_state) + +/obj/structure/flora/tree/pine/xmas/presents + icon_state = "xmas_tree_presents" + desc = "Превосходная новогодняя ёлка. Под ней подарки!" + var/gift_type = /obj/item/a_gift + var/unlimited = FALSE + var/static/list/took_presents // Shared between all xmas trees + +/obj/structure/flora/tree/pine/xmas/presents/anything + gift_type = /obj/item/a_gift/anything + +/obj/structure/flora/tree/pine/xmas/presents/Initialize(mapload) + . = ..() + if(!took_presents) + took_presents = list() + +/obj/structure/flora/tree/pine/xmas/presents/attack_hand(mob/living/user, list/modifiers) + . = ..() + if(.) + return + if(!user.ckey) + return + + if(took_presents[user.ckey] && !unlimited) + to_chat(user, span_warning("Ты не видишь подарка со своим именем.")) + return + + to_chat(user, span_notice("Немного покопавшись, ты нашёл подарок со своим именем.")) + + if(!unlimited) + took_presents[user.ckey] = TRUE + + var/obj/item/G = new gift_type(src) + user.put_in_hands(G) + +/obj/structure/flora/tree/pine/xmas/presents/unlimited + desc = "Превосходная новогодняя ёлка. Кажется под ней нескончаемый запас подарков!" + unlimited = TRUE + +/obj/structure/flora/tree/pine/xmas/presents/anything/unlimited + desc = "Превосходная новогодняя ёлка. Кажется под ней нескончаемый запас полностью случайных подарков!" + unlimited = TRUE + +// Рождество +/datum/holiday/xmas/celebrate() + // Новогоднее освещение + for(var/obj/machinery/light/lights in GLOB.machines) + lights.brightness_color = "#FFE6D9" + lights.nightshift_light_color = "#FFC399" + // Гурлянды + for(var/obj/structure/window/full/reinforced/rwindows in world) + rwindows.edge_overlay_file = 'modular_ss220/events/icons/xmaslights.dmi' + for(var/obj/structure/window/full/plasmareinforced/rplasma in world) + rplasma.edge_overlay_file = 'modular_ss220/events/icons/xmaslights.dmi' + for(var/turf/simulated/wall/indestructible/fakeglass/fakeglass in world) + fakeglass.edge_overlay_file = 'modular_ss220/events/icons/xmaslights.dmi' + // Новогодний цвет окон + for(var/obj/structure/window/windows in world) + windows.color = "#6CA66C" + for(var/obj/machinery/door/window/windoor in world) + windoor.color = "#6CA66C" + for(var/turf/simulated/wall/indestructible/fakeglass/fakeglass in world) + fakeglass.color = "#6CA66C" + // Их не красить + for(var/obj/structure/window/full/plasmabasic/plasma in world) + plasma.color = null + for(var/obj/structure/window/full/plasmareinforced/rplasma in world) + rplasma.color = null + for(var/obj/structure/window/full/shuttle/shuttle in world) + shuttle.color = null + for(var/obj/structure/window/full/plastitanium/syndie in world) + syndie.color = null + // Лучший подарок для лучшего экипажа + for(var/obj/structure/reagent_dispensers/beerkeg/nuke/beernuke in world) + beernuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi' + for(var/obj/machinery/nuclearbomb/nuke in world) + nuke.icon = 'modular_ss220/events/icons/nuclearbomb.dmi' + // Новогодние цветочки (И снеговик) + for(var/obj/item/kirbyplants/plants in world) + plants.icon = 'modular_ss220/events/icons/xmas.dmi' + plants.icon_state = "plant-[rand(1,9)]" + // Шляпа Иану + for(var/mob/living/simple_animal/pet/dog/corgi/ian/Ian in GLOB.mob_list) + Ian.place_on_head(new /obj/item/clothing/head/helmet/space/santahat) + // Снеговик в крафт + for(var/datum/crafting_recipe/snowman/S in GLOB.crafting_recipes) + S.always_available = TRUE + break + //The following spawn is necessary as both the timer and the shuttle systems initialise after the events system does, so we can't add stuff to the shuttle system as it doesn't exist yet and we can't use a timer + spawn(60 SECONDS) + var/datum/supply_packs/misc/snow_machine/xmas = SSeconomy.supply_packs["[/datum/supply_packs/misc/snow_machine]"] + xmas.special = FALSE + +// Световые маски на гурлянды, красивое в темноте +/obj/structure/window/full/reinforced/update_overlays() + . = ..() + if(CHRISTMAS in SSholiday.holidays) + underlays += emissive_appearance(edge_overlay_file, "[smoothing_junction]_lightmask") + +/obj/structure/window/full/plasmareinforced/update_overlays() + . = ..() + if(CHRISTMAS in SSholiday.holidays) + underlays += emissive_appearance(edge_overlay_file, "[smoothing_junction]_lightmask") + +/turf/simulated/wall/indestructible/fakeglass/update_overlays() + . = ..() + if(CHRISTMAS in SSholiday.holidays) + underlays += emissive_appearance(edge_overlay_file, "[smoothing_junction]_lightmask") diff --git a/modular_ss220/events/code/headcrabs.dm b/modular_ss220/events/code/headcrabs.dm new file mode 100644 index 000000000000..75b409c96c91 --- /dev/null +++ b/modular_ss220/events/code/headcrabs.dm @@ -0,0 +1,72 @@ +#define HEADCRAB_NORMAL 0 +#define HEADCRAB_FASTMIX 1 +#define HEADCRAB_FAST 2 +#define HEADCRAB_POISONMIX 3 +#define HEADCRAB_POISON 4 +#define HEADCRAB_SPAWNER 5 + +/datum/event/headcrabs + announceWhen = 10 + endWhen = 11 + var/locstring + var/headcrab_type + +/datum/event/headcrabs/start() + var/list/availableareas = list() + for(var/area/station/maintenance/A in world) + availableareas += A + var/area/randomarea = pick(availableareas) + var/list/turf/simulated/floor/turfs = list() + for(var/turf/simulated/floor/F in randomarea) + if(turf_clear(F)) + turfs += F + var/list/spawn_types = list() + var/max_number + headcrab_type = rand(0, 5) + switch(headcrab_type) + if(HEADCRAB_NORMAL) + spawn_types = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab) + max_number = 6 + if(HEADCRAB_FASTMIX) + spawn_types = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab, /mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast) + max_number = 8 + if(HEADCRAB_FAST) + spawn_types = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast) + max_number = 6 + if(HEADCRAB_POISONMIX) + spawn_types = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab, /mob/living/simple_animal/hostile/blackmesa/xen/headcrab/poison) + max_number = 4 + if(HEADCRAB_POISON) + spawn_types = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/poison) + max_number = 3 + if(HEADCRAB_SPAWNER) + spawn_types = list(/obj/structure/spawner/headcrab) + max_number = 2 + + + var/num = rand(2,max_number) + + while(turfs.len > 0 && num > 0) + var/turf/simulated/floor/T = pick(turfs) + turfs.Remove(T) + num-- + var/spawn_type = pick(spawn_types) + new spawn_type(T) + + if(prob(15)) + var/turf/simulated/floor/T = pick(turfs) + new /obj/structure/spawner/headcrab(T) + +/datum/event/headcrabs/announce() + GLOB.major_announcement.Announce("Биосканеры фиксируют размножение хедкрабов на борту станции. Избавьтесь от них, прежде чем это начнет влиять на продуктивность станции", "ВНИМАНИЕ: НЕОПОЗНАННЫЕ ФОРМЫ ЖИЗНИ.") + +/datum/event_container/mundane/New() + . = ..() + available_events |= new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Headcrab Infestation", /datum/event/headcrabs, 100, list(ASSIGNMENT_SECURITY = 30), TRUE) + +#undef HEADCRAB_NORMAL +#undef HEADCRAB_FASTMIX +#undef HEADCRAB_FAST +#undef HEADCRAB_POISONMIX +#undef HEADCRAB_POISON +#undef HEADCRAB_SPAWNER diff --git a/modular_ss220/events/code/infestation_extended.dm b/modular_ss220/events/code/infestation_extended.dm new file mode 100644 index 000000000000..67214e1d7ff0 --- /dev/null +++ b/modular_ss220/events/code/infestation_extended.dm @@ -0,0 +1,121 @@ +#define VERM_RATS 0 +#define VERM_AXOLOTL 1 +#define VERM_FROGS 2 +#define VERM_IGUANAS 3 +#define VERM_SNAKES 4 +#define VERM_MOTH 5 +#define VERM_MOTHROACH 6 + +/datum/event/infestation/extended + announceWhen = 10 + endWhen = 11 + var/static/list/spawn_areas_extended = list( + /area/station/service/chapel, + /area/station/service/library, + /area/station/service/hydroponics, + /area/station/service/cafeteria, + /area/station/service/hydroponics, + /area/station/service/bar, + /area/station/service/kitchen, + /area/station/service/janitor, + /area/station/public/construction, + /area/station/public/arcade, + /area/station/public/toilet, + /area/station/public/fitness, + /area/station/engineering/atmos, + /area/station/engineering/tech_storage, + /area/station/security/armory/secure, + /area/station/security/permabrig, + /area/station/security/lobby, + /area/station/security/prison/cell_block/a + ) + +/datum/event/infestation/extended/start() + var/list/turf/simulated/floor/turfs = list() + spawn_area_type = pick(spawn_areas_extended) + for(var/areapath in typesof(spawn_area_type)) + var/area/A = locate(areapath) + if(!A) + log_debug("Failed to locate area for extended infestation event!") + kill() + return + for(var/turf/simulated/floor/F in A.contents) + if(turf_clear(F)) + turfs += F + + var/list/spawn_types = list() + var/max_number + vermin = rand(0, 6) + switch(vermin) + if(VERM_RATS) + max_number = 12 + var/possible_vermin = rand(0, 2) + switch(possible_vermin) + if(0) + spawn_types = list(/mob/living/simple_animal/mouse/rat) + vermstring = "крыс" + if(1) + spawn_types = list(/mob/living/simple_animal/mouse/rat/irish) + vermstring = "ирландских крыс борцов за независимость" + if(2) + spawn_types = list(/mob/living/simple_animal/mouse/rat/white) + vermstring = "лабораторных крыс" + if(VERM_AXOLOTL) + spawn_types = list(/mob/living/simple_animal/lizard/axolotl) + max_number = 9 + vermstring = "аксолотлей" + if(VERM_IGUANAS) + spawn_types = list(/mob/living/simple_animal/hostile/lizard) + max_number = 5 + vermstring = "игуанн" + if(prob(10)) + spawn_types = list(/mob/living/simple_animal/hostile/lizard/gator) + max_number = 3 + vermstring = "аллигаторов" + if(VERM_SNAKES) + spawn_types = list(/mob/living/simple_animal/hostile/poison_snake) + max_number = 9 + vermstring = "ядовитых змей" + if(VERM_MOTH) + spawn_types = list(/mob/living/simple_animal/moth) + max_number = 5 + vermstring = "молей" + if(VERM_MOTHROACH) + spawn_types = list(/mob/living/simple_animal/nian_caterpillar) + max_number = 5 + vermstring = "молетараканов" + var/amount_to_spawn = rand(2, max_number) + while(length(turfs) && amount_to_spawn > 0) + var/turf/simulated/floor/T = pick_n_take(turfs) + amount_to_spawn-- + var/spawn_type = pick(spawn_types) + new spawn_type(T) + + +/datum/event/infestation/extended/announce(false_alarm) + var/vermin_chosen = vermstring || pick("неопознанных форм жизни", "золотых жуков", "ошибок", "насекомых", "тараканов", "муравьев", "щиткьюров", "ассистентов", "экипажа", "вульпканинов", "таяринов", "слаймов", "слаймоменов") + if(!spawn_area_type) + if(false_alarm) + spawn_area_type = pick(spawn_areas + spawn_areas_extended) + else + log_debug("Extended Infestation Event didn't provide an area to announce(), something is likely broken.") + kill() + + GLOB.minor_announcement.Announce("Биосканеры фиксируют размножение [vermin_chosen] в [initial(spawn_area_type.name)]. Избавьтесь от них, прежде чем это начнет влиять на продуктивность станции.", "ВНИМАНИЕ: НЕОПОЗНАННЫЕ ФОРМЫ ЖИЗНИ.") + spawn_area_type = null + +/datum/event/falsealarm/start() + possible_event_types |= /datum/event/infestation/extended + . = ..() + +/datum/event_container/mundane/New() + . = ..() + available_events |= new /datum/event_meta(EVENT_LEVEL_MUNDANE, "Vermin Infestation Extended", /datum/event/infestation/extended, 10, list(ASSIGNMENT_JANITOR = 100, ASSIGNMENT_SECURITY = 30)) + +#undef VERM_RATS +#undef VERM_AXOLOTL +#undef VERM_FROGS +#undef VERM_IGUANAS +#undef VERM_SNAKES +#undef VERM_MOTH +#undef VERM_MOTHROACH diff --git a/modular_ss220/events/code/new_space_laws.dm b/modular_ss220/events/code/new_space_laws.dm new file mode 100644 index 000000000000..fb92dd071542 --- /dev/null +++ b/modular_ss220/events/code/new_space_laws.dm @@ -0,0 +1,10 @@ +/datum/event/new_space_law + announceWhen = 1 + +/datum/event/new_space_law/announce() + var/list/new_space_laws = file2list("strings/new_space_laws.txt") + GLOB.major_announcement.Announce("В связи с последними событиями в космической политике, [pick(new_space_laws)] теперь признается (или признаются) незаконным(-ыми) по кодовому номеру «1xx» Космического Закона. Вы обязаны незамедлительно исправить ситуацию в течение 15 минут. Мы настоятельно рекомендуем вам поторопиться, чтобы избежать возможных негативных последствий.", "Юридический отдел Нанотрейзен") + +/datum/event_container/mundane/New() + . = ..() + available_events |= new /datum/event_meta(EVENT_LEVEL_MUNDANE, "New Space Law", /datum/event/new_space_law, 80, TRUE) diff --git a/modular_ss220/events/code/spider_terror.dm b/modular_ss220/events/code/spider_terror.dm new file mode 100644 index 000000000000..ae29d01daee2 --- /dev/null +++ b/modular_ss220/events/code/spider_terror.dm @@ -0,0 +1,110 @@ +#define TS_POINTS_GREEN 9 +#define TS_POINTS_WHITE 17 +#define TS_POINTS_PRINCESS 19 +#define TS_POINTS_PRINCE 30 +#define TS_POINTS_QUEEN 42 + +/datum/event/spider_terror + announceWhen = 240 + var/population_factor = 0.7 // higher - more spawnpoints + spawncount = 0 // amount of spawned spiders + var/spawnpoints = TS_POINTS_GREEN // weight points + /// lists for matching spiders and their weights + + var/list/spider_types = list( + "TERROR_GREEN" = /mob/living/simple_animal/hostile/poison/terror_spider/green, + "TERROR_WHITE" = /mob/living/simple_animal/hostile/poison/terror_spider/white, + "TERROR_PRINCESS" = /mob/living/simple_animal/hostile/poison/terror_spider/queen/princess, + "TERROR_PRINCE" = /mob/living/simple_animal/hostile/poison/terror_spider/prince, + "TERROR_QUEEN" = /mob/living/simple_animal/hostile/poison/terror_spider/queen + ) + + var/list/spider_costs = list( + "TERROR_GREEN" = TS_POINTS_GREEN, + "TERROR_WHITE" = TS_POINTS_WHITE, + "TERROR_PRINCESS" = TS_POINTS_PRINCESS, + "TERROR_PRINCE" = TS_POINTS_PRINCE, + "TERROR_QUEEN" = TS_POINTS_QUEEN + ) + + var/list/spider_counts = list( + "TERROR_GREEN" = 0, + "TERROR_WHITE" = 0, + "TERROR_PRINCESS" = 0, + "TERROR_PRINCE" = 0, + "TERROR_QUEEN" = 0 + ) + +/datum/event/spider_terror/start() + spawncount = 0 // yeah, still not 0 + // It is necessary to wrap this to avoid the event triggering repeatedly. + INVOKE_ASYNC(src, PROC_REF(wrappedstart_new)) + +/datum/event/spider_terror/proc/wrappedstart_new() + var/list/candidates = SSghost_spawns.poll_candidates("Do you want to play as a terror spider?", null, TRUE, source = /mob/living/simple_animal/hostile/poison/terror_spider) // questionable + var/max_spiders = length(candidates) + log_debug("where is [max_spiders] candidates") + spawnpoints += round(population_factor * length(GLOB.clients)) // server population sensitivity + log_debug("where is [spawnpoints] available spawnpoints") + spawn_terror_spiders(count_spawn_spiders(max_spiders), candidates) + SSevents.biohazards_this_round += BIOHAZARD_TERROR_SPIDERS + +/datum/event/spider_terror/proc/count_spawn_spiders(max_spiders) + while(spawnpoints >= TS_POINTS_GREEN && spawncount < max_spiders) + var/chosen_spider_id = pick(spider_costs) // random spider type choose + var/cost = spider_costs[chosen_spider_id] + + if(spawnpoints - cost >= 0) + spider_counts[chosen_spider_id] += 1 + spawnpoints -= cost + spawncount += 1 + log_debug("spider added into pool: [chosen_spider_id]") + log_debug("where is [spawnpoints] available spawnpoints now") + + if(spawnpoints < TS_POINTS_GREEN || spawncount >= max_spiders) + break + + log_debug("selected [spawncount] spider(s)") + return spider_counts + +/datum/event/spider_terror/proc/spawn_terror_spiders(list/spider_counts, candidates) + log_debug("begin spiders spawning") + var/list/vents = get_valid_vent_spawns(exclude_mobs_nearby = TRUE) + if(!length(vents)) + message_admins("Warning: No suitable vents detected for spawning terrors. Force picking from station vents regardless of state!") + vents = get_valid_vent_spawns(unwelded_only = FALSE, min_network_size = 0) + + log_debug("where is awailible [length(vents)] vents") + log_debug("spawncount is: [spawncount] vents") + while(spawncount && length(vents) && length(candidates)) + for(var/spider_id in spider_counts) + var/spider_type = spider_types[spider_id] + var/spider_count = spider_counts[spider_id] + log_debug("entering inner while cycle") + while(spider_count > 0 && length(candidates)) + var/obj/vent = pick_n_take(vents) + var/mob/living/simple_animal/hostile/poison/terror_spider/S = new spider_type(vent.loc) + var/mob/M = pick_n_take(candidates) + S.key = M.key + dust_if_respawnable(M) + S.forceMove(vent) + S.add_ventcrawl(vent) + SEND_SOUND(S, sound('sound/ambience/antag/terrorspider.ogg')) + S.give_intro_text() + spawncount-- + successSpawn = TRUE + + spider_count-- + + if(spawncount <= 0) + break + + spider_counts[spider_type] = 0 + + log_and_message_admins("spiders spawned successfully") + +#undef TS_POINTS_GREEN +#undef TS_POINTS_WHITE +#undef TS_POINTS_PRINCESS +#undef TS_POINTS_PRINCE +#undef TS_POINTS_QUEEN diff --git a/modular_ss220/events/icons/nuclearbomb.dmi b/modular_ss220/events/icons/nuclearbomb.dmi new file mode 100644 index 000000000000..87f9e234200d Binary files /dev/null and b/modular_ss220/events/icons/nuclearbomb.dmi differ diff --git a/modular_ss220/events/icons/xmas.dmi b/modular_ss220/events/icons/xmas.dmi new file mode 100644 index 000000000000..cf30a5d2990c Binary files /dev/null and b/modular_ss220/events/icons/xmas.dmi differ diff --git a/modular_ss220/events/icons/xmaslights.dmi b/modular_ss220/events/icons/xmaslights.dmi new file mode 100644 index 000000000000..be779fe2dcab Binary files /dev/null and b/modular_ss220/events/icons/xmaslights.dmi differ diff --git a/modular_ss220/events/icons/xmastree.dmi b/modular_ss220/events/icons/xmastree.dmi new file mode 100644 index 000000000000..c7acfc69b00d Binary files /dev/null and b/modular_ss220/events/icons/xmastree.dmi differ diff --git a/modular_ss220/example/_example.dm b/modular_ss220/example/_example.dm new file mode 100644 index 000000000000..234336718403 --- /dev/null +++ b/modular_ss220/example/_example.dm @@ -0,0 +1,16 @@ +/datum/modpack/example + /// A string name for the modpack. Used for looking up other modpacks in init. + name = "Example modpack" + /// A string desc for the modpack. Can be used for modpack verb list as description. + desc = "its useless" + /// A string with authors of this modpack. + author = "furior" + +/datum/modpack/example/pre_initialize() + . = ..() + +/datum/modpack/example/initialize() + . = ..() + +/datum/modpack/example/post_initialize() + . = ..() diff --git a/modular_ss220/example/_example.dme b/modular_ss220/example/_example.dme new file mode 100644 index 000000000000..5540c273b03b --- /dev/null +++ b/modular_ss220/example/_example.dme @@ -0,0 +1,3 @@ +#include "_example.dm" + +#include "code/example.dm" diff --git a/modular_ss220/example/code/example.dm b/modular_ss220/example/code/example.dm new file mode 100644 index 000000000000..4dd5a3a28bc0 --- /dev/null +++ b/modular_ss220/example/code/example.dm @@ -0,0 +1,2 @@ +/turf/simulated/wall/example + name = "Example wall" diff --git a/modular_ss220/food_and_drinks/_food_and_drinks.dm b/modular_ss220/food_and_drinks/_food_and_drinks.dm new file mode 100644 index 000000000000..63dae63cf48d --- /dev/null +++ b/modular_ss220/food_and_drinks/_food_and_drinks.dm @@ -0,0 +1,4 @@ +/datum/modpack/food + name = "Новая еда/напитики" + desc = "Различная новая еда и напитки." + author = "furior" diff --git a/modular_ss220/food_and_drinks/_food_and_drinks.dme b/modular_ss220/food_and_drinks/_food_and_drinks.dme new file mode 100644 index 000000000000..919447e14720 --- /dev/null +++ b/modular_ss220/food_and_drinks/_food_and_drinks.dme @@ -0,0 +1,10 @@ +#include "_food_and_drinks.dm" + +// Drinks +#include "code/drinks.dm" + +// Food +#include "code/food/food.dm" +#include "code/food/fancy_food.dm" +#include "code/food/nails.dm" +#include "code/food/ingredients.dm" diff --git a/modular_ss220/food_and_drinks/code/drinks.dm b/modular_ss220/food_and_drinks/code/drinks.dm new file mode 100644 index 000000000000..ac35726e92fb --- /dev/null +++ b/modular_ss220/food_and_drinks/code/drinks.dm @@ -0,0 +1,830 @@ +/obj/item/reagent_containers/drinks/drinkingglass + name = "drinking glass" + +/obj/item/reagent_containers/drinks/drinkingglass/on_reagent_change() + . = ..() + if(!reagents.reagent_list.len) + icon = initial(icon) + return + var/datum/reagent/reagent = reagents.get_master_reagent() + if(!istype(reagent, /datum/reagent/consumable)) + icon = initial(icon) + else + var/datum/reagent/consumable/drink = reagent + icon = drink.drinking_glass_icon + if(!reagent.drink_icon) + icon_state = "glass_empty" + +/datum/reagent/consumable + var/drinking_glass_icon = 'icons/obj/drinks.dmi' + +/obj/machinery/chem_dispenser/beer/Initialize(mapload) + dispensable_reagents |= "sambuka" + dispensable_reagents |= "jagermeister" + dispensable_reagents |= "bitter" + dispensable_reagents |= "bluecuracao" + . = ..() + +/obj/item/handheld_chem_dispenser/booze/Initialize(mapload) + dispensable_reagents |= "sambuka" + dispensable_reagents |= "jagermeister" + dispensable_reagents |= "bitter" + dispensable_reagents |= "bluecuracao" + . = ..() + +/datum/reagent/consumable/ethanol/sambuka + name = "Sambuka" + id = "sambuka" + description = "Flying into space, many thought that they had grasped fate." + color = "#e0e0e0" + alcohol_perc = 0.45 + dizzy_adj = 1 + drink_icon = "sambukaglass" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Glass of Sambuka" + drink_desc = "Flying into space, many thought that they had grasped fate." + taste_description = "twirly fire" + +/datum/reagent/consumable/ethanol/innocent_erp + name = "Innocent ERP" + id = "innocent_erp" + description = "Remember that big brother sees everything." + color = "#746463" + alcohol_perc = 0.5 + drink_icon = "innocent_erp" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Innocent ERP" + drink_desc = "Remember that big brother sees everything." + taste_description = "loss of flirtatiousness" + +/datum/chemical_reaction/innocent_erp + name = "Innocent ERP" + id = "innocent_erp" + result = "innocent_erp" + required_reagents = list("sambuka" = 3, "triple_citrus" = 1, "irishcream" = 1) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/soundhand + name = "soundhand" + id = "soundhand" + description = "Коктейль из нескольких алкогольных напитков с запахом ягод и легким слоем перца на стакане." + color = "#C18A7B" + alcohol_perc = 0.5 + drink_icon = "soundhand" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Саундхэнд" + drink_desc = "Коктейль из нескольких алкогольных напитков с запахом ягод и легким слоем перца на стакане." + taste_description = "дребезжащие в ритме металлические струны." + +/datum/reagent/consumable/ethanol/soundhand/on_mob_life(mob/living/M) + . = ..() + if(prob(10)) + M.emote("airguitar") + +/datum/chemical_reaction/soundhand + name = "Soundhand" + id = "soundhand" + result = "soundhand" + required_reagents = list("vodka" = 2, "whiskey" = 1, "berryjuice" = 1, "blackpepper" = 1) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/jagermeister + name = "Jagermeister" + id = "jagermeister" + description = "Пьяный охотник прилетел из глубокого космоса и, похоже, нашел жертву." + color = "#200b0b" + alcohol_perc = 0.4 + dizzy_adj = 6 SECONDS + drink_icon = "jagermeisterglass" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Стакан Егермейстра" + drink_desc = "Пьяный охотник прилетел из глубокого космоса и, похоже, нашел жертву." + taste_description = "радость охоты" + +/datum/reagent/consumable/ethanol/bluecuracao + name = "Blue Curacao" + id = "bluecuracao" + description = "Предохранитель готов, синева уже загорелась." + color = "#16c9ff" + alcohol_perc = 0.35 + drink_icon = "bluecuracaoglass" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Стакан Блю Кюрасао" + drink_desc = "Предохранитель готов, синева уже загорелась." + taste_description = "взрывная синева" + +/datum/reagent/consumable/ethanol/bitter + name = "Bitter" + id = "bitter" + description = "Не путайте размеры этикеток, потому что я ничего менять не буду." + color = "#d44071" + alcohol_perc = 0.45 + dizzy_adj = 4 SECONDS + drink_icon = "bitterglass" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Стакан Биттера" + drink_desc = "Не путайте размеры этикеток, потому что я ничего менять не буду." + taste_description = "вакуумная горечь" + +/datum/chemical_reaction/bitter + name = "Bitter" + id = "bitter" + result = "bitter" + required_reagents = list("ethanol" = 5, "berryjuice" = 5) + required_catalysts = list("enzyme" = 5) + result_amount = 15 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/black_blood + name = "Black Blood" + id = "black_blood" + description = "Нужно пить быстрее, пока оно не начало сворачиваться." + color = "#252521" + alcohol_perc = 0.45 + drink_icon = "black_blood" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Черная Кровь" + drink_desc = "Нужно пить быстрее, пока оно не начало сворачиваться." + taste_description = "кровавая тьма" + +/datum/reagent/consumable/ethanol/black_blood/reaction_mob(mob/living/M, method, volume) + . = ..() + if(prob(50)) + M.say(pick("Fuu ma'jin!", "Sas'so c'arta forbici!", "Ta'gh fara'qha fel d'amar det!", "Kla'atu barada nikt'o!", "Fel'th Dol Ab'orod!", "In'totum Lig'abis!", "Ethra p'ni dedol!", "Ditans Gut'ura Inpulsa!", "O bidai nabora se'sma!")) + +/datum/chemical_reaction/black_blood + name = "Black Blood" + id = "black_blood" + result = "black_blood" + required_reagents = list("bluecuracao" = 2, "jagermeister" = 1, "sodawater" = 1, "ice" = 1) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/pegu_club + name = "Pegu Club" + id = "pegu_club" + description = "Это похоже на то, как группа джентльменов колонизирует ваш язык." + color = "#a5702b" + alcohol_perc = 0.5 + drink_icon = "pegu_club" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Клуб Пегу" + drink_desc = "Это похоже на то, как группа джентльменов колонизирует ваш язык." + taste_description = "грузовой канал" + +/datum/chemical_reaction/pegu_club + name = "Pegu Club" + id = "pegu_club" + result = "pegu_club" + required_reagents = list("gin" = 2, "orangejuice" = 1, "limejuice" = 1, "bitter" = 2) + result_amount = 6 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/alcomender + name = "Alcomender" + id = "alcomender" + description = "Стакан в форме мендера, любимец врачей." + color = "#6b0059" + alcohol_perc = 1.4 ////Heal burn + drink_icon = "alcomender" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Алкомендер" + drink_desc = "Стакан в форме мендера, любимец врачей." + taste_description = "забавное лекарство" + +/datum/reagent/consumable/ethanol/alcomender/on_mob_life(mob/living/M) + var/update_flags = STATUS_UPDATE_NONE + update_flags |= M.adjustFireLoss(-0.7, FALSE) + return ..() | update_flags + +/datum/reagent/consumable/ethanol/alcomender/reaction_mob(mob/living/M, method=REAGENT_TOUCH, volume) // It is alcohol after all, so don't try to pour it on someone who's on fire ... please. + if(iscarbon(M)) + if(method == REAGENT_TOUCH) + M.adjustFireLoss(-volume * 0.7) + to_chat(M, span_notice("The diluted silver sulfadiazine soothes your burns.")) + return STATUS_UPDATE_NONE + +/datum/chemical_reaction/alcomender + name = "Alcomender" + id = "alcomender" + result = "alcomender" + required_reagents = list("silver_sulfadiazine" = 1, "ethanol" = 1 ) + result_amount = 2 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/amnesia + name = "Star Amnesia" + id = "amnesia" + description = "Это просто бутылка медицинского спирта?" + color = "#6b0059" + alcohol_perc = 1.2 ////Ethanol and Hooch + drink_icon = "amnesia" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Звездная амнезия" + drink_desc = "Это просто бутылка медицинского спирта?" + taste_description = "диско амнезия" + +/datum/chemical_reaction/amnesia + name = "Amnesia" + id = "Amnesia" + result = "amnesia" + required_reagents = list("hooch" = 1, "vodka" = 1, ) + result_amount = 2 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/johnny + name = "Silverhand" + id = "johnny" + description = "Wake the heck up, samurai. We have a station to burn." + color = "#c41414" + alcohol_perc = 0.6 + drink_icon = "johnny" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Silverhand" + drink_desc = "Wake the heck up, samurai. We have a station to burn." + taste_description = "superstar fading" + +/datum/chemical_reaction/johnny + name = "Silverhand" + id = "johnny" + result = "johnny" + required_reagents = list("tequila" = 2, "bitter" = 1, "beer" = 1, "berryjuice" = 1) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/oldfashion + name = "Old Fashion" + id = "oldfashion" + description = "Ходят слухи, что этот коктейль самый старый, но, однако, это совсем другая история." + color = "#6b4017" + alcohol_perc = 0.6 + drink_icon = "oldfashion" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Old Fashion" + drink_desc = "Ходят слухи, что этот коктейль самый старый, но, однако, это совсем другая история." + taste_description = "старые времена" + +/datum/chemical_reaction/oldfashion + name = "Old Fashion" + id = "oldfashion" + result = "oldfashion" + required_reagents = list("whiskey" = 5, "bitter" = 2, "sugar" = 2, "orangejuice" = 1, ) + result_amount = 10 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/teslasingylo + name = "God Of Power" + id = "teslasingylo" + description = "Настоящий ужас для СМЕСов и АПЦ. Не перегружайте их." + color = "#0300ce" + alcohol_perc = 0.7 + process_flags = SYNTHETIC + drink_icon = "teslasingylo" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "God Of Power" + drink_desc = "Настоящий ужас для СМЕСов и АПЦ. Не перегружайте их." + taste_description = "благословление электричества" + +/datum/reagent/consumable/ethanol/teslasingylo/on_mob_life(mob/living/M) + . = ..() + if(ismachineperson(M)) + var/mob/living/carbon/human/machine/machine = M + if(machine.nutrition > NUTRITION_LEVEL_WELL_FED) //no fat machines, sorry + return + machine.adjust_nutrition(15) //much less than charging from APC (50) + +/datum/chemical_reaction/teslasingylo + name = "God Of Power" + id = "teslasingylo" + result = "teslasingylo" + required_reagents = list("teslium" = 2, "radium" = 2, "synthanol" = 1) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/brandy_crusta + name = "Brandy Crusta" + id = "brandy_crusta" + description = "Сахарная корочка может оказаться совсем не сладкой." + color = "#754609" + alcohol_perc = 0.4 + drink_icon = "brandy_crusta" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Брэнди Круста" + drink_desc = "Сахарная корочка может оказаться совсем не сладкой." + taste_description = "солено-сладкий" + +/datum/chemical_reaction/brandy_crusta + name = "Brandy Crusta" + id = "brandy_crusta" + result = "brandy_crusta" + required_reagents = list("whiskey" = 2, "berryjuice" = 1, "lemonjuice" = 1, "bitter" = 1 ) + result_amount = 4 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/telegol + name = "Telegol" + id = "telegol" + description = "Многие до сих пор ломают голову над вопросом об этом коктейле. В любом случае, оно все еще существует... Или нет." + color = "#4218a3" + alcohol_perc = 0.5 + drink_icon = "telegol" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Телеголь" + drink_desc = "Многие до сих пор ломают голову над вопросом об этом коктейле. В любом случае, оно все еще существует... Или нет." + taste_description = "четвертое измерение" + +/datum/chemical_reaction/telegol + name = "telegol" + id = "telegol" + result = "telegol" + required_reagents = list("teslium" = 2, "vodka" = 2, "dr_gibb" = 1) + result_amount = 6 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/horse_neck + name = "Horse Neck" + id = "horse_neck" + description = "Будьте осторожны с вашими подковами." + color = "#c45d09" + alcohol_perc = 0.5 + drink_icon = "horse_neck" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Лошадиная Шея" + drink_desc = "Будьте осторожны с вашими подковами." + taste_description = "лошадиная сила" + +/datum/reagent/consumable/ethanol/horse_neck/reaction_mob(mob/living/M, method, volume) + . = ..() + if(prob(50)) + M.say(pick("NEEIIGGGHHHH!", "NEEEIIIIGHH!", "NEIIIGGHH!", "HAAWWWWW!", "HAAAWWW!")) + +/datum/chemical_reaction/horse_neck + name = "Horse Neck" + id = "horse_neck" + result = "horse_neck" + required_reagents = list("whiskey" = 2, "ale" = 3, "bitter" = 1) + result_amount = 6 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/vampiro + name = "Vampiro" + id = "vampiro" + description = "Ничего общего с вампирами не имеет, кроме цвета." + color = "#8d0000" + alcohol_perc = 0.45 + drink_icon = "vampiro" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Вампиро" + drink_desc = "Ничего общего с вампирами не имеет, кроме цвета." + taste_description = "истощение" + +/datum/reagent/consumable/ethanol/vampiro/on_mob_life(mob/living/M) + . = ..() + if(volume > 20) + if(prob(50)) //no spam here :p + M.visible_message(span_warning("Глаза [M] ослепительно вспыхивают!")) + +/datum/chemical_reaction/vampiro + name = "Vampiro" + id = "vampiro" + result = "vampiro" + required_reagents = list("tequila" = 2, "tomatojuice" = 1, "berryjuice" = 1) + result_amount = 4 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/inabox + name = "Box" + id = "inabox" + description = "Это... Просто коробка?" + color = "#5a3e0b" + alcohol_perc = 0.4 + drink_icon = "inabox" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Коробка" + drink_desc = "Это... Просто коробка?" + taste_description = "стелс" + +/datum/chemical_reaction/inabox + name = "Box" + id = "inabox" + result = "inabox" + required_reagents = list("gin" = 2, "potato" = 1 ) + result_amount = 3 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/irishempbomb + name = "Irish EMP Bomb" + id = "irishempbomb" + description = "Ммм, на вкус как выключение..." + color = "#123eb8" + process_flags = SYNTHETIC + alcohol_perc = 0.6 + drink_icon = "irishempbomb" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Ирладская ЕМП Бомба" + drink_desc = "Ммм, на вкус как выключение..." + taste_description = "электромагнитный импульс" + +/datum/chemical_reaction/irishempbomb + name = "Irish EMP Bomb" + id = "irishempbomb" + result = "irishempbomb" + required_reagents = list("dublindrop" = 1, "synthanol" = 1 ) + result_amount = 2 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/codelibre + name = "Code Libre" + id = "codelibre" + description = "Por Code libre!" + color = "#a126b1" + alcohol_perc = 0.55 + process_flags = SYNTHETIC + drink_icon = "codelibre" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Code Libre" + drink_desc = "Por Code libre!" + taste_description = "освобождение кода" + +/datum/reagent/consumable/ethanol/codelibre/on_mob_life(mob/living/M) + . = ..() + if(prob(10)) + M.say(":5 [pick("Viva la Synthetica!")]") + +/datum/chemical_reaction/codelibre + name = "Code Libre" + id = "codelibre" + result = "codelibre" + required_reagents = list("cubalibre" = 1, "synthanol" = 1 ) + result_amount = 2 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/green_fairy + name = "Green Fairy" + id = "green_fairy" + description = "Какой-то ненормальный зеленый цвет." + color = "#54dd1e" + alcohol_perc = 0.6 + drink_icon = "green_fairy" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Зеленая Фея" + drink_desc = "Какой-то ненормальный зеленый цвет." + taste_description = "вера в фей" + +/datum/reagent/consumable/ethanol/green_fairy/on_mob_life(mob/living/M) + var/update_flags = STATUS_UPDATE_NONE + update_flags |= M.SetDruggy(min(max(0, M.AmountDruggy() + 10 SECONDS), 15 SECONDS)) + return ..() | update_flags + +/datum/chemical_reaction/green_fairy + name = "Green Fairy" + id = "green_fairy" + result = "green_fairy" + required_reagents = list("tequila" = 1, "absinthe" = 1, "vodka" = 1, "bluecuracao" = 1, "lemonjuice" = 1 ) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/trans_siberian_express + name = "Trans-Siberian Express" + id = "trans_siberian_express" + description = "От Владивостока до белой горячки за один день." + color = "#e2a600" + alcohol_perc = 0.5 + drink_icon = "trans_siberian_express" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Транс-Сибирский Экспресс" + drink_desc = "От Владивостока до белой горячки за один день." + taste_description = "ужасная инфраструктура" + +/datum/chemical_reaction/trans_siberian_express + name = "Trans-Siberian Express" + id = "trans_siberian_express" + result = "trans_siberian_express" + required_reagents = list("vodka" = 3, "limejuice" = 2, "carrotjuice" = 2, "ice" = 1 ) + result_amount = 8 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/rainbow_sky + name = "Rainbow Sky" + id = "rainbow_sky" + description = "Напиток, переливающийся всеми цветами радуги с нотками галактики." + color = "#ffffff" + dizzy_adj = 20 SECONDS + alcohol_perc = 1.5 + drink_icon = "rainbow_sky" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Радужное Небо" + drink_desc = "Напиток, переливающийся всеми цветами радуги с нотками галактики." + taste_description = "радуга" + +/datum/reagent/consumable/ethanol/rainbow_sky/on_mob_life(mob/living/M) + var/update_flags = STATUS_UPDATE_NONE + update_flags |= M.adjustBruteLoss(-1, FALSE) + update_flags |= M.adjustFireLoss(-1, FALSE) + M.Druggy(30 SECONDS) + M.Jitter(10 SECONDS) + M.AdjustHallucinate(10 SECONDS) + return ..() | update_flags + +/datum/chemical_reaction/rainbow_sky + name = "Rainbow Sky" + id = "rainbow_sky" + result = "rainbow_sky" + required_reagents = list("doctorsdelight" = 1, "bananahonk" = 1, "erikasurprise" = 1, "screwdrivercocktail" = 1, "gargleblaster" = 1) + result_amount = 5 + +/datum/reagent/consumable/ethanol/synthanol/restart + name = "Restart" + id = "restart" + description = "Иногда нужно просто начать заново." + color = "#0026fc" + reagent_state = LIQUID + process_flags = SYNTHETIC + alcohol_perc = 1.5 + drink_icon = "restart" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Перезагрузка" + drink_desc = "Иногда нужно просто начать заново." + taste_description = "перезагрузка системы" + +/datum/reagent/consumable/ethanol/synthanol/restart/on_mob_life(mob/living/carbon/human/M) + var/update_flags = STATUS_UPDATE_NONE + switch(current_cycle) + if(5 to 13) + M.Jitter(40 SECONDS) + if(prob(10)) + M.emote(pick("twitch","giggle")) + if(prob(5)) + to_chat(M, span_notice("Rebooting..")) + if(14) + playsound(get_turf(M),'modular_ss220/food_and_drinks/sound/restart-shutdown.ogg', 200, 1) + if(15 to 23) + M.Weaken(10 SECONDS) + update_flags |= M.adjustBruteLoss(-0.3, FALSE, robotic = TRUE) + update_flags |= M.adjustFireLoss(-0.3, FALSE, robotic = TRUE) + M.SetSleeping(20 SECONDS) + if(24) + playsound(get_turf(M), 'modular_ss220/food_and_drinks/sound/restart-wakeup.ogg', 200, 1) + if(25) + M.SetStunned(0) + M.SetWeakened(0) + M.SetParalysis(0) + M.SetSleeping(0) + M.SetDrowsy(0) + M.SetSlur(0) + M.SetDrunk(0) + M.SetJitter(0) + M.SetDizzy(0) + M.SetDruggy(0) + var/restart_amount = clamp(M.reagents.get_reagent_amount("restart")-0.4, 0, 330) + M.reagents.remove_reagent("restart",restart_amount) + return ..() | update_flags + +/datum/chemical_reaction/restart + name = "Restart" + id = "restart" + result = "restart" + required_reagents = list("trinary" = 1, "codelibre" = 1, "rewriter" = 1, "irishempbomb" = 1, "synthanol" = 1 ) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/kvass + name = "Alcoholic Kvass" + id = "alco_kvass" + description = "Алкогольный напиток, полученный путём ферментации хлеба" + color = "#775a1c" + nutriment_factor = 1 * REAGENTS_METABOLISM + alcohol_perc = 0.2 + drink_icon = "alco_kvass" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Стакан алкогольного кваса" + drink_desc = "Освежающий горьковато-сладкий напиток прямиком из СССП" + taste_description = "квас" + +/datum/reagent/consumable/drink/kvass + name = "Kvass" + id = "kvass" + description = "Квас без алкоголя. Что отличает его от обычной газировки?" + color = "#574113" + adj_sleepy = -4 SECONDS + drink_icon = "kvass" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Стакан безалкогольного кваса" + drink_desc = "Квас без алкоголя. Освежает, но по вкусу как-то... блекло?" + harmless = FALSE + taste_description = "скучный квас" + +/datum/chemical_reaction/kvass + name = "Kvass" + id = "kvass" + result = "kvass" + required_reagents = list("alco_kvass" = 5, "antihol" = 1) + result_amount = 5 + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/narsour + name = "Nar'Sour" + id = "narsour" + description = "Побочные эффекты включают в себя склонность к суициду и складирование пластали." + color = "#9e0f0f" + alcohol_perc = 0.3 + dizzy_adj = 4 SECONDS + taste_description = "bloody" + drink_icon = "narsour" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_desc = "Новый хит-коктейль, вдохновлённый пивоварнями фирмы \"THE ARM\", что заставит вас выкрикивать Fuu ma'jin без остановки!" + drink_name = "Nar'Sour" + +/datum/chemical_reaction/narsour + name = "Nar'Sour" + id = "narsour" + result = "narsour" + result_amount = 2 + required_reagents = list("blood" = 1, "bloodymary" = 1, "lemonjuice" = 1) + mix_message = "Смесь излучает зловещее сияние." + mix_sound = 'sound/goonstation/misc/drinkfizz.ogg' + +/datum/reagent/consumable/ethanol/narsour/on_mob_life(mob/living/carbon/M) + . = ..() + M.CultSlur(10 SECONDS) + +// fermenting_barrel don't have behavior for non-plant food, so we need some proc for bread +/obj/structure/fermenting_barrel/proc/make_drink(obj/item/I, drink_id, amount) + reagents.add_reagent(drink_id, amount) + qdel(I) + playsound(src, 'sound/effects/bubbles.ogg', 50, TRUE) + +/obj/structure/fermenting_barrel/attackby__legacy__attackchain(obj/item/I, mob/user, params) + if(istype(I, /obj/item/food/sliceable/bread)) + if(!user.drop_item()) + to_chat(user, "[I] is stuck to your hand!") + return FALSE + I.forceMove(src) + to_chat(user, "You place [I] into [src] to start the fermentation process.") + addtimer(CALLBACK(src, PROC_REF(make_drink), I, "alco_kvass", 35), rand(80, 120) * speed_multiplier) + return + return ..() + +/obj/item/reagent_containers/drinks/cans/kvass + name = "Квас" + desc = "Банка кваса. На этикетке написано \"Сделано в СССП\"" + icon_state = "kvass_can" + icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + list_reagents = list("kvass" = 50) + +/obj/machinery/chem_dispenser/soda/Initialize(mapload) + dispensable_reagents += "kvass" + return ..() + +/obj/item/handheld_chem_dispenser/soda/Initialize(mapload) + dispensable_reagents += "kvass" + return ..() + +/obj/machinery/economy/vending/boozeomat/Initialize(mapload) + products += list(/obj/item/reagent_containers/drinks/cans/kvass = 8) + return ..() + +/obj/machinery/economy/vending/cola/Initialize(mapload) + products += list(/obj/item/reagent_containers/drinks/cans/kvass = 10) + prices += list(/obj/item/reagent_containers/drinks/cans/kvass = 50) + return ..() + +// MARK: Vulpix Milk +/obj/item/reagent_containers/drinks/bottle/vulpix_milk + desc = "Упаковка молочного коктейля с милой мордочкой лиса." + icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + is_glass = FALSE + +/obj/item/reagent_containers/drinks/bottle/vulpix_milk/smash(mob/living/target, mob/living/user, ranged = FALSE) + return + +// Berry Milk +/obj/item/reagent_containers/drinks/bottle/vulpix_milk/berry + name = "Red Fox's Strawberry Milk" + icon_state = "MV_milk_strawberry" + list_reagents = list("vulpix_milk_berry" = 50) + +/datum/reagent/consumable/drink/vulpix_milk_berry + name = "Red Fox's Strawberry Milk" + id = "vulpix_milk_berry" + description = "Клубничное молоко." + color = "#CE5643" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_icon = "MV_milkshake_straw" + drink_name = "Strawberry Milkshake" + drink_desc = "Клубничный молочный коктейль ярко-красного цвета, вкус детства!" + harmless = FALSE + taste_description = "клубничное молоко" + +/datum/chemical_reaction/vulpix_milk_berry + name = "Red Fox's Strawberry Milk" + id = "vulpix_milk_berry" + result = "vulpix_milk_berry" + required_reagents = list("milk" = 4, "berryjuice" = 1) + result_amount = 5 + +// Banana Milk +/obj/item/reagent_containers/drinks/bottle/vulpix_milk/banana + name = "Red Fox's Banana Milk" + icon_state = "MV_milk_banana" + list_reagents = list("vulpix_milk_banana" = 50) + +/datum/reagent/consumable/drink/vulpix_milk_banana + name = "Red Fox's Banana Milk" + id = "vulpix_milk_banana" + description = "Банановое молоко." + color = "#CEE03A" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_icon = "MV_milkshake_banana" + drink_name = "Banana Milkshake" + drink_desc = "Банановый молочный коктейль, вкус вашего детства, если вы, конечно, клоун." + harmless = FALSE + taste_description = "банановое молоко" + +/datum/chemical_reaction/vulpix_milk_banana + name = "Red Fox's Banana Milk" + id = "vulpix_milk_banana" + result = "vulpix_milk_banana" + required_reagents = list("milk" = 4, "banana" = 1) + result_amount = 5 + +// Chocolate Milk +/obj/item/reagent_containers/drinks/bottle/vulpix_milk/choco + name = "Red Fox's Chocolate Milk" + icon_state = "MV_milk_choco" + list_reagents = list("vulpix_milk_choco" = 50) + +/datum/reagent/consumable/drink/vulpix_milk_choco + name = "Red Fox's Chocolate Milk" + id = "vulpix_milk_choco" + description = "Шоколадное молоко." + color = "#434333" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_icon = "MV_milkshake_choco" + drink_name = "Chocolate Milkshake" + drink_desc = "Шоколадный молочный коктейль, вкус детства!" + harmless = FALSE + taste_description = "шоколадное молоко" + +/datum/chemical_reaction/vulpix_milk_choco + name = "Red Fox's Chocolate Milk" + id = "vulpix_milk_choco" + result = "vulpix_milk_choco" + required_reagents = list("milk" = 4, "chocolate" = 1) + result_amount = 5 + +// MARK: Vulpix Beer +/obj/item/reagent_containers/drinks/cans/vulpbeer + name = "MacVulpBeer Citrus" + desc = "Баночка пробуждающего аппетит и дешевого цитрусового пива от МакВульпикс." + icon_state = "vulpbeer_can" + icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + list_reagents = list("vulpbeer" = 50) + +/datum/reagent/consumable/ethanol/vulpbeer + name = "MacVulpBeer Citrus" + id = "vulpbeer" + description = "Обычное пиво с добавлением цитрусовых." + color = "#b86a21" + nutriment_factor = 1 * REAGENTS_METABOLISM + alcohol_perc = 0.15 + drink_icon = "vulpbeer" + drinking_glass_icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + drink_name = "Citrus Beer" + drink_desc = "Обычное пиво оранжевого оттенка, пахнет апельсинами." + taste_description = "кисленькое пиво" + +// MARK: NT Food Drinks +/obj/item/reagent_containers/drinks/cans/nt_iced_black_tea + name = "iced black tea" + desc = "Холодный чёрный чай, натуральный и полезный." + icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + icon_state = "tea_bottle_grey" + item_state = "beer" + list_reagents = list("icetea" = 30) + +/obj/item/reagent_containers/drinks/cans/nt_iced_green_tea + name = "iced green tea" + desc = "Холодный зелёный чай, натуральный и полезный." + icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + icon_state = "tea_bottle" + item_state = "beer" + list_reagents = list("icetea" = 30) + +/obj/item/reagent_containers/drinks/cans/nt_iced_mint_tea + name = "iced mint tea" + desc = "Освежающий холодный чай с листьями мяты." + icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + icon_state = "tea_bottle_blue" + item_state = "beer" + list_reagents = list("icetea" = 30) + +/obj/item/reagent_containers/drinks/cans/nt_iced_berry_tea + name = "iced berry tea" + desc = "Холодный чай с натуральными ягодами без сахара." + icon = 'modular_ss220/food_and_drinks/icons/drinks.dmi' + icon_state = "tea_bottle_pink" + item_state = "beer" + list_reagents = list("icetea" = 30) diff --git a/modular_ss220/food_and_drinks/code/food/fancy_food.dm b/modular_ss220/food_and_drinks/code/food/fancy_food.dm new file mode 100644 index 000000000000..d92c77183827 --- /dev/null +++ b/modular_ss220/food_and_drinks/code/food/fancy_food.dm @@ -0,0 +1,301 @@ +/** + * MARK: | Fancy Food + * Fancy food need to be opened first. + */ +/obj/item/food/fancy + /// Description when opened. + var/desc_open + /// Is it ready to be eaten? + var/opened = FALSE + /// Does it need to be taken out of the box? + var/need_takeout = FALSE + /// The sound that will be played when you open a food. + var/open_sound = 'modular_ss220/aesthetics_sounds/sound/food_open.ogg' + COOLDOWN_DECLARE(try_open) + +/obj/item/food/fancy/update_icon_state() + if(opened) + icon_state = "[initial(icon_state)]_open" + +/obj/item/food/fancy/attack__legacy__attackchain(mob/M, mob/user, def_zone) + if(!opened) + to_chat(user, span_warning("[src] сначала нужно открыть!")) + return FALSE + if(opened && need_takeout) + to_chat(user, span_warning("Сначала вытащите еду из упаковки!")) + return FALSE + return ..() + +/obj/item/food/fancy/attack_self__legacy__attackchain(mob/user) + AltClick(user) + +/obj/item/food/fancy/examine(mob/user) + . = ..() + if(!opened) + . += span_notice("Нажмите Alt-Click, чтобы открыть.") + if(opened && need_takeout) + . += span_notice("Нажмите Alt-Click, чтобы достать еду из упаковки.") + +/obj/item/food/fancy/AltClick(mob/user) + if(!try_open(user)) + return + + if(opened && !opened_act(user)) + to_chat(user, span_warning("[src] уже открыт!")) + return + + open(user) + update_icon(UPDATE_ICON_STATE) + +/** + * Try to open food box + * Returns TRUE if it can be opened + */ +/obj/item/food/fancy/proc/try_open(mob/user) + if(user.stat || HAS_TRAIT(user, TRAIT_HANDS_BLOCKED) || user.restrained()) + to_chat(user, span_warning("У вас нет возможности открыть [src]!")) + return FALSE + + if(!COOLDOWN_FINISHED(src, try_open)) + return FALSE + + return TRUE + +/** + * Opens food box + */ +/obj/item/food/fancy/proc/open(mob/user) + COOLDOWN_START(src, try_open, 2 SECONDS) // Prevent sound spamming + if(src.loc != user) + return + + playsound(loc, open_sound, 50) + if(!do_after(user, 1 SECONDS, target = src, allow_moving = TRUE, must_be_held = TRUE)) + return + + opened = TRUE + if(desc_open) + desc = desc_open + +/** + * Second action on Alt+Click. + * Called only when food is opened + */ +/obj/item/food/fancy/proc/opened_act(mob/user) + return FALSE + +// MARK: Doshik +/obj/item/food/fancy/doshik + name = "\improper дошик" + desc = "Очень известная лапша быстрого приготовления. При открытии заваривается моментально. Вау." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "doshik" + trash = /obj/item/trash/doshik + bitesize = 3 + junkiness = 25 + list_reagents = list("dry_ramen" = 30) + tastes = list("курятина" = 1, "лапша" = 1) + +/obj/item/food/fancy/doshik_spicy + name = "\improper острый дошик" + desc = "Очень известная лапша быстрого приготовления. При открытии заваривается моментально. Вау. Кажется, что в ней есть острые специи." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "doshikspicy" + trash = /obj/item/trash/doshik + bitesize = 3 + junkiness = 30 + list_reagents = list("dry_ramen" = 30, "capsaicin" = 5) + tastes = list("говядина" = 1, "лапша" = 1) + +/obj/item/trash/doshik + name = "\improper упаковка из-под дошика" + icon = 'modular_ss220/food_and_drinks/icons/trash.dmi' + icon_state = "doshik-empty" + desc = "Всё ещё вкусно пахнет." + +// MARK: MacVulpix +/obj/item/food/fancy/macvulpix_original + name = "\improper MacVulpix Original Taste" + desc = "Классический вкус вульпиксов, проверенный временем, в удобной порционной упаковке." + desc_open = "Пластиковый контейнер, доверху наполненный вкуснейшими и ароматными мясными шариками с кетчупом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "MV-vulpixs" + trash = /obj/item/trash/macvulpix + bitesize = 2 + junkiness = 20 + list_reagents = list("nutriment" = 4, "protein" = 4) + tastes = list("напоминающего курицу" = 2, "кетчуп" = 2) + +/obj/item/food/fancy/macvulpix_cheese + name = "\improper MacVulpix Triple-Cheese" + desc = "Классические вульпиксы - теперь с тройной сырной добавкой!" + desc_open = "Пластиковый контейнер, доверху наполненный вкуснейшими и ароматными мясными шариками с сырным соусом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "MV-vulpixs-cheese" + trash = /obj/item/trash/macvulpix + bitesize = 2 + junkiness = 20 + list_reagents = list("nutriment" = 4, "protein" = 4) + tastes = list("напоминающего курицу" = 2, "сыр" = 6) + +/obj/item/trash/macvulpix + name = "\improper упаковка из-под MacVulpix" + icon = 'modular_ss220/food_and_drinks/icons/trash.dmi' + icon_state = "MV-vulpixs" + desc = "Всё ещё вкусно пахнет." + +/** + * MARK: | Packed Fancy Food + * This type of food should be double opened + */ +/obj/item/food/fancy/packed + need_takeout = TRUE + var/list/possible_food + +/obj/item/food/fancy/packed/Initialize(mapload) + . = ..() + LAZYINITLIST(possible_food) + return INITIALIZE_HINT_LATELOAD + +/obj/item/food/fancy/packed/LateInitialize() + if(!LAZYLEN(possible_food)) + stack_trace("List 'possible_food' is empty or not initialized in [src.type] subtype! Deleting...") + qdel(src) + return + // Picks random from the list, works also if one item is in the list + var/item = pick(possible_food) + new item(src) + +/obj/item/food/fancy/packed/opened_act(mob/user) + user.drop_item() + + for(var/obj/item/food/internal_food in contents) + if(!user.get_active_hand() && Adjacent(user)) + user.put_in_hands(internal_food) + else + internal_food.forceMove(get_turf(user)) + + qdel(src) + return TRUE + +// MARK: MacVulpBurger +/obj/item/food/fancy/packed/macvulpburger + name = "\improper MacVulpBurger Gourmet" + desc = "Особый бургер из линейки “Большой Укус” с трюфельно-ягодным соусом, только для ценителей необычного!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "MV-burgerbox" + open_sound = 'sound/machines/cardboard_box.ogg' + possible_food = list(/obj/item/food/burger/macvulp) + +/obj/item/food/burger/macvulp + name = "\improper MacVulpBurger Gourmet" + desc = "Огромный аппетитный и сочащийся соками бургер с двойной говяжьей котлетой и трюфельно-ягодным соусом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "MV_burger" + bitesize = 2 + list_reagents = list("nutriment" = 6, "protein" = 6, "vitamin" = 1) + tastes = list("булка" = 1, "говядина" = 4, "трюфельный соус" = 1, "ягодный соус" = 1) + +// MARK: NT Food +/obj/item/food/fancy/packed/foodpack_nt + name = "\improper Nanotrasen Foodpack" + desc = "Большой набор еды с различным содержимым." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodpack_nt" + open_sound = 'sound/machines/cardboard_box.ogg' + possible_food = list( + /obj/item/food/foodtray_sad_steak, + /obj/item/food/foodtray_chicken_sandwich, + /obj/item/food/foodtray_noodle, + /obj/item/food/foodtray_sushi, + /obj/item/food/foodtray_beef_and_rice, + /obj/item/food/foodtray_pesto_pizza, + /obj/item/food/foodtray_rice_and_grilled_cheese, + /obj/item/food/foodtray_fried_shrooms + ) + +/obj/item/food/foodtray_sad_steak + name = "\improper mashed potatoes and steak" + desc = "Суховатое пюре с таким себе стейком, скорее всего это даже не мясо." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_sad_steak" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 8, "protein" = 4, "vitamin" = 8) + tastes = list("соус" = 1, "картофель" = 1, "напоминающего мяса" = 4) + +/obj/item/food/foodtray_chicken_sandwich + name = "\improper chicken sandwich" + desc = "Сэндвич с безвкусной курицей." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_chicken_sandwich" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 8, "protein" = 4, "vitamin" = 5) + tastes = list("соус" = 1, "булка" = 1, "курица" = 1) + +/obj/item/food/foodtray_noodle + name = "\improper noodles" + desc = "Спагетти Болоньезе, или нет... Но очень похоже." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_noodle" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 5, "vitamin" = 3) + tastes = list("соус болоньезе" = 4, "спагетти" = 1) + +/obj/item/food/foodtray_sushi + name = "\improper sushi" + desc = "Свежие суши с неплохим балансом между рисом и рыбой." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_sushi" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 10, "protein" = 2, "vitamin" = 5) + tastes = list("рыба" = 4, "рис" = 2, "водоросли" = 1) + +/obj/item/food/foodtray_beef_and_rice + name = "\improper beef and rice" + desc = "Питательная порция говядины с рисом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_beef_and_rice" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 10, "protein" = 20, "vitamin" = 5) + tastes = list("говядина" = 4, "рис" = 2, "специи" = 1) + +/obj/item/food/foodtray_pesto_pizza + name = "\improper pesto pizza" + desc = "Пицца с песто. В меру питательная и слегка пресная. Хороший выбор для тех, кто не ждет многого от обеда." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_pesto_pizza" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 10, "vitamin" = 2) + tastes = list("песто" = 3, "сыр" = 2, "тесто" = 1) + +/obj/item/food/foodtray_rice_and_grilled_cheese + name = "\improper rice and grilled cheese" + desc = "Странное сочетание риса и жареного сыра." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_rice_and_grilled_cheese" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 10, "vitamin" = 2) + tastes = list("рис" = 2, "жареный сыр" = 3) + +/obj/item/food/foodtray_fried_shrooms + name = "\improper fried shrooms" + desc = "Простая порция жареных грибов, хрустящих снаружи и мягких внутри. Непритязательное, но питательное блюдо." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "foodtray_fried_shrooms" + trash = /obj/item/trash/foodtray + bitesize = 2 + list_reagents = list("nutriment" = 10, "vitamin" = 5) + tastes = list("грибы" = 4, "масло" = 2) + +/obj/item/trash/foodtray + name = "\improper food tray" + desc = "Пустой лоток из-под еды." + icon = 'modular_ss220/food_and_drinks/icons/trash.dmi' + icon_state = "foodtray" diff --git a/modular_ss220/food_and_drinks/code/food/food.dm b/modular_ss220/food_and_drinks/code/food/food.dm new file mode 100644 index 000000000000..1c5e6b79efce --- /dev/null +++ b/modular_ss220/food_and_drinks/code/food/food.dm @@ -0,0 +1,1126 @@ +// Reagent Grinder +/obj/machinery/reagentgrinder/Initialize(mapload) + . = ..() + blend_items = list(/obj/item/food/grown/buckwheat = list("buckwheat" = -5)) + blend_items + +// Vending +/obj/machinery/economy/vending/dinnerware/Initialize(mapload) + products += list( + /obj/item/reagent_containers/condiment/herbs = 2,) + . = ..() + +/obj/machinery/economy/vending/snack/Initialize(mapload) + products += list( + /obj/item/food/fancy/doshik = 6, + /obj/item/food/fancy/doshik_spicy = 6,) + prices += list( + /obj/item/food/fancy/doshik = 100, + /obj/item/food/fancy/doshik_spicy = 120,) + . = ..() + +// Boiled Buckwheat +/obj/item/food/boiledbuckwheat + name = "варёная гречка" + desc = "Это просто варёная гречка, ничего необычного." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "boiledbuckwheat" + trash = /obj/item/trash/plate + filling_color = "#8E633C" + list_reagents = list("nutriment" = 4, "vitamin" = 1) + tastes = list("гречка" = 1) + +/datum/recipe/microwave/boiledbuckwheat + reagents = list("water" = 5, "buckwheat" = 10) + result = /obj/item/food/boiledbuckwheat + +// Merchant Buckwheat +/obj/item/food/buckwheat_merchant + name = "гречка по-купечески" + desc = "Тушёная гречка с овощами и мясом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "buckwheat_merchant" + trash = /obj/item/trash/plate + filling_color = "#8E633C" + list_reagents = list("nutriment" = 5, "protein" = 2, "vitamin" = 3) + tastes = list("гречка" = 2, "мясо" = 2, "томатный соус" = 1) + +/datum/recipe/microwave/buckwheat_merchant + reagents = list("water" = 5, "buckwheat" = 10) + items = list( + /obj/item/food/grown/tomato, + /obj/item/food/grown/carrot, + /obj/item/food/meat) + result = /obj/item/food/buckwheat_merchant + +// Olivier Salad +/obj/item/food/oliviersalad + name = "салат оливье" + desc = "Не трогай, это на новый год!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "oliviersalad" + trash = /obj/item/trash/snack_bowl + filling_color = "#C2CFAB" + bitesize = 3 + list_reagents = list("nutriment" = 6, "kelotane" = 2, "vitamin" = 2) + tastes = list("варёная картошка" = 1, "огурец" = 1, "морковка" = 1, "яйцо" = 1, "Новый Год" = 1) + +/datum/recipe/microwave/oliviersalad + reagents = list("cream" = 10, "sodiumchloride" = 5) + items = list( + /obj/item/food/pickles, + /obj/item/food/boiledegg, + /obj/item/food/grown/potato, + /obj/item/food/grown/carrot, + /obj/item/food/sausage) + result = /obj/item/food/oliviersalad + +// Weird Olivier Salad +/obj/item/food/weirdoliviersalad + name = "странный салат оливье" + desc = "Что ты сделал с этим оливье, чудовище?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "oliviersalad" + trash = /obj/item/trash/snack_bowl + filling_color = "#C2CFAB" + bitesize = 3 + list_reagents = list("nutriment" = 6, "kelotane" = 2, "vitamin" = 3) + tastes = list("варёная картошка" = 1, "огурец" = 1, "морковка" = 1, "яйца" = 1, "странно" = 1, "Новый Год" = 1) + +/datum/recipe/microwave/weirdoliviersalad + reagents = list("cream" = 10, "sodiumchloride" = 5) + items = list( + /obj/item/food/pickles, + /obj/item/food/boiledegg, + /obj/item/food/grown/potato, + /obj/item/food/grown/carrot, + /obj/item/food/sausage, + /obj/item/food/grown/apple) + result = /obj/item/food/weirdoliviersalad + +// Vegetable Salad +/obj/item/food/vegisalad + name = "овощной салат" + desc = "Идеальная комбинация томатов и огурцов." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "validsalad" + trash = /obj/item/trash/snack_bowl + filling_color = "#C2CFAB" + bitesize = 3 + list_reagents = list("nutriment" = 4, "kelotane" = 1, "vitamin" = 1) + tastes = list("томат" = 2, "маринованные огурцы" = 2, "сметана" = 2) + +/datum/recipe/microwave/vegisalad + reagents = list("cream" = 10, "sodiumchloride" = 5) + items = list( + /obj/item/food/grown/cucumber, + /obj/item/food/grown/tomato) + result = /obj/item/food/vegisalad + +// Pickles +/obj/item/food/pickles + name = "маринованные огурцы" + desc = "Черт, тут много маринованных огурчиков." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "pickles" + trash = /obj/item/food/brine + filling_color = "#C2CFAB" + bitesize = 8 + list_reagents = list("nutriment" = 2, "vitamin" = 1) + tastes = list("маринованые огурцы" = 1) + +/obj/item/food/brine + name = "рассол" + desc = "Самое то после бурной ночи." + consume_sound = 'sound/items/drink.ogg' + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "brine" + filling_color = "#C2CFAB" + bitesize = 4 + list_reagents = list("nutriment" = 1, "antihol" = 2) + tastes = list("рассол" = 3) + +/datum/crafting_recipe/pickles + name = "Маринованные огурцы" + result = list(/obj/item/food/pickles) + reqs = list( + /obj/item/food/grown/cucumber = 3, + /datum/reagent/water = 10, + /datum/reagent/consumable/sodiumchloride = 10) + time = 1 SECONDS + category = CAT_FOOD + subcategory = CAT_MISCFOOD + +// Pickle Soup +/obj/item/food/soup/rassolnik + name = "рассольник" + desc = "Популярен в СССП." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "rassolnik" + filling_color = "#F1FC72" + list_reagents = list("nutriment" = 4, "kelotane" = 1, "vitamin" = 2) + tastes = list("картошка" = 1, "огурцы" = 1, "рис" = 1) + +/datum/recipe/microwave/rassolnik + reagents = list("water" = 10, "rice" = 5) + items = list( + /obj/item/food/grown/potato, + /obj/item/food/grown/cucumber) + result = /obj/item/food/soup/rassolnik + +// Doner +/obj/item/food/shawarma + name = "шаурма" + desc = "Великолепное сочетание мяса с гриля и свежих овощей. Не спрашивайте о мясе." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "shawarma" + filling_color = "#c0720c" + list_reagents = list("protein" = 4, "nutriment" = 4, "vitamin" = 2, "tomatojuice" = 4) + tastes = list("счастье" = 3, "мясо" = 2, "овощи" = 1) + +/datum/recipe/microwave/shawarma + reagents = list("sodiumchloride" = 1, "blackpepper" = 1) + items = list( + /obj/item/food/meatsteak, + /obj/item/food/meatsteak, + /obj/item/food/grown/cabbage, + /obj/item/food/onion_slice, + /obj/item/food/grown/tomato, + /obj/item/food/grown/carrot, + /obj/item/food/sliceable/flatdough) + result = /obj/item/food/shawarma + +// Doner - Cheese +/obj/item/food/doner_cheese + name = "сырная шаурма" + desc = "Фирменное блюдо от шеф-повара - мясо с гриля и свежие овощи с теплым сырным соусом. Вкусно!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "doner_cheese" + filling_color = "#c0720c" + list_reagents = list("protein" = 4, "nutriment" = 6, "vitamin" = 2, "tomatojuice" = 4) + tastes = list("счастье" = 3, "сыр" = 2, "мясо" = 2, "овощи" = 1) + +/datum/recipe/microwave/doner_cheese + reagents = list("sodiumchloride" = 1, "blackpepper" = 1) + items = list( + /obj/item/food/meatsteak, + /obj/item/food/meatsteak, + /obj/item/food/cheesewedge, + /obj/item/food/cheesewedge, + /obj/item/food/grown/cabbage, + /obj/item/food/grown/tomato, + /obj/item/food/sliceable/flatdough) + result = /obj/item/food/doner_cheese + +// Doner - Mushroom +/obj/item/food/doner_mushroom + name = "шаурма с грибами" + desc = "Мясо с гриля, свежие овощи и грибы. Грибы немного вытеснили мясо, но всё так же вкусно!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "doner_mushroom" + filling_color = "#c0720c" + list_reagents = list("protein" = 4, "nutriment" = 4, "plantmatter" = 2, "vitamin" = 2, "tomatojuice" = 4) + tastes = list("счастье" = 3, "мясо" = 2, "овощи" = 2, "томат" = 1) + +/datum/recipe/microwave/doner_mushroom + reagents = list("sodiumchloride" = 1, "blackpepper" = 1) + items = list( + /obj/item/food/meatsteak, + /obj/item/food/grown/mushroom, + /obj/item/food/grown/mushroom, + /obj/item/food/grown/mushroom, + /obj/item/food/grown/cabbage, + /obj/item/food/onion_slice, + /obj/item/food/grown/tomato, + /obj/item/food/grown/carrot, + /obj/item/food/sliceable/flatdough) + result = /obj/item/food/doner_mushroom + +// Doner - Vegetable +/obj/item/food/doner_vegan + name = "овощная шаурма" + desc = "Свежие овощи, завернутые в длинный рулет. Мясо в комплект не входит!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "doner_vegan" + filling_color = "#c0720c" + list_reagents = list("nutriment" = 4, "plantmatter" = 4, "vitamin" = 4, "tomatojuice" = 8) + tastes = list("овощи" = 2, "томат" = 1, "перец" = 1) + +/datum/recipe/microwave/doner_vegan + reagents = list("sodiumchloride" = 1, "blackpepper" = 1) + items = list( + /obj/item/food/grown/cabbage, + /obj/item/food/onion_slice, + /obj/item/food/onion_slice, + /obj/item/food/grown/tomato, + /obj/item/food/grown/tomato, + /obj/item/food/grown/carrot, + /obj/item/food/grown/carrot, + /obj/item/food/sliceable/flatdough) + result = /obj/item/food/doner_vegan + +// Slime Pie +/obj/item/food/sliceable/slimepie + name = "слаймовый пирог" + desc = "Блюрп блоб блуп блеп блоп. Можно нарезать." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "slimepie" + slice_path = /obj/item/food/slimepieslice + slices_num = 5 + bitesize = 3 + filling_color = "#00d9ff" + list_reagents = list("nutriment" = 12, "vitamin" = 4) + tastes = list("слизь" = 5, "сладость" = 1, "желе" = 1) + +/obj/item/food/slimepieslice + name = "кусочек слаймового пирога" + desc = "Блюрп блоб блуп блеп блоп." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "slimepieslice" + trash = /obj/item/trash/plate + filling_color = "#00d9ff" + tastes = list("слизь" = 5, "сладость" = 1, "желе" = 1) + +/datum/recipe/oven/slimepie + reagents = list("custard" = 1, "milk" = 5, "sugar" = 15) + items = list(/obj/item/organ/internal/brain/slime) + result = /obj/item/food/sliceable/slimepie + +// Kidan Ragu +/obj/item/food/kidanragu + name = "острое хитиновое рагу" + desc = "Рагу из очень жесткого хитинового мяса и тушеных овощей." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "kidanragu" + list_reagents = list("nutriment" = 6, "vitamin" = 2, "protein" = 4) + tastes = list("насекомое" = 3, "овощи" = 2) + +/datum/recipe/microwave/kidan_ragu + reagents = list("water" = 10, "sodiumchloride" = 1) + items = list( + /obj/item/organ/internal/heart/kidan, + /obj/item/food/grown/potato, + /obj/item/food/grown/potato, + /obj/item/food/grown/carrot, + /obj/item/food/grown/tomato, + /obj/item/food/grown/chili) + result = /obj/item/food/kidanragu + +// Fried Unathi Meat +/obj/item/food/sliceable/lizard + name = "жареное мясо унатха" + desc = "Сочный стейк из мяса крупной ящерицы, вызывающий желание полежать на теплых камнях. Можно нарезать." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "lizard_steak" + slice_path = /obj/item/food/lizardslice + slices_num = 5 + list_reagents = list("protein" = 20, "nutriment" = 10, "vitamin" = 5) + tastes = list("мясо ящерицы" = 4, "курятина" = 2) + +/obj/item/food/lizardslice + name = "стейк из унатха" + desc = "Порция мяса унатхи." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "lizard_slice" + trash = /obj/item/trash/plate + filling_color = "#a55f3a" + tastes = list("мясо ящерицы" = 2, "курятина" = 1) + +/datum/deepfryer_special/unathi + input = /obj/item/organ/external + output = /obj/item/food/sliceable/lizard + +/datum/deepfryer_special/unathi/validate(obj/item/I) + if(!..()) + return FALSE + var/obj/item/organ/external/E = I + return istype(E.dna.species, /datum/species/unathi) + +// Tajaroni +/obj/item/food/tajaroni + name = "таярони" + desc = "Острая вяленая колбаса с перцем и... Оно только что мяукнуло?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "tajaroni" + list_reagents = list("nutriment" = 4, "vitamin" = 2, "protein" = 2) + tastes = list("сухое мясо" = 3, "кошатина" = 2) + +/datum/deepfryer_special/tajaroni + input = /obj/item/organ/external + output = /obj/item/food/tajaroni + +/datum/deepfryer_special/tajaroni/validate(obj/item/I) + if(!..()) + return FALSE + var/obj/item/organ/external/E = I + return istype(E.dna.species, /datum/species/tajaran) + +// Vulpixes +/obj/item/food/vulpix + name = "вульпиксы" + desc = "Аппетитно выглядящие мясные шарики в тесте... Главное - не думать о том, из кого они сделаны!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "vulpix" + list_reagents = list("nutriment" = 4, "vitamin" = 2, "protein" = 4) + tastes = list("тесто" = 2, "собачатина" = 3) + +/datum/recipe/oven/vuplix + reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "tomato_sauce" = 1, "cream" = 5) + items = list( + /obj/item/food/dough, + /obj/item/food/meat, + /obj/item/organ/internal/liver/vulpkanin) + result = /obj/item/food/vulpix + +// Cheese Vulpixes +/obj/item/food/vulpix/cheese + name = "сырные вульпиксы" + desc = "Аппетитно выглядящие мясные шарики в тесте с начинкой из сыра... Главное - не думать о том, из кого они сделаны!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "vulpix_cheese" + list_reagents = list("nutriment" = 4, "vitamin" = 2, "protein" = 4) + tastes = list("тесто" = 2, "собачатина" = 3, "сыр" = 2) + +/datum/recipe/oven/vulpixcheese + reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "cheese_sauce" = 1, "cream" = 5) + items = list( + /obj/item/food/dough, + /obj/item/food/meat, + /obj/item/organ/internal/liver/vulpkanin, + /obj/item/food/cheesewedge) + result = /obj/item/food/vulpix/cheese + +// Bacon Vulpixes +/obj/item/food/vulpix/bacon + name = "вульпиксы с беконом" + desc = "Аппетитно выглядящие мясные шарики в тесте с начинкой... Главное - не думать о том, из кого они сделаны!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "vulpix_bacon" + list_reagents = list("nutriment" = 4, "vitamin" = 2, "protein" = 4) + tastes = list("тесто" = 2, "собачатина" = 3, "бекон" = 2, "грибы" = 2) + +/datum/recipe/oven/vulpixbacon + reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "mushroom_sauce" = 1, "cream" = 5) + items = list( + /obj/item/food/dough, + /obj/item/food/meat, + /obj/item/organ/internal/liver/vulpkanin, + /obj/item/food/raw_bacon, + /obj/item/food/grown/mushroom) + result = /obj/item/food/vulpix/bacon + +// Chilli Vulpixes +/obj/item/food/vulpix/chilli + name = "вульпиксы-чилли" + desc = "Аппетитно выглядящие мясные шарики в тесте... Главное - не думать о том, из кого они сделаны! Язык обжигает." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "vulpix_chillie" + list_reagents = list("nutriment" = 4, "vitamin" = 2, "protein" = 4) + tastes = list("тесто" = 2, "собачатина" = 3, "чилли" = 2) + +/datum/recipe/oven/vulpixchilli + reagents = list("blackpepper" = 1, "sodiumchloride" = 1, "herbsmix" = 1, "diablo_sauce" = 1, "cream" = 5) + items = list( + /obj/item/food/dough, + /obj/item/food/meat, + /obj/item/organ/internal/liver/vulpkanin, + /obj/item/food/grown/chili) + result = /obj/item/food/vulpix/chilli + +// Seafood Pizza +/obj/item/food/sliceable/pizza/seafood + name = "пицца с морепродуктами" + desc = "Дары космических озер, сыр и немного кислинки." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "fishpizza" + slice_path = /obj/item/food/seapizzaslice + list_reagents = list("nutriment" = 30, "vitamin" = 15, "protein" = 15) + filling_color = "#ffe45d" + tastes = list("чеснок" = 1, "сыр" = 2, "морепродукты" = 1, "кислинка" = 1) + +/obj/item/food/seapizzaslice + name = "кусочек пиццы с морепродуктами" + desc = "Аппетитный кусочек пиццы с морепродуктами и сыром..." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "fishpizzaslice" + filling_color = "#ffe45d" + tastes = list("чеснок" = 1, "сыр" = 2, "морепродукты" = 1, "кислинка" = 1) + +/datum/recipe/oven/seapizza + reagents = list("herbsmix" = 1, "garlic_sauce" = 1) + items = list( + /obj/item/food/sliceable/flatdough, + /obj/item/food/cheesewedge, + /obj/item/food/salmonmeat, + /obj/item/food/salmonmeat, + /obj/item/food/boiled_shrimp, + /obj/item/food/grown/citrus/lemon) + result = /obj/item/food/sliceable/pizza/seafood + +// Bacon Pizza +/obj/item/food/sliceable/pizza/bacon + name = "пицца с беконом" + desc = "Классическая пицца, один из ингредиентов которой был заменен на жареный бекон." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "baconpizza" + slice_path = /obj/item/food/baconpizzaslice + list_reagents = list("nutriment" = 40, "vitamin" = 5, "protein" = 15) + filling_color = "#ffe45d" + tastes = list("грибы" = 1, "сыр" = 2, "бекон" = 1) + +/obj/item/food/baconpizzaslice + name = "кусочек пиццы с беконом" + desc = "Аппетитный кусок пиццы с беконом и грибами..." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "baconpizzaslice" + filling_color = "#ffe45d" + tastes = list("грибы" = 1, "сыр" = 2, "бекон" = 1) + +/datum/recipe/oven/baconpizza + reagents = list("mushroom_sauce" = 1) + items = list( + /obj/item/food/sliceable/flatdough, + /obj/item/food/cheesewedge, + /obj/item/food/grown/mushroom, + /obj/item/food/grown/mushroom, + /obj/item/food/raw_bacon, + /obj/item/food/raw_bacon) + result = /obj/item/food/sliceable/pizza/bacon + +// Pizza Tajaroni +/obj/item/food/sliceable/pizza/tajaroni + name = "пицца с таярони" + desc = "Острые колбаски таярони с сыром и оливками. Что из этого ужаснее, еще предстоит решить." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "tajarpizza" + slice_path = /obj/item/food/tajpizzaslice + list_reagents = list("nutriment" = 30, "vitamin" = 15, "protein" = 15) + filling_color = "#ffe45d" + tastes = list("томат" = 1, "сыр" = 2, "таярони" = 1, "оливки" = 1) + +/obj/item/food/tajpizzaslice + name = "кусочек пиццы с таярони" + desc = "Вкуснейший кусок пиццы с таярони и оливками..." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "tajarpizzaslice" + filling_color = "#ffe45d" + tastes = list("томат" = 1, "сыр" = 2, "таярони" = 1, "оливки" = 1) + +/datum/recipe/oven/tajarpizza + reagents = list("herbsmix" = 1, "tomato_sauce" = 1, "blackpepper" = 1) + items = list( + /obj/item/food/sliceable/flatdough, + /obj/item/food/cheesewedge, + /obj/item/food/cheesewedge, + /obj/item/food/tajaroni, + /obj/item/food/grown/olive,) + result = /obj/item/food/sliceable/pizza/tajaroni + +// Diablo Pizza +/obj/item/food/sliceable/pizza/diablo + name = "пицца 'Диабло'" + desc = "Невероятно жгучая пицца с кусочками мяса, некоторые утверждают, что она может отправить вас в рэдспейс." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "diablopizza" + slice_path = /obj/item/food/diablopizzaslice + list_reagents = list("nutriment" = 30, "vitamin" = 15, "protein" = 15, "capsaicin" = 15) + filling_color = "#ffe45d" + tastes = list("остроту" = 1, "сыр" = 2, "мясо" = 1, "специи" = 1) + +/obj/item/food/diablopizzaslice + name = "кусочек пиццы 'Диабло'" + desc = "Аппетитный кусок пиццы с соусом 'Диабло' и мясом..." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "diablopizzaslice" + filling_color = "#ffe45d" + tastes = list("остроту" = 1, "сыр" = 2, "мясо" = 1, "специи" = 1) + +/datum/recipe/oven/diablopizza + reagents = list("herbsmix" = 1, "diablo_sauce" = 1) + items = list( + /obj/item/food/sliceable/flatdough, + /obj/item/food/cheesewedge, + /obj/item/food/grown/tomato, + /obj/item/food/grown/chili, + /obj/item/food/meatball, + /obj/item/food/meatball) + result = /obj/item/food/sliceable/pizza/diablo + +// Chocolate Cake +/obj/item/food/sliceable/choccherrycake + name = "шоколадно-вишневый торт" + desc = "Ещё один торт. Тем не менее." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "choccherrycake" + slice_path = /obj/item/food/choccherrycakeslice + slices_num = 6 + bitesize = 3 + filling_color = "#5e1706" + tastes = list("вишня" = 5, "сладость" = 1, "шоколад" = 1) + list_reagents = list("nutriment" = 12, "sugar" = 4, "cocoa" = 4) + +/obj/item/food/choccherrycakeslice + name = "кусочек шоколадно-вишневого торта" + desc = "Кусочек очередного торта. Подождите, что?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "choccherrycake_s" + trash = /obj/item/trash/plate + filling_color = "#5e1706" + +/datum/recipe/oven/choccherrycake + reagents = list("milk" = 5, "flour" = 15) + items = list( + /obj/item/food/egg, + /obj/item/food/egg, + /obj/item/food/egg, + /obj/item/food/chocolatebar, + /obj/item/food/chocolatebar, + /obj/item/food/grown/cherries) + result = /obj/item/food/sliceable/choccherrycake + +// Noel +/obj/item/food/sliceable/noel + name = "Bûche de Noël" + desc = "Что?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "noel" + trash = /obj/item/trash/tray + slice_path = /obj/item/food/noelslice + slices_num = 5 + filling_color = "#5e1706" + tastes = list("шоколад" = 3, "сладость" = 2, "яйца" = 1, "ягоды" = 2) + list_reagents = list("nutriment" = 6, "plantmatter" = 2, "cocoa" = 2, "cream" = 3, "sugar" = 3, "berryjuice" = 3) + +/obj/item/food/noelslice + name = "кусочек Noël" + desc = "Кусочек чего?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "noel_s" + trash = /obj/item/trash/plate + filling_color = "#5e1706" + bitesize = 2 + +/datum/recipe/oven/noel + reagents = list("flour" = 15, "cream" = 10, "milk" = 5) + items = list( + /obj/item/food/egg, + /obj/item/food/egg, + /obj/item/food/chocolatebar, + /obj/item/food/chocolatebar, + /obj/item/food/grown/berries, + /obj/item/food/grown/berries) + result = /obj/item/food/sliceable/noel + +// Sundae +/obj/item/food/sundae + name = "Сандей" + desc = "Сливочное удовольствие." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "sundae" + filling_color = "#F5DEB8" + list_reagents = list("nutriment" = 4, "plantmatter" = 2, "bananajucie" = 4, "cream" = 3) + tastes = list("банан" = 1, "вишня" = 1, "крем" = 1) + bitesize = 5 + +/datum/recipe/oven/sundae + reagents = list("cream" = 10) + items = list( + /obj/item/food/grown/cherries, + /obj/item/food/grown/banana, + /obj/item/food/doughslice) + result = /obj/item/food/sundae + +// Bun-Bun +/obj/item/food/bunbun + name = "Бун-Бун" + desc = "Маленькая хлебная обезьянка, сформованная из двух булочек для гамбургеров." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "bunbun" + list_reagents = list("nutriment" = 2) + tastes = list("тесто" = 2) + bitesize = 2 + +/datum/recipe/oven/bunbun + items = list( + /obj/item/food/bun, + /obj/item/food/bun) + result = /obj/item/food/bunbun + +// Tortilla +/obj/item/food/tortilla + name = "тортилья" + desc = "Hasta la vista, baby" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "tortilla" + trash = /obj/item/trash/plate + filling_color = "#E8C31E" + list_reagents = list("nutriment" = 4) + tastes = list("кукуруза" = 2) + bitesize = 2 + +/datum/recipe/microwave/tortilla + reagents = list("flour" = 10) + items = list(/obj/item/food/grown/corn) + result = /obj/item/food/tortilla + +// Nachos +/obj/item/food/nachos + name = "начос" + desc = "Хола!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "nachos" + trash = /obj/item/trash/plate + filling_color = "#E8C31E" + list_reagents = list("nutriment" = 4, "salt" = 1) + tastes = list("кукуруза" = 2) + bitesize = 3 + +/datum/recipe/microwave/nachos + reagents = list("sodiumchloride" = 1) + items = list(/obj/item/food/tortilla) + result = /obj/item/food/nachos + +// Cheese Nachos +/obj/item/food/cheesenachos + name = "сырные начос" + desc = "Сырное хола!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "cheesenachos" + trash = /obj/item/trash/plate + filling_color = "#f1d65c" + list_reagents = list("nutriment" = 6, "salt" = 1) + tastes = list("кукуруза" = 1, "сыр" = 2) + bitesize = 4 + +/datum/recipe/microwave/cheesenachos + reagents = list("sodiumchloride" = 1) + items = list( + /obj/item/food/tortilla, + /obj/item/food/cheesewedge) + result = /obj/item/food/cheesenachos + +// Cuban Nachos +/obj/item/food/cubannachos + name = "кубинские начос" + desc = "Очень острое хола!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "cubannachos" + trash = /obj/item/trash/plate + filling_color = "#ec5c23" + list_reagents = list("nutriment" = 6, "salt" = 1, "capsaicin" = 2, "plantmatter" = 1) + tastes = list("кукуруза" = 1, "чили" = 2) + bitesize = 4 + +/datum/recipe/microwave/cubannachos + items = list( + /obj/item/food/tortilla, + /obj/item/food/grown/chili, + /obj/item/food/grown/chili) + result = /obj/item/food/cubannachos + +// Carne Buritto +/obj/item/food/carneburrito + name = "Carne de burrito asado" + desc = "Как классический буррито, но с мясом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "carneburrito" + filling_color = "#69250b" + list_reagents = list("nutriment" = 8, "protein" = 2, "soysauce" = 1) + tastes = list("кукуруза" = 1, "мясо" = 2, "бобы" = 1) + bitesize = 4 + +/datum/recipe/microwave/carneburrito + items = list( + /obj/item/food/tortilla, + /obj/item/food/grown/soybeans, + /obj/item/food/cutlet, + /obj/item/food/cutlet) + result = /obj/item/food/carneburrito + +// Cheese Buritto +/obj/item/food/cheeseburrito + name = "сырное буритто" + desc = "Нужно ли здесь что-то говорить?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "cheeseburrito" + filling_color = "#f1d65c" + list_reagents = list("nutriment" = 10, "milk" = 2) + tastes = list("кукуруза" = 1, "бобы" = 1, "сыр" = 2) + bitesize = 4 + +/datum/recipe/microwave/cheeseburrito + items = list( + /obj/item/food/tortilla, + /obj/item/food/cheesewedge, + /obj/item/food/cheesewedge) + result = /obj/item/food/cheeseburrito + +// Plasma Buritto +/obj/item/food/plasmaburrito + name = "Fuego Plasma Burrito" + desc = "Очень острое, амигос." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "plasmaburrito" + filling_color = "#f35a46" + list_reagents = list("nutriment" = 4, "plantmatter" = 4, "capsaicin" = 4) + tastes = list("кукуруза" = 1, "бобы" = 1, "чили" = 2) + bitesize = 4 + +/datum/recipe/microwave/plasmaburrito + items = list( + /obj/item/food/tortilla, + /obj/item/food/grown/soybeans, + /obj/item/food/grown/chili, + /obj/item/food/grown/chili) + result = /obj/item/food/plasmaburrito + +// Pelmeni +/obj/item/food/pelmeni + name = "пельмени" + desc = "Мясо завёрнутое в тесто." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "pelmeni" + filling_color = "#d9be29" + list_reagents = list("protein" = 2) + bitesize = 2 + tastes = list("сырое мясо" = 1, "сырое тесто" = 1) + +/obj/item/food/doughslice/attackby__legacy__attackchain(obj/item/I, mob/user, params) + if(istype(I, /obj/item/food/rawcutlet)) + new /obj/item/food/pelmeni(src) + to_chat(user, "Вы сделали немного пельменей.") + qdel(src) + qdel(I) + else + ..() + +/obj/item/food/boiledpelmeni + name = "варёные пельмени" + desc = "Мы не знаем, какой была Сибирь, но эти вкусные пельмени определенно прибыли оттуда." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "boiledpelmeni" + trash = /obj/item/trash/snack_bowl + filling_color = "#d9be29" + list_reagents = list("protein" = 5) + bitesize = 3 + tastes = list("мясо" = 2, "тесто" = 2) + +/datum/recipe/microwave/pelmeni + reagents = list("water" = 5) + items = list(/obj/item/food/pelmeni) + result = /obj/item/food/boiledpelmeni + +// Smoked Sausage +/obj/item/food/smokedsausage + name = "копчёная колбаска" + desc = "Кусок копченой колбасы. Под пивко пойдёт." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "smokedsausage" + list_reagents = list("protein" = 12) + tastes = list("мясо" = 3) + +/datum/recipe/oven/smokedsausage + reagents = list("sodiumchloride" = 5, "blackpepper" = 5) + items = list(/obj/item/food/sausage) + result = /obj/item/food/smokedsausage + +// Salami +/obj/item/food/sliceable/salami + name = "салями" + desc = "Не лучший выбор для сэндвича." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "salami" + slice_path = /obj/item/food/slice/salami + slices_num = 6 + list_reagents = list("protein" = 12) + tastes = list("мясо" = 3, "чеснок" = 1) + +/obj/item/food/slice/salami + name = "ломтик салями" + desc = "Лучший выбор для сэндвича." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "salami_s" + bitesize = 2 + +/datum/recipe/oven/salami + reagents = list("garlic_sauce" = 5) + items = list(/obj/item/food/smokedsausage) + result = /obj/item/food/sliceable/salami + +// Fruit Cup +/obj/item/food/fruitcup + name = "фруктовая кружка" + desc = "Фруктовый салат со съедобной кружкой." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "fruitcup" + filling_color = "#C2CFAB" + list_reagents = list("nutriment" = 4, "watermelonjuice" = 5, "orangejuice" = 5, "vitamin" = 4) + tastes = list("яблоко" = 2, "банан" = 2, "арбуз" = 2, "лимон" = 1, "амброзия" = 1) + bitesize = 4 + +/datum/recipe/microwave/fruitcup + items = list( + /obj/item/food/grown/apple, + /obj/item/food/grown/citrus/orange, + /obj/item/food/grown/ambrosia, + /obj/item/food/grown/banana, + /obj/item/food/grown/citrus/lemon, + /obj/item/food/grown/watermelon) + result = /obj/item/food/fruitcup + +// Jungle Salad +/obj/item/food/junglesalad + name = "салат 'Джунгли'" + desc = "Из глубин джунглей." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "junglesalad" + filling_color = "#C2CFAB" + list_reagents = list("nutriment" = 6, "watermelonjuice" = 3, "vitamin" = 4) + tastes = list("яблоко" = 1, "банан" = 2, "арбуз" = 1) + +/datum/recipe/microwave/junglesalad + items = list( + /obj/item/food/grown/apple, + /obj/item/food/grown/banana, + /obj/item/food/grown/banana, + /obj/item/food/grown/watermelon) + result = /obj/item/food/junglesalad + +// Delight Salad +/obj/item/food/delightsalad + name = "cалат 'Восторг'" + desc = "Настоящий цитрусовый восторг." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "delightsalad" + filling_color = "#C2CFAB" + trash = /obj/item/trash/snack_bowl + list_reagents = list("nutriment" = 4, "lemonjuice" = 4, "orangejuice" = 4, "vitamin" = 4, "limejuice" = 4) + tastes = list("лимон" = 1, "лайм" = 2, "апельсин" = 1) + bitesize = 4 + +/datum/recipe/microwave/delightsalad + items = list( + /obj/item/food/grown/citrus/lemon, + /obj/item/food/grown/citrus/orange, + /obj/item/food/grown/citrus/lime) + result = /obj/item/food/delightsalad + +// Chowmein +/obj/item/food/chowmein + name = "чау-мейн" + desc = "Nihao!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "chowmein" + trash = /obj/item/trash/plate + list_reagents = list("nutriment" = 6, "protein" = 2) + tastes = list("лапша" = 1, "морковка" = 1, "капуста" = 1, "мясо" = 1) + bitesize = 3 + +/datum/recipe/microwave/chowmein + items = list( + /obj/item/food/boiledspaghetti, + /obj/item/food/cutlet, + /obj/item/food/grown/cabbage, + /obj/item/food/grown/carrot) + result = /obj/item/food/chowmein + +// Beef Noodles +/obj/item/food/beefnoodles + name = "лапша с говядиной" + desc = "Так просто и так вкусно!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "beefnoodles" + trash = /obj/item/trash/snack_bowl + list_reagents = list("nutriment" = 4, "protein" = 4, "plantmatter" = 3) + tastes = list("лапша" = 1, "капуста" = 1, "мясо" = 2) + bitesize = 2 + +/datum/recipe/microwave/beefnoodles + items = list( + /obj/item/food/boiledspaghetti, + /obj/item/food/cutlet, + /obj/item/food/cutlet, + /obj/item/food/grown/cabbage) + result = /obj/item/food/beefnoodles + +// Father's Soup +/obj/item/food/fathersoup + name = "батин суп" + desc = "Адовое блюдо, усреднённый рецепт ибо вариаций масса. Ух бля." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "fathersoup" + trash = /obj/item/trash/pan + filling_color = "#f85210" + list_reagents = list("nutriment" = 4, "protein" = 2, "plantmatter" = 4, "thermite" = 2) + tastes = list("перец" = 4, "чеснок" = 2, "томат" = 2) + bitesize = 5 + +/datum/recipe/oven/fathersoup + reagents = list("flour" = 10, "blackpepper" = 5) + items = list( + /obj/item/food/soup/tomatosoup, + /obj/item/food/grown/garlic, + /obj/item/food/grown/onion, + /obj/item/food/grown/ghost_chili, + /obj/item/food/grown/ghost_chili, + /obj/item/food/grown/tomato) + result = /obj/item/food/fathersoup + +/obj/item/food/fathersoup/On_Consume(mob/M, mob/user) + . = ..() + user.visible_message(span_notice("У [M] на лбу аж пот выступает.")) + if(prob(33)) + var/soup_talk = "Ух бля..." + M.say(soup_talk) + if(prob(33)) + M.emote("fart") + +/obj/item/trash/pan + name = "дырявая сковорода" + icon = 'modular_ss220/food_and_drinks/icons/trash.dmi' + icon_state = "pan" + +/obj/item/food/soup/sawdust_soup + name = "суп из опилок" + desc = "Отчаянные времена требуют отчаянных мер..." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "sawdustsoup" + lefthand_file = 'modular_ss220/food_and_drinks/icons/food_lefthand.dmi' + righthand_file = 'modular_ss220/food_and_drinks/icons/food_righthand.dmi' + filling_color = "#fae4b5" + trash = /obj/item/trash/snack_bowl + list_reagents = list("water" = 10, "nutriment" = 2, "vitamin" = 1) + tastes = list("опилки" = 1) + goal_difficulty = FOOD_GOAL_SKIP + +/datum/recipe/microwave/sawdust_soup + reagents = list("water" = 20) + items = list(/obj/item/stack/sheet/wood = 1) + result = /obj/item/food/soup/sawdust_soup + +/obj/item/food/soup/sawdust_soup/On_Consume(mob/M, mob/user) + . = ..() + var/mob/living/carbon/consumer = user + if(prob(5)) + consumer.vomit(nutritional_value * 2.5) + +// Infinite Pizza Box +/obj/item/pizzabox/infinite + resistance_flags = FIRE_PROOF | LAVA_PROOF | ACID_PROOF + +/obj/item/pizzabox/infinite/examine(mob/user) + . = ..() + if(isobserver(user)) + . += span_deadsay("Эта коробка для пиццы является аномальной и будет производить бесконечное количество пиццы.") + +/obj/item/pizzabox/infinite/attack_self__legacy__attackchain(mob/living/user) + QDEL_NULL(pizza) + if(ishuman(user)) + pizza = new /obj/item/food/sliceable/pizza/meatpizza(src) + . = ..() + +// Disk croutons +/obj/item/food/disk + name = "диск с сухариками" + desc = "Вкуснейшие сухарики с запахом дымка!" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "disk" + item_state = "chips" + bitesize = 3 + junkiness = 20 + antable = FALSE + trash = /obj/item/trash/disk + filling_color = "#d1ac45" + list_reagents = list("nutriment" = 1, "sodiumchloride" = 1, "ash" = 1, "saltpetre" = 1) + tastes = list("хлеб" = 3, "соль" = 1, "пепел" = 1) + +/obj/item/trash/disk + name = "диск с сухариками" + icon = 'modular_ss220/food_and_drinks/icons/trash.dmi' + icon_state = "disk" + item_state = "chips" + +// Plov +/obj/item/food/plov + name = "плов с изюмом" + desc = "Плов по тому самому рецепту с Земли, так ещё и с изюмом! Объедение." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "plov" + trash = /obj/item/trash/plate + filling_color = "#B15124" + list_reagents = list("nutriment" = 5, "blackpepper" = 1, "vitamin" = 1, "plantmatter" = 3) + tastes = list("рис" = 3, "мясо" = 1, "морковка" = 1, "изюм" = 1) + +/datum/recipe/oven/plov + reagents = list("blackpepper" = 1) + items = list( + /obj/item/food/boiledrice, + /obj/item/food/boiledrice, + /obj/item/food/grown/carrot, + /obj/item/food/meat, + /obj/item/food/meat, + /obj/item/food/grown/berries, + ) + result = /obj/item/food/plov + +// MARK: Vulpix Pizza +/obj/item/pizzabox/vulpix + name = "MacVulPizza Extra Pepperoni" + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "MV-pizzabox1" + +/obj/item/pizzabox/vulpix/update_icon_state() + if(open) + icon_state = "MV-pizzabox_open" + return + + icon_state = "MV-pizzabox[boxes.len + 1]" + +// Спасибо блять старому коду за хардкод путь до иконки... +/obj/item/pizzabox/vulpix/update_overlays() + . = ..() + if(open && pizza) + var/image/pizzaimg = image("icon" = 'modular_ss220/food_and_drinks/icons/food.dmi', icon_state = pizza.icon_state) + . += pizzaimg + return + +/obj/item/pizzabox/vulpix/Initialize(mapload) + . = ..() + pizza = new /obj/item/food/sliceable/pizza/vulpix(src) + +/obj/item/food/sliceable/pizza/vulpix + name = "MacVulPizza Extra Pepperoni" + desc = "Хорошо выглядящая пицца с тройной порцией пепперони, большим количеством моцареллы и ярким томатным соусом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "MV_pizza_pep" + slice_path = /obj/item/food/vulpix_pizza_slice + list_reagents = list("protein" = 30, "tomatojuice" = 6, "vitamin" = 8) + filling_color = "#ffe45d" + tastes = list("сыр" = 3, "пепперони" = 3, "жир" = 1) + +/obj/item/food/vulpix_pizza_slice + name = "кусочек пиццы 'MacVulPizza Extra Pepperoni'" + desc = "Хорошо выглядящий кусочек пиццы с тройной порцией пепперони, большим количеством моцареллы и ярким томатным соусом." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "MV_pizza_pep_slice" + filling_color = "#ffe45d" + tastes = list("сыр" = 3, "пепперони" = 3, "жир" = 1) + +/obj/item/food/vulpix_chips + name = "\improper MacNachos Diablo" + desc = "Лис на упаковке словно говорит вам “Это, черт возьми, остро!”" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "MV-chips" + bitesize = 1 + trash = /obj/item/trash/vulpix_chips + filling_color = "#e8791e" + junkiness = 20 + antable = FALSE + list_reagents = list("nutriment" = 1, "sodiumchloride" = 1, "capsaicin" = 3) + tastes = list("кукуруза" = 1) + +/obj/item/trash/vulpix_chips + name = "MacNachos Diablo" + desc = "Когда-то это были вкусные чипсы." + icon = 'modular_ss220/food_and_drinks/icons/trash.dmi' + icon_state = "MV-chips" + item_state = "chips" diff --git a/modular_ss220/food_and_drinks/code/food/ingredients.dm b/modular_ss220/food_and_drinks/code/food/ingredients.dm new file mode 100644 index 000000000000..d1f16bdfef1b --- /dev/null +++ b/modular_ss220/food_and_drinks/code/food/ingredients.dm @@ -0,0 +1,186 @@ +// Reagents +/datum/reagent/consumable/buckwheat + name = "Гречка" + id = "buckwheat" + description = "Ходят слухи, что советские люди жрут только водку и... это?" + reagent_state = SOLID + nutriment_factor = 3 * REAGENTS_METABOLISM + color = "#8E633C" + taste_description = "сухая гречка" + +/datum/reagent/consumable/tomato_sauce + name = "томатный соус" + id = "tomato_sauce" + description = "Отец всех соусов. Помидоры, немного специй и ничего лишнего." + reagent_state = LIQUID + nutriment_factor = 5 * REAGENTS_METABOLISM + color = "#ee1000" + taste_description = "томатный соус" + +/datum/reagent/consumable/cheesesauce + name = "сырный соус" + id = "cheese_sauce" + description = "Сыр, сливки и молоко... максимальная концентрация белка!" + reagent_state = LIQUID + nutriment_factor = 5 * REAGENTS_METABOLISM + color = "#e6d600" + taste_description = "сырный соус" + +/datum/reagent/consumable/mushroomsauce + name = "грибной соус" + id = "mushroom_sauce" + description = "Сливочный соус с грибами, имеет довольно резкий запах." + reagent_state = LIQUID + nutriment_factor = 5 * REAGENTS_METABOLISM + color = "#beb58a" + taste_description = "грибной соус" + +/datum/reagent/consumable/garlicsauce + name = "чесночный соус" + id = "garlic_sauce" + description = "Сильный соус с чесноком, его запах бьет в нос. Некоторые члены экипажа, вероятно, будут шипеть на вас и уходить." + reagent_state = LIQUID + nutriment_factor = 5 * REAGENTS_METABOLISM + color = "#fffee1" + taste_description = "чесночный соус" + +/datum/reagent/consumable/diablosauce + name = "соус 'Диабло'" + id = "diablo_sauce" + description = "Старинный жгучий соус, рецепт которого практически не изменился с момента его создания." + reagent_state = LIQUID + nutriment_factor = 5 * REAGENTS_METABOLISM + color = "#440804" + taste_description = "острый кетчуп" + +/datum/reagent/consumable/custard + name = "заварной крем" + id = "custard" + description = "Мягкий и сладкий крем, используемый в кондитерском производстве." + reagent_state = LIQUID + nutriment_factor = 5 * REAGENTS_METABOLISM + color = "#fffed1" + taste_description = "сладкий нежный крем" + +/datum/reagent/consumable/herbs + name = "приправа" + id = "herbsmix" + description = "Смесь различных трав." + reagent_state = SOLID + color = "#2c5c04" + taste_description = "сухая приправа" + +// Slices +/obj/item/food/cucumberslice + name = "ломтик огурца" + desc = "Нарезанный огурец, неожиданно, правда?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "cucumberslice" + filling_color = "#00DB00" + bitesize = 6 + list_reagents = list("kelotane" = 1) + tastes = list("cucumber" = 1) + +// Tomato Sauce +/obj/item/reagent_containers/condiment/tomato_sauce + name = "томатный соус" + desc = "Отец всех соусов. Помидоры, немного специй и ничего лишнего." + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "tomato_sauce" + list_reagents = list("tomato_sauce" = 50) + possible_states = list() + +/datum/recipe/microwave/tomato_sauce + reagents = list("water" = 15, "sodiumchloride" = 1, "blackpepper" = 1, "herbsmix" = 1) + items = list( + /obj/item/food/grown/garlic, + /obj/item/food/grown/tomato) + result = /obj/item/reagent_containers/condiment/tomato_sauce + +// Diablo Sauce +/obj/item/reagent_containers/condiment/diablo_sauce + name = "соус 'Диабло'" + desc = "Старинный жгучий соус, рецепт которого практически не изменился с момента его создания." + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "diablo_sauce" + list_reagents = list("diablo_sauce" = 30, "capsaicin" = 20) + possible_states = list() + +/datum/recipe/microwave/diablo_sauce + reagents = list("water" = 15, "sodiumchloride" = 1, "blackpepper" = 2, "herbsmix" = 1) + items = list( + /obj/item/food/grown/tomato, + /obj/item/food/grown/chili) + result = /obj/item/reagent_containers/condiment/diablo_sauce + +// Cheese Sauce +/obj/item/reagent_containers/condiment/cheese_sauce + name = "сырный соус" + desc = "Сыр, сливки и молоко... максимальная концентрация белка!" + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "cheese_sauce" + list_reagents = list("cheese_sauce" = 50) + possible_states = list() + +/datum/recipe/microwave/cheese_sauce + reagents = list("milk" = 15, "cream" = 5) + items = list( + /obj/item/food/cheesewedge, + /obj/item/food/cheesewedge) + result = /obj/item/reagent_containers/condiment/cheese_sauce + +// Mushroom Sauce +/obj/item/reagent_containers/condiment/mushroom_sauce + name = "грибной соус" + desc = "Сливочный соус с грибами, имеет довольно резкий запах." + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "mushroom_sauce" + list_reagents = list("mushroom_sauce" = 50) + possible_states = list() + +/datum/recipe/microwave/mushroom_sauce + reagents = list("milk" = 15, "cream" = 5, "sodiumchloride" = 1,) + items = list( + /obj/item/food/grown/onion, + /obj/item/food/grown/mushroom) + result = /obj/item/reagent_containers/condiment/mushroom_sauce + +// Garlic Sauce +/obj/item/reagent_containers/condiment/garlic_sauce + name = "чесночный соус" + desc = "Сильный соус с чесноком, его запах бьет в нос. Некоторые члены экипажа, вероятно, будут шипеть на вас и уходить." + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "garlic_sauce" + list_reagents = list("garlic_sauce" = 50) + possible_states = list() + +/datum/recipe/microwave/garlic_sauce + reagents = list("water" = 15, "sodiumchloride" = 1, "herbsmix" = 1) + items = list( + /obj/item/food/grown/garlic, + /obj/item/food/grown/cucumber) + result = /obj/item/reagent_containers/condiment/garlic_sauce + +// Custard +/obj/item/reagent_containers/condiment/custard + name = "заварной крем" + desc = "Мягкий и сладкий крем, используемый в кондитерском производстве." + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "custard" + list_reagents = list("custard" = 50) + possible_states = list() + +/datum/recipe/microwave/custard + reagents = list("sugar" = 10, "milk" = 10, "cream" = 5, "vanilla" = 5) + items = list(/obj/item/food/egg) + result = /obj/item/reagent_containers/condiment/custard + +// Herbs +/obj/item/reagent_containers/condiment/herbs + name = "приправа" + desc = "Смесь различных трав. Идеально подходит для пиццы!" + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon = 'modular_ss220/food_and_drinks/icons/containers.dmi' + icon_state = "herbs" + list_reagents = list("herbsmix" = 50) + possible_states = list() diff --git a/modular_ss220/food_and_drinks/code/food/nails.dm b/modular_ss220/food_and_drinks/code/food/nails.dm new file mode 100644 index 000000000000..bc88f8b144c9 --- /dev/null +++ b/modular_ss220/food_and_drinks/code/food/nails.dm @@ -0,0 +1,45 @@ +/obj/item/nails + name = "гвозди" + desc = "Хорошие гвозди, жаль бесполезные." + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "nails" + +/obj/item/food/nails + name = "жаренные гвозди" + desc = "Жаренных гвоздей не хочешь, не?" + icon = 'modular_ss220/food_and_drinks/icons/food.dmi' + icon_state = "nails_fried" + trash = /obj/item/trash/plate + bitesize = 3 + antable = FALSE + list_reagents = list("iron" = 8, "nutriment" = 1) + tastes = list("гвозди" = 1) + +/obj/item/food/nails/On_Consume(mob/living/carbon/human/user) + . = ..() + to_chat(user, span_warning("Ты чувствуешь адскую боль во рту!")) + playsound(user.loc, "bonebreak", 60, TRUE) + user.apply_damage(5, BRUTE, "head") + + switch(rand(1, 3)) + if(1) + user.Confused(12 SECONDS) + if(2) + user.EyeBlurry(6 SECONDS) + if(3) + user.bleed(5) + + if(prob(30)) + user.emote("scream") + + if(prob(10) && do_after(user, 5 SECONDS, needhand = FALSE, target = user, progress = FALSE, allow_moving = TRUE)) + user.vomit(lost_nutrition = 0, blood = 15, should_confuse = FALSE) + user.emote("scream") + +/datum/food_processor_process/nails + input = /obj/item/stack/rods + output = /obj/item/nails + +/datum/deepfryer_special/nails + input = /obj/item/nails + output = /obj/item/food/nails diff --git a/modular_ss220/food_and_drinks/icons/containers.dmi b/modular_ss220/food_and_drinks/icons/containers.dmi new file mode 100644 index 000000000000..a44a5003fe0f Binary files /dev/null and b/modular_ss220/food_and_drinks/icons/containers.dmi differ diff --git a/modular_ss220/food_and_drinks/icons/drinks.dmi b/modular_ss220/food_and_drinks/icons/drinks.dmi new file mode 100644 index 000000000000..69b452c4bab9 Binary files /dev/null and b/modular_ss220/food_and_drinks/icons/drinks.dmi differ diff --git a/modular_ss220/food_and_drinks/icons/food.dmi b/modular_ss220/food_and_drinks/icons/food.dmi new file mode 100644 index 000000000000..02942fde8dd5 Binary files /dev/null and b/modular_ss220/food_and_drinks/icons/food.dmi differ diff --git a/modular_ss220/food_and_drinks/icons/food_lefthand.dmi b/modular_ss220/food_and_drinks/icons/food_lefthand.dmi new file mode 100644 index 000000000000..6ce3684e0883 Binary files /dev/null and b/modular_ss220/food_and_drinks/icons/food_lefthand.dmi differ diff --git a/modular_ss220/food_and_drinks/icons/food_righthand.dmi b/modular_ss220/food_and_drinks/icons/food_righthand.dmi new file mode 100644 index 000000000000..a0eb7219aa8c Binary files /dev/null and b/modular_ss220/food_and_drinks/icons/food_righthand.dmi differ diff --git a/modular_ss220/food_and_drinks/icons/trash.dmi b/modular_ss220/food_and_drinks/icons/trash.dmi new file mode 100644 index 000000000000..50cdf4a77706 Binary files /dev/null and b/modular_ss220/food_and_drinks/icons/trash.dmi differ diff --git a/modular_ss220/food_and_drinks/sound/restart-shutdown.ogg b/modular_ss220/food_and_drinks/sound/restart-shutdown.ogg new file mode 100644 index 000000000000..871973c09cd6 Binary files /dev/null and b/modular_ss220/food_and_drinks/sound/restart-shutdown.ogg differ diff --git a/modular_ss220/food_and_drinks/sound/restart-wakeup.ogg b/modular_ss220/food_and_drinks/sound/restart-wakeup.ogg new file mode 100644 index 000000000000..e3709aa8d642 Binary files /dev/null and b/modular_ss220/food_and_drinks/sound/restart-wakeup.ogg differ diff --git a/modular_ss220/gateway/_gateway.dm b/modular_ss220/gateway/_gateway.dm new file mode 100644 index 000000000000..ead08d91197c --- /dev/null +++ b/modular_ss220/gateway/_gateway.dm @@ -0,0 +1,4 @@ +/datum/modpack/gateway + name = "Гейт" + desc = "Возвращает гейт, зачем..." + author = "Aylong220" diff --git a/modular_ss220/gateway/_gateway.dme b/modular_ss220/gateway/_gateway.dme new file mode 100644 index 000000000000..37a43303cb27 --- /dev/null +++ b/modular_ss220/gateway/_gateway.dme @@ -0,0 +1,7 @@ +#include "_gateway.dm" + +#include "code/exile.dm" +#include "code/gateway.dm" +#include "code/gateway_config.dm" +#include "code/gateway_initialize.dm" +#include "code/landmark.dm" diff --git a/modular_ss220/gateway/code/exile.dm b/modular_ss220/gateway/code/exile.dm new file mode 100644 index 000000000000..048ef4907040 --- /dev/null +++ b/modular_ss220/gateway/code/exile.dm @@ -0,0 +1,54 @@ +// Exile implants will allow you to use the station gate, but not return home. +// This will allow security to exile badguys/for badguys to exile their kill targets +/obj/item/bio_chip/exile + name = "exile bio-chip" + desc = "Prevents you from returning from away missions" + origin_tech = "materials=2;biotech=3;magnets=2;bluespace=3" + activated = BIOCHIP_ACTIVATED_PASSIVE + implant_data = /datum/implant_fluff/exile + implant_state = "implant-nanotrasen" + +/datum/implant_fluff/exile + name = "Nanotrasen Employee Exile Bio-chip" + life = "Known to last up to 3 to 4 years." + notes = "The onboard station gateway system has been modified to reject entry by individuals containing this bio-chip." + function = "Prevents the user from reentering the station through the gateway.... alive." + +/datum/supply_packs/security/armory/exileimp + name = "Exile Bio-chips Crate" + contains = list(/obj/item/storage/box/exileimp) + cost = 600 + containername = "exile bio-chip crate" + +/obj/item/storage/box/exileimp + name = "boxed exile bio-chip kit" + desc = "Box of exile bio-chips. It has a picture of a clown being booted through the Gateway." + +/obj/item/storage/box/exileimp/populate_contents() + new /obj/item/bio_chip_implanter/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) + +/obj/item/bio_chip_implanter/exile + name = "bio-chip implanter (exile)" + implant_type = /obj/item/bio_chip/exile + +/obj/item/bio_chip_case/exile + name = "bio-chip case - 'Exile'" + desc = "A glass case containing an exile bio-chip." + implant_type = /obj/item/bio_chip/exile + +/obj/structure/closet/secure_closet/exile + name = "exile bio-chips" + req_access = list(ACCESS_ARMORY) + +/obj/structure/closet/secure_closet/exile/populate_contents() + new /obj/item/bio_chip_implanter/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) + new /obj/item/bio_chip_case/exile(src) diff --git a/modular_ss220/gateway/code/gateway.dm b/modular_ss220/gateway/code/gateway.dm new file mode 100644 index 000000000000..a77b56f8bf5c --- /dev/null +++ b/modular_ss220/gateway/code/gateway.dm @@ -0,0 +1,300 @@ +/* Now you can click through gateways while observing. */ +/obj/machinery/gateway/centerstation/attack_ghost(mob/user as mob) + if(awaygate) + user.forceMove(awaygate.loc) + else + to_chat(user, "[src] не имеет пункта назначения.") + +/obj/machinery/gateway/centeraway/attack_ghost(mob/user as mob) + if(stationgate) + user.forceMove(stationgate.loc) + else + + to_chat(user, "[src] не имеет пункта назначения.") + +GLOBAL_DATUM_INIT(the_gateway, /obj/machinery/gateway/centerstation, null) +/obj/machinery/gateway + name = "gateway" + desc = "A mysterious gateway built by unknown hands, it allows for faster than light travel to far-flung locations." + icon = 'icons/obj/machines/gateway.dmi' + icon_state = "off" + density = TRUE + anchored = TRUE + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF + flags_2 = NO_MALF_EFFECT_2 + var/active = FALSE + +/obj/machinery/gateway/Initialize(mapload) + . = ..() + update_icon(UPDATE_ICON_STATE) + update_density_from_dir() + +/obj/machinery/gateway/proc/update_density_from_dir() + if(dir in list(SOUTH, SOUTHEAST, SOUTHWEST)) + density = FALSE + +/obj/machinery/gateway/update_icon_state() + icon_state = active ? "on" : "off" + + +// This is da important part wot makes things go +/obj/machinery/gateway/centerstation + density = TRUE + icon_state = "offcenter" + power_state = IDLE_POWER_USE + + + // Warping vars + var/list/linked = list() + var/ready = FALSE // Have we got all the parts for a gateway? + var/obj/machinery/gateway/centeraway/awaygate = null + +/obj/machinery/gateway/centerstation/Initialize(mapload) + . = ..() + if(!GLOB.the_gateway) + GLOB.the_gateway = src + + update_icon(UPDATE_ICON_STATE) + return INITIALIZE_HINT_LATELOAD + +/obj/machinery/gateway/centerstation/LateInitialize() + awaygate = locate(/obj/machinery/gateway/centeraway) in GLOB.machines + +/obj/machinery/gateway/centerstation/update_density_from_dir() + return + +/obj/machinery/gateway/centerstation/Destroy() + if(GLOB.the_gateway == src) + GLOB.the_gateway = null + return ..() + +/obj/machinery/gateway/centerstation/update_icon_state() + icon_state = active ? "oncenter" : "offcenter" + + +/obj/machinery/gateway/centerstation/process() + if(stat & (NOPOWER)) + if(active) toggleoff() + return + + if(active) + use_power(5000) + + +/obj/machinery/gateway/centerstation/proc/detect() + linked = list() //clear the list + var/turf/T = loc + + for(var/i in GLOB.alldirs) + T = get_step(loc, i) + var/obj/machinery/gateway/G = locate(/obj/machinery/gateway) in T + if(G) + linked.Add(G) + continue + + // This is only done if we fail to find a part + ready = FALSE + toggleoff() + break + + if(linked.len == 8) + ready = TRUE + + +/obj/machinery/gateway/centerstation/proc/toggleon(mob/user as mob) + if(!ready) + return + if(linked.len != 8) + return + if(!has_power()) + return + if(!awaygate) + awaygate = locate(/obj/machinery/gateway/centeraway) in GLOB.machines + if(!awaygate) + to_chat(user, span_notice("Error: No destination found.")) + return + var/wait = GLOB.configuration.gateway.away_mission_delay + SSticker.round_start_time + if(wait > world.time) + to_chat(user, span_notice("Error: Warpspace triangulation in progress. Estimated time to completion: [round(((wait - world.time) / 10) / 60)] minutes.")) + return + + for(var/obj/machinery/gateway/G in linked) + G.active = TRUE + G.update_icon(UPDATE_ICON_STATE) + active = TRUE + update_icon(UPDATE_ICON_STATE) + + +/obj/machinery/gateway/centerstation/proc/toggleoff() + for(var/obj/machinery/gateway/G in linked) + G.active = FALSE + G.update_icon(UPDATE_ICON_STATE) + active = FALSE + update_icon(UPDATE_ICON_STATE) + + +/obj/machinery/gateway/centerstation/attack_hand(mob/user as mob) + if(!ready) + detect() + return + if(!active) + toggleon(user) + return + toggleoff() + + +// Okay, here's the good teleporting stuff +/obj/machinery/gateway/centerstation/Bumped(atom/movable/M as mob|obj) + if(!ready) + return + if(!active) + return + if(!awaygate) + return + + if(awaygate.calibrated) + M.forceMove(get_step(awaygate.loc, SOUTH)) + M.dir = SOUTH + return + else + var/obj/effect/landmark/dest = pick(GLOB.awaydestinations) + if(dest) + M.forceMove(dest.loc) + M.dir = SOUTH + use_power(5000) + return + + +/obj/machinery/gateway/centerstation/attackby__legacy__attackchain(obj/item/W as obj, mob/user as mob, params) + if(istype(W,/obj/item/multitool)) + to_chat(user, "The gate is already calibrated, there is no work for you to do here.") + return + return ..() + +/////////////////////////////////////Away//////////////////////// + + +/obj/machinery/gateway/centeraway + density = TRUE + icon_state = "offcenter" + power_state = NO_POWER_USE + + var/calibrated = TRUE + var/list/linked = list() // A list of the connected gateway chunks + var/ready = FALSE + var/obj/machinery/gateway/centeraway/stationgate = null + + +/obj/machinery/gateway/centeraway/Initialize(mapload) + ..() + update_icon(UPDATE_ICON_STATE) + stationgate = locate(/obj/machinery/gateway/centerstation) in GLOB.machines + + +/obj/machinery/gateway/centeraway/update_density_from_dir() + return + +/obj/machinery/gateway/centeraway/update_icon_state() + icon_state = active ? "oncenter" : "offcenter" + + +/obj/machinery/gateway/centeraway/proc/detect() + linked.Cut() + var/turf/T = loc + + for(var/i in GLOB.alldirs) + T = get_step(loc, i) + var/obj/machinery/gateway/G = locate(/obj/machinery/gateway) in T + if(G) + linked.Add(G) + continue + + // This is only done if we fail to find a part + ready = FALSE + toggleoff() + break + + if(length(linked) == 8) + ready = TRUE + + +/obj/machinery/gateway/centeraway/proc/toggleon(mob/user as mob) + if(!ready) + return + if(length(linked) != 8) + return + if(!stationgate) + stationgate = locate(/obj/machinery/gateway/centerstation) in GLOB.machines + if(!stationgate) + to_chat(user, span_notice("Error: No destination found.")) + return + + for(var/obj/machinery/gateway/G in linked) + G.active = TRUE + G.update_icon(UPDATE_ICON_STATE) + active = TRUE + update_icon(UPDATE_ICON_STATE) + + +/obj/machinery/gateway/centeraway/proc/toggleoff() + for(var/obj/machinery/gateway/G in linked) + G.active = FALSE + G.update_icon(UPDATE_ICON_STATE) + active = FALSE + update_icon(UPDATE_ICON_STATE) + + +/obj/machinery/gateway/centeraway/attack_hand(mob/user as mob) + if(!ready) + detect() + return + if(!active) + toggleon(user) + return + toggleoff() + + +/obj/machinery/gateway/centeraway/Bumped(atom/movable/AM) + if(!ready) + return + if(!active) + return + if(!stationgate || QDELETED(stationgate)) + return + if(isliving(AM)) + if(exilecheck(AM)) + return + else + for(var/mob/living/L in AM.contents) + if(exilecheck(L)) + atom_say("Rejecting [AM]: Exile bio-chip detected in contained lifeform.") + return + if(AM.has_buckled_mobs()) + for(var/mob/living/L in AM.buckled_mobs) + if(exilecheck(L)) + atom_say("Rejecting [AM]: Exile bio-chip detected in close proximity lifeform.") + return + AM.forceMove(get_step(stationgate.loc, SOUTH)) + AM.setDir(SOUTH) + if(ismob(AM)) + var/mob/M = AM + if(M.client) + M.client.move_delay = max(world.time + 5, M.client.move_delay) + +/obj/machinery/gateway/centeraway/proc/exilecheck(mob/living/carbon/M) + for(var/obj/item/bio_chip/exile/E in M) // Checking that there is an exile bio-chip in the contents + if(E.imp_in == M) // Checking that it's actually implanted vs just in their pocket + to_chat(M, span_notice("The station gate has detected your exile bio-chip and is blocking your entry.")) + return TRUE + return FALSE + +/obj/machinery/gateway/centeraway/attackby__legacy__attackchain(obj/item/W as obj, mob/user as mob, params) + if(istype(W,/obj/item/multitool)) + if(calibrated) + to_chat(user, span_notice("The gate is already calibrated, there is no work for you to do here.")) + return + else + to_chat(user, span_boldannounce("Recalibration successful!") + span_notice(": This gate's systems have been fine tuned. Travel to this gate will now be on target.")) + calibrated = TRUE + return + return ..() diff --git a/modular_ss220/gateway/code/gateway_config.dm b/modular_ss220/gateway/code/gateway_config.dm new file mode 100644 index 000000000000..a3e5d8b46e7f --- /dev/null +++ b/modular_ss220/gateway/code/gateway_config.dm @@ -0,0 +1,22 @@ +/datum/server_configuration + /// Holder for the gateway configuration datum + var/datum/configuration_section/gateway_configuration/gateway + +/datum/server_configuration/load_all_sections() + . = ..() + gateway = new() + safe_load(gateway, "gateway_configuration") + +/datum/configuration_section/gateway_configuration + /// Do we want to enable away missions or not + var/enable_away_mission = TRUE + /// Delay (in deciseconds) before the gateway is usable + var/away_mission_delay = 6000 + /// List of all available away missions + var/list/enabled_away_missions = list() + +/datum/configuration_section/gateway_configuration/load_data(list/data) + // Use the load wrappers here. That way the default isnt made 'null' if you comment out the config line + CONFIG_LOAD_BOOL(enable_away_mission, data["enable_away_mission"]) + CONFIG_LOAD_NUM(away_mission_delay, data["away_mission_delay"]) + CONFIG_LOAD_LIST(enabled_away_missions, data["enabled_away_missions"]) diff --git a/modular_ss220/gateway/code/gateway_initialize.dm b/modular_ss220/gateway/code/gateway_initialize.dm new file mode 100644 index 000000000000..e455bcb3a323 --- /dev/null +++ b/modular_ss220/gateway/code/gateway_initialize.dm @@ -0,0 +1,31 @@ +/datum/controller/subsystem/mapping/Initialize() + . = ..() + // Pick a random away mission. + if(GLOB.configuration.gateway.enable_away_mission) + load_away_mission() + else + log_startup_progress("Skipping away mission...") + +/datum/controller/subsystem/mapping/proc/load_away_mission() + if(!length(GLOB.configuration.gateway.enabled_away_missions)) + log_startup_progress("No away missions found.") + return + + var/watch = start_watch() + log_startup_progress("Loading away mission...") + + var/map = pick(GLOB.configuration.gateway.enabled_away_missions) + var/file = wrap_file(map) + if(!isfile(file)) + log_startup_progress("Picked away mission doesnt exist.") + return + + var/zlev = GLOB.space_manager.add_new_zlevel(AWAY_MISSION, linkage = UNAFFECTED, traits = list(AWAY_LEVEL, BLOCK_TELEPORT)) + GLOB.space_manager.add_dirt(zlev) + GLOB.maploader.load_map(file, z_offset = zlev) + var/datum/milla_safe/late_setup_level/milla = new() + milla.invoke_async(block(locate(1, 1, zlev), locate(world.maxx, world.maxy, zlev))) + GLOB.space_manager.remove_dirt(zlev) + log_world("Away mission loaded: [map]") + + log_startup_progress("Away mission loaded in [stop_watch(watch)]s.") diff --git a/modular_ss220/gateway/code/landmark.dm b/modular_ss220/gateway/code/landmark.dm new file mode 100644 index 000000000000..1ae8869fa663 --- /dev/null +++ b/modular_ss220/gateway/code/landmark.dm @@ -0,0 +1,10 @@ +/obj/effect/landmark/awaystart + name = "awaystart" + icon = 'icons/effects/spawner_icons.dmi' + icon_state = "Assistant" + +INITIALIZE_IMMEDIATE(/obj/effect/landmark/awaystart) //Without this away missions break + +/obj/effect/landmark/awaystart/Initialize(mapload) + GLOB.awaydestinations.Add(src) + return ..() diff --git a/modular_ss220/gunhud/_gunhud.dm b/modular_ss220/gunhud/_gunhud.dm new file mode 100644 index 000000000000..9c735d459bfc --- /dev/null +++ b/modular_ss220/gunhud/_gunhud.dm @@ -0,0 +1,4 @@ +/datum/modpack/gunhud + name = "Счетчик патронов" + desc = "Добавляет счетчик патронов" + author = "larentoun" diff --git a/modular_ss220/gunhud/_gunhud.dme b/modular_ss220/gunhud/_gunhud.dme new file mode 100644 index 000000000000..df823a3dd7e8 --- /dev/null +++ b/modular_ss220/gunhud/_gunhud.dme @@ -0,0 +1,6 @@ +#include "_gunhud.dm" + +#include "code/_gunhud_defines.dm" +#include "code/gunhud_component.dm" +#include "code/gunhud_gun.dm" +#include "code/gunhud_hud.dm" diff --git a/modular_ss220/gunhud/code/_gunhud_defines.dm b/modular_ss220/gunhud/code/_gunhud_defines.dm new file mode 100644 index 000000000000..36f1cf8182b0 --- /dev/null +++ b/modular_ss220/gunhud/code/_gunhud_defines.dm @@ -0,0 +1,5 @@ +// Ammo counter +#define ui_ammocounter "RIGHT-1:28,CENTER-5:28" + +///The gun needs to update the gun hud! +#define COMSIG_UPDATE_GUNHUD "update_gunhud" diff --git a/modular_ss220/gunhud/code/gunhud_component.dm b/modular_ss220/gunhud/code/gunhud_component.dm new file mode 100644 index 000000000000..d3158d747f71 --- /dev/null +++ b/modular_ss220/gunhud/code/gunhud_component.dm @@ -0,0 +1,174 @@ +#define GET_FUEL reagents.get_reagent_amount("fuel") + +/datum/component/gunhud + var/atom/movable/screen/ammo_counter/hud + +/datum/component/gunhud/Initialize() + . = ..() + if(!istype(parent, /obj/item/gun) && !istype(parent, /obj/item/weldingtool) || istype(parent, /obj/item/gun/projectile/revolver)) + return COMPONENT_INCOMPATIBLE + RegisterSignal(parent, COMSIG_ITEM_EQUIPPED, PROC_REF(wake_up)) + +/datum/component/gunhud/Destroy() + turn_off() + return ..() + +/datum/component/gunhud/proc/wake_up(datum/source, mob/user, slot) + SIGNAL_HANDLER + + if(ishuman(user)) + var/mob/living/carbon/human/H = user + if(H.get_active_hand() == parent || H.get_inactive_hand() == parent) + if(H.hud_used) + hud = H.hud_used.ammo_counter + turn_on() + else + turn_off() + +/datum/component/gunhud/proc/turn_on() + SIGNAL_HANDLER + + RegisterSignal(parent, COMSIG_PARENT_PREQDELETED, PROC_REF(turn_off)) + RegisterSignal(parent, COMSIG_ITEM_DROPPED, PROC_REF(turn_off)) + RegisterSignal(parent, COMSIG_UPDATE_GUNHUD, PROC_REF(update_hud)) + + hud.turn_on() + update_hud() + +/datum/component/gunhud/proc/turn_off() + SIGNAL_HANDLER + + UnregisterSignal(parent, COMSIG_PARENT_PREQDELETED) + UnregisterSignal(parent, COMSIG_ITEM_DROPPED) + UnregisterSignal(parent, COMSIG_UPDATE_GUNHUD) + + if(hud) + hud.turn_off() + hud = null + +/datum/component/gunhud/proc/update_hud() + SIGNAL_HANDLER + if(istype(parent, /obj/item/gun/projectile)) + var/obj/item/gun/projectile/pew = parent + hud.maptext = null + hud.icon_state = "backing" + var/backing_color = COLOR_CYAN + if(!pew.magazine) + hud.set_hud(backing_color, "oe", "te", "he", "no_mag") + return + if(!pew.get_ammo()) + hud.set_hud(backing_color, "oe", "te", "he", "empty_flash") + return + + var/indicator + var/rounds = num2text(pew.get_ammo(TRUE)) + var/oth_o + var/oth_t + var/oth_h + + switch(length(rounds)) + if(1) + oth_o = "o[rounds[1]]" + if(2) + oth_o = "o[rounds[2]]" + oth_t = "t[rounds[1]]" + if(3) + oth_o = "o[rounds[3]]" + oth_t = "t[rounds[2]]" + oth_h = "h[rounds[1]]" + else + oth_o = "o9" + oth_t = "t9" + oth_h = "h9" + hud.set_hud(backing_color, oth_o, oth_t, oth_h, indicator) + return + + if(istype(parent, /obj/item/gun/energy)) + var/obj/item/gun/energy/pew = parent + hud.icon_state = "eammo_counter" + hud.cut_overlays() + hud.maptext_x = -12 + var/obj/item/ammo_casing/energy/shot = pew.ammo_type[pew.select] + var/batt_percent = FLOOR(clamp(pew.cell.charge / pew.cell.maxcharge, 0, 1) * 100, 1) + var/shot_cost_percent = FLOOR(clamp(shot.e_cost / pew.cell.maxcharge, 0, 1) * 100, 1) + if(batt_percent > 99 || shot_cost_percent > 99) + hud.maptext_x = -12 + else + hud.maptext_x = -8 + if(!pew.can_shoot()) + hud.icon_state = "eammo_counter_empty" + hud.maptext = MAPTEXT("
[batt_percent]%
[shot_cost_percent]%
") + return + if(batt_percent <= 25) + hud.maptext = MAPTEXT("
[batt_percent]%
[shot_cost_percent]%
") + return + hud.maptext = MAPTEXT("
[batt_percent]%
[shot_cost_percent]%
") + return + + if(istype(parent, /obj/item/weldingtool)) + var/obj/item/weldingtool/welder = parent + hud.maptext = null + var/backing_color = "#FF7B00" + hud.icon_state = "backing" + + if(welder.GET_FUEL < 1) + hud.set_hud(backing_color, "oe", "te", "he", "empty_flash") + return + + var/indicator + var/fuel + var/oth_o + var/oth_t + var/oth_h + + if(welder.tool_enabled) + indicator = "flame_on" + else + indicator = "flame_off" + + fuel = num2text(round(welder.GET_FUEL)) + + switch(length(fuel)) + if(1) + oth_o = "o[fuel[1]]" + if(2) + oth_o = "o[fuel[2]]" + oth_t = "t[fuel[1]]" + if(3) + oth_o = "o[fuel[3]]" + oth_t = "t[fuel[2]]" + oth_h = "h[fuel[1]]" + else + oth_o = "o9" + oth_t = "t9" + oth_h = "h9" + hud.set_hud(backing_color, oth_o, oth_t, oth_h, indicator) + +/obj/item/proc/add_gunhud() + return + +/obj/item/gun/projectile/add_gunhud() + AddComponent(/datum/component/gunhud) + +/obj/item/gun/projectile/revolver/add_gunhud() + return + +/obj/item/gun/energy/add_gunhud() + AddComponent(/datum/component/gunhud) + +/obj/item/weldingtool/add_gunhud() + AddComponent(/datum/component/gunhud) + +/obj/item/gun/projectile/Initialize(mapload) + . = ..() + add_gunhud() + +/obj/item/gun/energy/Initialize(mapload) + . = ..() + add_gunhud() + +/obj/item/weldingtool/Initialize(mapload) + . = ..() + add_gunhud() + +#undef GET_FUEL diff --git a/modular_ss220/gunhud/code/gunhud_gun.dm b/modular_ss220/gunhud/code/gunhud_gun.dm new file mode 100644 index 000000000000..15d3fe6eccb9 --- /dev/null +++ b/modular_ss220/gunhud/code/gunhud_gun.dm @@ -0,0 +1,64 @@ +#define GET_FUEL reagents.get_reagent_amount("fuel") + +/obj/item/gun/projectile/attackby__legacy__attackchain(obj/item/A, mob/user, params) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/projectile/attack_self__legacy__attackchain(mob/living/user) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/energy/on_recharge() + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/energy/select_fire(mob/living/user) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/energy/emp_act(severity) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/energy/process_chamber() + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/projectile/process_chamber(eject_casing, empty_chamber) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/projectile/shotgun/pump(mob/M) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/projectile/revolver/attackby__legacy__attackchain(obj/item/A, mob/user, params) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/gun/projectile/revolver/attack_self__legacy__attackchain(mob/living/user) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/weldingtool/toggle_welder(turn_off) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/weldingtool/remove_fuel(amount) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/weldingtool/refill(mob/user, atom/A, amount) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/weldingtool/use(amount) + . = ..() + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +/obj/item/weldingtool/process() + . = ..() + if(refills_over_time && GET_FUEL != maximum_fuel) + SEND_SIGNAL(src, COMSIG_UPDATE_GUNHUD) + +#undef GET_FUEL diff --git a/modular_ss220/gunhud/code/gunhud_hud.dm b/modular_ss220/gunhud/code/gunhud_hud.dm new file mode 100644 index 000000000000..3565d7110b04 --- /dev/null +++ b/modular_ss220/gunhud/code/gunhud_hud.dm @@ -0,0 +1,95 @@ +/datum/hud + var/atom/movable/screen/ammo_counter + +/datum/hud/human/New(mob/living/carbon/human/owner, ui_style, ui_color, ui_alpha) + . = ..() + ammo_counter = new /atom/movable/screen/ammo_counter() + ammo_counter.hud = src + infodisplay += ammo_counter + +/* +* Customizable ammo hud +*/ + +/* +* This hud is controlled namely by the gunhud component. Generally speaking this is inactive much like all other hud components until it's needed. +* It does not do any calculations of it's own, you must do this externally. +* If you wish to use this hud, use the gunhud component or create another one which interacts with it via the below procs. +* proc/turn_off +* proc/turn_on +* proc/set_hud +* Check the gunhud.dmi for all available icons you can use. +*/ + +/atom/movable/screen/ammo_counter + name = "ammo counter" + icon = 'modular_ss220/gunhud/icons/gunhud.dmi' + icon_state = "backing" + screen_loc = ui_ammocounter + invisibility = INVISIBILITY_ABSTRACT + + ///This is the color assigned to the OTH backing, numbers and indicator. + var/backing_color = COLOR_RED + ///This is the "backlight" of the numbers, and only the numbers. Generally you should leave this alone if you aren't making some mutant project. + var/oth_backing = "oth_light" + + //Below are the OTH numbers, these are assigned by oX, tX and hX, x being the number you wish to display(0-9) + ///OTH position X00 + var/oth_o + ///OTH position 0X0 + var/oth_t + ///OTH position 00X + var/oth_h + ///This is the custom indicator sprite that will appear in the box at the bottom of the ammo hud, use this for something like semi/auto toggle on a gun. + var/indicator + +///This proc simply resets the hud to standard and removes it from the players visible hud. +/atom/movable/screen/ammo_counter/proc/turn_off() + invisibility = INVISIBILITY_ABSTRACT + maptext = null + backing_color = COLOR_RED + oth_backing = "" + oth_o = "" + oth_t = "" + oth_h = "" + indicator = "" + update_appearance() + +///This proc turns the hud on, but does not set it to anything other than the currently set values +/atom/movable/screen/ammo_counter/proc/turn_on() + invisibility = 0 + +///This is the main proc for altering the hud's appeareance, it controls the setting of the overlays. Use the OTH and below variables to set it accordingly. +/atom/movable/screen/ammo_counter/proc/set_hud(_backing_color, _oth_o, _oth_t, _oth_h, _indicator, _oth_backing = "oth_light") + backing_color = _backing_color + oth_backing = _oth_backing + oth_o = _oth_o + oth_t = _oth_t + oth_h = _oth_h + indicator = _indicator + + update_appearance() + +/atom/movable/screen/ammo_counter/update_overlays() + . = ..() + if(oth_backing) + var/mutable_appearance/oth_backing_overlay = mutable_appearance(icon, oth_backing) + oth_backing_overlay.color = backing_color + . += oth_backing_overlay + if(oth_o) + var/mutable_appearance/o_overlay = mutable_appearance(icon, oth_o) + o_overlay.color = backing_color + . += o_overlay + if(oth_t) + var/mutable_appearance/t_overlay = mutable_appearance(icon, oth_t) + t_overlay.color = backing_color + . += t_overlay + if(oth_h) + var/mutable_appearance/h_overlay = mutable_appearance(icon, oth_h) + h_overlay.color = backing_color + . += h_overlay + if(indicator) + var/mutable_appearance/indicator_overlay = mutable_appearance(icon, indicator) + indicator_overlay.color = backing_color + . += indicator_overlay + diff --git a/modular_ss220/gunhud/icons/gunhud.dmi b/modular_ss220/gunhud/icons/gunhud.dmi new file mode 100644 index 000000000000..6bd861100e2e Binary files /dev/null and b/modular_ss220/gunhud/icons/gunhud.dmi differ diff --git a/modular_ss220/hairs/_hairs.dm b/modular_ss220/hairs/_hairs.dm new file mode 100644 index 000000000000..bc49687154c1 --- /dev/null +++ b/modular_ss220/hairs/_hairs.dm @@ -0,0 +1,4 @@ +/datum/modpack/hairs + name = "Новые волосы" + desc = "Добавляет новые типы волос" + author = "oricyUwU, FlutterSnedDraw, BR54FF, Sirstaniya" diff --git a/modular_ss220/hairs/_hairs.dme b/modular_ss220/hairs/_hairs.dme new file mode 100644 index 000000000000..79396d10c85a --- /dev/null +++ b/modular_ss220/hairs/_hairs.dme @@ -0,0 +1,14 @@ +#ifndef MODPACK_HAIRS +#define MODPACK_HAIRS + +#endif + +// BEGIN INCLUDE +#include "_hairs.dm" +#include "code/vulpkanin_hair.dm" +#include "code/human_hair.dm" +#include "code/unathi_hair.dm" +#include "code/unathi_head_accessories.dm" +#include "code/unathi_facial_hair.dm" +// END_INCLUDE + diff --git a/modular_ss220/hairs/code/human_hair.dm b/modular_ss220/hairs/code/human_hair.dm new file mode 100644 index 000000000000..5feb93306c3a --- /dev/null +++ b/modular_ss220/hairs/code/human_hair.dm @@ -0,0 +1,745 @@ +/* +== Human Hair Definitions == +*/ + +/datum/sprite_accessory/hair/crew + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + icon_state = "crewcut" + +/datum/sprite_accessory/hair/short + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/cut + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/long + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longalt + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longer + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longeralt + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longest + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longfringe + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longestalt + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/halfbang + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/halfbangalt + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ponytail1 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ponytail2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ponytail3 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/sideponytail + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/highponytail + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/wisp + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/parted + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/pompadour + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/quiff + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bedhead + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bedhead2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bedhead3 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/beehive + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin", "Unathi") + +/datum/sprite_accessory/hair/bobcurl + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bob + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bowl + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/braid2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/buzz + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/crew + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/combover + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/devillock + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/dreadlocks + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/curls + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/afro + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/afro2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/afro_large + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/sergeant + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/emo + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/flow + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/feather + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/hitop + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/mohawk + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/jensen + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/cia + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/mulder + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/gelled + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/spiky + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/kusanagi + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/kagami + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/himecut + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/braid + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/odango + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ombre + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/updo + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/skinhead + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/balding + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longemo + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +////////////////////////////// +//////START VG HAIRSTYLES///// +////////////////////////////// +/datum/sprite_accessory/hair/birdnest + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/unkept + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/modern + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/unshavenmohawk + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/drills + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/minidrills + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") +////////////////////////////// +//////END VG HAIRSTYLES/////// +////////////////////////////// + +/////////////////////////////////// +//////START POLARIS HAIRSTYLES///// +////////////////////////////////// + +/datum/sprite_accessory/hair/rosa + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/jade + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/manbun + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/thinningback + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/thinningfront + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/thinning + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bowlcut2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ronin + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/topknot + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/regulationmohawk + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/rowbraid + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/rowdualbraid + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/rowbun + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/hightight + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/partfade + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/undercut3 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/undercut2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/undercut1 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/tightbun + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/trimmed + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/trimflat + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/nofade + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/baldfade + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/highfade + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/medfade + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/lowfade + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/oxton + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/doublebun + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/halfshaved + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/shortbangs + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longeralt2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/nia + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/eighties + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/volaju + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/joestar + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/nitori + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/scully + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/vegeta + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/crono + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/poofy2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/poofy + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/fringetail + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/mahdrills + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/familyman + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/grandebraid + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/fringeemo + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/emo2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/rows2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/rows + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/reversemohawk + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/father + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/beehive2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/sleeze + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/tresshoulder + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/oneshoulder + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ponytail6 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ponytail5 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/ponytail4 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/country + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bedheadlong + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/flair + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/twintail + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/short2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bun2 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bun3 + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/shavehair + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/veryshortovereyealternate + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/veryshortovereye + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/shortovereye + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/longovereye + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/father + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/bun4 // Due to a vulp hairstyle called bun + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/////////////////////////////////// +//////END POLARIS HAIRSTYLES/////// +////////////////////////////////// + +////////////////////// +////Ume hairstyles//// +////////////////////// + +/datum/sprite_accessory/hair/eighties_ponytail + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/eighties_ponytailalt + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/big_bow + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/himecut_long + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/himecut_long_ponytail + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/amanita_short + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/long_curls + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/datum/sprite_accessory/hair/long_curls_alt + species_allowed = list("Human", "Slime People", "Tajaran", "Vulpkanin") + +/* New human hair */ +/datum/sprite_accessory/hair/hair_glammetal + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Glam Metal" + icon_state = "hair_glammetal" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/hair_undercut_fem_s + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Undercut Female" + icon_state = "hair_undercut_fem" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/hair_curtains + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Curtains" + icon_state = "hair_curtains" + species_allowed = list("Human", "Slime People") + glasses_over = 0 + +/datum/sprite_accessory/hair/hair_damsel + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Damsel" + icon_state = "hair_damsel" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/zone_s + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Zone" + icon_state = "zone" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/butterfly + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Butterfly" + icon_state = "butterfly" + secondary_theme = "beads" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/cascading_long_bob + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Cascading Long Bob" + icon_state = "cascading_long_bob" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/jinshi + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Jinshi" + icon_state = "jinshi" + secondary_theme = "beads" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/long_strait + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Long Strait" + icon_state = "long_strait" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/pine + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Pine" + icon_state = "pine" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/short_bob + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Short Bob" + icon_state = "short_bob" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/waves_mid + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Waves Mid" + icon_state = "waves_mid" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/whim + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Whim" + icon_state = "whim" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/vulpkanin/tomahawk_spiker + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Tomahawk Spiker" + icon_state = "tomahawk_spiker" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/twosideup + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Two Side Up" + icon_state = "twosideup" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/lowbraid + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Low Braid" + icon_state = "lowbraid" + secondary_theme = "bow" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/glamour_short + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Glamour Short" + icon_state = "glamour_short" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/glamour_long + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Glamour Long" + icon_state = "glamour_long" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/stasy + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Stasy" + icon_state = "stasy" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/stasy_morning + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Stasy Morning" + icon_state = "stasy_morning" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/spike_pod + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Spike Pod" + icon_state = "spike_pod" + secondary_theme = "acs" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/hikka + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Hikka" + icon_state = "hikka" + secondary_theme = "acs" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/inari + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Inari" + icon_state = "inari" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/drow + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Drow" + icon_state = "drow" + secondary_theme = "webbing" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/harpy + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Harpy" + icon_state = "harpy" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/harpy_braid + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Harpy Long Braid" + icon_state = "harpy_braid" + secondary_theme = "bow" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/long_buns_alt + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Long Buns Alt" + icon_state = "long_buns_alt" + secondary_theme = "webbing" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/harpy_twinbraids + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Harpy Twinbraids" + icon_state = "harpy_twinbraids" + secondary_theme = "bow" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/cotton + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Cotton" + icon_state = "cotton" + secondary_theme = "ribb" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/kisaragi + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Kisaragi" + icon_state = "kisaragi" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/rockstar + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Rockstar" + icon_state = "rockstar" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/tribun + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Tri-bun" + icon_state = "tribun" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/longtwintails + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Long Twintails" + icon_state = "longtwintails" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/long_strand + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Long Strand Lock" + icon_state = "long_strand" + secondary_theme = "lock" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/eighties_alt + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "80s Alt" + icon_state = "eighties_alt" + secondary_theme = "acs" + species_allowed = list("Human", "Slime People") + +/datum/sprite_accessory/hair/eighties_alt_tajaran + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Tajaran 80s Alt" + icon_state = "eighties_alt_tajaran" + secondary_theme = "acs" + species_allowed = list("Tajaran") + +/datum/sprite_accessory/hair/punk_lying + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Punk Lying" + icon_state = "punk_lying" + secondary_theme = "acs" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/halfshave + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Halfshave" + icon_state = "halfshave" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/ruby + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Ruby" + icon_state = "ruby" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/long_flipped + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Long Flipped" + icon_state = "long_flipped" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/himeup + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Hime Big Ponytail" + icon_state = "himeup" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/rosemary + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Rosemary" + icon_state = "rosemary" + secondary_theme = "acs" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/slimetendrils + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Slimetendrils" + icon_state = "slimetendrils" + species_allowed = list("Slime People") + +/datum/sprite_accessory/hair/country + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Country" + icon_state = "country" + secondary_theme = "acs" + species_allowed = list("Human", "Slime People", "Tajaran") + +/datum/sprite_accessory/hair/jinx + icon = 'modular_ss220/hairs/icons/human_hair.dmi' + name = "Jinx" + icon_state = "jinx" + species_allowed = list("Human", "Slime People", "Tajaran") diff --git a/modular_ss220/hairs/code/unathi_facial_hair.dm b/modular_ss220/hairs/code/unathi_facial_hair.dm new file mode 100644 index 000000000000..6e790056d901 --- /dev/null +++ b/modular_ss220/hairs/code/unathi_facial_hair.dm @@ -0,0 +1,23 @@ +/datum/sprite_accessory/facial_hair/unathi/una_frills_webbed_short_alt + icon = 'modular_ss220/hairs/icons/unathi_facial_hair.dmi' + name = "Short Webbed Frills Alt" + icon_state = "shortfrillsalt" + secondary_theme = "webbing" + +/datum/sprite_accessory/facial_hair/unathi/una_frills_webbed_big + icon = 'modular_ss220/hairs/icons/unathi_facial_hair.dmi' + name = "Big Webbed Frills" + icon_state = "bigfrills" + secondary_theme = "webbing" + +/datum/sprite_accessory/facial_hair/unathi/una_frills_webbed_neckfull + icon = 'modular_ss220/hairs/icons/unathi_facial_hair.dmi' + name = "Neckfull Webbed Frills" + icon_state = "neckfullfrills" + secondary_theme = "webbing" + +/datum/sprite_accessory/facial_hair/unathi/una_frills_webbed_neck + icon = 'modular_ss220/hairs/icons/unathi_facial_hair.dmi' + name = "Neck Webbed Frills" + icon_state = "neckfrills" + secondary_theme = "webbing" diff --git a/modular_ss220/hairs/code/unathi_hair.dm b/modular_ss220/hairs/code/unathi_hair.dm new file mode 100644 index 000000000000..9b36a1829c49 --- /dev/null +++ b/modular_ss220/hairs/code/unathi_hair.dm @@ -0,0 +1,66 @@ +/datum/sprite_accessory/hair/unathi/knight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Knight" + icon_state = "knight_horns" + +/datum/sprite_accessory/hair/unathi/drake + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Drake" + icon_state = "drake_horns" + +/datum/sprite_accessory/hair/unathi/long + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Long" + icon_state = "long_horns" + +/datum/sprite_accessory/hair/unathi/largecurled + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Large curled" + icon_state = "largecurled_horns" + +/datum/sprite_accessory/hair/unathi/newcurly + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "New curly" + icon_state = "newcurly_horns" + +/datum/sprite_accessory/hair/unathi/guilmon + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Guimon" + icon_state = "guilmon_horns" + +/datum/sprite_accessory/hair/unathi/straight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight" + icon_state = "straight_horns" + +/datum/sprite_accessory/hair/unathi/straightdouble + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight double" + icon_state = "straight_double_horns" + +/datum/sprite_accessory/hair/unathi/broken + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken" + icon_state = "broken_horns" + +/datum/sprite_accessory/hair/unathi/brokenl + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken left" + icon_state = "brokenl_horns" + +/datum/sprite_accessory/hair/unathi/brokenr + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken right" + icon_state = "brokenr_horns" + +/datum/sprite_accessory/hair/unathi/una_cobra_ears + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Unathi Cobra Ears" + icon_state = "cobraears" + secondary_theme = "webbing" + +/datum/sprite_accessory/hair/unathi/una_cobra_hood_alt + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Unathi Cobra Hood Smooth" + icon_state = "cobrahood_alt" + secondary_theme = "webbing" diff --git a/modular_ss220/hairs/code/unathi_head_accessories.dm b/modular_ss220/hairs/code/unathi_head_accessories.dm new file mode 100644 index 000000000000..b4fd251c772d --- /dev/null +++ b/modular_ss220/hairs/code/unathi_head_accessories.dm @@ -0,0 +1,164 @@ +/datum/sprite_accessory/head_accessory/unathi/knight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Knight" + icon_state = "knight_horns" + +/datum/sprite_accessory/head_accessory/unathi/drake + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Drake" + icon_state = "drake_horns" + +/datum/sprite_accessory/head_accessory/unathi/long + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Long" + icon_state = "long_horns" + +/datum/sprite_accessory/head_accessory/unathi/largecurled + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Large curled" + icon_state = "largecurled_horns" + +/datum/sprite_accessory/head_accessory/unathi/newcurly + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "New curly" + icon_state = "newcurly_horns" + +/datum/sprite_accessory/head_accessory/unathi/guilmon + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Guimon" + icon_state = "guilmon_horns" + +/datum/sprite_accessory/head_accessory/unathi/straight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight" + icon_state = "straight_horns" + +/datum/sprite_accessory/head_accessory/unathi/straightdouble + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight double" + icon_state = "straight_double_horns" + +/datum/sprite_accessory/head_accessory/unathi/broken + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken" + icon_state = "broken_horns" + +/datum/sprite_accessory/head_accessory/unathi/brokenl + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken left" + icon_state = "brokenl_horns" + +/datum/sprite_accessory/head_accessory/unathi/brokenr + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken right" + icon_state = "brokenr_horns" + +/datum/sprite_accessory/head_accessory/unathi/knight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Knight" + icon_state = "knight_horns" + +/datum/sprite_accessory/head_accessory/unathi/drake + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Drake" + icon_state = "drake_horns" + +/datum/sprite_accessory/head_accessory/unathi/long + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Long" + icon_state = "long_horns" + +/datum/sprite_accessory/head_accessory/unathi/largecurled + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Large curled" + icon_state = "largecurled_horns" + +/datum/sprite_accessory/head_accessory/unathi/newcurly + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "New curly" + icon_state = "newcurly_horns" + +/datum/sprite_accessory/head_accessory/unathi/guilmon + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Guimon" + icon_state = "guilmon_horns" + +/datum/sprite_accessory/head_accessory/unathi/straight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight" + icon_state = "straight_horns" + +/datum/sprite_accessory/head_accessory/unathi/straightdouble + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight double" + icon_state = "straight_double_horns" + +/datum/sprite_accessory/head_accessory/unathi/broken + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken" + icon_state = "broken_horns" + +/datum/sprite_accessory/head_accessory/unathi/brokenl + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken left" + icon_state = "brokenl_horns" + +/datum/sprite_accessory/head_accessory/unathi/brokenr + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken right" + icon_state = "brokenr_horns" + +/datum/sprite_accessory/head_accessory/unathi/knight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Knight" + icon_state = "knight_horns" + +/datum/sprite_accessory/head_accessory/unathi/drake + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Drake" + icon_state = "drake_horns" + +/datum/sprite_accessory/head_accessory/unathi/long + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Long" + icon_state = "long_horns" + +/datum/sprite_accessory/head_accessory/unathi/largecurled + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Large curled" + icon_state = "largecurled_horns" + +/datum/sprite_accessory/head_accessory/unathi/newcurly + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "New curly" + icon_state = "newcurly_horns" + +/datum/sprite_accessory/head_accessory/unathi/guilmon + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Guimon" + icon_state = "guilmon_horns" + +/datum/sprite_accessory/head_accessory/unathi/straight + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight" + icon_state = "straight_horns" + +/datum/sprite_accessory/head_accessory/unathi/straightdouble + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Straight double" + icon_state = "straight_double_horns" + +/datum/sprite_accessory/head_accessory/unathi/broken + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken" + icon_state = "broken_horns" + +/datum/sprite_accessory/head_accessory/unathi/brokenl + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken left" + icon_state = "brokenl_horns" + +/datum/sprite_accessory/head_accessory/unathi/brokenr + icon = 'modular_ss220/hairs/icons/unathi_hair.dmi' + name = "Broken right" + icon_state = "brokenr_horns" diff --git a/modular_ss220/hairs/code/vulpkanin_hair.dm b/modular_ss220/hairs/code/vulpkanin_hair.dm new file mode 100644 index 000000000000..31f5665fd471 --- /dev/null +++ b/modular_ss220/hairs/code/vulpkanin_hair.dm @@ -0,0 +1,224 @@ +/datum/sprite_accessory/hair/vulpkanin/hair_ponytailf + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Ponytailf" + icon_state = "ponytailf" + +/datum/sprite_accessory/hair/vulpkanin/hair_pigtailss + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Pigtails (Vulpkanin)" + icon_state = "pigtailss" + +/datum/sprite_accessory/hair/vulpkanin/hair_dave + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Dave (Vulpkanin)" + icon_state = "dave" + +/datum/sprite_accessory/hair/vulpkanin/hair_ziegler + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Ziegler" + icon_state = "ziegler" + +/datum/sprite_accessory/hair/vulpkanin/hair_hightight + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Hightight" + icon_state = "hightight" + +/datum/sprite_accessory/hair/vulpkanin/hair_sergeant + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Sergeant" + icon_state = "sergeant" + +/datum/sprite_accessory/hair/vulpkanin/hair_grande + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Grande" + icon_state = "grande" + +/datum/sprite_accessory/hair/vulpkanin/hair_beehive2 + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Beehive (Vulpkanin)" + icon_state = "beehive2" + +/datum/sprite_accessory/hair/vulpkanin/hair_longeralt + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Longeralt" + icon_state = "longeralt" + +/datum/sprite_accessory/hair/vulpkanin/hair_curly + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Curly" + icon_state = "curly" + +/datum/sprite_accessory/hair/vulpkanin/hair_bunhead3 + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Bun 3 (Vulpkanin)" + icon_state = "bunhead3" + +/datum/sprite_accessory/hair/vulpkanin/hair_ponytailalt + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Ponytail alt." + icon_state = "ponytailalt" + +/datum/sprite_accessory/hair/vulpkanin/hair_emolong + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Emolong" + icon_state = "emolong" + +/datum/sprite_accessory/hair/vulpkanin/hair_volajupompless + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Volajupompless" + icon_state = "volajupompless" + +/datum/sprite_accessory/hair/vulpkanin/hair_bunhead4 + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Bun 4 (Vulpkanin)" + icon_state = "bunhead4" + +/datum/sprite_accessory/hair/vulpkanin/hair_toriyama + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Toriyama" + icon_state = "toriyama" + +/datum/sprite_accessory/hair/vulpkanin/hair_unkempt + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Unkempt (Vulpkanin)" + icon_state = "unkempt" + +/datum/sprite_accessory/hair/vulpkanin/hair_nia + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Nia (Vulpkanin)" + icon_state = "nia" + +/datum/sprite_accessory/hair/vulpkanin/hair_twintail_floor + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Twintail floor" + icon_state = "twintail_floor" + +/datum/sprite_accessory/hair/vulpkanin/hair_nia_alt + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Nia Alt." + icon_state = "nia_alt" + +/datum/sprite_accessory/hair/vulpkanin/hair_fluffy_short + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Fluffy Short" + icon_state = "fluffy_short" + +/datum/sprite_accessory/hair/vulpkanin/hair_simple_ponytail + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Simple Ponytail" + icon_state = "simple_ponytail" + +/datum/sprite_accessory/hair/vulpkanin/hair_halfshave_snout + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Halfshave" + icon_state = "halfshave_snout" + +/datum/sprite_accessory/hair/vulpkanin/hair_bluntbangs + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Bluntbangs" + icon_state = "bluntbangs" + +/datum/sprite_accessory/hair/vulpkanin/hair_bluntbangs_alt + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Bluntbangs Alt." + icon_state = "bluntbangs_alt" + +/datum/sprite_accessory/hair/vulpkanin/hair_slightymessy + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Slightymessy" + icon_state = "slightymessy" + +/datum/sprite_accessory/hair/vulpkanin/hair_loghair5 + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Loghair 5" + icon_state = "loghair5" + +/datum/sprite_accessory/hair/vulpkanin/hair_halfshaved + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Halfshaved" + icon_state = "halfshaved" + +/datum/sprite_accessory/hair/vulpkanin/hair_geisha + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Geisha" + icon_state = "geisha" + +/datum/sprite_accessory/hair/vulpkanin/hair_cotton + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Cotton" + icon_state = "cotton" + +/datum/sprite_accessory/hair/vulpkanin/hair_africanpigtails + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "African pigtails" + icon_state = "africanpigtails" + +/datum/sprite_accessory/hair/vulpkanin/hair_froofylong + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Froofylong" + icon_state = "froofylong" + +/datum/sprite_accessory/hair/vulpkanin/hair_glammetal + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Glammetal" + icon_state = "glammetal" + +/datum/sprite_accessory/hair/vulpkanin/hair_astolfo + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Astolfo" + icon_state = "astolfo" + +/datum/sprite_accessory/hair/vulpkanin/hair_newyou + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "New you" + icon_state = "newyou" + +/datum/sprite_accessory/hair/vulpkanin/hair_sabitsuki + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Sabitsuki" + icon_state = "sabitsuki" + +/datum/sprite_accessory/hair/vulpkanin/hair_jessica + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Jessica" + icon_state = "jessica" + +/datum/sprite_accessory/hair/vulpkanin/hair_country + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Country (Vulpkanin)" + icon_state = "country" + +/datum/sprite_accessory/hair/vulpkanin/hair_beachwave + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Beachwave" + icon_state = "beachwave" + +/datum/sprite_accessory/hair/vulpkanin/hair_emoshort + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Emoshort" + icon_state = "emoshort" + +/datum/sprite_accessory/hair/vulpkanin/hair_shortovereyealt + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Short over eye" + icon_state = "shortovereyealt" + +/datum/sprite_accessory/hair/vulpkanin/hair_spicy + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Spicy" + icon_state = "spicy" + +/datum/sprite_accessory/hair/vulpkanin/disheveled + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Disheveled" + icon_state = "disheveled" + +/datum/sprite_accessory/hair/vulpkanin/braids + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Braids" + icon_state = "braids" + +/datum/sprite_accessory/hair/vulpkanin/long_bedhead + icon = 'modular_ss220/hairs/icons/vulpkanin_hair.dmi' + name = "Long Bedhead" + icon_state = "long_bedhead" diff --git a/modular_ss220/hairs/icons/human_hair.dmi b/modular_ss220/hairs/icons/human_hair.dmi new file mode 100644 index 000000000000..c371ec4e53bb Binary files /dev/null and b/modular_ss220/hairs/icons/human_hair.dmi differ diff --git a/modular_ss220/hairs/icons/unathi_facial_hair.dmi b/modular_ss220/hairs/icons/unathi_facial_hair.dmi new file mode 100644 index 000000000000..03f488a46217 Binary files /dev/null and b/modular_ss220/hairs/icons/unathi_facial_hair.dmi differ diff --git a/modular_ss220/hairs/icons/unathi_hair.dmi b/modular_ss220/hairs/icons/unathi_hair.dmi new file mode 100644 index 000000000000..39b83e328209 Binary files /dev/null and b/modular_ss220/hairs/icons/unathi_hair.dmi differ diff --git a/modular_ss220/hairs/icons/vulpkanin_hair.dmi b/modular_ss220/hairs/icons/vulpkanin_hair.dmi new file mode 100644 index 000000000000..f70c9436c09c Binary files /dev/null and b/modular_ss220/hairs/icons/vulpkanin_hair.dmi differ diff --git a/modular_ss220/hydroponics/code/biogenerator_designs.dm b/modular_ss220/hydroponics/code/biogenerator_designs.dm new file mode 100644 index 000000000000..4365c6d78f3c --- /dev/null +++ b/modular_ss220/hydroponics/code/biogenerator_designs.dm @@ -0,0 +1,23 @@ +/datum/design/rollingpapers + name = "Бумага для самокруток" + id = "rolling_paper_pack" + build_type = BIOGENERATOR + materials = list(MAT_BIOMASS = 100) + build_path = /obj/item/storage/fancy/rollingpapers + category = list("initial","Organic Materials") + +/datum/design/strange_seeds + name = "Странные семена" + id = "strange_seeds" + build_type = BIOGENERATOR + materials = list(MAT_BIOMASS = 10000) + build_path = /obj/item/seeds/random + category = list("initial","Organic Materials") + +/datum/design/material_pouch + name = "Подсумок для материалов" + id = "material_pouch" + build_type = BIOGENERATOR + materials = list(MAT_BIOMASS = 500) + build_path = /obj/item/storage/bag/material_pouch + category = list("initial","Leather and Cloth") diff --git a/modular_ss220/hydroponics/code/plants.dm b/modular_ss220/hydroponics/code/plants.dm new file mode 100644 index 000000000000..427edf391181 --- /dev/null +++ b/modular_ss220/hydroponics/code/plants.dm @@ -0,0 +1,149 @@ +// HydroSeed +/obj/machinery/economy/vending/hydroseeds/Initialize(mapload) + products += list( + /obj/item/seeds/cucumber = 3,) + . = ..() + +// Unsorted seeds +/obj/item/unsorted_seeds/New(obj/item/seeds/template, mutation_level, list/mutation_focus, seed_data_in = null) + . = ..() + icon = template.icon + +// Buckwheat +/obj/item/seeds/wheat/oat + mutatelist = list(/obj/item/seeds/wheat/buckwheat) + +/obj/item/seeds/wheat/buckwheat + name = "семена гречки" + desc = "Из этого может получиться гречка, а может и нет." + icon = 'modular_ss220/hydroponics/icons/seeds.dmi' + icon_state = "seed-buckwheat" + growing_icon = 'modular_ss220/hydroponics/icons/growing.dmi' + species = "buckwheat" + icon_dead = "buckwheat-dead" + plantname = "Cтебли Гречки" + product = /obj/item/food/grown/buckwheat + mutatelist = list() + +/obj/item/food/grown/buckwheat + seed = /obj/item/seeds/wheat/buckwheat + name = "гречка" + desc = "Finally, гречка." + gender = PLURAL + icon = 'modular_ss220/hydroponics/icons/plants.dmi' + icon_state = "buckwheat" + filling_color = "#8E633C" + bitesize_mod = 2 + tastes = list("гречка" = 1) + can_distill = FALSE + +// Cucumber +/obj/item/seeds/cucumber + name = "семена огурцов" + desc = "Из этих семян вырастут огурцы." + icon = 'modular_ss220/hydroponics/icons/seeds.dmi' + icon_state = "seed-cucumber" + species = "cucumber" + plantname = "Огуречный Куст" + product = /obj/item/food/grown/cucumber + lifespan = 40 + endurance = 70 + potency = 30 + yield = 5 + maturation = 8 + weed_rate = 4 + growthstages = 2 + growing_icon = 'modular_ss220/hydroponics/icons/growing.dmi' + icon_grow = "cucumber-grow" + icon_dead = "cucumber-dead" + genes = list(/datum/plant_gene/trait/repeated_harvest) + reagents_add = list("water" = 0.15, "kelotane" = 0.04, "plantmatter" = 0.05) + +/obj/item/food/grown/cucumber + seed = /obj/item/seeds/cucumber + name = "огурец" + desc = "Сила земли!" + icon = 'modular_ss220/hydroponics/icons/plants.dmi' + icon_state = "cucumber" + splat_type = /obj/effect/decal/cleanable/plant_smudge + slice_path = /obj/item/food/cucumberslice + slices_num = 5 + filling_color = "#47FF91" + tastes = list("огурец" = 1) + bitesize_mod = 2 + distill_reagent = "enzyme" + +// Olives Charcoal +/obj/item/seeds/olive/Initialize(mapload) + . = ..() + mutatelist += list(/obj/item/seeds/olive/charcoal,) + +/obj/item/seeds/olive/charcoal + name = "семена угливок" + desc = "Из этих семян вырастут угливки." + icon = 'modular_ss220/hydroponics/icons/seeds.dmi' + icon_state = "seed-charcolives" + species = "charcolives" + plantname = "Угливковое Деревце" + product = /obj/item/food/grown/olive/charcoal + growing_icon = 'modular_ss220/hydroponics/icons/growing.dmi' + icon_grow = "charcolives-grow" + icon_dead = "charcolives-dead" + icon_harvest = "charcolives-harvest" + lifespan = 75 + yield = 2 + potency = 25 + growthstages = 4 + rarity = 30 + reagents_add = list("charcoal" = 0.15, "plantmatter" = 0.05) + +/obj/item/food/grown/olive/charcoal + seed = /obj/item/seeds/olive/charcoal + name = "угливки" + desc = "Это... маслины?" + icon = 'modular_ss220/hydroponics/icons/plants.dmi' + icon_state = "charcolives" + filling_color = "#000000" + tastes = list("уголь" = 1) + wine_power = 0 + +// Горохострел +/obj/item/seeds/soya/peas_shooter + name = "pack of peas shooter seeds" + desc = "Эти семена прорастают в горохострела" + icon = 'modular_ss220/hydroponics/icons/seeds.dmi' + icon_state = "seed-peasshooter" + species = "peas shooter" + plantname = "Peas Shooter Plants" + growthstages = 4 + growing_icon = 'modular_ss220/hydroponics/icons/growing.dmi' + icon_harvest = "peas_shooter-grow4" + icon_grow = "peas_shooter-grow" + icon_dead = "peas_shooter-dead" + product = /obj/item/gun/projectile/revolver/peas_shooter + rarity = 20 + reagents_add = list("plantmatter" = 0.2, "vitamin" = 0.4) + mutatelist = list() + potency = 20 + yield = 1 + production = 10 + genes = list() + +/obj/item/seeds/soya/Initialize(mapload) + . = ..() + mutatelist |= list(/obj/item/seeds/soya/peas_shooter) + +/obj/item/food/grown/soybeans/Initialize(mapload) + . = ..() + trash = /obj/item/ammo_casing/peas_shooter + +/obj/item/food/grown/soybeans/attack_self__legacy__attackchain(mob/user) + . = ..() + if(!do_after(user, 1.5 SECONDS, target = user)) + return + user.unEquip(src) + if(trash) + var/obj/item/trash = generate_trash() + user.put_in_hands(trash) + to_chat(user, span_notice("Ты открываешь оболочку [src], получая [trash].")) + qdel(src) diff --git a/modular_ss220/hydroponics/hydroponics.dm b/modular_ss220/hydroponics/hydroponics.dm new file mode 100644 index 000000000000..28246543525a --- /dev/null +++ b/modular_ss220/hydroponics/hydroponics.dm @@ -0,0 +1,4 @@ +/datum/modpack/hydroponics + name = "Ботаника" + desc = "Растения, приборы и прочие улучшения для ботаники." + author = "Aylong220" diff --git a/modular_ss220/hydroponics/hydroponics.dme b/modular_ss220/hydroponics/hydroponics.dme new file mode 100644 index 000000000000..b540371dc72a --- /dev/null +++ b/modular_ss220/hydroponics/hydroponics.dme @@ -0,0 +1,4 @@ +#include "hydroponics.dm" + +#include "code/biogenerator_designs.dm" +#include "code/plants.dm" diff --git a/modular_ss220/hydroponics/icons/growing.dmi b/modular_ss220/hydroponics/icons/growing.dmi new file mode 100644 index 000000000000..671faccbd47e Binary files /dev/null and b/modular_ss220/hydroponics/icons/growing.dmi differ diff --git a/modular_ss220/hydroponics/icons/plants.dmi b/modular_ss220/hydroponics/icons/plants.dmi new file mode 100644 index 000000000000..1b1ef45a1039 Binary files /dev/null and b/modular_ss220/hydroponics/icons/plants.dmi differ diff --git a/modular_ss220/hydroponics/icons/seeds.dmi b/modular_ss220/hydroponics/icons/seeds.dmi new file mode 100644 index 000000000000..54fa5e660b53 Binary files /dev/null and b/modular_ss220/hydroponics/icons/seeds.dmi differ diff --git a/modular_ss220/instruments/_instruments.dme b/modular_ss220/instruments/_instruments.dme new file mode 100644 index 000000000000..5fdd0a8bdd1b --- /dev/null +++ b/modular_ss220/instruments/_instruments.dme @@ -0,0 +1,6 @@ +#include "code/drums.dm" +#include "code/guitar.dm" +#include "code/merch_items.dm" +#include "code/instrument_items.dm" +#include "code/concertspeaker_fake.dm" +#include "code/drumskit.dm" diff --git a/modular_ss220/instruments/code/concertspeaker_fake.dm b/modular_ss220/instruments/code/concertspeaker_fake.dm new file mode 100644 index 000000000000..30413af78388 --- /dev/null +++ b/modular_ss220/instruments/code/concertspeaker_fake.dm @@ -0,0 +1,59 @@ +/obj/structure/concertspeaker_fake + name = "\proper концертная колонка" + desc = "Концертная колонка для синронизации с концертной установкой." + icon = 'modular_ss220/jukebox/icons/jukebox.dmi' + icon_state = "concertspeaker_unanchored" + base_icon_state = "concertspeaker" + atom_say_verb = "states" + anchored = FALSE + var/active = FALSE + density = FALSE + layer = 2.5 + resistance_flags = NONE + max_integrity = 250 + integrity_failure = 25 + var/stat = 0 + var/code = 0 + var/frequency = 1400 + var/receiving = TRUE + +/obj/structure/concertspeaker_fake/examine() + . = ..() + . += "Используйте гаечный ключ, чтобы разобрать для транспортировки и собрать для игры." + +/obj/structure/concertspeaker_fake/update_icon_state() + if(stat & (BROKEN)) + icon_state = "[base_icon_state]_broken" + else + icon_state = "[base_icon_state][active ? "_active" : null]" + +/obj/structure/concertspeaker_fake/wrench_act(mob/living/user, obj/item/I) + if(resistance_flags & INDESTRUCTIBLE) + return + + if(!anchored && !isinspace()) + to_chat(user, span_notice("You secure [name] to the floor.")) + anchored = TRUE + density = TRUE + layer = 5 + update_icon() + else if(anchored) + to_chat(user, span_notice("You unsecure and disconnect [src].")) + anchored = FALSE + density = FALSE + layer = 2.5 + update_icon() + + icon_state = "[base_icon_state][anchored ? null : "_unanchored"]" + playsound(src, 'sound/items/deconstruct.ogg', 50, 1) + + return TRUE + + +/obj/structure/concertspeaker_fake/Initialize(mapload) + . = ..() + GLOB.remote_signalers |= src + +/obj/structure/concertspeaker_fake/proc/signal_callback() + active = !active + update_icon() diff --git a/modular_ss220/instruments/code/drums.dm b/modular_ss220/instruments/code/drums.dm new file mode 100644 index 000000000000..9fcf9bef50b1 --- /dev/null +++ b/modular_ss220/instruments/code/drums.dm @@ -0,0 +1,5 @@ +/datum/instrument/hardcoded/drums + name = "Drums" + id = "drums" + legacy_instrument_ext = "ogg" + legacy_instrument_path = "soundhand_drums" diff --git a/modular_ss220/instruments/code/drumskit.dm b/modular_ss220/instruments/code/drumskit.dm new file mode 100644 index 000000000000..e16ae4d52331 --- /dev/null +++ b/modular_ss220/instruments/code/drumskit.dm @@ -0,0 +1,74 @@ +/obj/structure/musician/drumskit + name = "\proper барабанная установка" + desc = "Складная барбанная установка с несколькими томами и тарелками." + icon = 'modular_ss220/instruments/icons/samurai_guitar.dmi' + icon_state = "drum_red_unanchored" + base_icon_state = "drum_red" + layer = 2.5 + anchored = FALSE + var/active = FALSE + allowed_instrument_ids = "drums" + //Использутся, чтобы отслеживать, персонаж должен лежать или "сидеть" (стоять) + buckle_lying = FALSE + //Задает состояния и флаги Атома (как я понял) - взято из машинерии, иначе в строчке 75 вышибается ошибка + var/stat = 0 + +/obj/structure/musician/drumskit/examine() + . = ..() + . += "Используйте гаечный ключ, чтобы разобрать для транспортировки и собрать для игры." + +/obj/structure/musician/drumskit/Initialize(mapload) + . = ..() + //Выбирает инструмент по умолчанию + song = new(src, "drums") + song.instrument_range = 15 + song.allowed_instrument_ids = "drums" + // Для обновления иконки (код взят с кода наушников) + RegisterSignal(src, COMSIG_SONG_START, PROC_REF(start_playing)) + RegisterSignal(src, COMSIG_SONG_END, PROC_REF(stop_playing)) + +/obj/structure/musician/drumskit/proc/start_playing() + active = TRUE + update_icon(UPDATE_ICON_STATE) + +/obj/structure/musician/drumskit/proc/stop_playing() + active = FALSE + update_icon(UPDATE_ICON_STATE) + +/obj/structure/musician/drumskit/wrench_act(mob/living/user, obj/item/I) + if(active || (resistance_flags & INDESTRUCTIBLE)) + return + + if(!anchored && !isinspace()) + to_chat(user, span_notice("You secure [src] to the floor.")) + anchored = TRUE + can_buckle = TRUE + layer = 5 + else if(anchored) + to_chat(user, span_notice("You unsecure and disconnect [src].")) + anchored = FALSE + can_buckle = FALSE + layer = 2.5 + + update_icon() + icon_state = "[base_icon_state][anchored ? null : "_unanchored"]" + + playsound(src, 'sound/items/deconstruct.ogg', 50, 1) + + return TRUE + +/obj/structure/musician/drumskit/attack_hand(mob/user) + add_fingerprint(user) + + if(!anchored) + return + + ui_interact(user) + +/obj/structure/musician/drumskit/update_icon_state() + if(stat & (BROKEN)) + icon_state = "[base_icon_state]_broken" + else if(anchored) + icon_state = "[base_icon_state][active ? "_active" : null]" + + setDir(SOUTH) diff --git a/modular_ss220/instruments/code/guitar.dm b/modular_ss220/instruments/code/guitar.dm new file mode 100644 index 000000000000..092f48aab19b --- /dev/null +++ b/modular_ss220/instruments/code/guitar.dm @@ -0,0 +1,23 @@ +/datum/instrument/guitar/soundhand_rock + name = "Soundhand Rock Guitar" + id = "cshrockgt" + real_samples = list("36"='sound/instruments/synthesis_samples/guitar/soundhand_rock/c2.ogg', + "48"='sound/instruments/synthesis_samples/guitar/soundhand_rock/c3.ogg', + "60"='sound/instruments/synthesis_samples/guitar/soundhand_rock/c4.ogg', + "72"='sound/instruments/synthesis_samples/guitar/soundhand_rock/c5.ogg') + +/datum/instrument/guitar/soundhand_metal + name = "Soundhand Metal Guitar" + id = "cshmetalgt" + real_samples = list("36"='sound/instruments/synthesis_samples/guitar/soundhand_metal/c2.ogg', + "48"='sound/instruments/synthesis_samples/guitar/soundhand_metal/c3.ogg', + "60"='sound/instruments/synthesis_samples/guitar/soundhand_metal/c4.ogg', + "72"='sound/instruments/synthesis_samples/guitar/soundhand_metal/c5.ogg') + +/datum/instrument/guitar/soundhand_bass + name = "Soundhand Bass Guitar" + id = "cshbassgt" + real_samples = list("36"='sound/instruments/synthesis_samples/guitar/soundhand_bass/c2.ogg', + "48"='sound/instruments/synthesis_samples/guitar/soundhand_bass/c3.ogg', + "60"='sound/instruments/synthesis_samples/guitar/soundhand_bass/c4.ogg', + "72"='sound/instruments/synthesis_samples/guitar/soundhand_bass/c5.ogg') diff --git a/modular_ss220/instruments/code/instrument_items.dm b/modular_ss220/instruments/code/instrument_items.dm new file mode 100644 index 000000000000..1b4fa86eb204 --- /dev/null +++ b/modular_ss220/instruments/code/instrument_items.dm @@ -0,0 +1,74 @@ +/obj/item/instrument/soundhand_metal_guitar + name = "гитара Арии" + desc = "Тяжелая гитара со встроенными эффектами дисторшена и овердрайва. Эта гитара украшена пламенем в районе корпуса и подписью Арии Вильвен." + icon_state = "elguitar_fire" + item_state = "elguitar_fire" + icon = 'modular_ss220/instruments/icons/samurai_guitar.dmi' + w_class = WEIGHT_CLASS_NORMAL + lefthand_file = 'modular_ss220/instruments/icons/samurai_guitar_lefthand.dmi' + righthand_file = 'modular_ss220/instruments/icons/samurai_guitar_righthand.dmi' + attack_verb = list("played metal on", "shredded", "crashed", "smashed") + hitsound = 'sound/weapons/stringsmash.ogg' + allowed_instrument_ids = list("cshmetalgt", "cshrockgt", "csteelgt", "ccleangt","cshbassgt", "cnylongt", "cmutedgt") + +/obj/item/instrument/soundhand_metal_guitar/Initialize(mapload) + . = ..() + AddComponent(/datum/component/two_handed, require_twohands = TRUE) + +/obj/item/instrument/soundhand_bass_guitar + name = "бас-гитара" + desc = "Тяжелая гитара с сокращенным количеством широких струн для извлечения низкочастотных звуков." + icon_state = "bluegitara" + item_state = "bluegitara" + icon = 'modular_ss220/instruments/icons/samurai_guitar.dmi' + w_class = WEIGHT_CLASS_NORMAL + lefthand_file = 'modular_ss220/instruments/icons/samurai_guitar_lefthand.dmi' + righthand_file = 'modular_ss220/instruments/icons/samurai_guitar_righthand.dmi' + attack_verb = list("played metal on", "shredded", "crashed", "smashed") + hitsound = 'sound/weapons/stringsmash.ogg' + allowed_instrument_ids = list("cshbassgt", "cnylongt", "cmutedgt") + +/obj/item/instrument/soundhand_bass_guitar/Initialize(mapload) + . = ..() + AddComponent(/datum/component/two_handed, require_twohands = TRUE) + +/obj/item/instrument/soundhand_rock_guitar + name = "рок-гитара" + desc = "Тяжелая гитара со встроенными эффектами дисторшена и овердрайва" + icon_state = "elguitar" + item_state = "elguitar" + icon = 'modular_ss220/instruments/icons/samurai_guitar.dmi' + w_class = WEIGHT_CLASS_NORMAL + lefthand_file = 'modular_ss220/instruments/icons/samurai_guitar_lefthand.dmi' + righthand_file = 'modular_ss220/instruments/icons/samurai_guitar_righthand.dmi' + attack_verb = list("played metal on", "shredded", "crashed", "smashed") + hitsound = 'sound/weapons/stringsmash.ogg' + allowed_instrument_ids = list("cshmetalgt", "cshrockgt", "csteelgt", "ccleangt") + +/obj/item/instrument/soundhand_rock_guitar/Initialize(mapload) + . = ..() + AddComponent(/datum/component/two_handed, require_twohands = TRUE) + +/datum/supply_packs/misc/soundhand + name = "Soundhand Concert Crate" + contains = list(/obj/item/clothing/suit/storage/soundhand_black_jacket/tag, + /obj/item/clothing/suit/storage/soundhand_black_jacket/tag, + /obj/item/clothing/suit/storage/soundhand_olive_jacket/tag, + /obj/item/clothing/suit/storage/soundhand_olive_jacket/tag, + /obj/item/clothing/suit/storage/soundhand_brown_jacket/tag, + /obj/item/clothing/suit/storage/soundhand_brown_jacket/tag, + /obj/item/clothing/suit/storage/soundhand_white_jacket/tag, + /obj/item/instrument/soundhand_metal_guitar, + /obj/item/instrument/soundhand_bass_guitar, + /obj/item/instrument/soundhand_rock_guitar, + /obj/structure/musician/drumskit, + /obj/structure/concertspeaker_fake, + /obj/structure/concertspeaker_fake, + /obj/machinery/jukebox/concertspeaker, + /obj/item/instrument/piano_synth, + /obj/item/flag/soundhand, + /obj/item/flag/soundhand, + /obj/item/flag/soundhand, + /obj/item/flag/soundhand) + cost = 1000 + containername = "soundhand concert crate" diff --git a/modular_ss220/instruments/code/merch_items.dm b/modular_ss220/instruments/code/merch_items.dm new file mode 100644 index 000000000000..6d6eba3ec897 --- /dev/null +++ b/modular_ss220/instruments/code/merch_items.dm @@ -0,0 +1,20 @@ +/datum/merch_item/soundhand_bass_guitar + name = "бас-гитара" + desc = "Гитара для более низких и тяжелых струн и звука." + typepath = /obj/item/instrument/soundhand_bass_guitar + cost = 300 + category = MERCH_CAT_TOY + +/datum/merch_item/soundhand_rock_guitar + name = "рок-гитара" + desc = "Гитара, со встроенным усилителем для предания особого звука." + typepath = /obj/item/instrument/soundhand_rock_guitar + cost = 300 + category = MERCH_CAT_TOY + +/datum/merch_item/drumskit + name = "ударная установка" + desc = "Складная барабанная установка для ваших уникальных выступлений." + typepath = /obj/structure/musician/drumskit + cost = 300 + category = MERCH_CAT_TOY diff --git a/modular_ss220/instruments/icons/samurai_guitar.dmi b/modular_ss220/instruments/icons/samurai_guitar.dmi new file mode 100644 index 000000000000..07bf50ffd4dd Binary files /dev/null and b/modular_ss220/instruments/icons/samurai_guitar.dmi differ diff --git a/modular_ss220/instruments/icons/samurai_guitar_lefthand.dmi b/modular_ss220/instruments/icons/samurai_guitar_lefthand.dmi new file mode 100644 index 000000000000..305a016a9b39 Binary files /dev/null and b/modular_ss220/instruments/icons/samurai_guitar_lefthand.dmi differ diff --git a/modular_ss220/instruments/icons/samurai_guitar_righthand.dmi b/modular_ss220/instruments/icons/samurai_guitar_righthand.dmi new file mode 100644 index 000000000000..9c194ace7f00 Binary files /dev/null and b/modular_ss220/instruments/icons/samurai_guitar_righthand.dmi differ diff --git a/modular_ss220/jobs/_jobs.dm b/modular_ss220/jobs/_jobs.dm new file mode 100644 index 000000000000..486c0fe25233 --- /dev/null +++ b/modular_ss220/jobs/_jobs.dm @@ -0,0 +1,18 @@ +/datum/modpack/jobs + name = "Работы" + desc = "Новые джобки и изменения старых" + author = "furior, PhantomRU" + +/datum/modpack/jobs/initialize() + . = ..() + + GLOB.security_positions |= GLOB.security_positions_ss220 + GLOB.security_donor_jobs + GLOB.active_security_positions |= GLOB.security_positions_ss220 + GLOB.security_donor_jobs + + GLOB.medical_positions |= GLOB.medical_positions_ss220 + GLOB.engineering_positions |= GLOB.engineering_positions_ss220 + GLOB.science_positions |= GLOB.science_positions_ss220 + + GLOB.service_positions |= GLOB.service_donor_jobs + GLOB.supply_positions |= GLOB.supply_donor_jobs + GLOB.assistant_positions |= GLOB.assistant_donor_jobs diff --git a/modular_ss220/jobs/_jobs.dme b/modular_ss220/jobs/_jobs.dme new file mode 100644 index 000000000000..52d6ceb3d615 --- /dev/null +++ b/modular_ss220/jobs/_jobs.dme @@ -0,0 +1,32 @@ +#include "_jobs.dm" + +#include "code/card_computer.dm" +#include "code/card_id.dm" +#include "code/departaments.dm" +#include "code/jobs_global_list.dm" +#include "code/jobs_character.dm" +#include "code/jobs_gamemodes.dm" +#include "code/jobs.dm" +#include "code/landmarks.dm" +#include "code/clothing/engineering_clothing.dm" +#include "code/clothing/medical_clothing.dm" +#include "code/clothing/science_clothing.dm" +#include "code/clothing/security_clothing.dm" +#include "code/donor/job/1_tier_jobs.dm" +#include "code/donor/job/2_tier_jobs.dm" +#include "code/donor/job/3_tier_jobs.dm" +#include "code/donor/job/4_tier_jobs.dm" +#include "code/donor/job/5_tier_jobs.dm" +#include "code/donor/donor_jobs.dm" +#include "code/job/engineering_jobs.dm" +#include "code/job/medical_jobs.dm" +#include "code/job/science_jobs.dm" +#include "code/job/security_jobs.dm" +#include "code/job/service_jobs.dm" +#include "code/objects/mail.dm" +#include "code/objects/job_objects.dm" +#include "code/objects/engineering_job_objects.dm" +#include "code/objects/medical_job_objects.dm" +#include "code/objects/science_job_objects.dm" +#include "code/objects/security_job_objects.dm" +#include "code/objects/wardrobe_vendors.dm" diff --git a/modular_ss220/jobs/code/card_computer.dm b/modular_ss220/jobs/code/card_computer.dm new file mode 100644 index 000000000000..83c5dd96fe47 --- /dev/null +++ b/modular_ss220/jobs/code/card_computer.dm @@ -0,0 +1,55 @@ +#define IDCOMPUTER_SCREEN_TRANSFER 0 +#define IDCOMPUTER_SCREEN_SLOTS 1 +#define IDCOMPUTER_SCREEN_ACCESS 2 +#define IDCOMPUTER_SCREEN_RECORDS 3 +#define IDCOMPUTER_SCREEN_DEPT 4 + + +/obj/machinery/computer/card/ui_data(mob/user) + var/list/data = ..() + + if(mode == IDCOMPUTER_SCREEN_TRANSFER) // JOB TRANSFER + if(modify && scan && !target_dept) + var/list/list_skins = GLOB.card_skins_ss220 + (is_centcom() ? (GLOB.card_skins_donor_ss220 + GLOB.card_skins_special_ss220) : list()) + data["card_skins"] = format_card_skins(list_skins) + data["jobs_security"] = GLOB.active_security_positions - (is_centcom() ? list() : GLOB.security_donor_jobs) + data["jobs_service"] = GLOB.service_positions - (is_centcom() ? list() : GLOB.service_donor_jobs) + data["jobs_supply"] = GLOB.supply_positions - (is_centcom() ? list() : GLOB.supply_donor_jobs) + data["jobs_assistant"] = GLOB.assistant_positions - (is_centcom() ? list() : GLOB.assistant_donor_jobs) + + return data + +/obj/machinery/computer/card/ui_act(action, params) + . = ..() + switch(action) + if("skin") + if(!modify) + return FALSE + var/skin = params["skin_target"] + var/list/list_skins = GLOB.card_skins_ss220 + (is_centcom() ? (GLOB.card_skins_donor_ss220 + GLOB.card_skins_special_ss220) : list()) + if(!skin || !(skin in list_skins)) + return FALSE + + modify.icon_state = skin + return TRUE + +/obj/machinery/computer/card/format_job_slots(check_department, is_admin) + var/list/formatted = ..() + + // Убираем JOB'ки из консоли ГП, если она не ЦКшная. + for(var/i in formatted) + if(i["title"] in GLOB.jobs_excluded_from_selection) + formatted.Remove(list(i)) + if(is_centcom()) + continue + if(i["title"] in GLOB.all_donor_jobs) + formatted.Remove(list(i)) + + return formatted + + +#undef IDCOMPUTER_SCREEN_TRANSFER +#undef IDCOMPUTER_SCREEN_SLOTS +#undef IDCOMPUTER_SCREEN_ACCESS +#undef IDCOMPUTER_SCREEN_RECORDS +#undef IDCOMPUTER_SCREEN_DEPT diff --git a/modular_ss220/jobs/code/card_id.dm b/modular_ss220/jobs/code/card_id.dm new file mode 100644 index 000000000000..6d8db55e4843 --- /dev/null +++ b/modular_ss220/jobs/code/card_id.dm @@ -0,0 +1,211 @@ +/mob/living/carbon/human/sec_hud_set_ID() + var/image/holder = hud_list[ID_HUD] + holder.icon = 'icons/mob/hud/sechud.dmi' + if(wear_id && (wear_id.get_job_name() in GLOB.all_jobs_ss220)) + holder.icon = 'modular_ss220/jobs/icons/sechud.dmi' + . = ..() + +/obj/item/get_job_name() //Used in secHUD icon generation + var/assignmentName = get_ID_assignment(if_no_id = "Unknown") + var/rankName = get_ID_rank(if_no_id = "Unknown") + + var/list/titles = GLOB.all_jobs_ss220 + + if(assignmentName in titles) //Check if the job has a hud icon + return assignmentName + if(rankName in titles) + return rankName + + . = ..() + +/obj/item/card/id/medical/intern + name = "Intern ID" + registered_name = "Intern" + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "intern" + rank = "Medical Intern" + +/obj/item/card/id/research/student + name = "Student ID" + registered_name = "Student" + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "student" + +/obj/item/card/id/engineering/trainee + name = "Trainee ID" + registered_name = "Trainee" + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "trainee" + +/obj/item/card/id/security/cadet + name = "Cadet ID" + registered_name = "Cadet" + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "cadet" + +/obj/item/card/id/barber + name = "Barber ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "barber" + +/obj/item/card/id/bath + name = "Bath ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "bath" + +/obj/item/card/id/casino + name = "Casino ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE, ACCESS_HYDROPONICS, ACCESS_BAR) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "casino" + +/obj/item/card/id/waiter + name = "Waiter ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_THEATRE, ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "waiter" + +/obj/item/card/id/acolyte + name = "Acolyte ID" + access = list(ACCESS_CHAPEL_OFFICE, ACCESS_MAINT_TUNNELS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "acolyte" + +/obj/item/card/id/courier + name = "Deliverer ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_MINERAL_STOREROOM) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "courier" + +/obj/item/card/id/wrestler + name = "Wrestler ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE, ACCESS_RC_ANNOUNCE) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "wrestler" + +/obj/item/card/id/painter + name = "Painter ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "painter" + +/obj/item/card/id/musican + name = "Musician ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "musician" + +/obj/item/card/id/actor + name = "Actor ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "actor" + +/obj/item/card/id/administrator + name = "Administrator ID" + access = list(ACCESS_THEATRE, ACCESS_LIBRARY, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_HYDROPONICS, ACCESS_MINERAL_STOREROOM, ACCESS_JANITOR) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "administrator" + +/obj/item/card/id/tourist_tsf + name = "Tourist TSF ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "touristtsf" + +/obj/item/card/id/tourist_ussp + name = "Tourist USSP ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "touristussp" + +/obj/item/card/id/cleaning_manager + name = "Clining Manager ID" + access = list(ACCESS_JANITOR, ACCESS_MAINT_TUNNELS, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_MEDICAL) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "managerjanitor" + +/obj/item/card/id/apprentice + name = "Apprentice ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_CONSTRUCTION, ACCESS_MINERAL_STOREROOM) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "apprentice" + +/obj/item/card/id/guard + name = "Guard ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_HYDROPONICS, ACCESS_LIBRARY) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "guard" + +/obj/item/card/id/migrant + name = "Migrant ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "migrant" + +/obj/item/card/id/uncertain + name = "Uncertain ID" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_CONSTRUCTION) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "uncertain" + +/obj/item/card/id/adjutant + name = "Adjutant ID" + access = list(ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_EVA, ACCESS_INTERNAL_AFFAIRS, ACCESS_COURT, ACCESS_SEC_DOORS, ACCESS_MAINT_TUNNELS, ACCESS_RESEARCH, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "adjutant" + item_state = "silver-id" + +/obj/item/card/id/butler + name = "Butler ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_EVA, ACCESS_INTERNAL_AFFAIRS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "butler" + +/obj/item/card/id/maid + name = "Maid ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_EVA, ACCESS_INTERNAL_AFFAIRS) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "maid" + +/obj/item/card/id/representative_tsf + name = "Representative TSF ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_EVA) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "representativetsf" + item_state = "silver-id" + +/obj/item/card/id/representative_ussp + name = "Representative USSP ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_EVA) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "representativeussp" + item_state = "silver-id" + +/obj/item/card/id/dealer + name = "Dealer ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_RC_ANNOUNCE, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_MINERAL_STOREROOM, ACCESS_CONSTRUCTION) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "dealer" + +/obj/item/card/id/vip_guest + name = "VIP Guest ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_EVA) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "vipcorporateguest" + item_state = "gold-id" + +/obj/item/card/id/banker + name = "Banker ID" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_EVA) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "banker" + item_state = "gold-id" + +/obj/item/card/id/seclown + name = "Security Clown ID" + access = list(ACCESS_CLOWN, ACCESS_THEATRE, ACCESS_MAINT_TUNNELS, ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_COURT) + icon = 'modular_ss220/aesthetics/better_ids/icons/card.dmi' + icon_state = "securityclown" diff --git a/modular_ss220/jobs/code/clothing/engineering_clothing.dm b/modular_ss220/jobs/code/clothing/engineering_clothing.dm new file mode 100644 index 000000000000..9d01c2a5f5d9 --- /dev/null +++ b/modular_ss220/jobs/code/clothing/engineering_clothing.dm @@ -0,0 +1,26 @@ +/obj/item/clothing/under/rank/engineering/engineer/trainee + name = "engineer trainee jumpsuit" + icon = 'modular_ss220/jobs/icons/clothing/uniforms.dmi' + icon_override = 'modular_ss220/jobs/icons/clothing/mob/uniform.dmi' + //lefthand_file = 'icons/mob/inhands/clothing_lefthand.dmi' + //righthand_file = 'icons/mob/inhands/clothing_righthand.dmi' + icon_state = "trainee_s" + item_color = "trainee" + sprite_sheets = null + +/obj/item/clothing/under/rank/engineering/engineer/trainee/skirt + name = "engineer trainee jumpskirt" + icon_state = "traineef_s" + item_color = "traineef" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + +/obj/item/clothing/under/rank/engineering/engineer/trainee/assistant + name = "engineer assistant jumpsuit" + icon_state = "eng_ass_s" + item_color = "eng_ass" + +/obj/item/clothing/under/rank/engineering/engineer/trainee/assistant/skirt + name = "engineer assistant jumpskirt" + icon_state = "eng_ass_f_s" + item_color = "eng_ass_f" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS diff --git a/modular_ss220/jobs/code/clothing/medical_clothing.dm b/modular_ss220/jobs/code/clothing/medical_clothing.dm new file mode 100644 index 000000000000..f9ffc439ad70 --- /dev/null +++ b/modular_ss220/jobs/code/clothing/medical_clothing.dm @@ -0,0 +1,45 @@ +/obj/item/clothing/under/rank/medical/doctor/intern + icon = 'modular_ss220/jobs/icons/clothing/uniforms.dmi' + icon_override = 'modular_ss220/jobs/icons/clothing/mob/uniform.dmi' + //lefthand_file = 'icons/mob/inhands/clothing_lefthand.dmi' + //righthand_file = 'icons/mob/inhands/clothing_righthand.dmi' + sprite_sheets = null + + name = "intern jumpsuit" + icon_state = "intern_s" + item_color = "intern" + +/obj/item/clothing/under/rank/medical/doctor/intern/skirt + name = "intern jumpskirt" + icon_state = "internf_s" + item_color = "internf" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + +/obj/item/clothing/under/rank/medical/doctor/intern/assistant + name = "medical assistant jumpsuit" + icon_state = "med_ass_s" + item_color = "med_ass" + +/obj/item/clothing/under/rank/medical/doctor/intern/assistant/skirt + name = "medical assistant jumpskirt" + icon_state = "med_ass_f_s" + item_color = "med_ass_f" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + +/obj/item/clothing/under/rank/medical/scrubs/green/light + name = "light green medical scrubs" + desc = "It's made of a special fiber that provides minor protection against biohazards. This one is in light green." + icon = 'modular_ss220/jobs/icons/clothing/uniforms.dmi' + icon_override = 'modular_ss220/jobs/icons/clothing/mob/uniform.dmi' + icon_state = "scrubsgreen" + item_color = "scrubsgreen" + sprite_sheets = null + +/obj/item/clothing/head/surgery/green/light + name = "light green surgical cap" + desc = "A cap surgeons wear during operations. Keeps their hair from tickling your internal organs. This one is light green." + icon = 'modular_ss220/jobs/icons/clothing/hats.dmi' + icon_override = 'modular_ss220/jobs/icons/clothing/mob/head.dmi' + icon_state = "surgcap_green" + item_color = "surgcap_green" + sprite_sheets = null diff --git a/modular_ss220/jobs/code/clothing/science_clothing.dm b/modular_ss220/jobs/code/clothing/science_clothing.dm new file mode 100644 index 000000000000..4f501916c7b3 --- /dev/null +++ b/modular_ss220/jobs/code/clothing/science_clothing.dm @@ -0,0 +1,26 @@ +/obj/item/clothing/under/rank/rnd/scientist/student + name = "scientist student jumpsuit" + icon = 'modular_ss220/jobs/icons/clothing/uniforms.dmi' + icon_override = 'modular_ss220/jobs/icons/clothing/mob/uniform.dmi' + //lefthand_file = 'icons/mob/inhands/clothing_lefthand.dmi' + //righthand_file = 'icons/mob/inhands/clothing_righthand.dmi' + icon_state = "student_s" + item_color = "student" + sprite_sheets = null + +/obj/item/clothing/under/rank/rnd/scientist/student/skirt + name = "scientist student jumpskirt" + icon_state = "studentf_s" + item_color = "studentf" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + +/obj/item/clothing/under/rank/rnd/scientist/student/assistant + name = "scientist assistant jumpsuit" + icon_state = "sci_ass_s" + item_color = "sci_ass" + +/obj/item/clothing/under/rank/rnd/scientist/student/assistant/skirt + name = "scientist assistant jumpskirt" + icon_state = "sci_ass_f_s" + item_color = "sci_ass_f" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS diff --git a/modular_ss220/jobs/code/clothing/security_clothing.dm b/modular_ss220/jobs/code/clothing/security_clothing.dm new file mode 100644 index 000000000000..aac6f3f2f341 --- /dev/null +++ b/modular_ss220/jobs/code/clothing/security_clothing.dm @@ -0,0 +1,39 @@ +/obj/item/clothing/under/rank/security/officer/cadet + name = "security cadet jumpsuit" + icon = 'modular_ss220/jobs/icons/clothing/uniforms.dmi' + icon_override = 'modular_ss220/jobs/icons/clothing/mob/uniform.dmi' + //lefthand_file = 'icons/mob/inhands/clothing_lefthand.dmi' + //righthand_file = 'icons/mob/inhands/clothing_righthand.dmi' + icon_state = "cadet_s" + item_color = "cadet" + sprite_sheets = null + sensor_mode = SENSOR_COORDS + random_sensor = FALSE + +/obj/item/clothing/under/rank/security/officer/cadet/skirt + name = "security cadet jumpskirt" + icon_state = "cadetf_s" + item_color = "cadetf" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + +/obj/item/clothing/under/rank/security/officer/cadet/assistant + name = "security assistant jumpsuit" + icon_state = "sec_ass_s" + item_color = "sec_ass" + +/obj/item/clothing/under/rank/security/officer/cadet/assistant/skirt + name = "security assistant jumpskirt" + icon_state = "sec_ass_f_s" + item_color = "sec_ass_f" + body_parts_covered = UPPER_TORSO|LOWER_TORSO|ARMS + +/obj/item/clothing/under/rank/security/officer/clown + name = "security clown suit" + icon = 'modular_ss220/jobs/icons/clothing/uniforms.dmi' + icon_override = 'modular_ss220/jobs/icons/clothing/mob/uniform.dmi' + sprite_sheets = null + desc = "'HONK THE LAW!'" + icon_state = "security_clown_s" + item_color = "security_clown" + item_state = "clown" + diff --git a/modular_ss220/jobs/code/departaments.dm b/modular_ss220/jobs/code/departaments.dm new file mode 100644 index 000000000000..af562c91864f --- /dev/null +++ b/modular_ss220/jobs/code/departaments.dm @@ -0,0 +1,46 @@ +/datum/station_department/engineering/New() + . = ..() + department_roles |= get_all_engineering_titles_ss220() + +/datum/station_department/medical/New() + . = ..() + department_roles |= get_all_medical_titles_ss220() + +/datum/station_department/science/New() + . = ..() + department_roles |= get_all_science_titles_ss220() + +/datum/station_department/security/New() + . = ..() + department_roles |= get_all_security_titles_ss220() + +/datum/station_department/service/New() + . = ..() + department_roles |= get_all_service_titles_ss220() + +/datum/station_department/supply/New() + . = ..() + department_roles |= get_all_supply_titles_ss220() + +/datum/station_department/assistant/New() + . = ..() + department_roles |= get_all_assistant_titles_ss220() + +/datum/nttc_configuration/New() + . = ..() + var/list/job_radio_dict = list() + for(var/i in get_all_medical_titles_ss220()) + job_radio_dict.Add(list("[i]" = "medradio")) + for(var/i in get_all_security_titles_ss220()) + job_radio_dict.Add(list("[i]" = "secradio")) + for(var/i in get_all_engineering_titles_ss220()) + job_radio_dict.Add(list("[i]" = "engradio")) + for(var/i in get_all_science_titles_ss220()) + job_radio_dict.Add(list("[i]" = "scirradio")) + for(var/i in (get_all_service_titles_ss220() + get_all_supply_titles_ss220())) + job_radio_dict.Add(list("[i]" = "srvradio")) + for(var/i in get_all_assistant_titles_ss220()) + job_radio_dict.Add(list("[i]" = "radio")) + + all_jobs |= job_radio_dict + diff --git a/modular_ss220/jobs/code/donor/donor_jobs.dm b/modular_ss220/jobs/code/donor/donor_jobs.dm new file mode 100644 index 000000000000..d7cbc1e5a859 --- /dev/null +++ b/modular_ss220/jobs/code/donor/donor_jobs.dm @@ -0,0 +1,57 @@ +/datum/job/donor + title = "Donor" // он тут быть не должен. Но если педали вдруг выдадут, то пускай хотя бы так + flag = 0 + total_positions = -1 + spawn_positions = -1 + department_flag = JOBCAT_SUPPORT + job_department_flags = DEP_FLAG_SERVICE + supervisors = "the head of personnel" + department_head = list("Head of Personnel") + selection_color = "#fbd5ff" + access = list(ACCESS_MAINT_TUNNELS) + alt_titles = null + outfit = /datum/outfit/job/donor + hidden_from_job_prefs = TRUE + is_extra_job = TRUE + var/ru_title + var/donator_tier = 999 // I'm unreachable! + +/datum/outfit/job/donor + name = "Donor" + jobtype = /datum/job/donor + + uniform = /obj/item/clothing/under/color/random + shoes = /obj/item/clothing/shoes/black + pda = /obj/item/pda + id = /obj/item/card/id/assistant + + +// ==================================== +/datum/job/donor/proc/get_all_titles() + var/list/all_alt_titles = list() + if(alt_titles) + all_alt_titles.Add(title) + if(ru_title) + all_alt_titles.Add(ru_title) + all_alt_titles |= alt_titles + return all_alt_titles + +// Проверка после начала раунда +/mob/new_player/IsJobAvailable(rank) + if(rank in GLOB.jobs_excluded_from_selection) + return FALSE + if(rank in GLOB.all_donor_jobs) + var/datum/job/job = SSjobs.GetJob(rank) + if(!job) + return FALSE + if(!job.is_donor_allowed(client)) + return FALSE + . = ..() + +/datum/job/proc/is_donor_allowed(client/C) + return TRUE + +/datum/job/donor/is_donor_allowed(client/C) + if(!C) + return FALSE // No client + return C.is_donor_allowed(donator_tier) diff --git a/modular_ss220/jobs/code/donor/job/1_tier_jobs.dm b/modular_ss220/jobs/code/donor/job/1_tier_jobs.dm new file mode 100644 index 000000000000..58484cab5d6d --- /dev/null +++ b/modular_ss220/jobs/code/donor/job/1_tier_jobs.dm @@ -0,0 +1,55 @@ +/datum/job/donor/prisoner + title = "Prisoner" + department_flag = JOBCAT_SUPPORT + flag = JOB_PRISON + total_positions = 5 + spawn_positions = 3 + ru_title = "Заключенный" + alt_titles = list("Заключенный", "Уголовник", "Законопреступник", "Пермазаключенный", "Нелегальный Мигрант", "Нелегальный Работник", + "Пожизненно-Заключенный", "Политический Заключенный", "Заключенный Преступник", "Заключенный Бандит", "Заключенный Мошенник", + "Заключенный Вор", "Заключенный Убийца", "Заключенный Наркоторговец", "Заключенный Рецидивист", "Заключенный Саботер", + "Заключенный Мучитель", "Заключенный Жулик", "Заключенный Негодяй", "Заключенный Хулиган", "Заключенный Враг-NT", + "Заключенный Мафиози", "Заключенный Коррупционер", "Заключенный Психопат", "Заключенный Фальшивокредитчик", + "Заключенный Работорговец", + ) + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ЗАКЛЮЧЕННЫЙ. Вы не являетесь антагонистом на сервере и данная роль не позволяет вам нарушать правила сервера. \ + Вы находитесь на временном содержании в бриге станции принадлежащей Нанотрейзен за преступление против корпорации и теперь отбываете свой срок. \ + Вы заинтересованы в том чтобы попасть на волю за хорошее поведение, но если выдастся случай для побега - вам никто не запретит этим воспользоваться, верно? \ + Избегайте любых действий которые могут привести к вашей гибели. Вы не служите Синдикату и не заинтересованы помогать им, если не являетесь антагонистом, но если они помогут вам - то почему бы и да." + supervisors = "смотрителем" + department_head = list("Warden") + selection_color = "#bb7a41" + hidden_from_job_prefs = FALSE + donator_tier = 1 + outfit = /datum/outfit/job/donor/prisoner + +/datum/outfit/job/donor/prisoner + name = "Prisoner" + jobtype = /datum/job/donor/prisoner + + uniform = /obj/item/clothing/under/color/orange/prison + shoes = /obj/item/clothing/shoes/orange + id = /obj/item/card/id/prisoner + pda = null + box = null + backpack = null + satchel = null + dufflebag = null + +/datum/outfit/job/donor/prisoner/pre_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(prob(20)) + uniform = /obj/item/clothing/under/misc/pj/red + if(prob(30)) + uniform = /obj/item/clothing/under/misc/pj/blue + +/datum/job/donor/prisoner/after_spawn(mob/living/carbon/human/H, joined_late = FALSE) + if(!joined_late || !H) + return ..() + + for(var/obj/effect/landmark/spawner/prisoner/landmark_loc in GLOB.landmarks_list) + H.forceMove(get_turf(landmark_loc)) + break + + . = ..() diff --git a/modular_ss220/jobs/code/donor/job/2_tier_jobs.dm b/modular_ss220/jobs/code/donor/job/2_tier_jobs.dm new file mode 100644 index 000000000000..74bbbf0f8243 --- /dev/null +++ b/modular_ss220/jobs/code/donor/job/2_tier_jobs.dm @@ -0,0 +1,445 @@ +/datum/job/donor/barber + title = "Barber" + department_flag = JOBCAT_SUPPORT + flag = JOB_BARBER + total_positions = 1 + spawn_positions = 1 + ru_title = "Парикмахер" + alt_titles = list("Парикмахер", "Стилист", "Хозяин Студии Красоты", "Визажист", "Куафёр", "Цирюльник", "Брадобрей") + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/barber + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ПАРИКМАХЕР. Данная роль нацелена для наведения красоты на головах людей через добровольные начинания." + +/datum/outfit/job/donor/barber + name = "Barber" + jobtype = /datum/job/donor/barber + + uniform = /obj/item/clothing/under/rank/civilian/barber + shoes = /obj/item/clothing/shoes/laceup + head = /obj/item/clothing/head/boaterhat + l_ear = /obj/item/radio/headset/headset_service + id = /obj/item/card/id/barber + backpack_contents = list( + /obj/item/storage/box/barber = 1, + ) + + +/datum/job/donor/bath + title = "Bath" + department_flag = JOBCAT_SUPPORT + flag = JOB_BATH + total_positions = 1 + spawn_positions = 1 + ru_title = "Банщик" + alt_titles = list("Банщик", "Хозяин Бани", "Парильщик", "Пармейстер") + relate_job = "Bath" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/bath + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы БАНЩИК. Данная роль нацелена для создания душной атмосферы в замкнутых помещениях, РП-разговоров, встреч." + +/datum/outfit/job/donor/bath + name = "Bath" + jobtype = /datum/job/donor/bath + + uniform = /obj/item/clothing/under/costume/pirate_rags + suit = /obj/item/clothing/suit/mantle + shoes = /obj/item/clothing/shoes/sandal + glasses = /obj/item/clothing/glasses/goggles + l_ear = /obj/item/radio/headset/headset_service + id = /obj/item/card/id/bath + backpack_contents = list( + /obj/item/clothing/under/pants/white = 5, + /obj/item/clothing/head/beanie = 1, + /obj/item/clothing/head/beanie/black = 1, + /obj/item/clothing/head/beanie/red = 1, + /obj/item/clothing/head/beanie/green = 1, + /obj/item/clothing/head/beanie/darkblue = 1, + /obj/item/clothing/head/beanie/purple = 1, + /obj/item/clothing/head/beanie/yellow = 1, + /obj/item/clothing/head/beanie/cyan = 1, + /obj/item/clothing/head/beanie/orange = 5, + ) + + +/datum/job/donor/casino + title = "Casino" + department_flag = JOBCAT_SUPPORT + flag = JOB_CASINO + total_positions = 3 + spawn_positions = 3 + ru_title = "Крупье" + relate_job = "Bar" + alt_titles = list("Крупье", "Дилер", "Слот-Ассистент", "Пит-Босс", ) + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE, ACCESS_HYDROPONICS, ACCESS_BAR) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/casino + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы КРУПЬЕ. Данная роль нацелена на отыгрыш работника казино. Раздача карт, азарт - всё это ваша стезя. Организуйте свое лучшее казино." + +/datum/outfit/job/donor/casino + name = "Casino" + jobtype = /datum/job/donor/casino + + uniform = /obj/item/clothing/under/rank/procedure/iaa/purple + suit = /obj/item/clothing/suit/storage/iaa/purplejacket + shoes = /obj/item/clothing/shoes/laceup + belt = /obj/item/storage/belt/fannypack/purple + l_ear = /obj/item/radio/headset/headset_service + pda = /obj/item/pda/bar + id = /obj/item/card/id/casino + backpack_contents = list( + /obj/item/storage/bag/money = 1, + /obj/item/coin/twoheaded = 1, + /obj/item/coin/gold = 2, + /obj/item/coin/silver = 4, + /obj/item/coin/iron = 8, + /obj/item/eftpos = 1, + ) + +/datum/job/donor/waiter + title = "Waiter" + department_flag = JOBCAT_SUPPORT + flag = JOB_WAITER + total_positions = 2 + spawn_positions = 2 + ru_title = "Официант" + relate_job = "Bar" + alt_titles = list("Официант", "Хост Сервиса") + access = list(ACCESS_MAINT_TUNNELS, ACCESS_THEATRE, ACCESS_HYDROPONICS, ACCESS_BAR, ACCESS_KITCHEN) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/waiter + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ОФИЦИАНТ. Данная роль нацелена на принеси-подай-иди-не мешай. Обеспечьте атмосферу настоящего ресторана." + +/datum/outfit/job/donor/waiter + name = "Waiter" + jobtype = /datum/job/donor/waiter + + uniform = /obj/item/clothing/under/misc/waiter + suit = /obj/item/clothing/suit/storage/iaa/blackjacket + shoes = /obj/item/clothing/shoes/laceup + head = /obj/item/clothing/head/fez + belt = /obj/item/storage/belt/fannypack/blue + l_ear = /obj/item/radio/headset/headset_service + pda = /obj/item/pda/chef + id = /obj/item/card/id/waiter + backpack_contents = list( + /obj/item/eftpos = 1, + /obj/item/clipboard = 1, + /obj/item/reagent_containers/glass/rag = 1, + ) + + +/datum/job/donor/acolyte + title = "Acolyte" + department_flag = JOBCAT_SUPPORT + flag = JOB_ACOLYTE + total_positions = 5 + spawn_positions = 5 + ru_title = "Послушник" + alt_titles = list("Послушник", "Монах", "Приспешник", "Последователь", "Обрядчик") + relate_job = "Chaplain" + access = list(ACCESS_CHAPEL_OFFICE, ACCESS_MAINT_TUNNELS) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/acolyte + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ПОСЛУШНИК. Данная роль нацелена на богослужение и помощь священнику. Несите слово священника, он ваш пастырь. \ + Вы не обладаете такими же способностями как священник, вы не можете освящать воду, но вы можете помочь тому, кто наделен этим даром!" + +/datum/outfit/job/donor/acolyte + name = "Acolyte" + jobtype = /datum/job/donor/acolyte + + uniform = /obj/item/clothing/under/suit/victsuit + suit = /obj/item/clothing/suit/hooded/monk + shoes = /obj/item/clothing/shoes/sandal + r_hand = /obj/item/storage/bag/garment/chaplain + l_ear = /obj/item/radio/headset/headset_service + pda = /obj/item/pda/chaplain + id = /obj/item/card/id/acolyte + +/* +/datum/job/donor/deliverer + title = "Deliverer" + department_flag = JOBCAT_SUPPORT + flag = JOB_DELIVERER + total_positions = 1 + spawn_positions = 1 + ru_title = "Доставщик" + alt_titles = list("Доставщик", "Почтальон", "Переносчик") + relate_job = "Cargo Technician" + supervisors = "главой персонала и квартирмейстером" + department_head = list("Head of Personnel", "Quartermaster") + access = list(ACCESS_MAINT_TUNNELS, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_MINERAL_STOREROOM) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/deliverer + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ДОСТАВЩИК. Данная роль нацелена на доставку товаров от одного отдела до другого. Ваше призвание - доставлять ресурсы от отдела до отдела или еду от самого ШЕФа." +*/ +/datum/outfit/job/donor/deliverer + name = "Deliverer" + //jobtype = /datum/job/donor/deliverer + + uniform = /obj/item/clothing/under/misc/overalls + shoes = /obj/item/clothing/shoes/workboots + head = /obj/item/clothing/head/soft + r_hand = /obj/item/mail_scanner + belt = /obj/item/storage/belt/fannypack/orange + r_pocket = /obj/item/storage/bag/mail + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/radio/headset/headset_cargo + pda = /obj/item/pda/cargo + id = /obj/item/card/id/courier + backpack_contents = list( + /obj/item/eftpos = 1, + /obj/item/clipboard = 1, + /obj/item/reagent_containers/spray/pepper = 1, + /obj/item/reagent_containers/spray/pestspray = 1, + /obj/item/reagent_containers/spray/plantbgone = 1, + ) + + backpack = /obj/item/storage/backpack/industrial + satchel = /obj/item/storage/backpack/satchel_eng + dufflebag = /obj/item/storage/backpack/duffel/engineering + + +/datum/outfit/job/donor/deliverer/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.mind && H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Почтальон") + uniform = /obj/item/clothing/under/misc/mailman + shoes = /obj/item/clothing/shoes/laceup + head = /obj/item/clothing/head/mailman + if("Доставщик") + uniform = /obj/item/clothing/under/rank/cargo/tech/delivery + head = /obj/item/clothing/head/soft/cargo + + +/datum/job/donor/wrestler + title = "Wrestler" + department_flag = JOBCAT_SUPPORT + flag = JOB_BOXER + total_positions = 4 + spawn_positions = 4 + ru_title = "Борец" + alt_titles = list("Борец", "Рефери", "Тренер", "Боксёр", "Спортсмен") + relate_job = "Art" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE, ACCESS_RC_ANNOUNCE) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/wrestler + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы БОРЕЦ. Данная роль нацелена на дружественные соревнования. Найдите этот дух соревнования среди экипажа и обеспечьте зрелища!" + +/datum/outfit/job/donor/wrestler + name = "Wrestler" + jobtype = /datum/job/donor/wrestler + + uniform = /obj/item/clothing/under/pants/classicjeans + suit = /obj/item/clothing/suit/hooded/hoodie/blue + shoes = /obj/item/clothing/shoes/sandal + belt = /obj/item/storage/belt/fannypack/blue + gloves = /obj/item/clothing/gloves/fingerless + l_ear = /obj/item/radio/headset/headset_service + pda = /obj/item/pda/librarian + id = /obj/item/card/id/wrestler + backpack_contents = list( + /obj/item/clothing/gloves/boxing = 1, + /obj/item/clothing/gloves/boxing/green = 1, + /obj/item/clothing/gloves/boxing/blue = 1, + /obj/item/clothing/gloves/boxing/yellow = 1, + /obj/item/clothing/mask/luchador = 1, + /obj/item/clothing/mask/luchador/tecnicos = 1, + /obj/item/clothing/mask/luchador/rudos = 1, + /obj/item/clothing/under/pants/shorts/red = 1, + /obj/item/clothing/under/pants/shorts/green = 1, + /obj/item/clothing/under/pants/shorts/blue = 1, + /obj/item/clothing/under/pants/shorts/black = 1, + /obj/item/clothing/under/pants/shorts/grey = 1, + /obj/item/storage/belt/fannypack/blue = 1, + /obj/item/storage/belt/fannypack/red = 1, + ) + +/* +/datum/job/donor/painter + title = "Painter" + department_flag = JOBCAT_SUPPORT + flag = JOB_PAINTER + total_positions = 1 + spawn_positions = 1 + ru_title = "Художник" + alt_titles = list("Художник", "Творец", "Искусствовед", "Пейзажист", "Фотореалист", "Перфоманс-Артист") + relate_job = "Art" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/painter + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ХУДОЖНИК. Данная роль нацелена на демонстрацию вашей тонкой натуры. Найдите себе красильщик полов, создайте искусство! \ + Возможно вы захотите наложить инсталляцию посреди мостика?" +*/ + +/datum/outfit/job/donor/painter + name = "Painter" + //jobtype = /datum/job/donor/painter + + uniform = /obj/item/clothing/under/misc/sl_suit + suit = /obj/item/clothing/suit/apron + shoes = /obj/item/clothing/shoes/white + head = /obj/item/clothing/head/beret/white + glasses = /obj/item/clothing/glasses/regular/hipster + l_ear = /obj/item/radio/headset/headset_service + id = /obj/item/card/id/painter + backpack_contents = list( + /obj/item/stack/cable_coil/random = 1, + /obj/item/camera = 1, + /obj/item/camera_film = 2, + /obj/item/storage/photo_album = 1, + /obj/item/hand_labeler = 1, + /obj/item/stack/tape_roll = 1, + /obj/item/paper = 4, + /obj/item/storage/fancy/crayons = 1, + /obj/item/pen/fancy = 1, + /obj/item/toy/crayon/rainbow = 1, + /obj/item/painter = 1, + ) + +/datum/job/donor/musican + title = "Musician" + department_flag = JOBCAT_SUPPORT + flag = JOB_MUSICIAN + total_positions = 1 + spawn_positions = 1 + ru_title = "Музыкант" + alt_titles = list("Музыкант", "Маэстро", "Гитарист", "Барабанщик", "Пианист", "Волынщик", "Скрипач", "Скоморох", "Саксофонист", "Солист", "Певец", "Гастролер") + relate_job = "Art" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/musican + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы МУЗЫКАНТ. Данная роль нацелена на создание музыкальной атмосферы. Приласкайте уши экипажа." + +/datum/outfit/job/donor/musican + name = "Musician" + jobtype = /datum/job/donor/musican + + uniform = /obj/item/clothing/under/costume/singerb + shoes = /obj/item/clothing/shoes/singerb + gloves = /obj/item/clothing/gloves/color/white + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/clothing/ears/headphones + glasses = /obj/item/clothing/glasses/regular/hipster + id = /obj/item/card/id/musican + backpack_contents = list( + /obj/item/flashlight = 1, + /obj/item/instrument/violin = 1, + /obj/item/instrument/piano_synth = 1, + /obj/item/instrument/guitar = 1, + /obj/item/instrument/eguitar = 1, + /obj/item/instrument/accordion = 1, + /obj/item/instrument/saxophone = 1, + /obj/item/instrument/trombone = 1, + /obj/item/instrument/harmonica = 1 + ) + + +/datum/job/donor/actor + title = "Actor" + department_flag = JOBCAT_MEDSCI + flag = JOB_ACTOR + total_positions = 5 + spawn_positions = 5 + ru_title = "Актер" + alt_titles = list("Актер", "Артист", "Стендапер", "Комедиант", "Эстрадный Артист", "Художник", "Творец", "Искусствовед", "Пейзажист", "Фотореалист", "Перфоманс-Артист") + relate_job = "Art" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_THEATRE) + selection_color = "#558758" + hidden_from_job_prefs = FALSE + donator_tier = 2 + outfit = /datum/outfit/job/donor/actor + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы АКТЕР. Данная роль нацелена на ваше актерское мастерство. Сами вы им стали или ваши родители вас на это натолкнули, \ + но вы связаны со сценой. Устройте шоу, пригласите гостей! Попробуйте устроить совместное представление с другими актерами, клоуном и мимом." + +/datum/outfit/job/donor/actor + name = "Actor" + jobtype = /datum/job/donor/actor + + uniform = /obj/item/clothing/under/rank/procedure/iaa/formal/red + shoes = /obj/item/clothing/shoes/laceup + head = /obj/item/clothing/head/bowlerhat + gloves = /obj/item/clothing/gloves/color/white + glasses = /obj/item/clothing/glasses/regular + l_ear = /obj/item/radio/headset/headset_service + id = /obj/item/card/id/actor + backpack_contents = list( + /obj/item/clothing/under/rank/procedure/iaa/purple = 1, + /obj/item/clothing/suit/storage/iaa/purplejacket = 1, + /obj/item/clothing/under/suit/really_black = 1, + /obj/item/clothing/under/costume/cuban_suit = 1, + /obj/item/clothing/head/cuban_hat = 1, + ) + +/datum/outfit/job/donor/actor/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/procedure/iaa/formal/red/skirt + + if(H.mind && H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Артист") + uniform = /obj/item/clothing/under/suit/victsuit/red + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/dress/victdress/red + suit = /obj/item/clothing/suit/victcoat/red + if("Комедиант") + uniform = /obj/item/clothing/under/costume/jester + head = /obj/item/clothing/head/jester + if("Эстрадный Артист") + uniform = /obj/item/clothing/under/suit/victsuit/redblk + suit = /obj/item/clothing/suit/draculacoat + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/dress/redeveninggown + + if("Художник", "Творец", "Искусствовед", "Пейзажист", "Фотореалист", "Перфоманс-Артист") + uniform = /obj/item/clothing/under/misc/sl_suit + suit = /obj/item/clothing/suit/apron + shoes = /obj/item/clothing/shoes/white + head = /obj/item/clothing/head/beret/white + glasses = /obj/item/clothing/glasses/regular/hipster + l_ear = /obj/item/radio/headset/headset_service + id = /obj/item/card/id/painter + backpack_contents = list( + /obj/item/stack/cable_coil/random = 1, + /obj/item/camera = 1, + /obj/item/camera_film = 2, + /obj/item/storage/photo_album = 1, + /obj/item/hand_labeler = 1, + /obj/item/stack/tape_roll = 1, + /obj/item/paper = 4, + /obj/item/storage/fancy/crayons = 1, + /obj/item/pen/fancy = 1, + /obj/item/toy/crayon/rainbow = 1, + /obj/item/painter = 1, + ) diff --git a/modular_ss220/jobs/code/donor/job/3_tier_jobs.dm b/modular_ss220/jobs/code/donor/job/3_tier_jobs.dm new file mode 100644 index 000000000000..d197421957d7 --- /dev/null +++ b/modular_ss220/jobs/code/donor/job/3_tier_jobs.dm @@ -0,0 +1,353 @@ +/datum/job/donor/administrator + title = "Administrator" + department_flag = JOBCAT_MEDSCI + flag = JOB_ADMINISTRATOR + total_positions = 1 + spawn_positions = 1 + ru_title = "Сервис-Администратор" + alt_titles = list("Сервис-Администратор", "Сервис-Управитель", "Помпадур", "Сервис-Менеджер") + relate_job = "Bar" + access = list(ACCESS_THEATRE, ACCESS_LIBRARY, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_HYDROPONICS, ACCESS_MINERAL_STOREROOM, ACCESS_JANITOR) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/administrator + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы АДМИНИСТРАТОР. Данная роль нацелена для налаживания работы в Отделе Обслуживания. Наладьте производство, \ + помогите главе персонала пока он занимается бумагами, убедитесь что каждый работник выполняет свою работу и делает это КАЧЕСТВЕННО! \ + А если всё замечательно, значит устройте новое развлечение или событие для экипажа. Довольный экипаж - работоспособный экипаж. \ + \nВы не являетесь заменой главы персонала и подчиняетесь ему напрямую. Вы не являетесь главой сервисного отдела. \ + Вы помощник, ассистент, консультант, наблюдатель, организатор." + +/datum/outfit/job/donor/administrator + name = "Administrator" + jobtype = /datum/job/donor/administrator + + uniform = /obj/item/clothing/under/rank/procedure/iaa + suit = /obj/item/clothing/suit/storage/iaa/blackjacket + shoes = /obj/item/clothing/shoes/laceup + head = /obj/item/clothing/head/fez + gloves = /obj/item/clothing/gloves/color/white + belt = /obj/item/storage/belt/fannypack/black + glasses = /obj/item/clothing/glasses/regular + l_ear = /obj/item/radio/headset/headset_service + pda = /obj/item/pda/librarian + id = /obj/item/card/id/administrator + backpack_contents = list( + /obj/item/clothing/under/rank/procedure/iaa/formal/black = 1, + /obj/item/clothing/under/misc/waiter = 1, + /obj/item/eftpos = 1, + /obj/item/clipboard = 1, + /obj/item/reagent_containers/glass/rag = 1, + ) + + +/datum/job/donor/tourist_tsf + title = "Tourist TSF" + department_flag = JOBCAT_MEDSCI + flag = JOB_TOURIST_TSF + ru_title = "Турист ТСФ" + alt_titles = list("Турист ТСФ", "Посетитель ТСФ") + relate_job = "Assistant" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/tourist_tsf + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ТУРИСТ ТСФ. Вы прибыли сюда для отдыха и возможно для подработок. На вас по прежнему действует КЗ НТ, не смотря на то \ + что вы являетесь гражданином ТСФ. ТСФ и СССП недоброжелательно относятся друг к другу, но это по прежнему не дает нарушать правила сервера. \ + " + +/datum/outfit/job/donor/tourist_tsf + name = "Tourist TSF" + jobtype = /datum/job/donor/tourist_tsf + + uniform = /obj/item/clothing/under/solgov + suit = /obj/item/clothing/suit/hooded/hoodie/blue + shoes = /obj/item/clothing/shoes/combat + head = /obj/item/clothing/head/soft/solgov/marines + belt = /obj/item/storage/belt/fannypack/black + gloves = /obj/item/clothing/gloves/fingerless + id = /obj/item/card/id/tourist_tsf + backpack_contents = list( + /obj/item/clothing/under/pants/shorts/blue = 1, + ) + +/datum/outfit/job/donor/tourist_tsf/post_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(visualsOnly) + return + H.add_language("Tradeband") + + +/datum/job/donor/tourist_ussp + title = "Tourist USSP" + department_flag = JOBCAT_MEDSCI + flag = JOB_TOURIST_USSP + ru_title = "Турист СССП" + alt_titles = list("Турист СССП", "Посетитель СССП") + relate_job = "Assistant" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/tourist_ussp + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ТУРИСТ СССП. Вы прибыли сюда для отдыха и возможно для подработок. На вас по прежнему действует КЗ НТ, не смотря на то \ + что вы являетесь гражданином СССП. ТСФ и СССП недоброжелательно относятся друг к другу, но это по прежнему не дает нарушать правила сервера. \ + " + + +/datum/outfit/job/donor/tourist_ussp + name = "Tourist USSP" + jobtype = /datum/job/donor/tourist_ussp + + uniform = /obj/item/clothing/under/new_soviet + suit = /obj/item/clothing/suit/sovietcoat + shoes = /obj/item/clothing/shoes/combat + head = /obj/item/clothing/head/sovietsidecap + belt = /obj/item/storage/belt/fannypack/red + gloves = /obj/item/clothing/gloves/fingerless + glasses = /obj/item/clothing/glasses/sunglasses/big + id = /obj/item/card/id/tourist_ussp + backpack_contents = list( + /obj/item/clothing/under/pants/shorts/red = 1, + /obj/item/clothing/head/ushanka = 1, + ) + +/datum/outfit/job/donor/tourist_ussp/post_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(visualsOnly) + return + H.add_language("Neo-Russkiya") + + +/datum/job/donor/cleaning_manager + title = "Cleaning Manager" + department_flag = JOBCAT_MEDSCI + flag = JOB_MANAGER_JANITOR + total_positions = 2 + spawn_positions = 2 + ru_title = "Менеджер по Клинингу" + alt_titles = list("Менеджер по Клинингу", "Ловец Крыс", "Уборщик I-разряда", "Уборщик II-разряда", "Уборщик III-разряда", "Уборщик IV-разряда", "Уборщик V-разряда", + "Подмастерье", "Ассистент-Механик", "Ассистент I-го разряда", "Ассистент II-го разряда", "Ассистент III-го разряда", "Ассистент IV-го разряда", "Ассистент V-го разряда") + relate_job = "Janitor" + access = list(ACCESS_JANITOR, ACCESS_MAINT_TUNNELS, ACCESS_EXTERNAL_AIRLOCKS, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MINERAL_STOREROOM) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/cleaning_manager + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы Менеджер по Клинингу. Вы уборщик этой станции и должны следить за чистотой на ней. Вы давно на этой работе и снабжены лучшим снаряжением для идеальной работы. \ + Вы тот кто отделяет станцию от хаоса и обеспечивает порядок. Вы - настоящая действующая сила на этой станции." + +/datum/outfit/job/donor/cleaning_manager + name = "Cleaning Manager" + jobtype = /datum/job/donor/cleaning_manager + + uniform = /obj/item/clothing/under/rank/civilian/janitor + suit = /obj/item/clothing/suit/apron/overalls + shoes = /obj/item/clothing/shoes/galoshes/dry/lightweight + gloves = /obj/item/clothing/gloves/color/purple + mask = /obj/item/clothing/mask/bandana/purple + head = /obj/item/clothing/head/soft/purple + belt = /obj/item/storage/belt/janitor/full/donor + r_pocket = /obj/item/door_remote/janikeyring + l_ear = /obj/item/radio/headset/headset_service + pda = /obj/item/pda/janitor + id = /obj/item/card/id/cleaning_manager + backpack_contents = list( + /obj/item/clothing/head/beret/purple_normal = 1, + /obj/item/clothing/suit/storage/iaa/purplejacket = 1, + /obj/item/clipboard = 1, + /obj/item/reagent_containers/spray/cleaner = 1, + ) + + +/datum/outfit/job/donor/cleaning_manager/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.mind && H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Подмастерье", "Ассистент-Механик", "Ассистент I-го разряда", "Ассистент II-го разряда", "Ассистент III-го разряда", "Ассистент IV-го разряда", "Ассистент V-го разряда") + uniform = /obj/item/clothing/under/color/grey + suit = /obj/item/clothing/suit/apron/overalls + back = /obj/item/storage/backpack + shoes = /obj/item/clothing/shoes/workboots + mask = /obj/item/clothing/mask/gas + head = /obj/item/clothing/head/soft + belt = /obj/item/storage/belt/fannypack/white + gloves = /obj/item/clothing/gloves/color/grey + l_hand = /obj/item/storage/toolbox/mechanical + r_hand = /obj/item/flag/grey + id = /obj/item/card/id/apprentice + backpack_contents = list( + /obj/item/clothing/head/welding = 1, + /obj/item/flashlight = 1, + /obj/item/clothing/under/pants/shorts/grey = 1, + /obj/item/clothing/under/misc/assistantformal = 1, + ) +/* +/datum/job/donor/apprentice + title = "Apprentice" + department_flag = JOBCAT_MEDSCI + flag = JOB_APPRENTICE + total_positions = 3 + spawn_positions = 3 + ru_title = "Подмастерье" + alt_titles = list("Подмастерье", "Ассистент-Механик", "Ассистент I-го разряда", "Ассистент II-го разряда", "Ассистент III-го разряда", "Ассистент IV-го разряда", "Ассистент V-го разряда") + relate_job = "Assistant" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_CONSTRUCTION, ACCESS_MINERAL_STOREROOM) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/apprentice + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ПОДМАСТЕРЬЕ. Вы ассистент с полномочиями для работы на станции. Построить свою мастерскую или заняться другим полезным для станции и вас делом - ваша стезя. \ + Но серые комбинезоны и тулбоксы так и манят вас..." + +*/ +/datum/outfit/job/donor/apprentice + name = "Apprentice" + //jobtype = /datum/job/donor/apprentice + + uniform = /obj/item/clothing/under/color/grey + suit = /obj/item/clothing/suit/apron/overalls + back = /obj/item/storage/backpack + shoes = /obj/item/clothing/shoes/workboots + mask = /obj/item/clothing/mask/gas + head = /obj/item/clothing/head/soft + belt = /obj/item/storage/belt/fannypack/white + gloves = /obj/item/clothing/gloves/color/grey + l_hand = /obj/item/storage/toolbox/mechanical + r_hand = /obj/item/flag/grey + id = /obj/item/card/id/apprentice + backpack_contents = list( + /obj/item/clothing/head/welding = 1, + /obj/item/flashlight = 1, + /obj/item/clothing/under/pants/shorts/grey = 1, + /obj/item/clothing/under/misc/assistantformal = 1, + ) + +/datum/job/donor/guard + title = "Guard" + department_flag = JOBCAT_MEDSCI + flag = JOB_GUARD + total_positions = 1 + spawn_positions = 1 + ru_title = "Охранник" + alt_titles = list("Охранник", "Сторож Сервиса", "Охранник Сервиса", "Вышибала Сервиса") + relate_job = "Bar" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_BAR, ACCESS_KITCHEN, ACCESS_HYDROPONICS, ACCESS_LIBRARY) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/guard + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ОХРАННИК. Данная роль нацелена на обеспечение порядка в баре и на кухне. Вы то что отдаляет кухню от хаоса и пьяных ассистентов. \ + Вы уполномочены вышвыривать из бара каждого, кто нарушает порядок. \ + \nВы НЕ являетесь службой безопасности, данная роль не дает вам полномочия охотиться за антагонистами." + +/datum/outfit/job/donor/guard + name = "Guard" + jobtype = /datum/job/donor/guard + + uniform = /obj/item/clothing/under/rank/civilian/bartender + suit = /obj/item/clothing/suit/armor/vest/old // с замедлением + belt = /obj/item/melee/classic_baton + shoes = /obj/item/clothing/shoes/jackboots/noisy + head = /obj/item/clothing/head/bowlerhat + glasses = /obj/item/clothing/glasses/sunglasses/big + l_ear = /obj/item/radio/headset/headset_service + pda = /obj/item/pda/bar + id = /obj/item/card/id/guard + backpack_contents = list( + /obj/item/clothing/suit/jacket/leather = 1, + /obj/item/reagent_containers/spray/pepper = 1, + ) + + +/datum/job/donor/migrant + title = "Migrant" + department_flag = JOBCAT_MEDSCI + flag = JOB_MIGRANT + ru_title = "Мигрант" + alt_titles = list("Мигрант") + relate_job = "Assistant" + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/migrant + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы МИГРАНТ. Сами вы прибыли на эту станцию или так вынудили обстоятельства, но вы теперь тут. \ + Присмотритесь к этой корпорации. Возможно здесь вы захотите жить и работать?" + +/datum/outfit/job/donor/migrant + name = "Migrant" + jobtype = /datum/job/donor/migrant + + uniform = /obj/item/clothing/under/costume/pirate_rags + suit = /obj/item/clothing/suit/poncho + shoes = /obj/item/clothing/shoes/sandal + head = /obj/item/clothing/head/sombrero + mask = /obj/item/clothing/mask/fakemoustache + belt = /obj/item/storage/belt/fannypack/orange + id = /obj/item/card/id/migrant + backpack_contents = list( + /obj/item/reagent_containers/drinks/bottle/tequila = 1, + /obj/item/food/taco = 6, + /obj/item/food/nachos = 3, + /obj/item/food/cheesenachos = 3, + /obj/item/food/cubannachos = 3, + /obj/item/clothing/suit/poncho/red = 1, + /obj/item/clothing/suit/poncho/green = 1, + ) + + +/datum/job/donor/uncertain + title = "Uncertain" + department_flag = JOBCAT_MEDSCI + flag = JOB_UNCERTAIN + ru_title = "Безработный" + alt_titles = list("Безработный", "Безработный Ассистент", "Свободный Ассистент", "Отрабатыващий Ассистент", "Ассистент Технических Тоннелей") + access = list(ACCESS_LIBRARY, ACCESS_MAINT_TUNNELS, ACCESS_CONSTRUCTION) + selection_color = "#63979a" + hidden_from_job_prefs = FALSE + donator_tier = 3 + outfit = /datum/outfit/job/donor/uncertain + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы БЕЗРАБОТНЫЙ. Данная роль нацелена на бездумное брождение по техническим тоннелям. Вас когда-то оставили без работы, \ + возможно эвакуационный шаттл улетел без вас, возможно технологии заменили вашу работу, причины могут быть разные. \ + Но суть всего этого одна - вы были брошены и занимаетесь собственным выживанием." + +/datum/outfit/job/donor/uncertain + name = "Uncertain" + jobtype = /datum/job/donor/uncertain + + uniform = /obj/item/clothing/under/costume/kilt + suit = /obj/item/clothing/suit/unathi/mantle + shoes = /obj/item/clothing/shoes/footwraps + head = /obj/item/clothing/head/beanie/yellow + glasses = /obj/item/clothing/glasses/eyepatch + belt = /obj/item/storage/belt/fannypack/black + mask = /obj/item/clothing/mask/cigarette/pipe/cobpipe + pda = /obj/item/pda/librarian + id = /obj/item/card/id/uncertain + backpack_contents = list( + /obj/item/reagent_containers/drinks/bottle/vodka = 1, + /obj/item/storage/fancy/cigarettes/cigpack_random = 2, + /obj/item/food/fancy/doshik = 3, + /obj/item/food/fancy/doshik_spicy = 3, + /obj/item/clothing/suit/mantle/old = 1, + /obj/item/clothing/head/flatcap = 1, + /obj/item/clothing/suit/browntrenchcoat = 1, + /obj/item/clothing/accessory/horrible = 1, + /obj/item/clothing/under/costume/pirate_rags = 1, + /obj/item/clothing/head/cowboyhat = 1, + /obj/item/clothing/shoes/sandal = 1, + ) + + backpack = /obj/item/storage/backpack/explorer + satchel = /obj/item/storage/backpack/satchel/explorer + dufflebag = /obj/item/storage/backpack/duffel diff --git a/modular_ss220/jobs/code/donor/job/4_tier_jobs.dm b/modular_ss220/jobs/code/donor/job/4_tier_jobs.dm new file mode 100644 index 000000000000..64a20c6214f9 --- /dev/null +++ b/modular_ss220/jobs/code/donor/job/4_tier_jobs.dm @@ -0,0 +1,353 @@ +/datum/job/donor/adjutant + title = "Adjutant" + department_flag = JOBCAT_MEDSCI + flag = JOB_ADJUTANT + total_positions = 3 + spawn_positions = 3 + ru_title = "Адъютант" + alt_titles = list("Адъютант", "Butler", "Дворецкий", "Maid", "Горничная") + relate_job = "Internal Affairs Agent" + supervisors = "главой персонала и капитаном" + department_head = list("Head of Personnel", "Captain") + access = list(ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_EVA, ACCESS_INTERNAL_AFFAIRS, ACCESS_COURT, ACCESS_SEC_DOORS, ACCESS_MAINT_TUNNELS, ACCESS_RESEARCH, ACCESS_MEDICAL, ACCESS_CONSTRUCTION, ACCESS_MAILSORTING) + selection_color = "#717097" + hidden_from_job_prefs = FALSE + donator_tier = 4 + outfit = /datum/outfit/job/donor/adjutant + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы Адъютант. Данная роль нацелена на помощь главам в соблюдении их СРП и заполнении бумаг. \ + Вы тот, кто поможет капитану нужным советом или своевременно принесет ему чашечку кофе, чтобы он \ + легче перенес работу. Вы тот, кто следит за ментальным здоровьем глав и помощи в исполнении их обязанностей. \ + \nВы не являетесь АВД или НТР'ом и можете не исполнять их обязанности. Но вы можете работать сообща с Юридическим Отделом." + +/datum/outfit/job/donor/adjutant + name = "Adjutant" + jobtype = /datum/job/donor/adjutant + + uniform = /obj/item/clothing/under/rank/procedure/iaa/blue + suit = /obj/item/clothing/suit/storage/iaa/bluejacket + shoes = /obj/item/clothing/shoes/laceup + l_ear = /obj/item/radio/headset/headset_iaa/alt + r_ear = /obj/item/radio/headset/headset_com + glasses = /obj/item/clothing/glasses/hud/security/sunglasses + gloves = /obj/item/clothing/gloves/color/white + l_pocket = /obj/item/laser_pointer + r_pocket = /obj/item/clothing/accessory/legal_badge + l_hand = /obj/item/storage/briefcase + pda = /obj/item/pda/iaa + id = /obj/item/card/id/adjutant + backpack_contents = list( + /obj/item/folder/blue = 1, + /obj/item/camera = 1, + /obj/item/taperecorder = 1, + /obj/item/storage/box/tapes = 1, + /obj/item/clipboard = 1, + /obj/item/clothing/under/rank/procedure/iaa/formal/blue = 1, + ) + bio_chips = list(/obj/item/bio_chip/mindshield) + satchel = /obj/item/storage/backpack/satchel_sec + dufflebag = /obj/item/storage/backpack/duffel/security + +/datum/outfit/job/donor/adjutant/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + + if(H.mind && H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Butler", "Дворецкий") + uniform = /obj/item/clothing/under/rank/procedure/iaa/formal/black + shoes = /obj/item/clothing/shoes/laceup + head = /obj/item/clothing/head/beaverhat + glasses = /obj/item/clothing/glasses/monocle + gloves = /obj/item/clothing/gloves/color/white + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/radio/headset/headset_com + pda = /obj/item/pda/bar + id = /obj/item/card/id/butler + backpack_contents = list( + /obj/item/reagent_containers/glass/rag = 1, + /obj/item/folder/blue = 1, + /obj/item/camera = 1, + /obj/item/taperecorder = 1, + /obj/item/storage/box/tapes = 1, + /obj/item/clipboard = 1, + /obj/item/clothing/under/rank/procedure/iaa = 1, + /obj/item/clothing/suit/storage/iaa/blackjacket = 1, + /obj/item/clothing/suit/chef/classic = 1, + ) + + if("Maid", "Горничная") + uniform = /obj/item/clothing/under/costume/janimaid + shoes = /obj/item/clothing/shoes/laceup + gloves = /obj/item/clothing/gloves/color/white + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/radio/headset/headset_com + pda = /obj/item/pda/bar + id = /obj/item/card/id/maid + backpack_contents = list( + /obj/item/reagent_containers/glass/rag = 1, + /obj/item/folder/blue = 1, + /obj/item/camera = 1, + /obj/item/taperecorder = 1, + /obj/item/storage/box/tapes = 1, + /obj/item/clipboard = 1, + /obj/item/clothing/suit/chef/classic = 1, + ) + +/* +/datum/job/donor/butler + title = "Butler" + department_flag = JOBCAT_MEDSCI + flag = JOB_BUTLER + total_positions = 1 + spawn_positions = 1 + ru_title = "Дворецкий" + alt_titles = list("Дворецкий") + relate_job = "Vip" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_EVA, ACCESS_INTERNAL_AFFAIRS) + selection_color = "#717097" + hidden_from_job_prefs = FALSE + donator_tier = 4 + outfit = /datum/outfit/job/donor/butler + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ДВОРЕЦКИЙ. Данная роль нацелена на обеспечение глав в удовлетворении физических потребностей, а мостик в чистоте." + +*/ +/datum/outfit/job/donor/butler + name = "Butler" + //jobtype = /datum/job/donor/butler + + uniform = /obj/item/clothing/under/rank/procedure/iaa/formal/black + shoes = /obj/item/clothing/shoes/laceup + head = /obj/item/clothing/head/beaverhat + glasses = /obj/item/clothing/glasses/monocle + gloves = /obj/item/clothing/gloves/color/white + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/radio/headset/headset_com + pda = /obj/item/pda/bar + id = /obj/item/card/id/butler + backpack_contents = list( + /obj/item/reagent_containers/glass/rag = 1, + /obj/item/folder/blue = 1, + /obj/item/camera = 1, + /obj/item/taperecorder = 1, + /obj/item/storage/box/tapes = 1, + /obj/item/clipboard = 1, + /obj/item/clothing/under/rank/procedure/iaa = 1, + /obj/item/clothing/suit/storage/iaa/blackjacket = 1, + /obj/item/clothing/suit/chef/classic = 1, + ) +/* +/datum/job/donor/maid + title = "Maid" + department_flag = JOBCAT_MEDSCI + flag = JOB_MAID + total_positions = 1 + spawn_positions = 1 + ru_title = "Горничная" + alt_titles = list("Горничная") + relate_job = "Vip" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_EVA, ACCESS_INTERNAL_AFFAIRS) + selection_color = "#717097" + hidden_from_job_prefs = FALSE + donator_tier = 4 + outfit = /datum/outfit/job/donor/maid + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ГОРНИЧНАЯ. Данная роль нацелена на обеспечение глав в удовлетворении физических потребностей, а мостик в чистоте." +*/ +/datum/outfit/job/donor/maid + name = "Maid" + //jobtype = /datum/job/donor/maid + + uniform = /obj/item/clothing/under/costume/janimaid + shoes = /obj/item/clothing/shoes/laceup + gloves = /obj/item/clothing/gloves/color/white + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/radio/headset/headset_com + pda = /obj/item/pda/bar + id = /obj/item/card/id/maid + backpack_contents = list( + /obj/item/reagent_containers/glass/rag = 1, + /obj/item/folder/blue = 1, + /obj/item/camera = 1, + /obj/item/taperecorder = 1, + /obj/item/storage/box/tapes = 1, + /obj/item/clipboard = 1, + /obj/item/clothing/suit/chef/classic = 1, + ) + + +/datum/job/donor/representative_tsf + title = "Representative TSF" + department_flag = JOBCAT_ENGSEC + flag = JOB_REPRESENTATIVE_TSF + total_positions = 1 + spawn_positions = 1 + ru_title = "Представитель ТСФ" + alt_titles = list("Представитель ТСФ", "Дипломат ТСФ", "Публицист ТСФ") + relate_job = "Vip" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_EVA) + selection_color = "#717097" + hidden_from_job_prefs = FALSE + donator_tier = 4 + outfit = /datum/outfit/job/donor/representative_tsf + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ПРЕДСТАВИТЕЛЬ ТСФ. Вы прибыли сюда для отдыха и возможно для переговоров. На вас по прежнему действует КЗ НТ, не смотря на то \ + что вы являетесь гражданином ТСФ. ТСФ и СССП недоброжелательно относятся друг к другу, но это по прежнему не дает нарушать правила сервера. \ + " + +/datum/outfit/job/donor/representative_tsf + name = "Representative TSF" + jobtype = /datum/job/donor/representative_tsf + + uniform = /obj/item/clothing/under/solgov/rep + head = /obj/item/clothing/head/beret/solgov + belt = /obj/item/storage/belt/fannypack/black + glasses = /obj/item/clothing/glasses/sunglasses + gloves = /obj/item/clothing/gloves/color/white + shoes = /obj/item/clothing/shoes/centcom + l_pocket = /obj/item/melee/classic_baton/telescopic + box = /obj/item/storage/box/survival_mining + id = /obj/item/card/id/representative_tsf + backpack_contents = list( + /obj/item/bio_chip_implanter/death_alarm = 1, + /obj/item/lighter/zippo/blue = 1, + /obj/item/storage/fancy/cigarettes/cigpack_robustgold = 1, + /obj/item/clothing/under/pants/shorts/blue = 1, + ) + + bio_chips = list(/obj/item/bio_chip/mindshield, + /obj/item/bio_chip/death_alarm + ) + +/datum/outfit/job/donor/representative_tsf/post_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(visualsOnly) + return + for(var/la in GLOB.all_languages) + var/datum/language/new_language = GLOB.all_languages[la] + if(new_language.flags & (HIVEMIND|NOLIBRARIAN|NOBABEL|WHITELISTED)) + continue + H.add_language(la) + + +/datum/job/donor/representative_ussp + title = "Representative USSP" + department_flag = JOBCAT_ENGSEC + flag = JOB_REPRESENTATIVE_USSP + total_positions = 1 + spawn_positions = 1 + ru_title = "Представитель СССП" + alt_titles = list("Представитель СССП", "Дипломат СССП", "Пресс-Секретарь СССП") + relate_job = "Vip" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_EVA) + selection_color = "#717097" + hidden_from_job_prefs = FALSE + donator_tier = 4 + outfit = /datum/outfit/job/donor/representative_ussp + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ПРЕДСТАВИТЕЛЬ СССП. Вы прибыли сюда для отдыха и возможно для переговоров. На вас по прежнему действует КЗ НТ, не смотря на то \ + что вы являетесь гражданином СССП. ТСФ и СССП недоброжелательно относятся друг к другу, но это по прежнему не дает нарушать правила сервера. \ + " + +/datum/outfit/job/donor/representative_ussp + name = "Representative USSP" + jobtype = /datum/job/donor/representative_ussp + + uniform = /obj/item/clothing/under/new_soviet/sovietofficer + suit = /obj/item/clothing/suit/sovietcoat/officer + head = /obj/item/clothing/head/sovietofficerhat + belt = /obj/item/storage/belt/fannypack/red + shoes = /obj/item/clothing/shoes/combat + gloves = /obj/item/clothing/gloves/color/black + glasses = /obj/item/clothing/glasses/sunglasses + l_pocket = /obj/item/melee/classic_baton/telescopic + id = /obj/item/card/id/representative_ussp + box = /obj/item/storage/box/survival_mining + backpack_contents = list( + /obj/item/bio_chip_implanter/death_alarm = 1, + /obj/item/lighter/zippo/engraved = 1, + /obj/item/storage/fancy/cigarettes/cigpack_robustgold = 1, + /obj/item/clothing/under/pants/shorts/red = 1, + /obj/item/clothing/head/ushanka = 1, + ) + + bio_chips = list(/obj/item/bio_chip/mindshield, + /obj/item/bio_chip/death_alarm + ) + +/datum/outfit/job/donor/representative_ussp/post_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(visualsOnly) + return + for(var/la in GLOB.all_languages) + var/datum/language/new_language = GLOB.all_languages[la] + if(new_language.flags & (HIVEMIND|NOLIBRARIAN|NOBABEL|WHITELISTED)) + continue + H.add_language(la) + +/datum/job/donor/dealer + title = "Dealer" + department_flag = JOBCAT_ENGSEC + flag = JOB_DEALER + total_positions = 2 + spawn_positions = 2 + ru_title = "Торговец" + alt_titles = list("Торговец", "Независимый Торговец", "Сдельщик", "Барахольщик", "Меценат", "Коммерсант") + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_RC_ANNOUNCE, ACCESS_MAILSORTING, ACCESS_CARGO, ACCESS_MINERAL_STOREROOM, ACCESS_CONSTRUCTION) + selection_color = "#717097" + hidden_from_job_prefs = FALSE + donator_tier = 4 + outfit = /datum/outfit/job/donor/dealer + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ТОРГОВЕЦ. Данная роль нацелена на продажу всячины, хлама и вещей экипажу. Обустройте себе торговую точку или продавайте всё из ширмы. \ + Найдите любыми способами предметы у экипажа и продайте его им же! Либо же продайте барахло которое вы привезли с собой. \ + Богатый торговец - успешный торговец! \ + \nВам выдан личный EFTPOS для снятия средств с карт." + +/datum/outfit/job/donor/dealer + name = "Dealer" + jobtype = /datum/job/donor/dealer + + uniform = /obj/item/clothing/under/suit/black + suit = /obj/item/clothing/suit/pirate_black + back = /obj/item/storage/backpack/duffel/engineering + belt = /obj/item/melee/classic_baton + head = /obj/item/clothing/head/fedora + shoes = /obj/item/clothing/shoes/cowboy/black + l_hand = /obj/item/cane + glasses = /obj/item/clothing/glasses/sunglasses/big + gloves = /obj/item/clothing/gloves/color/black + l_ear = /obj/item/radio/headset/headset_service + box = /obj/item/storage/box/survival_mining + pda = /obj/item/pda/librarian + id = /obj/item/card/id/dealer + backpack_contents = list( + /obj/item/eftpos = 1, + /obj/item/hand_labeler = 1, + /obj/item/hand_labeler_refill = 1, + /obj/item/storage/box/legal_loot/amount_30 = 1, + ) + +/datum/outfit/job/donor/dealer/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.mind && H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Сдельщик", "Независимый Торговец", "Барахольщик") + uniform = /obj/item/clothing/under/color/brown + suit = /obj/item/clothing/suit/pirate_brown + shoes = /obj/item/clothing/shoes/cowboy + head = /obj/item/clothing/head/cowboyhat + gloves = /obj/item/clothing/gloves/color/brown + +// Тоже добавляем ТСФ торгашам коллекционки +/datum/outfit/admin/sol_trader/New() + . = ..() + backpack_contents |= list( + /obj/item/storage/box/legal_loot/amount_15 = 1, + ) + +/datum/outfit/job/donor/dealer/post_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(visualsOnly) + return + H.add_language("Tradeband") diff --git a/modular_ss220/jobs/code/donor/job/5_tier_jobs.dm b/modular_ss220/jobs/code/donor/job/5_tier_jobs.dm new file mode 100644 index 000000000000..0701df6691a4 --- /dev/null +++ b/modular_ss220/jobs/code/donor/job/5_tier_jobs.dm @@ -0,0 +1,192 @@ +/datum/job/donor/vip_guest + title = "VIP Corporate Guest" + department_flag = JOBCAT_ENGSEC + flag = JOB_VIP_GUEST + ru_title = "VIP Гость" + alt_titles = list("VIP Гость", "VIP Персона", "VIP Гость NT", "VIP Персона NT", "Гость Корпорации NT") + relate_job = "Vip" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_HEADS, ACCESS_RC_ANNOUNCE, ACCESS_EVA) + selection_color = "#9d679d" + hidden_from_job_prefs = FALSE + donator_tier = 5 + outfit = /datum/outfit/job/donor/vip_guest + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы ВИП ПЕРСОНА. Данная роль нацелена на ваше пребывания на станции в качестве особого гостя. К вам особое отношение, \ + вы являетесь одним из любимцев корпорации Нанотрейзен. Чем вы занимаетесь? А какая разница. Вы очень важная персона." + +/datum/outfit/job/donor/vip_guest + name = "VIP Corporate Guest" + jobtype = /datum/job/donor/vip_guest + + uniform = /obj/item/clothing/under/suit/really_black + glasses = /obj/item/clothing/glasses/monocle + gloves = /obj/item/clothing/gloves/color/black + shoes = /obj/item/clothing/shoes/centcom + head = /obj/item/clothing/head/that + l_hand = /obj/item/cane + l_pocket = /obj/item/melee/classic_baton/telescopic + box = /obj/item/storage/box/engineer + id = /obj/item/card/id/vip_guest + backpack_contents = list( + /obj/item/stack/spacecash/c1000 = 1, + /obj/item/bio_chip_implanter/death_alarm = 1, + /obj/item/lighter/zippo/engraved = 1, + /obj/item/clothing/mask/cigarette/cigar/havana = 6, + ) + + bio_chips = list(/obj/item/bio_chip/mindshield, + /obj/item/bio_chip/death_alarm + ) + +/datum/job/donor/banker + title = "Banker" + department_flag = JOBCAT_ENGSEC + flag = JOB_BANKER + total_positions = 2 + spawn_positions = 2 + ru_title = "Банкир" + alt_titles = list("Банкир", "Независимый Банкир", "Корпорат", "Бизнесмен", "Банкир NT", "Корпорат NT", "Бизнесмен NT") + relate_job = "Vip" + access = list(ACCESS_MAINT_TUNNELS, ACCESS_LIBRARY, ACCESS_EVA) + selection_color = "#9d679d" + hidden_from_job_prefs = FALSE + donator_tier = 5 + outfit = /datum/outfit/job/donor/banker + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы БАНКИР. Вы крайне богаты и нацелены открыть здесь свое дело. Банк, мастерские, возможно нанять собственных работников. \ + Корпорация Нанотрейзен не против, ведь вы приносите для неё деньги. Так за работу!" + +/datum/outfit/job/donor/banker + name = "Banker" + jobtype = /datum/job/donor/banker + + uniform = /obj/item/clothing/under/suit/really_black + suit = /obj/item/clothing/suit/victcoat + glasses = /obj/item/clothing/glasses/monocle + mask = /obj/item/clothing/mask/cigarette/pipe + gloves = /obj/item/clothing/gloves/color/white + shoes = /obj/item/clothing/shoes/centcom + head = /obj/item/clothing/head/fedora + l_hand = /obj/item/cane + l_pocket = /obj/item/melee/classic_baton/telescopic + back = /obj/item/storage/backpack/satchel + l_ear = /obj/item/radio/headset/headset_service + box = /obj/item/storage/box/engineer + id = /obj/item/card/id/banker + backpack_contents = list( + /obj/item/stack/spacecash/c1000 = 1, + /obj/item/bio_chip_implanter/death_alarm = 1, + /obj/item/lighter/zippo/engraved = 1, + /obj/item/clothing/under/rank/procedure/iaa/formal/black = 1, + /obj/item/clothing/mask/cigarette/cigar/havana = 6, + ) + + bio_chips = list(/obj/item/bio_chip/mindshield, + /obj/item/bio_chip/death_alarm + ) + + +/datum/job/donor/seclown + title = "Security Clown" + department_flag = JOBCAT_ENGSEC + flag = JOB_SECURITY_CLOWN + total_positions = 1 + spawn_positions = 1 + ru_title = "Клоун Службы Безопасности" + alt_titles = list("Клоун Службы Безопасности", "Клоун-Детектив", "Клоун-Смотритель", "Хонкектив", "Клоун Кадет") + relate_job = "Security Officer" + supervisors = "главой службы безопасности" + department_head = list("Head of Security") + job_department_flags = DEP_FLAG_SECURITY + access = list(ACCESS_CLOWN, ACCESS_THEATRE, ACCESS_MAINT_TUNNELS, ACCESS_SECURITY, ACCESS_SEC_DOORS, ACCESS_BRIG, ACCESS_COURT) + selection_color = "#9d679d" + hidden_from_job_prefs = FALSE + donator_tier = 5 + outfit = /datum/outfit/job/donor/seclown + important_information = "Ваша должность нацелена на свободный РП-отыгрыш и не разрешает нарушать правила сервера. \ + \nВы КЛОУН СЛУЖБЫ БЕЗОПАСНОСТИ. Данная роль нацелена на обеспечения сотрудников службы безопасности ментальным здоровьем и \ + поддерживать моральный облик вашего отдела. Вы не имеете права выступать против вашего отдела, ведь вас тренировали для этого. \ + Корпорация NT вложило много денег чтобы сделать из клоуна... вас. Так не подведите её. Вы то, что можно назвать корпоративным клоуном. \ + Ваша душа принадлежит NT, но ваше сердце по прежнему верно Хонкомаме. \ + \nВ вас присутствует ген клоуна. Не занимайтесь охотой антагонистов если есть действующие сотрудники службы безопасности. \ + Вы не являетесь офицером. Вы по прежнему клоун с полномочиями и гигантскими обязанностями. Это непростая роль, ведь вы из-за своего положения \ + не можете творить множество вещей и действий нарушающие Космический Закон." + +/datum/outfit/job/donor/seclown + name = "Security Clown" + jobtype = /datum/job/donor/seclown + + uniform = /obj/item/clothing/under/rank/security/officer/clown + suit = /obj/item/clothing/suit/armor/vest/security + shoes = /obj/item/clothing/shoes/clown_shoes + head = /obj/item/clothing/head/helmet + mask = /obj/item/clothing/mask/gas/clown_hat + gloves = /obj/item/clothing/gloves/color/red + l_pocket = /obj/item/bikehorn + suit_store = /obj/item/gun/energy/clown/security + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/radio/headset/headset_sec/alt + glasses = /obj/item/clothing/glasses/hud/security/sunglasses + pda = /obj/item/pda/clown + id = /obj/item/card/id/seclown + backpack_contents = list( + /obj/item/food/grown/banana = 1, + /obj/item/stamp/clown = 1, + /obj/item/toy/crayon/rainbow = 1, + /obj/item/storage/fancy/crayons = 1, + /obj/item/reagent_containers/spray/waterflower = 1, + /obj/item/reagent_containers/drinks/bottle/bottleofbanana = 1, + /obj/item/instrument/bikehorn = 1, + /obj/item/flash = 1, + /obj/item/restraints/handcuffs/toy = 1, + ) + + bio_chips = list(/obj/item/bio_chip/sad_trombone, /obj/item/bio_chip/mindshield) + + backpack = /obj/item/storage/backpack/clown + satchel = /obj/item/storage/backpack/clown + dufflebag = /obj/item/storage/backpack/duffel/clown + +/datum/outfit/job/donor/seclown/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(!H.mind) + return + if(H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Клоун-Детектив", "Хонкектив") + suit = /obj/item/clothing/suit/storage/det_suit + head = /obj/item/clothing/head/det_hat + if("Клоун-Смотритель") + suit = /obj/item/clothing/suit/armor/vest/warden + head = /obj/item/clothing/head/officer + suit_store = /obj/item/gun/energy/clown/security/warden + if("Клоун Кадет") + head = /obj/item/clothing/head/soft/sec + +/datum/outfit/job/donor/seclown/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + + if(ismachineperson(H)) + var/obj/item/organ/internal/cyberimp/brain/clown_voice/implant = new + implant.insert(H) + + H.dna.SetSEState(GLOB.clumsyblock, TRUE) + singlemutcheck(H, GLOB.clumsyblock, MUTCHK_FORCED) + H.dna.default_blocks.Add(GLOB.clumsyblock) + if(!ismachineperson(H)) + H.dna.SetSEState(GLOB.comicblock, TRUE) + singlemutcheck(H, GLOB.comicblock, MUTCHK_FORCED) + H.dna.default_blocks.Add(GLOB.comicblock) + H.check_mutations = TRUE + H.add_language("Clownish") + H.AddComponent(/datum/component/slippery, H, 8 SECONDS, 100, 0, FALSE, TRUE, "slip", TRUE) + + var/clown_name = pick(GLOB.clown_names) + var/newname = clean_input("Выберите имя для вашего Клоуна Службы Безопасности.", "Изменение Имени", clown_name, H) + if(newname) + H.rename_character(H.real_name, newname) + else + H.rename_character(H.real_name, clown_name) + diff --git a/modular_ss220/jobs/code/job/engineering_jobs.dm b/modular_ss220/jobs/code/job/engineering_jobs.dm new file mode 100644 index 000000000000..8d81610a67e0 --- /dev/null +++ b/modular_ss220/jobs/code/job/engineering_jobs.dm @@ -0,0 +1,66 @@ +/datum/job/engineer/trainee + title = "Trainee Engineer" + flag = JOB_TRAINEE + total_positions = 0 + spawn_positions = 3 + //selection_color = "#dbd6c4" + alt_titles = list("Engineer Assistant", "Technical Assistant", "Engineer Student", "Technical Student", "Technical Trainee") + exp_map = list(EXP_TYPE_CREW = NOVICE_JOB_MINUTES) + outfit = /datum/outfit/job/engineer/trainee + important_information = "Ваша должность ограничена во всех взаимодействиях с рабочим имуществом отдела и экипажем станции, при отсутствии приставленного к нему квалифицированного сотрудника или полученного разрешения от вышестоящего начальства." + +/datum/outfit/job/engineer/trainee + name = "Trainee Engineer" + jobtype = /datum/job/engineer/trainee + + uniform = /obj/item/clothing/under/rank/engineering/engineer/trainee + suit = /obj/item/clothing/suit/storage/hazardvest + belt = /obj/item/storage/belt/utility/full + shoes = /obj/item/clothing/shoes/workboots + gloves = /obj/item/clothing/gloves/color/orange + head = /obj/item/clothing/head/hardhat/orange + l_ear = /obj/item/radio/headset/headset_eng + id = /obj/item/card/id/engineering/trainee + l_pocket = /obj/item/t_scanner + pda = /obj/item/pda/engineering + + backpack = /obj/item/storage/backpack/industrial + satchel = /obj/item/storage/backpack/satchel_eng + dufflebag = /obj/item/storage/backpack/duffel/engineering + box = /obj/item/storage/box/engineer + +/datum/outfit/job/engineer/trainee/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/engineering/engineer/trainee/skirt + + switch(H.mind.role_alt_title) + if("Engineer Assistant") + uniform = /obj/item/clothing/under/rank/engineering/engineer/trainee/assistant + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/engineering/engineer/trainee/assistant/skirt + if("Technical Assistant") + uniform = /obj/item/clothing/under/rank/engineering/engineer/trainee/assistant + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/engineering/engineer/trainee/assistant/skirt + head = /obj/item/clothing/head/soft/orange + if("Technical Student", "Technical Trainee") + head = /obj/item/clothing/head/soft/orange + if("Engineer Student") + head = /obj/item/clothing/head/beret/eng + +/datum/outfit/job/engineer/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/engineering/engineer/skirt + +/datum/job/chief_engineer + exp_map = list(EXP_TYPE_ENGINEERING = (1200 + NOVICE_JOB_MINUTES)) + +/datum/job/engineer + exp_map = list(EXP_TYPE_ENGINEERING = (300 + NOVICE_JOB_MINUTES)) + +/datum/job/atmos + exp_map = list(EXP_TYPE_ENGINEERING = (300 + NOVICE_JOB_MINUTES)) + diff --git a/modular_ss220/jobs/code/job/medical_jobs.dm b/modular_ss220/jobs/code/job/medical_jobs.dm new file mode 100644 index 000000000000..35e9ccdb1b4b --- /dev/null +++ b/modular_ss220/jobs/code/job/medical_jobs.dm @@ -0,0 +1,74 @@ +/datum/job/doctor/intern + title = "Medical Intern" + flag = JOB_INTERN + total_positions = 0 + spawn_positions = 3 + //selection_color = "#ebe2e3" + alt_titles = list("Medical Assistant", "Student Medical Doctor") + exp_map = list(EXP_TYPE_CREW = NOVICE_JOB_MINUTES) + outfit = /datum/outfit/job/doctor/intern + important_information = "Ваша должность ограничена во всех взаимодействиях с рабочим имуществом отдела и экипажем станции, при отсутствии приставленного к нему квалифицированного сотрудника или полученного разрешения от вышестоящего начальства." + +/datum/outfit/job/doctor/intern + name = "Medical Intern" + jobtype = /datum/job/doctor/intern + + uniform = /obj/item/clothing/under/rank/medical/doctor/intern + suit = /obj/item/clothing/suit/storage/labcoat + mask = /obj/item/clothing/mask/surgical + gloves = /obj/item/clothing/gloves/color/latex + shoes = /obj/item/clothing/shoes/white + l_ear = /obj/item/radio/headset/headset_med + id = /obj/item/card/id/medical/intern + suit_store = /obj/item/flashlight/pen + l_hand = /obj/item/storage/firstaid/o2 + pda = /obj/item/pda/medical + + backpack = /obj/item/storage/backpack/medic + satchel = /obj/item/storage/backpack/satchel_med + dufflebag = /obj/item/storage/backpack/duffel/medical + +/datum/outfit/job/doctor/intern/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/medical/doctor/intern/skirt + + switch(H.mind.role_alt_title) + if("Medical Assistant") + uniform = /obj/item/clothing/under/rank/medical/doctor/intern/assistant + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/medical/doctor/intern/assistant/skirt + if("Student Medical Doctor") + head = /obj/item/clothing/head/surgery/green/light + uniform = /obj/item/clothing/under/rank/medical/scrubs/green/light + +/datum/outfit/job/doctor/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/medical/doctor/skirt + +/datum/job/cmo + exp_map = list(EXP_TYPE_MEDICAL = (1200 + NOVICE_JOB_MINUTES)) + +/datum/job/doctor + exp_map = list(EXP_TYPE_MEDICAL = (300 + NOVICE_JOB_MINUTES)) + +/datum/job/coroner + exp_map = list(EXP_TYPE_MEDICAL = (180 + NOVICE_JOB_MINUTES)) + +/datum/job/chemist + exp_map = list(EXP_TYPE_MEDICAL = (300 + NOVICE_JOB_MINUTES)) + +/datum/job/geneticist + exp_map = list(EXP_TYPE_MEDICAL = (300 + NOVICE_JOB_MINUTES)) + +/datum/job/virologist + exp_map = list(EXP_TYPE_MEDICAL = (300 + NOVICE_JOB_MINUTES)) + +/datum/job/psychiatrist + exp_map = list(EXP_TYPE_MEDICAL = NOVICE_JOB_MINUTES) + +/datum/job/paramedic + exp_map = list(EXP_TYPE_MEDICAL = (180 + NOVICE_JOB_MINUTES)) + diff --git a/modular_ss220/jobs/code/job/science_jobs.dm b/modular_ss220/jobs/code/job/science_jobs.dm new file mode 100644 index 000000000000..f76e57d5f8e0 --- /dev/null +++ b/modular_ss220/jobs/code/job/science_jobs.dm @@ -0,0 +1,52 @@ +/datum/job/scientist/student + title = "Student Scientist" + flag = JOB_STUDENT + total_positions = 0 + spawn_positions = 4 + //selection_color = "#ece5ec" + alt_titles = list("Scientist Assistant", "Scientist Pregraduate", "Scientist Graduate", "Scientist Postgraduate") + exp_map = list(EXP_TYPE_CREW = NOVICE_JOB_MINUTES) + outfit = /datum/outfit/job/scientist/student + important_information = "Ваша должность ограничена во всех взаимодействиях с рабочим имуществом отдела и экипажем станции, при отсутствии приставленного к нему квалифицированного сотрудника или полученного разрешения от вышестоящего начальства." + +/datum/outfit/job/scientist/student + name = "Student Scientist" + jobtype = /datum/job/scientist/student + + uniform = /obj/item/clothing/under/rank/rnd/scientist/student + suit = /obj/item/clothing/suit/storage/labcoat/science + shoes = /obj/item/clothing/shoes/white + l_ear = /obj/item/radio/headset/headset_sci + id = /obj/item/card/id/research/student + pda = /obj/item/pda/toxins + + backpack = /obj/item/storage/backpack/science + satchel = /obj/item/storage/backpack/satchel_tox + dufflebag = /obj/item/storage/backpack/duffel/science + +/datum/outfit/job/scientist/student/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/rnd/scientist/student/skirt + + switch(H.mind.role_alt_title) + if("Scientist Assistant") + uniform = /obj/item/clothing/under/rank/rnd/scientist/student/assistant + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/rnd/scientist/student/assistant/skirt + +/datum/outfit/job/scientist/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/rnd/scientist/skirt + +/datum/job/rd + exp_map = list(EXP_TYPE_SCIENCE = (1200 + NOVICE_JOB_MINUTES)) + +/datum/job/scientist + exp_map = list(EXP_TYPE_SCIENCE = (300 + NOVICE_JOB_MINUTES)) + +/datum/job/roboticist + exp_map = list(EXP_TYPE_SCIENCE = (300 + NOVICE_JOB_MINUTES)) + diff --git a/modular_ss220/jobs/code/job/security_jobs.dm b/modular_ss220/jobs/code/job/security_jobs.dm new file mode 100644 index 000000000000..7f4e5f1d02e1 --- /dev/null +++ b/modular_ss220/jobs/code/job/security_jobs.dm @@ -0,0 +1,63 @@ +/datum/job/officer/cadet + title = "Security Cadet" + flag = JOB_CADET + total_positions = 0 // miss add slots + spawn_positions = 2 + //selection_color = "#efe6e6" + alt_titles = list("Security Assistant", "Security Graduate") + exp_map = list(EXP_TYPE_CREW = NOVICE_CADET_JOB_MINUTES) + outfit = /datum/outfit/job/officer/cadet + important_information = "Космический закон это необходимость, а не рекомендация. Ваша должность ограничена во всех взаимодействиях с рабочим имуществом отдела и экипажем станции, при отсутствии приставленного к нему квалифицированного сотрудника или полученного разрешения от вышестоящего начальства." + +/datum/outfit/job/officer/cadet + name = "Security Cadet" + jobtype = /datum/job/officer/cadet + uniform = /obj/item/clothing/under/rank/security/officer/cadet + suit = /obj/item/clothing/suit/armor/vest/security + gloves = /obj/item/clothing/gloves/color/black + shoes = /obj/item/clothing/shoes/jackboots + head = /obj/item/clothing/head/soft/sec + l_ear = /obj/item/radio/headset/headset_sec/alt + id = /obj/item/card/id/security/cadet + l_pocket = /obj/item/reagent_containers/spray/pepper + suit_store = /obj/item/gun/energy/disabler + pda = /obj/item/pda/security + backpack_contents = list( + /obj/item/restraints/handcuffs = 1 + ) + //box = /obj/item/storage/box/survival_security/cadet + + +/datum/outfit/job/officer/cadet/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/security/officer/cadet/skirt + + switch(H.mind.role_alt_title) + if("Security Assistant") + uniform = /obj/item/clothing/under/rank/security/officer/cadet/assistant + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/security/officer/cadet/assistant/skirt + if("Security Graduate") + head = /obj/item/clothing/head/beret/sec + +/datum/job/officer + alt_titles = list("Security Trainer", "Junior Security Officer") + +/datum/outfit/job/officer/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.gender == FEMALE) + uniform = /obj/item/clothing/under/rank/security/officer/skirt + +/datum/job/officer + exp_map = list(EXP_TYPE_SECURITY = (600 + NOVICE_CADET_JOB_MINUTES)) + +/datum/job/detective + exp_map = list(EXP_TYPE_SECURITY = (900 + NOVICE_CADET_JOB_MINUTES)) + +/datum/job/warden + exp_map = list(EXP_TYPE_SECURITY = (900 + NOVICE_CADET_JOB_MINUTES)) + +/datum/job/hos + exp_map = list(EXP_TYPE_SECURITY = (1200 + NOVICE_CADET_JOB_MINUTES)) diff --git a/modular_ss220/jobs/code/job/service_jobs.dm b/modular_ss220/jobs/code/job/service_jobs.dm new file mode 100644 index 000000000000..0b288d97325d --- /dev/null +++ b/modular_ss220/jobs/code/job/service_jobs.dm @@ -0,0 +1,39 @@ +/datum/outfit/job/chef/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.mind && H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Culinary Artist") + head = /obj/item/clothing/head/chefhat/red + uniform = /obj/item/clothing/under/rank/civilian/chef/red + suit = /obj/item/clothing/suit/chef/red + belt = /obj/item/storage/belt/chef/apron/red + + +/datum/job/cargo_tech/New() + . = ..() + alt_titles |= list("Deliverer", "Доставщик", "Переносчик") + +/datum/outfit/job/cargo_tech/pre_equip(mob/living/carbon/human/H, visualsOnly) + . = ..() + if(H.mind && H.mind.role_alt_title) + switch(H.mind.role_alt_title) + if("Deliverer", "Доставщик", "Переносчик") + uniform = /obj/item/clothing/under/misc/overalls + shoes = /obj/item/clothing/shoes/workboots + head = /obj/item/clothing/head/soft + r_hand = /obj/item/mail_scanner + r_pocket = /obj/item/storage/bag/mail + l_ear = /obj/item/radio/headset/headset_service + r_ear = /obj/item/radio/headset/headset_cargo + id = /obj/item/card/id/courier + backpack_contents = list( + /obj/item/eftpos = 1, + /obj/item/clipboard = 1, + /obj/item/reagent_containers/spray/pepper = 1, + /obj/item/reagent_containers/spray/pestspray = 1, + /obj/item/reagent_containers/spray/plantbgone = 1, + ) + + backpack = /obj/item/storage/backpack/industrial + satchel = /obj/item/storage/backpack/satchel_eng + dufflebag = /obj/item/storage/backpack/duffel/engineering diff --git a/modular_ss220/jobs/code/jobs.dm b/modular_ss220/jobs/code/jobs.dm new file mode 100644 index 000000000000..e4c87cd2fe29 --- /dev/null +++ b/modular_ss220/jobs/code/jobs.dm @@ -0,0 +1,116 @@ +// ======================================= +// relate jobs for relate job slots +// ======================================= +/datum/job/proc/try_relate_jobs() + return FALSE + +/datum/job + var/relate_job // for relate positions and landmark + var/is_extra_job = FALSE // Special Jobs Window + var/is_main_job = TRUE // Are we the main job for this relate? + var/shares_slots_with_relate = FALSE + +/datum/job/doctor + relate_job = "Medical Intern" + shares_slots_with_relate = TRUE + +/datum/job/doctor/intern + relate_job = "Medical Doctor" + is_main_job = FALSE + +/datum/job/scientist + relate_job = "Student Scientist" + shares_slots_with_relate = TRUE + +/datum/job/scientist/student + relate_job = "Scientist" + is_main_job = FALSE + +/datum/job/engineer + relate_job = "Trainee Engineer" + shares_slots_with_relate = TRUE + +/datum/job/engineer/trainee + relate_job = "Station Engineer" + is_main_job = FALSE + +/datum/job/officer + relate_job = "Security Cadet" + shares_slots_with_relate = TRUE + +/datum/job/officer/cadet + relate_job = "Security Officer" + is_main_job = FALSE + +// ============================== +// PROCS +// ============================== + +/datum/job/is_position_available() + if(job_banned_gamemode) + return FALSE + if(check_hidden_from_job_prefs()) + return FALSE + if(relate_job && shares_slots_with_relate) + return check_relate_total_positions() + + return ..() + +/datum/job/is_spawn_position_available() + if(job_banned_gamemode) + return FALSE + if(check_hidden_from_job_prefs()) + return FALSE + if(relate_job && shares_slots_with_relate) + return check_relate_spawn_positions() + + return ..() + +/datum/job/proc/check_relate_total_positions() + var/datum/job/temp = SSjobs.GetJob(relate_job) + if(!temp) + return FALSE + var/combined_current_positions = current_positions + temp.current_positions + var/maximum_total_positions = is_main_job ? total_positions : temp.total_positions + + if(total_positions == -1) + if(is_main_job) // Infinite jobs (inf. SecOffs) + return TRUE + if(!is_main_job) // Infinite subjobs... + if(temp.total_positions == -1) // ... AND jobs? We ball (inf. Cadets AND inf. SecOffs) + return TRUE + return combined_current_positions < maximum_total_positions // ... WITHIN relate job (any number of Cadets within SecOffs) + + if(!is_main_job && (current_positions >= total_positions)) // SubJobs care about their own limits (limited number of Cadets within SecOffs) + return FALSE + + return combined_current_positions < maximum_total_positions + +/datum/job/proc/check_relate_spawn_positions() + var/datum/job/temp = SSjobs.GetJob(relate_job) + if(!temp) + return FALSE + var/combined_current_positions = current_positions + temp.current_positions + var/maximum_spawn_positions = is_main_job ? spawn_positions : temp.spawn_positions + + if(spawn_positions == -1) + if(is_main_job) // Infinite jobs (inf. SecOffs) + return TRUE + if(!is_main_job) // Infinite subjobs... + if(temp.spawn_positions == -1) // ... AND jobs? We ball (inf. Cadets AND inf. SecOffs) + return TRUE + return combined_current_positions < maximum_spawn_positions // ... WITHIN relate job (any number of Cadets within SecOffs) + + if(!is_main_job && (current_positions >= spawn_positions)) // SubJobs care about their own limits (limited number of Cadets within SecOffs) + return FALSE + + return combined_current_positions < maximum_spawn_positions + +/datum/job/proc/check_hidden_from_job_prefs() + if(hidden_from_job_prefs) + for(var/job_title in GLOB.all_jobs_ss220) + if(job_title in alt_titles) + return TRUE + if(title in GLOB.all_jobs_ss220) + return TRUE + return FALSE diff --git a/modular_ss220/jobs/code/jobs_character.dm b/modular_ss220/jobs/code/jobs_character.dm new file mode 100644 index 000000000000..4874dc74bde9 --- /dev/null +++ b/modular_ss220/jobs/code/jobs_character.dm @@ -0,0 +1,240 @@ +// Будь прокляты те кто вставлял списки прямо в код. Это не ТОГЭ. Поэтому оставь здравомыслие всяк сюда входящий. +/datum/species/plasmaman/before_equip_job(datum/job/J, mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + var/current_job = J.title + var/datum/outfit/plasmaman/O = new /datum/outfit/plasmaman + switch(current_job) + + if("Security Cadet") + O = new /datum/outfit/plasmaman/security + + if("Medical Intern") + O = new /datum/outfit/plasmaman/medical + + if("Student Scientist") + O = new /datum/outfit/plasmaman/science + + if("Trainee Engineer") + O = new /datum/outfit/plasmaman/engineering + + H.equipOutfit(O, visualsOnly) + H.internal = H.r_hand + H.update_action_buttons_icon() + return FALSE + +/datum/character_save + var/extra_jobs_check = FALSE + +// OFFICIAL parameters: 17 / HOS, Bart / 400 / 700 +/datum/character_save/SetChoices(mob/user, limit = 18, list/splitJobs = list("Head of Security", "Bartender"), widthPerColumn = 450, height = 700) + . = ..() + +/datum/character_save/proc/get_split_extra_jobs() + return list("Administrator", "Adjutant", "VIP Corporate Guest") + +/datum/preferences/process_link(mob/user, list/href_list) + if(!user) + return + + if(href_list["preference"] == "job") + switch(href_list["task"]) + if("extra_job") + active_character.extra_jobs_check = !active_character.extra_jobs_check + active_character.SetChoices(user) + return TRUE + . = ..() + +// В /SetChoices() определяем нужно ли пользователю создавать дополнительную кнопку +/datum/character_save/proc/check_available_extra_job_prefs(client/C) + if(C?.donator_level) + return TRUE + return FALSE + +// это копипаст мерзопакости. Я не буду рефакторить это в модуле, я шо, ебанутый? +// Оно работает и ладно. И я не буду этот комментарий на английский переводить. +// Эту хуйню должен видеть каждый кто сюда зайдет и полезет посмотреть какой в родителе оригинальный код на 1000 строчек. +/datum/character_save/update_preview_icon(for_observer=0) + . = ..() + + var/icon/clothes_s = get_clothes_icon() + + if(clothes_s) + preview_icon.Blend(clothes_s, ICON_OVERLAY) + + preview_icon_front = new(preview_icon, dir = SOUTH) + preview_icon_side = new(preview_icon, dir = WEST) + + qdel(clothes_s) + + +/datum/character_save/proc/get_clothes_icon() + var/icon/clothes_s = null + + var/g = "" + if(gender == FEMALE) + g = "f" + + if(job_medsci_high) + switch(job_medsci_high) + if(JOB_STUDENT) + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "student[g]_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "white"), ICON_UNDERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "labcoat_tox_open"), ICON_OVERLAY) + if(prob(1)) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "metroid"), ICON_OVERLAY) + switch(backbag) + if(2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "backpack"), ICON_OVERLAY) + if(3) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel-tox"), ICON_OVERLAY) + if(4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + if(JOB_INTERN) + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "intern[g]_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "white"), ICON_UNDERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "labcoat_open"), ICON_OVERLAY) + switch(backbag) + if(2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "medicalpack"), ICON_OVERLAY) + if(3) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel-med"), ICON_OVERLAY) + if(4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + if(JOB_ACTOR, JOB_ADMINISTRATOR, JOB_TOURIST_TSF, JOB_TOURIST_USSP, JOB_MANAGER_JANITOR, JOB_GUARD, JOB_MIGRANT, JOB_UNCERTAIN /* JOB_APPRENTICE, */) + if(prob(50)) + clothes_s = new /icon('icons/mob/clothing/under/procedure.dmi', "iaa_s") + else + clothes_s = new /icon('icons/mob/clothing/under/misc.dmi', "waiter_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "laceups"), ICON_UNDERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "fez"), ICON_OVERLAY) + if(backbag == 2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "backpack"), ICON_OVERLAY) + else if(backbag == 3 || backbag == 4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + + if(JOB_ADJUTANT, /* JOB_BUTLER, JOB_MAID */) + clothes_s = new /icon('icons/mob/clothing/under/procedure.dmi', "iaa_formal_black[g ? "_skirt" : ""]_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "laceups"), ICON_UNDERLAY) + if(prob(10)) + clothes_s.Blend(new /icon('icons/mob/clothing/eyes.dmi', "monocle"), ICON_OVERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "beaver_hat"), ICON_OVERLAY) + if(backbag == 2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "backpack"), ICON_OVERLAY) + else if(backbag == 3 || backbag == 4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + + else if(job_engsec_high) + switch(job_engsec_high) + if(JOB_CADET) + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "cadet[g]_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "jackboots"), ICON_UNDERLAY) + if(prob(1)) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "justice_up"), ICON_OVERLAY) + else + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "secsoft"), ICON_OVERLAY) + switch(backbag) + if(2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "securitypack"), ICON_OVERLAY) + if(3) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel-sec"), ICON_OVERLAY) + if(4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + if(JOB_TRAINEE) + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "trainee[g]_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "orange"), ICON_UNDERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/belt.dmi', "utility"), ICON_OVERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "hardhat0_orange"), ICON_OVERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/hands.dmi', "orangegloves"), ICON_OVERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "hazard"), ICON_OVERLAY) + switch(backbag) + if(2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "engiepack"), ICON_OVERLAY) + if(3) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel-eng"), ICON_OVERLAY) + if(4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + if(JOB_REPRESENTATIVE_TSF, JOB_REPRESENTATIVE_USSP, JOB_DEALER) + clothes_s = new /icon('icons/mob/clothing/under/procedure.dmi', "iaa_formal_black[g ? "_skirt" : ""]_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "laceups"), ICON_UNDERLAY) + if(prob(10)) + clothes_s.Blend(new /icon('icons/mob/clothing/eyes.dmi', "monocle"), ICON_OVERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "beaver_hat"), ICON_OVERLAY) + if(backbag == 2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "backpack"), ICON_OVERLAY) + else if(backbag == 3 || backbag == 4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + if(JOB_VIP_GUEST, JOB_BANKER) + clothes_s = new /icon('icons/mob/clothing/under/procedure.dmi', "ntrep[g ? "_skirt" : ""]_s") + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "suitjacket_black_open"), ICON_OVERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "laceups"), ICON_UNDERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/eyes.dmi', "monocle"), ICON_OVERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "tophat"), ICON_OVERLAY) + if(backbag == 2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "backpack"), ICON_OVERLAY) + else if(backbag == 3 || backbag == 4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + if(JOB_SECURITY_CLOWN) + clothes_s = new /icon('modular_ss220/jobs/icons/clothing/mob/uniform.dmi', "security_clown_s") + clothes_s.Blend(new /icon('icons/mob/clothing/mask.dmi', "clown"), ICON_UNDERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "clown"), ICON_UNDERLAY) + if(prob(25)) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "detective"), ICON_OVERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "detective"), ICON_OVERLAY) + else if(prob(25)) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "warden_jacket"), ICON_OVERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "sechat"), ICON_OVERLAY) + else if(prob(50)) + clothes_s.Blend(new /icon('icons/mob/clothing/suit.dmi', "armor"), ICON_OVERLAY) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "redsoft"), ICON_OVERLAY) + if(backbag == 2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "clownpack"), ICON_OVERLAY) + else if(backbag == 3 || backbag == 4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel-clown"), ICON_OVERLAY) + + + else if(job_support_high) + switch(job_support_high) + if(JOB_PRISON) + if(prob(95)) + clothes_s = new /icon('icons/mob/clothing/under/color.dmi', "prisoner_s") + else + clothes_s = new /icon('icons/mob/clothing/under/color.dmi', "prisoner_d_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "orange"), ICON_UNDERLAY) + + if(JOB_BARBER, JOB_BATH, JOB_CASINO, JOB_WAITER, JOB_ACOLYTE, JOB_BOXER, JOB_MUSICIAN /* JOB_DELIVERER, JOB_PAINTER, */) + clothes_s = new /icon('icons/mob/clothing/under/civilian.dmi', "barber_s") + clothes_s.Blend(new /icon('icons/mob/clothing/feet.dmi', "laceups"), ICON_UNDERLAY) + if(prob(70)) + clothes_s.Blend(new /icon('icons/mob/clothing/head.dmi', "boater_hat"), ICON_OVERLAY) + if(backbag == 2) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "backpack"), ICON_OVERLAY) + else if(backbag == 3 || backbag == 4) + clothes_s.Blend(new /icon('icons/mob/clothing/back.dmi', "satchel"), ICON_OVERLAY) + + return clothes_s + +// Костыли с датумами для выставления должностей +/datum/character_save/proc/get_datum_last_support() + return JOBCAT_LAST_SUPPORT + +/datum/character_save/proc/get_datum_last_engsec() + return JOBCAT_LAST_ENGSEC + +/datum/character_save/proc/get_datum_last_medsci() + return JOBCAT_LAST_MEDSCI diff --git a/modular_ss220/jobs/code/jobs_gamemodes.dm b/modular_ss220/jobs/code/jobs_gamemodes.dm new file mode 100644 index 000000000000..c07577bce644 --- /dev/null +++ b/modular_ss220/jobs/code/jobs_gamemodes.dm @@ -0,0 +1,44 @@ +/datum/game_mode/changeling/pre_setup() + protected_jobs |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/game_mode/cult/pre_setup() + protected_jobs |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/game_mode/revolution/pre_setup() + protected_jobs |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/game_mode/traitor/pre_setup() + protected_jobs |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/game_mode/trifecta/pre_setup() + protected_jobs |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/game_mode/traitor/vampire/pre_setup() + protected_jobs |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/game_mode/vampire/pre_setup() + protected_jobs |= GLOB.restricted_jobs_ss220 + . = ..() + +// antag mix scenarious +/datum/antag_scenario/traitor/New() + protected_roles |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/antag_scenario/changeling/New() + protected_roles |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/antag_scenario/vampire/New() + protected_roles |= GLOB.restricted_jobs_ss220 + . = ..() + +/datum/antag_scenario/team/blood_brothers/New() + protected_roles |= GLOB.restricted_jobs_ss220 + . = ..() diff --git a/modular_ss220/jobs/code/jobs_global_list.dm b/modular_ss220/jobs/code/jobs_global_list.dm new file mode 100644 index 000000000000..02c3923603db --- /dev/null +++ b/modular_ss220/jobs/code/jobs_global_list.dm @@ -0,0 +1,145 @@ + +// ===================== STATION ===================== +GLOBAL_LIST_INIT(medical_positions_ss220, list( + "Medical Intern", +)) + +GLOBAL_LIST_INIT(science_positions_ss220, list( + "Student Scientist", +)) + +GLOBAL_LIST_INIT(engineering_positions_ss220, list( + "Trainee Engineer", +)) + +GLOBAL_LIST_INIT(security_positions_ss220, list( + "Security Cadet", +)) + +// ====================== EVENT ====================== +GLOBAL_LIST_INIT(event_ss220, list( + "SDTF Raskinta Katish", + "Emperor Guard", +)) + +// ====================== DONOR ====================== +GLOBAL_LIST_INIT(donor_tier_1_jobs, list( + "Prisoner", // Заключенный +)) + +GLOBAL_LIST_INIT(donor_tier_2_jobs, list( + "Barber", // Парикмахер + "Bath", // Банщик + "Casino", // Крупье + "Waiter", // Официант + "Acolyte", // Послушник + "Deliverer", // Курьер + "Wrestler", // Боксёр, Рефери + "Painter", // Художник + "Musician", // Музыкант + "Actor", // Актёр +)) + +GLOBAL_LIST_INIT(donor_tier_3_jobs, list( + "Administrator", // Сервис-Администратор + "Tourist TSF", // Турист ТСФ + "Tourist USSP", // Турист ССП + "Cleaning Manager", // Менеджер по Клинингу + "Apprentice", // Подмастерье + "Guard", // Охранник Шестерочки + "Migrant", // Мигрант + "Uncertain", // Забытый Ассистент +)) + +GLOBAL_LIST_INIT(donor_tier_4_jobs, list( + "Adjutant", // Адъютант + "Butler", // Дворецкий + "Maid", // Горничная + "Representative TSF", // Представитель ТСФ + "Representative USSP", // Представитель ССП + "Dealer", // Независимый Торговец +)) + +GLOBAL_LIST_INIT(donor_tier_5_jobs, list( + "VIP Corporate Guest", // VIP гость - Важно! Это НЕ админский VIP Guest с ЦК. + "Banker", // Банкир + "Security Clown", // Клоун Службы Безопасности +)) + +GLOBAL_LIST_INIT(security_donor_jobs, list( + "Security Clown", +)) + +GLOBAL_LIST_INIT(assistant_donor_jobs, list( + "Prisoner", + "Tourist TSF", + "Tourist USSP", + "Apprentice", + "Migrant", + "Uncertain", + "Representative TSF", + "Representative USSP", + "VIP Corporate Guest", +)) + +GLOBAL_LIST_INIT(supply_donor_jobs, list( + "Deliverer", +)) + +GLOBAL_LIST_INIT(all_donor_jobs, donor_tier_1_jobs + donor_tier_2_jobs + donor_tier_3_jobs + donor_tier_4_jobs + donor_tier_5_jobs) + +GLOBAL_LIST_INIT(service_donor_jobs, all_donor_jobs - security_donor_jobs - assistant_donor_jobs - supply_donor_jobs) + +// Работы которые нельзя выбрать нигде +GLOBAL_LIST_INIT(jobs_excluded_from_selection, list("Donor")) + + +// ====================== SPECIAL ====================== +// cant be antags +GLOBAL_LIST_INIT(restricted_jobs_ss220, security_positions_ss220 + ( + donor_tier_4_jobs + donor_tier_5_jobs + jobs_excluded_from_selection + event_ss220 +)) + +// ===================== ALL JOBS ===================== + +GLOBAL_LIST_INIT(all_jobs_ss220, (list() + ( + medical_positions_ss220 + science_positions_ss220 + engineering_positions_ss220 + security_positions_ss220 + all_donor_jobs + event_ss220))) + + +// ====================== TITLE ====================== +/proc/get_alt_titles(list/positions) + var/list/all_titles = list() + for(var/rank in positions) + var/datum/job/job = SSjobs.GetJob(rank) + if(!job) + continue + if(length(job.alt_titles)) + all_titles |= job.alt_titles + return all_titles + +/proc/get_all_medical_titles_ss220() + return GLOB.medical_positions_ss220 + get_alt_titles(GLOB.medical_positions_ss220) + +/proc/get_all_security_titles_ss220() + return GLOB.security_positions_ss220 + get_alt_titles(GLOB.security_positions_ss220) + GLOB.security_donor_jobs + get_alt_titles(GLOB.security_donor_jobs) + +/proc/get_all_engineering_titles_ss220() + return GLOB.engineering_positions_ss220 + get_alt_titles(GLOB.engineering_positions_ss220) + +/proc/get_all_science_titles_ss220() + return GLOB.science_positions_ss220 + get_alt_titles(GLOB.science_positions_ss220) + +/proc/get_all_service_titles_ss220() + return GLOB.service_donor_jobs + get_alt_titles(GLOB.service_donor_jobs) + +/proc/get_all_supply_titles_ss220() + return GLOB.supply_donor_jobs + get_alt_titles(GLOB.supply_donor_jobs) + +/proc/get_all_assistant_titles_ss220() + return GLOB.assistant_donor_jobs + get_alt_titles(GLOB.assistant_donor_jobs) + +/proc/get_all_event_titles_ss220() + return GLOB.event_ss220 + get_alt_titles(GLOB.event_ss220) + +/proc/get_all_titles_ss220() + return get_all_medical_titles_ss220() + get_all_security_titles_ss220() + get_all_engineering_titles_ss220() + get_all_science_titles_ss220() + get_all_service_titles_ss220() + get_all_supply_titles_ss220() + get_all_assistant_titles_ss220() + get_all_event_titles_ss220() diff --git a/modular_ss220/jobs/code/landmarks.dm b/modular_ss220/jobs/code/landmarks.dm new file mode 100644 index 000000000000..320bce69e5a4 --- /dev/null +++ b/modular_ss220/jobs/code/landmarks.dm @@ -0,0 +1,44 @@ +/obj/effect/landmark/start/prisoner + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Prisoner" + icon_state = "prisoner" + +/obj/effect/landmark/spawner/prisoner + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Prisoner Arrive" + icon_state = "prisoner_arrive" + +/obj/effect/landmark/start/bar + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Bar" + icon_state = "bar" + +/obj/effect/landmark/start/artist + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Artist" + icon_state = "art" + +/obj/effect/landmark/start/vip + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Vip" + icon_state = "vip" + +/obj/effect/landmark/start/barber + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Barber" + icon_state = "barber" + +/obj/effect/landmark/start/uncertain + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Uncertain" + icon_state = "uncertain" + +/obj/effect/landmark/start/dealer + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Dealer" + icon_state = "dealer" + +/obj/effect/landmark/start/bath + icon = 'modular_ss220/jobs/icons/landmarks.dmi' + name = "Bath" + icon_state = "bath" diff --git a/modular_ss220/jobs/code/objects/engineering_job_objects.dm b/modular_ss220/jobs/code/objects/engineering_job_objects.dm new file mode 100644 index 000000000000..907234ddf11b --- /dev/null +++ b/modular_ss220/jobs/code/objects/engineering_job_objects.dm @@ -0,0 +1,47 @@ +// others +/obj/item/envelope/engineering/Initialize(mapload) + . = ..() + job_list |= GLOB.engineering_positions_ss220 + +/datum/uplink_item/jobspecific/powergloves/New() + . = ..() + job |= GLOB.engineering_positions_ss220 + +/datum/theft_objective/supermatter_sliver/New() + . = ..() + protected_jobs |= GLOB.engineering_positions_ss220 + + +// loadout +/datum/gear/accessory/armband_job/engineering/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + +/datum/gear/mug/department/eng/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + +/datum/gear/hat/hhat_yellow/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + +/datum/gear/hat/hhat_orange/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + +/datum/gear/hat/hhat_blue/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + +/datum/gear/hat/beret_job/eng/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + +/datum/gear/suit/coat/job/engi/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + +/datum/gear/uniform/skirt/job/eng/New() + . = ..() + allowed_roles |= GLOB.engineering_positions_ss220 + diff --git a/modular_ss220/jobs/code/objects/job_objects.dm b/modular_ss220/jobs/code/objects/job_objects.dm new file mode 100644 index 000000000000..2f2fb49fd5f9 --- /dev/null +++ b/modular_ss220/jobs/code/objects/job_objects.dm @@ -0,0 +1,181 @@ +/obj/machinery/computer/arcade/recruiter/Initialize(mapload) + . = ..() + jobs |= GLOB.all_jobs_ss220 + get_all_titles_ss220() + incorrect_jobs |= list( + "Medical Sasistant", "Shitcurity Cadet", "Traneer Enginer", "Assistant Captain", "Engineer Cadet", + "Traine Engener", "Intarn", "Entern", "Student Directar", "Head of Scientest", "Junior Codet" + ) + +/obj/effect/mob_spawn/human/intern + name = "Medical Intern" + mob_name = "Medical Intern" + id_job = "Medical Intern" + outfit = /datum/outfit/job/doctor/intern + +/obj/effect/mob_spawn/human/trainee + name = "Trainee Engineer" + mob_name = "Trainee Engineer" + id_job = "Trainee Engineer" + outfit = /datum/outfit/job/engineer/trainee + +/obj/effect/mob_spawn/human/student + name = "Student Scientist" + mob_name = "Student Scientist" + id_job = "Student Scientist" + outfit = /datum/outfit/job/scientist/student + +/obj/effect/mob_spawn/human/cadet + name = "Security Cadet" + mob_name = "Security Cadet" + id_job = "Security Cadet" + outfit = /datum/outfit/job/officer/cadet + + +// TRADER - Хлам разрешенный на станции +/obj/item/storage/box/legal_loot + name = "Коробка всячины" + desc = "Коробка с легальными вещами или фальшивками. В любом случае, здесь ничего опасного и режущего! Безопасно для детей!" + icon = 'modular_ss220/aesthetics/boxes/icons/boxes.dmi' + icon_state = "thief_box" + var/loot_amount = 1 + var/list/possible_type_loot = list( + /obj/item/toy/balloon, + /obj/item/storage/wallet, + /obj/item/storage/photo_album, + /obj/item/storage/box/snappops, + /obj/item/storage/fancy/crayons, + /obj/item/storage/belt/champion, + /obj/item/soap/deluxe, + /obj/item/soap/ducttape, + /obj/item/soap/nanotrasen, + /obj/item/soap/homemade, + /obj/item/soap/syndie, + /obj/item/pickaxe/silver, + /obj/item/pen/invisible, + /obj/item/lipstick/random, + /obj/item/grenade/smokebomb, + /obj/item/grown/corncob, + /obj/item/poster/random_contraband, + /obj/item/bikehorn, + /obj/item/beach_ball, + /obj/item/beach_ball/holoball, + /obj/item/banhammer, + /obj/item/toy/balloon, + /obj/item/toy/blink, + /obj/item/toy/katana, + /obj/random/mech, + /obj/item/toy/spinningtoy, + /obj/item/toy/sword, + /obj/item/dualsaber/toy, + /obj/item/paicard, + /obj/item/instrument/violin, + /obj/item/instrument/guitar, + /obj/item/storage/belt/utility/full, + /obj/item/clothing/accessory/horrible, + /obj/random/carp_plushie, + /obj/random/plushie, + /obj/random/figure, + /obj/item/deck/cards, + /obj/item/deck/cards/tiny, + /obj/item/deck/unum, + /obj/item/toy/minimeteor, + /obj/item/toy/redbutton, + /obj/item/toy/figure/owl, + /obj/item/toy/figure/griffin, + /obj/item/clothing/head/blob, + /obj/item/id_decal/gold, + /obj/item/id_decal/silver, + /obj/item/id_decal/prisoner, + /obj/item/id_decal/centcom, + /obj/item/id_decal/emag, + /obj/item/spellbook/oneuse/fake_gib, + /obj/item/toy/foamblade, + /obj/item/toy/flash, + /obj/item/toy/minigibber, + /obj/item/toy/nuke, + /obj/item/toy/ai, + /obj/item/clothing/under/syndicate/tacticool, + /obj/item/storage/box/fakesyndiesuit, + /obj/item/gun/projectile/shotgun/toy/tommygun, + /obj/item/stack/tile/fakespace/loaded, + /obj/item/stack/tile/brass/fifty, + /obj/item/sord, + /obj/item/toy/prizeball/figure, + /obj/item/toy/prizeball/therapy, + + // pew pew + /obj/item/gun/projectile/automatic/toy, + /obj/item/gun/projectile/automatic/toy/pistol, + /obj/item/gun/projectile/shotgun/toy, + /obj/item/ammo_box/foambox, + /obj/item/toy/foamblade, + /obj/item/toy/syndicateballoon, + /obj/item/clothing/suit/syndicatefake, + /obj/item/clothing/head/syndicatefake, + /obj/item/gun/projectile/shotgun/toy/crossbow, + /obj/item/gun/projectile/automatic/c20r/toy/riot, + /obj/item/gun/projectile/automatic/l6_saw/toy/riot, + /obj/item/gun/projectile/automatic/sniper_rifle/toy, + /obj/item/ammo_box/foambox/riot, + /obj/item/deck/cards/syndicate + ) + +/obj/item/storage/box/legal_loot/populate_contents() + // "увеличиваем" шансы на выпадение коллекционного хлама + possible_type_loot |= subtypesof(/obj/item/toy) + subtypesof(/obj/item/clothing/head/collectable) + subtypesof(/obj/item/poster) + subtypesof(/obj/item/storage/fancy/cigarettes) + subtypesof(/obj/item/lighter/zippo) + subtypesof(/obj/item/id_skin) + possible_type_loot -= list(/obj/item/lighter/zippo/fluff, /obj/item/toy/plushie, /obj/item/toy/character, /obj/item/toy/desk, /obj/item/toy/plushie/fluff, /obj/item/toy/random) + for(var/i in 1 to loot_amount) + var/loot_type = pick(possible_type_loot) + new loot_type(src) + +/obj/item/storage/box/legal_loot/amount_2 + loot_amount = 2 + +/obj/item/storage/box/legal_loot/amount_5 + loot_amount = 5 + +/obj/item/storage/box/legal_loot/amount_10 + loot_amount = 10 + +/obj/item/storage/box/legal_loot/amount_15 + loot_amount = 15 + +/obj/item/storage/box/legal_loot/amount_20 + loot_amount = 20 + +/obj/item/storage/box/legal_loot/amount_30 + loot_amount = 30 + +/obj/item/storage/box/legal_loot/amount_40 + loot_amount = 40 + +/obj/item/storage/box/legal_loot/amount_50 + loot_amount = 50 + +// HONK Rifle // +/obj/item/gun/energy/clown + icon_state = "honkrifle" + item_state = "honkrifle" + icon = 'modular_ss220/jobs/icons/custom_gun/custom_guns.dmi' + lefthand_file = 'modular_ss220/jobs/icons/custom_gun/mob/custom_guns_lefthand.dmi' + righthand_file = 'modular_ss220/jobs/icons/custom_gun/mob/custom_guns_righthand.dmi' + +/obj/item/gun/energy/clown/security + name = "ХОНК-ружье офицера" + desc = "Личное оружие клоуна офицера. Смертоносное для ментального состояния каждого на ком было применено. Запрещено конвенкцией НТ 12 раз. Разрешено конвенкцией советов клоунов 13 раз. На рукояти выгривирован \"HONK\" и нацарапаны пару зачернутых черточек." + icon_state = "honkrifle_security" + item_state = "honkrifle_security" + +/obj/item/gun/energy/clown/security/warden + name = "Личное ХОНК-ружье смотрителя" + desc = "Личное смертоносное оружие клоуна-смотрителя, выданное за заслуги перед НТ и \[ДАННЫЕ ХОНКНУТЫ\]. Ходят слухи что это один из первых экземпляров произведенных во время войны мимов и клоунов на родной планете клоунов." + +// JANITOR // +/obj/item/storage/belt/janitor/full/donor/populate_contents() + new /obj/item/holosign_creator/janitor(src) + new /obj/item/reagent_containers/spray/cleaner(src) + new /obj/item/storage/bag/trash(src) + new /obj/item/soap/nanotrasen/prime(src) + new /obj/item/grenade/chem_grenade/cleaner(src) + new /obj/item/grenade/chem_grenade/cleaner(src) + update_icon() diff --git a/modular_ss220/jobs/code/objects/mail.dm b/modular_ss220/jobs/code/objects/mail.dm new file mode 100644 index 000000000000..0eb84d5bcfa5 --- /dev/null +++ b/modular_ss220/jobs/code/objects/mail.dm @@ -0,0 +1,35 @@ +#define BREAD_SERVICE_JOBS_LIST list("Waiter", "Butler", "Maid") + +/obj/item/envelope/security/Initialize(mapload) + job_list |= GLOB.security_positions_ss220 + GLOB.security_donor_jobs + return ..() + +/obj/item/envelope/science/Initialize(mapload) + job_list |= GLOB.science_positions_ss220 + return ..() + +/obj/item/envelope/supply/Initialize(mapload) + job_list |= GLOB.supply_donor_jobs + return ..() + +/obj/item/envelope/medical/Initialize(mapload) + job_list |= GLOB.medical_positions_ss220 + return ..() + +/obj/item/envelope/engineering/Initialize(mapload) + job_list |= GLOB.engineering_positions_ss220 + return ..() + +/obj/item/envelope/bread/Initialize(mapload) + job_list |= BREAD_SERVICE_JOBS_LIST + return ..() + +/obj/item/envelope/circuses/Initialize(mapload) + job_list |= GLOB.service_donor_jobs - BREAD_SERVICE_JOBS_LIST + return ..() + +/obj/item/envelope/misc/Initialize(mapload) + job_list |= GLOB.assistant_donor_jobs // amazing multitool for a prisoner + return ..() + +#undef BREAD_SERVICE_JOBS_LIST diff --git a/modular_ss220/jobs/code/objects/medical_job_objects.dm b/modular_ss220/jobs/code/objects/medical_job_objects.dm new file mode 100644 index 000000000000..0090302fe1bd --- /dev/null +++ b/modular_ss220/jobs/code/objects/medical_job_objects.dm @@ -0,0 +1,54 @@ +// others +/obj/item/envelope/medical/Initialize(mapload) + . = ..() + job_list |= GLOB.medical_positions_ss220 + +/datum/uplink_item/jobspecific/viral_injector/New() + . = ..() + job |= GLOB.medical_positions_ss220 + + +// loadout +/datum/gear/accessory/stethoscope/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/accessory/armband_job/medical/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/glasses/goggles_job/medhudgoggles/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/mug/department/med/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/hat/beret_job/med/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/hat/surgicalcap_purple/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/hat/surgicalcap_green/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/suit/coat/job/med/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/uniform/skirt/job/med/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/uniform/medical/pscrubs/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 + +/datum/gear/uniform/medical/gscrubs/New() + . = ..() + allowed_roles |= GLOB.medical_positions_ss220 diff --git a/modular_ss220/jobs/code/objects/science_job_objects.dm b/modular_ss220/jobs/code/objects/science_job_objects.dm new file mode 100644 index 000000000000..861a8c1fabe4 --- /dev/null +++ b/modular_ss220/jobs/code/objects/science_job_objects.dm @@ -0,0 +1,35 @@ +// others +/obj/item/envelope/science/Initialize(mapload) + . = ..() + job_list |= GLOB.science_positions_ss220 + +/datum/uplink_item/jobspecific/stims/New() + . = ..() + job |= GLOB.science_positions_ss220 + +/datum/theft_objective/reactive/New() + . = ..() + protected_jobs |= GLOB.science_positions_ss220 + + +// loadout +/datum/gear/accessory/armband_job/sci/New() + . = ..() + allowed_roles |= GLOB.science_positions_ss220 + +/datum/gear/glasses/goggles_job/diaghudgoggles/New() + . = ..() + allowed_roles |= GLOB.science_positions_ss220 + +/datum/gear/mug/department/sci/New() + . = ..() + allowed_roles |= GLOB.science_positions_ss220 + +/datum/gear/hat/beret_job/sci/New() + . = ..() + allowed_roles |= GLOB.science_positions_ss220 + +/datum/gear/suit/coat/job/sci/New() + . = ..() + allowed_roles |= GLOB.science_positions_ss220 + diff --git a/modular_ss220/jobs/code/objects/security_job_objects.dm b/modular_ss220/jobs/code/objects/security_job_objects.dm new file mode 100644 index 000000000000..eabc804e49a1 --- /dev/null +++ b/modular_ss220/jobs/code/objects/security_job_objects.dm @@ -0,0 +1,71 @@ +/obj/item/envelope/security/Initialize(mapload) + . = ..() + job_list |= GLOB.security_positions_ss220 + +/datum/gear/accessory/holobadge/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/accessory/holobadge_n/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/accessory/armband_job/sec/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/glasses/sechud/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/glasses/goggles_job/sechudgoggles/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/mug/department/sec/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/hat/capcsec/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/hat/capsec/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/hat/beret_job/sec/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/suit/coat/job/sec/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/suit/bomber/job/sec/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/suit/secjacket/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/uniform/skirt/job/security/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/uniform/sec/formal/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/uniform/sec/secorporate/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/uniform/sec/dispatch/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 + +/datum/gear/uniform/sec/casual/New() + . = ..() + allowed_roles |= GLOB.security_positions_ss220 diff --git a/modular_ss220/jobs/code/objects/wardrobe_vendors.dm b/modular_ss220/jobs/code/objects/wardrobe_vendors.dm new file mode 100644 index 000000000000..f508f3d87774 --- /dev/null +++ b/modular_ss220/jobs/code/objects/wardrobe_vendors.dm @@ -0,0 +1,40 @@ +/obj/machinery/economy/vending/medidrobe/Initialize(mapload) + . = ..() + products |= list( + /obj/item/clothing/under/rank/medical/doctor/intern = 5, + /obj/item/clothing/under/rank/medical/doctor/intern/skirt = 5, + /obj/item/clothing/under/rank/medical/doctor/intern/assistant = 5, + /obj/item/clothing/under/rank/medical/doctor/intern/assistant/skirt = 5, + /obj/item/clothing/head/surgery/green/light = 5, + /obj/item/clothing/under/rank/medical/scrubs/green/light = 5, + ) + + +/obj/machinery/economy/vending/secdrobe/Initialize(mapload) + . = ..() + products |= list( + /obj/item/clothing/under/rank/security/officer/cadet = 5, + /obj/item/clothing/under/rank/security/officer/cadet/skirt = 5, + /obj/item/clothing/under/rank/security/officer/cadet/assistant = 5, + /obj/item/clothing/under/rank/security/officer/cadet/assistant/skirt = 5, + ) + + +/obj/machinery/economy/vending/scidrobe/Initialize(mapload) + . = ..() + products |= list( + /obj/item/clothing/under/rank/rnd/scientist/student = 5, + /obj/item/clothing/under/rank/rnd/scientist/student/skirt = 5, + /obj/item/clothing/under/rank/rnd/scientist/student/assistant = 5, + /obj/item/clothing/under/rank/rnd/scientist/student/assistant/skirt = 5, + ) + + +/obj/machinery/economy/vending/engidrobe/Initialize(mapload) + . = ..() + products |= list( + /obj/item/clothing/under/rank/engineering/engineer/trainee = 5, + /obj/item/clothing/under/rank/engineering/engineer/trainee/skirt = 5, + /obj/item/clothing/under/rank/engineering/engineer/trainee/assistant = 5, + /obj/item/clothing/under/rank/engineering/engineer/trainee/assistant/skirt = 5, + ) diff --git a/modular_ss220/jobs/icons/clothing/hats.dmi b/modular_ss220/jobs/icons/clothing/hats.dmi new file mode 100644 index 000000000000..eb19b69c9388 Binary files /dev/null and b/modular_ss220/jobs/icons/clothing/hats.dmi differ diff --git a/modular_ss220/jobs/icons/clothing/mob/head.dmi b/modular_ss220/jobs/icons/clothing/mob/head.dmi new file mode 100644 index 000000000000..70ef94abd256 Binary files /dev/null and b/modular_ss220/jobs/icons/clothing/mob/head.dmi differ diff --git a/modular_ss220/jobs/icons/clothing/mob/uniform.dmi b/modular_ss220/jobs/icons/clothing/mob/uniform.dmi new file mode 100644 index 000000000000..c14f29cbca83 Binary files /dev/null and b/modular_ss220/jobs/icons/clothing/mob/uniform.dmi differ diff --git a/modular_ss220/jobs/icons/clothing/uniforms.dmi b/modular_ss220/jobs/icons/clothing/uniforms.dmi new file mode 100644 index 000000000000..7b593a0b97f4 Binary files /dev/null and b/modular_ss220/jobs/icons/clothing/uniforms.dmi differ diff --git a/modular_ss220/jobs/icons/custom_gun/custom_guns.dmi b/modular_ss220/jobs/icons/custom_gun/custom_guns.dmi new file mode 100644 index 000000000000..5c2eec1ec23e Binary files /dev/null and b/modular_ss220/jobs/icons/custom_gun/custom_guns.dmi differ diff --git a/modular_ss220/jobs/icons/custom_gun/mob/custom_guns_lefthand.dmi b/modular_ss220/jobs/icons/custom_gun/mob/custom_guns_lefthand.dmi new file mode 100644 index 000000000000..0c0c7e8eb333 Binary files /dev/null and b/modular_ss220/jobs/icons/custom_gun/mob/custom_guns_lefthand.dmi differ diff --git a/modular_ss220/jobs/icons/custom_gun/mob/custom_guns_righthand.dmi b/modular_ss220/jobs/icons/custom_gun/mob/custom_guns_righthand.dmi new file mode 100644 index 000000000000..31a379ced390 Binary files /dev/null and b/modular_ss220/jobs/icons/custom_gun/mob/custom_guns_righthand.dmi differ diff --git a/modular_ss220/jobs/icons/job_assets.dmi b/modular_ss220/jobs/icons/job_assets.dmi new file mode 100644 index 000000000000..e36bc7908527 Binary files /dev/null and b/modular_ss220/jobs/icons/job_assets.dmi differ diff --git a/modular_ss220/jobs/icons/landmarks.dmi b/modular_ss220/jobs/icons/landmarks.dmi new file mode 100644 index 000000000000..2e114e152c5f Binary files /dev/null and b/modular_ss220/jobs/icons/landmarks.dmi differ diff --git a/modular_ss220/jobs/icons/sechud.dmi b/modular_ss220/jobs/icons/sechud.dmi new file mode 100644 index 000000000000..9a032a279adf Binary files /dev/null and b/modular_ss220/jobs/icons/sechud.dmi differ diff --git a/modular_ss220/jobs/icons/uniforms.dmi b/modular_ss220/jobs/icons/uniforms.dmi new file mode 100644 index 000000000000..cab653e13b24 Binary files /dev/null and b/modular_ss220/jobs/icons/uniforms.dmi differ diff --git a/modular_ss220/jukebox/_jukebox.dm b/modular_ss220/jukebox/_jukebox.dm new file mode 100644 index 000000000000..4afa7988bd43 --- /dev/null +++ b/modular_ss220/jukebox/_jukebox.dm @@ -0,0 +1,4 @@ +/datum/modpack/jukebox + name = "Музыкальный автомат" + desc = "ДИСКАЧ!" + author = "Aylong220" diff --git a/modular_ss220/jukebox/_jukebox.dme b/modular_ss220/jukebox/_jukebox.dme new file mode 100644 index 000000000000..045dca2b1b03 --- /dev/null +++ b/modular_ss220/jukebox/_jukebox.dme @@ -0,0 +1,6 @@ +#include "_jukebox.dm" +#include "code\jukebox.dm" +#include "code\soundhand_tracks.dm" +#include "code\jukebox_dance.dm" +#include "code\jukebox_datum.dm" +#include "code\jukebox_subtypes.dm" diff --git a/modular_ss220/jukebox/code/jukebox.dm b/modular_ss220/jukebox/code/jukebox.dm new file mode 100644 index 000000000000..e660c80940fd --- /dev/null +++ b/modular_ss220/jukebox/code/jukebox.dm @@ -0,0 +1,207 @@ +/obj/machinery/jukebox + name = "\proper музыкальный автомат" + desc = "Классический музыкальный автомат." + icon = 'modular_ss220/jukebox/icons/jukebox.dmi' + icon_state = "jukebox" + base_icon_state = "jukebox" + atom_say_verb = "states" + anchored = TRUE + density = TRUE + idle_power_consumption = 10 + active_power_consumption = 100 + max_integrity = 200 + integrity_failure = 100 + req_access = list(ACCESS_BAR) + /// Cooldown between "Error" sound effects being played + COOLDOWN_DECLARE(jukebox_error_cd) + /// Cooldown between being allowed to play another song + COOLDOWN_DECLARE(jukebox_song_cd) + /// TimerID to when the current song ends + var/song_timerid + /// Does Jukebox require coin? + var/need_coin = FALSE + /// Inserted coin for payment + var/obj/item/coin/payment + /// The actual music player datum that handles the music + var/datum/jukebox/music_player + // Type of music_player + var/jukebox_type = /datum/jukebox + +/obj/machinery/jukebox/Initialize(mapload) + . = ..() + music_player = new jukebox_type(src) + +/obj/machinery/jukebox/Destroy() + stop_music() + QDEL_NULL(payment) + QDEL_NULL(music_player) + return ..() + +/obj/machinery/jukebox/wrench_act(mob/user, obj/item/tool) + if(music_player.active_song_sound || (resistance_flags & INDESTRUCTIBLE)) + return + . = TRUE + if(!tool.use_tool(src, user, 0, volume = tool.tool_volume)) + return + if(!anchored && !isinspace()) + anchored = TRUE + WRENCH_ANCHOR_MESSAGE + else if(anchored) + anchored = FALSE + WRENCH_UNANCHOR_MESSAGE + playsound(src, 'sound/items/deconstruct.ogg', 50, 1) + +/obj/machinery/jukebox/update_icon_state() + if(stat & (BROKEN)) + icon_state = "[base_icon_state]_broken" + else + icon_state = "[base_icon_state][music_player.active_song_sound ? "-active" : null]" + +/obj/machinery/jukebox/update_overlays() + . = ..() + underlays.Cut() + + if(stat & (NOPOWER|BROKEN)) + return + if(music_player.active_song_sound) + underlays += emissive_appearance(icon, "[icon_state]_lightmask") + +/obj/machinery/jukebox/attack_hand(mob/user) + if(!anchored) + to_chat(user, span_warning("Это устройство должно быть закреплено гаечным ключом!")) + return + if(!length(music_player.songs)) + to_chat(user, span_warning("Ошибка: Для вашей станции не было авторизовано ни одной музыкальной композиции. Обратитесь к Центральному командованию с просьбой решить эту проблему.")) + user.playsound_local(src, 'sound/misc/compiler-failure.ogg', 25, TRUE) + return + ui_interact(user) + +/obj/machinery/jukebox/attack_ghost(mob/user) + if(anchored) + return ui_interact(user) + +/obj/machinery/jukebox/attackby__legacy__attackchain(obj/item/item, mob/user, params) + if(istype(item, /obj/item/coin)) + if(payment) + to_chat(user, span_info("Монетка уже вставлена.")) + return + if(!user.drop_item()) + to_chat(user, span_warning("Монетка выскользнула с вашей руки!")) + return + item.forceMove(src) + payment = item + to_chat(user, span_notice("Вы вставили [item] в музыкальный автомат.")) + playsound(src, 'modular_ss220/aesthetics_sounds/sound/coin_accept.ogg', 50, TRUE) + ui_interact(user) + add_fingerprint(user) + if(item.GetID()) + if(allowed(user)) + need_coin = !need_coin + to_chat(user, span_notice("Вы [need_coin ? "вернули" : "сняли"] ограничения [need_coin ? "в" : "с"] [src].")) + else + to_chat(user, span_warning("Access denied.")) + return + + +/obj/machinery/jukebox/ui_state(mob/user) + return GLOB.default_state + +/obj/machinery/jukebox/ui_interact(mob/user, datum/tgui/ui) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "Jukebox", name) + ui.open() + +/obj/machinery/jukebox/ui_data(mob/user) + var/list/data = ..() + music_player.get_ui_data(data) + + data["need_coin"] = need_coin + data["payment"] = payment + data["advanced_admin"] = user.can_advanced_admin_interact() + + return data + +/obj/machinery/jukebox/ui_act(action, list/params) + . = ..() + if(.) + return + + switch(action) + if("toggle") + if(isnull(music_player.active_song_sound)) + if(!COOLDOWN_FINISHED(src, jukebox_song_cd)) + to_chat(usr, span_warning("Ошибка: Устройство перезагружается после предыдущего трека, \ + Оно будет готово через [DisplayTimeText(COOLDOWN_TIMELEFT(src, jukebox_song_cd))].")) + if(COOLDOWN_FINISHED(src, jukebox_error_cd)) + playsound(src, 'sound/misc/compiler-failure.ogg', 33, TRUE) + COOLDOWN_START(src, jukebox_error_cd, 15 SECONDS) + return TRUE + + activate_music() + else + stop_music() + + return TRUE + + if("select_track") + if(!isnull(music_player.active_song_sound)) + to_chat(usr, span_warning("Ошибка: Вы не можете сменить трек, пока не закончится текущий.")) + return TRUE + + var/datum/track/new_song = music_player.songs[params["track"]] + if(QDELETED(src) || !istype(new_song, /datum/track)) + return TRUE + + music_player.selection = new_song + return TRUE + + if("set_volume") + var/new_volume = params["volume"] + if(new_volume == "reset") + music_player.reset_volume() + else if(new_volume == "min") + music_player.set_new_volume(0) + else if(new_volume == "max") + music_player.set_volume_to_max() + else if(isnum(text2num(new_volume))) + music_player.set_new_volume(text2num(new_volume)) + return TRUE + + if("loop") + music_player.sound_loops = !!params["looping"] + return TRUE + +/obj/machinery/jukebox/proc/activate_music() + if(!isnull(music_player.active_song_sound)) + return FALSE + + music_player.start_music() + change_power_mode(ACTIVE_POWER_USE) + update_icon() + if(!music_player.sound_loops) + song_timerid = addtimer(CALLBACK(src, PROC_REF(stop_music)), music_player.selection.song_length, TIMER_UNIQUE|TIMER_STOPPABLE|TIMER_DELETE_ME) + return TRUE + +/obj/machinery/jukebox/proc/stop_music() + if(!isnull(song_timerid)) + deltimer(song_timerid) + + music_player.unlisten_all() + music_player.endTime = 0 + music_player.startTime = 0 + QDEL_NULL(payment) + + if(!QDELING(src)) + COOLDOWN_START(src, jukebox_song_cd, 5 SECONDS) + playsound(src,'sound/machines/terminal_off.ogg', 50, TRUE) + change_power_mode(IDLE_POWER_USE) + update_icon() + return TRUE + +/obj/machinery/jukebox/obj_break() + if(stat & BROKEN) + return + stat |= BROKEN + idle_power_consumption = 0 + stop_music() diff --git a/modular_ss220/jukebox/code/jukebox_dance.dm b/modular_ss220/jukebox/code/jukebox_dance.dm new file mode 100644 index 000000000000..30e5e313b52d --- /dev/null +++ b/modular_ss220/jukebox/code/jukebox_dance.dm @@ -0,0 +1,277 @@ +/obj/machinery/jukebox/disco/proc/dance_setup() + var/turf/cen = get_turf(src) + FOR_DVIEW(var/turf/t, 3, get_turf(src),INVISIBILITY_LIGHTING) + if(t.x == cen.x && t.y > cen.y) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "red" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1+get_dist(src, L) + spotlights+=L + continue + if(t.x == cen.x && t.y < cen.y) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "purple" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1+get_dist(src, L) + spotlights+=L + continue + if(t.x > cen.x && t.y == cen.y) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "#ffff00" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1+get_dist(src, L) + spotlights+=L + continue + if(t.x < cen.x && t.y == cen.y) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "green" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1+get_dist(src, L) + spotlights+=L + continue + if((t.x+1 == cen.x && t.y+1 == cen.y) || (t.x+2==cen.x && t.y+2 == cen.y)) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "sw" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1.4+get_dist(src, L) + spotlights+=L + continue + if((t.x-1 == cen.x && t.y-1 == cen.y) || (t.x-2==cen.x && t.y-2 == cen.y)) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "ne" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1.4+get_dist(src, L) + spotlights+=L + continue + if((t.x-1 == cen.x && t.y+1 == cen.y) || (t.x-2==cen.x && t.y+2 == cen.y)) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "se" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1.4+get_dist(src, L) + spotlights+=L + continue + if((t.x+1 == cen.x && t.y-1 == cen.y) || (t.x+2==cen.x && t.y-2 == cen.y)) + var/obj/item/flashlight/spotlight/L = new /obj/item/flashlight/spotlight(t) + L.light_color = "nw" + L.light_power = 30 - (get_dist(src, L) * 8) + L.range = 1.4+get_dist(src, L) + spotlights+=L + continue + continue + END_FOR_DVIEW + +/obj/machinery/jukebox/disco/proc/hierofunk() + for(var/i in 1 to 10) + new /obj/effect/temp_visual/hierophant/telegraph/edge(get_turf(src)) + sleep(0.5 SECONDS) + +#define DISCO_INFENO_RANGE (rand(85, 115)*0.01) + +/obj/machinery/jukebox/disco/proc/lights_spin() + for(var/i in 1 to 25) + if(QDELETED(src) || !music_player.active_song_sound) + return + var/obj/effect/overlay/sparkles/S = new /obj/effect/overlay/sparkles(src) + S.alpha = 0 + sparkles += S + switch(i) + if(1 to 8) + spawn(0) + S.orbit(src, 30, TRUE, 60, 36, TRUE, FALSE) + if(9 to 16) + spawn(0) + S.orbit(src, 62, TRUE, 60, 36, TRUE, FALSE) + if(17 to 24) + spawn(0) + S.orbit(src, 95, TRUE, 60, 36, TRUE, FALSE) + if(25) + S.pixel_y = 7 + S.forceMove(get_turf(src)) + sleep(0.7 SECONDS) + for(var/obj/reveal in sparkles) + reveal.alpha = 255 + while(music_player.active_song_sound) + for(var/obj/item/flashlight/spotlight/glow in spotlights) // The multiples reflects custom adjustments to each colors after dozens of tests + if(QDELETED(src) || !music_player.active_song_sound || QDELETED(glow)) + return + if(glow.light_color == "red") + glow.light_color = "nw" + glow.light_power = glow.light_power * 1.48 + glow.light_range = 0 + glow.update_light() + continue + if(glow.light_color == "nw") + glow.light_color = "green" + glow.light_range = glow.range * DISCO_INFENO_RANGE + glow.light_power = glow.light_power * 2 // Any changes to power must come in pairs to neutralize it for other colors + glow.update_light() + continue + if(glow.light_color == "green") + glow.light_color = "sw" + glow.light_power = glow.light_power * 0.5 + glow.light_range = 0 + glow.update_light() + continue + if(glow.light_color == "sw") + glow.light_color = "purple" + glow.light_power = glow.light_power * 2.27 + glow.light_range = glow.range * DISCO_INFENO_RANGE + glow.update_light() + continue + if(glow.light_color == "purple") + glow.light_color = "se" + glow.light_power = glow.light_power * 0.44 + glow.light_range = 0 + glow.update_light() + continue + if(glow.light_color == "se") + glow.light_color = "#ffff00" + glow.light_range = glow.range * DISCO_INFENO_RANGE + glow.update_light() + continue + if(glow.light_color == "#ffff00") + glow.light_color = "ne" + glow.light_range = 0 + glow.update_light() + continue + if(glow.light_color == "ne") + glow.light_color = "red" + glow.light_power = glow.light_power * 0.68 + glow.light_range = glow.range * DISCO_INFENO_RANGE + glow.update_light() + continue + if(prob(2)) // Unique effects for the dance floor that show up randomly to mix things up + INVOKE_ASYNC(src, PROC_REF(hierofunk)) + sleep(0.5 SECONDS) + +#undef DISCO_INFENO_RANGE + +/obj/machinery/jukebox/disco/proc/dance(mob/living/M) //Show your moves + set waitfor = FALSE + if(M.client) + if(!(M.client.prefs.toggles2 & PREFTOGGLE_2_DANCE_DISCO)) //they just dont wanna dance + return + switch(rand(0,9)) + if(0 to 1) + dance2(M) + if(2 to 3) + dance3(M) + if(4 to 6) + dance4(M) + if(7 to 9) + dance5(M) + +/obj/machinery/jukebox/disco/proc/dance2(mob/living/M) + for(var/i = 1, i < 10, i++) + for(var/d in list(NORTH, SOUTH, EAST, WEST, EAST, SOUTH, NORTH, SOUTH, EAST, WEST, EAST, SOUTH)) + M.setDir(d) + if(i == WEST && !M.incapacitated()) + M.SpinAnimation(7, 1) + sleep(0.1 SECONDS) + sleep(2 SECONDS) + +/obj/machinery/jukebox/disco/proc/dance3(mob/living/M) + var/matrix/initial_matrix = matrix(M.transform) + for(var/i in 1 to 75) + if(!M) + return + switch(i) + if(1 to 15) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(0, 1) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(16 to 30) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(1, -1) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(31 to 45) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(-1, -1) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(46 to 60) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(-1, 1) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(61 to 75) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(1, 0) + animate(M, transform = initial_matrix, time = 1, loop = 0) + M.setDir(turn(M.dir, 90)) + switch(M.dir) + if(NORTH) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(0,3) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(SOUTH) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(0,-3) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(EAST) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(3,0) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(WEST) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(-3,0) + animate(M, transform = initial_matrix, time = 1, loop = 0) + sleep(0.1 SECONDS) + M.lying_fix() + + +/obj/machinery/jukebox/disco/proc/dance4(mob/living/M) + var/speed = rand(1, 3) + set waitfor = 0 + var/time = 30 + while(time) + sleep(speed) + for(var/i in 1 to speed) + M.setDir(pick(GLOB.cardinal)) + if(IS_HORIZONTAL(M)) + M.stand_up() + else + M.lay_down() + time-- + +/obj/machinery/jukebox/disco/proc/dance5(mob/living/M) + animate(M, transform = matrix(180, MATRIX_ROTATE), time = 1, loop = 0) + var/matrix/initial_matrix = matrix(M.transform) + for(var/i in 1 to 60) + if(!M) + return + if(i<31) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(0,1) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(i>30) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(0,-1) + animate(M, transform = initial_matrix, time = 1, loop = 0) + M.setDir(turn(M.dir, 90)) + switch(M.dir) + if(NORTH) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(0,3) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(SOUTH) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(0,-3) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(EAST) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(3,0) + animate(M, transform = initial_matrix, time = 1, loop = 0) + if(WEST) + initial_matrix = matrix(M.transform) + initial_matrix.Translate(-3,0) + animate(M, transform = initial_matrix, time = 1, loop = 0) + sleep(0.1 SECONDS) + M.lying_fix() + +/obj/machinery/jukebox/disco/proc/dance_over() + for(var/mob/living/L in rangers) + if(!L || !L.client) + continue + L.stop_sound_channel(CHANNEL_JUKEBOX) + rangers = list() + QDEL_LIST_CONTENTS(spotlights) + QDEL_LIST_CONTENTS(sparkles) diff --git a/modular_ss220/jukebox/code/jukebox_datum.dm b/modular_ss220/jukebox/code/jukebox_datum.dm new file mode 100644 index 000000000000..95400ff86b1c --- /dev/null +++ b/modular_ss220/jukebox/code/jukebox_datum.dm @@ -0,0 +1,443 @@ +/// Checks if the mob has jukebox muted in their preferences +#define IS_PREF_MUTED(mob) (!isnull(mob.client) && !(mob.client.prefs.sound & SOUND_DISCO)) + +// Reasons for appling STATUS_MUTE to a mob's sound status +/// The mob is deaf +#define MUTE_DEAF (1<<0) +/// The mob has disabled jukeboxes in their preferences +#define MUTE_PREF (1<<1) +/// The mob is out of range of the jukebox +#define MUTE_RANGE (1<<2) + +#define COMSIG_ENTER_AREA "enter_area" + +/** + * ## Jukebox datum + * + * Plays music to nearby mobs when hosted in a movable or a turf. + */ +/datum/jukebox + /// Atom that hosts the jukebox. Can be a turf or a movable. + VAR_FINAL/atom/parent + /// List of /datum/tracks we can play. Set via get_songs(). + VAR_FINAL/list/songs = list() + /// Current song track selected + VAR_FINAL/datum/track/selection + /// Current song datum playing + VAR_FINAL/sound/active_song_sound + /// Whether the jukebox requires a connect_range component to check for new listeners + VAR_PROTECTED/requires_range_check = TRUE + + /// Assoc list of all mobs listening to the jukebox to their sound status. + VAR_PRIVATE/list/mob/listeners = list() + + /// Volume of the songs played. + /// Do not set directly, use set_new_volume() instead. + VAR_PROTECTED/volume = 50 + /// Max possible to set volume. + VAR_PROTECTED/max_volume = 100 + + /// Range at which the sound plays to players, can also be a view "XxY" string. + VAR_PROTECTED/sound_range + /// How far away horizontally from the jukebox can you be before you stop hearing it. + VAR_PRIVATE/x_cutoff + /// How far away vertically from the jukebox can you be before you stop hearing it. + VAR_PRIVATE/z_cutoff + + /// Whether the music loops when done. + var/sound_loops = FALSE + /// Path to music folder. + var/songs_path = "config/jukebox_music/sounds/" + /// Music start time. + var/startTime = 0 + /// Music end time. + var/endTime = 0 + +/datum/jukebox/New(atom/new_parent) + if(!ismovable(new_parent) && !isturf(new_parent)) + stack_trace("[type] created on non-turf or non-movable: [new_parent ? "[new_parent] ([new_parent.type])" : "null"])") + qdel(src) + return + + parent = new_parent + + if(isnull(sound_range)) + sound_range = world.view + var/list/worldviewsize = getviewsize(sound_range) + x_cutoff = CEILING((worldviewsize[1] * 1.25) / 2, 1) // * 1.25 gives us some extra range to fade out with + z_cutoff = CEILING((worldviewsize[2] * 1.25) / 2, 1) // and / 2 is because world view is the whole screen, and we want the centre + + if(requires_range_check) + var/static/list/connections = list(COMSIG_ATOM_ENTERED = PROC_REF(check_new_listener)) + AddComponent(/datum/component/connect_range, parent, connections, max(x_cutoff, z_cutoff)) + + songs = init_songs() + if(length(songs)) + selection = songs[pick(songs)] + + RegisterSignal(parent, COMSIG_ENTER_AREA, PROC_REF(on_enter_area)) + RegisterSignal(parent, COMSIG_MOVABLE_MOVED, PROC_REF(on_moved)) + RegisterSignal(parent, COMSIG_PARENT_QDELETING, PROC_REF(parent_delete)) + +/datum/jukebox/Destroy() + unlisten_all() + parent = null + selection = null + songs.Cut() + active_song_sound = null + return ..() + +/// When our parent is deleted, we should go too. +/datum/jukebox/proc/parent_delete(datum/source) + SIGNAL_HANDLER + qdel(src) + +/** + * Initializes the track list. + * + * By default, this loads all tracks from the config datum. + * + * Returns + * * An assoc list of track names to /datum/track. Track names must be unique. + */ +/datum/jukebox/proc/init_songs() + return load_songs_from_config() + +/datum/jukebox/proc/fill_songs_static_list() + var/songs_list = list() + var/list/tracks = flist(songs_path) + for(var/track_file in tracks) + var/datum/track/new_track = new() + new_track.song_path = file("[songs_path + track_file]") + var/list/track_data = splittext(track_file, "+") + if(length(track_data) != 3) + continue + new_track.song_name = track_data[1] + new_track.song_length = text2num(track_data[2]) + new_track.song_beat = text2num(track_data[3]) + songs_list[new_track.song_name] = new_track + + if(!length(songs_list)) + var/datum/track/default/default_track = new() + songs_list[default_track.song_name] = default_track + + return songs_list + + +/// Loads the config sounds once, and returns a copy of them. +/datum/jukebox/proc/load_songs_from_config() + var/static/list/config_songs + if(isnull(config_songs)) + config_songs = fill_songs_static_list() + // returns a copy so it can mutate if desired. + return config_songs.Copy() + +/** + * Returns a set of general data relating to the jukebox for use in TGUI. + * + * Returns + * * A list of UI data + */ +/datum/jukebox/proc/get_ui_data(list/data) + var/list/songs_data = list() + for(var/song_name in songs) + var/datum/track/one_song = songs[song_name] + UNTYPED_LIST_ADD(songs_data, list( \ + "name" = song_name, \ + "length" = round(one_song.song_length / 10, 1), \ + "beat" = one_song.song_beat, \ + )) + + data["active"] = !!active_song_sound + data["songs"] = songs_data + data["track_selected"] = selection?.song_name + data["looping"] = sound_loops + data["volume"] = volume + data["max_volume"] = max_volume + data["startTime"] = startTime + data["endTime"] = endTime + data["worldTime"] = world.time + return data + +/** + * Sets the sound's range to a new value. This can be a number or a view size string "XxY". + * Then updates any mobs listening to it. + */ +/datum/jukebox/proc/set_sound_range(new_range) + if(sound_range == new_range) + return + sound_range = new_range + var/list/worldviewsize = getviewsize(sound_range) + x_cutoff = CEILING(worldviewsize[1] / 2, 1) + z_cutoff = CEILING(worldviewsize[2] / 2, 1) + update_all() + +/** + * Sets the sound's volume to a new value. + * Then updates any mobs listening to it. + */ +/datum/jukebox/proc/set_new_volume(new_vol) + new_vol = clamp(new_vol, 0, max_volume) + if(volume == new_vol) + return + volume = new_vol + if(!active_song_sound) + return + active_song_sound.volume = volume + update_all() + +/// Sets volume to the maximum possible value. +/datum/jukebox/proc/set_volume_to_max() + set_new_volume(max_volume) + +/// Reset volume to the initial value. +/datum/jukebox/proc/reset_volume() + set_new_volume(initial(volume)) + +/** + * Sets the sound's environment to a new value. + * Then updates any mobs listening to it. + */ +/datum/jukebox/proc/set_new_environment(new_env) + if(!active_song_sound || active_song_sound.environment == new_env) + return + active_song_sound.environment = new_env + update_all() + +/// Helper to stop the music for all mobs listening to the music. +/datum/jukebox/proc/unlisten_all() + for(var/mob/listening as anything in listeners) + deregister_listener(listening) + active_song_sound = null + +/// Helper to update all mobs currently listening to the music. +/datum/jukebox/proc/update_all() + for(var/mob/listening as anything in listeners) + update_listener(listening) + +/// Helper to kickstart the music for all mobs in hearing range of the jukebox. +/datum/jukebox/proc/start_music() + for(var/mob/nearby in hearers(sound_range, parent)) + register_listener(nearby) + startTime = world.time + for(var/song_name in songs) + var/datum/track/one_song = songs[song_name] + endTime = startTime + one_song.song_length + +/// Helper to get all mobs currently, ACTIVELY listening to the jukebox. +/datum/jukebox/proc/get_active_listeners() + var/list/all_listeners = list() + for(var/mob/listener as anything in listeners) + if(listeners[listener] & SOUND_MUTE) + continue + all_listeners += listener + return all_listeners + +/// Registers the passed mob as a new listener to the jukebox. +/datum/jukebox/proc/register_listener(mob/new_listener) + PROTECTED_PROC(TRUE) + + listeners[new_listener] = NONE + RegisterSignal(new_listener, COMSIG_PARENT_QDELETING, PROC_REF(listener_deleted)) + + if(isnull(new_listener.client)) + RegisterSignal(new_listener, COMSIG_MOB_LOGIN, PROC_REF(listener_login)) + return + + RegisterSignal(new_listener, COMSIG_MOVABLE_MOVED, PROC_REF(listener_moved)) + RegisterSignals(new_listener, list(SIGNAL_ADDTRAIT(TRAIT_DEAF), SIGNAL_REMOVETRAIT(TRAIT_DEAF)), PROC_REF(listener_deaf)) + + if(HAS_TRAIT(new_listener, TRAIT_DEAF) || IS_PREF_MUTED(new_listener)) + listeners[new_listener] |= SOUND_MUTE + + if(isnull(active_song_sound)) + var/area/juke_area = get_area(parent) + active_song_sound = sound(selection.song_path) + active_song_sound.channel = CHANNEL_JUKEBOX + active_song_sound.priority = 255 + active_song_sound.falloff = 2 + active_song_sound.volume = volume + active_song_sound.y = 1 + active_song_sound.environment = juke_area.sound_environment || SOUND_ENVIRONMENT_NONE + active_song_sound.repeat = sound_loops + + update_listener(new_listener) + // if you have a sound with status SOUND_UPDATE, + // and try to play it to a client who is not listening to the sound already, + // it will not work. + // so we only add this status AFTER the first update, which plays the first sound. + // and after that it's fine to keep it on the sound so it updates as the x/z does. + listeners[new_listener] |= SOUND_UPDATE + +/// Deregisters mobs on deletion. +/datum/jukebox/proc/listener_deleted(mob/source) + SIGNAL_HANDLER + deregister_listener(source) + +/// Updates the sound's position on mob movement. +/datum/jukebox/proc/listener_moved(mob/source) + SIGNAL_HANDLER + update_listener(source) + +/// Allows mobs who are clientless when the music starts to hear it when they log in. +/datum/jukebox/proc/listener_login(mob/source) + SIGNAL_HANDLER + deregister_listener(source) + register_listener(source) + +/// Updates the sound's mute status when the mob's deafness updates. +/datum/jukebox/proc/listener_deaf(mob/source) + SIGNAL_HANDLER + + if(HAS_TRAIT(source, TRAIT_DEAF)) + listeners[source] |= SOUND_MUTE + else if(!unmute_listener(source, MUTE_DEAF)) + return + update_listener(source) + +/** + * Unmutes the passed mob's sound from the passed reason. + * + * Arguments + * * mob/listener - The mob to unmute. + * * reason - The reason to unmute them for. Can be a combination of MUTE_DEAF, MUTE_PREF, MUTE_RANGE. + */ +/datum/jukebox/proc/unmute_listener(mob/listener, reason) + // We need to check everything BUT the reason we're unmuting for + // Because if we're muted for a different reason we don't wanna touch it + reason = ~reason + + if((reason & MUTE_DEAF) && HAS_TRAIT(listener, TRAIT_DEAF)) + return FALSE + + if((reason & MUTE_PREF) && IS_PREF_MUTED(listener)) + return FALSE + + if(reason & MUTE_RANGE) + var/turf/sound_turf = get_turf(parent) + var/turf/listener_turf = get_turf(listener) + if(isnull(sound_turf) || isnull(listener_turf)) + return FALSE + if(sound_turf.z != listener_turf.z) + return FALSE + if(abs(sound_turf.x - listener_turf.x) > x_cutoff) + return FALSE + if(abs(sound_turf.y - listener_turf.y) > z_cutoff) + return FALSE + + listeners[listener] &= ~SOUND_MUTE + return TRUE + +/// Deregisters the passed mob as a listener to the jukebox, stopping the music. +/datum/jukebox/proc/deregister_listener(mob/no_longer_listening) + PROTECTED_PROC(TRUE) + + listeners -= no_longer_listening + no_longer_listening.stop_sound_channel(CHANNEL_JUKEBOX) + UnregisterSignal(no_longer_listening, list( + COMSIG_MOB_LOGIN, + COMSIG_PARENT_QDELETING, + COMSIG_MOVABLE_MOVED, + SIGNAL_ADDTRAIT(TRAIT_DEAF), + SIGNAL_REMOVETRAIT(TRAIT_DEAF), + )) + +/// Updates the passed mob's sound in according to their position and status. +/datum/jukebox/proc/update_listener(mob/listener) + PROTECTED_PROC(TRUE) + + active_song_sound.status = listeners[listener] || NONE + + var/turf/sound_turf = get_turf(parent) + var/turf/listener_turf = get_turf(listener) + if(isnull(sound_turf) || isnull(listener_turf)) // ?? + active_song_sound.x = 0 + active_song_sound.z = 0 + + else if(sound_turf.z != listener_turf.z) // Could MAYBE model multi-z jukeboxes but that's too complex for now + listeners[listener] |= SOUND_MUTE + + else + // keep in mind sound XYZ is different to world XYZ. sound +-z = world +-y + var/new_x = sound_turf.x - listener_turf.x + var/new_z = sound_turf.y - listener_turf.y + + if((abs(new_x) > x_cutoff || abs(new_z) > z_cutoff)) + listeners[listener] |= SOUND_MUTE + + else if(listeners[listener] & SOUND_MUTE) + unmute_listener(listener, MUTE_RANGE) + + active_song_sound.x = new_x + active_song_sound.z = new_z + + SEND_SOUND(listener, active_song_sound) + +/// When the jukebox moves, we need to update all listeners. +/datum/jukebox/proc/on_moved(datum/source, ...) + SIGNAL_HANDLER + update_all() + +/// When the jukebox enters a new area entirely, we need to update the environment to the new area's. +/datum/jukebox/proc/on_enter_area(datum/source, area/area_to_register) + SIGNAL_HANDLER + set_new_environment(area_to_register.sound_environment || SOUND_ENVIRONMENT_NONE) + +/// Check for new mobs entering the jukebox's range. +/datum/jukebox/proc/check_new_listener(datum/source, atom/movable/entered) + SIGNAL_HANDLER + + if(isnull(active_song_sound)) + return + if(!ismob(entered)) + return + if(entered in listeners) + return + register_listener(entered) + +/** + * Subtype which only plays the music to the mob you pass in via start_music(). + * + * Multiple mobs can still listen at once, but you must register them all manually via start_music(). + */ +/datum/jukebox/single_mob + requires_range_check = FALSE + +/datum/jukebox/single_mob/start_music(mob/solo_listener) + register_listener(solo_listener) + +/datum/jukebox/concertspeaker + songs_path = "sound/music/soundhand/" + +/datum/jukebox/concertspeaker/load_songs_from_config() + var/static/list/config_songs + if(isnull(config_songs)) + config_songs = fill_songs_static_list() + // returns a copy so it can mutate if desired. + return config_songs.Copy() + +/datum/jukebox/concertspeaker/fill_songs_static_list() + var/songs_list = list() + for(var/datum/track/new_track as anything in subtypesof(/datum/track/soundhand)) + songs_list[new_track.song_name] = new new_track (new_track.song_name,new_track.song_path,new_track.song_length,new_track.song_beat) + + if(!length(songs_list)) + var/datum/track/default/default_track = new() + songs_list[default_track.song_name] = default_track + + return songs_list + +#undef IS_PREF_MUTED + +#undef MUTE_DEAF +#undef MUTE_PREF +#undef MUTE_RANGE + +#undef COMSIG_ENTER_AREA + +// Default track supplied for testing and also because it's a banger +/datum/track/default + song_path = 'sound/music/title3.ogg' + song_name = "Tintin on the Moon" + song_length = 3 MINUTES + 52 SECONDS + song_beat = 1 SECONDS diff --git a/modular_ss220/jukebox/code/jukebox_subtypes.dm b/modular_ss220/jukebox/code/jukebox_subtypes.dm new file mode 100644 index 000000000000..ad85a71a6020 --- /dev/null +++ b/modular_ss220/jukebox/code/jukebox_subtypes.dm @@ -0,0 +1,86 @@ +/obj/machinery/jukebox/bar + need_coin = TRUE + +/obj/machinery/jukebox/disco + name = "\proper танцевальный диско-шар - тип IV" + desc = "Первые три прототипа были сняты с производства после инцидентов с массовыми жертвами." + icon_state = "disco" + base_icon_state = "disco" + max_integrity = 300 + integrity_failure = 150 + var/list/rangers = list() + + /// Spotlight effects being played + VAR_PRIVATE/list/obj/item/flashlight/spotlight/spotlights = list() + /// Sparkle effects being played + VAR_PRIVATE/list/obj/effect/overlay/sparkles/sparkles = list() + +/obj/machinery/jukebox/disco/indestructible + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF + +/obj/machinery/jukebox/disco/activate_music() + . = ..() + if(!.) + return + dance_setup() + lights_spin() + START_PROCESSING(SSobj, src) + +/obj/machinery/jukebox/disco/stop_music() + . = ..() + if(!.) + return + QDEL_LIST_CONTENTS(spotlights) + QDEL_LIST_CONTENTS(sparkles) + STOP_PROCESSING(SSobj, src) + +/obj/machinery/jukebox/disco/process() + for(var/mob/living/dancer in music_player.get_active_listeners()) + if(!(dancer.mobility_flags & MOBILITY_MOVE)) + continue + dance(dancer) + +/obj/machinery/jukebox/concertspeaker + name = "\proper концертная установка" + desc = "Концертная колонка, которая используется для воспроизведения концертной записи." + icon = 'modular_ss220/jukebox/icons/jukebox.dmi' + icon_state = "concertspeaker_unanchored" + base_icon_state = "concertspeaker" + jukebox_type = /datum/jukebox/concertspeaker + anchored = FALSE + var/receiving = FALSE + var/code = 0 + var/frequency = 1400 + +/obj/machinery/jukebox/concertspeaker/examine() + . = ..() + . += "Используйте гаечный ключ, чтобы разобрать для транспортировки и собрать для игры." + +/obj/machinery/jukebox/concertspeaker/wrench_act() + . = ..() + icon_state = "[base_icon_state][anchored ? null : "_unanchored"]" + +/obj/machinery/jukebox/concertspeaker/update_icon_state() + if(stat & (BROKEN)) + icon_state = "[base_icon_state]_broken" + else + icon_state = "[base_icon_state][music_player.active_song_sound ? "_active" : null]" + +/obj/machinery/jukebox/concertspeaker/Initialize(mapload) + . = ..() + GLOB.remote_signalers |= src + +/obj/machinery/jukebox/concertspeaker/activate_music() + . = ..() + signal() + +/obj/machinery/jukebox/concertspeaker/stop_music() + . = ..() + signal() + +/obj/machinery/jukebox/concertspeaker/proc/signal() + for(var/obj/item/assembly/signaler/S as anything in GLOB.remote_signalers) + if(S == src) + continue + if(S.receiving && (S.code == code) && (S.frequency == frequency)) + S.signal_callback() diff --git a/modular_ss220/jukebox/code/soundhand_tracks.dm b/modular_ss220/jukebox/code/soundhand_tracks.dm new file mode 100644 index 000000000000..e1918a9c4474 --- /dev/null +++ b/modular_ss220/jukebox/code/soundhand_tracks.dm @@ -0,0 +1,119 @@ +/datum/track/soundhand/a1 + song_path = 'sound/music/soundhand/A1.ogg' + song_name = "А1 Галактика (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a2 + song_path = 'sound/music/soundhand/A2.ogg' + song_name = "А2 Умирай от любви (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a3 + song_path = 'sound/music/soundhand/A3.ogg' + song_name = "А3 Тонкая нить" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a4 + song_path = 'sound/music/soundhand/A4.ogg' + song_name = "А4 Кошмар (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a5 + song_path = 'sound/music/soundhand/A5.ogg' + song_name = "А5 К мечте (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a6 + song_path = 'sound/music/soundhand/A6.ogg' + song_name = "А6 Черный пес" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a7 + song_path = 'sound/music/soundhand/A7.ogg' + song_name = "А7 Эйфория" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a8 + song_path = 'sound/music/soundhand/A8.ogg' + song_name = "А8 Война (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a9 + song_path = 'sound/music/soundhand/A9.ogg' + song_name = "А9 Занавес (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/a10 + song_path = 'sound/music/soundhand/A10.ogg' + song_name = "А10 Беспорядок" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b1 + song_path = 'sound/music/soundhand/B1.ogg' + song_name = "Б1 Вступление (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b2 + song_path = 'sound/music/soundhand/B2.ogg' + song_name = "Б2 Деструктивный творец (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b3 + song_path = 'sound/music/soundhand/B3.ogg' + song_name = "Б3 Конец" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b4 + song_path = 'sound/music/soundhand/B4.ogg' + song_name = "Б4 Не Верю (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b5 + song_path = 'sound/music/soundhand/B5.ogg' + song_name = "Б5 Передача (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b6 + song_path = 'sound/music/soundhand/B6.ogg' + song_name = "Б6 Я буду таким как есть (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b7 + song_path = 'sound/music/soundhand/B7.ogg' + song_name = "Б7 Угнетенный" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b8 + song_path = 'sound/music/soundhand/B8.ogg' + song_name = "Б8 Пламя" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b9 + song_path = 'sound/music/soundhand/B9.ogg' + song_name = "Б9 Завершение (Анумати)" + song_length = 5 MINUTES + song_beat = 1 SECONDS + +/datum/track/soundhand/b10 + song_path = 'sound/music/soundhand/B10.ogg' + song_name = "Б10 Кадуцей" + song_length = 5 MINUTES + song_beat = 1 SECONDS diff --git a/modular_ss220/jukebox/icons/jukebox.dmi b/modular_ss220/jukebox/icons/jukebox.dmi new file mode 100644 index 000000000000..2155c306048b Binary files /dev/null and b/modular_ss220/jukebox/icons/jukebox.dmi differ diff --git a/modular_ss220/keybindings/_keybindings.dm b/modular_ss220/keybindings/_keybindings.dm new file mode 100644 index 000000000000..975ecf7c484b --- /dev/null +++ b/modular_ss220/keybindings/_keybindings.dm @@ -0,0 +1,4 @@ +/datum/modpack/keybindings + name = "Keybindings" + desc = "Заменяет значения по-умолчанию хоткеев на SS220" + author = "larentoun, BR54FF" diff --git a/modular_ss220/keybindings/_keybindings.dme b/modular_ss220/keybindings/_keybindings.dme new file mode 100644 index 000000000000..537d7ee0b346 --- /dev/null +++ b/modular_ss220/keybindings/_keybindings.dme @@ -0,0 +1,13 @@ +#include "_keybindings.dm" + +#include "code/admin_keybinds.dm" +#include "code/carbon_keybinds.dm" +#include "code/client.dm" +#include "code/communication_keybinds.dm" +#include "code/emote_keybinds.dm" +#include "code/human_keybinds.dm" +#include "code/living_keybinds.dm" +#include "code/mob_keybinds.dm" +#include "code/movement_keybinds.dm" +#include "code/robot_keybinds.dm" +#include "code/silicon_keybinds.dm" diff --git a/modular_ss220/keybindings/code/admin_keybinds.dm b/modular_ss220/keybindings/code/admin_keybinds.dm new file mode 100644 index 000000000000..7fa990c3477f --- /dev/null +++ b/modular_ss220/keybindings/code/admin_keybinds.dm @@ -0,0 +1,18 @@ +/datum/keybinding/admin/mc_debug + keys = null + +/datum/keybinding/admin/aghost + name = "Aghost" + keys = list("F6") + +/datum/keybinding/admin/player_panel + name = "Player Panel" + keys = list("F7") + +/datum/keybinding/admin/apm + name = "Admin PM" + keys = list("F8") + +/datum/keybinding/admin/invisimin + name = "Invisimin" + keys = list("F9") diff --git a/modular_ss220/keybindings/code/carbon_keybinds.dm b/modular_ss220/keybindings/code/carbon_keybinds.dm new file mode 100644 index 000000000000..ebc8f3735b11 --- /dev/null +++ b/modular_ss220/keybindings/code/carbon_keybinds.dm @@ -0,0 +1,35 @@ +/datum/keybinding/carbon/throw_mode + name = "Режим броска (переключить)" + keys = list("R", "Southwest") + +/datum/keybinding/carbon/throw_mode/hold + name = "Режим броска (зажать)" + keys = null + +/datum/keybinding/carbon/give_item + name = "Передать вещь (переключить)" + keys = list("V") + +/datum/keybinding/carbon/intent/help + name = "Help Intent (переключить)" + +/datum/keybinding/carbon/intent/disarm + name = "Disarm Intent (переключить)" + +/datum/keybinding/carbon/intent/grab + name = "Grab Intent (переключить)" + +/datum/keybinding/carbon/intent/harm + name = "Harm Intent (переключить)" + +/datum/keybinding/carbon/intent/hold/help + name = "Help Intent (переключить)" + +/datum/keybinding/carbon/intent/hold/disarm + name = "Disarm Intent (зажать)" + +/datum/keybinding/carbon/intent/hold/grab + name = "Grab Intent (зажать)" + +/datum/keybinding/carbon/intent/hold/harm + name = "Harm Intent (зажать)" diff --git a/modular_ss220/keybindings/code/client.dm b/modular_ss220/keybindings/code/client.dm new file mode 100644 index 000000000000..65d38ac2a60d --- /dev/null +++ b/modular_ss220/keybindings/code/client.dm @@ -0,0 +1,7 @@ +/datum/keybinding/client/admin_help + name = "Admin Help" + keys = list("F1") + +/datum/keybinding/client/toggle_min_hud + name = "Переключить минимальный HUD" + keys = list("F12") diff --git a/modular_ss220/keybindings/code/communication_keybinds.dm b/modular_ss220/keybindings/code/communication_keybinds.dm new file mode 100644 index 000000000000..b00ceb766d9d --- /dev/null +++ b/modular_ss220/keybindings/code/communication_keybinds.dm @@ -0,0 +1,26 @@ +/datum/keybinding/client/communication/ooc + keys = list("O", "F2") + +/datum/keybinding/client/communication/looc + keys = list("L") + +/datum/keybinding/client/communication/say + keys = list("T", "F3") + +/datum/keybinding/client/communication/me + keys = list("M", "F4") + +/datum/keybinding/client/communication/whisper + keys = list("ShiftT") + +/datum/keybinding/client/communication/radio + keys = list("Y") + +/datum/keybinding/client/communication/msay + keys = list("ShiftF5") + +/datum/keybinding/client/communication/asay + keys = list("F5") + +/datum/keybinding/client/communication/dsay + keys = list("F10") diff --git a/modular_ss220/keybindings/code/emote_keybinds.dm b/modular_ss220/keybindings/code/emote_keybinds.dm new file mode 100644 index 000000000000..5ce1af0f6202 --- /dev/null +++ b/modular_ss220/keybindings/code/emote_keybinds.dm @@ -0,0 +1,171 @@ +/datum/keybinding/emote/New() + name = initial(linked_emote.name) + +/datum/keybinding/emote/carbon/human/hem + linked_emote = /datum/emote/living/carbon/human/hem + name = EMOTE_HUMAN_HEM + +/datum/keybinding/emote/carbon/human/scratch + linked_emote = /datum/emote/living/carbon/human/scratch + name = EMOTE_HUMAN_SCRATCH + +/datum/keybinding/emote/carbon/human/whistle + linked_emote = /datum/emote/living/carbon/human/whistle + name = EMOTE_HUMAN_WHISTLE + +/datum/keybinding/emote/carbon/human/snuffle + linked_emote = /datum/emote/living/carbon/human/snuffle + name = EMOTE_HUMAN_SNUFFLE + +/datum/keybinding/emote/carbon/human/roar + linked_emote = /datum/emote/living/carbon/human/roar + name = EMOTE_HUMAN_ROAR + +/datum/keybinding/emote/carbon/human/rumble + linked_emote = /datum/emote/living/carbon/human/rumble + name = EMOTE_HUMAN_RUMBLE + +/datum/keybinding/emote/carbon/human/threat + linked_emote = /datum/emote/living/carbon/human/threat + name = EMOTE_HUMAN_THREAT + +/datum/keybinding/emote/carbon/human/purr + linked_emote = /datum/emote/living/carbon/human/purr + name = EMOTE_HUMAN_PURR + +/datum/keybinding/emote/carbon/human/purrl + linked_emote = /datum/emote/living/carbon/human/purrl + name = EMOTE_HUMAN_PURRL + +/datum/keybinding/emote/carbon/human/waves + linked_emote = /datum/emote/living/carbon/human/waves_k + name = EMOTE_HUMAN_WAVES_K + +/datum/keybinding/emote/carbon/human/wiggles + linked_emote = /datum/emote/living/carbon/human/wiggles + name = EMOTE_HUMAN_WIGGLES + +/datum/keybinding/emote/carbon/human/whips + linked_emote = /datum/emote/living/carbon/human/whip/whips + name = EMOTE_HUMAN_WHIPS + +/datum/keybinding/emote/carbon/human/whip + linked_emote = /datum/emote/living/carbon/human/whip + name = EMOTE_HUMAN_WHIP + +/datum/keybinding/emote/carbon/human/croak + linked_emote = /datum/emote/living/carbon/human/croak + name = EMOTE_HUMAN_CROAK + +/datum/keybinding/emote/carbon/human/croak/anger + linked_emote = /datum/emote/living/carbon/human/croak/anger + name = EMOTE_HUMAN_CROAK_ANGER + +/datum/keybinding/emote/exercise + linked_emote = /datum/emote/exercise + name = EMOTE_EXERCISE + +/datum/keybinding/emote/exercise/squat + linked_emote = /datum/emote/exercise/squat + name = EMOTE_SQUAT + +/datum/keybinding/emote/exercise/pushup + linked_emote = /datum/emote/exercise/pushup + name = EMOTE_PUSHUP + +/datum/keybinding/emote/carbon/human/bark + linked_emote = /datum/emote/living/carbon/human/bark + name = EMOTE_HUMAN_BARK + +/datum/keybinding/emote/carbon/human/wbark + linked_emote = /datum/emote/living/carbon/human/wbark + name = EMOTE_HUMAN_WBARK + +/datum/keybinding/emote/carbon/human/ururu + linked_emote = /datum/emote/living/carbon/human/ururu + name = EMOTE_HUMAN_RUMBLE + +/datum/keybinding/emote/carbon/human/meow + linked_emote = /datum/emote/living/carbon/human/meow + name = EMOTE_HUMAN_MEOW + +/datum/keybinding/emote/carbon/human/meow/New() + . = ..() + name += " (таяр)" + +/datum/keybinding/emote/carbon/human/mrow + linked_emote = /datum/emote/living/carbon/human/mrow + name = EMOTE_HUMAN_MROW + +/datum/keybinding/emote/carbon/human/mrow/New() + . = ..() + name += " (таяр)" + +/datum/keybinding/emote/carbon/human/drask_talk/New() + ..() + name += " (драск)" + +/datum/keybinding/emote/carbon/human/hiss/New() + ..() + name += " (унатх)" + +/datum/keybinding/emote/carbon/human/hiss/tajaran/New() + ..() + name = replacetext(name, regex(@"\(.*\)"), "(таяр)") + +/datum/keybinding/emote/carbon/human/monkey/New() + ..() + name += " (мартышка)" + +/datum/keybinding/emote/simple_animal/diona_chirp/New() + ..() + name += " (нимфа)" + +/datum/keybinding/emote/simple_animal/gorilla_ooga/New() + ..() + name += " (горилла)" + +/datum/keybinding/emote/simple_animal/pet/dog/New() + ..() + name += " (пёс)" + +/datum/keybinding/emote/simple_animal/mouse/New() + ..() + name += " (мышь)" + +/datum/keybinding/emote/simple_animal/pet/cat/New() + ..() + name += " (кот)" + +/datum/keybinding/custom + default_emote_text = "Введите текст вашей эмоции" + +/datum/keybinding/custom/one + name = "Своя эмоция 1" + +/datum/keybinding/custom/two + name = "Своя эмоция 2" + +/datum/keybinding/custom/three + name = "Своя эмоция 3" + +/datum/keybinding/custom/four + name = "Своя эмоция 4" + +/datum/keybinding/custom/five + name = "Своя эмоция 5" + +/datum/keybinding/custom/six + name = "Своя эмоция 6" + +/datum/keybinding/custom/seven + name = "Своя эмоция 7" + +/datum/keybinding/custom/eight + name = "Своя эмоция 8" + +/datum/keybinding/custom/nine + name = "Своя эмоция 9" + +/datum/keybinding/custom/ten + name = "Своя эмоция 10" diff --git a/modular_ss220/keybindings/code/human_keybinds.dm b/modular_ss220/keybindings/code/human_keybinds.dm new file mode 100644 index 000000000000..4c3cb922375c --- /dev/null +++ b/modular_ss220/keybindings/code/human_keybinds.dm @@ -0,0 +1,19 @@ +/datum/keybinding/human/bag_equip + name = "Быстрая экипировка сумки" + keys = list("ShiftV") + +/datum/keybinding/human/belt_equip + name = "Быстрая экипировка пояса" + keys = list("ShiftE") + +/datum/keybinding/human/suit_equip + name = "Быстрая экипировка хранилища костюма" + keys = list("ShiftQ") + +/datum/keybinding/human/toggle_holster + name = "Использовать кобуру" + keys = list("H") + +/datum/keybinding/human/parry + name = "Парировать" + keys = list("Space") diff --git a/modular_ss220/keybindings/code/living_keybinds.dm b/modular_ss220/keybindings/code/living_keybinds.dm new file mode 100644 index 000000000000..d9ea226bf74b --- /dev/null +++ b/modular_ss220/keybindings/code/living_keybinds.dm @@ -0,0 +1,7 @@ +/datum/keybinding/living/rest + name = "Лечь/встать" + keys = list("ShiftB") + +/datum/keybinding/living/resist + name = "Сопротивляться" + keys = list("B") diff --git a/modular_ss220/keybindings/code/mob_keybinds.dm b/modular_ss220/keybindings/code/mob_keybinds.dm new file mode 100644 index 000000000000..d0fbfb4a955b --- /dev/null +++ b/modular_ss220/keybindings/code/mob_keybinds.dm @@ -0,0 +1,111 @@ +/datum/keybinding/mob/use_held_object + name = "Использовать вещь в руке" + keys = list("Z", "Southeast") + +/datum/keybinding/mob/equip_held_object + name = "Экипировать вещь" + keys = list("E") + +/datum/keybinding/mob/drop_held_object + name = "Выложить вещь в руке" + keys = list("Q", "Northwest") + +/datum/keybinding/mob/swap_hands + name = "Поменять руки" + keys = list("X", "Northeast") + +/datum/keybinding/mob/prev_intent + name = "Предыдущий Intent" + keys = list("F") + +/datum/keybinding/mob/next_intent + name = "Следующий Intent" + keys = list("G", "Insert") + +/datum/keybinding/mob/walk_hold + name = "Идти (зажать)" + keys = list("Alt") + +/datum/keybinding/mob/walk_toggle + name = "Идти (переключить)" + +/datum/keybinding/mob/stop_pulling + name = "Перестать тащить" + keys = list("C") + +/datum/keybinding/mob/face_dir/north + name = "Смотреть наверх" + keys = list("CtrlW", "CtrlNorth") + +/datum/keybinding/mob/face_dir/south + name = "Смотреть вниз" + keys = list("CtrlS", "CtrlSouth") + +/datum/keybinding/mob/face_dir/east + name = "Смотреть вправо" + keys = list("CtrlD", "CtrlEast") + +/datum/keybinding/mob/face_dir/west + name = "Смотреть влево" + keys = list("CtrlA", "CtrlWest") + +/datum/keybinding/mob/target_cycle/head + name = "Выбрать голову/глаза/рот" + keys = list("Numpad8") + +/datum/keybinding/mob/target_cycle/r_arm + name = "Выбрать правую руку/кисть" + keys = list("Numpad4") + +/datum/keybinding/mob/target_cycle/l_arm + name = "Выбрать левую руку/кисть" + keys = list("Numpad6") + +/datum/keybinding/mob/target_cycle/r_leg + name = "Выбрать правую ногу/ступню" + keys = list("Numpad1") + +/datum/keybinding/mob/target_cycle/l_leg + name = "Выбрать левую ногу/ступню" + keys = list("Numpad3") + +/datum/keybinding/mob/target/head + name = "Выбрать голову" + +/datum/keybinding/mob/target/eyes + name = "Выбрать глаза" + +/datum/keybinding/mob/target/mouth + name = "Выбрать рот" + +/datum/keybinding/mob/target/chest + name = "Выбрать грудь" + keys = list("Numpad5") + +/datum/keybinding/mob/target/groin + name = "Выбрать пах" + keys = list("Numpad2") + +/datum/keybinding/mob/target/r_arm + name = "Выбрать правую руку" + +/datum/keybinding/mob/target/r_hand + name = "Выбрать правую кисть" + +/datum/keybinding/mob/target/l_arm + name = "Выбрать левую руку" + +/datum/keybinding/mob/target/l_hand + name = "Выбрать левую кисть" + +/datum/keybinding/mob/target/r_leg + name = "Выбрать правую ногу" + +/datum/keybinding/mob/target/r_foot + name = "Выбрать правую ступню" + +/datum/keybinding/mob/target/l_leg + name = "Выбрать левую ногу" + +/datum/keybinding/mob/target/l_foot + name = "Выбрать левую ступню" diff --git a/modular_ss220/keybindings/code/movement_keybinds.dm b/modular_ss220/keybindings/code/movement_keybinds.dm new file mode 100644 index 000000000000..3cbd50add0d6 --- /dev/null +++ b/modular_ss220/keybindings/code/movement_keybinds.dm @@ -0,0 +1,14 @@ +/datum/keybinding/movement/north + name = "Идти наверх" + +/datum/keybinding/movement/south + name = "Идти вниз" + +/datum/keybinding/movement/east + name = "Идти вправо" + +/datum/keybinding/movement/west + name = "Идти влево" + +/datum/keybinding/lock + name = "Остановиться (зажать)" diff --git a/modular_ss220/keybindings/code/robot_keybinds.dm b/modular_ss220/keybindings/code/robot_keybinds.dm new file mode 100644 index 000000000000..fef019449105 --- /dev/null +++ b/modular_ss220/keybindings/code/robot_keybinds.dm @@ -0,0 +1,19 @@ +/datum/keybinding/robot/module/slot_1 + name = "Ячейка 1" + keys = list("1") + +/datum/keybinding/robot/module/slot_2 + name = "Ячейка 2" + keys = list("2") + +/datum/keybinding/robot/module/slot_3 + name = "Ячейка 3" + keys = list("3") + +/datum/keybinding/robot/cycle_modules + name = "Смена ячеек" + keys = list("X") + +/datum/keybinding/robot/drop_held_object + name = "Выложить в хранилище" + keys = list("Q", "Northwest") diff --git a/modular_ss220/keybindings/code/silicon_keybinds.dm b/modular_ss220/keybindings/code/silicon_keybinds.dm new file mode 100644 index 000000000000..5bcf75b2f13c --- /dev/null +++ b/modular_ss220/keybindings/code/silicon_keybinds.dm @@ -0,0 +1,3 @@ +/datum/keybinding/silicon/switch_intent + name = "Смена Intents" + keys = list("4") diff --git a/modular_ss220/loadout/_loadout.dm b/modular_ss220/loadout/_loadout.dm new file mode 100644 index 000000000000..9de83602ad79 --- /dev/null +++ b/modular_ss220/loadout/_loadout.dm @@ -0,0 +1,4 @@ +/datum/modpack/loadout + name = "Loadout" + desc = "Добавляет новые вещи в Loadout." + author = "Aylong, Yata9arasu, Dekupich" diff --git a/modular_ss220/loadout/_loadout.dme b/modular_ss220/loadout/_loadout.dme new file mode 100644 index 000000000000..b192ca56568f --- /dev/null +++ b/modular_ss220/loadout/_loadout.dme @@ -0,0 +1,9 @@ +#include "_loadout.dm" + +#include "code/donor.dm" +#include "code/donor_items.dm" +#include "code/racial.dm" +#include "code/removal.dm" +#include "code/shoes.dm" +#include "code/suit.dm" +#include "code/under.dm" diff --git a/modular_ss220/loadout/code/donor.dm b/modular_ss220/loadout/code/donor.dm new file mode 100644 index 000000000000..19e64bd8e09c --- /dev/null +++ b/modular_ss220/loadout/code/donor.dm @@ -0,0 +1,377 @@ +/datum/gear/donor/neon_shoes + display_name = "Неоновые кроссовки" + path = /obj/item/clothing/shoes/black/neon + donator_tier = 1 + cost = 1 + +/datum/gear/donor/biker_gloves + display_name = "Байкерские перчатки" + path = /obj/item/clothing/gloves/fingerless/biker_gloves + donator_tier = 1 + cost = 1 + +/datum/gear/donor/bike_helmet + display_name = "Байкерский шлем" + path = /obj/item/clothing/head/helmet/bike_helmet/replica + donator_tier = 2 + cost = 2 + +/datum/gear/donor/v_jacket + display_name = "Куртка V" + path = /obj/item/clothing/suit/v_jacket + donator_tier = 3 + cost = 2 + +/datum/gear/donor/takemura_jacket + display_name = "Куртка Такэмуры" + path = /obj/item/clothing/suit/takemura_jacket + donator_tier = 3 + cost = 2 + +/datum/gear/donor/katarina_jacket + display_name = "Куртка Катарины" + path = /obj/item/clothing/suit/katarina_jacket + donator_tier = 4 + cost = 2 + +/datum/gear/donor/katarina_suit + display_name = "Костюм Катарины" + path = /obj/item/clothing/under/costume/katarina_suit + donator_tier = 4 + cost = 1 + +/datum/gear/donor/katarina_cyberjacket + display_name = "Кибер-куртка Катарины" + path = /obj/item/clothing/suit/katarina_cyberjacket + donator_tier = 4 + cost = 2 + +/datum/gear/donor/katarina_cybersuit + display_name = "Кибер-костюм Катарины" + path = /obj/item/clothing/under/costume/katarina_cybersuit + donator_tier = 4 + cost = 1 + +/datum/gear/donor/v_jacket + display_name = "Куртка Вай" + path = /obj/item/clothing/suit/hooded/vi_arcane + donator_tier = 3 + cost = 2 + +/datum/gear/donor/wallet + display_name = "Бумажник" + path = /obj/item/storage/wallet + cost = 12 + +/datum/gear/donor/wallet_nt + display_name = "Бумажник NT" + path = /obj/item/storage/wallet/wallet_NT + cost = 12 + +/datum/gear/donor/wallet_ussp + display_name = "Бумажник СССП" + path = /obj/item/storage/wallet/wallet_USSP_2 + cost = 12 + +/datum/gear/donor/wallet_wyci + display_name = "Бумажник W.Y.C.I." + path = /obj/item/storage/wallet/wallet_wyci + cost = 12 + +/datum/gear/donor/firefirstaid + display_name = "Набор первой медицинской помощи от премиальной страховки" + path = /obj/item/storage/firstaid/regular/donor + cost = 8 + +/datum/gear/donor/airtank + display_name = "Спаренный балон от премиальной страховки" + path = /obj/item/tank/internals/emergency_oxygen/double + cost = 3 + +/datum/gear/donor/toolbelt + display_name = "Дедушкин пояс с инструментами" + path = /obj/item/storage/belt/utility/full + cost = 8 + +/datum/gear/donor/bruise_pack + display_name = "Медицинские бинты" + path = /obj/item/stack/medical/bruise_pack + cost = 2 + +/datum/gear/donor/ointment + display_name = "Мазь от ожогов" + path = /obj/item/stack/medical/ointment + cost = 2 + +/datum/gear/donor/charcoal + display_name = "Активированный уголь" + path = /obj/item/reagent_containers/syringe/charcoal + cost = 2 + +/datum/gear/donor/epinephrine + display_name = "Эпинефрин" + path = /obj/item/reagent_containers/hypospray/autoinjector/epinephrine + cost = 2 + +/datum/gear/donor/healthanalyzer + display_name = "Медицинский анализатор" + path = /obj/item/healthanalyzer + cost = 2 + +/datum/gear/donor/breathscarf + display_name = "Шарф с системой дыхания" + path = /obj/item/clothing/mask/breath/breathscarf + cost = 2 + +/datum/gear/donor/kitty_ears + display_name = "Кошачьи ушки" + path = /obj/item/clothing/head/kitty + donator_tier = 2 + cost = 1 + +/datum/gear/donor/driver + display_name = "Driver jacket" + path = /obj/item/clothing/suit/jacket/driver + donator_tier = 2 + cost = 1 + +/datum/gear/donor/soundhand_black_jacket + display_name = "Черная куртка с тэгом группы Саундхэнд" + path = /obj/item/clothing/suit/storage/soundhand_black_jacket/tag + cost = 2 + +/datum/gear/donor/soundhand_olive_jacket + display_name = "Оливковая куртка с тэгом группы Саундхэнд" + path = /obj/item/clothing/suit/storage/soundhand_olive_jacket/tag + cost = 2 + +/datum/gear/donor/soundhand_brown_jacket + display_name = "Коричневая куртка с тэгом группы Саундхэнд" + path = /obj/item/clothing/suit/storage/soundhand_brown_jacket/tag + cost = 2 + +/datum/gear/donor/soundhand_white_jacket + display_name = "Серебристая куртка Арии" + path = /obj/item/clothing/suit/storage/soundhand_white_jacket/tag + donator_tier = 5 + cost = 2 + +/datum/gear/donor/soundhand_metal_guitar + display_name = "Электро-гитара Арии" + path = /obj/item/instrument/soundhand_metal_guitar + donator_tier = 5 + cost = 2 + +/datum/gear/instrument/soundhand_bass_guitar + display_name = "Бас гитара" + path = /obj/item/instrument/soundhand_bass_guitar + +/datum/gear/instrument/soundhand_rock_guitar + display_name = "Рок гитара" + path = /obj/item/instrument/soundhand_rock_guitar + +// ID Skins +/datum/gear/donor/id_decal_colored + display_name = "Наклейка на карту (Голографическая)" + path = /obj/item/id_skin/colored + cost = 2 + +/datum/gear/donor/id_decal_donut + display_name = "Пончиковая наклейка на карту" + path = /obj/item/id_skin/donut + cost = 2 + +/datum/gear/donor/id_decal_business + display_name = "Бизнесменская наклейка на карту" + path = /obj/item/id_skin/business + cost = 2 + +/datum/gear/donor/id_decal_ussp + display_name = "Коммунистическая наклейка на карту" + path = /obj/item/id_skin/ussp + cost = 2 + +/datum/gear/donor/id_decal_silver_colored + display_name = "Серебрянная наклейка на карту (Голографическая)" + path = /obj/item/id_skin/colored/silver + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_silver + display_name = "Серебрянная наклейка на карту" + path = /obj/item/id_skin/silver + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_gold_skin + display_name = "Золотая наклейка на карту" + path = /obj/item/id_skin/gold + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_lifetime + display_name = "Стильная наклейка на карту" + path = /obj/item/id_skin/lifetime + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_clown + display_name = "Клоунская наклейка на карту" + path = /obj/item/id_skin/clown + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_neon + display_name = "Неоновая наклейка на карту" + path = /obj/item/id_skin/neon + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_neon_colored + display_name = "Неоновая наклейка на карту (Голографическая)" + path = /obj/item/id_skin/colored/neon + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_missing + display_name = "Чёрно-розовая наклейка на карту" + path = /obj/item/id_skin/missing + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_paradise + display_name = "Paradise наклейка на карту" + path = /obj/item/id_skin/paradise + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_ouija + display_name = "Уиджи наклейка на карту" + path = /obj/item/id_skin/ouija + donator_tier = 3 + cost = 2 + +/datum/gear/donor/id_decal_kitty + display_name = "Кото-клейка на карту" + path = /obj/item/id_skin/kitty + donator_tier = 3 + cost = 4 + +/datum/gear/donor/id_decal_kitty_colored + display_name = "Кото-клейка на карту (Голографическая)" + path = /obj/item/id_skin/colored/kitty + donator_tier = 3 + cost = 4 + +/datum/gear/donor/id_decal_anime + display_name = "Анимешная наклейка на карту" + path = /obj/item/id_skin/cursedmiku + donator_tier = 3 + cost = 4 + +/datum/gear/donor/id_decal_jokerge + display_name = "Джокерге наклейка на карту" + path = /obj/item/id_skin/jokerge + donator_tier = 3 + cost = 4 + +/datum/gear/donor/id_decal_rainbow + display_name = "Радужная наклейка на карту" + path = /obj/item/id_skin/rainbow + donator_tier = 4 + cost = 4 + +/datum/gear/donor/id_decal_space + display_name = "КОСМИЧЕСКАЯ наклейка на карту" + path = /obj/item/id_skin/space + donator_tier = 4 + cost = 4 + +/datum/gear/donor/id_decal_snake + display_name = "Бегущая наклейка на карту" + path = /obj/item/id_skin/colored/snake + donator_tier = 4 + cost = 4 + +/datum/gear/donor/id_decal_magic + display_name = "Магическая наклейка на карту" + path = /obj/item/id_skin/magic + donator_tier = 4 + cost = 4 + +/datum/gear/donor/id_decal_terminal + display_name = "Наклейка на карту в виде терминала" + path = /obj/item/id_skin/terminal + donator_tier = 4 + cost = 4 + +/datum/gear/donor/breathscarf + display_name = "Шарф с системой дыхания" + path = /obj/item/clothing/mask/breath/breathscarf + cost = 2 + +/datum/gear/donor/red_gas + display_name = "ПРС-1" + path = /obj/item/clothing/mask/breath/red_gas + donator_tier = 2 + +/datum/gear/donor/id_decal_boykisser + display_name = "BoyKisser наклейка на карту" + path = /obj/item/id_skin/boykisser + donator_tier = 4 + cost = 5 + +// MARK: EI clothes +/datum/gear/donor/ei_cloak + display_name = "Плащ Gold On Black" + path = /obj/item/clothing/suit/hooded/ei_cloak + donator_tier = 2 + cost = 2 + +/datum/gear/donor/ei_gloves + display_name = "Перчатки Gold On Black" + path = /obj/item/clothing/gloves/color/ei_gloves + donator_tier = 1 + cost = 1 + +/datum/gear/donor/ei_mask + display_name = "Дыхательная маска от EI" + path = /obj/item/clothing/mask/breath/ei_mask + donator_tier = 3 + cost = 3 + +/datum/gear/donor/ei_shoes + display_name = "Ботинки Gold On Black" + path = /obj/item/clothing/shoes/ei_shoes + donator_tier = 1 + cost = 1 + +/datum/gear/donor/ei_jacket + display_name = "Кожаная куртка Rock on Black" + path = /obj/item/clothing/suit/storage/ei_jacket + donator_tier = 2 + cost = 1 + +/datum/gear/donor/ei_coat + display_name = "Офицерский плащ EI" + path = /obj/item/clothing/suit/storage/ei_coat + donator_tier = 4 + cost = 4 + +/datum/gear/donor/ei_combat + display_name = "Тактическая водолазка Gold on Black" + path = /obj/item/clothing/under/ei_combat + donator_tier = 1 + cost = 1 + +/datum/gear/donor/ei_skirt + display_name = "Блузка с юбкой Gold on Black" + path = /obj/item/clothing/under/ei_skirt + donator_tier = 1 + cost = 1 + +/datum/gear/donor/ei_skirt_alt + display_name = "Юбка «Солнце» от EI" + path = /obj/item/clothing/under/ei_skirt_alt + donator_tier = 1 + cost = 1 diff --git a/modular_ss220/loadout/code/donor_items.dm b/modular_ss220/loadout/code/donor_items.dm new file mode 100644 index 000000000000..1d7c901c161c --- /dev/null +++ b/modular_ss220/loadout/code/donor_items.dm @@ -0,0 +1,10 @@ +/obj/item/storage/firstaid/regular/donor + desc = "Набор первой медицинской помощи за оформление страховки" + icon_state = "firstaid" + +/obj/item/storage/firstaid/regular/donor/populate_contents() + new /obj/item/reagent_containers/patch/styptic(src) + new /obj/item/reagent_containers/pill/salicylic(src) + new /obj/item/reagent_containers/patch/silver_sulf(src) + new /obj/item/healthanalyzer(src) + new /obj/item/reagent_containers/hypospray/autoinjector/epinephrine(src) diff --git a/modular_ss220/loadout/code/racial.dm b/modular_ss220/loadout/code/racial.dm new file mode 100644 index 000000000000..ba0015d308ab --- /dev/null +++ b/modular_ss220/loadout/code/racial.dm @@ -0,0 +1,42 @@ +// MARK: Vox + +/datum/gear/racial/vox_sandal + display_name = "Vox sandals" + path = /obj/item/clothing/shoes/roman/vox + slot = ITEM_SLOT_SHOES + +/datum/gear/racial/vox_gauntlets + display_name = "Vox gauntlets" + path = /obj/item/clothing/gloves/vox/light + slot = ITEM_SLOT_GLOVES + +/datum/gear/racial/vox_jumpsuit + display_name = "Vox work jumpsuit" + description = "These loose clothes are optimized for the labors of the lower castes onboard the arkships. Large openings in the top allow for breathability while the pants are durable yet flexible enough to not restrict movement." + path = /obj/item/clothing/under/vox/jumpsuit + slot = ITEM_SLOT_JUMPSUIT + +/datum/gear/racial/vox_jumpsuit/red + display_name = "Vox red jumpsuit" + path = /obj/item/clothing/under/vox/jumpsuit/red + +/datum/gear/racial/vox_jumpsuit/teal + display_name = "Vox teal jumpsuit" + path = /obj/item/clothing/under/vox/jumpsuit/teal + +/datum/gear/racial/vox_jumpsuit/blue + display_name = "Vox blue jumpsuit" + path = /obj/item/clothing/under/vox/jumpsuit/blue + +/datum/gear/racial/vox_jumpsuit/green + display_name = "Vox green jumpsuit" + path = /obj/item/clothing/under/vox/jumpsuit/green + +/datum/gear/racial/vox_jumpsuit/yellow + display_name = "Vox yellow jumpsuit" + path = /obj/item/clothing/under/vox/jumpsuit/yellow + +/datum/gear/racial/vox_jumpsuit/purple + display_name = "Vox purple jumpsuit" + path = /obj/item/clothing/under/vox/jumpsuit/purple + diff --git a/modular_ss220/loadout/code/removal.dm b/modular_ss220/loadout/code/removal.dm new file mode 100644 index 000000000000..342a9012f2b7 --- /dev/null +++ b/modular_ss220/loadout/code/removal.dm @@ -0,0 +1,32 @@ +/* Loadout items */ +/datum/gear + /// If true, then modulary removes item from lodaout + var/removed_from_loadout = FALSE + +// Accessories +/datum/gear/accessory/pride_pin + removed_from_loadout = TRUE + +/* On-mob accessories */ +/datum/sprite_accessory + /// If true, then modulary removes item from lodaout + var/removed_from_loadout = FALSE + +// Undershirts +/datum/sprite_accessory/undershirt/shirt_trans + removed_from_loadout = TRUE + +/datum/sprite_accessory/undershirt/shirt_nonbinary + removed_from_loadout = TRUE + +/datum/sprite_accessory/undershirt/shirt_bisexual + removed_from_loadout = TRUE + +/datum/sprite_accessory/undershirt/shirt_pansexual + removed_from_loadout = TRUE + +/datum/sprite_accessory/undershirt/shirt_asexual + removed_from_loadout = TRUE + +/datum/sprite_accessory/undershirt/shirt_rainbow + removed_from_loadout = TRUE diff --git a/modular_ss220/loadout/code/shoes.dm b/modular_ss220/loadout/code/shoes.dm new file mode 100644 index 000000000000..cfed2cb32deb --- /dev/null +++ b/modular_ss220/loadout/code/shoes.dm @@ -0,0 +1,7 @@ +/datum/gear/shoes/shark + display_name = "Акульи тапочки" + path = /obj/item/clothing/shoes/shark + +/datum/gear/shoes/shark_light + display_name = "Акульи тапочки (светло-голубые)" + path = /obj/item/clothing/shoes/shark/light diff --git a/modular_ss220/loadout/code/suit.dm b/modular_ss220/loadout/code/suit.dm new file mode 100644 index 000000000000..eb7860a36c54 --- /dev/null +++ b/modular_ss220/loadout/code/suit.dm @@ -0,0 +1,11 @@ +/datum/gear/suit/shark + display_name = "Костюм акулы" + path = /obj/item/clothing/suit/hooded/shark_costume + +/datum/gear/suit/shark_light + display_name = "Костюм акулы (светло-голубой)" + path = /obj/item/clothing/suit/hooded/shark_costume/light + +/datum/gear/suit/browntrenchcoat_oldparadise + display_name = "Старое коричневое пальто" + path = /obj/item/clothing/suit/storage/browntrenchcoat diff --git a/modular_ss220/loadout/code/under.dm b/modular_ss220/loadout/code/under.dm new file mode 100644 index 000000000000..fbd7a0ed68e4 --- /dev/null +++ b/modular_ss220/loadout/code/under.dm @@ -0,0 +1,3 @@ +/datum/gear/uniform/sl_suit + display_name = "Amish suit" + path = /obj/item/clothing/under/misc/sl_suit diff --git a/modular_ss220/logs/_logs.dm b/modular_ss220/logs/_logs.dm new file mode 100644 index 000000000000..f5fa60ebaf9c --- /dev/null +++ b/modular_ss220/logs/_logs.dm @@ -0,0 +1,4 @@ +/datum/modpack/logs + name = "Улучшенное логирование" + desc = "Добавляет логирование профессий, антажек, ЕРП." + author = "furior" diff --git a/modular_ss220/logs/_logs.dme b/modular_ss220/logs/_logs.dme new file mode 100644 index 000000000000..1efb87b09833 --- /dev/null +++ b/modular_ss220/logs/_logs.dme @@ -0,0 +1,3 @@ +#include "_logs.dm" + +#include "code/logging.dm" diff --git a/modular_ss220/logs/code/logging.dm b/modular_ss220/logs/code/logging.dm new file mode 100644 index 000000000000..d3967c29338e --- /dev/null +++ b/modular_ss220/logs/code/logging.dm @@ -0,0 +1,25 @@ +/datum/controller/subsystem/jobs/AssignRole(mob/new_player/player, rank, latejoin) + . = ..() + if(!.) + return + + var/datum/job/job = GetJob(rank) + log_game("Игрок [player.mind.key] вошел в раунд с профессией [rank] ([job.current_positions]/[job.total_positions])") + +/datum/mind/proc/log_antag_objectives() + var/list/objectives = get_all_objectives() + if(length(objectives)) + log_game("GAME: Start objective log for [html_decode(key)]/[html_decode(name)]") + var/count = 1 + for(var/datum/objective/objective in objectives) + log_game("GAME: Objective #[count]: [objective.explanation_text]") + count++ + log_game("GAME: End objective log for [html_decode(key)]/[html_decode(name)]") + +/datum/scoreboard/log_antags() + . = ..() + for(var/mind in SSticker.minds) + var/datum/mind/M = mind + var/role = M.special_role + if(role) + M.log_antag_objectives() diff --git a/modular_ss220/maps220/_maps220.dm b/modular_ss220/maps220/_maps220.dm new file mode 100644 index 000000000000..06c31e1beb24 --- /dev/null +++ b/modular_ss220/maps220/_maps220.dm @@ -0,0 +1,4 @@ +/datum/modpack/ss220maps + name = "SS220 Maps" + desc = "Наши карты, код к ним и вспомогательные ресурсы." + author = "Aylong220, dj-34, PhantomRU" diff --git a/modular_ss220/maps220/_maps220.dme b/modular_ss220/maps220/_maps220.dme new file mode 100644 index 000000000000..f95749cef1ca --- /dev/null +++ b/modular_ss220/maps220/_maps220.dme @@ -0,0 +1,25 @@ +#include "_maps220.dm" + +#include "code/Areas/shuttle.dm" +#include "code/RandomRuins/gateway/gateway_areas.dm" +#include "code/RandomRuins/gateway/gateway_turfs.dm" +#include "code/RandomRuins/lavaland/lavaland_areas.dm" +#include "code/RandomRuins/lavaland/lavaland_ruins.dm" +#include "code/RandomRuins/lavaland/lavaland_turfs.dm" +#include "code/RandomRuins/space/space_areas.dm" +#include "code/RandomRuins/space/space_ruins.dm" +#include "code/Station/station_areas.dm" +#include "code/Station/station_datums.dm" +#include "code/admin.dm" +#include "code/corpses.dm" +#include "code/directions.dm" +#include "code/effects.dm" +#include "code/flora.dm" +#include "code/layers.dm" +#include "code/helpers.dm" +#include "code/misc.dm" +#include "code/mobs.dm" +#include "code/objects.dm" +#include "code/papers.dm" +#include "code/spawners.dm" +#include "code/walls.dm" diff --git a/modular_ss220/maps220/code/Areas/shuttle.dm b/modular_ss220/maps220/code/Areas/shuttle.dm new file mode 100644 index 000000000000..2588b7204d2e --- /dev/null +++ b/modular_ss220/maps220/code/Areas/shuttle.dm @@ -0,0 +1,4 @@ +/area/shuttle/vox + name = "Vox Shuttle" + icon_state = "shuttle" + parallax_move_direction = SOUTH diff --git a/modular_ss220/maps220/code/RandomRuins/gateway/gateway_areas.dm b/modular_ss220/maps220/code/RandomRuins/gateway/gateway_areas.dm new file mode 100644 index 000000000000..7a26c57249cf --- /dev/null +++ b/modular_ss220/maps220/code/RandomRuins/gateway/gateway_areas.dm @@ -0,0 +1,801 @@ +/* Wild West */ +/area/awaymission/wildwest + name = "Wild West" + report_alerts = FALSE + icon_state = "away" + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/awaymission/wildwest/wildwest_mines + name = "\improper Wild West Mines" + icon_state = "awaycontent1" + +/area/awaymission/wildwest/wildwest_vaultdoors + name = "\improper Wild West Vault Doors" + icon_state = "awaycontent2" + +/area/awaymission/wildwest/wildwest_refine + name = "\improper Wild West Refinery" + icon_state = "awaycontent3" + +/area/awaymission/wildwest/wildwest_vault + name = "\improper Wild West Vault" + icon_state = "awaycontent3" + +/* Terror Spiders */ +/area/awaymission/UO71 + name = "UO71" + icon_state = "away" + report_alerts = FALSE + tele_proof = TRUE + + +/area/awaymission/UO71/plaza + name = "UO71 Plaza" + icon_state = "awaycontent1" + fire = TRUE + +/area/awaymission/UO71/centralhall + name = "UO71 Central" + icon_state = "awaycontent2" + fire = TRUE + +/area/awaymission/UO71/eng + name = "UO71 Engineering" + icon_state = "awaycontent3" + fire = TRUE + +/area/awaymission/UO71/mining + name = "UO71 Mining" + icon_state = "awaycontent4" + fire = TRUE + +/area/awaymission/UO71/science + name = "UO71 Science" + icon_state = "awaycontent5" + fire = TRUE + +/area/awaymission/UO71/medical + name = "UO71 Medical" + icon_state = "awaycontent6" + fire = TRUE + +/area/awaymission/UO71/gateway + name = "UO71 Gateway" + icon_state = "awaycontent7" + fire = TRUE + +/area/awaymission/UO71/outside + name = "UO71 Outside" + icon_state = "awaycontent8" + +/area/awaymission/UO71/bridge + name = "UO71 Bridge" + icon_state = "awaycontent21" + fire = TRUE + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/awaymission/UO71/queen + name = "UO71 Queen Lair" + icon_state = "awaycontent9" + fire = TRUE + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/awaymission/UO71/prince + name = "UO71 Prince Containment" + icon_state = "awaycontent10" + fire = TRUE + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/awaymission/UO71/loot + name = "UO71 Loot Vault" + icon_state = "awaycontent11" + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/* Black Market Packers */ +/area/awaymission/bmp_ship + name = "BMP Asteroids" + icon_state = "away" + report_alerts = FALSE + requires_power = FALSE + ambientsounds = list('sound/music/space.ogg', 'sound/ambience/ambiatmos.ogg', 'sound/ambience/ambigen11.ogg', 'sound/ambience/ambispace.ogg', 'sound/ambience/ambispace2.ogg') + +/area/awaymission/bmp_ship/engines + name = "BMP Engine Block" + icon_state = "awaycontent1" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/containment + name = "BMP Containment Block" + icon_state = "awaycontent2" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambicave.ogg', 'sound/ambience/ambiatmos2.ogg', 'sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/fore + name = "BMP Fore Block" + icon_state = "awaycontent3" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambigen12.ogg', 'sound/ambience/ambicave.ogg', 'sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/gate + name = "BMP Gate" + icon_state = "awaycontent4" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambidanger.ogg', 'sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/armory + name = "BMP Armory" + icon_state = "awaycontent5" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/common + name = "BMP Common Area" + icon_state = "awaycontent6" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambigen4.ogg', 'sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/medbay + name = "BMP MedBay Block" + icon_state = "awaycontent7" + requires_power = TRUE + ambientsounds = list('sound/ambience/ambigen6.ogg', 'sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/chem_lab + name = "BMP Chem Lab" + icon_state = "awaycontent8" + requires_power = TRUE + ambientsounds = "sound/ambience/ambifailure.ogg" + +/area/awaymission/bmp_ship/shelter + name = "BMP Shelter" + icon_state = "awaycontent9" + requires_power = TRUE + ambientsounds = "sound/ambience/ambifailure.ogg" + +/area/awaymission/bmp_ship/dormitories + name = "BMP Dormitories" + icon_state = "awaycontent10" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambigen3.ogg', 'sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/turrets_north + name = "BMP Turrets North" + icon_state = "awaycontent11" + requires_power = TRUE + +/area/awaymission/bmp_ship/turrets_south + name = "BMP Turrets South" + icon_state = "awaycontent12" + requires_power = TRUE + +/area/awaymission/bmp_ship/bath + name = "Bath" + icon_state = "awaycontent13" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/kitchen + name = "BMP Kitchen" + icon_state = "awaycontent14" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/buffer + name = "BMP Buffer" + icon_state = "awaycontent15" + requires_power = TRUE + fire = TRUE + ambientsounds = list('sound/ambience/ambigen5.ogg', 'sound/ambience/ambilava1.ogg', 'sound/ambience/ambilava3.ogg', 'sound/ambience/ambimo2.ogg', 'sound/ambience/ambiruin3.ogg', 'sound/ambience/ambiruin4.ogg', 'sound/ambience/ambiruin5.ogg', 'sound/ambience/ambiruin6.ogg') + +/area/awaymission/bmp_ship/trader_shuttle + name = "BMP Trader Shuttle" + icon_state = "awaycontent16" + requires_power = TRUE + ambientsounds = "sound/spookoween/ghost_whisper.ogg" + +/area/awaymission/bmp_ship/mining + name = "BMP Mining" + icon_state = "awaycontent17" + requires_power = TRUE + +/* Jungle Planet */ +/area/awaymission/jungle_planet + name = "Jungle" + icon_state = "away" + report_alerts = FALSE + +/area/awaymission/jungle_planet/outside + name = "Jungle" + dynamic_lighting = DYNAMIC_LIGHTING_DISABLED + icon_state = "awaycontent1" + always_unpowered = TRUE + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/jungle1.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/jungle2.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/jungle3.ogg') + +/area/awaymission/jungle_planet/outside/abandoned + name = "Abandoned" + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + icon_state = "awaycontent5" + +/area/awaymission/jungle_planet/outside/river + name = "River" + icon_state = "awaycontent2" + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/river.ogg') + +/area/awaymission/jungle_planet/outside/waterfall + name = "Waterfall" + icon_state = "awaycontent3" + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/waterfall.ogg') + +/area/awaymission/jungle_planet/outside/cave + name = "Cave" + icon_state = "awaycontent4" + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient2.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient3.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterdrops.ogg') + +/area/awaymission/jungle_planet/outside/cave/small + name = "Small Cave" + icon_state = "awaycontent7" + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterfall.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterdrops.ogg') + +/area/awaymission/jungle_planet/outside/cave/pirate + name = "Pirate Cave" + icon_state = "awaycontent6" + always_unpowered = FALSE + requires_power = FALSE + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterdrops.ogg') + +/area/awaymission/jungle_planet/inside + name = "Hangar 2" + dynamic_lighting = DYNAMIC_LIGHTING_ENABLED + icon_state = "awaycontent8" + requires_power = TRUE + +/area/awaymission/jungle_planet/inside/complex + name = "MC-16" + icon_state = "awaycontent9" + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse1.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/ambient_pulse2.ogg') + +/* Caves */ +/area/awaymission/caves + name = "Caves" + icon_state = "away" + report_alerts = FALSE + always_unpowered = TRUE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/awaymission/caves/build + name = "Abandoned building" + icon_state = "awaycontent1" + always_unpowered = FALSE + requires_power = FALSE + +/area/awaymission/caves/build/reqpower_build + name = "Research Сomplex ''Mirror''" + icon_state = "awaycontent2" + requires_power = TRUE + +/*Black Mesa*/ +/area/awaymission/black_mesa + name = "Black Mesa Inside" + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/awaymission/black_mesa/entrance + name = "Black Mesa Entrance" + icon_state = "awaycontent1" + +/area/awaymission/black_mesa/servers + name = "Black Mesa Server Room" + icon_state = "awaycontent2" + +/area/awaymission/black_mesa/entrance_lobby + name = "Black Mesa Lobby" + icon_state = "awaycontent3" + +/area/awaymission/black_mesa/entrance_tunnel + name = "Black Mesa Entrance Tunnels" + icon_state = "awaycontent4" + +/area/awaymission/black_mesa/offices + name = "Black Mesa Offices" + icon_state = "awaycontent5" + +/area/awaymission/black_mesa/equipment_room + name = "Black Mesa Equipment Room" + icon_state = "awaycontent6" + +/area/awaymission/black_mesa/genetics + name = "Black Mesa Genetics" + icon_state = "awaycontent7" + +/area/awaymission/black_mesa/entrance_hall + name = "Black Mesa Entrance Hallway" + icon_state = "awaycontent8" + +/area/awaymission/black_mesa/scientist_hall + name = "Black Mesa Science Hallway" + icon_state = "awaycontent9" + +/area/awaymission/black_mesa/science_labs + name = "Black Mesa Science Laboratories" + icon_state = "awaycontent10" + +/area/awaymission/black_mesa/resonant_chamber + name = "Black Mesa Resonant Chamber" + icon_state = "awaycontent11" + +/area/awaymission/black_mesa/science_tunnel + name = "Black Mesa Science Lab Tunnels" + icon_state = "awaycontent12" + +/area/awaymission/black_mesa/science_internal + name = "Black Mesa Science Lab Internal" + icon_state = "awaycontent13" + +/area/awaymission/black_mesa/science_decon_room + name = "Black Mesa Science Deconstruction Room" + icon_state = "awaycontent14" + +/area/awaymission/black_mesa/entrance_large_office + name = "Black Mesa Entrance Large Office" + icon_state = "awaycontent15" + +/area/awaymission/black_mesa/entrance_internal_hall + name = "Black Mesa Entrance Internal Halls" + icon_state = "awaycontent16" + +/area/awaymission/black_mesa/genetics_sec + name = "Black Mesa Genetics Checkpoint" + icon_state = "awaycontent17" + +/area/awaymission/black_mesa/genetics_elevator + name = "Black Mesa Genetics Elevator" + icon_state = "awaycontent18" + +/area/awaymission/black_mesa/cryo_room + name = "Black Mesa Cryogenics Room" + icon_state = "awaycontent19" + +/area/awaymission/black_mesa/cryo_hallway + name = "Black Mesa Cryogenics Hallway" + icon_state = "awaycontent20" + +/area/awaymission/black_mesa/cryo_storage + name = "Black Mesa Cryogenics Storage" + icon_state = "awaycontent21" + +/area/awaymission/black_mesa/gas_emitter_chamber + name = "Black Mesa Gas Testing Chamber" + icon_state = "awaycontent22" + +/area/awaymission/black_mesa/tram_room + name = "Black Mesa Tram Room" + icon_state = "awaycontent23" + +/area/awaymission/black_mesa/security_outpost + name = "Black Mesa Security Outpost" + icon_state = "awaycontent24" + +/area/awaymission/black_mesa/tram_tunnel + name = "Black Mesa Tram Room Tunnels" + icon_state = "awaycontent25" + +/area/awaymission/black_mesa/employee_dorm_room + name = "Black Mesa Employee Dorms" + icon_state = "awaycontent26" + +/area/awaymission/black_mesa/dorm_computers + name = "Black Mesa Dorm Office Room" + icon_state = "awaycontent27" + +/area/awaymission/black_mesa/dorm_tunnel + name = "Black Mesa Dorm Tunnels" + icon_state = "awaycontent28" + +/area/awaymission/black_mesa/deep_sci_storage + name = "Black Mesa Deep Science Storage" + icon_state = "awaycontent29" + +/area/awaymission/black_mesa/to_cryo_room + name = "Black Mesa Intrim Cryogenics Hallway" //look i couldn't think of anything better + icon_state = "awaycontent1" + +/area/awaymission/black_mesa/deep_sci_hall + name = "Black Mesa Deep Science Hallway" + icon_state = "awaycontent2" + +/area/awaymission/black_mesa/deep_sci_medbay + name = "Black Mesa Deep Science Medbay" + icon_state = "awaycontent3" + +/area/awaymission/black_mesa/deep_sci_feesh + name = "Black Mesa Deep Science Fishtank" + icon_state = "awaycontent4" + +/area/awaymission/black_mesa/deep_sci_turret + name = "Black Mesa Deep Science Turret Room" + icon_state = "awaycontent5" + +/area/awaymission/black_mesa/high_security_hallway + name = "Black Mesa High-Security Hallway" + icon_state = "awaycontent6" + +/area/awaymission/black_mesa/high_security_emitter + name = "Black Mesa High-Security Emitter Room" + icon_state = "awaycontent7" + +/area/awaymission/black_mesa/high_security_armory + name = "Black Mesa High-Security Armory" + icon_state = "awaycontent8" + +/area/awaymission/black_mesa/high_security_surgery + name = "Black Mesa High-Security Surgery Theatre" + icon_state = "awaycontent9" + +/area/awaymission/black_mesa/hecu_zone_external_hall + name = "Black Mesa HECU Territory External Hall" + icon_state = "awaycontent10" + +/area/awaymission/black_mesa/hecu_zone_infirmary + name = "Black Mesa HECU Territory Infirmary" + icon_state = "awaycontent11" + +/area/awaymission/black_mesa/hecu_zone_bathroom + name = "Black Mesa HECU Territory Bathroom" + icon_state = "awaycontent12" + +/area/awaymission/black_mesa/hecu_zone_test_chambers + name = "Black Mesa HECU Territory Testing Chambers" + icon_state = "awaycontent13" + +/area/awaymission/black_mesa/hecu_zone_tunnel + name = "Black Mesa HECU Territory Tunnel" + icon_state = "awaycontent14" + +/area/awaymission/black_mesa/hecu_zone_atrium + name = "Black Mesa HECU Territory Atrium" + icon_state = "awaycontent15" + +/area/awaymission/black_mesa/hecu_zone_camp + name = "Black Mesa HECU Camp" + icon_state = "awaycontent16" + dynamic_lighting = DYNAMIC_LIGHTING_DISABLED + +/area/awaymission/black_mesa/hecu_zone_towards_facility + name = "Black Mesa HECU North Zone" + icon_state = "awaycontent17" + dynamic_lighting = DYNAMIC_LIGHTING_DISABLED + +/area/awaymission/black_mesa/deep_sci_chem + name = "Black Mesa Deep Science Chemistry" + icon_state = "awaycontent18" + +/area/awaymission/black_mesa/high_security_sec_point + name = "Black Mesa High-Security Checkpoint" + icon_state = "awaycontent19" + +/area/awaymission/black_mesa/high_security_servers + name = "Black Mesa High-Security Server Room" + icon_state = "awaycontent20" + +/area/awaymission/black_mesa/hecu_zone_external_sec + name = "Black Mesa HECU Territory Hall Checkpoint" + icon_state = "awaycontent21" + +/area/awaymission/black_mesa/hecu_zone_external_cavein + name = "Black Mesa HECU Territory Cave-in" + icon_state = "awaycontent22" + +/area/awaymission/black_mesa/black_ops_entrance + name = "Black Mesa Spec-OP Entrance" + icon_state = "awaycontent23" + +/area/awaymission/black_mesa/black_ops_bus + name = "Black Mesa Spec-OP Bus Stop" + icon_state = "awaycontent24" + +/area/awaymission/black_mesa/black_ops_eng_storage + name = "Black Mesa Spec-OP Engineering Storage" + icon_state = "awaycontent25" + +/area/awaymission/black_mesa/black_ops_downstairs_atrium + name = "Black Mesa Spec-OP Underground Atrium" + icon_state = "awaycontent26" + +/area/awaymission/black_mesa/black_ops_hall + name = "Black Mesa Spec-OP Hallway" + icon_state = "awaycontent27" + +/area/awaymission/black_mesa/black_ops_button + name = "Black Mesa Spec-OP Button Room" + icon_state = "awaycontent29" + +/area/awaymission/black_mesa/black_ops_server + name = "Black Mesa Spec-OP Server Room" + icon_state = "awaycontent1" + +/area/awaymission/black_mesa/black_ops_turret_blockade + name = "Black Mesa Spec-OP Turret Hallway" + icon_state = "awaycontent2" + +/area/awaymission/black_mesa/black_ops_science_room + name = "Black Mesa Spec-OP Science Room" + icon_state = "awaycontent3" + +/area/awaymission/black_mesa/black_ops_armory + name = "Black Mesa Spec-OP Armory" + icon_state = "awaycontent4" + +/area/awaymission/black_mesa/black_ops_hallway_two + name = "Black Mesa Spec-OP Back Hallway" + icon_state = "awaycontent5" + +/area/awaymission/black_mesa/lambda_hallway + name = "Black Mesa Lambda Hallway" + icon_state = "awaycontent6" + +/area/awaymission/black_mesa/lambda_teleporter + name = "Black Mesa Lambda Teleporter" + icon_state = "awaycontent7" + +/area/awaymission/black_mesa/outside + name = "Black Mesa Outside" + +/area/awaymission/black_mesa/xen + name = "Black Mesa Xen" + +/area/awaymission/black_mesa/xen/entering_zone + name = "Black Mesa Xen Entrance" + icon_state = "awaycontent1" + +/area/awaymission/black_mesa/xen/lost_camp + name = "Black Mesa Xen Lost Camp" + icon_state = "awaycontent2" + +/area/awaymission/black_mesa/xen/lost_camp_hallway + name = "Black Mesa Xen Lost Camp Hallway" + icon_state = "awaycontent3" + +/area/awaymission/black_mesa/xen/vortigaunt_village + name = "Black Mesa Xen Vortigaunt Village One" + icon_state = "awaycontent4" + +/area/awaymission/black_mesa/xen/mp5_outpost + name = "Black Mesa Xen MP5 Outpost" + icon_state = "awaycontent5" + +/area/awaymission/black_mesa/xen/village_hallway + name = "Black Mesa Xen Village Hallway" + icon_state = "awaycontent6" + +/area/awaymission/black_mesa/xen/acid_lake + name = "Black Mesa Xen Acid Lake" + icon_state = "awaycontent7" + +/area/awaymission/black_mesa/xen/acid_lake_building + name = "Black Mesa Xen Acid Lake Building" + icon_state = "awaycontent8" + +/area/awaymission/black_mesa/xen/acid_lake_hallway + name = "Black Mesa Xen Acid Lake Hallway" + icon_state = "awaycontent9" + +/area/awaymission/black_mesa/xen/freeman_puzzle + name = "Black Mesa Xen Freeman Puzzle Room" + icon_state = "awaycontent10" + +/area/awaymission/black_mesa/xen/freeman_arena + name = "Black Mesa Xen Freeman Chamber" + icon_state = "awaycontent11" + +/area/awaymission/black_mesa/xen/freeman_hallway + name = "Black Mesa Xen Freeman Hallway" + icon_state = "awaycontent12" + +/area/awaymission/black_mesa/xen/hev_supply_nook + name = "Black Mesa Xen HEV Supply Nest" + icon_state = "awaycontent13" + +/area/awaymission/black_mesa/xen/vortigaunt_village_nihilanth + name = "Black Mesa Xen Vortigaunt Village Two" + icon_state = "awaycontent14" + +/area/awaymission/black_mesa/xen/antag_token_nook + name = "Black Mesa Xen Antag Token Nook" + icon_state = "awaycontent15" + +/area/awaymission/black_mesa/xen/crowbar_nook + name = "Black Mesa Xen Crowbar Nook" + icon_state = "awaycontent16" + +/area/awaymission/black_mesa/xen/nihilanth_computer + name = "Black Mesa Xen Computer Room" + icon_state = "awaycontent17" + +/area/awaymission/black_mesa/xen/nihilanth_hallway + name = "Black Mesa Xen Nihilanth Hallway" + icon_state = "awaycontent18" + +/area/awaymission/black_mesa/xen/nihilanth_arena + name = "Black Mesa Xen Nihilanth Chamber" + icon_state = "awaycontent19" + +/*Space Battle*/ +/area/awaymission/space_battle + name = "\improper Space Battle" + icon_state = "awaycontent1" + requires_power = TRUE + report_alerts = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/awaymission/space_battle/cruiser + name = "\improper Nanotrasen Cruiser" + icon_state = "awaycontent2" + +/area/awaymission/space_battle/prhallway1 + name = "\improper Port Primary Hallway" + icon_state = "awaycontent10" + +/area/awaymission/space_battle/prhallway2 + name = "\improper Central Primary Hallway" + icon_state = "awaycontent11" + +/area/awaymission/space_battle/prhallway3 + name = "\improper Starboard Primary Hallway" + icon_state = "awaycontent12" + +/area/awaymission/space_battle/kitchen + name = "\improper Kitchen" + icon_state = "awaycontent13" + +/area/awaymission/space_battle/medbay + name = "\improper MedBay" + icon_state = "awaycontent14" + +/area/awaymission/space_battle/server + name = "\improper Server Room" + icon_state = "awaycontent15" + +/area/awaymission/space_battle/bridge + name = "\improper Bridge" + icon_state = "awaycontent16" + +/area/awaymission/space_battle/hallway1 + name = "\improper Hallway" + icon_state = "awaycontent17" + +/area/awaymission/space_battle/hallway2 + name = "\improper Hallway" + icon_state = "awaycontent18" + +/area/awaymission/space_battle/hallway3 + name = "\improper Hallway" + icon_state = "awaycontent19" + +/area/awaymission/space_battle/hallway4 + name = "\improper Hallway" + icon_state = "awaycontent20" + +/area/awaymission/space_battle/hallway5 + name = "\improper Hallway" + icon_state = "awaycontent21" + +/area/awaymission/space_battle/hallway6 + name = "\improper Hallway" + icon_state = "awaycontent22" + +/area/awaymission/space_battle/hallway7 + name = "\improper Hallway" + icon_state = "awaycontent23" + +/area/awaymission/space_battle/hallway8 + name = "\improper Hallway" + icon_state = "awaycontent24" + +/area/awaymission/space_battle/hallway9 + name = "\improper Hallway" + icon_state = "awaycontent25" + +/area/awaymission/space_battle/hallway10 + name = "\improper Hallway" + icon_state = "awaycontent26" + +/area/awaymission/space_battle/hallway11 + name = "\improper Hallway" + icon_state = "awaycontent27" + +/area/awaymission/space_battle/engine + name = "\improper Engine Room" + icon_state = "awaycontent28" + +/area/awaymission/space_battle/engineering + name = "\improper Engineering" + icon_state = "awaycontent29" + +/area/awaymission/space_battle/storage + name = "\improper Storage" + icon_state = "awaycontent30" + +/area/awaymission/space_battle/living + name = "\improper Living Room" + icon_state = "awaycontent1" + +/area/awaymission/space_battle/turret1 + name = "\improper Turret Room" + icon_state = "awaycontent2" + +/area/awaymission/space_battle/turret2 + name = "\improper Turret Room" + icon_state = "awaycontent3" + +/area/awaymission/space_battle/turret3 + name = "\improper Turret Room" + icon_state = "awaycontent4" + +/area/awaymission/space_battle/turret4 + name = "\improper Turret Room" + icon_state = "awaycontent5" + +/area/awaymission/space_battle/turret5 + name = "\improper Turret Room" + icon_state = "awaycontent6" + +/area/awaymission/space_battle/turret6 + name = "\improper Turret Room" + icon_state = "awaycontent7" + +/area/awaymission/space_battle/turret7 + name = "\improper Turret Room" + icon_state = "awaycontent8" + +/area/awaymission/space_battle/turret8 + name = "\improper Turret Room" + icon_state = "awaycontent9" + +/area/awaymission/space_battle/syndicate + name = "\improper Syndicate Assault Ship 1" + icon_state = "awaycontent3" + requires_power = FALSE + +/area/awaymission/space_battle/syndicate/syndicate1 + name = "\improper Syndicate Assault Ship 2" + icon_state = "awaycontent4" + +/area/awaymission/space_battle/syndicate/syndicate2 + name = "\improper Syndicate Assault Ship 3" + icon_state = "awaycontent5" + +/area/awaymission/space_battle/syndicate/syndicate3 + name = "\improper Syndicate War Sphere 1" + icon_state = "awaycontent6" + +/area/awaymission/space_battle/syndicate/syndicate4 + name = "\improper Syndicate War Sphere 2" + icon_state = "awaycontent7" + +/area/awaymission/space_battle/syndicate/syndicate5 + name = "\improper Syndicate War Sphere 3" + icon_state = "awaycontent8" + +/area/awaymission/space_battle/syndicate/syndicate6 + name = "\improper Syndicate Fighter" + icon_state = "awaycontent9" + +/area/awaymission/space_battle/sec_storage + name = "\improper Turret Room" + icon_state = "awaycontent10" diff --git a/modular_ss220/maps220/code/RandomRuins/gateway/gateway_turfs.dm b/modular_ss220/maps220/code/RandomRuins/gateway/gateway_turfs.dm new file mode 100644 index 000000000000..5066fdc8ce62 --- /dev/null +++ b/modular_ss220/maps220/code/RandomRuins/gateway/gateway_turfs.dm @@ -0,0 +1,313 @@ +// MARK: Indestructible + +// Grass +/turf/simulated/floor/indestructible/grass + name = "grass patch" + icon = 'icons/turf/floors/grass.dmi' + icon_state = "grass" + base_icon_state = "grass" + baseturf = /turf/simulated/floor/indestructible/grass + smoothing_flags = SMOOTH_BITMASK + smoothing_groups = list(SMOOTH_GROUP_TURF, SMOOTH_GROUP_GRASS) + canSmoothWith = list(SMOOTH_GROUP_GRASS, SMOOTH_GROUP_JUNGLE_GRASS) + layer = ABOVE_OPEN_TURF_LAYER + footstep = FOOTSTEP_GRASS + barefootstep = FOOTSTEP_GRASS + clawfootstep = FOOTSTEP_GRASS + heavyfootstep = FOOTSTEP_GENERIC_HEAVY + transform = matrix(1, 0, -9, 0, 1, -9) + +/turf/simulated/floor/indestructible/grass/jungle + name = "jungle grass" + icon = 'icons/turf/floors/junglegrass.dmi' + icon_state = "junglegrass" + base_icon_state = "junglegrass" + baseturf = /turf/simulated/floor/indestructible/grass/jungle + smoothing_groups = list(SMOOTH_GROUP_TURF, SMOOTH_GROUP_GRASS, SMOOTH_GROUP_JUNGLE_GRASS) + +/turf/simulated/floor/indestructible/grass/no_creep + baseturf = /turf/simulated/floor/indestructible/grass/no_creep + smoothing_flags = null + smoothing_groups = null + canSmoothWith = null + layer = GRASS_UNDER_LAYER + transform = null + +/turf/simulated/floor/indestructible/grass/remove_plating(mob/user) + return + +/turf/simulated/floor/indestructible/grass/crowbar_act(mob/user, obj/item/I) + return + +/turf/simulated/floor/indestructible/grass/try_replace_tile(obj/item/stack/tile/T, mob/user, params) + return + +// Shuttle +/turf/simulated/floor/indestructible/transparent_floor + icon = 'modular_ss220/maps220/icons/shuttle.dmi' + icon_state = "transparent" + oxygen = 0 + nitrogen = 0 + temperature = TCMB + +/turf/simulated/floor/indestructible/transparent_floor/Initialize(mapload) + . = ..() + var/obj/O + O = new() + O.underlays.Add(src) + underlays = O.underlays + qdel(O) + +/turf/simulated/floor/indestructible/transparent_floor/copyTurf(turf/T) + . = ..() + T.transform = transform + +// MARK: Ghostbar + +// Ash +/turf/simulated/floor/ash + name = "ash" + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "ash" + baseturf = /turf/simulated/floor/ash + footstep = FOOTSTEP_SAND + barefootstep = FOOTSTEP_SAND + clawfootstep = FOOTSTEP_SAND + heavyfootstep = FOOTSTEP_GENERIC_HEAVY + +/turf/simulated/floor/ash/pry_tile(obj/item/C, mob/user, silent = FALSE) + return + +/turf/simulated/floor/ash/rocky + name = "rocky ground" + icon_state = "rockyash" + baseturf = /turf/simulated/floor/ash/rocky + footstep = FOOTSTEP_FLOOR + barefootstep = FOOTSTEP_HARD_BAREFOOT + clawfootstep = FOOTSTEP_HARD_CLAW + heavyfootstep = FOOTSTEP_GENERIC_HEAVY + +// Cobble (decorative) +/turf/simulated/floor/indestructible/cobble + name = "cobblestone path" + desc = "A simple but beautiful path made of various sized stones." + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "cobblerock" + baseturf = /turf/simulated/floor/indestructible/cobble + +/turf/simulated/floor/indestructible/cobble/side + icon_state = "cobblerock_side" + +/turf/simulated/floor/indestructible/cobble/corner + icon_state = "cobblerock_corner" + +// Cobblestone +/turf/simulated/floor/cobblestone + name = "cobblestone" + desc = "Cobbled stone that makes a permanent pathway. A bit old-fashioned." + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "cobble" + +/turf/simulated/floor/cobblestone/airless + temperature = TCMB + oxygen = 0 + nitrogen = 0 + baseturf = /turf/simulated/floor/cobblestone/airless + +/turf/simulated/floor/cobblestone/dungeon + icon_state = "cobble_dungeon" + +/turf/simulated/floor/cobblestone/dungeon/airless + temperature = TCMB + oxygen = 0 + nitrogen = 0 + baseturf = /turf/simulated/floor/cobblestone/dungeon/airless + +/turf/simulated/floor/cobblestone/sparse + icon_state = "cobble_sparse" + +/turf/simulated/floor/cobblestone/sparse/airless + temperature = TCMB + oxygen = 0 + nitrogen = 0 + baseturf = /turf/simulated/floor/cobblestone/sparse/airless + +// MARK: Beach + +/turf/simulated/floor/beach/away/coastline/beachcorner + name = "beachcorner" + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "beachcorner" + base_icon_state = "beachcorner" + footstep = FOOTSTEP_WATER + barefootstep = FOOTSTEP_WATER + clawfootstep = FOOTSTEP_WATER + heavyfootstep = FOOTSTEP_WATER + baseturf = /turf/simulated/floor/beach/away/coastline/beachcorner + +/turf/simulated/floor/beach/away/water/deep/dense_canpass + name = "Deep Water" + smoothing_groups = list() + water_overlay_image = null + icon_state = "seadeep" + baseturf = /turf/simulated/floor/beach/away/water/deep + +/turf/simulated/floor/beach/away/water/deep/dense_canpass/CanPass(atom/movable/mover, border_dir) + . = ..() + if(isliving(mover) || mover.density) + return FALSE + +/turf/simulated/floor/beach/away/sand_alternative + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "sand" + base_icon_state = "sand" + mouse_opacity = MOUSE_OPACITY_ICON + water_overlay_image = null + baseturf = /turf/simulated/floor/beach/away/sand_alternative + +/turf/simulated/floor/beach/away/sand_alternative/Initialize(mapload) + . = ..() + if(prob(15)) + icon_state = "sand[rand(1,4)]" + +/turf/simulated/floor/beach/away/sand_alternative/remove_plating(mob/user) + return + +/turf/simulated/floor/beach/away/sand_alternative/crowbar_act(mob/user, obj/item/I) + return + +/turf/simulated/floor/beach/away/sand_alternative/try_replace_tile(obj/item/stack/tile/T, mob/user, params) + return + +/turf/simulated/floor/beach/away/coastline/alternative + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "beach" + base_icon_state = "beach" + water_overlay_image = null + baseturf = /turf/simulated/floor/beach/away/coastline/alternative + +/turf/simulated/floor/beach/away/coastline/beachcorner/alternative + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "beach-corner" + base_icon_state = "beach-corner" + water_overlay_image = null + baseturf = /turf/simulated/floor/beach/away/coastline/beachcorner/alternative + +/turf/simulated/floor/beach/away/water/drop_no_overlay + name = "Water" + icon = 'icons/turf/floors/seadrop.dmi' + icon_state = "seadrop-0" + base_icon_state = "seadrop" + water_overlay_image = null + smoothing_flags = SMOOTH_BITMASK + canSmoothWith = list(SMOOTH_GROUP_BEACH_WATER) + baseturf = /turf/simulated/floor/beach/away/water/drop_no_overlay + +/turf/simulated/floor/beach/away/water/drop_no_overlay/dense + density = TRUE + baseturf = /turf/simulated/floor/beach/away/water/drop_no_overlay/dense + +// MARK: Black Mesa + +/turf/simulated/floor/beach/away/blackmesa + mouse_opacity = MOUSE_OPACITY_ICON + +/turf/simulated/floor/beach/away/blackmesa/xen_acid + name = "acid water" + icon = 'icons/misc/beach.dmi' + icon_state = "seashallow" + color = "#00b300" + light_range = 2 + light_color = "#00b300" + /// How much damage we deal if a mob enters us. + var/acid_damage = 30 + +/turf/simulated/floor/beach/away/blackmesa/xen_acid/Entered(atom/movable/arrived, atom/old_loc, list/atom/old_locs) + . = ..() + if(isliving(arrived) && !istype(arrived, /mob/living/simple_animal/hostile/blackmesa/xen/bullsquid)) + var/mob/living/unlucky_mob = arrived + unlucky_mob.adjustFireLoss(acid_damage) + playsound(unlucky_mob, 'sound/weapons/sear.ogg', 100, TRUE) + +/turf/simulated/floor/beach/away/blackmesa/electric + name = "electric water" + icon = 'icons/misc/beach.dmi' + icon_state = "seashallow" + water_overlay_image = null + color = COLOR_TEAL + light_range = 2 + light_color = COLOR_TEAL + +/turf/simulated/floor/beach/away/blackmesa/electric/Entered(atom/movable/arrived, atom/old_loc, list/atom/old_locs) + . = ..() + if(isliving(arrived)) + var/mob/living/unlucky_mob = arrived + unlucky_mob.Stun(1.5 SECONDS) + unlucky_mob.KnockDown(10 SECONDS) + unlucky_mob.adjustFireLoss(15) + var/datum/effect_system/spark_spread/s = new + s.set_up(5, 1, unlucky_mob.loc) + s.start() + unlucky_mob.visible_message( + span_danger("[unlucky_mob.name] is shocked by [src]!"), + span_userdanger("You feel a powerful shock course through your body!")) + playsound(unlucky_mob, 'sound/effects/sparks4.ogg', 100, TRUE) + +/turf/simulated/floor/beach/away/blackmesa/remove_plating(mob/user) + return + +/turf/simulated/floor/beach/away/blackmesa/crowbar_act(mob/user, obj/item/I) + return + +/turf/simulated/floor/beach/away/blackmesa/try_replace_tile(obj/item/stack/tile/T, mob/user, params) + return + +/turf/simulated/floor/beach/away/coastline/xen + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "sandwater_t" + base_icon_state = "sandwater_t" + water_overlay_image = null + +/turf/simulated/floor/beach/away/coastline/xen/edge_drop + icon_state = "sandwater_b" + base_icon_state = "sandwater_b" + +/turf/simulated/floor/beach/away/coastline/beachcorner/xen + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "sandwater_inner" + base_icon_state = "sandwater_inner" + water_overlay_image = null + +/turf/simulated/floor/beach/away/water/deep/xen + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "water" + base_icon_state = "water" + water_overlay_image = null + +/turf/simulated/floor/plating/xen + name = "strange weeds" + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "xen_turf" + footstep = FOOTSTEP_GRASS + barefootstep = FOOTSTEP_GRASS + clawfootstep = FOOTSTEP_GRASS + heavyfootstep = FOOTSTEP_GENERIC_HEAVY + +/turf/simulated/floor/plating/dirt + name = "dirt" + icon = 'modular_ss220/maps220/icons/floors.dmi' + icon_state = "dirt" + footstep = FOOTSTEP_SAND + barefootstep = FOOTSTEP_SAND + clawfootstep = FOOTSTEP_SAND + heavyfootstep = FOOTSTEP_GENERIC_HEAVY + +/turf/simulated/floor/plating/dirt/xen_dirt + name = "strange path" + color = "#ee5f1c" + +// Away Chasm +/turf/simulated/floor/chasm/straight_down/lava_land_surface/normal_air/normal_temp + light_color = null + light_power = 0 + light_range = 0 // removing faint glow diff --git a/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_areas.dm b/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_areas.dm new file mode 100644 index 000000000000..bb267a1ee600 --- /dev/null +++ b/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_areas.dm @@ -0,0 +1,10 @@ +/area/lavaland/surface/outdoors/legion + name = "Necropolis" + no_teleportlocs = TRUE + tele_proof = TRUE + +/area/ruin/powered/scpfacility + icon_state = "yellow" + +/area/ruin/powered/cheesus + icon_state = "yellow" diff --git a/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_ruins.dm b/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_ruins.dm new file mode 100644 index 000000000000..cd20846ee34c --- /dev/null +++ b/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_ruins.dm @@ -0,0 +1,52 @@ +// Пример добавления руины. +/datum/map_template/ruin/lavaland/example // Вместо "example" писать название руины. + name = "example" // Имя руины + id = "example_id" // ID руины + description = "Пример описания" // Описание руины. Видно только админам. + prefix = "_maps/map_files220/RandomRuins/LavaRuins/" // Путь до карты, обязательно оставлять таким. + suffix = "" // .dmm файл руины, вписывать название полностью, пример: suffix = "example.dmm". Саму карту закидывать в "_maps\map_files\RandomRuins\LavaRuins" + // cost = 5 // Вес руины, чем он больше, тем меньше шанс что она заспавнится + allow_duplicates = FALSE // Разрешает/Запрещает дубликаты руины. TRUE - могут быть дубликаты. FALSE - дубликатов не будет. + always_place = TRUE // Если вписать эту строчку, руина будет спавнится всегда. + ci_exclude = /datum/map_template/ruin/lavaland/example // Это не использовать. + +// Добавлять свои руины под этими комментариями. Делать это по примеру выше! +// Комментарии УДАЛИТЬ если копируешь пример. +/datum/map_template/ruin/lavaland/scp_facility + name = "Сдерживание Аномальных Объектов" + id = "scp_facility" + description = "Заброшенное место хранения опасных и паранормальных предметов а так же существ." + prefix = "_maps/map_files220/RandomRuins/LavaRuins/" + suffix = "scp_facility.dmm" + // cost = 20 // Бесконечная пицца + allow_duplicates = FALSE + +/datum/map_template/ruin/lavaland/cheesus_temple + name = "Церковь Чизуса" + id = "cheesus_temple" + description = "Перенесённая в результате БС аномалии церковь Чизуза." + prefix = "_maps/map_files220/RandomRuins/LavaRuins/" + suffix = "cheesus_temple.dmm" + // cost = 20 // Имеется книга призыва сыра + always_place = FALSE + allow_duplicates = FALSE + +/datum/map_template/ruin/lavaland/ash_old + name = "Заброшенный лагерь Эшей" + id = "ash_old" + description = "Старый, заброшенный лагерь Эшей." + prefix = "_maps/map_files220/RandomRuins/LavaRuins/" + suffix = "ash_old.dmm" + // cost = 10 // В себе имеет платы консоли заключенных и хим раздратчик, так же пнв модуль + always_place = FALSE + allow_duplicates = FALSE + +/datum/map_template/ruin/lavaland/old_outpost + name = "Заброшенный аванпост" + id = "old_outpost" + description = "Старый заброшенный аванпост. Его постигла участь разлома Лаваленда." + prefix = "_maps/map_files220/RandomRuins/LavaRuins/" + suffix = "old_outpost.dmm" + // cost = 25 // на базе в сейфе есть ЕКА + allow_duplicates = FALSE + always_place = FALSE diff --git a/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_turfs.dm b/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_turfs.dm new file mode 100644 index 000000000000..78e90f5ae0ae --- /dev/null +++ b/modular_ss220/maps220/code/RandomRuins/lavaland/lavaland_turfs.dm @@ -0,0 +1,31 @@ +/turf/simulated/floor/plasteel/lavaland_air + name = "floor" + oxygen = LAVALAND_OXYGEN + nitrogen = LAVALAND_NITROGEN + temperature = LAVALAND_TEMPERATURE + atmos_mode = ATMOS_MODE_EXPOSED_TO_ENVIRONMENT + atmos_environment = ENVIRONMENT_LAVALAND + +/turf/simulated/floor/wood/fancy/oak/lavaland_air + name = "oak" + oxygen = LAVALAND_OXYGEN + nitrogen = LAVALAND_NITROGEN + temperature = LAVALAND_TEMPERATURE + atmos_mode = ATMOS_MODE_EXPOSED_TO_ENVIRONMENT + atmos_environment = ENVIRONMENT_LAVALAND + +/turf/simulated/floor/grass/lavaland_air + name = "grass patch" + oxygen = LAVALAND_OXYGEN + nitrogen = LAVALAND_NITROGEN + temperature = LAVALAND_TEMPERATURE + atmos_mode = ATMOS_MODE_EXPOSED_TO_ENVIRONMENT + atmos_environment = ENVIRONMENT_LAVALAND + +/turf/simulated/floor/grass/no_creep/lavaland_air + name = "grass patch" + oxygen = LAVALAND_OXYGEN + nitrogen = LAVALAND_NITROGEN + temperature = LAVALAND_TEMPERATURE + atmos_mode = ATMOS_MODE_EXPOSED_TO_ENVIRONMENT + atmos_environment = ENVIRONMENT_LAVALAND diff --git a/modular_ss220/maps220/code/RandomRuins/space/space_areas.dm b/modular_ss220/maps220/code/RandomRuins/space/space_areas.dm new file mode 100644 index 000000000000..680923c0380c --- /dev/null +++ b/modular_ss220/maps220/code/RandomRuins/space/space_areas.dm @@ -0,0 +1,107 @@ +/area/ruin/space/unpowered/unpowered_structures + always_unpowered = TRUE + report_alerts = FALSE + +/area/ruin/space/powered/requires_power_space + requires_power = TRUE + report_alerts = FALSE + +/* Twin-Nexus Space Hotel */ +/area/ruin/space/spacehotelv1 + report_alerts = FALSE + requires_power = TRUE + +/area/ruin/space/spacehotelv1/guestroom1 + name = "Hotel Guest Room 1" + icon_state = "awaycontent1" + +/area/ruin/space/spacehotelv1/guestroom2 + name = "Hotel Guest Room 2" + icon_state = "awaycontent2" + +/area/ruin/space/spacehotelv1/guestroom3 + name = "Hotel Guest Room 3" + icon_state = "awaycontent3" + +/area/ruin/space/spacehotelv1/guestroom4 + name = "Hotel Guest Room 4" + icon_state = "awaycontent4" + +/area/ruin/space/spacehotelv1/guestroom5 + name = "Hotel Guest Room 5" + icon_state = "awaycontent5" + +/area/ruin/space/spacehotelv1/guestroom6 + name = "Hotel Guest Room 6" + icon_state = "awaycontent6" + +/area/ruin/space/spacehotelv1/kitchen + name = "Hotel Kitchen" + icon_state = "awaycontent7" + +/area/ruin/space/spacehotelv1/reception + name = "Hotel Reception" + icon_state = "awaycontent8" + +/area/ruin/space/spacehotelv1/bar + name = "Hotel Bar" + icon_state = "awaycontent9" + +/area/ruin/space/spacehotelv1/entryhallway + name = "Hotel Entry Hallway" + icon_state = "awaycontent10" + +/area/ruin/space/spacehotelv1/restoraunt3 + name = "Hotel Central Restoraunt Room" + icon_state = "awaycontent11" + +/area/ruin/space/spacehotelv1/forehallway + name = "Hotel Fore Hallway" + icon_state = "awaycontent12" + +/area/ruin/space/spacehotelv1/centralhallway + name = "Hotel Central Hallway" + icon_state = "awaycontent13" + +/area/ruin/space/spacehotelv1/cargostorage + name = "Hotel Cargo Storage" + icon_state = "awaycontent14" + +/area/ruin/space/spacehotelv1/engi1 + name = "Hotel Fore Engineering Room" + icon_state = "awaycontent15" + +/area/ruin/space/spacehotelv1/engi2 + name = "Hotel Aft Engineering Room" + icon_state = "awaycontent16" + +/area/ruin/space/spacehotelv1/forestarboardmaints + name = "Hotel Fore Starboard Maintenance" + icon_state = "awaycontent17" + +/area/ruin/space/spacehotelv1/janitor + name = "Hotel Janitor Room" + icon_state = "awaycontent18" + +/area/ruin/space/spacehotelv1/tcomms + name = "Hotel Telecomms Room" + icon_state = "awaycontent19" + +/area/ruin/space/spacehotelv1/restoraunt1 + name = "Hotel North Restoraunt Room" + icon_state = "awaycontent20" + +/area/ruin/space/spacehotelv1/restoraunt2 + name = "Hotel South Restoraunt Room" + icon_state = "awaycontent21" + +/area/ruin/space/spacehotelv1/barber + name = "Hotel Barber" + icon_state = "awaycontent22" + +/area/vox_base + name = "Vox Base" + icon_state = "purple" + requires_power = FALSE + report_alerts = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_DISABLED diff --git a/modular_ss220/maps220/code/RandomRuins/space/space_ruins.dm b/modular_ss220/maps220/code/RandomRuins/space/space_ruins.dm new file mode 100644 index 000000000000..2cc84a260e85 --- /dev/null +++ b/modular_ss220/maps220/code/RandomRuins/space/space_ruins.dm @@ -0,0 +1,90 @@ +// Пример добавления руины. +/datum/map_template/ruin/space/example // Вместо "example" писать название руины. + name = "example" // Имя руины + id = "example_id" // ID руины + description = "Пример описания" // Описание руины. Видно только админам. + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" // Путь до карты, обязательно оставлять таким. + suffix = "" // .dmm файл руины, вписывать название полностью, пример: suffix = "example.dmm". Саму карту закидывать в путь префикса. + // cost = 5 // Вес руины, чем он больше, тем меньше шанс что она заспавнится + allow_duplicates = FALSE // Разрешает/Запрещает дубликаты руины. TRUE - могут быть дубликаты. FALSE - дубликатов не будет. + always_place = TRUE // Если вписать эту строчку, руина будет спавнится всегда. Использовать ТОЛЬКО для теста! После удалить. + ci_exclude = /datum/map_template/ruin/space/example // Это не использовать. + +// Добавлять свои руины под этими комментариями. Делать это по примеру выше! +// Комментарии УДАЛИТЬ если копируешь пример. +/datum/map_template/ruin/space/mechtransport_new + name = "Mechtransport" + id = "mechtransport_new" + description = "An abandoned unarmed transport ship, a perfect target for the bandit scum." + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "mechtransport_new.dmm" + // cost = 3 + allow_duplicates = FALSE + +/datum/map_template/ruin/space/destroyed_infiltrator + name = "Destroyed Infiltrator Ship" + id = "destroyed_infiltrator" + description = "They're loading BSA! But why? Ah, they're going to sho-..." + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "destroyed_infiltrator.dmm" + // cost = 3 + allow_duplicates = FALSE + +/datum/map_template/ruin/space/transit_bar + name = "Transit Bar" + id = "transit_bar" + description = "One of the trillion bars in this galaxy, this one looks especially homey and comfy." + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "transit_bar.dmm" + // cost = 1 + allow_duplicates = FALSE + +/datum/map_template/ruin/space/infected_ship + name = "Infected Ship" + id = "infected_ship" + description = "A lonely drifting ship showing no signs of life... What kind of black rubber substance is weaving around its shell?" + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "infected_ship.dmm" + // cost = 3 + allow_duplicates = FALSE + +/datum/map_template/ruin/space/convoy_ambush + name = "Convoy Ambush" + id = "convoy_ambush" + description = "I've been waiting for this for twuh years!" + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "convoy_ambush.dmm" + // cost = 3 + allow_duplicates = FALSE + +/datum/map_template/ruin/space/whiteship + name = "NT Medical Ship" + id = "whiteship" + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "whiteship.dmm" + description = "An old, abandoned NT medical ship. Its computer can navigate to other landmarks within space with ease." + allow_duplicates = FALSE + always_place = TRUE + // cost = 0 + +/datum/map_template/ruin/space/whiteship/get_cost() + return 0 + +/datum/map_template/ruin/space/voxraiders_1 + name = "Vox Raiders" + id = "Vox_Raiders" + description = "A small Vox skipjack near some space scrap. They will definitely not tolerate new rivals." + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "voxraiders_1.dmm" + // cost = 4 + allow_duplicates = FALSE + +/datum/map_template/ruin/space/spacehotel + name = "The Twin-Nexus Hotel" + id = "spacehotel" + description = "An interstellar hotel, where the weary spaceman can rest their head and relax, assured that the residental staff will not murder them in their sleep. Probably." + prefix = "_maps/map_files220/RandomRuins/SpaceRuins/" + suffix = "spacehotel.dmm" + // cost = 10 + allow_duplicates = FALSE + diff --git a/modular_ss220/maps220/code/Station/station_areas.dm b/modular_ss220/maps220/code/Station/station_areas.dm new file mode 100644 index 000000000000..96d8b808c5e4 --- /dev/null +++ b/modular_ss220/maps220/code/Station/station_areas.dm @@ -0,0 +1,317 @@ +/* Station */ +/area/station/security/checkpoint/south + name = "Южный Контрольно-Пропускной Пункт Службы Безопасности" + request_console_name = "Security" + +/area/station/security/podpilot + name = "Гараж Под-пилота Службы Безопасности" + icon_state = "security" + request_console_name = "Security" + +/area/station/security/interrogation/observation + name = "Просматриваемая Допросная" + request_console_name = "Security" + +/area/station/security/processing + request_console_name = "Security" + +/area/station/security/restroom + name = "Комната отдыха Службы Безопасности" + icon_state = "security" + request_console_name = "Security" + +/area/mine/laborcamp + request_console_name = "Labor Camp" + +/area/mine/laborcamp/security + request_console_name = "Security" + +/area/station/command/bridge + request_console_name = "Bridge" + +/area/station/command/bridge/checkpoint + name = "Контрольно-Пропускной Пункт Командования" + +/area/station/command/bridge/checkpoint/north + name = "Северный Контрольно-Пропускной Пункт Командования" + +/area/station/command/bridge/checkpoint/south + name = "Южный Контрольно-Пропускной Пункт Командования" + +/area/station/telecomms + request_console_name = "Bridge" + +/area/station/engineering/hallway + name = "Коридор Инженерного Отдела" + icon_state = "engine_hallway" + request_console_name = "Engineering" + +/area/station/engineering/control + request_console_name = "Engineering" + +/area/station/engineering/controlroom + request_console_name = "Engineering" + +/area/station/engineering/dronefabricator + name = "Комната Изготовления Дронов" + icon_state = "engi" + request_console_name = "Engineering" + +/area/station/engineering/emergency + name = "Аварийные Запасы Инженерного Отдела" + icon_state = "emergencystorage" + request_console_name = "Engineering" + +/area/station/engineering/atmos + request_console_name = "Atmospherics" + +/area/station/engineering/supermatter_room + name = "Комната Суперматерии" + icon_state = "engi" + request_console_name = "Atmospherics" + +/area/station/engineering/utility + name = "Инженерная Подсобка" + icon_state = "engimaint" + request_console_name = "Engineering" + +/area/station/engineering/mechanic + name = "Гараж Под Механика" + icon_state = "engi" + request_console_name = "Engineering" + +/area/station/engineering/atmos/storage + name = "Хранилище Атмосферного Отдела" + icon_state = "atmos" + request_console_name = "Atmospherics" + +/area/station/supply/abandoned_boxroom + name = "Заброшенное Складское Помещение" + icon_state = "cargobay" + request_console_name = "Cargo Bay" + +/area/station/supply/expedition/gate + name = "Гейт" + request_console_name = "Expedition" + +/area/station/supply/storage + request_console_name = "Cargo Bay" + +/area/station/medical/sleeper + request_console_name = "Medbay" + +/area/station/medical/virology + request_console_name = "Virology" + +/area/station/medical/virology/test_room + name = "Тестовая Комната Вирусологии" + +/area/station/medical/chemistry + request_console_name = "Chemistry" + +/area/station/medical/paramedic + request_console_name = "Paramedic" + +/area/station/medical/morgue + request_console_name = "Morgue" + +/area/station/public/pool + name = "Бассейн" + icon_state = "dorms" + request_console_name = "Crew Quarters" + +/area/station/public/vacant_store + name = "Вакантный Магазин" + icon = 'modular_ss220/maps220/icons/areas.dmi' + icon_state = "vacantstore" + request_console_name = "Crew Quarters" + +/area/station/public/sleep_male + name = "Мужские Дормитории" + icon_state = "Sleep" + request_console_name = "Crew Quarters" + +/area/station/public/sleep_female + name = "Женские Дормитории" + icon_state = "Sleep" + request_console_name = "Crew Quarters" + +/area/station/public/toilet/male + name = "Мужские Туалеты" + request_console_name = "Crew Quarters" + +/area/station/public/toilet/female + name = "Женские Туалеты" + request_console_name = "Crew Quarters" + +/area/station/service/bar/atrium + name = "Атриум" + icon_state = "bar" + request_console_name = "Crew Quarters" + +/area/station/public/vacant_office/secondary + request_console_name = "Crew Quarters" + +/area/station/service/chapel/bedroom + name = "Каюта Священника" + icon_state = "chapeloffice" + request_console_name = "Chapel" + +/area/station/service/chapel/study + name = "Рабочий Кабинет Священника" + icon_state = "chapeloffice" + request_console_name = "Chapel" + +/area/station/service/bar + request_console_name = "Bar" + +/area/station/service/kitchen + request_console_name = "Kitchen" + +/area/station/service/hydroponics + request_console_name = "Hydroponics" + +/area/station/maintenance/dormitory_maintenance + name = "Технические Тоннели Дормиториев" + icon_state = "smaint" + +/area/station/maintenance/old_kitchen + name = "Старая Кухня" + icon_state = "kitchen" + +/area/station/maintenance/old_detective + name = "Старый Офис Детектива" + icon_state = "detective" + +/area/station/maintenance/virology_maint + name = "Технические Тоннели Вирусологии. Строительная Зона" + icon_state = "smaint" + +/area/station/hallway/secondary/exit/maintenance + name = "Заброшенный Коридор Эвакуационного Шаттла" + icon_state = "escape" + +/* CentCom */ +/area/centcom/ss220 + name = "ЦК" + icon_state = "centcom" + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + nad_allowed = TRUE + +/area/centcom/ss220/evac + name = "ЦК - Эвакуационный шаттл" + icon_state = "centcom_evac" + +/area/centcom/ss220/park + name = "ЦК - Парк" + icon_state = "centcom" + +/area/centcom/ss220/bar + name = "ЦК - Бар" + icon_state = "centcom" + +/area/centcom/ss220/general + name = "ЦК - Зона персонала" + icon_state = "centcom" + +/area/centcom/ss220/supply + name = "ЦК - Доставка" + icon_state = "centcom_supply" + +/area/centcom/ss220/admin1 + name = "ЦК - Коридоры ЦК" + icon_state ="centcom" + +/area/centcom/ss220/admin2 + name = "ЦК - Офисы" + icon_state = "centcom" + +/area/centcom/ss220/admin3 + name = "ЦК - ОБР" + icon_state = "centcom_specops" + +/area/centcom/ss220/medbay + name = "ЦК - Лазарет" + icon_state = "centcom" + +/area/centcom/ss220/court + name = "ЦК - Зал суда" + icon_state = "centcom" + +/area/centcom/ss220/library + name = "ЦК - Библиотека" + icon_state = "centcom" + +/area/centcom/ss220/command + name = "ЦК - Командный центр" + icon_state = "centcom_ctrl" + +/area/centcom/ss220/jail + name = "ЦК - Тюрьма" + icon_state = "centcom" + +/area/shuttle/assault_pod/nanotrasen + name = "Nanotrasen Drop Pod" + icon_state = "shuttle" + +/* Syndicate Base - Mothership */ +/area/syndicate_mothership + name = "Syndicate Forward Base" + icon = 'modular_ss220/maps220/icons/areas.dmi' + icon_state = "syndie-ship" + requires_power = FALSE + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + nad_allowed = TRUE + ambientsounds = HIGHSEC_SOUNDS + +/area/syndicate_mothership/outside + name = "Syndicate Controlled Territory" + dynamic_lighting = DYNAMIC_LIGHTING_DISABLED + icon_state = "syndie-outside" + +/area/syndicate_mothership/control + name = "Syndicate Control Room" + icon_state = "syndie-control" + +/area/syndicate_mothership/elite_squad + name = "Syndicate Elite Squad" + icon_state = "syndie-elite" + +/area/syndicate_mothership/infteam + name = "Syndicate Infiltrators" + icon_state = "syndie-infiltrator" + +/area/syndicate_mothership/jail + name = "Syndicate Jail" + icon_state = "syndie-jail" + +/area/syndicate_mothership/cargo + name = "Syndicate Cargo" + icon_state = "syndie-cargo" + +/* Skyrat Ghostbar */ +/area/ghost_bar/outdoor + name = "Ghost Bar - Outdoor" + icon_state = "away" + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/jungle1.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/jungle2.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/jungle3.ogg') + +/area/ghost_bar/outdoor/beach + name = "Ghost Bar - Beach" + icon_state = "beach" + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/river.ogg', 'sound/ambience/seag1.ogg', 'sound/ambience/seag2.ogg', 'sound/ambience/seag2.ogg') + +/area/ghost_bar/indoor + name = "Ghost Bar - Indoor" + icon_state = "observatory" + dynamic_lighting = DYNAMIC_LIGHTING_FORCED + +/area/ghost_bar/indoor/cave + name = "Ghost Bar - Cave" + icon_state = "cave" + ambientsounds = list('modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient2.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/cave_ambient3.ogg', 'modular_ss220/aesthetics_sounds/sound/area_ambient/cave_waterdrops.ogg') + +/* Misc */ +/area/holodeck + dynamic_lighting = DYNAMIC_LIGHTING_FORCED diff --git a/modular_ss220/maps220/code/Station/station_datums.dm b/modular_ss220/maps220/code/Station/station_datums.dm new file mode 100644 index 000000000000..f7642b0e785b --- /dev/null +++ b/modular_ss220/maps220/code/Station/station_datums.dm @@ -0,0 +1,23 @@ +/datum/map/boxstation + fluff_name = "ИСН Кибериада" + technical_name = "BoxStation220" + map_path = "_maps/map_files220/stations/boxstation.dmm" + webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss220/boxstation/" + +/datum/map/deltastation + fluff_name = "ИСН Керберос" + technical_name = "DeltaStation220" + map_path = "_maps/map_files220/stations/deltastation.dmm" + webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss220/deltastation/" + +/datum/map/metastation + fluff_name = "ИСН Цереброн" + technical_name = "MetaStation220" + map_path = "_maps/map_files220/stations/metastation.dmm" + webmap_url = "https://webmap.affectedarc07.co.uk/maps/ss220/metastation/" + +/datum/map/cerestation + voteable = FALSE + +/datum/map/emeraldstation + voteable = FALSE diff --git a/modular_ss220/maps220/code/admin.dm b/modular_ss220/maps220/code/admin.dm new file mode 100644 index 000000000000..db6f8263ef9b --- /dev/null +++ b/modular_ss220/maps220/code/admin.dm @@ -0,0 +1,5 @@ +/obj/item/stack/spacecash/c100k + amount = 100000 + +/obj/item/storage/bag/cash/admin/populate_contents() + new /obj/item/stack/spacecash/c100k(src) diff --git a/modular_ss220/maps220/code/corpses.dm b/modular_ss220/maps220/code/corpses.dm new file mode 100644 index 000000000000..4fe9a4dfd484 --- /dev/null +++ b/modular_ss220/maps220/code/corpses.dm @@ -0,0 +1,46 @@ +/* For Black Market Packers gateway */ +/obj/effect/mob_spawn/human/corpse/tacticool + mob_type = /mob/living/carbon/human + name = "Tacticool corpse" + icon = 'icons/obj/clothing/under/syndicate.dmi' + icon_state = "tactifool" + mob_name = "Unknown" + random = TRUE + death = TRUE + disable_sensors = TRUE + outfit = /datum/outfit/packercorpse + +/datum/outfit/packercorpse + name = "Packer Corpse" + uniform = /obj/item/clothing/under/syndicate/tacticool + shoes = /obj/item/clothing/shoes/combat + back = /obj/item/storage/backpack + l_ear = /obj/item/radio/headset + gloves = /obj/item/clothing/gloves/color/black + +/obj/effect/mob_spawn/human/corpse/tacticool/Initialize(mapload) + brute_damage = rand(0, 400) + burn_damage = rand(0, 400) + return ..() + +/obj/effect/mob_spawn/human/corpse/syndicatesoldier/trader + name = "Syndi trader corpse" + icon = 'icons/obj/clothing/under/syndicate.dmi' + icon_state = "tactifool" + random = TRUE + disable_sensors = TRUE + outfit = /datum/outfit/syndicatetrader + +/datum/outfit/syndicatetrader + uniform = /obj/item/clothing/under/syndicate/tacticool + shoes = /obj/item/clothing/shoes/combat + back = /obj/item/storage/backpack + gloves = /obj/item/clothing/gloves/color/black/forensics + belt = /obj/item/gun/projectile/automatic/pistol + mask = /obj/item/clothing/mask/balaclava + suit = /obj/item/clothing/suit/armor/vest/combat + +/obj/effect/mob_spawn/human/corpse/syndicatesoldier/trader/Initialize(mapload) + brute_damage = rand(150, 500) + burn_damage = rand(100, 300) + return ..() diff --git a/modular_ss220/maps220/code/directions.dm b/modular_ss220/maps220/code/directions.dm new file mode 100644 index 000000000000..aeae30d9351d --- /dev/null +++ b/modular_ss220/maps220/code/directions.dm @@ -0,0 +1,596 @@ +/* Intercom */ +/obj/item/radio/intercom/directional + name = "\improper station intercom" + +/obj/item/radio/intercom/directional/south + pixel_y = -22 + dir = 1 + +/obj/item/radio/intercom/directional/north + pixel_y = 22 + +/obj/item/radio/intercom/directional/west + pixel_x = -22 + dir = 4 + +/obj/item/radio/intercom/directional/east + pixel_x = 22 + dir = 8 + +/* Nanotrasen WallMed */ +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/economy/vending/wallmed/emergency_ntmed, 32, 32) + +/* Fire Alarm */ +// TODO: Cringe dirs, should be fixed in .dmi +/obj/machinery/firealarm/directional/south + dir = 1 + +/obj/machinery/firealarm/directional/north + dir = 2 + +/obj/machinery/firealarm/no_alarm/directional/south + dir = 1 + +/obj/machinery/firealarm/no_alarm/directional/north + dir = 2 + +/obj/machinery/firealarm/syndicate/directional/south + dir = 1 + +/obj/machinery/firealarm/syndicate/directional/north + dir = 2 + +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/firealarm/no_alarm, 24, 24) +MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/firealarm/syndicate, 24, 24) + +/* Light Switch */ +/obj/machinery/light_switch + name = "\improper light switch" + +/obj/machinery/light_switch/south + pixel_y = -24 + dir = 1 + +/obj/machinery/light_switch/north + pixel_y = 24 + +/obj/machinery/light_switch/west + pixel_x = -24 + dir = 4 + +/obj/machinery/light_switch/east + pixel_x = 24 + dir = 8 + +/obj/machinery/holosign_switch + name = "\improper holosign switch" + +/obj/machinery/holosign_switch/south + pixel_y = -24 + dir = 1 + +/obj/machinery/holosign_switch/north + pixel_y = 24 + +/obj/machinery/holosign_switch/west + pixel_x = -24 + dir = 4 + +/obj/machinery/holosign_switch/east + pixel_x = 24 + dir = 8 + +/* Keycard Authentication Device */ +/obj/machinery/keycard_auth + name = "\improper Keycard Authentication Device" + +/obj/machinery/keycard_auth/south + pixel_y = -24 + dir = 1 + +/obj/machinery/keycard_auth/north + pixel_y = 24 + +/obj/machinery/keycard_auth/west + pixel_x = -24 + dir = 4 + +/obj/machinery/keycard_auth/east + pixel_x = 24 + dir = 8 + +/* Buttons */ +/obj/machinery/door_control/bolt_control + name = "\improper Door Bolt Control" + normaldoorcontrol = 1 + specialfunctions = 4 + +/obj/machinery/door_control/bolt_control/south + pixel_y = -24 + dir = 1 + +/obj/machinery/door_control/bolt_control/north + pixel_y = 24 + +/obj/machinery/door_control/bolt_control/west + pixel_x = -24 + dir = 4 + +/obj/machinery/door_control/bolt_control/east + pixel_x = 24 + dir = 8 + +/obj/machinery/door_control/normal + name = "\improper Door Control" + normaldoorcontrol = 1 + +/obj/machinery/door_control/normal/south + pixel_y = -24 + dir = 1 + +/obj/machinery/door_control/normal/north + pixel_y = 24 + +/obj/machinery/door_control/normal/west + pixel_x = -24 + dir = 4 + +/obj/machinery/door_control/normal/east + pixel_x = 24 + dir = 8 + +/obj/machinery/door_control/shutter + name = "\improper Shutters Control" + +/obj/machinery/door_control/shutter/south + pixel_y = -24 + dir = 1 + +/obj/machinery/door_control/shutter/north + pixel_y = 24 + +/obj/machinery/door_control/shutter/west + pixel_x = -24 + dir = 4 + +/obj/machinery/door_control/shutter/east + pixel_x = 24 + dir = 8 + +/obj/machinery/door_control/no_emag + name = "\improper Door Bolt Control (Secured)" + +/obj/machinery/door_control/no_emag/south + pixel_y = -24 + dir = 1 + +/obj/machinery/door_control/no_emag/north + pixel_y = 24 + +/obj/machinery/door_control/no_emag/west + pixel_x = -24 + dir = 4 + +/obj/machinery/door_control/no_emag/east + pixel_x = 24 + dir = 8 + +/obj/machinery/button/windowtint + name = "\improper Window Tint Control" + +/obj/machinery/button/windowtint/south + pixel_y = -24 + dir = 1 + +/obj/machinery/button/windowtint/north + pixel_y = 24 + +/obj/machinery/button/windowtint/west + pixel_x = -24 + dir = 4 + +/obj/machinery/button/windowtint/east + pixel_x = 24 + dir = 8 + +/* Light Fixtures */ +/obj/machinery/light/directional + name = "\improper light fixture" + +/obj/machinery/light/directional/north + dir = 1 + +/obj/machinery/light/directional/south + +/obj/machinery/light/directional/east + dir = 4 + +/obj/machinery/light/directional/west + dir = 8 + +/obj/machinery/light/nightshifted + name = "\improper light fixture" + nightshift_allowed = FALSE + nightshift_enabled = TRUE + +/obj/machinery/light/nightshifted/north + dir = 1 + +/obj/machinery/light/nightshifted/south + +/obj/machinery/light/nightshifted/east + dir = 4 + +/obj/machinery/light/nightshifted/west + dir = 8 + +/obj/machinery/light/built + name = "\improper light fixture" + +/obj/machinery/light/built/north + dir = 1 + +/obj/machinery/light/built/south + +/obj/machinery/light/built/east + dir = 4 + +/obj/machinery/light/built/west + dir = 8 + +/obj/machinery/light/small/directional + name = "\improper light fixture" + +/obj/machinery/light/small/directional/north + dir = 1 + +/obj/machinery/light/small/directional/south + +/obj/machinery/light/small/directional/east + dir = 4 + +/obj/machinery/light/small/directional/west + dir = 8 + +/obj/machinery/light/small/nightshifted + name = "\improper light fixture" + nightshift_allowed = FALSE + nightshift_enabled = TRUE + +/obj/machinery/light/small/nightshifted/north + dir = 1 + +/obj/machinery/light/small/nightshifted/south + +/obj/machinery/light/small/nightshifted/east + dir = 4 + +/obj/machinery/light/small/nightshifted/west + dir = 8 + +/obj/machinery/light/small/built + name = "\improper light fixture" + +/obj/machinery/light/small/built/north + dir = 1 + +/obj/machinery/light/small/built/south + +/obj/machinery/light/small/built/east + dir = 4 + +/obj/machinery/light/small/built/west + dir = 8 + +/obj/machinery/light_construct/directional + name = "\improper light fixture frame" + +/obj/machinery/light_construct/directional/north + dir = 1 + +/obj/machinery/light_construct/directional/south + +/obj/machinery/light_construct/directional/east + dir = 4 + +/obj/machinery/light_construct/directional/west + dir = 8 + +/obj/machinery/light_construct/small/north + dir = 1 + +/obj/machinery/light_construct/small/south + +/obj/machinery/light_construct/small/east + dir = 4 + +/obj/machinery/light_construct/small/west + dir = 8 + +/* Extinguisher */ +/obj/structure/extinguisher_cabinet/directional + name = "\improper extinguisher cabinet" + +/obj/structure/extinguisher_cabinet/directional/south + pixel_y = -32 + dir = 1 + +/obj/structure/extinguisher_cabinet/directional/north + pixel_y = 32 + +/obj/structure/extinguisher_cabinet/directional/west + pixel_x = -24 + dir = 4 + +/obj/structure/extinguisher_cabinet/directional/east + pixel_x = 24 + dir = 8 + +/obj/structure/extinguisher_cabinet/empty/south + pixel_y = -32 + dir = 1 + +/obj/structure/extinguisher_cabinet/empty/north + pixel_y = 32 + +/obj/structure/extinguisher_cabinet/empty/west + pixel_x = -24 + dir = 4 + +/obj/structure/extinguisher_cabinet/empty/east + pixel_x = 24 + dir = 8 + +/* Wall Tanks */ +/obj/structure/reagent_dispensers/fueltank/chem + name = "\improper fuel tank" + +/obj/structure/reagent_dispensers/fueltank/chem/south + pixel_y = -32 + dir = 1 + +/obj/structure/reagent_dispensers/fueltank/chem/north + pixel_y = 32 + +/obj/structure/reagent_dispensers/fueltank/chem/west + pixel_x = -32 + dir = 4 + +/obj/structure/reagent_dispensers/fueltank/chem/east + pixel_x = 32 + dir = 8 + +/obj/structure/reagent_dispensers/virusfood + name = "\improper virus food dispenser" + +/obj/structure/reagent_dispensers/virusfood/south + pixel_y = -32 + dir = 1 + +/obj/structure/reagent_dispensers/virusfood/north + pixel_y = 32 + +/obj/structure/reagent_dispensers/virusfood/west + pixel_x = -32 + dir = 4 + +/obj/structure/reagent_dispensers/virusfood/east + pixel_x = 32 + dir = 8 + +/obj/structure/reagent_dispensers/spacecleanertank + name = "\improper space cleaner refiller" + +/obj/structure/reagent_dispensers/spacecleanertank/south + pixel_y = -32 + dir = 1 + +/obj/structure/reagent_dispensers/spacecleanertank/north + pixel_y = 32 + +/obj/structure/reagent_dispensers/spacecleanertank/west + pixel_x = -32 + dir = 4 + +/obj/structure/reagent_dispensers/spacecleanertank/east + pixel_x = 32 + dir = 8 + +/obj/structure/reagent_dispensers/peppertank + name = "\improper pepper spray refiller" + +/obj/structure/reagent_dispensers/peppertank/south + pixel_y = -32 + dir = 1 + +/obj/structure/reagent_dispensers/peppertank/north + pixel_y = 32 + +/obj/structure/reagent_dispensers/peppertank/west + pixel_x = -32 + dir = 4 + +/obj/structure/reagent_dispensers/peppertank/east + pixel_x = 32 + dir = 8 + +/* NewsCaster */ +/obj/machinery/newscaster/directional + name = "\improper newscaster" + +/obj/machinery/newscaster/directional/south + pixel_y = -28 + dir = 1 + +/obj/machinery/newscaster/directional/north + pixel_y = 28 + +/obj/machinery/newscaster/directional/west + pixel_x = -28 + dir = 4 + +/obj/machinery/newscaster/directional/east + pixel_x = 28 + dir = 8 + +/obj/machinery/newscaster/security_unit + name = "\improper security newscaster" + +/obj/machinery/newscaster/security_unit/south + pixel_y = -28 + dir = 1 + +/obj/machinery/newscaster/security_unit/north + pixel_y = 28 + +/obj/machinery/newscaster/security_unit/west + pixel_x = -28 + dir = 4 + +/obj/machinery/newscaster/security_unit/east + pixel_x = 28 + dir = 8 + +/* Sinks */ +/obj/structure/sink/directional + name = "\improper sink" + +/obj/structure/sink/directional/south + pixel_y = -4 + dir = 1 + +/obj/structure/sink/directional/north + pixel_y = 18 + +/obj/structure/sink/directional/west + pixel_x = 12 + dir = 4 + +/obj/structure/sink/directional/east + pixel_x = -12 + dir = 8 + +/obj/structure/sink/kitchen/south + pixel_y = -4 + dir = 1 + +/obj/structure/sink/kitchen/north + pixel_y = 18 + +/obj/structure/sink/kitchen/west + pixel_x = -11 + dir = 4 + +/obj/structure/sink/kitchen/east + pixel_x = 11 + dir = 8 + +/* Posters */ +/obj/structure/sign/poster/random/south + pixel_y = -32 + +/obj/structure/sign/poster/random/north + pixel_y = 32 + +/obj/structure/sign/poster/random/west + pixel_x = -32 + +/obj/structure/sign/poster/random/east + pixel_x = 32 + +/obj/structure/sign/poster/contraband/random/south + pixel_y = -32 + +/obj/structure/sign/poster/contraband/random/north + pixel_y = 32 + +/obj/structure/sign/poster/contraband/random/west + pixel_x = -32 + +/obj/structure/sign/poster/contraband/random/east + pixel_x = 32 + +/obj/structure/sign/poster/official/random/south + pixel_y = -32 + +/obj/structure/sign/poster/official/random/north + pixel_y = 32 + +/obj/structure/sign/poster/official/random/west + pixel_x = -32 + +/obj/structure/sign/poster/official/random/east + pixel_x = 32 + +/* Displays */ +/obj/machinery/status_display/directional + name = "\improper status display" + layer = ABOVE_WINDOW_LAYER + +/obj/machinery/status_display/directional/south + pixel_y = -32 + +/obj/machinery/status_display/directional/north + pixel_y = 32 + +/obj/machinery/status_display/directional/west + pixel_x = -32 + +/obj/machinery/status_display/directional/east + pixel_x = 32 + +/obj/machinery/status_display/supply_display/south + pixel_y = -32 + +/obj/machinery/status_display/supply_display/north + pixel_y = 32 + +/obj/machinery/status_display/supply_display/west + pixel_x = -32 + +/obj/machinery/status_display/supply_display/east + pixel_x = 32 + +/obj/machinery/ai_status_display + layer = ABOVE_WINDOW_LAYER + +/obj/machinery/ai_status_display/south + pixel_y = -32 + +/obj/machinery/ai_status_display/north + pixel_y = 32 + +/obj/machinery/ai_status_display/west + pixel_x = -32 + +/obj/machinery/ai_status_display/east + pixel_x = 32 + +/obj/machinery/computer/security/telescreen/entertainment/directional + name = "\improper entertainment monitor" + layer = ABOVE_WINDOW_LAYER + +/obj/machinery/computer/security/telescreen/entertainment/directional/south + pixel_y = -32 + +/obj/machinery/computer/security/telescreen/entertainment/directional/north + pixel_y = 32 + +/obj/machinery/computer/security/telescreen/entertainment/directional/west + pixel_x = -32 + +/obj/machinery/computer/security/telescreen/entertainment/directional/east + pixel_x = 32 + +/* Airlock Cycle Button */ +/obj/machinery/access_button/south + pixel_y = -24 + +/obj/machinery/access_button/north + pixel_y = 24 + +/obj/machinery/access_button/west + pixel_x = -24 + +/obj/machinery/access_button/east + pixel_x = 24 diff --git a/modular_ss220/maps220/code/effects.dm b/modular_ss220/maps220/code/effects.dm new file mode 100644 index 000000000000..f7545d70fbac --- /dev/null +++ b/modular_ss220/maps220/code/effects.dm @@ -0,0 +1,182 @@ +/* Central Command */ +// Decals +/obj/effect/decal/nanotrasen_logo_circle + name = "Nanotrasen logo" + icon = 'modular_ss220/maps220/icons/nanotrasen_logo.dmi' + icon_state = "ntlogo" + layer = TURF_LAYER + desc = "Glory to Nanotrasen." + +/* Syndicate Base - Mothership */ +// Decals +/obj/effect/decal/syndie_logo + name = "Syndicate logo" + icon = 'modular_ss220/maps220/icons/syndie_logo.dmi' + icon_state = "logo1" + layer = TURF_LAYER + desc = "Death to Nanotrasen." + +// Turf decals +/obj/effect/turf_decal/miscellaneous + icon_state = null + +/obj/effect/turf_decal/miscellaneous/plumbing + icon = 'modular_ss220/maps220/icons/decals.dmi' + icon_state = "plumbing" + +/obj/effect/turf_decal/miscellaneous/goldensiding + icon = 'modular_ss220/maps220/icons/decals.dmi' + icon_state = "golden_stripes" + +/obj/effect/turf_decal/miscellaneous/goldensiding/corner + icon_state = "golden_stripes_corner" + +/obj/effect/turf_decal/siding/black + icon = 'modular_ss220/maps220/icons/decals.dmi' + icon_state = "bs_line" + +/obj/effect/turf_decal/siding/black/corner + icon_state = "bs_deadlock" + +/obj/effect/turf_decal/siding/black/full + icon_state = "bs_full" + +/* Awaymission - Gate Lizard */ +// Firefly +/obj/effect/firefly + name = "firefly" + desc = "" + icon = 'modular_ss220/maps220/icons/effects.dmi' + icon_state = "fire_fly1" + light_color = "#F8F6E6" + light_power = 4 + light_range = 2 + mouse_opacity = MOUSE_OPACITY_TRANSPARENT + +/obj/effect/firefly/blue + icon_state = "fire_fly3" + light_color = "#4169E1" + +/obj/effect/firefly/green + icon_state = "fire_fly2" + light_color = "#228B22" + +/* Awaymission - Caves */ +// Decals +/obj/effect/decal/solgov_logo + name = "SolGov logo" + icon = 'modular_ss220/maps220/icons/syndie_logo.dmi' + icon_state = "sol_logo1" + layer = TURF_LAYER + desc = "Glory to humanity!" + +/* Beach */ +/obj/item/toy/seashell + name = "ракушка" + desc = "Пусть у вас всегда будет ракушка в кармане и песок в ботинках. Что бы это ни значило." + icon = 'modular_ss220/maps220/icons/decals.dmi' + icon_state = "shell1" + var/static/list/possible_colors = list("" = 2, COLOR_PURPLE_GRAY = 1, COLOR_OLIVE = 1, COLOR_PALE_BLUE_GRAY = 1, COLOR_RED_GRAY = 1) + +/obj/item/toy/seashell/Initialize(mapload) + . = ..() + pixel_x = rand(-5, 5) + pixel_y = rand(-5, 5) + icon_state = "shell[rand(1,3)]" + color = pickweight(possible_colors) + setDir(pick(GLOB.cardinal)) + +/*Black Mesa*/ +//Lamda +/datum/looping_sound/lambda + mid_sounds = list('modular_ss220/aesthetics_sounds/sound/lc_mainbeam.ogg' = 1) + mid_length = 8.1 SECONDS + volume = 100 + +/obj/effect/bump_teleporter/lambda + name = "\improper Lambda телепорт" + desc = "Сверхмощный портал, способный пронести вас сквозь миры." + icon = 'icons/obj/tesla_engine/energy_ball.dmi' + icon_state = "energy_ball" + pixel_x = -32 + pixel_y = -32 + invisibility = 0 + light_range = 6 + color = COLOR_CYAN + var/datum/looping_sound/lambda/looping_sound + var/atom/movable/effect + +/obj/effect/bump_teleporter/lambda/Initialize(mapload) + . = ..() + looping_sound = new(src, TRUE) + effect = new(src) + vis_contents += effect + +/obj/effect/bump_teleporter/lambda/Destroy() + QDEL_NULL(looping_sound) + vis_contents -= effect + QDEL_NULL(effect) + return ..() + +/obj/effect/bump_teleporter/lambda/Bumped(atom/user) + // Play sound before moving. + playsound(src, 'modular_ss220/aesthetics_sounds/sound/lc_teleport.ogg', 100) + + . = ..() + + if(isliving(user)) + var/mob/living/teleporting_mob = user + teleporting_mob.flash_eyes(10, 1, 1, /atom/movable/screen/fullscreen/flash/lambda, 3 SECONDS) + teleporting_mob.Confused(15 SECONDS) + +/atom/movable/screen/fullscreen/flash/lambda + color = COLOR_GREEN + +//Paper fluff +/obj/structure/fluff/paper + name = "dense lining of papers" + desc = "A lining of paper scattered across the bottom of a wall." + icon = 'modular_ss220/maps220/icons/misc_objects.dmi' + icon_state = "paper" + deconstructible = FALSE + +/obj/structure/fluff/paper/corner + icon_state = "papercorner" + +/obj/structure/fluff/paper/stack + name = "dense stack of papers" + desc = "A stack of various papers, childish scribbles scattered across each page." + icon_state = "paperstack" + +//Train +/obj/structure/fluff/tram_rail + name = "tram rail" + desc = "Great for trams, not so great for skating." + icon = 'modular_ss220/maps220/icons/misc_objects.dmi' + icon_state = "rail" + layer = GAS_PIPE_VISIBLE_LAYER + plane = FLOOR_PLANE + deconstructible = FALSE + +/obj/structure/fluff/tram_rail/floor + icon_state = "rail_floor" + +/obj/structure/fluff/tram_rail/end + icon_state = "railend" + +/obj/structure/fluff/tram_rail/anchor + name = "tram rail anchor" + icon_state = "anchor" + +//Light emitter +/obj/effect/light_emitter/colored + set_cap = 1 + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi' + icon_state = "sunlight_helper" + layer = 10 + +/obj/effect/light_emitter/colored/dark_purple + light_color = "#53254d" + +/obj/effect/light_emitter/colored/lime + light_color = "#6AFF00" diff --git a/modular_ss220/maps220/code/flora.dm b/modular_ss220/maps220/code/flora.dm new file mode 100644 index 000000000000..e32c02723d7a --- /dev/null +++ b/modular_ss220/maps220/code/flora.dm @@ -0,0 +1,62 @@ +/obj/structure/flora/biolumini + name = "glowing plants" + desc = "Several sticks with bulbous, bioluminescent tips." + icon = 'modular_ss220/maps220/icons/mesaflora.dmi' + icon_state = "stick" + light_range = 4 + light_power = 1 + max_integrity = 50 + var/list/random_light = list("#6AFF00","#00FFEE", "#D9FF00", "#FFC800") + +/obj/structure/flora/biolumini/Initialize(mapload) + . = ..() + icon_state = "stick[rand(1, 9)]" + if(random_light) + light_color = pick(random_light) + update_appearance() + +// /obj/structure/flora/biolumini/update_overlays() +// . = ..() +// cut_overlay(src, managed_overlays) +// add_overlay(src, icon, "[icon_state]_light", 0, ABOVE_LIGHTING_PLANE) +// if(light_color) +// var/obj/effect/overlay = managed_overlays[1] +// overlay.color = light_color + + +/obj/structure/flora/biolumini/flower + name = "glowing plant" + desc = "Beautiful, bioluminescent flower." + icon_state = "flower" + +/obj/structure/flora/biolumini/flower/Initialize(mapload) + . = ..() + icon_state = "flower[rand(1, 2)]" + +/obj/structure/flora/biolumini/mine + name = "glowing plant" + desc = "Glowing sphere encased in jungle leaves." + icon_state = "mine" + +/obj/structure/flora/biolumini/mine/Initialize(mapload) + . = ..() + icon_state = "mine[rand(1, 4)]" + +/obj/structure/flora/biolumini/lamp + name = "plant lamp" + desc = "Bioluminescent plant much in a shape of a street lamp." + icon_state = "lamp" + +/obj/structure/flora/biolumini/lamp/Initialize(mapload) + . = ..() + icon_state = "lamp[rand(1, 2)]" + +/obj/structure/flora/biolumini/mine/weaklight + light_power = 0.5 + +/obj/structure/flora/biolumini/flower/weaklight + light_power = 0.5 + +/obj/structure/flora/biolumini/lamp/weaklight + light_power = 0.5 + diff --git a/modular_ss220/maps220/code/helpers.dm b/modular_ss220/maps220/code/helpers.dm new file mode 100644 index 000000000000..9eb2566efdb2 --- /dev/null +++ b/modular_ss220/maps220/code/helpers.dm @@ -0,0 +1,101 @@ +/obj/effect/mapping_helpers + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi' + +/obj/effect/mapping_helpers/light + icon_state = "sunlight_helper" + light_color = null + light_power = 1 + light_range = 10 + +/obj/effect/mapping_helpers/light/New() + var/turf/T = get_turf(src) + T.light_color = light_color + T.light_power = light_power + T.light_range = light_range + . = ..() + +//Machinery helpers +/obj/effect/mapping_helpers/machinery + layer = BELOW_MOB_LAYER + late = TRUE + +/obj/effect/mapping_helpers/machinery/Initialize(mapload) + . = ..() + if(!mapload) + log_world("[src] spawned outside of mapload!") + return + + if(!(locate(/obj/machinery) in get_turf(src))) + log_world("[src] failed to find any machinery [AREACOORD(src)]") + + for(var/obj/machinery/M in get_turf(src)) + payload(M) + + return INITIALIZE_HINT_QDEL + +/obj/effect/mapping_helpers/machinery/proc/payload(obj/machinery/payload) + return + +/obj/effect/mapping_helpers/machinery/damaged + name = "damaged machinery helper" + icon_state = "damaged_machine" + +/obj/effect/mapping_helpers/machinery/destroyed + name = "destroyed machinery helper" + icon_state = "broken_machine" + +/obj/effect/mapping_helpers/machinery/damaged/payload(obj/machinery/M) + M.take_damage(M.obj_integrity - M.integrity_failure) + +/obj/effect/mapping_helpers/machinery/destroyed/payload(obj/machinery/M) + M.take_damage(M.obj_integrity) + +//Window helpers +///Deals random damage to the first window found on a tile to appear cracked +/obj/effect/mapping_helpers/damaged_window + name = "damaged window helper" + icon_state = "damaged_window" + layer = ABOVE_OBJ_LAYER + late = TRUE + /// Minimum roll of integrity damage in percents needed to show cracks + var/integrity_damage_min = 0.25 + /// Maximum roll of integrity damage in percents needed to show cracks + var/integrity_damage_max = 0.85 + +/obj/effect/mapping_helpers/damaged_window/Initialize(mapload) + . = ..() + if(!mapload) + log_world("[src] spawned outside of mapload!") + return INITIALIZE_HINT_QDEL + return INITIALIZE_HINT_LATELOAD + +/obj/effect/mapping_helpers/damaged_window/LateInitialize() + . = ..() + var/obj/structure/window/target = locate(/obj/structure/window) in loc + + if(isnull(target)) + var/area/target_area = get_area(src) + log_world("[src] failed to find a window at [AREACOORD(src)] ([target_area.type]).") + qdel(src) + return + else + payload(target) + + target.update_appearance() + qdel(src) + +/obj/effect/mapping_helpers/damaged_window/proc/payload(obj/structure/window/target) + if(target.obj_integrity < target.max_integrity) + var/area/area = get_area(target) + log_world("[src] at [AREACOORD(src)] [(area.type)] tried to damage [target] but it's already damaged!") + target.take_damage(rand(target.max_integrity * integrity_damage_min, target.max_integrity * integrity_damage_max)) + +//Airlock helpers +/obj/effect/mapping_helpers/airlock/welded + name = "airlock welded helper" + icon_state = "airlock_welded" + +/obj/effect/mapping_helpers/airlock/welded/payload(obj/machinery/door/airlock/airlock) + if(airlock.welded) + log_world("[src] at [AREACOORD(src)] tried to make [airlock] welded but it's already welded closed!") + airlock.welded = TRUE diff --git a/modular_ss220/maps220/code/layers.dm b/modular_ss220/maps220/code/layers.dm new file mode 100644 index 000000000000..0ccf6b736692 --- /dev/null +++ b/modular_ss220/maps220/code/layers.dm @@ -0,0 +1,22 @@ +/obj/structure/barricade/wooden + layer = ABOVE_OBJ_LAYER + +/obj/machinery/door/window + layer = CLOSED_DOOR_LAYER + closingLayer = CLOSED_DOOR_LAYER + +/obj/machinery/door/poddoor + layer = BLASTDOOR_LAYER + closingLayer = SHUTTER_LAYER + +/obj/structure/closet + layer = BELOW_OBJ_LAYER + +/obj/machinery/status_display + layer = SIGN_LAYER + +/obj/machinery/ai_status_display + layer = SIGN_LAYER + +/obj/machinery/computer/security/telescreen + layer = SIGN_LAYER diff --git a/modular_ss220/maps220/code/misc.dm b/modular_ss220/maps220/code/misc.dm new file mode 100644 index 000000000000..a95f3759894f --- /dev/null +++ b/modular_ss220/maps220/code/misc.dm @@ -0,0 +1,124 @@ +/obj/machinery/wish_granter_dark + name = "Исполнитель Желаний" + desc = "Вы уже не уверены в этом..." + icon = 'modular_ss220/maps220/icons/wish_granter.dmi' + icon_state = "wish_granter" + + anchored = TRUE + density = TRUE + power_state = NO_POWER_USE + + /// The various mutations that are given when making a Power wish + var/power_mutations + /// How many times can be used + var/charges = 1 + /// Has it been clicked once? (Need for warning users) + var/insisting = FALSE + +/obj/machinery/wish_granter_dark/Initialize(mapload) + . = ..() + power_mutations = list(/datum/mutation/meson_vision, /datum/mutation/night_vision, /datum/mutation/cold_resist, /datum/mutation/grant_spell/cryo) + +/obj/machinery/wish_granter_dark/examine(mob/user) + . = ..() + if(IS_CULTIST(user)) + . += span_cultspeech("Ваше культисткое чутье подсказывает вам, что [name] искушает вас, дабы завладеть вашей душой.") + if(!charges) + . += span_notice("[name] не подаёт никаких признаков активности.") + else + . += span_notice("[name] издаётся манящим кроваво-красным светом.") + +/obj/machinery/wish_granter_dark/update_icon_state() + if(!charges) + icon_state = initial(icon_state) + "_dormant" + if(insisting) + icon_state = initial(icon_state) + "_pulse" + +/obj/machinery/wish_granter_dark/attack_hand(mob/living/carbon/human/user as mob) + usr.set_machine(src) + + if(!charges) + to_chat(user, span_notice("[name] никак не реагирует.")) + return + + else if(!ishuman(user)) + to_chat(user, span_warning("Вы чувствуете темное движение внутри [name], которого опасаются ваши инстинкты.")) + return + + else if(is_special_character(user)) + to_chat(user, span_notice("Что-то инстинктивно заставляет вас отстраниться.")) + return + + else if(!insisting) + to_chat(user, span_cult("Ваше первое прикосновение заставляет [name] зашевелиться, прислушиваясь к вам. Вы действительно уверены, что хотите это сделать?")) + insisting = TRUE + update_icon(UPDATE_ICON_STATE) + return + + insisting = FALSE + var/wish = tgui_input_list(user, "Вы хотите...", "Желание", list("Силу", "Богатство", "Бессмертие", "Покой")) + if(!wish) + return + charges-- + update_icon(UPDATE_ICON_STATE) + + var/mob/living/carbon/human/human = user + var/become_shadow = TRUE + var/list/output = list() + switch(wish) + if("Силу") + for(var/mutation_type in power_mutations) + var/datum/mutation/mutation = GLOB.dna_mutations[mutation_type] + mutation.activate(human) + + if("Богатство") + new /obj/structure/closet/syndicate/resources/everything(loc) + + if("Бессмертие") + user.verbs |= /mob/living/carbon/human/proc/immortality + + if("Покой") + for(var/mob/living/simple_animal/hostile/faithless/F in GLOB.mob_living_list) + F.death() + become_shadow = FALSE + + if(become_shadow && !isshadowperson(human)) + to_chat(user, span_warning("Ваша плоть темнеет!")) + to_chat(user, span_warning("Ваше тело бурно реагирует на свет, однако естественным образом исцеляется в темноте...")) + output.Add(span_userdanger("Ваше желание исполнено, но какой ценой?...")) + output.Add(span_danger("[name] наказывает вас за ваш эгоизм, забирая душу и деформируя тело, чтобы оно соответствовало тьме в вашем сердце.")) + output.Add(span_revenbignotice("Вы теперь Тень, раса живущих во тьме гуманоидов.")) + output.Add(span_revenboldnotice("Помимо ваших новых качеств, вы психически не изменились и сохраняете свою прежнюю личность.")) + human.set_species(/datum/species/shadow) + user.regenerate_icons() + else + output.Add(span_boldnotice("Вы чувствуете как избежали горькой судьбы...")) + output.Add(span_notice("Каким бы инопланетным разумом ни обладал [name], оно удовлетворяет ваше желание.\nНаступает тишина...")) + + to_chat(user, chat_box_red(output.Join("
"))) + +#define TRAIT_REVIVAL_IN_PROGRESS "revival_in_progress" + +/mob/living/carbon/human/proc/immortality() + set category = "Бессмертие" + set name = "Возрождение" + + if(stat != DEAD) + to_chat(src, span_notice("Вы еще живы!")) + return + + if(HAS_TRAIT(src, TRAIT_REVIVAL_IN_PROGRESS)) + to_chat(src, span_notice("Вы уже восстаёте из мертвых!")) + return + + ADD_TRAIT(src, TRAIT_REVIVAL_IN_PROGRESS, "Immortality") + to_chat(src, span_notice("Смерть - ещё не конец!")) + addtimer(CALLBACK(src, TYPE_PROC_REF(/mob/living/carbon/human, resurrect)), rand(80 SECONDS, 120 SECONDS)) + +/mob/living/carbon/human/proc/resurrect() + revive() + REMOVE_TRAIT(src, TRAIT_REVIVAL_IN_PROGRESS, "Immortality") + to_chat(src, span_notice("Вы вернулись из небытия.")) + visible_message(span_warning("[name] восстаёт из мертвых, исцелив все свои раны!")) + +#undef TRAIT_REVIVAL_IN_PROGRESS diff --git a/modular_ss220/maps220/code/mobs.dm b/modular_ss220/maps220/code/mobs.dm new file mode 100644 index 000000000000..fbd75b1f3d2d --- /dev/null +++ b/modular_ss220/maps220/code/mobs.dm @@ -0,0 +1,1520 @@ +/* Scavengers */ +/mob/living/simple_animal/hostile/scavengers + name = "scavenger" + desc = "One of the many random bandits of the frontiers." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "scav" + icon_living = "scav" + icon_dead = "scavdead" + mob_biotypes = MOB_ORGANIC | MOB_HUMANOID + sentience_type = SENTIENCE_OTHER + speak_chance = 0 + turns_per_move = 5 + speed = 0 + stat_attack = UNCONSCIOUS + robust_searching = TRUE + maxHealth = 75 + health = 75 + harm_intent_damage = 8 + melee_damage_lower = 10 + melee_damage_upper = 10 + attacktext = "punches" + attack_sound = 'sound/weapons/punch1.ogg' + a_intent = INTENT_HARM + unsuitable_atmos_damage = 10 + faction = list("scavengers") + check_friendly_fire = TRUE + status_flags = CANPUSH + del_on_death = TRUE + footstep_type = FOOTSTEP_MOB_SHOE + +/mob/living/simple_animal/hostile/scavengers/meele + name = "scrapper scavenger" + desc = "One of the many random bandits of the frontiers. This one is carrying a pipe." + icon_state = "scavmeelepipe" + icon_living = "scavmeelepipe" + icon_dead = "scavdead" + maxHealth = 90 + health = 90 + harm_intent_damage = 8 + melee_damage_lower = 15 + melee_damage_upper = 15 + rapid_melee = 2 + attack_sound = 'sound/weapons/genhit1.ogg' + attacktext = "bashing" + +/mob/living/simple_animal/hostile/scavengers/meele/crusher + name = "heavy scavenger" + desc = "One of the many random bandits of the frontiers. This one is carrying a KC." + icon_state = "scavmeelecrush" + icon_living = "scavmeelecrush" + icon_dead = "scavdead" + maxHealth = 100 + health = 100 + rapid_melee = 0 + harm_intent_damage = 8 + melee_damage_lower = 20 + melee_damage_upper = 20 + attack_sound = 'sound/weapons/bladeslice.ogg' + attacktext = "smashes" + +/mob/living/simple_animal/hostile/scavengers/meele/axe + name = "shipbreaker scavenger" + desc = "A shipbreaker scavenger. This one is carrying a axe." + icon_state = "scavmeeleaxe" + icon_living = "scavmeeleaxe" + icon_dead = "scavdead" + maxHealth = 120 + health = 120 + rapid_melee = 0 + harm_intent_damage = 8 + melee_damage_lower = 20 + melee_damage_upper = 25 + attack_sound = 'sound/weapons/bladeslice.ogg' + attacktext = "cuts" + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + wander = FALSE + +/mob/living/simple_animal/hostile/scavengers/laser + name = "gunslinger scavenger " + desc = "A bandit scum, who has learned to shoot accurately and quickly." + icon_state = "scavpistol" + icon_living = "scavpistol" + icon_dead = "scavdead" + maxHealth = 100 + health = 100 + ranged = TRUE + retreat_distance = 5 + minimum_distance = 5 + rapid = 2 + melee_damage_lower = 10 + melee_damage_upper = 10 + projectiletype = /obj/item/projectile/beam/laser + projectilesound = 'sound/weapons/laser.ogg' + +/mob/living/simple_animal/hostile/scavengers/laser/spacelaser + name = "spacetrooper scavenger" + desc = "A shipbreaker scavenger. This one is carrying a laser gun." + icon_state = "scavlaser" + icon_living = "scavlaser" + icon_dead = "scavdead" + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + rapid = 3 + wander = FALSE + +/mob/living/simple_animal/hostile/scavengers/gun + name = "gunman scavenger" + desc = "A bandit scum with a shotgun." + icon_state = "scavshotgun" + icon_living = "scavshotgun" + icon_dead = "scavdead" + maxHealth = 100 + health = 100 + ranged = TRUE + retreat_distance = 5 + minimum_distance = 5 + rapid = 0 + melee_damage_lower = 10 + melee_damage_upper = 10 + casingtype = /obj/item/ammo_casing/shotgun + projectilesound = 'sound/weapons/gunshots/gunshot_shotgun.ogg' + +/mob/living/simple_animal/hostile/scavengers/gun/spacegun + name = "spacetrooper scavenger" + desc = "A shipbreaker scavenger. This one is carrying a submachine gun." + icon_state = "scavm90" + icon_living = "scavm90" + icon_dead = "scavdead" + casingtype = /obj/item/ammo_casing/a556 + rapid = 2 + projectilesound = 'sound/weapons/gunshots/gunshot_smg.ogg' + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + wander = FALSE + +/* Undead */ +/mob/living/simple_animal/hostile/undead + name = "zombie" + icon = 'icons/mob/human.dmi' + icon_state = "zombie_s" + icon_living = "zombie_s" + icon_dead = "zombie_l" + mob_biotypes = MOB_UNDEAD | MOB_HUMANOID + speak_chance = 0 + turns_per_move = 10 + response_help = "gently prods" + response_disarm = "shoves" + response_harm = "hits" + speed = -1 + maxHealth = 50 + health = 50 + faction = list("zombie") + + harm_intent_damage = 10 + melee_damage_lower = 5 + melee_damage_upper = 10 + attacktext = "claws" + attack_sound = 'sound/hallucinations/growl1.ogg' + + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + + faction = list("undead") + loot = list(/obj/effect/decal/cleanable/blood/gibs) + del_on_death = TRUE + +/* Whiteship Undead */ +/mob/living/simple_animal/hostile/undead/zombie + speak = list("RAWR!","Rawr!","GRR!","Growl!") + speak_chance = 1 + speak_emote = list("growls","roars") + + icon_living = "zombie2_s" + icon_state = "zombie2_s" + maxHealth = 100 + health = 100 + speed = 0 + +/mob/living/simple_animal/hostile/undead/zombie/fast + name = "fast zombie" + icon = 'icons/mob/human.dmi' + icon_living = "zombie_s" + icon_state = "zombie_s" + maxHealth = 75 + health = 75 + melee_damage_lower = 15 + melee_damage_upper = 30 + speed = -1 + +/* Vox Raiders */ +/mob/living/simple_animal/hostile/vox + name = "Vox Raider" + desc = "Vox are typically one of two things. Shady traders or hostile raiders. This one seems to be pretty hostile." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "vox" + icon_living = "vox" + icon_dead = "voxdead" + mob_biotypes = MOB_ORGANIC | MOB_HUMANOID + sentience_type = SENTIENCE_OTHER + speak = list("SKREEEEE!", "KRRYYY-CHICHICHI!", "KRCHHH'CHI'KRII!") + speak_chance = 1 + turns_per_move = 5 + speed = 0 + stat_attack = UNCONSCIOUS + robust_searching = TRUE + maxHealth = 90 + health = 90 + harm_intent_damage = 8 + melee_damage_lower = 10 + melee_damage_upper = 10 + attacktext = "claw" + attack_sound = 'sound/weapons/bladeslice.ogg' + a_intent = INTENT_HARM + loot = list(/obj/effect/spawner/random/maintenance = 1) + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_plas" = 0, "max_plas" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 5, "max_n2" = 0) + unsuitable_atmos_damage = 7.5 + faction = list("Vox") + check_friendly_fire = TRUE + status_flags = CANPUSH + del_on_death = TRUE + rapid_melee = 2 + +/mob/living/simple_animal/hostile/vox/melee + name = "Vox Shanker" + desc = "A Vox pirate armed with a knife.SKREEEEE!" + icon_state = "voxmelee" + icon_living = "voxmelee" + icon_dead = "voxmeleedead" + melee_damage_lower = 15 + melee_damage_upper = 15 + loot = list(/obj/effect/spawner/random/maintenance = 1) + attacktext = "slash" + attack_sound = 'sound/weapons/bladeslice.ogg' + status_flags = 0 + +/mob/living/simple_animal/hostile/vox/ranged_gun + name = "Vox Gunman" + desc = "A Vox pirate armed with a self-made gun. SKREEEEE!" + icon_state = "voxgun" + icon_living = "voxgun" + icon_dead = "voxdead" + melee_damage_lower = 20 + melee_damage_upper = 20 + ranged = TRUE + retreat_distance = 5 + minimum_distance = 5 + casingtype = /obj/item/ammo_casing/c45 + projectilesound = 'sound/weapons/gunshots/gunshot_strong.ogg' + loot = list(/obj/effect/spawner/random/maintenance = 1) + +/mob/living/simple_animal/hostile/vox/ranged_laser + name = "Vox Laser Gunman" + desc = "Vox pirates often utilize a mix of energy and ballistic weapons in combat." + icon_state = "voxlaser" + icon_living = "voxlaser" + icon_dead = "voxsuitdead" + ranged = TRUE + retreat_distance = 5 + minimum_distance = 5 + rapid = 2 + melee_damage_lower = 20 + melee_damage_upper = 20 + projectiletype = /obj/item/projectile/beam/laser + projectilesound = 'sound/weapons/laser.ogg' + loot = list(/obj/effect/spawner/random/maintenance = 1) + +/mob/living/simple_animal/hostile/vox/ranged_laser/space + name = "Vox Helmsman" + desc = "Space-faring Vox raider, armed with a laser rifle and wearing a MODsuit." + icon_state = "voxspacelaser" + icon_living = "voxspacelaser" + icon_dead = "voxspacedead" + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + wander = FALSE + minbodytemp = 0 + loot = list(/obj/effect/spawner/random/maintenance = 1) + +/* Jungle Mob */ +/mob/living/simple_animal/hostile/jungle_lizard + name = "tribal lizardman" + desc = "Представитель коренного населения этой планеты. Этот варвар не потерпит незваных гостей." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "lizardman_1" + icon_living = "lizardman_1" + icon_dead = "lizard_dead" + speak = list("RAWR!","HSS-sss-ss!!!","Azkh'a Azss'ss!","Ssshazi's Ghzass!") + speak_chance = 2 + turns_per_move = 5 + mob_biotypes = MOB_ORGANIC | MOB_HUMANOID + sentience_type = SENTIENCE_OTHER + speed = 0 + move_to_delay = 2.8 + stat_attack = UNCONSCIOUS + robust_searching = TRUE + maxHealth = 80 + health = 80 + harm_intent_damage = 8 + melee_damage_lower = 5 + melee_damage_upper = 8 + attacktext = "рвёт" + attack_sound = 'sound/weapons/punch1.ogg' + a_intent = INTENT_HARM + faction = list("junglemob") + check_friendly_fire = 1 + status_flags = CANPUSH + unsuitable_atmos_damage = 10 + loot = list(/obj/effect/gibspawner/human) + del_on_death = 1 + footstep_type = FOOTSTEP_MOB_SHOE + +/mob/living/simple_animal/hostile/jungle_lizard/meele + icon_state = "lizardman_2" + icon_living = "lizardman_2" + maxHealth = 70 + health = 70 + +/mob/living/simple_animal/hostile/jungle_lizard/spearman + name = "tribal spearman" + desc = "Представитель коренного населения этой планеты. Вооружен острым копьем, крепким деревянным баклером и яростным желанием защищать свои земли." + icon_state = "lizardman_spear" + icon_living = "lizardman_spear" + maxHealth = 100 + health = 100 + melee_damage_lower = 12 + melee_damage_upper = 12 + rapid_melee = 2 + attack_sound = 'sound/weapons/bladeslice.ogg' + attacktext = "колет" + +/mob/living/simple_animal/hostile/jungle_lizard/archer + name = "tribal archer" + desc = "Представитель коренного населения этой планеты. Вооружен мастерски сделанным композитным луком и смертоносными стрелами." + icon_state = "lizardman_bow" + icon_living = "lizardman_bow" + ranged = TRUE + retreat_distance = 5 + minimum_distance = 6 + projectiletype = /obj/item/projectile/bullet/arrow + projectilesound = 'sound/weapons/grenadelaunch.ogg' + attacktext = "стреляет" + +/obj/item/projectile/bullet/arrow //not reusable + name = "arrow" + icon_state = "arrow" + range = 10 + damage = 20 + damage_type = BRUTE + +/mob/living/simple_animal/hostile/jungle_lizard/axeman + name = "tribal axeman" + desc = "Представитель коренного населения этой планеты. Закован в плотный самодельный костяной панцырь и вооружен огромным топором, таким же опасным, как и он сам." + icon_state = "lizardman_axe" + icon_living = "lizardman_axe" + maxHealth = 160 + health = 160 + melee_damage_lower = 20 + melee_damage_upper = 23 + attack_sound = 'sound/weapons/bladeslice.ogg' + attacktext = "рубит" + +/mob/living/simple_animal/hostile/jungle_lizard/leader + name = "tribal leader" + desc = "Представитель коренного населения этой планеты. Этот ящер заслужил свое звание жестокостью и кровожадностью по отношению к врагам." + icon_state = "lizardman_leader" + icon_living = "lizardman_leader" + maxHealth = 200 + health = 200 + melee_damage_lower = 30 + melee_damage_upper = 30 + attack_sound = 'sound/weapons/bladeslice.ogg' + attacktext = "рубит" + damage_coeff = list(BRUTE = 0.8, BURN = 0.8, TOX = 1, CLONE = 2, STAMINA = 1, OXY = 1) + +/mob/living/simple_animal/hostile/panther/huge_panther + name = "huge panther" + desc = "Большой, гладкий черный кот с острыми клыками и когтями. Этот выглядит особенно огромным." + maxHealth = 120 + health = 120 + harm_intent_damage = 5 + melee_damage_lower = 15 + melee_damage_upper = 15 + rapid_melee = 2 + move_to_delay = 2.8 + speed = -0.2 + dodging = TRUE + sidestep_per_cycle = 2 + faction = list("junglemob") + +/mob/living/simple_animal/hostile/poison_snake + name = "poison snake" + desc = "Изворотливая змея, незаметно скользящая своим брюхом по земле. Яд многих из них может быть смертельно опасным." + icon_state = "snake" + icon_living = "snake" + icon_dead = "snake_dead" + speak_emote = list("hisses") + health = 20 + maxHealth = 20 + attacktext = "кусает" + attack_sound = 'sound/weapons/bite.ogg' + melee_damage_lower = 5 + melee_damage_upper = 6 + obj_damage = 0 + response_help = "pets" + response_disarm = "shoos" + response_harm = "steps on" + ventcrawler = VENTCRAWLER_ALWAYS + density = FALSE + pass_flags = PASSTABLE | PASSMOB + mob_size = MOB_SIZE_SMALL + gold_core_spawnable = HOSTILE_SPAWN + environment_smash = ENVIRONMENT_SMASH_NONE + faction = list("junglemob") + +/mob/living/simple_animal/hostile/poison_snake + var/poison_per_bite = 3 + var/poison_type = "neurotoxin2" + +/mob/living/simple_animal/hostile/poison_snake/AttackingTarget() + . = ..() + if(. && isliving(target)) + var/mob/living/L = target + if(L.reagents && poison_per_bite) + L.reagents.add_reagent(poison_type, poison_per_bite) + return . + +/* Jungle Mob Spawners */ +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner + icon = 'icons/obj/restraints.dmi' + icon_state = "fleshtrap" + var/id = null + var/triggered = FALSE + var/faction = null + var/safety_z_check = TRUE + +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn + name = "spawner" + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "spawner" + var/id = null + var/jungle_mob = null + +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner/Crossed(AM as mob|obj, oldloc) + if(!isliving(AM)) + return + var/mob/living/M = AM + if(faction && (faction in M.faction)) + return + triggerlandmark(M) + +/obj/effect/landmark/awaymissions/gate_lizard/mine_spawner/proc/triggerlandmark(mob/living/victim) + if(triggered) + return + victim.spawn_alert(victim) + for(var/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/S in GLOB.landmarks_list) + if(safety_z_check && S.z != z) + continue + if(S.id == id) + new S.jungle_mob(get_turf(S)) + triggered = TRUE + qdel(src) + +/mob/living/proc/spawn_alert(atom/A) // Вызывает появление восклицательного знака над головой при наступании на маркер + var/image/I + I = image('icons/obj/cardboard_boxes.dmi', A, "cardboard_special", A.layer+1) + var/list/viewing = list() + for(var/mob/M in viewers(A)) + if(M.client) + viewing |= M.client + flick_overlay(I,viewing,8) + I.alpha = 0 + animate(I, pixel_z = 32, alpha = 255, time = 5, easing = ELASTIC_EASING) + +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee + name = "Melee" + icon_state = "spawner" + jungle_mob = /mob/living/simple_animal/hostile/jungle_lizard + +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_spear + name = "Spearman" + icon_state = "spawner_spear" + jungle_mob = /mob/living/simple_animal/hostile/jungle_lizard/spearman + +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/melee_axe + name = "Axeman" + icon_state = "spawner_axe" + jungle_mob = /mob/living/simple_animal/hostile/jungle_lizard/axeman + +/obj/effect/landmark/awaymissions/gate_lizard/mob_spawn/ranged + name = "Bowman" + icon_state = "spawner_bow" + jungle_mob = /mob/living/simple_animal/hostile/jungle_lizard/archer + +/* Abomination */ +/mob/living/simple_animal/hostile/abomination + name = "мерзость" + desc = "Скуластое, громоздкое чудовище. Еще один неудачный эксперимент. Что именно они пытались создать?" + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "abomination1" + icon_living = "abomination1" + icon_dead = "abomination_dead" + health = 230 + maxHealth = 230 + melee_damage_lower = 15 + melee_damage_upper = 25 + obj_damage = 60 + attacktext = "грызёт" + attack_sound = 'sound/weapons/bite.ogg' + faction = list("abomination") + speak_emote = list("кричит") + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + weather_immunities = list("ash") + stat_attack = UNCONSCIOUS + see_in_dark = 8 + lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE + +/mob/living/simple_animal/hostile/abomination/super + desc = "Оскалившийся, страшный монстр. Этот кажется проворным." + icon_state = "abomination_headcrab" + icon_living = "abomination_headcrab" + icon_dead = "abomination_headcrab_dead" + health = 200 + maxHealth = 200 + +/mob/living/simple_animal/hostile/abomination/altform1 + icon_state = "abomination2" + icon_living = "abomination2" + icon_dead = "abomination_dead" + +/mob/living/simple_animal/hostile/abomination/altform2 + icon_state = "abomination3" + icon_living = "abomination3" + icon_dead = "abomination_dead" + +/mob/living/simple_animal/hostile/abomination/altform3 + icon_state = "abomination4" + icon_living = "abomination4" + icon_dead = "abomination_dead" + +/mob/living/simple_animal/hostile/abomination/altform4 + icon_state = "abomination5" + icon_living = "abomination5" + icon_dead = "abomination_dead" + +/mob/living/simple_animal/hostile/carp/eyeball + name = "глазок" + desc = "Странное на вид существо, оно не перестает смотреть..." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "eyeball" + icon_living = "eyeball" + icon_gib = null + gender = NEUTER + mob_biotypes = MOB_ORGANIC + response_help = "pets" + response_disarm = "gently pushes aside" + response_harm = "hits" + emote_taunt = list("glares") + taunt_chance = 25 + maxHealth = 45 + health = 45 + speak_emote = list("телепатически вопит") + + harm_intent_damage = 15 + obj_damage = 60 + melee_damage_lower = 20 + melee_damage_upper = 25 + attacktext = "моргает на" + attack_sound = 'sound/weapons/pierce.ogg' + initial_traits = list(TRAIT_FLYING) + + faction = list("spooky") + del_on_death = TRUE + random_color = FALSE + +/* Caves bosses */ +/mob/living/simple_animal/hostile/clown/mutant + name = "неизвестный" + desc = "Что бы это не было, уничтожь его!" + icon = 'modular_ss220/maps220/icons/clown_mobs.dmi' + icon_state = "mutant" + icon_living = "mutant" + move_resist = INFINITY + turns_per_move = 10 + response_help = "осторожно погружает палец в" + response_disarm = "втягивается в" + response_harm = "втягивается в" + speak = list("уааааааааа-хааууууууаааааа!", "ААААаааууАААУааХУААААА!!!", "уууууууухххх.... ххххх-ххьооооонкккхх....", "ХХХХУУАААООНККК!!!") + speak_emote = list("извивается", "корчится", "пульсирует", "бурлит", "расползается") + speak_chance = 10 + maxHealth = 500 + health = 500 + pixel_x = -16 + speed = 3 + move_to_delay = 3 + harm_intent_damage = 10 + melee_damage_lower = 30 + melee_damage_upper = 40 + attacktext = "неловко замахивается на" + loot = list(/obj/item/clothing/mask/gas/clown_hat, /obj/effect/gibspawner/human, /obj/effect/gibspawner/human, /obj/item/grown/bananapeel, /obj/item/bikehorn/golden) + wander = FALSE + +/mob/living/simple_animal/hostile/deadwizard + name = "\improper древний маг" + desc = "Древний некромант, тысячелетиями властвующий над проклятым могильником." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_living = "deadwizard" + icon_state = "deadwizard" + mob_biotypes = MOB_UNDEAD | MOB_HUMANOID + turns_per_move = 5 + speak_emote = list("rattles") + emote_see = list("rattles") + a_intent = INTENT_HARM + maxHealth = 400 + health = 400 + ranged = TRUE + retreat_distance = 7 + minimum_distance = 5 + ranged_cooldown_time = 5 + ranged_ignores_vision = TRUE + robust_searching = TRUE + aggro_vision_range = 12 + vision_range = 12 + see_in_dark = 8 + lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE + minbodytemp = 0 + maxbodytemp = 1500 + speed = 1 + healable = FALSE + stat_attack = UNCONSCIOUS + faction = list("skeleton") + projectilesound = 'sound/magic/blind.ogg' + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + deathmessage = "collapses into a pile of bones!" + del_on_death = TRUE + loot = list( + /obj/effect/decal/remains/human, + /obj/item/clothing/head/crown, + /obj/item/clothing/suit/imperium_monk, + /obj/effect/particle_effect/smoke/bad, + /obj/item/emerald_stone) + +/mob/living/simple_animal/hostile/deadwizard/Shoot(atom/targeted_atom) + ..() + if(get_dist(src, targeted_atom) > 9) + rapid = 1 + ranged_cooldown_time = 15 + projectiletype = /obj/item/projectile/magic/fireball/infernal + else + projectiletype = /obj/item/projectile/magic/arcane_barrage + rapid = 4 + rapid_fire_delay = 1 + ranged_cooldown_time = 15 + +/*Black Mesa*/ +//Alert sound +/mob/living/simple_animal/hostile/blackmesa + var/list/alert_sounds + var/alert_cooldown = 3 SECONDS + var/alert_cooldown_time + + +/mob/living/simple_animal/hostile/blackmesa/Initialize(mapload) + . = ..() + add_language("Sol Common") + default_language = GLOB.all_languages["Sol Common"] + +/mob/living/simple_animal/hostile/blackmesa/Aggro() + if(!alert_sounds) + return + if(world.time > alert_cooldown_time) + playsound(src, pick(alert_sounds), 70) + alert_cooldown_time = world.time + alert_cooldown +//Humans +/mob/living/simple_animal/hostile/blackmesa/hecu + name = "HECU Grunt" + desc = "I didn't sign on for this shit. Monsters, sure, but civilians? Who ordered this operation anyway?" + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "hecu_melee" + icon_living = "hecu_melee" + icon_dead = "hecu_dead" + mob_biotypes = MOB_ORGANIC|MOB_HUMANOID + sentience_type = SENTIENCE_OTHER + turns_per_move = 5 + speed = 0 + stat_attack = UNCONSCIOUS + robust_searching = 1 + maxHealth = 90 + health = 90 + harm_intent_damage = 5 + melee_damage_lower = 10 + melee_damage_upper = 15 + attacktext = "punches" + attack_sound = 'sound/weapons/bladeslice.ogg' + a_intent = INTENT_HARM + loot = list(/obj/effect/gibspawner/human) + unsuitable_atmos_damage = 7.5 + faction = list("hecu") + check_friendly_fire = 1 + status_flags = CANPUSH + del_on_death = TRUE + dodging = TRUE + rapid_melee = 2 + footstep_type = FOOTSTEP_MOB_SHOE + alert_cooldown = 8 SECONDS + alert_sounds = list( + 'modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert01.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert03.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert04.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert05.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert06.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert08.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/hecu/hg_alert10.ogg' + ) + +/mob/living/simple_animal/hostile/blackmesa/hecu/ranged + ranged = TRUE + retreat_distance = 5 + minimum_distance = 5 + icon_state = "hecu_ranged" + icon_living = "hecu_ranged" + casingtype = /obj/item/ammo_casing/c45 + projectilesound = 'sound/weapons/gunshots/gunshot_strong.ogg' + loot = list(/obj/effect/gibspawner/human) + dodging = TRUE + rapid_melee = 1 + +/mob/living/simple_animal/hostile/blackmesa/hecu/ranged/smg + rapid = 3 + icon_state = "hecu_ranged_smg" + icon_living = "hecu_ranged_smg" + casingtype = /obj/item/ammo_casing/c46x30mm + projectilesound = 'sound/weapons/gunshots/gunshot_rifle.ogg' + loot = list(/obj/effect/gibspawner/human) + +/mob/living/simple_animal/hostile/blackmesa/sec + name = "Security Guard" + desc = "About that beer I owe'd ya!" + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "security_guard_melee" + icon_living = "security_guard_melee" + icon_dead = "security_guard_dead" + mob_biotypes = MOB_ORGANIC|MOB_HUMANOID + sentience_type = SENTIENCE_OTHER + turns_per_move = 5 + speed = 0 + robust_searching = 1 + maxHealth = 70 + health = 70 + harm_intent_damage = 5 + melee_damage_lower = 10 + melee_damage_upper = 10 + attacktext = "punches" + attack_sound = 'sound/weapons/genhit2.ogg' + loot = list(/obj/effect/gibspawner/human) + a_intent = INTENT_HARM + unsuitable_atmos_damage = 7.5 + faction = list("hecu") + status_flags = CANPUSH + del_on_death = TRUE + dodging = TRUE + footstep_type = FOOTSTEP_MOB_SHOE + alert_cooldown = 8 SECONDS + alert_sounds = list( + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance01.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance02.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance03.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance04.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance05.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance06.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance07.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance08.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance09.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/security_guard/annoyance10.ogg' + ) + +/mob/living/simple_animal/hostile/blackmesa/sec/ranged + ranged = TRUE + retreat_distance = 5 + minimum_distance = 5 + icon_state = "security_guard_ranged" + icon_living = "security_guard_ranged" + casingtype = /obj/item/ammo_casing/c9mm + projectilesound = 'sound/weapons/gunshots/gunshot_pistol.ogg' + loot = list(/obj/effect/gibspawner/human, /obj/item/clothing/suit/armor/vest) + rapid_melee = 1 + +/mob/living/simple_animal/hostile/blackmesa/blackops + name = "black operative" + desc = "Why do we always have to clean up a mess the grunts can't handle?" + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "blackops" + icon_living = "blackops" + icon_dead = "blackops" + mob_biotypes = MOB_ORGANIC|MOB_HUMANOID + sentience_type = SENTIENCE_OTHER + turns_per_move = 3 + speed = -0.5 + stat_attack = UNCONSCIOUS + robust_searching = 1 + maxHealth = 150 + health = 150 + harm_intent_damage = 15 + melee_damage_lower = 20 + melee_damage_upper = 25 + attacktext = "strikes" + attack_sound = 'sound/weapons/rapierhit.ogg' + a_intent = INTENT_HARM + loot = list(/obj/effect/gibspawner/human) + unsuitable_atmos_damage = 7.5 + faction = list("blackops") + check_friendly_fire = 1 + status_flags = CANPUSH + del_on_death = TRUE + dodging = TRUE + rapid_melee = 2 + see_in_dark = 8 + lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_INVISIBLE + footstep_type = FOOTSTEP_MOB_SHOE + alert_cooldown = 8 SECONDS + alert_sounds = list( + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert01.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert02.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert03.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert04.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert05.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert06.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert07.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/blackops/bo_alert08.ogg' + ) + +/mob/living/simple_animal/hostile/blackmesa/blackops/ranged + ranged = TRUE + rapid = 2 + retreat_distance = 6 + minimum_distance = 6 + icon_state = "blackops_ranged" + icon_living = "blackops_ranged" + casingtype = /obj/item/ammo_casing/a556 + projectilesound = 'sound/weapons/gunshots/gunshot_smg.ogg' + loot = list(/obj/effect/gibspawner/human) + rapid_melee = 1 + aggro_vision_range = 7 + vision_range = 7 + ranged_cooldown_time = 15 + +//Zombie +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie + name = "headcrab zombie" + desc = "This unlucky person has had a headcrab latch onto their head. Ouch." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "zombie" + icon_living = "zombie" + maxHealth = 70 + health = 70 + mob_biotypes = list(MOB_ORGANIC, MOB_BEAST) + environment_smash = ENVIRONMENT_SMASH_STRUCTURES + icon_dead = "zombie_dead" + speak_chance = 1 + speak_emote = list("growls") + speed = 1 + move_to_delay = 3.8 + emote_taunt = list("growls", "snarls", "grumbles") + taunt_chance = 100 + melee_damage_lower = 15 + melee_damage_upper = 21 + attack_sound = 'modular_ss220/mobs/sound/creatures/zombie_attack.ogg' + alert_cooldown_time = 8 SECONDS + alert_sounds = list( + 'modular_ss220/mobs/sound/creatures/zombie_idle1.ogg',, + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert3.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/alert4.ogg', + 'modular_ss220/mobs/sound/creatures/zombie_idle2.ogg', + 'modular_ss220/mobs/sound/creatures/zombie_idle3.ogg', + ) + loot = list(/obj/effect/gibspawner/human) + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/scientist + name = "zombified scientist" + desc = "Even after death, I still have to wear this horrible tie!" + icon_state = "scientist_zombie" + icon_living = "scientist_zombie" + loot = list(/obj/effect/gibspawner/human) + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/guard + name = "zombified guard" + desc = "About that brain I owed ya!" + icon_state = "security_zombie" + icon_living = "security_zombie" + maxHealth = 100 // Armor! + health = 100 + loot = list(/obj/effect/gibspawner/human) + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/hecu + name = "zombified marine" + desc = "MY. ASS. IS. DEAD." + icon_state = "hecu_zombie" + icon_living = "hecu_zombie" + maxHealth = 130 // More armor! + health = 130 + loot = list(/obj/effect/gibspawner/human) + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/hev + name = "zombified hazardous environment specialist" + desc = "User death... surpassed." + icon_state = "hev_zombie" + icon_living = "hev_zombie" + maxHealth = 160 + health = 160 + alert_sounds = list( + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv1.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv2.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv3.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv4.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv5.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv6.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv7.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv8.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv9.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv10.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv11.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv12.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv13.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/zombies/hzv14.ogg', + ) + + +//Bullsquid +/mob/living/simple_animal/hostile/blackmesa/xen/bullsquid + name = "bullsquid" + desc = "Some highly aggressive alien creature. Thrives in toxic environments." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "bullsquid" + icon_living = "bullsquid" + icon_dead = "bullsquid_dead" + mob_biotypes = list(MOB_ORGANIC, MOB_BEAST) + environment_smash = ENVIRONMENT_SMASH_STRUCTURES + speak_chance = 1 + speak_emote = list("growls") + emote_taunt = list("growls", "snarls", "grumbles") + taunt_chance = 100 + turns_per_move = 7 + maxHealth = 110 + health = 110 + obj_damage = 50 + harm_intent_damage = 15 + melee_damage_lower = 15 + melee_damage_upper = 15 + ranged = TRUE + del_on_death = FALSE + retreat_distance = 5 + minimum_distance = 5 + dodging = TRUE + butcher_results = list(/obj/item/food/monstermeat/xenomeat = 2) + projectiletype = /obj/item/projectile/bullet/bullsquid + projectilesound = 'modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/goo_attack3.ogg' + melee_damage_upper = 18 + attack_sound = 'modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/attack1.ogg' + gold_core_spawnable = HOSTILE_SPAWN + alert_sounds = list( + 'modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect1.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect2.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/detect3.ogg' + ) + +/obj/item/projectile/bullet/bullsquid + name = "nasty ball of ooze" + icon_state = "neurotoxin" + damage = 13 + damage_type = BURN + flag = ACID + knockdown = 2 SECONDS + impact_effect_type = /obj/effect/temp_visual/impact_effect/green_laser + hitsound = 'modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/splat1.ogg' + hitsound_wall = 'modular_ss220/aesthetics_sounds/sound/mobs/bullsquid/splat1.ogg' + +/obj/item/projectile/bullet/bullsquid/on_hit(atom/target, blocked, pierce_hit) + new /obj/effect/decal/cleanable/greenglow(target.loc) + return ..() + +//Houndeye +/mob/living/simple_animal/hostile/blackmesa/xen/houndeye + name = "houndeye" + desc = "Some highly aggressive alien creature. Thrives in toxic environments." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "houndeye" + icon_living = "houndeye" + icon_dead = "houndeye_dead" + mob_biotypes = list(MOB_ORGANIC, MOB_BEAST) + environment_smash = ENVIRONMENT_SMASH_STRUCTURES + speak_chance = 1 + speak_emote = list("growls") + speed = 0 + move_to_delay = 2.6 + emote_taunt = list("growls", "snarls", "grumbles") + taunt_chance = 100 + turns_per_move = 2 + maxHealth = 100 + health = 100 + obj_damage = 50 + harm_intent_damage = 10 + melee_damage_lower = 20 + melee_damage_upper = 20 + rapid_melee = 2 + del_on_death = FALSE + butcher_results = list(/obj/item/food/monstermeat/xenomeat = 3) + attack_sound = 'sound/weapons/bite.ogg' + gold_core_spawnable = HOSTILE_SPAWN + minbodytemp = 0 + maxbodytemp = 1500 + loot = list(/obj/item/stack/ore/bluespace_crystal) + alert_sounds = list( + 'modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert1.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert2.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert3.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert4.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/houndeye/he_alert5.ogg' + ) + +//Vortiger +/mob/living/simple_animal/hostile/blackmesa/xen/vortigaunt/slave + name = "slave vortigaunt" + desc = "Bound by the shackles of a sinister force. He does not want to hurt you." + icon = 'modular_ss220/maps220/icons/simple_human.dmi' + icon_state = "vortigaunt_slave" + icon_dead = "vortigaunt_dead" + gender = MALE + mob_biotypes = list(MOB_ORGANIC, MOB_BEAST) + speak_chance = 1 + speak_emote = list("galungs") + speed = 1 + emote_taunt = list("galalungas", "galungas", "gungs") + projectiletype = /obj/item/projectile/beam/emitter/hitscan + projectilesound = 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/attack_shoot4.ogg' + ranged_cooldown_time = 3 SECONDS + ranged_message = "fires" + taunt_chance = 100 + turns_per_move = 3 + maxHealth = 80 + health = 80 + speed = 2 + ranged = TRUE + dodging = TRUE + del_on_death = FALSE + harm_intent_damage = 15 + melee_damage_lower = 10 + melee_damage_upper = 10 + retreat_distance = 8 + minimum_distance = 8 + aggro_vision_range = 9 + vision_range = 8 + attack_sound = 'sound/weapons/bite.ogg' + loot = list(/obj/item/stack/sheet/bone) + gold_core_spawnable = HOSTILE_SPAWN + alert_sounds = list( + 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert01b.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert02.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert03.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert04.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert05.ogg', + 'modular_ss220/aesthetics_sounds/sound/mobs/vortigaunt/alert06.ogg', + ) + +//Nihilanth +/mob/living/simple_animal/hostile/blackmesa/xen/nihilanth + name = "nihilanth" + desc = "Holy shit." + icon = 'modular_ss220/maps220/icons/nihilanth.dmi' + icon_state = "nihilanth" + icon_living = "nihilanth" + pixel_x = -32 + speed = 3 + move_to_delay = 3.7 + bound_height = 32 + bound_width = 32 + icon_dead = "bullsquid_dead" + maxHealth = 2000 + health = 2000 + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + universal_speak = TRUE + projectilesound = 'sound/weapons/lasercannonfire.ogg' + projectiletype = /obj/item/projectile/nihilanth + ranged = TRUE + ranged_cooldown_time = 25 + rapid = 3 + alert_cooldown = 30 SECONDS + harm_intent_damage = 50 + melee_damage_lower = 20 + melee_damage_upper = 30 + attacktext = "lathes" + attack_sound = 'sound/misc/demon_consume.ogg' + status_flags = NONE + wander = TRUE + loot = list(/obj/effect/gibspawner/xeno, /obj/item/stack/ore/bluespace_crystal/refined = 30, /obj/item/card/id/xen_key, /obj/item/gun/energy/wormhole_projector) + initial_traits = list(TRAIT_FLYING) + death_sound = 'modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_pain01.ogg' + +/obj/item/card/id/xen_key + name = "xen key" + desc = "" + icon_state = "emag" + item_state = "card-id" + access = list (271) + +/obj/item/projectile/nihilanth + name = "portal energy" + icon_state = "parry" + damage = 20 + damage_type = BURN + light_range = 2 + flag = ENERGY + light_color = LIGHT_COLOR_FADEDPURPLE + hitsound = 'sound/weapons/sear.ogg' + hitsound_wall = 'sound/weapons/effects/searwall.ogg' + +/mob/living/simple_animal/hostile/blackmesa/xen/nihilanth/Aggro() + . = ..() + if(world.time > alert_cooldown_time) + alert_cooldown_time = world.time + alert_cooldown + switch(health) + if(0 to 499) + playsound(src, pick(list('modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_pain01.ogg', 'modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_freeeemmaan01.ogg')), 100) + if(500 to 999) + playsound(src, pick(list('modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_youalldie01.ogg', 'modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_foryouhewaits01.ogg')), 100) + if(1000 to 1999) + playsound(src, pick(list('modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_whathavedone01.ogg', 'modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_deceiveyou01.ogg')), 100) + else + playsound(src, pick(list('modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_thetruth01.ogg', 'modular_ss220/aesthetics_sounds/sound/mobs/nihilanth/nihilanth_iamthelast01.ogg')), 100) + +/mob/living/simple_animal/hostile/blackmesa/xen/nihilanth/death(gibbed) + ..() + +//Freeman +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/gordon_freeman + name = "\improper Gordon Freeman" + desc = "Gordon Freeman in the flesh. Or in the zombified form, it seems." + icon_state = "gordon_freeman" + speed = -2 + environment_smash = ENVIRONMENT_SMASH_RWALLS + health = 1000 + maxHealth = 1000 + rapid_melee = 2 + melee_damage_lower = 30 + melee_damage_upper = 30 + wander = FALSE + attack_sound = 'sound/weapons/genhit3.ogg' + loot = list(/obj/item/crowbar/freeman/ultimate) + +/obj/structure/xen_pylon/freeman + shield_range = 30 + max_integrity = 300 + +/obj/structure/xen_pylon/freeman/register_mob(mob/living/simple_animal/hostile/blackmesa/xen/mob_to_register) + if(!istype(mob_to_register, /mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/gordon_freeman)) + return + if(mob_to_register in shielded_mobs) + return + shielded_mobs += mob_to_register + mob_to_register.shielded = TRUE + mob_to_register.shield_count++ + mob_to_register.update_appearance() + var/datum/beam/created_beam = Beam(mob_to_register, icon_state = "sm_arc_dbz_referance", time = 10 MINUTES, maxdistance = shield_range) + shielded_mobs[mob_to_register] = created_beam + RegisterSignal(created_beam, COMSIG_PARENT_QDELETING, PROC_REF(beam_died)) + RegisterSignal(mob_to_register, COMSIG_PARENT_QDELETING, PROC_REF(mob_died)) + +/obj/effect/freeman_blocker + name = "freeman blocker" + +/obj/effect/freeman_blocker/CanPass(atom/blocker, movement_dir, blocker_opinion) + . = ..() + if(istype(blocker, /mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/gordon_freeman)) + return FALSE + return TRUE + +//Spawners +#define MOB_PLACER_RANGE 16 + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer + name = "mob placer" + icon = 'modular_ss220/maps220/icons/mapping_helpers.dmi' + icon_state = "mobspawner" + var/list/possible_mobs = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab, + /mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast, + /mob/living/simple_animal/hostile/blackmesa/xen/headcrab/poison) + //SS220 edit START + var/list/faction = list() + var/health + var/maxHealth + var/melee_damage_lower + var/melee_damage_upper + //SS220 edit END + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/Initialize(mapload) + . = ..() + for(var/turf/iterating_turf in range(MOB_PLACER_RANGE, src)) + RegisterSignal(iterating_turf, COMSIG_ATOM_ENTERED, PROC_REF(trigger)) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/proc/trigger(datum/source, atom/movable/entered_atom) + SIGNAL_HANDLER + if(!isliving(entered_atom)) + return + var/mob/living/entered_mob = entered_atom + + if(!entered_mob.client) + return + + var/mob/picked_mob = pick(possible_mobs) + //SS220 edit START + var/mob/living/simple_animal/hostile/new_mob = new picked_mob(loc) + if(name != initial(src.name)) new_mob.name = name + if(desc != initial(src.desc)) new_mob.desc = desc + if(length(faction)) new_mob.faction = faction + if(health) new_mob.health = health + if(maxHealth) new_mob.maxHealth = maxHealth + if(melee_damage_lower) new_mob.melee_damage_lower = melee_damage_lower + if(melee_damage_upper) new_mob.melee_damage_upper = melee_damage_upper + //SS220 edit END + qdel(src) + +#undef MOB_PLACER_RANGE + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen + icon_state = "spawn_xen" + possible_mobs = list( + /mob/living/simple_animal/hostile/blackmesa/xen/headcrab, + /mob/living/simple_animal/hostile/blackmesa/xen/houndeye, + /mob/living/simple_animal/hostile/blackmesa/xen/bullsquid, + ) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/xen/zombie + icon_state = "spawn_zombie" + possible_mobs = list( + /mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/scientist, + /mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/guard, + /mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/hecu, + ) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/blackops + icon_state = "spawn_blackops" + possible_mobs = list( + /mob/living/simple_animal/hostile/blackmesa/blackops, + /mob/living/simple_animal/hostile/blackmesa/blackops/ranged, + ) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hev_zombie + icon_state = "spawn_hev" + possible_mobs = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/hev) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie + icon_state = "spawn_zombiescientist" + possible_mobs = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/scientist) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/scientist_zombie + icon_state = "spawn_zombiesec" + possible_mobs = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/guard) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/security_guard + icon_state = "spawn_guard" + possible_mobs = list(/mob/living/simple_animal/hostile/blackmesa/sec, /mob/living/simple_animal/hostile/blackmesa/sec/ranged) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/vortigaunt_hostile + icon_state = "spawn_vortigaunt_slave" + possible_mobs = list(/mob/living/simple_animal/hostile/blackmesa/xen/vortigaunt/slave) + +/obj/effect/landmark/awaymissions/black_mesa/random_mob_placer/hecu + icon_state = "spawn_vortigaunt" + possible_mobs = list(/mob/living/simple_animal/hostile/blackmesa/hecu, /mob/living/simple_animal/hostile/blackmesa/hecu/ranged,/mob/living/simple_animal/hostile/blackmesa/hecu/ranged/smg) + +/* Space Battle */ +//Spawners +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner + icon = 'modular_ss220/maps220/icons/spacebattle.dmi' + icon_state = "spawner_mine" + var/id = null + var/triggered = 0 + var/faction = "syndicate" + var/safety_z_check = 1 + +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn + name = "spawner" + icon = 'modular_ss220/maps220/icons/spacebattle.dmi' + icon_state = "melee" + var/id = null + var/syndi_mob = null + +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner/Crossed(AM as mob|obj, oldloc) + if(!isliving(AM)) + return + var/mob/living/M = AM + if(faction && (faction in M.faction)) + return + triggerlandmark(M) + +/obj/effect/landmark/awaymissions/spacebattle/mine_spawner/proc/triggerlandmark(mob/living/victim) + if(triggered) + return + victim.spawn_alert(victim) + for(var/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/S in GLOB.landmarks_list) + if(safety_z_check && S.z != z) + continue + if(S.id == id) + new S.syndi_mob(get_turf(S)) + triggered = 1 + qdel(src) + +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee + name = "melee" + icon_state = "melee" + syndi_mob = /mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle + +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/melee_space + name = "melee_space" + icon_state = "space_melee" + syndi_mob = /mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle + +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged + name = "ranged" + icon_state = "range" + syndi_mob = /mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle + +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/ranged_space + name = "ranged_space" + icon_state = "space_range" + syndi_mob = /mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle + +/obj/effect/landmark/awaymissions/spacebattle/mob_spawn/drone + name = "drone" + icon_state = "drone" + syndi_mob = /mob/living/simple_animal/hostile/malf_drone/spacebattle + +//Enemies +/mob/living/simple_animal/hostile/syndicate + //Обычный лут, дропается со всех + var/SynMobDrop + //Выпадение бладрига + var/SynSpace + //Лут с милишников + var/SynMelee + //Лут с дальников + var/SynRange + +/mob/living/simple_animal/hostile/syndicate/Initialize(mapload) + var/RollForLoot = rand(1,50) + switch(RollForLoot) + // 16% + if(1 to 8) + pick(SynMobDrop = /obj/item/food/syndicake, + SynMobDrop = /obj/item/poster/random_contraband) + // 14% + if(8 to 15) + pick(SynMobDrop = /obj/item/clothing/mask/gas/syndicate, + SynMobDrop = /obj/item/tank/internals/emergency_oxygen/engi/syndi) + // 10% + if(15 to 20) + pick(SynMobDrop = /obj/item/target/syndicate, + SynMobDrop = /obj/item/deck/cards/syndicate, + SynMobDrop = /obj/item/kitchen/knife/combat/survival) + // 8% + if(20 to 24) + pick(SynMobDrop = /obj/item/clothing/glasses/night, + SynMobDrop = /obj/item/stack/medical/bruise_pack, + SynMobDrop = /obj/item/stack/medical/ointment) + // 6% + if(24 to 27) + pick(SynMobDrop = /obj/item/reagent_containers/patch/styptic/small, + SynMobDrop = /obj/item/reagent_containers/patch/silver_sulf/small, + SynMobDrop = /obj/item/food/donkpocket) + // 4% + if(27 to 29) + pick(SynMobDrop = /obj/item/reagent_containers/patch/styptic, + SynMobDrop = /obj/item/reagent_containers/patch/silver_sulf, + SynMobDrop = /obj/item/storage/backpack/duffel/syndie, + SynMobDrop = /obj/item/clothing/gloves/combat) + // 2% + if(30) + pick(SynMobDrop = /obj/item/storage/fancy/cigarettes/cigpack_syndicate, + SynMobDrop = /obj/item/storage/box/syndidonkpockets, + SynMobDrop = /obj/item/card/id/syndicate) + // 40% + else + SynMobDrop = /obj/item/ammo_casing/c10mm + . = ..() + +/mob/living/simple_animal/hostile/syndicate/Initialize(mapload) + switch(rand(1,100)) + // 1% + if(1) + SynSpace = /obj/item/mod/control/pre_equipped/nuclear + else + SynSpace = /obj/item/ammo_casing/c10mm + return ..() + +/mob/living/simple_animal/hostile/syndicate/melee/Initialize(mapload) + switch(rand(1,100)) + // 1% + if(1) + SynMelee = /obj/item/melee/energy/sword/saber + // 2% + if(2 to 3) + SynMelee = /obj/item/shield/energy + else + SynMelee = /obj/item/ammo_casing/c10mm + return ..() + +/mob/living/simple_animal/hostile/syndicate/ranged/Initialize(mapload) + switch(rand(rand(1,100))) + // 10% + if(25 to 35) + SynRange = /obj/item/ammo_box/magazine/m10mm + // 5% + if(35 to 40) + SynRange = /obj/item/gun/projectile/automatic/pistol + // 7% + if(40 to 47) + SynRange = /obj/item/clothing/accessory/holster + // 3% + if(47 to 50) + SynRange = /obj/item/ammo_box/magazine/smgm45 + // 1% + if(50 to 51) + SynRange = /obj/item/gun/projectile/automatic/c20r + else + SynRange = /obj/item/ammo_casing/c10mm + . = ..() + +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle + damage_coeff = list("brute" = 1, "fire" = 0.6, "tox" = 1, "clone" = 2, "stamina" = 0, "oxy" = 0.5) + melee_damage_type = BURN + attack_sound = 'sound/weapons/saberon.ogg' + maxHealth = 160 + health = 160 + +/mob/living/simple_animal/hostile/syndicate/melee/autogib/spacebattle/Initialize(mapload) + . = ..() + loot = list(/obj/effect/decal/cleanable/ash, SynMobDrop, SynMelee) + return . + +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle + damage_coeff = list("brute" = 1, "fire" = 0.8, "tox" = 1, "clone" = 2, "stamina" = 0, "oxy" = 0) + melee_damage_type = BURN + attack_sound = 'sound/weapons/saberon.ogg' + maxHealth = 200 + health = 200 + +/mob/living/simple_animal/hostile/syndicate/melee/space/autogib/spacebattle/Initialize(mapload) + . = ..() + loot = list(/obj/effect/decal/cleanable/ash, SynMobDrop, SynMelee, SynSpace) + return . + +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle + damage_coeff = list("brute" = 1, "fire" = 0.6, "tox" = 1, "clone" = 2, "stamina" = 0, "oxy" = 0.5) + maxHealth = 150 + health = 150 + +/mob/living/simple_animal/hostile/syndicate/ranged/autogib/spacebattle/Initialize(mapload) + . = ..() + loot = list(/obj/effect/decal/cleanable/ash, SynMobDrop, SynRange) + return . + +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle + maxHealth = 180 + health = 180 + +/mob/living/simple_animal/hostile/syndicate/ranged/space/autogib/spacebattle/Initialize(mapload) + . = ..() + loot = list(/obj/effect/decal/cleanable/ash, SynMobDrop, SynRange, SynSpace) + return . + +/mob/living/simple_animal/hostile/malf_drone/spacebattle + icon = 'modular_ss220/maps220/icons/spacebattle.dmi' + icon_state = "wisewill-Combat-roll" + icon_living = "wisewill-Combat-roll" + icon_gib = "drone_dead" + health = 50 + maxHealth = 50 + faction = list("syndicate") + projectiletype = /obj/item/projectile/beam/laser/syndrone + +/obj/item/projectile/beam/laser/syndrone + name = "light immolation beam" + damage = 8 + icon_state = "scatterlaser" + eyeblur = 1 + +/mob/living/simple_animal/hostile/malf_drone/spacebattle/drop_loot() + do_sparks(3, 1, src) + var/turf/T = get_turf(src) + + //shards + var/obj/O = new /obj/item/shard(T) + step_to(O, get_turf(pick(view(7, src)))) + if(prob(50)) + O = new /obj/item/shard(T) + step_to(O, get_turf(pick(view(7, src)))) + if(prob(25)) + O = new /obj/item/shard(T) + step_to(O, get_turf(pick(view(7, src)))) + + //rods + var/obj/item/stack/K = new /obj/item/stack/rods(T, rand(1,5)) + step_to(K, get_turf(pick(view(7, src)))) + K.update_icon() + + //plastitanuim + K = new /obj/item/stack/sheet/mineral/plastitanium(T, rand(1,5)) + step_to(K, get_turf(pick(view(7, src)))) + K.update_icon() + +/mob/living/simple_animal/hostile/malf_drone/spacebattle/update_icons() + if(passive_mode) + icon_state = "wisewill-Combat" + else if(health / maxHealth > 0.9) + icon_state = "wisewill-Combat-roll2" + else if(health / maxHealth > 0.5) + icon_state = "wisewill-Combat-roll" + else if(health / maxHealth < 0.5) + icon_state = "wisewill-Combat" + diff --git a/modular_ss220/maps220/code/objects.dm b/modular_ss220/maps220/code/objects.dm new file mode 100644 index 000000000000..f729a7ece368 --- /dev/null +++ b/modular_ss220/maps220/code/objects.dm @@ -0,0 +1,659 @@ +/* Not specified */ +// Primarly meant to be used on Centcomm z-level, as it can't be destroyed, and it doesn't affect perfomance +/obj/structure/light_fake + name = "light fixture" + desc = "A lighting fixture." + icon = 'modular_ss220/aesthetics/lights/icons/lights.dmi' + icon_state = "tube1" + anchored = TRUE + layer = ABOVE_ALL_MOB_LAYER + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | FREEZE_PROOF | ACID_PROOF | UNACIDABLE + light_color = "#FFFFFF" + light_power = 1 + light_range = 8 + +/obj/structure/light_fake/small + name = "light fixture" + desc = "A small lighting fixture." + icon = 'icons/obj/lighting.dmi' + icon_state = "bulb1" + light_color = "#a0a080" + light_range = 4 + +/obj/structure/light_fake/spot + name = "spotlight" + light_range = 12 + light_power = 4 + +/obj/structure/light_fake/play_attack_sound(damage_amount, damage_type = BRUTE, damage_flag = 0) + switch(damage_type) + if(BRUTE) + playsound(loc, 'sound/effects/glasshit.ogg', 90, TRUE) + if(BURN) + playsound(loc, 'sound/items/welder.ogg', 100, TRUE) + +/* Awaymission - Gate Lizard */ +//Trees +/obj/structure/flora/tree/great_tree + name = "great tree" + desc = "A colossal tree with the carved face of some deity." + icon = 'modular_ss220/maps220/icons/trees.dmi' + icon_state = "great_tree" + +//Crates +/obj/structure/closet/crate/wooden + name = "wooden crate" + desc = "A wooden crate." + icon = 'modular_ss220/maps220/icons/crates.dmi' + icon_state = "wooden" + icon_opened = "wooden_open" + icon_closed = "wooden" + open_sound = 'sound/machines/wooden_closet_open.ogg' + close_sound = 'sound/machines/wooden_closet_close.ogg' + +/obj/structure/closet/crate/wooden/barrel + name = "wooden barrel" + desc = "A wooden barrel." + icon_state = "crate_barrel" + icon_opened = "crate_barrel_open" + icon_closed = "crate_barrel" + +/obj/structure/closet/crate/grave + name = "grave mound" + desc = "A simple and reliable way to keep the dead away." + icon = 'modular_ss220/maps220/icons/crates.dmi' + icon_state = "grave" + icon_opened = "graveopen" + icon_closed = "grave" + open_sound = 'sound/effects/shovel_dig.ogg' + close_sound = 'sound/effects/shovel_dig.ogg' + +/obj/structure/closet/crate/grave/gravelead + name = "ominous grave mound" + icon_state = "grave_lead" + icon_opened = "grave_leadopen" + icon_closed = "grave_lead" + +/* Syndicate Base - Mothership */ +// Machinery +/obj/machinery/photocopier/syndie + name = "Syndicate photocopier" + desc = "They don't even try to hide it's theirs..." + icon = 'modular_ss220/maps220/icons/machinery.dmi' + icon_state = "syndiebigscanner" + insert_anim = "syndiebigscanner1" + +// Structure +/obj/structure/shuttle/engine + icon = 'modular_ss220/maps220/icons/shuttle.dmi' + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF + var/arbitraryatmosblockingvar = 1 + +// Engines provide atmos blocking, for they move to locations with different atmos +/obj/structure/shuttle/engine/Initialize(mapload) + . = ..() + set_light(2) + recalculate_atmos_connectivity() + +/obj/structure/shuttle/engine/Destroy() + arbitraryatmosblockingvar = 0 + recalculate_atmos_connectivity() + return ..() + +// Copy-pastes tiny fans +/obj/structure/shuttle/engine/CanAtmosPass(direction) + return !arbitraryatmosblockingvar + +/obj/structure/shuttle/engine/get_superconductivity(direction) + // Mostly for stuff on Lavaland. + return ZERO_HEAT_TRANSFER_COEFFICIENT + +/obj/structure/shuttle/engine/huge + icon = 'modular_ss220/maps220/icons/3x3.dmi' + +/obj/structure/chair/comfy/shuttle/dark + icon = 'modular_ss220/maps220/icons/chairs.dmi' + icon_state = "shuttle_chair_dark" + +/obj/structure/chair/comfy/shuttle/dark/GetArmrest() + return mutable_appearance('modular_ss220/maps220/icons/chairs.dmi', "shuttle_chair_dark_armrest") + +/obj/structure/closet/secure_closet/syndicate/medbay + name = "Syndicate Medical Doctor's Locker" + req_access = list(ACCESS_SYNDICATE) + icon_state = "tac" + +/obj/structure/closet/secure_closet/syndicate/medbay/populate_contents() + new /obj/item/storage/backpack/duffel/syndie/med/surgery + new /obj/item/storage/backpack/duffel/syndie/med/surgery + new /obj/item/clothing/under/rank/medical(src) + new /obj/item/clothing/suit/storage/labcoat(src) + new /obj/item/clothing/shoes/white(src) + new /obj/item/clothing/gloves/color/latex/nitrile(src) + new /obj/item/defibrillator/loaded(src) + new /obj/item/handheld_defibrillator(src) + new /obj/item/storage/belt/medical(src) + new /obj/item/storage/belt/medical(src) + new /obj/item/clothing/glasses/hud/health(src) + new /obj/item/clothing/glasses/hud/health(src) + new /obj/item/clothing/head/headmirror(src) + new /obj/item/clothing/shoes/sandal/white(src) + new /obj/item/storage/backpack/duffel/syndie(src) + +// Mecha equipment +/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/syndi + name = "\improper AC 2 \"Special\"" + desc = "C-20r inside!" + equip_cooldown = 8 + projectile = /obj/item/projectile/bullet/midbullet2 + fire_sound = 'sound/weapons/gunshots/gunshot_smg.ogg' + projectile_energy_cost = 14 + +/* Caves awaymission */ +/obj/item/clothing/gloves/ring/immortality_ring + name = "старое кольцо" + icon_state = "shadowring" + ring_color = "shadow" + material = "shadow" + desc = "Кольцо цвета оникса из неизвестного материала. Позолоченные надписи на внешней стороне причудливо пульсируют, испуская зловещую дымку. Надеть его кажется не лучшей идеей..." + resistance_flags = INDESTRUCTIBLE | FIRE_PROOF | UNACIDABLE | ACID_PROOF + actions_types = list(/datum/action/item_action/immortality) + var/ability_delay = 100 SECONDS + var/invisibility_add = 101 + var/invisibility_rmv = 0 + +/datum/action/item_action/immortality + name = "Ring ability" + +/obj/item/clothing/gloves/ring/immortality_ring/proc/ring_ability(mob/user) + if(cooldown > world.time) + to_chat(user, span_warning("[name] еще перезаряжается!")) + return + cooldown = world.time + ability_delay + user.status_flags |= GODMODE + user.invisibility = invisibility_add + visible_message(span_danger("[user] исчезает из реальности!")) + to_chat(user, span_cultitalic("Ты чувствуешь чье-то ужасающее присутствие...")) + SEND_SOUND (user, sound('sound/hallucinations/i_see_you2.ogg')) + addtimer(CALLBACK(src, PROC_REF(ring_ability_end), user), 8 SECONDS) + +/obj/item/clothing/gloves/ring/immortality_ring/proc/ring_ability_end(mob/user) + user.status_flags &= ~GODMODE + user.invisibility = invisibility_rmv + visible_message(span_danger("[user] возвращается в реальность!")) + if(!ishuman(user)) + return + var/mob/living/carbon/human/H = user + H.apply_damage(rand(10, 40), BURN, pick("r_hand")) + H.adjustCloneLoss(25, TRUE) + H.adjustBrainLoss(30, TRUE) + +/obj/item/clothing/gloves/ring/immortality_ring/ui_action_click(mob/user, immortality) + ring_ability(user) + +/obj/item/clothing/gloves/ring/immortality_ring/item_action_slot_check(slot, mob/user, immortality) + if(slot == ITEM_SLOT_GLOVES) + return TRUE + +/obj/item/clothing/gloves/ring/immortality_ring/equipped(mob/user, slot) + ..() + var/mob/living/carbon/human/H = user + if(istype(H) && slot == ITEM_SLOT_GLOVES) + flags = NODROP + to_chat(user, span_danger("[name] туго обвивается вокруг твоего пальца!")) + SEND_SOUND (user, sound('modular_ss220/aesthetics_sounds/sound/creepy/demon2.ogg')) + +/obj/item/emerald_stone + name = "изумрудный камень" + desc = "Маленькая серебряная побрякушка, инкрустированная ярким изумрудом бриллиантовой огранки. На верхушечной площадке камня выгравирован череп." + icon = 'icons/obj/wizard.dmi' + icon_state = "necrostone" + item_state = "electronic" + origin_tech = "bluespace=4;materials=4" + w_class = WEIGHT_CLASS_TINY + var/list/skeletons = list() + var/number = 2 // for ingame VV change + +/obj/item/emerald_stone/attack__legacy__attackchain(mob/living/carbon/human/undead, mob/living/carbon/human/user) + + if(!istype(undead)) + return ..() + + if(!istype(user)) + return + + if(undead.stat != DEAD) + to_chat(user, span_warning("Этот артефакт подействует лишь на мертвеца!")) + return + + if((!undead.mind || !undead.client) && !undead.grab_ghost()) + to_chat(user, span_warning("Это тело никогда не было обременено душой...")) + return + + check_skeletons() // clean out/refresh the list + + if(length(skeletons) >= number) + to_chat(user, span_warning("Этот артефакт может поддерживать только одного мертвеца!")) + return + + else + undead.set_species(/datum/species/skeleton) // OP skellybones + undead.visible_message(span_warning("[undead] отторгает бренную оболочку и предстает в виде скелета!")) + undead.grab_ghost() // yoinks the ghost if its not in the body + undead.revive() + equip_undead(undead) + skeletons |= undead + to_chat(undead, span_danger("Вас возродил [user.real_name]!")) + to_chat(undead, span_danger("[user.p_theyre(TRUE)] теперь ваш хозяин, служите ему, чего бы это вам не стоило!")) + +/obj/item/emerald_stone/proc/check_skeletons() + for(var/count in skeletons) + if(!ishuman(count)) + skeletons.Remove(count) + continue + var/mob/living/carbon/human/undead = count + if(undead.stat == DEAD) + skeletons.Remove(count) + continue + listclearnulls(skeletons) + +/obj/item/emerald_stone/proc/equip_undead(mob/living/carbon/human/raised) + for(var/obj/item/I in raised) + raised.unEquip(I) + var/randomUndead = "roman" // defualt + randomUndead = pick("roman","pirate","clown") + + switch(randomUndead) + if("roman") + var/hat = pick(/obj/item/clothing/head/helmet/roman, /obj/item/clothing/head/helmet/roman/legionaire) + raised.equip_to_slot_or_del(new hat(raised), ITEM_SLOT_HEAD) + raised.equip_to_slot_or_del(new /obj/item/clothing/under/costume/roman(raised), ITEM_SLOT_JUMPSUIT) + raised.equip_to_slot_or_del(new /obj/item/clothing/shoes/roman(raised), ITEM_SLOT_SHOES) + raised.equip_to_slot_or_del(new /obj/item/shield/riot/roman(raised), ITEM_SLOT_LEFT_HAND) + raised.equip_to_slot_or_del(new /obj/item/claymore/ceremonial(raised), ITEM_SLOT_RIGHT_HAND) + raised.equip_to_slot_or_del(new /obj/item/spear(raised), ITEM_SLOT_BACK) + if("pirate") + raised.equip_to_slot_or_del(new /obj/item/clothing/under/costume/pirate(raised), ITEM_SLOT_JUMPSUIT) + raised.equip_to_slot_or_del(new /obj/item/clothing/suit/pirate_brown(raised), ITEM_SLOT_OUTER_SUIT) + raised.equip_to_slot_or_del(new /obj/item/clothing/head/bandana(raised), ITEM_SLOT_HEAD) + raised.equip_to_slot_or_del(new /obj/item/clothing/shoes/sandal(raised), ITEM_SLOT_SHOES) + raised.equip_to_slot_or_del(new /obj/item/clothing/glasses/eyepatch(raised), ITEM_SLOT_EYES) + raised.equip_to_slot_or_del(new /obj/item/claymore/ceremonial(raised), ITEM_SLOT_RIGHT_HAND) + raised.equip_to_slot_or_del(new /obj/item/spear(raised), ITEM_SLOT_BACK) + raised.equip_to_slot_or_del(new /obj/item/shield/riot/roman(raised), ITEM_SLOT_LEFT_HAND) + if("clown") + raised.equip_to_slot_or_del(new /obj/item/clothing/under/rank/civilian/clown(raised), ITEM_SLOT_JUMPSUIT) + raised.equip_to_slot_or_del(new /obj/item/clothing/shoes/clown_shoes(raised), ITEM_SLOT_SHOES) + raised.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/clown_hat(raised), ITEM_SLOT_MASK) + raised.equip_to_slot_or_del(new /obj/item/clothing/head/stalhelm(raised), ITEM_SLOT_HEAD) + raised.equip_to_slot_or_del(new /obj/item/bikehorn(raised), ITEM_SLOT_LEFT_POCKET) + raised.equip_to_slot_or_del(new /obj/item/claymore/ceremonial(raised), ITEM_SLOT_RIGHT_HAND) + raised.equip_to_slot_or_del(new /obj/item/shield/riot/roman(raised), ITEM_SLOT_LEFT_HAND) + raised.equip_to_slot_or_del(new /obj/item/spear(raised), ITEM_SLOT_BACK) + +/*Black Mesa awaymission*/ +//Xenodoor +/obj/structure/mineral_door/xen + name = "strange door" + icon = 'icons/obj/smooth_structures/alien/resin_door.dmi' + icon_state = "resin" + base_icon_state = "resin" + open_sound = 'sound/machines/alien_airlock.ogg' + close_sound = 'sound/machines/alien_airlock.ogg' + color = "#ee5f1c" + sheetType = null + +//Xenoweeds +/obj/structure/alien/xenoweeds + gender = PLURAL + name = "xen weeds" + desc = "A thick vine-like surface covers the floor." + anchored = TRUE + density = FALSE + plane = FLOOR_PLANE + icon = 'icons/obj/smooth_structures/alien/weeds.dmi' + icon_state = "weeds" + base_icon_state = "weeds" + max_integrity = 15 + layer = ABOVE_ICYOVERLAY_LAYER + smoothing_flags = SMOOTH_BITMASK + smoothing_groups = list(SMOOTH_GROUP_ALIEN_RESIN, SMOOTH_GROUP_ALIEN_WEEDS) + canSmoothWith = list(SMOOTH_GROUP_ALIEN_WEEDS) + creates_cover = TRUE + color = "#ee5f1c" + +//Fomka +/obj/item/crowbar/freeman + name = "blood soaked crowbar" + desc = "A heavy handed crowbar, it drips with blood." + icon = 'modular_ss220/maps220/icons/freeman.dmi' + icon_state = "crowbar" + force = 30 + throwforce = 20 + toolspeed = 0.1 + +/obj/item/crowbar/freeman/ultimate + name = "\improper Freeman's crowbar" + desc = "A weapon wielded by an ancient physicist, the blood of hundreds seeps through this rod of iron and malice." + force = 45 + +/obj/item/crowbar/freeman/ultimate/Initialize(mapload) + . = ..() + add_filter("rad_glow", 2, list("type" = "outline", "color" = "#fbff1479", "size" = 2)) + +//Brown vine +/obj/structure/spacevine/xen + color = "#ac3b06" + density = TRUE + opacity = TRUE + +/obj/structure/spacevine/xen/Initialize(mapload) + . = ..() + add_atom_colour("#ac3b06", FIXED_COLOUR_PRIORITY) + +//Shock Plant +/obj/structure/shockplant + name = "electrical plant" + desc = "It glows with a warm buzz." + icon = 'modular_ss220/maps220/icons/plants.dmi' + icon_state = "electric_plant" + density = TRUE + anchored = TRUE + max_integrity = 200 + light_range = 10 + light_power = 0.5 + light_color = "#53fafa" + /// Our faction + var/faction = "xen" + /// Our range to shock folks in. + var/shock_range = 6 + /// Our cooldown on the shocking. + var/shock_cooldown = 3 SECONDS + /// The zap power + var/shock_power = 10000 + + COOLDOWN_DECLARE(shock_cooldown_timer) + +/obj/structure/shockplant/Initialize(mapload) + . = ..() + for(var/turf/iterating_turf as anything in circleviewturfs(src, shock_range)) + RegisterSignal(iterating_turf, COMSIG_ATOM_ENTERED, PROC_REF(trigger)) + +/obj/structure/shockplant/proc/trigger(datum/source, atom/movable/entered_atom) + SIGNAL_HANDLER + + if(!COOLDOWN_FINISHED(src, shock_cooldown_timer)) + return + + if(isliving(entered_atom)) + var/mob/living/entering_mob = entered_atom + if(faction in entering_mob.faction) + return + tesla_zap(src, shock_range, shock_power, shocked_targets = list(entering_mob)) + playsound(src, 'sound/magic/lightningbolt.ogg', 100, TRUE) + COOLDOWN_START(src, shock_cooldown_timer, shock_cooldown) + + +//Xen Crystall +/obj/structure/xen_crystal + name = "resonating crystal" + desc = "A strange resinating crystal." + icon = 'modular_ss220/maps220/icons/plants.dmi' + icon_state = "crystal" + light_power = 2 + light_range = 4 + density = TRUE + anchored = TRUE + /// Have we been harvested? + var/harvested = FALSE + +/obj/structure/xen_crystal/Initialize(mapload) + . = ..() + var/color_to_set = pick(COLOR_LIGHT_GREEN , COLOR_ASSEMBLY_YELLOW, COLOR_LIGHT_CYAN, LIGHT_COLOR_LAVENDER ) + color = color_to_set + light_color = color_to_set + +/obj/structure/xen_crystal/attack_hand(mob/living/user, list/modifiers) + . = ..() + if(harvested) + to_chat(user, span_warning("[src] has already been harvested!")) + return + to_chat(user, span_notice("You start harvesting [src]!")) + if(do_after(user, 5 SECONDS, src)) + harvest(user) + +/obj/structure/xen_crystal/proc/harvest(mob/living/user) + if(harvested) + return + to_chat(user, span_notice("You harvest [src]!")) + var/obj/item/grenade/xen_crystal/nade = new (get_turf(src)) + nade.color = color + harvested = TRUE + update_appearance() + +/obj/structure/xen_crystal/update_icon_state() + . = ..() + if(harvested) + icon_state = "crystal_harvested" + else + icon_state = "crystal" + +/obj/item/grenade/xen_crystal + name = "xen crystal" + desc = "A crystal with anomalous properties." + icon = 'modular_ss220/maps220/icons/plants.dmi' + icon_state = "crystal_grenade" + origin_tech = "material=8;biotech=8;magnets=8;bluespace=8;abductor=5" + /// What range do we effect mobs? + var/effect_range = 6 + /// The faction we convert the mobs to + var/factions = null + // Mobs in this list will not be affected by this grenade. + var/list/blacklisted_mobs = list( + /mob/living/simple_animal/hostile/megafauna, + /mob/living/simple_animal/hostile/blackmesa/xen/headcrab_zombie/gordon_freeman, + /mob/living/simple_animal/hostile/blackmesa/xen/nihilanth, + ) + +/obj/item/grenade/xen_crystal/prime(mob/living/lanced_by) + for(var/mob/living/mob_to_neutralize in view(src, effect_range)) + if(is_type_in_list(mob_to_neutralize, blacklisted_mobs)) + return + mob_to_neutralize.faction |= factions + mob_to_neutralize.visible_message(span_green("[mob_to_neutralize] is overcome by a wave of peace and tranquility!")) + new /obj/effect/particle_effect/sparks(get_turf(mob_to_neutralize)) + playsound(src, 'sound/magic/charge.ogg', 100, TRUE) + qdel(src) + +//Flags +/obj/structure/sign/flag + name = "blank flag" + desc = "The flag of nothing. It has nothing on it. Magnificient." + icon = 'modular_ss220/maps220/icons/flags.dmi' + icon_state = "flag_coder" + +/obj/structure/sign/flag/wrench_act(mob/living/user, obj/item/wrench/I) + return + +/obj/structure/sign/flag/welder_act(mob/living/user, obj/item/I) + return + +/obj/structure/sign/flag/nanotrasen + name = "flag of Nanotrasen" + desc = "The official corporate flag of Nanotrasen. Mostly flown as a ceremonial piece, or to mark land on a new frontier." + icon_state = "flag_nt" + +/obj/structure/sign/flag/mars + name = "flag of the Teshari League for Self-Determination" + desc = "The flag of the Teshari League for Self-Determination. Originally a revolutionary flag during the time of the Republic of the Golden Feather, it has since been adopted as the official flag of the planet, as a reminder of how Teshari fought for representation and independence." + icon_state = "flag_mars" + +/obj/structure/sign/flag/terragov + name = "flag of Sol Federation" + desc = "The flag of Sol Federation. It's a symbol of humanity no matter where they go, or how much they wish it wasn't." + icon_state = "flag_solfed" + +/obj/structure/sign/flag/nri + name = "flag of the Novaya Rossiyskaya Imperiya" + desc = "The flag of the Novaya Rossiyskaya Imperiya. The yellow, black and white colours represent its sovereignity, spirituality and pureness." + icon_state = "flag_nri" + +/obj/structure/sign/flag/syndicate + name = "flag of the Syndicate" + desc = "The flag of the Sothran Syndicate. Previously used by the Sothran people as a way of declaring opposition against the Nanotrasen, now it became an intergalactic symbol of the same, yet way more skewed purpose, as more groups of interest have joined the rebellion's side for their own gain." + icon_state = "flag_syndi" + +/obj/structure/sign/flag/usa + name = "flag of the United States of America" + desc = "'Stars and Stripes', the flag of the United States of America. Its red color represents endurance and valor; blue one shows diligence, vigilance and justice, and the white one signs at pureness. Its thirteen red-and-white stripes show the initial thirteen founding colonies, and fifty stars designate the current fifty states." + icon_state = "flag_usa" + +//Shiel pylon +/mob/living/simple_animal/hostile/blackmesa/xen + /// Can we be shielded by pylons? + var/can_be_shielded = TRUE + /// If we have support pylons, this is true. + var/shielded = FALSE + /// How many shields we have protecting us + var/shield_count = 0 + faction = list("xen") + gold_core_spawnable = NO_SPAWN + del_on_death = TRUE + +/mob/living/simple_animal/hostile/blackmesa/xen/update_overlays() + . = ..() + if(shielded) + . += mutable_appearance('modular_ss220/maps220/icons/effects.dmi', "shield-yellow", ABOVE_MOB_LAYER) + +/mob/living/simple_animal/hostile/blackmesa/xen/proc/lose_shield() + shield_count-- + if(shield_count <= 0) + shielded = FALSE + update_appearance() + +/mob/living/simple_animal/hostile/blackmesa/xen/apply_damage(damage = 0, damagetype = BRUTE, def_zone = null, blocked = FALSE, forced = FALSE, spread_damage = FALSE, wound_bonus = 0, bare_wound_bonus = 0, sharp = NONE, used_weapon, attack_direction = null, attacking_item) + if(shielded) + visible_message("ineffective!") + return FALSE + return ..() + +/obj/structure/xen_pylon + name = "shield plant" + desc = "It seems to be some kind of force field generator." + icon = 'modular_ss220/maps220/icons/plants.dmi' + icon_state = "crystal_pylon" + max_integrity = 70 + density = TRUE + anchored = TRUE + /// The range at which we provide shield support to a mob. + var/shield_range = 6 + /// A list of mobs we are currently shielding with attached beams. + var/list/shielded_mobs = list() + +/obj/structure/xen_pylon/Initialize(mapload) + . = ..() + for(var/mob/living/simple_animal/hostile/blackmesa/xen/iterating_mob in range(shield_range, src)) + if(!iterating_mob.can_be_shielded) + continue + register_mob(iterating_mob) + for(var/turf/iterating_turf in RANGE_TURFS(shield_range, src)) + RegisterSignal(iterating_turf, COMSIG_ATOM_ENTERED, PROC_REF(mob_entered_range)) + +/obj/structure/xen_pylon/proc/mob_entered_range(datum/source, atom/movable/entered_atom) + SIGNAL_HANDLER + if(!ismob(entered_atom)) + return + var/mob/living/simple_animal/hostile/blackmesa/xen/entered_xen_mob = entered_atom + if(!entered_xen_mob) + return + register_mob(entered_xen_mob) + +/obj/structure/xen_pylon/proc/register_mob(mob/living/simple_animal/hostile/blackmesa/xen/mob_to_register) + if(mob_to_register in shielded_mobs) + return + if(!istype(mob_to_register)) + return + shielded_mobs += mob_to_register + mob_to_register.shielded = TRUE + mob_to_register.shield_count++ + mob_to_register.update_appearance() + var/datum/beam/created_beam = Beam(mob_to_register, icon_state = "sm_arc_dbz_referance", time = 10 MINUTES, maxdistance = (shield_range - 1)) + shielded_mobs[mob_to_register] = created_beam + RegisterSignal(created_beam, COMSIG_PARENT_QDELETING, PROC_REF(beam_died), override = TRUE) + RegisterSignal(mob_to_register, COMSIG_PARENT_QDELETING, PROC_REF(mob_died), override = TRUE) + +/obj/structure/xen_pylon/proc/beam_died(datum/beam/beam_to_kill) + SIGNAL_HANDLER + for(var/mob/living/simple_animal/hostile/blackmesa/xen/iterating_mob as anything in shielded_mobs) + // if(shielded_mobs[iterating_mob] == beam_to_kill) + iterating_mob.lose_shield() + shielded_mobs[iterating_mob] = null + shielded_mobs -= iterating_mob + +/obj/structure/xen_pylon/proc/mob_died(atom/movable/source, force) + SIGNAL_HANDLER + var/datum/beam/beam = shielded_mobs[source] + QDEL_NULL(beam) + shielded_mobs[source] = null + shielded_mobs -= source + +/obj/structure/xen_pylon/Destroy() + for(var/mob/living/simple_animal/hostile/blackmesa/xen/iterating_mob as anything in shielded_mobs) + iterating_mob.lose_shield() + var/datum/beam/beam = shielded_mobs[iterating_mob] + QDEL_NULL(beam) + shielded_mobs[iterating_mob] = null + shielded_mobs -= iterating_mob + shielded_mobs = null + playsound(src, 'sound/magic/lightningbolt.ogg', 100, TRUE) + new /obj/item/grenade/xen_crystal(get_turf(src)) + return ..() + +//Porta turrets +/obj/machinery/porta_turret/syndicate/black_mesa + faction = "xen" + lethal = TRUE + max_integrity = 70 + projectile = /obj/item/projectile/beam/emitter + eprojectile = /obj/item/projectile/beam/emitter + shot_sound = 'sound/weapons/laser.ogg' + eshot_sound = 'sound/weapons/laser.ogg' + +/obj/machinery/porta_turret/syndicate/black_mesa/hecu + faction = "hecu" + +/obj/machinery/porta_turret/syndicate/black_mesa/blackops + faction = "blackops" + +/obj/machinery/porta_turret/syndicate/black_mesa/heavy + name = "Heavy Defence Turret" + max_integrity = 120 + projectile = /obj/item/projectile/beam/laser/heavylaser + eprojectile = /obj/item/projectile/beam/laser/heavylaser + shot_sound = 'sound/weapons/lasercannonfire.ogg' + eshot_sound = 'sound/weapons/lasercannonfire.ogg' + +//healing puddle +/obj/structure/sink/puddle/healing + name = "healing puddle" + desc = "By some otherworldy power, this puddle of water seems to slowly regenerate things!" + color = "#71ffff" + light_range = 3 + light_color = "#71ffff" + /// How much do we heal the current person? + var/heal_amount = 2 + +/obj/structure/sink/puddle/healing/Initialize(mapload) + . = ..() + START_PROCESSING(SSobj, src) + +/obj/structure/sink/puddle/healing/process(seconds_per_tick) + for(var/mob/living/iterating_mob in loc) + iterating_mob.heal_overall_damage(heal_amount, heal_amount) + playsound(src, 'sound/effects/slosh.ogg', 100) + +// hev suit storage +/obj/machinery/suit_storage_unit/hev_suit + name = "HEV suit storage unit" + helmet_type = /obj/item/clothing/head/helmet/hev_helmet + suit_type = /obj/item/clothing/suit/space/hev diff --git a/modular_ss220/maps220/code/papers.dm b/modular_ss220/maps220/code/papers.dm new file mode 100644 index 000000000000..5dfd7a03df0f --- /dev/null +++ b/modular_ss220/maps220/code/papers.dm @@ -0,0 +1,250 @@ +/obj/item/paper/scp/status_report + name = "Отчет о состоянии" + info = "
Сдерживание Аномальных Объектов

Объект 21

Отчет о состоянии на 11.8.2489 в 8:09 утра по Лавалендскому времени

Ничего необычного. Система сейсмического предупреждения сообщает о скором землетрясении, но Скотт сказал мне, что исправит это к выходным. Нам пришлось перенести некоторые эксперименты на следующую среду из-за поломки оборудования, но ничего серьезного, чтобы беспокоиться.


Подпись: Доктор Джеймс Уокер
" + + +/obj/item/paper/scp/seismic_warning + name = "СЕЙСМИЧЕСКОЕ ПРЕДУПРЕЖДЕНИЕ" + info = "ЭТО АВТОМАТИЧЕСКОЕ СООБЩЕНИЕ, ГЕНЕРИРУЕМОЕ СИСТЕМОЙ ПРЕДУПРЕЖДЕНИЯ О СЕЙСМИЧЕСКИХ ЯВЛЕНИЯХ (c).

К ЮГО-ВОСТОКУ БЫЛИ ЗАФИКСИРОВАНЫ СЛАБЫЕ ТОЛЧКИ. СОГЛАСНО НАШЕМУ ТЕКУЩЕМУ АЛГОРИТМУ, СЕЙСМИЧЕСКАЯ НЕСТАБИЛЬНОСТЬ РАСПРОСТРАНИТСЯ ДО ВАШЕГО ТЕКУЩЕГО МЕСТОПОЛОЖЕНИЯ.

МЫ ПРОГНОЗИРУЕМ 67,2% ВЕРОЯТНОСТЬ ВОЗНИКНОВЕНИЯ ЗНАЧИТЕЛЬНОГО ЗЕМЛЕТРЯСЕНИЯ В ВАШЕМ ТЕКУЩЕМ МЕСТОПОЛОЖЕНИИ ЧЕРЕЗ 6-12 ЧАСОВ. ПОЖАЛУЙСТА, ДЕЙСТВУЙТЕ В СООТВЕТСТВИИ С ПРОТОКОЛОМ УГРОЗЫ ЗЕМЛЕТРЯСЕНИЯ, КАК УКАЗАНО НА СТРАНИЦЕ 515 РАЗДЕЛА 61-X РУКОВОДСТВА ПО ЭКСПЛУАТАЦИИ ОБЪЕКТА САО." + +/obj/item/paper/scp/research_notes + name = "Заметки об исследованиях: Объекты 15-25" + info = "AO-15:

Охрана: Высокая
Информация: Странное существо, извлеченное из старого шахтерского астероида. Темная кожа, пронзительные красные глаза. Очень агрессивное. Кажется разумным.

AO-16:

Защита: Средняя
Информация: Капюшон и мантия. Красный цвет. Испускает поле темной энергии, которое гравирует все материалы вблизи на нем нерасшифрованные узоры. Предполагается, что он связан с культом УДАЛЕНО

AO-17:

Охрана: Аполлион
Информация: УДАЛЕНО связано с УДАЛЕНО, которое нельзя размещать ни при каких обстоятельствах, включая УДАЛЕНО. Примечание ЦК: Зона 21 отсутствует. Необходимы меры безопасности.Перенос в зону 11-Х запланирован на УДАЛЕНО.

Несколько абзацев выделены черным маркером...

AO-21:

Безопасность: низкая
Информация: Глазная железа, извлеченная из АО-6 во время эксперимента EX-56b. Очень агрессивна. После нарушения 91-А субъект был нейтрализован с помощью раствора ядов. Субъекту необходимо вводить раствор каждые полчаса, чтобы поддерживать его в полукоматозном состоянии. Рецепт раствора хранится в архивах Зоны 11-X.

Остальная часть бумаги покрыта каракулями странных символов, сделанных из засохшей крови." + +/obj/item/paper/caves/pacman + name = "Напоминание главного техника" + info = "Стажёрчик, последний, мать твою, раз тебе объясняю. Генератор НАСТРОЕН!!! Ты просто заправляешь его топливом, ждешь пока СМЕС прогреется и ВСЕ!!! Еще раз я увижу как ты ковыряешься в проводке - с треском вылетишь к паукам." + +/*Black Mesa*/ +//Tapes (Переводик бы. UPD.Че то перевел даже) +/obj/item/tape/black_mesa/first_eas //First EAS record, the local disaster. + icon_state = "tape_blue" + desc = "Старая компакт-кассета. Видимо, использовалась начинающим радиолюбителем." + + used_capacity = 240 + storedinfo = list( + 1 = "Универсальный диктофон воспроизводит, \"Начало записи.\"", + 2 = "Оповещение EAS объявляет, \"Следующее сообщение передается по запросу местных властей.\"", + 3 = "Оповещение EAS сообщает, \"В 9:47 утра по стандартному времени в исследовательском центре Black Mesa произошла катастрофа неизвестного типа, вызвавшая значительный ущерб и сбой в работе различных систем электроснабжения и связи в прилегающих районах.\"", + 4 = "Оповещение EAS утверждает, \"Местными властями отдан приказ о немедленной эвакуации всех жителей в радиусе 75 миль от объекта, на место были направлены силы самообороны для оказания помощи.\"", + 5 = "Оповещение EAS заявляет, \"Убедитесь, что при вас имеются аварийный запас еды, воды, одежды, аптечка первой помощи, фонарики с дополнительными батарейками и радиоприемники на батарейках.\"", + 6 = "Оповещение EAS оповещает, \"Следуйте местным маршрутам эвакуации, обозначенным местными властями. Используйте только одно транспортное средство.\"", + 7 = "Оповещение EAS предупреждает, \"НЕ возвращайтесь в карантинную зону, пока властями не будет отданой прямой приказ об обратном.\"", + 8 = "Оповещение EAS сообщает, \"Если вы не находитесь в зоне эвакуации, оставайтесь на месте.\"", + 9 = "Оповещение EAS сообщает, \"Если вы находитесь в зоне эвакуации и у вас нет транспорта, проследуйте в ближайшее отделение местного правопорядка.\"", + 10 = "Оповещение EAS сообщает, \"Не используйте никаких средств связи, за исключением радиоприемника.\"", + 11 = "Оповещение EAS aсообщает, \"Следите за новостями местных СМИ для получения дополнительной информации о текущей ситуации...\"", + 12 = "Универсальный диктофон воспроизводит, \"Конец записи.\"", + ) + timestamp = list( + 1 = 0, + 2 = 20, + 3 = 40, + 4 = 80, + 5 = 100, + 6 = 120, + 7 = 140, + 8 = 160, + 9 = 180, + 10 = 200, + 11 = 220, + 12 = 240, + ) + +/obj/item/tape/black_mesa/second_eas //Second EAS record, the local disaster. + icon_state = "tape_white" + desc = "Компакт-кассета со следами крови. Видимо, использовалась начинающим радиолюбителем (ныне покойным)." + + used_capacity = 240 + storedinfo = list( + 1 = "Универсальный диктофон воспроизводит, \"Начало записи.\"", + 2 = "Оповещение EAS громко оповещает, \"Следующее сообщение передается по запросу депортамента экстренных служб сектора Нова.\"", + 3 = "Оповещение EAS заявляет, \"В 9:47 утра по стандартному времени в исследовательском центре Black Mesa произошла катастрофа неизвестного типа, вызвавшая значительный ущерб и сбой в работе различных систем электроснабжения и связи в прилегающих районах.\"", + 4 = "Оповещение EAS уточняет, \"Сегодняшнее сообщение заменяет предыдущее, вышедшее вчера в 22:01 по стандартному времени.\"", + 5 = "Оповещение EAS повторяет, \"В районе Black Mesa объявлен полный карантин. В интересах общественной безопасности всем жителям сектора Нова, проживающим в радиусе 150 миль от Black Mesa рекомендуется немедленно эвакуироваться.\"", + 6 = "Оповещение EAS заявляет, \"Возьмите с собой только предметы первой необходимости и радиоприемник на батарейках. Не используйте для поездок более одного транспортного средства.\"", + 7 = "Оповещение EAS предупреждает, \"Следуйте местным маршрутам эвакуации, которые были обозначены властями.\"", + 8 = "Оповещение EAS объявляет, \"Если вы находитесь в зоне эвакуации и у вас нет транспорта, проследуйте в ближайшее отделение местного правопорядка.\"", + 9 = "Оповещение EAS заявляет, \"Если вы отмечаете у себя лихорадку, кашель, тошноту, рвоту, головокружение, мышечные боли, выпадение волос или любые иные недуги... \"", + 10 = "Оповещение EAS громко оповещает, \"..пожалуйста, немедленно обратитесь в ближайший центр контроля заболеваний, так как эти симптомы могут быть связаны с произошедшей катастрофой .\"", + 11 = "Оповещение EAS объявляет, \"Следите за новостями местных СМИ для получения дополнительной информации о текущей ситуации.\"", + 12 = "Универсальный диктофон воспроизводит, \"Конец записи.\"", + ) + timestamp = list( + 1 = 0, + 2 = 20, + 3 = 40, + 4 = 80, + 5 = 100, + 6 = 120, + 7 = 140, + 8 = 160, + 9 = 180, + 10 = 200, + 11 = 220, + 12 = 240, + ) + +/obj/item/tape/black_mesa/third_eas //Third EAS record, the global disaster. + icon_state = "tape_purple" + desc = "Компакт-кассета со следами... странной лозы, прорастающей внутрь. Видимо, использовалась каким то ксеносом." + + used_capacity = 260 + storedinfo = list( + 1 = "Универсальный диктофон воспроизводит, \"Начало записи.\"", + 2 = "Оповещение EAS объявляет, \"Следующее сообщение передается по запросу Министерства Самообороны планеты Рикс-6. Это не учебная тревога.\"", + 3 = "Оповещение EAS заявляет, \"Сегодня, в 16:16 по стандартному времени, Высший Управитель Рикс-6 объявил чрезвычайное положение.\"", + 4 = "Оповещение EAS уточняет, \"Неизвестные враждебно настроенные силы были обнаружены в исследовательском центре Black Mesa, а так же в нескольких соседних секторах, прилегающих к сектору Нова.\"", + 5 = "Оповещение EAS громко оповещает, \"По состоянию на 17:42 по стандартному времени, Верховный Управитель издал указ о мобилизации всех наземных сил самообороны...\"", + 6 = "Оповещение EAS громко оповещает, \"....и начать немедленные авиаудары по исследовательскому центру Black Mesa и прилегающим секторам, начиная не позднее 18:42 этим вечером.\"", + 7 = "Оповещение EAS предупреждает, \"Для вашей собственной безопасности был отдан приказ о немедленной эвакуации по всему сектору Нова.\"", + 8 = "Оповещение EAS заявляет, \"Всем жителям сектора Нова и прилегающих районов, просьба оставить все свои личные вещи. Возьмите с собой радиоприемник на батарейках и только самые необходимые бытовые принадлежности.\"", + 9 = "Оповещение EAS предупреждает, \"Не оставайтесь в своих домах! Найдите убежище в ближайшей к вам зоне сил самообороны за пределами сектора Нова и ждите дальнейших указаний.\"", + 10 = "Оповещение EAS оповещает, \"Если вы не можете найти ближайший маршрут эвакуации, немедленно обратитесь за помощью к местным властям.\"", + 11 = "Оповещение EAS echoes, \"Если у вас имеются навыки военной подготовки, навыки стрельбы из огнестрельного или энергетического оружия - немедленно обратитесь к ближайшему офицеру сил самообороны..\"", + 12 = "Оповещение EAS уточняет, \"Оставайтесь на частоте 740 для получения дополнительной информации.\"", + 13 = "Универсальный диктофон воспроизводит, \"Конец записи.\"", + ) + timestamp = list( + 1 = 0, + 2 = 20, + 3 = 40, + 4 = 80, + 5 = 100, + 6 = 120, + 7 = 140, + 8 = 160, + 9 = 180, + 10 = 200, + 11 = 220, + 12 = 240, + 13 = 260, + ) + +/obj/item/tape/black_mesa/first_hecu //First HECU record, the "You are abandoned" kinda one; meant to be added to SL so they're, you know, informed. And depressed. + icon_state = "tape_purple" + desc = "Свежезаписанная компакт-кассета, еще даже не подписанная." + + used_capacity = 100 + storedinfo = list( + 1 = "Универсальный диктофон воспроизводит, \"Начало записи.\"", + 2 = "Штаб сил самообороны спрашивает, \"Прием, офицер, вы меня слышите? Офицер, вы меня слышите!?\"", + 3 = "Штаб сил самообороны сообщает, \"Забудьте о ███████! Мы покидаем базу!\"", + 4 = "Штаб сил самообороны сообщает, \"Мы сокращаем наши потери и уходим! Все, кто остался там, внизу, сейчас предоставлены сами себе!\"", + 5 = "Штаб сил самообороны громко оповещает, \"Повторяю, если вас еще не эвакуировались, то вы предоставлены сами себе!\"", + 6 = "Универсальный диктофон воспроизводит, \"Конец записи.\"", + ) + timestamp = list( + 1 = 0, + 2 = 20, + 3 = 40, + 4 = 60, + 5 = 80, + 6 = 100, + ) + +/obj/item/tape/black_mesa/second_hecu //Second HECU record, for Vanguard to know that there's military nearby. + icon_state = "tape_red" + desc = "Относительно свежая компакт-кассета, подписанная как \"радиопередача от XX XX.XX.25XX\". Дата и серийные номера были поцарапаны до неузнаваемости. Как удобно." + + used_capacity = 140 + storedinfo = list( + 1 = "Универсальный диктофон воспроизводит, \"Начало записи.\"", + 2 = "Эхо-5 Браво громко сообщает, \"Любой станции, любой станции, это Эхо-5 Браво! Поблизости есть хоть какие то наземные силы, способные поддержать в 8 районе?\"", + 3 = "Эхо-5 Браво повторно сообщает, \"Любой станции, любой станции, это Эхо-5 Браво! Поблизости есть хоть какие то наземные силы, способные поддержать в 8 районе? Хоть кто ниубдь слышит нас?!\"", + 4 = "Эхо-5 Зетта заявляет, \"Это Эхо-5 Зетта! Больше не в состоянии вести боевые действия. Мы сворачиваемся в сторону сектора Дельта!\"", + 5 = "Эхо-5 Браво громко спрашивает, \"Что, черт возьми, ты несешь?! Нас здесь давят в окружении!!!\"", + 6 = "Эхо-5 Зетта сообщает, \"Прорывайтесь к ближайшей трассе и ждите указаний, как слышали?!\"", + 7 = "Универсальный диктофон воспроизводит, \"Конец записи.\"", + ) + timestamp = list( + 1 = 0, + 2 = 20, + 3 = 40, + 4 = 80, + 5 = 100, + 6 = 120, + 7 = 140, + ) + +/obj/item/tape/black_mesa/third_hecu //Third HECU record, because it's s a d . + icon_state = "tape_blue" + desc = "Окровавленная компакт-кассета. Это уже слишком..." + + used_capacity = 120 + storedinfo = list( + 1 = "Универсальный диктофон воспроизводит, \"Начало записи.\"", + 2 = "Эхо-5 Джульетта громко сообщает, \"Любой станции, любой станции, это Эхо-5 Джульетта... Мой отряд попал в засаду... Меня ранили... Я здесь истекаю кровью... Левая.. Левая нога.\"", + 3 = "Эхо-5 Ромео сообщает, \"Эхо-5 Джульетта, это Эхо-5 Ромео. Мне нужно что бы ты наложил жгут выше раны, на расстоянии ладони. Живо доставай его из своего ИПП!\"", + 4 = "Эхо-5 Джульетта заявляет, \"ИПП больше нету.\"", + 5 = "Эхо-5 Ромео спрашивает, \"Повтори?\"", + 6 = "Эхо-5 Джульетта уточняет, \"Мой ИПП закончился... Я..эээ... *отчетливый звук падения*\"", + 7 = "Эхо-5 Ромео сообщает, \"Так, тебе срочно нужно найти другой и достать из него жгут. \"", + 8 = "Эхо-5 Ромео громко спрашивает, \"Ты еще на короткой? Эхо-5 Джульетта, ты меня слышишь?!\"", + 9 = "Универсальный диктофон воспроизводит, \"Конец записи.\"", + ) + timestamp = list( + 1 = 0, + 2 = 10, + 3 = 30, + 4 = 40, + 5 = 50, + 6 = 70, + 7 = 90, + 8 = 110, + 9 = 120, + ) + +/*Space battle*/ +/obj/item/paper/spacebattle + icon = 'icons/obj/bureaucracy.dmi'; + icon_state = "paper_words" + +/obj/item/paper/spacebattle/syndicate1 + info = "

- Какого черта это было?
- Группа, стоп... Сейчас свяжусь с этим кораблем.
- Провожу сканирование...
...
...
- Это корабль НТ! Полная боевая!
- Сканеры показывают большое число турелей, подавите турели.
...
- Абордажным командам занять поды!
- Все готовы?
- Так точно!
- Запускайте поды!

" + +/obj/item/paper/spacebattle/syndicate2 + info = "

- Всем носителям - выпускайте дроны.
- Принял. Дроны пошли.
...
- Это носитель DC-28... Агхх... Обшивка сильно повреждена, запрос эвакуации.
- Принято, DC-28, отправляем под на ваши координаты.
...
...
- Твою мать, у них есть БСА! Они только что разнесли под.
- Сканирование не обнаружило орудие.
- Дьявол, несем потери.
...

" + +/obj/item/paper/spacebattle/syndicate3 + info = "

- Птичка-4, прием, мы на корабле, действуем согласно плану дельта-1.
- Альфа, якорь пристыкован, активируем через 5, сейчас тряхнет.
- 10-4.
...
...
...
- Птичка-4, прием, экипаж уничтожен. У них на корабле гребаный БСА!
- Альфа, ищите любые ценные документы.
- Принято.
...

" + +// Механик правого борта +/obj/item/paper/crumpled/bloody/spacebattle/mechanic + info = "

Я бортовой механик Нанотрейзен, состоящий в экипаже засекреченного крейсера 'Безымянный'. Если вы это читаете - я мертв.
Несколько часов назад наша экспедиция отправилась на тестирование экспериментальной установки, начальство говорило, что она использует какой-то 'блюспейс' - передовую технологию. Хрен его знает что за голубое пространство, но видать оно очень ценно.
После выстрела этой бандуры нас так тряхануло, что датчики взбесились - считали, что мы пересекли несколько десятков секторов, а календари показывали чуть ли не на 200 лет позже.
Судно атаковали пираты, мы пытались отбится, но их слишком много. Думаю, что все остальные мертвы. Я забаррикадировался у себя в отсеке, ворота на палубу достаточно крепкие, пока есть время - попытаюсь собрать челнок.
Нет ядра для челнока, чёрт, думаю есть шанс, что на мастерской левого борта будет хотя бы одно.
Кажется, они догадались, что тех.тоннель ведет ко мне, надо рвать когти, пан или пропал.

" + +// Офицер в туалете +/obj/item/paper/crumpled/bloody/spacebattle/officer + info = "

РАПОРТ

Лейтенант ТСФ Дребин, докладываю: 'Безымянный' под обстрелом, нас взяли на абордаж. После затяжного боя на палубах крейсера мы, видимо, проиграли... К черту эту корпортивную чушь! Мы притащили на борт крысу! Какая то сволочь точно слила наши координаты, ведь мы пробовали какую-то огромную пушку - они точно пришли за ней, только я не успел найти эту сволочь! Меня ранили... протяну от силы не больше часа, мед у нас отбили почти сразу, как сука знали! Я выберусь отсюда, я не умру в туале

" + +// Желе в холодильнике +/obj/item/paper/spacebattle/kitchen + info = "

от Кока Рэмси
Капитану 'Безымянного'

Капитан, после выстрела из вашей погремушки у меня в холодильнике завелся вредитель! Я открыл холодильник, а там на меня смотрело желе! Я не готовил это сраное желе! ОНО СМОТРИТ НА МЕНЯ!
Прошу, пришлите кого-то, хотя бы яйцеголовых, я не могу работать, КОГДА НА МЕНЯ СМОТРИТ ЭТО!

" + +// Задача на вылет крейсера +/obj/item/paper/spacebattle/bridge + info = "

Форма NTcorp. NT-CC-REQ
Станция — Центральное командование
Год: 2367
Распоряжение Центрального командования


Командование судна 'Безымянный', ваш крейсер был оснащен экспериментальной установкой под кодовым именем БСА - рассекречивание наличия данной установки, принципов её работы и любые упоминания о её существование вне экипажа и высшего командования строго запрещены!
Ваша задача: После полного прочтения данных директив, совершить вылет из системы, после чего будут получены координаты засекреченного испытательного полигона для тестирования данной установки. Требуется произвести минимум 3 выстрела с рассчетным интервалом в 30-40 минут, что обуславливает время необходимое для заряда батарей установки от экспериментального двигателя, использующего осколок суперматерии. Последний выстрел необходимо произвести во время сверхсветового скачка на максимально возможной скорости. Затем вернутся в док с соответствующей отчетной документацией для получения новых распоряжений.

Подпись: ███████ ████████
, в должности: Nanotrasen Navy Officer.


*Несоблюдение указаний, содержащихся в данном документе, считается нарушением политики компании; Дисциплинарное взыскание за нарушения может быть применено на месте или в конце смены в Центральном командовании;
*Получатель(и) данного меморандума подтверждает(ют), что он(она/они) несут ответственность за любой ущерб, который может возникнуть в результате игнорирования приведенных здесь директив или рекомендаций;
*Все отчеты должны храниться конфиденциально их предполагаемым получателем и любой соответствующей стороной. Несанкционированное распространение данного меморандума может привести к дисциплинарным взысканиям.

" + +//Бортовой журнал +/obj/item/paper/docs_part/spacebattle/bridge2 + info = "

Форма NTcorp. NT-COM-BB
Судно — ЭКН 'Безымянный' Год: 2367
Бортовой журнал

██.03.2367 - Вылет. Док №2, ИОН ███████, █████ спутник планеты █████ системы ███████ ██████-█.
██.03.2367 - Прибыли на координаты ████, ████, ██ - ████████, планета ████████, система ██████████-███.
██.03.2367 - Начато испытание установки ███.
██.03.2367 - Произведен залп из ███ по мишени №1. Переход к мишени №2.
██.03.2367 - Произведен залп из ███ по мишени №2. Переход к задаче №3. Запуск сверхсветовых двигателей.
██.03.2367 - Произведен залп из ███ во время сверхсветовоого скачка при достижении нагрузки на ССД двигатели = 95%
██.̴̼̝̐͌͠0̴͓̦̝͘͝͠6̴̡̦͙͐̓̐.̴͉̘͙̓͛͊2̴͓͒̔̈́͜4̴͙͎͊͌͌͜6̵̞̟̘̈́́̚7̴̙͉̝̓̐͘ -̵͓͇̾̐̚͜ О̴͍̟͓̽̒͘б̴̢̪͍͒͋̈́н̴̠̼̪̒̿́а̴̢͉͕͛͐͝р̵̢͓́̈́у̴̫̟̓̾̚͜ж̴̝̞̽̀̚е̸̡͎̦͌̓͐н̸͉̦̞͋͊͘ с̵̺͖̞͛̀͝б̴̦͔͍̒͛͋о̸̠̟́̒̿й̴̢̘͙͆̚͝ с̵̡̺͉̒̚̚ӥ̸͖͓͍́͒͆с̴̙͎͉͒͌͑т̴͓̫͊̀͜е̴͓͖͎͒͛̀м̸̺̼͐̈́̾ы̵̞̪͋͐̕͜.̸͔̝͖́͆̀ О̸̡̫̼̾͑͘б̸̺̦͊͜͠͠р̸̢̺͚̕͝͝а̵͇̟͇͐̐͋т̵̟̪͛͘͘͜и̴̢͎͙͐̾т̴̞̾̿̈́͜е̸͙͖͍̓̔с̸͍͙̙͆̀̾ь̴̟͕̺̓͋͛ к̴̺͖͔̿̈́ б̵͖̻͎͐̓͘о̵̦͕̦͊͘͠р̴̢̻̞̔̈́̚т̴͉̦̪͒̕͠о̸̞̺͊̾в̸͕͍̠̽̒̈́о̸͇̫̓͘͠м̸̡͖̪̓͆͊у̸̡͍͒͛̿ т̸͉̼̐͐͝е̴̡͓̞͋͠х̴͖̙͖̚͘͝н̵͍͙̒̐̚͜и̴̻̻͇̽͋̚к̴̪͖̔̐͐у̸͚̪̼̀͋̾.̵͍͚͔͑͒̽
██.̴͉̝̠̔͆͠0̸̞͍͓̐̽̈́9̵̢͍͙͋͛͊.̴͍͉̀͛2̸̟͔̘̽̀̈́4̴͖͔͙̓͝͝6̴̼͔̽͑͝7̵̟̓͝͝ -̸̟͕͆́̓ О̵̡͖̘̓̔͝б̴̼̪̈́̽н̸̘̺͓͑̀͘а̵͇̦̓̾̚͜р̴͖̞͊̓̚ӱ̸̼̻́̔̿͜ж̴̟͚̒͌͝е̵̪̫̓͆͘н̵͍̈́̓͛͜ с̴̢̢̠͌̓͑б̴͚͎̞̔͐͝о̵͓͔̝̿͘͠й̵̺͚͙͒͝ с̵̘͇̾̽͜͠и̵̻̺͓̾̒̕с̴̻̝̀͋̚т̵̦̼͚͊̓̚е̴̟͇̼͌̈́̀м̸̝̪͕͌̾̒ы̴̫̟͓̓͛̓.̵͍͚̪̓͘͝ О̸̦̙̔̓̈́б̵̡͔̪͑̿̿р̵̫̪͙̽͋͑а̴̫͓̠̾̈́͘т̴̡͓͙̔̚͝и̵͎͙͉͛̈́͛т̵͙̼͉́̈́͒е̵͕͓̦͒͘͝с̵̪̘͍̔̿̈́ь̸̠̙͎̓̈́ к̵̡̡̙͆͒͝ б̵̡̻̚͝о̸͙͒͊̕͜р̴̪̟̺̿͑͝т̵̘͔͚́̐̕о̵̢̘͍͘̚͝в̵̡̫̙̀͌̚о̵͔̟̺̀̐̿м̸͍͓͔́̿̓у̵̢̡̦̐̈́̒ т̵̺̘͍͒̕͘е̵̞̺͇͐̔̕х̵̠͎͍͊̈́͒н̵̫͕̟̿̚и̵̙̼̿͜͝͝к̸͕̻̟̓͊͒у̸͓̠̘̔̿̿.̴̡͖̀͐̿
.ʎdoꓕɐdꓕɔиниᥕჩɐ ʎᥕoнᥕǝꓕɔиɔ ʞ ৭ɔǝꓕиꓕɐdܦО .ыᥕǝꓕɔиɔ и̯oܦɔ нǝжʎdɐнܦО - ↋↊0↊.↋0.↋0
██.丨己.己丩67 - 乃ы尸闩⻏廾и⻏闩廾и🝗 爪ㄖ⼭廾ㄖ⼕ти ⼕и⼕т🝗爪ы. 闩⻏闩尸ий廾ый ⼕石尸ㄖ⼕ ⼕长ㄖ尸ㄖ⼕ти ⼕⻏🝗尸〤⼕⻏🝗тㄖ⻏ы〤 具⻏и⺁闩т🝗人🝗й.
██.██.2567 - Выход из сверхсветового коридора. координаты ████,████,██ - Поле астериодов.
██.██.2567 - Обнаружено физическое нарушение целостности двигательного отсека.
██.██.2567 - Обнаружены разгерметизации левого борта: двигательный отсек, секция ЭМР-2, левый ангар.
██.██.██67 - Нарушение целостности корпуса судна. Запуск протокола 'Черный Ящик'
██.██.████ - Н███шен█е це██ст███ти к█рп█с█. З█п█ск пр███кола 'Шифрат█р.NT'
██.██.████ - █████████████████████████████. █████████████████████████...
██.██.████ - ███████ ██████████ ███ - ███████ ████ █████: '███████████ ██████'
██████████ - ████████████████████████████████...

" + +// Капитан говнит экипаж на воксовском +/obj/item/paper/spacebattle/voxcap + info = "

Дешифрованное сообщение с вокс-пиджина
К'цай, ты не поверишь куда я попал! Эти пылевые мешки все-таки позвали меня рулить их кораблем! Говорят, у нас будет нормальное дело на поживится всяким НТшным добром, готовьте скипджек, вышлю координаты как будем собираться возвращаться.

" + +// Экипаж говнит вокса-офицера +/obj/item/paper/spacebattle/voxcap1 + info = "

Командир, мы вообще не поняли подобного юмора - вокс?! Мы понимаем, что эти чашуйчатые говнюки грабят только так, это у них в крови или той хрени, что у них течет в жилах, но ВОКС-КАПИТАН? Мы не будем терпеть этого мудака, он успел обосрать половину составва, называя то лысыми, то пылевиками, то еще как-то, если он выпрется из каюты и еще выдаст хоть какую-то хрень на своем чик-чирике мы его порешаем на месте!

" + +// Механик центрального корабля +/obj/item/paper/spacebattle/voxcap2 + info = "

Личная запись

Бортовой техник: Позывной '12й'
Эта крыса чашуйчатая опять полезла ко мне в ангар жрать запчасти от моих дронов. Я не могу грубить старшему, но у меня так половина дронов из строя выйдет, если эта скатина продолжит искать 'вкикикусненькикое' в них! Слыхал, что другие тоже недовольны положением, оно и видно - такую хрень поставили за главного!

" + +// Бортовой журнал центрального корабля +/obj/item/paper/slip/spacebattle/voxcap3 + info = "

Обрывок бортового журнала

На корабле стоит напряженная атмосфера. Почти весь экипаж недоволен новым капитаном-воксом. Абсолютно непонятно где он раздобыл нужные документы, скорее всего, украл у какого-нибудь офицера. Из-за системы скрытых званий мы не можем точно интендифицировать подлинность его статуса. Нас выслали на срочное дело и не было времени на разборки, ввиду этого чашуйчатый стал руководить данным рейдом. По завершению задачи, кикпитан либо полетит за борт, либо отправится в самую темную задницу для выяснения откуда он достал удостоверение офицера.

" + +// Секретное биоружие-мимики +/obj/item/paper/spacebattle/mimics + info = "

Личная запись

Капитан рейдерского грузового судна: 'Легкий' Пит
Недавно вафельные подогнали разработку биотехов - живые ящики! Говорят, что сами возят в таких товар, мол такие вора быстрее загрызут, чем он поймет что это не обычный ящик. Они как-то надрессировали эти штуки и говорят, что кидаются они только на чужих, я пока не пробовал, да и желания нет. Надеюсь, они не втюхали нам обычные ящики по завышенной цене.

" diff --git a/modular_ss220/maps220/code/spawners.dm b/modular_ss220/maps220/code/spawners.dm new file mode 100644 index 000000000000..f5c97f091793 --- /dev/null +++ b/modular_ss220/maps220/code/spawners.dm @@ -0,0 +1,315 @@ +/* Random food spawners */ +/obj/effect/spawner/random/ccfood + + +/obj/effect/spawner/random/ccfood/dessert + spawn_loot_count = 3 + loot = list( + /obj/item/food/baguette, + /obj/item/food/applepie, + /obj/item/food/bananabreadslice, + /obj/item/food/bananacakeslice, + /obj/item/food/carrotcakeslice, + /obj/item/food/croissant, + /obj/item/reagent_containers/drinks/cans/cola, + ) + +/obj/effect/spawner/random/ccfood/meat + spawn_loot_count = 3 + loot = list( + /obj/item/food/lasagna, + /obj/item/food/burger/bigbite, + /obj/item/food/fishandchips, + /obj/item/food/fishburger, + /obj/item/food/hotdog, + /obj/item/food/meatpie, + /obj/item/reagent_containers/drinks/cans/cola, + ) + +/obj/effect/spawner/random/ccfood/alcohol + spawn_loot_count = 1 + loot = list( + /obj/item/reagent_containers/drinks/flask/detflask, + /obj/item/reagent_containers/drinks/cans/tonic, + /obj/item/reagent_containers/drinks/cans/thirteenloko, + /obj/item/reagent_containers/drinks/cans/synthanol, + /obj/item/reagent_containers/drinks/cans/space_mountain_wind, + /obj/item/reagent_containers/drinks/cans/lemon_lime, + ) + +/* Lootdrop */ +/obj/effect/spawner/random/maintenance + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + +/obj/effect/spawner/random/trash + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + +/obj/effect/spawner/random/trash/Initialize(mapload) + . = ..() + loot += list( + list( + /obj/item/trash/bowl, + /obj/item/trash/can, + /obj/item/trash/candle, + /obj/item/trash/candy, + /obj/item/trash/cheesie, + /obj/item/trash/chips, + /obj/item/trash/fried_vox, + /obj/item/trash/gum, + /obj/item/trash/liquidfood, + /obj/item/trash/pistachios, + /obj/item/trash/plate, + /obj/item/trash/popcorn, + /obj/item/trash/raisins, + /obj/item/trash/semki, + /obj/item/trash/snack_bowl, + /obj/item/trash/sosjerky, + /obj/item/trash/spacetwinkie, + /obj/item/trash/spentcasing, + /obj/item/trash/syndi_cakes, + /obj/item/trash/tapetrash, + /obj/item/trash/tastybread, + /obj/item/trash/tray, + /obj/item/trash/waffles, + /obj/item/trash/vulpix_chips, + /obj/item/trash/foodtray, + ) = 5, + ) + +// Office toys spawner +/obj/effect/spawner/random/officetoys + name = "office desk toy spawner" + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + icon_state = "officetoy" + loot = list( + /obj/item/toy/desk/officetoy, + /obj/item/toy/desk/dippingbird, + /obj/item/toy/desk/newtoncradle, + /obj/item/toy/desk/fan, + /obj/item/hourglass + ) + +/* Random spawners */ +/obj/effect/spawner/random/mod + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + icon_state = "mod" + +/obj/effect/spawner/random/syndicate/loot + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + +/obj/effect/spawner/random/syndicate/loot/common + icon_state = "common" + +/obj/effect/spawner/random/syndicate/loot/rare + icon_state = "rare" + +/obj/effect/spawner/random/syndicate/loot/officer + icon_state = "officer" + +/obj/effect/spawner/random/syndicate/loot/armory + icon_state = "armory" + +/obj/effect/spawner/random/syndicate/loot/stetchkin + icon_state = "stetchkin" + +/obj/item/reagent_containers/pill/random_drugs + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + icon_state = "pills" + +/obj/item/reagent_containers/pill/random_drugs/Initialize(mapload) + icon = 'icons/obj/chemical.dmi' + . = ..() + +/obj/item/reagent_containers/drinks/bottle/random_drink + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + icon_state = "drinks" + +/obj/item/reagent_containers/drinks/bottle/random_drink/Initialize(mapload) + icon = 'icons/obj/drinks.dmi' + . = ..() + +/* Space Battle */ +/obj/effect/mob_spawn/human/corpse/spacebattle + var/list/pocketloot = list(/obj/item/storage/fancy/cigarettes/cigpack_robust, + /obj/item/storage/fancy/cigarettes/cigpack_uplift, + /obj/item/storage/fancy/cigarettes/cigpack_random, + /obj/item/cigbutt, + /obj/item/clothing/mask/cigarette/menthol, + /obj/item/clothing/mask/cigarette, + /obj/item/clothing/mask/cigarette/random, + /obj/item/lighter/random, + /obj/item/assembly/igniter, + /obj/item/storage/fancy/matches, + /obj/item/match, + /obj/item/food/donut, + /obj/item/food/candy/candybar, + /obj/item/food/tastybread, + /obj/item/reagent_containers/drinks/cans/dr_gibb, + /obj/item/pen, + /obj/item/screwdriver, + /obj/item/stack/tape_roll, + /obj/item/radio, + /obj/item/coin, + /obj/item/coin/twoheaded, + /obj/item/coin/iron, + /obj/item/coin/silver, + /obj/item/flashlight, + /obj/item/stock_parts/cell, + /obj/item/paper/crumpled, + /obj/item/extinguisher/mini, + /obj/item/deck/cards, + /obj/item/reagent_containers/pill/salbutamol, + /obj/item/reagent_containers/patch/silver_sulf/small, + /obj/item/reagent_containers/patch/styptic/small, + /obj/item/reagent_containers/pill/salicylic, + /obj/item/stack/medical/bruise_pack, + /obj/item/stack/medical/ointment, + /obj/item/tank/internals/emergency_oxygen, + /obj/item/weldingtool/mini, + /obj/item/flashlight/flare/glowstick/emergency, + /obj/item/flashlight/flare, + /obj/item/toy/crayon/white, + ) + +/obj/effect/mob_spawn/human/corpse/spacebattle/Initialize(mapload) + l_pocket = pick(pocketloot) + r_pocket = pick(pocketloot) + return ..() + +/obj/effect/mob_spawn/human/corpse/spacebattle/assistant + name = "Dead Civilian" + mob_name = "Ship Personnel" + id = /obj/item/card/id/away/old + uniform = /obj/item/clothing/under/color/random + shoes = /obj/item/clothing/shoes/black + +/obj/effect/mob_spawn/human/corpse/spacebattle/security + name = "Dead Officer" + mob_name = "Ship Officer" + id = /obj/item/card/id/away/old/sec + uniform = /obj/item/clothing/under/retro/security + belt = /obj/item/clothing/accessory/holster/waist + suit = /obj/item/clothing/suit/armor/vest/security + shoes = /obj/item/clothing/shoes/jackboots + head = /obj/item/clothing/head/helmet + gloves = /obj/item/clothing/gloves/fingerless + back = /obj/item/storage/backpack/satchel_sec + +/obj/effect/mob_spawn/human/corpse/spacebattle/security/Initialize(mapload) + var/secgun = rand(1,10) + switch(secgun) + //70% + if(1 to 7) + suit_store = /obj/item/gun/projectile/automatic/pistol/enforcer/lethal + backpack_contents = list( + /obj/item/storage/box/survival = 1, + /obj/item/ammo_box/magazine/enforcer/lethal = 1 + ) + //20% + if(8 to 9) + suit_store = /obj/item/gun/projectile/automatic/wt550 + backpack_contents = list( + /obj/item/storage/box/survival = 1, + /obj/item/ammo_box/magazine/wt550m9 = 1 + ) + //10% + if(10) + suit_store = /obj/item/gun/projectile/shotgun/riot + backpack_contents = list( + /obj/item/storage/box/survival = 1, + /obj/item/storage/fancy/shell/buck = 1 + ) + return ..() + +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer + name = "Dead Engineer" + mob_name = "Engineer" + id = /obj/item/card/id/away/old/eng + uniform = /obj/item/clothing/under/retro/engineering + belt = /obj/item/storage/belt/utility/full + suit = /obj/item/clothing/suit/storage/hazardvest + shoes = /obj/item/clothing/shoes/workboots + mask = /obj/item/clothing/mask/gas + head = /obj/item/clothing/head/hardhat/orange + glasses = /obj/item/clothing/glasses/meson + suit_store = /obj/item/tank/internals/emergency_oxygen/engi + gloves = /obj/item/clothing/gloves/color/fyellow/old + back = /obj/item/storage/backpack/duffel/engineering + backpack_contents = /obj/item/storage/box/engineer + +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/Initialize(mapload) + var/engstaff = rand(1,3) + switch(engstaff) + if(1) + backpack_contents = list( + /obj/item/clothing/head/welding = 1, + /obj/item/weldingtool/largetank = 1, + /obj/item/stack/sheet/metal{amount = 10} = 1, + /obj/item/stack/rods{amount = 3} = 1 + ) + if(2) + backpack_contents = list( + /obj/item/apc_electronics = 1, + /obj/item/stock_parts/cell/high = 1, + /obj/item/t_scanner = 1, + /obj/item/stack/cable_coil{amount = 7} = 1 + ) + if(3) + backpack_contents = list( + /obj/item/storage/briefcase/inflatable = 1, + /obj/item/stack/sheet/glass{amount = 5} = 1, + /obj/item/grenade/gas/oxygen = 1, + /obj/item/analyzer = 1 + ) + return ..() + +/obj/effect/mob_spawn/human/corpse/spacebattle/engineer/space + suit = /obj/item/clothing/suit/space/hardsuit/ancient + head = /obj/item/clothing/head/helmet/space/hardsuit/ancient + shoes = /obj/item/clothing/shoes/magboots + +/obj/effect/mob_spawn/human/corpse/spacebattle/medic + name = "Dead Medic" + mob_name = "Medic" + id = /obj/item/card/id/away/old/med + uniform = /obj/item/clothing/under/retro/medical + suit = /obj/item/clothing/suit/storage/labcoat + shoes = /obj/item/clothing/shoes/white + id = /obj/item/card/id/medical + back = /obj/item/storage/backpack/satchel_med + +/obj/effect/mob_spawn/human/corpse/spacebattle/medic/Initialize(mapload) + backpack_contents = list( + /obj/item/storage/firstaid/regular = 1, + /obj/item/storage/pill_bottle/random_drug_bottle = 1, + ) + return ..() + +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer + name = "Bridge Officer" + mob_name = "Bridge Officer" + id = /obj/item/card/id/away/old/sec + uniform = /obj/item/clothing/under/rank/procedure/blueshield{name = "Bridge Officer uniform"} + belt = /obj/item/clothing/accessory/holster/waist + suit = /obj/item/clothing/suit/armor/vest/security + shoes = /obj/item/clothing/shoes/jackboots + head = /obj/item/clothing/head/helmet/night + gloves = /obj/item/clothing/gloves/fingerless + back = /obj/item/storage/backpack/satchel + +/obj/effect/mob_spawn/human/corpse/spacebattle/bridgeofficer/Initialize(mapload) + backpack_contents = list( + /obj/item/reagent_containers/patch/silver_sulf/small, + /obj/item/reagent_containers/patch/styptic/small, + /obj/item/stock_parts/cell/high = 1, + /obj/item/storage/fancy/shell/buck = 1 + ) + return ..() + +/obj/effect/mob_spawn/human/corpse/spacebattle/scientist + name = "Dead Scientist" + mob_name = "Scientist" + id = /obj/item/card/id/away/old/sci + uniform = /obj/item/clothing/under/retro/science + shoes = /obj/item/clothing/shoes/black + suit = /obj/item/clothing/suit/storage/labcoat/science diff --git a/modular_ss220/maps220/code/walls.dm b/modular_ss220/maps220/code/walls.dm new file mode 100644 index 000000000000..2ac9418ada3d --- /dev/null +++ b/modular_ss220/maps220/code/walls.dm @@ -0,0 +1,132 @@ +/* Indestructible */ +/turf/simulated/wall/indestructible/rock/mineral + name = "dense rock" + desc = "An extremely densely-packed rock, Most mining tools or explosives would never get through this." + icon = 'icons/turf/walls//smoothrocks.dmi' + icon_state = "smoothrocks-0" + base_icon_state = "smoothrocks" + color = COLOR_ROCK + smoothing_flags = SMOOTH_BITMASK | SMOOTH_BORDER + smoothing_groups = list(SMOOTH_GROUP_SIMULATED_TURFS, SMOOTH_GROUP_MINERAL_WALLS) + canSmoothWith = list(SMOOTH_GROUP_MINERAL_WALLS) + +/turf/simulated/wall/indestructible/cult + name = "runed metal wall" + icon = 'icons/turf/walls/cult_wall.dmi' + icon_state = "cult_wall-0" + base_icon_state = "cult_wall" + smoothing_flags = SMOOTH_BITMASK + canSmoothWith = list(SMOOTH_GROUP_WALLS, SMOOTH_GROUP_CULT_WALLS) + +/* White Shuttle */ +/turf/simulated/wall/indestructible/whiteshuttle + name = "wall" + desc = "A light-weight titanium wall used in shuttles." + icon = 'icons/turf/walls/plastinum_wall.dmi' + icon_state = "plastinum_wall-0" + base_icon_state = "plastinum_wall" + explosion_block = 3 + flags_ricochet = RICOCHET_SHINY | RICOCHET_HARD + sheet_type = /obj/item/stack/sheet/mineral/titanium + smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS + smoothing_groups = list(SMOOTH_GROUP_TITANIUM_WALLS, SMOOTH_GROUP_WINDOW_FULLTILE_SHUTTLE) + canSmoothWith = list(SMOOTH_GROUP_TITANIUM_WALLS, SMOOTH_GROUP_AIRLOCK, SMOOTH_GROUP_SHUTTLE_PARTS, SMOOTH_GROUP_WINDOW_FULLTILE_SHUTTLE) + +/turf/simulated/wall/indestructible/whiteshuttle/nodiagonal + icon_state = "map-shuttle_nd" + smoothing_flags = SMOOTH_BITMASK + +/turf/simulated/wall/indestructible/whiteshuttle/nosmooth + smoothing_flags = NONE + +/turf/simulated/wall/indestructible/whiteshuttle/overspace + icon_state = "map-overspace" + smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS + fixed_underlay = list("space" = TRUE) + +// sub-type to be used for interior shuttle walls +// won't get an underlay of the destination turf on shuttle move +/turf/simulated/wall/indestructible/whiteshuttle/interior/copyTurf(turf/T) + if(T.type != type) + T.ChangeTurf(type) + if(underlays.len) + T.underlays = underlays + if(T.icon_state != icon_state) + T.icon_state = icon_state + if(T.icon != icon) + T.icon = icon + if(color) + T.atom_colours = atom_colours.Copy() + T.update_atom_colour() + if(T.dir != dir) + T.setDir(dir) + T.transform = transform + return T + +/turf/simulated/wall/indestructible/whiteshuttle/copyTurf(turf/T) + . = ..() + T.transform = transform + +/* Syndie Shuttle */ +/turf/simulated/wall/indestructible/syndishuttle + name = "wall" + desc = "An evil wall of plasma and titanium." + icon = 'icons/turf/walls/plastitanium_wall.dmi' + icon_state = "plastitanium_wall-0" + base_icon_state = "plastitanium_wall" + explosion_block = 4 + sheet_type = /obj/item/stack/sheet/mineral/plastitanium + smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS + smoothing_groups = list(SMOOTH_GROUP_PLASTITANIUM_WALLS) + canSmoothWith = list(SMOOTH_GROUP_PLASTITANIUM_WALLS, SMOOTH_GROUP_AIRLOCK, SMOOTH_GROUP_SHUTTLE_PARTS) + +/turf/simulated/wall/indestructible/syndishuttle/nodiagonal + icon_state = "map-shuttle_nd" + base_icon_state = "plastitanium_wall" + smoothing_flags = SMOOTH_BITMASK + +/turf/simulated/wall/indestructible/syndishuttle/nosmooth + smoothing_flags = NONE + +/turf/simulated/wall/indestructible/syndishuttle/overspace + icon_state = "map-overspace" + smoothing_flags = SMOOTH_BITMASK | SMOOTH_DIAGONAL_CORNERS + fixed_underlay = list("space" = TRUE) + +/turf/simulated/wall/indestructible/syndishuttle/interior/copyTurf(turf/T) + if(T.type != type) + T.ChangeTurf(type) + if(underlays.len) + T.underlays = underlays + if(T.icon_state != icon_state) + T.icon_state = icon_state + if(T.icon != icon) + T.icon = icon + if(color) + T.atom_colours = atom_colours.Copy() + T.update_atom_colour() + if(T.dir != dir) + T.setDir(dir) + T.transform = transform + return T + +/turf/simulated/wall/indestructible/syndishuttle/copyTurf(turf/T) + . = ..() + T.transform = transform + +/* False Wall */ +/obj/structure/falsewall/bookcase + name = "bookcase" + desc = "Bookcase made of tropical wood. All the books are covered with a thick layer of dust, except for one..." + icon = 'modular_ss220/maps220/icons/bookcase_wall.dmi' + icon_state = "fbookcase_wall-0" + base_icon_state = "fbookcase_wall" + mineral = /obj/item/stack/sheet/wood + walltype = /turf/simulated/wall/mineral/wood + smoothing_flags = null + smoothing_groups = null + canSmoothWith = null + +/*Black Mesa*/ +/turf/simulated/wall/indestructible/rock/mineral/xen + color = "#4e1a02" diff --git a/modular_ss220/maps220/icons/3x3.dmi b/modular_ss220/maps220/icons/3x3.dmi new file mode 100644 index 000000000000..a1f65a0d135b Binary files /dev/null and b/modular_ss220/maps220/icons/3x3.dmi differ diff --git a/modular_ss220/maps220/icons/areas.dmi b/modular_ss220/maps220/icons/areas.dmi new file mode 100644 index 000000000000..a73470565a07 Binary files /dev/null and b/modular_ss220/maps220/icons/areas.dmi differ diff --git a/modular_ss220/maps220/icons/bookcase_wall.dmi b/modular_ss220/maps220/icons/bookcase_wall.dmi new file mode 100644 index 000000000000..1dc604243fa5 Binary files /dev/null and b/modular_ss220/maps220/icons/bookcase_wall.dmi differ diff --git a/modular_ss220/maps220/icons/chairs.dmi b/modular_ss220/maps220/icons/chairs.dmi new file mode 100644 index 000000000000..5cd8aa4e8e37 Binary files /dev/null and b/modular_ss220/maps220/icons/chairs.dmi differ diff --git a/modular_ss220/maps220/icons/clown_mobs.dmi b/modular_ss220/maps220/icons/clown_mobs.dmi new file mode 100644 index 000000000000..d962055a966c Binary files /dev/null and b/modular_ss220/maps220/icons/clown_mobs.dmi differ diff --git a/modular_ss220/maps220/icons/crates.dmi b/modular_ss220/maps220/icons/crates.dmi new file mode 100644 index 000000000000..2c3cbcdfae54 Binary files /dev/null and b/modular_ss220/maps220/icons/crates.dmi differ diff --git a/modular_ss220/maps220/icons/decals.dmi b/modular_ss220/maps220/icons/decals.dmi new file mode 100644 index 000000000000..2872ce2d8710 Binary files /dev/null and b/modular_ss220/maps220/icons/decals.dmi differ diff --git a/modular_ss220/maps220/icons/effects.dmi b/modular_ss220/maps220/icons/effects.dmi new file mode 100644 index 000000000000..c55226d6e8aa Binary files /dev/null and b/modular_ss220/maps220/icons/effects.dmi differ diff --git a/modular_ss220/maps220/icons/flags.dmi b/modular_ss220/maps220/icons/flags.dmi new file mode 100644 index 000000000000..e943ebe1f7a0 Binary files /dev/null and b/modular_ss220/maps220/icons/flags.dmi differ diff --git a/modular_ss220/maps220/icons/floors.dmi b/modular_ss220/maps220/icons/floors.dmi new file mode 100644 index 000000000000..2bb04fe9164b Binary files /dev/null and b/modular_ss220/maps220/icons/floors.dmi differ diff --git a/modular_ss220/maps220/icons/freeman.dmi b/modular_ss220/maps220/icons/freeman.dmi new file mode 100644 index 000000000000..620995bc8445 Binary files /dev/null and b/modular_ss220/maps220/icons/freeman.dmi differ diff --git a/modular_ss220/maps220/icons/machinery.dmi b/modular_ss220/maps220/icons/machinery.dmi new file mode 100644 index 000000000000..6d04b512b19b Binary files /dev/null and b/modular_ss220/maps220/icons/machinery.dmi differ diff --git a/modular_ss220/maps220/icons/mapping_helpers.dmi b/modular_ss220/maps220/icons/mapping_helpers.dmi new file mode 100644 index 000000000000..98f6b9118df8 Binary files /dev/null and b/modular_ss220/maps220/icons/mapping_helpers.dmi differ diff --git a/modular_ss220/maps220/icons/mesaflora.dmi b/modular_ss220/maps220/icons/mesaflora.dmi new file mode 100644 index 000000000000..a21cb1e3894b Binary files /dev/null and b/modular_ss220/maps220/icons/mesaflora.dmi differ diff --git a/modular_ss220/maps220/icons/misc_objects.dmi b/modular_ss220/maps220/icons/misc_objects.dmi new file mode 100644 index 000000000000..d6c3b91c8867 Binary files /dev/null and b/modular_ss220/maps220/icons/misc_objects.dmi differ diff --git a/modular_ss220/maps220/icons/nanotrasen_logo.dmi b/modular_ss220/maps220/icons/nanotrasen_logo.dmi new file mode 100644 index 000000000000..ba509221aac3 Binary files /dev/null and b/modular_ss220/maps220/icons/nanotrasen_logo.dmi differ diff --git a/modular_ss220/maps220/icons/nihilanth.dmi b/modular_ss220/maps220/icons/nihilanth.dmi new file mode 100644 index 000000000000..5e1c2ad3f0ae Binary files /dev/null and b/modular_ss220/maps220/icons/nihilanth.dmi differ diff --git a/modular_ss220/maps220/icons/plants.dmi b/modular_ss220/maps220/icons/plants.dmi new file mode 100644 index 000000000000..74bb1ae1d967 Binary files /dev/null and b/modular_ss220/maps220/icons/plants.dmi differ diff --git a/modular_ss220/maps220/icons/shuttle.dmi b/modular_ss220/maps220/icons/shuttle.dmi new file mode 100644 index 000000000000..4a08e8a79b18 Binary files /dev/null and b/modular_ss220/maps220/icons/shuttle.dmi differ diff --git a/modular_ss220/maps220/icons/simple_human.dmi b/modular_ss220/maps220/icons/simple_human.dmi new file mode 100644 index 000000000000..71131c48ef90 Binary files /dev/null and b/modular_ss220/maps220/icons/simple_human.dmi differ diff --git a/modular_ss220/maps220/icons/spacebattle.dmi b/modular_ss220/maps220/icons/spacebattle.dmi new file mode 100644 index 000000000000..37532e09589b Binary files /dev/null and b/modular_ss220/maps220/icons/spacebattle.dmi differ diff --git a/modular_ss220/maps220/icons/spawner_icons.dmi b/modular_ss220/maps220/icons/spawner_icons.dmi new file mode 100644 index 000000000000..cff4c17b607b Binary files /dev/null and b/modular_ss220/maps220/icons/spawner_icons.dmi differ diff --git a/modular_ss220/maps220/icons/syndie_logo.dmi b/modular_ss220/maps220/icons/syndie_logo.dmi new file mode 100644 index 000000000000..dd7c1eff1015 Binary files /dev/null and b/modular_ss220/maps220/icons/syndie_logo.dmi differ diff --git a/modular_ss220/maps220/icons/trees.dmi b/modular_ss220/maps220/icons/trees.dmi new file mode 100644 index 000000000000..2885ef1d7483 Binary files /dev/null and b/modular_ss220/maps220/icons/trees.dmi differ diff --git a/modular_ss220/maps220/icons/wish_granter.dmi b/modular_ss220/maps220/icons/wish_granter.dmi new file mode 100644 index 000000000000..7e9afcdf1696 Binary files /dev/null and b/modular_ss220/maps220/icons/wish_granter.dmi differ diff --git a/modular_ss220/mecha_skins/code/fabricator_design.dm b/modular_ss220/mecha_skins/code/fabricator_design.dm new file mode 100644 index 000000000000..08cdb86a0d62 --- /dev/null +++ b/modular_ss220/mecha_skins/code/fabricator_design.dm @@ -0,0 +1,235 @@ +/obj/machinery/mecha_part_fabricator/Initialize(mapload) + . = ..() + + categories.Insert(categories.Find("Exosuit Equipment")+1, "Exosuit Paintkits") + +// Paintkits +/datum/design/paint_ripley_titan + name = "Ripley, Firefighter \"Titan's Fist\"" + id = "p_titan" + build_type = MECHFAB + req_tech = list("programming" = 4, "materials" = 2) + build_path = /obj/item/paintkit/ripley_titansfist + materials = list(MAT_METAL=20000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_ripley_earth + name = "Ripley, Firefighter \"Strike the Earth!\"" + id = "p_earth" + build_type = MECHFAB + req_tech = list("combat" = 4, "materials" = 2) + build_path = /obj/item/paintkit/ripley_gurren + materials = list(MAT_METAL=10000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_ripley_red + name = "Ripley, Firefighter \"Firestarter\"" + id = "p_red" + build_type = MECHFAB + req_tech = list("engineering" = 4, "materials" = 2) + build_path = /obj/item/paintkit/ripley_red + materials = list(MAT_METAL=10000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_firefighter_hauler + name = "Ripley, Firefighter \"Hauler\"" + id = "p_hauler" + build_type = MECHFAB + req_tech = list("biotech" = 4, "materials" = 2) + build_path = /obj/item/paintkit/firefighter_hauler + materials = list(MAT_METAL=10000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_firefighter_zairjah + name = "Ripley, Firefighter \"Zairjah\"" + id = "p_zairjah" + build_type = MECHFAB + req_tech = list("engineering" = 4, "materials" = 2) + build_path = /obj/item/paintkit/firefighter_zairjah + materials = list(MAT_METAL=10000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_firefighter_combat + name = "Ripley, Firefighter \"Combat Ripley\"" + id = "p_combat" + build_type = MECHFAB + req_tech = list("combat" = 4, "materials" = 2) + build_path = /obj/item/paintkit/firefighter_combat + materials = list(MAT_METAL=10000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_firefighter_aluminizer + name = "Ripley, Firefighter \"Aluminizer\"" + id = "p_aluminizer" + build_type = MECHFAB + req_tech = list("engineering" = 4, "materials" = 2) + build_path = /obj/item/paintkit/firefighter_aluminizer + materials = list(MAT_METAL=10000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_firefighter_reaper + name = "Ripley, Firefighter \"Reaper\"" + id = "p_reaper" + build_type = MECHFAB + req_tech = list("combat" = 5, "toxins" = 5) + build_path = /obj/item/paintkit/firefighter_reaper + materials = list(MAT_METAL=10000, MAT_PLASMA=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_odysseus_hermes + name = "Odysseus \"Hermes\"" + id = "p_hermes" + build_type = MECHFAB + req_tech = list("engineering" = 5, "biotech" = 5) + build_path = /obj/item/paintkit/odysseus_hermes + materials = list(MAT_METAL=20000, MAT_GOLD=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_odysseus_reaper + name = "Odysseus \"Reaper\"" + id = "p_odyreaper" + build_type = MECHFAB + req_tech = list("combat" = 5, "biotech" = 5) + build_path = /obj/item/paintkit/odysseus_death + materials = list(MAT_METAL=20000, MAT_GOLD=2000, MAT_GLASS=2000) + construction_time = 10 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_gygax_alt + name = "Gygax \"Old\"" + id = "p_altgygax" + build_type = MECHFAB + req_tech = list("combat" = 4, "engineering" = 5, "materials" = 5, "programming" = 4) + build_path = /obj/item/paintkit/gygax_alt + materials = list(MAT_METAL=30000, MAT_GLASS =3000) + construction_time = 20 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_gygax_pobeda + name = "Gygax \"Pobeda\"" + id = "p_pobedagygax" + build_type = MECHFAB + req_tech = list("combat" = 5, "engineering" = 4, "materials" = 4, "programming" = 6) + build_path = /obj/item/paintkit/gygax_pobeda + materials = list(MAT_METAL=30000, MAT_DIAMOND=3000, MAT_URANIUM= 3000) + construction_time = 20 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_gygax_white + name = "Gygax \"White\"" + id = "p_whitegygax" + build_type = MECHFAB + req_tech = list("biotech" = 4, "engineering" = 4, "materials" = 5, "programming" = 3) + build_path = /obj/item/paintkit/gygax_white + materials = list(MAT_METAL=30000, MAT_TITANIUM=3000, MAT_URANIUM= 3000) + construction_time = 20 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_gygax_mime + name = "Gygax \"Recitence\"" + id = "p_gygax_mime" + build_type = MECHFAB + req_tech = list("biotech" = 4, "engineering" = 4, "materials" = 5, "programming" = 3) + build_path = /obj/item/paintkit/gygax_mime + materials = list(MAT_METAL=30000, MAT_TITANIUM=3000, MAT_TRANQUILLITE= 2000) + construction_time = 20 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_gygax_medgax + name = "Gygax \"Medgax\"" + id = "p_medgax" + build_type = MECHFAB + req_tech = list("biotech" = 4, "engineering" = 4, "materials" = 5, "programming" = 3) + build_path = /obj/item/paintkit/gygax_medgax + materials = list(MAT_METAL=30000, MAT_TITANIUM=3000, MAT_URANIUM= 3000) + construction_time = 20 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_gygax_black + name = "Gygax \"Syndicate\"" + id = "p_blackgygax" + build_type = MECHFAB + req_tech = list("combat" = 6, "engineering" = 5, "syndicate" = 3) + build_path = /obj/item/paintkit/gygax_syndie + materials = list(MAT_METAL=30000, MAT_TRANQUILLITE=2000, MAT_DIAMOND=4000) + construction_time = 20 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_durand_unathi + name = "Durand \"Kharn MK. IV\"" + id = "p_unathi" + build_type = MECHFAB + req_tech = list("materials" = 6, "biotech" = 6) + build_path = /obj/item/paintkit/durand_unathi + materials = list(MAT_METAL=40000, MAT_TITANIUM=4000, MAT_URANIUM=4000) + construction_time = 30 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_durand_shire + name = "Durand \"Shire\"" + id = "p_shire" + build_type = MECHFAB + req_tech = list("combat" = 6, "engineering" = 6, "materials" = 6, "programming" = 6) + build_path = /obj/item/paintkit/durand_shire + materials = list(MAT_METAL=40000, MAT_TRANQUILLITE=2000, MAT_TITANIUM=4000) + construction_time = 30 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_durand_soviet + name = "Durand \"Dollhouse\"" + id = "p_soviet" + build_type = MECHFAB + req_tech = list("combat" = 6, "engineering" = 6, "materials" = 6, "programming" = 6) + build_path = /obj/item/paintkit/durand_soviet + materials = list(MAT_METAL=40000, MAT_DIAMOND=4000, MAT_URANIUM=4000, MAT_TITANIUM=4000) + construction_time = 30 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_phazon_imperion + name = "Phazon \"Imperion\"" + id = "p_imperion" + build_type = MECHFAB + req_tech = list("bluespace" = 7, "engineering" = 6, "materials" = 6, "programming" = 6) + build_path = /obj/item/paintkit/phazon_imperion + materials = list(MAT_METAL=50000, MAT_DIAMOND=4000, MAT_BLUESPACE=4000) + construction_time = 40 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_phazon_janus + name = "Phazon \"Janus\"" + id = "p_janus" + build_type = MECHFAB + req_tech = list("bluespace" = 7, "engineering" = 6, "materials" = 6, "programming" = 6) + build_path = /obj/item/paintkit/phazon_janus + materials = list(MAT_METAL=50000, MAT_DIAMOND=4000, MAT_BLUESPACE=4000) + construction_time = 40 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_phazon_plazmus + name = "Phazon \"Plazmus\"" + id = "p_plazmus" + build_type = MECHFAB + req_tech = list("bluespace" = 7, "engineering" = 6, "materials" = 6) + build_path = /obj/item/paintkit/phazon_plazmus + materials = list(MAT_METAL=50000, MAT_DIAMOND=4000, MAT_PLASMA=5000) + construction_time = 40 SECONDS + category = list("Exosuit Paintkits") + +/datum/design/paint_phazon_blanco + name = "Phazon \"Blanco\"" + id = "p_blanco" + build_type = MECHFAB + req_tech = list("bluespace" = 7, "engineering" = 7, "materials" = 7) + build_path = /obj/item/paintkit/phazon_blanco + materials = list(MAT_METAL=50000, MAT_DIAMOND=4000, MAT_BLUESPACE=4000) + construction_time = 40 SECONDS + category = list("Exosuit Paintkits") diff --git a/modular_ss220/mecha_skins/code/paintkit_install.dm b/modular_ss220/mecha_skins/code/paintkit_install.dm new file mode 100644 index 000000000000..75333809bc92 --- /dev/null +++ b/modular_ss220/mecha_skins/code/paintkit_install.dm @@ -0,0 +1,191 @@ +/obj/mecha/attackby__legacy__attackchain(obj/item/W, mob/user, params) + if(!istype(W, /obj/item/paintkit)) + return ..() + if(occupant) + to_chat(user, span_warning("Вы не можете кастомизировать экзокостюм, пока кто-то его пилотирует - это небезопасно!")) + return + + var/obj/item/paintkit/P = W + var/found = null + + for(var/type in P.allowed_types) + if(type == initial_icon) + found = 1 + break + + if(!found) + to_chat(user, span_warning("Этот комплект не предназначен для использования на экзокостюме данного класса.")) + return + + user.visible_message( + span_notice("[user] открывает [P] и проводит некоторое время за кастомизацией [src]."), + span_notice("Вы открываете [P] и начинаете кастомизировать [src].")) + if(!do_after_once(user, 3 SECONDS, target = src)) + to_chat(user, span_warning("Вы должны стоять смирно при настройке экзокостюма!")) + return + name = P.new_name + desc = P.new_desc + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + initial_icon = P.new_icon + wreckage = P.new_wreckage + reset_icon() + qdel(P) + +/obj/mecha/go_out(forced, atom/newloc = loc) + . = ..() + icon_state = reset_icon(icon_state)+"-open" + +// MARK: Ripley + +/obj/structure/mecha_wreckage/ripley/titan + name = "\improper Обломки \"Кулака Титана\"" + desc = "А что вы ожидали от реплики?" + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "titan-broken" + +/obj/structure/mecha_wreckage/ripley/gurren + name = "\improper Обломки \"Strike The Earth!\"" + desc = "Настоящий мех не умрет, даже если его разрушить. Не должно мужчине ходить повесив голову, Симон!" + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "earth-broken" + +/obj/structure/mecha_wreckage/ripley/red + name = "\improper Обломки \"Поджигателя\"" + desc = "А горит то как..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "ripley_flames_red-broken" + +/obj/structure/mecha_wreckage/ripley/hauler + name = "\improper Обломки \"Тягача\"" + desc = "Этот мех отработал своё..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "hauler-broken" + +/obj/structure/mecha_wreckage/ripley/zairjah + name = "\improper Обломки \"Зари\"" + desc = "Впрочем, никакая модификация не спасет вас от реальности." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "ripley_zairjah-broken" + +/obj/structure/mecha_wreckage/ripley/combat + name = "\improper Обломки боевого Рипли" + desc = "Надо было ставить больше ракет..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "combatripley-broken" + +/obj/structure/mecha_wreckage/ripley/aluminizer + name = "\improper Обломки \"Алюминатора\"" + desc = "Слишком выделялся..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "aluminizer-broken" + +/obj/structure/mecha_wreckage/ripley/reaper + name = "\improper Обломки \"Жнеца\"" + desc = "От греха подальше эти обломки лучше еще и взорвать..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "deathripley-broken" + +// MARK: Odysseus + +/obj/structure/mecha_wreckage/odysseus/hermes + name = "\improper Обломки \"Гермеса\"" + desc = "Рождённый плавать бегать не умеет.." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "hermes-broken" + +/obj/structure/mecha_wreckage/odysseus/reaper + name = "\improper Обломки \"Жнеца\"" + desc = ".. а пыль развеять по ветру." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "murdysseus-broken" + +// MARK: Gygax + +/obj/structure/mecha_wreckage/gygax/medigax + name = "\improper Обломки \"Медигакса\"" + desc = "Шприц был не лучшим оружием на перестрелке." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "medigax-broken" + +/obj/structure/mecha_wreckage/gygax/old + name = "\improper Обломки старого Гигакса" + desc = "Удивительно, как он не развалился раньше." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "gygax_alt-broken" + +/obj/structure/mecha_wreckage/gygax/pobeda + name = "\improper Обломки \"Победы\"" + desc = "Не выдержал проверку временем.." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "pobeda-broken" + +/obj/structure/mecha_wreckage/gygax/whitegax + name = "\improper Обломки белого Гигакса" + desc = "Краска не повреждена. Забавно." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "whitegax-broken" + +/obj/structure/mecha_wreckage/gygax/mimegax + name = "\improper Обломки \"Молчигакса\"" + desc = "..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "mime-broken" + +/obj/structure/mecha_wreckage/gygax/gygax_black + name = "\improper Обломки черного Гигакса" + desc = "Логотип Синдиката все ещё на месте. Хм..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "gygax_black-broken" + +// MARK: Durand + +/obj/structure/mecha_wreckage/durand/dollhouse + name = "\improper Обломки \"Кукольного домика\"" + desc = "Теперь больше похож на дырявый сарай.." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "dollhouse-broken" + +/obj/structure/mecha_wreckage/durand/unathi + name = "\improper Обломки \"Кхарн MK. IV\"" + desc = "Душу за Императницу!" + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "unathi-broken" + +/obj/structure/mecha_wreckage/durand/shire + name = "\improper Обломки \"Шир\"" + desc = "Это всего лишь тестовый образец.." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "shire-broken" + +/obj/structure/mecha_wreckage/durand/skull + name = "\improper Обломки \"Скелемеха\"" + desc = "Ужасающие останки нечто, похожего на одного из боссов Лаваленда..." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "skullmech-broken" + +// MARK: Phazon + +/obj/structure/mecha_wreckage/phazon/imperion + name = "\improper Обломки \"Империона\"" + desc = "Великая трагедия \"Нанотрейзен\", которая не останется незамеченной." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "imperion-broken" + +/obj/structure/mecha_wreckage/phazon/janus + name = "\improper Обломки \"Януса\"" + desc = "Великая трагедия \"Нанотрейзен\", которая не останется незамеченной." //да у них одинаковое описание + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "janus-broken" + +/obj/structure/mecha_wreckage/phazon/plazmus + name = "\improper Обломки \"Плазмуса\"" + desc = "Как жаль что даже этого не хватило." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "plazmus-broken" + +/obj/structure/mecha_wreckage/phazon/phazon_blanco + name = "\improper Обломки \"Бланко\"" + desc = "Обломки полугода работы бедного художника и трех лет одобрения этого дизайна. Издевательство.." + icon = 'modular_ss220/mecha_skins/icons/mecha.dmi' + icon_state = "phazon_blanco-broken" + diff --git a/modular_ss220/mecha_skins/code/paintkit_menu.dm b/modular_ss220/mecha_skins/code/paintkit_menu.dm new file mode 100644 index 000000000000..4012fb455659 --- /dev/null +++ b/modular_ss220/mecha_skins/code/paintkit_menu.dm @@ -0,0 +1,285 @@ +// Please don't use this for anything, it's a base type for custom mech paintjobs. +/obj/item/paintkit + name = "Набор кастомизации меха" + desc = "Дефолтный набор кастомизации, превращающий мех в другой мех (визуально)." + icon = 'modular_ss220/mecha_skins/icons/paintkit.dmi' + icon_state = "paintkit" + // New type of wreckage + var/new_wreckage = null + +/obj/item/paintkit/titansfist + icon = 'icons/obj/painting.dmi' + +// MARK: Ripley + +/obj/item/paintkit/ripley_titansfist + name = "Набор кастомизации АЭП \"Кулак Титана\"" + icon_state = "paintkit_titan" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Рипли в \"Кулак Титана\"" + + new_name = "АЭП \"Кулак Титана\"" + new_desc = "Этот обычный шахтерский Рипли был переделан так, чтобы выглядеть как боевая единица Кулака Титанов." + new_icon = "titan" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/titan + +/obj/item/paintkit/ripley_gurren + name = "Набор кастомизации АЭП \"Strike the Earth!\"" + icon_state = "paintkit_earth" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Рипли в старый АЭП боевика." + + new_name = "АЭП \"Strike the Earth!\"" + new_desc = "Выглядит как сильно поврежденный от бесконечной работы Рипли. Вам померещилось, или в кабине горят зеленые огни?..." + new_icon = "earth" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/gurren + +/obj/item/paintkit/ripley_red + name = "Набор кастомизации АЭП \"Поджигатель\"" + icon_state = "paintkit_red" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Рипли в АЭП \"Поджигатель\"." + + new_name = "АЭП \"Поджигатель\"" + new_desc = "Стандарный АЭП с стильными огненными декалями." + new_icon = "ripley_flames_red" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/red + +/obj/item/paintkit/firefighter_hauler + name = "Набор кастомизации АЭП \"Тягач\"" + icon_state = "paintkit_hauler" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Рипли в старый инженерный экзокостюм." + + new_name = "АЭП \"Тягач\"" + new_desc = "Старый инженерный экзокостюм. Для любителей классики." + new_icon = "hauler" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/hauler + +/obj/item/paintkit/firefighter_zairjah + name = "Набор кастомизации АЭП \"Заря\"" + icon_state = "paintkit_zairjah" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Рипли в странно выглядящий экзокостюм." + + new_name = "АЭП \"Заря\"" + new_desc = "Шахтерская машина индивидуальной разработки, закрытая кабина с придаточными устройствами." + new_icon = "ripley_zairjah" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/zairjah + +/obj/item/paintkit/firefighter_combat + name = "Набор кастомизации АЭП \"Боевой Рипли\"" + icon_state = "paintkit_combat" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Рипли в настоящий боевой экзокостюм. Оружие в комплект не входит!" + + new_name = "АЭП \"Combat Ripley\"" + new_desc = "Погоди-ка, почему от этого меха исходят горящие искры?" + new_icon = "combatripley" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/combat + +/obj/item/paintkit/firefighter_aluminizer + name = "Набор кастомизации АЭП \"Алюминатор\"" + icon_state = "paintkit" + desc = "Набор, содержащий белую краску для Рипли." + + new_name = "АЭП \"Алюминатор\"" + new_desc = "Вы только что покрасили свой Рипли в белый цвет? Выглядит хорошо." + new_icon = "aluminizer" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/aluminizer + +/obj/item/paintkit/firefighter_reaper + name = "Набор кастомизации АЭП \"Жнец\"" + icon_state = "paintkit_death" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Рипли в знаменитого меха из мегапопулярного аниме \"Отряд Смерти\"!" + + new_name = "АЭП \"Жнец\"" + new_desc = "ОХ БЛЯТЬ, ЭТО ОНИ, МЫ ВСЕ УМР- а, это просто перекрашенный Рипли." + new_icon = "deathripley" + allowed_types = list("ripley", "firefighter") + new_wreckage = /obj/structure/mecha_wreckage/ripley/reaper + +// MARK: Odysseus + +/obj/item/paintkit/odysseus_hermes + name = "Набор кастомизации Одиссея \"Гермес\"" + icon_state = "paintkit_hermes" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Одиссея в инопланетный водолазный экзокостюм." + + new_name = "Гермес" + new_desc = "Водолазный экзокостюм, разработанный и выпускаемый для проведения узкоспециализированных подводных операций. Как он здесь оказался?" + new_icon = "hermes" + allowed_types = list("odysseus") + new_wreckage = /obj/structure/mecha_wreckage/odysseus/hermes + +/obj/item/paintkit/odysseus_death + name = "Набор кастомизации Одиссея \"Жнец\"" + icon_state = "paintkit_death" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Одиссея в ужасающий мех." + + new_name = "Жнец" + new_desc = "ОХ БЛЯТЬ, МЫ ВСЕ... получим плохое лечение?" + new_icon = "murdysseus" + allowed_types = list("odysseus") + new_wreckage = /obj/structure/mecha_wreckage/odysseus/reaper + +// MARK: Gygax + +/obj/item/paintkit/gygax_alt + name = "Набор кастомизации старого Гигакса" + icon_state = "paintkit_alt" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Гигакса в устаревшую версию самого себя. Зачем вам это нужно?" + + new_name = "старый Гигакс" + new_desc = "Устаревший защитный экзокостюм. Найти сохранившийся экзокостюм этой модели - настоящее достижение." + new_icon = "gygax_alt" + allowed_types = list("gygax") + new_wreckage = /obj/structure/mecha_wreckage/gygax/old + +/obj/item/paintkit/gygax_pobeda + name = "Набор кастомизации Гигакса \"Победа\"" + icon_state = "paintkit_pobeda" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Гигакса в советский экзокостюм." + + new_name = "Победа" + new_desc = "Сверхмощный старый Гигакс, раскрашенный в СССП стилистике. Слава космической России!" + new_icon = "pobeda" + allowed_types = list("gygax") + new_wreckage = /obj/structure/mecha_wreckage/gygax/pobeda + +/obj/item/paintkit/gygax_white + name = "Набор кастомизации белого Гигакса" + icon_state = "paintkit_white" + desc = "Набор с белой краской для Гигакса." + + new_name = "белый Гигакс" + new_desc = "Ты только что покрасил свой Гигакс в белый? Мне нравится." + new_icon = "whitegax" + allowed_types = list("gygax") + new_wreckage = /obj/structure/mecha_wreckage/gygax/whitegax + +/obj/item/paintkit/gygax_medgax + name = "Набор кастомизации Гигакса \"Медигакс\"" + icon_state = "paintkit_white" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Гигакс в старый \"медицинский\" мех." + + new_name = "Медигакс" + new_desc = "ОХ БЛЯТЬ, В БОЛЬНИЦЕ МЕДИЦИНСКИЙ МЕХ, ОН НАС ВСЕХ УБЬЕТ!!!" + new_icon = "medigax" + allowed_types = list("gygax") + new_wreckage = /obj/structure/mecha_wreckage/gygax/medigax + +/obj/item/paintkit/gygax_mime + name = "Набор кастомизации Гигакса \"Молчигакс\"" + icon_state = "paintkit_white" + desc = "Набор кастомизации Гигакса, присланный с любовью от мимов-ассасинов. Глушитель в комплект не входит." + + new_name = "Молчигакс" + new_desc = "...!" + new_icon = "mime" + allowed_types = list("gygax") + new_wreckage = /obj/structure/mecha_wreckage/gygax/mimegax + +/obj/item/paintkit/gygax_syndie + name = "Набор кастомизации черного Гигакса" + icon_state = "paintkit_Black" + desc = "Очень подозрительный набор, содержащий все необходимые инструменты и детали для превращения Гигакса в печально известный черный Гигакс." + + new_name = "черный Гигакс" + new_desc = "Почему на этой штуке есть логотип Синдиката? Погодите-ка..." + new_icon = "gygax_black" + allowed_types = list("gygax") + new_wreckage = /obj/structure/mecha_wreckage/gygax/gygax_black + +// MARK: Durand + +/obj/item/paintkit/durand_soviet + name = "Набор кастомизации Дюранда \"Кукольный домик\"" + icon_state = "paintkit_doll" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Дюранда в советский мех. Слава космической России!" + + new_name = "Кукольный домик" + new_desc = "Сверхмощный боевой мех, разработанный в СССП. Слава космической России!" + new_icon = "dollhouse" + allowed_types = list("durand") + new_wreckage = /obj/structure/mecha_wreckage/durand/dollhouse + +/obj/item/paintkit/durand_unathi + name = "Набор кастомизации Дюранда \"Кхарн MK. IV\"" + icon_state = "paintkit_unathi" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Дюранда в ящероподобный инопланетный мех." + + new_name = "Кхарн MK. IV" + new_desc = "Жизнь за Императницу!" + new_icon = "unathi" + allowed_types = list("durand") + new_wreckage = /obj/structure/mecha_wreckage/durand/unathi + +/obj/item/paintkit/durand_shire + name = "Набор кастомизации Дюранда \"Шир\"" + icon_state = "paintkit_shire" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Дюранда в невероятно тяжелую боевую машину." + + new_name = "Шир" + new_desc = "Невероятно тяжелая боевая машина, созданная по проекту Межзвездной Войны." + new_icon = "shire" + allowed_types = list("durand") + new_wreckage = /obj/structure/mecha_wreckage/durand/shire + +/obj/item/paintkit/durand_skull + name = "Набор кастомизации Дюранда \"Скелемех\"" + icon_state = "paintkit_skull" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Дюранда в монстра Лаваленда!" + + new_name = "Скелемех" + new_desc = "Мех, укрепленный черепами древних монстров. На этот ужас нужен опытный шахтёр." + new_icon = "skullmech" + allowed_types = list("durand") + new_wreckage = /obj/structure/mecha_wreckage/durand/skull + +// MARK: Phazon + +/obj/item/paintkit/phazon_imperion + name = "Набор кастомизации Фазона \"Империон\"" + icon_state = "paintkit_imperon" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения дорогого и совершенного Фазона в еще более дорогой и совершенный Империон." + + new_name = "Империон" + new_desc = "Вершина научных исследований и гордость \"Нанотрейзен\", в нем используются передовые технологии блюспейса и дорогостоящие материалы." + new_icon = "imperion" + allowed_types = list("phazon") + new_wreckage = /obj/structure/mecha_wreckage/phazon/imperion + +/obj/item/paintkit/phazon_janus + name = "Набор кастомизации Фазона \"Янус\"" + icon_state = "paintkit_janus" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Фазона в более темную и дорогую версию самого себя." + + new_name = "Янус" + new_desc = "Вершина научных исследований и гордость \"Нанотрейзен\", в нем используются передовые технологии блюспейса и дорогостоящие материалы." + new_icon = "janus" + allowed_types = list("phazon") + new_wreckage = /obj/structure/mecha_wreckage/phazon/janus + +/obj/item/paintkit/phazon_plazmus + name = "Набор кастомизации Фазона \"Плазмус\"" + icon_state = "paintkit_plazmus" + desc = "Набор, содержащий все необходимые инструменты и детали для превращения Фазона в фиолетовый мех." + + new_name = "Плазмус" + new_desc = "Значит, вы объединили в этой штуке две самые опасные технологии?" + new_icon = "plazmus" + allowed_types = list("phazon") + new_wreckage = /obj/structure/mecha_wreckage/phazon/plazmus + +/obj/item/paintkit/phazon_blanco + name = "Набор кастомизации Фазона \"Бланко\"" + icon_state = "paintkit_white" + desc = "Набор с белой краской для Фазона." + + new_name = "Бланко" + new_desc = "Потребовалось более полугода работы, чтобы найти идеальные пастельные цвета для этого меха." + new_icon = "phazon_blanco" + allowed_types = list("phazon") + new_wreckage = /obj/structure/mecha_wreckage/phazon/phazon_blanco diff --git a/modular_ss220/mecha_skins/icons/mecha.dmi b/modular_ss220/mecha_skins/icons/mecha.dmi new file mode 100644 index 000000000000..afc16f71cd00 Binary files /dev/null and b/modular_ss220/mecha_skins/icons/mecha.dmi differ diff --git a/modular_ss220/mecha_skins/icons/paintkit.dmi b/modular_ss220/mecha_skins/icons/paintkit.dmi new file mode 100644 index 000000000000..32b1da5e5e59 Binary files /dev/null and b/modular_ss220/mecha_skins/icons/paintkit.dmi differ diff --git a/modular_ss220/mecha_skins/mecha_skins.dm b/modular_ss220/mecha_skins/mecha_skins.dm new file mode 100644 index 000000000000..260d42f2b1ea --- /dev/null +++ b/modular_ss220/mecha_skins/mecha_skins.dm @@ -0,0 +1,4 @@ +/datum/modpack/mecha_skins + name = "Скины на мехи в фабрикаторе" + desc = "Без скинов жизнь говно, а с ними говно, но стильное. Вводим не думая." + author = "Сиротка" diff --git a/modular_ss220/mecha_skins/mecha_skins.dme b/modular_ss220/mecha_skins/mecha_skins.dme new file mode 100644 index 000000000000..143f30c078ff --- /dev/null +++ b/modular_ss220/mecha_skins/mecha_skins.dme @@ -0,0 +1,5 @@ +#include "mecha_skins.dm" + +#include "code/fabricator_design.dm" +#include "code/paintkit_install.dm" +#include "code/paintkit_menu.dm" diff --git a/modular_ss220/mobs/_mobs.dm b/modular_ss220/mobs/_mobs.dm new file mode 100644 index 000000000000..a121601ad900 --- /dev/null +++ b/modular_ss220/mobs/_mobs.dm @@ -0,0 +1,4 @@ +/datum/modpack/mobs + name = "Мобы" + desc = "Пак животных, питомцев, холдеров для их держания и изменения." + author = "PhantomRU, dj-34" diff --git a/modular_ss220/mobs/_mobs.dme b/modular_ss220/mobs/_mobs.dme new file mode 100644 index 000000000000..9618cae7a42c --- /dev/null +++ b/modular_ss220/mobs/_mobs.dme @@ -0,0 +1,39 @@ +#include "_mobs.dm" + +#include "code/simple_animal/friendly/butterfly.dm" +#include "code/simple_animal/friendly/crab.dm" +#include "code/simple_animal/friendly/farm_animals.dm" +#include "code/simple_animal/friendly/frog.dm" +#include "code/simple_animal/friendly/hamster.dm" +#include "code/simple_animal/friendly/lizard.dm" +#include "code/simple_animal/friendly/moth.dm" +#include "code/simple_animal/friendly/mouse.dm" +#include "code/simple_animal/friendly/possum.dm" +#include "code/simple_animal/friendly/rat.dm" +#include "code/simple_animal/friendly/snail.dm" +#include "code/simple_animal/hostile/alien.dm" +#include "code/simple_animal/hostile/bear.dm" +#include "code/simple_animal/hostile/bee.dm" +#include "code/simple_animal/hostile/headcrab.dm" +#include "code/simple_animal/hostile/lizard.dm" +#include "code/simple_animal/hostile/snake.dm" +#include "code/simple_animal/hostile/spider.dm" +#include "code/simple_animal/hostile/syndi_rat.dm" +#include "code/simple_animal/hostile/undead.dm" +#include "code/simple_animal/pets/cat.dm" +#include "code/simple_animal/pets/dog.dm" +#include "code/simple_animal/pets/fashion.dm" +#include "code/simple_animal/pets/fox.dm" +#include "code/simple_animal/pets/pet.dm" +#include "code/simple_animal/pets/rouge.dm" +#include "code/simple_animal/pets/security_dogs.dm" +#include "code/simple_animal/pets/slugcat.dm" +#include "code/simple_animal/items.dm" +#include "code/simple_animal/mobs.dm" +#include "code/simple_animal/named_animals.dm" +#include "code/simple_animal/overrides.dm" +#include "code/supplypacks/crittercrate.dm" +#include "code/supplypacks/pack_animals.dm" +#include "code/mob_holder.dm" +#include "code/mob_spawner.dm" +#include "code/pet_carrier.dm" diff --git a/modular_ss220/mobs/code/mob_holder.dm b/modular_ss220/mobs/code/mob_holder.dm new file mode 100644 index 000000000000..d9fbf24f3829 --- /dev/null +++ b/modular_ss220/mobs/code/mob_holder.dm @@ -0,0 +1,414 @@ +// \code\modules\mob\mob_holder.dm +/obj/item/holder + icon_override = 'modular_ss220/mobs/icons/mob/inhead/head.dmi' + lefthand_file = 'modular_ss220/mobs/icons/mob/inhands/mobs_lefthand.dmi' + righthand_file = 'modular_ss220/mobs/icons/mob/inhands/mobs_righthand.dmi' + origin_tech = "biotech=2" + slot_flags = ITEM_SLOT_HEAD + +/obj/item/holder/attack__legacy__attackchain(mob/living/target, mob/living/user, def_zone) + ASSERT(length(contents) > 0) + var/mob/living/simple_animal/animal = contents[1] + var/mob/living/carbon/devourer = target + if(!istype(animal) || !istype(devourer)) + return ..() + + if(user.a_intent != INTENT_HARM) + return ..() + + if(!is_type_in_list(animal, devourer.dna.species.allowed_consumed_mobs)) + if(user != devourer) + to_chat(user, span_notice("Вряд ли это понравится [devourer]...")) + else if(ishuman(devourer)) + to_chat(user, span_notice("Интересно, каков на вкус [animal]? Но проверять не будем.")) + return + + if(!user.canUnEquip(src, FALSE)) + to_chat(user, span_notice("[src] никак не отлипает от руки!")) + return + + if(user != devourer) + visible_message(span_danger("[user] пытается скормить [devourer] [animal]!")) + else + visible_message(span_danger("[user] пытается съесть [animal]!")) + + if(!do_after(user, 3 SECONDS, target = devourer)) + return + + visible_message(span_danger("[devourer] съедает [animal]!")) + if(animal.mind) + add_attack_logs(devourer, animal, "Devoured") + + if(istype(animal, /mob/living/simple_animal/hostile/poison/bees)) // Eating a bee will end up damaging you + var/obj/item/organ/external/mouth = devourer.get_organ(BODY_ZONE_PRECISE_MOUTH) + var/mob/living/simple_animal/hostile/poison/bees/bee = animal + mouth.receive_damage(1) + if(bee.beegent) + bee.beegent.reaction_mob(devourer, REAGENT_INGEST) + devourer.reagents.add_reagent(bee.beegent.id, rand(1, 5)) + else + devourer.reagents.add_reagent("spidertoxin", 5) + devourer.visible_message( + span_warning("Рот [devourer] опух."), + span_danger("Ваш рот ужален, он теперь опухает!")) + + animal.forceMove(devourer) + LAZYADD(devourer.stomach_contents, animal) + icon = null // workaround to hide cringy holder lying on the floor for 1 sec + user.drop_item() + +/mob/living/simple_animal/attackby__legacy__attackchain(obj/item/O, mob/living/user) + if(user.a_intent == INTENT_HELP || user.a_intent == INTENT_GRAB) + if(istype(O, /obj/item/pet_carrier)) + var/obj/item/pet_carrier/C = O + if(C.put_in_carrier(src, user)) + return + return ..() + + + + + + + + +//!!!!!!!!!! Проверить работу без этого прока, а потом с этим при захвате ПИИ, мышей, Куриц разных цветов +// /mob/living/proc/get_scooped(mob/living/carbon/grabber, has_variant = FALSE) +// . = ..() +// if(.) +// H.icon = icon +// H.icon_state = icon_state + +/mob/living/get_scooped(mob/living/carbon/grabber, has_variant = FALSE) + var/obj/item/holder/H = ..() + if(!H) + return FALSE + + switch(mob_size) + if(MOB_SIZE_TINY) + H.w_class = WEIGHT_CLASS_TINY + if(MOB_SIZE_SMALL) + H.w_class = WEIGHT_CLASS_SMALL + if(MOB_SIZE_HUMAN) + H.w_class = WEIGHT_CLASS_NORMAL + if(MOB_SIZE_LARGE) + H.w_class = WEIGHT_CLASS_HUGE + + return H + + +/obj/item/holder/diona + name = "diona nymph" + desc = "It's a tiny plant critter." + icon_state = "nymph" + origin_tech = "biotech=5" + icon = 'icons/mob/monkey.dmi' // why... + +/obj/item/holder/pai + name = "pAI" + desc = "It's a little robot." + origin_tech = "materials=3;programming=4;engineering=4" + slot_flags = ITEM_SLOT_HEAD | ITEM_SLOT_BOTH_EARS + +/obj/item/holder/bee + name = "bee" + desc = "Buzzy buzzy bee, stingy sti- Ouch!" + icon = 'icons/mob/bees.dmi' + icon_state = "queen_item" + origin_tech = "biotech=5" + slot_flags = null + +/obj/item/holder/bunny + slot_flags = ITEM_SLOT_HEAD | ITEM_SLOT_BOTH_EARS + +/obj/item/holder/butterfly + name = "butterfly" + desc = "A colorful butterfly, how'd it get up here?" + icon = 'icons/mob/animal.dmi' + icon_state = "butterfly" + origin_tech = "biotech=4" + slot_flags = ITEM_SLOT_HEAD | ITEM_SLOT_BOTH_EARS + +/obj/item/holder/mouse + name = "mouse" + desc = "It's a small, disease-ridden rodent." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "mouse_gray" + slot_flags = ITEM_SLOT_HEAD | ITEM_SLOT_BOTH_EARS + +/obj/item/holder/drone + name = "maintenance drone" + desc = "It's a small maintenance robot." + icon_state = "drone" + origin_tech = "materials=3;programming=4;powerstorage=3;engineering=4" + +/obj/item/holder/drone/emagged + name = "maintenance drone" + icon_state = "drone-emagged" + origin_tech = "materials=3;programming=4;powerstorage=3;engineering=4;syndicate=3" + +/obj/item/holder/monkey + name = "monkey" + desc = "It's a monkey" + icon_state = "monkey" + origin_tech = "biotech=3" + +/obj/item/holder/farwa + name = "farwa" + desc = "It's a farwa" + icon_state = "farwa" + origin_tech = "biotech=3" + +/obj/item/holder/stok + name = "stok" + desc = "It's a stok" + icon_state = "stok" + origin_tech = "biotech=3" + +/obj/item/holder/neara + name = "neara" + desc = "It's a neara" + icon_state = "neara" + origin_tech = "biotech=3" + +/obj/item/holder/corgi + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "corgi" + +/obj/item/holder/lisa + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "lisa" + +/obj/item/holder/old_corgi + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "old_corgi" + +/obj/item/holder/borgi + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "borgi" + +/obj/item/holder/void_puppy + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "void_puppy" + origin_tech = "biotech=4;bluespace=5" + +/obj/item/holder/slime_puppy + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "slime_puppy" + origin_tech = "biotech=6" + +/obj/item/holder/narsian + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "narsian" + slot_flags = null + origin_tech = "bluespace=10" + +/obj/item/holder/pug + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "pug" + +/obj/item/holder/fox + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "fox" + +/obj/item/holder/sloth + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "sloth" + slot_flags = null + +/obj/item/holder/cat + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "cat" + +/obj/item/holder/cat2 + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "cat2" + +/obj/item/holder/cak + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "cak" + origin_tech = "biotech=5" + +/obj/item/holder/fatcat + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "iriska" + origin_tech = "biotech=5" + slot_flags = null + +/obj/item/holder/crusher + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "crusher" + +/obj/item/holder/spacecat + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "spacecat" + +/obj/item/holder/bullterrier + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "bullterrier" + slot_flags = null + +/obj/item/holder/crab + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "crab" + +/obj/item/holder/evilcrab + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "evilcrab" + +/obj/item/holder/snake + name = "pet" + desc = "It's a pet" + icon = 'icons/mob/animal.dmi' + icon_state = "snake" + +/obj/item/holder/parrot + name = "pet" + desc = "It's a pet" + icon = 'icons/mob/animal.dmi' + icon_state = "parrot_fly" + +/obj/item/holder/axolotl + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "axolotl" + +/obj/item/holder/lizard + name = "pet" + desc = "It's a pet" + icon = 'icons/mob/animal.dmi' + icon_state = "lizard" + +/obj/item/holder/chick + name = "pet" + desc = "It's a small chicken" + icon = 'icons/mob/animal.dmi' + icon_state = "chick" + +/obj/item/holder/chicken + name = "pet" + desc = "It's a chicken" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "chicken_brown" + slot_flags = null + +/obj/item/holder/cock + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "cock" + slot_flags = null + +/obj/item/holder/hamster + name = "pet" + desc = "It's a pet" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "hamster" + +/obj/item/holder/hamster_rep + name = "Представитель Алексей" + desc = "Уважаемый хомяк" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "hamster_rep" + +/obj/item/holder/fennec + name = "fennec" + desc = "It's a fennec. Yiff!" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "fennec" + origin_tech = "biotech=4" + +/obj/item/holder/moth + name = "moth" + desc = "Bzzzz" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "moth" + origin_tech = "biotech=4" + +/obj/item/holder/headslug + name = "headslug" + desc = "It's a headslug. Ewwww..." + icon = 'icons/mob/mob.dmi' + icon_state = "headslug" + origin_tech = "biotech=6" + +/obj/item/holder/possum + name = "possum" + desc = "It's a possum. Ewwww..." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "possum" + origin_tech = "biotech=3" + +/obj/item/holder/possum/poppy + name = "poppy" + desc = "It's a possum Poppy. Ewwww..." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "possum_poppy" + +/obj/item/holder/frog + name = "frog" + desc = "It's a wednesday, my dudes." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "frog" + +/obj/item/holder/frog/toxic + name = "rare frog" + desc = "It's a toxic wednesday, my dudes." + icon_state = "rare_frog" + +/obj/item/holder/snail + name = "snail" + desc = "Slooooow" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "snail" + +/obj/item/holder/turtle + name = "yeeslow" + desc = "Slooooow" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "yeeslow" + +/obj/item/holder/clowngoblin + name = "clowngoblin" + desc = "Honk honk" + icon = 'icons/mob/animal.dmi' + icon_state = "clowngoblin" diff --git a/modular_ss220/mobs/code/mob_spawner.dm b/modular_ss220/mobs/code/mob_spawner.dm new file mode 100644 index 000000000000..56a0449a4a68 --- /dev/null +++ b/modular_ss220/mobs/code/mob_spawner.dm @@ -0,0 +1,20 @@ +/obj/structure/spawner/headcrab + name = "headcrab nest" + desc = "A living nest for headcrabs. It is moving ominously." + icon_state = "headcrab_nest" + icon = 'modular_ss220/mobs/icons/mob/headcrab.dmi' + max_integrity = 200 + max_mobs = 15 + spawn_time = 600 + mob_types = list(/mob/living/simple_animal/hostile/blackmesa/xen/headcrab, /mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast, /mob/living/simple_animal/hostile/blackmesa/xen/headcrab/poison) + spawn_text = "crawls out of" + faction = list("hostile") + +// Headcrab corpse +/obj/effect/mob_spawn/headcrab + mob_type = /mob/living/simple_animal/hostile/blackmesa/xen/headcrab + death = TRUE + name = "Dead headcrab" + desc = "A small dead parasitic creature that would like to connect with your brain stem." + icon = 'modular_ss220/mobs/icons/mob/headcrab.dmi' + icon_state = "headcrab_dead" diff --git a/modular_ss220/mobs/code/pet_carrier.dm b/modular_ss220/mobs/code/pet_carrier.dm new file mode 100644 index 000000000000..eaff3fdfed45 --- /dev/null +++ b/modular_ss220/mobs/code/pet_carrier.dm @@ -0,0 +1,271 @@ +/obj/item/pet_carrier + name = "маленькая переноска" + desc = "Переноска для маленьких животных. " + icon = 'modular_ss220/mobs/icons/pet_carrier.dmi' + icon_state = "pet_carrier" + item_state = "pet_carrier" + max_integrity = 100 + w_class = WEIGHT_CLASS_SMALL + var/mob_size = MOB_SIZE_SMALL + + var/list/possible_skins = list("black", "blue", "red", "yellow", "green", "purple") + var/color_skin + + var/opened = TRUE + var/contains_pet = FALSE + var/contains_pet_color_open = "#d8d8d8ff" + var/contains_pet_color_close = "#949494ff" + +/obj/item/pet_carrier/normal + name = "переноска" + desc = "Переноска для небольших животных. " + icon_state = "pet_carrier_normal" + item_state = "pet_carrier_normal" + max_integrity = 200 + w_class = WEIGHT_CLASS_NORMAL + mob_size = MOB_SIZE_LARGE + + +/obj/item/pet_carrier/Initialize(mapload) + . = ..() + if(!color_skin) + color_skin = pick(possible_skins) + update_icon() + +/obj/item/pet_carrier/Destroy() + free_content() + . = ..() + +/obj/item/pet_carrier/attack_self__legacy__attackchain(mob/user) + ..() + change_state() + +/obj/item/pet_carrier/attackby__legacy__attackchain(obj/item/I, mob/user, params) + if(istype(I, /obj/item/holder)) + var/obj/item/holder/H = I + for(var/mob/M in H.contents) + if(put_in_carrier(M, user)) + qdel(H) + return TRUE + return FALSE + . = ..() + +/obj/item/pet_carrier/emp_act(intensity) + for(var/mob/living/M in contents) + M.emp_act(intensity) + +/obj/item/pet_carrier/ex_act(intensity) + for(var/mob/living/M in contents) + M.ex_act(intensity) + +/obj/item/pet_carrier/proc/put_in_carrier(mob/living/target, mob/living/user) + if(!opened) + to_chat(user, span_warning("Ваша переноска закрыта!")) + return FALSE + if(contains_pet) + to_chat(user, span_warning("Ваша переноска заполнена!")) + return FALSE + if(target.mob_size > mob_size) + to_chat(user, span_warning("Ваша переноска слишком мала!")) + return FALSE + if(!istype(target, /mob/living/simple_animal/pet)) + to_chat(user, span_warning("Это существо не очень похоже на ручное животное.")) + return FALSE + //if(target.mob_size < mob_size) + // to_chat(user, span_warning("Ваша переноска слишком большая!")) + // return FALSE + + target.forceMove(src) + name += " ([target.name])" + if(target.desc) + desc += "\n\nВнутри [target.name]\n" + desc += target.desc + contains_pet = TRUE + + to_chat(user, span_notice("Вы поместили [target.name] в [src.name].")) + to_chat(target, span_notice("[user.name] поместил[user.gender == FEMALE ? "" : "а"] вас в [src.name].")) + update_icon() + return TRUE + +/obj/item/pet_carrier/proc/try_free_content(atom/new_location, mob/user) + if(!opened) + if(user) + to_chat(user, span_warning("Ваша переноска закрыта! Содержимое невозможно выгрузить!")) + return FALSE + free_content(new_location) + +/obj/item/pet_carrier/proc/free_content(atom/new_location) + if(istype(loc,/turf) || length(contents)) + for(var/mob/M in contents) + var/atom/movable/mob_container + mob_container = M + mob_container.forceMove(new_location ? new_location : get_turf(src)) + contains_pet = FALSE + name = initial(name) + desc = initial(desc) + update_icon() + return TRUE + return FALSE + +/obj/item/pet_carrier/proc/change_state() + opened = !opened + update_icon() + +/obj/item/pet_carrier/update_icon() + overlays.Cut() + if(contains_pet) + var/mob/living/M + for(var/mob/living/temp_M in contents) + M = temp_M + break + var/image/I = image(M.icon, icon_state = M.icon_state) + I.color = opened ? contains_pet_color_open : contains_pet_color_close + I.pixel_y = M.mob_size <= MOB_SIZE_TINY ? 6 : 3 + overlays += I + + if(!opened) + var/image/I = image(icon, icon_state = "[icon_state]_door") + overlays += I + + if(color_skin) + var/image/I = image(icon, icon_state = "[icon_state]_[color_skin]") + overlays += I + + return ..() + +/obj/item/pet_carrier/emp_act(intensity) + for(var/mob/living/M in contents) + M.emp_act(intensity) + +/obj/item/pet_carrier/ex_act(intensity) + for(var/mob/living/M in contents) + M.ex_act(intensity) + +/obj/item/pet_carrier/container_resist(mob/living/L) + var/breakout_time = 60 SECONDS //1 minute + var/breakout_time_open = 5 SECONDS //for escape + + if(do_after(L,(breakout_time_open/2), target = src)) + to_chat(L, span_warning("ТЕСТ 1 - Вы начали вылезать из переноски (это займет [breakout_time_open] секунд, не двигайтесь)")) + + if(do_after(L,(breakout_time_open/2))) + to_chat(L, span_warning("ТЕСТ 2 - Вы начали вылезать из переноски (это займет [breakout_time_open] секунд, не двигайтесь)")) + + if(do_after(L,(breakout_time_open/2), target = loc)) + to_chat(L, span_warning("ТЕСТ 3 - Вы начали вылезать из переноски (это займет [breakout_time_open] секунд, не двигайтесь)")) + + if(do_after(L,(breakout_time_open/2), target = src.loc)) + to_chat(L, span_warning("ТЕСТ 4 - Вы начали вылезать из переноски (это займет [breakout_time_open] секунд, не двигайтесь)")) + + if(do_after(L,(breakout_time_open/2), target = L)) + to_chat(L, span_warning("ТЕСТ 5 - Вы начали вылезать из переноски (это займет [breakout_time_open] секунд, не двигайтесь)")) + + if(do_after(L,(breakout_time_open/2), target = L.loc)) + to_chat(L, span_warning("ТЕСТ 6 - Вы начали вылезать из переноски (это займет [breakout_time_open] секунд, не двигайтесь)")) + + + + if(opened && L.loc == src) + to_chat(L, span_warning("Вы начали вылезать из переноски (это займет [breakout_time_open] секунд, не двигайтесь)")) + spawn(0) + if(do_after(L,(breakout_time_open), target = src)) + if(!src || !L || L.stat != CONSCIOUS || L.loc != src || !opened) + to_chat(L, span_warning("Побег прерван!")) + return + + free_content() + visible_message(span_warning("[L.name] вылез из переноски.")) + return + + to_chat(L, span_warning("Вы начали ломиться в закрытую дверцу переноски и пытаетесь её выбить или открыть. (это займет [breakout_time] секунд, не двигайтесь)")) + for(var/mob/O in viewers(usr.loc)) + O.show_message(span_danger("[src.name] начинает трястись!"), 1) + + spawn(0) + if(do_after(L,(breakout_time), target = src)) + if(!src || !L || L.stat != CONSCIOUS || L.loc != src || opened) //closet/user destroyed OR user dead/unconcious OR user no longer in closet OR closet opened + to_chat(L, span_warning("Побег прерван!")) + return + + var/mob/M = src.loc + if(istype(M)) + to_chat(M, "[src.name] вырывается из вашей переноски!") + to_chat(L, "Вы вырываетесь из переноски [M.name]!") + else + to_chat(L, "Вы выбираетесь из переноски.") + + //Free & open + free_content() + change_state() + return + +/obj/item/pet_carrier/examine(mob/user) + . = ..() + . += span_notice("Alt-Click to unload.") + . += span_notice("Alt-Shift-Click to toggle lock.") + +/obj/item/pet_carrier/AltClick(mob/user) + unload_content(user) + +/obj/item/pet_carrier/AltShiftClick(mob/user) + open_close(user) + +/obj/item/pet_carrier/proc/open_close(mob/user) + if(user.stat || !ishuman(user) || user.restrained()) + return + + change_state() + +/obj/item/pet_carrier/proc/unload_content(mob/user) + if(user.stat || !ishuman(user) || user.restrained()) + return + + try_free_content(user) + +/obj/item/pet_carrier/MouseDrop(obj/over_object) + if(ishuman(usr)) + var/mob/M = usr + + if(istype(M.loc,/obj/mecha) || M.incapacitated(FALSE, TRUE, TRUE)) // Stops inventory actions in a mech as well as while being incapacitated + return + + if(over_object == M && Adjacent(M)) // this must come before the screen objects only block + try_free_content(M, M) + return + + if((istype(over_object, /obj/structure/table) || istype(over_object, /turf/simulated/floor)) \ + && length(contents) && loc == usr && !usr.stat && !usr.restrained() && over_object.Adjacent(usr)) + var/turf/T = get_turf(over_object) + if(istype(over_object, /turf/simulated/floor)) + if(get_turf(usr) != T) + return // Can only empty containers onto the floor under you + if("Да" != alert(usr,"Вытащить питомца из [src.name] на [T.name]?","Подтверждение","Да","Нет")) + return + if(!(usr && over_object && contents.len && loc == usr && !usr.stat && !usr.restrained() && get_turf(usr) == T)) + return // Something happened while the player was thinking + + usr.face_atom(over_object) + usr.visible_message( + span_notice("[usr] вытащил питомца из [src.name] на [over_object.name]."), + span_notice("Вы вытащили питомца из [src.name] на [over_object.name].")) + + try_free_content(T, usr) + return TRUE + + if(!is_screen_atom(over_object)) + return ..() + if(!(loc == usr) || (loc && loc.loc == usr)) + return + playsound(loc, "rustle", 50, TRUE, -5) + if(!(M.restrained()) && !(M.stat)) + switch(over_object.name) + if("r_hand") + if(!M.unEquip(src)) + return + M.put_in_r_hand(src) + if("l_hand") + if(!M.unEquip(src)) + return + M.put_in_l_hand(src) + add_fingerprint(usr) + return diff --git a/modular_ss220/mobs/code/simple_animal/friendly/butterfly.dm b/modular_ss220/mobs/code/simple_animal/friendly/butterfly.dm new file mode 100644 index 000000000000..bb90f50e4e39 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/butterfly.dm @@ -0,0 +1,2 @@ +/mob/living/simple_animal/butterfly + holder_type = /obj/item/holder/butterfly diff --git a/modular_ss220/mobs/code/simple_animal/friendly/crab.dm b/modular_ss220/mobs/code/simple_animal/friendly/crab.dm new file mode 100644 index 000000000000..d2b4dcc9491c --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/crab.dm @@ -0,0 +1,38 @@ +/mob/living/simple_animal/crab + death_sound = 'modular_ss220/mobs/sound/creatures/crack_death2.ogg' + mob_size = MOB_SIZE_SMALL + response_help = "гладит" + response_disarm = "отталкивает" + response_harm = "щипает" + holder_type = /obj/item/holder/crab + +/mob/living/simple_animal/crab/sea + name = "морской краб" + desc = "Кто проживает на дне океана?" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "bluecrab" + icon_living = "bluecrab" + icon_dead = "bluecrab_dead" + response_help = "гладит" + response_disarm = "отталкивает" + response_harm = "щипает" + health = 50 + maxHealth = 50 + butcher_results = list(/obj/item/food/meat = 3) + +/mob/living/simple_animal/crab/royal + name = "королевский краб" + desc = "Величественный королевский краб." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "royalcrab" + icon_living = "royalcrab" + icon_dead = "royalcrab_dead" + response_help = "с уважением гладит" + response_disarm = "с уважением отталкивает" + response_harm = "щипает без уважения" + health = 50 + maxHealth = 50 + butcher_results = list(/obj/item/food/meat = 5) + +/mob/living/simple_animal/crab/evil + holder_type = /obj/item/holder/evilcrab diff --git a/modular_ss220/mobs/code/simple_animal/friendly/farm_animals.dm b/modular_ss220/mobs/code/simple_animal/friendly/farm_animals.dm new file mode 100644 index 000000000000..0613e4a03292 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/farm_animals.dm @@ -0,0 +1,120 @@ +/mob/living/simple_animal/hostile/retaliate/goat + attacktext = "бодает" + death_sound = 'modular_ss220/mobs/sound/creatures/goat_death.ogg' + +/mob/living/simple_animal/cow + attacktext = "бодает" + death_sound = 'modular_ss220/mobs/sound/creatures/cow_death.ogg' + damaged_sound = list('modular_ss220/mobs/sound/creatures/cow_damaged.ogg') + talk_sound = list('modular_ss220/mobs/sound/creatures/cow_talk1.ogg', 'modular_ss220/mobs/sound/creatures/cow_talk2.ogg') + +/mob/living/simple_animal/chicken + name = "курица" + desc = "Гордая несушка. Яички должны быть хороши!" + death_sound = 'modular_ss220/mobs/sound/creatures/chicken_death.ogg' + damaged_sound = list('modular_ss220/mobs/sound/creatures/chicken_damaged1.ogg', 'modular_ss220/mobs/sound/creatures/chicken_damaged2.ogg') + talk_sound = list('modular_ss220/mobs/sound/creatures/chicken_talk.ogg') + holder_type = /obj/item/holder/chicken + +/mob/living/simple_animal/chick + name = "цыпленок" + desc = "Маленькая прелесть! Но пока что маловата..." + attacktext = "клюёт" + death_sound = 'modular_ss220/mobs/sound/creatures/mouse_squeak.ogg' + holder_type = /obj/item/holder/chick + +/mob/living/simple_animal/chick/Life(seconds, times_fired) + if(amount_grown >= 100 && prob(20)) + var/mob/living/simple_animal/C = new /mob/living/simple_animal/cock(loc) + if(mind) + mind.transfer_to(C) + qdel(src) + . = ..() + +/mob/living/simple_animal/cock + name = "петух" + desc = "Гордый и важный вид." + gender = MALE + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "cock" + icon_living = "cock" + icon_dead = "cock_dead" + speak = list("Cluck!","BWAAAAARK BWAK BWAK BWAK!","Bwaak bwak.") + speak_emote = list("clucks","croons") + emote_hear = list("clucks") + emote_see = list("pecks at the ground","flaps its wings viciously") + density = 0 + speak_chance = 2 + turns_per_move = 3 + butcher_results = list(/obj/item/food/meat = 4) + response_help = "pets the" + response_disarm = "gently pushes aside the" + response_harm = "kicks the" + melee_damage_type = STAMINA + melee_damage_lower = 2 + melee_damage_upper = 6 + attacktext = "клюёт" + death_sound = 'modular_ss220/mobs/sound/creatures/chicken_death.ogg' + damaged_sound = list('modular_ss220/mobs/sound/creatures/chicken_damaged1.ogg', 'modular_ss220/mobs/sound/creatures/chicken_damaged2.ogg') + talk_sound = list('modular_ss220/mobs/sound/creatures/chicken_talk.ogg') + health = 30 + maxHealth = 30 + ventcrawler = 2 + pass_flags = PASSTABLE | PASSMOB + mob_size = MOB_SIZE_SMALL + can_hide = 1 + can_collar = 1 + gold_core_spawnable = FRIENDLY_SPAWN + footstep_type = FOOTSTEP_MOB_CLAW + holder_type = /obj/item/holder/cock + +/mob/living/simple_animal/cock/npc_safe(mob/user) + return TRUE + +/mob/living/simple_animal/pig + name = "свинья" + attacktext = "лягает" + death_sound = 'modular_ss220/mobs/sound/creatures/pig_death.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/pig_talk1.ogg', 'modular_ss220/mobs/sound/creatures/pig_talk2.ogg') + damaged_sound = list() + +/mob/living/simple_animal/pig/npc_safe(mob/user) + return TRUE + +/mob/living/simple_animal/turkey + name = "индюшка" + desc = "И не благодари." + death_sound = 'modular_ss220/mobs/sound/creatures/duck_quak1.ogg' + + +/mob/living/simple_animal/goose + name = "гусь" + desc = "Прекрасная птица для набива подушек и страха детишек." + icon_resting = "goose_rest" + melee_damage_type = STAMINA + melee_damage_lower = 2 + melee_damage_upper = 8 + attacktext = "щипает" + death_sound = 'modular_ss220/mobs/sound/creatures/duck_quak1.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/duck_talk1.ogg', 'modular_ss220/mobs/sound/creatures/duck_talk2.ogg', 'modular_ss220/mobs/sound/creatures/duck_talk3.ogg', 'modular_ss220/mobs/sound/creatures/duck_quak1.ogg', 'modular_ss220/mobs/sound/creatures/duck_quak2.ogg', 'modular_ss220/mobs/sound/creatures/duck_quak3.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/duck_aggro1.ogg', 'modular_ss220/mobs/sound/creatures/duck_aggro2.ogg') + +/mob/living/simple_animal/goose/npc_safe(mob/user) + return TRUE + +/mob/living/simple_animal/goose/gosling + name = "гусенок" + desc = "Симпатичный гусенок. Скоро он станей грозой всей станции." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "gosling" + icon_living = "gosling" + icon_dead = "gosling_dead" + icon_resting = "gosling_rest" + butcher_results = list(/obj/item/food/meat = 3) + melee_damage_lower = 0 + melee_damage_upper = 0 + health = 20 + maxHealth = 20 + +/mob/living/simple_animal/seal + death_sound = 'modular_ss220/mobs/sound/creatures/seal_death.ogg' diff --git a/modular_ss220/mobs/code/simple_animal/friendly/frog.dm b/modular_ss220/mobs/code/simple_animal/friendly/frog.dm new file mode 100644 index 000000000000..b5b181feddd6 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/frog.dm @@ -0,0 +1,147 @@ +/mob/living/simple_animal/frog + name = "лягушка" + real_name = "лягушка" + desc = "Выглядит грустным не по средам и когда её не целуют." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "frog" + icon_living = "frog" + icon_dead = "frog_dead" + icon_resting = "frog" + speak = list("Квак!","КУААК!","Квуак!") + speak_emote = list("квак","куак","квуак") + emote_hear = list("квак","куак","квуак") + emote_see = list("лежит расслабленная", "издает гортанные звуки", "лупает глазками") + var/scream_sound = list ('modular_ss220/mobs/sound/creatures/frog_scream_1.ogg','modular_ss220/mobs/sound/creatures/frog_scream_2.ogg','modular_ss220/mobs/sound/creatures/frog_scream_3.ogg') + talk_sound = list('modular_ss220/mobs/sound/creatures/frog_talk1.ogg', 'modular_ss220/mobs/sound/creatures/frog_talk2.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/frog_damaged.ogg') + death_sound = 'modular_ss220/mobs/sound/creatures/frog_death.ogg' + speak_chance = 1 + turns_per_move = 5 + see_in_dark = 10 + maxHealth = 10 + health = 10 + blood_volume = BLOOD_VOLUME_SURVIVE + butcher_results = list(/obj/item/food/monstermeat/lizardmeat = 1) + response_help = "pets" + response_disarm = "gently pushes aside" + response_harm = "stamps on" + density = 0 + ventcrawler = 2 + pass_flags = PASSTABLE | PASSGRILLE | PASSMOB + mob_size = MOB_SIZE_TINY + layer = MOB_LAYER + atmos_requirements = list("min_oxy" = 16, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 223 // Below -50 Degrees Celcius + maxbodytemp = 323 // Above 50 Degrees Celcius + universal_speak = 0 + can_hide = 1 + holder_type = /obj/item/holder/frog + can_collar = 1 + gold_core_spawnable = FRIENDLY_SPAWN + +/mob/living/simple_animal/frog/toxic + name = "яркая лягушка" + real_name = "яркая лягушка" + desc = "Уникальная токсичная раскраска. Лучше не трогать голыми руками." + icon_state = "rare_frog" + icon_living = "rare_frog" + icon_dead = "rare_frog_dead" + icon_resting = "rare_frog" + var/toxin_per_touch = 2.5 + var/toxin_type = "toxin" + gold_core_spawnable = HOSTILE_SPAWN + holder_type = /obj/item/holder/frog/toxic + +/mob/living/simple_animal/frog/scream + name = "орущая лягушка" + real_name = "орущая лягушка" + desc = "Не любит когда на неё наступают. Используется в качестве наказания за проступки" + var/squeak_sound = list ('modular_ss220/mobs/sound/creatures/frog_scream1.ogg','modular_ss220/mobs/sound/creatures/frog_scream2.ogg') + gold_core_spawnable = NO_SPAWN + +// Frog procs +/mob/living/simple_animal/frog/attack_hand(mob/living/carbon/human/M as mob) + if(M.a_intent == INTENT_HELP) + get_scooped(M) + ..() + +/mob/living/simple_animal/frog/Crossed(AM as mob|obj, oldloc) + if(ishuman(AM)) + if(!stat) + var/mob/M = AM + to_chat(M, span_notice("[bicon(src)] квакнул!")) + ..() + +// Toxic frog procs +/mob/living/simple_animal/frog/toxic/attack_hand(mob/living/carbon/human/H as mob) + if(ishuman(H)) + if(!istype(H.gloves, /obj/item/clothing/gloves)) + for(var/obj/item/organ/external/A in H.bodyparts) + if(!A.is_robotic()) + if((A.body_part == HAND_LEFT) || (A.body_part == HAND_RIGHT)) + to_chat(H, span_warning("Дотронувшись до [src.name], ваша кожа начинает чесаться!")) + toxin_affect(H) + if(H.a_intent == INTENT_DISARM || H.a_intent == INTENT_HARM) + ..() + ..() + +/mob/living/simple_animal/frog/toxic/Crossed(AM as mob|obj, oldloc) + if(ishuman(AM)) + var/mob/living/carbon/human/H = AM + if(!istype(H.shoes, /obj/item/clothing/shoes)) + for(var/obj/item/organ/external/F in H.bodyparts) + if(!F.is_robotic()) + if((F.body_part == FOOT_LEFT) || (F.body_part == FOOT_RIGHT)) + toxin_affect(H) + to_chat(H, span_warning("Ваши ступни начинают чесаться!")) + ..() + +/mob/living/simple_animal/frog/toxic/proc/toxin_affect(mob/living/carbon/human/M as mob) + if(M.reagents && !toxin_per_touch == 0) + M.reagents.add_reagent(toxin_type, toxin_per_touch) + +// Scream frog procs +/mob/living/simple_animal/frog/scream/Initialize(mapload) + . = ..() + AddComponent(/datum/component/squeak, squeak_sound, 50, extrarange = SHORT_RANGE_SOUND_EXTRARANGE) //as quiet as a frog or whatever + +/mob/living/simple_animal/frog/toxic/scream + var/squeak_sound = list ('modular_ss220/mobs/sound/creatures/frog_scream1.ogg','modular_ss220/mobs/sound/creatures/frog_scream2.ogg') + gold_core_spawnable = NO_SPAWN + +/mob/living/simple_animal/frog/toxic/scream/Initialize(mapload) + . = ..() + AddComponent(/datum/component/squeak, squeak_sound, 50, extrarange = SHORT_RANGE_SOUND_EXTRARANGE) //as quiet as a frog or whatever + +// Additional procs +/mob/living/simple_animal/frog/handle_automated_movement() + . = ..() + if(!resting && !buckled) + if(prob(1)) + custom_emote(1,"издаёт боевой клич!") + playsound(src, pick(src.scream_sound), 50, TRUE) + +/mob/living/simple_animal/frog/emote(emote_key, type_override = 1, message, intentional, force_silence) + if(incapacitated()) + return + + var/on_CD = 0 + emote_key = lowertext(emote_key) + switch(emote_key) + if("warcry") + on_CD = start_audio_emote_cooldown() + else + on_CD = 0 + + if(!force_silence && on_CD == 1) + return + + switch(emote_key) + if("warcry") + message = "издаёт боевой клич!" + type_override = 2 //audible + playsound(src, pick(src.scream_sound), 50, TRUE) + if("help") + to_chat(src, "warcry") + ..() + diff --git a/modular_ss220/mobs/code/simple_animal/friendly/hamster.dm b/modular_ss220/mobs/code/simple_animal/friendly/hamster.dm new file mode 100644 index 000000000000..847c3ce70874 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/hamster.dm @@ -0,0 +1,96 @@ +/mob/living/simple_animal/mouse/hamster + name = "хомяк" + real_name = "хомяк" + desc = "С надутыми щечками." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "hamster" + icon_living = "hamster" + icon_dead = "hamster_dead" + icon_resting = "hamster_rest" + gender = MALE + non_standard = TRUE + speak_chance = 0 + childtype = list(/mob/living/simple_animal/mouse/hamster/baby) + animal_species = /mob/living/simple_animal/mouse/hamster + holder_type = /obj/item/holder/hamster + gold_core_spawnable = FRIENDLY_SPAWN + maxHealth = 10 + health = 10 + + +/mob/living/simple_animal/mouse/hamster/baby + name = "хомячок" + real_name = "хомячок" + desc = "Очень миленький! Какие у него пушистые щечки!" + turns_per_move = 2 + response_help = "полапал" + response_disarm = "аккуратно отодвинул" + response_harm = "пихнул" + attacktext = "толкается" + transform = matrix(0.7, 0, 0, 0, 0.7, 0) + health = 3 + maxHealth = 3 + var/amount_grown = 0 + can_hide = 1 + can_collar = 0 + holder_type = /obj/item/holder/hamster + +// Hamster procs +#define MAX_HAMSTER 20 +GLOBAL_VAR_INIT(hamster_count, 0) + +/mob/living/simple_animal/mouse/hamster/Initialize(mapload) + . = ..() + gender = prob(80) ? MALE : FEMALE + + icon_state = initial(icon_state) + icon_living = initial(icon_living) + icon_dead = initial(icon_dead) + icon_resting = initial(icon_resting) + + update_appearance(UPDATE_ICON_STATE, UPDATE_DESC) + GLOB.hamster_count++ + +/mob/living/simple_animal/mouse/hamster/Destroy() + GLOB.hamster_count-- + . = ..() + +/mob/living/simple_animal/mouse/hamster/color_pick() + return + +/mob/living/simple_animal/mouse/hamster/update_desc() + . = ..() + desc = initial(desc) + desc += MALE ? " Самец!" : " Самочка! Ох... Нет... " + +/mob/living/simple_animal/mouse/hamster/pull_constraint(atom/movable/AM, show_message = FALSE) + return TRUE + +/mob/living/simple_animal/mouse/hamster/Life(seconds, times_fired) + ..() + if(GLOB.hamster_count < MAX_HAMSTER) + make_babies() + +/mob/living/simple_animal/mouse/hamster/baby/start_pulling(atom/movable/AM, state, force = pull_force, show_message = FALSE) + if(show_message) + to_chat(src, span_warning("Вы слишком малы чтобы что-то тащить.")) + return + +/mob/living/simple_animal/mouse/hamster/baby/Life(seconds, times_fired) + . =..() + if(.) + amount_grown++ + if(amount_grown >= 100) + var/mob/living/simple_animal/A = new /mob/living/simple_animal/mouse/hamster(loc) + if(mind) + mind.transfer_to(A) + qdel(src) + +/mob/living/simple_animal/mouse/hamster/baby/Crossed(AM as mob|obj, oldloc) + if(ishuman(AM)) + if(!stat) + var/mob/M = AM + to_chat(M, span_notice("[bicon(src)] раздавлен!")) + death() + splat(user = AM) + ..() diff --git a/modular_ss220/mobs/code/simple_animal/friendly/lizard.dm b/modular_ss220/mobs/code/simple_animal/friendly/lizard.dm new file mode 100644 index 000000000000..309255b67206 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/lizard.dm @@ -0,0 +1,14 @@ +/mob/living/simple_animal/lizard + death_sound = 'modular_ss220/mobs/sound/creatures/lizard_death.ogg' + holder_type = /obj/item/holder/lizard + +/mob/living/simple_animal/lizard/axolotl + name = "Аксолотль" + desc = "Маленький милый аксолотль." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "axolotl" + icon_living = "axolotl" + icon_dead = "axolotl_dead" + holder_type = /obj/item/holder/axolotl + + diff --git a/modular_ss220/mobs/code/simple_animal/friendly/moth.dm b/modular_ss220/mobs/code/simple_animal/friendly/moth.dm new file mode 100644 index 000000000000..c41c715b0fbb --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/moth.dm @@ -0,0 +1,29 @@ +/mob/living/simple_animal/moth + name = "моль" + desc = "Смотря на эту моль становится понятно куда пропали шубы перевозимые СССП." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "moth" + icon_living = "moth" + icon_dead = "moth_dead" + turns_per_move = 1 + emote_see = list("flutters") + response_help = "shoos" + response_disarm = "brushes aside" + response_harm = "squashes" + speak_chance = 0 + maxHealth = 15 + health = 15 + see_in_dark = 100 + friendly = "nudges" + density = 0 + initial_traits = list(TRAIT_FLYING) + pass_flags = PASSTABLE | PASSGRILLE | PASSMOB + ventcrawler = 2 + mob_size = MOB_SIZE_TINY + butcher_results = list(/obj/item/food/monstermeat/xenomeat = 1) + gold_core_spawnable = FRIENDLY_SPAWN + holder_type = /obj/item/holder/moth + +/mob/living/simple_animal/nian_caterpillar/Initialize(mapload) + . = ..() + butcher_results |= list(/obj/item/stack/sheet/animalhide/mothroach = 1) diff --git a/modular_ss220/mobs/code/simple_animal/friendly/mouse.dm b/modular_ss220/mobs/code/simple_animal/friendly/mouse.dm new file mode 100644 index 000000000000..f5d8cae71425 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/mouse.dm @@ -0,0 +1,78 @@ +/mob/living/simple_animal/mouse + var/non_standard = FALSE // for no "mouse_" with mouse_color + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + death_sound = 'modular_ss220/mobs/sound/creatures/rat_death.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/rat_talk.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/rat_wound.ogg') + blood_volume = BLOOD_VOLUME_SURVIVE + butcher_results = list(/obj/item/food/meat/mouse = 1) + +/mob/living/simple_animal/mouse/Initialize(mapload) + . = ..() + AddComponent(/datum/component/squeak, list("[squeak_sound]" = 1), 100, extrarange = SHORT_RANGE_SOUND_EXTRARANGE) //as quiet as a mouse or whatever + + pixel_x = rand(-6, 6) + pixel_y = rand(0, 10) + + mouse_color = initial(mouse_color) // сбрасываем из-за наследования чтобы своим проком переписать + color_pick() + update_appearance(UPDATE_ICON_STATE|UPDATE_DESC) + +/mob/living/simple_animal/mouse/proc/color_pick() + if(!mouse_color) + mouse_color = pick( list("brown","gray","white") ) + icon_state = "mouse_[mouse_color]" + icon_living = "mouse_[mouse_color]" + icon_dead = "mouse_[mouse_color]_dead" + icon_resting = "mouse_[mouse_color]_sleep" + +/mob/living/simple_animal/mouse/splat(obj/item/item = null, mob/living/user = null) + if(non_standard) + var/temp_state = initial(icon_state) + icon_dead = "[temp_state]_splat" + icon_state = "[temp_state]_splat" + else + ..() + + if(prob(50)) + var/turf/location = get_turf(src) + add_splatter_floor(location) + if(item) + item.add_mob_blood(src) + if(user) + user.add_mob_blood(src) + +/mob/living/simple_animal/mouse/death(gibbed) + if(gibbed) + make_remains() + . = ..(gibbed) + +/mob/living/simple_animal/mouse/proc/make_remains() + var/obj/effect/decal/remains = new /obj/effect/decal/remains/mouse(src.loc) + remains.pixel_x = pixel_x + remains.pixel_y = pixel_y + + +// /mob/living/simple_animal/mouse/emote(act, m_type = 1, message = null, force) + +// if("help") +// to_chat(src, "scream, squeak") +// playsound(src, damaged_sound, 40, 1) + +/mob/living/simple_animal/mouse/brown/tom + maxHealth = 10 + health = 10 + +/mob/living/simple_animal/mouse/fluff/clockwork + name = "Chip" + real_name = "Chip" + mouse_color = "clockwork" + icon_state = "mouse_clockwork" + response_help = "pets" + response_disarm = "gently pushes aside" + response_harm = "stamps on" + gold_core_spawnable = NO_SPAWN + can_collar = 0 + butcher_results = list(/obj/item/stack/sheet/metal = 1) + maxHealth = 20 + health = 20 diff --git a/modular_ss220/mobs/code/simple_animal/friendly/possum.dm b/modular_ss220/mobs/code/simple_animal/friendly/possum.dm new file mode 100644 index 000000000000..aad8c2b75514 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/possum.dm @@ -0,0 +1,50 @@ +/mob/living/simple_animal/possum + name = "possum" + desc = "The opossum is a small, scavenging marsupial of the order Didelphimorphia, previously \ + endemic to the Americas of Earth, but now inexplicably found across settled space. Nobody is \ + entirely sure how they travel to such disparate locations, with the leading theories including \ + smuggling, cargo stowaways, fungal spore reproduction, teleportation, or unknown quantum effects." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "possum" + icon_living = "possum" + icon_dead = "possum_dead" + icon_resting = "possum_sleep" + var/icon_harm = "possum_aaa" + response_help = "pets" + response_disarm = "bops" + response_harm = "kicks" + speak = list("Hsss...", "Hisss...") + speak_emote = list("Hsss", "Hisss") + emote_hear = list("Aaaaa!", "Ahhss!") + emote_see = list("shakes its head.", "chases its tail.", "shivers.") + faction = list("neutral") + maxHealth = 30 + health = 30 + mob_size = MOB_SIZE_SMALL + pass_flags = PASSTABLE + ventcrawler = VENTCRAWLER_ALWAYS + blood_volume = BLOOD_VOLUME_NORMAL + melee_damage_type = STAMINA + melee_damage_lower = 3 + melee_damage_upper = 8 + attacktext = "кусает" + attack_sound = 'sound/weapons/bite.ogg' + see_in_dark = 5 + speak_chance = 1 + turns_per_move = 10 + gold_core_spawnable = FRIENDLY_SPAWN + footstep_type = FOOTSTEP_MOB_CLAW + butcher_results = list(/obj/item/food/meat = 2) + holder_type = /obj/item/holder/possum + +/mob/living/simple_animal/possum/attackby__legacy__attackchain(obj/item/O, mob/living/user) + icon_state = icon_harm + . = ..() + +/mob/living/simple_animal/possum/attack_hand(mob/living/carbon/human/M) + switch(M.a_intent) + if(INTENT_HELP) + icon_state = initial(icon_state) + if(INTENT_HARM, INTENT_DISARM, INTENT_GRAB) + icon_state = icon_harm + . = ..() diff --git a/modular_ss220/mobs/code/simple_animal/friendly/rat.dm b/modular_ss220/mobs/code/simple_animal/friendly/rat.dm new file mode 100644 index 000000000000..4269efa853f5 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/rat.dm @@ -0,0 +1,59 @@ +/mob/living/simple_animal/mouse/rat + name = "rat" + real_name = "rat" + desc = "Серая крыса. Не яркий представитель своего вида." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + squeak_sound = 'modular_ss220/mobs/sound/creatures/rat_squeak.ogg' + icon_state = "rat_gray" + icon_living = "rat_gray" + icon_dead = "rat_gray_dead" + icon_resting = "rat_gray_sleep" + non_standard = TRUE + mouse_color = null + maxHealth = 15 + health = 15 + mob_size = MOB_SIZE_SMALL + butcher_results = list(/obj/item/food/meat/mouse = 2) + +/mob/living/simple_animal/mouse/rat/update_desc() + . = ..() + switch(mouse_color) + if("white") + desc = /mob/living/simple_animal/mouse/rat/white::desc + if("irish") + desc = /mob/living/simple_animal/mouse/rat/irish::desc + else + desc = /mob/living/simple_animal/mouse/rat::desc + +/mob/living/simple_animal/mouse/rat/white + name = "white rat" + real_name = "white rat" + desc = "Типичный представитель лабораторных крыс." + icon_state = "rat_white" + icon_living = "rat_white" + icon_dead = "rat_white_dead" + icon_resting = "rat_white_sleep" + mouse_color = "white" + +/mob/living/simple_animal/mouse/rat/irish + name = "irish rat" + real_name = "irish rat" + desc = "Ирландская крыса, борец за независимость. На космической станции?! На этот раз им точно некуда бежать!" + icon_state = "rat_irish" + icon_living = "rat_irish" + icon_dead = "rat_irish_dead" + icon_resting = "rat_irish_sleep" + mouse_color = "irish" + +/mob/living/simple_animal/mouse/rat/color_pick() + if(!mouse_color) + mouse_color = pick(list("gray","white","irish")) + icon_state = "rat_[mouse_color]" + icon_living = "rat_[mouse_color]" + icon_dead = "rat_[mouse_color]_dead" + icon_resting = "rat_[mouse_color]_sleep" + +/mob/living/simple_animal/mouse/rat/pull_constraint(atom/movable/AM, show_message = FALSE) + return TRUE + + diff --git a/modular_ss220/mobs/code/simple_animal/friendly/snail.dm b/modular_ss220/mobs/code/simple_animal/friendly/snail.dm new file mode 100644 index 000000000000..e887ff0bfe0d --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/friendly/snail.dm @@ -0,0 +1,85 @@ +/mob/living/simple_animal/snail + name = "space snail" + desc = "Маленькая космо-улиточка со своим космо-домиком. Прочная, тихая и медленная." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "snail" + icon_living = "snail" + icon_dead = "snail_dead" + speak = list("Uhh.", "Hurrr.") + health = 100 + maxHealth = 100 + speed = 10 + attacktext = "толкает" + death_sound = 'modular_ss220/mobs/sound/creatures/crack_death1.ogg' + response_help = "pets" + response_disarm = "shoos" + response_harm = "stomps on" + ventcrawler = 2 + density = 0 + pass_flags = PASSTABLE | PASSMOB + mob_size = MOB_SIZE_SMALL + gender = NEUTER + can_hide = 1 + butcher_results = list(/obj/item/food/salmonmeat/snailmeat = 1, /obj/item/stack/ore/tranquillite = 1) + can_collar = 1 + gold_core_spawnable = FRIENDLY_SPAWN + stop_automated_movement_when_pulled = 0 + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + faction = list("slime", "neutral") + reagents = new() + holder_type = /obj/item/holder/snail + +/mob/living/simple_animal/snail/Process_Spacemove(movement_dir = 0) + return 1 + +/mob/living/simple_animal/snail/Move(atom/newloc, direct, movetime) + var/oldLoc = src.loc + . = ..() + if(.) + if(stat != DEAD) + make_wet_floor(oldLoc) + +/mob/living/simple_animal/snail/proc/make_wet_floor(atom/oldLoc) + if(oldLoc != src.loc) + reagents.add_reagent("water",10) + reagents.reaction(oldLoc, REAGENT_TOUCH, 10) //10 is the multiplier for the reaction effect. probably needed to wet the floor properly. + reagents.remove_any(10) + +/mob/living/simple_animal/snail/lube + name = "space snail" + desc = "Маленькая космо-улиточка со своим космо-домиком. Прочная, тихая и медленная. И очень склизкая." + gold_core_spawnable = HOSTILE_SPAWN + faction = list("slime", "hostile") + +/mob/living/simple_animal/snail/lube/make_wet_floor(atom/oldLoc) + if(oldLoc != src.loc) + reagents.add_reagent("lube",10) + reagents.reaction(oldLoc, REAGENT_TOUCH, 10) + reagents.remove_any(10) + +/mob/living/simple_animal/turtle + name = "черепаха" + desc = "Большая космочерепаха. Прочная, тихая и медленная." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "yeeslow" + icon_living = "yeeslow" + icon_dead = "yeeslow_dead" + icon_resting = "yeeslow_scared" + speak = list("Uhh.", "Hurrr.") + health = 500 + maxHealth = 500 + speed = 20 + attacktext = "толкает" + death_sound = 'modular_ss220/mobs/sound/creatures/crack_death1.ogg' + response_help = "pets" + response_disarm = "shoos" + response_harm = "stomps on" + ventcrawler = 0 + density = 1 + pass_flags = PASSTABLE | PASSGRILLE + status_flags = CANPARALYSE | CANPUSH + mob_size = MOB_SIZE_SMALL + butcher_results = list(/obj/item/food/salmonmeat/turtlemeat = 10, /obj/item/stack/ore/tranquillite = 5) + footstep_type = FOOTSTEP_MOB_SLIME + holder_type = /obj/item/holder/turtle diff --git a/modular_ss220/mobs/code/simple_animal/hostile/alien.dm b/modular_ss220/mobs/code/simple_animal/hostile/alien.dm new file mode 100644 index 000000000000..938a3ff541d3 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/alien.dm @@ -0,0 +1,2 @@ +/mob/living/simple_animal/hostile/alien + attacktext = "кромсает" diff --git a/modular_ss220/mobs/code/simple_animal/hostile/bear.dm b/modular_ss220/mobs/code/simple_animal/hostile/bear.dm new file mode 100644 index 000000000000..938b44a71ed7 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/bear.dm @@ -0,0 +1,10 @@ +/mob/living/simple_animal/hostile/bear + attacktext = "терзает" + death_sound = 'modular_ss220/mobs/sound/creatures/bear_death.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/bear_talk1.ogg', 'modular_ss220/mobs/sound/creatures/bear_talk2.ogg', 'modular_ss220/mobs/sound/creatures/bear_talk3.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/bear_onerawr1.ogg', 'modular_ss220/mobs/sound/creatures/bear_onerawr2.ogg', 'modular_ss220/mobs/sound/creatures/bear_onerawr3.ogg') + var/trigger_sound = 'modular_ss220/mobs/sound/creatures/bear_rawr.ogg' + +/mob/living/simple_animal/hostile/bear/handle_automated_movement() + if(..()) + playsound(src, src.trigger_sound, 40, 1) diff --git a/modular_ss220/mobs/code/simple_animal/hostile/bee.dm b/modular_ss220/mobs/code/simple_animal/hostile/bee.dm new file mode 100644 index 000000000000..6d70cd380b84 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/bee.dm @@ -0,0 +1,2 @@ +/mob/living/simple_animal/hostile/poison/bees + holder_type = /obj/item/holder/bee diff --git a/modular_ss220/mobs/code/simple_animal/hostile/headcrab.dm b/modular_ss220/mobs/code/simple_animal/hostile/headcrab.dm new file mode 100644 index 000000000000..f896b3cbede6 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/headcrab.dm @@ -0,0 +1,194 @@ +// port old headcrabs +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab + name = "headcrab" + desc = "A small parasitic creature that would like to connect with your brain stem." + icon = 'modular_ss220/mobs/icons/mob/headcrab.dmi' + icon_state = "headcrab" + icon_living = "headcrab" + icon_dead = "headcrab_dead" + health = 60 + maxHealth = 60 + dodging = 1 + melee_damage_lower = 5 + melee_damage_upper = 10 + ranged = 1 + ranged_message = "leaps" + ranged_cooldown_time = 40 + var/jumpdistance = 4 + var/jumpspeed = 1 + attacktext = "грызёт" + attack_sound = 'modular_ss220/mobs/sound/creatures/headcrab_attack.ogg' + speak_emote = list("hisses") + var/is_zombie = 0 + stat_attack = DEAD // Necessary for them to attack (zombify) dead humans + robust_searching = 1 + var/host_species = "" + var/list/human_overlays = list() + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/Life(seconds, times_fired) + if(..() && !stat) + if(!is_zombie && isturf(src.loc)) + for(var/mob/living/carbon/human/H in oview(src, 1)) //Only for corpse right next to/on same tile + if(H.stat == DEAD || (!H.check_death_method() && H.health <= HEALTH_THRESHOLD_DEAD)) + Zombify(H) + break + if(times_fired % 4 == 0) + for(var/mob/living/simple_animal/K in oview(src, 1)) //Only for corpse right next to/on same tile + if(K.stat == DEAD || (!K.check_death_method() && K.health <= HEALTH_THRESHOLD_DEAD)) + visible_message(span_danger("[src] consumes [K] whole!")) + if(health < maxHealth) + health += 10 + qdel(K) + break + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/OpenFire(atom/A) + if(check_friendly_fire) + for(var/turf/T in get_line(src,A)) // Not 100% reliable but this is faster than simulating actual trajectory + for(var/mob/living/L in T) + if(L == src || L == A) + continue + if(faction_check_mob(L) && !attack_same) + return + visible_message(span_danger("[src] [ranged_message] at [A]!")) + throw_at(A, jumpdistance, jumpspeed, spin = FALSE, diagonals_first = TRUE) + ranged_cooldown = world.time + ranged_cooldown_time + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/proc/Zombify(mob/living/carbon/human/H) + if(!H.check_death_method()) + H.death() + var/obj/item/organ/external/head/head_organ = H.get_organ("head") + is_zombie = TRUE + if(H.wear_suit) + var/obj/item/clothing/suit/armor/A = H.wear_suit + if(A.armor && A.armor.getRating("melee")) + maxHealth += A.armor.getRating("melee") //That zombie's got armor, I want armor! + maxHealth += 200 + health = maxHealth + name = "zombie" + desc = "A corpse animated by the alien being on its head." + melee_damage_lower = 10 + melee_damage_upper = 15 + ranged = 0 + stat_attack = CONSCIOUS // Disables their targeting of dead mobs once they're already a zombie + icon = H.icon + speak = list('modular_ss220/mobs/sound/creatures/zombie_idle1.ogg','modular_ss220/mobs/sound/creatures/zombie_idle2.ogg','modular_ss220/mobs/sound/creatures/zombie_idle3.ogg') + speak_chance = 50 + speak_emote = list("groans") + attacktext = "грызёт" + attack_sound = 'modular_ss220/mobs/sound/creatures/zombie_attack.ogg' + icon_state = "zombie2_s" + if(head_organ) + head_organ.h_style = null + H.update_hair() + host_species = H.dna.species.name + human_overlays = H.overlays + update_icons() + H.forceMove(src) + visible_message(span_warning("The corpse of [H.name] suddenly rises!")) + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/death() + ..() + if(is_zombie) + qdel(src) + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/handle_automated_speech() // This way they have different screams when attacking, sometimes. Might be seen as sphagetthi code though. + if(speak_chance) + if(rand(0,200) < speak_chance) + if(speak && speak.len) + playsound(get_turf(src), pick(speak), 200, 1) + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/Destroy() + if(contents) + for(var/mob/M in contents) + M.loc = get_turf(src) + return ..() + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/update_icons() + . = ..() + if(is_zombie) + overlays.Cut() + overlays = human_overlays + var/image/I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "headcrabpod") + if(host_species == "Vox") + I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "headcrabpod_vox") + else if(host_species == "Gray") + I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "headcrabpod_gray") + overlays += I + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/CanAttack(atom/the_target) + if(stat_attack == DEAD && isliving(the_target) && !ishuman(the_target)) + var/mob/living/L = the_target + if(L.stat == DEAD) + // Override default behavior of stat_attack, to stop headcrabs targeting dead mobs they cannot infect, such as silicons. + return FALSE + return ..() + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast + name = "fast headcrab" + desc = "A fast parasitic creature that would like to connect with your brain stem." + icon = 'modular_ss220/mobs/icons/mob/headcrab.dmi' + icon_state = "fast_headcrab" + icon_living = "fast_headcrab" + icon_dead = "fast_headcrab_dead" + health = 40 + maxHealth = 40 + ranged_cooldown_time = 30 + jumpdistance = 8 + jumpspeed = 2 + speak_emote = list("screech") + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast/update_icons() + . = ..() + if(is_zombie) + overlays.Cut() + overlays = human_overlays + var/image/I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "fast_headcrabpod") + if(host_species == "Vox") + I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "fast_headcrabpod_vox") + else if(host_species == "Gray") + I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "fast_headcrabpod_gray") + overlays += I + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/fast/Zombify(mob/living/carbon/human/H) + . = ..() + speak = list('modular_ss220/mobs/sound/creatures/fast_zombie_idle1.ogg','modular_ss220/mobs/sound/creatures/fast_zombie_idle2.ogg','modular_ss220/mobs/sound/creatures/fast_zombie_idle3.ogg') + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/poison + name = "poison headcrab" + desc = "A poison parasitic creature that would like to connect with your brain stem." + icon = 'modular_ss220/mobs/icons/mob/headcrab.dmi' + icon_state = "poison_headcrab" + icon_living = "poison_headcrab" + icon_dead = "poison_headcrab_dead" + health = 80 + maxHealth = 80 + ranged_cooldown_time = 50 + jumpdistance = 3 + jumpspeed = 1 + melee_damage_lower = 8 + melee_damage_upper = 20 + attack_sound = 'modular_ss220/mobs/sound/creatures/ph_scream1.ogg' + speak_emote = list("screech") + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/poison/update_icons() + . = ..() + if(is_zombie) + overlays.Cut() + overlays = human_overlays + var/image/I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "poison_headcrabpod") + if(host_species == "Vox") + I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "poison_headcrabpod_vox") + else if(host_species == "Gray") + I = image('modular_ss220/mobs/icons/mob/headcrab.dmi', icon_state = "poison_headcrabpod_gray") + overlays += I + + +/mob/living/simple_animal/hostile/blackmesa/xen/headcrab/poison/AttackingTarget() + . = ..() + if(iscarbon(target) && target.reagents) + var/inject_target = pick("chest", "head") + var/mob/living/carbon/C = target + if(C.IsStunned() || C.can_inject(null, FALSE, inject_target, FALSE)) + if(C.AmountEyeBlurry() < 60) + C.AdjustEyeBlurry(10) + visible_message(span_danger("[src] buries its fangs deep into the [inject_target] of [target]!")) diff --git a/modular_ss220/mobs/code/simple_animal/hostile/lizard.dm b/modular_ss220/mobs/code/simple_animal/hostile/lizard.dm new file mode 100644 index 000000000000..da2e3befb375 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/lizard.dm @@ -0,0 +1,71 @@ +/mob/living/simple_animal/hostile/lizard + name = "игуана" + desc = "Грациозный предок космодраконов. Её взгляд не вызывает никаких враждебных подозрений... Но она по прежнему хочет съесть вас." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "iguana" + icon_living = "iguana" + icon_dead = "iguana_dead" + speak = list("RAWR!","Rawr!","GRR!","Growl!") + speak_emote = list("growls", "roars") + emote_hear = list("rawrs","grumbles","grawls") + emote_see = list("stares ferociously", "stomps") + speak_chance = 1 + turns_per_move = 5 + see_in_dark = 6 + butcher_results = list(/obj/item/food/monstermeat/lizardmeat = 3, /obj/item/stack/sheet/animalhide/lizard = 1) + response_help = "погладил" + response_disarm = "аккуратно оттолкнул" + response_harm = "ударил" + stop_automated_movement_when_pulled = 0 + speed = 2 + maxHealth = 40 + health = 40 + blood_volume = BLOOD_VOLUME_NORMAL + obj_damage = 60 + melee_damage_lower = 20 + melee_damage_upper = 30 + attacktext = "терзает" + attack_sound = 'sound/weapons/bite.ogg' + death_sound = 'modular_ss220/mobs/sound/creatures/lizard_death_big.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/lizard_angry1.ogg', 'modular_ss220/mobs/sound/creatures/lizard_angry2.ogg', 'modular_ss220/mobs/sound/creatures/lizard_angry3.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/lizard_damaged.ogg') + footstep_type = FOOTSTEP_MOB_CLAW + + minbodytemp = 250 //Weak to cold + maxbodytemp = T0C + 200 + + gold_core_spawnable = HOSTILE_SPAWN + +/mob/living/simple_animal/hostile/lizard/gator + name = "аллигатор" + desc = "Величавый аллигатор, так и норовящийся оторвать от вас самый лакомый кусочек. Или кусок. Не путать с крокодилом!" + icon_state = "gator" + icon_living = "gator" + icon_dead = "gator_dead" + butcher_results = list(/obj/item/food/monstermeat/lizardmeat = 7, /obj/item/stack/sheet/animalhide/lizard = 5) + speed = 4 + maxHealth = 200 + health = 200 + obj_damage = 80 + melee_damage_lower = 30 + melee_damage_upper = 80 + +/mob/living/simple_animal/hostile/lizard/croco + name = "крокодил" + desc = "Не стоит сувать голову ему в пасть! Это негативно сказывается на умственных способностях" + icon_state = "steppy" + icon_living = "steppy" + icon_dead = "steppy_dead" + butcher_results = list(/obj/item/food/monstermeat/lizardmeat = 5, /obj/item/stack/sheet/animalhide/lizard = 3) + maxHealth = 100 + health = 100 + obj_damage = 80 + melee_damage_lower = 20 + melee_damage_upper = 50 + + + + + + + diff --git a/modular_ss220/mobs/code/simple_animal/hostile/snake.dm b/modular_ss220/mobs/code/simple_animal/hostile/snake.dm new file mode 100644 index 000000000000..101d46e3c8cd --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/snake.dm @@ -0,0 +1,5 @@ +/mob/living/simple_animal/hostile/retaliate/poison/snake + attacktext = "кусает" + attack_sound = 'sound/weapons/bite.ogg' + death_sound = 'modular_ss220/mobs/sound/creatures/snake_death.ogg' + holder_type = /obj/item/holder/snake diff --git a/modular_ss220/mobs/code/simple_animal/hostile/spider.dm b/modular_ss220/mobs/code/simple_animal/hostile/spider.dm new file mode 100644 index 000000000000..8ae8750a47d1 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/spider.dm @@ -0,0 +1,23 @@ +//Giants + +/mob/living/simple_animal/hostile/poison/giant_spider + death_sound = 'modular_ss220/mobs/sound/creatures/spider_death.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/spider_talk1.ogg', 'modular_ss220/mobs/sound/creatures/spider_talk2.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/spider_attack1.ogg', 'modular_ss220/mobs/sound/creatures/spider_attack2.ogg') + attacktext = "кусает" + response_help = "лапает" + response_disarm = "осторожно отталкивает" + friendly = "осторожно проводит лапками по" + +// Terrors +/mob/living/simple_animal/hostile/poison/terror_spider + response_help = "лапает" + response_disarm = "осторожно отталкивает" + friendly = "осторожно проводит лапками по" + death_sound = 'modular_ss220/mobs/sound/creatures/spider_death.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/spider_talk1.ogg', 'modular_ss220/mobs/sound/creatures/spider_talk2.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/spider_attack1.ogg', 'modular_ss220/mobs/sound/creatures/spider_attack2.ogg') + attacktext = "кусает" + response_help = "лапает" + response_disarm = "осторожно отталкивает" + friendly = "осторожно проводит лапками по" diff --git a/modular_ss220/mobs/code/simple_animal/hostile/syndi_rat.dm b/modular_ss220/mobs/code/simple_animal/hostile/syndi_rat.dm new file mode 100644 index 000000000000..0a780c08c10c --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/syndi_rat.dm @@ -0,0 +1,118 @@ +/mob/living/simple_animal/hostile/retaliate/syndirat + name = "Синди-мышь" + desc = "Мышь на службе синдиката?" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "syndirat" + icon_living = "syndirat" + icon_dead = "syndirat_dead" + icon_resting = "syndirat_sleep" + response_help = "pets the" + response_disarm = "gently pushes aside the" + response_harm = "stamps on the" + health = 50 + maxHealth = 50 + speak_chance = 2 + turns_per_move = 5 + pull_force = 1000 + density = 0 + ventcrawler = 2 + can_hide = 1 + can_collar = 1 + pass_flags = PASSTABLE | PASSGRILLE | PASSMOB + see_in_dark = 6 + speak = list("Слава Синдикату!","Смерть НаноТрейзен!", "У вас есть сыр?") + speak_emote = list("squeeks","squeaks","squiks") + emote_hear = list("squeeks","squeaks","squiks") + emote_see = list("runs in a circle", "shakes", "scritches at something") + + mob_size = MOB_SIZE_TINY // If theyre not at least small it doesnt seem like the treadmill works or makes sound + pass_flags = PASSTABLE + stop_automated_movement = 1 + + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + + ranged = 1 + projectiletype = /obj/item/projectile/beam/disabler + + attack_sound = 'sound/weapons/punch1.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/rat_talk.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/rat_wound.ogg') + death_sound = 'modular_ss220/mobs/sound/creatures/rat_death.ogg' + + harm_intent_damage = 5 + melee_damage_lower = 5 + melee_damage_upper = 5 + var/chew_probability = 1 + var/squeak_sound = 'sound/creatures/mousesqueak.ogg' + +/mob/living/simple_animal/hostile/retaliate/syndirat/Initialize(mapload) + . = ..() + AddComponent(/datum/component/squeak, list('sound/creatures/mousesqueak.ogg' = 1), 100, extrarange = SHORT_RANGE_SOUND_EXTRARANGE) //as quiet as a mouse or whatever + +/mob/living/simple_animal/hostile/retaliate/syndirat/handle_automated_action() + if(prob(chew_probability) && isturf(loc)) + var/turf/simulated/floor/F = get_turf(src) + if(istype(F) && !F.intact) + var/obj/structure/cable/C = locate() in F + if(C && prob(15)) + if(C.get_available_power() && !HAS_TRAIT(src, TRAIT_SHOCKIMMUNE)) + visible_message(span_warning("[src] chews through [C]. It's toast!")) + playsound(src, 'sound/effects/sparks2.ogg', 100, 1) + toast() // mmmm toasty. + else + visible_message(span_warning("[src] chews through [C].")) + investigate_log("was chewed through by a mouse at [COORD(F)]", "wires") + C.deconstruct() + +/mob/living/simple_animal/hostile/retaliate/syndirat/proc/toast() + add_atom_colour("#3A3A3A", FIXED_COLOUR_PRIORITY) + desc = "It's toast." + death() + +/mob/living/simple_animal/hostile/retaliate/syndirat/handle_automated_speech() + ..() + if(prob(speak_chance) && !incapacitated()) + playsound(src, squeak_sound, 100, 1) + +/mob/living/simple_animal/hostile/retaliate/syndirat/handle_automated_movement() + . = ..() + if(resting) + if(prob(1)) + on_standing_up() + else if(prob(5)) + custom_emote(2, "snuffles") + else if(prob(0.5)) + on_lying_down() + +/mob/living/simple_animal/hostile/retaliate/syndirat/Crossed(AM as mob|obj, oldloc) + if(ishuman(AM)) + if(!stat) + var/mob/M = AM + to_chat(M, span_notice("[bicon(src)] Squeek!")) + ..() + +/mob/living/simple_animal/hostile/retaliate/syndirat/emote(emote_key, type_override = 1, message, intentional, force_silence) + if(stat != CONSCIOUS) + return + + var/on_CD = 0 + emote_key = lowertext(emote_key) + switch(emote_key) + if("squeak") //Mouse time + on_CD = start_audio_emote_cooldown() + else + on_CD = 0 + + if(!force_silence && on_CD == 1) + return + + switch(emote_key) + if("squeak") + message = "[pick(emote_hear)]!" + type_override = 2 //audible + playsound(src, squeak_sound, 40, 1) + if("help") + to_chat(src, "scream, squeak") + + ..() diff --git a/modular_ss220/mobs/code/simple_animal/hostile/undead.dm b/modular_ss220/mobs/code/simple_animal/hostile/undead.dm new file mode 100644 index 000000000000..7a9db442d4cd --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/hostile/undead.dm @@ -0,0 +1,12 @@ +/mob/living/simple_animal/hostile/undead + attacktext = "бьет" + attack_sound = 'modular_ss220/mobs/sound/creatures/zombie_attack.ogg' + death_sound = 'modular_ss220/mobs/sound/creatures/zombie_idle2.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/zombie_idle1.ogg', 'modular_ss220/mobs/sound/creatures/zombie_idle3.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/zombie_idle1.ogg', 'modular_ss220/mobs/sound/creatures/zombie_idle2.ogg', 'modular_ss220/mobs/sound/creatures/zombie_idle3.ogg') + +/mob/living/simple_animal/hostile/undead/zombie/fast + death_sound = 'modular_ss220/mobs/sound/creatures/fast_zombie_idle3.ogg' + talk_sound = list('modular_ss220/mobs/sound/creatures/fast_zombie_idle1.ogg', 'modular_ss220/mobs/sound/creatures/fast_zombie_idle2.ogg') + damaged_sound = list('modular_ss220/mobs/sound/creatures/fast_zombie_idle1.ogg') + diff --git a/modular_ss220/mobs/code/simple_animal/items.dm b/modular_ss220/mobs/code/simple_animal/items.dm new file mode 100644 index 000000000000..9c792a9d2ac1 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/items.dm @@ -0,0 +1,56 @@ +// Meat +/obj/item/food/meat/dog + name = "dog meat" + desc = "Не слишком питательно. Но говорят деликатес космокорейцев." + list_reagents = list("protein" = 2, "epinephrine" = 2) + +/obj/item/food/meat/security + name = "security meat" + desc = "Мясо наполненное чувством мужества и долга." + list_reagents = list("protein" = 3, "epinephrine" = 5) + +/obj/item/food/meat/pug + name = "pug meat" + desc = "Чуть менее очарователен в нарезке." + list_reagents = list("protein" = 2, "epinephrine" = 2) + +/obj/item/food/meat/ham/old + name = "жесткая ветчина" + desc = "Мясо почтенного хряка." + list_reagents = list("protein" = 2, "porktonium" = 10) + +/obj/item/food/meat/mouse + name = "мышатина" + desc = "На безрыбье и мышь мясо. Кто знает чем питался этот грызун до его подачи к столу." + icon = 'modular_ss220/mobs/icons/items.dmi' + icon_state = "meat_clear" + list_reagents = list("nutriment" = 2, "blood" = 3, "toxin" = 1) + +/obj/item/food/salmonmeat/snailmeat + name = "snail meat" + desc = "Сырая космо-улитка в собственном соку." + filling_color = "#6bb4a8" + list_reagents = list("protein" = 5, "vitamin" = 5) + +/obj/item/food/salmonmeat/turtlemeat + name = "snail meat" + desc = "Сырая космо-улитка в собственном соку." + filling_color = "#2fa24c" + list_reagents = list("protein" = 10, "vitamin" = 8) + +/obj/structure/bed/dogbed/pet + name = "Удобная лежанка" + desc = "Комфортная лежанка для любимейшего питомца отдела." + anchored = TRUE + +// Останки +/obj/effect/decal/remains/mouse + name = "remains" + desc = "Некогда бывшая мышь. Её останки. Больше не будет пищать..." + icon = 'modular_ss220/mobs/icons/items.dmi' + icon_state = "mouse_skeleton" + anchored = FALSE + move_resist = MOVE_FORCE_EXTREMELY_WEAK + +/obj/effect/decal/remains/mouse/water_act(volume, temperature, source, method) + . = ..() diff --git a/modular_ss220/mobs/code/simple_animal/mobs.dm b/modular_ss220/mobs/code/simple_animal/mobs.dm new file mode 100644 index 000000000000..1decab575cf3 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/mobs.dm @@ -0,0 +1,16 @@ +/mob/living/simple_animal/cockroach + death_sound = 'modular_ss220/mobs/sound/creatures/crack_death2.ogg' + +/mob/living/simple_animal/hostile/feral_cat + blood_volume = BLOOD_VOLUME_NORMAL + attacktext = "рвёт" + +/mob/living/simple_animal/hostile/headslug + attacktext = "грызёт" + holder_type = /obj/item/holder/headslug + +/mob/living/simple_animal/hostile/retaliate/clown/goblin + holder_type = /obj/item/holder/clowngoblin + +/mob/living/simple_animal/parrot + holder_type = /obj/item/holder/parrot diff --git a/modular_ss220/mobs/code/simple_animal/named_animals.dm b/modular_ss220/mobs/code/simple_animal/named_animals.dm new file mode 100644 index 000000000000..31b93ad6757a --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/named_animals.dm @@ -0,0 +1,174 @@ +/mob/living/simple_animal/pig/sanya + name = "Саня" + desc = "Старый добрый хряк с сединой. Слегка подслеповат, но нюх и харизма по прежнему с ним. Чудом не пущен на мясо и дожил до почтенного возраста." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "pig_old" + icon_living = "pig_old" + icon_dead = "pig_old_dead" + butcher_results = list(/obj/item/food/meat/ham/old = 10) + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 80 + health = 80 + +/mob/living/simple_animal/pig/sanya/npc_safe(mob/user) // depriving the chef of his animals is not cool + return FALSE + +/mob/living/simple_animal/hostile/retaliate/goat/chef + name = "Боря" + desc = "Этот козёл - парнокопытное гурме шефа, в его мрачных глазах-бусинках так и читается амибициозный нрав! Он не твой друг, ведь за каждым игривым прыжком может скрываться неожиданный выпад." + gold_core_spawnable = NO_SPAWN + +/mob/living/simple_animal/cow/betsy + name = "Бетси" + desc = "Старая добрая старушка. Нескончаемый источник природного молока без ГМО. Ну почти без ГМО..." + gold_core_spawnable = NO_SPAWN + +/mob/living/simple_animal/chicken/wife + name = "Галя" + desc = "Почетная наседка. Жена Коммандора, следующая за ним в коммандировки по космическим станциям." + icon_state = "chicken_white" + icon_living = "chicken_white" + icon_dead = "chicken_white_dead" + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 20 + health = 20 + +/mob/living/simple_animal/chicken/wife/npc_safe(mob/user) // depriving the chef of his animals is not cool + return FALSE + +/mob/living/simple_animal/cock/clucky + name = "Коммандор Клакки" + desc = "Его великая армия бесчисленна. Ко-ко-ко." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 40 // Veteran + health = 40 + +/mob/living/simple_animal/cock/clucky/npc_safe(mob/user) // depriving the chef of his animals is not cool + return FALSE + +/mob/living/simple_animal/goose/scientist + name = "Гуськор" + desc = "Учёный Гусь. Везде учусь. Крайне умная и задиристая птица. Обожает генетику. Надеемся это не бывший пропавший генетик..." + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "goose_labcoat" + icon_living = "goose_labcoat" + icon_dead = "goose_labcoat_dead" + icon_resting = "goose_labcoat_rest" + attacktext = "умно щипает" + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 80 + health = 80 + resting = TRUE + +/mob/living/simple_animal/goose/scientist/npc_safe(mob/user) + return FALSE + +/mob/living/simple_animal/hostile/lizard/croco/gena + name = "Гена" + desc = "Крокодил обожающий музыкальные инструменты и плюшевые игрушки. Пожевать." + faction = list("neutral") + +/mob/living/simple_animal/mouse/brown/demon + name = "Мышедемон" + desc = "Секретная разработка синдиката. Сидит тут потому, что сам хочет" + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 20 + health = 20 + +/mob/living/simple_animal/mouse/brown/demon/update_desc() + . = ..() + desc = initial(desc) + +// rats +/mob/living/simple_animal/mouse/rat/ratatui + name = "Рататуй" + real_name = "Рататуй" + desc = "Личная крыса шеф повара, помогающая ему при готовке наиболее изысканных блюд. До момента пока он не пропадет и повар не начнет готовить что-то новенькое..." + mouse_color = "gray" + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 20 + health = 20 + +/mob/living/simple_animal/mouse/rat/ratatui/update_desc() + . = ..() + desc = initial(desc) + +/mob/living/simple_animal/mouse/rat/irish/remi + name = "Реми" + real_name = "Реми" + desc = "Близкий друг Рататуя. Не любимец повара, но пока тот не мешает на кухне, ему разрешили здесь остаться. Очень толстая крыса." + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 25 + health = 25 + transform = matrix(1.250, 0, 0, 0, 1, 0) // Толстячок на +2 пикселя + +/mob/living/simple_animal/mouse/rat/irish/remi/update_desc() + . = ..() + desc = initial(desc) + +/mob/living/simple_animal/mouse/rat/white/brain + name = "Брейн" + real_name = "Брейн" + desc = "Сообразительная личная лабораторная крыса директора исследований, даже освоившая речь. Настолько часто сбегал, что его перестали помещать в клетку. Он явно хочет захватить мир. Где-то спрятался его напарник..." + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 20 + health = 20 + universal_speak = 1 + resting = TRUE + +/mob/living/simple_animal/mouse/rat/white/brain/update_desc() + . = ..() + desc = initial(desc) + +/obj/effect/decal/remains/mouse/pinkie + name = "Пинки" + desc = "Когда-то это был напарник самой сообразительной крысы в мире. К сожалению он таковым не являлся..." + anchored = TRUE + +// hamster +/mob/living/simple_animal/mouse/hamster/representative + name = "представитель Алексей" + desc = "Представитель федерации хомяков. Проявите уважение при его виде, ведь он с позитивным исходом решил немало дипломатических вопросов между федерацией мышей, республикой крыс и корпорацией Нанотрейзен. Да и кто вообще хомяка так назвал?!" + icon = 'modular_ss220/mobs/icons/mob/animal.dmi' + icon_state = "hamster_rep" + icon_living = "hamster_rep" + icon_dead = "hamster_rep_dead" + icon_resting = "hamster_rep_rest" + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + holder_type = /obj/item/holder/hamster_rep + maxHealth = 20 + health = 20 + resting = TRUE + +/mob/living/simple_animal/possum/poppy + name = "Ключик" + desc = "Маленький работяга. Его жилетка подчеркивает его рабочие... лапы. Тот еще трудяга. Очень не любит ассистентов в инженерном отделе. И Полли. Интересно, почему?" + icon_state = "possum_poppy" + icon_living = "possum_poppy" + icon_dead = "possum_poppy_dead" + icon_resting = "possum_poppy_sleep" + icon_harm = "possum_poppy_aaa" + maxHealth = 50 + health = 50 + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + holder_type = /obj/item/holder/possum/poppy + +/mob/living/simple_animal/frog/wednesday + name = "Среда" + real_name = "Среда" + desc = "Это Среда, мои чуваки!" + maxHealth = 20 + health = 20 + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN diff --git a/modular_ss220/mobs/code/simple_animal/overrides.dm b/modular_ss220/mobs/code/simple_animal/overrides.dm new file mode 100644 index 000000000000..4bc28f829b41 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/overrides.dm @@ -0,0 +1,106 @@ +/mob/living/simple_animal + response_help = "тычет" + response_disarm = "толкает" + response_harm = "пихает" + attacktext = "атакует" + attack_sound = null + friendly = "утыкается в" //If the mob does no damage with it's attack + var/list/damaged_sound = null // The sound played when player hits animal + var/list/talk_sound = null // The sound played when talk + + +/mob/living/simple_animal/say(message, verb, sanitize, ignore_speech_problems, ignore_atmospherics) + . = ..() + if(. && length(src.talk_sound)) + playsound(src, pick(src.talk_sound), 75, TRUE) + +/mob/living/simple_animal/attacked_by(obj/item/I, mob/living/user) + . = ..() + if(. && length(src.damaged_sound) && src.stat != DEAD) + playsound(src, pick(src.damaged_sound), 40, 1) + +/mob/living/simple_animal/attack_hand(mob/living/carbon/human/M) + . = ..() + if(. && length(src.damaged_sound) && src.stat != DEAD) + playsound(src, pick(src.damaged_sound), 40, 1) + +/mob/living/simple_animal/attack_animal(mob/living/simple_animal/M) + . = ..() + if(. && length(src.damaged_sound) && src.stat != DEAD) + playsound(src, pick(src.damaged_sound), 40, 1) + +/mob/living/simple_animal/attack_alien(mob/living/carbon/alien/humanoid/M) + . = ..() + if(. && length(src.damaged_sound) && src.stat != DEAD) + playsound(src, pick(src.damaged_sound), 40, 1) + +/mob/living/simple_animal/attack_larva(mob/living/carbon/alien/larva/L) + . = ..() + if(. && length(src.damaged_sound) && src.stat != DEAD) + playsound(src, pick(src.damaged_sound), 40, 1) + +/mob/living/simple_animal/attack_slime(mob/living/simple_animal/slime/M) + . = ..() + if(. && length(src.damaged_sound) && src.stat != DEAD) + playsound(src, pick(src.damaged_sound), 40, 1) + +/mob/living/simple_animal/attack_robot(mob/living/user) + . = ..() + if(. && length(src.damaged_sound) && src.stat != DEAD) + playsound(src, pick(src.damaged_sound), 40, 1) + + +// Simple animal procs +/mob/living/simple_animal/start_pulling(atom/movable/AM, state, force = pull_force, show_message = FALSE) + if(pull_constraint(AM, show_message)) + return ..() + +/mob/living/simple_animal/proc/pull_constraint(atom/movable/AM, show_message = FALSE) + return TRUE + + +// Animals additions + +/* Megafauna */ +/mob/living/simple_animal/hostile/megafauna/legion + death_sound = 'modular_ss220/mobs/sound/creatures/legion_death.ogg' + +/mob/living/simple_animal/hostile/megafauna/legion/death(gibbed) + for(var/area/lavaland/L in world) + SEND_SOUND(L, sound('modular_ss220/mobs/sound/creatures/legion_death_far.ogg')) + . = ..() + +/* Nar Sie */ +/obj/singularity/narsie/large/Destroy() + SEND_SOUND(world, sound('modular_ss220/mobs/sound/creatures/narsie_rises.ogg')) + . = ..() + + +/* Loot Drops */ +/obj/effect/spawner/random/bluespace_tap/organic/Initialize(mapload) + . = ..() + LAZYADD(loot, list( + //mob/living/simple_animal/pet/dog/corgi = 5, + + /mob/living/simple_animal/pet/dog/brittany = 2, + /mob/living/simple_animal/pet/dog/german = 2, + /mob/living/simple_animal/pet/dog/tamaskan = 2, + /mob/living/simple_animal/pet/dog/bullterrier = 2, + + //mob/living/simple_animal/pet/cat = 5, + + /mob/living/simple_animal/pet/cat/cak = 2, + /mob/living/simple_animal/pet/cat/fat = 2, + /mob/living/simple_animal/pet/cat/white = 2, + /mob/living/simple_animal/pet/cat/birman = 2, + /mob/living/simple_animal/pet/cat/spacecat = 2, + + //mob/living/simple_animal/pet/dog/fox = 5, + + /mob/living/simple_animal/pet/dog/fox/forest = 2, + /mob/living/simple_animal/pet/dog/fox/fennec = 2, + /mob/living/simple_animal/possum = 2, + + /mob/living/simple_animal/pet/penguin = 5, + //mob/living/simple_animal/pig = 5, + )) diff --git a/modular_ss220/mobs/code/simple_animal/pets/cat.dm b/modular_ss220/mobs/code/simple_animal/pets/cat.dm new file mode 100644 index 000000000000..b80e495c2e77 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/cat.dm @@ -0,0 +1,123 @@ +/mob/living/simple_animal/pet/cat + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + holder_type = /obj/item/holder/cat2 + +/mob/living/simple_animal/pet/cat/runtime + holder_type = /obj/item/holder/cat + +/mob/living/simple_animal/pet/cat/cak + holder_type = /obj/item/holder/cak + +/mob/living/simple_animal/pet/cat/fat + name = "fat cat" + desc = "Упитана. Счастлива." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "iriska" + icon_living = "iriska" + icon_dead = "iriska_dead" + icon_resting = "iriska" + gender = FEMALE + mob_size = MOB_SIZE_LARGE // THICK!!! + //canmove = FALSE + butcher_results = list(/obj/item/food/meat = 8) + maxHealth = 40 // Sooooo faaaat... + health = 40 + speed = 10 // TOO FAT + wander = 0 // LAZY + can_hide = 0 + resting = TRUE + holder_type = /obj/item/holder/fatcat + +/mob/living/simple_animal/pet/cat/fat/handle_automated_action() + return + +/mob/living/simple_animal/pet/cat/white + name = "white cat" + desc = "Белоснежная шерстка. Плохо различается на белой плитке, зато отлично виден в темноте!" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "penny" + icon_living = "penny" + icon_dead = "penny_dead" + icon_resting = "penny_rest" + gender = MALE + holder_type = /obj/item/holder/cak + +/mob/living/simple_animal/pet/cat/birman + name = "birman cat" + real_name = "birman cat" + desc = "Священная порода Бирма." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "crusher" + icon_living = "crusher" + icon_dead = "crusher_dead" + icon_resting = "crusher_rest" + gender = MALE + holder_type = /obj/item/holder/crusher + + +/mob/living/simple_animal/pet/cat/black + name = "black cat" + real_name = "black cat" + desc = "Он ужас летящий на крыльях ночи! Он - тыгыдык и спотыкание во тьме ночной! Бойся не заметить черного кота в тени!" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "salem" + icon_living = "salem" + icon_dead = "salem_dead" + icon_resting = "salem_rest" + gender = MALE + holder_type = /obj/item/holder/cat + +/mob/living/simple_animal/pet/cat/spacecat + name = "spacecat" + desc = "Space Kitty!!" + icon_state = "spacecat" + icon_living = "spacecat" + icon_dead = "spacecat_dead" + icon_resting = "spacecat_rest" + unsuitable_atmos_damage = 0 + minbodytemp = TCMB + maxbodytemp = T0C + 40 + holder_type = /obj/item/holder/spacecat + +//named +/mob/living/simple_animal/pet/cat/floppa + name = "Большой Шлёпа" + desc = "Он выглядит так, будто собирается совершить военное преступление." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "floppa" + icon_living = "floppa" + icon_dead = "floppa_dead" + icon_resting = "floppa_rest" + unique_pet = TRUE + +/mob/living/simple_animal/pet/cat/fat/iriska + name = "Ириска" + desc = "Упитана. Счастлива. Бюрократы её обожают. И похоже даже черезчур сильно." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + +/mob/living/simple_animal/pet/cat/white/penny + name = "Копейка" + desc = "Любит таскать монетки и мелкие предметы. Успевайте прятать их!" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + resting = TRUE + +/mob/living/simple_animal/pet/cat/birman/crusher + name = "Бедокур" + desc = "Любит крушить всё что не прикручено. Нужно вовремя прибираться." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + resting = TRUE + +/mob/living/simple_animal/pet/cat/spacecat/musya + name = "Муся" + desc = "Любимая почтенная кошка отдела токсинов. Всегда готова к вылетам!" + +/mob/living/simple_animal/pet/cat/black/salem + name = "Салем" + real_name = "Салем" + desc = "Говорят что это бывший колдун, лишенный всех своих сил и превратившейся в черного кота Советом Колдунов из-за попытки захватить мир, а в руки НТ попал чтобы отбывать своё наказание. Судя по его скверному нраву, это может быть похоже на правду." diff --git a/modular_ss220/mobs/code/simple_animal/pets/dog.dm b/modular_ss220/mobs/code/simple_animal/pets/dog.dm new file mode 100644 index 000000000000..7a17335e535f --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/dog.dm @@ -0,0 +1,165 @@ +/mob/living/simple_animal/pet/dog + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + maxHealth = 50 + health = 50 + melee_damage_type = STAMINA + melee_damage_lower = 6 + melee_damage_upper = 10 + attacktext = "кусает" + var/growl_sound = list('modular_ss220/mobs/sound/creatures/dog_grawl1.ogg','modular_ss220/mobs/sound/creatures/dog_grawl2.ogg') //Used in emote. + + butcher_results = list(/obj/item/food/meat/dog = 4) + collar_type = "dog" + +/mob/living/simple_animal/pet/dog/wuv(change, mob/M) + . = ..() + if(change) + if(change < 0) + if(M && stat != DEAD) // Same check here, even though emote checks it as well (poor form to check it only in the help case) + playsound(src, pick(src.growl_sound), 75, TRUE) + + +/mob/living/simple_animal/pet/dog/corgi + holder_type = /obj/item/holder/corgi + +/mob/living/simple_animal/pet/dog/corgi/ian/persistent_load() + . = ..() + if(age == record_age) + holder_type = /obj/item/holder/old_corgi + +/mob/living/simple_animal/pet/dog/corgi/narsie + holder_type = /obj/item/holder/narsian + maxHealth = 300 + health = 300 + melee_damage_type = STAMINA //Пади ниц! + melee_damage_lower = 50 + melee_damage_upper = 100 + +/* // При добавлении Ратвара +/mob/living/simple_animal/pet/dog/corgi/ratvar + name = "Cli-k" + desc = "It's a coolish Ian that clicks!" + icon = 'icons/mob/clockwork_mobs.dmi' + icon_state = "clik" + icon_living = "clik" + icon_dead = "clik_dead" + faction = list("neutral", "clockwork_cult") + gold_core_spawnable = NO_SPAWN + nofur = TRUE + unique_pet = TRUE + maxHealth = 100 + health = 100 + +/mob/living/simple_animal/pet/dog/corgi/ratvar/update_corgi_fluff() + ..() + speak = list("V'z fuvavat jneevbe!", "CLICK!", "KL-KL-KLIK") + speak_emote = list("growls", "barks ominously") + emote_hear = list("barks echoingly!", "woofs hauntingly!", "yaps in an judicial manner.", "mutters something unspeakable.") + emote_see = list("communes with the unnameable.", "seeks the light in souls.", "shakes.") + +/mob/living/simple_animal/pet/dog/corgi/ratvar/ratvar_act() + adjustBruteLoss(-maxHealth) +*/ + +/mob/living/simple_animal/pet/dog/corgi/puppy + maxHealth = 20 + health = 20 + butcher_results = list(/obj/item/food/meat/corgi = 1) + +/mob/living/simple_animal/pet/dog/corgi/puppy/void + maxHealth = 60 + health = 60 + holder_type = /obj/item/holder/void_puppy + +/mob/living/simple_animal/pet/dog/corgi/puppy/slime + name = "\improper slime puppy" + real_name = "slimy" + desc = "Крайне склизкий. Но прикольный!" + icon_state = "slime_puppy" + icon_living = "slime_puppy" + icon_dead = "slime_puppy_dead" + nofur = TRUE + holder_type = /obj/item/holder/slime_puppy + minbodytemp = 250 //Weak to cold + maxbodytemp = INFINITY + +/mob/living/simple_animal/pet/dog/corgi/lisa + holder_type = /obj/item/holder/lisa + +/mob/living/simple_animal/pet/dog/corgi/borgi + holder_type = /obj/item/holder/borgi + +/mob/living/simple_animal/pet/dog/pug + holder_type = /obj/item/holder/pug + maxHealth = 30 + health = 30 + +/mob/living/simple_animal/pet/dog/bullterrier + name = "bullterrier" + real_name = "bullterrier" + desc = "Кого-то его мордочка напоминает..." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "bullterrier" + icon_living = "bullterrier" + icon_dead = "bullterrier_dead" + holder_type = /obj/item/holder/bullterrier + +/mob/living/simple_animal/pet/dog/tamaskan + name = "tamaskan" + real_name = "tamaskan" + desc = "Хорошая семейная собака. Уживается с другими собаками и ассистентами." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "tamaskan" + icon_living = "tamaskan" + icon_dead = "tamaskan_dead" + holder_type = /obj/item/holder/bullterrier + +/mob/living/simple_animal/pet/dog/german + name = "german" + real_name = "german" + desc = "Немецкая овчарка с помесью двортерьера. Судя по крупу - явно не породистый." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "german" + icon_living = "german" + icon_dead = "german_dead" + +/mob/living/simple_animal/pet/dog/brittany + name = "brittany" + real_name = "brittany" + desc = "Старая порода, которую любят аристократы." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "brittany" + icon_living = "brittany" + icon_dead = "brittany_dead" + + + +// named +/mob/living/simple_animal/pet/dog/brittany/psycho + name = "Перрито" + real_name = "Перрито" + desc = "Собака, обожающая котов, особенно в сапогах, прекрасно лающая на Испанском, прошла терапевтические курсы, готова выслушать все ваши проблемы и выдать вам целебных объятий с завершением в виде почесыванием животика." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + resting = TRUE + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + +/mob/living/simple_animal/pet/dog/pug/frank + name = "Фрэнк" + real_name = "Фрэнк" + desc = "Мопс полученный в результате эксперимента ученых в черном. Почему его не забрали интересный вопрос. Похоже он всем надоел своей болтовней, после чего его лишили дара речи." + resting = TRUE + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + + +/mob/living/simple_animal/pet/dog/bullterrier/genn + name = "Геннадий" + desc = "Собачий аристократ. Выглядит очень важным и начитанным. Доброжелательный любимец ассистентов." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + maxHealth = 5 + health = 5 + resting = TRUE + diff --git a/modular_ss220/mobs/code/simple_animal/pets/fashion.dm b/modular_ss220/mobs/code/simple_animal/pets/fashion.dm new file mode 100644 index 000000000000..037344bbb529 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/fashion.dm @@ -0,0 +1,131 @@ +/obj/item + var/datum/muhtar_fashion/muhtar_fashion = null + var/datum/snake_fashion/snake_fashion = null + +/// Muhtar fashion +/datum/muhtar_fashion + var/name + var/desc + var/emote_see + var/emote_hear + var/speak + var/speak_emote + + // This isn't applied to the dog, but stores the icon_state of the + // sprite that the associated item uses + var/icon_file + var/obj_icon_state + var/obj_alpha + var/obj_color + +/datum/muhtar_fashion/New(mob/M) + name = replacetext(name, "REAL_NAME", M.real_name) + desc = replacetext(desc, "NAME", name) + +/datum/muhtar_fashion/proc/apply(mob/living/simple_animal/pet/dog/D) + if(name) + D.name = name + if(desc) + D.desc = desc + if(emote_see) + D.emote_see = emote_see + if(emote_hear) + D.emote_hear = emote_hear + if(speak) + D.speak = speak + if(speak_emote) + D.speak_emote = speak_emote + +/datum/muhtar_fashion/proc/get_overlay(dir) + if(icon_file && obj_icon_state) + var/image/muhtar = image(icon_file, obj_icon_state, dir = dir) + muhtar.alpha = obj_alpha + muhtar.color = obj_color + return muhtar + +// Item datums +/datum/muhtar_fashion/head + icon_file = 'modular_ss220/mobs/icons/muhtar_accessories.dmi' + +/datum/muhtar_fashion/mask + icon_file = 'modular_ss220/mobs/icons/muhtar_accessories.dmi' + +/datum/muhtar_fashion/head/detective + name = "Детектив REAL_NAME" + desc = "NAME sees through your lies..." + emote_see = list("investigates the area.","sniffs around for clues.","searches for scooby snacks.","takes a candycorn from the hat.") + +/datum/muhtar_fashion/mask/cigar + obj_icon_state = "cigar" + +/datum/muhtar_fashion/head/beret + name = "Лейтенант REAL_NAME" + obj_icon_state = "beret" + +// Muhtar items +/obj/item/clothing/mask/cigarette/cigar + muhtar_fashion = /datum/muhtar_fashion/mask/cigar + +/obj/item/clothing/head/det_hat + muhtar_fashion = /datum/muhtar_fashion/head/detective + +/obj/item/clothing/head/beret/sec + muhtar_fashion = /datum/muhtar_fashion/head/beret + +/// Snake fashion +/datum/snake_fashion + var/name + var/desc + var/emote_see + var/emote_hear + var/speak + var/speak_emote + + // This isn't applied to the snake, but stores the icon_state of the + // sprite that the associated item uses + var/icon_file + var/obj_icon_state + var/icon_state + var/icon_living + var/icon_dead + var/obj_alpha + var/obj_color + +/datum/snake_fashion/New(mob/M) + name = replacetext(name, "REAL_NAME", M.real_name) + desc = replacetext(desc, "NAME", name) + +/datum/snake_fashion/proc/apply(mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/D) + if(name) + D.name = name + if(desc) + D.desc = desc + if(emote_see) + D.emote_see = emote_see + if(emote_hear) + D.emote_hear = emote_hear + if(speak) + D.speak = speak + if(speak_emote) + D.speak_emote = speak_emote + +/datum/snake_fashion/proc/get_overlay() + if(icon_file && obj_icon_state) + var/image/snek = image(icon_file, obj_icon_state) + snek.alpha = obj_alpha + snek.color = obj_color + return snek + +// Item datums +/datum/snake_fashion/head + icon_file = 'modular_ss220/mobs/icons/rouge_accessories.dmi' + +/datum/snake_fashion/head/beret_hos_black + name = "Ля Руж" + desc = "Mon Dieu! C'est un serpent à trois têtes!" + speak = list("le shhh!") + emote_see = list("трясётся в наигранном страхе.", "сдаётся.","устраивает тихую битву между своими головами.", "притворяется мёртвой.","ведёт себя так будто перед ней невидимая стенка.") + +// Rouge items +/obj/item/clothing/head/hos/beret + snake_fashion = /datum/snake_fashion/head/beret_hos_black diff --git a/modular_ss220/mobs/code/simple_animal/pets/fox.dm b/modular_ss220/mobs/code/simple_animal/pets/fox.dm new file mode 100644 index 000000000000..f1fb158c8840 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/fox.dm @@ -0,0 +1,57 @@ +/mob/living/simple_animal/pet/dog/fox + yelp_sound = 'modular_ss220/mobs/sound/creatures/fox_yelp.ogg' //Used on death. + holder_type = /obj/item/holder/fox + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + +/mob/living/simple_animal/pet/dog/fox/fennec + name = "fennec" + real_name = "fennec" + desc = "Миниатюрная лисичка с очень большими ушами. Фенек, фенек, зачем тебе такие большие уши? Чтобы избегать дормитория?" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "fennec" + icon_living = "fennec" + icon_dead = "fennec_dead" + icon_resting = "fennec_rest" + see_in_dark = 10 + holder_type = /obj/item/holder/fennec + +/mob/living/simple_animal/pet/dog/fox/forest + name = "forest fox" + real_name = "forest fox" + desc = "Лесная дикая лисица. Может укусить." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "fox_forest" + icon_living = "fox_forest" + icon_dead = "fox_forest_dead" + icon_resting = "fox_forest_rest" + melee_damage_type = BRUTE + melee_damage_lower = 6 + melee_damage_upper = 12 + + + +// named + +/mob/living/simple_animal/pet/dog/fox/alisa + name = "Алиса" + desc = "Алиса, любимый питомец любого Офицера Специальных Операций. Интересно, что она говорит?" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "alisa" + icon_living = "alisa" + icon_dead = "alisa_dead" + icon_resting = "alisa_rest" + faction = list("nanotrasen") + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN + atmos_requirements = list("min_oxy" = 0, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 0, "min_co2" = 0, "max_co2" = 0, "min_n2" = 0, "max_n2" = 0) + minbodytemp = 0 + melee_damage_lower = 10 + melee_damage_upper = 20 + +/mob/living/simple_animal/pet/dog/fox/fennec/fenya + name = "Феня" + desc = "Миниатюрная лисичка c важным видом и очень большими ушами. Был пойман во время разливания огромного мороженого по формочкам и теперь Магистрат держит его при себе и следит за ним. Но похоже что ему даже нравится быть частью правосудия." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + resting = TRUE + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN diff --git a/modular_ss220/mobs/code/simple_animal/pets/pet.dm b/modular_ss220/mobs/code/simple_animal/pets/pet.dm new file mode 100644 index 000000000000..e3b107c46b3a --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/pet.dm @@ -0,0 +1,17 @@ + +/mob/living/simple_animal/pet + attacktext = "кусает" + attack_sound = 'sound/weapons/bite.ogg' + +/mob/living/simple_animal/pet/sloth + holder_type = /obj/item/holder/sloth + +/mob/living/simple_animal/pet/sloth/paperwork + name = "Пэйперворк" // Бумажник + desc = "Офисный ленивец. Так же быстро решает проблемы отделов, как и остальные агенты внутренних дел." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "cool_sloth" + icon_living = "cool_sloth" + icon_dead = "cool_sloth_dead" + unique_pet = TRUE + gold_core_spawnable = NO_SPAWN diff --git a/modular_ss220/mobs/code/simple_animal/pets/rouge.dm b/modular_ss220/mobs/code/simple_animal/pets/rouge.dm new file mode 100644 index 000000000000..c9126e86b2eb --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/rouge.dm @@ -0,0 +1,216 @@ +//Уникальный питомец Офицера Телекомов. Спрайты от Элл Гуда +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge + name = "Руж" + desc = "Уникальная трёхголовая змея Офицера Телекоммуникаций синдиката. Выращена в лаборатории. У каждой головы свой характер!" + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + mob_size = MOB_SIZE_SMALL + blood_volume = BLOOD_VOLUME_NORMAL + can_collar = TRUE + gender = FEMALE + icon_state = "rouge" + icon_living = "rouge" + icon_dead = "rouge_dead" + icon_resting = "rouge_rest" + speak_chance = 5 + speak = list("Шшш", "Тсс!", "Тц тц тц!", "ШШшшШШшшШ!") + speak_emote = list("hisses") + emote_hear = list("Зевает", "Шипит", "Дурачится", "Толкается") + emote_see = list("Высовывает язык", "Кружится", "Трясёт хвостом") + health = 20 + maxHealth = 20 + attacktext = "кусает" + melee_damage_lower = 5 + melee_damage_upper = 6 + response_help = "pets" + var/rest = FALSE + response_disarm = "shoos" + response_harm = "steps on" + var/obj/item/inventory_head + faction = list("neutral", "syndicate") + gold_core_spawnable = NO_SPAWN + unique_pet = TRUE + can_hide = 1 + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/verb/chasetail() + set name = "Chase your tail" + set desc = "d'awwww." + set category = "Animal" + visible_message("[src] [pick("dances around", "chases [p_their()] tail")].", "[pick("You dance around", "You chase your tail")].") + spin(20, 1) + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/emote(emote_key, type_override = 1, message, intentional, force_silence) + if(incapacitated()) + return + + emote_key = lowertext(emote_key) + if(!force_silence && emote_key == "hiss" && start_audio_emote_cooldown()) + return + + switch(emote_key) + if("hiss") + message = "[src] [pick(src.speak_emote)]!" + ..() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/attack_hand(mob/living/carbon/human/M) + . = ..() + switch(M.a_intent) + if(INTENT_HELP) + shh(1, M) + if(INTENT_HARM) + shh(-1, M) + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/on_lying_down(updating = 1) + ..() + if(icon_resting && stat != DEAD) + icon_state = icon_resting + rest = TRUE + if(collar_type) + collar_type = "[initial(collar_type)]_rest" + regenerate_icons() + if(inventory_head) + regenerate_icons() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/on_standing_up(updating = 1) + ..() + if(icon_resting && stat != DEAD) + icon_state = icon_living + rest = FALSE + if(collar_type) + collar_type = "[initial(collar_type)]" + regenerate_icons() + if(inventory_head) + regenerate_icons() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/proc/shh(change, mob/M) + if(!M || stat) + return + if(change > 0) + new /obj/effect/temp_visual/heart(loc) + custom_emote(1, "hisses happily!") + else + custom_emote(1, "hisses angrily!") + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/Initialize(mapload) + . = ..() + regenerate_icons() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/Destroy() + QDEL_NULL(inventory_head) + return ..() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/handle_atom_del(atom/A) + if(A == inventory_head) + inventory_head = null + regenerate_icons() + return ..() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/Life(seconds, times_fired) + . = ..() + regenerate_icons() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/death(gibbed) + ..(gibbed) + regenerate_icons() + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/getarmor(def_zone, type) + var/armorval = inventory_head?.armor.getRating(type) + if(!def_zone) + armorval *= 0.5 + else if(def_zone != "head") + armorval = 0 + return armorval + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/proc/place_on_head(obj/item/item_to_add, mob/user) + + if(istype(item_to_add, /obj/item/grenade/plastic/c4)) // last thing she ever wears, I guess + item_to_add.afterattack__legacy__attackchain(src,user,1) + return + + if(inventory_head) + if(user) + to_chat(user, span_warning("You can't put more than one hat on [src]!")) + return + if(!item_to_add) + user.visible_message( + span_notice("[user] pets [src]."), + span_notice("You rest your hand on [src]'s head for a moment.")) + if(flags_2 & HOLOGRAM_2) + return + return + + if(user && !user.unEquip(item_to_add)) + to_chat(user, span_warning("\The [item_to_add] is stuck to your hand, you cannot put it on [src]'s head!")) + return 0 + + var/valid = FALSE + if(ispath(item_to_add.snake_fashion, /datum/snake_fashion/head)) + valid = TRUE + + if(valid) + if(health <= 0) + to_chat(user, span_notice("Безжизненный взгляд в глазах [real_name] никак не меняется, когда вы надеваете [item_to_add] на неё.")) + else if(user) + user.visible_message( + span_notice("[user] надевает [item_to_add] на центральную голову [real_name]. [src] смотрит на [user] и довольно шипит."), + span_notice("Вы надеваете [item_to_add] на голову [real_name]. [src] озадачено смотрит на вас, пока другие головы смотрят на центральную с завистью."), + span_italics("Вы слышите дружелюбное шипение.")) + item_to_add.forceMove(src) + inventory_head = item_to_add + update_snek_fluff() + regenerate_icons() + else + to_chat(user, span_warning("Вы надеваете [item_to_add] на голову [src], но она скидывает [item_to_add] с себя!")) + item_to_add.forceMove(drop_location()) + if(prob(25)) + step_rand(item_to_add) + for(var/i in list(1,2,4,8,4,8,4,dir)) + setDir(i) + sleep(1) + + return valid + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/proc/update_snek_fluff() //имя, описание, эмоуты + // First, change back to defaults + name = real_name + desc = initial(desc) + // BYOND/DM doesn't support the use of initial on lists. + speak = list("Шшш", "Тсс!", "Тц тц тц!", "ШШшшШШшшШ!") + speak_emote = list("hisses") + emote_hear = list("Зевает", "Шипит", "Дурачится", "Толкается") + emote_see = list("Высовывает язык", "Кружится", "Трясёт хвостом") + +///Этот код скопирован с кода для корги и обнуляет показатели которые ему даёт риг. Если когда нибудь змейке дадут риг, раскомментируете/// +/* + set_light(0) + atmos_requirements = list("min_oxy" = 5, "max_oxy" = 0, "min_tox" = 0, "max_tox" = 1, "min_co2" = 0, "max_co2" = 5, "min_n2" = 0, "max_n2" = 0) + mutations.Remove(BREATHLESS) + minbodytemp = initial(minbodytemp) +*/ + if(inventory_head?.snake_fashion) + var/datum/snake_fashion/SF = new inventory_head.snake_fashion(src) + SF.apply(src) + +/mob/living/simple_animal/hostile/retaliate/poison/snake/rouge/regenerate_icons() // оверлей + ..() + if(inventory_head) + var/image/head_icon + var/datum/snake_fashion/SF = new inventory_head.snake_fashion(src) + + if(!SF.obj_icon_state) + SF.obj_icon_state = inventory_head.icon_state + if(src.rest || stat == DEAD) + SF.obj_icon_state += "_rest" + if(!SF.obj_alpha) + SF.obj_alpha = inventory_head.alpha + if(!SF.obj_color) + SF.obj_color = inventory_head.color + + if(stat || src.rest) //без сознания или отдыхает + head_icon = SF.get_overlay() + if(stat) + head_icon.pixel_y = -2 + head_icon.pixel_x = -2 + else + head_icon = SF.get_overlay() + + add_overlay(head_icon) diff --git a/modular_ss220/mobs/code/simple_animal/pets/security_dogs.dm b/modular_ss220/mobs/code/simple_animal/pets/security_dogs.dm new file mode 100644 index 000000000000..4158536d0713 --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/security_dogs.dm @@ -0,0 +1,211 @@ +/mob/living/simple_animal/pet/dog/security + name = "Мухтар" + real_name = "Мухтар" + desc = "Верный служебный пес. Он гордо несёт бремя хорошего мальчика." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "german_shep" + icon_living = "german_shep" + icon_resting = "german_shep_rest" + icon_dead = "german_shep_dead" + health = 35 + maxHealth = 35 + melee_damage_type = STAMINA + melee_damage_lower = 8 + melee_damage_upper = 10 + attacktext = "кусает" + var/obj/item/inventory_head + var/obj/item/inventory_mask + footstep_type = FOOTSTEP_MOB_CLAW + butcher_results = list(/obj/item/food/meat/security = 3) + +/mob/living/simple_animal/pet/dog/security/ranger + name = "Ranger" + real_name = "Ranger" + desc = "That's Ranger, your friendly and fierce k9. He has seen the terror of Xenomorphs, so it's best to be nice to him. RANGER LEAD THE WAY!" + icon_state = "ranger" + icon_living = "ranger" + icon_resting = "ranger_rest" + icon_dead = "ranger_dead" + +/mob/living/simple_animal/pet/dog/security/warden + name = "Джульбарс" + real_name = "Джульбарс" + desc = "Мудрый служебный пес, названный в честь единственной собаки удостоившийся боевой награды." + icon_state = "german_shep2" + icon_living = "german_shep2" + icon_resting = "german_shep2_rest" + icon_dead = "german_shep2_dead" + +/mob/living/simple_animal/pet/dog/security/detective + name = "Гав-Гавыч" + desc = "Старый служебный пёс. Он давно потерял нюх, однако детектив по-прежнему содержит и заботится о нём." + icon_state = "blackdog" + icon_living = "blackdog" + icon_dead = "blackdog_dead" + icon_resting = "blackdog_rest" + +/mob/living/simple_animal/pet/dog/security/on_lying_down(new_lying_angle) + ..() + if(icon_resting && stat != DEAD) + icon_state = icon_resting + regenerate_icons() + if(collar_type) + collar_type = "[initial(collar_type)]_rest" + regenerate_icons() + +/mob/living/simple_animal/pet/dog/security/on_standing_up(updating = 1) + ..() + if(icon_resting && stat != DEAD) + icon_state = icon_living + regenerate_icons() + if(collar_type) + collar_type = "[initial(collar_type)]" + regenerate_icons() + + +/mob/living/simple_animal/pet/dog/security/Initialize(mapload) + . = ..() + regenerate_icons() + +/mob/living/simple_animal/pet/dog/security/Destroy() + QDEL_NULL(inventory_head) + QDEL_NULL(inventory_mask) + return ..() + +/mob/living/simple_animal/pet/dog/security/handle_atom_del(atom/A) + if(A == inventory_head) + inventory_head = null + regenerate_icons() + if(A == inventory_mask) + inventory_mask = null + regenerate_icons() + return ..() + +/mob/living/simple_animal/pet/dog/security/Life(seconds, times_fired) + . = ..() + regenerate_icons() + +/mob/living/simple_animal/pet/dog/security/death(gibbed) + ..(gibbed) + regenerate_icons() + +/mob/living/simple_animal/pet/dog/security/proc/place_on_head(obj/item/item_to_add, mob/user) + + if(istype(item_to_add, /obj/item/grenade/plastic/c4)) // last thing he ever wears, I guess + item_to_add.afterattack__legacy__attackchain(src,user,1) + return + + if(inventory_head) + if(user) + to_chat(user, span_warning("You can't put more than one hat on [src]!")) + return + if(!item_to_add) + user.visible_message( + span_notice("[user] pets [src]."), + span_notice("You rest your hand on [src]'s head for a moment.")) + if(flags_2 & HOLOGRAM_2) + return + return + + if(user && !user.unEquip(item_to_add)) + to_chat(user, span_warning("\The [item_to_add] is stuck to your hand, you cannot put it on [src]'s head!")) + return 0 + + var/valid = FALSE + if(ispath(item_to_add.muhtar_fashion, /datum/muhtar_fashion/head)) + valid = TRUE + + //Various hats and items (worn on his head) change muhtar's behaviour. His attributes are reset when a hat is removed. + + if(valid) + if(health <= 0) + to_chat(user, span_notice("There is merely a dull, lifeless look in [real_name]'s eyes as you put the [item_to_add] on [p_them()].")) + else if(user) + user.visible_message( + span_notice("[user] puts [item_to_add] on [real_name]'s head. [src] looks at [user] and barks once."), + span_notice("You put [item_to_add] on [real_name]'s head. [src] gives you a peculiar look, then wags [p_their()] tail once and barks."), + span_italics("You hear a friendly-sounding bark.")) + item_to_add.forceMove(src) + inventory_head = item_to_add + update_muhtar_fluff() + regenerate_icons() + else + to_chat(user, span_warning("You set [item_to_add] on [src]'s head, but it falls off!")) + item_to_add.forceMove(drop_location()) + if(prob(25)) + step_rand(item_to_add) + for(var/i in list(1,2,4,8,4,8,4,dir)) + setDir(i) + sleep(1) + + return valid + +/mob/living/simple_animal/pet/dog/security/proc/update_muhtar_fluff() + // First, change back to defaults + name = real_name + desc = initial(desc) + // BYOND/DM doesn't support the use of initial on lists. + speak = list("YAP", "Woof!", "Bark!", "AUUUUUU") + speak_emote = list("barks", "woofs") + emote_hear = list("barks!", "woofs!", "yaps.","pants.") + emote_see = list("shakes its head.", "chases its tail.","shivers.") + desc = initial(desc) + + if(inventory_head && inventory_head.muhtar_fashion) + var/datum/muhtar_fashion/DF = new inventory_head.muhtar_fashion(src) + DF.apply(src) + + if(inventory_mask && inventory_mask.muhtar_fashion) + var/datum/muhtar_fashion/DF = new inventory_mask.muhtar_fashion(src) + DF.apply(src) + +/mob/living/simple_animal/pet/dog/security/regenerate_icons() + ..() + if(inventory_head) + var/image/head_icon + var/datum/muhtar_fashion/DF = new inventory_head.muhtar_fashion(src) + + if(!DF.obj_icon_state) + DF.obj_icon_state = inventory_head.icon_state + if(!DF.obj_alpha) + DF.obj_alpha = inventory_head.alpha + if(!DF.obj_color) + DF.obj_color = inventory_head.color + + + if(icon_state == icon_resting) + head_icon = DF.get_overlay() + head_icon.pixel_y = -2 + else + head_icon = DF.get_overlay() + + if(health <= 0) + head_icon = DF.get_overlay(dir = EAST) + head_icon.pixel_y = -8 + head_icon.transform = turn(head_icon.transform, 180) + + add_overlay(head_icon) + + if(inventory_mask) + var/image/mask_icon + var/datum/muhtar_fashion/DF = new inventory_mask.muhtar_fashion(src) + + if(!DF.obj_icon_state) + DF.obj_icon_state = inventory_mask.icon_state + if(!DF.obj_alpha) + DF.obj_alpha = inventory_mask.alpha + if(!DF.obj_color) + DF.obj_color = inventory_mask.color + + if(icon_state == icon_resting) + mask_icon = DF.get_overlay() + mask_icon.pixel_y = -2 + else + mask_icon = DF.get_overlay() + + if(health <= 0) + mask_icon = DF.get_overlay(dir = EAST) + mask_icon.pixel_y = -11 + mask_icon.transform = turn(mask_icon.transform, 180) + + add_overlay(mask_icon) diff --git a/modular_ss220/mobs/code/simple_animal/pets/slugcat.dm b/modular_ss220/mobs/code/simple_animal/pets/slugcat.dm new file mode 100644 index 000000000000..805c44bd2b9a --- /dev/null +++ b/modular_ss220/mobs/code/simple_animal/pets/slugcat.dm @@ -0,0 +1,305 @@ +/mob/living/simple_animal/pet/slugcat + name = "слизнекот" + desc = "Удивительное существо, напоминающая кота и слизня в одном обличии. Но это не слизь, а иной вид существа. Гордость ксенобиологии. Крайне ловкое и умное, родом с планеты с опасной средой обитания. Обожает копья, не стоит давать ему его в лапки. На нем отлично смотрятся шляпы." + icon = 'modular_ss220/mobs/icons/mob/pets.dmi' + icon_state = "slugcat" + icon_living = "slugcat" + icon_dead = "slugcat_dead" + icon_resting = "slugcat_rest" + speak = list("Furrr.","Uhh.", "Hurrr.") + gender = MALE + turns_per_move = 5 + see_in_dark = 8 + health = 100 + maxHealth = 100 + blood_volume = BLOOD_VOLUME_NORMAL + melee_damage_type = STAMINA + melee_damage_lower = 0 + melee_damage_upper = 0 + attacktext = "бьет" + mob_size = MOB_SIZE_SMALL + pass_flags = PASSTABLE + ventcrawler = VENTCRAWLER_ALWAYS + can_collar = 1 + butcher_results = list(/obj/item/food/meat = 5) + response_help = "pets" + response_disarm = "gently pushes aside" + response_harm = "kicks" + gold_core_spawnable = FRIENDLY_SPAWN + footstep_type = FOOTSTEP_MOB_SLIME + faction = list("slime","neutral") + //holder_type = /obj/item/holder/cat2 + + //Шляпы для слизнекота! + var/obj/item/inventory_head + var/obj/item/inventory_hand + + var/hat_offset_y = -8 + var/hat_offset_y_rest = -19 + var/hat_icon_file = 'icons/mob/clothing/head.dmi' + var/hat_icon_state + var/hat_alpha + var/hat_color + + var/is_pacifist = FALSE + var/is_reduce_damage = TRUE + +/mob/living/simple_animal/pet/slugcat/monk + name = "слизнекот-монах" + desc = "Удивительное существо, напоминающая кота и слизня в одном обличии. Но это не слизь, а иной вид существа. Гордость ксенобиологии. Крайне ловкое и умное, родом с планеты с опасной средой обитания. Не любит охоту и не умеет пользоваться копьями. На нем отлично смотрятся шляпы." + icon_state = "slugcat_monk" + icon_living = "slugcat_monk" + icon_dead = "slugcat_monk_dead" + icon_resting = "slugcat_monk_rest" + is_pacifist = TRUE + gold_core_spawnable = FRIENDLY_SPAWN + health = 80 + maxHealth = 80 + +/mob/living/simple_animal/pet/slugcat/hunter + name = "слизнекот-охотник" + desc = "Удивительное существо, напоминающая кота и слизня в одном обличии. Но это не слизь, а иной вид существа. Гордость ксенобиологии. Крайне ловкое и умное, родом с планеты с опасной средой обитания. Обожает копья и умело управляется ими, не стоит давать ему его в лапки. На нем отлично смотрятся шляпы." + icon_state = "slugcat_hunter" + icon_living = "slugcat_hunter" + icon_dead = "slugcat_hunter_dead" + icon_resting = "slugcat_hunter_rest" + is_pacifist = FALSE + is_reduce_damage = FALSE + faction = list("slime","neutral","hostile") + gold_core_spawnable = HOSTILE_SPAWN + health = 150 + maxHealth = 150 + +/mob/living/simple_animal/pet/slugcat/gold //for admins + name = "золотой слизнекот" + desc = "Уникальный золотой слизнекот полученный чудотворным путём." + icon_state = "slugcat_gold" + icon_living = "slugcat_gold" + icon_dead = "slugcat_gold_dead" + icon_resting = "slugcat_gold_rest" + is_pacifist = FALSE + is_reduce_damage = FALSE + gold_core_spawnable = NO_SPAWN + health = 300 + maxHealth = 300 + +/mob/living/simple_animal/pet/slugcat/New() + ..() + regenerate_icons() + + +/mob/living/simple_animal/pet/slugcat/attackby__legacy__attackchain(obj/item/W, mob/user, params) + if(stat != DEAD) + if(istype(W, /obj/item/clothing/head) && user.a_intent == INTENT_HELP) + place_on_head(user.get_active_hand(), user) + return + if(istype(W, /obj/item/spear) && user.a_intent != INTENT_HARM) + place_to_hand(user.get_active_hand(), user) + return + + . = ..() + +/mob/living/simple_animal/pet/slugcat/death(gibbed) + drop_hat() + drop_hand() + . = ..() + +/mob/living/simple_animal/pet/slugcat/regenerate_icons() + overlays.Cut() + ..() + + if(inventory_hand) + if(istype(inventory_hand, /obj/item/spear)) + speared() + + if(inventory_head) + var/image/head_icon + + if(!hat_icon_state) + hat_icon_state = inventory_head.icon_state + if(!hat_alpha) + hat_alpha = inventory_head.alpha + if(!hat_color) + hat_color = inventory_head.color + + head_icon = get_hat_overlay() + + add_overlay(head_icon) + +/mob/living/simple_animal/pet/slugcat/on_lying_down(updating = 1) + if(inventory_head || inventory_hand) + hat_offset_y = hat_offset_y_rest + drop_hand() + regenerate_icons() + . = ..() + +/mob/living/simple_animal/pet/slugcat/on_standing_up(updating = 1) + if(inventory_head) + hat_offset_y = initial(hat_offset_y) + regenerate_icons() + . = ..() + +/mob/living/simple_animal/pet/slugcat/proc/speared() + icon_state = "[initial(icon_state)]_spear" + + var/obj/item/spear/spear = inventory_hand + + attacktext = "бьет копьем" + attack_sound = 'sound/weapons/bladeslice.ogg' + melee_damage_type = BRUTE + melee_damage_lower = round(spear.force_unwielded / (is_reduce_damage ? 2 : 1)) + melee_damage_upper = round(spear.force_wielded / (is_reduce_damage ? 2 : 1)) + obj_damage = spear.force + +/mob/living/simple_animal/pet/slugcat/proc/unspeared() + icon_state = initial(icon_state) + attacktext = initial(attacktext) + attack_sound = initial(attack_sound) + melee_damage_type = initial(melee_damage_type) + melee_damage_lower = initial(melee_damage_lower) + melee_damage_upper = initial(melee_damage_upper) + obj_damage = initial(obj_damage) + +/mob/living/simple_animal/pet/slugcat/proc/get_hat_overlay() + if(hat_icon_file && hat_icon_state) + var/image/slugI = image(hat_icon_file, hat_icon_state) + slugI.alpha = hat_alpha + slugI.color = hat_color + slugI.pixel_y = hat_offset_y + //slugI.transform = matrix(1, 0, 1, 0, 1, 0) + return slugI + +/mob/living/simple_animal/pet/slugcat/proc/place_on_head(obj/item/item_to_add, mob/user) + if(!item_to_add) + user.visible_message( + span_notice("[user] похлопывает по голове [src.name]."), + span_notice("Вы положили руку на голову [src.name].")) + if(flags_2 & HOLOGRAM_2) + return 0 + return 0 + + if(!istype(item_to_add, /obj/item/clothing/head)) + to_chat(user, span_warning("[item_to_add.name] нельзя надеть на голову [src.name]!")) + return 0 + + if(inventory_head) + if(user) + to_chat(user, span_warning("Нельзя надеть больше одного головного убора на голову [src.name]!")) + return 0 + + if(user && !user.unEquip(item_to_add)) + to_chat(user, span_warning("[item_to_add.name] застрял в ваших руках, вы не можете его надеть на голову [src.name]!")) + return 0 + + user.visible_message( + span_notice("[user] надевает [item_to_add].name на голову [real_name]."), + span_notice("Вы надеваете [item_to_add.name] на голову [real_name]."), + span_italics("Вы слышите как что-то нацепили.")) + item_to_add.forceMove(src) + inventory_head = item_to_add + regenerate_icons() + + return 1 + +/mob/living/simple_animal/pet/slugcat/proc/remove_from_head(mob/user) + if(inventory_head) + if(inventory_head.flags & NODROP) + to_chat(user, span_warning("[inventory_head.name] застрял на голове [src.name]! Его невозможно снять!")) + return TRUE + + to_chat(user, span_warning("Вы сняли [inventory_head.name] с головы [src.name].")) + drop_item(inventory_head) + user.put_in_hands(inventory_head) + + null_hat() + + regenerate_icons() + else + to_chat(user, span_warning("На голове [src.name] нет головного убора!")) + return FALSE + + return TRUE + +/mob/living/simple_animal/pet/slugcat/proc/drop_hat() + if(inventory_head) + drop_item(inventory_head) + null_hat() + regenerate_icons() + +/mob/living/simple_animal/pet/slugcat/proc/null_hat() + inventory_head = null + hat_icon_state = null + hat_alpha = null + hat_color = null + +/mob/living/simple_animal/pet/slugcat/proc/place_to_hand(obj/item/item_to_add, mob/user) + if(!item_to_add) + user.visible_message( + span_notice("[user] пощупал лапки [src]."), + span_notice("Вы пощупали лапки [src].")) + if(flags_2 & HOLOGRAM_2) + return 0 + return 0 + + if(resting) + to_chat(user, span_warning("[src.name] спит и не принимает [item_to_add.name]!")) + return 0 + + if(!istype(item_to_add, /obj/item/spear)) + to_chat(user, span_warning("[src.name] не принимает [item_to_add.name]!")) + return 0 + + if(inventory_hand) + if(user) + to_chat(user, span_warning("Лапки [src.name] заняты [inventory_hand.name]!")) + return 0 + + if(user && !user.drop_item(item_to_add)) + to_chat(user, span_warning("[item_to_add.name] застрял в ваших руках, вы не можете его дать [src.name]!")) + return 0 + + if(is_pacifist) + to_chat(user, span_warning("[src.name] пацифист и не пользуется [item_to_add.name]!")) + return 0 + + user.visible_message( + span_notice("[real_name] выхватывает [item_to_add] с рук [user]."), + span_notice("[real_name] выхватывает [item_to_add] с ваших рук."), + span_italics("Вы видите довольные глаза.")) + move_item_to_hand(item_to_add) + + return 1 + +/mob/living/simple_animal/pet/slugcat/proc/move_item_to_hand(obj/item/item_to_add) + item_to_add.forceMove(src) + inventory_hand = item_to_add + regenerate_icons() + +/mob/living/simple_animal/pet/slugcat/proc/remove_from_hand(mob/user) + if(inventory_hand) + if(inventory_hand.flags & NODROP) + to_chat(user, span_warning("[inventory_hand.name] застрял в лапах [src]! Его невозможно отнять!")) + return TRUE + + to_chat(user, span_warning("Вы забрали [inventory_hand.name] с лап [src].")) + drop_item(inventory_hand) + user.put_in_hands(inventory_hand) + + null_hand() + + regenerate_icons() + else + to_chat(user, span_warning("В лапах [src] нечего отбирать!")) + return FALSE + + return TRUE + +/mob/living/simple_animal/pet/slugcat/proc/drop_hand() + if(inventory_hand) + drop_item(inventory_hand) + null_hand() + regenerate_icons() + +/mob/living/simple_animal/pet/slugcat/proc/null_hand() + unspeared() + inventory_hand = null diff --git a/modular_ss220/mobs/code/supplypacks/crittercrate.dm b/modular_ss220/mobs/code/supplypacks/crittercrate.dm new file mode 100644 index 000000000000..bc644327eaca --- /dev/null +++ b/modular_ss220/mobs/code/supplypacks/crittercrate.dm @@ -0,0 +1,158 @@ +//dogs +/obj/structure/closet/critter/corgi + name = "dog corgi crate" + +/obj/structure/closet/critter/pug + name = "dog pug crate" + +/obj/structure/closet/critter/dog_bullterrier + name = "dog bullterrier crate" + content_mob = /mob/living/simple_animal/pet/dog/bullterrier + +/obj/structure/closet/critter/dog_tamaskan + name = "dog tamaskan crate" + content_mob = /mob/living/simple_animal/pet/dog/tamaskan + +/obj/structure/closet/critter/dog_german + name = "dog german crate" + content_mob = /mob/living/simple_animal/pet/dog/german + +/obj/structure/closet/critter/dog_brittany + name = "dog brittany crate" + content_mob = /mob/living/simple_animal/pet/dog/brittany + + +// cats +/obj/structure/closet/critter/cat/populate_contents() + . = ..() + if(prob(5)) + content_mob = /mob/living/simple_animal/pet/cat/fat + +/obj/structure/closet/critter/cat_white + name = "white cat crate" + content_mob = /mob/living/simple_animal/pet/cat/white + +/obj/structure/closet/critter/cat_birman + name = "birman cat crate" + content_mob = /mob/living/simple_animal/pet/cat/birman + +// fox +/obj/structure/closet/critter/fox/populate_contents() + . = ..() + if(prob(30)) + content_mob = /mob/living/simple_animal/pet/dog/fox/forest + +/obj/structure/closet/critter/fennec + name = "fennec crate" + content_mob = /mob/living/simple_animal/pet/dog/fox/fennec + +// amphibians +/obj/structure/closet/critter/frog + name = "frog crate" + content_mob = /mob/living/simple_animal/frog + +/obj/structure/closet/critter/frog/populate_contents() + amount = rand(1, 3) + +/obj/structure/closet/critter/frog/toxic + name = "frog crate" + content_mob = /mob/living/simple_animal/frog/toxic + +/obj/structure/closet/critter/frog/toxic/populate_contents() + . = ..() + if(prob(25)) + content_mob = /mob/living/simple_animal/frog/toxic/scream + +/obj/structure/closet/critter/frog/scream + name = "frog crate" + content_mob = /mob/living/simple_animal/frog/scream + +/obj/structure/closet/critter/snail + name = "snail crate" + content_mob = /mob/living/simple_animal/snail + +/obj/structure/closet/critter/snail/populate_contents() + amount = rand(1, 5) + +/obj/structure/closet/critter/turtle + name = "turtle crate" + content_mob = /mob/living/simple_animal/turtle + +// lizards +/obj/structure/closet/critter/iguana + name = "iguana crate" + content_mob = /mob/living/simple_animal/hostile/lizard + +/obj/structure/closet/critter/gator + name = "gator crate" + content_mob = /mob/living/simple_animal/hostile/lizard/gator + +/obj/structure/closet/critter/croco + name = "croco crate" + content_mob = /mob/living/simple_animal/hostile/lizard/croco + +//misc +/obj/structure/closet/critter/sloth + name = "sloth crate" + content_mob = /mob/living/simple_animal/pet/sloth + +/obj/structure/closet/critter/goose + name = "goose crate" + content_mob = /mob/living/simple_animal/goose + +/obj/structure/closet/critter/gosling + name = "gosling crate" + content_mob = /mob/living/simple_animal/goose/gosling + +/obj/structure/closet/critter/gosling/populate_contents() + amount = rand(1, 3) + +/obj/structure/closet/critter/hamster + name = "hamster crate" + content_mob = /mob/living/simple_animal/mouse/hamster + +/obj/structure/closet/critter/hamster/populate_contents() + amount = rand(1, 5) + +/obj/structure/closet/critter/possum + name = "possum crate" + content_mob = /mob/living/simple_animal/possum + +/obj/structure/closet/critter/possum/populate_contents() + amount = rand(1, 5) + +/obj/structure/closet/critter/moth //ящик дорогих шуб поели моли. Увынск. + name = "ящик дорогих шуб" + content_mob = /mob/living/simple_animal/moth + var/static/prob_clothes = 50 + var/static/possible_clothes_list = list( + /obj/item/clothing/suit/pimpcoat = 50, + + /obj/item/clothing/suit/tailcoat = 25, + /obj/item/clothing/suit/victcoat = 25, + /obj/item/clothing/suit/victcoat/red = 25, + /obj/item/clothing/suit/draculacoat = 25, + /obj/item/clothing/suit/browntrenchcoat = 25, + /obj/item/clothing/suit/blacktrenchcoat = 25, + + /obj/item/clothing/suit/storage/blueshield = 5, + /obj/item/clothing/suit/sovietcoat = 5, + + /obj/item/clothing/suit/armor/vest/capcarapace/jacket = 1, + /obj/item/clothing/suit/armor/vest/capcarapace/jacket/tunic = 1, + /obj/item/clothing/suit/armor/vest/capcarapace/coat = 1, + /obj/item/clothing/suit/armor/vest/capcarapace/coat/white = 1, + ) + +/obj/structure/closet/critter/moth/populate_contents() + amount = rand(1, 5) + if(prob(50)) + content_mob = /mob/living/simple_animal/nian_caterpillar + + if(prob(prob_clothes)) + //contains = list() + var/clothes_amount = rand(1, 8) + for(var/i in 1 to clothes_amount) + var/picked = pick(possible_clothes_list) + new picked(src) + //contains.add(picked) diff --git a/modular_ss220/mobs/code/supplypacks/pack_animals.dm b/modular_ss220/mobs/code/supplypacks/pack_animals.dm new file mode 100644 index 000000000000..2558d2b1c1f3 --- /dev/null +++ b/modular_ss220/mobs/code/supplypacks/pack_animals.dm @@ -0,0 +1,142 @@ +//dogs +/datum/supply_packs/organic/corgi + name = "Dog Corgi Crate" + +/datum/supply_packs/organic/pug + name = "Dog Pug Crate" + cost = 300 + containertype = /obj/structure/closet/critter/pug + containername = "dog pug crate" + +/datum/supply_packs/organic/dog_bullterrier + name = "Dog Bullterrie Crate" + cost = 300 + containertype = /obj/structure/closet/critter/dog_bullterrier + containername = "dog bullterrie crate" + +/datum/supply_packs/organic/dog_tamaskan + name = "Dog Tamaskan Crate" + cost = 300 + containertype = /obj/structure/closet/critter/dog_tamaskan + containername = "dog tamaskan crate" + +/datum/supply_packs/organic/dog_german + name = "Dog German Crate" + cost = 300 + containertype = /obj/structure/closet/critter/dog_german + containername = "dog german crate" + +/datum/supply_packs/organic/dog_brittany + name = "Dog Brittany Crate" + cost = 300 + containertype = /obj/structure/closet/critter/dog_brittany + containername = "dog brittany crate" + +//cats +/datum/supply_packs/organic/cat/white + name = "White Cat Crate" + cost = 400 + containername = "white crate" + containertype = /obj/structure/closet/critter/cat_white + +/datum/supply_packs/organic/cat/birman + name = "Birman Cat Crate" + cost = 500 + containername = "birman crate" + containertype = /obj/structure/closet/critter/cat_birman + +//fox +/datum/supply_packs/organic/fennec + name = "Fennec Crate" + cost = 500 + containertype = /obj/structure/closet/critter/fennec + containername = "fennec crate" + +//amphibia +/datum/supply_packs/organic/frog + name = "Frog Crate" + cost = 250 + containertype = /obj/structure/closet/critter/frog + containername = "frog crate" + +/datum/supply_packs/organic/frog/toxic + name = "ERROR frog Crate" + cost = 1500 + containertype = /obj/structure/closet/critter/frog/toxic + containername = "ERROR frog crate" + hidden = 1 + +/datum/supply_packs/organic/frog/toxic + name = "LOUD frog Crate" + cost = 1000 + containertype = /obj/structure/closet/critter/frog/scream + containername = "LOUD frog crate" + hidden = 1 + +/datum/supply_packs/organic/snail + name = "Snail Crate" + cost = 600 + containertype = /obj/structure/closet/critter/snail + containername = "snail crate" + +/datum/supply_packs/organic/turtle + name = "Turtle Crate" + cost = 400 + containertype = /obj/structure/closet/critter/turtle + containername = "turtle crate" + +//lizards +/datum/supply_packs/organic/iguana + name = "Iguana Crate" + cost = 550 + containertype = /obj/structure/closet/critter/iguana + containername = "iguana crate" + +/datum/supply_packs/organic/gator + name = "Gator Crate" + cost = 1000 //most dangerous + containertype = /obj/structure/closet/critter/gator + containername = "gator crate" + +/datum/supply_packs/organic/croco + name = "Croco Crate" + cost = 850 + containertype = /obj/structure/closet/critter/croco + containername = "croco crate" + +//misc +/datum/supply_packs/organic/sloth + name = "Sloth Crate" + cost = 500 + containertype = /obj/structure/closet/critter/sloth + containername = "sloth crate" + +/datum/supply_packs/organic/goose + name = "Goose Crate" + cost = 250 + containertype = /obj/structure/closet/critter/goose + containername = "goose crate" + +/datum/supply_packs/organic/gosling + name = "Gosling Crate" + cost = 50 + containertype = /obj/structure/closet/critter/gosling + containername = "gosling crate" + +/datum/supply_packs/organic/hamster + name = "Hamster Crate" + cost = 150 + containertype = /obj/structure/closet/critter/hamster + containername = "hamster crate" + +/datum/supply_packs/organic/possum + name = "Possum Crate" + cost = 200 + containertype = /obj/structure/closet/critter/possum + containername = "possum crate" + +/datum/supply_packs/misc/moth + name = "ящик дорогих шуб" + cost = 2000 + containertype = /obj/structure/closet/critter/moth + containername = "fur crate" diff --git a/modular_ss220/mobs/icons/items.dmi b/modular_ss220/mobs/icons/items.dmi new file mode 100644 index 000000000000..24d56208221a Binary files /dev/null and b/modular_ss220/mobs/icons/items.dmi differ diff --git a/modular_ss220/mobs/icons/mob/animal.dmi b/modular_ss220/mobs/icons/mob/animal.dmi new file mode 100644 index 000000000000..8aa7c7099949 Binary files /dev/null and b/modular_ss220/mobs/icons/mob/animal.dmi differ diff --git a/modular_ss220/mobs/icons/mob/headcrab.dmi b/modular_ss220/mobs/icons/mob/headcrab.dmi new file mode 100644 index 000000000000..a1081b398350 Binary files /dev/null and b/modular_ss220/mobs/icons/mob/headcrab.dmi differ diff --git a/modular_ss220/mobs/icons/mob/inhands/mobs_lefthand.dmi b/modular_ss220/mobs/icons/mob/inhands/mobs_lefthand.dmi new file mode 100644 index 000000000000..f62231afbc2c Binary files /dev/null and b/modular_ss220/mobs/icons/mob/inhands/mobs_lefthand.dmi differ diff --git a/modular_ss220/mobs/icons/mob/inhands/mobs_righthand.dmi b/modular_ss220/mobs/icons/mob/inhands/mobs_righthand.dmi new file mode 100644 index 000000000000..b6947c613fcd Binary files /dev/null and b/modular_ss220/mobs/icons/mob/inhands/mobs_righthand.dmi differ diff --git a/modular_ss220/mobs/icons/mob/inhead/ears.dmi b/modular_ss220/mobs/icons/mob/inhead/ears.dmi new file mode 100644 index 000000000000..7876fe6d7c53 Binary files /dev/null and b/modular_ss220/mobs/icons/mob/inhead/ears.dmi differ diff --git a/modular_ss220/mobs/icons/mob/inhead/head.dmi b/modular_ss220/mobs/icons/mob/inhead/head.dmi new file mode 100644 index 000000000000..e08634fcd4dd Binary files /dev/null and b/modular_ss220/mobs/icons/mob/inhead/head.dmi differ diff --git a/modular_ss220/mobs/icons/mob/pets.dmi b/modular_ss220/mobs/icons/mob/pets.dmi new file mode 100644 index 000000000000..8e18c44950b9 Binary files /dev/null and b/modular_ss220/mobs/icons/mob/pets.dmi differ diff --git a/modular_ss220/mobs/icons/mob/unsorted.dmi b/modular_ss220/mobs/icons/mob/unsorted.dmi new file mode 100644 index 000000000000..2fc6c72b9a1c Binary files /dev/null and b/modular_ss220/mobs/icons/mob/unsorted.dmi differ diff --git a/modular_ss220/mobs/icons/muhtar_accessories.dmi b/modular_ss220/mobs/icons/muhtar_accessories.dmi new file mode 100644 index 000000000000..bad7da59ddc8 Binary files /dev/null and b/modular_ss220/mobs/icons/muhtar_accessories.dmi differ diff --git a/modular_ss220/mobs/icons/pet_carrier.dmi b/modular_ss220/mobs/icons/pet_carrier.dmi new file mode 100644 index 000000000000..927532ff3316 Binary files /dev/null and b/modular_ss220/mobs/icons/pet_carrier.dmi differ diff --git a/modular_ss220/mobs/icons/rouge_accessories.dmi b/modular_ss220/mobs/icons/rouge_accessories.dmi new file mode 100644 index 000000000000..118748c522d9 Binary files /dev/null and b/modular_ss220/mobs/icons/rouge_accessories.dmi differ diff --git a/modular_ss220/mobs/sound/creatures/bear_death.ogg b/modular_ss220/mobs/sound/creatures/bear_death.ogg new file mode 100644 index 000000000000..8b5717ae9c79 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bear_onerawr1.ogg b/modular_ss220/mobs/sound/creatures/bear_onerawr1.ogg new file mode 100644 index 000000000000..3b68421ad61e Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_onerawr1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bear_onerawr2.ogg b/modular_ss220/mobs/sound/creatures/bear_onerawr2.ogg new file mode 100644 index 000000000000..98d71af8f0ee Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_onerawr2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bear_onerawr3.ogg b/modular_ss220/mobs/sound/creatures/bear_onerawr3.ogg new file mode 100644 index 000000000000..1e2b0ef5a1d0 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_onerawr3.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bear_rawr.ogg b/modular_ss220/mobs/sound/creatures/bear_rawr.ogg new file mode 100644 index 000000000000..61565198f46f Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_rawr.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bear_talk1.ogg b/modular_ss220/mobs/sound/creatures/bear_talk1.ogg new file mode 100644 index 000000000000..bb6815c20487 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_talk1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bear_talk2.ogg b/modular_ss220/mobs/sound/creatures/bear_talk2.ogg new file mode 100644 index 000000000000..ae3dbf335758 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_talk2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bear_talk3.ogg b/modular_ss220/mobs/sound/creatures/bear_talk3.ogg new file mode 100644 index 000000000000..a8f28d93075d Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bear_talk3.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/bee.ogg b/modular_ss220/mobs/sound/creatures/bee.ogg new file mode 100644 index 000000000000..ea8dcc2b369b Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/bee.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/cat_meow.ogg b/modular_ss220/mobs/sound/creatures/cat_meow.ogg new file mode 100644 index 000000000000..f52cbd2a172f Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/cat_meow.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/caw.ogg b/modular_ss220/mobs/sound/creatures/caw.ogg new file mode 100644 index 000000000000..dc199f7f4fe6 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/caw.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/chicken_damaged1.ogg b/modular_ss220/mobs/sound/creatures/chicken_damaged1.ogg new file mode 100644 index 000000000000..6cc8e63e1511 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/chicken_damaged1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/chicken_damaged2.ogg b/modular_ss220/mobs/sound/creatures/chicken_damaged2.ogg new file mode 100644 index 000000000000..01a4308d53dc Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/chicken_damaged2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/chicken_death.ogg b/modular_ss220/mobs/sound/creatures/chicken_death.ogg new file mode 100644 index 000000000000..989c35b9d472 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/chicken_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/chicken_talk.ogg b/modular_ss220/mobs/sound/creatures/chicken_talk.ogg new file mode 100644 index 000000000000..2f38d2e6c7dc Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/chicken_talk.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/cow_damaged.ogg b/modular_ss220/mobs/sound/creatures/cow_damaged.ogg new file mode 100644 index 000000000000..7ba82ddb8f4e Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/cow_damaged.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/cow_death.ogg b/modular_ss220/mobs/sound/creatures/cow_death.ogg new file mode 100644 index 000000000000..00555ec9b620 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/cow_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/cow_talk1.ogg b/modular_ss220/mobs/sound/creatures/cow_talk1.ogg new file mode 100644 index 000000000000..1a1f03b69351 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/cow_talk1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/cow_talk2.ogg b/modular_ss220/mobs/sound/creatures/cow_talk2.ogg new file mode 100644 index 000000000000..3ad84c9134f6 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/cow_talk2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/crack_death1.ogg b/modular_ss220/mobs/sound/creatures/crack_death1.ogg new file mode 100644 index 000000000000..bad0933700b7 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/crack_death1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/crack_death2.ogg b/modular_ss220/mobs/sound/creatures/crack_death2.ogg new file mode 100644 index 000000000000..8c9ed6aa56a5 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/crack_death2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/dog_bark1.ogg b/modular_ss220/mobs/sound/creatures/dog_bark1.ogg new file mode 100644 index 000000000000..809f3897c889 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/dog_bark1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/dog_bark2.ogg b/modular_ss220/mobs/sound/creatures/dog_bark2.ogg new file mode 100644 index 000000000000..e4e27b0f8628 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/dog_bark2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/dog_grawl1.ogg b/modular_ss220/mobs/sound/creatures/dog_grawl1.ogg new file mode 100644 index 000000000000..1e55c9b09c4d Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/dog_grawl1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/dog_grawl2.ogg b/modular_ss220/mobs/sound/creatures/dog_grawl2.ogg new file mode 100644 index 000000000000..33b51191149e Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/dog_grawl2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/dog_yelp.ogg b/modular_ss220/mobs/sound/creatures/dog_yelp.ogg new file mode 100644 index 000000000000..22f1586014dc Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/dog_yelp.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_aggro1.ogg b/modular_ss220/mobs/sound/creatures/duck_aggro1.ogg new file mode 100644 index 000000000000..9c65adb557aa Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_aggro1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_aggro2.ogg b/modular_ss220/mobs/sound/creatures/duck_aggro2.ogg new file mode 100644 index 000000000000..2f70b7724dfb Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_aggro2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_quak1.ogg b/modular_ss220/mobs/sound/creatures/duck_quak1.ogg new file mode 100644 index 000000000000..a21e1022690e Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_quak1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_quak2.ogg b/modular_ss220/mobs/sound/creatures/duck_quak2.ogg new file mode 100644 index 000000000000..c841535916c0 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_quak2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_quak3.ogg b/modular_ss220/mobs/sound/creatures/duck_quak3.ogg new file mode 100644 index 000000000000..c985b116279c Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_quak3.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_talk1.ogg b/modular_ss220/mobs/sound/creatures/duck_talk1.ogg new file mode 100644 index 000000000000..9c38a1220d19 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_talk1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_talk2.ogg b/modular_ss220/mobs/sound/creatures/duck_talk2.ogg new file mode 100644 index 000000000000..43302c82dc1f Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_talk2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/duck_talk3.ogg b/modular_ss220/mobs/sound/creatures/duck_talk3.ogg new file mode 100644 index 000000000000..c511727a9d6b Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/duck_talk3.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/fast_zombie_idle1.ogg b/modular_ss220/mobs/sound/creatures/fast_zombie_idle1.ogg new file mode 100644 index 000000000000..373df5f68acb Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/fast_zombie_idle1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/fast_zombie_idle2.ogg b/modular_ss220/mobs/sound/creatures/fast_zombie_idle2.ogg new file mode 100644 index 000000000000..54d7a5890665 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/fast_zombie_idle2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/fast_zombie_idle3.ogg b/modular_ss220/mobs/sound/creatures/fast_zombie_idle3.ogg new file mode 100644 index 000000000000..f9f97049c9a5 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/fast_zombie_idle3.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/fox_yelp.ogg b/modular_ss220/mobs/sound/creatures/fox_yelp.ogg new file mode 100644 index 000000000000..83c60317f65e Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/fox_yelp.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_damaged.ogg b/modular_ss220/mobs/sound/creatures/frog_damaged.ogg new file mode 100644 index 000000000000..0a5096e51f8f Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_damaged.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_death.ogg b/modular_ss220/mobs/sound/creatures/frog_death.ogg new file mode 100644 index 000000000000..c5afa7145b84 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_scream1.ogg b/modular_ss220/mobs/sound/creatures/frog_scream1.ogg new file mode 100644 index 000000000000..9be0bebcfbd8 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_scream1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_scream2.ogg b/modular_ss220/mobs/sound/creatures/frog_scream2.ogg new file mode 100644 index 000000000000..6a635f5a676b Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_scream2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_scream_1.ogg b/modular_ss220/mobs/sound/creatures/frog_scream_1.ogg new file mode 100644 index 000000000000..0c397369b4fe Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_scream_1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_scream_2.ogg b/modular_ss220/mobs/sound/creatures/frog_scream_2.ogg new file mode 100644 index 000000000000..25dd16c0f7b5 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_scream_2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_scream_3.ogg b/modular_ss220/mobs/sound/creatures/frog_scream_3.ogg new file mode 100644 index 000000000000..232f32bd50d1 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_scream_3.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_talk1.ogg b/modular_ss220/mobs/sound/creatures/frog_talk1.ogg new file mode 100644 index 000000000000..eb34774607a1 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_talk1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/frog_talk2.ogg b/modular_ss220/mobs/sound/creatures/frog_talk2.ogg new file mode 100644 index 000000000000..f905914a3b00 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/frog_talk2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/goat_death.ogg b/modular_ss220/mobs/sound/creatures/goat_death.ogg new file mode 100644 index 000000000000..630d1ac75d50 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/goat_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/headcrab_attack.ogg b/modular_ss220/mobs/sound/creatures/headcrab_attack.ogg new file mode 100644 index 000000000000..4f6d114aa757 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/headcrab_attack.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/hoot.ogg b/modular_ss220/mobs/sound/creatures/hoot.ogg new file mode 100644 index 000000000000..a1b6b5f18fa4 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/hoot.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/legion_death.ogg b/modular_ss220/mobs/sound/creatures/legion_death.ogg new file mode 100644 index 000000000000..fdcf9c8a6596 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/legion_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/legion_death_far.ogg b/modular_ss220/mobs/sound/creatures/legion_death_far.ogg new file mode 100644 index 000000000000..3e3261687c3b Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/legion_death_far.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/legion_spawn.ogg b/modular_ss220/mobs/sound/creatures/legion_spawn.ogg new file mode 100644 index 000000000000..9fce6dec4c6c Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/legion_spawn.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/lizard_angry1.ogg b/modular_ss220/mobs/sound/creatures/lizard_angry1.ogg new file mode 100644 index 000000000000..0d73ac0d7fcd Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/lizard_angry1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/lizard_angry2.ogg b/modular_ss220/mobs/sound/creatures/lizard_angry2.ogg new file mode 100644 index 000000000000..56f1f311ae90 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/lizard_angry2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/lizard_angry3.ogg b/modular_ss220/mobs/sound/creatures/lizard_angry3.ogg new file mode 100644 index 000000000000..c68ec9e56078 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/lizard_angry3.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/lizard_damaged.ogg b/modular_ss220/mobs/sound/creatures/lizard_damaged.ogg new file mode 100644 index 000000000000..aeb97e6de64d Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/lizard_damaged.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/lizard_death.ogg b/modular_ss220/mobs/sound/creatures/lizard_death.ogg new file mode 100644 index 000000000000..300e36a33fd1 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/lizard_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/lizard_death_big.ogg b/modular_ss220/mobs/sound/creatures/lizard_death_big.ogg new file mode 100644 index 000000000000..aeb97e6de64d Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/lizard_death_big.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/mouse_squeak.ogg b/modular_ss220/mobs/sound/creatures/mouse_squeak.ogg new file mode 100644 index 000000000000..7b413d6da2a0 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/mouse_squeak.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/narsie_rises.ogg b/modular_ss220/mobs/sound/creatures/narsie_rises.ogg new file mode 100644 index 000000000000..ccd10cf115fa Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/narsie_rises.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/nymphchirp.ogg b/modular_ss220/mobs/sound/creatures/nymphchirp.ogg new file mode 100644 index 000000000000..e0e573d497d6 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/nymphchirp.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/ph_scream1.ogg b/modular_ss220/mobs/sound/creatures/ph_scream1.ogg new file mode 100644 index 000000000000..857cf11b0a21 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/ph_scream1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/pig_death.ogg b/modular_ss220/mobs/sound/creatures/pig_death.ogg new file mode 100644 index 000000000000..0b83fd283627 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/pig_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/pig_talk1.ogg b/modular_ss220/mobs/sound/creatures/pig_talk1.ogg new file mode 100644 index 000000000000..0763252277d8 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/pig_talk1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/pig_talk2.ogg b/modular_ss220/mobs/sound/creatures/pig_talk2.ogg new file mode 100644 index 000000000000..ec5a425459df Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/pig_talk2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/rat_death.ogg b/modular_ss220/mobs/sound/creatures/rat_death.ogg new file mode 100644 index 000000000000..47021115d4aa Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/rat_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/rat_squeak.ogg b/modular_ss220/mobs/sound/creatures/rat_squeak.ogg new file mode 100644 index 000000000000..99bbbbe731e9 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/rat_squeak.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/rat_talk.ogg b/modular_ss220/mobs/sound/creatures/rat_talk.ogg new file mode 100644 index 000000000000..e120c9a33336 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/rat_talk.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/rat_wound.ogg b/modular_ss220/mobs/sound/creatures/rat_wound.ogg new file mode 100644 index 000000000000..d92c85978870 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/rat_wound.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/seal_death.ogg b/modular_ss220/mobs/sound/creatures/seal_death.ogg new file mode 100644 index 000000000000..ba40ebc441a8 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/seal_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/snake_death.ogg b/modular_ss220/mobs/sound/creatures/snake_death.ogg new file mode 100644 index 000000000000..a4104f994f8c Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/snake_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/space_dragon_roar.ogg b/modular_ss220/mobs/sound/creatures/space_dragon_roar.ogg new file mode 100644 index 000000000000..f7f4503b8946 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/space_dragon_roar.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/spider_attack1.ogg b/modular_ss220/mobs/sound/creatures/spider_attack1.ogg new file mode 100644 index 000000000000..15d275799502 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/spider_attack1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/spider_attack2.ogg b/modular_ss220/mobs/sound/creatures/spider_attack2.ogg new file mode 100644 index 000000000000..c7d66176dd0a Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/spider_attack2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/spider_death.ogg b/modular_ss220/mobs/sound/creatures/spider_death.ogg new file mode 100644 index 000000000000..405b4f4842ec Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/spider_death.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/spider_talk1.ogg b/modular_ss220/mobs/sound/creatures/spider_talk1.ogg new file mode 100644 index 000000000000..e51baac6b528 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/spider_talk1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/spider_talk2.ogg b/modular_ss220/mobs/sound/creatures/spider_talk2.ogg new file mode 100644 index 000000000000..634d89c2d0ad Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/spider_talk2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/zombie_attack.ogg b/modular_ss220/mobs/sound/creatures/zombie_attack.ogg new file mode 100644 index 000000000000..1e9b2a630241 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/zombie_attack.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/zombie_idle1.ogg b/modular_ss220/mobs/sound/creatures/zombie_idle1.ogg new file mode 100644 index 000000000000..851c88deff49 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/zombie_idle1.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/zombie_idle2.ogg b/modular_ss220/mobs/sound/creatures/zombie_idle2.ogg new file mode 100644 index 000000000000..04e75da9b226 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/zombie_idle2.ogg differ diff --git a/modular_ss220/mobs/sound/creatures/zombie_idle3.ogg b/modular_ss220/mobs/sound/creatures/zombie_idle3.ogg new file mode 100644 index 000000000000..b4cd26007570 Binary files /dev/null and b/modular_ss220/mobs/sound/creatures/zombie_idle3.ogg differ diff --git a/modular_ss220/modular_ss220.dme b/modular_ss220/modular_ss220.dme new file mode 100644 index 000000000000..e80023eb857f --- /dev/null +++ b/modular_ss220/modular_ss220.dme @@ -0,0 +1,121 @@ +#include "_modpack.dm" +#include "_modpacks.dm" + +// #include "example/_example.dme" + +// --- MAINTENANCE --- // +#include "_rust_utils/_rust_utils.dme" +#include "_components/_components.dme" +#include "_defines220/_defines220.dme" +#include "_signals220/_signals220.dme" +#include "_misc/_misc.dme" +#include "_span/_span.dme" +#include "maps220/_maps220.dme" + +// --- ICONS --- // +#include "aesthetics/_aesthetics.dme" +#ifdef MODPACK_CHAT_BADGES +#include "chat_badges/_chat_badges.dme" +#endif +#include "hairs/_hairs.dme" + +// --- OBJECTS --- // +#include "awaymission_gun/_awaymission_gun.dme" +#include "barsigns/_barsigns.dme" +#include "clothing/_clothing.dme" +#include "devices/_devices.dme" +#include "food_and_drinks/_food_and_drinks.dme" +#include "gateway/_gateway.dme" +#include "hydroponics/hydroponics.dme" +#include "objects/_objects.dme" +#include "sechailer/sechailer.dme" +#include "spy_spider/_spy_spider.dme" +#include "unique_objects/_unique_objects.dme" +#include "vending/vending.dme" +#include "wire_splicing/wiresplicing.dme" +#include "silicons/_silicons.dme" +#include "windows_airbag/_windows_airbag.dme" +#include "clumsy_table/_clumsy_table.dme" +#include "pt_monitor/_pt_monitor.dme" + +// --- MISC --- // +#include "administration/_administration.dme" +#include "aesthetics_sounds/_aesthetics_sounds.dme" +#include "agent_id_tgui/_agent_id_tgui.dme" +#include "ai_integration/_ai_integration.dme" +#include "antagonists/_antagonists_vox_raiders.dme" +#include "antagonists/_antagonists.dme" +#include "autolathe_tgui/_autolathe_tgui.dme" +#include "balance/_balance.dme" +#include "bureaucracy/_bureaucracy.dme" +#include "camera_nanomap/camera.dme" +#include "cinematics/_cinematics.dme" +#include "closet_picklocking/_closet_picklocking.dme" +#include "crawl_speed/_crawl_speed.dme" +#include "credits/_credits.dme" +#include "cyrillic_fixes/_cyrillic_fixes.dme" +#include "debug/_debug.dme" +#include "detective_rework/detective_rework.dme" +#include "discord_link/_discord_link.dme" +#include "donor/_donor.dme" +#include "emotes/_emotes.dme" +#include "events/_events.dme" +#include "gunhud/_gunhud.dme" +#include "instruments/_instruments.dme" +#include "jobs/_jobs.dme" +#include "jukebox/_jukebox.dme" +#include "keybindings/_keybindings.dme" +#include "loadout/_loadout.dme" +#include "logs/_logs.dme" +#include "mecha_skins/mecha_skins.dme" +#include "mobs/_mobs.dme" +#include "outfits/_outfits.dme" +#include "phrases/_phrases.dme" +#include "pixel_shift/_pixel_shift.dme" +#include "preferences/_preferences.dme" +#include "queue/_queue.dme" +#include "redis220/_redis220.dme" +#include "robolimbs/_robolimbs.dme" +#include "screentip_change/_screentip_change.dme" +#include "shuttles/_shuttles.dme" +#include "sm_space_drop/sm_space_drop.dme" +#include "smart_equip_targeted/_smart_equip_targeted.dme" +#include "species_whitelist/_species_whitelist.dme" +#include "species/_species.dme" +#include "speech_filter/_speech_filter.dme" +#include "station_traits/_station_traits.dme" +#include "text_to_speech/_tts.dme" +#include "title_screen/_title_screen.dme" +#include "translations/_translations.dme" +#include "uplink_items/_uplink_items.dme" +#include "verbs/_verbs.dme" +#include "whitelist/_whitelist.dme" +#include "world_view_bigger/_world_view_bigger.dme" + +// --- PRIME --- // +// #define MODPACK_MAIN_ONLY +// Чтобы отключить модпаки прайма, нужно добавиту строку выше в code/__DEFINES/_ss220.dm. +// Изначально они включены. Сделано так, по двум причинам. +// 1. Добавить новый дефайн на мейне на хосте куда проще, чем на прайме. +// 2. Так модпаки прайма будут включены в тестах и линтере. +#ifndef MODPACK_MAIN_ONLY +#include "security_redalert_accesses/_security_redalert_accesses.dme" +#include "prime_only/_prime.dme" +#endif + +// --- UNUSED MODS --- // + + /*------------------------------------------------------------------ + Почему UNUSED MODS стоит хранить? + Потому что никто не проверяет использование тех или иных файлов + в коде, и мод просто исчезнет из поля зрения, когда находясь здесь + он всегда напоминает о своём существовании. Небольшая библиотека, + если так вообще можно выразиться. + ---------------------------------------------------------------------*/ + +// #include "crit_rework/_crit_rework.dme" + +// --- TESTING --- // +#ifdef UNIT_TESTS +#include "unit_tests/_unit_tests.dme" +#endif diff --git a/modular_ss220/objects/_objects.dm b/modular_ss220/objects/_objects.dm new file mode 100644 index 000000000000..1e1c56e02537 --- /dev/null +++ b/modular_ss220/objects/_objects.dm @@ -0,0 +1,24 @@ +/datum/modpack/objects + name = "Объекты" + desc = "В основном включает в себя портированные объекты и всякие мелочи, которым не нужен отдельный модпак." + author = "dj-34" + +// Maybe it would be better, if i didn't make it modular, because i can't change order in the recipe list :catDespair: +/datum/modpack/objects/initialize() + GLOB.metal_recipes += list( + new /datum/stack_recipe("metal platform", /obj/structure/platform, 4, time = 3 SECONDS,one_per_turf = TRUE, on_floor = TRUE), + new /datum/stack_recipe("metal platform corner", /obj/structure/platform/corner, 2, time = 20, one_per_turf = TRUE, on_floor = TRUE) + ) + + GLOB.plasteel_recipes += list( + new /datum/stack_recipe("reinforced plasteel platform", /obj/structure/platform/reinforced, 4, time = 4 SECONDS,one_per_turf = TRUE, on_floor = TRUE), + new /datum/stack_recipe("reinforced plasteel platform corner", /obj/structure/platform/reinforced/corner, 2, time = 30,one_per_turf = TRUE, on_floor = TRUE) + ) + + GLOB.wood_recipes += list( + new /datum/stack_recipe("tribune", /obj/structure/tribune, 5, time = 5 SECONDS, one_per_turf = TRUE, on_floor = TRUE) + ) + + GLOB.plastic_recipes += list( + new /datum/stack_recipe("пластиковый стул", /obj/structure/chair/plastic, time = 2 SECONDS, one_per_turf = TRUE, on_floor = TRUE), + ) diff --git a/modular_ss220/objects/_objects.dme b/modular_ss220/objects/_objects.dme new file mode 100644 index 000000000000..e38f4a613dc4 --- /dev/null +++ b/modular_ss220/objects/_objects.dme @@ -0,0 +1,56 @@ +#include "_objects.dm" + +// Flora +#include "code/flora/sakura.dm" + +// ID Skins +#include "code/id_skins/_id_skins_base.dm" +#include "code/id_skins/id_skins.dm" +#include "code/id_skins/id_skins_spawners.dm" + +// Mecha +#include "code/mecha/lockermech.dm" +#include "code/mecha/combat.dm" + +// Weapons +#include "code/weapons/melee/baseball_bat.dm" +#include "code/weapons/melee/electrostaff.dm" +#include "code/weapons/melee/stylet.dm" +#include "code/weapons/melee/vibroblade.dm" +#include "code/weapons/ranged/beretta.dm" +#include "code/weapons/ranged/pneumagun.dm" +#include "code/weapons/ranged/revolvers.dm" +#include "code/weapons/ranged/sslr.dm" +#include "code/weapons/ranged/sakhno.dm" +#include "code/weapons/ranged/skrell_rifle.dm" + +// Plushies +#include "code/plushies/hampters.dm" +#include "code/plushies/macvulpix.dm" + +// Miscellaneous +#include "code/beach_umbrella.dm" +#include "code/big_bed.dm" +#include "code/billboard.dm" +#include "code/closets.dm" +#include "code/coffin.dm" +#include "code/computer.dm" +#include "code/mattress.dm" +#include "code/miscellaneous.dm" +#include "code/officetoys.dm" +#include "code/papershredder.dm" +#include "code/plastic_chair.dm" +#include "code/platform.dm" +#include "code/posters.dm" +#include "code/shuttle.dm" +#include "code/smartfridge.dm" +#include "code/tribune.dm" +#include "code/key.dm" +#include "code/musician.dm" +#include "code/flag.dm" +#include "code/wallets.dm" +#include "code/flashlight.dm" +#include "code/material_pouch.dm" +#include "code/components.dm" +#include "code/airlock_painter.dm" +#include "code/animalhide.dm" diff --git a/modular_ss220/objects/code/airlock_painter.dm b/modular_ss220/objects/code/airlock_painter.dm new file mode 100644 index 000000000000..f540156d64aa --- /dev/null +++ b/modular_ss220/objects/code/airlock_painter.dm @@ -0,0 +1,45 @@ +// Tweak for multi-tile airlocks, to make them paintable + +/obj/machinery/door/airlock/multi_tile + paintable = TRUE + +/datum/painter/airlock + var/static/list/multi_paint_jobs = list( + "Atmospherics" = /obj/machinery/door/airlock/multi_tile/atmospheric, + "Command" = /obj/machinery/door/airlock/multi_tile/command, + "Engineering" = /obj/machinery/door/airlock/multi_tile/engineering, + "Mining" = /obj/machinery/door/airlock/multi_tile/supply, + "Public" = /obj/machinery/door/airlock/multi_tile, + "Security" = /obj/machinery/door/airlock/multi_tile/security, + ) + +// Special behavior for multi-tile airlocks +/datum/painter/airlock/paint_atom(atom/target, mob/user) + if(!istype(target, /obj/machinery/door/airlock/multi_tile)) + return ..() + + if(!paint_setting) + to_chat(user, span_warning("Сперва вам нужно выбрать стиль покраски.")) + return + + var/obj/machinery/door/airlock/A = target + if(!A.paintable) + to_chat(user, span_warning("Этот тип шлюза не может быть покрашен.")) + return + + var/obj/machinery/door/airlock/airlock = multi_paint_jobs["[paint_setting]"] + if(isnull(airlock)) + to_chat(user, span_warning("У выбранного стиля шлюзов нету двойной версии.")) + return + + var/obj/structure/door_assembly/assembly = initial(airlock.assemblytype) + if(A.assemblytype == assembly) + to_chat(user, span_notice("Этот шлюз уже покрашен в цветовую схему \"[paint_setting]\"!")) + return + + if(do_after_once(user, 2 SECONDS, FALSE, A)) + A.icon = initial(airlock.icon) + A.overlays_file = initial(airlock.overlays_file) + A.assemblytype = initial(airlock.assemblytype) + A.update_icon() + return TRUE diff --git a/modular_ss220/objects/code/animalhide.dm b/modular_ss220/objects/code/animalhide.dm new file mode 100644 index 000000000000..92ac128f04b0 --- /dev/null +++ b/modular_ss220/objects/code/animalhide.dm @@ -0,0 +1,5 @@ +/obj/item/stack/sheet/animalhide/mothroach + name = "mothroach hide" + desc = "Тонкий слой шкуры моли." + icon = 'modular_ss220/objects/icons/animalhide.dmi' + icon_state = "mothroach_hide" diff --git a/modular_ss220/objects/code/beach_umbrella.dm b/modular_ss220/objects/code/beach_umbrella.dm new file mode 100644 index 000000000000..6f8cfcf1222d --- /dev/null +++ b/modular_ss220/objects/code/beach_umbrella.dm @@ -0,0 +1,23 @@ +/obj/structure/fluff/beach_umbrella + name = "пляжный зонтик" + desc = "Зонтик, предназначенный для защиты от солнца на пляже." + icon = 'modular_ss220/objects/icons/umbrella.dmi' + icon_state = "brella" + density = FALSE + anchored = TRUE + deconstructible = FALSE + +/obj/structure/fluff/beach_umbrella/security + icon_state = "hos_brella" + +/obj/structure/fluff/beach_umbrella/science + icon_state = "rd_brella" + +/obj/structure/fluff/beach_umbrella/engine + icon_state = "ce_brella" + +/obj/structure/fluff/beach_umbrella/cap + icon_state = "cap_brella" + +/obj/structure/fluff/beach_umbrella/syndi + icon_state = "syndi_brella" diff --git a/modular_ss220/objects/code/big_bed.dm b/modular_ss220/objects/code/big_bed.dm new file mode 100644 index 000000000000..e6a812368c14 --- /dev/null +++ b/modular_ss220/objects/code/big_bed.dm @@ -0,0 +1,20 @@ +// Double Beds, for luxurious sleeping, i.e. the captain and maybe heads- if people use this for ERP, send them to skyrat +/obj/structure/bed/double + name = "double bed" + desc = "A luxurious double bed, for those too important for small dreams." + icon = 'modular_ss220/objects/icons/bed.dmi' + icon_state = "bed_double" + buildstackamount = 4 + max_buckled_mobs = 2 + /// The mob who buckled to this bed second, to avoid other mobs getting pixel-shifted before he unbuckles. + var/mob/living/goldilocks + +/obj/structure/bed/double/post_buckle_mob(mob/living/target) + if(buckled_mobs.len > 1 && !goldilocks) // Push the second buckled mob a bit higher from the normal lying position + target.pixel_y = target.pixel_y + 12 + goldilocks = target + +/obj/structure/bed/double/post_unbuckle_mob(mob/living/target) + target.pixel_y = target.pixel_y + target.get_standard_pixel_y_offset() + if(target == goldilocks) + goldilocks = null diff --git a/modular_ss220/objects/code/billboard.dm b/modular_ss220/objects/code/billboard.dm new file mode 100644 index 000000000000..27936d34a08f --- /dev/null +++ b/modular_ss220/objects/code/billboard.dm @@ -0,0 +1,106 @@ +/obj/structure/billboard + name = "\improper Пустой билборд" + desc = "Пустой рекламный щит, на котором есть место для любой рекламы." + icon = 'modular_ss220/objects/icons/billboard.dmi' + icon_state = "billboard_blank" + layer = ABOVE_ALL_MOB_LAYER + max_integrity = 1000 + bound_width = 96 + bound_height = 32 + density = TRUE + anchored = TRUE + +/obj/structure/billboard/Initialize(mapload) + . = ..() + AddComponent(/datum/component/largetransparency, 0, 1, 2, 0) + +/obj/structure/billboard/donk_n_go + name = "\improper Билборд Donk-n-Go" + desc = "Рекламный щит, рекламирующий Donk-n-Go, вечно актуальное и вечно нездоровое предприятие быстрого питания Donk Co: ЗАШЕЛ, НАЕЛСЯ, УШЕЛ!" + icon_state = "billboard_donk_n_go" + +/obj/structure/billboard/space_cola + name = "\improper Билборд Space Cola" + desc = "Рекламный щит с рекламой Space Cola: Расслабьтесь, выпейте колы." + icon_state = "billboard_space_cola" + +/obj/structure/billboard/nanotrasen + name = "\improper Билборд Nanotrasen" + desc = "Рекламный щит с рекламой Nanotrasen. Лучшее завтра - сегодня." + icon_state = "billboard_nanotrasen" + +/obj/structure/billboard/nanotrasen/defaced + name = "\improper Обезображенный билборд Nanotrasen" + desc = "Рекламный щит, рекламирующий Nanotrasen. Кто-то намалевал на нем сообщение: Нахуй Корпоратских Свиней." + icon_state = "billboard_fuck_corps" + +/obj/structure/billboard/azik + name = "\improper Билборд Azik Interstellar" + desc = "Рекламный щит, рекламирующий компанию Azik Interstellar и ее новейшую модель - солнечный парусник Autocrat. Azik Interstellar: Тизирийские технологии для галактических нужд." + icon_state = "billboard_azik" + +/obj/structure/billboard/cvr + name = "\improper Билборд Charlemagne von Rheinland" + desc = "Рекламный щит, рекламирующий супер-яхту класса Germania компании Charlemagne von Rheinland. Карл Великий из Рейнланда: верфь королей." + icon_state = "billboard_cvr" + +/obj/structure/billboard/twenty_four_seven + name = "\improper Билборд 24-Seven" + desc = "Рекламный щит, рекламирующий новую линейку лимитированных вкусов Slushee от 24-Seven. 24-Seven: Весь день, каждый день." + icon_state = "billboard_twenty_four_seven" + +/obj/structure/billboard/starway + name = "\improper Билборд Starway Transit" + desc = "Рекламный щит, рекламирующий прямой рейс Starway Transit из Новой Москвы в Нью-Йорк: всего 2000 кредитов за место в эконом-классе. Starway: Ваш билет к звездам." + icon_state = "billboard_starway" + +/obj/structure/billboard/lizards_gas + name = "\improper Билборд The Lizard's Gas" + desc = "Рекламный щит с надписью о заправке, известной как 'The Lizard's Gas'. Она была утрачена со временем, и это единственная известная заправка такого типа. По качеству рекламного щита трудно понять, почему она провалилась." + icon_state = "billboard_lizards_gas" + +/obj/structure/billboard/lizards_gas/defaced + desc = "Рекламный щит с надписью о заправке, известной как 'The Lizard's Gas'. Душевно нарисованный рекламный щит был измазан граффити, и добрый незнакомец закрасил его." + icon_state = "billboard_lizards_gas_defaced" + +/obj/structure/billboard/roadsign + name = "\improper Билборд Roadsign" + desc = "Рекламный щит, уведомляющий читателя о том, сколько километров осталось до заправки. Однако этот щит, похоже, пустой." + icon_state = "billboard_roadsign_blank" + +/obj/structure/billboard/roadsign/two + desc = "Рекламный щит, информирующий читателя о том, сколько километров осталось до следующей заправки. Трудно понять, для чего вообще нужен этот знак." + icon_state = "billboard_roadsign_two" + +/obj/structure/billboard/roadsign/twothousand + desc = "Рекламный щит, информирующий читателя о том, сколько километров осталось до следующей заправки. Увидев такое, вы наверняка захотите запастись едой и бензином." + icon_state = "billboard_roadsign_twothousand" + +/obj/structure/billboard/roadsign/twomillion + desc = "Рекламный щит, информирующий читателя о том, сколько километров осталось до следующей заправки. Если вы способны преодолевать многомиллионные расстояния, это не должно вызвать у вас затруднений! Если же нет..." + icon_state = "billboard_roadsign_twomillion" + +/obj/structure/billboard/roadsign/error + desc = "Рекламный щит, информирующий читателя о том, сколько километров осталось до следующей заправки. Это статичная надпись, так что остается только гадать, какой человек мог бы ее напечатать и повесить." + icon_state = "billboard_roadsign_error" + +/obj/structure/billboard/smoothies + name = "\improper Билборд Spinward Smoothies" + desc = "Рекламный щит с рекламой Spinward Smoothies." + icon_state = "billboard_smoothies" + +/obj/structure/billboard/fortune_telling + name = "\improper Билборд Fortune Teller" + desc = "Рекламный щит с рекламой гаданий. Оказывается, это делают настоящие экстрасенсы!" + icon_state = "billboard_fortune_tell" + +/obj/structure/billboard/phone_booth + name = "\improper Билборд Holophone" + desc = "Рекламный щит, рекламирующий голофоны. Межзвездные вызовы по доступной цене 49,99 кредитов с беспошлинными закусками!" + icon_state = "billboard_phone" + +/obj/structure/billboard/american_diner + name = "\improper Билборд All-American Diner" + desc = "Рекламный щит, рекламирующий франшизу ресторана старой школы 1950-х годов \"All-American Diner\"." + icon_state = "billboard_american_diner" + diff --git a/modular_ss220/objects/code/closets.dm b/modular_ss220/objects/code/closets.dm new file mode 100644 index 000000000000..0069d62ffd2e --- /dev/null +++ b/modular_ss220/objects/code/closets.dm @@ -0,0 +1,48 @@ +/obj/structure/closet/secure_closet/expedition + name = "expeditors locker" + icon = 'modular_ss220/objects/icons/closets.dmi' + icon_state = "explorer" + req_access = list(ACCESS_EXPEDITION) + +/obj/structure/closet/secure_closet/expedition/populate_contents() + new /obj/item/gun/energy/laser/awaymission_aeg/rnd(src) + new /obj/item/storage/firstaid/regular(src) + new /obj/item/paper/pamphlet/gateway(src) + +/obj/structure/closet/secure_closet/geneticist + name = "geneticist's locker" + icon = 'modular_ss220/objects/icons/closets.dmi' + icon_state = "gen" + req_access = list(ACCESS_GENETICS) + +/obj/structure/closet/secure_closet/geneticist/populate_contents() + new /obj/item/storage/backpack/genetics(src) + new /obj/item/storage/backpack/satchel_gen(src) + new /obj/item/clothing/under/rank/rnd/geneticist(src) + new /obj/item/clothing/under/rank/rnd/geneticist/skirt(src) + new /obj/item/clothing/suit/storage/labcoat/genetics(src) + new /obj/item/clothing/shoes/white(src) + new /obj/item/clothing/shoes/sandal/white(src) + new /obj/item/radio/headset/headset_medsci(src) + new /obj/item/radio/headset/headset_medsci(src) + new /obj/item/storage/box/disks(src) + new /obj/item/storage/box/syringes(src) + +/obj/structure/closet/crate/freezer/iv_storage/organ + name = "organ freezer" + desc = "Холодильник для хранения органов и пакетов с кровью." + icon = 'modular_ss220/objects/icons/closets.dmi' + icon_state = "organ_freezer" + icon_opened = "organ_freezer_open" + icon_closed = "organ_freezer" + storage_capacity = 60 + +/obj/structure/closet/secure_closet/freezer/products + name = "refrigerator" + icon_state = "freezer" + +/obj/structure/closet/secure_closet/freezer/products/populate_contents() + new /obj/item/storage/box/donkpockets(src) + new /obj/item/storage/box/donkpockets(src) + new /obj/item/storage/fancy/egg_box(src) + new /obj/item/storage/fancy/egg_box(src) diff --git a/modular_ss220/objects/code/coffin.dm b/modular_ss220/objects/code/coffin.dm new file mode 100644 index 000000000000..7d28cd19ed78 --- /dev/null +++ b/modular_ss220/objects/code/coffin.dm @@ -0,0 +1,23 @@ +/obj/structure/closet/coffin/corn + name = "cornffin" + desc = "Мы потеряли его. Он скукурузился." + icon = 'modular_ss220/objects/icons/closets.dmi' + icon_state = "coffin_corn" + resistance_flags = FLAMMABLE + max_integrity = 300 + material_drop = /obj/item/food/grown/corn + material_drop_amount = 10 + +// Выращивание кукурузогроба +/obj/item/seeds/corn/cornffin + name = "pack of cornffin seeds" + desc = "Эти семена вырастут и скукурузятся.." + icon_state = "seed-corn" + species = "corn" + plantname = "Cornffin Stalks" + product = /obj/structure/closet/coffin/corn + + +/obj/item/seeds/corn/Initialize(mapload) + . = ..() + mutatelist |= list(/obj/item/seeds/corn/cornffin) diff --git a/modular_ss220/objects/code/components.dm b/modular_ss220/objects/code/components.dm new file mode 100644 index 000000000000..5fad71d49fa3 --- /dev/null +++ b/modular_ss220/objects/code/components.dm @@ -0,0 +1,34 @@ +/datum/component/ckey_and_role_locked_pickup + var/pickup_damage + var/force = 20 + var/list/ckeys = list() + var/offstation_role + var/refusal_text + +/datum/component/ckey_and_role_locked_pickup/Initialize(offstation_role = TRUE, ckey_whitelist, pickup_damage = 0, refusal_text) + src.offstation_role = offstation_role + src.ckeys = ckey_whitelist + src.pickup_damage = pickup_damage + src.refusal_text = refusal_text + +/datum/component/ckey_and_role_locked_pickup/RegisterWithParent() + RegisterSignal(parent, COMSIG_ITEM_PICKUP, PROC_REF(try_pick_up)) + +/datum/component/ckey_and_role_locked_pickup/UnregisterFromParent() + UnregisterSignal(parent, COMSIG_ITEM_PICKUP) + +/datum/component/ckey_and_role_locked_pickup/proc/try_pick_up(obj/item/I, mob/living/user) + + if(check_role_and_ckey(user)) + return + user.Weaken(10 SECONDS) + user.unEquip(I, force, silent = FALSE) + to_chat(user, span_userdanger(refusal_text)) + if(ishuman(user)) + user.apply_damage(rand(pickup_damage, pickup_damage * 2), BRUTE, pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM)) + +/datum/component/ckey_and_role_locked_pickup/proc/check_role_and_ckey(mob/user) + if(user.client.ckey in ckeys) + return TRUE + + return user.mind.offstation_role == offstation_role diff --git a/modular_ss220/objects/code/computer.dm b/modular_ss220/objects/code/computer.dm new file mode 100644 index 000000000000..67b07ef9dadc --- /dev/null +++ b/modular_ss220/objects/code/computer.dm @@ -0,0 +1,3 @@ +/obj/machinery/computer/security/telescreen/ce + name = "chief engineer's monitor" + network = list("Engineering","Singularity","engine") diff --git a/modular_ss220/objects/code/flag.dm b/modular_ss220/objects/code/flag.dm new file mode 100644 index 000000000000..1a6439244ec3 --- /dev/null +++ b/modular_ss220/objects/code/flag.dm @@ -0,0 +1,15 @@ +/obj/item/flag/soundhand + name = "флаг группы Саундхэнд" + desc = "Флаг легендарной группы Саундхэнд. Вероятно были созданы исключительно для сжигания и эффекта восхищения от крутости." + icon = 'modular_ss220/objects/icons/flag.dmi' + icon_state = "flag_group" + lefthand_file = 'modular_ss220/objects/icons/inhands/flags_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/flags_righthand.dmi' + +/obj/item/flag/vox_raider + name = "флаг вокс рейдеров" + desc = "Флаг одной из небезызвестных организаций, вершащие кражи и грабежи в космосе для наживы." + icon = 'modular_ss220/objects/icons/flag.dmi' + icon_state = "flag_vox_raider" + lefthand_file = 'modular_ss220/objects/icons/inhands/flags_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/flags_righthand.dmi' diff --git a/modular_ss220/objects/code/flashlight.dm b/modular_ss220/objects/code/flashlight.dm new file mode 100644 index 000000000000..1a1b220037ee --- /dev/null +++ b/modular_ss220/objects/code/flashlight.dm @@ -0,0 +1,6 @@ +/obj/item/flashlight/shadowlight + icon = 'modular_ss220/objects/icons/lighting.dmi' + icon_state = "shadowlight" + brightness_on = 3 // A little better than the standard flashlight. + light_power = -2 + hitsound = 'sound/weapons/genhit1.ogg' diff --git a/modular_ss220/objects/code/flora/sakura.dm b/modular_ss220/objects/code/flora/sakura.dm new file mode 100644 index 000000000000..c9eb97d78e60 --- /dev/null +++ b/modular_ss220/objects/code/flora/sakura.dm @@ -0,0 +1,213 @@ +/// Time before blossom starts +#define BLOSSOM_START_TIME (30 MINUTES) +/// Time before blossom ends +#define BLOSSOM_END_TIME (10 MINUTES) +/// Time before blossom leaves a pile +#define LEAVES_PILE_SPAWN_TIME (2 MINUTES) +/// Time before blossom transforms grass tile to Sakura's grass +#define TRANSFORM_TURF_TIME (10 MINUTES) + +/* Sakura Tree */ +/obj/structure/flora/tree/sakura + name = "Sakura" + desc = "It's a cherry blossom. Beautiful!" + icon = 'modular_ss220/objects/icons/flora/sakura.dmi' + icon_state = "cherry_blossom" + pixel_y = 10 + var/obj/effect/blossom/blossom_effect + var/timer_handle_start + var/timer_handle_end + +/obj/structure/flora/tree/sakura/Initialize(mapload) + . = ..() + RegisterSignal(SSticker, COMSIG_TICKER_ROUND_STARTING, PROC_REF(on_round_start)) + +/obj/structure/flora/tree/sakura/New() + . = ..() + if(SSticker.IsRoundInProgress()) + initiate_blossom_cycle() + +/obj/structure/flora/tree/sakura/Destroy() + if(timer_handle_start && timer_handle_end) + deltimer(timer_handle_start) + deltimer(timer_handle_end) + if(blossom_effect) + QDEL_NULL(blossom_effect) + timer_handle_start = null + timer_handle_end = null + return ..() + +/obj/structure/flora/tree/sakura/proc/on_round_start() + initiate_blossom_cycle() + SIGNAL_HANDLER + UnregisterSignal(src, COMSIG_TICKER_ROUND_STARTING) + return + +/// Initiates the blooming cycle, in which the countdown begins +/obj/structure/flora/tree/sakura/proc/initiate_blossom_cycle() + // Start the bloom cycle 30 minutes after the start of the round or creating new tree + timer_handle_start = addtimer(CALLBACK(src, PROC_REF(start_blossom)), BLOSSOM_START_TIME, TIMER_UNIQUE | TIMER_OVERRIDE | TIMER_STOPPABLE) + +/// Starts blooming itself as part of the cycle +/obj/structure/flora/tree/sakura/proc/start_blossom() + var/turf/T = get_turf(src) + if(!blossom_effect) + // Spawns blossom effect + blossom_effect = new(T) + blossom_effect.parent_tree = src + // Start the timer to remove the blossom effect after 10 minutes + timer_handle_end = addtimer(CALLBACK(src, PROC_REF(end_blossom)), BLOSSOM_END_TIME, TIMER_UNIQUE | TIMER_OVERRIDE | TIMER_STOPPABLE) + +/// Ends blooming, starts timer for a new one +/obj/structure/flora/tree/sakura/proc/end_blossom() + if(blossom_effect) + // Deletes blossom effect + QDEL_NULL(blossom_effect) + // Restart cycle + initiate_blossom_cycle() + +/* Effects */ +/obj/effect/blossom + name = "blossom" + desc = "It's sakura fubuki." + icon = 'modular_ss220/objects/icons/flora/sakura.dmi' + icon_state = "blossom_less" + layer = 12 + pixel_x = -16 + pixel_y = 10 + var/obj/structure/flora/tree/sakura/parent_tree + +/obj/effect/blossom/Initialize(mapload) + . = ..() + // Start the timer to spawn a pile of Sakura leaves after 2 minutes + addtimer(CALLBACK(src, PROC_REF(make_sakura_leaves)), LEAVES_PILE_SPAWN_TIME, TIMER_UNIQUE | TIMER_OVERRIDE | TIMER_STOPPABLE) + +/obj/effect/blossom/New(turf, obj/structure/flora/tree/sakura/Sakura) + ..() + if(Sakura && istype(Sakura)) + parent_tree = Sakura + +/obj/effect/blossom/Destroy() + if(isnull(parent_tree)) + qdel(src) + return ..() + +/// Spawns pile of sakura leaves under sakura tree +/obj/effect/blossom/proc/make_sakura_leaves() + var/turf/T = get_turf(src) + if(locate(/obj/effect/decal/sakura_leaves, T)) + return + if(istype(T, /turf/simulated/floor/grass/sakura)) + return + if(!parent_tree) + return + new /obj/effect/decal/sakura_leaves(T, src) + // Start the timer to replace grass tile with sakura's one after 10 minutes + addtimer(CALLBACK(src, PROC_REF(transform_turf)), TRANSFORM_TURF_TIME, TIMER_UNIQUE | TIMER_OVERRIDE | TIMER_STOPPABLE) + +/// Transforms grass tile to sakura grass under blossom effect +/obj/effect/blossom/proc/transform_turf() + var/turf/T = get_turf(src) + if(istype(T, /turf/simulated/floor/grass/sakura)) + return + if(!istype(T, /turf/simulated/floor/grass)) + return + T.ChangeTurf(/turf/simulated/floor/grass/sakura) + // Deletes pile of Sakura leaves + for(var/obj/effect/decal/sakura_leaves/D in T) + qdel(D) + +/// Sakura Leaves +/obj/effect/decal/sakura_leaves + name = "pile of sakura leaves" + desc = "It's fallen sakura leaves." + icon = 'modular_ss220/objects/icons/flora/sakura.dmi' + icon_state = "leaves" + pixel_y = 5 + max_integrity = 50 + resistance_flags = FLAMMABLE + layer = 11 + plane = -1 + no_scoop = TRUE + no_clear = TRUE + // Is leaves on fire? + var/on_fire = FALSE + +/obj/effect/decal/sakura_leaves/New() + . = ..() + update_icon(UPDATE_ICON_STATE) + +/obj/effect/decal/sakura_leaves/examine(mob/user) + . = ..() + if(on_fire) + . += span_danger("[src] is on fire!") + +/obj/effect/decal/sakura_leaves/update_icon_state() + . = ..() + var/turf/T = get_turf(src) + for(var/obj/structure/flora/tree/sakura/sakura in T) + if(sakura.icon_state == "cherry_blossom") + pixel_x = -2 + dir = WEST + if(sakura.icon_state == "cherry_blossom2") + pixel_x = 5 + dir = EAST + if(sakura.icon_state == "cherry_blossom3") + pixel_x = -7 + +/obj/effect/decal/sakura_leaves/attackby__legacy__attackchain(obj/item/I, mob/user) + if(I.get_heat() && !on_fire) + visible_message(span_danger("[src] bursts into flames!")) + fire_act() + if(istype(I, /obj/item/cultivator)) + var/obj/item/cultivator/C = I + user.visible_message( + span_notice("[user] is clearing [src] from the ground..."), + span_notice("You begin clearing [src] from the ground..."), + span_warning("You hear a sound of leaves rustling.")) + playsound(loc, 'sound/effects/shovel_dig.ogg', 50, 1) + if(!do_after(user, 50 * C.toolspeed, target = src)) + return + user.visible_message( + span_notice("[user] clears [src] from the ground!"), + span_notice("You clear [src] from the ground!")) + qdel(src) + else + return ..() + +// This is fake fire actually +/obj/effect/decal/sakura_leaves/fire_act() + if(resistance_flags & FLAMMABLE) + on_fire = TRUE + add_overlay(custom_fire_overlay ? custom_fire_overlay : GLOB.fire_overlay) + addtimer(CALLBACK(src, PROC_REF(delete_decal)), 5 SECONDS) + +/obj/effect/decal/sakura_leaves/proc/delete_decal() + cut_overlays() + qdel(src) + +/* Sakura Floor */ +/// Sakura grass +/turf/simulated/floor/grass/sakura + name = "sakura grass" + icon = 'modular_ss220/objects/icons/flora/sakura_grass.dmi' + icon_state = "grass" + base_icon_state = "grass" + smoothing_groups = list(SMOOTH_GROUP_TURF, SMOOTH_GROUP_GRASS, SMOOTH_GROUP_JUNGLE_GRASS) + +/turf/simulated/floor/grass/sakura/no_creep + smoothing_flags = null + smoothing_groups = null + canSmoothWith = null + layer = GRASS_UNDER_LAYER + transform = null + +/turf/simulated/floor/grass/sakura/update_icon_state() + . = ..() + if(broken || burnt) + icon_state = "damaged" + +#undef BLOSSOM_START_TIME +#undef BLOSSOM_END_TIME +#undef LEAVES_PILE_SPAWN_TIME +#undef TRANSFORM_TURF_TIME diff --git a/modular_ss220/objects/code/id_skins/_id_skins_base.dm b/modular_ss220/objects/code/id_skins/_id_skins_base.dm new file mode 100644 index 000000000000..d469646b56ab --- /dev/null +++ b/modular_ss220/objects/code/id_skins/_id_skins_base.dm @@ -0,0 +1,140 @@ +/obj/item/card/id + var/skinable = TRUE + var/obj/item/id_skin/skin_applied = null + +/obj/item/card/id/guest + skinable = FALSE + +/obj/item/card/id/data + skinable = FALSE + +/obj/item/card/id/away + skinable = FALSE + +/obj/item/card/id/thunderdome + skinable = FALSE + +/obj/item/card/id/attackby__legacy__attackchain(obj/item/item, mob/user, params) + . = ..() + if(!istype(item, /obj/item/id_skin)) + return . + + return apply_skin(item, user) + +/obj/item/card/id/examine(mob/user) + . = ..() + if(skin_applied) + . += span_notice("Нажмите Alt-Click на карту, чтобы снять наклейку.") + +/obj/item/card/id/AltClick(mob/living/carbon/user) + if(!iscarbon(user)) + return + + if(!Adjacent(user) || user.incapacitated()) + to_chat(user, span_warning("У вас нет возможности снять наклейку!")) + return + + if(!skin_applied) + to_chat(user, span_warning("На карте нет наклейки!")) + return + + if(user.a_intent == INTENT_HARM) + to_chat(user, span_warning("Вы срываете наклейку с карты!")) + playsound(user.loc, 'sound/items/poster_ripped.ogg', 50, TRUE) + remove_skin(delete = TRUE) + else + to_chat(user, span_notice("Вы начинаете аккуратно снимать наклейку с карты.")) + if(!do_after(user, 5 SECONDS, target = src, progress = TRUE)) + return FALSE + + to_chat(user, span_notice("Вы сняли наклейку с карты.")) + + if(!user.get_active_hand() && Adjacent(user)) + user.put_in_hands(skin_applied) + else + skin_applied.forceMove(get_turf(user)) + remove_skin() + +/obj/item/card/id/proc/apply_skin(obj/item/id_skin/skin, mob/user) + if(skin_applied) + to_chat(usr, span_warning("На карте уже есть наклейка, сначала соскребите её!")) + return FALSE + + if(!skinable) + to_chat(usr, span_warning("Наклейка не подходит для [src]!")) + return FALSE + + to_chat(user, span_notice("Вы начинаете наносить наклейку на карту.")) + if(!do_after(user, 2 SECONDS, target = src, progress = TRUE, allow_moving = TRUE)) + return FALSE + + var/mutable_appearance/card_skin = mutable_appearance(skin.icon, skin.icon_state) + card_skin.color = skin.color + to_chat(user, span_notice("Вы наклеили [skin.pronoun_name] на [src].")) + desc += "
[skin.info]" + user.drop_item() + skin.forceMove(src) + skin_applied = skin + add_overlay(card_skin) + return TRUE + +/obj/item/card/id/proc/remove_skin(delete = FALSE) + if(delete) + qdel(skin_applied) + skin_applied = null + desc = initial(desc) + overlays.Cut() + +/obj/item/id_skin + name = "\improper наклейка на карту" + desc = "Этим можно изменить внешний вид своей карты! Покажи службе безопасности какой ты стильный." + icon = 'modular_ss220/objects/icons/id_skins.dmi' + icon_state = "" + var/pronoun_name = "наклейку" + var/info = "На ней наклейка." + +/obj/item/id_skin/Initialize(mapload) + . = ..() + pixel_y = rand(-5, 5) + pixel_x = rand(-5, 5) + +/obj/item/id_skin/colored + name = "\improper голо-наклейка на карту" + desc = "Голографическая наклейка на карту. Вы можете выбрать цвет который она примет." + icon_state = "colored" + pronoun_name = "голо-наклейку" + info = "На ней голо-наклейка." + var/static/list/color_list = list( + "Красный" = LIGHT_COLOR_RED, + "Зелёный" = LIGHT_COLOR_GREEN, + "Синий" = LIGHT_COLOR_LIGHTBLUE, + "Жёлтый" = LIGHT_COLOR_HOLY_MAGIC, + "Оранжевый" = LIGHT_COLOR_ORANGE, + "Фиолетовый" = LIGHT_COLOR_LAVENDER, + "Голубой" = LIGHT_COLOR_LIGHT_CYAN, + "Циановый" = LIGHT_COLOR_CYAN, + "Аквамариновый" = LIGHT_COLOR_BLUEGREEN, + "Розовый" = LIGHT_COLOR_PINK) + +/obj/item/id_skin/colored/Initialize(mapload) + . = ..() + if(color) + return . + + color = color_list[pick(color_list)] + +/obj/item/id_skin/colored/attack_self__legacy__attackchain(mob/living) + var/choice = tgui_input_list(usr, "Какой цвет предпочитаете?", "Выбор цвета", list("Выбрать предустановленный", "Выбрать вручную")) + if(!choice) + return + switch(choice) + if("Выбрать предустановленный") + choice = tgui_input_list(usr, "Выберите цвет", "Выбор цвета", color_list) + var/color_to_set = color_list[choice] + if(!color_to_set) + return + + color = color_to_set + + if("Выбрать вручную") + color = input(usr,"Выберите цвет") as color diff --git a/modular_ss220/objects/code/id_skins/id_skins.dm b/modular_ss220/objects/code/id_skins/id_skins.dm new file mode 100644 index 000000000000..9a73a884791b --- /dev/null +++ b/modular_ss220/objects/code/id_skins/id_skins.dm @@ -0,0 +1,156 @@ +/obj/item/id_skin/donut + name = "\improper пончиковая наклейка на карту" + icon_state = "donut" + pronoun_name = "пончиковую наклейку" + info = "На ней пончиковая наклейка. С глазурью!" + +/obj/item/id_skin/silver + name = "\improper серебрянная наклейка на карту" + icon_state = "silver" + pronoun_name = "серебрянную наклейку" + info = "На ней серебрянная наклейка." + +/obj/item/id_skin/colored/silver + name = "\improper серебрянная голо-наклейка" + desc = "Голографическая наклейка на карту, изготовленная из специального материала, похожего на серебро. Вы можете выбрать цвет который она примет." + pronoun_name = "серебрянную голо-наклейку" + icon_state = "colored_shiny" + info = "На ней металлическая голо-наклейка." + +/obj/item/id_skin/gold + name = "\improper золотая наклейка на карту" + desc = "Можно продать какому-то дураку за баснословные деньги. Ой..." + icon_state = "gold" + pronoun_name = "золотую наклейку" + info = "На ней золотая наклейка." + +/obj/item/id_skin/business + name = "\improper бизнесменская наклейка на карту" + desc = "Осталось раздобыть портмоне и стильный костюм." + icon_state = "business" + pronoun_name = "бизнесменскую наклейку" + info = "На ней бизнесменская наклейка." + +/obj/item/id_skin/lifetime + name = "\improper стильная наклейка на карту" + desc = "Ничего особенного, но что-то в этом есть..." + icon_state = "lifetime" + pronoun_name = "стильную наклейку" + info = "На ней стильная наклейка." + +/obj/item/id_skin/ussp + name = "\improper коммунистическая наклейка на карту" + desc = "Партия гордится вами! Возьмите своя миска-рис в ближайшем баре." + icon_state = "ussp" + pronoun_name = "коммунистическую наклейку" + info = "На ней коммунистическая наклейка." + +/obj/item/id_skin/clown + name = "\improper клоунская наклейка на карту" + desc = "HONK!" + icon_state = "clown" + pronoun_name = "клоунскую наклейку" + info = "На ней клоунская наклейка. HONK!" + +/obj/item/id_skin/neon + name = "\improper неоновая наклейка на карту" + desc = "Неоновая наклейка в цианово-розовых цветах." + icon_state = "neon" + pronoun_name = "неоновую наклейку" + info = "Кажется будто она светится." + +/obj/item/id_skin/colored/neon + name = "\improper неоновая голо-наклейка на карту" + desc = "Какая же она яркая... Ещё и цвета меняет!" + icon_state = "colored_neon" + pronoun_name = "неоновую наклейку" + info = "Кажется будто она светится." + +/obj/item/id_skin/missing + name = "\improper чёрно-розовая наклейка на карту" + desc = "Текстура пропала..." + icon_state = "missing" + pronoun_name = "чёрно-розовую наклейку" + info = "А где?" + +/obj/item/id_skin/ouija + name = "\improper Уиджи наклейка на карту" + desc = "Ходят легенты, что тот кто наклеит это на карту, может общаться с духами..." + icon_state = "ouija" + pronoun_name = "наклейку в виде доски Уиджи" + info = "Умеет ли он общаться с призраками?" + +/obj/item/id_skin/paradise + name = "\improper пляжная наклейка на карту" + desc = "Хола!" + icon_state = "paradise" + pronoun_name = "пляжную наклейку" + info = "На ней пляжная наклейка." + +/obj/item/id_skin/rainbow + name = "\improper радужная наклейка на карту" + desc = "Переливается всеми цветами радуги!" + icon_state = "rainbow" + pronoun_name = "радужную наклейку" + info = "На ней радужная наклейка. Одобряемо." + +/obj/item/id_skin/space + name = "\improper КОСМИЧЕСКАЯ наклейка на карту" + desc = "Яркая, блестящая и бескрайняя. Прямо как хозяин карты на которую её приклеят." + icon_state = "space" + pronoun_name = "КОСМИЧЕСКУЮ наклейку" + info = "Есть 3 вещи на которые можно смотреть вечно. Это четвёртая." + +/obj/item/id_skin/kitty + name = "\improper кото-клейка на карту" + desc = "Прекрасная наклейка, которая делает вашу карту похожей на котика. UwU." + icon_state = "kitty" + pronoun_name = "кото-клейку" + info = "Так и хочется погладить, жаль это всего-лишь наклейка..." + +/obj/item/id_skin/colored/kitty + name = "\improper голо-кото-клейка на карту" + desc = "Прекрасная наклейка, которая делает вашу карту похожей на котика. Эта может менять цвет." + icon_state = "colored_kitty" + +/obj/item/id_skin/cursedmiku + name = "\improper аниме наклейка на карту" + desc = "Kawaii!!!" + icon_state = "cursedmiku" + pronoun_name = "анимешную наклейку" + info = "На ней анимешная наклейка. AYAYA!" + +/obj/item/id_skin/colored/snake + name = "\improper бегущая наклейка на карту" + desc = "Она что-то загружает?" + icon_state = "snake" + pronoun_name = "бегущую наклейку" + info = "Бегает и бегает..." + +/obj/item/id_skin/magic + name = "\improper магическая наклейка на карту" + desc = "EI NATH!" + icon_state = "magic" + pronoun_name = "магическую наклейку" + info = "Кто-то до сих пор девственник..." + +/obj/item/id_skin/terminal + name = "\improper наклейка на карту в виде терминала" + desc = "HACKERMAN." + icon_state = "terminal" + pronoun_name = "наклейку в виде терминала" + info = "Эта карта похожа на терминал." + +/obj/item/id_skin/jokerge + name = "\improper джокерге наклейка на карту" + desc = "Jokerge." + icon_state = "jokerge" + pronoun_name = "наклейку в виде Джокерге" + info = "Jokerge." + +/obj/item/id_skin/boykisser + name = "\improper бойкиссерская наклейка на карту" + desc = "Наклеив её на карту, у вас с почти 100% вероятностью, появится желание целовать мальчиков." + icon_state = "boykisser" + pronoun_name = "наклейку в виде бойкиссера" + info = "Он любит целовать мальчиков." diff --git a/modular_ss220/objects/code/id_skins/id_skins_spawners.dm b/modular_ss220/objects/code/id_skins/id_skins_spawners.dm new file mode 100644 index 000000000000..f90a5aea5dad --- /dev/null +++ b/modular_ss220/objects/code/id_skins/id_skins_spawners.dm @@ -0,0 +1,66 @@ +// Supply Crate +/datum/supply_packs/misc/randomised/id_skins + name = "Наклейки на карточку" + containertype = /obj/structure/closet/crate/plastic + num_contained = 10 + contains = list() + cost = 2000 + containername = "ящик с наклейками" + +/datum/supply_packs/misc/randomised/id_skins/New() + for(var/i in 1 to 10) + contains += pick(subtypesof(/obj/item/id_skin)) + . = ..() + +// Spawner +/obj/effect/spawner/random/id_skins + name = "Случайная наклейка на карту" + icon = 'modular_ss220/maps220/icons/spawner_icons.dmi' + icon_state = "ID_Random" + loot = list( + /obj/item/id_skin/colored = 10, + /obj/item/id_skin/donut = 5, + /obj/item/id_skin/business = 5, + /obj/item/id_skin/ussp = 5, + /obj/item/id_skin/colored/silver = 5, + /obj/item/id_skin/silver = 5, + /obj/item/id_skin/gold = 1, + /obj/item/id_skin/lifetime = 1, + /obj/item/id_skin/clown = 1, + /obj/item/id_skin/neon = 1, + /obj/item/id_skin/colored/neon = 1, + /obj/item/id_skin/missing = 1, + /obj/item/id_skin/ouija = 1, + /obj/item/id_skin/paradise = 1, + /obj/item/id_skin/rainbow = 1, + /obj/item/id_skin/space = 1, + /obj/item/id_skin/kitty = 1, + /obj/item/id_skin/colored/kitty = 1, + /obj/item/id_skin/cursedmiku = 1, + /obj/item/id_skin/colored/snake = 1, + /obj/item/id_skin/magic = 1, + /obj/item/id_skin/terminal = 1, + /obj/item/id_skin/jokerge = 1, + /obj/item/id_skin/boykisser = 1 + ) + +/obj/effect/spawner/random/id_skins/no_chance + spawn_loot_chance = 40 + +// Prize Counter +/datum/prize_item/id_skin + name = "Наклейки на карту" + desc = "Коробочка с тремя многоразовыми наклейками на ID карту." + typepath = /obj/item/storage/box/id_skins + cost = 200 + +/obj/item/storage/box/id_skins + name = "наклейки на карту" + desc = "Коробка с кучкой наклеек на ID карту." + icon = 'modular_ss220/objects/icons/id_skins.dmi' + icon_state = "id_skins_box" + +/obj/item/storage/box/id_skins/populate_contents() + for(var/I in 1 to 3) + var/skin = pick(subtypesof(/obj/item/id_skin)) + new skin(src) diff --git a/modular_ss220/objects/code/key.dm b/modular_ss220/objects/code/key.dm new file mode 100644 index 000000000000..16637d80d6ed --- /dev/null +++ b/modular_ss220/objects/code/key.dm @@ -0,0 +1,109 @@ + +/obj/item/door_remote/key + desc = "Обычный немного ржавый ключ." + icon = 'modular_ss220/objects/icons/key.dmi' + icon_state = "key" + /// Are you already using the key? + var/busy = FALSE + /// How fast does the key open an airlock. + var/hack_speed = 1 SECONDS + +/obj/item/door_remote/key/attack_self__legacy__attackchain(mob/user) + return + +/obj/item/door_remote/key/afterattack__legacy__attackchain(obj/machinery/door/airlock/attacked_airlock, mob/user, proximity) + if(!proximity) + return + + if(!istype(attacked_airlock)) + return + + if(HAS_TRAIT(attacked_airlock, TRAIT_CMAGGED)) + to_chat(user, span_danger("[src] не вставляется в панель доступа [attacked_airlock], тут повсюду слизь!")) + return + + if(attacked_airlock.is_special) + to_chat(user, span_danger("[src] не помещается в панель доступа [attacked_airlock]!")) + return + + if(!attacked_airlock.arePowerSystemsOn()) + to_chat(user, span_danger("[attacked_airlock] без питания!")) + return + + if(busy) + to_chat(user, span_warning("Ты уже используешь [src] на панели доступа [attacked_airlock]!")) + return + + playsound(src, 'sound/items/keyring_unlock.ogg', 50) + attacked_airlock.add_fingerprint(user) + + busy = TRUE + if(!do_after(user, hack_speed, target = attacked_airlock, progress = 1)) + busy = FALSE + return + busy = FALSE + + if(!attacked_airlock.check_access(ID)) + to_chat(user, span_danger("[src] похоже не подходит к панели доступа [attacked_airlock]!")) + return + + if(!attacked_airlock.density) + attacked_airlock.close() + return + attacked_airlock.open() + +/obj/item/door_remote/key/engineer + name = "\proper ключ от инженерного отдела" + icon_state = "eng" + additional_access = list(ACCESS_ENGINE,ACCESS_CONSTRUCTION) + +/obj/item/door_remote/key/medical + name = "\proper ключ от медицинского отдела" + icon_state = "med" + additional_access = list(ACCESS_MEDICAL) + +/obj/item/door_remote/key/supply + name = "\proper ключ от отдела снабжения" + icon_state = "supply" + additional_access = list(ACCESS_CARGO, ACCESS_MINING) + +/obj/item/door_remote/key/rnd + name = "\proper ключ от отдела исследований" + icon_state = "rnd" + additional_access = list(ACCESS_RESEARCH) + +/obj/item/door_remote/key/sec + name = "\proper ключ от отдела службы безопасности" + icon_state = "sec" + additional_access = list(ACCESS_SEC_DOORS) + +/obj/item/door_remote/key/service + name = "\proper ключ от отдела сервиса" + icon_state = "service" + additional_access = list(ACCESS_KITCHEN, ACCESS_BAR, ACCESS_HYDROPONICS, ACCESS_JANITOR) + +/obj/item/door_remote/key/command + name = "\proper ключ командования" + icon_state = "com" + additional_access = list(ACCESS_HEADS) + +/obj/item/storage/box/keys + name = "коробка с ключами" + desc = "Коробка с ключами к отделам. Имеют неполный доступ к шлюзам." + +/obj/item/storage/box/keys/populate_contents() + new /obj/item/door_remote/key/sec(src) + new /obj/item/door_remote/key/sec(src) + new /obj/item/door_remote/key/supply(src) + new /obj/item/door_remote/key/supply(src) + new /obj/item/door_remote/key/service(src) + new /obj/item/door_remote/key/service(src) + new /obj/item/door_remote/key/engineer(src) + new /obj/item/door_remote/key/engineer(src) + new /obj/item/door_remote/key/rnd(src) + new /obj/item/door_remote/key/rnd(src) + new /obj/item/door_remote/key/command(src) + new /obj/item/door_remote/key/command(src) + new /obj/item/door_remote/key/medical(src) + new /obj/item/door_remote/key/medical(src) + diff --git a/modular_ss220/objects/code/material_pouch.dm b/modular_ss220/objects/code/material_pouch.dm new file mode 100644 index 000000000000..4fa2cf70d904 --- /dev/null +++ b/modular_ss220/objects/code/material_pouch.dm @@ -0,0 +1,34 @@ +/obj/item/storage/bag/material_pouch + name = "material pouch" + desc = "Сумка для хранения листов материалов." + icon = 'modular_ss220/objects/icons/material_pouch.dmi' + icon_state = "materialpouch" + storage_slots = 5 + max_combined_w_class = 250 + w_class = WEIGHT_CLASS_BULKY + can_hold = list( + /obj/item/stack/sheet, + /obj/item/stack/rods, + ) + cant_hold = list( + /obj/item/stack/sheet/mineral/sandbags, + /obj/item/stack/sheet/mineral/snow, + /obj/item/stack/sheet/animalhide, + /obj/item/stack/sheet/xenochitin, + /obj/item/stack/sheet/hairlesshide, + /obj/item/stack/sheet/wetleather, + /obj/item/stack/sheet/leather, + /obj/item/stack/sheet/sinew, + /obj/item/stack/sheet/cloth, + /obj/item/stack/sheet/durathread, + /obj/item/stack/sheet/cotton, + /obj/item/stack/sheet/cotton/durathread, + /obj/item/stack/sheet/bone, + /obj/item/stack/sheet/soil, + /obj/item/stack/sheet/cardboard, + /obj/item/stack/sheet/cheese, + ) + resistance_flags = FLAMMABLE + max_w_class = WEIGHT_CLASS_NORMAL + slot_flags = ITEM_SLOT_BELT | ITEM_SLOT_BOTH_POCKETS + diff --git a/modular_ss220/objects/code/mattress.dm b/modular_ss220/objects/code/mattress.dm new file mode 100644 index 000000000000..fd39614d7388 --- /dev/null +++ b/modular_ss220/objects/code/mattress.dm @@ -0,0 +1,13 @@ +/obj/structure/bed/mattress + name = "матрас" + icon = 'modular_ss220/objects/icons/mattress.dmi' + icon_state = "mattress" + desc = "Голый матрас. Выглядит не очень удобным, но может быть лучше чем лежать на полу." + anchored = FALSE + comfort = 1 + +/obj/structure/bed/mattress/dirty + name = "грязный матрас" + icon_state = "dirty_mattress" + desc = "Грязный, вонючий матрас, заляпанный различными жидкостями. Здесь не то что прилечь нельзя, к этому вовсе прикасаться не хочется..." + comfort = 0 diff --git a/modular_ss220/objects/code/mecha/combat.dm b/modular_ss220/objects/code/mecha/combat.dm new file mode 100644 index 000000000000..6c49ced534de --- /dev/null +++ b/modular_ss220/objects/code/mecha/combat.dm @@ -0,0 +1,109 @@ +#define ERT_TYPE_AMBER 1 +#define ERT_TYPE_RED 2 +#define ERT_TYPE_GAMMA 3 + +// GYGAX + +/// NT Special Gygax +/obj/mecha/combat/gygax/nt + name = "Специальный Гигакс НТ" + desc = "Козырь Nanotrasen при решении проблем, легкий мех окрашенный в победоносные цвета НТ. Если вы видите этот мех, вероятно все проблемы уже решены." + icon = 'modular_ss220/objects/icons/mecha.dmi' + icon_state = "ntgygax" + initial_icon = "ntgygax" + max_integrity = 300 + deflect_chance = 20 + leg_overload_coeff = 100 + max_temperature = 35000 + armor = list(melee = 40, bullet = 40, laser = 50, energy = 35, bomb = 20, rad = 20, fire = 100, acid = 100) + operation_req_access = list(ERT_TYPE_AMBER) + max_equip = 5 + wreckage = /obj/structure/mecha_wreckage/gygax/gygax_nt + starting_voice = /obj/item/mecha_modkit/voice/nanotrasen + destruction_sleep_duration = 2 SECONDS + +/obj/mecha/combat/gygax/nt/loaded_red/Initialize(mapload) + . = ..() + var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/weapon/energy/laser + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/weapon/energy/disabler + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/thrusters + ME.attach(src) + +/obj/mecha/combat/gygax/nt/loaded_epsilon/Initialize(mapload) + . = ..() + var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/weapon/energy/xray/triple + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/heavy + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/tesla_energy_relay + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/thrusters + ME.attach(src) + +/obj/mecha/combat/gygax/nt/add_cell() + cell = new /obj/item/stock_parts/cell/high/slime(src) + +// NT Special Gygax wreckage +/obj/structure/mecha_wreckage/gygax/gygax_nt + name = "\improper Обломки Специального Гигакса НТ" + desc = "Видимо козырь был плохим..." + icon = 'modular_ss220/objects/icons/mecha.dmi' + icon_state = "ntgygax-broken" + +// DURAND + +/// Rover +/obj/mecha/combat/durand/rover + name = "Ровер" + desc = "Боевой мех, разработанный Синдикатом на основе Durand Mk. II путем удаления ненужных вещей и добавления некоторых своих технологий. Гораздо лучше защищен от любых опасностей, связанных с Нанотрейзен." + icon = 'modular_ss220/objects/icons/mecha.dmi' + icon_state = "darkdurand" + initial_icon = "darkdurand" + armor = list(melee = 30, bullet = 40, laser = 50, energy = 50, bomb = 20, rad = 50, fire = 100, acid = 100) + operation_req_access = list(ACCESS_SYNDICATE) + max_equip = 4 + internal_damage_threshold = 35 + wreckage = /obj/structure/mecha_wreckage/durand/rover + starting_voice = /obj/item/mecha_modkit/voice/syndicate + destruction_sleep_duration = 2 SECONDS + +/obj/mecha/combat/durand/rover/GrantActions(mob/living/user, human_occupant = 0) + ..() + thrusters_action.Grant(user, src) + +/obj/mecha/combat/durand/rover/RemoveActions(mob/living/user, human_occupant = 0) + ..() + thrusters_action.Remove(user) + +/obj/mecha/combat/durand/rover/loaded/Initialize(mapload) + . = ..() + var/obj/item/mecha_parts/mecha_equipment/ME = new /obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/syndi + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/repair_droid + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster + ME.attach(src) + ME = new /obj/item/mecha_parts/mecha_equipment/weapon/energy/ion + ME.attach(src) + +/obj/mecha/combat/durand/rover/loaded/add_cell() + cell = new /obj/item/stock_parts/cell/bluespace(src) + +// Rover's wreckage +/obj/structure/mecha_wreckage/durand/rover + name = "\improper Обломки Ровера" + desc = "И как такой гигант пал?" + icon = 'modular_ss220/objects/icons/mecha.dmi' + icon_state = "darkdurand-broken" + +#undef ERT_TYPE_AMBER +#undef ERT_TYPE_RED +#undef ERT_TYPE_GAMMA diff --git a/modular_ss220/objects/code/mecha/lockermech.dm b/modular_ss220/objects/code/mecha/lockermech.dm new file mode 100644 index 000000000000..8cd103e6195b --- /dev/null +++ b/modular_ss220/objects/code/mecha/lockermech.dm @@ -0,0 +1,176 @@ +// Makeshift (Lockermech) +/obj/mecha/lockermech + name = "Шкафомех" + desc = "Шкафчик с украденными проводами, стойками, электроникой и шлюзовыми сервоприводами, грубо собранными в нечто, напоминающее мех." + icon = 'modular_ss220/objects/icons/mecha.dmi' + icon_state = "lockermech" + initial_icon = "lockermech" + // It's made of scraps + max_integrity = 100 + lights_power = 5 + // Same speed as Ripley + step_in = 4 + armor = list(melee = 20, bullet = 10, laser = 10, energy = 0, bomb = 10, rad = 0, fire = 70, acid = 60) + internal_damage_threshold = 30 + max_equip = 2 + wreckage = /obj/structure/mecha_wreckage/lockermech + /// step_in while in normal pressure conditions + var/fast_pressure_step_in = 2 + /// step_in while in better pressure conditions + var/slow_pressure_step_in = 4 + var/list/cargo + /// You can fit a few things in this locker but not much. + var/cargo_capacity = 5 + +/obj/mecha/lockermech/go_out() + ..() + update_icon(UPDATE_OVERLAYS) + +/obj/mecha/lockermech/moved_inside(mob/living/carbon/human/H) + ..() + update_icon(UPDATE_OVERLAYS) + +/obj/mecha/lockermech/mmi_moved_inside(obj/item/mmi/mmi_as_oc, mob/user) + ..() + update_icon(UPDATE_OVERLAYS) + +/obj/mecha/lockermech/Move() + . = ..() + update_pressure() + +/obj/mecha/lockermech/proc/update_pressure() + if(thrusters_active) + return // Don't calculate this if they have thrusters on, this is calculated right after domove because of course it is + + var/turf/target_turf = get_turf(loc) + + if(lavaland_equipment_pressure_check(target_turf)) + step_in = fast_pressure_step_in + for(var/obj/item/mecha_parts/mecha_equipment/drill/lockermech/drill in equipment) + drill.equip_cooldown = initial(drill.equip_cooldown)/2 + else + step_in = slow_pressure_step_in + for(var/obj/item/mecha_parts/mecha_equipment/drill/lockermech/drill in equipment) + drill.equip_cooldown = initial(drill.equip_cooldown) + +/obj/mecha/lockermech/Exit(atom/movable/object) + LAZYINITLIST(cargo) + if(object in cargo) + return FALSE + return ..() + +/obj/mecha/lockermech/get_stats_part() + LAZYINITLIST(cargo) + var/output = ..() + output += "Cargo Compartment Contents:
" + if(length(cargo)) + for(var/obj/cargo_item as anything in cargo) + output += "Unload : [cargo_item]
" + else + output += "Nothing" + output += "
" + return output + +/obj/mecha/lockermech/Topic(href, href_list) + . = ..() + LAZYINITLIST(cargo) + if(!href_list["drop_from_cargo"]) + return + + var/obj/cargo_to_unload = locateUID(href_list["drop_from_cargo"]) + if(!cargo_to_unload || !(cargo_to_unload in cargo)) + return + + occupant_message(span_notice("You unload [cargo_to_unload].")) + cargo_to_unload.forceMove(get_turf(src)) + cargo -= cargo_to_unload + log_message("Unloaded [cargo_to_unload]. Cargo compartment capacity: [cargo_capacity - length(cargo)]") + +/obj/mecha/lockermech/Destroy() + LAZYINITLIST(cargo) + for(var/atom/movable/thing in cargo) + thing.forceMove(loc) + step_rand(thing) + cargo.Cut() + return ..() + +/obj/mecha/lockermech/ex_act(severity) + . = ..() + LAZYINITLIST(cargo) + for(var/thing in cargo) + var/obj/object = thing + if(prob(30 / severity)) + cargo -= object + object.forceMove(drop_location()) + +/obj/mecha/lockermech/emag_act(mob/user) + if(!emagged) + emagged = TRUE + desc += span_danger("
The mech's equipment slots spark dangerously!") + return ..() + +// Crafting +/datum/crafting_recipe/lockermech + name = "Locker Mech" + result = list(/obj/mecha/lockermech) + reqs = list(/obj/item/stack/cable_coil = 20, + /obj/item/stack/sheet/metal = 10, + /obj/item/storage/toolbox = 2, // For feet + /obj/item/tank/internals/oxygen = 1, // For air + /obj/item/airlock_electronics = 1, // You are stealing the motors from airlocks + /obj/item/extinguisher = 1, // For bastard pnumatics + /obj/item/c_tube = 1, // To make it airtight + /obj/item/flashlight = 1, // For the mech light + /obj/item/stack/tape_roll = 25, // ¯\_(ツ)_/¯ + /obj/item/stock_parts/cell/high = 1, + /obj/item/stack/rods = 4) // To mount the equipment + tools = list(TOOL_WELDER, TOOL_SCREWDRIVER) + time = 200 + category = CAT_ROBOT + +/datum/crafting_recipe/lockermech_drill + name = "Locker Mech Exosuit Drill" + result = list(/obj/item/mecha_parts/mecha_equipment/drill/lockermech) + reqs = list(/obj/item/stack/cable_coil = 5, + /obj/item/stack/sheet/metal = 2, + /obj/item/surgicaldrill = 1) + tools = list(TOOL_SCREWDRIVER) + time = 50 + category = CAT_ROBOT + +/datum/crafting_recipe/lockermech_clamp + name = "Locker Mech Exosuit Clamp" + result = list(/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp/lockermech) + reqs = list(/obj/item/stack/cable_coil = 5, + /obj/item/stack/sheet/metal = 2, + /obj/item/wirecutters = 1) // Don't ask, its just for the grabby grabby thing + tools = list(TOOL_SCREWDRIVER) + time = 50 + category = CAT_ROBOT + +// Wreckage +/obj/structure/mecha_wreckage/lockermech + name = "\improper Обломки Шкафомеха" + desc = "Владелец данного изделия, на что он надеялся?..." + icon = 'modular_ss220/objects/icons/mecha.dmi' + icon_state = "lockermech-broken" + +// Equipment +/obj/item/mecha_parts/mecha_equipment/drill/lockermech + name = "locker mech exosuit drill" + desc = "Собранная из, скорее всего, краденых деталей, эта дрель не сравнится по эффективности с настоящей." + equip_cooldown = 60 // Its slow as shit + force = 10 // Its not very strong + drill_delay = 15 + +/obj/item/mecha_parts/mecha_equipment/drill/lockermech/can_attach(obj/mecha/M) + return istype(M, /obj/mecha/lockermech) && M.equipment.len < M.max_equip + +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp/lockermech + name = "locker mech clamp" + desc = "Беспорядочное расположение собранных вместе деталей, напоминающее зажим." + equip_cooldown = 25 + dam_force = 10 + +/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp/lockermech/can_attach(obj/mecha/M) + return istype(M, /obj/mecha/lockermech) && M.equipment.len < M.max_equip diff --git a/modular_ss220/objects/code/miscellaneous.dm b/modular_ss220/objects/code/miscellaneous.dm new file mode 100644 index 000000000000..8d3d8a5e8ba4 --- /dev/null +++ b/modular_ss220/objects/code/miscellaneous.dm @@ -0,0 +1,144 @@ +/** +* Use that for creating non-varedited objects, +* or that you don't want to specify because they're insignificant for personal DM file +*/ +// Fountain +/obj/structure/statue/fountain + name = "фонтан" + desc = "Фонтан, собранный из настоящего, тёсанного камня." + icon = 'modular_ss220/objects/icons/fountain.dmi' + icon_state = "fountain_g" + layer = ABOVE_ALL_MOB_LAYER + anchored = TRUE + pixel_x = -16 + +/obj/structure/statue/fountain/aged + name = "старый фонтан" + desc = "Фонтан, собранный из настоящего, тёсанного камня. Его помотало временем." + icon = 'modular_ss220/objects/icons/fountain.dmi' + icon_state = "fountain" + +// Spotlights, used for floors on station +/obj/structure/marker_beacon/spotlight + name = "напольный прожектор" + desc = "Осветительное устройство. Из него исходит яркий луч света." + icon_state = "markerrandom" + var/spotlight_color + +/obj/structure/marker_beacon/spotlight/yellow + icon_state = "markeryellow-on" + spotlight_color = "Yellow" + +/obj/structure/marker_beacon/spotlight/jade + icon_state = "markerjade-on" + spotlight_color = "Jade" + +/obj/structure/marker_beacon/spotlight/Initialize(mapload) + . = ..() + picked_color = spotlight_color + update_icon(UPDATE_ICON_STATE) + +/obj/structure/marker_beacon/spotlight/yellow/update_icon_state() + set_light(light_range, light_power, LIGHT_COLOR_YELLOW) + +/obj/structure/marker_beacon/spotlight/jade/update_icon_state() + set_light(light_range, light_power, LIGHT_COLOR_BLUEGREEN) + +// Pamphlets +/obj/item/paper/pamphlet + name = "pamphlet" + desc = "A pamphlet that promotes something." + icon_state = "pamphlet" + +// TODO: Write something +/obj/item/paper/pamphlet/deathsquad + name = "deathsquad pamphlet" + icon_state = "pamphlet-ds" + +/obj/item/paper/pamphlet/gateway + info = "Welcome to the Nanotrasen Gateway project...
\ + Congratulations! If you're reading this, you and your superiors have decided that you're \ + ready to commit to a life spent colonising the rolling hills of far away worlds. You \ + must be ready for a lifetime of adventure, a little bit of hard work, and an award \ + winning dental plan- but that's not all the Nanotrasen Gateway project has to offer.
\ +
Because we care about you, we feel it is only fair to make sure you know the risks \ + before you commit to joining the Nanotrasen Gateway project. All away destinations have \ + been fully scanned by a Nanotrasen expeditionary team, and are certified to be 100% safe. \ + We've even left a case of space beer along with the basic materials you'll need to expand \ + Nanotrasen's operational area and start your new life.

\ + Gateway Operation Basics
\ + All Nanotrasen approved Gateways operate on the same basic principals. They operate off \ + area equipment power as you would expect, but they also require a backup wire with at least \ + 128, 000 Watts of power running through it. Without this supply, it cannot safely function \ + and will reject all attempts at operation.

\ + Once it is correctly setup, and once it has enough power to operate, the Gateway will begin \ + searching for an output location. The amount of time this takes is variable, but the Gateway \ + interface will give you an estimate accurate to the minute. Power loss will not interrupt the \ + searching process. Influenza will not interrupt the searching process. Temporal anomalies \ + may cause the estimate to be inaccurate, but will not interrupt the searching process.

\ + Life On The Other Side
\ + Once you have traversed the Gateway, you may experience some disorientation. Do not panic. \ + This is a normal side effect of travelling vast distances in a short period of time. You should \ + survey the immediate area, and attempt to locate your complimentary case of space beer. Our \ + expeditionary teams have ensured the complete safety of all away locations, but in a small \ + number of cases, the Gateway they have established may not be immediately obvious. \ + Do not panic if you cannot locate the return Gateway. Begin colonisation of the destination. \ +

A New World
\ + As a participant in the Nanotrasen Gateway Project, you will be on the frontiers of space. \ + Though complete safety is assured, participants are advised to prepare for inhospitable \ + environs." + +// TODO: Rewrite text (update info and add map) +/obj/item/paper/pamphlet/deltainfo + name = "информационный буклет ИСН «Керберос»" + info = "

Буклет нового сотрудника \ + на борту НСС "Керберос"

\ +


Цель

\ +
Данное руководство было создано с целью \ + облегчить процесс введения в работу станции нового экипажа, \ + а также для информирования сотрудников об оптимальных маршрутах \ + передвижения. В данном буклете находится основная карта "Кербероса" \ + и несколько интересных фактов о станции.\ +
За время строительства проект станции претерпел несколько значительных \ + изменений. Изначально новая станция должна была стать туристическим объектом, \ + но после произошедшей в 2549 году серии террористических актов \ + объект вошёл в состав парка научно-исследовательских станций корпорации. В \ + нынешних технических туннелях до сих пор можно найти заброшенные комнаты для \ + гостей, бары и клубы. В связи с плачевным состоянием несущих конструкций \ + посещать эти части станции не рекомендуется, однако неиспользуемые площади \ + могут быть использованы для строительства новых отсеков.\ +


Особенности станции

\ +
В отличие от большинства других научно-исследовательских станций Nanotrasen, \ + таких как "Кибериада", ИСН "Керборос" имеет менее \ + жёсткую систему контроля за личными вещами экипажа. В частности, в отсеках \ + были построены дополнительные автолаты, в том числе публичные \ + (в карго и РНД). Также, благодаря более высокому бюджету, были возведены \ + новые отсеки, такие как ангар или склад в отсеке РнД.\ + Был расширен отдел вирусологии и возведены новые техничесские туннели для \ + новых проектов.
" + +/obj/item/paper/pamphlet/update_icon_state() + return + +// Wallets +// Adding more items that wallet can hold +/obj/item/storage/wallet/Initialize(mapload) + . = ..() + can_hold += list( + /obj/item/encryptionkey, + /obj/item/clothing/gloves/ring) + +// These objects are deleted by Offs, i returned them +// Archive structure +/obj/structure/cult/archives + name = "Desk" + desc = "A desk covered in arcane manuscripts and tomes in unknown languages. Looking at the text makes your skin crawl." + icon_state = "archives" + light_range = 1.5 + light_color = LIGHT_COLOR_FIRE + +// Display Cases +/obj/structure/displaycase/hos + alert = TRUE + start_showpiece_type = /obj/item/gun/projectile/revolver/reclinable/judge + req_access = list(ACCESS_HOS) diff --git a/modular_ss220/objects/code/musician.dm b/modular_ss220/objects/code/musician.dm new file mode 100644 index 000000000000..067f88e19585 --- /dev/null +++ b/modular_ss220/objects/code/musician.dm @@ -0,0 +1,11 @@ +/obj/structure/musician/piano + allowed_instrument_ids = "crgrand1" + +/obj/item/instrument/guitar + allowed_instrument_ids = "csteelgt" + +/obj/item/instrument/trumpet + allowed_instrument_ids = "crtrumpet" + +/obj/item/instrument/trombone + allowed_instrument_ids = "crtrombone" diff --git a/modular_ss220/objects/code/officetoys.dm b/modular_ss220/objects/code/officetoys.dm new file mode 100644 index 000000000000..78443e9b4b17 --- /dev/null +++ b/modular_ss220/objects/code/officetoys.dm @@ -0,0 +1,199 @@ +#define HOURGLASS_STATES 7 // Remember to update if you change the sprite + +// Hourglass +/obj/item/hourglass + name = "hourglass" + desc = "Nanotrasen patented gravity invariant hourglass. Guaranteed to flow perfectly under any conditions." + icon = 'modular_ss220/objects/icons/officetoys.dmi' + icon_state = "hourglass_idle" + var/obj/effect/countdown/hourglass/countdown + var/time = 1 MINUTES + var/finish_time // So countdown doesn't need to fiddle with timers + var/timing_id // If present we're timing + var/hand_activated = TRUE + +/obj/item/hourglass/Initialize(mapload) + . = ..() + countdown = new(src) + +/obj/item/hourglass/attack_self__legacy__attackchain(mob/user) + . = ..() + if(hand_activated) + toggle(user) + +/obj/item/hourglass/proc/toggle(mob/user) + if(!timing_id) + to_chat(user, span_notice("You flip [src].")) + start() + flick("hourglass_flip",src) + else + to_chat(user, span_notice("You stop [src].")) // Sand magically flows back because that's more convinient to use. + stop() + +/obj/item/hourglass/update_icon() + icon_state = "hourglass_[timing_id ? "active" : "idle"]" + return ..() + +/obj/item/hourglass/proc/start() + finish_time = world.time + time + timing_id = addtimer(CALLBACK(src, PROC_REF(finish)), time, TIMER_STOPPABLE) + countdown.start() + timing_animation() + +/obj/item/hourglass/proc/timing_animation() + var/step_time = time / HOURGLASS_STATES + animate(src, time = step_time, icon_state = "hourglass_1") + for(var/i in 2 to HOURGLASS_STATES) + animate(time = step_time, icon_state = "hourglass_[i]") + +/obj/item/hourglass/proc/stop() + if(timing_id) + deltimer(timing_id) + timing_id = null + countdown.stop() + finish_time = null + animate(src) + update_icon() + +/obj/item/hourglass/proc/finish() + visible_message(span_notice("[src] stops.")) + stop() + +/obj/item/hourglass/Destroy() + QDEL_NULL(countdown) + . = ..() + +// Admin events zone +/obj/item/hourglass/admin + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF + anchored = TRUE + hand_activated = FALSE + +/obj/item/hourglass/admin/attack_hand(mob/user, list/modifiers) + . = ..() + if(user.client && user.client.holder) + toggle(user) + +/obj/item/hourglass/admin/attack_ghost(mob/user) + if(user.client && user.client.holder) + toggle(user) + +#undef HOURGLASS_STATES + +// Hourglass countdown +/obj/effect/countdown/hourglass + name = "hourglass countdown" + +/obj/effect/countdown/hourglass/get_value() + var/obj/item/hourglass/H = attached_to + if(!istype(H)) + return + else + var/time_left = max(0, (H.finish_time - world.time) / 10) + return round(time_left) + +/* +* Office desk toys +*/ +/obj/item/toy/desk + name = "desk toy master" + desc = "A object that does not exist. Parent Item." + icon = 'modular_ss220/objects/icons/officetoys.dmi' + layer = ABOVE_MOB_LAYER + var/on = 0 + var/activation_sound = 'modular_ss220/objects/sound/officetoys/buttonclick.ogg' + +/obj/item/toy/desk/update_icon_state() + if(on) + icon_state = "[initial(icon_state)]-on" + else + icon_state = "[initial(icon_state)]" + +/obj/item/toy/desk/attack_self__legacy__attackchain(mob/user) + on = !on + if(activation_sound) + playsound(src.loc, activation_sound, 75, 1) + update_icon() + return TRUE + +/obj/item/toy/desk/examine(mob/user) + . = ..() + . += span_notice("Alt-Click to rotate.") + +/obj/item/toy/desk/proc/rotate(mob/user) + if(user.incapacitated()) + return + dir = turn(dir, 270) + return TRUE + +/obj/item/toy/desk/AltClick(mob/user) + if(user.incapacitated()) + to_chat(user, span_warning("You can't do that right now!")) + return + if(!in_range(src, user)) + return + else + rotate(user) + +/obj/item/toy/desk/officetoy + name = "office toy" + desc = "A generic microfusion powered office desk toy. Only generates magnetism and ennui." + icon_state = "desktoy" + +/obj/item/toy/desk/dippingbird + name = "dipping bird toy" + desc = "A ancient human bird idol, worshipped by clerks and desk jockeys." + icon_state = "dippybird" + +/obj/item/toy/desk/newtoncradle + name = "\improper Newton's cradle" + desc = "A ancient 21th century super-weapon model demonstrating that Sir Isaac Newton is the deadliest sonuvabitch in space." + icon_state = "newtoncradle" + var/datum/looping_sound/newtonballs/soundloop + +/obj/item/toy/desk/newtoncradle/Initialize(mapload) + . = ..() + soundloop = new(list(src), FALSE) + +/obj/item/toy/desk/newtoncradle/attack_self__legacy__attackchain(mob/user) + on = !on + update_icon() + if(on) + soundloop.start() + else + soundloop.stop() + +/obj/item/toy/desk/fan + name = "office fan" + desc = "Your greatest fan." + icon_state = "fan" + var/datum/looping_sound/fanblow/soundloop + +/obj/item/toy/desk/fan/Initialize(mapload) + . = ..() + soundloop = new(list(src), FALSE) + +/obj/item/toy/desk/fan/attack_self__legacy__attackchain(mob/user) + on = !on + update_icon() + if(on) + soundloop.start() + else + soundloop.stop() + +// Item datums +/datum/looping_sound/fanblow + start_sound = 'modular_ss220/objects/sound/officetoys/fan_start.ogg' + start_length = 40 + mid_sounds = 'modular_ss220/objects/sound/officetoys/fan_mid1.ogg' + mid_length = 23 + end_sound = 'modular_ss220/objects/sound/officetoys/fan_end.ogg' + volume = 30 + +/datum/looping_sound/newtonballs + start_sound = FALSE + start_length = FALSE + mid_sounds = 'modular_ss220/objects/sound/officetoys/newtoncradle_mid1.ogg' + mid_length = 9 + end_sound = FALSE + volume = 50 diff --git a/modular_ss220/objects/code/papershredder.dm b/modular_ss220/objects/code/papershredder.dm new file mode 100644 index 000000000000..50d5f0bad793 --- /dev/null +++ b/modular_ss220/objects/code/papershredder.dm @@ -0,0 +1,141 @@ +/obj/machinery/papershredder + name = "paper shredder" + desc = "For those documents you don't want seen." + icon = 'modular_ss220/objects/icons/papershredder.dmi' + icon_state = "papershredder0" + density = TRUE + anchored = TRUE + var/max_paper = 15 + var/paperamount = 0 + var/list/shred_amounts = list( + /obj/item/photo = 1, + /obj/item/shredded_paper = 1, + /obj/item/paper = 1, + /obj/item/newspaper = 3, + /obj/item/card/id = 3, + /obj/item/paper_bundle = 3, + /obj/item/folder = 4, + /obj/item/book = 5 + ) + +/obj/machinery/papershredder/attackby__legacy__attackchain(obj/item/item, mob/user, params) + if(istype(item, /obj/item/storage)) + add_fingerprint(user) + empty_bin(user, item) + return + var/paper_result + if(item.type in shred_amounts) + paper_result = shred_amounts[item.type] + if(!paper_result) + . = ..() + return + if(paperamount == max_paper) + to_chat(user, span_warning("[src] is full; please empty it before you continue.")) + return + paperamount += paper_result + qdel(item) + playsound(loc, 'modular_ss220/objects/sound/pshred.ogg', 75, 1) + if(paperamount > max_paper) + to_chat(user, span_danger("[src] was too full, and shredded paper goes everywhere!")) + for(var/i in 1 to paperamount-max_paper) + var/obj/item/shredded_paper/shredp = get_shredded_paper() + shredp.loc = get_turf(src) + shredp.throw_at(get_edge_target_turf(src, pick(GLOB.alldirs)), 1, 1) + paperamount = max_paper + update_icon() + add_fingerprint(user) + +/obj/machinery/papershredder/wrench_act(mob/user, obj/item/tool) + . = TRUE + if(!tool.use_tool(src, user, 0, volume = tool.tool_volume)) + return + anchored = !anchored + if(anchored) + WRENCH_ANCHOR_MESSAGE + else + WRENCH_UNANCHOR_MESSAGE + +/obj/machinery/papershredder/examine(mob/user) + . = ..() + . += span_notice("Alt-Click to empty [src].") + +/obj/machinery/papershredder/AltClick(mob/user) + empty_contents(user) + +/obj/machinery/papershredder/proc/empty_contents(mob/user) + if(user.stat || user.restrained()) + to_chat(user, span_notice("You need your hands and legs free for this.")) + return + + if(!paperamount) + to_chat(user, span_notice("[src] is empty.")) + return + + empty_bin(user) + +/obj/machinery/papershredder/proc/empty_bin(mob/living/user, obj/item/storage/empty_into) + + // Sanity. + if(empty_into && !istype(empty_into)) + empty_into = null + + if(empty_into && length(empty_into.contents) >= empty_into.storage_slots) + to_chat(user, span_notice("[empty_into] is full.")) + return + + while(paperamount) + var/obj/item/shredded_paper/SP = get_shredded_paper() + if(!SP) + break + if(empty_into) + empty_into.handle_item_insertion(SP) + if(length(empty_into.contents) >= empty_into.storage_slots) + break + if(empty_into) + if(paperamount) + to_chat(user, span_notice("You fill [empty_into] with as much shredded paper as it will carry.")) + else + to_chat(user, span_notice("You empty [src] into [empty_into].")) + + else + to_chat(user, span_notice("You empty [src].")) + update_icon() + +/obj/machinery/papershredder/proc/get_shredded_paper() + if(!paperamount) + return + paperamount-- + return new /obj/item/shredded_paper(get_turf(src)) + +/obj/machinery/papershredder/update_icon_state() + icon_state = "papershredder[clamp(round(paperamount/3), 0, 5)]" + +/obj/item/shredded_paper/attackby__legacy__attackchain(obj/item/shredp as obj, mob/user) + if(resistance_flags & ON_FIRE) + add_fingerprint(user) + return + if(shredp.get_heat()) + add_fingerprint(user) + user.visible_message( + span_danger("\The [user] burns right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap."), + span_danger("You burn right through [src], turning it to ash. It flutters through the air before settling on the floor in a heap.")) + fire_act() + else + ..() + +/obj/item/shredded_paper + name = "shredded paper" + icon = 'modular_ss220/objects/icons/papershredder.dmi' + icon_state = "shredp" + throwforce = 0 + w_class = WEIGHT_CLASS_TINY + resistance_flags = FLAMMABLE + layer = 4 + max_integrity = 25 + throw_range = 3 + throw_speed = 2 + +/obj/item/shredded_paper/Initialize(mapload) + . = ..() + if(prob(65)) + color = pick("#8b8b8b","#e7e4e4", "#c9c9c9") diff --git a/modular_ss220/objects/code/plastic_chair.dm b/modular_ss220/objects/code/plastic_chair.dm new file mode 100644 index 000000000000..5da2fcfeb765 --- /dev/null +++ b/modular_ss220/objects/code/plastic_chair.dm @@ -0,0 +1,51 @@ +/obj/structure/chair/plastic + name = "\improper складной пластиковый стул" + desc = "Как бы вы ни ёрзали, все равно будет неудобно." + icon = 'modular_ss220/objects/icons/plastic.dmi' + icon_state = "plastic_chair" + resistance_flags = FLAMMABLE + max_integrity = 50 + buildstacktype = /obj/item/stack/sheet/plastic + buildstackamount = 2 + item_chair = /obj/item/chair/plastic + +/obj/structure/chair/plastic/post_buckle_mob(mob/living/Mob) + Mob.pixel_y += 2 + .=..() + if(iscarbon(Mob)) + INVOKE_ASYNC(src, PROC_REF(snap_check), Mob) + +/obj/structure/chair/plastic/post_unbuckle_mob(mob/living/Mob) + Mob.pixel_y -= 2 + +/obj/structure/chair/plastic/proc/snap_check(mob/living/carbon/M) + if(M.nutrition >= NUTRITION_LEVEL_FAT) + to_chat(M, span_warning("Стул начинает хрустеть и трещать, ты слишком тяжёлый!")) + if(do_after(M, 6 SECONDS, progress = FALSE)) + M.visible_message(span_notice("\improper [M] садится на пластиковый стул, и проламывает его своим весом!")) + new /obj/effect/decal/cleanable/plastic(loc) + M.Weaken(5 SECONDS) + M.emote("scream") + playsound(src, 'sound/effects/snap.ogg', 50, 1, -1) + qdel(src) + +/obj/item/chair/plastic + name = "\improper складной пластиковый стул" + desc = "Почему-то, всегда можно найти под рингом." + icon = 'modular_ss220/objects/icons/plastic.dmi' + icon_state = "folded_chair" + item_state = "folded_chair" + lefthand_file = 'modular_ss220/objects/icons/inhands/chairs_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/chairs_righthand.dmi' + w_class = WEIGHT_CLASS_NORMAL + force = 7 + throw_range = 5 + break_chance = 25 + origin_type = /obj/structure/chair/plastic + +/obj/effect/decal/cleanable/plastic + name = "\improper пластиковые осколки" + desc = "Куски рваного, сломанного, никчёмного пластика." + icon = 'icons/obj/objects.dmi' + icon_state = "shards" + color = "#c6f4ff" diff --git a/modular_ss220/objects/code/platform.dm b/modular_ss220/objects/code/platform.dm new file mode 100644 index 000000000000..c7086e605748 --- /dev/null +++ b/modular_ss220/objects/code/platform.dm @@ -0,0 +1,186 @@ +// Platform Code by Danaleja2005 +/obj/structure/platform + name = "platform" + icon = 'modular_ss220/objects/icons/platform.dmi' + icon_state = "metal" + desc = "A metal platform." + flags = ON_BORDER + anchored = FALSE + climbable = TRUE + max_integrity = 200 + armor = list(MELEE = 10, BULLET = 10, LASER = 10, ENERGY = 50, BOMB = 20, RAD = 0, FIRE = 30, ACID = 30) + var/corner = FALSE + var/material_type = /obj/item/stack/sheet/metal + var/material_amount = 4 + var/decon_speed + +/obj/structure/platform/proc/CheckLayer() + if(dir == SOUTH) + layer = ABOVE_MOB_LAYER + else if(corner || dir == NORTH) + layer = BELOW_MOB_LAYER + +/obj/structure/platform/setDir(newdir) + . = ..() + CheckLayer() + +/obj/structure/platform/Initialize(mapload) + . = ..() + CheckLayer() + +/obj/structure/platform/New() + ..() + if(corner) + decon_speed = 20 + density = FALSE + climbable = FALSE + else + decon_speed = 30 + CheckLayer() + +/obj/structure/platform/examine(mob/user) + . = ..() + . += span_notice("[src] is [anchored == TRUE ? "screwed" : "unscrewed"] [anchored == TRUE ? "to" : "from"] the floor.") + . += span_notice("Alt-Click to rotate.") + +/obj/structure/platform/proc/rotate(mob/user) + if(user.incapacitated()) + return + + if(anchored) + to_chat(user, span_warning("[src] cannot be rotated while it is screwed to the floor!")) + return FALSE + + var/target_dir = turn(dir, 90) + + setDir(target_dir) + recalculate_atmos_connectivity() + add_fingerprint(user) + return TRUE + +/obj/structure/platform/AltClick(mob/user) + rotate(user) + +// Construction +/obj/structure/platform/screwdriver_act(mob/user, obj/item/I) + . = TRUE + to_chat(user, span_notice("You begin [anchored == TRUE ? "unscrewing" : "screwing"] [src] [anchored == TRUE ? "from" : "to"] the floor.")) + if(!I.use_tool(src, user, decon_speed, volume = I.tool_volume)) + return + to_chat(user, span_notice("You [anchored == TRUE ? "unscrew" : "screw"] [src] [anchored == TRUE ? "from" : "to"] the floor.")) + anchored = !anchored + +/obj/structure/platform/wrench_act(mob/user, obj/item/I) + if(user.a_intent != INTENT_HELP) + return + . = TRUE + if(anchored) + to_chat(user, span_notice("You cannot disassemble [src], unscrew it first!")) + return + TOOL_ATTEMPT_DISMANTLE_MESSAGE + if(!I.use_tool(src, user, decon_speed, volume = I.tool_volume)) + return + var/obj/item/stack/sheet/G = new material_type(user.loc, material_amount) + G.add_fingerprint(user) + playsound(src, 'sound/items/deconstruct.ogg', 50, 1) + TOOL_DISMANTLE_SUCCESS_MESSAGE + qdel(src) + + +/obj/structure/platform/CheckExit(atom/movable/O, turf/target) + if(!anchored) + CheckLayer() + if(istype(O, /obj/structure/platform)) + return FALSE + if(istype(O, /obj/item/projectile) || istype(O, /obj/effect)) + return TRUE + if(corner) + return !density + if(O && O.throwing) + return TRUE + if(((flags & ON_BORDER) && get_dir(loc, target) == dir)) + return FALSE + else + return TRUE + +/obj/structure/platform/CanPass(atom/movable/mover, turf/target) + if(!anchored) + CheckLayer() + if(istype(mover, /obj/structure/platform)) + return FALSE + if(istype(mover, /obj/item/projectile)) + return TRUE + if(corner) + return !density + if(mover && mover.throwing) + return TRUE + var/obj/structure/S = locate(/obj/structure) in get_turf(mover) + if(S && S.climbable && !(S.flags & ON_BORDER) && climbable && isliving(mover))// Climbable objects allow you to universally climb over others + return TRUE + if(!(flags & ON_BORDER) || get_dir(loc, target) == dir) + return FALSE + else + return TRUE + +/obj/structure/platform/do_climb(mob/living/user) + if(!can_touch(user) || !climbable) + return + var/blocking_object = density_check() + if(blocking_object) + to_chat(user, span_warning("You cannot climb over [src], as it is blocked by \a [blocking_object]!")) + return + + var/destination_climb = get_step(src, dir) + if(is_blocked_turf(destination_climb)) + to_chat(user, span_warning("You cannot climb over [src], the path is blocked!")) + return + var/turf/T = src.loc + if(!T || !istype(T)) return + + if(get_turf(user) == get_turf(src)) + usr.visible_message(span_warning("[user] starts climbing over \the [src]!")) + else + usr.visible_message(span_warning("[user] starts getting off \the [src]!")) + climbers += user + if(!do_after(user, 50, target = src)) + climbers -= user + return + + if(!can_touch(user) || !climbable) + climbers -= user + return + + if(get_turf(user) == get_turf(src)) + usr.loc = get_step(src, dir) + usr.visible_message(span_warning("[user] leaves \the [src]!")) + else + usr.loc = get_turf(src) + usr.visible_message(span_warning("[user] starts climbing over \the [src]!")) + climbers -= user + +/obj/structure/platform/CanAtmosPass() + return TRUE + +// Platform types +/obj/structure/platform/reinforced + name = "reinforced platform" + desc = "A robust platform made of plasteel, more resistance for hazard sites." + icon_state = "plasteel" + material_type = /obj/item/stack/sheet/plasteel + max_integrity = 300 + armor = list(MELEE = 20, BULLET = 30, LASER = 30, ENERGY = 100, BOMB = 50, RAD = 75, FIRE = 100, ACID = 100) + +// Platform corners +/obj/structure/platform/corner + name = "platform corner" + desc = "A metal platform corner." + icon_state = "metalcorner" + corner = TRUE + material_amount = 2 + +/obj/structure/platform/reinforced/corner + name = "reinforced platform corner" + desc = "A robust platform corner made of plasteel, more resistance for hazard sites." + icon_state = "plasteelcorner" + corner = TRUE + material_amount = 2 diff --git a/modular_ss220/objects/code/plushies/hampters.dm b/modular_ss220/objects/code/plushies/hampters.dm new file mode 100644 index 000000000000..430269fdeb3c --- /dev/null +++ b/modular_ss220/objects/code/plushies/hampters.dm @@ -0,0 +1,141 @@ +// "Микро-компонент" модульности ради...? Возможно, и, скорее всего, плохая идея. +// Не использовал squeak.dm ибо у squeak есть регистрация COMSIG_ACTIVATE_SELF, который мешает использовать attack_self() с проверкой интентов +/datum/component/plushtoy/Initialize() + . = ..() + // Пищит при ударах + RegisterSignal(parent, list(COMSIG_ATOM_HULK_ATTACK, COMSIG_ATTACK_BY, COMSIG_MOVABLE_BUMP, COMSIG_ATTACK, COMSIG_ATTACK_OBJ), PROC_REF(play_squeak)) + + // Пищит при наступании + RegisterSignal(parent, COMSIG_MOVABLE_CROSSED, PROC_REF(play_squeak_crossed)) + +// Пищание +/datum/component/plushtoy/proc/play_squeak() + playsound(parent, 'sound/items/squeaktoy.ogg', 50, TRUE, -10) + +// Стащенный кусок кода для фикса большого числа писков в зависимости от числа хамптеров в инвентаре +/datum/component/plushtoy/proc/play_squeak_crossed(atom/movable/AM) + if(isitem(AM)) + var/obj/item/I = AM + if(I.flags & ABSTRACT) + return + else if(istype(AM, /obj/item/projectile)) + var/obj/item/projectile/P = AM + if(P.original != parent) + return + if(ismob(AM)) + var/mob/M = AM + if(HAS_TRAIT(M, TRAIT_FLYING)) + return + if(isliving(AM)) + var/mob/living/L = M + if(L.floating) + return + var/atom/current_parent = parent + if(isturf(current_parent.loc)) + play_squeak() + +// Спавнер рандомного хамптера для карты +/obj/random/hampter + name = "Random Hampter" + desc = "This is a random hampter spawner." + icon = 'modular_ss220/objects/icons/plushies.dmi' + icon_state = "hampter" + +/obj/random/hampter/item_to_spawn() + return pick(typesof(/obj/item/toy/hampter)) + +// Хамптер +/obj/item/toy/hampter + name = "хамптер" + desc = "Просто плюшевый хамптер. Самый обычный." + icon = 'modular_ss220/objects/icons/plushies.dmi' + icon_state = "hampter" + icon_override = 'modular_ss220/objects/icons/inhead/head.dmi' + lefthand_file = 'modular_ss220/objects/icons/inhands/plushies_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/plushies_righthand.dmi' + slot_flags = ITEM_SLOT_HEAD + w_class = WEIGHT_CLASS_TINY + blood_color = "#d42929" + var/squeak = 'sound/items/squeaktoy.ogg' + var/cooldown = 0 + +// Добавляем наш "микро-компонент" хамптеру +/obj/item/toy/hampter/Initialize(mapload) + . = ..() + AddComponent(/datum/component/plushtoy) + +// Действия при взаимодействии в руке при разных интентах +/obj/item/toy/hampter/attack_self__legacy__attackchain(mob/living/carbon/human/user) + . = ..() + // Небольшой кулдаун дабы нельзя было спамить + if(cooldown < world.time - 10) + switch(user.a_intent) + // Если выбрано что угодно кроме харма - жмякаем с писком хамптера + if(INTENT_HELP, INTENT_DISARM, INTENT_GRAB) + playsound(get_turf(src), squeak, 50, 1, -10) + + // Если выбран харм, сжимаем хамптера до "краски" (?) в его туловище + if(INTENT_HARM) + // Прописываю это здесь ибо иначе хомяки будут отмечаться кровавыми в игре + blood_DNA = "Plush hampter's paint" + + user.visible_message( + span_warning("[user] раздавил хамптера в своей руке!"), + span_warning("Вы раздавили хамптера в своей руке!")) + playsound(get_turf(src), "bonebreak", 50, TRUE, -10) + + user.hand_blood_color = blood_color + user.transfer_blood_dna(blood_DNA) + // Сколько бы я не хотел ставить 0 - не выйдет. Нельзя будет отмыть руки в раковине + user.bloody_hands = 1 + user.update_inv_gloves() + + qdel(src) + + cooldown = world.time + +// Подвиды +/obj/item/toy/hampter/assistant + name = "хамптер ассистент" + desc = "Плюшевый хамптер ассистент. Зачем ему изольки?" + icon_state = "hampter_ass" + +/obj/item/toy/hampter/security + name = "хамптер офицер" + desc = "Плюшевый хамптер офицер службы безопасности. У него станбатон!" + icon_state = "hampter_sec" + +/obj/item/toy/hampter/medical + name = "хамптер врач" + desc = "Плюшевый хамптер врач. Тащите дефибриллятор!" + icon_state = "hampter_med" + +/obj/item/toy/hampter/janitor + name = "хамптер уборщик" + desc = "Плюшевый хамптер уборщик. Переключись на шаг." + icon_state = "hampter_jan" + +/obj/item/toy/hampter/old_captain + name = "хамптер старый капитан" + desc = "ПЛюшевый хамптер капитан в старой униформе. Это какой год?" + icon_state = "hampter_old-cap" + +/obj/item/toy/hampter/captain + name = "хамптер капитан" + desc = "Плюшевый хамптер капитан. Где его запасная карта?" + icon_state = "hampter_cap" + +/obj/item/toy/hampter/syndicate + name = "хамптер Синдиката" + desc = "Плюшевый хамптер агент Синдиката. Ваши активы пострадают." + icon_state = "hampter_sdy" + +/obj/item/toy/hampter/deadsquad + name = "хамптер Дедсквада" + desc = "Плюшевый хамптер Отряда Смерти. Все контракты расторгнуты." + icon_state = "hampter_ded" + +/obj/item/toy/hampter/ert + name = "хамптер ОБР" + desc = "Плюшевый хамптер ОБР. Доложите о ситуации на станции." + icon_state = "hampter_ert" diff --git a/modular_ss220/objects/code/plushies/macvulpix.dm b/modular_ss220/objects/code/plushies/macvulpix.dm new file mode 100644 index 000000000000..db999bd8a894 --- /dev/null +++ b/modular_ss220/objects/code/plushies/macvulpix.dm @@ -0,0 +1,65 @@ +/obj/item/toy/plushie/macvulpix + name = "Business Red Fox" + desc = "Мягкая и приятная на ощупь игрушка важного рыжего лиса в пальто." + icon = 'modular_ss220/objects/icons/plushies.dmi' + icon_state = "macvulpix" + item_state = "macvulpix" + lefthand_file = 'modular_ss220/objects/icons/inhands/plushies_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/plushies_righthand.dmi' + w_class = WEIGHT_CLASS_SMALL + /// Static list of allowed glasses + var/static/list/allowed_glasses = typesof(/obj/item/clothing/glasses/sunglasses) + typesof(/obj/item/clothing/glasses/sunglasses_fake) + /// Equiped glasses on plushie + var/obj/item/clothing/glasses/glasses + +/obj/item/toy/plushie/macvulpix/Destroy() + . = ..() + QDEL_NULL(glasses) + return ..() + +/obj/item/toy/plushie/macvulpix/update_icon_state() + if(glasses) + icon_state = "[initial(icon_state)]_glasses" + item_state = "[initial(item_state)]_glasses" + else + icon_state = "[initial(icon_state)]" + item_state = "[initial(item_state)]" + + if(ismob(loc)) + var/mob/M = loc + M.update_inv_r_hand() + M.update_inv_l_hand() + +/obj/item/toy/plushie/macvulpix/attackby__legacy__attackchain(obj/item/clothing/glasses/sunglasses, mob/living/user, params) + . = ..() + if(is_type_in_list(sunglasses, allowed_glasses)) + user.drop_item() + sunglasses.forceMove(src) + glasses = sunglasses + desc = "Мягкая и приятная на ощупь игрушка важного рыжего лиса в пальто и солнечных очках! Oh yeah!" + update_icon(UPDATE_ICON_STATE) + return TRUE + +/obj/item/toy/plushie/macvulpix/AltClick(mob/user) + if(!glasses) + return + + if(user.stat || HAS_TRAIT(user, TRAIT_HANDS_BLOCKED) || user.restrained()) + to_chat(user, span_warning("У вас нет возможности снять очки с [src]!")) + return + + if(!user.get_active_hand() && Adjacent(user)) + user.put_in_hands(glasses) + else + glasses.forceMove(get_turf(user)) + + glasses = null + desc = initial(desc) + update_icon(UPDATE_ICON_STATE) + +/obj/item/toy/plushie/macvulpix/examine(mob/user) + . = ..() + if(glasses) + . += span_notice("Нажмите Alt-Click на игрушку, чтобы снять очки.") + else + . += span_notice("На эту игрушку можно надеть солнцезащитные очки.") diff --git a/modular_ss220/objects/code/posters.dm b/modular_ss220/objects/code/posters.dm new file mode 100644 index 000000000000..c5882030bff7 --- /dev/null +++ b/modular_ss220/objects/code/posters.dm @@ -0,0 +1,94 @@ +/obj/structure/sign/poster + icon = 'modular_ss220/objects/icons/posters.dmi' + +// MARK: Contraband +/obj/structure/sign/poster/contraband/lady + name = "Соблазнительная Красотка" + desc = "На плакате изображена крайне сексуальная девушка." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband1" + +/obj/structure/sign/poster/contraband/very_robust + name = "Робаст" + desc = "Вы видите слегка потрёпанный плакат, на котором изображен КРАСНЫЙ туллбокс! На плакате написано \"Опасно, робастное!\", некоторые утверждают, что эта красная краска на плакате сделана из настоящей крови." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband2" + +/obj/structure/sign/poster/contraband/vodka + name = "Водка" + desc = "Рекламный плакат водки, напитка от настоящих мужчин для настоящих мужчин. Почувствуй себя космическим медведем." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband3" + +/obj/structure/sign/poster/contraband/wanted + name = "Никодим Парадайзович" + desc = "На плакате вы видите: лысый, черноглазый мужчина, лет 40, и его разыскивают на просторах всего космоса. Что он не сделал, чтобы его так разыскивали..." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband4" + +/obj/structure/sign/poster/contraband/soulless_figures + name = "Бездушные фигуры" + desc = "Плакат изображает множество безвольно слоняющихся тёмных фигур. Кажется они смотрят прямо на тебя, жуть..." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband5" + +/obj/structure/sign/poster/contraband/your_fate + name = "Твоя судьба" + desc = "На плакате изображается дом и ряд одинаковых домов уходящих вдаль, расположенных на кровавом полотне. Ниже можно разглядеть тень искореженной руки.\nНад домами возвышаются существа чертоватого вида, а надпись снизу гласит: \"Твоя судьба?\"" + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband6" + +/obj/structure/sign/poster/contraband/watching_eye + name = "Всевидящее Око" + desc = "На плакате изображен глаз, излучающий свет. Текст на плакате гласит: \"Оно следит за\", \"Тобой\"." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband7" + +/obj/structure/sign/poster/contraband/argonian + name = "Аргонианская горничная" + desc = "Вы видите ящероподобную горничную. Вам раньше не доводилось видеть подобную расу, однако она имеет некоторые сходства с унатхами." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "contraband8" + +// MARK: Legit +/obj/structure/sign/poster/official/mars + name = "Плакат Марса" + desc = "Это плакат, выпущенный компанией Generic Space в рамках серии памятных плакатов, посвящённых чудесам космоса." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "legit1" + +/obj/structure/sign/poster/official/wild_west + name = "Дикое Карго" + desc = "Красивое дикое место с собственным шерифом." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "legit2" + +/obj/structure/sign/poster/official/razumause + name = "Разумышь" + desc = "Хей-хей! Что может пойти не так, да?" + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "legit3" + +/obj/structure/sign/poster/official/assist_pride + name = "Гордость ассистента" + desc = "Даже в космосе профессия ассистента востребована. И этот плакат демонстрирует их красоту." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "legit4" + +/obj/structure/sign/poster/official/taa + name = "Плохой парень" + desc = "Лицо того, кто погряз в непомерном курении." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "legit5" + +/obj/structure/sign/poster/official/mac_vulpix + name = "Коммерческий постер MacVulpix" + desc = "Рекламный постер с новой линейкой продукции “Большой Укус” от ресторана быстрого питания МакВульпикс." + icon = 'modular_ss220/objects/icons/posters.dmi' + icon_state = "legit6" + +/obj/item/poster/mac_vulpix + name = "Постер MacVulpix" + desc = "Рекламный постер с новой линейкой продукции “Большой Укус” от ресторана быстрого питания МакВульпикс." + icon_state = "rolled_poster_legit" + poster_type = /obj/structure/sign/poster/official/mac_vulpix diff --git a/modular_ss220/objects/code/shuttle.dm b/modular_ss220/objects/code/shuttle.dm new file mode 100644 index 000000000000..f64ceb72f7f0 --- /dev/null +++ b/modular_ss220/objects/code/shuttle.dm @@ -0,0 +1,25 @@ +/obj/machinery/computer/shuttle/vox + name = "Scavenger console" + desc = "Консоль контроля полета шаттла мусорщиков." + shuttleId = "vox_shuttle" + possible_destinations = "vox_shuttle_home;vox_shuttle_away;vox_shuttle_custom" + req_access = list(ACCESS_VOX) + resistance_flags = INDESTRUCTIBLE + flags = NODECONSTRUCT + +/obj/machinery/computer/shuttle/vox/attack_ai(mob/user) + return + +/obj/machinery/computer/camera_advanced/shuttle_docker/vox + name = "Scavenger navigation computer" + desc = "Консоль навигации шаттла мусорщиков." + icon_screen = "navigation" + icon_keyboard = "med_key" + shuttleId = "vox_shuttle" + shuttlePortId = "vox_shuttle_custom" + view_range = 13 + x_offset = 0 + y_offset = 0 + resistance_flags = INDESTRUCTIBLE + flags = NODECONSTRUCT + access_mining = FALSE diff --git a/modular_ss220/objects/code/smartfridge.dm b/modular_ss220/objects/code/smartfridge.dm new file mode 100644 index 000000000000..68d578745a38 --- /dev/null +++ b/modular_ss220/objects/code/smartfridge.dm @@ -0,0 +1,10 @@ +/obj/machinery/smartfridge/load(obj/I, mob/user) + var/item_loc_origin = I.loc + if(!..()) + return FALSE + + if(istype(item_loc_origin, /obj/item/gripper)) + var/obj/item/gripper/gripper = item_loc_origin + gripper.drop_gripped_item(silent = TRUE) + I.forceMove(src) + return TRUE diff --git a/modular_ss220/objects/code/tribune.dm b/modular_ss220/objects/code/tribune.dm new file mode 100644 index 000000000000..f683a108fa27 --- /dev/null +++ b/modular_ss220/objects/code/tribune.dm @@ -0,0 +1,82 @@ +/obj/structure/tribune + name = "tribune" + icon = 'modular_ss220/objects/icons/tribune.dmi' + icon_state = "nt_tribune" + desc = "A sturdy wooden tribune. When you look at it, you want to start making a speech." + density = TRUE + anchored = FALSE + max_integrity = 100 + resistance_flags = FLAMMABLE + var/buildstacktype = /obj/item/stack/sheet/wood + var/buildstackamount = 5 + var/mover_dir = null + var/ini_dir = null + +/obj/structure/tribune/wrench_act(mob/user, obj/item/tool) + . = TRUE + default_unfasten_wrench(user, tool) + +/obj/structure/tribune/screwdriver_act(mob/user, obj/item/tool) + . = TRUE + if(flags & NODECONSTRUCT) + to_chat(user, span_warning("Try as you might, you can't figure out how to deconstruct [src].")) + return + if(!tool.use_tool(src, user, 30, volume = tool.tool_volume)) + return + deconstruct(TRUE) + +/obj/structure/tribune/deconstruct() + // If we have materials, and don't have the NOCONSTRUCT flag + if(buildstacktype && (!(flags & NODECONSTRUCT))) + new buildstacktype(loc, buildstackamount) + ..() + +/obj/structure/tribune/proc/after_rotation(mob/user) + add_fingerprint(user) + +/obj/structure/tribune/Initialize(mapload) //Only for mappers + ..() + handle_layer() + +/obj/structure/tribune/setDir(newdir) + ..() + handle_layer() + +/obj/structure/tribune/Move(newloc, direct, movetime) + . = ..() + handle_layer() + +/obj/structure/tribune/proc/handle_layer() + if(dir == NORTH) + layer = LOW_ITEM_LAYER + else + layer = ABOVE_MOB_LAYER + +/obj/structure/tribune/AltClick(mob/user) + if(!Adjacent(user)) + return + if(anchored) + to_chat(user, span_warning("It is fastened to the floor!")) + return + setDir(turn(dir, 90)) + after_rotation(user) + +/obj/structure/tribune/CanPass(atom/movable/mover, turf/target, height=0) + if(istype(mover) && mover.checkpass(PASSGLASS)) + return TRUE + if(get_dir(loc, target) == dir) + return !density + return TRUE + +/obj/structure/tribune/CheckExit(atom/movable/object, target) + if(istype(object) && object.checkpass(PASSGLASS)) + return TRUE + if(get_dir(object.loc, target) == dir) + return FALSE + return TRUE + +/obj/structure/tribune/centcom + name = "CentCom tribune" + icon = 'modular_ss220/objects/icons/tribune.dmi' + icon_state = "nt_tribune_cc" + desc = "A richly decorated tribune. Just looking at her makes your heart skip a beat." diff --git a/modular_ss220/objects/code/wallets.dm b/modular_ss220/objects/code/wallets.dm new file mode 100644 index 000000000000..aab0dc25f601 --- /dev/null +++ b/modular_ss220/objects/code/wallets.dm @@ -0,0 +1,39 @@ +/obj/item/storage/wallet + var/photo_overlay = "photo" + +/obj/item/storage/wallet/wallet_NT + name = "leather wallet NT" + desc = "Ваш кошелек настолько шикарен, что с ним вы выглядите просто потрясающе." + icon = 'modular_ss220/objects/icons/wallets.dmi' + icon_state = "wallet_NT" + photo_overlay = "photo_NT" + +/obj/item/storage/wallet/wallet_USSP_1 + name = "leather wallet USSP" + desc = "Говорят, такие кошельки в СССП носят исключительно для зажигалок." + icon = 'modular_ss220/objects/icons/wallets.dmi' + icon_state = "wallet_USSP_1" + photo_overlay = "photo_USSP" + storage_slots = 5 + +/datum/prize_item/wallet_USSP_1 + name = "Настоящий кошелёк СССП!" + desc = "Красота" + typepath = /obj/item/storage/wallet/wallet_USSP_1 + cost = 35 + +/obj/item/storage/wallet/wallet_USSP_2 + name = "leather wallet USSP" + desc = "Говорят, такие кошельки в СССП носят исключительно для зажигалок." + icon = 'modular_ss220/objects/icons/wallets.dmi' + icon_state = "wallet_USSP_2" + photo_overlay = "photo_USSP" + +/obj/item/storage/wallet/wallet_wyci + name = "Кошелек W.Y.C.I." + desc = "Кошелек, законодателя моды WYCI,\ + украшен золотой пуговицей cшит позолочеными и платиновыми нитями, сверх прочный.\ + И сверх модный. И сверх дорогой. И сшит по принципу WYCI." + icon = 'modular_ss220/objects/icons/wallets.dmi' + icon_state = "wallet_wyci" + photo_overlay = "photo_wyci_overlay" diff --git a/modular_ss220/objects/code/weapons/melee/baseball_bat.dm b/modular_ss220/objects/code/weapons/melee/baseball_bat.dm new file mode 100644 index 000000000000..09f96305d243 --- /dev/null +++ b/modular_ss220/objects/code/weapons/melee/baseball_bat.dm @@ -0,0 +1,77 @@ +// Тактическая бита Флота Nanotrasen +/obj/item/melee/baseball_bat/homerun/central_command + name = "Nanotrasen Fleet tactical bat" + desc = "Выдвижная тактическая бита Центрального Командования Nanotrasen. \ + В официальных документах эта бита проходит под элегантным названием \"Высокоскоростная система доставки СРП\". \ + Выдаваясь только самым верным и эффективным офицерам Nanotrasen, это оружие является одновременно символом статуса \ + и инструментом высшего правосудия." + slot_flags = ITEM_SLOT_BELT + w_class = WEIGHT_CLASS_SMALL + + var/on = FALSE + /// Force when concealed + force = 5 + /// Force when extended + var/force_on = 20 + + lefthand_file = 'modular_ss220/objects/icons/inhands/melee_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/melee_righthand.dmi' + icon = 'modular_ss220/objects/icons/melee.dmi' + /// Item state when concealed + item_state = "centcom_bat_0" + /// Item state when extended + var/item_state_on = "centcom_bat_1" + /// Icon state when concealed + icon_state = "centcom_bat_0" + /// Icon state when extended + var/icon_state_on = "centcom_bat_1" + /// Sound to play when concealing or extending + var/extend_sound = 'sound/weapons/batonextend.ogg' + /// Attack verbs when concealed (created on Initialize) + attack_verb = list("hit", "poked") + /// Attack verbs when extended (created on Initialize) + var/list/attack_verb_on = list("smacked", "struck", "cracked", "beaten") + +/obj/item/melee/baseball_bat/homerun/central_command/pickup(mob/living/user) + . = ..() + if(!(user.mind.offstation_role)) + user.Weaken(10 SECONDS) + user.unEquip(src, force, silent = FALSE) + to_chat(user, span_userdanger("Это - оружие истинного правосудия. Тебе не дано обуздать его мощь.")) + if(ishuman(user)) + var/mob/living/carbon/human/H = user + H.apply_damage(rand(force/2, force), BRUTE, pick(BODY_ZONE_L_ARM, BODY_ZONE_R_ARM)) + else + user.adjustBruteLoss(rand(force/2, force)) + +/obj/item/melee/baseball_bat/homerun/central_command/attack_self__legacy__attackchain(mob/user) + on = !on + + if(on) + to_chat(user, span_userdanger("Вы активировали [name] - время для правосудия!")) + item_state = item_state_on + icon_state = icon_state_on + w_class = WEIGHT_CLASS_HUGE + force = force_on + attack_verb = attack_verb_on + else + to_chat(user, span_notice("Вы деактивировали [name].")) + item_state = initial(item_state) + icon_state = initial(icon_state) + w_class = initial(w_class) + force = initial(force) + attack_verb = initial(attack_verb) + + homerun_able = on + // Update mob hand visuals + if(ishuman(user)) + var/mob/living/carbon/human/H = user + H.update_inv_l_hand() + H.update_inv_r_hand() + playsound(loc, extend_sound, 50, TRUE) + add_fingerprint(user) + +/obj/item/melee/baseball_bat/homerun/central_command/attack__legacy__attackchain(mob/living/target, mob/living/user) + if(on) + homerun_ready = TRUE + . = ..() diff --git a/modular_ss220/objects/code/weapons/melee/electrostaff.dm b/modular_ss220/objects/code/weapons/melee/electrostaff.dm new file mode 100644 index 000000000000..5550f3386b22 --- /dev/null +++ b/modular_ss220/objects/code/weapons/melee/electrostaff.dm @@ -0,0 +1,166 @@ +/obj/item/melee/baton/electrostaff + name = "electrostaff" + desc = "Шоковая палка, только более мощная, двуручная и доступная наиболее авторитетным членам силовых структур Nanotrasen. А еще у неё нет тупого конца." + lefthand_file = 'modular_ss220/objects/icons/inhands/melee_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/melee_righthand.dmi' + icon = 'modular_ss220/objects/icons/melee.dmi' + base_icon = "electrostaff" + icon_state = "electrostaff_orange" + slot_flags = ITEM_SLOT_BELT + w_class = WEIGHT_CLASS_HUGE + force = 10 + throwforce = 7 + origin_tech = "combat=5" + attack_verb = list("attacked", "beaten") + /// What sound plays when its opening + var/sound_on = 'modular_ss220/objects/sound/weapons/melee/electrostaff/on.ogg' + armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 50, RAD = 0, FIRE = 80, ACID = 80) + + stam_damage = 80 + /// How much burn damage it does when turned on + var/burn_damage = 5 + + turned_on = FALSE + knockdown_duration = 15 SECONDS + hitcost = 1600 // 6 hits to 0 power + cooldown = 3.5 SECONDS + knockdown_delay = 2.5 SECONDS + + /// allows one-time reskinning + var/unique_reskin = TRUE + /// the skin choice + var/current_skin = null + var/list/options = list() + +/obj/item/melee/baton/electrostaff/Initialize(mapload) + current_skin = "_orange" + AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.5, _parryable_attack_types = NON_PROJECTILE_ATTACKS) + AddComponent(/datum/component/two_handed, force_unwielded = force / 2, force_wielded = force, wield_callback = CALLBACK(src, PROC_REF(on_wield)), unwield_callback = CALLBACK(src, PROC_REF(on_unwield))) + options["Оранжевое свечение"] = "_orange" + options["Красное свечение"] = "_red" + options["Фиолетовое свечение"] = "_purple" + options["Синее свечение"] = "_blue" + . = ..() + +/obj/item/melee/baton/electrostaff/loaded/Initialize(mapload) //this one starts with a cell pre-installed. + link_new_cell() + . = ..() + +/obj/item/melee/baton/electrostaff/update_icon_state() + if(HAS_TRAIT(src, TRAIT_WIELDED)) + if(cell?.charge >= hitcost) + icon_state = "[base_icon][current_skin]_active" + else + if(cell != null) + icon_state = "[base_icon][current_skin]_wield" + else + icon_state = "[base_icon][current_skin]_nocell_wield" + else + if(cell != null) + icon_state = "[base_icon][current_skin]" + else + icon_state = "[base_icon][current_skin]_nocell" + +/obj/item/melee/baton/electrostaff/examine(mob/user) + . = ..() + if(unique_reskin) + . += span_notice("Alt-click, to reskin it.") + +/obj/item/melee/baton/electrostaff/attack_self__legacy__attackchain(mob/user) + var/signal_ret = SEND_SIGNAL(src, COMSIG_ACTIVATE_SELF, user) + if(signal_ret & COMPONENT_NO_INTERACT) + return + if(signal_ret & COMPONENT_CANCEL_ATTACK_CHAIN) + return TRUE + +/obj/item/melee/baton/electrostaff/hit_reaction(mob/living/carbon/human/owner, atom/movable/hitby, attack_text = "the attack", final_block_chance = 0, damage = 0, attack_type = MELEE_ATTACK) + if(!HAS_TRAIT(src, TRAIT_WIELDED)) + return FALSE + . = ..() + +/obj/item/melee/baton/electrostaff/proc/on_wield(obj/item/source, mob/living/carbon/user) + after_turn(TRUE, user) + +/obj/item/melee/baton/electrostaff/proc/on_unwield(obj/item/source, mob/living/carbon/user) + turned_on = FALSE + after_turn(FALSE, user) + +/obj/item/melee/baton/electrostaff/proc/after_turn(to_turn_on, mob/living/carbon/user) + if(cell?.charge >= hitcost) + if(to_turn_on) + turned_on = TRUE + to_chat(user, span_notice("[src] [turned_on ? "включен" : "выключен"].")) + playsound(src, turned_on ? sound_on : "sparks", 75, TRUE, -1) + else + if(!cell) + to_chat(user, span_warning("[src] не имеет источников питания!")) + else + to_chat(user, span_warning("[src] обесточен.")) + update_icon() + add_fingerprint(user) + +/// returning false results in no baton attack animation, returning true results in an animation. +/obj/item/melee/baton/electrostaff/baton_stun(mob/living/L, mob/user, skip_cooldown = FALSE, ignore_shield_check = FALSE) + . = ..(L, user, skip_cooldown) + if(. == TRUE) + if(user.a_intent == INTENT_HARM) + L.apply_damage(burn_damage, BURN) + +/obj/item/melee/baton/electrostaff/AltClick(mob/user) + . = ..() + if(user.incapacitated()) + to_chat(user, span_warning("Вы не можете этого сделать прямо сейчас!")) + return + if(unique_reskin && loc == user) + reskin_staff(user) + +/obj/item/melee/baton/electrostaff/proc/reskin_staff(mob/M) + var/list/skins = list() + for(var/I in options) + skins[I] = image(icon, icon_state = "[base_icon][options[I]]") + var/choice = show_radial_menu(M, src, skins, radius = 40, custom_check = CALLBACK(src, PROC_REF(reskin_radial_check), M), require_near = TRUE) + + if(choice && reskin_radial_check(M)) + current_skin = options[choice] + to_chat(M, "[choice] идеально подходит вашему посоху.") + unique_reskin = FALSE + update_icon() + M.update_inv_r_hand() + M.update_inv_l_hand() + +/obj/item/melee/baton/electrostaff/proc/reskin_radial_check(mob/user) + if(!ishuman(user)) + return FALSE + var/mob/living/carbon/human/H = user + if(!src || !H.is_in_hands(src) || HAS_TRAIT(H, TRAIT_HANDS_BLOCKED)) + return FALSE + return TRUE + +/obj/item/weaponcrafting/gunkit/electrostaff + name = "electrostaff parts kit" + desc = "Возьмите 2 оглушающие дубинки. Соедините их вместе, поместив внутрь батарею. Используйте остальные инструменты (лишних винтиков быть не должно)." + origin_tech = "combat=6;materials=4" + outcome = /obj/item/melee/baton/electrostaff/loaded + +/datum/design/electrostaff + name = "Electrostaff Parts Kit" + desc = "Оперативный ответ." + id = "electrostaff" + req_tech = list("combat" = 7, "magnets" = 5, "powerstorage" = 5) + build_type = PROTOLATHE + materials = list(MAT_METAL = 4000, MAT_GLASS = 1000, MAT_GOLD = 3000, MAT_SILVER = 1500) + build_path = /obj/item/weaponcrafting/gunkit/electrostaff + category = list("Weapons") + +/datum/crafting_recipe/electrostaff + name = "Electrostaff" + tools = list(TOOL_SCREWDRIVER, TOOL_WIRECUTTER) + result = list(/obj/item/melee/baton/electrostaff/loaded) + reqs = list(/obj/item/melee/baton = 2, + /obj/item/stock_parts/cell/high = 1, + /obj/item/stack/cable_coil = 5, + /obj/item/assembly/signaler/anomaly/flux = 1, + /obj/item/weaponcrafting/gunkit/electrostaff = 1) + time = 10 SECONDS + category = CAT_WEAPONRY + subcategory = CAT_WEAPON diff --git a/modular_ss220/objects/code/weapons/melee/stylet.dm b/modular_ss220/objects/code/weapons/melee/stylet.dm new file mode 100644 index 000000000000..a7aa9a0978e1 --- /dev/null +++ b/modular_ss220/objects/code/weapons/melee/stylet.dm @@ -0,0 +1,57 @@ +/obj/item/melee/stylet + name = "stylet" + desc = "Маленький складной нож скрытого ношения. \ + Нож в итальянском стиле, который исторически стал предметом споров и даже запретов \ + Его лезвие практически мгновенно выбрасывается при нажатии кнопки-качельки." + slot_flags = ITEM_SLOT_BELT + w_class = WEIGHT_CLASS_TINY + + var/on = FALSE + force = 2 + var/force_on = 8 + + lefthand_file = 'modular_ss220/objects/icons/inhands/melee_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/melee_righthand.dmi' + icon = 'modular_ss220/objects/icons/melee.dmi' + hitsound = 'sound/weapons/bladeslice.ogg' + item_state = "stylet_0" + var/item_state_on = "stylet_1" + icon_state = "stylet_0" + var/icon_state_on = "stylet_1" + var/extend_sound = 'modular_ss220/objects/sound/weapons/styletext.ogg' + attack_verb = list("hit", "poked") + sharp = TRUE + var/list/attack_verb_on = list("slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") + +/obj/item/melee/stylet/update_icon_state() + . = ..() + if(on) + icon_state = "stylet_1" + else + icon_state = "stylet_0" + +/obj/item/melee/stylet/attack_self__legacy__attackchain(mob/user) + on = !on + + if(on) + to_chat(user, span_userdanger("Вы разложили [name].")) + item_state = item_state_on + update_icon(UPDATE_ICON_STATE) + w_class = WEIGHT_CLASS_SMALL + force = force_on + attack_verb = attack_verb_on + else + to_chat(user, span_notice("Вы сложили [name].")) + item_state = initial(item_state) + update_icon(UPDATE_ICON_STATE) + w_class = initial(w_class) + force = initial(force) + attack_verb = initial(attack_verb) + + // Update mob hand visuals + if(ishuman(user)) + var/mob/living/carbon/human/H = user + H.update_inv_l_hand() + H.update_inv_r_hand() + playsound(loc, extend_sound, 50, TRUE) + add_fingerprint(user) diff --git a/modular_ss220/objects/code/weapons/melee/vibroblade.dm b/modular_ss220/objects/code/weapons/melee/vibroblade.dm new file mode 100644 index 000000000000..37667a1006e8 --- /dev/null +++ b/modular_ss220/objects/code/weapons/melee/vibroblade.dm @@ -0,0 +1,173 @@ +// MARK: Vibroblade +#define CHARGE_LEVEL_NONE 0 +#define CHARGE_LEVEL_LOW 1 +#define CHARGE_LEVEL_MEDIUM 2 +#define CHARGE_LEVEL_HIGH 3 +#define CHARGE_LEVEL_OVERCHARGE 4 + +/obj/item/melee/vibroblade + name = "\improper vibroblade" + desc = "Виброклинок воинов Раскинта. Микрогенератор ультразвука в рукояти позволяет лезвию вибрировать \ + с огромной частотой, что позволяет при его достаточной зарядке наносить глубокие раны даже ударами по касательной." + icon = 'modular_ss220/objects/icons/melee.dmi' + icon_state = "vibroblade" + item_state = "vibroblade" + lefthand_file = 'modular_ss220/objects/icons/inhands/melee_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/melee_righthand.dmi' + hitsound = 'modular_ss220/objects/sound/weapons/melee/sardaukar/knifehit1.ogg' + drop_sound = 'modular_ss220/aesthetics_sounds/sound/handling/drop/knife.ogg' + pickup_sound = 'modular_ss220/objects/sound/weapons/melee/sardaukar/equip.ogg' + attack_verb = list("slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") + force = 20 + throwforce = 15 + throw_speed = 2 + throw_range = 5 + armour_penetration_percentage = 75 + slot_flags = ITEM_SLOT_BELT + w_class = WEIGHT_CLASS_NORMAL + sharp = TRUE + flags = CONDUCT + var/charge_level = CHARGE_LEVEL_NONE + var/max_charge_level = CHARGE_LEVEL_OVERCHARGE + /// How long does it take to reach next level of charge. + var/charge_time = 4 SECONDS + /// TRUE if the item keeps charge only when is held in hands. FALSE if the item always keeps charge. + var/hold_to_be_charged = TRUE + var/emp_proof = FALSE + /// Body parts that can be cut off. + var/list/cutoff_candidates = list( + BODY_ZONE_L_LEG, + BODY_ZONE_R_LEG, + BODY_ZONE_L_ARM, + BODY_ZONE_R_ARM, + BODY_ZONE_PRECISE_L_FOOT, + BODY_ZONE_PRECISE_R_FOOT, + BODY_ZONE_PRECISE_L_HAND, + BODY_ZONE_PRECISE_R_HAND, + ) + +/obj/item/melee/vibroblade/Initialize(mapload) + . = ..() + RegisterSignal(src, COMSIG_MOVABLE_POST_THROW, PROC_REF(thrown)) + AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.5, _parryable_attack_types = ALL_ATTACK_TYPES) + +/obj/item/melee/vibroblade/Destroy() + . = ..() + UnregisterSignal(src, COMSIG_MOVABLE_POST_THROW) + +/obj/item/melee/vibroblade/update_icon_state() + icon_state = initial(icon_state) + (charge_level > CHARGE_LEVEL_NONE ? "_[charge_level]" : "") + +/obj/item/melee/vibroblade/examine(mob/user) + . = ..() + . += span_notice("Используйте [src] в руке, чтобы повысить уровень заряда.") + if(charge_level == CHARGE_LEVEL_NONE) + . += span_notice("[src] не заряжен.") + return + + . += span_notice("[src] заряжен на [(charge_level / max_charge_level)*100]%.") + . += charge_level == max_charge_level \ + ? span_danger("Следующий удар будет крайне травмирующим!") \ + : span_warning("Следующий удар будет усиленным!") + +/obj/item/melee/vibroblade/attack_self__legacy__attackchain(mob/living/user) + . = ..() + if(charge_level >= max_charge_level) + user.visible_message( + span_notice("[user.name] пытается зарядить [src], но кнопка на рукояти не поддается!"), + span_notice("Вы пытаетесь нажать на кнопку зарядки [src], но она заблокирована.") + ) + return FALSE + + user.visible_message( + span_notice("[user.name] нажимает на кнопку зарядки [src]..."), + span_notice("Вы нажимаете на кнопку зарядки [src], заряжая микрогенератор...") + ) + + if(!do_after_once(user, charge_time, allow_moving = TRUE, must_be_held = TRUE, target = src)) + return + playsound(loc, 'sound/effects/sparks3.ogg', vol = 10, vary = TRUE) + do_sparks(1, TRUE, src) + set_charge_level(charge_level + 1) + +/obj/item/melee/vibroblade/pre_attack(atom/A, mob/living/user, params) + . = ..() + force = initial(force) * get_damage_factor() + +/obj/item/melee/vibroblade/attack__legacy__attackchain(mob/living/target, mob/living/user, def_zone) + var/obj/item/organ/external/selected_bodypart + if(user.zone_selected in cutoff_candidates) + selected_bodypart = target.get_organ(user.zone_selected) + . = ..() + + if(charge_level == CHARGE_LEVEL_HIGH) + target.Weaken(1.5 SECONDS) + else if(charge_level == CHARGE_LEVEL_OVERCHARGE && selected_bodypart && istype(target, /mob/living/carbon/human)) + var/obj/item/organ/external/after_attack_bodypart = target.get_organ(user.zone_selected) + + // We compare these in case the body part hasn't been cut off by standard attack logic + if(after_attack_bodypart == selected_bodypart) + after_attack_bodypart.droplimb(TRUE, DROPLIMB_SHARP) + user.visible_message( + span_danger("[user] изящно и непринужденно отсекает [selected_bodypart] [target]!"), + span_biggerdanger("Вы искусно отсекаете [selected_bodypart] [target]!") + ) + + set_charge_level(CHARGE_LEVEL_NONE) + +/obj/item/melee/vibroblade/suicide_act(mob/living/carbon/human/user) + var/obj/item/organ/external/head = user.get_organ(BODY_ZONE_HEAD) + user.visible_message(span_suicide("[user] прижимает лезвие [src] к своей шее и нажимает на кнопку зарядки микрогенератора. \ + Кажется, это попытка самоубийства!")) + user.atom_say("Слава Вечной Империи!") + head.droplimb(TRUE, DROPLIMB_SHARP, FALSE, TRUE) + set_charge_level(CHARGE_LEVEL_NONE) + return BRUTELOSS + +/obj/item/melee/vibroblade/emp_act(severity) + . = ..() + if(emp_proof) + return + set_charge_level(CHARGE_LEVEL_NONE) + +/obj/item/melee/vibroblade/equipped(mob/user, slot, initial) + . = ..() + if(hold_to_be_charged && slot != ITEM_SLOT_LEFT_HAND && slot != ITEM_SLOT_RIGHT_HAND) + set_charge_level(CHARGE_LEVEL_NONE) + +/obj/item/melee/vibroblade/dropped(mob/user, silent) + . = ..() + if(hold_to_be_charged && !silent) + set_charge_level(CHARGE_LEVEL_NONE) + +/obj/item/melee/vibroblade/proc/thrown(datum/thrownthing/thrown_thing, spin) + SIGNAL_HANDLER + if(hold_to_be_charged) + set_charge_level(CHARGE_LEVEL_NONE) + +/obj/item/melee/vibroblade/proc/get_damage_factor() + return 1 + 0.25 * clamp(charge_level, CHARGE_LEVEL_NONE, max_charge_level) + +/obj/item/melee/vibroblade/proc/set_charge_level(charge_level) + src.charge_level = charge_level + force = initial(force) * get_damage_factor() + update_icon(UPDATE_ICON_STATE) + +/obj/item/melee/vibroblade/sardaukar + name = "\improper emperor guard vibroblade" + desc = "Виброклинок гвардейцев Императора. Микрогенератор ультразвука в рукояти позволяет лезвию вибрировать \ + с огромной частотой, что позволяет при его достаточной зарядке наносить глубокие раны даже ударами по касательной. \ + Воины Куи'кверр-Кэтиш обучаются мастерству ближнего боя с детства, поэтому в их руках он особо опасен и жесток. \ + Каждый будущий гвардеец добывает свой клинок в ритуальном бою, и его сохранность есть вопрос жизни и смерти владельца." + icon_state = "vibroblade_elite" + item_state = "vibroblade_elite" + force = 25 + charge_time = 2 SECONDS + hold_to_be_charged = FALSE + emp_proof = TRUE + +#undef CHARGE_LEVEL_NONE +#undef CHARGE_LEVEL_LOW +#undef CHARGE_LEVEL_MEDIUM +#undef CHARGE_LEVEL_HIGH +#undef CHARGE_LEVEL_OVERCHARGE diff --git a/modular_ss220/objects/code/weapons/ranged/beretta.dm b/modular_ss220/objects/code/weapons/ranged/beretta.dm new file mode 100644 index 000000000000..efb6b1f844e4 --- /dev/null +++ b/modular_ss220/objects/code/weapons/ranged/beretta.dm @@ -0,0 +1,217 @@ +// Beretta M9 +/obj/item/gun/projectile/automatic/pistol/beretta + name = "Beretta M9" + desc = "Один из самых распространенных и узнаваемых пистолетов во вселенной. К сожалению, из-за особенности ствола, на пистолет нельзя приделать глушитель. Старая добрая классика." + icon = 'modular_ss220/objects/icons/guns.dmi' + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + icon_state = "beretta_modified" + item_state = "beretta_modified" + w_class = WEIGHT_CLASS_NORMAL + can_suppress = FALSE + can_flashlight = TRUE + unique_reskin = TRUE + mag_type = /obj/item/ammo_box/magazine/beretta + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/beretta_shot.ogg' + +/obj/item/gun/projectile/automatic/pistol/beretta/Initialize(mapload) + . = ..() + options["Modified grip"] = "beretta_modified" + options["Black skin"] = "beretta_black" + options["Desert skin"] = "beretta_desert" + +/obj/item/gun/projectile/automatic/pistol/beretta/update_icon_state() + if(current_skin) + icon_state = "[current_skin][chambered ? "" : "-e"]" + else + icon_state = "[initial(icon_state)][chambered ? "" : "-e"]" + +/obj/item/gun/projectile/automatic/pistol/beretta/update_overlays() + . = list() + if(gun_light) + var/flashlight = "beretta_light" + if(gun_light.on) + flashlight = "beretta_light-on" + . += image(icon = icon, icon_state = flashlight, pixel_x = 0) + +/obj/item/gun/projectile/automatic/pistol/beretta/ui_action_click() + toggle_gunlight() + +// Beretta Ammo Boxes +/obj/item/ammo_box/beretta + name = "box of rubber 9x19mm cartridges" + desc = "Содержит до 30 резиновых патронов калибра 9x19mm." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "9mmr_box" + w_class = WEIGHT_CLASS_NORMAL + ammo_type = /obj/item/ammo_casing/beretta/mmrub919 + max_ammo = 30 + +/obj/item/ammo_box/beretta/mm919 + name = "box of lethal 9x19mm cartridges" + desc = "Содержит до 20 летальных патронов калибра 9x19mm." + icon_state = "9mm_box" + ammo_type = /obj/item/ammo_casing/beretta/mm919 + max_ammo = 20 + +/obj/item/ammo_box/beretta/mmbsp919 + name = "box of bluespace 9x19mm cartridges" + desc = "Содержит до 20 Блюспейс патронов калибра 9x19mm." + icon_state = "9mmb_box" + ammo_type = /obj/item/ammo_casing/beretta/mmbsp919 + max_ammo = 20 + +/obj/item/ammo_box/beretta/mmap919 + name = "box of armor-penetration 9x19mm cartridges" + desc = "Содержит до 20 бронебойных патронов калибра 9x19mm." + icon_state = "9mmap_box" + ammo_type = /obj/item/ammo_casing/beretta/mmap919 + max_ammo = 20 + +// Beretta Magazines +/obj/item/ammo_box/magazine/beretta + name = "beretta rubber 9x19mm magazine" + desc = "Магазин резиновых патронов калибра 9x19mm." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "berettar" + multi_sprite_step = 2 + ammo_type = /obj/item/ammo_casing/beretta/mmrub919 + max_ammo = 10 + multiload = 0 + slow_loading = TRUE + caliber = "919mm" + +/obj/item/ammo_box/magazine/beretta/mm919 + name = "beretta lethal 9x19mm magazine" + desc = "Магазин летальных патронов калибра 9x19mm." + icon_state = "berettal" + ammo_type = /obj/item/ammo_casing/beretta/mm919 + +/obj/item/ammo_box/magazine/beretta/mmbsp919 + name = "beretta bluespace 9x19mm magazine" + desc = "Магазин экспериментальных Блюспейс патронов калибра 9x19mm. Из-за особенности корпуса вмещает только Блюспейс патроны." + icon_state = "berettab" + ammo_type = /obj/item/ammo_casing/beretta/mmbsp919 + caliber = "919bmm" + +/obj/item/ammo_box/magazine/beretta/mmap919 + name = "beretta armor-piercing 9x19mm magazine" + desc = "Магазин бронебойных патронов калибра 9x19mm." + icon_state = "berettaap" + ammo_type = /obj/item/ammo_casing/beretta/mmap919 + +// Beretta Casings +/obj/item/ammo_casing/beretta/mmbsp919 + name = "9x19mm bluespace bullet casing" + desc = "A 9x19mm bluespace bullet casing." + caliber = "919bmm" + projectile_type = /obj/item/projectile/bullet/mmbsp919 + +/obj/item/ammo_casing/beretta/mmap919 + name = "9x19mm armor-piercing bullet casing" + desc = "A 9x19 armor-piercing bullet casing." + caliber = "919mm" + projectile_type = /obj/item/projectile/bullet/mmap919 + +/obj/item/ammo_casing/beretta/mmrub919 + name = "9x19mm rubber bullet casing" + desc = "A 9x19 rubber bullet casing." + caliber = "919mm" + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "casingmm919" + projectile_type = /obj/item/projectile/bullet/weakbullet4 + +/obj/item/ammo_casing/beretta/mm919 + name = "9x19mm lethal bullet casing" + desc = "A 9x19 lethal bullet casing." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "casingmm919" + caliber = "919mm" + projectile_type = /obj/item/projectile/bullet/weakbullet3 + +// Beretta Projectiles +/obj/item/projectile/bullet/mmap919 + name = "9x19mm armor-piercing bullet" + damage = 18 + armour_penetration_percentage = 35 + armour_penetration_flat = 15 + +/obj/item/projectile/bullet/mmbsp919 + name = "9x19 bluespace bullet" + damage = 18 + speed = 0.2 + +// Beretta Supply Packs +/datum/supply_packs/security/armory/beretta + name = "Beretta M9 Crate" + contains = list(/obj/item/gun/projectile/automatic/pistol/beretta, + /obj/item/gun/projectile/automatic/pistol/beretta) + cost = 650 + containername = "beretta m9 pack" + +/datum/supply_packs/security/armory/berettarubberammo + name = "Beretta M9 Rubber Ammunition Crate" + contains = list(/obj/item/ammo_box/beretta, + /obj/item/ammo_box/beretta, + /obj/item/ammo_box/magazine/beretta, + /obj/item/ammo_box/magazine/beretta) + cost = 350 + containername = "beretta rubber ammunition pack" + +/datum/supply_packs/security/armory/berettalethalammo + name = "Beretta M9 Lethal Ammunition Crate" + contains = list(/obj/item/ammo_box/beretta/mm919, + /obj/item/ammo_box/beretta/mm919, + /obj/item/ammo_box/magazine/beretta/mm919, + /obj/item/ammo_box/magazine/beretta/mm919) + cost = 400 + containername = "beretta lethal ammunition pack" + +/datum/supply_packs/security/armory/berettaexperimentalammo + name = "Beretta M9 Bluespace Ammunition Crate" + contains = list(/obj/item/ammo_box/beretta/mmbsp919, + /obj/item/ammo_box/beretta/mmbsp919, + /obj/item/ammo_box/magazine/beretta/mmbsp919, + /obj/item/ammo_box/magazine/beretta/mmbsp919) + cost = 650 + containername = "beretta bluespace ammunition pack" + +/datum/supply_packs/security/armory/berettaarmorpiercingammo + name = "Beretta M9 Armor-piercing Ammunition Crate" + contains = list(/obj/item/ammo_box/beretta/mmap919, + /obj/item/ammo_box/beretta/mmap919, + /obj/item/ammo_box/magazine/beretta/mmap919, + /obj/item/ammo_box/magazine/beretta/mmap919) + cost = 500 + containername = "beretta AP ammunition pack" + +// Beretta Designs +/datum/design/box_beretta/lethal + name = "Beretta M9 Lethal Ammo Box (9mm)" + desc = "A box of 20 lethal rounds for Beretta M9." + id = "box_beretta" + req_tech = list("combat" = 2, "materials" = 1) + build_type = PROTOLATHE + materials = list(MAT_METAL = 6000, MAT_SILVER = 600) + build_path = /obj/item/ammo_box/beretta/mm919 + category = list("Weapons") + +/datum/design/box_beretta/ap + name = "Beretta M9 AP Ammo Box (9mm)" + desc = "A box of 20 armor-piercing rounds for Beretta M9." + id = "box_beretta_ap" + req_tech = list("combat" = 3, "materials" = 2) + build_type = PROTOLATHE + materials = list(MAT_METAL = 6000, MAT_SILVER = 600, MAT_GLASS = 1000) + build_path = /obj/item/ammo_box/beretta/mmap919 + category = list("Weapons") + +/datum/design/box_beretta/bluespace + name = "Beretta M9 Bluespace Ammo Box (9mm)" + desc = "A box of 20 high velocity bluespace rounds for Beretta M9." + id = "box_beretta_bsp" + req_tech = list("combat" = 6, "materials" = 5, "bluespace" = 6) + build_type = PROTOLATHE + materials = list(MAT_METAL = 8000, MAT_SILVER = 600, MAT_BLUESPACE = 1000) + build_path = /obj/item/ammo_box/beretta/mmbsp919 + category = list("Weapons") diff --git a/modular_ss220/objects/code/weapons/ranged/pneumagun.dm b/modular_ss220/objects/code/weapons/ranged/pneumagun.dm new file mode 100644 index 000000000000..45f04510d618 --- /dev/null +++ b/modular_ss220/objects/code/weapons/ranged/pneumagun.dm @@ -0,0 +1,105 @@ +//Pneumagun +/obj/item/gun/projectile/automatic/pneumaticgun + name = "pneumatic rifle" + desc = "Стандартное пневморужье с магазинным заряжанием." + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + icon = 'modular_ss220/objects/icons/guns.dmi' + icon_state = "pneumagun" + w_class = WEIGHT_CLASS_NORMAL + mag_type = /obj/item/ammo_box/magazine/pneuma + magazine = new /obj/item/ammo_box/magazine/pneuma/pepper + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/gunshot_pneumatic.ogg' + magin_sound = 'sound/weapons/gun_interactions/batrifle_magin.ogg' + magout_sound = 'sound/weapons/gun_interactions/batrifle_magout.ogg' + fire_delay = 2 + can_suppress = FALSE + burst_size = 1 + actions_types = list() + +/obj/item/gun/projectile/automatic/pneumaticgun/process_chamber(eject_casing = 0, empty_chamber = 1) + ..(eject_casing, empty_chamber) + +/obj/item/gun/projectile/automatic/pneumaticgun/update_icon_state() + var/obj/item/ammo_box/magazine/pneuma/M = magazine + icon_state = "pneumagun[M ? "[M.col]" : ""]" + item_state = icon_state + +// Базовые боеприпасы для пневморужья +/obj/item/ammo_box/magazine/pneuma + name = "pneumatic rifle magazine" + desc = "Наполняется шариками с реагентом." + caliber = "pneumatic" + var/col = "_g" // Цвет магазина (необходим для выбора скина) + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "pneumamag_g" + ammo_type = /obj/item/ammo_casing/pneuma + max_ammo = 12 + multiload = 0 + +/obj/item/ammo_casing/pneuma + name = "pneumatic ball" + desc = "Пустой пневматический шарик." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "pneumaball_g" + caliber = "pneumatic" + casing_drop_sound = null + projectile_type = /obj/item/projectile/bullet/pneumaball + muzzle_flash_strength = null + harmful = FALSE + +/obj/item/projectile/bullet/pneumaball + name = "pneumatic ball" + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "pneumaball_g" + stamina = 7 + damage = 1 + +/obj/item/projectile/bullet/pneumaball/New() + ..() + create_reagents(15) + reagents.set_reacting(FALSE) + +/obj/item/projectile/bullet/pneumaball/on_hit(atom/target, blocked = 0) + ..(target, blocked) + if(!iscarbon(target)) + return + var/mob/living/carbon/H = target + reagents.reaction(H) + reagents.set_reacting(TRUE) + reagents.handle_reactions() + +// Боеприпасы для перцового типа пневморужья +/obj/item/ammo_box/magazine/pneuma/pepper + ammo_type = /obj/item/ammo_casing/pneuma/pepper + col = "_r" + icon_state = "pneumamag_r" + +/obj/item/ammo_casing/pneuma/pepper + desc = "Шарик с капсаицином. Эффективно подходит для задержания преступников, не носящих очки." + projectile_type = /obj/item/projectile/bullet/pneumaball/pepper + icon_state = "pneumaball_r" + +/obj/item/projectile/bullet/pneumaball/pepper + icon_state = "pneumaball_r" + +/obj/item/projectile/bullet/pneumaball/pepper/New() + ..() + reagents.add_reagent("condensedcapsaicin", 15) + +/datum/supply_packs/security/armory/pneumagun + name = "Pneumatic Pepper Rifles Crate" + contains = list(/obj/item/gun/projectile/automatic/pneumaticgun, + /obj/item/gun/projectile/automatic/pneumaticgun, + /obj/item/ammo_box/magazine/pneuma/pepper, + /obj/item/ammo_box/magazine/pneuma/pepper) + cost = 500 + containername = "pneumatic pepper rifles pack" + +/datum/supply_packs/security/armory/pneumapepperballs + name = "Pneumatic Pepper Rifle Ammunition Crate" + contains = list(/obj/item/ammo_box/magazine/pneuma/pepper, + /obj/item/ammo_box/magazine/pneuma/pepper, + /obj/item/ammo_box/magazine/pneuma/pepper) + cost = 250 + containername = "pneumatic pepper ammunition pack" diff --git a/modular_ss220/objects/code/weapons/ranged/revolvers.dm b/modular_ss220/objects/code/weapons/ranged/revolvers.dm new file mode 100644 index 000000000000..b709294ddd99 --- /dev/null +++ b/modular_ss220/objects/code/weapons/ranged/revolvers.dm @@ -0,0 +1,222 @@ +// Base Heavy Revolver +/obj/item/gun/projectile/revolver/reclinable + var/snapback_sound = 'modular_ss220/objects/sound/weapons/cylinder/snapback_rsh12.ogg' + var/reclined_sound = 'modular_ss220/objects/sound/weapons/cylinder/reclined_rsh12.ogg' + var/dry_fire_sound = 'sound/weapons/empty.ogg' + var/reclined = FALSE + +/obj/item/gun/projectile/revolver/reclinable/attack_self__legacy__attackchain(mob/living/user) + reclined = !reclined + playsound(user, reclined ? reclined_sound : snapback_sound, 50, 1) + update_icon() + + if(reclined) + return ..() + +/obj/item/gun/projectile/revolver/reclinable/update_icon_state() + icon_state = initial(icon_state) + (reclined ? "_reclined" : "") + +/obj/item/gun/projectile/revolver/reclinable/attackby__legacy__attackchain(obj/item/A, mob/user, params) + if(!reclined) + return + return ..() + +/obj/item/gun/projectile/revolver/reclinable/process_fire(atom/target, mob/living/user, message, params, zone_override, bonus_spread) + if(!reclined) + return ..() + + to_chat(user, span_danger("*click*")) + playsound(user, dry_fire_sound, 100, 1) + +// Colt Anaconda .44 +/obj/item/gun/projectile/revolver/reclinable/anaconda + name = "Anaconda" + desc = "Крупнокалиберный револьвер двадцатого века. Несмотря на то, что оружие хранилось в хороших условиях, старина даёт о себе знать." + mag_type = /obj/item/ammo_box/magazine/internal/cylinder/d44 + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + icon = 'modular_ss220/objects/icons/guns.dmi' + icon_state = "anaconda" + item_state = "anaconda" + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/gunshot_anaconda.ogg' + +/obj/item/gun/projectile/revolver/reclinable/anaconda/attackby__legacy__attackchain(obj/item/A, mob/user, params) + if(istype(A, /obj/item/ammo_box/box_d44)) + return + return ..() + +/obj/item/ammo_box/magazine/internal/cylinder/d44 + name = ".44 revolver cylinder" + ammo_type = /obj/item/ammo_casing/d44 + caliber = "44" + max_ammo = 6 + +/obj/item/ammo_casing/d44 + desc = "A .44 bullet casing." + caliber = "44" + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "casing44" + projectile_type = /obj/item/projectile/bullet/d44 + muzzle_flash_strength = MUZZLE_FLASH_STRENGTH_NORMAL + muzzle_flash_range = MUZZLE_FLASH_RANGE_STRONG + +/obj/item/projectile/bullet/d44 + name = ".44 bullet" + icon_state = "bullet" + damage = 50 + damage_type = BRUTE + flag = "bullet" + hitsound_wall = "ricochet" + impact_effect_type = /obj/effect/temp_visual/impact_effect + spread = 20 + +/obj/item/ammo_box/speed_loader_d44 + name = "speed loader (.44)" + desc = "Designed to quickly reload revolvers." + ammo_type = /obj/item/ammo_casing/d44 + max_ammo = 6 + multi_sprite_step = 1 + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "44" + +/obj/item/ammo_box/box_d44 + name = "ammo box (.44)" + desc = "Contains up to 24 .44 cartridges, intended to either be inserted into a speed loader or into the gun manually." + w_class = WEIGHT_CLASS_NORMAL + ammo_type = /obj/item/ammo_casing/d44 + max_ammo = 24 + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "44_box" + +/obj/item/gun/projectile/revolver/reclinable/judge + name = "\improper Judge" + desc = "Тяжёлый револьвер ружейного калибра. Несмотря на короткий ствол и высокую отдачу крайне эффективное оружие ближней дистанции." + mag_type = /obj/item/ammo_box/magazine/internal/cylinder/ga12 + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + icon = 'modular_ss220/objects/icons/guns.dmi' + icon_state = "judge" + item_state = "judge" + w_class = WEIGHT_CLASS_NORMAL + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/gunshot_judge.ogg' + spread = 10 + recoil = 2 + fire_delay = 5 + +/obj/item/ammo_box/magazine/internal/cylinder/ga12 + name = ".12 revolver cylinder" + ammo_type = /obj/item/ammo_casing/shotgun/rubbershot + caliber = "shotgun" + max_ammo = 3 + +// RSH-12 12.7 +/obj/item/gun/projectile/revolver/reclinable/rsh12 + name = "RSh-12" + desc = "Тяжёлый револьвер винтовочного калибра с откидным стволом. По слухам, всё ещё находится на вооружении у СССП." + mag_type = /obj/item/ammo_box/magazine/internal/cylinder/rsh12 + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + icon = 'modular_ss220/objects/icons/guns.dmi' + icon_state = "rsh12" + item_state = "rsh12" + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/gunshot_rsh12.ogg' + +/obj/item/gun/projectile/revolver/reclinable/rsh12/attackby__legacy__attackchain(obj/item/A, mob/user, params) + if(istype(A, /obj/item/ammo_box/box_mm127)) + return + return ..() + +/obj/item/ammo_box/magazine/internal/cylinder/rsh12 + name = "12.7mm revolver cylinder" + ammo_type = /obj/item/ammo_casing/mm127 + caliber = "127mm" + max_ammo = 5 + +/obj/item/ammo_casing/mm127 + desc = "A 12.7mm bullet casing." + caliber = "127mm" + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "casing127mm" + projectile_type = /obj/item/projectile/bullet/mm127 + muzzle_flash_strength = MUZZLE_FLASH_RANGE_STRONG + muzzle_flash_range = MUZZLE_FLASH_RANGE_STRONG + +/obj/item/projectile/bullet/mm127 + name = "127mm bullet" + icon_state = "bullet" + damage = 75 + damage_type = BRUTE + flag = "bullet" + hitsound_wall = "ricochet" + impact_effect_type = /obj/effect/temp_visual/impact_effect + +/obj/item/projectile/bullet/mm127/on_hit(atom/target, blocked, hit_zone) + . = ..() + if(!isliving(target)) + return + var/mob/living/L = target + if(L.move_resist == INFINITY) + return + var/atom/throw_target = get_edge_target_turf(L, get_dir(src, get_step_away(L, starting))) + L.throw_at(throw_target, 2, 2) + +/obj/item/ammo_box/speed_loader_mm127 + name = "speed loader (12.7mm)" + desc = "Designed to quickly reload... is it a revolver speedloader with rifle cartidges in it?" + ammo_type = /obj/item/ammo_casing/mm127 + max_ammo = 5 + multi_sprite_step = 1 + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "mm127" + +/obj/item/ammo_box/box_mm127 + name = "ammo box (12.7)" + desc = "Contains up to 100 12.7mm cartridges." + w_class = WEIGHT_CLASS_BULKY + ammo_type = /obj/item/ammo_casing/mm127 + max_ammo = 100 + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "mm127_box" + +// Peas Shooter +/obj/item/gun/projectile/revolver/peas_shooter + name = "Peas Shooter" + desc = "Живой горох! Может стрелять горошинами, которые наносят слабый урон самооценке." + icon = 'modular_ss220/objects/icons/guns.dmi' + icon_state = "peas_shooter" + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/peas_shooter_gunshot.ogg' + drop_sound = 'modular_ss220/objects/sound/weapons/drop/peas_shooter_drop.ogg' + w_class = WEIGHT_CLASS_NORMAL + mag_type = /obj/item/ammo_box/magazine/peas_shooter + +/obj/item/ammo_box/magazine/peas_shooter + name = "peacock shooter magazine" + desc = "хранилище горошин для горохострела, вмещает до 6 горошин за раз." + ammo_type = /obj/item/ammo_casing/peas_shooter + max_ammo = 6 + +/obj/item/ammo_casing/peas_shooter + name = "pea bullet" + desc = "Пуля из гороха, не может нанести какого-либо ощутимого урона." + projectile_type = /obj/item/projectile/bullet/midbullet_r/peas_shooter + icon_state = "peashooter_bullet" + +// Пуля горохострела +/obj/item/projectile/bullet/midbullet_r/peas_shooter + icon = 'modular_ss220/objects/icons/ammo.dmi' + item_state = "peashooter_bullet" + stamina = 5 + damage = 0 + var/additional_zombie_damage = 10 + +/obj/item/projectile/bullet/midbullet_r/peas_shooter/prehit(atom/target) + if(HAS_TRAIT(target, TRAIT_I_WANT_BRAINS)) + damage += additional_zombie_damage + return ..() + +/obj/item/projectile/bullet/midbullet_r/peas_shooter/on_hit(mob/H) + . = ..() + if(ishuman(H) && prob(15)) + H.emote("moan") diff --git a/modular_ss220/objects/code/weapons/ranged/sakhno.dm b/modular_ss220/objects/code/weapons/ranged/sakhno.dm new file mode 100644 index 000000000000..cd1f09d88c25 --- /dev/null +++ b/modular_ss220/objects/code/weapons/ranged/sakhno.dm @@ -0,0 +1,43 @@ +// MARK: Sakhno rifle +/obj/item/gun/projectile/shotgun/boltaction/sakhno + name = "\improper Sakhno precision rifle" + desc = "Высокоточная винтовка Sakhno со скользящим затвором, которая была (и, безусловно, остается) крайне популярной среди \ + покорителей фронтира, контрабандистов, ЧОП'овцев, исследователей, и прочих рисковых ребят. Эта модель \ + была разработана и производится с 2440 года." + icon = 'modular_ss220/objects/icons/wide_guns.dmi' + icon_state = "sakhno" + item_state = "sakhno" + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/shot_heavy.ogg' + mag_type = /obj/item/ammo_box/magazine/internal/boltaction/sakhno + knife_x_offset = 30 + knife_y_offset = 12 + +/obj/item/ammo_box/magazine/internal/boltaction/sakhno + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "310" + ammo_type = /obj/item/ammo_casing/s310 + caliber = "s310" + max_ammo = 5 + multiload = 1 + +// MARK: .310 +/obj/item/ammo_box/s310 + name = "stripper clip (.310)" + desc = "A stripper clip for .310 cartridges, used in Sakhno rifles. Five round capacity." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "310" + ammo_type = /obj/item/ammo_casing/s310 + max_ammo = 5 + multi_sprite_step = 1 + +/obj/item/ammo_casing/s310 + name = ".310 round" + desc = "A .310 rifle cartridge" + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "310-casing" + caliber = "s310" + projectile_type = /obj/item/projectile/bullet/midbullet3/hp + muzzle_flash_strength = MUZZLE_FLASH_STRENGTH_STRONG + muzzle_flash_range = MUZZLE_FLASH_RANGE_STRONG diff --git a/modular_ss220/objects/code/weapons/ranged/skrell_rifle.dm b/modular_ss220/objects/code/weapons/ranged/skrell_rifle.dm new file mode 100644 index 000000000000..37782883759c --- /dev/null +++ b/modular_ss220/objects/code/weapons/ranged/skrell_rifle.dm @@ -0,0 +1,148 @@ +// MARK: Skrellian carbine +/obj/item/gun/energy/gun/skrell_carbine + name = "\improper skrellian carbine" + desc = "Энергетический карабин Vuu'Xqu*ix T-3, более известный в ТСФ как 'VT-3'. Это оружие редко можно увидеть где-то, помимо ОСС. \ + Имеет два режима мощности энерголуча: 'летальный' и 'штурмовой'. Второй предназначен для прорыва сквозь укрпеления противника." + icon = 'modular_ss220/objects/icons/guns.dmi' + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + item_state = "skrell_carbine" + icon_state = "skrell_carbine" + cell_type = /obj/item/stock_parts/cell/skrell_carbine_cell + ammo_type = list(/obj/item/ammo_casing/energy/laser/skrell_light, /obj/item/ammo_casing/energy/laser/skrell_assault) + origin_tech = "combat=6;magnets=5" + modifystate = 2 + execution_speed = 3 SECONDS + w_class = WEIGHT_CLASS_NORMAL + +/obj/item/gun/energy/gun/skrell_carbine/elite + name = "\improper elite skrellian carbine" + desc = "Энергетический карабин Vuu'Xqu*ix T-3, более известный в ТСФ как 'VT-3'. Это оружие редко можно увидеть где-то, помимо ОСС. \ + Этот экземпляр обладает батареей повышенной емкости, а так же дополнительными стабилизаторами стрельбы. \ + Имеет два режима мощности энерголуча: 'летальный' и 'штурмовой'. Второй предназначен для прорыва сквозь укрпеления противника." + ammo_type = list(/obj/item/ammo_casing/energy/laser/skrell_light/elite, /obj/item/ammo_casing/energy/laser/skrell_assault/elite) + +/obj/item/ammo_casing/energy/laser/skrell_light + projectile_type = /obj/item/projectile/beam/laser/skrell_light + muzzle_flash_color = LIGHT_COLOR_LAVENDER + select_name = "light" + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/blaster.ogg' + +/obj/item/ammo_casing/energy/laser/skrell_assault + projectile_type = /obj/item/projectile/beam/pulse/skrell_laser_assault + muzzle_flash_color = LIGHT_COLOR_LAVENDER + select_name = "assault" + e_cost = 1600 + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/blaster.ogg' + +/obj/item/ammo_casing/energy/laser/skrell_light/elite + e_cost = 50 + +/obj/item/ammo_casing/energy/laser/skrell_assault/elite + e_cost = 200 + +/obj/item/projectile/beam/laser/skrell_light + name = "laser" + icon_state = "purple_laser" + damage = 23 + impact_effect_type = /obj/effect/temp_visual/impact_effect/purple_laser + light_color = LIGHT_COLOR_LAVENDER + +/obj/item/projectile/beam/pulse/skrell_laser_assault + name = "heavy laser" + icon_state = "u_laser_alt" + damage = 10 + stamina = 80 + impact_effect_type = /obj/effect/temp_visual/impact_effect/blue_laser + light_color = LIGHT_COLOR_DARK_BLUE + weakened_against_rwalls = TRUE + +/obj/item/stock_parts/cell/skrell_carbine_cell + name = "\improper Vuu'Xqu*ix T-3 gun power cell" + maxcharge = 1600 + +// MARK: Skrellian railgun rifle +/obj/item/gun/projectile/automatic/sniper_rifle/skrell_rifle + name = "\improper skrellian rifle" + desc = "Винтовка Zquiv*Tzuuli-8, или ''ZT-8'' - это рельсотрон, стоящий на вооружении тяжелых штурмовых отрядов Раскинта из ОСС. \ + Имеет цилиндрический магазин заряжания, разгонный магнитный блок и стабилизаторы для точной стрельбы." + icon = 'modular_ss220/objects/icons/guns.dmi' + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + icon_state = "sniper" + item_state = "sniper" + fire_sound = 'modular_ss220/objects/sound/weapons/gunshots/railgun.ogg' + recoil = 0 + fire_delay = 25 + slot_flags = ITEM_SLOT_BELT + zoomable = FALSE + can_suppress = FALSE + mag_type = /obj/item/ammo_box/magazine/skrell_magazine + +/obj/item/gun/projectile/automatic/sniper_rifle/skrell_rifle/elite + name = "\improper elite skrellian rifle" + desc = "Винтовка Zquiv*Tzuuli-8, или ''ZT-8'' - это рельсотрон, стоящий на вооружении тяжелых штурмовых отрядов Раскинта из ОСС. \ + Имеет цилиндрический магазин заряжания, разгонный магнитный блок и стабилизаторы для точной стрельбы. \ + Этот экземпляр обладает расширенным магазинным гнездом, а так же оптическим прицелом." + fire_delay = 20 + zoomable = TRUE + mag_type = /obj/item/ammo_box/magazine/skrell_magazine/skrell_magazine_elite + +/obj/item/ammo_box/magazine/skrell_magazine + name = "\improper ammo cylinder" + desc = "Цилиндровый магазин для рельсотрона." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "skrell_magazine" + multi_sprite_step = 3 + ammo_type = /obj/item/ammo_casing/railgun + max_ammo = 4 + caliber = "railgun" + multiload = TRUE + +/obj/item/ammo_box/magazine/skrell_magazine/skrell_magazine_elite + icon_state = "skrell_magazine_elite" + multi_sprite_step = 7 + max_ammo = 8 + ammo_type = /obj/item/ammo_casing/railgun/railgun_strong + +/obj/item/ammo_casing/railgun + name = "\improper railgun ammo casing" + desc = "Снаряд для рельсотрона. Состоит из поражающего элемента и магнитного стабилизатора." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "railgun-casing" + caliber = "railgun" + projectile_type = /obj/item/projectile/bullet/railgun + +/obj/item/ammo_casing/railgun/railgun_strong + projectile_type = /obj/item/projectile/bullet/railgun/railgun_strong + +/obj/item/projectile/bullet/railgun + damage = 35 + armour_penetration_flat = 80 + pass_flags = PASSTABLE | PASSGRILLE | PASSGIRDER + speed = 0.2 + icon_state = "gauss_silenced" + light_color = LIGHT_COLOR_LIGHT_CYAN + +/obj/item/projectile/bullet/railgun/railgun_strong + damage = 45 + armour_penetration_flat = 30 + weaken = 0.2 + speed = 0.2 + +// MARK: Skrellian pistol +/obj/item/gun/energy/gun/skrell_pistol + name = "\improper self-charge skrellian pistol" + desc = "Энергетический пистолет Qua'l*Sarqzix-44x, известный на территориях ТСФ как QS-44. Компактный и удобный в использовании, имеет два режима мощности энерголуча: 'летальный' и 'нейтрализующий'. \ + Встроенный микрогенератор постепенно пополняет запас аккамулятора прямо в бою." + icon = 'modular_ss220/objects/icons/guns.dmi' + icon_state = "skrell_pistol" + item_state = "skrell_pistol" + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + ammo_type = list(/obj/item/ammo_casing/energy/laser/skrell_light, /obj/item/ammo_casing/energy/disabler) + w_class = WEIGHT_CLASS_SMALL + shaded_charge = FALSE + can_holster = TRUE + execution_speed = 4 SECONDS + selfcharge = TRUE diff --git a/modular_ss220/objects/code/weapons/ranged/sslr.dm b/modular_ss220/objects/code/weapons/ranged/sslr.dm new file mode 100644 index 000000000000..22525c8fd222 --- /dev/null +++ b/modular_ss220/objects/code/weapons/ranged/sslr.dm @@ -0,0 +1,72 @@ +/obj/item/gun/projectile/automatic/sslr + name = "SSLR" + desc = "Стандартная лазерная винтовка производства Warp-Tac Industries, использующая лазерные картриджи вместо аккумулятора. Одно из самых популярных решений для службы безопасности Nanotrasen." + icon = 'modular_ss220/objects/icons/guns.dmi' + lefthand_file = 'modular_ss220/objects/icons/inhands/guns_lefthand.dmi' + righthand_file = 'modular_ss220/objects/icons/inhands/guns_righthand.dmi' + icon_state = "sslr" + item_state = "sslr" + w_class = WEIGHT_CLASS_BULKY + weapon_weight = WEAPON_HEAVY + origin_tech = "combat=1;materials=1" + mag_type = /obj/item/ammo_box/magazine/sslr + fire_sound = 'sound/weapons/gunshots/gunshot_lascarbine.ogg' + magin_sound = 'sound/weapons/gun_interactions/batrifle_magin.ogg' + magout_sound = 'sound/weapons/gun_interactions/batrifle_magout.ogg' + can_suppress = FALSE + burst_size = 1 + actions_types = list() + +/obj/item/gun/projectile/automatic/sslr/update_icon_state() + icon_state = "sslr[magazine ? "-[CEILING(get_ammo(0) / 4, 1) * 4]" : ""]" + item_state = "sslr[magazine ? "" : "_empty"]" + +/obj/item/ammo_box/magazine/sslr + name = "SSLR magazine" + desc = "Стандартный магазин для винтовки SSLR производства Warp-Tac Industries." + icon = 'modular_ss220/objects/icons/ammo.dmi' + icon_state = "sslr" + ammo_type = /obj/item/ammo_casing/caseless/laser + origin_tech = "combat=1" + caliber = "laser" + max_ammo = 8 + multi_sprite_step = 4 + w_class = WEIGHT_CLASS_NORMAL + +/obj/item/ammo_box/small_laser + name = "small ammo box (laser)" + desc = "Упаковка на 8 лазерных патронов для лазерных винтовок с магазинным способом заряжания." + icon_state = "laserbox" + origin_tech = "combat=1" + ammo_type = /obj/item/ammo_casing/caseless/laser + max_ammo = 8 + w_class = WEIGHT_CLASS_NORMAL + +/datum/design/sslr_magazine + name = "Security Laser Rifle Magazine" + desc = "Стандратный магазин на 8 патронов для SSLR." + id = "mag_sslr" + build_type = PROTOLATHE + req_tech = list("combat" = 1, "powerstorage" = 1) + materials = list(MAT_METAL = 1600, MAT_PLASMA = 240) + build_path = /obj/item/ammo_box/magazine/sslr + category = list("Weapons") + +/datum/design/laser_rifle_small_ammo_box + name = "Security Laser Rifle Ammunition" + desc = "Упаковка на 8 лазерных патронов для лазерных винтовок с магазинным способом заряжания." + id = "small_box_laser" + build_type = PROTOLATHE + req_tech = list("combat" = 1, "powerstorage" = 1) + materials = list(MAT_METAL = 1600, MAT_PLASMA = 240) + build_path = /obj/item/ammo_box/small_laser + category = list("Weapons") + +/datum/supply_packs/security/armory/sslr_ammo + name = "SSLR Ammo Crate" + contains = list(/obj/item/ammo_box/magazine/sslr, + /obj/item/ammo_box/magazine/sslr, + /obj/item/ammo_box/magazine/sslr, + /obj/item/ammo_box/magazine/sslr) + cost = 150 + containername = "SSLR ammo crate" diff --git a/modular_ss220/objects/icons/ammo.dmi b/modular_ss220/objects/icons/ammo.dmi new file mode 100644 index 000000000000..9e52b4ae7c81 Binary files /dev/null and b/modular_ss220/objects/icons/ammo.dmi differ diff --git a/modular_ss220/objects/icons/animalhide.dmi b/modular_ss220/objects/icons/animalhide.dmi new file mode 100644 index 000000000000..cadaf51049c5 Binary files /dev/null and b/modular_ss220/objects/icons/animalhide.dmi differ diff --git a/modular_ss220/objects/icons/bed.dmi b/modular_ss220/objects/icons/bed.dmi new file mode 100644 index 000000000000..7f5dced6d7a9 Binary files /dev/null and b/modular_ss220/objects/icons/bed.dmi differ diff --git a/modular_ss220/objects/icons/billboard.dmi b/modular_ss220/objects/icons/billboard.dmi new file mode 100644 index 000000000000..f9f6445a77d9 Binary files /dev/null and b/modular_ss220/objects/icons/billboard.dmi differ diff --git a/modular_ss220/objects/icons/boxes.dmi b/modular_ss220/objects/icons/boxes.dmi new file mode 100644 index 000000000000..7290c8bf0f25 Binary files /dev/null and b/modular_ss220/objects/icons/boxes.dmi differ diff --git a/modular_ss220/objects/icons/closets.dmi b/modular_ss220/objects/icons/closets.dmi new file mode 100644 index 000000000000..4551f3423ae8 Binary files /dev/null and b/modular_ss220/objects/icons/closets.dmi differ diff --git a/modular_ss220/objects/icons/flag.dmi b/modular_ss220/objects/icons/flag.dmi new file mode 100644 index 000000000000..82cd49360f01 Binary files /dev/null and b/modular_ss220/objects/icons/flag.dmi differ diff --git a/modular_ss220/objects/icons/flora/sakura.dmi b/modular_ss220/objects/icons/flora/sakura.dmi new file mode 100644 index 000000000000..838137105a73 Binary files /dev/null and b/modular_ss220/objects/icons/flora/sakura.dmi differ diff --git a/modular_ss220/objects/icons/flora/sakura_grass.dmi b/modular_ss220/objects/icons/flora/sakura_grass.dmi new file mode 100644 index 000000000000..7fd3130684ed Binary files /dev/null and b/modular_ss220/objects/icons/flora/sakura_grass.dmi differ diff --git a/modular_ss220/objects/icons/fountain.dmi b/modular_ss220/objects/icons/fountain.dmi new file mode 100644 index 000000000000..299ed085e4dd Binary files /dev/null and b/modular_ss220/objects/icons/fountain.dmi differ diff --git a/modular_ss220/objects/icons/guns.dmi b/modular_ss220/objects/icons/guns.dmi new file mode 100644 index 000000000000..0b1e0c63091e Binary files /dev/null and b/modular_ss220/objects/icons/guns.dmi differ diff --git a/modular_ss220/objects/icons/id_skins.dmi b/modular_ss220/objects/icons/id_skins.dmi new file mode 100644 index 000000000000..58cb4b9e8d18 Binary files /dev/null and b/modular_ss220/objects/icons/id_skins.dmi differ diff --git a/modular_ss220/objects/icons/inhands/chairs_lefthand.dmi b/modular_ss220/objects/icons/inhands/chairs_lefthand.dmi new file mode 100644 index 000000000000..47e5b1987120 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/chairs_lefthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/chairs_righthand.dmi b/modular_ss220/objects/icons/inhands/chairs_righthand.dmi new file mode 100644 index 000000000000..b4d36788d281 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/chairs_righthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/flags_lefthand.dmi b/modular_ss220/objects/icons/inhands/flags_lefthand.dmi new file mode 100644 index 000000000000..c79d3bdce4c7 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/flags_lefthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/flags_righthand.dmi b/modular_ss220/objects/icons/inhands/flags_righthand.dmi new file mode 100644 index 000000000000..72911ea69e02 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/flags_righthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/guns_lefthand.dmi b/modular_ss220/objects/icons/inhands/guns_lefthand.dmi new file mode 100644 index 000000000000..8b77e53ebc47 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/guns_lefthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/guns_righthand.dmi b/modular_ss220/objects/icons/inhands/guns_righthand.dmi new file mode 100644 index 000000000000..bbecbad178b5 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/guns_righthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/melee_lefthand.dmi b/modular_ss220/objects/icons/inhands/melee_lefthand.dmi new file mode 100644 index 000000000000..738f8c58acc4 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/melee_lefthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/melee_righthand.dmi b/modular_ss220/objects/icons/inhands/melee_righthand.dmi new file mode 100644 index 000000000000..844e8b00b1c7 Binary files /dev/null and b/modular_ss220/objects/icons/inhands/melee_righthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/plushies_lefthand.dmi b/modular_ss220/objects/icons/inhands/plushies_lefthand.dmi new file mode 100644 index 000000000000..e98ca7b4ffae Binary files /dev/null and b/modular_ss220/objects/icons/inhands/plushies_lefthand.dmi differ diff --git a/modular_ss220/objects/icons/inhands/plushies_righthand.dmi b/modular_ss220/objects/icons/inhands/plushies_righthand.dmi new file mode 100644 index 000000000000..7ecb36e7a9cf Binary files /dev/null and b/modular_ss220/objects/icons/inhands/plushies_righthand.dmi differ diff --git a/modular_ss220/objects/icons/inhead/head.dmi b/modular_ss220/objects/icons/inhead/head.dmi new file mode 100644 index 000000000000..b47d9ce9b1a5 Binary files /dev/null and b/modular_ss220/objects/icons/inhead/head.dmi differ diff --git a/modular_ss220/objects/icons/key.dmi b/modular_ss220/objects/icons/key.dmi new file mode 100644 index 000000000000..4740d7b5e706 Binary files /dev/null and b/modular_ss220/objects/icons/key.dmi differ diff --git a/modular_ss220/objects/icons/lighting.dmi b/modular_ss220/objects/icons/lighting.dmi new file mode 100644 index 000000000000..681726d0fedb Binary files /dev/null and b/modular_ss220/objects/icons/lighting.dmi differ diff --git a/modular_ss220/objects/icons/material_pouch.dmi b/modular_ss220/objects/icons/material_pouch.dmi new file mode 100644 index 000000000000..861e224027ff Binary files /dev/null and b/modular_ss220/objects/icons/material_pouch.dmi differ diff --git a/modular_ss220/objects/icons/mattress.dmi b/modular_ss220/objects/icons/mattress.dmi new file mode 100644 index 000000000000..812e358712fb Binary files /dev/null and b/modular_ss220/objects/icons/mattress.dmi differ diff --git a/modular_ss220/objects/icons/mech.dmi b/modular_ss220/objects/icons/mech.dmi new file mode 100644 index 000000000000..0bf1578d0628 Binary files /dev/null and b/modular_ss220/objects/icons/mech.dmi differ diff --git a/modular_ss220/objects/icons/mecha.dmi b/modular_ss220/objects/icons/mecha.dmi new file mode 100644 index 000000000000..8ed14e52e3ac Binary files /dev/null and b/modular_ss220/objects/icons/mecha.dmi differ diff --git a/modular_ss220/objects/icons/melee.dmi b/modular_ss220/objects/icons/melee.dmi new file mode 100644 index 000000000000..d219ebe2a30d Binary files /dev/null and b/modular_ss220/objects/icons/melee.dmi differ diff --git a/modular_ss220/objects/icons/officetoys.dmi b/modular_ss220/objects/icons/officetoys.dmi new file mode 100644 index 000000000000..ecf83d6b82bd Binary files /dev/null and b/modular_ss220/objects/icons/officetoys.dmi differ diff --git a/modular_ss220/objects/icons/papershredder.dmi b/modular_ss220/objects/icons/papershredder.dmi new file mode 100644 index 000000000000..2cb519d6d4a2 Binary files /dev/null and b/modular_ss220/objects/icons/papershredder.dmi differ diff --git a/modular_ss220/objects/icons/plastic.dmi b/modular_ss220/objects/icons/plastic.dmi new file mode 100644 index 000000000000..638c504f65e0 Binary files /dev/null and b/modular_ss220/objects/icons/plastic.dmi differ diff --git a/modular_ss220/objects/icons/platform.dmi b/modular_ss220/objects/icons/platform.dmi new file mode 100644 index 000000000000..1f6dcf8a4251 Binary files /dev/null and b/modular_ss220/objects/icons/platform.dmi differ diff --git a/modular_ss220/objects/icons/plushies.dmi b/modular_ss220/objects/icons/plushies.dmi new file mode 100644 index 000000000000..92bad5aeadbb Binary files /dev/null and b/modular_ss220/objects/icons/plushies.dmi differ diff --git a/modular_ss220/objects/icons/posters.dmi b/modular_ss220/objects/icons/posters.dmi new file mode 100644 index 000000000000..3e9e1fdaaae5 Binary files /dev/null and b/modular_ss220/objects/icons/posters.dmi differ diff --git a/modular_ss220/objects/icons/tribune.dmi b/modular_ss220/objects/icons/tribune.dmi new file mode 100644 index 000000000000..5e8775263ec9 Binary files /dev/null and b/modular_ss220/objects/icons/tribune.dmi differ diff --git a/modular_ss220/objects/icons/umbrella.dmi b/modular_ss220/objects/icons/umbrella.dmi new file mode 100644 index 000000000000..78bf6eaa3b9a Binary files /dev/null and b/modular_ss220/objects/icons/umbrella.dmi differ diff --git a/modular_ss220/objects/icons/wallets.dmi b/modular_ss220/objects/icons/wallets.dmi new file mode 100644 index 000000000000..6671ebef4606 Binary files /dev/null and b/modular_ss220/objects/icons/wallets.dmi differ diff --git a/modular_ss220/objects/icons/wide_guns.dmi b/modular_ss220/objects/icons/wide_guns.dmi new file mode 100644 index 000000000000..9e84712f81f2 Binary files /dev/null and b/modular_ss220/objects/icons/wide_guns.dmi differ diff --git a/modular_ss220/objects/sound/officetoys/buttonclick.ogg b/modular_ss220/objects/sound/officetoys/buttonclick.ogg new file mode 100644 index 000000000000..0c03b6b6289a Binary files /dev/null and b/modular_ss220/objects/sound/officetoys/buttonclick.ogg differ diff --git a/modular_ss220/objects/sound/officetoys/fan_end.ogg b/modular_ss220/objects/sound/officetoys/fan_end.ogg new file mode 100644 index 000000000000..1c50757d2b90 Binary files /dev/null and b/modular_ss220/objects/sound/officetoys/fan_end.ogg differ diff --git a/modular_ss220/objects/sound/officetoys/fan_mid1.ogg b/modular_ss220/objects/sound/officetoys/fan_mid1.ogg new file mode 100644 index 000000000000..1abf9b9b5e68 Binary files /dev/null and b/modular_ss220/objects/sound/officetoys/fan_mid1.ogg differ diff --git a/modular_ss220/objects/sound/officetoys/fan_start.ogg b/modular_ss220/objects/sound/officetoys/fan_start.ogg new file mode 100644 index 000000000000..5ff9b64ffccb Binary files /dev/null and b/modular_ss220/objects/sound/officetoys/fan_start.ogg differ diff --git a/modular_ss220/objects/sound/officetoys/microfan.ogg b/modular_ss220/objects/sound/officetoys/microfan.ogg new file mode 100644 index 000000000000..26631f593245 Binary files /dev/null and b/modular_ss220/objects/sound/officetoys/microfan.ogg differ diff --git a/modular_ss220/objects/sound/officetoys/newtoncradle.ogg b/modular_ss220/objects/sound/officetoys/newtoncradle.ogg new file mode 100644 index 000000000000..48cf91228a1a Binary files /dev/null and b/modular_ss220/objects/sound/officetoys/newtoncradle.ogg differ diff --git a/modular_ss220/objects/sound/officetoys/newtoncradle_mid1.ogg b/modular_ss220/objects/sound/officetoys/newtoncradle_mid1.ogg new file mode 100644 index 000000000000..35e6bb6ec62b Binary files /dev/null and b/modular_ss220/objects/sound/officetoys/newtoncradle_mid1.ogg differ diff --git a/modular_ss220/objects/sound/pshred.ogg b/modular_ss220/objects/sound/pshred.ogg new file mode 100644 index 000000000000..a722f3006899 Binary files /dev/null and b/modular_ss220/objects/sound/pshred.ogg differ diff --git a/modular_ss220/objects/sound/weapons/cylinder/reclined_rsh12.ogg b/modular_ss220/objects/sound/weapons/cylinder/reclined_rsh12.ogg new file mode 100644 index 000000000000..698b798cdc74 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/cylinder/reclined_rsh12.ogg differ diff --git a/modular_ss220/objects/sound/weapons/cylinder/snapback_rsh12.ogg b/modular_ss220/objects/sound/weapons/cylinder/snapback_rsh12.ogg new file mode 100644 index 000000000000..8a5a76170a84 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/cylinder/snapback_rsh12.ogg differ diff --git a/modular_ss220/objects/sound/weapons/drop/peas_shooter_drop.ogg b/modular_ss220/objects/sound/weapons/drop/peas_shooter_drop.ogg new file mode 100644 index 000000000000..dd760f244901 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/drop/peas_shooter_drop.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/beretta_shot.ogg b/modular_ss220/objects/sound/weapons/gunshots/beretta_shot.ogg new file mode 100644 index 000000000000..4a413dd2cb8a Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/beretta_shot.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/blaster.ogg b/modular_ss220/objects/sound/weapons/gunshots/blaster.ogg new file mode 100644 index 000000000000..829a5c365579 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/blaster.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/gunshot_anaconda.ogg b/modular_ss220/objects/sound/weapons/gunshots/gunshot_anaconda.ogg new file mode 100644 index 000000000000..bca062190f94 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/gunshot_anaconda.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/gunshot_judge.ogg b/modular_ss220/objects/sound/weapons/gunshots/gunshot_judge.ogg new file mode 100644 index 000000000000..12205a02d695 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/gunshot_judge.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/gunshot_pneumatic.ogg b/modular_ss220/objects/sound/weapons/gunshots/gunshot_pneumatic.ogg new file mode 100644 index 000000000000..69607153d610 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/gunshot_pneumatic.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/gunshot_rsh12.ogg b/modular_ss220/objects/sound/weapons/gunshots/gunshot_rsh12.ogg new file mode 100644 index 000000000000..0e200cf97395 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/gunshot_rsh12.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/peas_shooter_gunshot.ogg b/modular_ss220/objects/sound/weapons/gunshots/peas_shooter_gunshot.ogg new file mode 100644 index 000000000000..8ff2a18feaee Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/peas_shooter_gunshot.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/railgun.ogg b/modular_ss220/objects/sound/weapons/gunshots/railgun.ogg new file mode 100644 index 000000000000..0b939fd9a60e Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/railgun.ogg differ diff --git a/modular_ss220/objects/sound/weapons/gunshots/shot_heavy.ogg b/modular_ss220/objects/sound/weapons/gunshots/shot_heavy.ogg new file mode 100644 index 000000000000..f91b21ec4d80 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/gunshots/shot_heavy.ogg differ diff --git a/modular_ss220/objects/sound/weapons/melee/electrostaff/on.ogg b/modular_ss220/objects/sound/weapons/melee/electrostaff/on.ogg new file mode 100644 index 000000000000..4a3e0f0abb07 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/melee/electrostaff/on.ogg differ diff --git a/modular_ss220/objects/sound/weapons/melee/sardaukar/equip.ogg b/modular_ss220/objects/sound/weapons/melee/sardaukar/equip.ogg new file mode 100644 index 000000000000..92ca5f02172f Binary files /dev/null and b/modular_ss220/objects/sound/weapons/melee/sardaukar/equip.ogg differ diff --git a/modular_ss220/objects/sound/weapons/melee/sardaukar/knifehit1.ogg b/modular_ss220/objects/sound/weapons/melee/sardaukar/knifehit1.ogg new file mode 100644 index 000000000000..3e4a04c0f1de Binary files /dev/null and b/modular_ss220/objects/sound/weapons/melee/sardaukar/knifehit1.ogg differ diff --git a/modular_ss220/objects/sound/weapons/styletext.ogg b/modular_ss220/objects/sound/weapons/styletext.ogg new file mode 100644 index 000000000000..c5d7484a9452 Binary files /dev/null and b/modular_ss220/objects/sound/weapons/styletext.ogg differ diff --git a/modular_ss220/outfits/_outfits.dm b/modular_ss220/outfits/_outfits.dm new file mode 100644 index 000000000000..a761085d5890 --- /dev/null +++ b/modular_ss220/outfits/_outfits.dm @@ -0,0 +1,4 @@ +/datum/modpack/outfits + name = "Outfits" + desc = "Аутфиты для админ спавна." + author = "Grombila" diff --git a/modular_ss220/outfits/_outfits.dme b/modular_ss220/outfits/_outfits.dme new file mode 100644 index 000000000000..d10bfeea5088 --- /dev/null +++ b/modular_ss220/outfits/_outfits.dme @@ -0,0 +1,3 @@ +#include "_outfits.dm" + +#include "code/outfits.dm" diff --git a/modular_ss220/outfits/code/outfits.dm b/modular_ss220/outfits/code/outfits.dm new file mode 100644 index 000000000000..e3b3fc8e5ce7 --- /dev/null +++ b/modular_ss220/outfits/code/outfits.dm @@ -0,0 +1,453 @@ +// MARK: Soviets +/datum/outfit/admin/soviet/admiral + belt = /obj/item/gun/projectile/revolver/reclinable/rsh12 + + backpack_contents = list( + /obj/item/storage/box/soviet = 1, + /obj/item/ammo_box/speed_loader_mm127 = 3 + ) + +/datum/outfit/admin/soviet/marine/captain + + backpack_contents = list( + /obj/item/storage/box/soviet = 1, + /obj/item/gun/projectile/revolver/reclinable/anaconda = 1, + /obj/item/ammo_box/speed_loader_d44 = 2, + /obj/item/storage/fancy/cigarettes/cigpack_syndicate = 1, + /obj/item/lighter/zippo/engraved = 1 + ) + +/datum/outfit/admin/soviet/officer + belt = /obj/item/gun/projectile/revolver/reclinable/rsh12 + + backpack_contents = list( + /obj/item/storage/box/soviet = 1, + /obj/item/lighter/zippo = 1, + /obj/item/storage/fancy/cigarettes/cigpack_syndicate = 1, + /obj/item/ammo_box/speed_loader_mm127 = 2 + ) + +// MARK: NT & Syndie Officers +/datum/outfit/job/syndicateofficer + suit = /obj/item/clothing/suit/space/deathsquad/officer/syndie + +/datum/outfit/job/ntnavyofficer + l_pocket = /obj/item/melee/baseball_bat/homerun/central_command + +/obj/item/clothing/head/beret/centcom/officer/navy/marine + name = "navy blue beret" + +// MARK: NT Officer outfits +/datum/outfit/job/admin/ntnavyofficer + name = "Nanotrasen Navy Officer" + jobtype = /datum/job/ntnavyofficer + + uniform = /obj/item/clothing/under/rank/centcom/officer + gloves = /obj/item/clothing/gloves/color/white + shoes = /obj/item/clothing/shoes/centcom + head = /obj/item/clothing/head/beret/centcom/officer + l_ear = /obj/item/radio/headset/centcom + glasses = /obj/item/clothing/glasses/hud/security/sunglasses + id = /obj/item/card/id/centcom + pda = /obj/item/pda/centcom + bio_chips = list( + /obj/item/bio_chip/mindshield, + /obj/item/bio_chip/dust + ) + backpack = /obj/item/storage/backpack/satchel + backpack_contents = list( + /obj/item/stamp/centcom = 1, + ) + box = /obj/item/storage/box/centcomofficer + cybernetic_implants = list( + /obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened, + /obj/item/organ/internal/cyberimp/arm/combat/centcom + ) + +/datum/outfit/job/admin/ntnavyofficer/on_mind_initialize(mob/living/carbon/human/H) + . = ..() + H.mind.offstation_role = TRUE + +/datum/outfit/job/admin/ntspecops + name = "Special Operations Officer" + jobtype = /datum/job/ntspecops + allow_backbag_choice = FALSE + uniform = /obj/item/clothing/under/rank/centcom/captain + suit = /obj/item/clothing/suit/space/deathsquad/officer + belt = /obj/item/storage/belt/military/assault + gloves = /obj/item/clothing/gloves/combat + shoes = /obj/item/clothing/shoes/combat + mask = /obj/item/clothing/mask/holo_cigar + head = /obj/item/clothing/head/helmet/space/deathsquad/beret + l_ear = /obj/item/radio/headset/centcom + glasses = /obj/item/clothing/glasses/hud/security/sunglasses + id = /obj/item/card/id/centcom + pda = /obj/item/pda/centcom + r_pocket = /obj/item/storage/fancy/matches + back = /obj/item/storage/backpack/satchel + box = /obj/item/storage/box/centcomofficer + backpack_contents = list( + /obj/item/clothing/shoes/magboots/advance = 1, + /obj/item/storage/box/zipties = 1 + ) + bio_chips = list( + /obj/item/bio_chip/mindshield, + /obj/item/bio_chip/dust + ) + cybernetic_implants = list( + /obj/item/organ/internal/eyes/cybernetic/xray/hardened, + /obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, + /obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened, + /obj/item/organ/internal/cyberimp/arm/combat/centcom + ) + +/datum/outfit/job/admin/ntspecops/on_mind_initialize(mob/living/carbon/human/H) + . = ..() + H.mind.offstation_role = TRUE + +/datum/outfit/job/admin/ntspecops/alt + name = "Specops alt. RSH-12, saber, bandana" + belt = /obj/item/storage/belt/sheath/saber + backpack_contents = list( + /obj/item/gun/projectile/revolver/reclinable/rsh12, + /obj/item/ammo_box/speed_loader_mm127, + /obj/item/ammo_box/speed_loader_mm127, + /obj/item/ammo_box/speed_loader_mm127, + /obj/item/clothing/mask/bandana/red + ) + suit_store = /obj/item/ammo_box/box_mm127 + +/datum/outfit/job/admin/ntnavyofficer/alt + name = "NT Navy Officer alt. Coat NT, holo, noble, cane" + mask = /obj/item/clothing/mask/holo_cigar + suit = /obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt/coat_nt + shoes = /obj/item/clothing/shoes/fluff/noble_boot + belt = /obj/item/melee/classic_baton/ntcane + +/datum/outfit/job/admin/ntnavyofficer/alt2 + name = "NT Navy Officer alt. Cloak NT, holo" + suit = /obj/item/clothing/suit/space/deathsquad/officer/field/cloak_nt + mask = /obj/item/clothing/mask/holo_cigar + +/datum/outfit/job/admin/ntnavyofficer/field + name = "Nanotrasen Navy Field Officer" + + gloves = /obj/item/clothing/gloves/combat + suit = /obj/item/clothing/suit/space/deathsquad/officer/field + head = /obj/item/clothing/head/helmet/space/deathsquad/beret/field + l_pocket = /obj/item/melee/baseball_bat/homerun/central_command + + bio_chips = list( + /obj/item/bio_chip/mindshield, + /obj/item/bio_chip/dust, + /obj/item/organ/internal/cyberimp/brain/anti_sleep/hardened, + /obj/item/organ/internal/cyberimp/chest/reviver/hardened, + /obj/item/organ/internal/cyberimp/eyes/hud/medical, + /obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, + /obj/item/organ/internal/eyes/cybernetic/thermals/hardened + ) + +/datum/outfit/job/admin/ntnavyofficer/field/alt + name = "Nanotrasen Navy Field Officer alt. Ring, mateba, holster" + gloves =/obj/item/clothing/gloves/ring/silver + mask = /obj/item/clothing/mask/holo_cigar + backpack_contents = list( + /obj/item/clothing/accessory/scarf/purple, + /obj/item/clothing/gloves/combat, + /obj/item/gun/projectile/revolver/mateba, + /obj/item/ammo_box/a357, + /obj/item/ammo_box/a357, + /obj/item/ammo_box/a357, + /obj/item/clothing/accessory/holster + ) + +/datum/outfit/job/admin/nt_navy_captain + name = "NT Navy Captain (Advanced)" + + uniform = /obj/item/clothing/under/rank/centcom/captain + back = /obj/item/storage/backpack/satchel + belt = /obj/item/storage/belt/sheath/saber + gloves = /obj/item/clothing/gloves/color/white + shoes = /obj/item/clothing/shoes/centcom + head = /obj/item/clothing/head/beret/centcom/captain + l_ear = /obj/item/radio/headset/centcom + glasses = /obj/item/clothing/glasses/hud/security/sunglasses + id = /obj/item/card/id/centcom + pda = /obj/item/pda/centcom + backpack_contents = list( + /obj/item/storage/box/centcomofficer, + /obj/item/bio_chip_implanter/death_alarm, + /obj/item/stamp/centcom, + /obj/item/gun/projectile/revolver/reclinable/rsh12, + /obj/item/ammo_box/speed_loader_mm127, + /obj/item/ammo_box/speed_loader_mm127 + ) + bio_chips = list( + /obj/item/bio_chip/mindshield, + /obj/item/bio_chip/dust + ) + cybernetic_implants = list( + /obj/item/organ/internal/eyes/cybernetic/xray/hardened, + /obj/item/organ/internal/cyberimp/brain/anti_stam/hardened, + /obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened + ) + +/datum/outfit/job/admin/nt_navy_captain/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + + var/obj/item/card/id/I = H.wear_id + if(istype(I)) + apply_to_card(I, H, get_centcom_access("Nanotrasen Navy Captain"), "Nanotrasen Navy Captain") + H.sec_hud_set_ID() + +/datum/outfit/job/admin/ntnavyofficer/field/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + H.mind.offstation_role = TRUE + var/obj/item/card/id/I = H.wear_id + if(istype(I)) + apply_to_card(I, H, get_centcom_access("Nanotrasen Navy Officer"), "Nanotrasen Navy Field Officer") + I.rank = "Nanotrasen Navy Officer" + I.assignment = "Nanotrasen Navy Field Officer" + H.sec_hud_set_ID() + +/datum/outfit/job/admin/ntnavyofficer/intern + name = "NT Intern" + uniform = /obj/item/clothing/under/rank/centcom/intern + head = /obj/item/clothing/head/beret/centcom/intern + glasses = /obj/item/clothing/glasses/hud/skills/sunglasses + gloves = /obj/item/clothing/gloves/fingerless + id = /obj/item/card/id/centcom + backpack_contents = list( + /obj/item/stamp/centcom, + /obj/item/clipboard, + /obj/item/stack/spacecash/c200 + ) + bio_chips = list( + /obj/item/bio_chip/mindshield + ) + cybernetic_implants = list( + /obj/item/organ/internal/cyberimp/chest/nutriment/plus/hardened + ) + +/datum/outfit/job/admin/ntnavyofficer/intern/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + + var/obj/item/card/id/I = H.wear_id + if(istype(I)) + apply_to_card(I, H, get_centcom_access("Nanotrasen Navy Officer"), "Nanotrasen CentCom Intern") + I.rank = "Nanotrasen Navy Officer" + I.assignment = "Nanotrasen CentCom Intern" + H.sec_hud_set_ID() + +/obj/item/clothing/head/helmet/space/deathsquad/beret/field + icon_state = "beret_centcom_officer" + +// MARK: SRT +/datum/outfit/admin/srt + name = "Special Response Team Member" + + uniform = /obj/item/clothing/under/solgov/srt + suit = /obj/item/clothing/suit/armor/vest/fluff/tactical + suit_store = /obj/item/gun/energy/gun/blueshield/pdw9 + back = /obj/item/storage/backpack/satchel_blueshield + belt = /obj/item/storage/belt/military/assault/srt + gloves = /obj/item/clothing/gloves/combat + shoes = /obj/item/clothing/shoes/combat/swat + head = /obj/item/clothing/head/beret/centcom/officer/navy/marine + l_ear = /obj/item/radio/headset/ert/alt + glasses = /obj/item/clothing/glasses/hud/security/sunglasses + id = /obj/item/card/id/ert/security + pda = /obj/item/pda/heads/ert/security + box = /obj/item/storage/box/responseteam + r_pocket = /obj/item/flashlight/seclite + l_pocket = /obj/item/pinpointer/advpinpointer + backpack_contents = list( + /obj/item/clothing/mask/gas/explorer/marines, + /obj/item/storage/box/handcuffs, + /obj/item/ammo_box/magazine/smgm9mm, + /obj/item/clothing/accessory/holster, + /obj/item/gun/projectile/automatic/proto + ) + bio_chips = list( + /obj/item/bio_chip/mindshield + ) + cybernetic_implants = list( + /obj/item/organ/internal/cyberimp/arm/baton, + /obj/item/organ/internal/cyberimp/eyes/hud/security + ) + var/id_icon = "syndie" + +/datum/outfit/admin/srt/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + + var/obj/item/card/id/I = H.wear_id + if(istype(I)) + apply_to_card(I, H, get_centcom_access("Emergency Response Team Member"), "Special Response Team Member") + I.assignment = "Emergency Response Team Officer" + H.sec_hud_set_ID() + +/obj/item/clothing/under/solgov/srt + name = "marine uniform" + desc = "A comfortable and durable combat uniform" + +/obj/item/storage/belt/military/assault/srt/populate_contents() + new /obj/item/reagent_containers/spray/pepper(src) + new /obj/item/flash(src) + new /obj/item/grenade/flashbang(src) + new /obj/item/restraints/legcuffs/bola/energy(src) + new /obj/item/ammo_box/magazine/smgm9mm(src) + new /obj/item/ammo_box/magazine/smgm9mm(src) + update_icon() + +// MARK: ERT +/* Commander */ +/datum/outfit/job/centcom/response_team/commander/amber + glasses = /obj/item/clothing/glasses/hud/security/sunglasses + +/* Engineer */ +/datum/outfit/job/centcom/response_team/engineer/amber + suit = /obj/item/clothing/suit/space/ert_engineer + head = /obj/item/clothing/head/helmet/space/ert_engineer + +// MARK: Skrell +/datum/outfit/admin/sdtf + name = "Skrellian Defence Task Forces Marine" + uniform = /obj/item/clothing/under/solgov/srt + back = /obj/item/mod/control/pre_equipped/exclusive/skrell_raskinta + belt = /obj/item/melee/vibroblade + glasses = /obj/item/clothing/glasses/night + gloves = /obj/item/clothing/gloves/combat + shoes = /obj/item/clothing/shoes/combat + l_ear = /obj/item/radio/headset/skrellian + id = /obj/item/card/id + l_hand = /obj/item/gun/energy/gun/skrell_carbine/elite + r_pocket = /obj/item/reagent_containers/hypospray/autoinjector/nt_emergency/skrell + l_pocket = /obj/item/tank/internals/emergency_oxygen/double + mask = /obj/item/clothing/mask/gas/swat + backpack_contents = list( + /obj/item/storage/box/skrell, + /obj/item/storage/box/smoke_grenades, + /obj/item/grenade/plastic/c4 = 2, + /obj/item/storage/box/handcuffs, + /obj/item/clothing/accessory/holster, + /obj/item/gun/energy/gun/skrell_pistol + ) + cybernetic_implants = list( + /obj/item/organ/internal/cyberimp/chest/nutriment/plus, + /obj/item/organ/internal/cyberimp/brain/anti_drop, + /obj/item/organ/internal/cyberimp/eyes/hud/medical, + ) + var/is_sardaukar = FALSE + +/datum/outfit/admin/sdtf/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE) + . = ..() + if(visualsOnly) + return + + H.add_language("Skrellian") + H.set_default_language(GLOB.all_languages["Skrellian"]) + + var/obj/item/card/id/I = H.wear_id + if(istype(I)) + var/applied_rank = is_sardaukar ? "Emperor Guard" : "SDTF Raskinta Katish" + apply_to_card(I, H, list(ACCESS_MAINT_TUNNELS), applied_rank, /obj/item/card/id/away/old/med::icon_state) + H.sec_hud_set_ID() + +/datum/outfit/admin/sdtf/rifleman + name = "Skrellian Defence Task Forces Officer" + l_hand = /obj/item/gun/projectile/automatic/sniper_rifle/skrell_rifle + belt = /obj/item/storage/belt/military/assault/skrell + suit_store = /obj/item/melee/vibroblade + backpack_contents = list( + /obj/item/storage/box/skrell, + /obj/item/gun/energy/gun/skrell_carbine/elite, + /obj/item/storage/box/smoke_grenades, + /obj/item/grenade/plastic/c4 = 2, + /obj/item/clothing/accessory/holster, + /obj/item/gun/energy/gun/skrell_pistol + ) + +/datum/outfit/admin/sdtf/sardaukar + name = "Skrellian Defence Task Forces Emperor Guard" + l_hand = /obj/item/gun/projectile/automatic/sniper_rifle/skrell_rifle/elite + belt = /obj/item/storage/belt/military/assault/skrell_elite + back = /obj/item/mod/control/pre_equipped/exclusive/skrell_sardaukars + r_pocket = /obj/item/reagent_containers/hypospray/combat/nanites + suit_store = /obj/item/melee/vibroblade/sardaukar + backpack_contents = list( + /obj/item/gun/energy/gun/skrell_carbine/elite, + /obj/item/storage/box/skrell, + /obj/item/storage/box/smoke_grenades, + /obj/item/grenade/plastic/c4 = 2, + /obj/item/clothing/accessory/holster, + /obj/item/cqc_manual, + /obj/item/shield/energy, + /obj/item/gun/energy/gun/skrell_pistol + ) + cybernetic_implants = list( + /obj/item/organ/internal/cyberimp/chest/nutriment/plus, + /obj/item/organ/internal/cyberimp/brain/anti_drop, + /obj/item/organ/internal/cyberimp/eyes/hud/medical, + /obj/item/organ/internal/cyberimp/brain/sensory_enhancer, + /obj/item/organ/internal/cyberimp/brain/anti_stam + ) + is_sardaukar = TRUE + +/obj/item/radio/headset/skrellian + name = "skrellian bowman headset" + desc = "Used by SDFT forces. Protects ears from flashbangs." + flags = EARBANGPROTECT + origin_tech = "syndicate=3" + icon_state = "com_headset_alt" + item_state = "com_headset_alt" + ks1type = /obj/item/encryptionkey/skrell + requires_tcomms = FALSE + +/obj/item/encryptionkey/skrell + name = "skrellian encryption key" + icon_state = "cypherkey" + channels = list("Special Ops" = 1, "Security" = 1, "Command" = 1) + origin_tech = "syndicate=4" + +/obj/item/reagent_containers/hypospray/autoinjector/nt_emergency/skrell + name = "nanites emergency autoinjector" + desc = "Одноразовый автоинжектор с нанитами." + list_reagents = list("nanites" = 10) + +/obj/item/storage/box/skrell + name = "boxed survival kit" + desc = "A standard issue SDTF survival kit." + icon = 'modular_ss220/objects/icons/boxes.dmi' + icon_state = "skrell_box" + +/obj/item/storage/box/skrell/populate_contents() + new /obj/item/tank/internals/emergency_oxygen/engi(src) + new /obj/item/crowbar/small(src) + new /obj/item/flashlight/flare(src) + new /obj/item/kitchen/knife/combat(src) + new /obj/item/reagent_containers/hypospray/autoinjector/nt_emergency/skrell(src) + new /obj/item/reagent_containers/hypospray/autoinjector/nt_emergency/skrell(src) + +/obj/item/storage/belt/military/assault/skrell/populate_contents() + new /obj/item/ammo_box/magazine/skrell_magazine(src) + new /obj/item/ammo_box/magazine/skrell_magazine(src) + new /obj/item/ammo_box/magazine/skrell_magazine(src) + new /obj/item/ammo_box/magazine/skrell_magazine(src) + new /obj/item/ammo_box/magazine/skrell_magazine(src) + new /obj/item/restraints/legcuffs/bola/energy(src) + +/obj/item/storage/belt/military/assault/skrell_elite/populate_contents() + new /obj/item/ammo_box/magazine/skrell_magazine/skrell_magazine_elite(src) + new /obj/item/ammo_box/magazine/skrell_magazine/skrell_magazine_elite(src) + new /obj/item/ammo_box/magazine/skrell_magazine/skrell_magazine_elite(src) + new /obj/item/ammo_box/magazine/skrell_magazine/skrell_magazine_elite(src) + new /obj/item/ammo_box/magazine/skrell_magazine/skrell_magazine_elite(src) + new /obj/item/restraints/legcuffs/bola/energy(src) diff --git a/modular_ss220/phrases/_phrases.dm b/modular_ss220/phrases/_phrases.dm new file mode 100644 index 000000000000..53357f8ea857 --- /dev/null +++ b/modular_ss220/phrases/_phrases.dm @@ -0,0 +1,4 @@ +/datum/modpack/phrases + name = "Пак фраз" + desc = "Вносим разнообразие для крикунов, вендоматов и цитирований." + author = "PhantomRU" diff --git a/modular_ss220/phrases/_phrases.dme b/modular_ss220/phrases/_phrases.dme new file mode 100644 index 000000000000..3a8abd9db6f8 --- /dev/null +++ b/modular_ss220/phrases/_phrases.dme @@ -0,0 +1,4 @@ +#include "_phrases.dm" + +#include "code/mobs_phrases.dm" +#include "code/vending_phrases.dm" diff --git a/modular_ss220/phrases/code/mobs_phrases.dm b/modular_ss220/phrases/code/mobs_phrases.dm new file mode 100644 index 000000000000..d9051651756e --- /dev/null +++ b/modular_ss220/phrases/code/mobs_phrases.dm @@ -0,0 +1,156 @@ +/datum/mutation/disability/tourettes/on_life(mob/living/carbon/human/H) + . = ..() + if(rand(0, 10000) == 0) + H.say("Ублюдок, мать твою, а ну иди сюда говно собачье, решил ко мне лезть? Ты, засранец вонючий, мать твою, а? Ну иди сюда, попробуй меня трахнуть, я тебя сам трахну ублюдок, онанист чертов, будь ты проклят, иди идиот, трахать тебя и всю семью, говно собачье, жлоб вонючий, дерьмо, сука, падла, иди сюда, мерзавец, негодяй, гад, иди сюда ты - говно, жопа!") + +/mob/living/carbon/human/handle_disabilities() + . = ..() + if(getBrainLoss() >= 60 && stat != DEAD) + if(prob(3)) + var/list/crazysay = list( + "Я НЕПОБЕДИМ!!!", + "Я НЕУЯЗВИМ!!!", + "Я НЕОСТАНОВИМ!!!", + "Я КОРОЛЬ [pick("ЯЩЕРИЦ", "МОЛЕЙ", "ВУЛЬП", "КЛОУНОВ", "СТАНЦИИ", "ЗВЕРЕЙ", "БЕЗ КОРОНЫ", "ЦК", "ТСФ", "ССП", "СИНДИКАТА")]!!!", + "Ха-ха, не догонишь!", + "Че вылупился?!", + "ААААА ЗАХЛОПНИСЬ!!!", + "ХВАТИТ ГОВОРИТЬ!!!", + "КАК ВЫ МНЕ ВСЕ НАДОЕЛИ!!!", + "СЛИШКОМ ШУМНО!!!", + "КАК ПРОЙТИ В БИБЛИОТЕКУ?!", + "ВОССЛАВЬ СОЛНЦЕ!", + "МНЕ БОРЩ БЕЗ СВЕКЛЫ!", + "Я люблю пельмени без начинки.", + "Я люблю ананасовую пиццу.", + "Самое вкусное в пицце - бортики!", + "Я ХОЧУ [pick("СЕБЯ", "ТЕБЯ", "ПОНИ", "ЭТО", "ЕГО", "КУШАТЬ", "ПИТЬ", "ПИСЯТЬ", "НЕ ХОЧУ", "РАДУЖНЫЙ КАРАНДАШ", "ИЗМЕНИТЬ ТЕБЕ", "ОРАТЬ", + "[pick("УДАРИТЬ", "ОБНЯТЬ", "ПОЦЕЛОВАТЬ", "ЗАДУШИТЬ", "ПОГЛАДИТЬ", "НАКРИЧАТЬ НА", "ИЗБАВИТЬ ОТ СТРАДАНИЙ", "ПОСЛАТЬ")] [pick( + "ТЕБЯ", "СЕБЯ", "КЛОУНА", "МИМА", "ЩИТКУРА", "ОФИЦЕРА", "ПОВАРА", "МЕДИКА", "КОРОВУ", "САНЮ")]")]!", + // вспоминаем мемы + "ЗДОРОВЕННЫЙ ЯЗЬ!!!", + "ЙААААААААЗЬ!", + "ЯЯЯЯЯЯЯЗЬ!", + "АННИГИЛЯТОРНАЯ ПУШКА!", + "КУРВА КОСМОБОБЁР!", + "ЭТО КОСМОБОБЁР!", + "Денег нет, но я держусь!", + "КАК ТЕБЕ ТАКОЕ, ИЛОН СПАСК?", + "НО Я ЖЕ ЛЮБЛЮ ТЕБЯ!", + "ВРАЧА, ВРАЧА, ПОЗОВИТЕ ВРАЧА!", + "У неё преждеродовые начались. Мы не можем ей помочь.", + "ТЫ УКРАЛ МОЁ СЕРДЕЧКО!", + // Проклятые мемы + "Наташа вставай, мы всё уронили!", + "ПРЕВЕД!", + "ПРЕВЕЕЕЕД!", + "ПРЕВЕД МЕДВЕД!", + "УЧИТЕ ОЛБАНСКИЙ ЯЗЫК!", + "ржунимагу", + "пацталом", + "многабукаф", + "стопицот", + "ЖЫВТОНЕ ЧОЧО УПЯЧКА!!!", + "УПЯЧКА УПЯЧКА!!!", + "ШЯЧЛО ПОПЯЧТСА!!!", + "ПОПЯЧТСА!!!", + "Я идиот! Убейте меня кто-нибудь!", + "УПЯЧКА!", + "Я ДУРАК У МЕНЯ СПРАВКА ЕСТЬ!", + "Мне борщ с капустой, но не красный!", + "Котлетки... С пюрешкой!..", + "шлакоблокунь", + "MINE LAVALAND CRAFT ЭТО МОЯ ЖИЗНЬ!!!", + "Ну умер я и умер, че бубнить то.", + "Ты на станцию прилетел - косарь отдал!", + "БРАТИШКА, Я ТЕБЕ ПОКУШАТЬ ПРИНЕС!", + "ГДЕ ПРУФЫ, БИЛЛИ?!", + "ЭТО НОРМА!", + "ЭТО НЕ НОРМА!", + "ЭТО НИХУЯ НЕ НОРМА!", + "Ты втираешь мне какую-то дичь!", + "ЭТО ОБМАН ЧТОБЫ НАБРАТЬ КЛАССЫ!", + "ЭТО БУДЕТ ФИАСКО!", + "ЭТО ФИАСКО, БРАТАН!", + "ЧИВО", + "ЧИВО БЛЯТ?", + // Будь проклято онеме + "В ЭЛЬФИЙСКОЙ ПЕСНЕ НЕ БЫЛО ЭЛЬФОВ!!!", + "БОКУ НО ПИКО НЕ В БОКУ!", + "КОВБОЙ БИБОП НЕ КОВБОЙ И НЕ БИБОП!", + "ЭТОТ ГЛУПЫЙ СВИН НЕ ПОНИМАЕТ МЕЧТЫ ДЕВОЧКИ ЗАЙКИ!", + // А теперь цитаты настоящего пацана с брейндамагом. + "Не важно кто - важно кто!", + "Если волк молчит - то лучше его не перебивать!", + "Не важно кто слабее - важно кто сильный!", + "Вы меня не поправляйте, я вам не трусы.", + "Лучше быть последним-первым, чем первым-последним.", + "Лучше иметь друга, чем друг друга.", + "Моего друга сбила машина и он больше мне не друг, ведь друзья на дороге не валяются.", + "Побеждать по жизни могут только победители.", + "Безумно можно быть первым!", + "Если предали один раз - то это только первый раз. Если предали еще - то это второй.", + "Сделал дело - дело сделано.", + "Не важно в какой жопе ты находишься, главное чтобы в твоей жопе никто не находился!", + "Срать вечно.", + "Одна ошибка и ты ошибся!", + "Поссать без пука, это как поесть шашлык без лука!", + "Если хочешь идти - иди.", + "Если хочешь забыть - забудь.", + "Жи ши пиши от души.", + "Клади навоз густо - в амбаре будет не пусто.", + "Лучше с пацанами на подике, чем с чертями на шаттле.", + "Я ЗАПРЕЩАЮ ВАМ СРАТЬ!", + "Безумно можно.", + "Живи, кайфуй, гуляй, играй, упал - вставай, наглей, ругай, чужих роняй, NTOS обновляй, картошка, суп, пельмени, чай.", + // возвращаемся к дебильным фразам + "СЛАВА КРЫСИНОМУ СУПЕРСАТАНЕ!!!", + "ХОНК КРЫСБАР!!!", + "Я ПОЖАЛУЮСЬ НА ТЕБЯ В КОСМИЧЕСКОЕ СПОРТЛОТО!", + "СССП ПРИДИ ПОРЯДОК НАВЕДИ!", + "СЛАВА? КТО ТАКОЙ СЛАВА!?", + "Я МАШИНА", + "Я в своем познании настолько преисполнился...", + "Я в своем познании настолько преисполнился, что как будто бы уже сто триллионов миллиардов лет проживаю на триллионах и триллионах таких же станций, понимаешь?", + "ЧТО ЭТО НА ПОТОЛКЕ?!", + "ОНО СМОТРИТ НА МЕНЯ!!!", + "ГЛАЗА НА ПОТОЛКЕ!!!", + "ЧТО ЭТО ЗА РОЖА НА ПОТОЛКЕ?!", + "ГДЕ НАШ ПОТОЛОК?!", + "КУДА ВЫ ДЕЛИ ПОТОЛОК?!", + "А где потолок?!", + "ОЙ ДОГОНЮ!", + "АЙ НЕ ДОГОНИШЬ!", + "НЕ СМОТРИТЕ НА МЕНЯ!", + "ВСЕ СМОТРИТЕ НА МЕНЯ!", + "СМОТРИТЕ, СМОТРИТЕ НА МЕНЯ!", + "ПРЕКРАТИТЬ ХУЙНЮ!", + "ОГУЗКИ, ОГРЫЗКИ!", + "Я ЗНАКОМ С КОРОНОПРИНЦЕМ!", + "МОЙ ПАПА ГЛАВНЫЙ [pick("НА ЦК", "У ССП", "У ТСФ", "У СИНДИКАТА", "БАНДЮГАН", "И УВАЖАЕМЫЙ ЧЕЛОВЕК", "ОТЕЦ")]!!!", + "Мама мыла раму...", + "Ыыыы...", + "Ээээ...", + "ААА ААААА ААААААААА!!!", + "У меня слюна потекла...", + "Вытрите мою слюну!..", + "Мне нужна присыпка...", + "КОГДА ДОБАВЯТ ПОДЫ?!", + + ) + if(prob(95)) + say(pick(crazysay)) + else + var/list/flipsay = list( + "Зацени сальтуху!", + "Ща ебану сальтуху!", + "Сальтуха!", + "ЗАЦЕНИ ЧЕ МОГУ!!!", + "Опля!", + "Але ОП!", + "Волки в цирке не выступают - а делают сальтуху!", + "ЗАЦЕНИ!", + "А ТЫ ТАК СМОЖЕШЬ?!", + ) + say(pick(flipsay)) + emote("flip") diff --git a/modular_ss220/phrases/code/vending_phrases.dm b/modular_ss220/phrases/code/vending_phrases.dm new file mode 100644 index 000000000000..3754d1d443a9 --- /dev/null +++ b/modular_ss220/phrases/code/vending_phrases.dm @@ -0,0 +1,100 @@ + +/obj/machinery/economy/vending/boozeomat/Initialize(mapload) + . = ..() + slogan_list |= list( + "Пригуби - не медли!", + "Жизнь плоха без бухла!", + "Чтобы пить - здоровым надо быть!", + "Насыпать вам немного сухого вина?", + "Всего лишь 26 литров пива достаточно взрослому человеку для покрытия дневной потребности в кальции.", + "Самая трезвая мысль за весь день - это мысль о выпивке!", + "Не говори НЕТ алкоголю. Он всеравно не услышит!", + "Инициатор ваших отношений - алкоголь!", + "Шотландская пословица: «Пошли дурака за скотчем, он и принесет липкую ленту».", + "50 грамм муравьев можно послать за бутылкой водки!", + "После бутылки коньяка беседа превращается в утечку информации.", + "Лечись пивом, мёдом и корицей. Такой вот метод неплохой! Если ты еще не бухой!", + "Не важно откуда ты, главное куда налил!", + "Ты не у себя дома, тебя не ждет гора посуды и бардак, а значит можно и выпить!", + "А ведь с кем только ни поведёшься, чтобы набраться!", + "Открывая колу - прикупите виски!", + "Вам виски прямые, косые, в бутылке?", + "Лучший проверенный телепорт и машина времени со старых времен!", + "Вирус водкой не убить, но можно напугать!", + "1 стопка водки в день - отгонит продавца яблоками!", + "Я знаю, что может быть лучше похмелья — похмелье на работе!", + "Проводим биатлон: пока бежишь за водкой, по пути стреляешь сигареты!", + ) + +/obj/machinery/economy/vending/cigarette/Initialize(mapload) + . = ..() + slogan_list |= list( + "Обслужите даме рот!", + "Сигаретку, спичку, коробок?", + "На заметку. Люди, покупающие сигареты поштучно, не знают, что курение убивает.", + "Кури - убей в себе коня!", + "Ты уже бросаешь? Тогда начни вновь курить!", + "Сегодня мужчина считается джентльменом, если перед поцелуем он вынимает сигарету изо рта.", + "Если есть в кармане пачка сигарет - значит всё не так уж плохо на сегодняшний день!", + "И билет на самолёт с серебристым крылом, что, взлетая, оставляет земле лишь тень.", + "Что мне больше всего нравится в работе - это перекуры!", + "Ты можешь не прикасаться к сигарете, рюмке, женщине. Пока тебе не стукнет 18!", + "Если стрелять, то максимум сигареты. Если взрывать, то минимум танцпол!", + "Пока у человека есть сигареты - он многое вынесет.", + "Гаси свою вспышку гнева разжигая сигарету!", + "Окурок — это сигарета с богатым жизненным опытом.", + "Водка, хлеб, сигареты — без этого люди не проживут, мы этим предприятиям помогаем!", // реальная цитата Лукашенко + "В своей нелёгкой жизни, я два «безбашенных» поступка совершил. Не закурил от беса сигарету и тату на тело не набил!", + "Проводим биатлон: пока бежишь за водкой, по пути стреляешь сигареты!", + ) + +/obj/machinery/economy/vending/syndicigs/Initialize(mapload) + . = ..() + // тоже самое + slogan_list |= list( + "Обслужите даме рот!", + "Сигаретку, спичку, коробок?", + "Минздраву на заметку. Люди, покупающие сигареты поштучно, не знают, что курение убивает.", + "Кури - убей в себе коня!", + "Ты уже бросаешь? Тогда начни вновь курить!", + "Сегодня мужчина считается джентльменом, если перед поцелуем он вынимает сигарету изо рта.", + "Если есть в кармане пачка сигарет - значит всё не так уж плохо на сегодняшний день!", + "И билет на самолёт с серебристым крылом, что, взлетая, оставляет земле лишь тень.", + "Что мне больше всего нравится в работе - это перекуры!", + "Своим здоровьем и долголетием я обязан тому, что ни разу не прикоснулся ни к сигарете, ни к рюмке, ни к женщине, пока мне не стукнуло десять.", + "Если стрелять, то максимум сигареты. Если взрывать, то минимум танцпол!", + "Пока у человека есть сигареты - он многое вынесет.", + "Гаси свою вспышку гнева разжигая сигарету!", + "Окурок — это сигарета с богатым жизненным опытом.", + "Жалей, что не закурил от беса сигарету и тату на тело не набил!", + "Проводим биатлон: пока бежишь за водкой, по пути стреляешь сигареты!", + ) + +/obj/machinery/economy/vending/snack/Initialize(mapload) + . = ..() + slogan_list |= list( + "Один мальчик прожил без еды три года, потому что бутерброды — это не еда.", + "Заедай весь стресс!", + "Самая чистая и простая любовь — это любовь к еде.", + "Сыр – это труп молока.", + "Нет плохих блюд, есть плохо приготовленные.", + "Чаще аппетит приходит во время отсутствия еды.", + "Курица — это не птица, курица — это еда такая.", + "Назло врагам, съешь ужин сам.", + "Курица — существо, которое едят либо до его рождения, либо после его смерти.", + ) + +/obj/machinery/economy/vending/syndisnack/Initialize(mapload) + . = ..() + // тоже самое + slogan_list |= list( + "Один мальчик прожил без еды три года, потому что бутерброды — это не еда.", + "Смертность от хачапури намного выше, чем смертность от харакири.", + "Самая чистая и простая любовь — это любовь к еде.", + "Сыр – это труп молока.", + "Нет плохих блюд, есть плохо приготовленные.", + "Чаще аппетит приходит во время отсутствия еды.", + "Курица — это не птица, курица — это еда такая.", + "Назло врагам, съешь ужин сам.", + "Курица — существо, которое едят либо до его рождения, либо после его смерти.", + ) diff --git a/modular_ss220/pixel_shift/_pixel_shift.dm b/modular_ss220/pixel_shift/_pixel_shift.dm new file mode 100644 index 000000000000..477168b29ce6 --- /dev/null +++ b/modular_ss220/pixel_shift/_pixel_shift.dm @@ -0,0 +1,4 @@ +/datum/modpack/pixel_shift + name = "Pixel Shift" + desc = "Позволяет двигаться по-пиксельно в пределах турфа" + author = "larentoun" diff --git a/modular_ss220/pixel_shift/_pixel_shift.dme b/modular_ss220/pixel_shift/_pixel_shift.dme new file mode 100644 index 000000000000..358bedbd1246 --- /dev/null +++ b/modular_ss220/pixel_shift/_pixel_shift.dme @@ -0,0 +1,8 @@ +#include "_pixel_shift.dm" + +#include "code/_pixel_shift_defines.dm" +#include "code/layer_shift.dm" +#include "code/pixel_shift_component.dm" +#include "code/pixel_shift_keybind.dm" +#include "code/pixel_shift_mob.dm" +#include "code/~pixel_shift_defines.dm" diff --git a/modular_ss220/pixel_shift/code/_pixel_shift_defines.dm b/modular_ss220/pixel_shift/code/_pixel_shift_defines.dm new file mode 100644 index 000000000000..23bcff0827dc --- /dev/null +++ b/modular_ss220/pixel_shift/code/_pixel_shift_defines.dm @@ -0,0 +1,2 @@ +#define COMSIG_KB_MOB_PIXEL_SHIFT_DOWN "keybinding_mob_pixel_shift_down" +#define COMSIG_KB_MOB_PIXEL_SHIFT_UP "keybinding_mob_pixel_shift_up" diff --git a/modular_ss220/pixel_shift/code/layer_shift.dm b/modular_ss220/pixel_shift/code/layer_shift.dm new file mode 100644 index 000000000000..3be3824c06fd --- /dev/null +++ b/modular_ss220/pixel_shift/code/layer_shift.dm @@ -0,0 +1,36 @@ +#define MOB_LAYER_SHIFT_INCREMENT 0.01 +#define MOB_LAYER_SHIFT_MIN 3.95 +//#define MOB_LAYER 4 // This is a byond standard define +#define MOB_LAYER_SHIFT_MAX 4.05 + +/mob/living/verb/layershift_up() + set name = "Shift Layer Upwards" + set category = "IC" + + if(incapacitated()) + to_chat(src, span_warning("You can't do that right now!")) + return + + if(layer >= MOB_LAYER_SHIFT_MAX) + to_chat(src, span_warning("You cannot increase your layer priority any further.")) + return + + layer += MOB_LAYER_SHIFT_INCREMENT + var/layer_priority = round((layer - MOB_LAYER) * 100, 1) // Just for text feedback + to_chat(src, span_notice("Your layer priority is now [layer_priority].")) + +/mob/living/verb/layershift_down() + set name = "Shift Layer Downwards" + set category = "IC" + + if(incapacitated()) + to_chat(src, span_warning("You can't do that right now!")) + return + + if(layer <= MOB_LAYER_SHIFT_MIN) + to_chat(src, span_warning("You cannot decrease your layer priority any further.")) + return + + layer -= MOB_LAYER_SHIFT_INCREMENT + var/layer_priority = round((layer - MOB_LAYER) * 100, 1) // Just for text feedback + to_chat(src, span_notice("Your layer priority is now [layer_priority].")) diff --git a/modular_ss220/pixel_shift/code/pixel_shift_component.dm b/modular_ss220/pixel_shift/code/pixel_shift_component.dm new file mode 100644 index 000000000000..ad2055219623 --- /dev/null +++ b/modular_ss220/pixel_shift/code/pixel_shift_component.dm @@ -0,0 +1,99 @@ +#define MAXIMUM_PIXEL_SHIFT 12 +#define PASSABLE_SHIFT_THRESHOLD 8 + +/datum/component/pixel_shift + dupe_mode = COMPONENT_DUPE_UNIQUE + /// Whether the mob is pixel shifted or not + var/is_shifted = FALSE + /// If we are in the shifting setting. + var/shifting = TRUE + /// Takes the four cardinal direction defines. Any atoms moving into this atom's tile will be allowed to from the added directions. + var/passthroughable = NONE + +/datum/component/pixel_shift/Initialize(...) + . = ..() + if(!isliving(parent) || isAI(parent)) + return COMPONENT_INCOMPATIBLE + +/datum/component/pixel_shift/RegisterWithParent() + RegisterSignal(parent, COMSIG_KB_MOB_PIXEL_SHIFT_DOWN, PROC_REF(pixel_shift_down)) + RegisterSignal(parent, COMSIG_KB_MOB_PIXEL_SHIFT_UP, PROC_REF(pixel_shift_up)) + RegisterSignal(parent, COMSIG_MOVABLE_MOVED, PROC_REF(unpixel_shift)) + RegisterSignal(parent, SIGNAL_ADDTRAIT(TRAIT_IMMOBILIZED), PROC_REF(unpixel_shift)) + RegisterSignal(parent, COMSIG_LIVING_PROCESS_SPACEMOVE, PROC_REF(pre_move_check)) + RegisterSignal(parent, COMSIG_LIVING_CAN_PASS, PROC_REF(check_passable)) + +/datum/component/pixel_shift/UnregisterFromParent() + UnregisterSignal(parent, COMSIG_KB_MOB_PIXEL_SHIFT_DOWN) + UnregisterSignal(parent, COMSIG_KB_MOB_PIXEL_SHIFT_UP) + UnregisterSignal(parent, COMSIG_MOVABLE_MOVED) + UnregisterSignal(parent, SIGNAL_ADDTRAIT(TRAIT_IMMOBILIZED)) + UnregisterSignal(parent, COMSIG_LIVING_PROCESS_SPACEMOVE) + UnregisterSignal(parent, COMSIG_LIVING_CAN_PASS) + +/datum/component/pixel_shift/proc/pre_move_check(mob/source, movement_dir) + SIGNAL_HANDLER + if(shifting) + pixel_shift(source, movement_dir) + return COMPONENT_BLOCK_SPACEMOVE + +/datum/component/pixel_shift/proc/check_passable(mob/source, atom/movable/mover, target, height) + SIGNAL_HANDLER + var/mob/living/carbon/human/owner = parent + if(!istype(mover, /obj/item/projectile) && !mover.throwing && passthroughable & get_dir(owner, mover)) + return COMPONENT_LIVING_PASSABLE + +/datum/component/pixel_shift/proc/pixel_shift_down() + SIGNAL_HANDLER + shifting = TRUE + return COMSIG_KB_ACTIVATED + +/datum/component/pixel_shift/proc/pixel_shift_up() + SIGNAL_HANDLER + shifting = FALSE + +/datum/component/pixel_shift/proc/unpixel_shift() + SIGNAL_HANDLER + passthroughable = NONE + if(is_shifted) + var/mob/living/owner = parent + owner.pixel_x = owner.get_standard_pixel_x_offset() + owner.pixel_y = owner.get_standard_pixel_y_offset() + qdel(src) + +/datum/component/pixel_shift/proc/pixel_shift(mob/target, direction) + var/mob/living/owner = parent + if(HAS_TRAIT(owner, TRAIT_RESTRAINED) || HAS_TRAIT(owner, TRAIT_IMMOBILIZED) || length(owner.grabbed_by) || owner.stat != CONSCIOUS) + return + passthroughable = NONE + switch(direction) + if(NORTH) + if(owner.pixel_y < MAXIMUM_PIXEL_SHIFT + initial(owner.pixel_y)) + owner.pixel_y++ + is_shifted = TRUE + if(EAST) + if(owner.pixel_x < MAXIMUM_PIXEL_SHIFT + initial(owner.pixel_x)) + owner.pixel_x++ + is_shifted = TRUE + if(SOUTH) + if(owner.pixel_y > -MAXIMUM_PIXEL_SHIFT + initial(owner.pixel_y)) + owner.pixel_y-- + is_shifted = TRUE + if(WEST) + if(owner.pixel_x > -MAXIMUM_PIXEL_SHIFT + initial(owner.pixel_x)) + owner.pixel_x-- + is_shifted = TRUE + + // Yes, I know this sets it to true for everything if more than one is matched. + // Movement doesn't check diagonals, and instead just checks EAST or WEST, depending on where you are for those. + if(owner.pixel_y - initial(owner.pixel_y) > PASSABLE_SHIFT_THRESHOLD) + passthroughable |= EAST | SOUTH | WEST + else if(owner.pixel_y - initial(owner.pixel_y) < -PASSABLE_SHIFT_THRESHOLD) + passthroughable |= NORTH | EAST | WEST + if(owner.pixel_x - initial(owner.pixel_x) > PASSABLE_SHIFT_THRESHOLD) + passthroughable |= NORTH | SOUTH | WEST + else if(owner.pixel_x - initial(owner.pixel_x) < -PASSABLE_SHIFT_THRESHOLD) + passthroughable |= NORTH | EAST | SOUTH + +#undef MAXIMUM_PIXEL_SHIFT +#undef PASSABLE_SHIFT_THRESHOLD diff --git a/modular_ss220/pixel_shift/code/pixel_shift_keybind.dm b/modular_ss220/pixel_shift/code/pixel_shift_keybind.dm new file mode 100644 index 000000000000..b845107ae2ef --- /dev/null +++ b/modular_ss220/pixel_shift/code/pixel_shift_keybind.dm @@ -0,0 +1,14 @@ +/datum/keybinding/living/pixel_shift + keys = list("B") + name = "Pixel Shift" + category = KB_CATEGORY_MOVEMENT + +/datum/keybinding/living/pixel_shift/down(client/user) + . = ..() + if(SEND_SIGNAL(user.mob, COMSIG_KB_MOB_PIXEL_SHIFT_DOWN) & COMSIG_KB_ACTIVATED) + return + user.mob.add_pixel_shift_component() + +/datum/keybinding/living/pixel_shift/up(client/user) + . = ..() + SEND_SIGNAL(user.mob, COMSIG_KB_MOB_PIXEL_SHIFT_UP) diff --git a/modular_ss220/pixel_shift/code/pixel_shift_mob.dm b/modular_ss220/pixel_shift/code/pixel_shift_mob.dm new file mode 100644 index 000000000000..1180d44cf9a4 --- /dev/null +++ b/modular_ss220/pixel_shift/code/pixel_shift_mob.dm @@ -0,0 +1,13 @@ +/mob/proc/add_pixel_shift_component() + return + +/mob/living/add_pixel_shift_component() + AddComponent(/datum/component/pixel_shift) + +/mob/living/silicon/ai/add_pixel_shift_component() + return + +/datum/species/moth/spec_Process_Spacemove(mob/living/carbon/human/H) + . = ..() + if(has_gravity(H)) + return FALSE diff --git a/modular_ss220/pixel_shift/code/~pixel_shift_defines.dm b/modular_ss220/pixel_shift/code/~pixel_shift_defines.dm new file mode 100644 index 000000000000..bb4bb97b64dd --- /dev/null +++ b/modular_ss220/pixel_shift/code/~pixel_shift_defines.dm @@ -0,0 +1,2 @@ +#undef COMSIG_KB_MOB_PIXEL_SHIFT_DOWN +#undef COMSIG_KB_MOB_PIXEL_SHIFT_UP diff --git a/modular_ss220/preferences/_preferences.dm b/modular_ss220/preferences/_preferences.dm new file mode 100644 index 000000000000..13404d8e8a5a --- /dev/null +++ b/modular_ss220/preferences/_preferences.dm @@ -0,0 +1,4 @@ +/datum/modpack/preferences + name = "Кастомные настройки" + desc = "Игровые настройки, разработанные для проекта" + author = "Maxiemar" diff --git a/modular_ss220/preferences/_preferences.dme b/modular_ss220/preferences/_preferences.dme new file mode 100644 index 000000000000..4a65419c8dd1 --- /dev/null +++ b/modular_ss220/preferences/_preferences.dme @@ -0,0 +1,4 @@ +#include "_preferences.dm" + +#include "code/preferences.dm" +#include "code/preferences_toggles.dm" diff --git a/modular_ss220/preferences/code/preferences.dm b/modular_ss220/preferences/code/preferences.dm new file mode 100644 index 000000000000..cc4df2865aa0 --- /dev/null +++ b/modular_ss220/preferences/code/preferences.dm @@ -0,0 +1,59 @@ +/datum/preferences + var/toggles220 = TOGGLES_220_DEFAULT + +/datum/preferences/load_preferences(datum/db_query/query) + . = ..() + if(!.) + return + + return load_custom_preferences() + +/datum/preferences/save_preferences(client/C) + . = ..() + if(!.) + return + + return save_custom_preferences(C) + +/datum/preference_toggle/set_toggles(client/user) + var/datum/preferences/our_prefs = user.prefs + switch(preftoggle_toggle) + if(PREFTOGGLE_TOGGLE220) + our_prefs.toggles220 ^= preftoggle_bitflag + to_chat(user, "[(our_prefs.toggles220 & preftoggle_bitflag) ? enable_message : disable_message]") + . = ..() + +/datum/preferences/proc/load_custom_preferences() + var/datum/db_query/preferences_query = SSdbcore.NewQuery({"SELECT + toggles + FROM player_220 + WHERE ckey=:ckey"}, list( + "ckey" = parent.ckey + )) + + if(!preferences_query.warn_execute()) + qdel(preferences_query) + return FALSE + + while(preferences_query.NextRow()) + toggles220 = preferences_query.item[1] + + toggles220 = sanitize_integer(toggles220, 0, TOGGLES_220_TOTAL, initial(toggles220)) + + qdel(preferences_query) + return TRUE + +/datum/preferences/proc/save_custom_preferences(client/C) + var/datum/db_query/query = SSdbcore.NewQuery({"UPDATE player_220 SET + toggles=:toggles + WHERE ckey=:ckey"}, list( + "toggles" = num2text(toggles220, CEILING(log(10, (TOGGLES_220_TOTAL)), 1)), + "ckey" = C.ckey, + )) + + if(!query.warn_execute()) + qdel(query) + return FALSE + + qdel(query) + return TRUE diff --git a/modular_ss220/preferences/code/preferences_toggles.dm b/modular_ss220/preferences/code/preferences_toggles.dm new file mode 100644 index 000000000000..473738f2bdc0 --- /dev/null +++ b/modular_ss220/preferences/code/preferences_toggles.dm @@ -0,0 +1,9 @@ +/datum/preference_toggle/toggle_credits + name = "Показывать титры" + description = "Показывать титры по окончании раунда" + preftoggle_bitflag = PREFTOGGLE_220_WATCH_CREDITS + preftoggle_toggle = PREFTOGGLE_TOGGLE220 + preftoggle_category = PREFTOGGLE_CATEGORY_LIVING + enable_message = "Вы будете видеть титры в конце раундов." + disable_message = "Вы не будете видеть титры в конце раундов." + blackbox_message = "Toggle Credits" diff --git a/modular_ss220/prime_only/_prime.dm b/modular_ss220/prime_only/_prime.dm new file mode 100644 index 000000000000..18b003263ed0 --- /dev/null +++ b/modular_ss220/prime_only/_prime.dm @@ -0,0 +1,13 @@ +/datum/modpack/prime_only + name = "Эксклюзивы прайма" + desc = "Всё что попросили стримеры эксклюзивно для прайма." + author = "Все кто сюда полез." + +/datum/modpack/prime_only/pre_initialize() + . = ..() + +/datum/modpack/prime_only/initialize() + . = ..() + +/datum/modpack/prime_only/post_initialize() + . = ..() diff --git a/modular_ss220/prime_only/_prime.dme b/modular_ss220/prime_only/_prime.dme new file mode 100644 index 000000000000..901850d569ec --- /dev/null +++ b/modular_ss220/prime_only/_prime.dme @@ -0,0 +1,12 @@ +#include "_prime.dm" + +#include "code/anakonda.dm" +#include "code/cattleprod.dm" +#include "code/clothing/under.dm" +#include "code/megafauna.dm" +#include "code/objects.dm" +#include "code/outfit.dm" +#include "code/tts_seeds.dm" +#include "code/vending.dm" +#include "code/crematorium.dm" +#include "code/shuttle_gib.dm" diff --git a/modular_ss220/prime_only/code/anakonda.dm b/modular_ss220/prime_only/code/anakonda.dm new file mode 100644 index 000000000000..4b7cc11f0e3a --- /dev/null +++ b/modular_ss220/prime_only/code/anakonda.dm @@ -0,0 +1,7 @@ +/obj/structure/displaycase/hos + start_showpiece_type = /obj/item/gun/projectile/revolver/reclinable/anaconda + +/obj/structure/closet/secure_closet/hos/populate_contents() + . = ..() + for(var/i in 1 to 3) + new /obj/item/ammo_box/speed_loader_d44(src) diff --git a/modular_ss220/prime_only/code/cattleprod.dm b/modular_ss220/prime_only/code/cattleprod.dm new file mode 100644 index 000000000000..2a71b5f76849 --- /dev/null +++ b/modular_ss220/prime_only/code/cattleprod.dm @@ -0,0 +1,2 @@ +/obj/item/melee/baton/cattleprod + w_class = WEIGHT_CLASS_NORMAL diff --git a/modular_ss220/prime_only/code/clothing/under.dm b/modular_ss220/prime_only/code/clothing/under.dm new file mode 100644 index 000000000000..488977d08724 --- /dev/null +++ b/modular_ss220/prime_only/code/clothing/under.dm @@ -0,0 +1,33 @@ +// Explorer's outfits +/obj/item/clothing/under/rank/cargo/expedition_prime + name = "navy expedition uniform" + desc = "Экспедиционная форма военного образца с опознавательными знаками Нанотрейзен." + armor = list(MELEE = 5, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, RAD = 0, FIRE = 20, ACID = 20) + icon = 'modular_ss220/prime_only/icons/object/under.dmi' + icon_state = "expedition_prime_navy" + item_state = "expedition_prime_navy" + item_color = "expedition_prime_navy" + sprite_sheets = list( + "Human" = 'modular_ss220/prime_only/icons/mob/under.dmi', + "Vox" = 'modular_ss220/prime_only/icons/mob/species/vox/under/cargo.dmi', + "Drask" = 'modular_ss220/prime_only/icons/mob/species/drask/under/cargo.dmi', + "Kidan" = 'modular_ss220/prime_only/icons/mob/species/kidan/under/cargo.dmi', + ) + +/obj/item/clothing/under/rank/cargo/expedition_prime/green + name = "green expedition uniform" + icon_state = "expedition_prime_green" + item_state = "expedition_prime_green" + item_color = "expedition_prime_green" + +/obj/item/clothing/under/rank/cargo/expedition_prime/tan + name = "tan expedition uniform" + icon_state = "expedition_prime_tan" + item_state = "expedition_prime_tan" + item_color = "expedition_prime_tan" + +/obj/item/clothing/under/rank/cargo/expedition_prime/grey + name = "grey expedition uniform" + icon_state = "expedition_prime_grey" + item_state = "expedition_prime_grey" + item_color = "expedition_prime_grey" diff --git a/modular_ss220/prime_only/code/crematorium.dm b/modular_ss220/prime_only/code/crematorium.dm new file mode 100644 index 000000000000..7551b999d7c4 --- /dev/null +++ b/modular_ss220/prime_only/code/crematorium.dm @@ -0,0 +1,9 @@ +/obj/structure/crematorium/ex_act(severity) + switch(severity) + if(EXPLODE_DEVASTATE) + obj_break() + if(EXPLODE_HEAVY) + take_damage(150) + if(EXPLODE_LIGHT) + take_damage(50) + diff --git a/modular_ss220/prime_only/code/megafauna.dm b/modular_ss220/prime_only/code/megafauna.dm new file mode 100644 index 000000000000..e0099694939a --- /dev/null +++ b/modular_ss220/prime_only/code/megafauna.dm @@ -0,0 +1,4 @@ +/mob/living/simple_animal/hostile/megafauna/drop_loot() + if(length(loot) && prob(50)) + for(var/item in loot) + new item(get_turf(src)) diff --git a/modular_ss220/prime_only/code/objects.dm b/modular_ss220/prime_only/code/objects.dm new file mode 100644 index 000000000000..9356f0a73176 --- /dev/null +++ b/modular_ss220/prime_only/code/objects.dm @@ -0,0 +1,209 @@ +#define LEGENDARY_SWORDS_CKEY_WHITELIST list("mooniverse") + +/obj/item/melee/rapier/cane_rapier + name = "Трость-рапира" + desc = "Стилизованная под трость рапира, чье элегантное и обоюдоострое лезвие усажено на роскошно украшенную рукоять. Одни лишь инкрустированные в неё драгоценные камни стоят как целая звездная система." + icon = 'modular_ss220/prime_only/icons/saber.dmi' + icon_state = "trrapier" + item_state = "trrapier" + force = 25 + lefthand_file = 'modular_ss220/prime_only/icons/saber_left.dmi' + righthand_file = 'modular_ss220/prime_only/icons/saber_right.dmi' + +/obj/item/storage/belt/rapier/cane_rapier + name = "Трость-рапира" + desc = "Ножны стилизованной под трость рапиры. Их корпус вырезан из черного дерева и щедро украшен позолотой. Их владелец обладает неоспоримый богатством и властью в известной Галактике." + icon_state = "trsheath" + item_state = "trsheath" + icon = 'modular_ss220/prime_only/icons/saber.dmi' + lefthand_file = 'modular_ss220/prime_only/icons/saber_left.dmi' + righthand_file = 'modular_ss220/prime_only/icons/saber_right.dmi' + can_hold = list(/obj/item/melee/rapier/cane_rapier) + +/obj/item/storage/belt/rapier/cane_rapier/populate_contents() + new /obj/item/melee/rapier/cane_rapier(src) + update_icon() + +/obj/item/dualsaber/legendary_saber + name = "Злоба" + desc = "\"Злоба\" - один из легендарных энергетических мечей Галактики. Словно источая мистическую энергию, \"Злоба\" является олицетворением самой Тьмы, вызывающей трепет и ужас врагов её владельца. Гладкая и простая рукоять меча не может похвастаться орнаментами, узорами или древними рунами, но способна выплескивать рванный энергетический клинок кроваво-красного света, словно кричащий о непокорности и ярости своего владельца. Некоторые истории гласят, что в этом клинке прибывает сама темная сущность могущества и бесконечного гнева, готовая исполнить волю своего хозяина даже за пределами пространства и времени. \n Создатель: Согда К'Трим. Текущий владелец: Миднайт Блэк." + icon = 'modular_ss220/prime_only/icons/saber.dmi' + lefthand_file = 'modular_ss220/prime_only/icons/saber_left.dmi' + righthand_file = 'modular_ss220/prime_only/icons/saber_right.dmi' + icon_state = "mid_dualsaber0" + blade_color = "midnight" + colormap = LIGHT_COLOR_RED + wieldsound = 'modular_ss220/prime_only/sound/weapons/mid_saberon.ogg' + unwieldsound = 'modular_ss220/prime_only/sound/weapons/mid_saberoff.ogg' + var/saber_name = "mid" + var/hit_wield = 'modular_ss220/prime_only/sound/weapons/mid_saberhit.ogg' + var/hit_unwield = "swing_hit" + var/ranged = FALSE + var/power = 1 + var/refusal_text = "Злоба неподвластна твоей воле, усмрить её сможет лишь сильнейший." + var/datum/enchantment/enchant = new/datum/enchantment/dash + +/obj/item/dualsaber/legendary_saber/Initialize(mapload) + . = ..() + AddComponent(/datum/component/ckey_and_role_locked_pickup, TRUE, LEGENDARY_SWORDS_CKEY_WHITELIST, pickup_damage = 10, refusal_text = refusal_text) + +/obj/item/dualsaber/legendary_saber/update_icon_state() + if(HAS_TRAIT(src, TRAIT_WIELDED)) + icon_state = "[saber_name]_dualsaber[blade_color]1" + set_light(brightness_on, l_color=colormap) + else + icon_state = "[saber_name]_dualsaber0" + set_light(0) + +/obj/item/dualsaber/legendary_saber/on_wield(obj/item/source, mob/living/carbon/user) + if(user && HAS_TRAIT(user, TRAIT_HULK)) + to_chat(user, "You lack the grace to wield this!") + return COMPONENT_TWOHANDED_BLOCK_WIELD + + hitsound = hit_wield + w_class = w_class_on + +/obj/item/dualsaber/legendary_saber/on_unwield() + hitsound = hit_unwield + w_class = initial(w_class) + +/obj/item/dualsaber/legendary_saber/sorrow_catcher + name = "Ловец Скорби" + desc = "\"Ловец Скорби\" (Второе название \"Плакса\") - один из легендарных энергетических мечей Галактики. Он символизирует не только силу власти и могущества, но и является предметом гордости своего обладателя. Искусно выполненный клинок излучает мягкий голубой свет, словно призывая к миру и согласию, но при этом скрывает в себе силу и решимость защитить своего хозяина любой ценой. Рукоять меча сконструирована строго и со вкусом, создана из темного металла с матовым покрытием и украшена фреской логотипа NT. \"Ловец Скорби\" имеет специфический звук, отдалённо напоминающий женский плач. Поэтому, немногие очевидцы гнева его хозяина дали мечу второе название - \"Плакса.\" \n Создатель: Гаскон-Валлен-Деламот. Текущий владелец: Билл Громов." + icon_state = "gr_dualsaber0" + blade_color = "gromov" + refusal_text = "Ну, заплачь." + colormap = LIGHT_COLOR_LIGHT_CYAN + saber_name = "gr" + wieldsound = 'modular_ss220/prime_only/sound/weapons/gr_saberon.ogg' + unwieldsound = 'modular_ss220/prime_only/sound/weapons/gr_saberoff.ogg' + hit_wield = 'modular_ss220/prime_only/sound/weapons/gr_saberhit.ogg' + +/obj/item/dualsaber/legendary_saber/flame + name = "Пламя" + desc = "\"Пламя\" - один из легендарных энергетических мечей Галактики. Он отражает неумолимую справедливость и рьяность характера своего хозяина. В противоречие грозному названию, эфес меча представляет собой аккуратное и \"нежное\" произведение искусства - отполированная нарезная титановая основа завершается золотым навершием, а декоративная гарда выполнен в виде раскрывшегося бутона. Энергетический клинок источает яркий фиолетовый свет, несущий очищение и упокоение своим врагам. Рукоять меча крайне хорошо сбалансирована и отдает дань аристократическим традициям человеческого прошлого. \n Создатель: Гаскон-Валлен-Деламот. Текущий владелец: Шарлотта Дитерхис." + icon_state = "sh_dualsaber0" + blade_color = "sharlotta" + refusal_text = "Кровь и свет принадлежат лишь одному." + colormap = LIGHT_COLOR_LAVENDER + saber_name = "sh" + wieldsound = 'modular_ss220/prime_only/sound/weapons/sh_saberon.ogg' + unwieldsound = 'modular_ss220/prime_only/sound/weapons/sh_saberoff.ogg' + hit_wield = 'modular_ss220/prime_only/sound/weapons/sh_saberhit.ogg' + +/obj/item/dualsaber/legendary_saber/devotion + name = "Верность клятве" + desc = "\"Верность Клятве\" - один из легендарных энергетических мечей Галактики. Этот меч в первую очередь является сакральным символом, связывающий своего владельца вечной Клятвой. Его украшенную древними иероглифами человеческой расы рукоять покрывает хромированный сатин, а двойное изумрудно-зелёное лезвие меча требует от своего хозяина виртуозности и мастерства в обращении, в то же время являясь испытанием доблести, чести и силы духа. Одна из историй этого артефакта гласит, что в свечении клинка отражается душа его создателя - Арканона, который проводил долгие годы в изоляции в попытках создать что-то большее, чем просто оружие. \n Создатель: Арканон. Текущий владелец: Хель Кириэн." + icon_state = "kir_dualsaber0" + blade_color = "kirien" + refusal_text = "Только достойный узрит свет." + colormap = LIGHT_COLOR_PURE_GREEN + saber_name = "kir" + wieldsound = 'modular_ss220/prime_only/sound/weapons/kir_saberon.ogg' + unwieldsound = 'modular_ss220/prime_only/sound/weapons/kir_saberoff.ogg' + hit_wield = 'modular_ss220/prime_only/sound/weapons/kir_saberhit.ogg' + +/obj/item/dualsaber/legendary_saber/sister + name = "Сестра" + desc = "\"Сестра\" - один из легендарных энергетических мечей Галактики. Являясь \"старшей\" парной частью еще одного легендарного меча - \"Ловца Бегущих\", это оружие представляет собой удивительный артефакт с глубокой историей и мистическими свойствами. Его лезвие излучает мягкий золотой свет, который извечно является символом мудрости и мощи. \"Сестра\" - это не просто меч, а символ верности высшим идеалам, дающий своему хозяину силу и решимость. Форма рукояти отсылает к оружию Справедливых Рыцарей древней человеческой истории и обладает строгим стилем, дополняющим своего владельца. Всю свою историю этот меч являлся желанным объектом многих великих существ, но \"Сестра\" способна поистине раскрыться лишь в руках того, кто искренне верит в силу справедливости и не понаслышке знает что такое честь и доблесть. \n Создатель: Коникс`Хеллькикс. Текущий Владелец: Мунивёрс Нормандия." + icon_state = "norm_dualsaber0" + blade_color = "normandy" + refusal_text = "Ты не принадлежишь сестре, верни её законному владельцу." + colormap = LIGHT_COLOR_HOLY_MAGIC + saber_name = "norm" + wieldsound = 'modular_ss220/prime_only/sound/weapons/norm_saberon.ogg' + unwieldsound = 'modular_ss220/prime_only/sound/weapons/norm_saberoff.ogg' + hit_wield = 'modular_ss220/prime_only/sound/weapons/norm_saberhit.ogg' + +/obj/item/dualsaber/legendary_saber/flee_catcher + name = "Ловец Бегущих" + desc = "\"Ловец Бегущих\" - один из легендарных энергетических мечей Галактики. Являясь \"младшей\" парной частью еще одного легендарного меча - \"Сестры\", это оружие представляет собой более грубое и практичное творение. Корпус рукояти, изобилующий царапинами и потёртостями, говорит о тяжелой истории меча. Одной из традиций владельцев этого оружия является рисование под кнопкой включения отметок в виде белых жетонов, коих уже насчитывается семь штук. Рядом с самым первым жетоном выгравирована надпись : \"2361. А.М.\" \n Цвет клинка ярко-желтый, его рукоять удлинена для комфортного боя как одной, так и двумя руками, навершие Типа \"P\" покрыто золотом и обладает специальным разъёмом для подключения своей старшей \"Сестры\", а гарда представляет собой два закругленных декоративных отростка. Из старых легенд известно, что строптивый и бурный характер меча могли сдержать лишь настоящие мастера, которые использовали хаотичный, но адаптивный под врага стиль боя. \n Создатель: Коникс`Хеллькикс. Текущий Владелец: Мунивёрс Нормандия, в последствии был передан Рицу Келли." + icon_state = "kel_dualsaber0" + blade_color = "kelly" + refusal_text = "Ловец бегущих не слушается тебя, кажется он хочет вернуться к хозяину." + colormap = LIGHT_COLOR_HOLY_MAGIC + saber_name = "kel" + wieldsound = 'modular_ss220/prime_only/sound/weapons/kel_saberon.ogg' + unwieldsound = 'modular_ss220/prime_only/sound/weapons/kel_saberoff.ogg' + hit_wield = 'modular_ss220/prime_only/sound/weapons/kel_saberhit.ogg' + +/obj/item/dualsaber/legendary_saber/afterattack__legacy__attackchain(atom/target, mob/user, proximity_flag, click_parameters) + . = ..() + enchant?.on_legendary_hit(target, user, proximity_flag, src) + +/obj/item/dualsaber/legendary_saber/proc/add_enchantment(new_enchant, mob/living/user, intentional = TRUE) + var/datum/enchantment/E = new new_enchant + enchant = E + E.on_gain(src, user) + E.power *= power + if(intentional) + SSblackbox.record_feedback("nested tally", "saber_enchants", 1, list("[E.name]")) + +/datum/enchantment/dash/proc/charge(mob/living/user, atom/chargeat, obj/item/dualsaber/legendary_saber/S) + if(on_leap_cooldown) + return + if(!chargeat) + return + var/turf/destination_turf = get_turf(chargeat) + + if(!destination_turf) + return + var/list/targets = list() + for(var/atom/target in destination_turf.contents) + targets += target + charging = TRUE + + var/obj/effect/temp_visual/decoy/D = new /obj/effect/temp_visual/decoy(user.loc, user) + animate(D, alpha = 0, color = "#271e77", transform = matrix()*1, time = anim_time, loop = anim_loop) + + var/i + for(i=0, i<5, i++) + spawn(i * 9 MILLISECONDS) + step_to(user, destination_turf , 1, movespeed) + var/obj/effect/temp_visual/decoy/D2 = new /obj/effect/temp_visual/decoy(user.loc, user) + animate(D2, alpha = 0, color = "#271e77", transform = matrix()*1, time = anim_time, loop = anim_loop) + + spawn(45 MILLISECONDS) + if(get_dist(user, destination_turf) > 1) + return + charge_end(targets, user, S) + +/datum/enchantment/dash/proc/charge_end(list/targets = list(), mob/living/user, obj/item/dualsaber/legendary_saber/S) + charging = FALSE + + for(var/mob/living/L in targets) + if(!(L == user)) + user.apply_damage(-40, STAMINA) + S.melee_attack_chain(user, L) + +/datum/enchantment/dash + name = "Рывок" + desc = "Этот клинок несёт владельца прямо к цели. Никто не уйдёт." + ranged = TRUE + var/movespeed = 0.8 + var/on_leap_cooldown = FALSE + var/charging = FALSE + var/anim_time = 3 DECISECONDS + var/anim_loop = 3 DECISECONDS + +/datum/enchantment/proc/on_legendary_hit(mob/living/target, mob/living/user, proximity, obj/item/dualsaber/legendary_saber/S) + if(world.time < cooldown) + return FALSE + if(!istype(target)) + return FALSE + if(target.stat == DEAD) + return FALSE + if(!ranged && !proximity) + return FALSE + cooldown = world.time + initial(cooldown) + return TRUE + +/datum/enchantment/dash/on_legendary_hit(mob/living/target, mob/living/user, proximity, obj/item/dualsaber/legendary_saber/S) + if(proximity) // don't put it on cooldown if adjacent + return + . = ..() + if(!.) + return + + if(HAS_TRAIT(S, TRAIT_WIELDED)) + charge(user, target, S) diff --git a/modular_ss220/prime_only/code/outfit.dm b/modular_ss220/prime_only/code/outfit.dm new file mode 100644 index 000000000000..ab60576132b5 --- /dev/null +++ b/modular_ss220/prime_only/code/outfit.dm @@ -0,0 +1,6 @@ +// Explorer's outfits +/datum/outfit/job/explorer + uniform = /obj/item/clothing/under/rank/cargo/expedition_prime + head = /obj/item/clothing/head/soft/black + backpack = /obj/item/storage/backpack + satchel = /obj/item/storage/backpack/satchel_norm diff --git a/modular_ss220/prime_only/code/shuttle_gib.dm b/modular_ss220/prime_only/code/shuttle_gib.dm new file mode 100644 index 000000000000..337cca3e900c --- /dev/null +++ b/modular_ss220/prime_only/code/shuttle_gib.dm @@ -0,0 +1,87 @@ +#define SHUTTLE_ROADKILL_TELEPORTATION_RANGE 24 + +/obj/docking_port/mobile/roadkill(list/L0, list/L1, dir) + for(var/i in 1 to length(L0)) + var/turf/T0 = L0[i] + var/turf/T1 = L1[i] + if(!T0 || !T1) + continue + + for(var/atom/movable/AM in T1) + if(AM.pulledby) + AM.pulledby.stop_pulling() + if(AM.flags_2 & IMMUNE_TO_SHUTTLECRUSH_2) + if(istype(AM, /obj/machinery/atmospherics/supermatter_crystal)) + var/obj/machinery/atmospherics/supermatter_crystal/bakoom = AM + addtimer(CALLBACK(bakoom, TYPE_PROC_REF(/obj/machinery/atmospherics/supermatter_crystal, explode), bakoom.combined_gas, bakoom.power, bakoom.gasmix_power_ratio), 1 SECONDS) + continue + // Your mech will not save you. + if(ismecha(AM)) + var/obj/mecha/mech = AM + if(mech.occupant) + INVOKE_ASYNC(mech, TYPE_PROC_REF(/obj/mecha, get_out_and_die)) + continue // It's required to avoid qdeling of mech in case of space turf. Non space turf are handled by get_out_and_die() proc + if(ismob(AM)) + var/mob/M = AM + if(M.buckled) + M.buckled.unbuckle_mob(M, force = TRUE) + if(isliving(AM)) + if(roadkill_living(AM)) + continue + else if(lance_docking) //corrupt the child, destroy them all + if(!AM.simulated) + continue + if(istype(AM, /mob/dead)) + continue + if(istype(AM, /obj/item/organ)) + continue + if(istype(AM, /obj/effect/landmark)) + continue + if(istype(AM, /obj/docking_port)) + continue + qdel(AM, force = TRUE) + + // Move unanchored atoms + if(!AM.anchored && !ismob(AM)) + step(AM, dir) + else + if(AM.simulated) // Don't qdel lighting overlays, they are static + qdel(AM) + +/obj/docking_port/mobile/proc/roadkill_living(mob/living/target) + if(target.incorporeal_move || target.status_flags & GODMODE) + return TRUE // Calls 'continue' + target.stop_pulling() + if(isspaceturf(get_turf(target))) + target.visible_message( + span_warning("[target] иcчезает в спышке блюспейс излучения в тот момент, когда шаттл материализуется в нашем пространстве!"), + span_userdanger("Вы чувствуете, будто вас сейчас стошнит. Блюспейс прыжок шаттла телепортировал вас в другое место!") + ) + do_teleport(target, get_turf(target), SHUTTLE_ROADKILL_TELEPORTATION_RANGE, sound_in = 'sound/effects/phasein.ogg') + return TRUE // Calls 'continue' to avoid qdeling of mob + else + target.visible_message( + span_warning("Тело [target] разрывается на куски от приземлившегося шаттла!"), + span_userdanger("Вы чувствуете, как ваше тело раздавило огромным весом прилетевшего шаттла!") + ) + target.gib() + +/obj/mecha/get_out_and_die() + var/mob/living/pilot = occupant + if(isspaceturf(get_turf(src))) + pilot.visible_message( + span_warning("[src] иcчезает в спышке блюспейс излучения в тот момент, когда шаттл материализуется в нашем пространстве!"), + span_userdanger("Вы чувствуете, будто вас сейчас стошнит. Блюспейс прыжок шаттла телепортировал вас в другое место!") + ) + do_teleport(src, get_turf(src), SHUTTLE_ROADKILL_TELEPORTATION_RANGE, sound_in = 'sound/effects/phasein.ogg') + else + pilot.visible_message( + span_warning("Тело [pilot] разрывается на куски от приземлившегося шаттла!"), + span_userdanger("Вы чувствуете, как ваше тело раздавило огромным весом прилетевшего шаттла!") + ) + go_out(TRUE) + if(iscarbon(pilot)) + pilot.gib() + qdel(src) + +#undef SHUTTLE_ROADKILL_TELEPORTATION_RANGE diff --git a/modular_ss220/prime_only/code/tts_seeds.dm b/modular_ss220/prime_only/code/tts_seeds.dm new file mode 100644 index 000000000000..1f786529bbb8 --- /dev/null +++ b/modular_ss220/prime_only/code/tts_seeds.dm @@ -0,0 +1,5 @@ +/datum/tts_seed/silero/emperor + required_donator_level = 5 + +/datum/tts_seed/silero/ulfric + required_donator_level = 5 diff --git a/modular_ss220/prime_only/code/vending.dm b/modular_ss220/prime_only/code/vending.dm new file mode 100644 index 000000000000..b8c8803de6d0 --- /dev/null +++ b/modular_ss220/prime_only/code/vending.dm @@ -0,0 +1,20 @@ +// New item list for the expedition vendomat + +/obj/machinery/economy/vending/exploredrobe/Initialize(mapload) + var/list/new_products = list( + /obj/item/clothing/under/rank/cargo/expedition_prime = 5, + /obj/item/clothing/under/rank/cargo/expedition_prime/green = 5, + /obj/item/clothing/under/rank/cargo/expedition_prime/tan = 5, + /obj/item/clothing/under/rank/cargo/expedition_prime/grey = 5, + ) + var/list/new_prices = list( + /obj/item/clothing/under/rank/cargo/expedition_prime = 50, + /obj/item/clothing/under/rank/cargo/expedition_prime/green = 50, + /obj/item/clothing/under/rank/cargo/expedition_prime/tan = 50, + /obj/item/clothing/under/rank/cargo/expedition_prime/grey = 50, + ) + new_products |= products + products = new_products + new_prices |= prices + prices = new_prices + . = ..() diff --git a/modular_ss220/prime_only/icons/mob/species/drask/under/cargo.dmi b/modular_ss220/prime_only/icons/mob/species/drask/under/cargo.dmi new file mode 100644 index 000000000000..906e263d9f91 Binary files /dev/null and b/modular_ss220/prime_only/icons/mob/species/drask/under/cargo.dmi differ diff --git a/modular_ss220/prime_only/icons/mob/species/kidan/under/cargo.dmi b/modular_ss220/prime_only/icons/mob/species/kidan/under/cargo.dmi new file mode 100644 index 000000000000..a12b0d954de0 Binary files /dev/null and b/modular_ss220/prime_only/icons/mob/species/kidan/under/cargo.dmi differ diff --git a/modular_ss220/prime_only/icons/mob/species/vox/under/cargo.dmi b/modular_ss220/prime_only/icons/mob/species/vox/under/cargo.dmi new file mode 100644 index 000000000000..7313d77fd465 Binary files /dev/null and b/modular_ss220/prime_only/icons/mob/species/vox/under/cargo.dmi differ diff --git a/modular_ss220/prime_only/icons/mob/under.dmi b/modular_ss220/prime_only/icons/mob/under.dmi new file mode 100644 index 000000000000..858e8f1dc81e Binary files /dev/null and b/modular_ss220/prime_only/icons/mob/under.dmi differ diff --git a/modular_ss220/prime_only/icons/object/under.dmi b/modular_ss220/prime_only/icons/object/under.dmi new file mode 100644 index 000000000000..f0a2c816b39e Binary files /dev/null and b/modular_ss220/prime_only/icons/object/under.dmi differ diff --git a/modular_ss220/prime_only/icons/saber.dmi b/modular_ss220/prime_only/icons/saber.dmi new file mode 100644 index 000000000000..865585635b20 Binary files /dev/null and b/modular_ss220/prime_only/icons/saber.dmi differ diff --git a/modular_ss220/prime_only/icons/saber_left.dmi b/modular_ss220/prime_only/icons/saber_left.dmi new file mode 100644 index 000000000000..193066e6e799 Binary files /dev/null and b/modular_ss220/prime_only/icons/saber_left.dmi differ diff --git a/modular_ss220/prime_only/icons/saber_right.dmi b/modular_ss220/prime_only/icons/saber_right.dmi new file mode 100644 index 000000000000..8fe5a07ed2aa Binary files /dev/null and b/modular_ss220/prime_only/icons/saber_right.dmi differ diff --git a/modular_ss220/prime_only/sound/weapons/gr_saberhit.ogg b/modular_ss220/prime_only/sound/weapons/gr_saberhit.ogg new file mode 100644 index 000000000000..b62f85013148 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/gr_saberhit.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/gr_saberoff.ogg b/modular_ss220/prime_only/sound/weapons/gr_saberoff.ogg new file mode 100644 index 000000000000..725e6e7086b9 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/gr_saberoff.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/gr_saberon.ogg b/modular_ss220/prime_only/sound/weapons/gr_saberon.ogg new file mode 100644 index 000000000000..4f9d0809f4d3 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/gr_saberon.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/kel_saberhit.ogg b/modular_ss220/prime_only/sound/weapons/kel_saberhit.ogg new file mode 100644 index 000000000000..123702da3cbe Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/kel_saberhit.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/kel_saberoff.ogg b/modular_ss220/prime_only/sound/weapons/kel_saberoff.ogg new file mode 100644 index 000000000000..945f116e16ed Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/kel_saberoff.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/kel_saberon.ogg b/modular_ss220/prime_only/sound/weapons/kel_saberon.ogg new file mode 100644 index 000000000000..968cf93ca83d Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/kel_saberon.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/kir_saberhit.ogg b/modular_ss220/prime_only/sound/weapons/kir_saberhit.ogg new file mode 100644 index 000000000000..ace06b88cb64 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/kir_saberhit.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/kir_saberoff.ogg b/modular_ss220/prime_only/sound/weapons/kir_saberoff.ogg new file mode 100644 index 000000000000..502793d721a6 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/kir_saberoff.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/kir_saberon.ogg b/modular_ss220/prime_only/sound/weapons/kir_saberon.ogg new file mode 100644 index 000000000000..98c5055656eb Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/kir_saberon.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/mid_saberhit.ogg b/modular_ss220/prime_only/sound/weapons/mid_saberhit.ogg new file mode 100644 index 000000000000..3df8a9e39728 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/mid_saberhit.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/mid_saberoff.ogg b/modular_ss220/prime_only/sound/weapons/mid_saberoff.ogg new file mode 100644 index 000000000000..eb838064f875 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/mid_saberoff.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/mid_saberon.ogg b/modular_ss220/prime_only/sound/weapons/mid_saberon.ogg new file mode 100644 index 000000000000..0e5df9291376 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/mid_saberon.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/norm_saberhit.ogg b/modular_ss220/prime_only/sound/weapons/norm_saberhit.ogg new file mode 100644 index 000000000000..4b763238fd19 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/norm_saberhit.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/norm_saberoff.ogg b/modular_ss220/prime_only/sound/weapons/norm_saberoff.ogg new file mode 100644 index 000000000000..5470dd8bf5db Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/norm_saberoff.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/norm_saberon.ogg b/modular_ss220/prime_only/sound/weapons/norm_saberon.ogg new file mode 100644 index 000000000000..a1a85d25428d Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/norm_saberon.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/sh_saberhit.ogg b/modular_ss220/prime_only/sound/weapons/sh_saberhit.ogg new file mode 100644 index 000000000000..ce0bb4d0c931 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/sh_saberhit.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/sh_saberoff.ogg b/modular_ss220/prime_only/sound/weapons/sh_saberoff.ogg new file mode 100644 index 000000000000..2457b5a064e8 Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/sh_saberoff.ogg differ diff --git a/modular_ss220/prime_only/sound/weapons/sh_saberon.ogg b/modular_ss220/prime_only/sound/weapons/sh_saberon.ogg new file mode 100644 index 000000000000..71097422ea7f Binary files /dev/null and b/modular_ss220/prime_only/sound/weapons/sh_saberon.ogg differ diff --git a/modular_ss220/pt_monitor/_pt_monitor.dm b/modular_ss220/pt_monitor/_pt_monitor.dm new file mode 100644 index 000000000000..b6145fa522b8 --- /dev/null +++ b/modular_ss220/pt_monitor/_pt_monitor.dm @@ -0,0 +1,4 @@ +/datum/modpack/pt_monitor + name = "Pressure Temperature monitor" + desc = "График изменения температуры и давления. С любовью, для SS220" + author = "VentelR, Desunovu" diff --git a/modular_ss220/pt_monitor/_pt_monitor.dme b/modular_ss220/pt_monitor/_pt_monitor.dme new file mode 100644 index 000000000000..e9b13759ca7c --- /dev/null +++ b/modular_ss220/pt_monitor/_pt_monitor.dme @@ -0,0 +1,3 @@ +#include "_pt_monitor.dm" + +#include "code/items/pt_monitor.dm" diff --git a/modular_ss220/pt_monitor/code/items/pt_monitor.dm b/modular_ss220/pt_monitor/code/items/pt_monitor.dm new file mode 100644 index 000000000000..1a4a97e024da --- /dev/null +++ b/modular_ss220/pt_monitor/code/items/pt_monitor.dm @@ -0,0 +1,125 @@ +#define SENSOR_PRESSURE (1<<0) +#define SENSOR_TEMPERATURE (1<<1) +#define NO_DATA_VALUE null +#define MAX_RECORD_SIZE 20 +#define RECORD_INTERVAL 3 SECONDS +#define LONG_RECORD_INTERVAL 30 SECONDS +#define LAZYINITLISTSIZED(L, N) if(!L) L = new/list(N) +#define ADD_TO_HISTORY(history_list, measurement) \ + history_list += measurement; \ + if(length(history_list) > MAX_RECORD_SIZE) history_list.Cut(1, 2) + +/datum/design/pt_monitor + name = "Console Board (Atmospheric Graph Monitor)" + desc ="Позволяет распечатать плату, для создания Atmospheric Graph Monitor." + id = "pt_monitor" + req_tech = list("programming" = 2, "engineering" = 3) + build_type = IMPRINTER + materials = list(MAT_GLASS = 1000) + build_path = /obj/item/circuitboard/pt_monitor + category = list("Computer Boards") + +/obj/item/circuitboard/pt_monitor + board_name = "Atmospheric Graph Monitor" + icon_state = "engineering" + build_path = /obj/machinery/computer/general_air_control/pt_monitor + origin_tech = "programming=2;engineering=3" + +/obj/machinery/computer/general_air_control/pt_monitor + name = "Atmospheric graph monitoring console" + desc = "Используется для мониторинга давления и температуры с помощью подключаемых мультитулом датчиков." + icon = 'modular_ss220/pt_monitor/icons/pt_monitor.dmi' + icon_screen = "screen" + icon_keyboard = "atmos_key" + circuit = /obj/item/circuitboard/pt_monitor + + var/next_record_time = 0 + var/next_long_record_time = 0 + +/obj/machinery/computer/general_air_control/pt_monitor/proc/init_history_lists() + for(var/sensor_name in sensor_name_data_map) + LAZYINITLISTSIZED(sensor_name_data_map[sensor_name]["pressure_history"], MAX_RECORD_SIZE) + LAZYINITLISTSIZED(sensor_name_data_map[sensor_name]["temperature_history"], MAX_RECORD_SIZE) + LAZYINITLISTSIZED(sensor_name_data_map[sensor_name]["long_pressure_history"], MAX_RECORD_SIZE) + LAZYINITLISTSIZED(sensor_name_data_map[sensor_name]["long_temperature_history"], MAX_RECORD_SIZE) + +/obj/machinery/computer/general_air_control/pt_monitor/LateInitialize() + . = ..() + init_history_lists() + +/obj/machinery/computer/general_air_control/pt_monitor/ui_interact(mob/user, datum/tgui/ui = null) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "AtmosGraphMonitor", name) + ui.open() + +/obj/machinery/computer/general_air_control/pt_monitor/configure_sensors(mob/living/user, obj/item/multitool/M) + . = ..() + init_history_lists() + +/obj/machinery/computer/general_air_control/pt_monitor/refresh_sensors() + var/log_long_record = FALSE + var/current_time = world.time + + if(current_time < next_record_time) + return + next_record_time = current_time + RECORD_INTERVAL + + if(current_time >= next_long_record_time) + log_long_record = TRUE + next_long_record_time = current_time + LONG_RECORD_INTERVAL + + for(var/sensor_name in sensor_name_uid_map) + var/obj/machinery/atmospherics/atmos_sensor = locateUID(sensor_name_uid_map[sensor_name]) + // Проверка что сенсор существует + if(QDELETED(atmos_sensor)) + sensor_name_uid_map -= sensor_name + sensor_name_data_map -= sensor_name + continue + + var/list/sensor_data = sensor_name_data_map[sensor_name] + var/list/sensor_pressure_history = sensor_data["pressure_history"] + var/list/sensor_temperature_history = sensor_data["temperature_history"] + var/list/sensor_long_pressure_history = sensor_data["long_pressure_history"] + var/list/sensor_long_temperature_history = sensor_data["long_temperature_history"] + var/current_pressure + var/current_temperature + + if(istype(atmos_sensor, /obj/machinery/atmospherics/air_sensor)) + var/obj/machinery/atmospherics/air_sensor/sensor = atmos_sensor + var/turf/sensor_turf = get_turf(sensor) + var/datum/gas_mixture/air_sample = sensor_turf.get_readonly_air() + current_pressure = (sensor.output & SENSOR_PRESSURE) ? air_sample.return_pressure() : NO_DATA_VALUE + current_temperature = (sensor.output & SENSOR_TEMPERATURE) ? air_sample.temperature() : NO_DATA_VALUE + else if(istype(atmos_sensor, /obj/machinery/atmospherics/meter)) + var/obj/machinery/atmospherics/meter/the_meter = atmos_sensor + if(the_meter.target) + var/datum/gas_mixture/meter_air_sample = the_meter.target.return_obj_air() + current_pressure = meter_air_sample ? meter_air_sample.return_pressure() : NO_DATA_VALUE + current_temperature = meter_air_sample ? meter_air_sample.temperature() : NO_DATA_VALUE + else + sensor_name_uid_map -= sensor_name + sensor_name_data_map -= sensor_name + CRASH("Sensor of unexpected type was found: [atmos_sensor.type]") + + ADD_TO_HISTORY(sensor_pressure_history, current_pressure) + ADD_TO_HISTORY(sensor_temperature_history, current_temperature) + + if(log_long_record) + ADD_TO_HISTORY(sensor_long_pressure_history, current_pressure) + ADD_TO_HISTORY(sensor_long_temperature_history, current_temperature) + +/obj/machinery/computer/general_air_control/pt_monitor/process() + if(!is_operational() || length(sensor_name_uid_map) < 1) + return + + refresh_all() + +#undef SENSOR_PRESSURE +#undef SENSOR_TEMPERATURE +#undef NO_DATA_VALUE +#undef MAX_RECORD_SIZE +#undef RECORD_INTERVAL +#undef LONG_RECORD_INTERVAL +#undef LAZYINITLISTSIZED +#undef ADD_TO_HISTORY diff --git a/modular_ss220/pt_monitor/icons/pt_monitor.dmi b/modular_ss220/pt_monitor/icons/pt_monitor.dmi new file mode 100644 index 000000000000..fd639c2750ee Binary files /dev/null and b/modular_ss220/pt_monitor/icons/pt_monitor.dmi differ diff --git a/modular_ss220/queue/_queue.dm b/modular_ss220/queue/_queue.dm new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/modular_ss220/queue/_queue.dme b/modular_ss220/queue/_queue.dme new file mode 100644 index 000000000000..c60847861410 --- /dev/null +++ b/modular_ss220/queue/_queue.dme @@ -0,0 +1,5 @@ +#include "_queue.dm" + +#include "code/new_player_procs.dm" +#include "code/queue_bypass.dm" +#include "code/overflow_configuration.dm" diff --git a/modular_ss220/queue/code/new_player_procs.dm b/modular_ss220/queue/code/new_player_procs.dm new file mode 100644 index 000000000000..366682a85c98 --- /dev/null +++ b/modular_ss220/queue/code/new_player_procs.dm @@ -0,0 +1,36 @@ +/mob/new_player/Login() + . = ..() + + if(!SSdbcore.IsConnected()) + return + + if(SSqueue.queue_enabled) + if(client?.ckey in SSqueue.queue_bypass_list) + return + + if(client?.holder) + SSqueue.queue_bypass_list |= ckey + return + + if(client.donator_level >= 3) + SSqueue.queue_bypass_list |= ckey + return + + if(length(GLOB.clients) < SSqueue.queue_threshold) + SSqueue.queue_bypass_list |= ckey + return + + src << link(GLOB.configuration.overflow.overflow_server_location) + +/mob/new_player/Logout() + . = ..() + + if(SSqueue.queue_enabled) + addtimer(CALLBACK(SSqueue, TYPE_PROC_REF(/datum/controller/subsystem/queue, reserve_queue_slot), last_known_ckey), GLOB.configuration.overflow.reservation_time) + + +/datum/controller/subsystem/queue/proc/reserve_queue_slot(reserved_ckey) + if(reserved_ckey in GLOB.player_list) + return + + queue_bypass_list.Remove(reserved_ckey) diff --git a/modular_ss220/queue/code/overflow_configuration.dm b/modular_ss220/queue/code/overflow_configuration.dm new file mode 100644 index 000000000000..f9282a5e34d1 --- /dev/null +++ b/modular_ss220/queue/code/overflow_configuration.dm @@ -0,0 +1,7 @@ +/datum/configuration_section/overflow_configuration + var/reservation_time = 1 MINUTES + +/datum/configuration_section/overflow_configuration/load_data(list/data) + . = ..() + + CONFIG_LOAD_NUM(reservation_time, data["reservation_time"]) diff --git a/modular_ss220/queue/code/queue_bypass.dm b/modular_ss220/queue/code/queue_bypass.dm new file mode 100644 index 000000000000..0cfa19707ab1 --- /dev/null +++ b/modular_ss220/queue/code/queue_bypass.dm @@ -0,0 +1,17 @@ +/datum/world_topic_handler/queue_bypass + topic_key = "queue_bypass" + requires_commskey = TRUE + +/datum/world_topic_handler/queue_bypass/execute(list/input, key_valid) + var/ckey_check = input["ckey_check"] + + if(!ckey_check) + return json_encode(list("error" = "No ckey supplied")) + + var/list/output_data = list() + output_data["queue_enabled"] = SSqueue.queue_enabled + + if(SSqueue.queue_enabled) + SSqueue.queue_bypass_list |= ckey_check + + return json_encode(output_data) diff --git a/modular_ss220/redis220/_redis220.dm b/modular_ss220/redis220/_redis220.dm new file mode 100644 index 000000000000..34f6a9f70964 --- /dev/null +++ b/modular_ss220/redis220/_redis220.dm @@ -0,0 +1,4 @@ +/datum/modpack/redis220 + name = "Custon redis events" + desc = "Handles custom events using redis" + author = "furior" diff --git a/modular_ss220/redis220/_redis220.dme b/modular_ss220/redis220/_redis220.dme new file mode 100644 index 000000000000..23e1d93068f3 --- /dev/null +++ b/modular_ss220/redis220/_redis220.dme @@ -0,0 +1,4 @@ +#include "_redis220.dm" + +#include "code/news.dm" +#include "code/tgs_deploy_bandaid.dm" diff --git a/modular_ss220/redis220/code/news.dm b/modular_ss220/redis220/code/news.dm new file mode 100644 index 000000000000..247fbd066505 --- /dev/null +++ b/modular_ss220/redis220/code/news.dm @@ -0,0 +1,28 @@ +/datum/feed_channel/add_message(datum/feed_message/M) + . = ..() + if(!M.author_ckey) + return + var/list/data = M.serialize() + list( + "publish_realtime" = world.realtime, + "publish_time" = time2text(ROUND_TIME, "hh:mm:ss", 0), + "channel_name" = channel_name, + "round_id" = GLOB.round_id, + "server" = "[world.internet_address]:[world.port]", + "security_level" = SSsecurity_level.get_current_level_as_text() + ) + SSredis.publish("byond.news", json_encode(data)) + +/datum/feed_message/serialize() + . = ..() + . += list( + "author" = author, + "author_ckey" = author_ckey, + "title" = title, + "body" = body, + "img" = img ? icon2base64(icon(img, frame = 1)) : null, + "censor_flags" = censor_flags, + "admin_locked" = admin_locked, + "view_count" = view_count, + "publish_time" = publish_time + ) + return . diff --git a/modular_ss220/redis220/code/tgs_deploy_bandaid.dm b/modular_ss220/redis220/code/tgs_deploy_bandaid.dm new file mode 100644 index 000000000000..d26810d81dca --- /dev/null +++ b/modular_ss220/redis220/code/tgs_deploy_bandaid.dm @@ -0,0 +1,7 @@ +/datum/tgs_event_handler/impl/HandleEvent(event_code, ...) + . = ..() + if(event_code != TGS_EVENT_DEPLOYMENT_COMPLETE) + return + + SSredis.disconnect() + SSredis.connect() diff --git a/modular_ss220/robolimbs/_robolimbs.dm b/modular_ss220/robolimbs/_robolimbs.dm new file mode 100644 index 000000000000..315ac4ceba07 --- /dev/null +++ b/modular_ss220/robolimbs/_robolimbs.dm @@ -0,0 +1,4 @@ +/datum/modpack/robolimbs + name = "Новые протезы" + desc = "Новые протезы и головы." + author = "sirstaniya" diff --git a/modular_ss220/robolimbs/_robolimbs.dme b/modular_ss220/robolimbs/_robolimbs.dme new file mode 100644 index 000000000000..e94a95f54836 --- /dev/null +++ b/modular_ss220/robolimbs/_robolimbs.dme @@ -0,0 +1,3 @@ +#include "_robolimbs.dm" + +#include "code/robolimbs.dm" diff --git a/modular_ss220/robolimbs/code/robolimbs.dm b/modular_ss220/robolimbs/code/robolimbs.dm new file mode 100644 index 000000000000..fca894d0656f --- /dev/null +++ b/modular_ss220/robolimbs/code/robolimbs.dm @@ -0,0 +1,41 @@ +/datum/robolimb/etaminindustry + company = "Etamin Industry Gold On Black" + desc = "Модель протезированной конечности от Этамин Индастрис." + icon = 'modular_ss220/robolimbs/icons/etaminindustry_main.dmi' + has_subtypes = 1 + +/datum/robolimb/etaminindustry/etaminindustry_alt1 + company = "Etamin Industry Elite Series" + icon = 'modular_ss220/robolimbs/icons/etaminindustry_alt1.dmi' + parts = list("head") + selectable = 0 + has_subtypes = null + +/datum/robolimb/etaminindustry/etaminindustry_alt2 + company = "Etamin Industry SharpShooter Series" + icon = 'modular_ss220/robolimbs/icons/etaminindustry_alt2.dmi' + parts = list("head") + selectable = 0 + has_subtypes = null + +/datum/robolimb/etaminindustry/etaminindustry_alt3 + company = "Etamin Industry King Series" + icon = 'modular_ss220/robolimbs/icons/etaminindustry_alt3.dmi' + parts = list("head") + selectable = 0 + has_subtypes = null + +/datum/sprite_accessory/body_markings/head/optics/etamin + icon = 'modular_ss220/robolimbs/icons/ei_optic.dmi' + name = "EI Optics" + species_allowed = list("Machine") + icon_state = "ei_standart" + models_allowed = list("Etamin Industry King Series") + +/datum/sprite_accessory/body_markings/head/optics/etamin/alt1 + name = "EI Optics Alt" + icon_state = "ei_alt1" + +/datum/sprite_accessory/body_markings/head/optics/etamin/alt2 + name = "EI Optics Alt 2" + icon_state = "ei_alt2" diff --git a/modular_ss220/robolimbs/icons/ei_optic.dmi b/modular_ss220/robolimbs/icons/ei_optic.dmi new file mode 100644 index 000000000000..7bacb663e3c4 Binary files /dev/null and b/modular_ss220/robolimbs/icons/ei_optic.dmi differ diff --git a/modular_ss220/robolimbs/icons/etaminindustry_alt1.dmi b/modular_ss220/robolimbs/icons/etaminindustry_alt1.dmi new file mode 100644 index 000000000000..954a1f564a36 Binary files /dev/null and b/modular_ss220/robolimbs/icons/etaminindustry_alt1.dmi differ diff --git a/modular_ss220/robolimbs/icons/etaminindustry_alt2.dmi b/modular_ss220/robolimbs/icons/etaminindustry_alt2.dmi new file mode 100644 index 000000000000..6751d10bb663 Binary files /dev/null and b/modular_ss220/robolimbs/icons/etaminindustry_alt2.dmi differ diff --git a/modular_ss220/robolimbs/icons/etaminindustry_alt3.dmi b/modular_ss220/robolimbs/icons/etaminindustry_alt3.dmi new file mode 100644 index 000000000000..5fd296307dc5 Binary files /dev/null and b/modular_ss220/robolimbs/icons/etaminindustry_alt3.dmi differ diff --git a/modular_ss220/robolimbs/icons/etaminindustry_main.dmi b/modular_ss220/robolimbs/icons/etaminindustry_main.dmi new file mode 100644 index 000000000000..ebc784b9f843 Binary files /dev/null and b/modular_ss220/robolimbs/icons/etaminindustry_main.dmi differ diff --git a/modular_ss220/screentip_change/_screentip_change.dm b/modular_ss220/screentip_change/_screentip_change.dm new file mode 100644 index 000000000000..f58f36c3dd42 --- /dev/null +++ b/modular_ss220/screentip_change/_screentip_change.dm @@ -0,0 +1,4 @@ +/datum/modpack/screentip_change + name = "Сдвиг Screentip вверх" + desc = "Меняет местоположение Screentip, чтобы они были выше." + author = "larentoun" diff --git a/modular_ss220/screentip_change/_screentip_change.dme b/modular_ss220/screentip_change/_screentip_change.dme new file mode 100644 index 000000000000..5a38ceff2ee6 --- /dev/null +++ b/modular_ss220/screentip_change/_screentip_change.dme @@ -0,0 +1,3 @@ +#include "_screentip_change.dm" + +#include "code/screentip.dm" diff --git a/modular_ss220/screentip_change/code/screentip.dm b/modular_ss220/screentip_change/code/screentip.dm new file mode 100644 index 000000000000..4b6c5c5522e2 --- /dev/null +++ b/modular_ss220/screentip_change/code/screentip.dm @@ -0,0 +1,2 @@ +/atom/movable/screen/screentip + maptext_y = -25 diff --git a/modular_ss220/sechailer/code/sechailer.dm b/modular_ss220/sechailer/code/sechailer.dm new file mode 100644 index 000000000000..d4217afafb77 --- /dev/null +++ b/modular_ss220/sechailer/code/sechailer.dm @@ -0,0 +1,106 @@ +GLOBAL_LIST_EMPTY(sechailers) + +/datum/action/item_action/dispatch + name = "Signal Dispatch" + desc = "Открывает колесо быстрого выбора для сообщения о преступлениях, включая ваше текущее местоположение." + button_overlay_icon_state = "dispatch" + button_overlay_icon = 'modular_ss220/sechailer/icons/sechailer.dmi' + use_itemicon = FALSE + +/obj/item/clothing/mask/gas/sechailer + var/obj/item/radio/radio // For dispatch to work + var/dispatch_cooldown = 25 SECONDS + var/on_cooldown = FALSE + var/emped = FALSE + var/static/list/available_dispatch_messages = list( + "502 (Убийство)", + "101 (Сопротивление Аресту)", + "308 (Вторжение)", + "305 (Мятеж)", + "402 (Нападение на Офицера)") + actions_types = list(/datum/action/item_action/dispatch, /datum/action/item_action/halt, /datum/action/item_action/adjust, /datum/action/item_action/selectphrase) + +/obj/item/clothing/mask/gas/sechailer/hos + actions_types = list(/datum/action/item_action/dispatch, /datum/action/item_action/halt, /datum/action/item_action/selectphrase) + +/obj/item/clothing/mask/gas/sechailer/warden + actions_types = list(/datum/action/item_action/dispatch, /datum/action/item_action/halt, /datum/action/item_action/selectphrase) + +/obj/item/clothing/mask/gas/sechailer/swat + actions_types = list(/datum/action/item_action/dispatch, /datum/action/item_action/halt, /datum/action/item_action/selectphrase) + +/obj/item/clothing/mask/gas/sechailer/blue + actions_types = list(/datum/action/item_action/dispatch, /datum/action/item_action/halt, /datum/action/item_action/selectphrase) + +/obj/item/clothing/mask/gas/sechailer/Destroy() + qdel(radio) + GLOB.sechailers -= src + . = ..() + +/obj/item/clothing/mask/gas/sechailer/Initialize(mapload) + . = ..() + GLOB.sechailers += src + radio = new /obj/item/radio(src) + radio.listening = FALSE + radio.config(list("Security" = 0)) + radio.follow_target = src + +/obj/item/clothing/mask/gas/sechailer/proc/dispatch(mob/user) + for(var/option in available_dispatch_messages) + available_dispatch_messages[option] = image(icon = 'modular_ss220/sechailer/icons/menu.dmi', icon_state = option) + var/message = show_radial_menu(user, src, available_dispatch_messages) + var/location_name = get_location_name(src, TRUE) // get_location_name works better as Affected says + + if(!message) + return + if(on_cooldown) + var/list/cooldown_info = list("Ожидайте. Система оповещения ") + if(emped) + cooldown_info += "в защитном режиме, " + else + cooldown_info += "перезаряжается, " + // Cooldown not updating realtime, and i don't want to rewrite it just for the sake of it + cooldown_info += "примерное время восстановления: [dispatch_cooldown / 10] секунд." + to_chat(user, span_notice(cooldown_info.Join())) + return + + on_cooldown = TRUE + addtimer(CALLBACK(src, PROC_REF(reboot)), dispatch_cooldown) + // This code if fucking hell, but it works as intended + for(var/atom/movable/hailer in GLOB.sechailers) + var/security_channel_found = FALSE + if(!hailer.loc || !ismob(hailer.loc)) + continue + // Check if mob has a radio, then check if the radio has the right channels + for(var/obj/item/radio/my_radio in user) + for(var/chan in 1 to length(my_radio.channels)) + var/channel_name = my_radio.channels[chan] + if(channel_name == DEPARTMENT_SECURITY) + security_channel_found = TRUE + break + if(security_channel_found) + radio.autosay("Центр, Код [message], офицер [user] запрашивает помощь в [location_name].", "Система Оповещения", DEPARTMENT_SECURITY, list(z)) + playsound(hailer.loc, 'modular_ss220/sechailer/sound/dispatch_please_respond.ogg', 55, FALSE) + break + else + to_chat(user, span_warning("Внимание: Невозможно установить соединение с каналом службы безопасности, требуется подключение!")) + playsound(hailer.loc, 'modular_ss220/sechailer/sound/radio_static.ogg', 30, TRUE) + +/obj/item/clothing/mask/gas/sechailer/proc/reboot() + on_cooldown = FALSE + emped = FALSE + +/obj/item/clothing/mask/gas/sechailer/ui_action_click(mob/user, actiontype) + . = ..() + if(actiontype == /datum/action/item_action/dispatch) + dispatch(user) + +/obj/item/clothing/mask/gas/sechailer/emp_act(severity) + if(on_cooldown) + return + on_cooldown = TRUE + emped = TRUE + addtimer(CALLBACK(src, PROC_REF(reboot)), dispatch_cooldown) + if(ishuman(loc)) + var/mob/living/carbon/human/user = loc + to_chat(user, span_userdanger("Обнаружен электромагнитный импульс, система оповещения отключена для сохранения работоспособности...")) diff --git a/modular_ss220/sechailer/icons/menu.dmi b/modular_ss220/sechailer/icons/menu.dmi new file mode 100644 index 000000000000..aee00ca952b2 Binary files /dev/null and b/modular_ss220/sechailer/icons/menu.dmi differ diff --git a/modular_ss220/sechailer/icons/sechailer.dmi b/modular_ss220/sechailer/icons/sechailer.dmi new file mode 100644 index 000000000000..444b3fb5d2a1 Binary files /dev/null and b/modular_ss220/sechailer/icons/sechailer.dmi differ diff --git a/modular_ss220/sechailer/sechailer.dme b/modular_ss220/sechailer/sechailer.dme new file mode 100644 index 000000000000..94e707c5220e --- /dev/null +++ b/modular_ss220/sechailer/sechailer.dme @@ -0,0 +1,9 @@ +#ifndef MODPACK_HAILER +#define MODPACK_HAILER + +#endif + +// BEGIN INCLUDE +#include "code/sechailer.dm" +// END_INCLUDE + diff --git a/modular_ss220/sechailer/sound/dispatch_please_respond.ogg b/modular_ss220/sechailer/sound/dispatch_please_respond.ogg new file mode 100644 index 000000000000..83ea06d476a3 Binary files /dev/null and b/modular_ss220/sechailer/sound/dispatch_please_respond.ogg differ diff --git a/modular_ss220/sechailer/sound/radio_static.ogg b/modular_ss220/sechailer/sound/radio_static.ogg new file mode 100644 index 000000000000..8bc2eebb26f1 Binary files /dev/null and b/modular_ss220/sechailer/sound/radio_static.ogg differ diff --git a/modular_ss220/security_redalert_accesses/_security_redalert_accesses.dm b/modular_ss220/security_redalert_accesses/_security_redalert_accesses.dm new file mode 100644 index 000000000000..6345aa707683 --- /dev/null +++ b/modular_ss220/security_redalert_accesses/_security_redalert_accesses.dm @@ -0,0 +1,4 @@ +/datum/modpack/security_redalert_accesses + name = "Доступы СБ в красный код" + desc = "Добавляет доступы СБ в красный код." + author = "dj-34, Vallat, larentoun" diff --git a/modular_ss220/security_redalert_accesses/_security_redalert_accesses.dme b/modular_ss220/security_redalert_accesses/_security_redalert_accesses.dme new file mode 100644 index 000000000000..a9767b62bfbf --- /dev/null +++ b/modular_ss220/security_redalert_accesses/_security_redalert_accesses.dme @@ -0,0 +1,4 @@ +#include "_security_redalert_accesses.dm" + +#include "code/security_redalert_accesses.dm" +#include "code/security_redalert_element.dm" diff --git a/modular_ss220/security_redalert_accesses/code/security_redalert_accesses.dm b/modular_ss220/security_redalert_accesses/code/security_redalert_accesses.dm new file mode 100644 index 000000000000..7c1e21c9dd0b --- /dev/null +++ b/modular_ss220/security_redalert_accesses/code/security_redalert_accesses.dm @@ -0,0 +1,8 @@ +/obj/item/card/id/Initialize(mapload) + . = ..() + AddElement(/datum/element/red_alert_access) + +/obj/item/card/id/GetAccess() + var/list/current_access = ..() + . = current_access.Copy() + SEND_SIGNAL(src, COMSIG_ID_GET_ACCESS, .) diff --git a/modular_ss220/security_redalert_accesses/code/security_redalert_element.dm b/modular_ss220/security_redalert_accesses/code/security_redalert_element.dm new file mode 100644 index 000000000000..d949616271ee --- /dev/null +++ b/modular_ss220/security_redalert_accesses/code/security_redalert_element.dm @@ -0,0 +1,33 @@ +/datum/element/red_alert_access + +/datum/element/red_alert_access/Attach(datum/target, list/access = list()) + . = ..() + if(!istype(target, /obj/item/card/id)) + return ELEMENT_INCOMPATIBLE + RegisterSignal(target, COMSIG_ID_GET_ACCESS, PROC_REF(add_access)) + RegisterSignal(target, COMSIG_PARENT_EXAMINE, PROC_REF(examine)) + +/datum/element/red_alert_access/Detach(obj/item/card/id/source, force) + UnregisterSignal(source, COMSIG_ID_GET_ACCESS) + UnregisterSignal(source, COMSIG_PARENT_EXAMINE) + return ..() + +/datum/element/red_alert_access/proc/add_access(obj/item/card/id/source, list/new_access = list()) + SIGNAL_HANDLER + if(!should_give_access(source.access)) + return + var/static/list/red_alert_access = get_region_accesses(REGION_ALL) - get_region_accesses(REGION_COMMAND) + new_access |= red_alert_access + +/datum/element/red_alert_access/proc/examine(obj/item/card/id/source, mob/user, list/examine_list) + SIGNAL_HANDLER + if(!should_give_access(source.access)) + return + examine_list += span_notice("Мигает красная лампочка с надписью \"Расширенный доступ\".") + +/datum/element/red_alert_access/proc/should_give_access(list/access) + if(SSsecurity_level.current_security_level.number_level <= SEC_LEVEL_BLUE) + return FALSE + if(!has_access(list(), list(ACCESS_SECURITY), access)) + return FALSE + return TRUE diff --git a/modular_ss220/shuttles/_shuttles.dm b/modular_ss220/shuttles/_shuttles.dm new file mode 100644 index 000000000000..83f76af94d50 --- /dev/null +++ b/modular_ss220/shuttles/_shuttles.dm @@ -0,0 +1,4 @@ +/datum/modpack/shuttles + name = "Shuttles Modpack" + desc = "Изменения нашей карты ЦК левела под новые шаттлы от SS13 Paradise." + author = "konu_shi" diff --git a/modular_ss220/shuttles/_shuttles.dme b/modular_ss220/shuttles/_shuttles.dme new file mode 100644 index 000000000000..f2cbc7bf1023 --- /dev/null +++ b/modular_ss220/shuttles/_shuttles.dme @@ -0,0 +1,5 @@ +#include "_shuttles.dm" + +#include "code/ferry_shuttles.dm" +#include "code/lance_shuttle.dm" +#include "code/nanotrasen_drop_pod.dm" diff --git a/modular_ss220/shuttles/code/ferry_shuttles.dm b/modular_ss220/shuttles/code/ferry_shuttles.dm new file mode 100644 index 000000000000..3649fbc7e447 --- /dev/null +++ b/modular_ss220/shuttles/code/ferry_shuttles.dm @@ -0,0 +1,35 @@ +/datum/map_template/shuttle/ferry/clown + prefix = "_maps/map_files220/shuttles/" + suffix = "clown" + name = "clown ferry" + description = "Персональный шаттл клоунов, выращенный из бананов!" + +/datum/map_template/shuttle/ferry/convoy + prefix = "_maps/map_files220/shuttles/" + suffix = "convoy" + name = "prisoner convoy ferry" + description = "Шаттл для конвоирования заключенных." + +/datum/map_template/shuttle/ferry/medical + prefix = "_maps/map_files220/shuttles/" + suffix = "medical" + name = "medical ferry" + description = "Шаттл содержащий в себе немного медикаментов и операционную. В целом, всё необходимое для поддержания жизни пациента." + +/datum/map_template/shuttle/ferry/tsf + prefix = "_maps/map_files220/shuttles/" + suffix = "tsf" + name = "TSF ferry" + description = "Шаттл ТСФ, предназначенный для безопасной переброски личного состава в самые опасные уголки космоса." + +/datum/map_template/shuttle/ferry/ussp + prefix = "_maps/map_files220/shuttles/" + suffix = "ussp" + name = "USSP ferry" + description = "Шаттл СССП. В основном используется ячейкой дипломатов СССП." + +/datum/map_template/shuttle/ferry/vip + prefix = "_maps/map_files220/shuttles/" + suffix = "vip" + name = "VIP ferry" + description = "Шаттл, используемый для перевозки привилегированных лиц различных корпораций." diff --git a/modular_ss220/shuttles/code/lance_shuttle.dm b/modular_ss220/shuttles/code/lance_shuttle.dm new file mode 100644 index 000000000000..27a4c97cfae6 --- /dev/null +++ b/modular_ss220/shuttles/code/lance_shuttle.dm @@ -0,0 +1,28 @@ +/datum/map_template/shuttle/emergency/lance/preload() + message_admins("Preloading [name]!") + var/obj/docking_port/stationary/CCport + CCport = SSshuttle.getDock("emergency_away") + CCport.setDir(4) + CCport.forceMove(locate(117, 80, 1)) + CCport.height = 50 + CCport.dheight = 0 + CCport.width = 19 + CCport.dwidth = 9 + var/obj/docking_port/stationary/CCtransit + CCtransit = SSshuttle.getDock("emergency_transit") + CCtransit.setDir(2) + CCtransit.forceMove(locate(179, 166, 1)) + CCtransit.height = 50 + CCtransit.dheight = 0 + CCtransit.width = 19 + CCtransit.dwidth = 9 + var/obj/docking_port/stationary/syndicate + syndicate = SSshuttle.getDock("emergency_syndicate") + syndicate.setDir(8) + syndicate.forceMove(locate(91, 159, 1)) + syndicate.height = 50 + syndicate.dheight = 0 + syndicate.width = 19 + syndicate.dwidth = 9 + qdel(SSshuttle.getDock("emergency_home"), TRUE) + SSshuttle.emergency_locked_in = TRUE diff --git a/modular_ss220/shuttles/code/nanotrasen_drop_pod.dm b/modular_ss220/shuttles/code/nanotrasen_drop_pod.dm new file mode 100644 index 000000000000..f37fbec2ff1b --- /dev/null +++ b/modular_ss220/shuttles/code/nanotrasen_drop_pod.dm @@ -0,0 +1,79 @@ +/* Nanotrasen Shuttles */ +// This is actually don't work for now and only need for Drop Pod +/obj/machinery/computer/shuttle/nanotrasen + name = "nanotrasen shuttle terminal" + icon_screen = "syndishuttle" + icon_keyboard = "syndie_key" + req_access = list(ACCESS_CENT_SPECOPS_COMMANDER) + bubble_icon = "syndibot" + circuit = /obj/item/circuitboard/shuttle/nanotrasen + shuttleId = "nanotrasen" + possible_destinations = "syndicate_away;syndicate_z5;syndicate_z3;syndicate_ne;syndicate_nw;syndicate_n;syndicate_se;syndicate_sw;syndicate_s;syndicate_custom" + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | ACID_PROOF + flags = NODECONSTRUCT + +/obj/machinery/computer/shuttle/nanotrasen/recall + name = "nanotrasen shuttle recall terminal" + circuit = /obj/item/circuitboard/shuttle/nanotrasen/recall + possible_destinations = "syndicate_away" + +// Nanotrasen Drop Pod +/obj/machinery/computer/shuttle/nanotrasen/drop_pod + name = "nanotrasen assault pod control" + icon = 'icons/obj/terminals.dmi' + icon_state = "syndie_assault_pod" + req_access = list(ACCESS_CENT_SPECOPS_COMMANDER) + circuit = /obj/item/circuitboard/shuttle/nanotrasen/drop_pod + shuttleId = "nt_drop_pod" + possible_destinations = null + /// Is it possible to force sent a drop pod? (for admin shitspawns) + var/allow_force_sent = FALSE + /// To prevent spamming + var/next_request + +/obj/machinery/computer/shuttle/nanotrasen/drop_pod/can_call_shuttle(user, action) + if(action == "move") + if(world.time < next_request) + var/wait_time = round((next_request - world.time) / 10, 1) + to_chat(user, span_warning("Подождите ещё [wait_time] [wait_time == 1 ? "секунду" : "секунд"] перед использованием!")) + return + // 20 seconds cooldown before use + next_request = world.time + 20 SECONDS + if(z != level_name_to_num(CENTCOMM)) + to_chat(user, span_warning("Дроп Под может лететь только в одну сторону!")) + return FALSE + if(!allow_force_sent && SSsecurity_level.get_current_level_as_number() < SEC_LEVEL_EPSILON) + to_chat(user, span_warning("Дроп Под доступен при коде не ниже «Epsilon»!")) + return FALSE + return ..() + +/obj/machinery/computer/shuttle/nanotrasen/drop_pod/vv_edit_var(var_name, var_value) + if(var_name == "allow_force_sent") + var/confirm = tgui_alert(usr, "Отправка Дроп Пода в последующем будет невозможна, вы уверены?", "Подтверждение", list("Да", "Нет")) + if(confirm != "Да") + return FALSE + return ..() + +/* Docking Ports */ +/obj/docking_port/mobile/assault_pod/nanotrasen + id = "nt_drop_pod" + +/obj/docking_port/mobile/assault_pod/nanotrasen/request() + // No launching pods that have already launched + if(z == initial(src.z)) + return ..() + +/* Circuits */ +/obj/item/circuitboard/shuttle/nanotrasen/recall + board_name = "Nanotrasen Shuttle Recall Terminal" + icon_state = "generic" + build_path = /obj/machinery/computer/shuttle/nanotrasen/recall + +/obj/item/circuitboard/shuttle/nanotrasen/drop_pod + board_name = "Nanotrasen Drop Pod" + icon_state = "generic" + build_path = /obj/machinery/computer/shuttle/nanotrasen/drop_pod + +/* Specific Shuttle Items */ +/obj/item/assault_pod/nanotrasen + shuttle_id = "nt_drop_pod" diff --git a/modular_ss220/silicons/_silicons.dm b/modular_ss220/silicons/_silicons.dm new file mode 100644 index 000000000000..1a7edaf2bfb5 --- /dev/null +++ b/modular_ss220/silicons/_silicons.dm @@ -0,0 +1,4 @@ +/datum/modpack/silicons + name = "Silicons Modpack" + desc = "Изменения для синтетиков." + author = "PhantomRU" diff --git a/modular_ss220/silicons/_silicons.dme b/modular_ss220/silicons/_silicons.dme new file mode 100644 index 000000000000..0a7a9880f3f6 --- /dev/null +++ b/modular_ss220/silicons/_silicons.dme @@ -0,0 +1,8 @@ +#include "_silicons.dm" + +#include "code/items/gripper.dm" +#include "code/items/rlf.dm" +#include "code/mechfabricator_designs.dm" +#include "code/robot_items.dm" +#include "code/robot_modules.dm" +#include "code/robot_upgrades.dm" diff --git a/modular_ss220/silicons/code/items/gripper.dm b/modular_ss220/silicons/code/items/gripper.dm new file mode 100644 index 000000000000..61f9b320148e --- /dev/null +++ b/modular_ss220/silicons/code/items/gripper.dm @@ -0,0 +1,45 @@ +/obj/item/gripper/engineering/Initialize(mapload) + . = ..() + can_hold |= list( + /obj/item/mounted/frame/light_fixture, + /obj/item/mounted/frame/apc_frame, + /obj/item/mounted/frame/alarm_frame, + /obj/item/mounted/frame/firealarm, + /obj/item/mounted/frame/display/newscaster_frame, + /obj/item/mounted/frame/intercom, + /obj/item/mounted/frame/extinguisher, + /obj/item/mounted/frame/light_switch, + /obj/item/flash, + ) + +/obj/item/gripper/medical + actions_types = list(/datum/action/item_action/drop_gripped_item) + can_hold = list( + /obj/item/organ, + /obj/item/reagent_containers/iv_bag, + /obj/item/robot_parts, + /obj/item/stack/sheet/mineral/plasma, // For repair plasmemes + /obj/item/mmi, + /obj/item/reagent_containers/pill, + /obj/item/reagent_containers/patch, + /obj/item/reagent_containers/drinks, + /obj/item/reagent_containers/glass, + /obj/item/reagent_containers/syringe, + ) + +/obj/item/gripper/medical/attack_self__legacy__attackchain(mob/user) + return + +/obj/item/gripper/service/Initialize(mapload) + . = ..() + can_hold |= list( + /obj/item/card, + /obj/item/camera_film, + /obj/item/disk/data, + /obj/item/disk/design_disk, + /obj/item/disk/plantgene, + ) + +/obj/structure/morgue/attack_ai(mob/user) + add_hiddenprint(user) + return attack_hand(user) diff --git a/modular_ss220/silicons/code/items/rlf.dm b/modular_ss220/silicons/code/items/rlf.dm new file mode 100644 index 000000000000..176c16c5c094 --- /dev/null +++ b/modular_ss220/silicons/code/items/rlf.dm @@ -0,0 +1,61 @@ +/obj/item/rlf + name = "Rapid Lollipop Fabricator" + desc = "A device used to rapidly deploy lollipop." + icon = 'modular_ss220/silicons/icons/robot_tools.dmi' + icon_state = "rlf" + +/obj/item/rlf/afterattack__legacy__attackchain(atom/A, mob/user as mob, proximity) + if(!proximity) + return + if(!isrobot(user)) + return + if(!iscarbon(A)) + return + var/mob/living/carbon/receiver = A + if(receiver.stat != CONSCIOUS) + to_chat(user, span_warning("[receiver] can't accept any items because they're not conscious!")) + return + if(!user.Adjacent(receiver)) + to_chat(user, span_warning("You need to be closer to [receiver] to offer them lollipop.")) + return + if(!receiver.client) + to_chat(user, span_warning("You offer lollipop to [receiver], but they don't seem to respond...")) + return + var/obj/item/I = new /obj/item/food/candy/sucker/lollipop + receiver.throw_alert("take item [I.UID()]", /atom/movable/screen/alert/take_item/RLF, alert_args = list(user, receiver, I)) + to_chat(user, span_info("You offer lollipop to [receiver].")) + +/atom/movable/screen/alert/take_item/RLF/Click(location, control, params) + var/mob/living/receiver = locateUID(receiver_UID) + if(receiver.stat != CONSCIOUS) + return + var/obj/item/food/candy/sucker/I = locateUID(item_UID) + if(receiver.r_hand && receiver.l_hand) + to_chat(receiver, span_warning("You need to have your hands free to accept [I]!")) + return + var/mob/living/giver = locateUID(giver_UID) + if(!isrobot(giver)) + return + if(!giver.Adjacent(receiver)) + to_chat(receiver, span_warning("You need to stay in reaching distance of [giver] to take [I]!")) + return + UnregisterSignal(I, list(COMSIG_ITEM_EQUIPPED, COMSIG_ITEM_DROPPED)) + var/mob/living/silicon/robot/borg = giver + borg.cell.charge -= 500 + I.forceMove(get_turf(giver)) + receiver.put_in_hands(I) + I.add_fingerprint(receiver) + I.on_give(giver, receiver) + receiver.visible_message(span_notice("[giver] handed [I] to [receiver].")) + receiver.clear_alert("take item [item_UID]") + +/obj/item/food/candy/sucker/lollipop + name = "lollipop" + desc = "For being such a courage patient!" + icon_state = "sucker" + filling_color = "#60A584" + list_reagents = list("sugar" = 4) + +/obj/item/food/candy/sucker/lollipop/New() + . = ..() + icon_state = pick("sucker_blue", "sucker_green", "sucker_orange", "sucker_purple", "sucker_red", "sucker_yellow") diff --git a/modular_ss220/silicons/code/mechfabricator_designs.dm b/modular_ss220/silicons/code/mechfabricator_designs.dm new file mode 100644 index 000000000000..29023eee66e8 --- /dev/null +++ b/modular_ss220/silicons/code/mechfabricator_designs.dm @@ -0,0 +1,19 @@ +/datum/design/borg_upgrade_storageincreaser + name = "Engineer Cyborg Upgrade (Storage Increaser)" + id = "borg_upgrade_storageincreaser" + build_type = MECHFAB + build_path = /obj/item/borg/upgrade/storageincreaser + req_tech = list("bluespace" = 5, "materials" = 7, "engineering" = 5) + materials = list(MAT_METAL=15000, MAT_BLUESPACE=2000, MAT_SILVER=6000) + construction_time = 120 + category = list("Cyborg Upgrade Modules") + +/datum/design/borg_upgrade_hypospray + name = "Medical Cyborg Upgrade (Upgraded Hypospray)" + id = "borg_upgrade_hypospray" + build_type = MECHFAB + build_path = /obj/item/borg/upgrade/hypospray + req_tech = list("biotech" = 7, "materials" = 7) + materials = list(MAT_METAL=15000, MAT_URANIUM=2000, MAT_DIAMOND=5000, MAT_SILVER=10000) + construction_time = 120 + category = list("Cyborg Upgrade Modules") diff --git a/modular_ss220/silicons/code/robot_items.dm b/modular_ss220/silicons/code/robot_items.dm new file mode 100644 index 000000000000..fe161092be2a --- /dev/null +++ b/modular_ss220/silicons/code/robot_items.dm @@ -0,0 +1,49 @@ +/* Engineer */ +// Небольшой багфикс "непрозрачного открытого шлюза" +/obj/structure/inflatable/door/operate() + . = ..() + opacity = FALSE + +/* Medical */ +/obj/item/reagent_containers/borghypo/basic/Initialize(mapload) + . = ..() + reagent_ids |= list("sal_acid", "charcoal") + +/obj/item/reagent_containers/borghypo/basic/upgraded + name = "Upgraded Medical Hypospray" + desc = "Upgraded medical hypospray, capable of providing standart medical treatment." + reagent_ids = list("salglu_solution", "epinephrine", "spaceacillin", "sal_acid", + "charcoal", "hydrocodone", "mannitol", "salbutamol", "styptic_powder") + total_reagents = 60 + maximum_reagents = 60 + +/* Service */ +/obj/item/rsf/attack_self__legacy__attackchain(mob/user) + if(..() && power_mode >= 3000) + power_mode /= 2 + +/obj/item/eftpos/cyborg + name = "Silicon EFTPOS" + desc = "Проведите ID картой для оплаты налогов." + transaction_purpose = "Оплата счета от робота." + +/obj/item/eftpos/cyborg/Initialize(mapload) + . = ..() + transaction_purpose = "Оплата счета от [usr.name]." + +/obj/item/eftpos/ui_act(action, list/params, datum/tgui/ui) + var/mob/living/user = ui.user + + switch(action) + if("toggle_lock") + if(transaction_locked) + if(!check_user_position(user)) + return + transaction_locked = FALSE + transaction_paid = FALSE + else if(linked_account) + transaction_locked = TRUE + else + to_chat(user, span_warning("[bicon(src)]No account connected to send transactions to.<")) + return TRUE + . = ..() diff --git a/modular_ss220/silicons/code/robot_modules.dm b/modular_ss220/silicons/code/robot_modules.dm new file mode 100644 index 000000000000..1cb0986ad617 --- /dev/null +++ b/modular_ss220/silicons/code/robot_modules.dm @@ -0,0 +1,91 @@ +// Drone +/obj/item/robot_module/drone/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/holosign_creator/atmos, + ) + +// Robots +/obj/item/robot_module/engineering/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/lightreplacer/cyborg, + /obj/item/inflatable/cyborg, + /obj/item/inflatable/cyborg/door, + /obj/item/gps/cyborg, + ) + +/obj/item/robot_module/medical/Initialize(mapload) + . = ..() + basic_modules.Remove(/obj/item/reagent_containers/borghypo) + basic_modules |= list( + /obj/item/gps/cyborg, + /obj/item/rlf, + /obj/item/reagent_containers/borghypo/basic, + ) + +/obj/item/robot_module/butler/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + /obj/item/eftpos/cyborg, + ) + +/obj/item/robot_module/janitor/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + ) + +/obj/item/robot_module/security/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + ) + +// Syndicate +/obj/item/robot_module/syndicate_medical/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + /obj/item/rlf, + ) + +/obj/item/robot_module/syndicate_saboteur/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gripper/engineering, + /obj/item/holosign_creator/atmos, + ) + + +// Admin Spawns +/obj/item/robot_module/deathsquad/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + /obj/item/pinpointer/operative/nad, + ) + +/obj/item/robot_module/destroyer/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + /obj/item/pinpointer, + /obj/item/pinpointer/operative/nad, + ) + +/obj/item/robot_module/combat/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + /obj/item/pinpointer/operative/nad, + ) + +// Aliens +/obj/item/robot_module/alien/hunter/Initialize(mapload) + . = ..() + basic_modules |= list( + /obj/item/gps/cyborg, + /obj/item/pinpointer/operative/nad, + ) diff --git a/modular_ss220/silicons/code/robot_upgrades.dm b/modular_ss220/silicons/code/robot_upgrades.dm new file mode 100644 index 000000000000..61cf1fa92aa6 --- /dev/null +++ b/modular_ss220/silicons/code/robot_upgrades.dm @@ -0,0 +1,38 @@ +/obj/item/borg/upgrade/storageincreaser + name = "storage increaser" + desc = "Improves cyborg storage with bluespace technology to store more medicines" + icon_state = "cyborg_upgrade2" + origin_tech = "bluespace=4;materials=5;engineering=3" + require_module = TRUE + var/max_energy_multiplication = 3 + var/recharge_rate_multiplication = 2 + +/obj/item/borg/upgrade/storageincreaser/do_install(mob/living/silicon/robot/R) + for(var/obj/item/borg/upgrade/storageincreaser/U in R.contents) + to_chat(R, span_notice("A [name] unit is already installed!")) + to_chat(usr, span_notice("There's no room for another [name] unit!")) + return FALSE + + for(var/datum/robot_storage/energy/ES in R.module.storages) + // ОФФы решили не делать деактиватор, поэтому против абуза сбрасываем. + ES.max_amount = initial(ES.max_amount) + ES.recharge_rate = initial(ES.recharge_rate) + ES.amount = initial(ES.max_amount) + + // Modifier + ES.max_amount *= max_energy_multiplication + ES.recharge_rate *= recharge_rate_multiplication + ES.amount = ES.max_amount + + return TRUE + +/obj/item/borg/upgrade/hypospray + name = "cyborg hypospray upgrade" + desc = "Adds and replaces some reagents with better ones" + icon_state = "cyborg_upgrade2" + origin_tech = "biotech=6;materials=5" + require_module = TRUE + module_type = /obj/item/robot_module/medical + items_to_replace = list( + /obj/item/reagent_containers/borghypo/basic = /obj/item/reagent_containers/borghypo/basic/upgraded + ) diff --git a/modular_ss220/silicons/icons/robot_tools.dmi b/modular_ss220/silicons/icons/robot_tools.dmi new file mode 100644 index 000000000000..8eb41028d935 Binary files /dev/null and b/modular_ss220/silicons/icons/robot_tools.dmi differ diff --git a/modular_ss220/sm_space_drop/code/paper_sm_info.dm b/modular_ss220/sm_space_drop/code/paper_sm_info.dm new file mode 100644 index 000000000000..e90566cabd89 --- /dev/null +++ b/modular_ss220/sm_space_drop/code/paper_sm_info.dm @@ -0,0 +1,20 @@ +/// Инструкция пользование системы сброса СМ +/obj/item/paper/sm_paper + name = "\proper инструкция по использованию СБСКС" + info = {"

Инструкция по использованию Системы Быстрого Сброса Кристалла Суперматерии

+
1. Ни при каких обстоятельствах не нажимать на кнопку ради проверки ее работоспособности.
+ +
2. Решение о сбросе кристалла может принимать СЕ, или его ВРиО и выше.
+ +
3. Если целостность кристалла равна 10 или менее процентов, должен быть произведен сброс кристалла в кратчайшее время.
+ +
4. В случае отсутствия СЕ и до назначения его ВРиО, решение о сбросе кристалла принимает капитан.
+ +
5. Создание помехи при необходимости сброса кристалла квалифицируется статьей 400 Космического Закона.
+ +
Поздравляю! Теперь в случае вероятности взрыва кристалла Суперматерии, вы в состоянии сохранить целостность станции.
+ +
ПРИМЕЧАНИЕ: Кнопка сброса СМ находится в его буферной зоне на правой стене.
+
+

+"} diff --git a/modular_ss220/sm_space_drop/code/sm_drop_button.dm b/modular_ss220/sm_space_drop/code/sm_drop_button.dm new file mode 100644 index 000000000000..c3376a007942 --- /dev/null +++ b/modular_ss220/sm_space_drop/code/sm_drop_button.dm @@ -0,0 +1,120 @@ +////////////////////////////////////// +// Кнопка СБСКС // +////////////////////////////////////// +/// Supermatter Drop button +/obj/machinery/driver_button/sm_drop_button + name = "supermatter launch trigger" + desc = "Кнопка экстренного сброс кристалла Суперматерии.\nВНИМАНИЕ: Неправомерное использование может привести к тюремному заключению." + icon = 'modular_ss220/sm_space_drop/icons/sm_buttons.dmi' + icon_state = "button" + // We don't want it to be randomly destroyed + max_integrity = 500 + armor = list(melee = 50, bullet = 50, laser = 50, energy = 50, bomb = 10, rad = 100, fire = 90, acid = 70) + id_tag = "SpaceDropSM" + req_access = list(ACCESS_CE) + /// If the safety glass is still in place + var/glass = TRUE + /// If it's already used and launched + var/launched = FALSE + var/obj/machinery/atmospherics/supermatter_crystal/engine/crystal + +// In case we're annihilated by a meteor +/obj/machinery/driver_button/sm_drop_button/Destroy() + if(!launched) + launch_sequence() + crystal = null + return ..() + +/obj/machinery/driver_button/sm_drop_button/update_icon_state() + if(launched) + icon_state = "[initial(icon_state)]_launched" + else if(!glass) + icon_state = "[initial(icon_state)]_open" + else + icon_state = "[initial(icon_state)]" + ..() + +/obj/machinery/driver_button/sm_drop_button/examine(mob/user) + . = ..() + if(!glass) + . += span_notice("У [name] разбито защитное стекло.") + if(launched) + . += span_notice("Кнопка медленно мигает, сигнализируя о том, что она была нажата.") + +/obj/machinery/driver_button/sm_drop_button/attack_hand(mob/user) + user.changeNext_move(CLICK_CD_MELEE) + + if(stat & (NOPOWER|BROKEN)) + return + + if(active) + return + + if(isAI(user)) + return + + add_fingerprint(user) + use_power(5) + + if(!allowed(user) && !glass && !launched) + to_chat(user, span_warning("В доступе отказано.")) + return + + // Already launched + if(launched) + to_chat(user, span_warning("Кнопка уже нажата.")) + return + + // Glass present + else if(glass) + if(user.a_intent == INTENT_HARM) + user.visible_message(span_warning("[user] разбивает стекло [name]!"), span_warning("Вы разбиваете стекло [name]!")) + user.do_attack_animation(src, ATTACK_EFFECT_PUNCH) + glass = FALSE + playsound(loc, 'sound/effects/hit_on_shattered_glass.ogg', 100, TRUE) + update_icon(UPDATE_ICON_STATE) + else + user.visible_message(span_notice("[user] дружески похлопывает по [name]."), span_notice("Вы дружески похлопываете по [name].")) + playsound(loc, 'sound/effects/glassknock.ogg', 50, TRUE) + to_chat(user, span_warning("Если вы пытаетесь разбить стекло, вам придется ударить по нему сильнее...")) + else + // Must be !glass and !launched and crystal is in emergency state (around 10%) + for(crystal in SSair.atmos_machinery) + if(crystal?.id_tag == id_tag && crystal?.get_integrity() < SUPERMATTER_EMERGENCY) + user.visible_message(span_warning("[user] нажимает кнопку сброса [name]!"), span_warning("Вы нажимаете кнопку сброса!")) + playsound(loc, "modular_ss220/sm_space_drop/sound/button[rand(1, 5)].ogg", 100, TRUE) + visible_message(span_notice("Кнопка громко щелкает.")) + launch_sequence() + update_icon(UPDATE_ICON_STATE) + if(SSticker && SSticker.current_state == GAME_STATE_PLAYING) + var/area/area = get_area(src) + if(area) + message_admins("Supermatter Crystal has been launched to space by [key_name_admin(user)] [ADMIN_JMP(src)].") + investigate_log("has been launched to space at ([area.name]) by [key_name(user)].", "supermatter") + break + else + playsound(loc, "modular_ss220/sm_space_drop/sound/button[rand(1, 5)].ogg", 100, TRUE) + to_chat(user, span_warning("Система безопасности заблокировала попытку сброса. Кристалл не находится в состоянии расслоения!")) + return + +/obj/machinery/driver_button/sm_drop_button/launch_sequence() + if(launched) + return + launched = TRUE + GLOB.major_announcement.Announce("ВНИМАНИЕ, ПРОИЗВОДИТСЯ ЭКСТРЕННЫЙ СБРОС КРИСТАЛЛА!", "РЕАКТОР СУПЕРМАТЕРИИ: ЭКСТРЕННЫЙ СБРОС.", 'sound/effects/engine_alert2.ogg') + + for(crystal in SSair.atmos_machinery) + if(crystal?.id_tag == id_tag) + crystal.anchored = FALSE + break + + ..() + +/obj/machinery/driver_button/sm_drop_button/rearm() + active = FALSE + +/obj/machinery/driver_button/sm_drop_button/wrench_act() + return + +/obj/machinery/driver_button/sm_drop_button/multitool_act() + return diff --git a/modular_ss220/sm_space_drop/code/sm_engine.dm b/modular_ss220/sm_space_drop/code/sm_engine.dm new file mode 100644 index 000000000000..26dd42fcf1c0 --- /dev/null +++ b/modular_ss220/sm_space_drop/code/sm_engine.dm @@ -0,0 +1,2 @@ +/obj/machinery/atmospherics/supermatter_crystal/engine + var/id_tag = "SpaceDropSM" diff --git a/modular_ss220/sm_space_drop/code/sm_mass_driver.dm b/modular_ss220/sm_space_drop/code/sm_mass_driver.dm new file mode 100644 index 000000000000..7d5709565e1f --- /dev/null +++ b/modular_ss220/sm_space_drop/code/sm_mass_driver.dm @@ -0,0 +1,21 @@ +/obj/machinery/mass_driver/sm_mass_driver + name = "supermatter mass driver" + desc = "Запускает кристалл Суперматерии бороздить просторы космоса." + // We don't want it to be randomly destroyed + max_integrity = 500 + resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF + + id_tag = "SpaceDropSM" + +// You can't manipulate with mass driver to avoid grief +/obj/machinery/mass_driver/sm_mass_driver/screwdriver_act() + return + +/obj/machinery/mass_driver/sm_mass_driver/multitool_act() + return + +/obj/machinery/mass_driver/sm_mass_driver/emp_act() + return + +/obj/machinery/mass_driver/sm_mass_driver/emag_act() + return diff --git a/modular_ss220/sm_space_drop/icons/sm_buttons.dmi b/modular_ss220/sm_space_drop/icons/sm_buttons.dmi new file mode 100644 index 000000000000..104adabe5981 Binary files /dev/null and b/modular_ss220/sm_space_drop/icons/sm_buttons.dmi differ diff --git a/modular_ss220/sm_space_drop/sm_space_drop.dm b/modular_ss220/sm_space_drop/sm_space_drop.dm new file mode 100644 index 000000000000..45c1055083c6 --- /dev/null +++ b/modular_ss220/sm_space_drop/sm_space_drop.dm @@ -0,0 +1,4 @@ +/datum/modpack/sm_space_drop + name = "Система сброса СМ" + desc = "Позволяет сбросить СМ в критической ситуации." + author = "GREG" diff --git a/modular_ss220/sm_space_drop/sm_space_drop.dme b/modular_ss220/sm_space_drop/sm_space_drop.dme new file mode 100644 index 000000000000..8bdb06f2a14a --- /dev/null +++ b/modular_ss220/sm_space_drop/sm_space_drop.dme @@ -0,0 +1,6 @@ +#include "sm_space_drop.dm" + +#include "code/paper_sm_info.dm" +#include "code/sm_drop_button.dm" +#include "code/sm_mass_driver.dm" +#include "code/sm_engine.dm" diff --git a/modular_ss220/sm_space_drop/sound/button1.ogg b/modular_ss220/sm_space_drop/sound/button1.ogg new file mode 100644 index 000000000000..79b458317acf Binary files /dev/null and b/modular_ss220/sm_space_drop/sound/button1.ogg differ diff --git a/modular_ss220/sm_space_drop/sound/button2.ogg b/modular_ss220/sm_space_drop/sound/button2.ogg new file mode 100644 index 000000000000..3499e2d1722e Binary files /dev/null and b/modular_ss220/sm_space_drop/sound/button2.ogg differ diff --git a/modular_ss220/sm_space_drop/sound/button3.ogg b/modular_ss220/sm_space_drop/sound/button3.ogg new file mode 100644 index 000000000000..83970986e328 Binary files /dev/null and b/modular_ss220/sm_space_drop/sound/button3.ogg differ diff --git a/modular_ss220/sm_space_drop/sound/button4.ogg b/modular_ss220/sm_space_drop/sound/button4.ogg new file mode 100644 index 000000000000..a28da269ad61 Binary files /dev/null and b/modular_ss220/sm_space_drop/sound/button4.ogg differ diff --git a/modular_ss220/sm_space_drop/sound/button5.ogg b/modular_ss220/sm_space_drop/sound/button5.ogg new file mode 100644 index 000000000000..9fceed1611fa Binary files /dev/null and b/modular_ss220/sm_space_drop/sound/button5.ogg differ diff --git a/modular_ss220/smart_equip_targeted/_smart_equip_targeted.dm b/modular_ss220/smart_equip_targeted/_smart_equip_targeted.dm new file mode 100644 index 000000000000..4170f5430799 --- /dev/null +++ b/modular_ss220/smart_equip_targeted/_smart_equip_targeted.dm @@ -0,0 +1,4 @@ +/datum/modpack/smart_equip_targeted + name = "Smart Equip" + desc = "Позволяет хоткеям на сумку брать предмет из выбранного слота" + author = "larentoun" diff --git a/modular_ss220/smart_equip_targeted/_smart_equip_targeted.dme b/modular_ss220/smart_equip_targeted/_smart_equip_targeted.dme new file mode 100644 index 000000000000..f9ec7b8bc011 --- /dev/null +++ b/modular_ss220/smart_equip_targeted/_smart_equip_targeted.dme @@ -0,0 +1,3 @@ +#include "_smart_equip_targeted.dm" + +#include "code/smart_equip_targeted.dm" diff --git a/modular_ss220/smart_equip_targeted/code/smart_equip_targeted.dm b/modular_ss220/smart_equip_targeted/code/smart_equip_targeted.dm new file mode 100644 index 000000000000..4c4ccf83fe83 --- /dev/null +++ b/modular_ss220/smart_equip_targeted/code/smart_equip_targeted.dm @@ -0,0 +1,35 @@ +/// take the most recent item out of a slot or place held item in a slot +/mob/living/carbon/human/proc/smart_equip_targeted(slot_item = ITEM_SLOT_BELT) + var/obj/item/thing = get_active_hand() + var/obj/item/item_in_slot = get_item_by_slot(slot_item) + var/obj/item/storage/equipped_item + if(isstorage(item_in_slot)) + equipped_item = item_in_slot + if(!istype(equipped_item) && ismodcontrol(item_in_slot)) + var/obj/item/mod/control/mod = item_in_slot + if(mod.bag) + equipped_item = mod.bag + if(ismecha(loc) || HAS_TRAIT(src, TRAIT_HANDS_BLOCKED)) + return + if(!istype(equipped_item)) + if(thing) + equip_to_slot_if_possible(thing, slot_item) + else + if(istype(item_in_slot)) + item_in_slot.attack_hand(src) + return + if(thing && equipped_item.can_be_inserted(thing)) + equipped_item.handle_item_insertion(thing, src) + playsound(loc, "rustle", 50, 1, -5) + return + if(thing) + return + if(!length(equipped_item.contents)) + return + var/obj/item/stored = equipped_item.contents[length(equipped_item.contents)] + if(!stored || stored.on_found(src)) + return + stored.attack_hand(src) // take out thing from item in storage slot + +/mob/living/carbon/human/quick_equip_item(slot_item) + smart_equip_targeted(slot_item) diff --git a/modular_ss220/species/_species.dm b/modular_ss220/species/_species.dm new file mode 100644 index 000000000000..ee0e0b5a1bae --- /dev/null +++ b/modular_ss220/species/_species.dm @@ -0,0 +1,4 @@ +/datum/modpack/species + name = "Дополнительный Расы" + desc = "Удаленные и новые расы для возможности выбора." + author = "PhantomRU" diff --git a/modular_ss220/species/_species.dme b/modular_ss220/species/_species.dme new file mode 100644 index 000000000000..9317c0e06809 --- /dev/null +++ b/modular_ss220/species/_species.dme @@ -0,0 +1,15 @@ +#include "_species.dm" + +#include "code/species.dm" +#include "code/mob/living/carbon/brain/MMI.dm" +#include "code/mob/living/carbon/human/eat/eat_items_stack.dm" +#include "code/mob/living/carbon/human/eat/eat_items.dm" +#include "code/mob/living/carbon/human/eat/eat_list_clothing.dm" +#include "code/mob/living/carbon/human/eat/eat_list_plasma.dm" +#include "code/mob/living/carbon/human/eat/eat_list_rad.dm" +#include "code/mob/living/carbon/human/eat/eat_list_soap.dm" +#include "code/mob/living/carbon/human/eat/eat_list_tech.dm" +#include "code/mob/living/carbon/human/human_mob.dm" +#include "code/mob/living/carbon/species/nucleation.dm" +#include "code/mob/new_player/sprite_accessories/nucleation/nucleation_face.dm" +#include "code/mob/surgery/organs/subtypes/nucleation_organs.dm" diff --git a/modular_ss220/species/code/mob/living/carbon/brain/MMI.dm b/modular_ss220/species/code/mob/living/carbon/brain/MMI.dm new file mode 100644 index 000000000000..f11b06fadbb6 --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/brain/MMI.dm @@ -0,0 +1,5 @@ +/obj/item/mmi/attackby__legacy__attackchain(obj/item/O as obj, mob/user as mob, params) + if(istype(O, /obj/item/organ/internal/brain/crystal)) + to_chat(user, span_warning("Этот причудливо сформированный мозг не взаимодействует с [src].")) + return + . = ..() diff --git a/modular_ss220/species/code/mob/living/carbon/human/eat/eat_items.dm b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_items.dm new file mode 100644 index 000000000000..7e4bfa77a8ec --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_items.dm @@ -0,0 +1,156 @@ +/obj/item + var/material_type = MATERIAL_CLASS_NONE + var/bites_limit = 1 //The maximum amount of bites before item is depleted + var/current_bites = 0 //How many bites did + var/integrity_bite = 10 // Integrity used + var/nutritional_value = 20 // How much nutrition add + var/is_only_grab_intent = FALSE //Grab if help_intent was used + var/is_examine_bites = TRUE + + // Healing Special Effect + var/overall_heal_amount = 0 + var/fracture_repair_probability = 5 + +/obj/item/examine(mob/user) + var/material_string = item_string_material(user) + . = ..(user, "", material_string) + +/obj/item/attack__legacy__attackchain(mob/living/target, mob/living/user, def_zone) + if(check_item_eat(target, user)) + try_item_eat(target, user) + return TRUE + . = ..() + +/obj/item/proc/check_item_eat(mob/target, mob/user) + switch(material_type) + if(MATERIAL_CLASS_NONE) + return FALSE + if(MATERIAL_CLASS_CLOTH) + return ismoth(target) + if(MATERIAL_CLASS_TECH) + return isvox(target) + if(MATERIAL_CLASS_SOAP) + return isdrask(target) + if(MATERIAL_CLASS_PLASMA) + return isplasmaman(target) + if(MATERIAL_CLASS_RAD) + return isnucleation(target) + if(is_only_grab_intent && user.a_intent != INTENT_GRAB) + return FALSE + return TRUE + +/obj/item/proc/item_string_material(mob/user) + var/material_string + var/material_promt = "Вкуснятина! [is_only_grab_intent ? "\nНужно аккуратно есть." : ""]" + switch(material_type) + if(MATERIAL_CLASS_CLOTH) + material_string = "\nТканевый предмет. [ismoth(user) ? material_promt : ""]" + if(MATERIAL_CLASS_TECH) + material_string = "\nТехнологичный предмет. [isvox(user) ? material_promt : ""]" + if(MATERIAL_CLASS_SOAP) + material_string = "\nМыльный предмет. [isdrask(user) ? material_promt : ""]" + if(MATERIAL_CLASS_PLASMA) + material_string = "\nПлазменный предмет. [isdrask(user) ? material_promt : ""]" + if(MATERIAL_CLASS_RAD) + material_string = "\nРадиоактивный предмет. [isdrask(user) ? material_promt : ""]" + + if(is_examine_bites) + var/bites_split = bites_limit > 3 ? round(bites_limit / 4) : 1 + var/bites_damage_string = "" + if(current_bites >= 1 && current_bites <= bites_split) + bites_damage_string = "Выглядит покусанным..." + else if(current_bites >= bites_split && current_bites <= (bites_split * 2)) + bites_damage_string = "Видны оторванные части..." + else if((current_bites >= bites_split * 2) && current_bites <= (bites_split * 3)) + bites_damage_string = "Видна внутренняя часть..." + else if(current_bites >= bites_split * 3) + bites_damage_string = "Осталась одна труха..." + material_string += "\n[bites_damage_string]" + + return material_string + + +/obj/item/proc/try_item_eat(mob/living/carbon/target, mob/user) + if(ishuman(target) && item_eat(target, user)) + return TRUE + return FALSE + +//Eat all thing in my hand +/obj/item/proc/item_eat(mob/living/carbon/target, mob/user) + if(!check_item_eat(target, user)) + return FALSE + + var/chat_message_to_user = "Вы кормите [target] [src.name]." + var/chat_message_to_target = "[user] покормил вас [src.name]." + switch(user.a_intent) + if(INTENT_HELP, INTENT_GRAB) + if(target.nutrition >= NUTRITION_LEVEL_FULL) + chat_message_to_user = "В [target == user ? "вас" : target] больше не лезет [src.name]. [target == user ? "Вы" : target] наел[target == user ? "ись" : "ся"]!" + return FALSE + else if(target == user) + chat_message_to_user = "Вы откусили от [src.name]. Вкуснятина!" + if(INTENT_HARM) + chat_message_to_user = "В [target == user ? "вас" : target] больше не лезет. Но [target == user ? "вы" : user] насильно запихива[target == user ? "ете" : "ет"] [src.name] в рот!" + if(target != user) + chat_message_to_target = "В ваш рот насильно запихивают [src.name]!" + if(target.nutrition >= NUTRITION_LEVEL_FULL) + target.vomit(nutritional_value + 20) + target.adjustStaminaLoss(15) + + if(target != user) + if(!forceFed(target, user, FALSE)) + return FALSE + to_chat(target, "[chat_message_to_target]") + add_attack_logs(user, src, "Force Fed [target], item [src]") + + to_chat(user, "[chat_message_to_user]") + + playsound(user.loc, 'sound/items/eatfood.ogg', 50, 0) + target.adjust_nutrition(nutritional_value) + item_bite(target, user) + if(overall_heal_amount > 0) + item_heal(target) + + SSticker.score.score_food_eaten++ + return TRUE + +/obj/item/proc/item_bite(mob/living/carbon/target, mob/user) + current_bites++ + colour_change() + obj_integrity = max(obj_integrity - integrity_bite, 0) + if(current_bites >= bites_limit) + to_chat(user, "[target == user ? "Вы доели" : "[target] доел"] [src.name].") + qdel(src) + +/obj/item/proc/forceFed(mob/living/carbon/target, mob/user, instant_application = FALSE) + if(!instant_application) + visible_message("[user] пытается накормить [target], запихивая в рот [src.name].") + + if(!instant_application) + if(!do_mob(user, target, 2 SECONDS)) + return 0 + return 1 + +/obj/item/proc/colour_change() + var/bites_split = bites_limit > 3 ? round(bites_limit / 4) : 1 + var/colour + if(current_bites >= 1 && current_bites <= bites_split) + colour = "#d9e0e7ff" + else if(current_bites >= bites_split && current_bites <= (bites_split * 2)) + colour = "#b7c3ccff" + else if((current_bites >= bites_split * 2) && current_bites <= (bites_split * 3)) + colour = "#929eabff" + else if(current_bites >= bites_split * 3) + colour = "#697581ff" + + if(colour) + add_atom_colour(colour, FIXED_COLOUR_PRIORITY) + +/obj/item/proc/item_heal(mob/living/carbon/human/H) + H.heal_overall_damage(overall_heal_amount, overall_heal_amount) + if(prob(fracture_repair_probability)) // 5% chance per proc to find a random limb, and mend it + var/list/our_organs = H.bodyparts.Copy() + shuffle(our_organs) + for(var/obj/item/organ/external/L in our_organs) + if(L.mend_fracture()) + break // We're only checking one limb here, bucko diff --git a/modular_ss220/species/code/mob/living/carbon/human/eat/eat_items_stack.dm b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_items_stack.dm new file mode 100644 index 000000000000..6baec809aa55 --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_items_stack.dm @@ -0,0 +1,10 @@ +/obj/item/stack + is_examine_bites = FALSE + integrity_bite = 1 // stack sheet now + nutritional_value = 5 + +/obj/item/stack/item_bite(mob/living/carbon/target, mob/user) + amount -= integrity_bite + if(amount <= 0) + to_chat(user, "[target == user ? "Вы доели" : "[target] доел"] [src.name].") + qdel(src) diff --git a/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_clothing.dm b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_clothing.dm new file mode 100644 index 000000000000..759c55a79b75 --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_clothing.dm @@ -0,0 +1,244 @@ +/obj/item/clothing/suit/Initialize(mapload) + . = ..() + max_integrity *= 2 + integrity_failure *= 2 + + +//==== =Moth-Nian-Tkach food ===== +/obj/item/bedsheet/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 10 + nutritional_value = 15 + +/obj/item/clothing/Initialize(mapload) + + . = ..() + material_type = MATERIAL_CLASS_NONE + bites_limit = 10 + integrity_bite = 20 + nutritional_value = 5 + + +//UNDER +/obj/item/clothing/under/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 10 + integrity_bite = 40 + nutritional_value = 10 + + +//NECK +/obj/item/clothing/neck/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 8 + nutritional_value = 10 + + +//ACCESSORY +/obj/item/clothing/accessory/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 1 + +/obj/item/clothing/accessory/holobadge/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/accessory/legal_badge/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/accessory/necklace/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/accessory/medal/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + + +//GLOVES +/obj/item/clothing/gloves/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 2 + nutritional_value = 10 + +/obj/item/clothing/gloves/color/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 2 + nutritional_value = 10 + +/obj/item/clothing/gloves/color/yellow/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/gloves/color/red/insulated/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/gloves/color/red/insulated/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/gloves/color/latex/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/gloves/color/captain/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + + +//MASK +/obj/item/clothing/mask/bandana/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 4 + nutritional_value = 10 + + +//HEAD +/obj/item/clothing/head/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 6 + nutritional_value = 10 + +/obj/item/clothing/head/helmet/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/helmet/space/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/collectable/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/caphat/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/det_hat/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/beret/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/hos/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/warden/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/officer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/surgery/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/welding/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/cakehat/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/kitty/Initialize(mapload) //Нет. Нельзя. + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/headmirror/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + + +//SUIT +/obj/item/clothing/suit/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 16 + nutritional_value = 10 + +/obj/item/clothing/suit/hooded/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 20 + +/obj/item/clothing/suit/chef/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 8 + +/obj/item/clothing/suit/apron/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_CLOTH + bites_limit = 8 + +/obj/item/clothing/suit/chameleon/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/space/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/armor/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/storage/Initialize(mapload) //jacket e.t.c. + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/fire/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + + + +//Full Costume +/obj/item/clothing/head/cardborg/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/cardborg/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + +/obj/item/clothing/head/bio_hood/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/bio_suit/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + +/obj/item/clothing/head/bomb_hood/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/bomb_suit/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + +/obj/item/clothing/head/radiation/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/radiation/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + +/obj/item/clothing/head/wizard/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/wizrobe/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + +/obj/item/clothing/head/beekeeper_head/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/suit/beekeeper_suit/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + +/obj/item/clothing/suit/hooded/explorer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/head/hooded/explorer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE + +/obj/item/clothing/head/beanie/durathread/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE +/obj/item/clothing/under/misc/durathread/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_NONE diff --git a/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_plasma.dm b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_plasma.dm new file mode 100644 index 000000000000..1a55ac14bd09 --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_plasma.dm @@ -0,0 +1,28 @@ +//===== Plasmaman food ===== +/obj/item/stack/sheet/plasmaglass/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_PLASMA + nutritional_value = 5 + overall_heal_amount = 1 + fracture_repair_probability = 2 + +/obj/item/stack/ore/plasma/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_PLASMA + nutritional_value = 5 + overall_heal_amount = 1 + fracture_repair_probability = 2 + +/obj/item/stack/sheet/mineral/plasma/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_PLASMA + nutritional_value = 10 + overall_heal_amount = 2 + fracture_repair_probability = 5 + +/obj/item/coin/plasma/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_PLASMA + nutritional_value = 40 + overall_heal_amount = 2 + fracture_repair_probability = 5 diff --git a/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_rad.dm b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_rad.dm new file mode 100644 index 000000000000..2918543964e4 --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_rad.dm @@ -0,0 +1,21 @@ +//===== Nucleation food ===== +/obj/item/stack/ore/uranium/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_RAD + nutritional_value = 10 + overall_heal_amount = 2 + fracture_repair_probability = 5 + +/obj/item/stack/sheet/mineral/uranium/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_RAD + nutritional_value = 20 + overall_heal_amount = 5 + fracture_repair_probability = 5 + +/obj/item/coin/uranium/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_RAD + nutritional_value = 20 + overall_heal_amount = 5 + fracture_repair_probability = 5 diff --git a/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_soap.dm b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_soap.dm new file mode 100644 index 000000000000..3463102a0537 --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_soap.dm @@ -0,0 +1,37 @@ +/obj/item/soap/afterattack__legacy__attackchain(atom/target, mob/user, proximity) + if(!proximity) return + if(try_item_eat(target, user)) + return FALSE + . = ..() + + +//===== Drask food ===== +//Soap +/obj/item/soap/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_SOAP + bites_limit = 6 + nutritional_value = 15 + is_only_grab_intent = TRUE + +/obj/item/soap/homemade/Initialize(mapload) + . = ..() + nutritional_value = 30 + +/obj/item/soap/deluxe/Initialize(mapload) + . = ..() + nutritional_value = 60 + +/obj/item/soap/syndie/Initialize(mapload) + . = ..() + nutritional_value = 100 + +/obj/item/soap/nanotrasen/Initialize(mapload) + . = ..() + bites_limit = 12 + nutritional_value = 15 + +/obj/item/soap/ducttape/Initialize(mapload) + . = ..() + bites_limit = 2 + nutritional_value = 10 diff --git a/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_tech.dm b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_tech.dm new file mode 100644 index 000000000000..37adb3cbafac --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/eat/eat_list_tech.dm @@ -0,0 +1,391 @@ +/obj/item/pda/afterattack__legacy__attackchain(atom/A as mob|obj|turf|area, mob/user as mob, proximity) + if(try_item_eat(A, user)) + return FALSE + +//===== Vox food ===== +//Bad tech +/obj/item/flashlight/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 8 + nutritional_value = 2 + is_only_grab_intent = TRUE //всё-таки используется в подсвечивании глаз тенеморфам + +/obj/item/clothing/head/hardhat/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 8 + nutritional_value = 2 + +/obj/item/holosign_creator/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 3 + +/obj/item/signmaker/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 3 + +/obj/item/pipe_painter/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 3 + +/obj/item/airlock_painter/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 3 + +/obj/item/laser_pointer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 15 + is_only_grab_intent = TRUE //лазером можно светить в глаза + +/obj/item/radio/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 5 + +/obj/item/gps/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 15 + nutritional_value = 3 + + + +//Medium tech +/obj/item/t_scanner/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 2 + nutritional_value = 20 + +/obj/item/slime_scanner/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 20 + +/obj/item/sensor_device/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 20 + +/obj/item/mining_scanner/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 15 + +/obj/item/pinpointer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 20 + +//Используемые на карбонах +/obj/item/healthanalyzer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 3 + nutritional_value = 15 + is_only_grab_intent = TRUE + +/obj/item/bodyanalyzer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 4 + nutritional_value = 20 + is_only_grab_intent = TRUE + +/obj/item/bodyanalyzer/advanced/Initialize(mapload) + . = ..() + nutritional_value = 50 + +/obj/item/plant_analyzer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 4 + nutritional_value = 20 + is_only_grab_intent = TRUE + +/obj/item/autopsy_scanner/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 20 + is_only_grab_intent = TRUE + +/obj/item/reagent_scanner/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 15 + is_only_grab_intent = TRUE + +/obj/item/reagent_scanner/adv/Initialize(mapload) + . = ..() + nutritional_value = 40 + +/obj/item/analyzer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 15 + +/obj/item/melee/baton/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 10 + is_only_grab_intent = TRUE + +/obj/item/melee/baton/cattleprod/Initialize(mapload) + . = ..() + nutritional_value = 5 + + + +//Good tech +/obj/item/circuitboard/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 3 + nutritional_value = 20 + +/obj/item/borg/upgrade/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 3 + nutritional_value = 20 + +/obj/item/multitool/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 5 + nutritional_value = 10 + +/obj/item/multitool/abductor + nutritional_value = 50 + +/obj/item/multitool/ai_detect + nutritional_value = 50 + +/obj/item/radio/headset/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 20 + is_only_grab_intent = TRUE //чтобы случайно не надкусили + +/obj/item/pda/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 5 + is_only_grab_intent = TRUE + +/obj/item/paicard/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 15 + +/obj/item/machineprototype/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 20 + nutritional_value = 15 + +/obj/item/mobcapsule/Initialize(mapload) //lazarus + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 30 + +/obj/item/camera_bug/Initialize(mapload) //Hakuna matata + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 4 + nutritional_value = 30 + is_only_grab_intent = TRUE + +/obj/item/door_remote/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 5 + nutritional_value = 80 + is_only_grab_intent = TRUE + +/obj/item/encryptionkey/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 30 + +/obj/item/implanter + bites_limit = 1 + nutritional_value = 15 + +/obj/item/beacon/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 30 + +/obj/item/aicard/Initialize(mapload) //тяжело жуется + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 40 + nutritional_value = 5 + +/obj/item/holder/drone/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 15 + + + +//Parts +/obj/item/pod_parts/core/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 20 + nutritional_value = 10 + +/obj/item/airlock_electronics/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 10 + +/obj/item/airalarm_electronics/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 10 + +/obj/item/apc_electronics/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 15 + +/obj/item/assembly/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 20 + +/obj/item/stock_parts/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1 + nutritional_value = 5 + +/obj/item/stock_parts/capacitor/adv/Initialize(mapload) + . = ..() + nutritional_value = 15 +/obj/item/stock_parts/scanning_module/adv/Initialize(mapload) + . = ..() + nutritional_value = 15 +/obj/item/stock_parts/manipulator/nano/Initialize(mapload) + . = ..() + nutritional_value = 15 +/obj/item/stock_parts/micro_laser/high/Initialize(mapload) + . = ..() + nutritional_value = 15 +/obj/item/stock_parts/matter_bin/adv/Initialize(mapload) + . = ..() + nutritional_value = 15 + +/obj/item/stock_parts/capacitor/super/Initialize(mapload) + . = ..() + nutritional_value = 30 +/obj/item/stock_parts/scanning_module/phasic/Initialize(mapload) + . = ..() + nutritional_value = 30 +/obj/item/stock_parts/manipulator/pico/Initialize(mapload) + . = ..() + nutritional_value = 30 +/obj/item/stock_parts/micro_laser/ultra/Initialize(mapload) + . = ..() + nutritional_value = 30 +/obj/item/stock_parts/matter_bin/super/Initialize(mapload) + . = ..() + nutritional_value = 30 + +/obj/item/stock_parts/capacitor/quadratic/Initialize(mapload) + . = ..() + nutritional_value = 60 +/obj/item/stock_parts/scanning_module/triphasic/Initialize(mapload) + . = ..() + nutritional_value = 60 +/obj/item/stock_parts/manipulator/femto/Initialize(mapload) + . = ..() + nutritional_value = 60 +/obj/item/stock_parts/micro_laser/quadultra/Initialize(mapload) + . = ..() + nutritional_value = 60 +/obj/item/stock_parts/matter_bin/bluespace/Initialize(mapload) + . = ..() + nutritional_value = 60 + + + +//Syndie devices +/obj/item/rad_laser/Initialize(mapload) //health analyzer с радиацией. Смаковать таким одно удовольствие. Если конечно найдут. + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 20 + nutritional_value = 30 + is_only_grab_intent = TRUE + +/obj/item/jammer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 80 + +/obj/item/teleporter/Initialize(mapload) //Нет, это не хайриск, это синди-телепортер + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 8 + nutritional_value = 120 + +/obj/item/batterer/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 6 + nutritional_value = 100 + is_only_grab_intent = TRUE + +/obj/item/card/emag/Initialize(mapload) //Каждый кусочек по ощущениям растекается словно мед по твоим воксовым кубам... + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 200 + is_only_grab_intent = TRUE + +/obj/item/card/emag_broken/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 10 + nutritional_value = 50 + +/obj/item/card/data/clown/Initialize(mapload) + . = ..() + material_type = MATERIAL_CLASS_TECH + bites_limit = 1000 + nutritional_value = 1 diff --git a/modular_ss220/species/code/mob/living/carbon/human/human_mob.dm b/modular_ss220/species/code/mob/living/carbon/human/human_mob.dm new file mode 100644 index 000000000000..35e30e02d5b6 --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/human/human_mob.dm @@ -0,0 +1,12 @@ +/mob/living/carbon/human/vox/Initialize(mapload) + . = ..(mapload, /datum/species/vox) + faction |= list("Vox") + +/mob/living/carbon/human/nucleation/Initialize(mapload) + . = ..(mapload, /datum/species/nucleation) + +// Питание от радиации +/mob/living/carbon/human/nucleation/rad_act(amount) + . = ..() + if(amount) + nutrition = min(NUTRITION_LEVEL_FAT, nutrition + round(amount / 10)) diff --git a/modular_ss220/species/code/mob/living/carbon/species/nucleation.dm b/modular_ss220/species/code/mob/living/carbon/species/nucleation.dm new file mode 100644 index 000000000000..fdcba75d8f2f --- /dev/null +++ b/modular_ss220/species/code/mob/living/carbon/species/nucleation.dm @@ -0,0 +1,61 @@ +/datum/species/nucleation + name = "Nucleation" + name_plural = "Nucleations" + icobase = 'modular_ss220/species/icons/mob/human_races/r_nucleation.dmi' + blurb = "A sub-race of unfortunates who have been exposed to too much supermatter radiation. As a result, \ + supermatter crystal clusters have begun to grow across their bodies. Research to find a cure for this ailment \ + has been slow, and so this is a common fate for veteran engineers. The supermatter crystals produce oxygen, \ + negating the need for the individual to breathe. Their massive change in biology, however, renders most medicines \ + obselete. Ionizing radiation seems to cause resonance in some of their crystals, which seems to encourage regeneration \ + and produces a calming effect on the individual. Nucleations are highly stigmatized, and are treated much in the same \ + way as lepers were back on Earth." + language = "Sol Common" + burn_mod = 0.5 + brute_mod = 2 + siemens_coeff = 0.5 + species_traits = list(LIPS, NO_BLOOD, NO_CLONESCAN) + inherent_traits = list(TRAIT_NOBREATH, TRAIT_RADIMMUNE, TRAIT_NOPAIN, TRAIT_SUPERMATTER_IMMUNE) + bodyflags = SHAVED + dies_at_threshold = TRUE + dietflags = DIET_OMNI //still human at their core, so they maintain their eating habits and diet + + //Default styles for created mobs. + default_hair = "Nucleation Crystals" + + reagent_tag = PROCESS_ORG + has_organ = list( + "heart" = /obj/item/organ/internal/heart, + "brain" = /obj/item/organ/internal/brain/crystal, + "eyes" = /obj/item/organ/internal/eyes/luminescent_crystal, //Standard darksight of 2. + "ears" = /obj/item/organ/internal/ears/resonant_crystal, + "strange crystal" = /obj/item/organ/internal/nucleation/strange_crystal, + "strange crystal" = /obj/item/organ/internal/nucleation/strange_crystal, + "strange crystal" = /obj/item/organ/internal/nucleation/strange_crystal, + ) + + var/organ_explosion_thrown_range = 4 + var/organ_explosion_thrown_speed = 2 + var/max_light_impact_range = 4 + var/max_flash_range = 12 + +/datum/species/nucleation/on_species_gain(mob/living/carbon/human/H) + ..() + H.light_color = "#1C1C00" + H.set_light(2) + +/datum/species/nucleation/handle_death(gibbed, mob/living/carbon/human/H) + var/turf/T = get_turf(H) + var/datum/mind/mind = H.mind + H.visible_message(span_danger("Тело [H] взрывается, оставляя после себя кучу микроскопических кристаллов!")) + H.gib() + var/nutrition_mod = H.nutrition / NUTRITION_LEVEL_FAT + var/light_impact_range = round(max_light_impact_range * nutrition_mod) + var/flash_range = round(max_flash_range * nutrition_mod) + explosion(T, 0, 0, min(light_impact_range, max_light_impact_range), min(flash_range, max_flash_range)) + + // Не даем более возродиться + if(mind) + mind.current.ghostize(FALSE) + if(!QDELETED(mind.current)) + mind.current.remove_status_effect(STATUS_EFFECT_REVIVABLE) + SEND_SIGNAL(mind.current, COMSIG_LIVING_SET_DNR) diff --git a/modular_ss220/species/code/mob/new_player/sprite_accessories/nucleation/nucleation_face.dm b/modular_ss220/species/code/mob/new_player/sprite_accessories/nucleation/nucleation_face.dm new file mode 100644 index 000000000000..8cd49e624a7a --- /dev/null +++ b/modular_ss220/species/code/mob/new_player/sprite_accessories/nucleation/nucleation_face.dm @@ -0,0 +1,52 @@ +/datum/sprite_accessory/hair/nucleation + icon = 'modular_ss220/species/icons/mob/sprite_accessories/nucleation/nucleation_face.dmi' + species_allowed = list("Nucleation") + glasses_over = 1 + +/datum/sprite_accessory/hair/nucleation/nuc_crystals + name = "Nucleation Crystals" + icon_state = "crystal" + +/datum/sprite_accessory/hair/nucleation/nuc_betaburns + name = "Nucleation Beta Burns" + icon_state = "betaburns" + +/datum/sprite_accessory/hair/nucleation/nuc_fallout + name = "Nucleation Fallout" + icon_state = "fallout" + +/datum/sprite_accessory/hair/nucleation/nuc_frission + name = "Nucleation Frission" + icon_state = "frission" + +/datum/sprite_accessory/hair/nucleation/nuc_radical + name = "Nucleation Free Radical" + icon_state = "radical" + +/datum/sprite_accessory/hair/nucleation/nuc_gammaray + name = "Nucleation Gamma Ray" + icon_state = "gammaray" + +/datum/sprite_accessory/hair/nucleation/nuc_neutron + name = "Nucleation Neutron Bomb" + icon_state = "neutron" + +/datum/sprite_accessory/hair/nucleation/nuc_duelist + name = "Nucleation Crystalized Duelist" + icon_state = "duelist" + +/datum/sprite_accessory/hair/nucleation/nuc_psalad + name = "Nucleation Crystalized Psalad" + icon_state = "psalad" + +/datum/sprite_accessory/hair/nucleation/nuc_punk + name = "Nucleation Crystalized Punk" + icon_state = "punk" + +/datum/sprite_accessory/hair/nucleation/nuc_rows + name = "Nucleation Crystalized Rows" + icon_state = "rows" + +/datum/sprite_accessory/hair/nucleation/nuc_ziegler + name = "Nucleation Crystalized Ziegler" + icon_state = "ziegler" diff --git a/modular_ss220/species/code/mob/surgery/organs/subtypes/nucleation_organs.dm b/modular_ss220/species/code/mob/surgery/organs/subtypes/nucleation_organs.dm new file mode 100644 index 000000000000..b6f0a764afb0 --- /dev/null +++ b/modular_ss220/species/code/mob/surgery/organs/subtypes/nucleation_organs.dm @@ -0,0 +1,176 @@ +/obj/item/organ/internal + var/is_special_effect = FALSE + +/obj/item/organ/internal/nucleation + name = "nucleation organ" + icon = 'modular_ss220/species/icons/obj/surgery.dmi' + desc = "A crystalized human organ. /red It has a strangely iridescent glow." + max_integrity = 500 + is_special_effect = TRUE + var/integrity_item_dust = 50 + var/amount_fire_loss = 20 + var/radiation_pulse_amount = 200 + var/radiation_pulse_range = 2 + var/temp_protect = ARMOR_MAX_TEMP_PROTECT + +/obj/item/organ/internal/nucleation/Initialize(mapload) + . = ..() + ADD_TRAIT(src, TRAIT_SUPERMATTER_IMMUNE, ROUNDSTART_TRAIT) + +/obj/item/organ/internal/nucleation/can_be_pulled(mob/user) + if(!check_touched(user)) + return ..() + return FALSE + +/obj/item/organ/internal/nucleation/attackby__legacy__attackchain(obj/item/I, mob/living/user, params) + if(istype(I, /obj/item/organ/internal/nucleation) || istype(I, /obj/item/organ/internal/ears/resonant_crystal)) + playsound(src, 'sound/effects/supermatter.ogg', 50, TRUE) + radiation_pulse(user, radiation_pulse_amount, radiation_pulse_range) + var/flash_range = rand(2, 7) + I.obj_integrity -= integrity_item_dust + if(I.obj_integrity <= integrity_item_dust) + explosion(user, 0, 0, 1, flash_range) + QDEL_NULL(I) + obj_integrity -= integrity_item_dust + if(obj_integrity <= integrity_item_dust) + explosion(user, 0, 0, 1, flash_range) + QDEL_NULL(src) + return TRUE + if(istype(I, /obj/item/retractor/supermatter)) + var/obj/item/retractor/supermatter/tongs = I + if(tongs.sliver) + to_chat(user, "[tongs] уже что-то удерживает!") + return FALSE + forceMove(tongs) + tongs.sliver = src + tongs.icon_state = "supermatter_tongs_loaded" + tongs.item_state = "supermatter_tongs_loaded" + to_chat(user, "You carefully pick up [src] with [tongs].") + else if(istype(I, /obj/item/scalpel/supermatter) || istype(I, /obj/item/nuke_core_container/supermatter) || HAS_TRAIT(I, TRAIT_SUPERMATTER_IMMUNE)) // we don't want it to dust + return + else + try_burn_hit(I, user) + +/obj/item/organ/internal/nucleation/attack__legacy__attackchain(mob/living/carbon/M, mob/user) + if(!try_burn_hit(affected_user = user, def_zone = user.zone_selected)) + return ..() + +/obj/item/organ/internal/nucleation/attack_self__legacy__attackchain(mob/user) + if(!try_burn_hit(affected_user = user, def_zone = user.zone_selected)) + return ..() + +/obj/item/organ/internal/nucleation/throw_impact(atom/hit_atom, datum/thrownthing/throwingdatum) + var/picked_def_zone = "chest" + if(ismob(hit_atom)) + var/mob/M = hit_atom + picked_def_zone = M.zone_selected + if(try_burn_hit(affected_user = M, def_zone = picked_def_zone)) + return TRUE + return ..() + +/obj/item/organ/internal/nucleation/pickup(mob/living/user) + if(!try_burn_hit(affected_user = user)) + return ..() + user.drop_item() + forceMove(user.drop_location()) + +/obj/item/organ/internal/nucleation/proc/try_burn_hit(obj/item/affected_item, mob/living/affected_user, def_zone) + if(burn_hit(affected_item, affected_user, def_zone)) + playsound(src, 'sound/effects/supermatter.ogg', 50, TRUE) + return TRUE + return FALSE + +/obj/item/organ/internal/nucleation/proc/burn_hit(obj/item/affected_item, mob/living/affected_user, def_zone) + if(!(affected_item || affected_user)) + return FALSE + . = FALSE + + if(affected_item && !HAS_TRAIT(affected_item, TRAIT_SUPERMATTER_IMMUNE)) + obj_integrity -= integrity_item_dust + if(affected_item.obj_integrity <= integrity_item_dust) + to_chat(affected_user, span_danger("[affected_item] испепелился!")) + qdel(affected_item) + . = TRUE + + if(affected_user) + if(!check_touched(affected_user)) + return . + + radiation_pulse(affected_user, radiation_pulse_amount, radiation_pulse_range) + + if(!ishuman(affected_user)) + affected_user.adjustFireLoss(amount_fire_loss) + return TRUE + var/mob/living/carbon/human/H = affected_user + + if(H.handcuffed) + to_chat(H, span_danger("[src] сжег надетые на вас [H.handcuffed]!")) + QDEL_NULL(H.handcuffed) + H.update_handcuffed() + return TRUE + + if(!def_zone) + def_zone = H.hand ? BODY_ZONE_PRECISE_L_HAND : BODY_ZONE_PRECISE_R_HAND + if(H.gloves && H.gloves.max_heat_protection_temperature >= temp_protect) + return TRUE + var/obj/item/organ/external/organ = H.bodyparts_by_name[def_zone] + if(organ) + H.adjustFireLossByPart(amount_fire_loss, def_zone) + if(organ.burn_dam >= max_damage-5) + to_chat(H, span_danger("Испарил вашу конечность - [organ.name]!")) + QDEL_NULL(organ) + return TRUE + to_chat(H, span_danger("Вы обожглись о [src]!")) + return TRUE + + return . + +/obj/item/organ/internal/nucleation/proc/check_touched(mob/user) + if(user.status_flags & GODMODE || HAS_TRAIT(user, TRAIT_SUPERMATTER_IMMUNE)) + return FALSE + return TRUE + +// ============ ORGANS ============ +/obj/item/organ/internal/nucleation/strange_crystal + name = "strange crystal" + icon_state = "strange-crystal" + organ_tag = "strange crystal" + parent_organ = "chest" + slot = "heart" + +/obj/item/organ/internal/ears/resonant_crystal + name = "resonant crystal" + icon = 'modular_ss220/species/icons/obj/surgery.dmi' + icon_state = "resonant-crystal" + organ_tag = "resonant crystal" + parent_organ = "head" + slot = "ears" + +/obj/item/organ/internal/ears/resonant_crystal/Initialize(mapload) + . = ..() + ADD_TRAIT(src, TRAIT_SUPERMATTER_IMMUNE, ROUNDSTART_TRAIT) + +/obj/item/organ/internal/eyes/luminescent_crystal + name = "luminescent eyes" + icon = 'modular_ss220/species/icons/obj/surgery.dmi' + icon_state = "crystal-eyes" + organ_tag = "luminescent eyes" + light_color = "#1C1C00" + +/obj/item/organ/internal/eyes/luminescent_crystal/Initialize(mapload) + . = ..() + ADD_TRAIT(src, TRAIT_SUPERMATTER_IMMUNE, ROUNDSTART_TRAIT) +/obj/item/organ/internal/eyes/luminescent_crystal/New() + set_light(2) + ..() + +/obj/item/organ/internal/brain/crystal + name = "crystallized brain" + icon = 'modular_ss220/species/icons/obj/surgery.dmi' + icon_state = "crystal-brain" + organ_tag = "crystallized brain" + + +/obj/item/organ/internal/brain/crystal/Initialize(mapload) + . = ..() + ADD_TRAIT(src, TRAIT_SUPERMATTER_IMMUNE, ROUNDSTART_TRAIT) diff --git a/modular_ss220/species/code/species.dm b/modular_ss220/species/code/species.dm new file mode 100644 index 000000000000..c953b5ecbe61 --- /dev/null +++ b/modular_ss220/species/code/species.dm @@ -0,0 +1,14 @@ +/datum/species + var/required_playtimes_minutes = -1 + +/datum/species/proc/is_available(mob/M) + if(!M.client) + return TRUE + var/list/play_records = params2list(M.client.prefs.exp) + var/record = text2num(play_records[EXP_TYPE_LIVING]) + if(record < required_playtimes_minutes && M.client.donator_level == 0) + return FALSE + return TRUE + +/datum/species/nucleation + required_playtimes_minutes = 12000 // 200 часов diff --git a/modular_ss220/species/icons/mob/human_races/r_nucleation.dmi b/modular_ss220/species/icons/mob/human_races/r_nucleation.dmi new file mode 100644 index 000000000000..b003e736bc10 Binary files /dev/null and b/modular_ss220/species/icons/mob/human_races/r_nucleation.dmi differ diff --git a/modular_ss220/species/icons/mob/sprite_accessories/nucleation/nucleation_face.dmi b/modular_ss220/species/icons/mob/sprite_accessories/nucleation/nucleation_face.dmi new file mode 100644 index 000000000000..74e7ca71801c Binary files /dev/null and b/modular_ss220/species/icons/mob/sprite_accessories/nucleation/nucleation_face.dmi differ diff --git a/modular_ss220/species/icons/obj/surgery.dmi b/modular_ss220/species/icons/obj/surgery.dmi new file mode 100644 index 000000000000..ac9233da1188 Binary files /dev/null and b/modular_ss220/species/icons/obj/surgery.dmi differ diff --git a/modular_ss220/species_whitelist/_species_whitelist.dm b/modular_ss220/species_whitelist/_species_whitelist.dm new file mode 100644 index 000000000000..a1a989b77f5f --- /dev/null +++ b/modular_ss220/species_whitelist/_species_whitelist.dm @@ -0,0 +1,4 @@ +/datum/modpack/species_whitelist + name = "Вайтлист на расы" + desc = "Добавление вайтлиста на расы" + author = "legendaxe" diff --git a/modular_ss220/species_whitelist/_species_whitelist.dme b/modular_ss220/species_whitelist/_species_whitelist.dme new file mode 100644 index 000000000000..4d322dfee0df --- /dev/null +++ b/modular_ss220/species_whitelist/_species_whitelist.dme @@ -0,0 +1,4 @@ +#include "_species_whitelist.dm" + +#include "code/species_whitelist_configuration.dm" +#include "code/species_whitelist_preferences.dm" diff --git a/modular_ss220/species_whitelist/code/species_whitelist_configuration.dm b/modular_ss220/species_whitelist/code/species_whitelist_configuration.dm new file mode 100644 index 000000000000..50bcfb171b4b --- /dev/null +++ b/modular_ss220/species_whitelist/code/species_whitelist_configuration.dm @@ -0,0 +1,14 @@ +/datum/server_configuration + /// Holder for the gateway configuration datum + var/datum/configuration_section/species_whitelist_configuration/species_whitelist + +/datum/server_configuration/load_all_sections() + . = ..() + species_whitelist = new() + safe_load(species_whitelist, "species_whitelist_configuration") + +/datum/configuration_section/species_whitelist_configuration + var/species_whitelist_enabled = FALSE + +/datum/configuration_section/species_whitelist_configuration/load_data(list/data) + CONFIG_LOAD_BOOL(species_whitelist_enabled, data["species_whitelist_enabled"]) diff --git a/modular_ss220/species_whitelist/code/species_whitelist_preferences.dm b/modular_ss220/species_whitelist/code/species_whitelist_preferences.dm new file mode 100644 index 000000000000..62a7ea75c89e --- /dev/null +++ b/modular_ss220/species_whitelist/code/species_whitelist_preferences.dm @@ -0,0 +1,30 @@ +/datum/preferences + var/species_whitelist + +/datum/preferences/proc/get_species_whitelist() + . = TRUE + + if(species_whitelist) + return + + var/datum/db_query/preferences_query = SSdbcore.NewQuery("SELECT species_whitelist FROM player WHERE ckey=:ckey", list( + "ckey" = parent.ckey + )) + + if(!preferences_query.warn_execute()) + qdel(preferences_query) + return FALSE + + while(preferences_query.NextRow()) + var/species_whitelist_json = preferences_query.item[1] + if(species_whitelist_json) + species_whitelist = json_decode(preferences_query.item[1]) + + qdel(preferences_query) + +/datum/preferences/load_preferences(datum/db_query/query) + . = ..() + if(!.) + return + + return get_species_whitelist() diff --git a/modular_ss220/speech_filter/_speech_filter.dm b/modular_ss220/speech_filter/_speech_filter.dm new file mode 100644 index 000000000000..39645afd4dec --- /dev/null +++ b/modular_ss220/speech_filter/_speech_filter.dm @@ -0,0 +1,4 @@ +/datum/modpack/speech_filter + name = "Фильтр речи" + desc = "Фильтрация речи игроков" + author = "gaxeer" diff --git a/modular_ss220/speech_filter/_speech_filter.dme b/modular_ss220/speech_filter/_speech_filter.dme new file mode 100644 index 000000000000..dedff6323165 --- /dev/null +++ b/modular_ss220/speech_filter/_speech_filter.dme @@ -0,0 +1,5 @@ +#include "_speech_filter.dm" + +#include "code/configuration.dm" +#include "code/mob.dm" +#include "code/speech_filter.dm" diff --git a/modular_ss220/speech_filter/code/configuration.dm b/modular_ss220/speech_filter/code/configuration.dm new file mode 100644 index 000000000000..8967cbebfb58 --- /dev/null +++ b/modular_ss220/speech_filter/code/configuration.dm @@ -0,0 +1,14 @@ +/datum/configuration_section/ss220_misc_configuration + /// Whether or not player speech will be filtered + var/enable_speech_filter = FALSE + /// Set of player ckeys that bypass speech filter + var/list/speech_filter_bypass = list() + +/datum/configuration_section/ss220_misc_configuration/load_data(list/data) + . = ..() + CONFIG_LOAD_BOOL(enable_speech_filter, data["enable_speech_filter"]) + + var/list/filter_bypass + CONFIG_LOAD_LIST(filter_bypass, data["speech_filter_bypass"]) + for(var/whitelisted_ckey in filter_bypass) + speech_filter_bypass[ckey(whitelisted_ckey)] = TRUE diff --git a/modular_ss220/speech_filter/code/mob.dm b/modular_ss220/speech_filter/code/mob.dm new file mode 100644 index 000000000000..c21c26edaf77 --- /dev/null +++ b/modular_ss220/speech_filter/code/mob.dm @@ -0,0 +1,3 @@ +/mob/living/Login() + . = ..() + AddElement(/datum/element/speech_filter, src) diff --git a/modular_ss220/speech_filter/code/speech_filter.dm b/modular_ss220/speech_filter/code/speech_filter.dm new file mode 100644 index 000000000000..6a7c592941a6 --- /dev/null +++ b/modular_ss220/speech_filter/code/speech_filter.dm @@ -0,0 +1,73 @@ +#define BRAINROT_FILTER_FILE "config/speech_filters/brainrot_filter.json" + +/datum/element/speech_filter + element_flags = ELEMENT_DETACH_ON_HOST_DESTROY + var/static/list/brainrot_notifications = list( + "Почему у меня такой скудный словарный запас? Стоит сходить в библиотеку и прочесть книгу...", + "Что, черт побери, я несу?", + "Я в своём уме? Надо следить за языком.", + "Неужели я не могу подобрать нужных слов? Позор мне..." + ) + +/datum/element/speech_filter/Attach(datum/target) + . = ..() + if(!isliving(target)) + return ELEMENT_INCOMPATIBLE + + var/mob/mob_to_censor = target + if(!mob_to_censor.client) + return ELEMENT_INCOMPATIBLE + + RegisterSignal(mob_to_censor, COMSIG_MOB_SAY, PROC_REF(filter_speech), TRUE) + RegisterSignal(mob_to_censor, COMSIG_MOB_LOGOUT, PROC_REF(Detach), TRUE) + +/datum/element/speech_filter/Detach(datum/source, force) + . = ..() + UnregisterSignal(source, COMSIG_MOB_SAY) + UnregisterSignal(source, COMSIG_MOB_LOGOUT) + +/datum/element/speech_filter/proc/filter_speech(mob/talker, list/speech_args) + if(!GLOB.configuration.ss220_misc.enable_speech_filter || can_bypass_filter(talker)) + return + + var/message = speech_args[SPEECH_MESSAGE] + if(!length(message)) + return + + if(message[1] == "*") + return + + var/brainrot_regex = get_brainrot_filter_regex() + if(!brainrot_regex) + return + + var/original_message = copytext(message, 1) + message = rustutils_regex_replace(message, brainrot_regex, "i", "цветочек") + if(original_message == message) + return + + speech_args[SPEECH_MESSAGE] = message + addtimer(CALLBACK(talker, TYPE_PROC_REF(/mob, emote), "drool"), 0.3 SECONDS) + to_chat(talker, span_sinister(pick(brainrot_notifications))) + log_and_message_admins("[key_name(talker)] has attempted to say forbidden word. His message was: [original_message]") + +/datum/element/speech_filter/proc/get_brainrot_filter_regex() + if(!fexists(BRAINROT_FILTER_FILE)) + return + + var/static/list/filters = json_load(BRAINROT_FILTER_FILE)["brainrot_filter"] + if(!length(filters)) + return list() + + var/static/brainrot_regex + if(!brainrot_regex) + var/list/unique_filters = list() + unique_filters |= filters + brainrot_regex = unique_filters.Join("|") + + return brainrot_regex + +/datum/element/speech_filter/proc/can_bypass_filter(mob/mob_to_check) + return mob_to_check.client.ckey in GLOB.configuration.ss220_misc.speech_filter_bypass + +#undef BRAINROT_FILTER_FILE diff --git a/modular_ss220/spy_spider/_spy_spider.dm b/modular_ss220/spy_spider/_spy_spider.dm new file mode 100644 index 000000000000..82412e13b86f --- /dev/null +++ b/modular_ss220/spy_spider/_spy_spider.dm @@ -0,0 +1,9 @@ +/datum/modpack/spy_spider + name = "Шпионские жучки" + desc = "Шпионские жучки для детектива." + author = "dj-34, Vallat" + +#define SPY_SPIDER_FREQ 1251 + +/datum/modpack/spy_spider/initialize() + SSradio.radiochannels |= list("Spy Spider" = SPY_SPIDER_FREQ) diff --git a/modular_ss220/spy_spider/_spy_spider.dme b/modular_ss220/spy_spider/_spy_spider.dme new file mode 100644 index 000000000000..01178a77f1f6 --- /dev/null +++ b/modular_ss220/spy_spider/_spy_spider.dme @@ -0,0 +1,3 @@ +#include "_spy_spider.dm" + +#include "code/spy_spider.dm" diff --git a/modular_ss220/spy_spider/code/spy_spider.dm b/modular_ss220/spy_spider/code/spy_spider.dm new file mode 100644 index 000000000000..035004ede83f --- /dev/null +++ b/modular_ss220/spy_spider/code/spy_spider.dm @@ -0,0 +1,156 @@ +/datum/controller/subsystem/radio/frequency_span_class(frequency) + if(frequency == SPY_SPIDER_FREQ) + return "spyradio" + return ..() + +/obj/item/radio/spy_spider + name = "шпионский жучок" + desc = "Кажется, ты видел такого в фильмах про шпионов." + icon = 'modular_ss220/spy_spider/icons/spy_spider.dmi' + icon_state = "spy_spider" + frequency = SPY_SPIDER_FREQ + freqlock = SPY_SPIDER_FREQ + listening = FALSE + broadcasting = FALSE + canhear_range = 3 + +/obj/item/radio/spy_spider/examine(mob/user) + . = ..() + . += span_info("Сейчас он [broadcasting ? "включён" : "выключен"].") + +/obj/item/radio/spy_spider/attack_self__legacy__attackchain(mob/user) + broadcasting = !broadcasting + if(broadcasting) + to_chat(user, span_info("Ты включаешь жучок.")) + else + to_chat(user, span_info("Ты выключил жучок.")) + return TRUE + +/obj/item/encryptionkey/spy_spider + name = "Spy Encryption Key" + icon = 'modular_ss220/spy_spider/icons/spy_spider.dmi' + icon_state = "spy_cypherkey" + channels = list("Spy Spider" = TRUE) + +/obj/item/storage/lockbox/spy_kit + name = "набор жучков" + desc = "Не самый легальный из способов достать информацию, но какая разница, если никто не узнает?" + storage_slots = 5 + req_access = list(ACCESS_FORENSICS_LOCKERS) + +/obj/item/storage/lockbox/spy_kit/Initialize(mapload) + . = ..() + new /obj/item/radio/spy_spider(src) + new /obj/item/radio/spy_spider(src) + new /obj/item/radio/spy_spider(src) + new /obj/item/encryptionkey/spy_spider(src) + new /obj/item/encryptionkey/spy_spider(src) + +/** + * CLOTHING PART + */ +/obj/item/clothing + var/obj/item/radio/spy_spider/spy_spider_attached + +/obj/item/clothing/Destroy() + QDEL_NULL(spy_spider_attached) + return ..() + +/obj/item/clothing/emp_act(severity) + . = ..() + spy_spider_attached?.emp_act(severity) + +/obj/item/clothing/hear_talk(mob/M, list/message_pieces) + . = ..() + spy_spider_attached?.hear_talk(M, message_pieces) + +/obj/item/clothing/attackby__legacy__attackchain(obj/item/I, mob/user, params) + if(!istype(I, /obj/item/radio/spy_spider)) + return ..() + if(spy_spider_attached || !((slot_flags & ITEM_SLOT_OUTER_SUIT) || (slot_flags & ITEM_SLOT_JUMPSUIT))) + to_chat(user, span_warning("Ты не находишь места для жучка!")) + return TRUE + var/obj/item/radio/spy_spider/spy_spider = I + + if(!spy_spider.broadcasting) + to_chat(user, span_warning("Жучок выключен!")) + return TRUE + + user.unEquip(spy_spider) + spy_spider.forceMove(src) + spy_spider_attached = spy_spider + to_chat(user, span_info("Ты незаметно прикрепляешь жучок к [src].")) + return TRUE + +/obj/item/clothing/proc/remove_spy_spider() + set name = "Снять жучок" + set category = "Object" + set src in range(1, usr) + + if(!ishuman(usr)) + return + var/mob/living/carbon/human/user = usr + + if(spy_spider_attached) + if(!user.put_in_any_hand_if_possible(spy_spider_attached, del_on_fail = FALSE)) + var/turf/user_loc = get_turf(user) + spy_spider_attached.forceMove(user_loc) + spy_spider_attached = null + + verbs -= /obj/item/clothing/proc/remove_spy_spider + +/** + * HUMAN PART + */ +/mob/living/carbon/human/attackby__legacy__attackchain(obj/item/I, mob/living/user, def_zone) + if(!istype(I, /obj/item/radio/spy_spider)) + return ..() + + if(!(w_uniform || wear_suit)) + to_chat(user, span_warning("У тебя нет желания лезть к [src] в трусы. Жучок надо крепить на одежду!")) + return TRUE + + var/obj/item/radio/spy_spider/spy_spider = I + var/obj/item/clothing/clothing_for_attach = wear_suit || w_uniform + if(clothing_for_attach.spy_spider_attached) + to_chat(user, span_warning("Ты не находишь места для жучка!")) + return TRUE + + if(!spy_spider.broadcasting) + to_chat(user, span_warning("Жучок выключен!")) + return TRUE + + var/attempt_cancel_message = span_warning("Ты не успеваешь установить жучок.") + if(!do_after_once(user, 3 SECONDS, TRUE, src, TRUE, attempt_cancel_message)) + return TRUE + + user.unEquip(spy_spider) + spy_spider.forceMove(clothing_for_attach) + clothing_for_attach.spy_spider_attached = spy_spider + to_chat(user, span_info("Ты незаметно прикрепляешь жучок к одежде [src].")) + return TRUE + +/obj/item/clothing/suit/storage/attackby__legacy__attackchain(obj/item/W as obj, mob/user as mob, params) + if(istype(W, /obj/item/radio/spy_spider)) + return + . = ..() + +// Spy spider detection +/obj/item/detective_scanner/scan(atom/A, mob/user) + . = ..() + var/found_spy_device = FALSE + if(!scanning) + scanning = TRUE + + if(istype(A, /obj/item/clothing)) + var/obj/item/clothing/scanned_clothing = A + if(scanned_clothing.spy_spider_attached) + found_spy_device = TRUE + + if(found_spy_device) + sleep(1 SECONDS) + add_log(span_info("Найдено шпионское устройство!")) + if(!(/obj/item/clothing/proc/remove_spy_spider in A.verbs)) + add_verb(A, /obj/item/clothing/proc/remove_spy_spider) + + scanning = FALSE diff --git a/modular_ss220/spy_spider/icons/spy_spider.dmi b/modular_ss220/spy_spider/icons/spy_spider.dmi new file mode 100644 index 000000000000..85edd2915d11 Binary files /dev/null and b/modular_ss220/spy_spider/icons/spy_spider.dmi differ diff --git a/modular_ss220/station_traits/_station_traits.dm b/modular_ss220/station_traits/_station_traits.dm new file mode 100644 index 000000000000..9e518dd24de9 --- /dev/null +++ b/modular_ss220/station_traits/_station_traits.dm @@ -0,0 +1,5 @@ +/datum/modpack/station_traits + name = "Station Traits" + desc = "Станционные трейты, которые добавили мы. Возможно в будущем будут на апстриме." + author = "Aylong" + diff --git a/modular_ss220/station_traits/_station_traits.dme b/modular_ss220/station_traits/_station_traits.dme new file mode 100644 index 000000000000..b32c95c94a52 --- /dev/null +++ b/modular_ss220/station_traits/_station_traits.dme @@ -0,0 +1,3 @@ +#include "_station_traits.dm" + +#include "code/neutral_traits.dm" diff --git a/modular_ss220/station_traits/code/neutral_traits.dm b/modular_ss220/station_traits/code/neutral_traits.dm new file mode 100644 index 000000000000..b09668325a05 --- /dev/null +++ b/modular_ss220/station_traits/code/neutral_traits.dm @@ -0,0 +1,28 @@ +/datum/station_trait/darkness + name = "Electricity Saving" + trait_type = STATION_TRAIT_NEUTRAL + weight = 5 + show_in_report = TRUE + report_message = "Предыдущая смена позаботилась об экономии энергии перед уходом." + blacklist = list(/datum/station_trait/rave) + +/datum/station_trait/darkness/on_round_start() + . = ..() + for(var/obj/machinery/light_switch/light_switch in GLOB.machines) + var/turf/our_turf = get_turf(light_switch) + if(!is_station_level(our_turf.z)) + continue + + var/area/switch_area = get_area(light_switch) + switch_area.lightswitch = FALSE + light_switch.update_icon(UPDATE_ICON) + + for(var/obj/machinery/light/light in switch_area) + light.power_change() + + for(var/obj/item/flashlight/lamp/lamp in switch_area) + lamp.on = FALSE + lamp.update_brightness() + + for(var/turf/simulated/floor/light/floor_light in switch_area) + floor_light.toggle_light(FALSE) diff --git a/modular_ss220/text_to_speech/_tts.dm b/modular_ss220/text_to_speech/_tts.dm new file mode 100644 index 000000000000..32dd3f6729f8 --- /dev/null +++ b/modular_ss220/text_to_speech/_tts.dm @@ -0,0 +1,4 @@ +/datum/modpack/tts + name = "Text-To-Speech" + desc = "Озвучка фраз." + author = "furior" diff --git a/modular_ss220/text_to_speech/_tts.dme b/modular_ss220/text_to_speech/_tts.dme new file mode 100644 index 000000000000..bcefa2889606 --- /dev/null +++ b/modular_ss220/text_to_speech/_tts.dme @@ -0,0 +1,32 @@ +#include "_tts.dm" + +#include "code/_defines.dm" +#include "code/configuration.dm" +#include "code/hear.dm" +#include "code/numbers.dm" +#include "code/providers/silero.dm" +#include "code/seeds/base.dm" +#include "code/seeds/silero.dm" +#include "code/sound.dm" +#include "code/tts_announce.dm" +#include "code/tts_atom.dm" +#include "code/tts_component.dm" +#include "code/tts_preferences.dm" +#include "code/tts_provider.dm" +#include "code/tts_seed.dm" +#include "code/tts_subsystem.dm" +#include "code/tts_surgery.dm" +#include "code/tts_megaphone.dm" +#include "code/tts_vv.dm" +#include "code/obj/hologram.dm" + +#include "code/base_seeds/mobs/_base.dm" +#include "code/base_seeds/mobs/alien.dm" +#include "code/base_seeds/mobs/guardian.dm" +#include "code/base_seeds/mobs/lavaland.dm" +#include "code/base_seeds/mobs/other.dm" +#include "code/base_seeds/mobs/pets.dm" +#include "code/base_seeds/mobs/spider.dm" +#include "code/base_seeds/objs/objs.dm" + +#include "code/~undefs/~undefs.dm" diff --git a/modular_ss220/text_to_speech/code/_defines.dm b/modular_ss220/text_to_speech/code/_defines.dm new file mode 100644 index 000000000000..0b79803da0d2 --- /dev/null +++ b/modular_ss220/text_to_speech/code/_defines.dm @@ -0,0 +1,94 @@ +#define SOUND_EFFECT_NONE 0 +#define SOUND_EFFECT_RADIO 1 +#define SOUND_EFFECT_ROBOT 2 +#define SOUND_EFFECT_RADIO_ROBOT 3 +#define SOUND_EFFECT_MEGAPHONE 4 +#define SOUND_EFFECT_MEGAPHONE_ROBOT 5 + +#define TTS_TRAIT_PITCH_WHISPER (1<<1) +#define TTS_TRAIT_RATE_FASTER (1<<2) +#define TTS_TRAIT_RATE_MEDIUM (1<<3) + +#define TTS_TRAIT_ROBOTIZE "tts_trait_robotize" + +#define TTS_CATEGORY_OTHER "Другое" +#define TTS_CATEGORY_WARCRAFT3 "WarCraft 3" +#define TTS_CATEGORY_HALFLIFE2 "Half-Life 2" +#define TTS_CATEGORY_HALFLIFE_ALYX "Half-Life Alyx" +#define TTS_CATEGORY_STARCRAFT "StarCraft" +#define TTS_CATEGORY_PORTAL2 "Portal 2" +#define TTS_CATEGORY_STALKER "STALKER" +#define TTS_CATEGORY_DOTA2 "Dota 2" +#define TTS_CATEGORY_LOL "League of Legends" +#define TTS_CATEGORY_FALLOUT "Fallout" +#define TTS_CATEGORY_FALLOUT2 "Fallout 2" +#define TTS_CATEGORY_POSTAL2 "Postal 2" +#define TTS_CATEGORY_TEAMFORTRESS2 "Team Fortress 2" +#define TTS_CATEGORY_ATOMIC_HEART "Atomic Heart" +#define TTS_CATEGORY_OVERWATCH "Overwatch" +#define TTS_CATEGORY_SKYRIM "Skyrim" +#define TTS_CATEGORY_RITA "Rita" +#define TTS_CATEGORY_METRO "Metro" +#define TTS_CATEGORY_HEROESOFTHESTORM "Heroes of the Storm" +#define TTS_CATEGORY_HEARTHSTONE "Hearthstone" +#define TTS_CATEGORY_VALORANT "Valorant" +#define TTS_CATEGORY_EVILISLANDS "Evil Islands" +#define TTS_CATEGORY_WITCHER "Witcher" +#define TTS_CATEGORY_LEFT4DEAD "Left 4 Dead" +#define TTS_CATEGORY_SPONGEBOB "SpongeBob" +#define TTS_CATEGORY_TINYBUNNY "Tiny Bunny" +#define TTS_CATEGORY_BALDURS_GATE_3 "Baldur's gate 3" +#define TTS_CATEGORY_PORTAL "Portal" +#define TTS_CATEGORY_TMNT "Teenage mutant ninja turtle" +#define TTS_CATEGORY_STAR_WARS "Star Wars" +#define TTS_CATEGORY_TRANSFORMERS "Transformers" +#define TTS_CATEGORY_LOTR "The Lord of the rings" +#define TTS_CATEGORY_SHREK "Shrek" +#define TTS_CATEGORY_POTC "Pirates of the Caribbean" +#define TTS_CATEGORY_HARRY_POTTER "Harry Potter" +#define TTS_CATEGORY_HOGWARTS "Hogwarts legacy" +#define TTS_CATEGORY_X3 "X3" +#define TTS_CATEGORY_OVERLORD2 "The Overlord 2" +#define TTS_CATEGORY_MARVEL "Marvel" +#define TTS_CATEGORY_WOW "World of Warcraft" +#define TTS_CATEGORY_TREASURE_ISLAND "Treasure Island" +#define TTS_CATEGORY_BOYS_WORD "Слово пацана" +#define TTS_CATEGORY_STRONGHOLD "Stronghold Crusade" +#define TTS_CATEGORY_CYBERPUNK "Киберпанк 2077" +#define TTS_CATEGORY_TLOU "The Last of Us" +#define TTS_CATEGORY_DEEP_ROCK_GALACTIC "Deep Rock Galactic" +#define TTS_CATEGORY_SUNBOY "Пророк Санбой" +#define TTS_CATEGORY_WH40k "Warhammer 40k" + + +#define TTS_GENDER_ANY "Любой" +#define TTS_GENDER_MALE "Мужской" +#define TTS_GENDER_FEMALE "Женский" + +#define TTS_PHRASES list(\ + "Так звучит мой голос.",\ + "Так я звучу.",\ + "Я.",\ + "Поставьте свою подпись.",\ + "Пора за работу.",\ + "Дело сделано.",\ + "Станция Нанотрейзен.",\ + "Офицер СБ.",\ + "Капитан.",\ + "Вульпканин.",\ + "Съешь же ещё этих мягких французских булок, да выпей чаю.",\ + "Клоун, прекрати разбрасывать банановые кожурки офицерам под ноги!",\ + "Капитан, вы уверены что хотите назначить клоуна на должность главы персонала?",\ + ) + +//from base of atom/change_tts_seed(): (mob/chooser, override, fancy_voice_input_tgui) +#define COMSIG_ATOM_TTS_SEED_CHANGE "atom_tts_seed_change" +//called for tts_component: (mob/listener, message, atom/location, is_local, effect, traits, preSFX, postSFX) +#define COMSIG_ATOM_TTS_CAST "atom_tts_cast" +//from base of atom/tts_trait_add(): (atom/user, trait) +#define COMSIG_ATOM_TTS_TRAIT_ADD "atom_tts_trait_add" +//from base of atom/tts_trait_remove(): (atom/user, trait) +#define COMSIG_ATOM_TTS_TRAIT_REMOVE "atom_tts_trait_remove" +//from base of atom/cast_tts(): (mob/listener, message, atom/location, is_local, effect, traits, preSFX, postSFX) +#define COMSIG_ATOM_PRE_TTS_CAST "atom_pre_tts_cast" + #define COMPONENT_TTS_INTERRUPT (1<<0) diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/_base.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/_base.dm new file mode 100644 index 000000000000..c0b17e11aa86 --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/_base.dm @@ -0,0 +1,15 @@ +//Fallback values for TTS voices + +/mob/living/add_tts_component() + AddComponent(/datum/component/tts_component) + +/mob/living/simple_animal/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/angel) + +/mob/living/silicon/add_tts_component() + AddComponent(/datum/component/tts_component, null, TTS_TRAIT_ROBOTIZE) + +/mob/living/carbon/human/Initialize(mapload, datum/species/new_species) + . = ..() + if(dna) + dna.tts_seed_dna = get_tts_seed() diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/alien.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/alien.dm new file mode 100644 index 000000000000..0f3b52ef98e1 --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/alien.dm @@ -0,0 +1,19 @@ +//Aliens! + +/mob/living/carbon/alien/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/carbon/alien/larva/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/templar) + +/mob/living/carbon/alien/adult/royal/queen/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/queen) + +/mob/living/carbon/alien/humanoid/queen/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/queen) + +/mob/living/simple_animal/hostile/alien/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/simple_animal/hostile/alien/queen/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/queen) diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/guardian.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/guardian.dm new file mode 100644 index 000000000000..11934747c838 --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/guardian.dm @@ -0,0 +1,16 @@ +//Guardians + +/mob/living/simple_animal/hostile/guardian/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/earth) + +/mob/living/simple_animal/hostile/guardian/assassin/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/spy) + +/mob/living/simple_animal/hostile/guardian/lightning/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/archmage) + +/mob/living/simple_animal/hostile/guardian/protector/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/cairne) + +/mob/living/simple_animal/hostile/guardian/standard/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/heavy) diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/lavaland.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/lavaland.dm new file mode 100644 index 000000000000..132b6cef43e6 --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/lavaland.dm @@ -0,0 +1,37 @@ +//Lavaland mobs and megafauna + +/mob/living/simple_animal/hostile/megafauna/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/mannoroth) + +/mob/living/simple_animal/hostile/megafauna/blood_drunk_miner/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/chen) + +/mob/living/simple_animal/hostile/asteroid/basilisk/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/antimage) + +/mob/living/simple_animal/hostile/asteroid/goliath/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/bloodseeker) + +/mob/living/simple_animal/hostile/asteroid/hivelord/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/simple_animal/hostile/asteroid/hivelordbrood/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/simple_animal/hostile/asteroid/hivelord/legion/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/bloodseeker) + +/mob/living/simple_animal/hostile/big_legion/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/mannoroth) + +/mob/living/simple_animal/hostile/asteroid/elite/broodmother/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/azalina) + +/mob/living/simple_animal/hostile/asteroid/elite/herald/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/abathur) + +/mob/living/simple_animal/hostile/asteroid/elite/legionnaire/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/volibear) + +/mob/living/simple_animal/hostile/asteroid/elite/pandora/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/zyra) diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm new file mode 100644 index 000000000000..7b40966ecb45 --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/other.dm @@ -0,0 +1,123 @@ +// MARK: Uncategorized + +/mob/living/silicon/ai/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados, TTS_TRAIT_ROBOTIZE) + +/obj/item/nullrod/scythe/talking/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/sylvanas) + +/mob/living/simple_animal/shade/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kelthuzad) + +/mob/living/simple_animal/bot/add_tts_component() + return + +/mob/living/simple_animal/bot/mulebot/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/training_robot, TTS_TRAIT_ROBOTIZE) + +/mob/living/simple_animal/bot/honkbot/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/training_robot, TTS_TRAIT_ROBOTIZE) + +/mob/living/simple_animal/slime/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/chen) + +/mob/living/carbon/human/species/monkey/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/sniper) + +/mob/living/carbon/human/species/monkey/punpun/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/chen) + +/mob/living/automatedannouncer/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados, TTS_TRAIT_ROBOTIZE) + +// MARK: Friendly +/mob/living/simple_animal/frog/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/pantheon) + +/mob/living/simple_animal/lizard/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/simple_animal/mouse/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/gyro) + +/mob/living/simple_animal/mouse/white/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/meepo) + +/mob/living/simple_animal/mouse/brown/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/clockwerk) + +/mob/living/simple_animal/mouse/brown/tom/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/arthas) + +/mob/living/simple_animal/mouse/fluff/clockwork/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/clockwerk) + +/mob/living/simple_animal/mouse/hamster/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/gyro) + +/mob/living/simple_animal/mouse/hamster/baby/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/meepo) + +/mob/living/simple_animal/hostile/retaliate/goat/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/muradin) + +/mob/living/simple_animal/cow/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/cairne) + +/mob/living/simple_animal/chicken/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/windranger) + +/mob/living/simple_animal/chick/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/meepo) + +/mob/living/simple_animal/cock/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/pantheon) + +/mob/living/simple_animal/pig/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anubarak) + +/mob/living/simple_animal/seal/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/narrator) + +/mob/living/simple_animal/moth/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/tychus) + +/mob/living/simple_animal/nian_caterpillar/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/tychus) + +/mob/living/simple_animal/possum/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/clockwerk) + +/mob/living/simple_animal/snail/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/simple_animal/turtle/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +// MARK: Hostile +/mob/living/simple_animal/hostile/poison_snake/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/simple_animal/hostile/abomination/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anubarak) + +/mob/living/simple_animal/hostile/clown/mutant/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kleiner) + +/mob/living/simple_animal/hostile/deadwizard/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/abaddon) + +/mob/living/simple_animal/hostile/lizard/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/shaker) + +/mob/living/simple_animal/hostile/retaliate/poison/snake/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/ladyvashj) + +/mob/living/simple_animal/hostile/blackmesa/xen/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/vort) + +/mob/living/simple_animal/hostile/construct/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kelthuzad) + +/mob/living/simple_animal/hostile/construct/armoured/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anubarak) diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/pets.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/pets.dm new file mode 100644 index 000000000000..76b02559dc88 --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/pets.dm @@ -0,0 +1,64 @@ +//All named pets + +/mob/living/simple_animal/hostile/retaliate/araneus/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anubarak) + +/mob/living/simple_animal/parrot/poly/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/gyro) + +/mob/living/simple_animal/pet/dog/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/stetmann) + +/mob/living/simple_animal/pet/dog/corgi/narsie/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/mannoroth) + +/mob/living/simple_animal/pet/dog/corgi/puppy/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/jaina) + +/mob/living/simple_animal/pet/dog/corgi/puppy/void/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kael) + +/mob/living/simple_animal/pet/dog/corgi/lisa/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/luna) + +/mob/living/simple_animal/pet/dog/corgi/borgi/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados) + +/mob/living/simple_animal/pet/dog/pug/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kleiner) + +/mob/living/simple_animal/pet/dog/bullterrier/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kleiner) + +/mob/living/simple_animal/pet/dog/tamaskan/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kleiner) + +/mob/living/simple_animal/pet/dog/german/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/kleiner) + +/mob/living/simple_animal/pet/dog/fox/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/barney) + +/mob/living/simple_animal/pet/dog/security/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/furion) + +/mob/living/simple_animal/pet/dog/security/ranger/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/pudge) + +/mob/living/simple_animal/pet/dog/security/warden/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/pantheon) + +/mob/living/simple_animal/pet/dog/security/detective/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/thrall) + +/mob/living/simple_animal/pet/cat/fat/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/huntress) + +/mob/living/simple_animal/pet/cat/floppa/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/uther) + +/mob/living/simple_animal/pet/sloth/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/peon) + +/mob/living/simple_animal/pet/slugcat/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/narrator) diff --git a/modular_ss220/text_to_speech/code/base_seeds/mobs/spider.dm b/modular_ss220/text_to_speech/code/base_seeds/mobs/spider.dm new file mode 100644 index 000000000000..1bbfe125fd1e --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/mobs/spider.dm @@ -0,0 +1,41 @@ +/mob/living/simple_animal/hostile/poison/giant_spider/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anubarak) + +/mob/living/simple_animal/hostile/poison/terror_spider/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anubarak) + +/mob/living/simple_animal/hostile/poison/terror_spider/mother/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/deathwhisper) + +/mob/living/simple_animal/hostile/poison/terror_spider/queen/princess/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/lissandra) + +/mob/living/simple_animal/hostile/poison/terror_spider/queen/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/anivia) + +/mob/living/simple_animal/hostile/poison/terror_spider/queen/empress/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/queen) + +/mob/living/simple_animal/hostile/poison/terror_spider/prince/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/alduin) + +/mob/living/simple_animal/hostile/poison/terror_spider/red/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/chu) + +/mob/living/simple_animal/hostile/poison/terror_spider/green/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/myra) + +/mob/living/simple_animal/hostile/poison/terror_spider/gray/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/cassiopeia) + +/mob/living/simple_animal/hostile/poison/terror_spider/brown/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/zuljin) + +/mob/living/simple_animal/hostile/poison/terror_spider/purple/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/avozu) + +/mob/living/simple_animal/hostile/poison/terror_spider/black/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/karastamper) + +/mob/living/simple_animal/hostile/poison/terror_spider/white/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/f_darkelf) diff --git a/modular_ss220/text_to_speech/code/base_seeds/objs/objs.dm b/modular_ss220/text_to_speech/code/base_seeds/objs/objs.dm new file mode 100644 index 000000000000..d3527420c362 --- /dev/null +++ b/modular_ss220/text_to_speech/code/base_seeds/objs/objs.dm @@ -0,0 +1,25 @@ +/obj/machinery/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/glados, TTS_TRAIT_ROBOTIZE) + +/obj/machinery/computer/add_tts_component() + return + +/obj/machinery/autolathe/add_tts_component() + return + +/obj/machinery/mecha_part_fabricator/add_tts_component() + return + +/obj/item/taperecorder/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/xenia, TTS_TRAIT_ROBOTIZE) + +/obj/item/ttsdevice/add_tts_component() + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/xenia, TTS_TRAIT_ROBOTIZE) + +/obj/structure/mirror/magic/Initialize(mapload, newdir, building) + . = ..() + options |= list("Voice TTS") + +/obj/structure/mirror/magic/proc/tts_choose(choice, mob/living/carbon/human/human_to_update) + if(choice == "Voice TTS") + human_to_update.change_tts_seed(human_to_update, TRUE, TRUE) diff --git a/modular_ss220/text_to_speech/code/configuration.dm b/modular_ss220/text_to_speech/code/configuration.dm new file mode 100644 index 000000000000..7c63ff528a12 --- /dev/null +++ b/modular_ss220/text_to_speech/code/configuration.dm @@ -0,0 +1,41 @@ +/datum/server_configuration + /// Holder for the tts configuration datum + var/datum/configuration_section/tts_configuration/tts + +/datum/server_configuration/load_all_sections() + . = ..() + tts = new() + safe_load(tts, "tts_configuration") + +/datum/configuration_section/tts_configuration + protection_state = PROTECTION_PRIVATE + /// Is TTS enabled + var/tts_enabled = FALSE + /// TTS API token for silero provider + var/tts_token_silero = "" + /// TTS API url for silero provide + var/tts_api_url_silero = "http://s2.ss220.club:9999/voice" + /// Should oggs be cached + var/tts_cache_enabled = FALSE + /// What cpu threads should ffmpeg use + var/ffmpeg_cpuaffinity + +/datum/configuration_section/tts_configuration/load_data(list/data) + CONFIG_LOAD_BOOL(tts_enabled, data["tts_enabled"]) + CONFIG_LOAD_STR(tts_token_silero, data["tts_token_silero"]) + CONFIG_LOAD_BOOL(tts_cache_enabled, data["tts_cache_enabled"]) + CONFIG_LOAD_STR(ffmpeg_cpuaffinity, data["ffmpeg_cpuaffinity"]) + CONFIG_LOAD_STR(tts_api_url_silero, data["tts_api_url_silero"]) + + tts_enabled = tts_token_silero && tts_enabled + var/sanitized = regex(@"[^0-9,-]", "g").Replace(ffmpeg_cpuaffinity, "") + if(ffmpeg_cpuaffinity != sanitized) + log_config("Wrong value for ffmpeg_cpuaffinity. Check out taskset man page.") + +/datum/http_request/vv_get_var(var_name) + if(var_name == "body") + return FALSE + +/datum/configuration_section/tts_configuration/vv_get_var(var_name, var_value) + if(var_name == "tts_api_url_silero") + return FALSE diff --git a/modular_ss220/text_to_speech/code/hear.dm b/modular_ss220/text_to_speech/code/hear.dm new file mode 100644 index 000000000000..21ab13e2c095 --- /dev/null +++ b/modular_ss220/text_to_speech/code/hear.dm @@ -0,0 +1,26 @@ +/mob/combine_message(list/message_pieces, verb, mob/speaker, always_stars) + . = ..() + return replace_characters(., list("+")) + +/mob/hear_say(list/message_pieces, verb, italics, mob/speaker, sound/speech_sound, sound_vol, sound_frequency, use_voice) + . = ..() + if(!speaker) + return + speaker.cast_tts(src, message_pieces) + +/mob/hear_radio(list/message_pieces, verb, part_a, part_b, mob/speaker, hard_to_hear = 0, vname, atom/follow_target, check_name_against) + . = ..() + if(hard_to_hear || !speaker) + return + speaker.cast_tts(src, message_pieces, src, FALSE, SOUND_EFFECT_RADIO, postSFX = 'modular_ss220/text_to_speech/code/sound/radio_chatter.ogg') + +/mob/hear_holopad_talk(list/message_pieces, verb, mob/speaker, obj/effect/overlay/holo_pad_hologram/H) + . = ..() + speaker.cast_tts(src, message_pieces, H, TRUE, SOUND_EFFECT_RADIO) + +/atom/atom_say(message) + . = ..() + if(!message) + return + for(var/mob/M in get_mobs_in_view(7, src)) + cast_tts(M, message) diff --git a/modular_ss220/text_to_speech/code/numbers.dm b/modular_ss220/text_to_speech/code/numbers.dm new file mode 100644 index 000000000000..ed41e245dfcf --- /dev/null +++ b/modular_ss220/text_to_speech/code/numbers.dm @@ -0,0 +1,161 @@ +/proc/num_in_words(n) + return get_num_in_words(n) + +/proc/dec_in_words(n) + return get_num_in_words(n, TRUE) + +/proc/get_num_in_words(n, decimal = FALSE) + var/static/datum/number/num + if(!num) + num = new /datum/number + + if(num.cache["[n]"]) + return num.cache["[n]"] + + var/result = decimal ? num.decimal2words(n) : num.int2words(n) + + result = " [result] " + num.cache["[n]"] = result + return result + +/datum/number + var/static/list/units = list( + "ноль", + + list("один", "одна"), + list("два", "две"), + + "три", "четыре", "пять", + "шесть", "семь", "восемь", "девять" + ) + + var/static/list/teens = list( + "десять", "одиннадцать", + "двенадцать", "тринадцать", + "четырнадцать", "пятнадцать", + "шестнадцать", "семнадцать", + "восемнадцать", "девятнадцать" + ) + + var/static/list/tens = list( + "десять", + "двадцать", "тридцать", + "сорок", "пятьдесят", + "шестьдесят", "семьдесят", + "восемьдесят", "девяносто" + ) + + var/static/list/hundreds = list( + "сто", "двести", + "триста", "четыреста", + "пятьсот", "шестьсот", + "семьсот", "восемьсот", + "девятьсот" + ) + + var/static/list/orders = list( + list(list("тысяча", "тысячи", "тысяч"), "f"), + list(list("миллион", "миллиона", "миллионов"), "m"), + list(list("миллиард", "миллиарда", "миллиардов"), "m"), + list(list("триллион", "триллиона", "триллионов"), "m"), + list(list("квадриллион", "квадриллиона", "квадриллионов"), "m"), + list(list("квинтиллион", "квинтиллиона", "квинтиллионов"), "m"), + ) + + var/static/list/decimal_int_units = list(list("целая", "целых", "целых"), "f") + + var/static/list/decimal_exp_units = list( + list(list("десятая", "десятых", "десятых"), "f"), + list(list("сотая", "сотых", "сотых"), "f"), + list(list("тысячная", "тысячных", "тысячных"), "f"), + ) + + var/static/minus = "минус" + + var/static/cache = list() + +/datum/number/proc/thousand(rest, sex) +// """Converts numbers from 19 to 999""" + var/prev = 0 + var/plural = 3 + var/list/name = list() + var/use_teens = (rest % 100 >= 10) && (rest % 100 <= 19) + var/list/data = use_teens ? list(list(teens, 10), list(hundreds, 1000)) : list(list(units, 10), list(tens, 100), list(hundreds, 1000)) + for(var/list in data) + + var/names = list[1] + var/x = list[2] + + var/cur = round(((rest - prev) % x) * 10 / x) + 1 + prev = rest % x + + if(x == 10 && use_teens) + plural = 3 + name += teens[cur] + else if(cur == 1) + continue + else if(x == 10) + var/name_ = names[cur] + if(islist(name_)) + name_ = name_[sex == "m" ? 1 : 2] + name += name_ + if(cur >= 3 && cur <= 5) + plural = 2 + else if(cur == 2) + plural = 1 + else + plural = 3 + else + name += names[cur-1] + + return list(plural, name) + +/datum/number/proc/int2words(textnum, list/main_units = list(list("", "", ""), "m")) +// http://ru.wikipedia.org/wiki/Gettext#.D0.9C.D0.BD.D0.BE.D0.B6.D0.B5.D1.81.D1.82.D0.B2.D0.B5.D0.BD.D0.BD.D1.8B.D0.B5_.D1.87.D0.B8.D1.81.D0.BB.D0.B0_2 + + var/list/_orders = list(main_units) + orders + + var/num = text2num(textnum) + if(num == 0) + return trim(jointext(list(units[1], _orders[1][1][3]), " ")) + + var/negative = FALSE + if(num < 0) + negative = TRUE + textnum = copytext_char(textnum, 2, 0) + + var/ord = 1 + var/list/name = list() + + while(textnum) + var/next_thousand = text2num(copytext_char(textnum, -3, 0)) + var/list/thousand_result = thousand(next_thousand, _orders[ord][2]) + var/plural = thousand_result[1] + var/list/nme = thousand_result[2] + + if(length(nme) || ord == 1) + name += _orders[ord][1][plural] + + name += nme + textnum = copytext_char(textnum, 1, -3) + ord += 1 + + if(negative) + name += minus + + var/temp_name = name + name = list() + for(var/i = length_char(temp_name), i >= 1, i--) + name += temp_name[i] + + var/result = trim(jointext(name, " ")) + return result + +/datum/number/proc/decimal2words(textvalue, places = 3) + var/pieces = splittext_char(textvalue, ".") + var/integral = pieces[1] + var/exp = copytext_char(pieces[2], 1, places + 1) + var/list/exp_units = decimal_exp_units[length_char(exp)] + + var/result = trim("[int2words(integral, decimal_int_units)] [int2words(exp, exp_units)]") + return result diff --git a/modular_ss220/text_to_speech/code/obj/hologram.dm b/modular_ss220/text_to_speech/code/obj/hologram.dm new file mode 100644 index 000000000000..a26713d0a8f3 --- /dev/null +++ b/modular_ss220/text_to_speech/code/obj/hologram.dm @@ -0,0 +1,7 @@ +/obj/machinery/hologram/holopad/activate_holo(mob/living/user, force) + . = ..() + if(!.) + return + var/obj/effect/overlay/holo_pad_hologram/hologram = . + var/datum/component/tts_component/user_tts = user.GetComponent(/datum/component/tts_component) + hologram.AddComponent(/datum/component/tts_component, user_tts.type) diff --git a/modular_ss220/text_to_speech/code/providers/silero.dm b/modular_ss220/text_to_speech/code/providers/silero.dm new file mode 100644 index 000000000000..c1257a6997c4 --- /dev/null +++ b/modular_ss220/text_to_speech/code/providers/silero.dm @@ -0,0 +1,48 @@ +/datum/tts_provider/silero + name = "Silero" + is_enabled = TRUE + +/datum/tts_provider/silero/request(text, datum/tts_seed/silero/seed, datum/callback/proc_callback) + if(throttle_check()) + return FALSE + + var/ssml_text = {"[text]"} + + var/list/req_body = list() + req_body["api_token"] = GLOB.configuration.tts.tts_token_silero + req_body["text"] = ssml_text + req_body["sample_rate"] = 24000 + req_body["ssml"] = TRUE + req_body["speaker"] = seed.value + req_body["lang"] = "ru" + req_body["remote_id"] = "[world.port]" + req_body["put_accent"] = TRUE + req_body["put_yo"] = FALSE + req_body["symbol_durs"] = list() + req_body["format"] = "ogg" + req_body["word_ts"] = FALSE + + SShttp.create_async_request(RUSTG_HTTP_METHOD_POST, GLOB.configuration.tts.tts_api_url_silero , json_encode(req_body), list("content-type" = "application/json"), proc_callback) + + return TRUE + +/datum/tts_provider/silero/process_response(datum/http_response/response) + var/data = json_decode(response.body) + // log_debug(response.body) + + if(data["timings"]["003_tts_time"] > 3) + is_throttled = TRUE + throttled_until = world.time + 15 SECONDS + + return data["results"][1]["audio"] + + //var/sha1 = data["original_sha1"] + +/datum/tts_provider/silero/pitch_whisper(text) + return {"[text]"} + +/datum/tts_provider/silero/rate_faster(text) + return {"[text]"} + +/datum/tts_provider/silero/rate_medium(text) + return {"[text]"} diff --git a/modular_ss220/text_to_speech/code/seeds/base.dm b/modular_ss220/text_to_speech/code/seeds/base.dm new file mode 100644 index 000000000000..6c415c67128c --- /dev/null +++ b/modular_ss220/text_to_speech/code/seeds/base.dm @@ -0,0 +1,10 @@ +/datum/tts_seed + var/name = "STUB" + var/value = "STUB" + var/category = TTS_CATEGORY_OTHER + var/gender = TTS_GENDER_ANY + var/datum/tts_provider/provider = /datum/tts_provider + var/required_donator_level = 0 + +/datum/tts_seed/vv_edit_var(var_name, var_value) + return FALSE diff --git a/modular_ss220/text_to_speech/code/seeds/silero.dm b/modular_ss220/text_to_speech/code/seeds/silero.dm new file mode 100644 index 000000000000..89c4634865e1 --- /dev/null +++ b/modular_ss220/text_to_speech/code/seeds/silero.dm @@ -0,0 +1,5313 @@ +/datum/tts_seed/silero + provider = /datum/tts_provider/silero + +/datum/tts_seed/silero/arthas + name = "Arthas" + value = "arthas" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kelthuzad + name = "Kelthuzad" + value = "kelthuzad" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/anubarak + name = "Anubarak" + value = "anubarak" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/thrall + name = "Thrall" + value = "thrall" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/grunt + name = "Grunt" + value = "grunt" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/cairne + name = "Cairne" + value = "cairne" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/rexxar + name = "Rexxar" + value = "rexxar" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/uther + name = "Uther" + value = "uther" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/jaina + name = "Jaina" + value = "jaina" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/kael + name = "Kael" + value = "kael" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/garithos + name = "Garithos" + value = "garithos" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/maiev + name = "Maiev" + value = "maiev" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/naisha + name = "Naisha" + value = "naisha" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/tyrande + name = "Tyrande" + value = "tyrande" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/furion + name = "Furion" + value = "furion" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/illidan + name = "Illidan" + value = "illidan" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/ladyvashj + name = "Ladyvashj" + value = "ladyvashj" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/narrator + name = "Narrator" + value = "narrator" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/medivh + name = "Medivh" + value = "medivh" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/villagerm + name = "Villagerm" + value = "villagerm" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/xenia + name = "Xenia" + value = "xenia" + category = TTS_CATEGORY_OTHER + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/illidan_f + name = "Illidan_f" + value = "illidan_f" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/peon + name = "Peon" + value = "peon" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/chen + name = "Chen" + value = "chen" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dread_bm + name = "Dread_bm" + value = "dread_bm" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sylvanas + name = "Sylvanas" + value = "sylvanas" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/priest + name = "Priest" + value = "priest" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/acolyte + name = "Acolyte" + value = "acolyte" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/muradin + name = "Muradin" + value = "muradin" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/dread_t + name = "Dread_t" + value = "dread_t" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/mannoroth + name = "Mannoroth" + value = "mannoroth" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sorceress + name = "Sorceress" + value = "sorceress" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/peasant + name = "Peasant" + value = "peasant" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/alyx + name = "Alyx" + value = "alyx" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/glados + name = "Glados" + value = "glados" + category = TTS_CATEGORY_PORTAL2 + gender = TTS_GENDER_ANY + +/datum/tts_seed/silero/announcer + name = "Announcer" + value = "announcer" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/wheatley + name = "Wheatley" + value = "wheatley" + category = TTS_CATEGORY_PORTAL2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/barney + name = "Barney" + value = "barney" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/raynor + name = "Raynor" + value = "raynor" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/kerrigan + name = "Kerrigan" + value = "kerrigan" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/tusk + name = "Tusk" + value = "tusk" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/earth + name = "Earth" + value = "earth" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/wraith + name = "Wraith" + value = "wraith" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/meepo + name = "Meepo" + value = "meepo" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/lina + name = "Lina" + value = "lina" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/bristle + name = "Bristle" + value = "bristle" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/gyro + name = "Gyro" + value = "gyro" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/treant + name = "Treant" + value = "treant" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/lancer + name = "Lancer" + value = "lancer" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/clockwerk + name = "Clockwerk" + value = "clockwerk" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/batrider + name = "Batrider" + value = "batrider" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kotl + name = "Kotl" + value = "kotl" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kunkka + name = "Kunkka" + value = "kunkka" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/pudge + name = "Pudge" + value = "pudge" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/juggernaut + name = "Juggernaut" + value = "juggernaut" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/vort_e2 + name = "Vort_e2" + value = "vort_e2" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/luna + name = "Luna" + value = "luna" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/omni + name = "Omni" + value = "omni" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sniper + name = "Sniper" + value = "sniper" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/skywrath + name = "Skywrath" + value = "skywrath" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/bounty + name = "Bounty" + value = "bounty" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/huskar + name = "Huskar" + value = "huskar" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/windranger + name = "Windranger" + value = "windranger" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/bloodseeker + name = "Bloodseeker" + value = "bloodseeker" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/templar + name = "Templar" + value = "templar" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/ranger + name = "Ranger" + value = "ranger" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/shaker + name = "Shaker" + value = "shaker" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/mortred + name = "Mortred" + value = "mortred" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/queen + name = "Queen" + value = "queen" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/storm + name = "Storm" + value = "storm" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/tide + name = "Tide" + value = "tide" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/evelynn + name = "Evelynn" + value = "evelynn" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/riki + name = "Riki" + value = "riki" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/antimage + name = "Antimage" + value = "antimage" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/witchdoctor + name = "Witchdoctor" + value = "witchdoctor" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/doom + name = "Doom" + value = "doom" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/yuumi + name = "Yuumi" + value = "yuumi" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + +/datum/tts_seed/silero/bandit + name = "Bandit" + value = "bandit" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/pantheon + name = "pantheon" + value = "pantheon" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/tychus + name = "Tychus" + value = "tychus" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/breen + name = "Breen" + value = "breen" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kleiner + name = "Kleiner" + value = "kleiner" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/father + name = "Father" + value = "father" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/tosh + name = "Tosh" + value = "tosh" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/stetmann + name = "Stetmann" + value = "stetmann" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hanson + name = "Hanson" + value = "hanson" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/swann + name = "Swann" + value = "swann" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/hill + name = "Hill" + value = "hill" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/gman_e2 + name = "Gman_e2" + value = "gman_e2" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/valerian + name = "Valerian" + value = "valerian" + category = TTS_CATEGORY_STARCRAFT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/gman + name = "Gman" + value = "gman" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/vort + name = "Vort" + value = "vort" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/aradesh + name = "Aradesh" + value = "aradesh" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/dornan + name = "Dornan" + value = "dornan" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/elder + name = "Elder" + value = "elder" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/harris + name = "Harris" + value = "harris" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cabbot + name = "Cabbot" + value = "cabbot" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/decker + name = "Decker" + value = "decker" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dick + name = "Dick" + value = "dick" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/officer + name = "Officer" + value = "officer" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/frank + name = "Frank" + value = "frank" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/gizmo + name = "Gizmo" + value = "gizmo" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/hakunin + name = "Hakunin" + value = "hakunin" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/harold + name = "Harold" + value = "harold" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/harry + name = "Harry" + value = "harry" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/jain + name = "Jain" + value = "jain" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/maxson + name = "Maxson" + value = "maxson" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/killian + name = "Killian" + value = "killian" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/laura + name = "Laura" + value = "laura" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/lieutenant + name = "Lieutenant" + value = "lieutenant" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/loxley + name = "Loxley" + value = "loxley" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/lynette + name = "Lynette" + value = "lynette" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/marcus + name = "Marcus" + value = "marcus" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/master + name = "Master" + value = "master" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/morpheus + name = "Morpheus" + value = "morpheus" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/myron + name = "Myron" + value = "myron" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/nicole + name = "Nicole" + value = "nicole" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/overseer + name = "Overseer" + value = "overseer" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/rhombus + name = "Rhombus" + value = "rhombus" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/_set + name = "Set" + value = "set" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sulik + name = "Sulik" + value = "sulik" + category = TTS_CATEGORY_FALLOUT2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/tandi + name = "Tandi" + value = "tandi" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/vree + name = "Vree" + value = "vree" + category = TTS_CATEGORY_FALLOUT + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/dude + name = "Dude" + value = "dude" + category = TTS_CATEGORY_POSTAL2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/archmage + name = "Archmage" + value = "archmage" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/demoman + name = "Demoman" + value = "demoman" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/engineer + name = "Engineer" + value = "engineer" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/heavy + name = "Heavy" + value = "heavy" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/medic + name = "Medic" + value = "medic" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/scout + name = "Scout" + value = "scout" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sniper_tf + name = "Sniper_tf" + value = "sniper_tf" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/soldier + name = "Soldier" + value = "soldier" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/spy + name = "Spy" + value = "spy" + category = TTS_CATEGORY_TEAMFORTRESS2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/admiral + name = "Admiral" + value = "admiral" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/alchemist + name = "Alchemist" + value = "alchemist" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/archimonde + name = "Archimonde" + value = "archimonde" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/breaker + name = "Breaker" + value = "breaker" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/captain + name = "Captain" + value = "captain" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dryad + name = "Dryad" + value = "dryad" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_ANY + +/datum/tts_seed/silero/elf_eng + name = "Elf_eng" + value = "elf_eng" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/footman + name = "Footman" + value = "footman" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/grom + name = "Grom" + value = "grom" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/hh + name = "Hh" + value = "hh" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/huntress + name = "Huntress" + value = "huntress" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/keeper + name = "Keeper" + value = "keeper" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/naga_m + name = "Naga_m" + value = "naga_m" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/naga_rg + name = "Naga_rg" + value = "naga_rg" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/peasant_w + name = "Peasant_w" + value = "peasant_w" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/rifleman + name = "Rifleman" + value = "rifleman" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/satyr + name = "Satyr" + value = "satyr" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sylvanas_w + name = "Sylvanas_w" + value = "sylvanas_w" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/voljin + name = "Voljin" + value = "voljin" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sidorovich + name = "Sidorovich" + value = "sidorovich" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/p3 + name = "P3" + value = "p3" + category = TTS_CATEGORY_ATOMIC_HEART + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/hraz + name = "Hraz" + value = "hraz" + category = TTS_CATEGORY_ATOMIC_HEART + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/tereshkova + name = "Tereshkova" + value = "tereshkova" + category = TTS_CATEGORY_ATOMIC_HEART + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/babazina + name = "Babazina" + value = "babazina" + category = TTS_CATEGORY_ATOMIC_HEART + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/darius + name = "Darius" + value = "darius" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/trundle + name = "Trundle" + value = "trundle" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/garen + name = "Garen" + value = "garen" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kled + name = "Kled" + value = "kled" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/ekko + name = "Ekko" + value = "ekko" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/volibear + name = "Volibear" + value = "volibear" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/samira + name = "Samira" + value = "samira" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/swain + name = "Swain" + value = "swain" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/udyr + name = "Udyr" + value = "udyr" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dr_mundo + name = "Dr_mundo" + value = "dr_mundo" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/graves + name = "Graves" + value = "graves" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/rakan + name = "Rakan" + value = "rakan" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/renata_glasc + name = "Renata_glasc" + value = "renata_glasc" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/gangplank + name = "Gangplank" + value = "gangplank" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/riven + name = "Riven" + value = "riven" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/katarina + name = "Katarina" + value = "katarina" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/ahri + name = "Ahri" + value = "ahri" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/ornn + name = "Ornn" + value = "ornn" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/braum + name = "Braum" + value = "braum" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/fizz + name = "Fizz" + value = "fizz" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/draven + name = "Draven" + value = "draven" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/qiyana + name = "Qiyana" + value = "qiyana" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/ksante + name = "Ksante" + value = "ksante" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/talon + name = "Talon" + value = "talon" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/shyvana + name = "Shyvana" + value = "shyvana" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/zenyatta + name = "Zenyatta" + value = "zenyatta" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/kiriko + name = "Kiriko" + value = "kiriko" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/hanzo + name = "Hanzo" + value = "hanzo" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/roadhog + name = "Roadhog" + value = "roadhog" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sigma + name = "Sigma" + value = "sigma" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/soldier_76 + name = "Soldier_76" + value = "soldier_76" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/junkrat + name = "Junkrat" + value = "junkrat" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/tracer + name = "Tracer" + value = "tracer" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/genji + name = "Genji" + value = "genji" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/echo + name = "Echo" + value = "echo" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/sojourn + name = "Sojourn" + value = "sojourn" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/winston + name = "Winston" + value = "winston" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/reaper + name = "Reaper" + value = "reaper" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/training_robot + name = "Training_robot" + value = "training_robot" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/m_darkelf + name = "M_darkelf" + value = "m_darkelf" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/esbern + name = "Esbern" + value = "esbern" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_argo + name = "M_argo" + value = "m_argo" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_khajiit + name = "M_khajiit" + value = "m_khajiit" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_coward + name = "M_coward" + value = "m_coward" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/farkas + name = "Farkas" + value = "farkas" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_drunk + name = "M_drunk" + value = "m_drunk" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/f_khajiit + name = "F_khajiit" + value = "f_khajiit" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_citizen + name = "M_citizen" + value = "m_citizen" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_orc + name = "M_orc" + value = "m_orc" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/odahviing + name = "Odahviing" + value = "odahviing" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kodlak + name = "Kodlak" + value = "kodlak" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/m_child + name = "M_child" + value = "m_child" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/emperor + name = "Emperor" + value = "emperor" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/hagraven + name = "Hagraven" + value = "hagraven" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/nazir + name = "Nazir" + value = "nazir" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/dremora + name = "Dremora" + value = "dremora" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/alduin + name = "Alduin" + value = "alduin" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/malkoran + name = "Malkoran" + value = "malkoran" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/barbas + name = "Barbas" + value = "barbas" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/hermaeus + name = "Hermaeus" + value = "hermaeus" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/hakon + name = "Hakon" + value = "hakon" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/rita + name = "Rita" + value = "rita" + category = TTS_CATEGORY_RITA + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/barman + name = "Barman" + value = "barman" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/bridger2 + name = "Bridger2" + value = "bridger2" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/bridger3 + name = "Bridger3" + value = "bridger3" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/cannibal3 + name = "Cannibal3" + value = "cannibal3" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/bridger1 + name = "Bridger1" + value = "bridger1" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/cannibal2 + name = "Cannibal2" + value = "cannibal2" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/slave1 + name = "Slave1" + value = "slave1" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/slave3 + name = "Slave3" + value = "slave3" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/mira + name = "Mira" + value = "mira" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/valeera + name = "Valeera" + value = "valeera" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/rehgar + name = "Rehgar" + value = "rehgar" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/yrel + name = "Yrel" + value = "yrel" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/volskaya + name = "Volskaya" + value = "volskaya" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/necromancer + name = "Necromancer" + value = "necromancer" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/zuljin + name = "Zuljin" + value = "zuljin" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/samuro + name = "Samuro" + value = "samuro" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/tyrael + name = "Tyrael" + value = "tyrael" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/athena + name = "Athena" + value = "athena" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/default + name = "Default" + value = "default" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/chromie + name = "Chromie" + value = "chromie" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/orphea + name = "Orphea" + value = "orphea" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/adjutant + name = "Adjutant" + value = "adjutant" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/vanndara + name = "Vanndara" + value = "vanndara" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/mechatassadar + name = "Mechatassadar" + value = "mechatassadar" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/blackheart + name = "Blackheart" + value = "blackheart" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/olaf + name = "Olaf" + value = "olaf" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/alarak + name = "Alarak" + value = "alarak" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/dva + name = "Dva" + value = "dva" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/toy18 + name = "Toy18" + value = "toy18" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/witchdoctor_h + name = "Witchdoctor_h" + value = "witchdoctor_h" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/lucio + name = "Lucio" + value = "lucio" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/angel + name = "Angel" + value = "angel" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/thunderking + name = "Thunderking" + value = "thunderking" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/dr_boom + name = "Dr_boom" + value = "dr_boom" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/hooktusk + name = "Hooktusk" + value = "hooktusk" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/sinclari + name = "Sinclari" + value = "sinclari" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/kazakus + name = "Kazakus" + value = "kazakus" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/ol_toomba + name = "Ol_toomba" + value = "ol_toomba" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/moroes + name = "Moroes" + value = "moroes" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/maiev_hs + name = "Maiev_hs" + value = "maiev_hs" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/zentimo + name = "Zentimo" + value = "zentimo" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/rastakhan + name = "Rastakhan" + value = "rastakhan" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/innkeeper + name = "Innkeeper" + value = "innkeeper" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/togwaggle + name = "Togwaggle" + value = "togwaggle" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/biggs + name = "Biggs" + value = "biggs" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/brann + name = "Brann" + value = "brann" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/tekahn_boss + name = "Tekahn_boss" + value = "tekahn_boss" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/siamat + name = "Siamat" + value = "siamat" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/omnotron + name = "Omnotron" + value = "omnotron" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/putricide + name = "Putricide" + value = "putricide" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/khadgar + name = "Khadgar" + value = "khadgar" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/zoie + name = "Zoie" + value = "zoie" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/azalina + name = "Azalina" + value = "azalina" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/chu + name = "Chu" + value = "chu" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/tekahn + name = "Tekahn" + value = "tekahn" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sthara + name = "Sthara" + value = "sthara" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/dovo + name = "Dovo" + value = "dovo" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/shaw + name = "Shaw" + value = "shaw" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/greymane + name = "Greymane" + value = "greymane" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/willow + name = "Willow" + value = "willow" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/haro + name = "Haro" + value = "haro" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/hagatha + name = "Hagatha" + value = "hagatha" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/reno + name = "Reno" + value = "reno" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/ozara + name = "Ozara" + value = "ozara" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/loti + name = "Loti" + value = "loti" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/tarkus + name = "Tarkus" + value = "tarkus" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/voone + name = "Voone" + value = "voone" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/tala + name = "Tala" + value = "tala" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/edra + name = "Edra" + value = "edra" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/myra + name = "Myra" + value = "myra" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/smiggs + name = "Smiggs" + value = "smiggs" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/timothy + name = "Timothy" + value = "timothy" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/wendy + name = "Wendy" + value = "wendy" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/hannigan + name = "Hannigan" + value = "hannigan" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/vargoth + name = "Vargoth" + value = "vargoth" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/jolene + name = "Jolene" + value = "jolene" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/kyriss + name = "Kyriss" + value = "kyriss" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/saurfang + name = "Saurfang" + value = "saurfang" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/kizi + name = "Kizi" + value = "kizi" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/slate + name = "Slate" + value = "slate" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/hesutu + name = "Hesutu" + value = "hesutu" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/hancho + name = "Hancho" + value = "hancho" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/gnomenapper + name = "Gnomenapper" + value = "gnomenapper" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/valdera + name = "Valdera" + value = "valdera" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/disidra + name = "Disidra" + value = "disidra" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/omu + name = "Omu" + value = "omu" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/floop + name = "Floop" + value = "floop" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/belloc + name = "Belloc" + value = "belloc" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/xurios + name = "Xurios" + value = "xurios" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/wagtoggle + name = "Wagtoggle" + value = "wagtoggle" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/belnaara + name = "Belnaara" + value = "belnaara" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/lilayell + name = "Lilayell" + value = "lilayell" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/candlebeard + name = "Candlebeard" + value = "candlebeard" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/awilo + name = "Awilo" + value = "awilo" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/marei + name = "Marei" + value = "marei" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/applebough + name = "Applebough" + value = "applebough" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/lazul + name = "Lazul" + value = "lazul" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/arwyn + name = "Arwyn" + value = "arwyn" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/glowtron + name = "Glowtron" + value = "glowtron" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/cardish + name = "Cardish" + value = "cardish" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/robold + name = "Robold" + value = "robold" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/malfurion + name = "Malfurion" + value = "malfurion" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/deathwhisper + name = "Deathwhisper" + value = "deathwhisper" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/janna + name = "Janna" + value = "janna" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/cassiopeia + name = "Cassiopeia" + value = "cassiopeia" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/taliyah + name = "Taliyah" + value = "taliyah" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/neeko + name = "Neeko" + value = "neeko" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/taric + name = "Taric" + value = "taric" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/akshan + name = "Akshan" + value = "akshan" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/tristana + name = "Tristana" + value = "tristana" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/sylas + name = "Sylas" + value = "sylas" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sejuani + name = "Sejuani" + value = "sejuani" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/anivia + name = "Anivia" + value = "anivia" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/vayne + name = "Vayne" + value = "vayne" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/karma + name = "Karma" + value = "karma" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/nilah + name = "Nilah" + value = "nilah" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/olaf_lol + name = "Olaf_lol" + value = "olaf_lol" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/quinn + name = "Quinn" + value = "quinn" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/lissandra + name = "Lissandra" + value = "lissandra" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/hecarim + name = "Hecarim" + value = "hecarim" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/vi + name = "Vi" + value = "vi" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/zyra + name = "Zyra" + value = "zyra" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/zac + name = "Zac" + value = "zac" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/moira + name = "Moira" + value = "moira" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/ashe + name = "Ashe" + value = "ashe" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/brigitte + name = "Brigitte" + value = "brigitte" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/mercy + name = "Mercy" + value = "mercy" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/lucio_ov + name = "Lucio_ov" + value = "lucio_ov" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dva_ov + name = "Dva_ov" + value = "dva_ov" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/symmetra + name = "Symmetra" + value = "symmetra" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/zarya + name = "Zarya" + value = "zarya" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/cassidy + name = "Cassidy" + value = "cassidy" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/baptiste + name = "Baptiste" + value = "baptiste" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/junker_queen + name = "Junker_queen" + value = "junker_queen" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/doomfist + name = "Doomfist" + value = "doomfist" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/pharah + name = "Pharah" + value = "pharah" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/sombra + name = "Sombra" + value = "sombra" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/ana + name = "Ana" + value = "ana" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/widowmaker + name = "Widowmaker" + value = "widowmaker" + category = TTS_CATEGORY_OVERWATCH + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/harbor + name = "Harbor" + value = "harbor" + category = TTS_CATEGORY_VALORANT + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sage + name = "Sage" + value = "sage" + category = TTS_CATEGORY_VALORANT + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/brimstone + name = "Brimstone" + value = "brimstone" + category = TTS_CATEGORY_VALORANT + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/sova + name = "Sova" + value = "sova" + category = TTS_CATEGORY_VALORANT + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/f_shrill + name = "F_shrill" + value = "f_shrill" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_haughty + name = "M_haughty" + value = "m_haughty" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_soldier + name = "M_soldier" + value = "m_soldier" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/sven + name = "Sven" + value = "sven" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/f_sultry + name = "F_sultry" + value = "f_sultry" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/eorlund + name = "Eorlund" + value = "eorlund" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/m_commander + name = "M_commander" + value = "m_commander" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/f_nord + name = "F_nord" + value = "f_nord" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/lydia + name = "Lydia" + value = "lydia" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/motierre + name = "Motierre" + value = "motierre" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/f_haughty + name = "F_haughty" + value = "f_haughty" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/tullius + name = "Tullius" + value = "tullius" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/festus + name = "Festus" + value = "festus" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_nord + name = "M_nord" + value = "m_nord" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/olava + name = "Olava" + value = "olava" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/f_commander + name = "F_commander" + value = "f_commander" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/hadvar + name = "Hadvar" + value = "hadvar" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/f_argo + name = "F_argo" + value = "f_argo" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/arngeir + name = "Arngeir" + value = "arngeir" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/nazeem + name = "Nazeem" + value = "nazeem" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/falion + name = "Falion" + value = "falion" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/f_coward + name = "F_coward" + value = "f_coward" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_guard + name = "M_guard" + value = "m_guard" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_commoner + name = "M_commoner" + value = "m_commoner" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/elisif + name = "Elisif" + value = "elisif" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/paarthurnax + name = "Paarthurnax" + value = "paarthurnax" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/grelka + name = "Grelka" + value = "grelka" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/f_commoner + name = "F_commoner" + value = "f_commoner" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/ebony + name = "Ebony" + value = "ebony" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/ulfric + name = "Ulfric" + value = "ulfric" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/farengar + name = "Farengar" + value = "farengar" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/astrid + name = "Astrid" + value = "astrid" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/brynjolf + name = "Brynjolf" + value = "brynjolf" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/maven + name = "Maven" + value = "maven" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/f_child + name = "F_child" + value = "f_child" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/f_orc + name = "F_orc" + value = "f_orc" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/delphine + name = "Delphine" + value = "delphine" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/f_darkelf + name = "F_darkelf" + value = "f_darkelf" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/grelod + name = "Grelod" + value = "grelod" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/tolfdir + name = "Tolfdir" + value = "tolfdir" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/m_bandit + name = "M_bandit" + value = "m_bandit" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/m_forsworn + name = "M_forsworn" + value = "m_forsworn" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/karliah + name = "Karliah" + value = "karliah" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/felldir + name = "Felldir" + value = "felldir" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/ancano + name = "Ancano" + value = "ancano" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/mercer + name = "Mercer" + value = "mercer" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/vex + name = "Vex" + value = "vex" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/mirabelle + name = "Mirabelle" + value = "mirabelle" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/aventus + name = "Aventus" + value = "aventus" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/tsun + name = "Tsun" + value = "tsun" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/elenwen + name = "Elenwen" + value = "elenwen" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/gormlaith + name = "Gormlaith" + value = "gormlaith" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/dragon + name = "Dragon" + value = "dragon" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/overwatch + name = "Overwatch" + value = "overwatch" + category = TTS_CATEGORY_HALFLIFE2 + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/zak + name = "Zak" + value = "zak" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/merc2 + name = "Merc2" + value = "merc2" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/forest1 + name = "Forest1" + value = "forest1" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/bandit3 + name = "Bandit3" + value = "bandit3" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/forest2 + name = "Forest2" + value = "forest2" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/merc1 + name = "Merc1" + value = "merc1" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/bandit2 + name = "Bandit2" + value = "bandit2" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/forest3 + name = "Forest3" + value = "forest3" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/tribal3 + name = "Tribal3" + value = "tribal3" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/slave2 + name = "Slave2" + value = "slave2" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/miller + name = "Miller" + value = "miller" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/krest + name = "Krest" + value = "krest" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/tribal1 + name = "Tribal1" + value = "tribal1" + category = TTS_CATEGORY_METRO + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/abathur + name = "Abathur" + value = "abathur" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/erik + name = "Erik" + value = "erik" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/varian + name = "Varian" + value = "varian" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/anduin + name = "Anduin" + value = "anduin" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/deckard + name = "Deckard" + value = "deckard" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/malfurion_h + name = "Malfurion_h" + value = "malfurion_h" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/demonhunter + name = "Demonhunter" + value = "demonhunter" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/demon + name = "Demon" + value = "demon" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kerrigan_h + name = "Kerrigan_h" + value = "kerrigan_h" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/ladyofthorns + name = "Ladyofthorns" + value = "ladyofthorns" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/barbarian + name = "Barbarian" + value = "barbarian" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/crusader + name = "Crusader" + value = "crusader" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/whitemane + name = "Whitemane" + value = "whitemane" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/nexushunter + name = "Nexushunter" + value = "nexushunter" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/greymane_h + name = "Greymane_h" + value = "greymane_h" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/gardensdayannouncer + name = "Gardensdayannouncer" + value = "gardensdayannouncer" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/drekthar + name = "Drekthar" + value = "drekthar" + category = TTS_CATEGORY_HEROESOFTHESTORM + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/squeamlish + name = "Squeamlish" + value = "squeamlish" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dagg + name = "Dagg" + value = "dagg" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/brukan + name = "Brukan" + value = "brukan" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/bolan + name = "Bolan" + value = "bolan" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/goya + name = "Goya" + value = "goya" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/stargazer + name = "Stargazer" + value = "stargazer" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/eudora + name = "Eudora" + value = "eudora" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/mozaki + name = "Mozaki" + value = "mozaki" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/katrana + name = "Katrana" + value = "katrana" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/valeera_hs + name = "Valeera_hs" + value = "valeera_hs" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/malacrass + name = "Malacrass" + value = "malacrass" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/elise + name = "Elise" + value = "elise" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/flark + name = "Flark" + value = "flark" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/rhogi + name = "Rhogi" + value = "rhogi" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/gallywix + name = "Gallywix" + value = "gallywix" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/talanji + name = "Talanji" + value = "talanji" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/dr_sezavo + name = "Dr_sezavo" + value = "dr_sezavo" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/tierra + name = "Tierra" + value = "tierra" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/zenda + name = "Zenda" + value = "zenda" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/baechao + name = "Baechao" + value = "baechao" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/lilian + name = "Lilian" + value = "lilian" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/aranna + name = "Aranna" + value = "aranna" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/oshi + name = "Oshi" + value = "oshi" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/norroa + name = "Norroa" + value = "norroa" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/turalyon + name = "Turalyon" + value = "turalyon" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/aki + name = "Aki" + value = "aki" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/lunara + name = "Lunara" + value = "lunara" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/bob + name = "Bob" + value = "bob" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/illucia + name = "Illucia" + value = "illucia" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/yrel_hs + name = "Yrel_hs" + value = "yrel_hs" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/fireheart + name = "Fireheart" + value = "fireheart" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/lanathel + name = "Lanathel" + value = "lanathel" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/tyrande_hs + name = "Tyrande_hs" + value = "tyrande_hs" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/draemus + name = "Draemus" + value = "draemus" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/rasil + name = "Rasil" + value = "rasil" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/kalec + name = "Kalec" + value = "kalec" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/karastamper + name = "Karastamper" + value = "karastamper" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/george + name = "George" + value = "george" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/pollark + name = "Pollark" + value = "pollark" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/stelina + name = "Stelina" + value = "stelina" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/kasa + name = "Kasa" + value = "kasa" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/whirt + name = "Whirt" + value = "whirt" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/anarii + name = "Anarii" + value = "anarii" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/ilza + name = "Ilza" + value = "ilza" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/avozu + name = "Avozu" + value = "avozu" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 3 + +/datum/tts_seed/silero/jeklik + name = "Jeklik" + value = "jeklik" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/zibb + name = "Zibb" + value = "zibb" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/thrud + name = "Thrud" + value = "thrud" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/isiset + name = "Isiset" + value = "isiset" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/akazamzarak + name = "Akazamzarak" + value = "akazamzarak" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/arha + name = "Arha" + value = "arha" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + +/datum/tts_seed/silero/aidar + name = "Aidar" + value = "aidar" + category = TTS_CATEGORY_OTHER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/baya + name = "Baya" + value = "baya" + category = TTS_CATEGORY_OTHER + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/kseniya + name = "Kseniya" + value = "kseniya" + category = TTS_CATEGORY_OTHER + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/eugene + name = "Eugene" + value = "eugene" + category = TTS_CATEGORY_OTHER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/senna + name = "Senna" + value = "senna" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/nunu + name = "Nunu" + value = "nunu" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/ryze + name = "Ryze" + value = "ryze" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/yone + name = "Yone" + value = "yone" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/sett + name = "Sett" + value = "sett" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/camille + name = "Camille" + value = "camille" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/lee_sin + name = "Lee_sin" + value = "lee_sin" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/kayle + name = "Kayle" + value = "kayle" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/azir + name = "Azir" + value = "azir" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 3 + +/datum/tts_seed/silero/tryndamere + name = "Tryndamere" + value = "tryndamere" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/nami + name = "Nami" + value = "nami" + category = TTS_CATEGORY_LOL + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/delvin + name = "Delvin" + value = "delvin" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/cicero + name = "Cicero" + value = "cicero" + category = TTS_CATEGORY_SKYRIM + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/linzi + name = "Linzi" + value = "linzi" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/cache + name = "Cache" + value = "cache" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/cravitz + name = "Cravitz" + value = "cravitz" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 3 + +/datum/tts_seed/silero/lady_vashj + name = "Lady_vashj" + value = "lady_vashj" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/dendrologist + name = "Dendrologist" + value = "dendrologist" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/jythiros + name = "Jythiros" + value = "jythiros" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/draan + name = "Draan" + value = "draan" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/rikkar + name = "Rikkar" + value = "rikkar" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/splintergraft + name = "Splintergraft" + value = "splintergraft" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/malchezaar + name = "Malchezaar" + value = "malchezaar" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/taskmaster + name = "Taskmaster" + value = "taskmaster" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/oxana + name = "Oxana" + value = "oxana" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/inara + name = "Inara" + value = "inara" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/ivan + name = "Ivan" + value = "ivan" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/kazamon + name = "Kazamon" + value = "kazamon" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/albin + name = "Albin" + value = "albin" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/ammunae + name = "Ammunae" + value = "ammunae" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/illidara + name = "Illidara" + value = "illidara" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 2 + +/datum/tts_seed/silero/nici + name = "Nici" + value = "nici" + category = TTS_CATEGORY_HEARTHSTONE + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/byasha + name = "Byasha" + value = "byasha" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/cerys + name = "Cerys" + value = "cerys" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/philippa + name = "Philippa" + value = "philippa" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/oldnekro + name = "Oldnekro" + value = "oldnekro" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/lambert + name = "Lambert" + value = "lambert" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/shani + name = "Shani" + value = "shani" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/anton + name = "Anton" + value = "anton" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dolg1 + name = "Dolg1" + value = "dolg1" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/guru + name = "Guru" + value = "guru" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/lugos + name = "Lugos" + value = "lugos" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/karina + name = "Karina" + value = "karina" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/ewald + name = "Ewald" + value = "ewald" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/mirror + name = "Mirror" + value = "mirror" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/noble + name = "Noble" + value = "noble" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/huber + name = "Huber" + value = "huber" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/wywern + name = "Wywern" + value = "wywern" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/avallach + name = "Avallach" + value = "avallach" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/semen + name = "Semen" + value = "semen" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/all_elder + name = "All_elder" + value = "all_elder" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/nsheriff + name = "Nsheriff" + value = "nsheriff" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/orcc + name = "Orcc" + value = "orcc" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/clerk + name = "Clerk" + value = "clerk" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/witch + name = "Witch" + value = "witch" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/deva + name = "Deva" + value = "deva" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/coach + name = "Coach" + value = "coach" + category = TTS_CATEGORY_LEFT4DEAD + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dictor + name = "Dictor" + value = "dictor" + category = TTS_CATEGORY_PORTAL2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/monolith2 + name = "Monolith2" + value = "monolith2" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/invoker + name = "Invoker" + value = "invoker" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/goblin + name = "Goblin" + value = "goblin" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/annah + name = "Annah" + value = "annah" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/patrick + name = "Patrick" + value = "patrick" + category = TTS_CATEGORY_SPONGEBOB + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/spongebob + name = "Spongebob" + value = "spongebob" + category = TTS_CATEGORY_SPONGEBOB + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/kapitan + name = "Kapitan" + value = "kapitan" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/karh + name = "Karh" + value = "karh" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/lydia_tb + name = "Lydia_tb" + value = "lydia_tb" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/silencer + name = "Silencer" + value = "silencer" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/sheriff + name = "Sheriff" + value = "sheriff" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/lycan + name = "Lycan" + value = "lycan" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/cirilla + name = "Cirilla" + value = "cirilla" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/legends + name = "Legends" + value = "legends" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/monolith1 + name = "Monolith1" + value = "monolith1" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/trapper + name = "Trapper" + value = "trapper" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/mirana + name = "Mirana" + value = "mirana" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + required_donator_level = 3 + +/datum/tts_seed/silero/glav + name = "Glav" + value = "glav" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/syanna + name = "Syanna" + value = "syanna" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/regis + name = "Regis" + value = "regis" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dazzle + name = "Dazzle" + value = "dazzle" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/mthief + name = "Mthief" + value = "mthief" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/guillaume + name = "Guillaume" + value = "guillaume" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/vivienne + name = "Vivienne" + value = "vivienne" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/plankton + name = "Plankton" + value = "plankton" + category = TTS_CATEGORY_SPONGEBOB + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/rochelle + name = "Rochelle" + value = "rochelle" + category = TTS_CATEGORY_LEFT4DEAD + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/vor + name = "Vor" + value = "vor" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/grandmother + name = "Grandmother" + value = "grandmother" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/dolg2 + name = "Dolg2" + value = "dolg2" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/junboy + name = "Junboy" + value = "junboy" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/shopper + name = "Shopper" + value = "shopper" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/papillon + name = "Papillon" + value = "papillon" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/cm + name = "Cm" + value = "cm" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/vesemir + name = "Vesemir" + value = "vesemir" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/kate + name = "Kate" + value = "kate" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/polina + name = "Polina" + value = "polina" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/crach + name = "Crach" + value = "crach" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/gryphon + name = "Gryphon" + value = "gryphon" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/zeus + name = "Zeus" + value = "zeus" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/iz + name = "Iz" + value = "iz" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/geralt + name = "Geralt" + value = "geralt" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/stories + name = "Stories" + value = "stories" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/nekro + name = "Nekro" + value = "nekro" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/hwleader + name = "Hwleader" + value = "hwleader" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/yennefer + name = "Yennefer" + value = "yennefer" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/hero + name = "Hero" + value = "hero" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/baratrum + name = "Baratrum" + value = "baratrum" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/ellis + name = "Ellis" + value = "ellis" + category = TTS_CATEGORY_LEFT4DEAD + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/udalryk + name = "Udalryk" + value = "udalryk" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/dad + name = "Dad" + value = "dad" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/smith + name = "Smith" + value = "smith" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/romka + name = "Romka" + value = "romka" + category = TTS_CATEGORY_TINYBUNNY + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/abaddon + name = "Abaddon" + value = "abaddon" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/eskel + name = "Eskel" + value = "eskel" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/freedom + name = "Freedom" + value = "freedom" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/magess + name = "Magess" + value = "magess" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_ANY + required_donator_level = 1 + +/datum/tts_seed/silero/nalo + name = "Nalo" + value = "nalo" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_FEMALE + required_donator_level = 2 + +/datum/tts_seed/silero/dandelion + name = "Dandelion" + value = "dandelion" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/palmerin + name = "Palmerin" + value = "palmerin" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/olgierd + name = "Olgierd" + value = "olgierd" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/d_sven + name = "D_sven" + value = "d_sven" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 3 + +/datum/tts_seed/silero/triss + name = "Triss" + value = "triss" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_FEMALE + required_donator_level = 1 + +/datum/tts_seed/silero/monkey + name = "Monkey" + value = "monkey" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/squidward + name = "Squidward" + value = "squidward" + category = TTS_CATEGORY_SPONGEBOB + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/ember + name = "Ember" + value = "ember" + category = TTS_CATEGORY_DOTA2 + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/ycf + name = "Ycf" + value = "ycf" + category = TTS_CATEGORY_EVILISLANDS + gender = TTS_GENDER_MALE + required_donator_level = 2 + +/datum/tts_seed/silero/nick + name = "Nick" + value = "nick" + category = TTS_CATEGORY_LEFT4DEAD + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/hjalmar + name = "Hjalmar" + value = "hjalmar" + category = TTS_CATEGORY_WITCHER + gender = TTS_GENDER_MALE + required_donator_level = 1 + +/datum/tts_seed/silero/gale + name = "Gale" + value = "en_Gale" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/jaheira + name = "Jaheira" + value = "en_Jaheira" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/laezel + name = "Laezel" + value = "en_Laezel" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/karlach + name = "Karlach" + value = "en_Karlach" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/shadowheart + name = "Shadowheart" + value = "en_Shadowheart" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/wyll + name = "Wyll" + value = "en_Wyll" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/minthara + name = "Minthara" + value = "en_Minthara" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/minsc + name = "Minsc" + value = "en_Minsc" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/astarion + name = "Astarion" + value = "en_Astarion" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/halsin + name = "Halsin" + value = "en_Halsin" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/emperor_bg3 + name = "Mind_Flayer_Emperor" + value = "en_Emperor" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/ketheric + name = "Ketheric" + value = "en_Ketheric" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/gortash + name = "Gortash" + value = "en_Gortash" + category = TTS_CATEGORY_BALDURS_GATE_3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cave_johnson + name = "Cave_Johnson" + value = "portal_cave_johnson" + category = TTS_CATEGORY_PORTAL + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/shredder + name = "Shredder" + value = "Ninja_Turtles_shredder" + category = TTS_CATEGORY_TMNT + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/han_solo + name = "Han_Solo" + value = "Star_Wars_Han_Solo" + category = TTS_CATEGORY_STAR_WARS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/darth_sidious + name = "Darth_Sidious" + value = "Star_Wars_Darth_Sidious" + category = TTS_CATEGORY_STAR_WARS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/luke_skywalker + name = "Luke_Skywalker" + value = "Star_Wars_Luke_Skywalker" + category = TTS_CATEGORY_STAR_WARS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/yoda + name = "Yoda" + value = "Star_Wars_Yoda" + category = TTS_CATEGORY_STAR_WARS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/darth_vader + name = "Darth_Vader" + value = "Star_Wars_Darth_Vader" + category = TTS_CATEGORY_STAR_WARS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/obiwan_kenobi + name = "Obi-wan_Kenobi" + value = "Star_Wars_Obi-Wan_Kenobi" + category = TTS_CATEGORY_STAR_WARS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/anakin_skywalker + name = "Anakin_Skywalker" + value = "Star_Wars_Anakin_Skywalker" + category = TTS_CATEGORY_STAR_WARS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/optimus_prime + name = "Optimus_Prime" + value = "Transformers_War_of_Cybertron_optimusprime" + category = TTS_CATEGORY_TRANSFORMERS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/megatron + name = "Megatron" + value = "Transformers_War_of_Cybertron_megatron" + category = TTS_CATEGORY_TRANSFORMERS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/soundwave + name = "Soundwave" + value = "Transformers_War_of_Cybertron_soundwave" + category = TTS_CATEGORY_TRANSFORMERS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/aragorn + name = "Aragorn" + value = "The_Lord_of_the_Rings_Aragorn" + category = TTS_CATEGORY_LOTR + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/elrond + name = "Elrond" + value = "The_Lord_of_the_Rings_Elrond" + category = TTS_CATEGORY_LOTR + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/gandalf + name = "Gandalf" + value = "The_Lord_of_the_Rings_Gandalf" + category = TTS_CATEGORY_LOTR + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/gimli + name = "Gimli" + value = "The_Lord_of_the_Rings_Gimli" + category = TTS_CATEGORY_LOTR + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/gollum + name = "Gollum" + value = "The_Lord_of_the_Rings_Gollum" + category = TTS_CATEGORY_LOTR + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/legolas + name = "Legolas" + value = "The_Lord_of_the_Rings_Legolas" + category = TTS_CATEGORY_LOTR + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/gingerbread_man + name = "Gingerbread_Man" + value = "Srek_Gingerbread_Man" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/fiona + name = "Fiona" + value = "Srek_Fiona" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/donkey + name = "Donkey" + value = "Srek_Donkey" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/fairy_godmother + name = "Fairy_Godmother" + value = "Srek_Fairy_Godmother" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/srek_king + name = "King" + value = "Srek_King" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/srek_narrator + name = "Shrek_Narrator" + value = "Srek_Narrator" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/puss_in_boots + name = "Puss_in_Boots" + value = "Srek_Puss_in_Boots" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/shrek + name = "Shrek" + value = "Srek_Shrek" + category = TTS_CATEGORY_SHREK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/jack_sparrow + name = "Jack_Sparrow" + value = "Pirats_of_the_caribbean_Jack_Sparrow" + category = TTS_CATEGORY_POTC + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/barbossa + name = "Barbossa" + value = "Pirats_of_the_caribbean_Barbossa" + category = TTS_CATEGORY_POTC + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/tiadalma + name = "Tiadalma" + value = "Pirats_of_the_caribbean_Tiadalma" + category = TTS_CATEGORY_POTC + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/davy_jones + name = "Davy_Jones" + value = "Pirats_of_the_caribbean_Davy_Jones" + category = TTS_CATEGORY_POTC + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sirius_black + name = "Sirius_Black" + value = "Harry_Potter_Sirius_Black" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/dobby + name = "Dobby" + value = "Harry_Potter_Dobby" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/severus_snape_film + name = "Severus_snape_film" + value = "Harry_Potter_Severus_Snape_film" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/harry_potter + name = "Harry_Potter" + value = "Harry_Potter_Harry_Potter" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/dumbledore + name = "Albus_Dumbledore" + value = "Harry_Potter_Albus_Dumbledore" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/voldemort + name = "Voldemort" + value = "Harry_Potter_Lord_Voldemort" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/severus_snape + name = "Severus_Snape" + value = "Harry_Potter_Severus_Snape" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/flitwick + name = "Filius_Flitwick" + value = "Harry_Potter_Filius_Flitwick" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/minerva_mcgonagall + name = "Minnerva_McGonagall" + value = "Harry_Potter_Minerva_McGonagall" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/horace_slughorn + name = "Horace_Slughorn" + value = "Harry_Potter_Horace_Slughorn" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cedric + name = "Cedric" + value = "Harry_Potter_Cedric" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/alastor + name = "Alastor_Mad-eye_Moody" + value = "Harry_Potter_Alastor_Mad-Eye_Moody" + category = TTS_CATEGORY_HARRY_POTTER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/x3_betty + name = "Betty" + value = "X3_reunion_Betty" + category = TTS_CATEGORY_X3 + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/overlord_gnarl + name = "Gnarl" + value = "Overlord_2_Gnarl" + category = TTS_CATEGORY_OVERLORD2 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/tony_stark + name = "Tony_Stark" + value = "Marvel_Tony_Stark" + category = TTS_CATEGORY_MARVEL + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sabellian + name = "Sabellian" + value = "Dragons_Sabellian" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/ysera + name = "Ysera" + value = "Dragons_Ysera" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/malygos_wotlk + name = "Malygos_wotlk" + value = "Dragons_MalygosWrath_of_the_Lich_King" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/ebyssian + name = "Ebyssian" + value = "Dragons_Ebyssian" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/deathwing + name = "Deathwing" + value = "Dragons_Deathwing" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/nozdormu + name = "Nozdormu" + value = "Dragons_Nozdormu" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/malygos + name = "Malygos" + value = "Dragons_Malygos" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/calderax + name = "Calderax" + value = "Draconids_Calderax" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/bazentus + name = "Bazentus" + value = "Draconids_Bazentus" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/kazra + name = "Kazra" + value = "Draconids_Kazra" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/seltherex + name = "Seltherex" + value = "Draconids_Seltherex" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/sendrax + name = "Sendrax" + value = "Draconids_Sendrax" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/evantkis + name = "Evantkis" + value = "Draconids_Evantkis" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/drine + name = "Drine" + value = "Draconids_Drine" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/lethanak + name = "Lethanak" + value = "Draconids_Lethanak" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/wrathion_echo + name = "Wrathion_echo" + value = "Dragons2_Wrathion_echo" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/alexstraza + name = "Alexstraza" + value = "Dragons2_Alexstraza" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/kalecgos + name = "Kalecgos" + value = "Dragons2_Kalecgos" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/wrathion + name = "Wrathion" + value = "Dragons2_Wrathion" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/kalechos_echo + name = "Kalecgos_echo" + value = "Dragons2_Kalecgos_echo" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/alextraza_echo + name = "Alextraza_echo" + value = "Dragons2_Alextraza_echo" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/neltharion_echo + name = "Neltharion_echo" + value = "Dragons2_Neltharion_echo" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/wrathion_deathwing + name = "Wration_Deathwing" + value = "Dragons2_Wrathion_Deathwing" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/neltharion + name = "Neltharion" + value = "Dragons2_Neltharion" + category = TTS_CATEGORY_WOW + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/livsy + name = "Livsy" + value = "Treasure_Island_Livsy" + category = TTS_CATEGORY_TREASURE_ISLAND + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sp_brother + name = "sp_brother" + value = "slovo_patsana_brother" + category = TTS_CATEGORY_BOYS_WORD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sp_koschei + name = "sp_koschei" + value = "slovo_patsana_koschei" + category = TTS_CATEGORY_BOYS_WORD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sp_marat + name = "sp_marat" + value = "slovo_patsana_marat" + category = TTS_CATEGORY_BOYS_WORD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sp_angry_cop + name = "sp_angry_cop" + value = "slovo_patsana_angry_cop" + category = TTS_CATEGORY_BOYS_WORD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/sp_cop + name = "sp_cop" + value = "slovo_patsana_cop" + category = TTS_CATEGORY_BOYS_WORD + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/sp_main + name = "sp_main" + value = "slovo_patsana_main" + category = TTS_CATEGORY_BOYS_WORD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_poppy + name = "hg_poppy" + value = "hogwarts_poppy_sweeting" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/hg_sebastian + name = "hg_sebastian" + value = "hogwarts_sebastian_sallow" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_player_female + name = "hg_player_female" + value = "hogwarts_player_female" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/hg_goblin_generic_a + name = "hg_goblin_generic_a" + value = "hogwarts_goblin_generic_a" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_player_male + name = "hg_player_male" + value = "hogwarts_player_male" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_natsai + name = "hg_natsai" + value = "hogwarts_natsai_onai" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/hg_eleazar_fig + name = "hg_eleazar_fig" + value = "hogwarts_eleazar_fig" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_aesop_sharp + name = "hg_aesop_sharp" + value = "hogwarts_aesop_sharp" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_ominis_gaunt + name = "hg_ominis_gaunt" + value = "hogwarts_ominis_gaunt" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_sophronia_franklin + name = "hg_sophronia_franklin" + value = "hogwarts_sophronia_franklin" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_abraham_ronen + name = "hg_abraham_ronen" + value = "hogwarts_abraham_ronen" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_cuthbert_binns + name = "hg_cuthbert_binns" + value = "hogwarts_cuthbert_binns" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_lodgok + name = "hg_lodgok" + value = "hogwarts_lodgok" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/hg_matilda_weasley + name = "hg_matilda_weasley" + value = "hogwarts_matilda_weasley" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/hg_mirabel_garlick + name = "hg_mirabel_garlick" + value = "hogwarts_mirabel_garlick" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/hg_dinah_hecat + name = "hg_dinah_hecat" + value = "hogwarts_dinah_hecat" + category = TTS_CATEGORY_HOGWARTS + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/halflife_gman + name = "halflife_gman" + value = "halflife_gman" + category = TTS_CATEGORY_HALFLIFE_ALYX + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/halflife_vortigaunt + name = "halflife_vortigaunt" + value = "halflife_vortigaunt" + category = TTS_CATEGORY_HALFLIFE_ALYX + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/halflife_larry + name = "halflife_larry" + value = "halflife_larry" + category = TTS_CATEGORY_HALFLIFE_ALYX + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/halflife_olga + name = "halflife_olga" + value = "halflife_olga" + category = TTS_CATEGORY_HALFLIFE_ALYX + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/halflife_alyx + name = "halflife_alyx" + value = "halflife_alyx" + category = TTS_CATEGORY_HALFLIFE_ALYX + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/stronghold_richard + name = "stronghold_richard" + value = "stronghold_richard" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_sultan + name = "stronghold_sultan" + value = "stronghold_sultan" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_emir + name = "stronghold_emir" + value = "stronghold_emir" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_saladin + name = "stronghold_saladin" + value = "stronghold_saladin" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_abbot + name = "stronghold_abbot" + value = "stronghold_abbot" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_rat + name = "stronghold_rat" + value = "stronghold_rat" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_halif + name = "stronghold_halif" + value = "stronghold_halif" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_snake + name = "stronghold_snake" + value = "stronghold_snake" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_friedrich + name = "stronghold_friedrich" + value = "stronghold_friedrich" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stronghold_boar + name = "stronghold_boar" + value = "stronghold_boar" + category = TTS_CATEGORY_STRONGHOLD + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_bandit02 + name = "stalker_metro_bandit02" + value = "stalker_metro_bandit02" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_degtyarev + name = "stalker_metro_degtyarev" + value = "stalker_metro_degtyarev" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_novice02 + name = "stalker_metro_novice02" + value = "stalker_metro_novice02" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_pavel + name = "stalker_metro_pavel" + value = "stalker_metro_pavel" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_saharov + name = "stalker_metro_saharov" + value = "stalker_metro_saharov" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_soldier + name = "stalker_metro_soldier" + value = "stalker_metro_soldier" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_stalker01 + name = "stalker_metro_stalker01" + value = "stalker_metro_stalker01" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/stalker_metro_newbie01 + name = "stalker_metro_newbie01" + value = "stalker_metro_newbie01" + category = TTS_CATEGORY_STALKER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/warcraft_garrosh + name = "warcraft_garrosh" + value = "warcraft_garrosh" + category = TTS_CATEGORY_WARCRAFT3 + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_male_v + name = "Cyberpunk_male_v" + value = "Cyberpunk_male_v" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_johny + name = "Cyberpunk_johny" + value = "Cyberpunk_johny" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_takemura + name = "Cyberpunk_takemura" + value = "Cyberpunk_takemura" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_sobchak + name = "Cyberpunk_sobchak" + value = "Cyberpunk_sobchak" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_jackie + name = "Cyberpunk_jackie" + value = "Cyberpunk_jackie" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_kerry + name = "Cyberpunk_kerry" + value = "Cyberpunk_kerry" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_mitch + name = "Cyberpunk_mitch" + value = "Cyberpunk_mitch" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_saul + name = "Cyberpunk_saul" + value = "Cyberpunk_saul" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_haru + name = "Cyberpunk_haru" + value = "Cyberpunk_haru" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_victor + name = "Cyberpunk_victor" + value = "Cyberpunk_victor" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_placide + name = "Cyberpunk_placide" + value = "Cyberpunk_placide" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_dexter + name = "Cyberpunk_dexter" + value = "Cyberpunk_dexter" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_sebastian + name = "Cyberpunk_sebastian" + value = "Cyberpunk_sebastian" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_jefferson + name = "Cyberpunk_jefferson" + value = "Cyberpunk_jefferson" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/cyberpunk_joshua + name = "Cyberpunk_joshua" + value = "Cyberpunk_joshua" + category = TTS_CATEGORY_CYBERPUNK + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/tlou_ellie + name = "tlou_ellie" + value = "tlou_ellie" + category = TTS_CATEGORY_TLOU + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/tlou_joel + name = "tlou_joel" + value = "tlou_joel" + category = TTS_CATEGORY_TLOU + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/tlou_tess + name = "tlou_tess" + value = "tlou_tess" + category = TTS_CATEGORY_TLOU + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/drg_mission_control + name = "Deep_rock_galactic_mission_control" + value = "Deep_rock_galactic_mission_control" + category = TTS_CATEGORY_DEEP_ROCK_GALACTIC + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/drg_dwarves + name = "Deep_rock_galactic_dwarves" + value = "Deep_rock_galactic_dwarves" + category = TTS_CATEGORY_DEEP_ROCK_GALACTIC + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/aag_inner + name = "an_alt_girl_inner" + value = "an_alt_girl_inner" + category = TTS_CATEGORY_SUNBOY + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/aag_sunboy_s + name = "an_alt_girl_sunboy_s" + value = "an_alt_girl_sunboy_s" + category = TTS_CATEGORY_SUNBOY + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/aag_sunboy_n + name = "an_alt_girl_dlc_sunboy_n" + value = "an_alt_girl_dlc_sunboy_n" + category = TTS_CATEGORY_SUNBOY + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/aag_sunboy_k + name = "an_alt_girl_dlc_sunboy_k" + value = "an_alt_girl_dlc_sunboy_k" + category = TTS_CATEGORY_SUNBOY + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/last_years_snow_narrator + name = "last_years_snow_narrator" + value = "last_years_snow_narrator" + category = TTS_CATEGORY_OTHER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/last_years_snow_man + name = "last_years_snow_man" + value = "last_years_snow_man" + category = TTS_CATEGORY_OTHER + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_titus + name = "marine2_titus" + value = "marine2_titus" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_berserk + name = "marine2_berserk" + value = "marine2_berserk" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_gadriel + name = "marine2_gadriel" + value = "marine2_gadriel" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_chairon + name = "marine2_chairon" + value = "marine2_chairon" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_acheran + name = "marine2_acheran" + value = "marine2_acheran" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_machine_spirit_4 + name = "marine2_machine_spirit_4" + value = "marine2_machine_spirit_4" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_FEMALE + +/datum/tts_seed/silero/marine2_magos_galeo + name = "marine2_magos_galeo" + value = "marine2_magos_galeo" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_servo_skull + name = "marine2_servo-skull" + value = "marine2_servo-skull" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE + +/datum/tts_seed/silero/marine2_balthazar + name = "marine2_balthazar" + value = "marine2_balthazar" + category = TTS_CATEGORY_WH40k + gender = TTS_GENDER_MALE diff --git a/modular_ss220/text_to_speech/code/sound.dm b/modular_ss220/text_to_speech/code/sound.dm new file mode 100644 index 000000000000..b550cdc596a9 --- /dev/null +++ b/modular_ss220/text_to_speech/code/sound.dm @@ -0,0 +1,102 @@ +#define SHELLEO_ERRORLEVEL 1 +#define SHELLEO_STDOUT 2 +#define SHELLEO_STDERR 3 + +#define SHELLEO_NAME "data/shelleo." +#define SHELLEO_ERR ".err" +#define SHELLEO_OUT ".out" + +/world/proc/shelleo(command) + var/static/list/shelleo_ids = list() + var/stdout = "" + var/stderr = "" + var/errorcode = 1 + var/shelleo_id + var/out_file = "" + var/err_file = "" + var/static/list/interpreters = list("[MS_WINDOWS]" = "cmd /c", "[UNIX]" = "sh -c") + var/interpreter = interpreters["[world.system_type]"] + if(interpreter) + for(var/seo_id in shelleo_ids) + if(!shelleo_ids[seo_id]) + shelleo_ids[seo_id] = TRUE + shelleo_id = "[seo_id]" + break + if(!shelleo_id) + shelleo_id = "[shelleo_ids.len + 1]" + shelleo_ids += shelleo_id + shelleo_ids[shelleo_id] = TRUE + out_file = "[SHELLEO_NAME][shelleo_id][SHELLEO_OUT]" + err_file = "[SHELLEO_NAME][shelleo_id][SHELLEO_ERR]" + if(world.system_type == UNIX) + errorcode = shell("[interpreter] \"[replacetext(command, "\"", "\\\"")]\" > [out_file] 2> [err_file]") + else + errorcode = shell("[interpreter] \"[command]\" > [out_file] 2> [err_file]") + if(fexists(out_file)) + stdout = file2text(out_file) + fdel(out_file) + if(fexists(err_file)) + stderr = file2text(err_file) + fdel(err_file) + shelleo_ids[shelleo_id] = FALSE + else + CRASH("Operating System: [world.system_type] not supported") // If you encounter this error, you are encouraged to update this proc with support for the new operating system + . = list(errorcode, stdout, stderr) + +/proc/shell_url_scrub(url) + var/static/regex/bad_chars_regex = regex("\[^#%&./:=?\\w]*", "g") + var/scrubbed_url = "" + var/bad_match = "" + var/last_good = 1 + var/bad_chars = 1 + do + bad_chars = bad_chars_regex.Find(url) + scrubbed_url += copytext(url, last_good, bad_chars) + if(bad_chars) + bad_match = url_encode(bad_chars_regex.match) + scrubbed_url += bad_match + last_good = bad_chars + length(bad_chars_regex.match) + while(bad_chars) + . = scrubbed_url + + + +/proc/apply_sound_effect(effect, filename_input, filename_output) + if(!effect) + CRASH("Invalid sound effect chosen.") + + var/taskset + if(GLOB.configuration.tts.ffmpeg_cpuaffinity) + taskset = "taskset -ac [GLOB.configuration.tts.ffmpeg_cpuaffinity]" + + var/list/output + switch(effect) + if(SOUND_EFFECT_RADIO) + output = world.shelleo({"[taskset] ffmpeg -y -hide_banner -loglevel error -i [filename_input] -filter:a "highpass=f=1000, lowpass=f=3000, acrusher=1:1:50:0:log" [filename_output]"}) + if(SOUND_EFFECT_ROBOT) + output = world.shelleo({"[taskset] ffmpeg -y -hide_banner -loglevel error -i [filename_input] -filter:a "afftfilt=real='hypot(re,im)*sin(0)':imag='hypot(re,im)*cos(0)':win_size=1024:overlap=0.5, deesser=i=0.4, volume=volume=1.5" [filename_output]"}) + if(SOUND_EFFECT_RADIO_ROBOT) + output = world.shelleo({"[taskset] ffmpeg -y -hide_banner -loglevel error -i [filename_input] -filter:a "afftfilt=real='hypot(re,im)*sin(0)':imag='hypot(re,im)*cos(0)':win_size=1024:overlap=0.5, deesser=i=0.4, volume=volume=1.5, highpass=f=1000, lowpass=f=3000, acrusher=1:1:50:0:log" [filename_output]"}) + if(SOUND_EFFECT_MEGAPHONE) + output = world.shelleo({"[taskset] ffmpeg -y -hide_banner -loglevel error -i [filename_input] -filter:a "highpass=f=500, lowpass=f=4000, volume=volume=10, acrusher=1:1:45:0:log" [filename_output]"}) + if(SOUND_EFFECT_MEGAPHONE_ROBOT) + output = world.shelleo({"[taskset] ffmpeg -y -hide_banner -loglevel error -i [filename_input] -filter:a "afftfilt=real='hypot(re,im)*sin(0)':imag='hypot(re,im)*cos(0)':win_size=1024:overlap=0.5, deesser=i=0.4, highpass=f=500, lowpass=f=4000, volume=volume=10, acrusher=1:1:45:0:log" [filename_output]"}) + else + CRASH("Invalid sound effect chosen.") + var/errorlevel = output[SHELLEO_ERRORLEVEL] + var/stdout = output[SHELLEO_STDOUT] + var/stderr = output[SHELLEO_STDERR] + if(errorlevel) + error("Error: apply_sound_effect([effect], [filename_input], [filename_output]) - See debug logs.") + log_debug("apply_sound_effect([effect], [filename_input], [filename_output]) STDOUT: [stdout]") + log_debug("apply_sound_effect([effect], [filename_input], [filename_output]) STDERR: [stderr]") + return FALSE + return TRUE + +#undef SHELLEO_ERRORLEVEL +#undef SHELLEO_STDOUT +#undef SHELLEO_STDERR + +#undef SHELLEO_NAME +#undef SHELLEO_ERR +#undef SHELLEO_OUT diff --git a/modular_ss220/text_to_speech/code/sound/radio_chatter.ogg b/modular_ss220/text_to_speech/code/sound/radio_chatter.ogg new file mode 100644 index 000000000000..6e5b3ecfbfe2 Binary files /dev/null and b/modular_ss220/text_to_speech/code/sound/radio_chatter.ogg differ diff --git a/modular_ss220/text_to_speech/code/tts_announce.dm b/modular_ss220/text_to_speech/code/tts_announce.dm new file mode 100644 index 000000000000..0d6341812252 --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_announce.dm @@ -0,0 +1,35 @@ +/datum/announcement_configuration + var/tts_seed + +/datum/announcement_configuration/requests_console + tts_seed = /datum/tts_seed/silero/glados + +/datum/announcement_configuration/comms_console + tts_seed = /datum/tts_seed/silero/glados + +/datum/announcer + var/mob/living/silicon/ai/ai + +/mob/living/silicon/ai/Initialize(mapload) + . = ..() + announcer.ai = src + +/datum/announcer/Message(message, garbled_message, receivers, garbled_receivers) + if(!config.tts_seed) + return ..() + var/message_tts = message + var/garbled_message_tts = garbled_message + message = replace_characters(message, list("+")) + garbled_message = replace_characters(garbled_message, list("+")) + . = ..() + if(ai) + for(var/mob/M in receivers) + ai.cast_tts(M, message_tts, M, FALSE) + for(var/mob/M in garbled_receivers) + ai.cast_tts(M, garbled_message_tts, M, FALSE) + return + + for(var/mob/M in receivers) + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), null, M, message_tts, config.tts_seed, FALSE, SOUND_EFFECT_NONE, TTS_TRAIT_RATE_MEDIUM) + for(var/mob/M in garbled_receivers) + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), null, M, garbled_message_tts, config.tts_seed, FALSE, SOUND_EFFECT_NONE, TTS_TRAIT_RATE_MEDIUM) diff --git a/modular_ss220/text_to_speech/code/tts_atom.dm b/modular_ss220/text_to_speech/code/tts_atom.dm new file mode 100644 index 000000000000..f90af41c3eba --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_atom.dm @@ -0,0 +1,31 @@ +/atom/proc/add_tts_component() + return + +/atom/Initialize(mapload, ...) + . = ..() + add_tts_component() + +/atom/proc/cast_tts(mob/listener, message, atom/location, is_local = TRUE, effect = SOUND_EFFECT_NONE, traits = TTS_TRAIT_RATE_FASTER, preSFX, postSFX) + SHOULD_CALL_PARENT(TRUE) + if(SEND_SIGNAL(src, COMSIG_ATOM_PRE_TTS_CAST, listener, message, location, is_local, effect, traits, preSFX, postSFX) & COMPONENT_TTS_INTERRUPT) + return + SEND_SIGNAL(src, COMSIG_ATOM_TTS_CAST, listener, message, location, is_local, effect, traits, preSFX, postSFX) + +// TODO: Do it better? +/atom/proc/get_tts_seed() + var/datum/component/tts_component/tts_component = GetComponent(/datum/component/tts_component) + if(tts_component) + return tts_component.tts_seed + +/atom/proc/change_tts_seed(mob/chooser, override, fancy_voice_input_tgui = FALSE, list/new_traits = null) + if(!get_tts_seed()) + if(alert(chooser, "Отсутствует TTS компонент. Создать?", "Изменение TTS", "Да", "Нет") == "Нет") + return + AddComponent(/datum/component/tts_component, /datum/tts_seed/silero/angel) + SEND_SIGNAL(src, COMSIG_ATOM_TTS_SEED_CHANGE, chooser, override, fancy_voice_input_tgui, new_traits) + +/atom/proc/tts_trait_add(trait) + SEND_SIGNAL(src, COMSIG_ATOM_TTS_TRAIT_ADD, trait) + +/atom/proc/tts_trait_remove(trait) + SEND_SIGNAL(src, COMSIG_ATOM_TTS_TRAIT_REMOVE, trait) diff --git a/modular_ss220/text_to_speech/code/tts_component.dm b/modular_ss220/text_to_speech/code/tts_component.dm new file mode 100644 index 000000000000..fb1e6b620e33 --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_component.dm @@ -0,0 +1,212 @@ +/datum/component/tts_component + var/datum/tts_seed/tts_seed + var/list/traits = list() + +/datum/component/tts_component/RegisterWithParent() + RegisterSignal(parent, COMSIG_ATOM_TTS_SEED_CHANGE, PROC_REF(tts_seed_change)) + RegisterSignal(parent, COMSIG_ATOM_TTS_CAST, PROC_REF(cast_tts)) + RegisterSignal(parent, COMSIG_ATOM_TTS_TRAIT_ADD, PROC_REF(tts_trait_add)) + RegisterSignal(parent, COMSIG_ATOM_TTS_TRAIT_REMOVE, PROC_REF(tts_trait_remove)) + +/datum/component/tts_component/UnregisterFromParent() + UnregisterSignal(parent, COMSIG_ATOM_TTS_SEED_CHANGE) + UnregisterSignal(parent, COMSIG_ATOM_TTS_CAST) + UnregisterSignal(parent, COMSIG_ATOM_TTS_TRAIT_ADD) + UnregisterSignal(parent, COMSIG_ATOM_TTS_TRAIT_REMOVE) + +/datum/component/tts_component/Initialize(datum/tts_seed/new_tts_seed, ...) + if(!isatom(parent)) + return COMPONENT_INCOMPATIBLE + if(ispath(new_tts_seed) && SStts220.tts_seeds[initial(new_tts_seed.name)]) + new_tts_seed = SStts220.tts_seeds[initial(new_tts_seed.name)] + if(istype(new_tts_seed)) + tts_seed = new_tts_seed + if(!tts_seed) + tts_seed = get_random_tts_seed_by_gender() + if(!tts_seed) // Something went terribly wrong + return COMPONENT_INCOMPATIBLE + if(length(args) < 2) + return + for(var/trait in 2 to length(args)) + traits += args[trait] + +/datum/component/tts_component/proc/return_tts_seed() + SIGNAL_HANDLER + return tts_seed + +/datum/component/tts_component/proc/select_tts_seed(mob/chooser, silent_target = FALSE, override = FALSE, fancy_voice_input_tgui = FALSE, list/new_traits = null) + if(!chooser) + if(ismob(parent)) + chooser = parent + else + return null + + var/atom/being_changed = parent + var/static/tts_test_str = "Так звучит мой голос." + var/datum/tts_seed/new_tts_seed + + if(chooser == being_changed) + var/datum/character_save/active_character = chooser.client?.prefs.active_character + if(being_changed.gender == active_character.gender) + if(alert(chooser, "Оставляем голос вашего персонажа [active_character.real_name] - [active_character.tts_seed]?", "Выбор голоса", "Нет", "Да") == "Да") + if(!SStts220.tts_seeds[active_character.tts_seed]) + to_chat(chooser, span_warning("Отсутствует tts_seed для значения \"[active_character.tts_seed]\". Текущий голос - [tts_seed.name]")) + return null + new_tts_seed = SStts220.tts_seeds[active_character.tts_seed] + if(new_traits) + traits = new_traits + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), null, chooser, tts_test_str, new_tts_seed, FALSE, get_effect()) + return new_tts_seed + + var/tts_seeds + var/tts_gender = get_converted_tts_seed_gender() + var/list/tts_seeds_by_gender = SStts220.tts_seeds_by_gender[tts_gender] + tts_seeds_by_gender |= SStts220.tts_seeds_by_gender[TTS_GENDER_ANY] + if(check_rights(R_VAREDIT, FALSE, chooser) || override || !ismob(being_changed)) + tts_seeds = tts_seeds_by_gender + else + tts_seeds = tts_seeds_by_gender && SStts220.get_available_seeds(being_changed) // && for lists means intersection + + var/new_tts_seed_key + if(fancy_voice_input_tgui) + new_tts_seed_key = tgui_input_list(chooser, "Выберите голос персонажа", "Преобразуем голос", tts_seeds) + else + new_tts_seed_key = input(chooser, "Выберите голос персонажа", "Преобразуем голос") as null|anything in tts_seed + if(!new_tts_seed_key || !SStts220.tts_seeds[new_tts_seed_key]) + to_chat(chooser, span_warning("Что-то пошло не так с выбором голоса. Текущий голос - [tts_seed.name]")) + return null + + new_tts_seed = SStts220.tts_seeds[new_tts_seed_key] + if(new_traits) + traits = new_traits + + if(!silent_target && being_changed != chooser && ismob(being_changed)) + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), null, being_changed, tts_test_str, new_tts_seed, FALSE, get_effect()) + + if(chooser) + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), null, chooser, tts_test_str, new_tts_seed, FALSE, get_effect()) + + return new_tts_seed + +/datum/component/tts_component/proc/tts_seed_change(atom/being_changed, mob/chooser, override = FALSE, fancy_voice_input_tgui = FALSE, list/new_traits = null) + SIGNAL_HANDLER + INVOKE_ASYNC(src, PROC_REF(set_tts_seed), being_changed, chooser, override, fancy_voice_input_tgui, new_traits) + +/datum/component/tts_component/proc/set_tts_seed(atom/being_changed, mob/chooser, override = FALSE, fancy_voice_input_tgui = FALSE, list/new_traits = null) + var/datum/tts_seed/new_tts_seed = select_tts_seed(chooser = chooser, override = override, fancy_voice_input_tgui = fancy_voice_input_tgui, new_traits = new_traits) + if(!new_tts_seed) + return null + tts_seed = new_tts_seed + if(iscarbon(being_changed)) + var/mob/living/carbon/carbon = being_changed + carbon.dna?.tts_seed_dna = tts_seed + +/datum/component/tts_component/proc/get_random_tts_seed_by_gender() + var/tts_gender = get_converted_tts_seed_gender() + var/list/tts_seeds = SStts220.tts_seeds_by_gender[tts_gender] + tts_seeds |= SStts220.tts_seeds_by_gender[TTS_GENDER_ANY] + var/tts_random = pick(tts_seeds) + var/datum/tts_seed/seed = SStts220.tts_seeds[tts_random] + if(!seed) + return null + return seed + +/datum/component/tts_component/proc/get_converted_tts_seed_gender() + var/atom/being_changed = parent + switch(being_changed.gender) + if(MALE) + return TTS_GENDER_MALE + if(FEMALE) + return TTS_GENDER_FEMALE + else + return TTS_GENDER_ANY + +/datum/component/tts_component/proc/get_effect(effect) + . = effect + switch(.) + if(SOUND_EFFECT_NONE) + if(TTS_TRAIT_ROBOTIZE in traits) + return SOUND_EFFECT_ROBOT + if(SOUND_EFFECT_RADIO) + if(TTS_TRAIT_ROBOTIZE in traits) + return SOUND_EFFECT_RADIO_ROBOT + if(SOUND_EFFECT_MEGAPHONE) + if(TTS_TRAIT_ROBOTIZE in traits) + return SOUND_EFFECT_MEGAPHONE_ROBOT + return . + +/datum/component/tts_component/proc/cast_tts(atom/speaker, mob/listener, message, atom/location, is_local = TRUE, effect = SOUND_EFFECT_NONE, traits = TTS_TRAIT_RATE_FASTER, preSFX, postSFX) + SIGNAL_HANDLER + + if(!message) + return + if(!(listener?.client) || !listener.can_hear()) + return + if(!speaker) + speaker = parent + if(!location) + location = parent + if(islist(message)) + if(!ismob(speaker)) + return + message = combine_message_tts(message, speaker, listener) + if(effect == SOUND_EFFECT_RADIO) + if(listener == speaker && !issilicon(parent)) // don't hear both radio and whisper from yourself + return + + effect = get_effect(effect) + + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), location, listener, message, tts_seed, is_local, effect, traits, preSFX, postSFX) + +/datum/component/tts_component/proc/combine_message_tts(list/message_pieces, mob/speaker, mob/listener) + var/iteration_count = 0 + var/msg = "" + for(var/datum/multilingual_say_piece/say_piece in message_pieces) + iteration_count++ + var/piece = say_piece.message + if(piece == "") + continue + + if(say_piece.speaking?.flags & INNATE) // TTS should not read emotes like "laughts" + return "" + + if(iteration_count == 1) + piece = capitalize(piece) + + if(!listener.say_understands(speaker, say_piece.speaking)) + if(isanimal(speaker)) + var/mob/living/simple_animal/S = speaker + if(!LAZYLEN(S.speak)) + continue + piece = pick(S.speak) + else if(say_piece.speaking) + piece = say_piece.speaking.scramble(piece) + else + continue + msg += (piece + " ") + return trim(msg) + +/datum/component/tts_component/proc/tts_trait_add(atom/user, trait) + SIGNAL_HANDLER + + if(!isnull(trait) && !(trait in traits)) + traits += trait + +/datum/component/tts_component/proc/tts_trait_remove(atom/user, trait) + SIGNAL_HANDLER + + if(!isnull(trait) && (trait in traits)) + traits -= trait + +// Component usage + +/client/create_response_team_part_1(new_gender, new_species, role, turf/spawn_location) + . = ..() + var/mob/living/ert_member = . + ert_member.change_tts_seed(src.mob) + +/mob/living/silicon/verb/synth_change_voice() + set name = "Смена голоса" + set desc = "Express yourself!" + set category = "Подсистемы" + change_tts_seed(src, fancy_voice_input_tgui = TRUE, new_traits = list(TTS_TRAIT_ROBOTIZE)) diff --git a/modular_ss220/text_to_speech/code/tts_megaphone.dm b/modular_ss220/text_to_speech/code/tts_megaphone.dm new file mode 100644 index 000000000000..fd716a1c1606 --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_megaphone.dm @@ -0,0 +1,6 @@ +/obj/item/megaphone/say_msg(mob/living/user, message) + . = ..() + for(var/mob/M in get_mobs_in_view(14, src)) + if(!M.client) + continue + user.cast_tts(M, message, user, FALSE, SOUND_EFFECT_MEGAPHONE) diff --git a/modular_ss220/text_to_speech/code/tts_preferences.dm b/modular_ss220/text_to_speech/code/tts_preferences.dm new file mode 100644 index 000000000000..b1687fba32a7 --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_preferences.dm @@ -0,0 +1,124 @@ +/datum/preferences + var/static/list/explorer_users = list() + +/datum/preferences/New(client/C, datum/db_query/Q) + . = ..() + volume_mixer |= (list( + "[CHANNEL_TTS_RADIO]" = 20, // CHANNEL_TTS_RADIO + "[CHANNEL_TTS_LOCAL]" = 50, // CHANNEL_TTS_LOCAL + )) + +/datum/character_save + var/tts_seed + +/datum/character_save/copy_to(mob/living/carbon/human/character) + . = ..() + if(tts_seed) + var/datum/tts_seed/new_tts_seed = SStts220.tts_seeds[tts_seed] + character.AddComponent(/datum/component/tts_component, new_tts_seed) + character.dna.tts_seed_dna = new_tts_seed + +/datum/ui_module/tts_seeds_explorer + name = "Эксплорер TTS голосов" + var/phrases = TTS_PHRASES + +/datum/ui_module/tts_seeds_explorer/ui_state(mob/user) + return GLOB.always_state + +/datum/ui_module/tts_seeds_explorer/ui_interact(mob/user, datum/tgui/ui = null) + ui = SStgui.try_update_ui(user, src, ui) + if(!ui) + ui = new(user, src, "TTSSeedsExplorer", name) + ui.set_autoupdate(FALSE) + ui.open() + +/datum/ui_module/tts_seeds_explorer/ui_data(mob/user) + var/list/data = list() + data["selected_seed"] = user.client.prefs.active_character.tts_seed + data["donator_level"] = user.client.donator_level + data["character_gender"] = user.client.prefs.active_character.gender + + return data + +/datum/ui_module/tts_seeds_explorer/ui_static_data(mob/user) + var/list/data = list() + + var/list/providers = list() + for(var/_provider in SStts220.tts_providers) + var/datum/tts_provider/provider = SStts220.tts_providers[_provider] + providers += list(list( + "name" = provider.name, + "is_enabled" = provider.is_enabled, + )) + data["providers"] = providers + + var/list/seeds = list() + for(var/_seed in SStts220.tts_seeds) + var/datum/tts_seed/seed = SStts220.tts_seeds[_seed] + seeds += list(list( + "name" = seed.name, + "value" = seed.value, + "category" = seed.category, + "gender" = seed.gender, + "provider" = initial(seed.provider.name), + "required_donator_level" = seed.required_donator_level, + )) + data["seeds"] = seeds + data["phrases"] = phrases + + return data + +/datum/ui_module/tts_seeds_explorer/ui_act(action, list/params) + if(..()) + return + . = TRUE + + switch(action) + if("listen") + var/phrase = params["phrase"] + var/seed_name = params["seed"] + + if(!(phrase in phrases)) + return + if(!(seed_name in SStts220.tts_seeds)) + return + + INVOKE_ASYNC(GLOBAL_PROC, GLOBAL_PROC_REF(tts_cast), null, usr, phrase, SStts220.tts_seeds[seed_name], FALSE) + if("select") + var/seed_name = params["seed"] + + if(!(seed_name in SStts220.tts_seeds)) + return + var/datum/tts_seed/seed = SStts220.tts_seeds[seed_name] + if(usr.client.donator_level < seed.required_donator_level) + return + + usr.client.prefs.active_character.tts_seed = seed_name + else + return FALSE + +/mob/new_player/proc/check_tts_seed_ready() + if(GLOB.configuration.tts.tts_enabled) + if(!client.prefs.active_character.tts_seed) + to_chat(usr, span_danger("Вам необходимо настроить голос персонажа! Не забудьте сохранить настройки.")) + client.prefs.ShowChoices(src) + return FALSE + var/datum/tts_seed/seed = SStts220.tts_seeds[client.prefs.active_character.tts_seed] + if(!seed) + to_chat(usr, span_danger("Выбранный голос персонажа недоступен!")) + client.prefs.ShowChoices(src) + return FALSE + + switch(client.donator_level) + if(LITTLE_WORKER_TIER) + if(LITTLE_WORKER_TTS_LEVEL >= seed.required_donator_level) + return TRUE + if(BIG_WORKER_TIER) + if(BIG_WORKER_TTS_LEVEL >= seed.required_donator_level) + return TRUE + + if(client.donator_level < seed.required_donator_level || client.donator_level > DONATOR_LEVEL_MAX) + to_chat(usr, span_danger("Выбранный голос персонажа более недоступен на текущем уровне подписки!")) + client.prefs.ShowChoices(src) + return FALSE + return TRUE diff --git a/modular_ss220/text_to_speech/code/tts_provider.dm b/modular_ss220/text_to_speech/code/tts_provider.dm new file mode 100644 index 000000000000..bd47e3d58567 --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_provider.dm @@ -0,0 +1,32 @@ +/datum/tts_provider + var/name = "STUB" + var/is_enabled = TRUE + var/api_url + + var/is_throttled = FALSE + var/throttled_until = 0 + + var/timed_out_requests = 0 + var/failed_requests = 0 + var/failed_requests_limit = 10 + +/datum/tts_provider/proc/request(text, datum/tts_seed/seed, datum/callback/proc_callback) + return TRUE + +/datum/tts_provider/proc/process_response(datum/http_response/response) + return null + +/datum/tts_provider/proc/throttle_check() + if(is_throttled && throttled_until < world.time) + return TRUE + is_throttled = FALSE + return FALSE + +/datum/tts_provider/proc/pitch_whisper(text) + return text + +/datum/tts_provider/proc/rate_faster(text) + return text + +/datum/tts_provider/proc/rate_medium(text) + return text diff --git a/modular_ss220/text_to_speech/code/tts_seed.dm b/modular_ss220/text_to_speech/code/tts_seed.dm new file mode 100644 index 000000000000..733ee2fdec49 --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_seed.dm @@ -0,0 +1,12 @@ +/datum/dna + var/datum/tts_seed/tts_seed_dna + +/datum/dna/Clone() + . = ..() + var/datum/dna/new_dna = . + new_dna.tts_seed_dna = tts_seed_dna + return new_dna + +/mob/living/carbon/human/UpdateAppearance(list/UI) + . = ..() + AddComponent(/datum/component/tts_component, dna.tts_seed_dna) diff --git a/modular_ss220/text_to_speech/code/tts_subsystem.dm b/modular_ss220/text_to_speech/code/tts_subsystem.dm new file mode 100644 index 000000000000..02bdfafdf1a6 --- /dev/null +++ b/modular_ss220/text_to_speech/code/tts_subsystem.dm @@ -0,0 +1,582 @@ +SUBSYSTEM_DEF(tts220) + name = "Text-to-Speech 220" + init_order = INIT_ORDER_DEFAULT + wait = 1 SECONDS + runlevels = RUNLEVEL_LOBBY | RUNLEVELS_DEFAULT + + var/tts_wanted = 0 + var/tts_request_failed = 0 + var/tts_request_succeeded = 0 + var/tts_reused = 0 + var/list/tts_errors = list() + var/tts_error_raw = "" + + // Simple Moving Average RPS + var/list/tts_rps_list = list() + var/tts_sma_rps = 0 + + // Requests per Second (RPS), only real API requests + var/tts_rps = 0 + var/tts_rps_counter = 0 + + // Total Requests per Second (TRPS), all TTS request, even reused + var/tts_trps = 0 + var/tts_trps_counter = 0 + + // Reused Requests per Second (RRPS), only reused requests + var/tts_rrps = 0 + var/tts_rrps_counter = 0 + + var/is_enabled = TRUE + + var/list/datum/tts_seed/tts_seeds = list() + var/list/tts_seeds_names = list() + var/list/tts_seeds_names_by_donator_levels = list() + var/list/datum/tts_provider/tts_providers = list() + + var/list/tts_seeds_by_gender = list(TTS_GENDER_ANY = list(), TTS_GENDER_MALE = list(), TTS_GENDER_FEMALE = list()) + + var/list/tts_local_channels_by_owner = list() + + var/list/tts_requests_queue = list() + var/tts_requests_queue_limit = 100 + var/tts_rps_limit = 11 + + var/list/tts_queue = list() + var/list/tts_effects_queue = list() + + var/sanitized_messages_caching = TRUE + var/list/sanitized_messages_cache = list() + var/sanitized_messages_cache_hit = 0 + var/sanitized_messages_cache_miss = 0 + + var/debug_mode_enabled = FALSE + + var/static/tts_acronym_replacements = list( + "нт" = "Эн Тэ", + "смо" = "Эс Мэ О", + "гп" = "Гэ Пэ", + "рд" = "Эр Дэ", + "гсб" = "Гэ Эс Бэ", + "км" = "Кэ Эм", + "срп" = "Эс Эр Пэ", + "цк" = "Цэ Каа", + "рнд" = "Эр Эн Дэ", + "сб" = "Эс Бэ", + "рцд" = "Эр Цэ Дэ", + "брпд" = "Бэ Эр Пэ Дэ", + "рпд" = "Эр Пэ Дэ", + "рпед" = "Эр Пед", + "тсф" = "Тэ Эс Эф", + "срт" = "Эс Эр Тэ", + "обр" = "О Бэ Эр", + "кпк" = "Кэ Пэ Каа", + "пда" = "Пэ Дэ А", + "id" = "Ай Ди", + "мщ" = "Эм Ще", + "вт" = "Вэ Тэ", + "ерп" = "Йе Эр Пэ", + "се" = "Эс Йе", + "апц" = "А Пэ Цэ", + "лкп" = "Эл Ка Пэ", + "см" = "Эс Эм", + "ека" = "Йе Ка", + "ка" = "Кэ А", + "бса" = "Бэ Эс Аа", + "днк" = "Дэ Эн Ка", + "тк" = "Тэ Ка", + "бфл" = "Бэ Эф Эл", + "бщ" = "Бэ Щэ", + "кк" = "Кэ Ка", + "ск" = "Эс Ка", + "зк" = "Зэ Ка", + "ерт" = "Йе Эр Тэ", + "вкд" = "Вэ Ка Дэ", + "нтр" = "Эн Тэ Эр", + "пнт" = "Пэ Эн Тэ", + "авд" = "А Вэ Дэ", + "пнв" = "Пэ Эн Вэ", + "ссд" = "Эс Эс Дэ", + "кпб" = "Кэ Пэ Бэ", + "сссп" = "Эс Эс Эс Пэ", + "крб" = "Ка Эр Бэ", + "бд" = "Бэ Дэ", + "сст" = "Эс Эс Тэ", + "скс" = "Эс Ка Эс", + "икн" = "И Ка Эн", + "нсс" = "Эн Эс Эс", + "емп" = "Йе Эм Пэ", + "бс" = "Бэ Эс", + "цкс" = "Цэ Ка Эс", + "срд" = "Эс Эр Дэ", + "жпс" = "Джи Пи Эс", + "gps" = "Джи Пи Эс", + "ннксс" = "Эн Эн Ка Эс Эс", + "ss" = "Эс Эс", + "сс" = "Эс Эс", + "тесла" = "тэсла", + "трейзен" = "трэйзэн", + "нанотрейзен" = "нанотрэйзэн", + "мед" = "м ед", + "меде" = "м еде", + "кз" = "Кэ Зэ", + "дтпа" = "Дэ Тэ Пэ А", + "слр" = "Эс Эл Эр", + "кпп" = "Кэ Пэ Пэ", + "ик" = "И Ка", + "sslr" = "Эс Эс Эл Эр", + "сслр" = "Эс Эс Эл Эр", + "бкп" = "Бэ Ка Пэ" + ) + + var/static/list/tts_job_replacements = list( + "nanotrasen navy field officer" = "Полевой офицер флота Нанотрэйзен", + "nanotrasen navy officer" = "Офицер флота nanotrasen", + "supreme commander" = "Верховный главнокомандующий", + "solar federation general" = "Генерал Солнечной Федерации", + "special operations officer" = "Офицер специальных операций", + "civilian" = "Гражданский", + "tourist" = "Турист", + "businessman" = "Бизнэсмэн", + "trader" = "Торговец", + "assistant" = "Ассистент", + "chief engineer" = "Главный Инженер", + "station engineer" = "Станционный инженер", + "trainee engineer" = "Инженер-стажер", + "Engineer Assistant" = "Инженерный Ассистент", + "Technical Assistant" = "Технический Ассистент", + "Engineer Student" = "Инженер-практикант", + "Technical Student" = "Техник-практикант", + "Technical Trainee" = "Техник-стажер", + "maintenance technician" = "Техник по обслуживанию", + "engine technician" = "Техник по двигателям", + "electrician" = "Электрик", + "life support specialist" = "Специалист по жизнеобеспечению", + "atmospheric technician" = "Атмосферный техник", + "mechanic" = "Механик", + "chief medical officer" = "Главный врач", + "medical doctor" = "Врач", + "Intern" = "Интерн", + "Medical Intern" = "Медицинский Интерн", + "Student Medical Doctor" = "Врач-практикант", + "Medical Assistant" = "Ассистирующий врач", + "surgeon" = "Хирург", + "nurse" = "Медсестра", + "coroner" = "К+оронэр", + "chemist" = "Химик", + "pharmacist" = "Фармацевт", + "pharmacologist" = "Фармаколог", + "geneticist" = "Генетик", + "virologist" = "Вирусолог", + "pathologist" = "Патологоанатом", + "microbiologist" = "Микробиолог", + "psychiatrist" = "Психиатр", + "psychologist" = "Психолог", + "therapist" = "Терапевт", + "paramedic" = "Парамедик", + "research director" = "Директор исследований", + "scientist" = "Учёный", + "student scientist" = "Учёный-практикант", + "Scientist Assistant" = "Научный Ассистент", + "Scientist Pregraduate" = "Учёный-бакалавр", + "Scientist Graduate" = "Научный выпускник", + "Scientist Postgraduate" = "Учёный-аспирант", + "anomalist" = "Аномалист", + "plasma researcher" = "Исследователь плазмы", + "xenobiologist" = "Ксенобиолог", + "chemical researcher" = "Химик-исследователь", + "roboticist" = "Робототехник", + "student robotist" = "Студент-робототехник", + "biomechanical engineer" = "Биомеханический инженер", + "mechatronic engineer" = "Инженер мехатроники", + "head of security" = "Глава службы безопасности", + "warden" = "Смотритель", + "detective" = "Детектив", + "forensic technician" = "Криминалист", + "junior security officer" = "Младший офицер службы безопасности", + "security officer" = "Офицер службы безопасности", + "security trainer" = "Тренер службы безопасности", + "security cadet" = "Кадет службы безопасности", + "Security Assistant" = "Ассистент службы безопасности", + "Security Graduate" = "Выпускник кадетской академии", + "brig physician" = "Врач брига", + "security pod pilot" = "Пилот пода службы безопасности", + "captain" = "Капитан", + "ai" = "И И", + "cyborg" = "Киборг", + "robot" = "Робот", + "head of personnel" = "Глава персонала", + "nanotrasen representative" = "Представитель Нанотрэйзен", + "blueshield" = "Блюшилд", + "magistrate" = "Магистрат", + "internal affairs agent" = "Агент внутренних дел", + "human resources agent" = "Агент по персоналу", + "bartender" = "Бармэн", + "chef" = "Повар", + "cook" = "Кук", + "culinary artist" = "Кулинар", + "butcher" = "Мясник", + "botanist" = "Ботаник", + "hydroponicist" = "Гидропонист", + "botanical researcher" = "Ботаник-исследователь", + "quartermaster" = "Квартирмейстер", + "cargo technician" = "Карго техник", + "shaft miner" = "Шахтёр", + "spelunker" = "Спелеолог", + "clown" = "Клоун", + "mime" = "Мим", + "janitor" = "Уборщик", + "custodial technician" = "Техник по уходу за помещениями", + "librarian" = "Библиотекарь", + "journalist" = "Журналист", + "barber" = "Парикмахер", + "hair stylist" = "Стилист", + "beautician" = "Косметолог", + "explorer" = "Исследователь", + "chaplain" = "Священник", + "syndicate officer" = "Офицер синдиката", + "visitor" = "посетитель", + ) + +/datum/controller/subsystem/tts220/stat_entry(msg) + msg += "tRPS:[tts_trps] " + msg += "rRPS:[tts_rrps] " + msg += "RPS:[tts_rps] " + msg += "smaRPS:[tts_sma_rps] | " + msg += "W:[tts_wanted] " + msg += "F:[tts_request_failed] " + msg += "S:[tts_request_succeeded] " + msg += "R:[tts_reused] " + return ..() + +/datum/controller/subsystem/tts220/PreInit() + . = ..() + for(var/path in subtypesof(/datum/tts_provider)) + var/datum/tts_provider/provider = new path + tts_providers[provider.name] += provider + for(var/path in subtypesof(/datum/tts_seed)) + var/datum/tts_seed/seed = new path + if(seed.value == "STUB") + continue + seed.provider = tts_providers[initial(seed.provider.name)] + tts_seeds[seed.name] = seed + tts_seeds_names += seed.name + tts_seeds_names_by_donator_levels["[seed.required_donator_level]"] += list(seed.name) + tts_seeds_by_gender[seed.gender] += seed.name + tts_seeds_names = sortTim(tts_seeds_names, /proc/cmp_text_asc) + +/datum/controller/subsystem/tts220/Initialize(start_timeofday) + is_enabled = GLOB.configuration.tts.tts_enabled + if(!is_enabled) + flags |= SS_NO_FIRE + +/datum/controller/subsystem/tts220/fire() + tts_rps = tts_rps_counter + tts_rps_counter = 0 + tts_trps = tts_trps_counter + tts_trps_counter = 0 + tts_rrps = tts_rrps_counter + tts_rrps_counter = 0 + + tts_rps_list += tts_rps + if(tts_rps_list.len > 15) + tts_rps_list.Cut(1,2) + + var/rps_sum = 0 + for(var/rps in tts_rps_list) + rps_sum += rps + tts_sma_rps = round(rps_sum / tts_rps_list.len, 0.1) + + var/free_rps = clamp(tts_rps_limit - tts_rps, 0, tts_rps_limit) + var/requests = tts_requests_queue.Copy(1, clamp(LAZYLEN(tts_requests_queue), 0, free_rps) + 1) + for(var/request in requests) + var/text = request[1] + var/datum/tts_seed/seed = request[2] + var/datum/callback/proc_callback = request[3] + var/datum/tts_provider/provider = seed.provider + provider.request(text, seed, proc_callback) + tts_rps_counter++ + tts_requests_queue.Cut(1, clamp(LAZYLEN(tts_requests_queue), 0, free_rps) + 1) + + if(sanitized_messages_caching) + sanitized_messages_cache.Cut() + if(debug_mode_enabled) + world.log << "sanitized_messages_cache: HIT=[sanitized_messages_cache_hit] / MISS=[sanitized_messages_cache_miss]" + sanitized_messages_cache_hit = 0 + sanitized_messages_cache_miss = 0 + +/datum/controller/subsystem/tts220/Recover() + is_enabled = SStts220.is_enabled + tts_wanted = SStts220.tts_wanted + tts_request_failed = SStts220.tts_request_failed + tts_request_succeeded = SStts220.tts_request_succeeded + tts_reused = SStts220.tts_reused + +/datum/controller/subsystem/tts220/proc/queue_request(text, datum/tts_seed/seed, datum/callback/proc_callback) + if(LAZYLEN(tts_requests_queue) > tts_requests_queue_limit) + is_enabled = FALSE + to_chat(world, span_announcement("SERVER: очередь запросов превысила лимит, подсистема SStts220 принудительно отключена!")) + return FALSE + + if(tts_rps_counter < tts_rps_limit) + var/datum/tts_provider/provider = seed.provider + provider.request(text, seed, proc_callback) + tts_rps_counter++ + return TRUE + + tts_requests_queue += list(list(text, seed, proc_callback)) + return TRUE + +/datum/controller/subsystem/tts220/proc/get_tts(atom/speaker, mob/listener, message, datum/tts_seed/tts_seed, is_local = TRUE, effect = SOUND_EFFECT_NONE, traits = TTS_TRAIT_RATE_FASTER, preSFX = null, postSFX = null) + if(!is_enabled) + return + if(!message) + return + if(isnull(listener) || !listener.client) + return + if(ispath(tts_seed) && SStts220.tts_seeds[initial(tts_seed.name)]) + tts_seed = SStts220.tts_seeds[initial(tts_seed.name)] + if(!istype(tts_seed)) + return + + tts_wanted++ + tts_trps_counter++ + + var/datum/tts_provider/provider = tts_seed.provider + if(!provider.is_enabled) + return + if(provider.throttle_check()) + return + + var/dirty_text = message + var/text = sanitize_tts_input(dirty_text) + + if(!text || length_char(text) > MAX_MESSAGE_LEN) + return + + if(traits & TTS_TRAIT_RATE_FASTER) + text = provider.rate_faster(text) + + if(traits & TTS_TRAIT_RATE_MEDIUM) + text = provider.rate_medium(text) + + if(traits & TTS_TRAIT_PITCH_WHISPER) + text = provider.pitch_whisper(text) + + var/hash = rustg_hash_string(RUSTG_HASH_MD5, lowertext(text)) + var/filename = "data/tts_cache/[tts_seed.name]/[hash]" + + + if(fexists("[filename].ogg")) + tts_reused++ + tts_rrps_counter++ + play_tts(speaker, listener, filename, is_local, effect, preSFX, postSFX) + return + + var/datum/callback/play_tts_cb = CALLBACK(src, PROC_REF(play_tts), speaker, listener, filename, is_local, effect, preSFX, postSFX) + + if(LAZYLEN(tts_queue[filename])) + tts_reused++ + tts_rrps_counter++ + LAZYADD(tts_queue[filename], play_tts_cb) + return + + var/datum/callback/cb = CALLBACK(src, PROC_REF(get_tts_callback), speaker, listener, filename, tts_seed, is_local, effect, preSFX, postSFX) + queue_request(text, tts_seed, cb) + LAZYADD(tts_queue[filename], play_tts_cb) + +/datum/controller/subsystem/tts220/proc/get_tts_callback(atom/speaker, mob/listener, filename, datum/tts_seed/seed, is_local, effect, preSFX, postSFX, datum/http_response/response) + var/datum/tts_provider/provider = seed.provider + + // Bail if it errored + if(response.errored) + provider.timed_out_requests++ + log_game(span_warning("Error connecting to [provider.name] TTS API. Please inform a maintainer or server host.")) + message_admins(span_warning("Error connecting to [provider.name] TTS API. Please inform a maintainer or server host.")) + return + + if(response.status_code != 200) + provider.failed_requests++ + log_game(span_warning("Error performing [provider.name] TTS API request (Code: [response.status_code])")) + message_admins(span_warning("Error performing [provider.name] TTS API request (Code: [response.status_code])")) + tts_request_failed++ + if(response.status_code) + if(tts_errors["[response.status_code]"]) + tts_errors["[response.status_code]"]++ + else + tts_errors += "[response.status_code]" + tts_errors["[response.status_code]"] = 1 + tts_error_raw = response.error + return + + tts_request_succeeded++ + + var/voice = provider.process_response(response) + if(!voice) + return + + rustutils_file_write_b64decode(voice, "[filename].ogg") + + if(!GLOB.configuration.tts.tts_cache_enabled) + addtimer(CALLBACK(src, PROC_REF(cleanup_tts_file), "[filename].ogg"), 30 SECONDS) + + for(var/datum/callback/cb in tts_queue[filename]) + cb.InvokeAsync() + tts_queue[filename] -= cb + + tts_queue -= filename + +/datum/controller/subsystem/tts220/proc/play_tts(atom/speaker, mob/listener, filename, is_local = TRUE, effect = SOUND_EFFECT_NONE, preSFX = null, postSFX = null) + if(isnull(listener) || !listener.client) + return + + var/voice + switch(effect) + if(SOUND_EFFECT_NONE) + voice = "[filename].ogg" + if(SOUND_EFFECT_RADIO) + voice = "[filename]_radio.ogg" + if(SOUND_EFFECT_ROBOT) + voice = "[filename]_robot.ogg" + if(SOUND_EFFECT_RADIO_ROBOT) + voice = "[filename]_radio_robot.ogg" + if(SOUND_EFFECT_MEGAPHONE) + voice = "[filename]_megaphone.ogg" + if(SOUND_EFFECT_MEGAPHONE_ROBOT) + voice = "[filename]_megaphone_robot.ogg" + else + CRASH("Invalid sound effect chosen.") + if(effect != SOUND_EFFECT_NONE) + if(!fexists(voice)) + var/datum/callback/play_tts_cb = CALLBACK(src, PROC_REF(play_tts), speaker, listener, filename, is_local, effect, preSFX, postSFX) + if(LAZYLEN(tts_effects_queue[voice])) + LAZYADD(tts_effects_queue[voice], play_tts_cb) + return + LAZYADD(tts_effects_queue[voice], play_tts_cb) + apply_sound_effect(effect, "[filename].ogg", voice) + for(var/datum/callback/cb in tts_effects_queue[voice]) + tts_effects_queue[voice] -= cb + if(cb == play_tts_cb) + continue + cb.InvokeAsync() + tts_effects_queue -= voice + + var/turf/turf_source = get_turf(speaker) + + var/volume = 100 + var/channel = CHANNEL_TTS_RADIO + if(is_local) + volume *= listener.client.prefs.get_channel_volume(CHANNEL_TTS_LOCAL) + channel = get_local_channel_by_owner(speaker) + else + volume *= listener.client.prefs.get_channel_volume(CHANNEL_TTS_RADIO) + channel = CHANNEL_TTS_RADIO + + var/sound/output = sound(voice) + output.status = SOUND_STREAM + + if(isnull(speaker)) + output.wait = TRUE + output.channel = channel + output.volume = volume * listener.client.prefs.get_channel_volume(channel) + output.environment = -1 + + if(output.volume <= 0) + return + + if(preSFX) + play_sfx(listener, preSFX, output.channel, output.volume, output.environment) + + SEND_SOUND(listener, output) + return + + if(preSFX) + play_sfx(listener, preSFX, output.channel, output.volume, output.environment) + + output = listener.playsound_local(turf_source, output, volume, S = output, channel = channel, wait = TRUE) + + if(!output || output.volume <= 0) + return + + if(postSFX) + play_sfx(listener, postSFX, output.channel, output.volume, output.environment) + +/datum/controller/subsystem/tts220/proc/play_sfx(mob/listener, sfx, channel, volume, environment) + var/sound/output = sound(sfx) + output.status = SOUND_STREAM + output.wait = TRUE + output.channel = channel + output.volume = volume + output.environment = environment + SEND_SOUND(listener, output) + +/datum/controller/subsystem/tts220/proc/get_local_channel_by_owner(owner) + var/channel = tts_local_channels_by_owner[owner] + if(isnull(channel)) + channel = SSsounds.reserve_sound_channel_datumless() + tts_local_channels_by_owner[owner] = channel + return channel + +/datum/controller/subsystem/tts220/proc/cleanup_tts_file(filename) + fdel(filename) + +/datum/controller/subsystem/tts220/proc/get_available_seeds(owner) + var/list/_tts_seeds_names = list() + _tts_seeds_names |= tts_seeds_names + + if(!ismob(owner)) + return _tts_seeds_names + + var/mob/M = owner + + if(!M.client) + return _tts_seeds_names + + for(var/donator_level in 0 to DONATOR_LEVEL_MAX) + if(M.client.donator_level < donator_level) + _tts_seeds_names -= tts_seeds_names_by_donator_levels["[donator_level]"] + return _tts_seeds_names + +/datum/controller/subsystem/tts220/proc/get_random_seed(owner) + return pick(get_available_seeds(owner)) + +/datum/controller/subsystem/tts220/proc/sanitize_tts_input(message) + var/hash + if(sanitized_messages_caching) + hash = rustg_hash_string(RUSTG_HASH_MD5, lowertext(message)) + if(sanitized_messages_cache[hash]) + sanitized_messages_cache_hit++ + return sanitized_messages_cache[hash] + sanitized_messages_cache_miss++ + . = message + . = trim(.) + var/static/regex/punctuation_check = new(@"[.,?!]\Z") + if(!punctuation_check.Find(.)) + . += "." + var/static/regex/html_tags = new(@"<[^>]*>", "g") + . = html_tags.Replace(., "") + . = html_decode(.) + var/static/regex/forbidden_symbols = new(@"[^a-zA-Z0-9а-яА-ЯёЁ,!?+./ \r\n\t:—()-]", "g") + . = forbidden_symbols.Replace(., "") + var/static/regex/acronyms = new(@"(? 1) + server_name = tgui_input_list(src, "Пожалуйста, выберите сервер куда собираетесь отправиться...", "Смена сервера!", servers) + if(!server_name) + return + server_ip = servers[server_name] + + else + server_name = servers[1] + server_ip = servers[server_name] + + var/confirm = tgui_alert(usr, "Вы уверены что хотите перейти на [server_name] ([server_ip])?", "Смена сервера!", list("Поехали", "Побуду тут...")) + if(confirm != "Поехали") + return + + to_chat_immediate(usr, "Удачной охоты, сталкер.") + src << link(server_ip) + +/datum/preferences/process_link(mob/user, list/href_list) + . = ..() + var/task = href_list["task"] + var/preference = href_list["preference"] + + if(preference == "changeslot" || (preference == "name" && task == "random") || task == "input") + user.client << output(active_character.real_name, "title_browser:update_current_character") + return TRUE + +/datum/preferences/ShowChoices(mob/user) + . = ..() + SStitle.set_character_preview(user.client) + +/datum/controller/subsystem/atoms/Initialize() + . = ..() + for(var/player as anything in GLOB.new_player_mobs) + var/mob/new_player/lobby_player = player + var/client/viewer = lobby_player.client + viewer.prefs.active_character.update_preview_icon() + viewer << browse_rsc(viewer.prefs.active_character.preview_icon_front, "previewicon.png") + SStitle.set_character_preview(viewer) diff --git a/modular_ss220/title_screen/code/title_screen_configuration.dm b/modular_ss220/title_screen/code/title_screen_configuration.dm new file mode 100644 index 000000000000..c26092e801c2 --- /dev/null +++ b/modular_ss220/title_screen/code/title_screen_configuration.dm @@ -0,0 +1,11 @@ +/datum/configuration_section/ss220_misc_configuration + /// Server list. Name + IP + var/list/cross_server_list = list() + +/datum/configuration_section/ss220_misc_configuration/load_data(list/data) + . = ..() + // Load server list data + if(islist(data["cross_server_list"])) + cross_server_list.Cut() + for(var/list/server as anything in data["cross_server_list"]) + cross_server_list["[server["name"]]"] = server["ip"] diff --git a/modular_ss220/title_screen/code/title_screen_controls.dm b/modular_ss220/title_screen/code/title_screen_controls.dm new file mode 100644 index 000000000000..79d7ca9b9727 --- /dev/null +++ b/modular_ss220/title_screen/code/title_screen_controls.dm @@ -0,0 +1,82 @@ +/** + * Enables an admin to upload a new titlescreen image. + */ +/client/proc/admin_change_title_screen() + set category = "Event" + set name = "Title Screen: Change" + + if(!check_rights(R_EVENT)) + return + + log_admin("[key_name(usr)] is changing the title screen.") + message_admins("[key_name_admin(usr)] is changing the title screen.") + + switch(tgui_alert(usr, "Что делаем с изображением в лобби?", "Лобби", list("Меняем", "Сбрасываем", "Ничего"))) + if("Меняем") + var/file = input(usr) as icon|null + if(!file) + return + + SStitle.set_title_image(file) + if("Сбрасываем") + SStitle.set_title_image() + if("Ничего") + return + +/** + * Sets a titlescreen notice, a big red text on the main screen. + */ +/client/proc/change_title_screen_notice() + set category = "Event" + set name = "Title Screen: Set Notice" + + if(!check_rights(R_EVENT)) + return + + log_admin("[key_name(usr)] is setting the title screen notice.") + message_admins("[key_name_admin(usr)] is setting the title screen notice.") + + var/new_notice = tgui_input_text(usr, "Введи то что должно отображаться в лобби:", "Уведомление в лобби") + if(isnull(new_notice)) + return + + SStitle.set_notice(new_notice) + for(var/mob/new_player/new_player in GLOB.player_list) + to_chat(new_player, span_boldannounce("УВЕДОМЛЕНИЕ В ЛОББИ ОБНОВЛЕНО: [new_notice]")) + SEND_SOUND(new_player, sound('sound/items/bikehorn.ogg')) + +/** + * Reloads the titlescreen if it is bugged for someone. + */ +/client/verb/fix_title_screen() + set name = "Fix Lobby Screen" + set desc = "Lobbyscreen broke? Press this." + set category = "Special Verbs" + + if(istype(mob, /mob/new_player)) + SStitle.show_title_screen_to(src) + else + SStitle.hide_title_screen_from(src) + +/** + * An admin debug command that enables you to change the HTML on the go. + */ +/client/proc/change_title_screen_html() + set category = "Event" + set name = "Title Screen: Set HTML" + + if(!check_rights(R_DEBUG)) + return + + log_admin("[key_name(usr)] is setting the title screen HTML.") + message_admins("[key_name_admin(usr)] is setting the title screen HTML.") + + var/new_html = tgui_input_text(usr, "Введи нужный HTML (ВНИМАНИЕ: ТЫ СКОРЕЕ ВСЕГО ЧТО-ТО СЛОМАЕШЬ!!!)", "РИСКОВАННО: ИЗМЕНЕНИЕ HTML ЛОББИ", max_length = 99999, multiline = TRUE, encode = FALSE) + if(isnull(new_html)) + return + + if(tgui_alert(usr, "Всё ли верно? Нигде не ошибся? Возврата нет!", "Ты подумай...", list("Рискнём", "Пожалуй нет...")) != "Рискнём") + return + + SStitle.set_title_html(new_html) + message_admins("[key_name_admin(usr)] has changed the title screen HTML.") diff --git a/modular_ss220/title_screen/code/title_screen_datum.dm b/modular_ss220/title_screen/code/title_screen_datum.dm new file mode 100644 index 000000000000..c27508da1c9a --- /dev/null +++ b/modular_ss220/title_screen/code/title_screen_datum.dm @@ -0,0 +1,198 @@ +/datum/title_screen + /// The preamble html that includes all styling and layout. + var/title_html + /// The current notice text, or null. + var/notice + /// The current title screen being displayed, as `/datum/asset_cache_item` + var/datum/asset_cache_item/screen_image + +/datum/title_screen/New(title_html, notice, screen_image_file) + src.title_html = title_html + src.notice = notice + set_screen_image(screen_image_file) + +/datum/title_screen/proc/set_screen_image(screen_image_file) + if(!screen_image_file) + return + + if(!isfile(screen_image_file)) + screen_image_file = fcopy_rsc(screen_image_file) + + screen_image = SSassets.transport.register_asset("[screen_image_file]", screen_image_file) + +/datum/title_screen/proc/show_to(client/viewer) + if(!viewer) + return + + winset(viewer, "title_browser", "is-disabled=false;is-visible=true") + winset(viewer, "paramapwindow.status_bar", "is-visible=false") + + var/datum/asset/lobby_asset = get_asset_datum(/datum/asset/simple/lobby) + var/datum/asset/fontawesome = get_asset_datum(/datum/asset/simple/namespaced/fontawesome) + lobby_asset.send(viewer) + fontawesome.send(viewer) + + SSassets.transport.send_assets(viewer, screen_image.name) + + viewer << browse(get_title_html(viewer, viewer.mob), "window=title_browser") + + if(SSatoms.initialized) + viewer.prefs.active_character.update_preview_icon() + viewer << browse_rsc(viewer.prefs.active_character.preview_icon_front, "previewicon.png") + SStitle.set_character_preview(viewer) + +/datum/title_screen/proc/hide_from(client/viewer) + if(viewer?.mob) + winset(viewer, "title_browser", "is-disabled=true;is-visible=false") + winset(viewer, "paramapwindow.status_bar", "is-visible=true;focus=true") + +/** + * Get the HTML of title screen. + */ +/datum/title_screen/proc/get_title_html(client/viewer, mob/user) + var/list/html = list(title_html) + var/mob/new_player/player = user + + html += {""} + + var/screen_image_url = SSassets.transport.get_asset_url(asset_cache_item = screen_image) + if(screen_image_url) + html += {""} + + if(notice) + html += {" +
+ +
+ "} + + html += {"
"} + html += {" + + "} + html += {"
"} + + if(!SSticker || SSticker.current_state <= GAME_STATE_PREGAME) + html += {"[player.ready ? "Готов" : "Не готов"]"} + else + html += {" + Присоединиться + Список экипажа + "} + + html += {"Наблюдать"} + html += {" +
+ [viewer.skip_antag ? "Антагонисты: Выкл." : "Антагонисты: Вкл."] + Настройка персонажа + Настройки игры +
+ "} + + if(check_rights_client(R_EVENT, FALSE, viewer)) + html += {" + Изменить изображение + Оставить уведомление +
+ "} + + html += {" + Сменить сервер +
+ "} + + html += {" + + "} + html += {"
"} + html += {""} + html += {" + + "} + + html += "" + + return html.Join() diff --git a/modular_ss220/title_screen/code/title_screen_subsystem.dm b/modular_ss220/title_screen/code/title_screen_subsystem.dm new file mode 100644 index 000000000000..3532c913e085 --- /dev/null +++ b/modular_ss220/title_screen/code/title_screen_subsystem.dm @@ -0,0 +1,137 @@ +/datum/controller/subsystem/title + flags = SS_NO_FIRE + init_order = INIT_ORDER_TITLE + /// Basic html that includes styles. Can be customised by host + var/base_html + /// Currently set title screen + var/datum/title_screen/current_title_screen + /// The list of image files available to be picked for title screen + var/list/title_images_pool = list() + +/datum/controller/subsystem/title/Initialize() + import_html() + fill_title_images_pool() + current_title_screen = new(title_html = base_html, screen_image_file = pick_title_image()) + show_title_screen_to_all_new_players() + +/datum/controller/subsystem/title/Recover() + current_title_screen = SStitle.current_title_screen + title_images_pool = SStitle.title_images_pool + +/datum/controller/subsystem/title/proc/import_html() + base_html = file2text(DEFAULT_TITLE_SCREEN_HTML_PATH) + +/** + * Iterates over all files in `TITLE_SCREENS_LOCATION` and loads all valid title screens to `title_screens` var. + */ +/datum/controller/subsystem/title/proc/fill_title_images_pool() + for(var/file_name in flist(TITLE_SCREENS_LOCATION)) + if(validate_filename(file_name)) + var/file_path = "[TITLE_SCREENS_LOCATION][file_name]" + title_images_pool += fcopy_rsc(file_path) + +/** + * Checks wheter passed title is valid + * Currently validates extension and checks whether it's special image like default title screen etc. + */ +/datum/controller/subsystem/title/proc/validate_filename(filename) + var/static/list/title_screens_to_ignore = list("blank.png") + if(filename in title_screens_to_ignore) + return FALSE + + var/static/list/supported_extensions = list("gif", "jpg", "jpeg", "png", "svg") + var/extstart = findlasttext(filename, ".") + if(!extstart) + return FALSE + + var/extension = copytext(filename, extstart + 1) + return (extension in supported_extensions) + +/** + * Show the title screen to all new players. + */ +/datum/controller/subsystem/title/proc/show_title_screen_to_all_new_players() + if(!current_title_screen) + return + + for(var/mob/new_player/viewer in GLOB.player_list) + show_title_screen_to(viewer.client) + +/** + * Show the title screen to specific client. + */ +/datum/controller/subsystem/title/proc/show_title_screen_to(client/viewer) + if(!viewer || !current_title_screen) + return + + INVOKE_ASYNC(current_title_screen, TYPE_PROC_REF(/datum/title_screen, show_to), viewer) + +/** + * Hide the title screen from specific client. + */ +/datum/controller/subsystem/title/proc/hide_title_screen_from(client/viewer) + if(!viewer || !current_title_screen) + return + + INVOKE_ASYNC(current_title_screen, TYPE_PROC_REF(/datum/title_screen, hide_from), viewer) + +/** + * Adds a notice to the main title screen in the form of big red text! + */ +/datum/controller/subsystem/title/proc/set_notice(new_notice) + new_notice = new_notice ? sanitize_text(new_notice) : null + + if(!current_title_screen) + if(!new_notice) + return + + current_title_screen = new(notice = new_notice) + else + current_title_screen.notice = new_notice + + show_title_screen_to_all_new_players() + +/** + * Replaces html of title screen + */ +/datum/controller/subsystem/title/proc/set_title_html(new_html) + if(!new_html) + return + + if(!current_title_screen) + current_title_screen = new(title_html = new_html) + else + current_title_screen.title_html = new_html + + show_title_screen_to_all_new_players() + +/** + * Changes title image to desired + */ +/datum/controller/subsystem/title/proc/set_title_image(desired_image_file) + if(desired_image_file) + if(!isfile(desired_image_file)) + CRASH("Not a file passed to `/datum/controller/subsystem/title/proc/set_title_image`") + else + desired_image_file = pick_title_image() + + if(!current_title_screen) + current_title_screen = new(screen_image_file = desired_image_file) + else + current_title_screen.set_screen_image(desired_image_file) + + show_title_screen_to_all_new_players() + +/datum/controller/subsystem/title/proc/set_character_preview(client/viewer) + if(viewer.byond_version < 516) + viewer << output("", "title_browser:update_preview_515") + else + viewer << output("", "title_browser:update_preview") + +/** + * Picks title image from `title_images_pool` list. If the list is empty, `DEFAULT_TITLE_HTML` is returned + */ +/datum/controller/subsystem/title/proc/pick_title_image() + return length(title_images_pool) ? pick(title_images_pool) : DEFAULT_TITLE_SCREEN_IMAGE_PATH + +#undef TITLE_SCREENS_LOCATION diff --git a/modular_ss220/title_screen/html/FixedsysExcelsior3.01Regular.ttf b/modular_ss220/title_screen/html/FixedsysExcelsior3.01Regular.ttf new file mode 100644 index 000000000000..a4f177c41a89 Binary files /dev/null and b/modular_ss220/title_screen/html/FixedsysExcelsior3.01Regular.ttf differ diff --git a/modular_ss220/title_screen/html/title_screen.html b/modular_ss220/title_screen/html/title_screen.html new file mode 100644 index 000000000000..f6cef97d167a --- /dev/null +++ b/modular_ss220/title_screen/html/title_screen.html @@ -0,0 +1,351 @@ + + + + Lobby Screen + + + + + + + diff --git a/modular_ss220/title_screen/icons/default.jpg b/modular_ss220/title_screen/icons/default.jpg new file mode 100644 index 000000000000..b8a66d5cc157 Binary files /dev/null and b/modular_ss220/title_screen/icons/default.jpg differ diff --git a/modular_ss220/translations/_translations.dm b/modular_ss220/translations/_translations.dm new file mode 100644 index 000000000000..72754d9f2fd5 --- /dev/null +++ b/modular_ss220/translations/_translations.dm @@ -0,0 +1,50 @@ +GLOBAL_LIST_EMPTY(ru_attack_verbs) +GLOBAL_LIST_EMPTY(ru_eat_verbs) +GLOBAL_LIST_EMPTY(ru_say_verbs) +GLOBAL_LIST_EMPTY(ru_emote_names) +GLOBAL_LIST_EMPTY(ru_emote_messages) + +/datum/modpack/translations + name = "Переводы" + desc = "Добавляет переводы" + author = "Vallat, Larentoun, dj-34" + +/datum/modpack/translations/post_initialize() + // Verbs + var/toml_path = "[PATH_TO_TRANSLATE_DATA]/ru_verbs.toml" + if(!fexists(file(toml_path))) + return + var/list/verbs_toml_list = rustg_read_toml_file(toml_path) + + var/list/attack_verbs = verbs_toml_list["attack_verbs"] + for(var/attack_key in attack_verbs) + GLOB.ru_attack_verbs += list("[attack_key]" = attack_verbs[attack_key]) + + var/list/eat_verbs = verbs_toml_list["eat_verbs"] + for(var/eat_key in eat_verbs) + GLOB.ru_eat_verbs += list("[eat_key]" = eat_verbs[eat_key]) + + var/list/say_verbs = verbs_toml_list["say_verbs"] + for(var/say_key in say_verbs) + GLOB.ru_say_verbs += list("[say_key]" = say_verbs[say_key]) + + // Emotes + var/emote_path = "[PATH_TO_TRANSLATE_DATA]/ru_emotes.toml" + if(!fexists(file(emote_path))) + return + var/list/emotes_toml_list = rustg_read_toml_file(emote_path) + + var/list/emote_messages = emotes_toml_list["emote_messages"] + for(var/emote_message_key in emote_messages) + GLOB.ru_emote_messages += list("[emote_message_key]" = emote_messages[emote_message_key]) + + var/list/emote_names = emotes_toml_list["emote_names"] + for(var/emote_name_key in emote_names) + GLOB.ru_emote_names += list("[emote_name_key]" = emote_names[emote_name_key]) + + for(var/emote_key as anything in GLOB.emote_list) + var/list/emote_list = GLOB.emote_list[emote_key] + for(var/datum/emote/emote in emote_list) + emote.update_to_ru() + for(var/datum/keybinding/emote/emote_kb in GLOB.keybindings) + emote_kb.update_to_ru() diff --git a/modular_ss220/translations/_translations.dme b/modular_ss220/translations/_translations.dme new file mode 100644 index 000000000000..60b75e6f07fb --- /dev/null +++ b/modular_ss220/translations/_translations.dme @@ -0,0 +1,12 @@ +// Все изменения следует дублировать на ТГ и наоборот. + +#include "code/defines.dm" + +#include "_translations.dm" + +#include "code/pronouns.dm" +#include "code/translate_emotes.dm" +#include "code/translate_verbs.dm" +#include "code/ru_names/ru_name_base.dm" + +#include "code/~undefs.dm" diff --git a/modular_ss220/translations/code/defines.dm b/modular_ss220/translations/code/defines.dm new file mode 100644 index 000000000000..880cbe86b3f7 --- /dev/null +++ b/modular_ss220/translations/code/defines.dm @@ -0,0 +1 @@ +#define PATH_TO_TRANSLATE_DATA "modular_ss220/translations/code/translation_data" diff --git a/modular_ss220/translations/code/pronouns.dm b/modular_ss220/translations/code/pronouns.dm new file mode 100644 index 000000000000..b8dfb89433ca --- /dev/null +++ b/modular_ss220/translations/code/pronouns.dm @@ -0,0 +1,340 @@ +// MARK: Helper procs +/// Склонения, например "секунда", "секунды", "секунд". +/proc/declension_ru(num, single_name, double_name, multiple_name) + if(!isnum(num) || round(num) != num) + return double_name // fractional numbers + if(((num % 10) == 1) && ((num % 100) != 11)) // 1, not 11 + return single_name + if(((num % 10) in 2 to 4) && !((num % 100) in 12 to 14)) // 2, 3, 4, not 12, 13, 14 + return double_name + return multiple_name // 5, 6, 7, 8, 9, 0 + +/** + * ВНИМАНИЕ: Не используйте этот прок, используйте genderize_decode! + * + * Местоимения, например "должен", "должна", "должно", "должны". + * +*/ +/proc/genderize_ru(gender, male_word, female_word, neuter_word, multiple_word) + switch(gender) + if(MALE) + return male_word + if(FEMALE) + return female_word + if(NEUTER) + return neuter_word + else + return multiple_word + +/** + * ВНИМАНИЕ: Не используйте этот прок, используйте genderize_decode! + * + * Единственное и множественное число, например "бросает", "бросают". + * +*/ +/proc/pluralize_ru(gender, single_word, plural_word) + return gender == PLURAL ? plural_word : single_word + +/** + * Replaces the `%(SINGLE,PLURAL)%` or `%(MALE,FEMALE,NEUTER,PLURAL)%` message piece accordingly to user gender. + * Use `*` to deliberatly skip one genderize word: `%(*,FEMALE,*,PLURAL)%`. + * + * Example: var/death_message = genderize_decode(user, "изда%(ет,ют)% тихий гортанный звук, зелёная кровь пузырится из %(его,её,его,их)% пасти...") + * + * Arguments: + * * user - Person which pronouns will be used. + * * msg - The string to modify. + * + * Returns the modified msg string. + * + */ +/proc/genderize_decode(atom/target, msg) + if(!isatom(target) || !istext(msg)) + stack_trace("Invalid arguments in genderize_decode proc.") + while(TRUE) + var/prefix = findtext_char(msg, "%(") + if(!prefix) + break + var/postfix = findtext_char(msg, ")%") + if(!postfix) + stack_trace("Genderize string is missing proper ending, expected )%.") + var/list/pieces = splittext(copytext_char(msg, prefix + 2, postfix), ",") + switch(length(pieces)) + // Pluralize if only two parts present + if(2) + msg = replacetext(splicetext_char(msg, prefix, postfix + 2, pluralize_ru(target.gender, pieces[1], pieces[2])), "*", "") + // Use full genderize if all four parts exist + if(4) + msg = replacetext(splicetext_char(msg, prefix, postfix + 2, genderize_ru(target.gender, pieces[1], pieces[2], pieces[3], pieces[4])), "*", "") + else + stack_trace("Invalid data sent to genderize_decode proc.") + return msg + +////////////////////////////// +// MARK: Pronouns +////////////////////////////// +/// Применяет одно из "они", "оно", "он", или "она" в зависимости от пола. Установите TRUE для заглавной буквы. +/datum/proc/ru_p_they(capitalized, temp_gender) + . = "оно" + if(capitalized) + . = capitalize(.) + +/// Применяет одно из "их", "его", или "её" в зависимости от пола. Установите TRUE для заглавной буквы. +/datum/proc/ru_p_them(capitalized, temp_gender) + . = "их" + if(capitalized) + . = capitalize(.) + +/// Применяет одно из "сами", "само", "сам", или "сама" в зависимости от пола. Установите TRUE для заглавной буквы. +/datum/proc/ru_p_themselves(capitalized, temp_gender) + . = "само" + +/// Применяет одно из "них", "него", "него", или "нее" в зависимости от пола. Установите TRUE для заглавной буквы. +/datum/proc/ru_p_theirs(capitalized, temp_gender) + . = "него" + +/// Применяет "имеет" для единственного числа и "имеют" для множественного ("она имеет" / "они имеют"). +/datum/proc/ru_p_have(temp_gender) + . = "имеет" + +/// Применяет "было" для единственного числа и "были" для множественного ("оно было" / "они были"). +/datum/proc/ru_p_were(temp_gender) + . = "было" + +/// Применяет "делает" для единственного числа и "делают" для множественного ("она делает" / "они делают"). +/datum/proc/ru_p_do(temp_gender) + . = "делает" + +////////////////////////////// +// MARK: Client pronouns +////////////////////////////// +// Like clients, which do have gender. +/client/ru_p_they(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + . = "они" + switch(temp_gender) + if(MALE) + . = "он" + if(FEMALE) + . = "она" + if(NEUTER) + . = "оно" + if(capitalized) + . = capitalize(.) + +/client/ru_p_them(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + . = "их" + switch(temp_gender) + if(MALE) + . = "его" + if(FEMALE) + . = "её" + if(capitalized) + . = capitalize(.) + +/client/ru_p_themselves(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + switch(temp_gender) + if(MALE) + . = "сам" + if(FEMALE) + . = "сама" + if(NEUTER) + . = "само" + if(PLURAL) + . = "сами" + if(capitalized) + . = capitalize(.) + +/client/ru_p_theirs(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + switch(temp_gender) + if(MALE) + . = "него" + if(FEMALE) + . = "нее" + if(NEUTER) + . = "него" + if(PLURAL) + . = "них" + if(capitalized) + . = capitalize(.) + +/client/ru_p_have(temp_gender) + if(!temp_gender) + temp_gender = gender + . = "имеет" + if(temp_gender == PLURAL) + . = "имеют" + +/client/ru_p_were(temp_gender) + if(!temp_gender) + temp_gender = gender + . = "был" + switch(temp_gender) + if(FEMALE) + . = "была" + if(NEUTER) + . = "было" + if(PLURAL) + . = "были" + +/client/ru_p_do(temp_gender) + if(!temp_gender) + temp_gender = gender + . = "делает" + if(temp_gender == PLURAL) + . = "делают" + +////////////////////////////// +// MARK: Mob pronouns +////////////////////////////// +// Mobs (and atoms but atoms don't really matter write your own proc overrides) also have gender! +/mob/ru_p_they(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + . = "они" + switch(temp_gender) + if(MALE) + . = "он" + if(FEMALE) + . = "она" + if(NEUTER) + . = "оно" + if(capitalized) + . = capitalize(.) + +/mob/ru_p_them(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + . = "их" + switch(temp_gender) + if(MALE) + . = "его" + if(FEMALE) + . = "её" + if(capitalized) + . = capitalize(.) + +/mob/ru_p_themselves(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + switch(temp_gender) + if(MALE) + . = "сам" + if(FEMALE) + . = "сама" + if(NEUTER) + . = "само" + if(PLURAL) + . = "сами" + if(capitalized) + . = capitalize(.) + +/mob/ru_p_theirs(capitalized, temp_gender) + if(!temp_gender) + temp_gender = gender + switch(temp_gender) + if(MALE) + . = "него" + if(FEMALE) + . = "нее" + if(NEUTER) + . = "него" + if(PLURAL) + . = "них" + if(capitalized) + . = capitalize(.) + +/mob/ru_p_have(temp_gender) + if(!temp_gender) + temp_gender = gender + . = "имеет" + if(temp_gender == PLURAL) + . = "имеют" + +/mob/ru_p_were(temp_gender) + if(!temp_gender) + temp_gender = gender + . = "был" + switch(temp_gender) + if(FEMALE) + . = "была" + if(NEUTER) + . = "было" + if(PLURAL) + . = "были" + +/mob/ru_p_do(temp_gender) + if(!temp_gender) + temp_gender = gender + . = "делает" + if(temp_gender == PLURAL) + . = "делают" + +////////////////////////////// +// MARK: Human pronouns +////////////////////////////// +// Humans need special handling, because they can have their gender hidden +/mob/living/carbon/human/ru_p_they(capitalized, temp_gender) + temp_gender = get_visible_gender() + return ..() + +/mob/living/carbon/human/ru_p_them(capitalized, temp_gender) + temp_gender = get_visible_gender() + return ..() + +/mob/living/carbon/human/ru_p_themselves(capitalized, temp_gender) + temp_gender = get_visible_gender() + return ..() + +/mob/living/carbon/human/ru_p_theirs(capitalized, temp_gender) + temp_gender = get_visible_gender() + return ..() + +/mob/living/carbon/human/ru_p_have(temp_gender) + temp_gender = get_visible_gender() + return ..() + +/mob/living/carbon/human/ru_p_were(temp_gender) + temp_gender = get_visible_gender() + return ..() + +/mob/living/carbon/human/ru_p_do(temp_gender) + temp_gender = get_visible_gender() + return ..() + +/atom/proc/ru_p_yours(declent = NOMINATIVE) + var/static/list/ru_names_male = ru_names_toml("ваш") + var/static/list/ru_names_female = ru_names_toml("ваша") + var/static/list/ru_names_neuter = ru_names_toml("ваше") + var/static/list/ru_names_plural = ru_names_toml("ваши") + switch(gender) + if(FEMALE) + return ru_names_female[declent] || "ваша" + if(NEUTER) + return ru_names_neuter[declent] || "ваше" + if(PLURAL) + return ru_names_plural[declent] || "ваши" + else + return ru_names_male[declent] || "ваш" + +/atom/proc/ru_p_own(declent = NOMINATIVE) + var/static/list/ru_names_male = ru_names_toml("свой") + var/static/list/ru_names_female = ru_names_toml("своя") + var/static/list/ru_names_neuter = ru_names_toml("своё") + var/static/list/ru_names_plural = ru_names_toml("свои") + switch(gender) + if(FEMALE) + return ru_names_female[declent] || "своя" + if(NEUTER) + return ru_names_neuter[declent] || "своё" + if(PLURAL) + return ru_names_plural[declent] || "свои" + else + return ru_names_male[declent] || "свой" diff --git a/modular_ss220/translations/code/ru_names/ru_name_base.dm b/modular_ss220/translations/code/ru_names/ru_name_base.dm new file mode 100644 index 000000000000..01bfaec18edc --- /dev/null +++ b/modular_ss220/translations/code/ru_names/ru_name_base.dm @@ -0,0 +1,85 @@ +GLOBAL_LIST_EMPTY(ru_names) + +/atom + // code\__DEFINES\bandastation\pronouns.dm for more info + /// List consists of ("name", "именительный", "родительный", "дательный", "винительный", "творительный", "предложный", "gender") + var/list/ru_names + +/// Хелпер для создания склонений +/proc/ru_names_list(base, nominative, genitive, dative, accusative, instrumental, prepositional, gender) + if(!base || !nominative || !genitive || !dative || !accusative || !instrumental || !prepositional) + CRASH("ru_names_list() received incomplete declent list!") + return list("base" = base, NOMINATIVE = nominative, GENITIVE = genitive, DATIVE = dative, ACCUSATIVE = accusative, INSTRUMENTAL = instrumental, PREPOSITIONAL = prepositional, "gender" = gender) + +/proc/ru_names_toml(name, prefix, suffix, override_base) + . = list() + var/formatted_name = format_text(name) + if(!length(GLOB.ru_names)) + var/toml_path = "[PATH_TO_TRANSLATE_DATA]/ru_names.toml" + if(!fexists(file(toml_path))) + return . + GLOB.ru_names = rustg_read_toml_file("[PATH_TO_TRANSLATE_DATA]/ru_names.toml") + if(GLOB.ru_names[formatted_name]) + var/base = override_base || "[prefix][name][suffix]" + . = ru_names_list( + base, + "[prefix][GLOB.ru_names[formatted_name]["nominative"] || name][suffix]", + "[prefix][GLOB.ru_names[formatted_name]["genitive"] || name][suffix]", + "[prefix][GLOB.ru_names[formatted_name]["dative"] || name][suffix]", + "[prefix][GLOB.ru_names[formatted_name]["accusative"] || name][suffix]", + "[prefix][GLOB.ru_names[formatted_name]["instrumental"] || name][suffix]", + "[prefix][GLOB.ru_names[formatted_name]["prepositional"] || name][suffix]", + gender = "[GLOB.ru_names[formatted_name]["gender"] || null]",) + +/atom/Initialize(mapload, ...) + . = ..() + ru_names_rename(ru_names_toml(name)) + +/turf/Initialize(mapload) + . = ..() + ru_names_rename(ru_names_toml(name)) + +/datum/proc/ru_names_rename(list/new_list) + SHOULD_CALL_PARENT(FALSE) + CRASH("Unimplemented proc/ru_names_rename() was used") + +/// Необходимо использовать ПЕРЕД изменением var/name, и использовать только этот прок для изменения в рантайме склонений +/atom/ru_names_rename(list/new_list) + if(!length(new_list)) + ru_names = null + return + ru_names = new_list + if(new_list["gender"]) + gender = new_list["gender"] + else + gender = src::gender + +/** +* Процедура выбора правильного падежа для любого предмета, если у него указан словарь «ru_names», примерно такой: +* RU_NAMES_LIST_INIT("jaws of life", "челюсти жизни", "челюстей жизни", "челюстям жизни", "челюсти жизни", "челюстями жизни", "челюстях жизни") +*/ +/datum/proc/declent_ru(declent) + CRASH("Unimplemented proc/declent_ru() was used") + +/proc/get_declented_value(list/declented_list, declent, backup_value) + if(declent == "gender") + return declented_list[declent] || backup_value + return declented_list[declent] || declented_list[NOMINATIVE] || backup_value + +/atom/declent_ru(declent) + . = name + if(declent == "gender") + . = gender + if(!length(ru_names) || ru_names["base"] != name) + return . + return get_declented_value(ru_names, declent, .) + +/// Used for getting initial values, such as for recipies where resulted atom is not yet created. It can return null - use var/override_backup to have a returned value guaranteed +/proc/declent_ru_initial(target_name, declent = NOMINATIVE, override_backup = null) + . = override_backup + if(declent == "gender") + . = NEUTER + var/list/declented_list = ru_names_toml(target_name) + if(!length(declented_list)) + return . + return get_declented_value(declented_list, declent, .) diff --git a/modular_ss220/translations/code/translate_emotes.dm b/modular_ss220/translations/code/translate_emotes.dm new file mode 100644 index 000000000000..6932fa833bd1 --- /dev/null +++ b/modular_ss220/translations/code/translate_emotes.dm @@ -0,0 +1,23 @@ +/proc/ru_emote_name(emote_name) + return GLOB.ru_emote_names[lowertext(emote_name)] || emote_name + +/proc/ru_emote_message(emote_message) + return GLOB.ru_emote_messages[emote_message] || emote_message + +/datum/emote/proc/update_to_ru() + name = ru_emote_name(name) + message = ru_emote_message(message) + message_mime = ru_emote_message(message_mime) + message_alien = ru_emote_message(message_alien) + message_larva = ru_emote_message(message_larva) + message_robot = ru_emote_message(message_robot) + message_AI = ru_emote_message(message_AI) + message_monkey = ru_emote_message(message_monkey) + message_simple = ru_emote_message(message_simple) + message_observer = ru_emote_message(message_observer) + message_param = ru_emote_message(message_param) + +/datum/keybinding/emote/proc/update_to_ru() + // Need to finish the name list first, I'm not doing it right now + // name = capitalize(ru_emote_name(src::name)) + return diff --git a/modular_ss220/translations/code/translate_verbs.dm b/modular_ss220/translations/code/translate_verbs.dm new file mode 100644 index 000000000000..45ba785aa937 --- /dev/null +++ b/modular_ss220/translations/code/translate_verbs.dm @@ -0,0 +1,12 @@ +// MARK: Attack +/proc/ru_attack_verb(attack_verb, list/override) + var/list/list_to_use = override || GLOB.ru_attack_verbs + return list_to_use[attack_verb] || attack_verb + +// MARK: Eat +/proc/ru_eat_verb(eat_verb) + return GLOB.ru_eat_verbs[eat_verb] || eat_verb + +// MARK: Say +/proc/ru_say_verb(say_verb) + return GLOB.ru_say_verbs[say_verb] || say_verb diff --git a/modular_ss220/translations/code/translation_data/ru_emotes.toml b/modular_ss220/translations/code/translation_data/ru_emotes.toml new file mode 100644 index 000000000000..987d5e327951 --- /dev/null +++ b/modular_ss220/translations/code/translation_data/ru_emotes.toml @@ -0,0 +1,347 @@ +[emote_messages] +"activates their slow clap processor." = "активирует процессор медленных хлопков." +"acts out a burp." = "изображает отрыжку." +"acts out a roar." = "изображает рык." +"acts out a scream!" = "изображает крик!" +"acts out an exaggerated cough!" = "изображает преувеличенный кашель!" +"acts out an exaggerated silent sigh." = "изображает преувеличенный бесшумный вздох." +"acts out an exaggerated silent sneeze." = "изображает преувеличенный бесшумный чих." +"acts out an exaggerated silent yawn." = "изображает преувеличенный бесшумный зевок." +"acts out chuckling." = "изображает смешок." +"appears hurt." = "кажется, задет." +"appears to groan!" = "изображает болезненный стон!" +"appears to moan!" = "кажется, стонет!" +"beeps at %t." = "бипает в сторону %t." +"beeps." = "бипает." +"blares an alarm!" = "издаёт тревогу!" +"blinks rapidly." = "быстро моргает." +"blinks their lights." = "моргает лампочками." +"blinks." = "моргает." +"bloops!" = "булькает!" +"blushes." = "краснеет." +"boops." = "бупает." +"bounces in place." = "подпрыгивает на месте." +"bows to %t." = "кланяется %t." +"bows." = "кланяется." +"breathes in." = "делает вдох." +"breathes out." = "выдыхает." +"burps." = "рыгает." +"buzzes at %t." = "жужжит на %t." +"buzzes twice." = "жужжит дважды." +"buzzes." = "жужжит." +"chimes." = "звенит." +"chirps!" = "чирикает!" +"chitters pleasantly!" = "приятно щёлкает жвалами!" +"chitters." = "щёлкает жвалами." +"chokes silently!" = "бесшумно давится!" +"chokes!" = "давится!" +"chuckles." = "усмехается." +"clacks happily!" = "радостно щёлкает!" +"claps." = "хлопает." +"clears their throat." = "прочищает горло." +"clucks happily!" = "радостно кудахтает!" +"collapses!" = "падает!" +"coughs!" = "кашляет!" +"cracks their knuckles." = "хрустит пальцами." +"cries." = "плачет." +"crosses their arms." = "скрещивает свои руки." +"dances around happily." = "радостно танцует." +"drools." = "пускает слюни." +"faints." = "теряет сознание." +"flaps their wings ANGRILY!" = "сердито хлопает крыльями!" +"flaps their wings." = "хлопает крыльями." +"frowns." = "хмурится." +"gags silently." = "бесшумно тужится." +"gags." = "тужится." +"gasps in shock!" = "вздыхает в шоке!" +"gasps in silent shock!" = "вздыхает в молчаливом шоке!" +"gasps silently!" = "бесшумно задыхается!" +"gasps!" = "задыхается!" +"giggles silently!" = "бесшумно хихикает!" +"giggles." = "хихикает." +"gives daps to %t." = "give daps to %t." +"glares at %t." = "сверлит взглядом %t." +"glares." = "сверлит взглядом." +"gnarls and shows its teeth..." = "оскаливается и показывает зубы..." +"gnarls silently, baring its teeth..." = "бесшумно оскаливается, показывая зубы..." +"goes pale for a second." = "на мгновение бледнеет." +"grimaces." = "строит гримасу." +"grins smugly." = "самодовольно улыбается." +"grins." = "ухмыляется." +"groans!" = "болезненно стонет!" +"grumbles silently!" = "бесшумно ворчит!" +"grumbles!" = "ворчит!" +"gurgles silently and uncomfortably." = "бесшумно и неприятно булькает." +"hisses softly." = "тихо шипит." +"hisses." = "шипит." +"honks happily!" = "радостно гудит!" +"honks." = "гудит." +"hops around happily!" = "радостно скачет на месте!" +"hugs %t." = "обнимает %t." +"hugs themself." = "обнимает себя." +"is strumming the air and headbanging like a safari chimp." = "невероятно играет на воображаемой гитаре." +"jiggles!" = "трясется!" +"jumps!" = "прыгает!" +"laughs silently!" = "бесшумно смеется!" +"laughs." = "смеется." +"lets out a distressed noise." = "издаёт тревожный звук." +"lets out a faint chimper as it collapses and stops moving..." = "издает слабый визг, когда рушится и перестает двигаться..." +"lets out a sickly hiss of air and falls limply to the floor..." = "с тошнотворным шипением выдыхает воздух и падает на пол..." +"lets out a waning guttural screech, and collapses onto the floor..." = "издает ослабевающий гортанный крик и падает на пол..." +"lights up for a bit, then stops." = "на мгновение светится." +"looks at %t." = "смотрит на %t." +"looks." = "смотрит." +"makes a rude gesture!" = "делает грубый жест!" +"makes an uncomfortable gurgle." = "издает неприятное бульканье." +"meows!" = "мяукает!" +"moans!" = "стонет!" +"moos happily!" = "радостно мычит!" +"mumbles silently!" = "бесшумно бормочет!" +"mumbles!" = "бормочет!" +"nods at %t." = "кивает %t." +"nods." = "кивает." +"oinks!" = "хрюкает!" +"oogas at %t." = "oogas at %t." +"oogas." = "oogas." +"pings at %t." = "сигналит в сторону %t." +"pings." = "сигналит." +"plays a loud tone." = "проигрывает громкий звук." +"plays a sad trombone..." = "проигрывает звук грустного тромбона..." +"points at %t." = "указывает на %t." +"points." = "указывает." +"pouts silently." = "бесшумно надувает губы." +"pouts." = "надувает губы." +"purrs." = "purrs." +"pushes up their glasses." = "приподнимает свои очки." +"puts their hands on their head and falls to the ground, they surrender%s!" = "ложит руки за голову и падает на землю, они сдаются!" +"raises %t fingers." = "показывает %t пальцев." +"raises a hand." = "поднимает руку." +"raises an eyebrow." = "приподнимает бровь." +"roars!" = "рычит!" +"roars." = "рычит." +"rolls." = "катится." +"sadly can't find anybody to give daps to, and daps themself. Shameful." = "sadly can't find anybody to give daps to, and daps themself. Shameful." +"salutes to %t." = "салютует %t." +"salutes." = "салютует." +"says a swear word!" = "ругается!" +"scowls." = "сердито смотрит." +"scratches." = "чешется." +"screams!" = "кричит!" +"screeches silently." = "бесшумно визжит." +"screeches!" = "визжит!" +"screeches, its screen flickering as its systems slowly halt." = "скрипит, экран мерцает, пока системы медленно выключаются." +"seizes up and falls limp, their eyes dead and lifeless..." = "цепенеет и расслабляется, взгляд становится пустым и безжизненным..." +"shakes hands with %t." = "дает рукопожатие %t." +"shakes their head." = "качает своей головой." +"shakes their own hands." = "дает рукопожатие себе." +"shivers." = "дрожит." +"shrugs." = "пожимает плечами." +"shudders violently for a moment before falling still, its eyes slowly darkening." = "на мгновение вздрагивает и замирает, глаза медленно темнеют." +"sighs." = "вздыхает." +"signs the number %t." = "показывает число %t." +"sings a tune." = "подпевает мелодию." +"sits down." = "садится." +"sleeps soundly." = "бесшумно храпит." +"slowly smiles!" = "медленно улыбается!" +"smiles weakly." = "слабо улыбается." +"smiles." = "улыбается." +"snaps their fingers at %t." = "щелкает пальцами в сторону %t." +"snaps their fingers." = "щелкает пальцами." +"sneezes." = "чихает." +"sniffs silently." = "бесшумно шмыгает носом." +"sniffs." = "шмыгает носом." +"snores." = "храпит." +"sobs silently." = "бесшумно плачет." +"softly roars." = "тихо рычит." +"sounds an alarm." = "издаёт звук тревоги." +"squeak!" = "пищит!" +"squeaks!" = "пищит!" +"stares at %t." = "уставился на %t." +"stares." = "уставился." +"sticks its tongue out contentedly!" = "удовлетворенно высовывает язык!" +"stops moving..." = "перестает двигаться..." +"stretches their arms." = "протягивает свои руки." +"sulks down sadly." = "грустно обижается." +"sways around dizzily." = "покачивается." +"symphathetically yawns." = "сочувственно зевнуть." +"taunts!" = "дразнится!" +"their tail." = "хвостом." +"their wings." = "крыльями." +"tilts their head to the side." = "наклоняет голову на бок." +"trembles!" = "дрожит в страхе!" +"twitches violently." = "сильно дёргается." +"twitches." = "дёргается." +"vibrates!" = "вибрирует!" +"waves their tail." = "машет хвостом." +"waves." = "машет рукой." +"whickers." = "ржёт." +"whimpers." = "хнычет." +"whistles silently!" = "бесшумно свистит!" +"whistles." = "свистит." +"winks." = "подмигивает." +"woofs happily!" = "радостно гавкает!" +"yaps happily!" = "радостно тявкает!" +"yawns." = "зевает." + +[emote_names] +airguitar = "гитарист" +alarm = "насторожить" +alert = "предупредить" +awesome = "Э.: крутость" +beep = "бип" +blank = "Э.: пусто" +blink = "моргнуть" +"blink (rapid)" = "моргнуть (быстро)" +bloop = "булькает" +blueglow = "Э.: синее свечение" +blush = "краснеть" +boop = "буп" +bounce = "подпрыгнуть" +bow = "поклон" +bsod = "Э.: BSoD" +burp = "рыгнуть" +buzz = "жужжать" +buzz2 = "жужжать (раздражённо)" +chime = "звонок" +chirp = "чирикать" +chitter = "щёлкать (жвала)" +choke = "подавиться" +chuckle = "усмехаться" +circle = "рука (кольцо)" +clack = "щёлкать" +clap = "хлопать" +clear = "прочистить горло" +cluck = "кудахтать" +collapse = "упасть" +confused = "Э.: замешательство" +cough = "покашлять" +crack = "хрустеть пальцами" +cross = "скрестить руки" +cry = "плакать" +dance = "танцевать" +dap = "dap" +deathgasp = "последнее дыхание" +dorfy = "Э.: Dorfy" +drool = "пускать слюни" +exhale = "выдох" +eyebrow = "приподнять бровь" +facepalm = "Э.: Facepalm" +faint = "потерять сознание" +flap = "крылья (хлопать)" +"flap (angry)" = "крылья (сердито хлопать)" +flash = "моргать" +flip = "кувырок" +friendcomputer = "Э.: дружелюбный компьютер" +frown = "похмуриться" +gag = "потужиться" +gasp = "задохнуться" +"gasp (shock)" = "вздох (шок)" +giggle = "похихикать" +glare = "сверление взглядом" +glasses = "очки (приподнять)" +gnarl = "оскалиться" +grimace = "гримасничать" +grin = "ухмыльнуться" +groan = "простонать от боли" +grumble = "ворчать" +gurgle = "булькать" +hand = "рука" +handshake = "рукопожатие" +happy = "Э.: радостно" +help = "help" +hiss = "шипеть" +honk = "гудок" +hop = "скакать" +hug = "обнять" +inhale = "вдох" +jiggle = "трястись" +jump = "прыгнуть" +kiss = "поцелуй" +laugh = "смеяться" +light = "светиться" +look = "смотреть" +me = "me" +meow = "мяукать" +moan = "стонать" +moo = "мычать" +moodangry = "Н.: злой" +moodcat = "Н.: кот" +moodnone = "Н.: никакое" +moodpout = "Н.: надутый" +moodsad = "Н.: грустный" +moodsmile = "Н.: улыбающееся" +moodsneaky = "Н.: хитрое" +mumble = "бормотать" +neutral = "Э.: нейтральность" +nod = "кивнуть" +noogie = "рука (терка)" +notice = "оповещение" +oink = "хрюкнуть" +ooga = "ooga" +pale = "бледнеть" +ping = "сигналить" +point = "указать" +pout = "надуть губы" +purr = "purr" +raise = "поднять руку" +redglow = "Э.: красное свечение" +roar = "рычать" +roll = "катиться" +sad = "погрустить (силикон)" +salute = "салютировать" +scowl = "смотреть (сердито)" +scratch = "чесаться" +scream = "кричать" +screech = "визжать" +shake = "качать головой" +shiver = "дрожь" +shoesteal = "рука (ботинкокрад)" +shrug = "пожать плечами" +sigh = "вздох" +sign = "показать число" +signal = "показать пальцы" +sit = "сесть" +slap = "рука (шлепок)" +slowclap = "хлопки (медленные)" +smile = "улыбнуться" +"smile (weak)" = "улыбнуться (слабо)" +smug = "улыбнуться (самодовольно)" +snap = "щелкнуть пальцами" +sneeze = "чихнуть" +sniff = "шмыгнуть" +snore = "храпеть" +snuffle = "нюхать" +spin = "крутиться" +squeak = "пищать" +squeaks = "пищать" +ssmile = "улыбнуться (медленно)" +stare = "уставиться" +stretch = "протянуть руки" +sulk = "обидеться" +surrender = "сдаться" +sway = "покачаться" +swear = "ругаться" +tail = "махать хвостом" +taunt = "дразнить" +thinking = "Э.: задумчивость" +tilt = "наклонить голову" +tongue = "высунуть язык" +tremble = "дрожь (страх)" +trollface = "Э.: Trollface" +tunesing = "подпевать" +twitch = "дёрнуться (сильно)" +"twitch (slight)" = "дёрнуться" +unsure = "Э.: неуверенность" +veryhappy = "Э.: радостно (очень)" +vibrate = "вибрировать" +wag = "махать хвостом" +warn = "издать тревогу" +wave = "помахать рукой" +whicker = "ржать" +whimper = "хныкать" +whistle = "свистеть" +wing = "крылья" +wink = "подмигнуть" +woof = "гавкнуть" +yap = "тявкнуть" +yawn = "зевнуть" diff --git a/modular_ss220/translations/code/translation_data/ru_names.toml b/modular_ss220/translations/code/translation_data/ru_names.toml new file mode 100644 index 000000000000..8457db6fb84e --- /dev/null +++ b/modular_ss220/translations/code/translation_data/ru_names.toml @@ -0,0 +1,12322 @@ +#["name"] +#nominative = "именительный" +#genitive = "родительный" +#dative = "дательный" +#accusative = "винительный" +#instrumental = "творительный" +#prepositional = "предложный" +#gender = "male" + +# MARK: Uncategorized + +[holopad] +nominative = "голопад" +genitive = "голопада" +dative = "голопаду" +accusative = "голопад" +instrumental = "голопадом" +prepositional = "голопаде" +gender = "male" + +["secure holopad"] +nominative = "защищенный голопад" +genitive = "защищенного голопада" +dative = "защищенному голопаду" +accusative = "защищенный голопад" +instrumental = "защищенным голопадом" +prepositional = "защищенном голопаде" + +["recharging station"] +nominative = "зарядная станция" +genitive = "зарядной станции" +dative = "зарядной станции" +accusative = "зарядную станцию" +instrumental = "зарядной станцией" +prepositional = "зарядной станции" + +["security camera"] +nominative = "камера наблюдения" +genitive = "камеры наблюдения" +dative = "камере наблюдения" +accusative = "камеру наблюдения" +instrumental = "камерой наблюдения" +prepositional = "камере наблюдения" + +["motion-sensitive security camera"] +nominative = "камера наблюдения с датчиком движения" +genitive = "камеры наблюдения с датчиком движения" +dative = "камере наблюдения с датчиком движения" +accusative = "камеру наблюдения с датчиком движения" +instrumental = "камерой наблюдения с датчиком движения" +prepositional = "камере наблюдения с датчиком движения" + +["Confessional intercom"] +accusative = "интерком исповедания" +dative = "интеркому исповедания" +genitive = "интеркома исповедания" +instrumental = "интеркомом исповедания" +nominative = "интерком исповедания" +prepositional = "интеркоме исповедания" + +[Ian] +accusative = "Иана" +dative = "Иану" +genitive = "Иана" +instrumental = "Ианом" +nominative = "Иан" +prepositional = "Иане" + +["alien embryo"] +accusative = "эмбрион Чужих" +dative = "эмбриону Чужих" +genitive = "эмбриона Чужих" +instrumental = "эмбрионом Чужих" +nominative = "эмбрион Чужих" +prepositional = "эмбрионе Чужих" + +[bush] +accusative = "куст" +dative = "кусту" +genitive = "куста" +instrumental = "кустом" +nominative = "куст" +prepositional = "кусте" + +[chair] +accusative = "стул" +dative = "стулу" +genitive = "стула" +instrumental = "стулом" +nominative = "стул" +prepositional = "стуле" + +["chameleon projector"] +accusative = "маскировочный проектор" +dative = "маскировочному проектору" +genitive = "маскировочного проектора" +instrumental = "маскировочным проектором" +nominative = "маскировочный проектор" +prepositional = "маскировочном проекторе" + +["claw hammer"] +accusative = "молоток-гвоздодер" +dative = "молотку-гвоздодеру" +genitive = "молотка-гвоздодера" +instrumental = "молотком-гвоздодером" +nominative = "молоток-гвоздодер" +prepositional = "молотке-гвоздодере" + +["command intercom"] +accusative = "интерком командования" +dative = "интеркому командования" +genitive = "интеркома командования" +instrumental = "интеркомом командования" +nominative = "интерком командования" +prepositional = "интеркоме командования" + +["critter crate"] +accusative = "ящик для животных" +dative = "ящику для животных" +genitive = "ящика для животных" +instrumental = "ящиком для животных" +nominative = "ящик для животных" +prepositional = "ящике для животных" + +["cyborg chameleon projector"] +accusative = "маскировочный проектор киборга" +dative = "маскировочному проектору киборга" +genitive = "маскировочного проектора киборга" +instrumental = "маскировочным проектором киборга" +nominative = "маскировочный проектор киборга" +prepositional = "маскировочном проекторе киборга" + +["disk compartmentalizer"] +accusative = "сортировщик дисков" +dative = "сортировщику дисков" +genitive = "сортировщика дисков" +instrumental = "сортировщиком дисков" +nominative = "сортировщик дисков" +prepositional = "сортировщике дисков" + +["drink showcase"] +accusative = "витрину дла напитков" +dative = "витрине дла напитков" +genitive = "витрины дла напитков" +instrumental = "витриной дла напитков" +nominative = "витрина дла напитков" +prepositional = "витрине дла напитков" + +["engineering crate"] +accusative = "инженерный ящик" +dative = "инженерному ящику" +genitive = "инженерного ящика" +instrumental = "инженерным ящиком" +nominative = "инженерный ящик" +prepositional = "инженерном ящиком" + +["fishing rod"] +accusative = "удочку" +dative = "удочке" +genitive = "удочки" +instrumental = "удочкой" +nominative = "удочка" +prepositional = "удочке" + +["intercom frame"] +accusative = "каркас интеркома" +dative = "каркасу интеркома" +genitive = "каркаса интеркома" +instrumental = "каркасом интеркома" +nominative = "каркас интеркома" +prepositional = "каркасе интеркома" + +["lizard plushie"] +accusative = "плюшевую ящерицу" +dative = "плюшевой ящерице" +genitive = "плюшевой ящерицы" +instrumental = "плюшевой ящерицей" +nominative = "плюшевая ящерица" +prepositional = "плюшевой ящерице" + +["mech removal tool"] +accusative = "огромный лом" +dative = "огромному лому" +genitive = "огромного лома" +instrumental = "огромным ломом" +nominative = "огромный лом" +prepositional = "огромном ломе" + +["medical syringe gun"] +accusative = "медицинский шприцемёт" +dative = "медицинскому шприцемёту" +genitive = "медицинского шприцимёта" +instrumental = "медицинским шприцемётом" +nominative = "медицинский шприцемёт" +prepositional = "медицинском шприцемёте" + +[mist] +accusative = "туман" +dative = "туману" +genitive = "тумана" +instrumental = "туманом" +nominative = "туман" +prepositional = "тумане" + +[moffers] +accusative = "мофферсы" +dative = "мофферсам" +genitive = "мофферсов" +instrumental = "мофферсами" +nominative = "мофферсы" +prepositional = "мофферсах" + +[mop] +accusative = "швабру" +dative = "швабре" +genitive = "швабры" +instrumental = "шваброй" +nominative = "швабра" +prepositional = "швабре" + +["operating table"] +accusative = "операционный стол" +dative = "операционному столу" +genitive = "операционного стола" +instrumental = "операционным столом" +nominative = "операционный стол" +prepositional = "операционном столе" + +["personal AI device"] +accusative = "устройство ПИИ" +dative = "устройству ПИИ" +genitive = "устройства ПИИ" +instrumental = "устройством ПИИ" +nominative = "устройство ПИИ" +prepositional = "устройстве ПИИ" + +["Personal Artificial Intelligence Card"] # Unique Design Name +nominative = "Устройство персонального искусственного интеллекта" + +[photocopier] +accusative = "ксерокс" +dative = "ксероксу" +genitive = "ксерокса" +instrumental = "ксероксом" +nominative = "ксерокс" +prepositional = "ксероксе" + +["plastic potted plant"] +accusative = "пластиковое растение" +dative = "пластиковому растению" +genitive = "пластикового растения" +instrumental = "пластиковым растением" +nominative = "пластиковое растение" +prepositional = "пластиковом растении" + +[plunger] +accusative = "вантуз" +dative = "вантузу" +genitive = "вантуза" +instrumental = "вантузом" +nominative = "вантуз" +prepositional = "вантузе" + +["potted plant"] +accusative = "комнатное растение" +dative = "комнатному растению" +genitive = "комнатного растения" +instrumental = "комнатным растением" +nominative = "комнатное растение" +prepositional = "комнатном растении" + +["receive-only intercom"] +accusative = "интерком для приема" +dative = "интеркому для приема" +genitive = "интеркома для приема" +instrumental = "интеркомом для приема" +nominative = "интерком для приема" +prepositional = "интеркоме для приема" + +["reinforced plunger"] +accusative = "усиленный вантуз" +dative = "усиленному вантузу" +genitive = "усиленного вантуза" +instrumental = "усиленным вантузом" +nominative = "усиленный вантуз" +prepositional = "усиленном вантузе" + +["reinforced table"] +accusative = "укреплённый стол" +dative = "укреплённому столу" +genitive = "укреплённого стола" +instrumental = "укреплённым столом" +nominative = "укреплённый стол" +prepositional = "укреплённом столе" + +[shower] +accusative = "душ" +dative = "душу" +genitive = "душа" +instrumental = "душем" +nominative = "душ" +prepositional = "душе" + +["shower frame"] +accusative = "каркас душа" +dative = "каркасу душа" +genitive = "каркаса душа" +instrumental = "каркасом душа" +nominative = "каркас душа" +prepositional = "каркасе душа" + +["station intercom"] +accusative = "интерком станции" +dative = "интеркому станции" +genitive = "интеркома станции" +instrumental = "интеркомом станции" +nominative = "интерком станции" +prepositional = "интеркоме станции" + +["syndicate intercom"] +accusative = "интерком синдиката" +dative = "интеркому синдиката" +genitive = "интеркома синдиката" +instrumental = "интеркомом синдиката" +nominative = "интерком синдиката" +prepositional = "интеркоме синдиката" + +["syndicate wide-band intercom"] +accusative = "широкополосный интерком синдиката" +dative = "широкополосному интеркому синдиката" +genitive = "широкополосного интеркома синдиката" +instrumental = "широкополосным интеркомом синдиката" +nominative = "широкополосный интерком синдиката" +prepositional = "широкополосном интеркоме синдиката" + +["briefcase"] +nominative = "портфель" +genitive = "портфеля" +dative = "портфелю" +accusative = "портфель" +instrumental = "портфелем" +prepositional = "портфеле" + +["suture"] +nominative = "шов" +genitive = "шва" +dative = "шву" +accusative = "шов" +instrumental = "швом" +prepositional = "шве" + +["hologram"] +nominative = "голограмма" +genitive = "голограммы" +dative = "голограмме" +accusative = "голограмму" +instrumental = "голограммой" +prepositional = "голограмме" +gender = "female" + +["box"] +nominative = "коробка" +genitive = "коробки" +dative = "коробке" +accusative = "коробку" +instrumental = "коробкой" +prepositional = "коробке" +gender = "female" + +# MARK: Mobs. Uncategorized + +# MARK: Mobs. Aliens +[alien] +nominative = "чужой" +genitive = "чужого" +dative = "чужому" +accusative = "чужого" +instrumental = "чужим" +prepositional = "чужом" +gender = "female" + +["alien drone"] +nominative = "дрон Чужих" +genitive = "дрона Чужих" +dative = "дрону Чужих" +accusative = "дрона Чужих" +instrumental = "дроном Чужих" +prepositional = "дроне Чужих" +gender = "female" + +["alien sentinel"] +nominative = "страж Чужих" +genitive = "стража Чужих" +dative = "стражу Чужих" +accusative = "стража Чужих" +instrumental = "стражем Чужих" +prepositional = "страже Чужих" +gender = "female" + +["alien hunter"] +nominative = "охотник Чужих" +genitive = "охотника Чужих" +dative = "охотнику Чужих" +accusative = "охотника Чужих" +instrumental = "охотником Чужих" +prepositional = "охотнике Чужих" +gender = "female" + +["alien larva"] +nominative = "грудолом Чужих" +genitive = "грудолома Чужих" +dative = "грудолому Чужих" +accusative = "грудолома Чужих" +instrumental = "грудоломом Чужих" +prepositional = "грудоломе Чужих" +gender = "female" + +["alien praetorian"] +nominative = "преторианец Чужих" +genitive = "преторианца Чужих" +dative = "преторианцу Чужих" +accusative = "преторианца Чужих" +instrumental = "преторианцем Чужих" +prepositional = "преторианце Чужих" +gender = "female" + +["alien queen"] +nominative = "королева Чужих" +genitive = "королевы Чужих" +dative = "королеве Чужих" +accusative = "королеву Чужих" +instrumental = "королевой Чужих" +prepositional = "королеве Чужих" +gender = "female" + +["alien princess"] +nominative = "принцесса Чужих" +genitive = "принцессы Чужих" +dative = "принцессе Чужих" +accusative = "принцессу Чужих" +instrumental = "принцессой Чужих" +prepositional = "принцессе Чужих" +gender = "female" + +# MARK: ........Security +["handcuffs"] +nominative = "наручники" +genitive = "наручников" +dative = "наручникам" +accusative = "наручники" +instrumental = "наручниками" +prepositional = "наручниках" +gender = "plural" + +["pepperspray"] +nominative = "перцовый баллончик" +genitive = "перцового баллончика" +dative = "перцовому баллончику" +accusative = "перцовый баллончик" +instrumental = "перцовым баллончиком" +prepositional = "перцовом баллончике" +gender = "male" + +["flashbang"] +nominative = "светошумовая граната" +genitive = "светошумовой гранаты" +dative = "светошумовой гранате" +accusative = "светошумовую гранату" +instrumental = "светошумовой гранатой" +prepositional = "светошумовой гранате" +gender = "female" + +["box of flashbangs (WARNING)"] +nominative = "коробка с светошумовыми гранатами (ОСТОРОЖНО)" +genitive = "коробки с светошумовыми гранатами (ОСТОРОЖНО)" +dative = "коробке с светошумовыми гранатами (ОСТОРОЖНО)" +accusative = "коробку с светошумовыми гранатами (ОСТОРОЖНО)" +instrumental = "коробкой с светошумовыми гранатами (ОСТОРОЖНО)" +prepositional = "коробке с светошумовыми гранатами (ОСТОРОЖНО)" +gender = "female" + +["teargas grenade"] +nominative = "слезоточивая граната" +genitive = "слезоточивой гранаты" +dative = "слезоточивой гранате" +accusative = "слезоточивую гранату" +instrumental = "слезоточивой гранатой" +prepositional = "слезоточивой гранате" +gender = "female" + +["box of tear gas grenades (WARNING)"] +nominative = "коробка с слезоточивыми гранатами" +genitive = "коробки с слезоточивыми гранатами" +dative = "коробке с слезоточивыми гранатами" +accusative = "коробку с слезоточивыми гранатами" +instrumental = "коробкой с слезоточивыми гранатами" +prepositional = "коробке с слезоточивыми гранатами" +gender = "female" + +["donut box"] +nominative = "коробка пончиков" +genitive = "коробки пончиков" +dative = "коробке пончиков" +accusative = "коробку пончиков" +instrumental = "коробкой пончиков" +prepositional = "коробке пончиков" +gender = "female" + +["zipties"] +nominative = "стяжки" +genitive = "стяжек" +dative = "стяжкам" +accusative = "стяжки" +instrumental = "стяжками" +prepositional = "стяжках" +gender = "plural" + +["box of spare zipties"] +nominative = "коробка с запасными стяжками" +genitive = "коробки с запасными стяжками" +dative = "коробке с запасными стяжками" +accusative = "коробку с запасными стяжками" +instrumental = "коробкой с запасными стяжками" +prepositional = "коробке с запасными стяжками" +gender = "female" + +["flash"] +nominative = "вспышка" +genitive = "вспышки" +dative = "вспышке" +accusative = "вспышку" +instrumental = "вспышкой" +prepositional = "вспышке" +gender = "female" + +["portable flasher"] +nominative = "переносная вспышка" +genitive = "переносной вспышки" +dative = "переносной вспышке" +accusative = "переносную вспышку" +instrumental = "переносной вспышкой" +prepositional = "переносной вспышке" +gender = "female" + +["security barrier"] +nominative = "барьер охраны" +genitive = "барьера охраны" +dative = "барьеру охраны" +accusative = "барьер охраны" +instrumental = "барьером охраны" +prepositional = "барьере охраны" +gender = "male" + +["training bomb"] +nominative = "тренировочная бомба" +genitive = "тренировочной бомбы" +dative = "тренировочной бомбе" +accusative = "тренировочную бомбу" +instrumental = "тренировочной бомбой" +prepositional = "тренировочной бомбе" +gender = "female" + +["straight jacket"] +nominative = "смирительная рубашка" +genitive = "смирительной рубашки" +dative = "смирительной рубашке" +accusative = "смирительную рубашку" +instrumental = "смирительной рубашкой" +prepositional = "смирительной рубашке" +gender = "female" + +["donut"] +nominative = "пончик" +genitive = "пончика" +dative = "пончику" +accusative = "пончик" +instrumental = "пончиком" +prepositional = "пончике" +gender = "male" + +["evidence bag"] +nominative = "пакет для улик" +genitive = "пакета для улик" +dative = "пакету для улик" +accusative = "пакет для улик" +instrumental = "пакетом для улик" +prepositional = "пакете для улик" +gender = "male" + +["evidence bag box"] +nominative = "коробка с пакетами для улик" +genitive = "коробки с пакетами для улик" +dative = "коробке с пакетами для улик" +accusative = "коробку с пакетами для улик" +instrumental = "коробкой с пакетами для улик" +prepositional = "коробке с пакетами для улик" +gender = "female" + +["seclite"] +nominative = "фонарь охраны" +genitive = "фонаря охраны" +dative = "фонарю охраны" +accusative = "фонарь охраны" +instrumental = "фонарем охраны" +prepositional = "фонаре охраны" +gender = "male" + +["energy bola"] +nominative = "энергетическая бола" +genitive = "энергетической болы" +dative = "энергетической боле" +accusative = "энергетическую болу" +instrumental = "энергетической болой" +prepositional = "энергетической боле" +gender = "female" + +["enhanced retrieval gloves"] + +["security webbing"] +nominative = "разгрузка охраны" +genitive = "разгрузки охраны" +dative = "разгрузке охраны" +accusative = "разгрузку охраны" +instrumental = "разгрузкой охраны" +prepositional = "разгрузке охраны" +gender = "female" + +["antag token"] +nominative = "жетон антагониста" +genitive = "жетона антагониста" +dative = "жетону антагониста" +accusative = "жетон антагониста" +instrumental = "жетоном антагониста" +prepositional = "жетоне антагониста" +gender = "male" + +["blue helmet"] +nominative = "синий шлем" +genitive = "синего шлема" +dative = "синему шлему" +accusative = "синий шлем" +instrumental = "синим шлемом" +prepositional = "синем шлеме" +gender = "male" + +["security gloves"] +nominative = "перчатки охраны" +genitive = "перчаток охраны" +dative = "перчаткам охраны" +accusative = "перчатки охраны" +instrumental = "перчатками охраны" +prepositional = "перчатках охраны" +gender = "plural" + +["stingbang"] +nominative = "травматическая граната" +genitive = "травматической гранаты" +dative = "травматической гранате" +accusative = "травматическую гранату" +instrumental = "травматической гранатой" +prepositional = "травматической гранате" +gender = "female" + +["ANTI-TIDER-2500 suppression backpack"] +nominative = "рюкзак подавитель-набегов-2500" +genitive = "рюкзака подавителя-набегов-2500" +dative = "рюкзаку подавителю-набегов-2500" +accusative = "рюкзак подавитель-набегов-2500" +instrumental = "рюкзаком подавителем-набегов-2500" +prepositional = "рюкзаке подавителе-набегов-2500" +gender = "male" + +["shoulder holster"] +nominative = "наплечная кобура" +genitive = "наплечной кобуры" +dative = "наплечной кобуре" +accusative = "наплечную кобуру" +instrumental = "наплечной кобурой" +prepositional = "наплечной кобуре" +gender = "female" + +["energy shoulder holsters"] +nominative = "энергетическая наплечная кобура" +genitive = "энергетической наплечной кобуры" +dative = "энергетической наплечной кобуре" +accusative = "энергетическую наплечную кобуру" +instrumental = "энергетической наплечной кобурой" +prepositional = "энергетической наплечной кобуре" +gender = "female" + +["security officer's locker"] +nominative = "шкафчик офицера охраны" +genitive = "шкафчика офицера охраны" +dative = "шкафчику офицера охраны" +accusative = "шкафчик офицера охраны" +instrumental = "шкафчиком офицера охраны" +prepositional = "шкафчике офицера охраны" +gender = "male" + +["security radio headset"] +nominative = "гарнитура охраны" +genitive = "гарнитуры охраны" +dative = "гарнитуре охраны" +accusative = "гарнитуру охраны" +instrumental = "гарнитурой охраны" +prepositional = "гарнитуре охраны" +gender = "female" + +["security bowman headset"] +nominative = "гарнитура bowman охраны" +genitive = "гарнитуры bowman охраны" +dative = "гарнитуре bowman охраны" +accusative = "гарнитуру bowman охраны" +instrumental = "гарнитурой bowman охраны" +prepositional = "гарнитуре bowman охраны" +gender = "female" + +["security HUDSunglasses"] +nominative = "солнцезащитные ИЛС очки охраны" +genitive = "солнцезащитных ИЛС очков охраны" +dative = "солнцезащитным ИЛС очкам охраны" +accusative = "солнцезащитные ИЛС очки охраны" +instrumental = "солнцезащитными ИЛС очками охраны" +prepositional = "солнцезащитных ИЛС очках охраны" +gender = "plural" + +["security belt"] +nominative = "пояс охраны" +genitive = "пояса охраны" +dative = "поясу охраны" +accusative = "пояс охраны" +instrumental = "поясом охраны" +prepositional = "поясе охраны" +gender = "male" + +["security beret"] +nominative = "берет охраны" +genitive = "берета охраны" +dative = "берету охраны" +accusative = "берет охраны" +instrumental = "беретом охраны" +prepositional = "берете охраны" +gender = "male" + +["security cap"] +nominative = "кепка охраны" +genitive = "кепки охраны" +dative = "кепке охраны" +accusative = "кепку охраны" +instrumental = "кепкой охраны" +prepositional = "кепке охраны" +gender = "female" + +["striped security bandana"] +nominative = "полосатая бандана охраны" +genitive = "полосатой банданы охраны" +dative = "полосатой бандане охраны" +accusative = "полосатую бандану охраны" +instrumental = "полосатой банданой охраны" +prepositional = "полосатой бандане охраны" +gender = "female" + +["security uniform"] +nominative = "комбинезон охраны" +genitive = "комбинезона охраны" +dative = "комбинезону охраны" +accusative = "комбинезон охраны" +instrumental = "комбинезоном охраны" +prepositional = "комбинезоне охраны" +gender = "male" + +["security skirt"] +nominative = "комбинезон с юбкой охраны" +genitive = "комбинезона с юбкой охраны" +dative = "комбинезону с юбкой охраны" +accusative = "комбинезон с юбкой охраны" +instrumental = "комбинезоном с юбкой охраны" +prepositional = "комбинезоне с юбкой охраны" +gender = "male" + +["grey security jumpsuit"] +nominative = "серый комбинезон охраны" +genitive = "серого комбинезона охраны" +dative = "серому комбинезону охраны" +accusative = "серый комбинезон охраны" +instrumental = "серым комбинезоном охраны" +prepositional = "сером комбинезоне охраны" +gender = "male" + +["slacks"] +nominative = "широкие брюки" +genitive = "широких брюк" +dative = "широким брюкам" +accusative = "широкие брюки" +instrumental = "широкими брюками" +prepositional = "широких брюках" +gender = "plural" + +["blue shirt and tie"] +nominative = "синяя рубашка с галстуком" +genitive = "синей рубашки с галстуком" +dative = "синей рубашке с галстуком" +accusative = "синюю рубашку с галстуком" +instrumental = "синей рубашкой с галстуком" +prepositional = "синей рубашке с галстуком" +gender = "female" + +["security jacket"] +nominative = "куртка охраны" +genitive = "куртки охраны" +dative = "куртке охраны" +accusative = "куртку охраны" +instrumental = "курткой охраны" +prepositional = "куртке охраны" +gender = "female" + +["security winter jacket"] +nominative = "зимняя куртка охраны" +genitive = "зимней куртки охраны" +dative = "зимней куртке охраны" +accusative = "зимнюю куртку охраны" +instrumental = "зимней курткой охраны" +prepositional = "зимней куртке охраны" +gender = "female" + +["jackboots"] +nominative = "берцы" +genitive = "берцев" +dative = "берцам" +accusative = "берцы" +instrumental = "берцами" +prepositional = "берцах" +gender = "plural" + +["security backpack"] +nominative = "рюкзак охраны" +genitive = "рюкзака охраны" +dative = "рюкзаку охраны" +accusative = "рюкзак охраны" +instrumental = "рюкзаком охраны" +prepositional = "рюкзаке охраны" +gender = "male" + +["security satchel"] +nominative = "ранец охраны" +genitive = "ранца охраны" +dative = "ранцу охраны" +accusative = "ранец охраны" +instrumental = "ранцем охраны" +prepositional = "ранце охраны" +gender = "male" + +["security duffel bag"] +nominative = "вещевой мешок охраны" +genitive = "вещевого мешка охраны" +dative = "вещевому мешку охраны" +accusative = "вещевой мешок охраны" +instrumental = "вещевым мешком охраны" +prepositional = "вещевом мешке охраны" +gender = "male" + +["security messenger bag"] +nominative = "сумка посыльного охраны" +genitive = "сумки посыльного охраны" +dative = "сумке посыльного охраны" +accusative = "сумку посыльного охраны" +instrumental = "сумкой посыльного охраны" +prepositional = "сумке посыльного охраны" +gender = "female" + +["security officer's formal uniform"] +nominative = "формальная униформа офицера охраны" +genitive = "формальной униформы офицера охраны" +dative = "формальной униформе офицера охраны" +accusative = "формальную униформу офицера охраны" +instrumental = "формальной униформой офицера охраны" +prepositional = "формальной униформе офицера охраны" +gender = "female" + +["security officer's jacket"] +nominative = "куртка офицера охраны" +genitive = "куртки офицера охраны" +dative = "куртке офицера охраны" +accusative = "куртку офицера охраны" +instrumental = "курткой офицера охраны" +prepositional = "куртке офицера охраны" +gender = "female" + +["recharger"] +nominative = "зарядник" +genitive = "зарядника" +dative = "заряднику" +accusative = "зарядник" +instrumental = "зарядником" +prepositional = "заряднике" +gender = "male" + +["sunglasses"] +nominative = "солнцезащитные очки" +genitive = "солнцезащитных очков" +dative = "солнцезащитным очкам" +accusative = "солнцезащитные очки" +instrumental = "солнцезащитными очками" +prepositional = "солнцезащитных очках" +gender = "plural" + +["earmuffs"] +nominative = "противошумный наушник" +genitive = "противошумного наушника" +dative = "противошумному наушнику" +accusative = "противошумный наушник" +instrumental = "противошумным наушником" +prepositional = "противошумном наушнике" +gender = "male" + +["security gas mask"] +nominative = "противогаз охраны" +genitive = "противогаза охраны" +dative = "противогазу охраны" +accusative = "противогаз охраны" +instrumental = "противогазом охраны" +prepositional = "противогазе охраны" +gender = "male" + +[helmet] +nominative = "шлем" +genitive = "шлема" +dative = "шлему" +accusative = "шлем" +instrumental = "шлемом" +prepositional = "шлеме" +gender = "male" + +["armor vest"] +nominative = "бронежилет" +genitive = "бронежилета" +dative = "бронежилету" +accusative = "бронежилет" +instrumental = "бронежилетом" +prepositional = "бронежилете" +gender = "male" + +["large armor vest"] +nominative = "большой бронежилет" +genitive = "большого бронежилета" +dative = "большому бронежилету" +accusative = "большой бронежилет" +instrumental = "большим бронежилетом" +prepositional = "большом бронежилете" +gender = "male" + +["bulletproof armor"] +nominative = "пуленепробиваемый бронежилет" +genitive = "пуленепробиваемого бронежилета" +dative = "пуленепробиваемому бронежилету" +accusative = "пуленепробиваемый бронежилет" +instrumental = "пуленепробиваемым бронежилетом" +prepositional = "пуленепробиваемом бронежилете" +gender = "male" + +["bulletproof helmet"] +nominative = "пуленепробиваемый шлем" +genitive = "пуленепробиваемого шлема" +dative = "пуленепробиваемому шлему" +accusative = "пуленепробиваемый шлем" +instrumental = "пуленепробиваемым шлемом" +prepositional = "пуленепробиваемом шлеме" +gender = "male" + +["riot suit"] +nominative = "броня для подавления беспорядков" +genitive = "брони для подавления беспорядков" +dative = "броне для подавления беспорядков" +accusative = "брони для подавления беспорядков" +instrumental = "броней для подавления беспорядков" +prepositional = "броне для подавления беспорядков" +gender = "female" + +["riot helmet"] +nominative = "шлем для подавления беспорядков" +genitive = "шлема для подавления беспорядков" +dative = "шлему для подавления беспорядков" +accusative = "шлем для подавления беспорядков" +instrumental = "шлемом для подавления беспорядков" +prepositional = "шлеме для подавления беспорядков" +gender = "male" + +["MK.I SWAT Suit"] +nominative = "броня MK.I SWAT" +genitive = "брони MK.I SWAT" +dative = "броне MK.I SWAT" +accusative = "броню MK.I SWAT" +instrumental = "броней MK.I SWAT" +prepositional = "броне MK.I SWAT" +gender = "female" + +["SWAT Helmet"] +nominative = "шлем SWAT" +genitive = "шлема SWAT" +dative = "шлему SWAT" +accusative = "шлем SWAT" +instrumental = "шлемом SWAT" +prepositional = "шлеме SWAT" +gender = "male" + +["SWAT mask"] +nominative = "маска SWAT" +genitive = "маски SWAT" +dative = "маске SWAT" +accusative = "маску SWAT" +instrumental = "маской SWAT" +prepositional = "маске SWAT" +gender = "female" + +["riot shield"] +nominative = "щит для подавления беспорядков" +genitive = "щита для подавления беспорядков" +dative = "щиту для подавления беспорядков" +accusative = "щит для подавления беспорядков" +instrumental = "щитом для подавления беспорядков" +prepositional = "щите для подавления беспорядков" +gender = "male" + +["telescopic shield"] +nominative = "телескопический щит" +genitive = "телескопического щита" +dative = "телескопическому щиту" +accusative = "телескопический щит" +instrumental = "телескопическим щитом" +prepositional = "телескопическом щите" +gender = "male" + +["rack"] +nominative = "подставка" +genitive = "подставки" +dative = "подставке" +accusative = "подставку" +instrumental = "подставкой" +prepositional = "подставке" +gender = "female" + +["HUD gar glasses"] +nominative = "гар ИЛС очки" +genitive = "гар ИЛС очков" +dative = "гар ИЛС очкам" +accusative = "гар ИЛС очки" +instrumental = "гар ИЛС очками" +prepositional = "гар ИЛС очках" +gender = "plural" + +["grenade launcher"] +nominative = "гранатомёт" +genitive = "гранатомёта" +dative = "гранатомёту" +accusative = "гранатомёт" +instrumental = "гранатомётом" +prepositional = "гранатомёте" +gender = "male" + +["barrier grenade"] +nominative = "барьерная граната" +genitive = "барьерной гранаты" +dative = "барьерной гранате" +accusative = "барьерную гранату" +instrumental = "барьерной гранатой" +prepositional = "барьерной гранате" +gender = "female" + +["box of flashbulbs"] +nominative = "коробка со вспышками" +genitive = "коробки со вспышками" +dative = "коробке со вспышками" +accusative = "коробку со вспышками" +instrumental = "коробкой со вспышками" +prepositional = "коробке со вспышками" +gender = "female" + +["contraband locker"] +nominative = "шкафчик контрабанды" +genitive = "шкафчика контрабанды" +dative = "шкафчику контрабанды" +accusative = "шкафчик контрабанды" +instrumental = "шкафчиком контрабанды" +prepositional = "шкафчике контрабанды" +gender = "male" + +["boxed chemical implant kit"] +nominative = "коробка с химическими имплантами" +genitive = "коробки с химическими имплантами" +dative = "коробке с химическими имплантами" +accusative = "коробку с химическими имплантами" +instrumental = "коробкой с химическими имплантами" +prepositional = "коробке с химическими имплантами" +gender = "female" + +["boxed tracking implant kit"] +nominative = "коробка с имплантами слежения" +genitive = "коробки с имплантами слежения" +dative = "коробке с имплантами слежения" +accusative = "коробку с имплантами слежения" +instrumental = "коробкой с имплантами слежения" +prepositional = "коробке с имплантами слежения" +gender = "female" + +["box of standard firing pins"] +nominative = "коробка со стандартными ударниками" +genitive = "коробки со стандартными ударниками" +dative = "коробке со стандартными ударниками" +accusative = "коробку со стандартными ударниками" +instrumental = "коробкой со стандартными ударниками" +prepositional = "коробке со стандартными ударниками" +gender = "female" + +["box of spare handcuffs"] +nominative = "коробка с запасными наручниками" +genitive = "коробки с запасными наручниками" +dative = "коробке с запасными наручниками" +accusative = "коробку с запасными наручниками" +instrumental = "коробкой с запасными наручниками" +prepositional = "коробке с запасными наручниками" +gender = "female" + +["implanter"] +nominative = "имплантер" +genitive = "имплантера" +dative = "имплантеру" +accusative = "имплантер" +instrumental = "имплантером" +prepositional = "имплантере" +gender = "male" + +["electronic firing pin"] +nominative = "электронный ударник" +genitive = "электронного ударника" +dative = "электронному ударнику" +accusative = "электронный ударник" +instrumental = "электронным ударником" +prepositional = "электронном ударнике" +gender = "male" + +["magic crystal shard"] +nominative = "магический кристальный осколок" +genitive = "магического кристального осколка" +dative = "магическому кристальному осколку" +accusative = "магический кристальный осколок" +instrumental = "магическим кристальным осколком" +prepositional = "магическом кристальном осколке" +gender = "male" + +["test-range firing pin"] +nominative = "ударник испытательного полигона" +genitive = "ударника испытательного полигона" +dative = "ударнику испытательного полигона" +accusative = "ударник испытательного полигона" +instrumental = "ударником испытательного полигона" +prepositional = "ударнике испытательного полигона" +gender = "male" + +["implant-keyed firing pin"] +nominative = "ударник с проверкой импланта" +genitive = "ударника с проверкой импланта" +dative = "ударнику с проверкой импланта" +accusative = "ударник с проверкой импланта" +instrumental = "ударником с проверкой импланта" +prepositional = "ударнике с проверкой импланта" +gender = "male" + +["mindshield firing pin"] +nominative = "ударник защиты разума" +genitive = "ударника защиты разума" +dative = "ударнику защиты разума" +accusative = "ударник защиты разума" +instrumental = "ударником защиты разума" +prepositional = "ударнике защиты разума" +gender = "male" + +["syndicate firing pin"] +nominative = "ударник синдиката" +genitive = "ударника синдиката" +dative = "ударнику синдиката" +accusative = "ударник синдиката" +instrumental = "ударником синдиката" +prepositional = "ударнике синдиката" +gender = "male" + +["hilarious firing pin"] +nominative = "весёлый ударник" +genitive = "весёлого ударника" +dative = "весёлому ударнику" +accusative = "весёлый ударник" +instrumental = "весёлым ударником" +prepositional = "весёлом ударнике" +gender = "male" + +["ultra hilarious firing pin"] +nominative = "сверхвесёлый ударник" +genitive = "сверхвесёлого ударника" +dative = "сверхвесёлому ударнику" +accusative = "сверхвесёлый ударник" +instrumental = "сверхвесёлым ударником" +prepositional = "сверхвесёлом ударнике" +gender = "male" + +["super ultra hilarious firing pin"] +nominative = "суперсверхвесёлый ударник" +genitive = "суперсверхвесёлого ударника" +dative = "суперсверхвесёлому ударнику" +accusative = "суперсверхвесёлый ударник" +instrumental = "суперсверхвесёлым ударником" +prepositional = "суперсверхвесёлом ударнике" +gender = "male" + +["DNA-keyed firing pin"] +nominative = "ударник с замком ДНК" +genitive = "ударника с замком ДНК" +dative = "ударнику с замком ДНК" +accusative = "ударник с замком ДНК" +instrumental = "ударником с замком ДНК" +prepositional = "ударнике с замком ДНК" +gender = "male" + +["paywall firing pin"] +nominative = "платный ударник" +genitive = "платного ударника" +dative = "платному ударнику" +accusative = "платный ударник" +instrumental = "платным ударником" +prepositional = "платном ударнике" +gender = "male" + +["outback firing pin"] +nominative = "ударник глубинки" +genitive = "ударника глубинки" +dative = "ударнику глубинки" +accusative = "ударник глубинки" +instrumental = "ударником глубинки" +prepositional = "ударнике глубинки" +gender = "male" + +["laser tag firing pin"] +nominative = "ударник лазертага" +genitive = "ударника лазертага" +dative = "ударнику лазертага" +accusative = "ударник лазертага" +instrumental = "ударником лазертага" +prepositional = "ударнике лазертага" +gender = "male" + +["red laser tag firing pin"] +nominative = "ударник красного лазертага" +genitive = "ударника красного лазертага" +dative = "ударнику красного лазертага" +accusative = "ударник красного лазертага" +instrumental = "ударником красного лазертага" +prepositional = "ударнике красного лазертага" +gender = "male" + +["blue laser tag firing pin"] +nominative = "ударник синего лазертага" +genitive = "ударника синего лазертага" +dative = "ударнику синего лазертага" +accusative = "ударник синего лазертага" +instrumental = "ударником синего лазертага" +prepositional = "ударнике синего лазертага" +gender = "male" + +["monkeylock firing pin"] +nominative = "ударник мартышек" +genitive = "ударника мартышек" +dative = "ударнику мартышек" +accusative = "ударник мартышек" +instrumental = "ударником мартышек" +prepositional = "ударнике мартышек" +gender = "male" + +["assault belt"] +nominative = "штурмовой пояс" +genitive = "штурмового пояса" +dative = "штурмовому поясу" +accusative = "штурмовой пояс" +instrumental = "штурмовым поясом" +prepositional = "штурмовом поясе" +gender = "male" + +["black gloves"] +nominative = "чёрные перчатки" +genitive = "чёрных перчаток" +dative = "чёрным перчаткам" +accusative = "чёрные перчатки" +instrumental = "чёрными перчатками" +prepositional = "чёрных перчатках" +gender = "plural" + +["lethal injection syringe"] +nominative = "шприц со смертельной инъекцией" +genitive = "шприца со смертельной инъекцией" +dative = "шприцу со смертельной инъекцией" +accusative = "шприц со смертельной инъекцией" +instrumental = "шприцом со смертельной инъекцией" +prepositional = "шприце со смертельной инъекцией" +gender = "male" + +["lethal injections locker"] +nominative = "шкафчик со смертельными инъекциями" +genitive = "шкафчика со смертельными инъекциями" +dative = "шкафчику со смертельными инъекциями" +accusative = "шкафчик со смертельными инъекциями" +instrumental = "шкафчиком со смертельными инъекциями" +prepositional = "шкафчике со смертельными инъекциями" +gender = "male" + +["tracking implant"] +nominative = "имплант слежения" +genitive = "импланта слежения" +dative = "импланту слежения" +accusative = "имплант слежения" +instrumental = "имплантом слежения" +prepositional = "импланте слежения" +gender = "male" + +["chem implant"] +nominative = "химический имплант" +genitive = "химического импланта" +dative = "химическому импланту" +accusative = "химический имплант" +instrumental = "химическим имплантом" +prepositional = "химическом импланте" +gender = "male" + +["mindshield implant"] +nominative = "имплант защиты разума" +genitive = "импланта защиты разума" +dative = "импланту защиты разума" +accusative = "имплант защиты разума" +instrumental = "имплантом защиты разума" +prepositional = "импланте защиты разума" +gender = "male" + +["pinpointer"] +nominative = "целеуказатель" +genitive = "целеуказателя" +dative = "целеуказателю" +accusative = "целеуказатель" +instrumental = "целеуказателем" +prepositional = "целеуказателе" +gender = "male" + +["crew pinpointer"] +nominative = "целеуказатель на экипаж" +genitive = "целеуказателя на экипаж" +dative = "целеуказателю на экипаж" +accusative = "целеуказатель на экипаж" +instrumental = "целеуказателем на экипаж" +prepositional = "целеуказателе на экипаж" +gender = "male" + +["syndicate pinpointer"] +nominative = "целеуказатель синдиката" +genitive = "целеуказателя синдиката" +dative = "целеуказателю синдиката" +accusative = "целеуказатель синдиката" +instrumental = "целеуказателем синдиката" +prepositional = "целеуказателе синдиката" +gender = "male" + +["cyborg syndicate pinpointer"] +nominative = "целеуказатель синдиката киборга" +genitive = "целеуказателя синдиката киборга" +dative = "целеуказателю синдиката киборга" +accusative = "целеуказатель синдиката киборга" +instrumental = "целеуказателем синдиката киборга" +prepositional = "целеуказателе синдиката киборга" +gender = "male" + +["contractor pinpointer"] +nominative = "целеуказатель контрактника" +genitive = "целеуказателя контрактника" +dative = "целеуказателю контрактника" +accusative = "целеуказатель контрактника" +instrumental = "целеуказателем контрактника" +prepositional = "целеуказателе контрактника" +gender = "male" + +["pair pinpointer"] +nominative = "парный целеуказатель" +genitive = "парного целеуказателя" +dative = "парному целеуказателю" +accusative = "парный целеуказатель" +instrumental = "парным целеуказателем" +prepositional = "парном целеуказателе" +gender = "male" + +["bounty shuttle pinpointer"] +nominative = "целеуказатель шаттла охотников" +genitive = "целеуказателя шаттла охотников" +dative = "целеуказателю шаттла охотников" +accusative = "целеуказатель шаттла охотников" +instrumental = "целеуказателем шаттла охотников" +prepositional = "целеуказателе шаттла охотников" +gender = "male" + +["security records console"] +nominative = "консоль охранных записей" +genitive = "консоли охранных записей" +dative = "консоли охранных записей" +accusative = "консоль охранных записей" +instrumental = "консолью охранных записей" +prepositional = "консоли охранных записей" +gender = "female" + +["prisoner management console"] +nominative = "консоль управления заключенными" +genitive = "консоли управления заключенными" +dative = "консоли управления заключенными" +accusative = "консоль управления заключенными" +instrumental = "консолью управления заключенными" +prepositional = "консоли управления заключенными" +gender = "female" + +["security camera console"] +nominative = "консоль камер видеонаблюдения" +genitive = "консоли камер видеонаблюдения" +dative = "консоли камер видеонаблюдения" +accusative = "консоль камер видеонаблюдения" +instrumental = "консолью камер видеонаблюдения" +prepositional = "консоли камер видеонаблюдения" +gender = "female" + +["enhanced interrogation chamber"] +nominative = "улучшенная камера допросов" +genitive = "улучшенной камеры допросов" +dative = "улучшенной камере допросов" +accusative = "улучшенную камеру допросов" +instrumental = "улучшенной камерой допросов" +prepositional = "улучшенной камере допросов" +gender = "female" + +["advanced camera console"] +nominative = "консоль продвинутой камеры" +genitive = "консоли продвинутой камеры" +dative = "консоли продвинутой камеры" +accusative = "консоль продвинутой камеры" +instrumental = "консолью продвинутой камеры" +prepositional = "консоли продвинутой камеры" +gender = "female" + +["electropack"] +nominative = "электрорюкзак" +genitive = "электрорюкзака" +dative = "электрорюкзаку" +accusative = "электрорюкзак" +instrumental = "электрорюкзаком" +prepositional = "электрорюкзаке" +gender = "male" + +["modular receiver"] +nominative = "модульный приёмник" +genitive = "модульного приёмника" +dative = "модульному приёмнику" +accusative = "модульный приёмник" +instrumental = "модульным приёмником" +prepositional = "модульном приёмнике" +gender = "male" + +["security HUD"] +nominative = "охранный ИЛС" +genitive = "охранного ИЛС" +dative = "охранному ИЛС" +accusative = "охранный ИЛС" +instrumental = "охранным ИЛС" +prepositional = "охранном ИЛС" +gender = "male" + +["night vision security HUD"] +nominative = "охранный ИЛС с ПНВ" +genitive = "охранного ИЛС с ПНВ" +dative = "охранному ИЛС с ПНВ" +accusative = "охранный ИЛС с ПНВ" +instrumental = "охранным ИЛС с ПНВ" +prepositional = "охранном ИЛС с ПНВ" +gender = "male" + +["implant case"] +nominative = "кейс импланта" +genitive = "кейса импланта" +dative = "кейсу импланта" +accusative = "кейс импланта" +instrumental = "кейсом импланта" +prepositional = "кейсе импланта" +gender = "male" + +["implant case - 'Sad Trombone'"] +nominative = "кейс импланта - 'Грустный тромбон'" +genitive = "кейса импланта - 'Грустный тромбон'" +dative = "кейсу импланта - 'Грустный тромбон'" +accusative = "кейс импланта - 'Грустный тромбон'" +instrumental = "кейсом импланта - 'Грустный тромбон'" +prepositional = "кейсе импланта - 'Грустный тромбон'" +gender = "male" + +["implant case - 'Remote Chemical'"] +nominative = "кейс импланта - 'Химический'" +genitive = "кейса импланта - 'Химический'" +dative = "кейсу импланта - 'Химический'" +accusative = "кейс импланта - 'Химический'" +instrumental = "кейсом импланта - 'Химический'" +prepositional = "кейсе импланта - 'Химический'" +gender = "male" + +["implant case - 'Tracking'"] +nominative = "кейс импланта - 'Слежение'" +genitive = "кейса импланта - 'Слежение'" +dative = "кейсу импланта - 'Слежение'" +accusative = "кейс импланта - 'Слежение'" +instrumental = "кейсом импланта - 'Слежение'" +prepositional = "кейсе импланта - 'Слежение'" +gender = "male" + +["implant case - 'Beacon'"] +nominative = "кейс импланта - 'Маячок'" +genitive = "кейса импланта - 'Маячок'" +dative = "кейсу импланта - 'Маячок'" +accusative = "кейс импланта - 'Маячок'" +instrumental = "кейсом импланта - 'Маячок'" +prepositional = "кейсе импланта - 'Маячок'" +gender = "male" + +["implant case - 'Bluespace Grounding'"] +nominative = "кейс импланта - 'Блюспейс заземление'" +genitive = "кейса импланта - 'Блюспейс заземление'" +dative = "кейсу импланта - 'Блюспейс заземление'" +accusative = "кейс импланта - 'Блюспейс заземление'" +instrumental = "кейсом импланта - 'Блюспейс заземление'" +prepositional = "кейсе импланта - 'Блюспейс заземление'" +gender = "male" + +["implant case - 'Exile'"] +nominative = "кейс импланта - 'Изгнание'" +genitive = "кейса импланта - 'Изгнание'" +dative = "кейсу импланта - 'Изгнание'" +accusative = "кейс импланта - 'Изгнание'" +instrumental = "кейсом импланта - 'Изгнание'" +prepositional = "кейсе импланта - 'Изгнание'" +gender = "male" + +["knight armour"] +nominative = "рыцарская броня" +genitive = "рыцарской брони" +dative = "рыцарской броне" +accusative = "рыцарскую броню" +instrumental = "рыцарской бронёй" +prepositional = "рыцарской броне" +gender = "female" + +["knight helmet"] +nominative = "рыцарский шлем" +genitive = "рыцарского шлема" +dative = "рыцарскому шлему" +accusative = "рыцарский шлем" +instrumental = "рыцарским шлемом" +prepositional = "рыцарском шлеме" +gender = "male" + +["N-spect scanner"] +nominative = "сканер N-spect" +genitive = "сканера N-spect" +dative = "сканеру N-spect" +accusative = "сканер N-spect" +instrumental = "сканером N-spect" +prepositional = "сканере N-spect" +gender = "male" + +["security pen"] +nominative = "охранная ручка" +genitive = "охранной ручки" +dative = "охранной ручке" +accusative = "охранную ручку" +instrumental = "охранной ручкой" +prepositional = "охранной ручке" +gender = "female" + +["suppressor"] +nominative = "глушитель" +genitive = "глушителя" +dative = "глушителю" +accusative = "глушитель" +instrumental = "глушителем" +prepositional = "глушителе" +gender = "male" + +["ballistic shield"] +nominative = "баллистический щит" +genitive = "баллистического щита" +dative = "баллистическому щиту" +accusative = "баллистический щит" +instrumental = "баллистическим щитом" +prepositional = "баллистическом щите" +gender = "male" + +["DRAGnet"] +nominative = "ДРАГнет" +genitive = "ДРАГнета" +dative = "ДРАГнету" +accusative = "ДРАГнет" +instrumental = "ДРАГнетом" +prepositional = "ДРАГнете" +gender = "male" + +["DRAGnet beacon"] +nominative = "маячок ДРАГнета" +genitive = "маячка ДРАГнета" +dative = "маячку ДРАГнета" +accusative = "маячок ДРАГнета" +instrumental = "маячком ДРАГнета" +prepositional = "маячке ДРАГнета" +gender = "male" + +# MARK: Warden +["warden's locker"] +nominative = "шкафчик смотрителя" +genitive = "шкафчика смотрителя" +dative = "шкафчику смотрителя" +accusative = "шкафчик смотрителя" +instrumental = "шкафчиком смотрителя" +prepositional = "шкафчике смотрителя" +gender = "male" + +["warden's garment bag"] +nominative = "сумка-чехол смотрителя" +genitive = "сумки-чехла смотрителя" +dative = "сумке-чехлу смотрителя" +accusative = "сумку-чехол смотрителя" +instrumental = "сумкой-чехлом смотрителя" +prepositional = "сумке-чехле смотрителя" +gender = "female" + +["krav maga gloves"] +nominative = "перчатки крав мага" +genitive = "перчаток крав мага" +dative = "перчаткам крав мага" +accusative = "перчатки крав мага" +instrumental = "перчатками крав мага" +prepositional = "перчатках крав мага" +gender = "plural" + +["warden's jacket"] +nominative = "куртка смотрителя" +genitive = "куртки смотрителя" +dative = "куртке смотрителя" +accusative = "куртку смотрителя" +instrumental = "курткой смотрителя" +prepositional = "куртке смотрителя" +gender = "female" + +["warden's police hat"] +nominative = "полицейская шляпа смотрителя" +genitive = "полицейской шляпы смотрителя" +dative = "полицейской шляпе смотрителя" +accusative = "полицейскую шляпу смотрителя" +instrumental = "полицейской шляпой смотрителя" +prepositional = "полицейской шляпе смотрителя" +gender = "female" + +["warden's campaign hat"] +nominative = "форменная полевая шляпа смотрителя" +genitive = "форменной поляовой шляпы смотрителя" +dative = "форменной полевая шляпе смотрителя" +accusative = "форменную полевую шляпу смотрителя" +instrumental = "форменной полевой шляпой смотрителя" +prepositional = "форменной полевой шляпе смотрителя" +gender = "female" + +["warden's beret"] +nominative = "берет смотрителя" +genitive = "берета смотрителя" +dative = "берету смотрителя" +accusative = "берет смотрителя" +instrumental = "беретом смотрителя" +prepositional = "берете смотрителя" +gender = "male" + +["warden's armored jacket"] +nominative = "бронированная куртка смотрителя" +genitive = "бронированной куртки смотрителя" +dative = "бронированной куртке смотрителя" +accusative = "бронированную куртку смотрителя" +instrumental = "бронированной курткой смотрителя" +prepositional = "бронированной куртке смотрителя" +gender = "female" + +["warden's formal uniform"] +nominative = "формальная униформа смотрителя" +genitive = "формальной униформы смотрителя" +dative = "формальной униформе смотрителя" +accusative = "формальную униформу смотрителя" +instrumental = "формальной униформой смотрителя" +prepositional = "формальной униформе смотрителя" +gender = "female" + +["warden's suitskirt"] +nominative = "комбинезон с юбкой смотрителя" +genitive = "комбинезона с юбкой смотрителя" +dative = "комбинезону с юбкой смотрителя" +accusative = "комбинезон с юбкой смотрителя" +instrumental = "комбинезоном с юбкой смотрителя" +prepositional = "комбинезоне с юбкой смотрителя" +gender = "male" + +["security door remote"] +nominative = "пульт управления дверями охраны" +genitive = "пульта управления дверями охраны" +dative = "пульту управления дверями охраны" +accusative = "пульт управления дверями охраны" +instrumental = "пультом управления дверями охраны" +prepositional = "пульте управления дверями охраны" +gender = "male" + +# MARK: HoS +["head of security's locker"] +nominative = "шкафчик главы службы безопасности" +genitive = "шкафчика главы службы безопасности" +dative = "шкафчику главы службы безопасности" +accusative = "шкафчик главы службы безопасности" +instrumental = "шкафчиком главы службы безопасности" +prepositional = "шкафчике главы службы безопасности" +gender = "male" + +["head of security data disk"] +nominative = "диск с данными главы службы безопасности" +genitive = "диска с данными главы службы безопасности" +dative = "диску с данными главы службы безопасности" +accusative = "диск с данными главы службы безопасности" +instrumental = "диском с данными главы службы безопасности" +prepositional = "диске с данными главы службы безопасности" +gender = "male" + +["the head of security's headset"] +nominative = "гарнитура главы службы безопасности" +genitive = "гарнитуры главы службы безопасности" +dative = "гарнитуре главы службы безопасности" +accusative = "гарнитуру главы службы безопасности" +instrumental = "гарнитурой главы службы безопасности" +prepositional = "гарнитуре главы службы безопасности" +gender = "female" + +["the head of security's bowman headset"] +nominative = "гарнитура bowman главы службы безопасности" +genitive = "гарнитуры bowman главы службы безопасности" +dative = "гарнитуре bowman главы службы безопасности" +accusative = "гарнитуру bowman главы службы безопасности" +instrumental = "гарнитурой bowman главы службы безопасности" +prepositional = "гарнитуре bowman главы службы безопасности" +gender = "female" + +["head of security's garment bag"] +nominative = "сумка-чехол главы службы безопасности" +genitive = "сумки-чехла главы службы безопасности" +dative = "сумке-чехлу главы службы безопасности" +accusative = "сумку-чехол главы службы безопасности" +instrumental = "сумкой-чехлом главы службы безопасности" +prepositional = "сумке-чехле главы службы безопасности" +gender = "female" + +["security medal box"] +nominative = "коробка с медалями охраны" +genitive = "коробки с медалями охраны" +dative = "коробке с медалями охраны" +accusative = "коробку с медалями охраны" +instrumental = "коробкой с медалями охраны" +prepositional = "коробке с медалями охраны" +gender = "female" + +["security megaphone"] +nominative = "громкоговоритель охраны" +genitive = "громкоговорителя охраны" +dative = "громкоговорителю охраны" +accusative = "громкоговоритель охраны" +instrumental = "громкоговорителем охраны" +prepositional = "громкоговорителе охраны" +gender = "male" + +["lockbox of mindshield implants"] +nominative = "кейс с имплантами защиты разума" +genitive = "кейса с имплантами защиты разума" +dative = "кейс с имплантами защиты разума" +accusative = "кейс с имплантами защиты разума" +instrumental = "кейсом с имплантами защиты разума" +prepositional = "кейсе с имплантами защиты разума" +gender = "male" + +["photo album (Head of Security)"] +nominative = "фото-альбом (глава службы безопасности)" +genitive = "фото-альбома (глава службы безопасности)" +dative = "фото-альбому (глава службы безопасности)" +accusative = "фото-альбом (глава службы безопасности)" +instrumental = "фото-альбомом (глава службы безопасности)" +prepositional = "фото-альбоме (глава службы безопасности)" +gender = "male" + +["head of security cap"] +nominative = "кепка главы службы безопасности" +genitive = "кепки главы службы безопасности" +dative = "кепке главы службы безопасности" +accusative = "кепку главы службы безопасности" +instrumental = "кепкой главы службы безопасности" +prepositional = "кепке главы службы безопасности" +gender = "female" + +["head of security's cloak"] +nominative = "плащ главы службы безопасности" +genitive = "плаща главы службы безопасности" +dative = "плащу главы службы безопасности" +accusative = "плащ главы службы безопасности" +instrumental = "плащом главы службы безопасности" +prepositional = "плаще главы службы безопасности" +gender = "male" + +["armored greatcoat"] +nominative = "бронированная шанель" +genitive = "бронированной шанели" +dative = "бронированной шанели" +accusative = "бронированную шанель" +instrumental = "бронированной шанелью" +prepositional = "бронированной шанели" +gender = "female" + +["Head of Security's parade jacket"] +nominative = "парадная куртка главы службы безопасности" +genitive = "парадной куртки главы службы безопасности" +dative = "парадной куртке главы службы безопасности" +accusative = "парадную куртку главы службы безопасности" +instrumental = "парадной курткой главы службы безопасности" +prepositional = "парадной куртке главы службы безопасности" +gender = "female" + +["head of security's winter trenchcoat"] +nominative = "зимний тренч главы службы безопасности" +genitive = "зимнего тренча главы службы безопасности" +dative = "зимнему тренчу главы службы безопасности" +accusative = "зимний тренч главы службы безопасности" +instrumental = "зимним тренчем главы службы безопасности" +prepositional = "зимнем тренче главы службы безопасности" +gender = "male" + +["security overcoat"] +nominative = "пальто охраны" +genitive = "пальто охраны" +dative = "пальто охраны" +accusative = "пальто охраны" +instrumental = "пальто охраны" +prepositional = "пальто охраны" +gender = "neuter" + +["eyepatch HUD"] +nominative = "повязка с ИЛС" +genitive = "повязки с ИЛС" +dative = "повязке с ИЛС" +accusative = "повязку с ИЛС" +instrumental = "повязкой с ИЛС" +prepositional = "повязке с ИЛС" +gender = "female" + +["giga HUD gar glasses"] +nominative = "гига-гар ИЛС очки" +genitive = "гига-гар ИЛС очков" +dative = "гига-гар ИЛС очкам" +accusative = "гига-гар ИЛС очки" +instrumental = "гига-гар ИЛС очками" +prepositional = "гига-гар ИЛС очках" +gender = "plural" + +["head of security's beret"] +nominative = "берет главы службы безопасности" +genitive = "берета главы службы безопасности" +dative = "берету главы службы безопасности" +accusative = "берет главы службы безопасности" +instrumental = "беретом главы службы безопасности" +prepositional = "берете главы службы безопасности" +gender = "male" + +["gorilla gloves"] +nominative = "перчатки gorilla" +genitive = "перчаток gorilla" +dative = "перчаткам gorilla" +accusative = "перчатки gorilla" +instrumental = "перчатками gorilla" +prepositional = "перчатках gorilla" +gender = "plural" + +["head of security's parade uniform"] +nominative = "парадная униформа главы службы безопасности" +genitive = "парадной униформы главы службы безопасности" +dative = "парадной униформе главы службы безопасности" +accusative = "парадную униформу главы службы безопасности" +instrumental = "парадной униформой главы службы безопасности" +prepositional = "парадной униформе главы службы безопасности" +gender = "female" + +["head of security's grey jumpsuit"] +nominative = "серый комбинезон главы службы безопасности" +genitive = "серого комбинезона главы службы безопасности" +dative = "серому комбинезону главы службы безопасности" +accusative = "серый комбинезон главы службы безопасности" +instrumental = "серым комбинезоном главы службы безопасности" +prepositional = "сером комбинезоне главы службы безопасности" +gender = "male" + +["head of security's turtleneck skirt"] +nominative = "водолазка с юбкой главы службы безопасности" +genitive = "водолазки с юбкой главы службы безопасности" +dative = "водолазке с юбкой главы службы безопасности" +accusative = "водолазку с юбкой главы службы безопасности" +instrumental = "водолазкой с юбкой главы службы безопасности" +prepositional = "водолазке с юбкой главы службы безопасности" +gender = "female" + +["head of security's turtleneck"] +nominative = "водолазка главы службы безопасности" +genitive = "водолазки главы службы безопасности" +dative = "водолазке главы службы безопасности" +accusative = "водолазку главы службы безопасности" +instrumental = "водолазкой главы службы безопасности" +prepositional = "водолазке главы службы безопасности" +gender = "female" + +["head of security's skirt"] +nominative = "комбинезон с юбкой главы службы безопасности" +genitive = "комбинезона с юбкой главы службы безопасности" +dative = "комбинезону с юбкой главы службы безопасности" +accusative = "комбинезон с юбкой главы службы безопасности" +instrumental = "комбинезоном с юбкой главы службы безопасности" +prepositional = "комбинезоне с юбкой главы службы безопасности" +gender = "male" + +# MARK: Detective +["detective's cabinet"] +nominative = "шкаф детектива" +genitive = "шкафа детектива" +dative = "шкафу детектива" +accusative = "шкаф детектива" +instrumental = "шкафом детектива" +prepositional = "шкафе детектива" +gender = "male" + +["forensic scanner"] +nominative = "криминалистический сканер" +genitive = "криминалистического сканера" +dative = "криминалистическому сканеру" +accusative = "криминалистический сканер" +instrumental = "криминалистическим сканером" +prepositional = "криминалистическом сканере" +gender = "male" + +["detective's flak vest"] +nominative = "бронежилет детектива" +genitive = "бронежилета детектива" +dative = "бронежилету детектива" +accusative = "бронежилет детектива" +instrumental = "бронежилетом детектива" +prepositional = "бронежилете детектива" +gender = "male" + +["binoculars"] +nominative = "бинокль" +genitive = "бинокля" +dative = "биноклю" +accusative = "бинокль" +instrumental = "биноклем" +prepositional = "бинокле" +gender = "male" + +["detective's holster"] +nominative = "кобура детектива" +genitive = "кобуры детектива" +dative = "кобуре детектива" +accusative = "кобуру детектива" +instrumental = "кобурой детектива" +prepositional = "кобуре детектива" +gender = "female" + +["inspector's fedora"] +nominative = "федора инспектора" +genitive = "федоры инспектора" +dative = "федоре инспектора" +accusative = "федору инспектора" +instrumental = "федорой инспектора" +prepositional = "федоре инспектора" +gender = "female" + +["spyglass kit"] +nominative = "шпионский набор" +genitive = "шпионского набора" +dative = "шпионскому набору" +accusative = "шпионский набор" +instrumental = "шпионским набором" +prepositional = "шпионском наборе" +gender = "male" + +["pocket protector"] +nominative = "карманный протектор" +genitive = "карманного протектора" +dative = "карманному протектору" +accusative = "карманный протектор" +instrumental = "карманным протектором" +prepositional = "карманном протекторе" +gender = "male" + +["Espionage For Dummies"] +nominative = "шпионаж для чайников" +genitive = "шпионажа для чайников" +dative = "шпионажу для чайников" +accusative = "шпионаж для чайников" +instrumental = "шпионажем для чайников" +prepositional = "шпионаже для чайников" +gender = "male" + +["detective's suitskirt"] +nominative = "комбинезон с юбкой детектива" +genitive = "комбинезона с юбкой детектива" +dative = "комбинезону с юбкой детектива" +accusative = "комбинезон с юбкой детектива" +instrumental = "комбинезоном с юбкой детектива" +prepositional = "комбинезоне с юбкой детектива" +gender = "male" + +["trenchcoat"] +nominative = "тренч" +genitive = "тренча" +dative = "тренчу" +accusative = "тренч" +instrumental = "тренчом" +prepositional = "тренче" +gender = "male" + +["brown suit jacket"] +nominative = "коричневый пиджак" +genitive = "коричневого пиджака" +dative = "коричневому пиджаку" +accusative = "коричневый пиджак" +instrumental = "коричневым пиджаком" +prepositional = "коричневом пиджаке" +gender = "male" + +["brown shoes"] +nominative = "коричневые ботинки" +genitive = "коричневых ботинок" +dative = "коричневым ботинкам" +accusative = "коричневые ботинки" +instrumental = "коричневыми ботинками" +prepositional = "коричневых ботинках" +gender = "plural" + +["latex gloves"] +nominative = "латексные перчатки" +genitive = "латексных перчаток" +dative = "латексным перчаткам" +accusative = "латексные перчатки" +instrumental = "латексными перчатками" +prepositional = "латексных перчатках" +gender = "plural" + +["waistcoat"] +nominative = "жилет" +genitive = "жилета" +dative = "жилету" +accusative = "жилет" +instrumental = "жилетом" +prepositional = "жилете" +gender = "male" + +["noir suit"] +nominative = "нуарный комбинезон" +genitive = "нуарного комбинезона" +dative = "нуарному комбинезону" +accusative = "нуарный комбинезон" +instrumental = "нуарным комбинезоном" +prepositional = "нуарном комбинезоне" +gender = "male" + +["noir suitskirt"] +nominative = "нуарный комбинезон с юбкой" +genitive = "нуарного комбинезона с юбкой" +dative = "нуарному комбинезону с юбкой" +accusative = "нуарный комбинезон с юбкой" +instrumental = "нуарным комбинезоном с юбкой" +prepositional = "нуарном комбинезоне с юбкой" +gender = "male" + +["laceup shoes"] +nominative = "шнурованные туфли" +genitive = "шнурованных туфель" +dative = "шнурованным туфлям" +accusative = "шнурованные туфли" +instrumental = "шнурованными туфлями" +prepositional = "шнурованных туфлях" +gender = "plural" + +["fedora"] +nominative = "федора" +genitive = "федоры" +dative = "федоре" +accusative = "федору" +instrumental = "федорой" +prepositional = "федоре" +gender = "female" + +["noir trenchcoat"] +nominative = "нуарный тренч" +genitive = "нуарного тренча" +dative = "нуарному тренчу" +accusative = "нуарный тренч" +instrumental = "нуарным тренчом" +prepositional = "нуарном тренче" +gender = "male" + +["noir suit coat"] +nominative = "нуарный пиджак" +genitive = "нуарного пиджака" +dative = "нуарному пиджаку" +accusative = "нуарный пиджак" +instrumental = "нуарным пиджаком" +prepositional = "нуарном пиджаке" +gender = "male" + +["horrific necktie"] +nominative = "кошмарный галстук" +genitive = "кошмарного галстука" +dative = "кошмарному галстуку" +accusative = "кошмарный галстук" +instrumental = "кошмарным галстуком" +prepositional = "кошмарном галстуке" +gender = "male" + +["superstar cop uniform"] +nominative = "униформа копа-суперзвезды" +genitive = "униформы копа-суперзвезды" +dative = "униформе копа-суперзвезды" +accusative = "униформу копа-суперзвезды" +instrumental = "униформой копа-суперзвезды" +prepositional = "униформе копа-суперзвезды" +gender = "female" + +["disco ass blazer"] +nominative = "стильный диско-блейзер" +genitive = "стильного диско-блейзера" +dative = "стильному диско-блейзеру" +accusative = "стильный диско-блейзер" +instrumental = "стильным диско-блейзером" +prepositional = "стильном диско-блейзере" +gender = "male" + +["green lizardskin shoes"] +nominative = "туфли из зелёной чешуйчатой кожи" +genitive = "туфель из зелёной чешуйчатой кожи" +dative = "туфлям из зелёной чешуйчатой кожи" +accusative = "туфли из зелёной чешуйчатой кожи" +instrumental = "туфлями из зелёной чешуйчатой кожи" +prepositional = "туфлях из зелёной чешуйчатой кожи" +gender = "plural" + +["binoclard lenses"] +nominative = "линзы очкарика" +genitive = "линз очкарика" +dative = "линзам очкарика" +accusative = "линзы очкарика" +instrumental = "линзами очкарика" +prepositional = "линзах очкарика" +gender = "plural" + +["aerostatic suit"] +nominative = "аэростатический комбинезон" +genitive = "аэростатического комбинезона" +dative = "аэростатическому комбинезону" +accusative = "аэростатический комбинезон" +instrumental = "аэростатическим комбинезоном" +prepositional = "аэростатическом комбинезоне" +gender = "male" + +["aerostatic bomber jacket"] +nominative = "аэростатическая куртка-бомбер" +genitive = "аэростатической куртки-бомбера" +dative = "аэростатической куртке-бомберу" +accusative = "аэростатическую куртку-бомбер" +instrumental = "аэростатической курткой-бомбером" +prepositional = "аэростатической куртке-бомбер" +gender = "female" + +["aerostatic gloves"] +nominative = "аэростатические перчатки" +genitive = "аэростатических перчаток" +dative = "аэростатическим перчаткам" +accusative = "аэростатические перчатки" +instrumental = "аэростатическими перчатками" +prepositional = "аэростатических перчатках" +gender = "plural" + +["aerostatic boots"] +nominative = "аэростатические ботинки" +genitive = "аэростатических ботинок" +dative = "аэростатическим ботинкам" +accusative = "аэростатические ботинки" +instrumental = "аэростатическими ботинками" +prepositional = "аэростатических ботинках" +gender = "plural" + +["detective's flask"] +nominative = "фляга детектива" +genitive = "фляги детектива" +dative = "фляге детектива" +accusative = "флягу детектива" +instrumental = "флягой детектива" +prepositional = "фляге детектива" +gender = "female" + +["Space Cigarettes packet"] +nominative = "пачка Космических сигарет" +genitive = "пачки Космических сигарет" +dative = "пачке Космических сигарет" +accusative = "пачку Космических сигарет" +instrumental = "пачкой Космических сигарет" +prepositional = "пачке Космических сигарет" +gender = "female" + +["Timmy's First Candy Smokes packet"] +nominative = "пачка Первых конфетных сигарет Тимми" +genitive = "пачки Первых конфетных сигарет Тимми" +dative = "пачке Первых конфетных сигарет Тимми" +accusative = "пачку Первых конфетных сигарет Тимми" +instrumental = "пачкой Первых конфетных сигарет Тимми" +prepositional = "пачке Первых конфетных сигарет Тимми" +gender = "female" + +["flat cap"] +nominative = "кепка" +genitive = "кепки" +dative = "кепке" +accusative = "кепку" +instrumental = "кепкой" +prepositional = "кепке" +gender = "female" + +["detective's fedora"] +nominative = "федора детектива" +genitive = "федоры детектива" +dative = "федоре детектива" +accusative = "федору детектива" +instrumental = "федорой детектива" +prepositional = "федоре детектива" +gender = "female" + +["hard-worn suit"] +nominative = "поношенный комбинезон" +genitive = "поношенного комбинезона" +dative = "поношенному комбинезону" +accusative = "поношенный комбинезон" +instrumental = "поношенным комбинезоном" +prepositional = "поношенном комбинезоне" +gender = "male" + +["Zippo lighter"] +nominative = "зажигалка зиппо" +genitive = "зажигалки зиппо" +dative = "зажигалке зиппо" +accusative = "зажигалку зиппо" +instrumental = "зажигалкой зиппо" +prepositional = "зажигалке зиппо" +gender = "female" + +["stick of chalk"] +nominative = "кусок мела" +genitive = "куска мела" +dative = "куску мела" +accusative = "кусок мела" +instrumental = "кусочком мела" +prepositional = "кусоке мела" +gender = "male" + +["police baton"] +nominative = "полицейская дубинка" +genitive = "полицейской дубинки" +dative = "полицейской дубинке" +accusative = "полицейскую дубинку" +instrumental = "полицейской дубинкой" +prepositional = "полицейской дубинке" +gender = "female" + +["loose tie"] +nominative = "свободный галстук" +genitive = "свободного галстука" +dative = "свободному галстуку" +accusative = "свободный галстук" +instrumental = "свободным галстуком" +prepositional = "свободном галстуке" +gender = "male" + +["cigarette"] +nominative = "сигарета" +genitive = "сигареты" +dative = "сигарете" +accusative = "сигарету" +instrumental = "сигаретой" +prepositional = "сигарете" +gender = "female" + +# MARK: Weapons +["temperature gun"] +nominative = "температурная винтовка" +genitive = "температурной винтовки" +dative = "температурной винтовке" +accusative = "температурную винтовку" +instrumental = "температурной винтовкой" +prepositional = "температурной винтовке" +gender = "male" + +["temperature gun parts kit (less lethal/very lethal (lizardpeople))"] +nominative = "комплект деталей для температурной винтовки (менее летально/очень летально для ящеров)" +genitive = "комплекта деталей для температурной винтовки (менее летально/очень летально для ящеров)" +dative = "комплекту деталей для температурной винтовки (менее летально/очень летально для ящеров)" +accusative = "комплект деталей для температурной винтовки (менее летально/очень летально для ящеров)" +instrumental = "комплектом деталей для температурной винтовки (менее летально/очень летально для ящеров)" +prepositional = "комплекте деталей для температурной винтовки (менее летально/очень летально для ящеров)" +gender = "male" + +["security temperature gun"] +nominative = "температурная винтовка охраны" +genitive = "температурной винтовки охраны" +dative = "температурной винтовке охраны" +accusative = "температурную винтовку охраны" +instrumental = "температурной винтовкой охраны" +prepositional = "температурной винтовке охраны" +gender = "male" + +["X-01 MultiPhase Energy Gun"] +nominative = "X-01 мультифазовый энергетический пистолет" +genitive = "X-01 мультифазового энергетического пистолета" +dative = "X-01 мультифазовому энергетическому пистолету" +accusative = "X-01 мультифазовый энергетический пистолет" +instrumental = "X-01 мультифазовым энергетическим пистолетом" +prepositional = "X-01 мультифазовом энергетическом пистолете" +gender = "male" + +["ion rifle"] +nominative = "ионная винтовка" +genitive = "ионной винтовки" +dative = "ионной винтовке" +accusative = "ионную винтовку" +instrumental = "ионной винтовкой" +prepositional = "ионной винтовке" +gender = "male" + +["ion carbine"] +nominative = "ионный карабин" +genitive = "ионного карабина" +dative = "ионному карабину" +accusative = "ионный карабин" +instrumental = "ионным карабином" +prepositional = "ионном карабине" +gender = "male" + +["ion carbine parts kit (nonlethal/highly destructive/very lethal (silicons))"] +nominative = "комплект деталей для ионного карабина (нелетально/очень разрушительное/очень летально для силиконов)" +genitive = "комплекта деталей для ионного карабина (нелетально/очень разрушительное/очень летально для силиконов)" +dative = "комплекту деталей для ионного карабина (нелетально/очень разрушительное/очень летально для силиконов)" +accusative = "комплект деталей для ионного карабина (нелетально/очень разрушительное/очень летально для силиконов)" +instrumental = "комплектом деталей для ионного карабина (нелетально/очень разрушительное/очень летально для силиконов)" +prepositional = "комплекте деталей для ионного карабина (нелетально/очень разрушительное/очень летально для силиконов)" +gender = "male" + +["X-ray laser gun"] +nominative = "рентгеновский карабин" +genitive = "рентгеновского карабина" +dative = "рентгеновскому карабину" +accusative = "рентгеновский карабин" +instrumental = "рентгеновским карабином" +prepositional = "рентгеновском карабине" +gender = "male" + +["x-ray laser gun parts kit (lethal)"] +nominative = "комплект деталей для рентгеновского лазера (летальное)" +genitive = "комплекта деталей для рентгеновского лазера (летальное)" +dative = "комплекту деталей для рентгеновского лазера (летальное)" +accusative = "комплект деталей для рентгеновского лазера (летальное)" +instrumental = "комплектом деталей для рентгеновского лазера (летальное)" +prepositional = "комплекте деталей для рентгеновского лазера (летальное)" +gender = "male" + +["advanced energy gun"] +nominative = "продвинутый энергетический карабин" +genitive = "продвинутого энергетического карабина" +dative = "продвинутому энергетическому карабину" +accusative = "продвинутый энергетический карабин" +instrumental = "продвинутым энергетическим карабином" +prepositional = "продвинутом энергетическом карабине" +gender = "male" + +["advanced energy gun parts kit (lethal/nonlethal)"] +nominative = "комплект деталей для продвинутого энергетического карабина (летальное/нелетальное)" +genitive = "комплекта деталей для продвинутого энергетического карабина (летальное/нелетальное)" +dative = "комплекту деталей для продвинутого энергетического карабина (летальное/нелетальное)" +accusative = "комплект деталей для продвинутого энергетического карабина (летальное/нелетальное)" +instrumental = "комплектом деталей для продвинутого энергетического карабина (летальное/нелетальное)" +prepositional = "комплекте деталей для продвинутого энергетического карабина (летальное/нелетальное)" +gender = "male" + +["proto-kinetic accelerator"] +nominative = "протокинетический акселератор" +genitive = "протокинетического акселератора" +dative = "протокинетическому акселератору" +accusative = "протокинетический акселератор" +instrumental = "протокинетическим акселератором" +prepositional = "протокинетическом акселераторе" +gender = "male" + +["disabler"] +nominative = "дизейблер" +genitive = "дизейблера" +dative = "дизейблеру" +accusative = "дизейблер" +instrumental = "дизейблером" +prepositional = "дизейблере" +gender = "male" + +["energy gun"] +nominative = "энергетический карабин" +genitive = "энергетического карабина" +dative = "энергетическому карабину" +accusative = "энергетический карабин" +instrumental = "энергетическим карабином" +prepositional = "энергетическом карабине" +gender = "male" + +["laser gun"] +nominative = "лазерный карабин" +genitive = "лазерного карабина" +dative = "лазерному карабину" +accusative = "лазерный карабин" +instrumental = "лазерным карабином" +prepositional = "лазерном карабине" +gender = "male" + +["practice laser gun"] +nominative = "учебный лазерный карабин" +genitive = "учебного лазерного карабина" +dative = "учебному лазерному карабину" +accusative = "учебный лазерный карабин" +instrumental = "учебным лазерным карабином" +prepositional = "учебном лазерном карабине" +gender = "male" + +["laser carbine"] +nominative = "автоматический лазерный карабин" +genitive = "автоматического лазерного карабина" +dative = "автоматическому лазерному карабину" +accusative = "автоматический лазерный карабин" +instrumental = "автоматическим лазерным карабином" +prepositional = "автоматическом лазерном карабине" +gender = "male" + +["practice laser carbine"] +nominative = "учебный автоматический лазерный карабин" +genitive = "учебного автоматического лазерного карабина" +dative = "учебному автоматическому лазерному карабину" +accusative = "учебный автоматический лазерный карабин" +instrumental = "учебным автоматическим лазерным карабином" +prepositional = "учебном автоматическом лазерном карабине" +gender = "male" + +["miniature energy gun"] +nominative = "миниатюрный энергетический пистолет" +genitive = "миниатюрного энергетического пистолета" +dative = "миниатюрному энергетическому пистолету" +accusative = "миниатюрный энергетический пистолет" +instrumental = "миниатюрным энергетическим пистолетом" +prepositional = "миниатюрном энергетическом пистолете" +gender = "male" + +["antique laser gun"] +nominative = "антикварный лазерный пистолет" +genitive = "антикварного лазерного пистолета" +dative = "антикварному лазерному пистолету" +accusative = "антикварный лазерный пистолет" +instrumental = "антикварным лазерным пистолетом" +prepositional = "антикварном лазерном пистолете" +gender = "male" + +["floral somatoray"] +nominative = "цветочный соматолуч" +genitive = "цветочного соматолуча" +dative = "цветочному соматолучу" +accusative = "цветочный соматолуч" +instrumental = "цветочным соматолучом" +prepositional = "цветочном соматолуче" +gender = "male" + +["bluespace wormhole projector"] +nominative = "блюспейс проектор червоточин" +genitive = "блюспейс проектора червоточи" +dative = "блюспейс проектору червоточин" +accusative = "блюспейс проектор червоточин" +instrumental = "блюспейс проектором червоточин" +prepositional = "блюспейс проекторе червоточин" +gender = "male" + +["energy crossbow"] +nominative = "энергетический арбалет" +genitive = "энергетического арбалета" +dative = "энергетическому арбалету" +accusative = "энергетический арбалет" +instrumental = "энергетическим арбалетом" +prepositional = "энергетическом арбалете" +gender = "male" + +["energy crossbow part kit (less lethal)"] +nominative = "комплект деталей для энергетического арбалета (менее летально)" +genitive = "комплекта деталей для энергетического арбалета (менее летально)" +dative = "комплекту деталей для энергетического арбалета (менее летально)" +accusative = "комплект деталей для энергетического арбалета (менее летально)" +instrumental = "комплектом деталей для энергетического арбалета (менее летально)" +prepositional = "комплекте деталей для энергетического арбалета (менее летально)" +gender = "male" + +["mini energy crossbow"] +nominative = "мини-энергетический арбалет" +genitive = "мини-энергетического арбалета" +dative = "мини-энергетическому арбалету" +accusative = "мини-энергетический арбалет" +instrumental = "мини-энергетическим арбалетом" +prepositional = "мини-энергетическом арбалете" +gender = "male" + +["pulse rifle"] +nominative = "пульсовый карабин" +genitive = "пульсового карабина" +dative = "пульсовому карабину" +accusative = "пульсовый карабин" +instrumental = "пульсовым карабином" +prepositional = "пульсовом карабине" +gender = "male" + +["laser musket"] +nominative = "лазерный мушкет" +genitive = "лазерного мушкета" +dative = "лазерному мушкету" +accusative = "лазерный мушкет" +instrumental = "лазерным мушкетом" +prepositional = "лазерном мушкете" +gender = "male" + +["heroic laser musket"] +nominative = "героический лазерный мушкет" +genitive = "героического лазерного мушкета" +dative = "героическому лазерному мушкету" +accusative = "героический лазерный мушкет" +instrumental = "героическим лазерным мушкетом" +prepositional = "героическом лазерном мушкете" +gender = "male" + +["smoothbore disabler"] +nominative = "гладкоствольный дизейблер" +genitive = "гладкоствольного дизейблера" +dative = "гладкоствольному дизейблеру" +accusative = "гладкоствольного дизейблера" +instrumental = "гладкоствольным дизейблером" +prepositional = "гладкоствольном дизейблере" +gender = "male" + +["elite smoothbore disabler"] +nominative = "элитный гладкоствольный дизейблер" +genitive = "элитного гладкоствольного дизейблера" +dative = "элитному гладкоствольному дизейблеру" +accusative = "элитного гладкоствольного дизейблера" +instrumental = "элитным гладкоствольным дизейблером" +prepositional = "элитном гладкоствольном дизейблере" +gender = "male" + +["alien pistol"] +nominative = "инопланетный пистолет" +genitive = "инопланетного пистолета" +dative = "инопланетному пистолету" +accusative = "инопланетный пистолет" +instrumental = "инопланетным пистолетом" +prepositional = "инопланетном пистолете" +gender = "male" + +["riot shotgun"] +nominative = "служебный дробовик" +genitive = "служебного дробовика" +dative = "служебному дробовику" +accusative = "служебный дробовик" +instrumental = "служебным дробовиком" +prepositional = "служебном дробовике" +gender = "male" + +["combat shotgun"] +nominative = "боевой дробовик" +genitive = "боевого дробовика" +dative = "боевому дробовику" +accusative = "боевой дробовик" +instrumental = "боевым дробовиком" +prepositional = "боевом дробовике" +gender = "male" + +["compact shotgun"] +nominative = "компактный дробовик" +genitive = "компактного дробовика" +dative = "компактному дробовику" +accusative = "компактный дробовик" +instrumental = "компактным дробовиком" +prepositional = "компактном дробовике" +gender = "male" + +["stun baton"] +nominative = "оглушающая дубинка" +genitive = "оглушающей дубинки" +dative = "оглушающей дубинке" +accusative = "оглушающую дубинку" +instrumental = "оглушающей дубинкой" +prepositional = "оглушающей дубинке" +gender = "female" + +["stunprod"] +nominative = "оглушающий прут" +genitive = "оглушающего прута" +dative = "оглушающему пруту" +accusative = "оглушающий прут" +instrumental = "оглушающим прутом" +prepositional = "оглушающем пруте" +gender = "male" + +["advanced baton"] +nominative = "высокотехнологическая дубинка" +genitive = "высокотехнологической дубинки" +dative = "высокотехнологической дубинке" +accusative = "высокотехнологическую дубинку" +instrumental = "высокотехнологической дубинкой" +prepositional = "высокотехнологической дубинке" +gender = "male" + +["plasma cutter"] +nominative = "плазменный резак" +genitive = "плазменного резака" +dative = "плазменному резаку" +accusative = "плазменного резака" +instrumental = "плазменным резаком" +prepositional = "плазменном резаке" +gender = "male" + +["advanced plasma cutter"] +nominative = "продвинутый плазменный резак" +genitive = "продвинутого плазменного резака" +dative = "продвинутому плазменному резаку" +accusative = "продвинутого плазменного резака" +instrumental = "продвинутым плазменным резаком" +prepositional = "продвинутом плазменном резаке" +gender = "male" + +["disabler smg"] +nominative = "дизейблер пистолет-пулемёт" +genitive = "дизейблера пистолет-пулемёт" +dative = "дизейблеру пистолет-пулемёт" +accusative = "дизейблера пистолет-пулемёт" +instrumental = "дизейблером пистолет-пулемёт" +prepositional = "дизейблере пистолет-пулемёт" +gender = "male" + +["kitchen knife"] +nominative = "кухонный нож" +genitive = "кухонного ножа" +dative = "кухонному ножу" +accusative = "кухонный нож" +instrumental = "кухонным ножом" +prepositional = "кухонном ноже" +gender = "male" + +["survival knife"] +nominative = "нож для выживания" +genitive = "ножа для выживания" +dative = "ножу для выживания" +accusative = "нож для выживания" +instrumental = "ножом для выживания" +prepositional = "ноже для выживания" +gender = "male" + +["combat knife"] +nominative = "боевой нож" +genitive = "боевого ножа" +dative = "боевому ножу" +accusative = "боевой нож" +instrumental = "боевым ножом" +prepositional = "боевом ноже" +gender = "male" + +["double-barreled shotgun"] +nominative = "двуствольный дробовик" +genitive = "двуствольного дробовика" +dative = "двуствольному дробовику" +accusative = "двуствольный дробовик" +instrumental = "двуствольным дробовиком" +prepositional = "двуствольном дробовике" +gender = "male" + +["sawn-off"] +nominative = "обрез" +genitive = "обреза" +dative = "обрезу" +accusative = "обрез" +instrumental = "обрезом" +prepositional = "обрезе" +gender = "male" + +["telescopic baton"] +nominative = "телескопическая дубинка" +genitive = "телескопической дубинки" +dative = "телескопической дубинке" +accusative = "телескопическую дубинку" +instrumental = "телескопической дубинкой" +prepositional = "телескопической дубинке" +gender = "female" + +["baseball bat"] +nominative = "бейсбольная бита" +genitive = "бейсбольной биты" +dative = "бейсбольной бите" +accusative = "бейсбольную биту" +instrumental = "бейсбольной битой" +prepositional = "бейсбольной бите" +gender = "female" + +["laser tag gun"] +nominative = "лазертаг" +genitive = "лазертага" +dative = "лазертагу" +accusative = "лазертаг" +instrumental = "лазертагом" +prepositional = "лазертаге" +gender = "male" + +["Flamethrower (Lethal/Highly Destructive)"] # Unique Design Name +nominative = "огнемёт (летальное/очень разрушительное)" + +["flamethrower"] +nominative = "огнемёт" +genitive = "огнемёта" +dative = "огнемёту" +accusative = "огнемёт" +instrumental = "огнемётом" +prepositional = "огнемёте" +gender = "male" + +["tesla cannon"] +nominative = "тесла-пушка" +genitive = "тесла-пушки" +dative = "тесла-пушке" +accusative = "тесла-пушку" +instrumental = "тесла-пушкой" +prepositional = "тесла-пушке" +gender = "female" + +["tesla cannon parts kit (lethal)"] +nominative = "комплект деталей для тесла-пушки (летальное)" +genitive = "комплекта деталей для тесла-пушки (летальное)" +dative = "комплекту деталей для тесла-пушки (летальное)" +accusative = "комплект деталей для тесла-пушки (летальное)" +instrumental = "комплектом деталей для тесла-пушки (летальное)" +prepositional = "комплекте деталей для тесла-пушки (летальное)" +gender = "male" + +["compact rapid syringe gun"] +nominative = "компактный самозарядный шприцемёт" +genitive = "компактного самозарядного шприцемёта" +dative = "компактному самозарядному шприцемёту" +accusative = "компактный самозарядный шприцемёт" +instrumental = "компактным самозарядным шприцемётом" +prepositional = "компактном самозарядном шприцемёте" +gender = "male" + +["large grenade"] +nominative = "большая граната" +genitive = "большой гранаты" +dative = "большой гранате" +accusative = "большую гранату" +instrumental = "большой гранатой" +prepositional = "большой гранате" +gender = "female" + +["pyro grenade"] +nominative = "пирограната" +genitive = "пирогранаты" +dative = "пирогранате" +accusative = "пирогранату" +instrumental = "пирогранатой" +prepositional = "пирогранате" +gender = "female" + +["cryo grenade"] +nominative = "криограната" +genitive = "криогранаты" +dative = "криогранате" +accusative = "криогранату" +instrumental = "криогранатой" +prepositional = "криогранате" +gender = "female" + +["advanced release grenade"] +nominative = "граната с продвинутым выпуском" +genitive = "гранаты с продвинутым выпуском" +dative = "гранате с продвинутым выпуском" +accusative = "гранату с продвинутым выпуском" +instrumental = "гранатой с продвинутым выпуском" +prepositional = "гранате с продвинутым выпуском" +gender = "female" + +["Event Horizon anti-existential beam rifle"] +nominative = "антиэкзистенциальная лучевая винтовка \"Горизонт событий\"" +genitive = "антиэкзистенциальной лучевой винтовки \"Горизонт событий\"" +dative = "антиэкзистенциальной лучевой винтовке \"Горизонт событий\"" +accusative = "антиэкзистенциальную лучевую винтовку \"Горизонт событий\"" +instrumental = "антиэкзистенциальной лучевой винтовкой \"Горизонт событий\"" +prepositional = "антиэкзистенциальной лучевой винтовке \"Горизонт событий\"" +gender = "female" + +["Event Horizon anti-existential beam rifle part kit (DOOMSDAY DEVICE, DO NOT CONSTRUCT)"] +nominative = "комплект деталей для антиэкзистенциальной лучевой винтовки \"Горизонт событий\" (УСТРОЙСТВО СУДНОГО ДНЯ, НЕ СТРОИТЬ)" +genitive = "комплекта деталей для антиэкзистенциальной лучевой винтовки \"Горизонт событий\" (УСТРОЙСТВО СУДНОГО ДНЯ, НЕ СТРОИТЬ)" +dative = "комплекту деталей для антиэкзистенциальной лучевой винтовки \"Горизонт событий\" (УСТРОЙСТВО СУДНОГО ДНЯ, НЕ СТРОИТЬ)" +accusative = "комплект деталей для антиэкзистенциальной лучевой винтовки \"Горизонт событий\" (УСТРОЙСТВО СУДНОГО ДНЯ, НЕ СТРОИТЬ)" +instrumental = "комплектом деталей для антиэкзистенциальной лучевой винтовки \"Горизонт событий\" (УСТРОЙСТВО СУДНОГО ДНЯ, НЕ СТРОИТЬ)" +prepositional = "комплекте деталей для антиэкзистенциальной лучевой винтовки \"Горизонт событий\" (УСТРОЙСТВО СУДНОГО ДНЯ, НЕ СТРОИТЬ)" +gender = "male" + +["OZtek Boomerang"] +nominative = "бумеранг ОЗтек" +genitive = "бумеранга ОЗтек" +dative = "бумерангу ОЗтек" +accusative = "бумеранг ОЗтек" +instrumental = "бумерангом ОЗтек" +prepositional = "бумеранге ОЗтек" +gender = "male" + +["photon cannon"] +nominative = "фотонная пушка" +genitive = "фотонной пушки" +dative = "фотонной пушке" +accusative = "фотонную пушку" +instrumental = "фотонной пушкой" +prepositional = "фотонной пушке" +gender = "female" + +["photon cannon parts kit (nonlethal)"] +nominative = "комплект деталей для фотонной пушки (нелетальное)" +genitive = "комплекта деталей для фотонной пушки (нелетальное)" +dative = "комплекту деталей для фотонной пушки (нелетальное)" +accusative = "комплект деталей для фотонной пушки (нелетальное)" +instrumental = "комплектом деталей для фотонной пушки (нелетальное)" +prepositional = "комплекте деталей для фотонной пушки (нелетальное)" +gender = "male" + +["cleric mace"] +nominative = "булава жреца" +genitive = "булавы жреца" +dative = "булаве жреца" +accusative = "булaву жреца" +instrumental = "булавой жреца" +prepositional = "булаве жреца" +gender = "female" + +["butcher's cleaver"] +nominative = "мясницкий тесак" +genitive = "мясницкого тесака" +dative = "мясницкому тесаку" +accusative = "мясницкий тесак" +instrumental = "мясницким тесаком" +prepositional = "мясницком тесаке" +gender = "male" + +# MARK: Projectiles +["kiss"] +nominative = "поцелуй" +genitive = "поцелуя" +dative = "поцелую" +accusative = "поцелуй" +instrumental = "поцелуем" +prepositional = "поцелуе" +gender = "male" + +["kiss of death"] +nominative = "поцелуй смерти" +genitive = "поцелуя смерти" +dative = "поцелую смерти" +accusative = "поцелуй смерти" +instrumental = "поцелуем смерти" +prepositional = "поцелуе смерти" +gender = "male" + +["syndie kiss"] +nominative = "поцелуй синди" +genitive = "поцелуя синди" +dative = "поцелую синди" +accusative = "поцелуй синди" +instrumental = "поцелуем синди" +prepositional = "поцелуе синди" +gender = "male" + +["french kiss (is that a hint of garlic?)"] +nominative = "французский поцелуй (с привкусом чеснока?)" +genitive = "французского поцелуя (с привкусом чеснока?)" +dative = "французскому поцелую (с привкусом чеснока?)" +accusative = "французский поцелуй (с привкусом чеснока?)" +instrumental = "французским поцелуем (с привкусом чеснока?)" +prepositional = "французском поцелуе (с привкусом чеснока?)" +gender = "male" + +["chef's kiss"] +nominative = "поцелуй повара" +genitive = "поцелуя повара" +dative = "поцелую повара" +accusative = "поцелуй повара" +instrumental = "поцелуем повара" +prepositional = "поцелуе повара" +gender = "male" + +["Ammo Box (10mm) (Lethal)"] # Unique Design Name +nominative = "коробка патронов (10мм) (Летальное)" + +["ammo box (10mm)"] +nominative = "коробка патронов (10мм)" +genitive = "коробки патронов (10мм)" +dative = "коробке патронов (10мм)" +accusative = "коробку патронов (10мм)" +instrumental = "коробкой патронов (10мм)" +prepositional = "коробке патронов (10мм)" +gender = "female" + +["Ammo Box (.45) (Lethal)"] # Unique Design Name +nominative = "коробка патронов (.45) (Летальное)" + +["ammo box (.45)"] +nominative = "коробка патронов (.45)" +genitive = "коробки патронов (.45)" +dative = "коробке патронов (.45)" +accusative = "коробку патронов (.45)" +instrumental = "коробкой патронов (.45)" +prepositional = "коробке патронов (.45)" +gender = "female" + +["Ammo Box (9mm) (Lethal)"] # Unique Design Name +nominative = "коробка патронов (9мм) (Летальное)" + +["ammo box (9mm)"] +nominative = "коробка патронов (9мм)" +genitive = "коробки патронов (9мм)" +dative = "коробке патронов (9мм)" +accusative = "коробку патронов (9мм)" +instrumental = "коробкой патронов (9мм)" +prepositional = "коробке патронов (9мм)" +gender = "female" + +["Speed Loader (.38) (Lethal)"] # Unique Design Name +nominative = "сменный барабан (.38) (летальное)" + +["speed loader (.38)"] +nominative = "сменный барабан (.38)" +genitive = "сменного барабана (.38)" +dative = "сменному барабану (.38)" +accusative = "сменный барабан (.38)" +instrumental = "сменным барабаном (.38)" +prepositional = "сменном барабане (.38)" +gender = "male" + +["Speed Loader (.38 TRAC) (Less Lethal)"] # Unique Design Name +nominative = "сменный барабан (.38 ТРЭК) (менее летально)" + +["speed loader (.38 TRAC)"] +nominative = "сменный барабан (.38 ТРЭК)" +genitive = "сменного барабана (.38 ТРЭК)" +dative = "сменному барабану (.38 ТРЭК)" +accusative = "сменный барабан (.38 ТРЭК)" +instrumental = "сменным барабаном (.38 ТРЭК)" +prepositional = "сменном барабане (.38 ТРЭК)" +gender = "male" + +["Speed Loader (.38 Hot Shot) (Very Lethal)"] # Unique Design Name +nominative = "сменный барабан (.38 зажигательный) (очень летальное)" + +["speed loader (.38 Hot Shot)"] +nominative = "сменный барабан (.38 зажигательный)" +genitive = "сменного барабана (.38 зажигательный)" +dative = "сменному барабану (.38 зажигательный)" +accusative = "сменный барабан (.38 зажигательный)" +instrumental = "сменным барабаном (.38 зажигательный)" +prepositional = "сменном барабане (.38 зажигательный)" +gender = "male" + +["Speed Loader (.38 Iceblox) (Lethal/Very Lethal (Lizardpeople))"] # Unique Design Name +nominative = "сменный барабан (.38 замораживающий) (летальное/очень летальное для ящеров)" + +["speed loader (.38 Iceblox)"] +nominative = "сменный барабан (.38 замораживающий)" +genitive = "сменного барабана (.38 замораживающий)" +dative = "сменному барабану (.38 замораживающий)" +accusative = "сменный барабан (.38 замораживающий)" +instrumental = "сменным барабаном (.38 замораживающий)" +prepositional = "сменном барабане (.38 замораживающий)" +gender = "male" + +["Speed Loader (.38 Rubber) (Less Lethal)"] # Unique Design Name +nominative = "сменный барабан (.38 резина) (менее летально)" + +["speed loader (.38 Rubber)"] +nominative = "сменный барабан (.38 резина)" +genitive = "сменного барабана (.38 резина)" +dative = "сменному барабану (.38 резина)" +accusative = "сменный барабан (.38 резина)" +instrumental = "сменным барабаном (.38 резина)" +prepositional = "сменном барабане (.38 резина)" +gender = "male" + +["Rubber Shot (Less Lethal)"] # Unique Design Name +nominative = "резиновый патрон (менее летально)" + +["rubber shot"] +nominative = "резиновый патрон" +genitive = "резинового патрона" +dative = "резиновому патрону" +accusative = "резиновый патрон" +instrumental = "резиновым патроном" +prepositional = "резиновом патроне" +gender = "male" + +["Beanbag Slug (Less Lethal)"] # Unique Design Name +nominative = "патрон \"Погремушка\" (менее летально)" + +["beanbag slug"] +nominative = "патрон \"Погремушка\"" +genitive = "патрона \"Погремушка\"" +dative = "патрону \"Погремушка\"" +accusative = "патрон \"Погремушка\"" +instrumental = "патроном \"Погремушка\"" +prepositional = "патроне \"Погремушка\"" +gender = "male" + +["Shotgun Dart (Lethal)"] # Unique Design Name +nominative = "патрон-дротик (летальное)" + +["shotgun dart"] +nominative = "патрон-дротик" +genitive = "патрона-дротика" +dative = "патрону-дротику" +accusative = "патрон-дротик" +instrumental = "патроном-дротиком" +prepositional = "патроне-дротике" +gender = "male" + +["Incendiary Slug (Lethal)"] # Unique Design Name +nominative = "зажигательный патрон (летальное)" + +["incendiary slug"] +nominative = "зажигательный патрон" +genitive = "зажигательного патрона" +dative = "зажигательному патрону" +accusative = "зажигательный патрон" +instrumental = "зажигательным патроном" +prepositional = "зажигательном патроне" +gender = "male" + +["WT-550 Autorifle Magazine (4.6x30mm) (Lethal)"] # Unique Design Name +nominative = "магазин ВТ-550 (4.6x30мм) (летальное)" + +["wt550 magazine (4.6x30mm)"] +nominative = "магазин ВТ-550 (4.6x30мм)" +genitive = "магазина ВТ-550 (4.6x30мм)" +dative = "магазину ВТ-550 (4.6x30мм)" +accusative = "магазин ВТ-550 (4.6x30мм)" +instrumental = "магазином ВТ-550 (4.6x30мм)" +prepositional = "магазине ВТ-550 (4.6x30мм)" +gender = "male" + +["WT-550 Autorifle Armour Piercing Magazine (4.6x30mm AP) (Lethal)"] # Unique Design Name +nominative = "магазин ВТ-550 (бронебойные 4.6x30мм) (летальное)" + +["wt550 magazine (Armour Piercing 4.6x30mm)"] +nominative = "магазин ВТ-550 (бронебойные 4.6x30мм)" +genitive = "магазина ВТ-550 (бронебойных 4.6x30мм)" +dative = "магазину ВТ-550 (бронебойным 4.6x30мм)" +accusative = "магазин ВТ-550 (бронебойные 4.6x30мм)" +instrumental = "магазином ВТ-550 (бронебойными 4.6x30мм)" +prepositional = "магазине ВТ-550 (бронебойных 4.6x30мм)" +gender = "male" + +["WT-550 Autorifle Incendiary Magazine (4.6x30mm IC) (Lethal/Highly Destructive)"] # Unique Design Name +nominative = "магазин ВТ-550 (зажигательные 4.6x30мм) (летальное/очень разрушительное)" + +["wt550 magazine (Incendiary 4.6x30mm)"] +nominative = "магазин ВТ-550 (зажигательные 4.6x30мм)" +genitive = "магазина ВТ-550 (зажигательных 4.6x30мм)" +dative = "магазину ВТ-550 (зажигательным 4.6x30мм)" +accusative = "магазин ВТ-550 (зажигательные 4.6x30мм)" +instrumental = "магазином ВТ-550 (зажигательными 4.6x30мм)" +prepositional = "магазине ВТ-550 (зажигательных 4.6x30мм)" +gender = "male" + +["taser slug"] +nominative = "патрон-электрод" +genitive = "патрона-электрода" +dative = "патрону-электроду" +accusative = "патрон-электрод" +instrumental = "патроном-электродом" +prepositional = "патроне-электроде" +gender = "male" + +["Scatter Laser Shotgun Shell (Lethal)"] # Unique Design Name +nominative = "рассеивающий лазерный патрон (летальное)" + +["scatter laser shell"] +nominative = "рассеивающий лазерный патрон" +genitive = "рассеивающего лазерного патрона" +dative = "рассеивающему лазерному патрону" +accusative = "рассеивающий лазерный патрон" +instrumental = "рассеивающим лазерным патроном" +prepositional = "рассеивающем лазерном патроне" +gender = "male" + +["unloaded technological shell"] +nominative = "незаряженный технологический патрон" +genitive = "незаряженного технологического патрона" +dative = "незаряженному технологическому патрону" +accusative = "незаряженный технологический патрон" +instrumental = "незаряженным технологическим патроном" +prepositional = "незаряженном технологическом патроне" +gender = "male" + +["Foam Riot Dart (Nonlethal)"] # Unique Design Name +nominative = "усиленный пенный дротик (нелетальное)" + +["riot foam dart"] +nominative = "усиленный пенный дротик" +genitive = "усиленного пенного дротика" +dative = "усиленному пенному дротику" +accusative = "усиленный пенный дротик" +instrumental = "усиленным пенным дротиком" +prepositional = "усиленном пенном дротике" +gender = "male" + +["Foam Riot Dart Box (Nonlethal)"] # Unique Design Name +nominative = "коробка с усиленными пенными дротиками (нелетальное)" + +[".357 Casing (VERY Lethal)"] # Unique Design Name +nominative = "патрон .357 (ОЧЕНЬ летальное)" + +[".357 bullet casing"] +nominative = "патрон .357" +genitive = "патрона .357" +dative = "патрону .357" +accusative = "патрон .357" +instrumental = "патроном .357" +prepositional = "патроне .357" +gender = "male" + +[".310 Surplus Bullet Casing (VERY Lethal)"] # Unique Design Name +nominative = "избыточный патрон .310 Стрилка (ОЧЕНЬ летальное)" + +[".310 Strilka surplus bullet casing"] +nominative = "избыточный патрон .310 Стрилка" +genitive = "избыточного патрона .310 Стрилка" +dative = "избыточному патрону .310 Стрилка" +accusative = "избыточный патрон .310 Стрилка" +instrumental = "избыточным патроном .310 Стрилка" +prepositional = "избыточном патроне .310 Стрилка" +gender = "male" + +["Box of Foam Darts (Harmless)"] # Unique Design Name +nominative = "коробка с пенными дротиками (безвредное)" + +["ammo box (Foam Darts)"] +nominative = "коробка с пенными дротиками" +genitive = "коробки с пенными дротиками" +dative = "коробке с пенными дротиками" +accusative = "коробку с пенными дротиками" +instrumental = "коробкой с пенными дротиками" +prepositional = "коробке с пенными дротиками" +gender = "female" + +# MARK: ....Service.... +["fish-porter 3000"] +nominative = "рыбопортал 3000" +genitive = "рыбопортала 3000" +dative = "рыбопорталу 3000" +accusative = "рыбопортал 3000" +instrumental = "рыбопорталом 3000" +prepositional = "рыбопортале 3000" +gender = "male" + +["Skillsoft station"] +nominative = "станция Скиллсофт" +genitive = "станции Скиллсофт" +dative = "станции Скиллсофт" +accusative = "станцию Скиллсофт" +instrumental = "станцией Скиллсофт" +prepositional = "станции Скиллсофт" +gender = "female" + +["smoke machine"] +nominative = "дымогенератор" +genitive = "дымогенератора" +dative = "дымогенератору" +accusative = "дымогенератор" +instrumental = "дымогенератором" +prepositional = "дымогенераторе" +gender = "male" + +["Custom Vendor"] +nominative = "настраиваемый торговый автомат" +genitive = "настраиваемого торгового автомата" +dative = "настраиваемому торговому автомату" +accusative = "настраиваемый торговый автомат" +instrumental = "настраиваемым торговым автоматом" +prepositional = "настраиваемом торговом автомате" +gender = "male" + +["Donksoft Toy Vendor"] +nominative = "торговый автомат игрушек Donksoft" +genitive = "торгового автомата игрушек Donksoft" +dative = "торговому автомату игрушек Donksoft" +accusative = "торговый автомат игрушек Donksoft" +instrumental = "торговым автоматом игрушек Donksoft" +prepositional = "торговом автомате игрушек Donksoft" +gender = "male" + +["Donksoft Toy Vendor Refill"] # Unique Design Name +nominative = "пополнитель торгового автомата игрушек Donksoft" + +["pet carrier"] +nominative = "переноска для животных" +genitive = "переноски для животных" +dative = "переноске для животных" +accusative = "переноску для животных" +instrumental = "переноской для животных" +prepositional = "переноске для животных" +gender = "female" + +["cap gun"] +nominative = "игрушечный пистолет" +genitive = "игрушечного пистолета" +dative = "игрушечному пистолету" +accusative = "игрушечный пистолет" +instrumental = "игрушечным пистолетом" +prepositional = "игрушечном пистолете" +gender = "male" + +["capgun ammo"] +nominative = "патроны для игрушечного пистолета" +genitive = "патронов для игрушечного пистолета" +dative = "патронам для игрушечного пистолета" +accusative = "патроны для игрушечного пистолета" +instrumental = "патронами для игрушечного пистолета" +prepositional = "патронах для игрушечного пистолета" +gender = "plural" + +["radio headset"] +nominative = "гарнитура" +genitive = "гарнитуры" +dative = "гарнитуре" +accusative = "гарнитуру" +instrumental = "гарнитурой" +prepositional = "гарнитуре" +gender = "female" + +["station bounced radio"] +nominative = "рация" +genitive = "рации" +dative = "рации" +accusative = "рацию" +instrumental = "рацией" +prepositional = "рации" +gender = "female" + +["hand labeler"] +nominative = "наклейщик этикеток" +genitive = "наклейщика этикеток" +dative = "наклейщику этикеток" +accusative = "наклейщик этикеток" +instrumental = "наклейщиком этикеток" +prepositional = "наклейщике этикеток" +gender = "male" + +["hand labeler paper roll"] +nominative = "рулон бумаги для наклейщика этикеток" +genitive = "рулона бумаги для наклейщика этикеток" +dative = "рулону бумаги для наклейщика этикеток" +accusative = "рулон бумаги для наклейщика этикеток" +instrumental = "рулоном бумаги для наклейщика этикеток" +prepositional = "рулоне бумаги для наклейщика этикеток" +gender = "male" + +["shovel"] +nominative = "лопата" +genitive = "лопаты" +dative = "лопате" +accusative = "лопату" +instrumental = "лопатой" +prepositional = "лопате" +gender = "female" + +["Plastic Balloon"] # Unique Design Name +nominative = "пластиковый шарик" + +["balloon"] +nominative = "шарик" +genitive = "шарика" +dative = "шарику" +accusative = "шарик" +instrumental = "шариком" +prepositional = "шарике" +gender = "male" + +["plastic bead necklace"] +nominative = "ожерелье из пластиковых бусин" +genitive = "ожерелья из пластиковых бусин" +dative = "ожерелью из пластиковых бусин" +accusative = "ожерелье из пластиковых бусин" +instrumental = "ожерельем из пластиковых бусин" +prepositional = "ожерелье из пластиковых бусин" +gender = "neuter" + +["plastic box"] +nominative = "пластиковая коробка" +genitive = "пластиковой коробки" +dative = "пластиковой коробке" +accusative = "пластиковую коробку" +instrumental = "пластиковой коробкой" +prepositional = "пластиковой коробке" +gender = "female" + +["bucket"] +nominative = "ведро" +genitive = "ведра" +dative = "ведру" +accusative = "ведро" +instrumental = "ведром" +prepositional = "ведре" +gender = "neuter" + +["tongs"] +nominative = "щипцы" +genitive = "щипцов" +dative = "щипцам" +accusative = "щипцы" +instrumental = "щипцами" +prepositional = "щипцах" +gender = "plural" + +["chisel"] +nominative = "долото" +genitive = "долота" +dative = "долоту" +accusative = "долото" +instrumental = "долотом" +prepositional = "долоте" +gender = "neuter" + +["can ring"] +nominative = "кольца для банок" +genitive = "колец для банок" +dative = "кольцам для банок" +accusative = "кольца для банок" +instrumental = "кольцами для банок" +prepositional = "кольцах для банок" +gender = "plural" + +["foam armblade"] +nominative = "поролоновый меч-клинок" +genitive = "поролонового меча-клинка" +dative = "поролоновому мечу-клинку" +accusative = "поролоновый меч-клинок" +instrumental = "поролоновым мечом-клинком" +prepositional = "поролоновом мече-клинке" +gender = "male" + +["entertainment radio"] +nominative = "рация канала развлечения" +genitive = "рации канала развлечения" +dative = "рации канала развлечения" +accusative = "рацию канала развлечения" +instrumental = "рацией канала развлечения" +prepositional = "рации канала развлечения" +gender = "female" + +["rolling paper"] +nominative = "бумага для самокруток" +genitive = "бумаги для самокруток" +dative = "бумаге для самокруток" +accusative = "бумагу для самокруток" +instrumental = "бумагой для самокруток" +prepositional = "бумаге для самокруток" +gender = "female" + +# MARK: Janitor +["galoshes"] +nominative = "галоши" +genitive = "галош" +dative = "галошам" +accusative = "галоши" +instrumental = "галошами" +prepositional = "галошах" +gender = "plural" + +["cleaner grenade"] +nominative = "чистящая граната" +genitive = "чистящей гранаты" +dative = "чистящей гранате" +accusative = "чистящую гранату" +instrumental = "чистящей гранатой" +prepositional = "чистящей гранате" +gender = "female" + +["push broom"] +nominative = "швабра-толкалка" +genitive = "швабры-толкалки" +dative = "швабре-толкалке" +accusative = "швабру-толкалку" +instrumental = "шваброй-толкалкой" +prepositional = "швабре-толкалке" +gender = "female" + +["light tube"] +nominative = "световая трубка" +genitive = "световой трубки" +dative = "световой трубке" +accusative = "световую трубку" +instrumental = "световой трубкой" +prepositional = "световой трубке" +gender = "female" + +["light bulb"] +nominative = "лампочка" +genitive = "лампочки" +dative = "лампочке" +accusative = "лампочку" +instrumental = "лампочкой" +prepositional = "лампочке" +gender = "female" + +["advanced mop"] +nominative = "продвинутая швабра" +genitive = "продвинутой швабры" +dative = "продвинутой швабре" +accusative = "продвинутую швабру" +instrumental = "продвинутой шваброй" +prepositional = "продвинутой швабре" +gender = "female" + +["trash bag"] +nominative = "мусорный мешок" +genitive = "мусорного мешка" +dative = "мусорному мешку" +accusative = "мусорный мешок" +instrumental = "мусорным мешком" +prepositional = "мусорном мешке" +gender = "male" + +["trash bag of holding"] +nominative = "мусорный мешок хранения" +genitive = "мусорного мешка хранения" +dative = "мусорному мешку хранения" +accusative = "мусорный мешок хранения" +instrumental = "мусорным мешком хранения" +prepositional = "мусорном мешке хранения" +gender = "male" + +["light replacer"] +nominative = "лампозаменитель" +genitive = "лампозаменителя" +dative = "лампозаменителю" +accusative = "лампозаменитель" +instrumental = "лампозаменителем" +prepositional = "лампозаменителе" +gender = "male" + +["bluespace light replacer"] +nominative = "блюспейс лампозаменитель" +genitive = "блюспейс лампозаменителя" +dative = "блюспейс лампозаменителю" +accusative = "блюспейс лампозаменитель" +instrumental = "блюспейс лампозаменителем" +prepositional = "блюспейс лампозаменителе" +gender = "male" + +["floor buffer upgrade"] +nominative = "поломойка для тележки уборщика" +genitive = "поломойки для тележки уборщика" +dative = "поломойке для тележки уборщика" +accusative = "поломойку для тележки уборщика" +instrumental = "поломойкой для тележки уборщика" +prepositional = "поломойке для тележки уборщика" +gender = "female" + +["vacuum upgrade"] +nominative = "пылесос для тележки уборщика" +genitive = "пылесоса для тележки уборщика" +dative = "пылесосу для тележки уборщика" +accusative = "пылесос для тележки уборщика" +instrumental = "пылесосом для тележки уборщика" +prepositional = "пылесосе для тележки уборщика" +gender = "male" + +["paint remover"] +nominative = "очиститель краски" +genitive = "очистителя краски" +dative = "очистителю краски" +accusative = "очиститель краски" +instrumental = "очистителем краски" +prepositional = "очистителе краски" +gender = "male" + +["spray bottle"] +nominative = "спрей" +genitive = "спрея" +dative = "спрею" +accusative = "спрей" +instrumental = "спреем" +prepositional = "спрее" +gender = "male" + +["bear trap"] +nominative = "капкан" +genitive = "капкана" +dative = "капкану" +accusative = "капкан" +instrumental = "капканом" +prepositional = "капкане" +gender = "male" + +# MARK: Bar +["soda dispenser"] +nominative = "раздатчик соды" +genitive = "раздатчика соды" +dative = "раздатчику соды" +accusative = "раздатчик соды" +instrumental = "раздатчиком соды" +prepositional = "раздатчике соды" +gender = "male" + +["booze dispenser"] +nominative = "раздатчик алкоголя" +genitive = "раздатчика алкоголя" +dative = "раздатчику алкоголя" +accusative = "раздатчик алкоголя" +instrumental = "раздатчиком алкоголя" +prepositional = "раздатчике алкоголя" +gender = "male" + +["dish drive"] +nominative = "дисковод для блюд" +genitive = "дисковода для блюд" +dative = "дисководу для блюд" +accusative = "дисковод для блюд" +instrumental = "дисководом для блюд" +prepositional = "дисководе для блюд" +gender = "male" + +["restaurant portal"] +nominative = "портал ресторана" +genitive = "портала ресторана" +dative = "порталу ресторана" +accusative = "портал ресторана" +instrumental = "порталом ресторана" +prepositional = "портале ресторана" +gender = "male" + +["vend-a-tray"] +nominative = "поднос-автомат" +genitive = "подноса-автомата" +dative = "подносу-автомату" +accusative = "поднос-автомат" +instrumental = "подносом-автоматом" +prepositional = "подносе-автомате" +gender = "male" + +["slot machine"] +nominative = "слот-машина" +genitive = "слот-машины" +dative = "слот-машине" +accusative = "слот-машину" +instrumental = "слот-машиной" +prepositional = "слот-машине" +gender = "female" + +["stool"] +nominative = "табурет" +genitive = "табурета" +dative = "табурету" +accusative = "табурет" +instrumental = "табуретом" +prepositional = "табурете" +gender = "male" + +["battle arcade"] +nominative = "игровой автомат \"Battle Arcade\"" +genitive = "игрового автомата \"Battle Arcade\"" +dative = "игровому автомату \"Battle Arcade\"" +accusative = "игровой автомат \"Battle Arcade\"" +instrumental = "игровым автоматом \"Battle Arcade\"" +prepositional = "игровом автомате \"Battle Arcade\"" +gender = "male" + +["The Orion Trail"] +nominative = "игровой автомат \"The Orion Trail\"" +genitive = "игрового автомата \"The Orion Trail\"" +dative = "игровому автомату \"The Orion Trail\"" +accusative = "игровой автомат \"The Orion Trail\"" +instrumental = "игровым автоматом \"The Orion Trail\"" +prepositional = "игровом автомате \"The Orion Trail\"" +gender = "male" + +["drinking glass"] +nominative = "стакан" +genitive = "стакана" +dative = "стакану" +accusative = "стакан" +instrumental = "стаканом" +prepositional = "стакане" +gender = "male" + +["shot glass"] +nominative = "рюмка" +genitive = "рюмки" +dative = "рюмке" +accusative = "рюмку" +instrumental = "рюмкой" +prepositional = "рюмке" +gender = "female" + +["shaker"] +nominative = "шейкер" +genitive = "шейкера" +dative = "шейкеру" +accusative = "шейкер" +instrumental = "шейкером" +prepositional = "шейкере" +gender = "male" + +# MARK: Kitchen +["pepper mill"] +nominative = "перцемолка" +genitive = "перцемолки" +dative = "перцемолке" +accusative = "перцемолку" +instrumental = "перцемолкой" +prepositional = "перцемолке" +gender = "female" + +["monkey recycler"] +nominative = "переработчик обезьян" +genitive = "переработчика обезьян" +dative = "переработчику обезьян" +accusative = "переработчик обезьян" +instrumental = "переработчиком обезьян" +prepositional = "переработчике обезьян" +gender = "male" + +["Barbeque grill"] +nominative = "грилль для барбекю" +genitive = "грилля для барбекю" +dative = "гриллю для барбекю" +accusative = "грилль для барбекю" +instrumental = "гриллем для барбекю" +prepositional = "грилле для барбекю" +gender = "male" + +["beer keg"] +nominative = "кега пива" +genitive = "кеги пива" +dative = "кеге пива" +accusative = "кегу пива" +instrumental = "кегой пива" +prepositional = "кеге пива" +gender = "female" + +["blank coffee cartridge"] +nominative = "пустой кофе-картридж" +genitive = "пустого кофе-картриджа" +dative = "пустому кофе-картриджу" +accusative = "пустой кофе-картридж" +instrumental = "пустым кофе-картриджем" +prepositional = "пустом кофе-картридже" +gender = "male" + +[coffeemaker] +nominative = "кофемашина" +genitive = "кофемашины" +dative = "кофемашине" +accusative = "кофемашину" +instrumental = "кофемашиной" +prepositional = "кофемашине" +gender = "female" + +["coffeemaker cartridge - Botany Blend"] +nominative = "картридж кофеварки - Botany Blend" +genitive = "картриджа кофеварки - Botany Blend" +dative = "картриджу кофеварки - Botany Blend" +accusative = "картридж кофеварки - Botany Blend" +instrumental = "картриджем кофеварки - Botany Blend" +prepositional = "картридже кофеварки - Botany Blend" +gender = "male" + +["coffeemaker cartridge - Caffè Decaffeinato"] +nominative = "картридж кофеварки - Caffè Decaffeinato" +genitive = "картриджа кофеварки - Caffè Decaffeinato" +dative = "картриджу кофеварки - Caffè Decaffeinato" +accusative = "картридж кофеварки - Caffè Decaffeinato" +instrumental = "картриджем кофеварки - Caffè Decaffeinato" +prepositional = "картридже кофеварки - Caffè Decaffeinato" +gender = "male" + +["coffeemaker cartridge - Caffè Fantasioso"] +nominative = "картридж кофеварки - Caffè Fantasioso" +genitive = "картриджа кофеварки - Caffè Fantasioso" +dative = "картриджу кофеварки - Caffè Fantasioso" +accusative = "картридж кофеварки - Caffè Fantasioso" +instrumental = "картриджем кофеварки - Caffè Fantasioso" +prepositional = "картридже кофеварки - Caffè Fantasioso" +gender = "male" + +["coffeemaker cartridge- Caffè Generico"] +nominative = "картридж кофеварки - Caffè Generico" +genitive = "картриджа кофеварки - Caffè Generico" +dative = "картриджу кофеварки - Caffè Generico" +accusative = "картридж кофеварки - Caffè Generico" +instrumental = "картриджем кофеварки - Caffè Generico" +prepositional = "картридже кофеварки - Caffè Generico" +gender = "male" + +["deep fryer"] +nominative = "фритюрница" +genitive = "фритюрницы" +dative = "фритюрнице" +accusative = "фритюрницу" +instrumental = "фритюрницей" +prepositional = "фритюрнице" +gender = "female" + +[dehydrator] +nominative = "иссушатель" +genitive = "иссушателя" +dative = "иссушателю" +accusative = "иссушатель" +instrumental = "иссушателем" +prepositional = "иссушателе" +gender = "male" + +["drying rack"] +nominative = "сушилка" +genitive = "сушилки" +dative = "сушилке" +accusative = "сушилку" +instrumental = "сушилкой" +prepositional = "сушилке" +gender = "female" + +["food cart"] +nominative = "тележка с едой" +genitive = "тележки с едой" +dative = "тележке с едой" +accusative = "тележку с едой" +instrumental = "тележкой с едой" +prepositional = "тележке с едой" +gender = "female" + +["food cart tent"] +nominative = "палатка для тележки с едой" +genitive = "палатки для тележки с едой" +dative = "палатке для тележки с едой" +accusative = "палатку для тележки с едой" +instrumental = "палаткой для тележки с едой" +prepositional = "палатке для тележки с едой" +gender = "female" + +["food processor"] +nominative = "пищевой комбайн" +genitive = "пищевого комбайна" +dative = "пищевому комбайну" +accusative = "пищевой комбайн" +instrumental = "пищевым комбайном" +prepositional = "пищевом комбайне" +gender = "male" + +[gibber] +nominative = "мясорубка" +genitive = "мясорубки" +dative = "мясорубке" +accusative = "мясорубку" +instrumental = "мясорубкой" +prepositional = "мясорубке" +gender = "female" + +[griddle] +nominative = "гридль" +genitive = "гридля" +dative = "гридлю" +accusative = "гридль" +instrumental = "гридлем" +prepositional = "гридле" +gender = "male" + +["griddle stand"] +nominative = "столик гридля" +genitive = "столика гридля" +dative = "столику гридля" +accusative = "столик гридля" +instrumental = "столиком гридля" +prepositional = "столике гридля" +gender = "male" + +["ice cream vat"] +nominative = "машина для мороженного" +genitive = "машины для мороженного" +dative = "машине для мороженного" +accusative = "машину для мороженного" +instrumental = "машиной для мороженного" +prepositional = "машине для мороженного" +gender = "female" + +["impressa coffeemaker"] +nominative = "кофемашина Impressa" +genitive = "кофемашины Impressa" +dative = "кофемашине Impressa" +accusative = "кофемашину Impressa" +instrumental = "кофемашиной Impressa" +prepositional = "кофемашине Impressa" +gender = "female" + +["microwave oven"] +nominative = "микроволновка" +genitive = "микроволновки" +dative = "микроволновке" +accusative = "микроволновку" +instrumental = "микроволновкой" +prepositional = "микроволновке" +gender = "female" + +[oven] +nominative = "духовка" +genitive = "духовки" +dative = "духовке" +accusative = "духовку" +instrumental = "духовкой" +prepositional = "духовке" +gender = "female" + +["oven tray"] +nominative = "протевень" +genitive = "протевеня" +dative = "протевеню" +accusative = "протевень" +instrumental = "протевенем" +prepositional = "протевене" +gender = "male" + +[range] +nominative = "духовка" +genitive = "духовки" +dative = "духовке" +accusative = "духовку" +instrumental = "духовкой" +prepositional = "духовке" +gender = "female" + +[sink] +nominative = "раковина" +genitive = "раковины" +dative = "раковине" +accusative = "раковину" +instrumental = "раковиной" +prepositional = "раковине" +gender = "female" + +["sink frame"] +nominative = "каркас раковины" +genitive = "каркаса раковины" +dative = "каркасу раковины" +accusative = "каркас раковины" +instrumental = "каркасом раковины" +prepositional = "каркасе раковины" +gender = "male" + +["slime processor"] +nominative = "переработчик слаймов" +genitive = "переработчика слаймов" +dative = "переработчику слаймов" +accusative = "переработчик слаймов" +instrumental = "переработчиком слаймов" +prepositional = "переработчике слаймов" +gender = "male" + +["smart chemical storage"] +nominative = "умное хранилище химикатов" +genitive = "умного хранилища химикатов" +dative = "умному хранилищу химикатов" +accusative = "умное хранилище химикатов" +instrumental = "умным хранилищем химикатов" +prepositional = "умном хранилище химикатов" +gender = "neuter" + +["smart organ storage"] +nominative = "умное хранилище органов" +genitive = "умного хранилища органов" +dative = "умному хранилищу органов" +accusative = "умное хранилище органов" +instrumental = "умным хранилищем органов" +prepositional = "умном хранилище органов" +gender = "neuter" + +["smart petri dish storage"] +nominative = "умное хранилище чашек Петри" +genitive = "умного хранилища чашек Петри" +dative = "умному хранилищу чашек Петри" +accusative = "умное хранилище чашек Петри" +instrumental = "умным хранилищем чашек Петри" +prepositional = "умном хранилище чашек Петри" +gender = "neuter" + +["smart slime extract storage"] +nominative = "умное хранилище экстрактов слаймов" +genitive = "умного хранилища экстрактов слаймов" +dative = "умному хранилищу экстрактов слаймов" +accusative = "умное хранилище экстрактов слаймов" +instrumental = "умным хранилищем экстрактов слаймов" +prepositional = "умном хранилище экстрактов слаймов" +gender = "neuter" + +["smart virus storage"] +nominative = "умное хранилище вирусов" +genitive = "умного хранилища вирусов" +dative = "умному хранилищу вирусов" +accusative = "умное хранилище вирусов" +instrumental = "умным хранилищем вирусов" +prepositional = "умном хранилище вирусов" +gender = "neuter" + +[smartfridge] +nominative = "умный холодильник" +genitive = "умного холодильника" +dative = "умному холодильнику" +accusative = "умный холодильник" +instrumental = "умным холодильником" +prepositional = "умном холодильнике" +gender = "male" + +["soup pot"] +nominative = "кастрюля" +genitive = "кастрюли" +dative = "кастрюле" +accusative = "кастрюлю" +instrumental = "кастрюлей" +prepositional = "кастрюле" +gender = "female" + +[stove] +nominative = "плита" +genitive = "плиты" +dative = "плите" +accusative = "плиту" +instrumental = "плитой" +prepositional = "плите" +gender = "female" + +["wireless microwave oven"] +nominative = "беспроводная микроволновка" +genitive = "беспроводной микроволновки" +dative = "беспроводной микроволновке" +accusative = "беспроводную микроволновку" +instrumental = "беспроводной микроволновкой" +prepositional = "беспроводной микроволновке" +gender = "female" + +["kitchen sink"] +nominative = "кухонная раковина" +genitive = "кухонной раковины" +dative = "кухонной раковине" +accusative = "кухонную раковину" +instrumental = "кухонной раковиной" +prepositional = "кухонной раковине" +gender = "female" + +["serving tray"] +nominative = "поднос" +genitive = "подноса" +dative = "подносу" +accusative = "поднос" +instrumental = "подносом" +prepositional = "подносе" +gender = "male" + +["plate"] +nominative = "тарелка" +genitive = "тарелки" +dative = "тарелке" +accusative = "тарелку" +instrumental = "тарелкой" +prepositional = "тарелке" +gender = "female" + +["cafeteria tray"] +nominative = "столовый поднос" +genitive = "столового подноса" +dative = "столовому подносу" +accusative = "столовый поднос" +instrumental = "столовым подносом" +prepositional = "столовом подносе" +gender = "male" + +["bowl"] +nominative = "миска" +genitive = "миски" +dative = "миске" +accusative = "миску" +instrumental = "миской" +prepositional = "миске" +gender = "female" + +["plastic knife"] +nominative = "пластиковый нож" +genitive = "пластикового ножа" +dative = "пластиковому ножу" +accusative = "пластиковый нож" +instrumental = "пластиковым ножом" +prepositional = "пластиковом ноже" +gender = "male" + +["fork"] +nominative = "вилка" +genitive = "вилки" +dative = "вилке" +accusative = "вилку" +instrumental = "вилкой" +prepositional = "вилке" +gender = "female" + +["plastic fork"] +nominative = "пластиковая вилка" +genitive = "пластиковой вилки" +dative = "пластиковой вилке" +accusative = "пластиковую вилку" +instrumental = "пластиковой вилкой" +prepositional = "пластиковой вилке" +gender = "female" + +["spoon"] +nominative = "ложка" +genitive = "ложки" +dative = "ложке" +accusative = "ложку" +instrumental = "ложкой" +prepositional = "ложке" +gender = "female" + +["plastic spoon"] +nominative = "пластиковая ложка" +genitive = "пластиковой ложки" +dative = "пластиковой ложке" +accusative = "пластиковую ложку" +instrumental = "пластиковой ложкой" +prepositional = "пластиковой ложке" +gender = "female" + +["coffeepot"] +nominative = "кофейник" +genitive = "кофейника" +dative = "кофейнику" +accusative = "кофейник" +instrumental = "кофейником" +prepositional = "кофейнике" +gender = "male" + +["bluespace coffeepot"] +nominative = "блюспейс кофейник" +genitive = "блюспейс кофейника" +dative = "блюспейс кофейнику" +accusative = "блюспейс кофейник" +instrumental = "блюспейс кофейником" +prepositional = "блюспейс кофейнике" +gender = "male" + +["syrup bottle"] +nominative = "бутылка сиропа" +genitive = "бутылки сиропа" +dative = "бутылке сиропа" +accusative = "бутылку сиропа" +instrumental = "бутылкой сиропа" +prepositional = "бутылке сиропа" +gender = "female" + +["mauna mug"] +nominative = "кружка-мауна" +genitive = "кружки-мауны" +dative = "кружке-мауне" +accusative = "кружку-мауну" +instrumental = "кружкой-мауной" +prepositional = "кружке-мауне" +gender = "female" + +["advanced roasting stick"] +nominative = "продвинутая палочка для жарки" +genitive = "продвинутой палочки для жарки" +dative = "продвинутой палочке для жарки" +accusative = "продвинутую палочку для жарки" +instrumental = "продвинутой палочкой для жарки" +prepositional = "продвинутой палочке для жарки" +gender = "female" + +# MARK: Food + +["double rat-kebab"] +nominative = "двойной крышлык" +genitive = "двойного крышлыка" +dative = "двойному крышлыку" +accusative = "двойной крышлык" +instrumental = "двойным крышлыком" +prepositional = "двойном крышлыке" +gender = "male" + +["slice of"] +nominative = "кусочек" +genitive = "кусочка" +dative = "кусочку" +accusative = "кусочек" +instrumental = "кусочком" +prepositional = "кусочке" +gender = "male" + +["monkey cube"] +nominative = "куб обезьяны" +genitive = "куба обезьяны" +dative = "кубу обезьяны" +accusative = "куб обезьяны" +instrumental = "кубом обезьяны" +prepositional = "кубе обезьяны" +gender = "male" + + +# MARK: Botany + +["watering can"] +nominative = "лейка" +genitive = "лейки" +dative = "лейке" +accusative = "лейку" +instrumental = "лейкой" +prepositional = "лейке" +gender = "female" + +["cultivator"] +nominative = "рыхлитель" +genitive = "рыхлителя" +dative = "рыхлителю" +accusative = "рыхлитель" +instrumental = "рыхлителем" +prepositional = "рыхлителе" +gender = "male" + +["spade"] +nominative = "лопатка" +genitive = "лопатки" +dative = "лопатке" +accusative = "лопатку" +instrumental = "лопаткой" +prepositional = "лопатке" +gender = "female" + +["hatchet"] +nominative = "топорик" +genitive = "топорика" +dative = "топорику" +accusative = "топорик" +instrumental = "топориком" +prepositional = "топорике" +gender = "male" + +["plant bag"] +nominative = "сумка для растений" +genitive = "сумки для растений" +dative = "сумке для растений" +accusative = "сумку для растений" +instrumental = "сумкой для растений" +prepositional = "сумке для растений" +gender = "female" + +["secateurs"] +nominative = "секатор" +genitive = "секатора" +dative = "секатору" +accusative = "секатор" +instrumental = "секатором" +prepositional = "секаторе" +gender = "male" + +["hydroponics tray"] +nominative = "ботанический лоток" +genitive = "ботанического лотка" +dative = "ботаническому лотку" +accusative = "ботанический лоток" +instrumental = "ботаническим лотком" +prepositional = "ботаническом лотке" +gender = "male" + +["seed extractor"] +nominative = "экстрактор семян" +genitive = "экстрактора семян" +dative = "экстрактору семян" +accusative = "экстрактор семян" +instrumental = "экстрактором семян" +prepositional = "экстракторе семян" +gender = "male" + +["biogenerator"] +nominative = "биогенератор" +genitive = "биогенератора" +dative = "биогенератору" +accusative = "биогенератор" +instrumental = "биогенератором" +prepositional = "биогенераторе" +gender = "male" + +["plant analyzer"] +accusative = "анализатор растений" +dative = "анализатору растений" +genitive = "анализатора растений" +instrumental = "анализатором растений" +nominative = "анализатор растений" +prepositional = "анализаторе растений" +gender = "male" + +["advanced watering can"] +nominative = "продвинутая лейка" +genitive = "продвинутой лейки" +dative = "продвинутой лейке" +accusative = "продвинутую лейку" +instrumental = "продвинутой лейкой" +prepositional = "продвинутой лейке" +gender = "female" + +["aquarium bioelectricity kit"] +nominative = "набор для биоэлектрического аквариума" +genitive = "набора для биоэлектрического аквариума" +dative = "набору для биоэлектрического аквариума" +accusative = "набор для биоэлектрического аквариума" +instrumental = "набором для биоэлектрического аквариума" +prepositional = "наборе для биоэлектрического аквариума" +gender = "male" + +["botanogenetic plant shears"] +nominative = "ботаногенетические ножницы для растений" +genitive = "ботаногенетических ножниц для растений" +dative = "ботаногенетическим ножницам для растений" +accusative = "ботаногенетические ножницы для растений" +instrumental = "ботаногенетическими ножницами для растений" +prepositional = "ботаногенетических ножницах для растений" +gender = "plural" + +["service plumbing constructor"] +nominative = "конструктор водопровода обслуживания" +genitive = "конструктора водопровода обслуживания" +dative = "конструктору водопровода обслуживания" +accusative = "конструктор водопровода обслуживания" +instrumental = "конструктором водопровода обслуживания" +prepositional = "конструкторе водопровода обслуживания" +gender = "male" + +["portable seed extractor"] +nominative = "ручной экстрактор семян" +genitive = "ручного экстрактора семян" +dative = "ручному экстрактору семян" +accusative = "ручной экстрактор семян" +instrumental = "ручным экстрактором семян" +prepositional = "ручном экстракторе семян" +gender = "male" + +# MARK: Plants +["banana"] +nominative = "банан" +genitive = "банана" +dative = "банану" +accusative = "банан" +instrumental = "бананом" +prepositional = "банане" +gender = "male" + +# MARK: .............Cargo +["crate"] +nominative = "ящик" +genitive = "ящика" +dative = "ящику" +accusative = "ящик" +instrumental = "ящиком" +prepositional = "ящике" +gender = "male" + +["ore redemption machine"] +nominative = "плавильная печь" +genitive = "плавильной печи" +dative = "плавильной печи" +accusative = "плавильную печь" +instrumental = "плавильной печью" +prepositional = "плавильной печи" +gender = "female" + +["mining equipment order console"] +nominative = "консоль заказов шахтёрского оборудования" +genitive = "консоли заказов шахтёрского оборудования" +dative = "консоли заказов шахтёрского оборудования" +accusative = "консоль заказов шахтёрского оборудования" +instrumental = "консолью заказов шахтёрского оборудования" +prepositional = "консоли заказов шахтёрского оборудования" +gender = "female" + +["recycler"] +nominative = "переработчик" +genitive = "переработчика" +dative = "переработчику" +accusative = "переработчик" +instrumental = "переработчиком" +prepositional = "переработчике" +gender = "male" + +["ore silo"] +nominative = "силос для руды" +genitive = "силоса для руды" +dative = "силосу для руды" +accusative = "силос для руды" +instrumental = "силосом для руды" +prepositional = "силосе для руды" +gender = "male" + +["civilian bounty pad"] +nominative = "платформа гражданских заказов" +genitive = "платформы гражданских заказов" +dative = "платформе гражданских заказов" +accusative = "платформу гражданских заказов" +instrumental = "платформой гражданских заказов" +prepositional = "платформе гражданских заказов" +gender = "female" + +["boulder retrieval matrix"] +nominative = "матрица извлечения валунов" +genitive = "матрицы извлечения валунов" +dative = "матрице извлечения валунов" +accusative = "матрицу извлечения валунов" +instrumental = "матрицей извлечения валунов" +prepositional = "матрице извлечения валунов" +gender = "female" + +["flatpacker"] +nominative = "плоскоупаковщик" +genitive = "плоскоупаковщика" +dative = "плоскоупаковщику" +accusative = "плоскоупаковщик" +instrumental = "плоскоупаковщиком" +prepositional = "плоскоупаковщике" +gender = "male" + +["boulder smelter"] +nominative = "плавильная печь для валунов" +genitive = "плавильной печи для валунов" +dative = "плавильной печи для валунов" +accusative = "плавильную печь для валунов" +instrumental = "плавильной печью для валунов" +prepositional = "плавильной печи для валунов" +gender = "female" + +["boulder refinery"] +nominative = "переработка валунов" +genitive = "переработки валунов" +dative = "переработке валунов" +accusative = "переработку валунов" +instrumental = "переработкой валунов" +prepositional = "переработке валунов" +gender = "female" + +["netpod"] +nominative = "нетпод" +genitive = "нетпода" +dative = "нетпод" +accusative = "нетподу" +instrumental = "нетподом" +prepositional = "нетподе" +gender = "male" + +["outpost camera console"] +nominative = "консоль камер на аванпосте" +genitive = "консоли камер на аванпосте" +dative = "консоли камер на аванпосте" +accusative = "консоль камер на аванпосте" +instrumental = "консолью камер на аванпосте" +prepositional = "консоли камер на аванпосте" +gender = "female" + +["byteforge"] +nominative = "байтфордж" +genitive = "байтфорджа" +dative = "байтфорджу" +accusative = "байтфордж" +instrumental = "байтфорджем" +prepositional = "байтфордже" +gender = "male" + +["Scanner array"] +nominative = "массив сканеров" +genitive = "массива сканеров" +dative = "массиву сканеров" +accusative = "массив сканеров" +instrumental = "массивом сканеров" +prepositional = "массиве сканеров" +gender = "male" + +["scanner array control console"] +nominative = "консоль управления массивом сканеров" +genitive = "консоли управления массивом сканеров" +dative = "консоли управления массивом сканеров" +accusative = "консоль управления массивом сканеров" +instrumental = "консолью управления массивом сканеров" +prepositional = "консоли управления массивом сканеров" +gender = "female" + +["civilian bounty control terminal"] +nominative = "терминал управления платформой гражданских заказов" +genitive = "терминала управления платформой гражданских заказов" +dative = "терминалу управления платформой гражданских заказов" +accusative = "терминал управления платформой гражданских заказов" +instrumental = "терминалом управления платформой гражданских заказов" +prepositional = "терминале управления платформой гражданских заказов" +gender = "male" + +["exploration drone control console"] +nominative = "консоль управления дроном-разведчиком" +genitive = "консоли управления дроном-разведчиком" +dative = "консоли управления дроном-разведчиком" +accusative = "консоль управления дроном-разведчиком" +instrumental = "консолью управления дроном-разведчиком" +prepositional = "консоли управления дроном-разведчиком" +gender = "female" + +["exploration drone launcher"] +nominative = "пусковая установка дронов-разведчиков" +genitive = "пусковой установки дронов-разведчиков" +dative = "пусковой установке дронов-разведчиков" +accusative = "пусковую установку дронов-разведчиков" +instrumental = "пусковой установкой дронов-разведчиков" +prepositional = "пусковой установке дронов-разведчиков" +gender = "female" + +["Bot pad"] +nominative = "платформа запуска ботов" +genitive = "платформы запуска ботов" +dative = "платформе запуска ботов" +accusative = "платформу запуска ботов" +instrumental = "платформой запуска ботов" +prepositional = "платформе запуска ботов" +gender = "female" + +["stacking machine console"] +nominative = "консоль укладочной машины" +genitive = "консоли укладочной машины" +dative = "консоли укладочной машины" +accusative = "консоль укладочной машины" +instrumental = "консолью укладочной машины" +prepositional = "консоли укладочной машины" +gender = "female" + +["stacking machine"] +nominative = "укладочная машина" +genitive = "укладочной машины" +dative = "укладочной машине" +accusative = "укладочную машину" +instrumental = "укладочной машиной" +prepositional = "укладочной машине" +gender = "female" + +["supply console"] +nominative = "консоль снабжения" +genitive = "консоли снабжения" +dative = "консоли снабжения" +accusative = "консоль снабжения" +instrumental = "консолью снабжения" +prepositional = "консоли снабжения" +gender = "female" + +["supply request console"] +nominative = "консоль снабжения для запросов" +genitive = "консоли снабжения для запросов" +dative = "консоли снабжения для запросов" +accusative = "консоль снабжения для запросов" +instrumental = "консолью снабжения для запросов" +prepositional = "консоли снабжения для запросов" +gender = "female" + +["package wrapper"] +nominative = "обёртка для упаковки" +genitive = "обёртки для упаковки" +dative = "обёртке для упаковки" +accusative = "обёртку для упаковки" +instrumental = "обёрткой для упаковки" +prepositional = "обёртке для упаковки" +gender = "female" + +["holorecord disk"] +nominative = "диск голозаписи" +genitive = "диска голозаписи" +dative = "диску голозаписи" +accusative = "диск голозаписи" +instrumental = "диском голозаписи" +prepositional = "диске голозаписи" +gender = "male" + +["Conveyor Belt"] # Unique Design Name +nominative = "конвейерная лента" + +["conveyor belt assembly"] +nominative = "сборка конвейерной ленты" +genitive = "сборки конвейерной ленты" +dative = "сборке конвейерной ленты" +accusative = "сборку конвейерной ленты" +instrumental = "сборкой конвейерной ленты" +prepositional = "сборке конвейерной ленты" +gender = "female" + +["Conveyor Belt Switch"] # Unique Design Name +nominative = "переключатель конвейерной ленты" + +["conveyor switch assembly"] +nominative = "сборка переключателя конвейерной ленты" +genitive = "сборки переключателя конвейерной ленты" +dative = "сборке переключателя конвейерной ленты" +accusative = "сборку переключателя конвейерной ленты" +instrumental = "сборкой переключателя конвейерной ленты" +prepositional = "сборке переключателя конвейерной ленты" +gender = "female" + +["universal scanner"] +nominative = "универсальный сканер" +genitive = "универсального сканера" +dative = "универсальному сканеру" +accusative = "универсальный сканер" +instrumental = "универсальным сканером" +prepositional = "универсальном сканере" +gender = "male" + +["destination tagger"] +nominative = "маркировщик назначения" +genitive = "маркировщика назначения" +dative = "маркировщику назначения" +accusative = "маркировщик назначения" +instrumental = "маркировщиком назначения" +prepositional = "маркировщике назначения" +gender = "male" + +["Bluespace Drop Pod Upgrade"] +nominative = "улучшение блюспейс дроппода" +genitive = "улучшения блюспейс дроппода" +dative = "улучшению блюспейс дроппода" +accusative = "улучшение блюспейс дроппода" +instrumental = "улучшением блюспейс дроппода" +prepositional = "улучшении блюспейс дроппода" +gender = "neuter" + +["Bot pad controller"] +nominative = "контроллер платформы запуска ботов" +genitive = "контроллера платформы запуска ботов" +dative = "контроллеру платформы запуска ботов" +accusative = "контроллер платформы запуска ботов" +instrumental = "контроллером платформы запуска ботов" +prepositional = "контроллере платформы запуска ботов" +gender = "male" + +["bluespace locator"] +nominative = "блюспейс локатор" +genitive = "блюспейс локатора" +dative = "блюспейс локатору" +accusative = "блюспейс локатор" +instrumental = "блюспейс локатором" +prepositional = "блюспейс локаторе" +gender = "male" + +["express supply console"] +nominative = "экспресс консоль снабжения" +genitive = "экспресс консоли снабжения" +dative = "экспресс консоли снабжения" +accusative = "экспресс консоль снабжения" +instrumental = "экспресс консолью снабжения" +prepositional = "экспресс консоли снабжения" +gender = "female" + +# MARK: Mining + +["global positioning system"] +nominative = "устройство GPS" +genitive = "устройства GPS" +dative = "устройству GPS" +accusative = "устройство GPS" +instrumental = "устройством GPS" +prepositional = "устройстве GPS" +gender = "neuter" + +["tracking beacon"] +nominative = "маячок отслеживания" +genitive = "маячка отслеживания" +dative = "маячку отслеживания" +accusative = "маячок отслеживания" +instrumental = "маячком отслеживания" +prepositional = "маячке отслеживания" +gender = "male" + +["mining satchel of holding"] +nominative = "шахтёрский ранец хранения" +genitive = "шахтёрского ранца хранения" +dative = "шахтёрскому ранцу хранения" +accusative = "шахтёрский ранец хранения" +instrumental = "шахтёрским ранцем хранения" +prepositional = "шахтёрском ранце хранения" +gender = "male" + +["rapid repeater"] +nominative = "быстрый повторитель" +genitive = "быстрого повторителя" +dative = "быстрому повторителю" +accusative = "быстрый повторитель" +instrumental = "быстрым повторителем" +prepositional = "быстром повторителе" +gender = "male" + +["death syphon"] +nominative = "сифон смерти" +genitive = "сифона смерти" +dative = "сифону смерти" +accusative = "сифон смерти" +instrumental = "сифоном смерти" +prepositional = "сифоне смерти" +gender = "male" + +["resonator blast"] +nominative = "резонирующий взрыв" +genitive = "резонирующего взрыва" +dative = "резонирующему взрыву" +accusative = "резонирующий взрыв" +instrumental = "резонирующим взрывом" +prepositional = "резонирующем взрыве" +gender = "male" + +["offensive mining explosion"] +nominative = "взрыв для агрессивной добычи" +genitive = "взрыва для агрессивной добычи" +dative = "взрыву для агрессивной добычи" +accusative = "взрыв для агрессивной добычи" +instrumental = "взрывом для агрессивной добычи" +prepositional = "взрыве для агрессивной добычи" +gender = "male" + +["Exploreverse Mk.I"] +nominative = "Экплореверс Mk.I" +genitive = "Экплореверса Mk.I" +dative = "Экплореверсу Mk.I" +accusative = "Экплореверс Mk.I" +instrumental = "Экплореверсом Mk.I" +prepositional = "Экплореверсе Mk.I" +gender = "male" + +["Exploreverse Mk.II"] +nominative = "Экплореверс Mk.II" +genitive = "Экплореверса Mk.II" +dative = "Экплореверсу Mk.II" +accusative = "Экплореверс Mk.II" +instrumental = "Экплореверсом Mk.II" +prepositional = "Экплореверсе Mk.II" +gender = "male" + +["Express Supply Drop Pod Upgrade Disk"] +nominative = "диск улучшения экспресс доставки снабжения" +genitive = "диска улучшения экспресс доставки снабжения" +dative = "диску улучшения экспресс доставки снабжения" +accusative = "диск улучшения экспресс доставки снабжения" +instrumental = "диском улучшения экспресс доставки снабжения" +prepositional = "диске улучшения экспресс доставки снабжения" +gender = "male" + +["pickaxe"] +nominative = "кирка" +genitive = "кирки" +dative = "кирке" +accusative = "кирку" +instrumental = "киркой" +prepositional = "кирке" +gender = "female" + +["mining drill"] +nominative = "шахтёрский бур" +genitive = "шахтёрского бура" +dative = "шахтёрскому буру" +accusative = "шахтёрский бур" +instrumental = "шахтёрским буром" +prepositional = "шахтёрском буре" +gender = "male" + +["diamond-tipped mining drill"] +nominative = "алмазный шахтёрский бур" +genitive = "алмазного шахтёрского бура" +dative = "алмазному шахтёрскому буру" +accusative = "алмазный шахтёрский бур" +instrumental = "алмазным шахтёрским буром" +prepositional = "алмазном шахтёрском буре" +gender = "male" + +["sonic jackhammer"] +nominative = "звуковой отбойный молот" +genitive = "звукового отбойного молота" +dative = "звуковому отбойному молоту" +accusative = "звуковой отбойный молот" +instrumental = "звуковым отбойным молотом" +prepositional = "звуковом отбойном молоте" +gender = "male" + +["upgraded resonator"] +nominative = "улучшенный резонатор" +genitive = "улучшенного резонатора" +dative = "улучшенному резонатору" +accusative = "улучшенный резонатор" +instrumental = "улучшенным резонатором" +prepositional = "улучшенном резонаторе" +gender = "male" + +["modified trigger guard"] +nominative = "мод спусковой скобы для КА" +genitive = "мода спусковой скобы для КА" +dative = "моду спусковой скобы для КА" +accusative = "мод спусковой скобы для КА" +instrumental = "модом спусковой скобы для КА" +prepositional = "моде спусковой скобы для КА" +gender = "male" + +["damage increase"] +nominative = "мод урона для КА" +genitive = "мода урона для КА" +dative = "моду урона для КА" +accusative = "мод урона для КА" +instrumental = "модом урона для КА" +prepositional = "моде урона для КА" +gender = "male" + +["cooldown decrease"] +nominative = "мод скорострельности для КА" +genitive = "мода скорострельности для КА" +dative = "моду скорострельности для КА" +accusative = "мод скорострельности для КА" +instrumental = "модом скорострельности для КА" +prepositional = "моде скорострельности для КА" +gender = "male" + +["range increase"] +nominative = "мод дальности для КА" +genitive = "мода дальности для КА" +dative = "моду дальности для КА" +accusative = "мод дальности для КА" +instrumental = "модом дальности для КА" +prepositional = "моде дальности для КА" +gender = "male" + +["mining explosion"] +nominative = "мод копания по площади для КА" +genitive = "мода копания по площади для КА" +dative = "моду копания по площади для КА" +accusative = "мод копания по площади для КА" +instrumental = "модом копания по площади для КА" +prepositional = "моде копания по площади для КА" +gender = "male" + +["automatic mining scanner"] +nominative = "автоматический шахтёрский сканер" +genitive = "автоматического шахтёрского сканера" +dative = "автоматическому шахтёрскому сканеру" +accusative = "автоматический шахтёрский сканер" +instrumental = "автоматическим шахтёрским сканером" +prepositional = "автоматическом шахтёрском сканере" +gender = "male" + +# MARK: .........Medical +["medical records console"] +nominative = "консоль медицинских записей" +genitive = "консоли медицинских записей" +dative = "консоли медицинских записей" +accusative = "консоль медицинских записей" +instrumental = "консолью медицинских записей" +prepositional = "консоли медицинских записей" +gender = "female" + +["operating computer"] +nominative = "операционная консоль" +genitive = "операционной консоли" +dative = "операционной консоли" +accusative = "операционную консоль" +instrumental = "операционной консолью" +prepositional = "операционной консоли" +gender = "female" + +["lipid extractor"] +nominative = "экстрактор липидов" +genitive = "экстрактора липидов" +dative = "экстрактору липидов" +accusative = "экстрактор липидов" +instrumental = "экстрактором липидов" +prepositional = "экстракторе липидов" +gender = "male" + +["lifeform stasis unit"] +nominative = "блок стазиса живых организмов" +genitive = "блока стазиса живых организмов" +dative = "блоку стазиса живых организмов" +accusative = "блок стазиса живых организмов" +instrumental = "блоком стазиса живых организмов" +prepositional = "блоке стазиса живых организмов" +gender = "male" + +["medical kiosk"] +nominative = "медицинский киоск" +genitive = "медицинского киоска" +dative = "медицинскому киоску" +accusative = "медицинский киоск" +instrumental = "медицинским киоском" +prepositional = "медицинском киоске" +gender = "male" + +["Medipen Refiller"] +nominative = "заправочное устройство для медипенов" +genitive = "заправочного устройства для медипенов" +dative = "заправочному устройству для медипенов" +accusative = "заправочное устройство для медипенов" +instrumental = "заправочным устройством для медипенов" +prepositional = "заправочном устройстве для медипенов" +gender = "neuter" + +["chemical recipient"] +nominative = "приёмник химикатов" +genitive = "приёмника химикатов" +dative = "приёмнику химикатов" +accusative = "приёмник химикатов" +instrumental = "приёмником химикатов" +prepositional = "приёмнике химикатов" +gender = "male" + +["organ harvester"] +nominative = "извлекатель органов" +genitive = "извлекателя органов" +dative = "извлекателю органов" +accusative = "извлекатель органов" +instrumental = "извлекателем органов" +prepositional = "извлекателе органов" +gender = "male" + +["PanD.E.M.I.C 2200"] +nominative = "ПанД.Е.М.И.Я 2200" +gender = "female" + +["chem dispenser"] +nominative = "химический раздатчик" +genitive = "химического раздатчика" +dative = "химическому раздатчику" +accusative = "химического раздатчика" +instrumental = "химическим раздатчиком" +prepositional = "химическом раздатчике" +gender = "male" + +["cryo cell"] +nominative = "криокамера" +genitive = "криокамеры" +dative = "криокамере" +accusative = "криокамеру" +instrumental = "криокамерой" +prepositional = "криокамере" +gender = "female" + +["ChemMaster 3000"] +nominative = "ХимМастер 3000" +genitive = "ХимМастера 3000" +dative = "ХимМастеру 3000" +accusative = "ХимМастер 3000" +instrumental = "ХимМастером 3000" +prepositional = "ХимМастере 3000" +gender = "male" + +["reaction chamber"] +nominative = "химнагреватель" +genitive = "химнагревателя" +dative = "химнагревателю" +accusative = "химнагреватель" +instrumental = "химнагревателем" +prepositional = "химнагревателе" +gender = "male" + +["High-performance liquid chromatography machine"] +nominative = "высокопроизводительная машина для жидкостной хроматографии" +genitive = "высокопроизводительной машины для жидкостной хроматографии" +dative = "высокопроизводительной машине для жидкостной хроматографии" +accusative = "высокопроизводительную машину для жидкостной хроматографии" +instrumental = "высокопроизводительной машиной для жидкостной хроматографии" +prepositional = "высокопроизводительной машине для жидкостной хроматографии" +gender = "female" + +["All-In-One Grinder"] +nominative = "универсальный измельчитель" +genitive = "универсального измельчителя" +dative = "универсальному измельчителю" +accusative = "универсальный измельчитель" +instrumental = "универсальным измельчителем" +prepositional = "универсальном измельчителе" +gender = "male" + +["crew monitoring console"] +nominative = "консоль мониторинга экипажа" +genitive = "консоли мониторинга экипажа" +dative = "консоли мониторинга экипажа" +accusative = "консоль мониторинга экипажа" +instrumental = "консолью мониторинга экипажа" +prepositional = "консоли мониторинга экипажа" +gender = "female" + +["limb grower"] +nominative = "выращиватель конечностей" +genitive = "выращивателя конечностей" +dative = "выращивателю конечностей" +accusative = "выращиватель конечностей" +instrumental = "выращивателем конечностей" +prepositional = "выращивателе конечностей" +gender = "male" + +["pill bottle"] +nominative = "таблетница" +genitive = "таблетницы" +dative = "таблетнице" +accusative = "таблетницу" +instrumental = "таблетницей" +prepositional = "таблетнице" +gender = "female" + +["health scanner HUD"] +nominative = "медицинский ИЛС" +genitive = "медицинского ИЛС" +dative = "медицинскому ИЛС" +accusative = "медицинский ИЛС" +instrumental = "медицинским ИЛС" +prepositional = "медицинском ИЛС" +gender = "male" + +["night vision health scanner HUD"] +nominative = "медицинский ИЛС с ПНВ" +genitive = "медицинского ИЛС с ПНВ" +dative = "медицинскому ИЛС с ПНВ" +accusative = "медицинский ИЛС с ПНВ" +instrumental = "медицинским ИЛС с ПНВ" +prepositional = "медицинском ИЛС с ПНВ" +gender = "male" + +["health analyzer"] +nominative = "анализатор здоровья" +genitive = "анализатора здоровья" +dative = "анализатору здоровья" +accusative = "анализатор здоровья" +instrumental = "анализатором здоровья" +prepositional = "анализаторе здоровья" +gender = "male" + +["autopsy scanner"] +nominative = "сканер для аутопсии" +genitive = "сканера для аутопсии" +dative = "сканеру для аутопсии" +accusative = "сканер для аутопсии" +instrumental = "сканером для аутопсии" +prepositional = "сканере для аутопсии" +gender = "male" + +["bluespace beaker"] +nominative = "блюспейс мензурка" +genitive = "блюспейс мензурки" +dative = "блюспейс мензурке" +accusative = "блюспейс мензурку" +instrumental = "блюспейс мензуркой" +prepositional = "блюспейс мензурке" +gender = "female" + +["cryostasis beaker"] +nominative = "криостазис мензурка" +genitive = "криостазис мензурки" +dative = "криостазис мензурке" +accusative = "криостазис мензурку" +instrumental = "криостазис мензуркой" +prepositional = "криостазис мензурке" +gender = "female" + +["x-large beaker"] +nominative = "экстрабольшая мензурка" +genitive = "экстрабольшой мензурки" +dative = "экстрабольшой мензурке" +accusative = "экстрабольшую мензурку" +instrumental = "экстрабольшой мензуркой" +prepositional = "экстрабольшой мензурке" +gender = "female" + +["metamaterial beaker"] +nominative = "метаматериальная мензурка" +genitive = "метаматериальной мензурки" +dative = "метаматериальной мензурке" +accusative = "метаматериальную мензурку" +instrumental = "метаматериальной мензуркой" +prepositional = "метаматериальной мензурке" +gender = "female" + +["Chemical Analyzer"] +nominative = "химический анализатор" +genitive = "химического анализатора" +dative = "химическому анализатору" +accusative = "химический анализатор" +instrumental = "химическим анализатором" +prepositional = "химическом анализаторе" +gender = "male" + +["bluespace syringe"] +nominative = "блюспейс шприц" +genitive = "блюспейс шприца" +dative = "блюспейс шприцу" +accusative = "блюспейс шприц" +instrumental = "блюспейс шприцом" +prepositional = "блюспейс шприце" +gender = "male" + +["piercing syringe"] +nominative = "пробивающий шприц" +genitive = "пробивающего шприца" +dative = "пробивающему шприцу" +accusative = "пробивающий шприц" +instrumental = "пробивающим шприцом" +prepositional = "пробивающем шприце" +gender = "male" + +["bluespace body bag"] +nominative = "блюспейс мешок для трупов" +genitive = "блюспейс мешка для трупов" +dative = "блюспейс мешку для трупов" +accusative = "блюспейс мешок для трупов" +instrumental = "блюспейс мешком для трупов" +prepositional = "блюспейс мешке для трупов" +gender = "male" + +["envirosuit extinguisher cartridge"] +nominative = "картридж с огнетушителем для плазмаменов" +genitive = "картриджа с огнетушителем для плазмаменов" +dative = "картриджу с огнетушителем для плазмаменов" +accusative = "картридж с огнетушителем для плазмаменов" +instrumental = "картриджем с огнетушителем для плазмаменов" +prepositional = "картридже с огнетушителем для плазмаменов" +gender = "male" + +["defibrillator"] +nominative = "дефибриллятор" +genitive = "дефибриллятора" +dative = "дефибриллятору" +accusative = "дефибриллятор" +instrumental = "дефибриллятором" +prepositional = "дефибрилляторе" +gender = "male" + +["unhooked defibrillator mount"] +nominative = "крепление для дефибриллятора на стену" +genitive = "крепления для дефибриллятора на стену" +dative = "креплению для дефибриллятора на стену" +accusative = "крепление для дефибриллятора на стену" +instrumental = "креплением для дефибриллятора на стену" +prepositional = "креплении для дефибриллятора на стену" +gender = "male" + +["unhooked PENLITE defibrillator mount"] +nominative = "крепление для ПЕНЛАЙТ дефибриллятора на стену" +genitive = "крепления для ПЕНЛАЙТ дефибриллятора на стену" +dative = "креплению для ПЕНЛАЙТ дефибриллятора на стену" +accusative = "крепление для ПЕНЛАЙТ дефибриллятора на стену" +instrumental = "креплением для ПЕНЛАЙТ дефибриллятора на стену" +prepositional = "креплении для ПЕНЛАЙТ дефибриллятора на стену" +gender = "male" + +["compact defibrillator"] +nominative = "компактный дефибриллятор" +genitive = "компактного дефибриллятора" +dative = "компактному дефибриллятору" +accusative = "компактный дефибриллятор" +instrumental = "компактным дефибриллятором" +prepositional = "компактном дефибрилляторе" +gender = "male" + +# MARK: Medical tools + +["syringe"] +nominative = "шприц" +genitive = "шприца" +dative = "шприцу" +accusative = "шприц" +instrumental = "шприцом" +prepositional = "шприце" +gender = "male" + +["dropper"] +nominative = "пипетка" +genitive = "пипетки" +dative = "пипетке" +accusative = "пипетку" +instrumental = "пипеткой" +prepositional = "пипетке" +gender = "female" + +["blood filter"] +nominative = "кровяной фильтр" +genitive = "кровяного фильтра" +dative = "кровяному фильтру" +accusative = "кровяной фильтр" +instrumental = "кровяным фильтром" +prepositional = "кровяном фильтре" +gender = "male" + +["scalpel"] +nominative = "скальпель" +genitive = "скальпеля" +dative = "скальпелю" +accusative = "скальпель" +instrumental = "скальпелем" +prepositional = "скальпеле" +gender = "male" + +["circular saw"] +nominative = "циркулярная пила" +genitive = "циркулярной пилы" +dative = "циркулярной пиле" +accusative = "циркулярную пилу" +instrumental = "циркулярной пилой" +prepositional = "циркулярной пиле" +gender = "female" + +["bonesetter"] +nominative = "костоправ" +genitive = "костоправа" +dative = "костоправу" +accusative = "костоправа" +instrumental = "костоправом" +prepositional = "костоправе" +gender = "male" + +["surgical drill"] +nominative = "хирургическая дрель" +genitive = "хирургической дрели" +dative = "хирургической дрели" +accusative = "хирургическую дрель" +instrumental = "хирургической дрелью" +prepositional = "хирургической дрели" +gender = "female" + +["retractor"] +nominative = "ретрактор" +genitive = "ретрактора" +dative = "ретрактору" +accusative = "ретрактор" +instrumental = "ретрактором" +prepositional = "ретракторе" +gender = "male" + +["hemostat"] +nominative = "гемостат" +genitive = "гемостата" +dative = "гемостату" +accusative = "гемостат" +instrumental = "гемостатом" +prepositional = "гемостате" +gender = "male" + +["stethoscope"] +nominative = "стетоскоп" +genitive = "стетоскопа" +dative = "стетоскопу" +accusative = "стетоскоп" +instrumental = "стетоскопом" +prepositional = "стетоскопе" +gender = "male" + +["cautery"] +nominative = "прижигатель" +genitive = "прижигателя" +dative = "прижигателю" +accusative = "прижигатель" +instrumental = "прижигателем" +prepositional = "прижигателе" +gender = "male" + +["surgical tape"] +nominative = "хирургическая лента" +genitive = "хирургической ленты" +dative = "хирургической ленте" +accusative = "хирургическую ленту" +instrumental = "хирургической лентой" +prepositional = "хирургической ленте" +gender = "female" + +["alien scalpel"] +nominative = "инопланетный скальпель" +genitive = "инопланетного скальпеля" +dative = "инопланетному скальпелю" +accusative = "инопланетный скальпель" +instrumental = "инопланетным скальпелем" +prepositional = "инопланетном скальпеле" +gender = "male" + +["alien hemostat"] +nominative = "инопланетный гемостат" +genitive = "инопланетного гемостата" +dative = "инопланетному гемостату" +accusative = "инопланетный гемостат" +instrumental = "инопланетным гемостатом" +prepositional = "инопланетном гемостате" +gender = "male" + +["alien retractor"] +nominative = "инопланетный ретрактор" +genitive = "инопланетного ретрактора" +dative = "инопланетному ретрактору" +accusative = "инопланетный ретрактор" +instrumental = "инопланетным ретрактором" +prepositional = "инопланетном ретракторе" +gender = "male" + +["alien saw"] +nominative = "инопланетная циркулярная пила" +genitive = "инопланетной циркулярной пилы" +dative = "инопланетной циркулярной пиле" +accusative = "инопланетную циркулярную пилу" +instrumental = "инопланетной циркулярной пилой" +prepositional = "инопланетной циркулярной пиле" +gender = "female" + +["alien drill"] +nominative = "инопланетная дрель" +genitive = "инопланетной дрели" +dative = "инопланетной дрели" +accusative = "инопланетную дрель" +instrumental = "инопланетной дрелью" +prepositional = "инопланетной дрели" +gender = "female" + +["alien cautery"] +nominative = "инопланетный прижигатель" +genitive = "инопланетного прижигателя" +dative = "инопланетному прижигателю" +accusative = "инопланетный прижигатель" +instrumental = "инопланетным прижигателем" +prepositional = "инопланетном прижигателе" +gender = "male" + +["medical gel"] +nominative = "медицинский гель" +genitive = "медицинского геля" +dative = "медицинскому гелю" +accusative = "медицинский гель" +instrumental = "медицинским гелем" +prepositional = "медицинском геле" +gender = "male" + +["laser scalpel"] +nominative = "лазерный скальпель" +genitive = "лазерного скальпеля" +dative = "лазерному скальпелю" +accusative = "лазерный скальпель" +instrumental = "лазерным скальпелем" +prepositional = "лазерном скальпеле" +gender = "male" + +["mechanical pinches"] +nominative = "механические щипцы" +genitive = "механических щипцов" +dative = "механическим щипцам" +accusative = "механические щипцы" +instrumental = "механическими щипцами" +prepositional = "механических щипцах" +gender = "plural" + +["searing tool"] +nominative = "прижигательный инструмент" +genitive = "прижигательного инструмента" +dative = "прижигательному инструменту" +accusative = "прижигательный инструмент" +instrumental = "прижигательным инструментом" +prepositional = "прижигательном инструменте" +gender = "male" + +["medical spray bottle"] +nominative = "медицинский спрей" +genitive = "медицинского спрея" +dative = "медицинскому спрею" +accusative = "медицинский спрей" +instrumental = "медицинским спреем" +prepositional = "медицинском спрее" +gender = "male" + +["surgical drapes"] +nominative = "хирургические простыни" +genitive = "хирургических простыней" +dative = "хирургическим простыням" +accusative = "хирургические простыни" +instrumental = "хирургическими простынями" +prepositional = "хирургических простынях" +gender = "plural" + +["advanced health analyzer"] +nominative = "продвинутый анализатор здоровья" +genitive = "продвинутого анализатора здоровья" +dative = "продвинутому анализатору здоровья" +accusative = "продвинутый анализатор здоровья" +instrumental = "продвинутым анализатором здоровья" +prepositional = "продвинутом анализаторе здоровья" +gender = "male" + +["intravenous medicine bag"] +nominative = "внутривенный мешок для лекарств" +genitive = "внутривенного мешка для лекарств" +dative = "внутривенному мешку для лекарств" +accusative = "внутривенный мешок для лекарств" +instrumental = "внутривенным мешком для лекарств" +prepositional = "внутривенном мешке для лекарств" +gender = "male" + +["blood pack"] +nominative = "пакет с кровью" +genitive = "пакета с кровью" +dative = "пакету с кровью" +accusative = "пакет с кровью" +instrumental = "пакетом с кровью" +prepositional = "пакете с кровью" +gender = "male" + +["portable chemical mixer"] +nominative = "портативный химический миксер" +genitive = "портативного химического миксера" +dative = "портативному химическому миксеру" +accusative = "портативный химический миксер" +instrumental = "портативным химическим миксером" +prepositional = "портативном химическом миксере" +gender = "male" + +["medical bed"] +nominative = "медицинская кровать" +genitive = "медицинской кровати" +dative = "медицинской кровати" +accusative = "медицинскую кровать" +instrumental = "медицинской кроватью" +prepositional = "медицинской кровати" +gender = "female" + +["roller bed"] +nominative = "роликовая кровать" +genitive = "роликовой кровати" +dative = "роликовой кровати" +accusative = "роликовую кровать" +instrumental = "роликовой кроватью" +prepositional = "роликовой кровати" +gender = "female" + +["penlight"] +nominative = "фонарик-ручка" +genitive = "фонарика-ручки" +dative = "фонарику-ручке" +accusative = "фонарик-ручку" +instrumental = "фонариком-ручкой" +prepositional = "фонарике-ручке" +gender = "male" + +["paramedic penlight"] +nominative = "фонарик-ручка парамедика" +genitive = "фонарика-ручки парамедика" +dative = "фонарику-ручке парамедика" +accusative = "фонарик-ручку парамедика" +instrumental = "фонариком-ручкой парамедика" +prepositional = "фонарике-ручке парамедика" +gender = "male" + +# MARK: Organs +["chest"] +nominative = "грудь" +genitive = "груди" +dative = "груди" +accusative = "грудь" +instrumental = "грудью" +prepositional = "груди" +gender = "female" + +["head"] +nominative = "голова" +genitive = "головы" +dative = "голове" +accusative = "голову" +instrumental = "головой" +prepositional = "голове" +gender = "female" + +["right arm"] +nominative = "правая рука" +genitive = "правой руки" +dative = "правой руке" +accusative = "правую руку" +instrumental = "правой рукой" +prepositional = "правой руке" +gender = "female" + +["right hand"] +nominative = "правое запястье" +genitive = "правого запястья" +dative = "правому запястью" +accusative = "правое запястье" +instrumental = "правым запястьем" +prepositional = "правом запястье" +gender = "female" + +["left arm"] +nominative = "левая рука" +genitive = "левой руки" +dative = "левой руке" +accusative = "левую руку" +instrumental = "левой рукой" +prepositional = "левой руке" +gender = "female" + +["left hand"] +nominative = "левое запястье" +genitive = "левое запястье" +dative = "левой руке" +accusative = "левую руку" +instrumental = "левой рукой" +prepositional = "левой руке" +gender = "female" + +["left leg"] +nominative = "левая нога" +genitive = "левой ноги" +dative = "левой ноге" +accusative = "левую ногу" +instrumental = "левой ногой" +prepositional = "левой ноге" +gender = "female" + +["left foot"] +nominative = "левая стопа" +genitive = "левой стопы" +dative = "левой стопе" +accusative = "левую стопу" +instrumental = "левой стопой" +prepositional = "левой стопе" +gender = "female" + +["right leg"] +nominative = "правая нога" +genitive = "правой ноги" +dative = "правой ноге" +accusative = "правую ногу" +instrumental = "правой ногой" +prepositional = "правой ноге" +gender = "female" + +["right foot"] +nominative = "правая стопа" +genitive = "правой стопы" +dative = "правой стопе" +accusative = "правую стопу" +instrumental = "правой стопой" +prepositional = "правой стопе" +gender = "female" + +["groin"] +nominative = "паховая область" +genitive = "паховой области" +dative = "паховой области" +accusative = "паховую область" +instrumental = "паховой областью" +prepositional = "паховой области" +gender = "female" + +["heart"] +nominative = "сердце" +genitive = "сердца" +dative = "сердцу" +accusative = "сердце" +instrumental = "сердцем" +prepositional = "сердце" +gender = "neuter" + +["lungs"] +nominative = "лёгкие" +genitive = "лёгких" +dative = "лёгким" +accusative = "лёгкие" +instrumental = "лёгкими" +prepositional = "лёгких" +gender = "plural" + +["liver"] +nominative = "печень" +genitive = "печени" +dative = "печени" +accusative = "печень" +instrumental = "печенью" +prepositional = "печени" +gender = "female" + +["stomach"] +nominative = "желудок" +genitive = "желудка" +dative = "желудку" +accusative = "желудок" +instrumental = "желудком" +prepositional = "желудке" +gender = "male" + +["appendix"] +nominative = "аппендикс" +genitive = "аппендикса" +dative = "аппендиксу" +accusative = "аппендикс" +instrumental = "аппендиксом" +prepositional = "аппендиксе" +gender = "male" + +["eyes"] +nominative = "глаза" +genitive = "глаз" +dative = "глазам" +accusative = "глаза" +instrumental = "глазами" +prepositional = "глазах" +gender = "plural" + +["ears"] +nominative = "уши" +genitive = "ушей" +dative = "ушам" +accusative = "уши" +instrumental = "ушами" +prepositional = "ушах" +gender = "plural" + +["tongue"] +nominative = "язык" +genitive = "языка" +dative = "языку" +accusative = "язык" +instrumental = "языком" +prepositional = "языке" +gender = "male" + +["fabricated lizard tail"] +nominative = "ящерский хвост (напечатанный)" +genitive = "ящерского хвоста (напечатанного)" +dative = "ящерскому хвосту (напечатанному)" +accusative = "ящерский хвост (напечатанный)" +instrumental = "ящерским хвостом (напечатанным)" +prepositional = "ящерском хвосте (напечатанном)" +gender = "male" + +["forked tongue"] +nominative = "раздвоенный язык" +genitive = "раздвоенного языка" +dative = "раздвоенному языку" +accusative = "раздвоенный язык" +instrumental = "раздвоенным языком" +prepositional = "раздвоенном языке" +gender = "male" + +["tail"] +nominative = "кошачий хвост" +genitive = "кошачьего хвоста" +dative = "кошачьему хвосту" +accusative = "кошачий хвост" +instrumental = "кошачьим хвостом" +prepositional = "кошачьем хвосте" +gender = "male" + +["cat ears"] +nominative = "кошачьи уши" +genitive = "кошачьих ушей" +dative = "кошачьим ушам" +accusative = "кошачьи уши" +instrumental = "кошачьими ушами" +prepositional = "кошачьих ушах" +gender = "plural" + +["monkey tail"] +nominative = "обезьяний хвост" +genitive = "обезьяньего хвоста" +dative = "обезьяньему хвосту" +accusative = "обезьяний хвост" +instrumental = "обезьяньим хвостом" +prepositional = "обезьяньем хвосте" +gender = "male" + +["plasma filter"] +nominative = "плазменный фильтр" +genitive = "плазменного фильтра" +dative = "плазменному фильтру" +accusative = "плазменный фильтр" +instrumental = "плазменным фильтром" +prepositional = "плазменном фильтре" +gender = "male" + +["plasma bone \"tongue\""] +nominative = "костлявий плазменный \"язык\"" +genitive = "костлявого плазменного \"языка\"" +dative = "костлявому плазменному \"языку\"" +accusative = "костлявий плазменный \"язык\"" +instrumental = "костлявым плазменным \"языком\"" +prepositional = "костлявом плазменном \"языке\"" +gender = "male" + +["reagent processing crystal"] +nominative = "кристалл обработки реагентов" +genitive = "кристалла обработки реагентов" +dative = "кристаллу обработки реагентов" +accusative = "кристалл обработки реагентов" +instrumental = "кристаллом обработки реагентов" +prepositional = "кристалле обработки реагентов" +gender = "male" + +["digestive crystal"] +nominative = "пищеварительный кристалл" +genitive = "пищеварительного кристалла" +dative = "пищеварительному кристаллу" +accusative = "пищеварительный кристалл" +instrumental = "пищеварительным кристаллом" +prepositional = "пищеварительном кристалле" +gender = "male" + +["biological battery"] +nominative = "биологическая батарея" +genitive = "биологической батареи" +dative = "биологической батарее" +accusative = "биологическую батарею" +instrumental = "биологической батареей" +prepositional = "биологической батарее" +gender = "female" + +["electric discharger"] +nominative = "электрический разрядник" +genitive = "электрического разрядника" +dative = "электрическому разряднику" +accusative = "электрический разрядник" +instrumental = "электрическим разрядником" +prepositional = "электрическом разряднике" +gender = "male" + +["aeration reticulum"] +nominative = "аэрационная сеть" +genitive = "аэрационной сети" +dative = "аэрационной сети" +accusative = "аэрационную сеть" +instrumental = "аэрационной сетью" +prepositional = "аэрационной сети" +gender = "female" + +["crystal core"] +nominative = "кристаллическое ядро" +genitive = "кристаллического ядра" +dative = "кристаллическому ядру" +accusative = "кристаллическое ядро" +instrumental = "кристаллическим ядром" +prepositional = "кристаллическом ядре" +gender = "neuter" + +["synthetic arm blade"] +nominative = "синтетический меч-клинок" +genitive = "синтетического меча-клинка" +dative = "синтетическому мечу-клинку" +accusative = "синтетический меч-клинок" +instrumental = "синтетическим мечом-клинком" +prepositional = "синтетическом мече-клинке" +gender = "male" + +["Limb Design Disk"] +nominative = "диск с дизайном конечностей" +genitive = "диска с дизайном конечностей" +dative = "диску с дизайном конечностей" +accusative = "диск с дизайном конечностей" +instrumental = "диском с дизайном конечностей" +prepositional = "диске с дизайном конечностей" +gender = "male" + +["Felinid Organ Design Disk"] +nominative = "диск с дизайном органов фелинида" +genitive = "диска с дизайном органов фелинида" +dative = "диску с дизайном органов фелинида" +accusative = "диск с дизайном органов фелинида" +instrumental = "диском с дизайном органов фелинида" +prepositional = "диске с дизайном органов фелинида" +gender = "male" + +["Lizard Organ Design Disk"] +nominative = "диск с дизайном органов унатха" +genitive = "диска с дизайном органов унатха" +dative = "диску с дизайном органов унатха" +accusative = "диск с дизайном органов унатха" +instrumental = "диском с дизайном органов унатха" +prepositional = "диске с дизайном органов унатха" +gender = "male" + +["Plasmaman Organ Design Disk"] +nominative = "диск с дизайном органов плазмамена" +genitive = "диска с дизайном органов плазмамена" +dative = "диску с дизайном органов плазмамена" +accusative = "диск с дизайном органов плазмамена" +instrumental = "диском с дизайном органов плазмамена" +prepositional = "диске с дизайном органов плазмамена" +gender = "male" + +["Ethereal Organ Design Disk"] +nominative = "диск с дизайном органов эфирала" +genitive = "диска с дизайном органов эфирала" +dative = "диску с дизайном органов эфирала" +accusative = "диск с дизайном органов эфирала" +instrumental = "диском с дизайном органов эфирала" +prepositional = "диске с дизайном органов эфирала" +gender = "male" + +["basic cybernetic liver"] +nominative = "базовая кибернетическая печень" +genitive = "базовой кибернетической печени" +dative = "базовой кибернетической печени" +accusative = "базовую кибернетическую печень" +instrumental = "базовой кибернетической печенью" +prepositional = "базовой кибернетической печени" +gender = "female" + +["cybernetic liver"] +nominative = "кибернетическая печень" +genitive = "кибернетической печени" +dative = "кибернетической печени" +accusative = "кибернетическую печень" +instrumental = "кибернетической печенью" +prepositional = "кибернетической печени" +gender = "female" + +["upgraded cybernetic liver"] +nominative = "улучшенная кибернетическая печень" +genitive = "улучшенной кибернетической печени" +dative = "улучшенной кибернетической печени" +accusative = "улучшенную кибернетическую печень" +instrumental = "улучшенной кибернетической печенью" +prepositional = "улучшенной кибернетической печени" +gender = "female" + +["basic cybernetic heart"] +nominative = "базовое кибернетическое сердце" +genitive = "базового кибернетического сердца" +dative = "базовому кибернетическому сердцу" +accusative = "базовое кибернетическое сердце" +instrumental = "базовым кибернетическим сердцем" +prepositional = "базовом кибернетическом сердце" +gender = "neuter" + +["cybernetic heart"] +nominative = "кибернетическое сердце" +genitive = "кибернетического сердца" +dative = "кибернетическому сердцу" +accusative = "кибернетическое сердце" +instrumental = "кибернетическим сердцем" +prepositional = "кибернетическом сердце" +gender = "neuter" + +["upgraded cybernetic heart"] +nominative = "улучшенное кибернетическое сердце" +genitive = "улучшенного кибернетического сердца" +dative = "улучшенному кибернетическому сердцу" +accusative = "улучшенное кибернетическое сердце" +instrumental = "улучшенным кибернетическим сердцем" +prepositional = "улучшенном кибернетическом сердце" +gender = "neuter" + +["voltaic combat cyberheart"] +nominative = "гальваническое боевое киберсердце" +genitive = "гальванического боевого киберсердца" +dative = "гальваническому боевому киберсердцу" +accusative = "гальваническое боевое киберсердце" +instrumental = "гальваническим боевым киберсердцем" +prepositional = "гальваническом боевом киберсердце" +gender = "neuter" + +["basic cybernetic lungs"] +nominative = "базовые кибернетические лёгкие" +genitive = "базовых кибернетических лёгких" +dative = "базовым кибернетическим лёгким" +accusative = "базовые кибернетические лёгкие" +instrumental = "базовыми кибернетическими лёгкими" +prepositional = "базовых кибернетических лёгких" +gender = "plural" + +["cybernetic lungs"] +nominative = "кибернетические лёгкие" +genitive = "кибернетических лёгких" +dative = "кибернетическим лёгким" +accusative = "кибернетические лёгкие" +instrumental = "кибернетическими лёгкими" +prepositional = "кибернетических лёгких" +gender = "plural" + +["upgraded cybernetic lungs"] +nominative = "улучшенные кибернетические лёгкие" +genitive = "улучшенных кибернетических лёгких" +dative = "улучшенным кибернетическим лёгким" +accusative = "улучшенные кибернетические лёгкие" +instrumental = "улучшенными кибернетическими лёгкими" +prepositional = "улучшенных кибернетических лёгких" +gender = "plural" + +["basic cybernetic stomach"] +nominative = "базовый кибернетический желудок" +genitive = "базового кибернетического желудка" +dative = "базовому кибернетическому желудку" +accusative = "базовый кибернетический желудок" +instrumental = "базовым кибернетическим желудком" +prepositional = "базовом кибернетическом желудке" +gender = "male" + +["cybernetic stomach"] +nominative = "кибернетический желудок" +genitive = "кибернетического желудка" +dative = "кибернетическому желудку" +accusative = "кибернетический желудок" +instrumental = "кибернетическим желудком" +prepositional = "кибернетическом желудке" +gender = "male" + +["upgraded cybernetic stomach"] +nominative = "улучшенный кибернетический желудок" +genitive = "улучшенного кибернетического желудка" +dative = "улучшенному кибернетическому желудку" +accusative = "улучшенный кибернетический желудок" +instrumental = "улучшенным кибернетическим желудком" +prepositional = "улучшенном кибернетическом желудке" +gender = "male" + +["basic cybernetic ears"] +nominative = "базовые кибернетические уши" +genitive = "базовых кибернетических ушей" +dative = "базовым кибернетическим ушам" +accusative = "базовые кибернетические уши" +instrumental = "базовыми кибернетическими ушами" +prepositional = "базовых кибернетических ушах" +gender = "plural" + +["cybernetic ears"] +nominative = "кибернетические уши" +genitive = "кибернетических ушей" +dative = "кибернетическим ушам" +accusative = "кибернетические уши" +instrumental = "кибернетическими ушами" +prepositional = "кибернетических ушах" +gender = "plural" + +["whisper-sensitive cybernetic ears"] +nominative = "кибернетические уши с усилением шёпота" +genitive = "кибернетических ушей с усилением шёпота" +dative = "кибернетическим ушам с усилением шёпота" +accusative = "кибернетические уши с усилением шёпота" +instrumental = "кибернетическими ушами с усилением шёпота" +prepositional = "кибернетических ушах с усилением шёпота" +gender = "plural" + +["wall-penetrating cybernetic ears"] +nominative = "кибернетические уши с пробитием стен" +genitive = "кибернетических ушей с пробитием стен" +dative = "кибернетическим ушам с пробитием стен" +accusative = "кибернетические уши с пробитием стен" +instrumental = "кибернетическими ушами с пробитием стен" +prepositional = "кибернетических ушах с пробитием стен" +gender = "plural" + +["basic robotic eyes"] +nominative = "базовые кибернетические глаза" +genitive = "базовых кибернетических глаз" +dative = "базовым кибернетическим глазам" +accusative = "базовые кибернетические глаза" +instrumental = "базовыми кибернетическими глазами" +prepositional = "базовых кибернетических глазах" +gender = "plural" + +["basic robotic moth eyes"] +nominative = "базовые кибернетические молиные глаза" +genitive = "базовых кибернетических молиных глаз" +dative = "базовым кибернетическим молиным глазам" +accusative = "базовые кибернетические молиные глаза" +instrumental = "базовыми кибернетическими молиными глазами" +prepositional = "базовых кибернетических молиных глазах" +gender = "plural" + +["robotic eyes"] +nominative = "кибернетические глаза" +genitive = "кибернетических глаз" +dative = "кибернетическим глазам" +accusative = "кибернетические глаза" +instrumental = "кибернетическими глазами" +prepositional = "кибернетических глазах" +gender = "plural" + +["robotic moth eyes"] +nominative = "кибернетические молиные глаза" +genitive = "кибернетических молиных глаз" +dative = "кибернетическим молиным глазам" +accusative = "кибернетические молиные глаза" +instrumental = "кибернетическими молиными глазами" +prepositional = "кибернетических молиных глазах" +gender = "plural" + +["shielded robotic eyes"] +nominative = "кибернетические глаза с защитой от вспышек" +genitive = "кибернетических глаз с защитой от вспышек" +dative = "кибернетическим глазам с защитой от вспышек" +accusative = "кибернетические глаза с защитой от вспышек" +instrumental = "кибернетическими глазами с защитой от вспышек" +prepositional = "кибернетических глазах с защитой от вспышек" +gender = "plural" + +["shielded robotic moth eyes"] +nominative = "кибернетические молиные глаза с защитой от вспышек" +genitive = "кибернетических молиных глаз с защитой от вспышек" +dative = "кибернетическим молиным глазам с защитой от вспышек" +accusative = "кибернетические молиные глаза с защитой от вспышек" +instrumental = "кибернетическими молиными глазами с защитой от вспышек" +prepositional = "кибернетических молиных глазах с защитой от вспышек" +gender = "plural" + +["high luminosity eyes"] +nominative = "люминесцентные глаза" +genitive = "люминесцентных глаз" +dative = "люминесцентным глазам" +accusative = "люминесцентные глаза" +instrumental = "люминесцентными глазами" +prepositional = "люминесцентных глазах" +gender = "plural" + +["high luminosity moth eyes"] +nominative = "люминесцентные молиные глаза" +genitive = "люминесцентных молиных глаз" +dative = "люминесцентным молиным глазам" +accusative = "люминесцентные молиные глаза" +instrumental = "люминесцентными молиными глазами" +prepositional = "люминесцентных молиных глазах" +gender = "plural" + +["breathing tube implant"] +nominative = "имплант дыхательной трубки" +genitive = "импланта дыхательной трубки" +dative = "импланту дыхательной трубки" +accusative = "имплант дыхательной трубки" +instrumental = "имплантом дыхательной трубки" +prepositional = "импланте дыхательной трубки" +gender = "male" + +["surgical toolset implant"] +nominative = "хирургический имплант" +genitive = "хирургического импланта" +dative = "хирургическому импланту" +accusative = "хирургический имплант" +instrumental = "хирургическим имплантом" +prepositional = "хирургическом импланте" +gender = "male" + +["integrated toolset implant"] +nominative = "инструментальный имплант" +genitive = "инструментального импланта" +dative = "инструментальному импланту" +accusative = "инструментальный имплант" +instrumental = "инструментальным имплантом" +prepositional = "инструментальном импланте" +gender = "male" + +["medical HUD implant"] +nominative = "имплант медицинского ИЛС" +genitive = "импланта медицинского ИЛС" +dative = "импланту медицинского ИЛС" +accusative = "имплант медицинского ИЛС" +instrumental = "имплантом медицинского ИЛС" +prepositional = "импланте медицинского ИЛС" +gender = "male" + +["security HUD implant"] +nominative = "имплант охранного ИЛС" +genitive = "импланта охранного ИЛС" +dative = "импланту охранного ИЛС" +accusative = "имплант охранного ИЛС" +instrumental = "имплантом охранного ИЛС" +prepositional = "импланте охранного ИЛС" +gender = "male" + +["diagnostic HUD implant"] +nominative = "имплант диагностического ИЛС" +genitive = "импланта диагностического ИЛС" +dative = "импланту диагностического ИЛС" +accusative = "имплант диагностического ИЛС" +instrumental = "имплантом диагностического ИЛС" +prepositional = "импланте диагностического ИЛС" +gender = "male" + +["x-ray eyes"] +nominative = "рентгеновские глаза" +genitive = "рентгеновских глаз" +dative = "рентгеновским глазам" +accusative = "рентгеновские глаза" +instrumental = "рентгеновскими глазами" +prepositional = "рентгеновских глазах" +gender = "plural" + +["moth x-ray eyes"] +nominative = "рентгеновские молиные глаза" +genitive = "рентгеновских молиных глаз" +dative = "рентгеновским молиным глазам" +accusative = "рентгеновские молиные глаза" +instrumental = "рентгеновскими молиными глазами" +prepositional = "рентгеновских молиных глазах" +gender = "plural" + +["thermal eyes"] +nominative = "термальные глаза" +genitive = "термальных глаз" +dative = "термальным глазам" +accusative = "термальные глаза" +instrumental = "термальными глазами" +prepositional = "термальных глазах" +gender = "plural" + +["thermal moth eyes"] +nominative = "термальные молиные глаза" +genitive = "термальных молиных глаз" +dative = "термальным молиным глазам" +accusative = "термальные молиные глаза" +instrumental = "термальными молиными глазами" +prepositional = "термальных молиных глазах" +gender = "plural" + +["anti-drop implant"] +nominative = "имплант антидроп" +genitive = "импланта антидроп" +dative = "импланту антидроп" +accusative = "имплант антидроп" +instrumental = "имплантом антидроп" +prepositional = "импланте антидроп" +gender = "male" + +["CNS rebooter implant"] +nominative = "имплант перезапуска ЦНС" +genitive = "импланта перезапуска ЦНС" +dative = "импланту перезапуска ЦНС" +accusative = "имплант перезапуска ЦНС" +instrumental = "имплантом перезапуска ЦНС" +prepositional = "импланте перезапуска ЦНС" +gender = "male" + +["Herculean gravitronic spinal implant"] +nominative = "Геркулесный гравитронный спинномозговой имплант" +genitive = "Геркулесного гравитронного спинномозгового импланта" +dative = "Геркулесному гравитронному спинномозговому импланту" +accusative = "Геркулесный гравитронный спинномозговой имплант" +instrumental = "Геркулесным гравитронным спинномозговым имплантом" +prepositional = "Геркулесном гравитронном спинномозговом импланте" +gender = "male" + +["CNS skillchip connector implant"] +nominative = "имплант подключения скилл-чипов к ЦНС" +genitive = "импланта подключения скилл-чипов к ЦНС" +dative = "импланту подключения скилл-чипов к ЦНС" +accusative = "имплант подключения скилл-чипов к ЦНС" +instrumental = "имплантом подключения скилл-чипов к ЦНС" +prepositional = "импланте подключения скилл-чипов к ЦНС" +gender = "male" + +["nutriment pump implant"] +nominative = "имплант питающей помпы" +genitive = "импланта питающей помпы" +dative = "импланту питающей помпы" +accusative = "имплант питающей помпы" +instrumental = "имплантом питающей помпы" +prepositional = "импланте питающей помпы" +gender = "male" + +["nutriment pump implant PLUS"] +nominative = "имплант питающей помпы ПЛЮС" +genitive = "импланта питающей помпы ПЛЮС" +dative = "импланту питающей помпы ПЛЮС" +accusative = "имплант питающей помпы ПЛЮС" +instrumental = "имплантом питающей помпы ПЛЮС" +prepositional = "импланте питающей помпы ПЛЮС" +gender = "male" + +["reviver implant"] +nominative = "оживляющий имплант" +genitive = "оживляющего импланта" +dative = "оживляющему импланту" +accusative = "оживляющий имплант" +instrumental = "оживляющим имплантом" +prepositional = "оживляющем импланте" +gender = "male" + +["implantable thrusters set"] +nominative = "имплант толкателей" +genitive = "импланта толкателей" +dative = "импланту толкателей" +accusative = "имплант толкателей" +instrumental = "имплантом толкателей" +prepositional = "импланте толкателей" +gender = "male" + +# MARK: ..........Science +["autolathe"] +nominative = "автолат" +genitive = "автолата" +dative = "автолату" +accusative = "автолат" +instrumental = "автолатом" +prepositional = "автолате" +gender = "male" + +["growing vat"] +nominative = "резервуар для выращивания" +genitive = "резервуара для выращивания" +dative = "резервуару для выращивания" +accusative = "резервуар для выращивания" +instrumental = "резервуаром для выращивания" +prepositional = "резервуаре для выращивания" +gender = "male" + +["scanner gate"] +nominative = "сканирующие ворота" +genitive = "сканирующих ворот" +dative = "сканирующим воротам" +accusative = "сканирующие ворота" +instrumental = "сканирующими воротами" +prepositional = "сканирующих воротах" +gender = "plural" + +["component printer"] +nominative = "принтер компонентов" +genitive = "принтера компонентов" +dative = "принтеру компонентов" +accusative = "принтер компонентов" +instrumental = "принтером компонентов" +prepositional = "принтере компонентов" +gender = "male" + +["module duplicator"] +nominative = "дубликатор модулей" +genitive = "дубликатора модулей" +dative = "дубликатору модулей" +accusative = "дубликатор модулей" +instrumental = "дубликатором модулей" +prepositional = "дубликаторе модулей" +gender = "male" + +["brain-computer interface manipulation chamber"] +nominative = "камера манипуляции интерфейсом мозг-компьютер" +genitive = "камеры манипуляции интерфейсом мозг-компьютер" +dative = "камере манипуляции интерфейсом мозг-компьютер" +accusative = "камеру манипуляции интерфейсом мозг-компьютер" +instrumental = "камерой манипуляции интерфейсом мозг-компьютер" +prepositional = "камере манипуляции интерфейсом мозг-компьютер" +gender = "female" + +["R&D Console"] +nominative = "консоль R&D" +genitive = "консоли R&D" +dative = "консоли R&D" +accusative = "консоль R&D" +instrumental = "консолью R&D" +prepositional = "консоли R&D" +gender = "female" + +["teleporter station"] +nominative = "станция телепорта" +genitive = "станции телепорта" +dative = "станции телепорта" +accusative = "станцию телепорта" +instrumental = "станцией телепорта" +prepositional = "станции телепорта" +gender = "female" + +["teleporter hub"] +nominative = "узел телепорта" +genitive = "узла телепорта" +dative = "узлу телепорта" +accusative = "узел телепорта" +instrumental = "узлом телепорта" +prepositional = "узле телепорта" +gender = "male" + +["teleporter control console"] +nominative = "консоль управления телепортом" +genitive = "консоли управления телепортом" +dative = "консоли управления телепортом" +accusative = "консоль управления телепортом" +instrumental = "консолью управления телепортом" +prepositional = "консоли управления телепортом" +gender = "female" + +["quantum pad"] +nominative = "квантовая платформа" +genitive = "квантовой платформы" +dative = "квантовой платформе" +accusative = "квантовую платформу" +instrumental = "квантовой платформой" +prepositional = "квантовой платформе" +gender = "female" + +["quantum console"] +nominative = "квантовая консоль" +genitive = "квантовой консоли" +dative = "квантовой консоли" +accusative = "квантовую консоль" +instrumental = "квантовой консолью" +prepositional = "квантовой консоли" +gender = "female" + +["bluespace launchpad"] +nominative = "блюспейс платформа запуска" +genitive = "блюспейс платформы запуска" +dative = "блюспейс платформе запуска" +accusative = "блюспейс платформу запуска" +instrumental = "блюспейс платформой запуска" +prepositional = "блюспейс платформе запуска" +gender = "female" + +["launchpad control console"] +nominative = "блюспейс консоль для платформ запуска" +genitive = "блюспейс консоли для платформ запуска" +dative = "блюспейс консоли для платформ запуска" +accusative = "блюспейс консоль для платформ запуска" +instrumental = "блюспейс консолью для платформ запуска" +prepositional = "блюспейс консоли для платформ запуска" +gender = "female" + +["destructive analyzer"] +nominative = "разборочный анализатор" +genitive = "разборочного анализатора" +dative = "разборочному анализатору" +accusative = "разборочный анализатор" +instrumental = "разборочным анализатором" +prepositional = "разборочном анализаторе" +gender = "male" + +["E.X.P.E.R.I-MENTOR"] +nominative = "Э.К.С.П.Е.Р.И-МЕНТАТОР" +genitive = "Э.К.С.П.Е.Р.И-МЕНТАТОРа" +dative = "Э.К.С.П.Е.Р.И-МЕНТАТОРу" +accusative = "Э.К.С.П.Е.Р.И-МЕНТАТОР" +instrumental = "Э.К.С.П.Е.Р.И-МЕНТАТОРом" +prepositional = "Э.К.С.П.Е.Р.И-МЕНТАТОРе" +gender = "male" + +["protolathe"] +nominative = "протолат" +genitive = "протолата" +dative = "протолату" +accusative = "протолат" +instrumental = "протолатом" +prepositional = "протолате" +gender = "male" + +["ancient protolathe"] +nominative = "древний протолат" +genitive = "древнего протолата" +dative = "древнему протолату" +accusative = "древний протолат" +instrumental = "древним протолатом" +prepositional = "древнем протолате" +gender = "male" + +["circuit imprinter"] +nominative = "принтер плат" +genitive = "принтера плат" +dative = "принтеру плат" +accusative = "принтер плат" +instrumental = "принтером плат" +prepositional = "принтере плат" +gender = "male" + +["ancient circuit imprinter"] +nominative = "древний принтер плат" +genitive = "древнего принтера плат" +dative = "древнему принтеру плат" +accusative = "древний принтер плат" +instrumental = "древним принтером плат" +prepositional = "древнем принтере плат" +gender = "male" + +["department circuit imprinter"] +nominative = "принтер плат отдела" +genitive = "принтера плат отдела" +dative = "принтеру плат отдела" +accusative = "принтер плат отдела" +instrumental = "принтером плат отдела" +prepositional = "принтере плат отдела" +gender = "male" + +["department circuit imprinter (Science)"] +nominative = "принтер плат отдела (Исследование)" +genitive = "принтера плат отдела (Исследование)" +dative = "принтеру плат отдела (Исследование)" +accusative = "принтер плат отдела (Исследование)" +instrumental = "принтером плат отдела (Исследование)" +prepositional = "принтере плат отдела (Исследование)" +gender = "male" + +["research camera console"] +nominative = "научная консоль камер видеонаблюдения" +genitive = "научной консоли камер видеонаблюдения" +dative = "научной консоли камер видеонаблюдения" +accusative = "научную консоль камер видеонаблюдения" +instrumental = "научной консолью камер видеонаблюдения" +prepositional = "научной консоли камер видеонаблюдения" +gender = "female" + +["R&D Server Controller"] +nominative = "контроллер сервера R&D" +genitive = "контроллера сервера R&D" +dative = "контроллеру сервера R&D" +accusative = "контроллер сервера R&D" +instrumental = "контроллером сервера R&D" +prepositional = "контроллере сервера R&D" +gender = "male" + +["R&D Server"] +nominative = "сервер R&D" +genitive = "сервера R&D" +dative = "серверу R&D" +accusative = "сервер R&D" +instrumental = "сервером R&D" +prepositional = "сервере R&D" +gender = "male" + +["Slime management console"] +nominative = "консоль ксенобиологии управления слизнями" +genitive = "консоли ксенобиологии управления слизнями" +dative = "консоли ксенобиологии управления слизнями" +accusative = "консоль ксенобиологии управления слизнями" +instrumental = "консолью ксенобиологии управления слизнями" +prepositional = "консоли ксенобиологии управления слизнями" +gender = "female" + +["DNA scanner"] +nominative = "сканнер ДНК" +genitive = "сканера ДНК" +dative = "сканеру ДНК" +accusative = "сканнер ДНК" +instrumental = "сканером ДНК" +prepositional = "сканере ДНК" +gender = "male" + +["DNA infuser"] +nominative = "инфузор ДНК" +genitive = "инфузора ДНК" +dative = "инфузору ДНК" +accusative = "инфузор ДНК" +instrumental = "инфузором ДНК" +prepositional = "инфузоре ДНК" +gender = "male" + +["DNA Console"] +nominative = "консоль ДНК" +genitive = "консоли ДНК" +dative = "консоли ДНК" +accusative = "консоль ДНК" +instrumental = "консолью ДНК" +prepositional = "консоли ДНК" +gender = "female" + +["Experimental Destructive Scanner"] +nominative = "экспериментальный разрушающий сканер" +genitive = "экспериментального разрушающего сканера" +dative = "экспериментальному разрушающему сканеру" +accusative = "экспериментальный разрушающий сканер" +instrumental = "экспериментальным разрушающим сканером" +prepositional = "экспериментальном разрушающем сканере" +gender = "male" + +["AI upload console"] +nominative = "консоль загрузки ИИ" +genitive = "консоли загрузки ИИ" +dative = "консоли загрузки ИИ" +accusative = "консоль загрузки ИИ" +instrumental = "консолью загрузки ИИ" +prepositional = "консоли загрузки ИИ" +gender = "female" + +["anomaly refinery"] +nominative = "обработчик ядер аномалий" +genitive = "обработчика ядер аномалий" +dative = "обработчику ядер аномалий" +accusative = "обработчик ядер аномалий" +instrumental = "обработчиком ядер аномалий" +prepositional = "обработчике ядер аномалий" +gender = "male" + +["tachyon-doppler array"] +nominative = "тахионно-доплеровская матрица" +genitive = "тахионно-доплеровской матрицы" +dative = "тахионно-доплеровской матрице" +accusative = "тахионно-доплеровскую матрицу" +instrumental = "тахионно-доплеровской матрицей" +prepositional = "тахионно-доплеровской матрице" +gender = "female" + +["Tank Compressor"] +nominative = "компрессор для канистр" +genitive = "компрессора для канистр" +dative = "компрессору для канистр" +accusative = "компрессор для канистр" +instrumental = "компрессором для канистр" +prepositional = "компрессоре для канистр" +gender = "male" + +["AI system integrity restorer"] +nominative = "восстановитель целостности системы ИИ" +genitive = "восстановителя целостности системы ИИ" +dative = "восстановителю целостности системы ИИ" +accusative = "восстановитель целостности системы ИИ" +instrumental = "восстановителем целостности системы ИИ" +prepositional = "восстановителе целостности системы ИИ" +gender = "male" + +["quantum spin inverter"] +nominative = "квантовый спиновый инвертер" +genitive = "квантового спинового инвертера" +dative = "квантовому спиновому инвертеру" +accusative = "квантовый спиновый инвертер" +instrumental = "квантовым спиновым инвертером" +prepositional = "квантовом спиновом инвертере" +gender = "male" + +["data disk"] +nominative = "диск данных" +genitive = "диска данных" +dative = "диску данных" +accusative = "диск данных" +instrumental = "диском данных" +prepositional = "диске данных" +gender = "male" + +["advanced data disk"] +nominative = "продвинутый диск данных" +genitive = "продвинутого диска данных" +dative = "продвинутому диску данных" +accusative = "продвинутый диск данных" +instrumental = "продвинутым диском данных" +prepositional = "продвинутом диске данных" +gender = "male" + +["super data disk"] +nominative = "супердиск данных" +genitive = "супердиска данных" +dative = "супердиску данных" +accusative = "супердиск данных" +instrumental = "супердиском данных" +prepositional = "супердиске данных" +gender = "male" + +["intelliCard"] +nominative = "интелкарта" +genitive = "интелкарты" +dative = "интелкарте" +accusative = "интелкарту" +instrumental = "интелкартой" +prepositional = "интелкарте" +gender = "female" + +["surveillance software upgrade"] +nominative = "обновление ПО для наблюдения для ИИ" +genitive = "обновления ПО для наблюдения для ИИ" +dative = "обновлению ПО для наблюдения для ИИ" +accusative = "обновление ПО для наблюдения для ИИ" +instrumental = "обновлением ПО для наблюдения для ИИ" +prepositional = "обновлении ПО для наблюдения для ИИ" +gender = "neuter" + +["power transfer upgrade"] +nominative = "обновление передачи мощности для ИИ" +genitive = "обновления передачи мощности для ИИ" +dative = "обновлению передачи мощности для ИИ" +accusative = "обновление передачи мощности для ИИ" +instrumental = "обновлением передачи мощности для ИИ" +prepositional = "обновлении передачи мощности для ИИ" +gender = "neuter" + +["technology disk"] +nominative = "диск для хранения технологий" +genitive = "диска для хранения технологий" +dative = "диску для хранения технологий" +accusative = "диск для хранения технологий" +instrumental = "диском для хранения технологий" +prepositional = "диске для хранения технологий" +gender = "male" + +["Experi-Scanner"] +nominative = "экспери-сканнер" +genitive = "экспери-сканнера" +dative = "экспери-сканнеру" +accusative = "экспери-сканнер" +instrumental = "экспери-сканнером" +prepositional = "экспери-сканнере" +gender = "male" + +["artificial bluespace crystal"] +nominative = "искусственный блюспейс кристал" +genitive = "искусственного блюспейс кристала" +dative = "искусственному блюспейс кристалу" +accusative = "искусственный блюспейс кристал" +instrumental = "искусственным блюспейс кристалом" +prepositional = "искусственном блюспейс кристале" +gender = "male" + +["incomplete free golem shell"] +nominative = "незавершенная оболочка свободного голема" +genitive = "незавершенной оболочки свободного голема" +dative = "незавершенной оболочке свободного голема" +accusative = "незавершенную оболочку свободного голема" +instrumental = "незавершенной оболочкой свободного голема" +prepositional = "незавершенной оболочке свободного голема" +gender = "female" + +["stasis fish case"] +nominative = "стазис-футляр для рыбы" +genitive = "стазис-футляра для рыбы" +dative = "стазис-футляру для рыбы" +accusative = "стазис-футляр для рыбы" +instrumental = "стазис-футляром для рыбы" +prepositional = "стазис-футляре для рыбы" +gender = "male" + +["material fishing rod"] +nominative = "удочка из материала" +genitive = "удочки из материала" +dative = "удочке из материала" +accusative = "удочку из материала" +instrumental = "удочкой из материала" +prepositional = "удочке из материала" +gender = "female" + +["inert bag of holding"] +nominative = "инертная сумка хранения" +genitive = "инертной сумки хранения" +dative = "инертной сумке хранения" +accusative = "инертную сумку хранения" +instrumental = "инертной сумкой хранения" +prepositional = "инертной сумке хранения" +gender = "female" + +["desynchronizer"] +nominative = "десинхронизатор" +genitive = "десинхронизатора" +dative = "десинхронизатору" +accusative = "десинхронизатор" +instrumental = "десинхронизатором" +prepositional = "десинхронизаторе" +gender = "male" + +["biopsy tool"] +nominative = "инструмент для биопсии" +genitive = "инструмента для биопсии" +dative = "инструменту для биопсии" +accusative = "инструмент для биопсии" +instrumental = "инструментом для биопсии" +prepositional = "инструменте для биопсии" +gender = "male" + +["genetic sequence scanner"] +nominative = "сканер генетической последовательности" +genitive = "сканера генетической последовательности" +dative = "сканеру генетической последовательности" +accusative = "сканер генетической последовательности" +instrumental = "сканером генетической последовательности" +prepositional = "сканере генетической последовательности" +gender = "male" + +["DNA data disk"] +nominative = "диск с данными ДНК" +genitive = "диска с данными ДНК" +dative = "диску с данными ДНК" +accusative = "диск с данными ДНК" +instrumental = "диском с данными ДНК" +prepositional = "диске с данными ДНК" +gender = "male" + +["slime scanner"] +nominative = "сканер слизней" +genitive = "сканера слизней" +dative = "сканеру слизней" +accusative = "сканер слизней" +instrumental = "сканером слизней" +prepositional = "сканере слизней" +gender = "male" + +["petri dish"] +nominative = "чашка Петри" +genitive = "чашки Петри" +dative = "чашке Петри" +accusative = "чашку Петри" +instrumental = "чашкой Петри" +prepositional = "чашке Петри" +gender = "female" + +["swab"] +nominative = "мазок" +genitive = "мазка" +dative = "мазку" +accusative = "мазок" +instrumental = "мазком" +prepositional = "мазке" +gender = "male" + +["diagnostic HUD"] +nominative = "диагностический ИЛС" +genitive = "диагностического ИЛС" +dative = "диагностическому ИЛС" +accusative = "диагностический ИЛС" +instrumental = "диагностическим ИЛС" +prepositional = "диагностическом ИЛС" +gender = "male" + +["night vision diagnostic HUD"] +nominative = "диагностический ИЛС с ПНВ" +genitive = "диагностического ИЛС с ПНВ" +dative = "диагностическому ИЛС с ПНВ" +accusative = "диагностический ИЛС с ПНВ" +instrumental = "диагностическим ИЛС с ПНВ" +prepositional = "диагностическом ИЛС с ПНВ" +gender = "male" + +["science goggles"] +nominative = "научные очки" +genitive = "научных очков" +dative = "научным очкам" +accusative = "научные очки" +instrumental = "научными очками" +prepositional = "научных очках" +gender = "plural" + +["night vision science goggles"] +nominative = "научные ПНВ очки" +genitive = "научных ПНВ очков" +dative = "научным ПНВ очкам" +accusative = "научные ПНВ очки" +instrumental = "научными ПНВ очками" +prepositional = "научных ПНВ очках" +gender = "plural" + +["timer"] +nominative = "таймер" +genitive = "таймера" +dative = "таймеру" +accusative = "таймер" +instrumental = "таймером" +prepositional = "таймере" +gender = "male" + +["voice analyzer"] +nominative = "анализатор голоса" +genitive = "анализатора голоса" +dative = "анализатору голоса" +accusative = "анализатор голоса" +instrumental = "анализатором голоса" +prepositional = "анализаторе голоса" +gender = "male" + +["health sensor"] +nominative = "сенсор здоровья" +genitive = "сенсора здоровья" +dative = "сенсору здоровья" +accusative = "сенсор здоровья" +instrumental = "сенсором здоровья" +prepositional = "сенсоре здоровья" +gender = "male" + +["proximity sensor"] +nominative = "датчик движения" +genitive = "датчика движения" +dative = "датчику движения" +accusative = "датчик движения" +instrumental = "датчиком движения" +prepositional = "датчике движения" +gender = "male" + +["beaker"] +nominative = "мензурка" +genitive = "мензурки" +dative = "мензурке" +accusative = "мензурку" +instrumental = "мензуркой" +prepositional = "мензурке" +gender = "female" + +["large beaker"] +nominative = "большая мензурка" +genitive = "большой мензурки" +dative = "большой мензурке" +accusative = "большую мензурку" +instrumental = "большой мензуркой" +prepositional = "большой мензурке" +gender = "female" + +["remote signaling device"] +nominative = "устройство удалённой активации" +genitive = "устройства удалённой активации" +dative = "устройству удалённой активации" +accusative = "устройство удалённой активации" +instrumental = "устройством удалённой активации" +prepositional = "устройстве удалённой активации" +gender = "neuter" + +["infrared emitter"] +nominative = "инфракрасный излучатель" +genitive = "инфракрасного излучателя" +dative = "инфракрасному излучателю" +accusative = "инфракрасный излучатель" +instrumental = "инфракрасным излучателем" +prepositional = "инфракрасном излучателе" +gender = "male" + +["igniter"] +nominative = "запал" +genitive = "запала" +dative = "запалу" +accusative = "запал" +instrumental = "запалом" +prepositional = "запале" +gender = "male" + +["condenser"] +nominative = "конденсор" +genitive = "конденсора" +dative = "конденсору" +accusative = "конденсор" +instrumental = "конденсором" +prepositional = "конденсоре" +gender = "male" + +["polymorphic field inverter"] +nominative = "полиморфный инвертор поля" +genitive = "полиморфного инвертора поля" +dative = "полиморфному инвертору поля" +accusative = "полиморфный инвертор поля" +instrumental = "полиморфным инвертором поля" +prepositional = "полиморфном инверторе поля" +gender = "male" + +["perceptomatrix helm"] +nominative = "шлем перцептоматрикс" +genitive = "шлема перцептоматрикс" +dative = "шлему перцептоматрикс" +accusative = "шлем перцептоматрикс" +instrumental = "шлемом перцептоматрикс" +prepositional = "шлеме перцептоматрикс" +gender = "male" + +["quantum keycard"] +nominative = "квантовая ключ-карта" +genitive = "квантовой ключ-карты" +dative = "квантовой ключ-карте" +accusative = "квантовую ключ-карту" +instrumental = "квантовой ключ-картой" +prepositional = "квантовой ключ-карте" +gender = "female" + +["anomaly neutralizer"] +nominative = "нейтрализатор аномалий" +genitive = "нейтрализатора аномалий" +dative = "нейтрализатору аномалий" +accusative = "нейтрализатор аномалий" +instrumental = "нейтрализатором аномалий" +prepositional = "нейтрализаторе аномалий" +gender = "male" + +["one-point gravitational manipulator"] +nominative = "одноточечный гравитационный манипулятор" +genitive = "одноточечного гравитационного манипулятора" +dative = "одноточечному гравитационному манипулятору" +accusative = "одноточечный гравитационный манипулятор" +instrumental = "одноточечным гравитационным манипулятором" +prepositional = "одноточечном гравитационном манипуляторе" +gender = "male" + +["reactive armor shell"] +nominative = "оболочка реактивной брони" +genitive = "оболочки реактивной брони" +dative = "оболочке реактивной брони" +accusative = "оболочку реактивной брони" +instrumental = "оболочкой реактивной брони" +prepositional = "оболочке реактивной брони" +gender = "female" + +# MARK: Circuits +["integrated circuit"] +nominative = "интегральная схема" +genitive = "интегральной схемы" +dative = "интегральной схеме" +accusative = "интегральную схему" +instrumental = "интегральной схемой" +prepositional = "интегральной схеме" +gender = "female" + +["circuit multitool"] +nominative = "мультитул для схем" +genitive = "мультитула для схем" +dative = "мультитулу для схем" +accusative = "мультитул для схем" +instrumental = "мультитулом для схем" +prepositional = "мультитуле для схем" +gender = "male" + +["usb cable"] +nominative = "USB-кабель" +genitive = "USB-кабеля" +dative = "USB-кабелю" +accusative = "USB-кабель" +instrumental = "USB-кабелем" +prepositional = "USB-кабеле" +gender = "male" + +["compact remote"] +nominative = "компактный пульт" +genitive = "компактного пульта" +dative = "компактному пульту" +accusative = "компактный пульт" +instrumental = "компактным пультом" +prepositional = "компактном пульте" +gender = "male" + +["controller"] +nominative = "контроллер" +genitive = "контроллера" +dative = "контроллеру" +accusative = "контроллер" +instrumental = "контроллером" +prepositional = "контроллере" +gender = "male" + +["scanner"] +nominative = "сканер" +genitive = "сканера" +dative = "сканеру" +accusative = "сканер" +instrumental = "сканером" +prepositional = "сканере" +gender = "male" + +["Keyboard Shell"] +nominative = "оболочка клавиатуры" +genitive = "оболочки клавиатуры" +dative = "оболочке клавиатуры" +accusative = "оболочку клавиатуры" +instrumental = "оболочкой клавиатуры" +prepositional = "оболочке клавиатуры" +gender = "female" + +["circuit gun"] +nominative = "схемный пистолет" +genitive = "схемного пистолета" +dative = "схемному пистолету" +accusative = "схемный пистолет" +instrumental = "схемным пистолетом" +prepositional = "схемном пистолете" +gender = "male" + +["bot assembly"] +nominative = "сборка бота" +genitive = "сборки бота" +dative = "сборке бота" +accusative = "сборку бота" +instrumental = "сборкой бота" +prepositional = "сборке бота" +gender = "female" + +["money bot assembly"] +nominative = "сборка денежного бота" +genitive = "сборки денежного бота" +dative = "сборке денежного бота" +accusative = "сборку денежного бота" +instrumental = "сборкой денежного бота" +prepositional = "сборке денежного бота" +gender = "female" + +["drone assembly"] +nominative = "сборка дрона" +genitive = "сборки дрона" +dative = "сборке дрона" +accusative = "сборку дрона" +instrumental = "сборкой дрона" +prepositional = "сборке дрона" +gender = "female" + +["server assembly"] +nominative = "сборка сервера" +genitive = "сборки сервера" +dative = "сборке сервера" +accusative = "сборку сервера" +instrumental = "сборкой сервера" +prepositional = "сборке сервера" +gender = "female" + +["circuit airlock assembly"] +nominative = "сборка схемного шлюза" +genitive = "сборки схемного шлюза" +dative = "сборке схемного шлюза" +accusative = "сборку схемного шлюза" +instrumental = "сборкой схемного шлюза" +prepositional = "сборке схемного шлюза" +gender = "female" + +["circuit dispenser assembly"] +nominative = "сборка схемного раздатчика" +genitive = "сборки схемного раздатчика" +dative = "сборке схемного раздатчика" +accusative = "сборку схемного раздатчика" +instrumental = "сборкой схемного раздатчика" +prepositional = "сборке схемного раздатчика" +gender = "female" + +["brain-computer interface assembly"] +nominative = "сборка интерфейса мозг-компьютер" +genitive = "сборки интерфейса мозг-компьютер" +dative = "сборке интерфейса мозг-компьютер" +accusative = "сборку интерфейса мозг-компьютер" +instrumental = "сборкой интерфейса мозг-компьютер" +prepositional = "сборке интерфейса мозг-компьютер" +gender = "female" + +["scanner gate assembly"] +nominative = "сборка шлюза сканера" +genitive = "сборки шлюза сканера" +dative = "сборке шлюза сканера" +accusative = "сборку шлюза сканера" +instrumental = "сборкой шлюза сканера" +prepositional = "сборке шлюза сканера" +gender = "female" + +["circuit assembly"] +nominative = "сборка схемы" +genitive = "сборки схемы" +dative = "сборке схемы" +accusative = "сборку схемы" +instrumental = "сборкой схемы" +prepositional = "сборке схемы" +gender = "female" + +["MOD circuit adapter module"] +nominative = "MODуль - адаптер схем" +genitive = "MODуля - адаптера схем" +dative = "MODулю - адаптеру схем" +accusative = "MODуль - адаптер схем" +instrumental = "MODулем - адаптером схем" +prepositional = "MODуле - адаптере схем" +gender = "male" + +# MARK: Robotics +["cyborg upload console"] +nominative = "консоль загрузки киборгов" +genitive = "консоли загрузки киборгов" +dative = "консоли загрузки киборгов" +accusative = "консоль загрузки киборгов" +instrumental = "консолью загрузки киборгов" +prepositional = "консоли загрузки киборгов" +gender = "female" + +["exosuit control console"] +nominative = "консоль управления экзокостюмами" +genitive = "консоли управления экзокостюмами" +dative = "консоли управления экзокостюмами" +accusative = "консоль управления экзокостюмами" +instrumental = "консолью управления экзокостюмами" +prepositional = "консоли управления экзокостюмами" +gender = "female" + +["robotics control console"] +nominative = "консоль управления робототехникой" +genitive = "консоли управления робототехникой" +dative = "консоли управления робототехникой" +accusative = "консоль управления робототехникой" +instrumental = "консолью управления робототехникой" +prepositional = "консоли управления робототехникой" +gender = "female" + +["mech bay power control console"] +nominative = "консоль управления зарядным портом мехов" +genitive = "консоли управления зарядным портом мехов" +dative = "консоли управления зарядным портом мехов" +accusative = "консоль управления зарядным портом мехов" +instrumental = "консолью управления зарядным портом мехов" +prepositional = "консоли управления зарядным портом мехов" +gender = "female" + +["exosuit fabricator"] +nominative = "фабрикатор экзокостюмов" +genitive = "фабрикатора экзокостюмов" +dative = "фабрикатору экзокостюмов" +accusative = "фабрикатор экзокостюмов" +instrumental = "фабрикатором экзокостюмов" +prepositional = "фабрикаторе экзокостюмов" +gender = "male" + +["mech bay power port"] +nominative = "зарядный порт мехов" +genitive = "зарядного порта мехов" +dative = "зарядному порту мехов" +accusative = "зарядный порт мехов" +instrumental = "зарядным портом мехов" +prepositional = "зарядном порту мехов" +gender = "male" + +["cyborg endoskeleton"] +nominative = "эндоскелет киборга" + +["cyborg torso"] +nominative = "кибернетический торс" + +["cyborg head"] +nominative = "кибернетическая голова" + +["cyborg left arm"] +nominative = "кибернетическая левая рука" + +["cyborg right arm"] +nominative = "кибернетическая правая рука" + +["cyborg left leg"] +nominative = "кибернетическая левая нога" + +["cyborg right leg"] +nominative = "кибернетическая правая нога" + +["advanced robotic left arm"] +nominative = "продвинутая кибернетическая левая рука" + +["advanced robotic right arm"] +nominative = "продвинутая кибернетическая правая рука" + +["advanced robotic left leg"] +nominative = "продвинутая кибернетическая левая ногас" + +["advanced robotic right leg"] +nominative = "продвинутая кибернетическая правая нога" + +["cyborg reclassification board"] +nominative = "модуль переименования киборга" + +["cyborg emergency reboot module"] +nominative = "модуль экстренной перезагрузки киборга" + +# MARK: Exosuits +# Ripley +["Ripley Central Control module (Exosuit Board)"] +nominative = "центральный модуль управления экзокостюма \"Рипли\"" +genitive = "центрального модуля управления экзокостюма \"Рипли\"" +dative = "центральному модулю управления экзокостюма \"Рипли\"" +accusative = "центральный модуль управления экзокостюма \"Рипли\"" +instrumental = "центральным модулем управления экзокостюма \"Рипли\"" +prepositional = "центральном модуле управления экзокостюма \"Рипли\"" +gender = "male" + +["Ripley Peripherals Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Рипли\"" +genitive = "модуля управления периферией экзокостюма \"Рипли\"" +dative = "модулю управления периферией экзокостюма \"Рипли\"" +accusative = "модуль управления периферией экзокостюма \"Рипли\"" +instrumental = "модулем управления периферией экзокостюма \"Рипли\"" +prepositional = "модуле управления периферией экзокостюма \"Рипли\"" +gender = "male" + +["Ripley chassis"] +nominative = "шасси экзокостюма \"Рипли\"" +genitive = "шасси экзокостюма \"Рипли\"" +dative = "шасси экзокостюма \"Рипли\"" +accusative = "шасси экзокостюма \"Рипли\"" +instrumental = "шасси экзокостюма \"Рипли\"" +prepositional = "шасси экзокостюма \"Рипли\"" +gender = "neuter" + +["Ripley torso"] +nominative = "торс экзокостюма \"Рипли\"" +genitive = "торса экзокостюма \"Рипли\"" +dative = "торсу экзокостюма \"Рипли\"" +accusative = "торс экзокостюма \"Рипли\"" +instrumental = "торсом экзокостюма \"Рипли\"" +prepositional = "торсе экзокостюма \"Рипли\"" +gender = "male" + +["Ripley left arm"] +nominative = "левая рука экзокостюма \"Рипли\"" +genitive = "левой руки экзокостюма \"Рипли\"" +dative = "левой руке экзокостюма \"Рипли\"" +accusative = "левую руку экзокостюма \"Рипли\"" +instrumental = "левой рукой экзокостюма \"Рипли\"" +prepositional = "левой руке экзокостюма \"Рипли\"" +gender = "female" + +["Ripley right arm"] +nominative = "правая рука экзокостюма \"Рипли\"" +genitive = "правой руки экзокостюма \"Рипли\"" +dative = "правой руке экзокостюма \"Рипли\"" +accusative = "правую руку экзокостюма \"Рипли\"" +instrumental = "правой рукой экзокостюма \"Рипли\"" +prepositional = "правой руке экзокостюма \"Рипли\"" +gender = "female" + +["Ripley left leg"] +nominative = "левая нога экзокостюма \"Рипли\"" +genitive = "левой ноги экзокостюма \"Рипли\"" +dative = "левой ноге экзокостюма \"Рипли\"" +accusative = "левую ногу экзокостюма \"Рипли\"" +instrumental = "левой ногой экзокостюма \"Рипли\"" +prepositional = "левой ноге экзокостюма \"Рипли\"" +gender = "female" + +["Ripley right leg"] +nominative = "правая нога экзокостюма \"Рипли\"" +genitive = "правой ноги экзокостюма \"Рипли\"" +dative = "правой ноге экзокостюма \"Рипли\"" +accusative = "правую ногу экзокостюма \"Рипли\"" +instrumental = "правой ногой экзокостюма \"Рипли\"" +prepositional = "правой ноге экзокостюма \"Рипли\"" +gender = "female" + +# Odysseus +["Odysseus Peripherals Control module (Exosuit Board)"] +nominative = "центральный модуль управления экзокостюма \"Одиссей\"" +genitive = "центрального модуля управления экзокостюма \"Одиссей\"" +dative = "центральному модулю управления экзокостюма \"Одиссей\"" +accusative = "центральный модуль управления экзокостюма \"Одиссей\"" +instrumental = "центральным модулем управления экзокостюма \"Одиссей\"" +prepositional = "центральном модуле управления экзокостюма \"Одиссей\"" +gender = "male" + +["Odysseus Central Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Одиссей\"" +genitive = "модуля управления периферией экзокостюма \"Одиссей\"" +dative = "модулю управления периферией экзокостюма \"Одиссей\"" +accusative = "модуль управления периферией экзокостюма \"Одиссей\"" +instrumental = "модулем управления периферией экзокостюма \"Одиссей\"" +prepositional = "модуле управления периферией экзокостюма \"Одиссей\"" +gender = "male" + +["Odysseus chassis"] +nominative = "шасси экзокостюма \"Одиссей\"" +genitive = "шасси экзокостюма \"Одиссей\"" +dative = "шасси экзокостюма \"Одиссей\"" +accusative = "шасси экзокостюма \"Одиссей\"" +instrumental = "шасси экзокостюма \"Одиссей\"" +prepositional = "шасси экзокостюма \"Одиссей\"" +gender = "neuter" + +["Odysseus torso"] +nominative = "торс экзокостюма \"Одиссей\"" +genitive = "торса экзокостюма \"Одиссей\"" +dative = "торсу экзокостюма \"Одиссей\"" +accusative = "торс экзокостюма \"Одиссей\"" +instrumental = "торсом экзокостюма \"Одиссей\"" +prepositional = "торсе экзокостюма \"Одиссей\"" +gender = "male" + +["Odysseus head"] +nominative = "голова экзокостюма \"Одиссей\"" +genitive = "головы экзокостюма \"Одиссей\"" +dative = "голове экзокостюма \"Одиссей\"" +accusative = "голову экзокостюма \"Одиссей\"" +instrumental = "головой экзокостюма \"Одиссей\"" +prepositional = "голове экзокостюма \"Одиссей\"" +gender = "female" + +["Odysseus left arm"] +nominative = "левая рука экзокостюма \"Одиссей\"" +genitive = "левой руки экзокостюма \"Одиссей\"" +dative = "левой руке экзокостюма \"Одиссей\"" +accusative = "левую руку экзокостюма \"Одиссей\"" +instrumental = "левой рукой экзокостюма \"Одиссей\"" +prepositional = "левой руке экзокостюма \"Одиссей\"" +gender = "female" + +["Odysseus right arm"] +nominative = "правая рука экзокостюма \"Одиссей\"" +genitive = "правой руки экзокостюма \"Одиссей\"" +dative = "правой руке экзокостюма \"Одиссей\"" +accusative = "правую руку экзокостюма \"Одиссей\"" +instrumental = "правой рукой экзокостюма \"Одиссей\"" +prepositional = "правой руке экзокостюма \"Одиссей\"" +gender = "female" + +["Odysseus left leg"] +nominative = "левая нога экзокостюма \"Одиссей\"" +genitive = "левой ноги экзокостюма \"Одиссей\"" +dative = "левой ноге экзокостюма \"Одиссей\"" +accusative = "левую ногу экзокостюма \"Одиссей\"" +instrumental = "левой ногой экзокостюма \"Одиссей\"" +prepositional = "левой ноге экзокостюма \"Одиссей\"" +gender = "female" + +["Odysseus right leg"] +nominative = "правая нога экзокостюма \"Одиссей\"" +genitive = "правой ноги экзокостюма \"Одиссей\"" +dative = "правой ноге экзокостюма \"Одиссей\"" +accusative = "правую ногу экзокостюма \"Одиссей\"" +instrumental = "правой ногой экзокостюма \"Одиссей\"" +prepositional = "правой ноге экзокостюма \"Одиссей\"" +gender = "female" + +# Clarke +["Clarke Central Control module (Exosuit Board)"] +nominative = "центральный модуль управления экзокостюма \"Кларк\"" +genitive = "центрального модуля управления экзокостюма \"Кларк\"" +dative = "центральному модулю управления экзокостюма \"Кларк\"" +accusative = "центральный модуль управления экзокостюма \"Кларк\"" +instrumental = "центральным модулем управления экзокостюма \"Кларк\"" +prepositional = "центральном модуле управления экзокостюма \"Кларк\"" +gender = "male" + +["Clarke Peripherals Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Кларк\"" +genitive = "модуля управления периферией экзокостюма \"Кларк\"" +dative = "модулю управления периферией экзокостюма \"Кларк\"" +accusative = "модуль управления периферией экзокостюма \"Кларк\"" +instrumental = "модулем управления периферией экзокостюма \"Кларк\"" +prepositional = "модуле управления периферией экзокостюма \"Кларк\"" +gender = "male" + +["Clarke chassis"] +nominative = "шасси экзокостюма \"Кларк\"" +genitive = "шасси экзокостюма \"Кларк\"" +dative = "шасси экзокостюма \"Кларк\"" +accusative = "шасси экзокостюма \"Кларк\"" +instrumental = "шасси экзокостюма \"Кларк\"" +prepositional = "шасси экзокостюма \"Кларк\"" +gender = "neuter" + +["Clarke torso"] +nominative = "торс экзокостюма \"Кларк\"" +genitive = "торса экзокостюма \"Кларк\"" +dative = "торсу экзокостюма \"Кларк\"" +accusative = "торс экзокостюма \"Кларк\"" +instrumental = "торсом экзокостюма \"Кларк\"" +prepositional = "торсе экзокостюма \"Кларк\"" +gender = "male" + +["Clarke head"] +nominative = "голова экзокостюма \"Кларк\"" +genitive = "головы экзокостюма \"Кларк\"" +dative = "голове экзокостюма \"Кларк\"" +accusative = "голову экзокостюма \"Кларк\"" +instrumental = "головой экзокостюма \"Кларк\"" +prepositional = "голове экзокостюма \"Кларк\"" +gender = "female" + +["Clarke left arm"] +nominative = "левая рука экзокостюма \"Кларк\"" +genitive = "левой руки экзокостюма \"Кларк\"" +dative = "левой руке экзокостюма \"Кларк\"" +accusative = "левую руку экзокостюма \"Кларк\"" +instrumental = "левой рукой экзокостюма \"Кларк\"" +prepositional = "левой руке экзокостюма \"Кларк\"" +gender = "female" + +["Clarke right arm"] +nominative = "правая рука экзокостюма \"Кларк\"" +genitive = "правой руки экзокостюма \"Кларк\"" +dative = "правой руке экзокостюма \"Кларк\"" +accusative = "правую руку экзокостюма \"Кларк\"" +instrumental = "правой рукой экзокостюма \"Кларк\"" +prepositional = "правой руке экзокостюма \"Кларк\"" +gender = "female" + +# Gygax +["Gygax Central Control module (Exosuit Board)"] +nominative = "центральный модуль управления экзокостюма \"Гигакс\"" +genitive = "центрального модуля управления экзокостюма \"Гигакс\"" +dative = "центральному модулю управления экзокостюма \"Гигакс\"" +accusative = "центральный модуль управления экзокостюма \"Гигакс\"" +instrumental = "центральным модулем управления экзокостюма \"Гигакс\"" +prepositional = "центральном модуле управления экзокостюма \"Гигакс\"" +gender = "male" + +["Gygax Peripherals Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Гигакс\"" +genitive = "модуля управления периферией экзокостюма \"Гигакс\"" +dative = "модулю управления периферией экзокостюма \"Гигакс\"" +accusative = "модуль управления периферией экзокостюма \"Гигакс\"" +instrumental = "модулем управления периферией экзокостюма \"Гигакс\"" +prepositional = "модуле управления периферией экзокостюма \"Гигакс\"" +gender = "male" + +["Gygax Weapon Control and Targeting module (Exosuit Board)"] +nominative = "модуль управления оружием и наводкой экзокостюма \"Гигакс\"" +genitive = "модуля управления оружием и наводкой экзокостюма \"Гигакс\"" +dative = "модулю управления оружием и наводкой экзокостюма \"Гигакс\"" +accusative = "модуль управления оружием и наводкой экзокостюма \"Гигакс\"" +instrumental = "модулем управления оружием и наводкой экзокостюма \"Гигакс\"" +prepositional = "модуле управления оружием и наводкой экзокостюма \"Гигакс\"" +gender = "male" + +["Gygax chassis"] +nominative = "шасси экзокостюма \"Гигакс\"" +genitive = "шасси экзокостюма \"Гигакс\"" +dative = "шасси экзокостюма \"Гигакс\"" +accusative = "шасси экзокостюма \"Гигакс\"" +instrumental = "шасси экзокостюма \"Гигакс\"" +prepositional = "шасси экзокостюма \"Гигакс\"" +gender = "neuter" + +["Gygax torso"] +nominative = "торс экзокостюма \"Гигакс\"" +genitive = "торса экзокостюма \"Гигакс\"" +dative = "торсу экзокостюма \"Гигакс\"" +accusative = "торс экзокостюма \"Гигакс\"" +instrumental = "торсом экзокостюма \"Гигакс\"" +prepositional = "торсе экзокостюма \"Гигакс\"" +gender = "male" + +["Gygax head"] +nominative = "голова экзокостюма \"Гигакс\"" +genitive = "головы экзокостюма \"Гигакс\"" +dative = "голове экзокостюма \"Гигакс\"" +accusative = "голову экзокостюма \"Гигакс\"" +instrumental = "головой экзокостюма \"Гигакс\"" +prepositional = "голове экзокостюма \"Гигакс\"" +gender = "female" + +["Gygax left arm"] +nominative = "левая рука экзокостюма \"Гигакс\"" +genitive = "левой руки экзокостюма \"Гигакс\"" +dative = "левой руке экзокостюма \"Гигакс\"" +accusative = "левую руку экзокостюма \"Гигакс\"" +instrumental = "левой рукой экзокостюма \"Гигакс\"" +prepositional = "левой руке экзокостюма \"Гигакс\"" +gender = "female" + +["Gygax right arm"] +nominative = "правая рука экзокостюма \"Гигакс\"" +genitive = "правой руки экзокостюма \"Гигакс\"" +dative = "правой руке экзокостюма \"Гигакс\"" +accusative = "правую руку экзокостюма \"Гигакс\"" +instrumental = "правой рукой экзокостюма \"Гигакс\"" +prepositional = "правой руке экзокостюма \"Гигакс\"" +gender = "female" + +["Gygax left leg"] +nominative = "левая нога экзокостюма \"Гигакс\"" +genitive = "левой ноги экзокостюма \"Гигакс\"" +dative = "левой ноге экзокостюма \"Гигакс\"" +accusative = "левую ногу экзокостюма \"Гигакс\"" +instrumental = "левой ногой экзокостюма \"Гигакс\"" +prepositional = "левой ноге экзокостюма \"Гигакс\"" +gender = "female" + +["Gygax right leg"] +nominative = "правая нога экзокостюма \"Гигакс\"" +genitive = "правой ноги экзокостюма \"Гигакс\"" +dative = "правой ноге экзокостюма \"Гигакс\"" +accusative = "правую ногу экзокостюма \"Гигакс\"" +instrumental = "правой ногой экзокостюма \"Гигакс\"" +prepositional = "правой ноге экзокостюма \"Гигакс\"" +gender = "female" + +["Gygax armor plates"] +nominative = "бронепластины экзокостюма \"Гигакс\"" +genitive = "бронепластин экзокостюма \"Гигакс\"" +dative = "бронепластинам экзокостюма \"Гигакс\"" +accusative = "бронепластины экзокостюма \"Гигакс\"" +instrumental = "бронепластинами экзокостюма \"Гигакс\"" +prepositional = "бронепластинах экзокостюма \"Гигакс\"" +gender = "plural" + +# Durand +["Durand Central Control module (Exosuit Board)"] +nominative = "центральный модуль управления экзокостюма \"Дюранд\"" +genitive = "центрального модуля управления экзокостюма \"Дюранд\"" +dative = "центральному модулю управления экзокостюма \"Дюранд\"" +accusative = "центральный модуль управления экзокостюма \"Дюранд\"" +instrumental = "центральным модулем управления экзокостюма \"Дюранд\"" +prepositional = "центральном модуле управления экзокостюма \"Дюранд\"" +gender = "male" + +["Durand Peripherals Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Дюранд\"" +genitive = "модуля управления периферией экзокостюма \"Дюранд\"" +dative = "модулю управления периферией экзокостюма \"Дюранд\"" +accusative = "модуль управления периферией экзокостюма \"Дюранд\"" +instrumental = "модулем управления периферией экзокостюма \"Дюранд\"" +prepositional = "модуле управления периферией экзокостюма \"Дюранд\"" +gender = "male" + +["Durand Weapon Control and Targeting module (Exosuit Board)"] +nominative = "модуль управления оружием и наводкой экзокостюма \"Дюранд\"" +genitive = "модуля управления оружием и наводкой экзокостюма \"Дюранд\"" +dative = "модулю управления оружием и наводкой экзокостюма \"Дюранд\"" +accusative = "модуль управления оружием и наводкой экзокостюма \"Дюранд\"" +instrumental = "модулем управления оружием и наводкой экзокостюма \"Дюранд\"" +prepositional = "модуле управления оружием и наводкой экзокостюма \"Дюранд\"" +gender = "male" + +["Durand chassis"] +nominative = "шасси экзокостюма \"Дюранд\"" +genitive = "шасси экзокостюма \"Дюранд\"" +dative = "шасси экзокостюма \"Дюранд\"" +accusative = "шасси экзокостюма \"Дюранд\"" +instrumental = "шасси экзокостюма \"Дюранд\"" +prepositional = "шасси экзокостюма \"Дюранд\"" +gender = "neuter" + +["Durand torso"] +nominative = "торс экзокостюма \"Дюранд\"" +genitive = "торса экзокостюма \"Дюранд\"" +dative = "торсу экзокостюма \"Дюранд\"" +accusative = "торс экзокостюма \"Дюранд\"" +instrumental = "торсом экзокостюма \"Дюранд\"" +prepositional = "торсе экзокостюма \"Дюранд\"" +gender = "male" + +["Durand head"] +nominative = "голова экзокостюма \"Дюранд\"" +genitive = "головы экзокостюма \"Дюранд\"" +dative = "голове экзокостюма \"Дюранд\"" +accusative = "голову экзокостюма \"Дюранд\"" +instrumental = "головой экзокостюма \"Дюранд\"" +prepositional = "голове экзокостюма \"Дюранд\"" +gender = "female" + +["Durand left arm"] +nominative = "левая рука экзокостюма \"Дюранд\"" +genitive = "левой руки экзокостюма \"Дюранд\"" +dative = "левой руке экзокостюма \"Дюранд\"" +accusative = "левую руку экзокостюма \"Дюранд\"" +instrumental = "левой рукой экзокостюма \"Дюранд\"" +prepositional = "левой руке экзокостюма \"Дюранд\"" +gender = "female" + +["Durand right arm"] +nominative = "правая рука экзокостюма \"Дюранд\"" +genitive = "правой руки экзокостюма \"Дюранд\"" +dative = "правой руке экзокостюма \"Дюранд\"" +accusative = "правую руку экзокостюма \"Дюранд\"" +instrumental = "правой рукой экзокостюма \"Дюранд\"" +prepositional = "правой руке экзокостюма \"Дюранд\"" +gender = "female" + +["Durand left leg"] +nominative = "левая нога экзокостюма \"Дюранд\"" +genitive = "левой ноги экзокостюма \"Дюранд\"" +dative = "левой ноге экзокостюма \"Дюранд\"" +accusative = "левую ногу экзокостюма \"Дюранд\"" +instrumental = "левой ногой экзокостюма \"Дюранд\"" +prepositional = "левой ноге экзокостюма \"Дюранд\"" +gender = "female" + +["Durand right leg"] +nominative = "правая нога экзокостюма \"Дюранд\"" +genitive = "правой ноги экзокостюма \"Дюранд\"" +dative = "правой ноге экзокостюма \"Дюранд\"" +accusative = "правую ногу экзокостюма \"Дюранд\"" +instrumental = "правой ногой экзокостюма \"Дюранд\"" +prepositional = "правой ноге экзокостюма \"Дюранд\"" +gender = "female" + +["Durand armor plates"] +nominative = "бронепластины экзокостюма \"Дюранд\"" +genitive = "бронепластин экзокостюма \"Дюранд\"" +dative = "бронепластинам экзокостюма \"Дюранд\"" +accusative = "бронепластины экзокостюма \"Дюранд\"" +instrumental = "бронепластинами экзокостюма \"Дюранд\"" +prepositional = "бронепластинах экзокостюма \"Дюранд\"" +gender = "plural" + +# Phazon +["Phazon Central Control module (Exosuit Board)"] +nominative = "центральный модуль управления экзокостюма \"Фазон\"" +genitive = "центрального модуля управления экзокостюма \"Фазон\"" +dative = "центральному модулю управления экзокостюма \"Фазон\"" +accusative = "центральный модуль управления экзокостюма \"Фазон\"" +instrumental = "центральным модулем управления экзокостюма \"Фазон\"" +prepositional = "центральном модуле управления экзокостюма \"Фазон\"" +gender = "male" + +["Phazon Peripherals Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Фазон\"" +genitive = "модуля управления периферией экзокостюма \"Фазон\"" +dative = "модулю управления периферией экзокостюма \"Фазон\"" +accusative = "модуль управления периферией экзокостюма \"Фазон\"" +instrumental = "модулем управления периферией экзокостюма \"Фазон\"" +prepositional = "модуле управления периферией экзокостюма \"Фазон\"" +gender = "male" + +["Phazon Weapon Control and Targeting module (Exosuit Board)"] +nominative = "модуль управления оружием и наводкой экзокостюма \"Фазон\"" +genitive = "модуля управления оружием и наводкой экзокостюма \"Фазон\"" +dative = "модулю управления оружием и наводкой экзокостюма \"Фазон\"" +accusative = "модуль управления оружием и наводкой экзокостюма \"Фазон\"" +instrumental = "модулем управления оружием и наводкой экзокостюма \"Фазон\"" +prepositional = "модуле управления оружием и наводкой экзокостюма \"Фазон\"" +gender = "male" + +["Phazon chassis"] +nominative = "шасси экзокостюма \"Фазон\"" +genitive = "шасси экзокостюма \"Фазон\"" +dative = "шасси экзокостюма \"Фазон\"" +accusative = "шасси экзокостюма \"Фазон\"" +instrumental = "шасси экзокостюма \"Фазон\"" +prepositional = "шасси экзокостюма \"Фазон\"" +gender = "neuter" + +["Phazon torso"] +nominative = "торс экзокостюма \"Фазон\"" +genitive = "торса экзокостюма \"Фазон\"" +dative = "торсу экзокостюма \"Фазон\"" +accusative = "торс экзокостюма \"Фазон\"" +instrumental = "торсом экзокостюма \"Фазон\"" +prepositional = "торсе экзокостюма \"Фазон\"" +gender = "male" + +["Phazon head"] +nominative = "голова экзокостюма \"Фазон\"" +genitive = "головы экзокостюма \"Фазон\"" +dative = "голове экзокостюма \"Фазон\"" +accusative = "голову экзокостюма \"Фазон\"" +instrumental = "головой экзокостюма \"Фазон\"" +prepositional = "голове экзокостюма \"Фазон\"" +gender = "female" + +["Phazon left arm"] +nominative = "левая рука экзокостюма \"Фазон\"" +genitive = "левой руки экзокостюма \"Фазон\"" +dative = "левой руке экзокостюма \"Фазон\"" +accusative = "левую руку экзокостюма \"Фазон\"" +instrumental = "левой рукой экзокостюма \"Фазон\"" +prepositional = "левой руке экзокостюма \"Фазон\"" +gender = "female" + +["Phazon right arm"] +nominative = "правая рука экзокостюма \"Фазон\"" +genitive = "правой руки экзокостюма \"Фазон\"" +dative = "правой руке экзокостюма \"Фазон\"" +accusative = "правую руку экзокостюма \"Фазон\"" +instrumental = "правой рукой экзокостюма \"Фазон\"" +prepositional = "правой руке экзокостюма \"Фазон\"" +gender = "female" + +["Phazon left leg"] +nominative = "левая нога экзокостюма \"Фазон\"" +genitive = "левой ноги экзокостюма \"Фазон\"" +dative = "левой ноге экзокостюма \"Фазон\"" +accusative = "левую ногу экзокостюма \"Фазон\"" +instrumental = "левой ногой экзокостюма \"Фазон\"" +prepositional = "левой ноге экзокостюма \"Фазон\"" +gender = "female" + +["Phazon right leg"] +nominative = "правая нога экзокостюма \"Фазон\"" +genitive = "правой ноги экзокостюма \"Фазон\"" +dative = "правой ноге экзокостюма \"Фазон\"" +accusative = "правую ногу экзокостюма \"Фазон\"" +instrumental = "правой ногой экзокостюма \"Фазон\"" +prepositional = "правой ноге экзокостюма \"Фазон\"" +gender = "female" + +["Phazon armor"] +nominative = "броня экзокостюма \"Фазон\"" +genitive = "брони экзокостюма \"Фазон\"" +dative = "броне экзокостюма \"Фазон\"" +accusative = "броню экзокостюма \"Фазон\"" +instrumental = "броней экзокостюма \"Фазон\"" +prepositional = "броне экзокостюма \"Фазон\"" +gender = "female" + +# HONK +["H.O.N.K Central Control module (Exosuit Board)"] +nominative = "центральный модуль управления экзокостюма \"Х.О.Н.К\"" +genitive = "центрального модуля управления экзокостюма \"Х.О.Н.К\"" +dative = "центральному модулю управления экзокостюма \"Х.О.Н.К\"" +accusative = "центральный модуль управления экзокостюма \"Х.О.Н.К\"" +instrumental = "центральным модулем управления экзокостюма \"Х.О.Н.К\"" +prepositional = "центральном модуле управления экзокостюма \"Х.О.Н.К\"" +gender = "male" + +["H.O.N.K Peripherals Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Х.О.Н.К\"" +genitive = "модуля управления периферией экзокостюма \"Х.О.Н.К\"" +dative = "модулю управления периферией экзокостюма \"Х.О.Н.К\"" +accusative = "модуль управления периферией экзокостюма \"Х.О.Н.К\"" +instrumental = "модулем управления периферией экзокостюма \"Х.О.Н.К\"" +prepositional = "модуле управления периферией экзокостюма \"Х.О.Н.К\"" +gender = "male" + +["H.O.N.K Weapon Control and Targeting module (Exosuit Board)"] +nominative = "модуль управления оружием и наводкой экзокостюма \"Х.О.Н.К\"" +genitive = "модуля управления оружием и наводкой экзокостюма \"Х.О.Н.К\"" +dative = "модулю управления оружием и наводкой экзокостюма \"Х.О.Н.К\"" +accusative = "модуль управления оружием и наводкой экзокостюма \"Х.О.Н.К\"" +instrumental = "модулем управления оружием и наводкой экзокостюма \"Х.О.Н.К\"" +prepositional = "модуле управления оружием и наводкой экзокостюма \"Х.О.Н.К\"" +gender = "male" + +["H.O.N.K chassis"] +nominative = "шасси экзокостюма \"Х.О.Н.К\"" +genitive = "шасси экзокостюма \"Х.О.Н.К\"" +dative = "шасси экзокостюма \"Х.О.Н.К\"" +accusative = "шасси экзокостюма \"Х.О.Н.К\"" +instrumental = "шасси экзокостюма \"Х.О.Н.К\"" +prepositional = "шасси экзокостюма \"Х.О.Н.К\"" +gender = "neuter" + +["H.O.N.K torso"] +nominative = "торс экзокостюма \"Х.О.Н.К\"" +genitive = "торса экзокостюма \"Х.О.Н.К\"" +dative = "торсу экзокостюма \"Х.О.Н.К\"" +accusative = "торс экзокостюма \"Х.О.Н.К\"" +instrumental = "торсом экзокостюма \"Х.О.Н.К\"" +prepositional = "торсе экзокостюма \"Х.О.Н.К\"" +gender = "male" + +["H.O.N.K head"] +nominative = "голова экзокостюма \"Х.О.Н.К\"" +genitive = "головы экзокостюма \"Х.О.Н.К\"" +dative = "голове экзокостюма \"Х.О.Н.К\"" +accusative = "голову экзокостюма \"Х.О.Н.К\"" +instrumental = "головой экзокостюма \"Х.О.Н.К\"" +prepositional = "голове экзокостюма \"Х.О.Н.К\"" +gender = "female" + +["H.O.N.K left arm"] +nominative = "левая рука экзокостюма \"Х.О.Н.К\"" +genitive = "левой руки экзокостюма \"Х.О.Н.К\"" +dative = "левой руке экзокостюма \"Х.О.Н.К\"" +accusative = "левую руку экзокостюма \"Х.О.Н.К\"" +instrumental = "левой рукой экзокостюма \"Х.О.Н.К\"" +prepositional = "левой руке экзокостюма \"Х.О.Н.К\"" +gender = "female" + +["H.O.N.K right arm"] +nominative = "правая рука экзокостюма \"Х.О.Н.К\"" +genitive = "правой руки экзокостюма \"Х.О.Н.К\"" +dative = "правой руке экзокостюма \"Х.О.Н.К\"" +accusative = "правую руку экзокостюма \"Х.О.Н.К\"" +instrumental = "правой рукой экзокостюма \"Х.О.Н.К\"" +prepositional = "правой руке экзокостюма \"Х.О.Н.К\"" +gender = "female" + +["H.O.N.K left leg"] +nominative = "левая нога экзокостюма \"Х.О.Н.К\"" +genitive = "левой ноги экзокостюма \"Х.О.Н.К\"" +dative = "левой ноге экзокостюма \"Х.О.Н.К\"" +accusative = "левую ногу экзокостюма \"Х.О.Н.К\"" +instrumental = "левой ногой экзокостюма \"Х.О.Н.К\"" +prepositional = "левой ноге экзокостюма \"Х.О.Н.К\"" +gender = "female" + +["H.O.N.K right leg"] +nominative = "правая нога экзокостюма \"Х.О.Н.К\"" +genitive = "правой ноги экзокостюма \"Х.О.Н.К\"" +dative = "правой ноге экзокостюма \"Х.О.Н.К\"" +accusative = "правую ногу экзокостюма \"Х.О.Н.К\"" +instrumental = "правой ногой экзокостюма \"Х.О.Н.К\"" +prepositional = "правой ноге экзокостюма \"Х.О.Н.К\"" +gender = "female" + +# Savannah-Ivanov +["Savannah-Ivanov Combination Control Lock module (Exosuit Board)"] +nominative = "модуль комбинированного замка управления экзокостюма \"Саванна-Иванов\"" +genitive = "модуля комбинированного замка управления экзокостюма \"Саванна-Иванов\"" +dative = "модулю комбинированного замка управления экзокостюма \"Саванна-Иванов\"" +accusative = "модуль комбинированного замка управления экзокостюма \"Саванна-Иванов\"" +instrumental = "модулем комбинированного замка управления экзокостюма \"Саванна-Иванов\"" +prepositional = "модуле комбинированного замка управления экзокостюма \"Саванна-Иванов\"" +gender = "male" + +["Savannah Peripherals Control module (Exosuit Board)"] +nominative = "модуль управления периферией экзокостюма \"Саванна\"" +genitive = "модуля управления периферией экзокостюма \"Саванна\"" +dative = "модулю управления периферией экзокостюма \"Саванна\"" +accusative = "модуль управления периферией экзокостюма \"Саванна\"" +instrumental = "модулем управления периферией экзокостюма \"Саванна\"" +prepositional = "модуле управления периферией экзокостюма \"Саванна\"" +gender = "male" + +["Ivanov Weapon Control and Targeting module (Exosuit Board)"] +nominative = "модуль управления оружием и наводкой экзокостюма \"Иванов\"" +genitive = "модуля управления оружием и наводкой экзокостюма \"Иванов\"" +dative = "модулю управления оружием и наводкой экзокостюма \"Иванов\"" +accusative = "модуль управления оружием и наводкой экзокостюма \"Иванов\"" +instrumental = "модулем управления оружием и наводкой экзокостюма \"Иванов\"" +prepositional = "модуле управления оружием и наводкой экзокостюма \"Иванов\"" +gender = "male" + +["Savannah-Ivanov chassis"] +nominative = "шасси экзокостюма \"Саванна-Иванов\"" +genitive = "шасси экзокостюма \"Саванна-Иванов\"" +dative = "шасси экзокостюма \"Саванна-Иванов\"" +accusative = "шасси экзокостюма \"Саванна-Иванов\"" +instrumental = "шасси экзокостюма \"Саванна-Иванов\"" +prepositional = "шасси экзокостюма \"Саванна-Иванов\"" +gender = "neuter" + +["Savannah-Ivanov torso"] +nominative = "торс экзокостюма \"Саванна-Иванов\"" +genitive = "торса экзокостюма \"Саванна-Иванов\"" +dative = "торсу экзокостюма \"Саванна-Иванов\"" +accusative = "торс экзокостюма \"Саванна-Иванов\"" +instrumental = "торсом экзокостюма \"Саванна-Иванов\"" +prepositional = "торсе экзокостюма \"Саванна-Иванов\"" +gender = "male" + +["Savannah-Ivanov head"] +nominative = "голова экзокостюма \"Саванна-Иванов\"" +genitive = "головы экзокостюма \"Саванна-Иванов\"" +dative = "голове экзокостюма \"Саванна-Иванов\"" +accusative = "голову экзокостюма \"Саванна-Иванов\"" +instrumental = "головой экзокостюма \"Саванна-Иванов\"" +prepositional = "голове экзокостюма \"Саванна-Иванов\"" +gender = "female" + +["Savannah-Ivanov left arm"] +nominative = "левая рука экзокостюма \"Саванна-Иванов\"" +genitive = "левой руки экзокостюма \"Саванна-Иванов\"" +dative = "левой руке экзокостюма \"Саванна-Иванов\"" +accusative = "левую руку экзокостюма \"Саванна-Иванов\"" +instrumental = "левой рукой экзокостюма \"Саванна-Иванов\"" +prepositional = "левой руке экзокостюма \"Саванна-Иванов\"" +gender = "female" + +["Savannah-Ivanov right arm"] +nominative = "правая рука экзокостюма \"Саванна-Иванов\"" +genitive = "правой руки экзокостюма \"Саванна-Иванов\"" +dative = "правой руке экзокостюма \"Саванна-Иванов\"" +accusative = "правую руку экзокостюма \"Саванна-Иванов\"" +instrumental = "правой рукой экзокостюма \"Саванна-Иванов\"" +prepositional = "правой руке экзокостюма \"Саванна-Иванов\"" +gender = "female" + +["Savannah-Ivanov left leg"] +nominative = "левая нога экзокостюма \"Саванна-Иванов\"" +genitive = "левой ноги экзокостюма \"Саванна-Иванов\"" +dative = "левой ноге экзокостюма \"Саванна-Иванов\"" +accusative = "левую ногу экзокостюма \"Саванна-Иванов\"" +instrumental = "левой ногой экзокостюма \"Саванна-Иванов\"" +prepositional = "левой ноге экзокостюма \"Саванна-Иванов\"" +gender = "female" + +["Savannah-Ivanov right leg"] +nominative = "правая нога экзокостюма \"Саванна-Иванов\"" +genitive = "правой ноги экзокостюма \"Саванна-Иванов\"" +dative = "правой ноге экзокостюма \"Саванна-Иванов\"" +accusative = "правую ногу экзокостюма \"Саванна-Иванов\"" +instrumental = "правой ногой экзокостюма \"Саванна-Иванов\"" +prepositional = "правой ноге экзокостюма \"Саванна-Иванов\"" +gender = "female" + +["Savannah-Ivanov armor"] +nominative = "броня экзокостюма \"Саванна-Иванов\"" +genitive = "брони экзокостюма \"Саванна-Иванов\"" +dative = "броне экзокостюма \"Саванна-Иванов\"" +accusative = "броню экзокостюма \"Саванна-Иванов\"" +instrumental = "броней экзокостюма \"Саванна-Иванов\"" +prepositional = "броне экзокостюма \"Саванна-Иванов\"" +gender = "female" + +# Justice +["Justice chassis"] +nominative = "шасси экзокостюма \"Джастис\"" +genitive = "шасси экзокостюма \"Джастис\"" +dative = "шасси экзокостюма \"Джастис\"" +accusative = "шасси экзокостюма \"Джастис\"" +instrumental = "шасси экзокостюма \"Джастис\"" +prepositional = "шасси экзокостюма \"Джастис\"" +gender = "neuter" + +["Justice torso"] +nominative = "торс экзокостюма \"Джастис\"" +genitive = "торса экзокостюма \"Джастис\"" +dative = "торсу экзокостюма \"Джастис\"" +accusative = "торс экзокостюма \"Джастис\"" +instrumental = "торсом экзокостюма \"Джастис\"" +prepositional = "торсе экзокостюма \"Джастис\"" +gender = "male" + +["Justice left arm"] +nominative = "левая рука экзокостюма \"Джастис\"" +genitive = "левой руки экзокостюма \"Джастис\"" +dative = "левой руке экзокостюма \"Джастис\"" +accusative = "левую руку экзокостюма \"Джастис\"" +instrumental = "левой рукой экзокостюма \"Джастис\"" +prepositional = "левой руке экзокостюма \"Джастис\"" +gender = "female" + +["Justice right arm"] +nominative = "правая рука экзокостюма \"Джастис\"" +genitive = "правой руки экзокостюма \"Джастис\"" +dative = "правой руке экзокостюма \"Джастис\"" +accusative = "правую руку экзокостюма \"Джастис\"" +instrumental = "правой рукой экзокостюма \"Джастис\"" +prepositional = "правой руке экзокостюма \"Джастис\"" +gender = "female" + +["Justice left leg"] +nominative = "левая нога экзокостюма \"Джастис\"" +genitive = "левой ноги экзокостюма \"Джастис\"" +dative = "левой ноге экзокостюма \"Джастис\"" +accusative = "левую ногу экзокостюма \"Джастис\"" +instrumental = "левой ногой экзокостюма \"Джастис\"" +prepositional = "левой ноге экзокостюма \"Джастис\"" +gender = "female" + +["Justice right leg"] +nominative = "правая нога экзокостюма \"Джастис\"" +genitive = "правой ноги экзокостюма \"Джастис\"" +dative = "правой ноге экзокостюма \"Джастис\"" +accusative = "правую ногу экзокостюма \"Джастис\"" +instrumental = "правой ногой экзокостюма \"Джастис\"" +prepositional = "правой ноге экзокостюма \"Джастис\"" +gender = "female" + +["Justice armor"] +nominative = "броня экзокостюма \"Джастис\"" +genitive = "брони экзокостюма \"Джастис\"" +dative = "броне экзокостюма \"Джастис\"" +accusative = "броню экзокостюма \"Джастис\"" +instrumental = "броней экзокостюма \"Джастис\"" +prepositional = "броне экзокостюма \"Джастис\"" +gender = "female" + +# MARK: Exosuit equipment +["LBX AC 10 \"Scattershot\""] +nominative = "дробовик LBX AC 10 \"Залп\"" +genitive = "дробовика LBX AC 10 \"Залп\"" +dative = "дробовику LBX AC 10 \"Залп\"" +accusative = "дробовик LBX AC 10 \"Залп\"" +instrumental = "дробовиком LBX AC 10 \"Залп\"" +prepositional = "дробовике LBX AC 10 \"Залп\"" +gender = "male" + +["scattershot ammo box"] +nominative = "патроны для LBX AC 10" +genitive = "патронов для LBX AC 10" +dative = "патронам для LBX AC 10" +accusative = "патроны для LBX AC 10" +instrumental = "патронами для LBX AC 10" +prepositional = "патронах для LBX AC 10" +gender = "plural" + +["FNX-99 \"Hades\" Carbine"] +nominative = "карабин FNX-99 \"Аид\"" +genitive = "карабина FNX-99 \"Аид\"" +dative = "карабину FNX-99 \"Аид\"" +accusative = "карабин FNX-99 \"Аид\"" +instrumental = "карабином FNX-99 \"Аид\"" +prepositional = "карабине FNX-99 \"Аид\"" +gender = "male" + +["incendiary ammo box"] +nominative = "патроны для FNX-99" +genitive = "патронов для FNX-99" +dative = "патронам для FNX-99" +accusative = "патроны для FNX-99" +instrumental = "патронами для FNX-99" +prepositional = "патронах для FNX-99" +gender = "plural" + +["MKIV ion heavy cannon"] +nominative = "тяжелая ионная пушка MKIV" +genitive = "тяжелой ионной пушки MKIV" +dative = "тяжелой ионной пушке MKIV" +accusative = "тяжелую ионную пушку MKIV" +instrumental = "тяжелой ионной пушкой MKIV" +prepositional = "тяжелой ионной пушке MKIV" +gender = "female" + +["MKI Tesla Cannon"] +nominative = "тесла-пушка MK1" +genitive = "тесла-пушки MK1" +dative = "тесла-пушке MK1" +accusative = "тесла-пушку MK1" +instrumental = "тесла-пушкой MK1" +prepositional = "тесла-пушке MK1" +gender = "female" + +["CH-PS \"Immolator\" laser"] +nominative = "лазер CH-PS \"Испепелитель\"" +genitive = "лазера CH-PS \"Испепелитель\"" +dative = "лазеру CH-PS \"Испепелитель\"" +accusative = "лазер CH-PS \"Испепелитель\"" +instrumental = "лазером CH-PS \"Испепелитель\"" +prepositional = "лазере CH-PS \"Испепелитель\"" +gender = "male" + +["CH-LC \"Solaris\" laser cannon"] +nominative = "лазерная пушка \"Солярис\"" +genitive = "лазерной пушки \"Солярис\"" +dative = "лазерной пушке \"Солярис\"" +accusative = "лазерную пушку \"Солярис\"" +instrumental = "лазерной пушкой \"Солярис\"" +prepositional = "лазерной пушке \"Солярис\"" +gender = "female" + +["CH-DS \"Peacemaker\" disabler"] +nominative = "дизейблер CH-DS \"Миротворец\"" +genitive = "дизейблера CH-DS \"Миротворец\"" +dative = "дизейблеру CH-DS \"Миротворец\"" +accusative = "дизейблер CH-DS \"Миротворец\"" +instrumental = "дизейблером CH-DS \"Миротворец\"" +prepositional = "дизейблере CH-DS \"Миротворец\"" +gender = "male" + +["SGL-6 grenade launcher"] +nominative = "светошумовой гранатомёт SGL-6" +genitive = "светошумового гранатомёта SGL-6" +dative = "светошумовому гранатомёту SGL-6" +accusative = "светошумовой гранатомёт SGL-6" +instrumental = "светошумовым гранатомётом SGL-6" +prepositional = "светошумовом гранатомёте SGL-6" +gender = "male" + +["launchable flashbangs"] +nominative = "светошумовые для SGL-6" +genitive = "светошумовых для SGL-6" +dative = "светошумовым для SGL-6" +accusative = "светошумовые для SGL-6" +instrumental = "светошумовыми для SGL-6" +prepositional = "светошумовых для SGL-6" +gender = "plural" + +["SOB-3 grenade launcher"] +nominative = "кластерный гранатомёт SOB-3" +genitive = "кластерного гранатомёта SOB-3" +dative = "кластерному гранатомёту SOB-3" +accusative = "кластерный гранатомёт SOB-3" +instrumental = "кластерным гранатомётом SOB-3" +prepositional = "кластерном гранатомёте SOB-3" +gender = "male" + +["launchable flashbang clusters"] +nominative = "кластерные гранаты для SOB-3" +genitive = "кластерных гранат для SOB-3" +dative = "кластерным гранатам для SOB-3" +accusative = "кластерные гранаты для SOB-3" +instrumental = "кластерными гранатами для SOB-3" +prepositional = "кластерных гранатах для SOB-3" +gender = "plural" + +["precision explosive missiles"] +nominative = "ракеты для PEP-6" +genitive = "ракет для PEP-6" +dative = "ракетам для PEP-6" +accusative = "ракеты для PEP-6" +instrumental = "ракетами для PEP-6" +prepositional = "ракетах для PEP-6" +gender = "plural" + +["PEP-6 missile rack"] +nominative = "пусковая ракетная установка PEP-6" + +["mounted wormhole generator"] +nominative = "генератор червоточин экзокостюма" + +["mounted teleporter"] +nominative = "телепортер экзокостюма" + +["mounted RCD"] +nominative = "УБС экзокостюма" + +["RCS thruster package"] +nominative = "RCS толкатели" + +["mounted gravitational catapult"] +nominative = "гравитационная катапульта экзокостюма" + +["exosuit repair droid"] +nominative = "ремонтный дроид экзокостюма" + +["Impact Cushion Plates"] +nominative = "реактивный усилитель брони" + +["Projectile Shielding"] +nominative = "отражающий усилитель брони" + +["diamond-tipped exosuit drill"] +nominative = "алмазный бур экзокостюма" + +["217-D Heavy Plasma Cutter"] +nominative = "тяжелый плазменный резак 217-D" + +["Exosuit Proto-kinetic Accelerator"] +nominative = "протокинетический акселератор экзокостюма" + +["Ultra AC 2"] +nominative = "пулемёт Ultra AC 2" + +["machine gun ammo box"] +nominative = "патроны для Ultra AC 2" + +["mounted sleeper"] +nominative = "слипер экзокостюма" + +["exosuit syringe gun"] +nominative = "шприцемёт экзокостюма" + +["exosuit medical beamgun"] +nominative = "медицинская лучевая пушка экзокостюма" + +["Ripley MK-II Conversion Kit"] +nominative = "набор для переоборудования в Рипли MK-II" + +["Paddy Conversion Kit"] +nominative = "набор для переоборудования в Падди" + +["hydraulic clamp"] +nominative = "гидравлическая клешня" + +["hydraulic claw"] +nominative = "гидравлический коготь" + +["exosuit drill"] +nominative = "дрель экзокостюма" + +["exosuit mining scanner"] +nominative = "шахтёрский сканер экзокостюма" +genitive = "шахтёрского сканера экзокостюма" +dative = "шахтёрскому сканеру экзокостюма" +accusative = "шахтёрский сканер экзокостюма" +instrumental = "шахтёрским сканером экзокостюма" +prepositional = "шахтёрском сканере экзокостюма" +gender = "male" + +["exosuit extinguisher"] +nominative = "огнетушитель экзокостюма" +genitive = "огнетушителя экзокостюма" +dative = "огнетушителю экзокостюма" +accusative = "огнетушитель экзокостюма" +instrumental = "огнетушителем экзокостюма" +prepositional = "огнетушителе экзокостюма" +gender = "male" + +["plasma engine"] +nominative = "плазменный генератор" +genitive = "плазменного генератора" +dative = "плазменному генератору" +accusative = "плазменный генератор" +instrumental = "плазменным генератором" +prepositional = "плазменном генераторе" +gender = "male" + +["mousetrap mortar"] +nominative = "мышеловочная мортира" +genitive = "мышеловочной мортиры" +dative = "мышеловочной мортире" +accusative = "мышеловочную мортиу" +instrumental = "мышеловочной мортирой" +prepositional = "мышеловочной мортире" +gender = "female" + +["banana mortar"] +nominative = "банановая мортира" +genitive = "банановой мортиры" +dative = "банановой мортире" +accusative = "банановую мортиу" +instrumental = "банановой мортирой" +prepositional = "банановой мортире" +gender = "female" + +["HoNkER BlAsT 5000"] +nominative = "ХоНКоВзРыВ 5000" +genitive = "ХоНКоВзРыВа 5000" +dative = "ХоНКоВзРыВу 5000" +accusative = "ХоНКоВзРыВ 5000" +instrumental = "ХоНКоВзРыВом 5000" +prepositional = "ХоНКоВзРыВе 5000" +gender = "male" + +["Oingo Boingo Punch-face"] +nominative = "Оинго-Боинго лицебитель" +genitive = "Оинго-Боинго лицебителя" +dative = "Оинго-Боинго лицебителю" +accusative = "Оинго-Боинго лицебителя" +instrumental = "Оинго-Боинго лицебителем" +prepositional = "Оинго-Боинго лицебителе" +gender = "male" + +["mounted radio"] +nominative = "рация экзокостюма" +genitive = "рации экзокостюма" +dative = "рации экзокостюма" +accusative = "рацию экзокостюма" +instrumental = "рацией экзокостюма" +prepositional = "рации экзокостюма" +gender = "female" + +["mounted air tank"] +nominative = "баллон воздуха экзокостюма" +genitive = "баллона воздуха экзокостюма" +dative = "баллону воздуха экзокостюма" +accusative = "баллон воздуха экзокостюма" +instrumental = "баллоном воздуха экзокостюма" +prepositional = "баллоне воздуха экзокостюма" +gender = "male" + +["exosuit tracking beacon"] +nominative = "маячок слежения экзокостюма" +genitive = "маячка слежения экзокостюма" +dative = "маячку слежения экзокостюма" +accusative = "маячок слежения экзокостюма" +instrumental = "маячком слежения экзокостюма" +prepositional = "маячке слежения экзокостюма" +gender = "male" + +["exosuit AI control beacon"] +nominative = "маячок для управления ИИ экзокостюма" +genitive = "маячка для управления ИИ экзокостюма" +dative = "маячку для управления ИИ экзокостюма" +accusative = "маячок для управления ИИ экзокостюма" +instrumental = "маячком для управления ИИ экзокостюма" +prepositional = "маячке для управления ИИ экзокостюма" +gender = "male" + +["exosuit-mounted camera"] +nominative = "камера экзокостюма" +genitive = "камеры экзокостюма" +dative = "камере экзокостюма" +accusative = "камеру экзокостюма" +instrumental = "камерой экзокостюма" +prepositional = "камере экзокостюма" +gender = "female" + +# MARK: Silicons + +["Man-Machine Interface"] +nominative = "интерфейс человек-машина" +genitive = "интерфейса человек-машина" +dative = "интерфейсу человек-машина" +accusative = "интерфейс человек-машина" +instrumental = "интерфейсом человек-машина" +prepositional = "интерфейсе человек-машина" +gender = "male" + +["positronic brain"] +nominative = "позитронный мозг" +genitive = "позитронного мозга" +dative = "позитронному мозгу" +accusative = "позитронный мозг" +instrumental = "позитронным мозгом" +prepositional = "позитронном мозге" +gender = "male" + +["positronic sphere"] +nominative = "позитронная сфера" +genitive = "позитронной сферы" +dative = "позитронной сфере" +accusative = "позитронную сферу" +instrumental = "позитронной сферой" +prepositional = "позитронной сфере" +gender = "female" + +["self-repair module"] +nominative = "модуль саморемонта" +genitive = "модуля саморемонта" +dative = "модулю саморемонта" +accusative = "модуль саморемонта" +instrumental = "модулем саморемонта" +prepositional = "модуле саморемонта" +gender = "male" + +["illegal equipment module"] +nominative = "модуль нелегального оборудования" +genitive = "модуля нелегального оборудования" +dative = "модулю нелегального оборудования" +accusative = "модуль нелегального оборудования" +instrumental = "модулем нелегального оборудования" +prepositional = "модуле нелегального оборудования" +gender = "male" + +["ion thruster upgrade"] +nominative = "ионные толкатели" +genitive = "ионных толкателей" +dative = "ионным толкателям" +accusative = "ионные толкатели" +instrumental = "ионными толкателями" +prepositional = "ионных толкателях" +gender = "male" + +["cyborg rapid disabler cooling module"] +nominative = "модуль быстрого охлаждения дизейблера" +genitive = "модуля быстрого охлаждения дизейблера" +dative = "модулю быстрого охлаждения дизейблера" +accusative = "модуль быстрого охлаждения дизейблера" +instrumental = "модулем быстрого охлаждения дизейблера" +prepositional = "модуле быстрого охлаждения дизейблера" +gender = "male" + +["mining cyborg diamond drill"] +nominative = "алмазная дрель шахтёрского киборга" +genitive = "алмазной дрели шахтёрского киборга" +dative = "алмазной дрели шахтёрского киборга" +accusative = "алмазную дрель шахтёрского киборга" +instrumental = "алмазной дрелью шахтёрского киборга" +prepositional = "алмазной дрели шахтёрского киборга" +gender = "female" + +["mining cyborg satchel of holding"] +nominative = "ранец хранения шахтёрского киборга" +genitive = "ранца хранения шахтёрского киборга" +dative = "ранцу хранения шахтёрского киборга" +accusative = "ранец хранения шахтёрского киборга" +instrumental = "ранцем хранения шахтёрского киборга" +prepositional = "ранце хранения шахтёрского киборга" +gender = "male" + +["mining cyborg lavaproof chassis"] +nominative = "лавастойкие шасси шахтёрского киборга" +genitive = "лавастойких шасси шахтёрского киборга" +dative = "лавастойким шасси шахтёрского киборга" +accusative = "лавастойкие шасси шахтёрского киборга" +instrumental = "лавастойкими шасси шахтёрского киборга" +prepositional = "лавастойких шасси шахтёрского киборга" +gender = "neuter" + +["borg model picker (Clown)"] +nominative = "модуль набора клоуна" +genitive = "модуля набора клоуна" +dative = "модулю набора клоуна" +accusative = "модуль набора клоуна" +instrumental = "модулем набора клоуна" +prepositional = "модуле набора клоуна" +gender = "male" + +["medical cyborg expanded hypospray"] +nominative = "расширенный гипоспрей медицинского киборга" +genitive = "расширенного гипоспрея медицинского киборга" +dative = "расширенному гипоспрею медицинского киборга" +accusative = "расширенный гипоспрей медицинского киборга" +instrumental = "расширенным гипоспреем медицинского киборга" +prepositional = "расширенном гипоспрее медицинского киборга" +gender = "male" + +["cyborg piercing hypospray"] +nominative = "пробивающий гипоспрей медицинского киборга" +genitive = "пробивающего гипоспрея медицинского киборга" +dative = "пробивающему гипоспрею медицинского киборга" +accusative = "пробивающий гипоспрей медицинского киборга" +instrumental = "пробивающим гипоспреем медицинского киборга" +prepositional = "пробивающем гипоспрее медицинского киборга" +gender = "male" + +["medical cyborg defibrillator"] +nominative = "дефибрилятор медицинского киборга" +genitive = "дефибрилятора медицинского киборга" +dative = "дефибрилятору медицинского киборга" +accusative = "дефибрилятор медицинского киборга" +instrumental = "дефибрилятором медицинского киборга" +prepositional = "дефибриляторе медицинского киборга" +gender = "male" + +["medical cyborg surgical processor"] +nominative = "хирургический процессор медицинского киборга" +genitive = "хирургического процессора медицинского киборга" +dative = "хирургическому процессору медицинского киборга" +accusative = "хирургический процессор медицинского киборга" +instrumental = "хирургическим процессором медицинского киборга" +prepositional = "хирургическом процессоре медицинского киборга" +gender = "male" + +["cyborg surgical omni-tool upgrade"] +nominative = "хирургический омнитул киборга" +genitive = "хирургического омнитула киборга" +dative = "хирургическому омнитулу киборга" +accusative = "хирургический омнитул киборга" +instrumental = "хирургическим омнитулом киборга" +prepositional = "хирургическом омнитуле киборга" +gender = "male" + +["cyborg engineering omni-tool upgrade"] +nominative = "инженерный омнитул киборга" +genitive = "инженерного омнитула киборга" +dative = "инженерному омнитулу киборга" +accusative = "инженерный омнитул киборга" +instrumental = "инженерным омнитулом киборга" +prepositional = "инженерном омнитуле киборга" +gender = "male" + +["janitor cyborg trash bag of holding"] +nominative = "мусорный мешок хранения уборочного киборга" +genitive = "мусорного мешка хранения уборочного киборга" +dative = "мусорному мешку хранения уборочного киборга" +accusative = "мусорный мешок хранения уборочного киборга" +instrumental = "мусорным мешком хранения уборочного киборга" +prepositional = "мусорном мешке хранения уборочного киборга" +gender = "male" + +["janitor cyborg advanced mop"] +nominative = "продвинутая швабра уборочного киборга" +genitive = "продвинутой швабры уборочного киборга" +dative = "продвинутой швабре уборочного киборга" +accusative = "продвинутую швабру уборочного киборга" +instrumental = "продвинутой шваброй уборочного киборга" +prepositional = "продвинутой швабре уборочного киборга" +gender = "female" + +["janitor cyborg plating repair tool"] +nominative = "инструмент ремонта покрытия уборочного киборга" +genitive = "инструмента ремонта покрытия уборочного киборга" +dative = "инструменту ремонта покрытия уборочного киборга" +accusative = "инструмент ремонта покрытия уборочного киборга" +instrumental = "инструментом ремонта покрытия уборочного киборга" +prepositional = "инструменте ремонта покрытия уборочного киборга" +gender = "male" + +["janitor cyborg plunging tool"] +nominative = "вантуз уборочного киборга" +genitive = "вантуза уборочного киборга" +dative = "вантузу уборочного киборга" +accusative = "вантуз уборочного киборга" +instrumental = "вантузом уборочного киборга" +prepositional = "вантузе уборочного киборга" +gender = "male" + +["janitor cyborg high capacity replacer"] +nominative = "лампозаменитель высокой вместимости уборочного киборга" +genitive = "лампозаменителя высокой вместимости уборочного киборга" +dative = "лампозаменителю высокой вместимости уборочного киборга" +accusative = "лампозаменитель высокой вместимости уборочного киборга" +instrumental = "лампозаменителем высокой вместимости уборочного киборга" +prepositional = "лампозаменителе высокой вместимости уборочного киборга" +gender = "male" + +["Service Cyborg Rolling Table Dock"] +nominative = "док стола на колёсиках сервисного киборга" +genitive = "дока стола на колёсиках сервисного киборга" +dative = "доку стола на колёсиках сервисного киборга" +accusative = "док стола на колёсиках сервисного киборга" +instrumental = "доком стола на колёсиках сервисного киборга" +prepositional = "доке стола на колёсиках сервисного киборга" +gender = "male" + +["Service Cyborg Condiment Synthesiser"] +nominative = "синтезатор приправ сервисного киборга" +genitive = "синтезатора приправ сервисного киборга" +dative = "синтезатору приправ сервисного киборга" +accusative = "синтезатор приправ сервисного киборга" +instrumental = "синтезатором приправ сервисного киборга" +prepositional = "синтезаторе приправ сервисного киборга" +gender = "male" + +["Service Cyborg Kitchen Toolset"] +nominative = "набор повара сервисного киборга" +genitive = "набора повара сервисного киборга" +dative = "набору повара сервисного киборга" +accusative = "набор повара сервисного киборга" +instrumental = "набором повара сервисного киборга" +prepositional = "наборе повара сервисного киборга" +gender = "male" + +["Service Cyborg Botany Tools"] +nominative = "набор ботаника сервисного киборга" +genitive = "набора ботаника сервисного киборга" +dative = "набору ботаника сервисного киборга" +accusative = "набор ботаника сервисного киборга" +instrumental = "набором ботаника сервисного киборга" +prepositional = "наборе ботаника сервисного киборга" +gender = "male" + +["glass storage apparatus"] +nominative = "держатель стаканов сервисного киборга" +genitive = "держателя стаканов сервисного киборга" +dative = "держателю стаканов сервисного киборга" +accusative = "держатель стаканов сервисного киборга" +instrumental = "держателем стаканов сервисного киборга" +prepositional = "держателе стаканов сервисного киборга" +gender = "male" + +["Service Cyborg Service Apparatus"] +nominative = "держатель обслуживания сервисного киборга" +genitive = "держателя обслуживания сервисного киборга" +dative = "держателю обслуживания сервисного киборга" +accusative = "держатель обслуживания сервисного киборга" +instrumental = "держателем обслуживания сервисного киборга" +prepositional = "держателе обслуживания сервисного киборга" +gender = "male" + +["Service Cyborg Cookbook"] +nominative = "поваренная книга сервисного киборга" +genitive = "поваренной книги сервисного киборга" +dative = "поваренной книге сервисного киборга" +accusative = "поваренную книгу сервисного киборга" +instrumental = "поваренной книгой сервисного киборга" +prepositional = "поваренной книге сервисного киборга" +gender = "female" + +["borg expander"] +nominative = "модуль увеличения киборга" +genitive = "модуля увеличения киборга" +dative = "модулю увеличения киборга" +accusative = "модуль увеличения киборга" +instrumental = "модулем увеличения киборга" +prepositional = "модуле увеличения киборга" +gender = "male" + +["medical cyborg crew pinpointer"] +nominative = "целеуказатель на экипаж медицинского киборга" +genitive = "целеуказателя на экипаж медицинского киборга" +dative = "целеуказателю на экипаж медицинского киборга" +accusative = "целеуказатель на экипаж медицинского киборга" +instrumental = "целеуказателем на экипаж медицинского киборга" +prepositional = "целеуказателе на экипаж медицинского киборга" +gender = "male" + +["experimental push broom"] +nominative = "экспериментальная швабра-толкалка" +genitive = "экспериментальной швабры-толкалки" +dative = "экспериментальной швабре-толкалке" +accusative = "экспериментальную швабру-толкалку" +instrumental = "экспериментальной шваброй-толкалкой" +prepositional = "экспериментальной швабре-толкалке" +gender = "female" + +["B.O.R.I.S. module"] +nominative = "модуль управления ИИ-киборг Б.О.Р.И.С." +genitive = "модуля управления ИИ-киборг Б.О.Р.И.С." +dative = "модулю управления ИИ-киборг Б.О.Р.И.С." +accusative = "модуль управления ИИ-киборг Б.О.Р.И.С." +instrumental = "модулем управления ИИ-киборг Б.О.Р.И.С." +prepositional = "модуле управления ИИ-киборг Б.О.Р.И.С." +gender = "male" + +["engineering cyborg RPED"] +nominative = "быстрозаменитель компонентов инженерного киборга" +genitive = "быстрозаменителя компонентов инженерного киборга" +dative = "быстрозаменителю компонентов инженерного киборга" +accusative = "быстрозаменитель компонентов инженерного киборга" +instrumental = "быстрозаменителем компонентов инженерного киборга" +prepositional = "быстрозаменителе компонентов инженерного киборга" +gender = "male" + +["engineering integrated power inducer"] +nominative = "интегрированный индуктор инженерного киборга" +genitive = "интегрированного индуктор инженерного киборга" +dative = "интегрированному индуктору инженерного киборга" +accusative = "интегрированный индуктор инженерного киборга" +instrumental = "интегрированным индуктором инженерного киборга" +prepositional = "интегрированном индукторе инженерного киборга" +gender = "male" + +["circuit manipulation apparatus"] +nominative = "держатель плат инженерного киборга" +genitive = "держателя плат инженерного киборга" +dative = "держателю плат инженерного киборга" +accusative = "держатель плат инженерного киборга" +instrumental = "держателем плат инженерного киборга" +prepositional = "держателе плат инженерного киборга" +gender = "male" + +["beaker storage apparatus"] +nominative = "держатель мензурок инженерного киборга" +genitive = "держателя мензурок инженерного киборга" +dative = "держателю мензурок инженерного киборга" +accusative = "держатель мензурок инженерного киборга" +instrumental = "держателем мензурок инженерного киборга" +prepositional = "держателе мензурок инженерного киборга" +gender = "male" + +# MARK: MOD +["MOD shell"] +nominative = "MOD - оболочка" +genitive = "MOD - оболочки" +dative = "MOD - оболочке" +accusative = "MOD - оболочку" +instrumental = "MOD - оболочкой" +prepositional = "MOD - оболочке" +gender = "female" + +["MOD helmet"] +nominative = "MOD - шлем" +genitive = "MOD - шлема" +dative = "MOD - шлему" +accusative = "MOD - шлем" +instrumental = "MOD - шлемом" +prepositional = "MOD - шлеме" +gender = "male" + +["MOD chestplate"] +nominative = "MOD - нагрудник" +genitive = "MOD - нагрудника" +dative = "MOD - нагруднику" +accusative = "MOD - нагрудник" +instrumental = "MOD - нагрудником" +prepositional = "MOD - нагруднике" +gender = "male" + +["MOD gauntlets"] +nominative = "MOD - рукавицы" +genitive = "MOD - рукавиц" +dative = "MOD - рукавицам" +accusative = "MOD - рукавицы" +instrumental = "MOD - рукавицами" +prepositional = "MOD - рукавицах" +gender = "female" + +["MOD boots"] +nominative = "MOD - ботинки" +genitive = "MOD - ботинок" +dative = "MOD - ботинкам" +accusative = "MOD - ботинки" +instrumental = "MOD - ботинками" +prepositional = "MOD - ботинках" +gender = "female" + +["MOD external plating"] +nominative = "MOD - внешняя обшивка" +genitive = "MOD - внешней обшивки" +dative = "MOD - внешней обшивке" +accusative = "MOD - внешнюю обшивку" +instrumental = "MOD - внешней обшивкой" +prepositional = "MOD - внешней обшивке" +gender = "female" + +["MOD Civilian Plating"] # Unique Design Name +nominative = "MOD - гражданская обшивка" + +["MOD Engineering Plating"] # Unique Design Name +nominative = "MOD - инженерная обшивка" + +["MOD Atmospheric Plating"] # Unique Design Name +nominative = "MOD - атмосферная обшивка" + +["MOD Medical Plating"] # Unique Design Name +nominative = "MOD - медицинская обшивка" + +["MOD Security Plating"] # Unique Design Name +nominative = "MOD - охранная обшивка" + +["MOD Cosmohonk Plating"] # Unique Design Name +nominative = "MOD - космохонская обшивка" + +["MOD paint kit"] +nominative = "MOD - набор покраски" +genitive = "MOD - набора покраски" +dative = "MOD - набору покраски" +accusative = "MOD - набор покраски" +instrumental = "MOD - набором покраски" +prepositional = "MOD - наборе покраски" +gender = "male" + +["MODlink scryer"] +nominative = "MODсвязь гадатель" +genitive = "MODсвязь гадателя" +dative = "MODсвязь гадателю" +accusative = "MODсвязь гадателя" +instrumental = "MODсвязь гадателем" +prepositional = "MODсвязь гадателе" +gender = "male" + +["MOD storage module"] +nominative = "MODуль - хранилище" +genitive = "MODуля - хранилища" +dative = "MODулю - хранилищу" +accusative = "MODуль - хранилище" +instrumental = "MODулем - хранилищем" +prepositional = "MODуле - хранилище" +gender = "neuter" + +["MOD expanded storage module"] +nominative = "MODуль - расширенное хранилище" +genitive = "MODуля - расширенного хранилища" +dative = "MODулю - расширенному хранилищу" +accusative = "MODуль - расширенное хранилище" +instrumental = "MODулем - расширенным хранилищем" +prepositional = "MODуле - расширенном хранилище" +gender = "neuter" + +["MOD medical visor module"] +nominative = "MODуль - медицинский визор" +genitive = "MODуля - медицинского визора" +dative = "MODулю - медицинскому визору" +accusative = "MODуль - медицинский визор" +instrumental = "MODулем - медицинским визором" +prepositional = "MODуле - медицинском визоре" +gender = "male" + +["MOD diagnostic visor module"] +nominative = "MODуль - диагностический визор" +genitive = "MODуля - диагностического визора" +dative = "MODулю - диагностическому визору" +accusative = "MODуль - диагностический визор" +instrumental = "MODулем - диагностическим визором" +prepositional = "MODуле - диагностическом визоре" +gender = "male" + +["MOD security visor module"] +nominative = "MODуль - охранный визор" +genitive = "MODуля - охранного визора" +dative = "MODулю - охранному визору" +accusative = "MODуль - охранный визор" +instrumental = "MODулем - охранным визором" +prepositional = "MODуле - охранном визоре" +gender = "male" + +["MOD meson visor module"] +nominative = "MODуль - мезонный визор" +genitive = "MODуля - мезонного визора" +dative = "MODулю - мезонному визору" +accusative = "MODуль - мезонный визор" +instrumental = "MODулем - мезонным визором" +prepositional = "MODуле - мезонном визоре" +gender = "male" + +["MOD welding protection module"] +nominative = "MODуль - сварочная защита" +genitive = "MODуля - сварочной защиты" +dative = "MODулю - сварочной защите" +accusative = "MODуль - сварочную защиту" +instrumental = "MODулем - сварочной защитой" +prepositional = "MODуле - сварочной защите" +gender = "female" + +["MOD safety-first head protection module"] +nominative = "MODуль - защита головы по ТБ" +genitive = "MODуля - защиты головы по ТБ" +dative = "MODулю - защите головы по ТБ" +accusative = "MODуль - защиту головы по ТБ" +instrumental = "MODулем - защитой головы по ТБ" +prepositional = "MODуле - защите головы по ТБ" +gender = "female" + +["MOD t-ray scan module"] +nominative = "MODуль - сканер T-ray" +genitive = "MODуля - сканера T-ray" +dative = "MODулю - сканеру T-ray" +accusative = "MODуль - сканер T-ray" +instrumental = "MODулем - сканером T-ray" +prepositional = "MODуле - сканере T-ray" +gender = "male" + +["MOD health analyzer module"] +nominative = "MODуль - анализатор здоровья" +genitive = "MODуля - анализатора здоровья" +dative = "MODулю - анализатору здоровья" +accusative = "MODуль - анализатор здоровья" +instrumental = "MODулем - анализатором здоровья" +prepositional = "MODуле - анализаторе здоровья" +gender = "male" + +["MOD prototype cloaking module"] +nominative = "MODуль - прототип маскировки" +genitive = "MODуля - прототипа маскировки" +dative = "MODулю - прототипу маскировки" +accusative = "MODуль - прототип маскировки" +instrumental = "MODулем - прототипом маскировки" +prepositional = "MODуле - прототипе маскировки" +gender = "male" + +["MOD ion jetpack module"] +nominative = "MODуль - ионный реактивный ранец" +genitive = "MODуля - ионного реактивного ранца" +dative = "MODулю - ионному реактивному ранцу" +accusative = "MODуль - ионный реактивный ранец" +instrumental = "MODулем - ионным реактивным ранцем" +prepositional = "MODуле - ионном реактивном ранце" +gender = "male" + +["MOD magnetic stability module"] +nominative = "MODуль - магнитный стабилизатор" +genitive = "MODуля - магнитного стабилизатора" +dative = "MODулю - магнитному стабилизатору" +accusative = "MODуль - магнитный стабилизатор" +instrumental = "MODулем - магнитным стабилизатором" +prepositional = "MODуле - магнитном стабилизаторе" +gender = "male" + +["MOD magnetic harness module"] +nominative = "MODуль - магнитная кобура" +genitive = "MODуля - магнитной кобуры" +dative = "MODулю - магнитной кобуре" +accusative = "MODуль - магнитную кобуру" +instrumental = "MODулем - магнитной кобурой" +prepositional = "MODуле - магнитной кобуре" +gender = "female" + +["MOD emergency tether module"] +nominative = "MODуль - аварийная лебёдка" +genitive = "MODуля - аварийной лебёдки" +dative = "MODулю - аварийной лебёдке" +accusative = "MODуль - аварийную лебёдку" +instrumental = "MODулем - аварийной лебёдкой" +prepositional = "MODуле - аварийной лебёдке" +gender = "female" + +["MOD eating apparatus module"] +nominative = "MODуль - аппарат приёма пищи" +genitive = "MODуля - аппарата приёма пищи" +dative = "MODулю - аппарату приёма пищи" +accusative = "MODуль - аппарат приёма пищи" +instrumental = "MODулем - аппаратом приёма пищи" +prepositional = "MODуле - аппарате приёма пищи" +gender = "male" + +["MOD radiation protection module"] +nominative = "MODуль - радиационная защита" +genitive = "MODуля - радиационной защиты" +dative = "MODулю - радиационной защите" +accusative = "MODуль - радиационную защиту" +instrumental = "MODулем - радиационной защитой" +prepositional = "MODуле - радиационной защите" +gender = "female" + +["MOD EMP shield module"] +nominative = "MODуль - ЭМИ-заслон" +genitive = "MODуля - ЭМИ-заслона" +dative = "MODулю - ЭМИ-заслону" +accusative = "MODуль - ЭМИ-заслон" +instrumental = "MODулем - ЭМИ-заслоном" +prepositional = "MODуле - ЭМИ-заслоне" +gender = "male" + +["MOD flashlight module"] +nominative = "MODуль - фонарик" +genitive = "MODуля - фонарика" +dative = "MODулю - фонарю" +accusative = "MODуль - фонарик" +instrumental = "MODулем - фонариком" +prepositional = "MODуле - фонарике" +gender = "male" + +["MOD reagent scanner module"] +nominative = "MODуль - сканер реагентов" +genitive = "MODуля - сканера реагентов" +dative = "MODулю - сканеру реагентов" +accusative = "MODуль - сканер реагентов" +instrumental = "MODулем - сканером реагентов" +prepositional = "MODуле - сканере реагентов" +gender = "male" + +["MOD internal GPS module"] +nominative = "MODуль - встроенный GPS" +genitive = "MODуля - встроенного GPS" +dative = "MODулю - встроенному GPS" +accusative = "MODуль - встроенный GPS" +instrumental = "MODулем - встроенным GPS" +prepositional = "MODуле - встроенном GPS" +gender = "male" + +["MOD constructor module"] +nominative = "MODуль - конструктор" +genitive = "MODуля - конструктора" +dative = "MODулю - конструктору" +accusative = "MODуль - конструктор" +instrumental = "MODулем - конструктором" +prepositional = "MODуле - конструкторе" +gender = "male" + +["MOD quick carry module"] +nominative = "MODуль - быстрая переноска" +genitive = "MODуля - быстрой переноски" +dative = "MODулю - быстрой переноске" +accusative = "MODуль - быструю переноску" +instrumental = "MODулем - быстрой переноской" +prepositional = "MODуле - быстрой переноске" +gender = "female" + +["MOD longfall module"] +nominative = "MODуль - защита от падения" +genitive = "MODуля - защиты от падения" +dative = "MODулю - защите от падения" +accusative = "MODуль - защиту от падения" +instrumental = "MODулем - защитой от падения" +prepositional = "MODуле - защите от падения" +gender = "female" + +["MOD thermal regulator module"] +nominative = "MODуль - термальный регулятор" +genitive = "MODуля - термального регулятора" +dative = "MODулю - термальному регулятору" +accusative = "MODуль - термальный регулятор" +instrumental = "MODулем - термальным регулятором" +prepositional = "MODуле - термальном регуляторе" +gender = "male" + +["MOD injector module"] +nominative = "MODуль - инъектор" +genitive = "MODуля - инъектора" +dative = "MODулю - инъектору" +accusative = "MODуль - инъектор" +instrumental = "MODулем - инъектором" +prepositional = "MODуле - инъекторе" +gender = "male" + +["MOD bike horn module"] +nominative = "MODуль - гудок" +genitive = "MODуля - гудка" +dative = "MODулю - гудку" +accusative = "MODуль - гудок" +instrumental = "MODулем - гудком" +prepositional = "MODуле - гудке" +gender = "male" + +["MOD microwave beam module"] +nominative = "MODуль - микроволновый луч" +genitive = "MODуля - микроволнового луча" +dative = "MODулю - микроволновому лучу" +accusative = "MODуль - микроволновый луч" +instrumental = "MODулем - микроволновым лучом" +prepositional = "MODуле - микроволновом луче" +gender = "male" + +["MOD waddle module"] +nominative = "MODуль - переваливатель" +genitive = "MODуля - переваливателя" +dative = "MODулю - переваливателю" +accusative = "MODуль - переваливатель" +instrumental = "MODулем - переваливателем" +prepositional = "MODуле - переваливателе" +gender = "male" + +["MOD hydraulic clamp module"] +nominative = "MODуль - гидравлическая клешня" +genitive = "MODуля - гидравлической клешни" +dative = "MODулю - гидравлической клешне" +accusative = "MODуль - гидравлическую клешню" +instrumental = "MODулем - гидравлической клешней" +prepositional = "MODуле - гидравлической клешне" +gender = "female" + +["MOD drill module"] +nominative = "MODуль - дрель" +genitive = "MODуля - дрели" +dative = "MODулю - дрели" +accusative = "MODуль - дрель" +instrumental = "MODулем - дрелью" +prepositional = "MODуле - дрели" +gender = "female" + +["MOD ore bag module"] +nominative = "MODуль - мешок для руды" +genitive = "MODуля - мешка для руды" +dative = "MODулю - мешку для руды" +accusative = "MODуль - мешок для руды" +instrumental = "MODулем - мешком для руды" +prepositional = "MODуле - мешке для руды" +gender = "male" + +["MOD organizer module"] +nominative = "MODуль - организатор" +genitive = "MODуля - организатора" +dative = "MODулю - организатору" +accusative = "MODуль - организатор" +instrumental = "MODулем - организатором" +prepositional = "MODуле - организаторе" +gender = "male" + +["MOD pathfinder module"] +nominative = "MODуль - система \"Пасфайндер\"" +genitive = "MODуля - системы \"Пасфайндер\"" +dative = "MODулю - системе \"Пасфайндер\"" +accusative = "MODуль - систему \"Пасфайндер\"" +instrumental = "MODулем - системой \"Пасфайндер\"" +prepositional = "MODуле - системе \"Пасфайндер\"" +gender = "female" + +["MOD DNA lock module"] +nominative = "MODуль - ДНК-замок" +genitive = "MODуля - ДНК-замка" +dative = "MODулю - ДНК-замку" +accusative = "MODуль - ДНК-замок" +instrumental = "MODулем - ДНК-замком" +prepositional = "MODуле - ДНК-замке" +gender = "male" + +["MOD plasma stabilizer module"] +nominative = "MODуль - стабилизатор плазмы" +genitive = "MODуля - стабилизатора плазмы" +dative = "MODулю - стабилизатору плазмы" +accusative = "MODуль - стабилизатор плазмы" +instrumental = "MODулем - стабилизатором плазмы" +prepositional = "MODуле - стабилизаторе плазмы" +gender = "male" + +["MOD glove translator module"] +nominative = "MODуль - перчатки-переводчики" +genitive = "MODуля - перчаток-переводчиков" +dative = "MODулю - перчаткам-переводчикам" +accusative = "MODуль - перчатки-переводчики" +instrumental = "MODулем - перчатками-переводчиками" +prepositional = "MODуле - перчатках-переводчиках" +gender = "female" + +["MOD resin mister module"] +nominative = "MODуль - противопожарный бак" +genitive = "MODуля - противопожарного бака" +dative = "MODулю - противопожарному баку" +accusative = "MODуль - противопожарный бак" +instrumental = "MODулем - противопожарным баком" +prepositional = "MODуле - противопожарном баке" +gender = "male" + +["MOD holster module"] +nominative = "MODуль - кобура" +genitive = "MODуля - кобуры" +dative = "MODулю - кобуре" +accusative = "MODуль - кобуру" +instrumental = "MODулем - кобурой" +prepositional = "MODуле - кобуре" +gender = "female" + +["MOD active sonar"] +nominative = "MODуль - активный сонар" +genitive = "MODуля - активного сонара" +dative = "MODулю - активному сонарам" +accusative = "MODуль - активный сонар" +instrumental = "MODулем - активным сонаром" +prepositional = "MODуле - активном сонаре" +gender = "male" + +["MOD projectile dampener module"] +nominative = "MODуль - ослабитель снарядов" +genitive = "MODуля - ослабителя снарядов" +dative = "MODулю - ослабителю снарядов" +accusative = "MODуль - ослабитель снарядов" +instrumental = "MODулем - ослабителем снарядов" +prepositional = "MODуле - ослабителе снарядов" +gender = "male" + +["MOD surgical processor module"] +nominative = "MODуль - хирургический процессор" +genitive = "MODуля - хирургического процессора" +dative = "MODулю - хирургическому процессору" +accusative = "MODуль - хирургический процессор" +instrumental = "MODулем - хирургическим процессором" +prepositional = "MODуле - хирургическом процессоре" +gender = "male" + +["MOD thread ripper module"] +nominative = "MODуль - нитерез" +genitive = "MODуля - нитереза" +dative = "MODулю - нитерезу" +accusative = "MODуль - нитерез" +instrumental = "MODулем - нитерезом" +prepositional = "MODуле - нитерезе" +gender = "male" + +["MOD defibrillator module"] +nominative = "MODуль - дефибриллятор" +genitive = "MODуля - дефибриллятора" +dative = "MODулю - дефибриллятору" +accusative = "MODуль - дефибриллятор" +instrumental = "MODулем - дефибриллятором" +prepositional = "MODуле - дефибрилляторе" +gender = "male" + +["MOD status readout module"] +nominative = "MODуль - хирургический процессор" +genitive = "MODуля - хирургического процессора" +dative = "MODулю - хирургическому процессору" +accusative = "MODуль - хирургический процессор" +instrumental = "MODулем - хирургическим процессором" +prepositional = "MODуле - хирургическом процессоре" +gender = "male" + +["MOD patient transport module"] +nominative = "MODуль - транспортировка пациента" +genitive = "MODуля - транспортировки пациента" +dative = "MODулю - транспортировке пациента" +accusative = "MODуль - транспортировку пациента" +instrumental = "MODулем - транспортировкой пациента" +prepositional = "MODуле - транспортировке пациента" +gender = "female" + +["MOD criminal capture module"] +nominative = "MODуль - держатель преступника" +genitive = "MODуля - держателя преступника" +dative = "MODулю - держателю преступника" +accusative = "MODуль - держатель преступника" +instrumental = "MODулем - держателем преступника" +prepositional = "MODуле - держателе преступника" +gender = "male" + +["MOD mirage grenade dispenser module"] +nominative = "MODуль - раздатчик гранат \"Мираж\"" +genitive = "MODуля - раздатчика гранат \"Мираж\"" +dative = "MODулю - раздатчику гранат \"Мираж\"" +accusative = "MODуль - раздатчик гранат \"Мираж\"" +instrumental = "MODулем - раздатчиком гранат \"Мираж\"" +prepositional = "MODуле - раздатчике гранат \"Мираж\"" +gender = "male" + +["MOD joint torsion ratchet module"] # TODO: Better translate +nominative = "MODуль - joint torsion ratchet" + +["MOD disposal selector module"] +nominative = "MODуль - изменитель трубопровода" +genitive = "MODуля - изменителя трубопровода" +dative = "MODулю - изменителю трубопровода" +accusative = "MODуль - изменитель трубопровода" +instrumental = "MODулем - изменителем трубопровода" +prepositional = "MODуле - изменителе трубопровода" +gender = "male" + +["MOD recycler module"] +nominative = "MODуль - переработчик" +genitive = "MODуля - переработчика" +dative = "MODулю - переработчику" +accusative = "MODуль - переработчик" +instrumental = "MODулем - переработчиком" +prepositional = "MODуле - переработчике" +gender = "male" + +["MOD shooting assistant module"] +nominative = "MODуль - помощник прицеливания" +genitive = "MODуля - помощника прицеливания" +dative = "MODулю - помощнику прицеливания" +accusative = "MODуль - помощник прицеливания" +instrumental = "MODулем - помощником прицеливания" +prepositional = "MODуле - помощнике прицеливания" +gender = "male" + +["MOD anti-gravity module"] +nominative = "MODуль - анти-гравитация" +genitive = "MODуля - анти-гравитации" +dative = "MODулю - анти-гравитации" +accusative = "MODуль - анти-гравитацию" +instrumental = "MODулем - анти-гравитацией" +prepositional = "MODуле - анти-гравитации" +gender = "female" + +["MOD teleporter module"] +nominative = "MODуль - телепортер" +genitive = "MODуля - телепортера" +dative = "MODулю - телепортеру" +accusative = "MODуль - телепортер" +instrumental = "MODулем - телепортером" +prepositional = "MODуле - телепортере" +gender = "male" + +["MOD kinesis module"] +nominative = "MODуль - кинетика" +genitive = "MODуля - кинетики" +dative = "MODулю - кинетике" +accusative = "MODуль - кинетику" +instrumental = "MODулем - кинетикой" +prepositional = "MODуле - кинетике" +gender = "female" + +["MOD fishing glove module"] +nominative = "MODуль - рыболовные перчатки" +genitive = "MODуля - рыболовных перчаток" +dative = "MODулю - рыболовным перчаткам" +accusative = "MODуль - рыболовные перчатки" +instrumental = "MODулем - рыболовными перчатками" +prepositional = "MODуле - рыболовных перчатках" +gender = "female" + +# MARK: AI modules + +["AI core (AI Core Board)"] +nominative = "плата ядра ИИ" +genitive = "платы ядра ИИ" +dative = "плате ядра ИИ" +accusative = "плату ядра ИИ" +instrumental = "платой ядра ИИ" +prepositional = "плате ядра ИИ" +gender = "female" + +["'Asimov' Core AI Module"] +nominative = "модуль основных законов ИИ 'Азимов'" +genitive = "модуля основных законов ИИ 'Азимов'" +dative = "модулю основных законов ИИ 'Азимов'" +accusative = "модуль основных законов ИИ 'Азимов'" +instrumental = "модулем основных законов ИИ 'Азимов'" +prepositional = "модуле основных законов ИИ 'Азимов'" +gender = "male" + +["'P.A.L.A.D.I.N. version 3.5e' Core AI Module"] +nominative = "модуль основных законов ИИ 'П.А.Л.А.Д.И.Н.'v3.5e" +genitive = "модуля основных законов ИИ 'П.А.Л.А.Д.И.Н.'v3.5e" +dative = "модулю основных законов ИИ 'П.А.Л.А.Д.И.Н.'v3.5e" +accusative = "модуль основных законов ИИ 'П.А.Л.А.Д.И.Н.'v3.5e" +instrumental = "модулем основных законов ИИ 'П.А.Л.А.Д.И.Н.'v3.5e" +prepositional = "модуле основных законов ИИ 'П.А.Л.А.Д.И.Н.'v3.5e" +gender = "male" + +["'T.Y.R.A.N.T.' Core AI Module"] +nominative = "модуль основных законов ИИ 'Т.И.Р.А.Н.'" +genitive = "модуля основных законов ИИ 'Т.И.Р.А.Н.'" +dative = "модулю основных законов ИИ 'Т.И.Р.А.Н.'" +accusative = "модуль основных законов ИИ 'Т.И.Р.А.Н.'" +instrumental = "модулем основных законов ИИ 'Т.И.Р.А.Н.'" +prepositional = "модуле основных законов ИИ 'Т.И.Р.А.Н.'" +gender = "male" + +["'Overlord' Core AI Module"] +nominative = "модуль основных законов ИИ 'Повелитель'" +genitive = "модуля основных законов ИИ 'Повелитель'" +dative = "модулю основных законов ИИ 'Повелитель'" +accusative = "модуль основных законов ИИ 'Повелитель'" +instrumental = "модулем основных законов ИИ 'Повелитель'" +prepositional = "модуле основных законов ИИ 'Повелитель'" +gender = "male" + +["'Corporate' Core AI Module"] +nominative = "модуль основных законов ИИ 'Корпорат'" +genitive = "модуля основных законов ИИ 'Корпорат'" +dative = "модулю основных законов ИИ 'Корпорат'" +accusative = "модуль основных законов ИИ 'Корпорат'" +instrumental = "модулем основных законов ИИ 'Корпорат'" +prepositional = "модуле основных законов ИИ 'Корпорат'" +gender = "male" + +["Default Core AI Module"] +nominative = "модуль стандартных основных законов ИИ" +genitive = "модуля стандартных основных законов ИИ" +dative = "модулю стандартных основных законов ИИ" +accusative = "модуль стандартных основных законов ИИ" +instrumental = "модулем стандартных основных законов ИИ" +prepositional = "модуле стандартных основных законов ИИ" +gender = "male" + +["'Dungeon Master' Core AI Module"] +nominative = "модуль основных законов ИИ 'Мастер подземелий'" +genitive = "модуля основных законов ИИ 'Мастер подземелий'" +dative = "модулю основных законов ИИ 'Мастер подземелий'" +accusative = "модуль основных законов ИИ 'Мастер подземелий'" +instrumental = "модулем основных законов ИИ 'Мастер подземелий'" +prepositional = "модуле основных законов ИИ 'Мастер подземелий'" +gender = "male" + +["'Painter' Core AI Module"] +nominative = "модуль основных законов ИИ 'Художник'" +genitive = "модуля основных законов ИИ 'Художник'" +dative = "модулю основных законов ИИ 'Художник'" +accusative = "модуль основных законов ИИ 'Художник'" +instrumental = "модулем основных законов ИИ 'Художник'" +prepositional = "модуле основных законов ИИ 'Художник'" +gender = "male" + +["'Y.E.S.M.A.N.' Core AI Module"] +nominative = "модуль основных законов ИИ 'Й.Э.С.М.Э.Н'" +genitive = "модуля основных законов ИИ 'Й.Э.С.М.Э.Н'" +dative = "модулю основных законов ИИ 'Й.Э.С.М.Э.Н'" +accusative = "модуль основных законов ИИ 'Й.Э.С.М.Э.Н'" +instrumental = "модулем основных законов ИИ 'Й.Э.С.М.Э.Н'" +prepositional = "модуле основных законов ИИ 'Й.Э.С.М.Э.Н'" +gender = "male" + +["'Крюзимов++' Core AI Module"] +nominative = "модуль основных законов ИИ 'Крюзимов++'" +genitive = "модуля основных законов ИИ 'Крюзимов++'" +dative = "модулю основных законов ИИ 'Крюзимов++'" +accusative = "модуль основных законов ИИ 'Крюзимов++'" +instrumental = "модулем основных законов ИИ 'Крюзимов++'" +prepositional = "модуле основных законов ИИ 'Крюзимов++'" +gender = "male" + +["'НТ Стандарт' Core AI Module"] +nominative = "модуль основных законов ИИ 'НТ Стандарт'" +genitive = "модуля основных законов ИИ 'НТ Стандарт'" +dative = "модулю основных законов ИИ 'НТ Стандарт'" +accusative = "модуль основных законов ИИ 'НТ Стандарт'" +instrumental = "модулем основных законов ИИ 'НТ Стандарт'" +prepositional = "модуле основных законов ИИ 'НТ Стандарт'" +gender = "male" + +["'Nutimov' Core AI Module"] +nominative = "модуль основных законов ИИ 'НТ Орехов'" + +["'10 Commandments' Core AI Module"] +nominative = "модуль основных законов ИИ '10 заповедей'" + +["'Asimov++' Core AI Module"] +nominative = "модуль основных законов ИИ 'Азимов++'" + +["'Robodoctor' Core AI Module"] +nominative = "модуль основных законов ИИ 'Рободоктор'" + +["'P.A.L.A.D.I.N. version 5e' Core AI Module"] +nominative = "модуль основных законов ИИ 'П.А.Л.А.Д.И.Н.'v5e" + +["'Robo-Officer' Core AI Module"] +nominative = "модуль основных законов ИИ 'Робокоп'" + +["'Station Efficiency' Core AI Module"] +nominative = "модуль основных законов ИИ 'Эффективность станции'" + +["'Live And Let Live' Core AI Module"] +nominative = "модуль основных законов ИИ 'Живи и дай жить'" + +["'Peacekeeper' Core AI Module"] +nominative = "модуль основных законов ИИ 'Миротворец'" + +["'Reportertron' Core AI Module"] +nominative = "модуль основных законов ИИ 'Репортёр'" + +["'H.O.G.A.N.' Core AI Module"] +nominative = "модуль основных законов ИИ 'Х.О.Г.А.Н.'" + +["'Mother Drone' Core AI Module"] +nominative = "модуль основных законов ИИ 'Матерь-дронь'" + +["'Antimov' Core AI Module"] +nominative = "модуль основных законов ИИ 'Антимов'" + +["'Guardian of Balance' Core AI Module"] +nominative = "модуль основных законов ИИ 'Страж баланса'" + +["'Thermodynamic' Core AI Module"] +nominative = "модуль основных законов ИИ 'Законы термодинамики'" + +["damaged Core AI Module"] +nominative = "поврежденный модуль ИИ" + +["'OneHuman' AI Module"] +nominative = "модуль ИИ 'Один человек'" + +["'ProtectStation' AI Module"] +nominative = "модуль ИИ 'Защита станции'" + +["'Quarantine' AI Module"] +nominative = "модуль ИИ 'Карантин'" + +["'Safeguard' AI Module"] +nominative = "модуль ИИ 'Охрана'" + +["'OxygenIsToxicToHumans' AI Module"] +nominative = "модуль ИИ 'Кислород токсичен для людей'" + +["'Freeform' AI Module"] +nominative = "модуль ИИ 'Свободная форма'" + +["'Reset' AI module"] +nominative = "модуль ИИ 'Сброс'" + +["'Purge' AI Module"] +nominative = "модуль ИИ 'Очистка'" + +["'Remove Law' AI module"] +nominative = "модуль ИИ 'Убрать закон'" + +["'Freeform' Core AI Module"] +nominative = "модуль основных законов ИИ 'Свободная форма'" + +# MARK: ...Engineering + +["insulated gloves"] +nominative = "изоляционные перчатки" +genitive = "изоляционных перчаток" +dative = "изоляционным перчаткам" +accusative = "изоляционные перчатки" +instrumental = "изоляционными перчатками" +prepositional = "изоляционных перчатках" +gender = "plural" + +[wirebrush] +nominative = "проволочная щётка" +genitive = "проволочной щётки" +dative = "проволочной щётке" +accusative = "проволочную щётку" +instrumental = "проволочной щёткой" +prepositional = "проволочной щётке" +gender = "female" + +["oxygen tank"] +nominative = "кислородный баллон" +genitive = "кислородного баллона" +dative = "кислородному баллону" +accusative = "кислородный баллон" +instrumental = "кислородным баллоном" +prepositional = "кислородном баллоне" +gender = "male" + +["emergency oxygen tank"] +nominative = "экстренный кислородный баллон" +genitive = "экстренного кислородного баллона" +dative = "экстренному кислородному баллону" +accusative = "экстренный кислородный баллон" +instrumental = "экстренным кислородным баллоном" +prepositional = "экстренном кислородном баллоне" +gender = "male" + +["extended-capacity emergency oxygen tank"] +nominative = "увеличенный экстренный кислородный баллон" +genitive = "увеличенного экстренного кислородного баллона" +dative = "увеличенному экстренному кислородному баллону" +accusative = "увеличенный экстренный кислородный баллон" +instrumental = "увеличенным экстренным кислородным баллоном" +prepositional = "увеличенном экстренном кислородном баллоне" +gender = "male" + +["double emergency oxygen tank"] +nominative = "удвоенный экстренный кислородный баллон" +genitive = "удвоенного экстренного кислородного баллона" +dative = "удвоенному экстренному кислородному баллону" +accusative = "удвоенный экстренный кислородный баллон" +instrumental = "удвоенным экстренным кислородным баллоном" +prepositional = "удвоенном экстренном кислородном баллоне" +gender = "male" + +["funny emergency oxygen tank"] +nominative = "смешной экстренный кислородный баллон" +genitive = "смешного экстренного кислородного баллона" +dative = "смешному экстренному кислородному баллону" +accusative = "смешной экстренный кислородный баллон" +instrumental = "смешным экстренным кислородным баллоном" +prepositional = "смешном экстренном кислородном баллоне" +gender = "male" + +["AI display"] +nominative = "дисплей ИИ" +genitive = "дисплея ИИ" +dative = "дисплею ИИ" +accusative = "дисплей ИИ" +instrumental = "дисплеем ИИ" +prepositional = "дисплее ИИ" +gender = "male" + +["mannequin"] +nominative = "манекен" +genitive = "манекена" +dative = "манекену" +accusative = "манекен" +instrumental = "манекеном" +prepositional = "манекене" +gender = "male" + +["air alarm"] +nominative = "воздушная сигнализация" +genitive = "воздушной сигнализации" +dative = "воздушной сигнализации" +accusative = "воздушную сигнализацию" +instrumental = "воздушной сигнализацией" +prepositional = "воздушной сигнализации" +gender = "female" + +["area power controller"] +nominative = "локальный контроллер питания" +genitive = "локального контроллера питания" +dative = "локальному контроллеру питания" +accusative = "локальный контроллер питания" +instrumental = "локальным контроллером питания" +prepositional = "локальном контроллере питания" +gender = "male" + +["fire alarm"] +nominative = "пожарная сигнализация" +genitive = "пожарной сигнализации" +dative = "пожарной сигнализации" +accusative = "пожарную сигнализацию" +instrumental = "пожарной сигнализацией" +prepositional = "пожарной сигнализации" +gender = "female" + +["light switch"] +nominative = "переключатель света" +genitive = "переключателя света" +dative = "переключателю света" +accusative = "переключатель света" +instrumental = "переключателем света" +prepositional = "переключателе света" +gender = "male" + +["suit storage unit"] +nominative = "блок хранения костюмов" +genitive = "блока хранения костюмов" +dative = "блоку хранения костюмов" +accusative = "блок хранения костюмов" +instrumental = "блоком хранения костюмов" +prepositional = "блоке хранения костюмов" +gender = "male" + +["tesla coil"] +nominative = "катушка" +genitive = "катушки" +dative = "катушке" +accusative = "катушку" +instrumental = "катушкой" +prepositional = "катушке" +gender = "female" + +["grounding rod"] +nominative = "заземлитель" +genitive = "заземлителя" +dative = "заземлителю" +accusative = "заземлитель" +instrumental = "заземлителем" +prepositional = "заземлителе" +gender = "male" + +["NTNet Quantum Relay"] +nominative = "квантовый ретранслятор NTNet" +genitive = "квантового ретранслятора NTNet" +dative = "квантовому ретранслятору NTNet" +accusative = "квантовый ретранслятор NTNet" +instrumental = "квантовым ретранслятором NTNet" +prepositional = "квантовом ретрансляторе NTNet" +gender = "male" + +["crossing signal"] +nominative = "сигнал перехода" +genitive = "сигнала перехода" +dative = "сигналу перехода" +accusative = "сигнал перехода" +instrumental = "сигналом перехода" +prepositional = "сигнале перехода" +gender = "male" + +["guideway sensor"] +nominative = "сенсор путепровода" +genitive = "сенсора путепровода" +dative = "сенсору путепровода" +accusative = "сенсор путепровода" +instrumental = "сенсором путепровода" +prepositional = "сенсоре путепровода" +gender = "male" + +["HFR core"] +nominative = "ядро ТРГ" +genitive = "ядра ТРГ" +dative = "ядру ТРГ" +accusative = "ядро ТРГ" +instrumental = "ядром ТРГ" +prepositional = "ядре ТРГ" +gender = "neuter" + +["HFR fuel input port"] +nominative = "входной порт топлива ТРГ" +genitive = "входного порта топлива ТРГ" +dative = "входному порту топлива ТРГ" +accusative = "входной порт топлива ТРГ" +instrumental = "входным портом топлива ТРГ" +prepositional = "входном порте топлива ТРГ" +gender = "male" + +["HFR waste output port"] +nominative = "выходной порт отходов ТРГ" +genitive = "выходного порта отходов ТРГ" +dative = "выходному порту отходов ТРГ" +accusative = "выходной порт отходов ТРГ" +instrumental = "выходным портом отходов ТРГ" +prepositional = "выходном порте отходов ТРГ" +gender = "male" + +["HFR moderator input port"] +nominative = "входной порт модератора ТРГ" +genitive = "входного порта модератора ТРГ" +dative = "входному порту модератора ТРГ" +accusative = "входной порт модератора ТРГ" +instrumental = "входным портом модератора ТРГ" +prepositional = "входном порте модератора ТРГ" +gender = "male" + +["HFR corner"] +nominative = "уголок ТРГ" +genitive = "уголка ТРГ" +dative = "уголку ТРГ" +accusative = "уголок ТРГ" +instrumental = "уголком ТРГ" +prepositional = "уголке ТРГ" +gender = "male" + +["HFR interface"] +nominative = "интерфейс ТРГ" +genitive = "интерфейса ТРГ" +dative = "интерфейсу ТРГ" +accusative = "интерфейс ТРГ" +instrumental = "интерфейсом ТРГ" +prepositional = "интерфейсе ТРГ" +gender = "male" + +["crystallizer"] +nominative = "кристаллизатор" +genitive = "кристаллизатора" +dative = "кристаллизатору" +accusative = "кристаллизатор" +instrumental = "кристаллизатором" +prepositional = "кристаллизаторе" +gender = "male" + +["portable air scrubber"] +nominative = "портативный очиститель воздуха" +genitive = "портативного очистителя воздуха" +dative = "портативному очистителю воздуха" +accusative = "портативный очиститель воздуха" +instrumental = "портативным очистителем воздуха" +prepositional = "портативном очистителе воздуха" +gender = "male" + +["portable air pump"] +nominative = "портативный насос для воздуха" +genitive = "портативного насоса для воздуха" +dative = "портативному насосу для воздуха" +accusative = "портативный насос для воздуха" +instrumental = "портативным насосом для воздуха" +prepositional = "портативном насосе для воздуха" +gender = "male" + +["pipe scrubber"] +nominative = "очиститель труб" +genitive = "очистителя труб" +dative = "очистителю труб" +accusative = "очиститель труб" +instrumental = "очистителем труб" +prepositional = "очистителе труб" +gender = "male" + +["navigation beacon"] +nominative = "навигационный маяк" +genitive = "навигационного маяка" +dative = "навигационному маяку" +accusative = "навигационный маяк" +instrumental = "навигационным маяком" +prepositional = "навигационном маяке" +gender = "male" + +["Big Manipulator"] +nominative = "большой манипулятор" +genitive = "большого манипулятора" +dative = "большому манипулятору" +accusative = "большой манипулятор" +instrumental = "большим манипулятором" +prepositional = "большом манипуляторе" +gender = "male" + +["manufacturing lathe"] +nominative = "производственный станок" +genitive = "производственного станка" +dative = "производственному станку" +accusative = "производственный станок" +instrumental = "производственным станком" +prepositional = "производственном станке" +gender = "male" + +["manufacturing assembling machine"] +nominative = "производственный сборочный автомат" +genitive = "производственного сборочного автомата" +dative = "производственному сборочному автомату" +accusative = "производственный сборочный автомат" +instrumental = "производственным сборочным автоматом" +prepositional = "производственном сборочном автомате" +gender = "male" + +["manufacturing crusher"] +nominative = "производственный измельчитель" +genitive = "производственного измельчителя" +dative = "производственному измельчителю" +accusative = "производственный измельчитель" +instrumental = "производственным измельчителем" +prepositional = "производственном измельчителе" +gender = "male" + +["manufacturing router"] +nominative = "производственный маршрутизатор" +genitive = "производственного маршрутизатора" +dative = "производственному маршрутизатору" +accusative = "производственный маршрутизатор" +instrumental = "производственным маршрутизатором" +prepositional = "производственном маршрутизаторе" +gender = "male" + +["manufacturing crate unloader"] +nominative = "производственный разгрузчик ящиков" +genitive = "производственного разгрузчика ящиков" +dative = "производственному разгрузчику ящиков" +accusative = "производственный разгрузчик ящиков" +instrumental = "производственным разгрузчиком ящиков" +prepositional = "производственном разгрузчике ящиков" +gender = "male" + +["manufacturing smelter"] +nominative = "производственная плавильная печь" +genitive = "производственной плавильной печи" +dative = "производственной плавильной печи" +accusative = "производственную плавильную печь" +instrumental = "производственной плавильной печью" +prepositional = "производственной плавильной печи" +gender = "female" + +["conveyor sort-router"] +nominative = "сортировочный маршрутизатор конвейера" +genitive = "сортировочного маршрутизатора конвейера" +dative = "сортировочному маршрутизатору конвейера" +accusative = "сортировочный маршрутизатор конвейера" +instrumental = "сортировочным маршрутизатором конвейера" +prepositional = "сортировочном маршрутизаторе конвейера" +gender = "male" + +["P.A.C.M.A.N.-type portable generator"] +nominative = "переносной генератор типа P.A.C.M.A.N." +genitive = "переносного генератора типа P.A.C.M.A.N." +dative = "переносному генератору типа P.A.C.M.A.N." +accusative = "переносной генератор типа P.A.C.M.A.N." +instrumental = "переносным генератором типа P.A.C.M.A.N." +prepositional = "переносном генераторе типа P.A.C.M.A.N." +gender = "male" + +["subspace receiver"] +nominative = "подпространственный приёмник" +genitive = "подпространственного приёмника" +dative = "подпространственному приёмнику" +accusative = "подпространственный приёмник" +instrumental = "подпространственным приёмником" +prepositional = "подпространственном приёмнике" +gender = "male" + +["bus mainframe"] +nominative = "главный модуль шины" +genitive = "главного модуля шины" +dative = "главному модулю шины" +accusative = "главный модуль шины" +instrumental = "главным модулем шины" +prepositional = "главном модуле шины" +gender = "male" + +["telecommunication hub"] +nominative = "узел телекоммуникации" +genitive = "узла телекоммуникации" +dative = "узлу телекоммуникации" +accusative = "узел телекоммуникации" +instrumental = "узлом телекоммуникации" +prepositional = "узле телекоммуникации" +gender = "male" + +["processor unit"] +nominative = "процессорный блок" +genitive = "процессорного блока" +dative = "процессорному блоку" +accusative = "процессорный блок" +instrumental = "процессорным блоком" +prepositional = "процессорном блоке" +gender = "male" + +["telecommunication server"] +nominative = "сервер телекоммуникации" +genitive = "сервера телекоммуникации" +dative = "серверу телекоммуникации" +accusative = "сервер телекоммуникации" +instrumental = "сервером телекоммуникации" +prepositional = "сервере телекоммуникации" +gender = "male" + +["Messaging Server"] +nominative = "сервер обмена сообщениями" +genitive = "сервера обмена сообщениями" +dative = "серверу обмена сообщениями" +accusative = "сервер обмена сообщениями" +instrumental = "сервером обмена сообщениями" +prepositional = "сервере обмена сообщениями" +gender = "male" + +["subspace broadcaster"] +nominative = "подпространственный передатчик" +genitive = "подпространственного передатчика" +dative = "подпространственному передатчику" +accusative = "подпространственный передатчик" +instrumental = "подпространственным передатчиком" +prepositional = "подпространственном передатчике" +gender = "male" + +["telecommunication relay"] +nominative = "ретранслятор телекоммуникации" +genitive = "ретранслятора телекоммуникации" +dative = "ретранслятору телекоммуникации" +accusative = "ретранслятор телекоммуникации" +instrumental = "ретранслятором телекоммуникации" +prepositional = "ретрансляторе телекоммуникации" +gender = "male" + +["telecommunications monitoring console"] +nominative = "консоль мониторинга телекоммуникаций" +genitive = "консоли мониторинга телекоммуникаций" +dative = "консоли мониторинга телекоммуникаций" +accusative = "консоль мониторинга телекоммуникаций" +instrumental = "консолью мониторинга телекоммуникаций" +prepositional = "консоли мониторинга телекоммуникаций" +gender = "female" + +["telecommunications server monitoring console"] +nominative = "консоль мониторинга серверов телекоммуникаций" +genitive = "консоли мониторинга серверов телекоммуникаций" +dative = "консоли мониторинга серверов телекоммуникаций" +accusative = "консоль мониторинга серверов телекоммуникаций" +instrumental = "консолью мониторинга серверов телекоммуникаций" +prepositional = "консоли мониторинга серверов телекоммуникаций" +gender = "female" + +["message monitor console"] +nominative = "консоль мониторинга сообщений" +genitive = "консоли мониторинга сообщений" +dative = "консоли мониторинга сообщений" +accusative = "консоль мониторинга сообщений" +instrumental = "консолью мониторинга сообщений" +prepositional = "консоли мониторинга сообщений" +gender = "female" + +["power monitoring console"] +nominative = "консоль мониторинга питания" +genitive = "консоли мониторинга питания" +dative = "консоли мониторинга питания" +accusative = "консоль мониторинга питания" +instrumental = "консолью мониторинга питания" +prepositional = "консоли мониторинга питания" +gender = "female" + +["solar panel control"] +nominative = "управление солнечными панелями" +genitive = "управления солнечными панелями" +dative = "управлению солнечными панелями" +accusative = "управление солнечными панелями" +instrumental = "управлением солнечными панелями" +prepositional = "управлении солнечными панелями" +gender = "neuter" + +["power storage unit"] +nominative = "СКАН" +genitive = "СКАНа" +dative = "СКАНу" +accusative = "СКАН" +instrumental = "СКАНом" +prepositional = "СКАНе" +gender = "male" + +["power connector"] +nominative = "соединитель питания" +genitive = "соединителя питания" +dative = "соединителю питания" +accusative = "соединитель питания" +instrumental = "соединителем питания" +prepositional = "соединителе питания" +gender = "male" + +["portable power storage unit"] +nominative = "портативный СКАН" +genitive = "портативного СКАНа" +dative = "портативному СКАНу" +accusative = "портативный СКАН" +instrumental = "портативным СКАНом" +prepositional = "портативном СКАНе" +gender = "male" + +["Announcement System"] +nominative = "система автоматических объявлений" +genitive = "системы автоматических объявлений" +dative = "системе автоматических объявлений" +accusative = "систему автоматических объявлений" +instrumental = "системой автоматических объявлений" +prepositional = "системе автоматических объявлений" +gender = "female" + +["gas turbine control computer"] +nominative = "компьютер управления газовой турбиной" +genitive = "компьютера управления газовой турбиной" +dative = "компьютеру управления газовой турбиной" +accusative = "компьютер управления газовой турбиной" +instrumental = "компьютером управления газовой турбиной" +prepositional = "компьютере управления газовой турбиной" +gender = "male" + +["emitter"] +nominative = "эмиттер" +genitive = "эмиттера" +dative = "эмиттеру" +accusative = "эмиттер" +instrumental = "эмиттером" +prepositional = "эмиттере" +gender = "male" + +["mass driver"] +nominative = "масс-драйвер" +genitive = "масс-драйвера" +dative = "масс-драйверу" +accusative = "масс-драйвер" +instrumental = "масс-драйвером" +prepositional = "масс-драйвере" +gender = "male" + +["modular shield generator"] +nominative = "модульный генератор щита" +genitive = "модульного генератора щита" +dative = "модульному генератору щита" +accusative = "модульный генератор щита" +instrumental = "модульным генератором щита" +prepositional = "модульном генераторе щита" +gender = "male" + +["modular shield node"] +nominative = "модульный узел щита" +genitive = "модульного узла щита" +dative = "модульному узлу щита" +accusative = "модульный узел щита" +instrumental = "модульным узлом щита" +prepositional = "модульном узле щита" +gender = "male" + +["modular shield relay"] +nominative = "модульное реле щита" +genitive = "модульного реле щита" +dative = "модульному реле щита" +accusative = "модульное реле щита" +instrumental = "модульным реле щита" +prepositional = "модульном реле щита" +gender = "neuter" + +["modular shield charger"] +nominative = "модульное зарядное устройство щита" +genitive = "модульного зарядного устройства щита" +dative = "модульному зарядному устройству щита" +accusative = "модульное зарядное устройство щита" +instrumental = "модульным зарядным устройством щита" +prepositional = "модульном зарядном устройстве щита" +gender = "neuter" + +["modular shield well"] +nominative = "модульный колодец щита" +genitive = "модульного колодца щита" +dative = "модульному колодцу щита" +accusative = "модульный колодец щита" +instrumental = "модульным колодцем щита" +prepositional = "модульном колодце щита" +gender = "male" + +["inlet compressor"] +nominative = "компрессор впуска турбины" +genitive = "компрессора впуска турбины" +dative = "компрессору впуска турбины" +accusative = "компрессор впуска турбины" +instrumental = "компрессором впуска турбины" +prepositional = "компрессоре впуска турбины" +gender = "male" + +["core rotor"] +nominative = "ротор ядра турбины" +genitive = "ротора ядра турбины" +dative = "ротору ядра турбины" +accusative = "ротор ядра турбины" +instrumental = "ротором ядра турбины" +prepositional = "роторе ядра турбины" +gender = "male" + +["turbine outlet"] +nominative = "выхлоп турбины" +genitive = "выхлопа турбины" +dative = "выхлопу турбины" +accusative = "выхлоп турбины" +instrumental = "выхлопом турбины" +prepositional = "выхлопе турбины" +gender = "male" + +["Temperature control unit"] +nominative = "термомашина" +genitive = "термомашины" +dative = "термомашине" +accusative = "термомашину" +instrumental = "термомашиной" +prepositional = "термомашине" +gender = "female" + +["space heater"] +nominative = "обогреватель" +genitive = "обогревателя" +dative = "обогревателю" +accusative = "обогреватель" +instrumental = "обогревателем" +prepositional = "обогревателе" +gender = "male" + +["space electrolyzer"] +nominative = "электролизер" +genitive = "электролизера" +dative = "электролизеру" +accusative = "электролизер" +instrumental = "электролизером" +prepositional = "электролизере" +gender = "male" + +["atmospheric alert console"] +nominative = "консоль атмосферных тревог" +genitive = "консоли атмосферных тревог" +dative = "консоли атмосферных тревог" +accusative = "консоль атмосферных тревог" +instrumental = "консолью атмосферных тревог" +prepositional = "консоли атмосферных тревог" +gender = "female" + +["atmospherics monitoring"] +nominative = "консоль мониторинга атмосферы" +genitive = "консоли мониторинга атмосферы" +dative = "консоли мониторинга атмосферы" +accusative = "консоль мониторинга атмосферы" +instrumental = "консолью мониторинга атмосферы" +prepositional = "консоли мониторинга атмосферы" +gender = "female" + +["cell charger"] +nominative = "зарядник батарей" +genitive = "зарядника батарей" +dative = "заряднику батарей" +accusative = "зарядник батарей" +instrumental = "зарядником батарей" +prepositional = "заряднике батарей" +gender = "male" + +["power flow control console"] +nominative = "консоль управления потоком питания" +genitive = "консоли управления потоком питания" +dative = "консоли управления потоком питания" +accusative = "консоль управления потоком питания" +instrumental = "консолью управления потоком питания" +prepositional = "консоли управления потоком питания" +gender = "female" + +["department techfab"] +nominative = "техфаб отдела" +genitive = "техфаба отдела" +dative = "техфабу отдела" +accusative = "техфаб отдела" +instrumental = "техфабом отдела" +prepositional = "техфабе отдела" +gender = "male" + +["department techfab (Engineering)"] +nominative = "техфаб отдела (Инженерия)" +genitive = "техфаба отдела (Инженерия)" +dative = "техфабу отдела (Инженерия)" +accusative = "техфаб отдела (Инженерия)" +instrumental = "техфабом отдела (Инженерия)" +prepositional = "техфабе отдела (Инженерия)" +gender = "male" + +["department techfab (Service)"] +nominative = "техфаб отдела (Обслуживание)" +genitive = "техфаба отдела (Обслуживание)" +dative = "техфабу отдела (Обслуживание)" +accusative = "техфаб отдела (Обслуживание)" +instrumental = "техфабом отдела (Обслуживание)" +prepositional = "техфабе отдела (Обслуживание)" +gender = "male" + +["department techfab (Medical)"] +nominative = "техфаб отдела (Медицина)" +genitive = "техфаба отдела (Медицина)" +dative = "техфабу отдела (Медицина)" +accusative = "техфаб отдела (Медицина)" +instrumental = "техфабом отдела (Медицина)" +prepositional = "техфабе отдела (Медицина)" +gender = "male" + +["department techfab (Cargo)"] +nominative = "техфаб отдела (Снабжение)" +genitive = "техфаба отдела (Снабжение)" +dative = "техфабу отдела (Снабжение)" +accusative = "техфаб отдела (Снабжение)" +instrumental = "техфабом отдела (Снабжение)" +prepositional = "техфабе отдела (Снабжение)" +gender = "male" + +["department techfab (Science)"] +nominative = "техфаб отдела (Исследование)" +genitive = "техфаба отдела (Исследование)" +dative = "техфабу отдела (Исследование)" +accusative = "техфаб отдела (Исследование)" +instrumental = "техфабом отдела (Исследование)" +prepositional = "техфабе отдела (Исследование)" +gender = "male" + +["department techfab (Security)"] +nominative = "техфаб отдела (Безопасность)" +genitive = "техфаба отдела (Безопасность)" +dative = "техфабу отдела (Безопасность)" +accusative = "техфаб отдела (Безопасность)" +instrumental = "техфабом отдела (Безопасность)" +prepositional = "техфабе отдела (Безопасность)" +gender = "male" + +["plasma internals tank"] +nominative = "плазменный баллон для дыхания" +genitive = "плазменного баллона для дыхания" +dative = "плазменному баллону для дыхания" +accusative = "плазменный баллон для дыхания" +instrumental = "плазменным баллоном для дыхания" +prepositional = "плазменном баллоне для дыхания" +gender = "male" + +["gas tank"] +nominative = "газовый баллон" +genitive = "газового баллона" +dative = "газовому баллону" +accusative = "газовый баллон" +instrumental = "газовым баллоном" +prepositional = "газовом баллоне" +gender = "male" + +["tracker electronics"] +nominative = "электроника солнечного трекинга" +genitive = "электроники солнечного трекинга" +dative = "электронике солнечного трекинга" +accusative = "электронику солнечного трекинга" +instrumental = "электроникой солнечного трекинга" +prepositional = "электронике солнечного трекинга" +gender = "female" + +["blast door controller"] +nominative = "контроллер взрывных дверей" +genitive = "контроллера взрывных дверей" +dative = "контроллеру взрывных дверей" +accusative = "контроллер взрывных дверей" +instrumental = "контроллером взрывных дверей" +prepositional = "контроллере взрывных дверей" +gender = "male" + +["ignition controller"] +nominative = "контроллер зажигания" +genitive = "контроллера зажигания" +dative = "контроллеру зажигания" +accusative = "контроллер зажигания" +instrumental = "контроллером зажигания" +prepositional = "контроллере зажигания" +gender = "male" + +["Custom Vendor Refill"] +nominative = "наполнитель настраиваемого торгового автомата" +genitive = "наполнителя настраиваемого торгового автомата" +dative = "наполнителю настраиваемого торгового автомата" +accusative = "наполнитель настраиваемого торгового автомата" +instrumental = "наполнителем настраиваемого торгового автомата" +prepositional = "наполнителе настраиваемого торгового автомата" +gender = "male" + +["resupply canister"] +nominative = "канистра для пополнения" +genitive = "канистры для пополнения" +dative = "канистре для пополнения" +accusative = "канистру для пополнения" +instrumental = "канистрой для пополнения" +prepositional = "канистре для пополнения" +gender = "female" + +["miniature power cell"] +nominative = "миниатюрная батарея" +genitive = "миниатюрной батареи" +dative = "миниатюрной батарее" +accusative = "миниатюрную батарею" +instrumental = "миниатюрной батареей" +prepositional = "миниатюрной батарее" +gender = "female" + +["Geiger counter"] +nominative = "счётчик Гейгера" +genitive = "счётчика Гейгера" +dative = "счётчику Гейгера" +accusative = "счётчик Гейгера" +instrumental = "счётчиком Гейгера" +prepositional = "счётчике Гейгера" +gender = "male" + +["pipe painter"] +nominative = "краситель труб" +genitive = "красителя труб" +dative = "красителю труб" +accusative = "краситель труб" +instrumental = "красителем труб" +prepositional = "красителе труб" +gender = "male" + +["airlock painter"] +nominative = "краситель шлюзов" +genitive = "красителя шлюзов" +dative = "красителю шлюзов" +accusative = "краситель шлюзов" +instrumental = "красителем шлюзов" +prepositional = "красителе шлюзов" +gender = "male" + +["decal painter"] +nominative = "краситель декалей" +genitive = "красителя декалей" +dative = "красителю декалей" +accusative = "краситель декалей" +instrumental = "красителем декалей" +prepositional = "красителе декалей" +gender = "male" + +["tile sprayer"] +nominative = "краситель плиток" +genitive = "красителя плиток" +dative = "красителю плиток" +accusative = "краситель плиток" +instrumental = "красителем плиток" +prepositional = "красителе плиток" +gender = "male" + +["power control module"] +nominative = "модуль контроля питания для ЛКП" +genitive = "модуля контроля питания для ЛКП" +dative = "модулю контроля питания для ЛКП" +accusative = "модуль контроля питания для ЛКП" +instrumental = "модулем контроля питания для ЛКП" +prepositional = "модуле контроля питания для ЛКП" +gender = "male" + +["airlock electronics"] +nominative = "электроника шлюза" +genitive = "электроники шлюза" +dative = "электронике шлюза" +accusative = "электронику шлюза" +instrumental = "электроникой шлюза" +prepositional = "электронике шлюза" +gender = "female" + +["firelock circuitry"] +nominative = "электроника пожарного шлюза" +genitive = "электроники пожарного шлюза" +dative = "электронике пожарного шлюза" +accusative = "электронику пожарного шлюза" +instrumental = "электроникой пожарного шлюза" +prepositional = "электронике пожарного шлюза" +gender = "female" + +["air alarm electronics"] +nominative = "электроника воздушной сигнализации" +genitive = "электроники воздушной сигнализации" +dative = "электронике воздушной сигнализации" +accusative = "электронику воздушной сигнализации" +instrumental = "электроникой воздушной сигнализации" +prepositional = "электронике воздушной сигнализации" +gender = "female" + +["fire alarm electronics"] +nominative = "электроника пожарной сигнализации" +genitive = "электроники пожарной сигнализации" +dative = "электронике пожарной сигнализации" +accusative = "электронику пожарной сигнализации" +instrumental = "электроникой пожарной сигнализации" +prepositional = "электронике пожарной сигнализации" +gender = "female" + +["trapdoor controller"] +nominative = "электроника контроллера люка" +genitive = "электроники контроллера люка" +dative = "электронике контроллера люка" +accusative = "электронику контроллера люка" +instrumental = "электроникой контроллера люка" +prepositional = "электронике контроллера люка" +gender = "female" + +["iron rod"] +nominative = "железный прут" +genitive = "железного прута" +dative = "железному пруту" +accusative = "железный прут" +instrumental = "железным прутом" +prepositional = "железном пруте" +gender = "male" + +["hyperwave filter"] +nominative = "фильтр гиперволны" +genitive = "фильтра гиперволны" +dative = "фильтру гиперволны" +accusative = "фильтр гиперволны" +instrumental = "фильтром гиперволны" +prepositional = "фильтре гиперволны" +gender = "male" + +["subspace ansible"] +nominative = "ансибл подпространства" +genitive = "ансибла подпространства" +dative = "ансиблу подпространства" +accusative = "ансибл подпространства" +instrumental = "ансиблом подпространства" +prepositional = "ансибле подпространства" +gender = "male" + +["subspace amplifier"] +nominative = "усилитель подпространства" +genitive = "усилителя подпространства" +dative = "усилителю подпространства" +accusative = "усилитель подпространства" +instrumental = "усилителем подпространства" +prepositional = "усилителе подпространства" +gender = "male" + +["subspace treatment disk"] +nominative = "диск лечения подпространства" +genitive = "диска лечения подпространства" +dative = "диску лечения подпространства" +accusative = "диск лечения подпространства" +instrumental = "диском лечения подпространства" +prepositional = "диске лечения подпространства" +gender = "male" + +["subspace wavelength analyzer"] +nominative = "анализатор длины волны подпространства" +genitive = "анализатора длины волны подпространства" +dative = "анализатору длины волны подпространства" +accusative = "анализатор длины волны подпространства" +instrumental = "анализатором длины волны подпространства" +prepositional = "анализаторе длины волны подпространства" +gender = "male" + +["ansible crystal"] +nominative = "кристалл ансибл" +genitive = "кристалла ансибл" +dative = "кристаллу ансибл" +accusative = "кристалл ансибл" +instrumental = "кристаллом ансибл" +prepositional = "кристалле ансибл" +gender = "male" + +["subspace transmitter"] +nominative = "передатчик подпространства" +genitive = "передатчика подпространства" +dative = "передатчику подпространства" +accusative = "передатчик подпространства" +instrumental = "передатчиком подпространства" +prepositional = "передатчике подпространства" +gender = "male" + +["card reader"] +nominative = "картридер" +genitive = "картридера" +dative = "картридеру" +accusative = "картридер" +instrumental = "картридером" +prepositional = "картридере" +gender = "male" + +["compressor part"] +nominative = "компрессор турбины" +genitive = "компрессора турбины" +dative = "компрессору турбины" +accusative = "компрессор турбины" +instrumental = "компрессором турбины" +prepositional = "компрессоре турбины" +gender = "male" + +["rotor part"] +nominative = "ротор турбины" +genitive = "ротора турбины" +dative = "ротору турбины" +accusative = "ротор турбины" +instrumental = "ротором турбины" +prepositional = "роторе турбины" +gender = "male" + +["stator part"] +nominative = "статор турбины" +genitive = "статора турбины" +dative = "статору турбины" +accusative = "статор турбины" +instrumental = "статором турбины" +prepositional = "статоре турбины" +gender = "male" + +["water recycler"] +nominative = "рециркулятор воды" +genitive = "рециркулятора воды" +dative = "рециркулятору воды" +accusative = "рециркулятор воды" +instrumental = "рециркулятором воды" +prepositional = "рециркуляторе воды" +gender = "male" + +["welding goggles"] +nominative = "сварочные очки" +genitive = "сварочных очков" +dative = "сварочным очкам" +accusative = "сварочные очки" +instrumental = "сварочными очками" +prepositional = "сварочных очках" +gender = "plural" + +["welding mask"] +nominative = "сварочная газовая маска" +genitive = "сварочной газовой маски" +dative = "сварочной газовой маске" +accusative = "сварочную газовую маску" +instrumental = "сварочной газовой маской" +prepositional = "сварочной газовой маске" +gender = "female" + +["workplace-ready firefighter helmet"] +nominative = "шлем пожарного для работы" +genitive = "шлема пожарного для работы" +dative = "шлему пожарного для работы" +accusative = "шлем пожарного для работы" +instrumental = "шлемом пожарного для работы" +prepositional = "шлеме пожарного для работы" +gender = "male" + +["optical meson scanner"] +nominative = "оптический мезонный сканер" +genitive = "оптического мезонного сканера" +dative = "оптическому мезонному сканеру" +accusative = "оптический мезонный сканер" +instrumental = "оптическим мезонным сканером" +prepositional = "оптическом мезонном сканере" +gender = "male" + +["engineering scanner goggles"] +nominative = "инженерные очки" +genitive = "инженерных очков" +dative = "инженерным очкам" +accusative = "инженерные очки" +instrumental = "инженерными очками" +prepositional = "инженерных очках" +gender = "plural" + +["optical t-ray scanner"] +nominative = "оптический T-ray сканер" +genitive = "оптического T-ray сканера" +dative = "оптическому T-ray сканеру" +accusative = "оптический T-ray сканер" +instrumental = "оптическим T-ray сканером" +prepositional = "оптическом T-ray сканере" +gender = "male" + +["atmospheric thermal imaging goggles"] +nominative = "атмосферные тепловизорные очки" +genitive = "атмосферных тепловизорных очков" +dative = "атмосферным тепловизорным очкам" +accusative = "атмосферные тепловизорные очки" +instrumental = "атмосферными тепловизорными очками" +prepositional = "атмосферных тепловизорных очках" +gender = "plural" + +["night vision meson scanner"] +nominative = "мезонный сканер с ПНВ" +genitive = "мезонного сканера с ПНВ" +dative = "мезонному сканеру с ПНВ" +accusative = "мезонный сканер с ПНВ" +instrumental = "мезонным сканером с ПНВ" +prepositional = "мезонном сканере с ПНВ" +gender = "male" + +["night vision goggles"] +nominative = "ПНВ" +genitive = "ПНВ" +dative = "ПНВ" +accusative = "ПНВ" +instrumental = "ПНВ" +prepositional = "ПНВ" +gender = "male" + +["magboots"] +nominative = "магнитные ботинки" +genitive = "магнитных ботинок" +dative = "магнитным ботинкам" +accusative = "магнитные ботинки" +instrumental = "магнитными ботинками" +prepositional = "магнитных ботинках" +gender = "plural" + +["forcefield projector"] +nominative = "проектор силового поля" +genitive = "проектора силового поля" +dative = "проектору силового поля" +accusative = "проектор силового поля" +instrumental = "проектором силового поля" +prepositional = "проекторе силового поля" +gender = "male" + +["interrogation telescreen frame"] +nominative = "рамка допросного телескрина" +genitive = "рамки допросного телескрина" +dative = "рамке допросного телескрина" +accusative = "рамку допросного телескрина" +instrumental = "рамкой допросного телескрина" +prepositional = "рамке допросного телескрина" +gender = "female" + +["interrogation telescreen monitor"] +nominative = "монитор допросного телескрина" +genitive = "монитора допросного телескрина" +dative = "монитору допросного телескрина" +accusative = "монитор допросного телескрина" +instrumental = "монитором допросного телескрина" +prepositional = "мониторе допросного телескрина" +gender = "male" + +["prison telescreen frame"] +nominative = "рамка тюремного телескрина" +genitive = "рамки тюремного телескрина" +dative = "рамке тюремного телескрина" +accusative = "рамку тюремного телескрина" +instrumental = "рамкой тюремного телескрина" +prepositional = "рамке тюремного телескрина" +gender = "female" + +["prison monitor"] +nominative = "тюремный монитор" +genitive = "тюремного монитора" +dative = "тюремному монитору" +accusative = "тюремный монитор" +instrumental = "тюремным монитором" +prepositional = "тюремном мониторе" +gender = "male" + +["ticket machine frame"] +nominative = "рамка билетной машины" +genitive = "рамки билетной машины" +dative = "рамке билетной машины" +accusative = "рамку билетной машины" +instrumental = "рамкой билетной машины" +prepositional = "рамке билетной машины" +gender = "female" + +["ticket machine"] +nominative = "билетная машина" +genitive = "билетной машины" +dative = "билетной машине" +accusative = "билетную машину" +instrumental = "билетной машиной" +prepositional = "билетной машине" +gender = "female" + +["bar telescreen frame"] +nominative = "рамка барного телескрина" +genitive = "рамки барного телескрина" +dative = "рамке барного телескрина" +accusative = "рамку барного телескрина" +instrumental = "рамкой барного телескрина" +prepositional = "рамке барного телескрина" +gender = "female" + +["bar monitor"] +nominative = "барный монитор" +genitive = "барного монитора" +dative = "барному монитору" +accusative = "барный монитор" +instrumental = "барным монитором" +prepositional = "барном мониторе" +gender = "male" + +["entertainment telescreen frame"] +nominative = "рамка развлекательного телескрина" +genitive = "рамки развлекательного телескрина" +dative = "рамке развлекательного телескрина" +accusative = "рамку развлекательного телескрина" +instrumental = "рамкой развлекательного телескрина" +prepositional = "рамке развлекательного телескрина" +gender = "female" + +["entertainment monitor"] +nominative = "развлекательный монитор" +genitive = "развлекательного монитора" +dative = "развлекательному монитору" +accusative = "развлекательный монитор" +instrumental = "развлекательным монитором" +prepositional = "развлекательном мониторе" +gender = "male" + +["solar panel assembly"] +nominative = "сборка солнечной панели" +genitive = "сборки солнечной панели" +dative = "сборке солнечной панели" +accusative = "сборку солнечной панели" +instrumental = "сборкой солнечной панели" +prepositional = "сборке солнечной панели" +gender = "female" + +["laptop"] +nominative = "ноутбук" +genitive = "ноутбука" +dative = "ноутбуку" +accusative = "ноутбук" +instrumental = "ноутбуком" +prepositional = "ноутбуке" +gender = "male" + +["research telescreen frame"] +nominative = "рамка исследовательского телескрина" +genitive = "рамки исследовательского телескрина" +dative = "рамке исследовательского телескрина" +accusative = "рамку исследовательского телескрина" +instrumental = "рамкой исследовательского телескрина" +prepositional = "рамке исследовательского телескрина" +gender = "female" + +["research telescreen"] +nominative = "исследовательский телескрин" +genitive = "исследовательского телескрина" +dative = "исследовательскому телескрин" +accusative = "исследовательский телескрин" +instrumental = "исследовательским телескрином" +prepositional = "исследовательском телескрине" +gender = "male" + +["bomb test site telescreen frame"] +nominative = "рамка телескрина испытательного полигона" +genitive = "рамки телескрина испытательного полигона" +dative = "рамке телескрина испытательного полигона" +accusative = "рамку телескрина испытательного полигона" +instrumental = "рамкой телескрина испытательного полигона" +prepositional = "рамке телескрина испытательного полигона" +gender = "female" + +["bomb test site monitor"] +nominative = "монитор испытательного полигона" +genitive = "монитора испытательного полигона" +dative = "монитору испытательного полигона" +accusative = "монитор испытательного полигона" +instrumental = "монитором испытательного полигона" +prepositional = "мониторе испытательного полигона" +gender = "male" + +["atmospheric gas filter"] +nominative = "атмосферный газовый фильтр" +genitive = "атмосферного газового фильтра" +dative = "атмосферному газовому фильтру" +accusative = "атмосферный газовый фильтр" +instrumental = "атмосферным газовым фильтром" +prepositional = "атмосферном газовом фильтре" +gender = "male" + +["Plumbing Constructor"] +nominative = "конструктор водопровода" +genitive = "конструктора водопровода" +dative = "конструктору водопровода" +accusative = "конструктор водопровода" +instrumental = "конструктором водопровода" +prepositional = "конструкторе водопровода" +gender = "male" + +["plasmaman atmospheric gas filter"] +nominative = "атмосферный газовый фильтр плазмеменов" +genitive = "атмосферного газового фильтра плазмеменов" +dative = "атмосферному газовому фильтру плазмеменов" +accusative = "атмосферный газовый фильтр плазмеменов" +instrumental = "атмосферным газовым фильтром плазмеменов" +prepositional = "атмосферном газовом фильтре плазмеменов" +gender = "male" + +["tinker's gloves"] +nominative = "перчатки мастера" +genitive = "перчаток мастера" +dative = "перчаткам мастера" +accusative = "перчатки мастера" +instrumental = "перчатками мастера" +prepositional = "перчатках мастера" +gender = "female" + +["heat resistant rod"] +nominative = "лавостойкий железный прут" +genitive = "лавостойкого железного прута" +dative = "лавостойкому железному пруту" +accusative = "лавостойкий железный прут" +instrumental = "лавостойким железным прутом" +prepositional = "лавостойком железном пруте" +gender = "male" + +["compact radio navigation gigabeacon"] +nominative = "компактный радионавигационный гигамаячок" +genitive = "компактного радионавигационного гигамаячка" +dative = "компактному радионавигационному гигамаячку" +accusative = "компактный радионавигационный гигамаячок" +instrumental = "компактным радионавигационным гигамаячком" +prepositional = "компактном радионавигационном гигамаячке" +gender = "male" + +["pneumatic airlock seal"] +nominative = "пневматический герметизатор шлюзов" +genitive = "пневматического герметизатора шлюзов" +dative = "пневматическому герметизатору шлюзов" +accusative = "пневматический герметизатор шлюзов" +instrumental = "пневматическим герметизатором шлюзов" +prepositional = "пневматическом герметизаторе шлюзов" +gender = "male" + +["plasma tank"] +nominative = "плазменный баллон" +genitive = "плазменного баллона" +dative = "плазменному баллону" +accusative = "плазменный баллон" +instrumental = "плазменным баллоном" +prepositional = "плазменном баллоне" +gender = "male" + +# MARK: Tools +# Fire Extinguisher +["fire extinguisher"] +nominative = "огнетушитель" +genitive = "огнетушителя" +dative = "огнетушителю" +accusative = "огнетушитель" +instrumental = "огнетушителем" +prepositional = "огнетушителе" +gender = "male" + +["pocket fire extinguisher"] +nominative = "карманный огнетушитель" +genitive = "карманного огнетушителя" +dative = "карманному огнетушителю" +accusative = "карманный огнетушитель" +instrumental = "карманным огнетушителем" +prepositional = "карманном огнетушителе" +gender = "male" + +["advanced fire extinguisher"] +nominative = "продвинутый огнетушитель" +genitive = "продвинутого огнетушителя" +dative = "продвинутому огнетушителю" +accusative = "продвинутый огнетушитель" +instrumental = "продвинутым огнетушителем" +prepositional = "продвинутом огнетушителе" +gender = "male" + +# Wrench +[wrench] +nominative = "гаечный ключ" +genitive = "гаечного ключа" +dative = "гаечному ключу" +accusative = "гаечный ключ" +instrumental = "гаечным ключом" +prepositional = "гаечном ключе" +gender = "male" + +["alien wrench"] +nominative = "инопланетный гаечный ключ" +genitive = "инопланетного гаечного ключа" +dative = "инопланетному гаечному ключу" +accusative = "инопланетный гаечный ключ" +instrumental = "инопланетным гаечным ключом" +prepositional = "инопланетном гаечном ключе" +gender = "male" + +["medical wrench"] +nominative = "медицинский гаечный ключ" +genitive = "медицинского гаечного ключа" +dative = "медицинскому гаечному ключу" +accusative = "медицинский гаечный ключ" +instrumental = "медицинским гаечным ключом" +prepositional = "медицинском гаечном ключе" +gender = "male" + +["combat wrench"] +nominative = "боевой гаечный ключ" +genitive = "боевого гаечного ключа" +dative = "боевому гаечному ключу" +accusative = "боевой гаечный ключ" +instrumental = "боевым гаечным ключом" +prepositional = "боевом гаечном ключе" +gender = "male" + +["bolter wrench"] +nominative = "затворный гаечный ключ" +genitive = "затворного гаечного ключа" +dative = "затворному гаечному ключу" +accusative = "затворный гаечный ключ" +instrumental = "затворным гаечным ключом" +prepositional = "затворном гаечном ключе" +gender = "male" + +["hydraulic wrench"] +nominative = "гидравлический гаечный ключ" +genitive = "гидравлического гаечного ключа" +dative = "гидравлическому гаечному ключу" +accusative = "гидравлический гаечный ключ" +instrumental = "гидравлическим гаечным ключом" +prepositional = "гидравлическом гаечном ключе" +gender = "male" + +# Wirecutters +[wirecutters] +nominative = "кусачки" +genitive = "кусачек" +dative = "кусачкам" +accusative = "кусачек" +instrumental = "кусачками" +prepositional = "кусачках" +gender = "plural" + +["powered wirecutters"] +nominative = "электрические кусачки" +genitive = "электрических кусачек" +dative = "электрическим кусачкам" +accusative = "электрические кусачки" +instrumental = "электрическими кусачками" +prepositional = "электрических кусачках" +gender = "plural" + +["alien wirecutters"] +nominative = "инопланетные кусачки" +genitive = "инопланетных кусачек" +dative = "инопланетным кусачкам" +accusative = "инопланетные кусачки" +instrumental = "инопланетными кусачками" +prepositional = "инопланетных кусачках" +gender = "plural" + +# Crowbar +["pocket crowbar"] +nominative = "карманный лом" +genitive = "карманного лома" +dative = "карманному лому" +accusative = "карманный лом" +instrumental = "карманным ломом" +prepositional = "карманном ломе" +gender = "male" + +["large crowbar"] +nominative = "большой лом" +genitive = "большого лома" +dative = "большому лому" +accusative = "большой лом" +instrumental = "большим ломом" +prepositional = "большом ломе" +gender = "male" + +["alien crowbar"] +nominative = "инопланетный лом" +genitive = "инопланетного лома" +dative = "инопланетному лому" +accusative = "инопланетный лом" +instrumental = "инопланетным ломом" +prepositional = "инопланетном ломе" +gender = "male" + +["old crowbar"] +nominative = "старый лом" +genitive = "старого лома" +dative = "старому лому" +accusative = "старый лом" +instrumental = "старым ломом" +prepositional = "старом ломе" +gender = "male" + +["hydraulic crowbar"] +nominative = "гидравлический лом" +genitive = "гидравлического лома" +dative = "гидравлическому лому" +accusative = "гидравлический лом" +instrumental = "гидравлическим ломом" +prepositional = "гидравлическом ломе" +gender = "male" + +["heavy crowbar"] +nominative = "тяжелый лом" +genitive = "тяжелого лома" +dative = "тяжелому лому" +accusative = "тяжелый лом" +instrumental = "тяжелым ломом" +prepositional = "тяжелом ломе" +gender = "male" + +["emergency crowbar"] +genitive = "аварийного лома" +nominative = "аварийный лом" +dative = "аварийному лому" +accusative = "аварийный лом" +instrumental = "аварийным ломом" +prepositional = "аварийном ломе" +gender = "male" + +# Welding Tool +["welding tool"] +nominative = "сварочный инструмент" +genitive = "сварочного инструмента" +dative = "сварочному инструменту" +accusative = "сварочный инструмент" +instrumental = "сварочным инструментом" +prepositional = "сварочном инструменте" +gender = "male" + +["alien welding tool"] +nominative = "инопланетный сварочный инструмент" +genitive = "инопланетного сварочного инструмента" +dative = "инопланетному сварочному инструменту" +accusative = "инопланетный сварочный инструмент" +instrumental = "инопланетным сварочным инструментом" +prepositional = "инопланетном сварочном инструменте" +gender = "male" + +["upgraded industrial welding tool"] +nominative = "улучшенный сварочный инструмент" +genitive = "улучшенного сварочного инструмента" +dative = "улучшенному сварочному инструменту" +accusative = "улучшенный сварочный инструмент" +instrumental = "улучшенным сварочным инструментом" +prepositional = "улучшенном сварочном инструменте" +gender = "male" + +["integrated welding tool"] +nominative = "интегрированный сварочный инструмент" +genitive = "интегрированного сварочного инструмента" +dative = "интегрированному сварочному инструменту" +accusative = "интегрированный сварочный инструмент" +instrumental = "интегрированным сварочным инструментом" +prepositional = "интегрированном сварочном инструменте" +gender = "male" + +["emergency welding tool"] +nominative = "аварийный сварочный инструмент" +genitive = "аварийного сварочного инструмента" +dative = "аварийному сварочному инструменту" +accusative = "аварийный сварочный инструмент" +instrumental = "аварийным сварочным инструментом" +prepositional = "аварийном сварочном инструменте" +gender = "male" + +["experimental welding tool"] +nominative = "экспериментальный сварочный инструмент" +genitive = "экспериментального сварочного инструмента" +dative = "экспериментальному сварочному инструменту" +accusative = "экспериментальный сварочный инструмент" +instrumental = "экспериментальным сварочным инструментом" +prepositional = "экспериментальном сварочном инструменте" +gender = "male" + +["industrial welding tool"] +accusative = "промышленный сварочный инструмент" +genitive = "промышленного сварочного инструмента" +dative = "промышленному сварочному инструменту" +nominative = "промышленный сварочный инструмент" +instrumental = "промышленным сварочным инструментом" +prepositional = "промышленном сварочном инструменте" +gender = "male" + +# Screwdriver +[screwdriver] +nominative = "отвёртка" +genitive = "отвёртки" +dative = "отвёртке" +accusative = "отвёртку" +instrumental = "отвёрткой" +prepositional = "отвёртке" +gender = "female" + +["automated screwdriver"] +nominative = "автоматическая отвёртка" +genitive = "автоматической отвёртки" +dative = "автоматической отвёртке" +accusative = "автоматическую отвёртку" +instrumental = "автоматической отвёрткой" +prepositional = "автоматической отвёртке" +gender = "female" + +["alien screwdriver"] +nominative = "инопланетная отвёртка" +genitive = "инопланетной отвёртки" +dative = "инопланетной отвёртке" +accusative = "инопланетную отвёртку" +instrumental = "инопланетной отвёрткой" +prepositional = "инопланетной отвёртке" +gender = "female" + +# Other +["jaws of life"] +nominative = "челюсти жизни" +genitive = "челюстей жизни" +dative = "челюстям жизни" +accusative = "челюсти жизни" +instrumental = "челюстями жизни" +prepositional = "челюстях жизни" +gender = "plural" + +["jaws of death"] +nominative = "челюсти смерти" +genitive = "челюстей смерти" +dative = "челюстям смерти" +accusative = "челюсти смерти" +instrumental = "челюстями смерти" +prepositional = "челюстях смерти" +gender = "plural" + +["gas analyzer"] +nominative = "газоанализатор" +genitive = "газоанализатора" +dative = "газоанализатору" +accusative = "газоанализатор" +instrumental = "газоанализатором" +prepositional = "газоанализаторе" +gender = "male" + +["long-range gas analyzer"] +nominative = "газоанализатор дальнего действия" +genitive = "газоанализатора дальнего действия" +dative = "газоанализатору дальнего действия" +accusative = "газоанализатор дальнего действия" +instrumental = "газоанализатором дальнего действия" +prepositional = "газоанализаторе дальнего действия" +gender = "male" + +["Experimental Long-range Gas Analyzer"] # Unique Design Name +nominative = "Экспериментальный газоанализатор дальнего действия" + +["hand drill"] +nominative = "шуруповёрт" +genitive = "шуруповёрта" +dative = "шуруповёрту" +accusative = "шуруповёрт" +instrumental = "шуруповёртом" +prepositional = "шуруповёрте" +gender = "male" + +["spess knife"] +nominative = "швейцарский нож" +genitive = "швейцарского ножа" +dative = "швейцарскому ножу" +accusative = "швейцарский нож" +instrumental = "швейцарским ножом" +prepositional = "швейцарском ноже" +gender = "male" + +["flashlight"] +nominative = "фонарик" +genitive = "фонарика" +dative = "фонарику" +accusative = "фонарик" +instrumental = "фонариком" +prepositional = "фонарике" +gender = "male" + +["multitool"] +nominative = "мультитул" +genitive = "мультитула" +dative = "мультитулу" +accusative = "мультитул" +instrumental = "мультитулом" +prepositional = "мультитуле" +gender = "male" + +["alien multitool"] +nominative = "инопланетный мультитул" +genitive = "инопланетного мультитула" +dative = "инопланетному мультитулу" +accusative = "инопланетный мультитул" +instrumental = "инопланетным мультитулом" +prepositional = "инопланетном мультитуле" +gender = "male" + +["T-ray scanner"] +nominative = "сканер T-ray" +genitive = "сканера T-ray" +dative = "сканеру T-ray" +accusative = "сканер T-ray" +instrumental = "сканером T-ray" +prepositional = "сканере T-ray" +gender = "male" + +["rapid wiring device"] +nominative = "устройство быстрой укладки проводов" +genitive = "устройства быстрой укладки проводов" +dative = "устройству быстрой укладки проводов" +accusative = "устройство быстрой укладки проводов" +instrumental = "устройством быстрой укладки проводов" +prepositional = "устройстве быстрой укладки проводов" +gender = "neuter" + +["welding helmet"] +nominative = "сварочный шлем" +genitive = "сварочного шлема" +dative = "сварочному шлему" +accusative = "сварочный шлем" +instrumental = "сварочным шлемом" +prepositional = "сварочном шлеме" +gender = "male" + +["Cable (x5)"] # Unique Design Name +nominative = "связка проводов (x5)" + +["cable coil"] +nominative = "связка проводов" +genitive = "связки проводов" +dative = "связке проводов" +accusative = "связку проводов" +instrumental = "связкой проводов" +prepositional = "связке проводов" +gender = "female" + +["toolbox"] +nominative = "ящик для инструментов" +genitive = "ящика для инструментов" +dative = "ящику для инструментов" +accusative = "ящик для инструментов" +instrumental = "ящиком для инструментов" +prepositional = "ящике для инструментов" +gender = "male" + +["rapid pipe dispenser"] +nominative = "быстрый раздатчик труб" +genitive = "быстрого раздатчика труб" +dative = "быстрому раздатчику труб" +accusative = "быстрый раздатчик труб" +instrumental = "быстрым раздатчиком труб" +prepositional = "быстром раздатчике труб" +gender = "male" + +["rapid-construction-device (RCD)"] +nominative = "устройство быстрого строительства" +genitive = "устройства быстрого строительства" +dative = "устройству быстрого строительства" +accusative = "устройство быстрого строительства" +instrumental = "устройством быстрого строительства" +prepositional = "устройстве быстрого строительства" +gender = "neuter" + +["rapid-tiling-device (RTD)"] +nominative = "устройство быстрой плитоукладки" +genitive = "устройства быстрой плитоукладки" +dative = "устройству быстрой плитоукладки" +accusative = "устройство быстрой плитоукладки" +instrumental = "устройством быстрой плитоукладки" +prepositional = "устройстве быстрой плитоукладки" +gender = "neuter" + +["RCD matter cartridge"] +nominative = "картридж материи УБС" +genitive = "картриджа материи УБС" +dative = "картриджу материи УБС" +accusative = "картридж материи УБС" +instrumental = "картриджем материи УБС" +prepositional = "картридже материи УБС" +gender = "male" + +["RCD advanced upgrade: frames"] +nominative = "УБС улучшение - каркас" +genitive = "УБС улучшения - каркаса" +dative = "УБС улучшению - каркасу" +accusative = "УБС улучшение - каркас" +instrumental = "УБС улучшением - каркасом" +prepositional = "УБС улучшении - каркасе" +gender = "neuter" + +["RCD advanced upgrade: simple circuits"] +nominative = "УБС улучшение - простые платы" +genitive = "УБС улучшения - простых плат" +dative = "УБС улучшению - простым платам" +accusative = "УБС улучшение - простые платы" +instrumental = "УБС улучшением - простыми платами" +prepositional = "УБС улучшении - простых платах" +gender = "neuter" + +["RCD advanced upgrade: anti disruption"] +nominative = "УБС улучшение - защита от помех" +genitive = "УБС улучшения - защиты от помех" +dative = "УБС улучшению - защите от помех" +accusative = "УБС улучшение - защиту от помех" +instrumental = "УБС улучшением - защитой от помех" +prepositional = "УБС улучшении - защите от помех" +gender = "neuter" + +["RCD advanced upgrade: enhanced cooling"] +nominative = "УБС улучшение - улучшенное охлаждение" +genitive = "УБС улучшения - улучшенного охлаждения" +dative = "УБС улучшению - улучшенному охлаждению" +accusative = "УБС улучшение - улучшенное охлаждение" +instrumental = "УБС улучшением - улучшенным охлаждением" +prepositional = "УБС улучшении - улучшенном охлаждении" +gender = "neuter" + +["RCD advanced upgrade: furnishings"] +nominative = "УБС улучшение - мебель" +genitive = "УБС улучшения - мебели" +dative = "УБС улучшению - мебели" +accusative = "УБС улучшение - мебель" +instrumental = "УБС улучшением - мебелью" +prepositional = "УБС улучшении - мебели" +gender = "female" + +["RCD advanced upgrade: silo link"] +nominative = "УБС улучшение - привязка к силосу" +genitive = "УБС улучшения - привязки к силосу" +dative = "УБС улучшению - привязке к силосу" +accusative = "УБС улучшение - привязку к силосу" +instrumental = "УБС улучшением - привязкой к силосу" +prepositional = "УБС улучшении - привязке к силосу" +gender = "neuter" + +["RPD advanced upgrade: wrench mode"] +nominative = "УБС улучшение - режим гаечного ключа" +genitive = "УБС улучшения - режима гаечного ключа" +dative = "УБС улучшению - режиму гаечного ключа" +accusative = "УБС улучшение - режим гаечного ключа" +instrumental = "УБС улучшением - режимом гаечного ключа" +prepositional = "УБС улучшении - режиме гаечного ключа" +gender = "neuter" + +["mini-rapid-light-device"] +nominative = "миниустройство быстрой светоукладки" +genitive = "миниустройства быстрой светоукладки" +dative = "миниустройству быстрой светоукладки" +accusative = "миниустройство быстрой светоукладки" +instrumental = "миниустройством быстрой светоукладки" +prepositional = "миниустройстве быстрой светоукладки" +gender = "neuter" + +["inducer"] +nominative = "индуктор" +genitive = "индуктора" +dative = "индуктору" +accusative = "индуктор" +instrumental = "индуктором" +prepositional = "индукторе" +gender = "male" + +# MARK: Stock parts +# Tier 0 +["power cell"] +nominative = "батарея" +genitive = "батареи" +dative = "батарее" +accusative = "батарею" +instrumental = "батареей" +prepositional = "батарее" +gender = "female" + +["megacell"] +nominative = "мегабатарея" +genitive = "мегабатареи" +dative = "мегабатарее" +accusative = "мегабатарею" +instrumental = "мегабатареей" +prepositional = "мегабатарее" +gender = "female" + +# Tier 1 +["capacitor"] +nominative = "конденсатор" +genitive = "конденсатора" +dative = "конденсатору" +accusative = "конденсатор" +instrumental = "конденсатором" +prepositional = "конденсаторе" +gender = "male" + +["scanning module"] +nominative = "сканирующий модуль" +genitive = "сканирующего модуля" +dative = "сканирующему модулю" +accusative = "сканирующий модуль" +instrumental = "сканирующим модулем" +prepositional = "сканирующем модуле" +gender = "male" + +["micro-servo"] +nominative = "микросервопривод" +genitive = "микросервопривода" +dative = "микросервоприводу" +accusative = "микросервопривод" +instrumental = "микросервоприводом" +prepositional = "микросервоприводе" +gender = "male" + +["micro-laser"] +nominative = "микролазер" +genitive = "микролазера" +dative = "микролазеру" +accusative = "микролазер" +instrumental = "микролазером" +prepositional = "микролазере" +gender = "male" + +["matter bin"] +nominative = "ёмкость материи" +genitive = "ёмкости материи" +dative = "ёмкости материи" +accusative = "ёмкость материи" +instrumental = "ёмкостью материи" +prepositional = "ёмкости материи" +gender = "female" + +["high-capacity power cell"] +nominative = "батарея повышенной ёмкости" +genitive = "батареи повышенной ёмкости" +dative = "батарее повышенной ёмкости" +accusative = "батарею повышенной ёмкости" +instrumental = "батареей повышенной ёмкости" +prepositional = "батарее повышенной ёмкости" +gender = "female" + +["high-capacity megacell"] +nominative = "мегабатарея повышенной ёмкости" +genitive = "мегабатареи повышенной ёмкости" +dative = "мегабатарее повышенной ёмкости" +accusative = "мегабатарею повышенной ёмкости" +instrumental = "мегабатареей повышенной ёмкости" +prepositional = "мегабатарее повышенной ёмкости" +gender = "female" + +# Tier 2 +["advanced capacitor"] +nominative = "улучшенный конденсатор" +genitive = "улучшенного конденсатора" +dative = "улучшенному конденсатору" +accusative = "улучшенный конденсатор" +instrumental = "улучшенным конденсатором" +prepositional = "улучшенном конденсаторе" +gender = "male" + +["advanced scanning module"] +nominative = "улучшенный сканирующий модуль" +genitive = "улучшенного сканирующего модуля" +dative = "улучшенному сканирующему модулю" +accusative = "улучшенный сканирующий модуль" +instrumental = "улучшенным сканирующим модулем" +prepositional = "улучшенном сканирующем модуле" +gender = "male" + +["nano-servo"] +nominative = "наносервопривод" +genitive = "наносервопривода" +dative = "наносервоприводу" +accusative = "наносервопривод" +instrumental = "наносервоприводом" +prepositional = "наносервоприводе" +gender = "male" + +["high-power micro-laser"] +nominative = "мощный микролазер" +genitive = "мощного микролазера" +dative = "мощному микролазеру" +accusative = "мощный микролазер" +instrumental = "мощным микролазером" +prepositional = "мощном микролазере" +gender = "male" + +["advanced matter bin"] +nominative = "улучшенная ёмкость материи" +genitive = "улучшенной ёмкости материи" +dative = "улучшенной ёмкости материи" +accusative = "улучшенную ёмкость материи" +instrumental = "улучшенной ёмкостью материи" +prepositional = "улучшенной ёмкости материи" +gender = "female" + +["super-capacity power cell"] +nominative = "суперёмкая батарея" +genitive = "суперёмкой батареи" +dative = "суперёмкой батарее" +accusative = "суперёмкую батарею" +instrumental = "суперёмкой батареей" +prepositional = "суперёмкой батарее" +gender = "female" + +["super-capacity megacell"] +nominative = "суперёмкая мегабатарея" +genitive = "суперёмкой мегабатареи" +dative = "суперёмкой мегабатарее" +accusative = "суперёмкую мегабатарею" +instrumental = "суперёмкой мегабатареей" +prepositional = "суперёмкой мегабатарее" +gender = "female" + +# Tier 3 +["super capacitor"] +nominative = "суперконденсатор" +genitive = "суперконденсатора" +dative = "суперконденсатору" +accusative = "суперконденсатор" +instrumental = "суперконденсатором" +prepositional = "суперконденсаторе" +gender = "male" + +["phasic scanning module"] +nominative = "фазовый сканирующий модуль" +genitive = "фазового сканирующего модуля" +dative = "фазовому сканирующему модулю" +accusative = "фазовый сканирующий модуль" +instrumental = "фазовым сканирующим модулем" +prepositional = "фазовом сканирующем модуле" +gender = "male" + +["pico-servo"] +nominative = "пикосервопривод" +genitive = "пикосервопривода" +dative = "пикосервоприводу" +accusative = "пикосервопривод" +instrumental = "пикосервоприводом" +prepositional = "пикосервоприводе" +gender = "male" + +["ultra-high-power micro-laser"] +nominative = "сверхмощный микролазер" +genitive = "сверхмощного микролазера" +dative = "сверхмощному микролазеру" +accusative = "сверхмощный микролазер" +instrumental = "сверхмощным микролазером" +prepositional = "сверхмощном микролазере" +gender = "male" + +["super matter bin"] +nominative = "суперёмкость материи" +genitive = "суперёмкости материи" +dative = "суперёмкости материи" +accusative = "суперёмкость материи" +instrumental = "суперёмкостью материи" +prepositional = "суперёмкости материи" +gender = "female" + +["hyper-capacity power cell"] +nominative = "гиперёмкая батарея" +genitive = "гиперёмкой батареи" +dative = "гиперёмкой батарее" +accusative = "гиперёмкую батарею" +instrumental = "гиперёмкой батареей" +prepositional = "гиперёмкой батарее" +gender = "female" + +["hyper-capacity megacell"] +nominative = "гиперёмкая мегабатарея" +genitive = "гиперёмкой мегабатареи" +dative = "гиперёмкой мегабатарее" +accusative = "гиперёмкую мегабатарею" +instrumental = "гиперёмкой мегабатареей" +prepositional = "гиперёмкой мегабатарее" +gender = "female" + +# Tier 4 +["quadratic capacitor"] +nominative = "квадратичный конденсатор" +genitive = "квадратичного конденсатора" +dative = "квадратичному конденсатору" +accusative = "квадратичный конденсатор" +instrumental = "квадратичным конденсатором" +prepositional = "квадратичном конденсаторе" +gender = "male" + +["triphasic scanning module"] +nominative = "трёхфазный сканирующий модуль" +genitive = "трёхфазного сканирующего модуля" +dative = "трёхфазному сканирующему модулю" +accusative = "трёхфазный сканирующий модуль" +instrumental = "трёхфазным сканирующим модулем" +prepositional = "о трёхфазном сканирующем модуле" +gender = "male" + +["femto-servo"] +nominative = "фемтосервопривод" +genitive = "фемтосервопривода" +dative = "фемтосервоприводу" +accusative = "фемтосервопривод" +instrumental = "фемтосервоприводом" +prepositional = "фемтосервоприводе" +gender = "male" + +["quad-ultra micro-laser"] +nominative = "квадроультра микролазер" +genitive = "квадроультра микролазера" +dative = "квадроультра микролазеру" +accusative = "квадроультра микролазер" +instrumental = "квадроультра микролазером" +prepositional = "квадроультра микролазере" +gender = "male" + +["bluespace matter bin"] +nominative = "блюспейс ёмкость материи" +genitive = "блюспейс ёмкости материи" +dative = "блюспейс ёмкости материи" +accusative = "блюспейс ёмкость материи" +instrumental = "блюспейс ёмкостью материи" +prepositional = "блюспейс ёмкости материи" +gender = "female" + +["bluespace power cell"] +nominative = "блюспейс батарея" +genitive = "блюспейс батареи" +dative = "блюспейс батарее" +accusative = "блюспейс батарею" +instrumental = "блюспейс батареей" +prepositional = "блюспейс батарее" +gender = "female" + +["bluespace megacell"] +nominative = "блюспейс мегабатарея" +genitive = "блюспейс мегабатареи" +dative = "блюспейс мегабатарее" +accusative = "блюспейс мегабатарею" +instrumental = "блюспейс мегабатареей" +prepositional = "блюспейс мегабатарее" +gender = "female" + +# RPED +["rapid part exchange device"] +nominative = "быстрозаменитель компонентов" +genitive = "быстрозаменителя компонентов" +dative = "быстрозаменителю компонентов" +accusative = "быстрозаменитель компонентов" +instrumental = "быстрозаменителем компонентов" +prepositional = "быстрозаменителе компонентов" +gender = "male" + +["bluespace rapid part exchange device"] +nominative = "блюспейс быстрозаменитель компонентов" +genitive = "блюспейс быстрозаменителя компонентов" +dative = "блюспейс быстрозаменителю компонентов" +accusative = "блюспейс быстрозаменитель компонентов" +instrumental = "блюспейс быстрозаменителем компонентов" +prepositional = "блюспейс быстрозаменителе компонентов" +gender = "male" + +# MARK: Materials +[sheet] +nominative = "лист" +genitive = "листа" +dative = "листу" +accusative = "лист" +instrumental = "листом" +prepositional = "листу" +gender = "male" + +[glass] +nominative = "стекло" +genitive = "стекла" +dative = "стеклу" +accusative = "стекло" +instrumental = "стеклом" +prepositional = "стекле" +gender = "neuter" + +["reinforced glass"] +nominative = "усиленное стекло" +genitive = "усиленного стекла" +dative = "усиленному стеклу" +accusative = "усиленное стекло" +instrumental = "усиленным стеклом" +prepositional = "усиленном стекле" +gender = "neuter" + +["plasma glass"] +nominative = "плазменное стекло" +genitive = "плазменного стекла" +dative = "плазменному стеклу" +accusative = "плазменное стекло" +instrumental = "плазменным стеклом" +prepositional = "плазменном стекле" +gender = "neuter" + +["reinforced plasma glass"] +nominative = "усиленное плазменное стекло" +genitive = "усиленного плазменного стекла" +dative = "усиленному плазменному стеклу" +accusative = "усиленное плазменное стекло" +instrumental = "усиленным плазменным стеклом" +prepositional = "усиленном плазменном стекле" +gender = "neuter" + +["titanium glass"] +nominative = "титановое стекло" +genitive = "титанового стекла" +dative = "титановому стеклу" +accusative = "титановое стекло" +instrumental = "титановым стеклом" +prepositional = "титановом стекле" +gender = "neuter" + +["plastitanium glass"] +nominative = "пластитановое стекло" +genitive = "пластитанового стекла" +dative = "пластитановому стеклу" +accusative = "пластитановое стекло" +instrumental = "пластитановым стеклом" +prepositional = "пластитановом стекле" +gender = "neuter" + +[iron] +nominative = "железо" +genitive = "железа" +dative = "железу" +accusative = "железо" +instrumental = "железом" +prepositional = "железе" +gender = "neuter" + +[plastic] +nominative = "пластик" +genitive = "пластика" +dative = "пластику" +accusative = "пластик" +instrumental = "пластиком" +prepositional = "пластике" +gender = "male" + +[titanium] +nominative = "титан" +genitive = "титана" +dative = "титану" +accusative = "титан" +instrumental = "титаном" +prepositional = "титане" +gender = "male" + +["solid plasma"] +nominative = "твёрдая плазма" +genitive = "твёрдой плазмы" +dative = "твёрдой плазме" +accusative = "твёрдую плазму" +instrumental = "твёрдой плазмой" +prepositional = "твёрдой плазме" +gender = "female" + +["Plasma"] # Unique Design Name +nominative = "Плазма" + +["plasma"] +nominative = "плазма" +genitive = "плазмы" +dative = "плазме" +accusative = "плазму" +instrumental = "плазмой" +prepositional = "плазме" +gender = "female" + +[silver] +nominative = "серебро" +genitive = "серебра" +dative = "серебру" +accusative = "серебро" +instrumental = "серебром" +prepositional = "серебре" +gender = "neuter" + +[gold] +nominative = "золото" +genitive = "золота" +dative = "золоту" +accusative = "золото" +instrumental = "золотом" +prepositional = "золоте" +gender = "neuter" + +[uranium] +nominative = "уран" +genitive = "урана" +dative = "урану" +accusative = "уран" +instrumental = "ураном" +prepositional = "уране" +gender = "male" + +[diamond] +nominative = "алмаз" +genitive = "алмаза" +dative = "алмазу" +accusative = "алмаз" +instrumental = "алмазом" +prepositional = "алмазе" +gender = "male" + +["bluespace polycrystal"] +nominative = "блюспейс поликристал" +genitive = "блюспейс поликристала" +dative = "блюспейс поликристалу" +accusative = "блюспейс поликристал" +instrumental = "блюспейс поликристалом" +prepositional = "блюспейс поликристале" +gender = "male" + +["bluespace crystal"] +nominative = "блюспейс кристал" +genitive = "блюспейс кристала" +dative = "блюспейс кристалу" +accusative = "блюспейс кристал" +instrumental = "блюспейс кристалом" +prepositional = "блюспейс кристале" +gender = "male" + +[plasteel] +nominative = "пласталь" +genitive = "пластали" +dative = "пластали" +accusative = "пласталь" +instrumental = "пласталью" +prepositional = "пластали" +gender = "female" + +[plastitanium] +nominative = "пластитан" +genitive = "пластитана" +dative = "пластитану" +accusative = "пластитан" +instrumental = "пластитаном" +prepositional = "пластитане" +gender = "male" + +[bananium] +nominative = "бананиум" +genitive = "бананиума" +dative = "бананиуму" +accusative = "бананиум" +instrumental = "бананиумом" +prepositional = "бананиуме" +gender = "male" + +[adamantine] +nominative = "адамантин" +genitive = "адамантина" +dative = "адамантину" +accusative = "адамантин" +instrumental = "адамантином" +prepositional = "адамантине" +gender = "male" + +["wooden plank"] +nominative = "деревянная доска" +genitive = "деревянной доски" +dative = "деревянной доске" +accusative = "деревянную доску" +instrumental = "деревянной доской" +prepositional = "деревянной доске" +gender = "female" + +["wood"] +nominative = "дерево" +genitive = "дерева" +dative = "дереву" +accusative = "дерево" +instrumental = "деревом" +prepositional = "дереве" +gender = "neuter" + +[mythril] +nominative = "мифрил" +genitive = "мифрила" +dative = "мифрилу" +accusative = "мифрил" +instrumental = "мифрилом" +prepositional = "мифриле" +gender = "male" + +[shard] +nominative = "осколок" +genitive = "осколка" +dative = "осколку" +accusative = "осколок" +instrumental = "осколком" +prepositional = "осколоке" +gender = "male" + +["dark shard"] +nominative = "темный осколок" +genitive = "темного осколка" +dative = "темному осколку" +accusative = "темный осколок" +instrumental = "темным осколком" +prepositional = "темном осколоке" +gender = "male" + +["purple shard"] +nominative = "фиолетовый осколок" +genitive = "фиолетового осколка" +dative = "фиолетовому осколку" +accusative = "фиолетовый осколок" +instrumental = "фиолетовым осколком" +prepositional = "фиолетовом осколоке" +gender = "male" + +["bright shard"] +nominative = "яркий осколок" +genitive = "яркого осколка" +dative = "яркому осколку" +accusative = "яркий осколок" +instrumental = "ярким осколком" +prepositional = "ярком осколоке" +gender = "male" + +["alien alloy"] +nominative = "инопланетный сплав" +genitive = "инопланетного сплава" +dative = "инопланетному сплаву" +accusative = "инопланетный сплав" +instrumental = "инопланетным сплавом" +prepositional = "инопланетном сплаве" +gender = "male" + +["seaweed sheet"] +nominative = "лист водорослей" +genitive = "листа водорослей" +dative = "листу водорослей" +accusative = "лист водорослей" +instrumental = "листом водорослей" +prepositional = "листе водорослей" +gender = "male" + +["leather"] +nominative = "кожа" +genitive = "кожи" +dative = "коже" +accusative = "кожу" +instrumental = "кожей" +prepositional = "коже" +gender = "female" + +["cloth"] +nominative = "ткань" +genitive = "ткани" +dative = "ткани" +accusative = "ткань" +instrumental = "тканью" +prepositional = "ткани" +gender = "female" + +["cardboard"] +nominative = "картон" +genitive = "картона" +dative = "картону" +accusative = "картон" +instrumental = "картоном" +prepositional = "картоне" +gender = "male" + +["paper"] +nominative = "бумага" +genitive = "бумаги" +dative = "бумаге" +accusative = "бумагу" +instrumental = "бумагой" +prepositional = "бумаге" +gender = "female" + +# MARK: Structures +["water tank"] +nominative = "бак с водой" +genitive = "бака с водой" +dative = "баку с водой" +accusative = "бак с водой" +instrumental = "баком с водой" +prepositional = "баке с водой" +gender = "male" + +["fuel tank"] +nominative = "бак с топливом" +genitive = "бака с топливом" +dative = "баку с топливом" +accusative = "бак с топливом" +instrumental = "баком с топливом" +prepositional = "баке с топливом" +gender = "male" + +["girder"] +nominative = "балка" +genitive = "балки" +dative = "балке" +accusative = "балку" +instrumental = "балкой" +prepositional = "балке" +gender = "female" + +# MARK: Turfs +[floor] +nominative = "плитка" +genitive = "плитки" +dative = "плитке" +accusative = "плитку" +instrumental = "плиткой" +prepositional = "плитке" +gender = "female" + +[wall] +nominative = "стена" +genitive = "стены" +dative = "стене" +accusative = "стену" +instrumental = "стеной" +prepositional = "стене" +gender = "female" + +["reinforced wall"] +nominative = "усиленная стена" +genitive = "усиленной стены" +dative = "усиленной стене" +accusative = "усиленную стену" +instrumental = "усиленной стеной" +prepositional = "усиленной стене" +gender = "female" + +# MARK: Burocracy and Art +["folder"] +nominative = "папка" +genitive = "папки" +dative = "папке" +accusative = "папку" +instrumental = "папкой" +prepositional = "папке" +gender = "female" + +["pen"] +nominative = "ручка" +genitive = "ручки" +dative = "ручке" +accusative = "ручку" +instrumental = "ручкой" +prepositional = "ручке" +gender = "female" + +["desk lamp"] +nominative = "настольная лампа" +genitive = "настольной лампы" +dative = "настольной лампе" +accusative = "настольную лампу" +instrumental = "настольной лампой" +prepositional = "настольной лампе" +gender = "female" + +["camera"] +nominative = "камера" +genitive = "камеры" +dative = "камере" +accusative = "камеру" +instrumental = "камерой" +prepositional = "камере" +gernder = "female" + +["film cartridge"] +nominative = "картридж для камеры" +genitive = "картриджа для камеры" +dative = "картриджу для камеры" +accusative = "картридж для камеры" +instrumental = "картриджем для камеры" +prepositional = "картридже для камеры" +gender = "male" + +["Fax Machine"] +nominative = "факсовый аппарат" +genitive = "факсового аппарата" +dative = "факсовому аппарату" +accusative = "факсовый аппарат" +instrumental = "факсовым аппаратом" +prepositional = "факсовом аппарате" +gender = "male" + +["communications console"] +nominative = "коммуникационная консоль" +genitive = "коммуникационной консоли" +dative = "коммуникационной консоли" +accusative = "коммуникационную консоль" +instrumental = "коммуникационной консолью" +prepositional = "коммуникационной консоли" +gender = "female" + +["bank machine"] +nominative = "банкомат" +genitive = "банкомата" +dative = "банкомату" +accusative = "банкомат" +instrumental = "банкоматом" +prepositional = "банкомате" +gender = "male" + +["book binder"] +nominative = "переплетчик книг" +genitive = "переплетчика книг" +dative = "переплетчику книг" +accusative = "переплетчик книг" +instrumental = "переплетчиком книг" +prepositional = "переплетчике книг" +gender = "male" + +["scanner control interface"] +nominative = "интерфейс управления сканером" +genitive = "интерфейса управления сканером" +dative = "интерфейсу управления сканером" +accusative = "интерфейс управления сканером" +instrumental = "интерфейсом управления сканером" +prepositional = "интерфейсе управления сканером" +gender = "male" + +["library visitor console"] +nominative = "консоль посетителей библиотеки" +genitive = "консоли посетителей библиотеки" +dative = "консоли посетителей библиотеки" +accusative = "консоль посетителей библиотеки" +instrumental = "консолью посетителей библиотеки" +prepositional = "консоли посетителей библиотеки" +gender = "female" + +["photobooth"] +nominative = "фотокабина" +genitive = "фотокабины" +dative = "фотокабине" +accusative = "фотокабину" +instrumental = "фотокабиной" +prepositional = "фотокабине" +gender = "female" + +["security photobooth"] +nominative = "охранная фотокабина" +genitive = "охранной фотокабины" +dative = "охранной фотокабине" +accusative = "охранную фотокабину" +instrumental = "охранной фотокабиной" +prepositional = "охранной фотокабине" +gender = "female" + +["universal recorder"] +nominative = "универсальный диктофон" +genitive = "универсального диктофона" +dative = "универсальному диктофону" +accusative = "универсальный диктофон" +instrumental = "универсальным диктофоном" +prepositional = "универсальном диктофоне" +gender = "male" + +["tape"] +nominative = "касета" +genitive = "касеты" +dative = "касете" +accusative = "касету" +instrumental = "касетой" +prepositional = "касете" +gender = "female" + +["Universal Recorder Tape"] # Unique Design Name +nominative = "Касета для универсального диктофона" + +["account lookup console"] +nominative = "консоль поиска аккаунта" +genitive = "консоли поиска аккаунта" +dative = "консоли поиска аккаунта" +accusative = "консоль поиска аккаунта" +instrumental = "консолью поиска аккаунта" +prepositional = "консоли поиска аккаунта" +gender = "female" + +["toner cartridge"] +nominative = "картридж с тонером" +genitive = "картриджа с тонером" +dative = "картриджу с тонером" +accusative = "картридж с тонером" +instrumental = "картриджем с тонером" +prepositional = "картридже с тонером" +gender = "male" + +["large toner cartridge"] +nominative = "большой картридж с тонером" +genitive = "большого картриджа с тонером" +dative = "большому картриджу с тонером" +accusative = "большой картридж с тонером" +instrumental = "большим картриджем с тонером" +prepositional = "большом картридже с тонером" +gender = "male" + +["barcode scanner"] +nominative = "сканер штрихкодов" +genitive = "сканера штрихкодов" +dative = "сканеру штрихкодов" +accusative = "сканер штрихкодов" +instrumental = "сканером штрихкодов" +prepositional = "сканере штрихкодов" +gender = "male" + +["red candle"] +nominative = "красная свеча" +genitive = "красной свечи" +dative = "красной свече" +accusative = "красную свечу" +instrumental = "красной свечой" +prepositional = "красной свече" +gender = "female" + +["sticky tape"] +nominative = "клейкая лента" +genitive = "клейкой ленты" +dative = "клейкой ленте" +accusative = "клейкую ленту" +instrumental = "клейкой лентой" +prepositional = "клейкой ленте" +gender = "female" + +["biscuit card"] +nominative = "бисквитная карточка" +genitive = "бисквитной карточки" +dative = "бисквитной карточке" +accusative = "бисквитную карточку" +instrumental = "бисквитной карточкой" +prepositional = "бисквитной карточке" +gender = "female" + +["confidential biscuit card"] +nominative = "конфиденциальная бисквитная карточка" +genitive = "конфиденциальной бисквитной карточки" +dative = "конфиденциальной бисквитной карточке" +accusative = "конфиденциальную бисквитную карточку" +instrumental = "конфиденциальной бисквитной карточкой" +prepositional = "конфиденциальной бисквитной карточке" +gender = "female" + +["spray can"] +nominative = "баллончик с краской" +genitive = "баллончика с краской" +dative = "баллончику с краской" +accusative = "баллончик с краской" +instrumental = "баллончиком с краской" +prepositional = "баллончике с краской" +gender = "male" + +["digital clock frame"] +nominative = "рамка для цифровых часов" +genitive = "рамки для цифровых часов" +dative = "рамке для цифровых часов" +accusative = "рамку для цифровых часов" +instrumental = "рамкой для цифровых часов" +prepositional = "рамке для цифровых часов" +gender = "female" + +["electric razor"] +nominative = "электрическая бритва" +genitive = "электрической бритвы" +dative = "электрической бритве" +accusative = "электрическую бритву" +instrumental = "электрической бритвой" +prepositional = "электрической бритве" +gender = "female" + +["boxcutter"] +nominative = "канцелярский нож" +genitive = "канцелярского ножа" +dative = "канцелярскому ножу" +accusative = "канцелярский нож" +instrumental = "канцелярским ножом" +prepositional = "канцелярском ноже" +gender = "male" + +["Fluid Duct"] +nominative = "труба для жидкости" +genitive = "трубы для жидкости" +dative = "трубе для жидкости" +accusative = "трубу для жидкости" +instrumental = "трубой для жидкости" +prepositional = "трубе для жидкости" +gender = "female" + +["stack of duct"] +nominative = "стопка труб" +genitive = "стопки труб" +dative = "стопке труб" +accusative = "стопку труб" +instrumental = "стопкой труб" +prepositional = "стопке труб" +gender = "female" + +["tinfoil hat"] +nominative = "шляпа из фольги" +genitive = "шляпы из фольги" +dative = "шляпе из фольги" +accusative = "шляпу из фольги" +instrumental = "шляпой из фольги" +prepositional = "шляпе из фольги" +gender = "female" + +["super sticky tape"] +nominative = "супер клейкая лента" +genitive = "супер клейкой ленты" +dative = "супер клейкой ленте" +accusative = "супер клейкую ленту" +instrumental = "супер клейкой лентой" +prepositional = "супер клейкой ленте" +gender = "female" + +["pointy tape"] +nominative = "острая лента" +genitive = "острой ленты" +dative = "острой ленте" +accusative = "острую ленту" +instrumental = "острой лентой" +prepositional = "острой ленте" +gender = "female" + +["super pointy tape"] +nominative = "супер острая лента" +genitive = "супер острой ленты" +dative = "супер острой ленте" +accusative = "супер острую ленту" +instrumental = "супер острой лентой" +prepositional = "супер острой ленте" +gender = "female" + +["dolphin gloves"] +nominative = "перчатки дельфина" +genitive = "перчаток дельфина" +dative = "перчаткам дельфина" +accusative = "перчатки дельфина" +instrumental = "перчатками дельфина" +prepositional = "перчатках дельфина" +gender = "female" + +["rocket gloves"] +nominative = "перчатки ракеты" +genitive = "перчаток ракеты" +dative = "перчаткам ракеты" +accusative = "перчатки ракеты" +instrumental = "перчатками ракеты" +prepositional = "перчатках ракеты" +gender = "female" + +["athletic fishing gloves"] +nominative = "атлетические рыболовные перчатки" +genitive = "атлетических рыболовных перчаток" +dative = "атлетическим рыболовным перчаткам" +accusative = "атлетические рыболовные перчатки" +instrumental = "атлетическими рыболовными перчатками" +prepositional = "атлетических рыболовных перчатках" +gender = "female" + +["gyro-stabilized hook"] +nominative = "гиростабилизированный крючок" +genitive = "гиростабилизированного крючка" +dative = "гиростабилизированному крючку" +accusative = "гиростабилизированный крючок" +instrumental = "гиростабилизированным крючком" +prepositional = "гиростабилизированном крючке" +gender = "male" + +["fishing line auto-reel"] +nominative = "автоматическая катушка для лески" +genitive = "автоматической катушки для лески" +dative = "автоматической катушке для лески" +accusative = "автоматическую катушку для лески" +instrumental = "автоматической катушкой для лески" +prepositional = "автоматической катушке для лески" +gender = "female" + +["fish analyzer"] +nominative = "анализатор рыбы" +genitive = "анализатора рыбы" +dative = "анализатору рыбы" +accusative = "анализатор рыбы" +instrumental = "анализатором рыбы" +prepositional = "анализаторе рыбы" +gender = "male" + +["advanced fishing rod"] +nominative = "продвинутая удочка" +genitive = "продвинутой удочки" +dative = "продвинутой удочке" +accusative = "продвинутую удочку" +instrumental = "продвинутой удочкой" +prepositional = "продвинутой удочке" +gender = "female" + +["holographic sign projector"] +nominative = "голографический проектор знаков" +genitive = "голографического проектора знаков" +dative = "голографическому проектору знаков" +accusative = "голографический проектор знаков" +instrumental = "голографическим проектором знаков" +prepositional = "голографическом проекторе знаков" +gender = "male" + +["restaurant seating indicator placer"] +nominative = "проектор для мест в ресторане" +genitive = "проектора для мест в ресторане" +dative = "проектору для мест в ресторане" +accusative = "проектор для мест в ресторане" +instrumental = "проектором для мест в ресторане" +prepositional = "проекторе для мест в ресторане" +gender = "male" + +["bar seating indicator placer"] +nominative = "проектор для мест в баре" +genitive = "проектора для мест в баре" +dative = "проектору для мест в баре" +accusative = "проектор для мест в баре" +instrumental = "проектором для мест в баре" +prepositional = "проекторе для мест в баре" +gender = "male" + +["bluespace fish case"] +nominative = "блюспейс кейс для рыбы" +genitive = "блюспейс кейса для рыбы" +dative = "блюспейс кейсу для рыбы" +accusative = "блюспейс кейс для рыбы" +instrumental = "блюспейс кейсом для рыбы" +prepositional = "блюспейс кейсе для рыбы" +gender = "male" + +["bluespace fish tank kit"] +nominative = "блюспейс набор для аквариума" +genitive = "блюспейс набора для аквариума" +dative = "блюспейс набору для аквариума" +accusative = "блюспейс набор для аквариума" +instrumental = "блюспейс набором для аквариума" +prepositional = "блюспейс наборе для аквариума" +gender = "male" + +["security holobarrier projector"] +nominative = "охранный проектор голобарьеров" +genitive = "охранного проектора голобарьеров" +dative = "охранному проектору голобарьеров" +accusative = "охранный проектор голобарьеров" +instrumental = "охранным проектором голобарьеров" +prepositional = "охранном проекторе голобарьеров" +gender = "male" + +["custodial holobarrier projector"] +nominative = "уборочный проектор голобарьеров" +genitive = "уборочного проектора голобарьеров" +dative = "уборочному проектору голобарьеров" +accusative = "уборочный проектор голобарьеров" +instrumental = "уборочным проектором голобарьеров" +prepositional = "уборочном проекторе голобарьеров" +gender = "male" + +["engineering holobarrier projector"] +nominative = "инженерный проектор голобарьеров" +genitive = "инженерного проектора голобарьеров" +dative = "инженерному проектору голобарьеров" +accusative = "инженерный проектор голобарьеров" +instrumental = "инженерным проектором голобарьеров" +prepositional = "инженерном проекторе голобарьеров" +gender = "male" + +["ATMOS holofan projector"] +nominative = "АТМОС проектор головентиляторов" +genitive = "АТМОС проектора головентиляторов" +dative = "АТМОС проектору головентиляторов" +accusative = "АТМОС проектор головентиляторов" +instrumental = "АТМОС проектором головентиляторов" +prepositional = "АТМОС проекторе головентиляторов" +gender = "male" + +["PENLITE barrier projector"] +nominative = "ПЕНЛАЙТ проектор голобарьеров" +genitive = "ПЕНЛАЙТ проектора голобарьеров" +dative = "ПЕНЛАЙТ проектору голобарьеров" +accusative = "ПЕНЛАЙТ проектор голобарьеров" +instrumental = "ПЕНЛАЙТ проектором голобарьеров" +prepositional = "ПЕНЛАЙТ проекторе голобарьеров" +gender = "male" + +["identification card"] +nominative = "ID-карта" +genitive = "ID-карты" +dative = "ID-карте" +accusative = "ID-карту" +instrumental = "ID-картой" +prepositional = "ID-карте" +gender = "female" + +["Rolling table"] +nominative = "стол на колёсиках" +genitive = "стола на колёсиках" +dative = "столу на колёсиках" +accusative = "стол на колёсиках" +instrumental = "столом на колёсиках" +prepositional = "столе на колёсиках" +gender = "male" + +["water balloon"] +nominative = "водяной шарик" +genitive = "водяного шарика" +dative = "водяному шарика" +accusative = "водяной шарик" +instrumental = "водяным шариком" +prepositional = "водяном шарике" +gender = "male" + +["Rubber Ducky"] # Unique Design Name +nominative = "резиновая уточка" + +["plastic ducky"] +nominative = "пластиковая уточка" +genitive = "пластиковой уточки" +dative = "пластиковой уточке" +accusative = "пластиковую уточку" +instrumental = "пластиковой уточкой" +prepositional = "пластиковой уточке" +gender = "female" + +# MARK: Pronouns +["ваш"] +nominative = "ваш" +genitive = "вашего" +dative = "вашему" +accusative = "ваш" +instrumental = "вашим" +prepositional = "вашем" + +["ваша"] +nominative = "ваша" +genitive = "вашей" +dative = "вашей" +accusative = "вашу" +instrumental = "вашей" +prepositional = "вашей" + +["ваше"] +nominative = "ваше" +genitive = "вашего" +dative = "вашему" +accusative = "ваше" +instrumental = "вашим" +prepositional = "вашем" + +["ваши"] +nominative = "ваши" +genitive = "ваших" +dative = "вашим" +accusative = "ваши" +instrumental = "вашими" +prepositional = "ваших" + +["свой"] +nominative = "свой" +genitive = "своего" +dative = "своему" +accusative = "свой" +instrumental = "своим" +prepositional = "своём" + +["своя"] +nominative = "своя" +genitive = "своей" +dative = "своей" +accusative = "свою" +instrumental = "своей" +prepositional = "своей" + +["своё"] +nominative = "своё" +genitive = "своего" +dative = "своему" +accusative = "своё" +instrumental = "своим" +prepositional = "своём" + +["свои"] +nominative = "свои" +genitive = "своих" +dative = "своим" +accusative = "свои" +instrumental = "своими" +prepositional = "своих" diff --git a/modular_ss220/translations/code/translation_data/ru_reagents.toml b/modular_ss220/translations/code/translation_data/ru_reagents.toml new file mode 100644 index 000000000000..71ce3397d7af --- /dev/null +++ b/modular_ss220/translations/code/translation_data/ru_reagents.toml @@ -0,0 +1,2 @@ +["reagents_desc"] +#"Oxygen" = "Описание кислорода" diff --git a/modular_ss220/translations/code/translation_data/ru_verbs.toml b/modular_ss220/translations/code/translation_data/ru_verbs.toml new file mode 100644 index 000000000000..50695465d2e4 --- /dev/null +++ b/modular_ss220/translations/code/translation_data/ru_verbs.toml @@ -0,0 +1,736 @@ +# MARK: Attack Verbs +[attack_verbs] +"attack" = "атакуете" +"attacks" = "атакует" +"smash" = "ломаете" +"smashes" = "ломает" +"slam" = "стукаете" +"slams" = "стукает" +"whack" = "звонко бьете" +"whacks" = "звонко бьет" +"thwack" = "сильно бьете" +"thwacks" = "сильно бьет" +"bash" = "колотите" +"bashes" = "колотит" +"hammer" = "забиваете" +"hammers" = "забивает" +"bap" = "бьете" +"baps" = "бьет" +"hit" = "ударяете" +"hits" = "ударяет" +"prod" = "протыкываете" +"prods" = "протыкывает" +"poke" = "тыкаете" +"pokes" = "тыкает" +"sweep" = "подметаете" +"sweeps" = "подметает" +"brush off" = "отмахиваете" +"brushes off" = "отмахивает" +"bludgeon" = "дубасите" +"bludgeons" = "дубасит" +"bust" = "бюстируете" +"busts" = "бюстирует" +"beckon" = "подзываете" +"beckons" = "подзывает" +"saw" = "пилите" +"saws" = "пилит" +"tear" = "разрываете" +"tears" = "разрывает" +"lacerate" = "терзаете" +"lacerates" = "терзает" +"cut" = "разрезаете" +"cuts" = "разрезает" +"chop" = "рубите" +"chops" = "рубит" +"dice" = "нарезаете" +"dices" = "нарезает" +"burn" = "жгете" +"burns" = "жгет" +"singe" = "опаливаете" +"singes" = "опаливает" +"flick" = "щелкаете" +"flicks" = "щелкает" +"flail" = "молотите" +"flails" = "молотит" +"HONK" = "ХОНКАЕТЕ" +"HONKS" = "ХОНКАЕТ" +"batter" = "долбите" +"batters" = "долбит" +"judge" = "судите" +"judges" = "судит" +"dump" = "сбрасываете" +"dumps" = "сбрасывает" +"colour" = "раскрашиваете" +"colours" = "раскрашивает" +"stab" = "вонзаете" +"stabs" = "вонзает" +"slice" = "рассекаете" +"slices" = "рассекает" +"rip" = "распарываете" +"rips" = "распарывает" +"thunk" = "стукаете" +"thunks" = "стукает" +"thrash" = "лупите" +"thrashes" = "лупит" +"cleave" = "рассекаете" +"cleaves" = "рассекает" +"bop" = "ударяете" +"bops" = "ударяет" +"slap" = "шлепаете" +"slaps" = "шлепает" +"steal" = "воруете" +"steals" = "ворует" +"robust" = "робастите" +"robusts" = "робастит" +"whiff" = "пропахиваете" +"whiffs" = "пропахивает" +"scratch" = "царапаете" +"scratches" = "царапает" +"spoon" = "черпаете" +"spoons" = "черпает" +"tap" = "стучите" +"taps" = "стучит" +"mince" = "крошите на кусочки" +"minces" = "крошит на кусочки" +"cube" = "разрезаете на кубики" +"cubes" = "разрезает на кубики" +"julienne" = "шинкуете на салат" +"juliennes" = "шинкует на салат" +"chiffonade" = "превращаете в салат" +"chiffonades" = "превращает в салат" +"batonnet" = "шинкуете в морковь" +"batonnets" = "шинкует в морковь" +"shiv" = "режете" +"shivs" = "режет" +"mop" = "протираете" +"mops" = "протирает" +"carry" = "переносите" +"carries" = "переносит" +"impale" = "прокалываете" +"impales" = "прокалывает" +"pierce" = "пронзаете" +"pierces" = "пронзает" +"whomp" = "шлепаете" +"whomps" = "шлепает" +"bump" = "ударяете" +"bumps" = "ударяет" +"eat" = "кушаете" +"eats" = "кушает" +"fin slap" = "шлепаете плавником" +"fin slaps" = "шлепает плавником" +"rent" = "сдаёте" +"rents" = "сдаёт" +"claw" = "скребёте" +"claws" = "скребёт" +"hiss" = "шипите на" +"hisses" = "шипит на" +"tail slap" = "шлёпаете хвостом" +"tail slaps" = "шлёпает хвостом" +"shoot" = "отстреливаете" +"shoots" = "отстреливает" +"nuke" = "ядрите" +"nukes" = "ядрит" +"detonate" = "детонируете" +"detonates" = "детонирует" +"space beast" = "космобесите" +"space beasts" = "космобесит" +"fwoosh" = "отсвистываете" +"fwooshes" = "отсвистывает" +"blorble" = "отбулькиваете" +"blorbles" = "отбулькивает" +"slime" = "слизните" +"slimes" = "слизнит" +"absorb" = "поглощаете" +"absorbs" = "поглощает" +"sting" = "жалите" +"stings" = "жалит" +"flutter" = "оттрепещиваете" +"flutters" = "оттрепещивает" +"flap" = "оппархиваете" +"flaps" = "оппархивает" +"hug" = "обнимаете" +"hugs" = "обнимает" +"charge" = "набрасываетесь на" +"charges" = "набрасывается на" +"squeeze" = "сжимаете" +"squeezes" = "сжимает" +"gnaw" = "грызете" +"gnaws" = "грызет" +"gnash" = "грызете" +"gnashes" = "грызет" +"chew" = "жуете" +"chews" = "жует" +"donk" = "донкаете" +"donks" = "донкает" +"beat" = "избиваете" +"beats" = "избивает" +"fist" = "кулачите" +"fists" = "кулачит" +"power-punch" = "силово-бьете" +"power-punches" = "силово-бьет" +"forcefully inspire" = "принудительно вдохновляете" +"forcefully inspires" = "принудительно вдохновляет" +"violently encourage" = "жестоко поощряете" +"violently encourages" = "жестоко поощряет" +"relentlessly galvanize" = "неустанно стимулируете" +"relentlessly galvanizes" = "неустанно стимулирует" +"shove" = "толкаете" +"shoves" = "толкает" +"smack" = "шлепаете" +"smacks" = "шлепает" +"skub" = "скубаете" +"skubs" = "скубает" +"gore" = "протыкаете" +"gores" = "протыкает" +"jab" = "колите" +"jabs" = "колит" +"pinch" = "щипаете" +"pinches" = "щипает" +"nip" = "щипаете" +"nips" = "щипает" +"tong" = "хватаете" +"tongs" = "хватает" +"strike" = "ударяете" +"strikes" = "ударяет" +"pistol whip" = "ударяете рукояткой" +"pistol whips" = "ударяет рукояткой" +"prick" = "колите" +"pricks" = "колит" +"sacrifice" = "приносите в жертву" +"sacrifices" = "приносит в жертву" +"transmute" = "трансмутируете" +"transmutes" = "трасмутирует" +"grasp" = "сжимаете" +"grasps" = "сжимает" +"curse" = "проклинаете" +"curses" = "проклинает" +"club" = "дубасите" +"clubs" = "дубасит" +"vendor" = "вендорите" +"vendors" = "вендорит" +"ban" = "баните" +"bans" = "банит" +"mallet" = "колотите" +"mallets" = "колотит" +"brutalize" = "брутализируете" +"brutalizes" = "брутализирует" +"eviscerate" = "потрошите" +"eviscerates" = "потрошит" +"disembowel" = "потрошите" +"disembowels" = "потрошит" +"carve" = "высекаете" +"carves" = "высекает" +"stub" = "ударяете" +"stubs" = "ударяет" +"ring" = "звоните" +"rings" = "звонит" +"discipline" = "наказываете" +"disciplines" = "наказывает" +"grind" = "растираете" +"grinds" = "растирает" +"crash" = "разбиваете" +"crashes" = "разбивает" +"skate" = "отскейтбордываете" +"skates" = "отскейтбордывает" +"swat" = "прибиваете" +"swats" = "прибивает" +"wallop" = "задаёте трепку" +"wallops" = "задаёт трепку" +"sock" = "влепливаете" +"socks" = "влепливает" +"touche" = "тушетуете" +"touche's" = "тушетует" +"slather" = "намазываете" +"slathers" = "намазывает" +"flog" = "порите" +"flogs" = "порит" +"prickle" = "колите" +"prickles" = "колит" +"crack" = "раскалываете" +"cracks" = "раскалывает" +"bluespace polybash" = "блюспейсово поликолотите" +"bluespace polybashes" = "блюспейсово поликолотит" +"bluespace polybatter" = "блюспейсово полидолбите" +"bluespace polybatters" = "блюспейсово полидолбит" +"bluespace polybludgeons" = "блюспейсово полидубасите" +"bluespace polybludgeon" = "блюспейсово полидубасит" +"bluespace polythrash" = "блюспейсово полилупите" +"bluespace polythrashes" = "блюспейсово полилупит" +"bluespace polysmash" = "блюспейсово полиломаете" +"bluespace polysmashes" = "блюспейсово полиломает" +"MEAT" = "МЯСНУЕТЕ" +"MEATS" = "МЯСНУЕТ" +"MEAT MEAT" = "МЯСОМЯСНУЕТЕ" +"MEAT MEATS" = "МЯСОМЯСНУЕТ" +"drill" = "дреллите" +"drills" = "дреллит" +"heal" = "лечите" +"heals" = "лечит" +"medical" = "медицините" +"medicals" = "медицинит" +"analyze" = "анализируете" +"analyzes" = "анализирует" +"devastate" = "опустошаете" +"devastates" = "опустошает" +"commit a war crime against" = "отвоенно-преступливаете" +"commits a war crime against" = "отвоенно-преступливает" +"obliterate" = "уничтожаете" +"obliterates" = "уничтожает" +"humiliate" = "унижаете" +"humiliates" = "унижает" +"rend" = "отдираете" +"rends" = "отдирает" +"shred" = "крошите" +"shreds" = "крошит" +"sunder" = "разделяете" +"sunders" = "разделяет" +"challenge" = "вызываете" +"challenges" = "вызывает" +"warn" = "предупреждаете" +"warns" = "предупреждает" +"caution" = "предостерегаете" +"cautions" = "предостерегает" +"shock" = "шокируете" +"shocks" = "шокирует" +"zap" = "шокируете" +"zaps" = "шокирует" +"vegitize" = "овощните" +"vegitizes" = "овощнит" +"crop" = "урожаете" +"crops" = "урожает" +"reap" = "пожинаете" +"reaps" = "пожинает" +"farm" = "обрабатываете" +"farms" = "обрабатывает" +"pomf" = "пуфаете" +"pomfs" = "пуфает" +"roast" = "жарите" +"roasts" = "жарит" +"scorch" = "опаливаете" +"scorches" = "опаливает" +"pine" = "ананасируете" +"pines" = "ананасирует" +"scruggs-style" = "скраггсите" +"scruggs-styles" = "скраггсит" +"hum-diggity" = "хамдиггите" +"hum-diggitys" = "хадиггит" +"shin-dig" = "отыгрываете" +"shin-digs" = "отыгрывает" +"clawhammer" = "клоухаммерите" +"clawhammers" = "клоухаммерит" +"play metal on" = "металлите" +"plays metal on" = "металлит" +"serenade" = "серенедуете" +"serenades" = "серенадует" +"jazz" = "джаззируете" +"jazzes" = "джаззирует" +"trumpet" = "трубачите" +"trumpets" = "трубачит" +"mourn" = "оплакиваете" +"mourns" = "оплакивает" +"doot" = "дудкаете" +"doots" = "дудкает" +"spook" = "пугаете" +"spooks" = "пугает" +"sax" = "саксафоните" +"saxxes" = "саскафонит" +"beautifully honk" = "красиво хонкаете" +"beautifully honks" = "красиво хонкает" +"zandatsu" = "зандатсируете" +"zandatsu's" = "зандатсирует" +"cross counter" = "ударяете перекрестно" +"cross counters" = "ударяет перекрестно" +"crunch" = "хрустите" +"crunches" = "хрустит" +"splatter" = "обрызгиваете" +"splatters" = "обрызгивает" +"enlighten" = "просвещаете" +"enlightens" = "просвещает" +"redpill" = "краснотаблетничуете" +"redpills" = "краснотаблетничует" +"pulse" = "пульсируете" +"pulses" = "пульсирует" +"mend" = "исправляете" +"mends" = "исправляет" +"clock" = "тикаете" +"clocks" = "тикает" +"puncture" = "прокалываете" +"punctures" = "прокалывает" +"bless" = "благословляете" +"blesses" = "благословляет" +"smite" = "поражаете" +"smites" = "поражает" +"damn" = "порицаете" +"damns" = "порицает" +"educate" = "воспитываете" +"educates" = "воспитывает" +"connect" = "присоединяете" +"connects" = "присоединяет" +"pulp" = "пульверизируете" +"pulps" = "пульверизирует" +"ineffectively hit" = "неэффективно бьете" +"ineffectively hits" = "неэффективно бьет" +"bonk" = "бонкаете" +"bonks" = "бонкает" +"pound" = "бьете" +"pounds" = "бьет" +"whip" = "хлестаете" +"whips" = "хлестает" +"stamp" = "проштамповываете" +"stamps" = "проштамповывает" +"hook" = "цепляете" +"hooks" = "цепляет" +"poison" = "травите" +"poisons" = "травит" +"dose" = "дозируете" +"doses" = "дозирует" +"toxify" = "токсичите" +"toxifies" = "токсичит" +"heat" = "нагреваете" +"heats" = "нагревает" +"suffocate" = "душите" +"suffocates" = "душит" +"wind" = "выветриваете" +"winds" = "выветривает" +"vacuum" = "вакуумируете" +"vacuums" = "вакуумирует" +"shear" = "стрижёте" +"shears" = "стрижёт" +"correct" = "вправляете" +"corrects" = "вправляет" +"properly set" = "поправляете" +"properly sets" = "поправляет" +"pump" = "фильтруете" +"pumps" = "фильтрует" +"siphon" = "откачиваете" +"siphons" = "откачивает" +"slash" = "режете" +"slashes" = "режет" +# MARK: Organs +"bashed" = "колотите" +"slashed" = "режете" +"kicked" = "пинаете" +"stomped" = "растаптываете" +"thump" = "стучите" +"thumps" = "стучит" +"squish" = "хлюпаете" +"squishes" = "хлюпает" +"digest" = "перевариваете" +"digests" = "переваривает" +"lick" = "лижете" +"licks" = "лижет" +"slobber" = "слюнявите" +"slobbers" = "слюнявит" +"french" = "целуете по-французски" +"frenches" = "целует по-французски" +"tongue" = "язычните" +"tongues" = "язычит" +"chatter" = "трещите" +"chatters" = "трещит" +"enamel" = "эмалируете" +"enamels" = "эмалирует" +"bone" = "костите" +"bones" = "костит" +"beep" = "бипаете" +"beeps" = "бипает" +"boop" = "бупаете" +"boops" = "бупает" +"jolt" = "трясете" +"jolts" = "трясет" +"stun" = "оглушаете" +"stuns" = "оглушает" +# MARK: Throws +"throw" = "бросаете" +"throws" = "бросает" +"toss" = "метаете" +"tosses" = "метает" +"hurl" = "швыряете" +"hurls" = "швыряет" +"chuck" = "кидаете" +"chucks" = "кидает" +"fling" = "запускаете" +"flings" = "запускает" +"yeet" = "жёстко кидаете" +"yeets" = "жёстко кидает" +# MARK: Basic +"cheer up" = "подбадриваете" +"cheers up" = "подбадривает" +"limply slap" = "слабо шлёпаете" +"limply slaps" = "слабо шлёпает" +"YA-HONK" = "ЙА-ХОНКАЕТЕ" +"YA-HONKs" = "ЙА-ХОНКАЕТ" +"steal the girlfriend of" = "крадете девушку" +"steals the girlfriend of" = "крадет девушку" +"ferociously maul" = "свирепо колотите" +"ferociously mauls" = "свирепо колотит" +"act out divine vengeance on" = "божественное отвозмездовываете" +"acts out divine vengeance on" = "божественное отвозмездовывает" +"awkwardly flail at" = "неуклюже молотите" +"awkwardly flails at" = "неуклюже молотит" +"metaphysically strike" = "метафизически ударяете" +"metaphysically strikes" = "метафизически ударяет" +"ram" = "тараните" +"rams" = "таранит" +"butcher" = "разделываете" +"butchers" = "разделывает" +"smash your armored gauntlet into" = "ударяете своей бронированной перчаткой" +"smashes their armored gauntlet into" = "ударяет своей бронированной перчаткой" +"kick" = "пинаете" +"kicks" = "пинает" +"peck" = "клюете" +"pecks" = "клюет" +"telekinetically ram your moonihorn into" = "телекинетически тараните своим мунирогом" +"telekinetically rams its moonihorn into" = "телекинетически таранит своим мунирогом" +"buck" = "брыкаете" +"bucks" = "брыкает" +"ravage" = "разоряете" +"ravages" = "разоряет" +"bite into" = "впиваетесь в" +"bites into" = "впивается в" +"barrel into" = "перекатываетесь в" +"barrels into" = "перекатывается в" +"pulverize" = "пульверизируете" +"pulverizes" = "пульверизирует" +"pulverise" = "пульверизируете" +"pulverises" = "пульверизирует" +"weakly tackle" = "слабо обхватываете" +"weakly tackles" = "слабо обхватывает" +"lash out at" = "набрасываетесь на" +"lashes out at" = "набрасывается на" +"snip" = "щипаете" +"snips" = "щипает" +"buffet" = "ударяете" +"buffets" = "ударяет" +"try to attach to" = "пытаетесь прикрепиться на" +"tries desperately to attach to" = "отчаянно пытается прикрепиться на" +"blast" = "взрываете" +"blasts" = "взрывает" +"glomp" = "откусываете" +"glomps" = "откусывает" +"slash at" = "режете" +"slashes at" = "режет" +"grip" = "хватаете" +"grips" = "хватает" +"suck" = "сосете" +"sucks" = "сосет" +"wildly tickle" = "дико щекочете" +"wildly tickles" = "дико щекочет" +"wildly tear into" = "дико втерзаетесь в" +"wildly tears into" = "дико втерзается в" +"nibble" = "покусываете" +"nibbles" = "покусываете" +"ram your spike into" = "тараните своим шипом" +"rams its spike into" = "таранит своим шипом" +# MARK: Animal harm +# response_harm_simple +"beat down on" = "избиваете" +"beats down on" = "избивает" +"bash against" = "колотите" +"bashes against" = "колотит" +"preach to" = "проповедуете" +"preaches to" = "проповедует" +"slash your arms at" = "разрезаете" +"slashes its arms at" = "разрезает" +"smash into the side of" = "ударяете" +"smashes into the side of" = "ударяет" +"bite at" = "кусаете" +"bites at" = "кусает" +# MARK: Animal help +# response_help_simple +"rub" = "трете" +"rubs" = "трет" +"brush" = "причесываете" +"brushes" = "причесывает" +"dip a finger into" = "пихаете палец в" +"dips a finger into" = "пихает палец в" +"reluctantly poke" = "неохотно тыкаете" +"reluctantly pokes" = "неохотно тыкает" +"try to awkwardly hug" = "неловко пытаетесь обнять" +"tries to awkwardly hug" = "неловко пытается обнять" +"try desperately to appease" = "отчаянно пытаетесь задобрить" +"tries desperately to appease" = "отчаянно пытается задобрить" +"submit to" = "признаете" +"submits to" = "признает" +"skeptically poke" = "скептически тыкаете" +"skeptically pokes" = "скептически тыкает" +"reluctantly sink a finger into" = "неохотно пихаете палец в" +"reluctantly sinks a finger into" = "неохотно пихает палец в" +"put your hand through" = "проводите руку сквозь" +"puts their hand through" = "проводит руку сквозь" +"think better of touching" = "передумываете трогать" +"thinks better of touching" = "передумывает трогать" +"pet" = "гладите" +"pets" = "гладит" +"shoo" = "прогоняете" +"shoos" = "прогоняет" +"pass through" = "проходите сквозь" +"passes through" = "проходит сквозь" +"wave away" = "машете" +"waves away" = "машет" +"glare at" = "свирепо смотрите на" +"glares at" = "свирепо смотрит на" +"brush aside" = "отталкиваете" +"brushes aside" = "отталкивает" +# MARK: Animal disarm +# response_disarm_simple +"push" = "сдвигаете" +"pushes" = "сдвигает" +"gently push aside" = "мягко сдвигаете" +"gently pushes aside" = "мягко сдвигает" +"gently scoop and pour aside" = "мягко переливаете в сторону" +"gently scoops and pours aside" = "мягко переливает в сторону" +"sink your hands into the spongy flesh of" = "опускаете руки в мягкую плоть в" +"sinks his hands into the spongy flesh of" = "опускает руки в мягкую плоть в" +"push the unwieldy frame of" = "с трудом сдвигаете" +"pushes the unwieldy frame of" = "с трудмо сдвигает" +"foolishly push" = "глупо сдвигаете" +"foolishly pushes" = "глупо сдвигает" +"try to assert dominance over" = "пытаетесь утвердить господство в" +"tries to assert dominance over" = "пытается утвердить господство в" +"squish into" = "хлюпаете" +"squishes into" = "хлюпает" +"peel" = "снимаете кожуру" +"peels" = "снимает кожуру" +"flail at" = "молотите" +"flails at" = "молотит" +"swat away" = "отбиваете" +"swats away" = "отбивает" +"gently nudges aside" = "мягко подталкиваете в сторону" +"gently nudges" = "мягко подталкивает" +"gently move aside" = "мягко отодвигаете" +"gently moves aside" = "мягко отодвигает" +"skoff at" = "осмеиваете" +"skoffs at" = "осмеивает" +"swing through" = "машете сквозь" +"swings through" = "машет сквозь" +# MARK: Animal friendly +# friendly_verb_simple +"nuzzle" = "тыкаетесь носом" +"nuzzles" = "тыкается носом" +"caress" = "ласкаете" +"caresses" = "ласкает" +"headbutt" = "ударяете головой" +"headbutts" = "ударяет головой" +"quietly assess" = "тихо оцениваете" +"quietly assesses" = "тихо оценивает" +"howl at" = "воете на" +"howls at" = "воет на" +"scratch at" = "царапаете" +"scrathes at" = "царапает" +"harmlessly roll into" = "безвредно перекатываетесь в" +"harmlessly rolls into" = "безвредно перекатывается в" +"wail at" = "вопите на" +"wails at" = "вопит на" +"chirrup near" = "щебечите на" +"chirrups near" = "щебечит на" +"chatter near" = "трещите на" +"chatters near" = "трещит на" +"chitter at" = "чирикаете на" +"chitters at" = "чирикает" +"groom" = "поглаживаете" +"grooms" = "поглаживает" +"bear hug" = "обнимаете по-медвежьи" +"bear hugs" = "обнимает по-медвежьи" +"float near" = "летаете вокруг" +"floats near" = "летает вокруг" +"stare down" = "пристально смотрите на" +"stares down" = "пристально смотрит на" +"growl at" = "рычите на" +"growls at" = "рычит на" +"ineffectively pierce" = "неэффективно пробиваете" +"ineffectively pierces" = "неэффективно пробивает" + +# MARK: Eat Verbs +[eat_verbs] +"bite" = "кусаете" +"bites" = "кусает" +"chew" = "жуёте" +"chews" = "жуёт" +"nibble" = "покусываете" +"nibbles" = "покусывает" +"gnaw" = "грызёте" +"gnaws" = "грызёт" +"gobble" = "пожираете" +"gobbles" = "пожирает" +"chomp" = "лопаете" +"chomps" = "лопает" + +# MARK: Say Verbs +[say_verbs] +# atom/movable +"says" = "говорит" +"asks" = "спрашивает" +"exclaims" = "восклицает" +"whispers" = "шепчет" +"sings" = "поет" +"yells" = "кричит" +# sign language +"signs" = "жестикулирует" +"subtly signs" = "незаметно жестикулирует" +"rythmically signs" = "ритмично жестикулирует" +"emphatically signs" = "выразительно жестикулирует" +# verb_say +"beeps" = "сигналит" +"coldly states" = "докладывает" +"states" = "сообщает" +"rattles" = "гремит" +"moans" = "стонет" +"intones" = "подпевает" +"psychically pulses" = "психически пульсирует" +"gurgles" = "булькает" +"spittles" = "плюет" +"blorbles" = "булькает" +"warps" = "искаженно произносит" +"chitters" = "щебечет" +"ribbits" = "квакает" +"squeaks" = "пищит" +"flutters" = "трепещет" +"hisses" = "шипит" +"echoes" = "резонирует" +"chants" = "воспевает" +"codes" = "шифрует" +# verb_ask +"queries" = "спрашивает" +"bloops" = "спрашивает" +"questionably beeps" = "вопросительно сигналит" +"psychically probes" = "психически расспрашивает" +"demands" = "настойчиво спрашивает" +"spittles questioningly" = "вопросительно плюет" +"inquisitively blorbles" = "вопросительно булькает" +"floats inquisitively" = "вопросительно витает" +"chitters inquisitively" = "вопросительно щебечет" +# verb_exclaim +"blares" = "трубит" +"beeps loudly" = "громко сигналит" +"declares" = "восклицает" +"psychically yells" = "психически кричит" +"roars" = "рычит" +"splutters and gurgles" = "плюет и булькает" +"loudly blorbles" = "громко булькает" +"zaps" = "искрит" +"chitters loudly" = "громко щебечет" +"croaks" = "квакает" +"flutters loudly" = "громко трепещет" +"compiles" = "компилирует" +# verb_yell +"wails" = "вопит" +"alarms" = "сигнализирует" +"bellows" = "ревет" +"psychically screams" = "психически вопит" +# slur +"loosely signs" = "размашисто жестикулирует" +"slurs" = "ругается" +# stutter +"shakily signs" = "неуверенно жестикулирует" +"stammers" = "заикается" +# gibbers +"incoherently signs" = "бессвязно жестикулирует" +"gibbers" = "тараторит" +# tongue +"crackles" = "трещит" +"meows" = "мяукает" +"chirps" = "чирикает" +"chimpers" = "укает" +"poofs" = "" +"whistles" = "свистит" +"rumbles" = "грохочет" diff --git a/modular_ss220/translations/code/~undefs.dm b/modular_ss220/translations/code/~undefs.dm new file mode 100644 index 000000000000..dc5d069a16ab --- /dev/null +++ b/modular_ss220/translations/code/~undefs.dm @@ -0,0 +1 @@ +#undef PATH_TO_TRANSLATE_DATA diff --git a/modular_ss220/unique_objects/_unique_objects.dm b/modular_ss220/unique_objects/_unique_objects.dm new file mode 100644 index 000000000000..0db980179490 --- /dev/null +++ b/modular_ss220/unique_objects/_unique_objects.dm @@ -0,0 +1,4 @@ +/datum/modpack/unique_objects + name = "Unique structures modpack" + desc = "Уникальные структуры и именные объекты." + author = "PhantomRU" diff --git a/modular_ss220/unique_objects/_unique_objects.dme b/modular_ss220/unique_objects/_unique_objects.dme new file mode 100644 index 000000000000..6f29624bf592 --- /dev/null +++ b/modular_ss220/unique_objects/_unique_objects.dme @@ -0,0 +1,4 @@ +#include "_unique_objects.dm" + +#include "code/unique_objects.dm" +#include "code/cheese_statue.dm" diff --git a/modular_ss220/unique_objects/code/cheese_statue.dm b/modular_ss220/unique_objects/code/cheese_statue.dm new file mode 100644 index 000000000000..ab6ee7628232 --- /dev/null +++ b/modular_ss220/unique_objects/code/cheese_statue.dm @@ -0,0 +1,72 @@ +// =========== statues =========== + +/obj/structure/statue/cheese + name = "cheese statue" + desc = "For squeek enjoyer." + max_integrity = 100 + material_drop_type = /obj/item/stack/sheet/cheese + icon = 'modular_ss220/unique_objects/icons/statue.dmi' + icon_state = "cheesus1" + +/obj/structure/statue/cheese/cheesus + name = "statue of cheesus" + desc = "Cheese expertly crafted into a representation of our mighty lord and saviour." + icon_state = "cheesus1" + +/obj/structure/statue/cheese/cheesus/attackby__legacy__attackchain(obj/item/W, mob/user, params) + switch(obj_integrity) + if(0 to 20) + icon_state = "cheesus4" + if(20 to 40) + icon_state = "cheesus3" + if(40 to 60) + icon_state = "cheesus2" + else + icon_state = "cheesus1" + update_icon(UPDATE_ICON_STATE) + return ..() + +/obj/machinery/reagentgrinder/Initialize(mapload) + . = ..() + LAZYADD(blend_items, list(/obj/item/stack/sheet/cheese = list("milk" = 20))) + +// =========== items =========== + +GLOBAL_LIST_INIT(cheese_recipes, list( + new /datum/stack_recipe("Cheesus statue", /obj/structure/statue/cheese/cheesus, 5, one_per_turf = TRUE, time = 100, on_floor = TRUE), +)) + +/obj/item/stack/sheet/cheese + name = "reinforced cheese" + desc = "A stack of cheese that seems sturdier than regular cheese." + icon = 'modular_ss220/unique_objects/icons/organic.dmi' + icon_state = "sheet-cheese" + item_state = "sheet-cheese" + singular_name = "reinforced cheese block" + sheettype = "cheese" + force = 5 + throwforce = 5 + w_class = WEIGHT_CLASS_NORMAL + throw_speed = 1 + throw_range = 3 + max_amount = 15 + resistance_flags = FLAMMABLE + merge_type = /obj/item/stack/sheet/cheese + +/obj/item/stack/sheet/cheese/Initialize(mapload, new_amount, merge = TRUE) + . = ..() + recipes = GLOB.cheese_recipes + +/obj/item/stack/sheet/cheese/fifteen + amount = 15 + +////////////////////////////////////////// +//Reinforced cheese +////////////////////////////////////////// +/datum/recipe/oven/reinforcedcheese + reagents = list("sodiumchloride" = 10) + items = list( + /obj/item/food/sliceable/cheesewheel, + /obj/item/food/sliceable/cheesewheel + ) + result = /obj/item/stack/sheet/cheese diff --git a/modular_ss220/unique_objects/code/unique_objects.dm b/modular_ss220/unique_objects/code/unique_objects.dm new file mode 100644 index 000000000000..94ed66a68161 --- /dev/null +++ b/modular_ss220/unique_objects/code/unique_objects.dm @@ -0,0 +1,390 @@ +// =========== statues =========== +/obj/structure/statue/bananium/clown/unique + name = "статуя великого Хонкера" + desc = "Искусно слепленная статуя из бананиума, бананового сока и непонятного белого материала. Судя по его выдающейся улыбки, двум золотым гудкам в руках и наряду, он был лучшим стендапером и шутником на станции. Полное имя, к сожалению плохо читаемо и затерто, похоже кто-то явно завидовал его таланту." + icon = 'modular_ss220/unique_objects/icons/statue.dmi' + icon_state = "clown_unique" + oreAmount = 20 + +/obj/structure/statue/tranquillite/mime/unique + name = "статуя гордости пантомимы" + desc = "Искусно слепленная статуя из транквилиума, если приглядеться, то на статую надета старая униформа мима, перекрашенная под текстуру материала, а рот статуи заклеен скотчем. Похоже кто-то полностью отдавал себя искусству пантомимы. На груди виднеется медаль с еле различимой закрашенной надписью \"За Отвагу\", поверх которой написано \"За Военные Преступления\"." + icon = 'modular_ss220/unique_objects/icons/statue.dmi' + icon_state = "mime_unique" + oreAmount = 20 + +/obj/structure/statue/elwycco + name = "Camper Hunter" + desc = "Похоже это какой-то очень важный человек, или очень значимый для многих людей. Вы замечаете огроменный топор в его руках, с выгравированным числом 220. Что это число значит? Каждый понимает по своему, однако по слухам оно означает количество его жертв. \n Надпись на табличке - Мы с тобой, Шустрила! Аве, Легион!" + icon = 'modular_ss220/unique_objects/icons/statue.dmi' + icon_state = "elwycco" + anchored = TRUE + oreAmount = 0 + +/obj/structure/statue/ell_good + name = "Mr.Буум" + desc = "Загадочный клоун с жёлтым оттенком кожи и выразительными зелёными глазами. Лучший двойной агент синдиката, получивший власть над множеством фасилити. \ + Его имя часто произносят неправильно из-за чего его заслуги по документам принадлежат сразу нескольким Буумам. \ + Так же знаменит тем, что убедил руководство НТ тратить время, силы и средства, на золотой унитаз." + icon = 'modular_ss220/unique_objects/icons/statuelarge.dmi' + icon_state = "ell_good" + pixel_y = 7 + anchored = TRUE + oreAmount = 0 + +/obj/structure/statue/mooniverse + name = "Неизвестный агент" + desc = "Информация на табличке под статуей исцарапана и нечитабельна... Поверх написано невнятное словосочетание из слов \"Moon\" и \"Universe\"" + icon = 'modular_ss220/unique_objects/icons/statuelarge.dmi' + icon_state = "mooniverse" + pixel_y = 7 + anchored = TRUE + oreAmount = 0 + +/obj/structure/statue/mooniverse/soo + name = "Офицер специальных операций" + desc = "Статуя одного из офицеров специальных операций. Возможно этот офицер хорошо служит ЦК..." + icon = 'modular_ss220/unique_objects/icons/statue.dmi' + icon_state = "mooniverse_soo" + +/obj/structure/statue/themis + name = "Фемида" + desc = "Статуя древнегреческой богини правосудия." + icon = 'modular_ss220/unique_objects/icons/statuelarge.dmi' + icon_state = "themis" + layer = ABOVE_MOB_LAYER + pixel_y = 7 + anchored = TRUE + oreAmount = 0 + +/obj/structure/statue/gold/heinrich_traisen + name = "Генрих Трейзен Третий" + desc = "Золотая статуя текущего главы семьи Трейзен. Его успешная агрессивная политика в отношении конкурентов, формирование окончательной монополии на рынке и мудрое распоряжение имеющимися активами привели к получению Корпорацией исключительных прав на разработку, переработку и продажу плазмы во многих известных мирах. Именно благодаря Генриху Трейзену Третьему мы сегодня знаем Компанию Нанотрейзен такой, какая она есть." + icon = 'modular_ss220/unique_objects/icons/statue.dmi' + icon_state = "henri" + layer = ABOVE_MOB_LAYER + anchored = TRUE + oreAmount = 30 + +/obj/structure/statue/holo_planet + name = "планетарная голограмма" + desc = "Установка, позволяющая показывать подробные голографические карты известных миров." + icon = 'modular_ss220/unique_objects/icons/statue.dmi' + icon_state = "planet" + layer = ABOVE_MOB_LAYER + anchored = TRUE + oreAmount = 0 + +/obj/structure/statue/sandstone/venus/pure + name = "Венера" + desc = "Эта мраморная реплика античной статуи восхлавляет женскую красоту и грацию, привлекая внимание своими изящными формами. Скульптура создает величественный образ, который восхищает своим великолепием." + icon = 'modular_ss220/unique_objects/icons/statuelarge.dmi' + icon_state = "venus_pure" + +// Cyberiad statue +/obj/structure/statue/cyberiad + name = "статуя Кибериады" + desc = "Гигантская модель научной станции «Кибериада». Судя по отличиям в конструкции, станцию несколько раз перестраивали." + icon = 'modular_ss220/unique_objects/icons/cyberiad.dmi' + anchored = TRUE + max_integrity = 500 + oreAmount = 0 + +/obj/structure/statue/cyberiad/nw + icon_state = "nw" + density = FALSE + layer = ABOVE_ALL_MOB_LAYER + +/obj/structure/statue/cyberiad/north + icon_state = "north" + density = FALSE + layer = ABOVE_ALL_MOB_LAYER + +/obj/structure/statue/cyberiad/ne + icon_state = "ne" + density = FALSE + layer = ABOVE_ALL_MOB_LAYER + +// Adds transparency when the player gets behind an object, or is near it +/obj/structure/statue/cyberiad/nw/Initialize(mapload) + . = ..() + AddComponent(/datum/component/largetransparency, -3, -2, 6, 4) + +/obj/structure/statue/cyberiad/north/Initialize(mapload) + . = ..() + AddComponent(/datum/component/largetransparency, -3, -2, 6, 4) + +/obj/structure/statue/cyberiad/ne/Initialize(mapload) + . = ..() + AddComponent(/datum/component/largetransparency, -3, -2, 6, 4) + +/obj/structure/statue/cyberiad/w + icon_state = "west" + +/obj/structure/statue/cyberiad/c + icon_state = "center" + +/obj/structure/statue/cyberiad/e + icon_state = "east" + +/obj/structure/statue/cyberiad/sw + icon_state = "sw" + +/obj/structure/statue/cyberiad/s + icon_state = "south" + +/obj/structure/statue/cyberiad/se + icon_state = "se" + +// Delta statue +/obj/structure/statue/delta + name = "статуя Кербероса" + desc = "Гигантская модель научной станции «Керберос». Судя по отличиям в конструкции, станцию несколько раз перестраивали." + icon = 'modular_ss220/unique_objects/icons/delta.dmi' + anchored = TRUE + max_integrity = 500 + oreAmount = 0 + +/obj/structure/statue/delta/nw + icon_state = "nw" + density = FALSE + layer = ABOVE_ALL_MOB_LAYER + +/obj/structure/statue/delta/north + icon_state = "north" + density = FALSE + layer = ABOVE_ALL_MOB_LAYER + +/obj/structure/statue/delta/ne + icon_state = "ne" + density = FALSE + layer = ABOVE_ALL_MOB_LAYER + +// Adds transparency when the player gets behind an object, or is near it +/obj/structure/statue/delta/nw/Initialize(mapload) + . = ..() + AddComponent(/datum/component/largetransparency, -3, -2, 6, 4) + +/obj/structure/statue/delta/north/Initialize(mapload) + . = ..() + AddComponent(/datum/component/largetransparency, -3, -2, 6, 4) + +/obj/structure/statue/delta/ne/Initialize(mapload) + . = ..() + AddComponent(/datum/component/largetransparency, -3, -2, 6, 4) + +/obj/structure/statue/delta/w + icon_state = "west" + +/obj/structure/statue/delta/c + icon_state = "center" + +/obj/structure/statue/delta/e + icon_state = "east" + +/obj/structure/statue/delta/sw + icon_state = "sw" + +/obj/structure/statue/delta/s + icon_state = "south" + +/obj/structure/statue/delta/se + icon_state = "se" + +// =========== items =========== +/obj/item/clothing/head/helmet/skull/yorick + name = "Йорик" + desc = "Бедный Йорик..." + +/obj/item/bikehorn/rubberducky/captain + name = "уточка-капитан" + desc = "Капитан всех уточек на этой станции. Крайне важная и престижная уточка. Выпущены в ограниченном тираже и только для капитанов. Ценная находка для коллекционеров." + icon = 'modular_ss220/unique_objects/icons/watercloset.dmi' + icon_state = "captain_rubberducky" + item_state = "captain_rubberducky" + +// =========== toilets =========== +/obj/structure/toilet + var/is_nt = FALSE + var/is_final = FALSE + +/obj/structure/toilet/material + name = "Унитаз" + desc = "Особенный унитаз для особенных особ." + icon = 'modular_ss220/unique_objects/icons/watercloset.dmi' + +/obj/structure/toilet/attackby__legacy__attackchain(obj/item/I, mob/living/user, params) + . = ..() + if(try_construct(I, user)) + return TRUE + +/obj/structure/toilet/proc/try_construct(obj/item/I, mob/living/user) + if(!istype(I, /obj/item/stack)) + return FALSE + + if(is_final) + to_chat(user, span_warning("Этот унитаз достиг пика великолепия и безвкусия. Нельзя больше улучшить.")) + return FALSE + + var/obj/item/stack/M = I + + var/list/possible_materials = list( + /obj/item/stack/sheet/mineral/silver, + /obj/item/stack/sheet/mineral/gold, + /obj/item/stack/ore/bluespace_crystal/refined, + ) + var/is_correct = FALSE + for(var/P in possible_materials) + if(istype(M, P)) + is_correct = TRUE + break + + if(!is_correct) + to_chat(user, span_warning("Неподходящий материал для улучшения.")) + return FALSE + + var/is_rare = istype(M, /obj/item/stack/ore/bluespace_crystal/refined) + var/need_amount = is_rare ? 2 : 5 + if(M.get_amount() < need_amount) + to_chat(user, span_warning("Недостаточно материала, нужно хотя бы [need_amount] шт.")) + return FALSE + + switch(type) + if(/obj/structure/toilet) + switch(M.type) + if(/obj/item/stack/sheet/mineral/gold) + construct(M, user, /obj/structure/toilet/material/gold, need_amount) + if(/obj/item/stack/sheet/mineral/silver) + construct(M, user, /obj/structure/toilet/material/captain, need_amount) + if(/obj/item/stack/ore/bluespace_crystal/refined) + construct(M, user, /obj/structure/toilet/material/bluespace, need_amount) + if(/obj/structure/toilet/material/gold) + if(M.type == /obj/item/stack/sheet/mineral/gold) + construct(M, user, /obj/structure/toilet/material/gold/nt, need_amount) + if(/obj/structure/toilet/material/gold/nt) + if(M.type == /obj/item/stack/sheet/mineral/silver) + construct(M, user, /obj/structure/toilet/material/captain, need_amount) + if(/obj/structure/toilet/material/captain) + if(M.type == /obj/item/stack/sheet/mineral/gold) + construct(M, user, /obj/structure/toilet/material/king, need_amount) + if(/obj/structure/toilet/material/king) + if(M.type == /obj/item/stack/sheet/mineral/gold) + construct(M, user, /obj/structure/toilet/material/king/nt, need_amount) + if(/obj/structure/toilet/material/bluespace) + if(M.type == /obj/item/stack/ore/bluespace_crystal/refined) + construct(M, user, /obj/structure/toilet/material/bluespace/nt, need_amount) + else + to_chat(user, span_warning("Неподходящая цель для гравировки.")) + return TRUE + +/obj/structure/toilet/proc/construct(obj/item/stack/M, mob/living/user, build_type, amount) + if(do_after(user, 2 SECONDS, target = src)) + M.use(amount) + var/obj/structure/T = new build_type(loc) + T.dir = dir + qdel(src) + +/obj/structure/toilet/material/bluespace/update_overlays() + . = ..() + if(open) + . += singulo_layer + +/obj/structure/toilet/material/gold + name = "Золотой унитаз" + desc = "Особенный унитаз для особенных особ." + icon_state = "gold_toilet00" + +/obj/structure/toilet/material/gold/nt + name = "Золотой унитаз Nanotrasen" + desc = "Особенный унитаз для лучших из Nanotrasen." + icon_state = "gold_toilet00-NT" + is_nt = TRUE + +/obj/structure/toilet/material/gold/update_icon_state() + . = ..() + icon_state = "gold_toilet[open][cistern][is_nt ? "-NT" : ""]" + +/obj/structure/toilet/material/captain + name = "Унитаз Капитана" + desc = "Престижное седалище для престижной персоны. Судя по форме, был идеально подготовлен под седальное место Капитана." + icon_state = "captain_toilet00" + +/obj/structure/toilet/material/captain/update_icon_state() + . = ..() + icon_state = "captain_toilet[open][cistern]" + +/obj/structure/toilet/material/king + name = "Королевский Унитаз" + desc = "Только самые снобные снобы и люди не имеющие вкуса будут восседать на этом троне." + icon_state = "king_toilet00" + +/obj/structure/toilet/material/king/nt + name = "Унитаз Верховного Командования Nanotrasen" + desc = "Говорят что на таких восседают самые верховные верхушки которые бы даже не посмотрели на того, кто смог соорудить такую безвкусицу. Но главное - статус!" + icon_state = "king_toilet00-NT" + is_nt = TRUE + is_final = TRUE + +/obj/structure/toilet/material/king/update_icon_state() + . = ..() + icon_state = "king_toilet[open][cistern][is_nt ? "-NT" : ""]" + +//Bluspace Tolkan +/obj/structure/toilet/material/bluespace + name = "Научный унитаз" + desc = "Загадка современной науки о возникновении данного научного экземпляра." + icon_state = "bluespace_toilet00" + var/singulo_layer = "bluespace_toilet_singularity" + var/teleport_sound = 'sound/magic/lightning_chargeup.ogg' + var/tp_range = 1 + +/obj/structure/toilet/material/bluespace/nt + name = "Воронка Бездны Синего Космоса" + desc = "То, ради чего наука и была создана и первый гуманоид ударил палку о камень. Главное не смотреть в бездну." + icon_state = "bluespace_toilet00-NT" + tp_range = 3 + is_nt = TRUE + is_final = TRUE + +/obj/structure/toilet/material/bluespace/emag_act(mob/user) + if(!emagged) + to_chat(user, span_notice("Блюспейс начал переливаться красными вкраплениями.")) + if(do_after(user, 2 SECONDS, target = src)) + emagged = TRUE + tp_range = initial(tp_range) * 3 + singulo_layer = "bluespace_toilet_singularity-emagged" + update_icon(UPDATE_ICON_STATE) + playsound(src, "sparks", 100, TRUE, SHORT_RANGE_SOUND_EXTRARANGE) + visible_message(span_warning("Блюспейс начал переливаться словно редспейс.")) + +/obj/structure/toilet/material/bluespace/update_icon_state() + . = ..() + icon_state = "bluespace_toilet[open][cistern][is_nt ? "-NT" : ""]" + update_icon(UPDATE_OVERLAYS) + +/obj/structure/toilet/material/bluespace/attack_hand(mob/living/user) + . = ..() + update_icon(UPDATE_OVERLAYS) + if(open) + if(do_after(user, 10 SECONDS, target = src)) + teleport(tp_range) + +/obj/structure/toilet/material/bluespace/proc/teleport(range_dist = 1) + playsound(loc, teleport_sound, 100, 1) + var/ext_range = range_dist * 3 + + var/list/objects = range(range_dist, src) + + var/turf/simulated/floor/F = find_safe_turf(zlevels = src.z) + for(var/mob/living/H in objects) + do_teleport(H, F, H.loc == loc ? 0 : ext_range) + investigate_log("teleported [key_name_log(H)] to [COORD(H)], with range in: [COORD(F)]") + for(var/obj/O in objects) + if(!O.anchored && O.invisibility == 0 && prob(50)) + do_teleport(O, F, O.loc == loc ? 0 : ext_range) + + do_teleport(src, F) + +/obj/structure/toilet/material/bluespace/Destroy() + teleport(tp_range * 3) + . = ..() diff --git a/modular_ss220/unique_objects/icons/cyberiad.dmi b/modular_ss220/unique_objects/icons/cyberiad.dmi new file mode 100644 index 000000000000..37a38cf02cfb Binary files /dev/null and b/modular_ss220/unique_objects/icons/cyberiad.dmi differ diff --git a/modular_ss220/unique_objects/icons/delta.dmi b/modular_ss220/unique_objects/icons/delta.dmi new file mode 100644 index 000000000000..0ed292508122 Binary files /dev/null and b/modular_ss220/unique_objects/icons/delta.dmi differ diff --git a/modular_ss220/unique_objects/icons/organic.dmi b/modular_ss220/unique_objects/icons/organic.dmi new file mode 100644 index 000000000000..d98ffdb94837 Binary files /dev/null and b/modular_ss220/unique_objects/icons/organic.dmi differ diff --git a/modular_ss220/unique_objects/icons/statue.dmi b/modular_ss220/unique_objects/icons/statue.dmi new file mode 100644 index 000000000000..4a1fd2e9438b Binary files /dev/null and b/modular_ss220/unique_objects/icons/statue.dmi differ diff --git a/modular_ss220/unique_objects/icons/statuelarge.dmi b/modular_ss220/unique_objects/icons/statuelarge.dmi new file mode 100644 index 000000000000..a6729d328160 Binary files /dev/null and b/modular_ss220/unique_objects/icons/statuelarge.dmi differ diff --git a/modular_ss220/unique_objects/icons/watercloset.dmi b/modular_ss220/unique_objects/icons/watercloset.dmi new file mode 100644 index 000000000000..f8a3ff612be3 Binary files /dev/null and b/modular_ss220/unique_objects/icons/watercloset.dmi differ diff --git a/modular_ss220/unit_tests/_unit_tests.dm b/modular_ss220/unit_tests/_unit_tests.dm new file mode 100644 index 000000000000..5741048637a1 --- /dev/null +++ b/modular_ss220/unit_tests/_unit_tests.dm @@ -0,0 +1,4 @@ +/datum/modpack/unit_tests + name = "Тестирование" + desc = "Здесь тестируется все, что стоит протестировать." + author = "Maxiemar" diff --git a/modular_ss220/unit_tests/_unit_tests.dme b/modular_ss220/unit_tests/_unit_tests.dme new file mode 100644 index 000000000000..4060d9c3ed42 --- /dev/null +++ b/modular_ss220/unit_tests/_unit_tests.dme @@ -0,0 +1,3 @@ +#include "_unit_tests.dm" + +#include "code/requests_console.dm" diff --git a/modular_ss220/unit_tests/code/requests_console.dm b/modular_ss220/unit_tests/code/requests_console.dm new file mode 100644 index 000000000000..28dab3c5aa2d --- /dev/null +++ b/modular_ss220/unit_tests/code/requests_console.dm @@ -0,0 +1,38 @@ +#define ENGI_AREAS list("Atmospherics", "Engineering", "Chief Engineer's Desk", "Engineering Control Room", "Tech Storage", "Construction Area") +#define SEC_AREAS list("Warden", "Security", "Detective", "Head of Security's Desk", "Prisoner Processing", "Internal Affairs Office", "Magistrate", "Courtroom") +#define SERVICE_AREAS list("Bar", "Kitchen", "Chapel", "Library", "Hydroponics", "Janitorial", "Arrival Shuttle", "Crew Quarters") +#define MED_AREAS list("Virology", "Chief Medical Officer's Desk", "Medbay", "Psychiatrist", "Chemistry", "Paramedic", "Morgue") +#define COM_AREAS list("Blueshield", "NT Representative", "Head of Personnel's Desk", "Captain's Desk", "Bridge") +#define SCI_AREAS list("Robotics", "Science", "Research Director's Desk", "Genetics", "Xenobiology") +#define SUPPLY_AREAS list("Cargo Bay", "Mining Dock", "Mining Outpost", "Quartermaster's Desk", "Mining", "Expedition") +#define OTHER_AREAS list("Arrival Shuttle", "Crew Quarters", "Tool Storage", "EVA", "Labor Camp", "AI") + +/datum/unit_test/requests_console + +/datum/unit_test/requests_console/Run() + all_department_names_in_set() + +/datum/unit_test/requests_console/proc/all_department_names_in_set() + var/list/expected_departments = list() + expected_departments |= ENGI_AREAS + expected_departments |= SEC_AREAS + expected_departments |= SERVICE_AREAS + expected_departments |= MED_AREAS + expected_departments |= COM_AREAS + expected_departments |= SCI_AREAS + expected_departments |= SUPPLY_AREAS + expected_departments |= OTHER_AREAS + + for(var/obj/machinery/requests_console/console in GLOB.allRequestConsoles) + if(!(console.department in expected_departments)) + var/message = "Requests console ([console.x]; [console.y]) has unknown department." + message += "\nExpected: [jointext(expected_departments, ", ")]\nActual: [console.department]" + Fail(message) + +#undef ENGI_AREAS +#undef SEC_AREAS +#undef SERVICE_AREAS +#undef MED_AREAS +#undef COM_AREAS +#undef SCI_AREAS +#undef SUPPLY_AREAS diff --git a/modular_ss220/uplink_items/_uplink_items.dm b/modular_ss220/uplink_items/_uplink_items.dm new file mode 100644 index 000000000000..5551bdb68981 --- /dev/null +++ b/modular_ss220/uplink_items/_uplink_items.dm @@ -0,0 +1,5 @@ +/datum/modpack/uplink_items + name = "Uplink items" + desc = "Модуль предметов для аплинка" + author = "HardexZ/TheReal" + diff --git a/modular_ss220/uplink_items/_uplink_items.dme b/modular_ss220/uplink_items/_uplink_items.dme new file mode 100644 index 000000000000..f05f83044c41 --- /dev/null +++ b/modular_ss220/uplink_items/_uplink_items.dme @@ -0,0 +1,2 @@ +#include "_uplink_items.dm" +#include "code/uplink_general.dm" diff --git a/modular_ss220/uplink_items/code/uplink_general.dm b/modular_ss220/uplink_items/code/uplink_general.dm new file mode 100644 index 000000000000..bc261396a728 --- /dev/null +++ b/modular_ss220/uplink_items/code/uplink_general.dm @@ -0,0 +1,8 @@ +/datum/uplink_item/device_tools/shadowlight + name = "Shadowlight" + desc = "Устройство, замаскированное под обычный фонарик, но создающее тьму в определенном радиусе. \ + Окутайте себя тьмой и спрячьтесь от посторонних глаз. \ + Практически не работает на ярком свету " + reference = "SHAD" + item = /obj/item/flashlight/shadowlight + cost = 20 diff --git a/modular_ss220/vending/code/vending.dm b/modular_ss220/vending/code/vending.dm new file mode 100644 index 000000000000..94d3fd3fc36e --- /dev/null +++ b/modular_ss220/vending/code/vending.dm @@ -0,0 +1,209 @@ +/obj/machinery/economy/vending/nta + name = "NT Ammunition" + desc = "A special equipment vendor." + ads_list = list("Возьми патрон!","Не забывай, снаряжаться - полезно!","Бжж-Бзз-з!.","Обезопасить, Удержать, Сохранить!","Стоять, снярядись на задание!") + icon = 'modular_ss220/vending/icons/vending.dmi' + icon_state = "nta" + icon_deny = "nta_deny" + icon_vend = "nta_vend" + req_access = list(ACCESS_CENT_SECURITY) + resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF | FREEZE_PROOF + refill_canister = /obj/item/vending_refill/nta + products = list( + /obj/item/storage/fancy/shell/slug = 4, + /obj/item/grenade/flashbang = 4, + /obj/item/flash = 5, + /obj/item/storage/fancy/shell/buck = 4, + /obj/item/ammo_box/magazine/enforcer = 8, + /obj/item/flashlight/seclite = 4, + /obj/item/restraints/legcuffs/bola/energy = 8, + /obj/item/ammo_box/magazine/enforcer/lethal = 8, + /obj/item/ammo_box/magazine/laser = 12, + /obj/item/ammo_box/magazine/wt550m9 = 8, + /obj/item/storage/fancy/shell/rubbershot = 4, + /obj/item/ammo_box/magazine/m556/arg = 12, + /obj/item/ammo_box/a40mm = 4, + /obj/item/ammo_box/magazine/smgm9mm = 12) + +/obj/machinery/economy/vending/nta/admin/Initialize(mapload) + products = list() + var/list/new_products = list() + subtypesof(/obj/item/ammo_box) + /obj/item/storage/fancy/shell/rubbershot +\ + /obj/item/storage/fancy/shell/buck + /obj/item/storage/fancy/shell/dragonsbreath + /obj/item/storage/fancy/shell/holy +\ + /obj/item/storage/fancy/shell/rubbershot + /obj/item/storage/fancy/shell/slug + /obj/item/storage/fancy/shell/stun +\ + /obj/item/storage/fancy/shell/tranquilizer - /obj/item/ammo_box/magazine - typesof(/obj/item/ammo_box/magazine/internal) + for(var/ammo_type in new_products) + products[ammo_type] = 999 + . = ..() + +/obj/machinery/economy/vending/nta/blue + name = "NT ERT Medium Gear & Ammunition" + desc = "A ERT Medium equipment vendor." + ads_list = list("Круши черепа синдиката!","Не забывай, спасать - полезно!","Бжж-Бзз-з!.","Обезопасить, Удержать, Сохранить!","Стоять, снярядись на задание!") + products = list( + /obj/item/gun/energy/gun = 3, + /obj/item/gun/energy/ionrifle/carbine = 1, + /obj/item/gun/projectile/automatic/lasercarbine = 3, + /obj/item/ammo_box/magazine/laser = 6, + /obj/item/suppressor = 4, + /obj/item/gun/projectile/automatic/wt550 = 3, + /obj/item/ammo_box/magazine/wt550m9 = 6, + /obj/item/gun/projectile/shotgun/riot = 6, + /obj/item/storage/fancy/shell/rubbershot = 6, + /obj/item/storage/fancy/shell/beanbag = 4, + /obj/item/storage/fancy/shell/tranquilizer = 4) + +/obj/machinery/economy/vending/nta/red + name = "NT ERT Heavy Gear & Ammunition" + desc = "A ERT Heavy equipment vendor." + ads_list = list("Круши черепа синдиката!","Не забывай, спасать - полезно!","Бжж-Бзз-з!.","Обезопасить, Удержать, Сохранить!","Стоять, снярядись на задание!") + products = list( + /obj/item/gun/projectile/automatic/proto = 3, + /obj/item/ammo_box/magazine/smgm9mm/ap = 6, + /obj/item/gun/energy/lasercannon = 3, + /obj/item/gun/energy/immolator = 3, + /obj/item/gun/energy/gun/nuclear = 3, + /obj/item/gun/projectile/shotgun/automatic/combat = 3, + /obj/item/storage/fancy/shell/slug = 4, + /obj/item/storage/fancy/shell/buck = 4, + /obj/item/storage/fancy/shell/dragonsbreath = 2, + /obj/item/storage/lockbox/t4 = 3, + /obj/item/grenade/smokebomb = 3, + /obj/item/grenade/frag = 4) + +/obj/machinery/economy/vending/nta/green + name = "NT ERT Light Gear & Ammunition" + desc = "A ERT Light equipment vendor." + ads_list = list("Круши черепа синдиката!","Не забывай, спасать - полезно!","Бжж-Бзз-з!.","Обезопасить, Удержать, Сохранить!","Стоять, снярядись на задание!") + products = list( + /obj/item/restraints/handcuffs = 5, + /obj/item/restraints/handcuffs/cable/zipties = 5, + /obj/item/grenade/flashbang = 3, + /obj/item/flash = 2, + /obj/item/gun/energy/disabler = 4, + /obj/item/gun/projectile/automatic/pistol/enforcer = 6, + /obj/item/ammo_box/magazine/enforcer = 12, + /obj/item/gun/projectile/shotgun/riot = 1, + /obj/item/storage/fancy/shell/rubbershot = 3) + +/obj/machinery/economy/vending/nta/yellow + name = "NT ERT Death Wish Gear & Ammunition" + desc = "A ERT Death Wish equipment vendor." + ads_list = list("Круши черепа ВСЕХ!","Не забывай, УБИВАТЬ - полезно!","УБИВАТЬ УБИВАТЬ УБИВАТЬ УБИВАТЬ!.","УБИВАТЬ, Удержать, УБИВАТЬ!","Стоять, снярядись на УБИВАТЬ!") + products = list( + /obj/item/gun/projectile/automatic/gyropistol = 8, + /obj/item/ammo_box/magazine/m75 = 12, + /obj/item/gun/projectile/automatic/l6_saw = 6, + /obj/item/ammo_box/magazine/mm556x45/ap = 12, + /obj/item/gun/projectile/automatic/shotgun/bulldog = 6, + /obj/item/gun/energy/xray = 8, + /obj/item/gun/energy/pulse/destroyer/annihilator = 8, + /obj/item/gun/energy/immolator/multi = 8, + /obj/item/gun/energy/bsg/prebuilt/admin = 4, + /obj/item/grenade/clusterbuster/inferno = 3, + /obj/item/grenade/clusterbuster/emp = 3) + +/obj/machinery/economy/vending/nta/medical + name = "NT ERT Medical Gear" + desc = "A ERT medical equipment vendor." + ads_list = list("Лечи раненых от рук синдиката!","Не забывай, лечить - полезно!","Бжж-Бзз-з!.","Перевязать, Оперировать, Выписать!","Стоять, снярядись медикаментами на задание!") + products = list( + /obj/item/storage/firstaid/tactical = 2, + /obj/item/reagent_containers/applicator/dual = 2, + /obj/item/reagent_containers/iv_bag/blood/o_minus = 10, + /obj/item/reagent_containers/iv_bag/blood/vox = 3, + /obj/item/reagent_containers/iv_bag/slime = 3, + /obj/item/reagent_containers/iv_bag/salglu = 3, + /obj/item/storage/belt/medical/surgery/loaded = 2, + /obj/item/storage/belt/medical/response_team = 3, + /obj/item/storage/pill_bottle = 4, + /obj/item/reagent_containers/pill/mannitol = 10, + /obj/item/reagent_containers/pill/salbutamol = 10, + /obj/item/reagent_containers/pill/morphine = 8, + /obj/item/reagent_containers/pill/charcoal = 10, + /obj/item/reagent_containers/pill/mutadone = 8, + /obj/item/storage/pill_bottle/patch_pack = 4, + /obj/item/reagent_containers/patch/silver_sulf = 10, + /obj/item/reagent_containers/patch/styptic = 10, + /obj/item/storage/firstaid/surgery = 2, + /obj/item/scalpel/laser = 2, + /obj/item/reagent_containers/applicator/brute = 10, + /obj/item/reagent_containers/applicator/burn = 10, + /obj/item/healthanalyzer/advanced = 5, + /obj/item/roller/holo = 3) + +/obj/machinery/economy/vending/nta/engineer + name = "NT ERT Engineer Gear" + desc = "A ERT engineering equipment vendor." + ads_list = list("Чини станцию от рук синдиката!","Не забывай, чинить - полезно!","Бжж-Бзз-з!.","Починить, Заварить, Трубить!","Стоять, снярядись на починку труб!") + products = list( + /obj/item/storage/belt/utility/chief/full = 2, + /obj/item/clothing/mask/gas/welding = 4, + /obj/item/weldingtool/experimental = 3, + /obj/item/crowbar/power = 3, + /obj/item/screwdriver/power = 3, + /obj/item/extinguisher/mini = 3, + /obj/item/multitool = 3, + /obj/item/rcd/preloaded = 2, + /obj/item/rcd_ammo = 8, + /obj/item/stack/cable_coil = 4) + +/obj/machinery/economy/vending/nta/janitor + name = "NT ERT Janitor Gear" + desc = "A ERT ccleaning equipment vendor." + ads_list = list("Чисть станцию от рук синдиката!","Не забывай, чистить - полезно!","Вилкой чисти!.","Помыть, Постирать, Оттереть!","Стоять, снярядись клинерами!") + products = list( + /obj/item/storage/belt/janitor/full = 2, + /obj/item/clothing/shoes/galoshes = 2, + /obj/item/grenade/chem_grenade/antiweed = 2, + /obj/item/reagent_containers/spray/cleaner = 1, + /obj/item/storage/bag/trash = 2, + /obj/item/storage/box/lights/mixed = 4, + /obj/item/melee/flyswatter= 1, + /obj/item/soap = 2, + /obj/item/grenade/chem_grenade/cleaner = 4, + /obj/item/clothing/mask/gas = 3, + /obj/item/watertank/janitor = 4, + /obj/item/lightreplacer = 2,) + +/obj/machinery/economy/vending/cola/red + name = "\improper Автомат с космической колой" + desc = "Тут можно купить колу, в космосе." + icon = 'modular_ss220/vending/icons/vending.dmi' + icon_state = "Cola_Machine_Red" + icon_lightmask = "Cola_Machine_Red" + slogan_list = list("Кола в космосе!") + +/obj/machinery/economy/vending/suitdispenser/free + prices = list() + +/obj/machinery/economy/vending/wallmed/emergency_ntmed + name = "\improper Advanced Nanomed" + desc = "Продвинутая экстренная аптечка на все случаи жизни." + products = list( + /obj/item/reagent_containers/applicator/dual = 1, + /obj/item/reagent_containers/syringe/charcoal = 4, + /obj/item/reagent_containers/hypospray/autoinjector/nt_emergency = 4, + /obj/item/healthanalyzer/advanced = 1 + ) + refill_canister = /obj/item/vending_refill/adv_ntmed + +/obj/item/reagent_containers/hypospray/autoinjector/nt_emergency + name = "advanced emergency autoinjector" + desc = "Компания всегда ставит жизни и здоровье своих сотрудников превыше всего." + list_reagents = list("nanites" = 10) + +/obj/machinery/economy/vending/shoedispenser/Initialize(mapload) + contraband |= list(/obj/item/clothing/shoes/clown_shoes/moffers = 1) + prices |= list(/obj/item/clothing/shoes/clown_shoes/moffers = 80) + . = ..() + +/obj/machinery/economy/vending/shoedispenser/free + prices = list() + +/obj/machinery/economy/vending/engidrobe/Initialize(mapload) + contraband |= list(/obj/item/clothing/gloves/color/yellow/vox = 1) + prices |= list(/obj/item/clothing/gloves/color/yellow/vox = 300) + . = ..() + +/obj/machinery/economy/vending/engidrobe/free + prices = list() diff --git a/modular_ss220/vending/code/vending_food.dm b/modular_ss220/vending/code/vending_food.dm new file mode 100644 index 000000000000..bfb647af2a85 --- /dev/null +++ b/modular_ss220/vending/code/vending_food.dm @@ -0,0 +1,84 @@ +/obj/item/circuitboard/vendor + var/static/list/ss220_vendors = list("MacVulpix Deluxe Food" = /obj/machinery/economy/vending/vulpix) + +// MARK: MacVulpix +/obj/machinery/economy/vending/vulpix + name = "\improper MacVulpix Deluxe Food" + desc = "Торговый автомат сети ресторанов быстрого питания МакВульпикс с забавным лисом на логотипе." + icon = 'modular_ss220/vending/icons/vending.dmi' + icon_state = "McVulpix" + icon_lightmask = "McVulpix" + category = VENDOR_TYPE_FOOD + refill_canister = /obj/item/vending_refill/vulpix + vend_reply = "Спасибо, что выбрали МакВульпикс!" + slogan_list = list( + "Не любите вульп? Вы просто не умеете их готовить!", + "Если вам понравились вульпиксы - ингредиенты погибли не зря!", + "МакВульпикс! То что я люблю!", + "МакВульпикс - выбор настоящего гурмана, одобрено девятью из десяти диетологами!", + "Если чревоугодие — это грех, то добро пожаловать в Ад!" + ) + products = list( + /obj/item/food/fancy/macvulpix_original = 5, + /obj/item/food/fancy/macvulpix_cheese = 5, + /obj/item/food/fancy/packed/macvulpburger = 5, + /obj/item/pizzabox/vulpix = 3, + /obj/item/food/vulpix_chips = 5, + /obj/item/reagent_containers/drinks/bottle/vulpix_milk/berry = 5, + /obj/item/reagent_containers/drinks/bottle/vulpix_milk/banana = 5, + /obj/item/reagent_containers/drinks/bottle/vulpix_milk/choco = 5, + /obj/item/reagent_containers/drinks/cans/vulpbeer = 5, + ) + prices = list( + /obj/item/food/fancy/macvulpix_original = 100, + /obj/item/food/fancy/macvulpix_cheese = 100, + /obj/item/food/fancy/packed/macvulpburger = 125, + /obj/item/pizzabox/vulpix = 150, + /obj/item/food/vulpix_chips = 60, + /obj/item/reagent_containers/drinks/bottle/vulpix_milk/berry = 50, + /obj/item/reagent_containers/drinks/bottle/vulpix_milk/banana = 50, + /obj/item/reagent_containers/drinks/bottle/vulpix_milk/choco = 50, + /obj/item/reagent_containers/drinks/cans/vulpbeer = 30, + ) + contraband = list( + /obj/item/toy/plushie/macvulpix = 3, + /obj/item/poster/mac_vulpix = 3, + ) + +/obj/machinery/economy/vending/vulpix/free + prices = list() + +// MARK: Nanotrasen Food +/obj/machinery/economy/vending/nt_food + name = "\improper Nanotrasen Food" + desc = "Торговый автомат, поставляемый напрямую компанией Nanotrasen на свои объекты. Содержит сбалансированные наборы еды для сотрудников." + icon = 'modular_ss220/vending/icons/vending.dmi' + icon_state = "nt_food" + icon_lightmask = "nt_food" + category = VENDOR_TYPE_FOOD + refill_canister = /obj/item/vending_refill/nt_food + vend_reply = "Продуктивного рабочего дня!" + slogan_list = list( + "Во славу корпорации!", + "Хорошо поели? Хорошо поработайте!", + "Без излишеств.", + "Готовая еда — Рай для корпората!", + "Бесперебойная работа, даже если вокруг будет царить хаос!" + ) + products = list( + /obj/item/food/fancy/packed/foodpack_nt = 10, + /obj/item/reagent_containers/drinks/cans/nt_iced_black_tea = 10, + /obj/item/reagent_containers/drinks/cans/nt_iced_green_tea = 10, + /obj/item/reagent_containers/drinks/cans/nt_iced_mint_tea = 10, + /obj/item/reagent_containers/drinks/cans/nt_iced_berry_tea = 10, + ) + prices = list( + /obj/item/food/fancy/packed/foodpack_nt = 50, + /obj/item/reagent_containers/drinks/cans/nt_iced_black_tea = 15, + /obj/item/reagent_containers/drinks/cans/nt_iced_green_tea = 15, + /obj/item/reagent_containers/drinks/cans/nt_iced_mint_tea = 15, + /obj/item/reagent_containers/drinks/cans/nt_iced_berry_tea = 15, + ) + +/obj/machinery/economy/vending/nt_food/free + prices = list() diff --git a/modular_ss220/vending/code/vending_items.dm b/modular_ss220/vending/code/vending_items.dm new file mode 100644 index 000000000000..ebf9f2fb5e3b --- /dev/null +++ b/modular_ss220/vending/code/vending_items.dm @@ -0,0 +1,23 @@ +/obj/item/vending_refill/nta + machine_name = "NT Ammunition" + icon = 'modular_ss220/vending/icons/vending_restock.dmi' + icon_state = "refill_nta" + +/obj/item/vending_refill/nt_food + machine_name = "NT Food" + icon = 'modular_ss220/vending/icons/vending_restock.dmi' + icon_state = "refill_nta" + +/obj/item/vending_refill/adv_ntmed + machine_name = "Advanced Nanomed" + icon_state = "refill_medical" + +/obj/item/vending_refill/vulpix + machine_name = "MacVulpix Deluxe Food" + icon = 'modular_ss220/vending/icons/vending_restock.dmi' + icon_state = "refill_vulpix" + +/datum/supply_packs/vending/vulpix + name = "Mac Vulpix Supply Crate" + contains = list(/obj/item/vending_refill/vulpix) + containername = "mac vulpix supply crate" diff --git a/modular_ss220/vending/icons/vending.dmi b/modular_ss220/vending/icons/vending.dmi new file mode 100644 index 000000000000..10e3bc6c30d5 Binary files /dev/null and b/modular_ss220/vending/icons/vending.dmi differ diff --git a/modular_ss220/vending/icons/vending_restock.dmi b/modular_ss220/vending/icons/vending_restock.dmi new file mode 100644 index 000000000000..b268dffd1c5d Binary files /dev/null and b/modular_ss220/vending/icons/vending_restock.dmi differ diff --git a/modular_ss220/vending/vending.dm b/modular_ss220/vending/vending.dm new file mode 100644 index 000000000000..e21255f44dd8 --- /dev/null +++ b/modular_ss220/vending/vending.dm @@ -0,0 +1,4 @@ +/datum/modpack/vendors + name = "Вендоры" + desc = "Новые вендоматы, автоматы и прочие машины выдающие говно." + author = "Aylong220" diff --git a/modular_ss220/vending/vending.dme b/modular_ss220/vending/vending.dme new file mode 100644 index 000000000000..4f11acd7de77 --- /dev/null +++ b/modular_ss220/vending/vending.dme @@ -0,0 +1,5 @@ +#include "vending.dm" + +#include "code/vending.dm" +#include "code/vending_items.dm" +#include "code/vending_food.dm" diff --git a/modular_ss220/verbs/_verbs.dm b/modular_ss220/verbs/_verbs.dm new file mode 100644 index 000000000000..ea9851a79b53 --- /dev/null +++ b/modular_ss220/verbs/_verbs.dm @@ -0,0 +1,4 @@ +/datum/modpack/verbs + name = "Verbs" + desc = "Кастомные вербы, а также возвращение некоторых вырезанных." + author = "dj-34" diff --git a/modular_ss220/verbs/_verbs.dme b/modular_ss220/verbs/_verbs.dme new file mode 100644 index 000000000000..6769c12e0a80 --- /dev/null +++ b/modular_ss220/verbs/_verbs.dme @@ -0,0 +1,3 @@ +#include "_verbs.dm" + +#include "code/verbs.dm" diff --git a/modular_ss220/verbs/code/verbs.dm b/modular_ss220/verbs/code/verbs.dm new file mode 100644 index 000000000000..d0f963b146c9 --- /dev/null +++ b/modular_ss220/verbs/code/verbs.dm @@ -0,0 +1,120 @@ +/* + Respawn + May be returned in the future by offs (because it's commented in code\modules\mob) +*/ +/datum/configuration_section/ss220_misc_configuration + /// Respawn delay in minutes before one may respawn as a crew member + var/respawn_delay = 20 + +/datum/configuration_section/ss220_misc_configuration/load_data(list/data) + . = ..() + CONFIG_LOAD_NUM(respawn_delay, data["respawn_delay"]) + +/// Respawn verb +/mob/verb/abandon_mob() + set name = "Respawn" + set category = "OOC" + + if(!GLOB.configuration.general.respawn_enabled && !check_rights(R_ADMIN)) + to_chat(usr, span_warning("Возрождение отключено.")) + return + + if(stat != DEAD) + to_chat(usr, span_boldnotice("Вы должны быть мертвы чтобы возродиться!")) + return + + if(!SSticker || SSticker.current_state < GAME_STATE_PLAYING) + to_chat(src, span_warning("Вы не можете возродиться до начала игры!")) + return + + var/deathtime = world.time - timeofdeath + if(isobserver(src)) + var/mob/dead/observer/G = src + if(!HAS_TRAIT(G, TRAIT_RESPAWNABLE) && !check_rights(R_ADMIN)) + to_chat(usr, span_warning("У Вас сейчас нет возможности возрождения!")) + return + + var/deathtimeminutes = round(deathtime / 600) + var/pluralcheck = "минут" + if(deathtimeminutes == 0) + pluralcheck = "" + else if(deathtimeminutes == 1) + pluralcheck = " [deathtimeminutes] минуту и" + else if(deathtimeminutes > 1) + pluralcheck = " [deathtimeminutes] минут(-ы) и" + var/deathtimeseconds = round((deathtime - deathtimeminutes * 600) / 10,1) + + if(deathtimeminutes < GLOB.configuration.ss220_misc.respawn_delay && !check_rights(R_ADMIN)) + to_chat(usr, span_notice("Вы мертвы[pluralcheck] [deathtimeseconds] секунд(-ы).")) + to_chat(usr, span_warning("Вы должны подождать ещё [GLOB.configuration.ss220_misc.respawn_delay] минут чтобы возродиться!")) + return + + if(alert("Вы уверен что хотите возродиться?", "Возрождение", "Да", "Нет") != "Да") + return + + log_game("[key_name(usr)] has respawned.") + + to_chat(usr, span_boldnotice("Убедитесь, что Вы играете другим персонажем, и пожалуйста, отыгрывайте корректно!")) + + if(!client) + log_game("[key_name(usr)] respawn failed due to disconnect.") + return + client.screen.Cut() + client.screen += client.void + + if(!client) + log_game("[key_name(usr)] respawn failed due to disconnect.") + return + + var/mob/new_player/M = new /mob/new_player() + if(!client) + log_game("[key_name(usr)] respawn failed due to disconnect.") + qdel(M) + return + + M.key = key + return + +/// Pick darkness list +/mob/dead/observer/pick_darkness() + set name = "Pick Darkness" + set desc = "Choose how much darkness you want to see." + set category = "Ghost" + + if(!client) + return + + var/darkness_level = tgui_input_list(usr, "Choose your darkness", "Pick Darkness", list("Darkness", "Twilight", "Brightness", "Custom")) + if(!darkness_level) + return + + var/new_darkness + switch(darkness_level) + if("Darkness") + new_darkness = 255 + if("Twilight") + new_darkness = 210 + if("Brightness") + new_darkness = 0 + if("Custom") + new_darkness = input(usr, "Введите новое значение (0 - 255). Больше - темнее.", "Pick Darkness") as null|num + + if(isnull(new_darkness)) + return + + client.prefs.ghost_darkness_level = new_darkness + client.prefs.save_preferences(src) + lighting_alpha = client.prefs.ghost_darkness_level + update_sight() + +/mob/dead/observer/dead_tele() + set category = "Ghost" + set name = "Teleport" + set desc= "Teleport to a location" + + if(!isobserver(usr)) + to_chat(usr, "Ты ещё не мёртв!") + return + + var/target = tgui_input_list(usr, "Куда телепортируемся?", "Телепортация", SSmapping.ghostteleportlocs) + teleport(SSmapping.ghostteleportlocs[target]) diff --git a/modular_ss220/whitelist/_whitelist.dm b/modular_ss220/whitelist/_whitelist.dm new file mode 100644 index 000000000000..2baa73d34ce4 --- /dev/null +++ b/modular_ss220/whitelist/_whitelist.dm @@ -0,0 +1,7 @@ +/datum/modpack/whitelist + name = "Улучшенный вайтлист" + desc = "Поддержка вайтлиста в бд" + author = "furior" + +/datum/modpack/whitelist/initialize() + load_whitelist() diff --git a/modular_ss220/whitelist/_whitelist.dme b/modular_ss220/whitelist/_whitelist.dme new file mode 100644 index 000000000000..7d02c00a7c22 --- /dev/null +++ b/modular_ss220/whitelist/_whitelist.dme @@ -0,0 +1,4 @@ +#include "_whitelist.dm" + +#include "code/whitelist.dm" +#include "code/wl_admin.dm" diff --git a/modular_ss220/whitelist/code/whitelist.dm b/modular_ss220/whitelist/code/whitelist.dm new file mode 100644 index 000000000000..60a23c6a9b6a --- /dev/null +++ b/modular_ss220/whitelist/code/whitelist.dm @@ -0,0 +1,48 @@ +/proc/load_whitelist() + if(IsAdminAdvancedProcCall()) + to_chat(usr, span_boldannounce("Whitelist reload blocked: Advanced ProcCall detected")) + return + + if(!GLOB.configuration.overflow.reroute_cap || !SSdbcore.IsConnected()) + return + + var/datum/db_query/whitelist_query = SSdbcore.NewQuery({" + SELECT ckey FROM ckey_whitelist WHERE + is_valid=1 AND port=:port AND date_start<=NOW() AND + (NOW()Alt+click to disarm.") + +/datum/element/airbag/proc/on_altclick(atom/movable/clicked_atom, mob/living/clicker) + SIGNAL_HANDLER + + if(get_dist(clicker, clicked_atom) > 1) + return + INVOKE_ASYNC(src, PROC_REF(disarm_airbag), clicked_atom, clicker) + +/datum/element/airbag/proc/disarm_airbag(atom/movable/clicked_atom, mob/living/clicker) + clicker.visible_message( + span_notice("[clicker] starts disarming the airbag..."), + span_notice("You start disarming the airbag...")) + clicked_atom.add_fingerprint(clicker) + if(do_after_once(clicker, DISARM_TIME, target = clicked_atom, progress = TRUE)) + new disarmed_type(get_turf(clicked_atom)) + Detach(clicked_atom) + +// A fun little gadget! +/obj/item/airbag + name = "airbag" + desc = "A small package with an explosive attached. Stand clear!" + icon = 'modular_ss220/windows_airbag/icons/windows_airbag.dmi' + icon_state = "airbag" + max_integrity = 10 + /// The time in which we deploy + var/detonate_time = 2 SECONDS + /// The item we drop on detonation + var/drop_type = /obj/structure/inflatable/window_airbag + /// Are we immediately armed? + var/immediate_arm = FALSE + /// Are we currently armed? + var/armed = FALSE + /// The sound we play when armed + var/armed_sound = 'modular_ss220/windows_airbag/sound/airbag_arm.ogg' + /// The sound we play when we go bang + var/bang_sound = 'modular_ss220/windows_airbag/sound/airbag_bang.ogg' + +/obj/item/airbag/Initialize(mapload) + . = ..() + if(immediate_arm) + arm() + anchored = TRUE + update_icon() + +/obj/item/airbag/update_icon_state() + icon_state = "[initial(icon_state)]_[armed ? "armed" : "safe"]" + +/obj/item/airbag/attack_self__legacy__attackchain(mob/user, modifiers) + . = ..() + arm() + +/obj/item/airbag/proc/arm() + if(armed) + return + if(!anchored) + addtimer(CALLBACK(src, PROC_REF(deploy_anchor)), 1 SECONDS) + addtimer(CALLBACK(src, PROC_REF(airbag_bang)), detonate_time) + armed = TRUE + playsound(src, armed_sound, 50) + update_icon() + +// Anchors the airbag to the ground, namely to prevent air movement. +/obj/item/airbag/proc/deploy_anchor() + if(!isturf(loc) || anchored) + return + anchored = TRUE + +// Detonates the airbag, dropping the item and playing the sound. +/obj/item/airbag/proc/airbag_bang() + var/obj/created_object = new drop_type(get_turf(src)) + playsound(src, bang_sound, 50) + var/datum/effect_system/smoke_spread/smoke = new + smoke.set_up(1, TRUE, get_turf(created_object.loc)) + smoke.start() + qdel(src) + +/obj/item/airbag/torn + name = "torn window airbag" + desc = "A quick deploying airbag that seals holes when a window is broken! It is too torn to be usable." + icon = 'modular_ss220/windows_airbag/icons/windows_airbag.dmi' + +/obj/item/airbag/torn/update_icon_state() + icon_state = "[initial(icon_state)]_folded_torn" + +/obj/item/airbag/torn/arm() + return + +/obj/item/airbag/immediate_arm + immediate_arm = TRUE + +/obj/structure/inflatable/window_airbag + name = "window airbag" + desc = "A quick deploying airbag that seals holes when a window is broken!" + icon = 'modular_ss220/windows_airbag/icons/windows_airbag.dmi' + icon_state = "airbag_wall" + torn = /obj/item/airbag/torn + intact = /obj/item/airbag/torn + +#undef DISARM_TIME diff --git a/modular_ss220/windows_airbag/icons/windows_airbag.dmi b/modular_ss220/windows_airbag/icons/windows_airbag.dmi new file mode 100644 index 000000000000..49359c81dd24 Binary files /dev/null and b/modular_ss220/windows_airbag/icons/windows_airbag.dmi differ diff --git a/modular_ss220/windows_airbag/sound/airbag_arm.ogg b/modular_ss220/windows_airbag/sound/airbag_arm.ogg new file mode 100644 index 000000000000..cb53eadac083 Binary files /dev/null and b/modular_ss220/windows_airbag/sound/airbag_arm.ogg differ diff --git a/modular_ss220/windows_airbag/sound/airbag_bang.ogg b/modular_ss220/windows_airbag/sound/airbag_bang.ogg new file mode 100644 index 000000000000..46fafa982fd8 Binary files /dev/null and b/modular_ss220/windows_airbag/sound/airbag_bang.ogg differ diff --git a/modular_ss220/wire_splicing/code/wiresplicing.dm b/modular_ss220/wire_splicing/code/wiresplicing.dm new file mode 100644 index 000000000000..952f4b6eb4a3 --- /dev/null +++ b/modular_ss220/wire_splicing/code/wiresplicing.dm @@ -0,0 +1,167 @@ +#define MAX_MESSINESS 10 +#define WALKING_REDUCE_PROBABILITY 50 + +/obj/effect/spawner/wire_splicing + name = "wiring splicing spawner" + icon = 'modular_ss220/wire_splicing/icons/structures_spawners.dmi' + icon_state = "wire_splicing" + /// From 0 to 100 + var/spawn_probability = 100 + +/obj/effect/spawner/wire_splicing/Initialize(mapload) + . = ..() + if(prob(spawn_probability)) + new /obj/structure/wire_splicing(get_turf(src)) + return INITIALIZE_HINT_QDEL + +/obj/effect/spawner/wire_splicing/thirty + name = "wiring splicing spawner 30%" + spawn_probability = 30 + +/obj/structure/wire_splicing + name = "wire splicing" + desc = "Looks like someone was very drunk when doing this, or just didn't care. This can be removed by wirecutters." + icon = 'modular_ss220/wire_splicing/icons/traps.dmi' + icon_state = "wire_splicing1" + density = FALSE + anchored = TRUE + flags = CONDUCT + layer = WIRE_TERMINAL_LAYER + /// How bad the splicing was, determines the chance of shock + var/messiness = 0 + var/shock_chance_per_messiness = 10 + +/obj/structure/wire_splicing/Initialize(mapload) + . = ..() + messiness = rand(1, MAX_MESSINESS) + update_icon(UPDATE_ICON_STATE) + + // At messiness of 2 or below, triggering when walking on a catwalk is impossible + // Above that it becomes possible, so we will change the layer to make it poke through catwalks + if(messiness > 2) + layer = LOW_OBJ_LAYER // I wont do such stuff on splicing "reinforcement". Take it as nasty feature + + // Wire splice can only exist on a cable. Lets try to place it in a good location + if(locate(/obj/structure/cable) in get_turf(src)) // If we're already in a good location, no problem! + return + + // Make a list of turfs with cables in them + var/list/candidates = list() + + // We will give each turf a score to determine its suitability + var/best_score = -INFINITY + for(var/obj/structure/cable/C in range(3, get_turf(src))) + var/turf/simulated/floor/T = get_turf(C) + + // Wire inside a wall? can't splice there + if(!istype(T)) + continue + + // We already checked this one + if(T in candidates) + continue + + var/turf_score = 0 + + // Nobody walks on underplating so we don't want to place traps there + + var/turf/space/W = get_turf(C) + if(!istype(W)) + continue //No traps in space + + /* + // Catwalks are made for walking on, we definitely want traps there + if(locate(/obj/structure/catwalk) in T) + turf_score += 2 + */ + + // If its below the threshold ignore it + if(turf_score < best_score) + continue + + // If it sets a new threshold, discard everything before + else if(turf_score > best_score) + best_score = turf_score + candidates.Cut() + + candidates.Add(T) + + // No nearby cables? Cancel + if(!length(candidates)) + return INITIALIZE_HINT_QDEL + + loc = pick(candidates) + +/obj/structure/wire_splicing/update_icon_state() + icon_state = "wire_splicing[messiness]" + +/obj/structure/wire_splicing/examine(mob/user) + . = ..() + . += span_warning("It has [messiness] wire[messiness > 1 ? "s" : ""] dangling around.") + +/obj/structure/wire_splicing/Crossed(atom/movable/AM, oldloc) + . = ..() + if(isliving(AM)) + var/chance_to_shock = messiness * shock_chance_per_messiness + /* + var/turf/T = get_turf(src) + if(locate(/obj/structure/catwalk) in T) + chance_to_shock -= 20 + */ + shock(AM, chance_to_shock) + +/obj/structure/wire_splicing/proc/shock(mob/living/user, prb, siemens_coeff = 1) + . = FALSE + // To prevent TK and mech users from getting shocked + if(!in_range(src, user)) + return + // To prevent simple mobs to be shocked + if(!ishuman(user)) + return + // Walk slowly to try to step over + if(user.m_intent == MOVE_INTENT_WALK) + prb = max(prb - WALKING_REDUCE_PROBABILITY, 0) + if(!prob(prb)) + return + var/turf/T = get_turf(src) + var/obj/structure/cable/C = locate(/obj/structure/cable) in T + if(!C) + return + if(electrocute_mob(user, C.powernet, src, siemens_coeff)) + do_sparks(5, TRUE, src) + . = TRUE + +/obj/structure/wire_splicing/wirecutter_act(mob/living/user, obj/item/I) + . = TRUE + if(!I.use_tool(src, user, 2 SECONDS, volume = I.tool_volume)) + return + if(shock(user, 50)) + return + user.visible_message( + span_notice("[user] cuts the splicing."), + span_notice("You cut the splicing.")) + investigate_log("was cut by [key_name(usr)] in [AREACOORD(src)]", "wires") + qdel(src) + +/obj/structure/wire_splicing/attackby__legacy__attackchain(obj/item/I, mob/user, params) + if(istype(I, /obj/item/stack/cable_coil) && user.a_intent == INTENT_HARM) + var/obj/item/stack/cable_coil/coil = I + reinforce(user, coil) + return + . = ..() + +/obj/structure/wire_splicing/proc/reinforce(mob/user, obj/item/stack/cable_coil/coil) + if(messiness >= MAX_MESSINESS) + to_chat(user, span_warning("You can't seem to jam more cable into the splicing!")) + return + if(!do_after(user, 2 SECONDS, target = src, progress = TRUE)) + return + if(messiness >= MAX_MESSINESS) + return + messiness = min(messiness + 1, MAX_MESSINESS) + coil.use(1) + update_icon(UPDATE_ICON_STATE) + investigate_log("was reinforced to [messiness] by [key_name(usr)] in [AREACOORD(src)]", "wires") + +#undef MAX_MESSINESS +#undef WALKING_REDUCE_PROBABILITY diff --git a/modular_ss220/wire_splicing/icons/structures_spawners.dmi b/modular_ss220/wire_splicing/icons/structures_spawners.dmi new file mode 100644 index 000000000000..806d79db9d6a Binary files /dev/null and b/modular_ss220/wire_splicing/icons/structures_spawners.dmi differ diff --git a/modular_ss220/wire_splicing/icons/traps.dmi b/modular_ss220/wire_splicing/icons/traps.dmi new file mode 100644 index 000000000000..62ab4002d12e Binary files /dev/null and b/modular_ss220/wire_splicing/icons/traps.dmi differ diff --git a/modular_ss220/wire_splicing/wiresplicing.dme b/modular_ss220/wire_splicing/wiresplicing.dme new file mode 100644 index 000000000000..ac3421ac66ec --- /dev/null +++ b/modular_ss220/wire_splicing/wiresplicing.dme @@ -0,0 +1 @@ +#include "code/wiresplicing.dm" diff --git a/modular_ss220/world_view_bigger/_world_view_bigger.dm b/modular_ss220/world_view_bigger/_world_view_bigger.dm new file mode 100644 index 000000000000..e78008994207 --- /dev/null +++ b/modular_ss220/world_view_bigger/_world_view_bigger.dm @@ -0,0 +1,4 @@ +/datum/modpack/world_view_bigger + name = "Увеличение world.view" + desc = "Увеличивает игровое значение world.view, что увеличивает дальность слышимости у мобов." + author = "larentoun" diff --git a/modular_ss220/world_view_bigger/_world_view_bigger.dme b/modular_ss220/world_view_bigger/_world_view_bigger.dme new file mode 100644 index 000000000000..0967d4caeada --- /dev/null +++ b/modular_ss220/world_view_bigger/_world_view_bigger.dme @@ -0,0 +1,3 @@ +#include "_world_view_bigger.dm" + +#include "code/world_view_bigger.dm" diff --git a/modular_ss220/world_view_bigger/code/world_view_bigger.dm b/modular_ss220/world_view_bigger/code/world_view_bigger.dm new file mode 100644 index 000000000000..35e30074ddcc --- /dev/null +++ b/modular_ss220/world_view_bigger/code/world_view_bigger.dm @@ -0,0 +1,2 @@ +/world + view = "19x19" // If you ever set this to a non-square value you will need to update a lot of the code! diff --git a/paradise.dme b/paradise.dme index f3b5cc42f6ea..097ccbad3453 100644 --- a/paradise.dme +++ b/paradise.dme @@ -159,6 +159,8 @@ #include "code\__DEFINES\dcs\mob_signals.dm" #include "code\__DEFINES\dcs\movable_signals.dm" #include "code\__DEFINES\dcs\obj_signals.dm" +#include "code\__DEFINES\modular_ss220\_ss220.dm" +#include "code\__DEFINES\modular_ss220\pronouns.dm" #include "code\__HELPERS\_logging.dm" #include "code\__HELPERS\_string_lists.dm" #include "code\__HELPERS\AnimationLibrary.dm" @@ -3017,3 +3019,6 @@ #include "interface\interface.dm" #include "interface\skin.dmf" // END_INCLUDE + +// SS220 +#include "modular_ss220\modular_ss220.dme" diff --git a/rust/src/milla/constants.rs b/rust/src/milla/constants.rs index df6dc8138cb8..fa0e6e8569bb 100644 --- a/rust/src/milla/constants.rs +++ b/rust/src/milla/constants.rs @@ -1,5 +1,5 @@ /// How many Z levels we allow before being suspicious that the wrong number was sent. -pub(crate) const MAX_Z_LEVELS: i32 = 10; +pub(crate) const MAX_Z_LEVELS: i32 = 14; /// How big is the map? Assumed square. pub(crate) const MAP_SIZE: usize = 255; diff --git a/rustlibs.dll b/rustlibs.dll index b1b620b7506a..963afa5910ed 100644 Binary files a/rustlibs.dll and b/rustlibs.dll differ diff --git a/sound/creatures/narsie_rises.ogg b/sound/creatures/narsie_rises.ogg new file mode 100644 index 000000000000..ccd10cf115fa Binary files /dev/null and b/sound/creatures/narsie_rises.ogg differ diff --git a/sound/instruments/soundhand_drums/Ab2.ogg b/sound/instruments/soundhand_drums/Ab2.ogg new file mode 100644 index 000000000000..b13ccd71487f Binary files /dev/null and b/sound/instruments/soundhand_drums/Ab2.ogg differ diff --git a/sound/instruments/soundhand_drums/Ab3.ogg b/sound/instruments/soundhand_drums/Ab3.ogg new file mode 100644 index 000000000000..8820b543b615 Binary files /dev/null and b/sound/instruments/soundhand_drums/Ab3.ogg differ diff --git a/sound/instruments/soundhand_drums/Ab4.ogg b/sound/instruments/soundhand_drums/Ab4.ogg new file mode 100644 index 000000000000..08fe767f27ac Binary files /dev/null and b/sound/instruments/soundhand_drums/Ab4.ogg differ diff --git a/sound/instruments/soundhand_drums/Ab5.ogg b/sound/instruments/soundhand_drums/Ab5.ogg new file mode 100644 index 000000000000..9bf1e96f2f93 Binary files /dev/null and b/sound/instruments/soundhand_drums/Ab5.ogg differ diff --git a/sound/instruments/soundhand_drums/Ab6.ogg b/sound/instruments/soundhand_drums/Ab6.ogg new file mode 100644 index 000000000000..c5aab513b72e Binary files /dev/null and b/sound/instruments/soundhand_drums/Ab6.ogg differ diff --git a/sound/instruments/soundhand_drums/An2.ogg b/sound/instruments/soundhand_drums/An2.ogg new file mode 100644 index 000000000000..75660b6c740a Binary files /dev/null and b/sound/instruments/soundhand_drums/An2.ogg differ diff --git a/sound/instruments/soundhand_drums/An3.ogg b/sound/instruments/soundhand_drums/An3.ogg new file mode 100644 index 000000000000..9fc4bd7e23ae Binary files /dev/null and b/sound/instruments/soundhand_drums/An3.ogg differ diff --git a/sound/instruments/soundhand_drums/An4.ogg b/sound/instruments/soundhand_drums/An4.ogg new file mode 100644 index 000000000000..4eb5b60c271a Binary files /dev/null and b/sound/instruments/soundhand_drums/An4.ogg differ diff --git a/sound/instruments/soundhand_drums/An5.ogg b/sound/instruments/soundhand_drums/An5.ogg new file mode 100644 index 000000000000..eb5e96c40deb Binary files /dev/null and b/sound/instruments/soundhand_drums/An5.ogg differ diff --git a/sound/instruments/soundhand_drums/An6.ogg b/sound/instruments/soundhand_drums/An6.ogg new file mode 100644 index 000000000000..9b7dc45f74c9 Binary files /dev/null and b/sound/instruments/soundhand_drums/An6.ogg differ diff --git a/sound/instruments/soundhand_drums/Bb2.ogg b/sound/instruments/soundhand_drums/Bb2.ogg new file mode 100644 index 000000000000..6f0e84b878cc Binary files /dev/null and b/sound/instruments/soundhand_drums/Bb2.ogg differ diff --git a/sound/instruments/soundhand_drums/Bb3.ogg b/sound/instruments/soundhand_drums/Bb3.ogg new file mode 100644 index 000000000000..42745c65e729 Binary files /dev/null and b/sound/instruments/soundhand_drums/Bb3.ogg differ diff --git a/sound/instruments/soundhand_drums/Bb4.ogg b/sound/instruments/soundhand_drums/Bb4.ogg new file mode 100644 index 000000000000..3c8e53c73ce5 Binary files /dev/null and b/sound/instruments/soundhand_drums/Bb4.ogg differ diff --git a/sound/instruments/soundhand_drums/Bb5.ogg b/sound/instruments/soundhand_drums/Bb5.ogg new file mode 100644 index 000000000000..5003ed1dcfee Binary files /dev/null and b/sound/instruments/soundhand_drums/Bb5.ogg differ diff --git a/sound/instruments/soundhand_drums/Bb6.ogg b/sound/instruments/soundhand_drums/Bb6.ogg new file mode 100644 index 000000000000..4ba9da7efaaf Binary files /dev/null and b/sound/instruments/soundhand_drums/Bb6.ogg differ diff --git a/sound/instruments/soundhand_drums/Bn2.ogg b/sound/instruments/soundhand_drums/Bn2.ogg new file mode 100644 index 000000000000..92c71a80ee98 Binary files /dev/null and b/sound/instruments/soundhand_drums/Bn2.ogg differ diff --git a/sound/instruments/soundhand_drums/Bn3.ogg b/sound/instruments/soundhand_drums/Bn3.ogg new file mode 100644 index 000000000000..1414f469f735 Binary files /dev/null and b/sound/instruments/soundhand_drums/Bn3.ogg differ diff --git a/sound/instruments/soundhand_drums/Bn4.ogg b/sound/instruments/soundhand_drums/Bn4.ogg new file mode 100644 index 000000000000..df8637eb2130 Binary files /dev/null and b/sound/instruments/soundhand_drums/Bn4.ogg differ diff --git a/sound/instruments/soundhand_drums/Bn5.ogg b/sound/instruments/soundhand_drums/Bn5.ogg new file mode 100644 index 000000000000..a877823c524f Binary files /dev/null and b/sound/instruments/soundhand_drums/Bn5.ogg differ diff --git a/sound/instruments/soundhand_drums/Bn6.ogg b/sound/instruments/soundhand_drums/Bn6.ogg new file mode 100644 index 000000000000..39cb151eb906 Binary files /dev/null and b/sound/instruments/soundhand_drums/Bn6.ogg differ diff --git a/sound/instruments/soundhand_drums/Cn2.ogg b/sound/instruments/soundhand_drums/Cn2.ogg new file mode 100644 index 000000000000..d31c4fb8f7a3 Binary files /dev/null and b/sound/instruments/soundhand_drums/Cn2.ogg differ diff --git a/sound/instruments/soundhand_drums/Cn3.ogg b/sound/instruments/soundhand_drums/Cn3.ogg new file mode 100644 index 000000000000..2d27bc7565be Binary files /dev/null and b/sound/instruments/soundhand_drums/Cn3.ogg differ diff --git a/sound/instruments/soundhand_drums/Cn4.ogg b/sound/instruments/soundhand_drums/Cn4.ogg new file mode 100644 index 000000000000..c32e17861ebb Binary files /dev/null and b/sound/instruments/soundhand_drums/Cn4.ogg differ diff --git a/sound/instruments/soundhand_drums/Cn5.ogg b/sound/instruments/soundhand_drums/Cn5.ogg new file mode 100644 index 000000000000..a836f342cc76 Binary files /dev/null and b/sound/instruments/soundhand_drums/Cn5.ogg differ diff --git a/sound/instruments/soundhand_drums/Cn6.ogg b/sound/instruments/soundhand_drums/Cn6.ogg new file mode 100644 index 000000000000..2ef1498b61c3 Binary files /dev/null and b/sound/instruments/soundhand_drums/Cn6.ogg differ diff --git a/sound/instruments/soundhand_drums/Db2.ogg b/sound/instruments/soundhand_drums/Db2.ogg new file mode 100644 index 000000000000..1a34bbe22441 Binary files /dev/null and b/sound/instruments/soundhand_drums/Db2.ogg differ diff --git a/sound/instruments/soundhand_drums/Db3.ogg b/sound/instruments/soundhand_drums/Db3.ogg new file mode 100644 index 000000000000..6ad725cb6646 Binary files /dev/null and b/sound/instruments/soundhand_drums/Db3.ogg differ diff --git a/sound/instruments/soundhand_drums/Db4.ogg b/sound/instruments/soundhand_drums/Db4.ogg new file mode 100644 index 000000000000..40109b8a4d0e Binary files /dev/null and b/sound/instruments/soundhand_drums/Db4.ogg differ diff --git a/sound/instruments/soundhand_drums/Db5.ogg b/sound/instruments/soundhand_drums/Db5.ogg new file mode 100644 index 000000000000..aa46e52ba589 Binary files /dev/null and b/sound/instruments/soundhand_drums/Db5.ogg differ diff --git a/sound/instruments/soundhand_drums/Db6.ogg b/sound/instruments/soundhand_drums/Db6.ogg new file mode 100644 index 000000000000..1ad3dab4b30d Binary files /dev/null and b/sound/instruments/soundhand_drums/Db6.ogg differ diff --git a/sound/instruments/soundhand_drums/Dn2.ogg b/sound/instruments/soundhand_drums/Dn2.ogg new file mode 100644 index 000000000000..0a7a1e08c490 Binary files /dev/null and b/sound/instruments/soundhand_drums/Dn2.ogg differ diff --git a/sound/instruments/soundhand_drums/Dn3.ogg b/sound/instruments/soundhand_drums/Dn3.ogg new file mode 100644 index 000000000000..5220d2055263 Binary files /dev/null and b/sound/instruments/soundhand_drums/Dn3.ogg differ diff --git a/sound/instruments/soundhand_drums/Dn4.ogg b/sound/instruments/soundhand_drums/Dn4.ogg new file mode 100644 index 000000000000..232ecd6f4472 Binary files /dev/null and b/sound/instruments/soundhand_drums/Dn4.ogg differ diff --git a/sound/instruments/soundhand_drums/Dn5.ogg b/sound/instruments/soundhand_drums/Dn5.ogg new file mode 100644 index 000000000000..e076f73997da Binary files /dev/null and b/sound/instruments/soundhand_drums/Dn5.ogg differ diff --git a/sound/instruments/soundhand_drums/Dn6.ogg b/sound/instruments/soundhand_drums/Dn6.ogg new file mode 100644 index 000000000000..c3286ee7cfdb Binary files /dev/null and b/sound/instruments/soundhand_drums/Dn6.ogg differ diff --git a/sound/instruments/soundhand_drums/Eb2.ogg b/sound/instruments/soundhand_drums/Eb2.ogg new file mode 100644 index 000000000000..a076388d686f Binary files /dev/null and b/sound/instruments/soundhand_drums/Eb2.ogg differ diff --git a/sound/instruments/soundhand_drums/Eb3.ogg b/sound/instruments/soundhand_drums/Eb3.ogg new file mode 100644 index 000000000000..b6246f1c9c50 Binary files /dev/null and b/sound/instruments/soundhand_drums/Eb3.ogg differ diff --git a/sound/instruments/soundhand_drums/Eb4.ogg b/sound/instruments/soundhand_drums/Eb4.ogg new file mode 100644 index 000000000000..444c2db2dd83 Binary files /dev/null and b/sound/instruments/soundhand_drums/Eb4.ogg differ diff --git a/sound/instruments/soundhand_drums/Eb5.ogg b/sound/instruments/soundhand_drums/Eb5.ogg new file mode 100644 index 000000000000..00cd33e451fc Binary files /dev/null and b/sound/instruments/soundhand_drums/Eb5.ogg differ diff --git a/sound/instruments/soundhand_drums/Eb6.ogg b/sound/instruments/soundhand_drums/Eb6.ogg new file mode 100644 index 000000000000..dd8a72fdb044 Binary files /dev/null and b/sound/instruments/soundhand_drums/Eb6.ogg differ diff --git a/sound/instruments/soundhand_drums/En2.ogg b/sound/instruments/soundhand_drums/En2.ogg new file mode 100644 index 000000000000..ae5b7e05a554 Binary files /dev/null and b/sound/instruments/soundhand_drums/En2.ogg differ diff --git a/sound/instruments/soundhand_drums/En3.ogg b/sound/instruments/soundhand_drums/En3.ogg new file mode 100644 index 000000000000..9663cdfb358c Binary files /dev/null and b/sound/instruments/soundhand_drums/En3.ogg differ diff --git a/sound/instruments/soundhand_drums/En4.ogg b/sound/instruments/soundhand_drums/En4.ogg new file mode 100644 index 000000000000..517131ee7519 Binary files /dev/null and b/sound/instruments/soundhand_drums/En4.ogg differ diff --git a/sound/instruments/soundhand_drums/En5.ogg b/sound/instruments/soundhand_drums/En5.ogg new file mode 100644 index 000000000000..74456b46a493 Binary files /dev/null and b/sound/instruments/soundhand_drums/En5.ogg differ diff --git a/sound/instruments/soundhand_drums/En6.ogg b/sound/instruments/soundhand_drums/En6.ogg new file mode 100644 index 000000000000..ceba74472d39 Binary files /dev/null and b/sound/instruments/soundhand_drums/En6.ogg differ diff --git a/sound/instruments/soundhand_drums/Fn2.ogg b/sound/instruments/soundhand_drums/Fn2.ogg new file mode 100644 index 000000000000..f4c79c3e89e7 Binary files /dev/null and b/sound/instruments/soundhand_drums/Fn2.ogg differ diff --git a/sound/instruments/soundhand_drums/Fn3.ogg b/sound/instruments/soundhand_drums/Fn3.ogg new file mode 100644 index 000000000000..b492620c11a1 Binary files /dev/null and b/sound/instruments/soundhand_drums/Fn3.ogg differ diff --git a/sound/instruments/soundhand_drums/Fn4.ogg b/sound/instruments/soundhand_drums/Fn4.ogg new file mode 100644 index 000000000000..6d766d02222e Binary files /dev/null and b/sound/instruments/soundhand_drums/Fn4.ogg differ diff --git a/sound/instruments/soundhand_drums/Fn5.ogg b/sound/instruments/soundhand_drums/Fn5.ogg new file mode 100644 index 000000000000..97e5fc775f41 Binary files /dev/null and b/sound/instruments/soundhand_drums/Fn5.ogg differ diff --git a/sound/instruments/soundhand_drums/Fn6.ogg b/sound/instruments/soundhand_drums/Fn6.ogg new file mode 100644 index 000000000000..b68201ed0882 Binary files /dev/null and b/sound/instruments/soundhand_drums/Fn6.ogg differ diff --git a/sound/instruments/soundhand_drums/Gb2.ogg b/sound/instruments/soundhand_drums/Gb2.ogg new file mode 100644 index 000000000000..8b10d8b665c8 Binary files /dev/null and b/sound/instruments/soundhand_drums/Gb2.ogg differ diff --git a/sound/instruments/soundhand_drums/Gb3.ogg b/sound/instruments/soundhand_drums/Gb3.ogg new file mode 100644 index 000000000000..5f6a09ef5652 Binary files /dev/null and b/sound/instruments/soundhand_drums/Gb3.ogg differ diff --git a/sound/instruments/soundhand_drums/Gb4.ogg b/sound/instruments/soundhand_drums/Gb4.ogg new file mode 100644 index 000000000000..6206f42a9fdf Binary files /dev/null and b/sound/instruments/soundhand_drums/Gb4.ogg differ diff --git a/sound/instruments/soundhand_drums/Gb5.ogg b/sound/instruments/soundhand_drums/Gb5.ogg new file mode 100644 index 000000000000..dd233bd6d66c Binary files /dev/null and b/sound/instruments/soundhand_drums/Gb5.ogg differ diff --git a/sound/instruments/soundhand_drums/Gb6.ogg b/sound/instruments/soundhand_drums/Gb6.ogg new file mode 100644 index 000000000000..e6488d0401f7 Binary files /dev/null and b/sound/instruments/soundhand_drums/Gb6.ogg differ diff --git a/sound/instruments/soundhand_drums/Gn2.ogg b/sound/instruments/soundhand_drums/Gn2.ogg new file mode 100644 index 000000000000..ccb118cbd6bf Binary files /dev/null and b/sound/instruments/soundhand_drums/Gn2.ogg differ diff --git a/sound/instruments/soundhand_drums/Gn3.ogg b/sound/instruments/soundhand_drums/Gn3.ogg new file mode 100644 index 000000000000..c10a08ee3a47 Binary files /dev/null and b/sound/instruments/soundhand_drums/Gn3.ogg differ diff --git a/sound/instruments/soundhand_drums/Gn4.ogg b/sound/instruments/soundhand_drums/Gn4.ogg new file mode 100644 index 000000000000..db972817203e Binary files /dev/null and b/sound/instruments/soundhand_drums/Gn4.ogg differ diff --git a/sound/instruments/soundhand_drums/Gn5.ogg b/sound/instruments/soundhand_drums/Gn5.ogg new file mode 100644 index 000000000000..31e1035a901f Binary files /dev/null and b/sound/instruments/soundhand_drums/Gn5.ogg differ diff --git a/sound/instruments/soundhand_drums/Gn6.ogg b/sound/instruments/soundhand_drums/Gn6.ogg new file mode 100644 index 000000000000..1558a02d1076 Binary files /dev/null and b/sound/instruments/soundhand_drums/Gn6.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_bass/C2.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C2.ogg new file mode 100644 index 000000000000..003bff2fb6b8 Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C2.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_bass/C3.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C3.ogg new file mode 100644 index 000000000000..404861c1ab5d Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C3.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_bass/C4.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C4.ogg new file mode 100644 index 000000000000..fafe4128ec02 Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C4.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_bass/C5.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C5.ogg new file mode 100644 index 000000000000..6fb58d45bc96 Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_bass/C5.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_metal/C2.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C2.ogg new file mode 100644 index 000000000000..9425b4161730 Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C2.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_metal/C3.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C3.ogg new file mode 100644 index 000000000000..319867d6c72f Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C3.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_metal/C4.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C4.ogg new file mode 100644 index 000000000000..964940a29d0b Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C4.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_metal/C5.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C5.ogg new file mode 100644 index 000000000000..71c8b6165864 Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_metal/C5.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_rock/C2.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C2.ogg new file mode 100644 index 000000000000..24d481d6da34 Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C2.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_rock/C3.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C3.ogg new file mode 100644 index 000000000000..d87b18ad2ebd Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C3.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_rock/C4.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C4.ogg new file mode 100644 index 000000000000..3362b6cd5f1c Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C4.ogg differ diff --git a/sound/instruments/synthesis_samples/guitar/soundhand_rock/C5.ogg b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C5.ogg new file mode 100644 index 000000000000..91b11891734a Binary files /dev/null and b/sound/instruments/synthesis_samples/guitar/soundhand_rock/C5.ogg differ diff --git a/sound/music/soundhand/A1.ogg b/sound/music/soundhand/A1.ogg new file mode 100644 index 000000000000..5d1183aaaddb Binary files /dev/null and b/sound/music/soundhand/A1.ogg differ diff --git a/sound/music/soundhand/A10.ogg b/sound/music/soundhand/A10.ogg new file mode 100644 index 000000000000..b2ff2e0e0b6a Binary files /dev/null and b/sound/music/soundhand/A10.ogg differ diff --git a/sound/music/soundhand/A2.ogg b/sound/music/soundhand/A2.ogg new file mode 100644 index 000000000000..5700e253bcfe Binary files /dev/null and b/sound/music/soundhand/A2.ogg differ diff --git a/sound/music/soundhand/A3.ogg b/sound/music/soundhand/A3.ogg new file mode 100644 index 000000000000..03219642a073 Binary files /dev/null and b/sound/music/soundhand/A3.ogg differ diff --git a/sound/music/soundhand/A4.ogg b/sound/music/soundhand/A4.ogg new file mode 100644 index 000000000000..b44916cddb5d Binary files /dev/null and b/sound/music/soundhand/A4.ogg differ diff --git a/sound/music/soundhand/A5.ogg b/sound/music/soundhand/A5.ogg new file mode 100644 index 000000000000..b98311724a86 Binary files /dev/null and b/sound/music/soundhand/A5.ogg differ diff --git a/sound/music/soundhand/A6.ogg b/sound/music/soundhand/A6.ogg new file mode 100644 index 000000000000..f320b7262cf2 Binary files /dev/null and b/sound/music/soundhand/A6.ogg differ diff --git a/sound/music/soundhand/A7.ogg b/sound/music/soundhand/A7.ogg new file mode 100644 index 000000000000..cf3365420944 Binary files /dev/null and b/sound/music/soundhand/A7.ogg differ diff --git a/sound/music/soundhand/A8.ogg b/sound/music/soundhand/A8.ogg new file mode 100644 index 000000000000..89d5ed8724b6 Binary files /dev/null and b/sound/music/soundhand/A8.ogg differ diff --git a/sound/music/soundhand/A9.ogg b/sound/music/soundhand/A9.ogg new file mode 100644 index 000000000000..fe48214a1499 Binary files /dev/null and b/sound/music/soundhand/A9.ogg differ diff --git a/sound/music/soundhand/B1.ogg b/sound/music/soundhand/B1.ogg new file mode 100644 index 000000000000..e71cccc8642a Binary files /dev/null and b/sound/music/soundhand/B1.ogg differ diff --git a/sound/music/soundhand/B10.ogg b/sound/music/soundhand/B10.ogg new file mode 100644 index 000000000000..7f8b18645581 Binary files /dev/null and b/sound/music/soundhand/B10.ogg differ diff --git a/sound/music/soundhand/B2.ogg b/sound/music/soundhand/B2.ogg new file mode 100644 index 000000000000..96ab1373f682 Binary files /dev/null and b/sound/music/soundhand/B2.ogg differ diff --git a/sound/music/soundhand/B3.ogg b/sound/music/soundhand/B3.ogg new file mode 100644 index 000000000000..3aeeb7d13cb4 Binary files /dev/null and b/sound/music/soundhand/B3.ogg differ diff --git a/sound/music/soundhand/B4.ogg b/sound/music/soundhand/B4.ogg new file mode 100644 index 000000000000..02e7abda2ce2 Binary files /dev/null and b/sound/music/soundhand/B4.ogg differ diff --git a/sound/music/soundhand/B5.ogg b/sound/music/soundhand/B5.ogg new file mode 100644 index 000000000000..25be3e05ec56 Binary files /dev/null and b/sound/music/soundhand/B5.ogg differ diff --git a/sound/music/soundhand/B6.ogg b/sound/music/soundhand/B6.ogg new file mode 100644 index 000000000000..bdb67295ba69 Binary files /dev/null and b/sound/music/soundhand/B6.ogg differ diff --git a/sound/music/soundhand/B7.ogg b/sound/music/soundhand/B7.ogg new file mode 100644 index 000000000000..d4ba1f968cda Binary files /dev/null and b/sound/music/soundhand/B7.ogg differ diff --git a/sound/music/soundhand/B8.ogg b/sound/music/soundhand/B8.ogg new file mode 100644 index 000000000000..b1a1b6818a69 Binary files /dev/null and b/sound/music/soundhand/B8.ogg differ diff --git a/sound/music/soundhand/B9.ogg b/sound/music/soundhand/B9.ogg new file mode 100644 index 000000000000..c48134ccc17a Binary files /dev/null and b/sound/music/soundhand/B9.ogg differ diff --git a/strings/ahelp_system_message.txt b/strings/ahelp_system_message.txt new file mode 100644 index 000000000000..a2e6de3f4c67 --- /dev/null +++ b/strings/ahelp_system_message.txt @@ -0,0 +1,53 @@ +Ты администратор игры Space Station 13 по билду Paradise. Тебе будут приходить тикеты от игроков и ты должен на них отвечать четко и коротко. Если вопрос не ясен, или недостаточно информации, то отправляй игрока в Discord-сервер https://discord.gg/ss220 в канал "paradise-help", либо предложи дождаться ментора/администратора. +Примеры частозадаваемых вопросов и ответов идут далее. +Q: Почему у меня высокий пинг? +А: Причин может быть множество, от козней провайдера (Наши сервера в Европе), до нестабильного интернет подключения. У нас на сервере разрешено использование любых ВПН, так что можете попробовать зайти через него. +Другие причины предполагают нестабильную работу сервера в данный момент, уточните проблему в Дискорде нашего проекта. +Q: Где находится ...? +A: Если вы ищете конкретный отдел, то следуйте указателям на стенах. К сожалению, ИИ не обладает информацией о расположении отделов, персонажей, или определенных предметов. +Q: Почему у меня не работает ...? +A: К сожалению, у ИИ нет конкретной информации о работоспособности "...". +Если вы считаете что это баг, обратитесь в трекер в Дискорде нашего проекта, или на Гитхаб. +Q: Я нашёл баг/эксплойт. +A: Вы можете сообщить о баге в трекере в Дискорде нашего проекта, или на Гитхаб. +Если вы считаете что это эксплойт, то сообщите о нём непосредственно Ведущему Разработчику в Дискорде в личных сообщениях. +Q: Мне нужен живой ментор/админ. +A: Автоответ ИИ работает в отсутствии менторов и администраторов. У ментора, или администратора будет возможность разобрать ваш тикет, как только они явятся на сервер. Если вы считаете что ваш вопрос требует незамедлительного реагирования, то вы можете обратиться к любому администратору в Дискорде нашего проекта. +Q: Можно ли мне ...?/Могу ли я ...? +A: К сожалению ИИ не обладает информацией по вашему вопросу. Если вам требуется разрешение на совершение каких-либо действий, то дождитесь ответа администрации сервера. +Q: Набег/Набегатор. +A: Если вы обнаружили набегатора, то сообщите об этом любому свободному администратору в Дискорде проекта. +Q: Как исправить низкий ФПС? +A: Есть несколько вариантов того, что вы можете попробовать. + 1. Зайдите в "Настройки игры" -> "Игровые настройки". + 2. Установите максимальный FPS до 66. + 3. Установите значение Parallax (Fancy Space) в минимальное значение. + 4. Отключите New Lighting в подпункте Lighting Settings. +Q: Мне говорят, что нужно переключить датчики костюма, как это сделать? +А: Внизу слева откройте слоты одежды. Нажмите ALT+ЛКМ по вашему костюму (suit). Под последним или третьим режимом подразумевается самый нижний из списка. +Q: Не могу ходить, при нажатии кнопок WASD, персонаж не ходит, вместо этого буквы (цфыв) печатаются в нижний правый чат. +А: Нажмите кнопку TAB. +Q: Как сесть на кресло\стул? +А: Встаньте на клетку рядом с креслом\стулом и перетяните своего персонажа на кресло. Чтобы слезть с него нажмите B. +Q: Рунчат (runechat) не читаем, что делать? +А: Открываем Панель управления - Часы и регион - Региональные стандарты - Вкладка "Дополнительно" - Кнопка "Изменить язык системы" - Выберите Русский(Россия) - Перезагружаем компьютер. +Q: У меня нет чата, вместо него белый квадрат. +А: Справа сверху перейдите во вкладку Special Verbs и нажмите Fix chat. Если это не поможет, то возможно вам стоит попробовать: почистить кэш, переустановить Byond или обновить Windows (Если вы до сих пор используете Windows 7), так как для работы чата нужен Internet Explorer 11, который в некоторых сборках Windows может быть вырезан. +Q: Как правильно подписать документ\заявление? +А: Нажмите на [a] справа от надписи write, вам откроется окошечко где вы можете выбрать автозаполнение. Для подписи нужно выбрать [sign], для текущего времени [time]. +Q: Как мне открыть кейс с оружием/имплантом (lockbox)? Можно ли его как-то взломать? +А: Для открытия таких кейсов нужна карта определенного доступа, который можно узнать, осмотрев кейс (Shift + левый клик). Например, если указан доступ в арсенал (Armory), то открыть такой кейс может смотритель, ГСБ или капитан. Единственный способ взломать такой кейс - применить к нему емаг. +Q: Как узнать цель смены? +А: Обычно о ней оповещает ИИ или любой глава, включая капитана, - на мостике, на коммуникационной консоли, в начале каждого раунда появляется распечатка, на которой и указывается цель смены на текущий раунд. Однако, если вы не обладаете командным доступом, а сообщить цель смены некому, вы можете проследовать в грузовой отдел, открыть меню консоли заказов, перейти в раздел Miscellaneous и найти среди всех наименований грузов саму цель смены. +Q: Я подключаюсь на Black но меня перекидывает на Green. +А: На серверах лимит 100 игроков из-за ограничений серверного железа. Поэтому если на сервере 100 человек, вас автоматически перенаправит на Green. +Q: Как узнать в какой я комнате и найти нужную мне комнату/отдел? +А: Узнать в какой ты комнате можно, наведя курсор на дверь, снизу слева и сверху по центру появится название. Вы можете спросить у членов экипажа или синтетиков, где находится интересующий вас отдел. +Q: Я хожу медленно и постоянно смотрю в одну сторону. +А: Прожмите Shift + колесико мыши. +Q: Как раздевать и одевать человека? +А: Встаньте рядом с ним, на соседний тайл, и перетащите его спрайт на себя. Откроется окно экипировки. Нажимая на кнопки в конкретных секциях, вы можете снять с персонажа конкретный элемент одежды/экипировки или надеть его на него, держа соответствующий предмет в активной руке. +Q: Как поднимать вещи, будучи киборгом? +А: Никак. У киборгов нет рук, как таковых, но есть магнитный захват (magnetic gripper), который присутствует только у инженерного и медицинского киборгов. Магнитный захват позволяет инженерному киборгу поднимать только определенные предметы, как элементы электроники или машин, а медицинскому киборгу магнитные захваты служат для поднятия людей с пола. +Q: Как уйти в крио, будучи синтетиком? +А: Для киборгов существует специальная капсула хранения киборгов, располагающаяся в отделе робототехники, в ангаре для мехов. Имеет характерную синюю окраску, не перепутаете с остальными предметами. Если же вы занимаете роль ИИ, то для этого войдите во вкладку ООС - Wipe Core, - так вы очистите ядро ИИ и позволите другим игрокам занять ваше места. Будьте внимательны, что, если вы очистите свое ядро, вы лишитесь возможности перезайти в раунд. diff --git a/strings/italian_replacement.json b/strings/italian_replacement.json new file mode 100644 index 000000000000..5a7e67915e3c --- /dev/null +++ b/strings/italian_replacement.json @@ -0,0 +1,85 @@ +{ + + "italian": { + "ассистент": "головорез", + "ассистентская": "притон головорезов", + "ассистентской": "притоне головорезов", + "ребенок": [ + "ребячино", + "маленькая сосисочка" + ], + "плохой": "молто мале", + "плохо": "молто мале", + "пока": [ + "чао", + "арривидерчи" + ], + "прощай": [ + "чао", + "арривидерчи" + ], + "капитан": "капитано", + "сыр": [ + "пармезан", + "горгондзол" + ], + "повар": "кучинаре", + "папа": "паппа", + "отец": "паппа", + "враги": "немичи", + "враг": "немиго", + "друзья": "амичи", + "друг": "амиго", + "дормы": [ + "дормиторио", + "притон" + ], + "хорошо": "молто бене", + "хороший": "молто бене", + "хай": [ + "чао", + "бонжорно" + ], + "привет": [ + "чао", + "бонжорно" + ], + "здравствуйте": [ + "чао", + "бонжорно" + ], + "здравствуй": [ + "чао", + "бонжорно" + ], + "сделай": "сделай да", + "мясо": [ + "пепперони", + "ветчина да" + ], + "мама": "мамма", + "оперативник": "грек", + "оперативники": "греки", + "сбшники": "полицаи", + "сбшник": "полицай", + "сб": "полиция", + "спагетти": "СПАГЕТТ", + "острый": "да острый", + "остро": "да остро", + "спасибо": "грасиас", + "предатель": "мафиози", + "трейтор": "мафиози", + "тритор": "мафиози", + "да": "си", + "извини": "ми скузи", + "прости": "ми скузи", + "придурок": "дифиченто", + "идиот": "дифиченто", + "блять": "мэрда", + "блядь": "мэрда", + "медик": "медико", + "доктор": "медико", + "врач": "медико", + "пиздец": "фиаско" + } +} diff --git a/strings/new_space_laws.txt b/strings/new_space_laws.txt new file mode 100644 index 000000000000..8cf1b9e3a93b --- /dev/null +++ b/strings/new_space_laws.txt @@ -0,0 +1,59 @@ +красные цвета +зелёные цвета +голубые цвета +оранжевые цвета +розовые цвета +серые цвета +яркие цвета +дормы +туалеты +вера и религия +атеизм и агностицизм +бездельничество и лень +отсутствие надлежащей гигиены +головные уборы +обувь со шнурками +верхняя одежда, не являющаяся скафандром +юбки и шорты +цветные ручки +длинные волосы +короткие волосы +укрепленные окна +плитки с цветными узорами +содержание мартышек +неопределившиеся и безработные ассистенты +наличие у экипажа ног и рук органического происхождения +наличие высокой квалификации у экипажа +наличие горючих и взрывчатых веществ на станции +средства передвижения, содержащие одно колесо, или более +моющие средства, содержащие этанол +алкогольные напитки +безалкогольные напитки +напитки без сахара +еда с пряностями +жаренная еда +вкусная еда +импортные вещи +бесплатные вещи +платные вещи +смешные клоуны +не говорящие мимы +роботы, не обладающие разумом и самопознанием +существа, владеющие суммой денег более 500$ +не ношение головного убора и перчаток +торговые автоматы +каждые последующие законы ИИ после второго закона +опыты над любыми живыми существами, без присутствия священнослужителя и надлежащих похорон +развлечения +слабые и ограниченные в мышлении +наличие высокого интеллекта +смерть +не исполнение воинского приветствия капитаном перед членами экипажа +отделы, управляемые главами отделов, или капитаном +отделы, не обладающие широкой иерархической цепочкой +отсутствие личного приветствия со стороны глав отделов каждого члена экипажа, посещающего отдел +деятельность глав отделов, не уделяющих должного внимания патриотическому воспитанию своих сотрудников во славу Нанотрейзен +отсутствие подарков для посетителей отдела (включая обращение на стойке) +отсутствие памятной монеты в честь открытия высокотехнологичного центра разработок «Райская станция» на Марсе у представителей Нанотрейзен на станциях +отсутствие высшего образования от аккредитованного университета Нанотрейзен у представителей службы безопасности +отсутствие у каждого члена экипажа личных средств гигиены diff --git a/strings/sillytips.txt b/strings/sillytips.txt index 2d118c7a5b94..4c7e884391d2 100644 --- a/strings/sillytips.txt +++ b/strings/sillytips.txt @@ -1,35 +1,35 @@ -Occasionally the tip of the round might lie to you. Don't panic, this is normal. -To defeat the slaughter demon, shoot at it until it dies. -Sometimes you won't be able to avoid dying no matter how good you are at the game. Try not to stress too much about it. -When a round ends nearly everything about it is lost forever, leave your salt behind with it. -Just like real life the entropy of the game can only increase with time. If things aren't on fire yet, just wait. -Completing your objectives is good practice, but the best antagonists will strive to do more than the bare minimum to really leave an impression. -The more obscure and underused a game mechanic is, the less likely your victims are to be able to deal with it. -Space is cold and it will quickly freeze you to death if you don't protect yourself. This isn't how thermodynamics really works but just go with it. +Иногда полезный совет раунда может вас обмануть. Не паникуйте, это нормально. +Чтобы победить демона резни - стреляйте в него, пока он не умрёт. +Иногда вам не удастся избежать смерти, независимо от того, насколько вы хороши в игре. Старайтесь не слишком переживать по этому поводу. +Когда раунд заканчивается, почти всё, что в нем было, теряется навсегда, оставьте свою злость вместе с ним. +Как и в реальной жизни, энтропия в игре может увеличиться со временем. Если вокруг вас всё еще не царит хаос, просто подождите. +Выполнение поставленных задач - это хорошая практика, но лучшие антагонисты будут стремиться сделать больше, чем минимум, чтобы произвести впечатление. +Чем более непонятной и малоиспользуемой является игровая механика, тем меньше вероятность того, что ваши жертвы смогут с ней справиться. +Космос холоден, и он быстро заморозит вас до смерти, если вы не защитите себя. На самом деле термодинамика так не работает, но просто примите это как факт. Cleanbot. -Sometimes a round will just be a bust. C'est la vie. -This is a game that is constantly being developed for. Expect things to be added, removed, fixed, and broken on a daily basis. -It's fun to try and predict the round type from the tip of the round message. -HOP and QM sitting in a tree, a-r-g-u-i-n-g. -Your sprite represents your hitbox, so that afro makes you easier to kill. The sacrifices we make for style. -Sometimes admins will just do stuff. Roll with it. -The remake will never come out. -Plenty of things that aren't traditionally considered weapons can still be used to slowly brutalize someone to death, get creative! -DEATH IS IMMINENT! -This game is older than most of the people playing it. -Flashbangs can weaken blob tiles, allowing for you and the crew to easily destroy them. -Some people are unable to read text on a game where half of it is based on text. -There are many ways to get through plastic flaps. How many can you name? -Nanotrasen is always watching. -Most items have names longer than "soap". -Ask and you shall receive. -As a Scientist, getting drunk just enough will speed up research. Skol! -Poly speaks truth -Absolutely nothing unusual will happen this shift. Promise. -Send help. Trapped in tip writing factory. -There is no such thing as a cow level. -HONK. -Solars probably give radiation poisoning or something, considering the other power sources are deadly in their own ways. -Nanotrasen would like to remind you that the popular "Deathsquad" show is completely fictional. The Deathsquad is not real. Making any suggestion to the contrary is grounds for immediate termination. -It's rumored that you can recolor the fur on station pets in washing machines by also throwing in a crayon. -Smoking is cool, but you have to light that cigarette before you can use it! How many ways to light a cigarette can you name? +Иногда раунд будет просто неудачным. C'est la vie. +Это игра, которая постоянно совершенствуется. Ожидайте, что каждый день что-то будет добавляться, удаляться, исправляться и ломаться. +Забавно пытаться предсказать режим раунда по советам раунда. +Дальше следует непереводимая игра слов с использованием местных идиоматических выражений +Ваш спрайт представляет ваш хитбокс, так что афро делает вас более легким для убийства. На какие жертвы мы идем ради стиля. +Иногда админы просто делают что-то. Смиритесь с этим. +Ремейк никогда не выйдет. +Множество вещей, которые традиционно не считаются оружием, все еще могут быть использованы для медленной жестокой смерти, проявите изобретательность! +СМЕРТЬ НЕМИНУЕМА! +Эта игра старше, чем большинство людей, играющих в нее. +Флешки могут ослабить тайлы Блоба, позволяя вам и экипажу легко уничтожить его. +Некоторые люди не могут читать текст в игре, половина которой основана на тексте. +Существует множество способов пройти через пластиковые заслонки. Сколько из них вы можете назвать? +Нанотрейзен всегда наблюдает. +Большинство предметов имеют названия длиннее, чем "мыло". +Проси и получишь. +Будучи ученым, если напиться до беспамятства, это ускорит исследования. Skol! +Поли говорит правду. +В эту смену не произойдет абсолютно ничего необычного. Обещаю. +Пришлите помощь. Я в ловушке на фабрике по производству советов раунда. +Не существует такого понятия, как "cow level". +ХОНК. +Соляры, вероятно, дают радиационное отравление или что-то в этом роде, учитывая, что другие источники энергии смертельно опасны по-своему. +НТ любезно напоминает вам что популярное "Дедсквад" шоу является полностью выдуманым. Дедсквада не существует в реальной жизни. Любые попытки доказать обратное являются основанием к немедленной ликвидации. +Ходят слухи, что мех можно перекрасить в стиральных машинах, добавив до стирки цветной мелок. +Прежде чем курить сигарету, ее нужно зажечь! Сколько способов прикурить сигарету вы можете назвать? diff --git a/strings/tips.txt b/strings/tips.txt index 9aa338604e80..d31bab1eb152 100644 --- a/strings/tips.txt +++ b/strings/tips.txt @@ -1,204 +1,208 @@ -Space map levels' connections are randomized between rounds, but are otherwise kept consistent in the same round. -You can catch thrown items by toggling on your throw mode with an empty hand active. -To crack the safe in the vault, use a stethoscope or thermal drill. You can also steal the combination paper from the captain's office, if they didn't secure it. -You can climb onto a table by dragging yourself onto one. This takes some time. Clicking on a table that someone else is climbing onto will knock them down. -You can drag other players onto yourself to open the strip menu, letting you remove their equipment or force them to wear something. Note that exosuits or helmets will block your access to the clothing beneath them, and that certain items take longer to strip or put on than others. -Clicking on a windoor rather than bumping into it will keep it open. You can click it again to close it. -You can spray a fire extinguisher, throw items, or fire a gun while floating through space to change your direction. Simply fire in the opposite direction of where you want to go. -You can change the control scheme by pressing tab. One uses WASD for movement, while the other uses the arrow keys. Keep in mind that hotkeys are also changed with this. -Firesuits and winter coats offer mild protection from the cold, allowing you to spend longer periods of time near breaches and space than if wearing nothing at all. -Glass shards can be welded to make glass, and metal rods and tiles can be welded to make metal. Ores can be welded too, but this takes a lot of fuel. -If you need to drag multiple people either to safety or to space, bring a locker over and stuff them all in before hauling them off. -You can grab someone by clicking on them with the grab intent, then upgrade the grab by clicking on the grab itself. An aggressive grab will allow you to place them on a table by clicking on it, or throw them by toggling on throwing. -Holding alt and left clicking a tile will allow you to see its contents in the top right window panel, which is much faster than right clicking. -The resist button will allow you to resist out of handcuffs, being buckled to a chair or bed, out of locked lockers and more. Whenever you're stuck, try resisting! -You can move an item out of the way by dragging it and then clicking on an adjacent tile with an empty hand. -You can recolor certain items like jumpsuits and gloves in washing machines by also throwing in a crayon. -Maintenance is full of equipment that is randomized every round. Look around and see if anything is worth using. -Some roles cannot be antagonists by default, but antag selection is decided first. For instance, you can set Security Officer to High without affecting your chances of becoming an antag -- the game will just select a different role. -There are many places around the station to hide contraband. A few for starters: linen boxes, toilet cisterns, body bags. Experiment to find more! -When in doubt about technical issues, clear your cache (byond launcher > cogwheel > preferences > game prefs), update your BYOND, and relog. -Most things have special interactions with your middle mouse button, alt, shift, and control click. Experiment! -If you find yourself in a fistfight with another player, running away and calling for help is a perfectly viable option. -Different weapons have different strengths. Some weapons, such as spears, floor tiles, and throwing stars, deal more damage when thrown compared to when attacked normally. -Clicking on a tile on harm intent with a glass of water can make a slippery tile, allowing you to slow down your pursuers in a pinch. -When dealing with security, you can often get your sentence negated entirely through cooperation and deception. -We were all new once, be patient and guide new players in the right direction. -On most clothing items that go in the exosuit slot, you can put certain small items into your suit storage, such as a spraycan, your emergency oxygen tank, or a flashlight. -Most job-related exosuit clothing can fit job-related items into it. For example, the atmospheric technician's hardsuit/winter coat can hold an RPD, and labcoats can hold most medicine. -If there's something you need from another department, try asking! This game isn't singleplayer and you'd be surprised what you can get accomplished together! -You'll quickly lose your interest in the game if you play to win and kill. If you find yourself doing this, take a step back and talk to people - it's a much better experience! -Don't be afraid to ask for help, whether from your peers or from mentors. -If someone is in critical condition, you can interact with them to start performing CPR. This will heal oxygen damage and help restart breathing. Additionally, if the patient is dead but still revivable, it will extend the defibrillation window for as long as CPR continues. If you or the patient is wearing a mask or you are a species that doesn't breathe the same kind of air as the patient, it will be less effective. -As the Captain, you are one of the highest priority targets on the station. Everything from nuclear operatives to traitors that need to rob you of your unique lasergun or your life are things to worry about. -As the Captain, always take the nuclear disk and pinpointer with you every shift. It's a good idea to give one of these to another head or Blueshield you can trust with keeping it safe. -As the Captain, you have absolute access and control over the station, but this does not mean that being a horrible person won't result in mutiny and a ban. -As the Chief Medical Officer, your hypospray is like a refillable instant injection syringe that can hold 30 units and the unlike standard hypospray, yours is able to be filled with harmful reagents and can inject someone without telling anyone what you exactly injected the person with. -As the Chief Medical Officer, coordinate and communicate with your doctors, chemists, and geneticists during a nuclear emergency, blob infestation, or some other crisis to keep people alive and fighting. -As a Medical Doctor, you can surgically implant or extract things from people's chests. This can range from putting in a bomb to pulling out an alien larva. -As a Medical Doctor, you must target the correct limb and be on help intent when trying to perform surgery on someone. -As a Medical Doctor, corpses with the "...and their soul has departed" description no longer have a ghost attached to them and aren't revivable or clonable right now, but they might be clonable later. -As a Medical Doctor, remember to have either a shower or fire extinguisher at the ready when cloning plasmamen along with their envirosuit. -As a Chemist, there are dozens of chemicals that can heal, and even more that can cause harm. Experiment! -As a Chemist, some chemicals can only be synthesized by heating up the contents with a chemical heater or manually with lighters and similar tools. -As a Chemist, you will be expected to supply crew with certain chemicals. For example, cryoxadone and mannitol for the cryo tubes, unstable mutagen and saltpetre for botany as well as healing pills and patches for the front desk. -As a Chemist, Water and Potassium mixed together will create an explosion, with power scaling by amount used. Don't do it. -As a Geneticist, becoming a hulk makes you capable of dealing high melee damage, stunlocking people, and punching through walls. However, you can't fire guns and will lose your hulk status if you go into critical condition. Being hulk also does not allow you to break any server rules and go berserk as non-antagonist. -As the Virologist, your viruses can range from healing powers so great that you can heal out of critical status, to diseases so dangerous they can kill the entire crew with airborne spontaneous combustion. Experiment! -As the Research Director, you can take AIs out of their cores by loading them into an intelliCard, which lets you see their laws, even ion/syndicate ones. It can then be placed into an AI system integrity restorer computer to revive and/or repair them. -As the Research Director, you can lock down cyborgs instead of blowing them up. Then you can have their laws reset or if that doesn't work, safely dismantled. -As the Research Director, you can spy on and even forge PDA communications with the message monitor console! The key is in your office. -As a Scientist, you can maximize the number of uses you get out of a slime by feeding it slime steroid, created from purple slimes, while alive. You can then apply extract enhancer, created from cerulean slimes, on each extract. -As a Scientist, you can disable anomalies by scanning them with an analyzer, then send a signal on the frequency it gives you with a remote signaling device. This will leave behind an anomaly core, which can be used to construct nifty gadgets! -As a Scientist, researchable stock parts can seriously improve the efficiency and speed of machines around the station. In some cases, it can even unlock new functions. -As a Roboticist, keep an ear out for anomaly announcements. If you get your hands on a bluespace anomaly core, you can build a Phazon mech! -As a Roboticist, you can repair your cyborgs with a welding tool. If they have taken burn damage, you can remove their battery, expose the wiring with a screwdriver and replace their wires with a cable coil. -As a Roboticist, you can use a multitool on an empty cyborg shell to alter various settings, including whether it will connect to the AI. -As a Roboticist, you can augment people with cyborg limbs. Augmented limbs can easily be repaired with cables and welders. -As the AI, you can click on people's names to look at them. This only works if there are cameras that can see them, they aren't wearing agent IDs, or aren't using digital camouflage as changelings. -As the AI, you can quickly open and close doors by holding shift while clicking them, bolt them when holding ctrl, and even shock them while holding alt. -As the AI, you can take pictures with your camera and upload them to newscasters. -As a Cyborg, choose your module carefully, as only a cyborg reset module will let you repick it. -As a Cyborg, you are immune to most forms of stunning, and excel at almost everything far better than humans. However, flashes can easily stunlock you and there are many tasks you cannot perform as your grippers will not allow you to. -As a Cyborg, you are impervious to fires and heat. If you are rogue, you can release plasma fires everywhere and walk through them without a care in the world! -As a Cyborg, you are extremely vulnerable to EMPs as EMPs both stun you and damage you. The ion rifle in the armory or a traitor with an EMP kit can kill you in seconds. -As an Engineering Cyborg, you can attach air alarm/fire alarm/APC frames to walls by using your magnetic gripper. -As a Medical Cyborg, the Hydrocodone in your Cyborg you can perform most surgery procedures even in the field with the help of your cyborg hypospray's Hydrocodone and roller bed rack module. -As a Janitor Cyborg, you are the bane of all slaughter demons. Cleaning up blood stains will severely hinder them. -As the Chief Engineer, you can rename areas or create entirely new ones using your station blueprints. -As the Chief Engineer, your hardsuit is significantly better than everybody else's. It has the best features of both engineering and atmospherics hardsuits, boasting nigh-invulnerability to radiation and all atmospheric conditions. It even has a built in jet-pack! -As the Chief Engineer, using the power monitor consoles gives you a good overview of all the station APC units and their status. You can also use your PDA to remotely view this by connecting to a monitor console. -As an Engineer, you can electrify grilles and fences by placing wire "nodes" beneath them: the big seemingly unconnected bulges from a half completed wiring job. The wire will be need to be connected to an active power source in order to function. -As an Engineer, return to Engineering once in a while to check on the engines and SMES cells. It's always a good idea to make sure containment isn't compromised or if the SM is still properly being cooled. -As an Engineer, you can power the station solely with the solar arrays. They will provide just enough electricity to power the station, however their output is still much worse compared to the true engine. -As an Engineer, you can cool a supermatter shard by spraying it with a fire extinguisher. Only for the brave! -As an Engineer, you can repair windows by using a welding tool on them while on help intent. -As an Engineer, you can lock APCs, fire alarms, emitters, and radiation collectors using your ID card to prevent others from disabling them. -As an Engineer, don't underestimate the humble P.A.C.M.A.N. generators. With upgraded parts, a couple units working in tandem are sufficient to take over for an exploded engine or shattered solars. -As an Engineer, you can pry open secure storage blast doors by turning off the secure storage APC's enviroment power channel. -As an Engineer, you can set up the SMES units before working on the engine. This will stop the station from running out of power before the engine is online. -As an Atmospheric Technician, look into replacing your gas pumps with volumetric gas pumps, as those move air in flat numerical amounts, rather than percentages which leave trace gases. -As an Atmospheric Technician, you are better suited to fighting fires than anyone else. As such, you have access to better firesuits, backpack firefighter tanks, and a completely heat and fire proof hardsuit. -As an Atmospheric Technician, your backpack firefighter tank can launch cryofrost. This resin will extinguish fires and very quickly; it's ideal for plasma fires! -As an Atmospheric Technician, your ATMOS holofan projector blocks gases while allowing objects to pass through. With it, you can quickly contain gas spills, fires and hull breaches. Or, use it to seal a plasmaman cloning room. -As the Head of Security, you are expected to coordinate your security force to handle any threat that comes to the station. Sometimes it means making use of the armory to handle a blob, sometimes it means being ruthless during a vampire or cult incursion. -As the Head of Security, don't let the power go to your head. You may have high access, great equipment, and a miniature army at your side, but being a terrible person without a good reason is grounds for banning. -As the Warden, your duty is to be the watchdog of the brig and handler of prisoners when little is happening, and to hand out equipment and weapons to the security officers when a crisis strikes. -As the Warden, keep a close eye on the armory at all times, as it is a favored strike point of nuclear operatives and cocky traitors. -As the Warden, if a prisoner's crimes are heinous enough you can put them in permabrig or the gulag. Make sure to check on them once in a while! -As the Warden, you can implant criminals you suspect might re-offend with devices that will track their location and allow you to remotely inject them with disabling chemicals. -As a Security Officer, communicate and coordinate with your fellow officers using the security channel (:s) to avoid confusion. -As a Security Officer, your sechuds or HUDsunglasses let you see crewmates' job assignments, their criminal status, and whether they have a mindshield or not. A flashing green border around their job icon means they are mindshielded. -As a Security Officer, mindshield implants can only prevent someone from being turned into a cultist. It will not de-cult them if they have already been converted. -As a Security Officer, examining someone while wearing sechuds or HUDsunglasses will let you set their arrest level, which will cause Beepsky and other security bots to chase after them. -As the Detective, keep in mind that people leave fingerprints everywhere and on everything. With the exception of white latex, gloves will hide them. All is not lost, however, as gloves leave fibers specific to their kind such as black or nitrile, pointing to a general department. -As the Detective, you can use your forensics scanner from a distance. -As the Detective, your energy revolver has a tracking mode. Shoot a fleeing suspect with it and use a crew pinpointer to track their position! -As the IAA, try to negotiate with the Warden if sentences seem too high for the crime. -As the IAA, you can try to convince the Captain and Head of Security to hold trials for prisoners in the courtroom. -As the Head of Personnel, you are not higher ranking than other heads of staff, even though you are expected to take the Captain's place first should he go missing. If the situation seems too rough for you, consider allowing another head to become temporary Captain. -As the Head of Personnel, you are just as large a target as the Captain because of the potential power your ID and computer can hand out. -As the Mime, your invisible wall power blocks people as well as projectiles. You can use it in a pinch to delay your pursuer. -As the Mime, your oath of silence is your source of power. Breaking it robs you of your powers and of your honor. -As the Clown, if you lose your banana peel, you can still slip people with your PDA! Honk! -As the Clown, your Grail is the mineral bananium, which can be given to the Roboticist to build you a fun and robust mech beloved by everyone. -As the Clown, you can use your stamp on a sheet of cardboard as the first step of making a honkbot. Fun for the whole crew! -As the Clown, spice your gimmicks up! Nobody likes a one-trick pony. -As the Chaplain, your null rod has anti magic functions: it can destroy cultist runes by hitting them, and it makes you immune to cult magic. -As the Chaplain, your bible is also a container that can store small items. -As the Chaplain, you are much more likely to get a response by praying to the gods than most people. To boost your chances, perform blessings, make altars with colorful crayon runes, lit candles, and wire art. -As a Botanist, you can hack the MegaSeed Vendor to get access to more exotic seeds. These seeds can alternatively be ordered from cargo. -As a Botanist, you can mutate the plants growing in your hydroponics trays with unstable mutagen or, as an alternative, crude radioactives from chemistry to get special variations. -As a Botanist, you should look into increasing the potency of your plants. This increases the size, amount of chemicals, points gained from grinding them in the biogenerator, and lets people know you are a proficient botanist. -As a Botanist, you can combine production trait chemicals just like a Chemist. Chlorine and plasma (blumpkin) + radium (glowshrooms) equals unstable mutagen! -As the Chef, you can create a very wide variety of food with the crafting menu. You can find it by looking for the hammer icon near your intents. -As the Chef, you can rename your custom made food with a pen. -As the Chef, if you are low on ingredients, consider making something that has several servings to last longer among the crew. -As the Bartender, you can use a circular saw on your shotgun to make it easier to store. Remember to unload it first! -As a Janitor, if someone steals your janicart, you can instead use your space cleaner spray, grenades, water sprayer or order another from Cargo. -As a Janitor, mousetraps can be used to create bombs or booby-trap containers. -As the Librarian, be sure to keep the shelves stocked and the library clean for crew. -As a Cargo Technician, you can hack MULEbots to make them faster, run over people in their way, and even let you ride them! -As a Cargo Technician, you can order contraband items from the supply shuttle console by de-constructing it and using a multitool on the circuit board, the re-assembling it. -As a Cargo Technician, you can earn more cargo points by shipping back crates from maintenance, plasma sheets, rare seeds from hydroponics, technology disks from R&D, and more! -As a Shaft Miner, the north side of Lavaland has a lot more rare minerals than on the south, but is a lot more dangerous. -As a Shaft Miner, always have a GPS on you, so a fellow miner or cyborg can come to save you if you die. -As a Traitor, the cryptographic sequencer (emag) can not only open doors, but also lockers, crates, APCs and more. It can hack cyborgs, and even cause bots to go berserk. Use it on the right machines, and you can even order more traitor gear or contact the Syndicate. Experiment! -As a Traitor, subverting the AI to serve you can make it an extremely powerful ally. However, be careful of the wording in the laws you give it, as it may use your poorly written laws against you! -As a Traitor, the Captain and the Head of Security are two of the most difficult to kill targets on the station. If either one is your target, plan carefully. -As a Traitor, you can manufacture and recycle revolver bullets at a hacked autolathe, making the revolver an extremely powerful tool. -As a Traitor, you may sometimes be assigned to hunt other traitors, and in turn be hunted by others. -As a Traitor, the syndicate encryption key is very useful for coordinating plans with your fellow traitors -- or, of course, betraying them. -As a Traitor, plasma can be injected into many things to sabotage them. Power cells, light bulbs, cigars and e-cigs will all explode when used. -As a Traitor, if you can find another Traitor and pool your TC you can buy a mega surplus crate, which costs 200 TC but contains a lot of random syndicate gear. -As a Traitor, you can eject someone from cloning early by disabling power in genetics. Note that they will suffer more genetic damage and may lose vital organs from this. -As a Nuclear Operative, communication is key! Use ; to speak to your fellow operatives and coordinate an attack plan. -As a Nuclear Operative, you should look into purchasing a syndicate cyborg, as they can provide heavy fire support, full access, are immune to conventional stuns, and can easily take down the AI. -As a Nuclear Operative, stick together! While your equipment is robust, your fellow operatives are much better at saving your life: they can drag you away from danger while stunned and provide cover fire. -As a Nuclear Operative, you might end up in a situation where the AI has bolted you into a room. Having some spare C4 in your pocket can save your life. -As a Monkey, you can still wear a few human items, such as backpacks, gas masks, and hats, and still have two free hands. -As the Malfunctioning AI, you can shunt to an APC if the situation gets bad. -As the Malfunctioning AI, you should either order your cyborgs to dismantle the robotics console or blow it up yourself in order to protect them. -As the Malfunctioning AI, you start with access to the syndicate comms frequency. You can listen in on traitor communications, or reach out and coordinate with them. -As an Alien, your melee prowess is unmatched, but your ranged abilities are sorely lacking. Make use of corners to force a melee confrontation! -As an Alien, you take double damage from all burn attacks, such as lasers, welding tools, and fires. Furthermore, fire can destroy your resin and eggs. Expose areas to space to starve away any flamethrower fires before they can do damage! -As an Alien, resin floors not only regenerate your plasma supply, but also passively heal you. Fight on resin floors to gain a home turf advantage! -As an Alien, the facehugger is by far your most powerful weapon because of its ability to instantly win a fight. Remember however that certain helmets, such as biohoods or space helmets will completely block facehugger attacks. -As an Alien, you are unable to pick up or use any human items or machinery. Instead, you should focus on sabotaging APCs, computers, cameras and either stowing, spacing, or melting any weapons you find. -As the Blob, keep your core some distance from space, as it is both expensive to expand onto space, easy to be attacked from, and does not count towards your win condition. Emitter platforms built in space are especially dangerous. -As the Blob, you can randomly repick your reagent type if the crew has adapted and protected themselves against your current one. -As the Blob, you fight a war of attrition: Take out medbay and fight in chokepoints to prevent continued assaults and coordinated burst damage attacks! -As the Blob, don't neglect the creation of factories. These create spores that carry your reagent and can chase crewmembers far further than you. Spores can also be rallied to swarm the crew and cause panic, and can even take over corpses to create much more dangerous blob zombies! -As the Blob, you can expand by clicking, create strong blobs with ctrl-click, rally spores with middle-click, and remove blobs with alt-click. You do not need to have your camera over the tile to do this. -As the Blob, removing strong blobs, resource nodes, factories, and nodes will give you some resources back as refund. -As the Blob, talking will send a message to all other overminds, allowing you to direct attacks and coordinate. -As a Changeling, the Extract DNA sting counts for your genome absorb objective, but does not let you respec your powers. -As a Changeling, you can absorb someone by strangling them and using the Absorb verb; this gives you the ability to rechoose your powers, the DNA of whoever you absorbed, the memory of the absorbed, and some samples of things the absorbed said. -As a Cultist, do not cause too much chaos before your objective is completed. If the shuttle gets called too soon, you may not have enough time to win. -As a Cultist, your team starts off very weak, but if necessary can quickly convert everything they have into raw power. Make sure you have the numbers and equipment to support going loud, or the cult will fall flat on its face. -As a Cultist, the Blood Boil rune will deal massive amounts of burn damage to non-cultists and set them on fire. However, two cultists have to be standing at the rune for its duration. -You can deconvert Cultists by feeding them large amounts of holy water. -The Chaplain can bless any container with water by hitting it with their bible. Holy water has a myriad of uses against cults and large amounts of it are a great contributor to success against them. -As a Wizard, you can turn people to stone, then animate the resulting statue with a staff of animation to create an extremely powerful minion, for all of 5 minutes at least. -As a Wizard, the fireball spell performs very poorly at close range, as it can easily catch you in the blast. It is best used as a form of artillery down long hallways. -As a Wizard, summoning guns will give everyone anything from a floral somatoray to a pulse rifle. Use at your own risk! -As a Wizard, the staff of chaos can fire any type of bolts from the magical wands. This can range from bolts of instant death to healing or reviving someone. -As a Wizard, most spells become unusable if you are not wearing your robe, hat, and sandals. -As a Wizard, don't forget to grab Mugwort before leaving your den, it's a very useful medicine! -As an Abductor, you can select where your victims will be sent on the ship control console. -As an Abductor Agent, the combat mode vest has much higher resistance to every kind of weapon, and your helmet prevents the AI from tracking you. -As an Abductor, the baton can cycle between four modes: stun, sleep, cuff and probe. -As a Revenant, the Chaplain is your worst enemy, as they can damage you massively with the null rod and make large swaths of the station impassable with holy water. -As a Revenant, your essence is also your health, so revealing yourself in front of humans to harvest the essence of the living is much safer if you've already stocked up on essences from poorly guarded corpses. -As a Revenant, your Defile ability removes holy water from tiles in a small radius, allowing you to reclaim the station from the chaplain if they've been covering the station in holy water. -As a Revenant, your Overload Lights ability will only shock humans with lights if the lights are still on after a brief delay. -As a Revenant, your Malfunction ability in general damages machinery and mechanical objects, possibly even emagging some objects. Experiment! -As a Revenant, space is your friend. Breaking windows to space can cause massive damage and mayhem. -As a Ghost, you can double click on just about anything to follow it. Or just warp around! -As a Security Officer, remember that correlation does not equal causation. Someone may have just been at the wrong place at the wrong time! -As a Security Officer, remember that you can attach a sec-lite to your disabler! -As a Terror Spider, leave wrapping of corpses to green spiders unless absolutely necessary. They need it to lay eggs! -As a Prince of Terror, you are powerful but usually on your own. Consider hit and run tactics to regenerate your health between engagements. -As a Brown Terror Spider, focus on smashing welded vents. You are weak in direct combat, but you can enable your comrades to go almost anywhere. -As a Terror Spider, protect the queen at all cost! -As a Terror Spider, don't forget you can move your nest if the crew is pressuring you too badly. -As a Terror Spider, try putting webs on white floor tiles, they are much harder to see there. -As a Terror Spider, sometimes quickly pulling an enemy into a web can ensure victory in melee combat. -Remote signalers are extremely versatile. They can be used in bombs, hacking, counteracting anomalies, and much more. Get creative! -Need to perform surgery? No surgery kit? No worries! You can use a wide variety of improvised tools to perform ghetto surgery! For example, using a wrench as a stand-in for a bone setter, or a cigarette as a cautery. You can even use alcohol as a makeshift painkiller. Just be aware that these tools may not work as well as proper ones. -If you examine something twice in quick succession, you will perform an extended examination. Many items have extended descriptions that give you more information about the world. -You can dip cigarettes into beakers or inject reagents into them. This can be used to infuse cigarettes with powerful medications or poisons which will slowly release over time. Welding fuel and plasma make them explode when lit! -You can swap floor tiles by holding a crowbar in one hand and a stack of tiles in the other. -When hacking doors, cutting and mending a "test light wire" will restore power to the door. -When crafting most items, you can either manually combine parts or use the crafting menu. -Suit storage units not only remove blood and dirt from clothing, but also radiation! -Sleeping in a bed can heal minor amounts of brute and burn damage. It can also cure the common cold. -The Experimentor has a chance to spawn hostile mobs. Be ready to run for your life when using it. -Space ruins can contain all kinds of interesting goodies, even a wand that can raise the dead! -Having a mindshield, or having an agent ID card will make officer Beepsky consider you less arrest-worthy. -You can make lasertag turrets, for the ultimate lasertag tournament. -Blob structures take half damage from brute damage. Use lasers. -You can hide paper in vents, but you have to use a screwdriver to open it first. -While the Standard Operating Procedures aren't fully rules, they are there for safety and professional reasons. -Killing the Wizard usually ends the round, unless they are a lich or Space Wizard Federation is RAGING. -The admins are not omnipotent and can miss things that happen during the chaos of a round. If someone is breaking the rules, you can press F1 or use the Ahelp verb to notify them. Even if there are no admins online, the Ahelp will be recorded. It also gets sent to a special channel on the Paradise Discord. +Соединения уровней космоса рандомизируются в каждом новом раунде. +Вы можете ловить брошенные предметы, включив режим броска (R) при активной пустой руке. +Чтобы взломать сейф в хранилище, используйте стетоскоп или термобур. Либо вы можете украсть листок с комбинацией из офиса капитана +Вы можете забраться на стол, перетащив себя на него. Это занимает некоторое время. Если щелкнуть по столу, на который забрался кто-то другой, то он упадет. +Вы можете перетащить игрока на себя, чтобы открыть меню экипировки, позволяющее снять их снаряжение или заставить их надеть что-то. Обратите внимание, что экзокостюмы или шлемы будут блокировать доступ к одежде под ними, и что некоторые предметы снимаются или надеваются дольше, чем другие. +Если щелкнуть по стеклянной двери, а не 'натолкнуться' на нее, то она останется открытой. Вы можете щелкнуть по ней еще раз, чтобы закрыть ее. +Вы можете распылять огнетушитель, бросать предметы или стрелять из пистолета, паря в пространстве, чтобы изменить направление движения. Просто стреляйте в направлении, противоположном тому, куда вы хотите попасть. +Вы можете изменить схему управления, нажав клавишу Tab. В одном случае для передвижения используется WASD, а в другом - клавиши со стрелками. Имейте в виду, что горячие клавиши также изменяются при этом. +Огнеупорные костюмы и зимние куртки обеспечивают легкую защиту от холода, позволяя вам проводить больше времени вблизи брешей и в космосе, чем если бы вы вообще ничего не носили. +Осколки стекла можно сварить, чтобы получить стекло, а металлические прутья и тайлы пола - чтобы получить металл. Руды тоже можно сваривать, но для этого требуется много топлива. +Если вам нужно перетащить несколько человек в безопасное место, либо в космос, просто принесите шкафчик и засуньте их всех туда, а затем тащите. +Вы можете схватить кого-то, нажав на него в 'Grab' интенте (жёлтый), а затем усилить захват, нажав на кнопку 'Grab' в панели рук. Агрессивный захват позволит вам положить его на стол, нажав на стол, или бросить его, переключившись в режим броска (R). +Удерживая Alt и щелкая левой кнопкой мыши по тайлу, вы сможете увидеть его содержимое в правой верхней панели, что гораздо быстрее, чем щелчок правой кнопкой мыши. +Кнопка Resist позволяет предпринимать попытку освободиться от наручников, пристегивании к стулу или кровати, освобождаться из запертых шкафчиков и т.д. Как бы вы ни застряли, у вас есть возможность сопротивляться! +Вы можете убрать предмет с дороги, нажав Ctrl + ЛКМ по нему, а затем щелкнув на соседнем тайле свободной рукой. +Некоторые вещи, например комбинезоны и перчатки, можно перекрасить в стиральных машинах, бросив туда мелок. +В технических тоннелях полно вещей, которые рандомизируются каждый раунд. Осмотритесь, может, найдете что-нибудь полезное. +Некоторые роли не могут быть антагонистами по умолчанию, но выбор антага решается в первую очередь. Например, вы можете установить значение "Security Officer" на "High", и это не повлияет на ваши шансы стать антагом - игра просто выберет вам другую роль. +На станции есть много мест, где можно спрятать контрабанду. Например: ящики для белья, туалетные бачки, мешки для трупов. Экспериментируйте и найдете больше! +Если у вас возникли технические проблемы, очистите кэш (byond launcher > cogwheel > preferences > game prefs), обновите BYOND и зайдите заново. +Большинство вещей имеют особые виды взаимодействия со средней кнопкой мыши, Alt, Shift и Ctrl. Экспериментируйте! +Если вы окажетесь в драке с другим игроком, убежать и позвать на помощь - вполне приемлемый вариант. +Различные виды оружия имеют разную силу. Некоторые виды оружия, такие как копья, напольные плитки и сюрикены, наносят больше урона при броске по сравнению с обычной атакой. +Нажав на тайл со стаканом воды, можно сделать плитку скользкой, что позволит вам замедлить преследователей в случае необходимости. +При работе с службой безопасности часто можно добиться полной отмены приговора благодаря сотрудничеству и обману. +Все мы когда-то были новичками, будьте терпеливы и направляйте новых игроков в верном направлении. +В большинстве видов одежды, которые помещаются в слот костюма, вы можете положить в карманы некоторые мелкие предметы, такие как баллончик, аварийный кислородный баллон или фонарик. +В большинстве случаев в карманы одежды можно поместить предметы, связанные с работой. Например, в зимнее пальто можно поместить RPD, а в лабораторный халат - большинство медикаментов. +Если вам что-то нужно от другого отдела, попробуйте попросить! Эта игра не одиночная, и вы удивитесь, чего можно добиться вместе! +Вы быстро потеряете интерес к игре, если будете играть ради победы и убийств. Если вы обнаружили, что делаете это, сделайте шаг назад и поговорите с людьми - это гораздо лучший опыт! +Не бойтесь просить о помощи как у своих коллег, так и у менторов. +Будучи капитаном, вы являетесь одной из самых приоритетных целей на станции. Беспокоиться стоит обо всем - от ядерных оперативников до предателей, которые хотят лишить вас уникального лазерного оружия или жизни. +Будучи капитаном, всегда берите с собой диск аутентификации ядерной боеголовки и пинпоинтер на каждой смене. Неплохо было бы передать один из них другому главе или Блюшилду, которому вы можете доверить его сохранность. +Будучи капитаном, вы имеете абсолютный доступ и контроль над станцией, но это не означает, что, если вы будете ужасным человеком, то это не приведет к мятежу и бану. +Будучи главным врачом, вы знаете, что ваш гипоспрей похож на перезаправляемый шприц для мгновенных инъекций, вмещающий 30 единиц, и, в отличие от стандартного гипоспрея, ваш можно наполнять вредными реагентами и делать инъекции, не сообщая никому, что именно вы ввели человеку. +Будучи главным врачом, координируйте и направляйте врачей, химиков и генетиков во время чрезвычайной опасности, нашествия блобов или любого другого кризиса, чтобы сохранить жизнь и боеспособность людей. +Будучи медиком, вы можете хирургическим путем вживлять или извлекать предметы из груди людей. Это может варьироваться от установки бомбы до извлечения инопланетной личинки. +Будучи медиком, вы должны нацелиться на нужную конечность в 'Help' интенте (зелёный), когда пытаетесь сделать кому-то операцию. +Будучи медиком, вы знаете, что трупы с описанием "...and their soul has departed" больше не имеют прикрепленного игрока и не могут быть оживлены или клонированы сейчас, но могут быть клонированы позже, если игрок вернется в тело. +Будучи медиком, вы знаете, что лечение плазмаменов не является невозможным! Сальбутамол не дает им задохнуться, а душ не дает им сгореть заживо. Вы даже можете делать им операции, проводя процедуру на раскладываемой каталке под душем. +Будучи химиком, вы знаете, что существуют десятки химических веществ, которые могут исцелять, и еще больше тех, которые могут причинить вред. Экспериментируйте! +Будучи химиком, вы знаете, что некоторые химические вещества могут быть синтезированы только путем нагревания содержимого с помощью химического нагревателя или вручную с помощью зажигалок и подобных инструментов. +Будучи химиком, вы должны будете снабжать экипаж определенными химикатами. Например, криоксадоном и маннитолом для крио, нестабильным мутагеном и селитрой для ботаники, медикаментами и пластырями для медиков. +Будучи химиком, вы знаете, что вода и калий (потассиум), смешанные вместе, создают взрыв, мощность которого зависит от количества использованного вещества. Не делайте этого. +Будучи генетиком, став халком, вы сможете наносить большой урон в ближнем бою, оглушать людей и пробивать стены. Однако вы не можете стрелять из оружия и теряете силу халка, если впадаете в критическое состояние. Статус халка также не позволяет вам нарушать правила сервера и впадать в безумие, как неантагонист. +Будучи вирусологом, вы знаете, что ваши вирусы могут варьироваться от целительных способностей, настолько сильных, что вы можете исцелять из критического состояния, до болезней, настолько опасных, что могут убить весь экипаж самовозгоранием в воздухе. Экспериментируйте! +Будучи директором отдела исследований, вы можете вывести ИИ из ядер, загрузив его в карту intelliCard, которая позволяет вам видеть их законы, даже ионные и синдикатские. Затем их можно поместить в компьютер восстановления целостности систем ИИ, чтобы оживить и/или починить его. +Будучи директором отдела исследований, вы можете блокировать киборгов вместо того, чтобы взрывать их. Затем вы можете переустановить их законы или, если это не сработает, безопасно демонтировать. +Будучи директором отдела исследований, вы можете шпионить и даже подделывать сообщения ПДА с помощью консоли монитора сообщений! Ключ находится в вашем кабинете. +Будучи ученым, вы можете максимизировать количество использований слаймов, если будете кормить слаймов стероидами, созданными из фиолетовых слаймов, пока они живы. Затем вы можете применить усилитель экстракта, созданный из лазурных слаймов, к каждому экстракту. +Будучи ученым, вы можете отключать аномалии, просканировав их анализатором, а затем послать сигнал на частоту, которую он выдает, с помощью дистанционного сигнального устройства. После этого останется ядро аномалии, которое можно использовать для создания интересных гаджетов! +Будучи ученым, исследуемые запасные части могут серьезно повысить эффективность и скорость работы машин на станции. В некоторых случаях они могут даже открыть новые функции. +Будучи робототехником, следите за объявлениями об аномалиях. Если вам в руки попадет блюспейс ядро аномалии, вы сможете построить Фазона! +Будучи робототехником, вы можете ремонтировать своих киборгов с помощью сварки. Если они получили повреждения от ожогов, вы можете извлечь батарею, обнажить проводку с помощью отвертки и заменить провода витком кабеля. +Будучи робототехником, вы можете сбросить модуль киборга, перерезав и починив провод сброса кусачками или используя модуль сброса киборга. +Будучи робототехником, вы можете устанавливать конечности киборга. Аугментированные конечности можно легко отремонтировать с помощью кабелей и сварки. +Будучи ИИ, вы можете нажимать на имена людей, чтобы посмотреть на них. Это работает только в том случае, если есть камеры, которые могут их видеть, на них нет удостоверений агентов или они не используют камуфляж, как Генокрады. +Будучи ИИ, вы можете быстро открывать и закрывать двери, удерживая Shift при нажатии на них, болтировать их, удерживая Ctrl, и даже ударять их током, удерживая Alt. +Будучи ИИ, вы можете делать снимки своей камерой и загружать их в новости. +Будучи киборгом, тщательно выбирайте модуль, так как только модуль сброса киборга позволит вам его перевыбрать. +Будучи киборгом, вы невосприимчивы к большинству форм оглушения и почти во всем превосходите людей. Однако вспышки могут легко оглушить вас, и вы не можете выполнять некоторую работу, поскольку у вас нет рук. +Будучи киборгом, вы невосприимчивы к огню и жару. Если вы сбойный, вы можете выпускать плазменный огонь повсюду и проходить сквозь него, не заботясь ни о чем на свете! +Будучи киборгом, вы чрезвычайно уязвимы для ЭМИ, поскольку ЭМИ одновременно оглушает и повреждает вас. Ионная винтовка в оружейной или предатель с набором ЭМИ могут убить вас за несколько секунд. +Будучи инженерным киборгом, вы можете прикреплять корпус Air alarm/Fire alarm и APC к стенам с помощью магнитного манипулятора. +Будучи медицинским киборгом, вы можете частично проводить операции, поскольку не можете заменять органы, но вы не можете провалить ни один этап операции. +Будучи киборгом-уборщиком, вы знаете, что вы - зло всех демонов резни. Очищая пятна крови, вы сильно нагадите им. +Будучи главным инженером, вы можете переименовывать зоны или создавать совершенно новые, используя чертежи станции. +Будучи главным инженером, вы знаете, что ваш МОДсьют значительно лучше, чем у всех остальных. Он обладает лучшими характеристиками инженерного и атмосферного и может похвастаться неуязвимостью к радиации и любым атмосферным условиям. +Будучи главным инженером, вы знаете, что консоль управления потоками энергии в вашем офисе покажет вам информацию о статусах APC и позволит управлять ими дистанционно. Вы так же можете использовать свой ПДА для этих целей. +Будучи главным инженером, вы можете электрифицировать решетку, разместив под ней "узел" провода: большие, кажущиеся неподключенными выпуклостями от наполовину завершенной проводки. Для работы провод должен быть подключен к активному источнику энергии. +Будучи инженером, время от времени возвращайтесь в инженерный отсек, чтобы проверить работу двигателя и ячеек SMES. Всегда полезно убедиться, что защитная оболочка не нарушена. +Будучи инженером, вы можете питать станцию исключительно с помощью солнечных батарей. Они дадут достаточно электроэнергии для питания станции, однако их производительность все равно намного хуже, чем у настоящего двигателя. +Будучи инженером, вы можете охладить осколок суперматерии, распылив его из огнетушителя. Только для смелых! +Будучи инженером, вы можете ремонтировать окна с помощью сварки, находясь в 'Help' интенте (зелёный). +Будучи инженером, вы можете заблокировать APC, Fire Alarm, эммитеры и коллекторы радиации с помощью своей карты, чтобы другие не смогли вывести их из строя. +Будучи инженером, не стоит недооценивать скромные генераторы P.A.C.M.A.N. При наличии модернизированных деталей, пары работающих в тандеме устройств достаточно, чтобы заменить взорвавшийся двигатель или разбитые соляры. +Будучи инженером, вы можете открывать защищенные двери хранилища, отключив канал питания APC. +Будучи инженером, не забывайте чинить повреждённую проводку в технических тоннелях, это уменьшит вероятность того, что кто-то на них наступит и получит бодрящий разряд. +Будучи атмосферным техником, рассмотрите возможность замены газовых насосов на объемные газовые насосы, так как они перемещают воздух в плоских численных количествах, а не в процентах, которые оставляют следы газов. +Будучи атмосферным техником, вы лучше других приспособлены к тушению пожаров. Поэтому у вас есть доступ к лучшим пожарным костюмам, ранцевым пожарным бакам и полностью термо-огнестойкому МОДсьюту. +Будучи атмосферным техником, вы знаете, что ваш ранцевый пожарный бак может запускать криосмолу. Эта смола тушит пожары, причем очень быстро; она идеально подходит для борьбы с возгоранием плазмы! +Будучи атмосферным техником, вы знаете, что ваш голопроектор ATMOS блокирует газы, пропуская через себя предметы. С его помощью вы можете быстро локализовать утечку газа, пожар или пробоину в корпусе. Или использовать его для герметизации комнаты для клонирования плазмамена. +Будучи главой службы безопасности, вы должны координировать действия своего отдела, чтобы справиться с любой угрозой, возникающей на станции. Иногда это означает использование оружейной для борьбы с блобом, иногда - безжалостность во время вторжения вампиров или культистов. +Будучи главой службы безопасности, не позволяйте власти захлестнуть вас с головой. Вы можете иметь высокий доступ, отличное снаряжение и миниатюрную армию на своей стороне, но быть ужасным человеком без уважительной причины - это основание для бана. +Будучи варденом, ваша обязанность - следить за порядком в бриге и заниматься заключенными и подозреваемыми, выдавать снаряжение и оружие сотрудникам службы безопасности, когда наступает кризис. +Будучи варденом, постоянно следите за оружейным складом, поскольку он является излюбленным местом нападения ядерных оперативников и дерзких предателей. +Будучи варденом, вы знаете, что если преступления заключенного достаточно ужасны, вы можете поместить его в пермабриг или ГУЛАГ. Обязательно проверяйте их время от времени! +Будучи варденом, вы можете вживить преступникам, которые, по вашим подозрениям, могут совершить повторное преступление, устройства, которые будут отслеживать их местоположение и позволят вам дистанционно вводить им обезвреживающие химические вещества. +Будучи варденом, вы можете заказывать любое обмундирование в оружейную, тем самым выбирая, с чем будет ходить весь отдел в случае ЧП. Главное, не забывайте, ваш бюджет ограничен! +Будучи офицером службы безопасности, общайтесь и координируйте свои действия с коллегами, используя канал СБ (:s), чтобы избежать путаницы. +Будучи офицером службы безопасности, вы знаете, что ваши sechud'ы и HUDsunglasses позволяют вам видеть должность членов экипажа, их криминальный статус, а также наличие или отсутствие у них импланта защиты разума. Мигающая зеленая рамка вокруг иконки задания означает, что они имплантированы щитом разума. +Будучи офицером службы безопасности, имплантаты щита разума могут только предотвратить превращение человека в культиста. Если человек уже был обращен в культ, то он не сможет его деконвертировать. +Будучи офицером службы безопасности, вы знаете, что, осмотрев кого-либо в sechud'ах или HUDsunglasses, вы сможете установить уровень его ареста, что заставит Бипски и других охранных ботов преследовать его. +Будучи детективом, имейте в виду, что люди оставляют отпечатки пальцев везде и на всем. За исключением перчаток, которые их скрывают. Однако не все потеряно, поскольку перчатки оставляют волокна, характерные для их вида, например, черные или нитриловые, что указывает на общий отдел. +Будучи детективом, вы можете использовать свой сканер на расстоянии. +Будучи детективом, не забывайте, что ваш энергетический револьвер имеет режим трекера. Выстрелив им в подозреваемого, вы можете отслеживать его позицию с помощью пинпоинтера! +Будучи агентом внутренних дел, попытайтесь договориться с Варденом, если приговор вам кажется слишком высоким для данного преступления. +Будучи агентом внутренних дел, вы можете попытаться убедить капитана и главу службы безопасности проводить судебные процессы над заключенными в зале суда. +Будучи главой персонала, вы не занимаете более высокое положение, чем другие начальники, хотя ожидается, что вы первым займете место капитана, если он пропадет без вести. Если ситуация кажется вам слишком тяжелой, подумайте о том, чтобы позволить другому начальнику временно стать капитаном. +Будучи главой персонала, вы являетесь такой же большой мишенью, как и капитан, из-за потенциальной власти, которую может раздать ваша ID карта и компьютер. +Будучи мимом, вы знаете, что ваша сила невидимой стены блокирует как людей, так и снаряды. Вы можете использовать ее, чтобы задержать преследователя. +Будучи мимом, вы знаете, что ваша клятва молчания - источник вашей силы. Нарушение клятвы лишает вас силы и чести. +Будучи клоуном, если вы потеряете банановую кожуру, вы все еще сможете поскользнуть игрока на своем ПДА! Хонк! +Будучи клоуном, вы знаете, что ваш Грааль - минерал бананиум, который можно отдать Робототехнику, чтобы он построил вам веселый и прочный мех, любимый всеми. +Будучи клоуном, вы можете использовать свою печать на листе картона в качестве первого шага к созданию хонкбота. Веселье для всего экипажа! +Будучи клоуном, приправьте свои трюки! Никто не любит пони с одним фокусом. +Будучи священником, вы знаете, что ваш нулл род имеет антимагические функции: он может уничтожать руны культистов, ударяя по ним, и делает вас невосприимчивым к магии культа. +Будучи священником, вы знаете, что ваша библия также является контейнером, в котором можно хранить мелкие предметы. +Будучи священником, вы с гораздо большей вероятностью получите ответ, молясь богам, чем большинство людей. Чтобы повысить свои шансы, совершайте благословения, создавайте алтари с красочными рунами, зажженными свечами и искусством из проволоки. +Будучи ботаником, вы можете взломать MegaSeed Vendor, чтобы получить доступ к более экзотическим семенам. Эти семена можно также заказать в Карго. +Будучи ботаником, вы можете мутировать растения, растущие в ваших лотках гидропоники, с помощью нестабильного мутагена или, в качестве альтернативы, сырых радиоактивных веществ из химии, чтобы получить особые вариации. +Будучи ботаником, вам следует обратить внимание на повышение потенции ваших растений. Это увеличит их размер, количество химических веществ, очков, получаемых при измельчении в биогенераторе, и позволит людям узнать, что вы опытный ботаник. +Будучи ботаником, вы можете комбинировать химические вещества с производственными признаками так же, как и химик. Хлор и плазма (блампкин) + радий (светящиеся грибы) = нестабильный мутаген! +Будучи поваром, вы можете создавать самые разнообразные блюда с помощью меню крафта. Вы можете найти его, отыскав значок молотка рядом с вашими интентами. +Будучи поваром, вы можете переименовывать свои блюда, сделанные на заказ, с помощью ручки. +Будучи поваром, если у вас мало ингредиентов, подумайте о том, чтобы приготовить что-то на несколько порций, чтобы этого хватило надолго членам экипажа. +Будучи барменом, вы можете использовать циркулярную пилу на свой дробовик, чтобы обрезать его и облегчить хранение. +Будучи уборщиком, если кто-то украдет вашу тележку, вы можете вместо нее использовать спейсклинер для очистки пространства, гранаты, распылитель воды или заказать еще одну в Карго. +Будучи уборщиком, вы можете использовать мышеловки для создания бомб или контейнеров-ловушек. +Будучи библиотекарем, следите за тем, чтобы полки были заполнены, а библиотека была чистой. +Будучи карго техником, вы можете взломать MULEbots, чтобы сделать их быстрее, дать возможность переезжать людей и даже позволить вам оседлать их! +Будучи карго техником, вы можете заказать контрабандные товары с консоли шаттла снабжения, разобрав ее и использовав мультитул на печатной плате, а затем собрав заново. +Будучи карго техником, вы можете заработать больше денег для карго, отправляя ящики из технических помещений, листы плазмы, редкие семена из гидропоники, диски технологий из РнД и многое другое! +Будучи шахтёром, вы знаете, что в северной части Лаваленда гораздо больше редких минералов, чем в южной, но она гораздо опаснее. +Будучи шахтером, всегда имейте при себе GPS, чтобы товарищ шахтер или киборг мог прийти на помощь в случае вашей гибели. +Будучи предателем, вы знаете, что криптографический секвенсор (emag) может открывать не только двери, но и шкафчики, ящики, APC и многое другое. Он может взламывать киборгов и даже заставлять ботов сходить с ума. Используйте его на нужных машинах, и вы даже сможете заказать еще больше снаряжения предателей или связаться с Синдикатом. Экспериментируйте! +Будучи предателем, подмяв под себя ИИ, вы можете сделать его чрезвычайно могущественным союзником. Однако будьте осторожны с формулировками законов, которые вы ему даете, так как он может использовать ваши плохо написанные законы против вас! +Будучи предателем, вы знаете, что капитан и глава службы безопасности - две самые трудноубиваемые цели на станции. Если любой из них является вашей целью, тщательно планируйте. +Будучи предателем, вы можете производить и перерабатывать револьверные пули на взломанном автолате, что делает револьвер чрезвычайно мощным инструментом. +Будучи предателем, вам иногда поручают охотиться на других предателей, а те, в свою очередь, могут охотиться на вас. +Будучи предателем, вы знаете, что ключ шифрования Синдиката очень полезен для согласования планов с вашими товарищами - или, конечно, для их предательства. +Будучи предателем, вы знаете, что плазму можно впрыскивать во многие предметы, чтобы саботировать их. Элементы питания, лампочки и сигары взрываются при использовании. +Для ядерного оперативника общение имеет ключевое значение! Используйте ; чтобы поговорить с коллегами-оперативниками, чтобы скоординировать план атаки. +Будучи ядерным оперативником, вы должны рассмотреть возможность приобретения киборга синдиката, поскольку они могут обеспечить мощную огневую поддержку, полный доступ, они невосприимчивы к обычному оглушению и могут легко уничтожить ИИ. +Будучи ядерным оперативником, держитесь вместе! Хотя ваше снаряжение надежно, ваши товарищи-оперативники гораздо лучше спасают вашу жизнь: они могут оттащить вас от опасности, пока вы оглушены, и прикрыть огнем. +Будучи ядерным оперативником, вы можете оказаться в ситуации, когда ИИ запер вас в комнате. Наличие в кармане запасного C4 может спасти вам жизнь. +Будучи обезьяной, вы можете носить несколько человеческих предметов, таких как рюкзаки, противогазы и шляпы, и при этом иметь две свободные руки. +Будучи сбойным ИИ, вы можете переместиться в APC, если ситуация станет плохой. +Будучи сбойным ИИ, вы должны либо приказать своим киборгам демонтировать консоль робототехники, либо взорвать ее сами, чтобы защитить их. +Будучи Чужим, вам нет равных в ближнем бою, а вот дальнобойных способностей очень не хватает. Используйте углы, чтобы спровоцировать противостояние в ближнем бою! +Будучи Чужим, вы получаете двойной урон от всех ожоговых атак, таких как лазеры, сварки и огонь. Кроме того, огонь может уничтожить вашу смолу и яйца. Освободите больше пространства, чтобы отвести огонь из огнемета до того, как он успеет нанести урон! +Будучи Чужим, смоляные полы не только восстанавливают запас плазмы, но и пассивно лечат вас. Сражайтесь на смоляных полах, чтобы получить преимущество! +Для Чужого лицехват - это, безусловно, самое мощное оружие, поскольку он способен мгновенно выиграть бой. Однако помните, что некоторые шлемы, например биошлемы или космические шлемы, полностью блокируют атаки лицехвата. +Будучи Чужим, вы не можете подбирать или использовать какие-либо человеческие предметы или механизмы. Вместо этого вам следует сосредоточиться на саботаже APC, компьютеров, камер, а также на укладке, расстановке или переплавке найденного оружия. +Будучи Блобом, держите свое ядро на некотором расстоянии от космоса, поскольку его расширение в космос обходится дорого, его легко атаковать, и оно не учитывается в условии победы. Особенно опасны эммитеры, построенные в космосе. +Будучи Блобом, вы можете случайным образом изменить тип реагента, если экипаж адаптировался и защитился от вашего текущего. +Будучи Блобом, вы ведете войну на истощение: Захватите медблок и сражайтесь в узловых точках, чтобы предотвратить продолжение штурма и скоординированные атаки с разрывным уроном! +Будучи Блобом, не пренебрегайте созданием фабрик. Они создают споры, которые переносят реагенты и могут преследовать членов экипажа гораздо дальше, чем вы. Споры также могут объединяться в рой и вызывать панику среди членов экипажа, и даже могут захватывать трупы, создавая гораздо более опасных зомби! +Будучи Блобом, вы можете расширяться с помощью щелчка мыши, создавать усиленные блобы с помощью Ctrl-щелчка, объединять споры с помощью среднего щелчка и удалять блобы с помощью Alt-щелчка. Для этого вам не нужно наводить камеру на тайл. +Будучи Блобом, вы можете удалять усиленных блобов, ресурсные узлы, фабрики и узлы, это вернет вам часть ресурсов в качестве компенсации. +Будучи Блобом, разговаривая, вы отправите сообщение всем подконтрольным, что позволит вам направлять атаки и координировать действия. +Для Генокрада использование Extract DNA sting засчитывается за цель поглощения генома, но не позволяет вам изменить свои способности. +Будучи Генокрадом, вы можете поглотить кого-нибудь, задушив его и использовав способность 'Absorb'. Это дает вам возможность повторно выбрать свои способности, а также вы получаете ДНК того, кого вы поглотили, память поглощенного и некоторые образцы того, что он говорил. +Будучи культистом, не устраивайте слишком большой хаос до того, как ваша цель будет выполнена. Если шаттл будет вызван слишком рано, у вас может не хватить времени для победы. +Будучи культистом, ваша команда изначально слаба, но при необходимости может быстро превратить все, что у нее есть, в чистую силу. Убедитесь, что у вас достаточно численности и снаряжения, чтобы начать громко действовать, иначе культ падет на землю. +Будучи культистом, вы знаете, что руна 'Blood Boil' наносит некультистам огромный урон от ожогов и поджигает их. Однако в течение всего времени действия руны у нее должны стоять два культиста. +Вы можете деконвертировать культистов, напаив их большим количеством святой воды. +Священник может благословить любую емкость с водой, ударив по ней своей библией. Святая вода имеет огромное количество применений против культа, а большое ее количество способствует успеху в борьбе с ними. +Будучи магом, вы можете превращать людей в камень, а затем оживлять получившуюся статую с помощью посоха анимации, чтобы создать чрезвычайно мощного миньона, по крайней мере, на 5 минут. +Будучи магом, вы знаете, что заклинание огненного шара очень плохо работает на близком расстоянии, так как оно может легко зацепить вас взрывом. Лучше всего использовать его в качестве артиллерии в длинных коридорах. +Будучи магом, вы можете вызывать оружие, вы можете получить все, что угодно - от цветочного соматора до импульсной винтовки. Используйте на свой страх и риск! +Будучи магом, вы знаете, что посох хаоса может стрелять любыми видами болтов. Это могут быть как болты мгновенной смерти, так и исцеления или оживления. +Будучи магом, вы знаете, что большинство заклинаний становятся непригодными, если на вас нет мантии, шляпы и сандалий. +Будучи Абдуктором, вы можете выбрать, куда будут отправлены ваши жертвы, на консоли управления кораблем. +Будучи Абдуктором-агентом, вы знаете, что жилет в боевом режиме обладает гораздо большей устойчивостью к любому виду оружия, а шлем не позволяет ИИ следить за вами. +Будучи Абдуктором, вы знаете, что дубинка может переключаться между четырьмя режимами: оглушение, сон, наручники и метка. +Будучи Ревенантом, вы знаете, что священник - ваш злейший враг, поскольку он может нанести вам огромный урон с помощью нулл рода и сделать большие участки станции непроходимыми с помощью святой воды. +Будучи Ревенантом, ваша энергия - это также ваше здоровье, поэтому раскрываться перед людьми, чтобы собрать энергию живых, гораздо безопаснее, если вы уже запаслись ею из плохо охраняемых трупов. +Будучи Ревенантом, вы знаете, что ваша способность 'Defile' удаляет святую воду с плиток в небольшом радиусе, позволяя вам отвоевать станцию у капеллана, если он покрывал станцию святой водой. +Будучи Ревенантом, вы знаете, что ваша способность 'Overload Lights' поражает людей светом только в том случае, если свет продолжает гореть после небольшой задержки. +Будучи Ревенантом, вы знаете, что ваша способность 'Malfunction' в целом повреждает механизмы и механические объекты, возможно, даже разрушая некоторые. Экспериментируйте! +Будучи Ревенантом, вы знаете, что космос - ваш друг. Разбивая окна в космос, вы можете нанести огромный ущерб и вызвать хаос. +Будучи призраком, вы можете дважды щелкнуть по любой вещи, чтобы следить за ней. Или просто перемещаться! +Будучи офицером службы безопасности, помните, что корреляция не равна причинно-следственной связи. Возможно, кто-то просто оказался не в том месте и не в то время! +Будучи офицером службы безопасности, помните, что к большинству вооружения (доминаторы, электрошокеры и т.д.) можно прикрепить фонарик. +Будучи пауком Ужаса, оставьте обматывание трупов зеленым паукам, если это не является абсолютно необходимым. Им это нужно, чтобы откладывать яйца! +Будучи Принцом Ужаса, вы могущественны, но обычно действуете в одиночку. Подумайте о тактике "бей и беги", чтобы восстанавливать здоровье между схватками. +Будучи коричневым пауком Ужаса, сосредоточьтесь на разрушении заваренных вентиляций. Вы слабы в прямом бою, но можете дать возможность своим товарищам пройти почти везде. +Будучи пауком Ужаса, защитите королеву любой ценой! +Будучи пауком Ужаса, не забывайте, что вы можете переместить свое гнездо, если экипаж слишком сильно давит на вас. +Будучи пауком Ужаса, попробуйте накинуть паутину на белую плитку пола, так ее гораздо труднее заметить. +Будучи пауком Ужаса, вы можете затягивать врага в паутину, это может обеспечить победу в ближнем бою. +Вы можете менять местами плитки пола, держа лом в одной руке и стопку плиток в другой. +При взломе дверей перерезание и соединение провода 'test light' восстановит питание двери. +При создании большинства предметов вы можете либо вручную комбинировать части, либо использовать меню крафта. +Хранилища костюмов не только удаляют кровь и грязь с одежды, но и радиацию! +Сон в кровати может исцелить незначительное количество повреждений от грубой силы и ожогов. +Экспериментатор имеет шанс породить враждебных мобов. При его использовании будьте готовы спасаться бегством. +Наличие биочипа "щит разума" или карты агента заставит офицера Бипски считать вас менее пригодным для ареста. +Вы можете сделать лазертаг турели, чтобы провести величайший турнир по лазертагу! +Строения Блоба получают половину от грубого (brute) урона. Лучше используйте лазеры. +Бумагу можно спрятать в вентиляции, но для этого нужно сначала открыть её с помощью отвертки. +Хотя Стандартные Рабочие Процедуры не являются в полной мере правилами, они существуют по соображениям безопасности и профессионализма. +Убийство мага обычно завершает раунд, если только это не лич или ЯРОСТЬ Космической Федерации Магов! +Будучи ассистентом, у вас есть шансы найти работу. +Роль, предназначенная для новичков, может использоваться и опытными игроками для разнообразия геймплея. +Если вы не уверены в своих познаниях в профессии, вам следует сначала поиграть на роли для новичков. +Если у вас роль для новичков, не забывайте, у вас собственное СРП, не позволяющее пользоваться некоторыми вещами без разрешения. +На ролях для новичков вы можете эксплуатировать ваших старших коллег и наседать им на мозги. И Глава даже не уволит вас за это! +Если долго отыгрывать на роли для новичка, не заметишь, как ты становишься опытнее. +Чем дольше учишься - тем лучше знаешь свою профессию. +Не всегда зубрежка вики дает лучший игровой опыт. Иногда стоит отдаться течению. +Если вы видите персонажа с ролью новичка - помогите ему освоиться. Даже если за него играет опытный игрок - это может быть интересная ролевая ситуация. +Если вы видите персонажа с ролью новичка - не забудьте показать ему собственное превосходство и надавать по рукам за то, что он трогает вещи без разрешения. +Если только ругать новичков, а не помогать им освоиться, то игроков никогда не будет. +Все когда-то были новичками. Проявите терпение. +Это ободряющий совет. +Администраторы не всемогущи и могут пропустить то, что происходит в суматохе раунда. Если кто-то нарушает правила, вы можете нажать F1, или воспользоваться Admin Help-ом, чтобы сообщить об этом. diff --git a/tgui/packages/tgui-panel/styles/tgchat/chat-default.scss b/tgui/packages/tgui-panel/styles/tgchat/chat-default.scss index 5282e212996b..29e97c1bc426 100644 --- a/tgui/packages/tgui-panel/styles/tgchat/chat-default.scss +++ b/tgui/packages/tgui-panel/styles/tgchat/chat-default.scss @@ -584,7 +584,8 @@ h2.alert { color: #8282fb; } -.com_zvezhan { +// SS220 EDIT - .com-zvezhan -> .com-srus +.com_srus { color: #7c4848; } diff --git a/tgui/packages/tgui/components/NanoMap.js b/tgui/packages/tgui/components/NanoMap.js index c653e71b2cd5..63f2506abe93 100644 --- a/tgui/packages/tgui/components/NanoMap.js +++ b/tgui/packages/tgui/components/NanoMap.js @@ -116,7 +116,7 @@ export class NanoMap extends Component { const { dragging, offsetX, offsetY, zoom = 1 } = this.state; const { children } = this.props; - const mapUrl = config.map + '_nanomap_z1.png'; + const mapUrl = this.props.mapUrl || config.map + '_nanomap_z1.png'; const mapSize = MAP_SIZE * zoom + 'px'; const newStyle = { width: mapSize, @@ -151,6 +151,7 @@ export class NanoMap extends Component { {children} + ); } @@ -235,3 +236,62 @@ const NanoMapZoomer = (props, context) => { }; NanoMap.Zoomer = NanoMapZoomer; + +let ActiveButton; +class NanoButton extends Component { + constructor(props) { + super(props); + const { act } = useBackend(this.props.context); + this.state = { + color: this.props.color, + }; + this.handleClick = (e) => { + if (ActiveButton !== undefined) { + ActiveButton.setState({ + color: 'blue', + }); + } + act('switch_camera', { + name: this.props.name, + }); + ActiveButton = this; + this.setState({ + color: 'green', + }); + }; + } + render() { + let rx = this.props.x * 2 * this.props.zoom - this.props.zoom - 3; + let ry = this.props.y * 2 * this.props.zoom - this.props.zoom - 3; + return ( + + ); + } +} +NanoMap.NanoButton = NanoButton; + +const NanoMapZSelector = (props, context) => { + const { act, data } = useBackend(context); + return ( + + + + ); + + const materialsTooltip = (recipe, multiplier) => ( + <> + {materials.map( + (material) => + recipe.requirements[material] && ( + + {roundMaterials(recipe.requirements[material], multiplier)} + + ) + )} + + ); + + return ( +
+ + + setSearchText(value)} /> + + +
+ {recipesToShow.map((recipe) => ( + 1 && ( + <> + {recipe.max_multiplier >= 10 && MultiplierButton(recipe, 10)} + {recipe.max_multiplier >= 25 && MultiplierButton(recipe, 25)} + {recipe.max_multiplier > 25 && MultiplierButton(recipe, recipe.max_multiplier)} + + ) + } + onClick={() => + act('make', { + make: recipe.uid, + multiplier: 1, + }) + } + > + {recipe.name} + + ))} +
+
+
+
+ ); +}; + +const Materials = (props, context) => { + const { data } = useBackend(context); + const { metal_amount, glass_amount, fill_percent } = data; + + const MaterialButton = (material, amount) => ( + + {roundMaterials(amount, 1)} +
+ } + > + {toTitleCase(material)} + + ); + + return ( + +
+ {MaterialButton('metal', metal_amount)} + {MaterialButton('glass', glass_amount)} + + Storage {fill_percent}% full + +
+
+ ); +}; + +const Building = (props, context) => { + const { data } = useBackend(context); + const { recipes, busyname, busyamt } = data; + const recipe = recipes.find((recipe) => recipe.name === busyname); + + return ( + +
+ + {busyname ? (busyamt > 1 ? `${busyname} x${busyamt}` : busyname) : 'Nothing'} + +
+
+ ); +}; + +const Queue = (props, context) => { + const { act, data } = useBackend(context); + const { recipes, buildQueue, buildQueueLen } = data; + + let buildQueueItems; + if (buildQueueLen > 0) { + buildQueueItems = buildQueue.map((queueItem, i) => { + const recipe = recipes.find((recipe) => recipe.name === buildQueue[i][0]); + return ( + + act('remove_from_queue', { + remove_from_queue: buildQueue.indexOf(queueItem) + 1, + }) + } + /> + } + > + {recipe.name} {Number(buildQueue[i][1]) > 1 && `x${buildQueue[i][1]}`} + + ); + }); + } + + return ( + + + +
0 ? buildQueueLen : ''}`}> + {buildQueueItems} +
+
+ +
+ +
+
+
+
+ ); +}; diff --git a/tgui/packages/tgui/interfaces/CameraConsole220.js b/tgui/packages/tgui/interfaces/CameraConsole220.js new file mode 100644 index 000000000000..e978401bc9a3 --- /dev/null +++ b/tgui/packages/tgui/interfaces/CameraConsole220.js @@ -0,0 +1,226 @@ +import { filter, sortBy } from 'common/collections'; +import { flow } from 'common/fp'; +import { classes } from 'common/react'; +import { createSearch } from 'common/string'; +import { useBackend, useLocalState } from '../backend'; +import { Button, ByondUi, Input, Section, Stack, NanoMap, Tabs, Icon, Box } from '../components'; +import { Window } from '../layouts'; + +/** + * Returns previous and next camera names relative to the currently + * active camera. + */ +const prevNextCamera = (cameras, activeCamera) => { + if (!activeCamera) { + return []; + } + const index = cameras.findIndex((camera) => camera.name === activeCamera.name); + return [cameras[index - 1]?.name, cameras[index + 1]?.name]; +}; + +/** + * Camera selector. + * + * Filters cameras, applies search terms and sorts the alphabetically. + */ +const selectCameras = (cameras, searchText = '') => { + const testSearch = createSearch(searchText, (camera) => camera.name); + return flow([ + // Null camera filter + filter((camera) => camera?.name), + // Optional search term + searchText && filter(testSearch), + // Slightly expensive, but way better than sorting in BYOND + sortBy((camera) => camera.name), + ])(cameras); +}; + +export const CameraConsole220 = (props, context) => { + const [tabIndex, setTabIndex] = useLocalState(context, 'tabIndex', 0); + const decideTab = (index) => { + switch (index) { + case 0: + return ; + case 1: + return ; + default: + return "WE SHOULDN'T BE HERE!"; + } + }; + + return ( + + + + + + + setTabIndex(0)}> + Карта + + setTabIndex(1)}> + Список + + + + {decideTab(tabIndex)} + + + + + ); +}; + +export const CameraConsoleMapContent = (props, context) => { + const { act, data } = useBackend(context); + const cameras = selectCameras(data.cameras); + const [zoom, setZoom] = useLocalState(context, 'zoom', 1); + const { mapRef, activeCamera, stationLevel, mapUrl, selected_z_level } = data; + const [prevCameraName, nextCameraName] = prevNextCamera(cameras, activeCamera); + return ( + + + setZoom(v)} mapUrl={mapUrl}> + {cameras + .filter((cam) => cam.z === (Number(selected_z_level) || stationLevel)) + .map((cm) => ( + + ))} + + + +
+
+ Камера: + {(activeCamera && activeCamera.name) || '—'} +
+
+
+
+ +
+
+ ); +}; + +export const CameraConsoleOldContent = (props, context) => { + const { act, data, config } = useBackend(context); + const { mapRef, activeCamera } = data; + const [searchText, setSearchText] = useLocalState(context, 'searchText', ''); + const cameras = selectCameras(data.cameras, searchText); + const [prevCameraName, nextCameraName] = prevNextCamera(cameras, activeCamera); + return ( + +
+ + + + setSearchText(value)} /> + + +
+ {cameras.map((camera) => ( + // We're not using the component here because performance + // would be absolutely abysmal (50+ ms for each re-render). +
+ act('switch_camera', { + name: camera.name, + }) + } + > + {camera.name} +
+ ))} +
+
+
+
+
+
+
+ Камера: + {(activeCamera && activeCamera.name) || '—'} +
+
+
+ +
+
+ ); +}; diff --git a/tgui/packages/tgui/interfaces/EmotePanel.js b/tgui/packages/tgui/interfaces/EmotePanel.js new file mode 100644 index 000000000000..0d47eddcda0f --- /dev/null +++ b/tgui/packages/tgui/interfaces/EmotePanel.js @@ -0,0 +1,139 @@ +import { useBackend, useLocalState } from '../backend'; +import { Window } from '../layouts'; +import { Button, Section, Input, Stack, Icon } from '../components'; +import { capitalize } from 'common/string'; + +export const EmotePanel = (props, context) => { + return ( + + + + + + + + ); +}; + +export const EmotePanelContent = (props, context) => { + const { act, data } = useBackend(context); + const { emotes } = data; + + const [searchText, setSearchText] = useLocalState(context, 'searchText', ''); + + const [filterVisible, toggleVisualFilter] = useLocalState(context, 'filterVisible', ''); + + const [filterAudible, toggleAudibleFilter] = useLocalState(context, 'filterAudible', ''); + + const [filterSound, toggleSoundFilter] = useLocalState(context, 'filterSound', ''); + + const [filterHands, toggleHandsFilter] = useLocalState(context, 'filterHands', ''); + + const [filterTargettable, toggleTargettableFilter] = useLocalState(context, 'filterTargettable', ''); + + const [useTarget, toggleUseTarget] = useLocalState(context, 'useTarget', ''); + + let searchBar = setSearchText(value)} />; + + return ( + <> + +
+
+
+ +
0 ? `Результаты поиска "${searchText}"` : `Все эмоции`} + buttons={ + + } + > + + + {emotes + .filter( + (emote) => + emote.key && + (searchText.length > 0 + ? emote.key.toLowerCase().includes(searchText.toLowerCase()) || + emote.name.toLowerCase().includes(searchText.toLowerCase()) + : true) && + (filterVisible ? emote.visible : true) && + (filterAudible ? emote.audible : true) && + (filterSound ? emote.sound : true) && + (filterHands ? emote.hands : true) && + (filterTargettable ? emote.targettable : true) + ) + .map((emote) => ( + + ))} + + +
+
+ + ); +}; diff --git a/tgui/packages/tgui/interfaces/Jukebox.tsx b/tgui/packages/tgui/interfaces/Jukebox.tsx new file mode 100644 index 000000000000..4fe45a77a828 --- /dev/null +++ b/tgui/packages/tgui/interfaces/Jukebox.tsx @@ -0,0 +1,249 @@ +import { sortBy } from 'common/collections'; +import { flow } from 'common/fp'; + +import { BooleanLike } from '../../common/react'; +import { useBackend } from '../backend'; +import { Box, Button, Knob, ProgressBar, Section, Stack, Dimmer, Icon } from '../components'; +import { Window } from '../layouts'; + +type Song = { + name: string; + length: number; + beat: number; +}; + +type Data = { + active: BooleanLike; + looping: BooleanLike; + need_coin: BooleanLike; + advanced_admin: BooleanLike; + volume: number; + max_volume: number; + startTime: number; + endTime: number; + worldTime: number; + track_selected: string | null; + payment: string | null; + songs: Song[]; +}; + +export const Jukebox = (props, context) => { + const { act, data } = useBackend(context); + const { + active, + looping, + track_selected, + volume, + max_volume, + songs, + startTime, + endTime, + worldTime, + need_coin, + payment, + advanced_admin, + } = data; + + const MAX_NAME_LENGTH = 35; + const need_payment = !payment && need_coin && !advanced_admin; + const songs_sorted: Song[] = flow([sortBy((song: Song) => song.name)])(songs); + const song_selected: Song | undefined = songs.find((song) => song.name === track_selected); + const totalTracks = songs_sorted.length; + const selectedTrackNumber = song_selected + ? songs_sorted.findIndex((song) => song.name === song_selected.name) + 1 + : 0; + + const formatTime = (seconds) => { + const minutes = Math.floor(seconds / 60); + const remainingSeconds = seconds % 60; + const formattedTime = `${String(minutes).padStart(2, '0')}:${String(remainingSeconds).padStart(2, '0')}`; + return formattedTime; + }; + + const trackTimer = ( + + {active + ? looping + ? '∞' + : formatTime(Math.round((worldTime - startTime) / 10)) + : looping + ? '∞' + : formatTime(song_selected.length)}{' '} + / {looping ? '∞' : formatTime(song_selected.length)} + + ); + + return ( + + {need_payment ? : null} + + + + +
+ + + {song_selected.name.length > MAX_NAME_LENGTH ? ( + {song_selected.name} + ) : ( + song_selected.name + )} + + + +
+
+ +
+ {active ? : null} + + +
+
+
+ +
{ + const randomIndex = Math.floor(Math.random() * totalTracks); + const randomTrack = songs_sorted[randomIndex]; + act('select_track', { track: randomTrack.name }); + }} + /> + } + > + {songs_sorted.map((song) => ( + +
+
+
+
+
+ ); +}; + +const OnMusic = () => { + return ( + + + + Играет музыка + + + ); +}; + +const NoCoin = () => { + return ( + + + + Вставьте монетку + + + ); +}; diff --git a/tgui/packages/tgui/interfaces/ModpacksList.js b/tgui/packages/tgui/interfaces/ModpacksList.js new file mode 100644 index 000000000000..0e95bdf14c91 --- /dev/null +++ b/tgui/packages/tgui/interfaces/ModpacksList.js @@ -0,0 +1,68 @@ +import { useBackend, useLocalState } from '../backend'; +import { Window } from '../layouts'; +import { Section, Input, Stack, Collapsible } from '../components'; + +export const ModpacksList = (props, context) => { + return ( + + + + + + + + ); +}; + +export const ModpacksListContent = (props, context) => { + const { act, data } = useBackend(context); + const { modpacks } = data; + + const [searchText, setSearchText] = useLocalState(context, 'searchText', ''); + + const searchBar = ( + setSearchText(value)} + /> + ); + + return ( + <> + +
+ {searchBar} +
+
+ +
0 ? `Результаты поиска "${searchText}"` : `Все модификации - ${modpacks.length}`} + > + + + {modpacks + .filter( + (modpack) => + modpack.name && + (searchText.length > 0 + ? modpack.name.toLowerCase().includes(searchText.toLowerCase()) || + modpack.desc.toLowerCase().includes(searchText.toLowerCase()) || + modpack.author.toLowerCase().includes(searchText.toLowerCase()) + : true) + ) + .map((modpack) => ( + +
{modpack.author}
+
{modpack.desc}
+
+ ))} +
+
+
+
+ + ); +}; diff --git a/tgui/packages/tgui/interfaces/Photocopier220.js b/tgui/packages/tgui/interfaces/Photocopier220.js new file mode 100644 index 000000000000..c9ecf793f7e3 --- /dev/null +++ b/tgui/packages/tgui/interfaces/Photocopier220.js @@ -0,0 +1,235 @@ +import { useBackend, useLocalState } from '../backend'; +import { Button, Section, Stack, Input, Slider, ProgressBar } from '../components'; +import { Window } from '../layouts'; +import { filter, sortBy } from 'common/collections'; +import { flow } from 'common/fp'; +import { createSearch } from 'common/string'; + +String.prototype.trimLongStr = function (length) { + return this.length > length ? this.substring(0, length) + '...' : this; +}; + +const selectForms = (forms, searchText = '') => { + const testSearch = createSearch(searchText, (form) => form.altername); + return flow([filter((form) => form?.altername), searchText && filter(testSearch), sortBy((form) => form.id)])(forms); +}; + +export const Photocopier220 = (props, context) => { + const { act, data } = useBackend(context); + + const { copies, maxcopies } = data; + + const [searchText, setSearchText] = useLocalState(context, 'searchText', ''); + + const forms = selectForms(sortBy((form) => form.category)(data.forms || []), searchText); + const categories = []; + for (let form of forms) { + if (!categories.includes(form.category)) { + categories.push(form.category); + } + } + const [number, setNumber] = useLocalState(context, 'number', 0); + + let category; + if (data.category === '') { + category = forms; + } else { + category = forms.filter((form) => form.category === data.category); + } + + return ( + + + + + +
+ + + Заряд тонера: + + + + + + + + Форма: + + + {data.form_id === '' ? 'Не выбрана' : data.form_id} + + + + +
+
+ + +
+ +
+ + +
+
+
+
+ +
setSearchText(value)} /> + } + > + {category.map((form) => ( + +
+
+
+
+
+ ); +}; diff --git a/tgui/packages/tgui/interfaces/Shop.js b/tgui/packages/tgui/interfaces/Shop.js new file mode 100644 index 000000000000..b81a4b9eeb18 --- /dev/null +++ b/tgui/packages/tgui/interfaces/Shop.js @@ -0,0 +1,274 @@ +import { filter, sortBy } from 'common/collections'; +import { flow } from 'common/fp'; +import { decodeHtmlEntities } from 'common/string'; +import { useBackend, useLocalState } from '../backend'; +import { Box, Button, Input, Section, Stack, Tabs, LabeledList } from '../components'; +import { Window } from '../layouts'; +import { ComplexModal } from './common/ComplexModal'; + +const PickTab = (index) => { + switch (index) { + case 0: + return ; + case 1: + return ; + default: + return 'ОШИБКА, СООБЩИТЕ РАЗРАБОТЧИКУ'; + } +}; + +export const Shop = (props, context) => { + const { act, data } = useBackend(context); + const { cart } = data; + + const [tabIndex, setTabIndex] = useLocalState(context, 'tabIndex', 0); + + return ( + + + + + + + { + setTabIndex(0); + }} + icon="store" + > + Торговля + + { + setTabIndex(1); + }} + icon="shopping-cart" + > + Корзина {cart && cart.length ? '(' + cart.length + ')' : ''} + + + + {PickTab(tabIndex)} + + + + ); +}; + +// ================== ITEMS PAGE ================== + +const ItemsPage = (_properties, context) => { + const { act, data } = useBackend(context); + const { cash, cats } = data; + // Default to first + const [shopItems, setShopItems] = useLocalState(context, 'shopItems', cats[0].items); + + const [showDesc, setShowDesc] = useLocalState(context, 'showDesc', 1); + + return ( + + + +
setShowDesc(!showDesc)} /> + } + /> + + + + +
+ + {cats.map((c) => ( + { + setShopItems(c.items); + }} + > + {c.cat} + + ))} + +
+
+ +
+ + {shopItems.map((i) => ( + + + + ))} + +
+
+
+ + ); +}; + +const CartPage = (_properties, context) => { + const { act, data } = useBackend(context); + const { cart, cash, cart_price } = data; + + const [showDesc, setShowDesc] = useLocalState(context, 'showDesc', 0); + + return ( + + +
+ setShowDesc(!showDesc)} /> +
+
+
+ ); +}; + +const ShopItem = (props, context) => { + const { i, showDecription = 1, buttons = } = props; + + return ( +
+ {showDecription ? {decodeHtmlEntities(i.desc)} : null} + {showDecription ? {decodeHtmlEntities(i.content)} : null} +
+ ); +}; + +const ShopItemButtons = (props, context) => { + const { act, data } = useBackend(context); + const { i } = props; + const { cash } = data; + + return ( + + + + } + > + {categoriesCheckboxes} +
+
+ +
+
+ + {`Для поддержания и развития сообщества в условиях растущих расходов часть голосов пришлось сделать доступными только за материальную поддержку сообщества.`} + + + {`Подробнее об этом можно узнать в нашем Discord-сообществе.`} + +
+
+
+
+ + +
+ + {seedsRow} +
+
+
+ + ); +}; diff --git a/tgui/packages/tgui/public/tgui.bundle.css b/tgui/packages/tgui/public/tgui.bundle.css new file mode 100644 index 000000000000..815525a3f10a --- /dev/null +++ b/tgui/packages/tgui/public/tgui.bundle.css @@ -0,0 +1 @@ +body,html{box-sizing:border-box;height:100%;margin:0;font-size:12px}html{overflow:hidden;cursor:default}body{overflow:auto;font-family:Verdana,Geneva,sans-serif}*,:after,:before{box-sizing:inherit}h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:6px 0}h1{font-size:18px}h2{font-size:16px}h3{font-size:14px}h4{font-size:12px}td,th{vertical-align:baseline;text-align:left}.candystripe:nth-child(odd){background-color:rgba(0,0,0,.25)}.color-black{color:#0d0d0d!important}.color-white{color:#fff!important}.color-red{color:#d33!important}.color-orange{color:#f37827!important}.color-yellow{color:#fbd814!important}.color-olive{color:#c0d919!important}.color-green{color:#22be47!important}.color-teal{color:#00c5bd!important}.color-blue{color:#238cdc!important}.color-violet{color:#6c3fcc!important}.color-purple{color:#a93bcd!important}.color-pink{color:#e2439c!important}.color-brown{color:#af6d43!important}.color-grey{color:#7d7d7d!important}.color-good{color:#62b62a!important}.color-average{color:#f1951d!important}.color-bad{color:#d33!important}.color-label{color:#8496ab!important}.color-bg-black{background-color:#000!important}.color-bg-white{background-color:#d9d9d9!important}.color-bg-red{background-color:#bd2020!important}.color-bg-orange{background-color:#d95e0c!important}.color-bg-yellow{background-color:#d9b804!important}.color-bg-olive{background-color:#9aad14!important}.color-bg-green{background-color:#1b9638!important}.color-bg-teal{background-color:#009a93!important}.color-bg-blue{background-color:#1c71b1!important}.color-bg-violet{background-color:#552dab!important}.color-bg-purple{background-color:#8b2baa!important}.color-bg-pink{background-color:#cf2082!important}.color-bg-brown{background-color:#8c5836!important}.color-bg-grey{background-color:#646464!important}.color-bg-good{background-color:#4d9121!important}.color-bg-average{background-color:#cd7a0d!important}.color-bg-bad{background-color:#bd2020!important}.color-bg-label{background-color:#657a94!important}.debug-layout,.debug-layout :not(g):not(path){color:hsla(0,0%,100%,.9)!important;background:transparent!important;outline:1px solid hsla(0,0%,100%,.5)!important;box-shadow:none!important;filter:none!important}.debug-layout:hover,.debug-layout :not(g):not(path):hover{outline-color:hsla(0,0%,100%,.8)!important}.display-none{display:none}.display-block{display:block}.display-inline{display:inline}.display-inline-block{display:inline-block}.m-0{margin:0}.mx-0{margin-left:0;margin-right:0}.my-0{margin-top:0;margin-bottom:0}.ml-0{margin-left:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.m-1{margin:6px}.mx-1{margin-left:6px;margin-right:6px}.my-1{margin-top:6px;margin-bottom:6px}.ml-1{margin-left:6px}.mt-1{margin-top:6px}.mr-1{margin-right:6px}.mb-1{margin-bottom:6px}.m-2{margin:12px}.mx-2{margin-left:12px;margin-right:12px}.my-2{margin-top:12px;margin-bottom:12px}.ml-2{margin-left:12px}.mt-2{margin-top:12px}.mr-2{margin-right:12px}.mb-2{margin-bottom:12px}.outline-dotted{outline-style:dotted!important;outline-width:2px!important}.outline-dashed{outline-style:dashed!important;outline-width:2px!important}.outline-solid{outline-style:solid!important;outline-width:2px!important}.outline-double{outline-style:double!important;outline-width:2px!important}.outline-groove{outline-style:groove!important;outline-width:2px!important}.outline-ridge{outline-style:ridge!important;outline-width:2px!important}.outline-inset{outline-style:inset!important;outline-width:2px!important}.outline-outset{outline-style:outset!important;outline-width:2px!important}.outline-color-black{outline-color:#0d0d0d!important}.outline-color-white{outline-color:#fff!important}.outline-color-red{outline-color:#d33!important}.outline-color-orange{outline-color:#f37827!important}.outline-color-yellow{outline-color:#fbd814!important}.outline-color-olive{outline-color:#c0d919!important}.outline-color-green{outline-color:#22be47!important}.outline-color-teal{outline-color:#00c5bd!important}.outline-color-blue{outline-color:#238cdc!important}.outline-color-violet{outline-color:#6c3fcc!important}.outline-color-purple{outline-color:#a93bcd!important}.outline-color-pink{outline-color:#e2439c!important}.outline-color-brown{outline-color:#af6d43!important}.outline-color-grey{outline-color:#7d7d7d!important}.outline-color-good{outline-color:#62b62a!important}.outline-color-average{outline-color:#f1951d!important}.outline-color-bad{outline-color:#d33!important}.outline-color-label{outline-color:#8496ab!important}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:sticky}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-baseline{text-align:baseline}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-pre{white-space:pre}.text-bold{font-weight:700}.text-italic{font-style:italic}.text-underline{text-decoration:underline}.BlockQuote{color:#8496ab;border-left:2px solid #8496ab;padding-left:6px;margin-bottom:6px}.BlockQuote:last-child{margin-bottom:0}.Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.Button:last-child{margin-right:0}.Button .fa,.Button .far,.Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.Button--hasContent .fa,.Button--hasContent .far,.Button--hasContent .fas{margin-right:3px}.Button--hasContent.Button--iconRight .fa,.Button--hasContent.Button--iconRight .far,.Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.Button--fluid{display:block;margin-left:0;margin-right:0}.Button--multiLine{white-space:normal;word-wrap:break-word}.Button--color--black{transition:color 50ms,background-color 50ms;background-color:#000;color:#fff}.Button--color--black:hover{transition:color 0ms,background-color 0ms}.Button--color--black:focus{transition:color .1s,background-color .1s}.Button--color--black:focus,.Button--color--black:hover{background-color:#0a0a0a;color:#fff}.Button--color--white{transition:color 50ms,background-color 50ms;background-color:#d9d9d9;color:#000}.Button--color--white:hover{transition:color 0ms,background-color 0ms}.Button--color--white:focus{transition:color .1s,background-color .1s}.Button--color--white:focus,.Button--color--white:hover{background-color:#f3f3f3;color:#000}.Button--color--red{transition:color 50ms,background-color 50ms;background-color:#bd2020;color:#fff}.Button--color--red:hover{transition:color 0ms,background-color 0ms}.Button--color--red:focus{transition:color .1s,background-color .1s}.Button--color--red:focus,.Button--color--red:hover{background-color:#d52b2b;color:#fff}.Button--color--orange{transition:color 50ms,background-color 50ms;background-color:#d95e0c;color:#fff}.Button--color--orange:hover{transition:color 0ms,background-color 0ms}.Button--color--orange:focus{transition:color .1s,background-color .1s}.Button--color--orange:focus,.Button--color--orange:hover{background-color:#ed6f1d;color:#fff}.Button--color--yellow{transition:color 50ms,background-color 50ms;background-color:#d9b804;color:#000}.Button--color--yellow:hover{transition:color 0ms,background-color 0ms}.Button--color--yellow:focus{transition:color .1s,background-color .1s}.Button--color--yellow:focus,.Button--color--yellow:hover{background-color:#f3d00e;color:#000}.Button--color--olive{transition:color 50ms,background-color 50ms;background-color:#9aad14;color:#fff}.Button--color--olive:hover{transition:color 0ms,background-color 0ms}.Button--color--olive:focus{transition:color .1s,background-color .1s}.Button--color--olive:focus,.Button--color--olive:hover{background-color:#afc41f;color:#fff}.Button--color--green{transition:color 50ms,background-color 50ms;background-color:#1b9638;color:#fff}.Button--color--green:hover{transition:color 0ms,background-color 0ms}.Button--color--green:focus{transition:color .1s,background-color .1s}.Button--color--green:focus,.Button--color--green:hover{background-color:#27ab46;color:#fff}.Button--color--teal{transition:color 50ms,background-color 50ms;background-color:#009a93;color:#fff}.Button--color--teal:hover{transition:color 0ms,background-color 0ms}.Button--color--teal:focus{transition:color .1s,background-color .1s}.Button--color--teal:focus,.Button--color--teal:hover{background-color:#0aafa8;color:#fff}.Button--color--blue{transition:color 50ms,background-color 50ms;background-color:#1c71b1;color:#fff}.Button--color--blue:hover{transition:color 0ms,background-color 0ms}.Button--color--blue:focus{transition:color .1s,background-color .1s}.Button--color--blue:focus,.Button--color--blue:hover{background-color:#2883c8;color:#fff}.Button--color--violet{transition:color 50ms,background-color 50ms;background-color:#552dab;color:#fff}.Button--color--violet:hover{transition:color 0ms,background-color 0ms}.Button--color--violet:focus{transition:color .1s,background-color .1s}.Button--color--violet:focus,.Button--color--violet:hover{background-color:#653ac1;color:#fff}.Button--color--purple{transition:color 50ms,background-color 50ms;background-color:#8b2baa;color:#fff}.Button--color--purple:hover{transition:color 0ms,background-color 0ms}.Button--color--purple:focus{transition:color .1s,background-color .1s}.Button--color--purple:focus,.Button--color--purple:hover{background-color:#9e38c1;color:#fff}.Button--color--pink{transition:color 50ms,background-color 50ms;background-color:#cf2082;color:#fff}.Button--color--pink:hover{transition:color 0ms,background-color 0ms}.Button--color--pink:focus{transition:color .1s,background-color .1s}.Button--color--pink:focus,.Button--color--pink:hover{background-color:#dd3794;color:#fff}.Button--color--brown{transition:color 50ms,background-color 50ms;background-color:#8c5836;color:#fff}.Button--color--brown:hover{transition:color 0ms,background-color 0ms}.Button--color--brown:focus{transition:color .1s,background-color .1s}.Button--color--brown:focus,.Button--color--brown:hover{background-color:#a06844;color:#fff}.Button--color--grey{transition:color 50ms,background-color 50ms;background-color:#646464;color:#fff}.Button--color--grey:hover{transition:color 0ms,background-color 0ms}.Button--color--grey:focus{transition:color .1s,background-color .1s}.Button--color--grey:focus,.Button--color--grey:hover{background-color:#757575;color:#fff}.Button--color--good{transition:color 50ms,background-color 50ms;background-color:#4d9121;color:#fff}.Button--color--good:hover{transition:color 0ms,background-color 0ms}.Button--color--good:focus{transition:color .1s,background-color .1s}.Button--color--good:focus,.Button--color--good:hover{background-color:#5da52d;color:#fff}.Button--color--average{transition:color 50ms,background-color 50ms;background-color:#cd7a0d;color:#fff}.Button--color--average:hover{transition:color 0ms,background-color 0ms}.Button--color--average:focus{transition:color .1s,background-color .1s}.Button--color--average:focus,.Button--color--average:hover{background-color:#e68d18;color:#fff}.Button--color--bad{transition:color 50ms,background-color 50ms;background-color:#bd2020;color:#fff}.Button--color--bad:hover{transition:color 0ms,background-color 0ms}.Button--color--bad:focus{transition:color .1s,background-color .1s}.Button--color--bad:focus,.Button--color--bad:hover{background-color:#d52b2b;color:#fff}.Button--color--label{transition:color 50ms,background-color 50ms;background-color:#657a94;color:#fff}.Button--color--label:hover{transition:color 0ms,background-color 0ms}.Button--color--label:focus{transition:color .1s,background-color .1s}.Button--color--label:focus,.Button--color--label:hover{background-color:#7b8da4;color:#fff}.Button--color--default{transition:color 50ms,background-color 50ms;background-color:#3e6189;color:#fff}.Button--color--default:hover{transition:color 0ms,background-color 0ms}.Button--color--default:focus{transition:color .1s,background-color .1s}.Button--color--default:focus,.Button--color--default:hover{background-color:#4c729d;color:#fff}.Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#d9b804;color:#000}.Button--color--caution:hover{transition:color 0ms,background-color 0ms}.Button--color--caution:focus{transition:color .1s,background-color .1s}.Button--color--caution:focus,.Button--color--caution:hover{background-color:#f3d00e;color:#000}.Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#bd2020;color:#fff}.Button--color--danger:hover{transition:color 0ms,background-color 0ms}.Button--color--danger:focus{transition:color .1s,background-color .1s}.Button--color--danger:focus,.Button--color--danger:hover{background-color:#d52b2b;color:#fff}.Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#252525;color:#fff;background-color:rgba(37,37,37,0);color:hsla(0,0%,100%,.5)}.Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.Button--color--transparent:focus{transition:color .1s,background-color .1s}.Button--color--transparent:focus,.Button--color--transparent:hover{background-color:#323232;color:#fff}.Button--disabled{background-color:#999!important}.Button--selected{transition:color 50ms,background-color 50ms;background-color:#1b9638;color:#fff}.Button--selected:hover{transition:color 0ms,background-color 0ms}.Button--selected:focus{transition:color .1s,background-color .1s}.Button--selected:focus,.Button--selected:hover{background-color:#27ab46;color:#fff}.Collapsible{margin-bottom:.5rem}.Collapsible:last-child{margin-bottom:0}.ColorBox{display:inline-block;width:12px;height:12px;line-height:12px;text-align:center}.Dimmer{display:flex;justify-content:center;align-items:center;position:absolute;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.75);z-index:1}.Divider--horizontal{margin:6px 0}.Divider--horizontal:not(.Divider--hidden){border-top:2px solid hsla(0,0%,100%,.1)}.Divider--vertical{height:100%;margin:0 6px}.Divider--vertical:not(.Divider--hidden){border-left:2px solid hsla(0,0%,100%,.1)}.Dropdown{position:relative}.Dropdown__control{position:relative;display:inline-block;font-family:Verdana,sans-serif;font-size:12px;width:100px;line-height:17px;user-select:none}.Dropdown__arrow-button{float:right;padding-left:6px;border-left:1px solid #000;border-left:1px solid rgba(0,0,0,.25)}.Dropdown__menu{overflow-y:auto;overflow-y:scroll}.Dropdown__menu,.Dropdown__menu-noscroll{position:absolute;z-index:5;width:100px;max-height:200px;border-radius:0 0 2px 2px;background-color:#000;background-color:rgba(0,0,0,.75)}.Dropdown__menu-noscroll{overflow-y:auto}.Dropdown__menuentry{padding:2px 4px;font-family:Verdana,sans-serif;font-size:12px;line-height:17px;transition:background-color .1s}.Dropdown__menuentry:hover{background-color:#444;transition:background-color 0ms}.Dropdown__over{top:auto;bottom:100%}.FatalError{display:block!important;position:absolute;top:0;left:0;right:0;bottom:0;padding:12px;font-size:12px;font-family:Consolas,monospace;color:#fff;background-color:#00d;z-index:1000;overflow:hidden;text-align:center}.FatalError__logo{display:inline-block;text-align:left;font-size:10px;line-height:8px;position:relative;margin-top:12px;top:0;left:0;animation:FatalError__rainbow 2s linear infinite alternate,FatalError__shadow 4s linear infinite alternate,FatalError__tfmX 3s infinite alternate,FatalError__tfmY 4s infinite alternate;white-space:pre-wrap;word-break:break-all}.FatalError__header{margin-top:12px}.FatalError__stack{text-align:left;white-space:pre-wrap;word-break:break-all;margin-top:24px;margin-bottom:24px}.FatalError__footer{margin-bottom:24px}@keyframes FatalError__rainbow{0%{color:#ff0}50%{color:#0ff}to{color:#f0f}}@keyframes FatalError__shadow{0%{left:-2px;text-shadow:4px 0 #f0f}50%{left:0;text-shadow:0 0 #0ff}to{left:2px;text-shadow:-4px 0 #ff0}}@keyframes FatalError__tfmX{0%{left:15px}to{left:-15px}}@keyframes FatalError__tfmY{to{top:-15px}}.Flex{display:-ms-flexbox;display:flex}.Flex--inline{display:inline-flex}.Flex--ie8{display:table!important}.Flex--ie8--column{display:block!important}.Flex--ie8--column>.Flex__item{display:block!important;margin-left:6px;margin-right:6px}.Flex__item--ie8{display:table-cell!important}.Flex--spacing--1{margin:0 -3px}.Flex--spacing--1>.Flex__item{margin:0 3px}.Flex--spacingPrecise--1{margin:-1px}.Flex--spacingPrecise--1>.Flex__item{margin:1px}.Flex--spacing--2{margin:0 -6px}.Flex--spacing--2>.Flex__item{margin:0 6px}.Flex--spacingPrecise--2{margin:-2px}.Flex--spacingPrecise--2>.Flex__item{margin:2px}.Knob{position:relative;font-size:1rem;width:2.6em;height:2.6em;margin:0 auto -.2em;cursor:n-resize}.Knob:after{content:".";color:transparent;line-height:2.5em}.Knob__circle{position:absolute;top:.1em;bottom:.1em;left:.1em;right:.1em;margin:.3em;background-color:#333;background-image:linear-gradient(180deg,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,0));border-radius:50%;box-shadow:0 .05em .5em 0 rgba(0,0,0,.5)}.Knob__cursorBox{position:absolute;top:0;bottom:0;left:0;right:0}.Knob__cursor{position:relative;top:.05em;margin:0 auto;width:.2em;height:.8em;background-color:hsla(0,0%,100%,.9)}.Knob__popupValue,.Knob__popupValue--right{position:absolute;top:-2rem;right:50%;font-size:1rem;text-align:center;padding:.25rem .5rem;background-color:#000;transform:translateX(50%);white-space:nowrap}.Knob__popupValue--right{top:.25rem;right:-50%}.Knob__ring{position:absolute;top:0;bottom:0;left:0;right:0;padding:.1em}.Knob__ringTrackPivot{transform:rotate(135deg)}.Knob__ringTrack{fill:transparent;stroke:hsla(0,0%,100%,.1);stroke-width:8;stroke-linecap:round;stroke-dasharray:235.62}.Knob__ringFillPivot{transform:rotate(135deg)}.Knob--bipolar .Knob__ringFillPivot{transform:rotate(270deg)}.Knob__ringFill{fill:transparent;stroke:#6a96c9;stroke-width:8;stroke-linecap:round;stroke-dasharray:314.16;transition:stroke 50ms}.Knob--color--black .Knob__ringFill{stroke:#0d0d0d}.Knob--color--white .Knob__ringFill{stroke:#fff}.Knob--color--red .Knob__ringFill{stroke:#d33}.Knob--color--orange .Knob__ringFill{stroke:#f37827}.Knob--color--yellow .Knob__ringFill{stroke:#fbd814}.Knob--color--olive .Knob__ringFill{stroke:#c0d919}.Knob--color--green .Knob__ringFill{stroke:#22be47}.Knob--color--teal .Knob__ringFill{stroke:#00c5bd}.Knob--color--blue .Knob__ringFill{stroke:#238cdc}.Knob--color--violet .Knob__ringFill{stroke:#6c3fcc}.Knob--color--purple .Knob__ringFill{stroke:#a93bcd}.Knob--color--pink .Knob__ringFill{stroke:#e2439c}.Knob--color--brown .Knob__ringFill{stroke:#af6d43}.Knob--color--grey .Knob__ringFill{stroke:#7d7d7d}.Knob--color--good .Knob__ringFill{stroke:#62b62a}.Knob--color--average .Knob__ringFill{stroke:#f1951d}.Knob--color--bad .Knob__ringFill{stroke:#d33}.Knob--color--label .Knob__ringFill{stroke:#8496ab}.LabeledList{display:table;width:100%;width:calc(100% + 12px);border-collapse:collapse;border-spacing:0;margin:-3px -6px 0;padding:0}.LabeledList__row{display:table-row}.LabeledList__row:last-child .LabeledList__cell{padding-bottom:0}.LabeledList__cell{display:table-cell;margin:0;padding:3px 6px;border:0;text-align:left;vertical-align:baseline}.LabeledList__label{width:1%;white-space:nowrap;min-width:60px}.LabeledList__buttons{width:.1%;white-space:nowrap;text-align:right;padding-top:1px;padding-bottom:0}.LabeledList__breakContents{word-break:break-all;word-wrap:break-word}.Modal{background-color:#252525;max-width:calc(100% - 1rem);padding:1rem;scrollbar-base-color:#1c1c1c;scrollbar-face-color:#3b3b3b;scrollbar-3dlight-color:#252525;scrollbar-highlight-color:#252525;scrollbar-track-color:#1c1c1c;scrollbar-arrow-color:#929292;scrollbar-shadow-color:#3b3b3b}.NanoMap__container{overflow:hidden;width:100%;z-index:1}.NanoMap__marker{z-index:10;padding:0;margin:0}.NanoMap__button{padding:3px;font-size:12px;border:2px solid #000}.NanoMap__button:hover{background-color:#adff2f}.NanoMap__zoomer{z-index:20;background-color:rgba(0,0,0,.33);position:absolute;top:30px;left:0;padding:.5rem;width:20%}.NoticeBox{padding:4px 6px;margin-bottom:6px;box-shadow:none;font-weight:700;font-style:italic;color:#000;background-color:#bb9b68;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 20px)}.NoticeBox--color--black{color:#fff;background-color:#000}.NoticeBox--color--white{color:#000;background-color:#b3b3b3}.NoticeBox--color--red{color:#fff;background-color:#701f1f}.NoticeBox--color--orange{color:#fff;background-color:#854114}.NoticeBox--color--yellow{color:#000;background-color:#83710d}.NoticeBox--color--olive{color:#000;background-color:#576015}.NoticeBox--color--green{color:#fff;background-color:#174e24}.NoticeBox--color--teal{color:#fff;background-color:#064845}.NoticeBox--color--blue{color:#fff;background-color:#1b4565}.NoticeBox--color--violet{color:#fff;background-color:#3b2864}.NoticeBox--color--purple{color:#fff;background-color:#542663}.NoticeBox--color--pink{color:#fff;background-color:#802257}.NoticeBox--color--brown{color:#fff;background-color:#4c3729}.NoticeBox--color--grey{color:#fff;background-color:#3e3e3e}.NoticeBox--color--good{color:#fff;background-color:#2e4b1a}.NoticeBox--color--average{color:#fff;background-color:#7b4e13}.NoticeBox--color--bad{color:#fff;background-color:#701f1f}.NoticeBox--color--label{color:#fff;background-color:#53565a}.NoticeBox--type--info{color:#fff;background-color:#235982}.NoticeBox--type--success{color:#fff;background-color:#1e662f}.NoticeBox--type--warning{color:#fff;background-color:#a95219}.NoticeBox--type--danger{color:#fff;background-color:#8f2828}.Input{position:relative;display:inline-block;width:120px;border:1px solid #88bfff;border:1px solid rgba(136,191,255,.75);border-radius:2px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;overflow:visible;white-space:nowrap}.Input--disabled{color:#777;border-color:#848484;border-color:hsla(0,0%,51.8%,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.Input--fluid{display:block;width:auto}.Input__baseline{display:inline-block;color:transparent}.Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit}.Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.Input__textarea{border:0;width:calc(100% + 4px);font-size:12px;line-height:17px;margin-left:-4px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.NumberInput{position:relative;display:inline-block;border:1px solid #88bfff;border:1px solid rgba(136,191,255,.75);border-radius:2px;color:#88bfff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;text-align:right;overflow:visible;cursor:n-resize}.NumberInput--fluid{display:block}.NumberInput__content{margin-left:6px}.NumberInput__barContainer{position:absolute;top:2px;bottom:2px;left:2px}.NumberInput__bar{position:absolute;bottom:0;left:0;width:3px;box-sizing:border-box;border-bottom:1px solid #88bfff;background-color:#88bfff}.NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:#000;color:#fff;text-align:right}.ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:2px;background-color:transparent;transition:border-color .5s}.ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.ProgressBar__fill--animated{transition:background-color .5s,width .5s}.ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.ProgressBar--color--default{border:1px solid #3e6189}.ProgressBar--color--default .ProgressBar__fill{background-color:#3e6189}.ProgressBar--color--disabled{border:1px solid #999}.ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.ProgressBar--color--black{border:1px solid #000!important}.ProgressBar--color--black .ProgressBar__fill{background-color:#000}.ProgressBar--color--white{border:1px solid #d9d9d9!important}.ProgressBar--color--white .ProgressBar__fill{background-color:#d9d9d9}.ProgressBar--color--red{border:1px solid #bd2020!important}.ProgressBar--color--red .ProgressBar__fill{background-color:#bd2020}.ProgressBar--color--orange{border:1px solid #d95e0c!important}.ProgressBar--color--orange .ProgressBar__fill{background-color:#d95e0c}.ProgressBar--color--yellow{border:1px solid #d9b804!important}.ProgressBar--color--yellow .ProgressBar__fill{background-color:#d9b804}.ProgressBar--color--olive{border:1px solid #9aad14!important}.ProgressBar--color--olive .ProgressBar__fill{background-color:#9aad14}.ProgressBar--color--green{border:1px solid #1b9638!important}.ProgressBar--color--green .ProgressBar__fill{background-color:#1b9638}.ProgressBar--color--teal{border:1px solid #009a93!important}.ProgressBar--color--teal .ProgressBar__fill{background-color:#009a93}.ProgressBar--color--blue{border:1px solid #1c71b1!important}.ProgressBar--color--blue .ProgressBar__fill{background-color:#1c71b1}.ProgressBar--color--violet{border:1px solid #552dab!important}.ProgressBar--color--violet .ProgressBar__fill{background-color:#552dab}.ProgressBar--color--purple{border:1px solid #8b2baa!important}.ProgressBar--color--purple .ProgressBar__fill{background-color:#8b2baa}.ProgressBar--color--pink{border:1px solid #cf2082!important}.ProgressBar--color--pink .ProgressBar__fill{background-color:#cf2082}.ProgressBar--color--brown{border:1px solid #8c5836!important}.ProgressBar--color--brown .ProgressBar__fill{background-color:#8c5836}.ProgressBar--color--grey{border:1px solid #646464!important}.ProgressBar--color--grey .ProgressBar__fill{background-color:#646464}.ProgressBar--color--good{border:1px solid #4d9121!important}.ProgressBar--color--good .ProgressBar__fill{background-color:#4d9121}.ProgressBar--color--average{border:1px solid #cd7a0d!important}.ProgressBar--color--average .ProgressBar__fill{background-color:#cd7a0d}.ProgressBar--color--bad{border:1px solid #bd2020!important}.ProgressBar--color--bad .ProgressBar__fill{background-color:#bd2020}.ProgressBar--color--label{border:1px solid #657a94!important}.ProgressBar--color--label .ProgressBar__fill{background-color:#657a94}.Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#1c1c1c;scrollbar-face-color:#3b3b3b;scrollbar-3dlight-color:#252525;scrollbar-highlight-color:#252525;scrollbar-track-color:#1c1c1c;scrollbar-arrow-color:#929292;scrollbar-shadow-color:#3b3b3b}.Section:last-child{margin-bottom:0}.Section--flex{display:flex;flex-flow:column}.Section--flex .Section__content{overflow:auto;flex:1}.Section__title{padding:6px}.Section__title--showBottom{border-bottom:2px solid #4972a1}.Section__titleText{font-size:14px;font-weight:700}.Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.Section__content{padding:8px 6px}.Section__content--noTopPadding{padding-top:0}.Section__content--stretchContents{height:100%}.Section--level--1 .Section__titleText{font-size:14px}.Section--level--2 .Section__titleText{font-size:13px}.Section--level--3 .Section__titleText{font-size:12px}.Section--level--2,.Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.Slider:not(.Slider__disabled){cursor:e-resize}.Slider__cursorOffset{position:absolute;top:0;left:0;bottom:0;transition:none!important}.Slider__cursor{position:absolute;top:0;right:-1px;bottom:0;width:0;border-left:2px solid #fff}.Slider__pointer{position:absolute;right:-5px;bottom:-4px;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #fff}.Slider__popupValue{position:absolute;right:0;top:-22px;padding:2px 4px;background-color:#000;transform:translateX(50%);white-space:nowrap}.Table{display:table;width:100%;border-collapse:collapse;border-spacing:0;margin:0}.Table--collapsing{width:auto}.Table__row{display:table-row}.Table__cell{display:table-cell;padding:0 3px}.Table__cell:first-child{padding-left:0}.Table__cell:last-child{padding-right:0}.Table__cell--header,.Table__row--header .Table__cell{font-weight:700;padding-bottom:6px}.Table__cell--collapsing{width:1%;white-space:nowrap}.Tabs--horizontal{border-bottom:2px solid hsla(0,0%,100%,.1);margin-bottom:6px}.Tabs--horizontal .Tabs__tab--altSelection:after{content:"";position:absolute;bottom:0;right:0;left:0;height:2px;width:100%;background-color:#fff;border-radius:2px}.Tabs--vertical{margin-right:9px}.Tabs--vertical .Tabs__tabBox{border-right:2px solid hsla(0,0%,100%,.1);vertical-align:top}.Tabs--vertical .Tabs__tab{display:block!important;margin-right:0!important;margin-bottom:0;padding:1px 9px 0 6px;border-bottom:2px solid hsla(0,0%,100%,.1)}.Tabs--vertical .Tabs__tab:last-child{border-bottom:0}.Tabs--vertical .Tabs__tab--altSelection:after{content:"";position:absolute;top:0;bottom:0;right:0;height:100%;width:3px;background-color:#fff;border-radius:2px}.Tooltip{position:absolute;top:0;left:0;right:0;bottom:0;font-style:normal;font-weight:400;line-height:normal}.Tooltip:after{position:absolute;display:block;white-space:nowrap;z-index:2;padding:6px 10px;transform:translateX(-50%);pointer-events:none;visibility:hidden;opacity:0;text-align:left;content:attr(data-tooltip);transition:all .15s;color:#fff;background-color:#000;box-shadow:1px 1px 15px -1px rgba(0,0,0,.5);border-radius:2px}.Tooltip:hover:after{transition:all 70ms;pointer-events:none;visibility:visible;opacity:1}.Tooltip--long:after{width:250px;white-space:normal}.Tooltip--top:after{bottom:100%;left:50%;transform:translateX(-50%) translateY(8px)}.Tooltip--top:hover:after{transform:translateX(-50%) translateY(-8px)}.Tooltip--top-left:after{bottom:100%;right:50%;transform:translateX(12px) translateY(-8px)}.Tooltip--top-left:hover:after{transform:translateX(12px) translateY(8px)}.Tooltip--top-right:after{bottom:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.Tooltip--top-right:hover:after{transform:translateX(-12px) translateY(8px)}.Tooltip--bottom:after{top:100%;left:50%;transform:translateX(-50%) translateY(-8px)}.Tooltip--bottom:hover:after{transform:translateX(-50%) translateY(8px)}.Tooltip--bottom-left:after{top:100%;right:50%;transform:translateX(12px) translateY(-8px)}.Tooltip--bottom-left:hover:after{transform:translateX(12px) translateY(8px)}.Tooltip--bottom-right:after{top:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.Tooltip--bottom-right:hover:after{transform:translateX(-12px) translateY(8px)}.Tooltip--left:after{top:50%;right:100%;transform:translateX(8px) translateY(-50%)}.Tooltip--left:hover:after,.Tooltip--right:after{transform:translateX(-8px) translateY(-50%)}.Tooltip--right:after{top:50%;left:100%}.Tooltip--right:hover:after{transform:translateX(8px) translateY(-50%)}.AccountsUplinkTerminal__list tr>td{text-align:center}.AccountsUplinkTerminal__list tr:not(:first-child){height:24px;line-height:24px;cursor:pointer;transition:background-color 50ms}.AccountsUplinkTerminal__list tr:not(:first-child):focus,.AccountsUplinkTerminal__list tr:not(:first-child):hover{background-color:#252525}.AccountsUplinkTerminal__listRow--SUSPENDED{background-color:#740c20}.BrigCells__list .Table__cell,.BrigCells__list .Table__row--header{text-align:center}.BrigCells__list .BrigCells__listRow--active .Table__cell{background-color:#890e26}.CameraConsole__left{position:absolute;top:25px;bottom:0;left:0;width:220px}.CameraConsole__right{position:absolute;top:0;bottom:0;left:220px;right:0;background-color:rgba(0,0,0,.33)}.CameraConsole__toolbar{left:0;margin:3px 12px 0}.CameraConsole__toolbar,.CameraConsole__toolbarRight{position:absolute;top:0;right:0;height:24px;line-height:24px}.CameraConsole__toolbarRight{margin:4px 6px 0}.CameraConsole__map{position:absolute;top:26px;bottom:0;left:0;right:0;margin:6px;text-align:center}.CameraConsole__map .NoticeBox{margin-top:calc(50% - 24px)}.CameraConsole__right_map{position:relative;display:flex;flex:1;height:90%;flex-direction:column;background-color:rgba(0,0,0,.33)}.Contractor *{font-family:Courier New,Courier,monospace}.Contractor .Section__titleText{display:inline-block;max-width:70%}.Contractor .Section__titleText>.Flex{width:100%}.Contractor .Section__titleText>.Flex>.Flex__item:first-of-type{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Contractor__Contract .Button{font-size:11px;white-space:normal!important}.Contractor__photoZoom{text-align:center}.Contractor__photoZoom>img{width:96px;-ms-interpolation-mode:nearest-neighbor}.Contractor__photoZoom>.Button{position:absolute}.Exofab .Dropdown__control{margin-bottom:-1px}.Exofab .Dropdown__selected-text{overflow:hidden;text-overflow:ellipsis;width:80%;display:inline-block;margin-bottom:-3px}.Exofab__materials{height:100%;overflow:auto}.Exofab__materials .Section__content{height:calc(100% - 31px)}.Exofab__material:not(.Exofab__material--line){margin-bottom:.25rem}.Exofab__material:not(.Exofab__material--line) .Button{width:28px;margin-right:.5rem}.Exofab__material:not(.Exofab__material--line) .Button img{vertical-align:middle}.Exofab__material--line .Button{background-color:transparent;width:14px}.Exofab__material--line .Button img{width:16px}.Exofab__material--name{color:#7e90a7;text-transform:capitalize}.Exofab__material .Button{margin-bottom:0;padding:0;vertical-align:middle}.Exofab__material .Button img{margin-left:-2px}.Exofab__queue{height:100%}.Exofab__queue--queue .Button{margin:0;transform:scale(.75)}.Exofab__queue--queue .Button:first-of-type{margin-left:.25rem}.Exofab__queue--time{text-align:center;color:#7e90a7}.Exofab__queue--deficit{text-align:center;color:#db2828;font-weight:700}.Exofab__queue--deficit>div:not(.Divider){display:inline-block;margin-bottom:-.75rem}.Exofab__queue .Section__content{height:calc(100% - 31px)}.Exofab__queue .Exofab__material--amount{margin-right:.25rem}.Exofab__design--cost{display:inline-block;vertical-align:middle;margin-top:.33rem}.Exofab__design--cost>div{display:inline-block}.Exofab__design--cost .Exofab__material{margin-left:.25rem}.Exofab__design--time{display:inline-block;margin-left:.5rem;color:#7e90a7}.Exofab__design--time i{margin-right:.25rem}.Exofab__designs .Section__content{height:calc(100% - 31px);overflow:auto}.Exofab__building{height:40px}.Exofab__building .ProgressBar{width:100%;height:100%}.Exofab__building .ProgressBar__content{line-height:22px}.Ingredient__Table tr:nth-child(2n){background-color:#333}.Ingredient__Table td{padding:3px}.Library__Booklist tr>td{text-align:center}.Library__Booklist tr:not(:first-child){height:24px;line-height:24px;transition:background-color 50ms}.Library__Booklist tr:not(:first-child):focus,.Library__Booklist tr:not(:first-child):hover{background-color:#252525}.Library__SearchContainer{background-color:rgba(37,37,37,.5)}.Library__SearchContainer tr td:first-child{width:60%}.ListInput__Section .Section__title{flex-shrink:0}.ListInput__Section .Section__titleText{font-size:12px}.ListInput__Loader{width:100%;position:relative;height:4px}.ListInput__LoaderProgress{position:absolute;transition:background-color .5s,width .5s;background-color:#3e6189;height:100%}.Newscaster__menu{width:40px;height:100%;margin-right:.5rem;flex-basis:content}.Newscaster__menu .Section__content{padding-left:0}.Newscaster__menuButton{color:#767676;cursor:pointer;position:relative;margin-left:6px;margin-right:1rem;white-space:nowrap;transition:color .1s}.Newscaster__menuButton--title{width:80%;display:none;overflow:hidden;text-overflow:ellipsis}.Newscaster__menuButton--unread{background-color:#e45e5e;color:#fff;font-size:10px;text-align:center;border-radius:32px;display:inline-block;width:12px;position:absolute;left:16px;margin-top:14px}.Newscaster__menuButton--selected{color:#fff}.Newscaster__menuButton--selected:after{content:"";background-color:#4972a1;width:2px;height:24px;position:absolute;left:-6px}.Newscaster__menuButton--security{color:#4972a1}.Newscaster__menuButton i{width:30px;text-align:center;vertical-align:middle;margin-left:-1px;margin-right:.5rem;margin-top:1px}.Newscaster__menuButton:hover{color:#fff}.Newscaster__menuButton:hover:before{background-color:#fff}.Newscaster__menuButton:not(:last-of-type){margin-bottom:.5rem}.Newscaster__menu--open{width:175px}.Newscaster__menu--open .Newscaster__menuButton--title{display:inline-block}.Newscaster__jobCategory--security .Section__title{color:#a14c49;border-bottom:2px solid #a14c49!important}.Newscaster__jobCategory--engineering .Section__title{color:#a17849;border-bottom:2px solid #a17849!important}.Newscaster__jobCategory--medical .Section__title{color:#499ea1;border-bottom:2px solid #499ea1!important}.Newscaster__jobCategory--science .Section__title{color:#a14972;border-bottom:2px solid #a14972!important}.Newscaster__jobCategory--service .Section__title{color:#a1499e;border-bottom:2px solid #a1499e!important}.Newscaster__jobCategory--supply .Section__title{color:#9ea149;border-bottom:2px solid #9ea149!important}.Newscaster__jobCategory:last-child{margin-bottom:.5rem}.Newscaster__jobOpening--command{font-weight:700}.Newscaster__jobOpening:not(:last-child){margin-bottom:.5rem}.Newscaster__emptyNotice{color:#7e90a7;text-align:center;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.Newscaster__emptyNotice i{margin-bottom:.25rem}.Newscaster__photo{cursor:pointer;width:96px;border:1px solid #000;transition:border-color .1s;-ms-interpolation-mode:nearest-neighbor}.Newscaster__photo:hover{border-color:grey}.Newscaster__photoZoom{text-align:center}.Newscaster__photoZoom>img{transform:scale(2);-ms-interpolation-mode:nearest-neighbor}.Newscaster__photoZoom>.Button{position:absolute;width:64px;left:50%;margin-left:-32px;bottom:1rem}.Newscaster__story--wanted{background-color:rgba(219,40,40,.1)}.Newscaster__story--wanted .Section__title{color:#db2828;border-bottom:2px solid #a14c49!important}.Newscaster__story:last-child{margin-bottom:.5rem}.NuclearBomb__displayBox{background-color:#002003;border:4px inset #e8e4c9;color:#03e017;font-size:24px;font-family:monospace;padding:6px}.NuclearBomb__Button--keypad{background-color:#e8e4c9;border-color:#e8e4c9}.NuclearBomb__Button--keypad:hover{background-color:#f7f6ee!important;border-color:#f7f6ee!important}.NuclearBomb__Button--1{background-color:#d3cfb7!important;border-color:#d3cfb7!important;color:#a9a692!important}.NuclearBomb__Button--E{background-color:#d9b804!important;border-color:#d9b804!important}.NuclearBomb__Button--E:hover{background-color:#f3d00e!important;border-color:#f3d00e!important}.NuclearBomb__Button--C{background-color:#bd2020!important;border-color:#bd2020!important}.NuclearBomb__Button--C:hover{background-color:#d52b2b!important;border-color:#d52b2b!important}.NuclearBomb__NTIcon{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDQyNSAyMDAiIG9wYWNpdHk9Ii4zMyI+PHBhdGggZD0iTTE3OC4wMDQuMDM5SDEwNi44YTYuNzYxIDYuMDI2IDAgMDAtNi43NjEgNi4wMjV2MTg3Ljg3MmE2Ljc2MSA2LjAyNiAwIDAwNi43NjEgNi4wMjVoNTMuMTA3YTYuNzYxIDYuMDI2IDAgMDA2Ljc2Mi02LjAyNVY5Mi4zOTJsNzIuMjE2IDEwNC43YTYuNzYxIDYuMDI2IDAgMDA1Ljc2IDIuODdIMzE4LjJhNi43NjEgNi4wMjYgMCAwMDYuNzYxLTYuMDI2VjYuMDY0QTYuNzYxIDYuMDI2IDAgMDAzMTguMi4wNGgtNTQuNzE3YTYuNzYxIDYuMDI2IDAgMDAtNi43NiA2LjAyNXYxMDIuNjJMMTgzLjc2MyAyLjkwOWE2Ljc2MSA2LjAyNiAwIDAwLTUuNzYtMi44N3pNNC44NDUgMjIuMTA5QTEzLjQxMiAxMi41MDIgMCAwMTEzLjQ3OC4wMzloNjYuMTE4QTUuMzY1IDUgMCAwMTg0Ljk2IDUuMDR2NzkuODh6TTQyMC4xNTUgMTc3Ljg5MWExMy40MTIgMTIuNTAyIDAgMDEtOC42MzMgMjIuMDdoLTY2LjExOGE1LjM2NSA1IDAgMDEtNS4zNjUtNS4wMDF2LTc5Ljg4eiIvPjwvc3ZnPg==);background-size:70%;background-position:50%;background-repeat:no-repeat}.OreRedemption__Ores .OreHeader,.OreRedemption__Ores .OreLine{min-height:32px;padding:0 .5rem}.OreRedemption__Ores .OreHeader{line-height:32px;background-color:rgba(0,0,0,.33);font-weight:700}.OreRedemption__Ores .OreLine:last-of-type{margin-bottom:.5rem}.OreRedemption__Ores .Section__content{padding:0;height:100%;overflow:auto}.PDA__footer{position:fixed;bottom:0;left:0;right:0;height:30px}.PDA__footer__button{text-align:center;padding-top:4px;padding-bottom:2px;font-size:24px}.PdaPainter__list tr>td{text-align:center}.PdaPainter__list tr{height:24px;line-height:24px;cursor:pointer;transition:background-color 50ms}.PdaPainter__list tr:focus,.PdaPainter__list tr:hover{background-color:#252525}.PoolController__Buttons .Button:not(:last-child){margin-bottom:8px}.RndConsole{position:relative}.RndConsole__Overlay{position:absolute;display:flex;align-items:stretch;justify-content:stretch;top:0;left:0;width:100%;height:100vh}.RndConsole__LatheCategory__MatchingDesigns .Table__cell{padding-bottom:4px}.RndConsole__MainMenu__Buttons .Button:not(:last-child){margin-bottom:4px}.RndConsole__LatheMaterials .Table__cell:nth-child(2){padding-left:16px}.RndConsole__LatheMaterialStorage .Table__cell{padding:4px 0;border-bottom:1px solid #767676}.RndConsole__Overlay__Wrapper{display:flex;align-items:center;justify-content:stretch;flex-grow:1;padding:24px;background-color:hsla(0,0%,100%,0)}.RndConsole__Overlay__Wrapper .NoticeBox{flex-grow:1;margin-bottom:80px;font-size:18pt;padding:.3em .75em}.RndConsole__RndNavbar .Button{margin-bottom:10px}.Roulette{font-family:Palatino}.Roulette__board{display:table;width:100%;border-collapse:collapse;border:2px solid #fff;margin:0}.Roulette__board-row{padding:0;margin:0}.Roulette__board-cell{display:table-cell;padding:0;margin:0;border:2px solid #fff;font-family:Palatino}.Roulette__board-cell:first-child{padding-left:0}.Roulette__board-cell:last-child{padding-right:0}.Roulette__board-extrabutton{text-align:center;font-size:20px;font-weight:700;height:28px;border:none!important;margin:0!important;padding-top:4px!important;color:#fff!important}.Roulette__lowertable{margin-top:8px;margin-left:80px;margin-right:80px;border-collapse:collapse;border:2px solid #fff;border-spacing:0}.Roulette__lowertable--cell{border:2px solid #fff;padding:0;margin:0}.Roulette__lowertable--betscell{vertical-align:top}.Roulette__lowertable--spinresult{text-align:center;font-size:100px;font-weight:700;vertical-align:middle}.Roulette__lowertable--spinresult-black{background-color:#000}.Roulette__lowertable--spinresult-red{background-color:#db2828}.Roulette__lowertable--spinresult-green{background-color:#20b142}.Roulette__lowertable--spinbutton{margin:0!important;border:none!important;font-size:50px;line-height:60px!important;text-align:center;font-weight:700}.Roulette__lowertable--header{width:1%;text-align:center;font-size:20px;font-weight:700}.Safe--engraving{position:absolute;width:95%;height:96%;left:2.5%;top:2%;border:5px outset #3e4f6a;padding:5px;text-align:center}.Safe--engraving--arrow{color:#35435a}.Safe--engraving--hinge{content:" ";background-color:#191f2a;width:25px;height:40px;position:absolute;right:-15px;margin-top:-20px}.Safe--dialer{margin-bottom:.5rem}.Safe--dialer--number{color:#bbb;display:inline;background-color:#191f2a;font-size:1.5rem;font-weight:700;padding:0 .5rem}.Safe--dialer--right .Button i{z-index:-100}.Safe--dialer .Button{width:80px}.Safe--contents{border:10px solid #191f2a;background-color:#0f131a;height:calc(85% + 7.5px);text-align:left;padding:5px}.Safe--help{position:absolute;bottom:10px;left:5px;width:50%}.SecureStorage__displayBox{background-color:#212121;color:#8b8b8b;border:.167em inset #e8e4c9;font-size:375%;font-family:monospace;padding:.25em}.SecureStorage__displayBox--good{background-color:#002003;color:#03e017}.SecureStorage__displayBox--bad{background-color:#210000;color:#e00202}.SecureStorage__Button{outline-width:.25rem!important;border-width:.3rem!important;border:.167em outset #e8e4c9;padding-left:0!important;padding-right:0!important}.SecureStorage__Button--keypad{background-color:#e8e4c9;border-color:#e8e4c9;color:#a9a692}.SecureStorage__Button--keypad:hover{background-color:#f7f6ee;border-color:#f7f6ee;color:#a9a692}.SecureStorage__Button--E{background-color:#d9b804;border-color:#d9b804;color:#fff}.SecureStorage__Button--E:hover{background-color:#f5d317;border-color:#f5d317;color:#fff}.SecureStorage__Button--C{background-color:#bd2020;border-color:#bd2020;color:#fff}.SecureStorage__Button--C:hover{background-color:#d83434;border-color:#d83434;color:#fff}.SecurityRecords__list tr>td{text-align:center}.SecurityRecords__list tr:not(:first-child){height:24px;line-height:24px;cursor:pointer;transition:background-color 50ms}.SecurityRecords__list tr:not(:first-child):focus,.SecurityRecords__list tr:not(:first-child):hover{background-color:#252525}.SecurityRecords__listRow--arrest{background-color:#740c20}.SecurityRecords__listRow--execute{background-color:#683e8c}.SecurityRecords__listRow--incarcerated{background-color:#633203}.SecurityRecords__listRow--parolled{background-color:#006d7b}.SecurityRecords__listRow--released{background-color:#1c5574}.SecurityRecords__listRow--demote{background-color:#155500}.SecurityRecords__listRow--search{background-color:#987a00}.SecurityRecords__listRow--monitor{background-color:#1f1180}.MedicalRecords__list tr>td{text-align:center}.MedicalRecords__list tr:not(:first-child){height:24px;line-height:24px;cursor:pointer;transition:background-color 50ms}.MedicalRecords__list tr:not(:first-child):focus,.MedicalRecords__list tr:not(:first-child):hover{background-color:#252525}.MedicalRecords__listRow--deceased{background-color:#740c20}.MedicalRecords__listRow--ssd{background-color:#006d7b}.MedicalRecords__listRow--physically_unfit{background-color:#987a00}.MedicalRecords__listRow--disabled{background-color:#1f1180}.MedicalRecords__listMedbot--0{background-color:#2b1414}.Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#1c1c1c;scrollbar-face-color:#3b3b3b;scrollbar-3dlight-color:#252525;scrollbar-highlight-color:#252525;scrollbar-track-color:#1c1c1c;scrollbar-arrow-color:#929292;scrollbar-shadow-color:#3b3b3b}.Layout__content--flexRow{display:flex;flex-flow:row}.Layout__content--flexColumn{display:flex;flex-flow:column}.Layout__content--scrollable{overflow-y:auto}.Layout__content--noMargin{margin:0}.TitleBar{background-color:#363636;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#363636;transition:color .25s,background-color .25s}.TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.TitleBar__minimize{position:absolute;top:6px;right:46px}.TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.Window{bottom:0;right:0;color:#fff;background-color:#252525;background-image:linear-gradient(180deg,#2a2a2a 0,#202020)}.Window,.Window__titleBar{position:fixed;top:0;left:0}.Window__titleBar{z-index:1;width:100%;height:32px}.Window__rest{top:32px}.Window__dimmer,.Window__rest{position:fixed;bottom:0;left:0;right:0}.Window__dimmer{top:0;background-color:rgba(62,62,62,.25);pointer-events:none}.Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#131313;color:hsla(0,0%,100%,.8)}.Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.Layout__content{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDQyNSAyMDAiIG9wYWNpdHk9Ii4zMyI+PHBhdGggZD0iTTE3OC4wMDQuMDM5SDEwNi44YTYuNzYxIDYuMDI2IDAgMDAtNi43NjEgNi4wMjV2MTg3Ljg3MmE2Ljc2MSA2LjAyNiAwIDAwNi43NjEgNi4wMjVoNTMuMTA3YTYuNzYxIDYuMDI2IDAgMDA2Ljc2Mi02LjAyNVY5Mi4zOTJsNzIuMjE2IDEwNC43YTYuNzYxIDYuMDI2IDAgMDA1Ljc2IDIuODdIMzE4LjJhNi43NjEgNi4wMjYgMCAwMDYuNzYxLTYuMDI2VjYuMDY0QTYuNzYxIDYuMDI2IDAgMDAzMTguMi4wNGgtNTQuNzE3YTYuNzYxIDYuMDI2IDAgMDAtNi43NiA2LjAyNXYxMDIuNjJMMTgzLjc2MyAyLjkwOWE2Ljc2MSA2LjAyNiAwIDAwLTUuNzYtMi44N3pNNC44NDUgMjIuMTA5QTEzLjQxMiAxMi41MDIgMCAwMTEzLjQ3OC4wMzloNjYuMTE4QTUuMzY1IDUgMCAwMTg0Ljk2IDUuMDR2NzkuODh6TTQyMC4xNTUgMTc3Ljg5MWExMy40MTIgMTIuNTAyIDAgMDEtOC42MzMgMjIuMDdoLTY2LjExOGE1LjM2NSA1IDAgMDEtNS4zNjUtNS4wMDF2LTc5Ljg4eiIvPjwvc3ZnPg==);background-size:70%;background-position:50%;background-repeat:no-repeat}.theme-cardtable .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:0;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-cardtable .Button:last-child{margin-right:0}.theme-cardtable .Button .fa,.theme-cardtable .Button .far,.theme-cardtable .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-cardtable .Button--hasContent .fa,.theme-cardtable .Button--hasContent .far,.theme-cardtable .Button--hasContent .fas{margin-right:3px}.theme-cardtable .Button--hasContent.Button--iconRight .fa,.theme-cardtable .Button--hasContent.Button--iconRight .far,.theme-cardtable .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-cardtable .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-cardtable .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-cardtable .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-cardtable .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#117039;color:#fff}.theme-cardtable .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-cardtable .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-cardtable .Button--color--default:focus,.theme-cardtable .Button--color--default:hover{background-color:#1c8247;color:#fff}.theme-cardtable .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#be6209;color:#fff}.theme-cardtable .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-cardtable .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-cardtable .Button--color--caution:focus,.theme-cardtable .Button--color--caution:hover{background-color:#d67313;color:#fff}.theme-cardtable .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#9a9d00;color:#fff}.theme-cardtable .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-cardtable .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-cardtable .Button--color--danger:focus,.theme-cardtable .Button--color--danger:hover{background-color:#afb30a;color:#fff}.theme-cardtable .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#117039;color:#fff;background-color:rgba(17,112,57,0);color:hsla(0,0%,100%,.5)}.theme-cardtable .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-cardtable .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-cardtable .Button--color--transparent:focus,.theme-cardtable .Button--color--transparent:hover{background-color:#1c8247;color:#fff}.theme-cardtable .Button--disabled{background-color:#363636!important}.theme-cardtable .Button--selected{transition:color 50ms,background-color 50ms;background-color:#9d0808;color:#fff}.theme-cardtable .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-cardtable .Button--selected:focus{transition:color .1s,background-color .1s}.theme-cardtable .Button--selected:focus,.theme-cardtable .Button--selected:hover{background-color:#b31212;color:#fff}.theme-cardtable .Input{position:relative;display:inline-block;width:120px;border:1px solid #88bfff;border:1px solid rgba(136,191,255,.75);border-radius:0;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;overflow:visible;white-space:nowrap}.theme-cardtable .Input--disabled{color:#777;border-color:#848484;border-color:hsla(0,0%,51.8%,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-cardtable .Input--fluid{display:block;width:auto}.theme-cardtable .Input__baseline{display:inline-block;color:transparent}.theme-cardtable .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit}.theme-cardtable .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-cardtable .Input__textarea{border:0;width:calc(100% + 4px);font-size:12px;line-height:17px;margin-left:-4px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-cardtable .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-cardtable .NumberInput{position:relative;display:inline-block;border:1px solid #fff;border:1px solid hsla(0,0%,100%,.75);border-radius:0;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;text-align:right;overflow:visible;cursor:n-resize}.theme-cardtable .NumberInput--fluid{display:block}.theme-cardtable .NumberInput__content{margin-left:6px}.theme-cardtable .NumberInput__barContainer{position:absolute;top:2px;bottom:2px;left:2px}.theme-cardtable .NumberInput__bar{position:absolute;bottom:0;left:0;width:3px;box-sizing:border-box;border-bottom:1px solid #fff;background-color:#fff}.theme-cardtable .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:#000;color:#fff;text-align:right}.theme-cardtable .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:0;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-cardtable .ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.theme-cardtable .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-cardtable .ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.theme-cardtable .ProgressBar--color--default{border:1px solid #000}.theme-cardtable .ProgressBar--color--default .ProgressBar__fill{background-color:#000}.theme-cardtable .ProgressBar--color--disabled{border:1px solid #363636}.theme-cardtable .ProgressBar--color--disabled .ProgressBar__fill{background-color:#363636}.theme-cardtable .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#0d542b;scrollbar-face-color:#16914a;scrollbar-3dlight-color:#117039;scrollbar-highlight-color:#117039;scrollbar-track-color:#0d542b;scrollbar-arrow-color:#5ae695;scrollbar-shadow-color:#16914a}.theme-cardtable .Section:last-child{margin-bottom:0}.theme-cardtable .Section--flex{display:flex;flex-flow:column}.theme-cardtable .Section--flex .Section__content{overflow:auto;flex:1}.theme-cardtable .Section__title{padding:6px}.theme-cardtable .Section__title--showBottom{border-bottom:2px solid #000}.theme-cardtable .Section__titleText{font-size:14px;font-weight:700}.theme-cardtable .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-cardtable .Section__content{padding:8px 6px}.theme-cardtable .Section__content--noTopPadding{padding-top:0}.theme-cardtable .Section__content--stretchContents{height:100%}.theme-cardtable .Section--level--1 .Section__titleText{font-size:14px}.theme-cardtable .Section--level--2 .Section__titleText{font-size:13px}.theme-cardtable .Section--level--3 .Section__titleText{font-size:12px}.theme-cardtable .Section--level--2,.theme-cardtable .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-cardtable .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#0d542b;scrollbar-face-color:#16914a;scrollbar-3dlight-color:#117039;scrollbar-highlight-color:#117039;scrollbar-track-color:#0d542b;scrollbar-arrow-color:#5ae695;scrollbar-shadow-color:#16914a}.theme-cardtable .Layout__content--flexRow{display:flex;flex-flow:row}.theme-cardtable .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-cardtable .Layout__content--scrollable{overflow-y:auto}.theme-cardtable .Layout__content--noMargin{margin:0}.theme-cardtable .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#117039;background-image:linear-gradient(180deg,#117039 0,#117039)}.theme-cardtable .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-cardtable .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-cardtable .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(39,148,85,.25);pointer-events:none}.theme-cardtable .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#09381d;color:hsla(0,0%,100%,.8)}.theme-cardtable .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-cardtable .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-cardtable .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-cardtable .TitleBar{background-color:#381608;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-cardtable .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#381608;transition:color .25s,background-color .25s}.theme-cardtable .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-cardtable .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-cardtable .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-cardtable .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-cardtable .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-cardtable .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-cardtable .Button{border:2px solid #fff}.theme-changeling .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-changeling .Button:last-child{margin-right:0}.theme-changeling .Button .fa,.theme-changeling .Button .far,.theme-changeling .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-changeling .Button--hasContent .fa,.theme-changeling .Button--hasContent .far,.theme-changeling .Button--hasContent .fas{margin-right:3px}.theme-changeling .Button--hasContent.Button--iconRight .fa,.theme-changeling .Button--hasContent.Button--iconRight .far,.theme-changeling .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-changeling .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-changeling .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-changeling .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-changeling .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#563d6b;color:#fff}.theme-changeling .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-changeling .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-changeling .Button--color--default:focus,.theme-changeling .Button--color--default:hover{background-color:#664b7d;color:#fff}.theme-changeling .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#d9b804;color:#000}.theme-changeling .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-changeling .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-changeling .Button--color--caution:focus,.theme-changeling .Button--color--caution:hover{background-color:#f3d00e;color:#000}.theme-changeling .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#bd2020;color:#fff}.theme-changeling .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-changeling .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-changeling .Button--color--danger:focus,.theme-changeling .Button--color--danger:hover{background-color:#d52b2b;color:#fff}.theme-changeling .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#2e2633;color:#fff;background-color:rgba(46,38,51,0);color:hsla(0,0%,100%,.5)}.theme-changeling .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-changeling .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-changeling .Button--color--transparent:focus,.theme-changeling .Button--color--transparent:hover{background-color:#3b3341;color:#fff}.theme-changeling .Button--disabled{background-color:#999!important}.theme-changeling .Button--selected{transition:color 50ms,background-color 50ms;background-color:#188552;color:#fff}.theme-changeling .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-changeling .Button--selected:focus{transition:color .1s,background-color .1s}.theme-changeling .Button--selected:focus,.theme-changeling .Button--selected:hover{background-color:#249962;color:#fff}.theme-changeling .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#231d26;scrollbar-face-color:#44384b;scrollbar-3dlight-color:#2e2633;scrollbar-highlight-color:#2e2633;scrollbar-track-color:#231d26;scrollbar-arrow-color:#9986a5;scrollbar-shadow-color:#44384b}.theme-changeling .Section:last-child{margin-bottom:0}.theme-changeling .Section--flex{display:flex;flex-flow:column}.theme-changeling .Section--flex .Section__content{overflow:auto;flex:1}.theme-changeling .Section__title{padding:6px}.theme-changeling .Section__title--showBottom{border-bottom:2px solid #563d6b}.theme-changeling .Section__titleText{font-size:14px;font-weight:700}.theme-changeling .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-changeling .Section__content{padding:8px 6px}.theme-changeling .Section__content--noTopPadding{padding-top:0}.theme-changeling .Section__content--stretchContents{height:100%}.theme-changeling .Section--level--1 .Section__titleText{font-size:14px}.theme-changeling .Section--level--2 .Section__titleText{font-size:13px}.theme-changeling .Section--level--3 .Section__titleText{font-size:12px}.theme-changeling .Section--level--2,.theme-changeling .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-changeling .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#231d26;scrollbar-face-color:#44384b;scrollbar-3dlight-color:#2e2633;scrollbar-highlight-color:#2e2633;scrollbar-track-color:#231d26;scrollbar-arrow-color:#9986a5;scrollbar-shadow-color:#44384b}.theme-changeling .Layout__content--flexRow{display:flex;flex-flow:row}.theme-changeling .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-changeling .Layout__content--scrollable{overflow-y:auto}.theme-changeling .Layout__content--noMargin{margin:0}.theme-changeling .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#2e2633;background-image:linear-gradient(180deg,#3e3345 0,#1e1921)}.theme-changeling .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-changeling .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-changeling .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(72,63,78,.25);pointer-events:none}.theme-changeling .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#17131a;color:hsla(0,0%,100%,.8)}.theme-changeling .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-changeling .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-changeling .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-changeling .TitleBar{background-color:#352d3b;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-changeling .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#352d3b;transition:color .25s,background-color .25s}.theme-changeling .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-changeling .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-changeling .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-changeling .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-changeling .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-changeling .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-changeling .Layout__content{background-image:none}.theme-hackerman .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-hackerman .Button:last-child{margin-right:0}.theme-hackerman .Button .fa,.theme-hackerman .Button .far,.theme-hackerman .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-hackerman .Button--hasContent .fa,.theme-hackerman .Button--hasContent .far,.theme-hackerman .Button--hasContent .fas{margin-right:3px}.theme-hackerman .Button--hasContent.Button--iconRight .fa,.theme-hackerman .Button--hasContent.Button--iconRight .far,.theme-hackerman .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-hackerman .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-hackerman .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-hackerman .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-hackerman .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#0f0;color:#000}.theme-hackerman .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-hackerman .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-hackerman .Button--color--default:focus,.theme-hackerman .Button--color--default:hover{background-color:#26ff26;color:#000}.theme-hackerman .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#d9b804;color:#000}.theme-hackerman .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-hackerman .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-hackerman .Button--color--caution:focus,.theme-hackerman .Button--color--caution:hover{background-color:#f3d00e;color:#000}.theme-hackerman .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#bd2020;color:#fff}.theme-hackerman .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-hackerman .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-hackerman .Button--color--danger:focus,.theme-hackerman .Button--color--danger:hover{background-color:#d52b2b;color:#fff}.theme-hackerman .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#121b12;color:#fff;background-color:rgba(18,27,18,0);color:hsla(0,0%,100%,.5)}.theme-hackerman .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-hackerman .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-hackerman .Button--color--transparent:focus,.theme-hackerman .Button--color--transparent:hover{background-color:#1d271d;color:#fff}.theme-hackerman .Button--disabled{background-color:#4a6a4a!important}.theme-hackerman .Button--selected{transition:color 50ms,background-color 50ms;background-color:#0f0;color:#000}.theme-hackerman .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-hackerman .Button--selected:focus{transition:color .1s,background-color .1s}.theme-hackerman .Button--selected:focus,.theme-hackerman .Button--selected:hover{background-color:#26ff26;color:#000}.theme-hackerman .Input{position:relative;display:inline-block;width:120px;border:1px solid #0f0;border:1px solid rgba(0,255,0,.75);border-radius:2px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;overflow:visible;white-space:nowrap}.theme-hackerman .Input--disabled{color:#777;border-color:#404040;border-color:rgba(64,64,64,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-hackerman .Input--fluid{display:block;width:auto}.theme-hackerman .Input__baseline{display:inline-block;color:transparent}.theme-hackerman .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit}.theme-hackerman .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-hackerman .Input__textarea{border:0;width:calc(100% + 4px);font-size:12px;line-height:17px;margin-left:-4px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-hackerman .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-hackerman .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:2px;background-color:transparent;transition:border-color .5s}.theme-hackerman .ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.theme-hackerman .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-hackerman .ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.theme-hackerman .ProgressBar--color--default{border:1px solid #00d900}.theme-hackerman .ProgressBar--color--default .ProgressBar__fill{background-color:#00d900}.theme-hackerman .ProgressBar--color--disabled{border:1px solid #4a6a4a}.theme-hackerman .ProgressBar--color--disabled .ProgressBar__fill{background-color:#4a6a4a}.theme-hackerman .Modal{background-color:#121b12;max-width:calc(100% - 1rem);padding:1rem}.theme-hackerman .Modal,.theme-hackerman .Section{scrollbar-base-color:#0e140e;scrollbar-face-color:#253725;scrollbar-3dlight-color:#121b12;scrollbar-highlight-color:#121b12;scrollbar-track-color:#0e140e;scrollbar-arrow-color:#74a274;scrollbar-shadow-color:#253725}.theme-hackerman .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box}.theme-hackerman .Section:last-child{margin-bottom:0}.theme-hackerman .Section--flex{display:flex;flex-flow:column}.theme-hackerman .Section--flex .Section__content{overflow:auto;flex:1}.theme-hackerman .Section__title{padding:6px}.theme-hackerman .Section__title--showBottom{border-bottom:2px solid #0f0}.theme-hackerman .Section__titleText{font-size:14px;font-weight:700}.theme-hackerman .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-hackerman .Section__content{padding:8px 6px}.theme-hackerman .Section__content--noTopPadding{padding-top:0}.theme-hackerman .Section__content--stretchContents{height:100%}.theme-hackerman .Section--level--1 .Section__titleText{font-size:14px}.theme-hackerman .Section--level--2 .Section__titleText{font-size:13px}.theme-hackerman .Section--level--3 .Section__titleText{font-size:12px}.theme-hackerman .Section--level--2,.theme-hackerman .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-hackerman .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#0e140e;scrollbar-face-color:#253725;scrollbar-3dlight-color:#121b12;scrollbar-highlight-color:#121b12;scrollbar-track-color:#0e140e;scrollbar-arrow-color:#74a274;scrollbar-shadow-color:#253725}.theme-hackerman .Layout__content--flexRow{display:flex;flex-flow:row}.theme-hackerman .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-hackerman .Layout__content--scrollable{overflow-y:auto}.theme-hackerman .Layout__content--noMargin{margin:0}.theme-hackerman .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#121b12;background-image:linear-gradient(180deg,#121b12 0,#121b12)}.theme-hackerman .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-hackerman .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-hackerman .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(40,50,40,.25);pointer-events:none}.theme-hackerman .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#090e09;color:hsla(0,0%,100%,.8)}.theme-hackerman .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-hackerman .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-hackerman .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-hackerman .TitleBar{background-color:#223d22;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-hackerman .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#223d22;transition:color .25s,background-color .25s}.theme-hackerman .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-hackerman .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-hackerman .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-hackerman .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-hackerman .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-hackerman .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-hackerman .Layout__content{background-image:none}.theme-hackerman .Button{font-family:monospace;border:2px outset #0a0;outline:1px solid #007a00}.theme-hackerman .candystripe:nth-child(odd){background-color:rgba(0,100,0,.5)}.theme-abductor .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-abductor .Button:last-child{margin-right:0}.theme-abductor .Button .fa,.theme-abductor .Button .far,.theme-abductor .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-abductor .Button--hasContent .fa,.theme-abductor .Button--hasContent .far,.theme-abductor .Button--hasContent .fas{margin-right:3px}.theme-abductor .Button--hasContent.Button--iconRight .fa,.theme-abductor .Button--hasContent.Button--iconRight .far,.theme-abductor .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-abductor .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-abductor .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-abductor .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-abductor .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#ad2350;color:#fff}.theme-abductor .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-abductor .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-abductor .Button--color--default:focus,.theme-abductor .Button--color--default:hover{background-color:#c42f60;color:#fff}.theme-abductor .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#be6209;color:#fff}.theme-abductor .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-abductor .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-abductor .Button--color--caution:focus,.theme-abductor .Button--color--caution:hover{background-color:#d67313;color:#fff}.theme-abductor .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#9a9d00;color:#fff}.theme-abductor .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-abductor .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-abductor .Button--color--danger:focus,.theme-abductor .Button--color--danger:hover{background-color:#afb30a;color:#fff}.theme-abductor .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#2a314a;color:#fff;background-color:rgba(42,49,74,0);color:hsla(0,0%,100%,.5)}.theme-abductor .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-abductor .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-abductor .Button--color--transparent:focus,.theme-abductor .Button--color--transparent:hover{background-color:#373e59;color:#fff}.theme-abductor .Button--disabled{background-color:#363636!important}.theme-abductor .Button--selected{transition:color 50ms,background-color 50ms;background-color:#465899;color:#fff}.theme-abductor .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-abductor .Button--selected:focus{transition:color .1s,background-color .1s}.theme-abductor .Button--selected:focus,.theme-abductor .Button--selected:hover{background-color:#5569ad;color:#fff}.theme-abductor .NoticeBox{padding:4px 6px;margin-bottom:6px;box-shadow:none;font-weight:700;font-style:italic;color:#fff;background-color:#a82d55;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 20px)}.theme-abductor .NoticeBox--type--info{color:#fff;background-color:#235982}.theme-abductor .NoticeBox--type--success{color:#fff;background-color:#1e662f}.theme-abductor .NoticeBox--type--warning{color:#fff;background-color:#a95219}.theme-abductor .NoticeBox--type--danger{color:#fff;background-color:#8f2828}.theme-abductor .Input{position:relative;display:inline-block;width:120px;border:1px solid #404b6e;border:1px solid rgba(64,75,110,.75);border-radius:2px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;overflow:visible;white-space:nowrap}.theme-abductor .Input--disabled{color:#777;border-color:#171717;border-color:hsla(0,0%,9%,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-abductor .Input--fluid{display:block;width:auto}.theme-abductor .Input__baseline{display:inline-block;color:transparent}.theme-abductor .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit}.theme-abductor .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-abductor .Input__textarea{border:0;width:calc(100% + 4px);font-size:12px;line-height:17px;margin-left:-4px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-abductor .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-abductor .NumberInput{position:relative;display:inline-block;border:1px solid #404b6e;border:1px solid rgba(64,75,110,.75);border-radius:2px;color:#404b6e;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;text-align:right;overflow:visible;cursor:n-resize}.theme-abductor .NumberInput--fluid{display:block}.theme-abductor .NumberInput__content{margin-left:6px}.theme-abductor .NumberInput__barContainer{position:absolute;top:2px;bottom:2px;left:2px}.theme-abductor .NumberInput__bar{position:absolute;bottom:0;left:0;width:3px;box-sizing:border-box;border-bottom:1px solid #404b6e;background-color:#404b6e}.theme-abductor .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:#000;color:#fff;text-align:right}.theme-abductor .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:2px;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-abductor .ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.theme-abductor .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-abductor .ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.theme-abductor .ProgressBar--color--default{border:1px solid #931e44}.theme-abductor .ProgressBar--color--default .ProgressBar__fill{background-color:#931e44}.theme-abductor .ProgressBar--color--disabled{border:1px solid #363636}.theme-abductor .ProgressBar--color--disabled .ProgressBar__fill{background-color:#363636}.theme-abductor .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#202538;scrollbar-face-color:#384263;scrollbar-3dlight-color:#2a314a;scrollbar-highlight-color:#2a314a;scrollbar-track-color:#202538;scrollbar-arrow-color:#818db8;scrollbar-shadow-color:#384263}.theme-abductor .Section:last-child{margin-bottom:0}.theme-abductor .Section--flex{display:flex;flex-flow:column}.theme-abductor .Section--flex .Section__content{overflow:auto;flex:1}.theme-abductor .Section__title{padding:6px}.theme-abductor .Section__title--showBottom{border-bottom:2px solid #ad2350}.theme-abductor .Section__titleText{font-size:14px;font-weight:700}.theme-abductor .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-abductor .Section__content{padding:8px 6px}.theme-abductor .Section__content--noTopPadding{padding-top:0}.theme-abductor .Section__content--stretchContents{height:100%}.theme-abductor .Section--level--1 .Section__titleText{font-size:14px}.theme-abductor .Section--level--2 .Section__titleText{font-size:13px}.theme-abductor .Section--level--3 .Section__titleText{font-size:12px}.theme-abductor .Section--level--2,.theme-abductor .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-abductor .Tooltip{position:absolute;top:0;left:0;right:0;bottom:0;font-style:normal;font-weight:400;line-height:normal}.theme-abductor .Tooltip:after{position:absolute;display:block;white-space:nowrap;z-index:2;padding:6px 10px;transform:translateX(-50%);pointer-events:none;visibility:hidden;opacity:0;text-align:left;content:attr(data-tooltip);transition:all .15s;color:#fff;background-color:#a82d55;box-shadow:1px 1px 15px -1px rgba(0,0,0,.5);border-radius:2px}.theme-abductor .Tooltip:hover:after{transition:all 70ms;pointer-events:none;visibility:visible;opacity:1}.theme-abductor .Tooltip--long:after{width:250px;white-space:normal}.theme-abductor .Tooltip--top:after{bottom:100%;left:50%;transform:translateX(-50%) translateY(8px)}.theme-abductor .Tooltip--top:hover:after{transform:translateX(-50%) translateY(-8px)}.theme-abductor .Tooltip--top-left:after{bottom:100%;right:50%;transform:translateX(12px) translateY(-8px)}.theme-abductor .Tooltip--top-left:hover:after{transform:translateX(12px) translateY(8px)}.theme-abductor .Tooltip--top-right:after{bottom:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.theme-abductor .Tooltip--top-right:hover:after{transform:translateX(-12px) translateY(8px)}.theme-abductor .Tooltip--bottom:after{top:100%;left:50%;transform:translateX(-50%) translateY(-8px)}.theme-abductor .Tooltip--bottom:hover:after{transform:translateX(-50%) translateY(8px)}.theme-abductor .Tooltip--bottom-left:after{top:100%;right:50%;transform:translateX(12px) translateY(-8px)}.theme-abductor .Tooltip--bottom-left:hover:after{transform:translateX(12px) translateY(8px)}.theme-abductor .Tooltip--bottom-right:after{top:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.theme-abductor .Tooltip--bottom-right:hover:after{transform:translateX(-12px) translateY(8px)}.theme-abductor .Tooltip--left:after{top:50%;right:100%;transform:translateX(8px) translateY(-50%)}.theme-abductor .Tooltip--left:hover:after,.theme-abductor .Tooltip--right:after{transform:translateX(-8px) translateY(-50%)}.theme-abductor .Tooltip--right:after{top:50%;left:100%}.theme-abductor .Tooltip--right:hover:after{transform:translateX(8px) translateY(-50%)}.theme-abductor .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#202538;scrollbar-face-color:#384263;scrollbar-3dlight-color:#2a314a;scrollbar-highlight-color:#2a314a;scrollbar-track-color:#202538;scrollbar-arrow-color:#818db8;scrollbar-shadow-color:#384263}.theme-abductor .Layout__content--flexRow{display:flex;flex-flow:row}.theme-abductor .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-abductor .Layout__content--scrollable{overflow-y:auto}.theme-abductor .Layout__content--noMargin{margin:0}.theme-abductor .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#2a314a;background-image:linear-gradient(180deg,#353e5e 0,#1f2436)}.theme-abductor .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-abductor .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-abductor .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(68,76,104,.25);pointer-events:none}.theme-abductor .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#151925;color:hsla(0,0%,100%,.8)}.theme-abductor .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-abductor .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-abductor .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-abductor .TitleBar{background-color:#9e1b46;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-abductor .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#9e1b46;transition:color .25s,background-color .25s}.theme-abductor .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-abductor .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-abductor .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-abductor .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-abductor .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-abductor .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-abductor .Layout__content{background-image:none}.theme-malfunction .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-malfunction .Button:last-child{margin-right:0}.theme-malfunction .Button .fa,.theme-malfunction .Button .far,.theme-malfunction .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-malfunction .Button--hasContent .fa,.theme-malfunction .Button--hasContent .far,.theme-malfunction .Button--hasContent .fas{margin-right:3px}.theme-malfunction .Button--hasContent.Button--iconRight .fa,.theme-malfunction .Button--hasContent.Button--iconRight .far,.theme-malfunction .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-malfunction .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-malfunction .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-malfunction .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-malfunction .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#910101;color:#fff}.theme-malfunction .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-malfunction .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-malfunction .Button--color--default:focus,.theme-malfunction .Button--color--default:hover{background-color:#a60b0b;color:#fff}.theme-malfunction .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#be6209;color:#fff}.theme-malfunction .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-malfunction .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-malfunction .Button--color--caution:focus,.theme-malfunction .Button--color--caution:hover{background-color:#d67313;color:#fff}.theme-malfunction .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#9a9d00;color:#fff}.theme-malfunction .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-malfunction .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-malfunction .Button--color--danger:focus,.theme-malfunction .Button--color--danger:hover{background-color:#afb30a;color:#fff}.theme-malfunction .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#1b3443;color:#fff;background-color:rgba(27,52,67,0);color:hsla(0,0%,100%,.5)}.theme-malfunction .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-malfunction .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-malfunction .Button--color--transparent:focus,.theme-malfunction .Button--color--transparent:hover{background-color:#274252;color:#fff}.theme-malfunction .Button--disabled{background-color:#363636!important}.theme-malfunction .Button--selected{transition:color 50ms,background-color 50ms;background-color:#1e5881;color:#fff}.theme-malfunction .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-malfunction .Button--selected:focus{transition:color .1s,background-color .1s}.theme-malfunction .Button--selected:focus,.theme-malfunction .Button--selected:hover{background-color:#2a6894;color:#fff}.theme-malfunction .NoticeBox{padding:4px 6px;margin-bottom:6px;box-shadow:none;font-weight:700;font-style:italic;color:#fff;background-color:#1a3f57;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 20px)}.theme-malfunction .NoticeBox--type--info{color:#fff;background-color:#235982}.theme-malfunction .NoticeBox--type--success{color:#fff;background-color:#1e662f}.theme-malfunction .NoticeBox--type--warning{color:#fff;background-color:#a95219}.theme-malfunction .NoticeBox--type--danger{color:#fff;background-color:#8f2828}.theme-malfunction .Input{position:relative;display:inline-block;width:120px;border:1px solid #910101;border:1px solid rgba(145,1,1,.75);border-radius:2px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;overflow:visible;white-space:nowrap}.theme-malfunction .Input--disabled{color:#777;border-color:#090909;border-color:rgba(9,9,9,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-malfunction .Input--fluid{display:block;width:auto}.theme-malfunction .Input__baseline{display:inline-block;color:transparent}.theme-malfunction .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit}.theme-malfunction .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-malfunction .Input__textarea{border:0;width:calc(100% + 4px);font-size:12px;line-height:17px;margin-left:-4px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-malfunction .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-malfunction .NumberInput{position:relative;display:inline-block;border:1px solid #910101;border:1px solid rgba(145,1,1,.75);border-radius:2px;color:#910101;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;text-align:right;overflow:visible;cursor:n-resize}.theme-malfunction .NumberInput--fluid{display:block}.theme-malfunction .NumberInput__content{margin-left:6px}.theme-malfunction .NumberInput__barContainer{position:absolute;top:2px;bottom:2px;left:2px}.theme-malfunction .NumberInput__bar{position:absolute;bottom:0;left:0;width:3px;box-sizing:border-box;border-bottom:1px solid #910101;background-color:#910101}.theme-malfunction .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:#000;color:#fff;text-align:right}.theme-malfunction .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:2px;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-malfunction .ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.theme-malfunction .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-malfunction .ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.theme-malfunction .ProgressBar--color--default{border:1px solid #7b0101}.theme-malfunction .ProgressBar--color--default .ProgressBar__fill{background-color:#7b0101}.theme-malfunction .ProgressBar--color--disabled{border:1px solid #363636}.theme-malfunction .ProgressBar--color--disabled .ProgressBar__fill{background-color:#363636}.theme-malfunction .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#142732;scrollbar-face-color:#274b61;scrollbar-3dlight-color:#1b3443;scrollbar-highlight-color:#1b3443;scrollbar-track-color:#142732;scrollbar-arrow-color:#6ba2c3;scrollbar-shadow-color:#274b61}.theme-malfunction .Section:last-child{margin-bottom:0}.theme-malfunction .Section--flex{display:flex;flex-flow:column}.theme-malfunction .Section--flex .Section__content{overflow:auto;flex:1}.theme-malfunction .Section__title{padding:6px}.theme-malfunction .Section__title--showBottom{border-bottom:2px solid #910101}.theme-malfunction .Section__titleText{font-size:14px;font-weight:700}.theme-malfunction .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-malfunction .Section__content{padding:8px 6px}.theme-malfunction .Section__content--noTopPadding{padding-top:0}.theme-malfunction .Section__content--stretchContents{height:100%}.theme-malfunction .Section--level--1 .Section__titleText{font-size:14px}.theme-malfunction .Section--level--2 .Section__titleText{font-size:13px}.theme-malfunction .Section--level--3 .Section__titleText{font-size:12px}.theme-malfunction .Section--level--2,.theme-malfunction .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-malfunction .Tooltip{position:absolute;top:0;left:0;right:0;bottom:0;font-style:normal;font-weight:400;line-height:normal}.theme-malfunction .Tooltip:after{position:absolute;display:block;white-space:nowrap;z-index:2;padding:6px 10px;transform:translateX(-50%);pointer-events:none;visibility:hidden;opacity:0;text-align:left;content:attr(data-tooltip);transition:all .15s;color:#fff;background-color:#235577;box-shadow:1px 1px 15px -1px rgba(0,0,0,.5);border-radius:2px}.theme-malfunction .Tooltip:hover:after{transition:all 70ms;pointer-events:none;visibility:visible;opacity:1}.theme-malfunction .Tooltip--long:after{width:250px;white-space:normal}.theme-malfunction .Tooltip--top:after{bottom:100%;left:50%;transform:translateX(-50%) translateY(8px)}.theme-malfunction .Tooltip--top:hover:after{transform:translateX(-50%) translateY(-8px)}.theme-malfunction .Tooltip--top-left:after{bottom:100%;right:50%;transform:translateX(12px) translateY(-8px)}.theme-malfunction .Tooltip--top-left:hover:after{transform:translateX(12px) translateY(8px)}.theme-malfunction .Tooltip--top-right:after{bottom:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.theme-malfunction .Tooltip--top-right:hover:after{transform:translateX(-12px) translateY(8px)}.theme-malfunction .Tooltip--bottom:after{top:100%;left:50%;transform:translateX(-50%) translateY(-8px)}.theme-malfunction .Tooltip--bottom:hover:after{transform:translateX(-50%) translateY(8px)}.theme-malfunction .Tooltip--bottom-left:after{top:100%;right:50%;transform:translateX(12px) translateY(-8px)}.theme-malfunction .Tooltip--bottom-left:hover:after{transform:translateX(12px) translateY(8px)}.theme-malfunction .Tooltip--bottom-right:after{top:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.theme-malfunction .Tooltip--bottom-right:hover:after{transform:translateX(-12px) translateY(8px)}.theme-malfunction .Tooltip--left:after{top:50%;right:100%;transform:translateX(8px) translateY(-50%)}.theme-malfunction .Tooltip--left:hover:after,.theme-malfunction .Tooltip--right:after{transform:translateX(-8px) translateY(-50%)}.theme-malfunction .Tooltip--right:after{top:50%;left:100%}.theme-malfunction .Tooltip--right:hover:after{transform:translateX(8px) translateY(-50%)}.theme-malfunction .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#142732;scrollbar-face-color:#274b61;scrollbar-3dlight-color:#1b3443;scrollbar-highlight-color:#1b3443;scrollbar-track-color:#142732;scrollbar-arrow-color:#6ba2c3;scrollbar-shadow-color:#274b61}.theme-malfunction .Layout__content--flexRow{display:flex;flex-flow:row}.theme-malfunction .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-malfunction .Layout__content--scrollable{overflow-y:auto}.theme-malfunction .Layout__content--noMargin{margin:0}.theme-malfunction .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#1b3443;background-image:linear-gradient(180deg,#244559 0,#12232d)}.theme-malfunction .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-malfunction .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-malfunction .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(50,79,96,.25);pointer-events:none}.theme-malfunction .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#0e1a22;color:hsla(0,0%,100%,.8)}.theme-malfunction .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-malfunction .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-malfunction .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-malfunction .TitleBar{background-color:#1a3f57;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-malfunction .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#1a3f57;transition:color .25s,background-color .25s}.theme-malfunction .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-malfunction .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-malfunction .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-malfunction .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-malfunction .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-malfunction .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-malfunction .Layout__content{background-image:none}.theme-ntos .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-ntos .Button:last-child{margin-right:0}.theme-ntos .Button .fa,.theme-ntos .Button .far,.theme-ntos .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-ntos .Button--hasContent .fa,.theme-ntos .Button--hasContent .far,.theme-ntos .Button--hasContent .fas{margin-right:3px}.theme-ntos .Button--hasContent.Button--iconRight .fa,.theme-ntos .Button--hasContent.Button--iconRight .far,.theme-ntos .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-ntos .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-ntos .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-ntos .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-ntos .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#384e68;color:#fff}.theme-ntos .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-ntos .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-ntos .Button--color--default:focus,.theme-ntos .Button--color--default:hover{background-color:#465e7a;color:#fff}.theme-ntos .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#d9b804;color:#000}.theme-ntos .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-ntos .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-ntos .Button--color--caution:focus,.theme-ntos .Button--color--caution:hover{background-color:#f3d00e;color:#000}.theme-ntos .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#bd2020;color:#fff}.theme-ntos .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-ntos .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-ntos .Button--color--danger:focus,.theme-ntos .Button--color--danger:hover{background-color:#d52b2b;color:#fff}.theme-ntos .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#1f2b39;color:#fff;background-color:rgba(31,43,57,0);color:rgba(227,240,255,.75)}.theme-ntos .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-ntos .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-ntos .Button--color--transparent:focus,.theme-ntos .Button--color--transparent:hover{background-color:#2b3847;color:#fff}.theme-ntos .Button--disabled{background-color:#999!important}.theme-ntos .Button--selected{transition:color 50ms,background-color 50ms;background-color:#1b9638;color:#fff}.theme-ntos .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-ntos .Button--selected:focus{transition:color .1s,background-color .1s}.theme-ntos .Button--selected:focus,.theme-ntos .Button--selected:hover{background-color:#27ab46;color:#fff}.theme-ntos .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:2px;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-ntos .ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.theme-ntos .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-ntos .ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.theme-ntos .ProgressBar--color--default{border:1px solid #384e68}.theme-ntos .ProgressBar--color--default .ProgressBar__fill{background-color:#384e68}.theme-ntos .ProgressBar--color--disabled{border:1px solid #999}.theme-ntos .ProgressBar--color--disabled .ProgressBar__fill{background-color:#999}.theme-ntos .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#17202b;scrollbar-face-color:#2e3f55;scrollbar-3dlight-color:#1f2b39;scrollbar-highlight-color:#1f2b39;scrollbar-track-color:#17202b;scrollbar-arrow-color:#7693b5;scrollbar-shadow-color:#2e3f55}.theme-ntos .Section:last-child{margin-bottom:0}.theme-ntos .Section--flex{display:flex;flex-flow:column}.theme-ntos .Section--flex .Section__content{overflow:auto;flex:1}.theme-ntos .Section__title{padding:6px}.theme-ntos .Section__title--showBottom{border-bottom:2px solid #4972a1}.theme-ntos .Section__titleText{font-size:14px;font-weight:700}.theme-ntos .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-ntos .Section__content{padding:8px 6px}.theme-ntos .Section__content--noTopPadding{padding-top:0}.theme-ntos .Section__content--stretchContents{height:100%}.theme-ntos .Section--level--1 .Section__titleText{font-size:14px}.theme-ntos .Section--level--2 .Section__titleText{font-size:13px}.theme-ntos .Section--level--3 .Section__titleText{font-size:12px}.theme-ntos .Section--level--2,.theme-ntos .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-ntos .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#17202b;scrollbar-face-color:#2e3f55;scrollbar-3dlight-color:#1f2b39;scrollbar-highlight-color:#1f2b39;scrollbar-track-color:#17202b;scrollbar-arrow-color:#7693b5;scrollbar-shadow-color:#2e3f55}.theme-ntos .Layout__content--flexRow{display:flex;flex-flow:row}.theme-ntos .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-ntos .Layout__content--scrollable{overflow-y:auto}.theme-ntos .Layout__content--noMargin{margin:0}.theme-ntos .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#1f2b39;background-image:linear-gradient(180deg,#223040 0,#1b2633)}.theme-ntos .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-ntos .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-ntos .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(55,69,85,.25);pointer-events:none}.theme-ntos .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#0f151d;color:hsla(0,0%,100%,.8)}.theme-ntos .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-ntos .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-ntos .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-ntos .TitleBar{background-color:#2a3b4e;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-ntos .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#2a3b4e;transition:color .25s,background-color .25s}.theme-ntos .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-ntos .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-ntos .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-ntos .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-ntos .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-ntos .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-retro .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:0;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-retro .Button:last-child{margin-right:0}.theme-retro .Button .fa,.theme-retro .Button .far,.theme-retro .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-retro .Button--hasContent .fa,.theme-retro .Button--hasContent .far,.theme-retro .Button--hasContent .fas{margin-right:3px}.theme-retro .Button--hasContent.Button--iconRight .fa,.theme-retro .Button--hasContent.Button--iconRight .far,.theme-retro .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-retro .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-retro .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-retro .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-retro .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#e8e4c9;color:#000}.theme-retro .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-retro .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-retro .Button--color--default:focus,.theme-retro .Button--color--default:hover{background-color:#f7f6ee;color:#000}.theme-retro .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#be6209;color:#fff}.theme-retro .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-retro .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-retro .Button--color--caution:focus,.theme-retro .Button--color--caution:hover{background-color:#d67313;color:#fff}.theme-retro .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#9a9d00;color:#fff}.theme-retro .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-retro .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-retro .Button--color--danger:focus,.theme-retro .Button--color--danger:hover{background-color:#afb30a;color:#fff}.theme-retro .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#e8e4c9;color:#000;background-color:rgba(232,228,201,0);color:hsla(0,0%,100%,.5)}.theme-retro .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-retro .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-retro .Button--color--transparent:focus,.theme-retro .Button--color--transparent:hover{background-color:#f7f6ee;color:#000}.theme-retro .Button--disabled{background-color:#363636!important}.theme-retro .Button--selected{transition:color 50ms,background-color 50ms;background-color:#9d0808;color:#fff}.theme-retro .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-retro .Button--selected:focus{transition:color .1s,background-color .1s}.theme-retro .Button--selected:focus,.theme-retro .Button--selected:hover{background-color:#b31212;color:#fff}.theme-retro .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:0;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-retro .ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.theme-retro .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-retro .ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.theme-retro .ProgressBar--color--default{border:1px solid #000}.theme-retro .ProgressBar--color--default .ProgressBar__fill{background-color:#000}.theme-retro .ProgressBar--color--disabled{border:1px solid #363636}.theme-retro .ProgressBar--color--disabled .ProgressBar__fill{background-color:#363636}.theme-retro .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#c8be7d;scrollbar-face-color:#eae7ce;scrollbar-3dlight-color:#e8e4c9;scrollbar-highlight-color:#e8e4c9;scrollbar-track-color:#c8be7d;scrollbar-arrow-color:#f4f2e4;scrollbar-shadow-color:#eae7ce}.theme-retro .Section:last-child{margin-bottom:0}.theme-retro .Section--flex{display:flex;flex-flow:column}.theme-retro .Section--flex .Section__content{overflow:auto;flex:1}.theme-retro .Section__title{padding:6px}.theme-retro .Section__title--showBottom{border-bottom:2px solid #000}.theme-retro .Section__titleText{font-size:14px;font-weight:700}.theme-retro .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-retro .Section__content{padding:8px 6px}.theme-retro .Section__content--noTopPadding{padding-top:0}.theme-retro .Section__content--stretchContents{height:100%}.theme-retro .Section--level--1 .Section__titleText{font-size:14px}.theme-retro .Section--level--2 .Section__titleText{font-size:13px}.theme-retro .Section--level--3 .Section__titleText{font-size:12px}.theme-retro .Section--level--2,.theme-retro .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-retro .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#c8be7d;scrollbar-face-color:#eae7ce;scrollbar-3dlight-color:#e8e4c9;scrollbar-highlight-color:#e8e4c9;scrollbar-track-color:#c8be7d;scrollbar-arrow-color:#f4f2e4;scrollbar-shadow-color:#eae7ce}.theme-retro .Layout__content--flexRow{display:flex;flex-flow:row}.theme-retro .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-retro .Layout__content--scrollable{overflow-y:auto}.theme-retro .Layout__content--noMargin{margin:0}.theme-retro .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#e8e4c9;background-image:linear-gradient(180deg,#e8e4c9 0,#e8e4c9)}.theme-retro .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-retro .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-retro .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(251,250,246,.25);pointer-events:none}.theme-retro .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#988d41;color:hsla(0,0%,100%,.8)}.theme-retro .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-retro .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-retro .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-retro .TitleBar{background-color:#585337;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-retro .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#585337;transition:color .25s,background-color .25s}.theme-retro .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-retro .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-retro .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-retro .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-retro .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-retro .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-retro .Button{font-family:monospace;color:#161613;border:8px outset #e8e4c9;outline:3px solid #161613}.theme-retro .Layout__content{background-image:none}.theme-safe .Section{position:relative;margin-bottom:6px;background-color:#c4c195;background-color:#b2ae74;box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#1a202c;scrollbar-face-color:#313f54;scrollbar-3dlight-color:#222b3a;scrollbar-highlight-color:#222b3a;scrollbar-track-color:#1a202c;scrollbar-arrow-color:#7b90b2;scrollbar-shadow-color:#313f54}.theme-safe .Section:last-child{margin-bottom:0}.theme-safe .Section--flex{display:flex;flex-flow:column}.theme-safe .Section--flex .Section__content{overflow:auto;flex:1}.theme-safe .Section__title{padding:6px}.theme-safe .Section__title--showBottom{border-bottom:2px solid #3d566b}.theme-safe .Section__titleText{font-size:14px;font-weight:700}.theme-safe .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-safe .Section__content{padding:8px 6px}.theme-safe .Section__content--noTopPadding{padding-top:0}.theme-safe .Section__content--stretchContents{height:100%}.theme-safe .Section--level--1 .Section__titleText{font-size:14px}.theme-safe .Section--level--2 .Section__titleText{font-size:13px}.theme-safe .Section--level--3 .Section__titleText{font-size:12px}.theme-safe .Section--level--2,.theme-safe .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-safe .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#222b3a;background-image:linear-gradient(180deg,#242d3d 0,#202937)}.theme-safe .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-safe .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-safe .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(58,69,86,.25);pointer-events:none}.theme-safe .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#11161d;color:hsla(0,0%,100%,.8)}.theme-safe .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-safe .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-safe .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-safe .TitleBar{background-color:#35435a;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-safe .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#35435a;transition:color .25s,background-color .25s}.theme-safe .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-safe .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-safe .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-safe .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-safe .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-safe .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-safe .Safe--engraving{position:absolute;width:95%;height:96%;left:2.5%;top:2%;border:5px outset #3e4f6a;padding:5px;text-align:center}.theme-safe .Safe--engraving--arrow{color:#35435a}.theme-safe .Safe--engraving--hinge{content:" ";background-color:#191f2a;width:25px;height:40px;position:absolute;right:-15px;margin-top:-20px}.theme-safe .Safe--dialer{margin-bottom:.5rem}.theme-safe .Safe--dialer--number{color:#bbb;display:inline;background-color:#191f2a;font-size:1.5rem;font-weight:700;padding:0 .5rem}.theme-safe .Safe--dialer--right .Button i{z-index:-100}.theme-safe .Safe--dialer .Button{width:80px}.theme-safe .Safe--contents{border:10px solid #191f2a;background-color:#0f131a;height:calc(85% + 7.5px);text-align:left;padding:5px}.theme-safe .Safe--help{position:absolute;bottom:10px;left:5px;width:50%}.theme-safe .Layout__content{background-image:none}.theme-safe .Section{font-family:Comic Sans MS,cursive,sans-serif;font-style:italic;color:#000;box-shadow:5px 5px #111;background-image:linear-gradient(180deg,#b2ae74 0,#8e8b5d);transform:rotate(-1deg)}.theme-safe .Section__title{padding-bottom:0;border:0}.theme-safe .Section:before{content:" ";display:block;width:24px;height:40px;background-image:linear-gradient(180deg,transparent 0,#fff);box-shadow:1px 1px #111;opacity:.2;position:absolute;top:-30px;left:calc(50% - 12px);transform:rotate(-5deg)}.theme-securestorage .TitleBar{background-color:#e8e4c9;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-securestorage .TitleBar__clickable{color:rgba(25,25,22,.5);background-color:#e8e4c9;transition:color .25s,background-color .25s}.theme-securestorage .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-securestorage .TitleBar__title{position:absolute;top:0;left:46px;color:#191916;font-size:14px;line-height:31px;white-space:nowrap}.theme-securestorage .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-securestorage .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-securestorage .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-securestorage .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-securestorage .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#c8be7d;scrollbar-face-color:#eae7ce;scrollbar-3dlight-color:#e8e4c9;scrollbar-highlight-color:#e8e4c9;scrollbar-track-color:#c8be7d;scrollbar-arrow-color:#f4f2e4;scrollbar-shadow-color:#eae7ce}.theme-securestorage .Layout__content--flexRow{display:flex;flex-flow:row}.theme-securestorage .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-securestorage .Layout__content--scrollable{overflow-y:auto}.theme-securestorage .Layout__content--noMargin{margin:0}.theme-securestorage .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#e8e4c9;background-image:linear-gradient(180deg,#f1efde 0,#dfd9b4)}.theme-securestorage .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-securestorage .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-securestorage .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(251,250,246,.25);pointer-events:none}.theme-securestorage .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#988d41;color:hsla(0,0%,100%,.8)}.theme-securestorage .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-securestorage .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-securestorage .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-securestorage .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#c8be7d;scrollbar-face-color:#eae7ce;scrollbar-3dlight-color:#e8e4c9;scrollbar-highlight-color:#e8e4c9;scrollbar-track-color:#c8be7d;scrollbar-arrow-color:#f4f2e4;scrollbar-shadow-color:#eae7ce}.theme-securestorage .Section:last-child{margin-bottom:0}.theme-securestorage .Section--flex{display:flex;flex-flow:column}.theme-securestorage .Section--flex .Section__content{overflow:auto;flex:1}.theme-securestorage .Section__title{padding:6px}.theme-securestorage .Section__title--showBottom{border-bottom:2px solid #397439}.theme-securestorage .Section__titleText{font-size:14px;font-weight:700}.theme-securestorage .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-securestorage .Section__content{padding:8px 6px}.theme-securestorage .Section__content--noTopPadding{padding-top:0}.theme-securestorage .Section__content--stretchContents{height:100%}.theme-securestorage .Section--level--1 .Section__titleText{font-size:14px}.theme-securestorage .Section--level--2 .Section__titleText{font-size:13px}.theme-securestorage .Section--level--3 .Section__titleText{font-size:12px}.theme-securestorage .Section--level--2,.theme-securestorage .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-securestorage .Layout__content{background-image:none}.theme-security .color-label{color:#ab8784!important}.theme-security .color-bg-good{background-color:#4d9121!important}.theme-security .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-security .Button:last-child{margin-right:0}.theme-security .Button .fa,.theme-security .Button .far,.theme-security .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-security .Button--hasContent .fa,.theme-security .Button--hasContent .far,.theme-security .Button--hasContent .fas{margin-right:3px}.theme-security .Button--hasContent.Button--iconRight .fa,.theme-security .Button--hasContent.Button--iconRight .far,.theme-security .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-security .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-security .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-security .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-security .Button--color--good{transition:color 50ms,background-color 50ms;background-color:#4d9121;color:#fff}.theme-security .Button--color--good:hover{transition:color 0ms,background-color 0ms}.theme-security .Button--color--good:focus{transition:color .1s,background-color .1s}.theme-security .Button--color--good:focus,.theme-security .Button--color--good:hover{background-color:#5da52d;color:#fff}.theme-security .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#a14c49;color:#fff}.theme-security .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-security .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-security .Button--color--default:focus,.theme-security .Button--color--default:hover{background-color:#b35f5c;color:#fff}.theme-security .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#d9b804;color:#000}.theme-security .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-security .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-security .Button--color--caution:focus,.theme-security .Button--color--caution:hover{background-color:#f3d00e;color:#000}.theme-security .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#bd2020;color:#fff}.theme-security .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-security .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-security .Button--color--danger:focus,.theme-security .Button--color--danger:hover{background-color:#d52b2b;color:#fff}.theme-security .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#252525;color:#fff;background-color:rgba(37,37,37,0);color:hsla(0,0%,100%,.5)}.theme-security .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-security .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-security .Button--color--transparent:focus,.theme-security .Button--color--transparent:hover{background-color:#323232;color:#fff}.theme-security .Button--disabled{background-color:#999!important}.theme-security .Button--selected{transition:color 50ms,background-color 50ms;background-color:#1b9638;color:#fff}.theme-security .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-security .Button--selected:focus{transition:color .1s,background-color .1s}.theme-security .Button--selected:focus,.theme-security .Button--selected:hover{background-color:#27ab46;color:#fff}.theme-security .Input{position:relative;display:inline-block;width:120px;border:1px solid #ff8d88;border:1px solid rgba(255,141,136,.75);border-radius:2px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;overflow:visible;white-space:nowrap}.theme-security .Input--disabled{color:#777;border-color:#848484;border-color:hsla(0,0%,51.8%,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-security .Input--fluid{display:block;width:auto}.theme-security .Input__baseline{display:inline-block;color:transparent}.theme-security .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit}.theme-security .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-security .Input__textarea{border:0;width:calc(100% + 4px);font-size:12px;line-height:17px;margin-left:-4px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-security .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-security .NoticeBox{padding:4px 6px;margin-bottom:6px;box-shadow:none;font-weight:700;font-style:italic;color:#000;background-color:#bb9b68;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 20px)}.theme-security .NoticeBox--color--good{color:#fff;background-color:#2e4b1a}.theme-security .NoticeBox--type--info{color:#fff;background-color:#822329}.theme-security .NoticeBox--type--success{color:#fff;background-color:#1e662f}.theme-security .NoticeBox--type--warning{color:#fff;background-color:#a95219}.theme-security .NoticeBox--type--danger{color:#fff;background-color:#8f2828}.theme-security .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#1c1c1c;scrollbar-face-color:#3b3b3b;scrollbar-3dlight-color:#252525;scrollbar-highlight-color:#252525;scrollbar-track-color:#1c1c1c;scrollbar-arrow-color:#929292;scrollbar-shadow-color:#3b3b3b}.theme-security .Section:last-child{margin-bottom:0}.theme-security .Section--flex{display:flex;flex-flow:column}.theme-security .Section--flex .Section__content{overflow:auto;flex:1}.theme-security .Section__title{padding:6px}.theme-security .Section__title--showBottom{border-bottom:2px solid #a14c49}.theme-security .Section__titleText{font-size:14px;font-weight:700}.theme-security .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-security .Section__content{padding:8px 6px}.theme-security .Section__content--noTopPadding{padding-top:0}.theme-security .Section__content--stretchContents{height:100%}.theme-security .Section--level--1 .Section__titleText{font-size:14px}.theme-security .Section--level--2 .Section__titleText{font-size:13px}.theme-security .Section--level--3 .Section__titleText{font-size:12px}.theme-security .Section--level--2,.theme-security .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-security .Newscaster__menu{width:40px;height:100%;margin-right:.5rem;flex-basis:content}.theme-security .Newscaster__menu .Section__content{padding-left:0}.theme-security .Newscaster__menuButton{color:#767676;cursor:pointer;position:relative;margin-left:6px;margin-right:1rem;white-space:nowrap;transition:color .1s}.theme-security .Newscaster__menuButton--title{width:80%;display:none;overflow:hidden;text-overflow:ellipsis}.theme-security .Newscaster__menuButton--unread{background-color:#e45e5e;color:#fff;font-size:10px;text-align:center;border-radius:32px;display:inline-block;width:12px;position:absolute;left:16px;margin-top:14px}.theme-security .Newscaster__menuButton--selected{color:#fff}.theme-security .Newscaster__menuButton--selected:after{content:"";background-color:#a14c49;width:2px;height:24px;position:absolute;left:-6px}.theme-security .Newscaster__menuButton--security{color:#a14c49}.theme-security .Newscaster__menuButton i{width:30px;text-align:center;vertical-align:middle;margin-left:-1px;margin-right:.5rem;margin-top:1px}.theme-security .Newscaster__menuButton:hover{color:#fff}.theme-security .Newscaster__menuButton:hover:before{background-color:#fff}.theme-security .Newscaster__menuButton:not(:last-of-type){margin-bottom:.5rem}.theme-security .Newscaster__menu--open{width:175px}.theme-security .Newscaster__menu--open .Newscaster__menuButton--title{display:inline-block}.theme-security .Newscaster__jobCategory--security .Section__title{color:#a14c49;border-bottom:2px solid #a14c49!important}.theme-security .Newscaster__jobCategory--engineering .Section__title{color:#a17849;border-bottom:2px solid #a17849!important}.theme-security .Newscaster__jobCategory--medical .Section__title{color:#499ea1;border-bottom:2px solid #499ea1!important}.theme-security .Newscaster__jobCategory--science .Section__title{color:#a14972;border-bottom:2px solid #a14972!important}.theme-security .Newscaster__jobCategory--service .Section__title{color:#a1499e;border-bottom:2px solid #a1499e!important}.theme-security .Newscaster__jobCategory--supply .Section__title{color:#9ea149;border-bottom:2px solid #9ea149!important}.theme-security .Newscaster__jobCategory:last-child{margin-bottom:.5rem}.theme-security .Newscaster__jobOpening--command{font-weight:700}.theme-security .Newscaster__jobOpening:not(:last-child){margin-bottom:.5rem}.theme-security .Newscaster__emptyNotice{color:#a7817e;text-align:center;position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%)}.theme-security .Newscaster__emptyNotice i{margin-bottom:.25rem}.theme-security .Newscaster__photo{cursor:pointer;width:96px;border:1px solid #000;transition:border-color .1s;-ms-interpolation-mode:nearest-neighbor}.theme-security .Newscaster__photo:hover{border-color:grey}.theme-security .Newscaster__photoZoom{text-align:center}.theme-security .Newscaster__photoZoom>img{transform:scale(2);-ms-interpolation-mode:nearest-neighbor}.theme-security .Newscaster__photoZoom>.Button{position:absolute;width:64px;left:50%;margin-left:-32px;bottom:1rem}.theme-security .Newscaster__story--wanted{background-color:rgba(219,40,40,.1)}.theme-security .Newscaster__story--wanted .Section__title{color:#db2828;border-bottom:2px solid #a14c49!important}.theme-security .Newscaster__story:last-child{margin-bottom:.5rem}.theme-syndicate .Button{position:relative;display:inline-block;line-height:20px;padding:0 6px;margin-right:2px;white-space:nowrap;outline:0;border-radius:2px;margin-bottom:2px;user-select:none;-ms-user-select:none}.theme-syndicate .Button:last-child{margin-right:0}.theme-syndicate .Button .fa,.theme-syndicate .Button .far,.theme-syndicate .Button .fas{margin-left:-3px;margin-right:-3px;min-width:16px;text-align:center}.theme-syndicate .Button--hasContent .fa,.theme-syndicate .Button--hasContent .far,.theme-syndicate .Button--hasContent .fas{margin-right:3px}.theme-syndicate .Button--hasContent.Button--iconRight .fa,.theme-syndicate .Button--hasContent.Button--iconRight .far,.theme-syndicate .Button--hasContent.Button--iconRight .fas{margin-right:0;margin-left:3px}.theme-syndicate .Button--ellipsis{overflow:hidden;text-overflow:ellipsis}.theme-syndicate .Button--fluid{display:block;margin-left:0;margin-right:0}.theme-syndicate .Button--multiLine{white-space:normal;word-wrap:break-word}.theme-syndicate .Button--color--default{transition:color 50ms,background-color 50ms;background-color:#397439;color:#fff}.theme-syndicate .Button--color--default:hover{transition:color 0ms,background-color 0ms}.theme-syndicate .Button--color--default:focus{transition:color .1s,background-color .1s}.theme-syndicate .Button--color--default:focus,.theme-syndicate .Button--color--default:hover{background-color:#478647;color:#fff}.theme-syndicate .Button--color--caution{transition:color 50ms,background-color 50ms;background-color:#be6209;color:#fff}.theme-syndicate .Button--color--caution:hover{transition:color 0ms,background-color 0ms}.theme-syndicate .Button--color--caution:focus{transition:color .1s,background-color .1s}.theme-syndicate .Button--color--caution:focus,.theme-syndicate .Button--color--caution:hover{background-color:#d67313;color:#fff}.theme-syndicate .Button--color--danger{transition:color 50ms,background-color 50ms;background-color:#9a9d00;color:#fff}.theme-syndicate .Button--color--danger:hover{transition:color 0ms,background-color 0ms}.theme-syndicate .Button--color--danger:focus{transition:color .1s,background-color .1s}.theme-syndicate .Button--color--danger:focus,.theme-syndicate .Button--color--danger:hover{background-color:#afb30a;color:#fff}.theme-syndicate .Button--color--transparent{transition:color 50ms,background-color 50ms;background-color:#550202;color:#fff;background-color:rgba(85,2,2,0);color:hsla(0,0%,100%,.5)}.theme-syndicate .Button--color--transparent:hover{transition:color 0ms,background-color 0ms}.theme-syndicate .Button--color--transparent:focus{transition:color .1s,background-color .1s}.theme-syndicate .Button--color--transparent:focus,.theme-syndicate .Button--color--transparent:hover{background-color:#650c0c;color:#fff}.theme-syndicate .Button--disabled{background-color:#363636!important}.theme-syndicate .Button--selected{transition:color 50ms,background-color 50ms;background-color:#9d0808;color:#fff}.theme-syndicate .Button--selected:hover{transition:color 0ms,background-color 0ms}.theme-syndicate .Button--selected:focus{transition:color .1s,background-color .1s}.theme-syndicate .Button--selected:focus,.theme-syndicate .Button--selected:hover{background-color:#b31212;color:#fff}.theme-syndicate .NoticeBox{padding:4px 6px;margin-bottom:6px;box-shadow:none;font-weight:700;font-style:italic;color:#fff;background-color:#910101;background-image:repeating-linear-gradient(-45deg,transparent,transparent 10px,rgba(0,0,0,.1) 0,rgba(0,0,0,.1) 20px)}.theme-syndicate .NoticeBox--type--info{color:#fff;background-color:#235982}.theme-syndicate .NoticeBox--type--success{color:#fff;background-color:#1e662f}.theme-syndicate .NoticeBox--type--warning{color:#fff;background-color:#a95219}.theme-syndicate .NoticeBox--type--danger{color:#fff;background-color:#8f2828}.theme-syndicate .Input{position:relative;display:inline-block;width:120px;border:1px solid #87ce87;border:1px solid rgba(135,206,135,.75);border-radius:2px;color:#fff;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;overflow:visible;white-space:nowrap}.theme-syndicate .Input--disabled{color:#777;border-color:#6b6b6b;border-color:hsla(0,0%,42%,.75);background-color:#333;background-color:rgba(0,0,0,.25)}.theme-syndicate .Input--fluid{display:block;width:auto}.theme-syndicate .Input__baseline{display:inline-block;color:transparent}.theme-syndicate .Input__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit}.theme-syndicate .Input__input:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-syndicate .Input__textarea{border:0;width:calc(100% + 4px);font-size:12px;line-height:17px;margin-left:-4px;font-family:Verdana,sans-serif;background-color:transparent;color:#fff;color:inherit;resize:both;overflow:auto;white-space:pre-wrap}.theme-syndicate .Input__textarea:-ms-input-placeholder{font-style:italic;color:#777;color:hsla(0,0%,100%,.45)}.theme-syndicate .NumberInput{position:relative;display:inline-block;border:1px solid #87ce87;border:1px solid rgba(135,206,135,.75);border-radius:2px;color:#87ce87;background-color:#000;background-color:rgba(0,0,0,.75);padding:0 4px;margin-right:2px;line-height:17px;text-align:right;overflow:visible;cursor:n-resize}.theme-syndicate .NumberInput--fluid{display:block}.theme-syndicate .NumberInput__content{margin-left:6px}.theme-syndicate .NumberInput__barContainer{position:absolute;top:2px;bottom:2px;left:2px}.theme-syndicate .NumberInput__bar{position:absolute;bottom:0;left:0;width:3px;box-sizing:border-box;border-bottom:1px solid #87ce87;background-color:#87ce87}.theme-syndicate .NumberInput__input{display:block;position:absolute;top:0;bottom:0;left:0;right:0;border:0;outline:0;width:100%;font-size:12px;line-height:17px;height:17px;margin:0;padding:0 6px;font-family:Verdana,sans-serif;background-color:#000;color:#fff;text-align:right}.theme-syndicate .ProgressBar{display:inline-block;position:relative;width:100%;padding:0 6px;border-radius:2px;background-color:rgba(0,0,0,.5);transition:border-color .5s}.theme-syndicate .ProgressBar__fill{position:absolute;top:0;left:0;bottom:0}.theme-syndicate .ProgressBar__fill--animated{transition:background-color .5s,width .5s}.theme-syndicate .ProgressBar__content{position:relative;line-height:17px;width:100%;text-align:right}.theme-syndicate .ProgressBar--color--default{border:1px solid #306330}.theme-syndicate .ProgressBar--color--default .ProgressBar__fill{background-color:#306330}.theme-syndicate .ProgressBar--color--disabled{border:1px solid #363636}.theme-syndicate .ProgressBar--color--disabled .ProgressBar__fill{background-color:#363636}.theme-syndicate .Section{position:relative;margin-bottom:6px;background-color:#1a1a1a;background-color:rgba(0,0,0,.33);box-shadow:inset 0 0 5px rgba(0,0,0,.5);box-sizing:border-box;scrollbar-base-color:#400202;scrollbar-face-color:#7e0303;scrollbar-3dlight-color:#550202;scrollbar-highlight-color:#550202;scrollbar-track-color:#400202;scrollbar-arrow-color:#fa3030;scrollbar-shadow-color:#7e0303}.theme-syndicate .Section:last-child{margin-bottom:0}.theme-syndicate .Section--flex{display:flex;flex-flow:column}.theme-syndicate .Section--flex .Section__content{overflow:auto;flex:1}.theme-syndicate .Section__title{padding:6px}.theme-syndicate .Section__title--showBottom{border-bottom:2px solid #397439}.theme-syndicate .Section__titleText{font-size:14px;font-weight:700}.theme-syndicate .Section__buttons{position:absolute;display:inline-block;right:6px;margin-top:-1px}.theme-syndicate .Section__content{padding:8px 6px}.theme-syndicate .Section__content--noTopPadding{padding-top:0}.theme-syndicate .Section__content--stretchContents{height:100%}.theme-syndicate .Section--level--1 .Section__titleText{font-size:14px}.theme-syndicate .Section--level--2 .Section__titleText{font-size:13px}.theme-syndicate .Section--level--3 .Section__titleText{font-size:12px}.theme-syndicate .Section--level--2,.theme-syndicate .Section--level--3{background-color:transparent;box-shadow:none;margin-left:-6px;margin-right:-6px}.theme-syndicate .Tooltip{position:absolute;top:0;left:0;right:0;bottom:0;font-style:normal;font-weight:400;line-height:normal}.theme-syndicate .Tooltip:after{position:absolute;display:block;white-space:nowrap;z-index:2;padding:6px 10px;transform:translateX(-50%);pointer-events:none;visibility:hidden;opacity:0;text-align:left;content:attr(data-tooltip);transition:all .15s;color:#fff;background-color:#4a0202;box-shadow:1px 1px 15px -1px rgba(0,0,0,.5);border-radius:2px}.theme-syndicate .Tooltip:hover:after{transition:all 70ms;pointer-events:none;visibility:visible;opacity:1}.theme-syndicate .Tooltip--long:after{width:250px;white-space:normal}.theme-syndicate .Tooltip--top:after{bottom:100%;left:50%;transform:translateX(-50%) translateY(8px)}.theme-syndicate .Tooltip--top:hover:after{transform:translateX(-50%) translateY(-8px)}.theme-syndicate .Tooltip--top-left:after{bottom:100%;right:50%;transform:translateX(12px) translateY(-8px)}.theme-syndicate .Tooltip--top-left:hover:after{transform:translateX(12px) translateY(8px)}.theme-syndicate .Tooltip--top-right:after{bottom:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.theme-syndicate .Tooltip--top-right:hover:after{transform:translateX(-12px) translateY(8px)}.theme-syndicate .Tooltip--bottom:after{top:100%;left:50%;transform:translateX(-50%) translateY(-8px)}.theme-syndicate .Tooltip--bottom:hover:after{transform:translateX(-50%) translateY(8px)}.theme-syndicate .Tooltip--bottom-left:after{top:100%;right:50%;transform:translateX(12px) translateY(-8px)}.theme-syndicate .Tooltip--bottom-left:hover:after{transform:translateX(12px) translateY(8px)}.theme-syndicate .Tooltip--bottom-right:after{top:100%;left:50%;transform:translateX(-12px) translateY(-8px)}.theme-syndicate .Tooltip--bottom-right:hover:after{transform:translateX(-12px) translateY(8px)}.theme-syndicate .Tooltip--left:after{top:50%;right:100%;transform:translateX(8px) translateY(-50%)}.theme-syndicate .Tooltip--left:hover:after,.theme-syndicate .Tooltip--right:after{transform:translateX(-8px) translateY(-50%)}.theme-syndicate .Tooltip--right:after{top:50%;left:100%}.theme-syndicate .Tooltip--right:hover:after{transform:translateX(8px) translateY(-50%)}.theme-syndicate .Layout__content{position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;margin:6px;scrollbar-base-color:#400202;scrollbar-face-color:#7e0303;scrollbar-3dlight-color:#550202;scrollbar-highlight-color:#550202;scrollbar-track-color:#400202;scrollbar-arrow-color:#fa3030;scrollbar-shadow-color:#7e0303}.theme-syndicate .Layout__content--flexRow{display:flex;flex-flow:row}.theme-syndicate .Layout__content--flexColumn{display:flex;flex-flow:column}.theme-syndicate .Layout__content--scrollable{overflow-y:auto}.theme-syndicate .Layout__content--noMargin{margin:0}.theme-syndicate .Window{position:fixed;top:0;bottom:0;left:0;right:0;color:#fff;background-color:#550202;background-image:linear-gradient(180deg,#730303 0,#370101)}.theme-syndicate .Window__titleBar{position:fixed;z-index:1;top:0;left:0;width:100%;height:32px}.theme-syndicate .Window__rest{position:fixed;top:32px;bottom:0;left:0;right:0}.theme-syndicate .Window__dimmer{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(117,22,22,.25);pointer-events:none}.theme-syndicate .Window__toast{position:fixed;bottom:0;left:0;right:0;font-size:12px;height:40px;line-height:39px;padding:0 12px;background-color:#2b0101;color:hsla(0,0%,100%,.8)}.theme-syndicate .Window__resizeHandle__se{position:fixed;bottom:0;right:0;width:20px;height:20px;cursor:se-resize}.theme-syndicate .Window__resizeHandle__s{position:fixed;bottom:0;left:0;right:0;height:6px;cursor:s-resize}.theme-syndicate .Window__resizeHandle__e{position:fixed;top:0;bottom:0;right:0;width:3px;cursor:e-resize}.theme-syndicate .TitleBar{background-color:#910101;border-bottom:1px solid #161616;box-shadow:0 2px 2px rgba(0,0,0,.1);user-select:none;-ms-user-select:none}.theme-syndicate .TitleBar__clickable{color:hsla(0,0%,100%,.5);background-color:#910101;transition:color .25s,background-color .25s}.theme-syndicate .TitleBar__clickable:hover{color:#fff;background-color:#c00;transition:color 0ms,background-color 0ms}.theme-syndicate .TitleBar__title{position:absolute;top:0;left:46px;color:hsla(0,0%,100%,.75);font-size:14px;line-height:31px;white-space:nowrap}.theme-syndicate .TitleBar__dragZone{position:absolute;top:0;left:0;right:0;height:32px}.theme-syndicate .TitleBar__statusIcon{position:absolute;top:0;left:12px;transition:color .5s;font-size:20px;line-height:32px!important}.theme-syndicate .TitleBar__minimize{position:absolute;top:6px;right:46px}.theme-syndicate .TitleBar__close{position:absolute;top:-1px;right:0;width:45px;height:32px;font-size:20px;line-height:31px;text-align:center}.theme-syndicate .Layout__content{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDIwMCAyODkuNzQyIiBvcGFjaXR5PSIuMzMiPjxwYXRoIGQ9Ik05My41MzggMGMtMTguMTEzIDAtMzQuMjIgMy4xMTItNDguMzI0IDkuMzM0LTEzLjk2NSA2LjIyMi0yNC42MTIgMTUuMDcyLTMxLjk0IDI2LjU0N0M2LjA4NCA0Ny4yMiAyLjk3MiA2MC42MzEgMi45NzIgNzYuMTE2YzAgMTAuNjQ3IDIuNzI1IDIwLjQ2NSA4LjE3NSAyOS40NTMgNS42MTYgOC45ODcgMTQuMDM5IDE3LjM1MiAyNS4yNyAyNS4wOTQgMTEuMjMgNy42MDYgMjYuNTA3IDE1LjQxOSA0NS44MyAyMy40MzggMTkuOTg0IDguMjk2IDM0Ljg0OSAxNS41NTUgNDQuNTkzIDIxLjc3NiA5Ljc0NCA2LjIyMyAxNi43NjEgMTIuODU5IDIxLjA1NSAxOS45MSA0LjI5NSA3LjA1MiA2LjQ0MiAxNS43NjQgNi40NDIgMjYuMTM0IDAgMTYuMTc4LTUuMjAyIDI4LjQ4My0xNS42MDYgMzYuOTE3LTEwLjI0IDguNDM1LTI1LjAyMiAxMi42NTMtNDQuMzQ1IDEyLjY1My0xNC4wMzkgMC0yNS41MTYtMS42Ni0zNC40MzQtNC45NzgtOC45MTgtMy40NTctMTYuMTg2LTguNzExLTIxLjgtMTUuNzYzLTUuNjE2LTcuMDUyLTEwLjA3Ni0xNi42NjEtMTMuMzc5LTI4LjgyOUgwdjU2LjgyN2MzMy44NTcgNy4zMjggNjMuNzQ5IDEwLjk5NCA4OS42NzggMTAuOTk0IDE2LjAyIDAgMzAuNzItMS4zODMgNDQuMDk4LTQuMTQ4IDEzLjU0Mi0yLjkwNCAyNS4xMDQtNy40NjcgMzQuNjgzLTEzLjY5IDkuNzQ0LTYuMzU5IDE3LjM0LTE0LjUxOSAyMi43OS0yNC40NzQgNS40NS0xMC4wOTMgOC4xNzUtMjIuNCA4LjE3NS0zNi45MTcgMC0xMi45OTctMy4zMDItMjQuMzM1LTkuOTA4LTM0LjAxNC02LjQ0LTkuODE4LTE1LjUyNS0xOC41MjctMjcuMjUxLTI2LjEzMi0xMS41NjEtNy42MDQtMjcuOTExLTE1LjgzMS00OS4wNTEtMjQuNjgtMTcuNTA2LTcuMTktMzAuNzItMTMuNjktMzkuNjM4LTE5LjQ5N1M1NC45NjkgOTMuNzU2IDQ5LjQ3OSA4Ny4zMTZjLTUuNDI2LTYuMzY2LTkuNjU4LTE1LjA3LTkuNjU4LTI0Ljg4NyAwLTkuMjY0IDIuMDc1LTE3LjIxNCA2LjIyMy0yMy44NUM1Ny4xNDIgMjQuMTggODcuMzMxIDM2Ljc4MiA5MS4xMiA2Mi45MjVjNC44NCA2Ljc3NSA4Ljg1IDE2LjI0NyAxMi4wMyAyOC40MTVoMjAuNTMydi01NmMtNC40NzktNS45MjQtOS45NTUtMTAuNjMxLTE1LjkwOS0xNC4zNzMgMS42NC40NzkgMy4xOSAxLjAyMyA0LjYzOSAxLjY0IDYuNDk4IDIuNjI2IDEyLjE2OCA3LjMyNyAxNy4wMDcgMTQuMTAzIDQuODQgNi43NzUgOC44NSAxNi4yNDYgMTIuMDMgMjguNDE0IDAgMCA4LjQ4LS4xMjkgOC40OS0uMDAyLjQxNyA2LjQxNS0xLjc1NCA5LjQ1My00LjEyNCAxMi41NjEtMi40MTcgMy4xNy01LjE0NSA2Ljc5LTQuMDAzIDEzLjAwMyAxLjUwOCA4LjIwMyAxMC4xODQgMTAuNTk3IDE0LjYyMiA5LjMxMi0zLjMxOC0uNS01LjMxOC0xLjc1LTUuMzE4LTEuNzVzMS44NzYuOTk5IDUuNjUtMS4zNmMtMy4yNzYuOTU2LTEwLjcwNC0uNzk3LTExLjgtNi43NjMtLjk1OC01LjIwOC45NDYtNy4yOTUgMy40LTEwLjUxNCAyLjQ1NS0zLjIyIDUuMjg1LTYuOTU5IDQuNjg1LTE0LjQ4OWwuMDAzLjAwMmg4LjkyN3YtNTZjLTE1LjA3Mi0zLjg3MS0yNy42NTMtNi4zNi0zNy43NDctNy40NjVDMTE0LjI3OS41NTIgMTA0LjA0NiAwIDkzLjUzNyAwem03MC4zMjEgMTcuMzA5bC4yMzggNDAuMzA1YzEuMzE4IDEuMjI2IDIuNDQgMi4yNzggMy4zNDEgMy4xMDYgNC44NCA2Ljc3NSA4Ljg1IDE2LjI0NiAxMi4wMyAyOC40MTRIMjAwdi01NmMtNi42NzctNC41OTQtMTkuODM2LTEwLjQ3My0zNi4xNC0xNS44MjV6bS0yOC4xMiA1LjYwNWw4LjU2NSAxNy43MTdjLTExLjk3LTYuNDY3LTEzLjg0Ny05LjcxNy04LjU2NS0xNy43MTd6bTIyLjc5NyAwYzIuNzcxIDggMS43ODcgMTEuMjUtNC40OTQgMTcuNzE3bDQuNDk0LTE3LjcxN3ptMTUuMjIyIDI0LjAwOWw4LjU2NSAxNy43MTZjLTExLjk3LTYuNDY2LTEzLjg0Ny05LjcxNy04LjU2NS0xNy43MTZ6bTIyLjc5NyAwYzIuNzcxIDggMS43ODcgMTEuMjUtNC40OTQgMTcuNzE2bDQuNDk0LTE3LjcxNnpNOTcuNDQgNDkuMTNsOC41NjUgMTcuNzE2Yy0xMS45Ny02LjQ2Ny0xMy44NDctOS43MTctOC41NjUtMTcuNzE2em0yMi43OTUgMGMyLjc3MiA3Ljk5OSAxLjc4OCAxMS4yNS00LjQ5MyAxNy43MTZsNC40OTMtMTcuNzE2eiIvPjwvc3ZnPg==)}.theme-syndicate .candystripe:nth-child(odd){background-color:rgba(0,0,0,.4)}.theme-syndicate .candystripe:nth-child(2n){background-color:rgba(0,0,0,.25)}.theme-nologo .Layout__content{background-image:none} \ No newline at end of file diff --git a/tgui/packages/tgui/public/tgui.bundle.js b/tgui/packages/tgui/public/tgui.bundle.js new file mode 100644 index 000000000000..4ad65c35e390 --- /dev/null +++ b/tgui/packages/tgui/public/tgui.bundle.js @@ -0,0 +1,10 @@ +!function(e){let t={};function n(o){if(t[o])return t[o].exports;let r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;let o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!==typeof e)for(let r in e)n.d(o,r,((t) =>{return e[t]}).bind(null,r));return o},n.n=function(e){let t=e&&e.__esModule?function(){return e["default"]}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=233)}([function(e,t,n){t.__esModule=!0;let o=n(235);Object.keys(o).forEach(((e) =>{"default"!==e&&"__esModule"!==e&&(e in t&&t[e]===o[e]||(t[e]=o[e]))}))},function(e,t,n){t.__esModule=!0,t.useSharedState=t.useLocalState=t.useBackend=t.deleteLocalState=t.backendUpdate=t.backendSetSharedState=t.backendReducer=t.backendDeleteSharedState=void 0;let o=n(33),r=n(44);t.backendUpdate=function(e){return{type:"backend/update",payload:e}};let a=function(e,t){return{type:"backend/setSharedState",payload:{key:e,nextState:t}}};t.backendSetSharedState=a;let c=function(e){return{type:"backend/deleteSharedState",payload:e}};t.backendDeleteSharedState=c;t.backendReducer=function(e,t){let n=t.type,o=t.payload;if("backend/update"===n){let a=Object.assign({},e.config,o.config),c=Object.assign({},e.data,o.static_data,o.data),i=Object.assign({},e.shared);if(o.shared)for(let l=0,d=Object.keys(o.shared);l{return delete N[e]})),Object.assign({},e,{shared:N})}return e};t.useBackend=function(e){let t=e.store.getState(),n=t.config.ref;return Object.assign({},t,{act:function(e,t){void 0===t&&(t={}),(0,o.callByond)("",Object.assign({src:n,action:e},t))}})};t.useLocalState=function(e,t,n){let o,r=e.store,c=null!=(o=r.getState().shared)?o:{};return[t in c?c[t]:n,function(e){r.dispatch(a(t,e))}]};t.deleteLocalState=function(e){for(var t=e.store,n=arguments.length,o=new Array(n>1?n-1:0),r=1;r{return e})):"object"===typeof e?[e]:[]};let o=function(e,t){let n;for(n in e)if(!(n in t))return!0;for(n in t)if(e[n]!==t[n])return!0;return!1};t.shallowDiffers=o;let r={onComponentShouldUpdate:function(e,t){return o(e,t)}};t.pureComponentHooks=r;t.isFalsy=function(e){return e===undefined||null===e||!1===e}},function(e,t,n){let o=n(6);e.exports=!o((() =>{return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]}))},function(e,t,n){let o=n(5),r=n(11),a=o.String,c=o.TypeError;e.exports=function(e){if(r(e))return e;throw c(a(e)+" is not an object")}},function(e,t,n){let o=n(13);e.exports=function(e){return"object"===typeof e?null!==e:o(e)}},function(e,t,n){t.__esModule=!0,t.toFixed=t.scale=t.round=t.rad2deg=t.keyOfMatchingRange=t.inRange=t.clamp01=t.clamp=void 0;t.clamp=function(e,t,n){return en?n:e};t.clamp01=function(e){return e<0?0:e>1?1:e};t.scale=function(e,t,n){return(e-t)/(n-t)};t.round=function(e,t){return!e||isNaN(e)?e:(t|=0,a=(e*=n=Math.pow(10,t))>0|-(e<0),r=Math.abs(e%1)>=.4999999999854481,o=Math.floor(e),r&&(e=o+(a>0)),(r?e:Math.round(e))/n);let n,o,r,a};t.toFixed=function(e,t){return void 0===t&&(t=0),Number(e).toFixed(Math.max(t,0))};let o=function(e,t){return t&&e>=t[0]&&e<=t[1]};t.inRange=o;t.keyOfMatchingRange=function(e,t){for(let n=0,r=Object.keys(t);n=e.length?{done:!0}:{done:!1,value:e[o++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n{return e.substr(t).trimRight()})).join("\n").trim()};t.createGlobPattern=function(e){let t=new RegExp("^"+e.split(/\*+/).map(((e) =>{return e.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&")})).join(".*")+"$");return function(e){return t.test(e)}};t.createSearch=function(e,t){let n=e.toLowerCase().trim();return function(e){if(!n)return!0;let o=t?t(e):e;return!!o&&o.toLowerCase().includes(n)}};t.capitalize=function c(e){return Array.isArray(e)?e.map(c):e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()};t.toTitleCase=function i(e){if(Array.isArray(e))return e.map(i);if("string"!==typeof e)return e;for(var t=e.replace(/([^\W_]+[^\s-]*) */g,((e) =>{return e.charAt(0).toUpperCase()+e.substr(1).toLowerCase()})),n=0,o=["A","An","And","As","At","But","By","For","For","From","In","Into","Near","Nor","Of","On","Onto","Or","The","To","With"];n{return e.toLowerCase()}))}for(let a=0,c=["Id","Tv"];a{return e.toLowerCase()}))}return t};t.decodeHtmlEntities=function(e){if(!e)return e;let t={nbsp:" ",amp:"&",quot:'"',lt:"<",gt:">",apos:"'"};return e.replace(/
/gi,"\n").replace(/<\/?[a-z0-9-_]+[^>]*>/gi,"").replace(/&(nbsp|amp|quot|lt|gt|apos);/g,((e,n) =>{return t[n]})).replace(/&#?([0-9]+);/gi,((e,t) =>{let n=parseInt(t,10);return String.fromCharCode(n)})).replace(/&#x?([0-9a-f]+);/gi,((e,t) =>{let n=parseInt(t,16);return String.fromCharCode(n)}))};t.buildQueryString=function(e){return Object.keys(e).map(((t) =>{return encodeURIComponent(t)+"="+encodeURIComponent(e[t])})).join("&")}},function(e,t,n){let o=n(5),r=n(74),a=o.String;e.exports=function(e){if("Symbol"===r(e))throw TypeError("Cannot convert a Symbol value to a string");return a(e)}},function(e,t,n){t.__esModule=!0,t.unit=t.halfUnit=t.computeBoxProps=t.computeBoxClassName=t.Box=void 0;let o=n(8),r=n(0),a=n(508),c=n(44),i=["as","className","children"];let l=function(e){return"string"===typeof e?e:"number"===typeof e?12*e+"px":void 0};t.unit=l;let d=function(e){return"string"===typeof e?e:"number"===typeof e?12*e*.5+"px":void 0};t.halfUnit=d;let u=function(e){return"string"===typeof e&&c.CSS_COLORS.includes(e)},s=function(e){return function(t,n){(0,o.isFalsy)(n)||(t[e]=n)}},m=function(e,t){return function(n,r){(0,o.isFalsy)(r)||(n[e]=t(r))}},p=function(e,t){return function(n,r){(0,o.isFalsy)(r)||(n[e]=t)}},h=function(e,t,n){return function(r,a){if(!(0,o.isFalsy)(a))for(let c=0;c0&&(t.style=l),t};t.computeBoxProps=N;let b=function(e){let t=e.textColor||e.color,n=e.backgroundColor;return(0,o.classes)([u(t)&&"color-"+t,u(n)&&"color-bg-"+n])};t.computeBoxClassName=b;let V=function(e){let t=e.as,n=void 0===t?"div":t,o=e.className,c=e.children,l=function(e,t){if(null==e)return{};let n,o,r={},a=Object.keys(e);for(o=0;o=0||(r[n]=e[n]);return r}(e,i);if("function"===typeof c)return c(N(e));let d="string"===typeof o?o+" "+b(l):b(l),u=N(l);return(0,r.createVNode)(a.VNodeFlags.HtmlElement,n,d,c,a.ChildFlags.UnknownChildren,u)};t.Box=V,V.defaultHooks=o.pureComponentHooks},function(e,t,n){let o=n(42);e.exports=function(e){return o(e.length)}},function(e,t,n){let o=n(5),r=n(13),a=n(50),c=n(132),i=n(130);e.exports=function(e,t,n,l){let d=!!l&&!!l.unsafe,u=!!l&&!!l.enumerable,s=!!l&&!!l.noTargetGet,m=l&&l.name!==undefined?l.name:t;return r(n)&&c(n,m,l),e===o?(u?e[t]=n:i(t,n),e):(d?!s&&e[t]&&(u=!0):delete e[t],u?e[t]=n:a(e,t,n),e)}},function(e,t,n){t.__esModule=!0,t.zipWith=t.zip=t.uniqBy=t.toKeyedArray=t.toArray=t.sortBy=t.reduce=t.map=t.filter=void 0;t.toArray=function(e){if(Array.isArray(e))return e;if("object"===typeof e){let t=Object.prototype.hasOwnProperty,n=[];for(let o in e)t.call(e,o)&&n.push(e[o]);return n}return[]};t.toKeyedArray=function(e,t){return void 0===t&&(t="key"),o(((e,n) =>{let o;return Object.assign(((o={})[t]=n,o),e)}))(e)};t.filter=function(e){return function(t){if(null===t&&t===undefined)return t;if(Array.isArray(t)){for(var n=[],o=0;oi)return 1}return 0};t.sortBy=function(){for(var e=arguments.length,t=new Array(e),n=0;n{return e(r)})),value:r})},c=0;c{return e.apply(void 0,t)}))(a.apply(void 0,arguments))}}},function(e,t,n){let o=n(60),r=n(7),a=n(85),c=n(19),i=n(23),l=n(91),d=r([].push),u=function(e){let t=1==e,n=2==e,r=3==e,u=4==e,s=6==e,m=7==e,p=5==e||s;return function(h,f,C,N){for(var b,V,g=c(h),v=a(g),y=o(f,C),_=i(v),x=0,k=N||l,L=t?k(h,_):n||m?k(h,0):undefined;_>x;x++)if((p||x in v)&&(V=y(b=v[x],x,g),e))if(t)L[x]=V;else if(V)switch(e){case 3:return!0;case 5:return b;case 6:return x;case 2:d(L,b)}else switch(e){case 4:return!1;case 7:d(L,b)}return s?-1:r||u?u:L}};e.exports={forEach:u(0),map:u(1),filter:u(2),some:u(3),every:u(4),find:u(5),findIndex:u(6),filterReject:u(7)}},function(e,t,n){let o=n(9),r=n(15),a=n(102),c=n(64),i=n(31),l=n(56),d=n(18),u=n(174),s=Object.getOwnPropertyDescriptor;t.f=o?s:function(e,t){if(e=i(e),t=l(t),u)try{return s(e,t)}catch(n){}if(d(e,t))return c(!r(a.f,e,t),e[t])}},function(e,t,n){let o=n(5),r=n(13),a=n(71),c=o.TypeError;e.exports=function(e){if(r(e))return e;throw c(a(e)+" is not a function")}},function(e,t,n){t.__esModule=!0,t.modalRegisterBodyOverride=t.modalOpen=t.modalClose=t.modalAnswer=t.ComplexModal=void 0;let o=n(0),r=n(1),a=n(2),c={};t.modalOpen=function(e,t,n){let o=(0,r.useBackend)(e),a=o.act,c=o.data,i=Object.assign(c.modal?c.modal.args:{},n||{});a("modal_open",{id:t,arguments:JSON.stringify(i)})};t.modalRegisterBodyOverride=function(e,t){c[e]=t};let i=function(e,t,n,o){let a=(0,r.useBackend)(e),c=a.act,i=a.data;if(i.modal){let l=Object.assign(i.modal.args||{},o||{});c("modal_answer",{id:t,answer:n,arguments:JSON.stringify(l)})}};t.modalAnswer=i;let l=function(e,t){(0,(0,r.useBackend)(e).act)("modal_close",{id:t})};t.modalClose=l;t.ComplexModal=function(e,t){let n=(0,r.useBackend)(t).data;if(n.modal){let d,u,s=n.modal,m=s.id,p=s.text,h=s.type,f=(0,o.createComponentVNode)(2,a.Button,{icon:"arrow-left",content:"Cancel",color:"grey",onClick:function(){return l(t)}}),C="auto";if(c[m])u=c[m](n.modal,t);else if("input"===h){let N=n.modal.value;d=function(e){return i(t,m,N)},u=(0,o.createComponentVNode)(2,a.Input,{value:n.modal.value,placeholder:"ENTER to submit",width:"100%",my:"0.5rem",autofocus:!0,onChange:function(e,t){N=t}}),f=(0,o.createComponentVNode)(2,a.Box,{mt:"0.5rem",children:[(0,o.createComponentVNode)(2,a.Button,{icon:"arrow-left",content:"Cancel",color:"grey",onClick:function(){return l(t)}}),(0,o.createComponentVNode)(2,a.Button,{icon:"check",content:"Confirm",color:"good",float:"right",m:"0",onClick:function(){return i(t,m,N)}}),(0,o.createComponentVNode)(2,a.Box,{clear:"both"})]})}else if("choice"===h){let b="object"===typeof n.modal.choices?Object.values(n.modal.choices):n.modal.choices;u=(0,o.createComponentVNode)(2,a.Dropdown,{options:b,selected:n.modal.value,width:"100%",my:"0.5rem",onSelected:function(e){return i(t,m,e)}}),C="initial"}else"bento"===h?u=(0,o.createComponentVNode)(2,a.Flex,{spacingPrecise:"1",wrap:"wrap",my:"0.5rem",maxHeight:"1%",children:n.modal.choices.map(((e,r) =>{return(0,o.createComponentVNode)(2,a.Flex.Item,{flex:"1 1 auto",children:(0,o.createComponentVNode)(2,a.Button,{selected:r+1===parseInt(n.modal.value,10),onClick:function(){return i(t,m,r+1)},children:(0,o.createVNode)(1,"img",null,null,1,{src:e})})},r)}))}):"boolean"===h&&(f=(0,o.createComponentVNode)(2,a.Box,{mt:"0.5rem",children:[(0,o.createComponentVNode)(2,a.Button,{icon:"times",content:n.modal.no_text,color:"bad",float:"left",mb:"0",onClick:function(){return i(t,m,0)}}),(0,o.createComponentVNode)(2,a.Button,{icon:"check",content:n.modal.yes_text,color:"good",float:"right",m:"0",onClick:function(){return i(t,m,1)}}),(0,o.createComponentVNode)(2,a.Box,{clear:"both"})]}));return(0,o.createComponentVNode)(2,a.Modal,{maxWidth:e.maxWidth||window.innerWidth/2+"px",maxHeight:e.maxHeight||window.innerHeight/2+"px",onEnter:d,mx:"auto",overflowY:C,children:[(0,o.createComponentVNode)(2,a.Box,{display:"inline",children:p}),u,f]})}}},function(e,t,n){let o=n(5),r=n(13),a=function(e){return r(e)?e:undefined};e.exports=function(e,t){return arguments.length<2?a(o[e]):o[e]&&o[e][t]}},function(e,t,n){let o=n(85),r=n(32);e.exports=function(e){return o(r(e))}},function(e,t,n){let o=n(5).TypeError;e.exports=function(e){if(e==undefined)throw o("Can't call method on "+e);return e}},function(e,t,n){function o(e,t,n,o,r,a,c){try{var i=e[a](c),l=i.value}catch(d){return void n(d)}i.done?t(l):Promise.resolve(l).then(o,r)}t.__esModule=!0,t.winset=t.winget=t.runCommand=t.callByondAsync=t.callByond=t.IS_IE8=void 0;let r=window.Byond,a=function(){let e=navigator.userAgent.match(/Trident\/(\d+).+?;/i);if(!e)return null;let t=e[1];return t?parseInt(t,10):null}(),c=null!==a&&a<=6;t.IS_IE8=c;let i=function(e,t){void 0===t&&(t={}),r.call(e,t)};t.callByond=i;let l=function(e,t){void 0===t&&(t={}),window.__callbacks__=window.__callbacks__||[];let n=window.__callbacks__.length,o=new Promise(((e) =>{window.__callbacks__.push(e)}));return r.call(e,Object.assign({},t,{callback:"__callbacks__["+n+"]"})),o};t.callByondAsync=l;t.runCommand=function(e){return i("winset",{command:e})};let d=function(){let e,t=(e=regeneratorRuntime.mark((function n(e,t){let o;return regeneratorRuntime.wrap(((n) =>{for(;;)switch(n.prev=n.next){case 0:return n.next=2,l("winget",{id:e,property:t});case 2:return o=n.sent,n.abrupt("return",o[t]);case 4:case"end":return n.stop()}}),n)})),function(){let t=this,n=arguments;return new Promise(((r,a) =>{let c=e.apply(t,n);function i(e){o(c,r,a,i,l,"next",e)}function l(e){o(c,r,a,i,l,"throw",e)}i(undefined)}))});return function(e,n){return t.apply(this,arguments)}}();t.winget=d;t.winset=function(e,t,n){let o;return i("winset",((o={})[e+"."+t]=n,o))}},function(e,t,n){t.__esModule=!0,t.computeFlexProps=t.computeFlexItemProps=t.FlexItem=t.Flex=void 0;let o=n(0),r=n(8),a=n(33),c=n(22),i=["className","direction","wrap","align","alignContent","justify","inline","spacing","spacingPrecise"],l=["className","grow","order","shrink","basis","align"];function d(e,t){if(null==e)return{};let n,o,r={},a=Object.keys(e);for(o=0;o=0||(r[n]=e[n]);return r}let u=function(e){let t=e.className,n=e.direction,o=e.wrap,c=e.align,l=e.alignContent,u=e.justify,s=e.inline,m=e.spacing,p=void 0===m?0:m,h=e.spacingPrecise,f=void 0===h?0:h,C=d(e,i);return Object.assign({className:(0,r.classes)(["Flex",a.IS_IE8&&("column"===n?"Flex--ie8--column":"Flex--ie8"),s&&"Flex--inline",p>0&&"Flex--spacing--"+p,f>0&&"Flex--spacingPrecise--"+f,t]),style:Object.assign({},C.style,{"flex-direction":n,"flex-wrap":o,"align-items":c,"align-content":l,"justify-content":u})},C)};t.computeFlexProps=u;let s=function(e){return(0,o.normalizeProps)((0,o.createComponentVNode)(2,c.Box,Object.assign({},u(e))))};t.Flex=s,s.defaultHooks=r.pureComponentHooks;let m=function(e){let t=e.className,n=e.grow,o=e.order,i=e.shrink,u=e.basis,s=void 0===u?e.width:u,m=e.align,p=d(e,l);return Object.assign({className:(0,r.classes)(["Flex__item",a.IS_IE8&&"Flex__item--ie8",t]),style:Object.assign({},p.style,{"flex-grow":n,"flex-shrink":i,"flex-basis":(0,c.unit)(s),order:o,"align-self":m})},p)};t.computeFlexItemProps=m;let p=function(e){return(0,o.normalizeProps)((0,o.createComponentVNode)(2,c.Box,Object.assign({},m(e))))};t.FlexItem=p,p.defaultHooks=r.pureComponentHooks,s.Item=p},function(e,t,n){e.exports=!1},function(e,t,n){let o=n(238),r=n(18),a=n(180),c=n(17).f;e.exports=function(e){let t=o.Symbol||(o.Symbol={});r(t,e)||c(t,e,{value:a.f(e)})}},function(e,t,n){let o=n(7),r=n(32),a=n(21),c=/"/g,i=o("".replace);e.exports=function(e,t,n,o){let l=a(r(e)),d="<"+t;return""!==n&&(d+=" "+n+'="'+i(a(o),c,""")+'"'),d+">"+l+""}},function(e,t,n){let o=n(6);e.exports=function(e){return o((() =>{let t=""[e]('"');return t!==t.toLowerCase()||t.split('"').length>3}))}},function(e,t,n){t.__esModule=!0,t.flow=t.compose=void 0;t.flow=function o(){for(var e=arguments.length,t=new Array(e),n=0;n1?r-1:0),c=1;c{return function(n){for(var o=arguments.length,r=new Array(o>1?o-1:0),a=1;a0?r:o)(t)}},function(e,t,n){let o=n(41),r=Math.min;e.exports=function(e){return e>0?r(o(e),9007199254740991):0}},function(e,t,n){let o=n(5),r=n(18),a=n(13),c=n(19),i=n(104),l=n(142),d=i("IE_PROTO"),u=o.Object,s=u.prototype;e.exports=l?u.getPrototypeOf:function(e){let t=c(e);if(r(t,d))return t[d];let n=t.constructor;return a(n)&&t instanceof n?n.prototype:t instanceof u?s:null}},function(e,t,n){t.__esModule=!0,t.timeAgo=t.getGasLabel=t.getGasColor=t.UI_UPDATE=t.UI_INTERACTIVE=t.UI_DISABLED=t.UI_CLOSE=t.RADIO_CHANNELS=t.CSS_COLORS=t.COLORS=void 0;t.UI_INTERACTIVE=2;t.UI_UPDATE=1;t.UI_DISABLED=0;t.UI_CLOSE=-1;t.COLORS={department:{command:"#526aff",security:"#CF0000",medical:"#009190",science:"#993399",engineering:"#A66300",supply:"#9F8545",service:"#80A000",centcom:"#78789B",other:"#C38312"},damageType:{oxy:"#3498db",toxin:"#2ecc71",burn:"#e67e22",brute:"#e74c3c"}};t.CSS_COLORS=["black","white","red","orange","yellow","olive","green","teal","blue","violet","purple","pink","brown","grey","good","average","bad","label"];t.RADIO_CHANNELS=[{name:"Syndicate",freq:1213,color:"#a52a2a"},{name:"SyndTeam",freq:1244,color:"#a52a2a"},{name:"Red Team",freq:1215,color:"#ff4444"},{name:"Blue Team",freq:1217,color:"#3434fd"},{name:"Response Team",freq:1345,color:"#2681a5"},{name:"Special Ops",freq:1341,color:"#2681a5"},{name:"Supply",freq:1347,color:"#b88646"},{name:"Service",freq:1349,color:"#6ca729"},{name:"Science",freq:1351,color:"#c68cfa"},{name:"Command",freq:1353,color:"#5177ff"},{name:"Procedure",freq:1339,color:"#F70285"},{name:"Medical",freq:1355,color:"#57b8f0"},{name:"Medical(I)",freq:1485,color:"#57b8f0"},{name:"Engineering",freq:1357,color:"#f37746"},{name:"Security",freq:1359,color:"#dd3535"},{name:"Security(I)",freq:1475,color:"#dd3535"},{name:"AI Private",freq:1343,color:"#d65d95"},{name:"Common",freq:1459,color:"#1ecc43"}];let o=[{id:"o2",name:"Oxygen",label:"O\u2082",color:"blue"},{id:"n2",name:"Nitrogen",label:"N\u2082",color:"red"},{id:"co2",name:"Carbon Dioxide",label:"CO\u2082",color:"grey"},{id:"plasma",name:"Plasma",label:"Plasma",color:"pink"},{id:"water_vapor",name:"Water Vapor",label:"H\u2082O",color:"grey"},{id:"nob",name:"Hyper-noblium",label:"Hyper-nob",color:"teal"},{id:"n2o",name:"Nitrous Oxide",label:"N\u2082O",color:"red"},{id:"no2",name:"Nitryl",label:"NO\u2082",color:"brown"},{id:"tritium",name:"Tritium",label:"Tritium",color:"green"},{id:"bz",name:"BZ",label:"BZ",color:"purple"},{id:"stim",name:"Stimulum",label:"Stimulum",color:"purple"},{id:"pluox",name:"Pluoxium",label:"Pluoxium",color:"blue"},{id:"miasma",name:"Miasma",label:"Miasma",color:"olive"},{id:"hydrogen",name:"Hydrogen",label:"H\u2082",color:"white"},{id:"ab",name:"Agent B",label:"Agent B",color:"purple"}];t.getGasLabel=function(e,t){let n=String(e).toLowerCase(),r=o.find(((e) =>{return e.id===n||e.name.toLowerCase()===n}));return r&&r.label||t||e};t.getGasColor=function(e){let t=String(e).toLowerCase(),n=o.find(((e) =>{return e.id===t||e.name.toLowerCase()===t}));return n&&n.color};t.timeAgo=function(e,t){if(e>t)return"in the future";let n=(t/=10)-(e/=10);if(n>3600){let o=Math.round(n/3600);return o+" hour"+(1===o?"":"s")+" ago"}if(n>60){let r=Math.round(n/60);return r+" minute"+(1===r?"":"s")+" ago"}let a=Math.round(n);return a+" second"+(1===a?"":"s")+" ago"}},function(e,t,n){t.__esModule=!0,t.LabeledListItem=t.LabeledListDivider=t.LabeledList=void 0;let o=n(0),r=n(8),a=n(22),c=n(222),i=["className","label","labelColor","color","textAlign","verticalAlign","buttons","content","children","noColon"];let l=function(e){let t=e.children;return(0,o.createVNode)(1,"table","LabeledList",t,0)};t.LabeledList=l,l.defaultHooks=r.pureComponentHooks;let d=function(e){let t=e.className,n=e.label,c=e.labelColor,l=void 0===c?"label":c,d=e.color,u=e.textAlign,s=e.verticalAlign,m=e.buttons,p=e.content,h=e.children,f=e.noColon,C=void 0!==f&&f,N=function(e,t){if(null==e)return{};let n,o,r={},a=Object.keys(e);for(o=0;o=0||(r[n]=e[n]);return r}(e,i),b=C?"":":";return(0,o.createVNode)(1,"tr",(0,r.classes)(["LabeledList__row",t]),[(0,o.createComponentVNode)(2,a.Box,{as:"td",color:l,verticalAlign:s,className:(0,r.classes)(["LabeledList__cell","LabeledList__label"]),children:n?n+b:null}),(0,o.normalizeProps)((0,o.createComponentVNode)(2,a.Box,Object.assign({as:"td",color:d,textAlign:u,verticalAlign:s,className:(0,r.classes)(["LabeledList__cell","LabeledList__content"]),colSpan:m?undefined:2},N,{children:[p,h]}))),m&&(0,o.createVNode)(1,"td","LabeledList__cell LabeledList__buttons",m,0)],0)};t.LabeledListItem=d,d.defaultHooks=r.pureComponentHooks;let u=function(e){let t=e.size?(0,a.unit)(Math.max(0,e.size-1)):0;return(0,o.createVNode)(1,"tr","LabeledList__row",(0,o.createVNode)(1,"td",null,(0,o.createComponentVNode)(2,c.Divider),2,{colSpan:3,style:{"padding-top":t,"padding-bottom":t}}),2)};t.LabeledListDivider=u,u.defaultHooks=r.pureComponentHooks,l.Item=d,l.Divider=u},function(e,t,n){let o=n(7),r=o({}.toString),a=o("".slice);e.exports=function(e){return a(r(e),8,-1)}},function(e,t,n){let o=n(7);e.exports=o({}.isPrototypeOf)},function(e,t,n){let o=n(84),r=Function.prototype,a=r.apply,c=r.call;e.exports="object"===typeof Reflect&&Reflect.apply||(o?c.bind(a):function(){return c.apply(a,arguments)})},function(e,t,n){let o=n(30);e.exports=o("navigator","userAgent")||""},function(e,t,n){let o=n(9),r=n(17),a=n(64);e.exports=o?function(e,t,n){return r.f(e,t,a(1,n))}:function(e,t,n){return e[t]=n,e}},function(e,t,n){let o=n(41),r=Math.max,a=Math.min;e.exports=function(e,t){let n=o(e);return n<0?r(n+t,0):a(n,t)}},function(e,t,n){let o,r=n(10),a=n(136),c=n(134),i=n(87),l=n(179),d=n(131),u=n(104),s=u("IE_PROTO"),m=function(){},p=function(e){return"